2018-11-09 06:52:23,469 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-311 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-09 06:52:23,476 - 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=tMU7RBECnjg4a944fPs64vra6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-09 06:52:23,477 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-09 06:52:23,478 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-11-09 06:52:23,498 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-11-09 06:52:33,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 06:52:33,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 06:52:33,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 06:52:33,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 06:52:33,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 06:52:33,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 06:52:33,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 06:52:33,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 06:52:33,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 06:52:33,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 06:52:33,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 06:52:33,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 06:52:33,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 06:52:33,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 06:52:33,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 06:52:33,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 06:52:33,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 06:52:33,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 06:52:33,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 06:52:33,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 06:52:33,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 06:52:33,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 06:52:33,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 06:52:33,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:52:33,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84cb3a7f-8f04-476f-810c-588eb1e07e23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:52:33,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-84cb3a7f-8f04-476f-810c-588eb1e07e23 2018-11-09 06:52:33,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:34,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["_8zkW-PlROGWQ_V0xQS95w"], "issued_at": "2018-11-09T06:52:34.000000Z"}} 2018-11-09 06:52:34,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:34,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:52: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:52:34,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:34,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a905718-e0a5-4b4f-ab26-07225927e00e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 06:52:34,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-2a905718-e0a5-4b4f-ab26-07225927e00e 2018-11-09 06:52:34,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.507884979248s 2018-11-09 06:52:34,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 06:52:34,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}4d890521f861f1bebc316545dc2faea7f8c85259" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}}' 2018-11-09 06:52:34,529 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:52:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84218229-701f-4726-8edd-608b3e62ae09 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.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d"}, "enabled": true, "id": "5b80283717864a919bf08426e791ca8d", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}} 2018-11-09 06:52:34,529 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-84218229-701f-4726-8edd-608b3e62ae09 2018-11-09 06:52:34,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.196514129639s 2018-11-09 06:52:34,530 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-84218229-701f-4726-8edd-608b3e62ae09 2018-11-09 06:52:34,531 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443', 'id': u'5b80283717864a919bf08426e791ca8d', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 06:52:34,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 06:52:35,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.476090908051s 2018-11-09 06:52:35,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:35,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92de1083-22a3-4992-bbe6-66d5d00a9b50 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9"}, "enabled": true, "id": "457b6edbf003432aa180d4bc72514fe9", "options": {}, "domain_id": "default", "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443"}} 2018-11-09 06:52:35,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9 used request id req-92de1083-22a3-4992-bbe6-66d5d00a9b50 2018-11-09 06:52:35,182 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'457b6edbf003432aa180d4bc72514fe9', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443'}) 2018-11-09 06:52:35,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:35,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:35,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69134b59-336d-4a42-a03a-6805dee3d8d1 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:35,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-69134b59-336d-4a42-a03a-6805dee3d8d1 2018-11-09 06:52:35,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.137265920639s 2018-11-09 06:52:35,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:35,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:35,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de7378e8-3c23-4f43-b8e6-5861a222fe11 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:35,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-de7378e8-3c23-4f43-b8e6-5861a222fe11 2018-11-09 06:52:35,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0865139961243s 2018-11-09 06:52:35,409 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 06:52:35,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 06:52:35,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" -d '{"role": {"name": "Member"}}' 2018-11-09 06:52:35,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:52:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c51d6313-7e86-4db1-82ee-79cc4e691aa8 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "14ab89e1f78943f6bcd8edcacaec4d41", "links": {"self": "http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41"}, "name": "Member"}} 2018-11-09 06:52:35,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-c51d6313-7e86-4db1-82ee-79cc4e691aa8 2018-11-09 06:52:35,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.153612136841s 2018-11-09 06:52:35,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:35,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e6ec42-bc8a-4f56-8705-4385748a381d Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41"}, "domain_id": null, "name": "Member", "id": "14ab89e1f78943f6bcd8edcacaec4d41"}} 2018-11-09 06:52:35,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41 used request id req-c8e6ec42-bc8a-4f56-8705-4385748a381d 2018-11-09 06:52:35,692 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41'}, 'domain_id': None, 'human_id': None, 'id': u'14ab89e1f78943f6bcd8edcacaec4d41', 'HUMAN_ID': False}) 2018-11-09 06:52:35,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:35,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:35,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab141c9b-efd5-4968-9e27-e1f35e66f5f8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "14ab89e1f78943f6bcd8edcacaec4d41", "links": {"self": "http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:35,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ab141c9b-efd5-4968-9e27-e1f35e66f5f8 2018-11-09 06:52:35,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0815210342407s 2018-11-09 06:52:35,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 06:52:35,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:35,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1a5a803-2bb2-4b54-8b3e-273131f2eed7 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:52:35,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f1a5a803-2bb2-4b54-8b3e-273131f2eed7 2018-11-09 06:52:35,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.086168050766s 2018-11-09 06:52:35,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 06:52:35,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:35,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fa95ed9-5c98-4e95-903b-dcb3f8feb6c8 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "links": {"self": "http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9"}, "domain_id": "default", "enabled": true, "id": "457b6edbf003432aa180d4bc72514fe9", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:52:35,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7fa95ed9-5c98-4e95-903b-dcb3f8feb6c8 2018-11-09 06:52:35,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0343458652496s 2018-11-09 06:52:35,897 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7fa95ed9-5c98-4e95-903b-dcb3f8feb6c8 2018-11-09 06:52:35,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 06:52:35,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:35,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13ac945c-db06-4273-81a0-7283dd6ee1c0 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d"}, "enabled": true, "id": "5b80283717864a919bf08426e791ca8d", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 06:52:35,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-13ac945c-db06-4273-81a0-7283dd6ee1c0 2018-11-09 06:52:35,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0855360031128s 2018-11-09 06:52:35,989 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-13ac945c-db06-4273-81a0-7283dd6ee1c0 2018-11-09 06:52:35,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 06:52:35,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=457b6edbf003432aa180d4bc72514fe9&scope.project.id=5b80283717864a919bf08426e791ca8d&role.id=14ab89e1f78943f6bcd8edcacaec4d41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:36,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74cb4f4e-7d74-4efc-bb09-abd31ea4dea0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=457b6edbf003432aa180d4bc72514fe9&scope.project.id=5b80283717864a919bf08426e791ca8d&role.id=14ab89e1f78943f6bcd8edcacaec4d41", "previous": null, "next": null}} 2018-11-09 06:52:36,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=457b6edbf003432aa180d4bc72514fe9&scope.project.id=5b80283717864a919bf08426e791ca8d&role.id=14ab89e1f78943f6bcd8edcacaec4d41 used request id req-74cb4f4e-7d74-4efc-bb09-abd31ea4dea0 2018-11-09 06:52:36,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0852861404419s 2018-11-09 06:52:36,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 06:52:36,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d/users/457b6edbf003432aa180d4bc72514fe9/roles/14ab89e1f78943f6bcd8edcacaec4d41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:36,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:52:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b218bba-ee02-489b-a6b7-7024088f1c04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:52:36,234 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d/users/457b6edbf003432aa180d4bc72514fe9/roles/14ab89e1f78943f6bcd8edcacaec4d41 used request id req-9b218bba-ee02-489b-a6b7-7024088f1c04 2018-11-09 06:52:36,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.157556056976s 2018-11-09 06:52:36,236 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443', 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': '7bb6b683-3101-4b3d-9ad8-83088cb229fb', 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_f24e517c-3167-44af-9a8f-f913173b8443', 'project_id': u'5b80283717864a919bf08426e791ca8d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 06:52:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 06:52:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 06:52:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 06:52:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 06:52:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 06:52:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 06:52:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 06:52:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 06:52:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 06:52:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 06:52:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 06:52:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 06:52:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 06:52:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 06:52:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 06:52:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 06:52:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 06:52:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 06:52:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 06:52:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 06:52:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 06:52:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 06:52:36,241 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443', 'password': '7bb6b683-3101-4b3d-9ad8-83088cb229fb', 'project_name': 'connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '5b80283717864a919bf08426e791ca8d', 'project_domain_name': 'Default'} 2018-11-09 06:52:36,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:36,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:36,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a3936dc-0377-4574-ae5a-3655ce07fb7b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "14ab89e1f78943f6bcd8edcacaec4d41", "links": {"self": "http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:36,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1a3936dc-0377-4574-ae5a-3655ce07fb7b 2018-11-09 06:52:36,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.134585857391s 2018-11-09 06:52:36,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:36,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:36,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18242336-d490-4b2a-bcc2-ecf4b80607c5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "14ab89e1f78943f6bcd8edcacaec4d41", "links": {"self": "http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:36,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-18242336-d490-4b2a-bcc2-ecf4b80607c5 2018-11-09 06:52:36,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.171159029007s 2018-11-09 06:52:36,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 06:52:36,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:36,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f0b0cf1-d322-4e15-9f9c-e9320808a13a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:52:36,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-2f0b0cf1-d322-4e15-9f9c-e9320808a13a 2018-11-09 06:52:36,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0754449367523s 2018-11-09 06:52:36,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 06:52:36,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:36,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f35b885d-98fb-4197-9842-1f53a86dc31a Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "links": {"self": "http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9"}, "domain_id": "default", "enabled": true, "id": "457b6edbf003432aa180d4bc72514fe9", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:52:36,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f35b885d-98fb-4197-9842-1f53a86dc31a 2018-11-09 06:52:36,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108461856842s 2018-11-09 06:52:36,735 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f35b885d-98fb-4197-9842-1f53a86dc31a 2018-11-09 06:52:36,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 06:52:36,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:36,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7062071-f09b-4565-8bee-a08b1fd306d9 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d"}, "enabled": true, "id": "5b80283717864a919bf08426e791ca8d", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 06:52:36,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-e7062071-f09b-4565-8bee-a08b1fd306d9 2018-11-09 06:52:36,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0811629295349s 2018-11-09 06:52:36,823 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-e7062071-f09b-4565-8bee-a08b1fd306d9 2018-11-09 06:52:36,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 06:52:36,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=457b6edbf003432aa180d4bc72514fe9&scope.project.id=5b80283717864a919bf08426e791ca8d&role.id=79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:36,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52e9decf-2c95-46d7-adff-ec395a11881d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=457b6edbf003432aa180d4bc72514fe9&scope.project.id=5b80283717864a919bf08426e791ca8d&role.id=79f21433cbd840ddbed71b46b37d5f03", "previous": null, "next": null}} 2018-11-09 06:52:36,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=457b6edbf003432aa180d4bc72514fe9&scope.project.id=5b80283717864a919bf08426e791ca8d&role.id=79f21433cbd840ddbed71b46b37d5f03 used request id req-52e9decf-2c95-46d7-adff-ec395a11881d 2018-11-09 06:52:36,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0741989612579s 2018-11-09 06:52:36,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 06:52:36,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d/users/457b6edbf003432aa180d4bc72514fe9/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:37,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:52:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c368074-3646-475f-835c-fea578595ba3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:52:37,062 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d/users/457b6edbf003432aa180d4bc72514fe9/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-8c368074-3646-475f-835c-fea578595ba3 2018-11-09 06:52:37,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.162765026093s 2018-11-09 06:52:37,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:37,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:37,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc4dbed-37b6-4dd6-991a-230ea638dc6b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "14ab89e1f78943f6bcd8edcacaec4d41", "links": {"self": "http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:37,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-acc4dbed-37b6-4dd6-991a-230ea638dc6b 2018-11-09 06:52:37,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829358100891s 2018-11-09 06:52:37,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 06:52:37,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-09 06:52:37,359 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:52:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb0a0af2-e7ea-442e-a161-3fea24f0e2fa Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5a03a50259f74913835d107c9adfbc92", "links": {"self": "http://172.30.9.27:5000/v3/roles/5a03a50259f74913835d107c9adfbc92"}, "name": "heat_stack_owner"}} 2018-11-09 06:52:37,359 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-bb0a0af2-e7ea-442e-a161-3fea24f0e2fa 2018-11-09 06:52:37,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.212208032608s 2018-11-09 06:52:37,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/5a03a50259f74913835d107c9adfbc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:37,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ae445d4-2fd8-4f9a-9274-d6037421cfba Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/5a03a50259f74913835d107c9adfbc92"}, "domain_id": null, "name": "heat_stack_owner", "id": "5a03a50259f74913835d107c9adfbc92"}} 2018-11-09 06:52:37,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/5a03a50259f74913835d107c9adfbc92 used request id req-0ae445d4-2fd8-4f9a-9274-d6037421cfba 2018-11-09 06:52:37,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:37,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:37,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b5537d9-049b-43b7-8de3-1572d23e7923 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "14ab89e1f78943f6bcd8edcacaec4d41", "links": {"self": "http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41"}, "name": "Member"}, {"domain_id": null, "id": "5a03a50259f74913835d107c9adfbc92", "links": {"self": "http://172.30.9.27:5000/v3/roles/5a03a50259f74913835d107c9adfbc92"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:37,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7b5537d9-049b-43b7-8de3-1572d23e7923 2018-11-09 06:52:37,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0782129764557s 2018-11-09 06:52:37,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 06:52:37,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:37,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c83a29a4-6170-4fc9-8be6-7ec48e8f1e98 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:52:37,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-c83a29a4-6170-4fc9-8be6-7ec48e8f1e98 2018-11-09 06:52:37,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.138880968094s 2018-11-09 06:52:37,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 06:52:37,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:37,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56dd1532-350c-4016-8cbb-b25d14c13d71 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "links": {"self": "http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9"}, "domain_id": "default", "enabled": true, "id": "457b6edbf003432aa180d4bc72514fe9", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:52:37,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-56dd1532-350c-4016-8cbb-b25d14c13d71 2018-11-09 06:52:37,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0970759391785s 2018-11-09 06:52:37,758 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-56dd1532-350c-4016-8cbb-b25d14c13d71 2018-11-09 06:52:37,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 06:52:37,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:37,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42b16dd8-c94f-44f4-ac7e-7fecd5785be3 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d"}, "enabled": true, "id": "5b80283717864a919bf08426e791ca8d", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 06:52:37,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-42b16dd8-c94f-44f4-ac7e-7fecd5785be3 2018-11-09 06:52:37,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.137053012848s 2018-11-09 06:52:37,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-42b16dd8-c94f-44f4-ac7e-7fecd5785be3 2018-11-09 06:52:37,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 06:52:37,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=457b6edbf003432aa180d4bc72514fe9&scope.project.id=5b80283717864a919bf08426e791ca8d&role.id=5a03a50259f74913835d107c9adfbc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:37,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9d52fb-c479-4c49-a061-756c7922b283 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=457b6edbf003432aa180d4bc72514fe9&scope.project.id=5b80283717864a919bf08426e791ca8d&role.id=5a03a50259f74913835d107c9adfbc92", "previous": null, "next": null}} 2018-11-09 06:52:37,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=457b6edbf003432aa180d4bc72514fe9&scope.project.id=5b80283717864a919bf08426e791ca8d&role.id=5a03a50259f74913835d107c9adfbc92 used request id req-4d9d52fb-c479-4c49-a061-756c7922b283 2018-11-09 06:52:37,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0763590335846s 2018-11-09 06:52:37,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 06:52:37,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d/users/457b6edbf003432aa180d4bc72514fe9/roles/5a03a50259f74913835d107c9adfbc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:38,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:52:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-357ba5f2-f86f-4132-ad3c-954521e1d36a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:52:38,092 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d/users/457b6edbf003432aa180d4bc72514fe9/roles/5a03a50259f74913835d107c9adfbc92 used request id req-357ba5f2-f86f-4132-ad3c-954521e1d36a 2018-11-09 06:52:38,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111783981323s 2018-11-09 06:52:38,093 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-09 06:52:38,093 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-09 06:52:38,093 - openstack_tests - INFO - OS Credentials = > 2018-11-09 06:52:38,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:38,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:38,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14ab89e1f78943f6bcd8edcacaec4d41", "name": "Member"}, {"id": "5a03a50259f74913835d107c9adfbc92", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b80283717864a919bf08426e791ca8d", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "id": "457b6edbf003432aa180d4bc72514fe9"}, "audit_ids": ["ZjATdC2hQTOYS8IxQdPKJA"], "issued_at": "2018-11-09T06:52:38.000000Z"}} 2018-11-09 06:52:38,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9192083294a0ac3ac78ca0b65adc756edb359ae4" 2018-11-09 06:52:39,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-03e3e99f-f048-4d01-9204-68ef2ce43f8b Date: Fri, 09 Nov 2018 06:52:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:52:39,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-03e3e99f-f048-4d01-9204-68ef2ce43f8b 2018-11-09 06:52:39,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9192083294a0ac3ac78ca0b65adc756edb359ae4" 2018-11-09 06:52:40,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-73380eb1-8307-4c37-b222-137b7c38236e Date: Fri, 09 Nov 2018 06:52:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 06:52:40,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-73380eb1-8307-4c37-b222-137b7c38236e 2018-11-09 06:52:40,374 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-09 06:52:40,375 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-11-09 06:52:40,375 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,376 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,379 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,383 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:40,628 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-09 06:52:40,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:41,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14ab89e1f78943f6bcd8edcacaec4d41", "name": "Member"}, {"id": "5a03a50259f74913835d107c9adfbc92", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b80283717864a919bf08426e791ca8d", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "id": "457b6edbf003432aa180d4bc72514fe9"}, "audit_ids": ["guPRWxLyQ_CMDUGTDwFn4g"], "issued_at": "2018-11-09T06:52:41.000000Z"}} 2018-11-09 06:52:41,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}938a2c2e7e05a38f1505729a88c9bdc0a03b8a6e" 2018-11-09 06:52:41,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-65d5b4cf-4dc8-4409-ae1f-baea4ffd6080 Date: Fri, 09 Nov 2018 06:52:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-11-09 06:52:41,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&name=foo used request id req-65d5b4cf-4dc8-4409-ae1f-baea4ffd6080 2018-11-09 06:52:41,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:41,663 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-09 06:52:41,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:42,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14ab89e1f78943f6bcd8edcacaec4d41", "name": "Member"}, {"id": "5a03a50259f74913835d107c9adfbc92", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b80283717864a919bf08426e791ca8d", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "id": "457b6edbf003432aa180d4bc72514fe9"}, "audit_ids": ["ulc_3IumQpiBXaT2cXsZvw"], "issued_at": "2018-11-09T06:52:42.000000Z"}} 2018-11-09 06:52:42,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c08c96a76e3fa89b2ab992193fabdc95ed58ce" 2018-11-09 06:52:42,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d90491af-434c-4ae0-a87e-a3eb5dab615e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:52:42,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d90491af-434c-4ae0-a87e-a3eb5dab615e 2018-11-09 06:52:42,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:52:42,167 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:52:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:52:42,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c08c96a76e3fa89b2ab992193fabdc95ed58ce" 2018-11-09 06:52:42,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e01cf0c9-c6a8-42b2-9419-9d0e572bdcac Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "links": {"self": "http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9"}, "domain_id": "default", "enabled": true, "id": "457b6edbf003432aa180d4bc72514fe9", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:52:42,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e01cf0c9-c6a8-42b2-9419-9d0e572bdcac 2018-11-09 06:52:42,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:42,274 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-09 06:52:42,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:42,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14ab89e1f78943f6bcd8edcacaec4d41", "name": "Member"}, {"id": "5a03a50259f74913835d107c9adfbc92", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b80283717864a919bf08426e791ca8d", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "id": "457b6edbf003432aa180d4bc72514fe9"}, "audit_ids": ["DvUWHR2MTISxmsrT88fgsA"], "issued_at": "2018-11-09T06:52:42.000000Z"}} 2018-11-09 06:52:42,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}819043b3e328b7be3d21a2d39cec33ec536911bf" 2018-11-09 06:52:43,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-25e74c22-ba8b-4725-bf17-b1fcc811afe9 Date: Fri, 09 Nov 2018 06:52:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:52:43,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-25e74c22-ba8b-4725-bf17-b1fcc811afe9 2018-11-09 06:52:43,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:44,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14ab89e1f78943f6bcd8edcacaec4d41", "name": "Member"}, {"id": "5a03a50259f74913835d107c9adfbc92", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b80283717864a919bf08426e791ca8d", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "id": "457b6edbf003432aa180d4bc72514fe9"}, "audit_ids": ["p_cqNnV0SVWxVsmSN6wqHw"], "issued_at": "2018-11-09T06:52:44.000000Z"}} 2018-11-09 06:52:44,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8cf78764958fb1293732d8536e46b2fe3fa6f2" 2018-11-09 06:52:45,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-1445db42-9ea5-45cc-9dc1-3b6a85267eb3 Date: Fri, 09 Nov 2018 06:52:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:52:45,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-1445db42-9ea5-45cc-9dc1-3b6a85267eb3 2018-11-09 06:52:45,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c8cf78764958fb1293732d8536e46b2fe3fa6f2" 2018-11-09 06:52:45,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d1bda15d-5781-4a2d-ba4b-86b5fb2d070f Date: Fri, 09 Nov 2018 06:52:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 06:52:45,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-d1bda15d-5781-4a2d-ba4b-86b5fb2d070f 2018-11-09 06:52:45,977 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:52:45,977 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:46,208 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.27:5000/v2.0/tokens 2018-11-09 06:52:46,227 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-11-09 06:52:46,227 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:52:46,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:46,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14ab89e1f78943f6bcd8edcacaec4d41", "name": "Member"}, {"id": "5a03a50259f74913835d107c9adfbc92", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b80283717864a919bf08426e791ca8d", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "id": "457b6edbf003432aa180d4bc72514fe9"}, "audit_ids": ["k7x0Nx4bTVmtjLh2Vo2msw"], "issued_at": "2018-11-09T06:52:46.000000Z"}} 2018-11-09 06:52:46,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679067864a61524a3344fcf55d7d757f4f994465" 2018-11-09 06:52:47,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52: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-c6c2ce03-f8aa-4e22-900f-dce4c55349ed x-compute-request-id: req-c6c2ce03-f8aa-4e22-900f-dce4c55349ed Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 06:52:47,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail used request id req-c6c2ce03-f8aa-4e22-900f-dce4c55349ed 2018-11-09 06:52:47,484 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:52:47,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:47,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14ab89e1f78943f6bcd8edcacaec4d41", "name": "Member"}, {"id": "5a03a50259f74913835d107c9adfbc92", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b80283717864a919bf08426e791ca8d", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "id": "457b6edbf003432aa180d4bc72514fe9"}, "audit_ids": ["rMFE8RxkRKKoPPCdPd33Og"], "issued_at": "2018-11-09T06:52:47.000000Z"}} 2018-11-09 06:52:47,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e575148bb57eb52f75071712fe284ec7a0706973" 2018-11-09 06:52:48,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33c0ba8b-6ab7-4d56-b327-94f6b681f12c x-compute-request-id: req-33c0ba8b-6ab7-4d56-b327-94f6b681f12c Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 194}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-09 06:52:48,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-33c0ba8b-6ab7-4d56-b327-94f6b681f12c 2018-11-09 06:52:48,643 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 06:52:48,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:48,713 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.27:5000/v2.0/tokens 2018-11-09 06:52:48,731 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-11-09 06:52:48,731 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 06:52:48,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:49,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14ab89e1f78943f6bcd8edcacaec4d41", "name": "Member"}, {"id": "5a03a50259f74913835d107c9adfbc92", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b80283717864a919bf08426e791ca8d", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "id": "457b6edbf003432aa180d4bc72514fe9"}, "audit_ids": ["tQnLjXLGT0ehdo09Vx6yrg"], "issued_at": "2018-11-09T06:52:48.000000Z"}} 2018-11-09 06:52:49,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a11011bda3f678274e759a7e177029662d4dadd9" 2018-11-09 06:52:49,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:49 GMT Server: Apache x-openstack-request-id: req-dcfd6bff-71da-497d-98c7-61b4bb091441 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 06:52:49,964 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d/stacks used request id req-dcfd6bff-71da-497d-98c7-61b4bb091441 2018-11-09 06:52:49,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:50,156 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-09 06:52:50,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:50,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14ab89e1f78943f6bcd8edcacaec4d41", "name": "Member"}, {"id": "5a03a50259f74913835d107c9adfbc92", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b80283717864a919bf08426e791ca8d", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b80283717864a919bf08426e791ca8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "id": "457b6edbf003432aa180d4bc72514fe9"}, "audit_ids": ["tVN9QgbaTB2xSqCXCTIRvg"], "issued_at": "2018-11-09T06:52:50.000000Z"}} 2018-11-09 06:52:50,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64ba4822ab25a61045902582e62d7d601b80e97e" 2018-11-09 06:52:51,348 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:50 GMT Server: Apache x-compute-request-id: req-fff9b4f6-4c9c-4c54-a54e-43a125f64f60 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fff9b4f6-4c9c-4c54-a54e-43a125f64f60 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 06:52:51,348 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/5b80283717864a919bf08426e791ca8d/volumes/detail used request id req-fff9b4f6-4c9c-4c54-a54e-43a125f64f60 2018-11-09 06:52:51,350 - 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.963s OK 2018-11-09 06:52:51,484 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 06:52:51,484 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-11-09 06:52:51,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:51,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:51,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed1cb07-9200-4027-90c0-2b08e0000c4e Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "14ab89e1f78943f6bcd8edcacaec4d41", "links": {"self": "http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41"}, "name": "Member"}, {"domain_id": null, "id": "5a03a50259f74913835d107c9adfbc92", "links": {"self": "http://172.30.9.27:5000/v3/roles/5a03a50259f74913835d107c9adfbc92"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:51,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8ed1cb07-9200-4027-90c0-2b08e0000c4e 2018-11-09 06:52:51,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800440311432s 2018-11-09 06:52:51,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 06:52:51,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/5a03a50259f74913835d107c9adfbc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:51,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:52:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-588da89e-fdae-43be-8c52-1d1bde7ac505 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:52:51,758 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/5a03a50259f74913835d107c9adfbc92 used request id req-588da89e-fdae-43be-8c52-1d1bde7ac505 2018-11-09 06:52:51,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.186537981033s 2018-11-09 06:52:51,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 06:52:51,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:51,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5ea57ae-13ab-45a8-81ac-b4fa803d21aa Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443", "links": {"self": "http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9"}, "domain_id": "default", "enabled": true, "id": "457b6edbf003432aa180d4bc72514fe9", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:52:51,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f5ea57ae-13ab-45a8-81ac-b4fa803d21aa 2018-11-09 06:52:51,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.146164894104s 2018-11-09 06:52:51,905 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f5ea57ae-13ab-45a8-81ac-b4fa803d21aa 2018-11-09 06:52:51,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 06:52:51,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:52,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b8c9440-4139-4da8-bfbd-88652147a09d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9"}, "enabled": true, "id": "457b6edbf003432aa180d4bc72514fe9", "options": {}, "domain_id": "default", "name": "connection_check-user_f24e517c-3167-44af-9a8f-f913173b8443"}} 2018-11-09 06:52:52,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9 used request id req-2b8c9440-4139-4da8-bfbd-88652147a09d 2018-11-09 06:52:52,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0969049930573s 2018-11-09 06:52:52,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9 used request id req-2b8c9440-4139-4da8-bfbd-88652147a09d 2018-11-09 06:52:52,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 06:52:52,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:52,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:52:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-607f3057-9214-4d75-b736-fab14f7f489a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:52:52,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9 used request id req-607f3057-9214-4d75-b736-fab14f7f489a 2018-11-09 06:52:52,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.338808059692s 2018-11-09 06:52:52,348 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/457b6edbf003432aa180d4bc72514fe9 used request id req-607f3057-9214-4d75-b736-fab14f7f489a 2018-11-09 06:52:52,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 06:52:52,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:52,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35882c6c-1ad3-44f6-8130-d56cb8e0feef Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d"}, "enabled": true, "id": "5b80283717864a919bf08426e791ca8d", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f24e517c-3167-44af-9a8f-f913173b8443"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 06:52:52,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-35882c6c-1ad3-44f6-8130-d56cb8e0feef 2018-11-09 06:52:52,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.14347410202s 2018-11-09 06:52:52,493 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-35882c6c-1ad3-44f6-8130-d56cb8e0feef 2018-11-09 06:52:52,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 06:52:52,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:52,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bff94c04-54f6-4965-a939-016d08eaf7c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:52:52,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d used request id req-bff94c04-54f6-4965-a939-016d08eaf7c7 2018-11-09 06:52:52,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.298273801804s 2018-11-09 06:52:52,794 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5b80283717864a919bf08426e791ca8d used request id req-bff94c04-54f6-4965-a939-016d08eaf7c7 2018-11-09 06:52:52,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:52,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:52,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a858eaf5-3b81-4889-9731-9a927f9ef7c5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "14ab89e1f78943f6bcd8edcacaec4d41", "links": {"self": "http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:52,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a858eaf5-3b81-4889-9731-9a927f9ef7c5 2018-11-09 06:52:52,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.149266004562s 2018-11-09 06:52:52,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 06:52:52,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:53,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce3cc7db-9a74-4d5c-8d1c-9ca194ac5a79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:52:53,094 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/14ab89e1f78943f6bcd8edcacaec4d41 used request id req-ce3cc7db-9a74-4d5c-8d1c-9ca194ac5a79 2018-11-09 06:52:53,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.149050951004s 2018-11-09 06:52:53,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 06:52:53,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=5b80283717864a919bf08426e791ca8d&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}4d890521f861f1bebc316545dc2faea7f8c85259" 2018-11-09 06:52:54,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-84f1e310-f741-4d3e-972d-5927db312f19 Date: Fri, 09 Nov 2018 06:52:53 GMT RESP BODY: {"security_groups": []} 2018-11-09 06:52:54,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=5b80283717864a919bf08426e791ca8d&name=default used request id req-84f1e310-f741-4d3e-972d-5927db312f19 2018-11-09 06:52:54,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.05718588829s 2018-11-09 06:52:54,157 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=5b80283717864a919bf08426e791ca8d&name=default used request id req-84f1e310-f741-4d3e-972d-5927db312f19 2018-11-09 06:52:54,177 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-11-09 06:52:54,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 06:52:54,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 06:52:54,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 06:52:54,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 06:52:54,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 06:52:54,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 06:52:54,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 06:52:54,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 06:52:54,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 06:52:54,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 06:52:54,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 06:52:54,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 06:52:54,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 06:52:54,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 06:52:54,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 06:52:54,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 06:52:54,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 06:52:54,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 06:52:54,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 06:52:54,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 06:52:54,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 06:52:54,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 06:52:54,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 06:52:54,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:52:54,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e8c8654-f6aa-41e4-92ee-25f5b7546b78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:52:54,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2e8c8654-f6aa-41e4-92ee-25f5b7546b78 2018-11-09 06:52:54,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:54,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["BiIgWZBmTiKpncfpb9MRAg"], "issued_at": "2018-11-09T06:52:54.000000Z"}} 2018-11-09 06:52:54,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:54,596 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:52:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:52:54,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:54,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9476c1ed-6f13-4932-b459-c4d38e4c951f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 06:52:54,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-9476c1ed-6f13-4932-b459-c4d38e4c951f 2018-11-09 06:52:54,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.482846975327s 2018-11-09 06:52:54,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 06:52:54,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}25b78937fd130783fe721b118aeacb003c2bfc8a" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}}' 2018-11-09 06:52:54,846 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:52:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e40a67b-faed-4e37-abc7-b63931baa0fd 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:52:54,846 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2e40a67b-faed-4e37-abc7-b63931baa0fd 2018-11-09 06:52:54,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.152892827988s 2018-11-09 06:52:54,847 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2e40a67b-faed-4e37-abc7-b63931baa0fd 2018-11-09 06:52:54,848 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4', 'id': u'eaa3a8fe44f244bdb42f6df651318422', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 06:52:54,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 06:52:55,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.343891859055s 2018-11-09 06:52:55,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:55,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c11c5b3-9f54-495d-b9ec-b17b91cd6f92 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}, "domain_id": "default", "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:52:55,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7 used request id req-9c11c5b3-9f54-495d-b9ec-b17b91cd6f92 2018-11-09 06:52:55,374 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ce78b31a46f34344952ff01738f305e7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4'}) 2018-11-09 06:52:55,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:55,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:55,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4778379e-e4f8-4698-8007-e8e01738506c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:55,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4778379e-e4f8-4698-8007-e8e01738506c 2018-11-09 06:52:55,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0864179134369s 2018-11-09 06:52:55,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:55,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:55,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69aea807-4745-4d81-bcf2-56e3e5a18b7d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 06:52:55,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-69aea807-4745-4d81-bcf2-56e3e5a18b7d 2018-11-09 06:52:55,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0736570358276s 2018-11-09 06:52:55,536 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 06:52:55,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 06:52:55,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" -d '{"role": {"name": "Member"}}' 2018-11-09 06:52:55,628 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a7f9cd6-a424-4006-af90-beb4b7c4480c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}} 2018-11-09 06:52:55,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-6a7f9cd6-a424-4006-af90-beb4b7c4480c 2018-11-09 06:52:55,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0916221141815s 2018-11-09 06:52:55,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:55,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aa5d236-a0f3-4387-8d56-ae4a64e3bb7c Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "domain_id": null, "name": "Member", "id": "afe60e1176734b3b9e1954255b148116"}} 2018-11-09 06:52:55,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116 used request id req-9aa5d236-a0f3-4387-8d56-ae4a64e3bb7c 2018-11-09 06:52:55,732 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116'}, 'domain_id': None, 'human_id': None, 'id': u'afe60e1176734b3b9e1954255b148116', 'HUMAN_ID': False}) 2018-11-09 06:52:55,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:55,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:55,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e0967e4-02cc-4f10-a652-271be00c2c79 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:52:55,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0e0967e4-02cc-4f10-a652-271be00c2c79 2018-11-09 06:52:55,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0780749320984s 2018-11-09 06:52:55,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 06:52:55,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:55,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06237e95-52ee-4b47-9cf3-e6a144cf79f9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:52:55,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-06237e95-52ee-4b47-9cf3-e6a144cf79f9 2018-11-09 06:52:55,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0791409015656s 2018-11-09 06:52:55,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 06:52:55,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:55,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b4bf73-e290-4e76-8ad0-0a8975c90198 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:52:55,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-87b4bf73-e290-4e76-8ad0-0a8975c90198 2018-11-09 06:52:55,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0985040664673s 2018-11-09 06:52:55,991 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-87b4bf73-e290-4e76-8ad0-0a8975c90198 2018-11-09 06:52:55,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 06:52:55,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:56,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37e0c2b0-6681-4904-acdd-d6116ceb9193 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:52:56,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-37e0c2b0-6681-4904-acdd-d6116ceb9193 2018-11-09 06:52:56,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0747671127319s 2018-11-09 06:52:56,073 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-37e0c2b0-6681-4904-acdd-d6116ceb9193 2018-11-09 06:52:56,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 06:52:56,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=ce78b31a46f34344952ff01738f305e7&scope.project.id=eaa3a8fe44f244bdb42f6df651318422&role.id=afe60e1176734b3b9e1954255b148116 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:56,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ceb8726-89c2-4b51-8d46-628110e2e635 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=ce78b31a46f34344952ff01738f305e7&scope.project.id=eaa3a8fe44f244bdb42f6df651318422&role.id=afe60e1176734b3b9e1954255b148116", "previous": null, "next": null}} 2018-11-09 06:52:56,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=ce78b31a46f34344952ff01738f305e7&scope.project.id=eaa3a8fe44f244bdb42f6df651318422&role.id=afe60e1176734b3b9e1954255b148116 used request id req-1ceb8726-89c2-4b51-8d46-628110e2e635 2018-11-09 06:52:56,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.164214849472s 2018-11-09 06:52:56,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 06:52:56,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/ce78b31a46f34344952ff01738f305e7/roles/afe60e1176734b3b9e1954255b148116 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:56,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c636bfd-bbe0-4d93-909c-47882ba318d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:52:56,384 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/ce78b31a46f34344952ff01738f305e7/roles/afe60e1176734b3b9e1954255b148116 used request id req-8c636bfd-bbe0-4d93-909c-47882ba318d2 2018-11-09 06:52:56,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.143974065781s 2018-11-09 06:52:56,385 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4', 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': '6bb0003a-5f2d-4eb7-a2db-84a1ceb22c48', 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_508ce58a-687c-4d83-aa77-be0efbf84ff4', 'project_id': u'eaa3a8fe44f244bdb42f6df651318422', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 06:52:56,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 06:52:56,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 06:52:56,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 06:52:56,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 06:52:56,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 06:52:56,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 06:52:56,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 06:52:56,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 06:52:56,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 06:52:56,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 06:52:56,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 06:52:56,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 06:52:56,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 06:52:56,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 06:52:56,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 06:52:56,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 06:52:56,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 06:52:56,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 06:52:56,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 06:52:56,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 06:52:56,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 06:52:56,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 06:52:56,391 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4', 'password': '6bb0003a-5f2d-4eb7-a2db-84a1ceb22c48', 'project_name': 'api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'eaa3a8fe44f244bdb42f6df651318422', 'project_domain_name': 'Default'} 2018-11-09 06:52:56,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:56,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:56,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df753b2f-c7d0-4b11-8747-1555cdbbdb7c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:52:56,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-df753b2f-c7d0-4b11-8747-1555cdbbdb7c 2018-11-09 06:52:56,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0731430053711s 2018-11-09 06:52:56,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:56,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:56,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-173ac875-922c-4874-85bd-911eadd1f8eb Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:52:56,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-173ac875-922c-4874-85bd-911eadd1f8eb 2018-11-09 06:52:56,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.131427049637s 2018-11-09 06:52:56,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 06:52:56,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:56,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f40f0c64-85d2-47ef-a10b-a7bb0c9238de Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:52:56,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f40f0c64-85d2-47ef-a10b-a7bb0c9238de 2018-11-09 06:52:56,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.08487200737s 2018-11-09 06:52:56,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 06:52:56,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:56,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b883b87-a40b-42b1-b3fa-2d12a71bce09 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:52:56,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7b883b87-a40b-42b1-b3fa-2d12a71bce09 2018-11-09 06:52:56,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0906620025635s 2018-11-09 06:52:56,776 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7b883b87-a40b-42b1-b3fa-2d12a71bce09 2018-11-09 06:52:56,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 06:52:56,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:56,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f89de83-e3bc-46a9-98d5-21b40d0642c6 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:52:56,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2f89de83-e3bc-46a9-98d5-21b40d0642c6 2018-11-09 06:52:56,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0797610282898s 2018-11-09 06:52:56,862 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2f89de83-e3bc-46a9-98d5-21b40d0642c6 2018-11-09 06:52:56,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 06:52:56,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=ce78b31a46f34344952ff01738f305e7&scope.project.id=eaa3a8fe44f244bdb42f6df651318422&role.id=79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:56,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adb7d790-7b36-4eeb-8d4a-5691ba96c84f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=ce78b31a46f34344952ff01738f305e7&scope.project.id=eaa3a8fe44f244bdb42f6df651318422&role.id=79f21433cbd840ddbed71b46b37d5f03", "previous": null, "next": null}} 2018-11-09 06:52:56,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=ce78b31a46f34344952ff01738f305e7&scope.project.id=eaa3a8fe44f244bdb42f6df651318422&role.id=79f21433cbd840ddbed71b46b37d5f03 used request id req-adb7d790-7b36-4eeb-8d4a-5691ba96c84f 2018-11-09 06:52:56,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0156161785126s 2018-11-09 06:52:56,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 06:52:56,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/ce78b31a46f34344952ff01738f305e7/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:56,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d3225c5-fa33-4999-b4fa-542141569e04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:52:56,990 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/ce78b31a46f34344952ff01738f305e7/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-2d3225c5-fa33-4999-b4fa-542141569e04 2018-11-09 06:52:56,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.110008955002s 2018-11-09 06:52:56,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:56,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:57,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c05c2a4-be21-44fd-b489-3bb6dd97faae Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:52:57,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8c05c2a4-be21-44fd-b489-3bb6dd97faae 2018-11-09 06:52:57,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0771589279175s 2018-11-09 06:52:57,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 06:52:57,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-09 06:52:57,212 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:52:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fadac8c4-661c-44ca-be66-866976452f22 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}} 2018-11-09 06:52:57,212 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-fadac8c4-661c-44ca-be66-866976452f22 2018-11-09 06:52:57,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.142867088318s 2018-11-09 06:52:57,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:57,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd865ac-8366-4ddc-b391-a71413ea185b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "domain_id": null, "name": "heat_stack_owner", "id": "5bc3a0ce8f384ee3976bac592e7a9ce3"}} 2018-11-09 06:52:57,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3 used request id req-7bd865ac-8366-4ddc-b391-a71413ea185b 2018-11-09 06:52:57,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 06:52:57,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:57,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e88c91-21d5-48c5-8225-63ae2e8b22a9 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:52:57,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-69e88c91-21d5-48c5-8225-63ae2e8b22a9 2018-11-09 06:52:57,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828750133514s 2018-11-09 06:52:57,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 06:52:57,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:57,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30faef0f-90e3-46a6-80e5-c3fda1971fb0 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:52:57,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-30faef0f-90e3-46a6-80e5-c3fda1971fb0 2018-11-09 06:52:57,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0830471515656s 2018-11-09 06:52:57,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 06:52:57,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:57,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d01ec130-1b95-40a0-84eb-d6506efab759 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:52:57,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d01ec130-1b95-40a0-84eb-d6506efab759 2018-11-09 06:52:57,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0899729728699s 2018-11-09 06:52:57,544 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d01ec130-1b95-40a0-84eb-d6506efab759 2018-11-09 06:52:57,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 06:52:57,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:57,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5baed672-7413-4384-ab1a-589fdc3a375e Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:52:57,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5baed672-7413-4384-ab1a-589fdc3a375e 2018-11-09 06:52:57,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.141915082932s 2018-11-09 06:52:57,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5baed672-7413-4384-ab1a-589fdc3a375e 2018-11-09 06:52:57,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 06:52:57,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=ce78b31a46f34344952ff01738f305e7&scope.project.id=eaa3a8fe44f244bdb42f6df651318422&role.id=5bc3a0ce8f384ee3976bac592e7a9ce3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:57,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a128d6d-cad4-438e-b70e-13804656c885 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=ce78b31a46f34344952ff01738f305e7&scope.project.id=eaa3a8fe44f244bdb42f6df651318422&role.id=5bc3a0ce8f384ee3976bac592e7a9ce3", "previous": null, "next": null}} 2018-11-09 06:52:57,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=ce78b31a46f34344952ff01738f305e7&scope.project.id=eaa3a8fe44f244bdb42f6df651318422&role.id=5bc3a0ce8f384ee3976bac592e7a9ce3 used request id req-7a128d6d-cad4-438e-b70e-13804656c885 2018-11-09 06:52:57,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0817561149597s 2018-11-09 06:52:57,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 06:52:57,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/ce78b31a46f34344952ff01738f305e7/roles/5bc3a0ce8f384ee3976bac592e7a9ce3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 06:52:57,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:52:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1da59a5-e213-4f89-95df-17a36ee6a8da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:52:57,882 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/ce78b31a46f34344952ff01738f305e7/roles/5bc3a0ce8f384ee3976bac592e7a9ce3 used request id req-e1da59a5-e213-4f89-95df-17a36ee6a8da 2018-11-09 06:52:57,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.106170892715s 2018-11-09 06:52:57,883 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-09 06:52:57,883 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-09 06:52:57,883 - openstack_tests - INFO - OS Credentials = > 2018-11-09 06:52:57,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:57,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:52:58,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["WwMNnGHfSPSvUUdnM_OX2Q"], "issued_at": "2018-11-09T06:52:58.000000Z"}} 2018-11-09 06:52:58,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6872665bbceb1c0c75a1a4a1290c991a9341ba30" 2018-11-09 06:52:59,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d1261b6b-fb64-4563-a194-16fc34f1ba23 Date: Fri, 09 Nov 2018 06:52:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:52:59,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-d1261b6b-fb64-4563-a194-16fc34f1ba23 2018-11-09 06:52:59,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6872665bbceb1c0c75a1a4a1290c991a9341ba30" 2018-11-09 06:52:59,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-26905389-a94b-48ae-a5b4-cfe36fea1cbf Date: Fri, 09 Nov 2018 06:52:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 06:52:59,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-26905389-a94b-48ae-a5b4-cfe36fea1cbf 2018-11-09 06:52:59,578 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-09 06:52:59,579 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-11-09 06:52:59,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,589 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:52:59,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:00,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:52:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["1IIOGWu6TLSLlBzXWbHGxg"], "issued_at": "2018-11-09T06:52:59.000000Z"}} 2018-11-09 06:53:00,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af01d66ef089ee65d60dee67dc9249725ce9794e" 2018-11-09 06:53:00,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a577300-c53c-4599-b422-6478c83a882e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:00,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2a577300-c53c-4599-b422-6478c83a882e 2018-11-09 06:53:00,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:00,164 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:00,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af01d66ef089ee65d60dee67dc9249725ce9794e" 2018-11-09 06:53:00,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e06b2678-050c-4d09-bb55-5f33e3297bcf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:00,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e06b2678-050c-4d09-bb55-5f33e3297bcf 2018-11-09 06:53:00,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af01d66ef089ee65d60dee67dc9249725ce9794e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-5e701746-2939-4c21-b39a-92e38963fd1d-projName"}}' 2018-11-09 06:53:00,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09b7dc9b-8a82-46d4-b3a4-04dbd5b3ca85 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5cde06441717427986f2c1f69028ac31"}, "enabled": true, "id": "5cde06441717427986f2c1f69028ac31", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-5e701746-2939-4c21-b39a-92e38963fd1d-projName"}} 2018-11-09 06:53:00,335 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-09b7dc9b-8a82-46d4-b3a4-04dbd5b3ca85 2018-11-09 06:53:00,335 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-5e701746-2939-4c21-b39a-92e38963fd1d-projName 2018-11-09 06:53:00,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-5e701746-2939-4c21-b39a-92e38963fd1d-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af01d66ef089ee65d60dee67dc9249725ce9794e" 2018-11-09 06:53:00,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c7f289f-84a3-4809-ac84-ad99ce24fd83 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-5e701746-2939-4c21-b39a-92e38963fd1d-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5cde06441717427986f2c1f69028ac31"}, "enabled": true, "id": "5cde06441717427986f2c1f69028ac31", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-5e701746-2939-4c21-b39a-92e38963fd1d-projName"}]} 2018-11-09 06:53:00,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-5e701746-2939-4c21-b39a-92e38963fd1d-projName used request id req-2c7f289f-84a3-4809-ac84-ad99ce24fd83 2018-11-09 06:53:00,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af01d66ef089ee65d60dee67dc9249725ce9794e" 2018-11-09 06:53:00,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d07a1973-595b-4a22-98f5-403f09c96e57 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:53:00,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-d07a1973-595b-4a22-98f5-403f09c96e57 2018-11-09 06:53:00,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af01d66ef089ee65d60dee67dc9249725ce9794e" 2018-11-09 06:53:01,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-664d84f9-c726-427b-8d82-dbf68f667af2 Date: Fri, 09 Nov 2018 06:53:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:00Z", "updated_at": "2018-11-09T06:53:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:01Z", "revision_number": 0, "id": "32c196e3-5ad0-41e4-a00d-9eb3eda166fa", "remote_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:01Z", "security_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:01Z", "revision_number": 0, "id": "467a3b9f-7947-4e7d-97ac-17f1dffb2e88", "remote_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:01Z", "security_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:01Z", "revision_number": 0, "id": "67946461-72db-4d1e-8cc4-4b5e520973f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:01Z", "security_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:01Z", "revision_number": 0, "id": "cbc928e5-1c22-444d-aa47-52cb1edd0755", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:01Z", "security_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}]} 2018-11-09 06:53:01,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-664d84f9-c726-427b-8d82-dbf68f667af2 2018-11-09 06:53:01,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af01d66ef089ee65d60dee67dc9249725ce9794e" 2018-11-09 06:53:01,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62a89381-dfcd-493c-8450-31aae8984a4d 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:53:01,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-62a89381-dfcd-493c-8450-31aae8984a4d 2018-11-09 06:53:01,587 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 33d6ca00-247b-431a-8f55-2ba4e3ede107 2018-11-09 06:53:01,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=33d6ca00-247b-431a-8f55-2ba4e3ede107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af01d66ef089ee65d60dee67dc9249725ce9794e" 2018-11-09 06:53:01,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0296fbb8-3a8a-4f77-be5b-f41277534149 Date: Fri, 09 Nov 2018 06:53:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:01Z", "security_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:01Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "32c196e3-5ad0-41e4-a00d-9eb3eda166fa"}, {"remote_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:01Z", "security_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:01Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "467a3b9f-7947-4e7d-97ac-17f1dffb2e88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:01Z", "security_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:01Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "67946461-72db-4d1e-8cc4-4b5e520973f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:01Z", "security_group_id": "33d6ca00-247b-431a-8f55-2ba4e3ede107", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:01Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "cbc928e5-1c22-444d-aa47-52cb1edd0755"}]} 2018-11-09 06:53:01,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=33d6ca00-247b-431a-8f55-2ba4e3ede107 used request id req-0296fbb8-3a8a-4f77-be5b-f41277534149 2018-11-09 06:53:01,838 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 06:53:01,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/33d6ca00-247b-431a-8f55-2ba4e3ede107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af01d66ef089ee65d60dee67dc9249725ce9794e" 2018-11-09 06:53:03,013 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29279d98-6085-4bf4-a691-33a7527a9c69 Content-Length: 0 Date: Fri, 09 Nov 2018 06:53:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:53:03,013 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/33d6ca00-247b-431a-8f55-2ba4e3ede107 used request id req-29279d98-6085-4bf4-a691-33a7527a9c69 2018-11-09 06:53:03,013 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-5e701746-2939-4c21-b39a-92e38963fd1d-projName 2018-11-09 06:53:03,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/5cde06441717427986f2c1f69028ac31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af01d66ef089ee65d60dee67dc9249725ce9794e" 2018-11-09 06:53:03,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2decab0-e8ff-4b6f-adfb-523db602956c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:03,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5cde06441717427986f2c1f69028ac31 used request id req-b2decab0-e8ff-4b6f-adfb-523db602956c 2018-11-09 06:53:03,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:03,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["wmr1L2PxTQiw-aQ_BQt-vg"], "issued_at": "2018-11-09T06:53:03.000000Z"}} 2018-11-09 06:53:03,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33f1903897f30e9aef762730d9559af17b59158d" 2018-11-09 06:53:03,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eecf85b5-e194-4f5c-996d-99f81cf7e625 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:03,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eecf85b5-e194-4f5c-996d-99f81cf7e625 2018-11-09 06:53:03,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:03,785 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:03,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33f1903897f30e9aef762730d9559af17b59158d" 2018-11-09 06:53:03,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bedf8dc4-20bc-4c38-a3ba-fe992269bd5d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:03,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-bedf8dc4-20bc-4c38-a3ba-fe992269bd5d 2018-11-09 06:53:04,299 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-0d417be2-20f5-4957-b496-187f4811db2b-username 2018-11-09 06:53:04,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33f1903897f30e9aef762730d9559af17b59158d" 2018-11-09 06:53:04,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-377429de-4b3f-458c-8000-d4ef41b51d12 Content-Encoding: gzip Content-Length: 954 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-0d417be2-20f5-4957-b496-187f4811db2b-username", "links": {"self": "http://172.30.9.27:5000/v3/users/573dbdfced514536845e798cb0d0b390"}, "domain_id": "default", "enabled": true, "id": "573dbdfced514536845e798cb0d0b390", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:04,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-377429de-4b3f-458c-8000-d4ef41b51d12 2018-11-09 06:53:04,425 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-0d417be2-20f5-4957-b496-187f4811db2b-username 2018-11-09 06:53:04,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/573dbdfced514536845e798cb0d0b390 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33f1903897f30e9aef762730d9559af17b59158d" 2018-11-09 06:53:04,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83ab86df-1613-43a4-843d-762e16ff732b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:04,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/573dbdfced514536845e798cb0d0b390 used request id req-83ab86df-1613-43a4-843d-762e16ff732b 2018-11-09 06:53:04,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:05,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["w1lLbquVRXCC9hm5FmduGw"], "issued_at": "2018-11-09T06:53:05.000000Z"}} 2018-11-09 06:53:05,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f557d8642586c9717ba5fd7150aa8af5cc3f31" 2018-11-09 06:53:05,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-535377ee-1589-4611-a30c-7f865ffba84a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:05,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-535377ee-1589-4611-a30c-7f865ffba84a 2018-11-09 06:53:05,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:05,101 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-09 06:53:05,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:05,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["wi02lYZhT9K5Ges9cdm9mQ"], "issued_at": "2018-11-09T06:53:05.000000Z"}} 2018-11-09 06:53:05,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c3b875dae1bf86659c3b583985fcad1c55d070c" 2018-11-09 06:53:05,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e85bfce-356f-4b94-9bfa-5142970392d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:05,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7e85bfce-356f-4b94-9bfa-5142970392d9 2018-11-09 06:53:05,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:05,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:05,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["ODz9YqOYRI-W1tCvzrInsA"], "issued_at": "2018-11-09T06:53:05.000000Z"}} 2018-11-09 06:53:05,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:06,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["feQ_tMECSJS1XKSsCDlrzQ"], "issued_at": "2018-11-09T06:53:05.000000Z"}} 2018-11-09 06:53:06,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d9b206ad5ac2d905f1d60df1e92c5f15ee10217" 2018-11-09 06:53:06,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcdb0fd4-c034-423c-a19c-5b127ac2cc55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:06,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dcdb0fd4-c034-423c-a19c-5b127ac2cc55 2018-11-09 06:53:06,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:06,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:06,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["nXalE2LQRnquRoBS9k6EiA"], "issued_at": "2018-11-09T06:53:06.000000Z"}} 2018-11-09 06:53:06,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:07,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["iu7V1OwHRRuUvGz0CrbtGg"], "issued_at": "2018-11-09T06:53:06.000000Z"}} 2018-11-09 06:53:07,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7537d152f2fd92768b34dad103e7f5ce86a94a" 2018-11-09 06:53:07,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec1ea5cc-bf3c-48f6-baed-54136e74e1b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:07,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ec1ea5cc-bf3c-48f6-baed-54136e74e1b4 2018-11-09 06:53:07,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:07,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:07,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["xqVExIFmRQ60vcQZCv-HLQ"], "issued_at": "2018-11-09T06:53:07.000000Z"}} 2018-11-09 06:53:07,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:07,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:07,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["fzywOy4HQnyrtQ1_y3eHnQ"], "issued_at": "2018-11-09T06:53:07.000000Z"}} 2018-11-09 06:53:07,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:07,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:08,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["41zgKUZ_SSSxxotftZ51Eg"], "issued_at": "2018-11-09T06:53:08.000000Z"}} 2018-11-09 06:53:08,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:08,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["sMKHqD0KQ3uiIoXdU7xOTA"], "issued_at": "2018-11-09T06:53:08.000000Z"}} 2018-11-09 06:53:08,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:08,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38eb0de0-2887-499a-a455-f7611464d8d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:08,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-38eb0de0-2887-499a-a455-f7611464d8d0 2018-11-09 06:53:08,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:08,847 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:08,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:08,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fee940c-1bda-4709-b547-c2de4ba63f6f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:08,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6fee940c-1bda-4709-b547-c2de4ba63f6f 2018-11-09 06:53:09,245 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-username 2018-11-09 06:53:09,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:09,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa56fe63-81f1-407b-b6a1-3654726a202a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:09,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-aa56fe63-81f1-407b-b6a1-3654726a202a 2018-11-09 06:53:09,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-projName"}}' 2018-11-09 06:53:09,383 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3cdb7fd-36a6-407e-933c-a768e08d3e6b Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6ab26acd668546c0bd615d37fa4b442e"}, "enabled": true, "id": "6ab26acd668546c0bd615d37fa4b442e", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-projName"}} 2018-11-09 06:53:09,383 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e3cdb7fd-36a6-407e-933c-a768e08d3e6b 2018-11-09 06:53:09,383 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-projName 2018-11-09 06:53:09,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" -d '{"role": {"name": "KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-role"}}' 2018-11-09 06:53:09,620 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba0dafae-cd00-4d98-b92d-e81eecdb79b5 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7294c00b07f54557953c41ea17d3ed48", "links": {"self": "http://172.30.9.27:5000/v3/roles/7294c00b07f54557953c41ea17d3ed48"}, "name": "KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-role"}} 2018-11-09 06:53:09,620 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-ba0dafae-cd00-4d98-b92d-e81eecdb79b5 2018-11-09 06:53:09,620 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-role 2018-11-09 06:53:09,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/7294c00b07f54557953c41ea17d3ed48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:09,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab894438-20cc-4f15-a0b1-55c4958e968c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/7294c00b07f54557953c41ea17d3ed48"}, "domain_id": null, "name": "KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-role", "id": "7294c00b07f54557953c41ea17d3ed48"}} 2018-11-09 06:53:09,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/7294c00b07f54557953c41ea17d3ed48 used request id req-ab894438-20cc-4f15-a0b1-55c4958e968c 2018-11-09 06:53:09,706 - keystone_utils - INFO - Granting role KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-role to project KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-projName 2018-11-09 06:53:09,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/6ab26acd668546c0bd615d37fa4b442e/users/27c49ec19e8d48a29c4bc8eba2ebd9dd/roles/7294c00b07f54557953c41ea17d3ed48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:09,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de2295a8-ae0a-46f5-b112-5f5baa01fd8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:09,925 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6ab26acd668546c0bd615d37fa4b442e/users/27c49ec19e8d48a29c4bc8eba2ebd9dd/roles/7294c00b07f54557953c41ea17d3ed48 used request id req-de2295a8-ae0a-46f5-b112-5f5baa01fd8b 2018-11-09 06:53:09,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6ab26acd668546c0bd615d37fa4b442e/users/27c49ec19e8d48a29c4bc8eba2ebd9dd/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:09,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1c04003-4945-4091-8c51-7edaa1f9641c Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/6ab26acd668546c0bd615d37fa4b442e/users/27c49ec19e8d48a29c4bc8eba2ebd9dd/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7294c00b07f54557953c41ea17d3ed48", "links": {"self": "http://172.30.9.27:5000/v3/roles/7294c00b07f54557953c41ea17d3ed48"}, "name": "KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-role"}]} 2018-11-09 06:53:09,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6ab26acd668546c0bd615d37fa4b442e/users/27c49ec19e8d48a29c4bc8eba2ebd9dd/roles used request id req-e1c04003-4945-4091-8c51-7edaa1f9641c 2018-11-09 06:53:09,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:11,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-a0f32705-e750-4e5e-8ea5-e192f108ae4d Date: Fri, 09 Nov 2018 06:53:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:10Z", "updated_at": "2018-11-09T06:53:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:10Z", "revision_number": 0, "id": "0bc5ac12-9232-4bb1-89ec-427f39fcc15a", "remote_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:10Z", "security_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:10Z", "revision_number": 0, "id": "894f7dea-5bc4-4466-a5a3-5a1a0aea4cc3", "remote_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:10Z", "security_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:10Z", "revision_number": 0, "id": "ca57fef2-c3a6-41ca-827c-37658b8cccf2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:10Z", "security_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:10Z", "revision_number": 0, "id": "74997078-0990-4051-ac8f-f1a60307138d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:10Z", "security_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "name": "default"}]} 2018-11-09 06:53:11,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-a0f32705-e750-4e5e-8ea5-e192f108ae4d 2018-11-09 06:53:11,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:11,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cc01999-11e6-4117-b851-87544a3b17ea 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 06:53:11,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-9cc01999-11e6-4117-b851-87544a3b17ea 2018-11-09 06:53:11,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:11,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-447a0c57-068e-4700-adc2-7293de926895 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 06:53:11,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-447a0c57-068e-4700-adc2-7293de926895 2018-11-09 06:53:11,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:11,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d1cc4bc-b83c-4ce3-a0cd-3e01f8dc6f3a 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:53:11,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-6d1cc4bc-b83c-4ce3-a0cd-3e01f8dc6f3a 2018-11-09 06:53:11,330 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c5c5878c-6b12-4863-8830-bc8de01c51e0 2018-11-09 06:53:11,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c5c5878c-6b12-4863-8830-bc8de01c51e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:12,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-efc4921f-867b-47a7-98e9-dacba4b555da Date: Fri, 09 Nov 2018 06:53:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:10Z", "security_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:10Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "0bc5ac12-9232-4bb1-89ec-427f39fcc15a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:10Z", "security_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:10Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "74997078-0990-4051-ac8f-f1a60307138d"}, {"remote_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:10Z", "security_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:10Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "894f7dea-5bc4-4466-a5a3-5a1a0aea4cc3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:10Z", "security_group_id": "c5c5878c-6b12-4863-8830-bc8de01c51e0", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:10Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "ca57fef2-c3a6-41ca-827c-37658b8cccf2"}]} 2018-11-09 06:53:12,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c5c5878c-6b12-4863-8830-bc8de01c51e0 used request id req-efc4921f-867b-47a7-98e9-dacba4b555da 2018-11-09 06:53:12,116 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 06:53:12,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c5c5878c-6b12-4863-8830-bc8de01c51e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:13,254 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa3a7e8d-fb0d-40b6-b473-de94bf9dce76 Content-Length: 0 Date: Fri, 09 Nov 2018 06:53:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:53:13,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c5c5878c-6b12-4863-8830-bc8de01c51e0 used request id req-aa3a7e8d-fb0d-40b6-b473-de94bf9dce76 2018-11-09 06:53:13,255 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-projName 2018-11-09 06:53:13,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/6ab26acd668546c0bd615d37fa4b442e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:13,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba28f12f-15af-4e42-b5d9-1a264a4ad52c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:13,550 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6ab26acd668546c0bd615d37fa4b442e used request id req-ba28f12f-15af-4e42-b5d9-1a264a4ad52c 2018-11-09 06:53:13,551 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-username 2018-11-09 06:53:13,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/27c49ec19e8d48a29c4bc8eba2ebd9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:13,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f47cda29-e6a7-4fd6-8d6e-f6a9f29fd5b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:13,748 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/27c49ec19e8d48a29c4bc8eba2ebd9dd used request id req-f47cda29-e6a7-4fd6-8d6e-f6a9f29fd5b3 2018-11-09 06:53:13,748 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-2a213ec2-36b8-4a56-a17e-feb608145969-role 2018-11-09 06:53:13,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/7294c00b07f54557953c41ea17d3ed48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b058a6bca87b23d48292bf87ce7b0ac0f9ae2ad9" 2018-11-09 06:53:13,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ef61c90-237f-4f3b-8271-cca8a357c819 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:13,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/7294c00b07f54557953c41ea17d3ed48 used request id req-6ef61c90-237f-4f3b-8271-cca8a357c819 2018-11-09 06:53:13,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:14,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["_3mYQZYdTS-4A3bcXFQL6A"], "issued_at": "2018-11-09T06:53:14.000000Z"}} 2018-11-09 06:53:14,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90eddc621db7dad71f05e1697e0cbbf2cfc52899" 2018-11-09 06:53:14,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d4c1c4b-85f9-4a6e-b181-eda2e11dfa99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:14,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4d4c1c4b-85f9-4a6e-b181-eda2e11dfa99 2018-11-09 06:53:14,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:14,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:14,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["ccQdA_WSTTaZtFFyKnqNOQ"], "issued_at": "2018-11-09T06:53:14.000000Z"}} 2018-11-09 06:53:14,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:14,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92dc81e3-5cb4-4550-ae9c-2388e0d4ec54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:14,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-92dc81e3-5cb4-4550-ae9c-2388e0d4ec54 2018-11-09 06:53:14,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:14,845 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:14,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:14,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e667af1-aabd-45bc-b110-f48a8e24ec97 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:14,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7e667af1-aabd-45bc-b110-f48a8e24ec97 2018-11-09 06:53:14,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:15,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d4de501-3a1e-4135-ad45-cb8839798b79 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:15,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-4d4de501-3a1e-4135-ad45-cb8839798b79 2018-11-09 06:53:15,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:15,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-742628ca-38c4-4fa6-9469-9f0e85afc0bb Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:15,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-742628ca-38c4-4fa6-9469-9f0e85afc0bb 2018-11-09 06:53:15,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:15,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a6f19a-8671-4a30-b2ce-49531d839ff0 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:53:15,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 used request id req-66a6f19a-8671-4a30-b2ce-49531d839ff0 2018-11-09 06:53:15,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/48dc7ed0fa15457a8d32ab31a4ed5ba2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:15,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35917444-d8e3-4601-a04b-6f3743f9943b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/48dc7ed0fa15457a8d32ab31a4ed5ba2"}, "enabled": true, "id": "48dc7ed0fa15457a8d32ab31a4ed5ba2", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-aa555365-8bf7-4f8-name"}} 2018-11-09 06:53:15,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/48dc7ed0fa15457a8d32ab31a4ed5ba2 used request id req-35917444-d8e3-4601-a04b-6f3743f9943b 2018-11-09 06:53:15,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/48dc7ed0fa15457a8d32ab31a4ed5ba2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:15,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9194c89b-c7d1-452d-9b50-8d7ef82fe8e1 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/48dc7ed0fa15457a8d32ab31a4ed5ba2/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 06:53:15,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/48dc7ed0fa15457a8d32ab31a4ed5ba2/roles used request id req-9194c89b-c7d1-452d-9b50-8d7ef82fe8e1 2018-11-09 06:53:15,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:15,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52b61686-e61b-4605-b4d6-f27f83dfba97 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 06:53:15,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-52b61686-e61b-4605-b4d6-f27f83dfba97 2018-11-09 06:53:15,885 - keystone_utils - INFO - Granting role admin to project api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 2018-11-09 06:53:15,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/48dc7ed0fa15457a8d32ab31a4ed5ba2/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:16,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e30af6db-05e8-4b0e-8e6b-0f0430d17b32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:16,066 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/48dc7ed0fa15457a8d32ab31a4ed5ba2/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-e30af6db-05e8-4b0e-8e6b-0f0430d17b32 2018-11-09 06:53:16,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:16,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2a8fdc-2126-4973-a649-8284676bd849 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:16,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ff2a8fdc-2126-4973-a649-8284676bd849 2018-11-09 06:53:16,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:16,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1e8e59e-e2b3-4b61-98d4-a0d5f4894e73 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:53:16,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 used request id req-d1e8e59e-e2b3-4b61-98d4-a0d5f4894e73 2018-11-09 06:53:16,240 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-aa555365-8bf7-4f8-name 2018-11-09 06:53:16,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:16,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:16,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90eddc621db7dad71f05e1697e0cbbf2cfc52899" 2018-11-09 06:53:16,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b67e556-9853-44ae-bc35-c8f6d256951d Content-Encoding: gzip Content-Length: 936 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-aa555365-8bf7-4f8-name", "links": {"self": "http://172.30.9.27:5000/v3/users/48dc7ed0fa15457a8d32ab31a4ed5ba2"}, "domain_id": "default", "enabled": true, "id": "48dc7ed0fa15457a8d32ab31a4ed5ba2", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:16,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3b67e556-9853-44ae-bc35-c8f6d256951d 2018-11-09 06:53:16,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90eddc621db7dad71f05e1697e0cbbf2cfc52899" 2018-11-09 06:53:16,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72773f0b-33f5-4d25-9cae-feb54bc23d52 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:16,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-72773f0b-33f5-4d25-9cae-feb54bc23d52 2018-11-09 06:53:16,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90eddc621db7dad71f05e1697e0cbbf2cfc52899" 2018-11-09 06:53:16,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3060f8a-cbf8-41db-b3cd-dac6fbd5a114 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:53:16,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 used request id req-d3060f8a-cbf8-41db-b3cd-dac6fbd5a114 2018-11-09 06:53:16,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/48dc7ed0fa15457a8d32ab31a4ed5ba2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90eddc621db7dad71f05e1697e0cbbf2cfc52899" 2018-11-09 06:53:16,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2afd580f-061a-4d81-a450-fd2044fa930c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/48dc7ed0fa15457a8d32ab31a4ed5ba2/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}]} 2018-11-09 06:53:16,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/48dc7ed0fa15457a8d32ab31a4ed5ba2/roles used request id req-2afd580f-061a-4d81-a450-fd2044fa930c 2018-11-09 06:53:16,648 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-aa555365-8bf7-4f8-name 2018-11-09 06:53:16,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/48dc7ed0fa15457a8d32ab31a4ed5ba2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92baf613e3670739e286aa245d57fbb182ef1131" 2018-11-09 06:53:16,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7c550de-0d7f-45b8-a0fe-fa5bb7075cd9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:16,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/48dc7ed0fa15457a8d32ab31a4ed5ba2 used request id req-e7c550de-0d7f-45b8-a0fe-fa5bb7075cd9 2018-11-09 06:53:16,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:17,343 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["fIWdYl0FTOmbHMcQPDMW4g"], "issued_at": "2018-11-09T06:53:17.000000Z"}} 2018-11-09 06:53:17,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4b83a023731db9d3601069812a288a6d4c07669" 2018-11-09 06:53:17,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d8672a8-d140-4270-9860-5552f42161b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:17,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9d8672a8-d140-4270-9860-5552f42161b9 2018-11-09 06:53:17,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:17,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:17,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["exxJvla1RhirCRQySkCbLQ"], "issued_at": "2018-11-09T06:53:17.000000Z"}} 2018-11-09 06:53:17,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:17,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66fd41dc-28cc-4701-8354-b6fbd3ee4b3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:17,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-66fd41dc-28cc-4701-8354-b6fbd3ee4b3c 2018-11-09 06:53:17,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:17,932 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:18,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdcccb36-a97d-497b-aa85-81dc0e3ba4ea Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:18,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-fdcccb36-a97d-497b-aa85-81dc0e3ba4ea 2018-11-09 06:53:18,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:18,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f40f5751-222d-4aa6-871a-c1adb3c45a42 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:18,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f40f5751-222d-4aa6-871a-c1adb3c45a42 2018-11-09 06:53:18,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:18,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-292982f2-3510-48da-8f2a-d178da2bd0b8 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:18,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-292982f2-3510-48da-8f2a-d178da2bd0b8 2018-11-09 06:53:18,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:18,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab66d556-d199-44ed-8ab1-2afd8b22190b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:53:18,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 used request id req-ab66d556-d199-44ed-8ab1-2afd8b22190b 2018-11-09 06:53:18,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/b49bb8c2c7bf44db938a64828fcb374c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:18,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9adb3b-4424-437b-a307-228116495add Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/b49bb8c2c7bf44db938a64828fcb374c"}, "enabled": true, "id": "b49bb8c2c7bf44db938a64828fcb374c", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-9fe6bbf2-d1d3-450-name"}} 2018-11-09 06:53:18,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/b49bb8c2c7bf44db938a64828fcb374c used request id req-bb9adb3b-4424-437b-a307-228116495add 2018-11-09 06:53:18,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/b49bb8c2c7bf44db938a64828fcb374c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:18,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7571dbf1-3b6d-442b-949f-40fc7989b417 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/b49bb8c2c7bf44db938a64828fcb374c/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 06:53:18,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/b49bb8c2c7bf44db938a64828fcb374c/roles used request id req-7571dbf1-3b6d-442b-949f-40fc7989b417 2018-11-09 06:53:18,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:19,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86780fb6-722e-4f30-a602-8e2b0332fb0b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 06:53:19,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-86780fb6-722e-4f30-a602-8e2b0332fb0b 2018-11-09 06:53:19,011 - keystone_utils - INFO - Granting role admin to project api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 2018-11-09 06:53:19,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/b49bb8c2c7bf44db938a64828fcb374c/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:19,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c90385ea-65f4-45df-bf2b-d03d6d8d6696 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:19,068 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/b49bb8c2c7bf44db938a64828fcb374c/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-c90385ea-65f4-45df-bf2b-d03d6d8d6696 2018-11-09 06:53:19,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:19,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c5d53ea-d3e8-43a7-8499-2272f4ecc43d Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:19,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9c5d53ea-d3e8-43a7-8499-2272f4ecc43d 2018-11-09 06:53:19,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:19,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdff7670-0207-477c-a682-f42654dcb539 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:53:19,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 used request id req-fdff7670-0207-477c-a682-f42654dcb539 2018-11-09 06:53:19,177 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-9fe6bbf2-d1d3-450-name 2018-11-09 06:53:19,177 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-9fe6bbf2-d1d3-450-name 2018-11-09 06:53:19,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:19,185 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:19,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/b49bb8c2c7bf44db938a64828fcb374c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4b83a023731db9d3601069812a288a6d4c07669" 2018-11-09 06:53:19,364 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4136857-c7eb-4432-abf4-7c225ff3940f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:19,364 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/b49bb8c2c7bf44db938a64828fcb374c used request id req-d4136857-c7eb-4432-abf4-7c225ff3940f 2018-11-09 06:53:19,364 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-9fe6bbf2-d1d3-450-name 2018-11-09 06:53:19,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/b49bb8c2c7bf44db938a64828fcb374c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93388d4462f891bb9e316a45a716679c8c9e3cab" 2018-11-09 06:53:19,453 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 06:53:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd9a3243-56dd-43b8-b036-6de4f37931c1 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: b49bb8c2c7bf44db938a64828fcb374c.", "code": 404, "title": "Not Found"}} 2018-11-09 06:53:19,453 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/b49bb8c2c7bf44db938a64828fcb374c used request id req-cd9a3243-56dd-43b8-b036-6de4f37931c1 2018-11-09 06:53:19,453 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-11-09 06:53:19,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:19,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["EHfFZCVhS6C2a-aT5UJ-RQ"], "issued_at": "2018-11-09T06:53:19.000000Z"}} 2018-11-09 06:53:19,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f9ca60ef3a11c268cc88d475ccc08b378d1561" 2018-11-09 06:53:19,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c3e4c1-cf18-49cf-9e36-ecc8363401dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:19,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e6c3e4c1-cf18-49cf-9e36-ecc8363401dc 2018-11-09 06:53:19,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:19,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:20,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["aPxrBW_xRVSfjk80aefi7g"], "issued_at": "2018-11-09T06:53:20.000000Z"}} 2018-11-09 06:53:20,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:20,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b7947f-2038-4b1f-aaec-cb52263b53ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:20,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-61b7947f-2038-4b1f-aaec-cb52263b53ff 2018-11-09 06:53:20,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:20,395 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:20,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:20,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2edb0ca-8403-4939-bf88-7b7168d80f1f Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:20,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f2edb0ca-8403-4939-bf88-7b7168d80f1f 2018-11-09 06:53:20,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:20,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d23a97b8-7641-49be-9a23-f1b58b570411 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:20,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d23a97b8-7641-49be-9a23-f1b58b570411 2018-11-09 06:53:21,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:21,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8b102da-f1e6-4f36-9c78-18d311b09327 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:21,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c8b102da-f1e6-4f36-9c78-18d311b09327 2018-11-09 06:53:21,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:21,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d39a2f0-6392-4786-ab09-6bcf5c9d7606 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:53:21,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 used request id req-1d39a2f0-6392-4786-ab09-6bcf5c9d7606 2018-11-09 06:53:21,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/b8d4014a8ac74ef7a8e819ef1d3ad127 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:21,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba2d63ad-b866-40ed-bae6-0f3672563d15 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/b8d4014a8ac74ef7a8e819ef1d3ad127"}, "enabled": true, "id": "b8d4014a8ac74ef7a8e819ef1d3ad127", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-e8e9f2e9-8af6-4e3-name"}} 2018-11-09 06:53:21,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/b8d4014a8ac74ef7a8e819ef1d3ad127 used request id req-ba2d63ad-b866-40ed-bae6-0f3672563d15 2018-11-09 06:53:21,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/b8d4014a8ac74ef7a8e819ef1d3ad127/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:21,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ad0ef1-7a03-4f08-90a7-13f8901c93e6 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/b8d4014a8ac74ef7a8e819ef1d3ad127/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 06:53:21,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/b8d4014a8ac74ef7a8e819ef1d3ad127/roles used request id req-92ad0ef1-7a03-4f08-90a7-13f8901c93e6 2018-11-09 06:53:21,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:21,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f4672e-3218-4c36-8fc6-feb46517eba6 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 06:53:21,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-40f4672e-3218-4c36-8fc6-feb46517eba6 2018-11-09 06:53:21,503 - keystone_utils - INFO - Granting role admin to project api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 2018-11-09 06:53:21,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/b8d4014a8ac74ef7a8e819ef1d3ad127/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:21,624 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75f229bb-4a3f-40cc-b432-31f208d46eac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:21,624 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/b8d4014a8ac74ef7a8e819ef1d3ad127/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-75f229bb-4a3f-40cc-b432-31f208d46eac 2018-11-09 06:53:21,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:21,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35d11c21-9f2c-46ef-a984-91c24c145be6 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:21,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-35d11c21-9f2c-46ef-a984-91c24c145be6 2018-11-09 06:53:21,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:21,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b31f4f2-855d-4750-9782-530231d825d2 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:53:21,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 used request id req-7b31f4f2-855d-4750-9782-530231d825d2 2018-11-09 06:53:21,733 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-e8e9f2e9-8af6-4e3-name 2018-11-09 06:53:21,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:21,742 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:21,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f9ca60ef3a11c268cc88d475ccc08b378d1561" 2018-11-09 06:53:21,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13873e5a-e9b0-46a9-8a3a-cf18151a3761 Content-Encoding: gzip Content-Length: 937 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-e8e9f2e9-8af6-4e3-name", "links": {"self": "http://172.30.9.27:5000/v3/users/b8d4014a8ac74ef7a8e819ef1d3ad127"}, "domain_id": "default", "enabled": true, "id": "b8d4014a8ac74ef7a8e819ef1d3ad127", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:21,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-13873e5a-e9b0-46a9-8a3a-cf18151a3761 2018-11-09 06:53:21,851 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-e8e9f2e9-8af6-4e3-name 2018-11-09 06:53:21,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/b8d4014a8ac74ef7a8e819ef1d3ad127 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ff5c674a2bf56c6cb3ae6b1f55a5a5614d65215" 2018-11-09 06:53:22,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c818de8c-366c-4e66-8c8c-7d763e86f45d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:22,094 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/b8d4014a8ac74ef7a8e819ef1d3ad127 used request id req-c818de8c-366c-4e66-8c8c-7d763e86f45d 2018-11-09 06:53:22,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:22,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["CGbfipvDR_uWhz4G2O2tig"], "issued_at": "2018-11-09T06:53:22.000000Z"}} 2018-11-09 06:53:22,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9946139d803d58bc85e17e634bed9fd35b4fba6" 2018-11-09 06:53:22,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2338aca2-a383-4758-a150-84216b316588 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:22,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2338aca2-a383-4758-a150-84216b316588 2018-11-09 06:53:22,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:22,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:22,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["cm2_pxArQyuK5gsaBI2ECg"], "issued_at": "2018-11-09T06:53:22.000000Z"}} 2018-11-09 06:53:22,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:23,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30c2a6c8-6538-4167-b1e9-2a5087005d78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:23,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-30c2a6c8-6538-4167-b1e9-2a5087005d78 2018-11-09 06:53:23,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:23,018 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:23,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:23,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1fa51f5-6745-4b68-9a5e-fece119e330b Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:23,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e1fa51f5-6745-4b68-9a5e-fece119e330b 2018-11-09 06:53:23,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:23,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c95eea6-c384-4c8b-951d-73dff467be43 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:23,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-2c95eea6-c384-4c8b-951d-73dff467be43 2018-11-09 06:53:23,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:23,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c30493d4-2dd9-4ea6-ab30-9e82436929fc Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:23,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c30493d4-2dd9-4ea6-ab30-9e82436929fc 2018-11-09 06:53:23,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:23,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-072cdb5b-8185-422e-86af-9bd4c5f7e78e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:53:23,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 used request id req-072cdb5b-8185-422e-86af-9bd4c5f7e78e 2018-11-09 06:53:23,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/e00136ce465d4a5b82ddfa63f602c353 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:23,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-657df22d-fd75-457e-bf25-66e0b93460eb Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/e00136ce465d4a5b82ddfa63f602c353"}, "enabled": true, "id": "e00136ce465d4a5b82ddfa63f602c353", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-6aa908b6-859a-42c-name"}} 2018-11-09 06:53:23,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e00136ce465d4a5b82ddfa63f602c353 used request id req-657df22d-fd75-457e-bf25-66e0b93460eb 2018-11-09 06:53:23,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/e00136ce465d4a5b82ddfa63f602c353/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:23,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f0e85a-41a6-4d79-b327-42c7bc10b1da Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/e00136ce465d4a5b82ddfa63f602c353/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 06:53:23,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/e00136ce465d4a5b82ddfa63f602c353/roles used request id req-10f0e85a-41a6-4d79-b327-42c7bc10b1da 2018-11-09 06:53:23,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:24,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d639638-226a-42ce-9ff6-6d6f2de6e140 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 06:53:24,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-5d639638-226a-42ce-9ff6-6d6f2de6e140 2018-11-09 06:53:24,051 - keystone_utils - INFO - Granting role admin to project api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 2018-11-09 06:53:24,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/e00136ce465d4a5b82ddfa63f602c353/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:24,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8147ff03-c907-407f-b624-50e01b94c617 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:24,175 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422/users/e00136ce465d4a5b82ddfa63f602c353/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-8147ff03-c907-407f-b624-50e01b94c617 2018-11-09 06:53:24,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:24,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6ed5c86-de1a-4e9e-9dc8-219fa4f70885 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:24,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c6ed5c86-de1a-4e9e-9dc8-219fa4f70885 2018-11-09 06:53:24,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:24,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a80cada-91fe-4bdd-b590-34e3950e1546 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 06:53:24,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4 used request id req-3a80cada-91fe-4bdd-b590-34e3950e1546 2018-11-09 06:53:24,423 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-6aa908b6-859a-42c-name 2018-11-09 06:53:24,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:24,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:24,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9946139d803d58bc85e17e634bed9fd35b4fba6" 2018-11-09 06:53:24,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36dd9e70-7446-4ce3-bdf2-98d0c3fee629 Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-6aa908b6-859a-42c-name", "links": {"self": "http://172.30.9.27:5000/v3/users/e00136ce465d4a5b82ddfa63f602c353"}, "domain_id": "default", "enabled": true, "id": "e00136ce465d4a5b82ddfa63f602c353", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:24,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-36dd9e70-7446-4ce3-bdf2-98d0c3fee629 2018-11-09 06:53:24,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:24,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:24,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["u2Z4fBXDTpyEzrPpWpeMkA"], "issued_at": "2018-11-09T06:53:24.000000Z"}} 2018-11-09 06:53:24,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e88bd406451dd0d9847ad66d307c20e1d644c6" 2018-11-09 06:53:24,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43597f3b-54db-46a9-ae2b-1ff1aa45eb84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:25,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-43597f3b-54db-46a9-ae2b-1ff1aa45eb84 2018-11-09 06:53:25,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:25,009 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:25,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15e88bd406451dd0d9847ad66d307c20e1d644c6" 2018-11-09 06:53:25,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-590e5bf6-2bbf-4dcd-ac3b-f1ac8656c71d Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-6aa908b6-859a-42c-name", "links": {"self": "http://172.30.9.27:5000/v3/users/e00136ce465d4a5b82ddfa63f602c353"}, "domain_id": "default", "enabled": true, "id": "e00136ce465d4a5b82ddfa63f602c353", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:25,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-590e5bf6-2bbf-4dcd-ac3b-f1ac8656c71d 2018-11-09 06:53:25,112 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-6aa908b6-859a-42c-name 2018-11-09 06:53:25,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/e00136ce465d4a5b82ddfa63f602c353 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}742176ce3539c975999422dc68631cffb00d4614" 2018-11-09 06:53:25,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a99cf0c2-018a-47ca-8688-13ef8a1c8f27 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:25,404 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e00136ce465d4a5b82ddfa63f602c353 used request id req-a99cf0c2-018a-47ca-8688-13ef8a1c8f27 2018-11-09 06:53:25,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:25,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["w6n_Wh5YTqWJv_7eUurLYg"], "issued_at": "2018-11-09T06:53:25.000000Z"}} 2018-11-09 06:53:25,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe2549eee85496c3409b71c397c28f29bf23180d" 2018-11-09 06:53:25,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbd1fecb-4d67-4610-ae3f-c06456174fda Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:25,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dbd1fecb-4d67-4610-ae3f-c06456174fda 2018-11-09 06:53:25,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:25,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:26,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["0-V45-4xSh6qiqd5gCuw0w"], "issued_at": "2018-11-09T06:53:26.000000Z"}} 2018-11-09 06:53:26,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" 2018-11-09 06:53:26,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53f1bba-882c-4b6b-8f48-445f759955f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:26,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c53f1bba-882c-4b6b-8f48-445f759955f1 2018-11-09 06:53:26,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:26,408 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:26,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-654116e8-37b8-49b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" 2018-11-09 06:53:26,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a81873e-3430-47fe-bcdc-ab8aae91f78a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-654116e8-37b8-49b-name", "previous": null, "next": null}, "projects": []} 2018-11-09 06:53:26,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-654116e8-37b8-49b-name used request id req-5a81873e-3430-47fe-bcdc-ab8aae91f78a 2018-11-09 06:53:26,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" 2018-11-09 06:53:26,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6820a4b2-0b94-49d4-b56a-e3601d39a083 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:26,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6820a4b2-0b94-49d4-b56a-e3601d39a083 2018-11-09 06:53:26,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-654116e8-37b8-49b-name"}}' 2018-11-09 06:53:26,765 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a023f8f-3d28-4932-98f9-38260e087db1 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7226059975f44e47bb3012af4d622bf1"}, "enabled": true, "id": "7226059975f44e47bb3012af4d622bf1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-654116e8-37b8-49b-name"}} 2018-11-09 06:53:26,765 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5a023f8f-3d28-4932-98f9-38260e087db1 2018-11-09 06:53:26,766 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-654116e8-37b8-49b-name 2018-11-09 06:53:26,766 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-654116e8-37b8-49b-name 2018-11-09 06:53:26,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:26,774 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:26,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/7226059975f44e47bb3012af4d622bf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe2549eee85496c3409b71c397c28f29bf23180d" 2018-11-09 06:53:26,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df76b914-4f5a-4424-8353-96af8201b03a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:26,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/7226059975f44e47bb3012af4d622bf1 used request id req-df76b914-4f5a-4424-8353-96af8201b03a 2018-11-09 06:53:26,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" 2018-11-09 06:53:27,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-a77d363d-1a4c-4327-93bc-c853fac9f4b7 Date: Fri, 09 Nov 2018 06:53:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:27Z", "updated_at": "2018-11-09T06:53:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "7d6b3e40-7648-4857-aa1a-b3e289bfa3d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "c92bb8b0-9370-4a3e-bf7c-0d600f20a99c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "0534a9a8-a929-4d3a-b221-305226575fff", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "671caa97-9277-430a-9be6-f1bc50a17529", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}]} 2018-11-09 06:53:27,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-a77d363d-1a4c-4327-93bc-c853fac9f4b7 2018-11-09 06:53:27,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" 2018-11-09 06:53:27,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d45b76e-d87d-4e1f-9e7b-b604888ad4a8 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:53:27,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-6d45b76e-d87d-4e1f-9e7b-b604888ad4a8 2018-11-09 06:53:27,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" 2018-11-09 06:53:28,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87163d19-c944-4f26-af7f-0b4629cd551c 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 06:53:28,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-87163d19-c944-4f26-af7f-0b4629cd551c 2018-11-09 06:53:28,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" 2018-11-09 06:53:28,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-443493b4-b32d-482f-81e6-55da003ffe25 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 06:53:28,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-443493b4-b32d-482f-81e6-55da003ffe25 2018-11-09 06:53:28,134 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-654116e8-37b8-49b-name 2018-11-09 06:53:28,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/7226059975f44e47bb3012af4d622bf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" 2018-11-09 06:53:28,218 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 06:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65374cb9-134a-4bed-8a24-2db5a2ea002e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7226059975f44e47bb3012af4d622bf1.", "code": 404, "title": "Not Found"}} 2018-11-09 06:53:28,219 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/7226059975f44e47bb3012af4d622bf1 used request id req-65374cb9-134a-4bed-8a24-2db5a2ea002e 2018-11-09 06:53:28,219 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-11-09 06:53:28,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" 2018-11-09 06:53:28,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de0489c-5f18-4ee4-8537-413074f6157f Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:28,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8de0489c-5f18-4ee4-8537-413074f6157f 2018-11-09 06:53:28,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe2549eee85496c3409b71c397c28f29bf23180d" 2018-11-09 06:53:28,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68fbc287-e8f2-4eb3-94fa-c526eb5ed9a0 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:53:28,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-68fbc287-e8f2-4eb3-94fa-c526eb5ed9a0 2018-11-09 06:53:28,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac27bc6d0a8c24ebbc46dd18d38fb29efda1c5d" 2018-11-09 06:53:28,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df974dc-d93d-4b1a-b392-58762a3751c0 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:28,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9df974dc-d93d-4b1a-b392-58762a3751c0 2018-11-09 06:53:28,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:28,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["DNfQOQoRSIqdptlKUvITbA"], "issued_at": "2018-11-09T06:53:28.000000Z"}} 2018-11-09 06:53:28,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0c749bfd3ad4ec5ffbcfa6b064ffb3513ea2fc" 2018-11-09 06:53:28,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61a7d022-cac4-4d3b-be19-03e0b72b3884 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:28,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-61a7d022-cac4-4d3b-be19-03e0b72b3884 2018-11-09 06:53:28,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:28,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:29,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["iKvv2KI4Qsy2id02Gfq6uQ"], "issued_at": "2018-11-09T06:53:29.000000Z"}} 2018-11-09 06:53:29,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596b5ed231cf844885db285d14493db17979916f" 2018-11-09 06:53:29,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e3255e7-43ac-4f51-a4d8-b2180aaca4f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:29,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3e3255e7-43ac-4f51-a4d8-b2180aaca4f7 2018-11-09 06:53:29,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:29,449 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:29,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-565fd941-21ea-4e9-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596b5ed231cf844885db285d14493db17979916f" 2018-11-09 06:53:29,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14abb02c-1f90-4893-8910-6a323c4b7eba Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-565fd941-21ea-4e9-name", "previous": null, "next": null}, "projects": []} 2018-11-09 06:53:29,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-565fd941-21ea-4e9-name used request id req-14abb02c-1f90-4893-8910-6a323c4b7eba 2018-11-09 06:53:29,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596b5ed231cf844885db285d14493db17979916f" 2018-11-09 06:53:29,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4f9948c-09ee-4a94-b93f-bef00f56dd44 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:29,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-a4f9948c-09ee-4a94-b93f-bef00f56dd44 2018-11-09 06:53:29,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596b5ed231cf844885db285d14493db17979916f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-565fd941-21ea-4e9-name"}}' 2018-11-09 06:53:29,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e342bd05-dbf7-4bb9-ad49-82b2cb88db08 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f705567a521e47dea51a482d5ee63c88"}, "enabled": true, "id": "f705567a521e47dea51a482d5ee63c88", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-565fd941-21ea-4e9-name"}} 2018-11-09 06:53:29,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e342bd05-dbf7-4bb9-ad49-82b2cb88db08 2018-11-09 06:53:29,754 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-565fd941-21ea-4e9-name 2018-11-09 06:53:29,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:29,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:29,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-565fd941-21ea-4e9-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0c749bfd3ad4ec5ffbcfa6b064ffb3513ea2fc" 2018-11-09 06:53:29,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030e79e1-e189-4b45-81bf-d7981869c197 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-565fd941-21ea-4e9-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f705567a521e47dea51a482d5ee63c88"}, "enabled": true, "id": "f705567a521e47dea51a482d5ee63c88", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-565fd941-21ea-4e9-name"}]} 2018-11-09 06:53:29,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-565fd941-21ea-4e9-name used request id req-030e79e1-e189-4b45-81bf-d7981869c197 2018-11-09 06:53:29,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0c749bfd3ad4ec5ffbcfa6b064ffb3513ea2fc" 2018-11-09 06:53:29,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f53261cc-e704-4a1c-be48-f0d895bb4bc1 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:53:29,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f53261cc-e704-4a1c-be48-f0d895bb4bc1 2018-11-09 06:53:29,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596b5ed231cf844885db285d14493db17979916f" 2018-11-09 06:53:30,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-97f861ad-2f78-4132-8990-b9bedccfaf90 Date: Fri, 09 Nov 2018 06:53:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:27Z", "updated_at": "2018-11-09T06:53:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "7d6b3e40-7648-4857-aa1a-b3e289bfa3d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "c92bb8b0-9370-4a3e-bf7c-0d600f20a99c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "0534a9a8-a929-4d3a-b221-305226575fff", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "671caa97-9277-430a-9be6-f1bc50a17529", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}]} 2018-11-09 06:53:30,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-97f861ad-2f78-4132-8990-b9bedccfaf90 2018-11-09 06:53:30,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596b5ed231cf844885db285d14493db17979916f" 2018-11-09 06:53:30,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75b359cc-904c-4769-81c6-cbaefb5b6648 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:53:30,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-75b359cc-904c-4769-81c6-cbaefb5b6648 2018-11-09 06:53:30,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596b5ed231cf844885db285d14493db17979916f" 2018-11-09 06:53:30,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8e3d516-ec30-45ba-8ccc-ebee48e37f08 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 06:53:30,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-a8e3d516-ec30-45ba-8ccc-ebee48e37f08 2018-11-09 06:53:30,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596b5ed231cf844885db285d14493db17979916f" 2018-11-09 06:53:30,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40da9a53-9944-4319-a5bf-f0a843bc6c2a 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 06:53:30,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-40da9a53-9944-4319-a5bf-f0a843bc6c2a 2018-11-09 06:53:30,988 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-565fd941-21ea-4e9-name 2018-11-09 06:53:30,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/f705567a521e47dea51a482d5ee63c88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596b5ed231cf844885db285d14493db17979916f" 2018-11-09 06:53:31,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-767e98ae-570d-474a-95cb-bf8870714427 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:31,139 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/f705567a521e47dea51a482d5ee63c88 used request id req-767e98ae-570d-474a-95cb-bf8870714427 2018-11-09 06:53:31,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596b5ed231cf844885db285d14493db17979916f" 2018-11-09 06:53:31,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-718c7f17-3121-4c09-95d8-8d0f53b910bd Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:31,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-718c7f17-3121-4c09-95d8-8d0f53b910bd 2018-11-09 06:53:31,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:31,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["XlA3iJdRQvuYWk4YMOpzYQ"], "issued_at": "2018-11-09T06:53:31.000000Z"}} 2018-11-09 06:53:31,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad1191f17aae4bad70b4fb7796ebeae9a35d2efe" 2018-11-09 06:53:31,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-681c402f-8626-4ba1-bcd8-8feee7415bd2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:31,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-681c402f-8626-4ba1-bcd8-8feee7415bd2 2018-11-09 06:53:31,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:31,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:32,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["qbrwm-Y0Sd-Jb4GeY3vCvQ"], "issued_at": "2018-11-09T06:53:32.000000Z"}} 2018-11-09 06:53:32,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bee8954d9b905e1459f5b56061d00cccfbfa0cf" 2018-11-09 06:53:32,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f6b1a6c-f73f-404d-b9a6-3b519ab34457 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:32,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7f6b1a6c-f73f-404d-b9a6-3b519ab34457 2018-11-09 06:53:32,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:32,229 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:32,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-49bc2eaa-89f8-48a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bee8954d9b905e1459f5b56061d00cccfbfa0cf" 2018-11-09 06:53:32,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8ef8abe-2277-43a8-a86a-0c6c716bc232 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-49bc2eaa-89f8-48a-name", "previous": null, "next": null}, "projects": []} 2018-11-09 06:53:32,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-49bc2eaa-89f8-48a-name used request id req-f8ef8abe-2277-43a8-a86a-0c6c716bc232 2018-11-09 06:53:32,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bee8954d9b905e1459f5b56061d00cccfbfa0cf" 2018-11-09 06:53:32,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f937cb1-50b9-41b4-bba1-ac5b93eb6f08 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:32,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6f937cb1-50b9-41b4-bba1-ac5b93eb6f08 2018-11-09 06:53:32,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bee8954d9b905e1459f5b56061d00cccfbfa0cf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-49bc2eaa-89f8-48a-name"}}' 2018-11-09 06:53:32,449 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95eb43b0-cc97-41d1-92d0-fdaa037373df Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ee40290817d3425cb9de9e17612a8dd7"}, "enabled": true, "id": "ee40290817d3425cb9de9e17612a8dd7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-49bc2eaa-89f8-48a-name"}} 2018-11-09 06:53:32,449 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-95eb43b0-cc97-41d1-92d0-fdaa037373df 2018-11-09 06:53:32,449 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-49bc2eaa-89f8-48a-name 2018-11-09 06:53:32,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:32,458 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:32,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-49bc2eaa-89f8-48a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad1191f17aae4bad70b4fb7796ebeae9a35d2efe" 2018-11-09 06:53:32,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8339e97c-c933-4b7f-989e-0e63c67ae843 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-49bc2eaa-89f8-48a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ee40290817d3425cb9de9e17612a8dd7"}, "enabled": true, "id": "ee40290817d3425cb9de9e17612a8dd7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-49bc2eaa-89f8-48a-name"}]} 2018-11-09 06:53:32,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-49bc2eaa-89f8-48a-name used request id req-8339e97c-c933-4b7f-989e-0e63c67ae843 2018-11-09 06:53:32,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:32,474 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:32,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["pAVEzEESTLufDQ-ycJjtkg"], "issued_at": "2018-11-09T06:53:32.000000Z"}} 2018-11-09 06:53:32,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54413e572d68da9a1e916a08febe460ec970aa90" 2018-11-09 06:53:32,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d843bb23-8c33-4bba-8a79-f87872c02f86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:32,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d843bb23-8c33-4bba-8a79-f87872c02f86 2018-11-09 06:53:32,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:32,942 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:32,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-49bc2eaa-89f8-48a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54413e572d68da9a1e916a08febe460ec970aa90" 2018-11-09 06:53:33,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d30d6330-ff7c-4b53-b59c-08bfa7b30ada Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-49bc2eaa-89f8-48a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ee40290817d3425cb9de9e17612a8dd7"}, "enabled": true, "id": "ee40290817d3425cb9de9e17612a8dd7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-49bc2eaa-89f8-48a-name"}]} 2018-11-09 06:53:33,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-49bc2eaa-89f8-48a-name used request id req-d30d6330-ff7c-4b53-b59c-08bfa7b30ada 2018-11-09 06:53:33,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad1191f17aae4bad70b4fb7796ebeae9a35d2efe" 2018-11-09 06:53:33,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c30a9c-b87f-4812-a106-4fa989ebc7f6 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:53:33,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-96c30a9c-b87f-4812-a106-4fa989ebc7f6 2018-11-09 06:53:33,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bee8954d9b905e1459f5b56061d00cccfbfa0cf" 2018-11-09 06:53:33,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-91fa6a3f-5bf5-436e-9b3e-a51602fd38ef Date: Fri, 09 Nov 2018 06:53:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:27Z", "updated_at": "2018-11-09T06:53:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "7d6b3e40-7648-4857-aa1a-b3e289bfa3d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "c92bb8b0-9370-4a3e-bf7c-0d600f20a99c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "0534a9a8-a929-4d3a-b221-305226575fff", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "671caa97-9277-430a-9be6-f1bc50a17529", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}]} 2018-11-09 06:53:33,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-91fa6a3f-5bf5-436e-9b3e-a51602fd38ef 2018-11-09 06:53:33,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bee8954d9b905e1459f5b56061d00cccfbfa0cf" 2018-11-09 06:53:33,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc3aac9a-2711-4f4a-a934-a84d9d1d8859 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:53:33,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-fc3aac9a-2711-4f4a-a934-a84d9d1d8859 2018-11-09 06:53:33,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bee8954d9b905e1459f5b56061d00cccfbfa0cf" 2018-11-09 06:53:33,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c2d6ca-6e4a-4634-aaa1-578ac3a1d611 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 06:53:33,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-d0c2d6ca-6e4a-4634-aaa1-578ac3a1d611 2018-11-09 06:53:33,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bee8954d9b905e1459f5b56061d00cccfbfa0cf" 2018-11-09 06:53:33,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e4b1b53-c052-427d-b0ed-32d693c2b1de 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 06:53:33,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-7e4b1b53-c052-427d-b0ed-32d693c2b1de 2018-11-09 06:53:33,707 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-49bc2eaa-89f8-48a-name 2018-11-09 06:53:33,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/ee40290817d3425cb9de9e17612a8dd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bee8954d9b905e1459f5b56061d00cccfbfa0cf" 2018-11-09 06:53:33,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5363bff1-e3ce-45fd-b02c-b703ce9f7798 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:33,888 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ee40290817d3425cb9de9e17612a8dd7 used request id req-5363bff1-e3ce-45fd-b02c-b703ce9f7798 2018-11-09 06:53:33,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bee8954d9b905e1459f5b56061d00cccfbfa0cf" 2018-11-09 06:53:33,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69e05e6-0242-4fda-aeb3-77850a51b516 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:33,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b69e05e6-0242-4fda-aeb3-77850a51b516 2018-11-09 06:53:33,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:34,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["GcRshMSbTiykGVO89GqAxQ"], "issued_at": "2018-11-09T06:53:34.000000Z"}} 2018-11-09 06:53:34,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77319a5bf0306c24a7f2a7b01c67e02f63f16fa1" 2018-11-09 06:53:34,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0991c801-1b26-4182-b6bf-d1073ac04881 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:34,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0991c801-1b26-4182-b6bf-d1073ac04881 2018-11-09 06:53:34,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:34,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:34,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["_HFe3EEXRiOgxhMR0dNxQA"], "issued_at": "2018-11-09T06:53:34.000000Z"}} 2018-11-09 06:53:34,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}776957df86a75be4006cc0c90c1839bdc089c1c7" 2018-11-09 06:53:34,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-900490be-4fdc-44d8-aa26-094a4ba2050c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:34,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-900490be-4fdc-44d8-aa26-094a4ba2050c 2018-11-09 06:53:34,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:34,939 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:34,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-9014227f-7a0b-464-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}776957df86a75be4006cc0c90c1839bdc089c1c7" 2018-11-09 06:53:35,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0717dcc-bf14-4e53-a783-e4727bfe187f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-9014227f-7a0b-464-name", "previous": null, "next": null}, "projects": []} 2018-11-09 06:53:35,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-9014227f-7a0b-464-name used request id req-c0717dcc-bf14-4e53-a783-e4727bfe187f 2018-11-09 06:53:35,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}776957df86a75be4006cc0c90c1839bdc089c1c7" 2018-11-09 06:53:35,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a495c513-d9af-4b7a-870e-0e7b1db4f5ae Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-11-09 06:53:35,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=foo used request id req-a495c513-d9af-4b7a-870e-0e7b1db4f5ae 2018-11-09 06:53:35,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}776957df86a75be4006cc0c90c1839bdc089c1c7" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-9014227f-7a0b-464-name"}}' 2018-11-09 06:53:35,208 - keystoneauth.session - DEBUG - RESP: [400] Date: Fri, 09 Nov 2018 06:53:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f804d3b0-85b1-4149-b764-ddae6bd2573f Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-11-09 06:53:35,208 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f804d3b0-85b1-4149-b764-ddae6bd2573f 2018-11-09 06:53:35,208 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-11-09 06:53:35,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}776957df86a75be4006cc0c90c1839bdc089c1c7" 2018-11-09 06:53:35,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f603813-3147-4d76-b57f-9713ee5dde62 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:35,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9f603813-3147-4d76-b57f-9713ee5dde62 2018-11-09 06:53:35,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:35,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["75ILooJeQ9OG-NalfYb1mA"], "issued_at": "2018-11-09T06:53:35.000000Z"}} 2018-11-09 06:53:35,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1225c858364fd0c2e5e84e3b883b65b8b9e0c4e4" 2018-11-09 06:53:35,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-772aa45d-1f1a-4642-8c89-22fa145d6ba0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:35,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-772aa45d-1f1a-4642-8c89-22fa145d6ba0 2018-11-09 06:53:35,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:35,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:36,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["yjeezTVUQ8-QVsNHaXbYaA"], "issued_at": "2018-11-09T06:53:36.000000Z"}} 2018-11-09 06:53:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" 2018-11-09 06:53:36,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16249c9a-9770-433c-a6a2-23d727bea14d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:36,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-16249c9a-9770-433c-a6a2-23d727bea14d 2018-11-09 06:53:36,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:36,153 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:36,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c352c468-9cbe-48f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" 2018-11-09 06:53:36,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-919eacaa-97b1-4c2b-a0e3-629067ab2047 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c352c468-9cbe-48f-name", "previous": null, "next": null}, "projects": []} 2018-11-09 06:53:36,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c352c468-9cbe-48f-name used request id req-919eacaa-97b1-4c2b-a0e3-629067ab2047 2018-11-09 06:53:36,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" 2018-11-09 06:53:36,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07cafc42-dda7-4631-a75d-268da9524fcd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:36,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-07cafc42-dda7-4631-a75d-268da9524fcd 2018-11-09 06:53:36,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-c352c468-9cbe-48f-name"}}' 2018-11-09 06:53:36,462 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6f4d5eb-b5d8-4381-acc0-723ab5b31124 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/8a6b2e32b2a342aeb5be5d6ea4c0c32d"}, "enabled": true, "id": "8a6b2e32b2a342aeb5be5d6ea4c0c32d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-c352c468-9cbe-48f-name"}} 2018-11-09 06:53:36,462 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-c6f4d5eb-b5d8-4381-acc0-723ab5b31124 2018-11-09 06:53:36,462 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-c352c468-9cbe-48f-name 2018-11-09 06:53:36,462 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:53:36,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/8a6b2e32b2a342aeb5be5d6ea4c0c32d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" 2018-11-09 06:53:36,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53abae2a-309f-4818-80f6-421ca99a5163 x-compute-request-id: req-53abae2a-309f-4818-80f6-421ca99a5163 Content-Encoding: gzip Content-Length: 221 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": "8a6b2e32b2a342aeb5be5d6ea4c0c32d", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-09 06:53:36,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/8a6b2e32b2a342aeb5be5d6ea4c0c32d used request id req-53abae2a-309f-4818-80f6-421ca99a5163 2018-11-09 06:53:36,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:8774/v2.1/os-quota-sets/8a6b2e32b2a342aeb5be5d6ea4c0c32d -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-11-09 06:53:37,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c258e357-2d3d-42b9-b375-d5d9308acfd5 x-compute-request-id: req-c258e357-2d3d-42b9-b375-d5d9308acfd5 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-09 06:53:37,651 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/8a6b2e32b2a342aeb5be5d6ea4c0c32d used request id req-c258e357-2d3d-42b9-b375-d5d9308acfd5 2018-11-09 06:53:37,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:37,659 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:37,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c352c468-9cbe-48f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1225c858364fd0c2e5e84e3b883b65b8b9e0c4e4" 2018-11-09 06:53:37,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7bd66d2-1193-4492-94f4-da4ad6228b83 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c352c468-9cbe-48f-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/8a6b2e32b2a342aeb5be5d6ea4c0c32d"}, "enabled": true, "id": "8a6b2e32b2a342aeb5be5d6ea4c0c32d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-c352c468-9cbe-48f-name"}]} 2018-11-09 06:53:37,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c352c468-9cbe-48f-name used request id req-b7bd66d2-1193-4492-94f4-da4ad6228b83 2018-11-09 06:53:37,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1225c858364fd0c2e5e84e3b883b65b8b9e0c4e4" 2018-11-09 06:53:37,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bed701ce-7ee7-4b1e-a774-c14d52feeadb Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:53:37,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-bed701ce-7ee7-4b1e-a774-c14d52feeadb 2018-11-09 06:53:37,842 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:53:37,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/8a6b2e32b2a342aeb5be5d6ea4c0c32d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1225c858364fd0c2e5e84e3b883b65b8b9e0c4e4" 2018-11-09 06:53:38,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3e67779-edd9-407b-83aa-0461c1b26132 x-compute-request-id: req-d3e67779-edd9-407b-83aa-0461c1b26132 Content-Encoding: gzip Content-Length: 222 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": "8a6b2e32b2a342aeb5be5d6ea4c0c32d", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-09 06:53:38,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/8a6b2e32b2a342aeb5be5d6ea4c0c32d used request id req-d3e67779-edd9-407b-83aa-0461c1b26132 2018-11-09 06:53:38,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" 2018-11-09 06:53:39,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-b4ff76a2-32aa-4275-bf0b-b3838a14a75d Date: Fri, 09 Nov 2018 06:53:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:27Z", "updated_at": "2018-11-09T06:53:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "7d6b3e40-7648-4857-aa1a-b3e289bfa3d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "c92bb8b0-9370-4a3e-bf7c-0d600f20a99c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "0534a9a8-a929-4d3a-b221-305226575fff", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "671caa97-9277-430a-9be6-f1bc50a17529", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}]} 2018-11-09 06:53:39,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-b4ff76a2-32aa-4275-bf0b-b3838a14a75d 2018-11-09 06:53:39,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" 2018-11-09 06:53:39,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f78c7b-0380-4177-950f-849eb6a2cd28 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:53:39,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-21f78c7b-0380-4177-950f-849eb6a2cd28 2018-11-09 06:53:39,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" 2018-11-09 06:53:39,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5acc23f6-969a-46b7-9a7a-84a076277272 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 06:53:39,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-5acc23f6-969a-46b7-9a7a-84a076277272 2018-11-09 06:53:39,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" 2018-11-09 06:53:39,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e022c9-907d-4c25-b0d3-023909df2755 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 06:53:39,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-b5e022c9-907d-4c25-b0d3-023909df2755 2018-11-09 06:53:39,631 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-c352c468-9cbe-48f-name 2018-11-09 06:53:39,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/8a6b2e32b2a342aeb5be5d6ea4c0c32d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" 2018-11-09 06:53:39,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ffe3388-954f-47a0-aae2-97b27a57866a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:39,789 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/8a6b2e32b2a342aeb5be5d6ea4c0c32d used request id req-7ffe3388-954f-47a0-aae2-97b27a57866a 2018-11-09 06:53:39,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ba38bbd233f3f7d846c3c565db83e48c72320b" 2018-11-09 06:53:39,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c257c40-beb6-411d-a4b2-c7aaf22eb17c Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:39,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4c257c40-beb6-411d-a4b2-c7aaf22eb17c 2018-11-09 06:53:39,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:40,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["uV97uTWAS-uU7oSSCGYRJw"], "issued_at": "2018-11-09T06:53:39.000000Z"}} 2018-11-09 06:53:40,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd22b43413bd46c1e55c2b85d1ba0619849336f" 2018-11-09 06:53:40,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad76a32-1ae7-4532-8fe5-96cbd439cc7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:40,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6ad76a32-1ae7-4532-8fe5-96cbd439cc7d 2018-11-09 06:53:40,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:40,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:40,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["AaQA8UYiRMep4-vgTiPCYQ"], "issued_at": "2018-11-09T06:53:40.000000Z"}} 2018-11-09 06:53:40,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:40,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c42aec-08a1-4601-905b-39481de57f77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:40,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-34c42aec-08a1-4601-905b-39481de57f77 2018-11-09 06:53:40,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:40,819 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:40,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1645c2d4-708f-457-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:40,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-926a6691-cc77-42ef-af5a-38534983ff1f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1645c2d4-708f-457-name", "previous": null, "next": null}, "projects": []} 2018-11-09 06:53:40,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1645c2d4-708f-457-name used request id req-926a6691-cc77-42ef-af5a-38534983ff1f 2018-11-09 06:53:40,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:40,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d388834c-33c8-431f-9939-023245d33370 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:40,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d388834c-33c8-431f-9939-023245d33370 2018-11-09 06:53:41,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-1645c2d4-708f-457-name"}}' 2018-11-09 06:53:41,125 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-894331b5-9a9b-40b9-87ca-0b2d97ab1ff9 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/557529173e864e77a2d13ee4f42c6b3c"}, "enabled": true, "id": "557529173e864e77a2d13ee4f42c6b3c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1645c2d4-708f-457-name"}} 2018-11-09 06:53:41,125 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-894331b5-9a9b-40b9-87ca-0b2d97ab1ff9 2018-11-09 06:53:41,126 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-1645c2d4-708f-457-name 2018-11-09 06:53:41,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:41,134 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:41,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1645c2d4-708f-457-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd22b43413bd46c1e55c2b85d1ba0619849336f" 2018-11-09 06:53:41,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56db3dc0-cc21-41c2-be94-0f078e6453a9 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1645c2d4-708f-457-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/557529173e864e77a2d13ee4f42c6b3c"}, "enabled": true, "id": "557529173e864e77a2d13ee4f42c6b3c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1645c2d4-708f-457-name"}]} 2018-11-09 06:53:41,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1645c2d4-708f-457-name used request id req-56db3dc0-cc21-41c2-be94-0f078e6453a9 2018-11-09 06:53:41,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd22b43413bd46c1e55c2b85d1ba0619849336f" 2018-11-09 06:53:41,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22aa364d-9dd9-4346-9d97-da920ca88f46 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 06:53:41,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-22aa364d-9dd9-4346-9d97-da920ca88f46 2018-11-09 06:53:41,312 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:53:41,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:8774/v2.1/os-quota-sets/557529173e864e77a2d13ee4f42c6b3c -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-11-09 06:53:42,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f401e2cc-29a5-4b61-8713-f7e131adf678 x-compute-request-id: req-f401e2cc-29a5-4b61-8713-f7e131adf678 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-09 06:53:42,348 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/557529173e864e77a2d13ee4f42c6b3c used request id req-f401e2cc-29a5-4b61-8713-f7e131adf678 2018-11-09 06:53:42,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/quotas/557529173e864e77a2d13ee4f42c6b3c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-11-09 06:53:42,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-8f4b3950-5c50-417f-909b-09296a3a5db6 Date: Fri, 09 Nov 2018 06:53:42 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-11-09 06:53:42,702 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/557529173e864e77a2d13ee4f42c6b3c used request id req-8f4b3950-5c50-417f-909b-09296a3a5db6 2018-11-09 06:53:42,703 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:53:42,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/557529173e864e77a2d13ee4f42c6b3c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:42,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f270a4a7-835b-4cb8-8ff7-c93c53e2c44e x-compute-request-id: req-f270a4a7-835b-4cb8-8ff7-c93c53e2c44e Content-Encoding: gzip Content-Length: 223 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": "557529173e864e77a2d13ee4f42c6b3c", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-09 06:53:42,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/557529173e864e77a2d13ee4f42c6b3c used request id req-f270a4a7-835b-4cb8-8ff7-c93c53e2c44e 2018-11-09 06:53:42,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/quotas/557529173e864e77a2d13ee4f42c6b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:43,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-454bad94-d3c2-4bb3-8140-072788c3d2d2 Date: Fri, 09 Nov 2018 06:53:43 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-11-09 06:53:43,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/quotas/557529173e864e77a2d13ee4f42c6b3c used request id req-454bad94-d3c2-4bb3-8140-072788c3d2d2 2018-11-09 06:53:43,059 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:53:43,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/557529173e864e77a2d13ee4f42c6b3c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd22b43413bd46c1e55c2b85d1ba0619849336f" 2018-11-09 06:53:43,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53: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-f78e1ef4-aef6-499e-b87b-af7993039a20 x-compute-request-id: req-f78e1ef4-aef6-499e-b87b-af7993039a20 Content-Encoding: gzip Content-Length: 223 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": "557529173e864e77a2d13ee4f42c6b3c", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-09 06:53:43,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/557529173e864e77a2d13ee4f42c6b3c used request id req-f78e1ef4-aef6-499e-b87b-af7993039a20 2018-11-09 06:53:43,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/quotas/557529173e864e77a2d13ee4f42c6b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fd22b43413bd46c1e55c2b85d1ba0619849336f" 2018-11-09 06:53:43,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-a35d502d-7890-418f-a97b-1f4635dc7bb8 Date: Fri, 09 Nov 2018 06:53:43 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-11-09 06:53:43,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/quotas/557529173e864e77a2d13ee4f42c6b3c used request id req-a35d502d-7890-418f-a97b-1f4635dc7bb8 2018-11-09 06:53:43,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:44,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-3688b4bf-f15d-4285-b3b2-82a168db0f00 Date: Fri, 09 Nov 2018 06:53:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:27Z", "updated_at": "2018-11-09T06:53:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "7d6b3e40-7648-4857-aa1a-b3e289bfa3d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "c92bb8b0-9370-4a3e-bf7c-0d600f20a99c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "0534a9a8-a929-4d3a-b221-305226575fff", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "671caa97-9277-430a-9be6-f1bc50a17529", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}]} 2018-11-09 06:53:44,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-3688b4bf-f15d-4285-b3b2-82a168db0f00 2018-11-09 06:53:44,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:44,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16ad4424-d81f-4a8c-8eec-17432525b150 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:53:44,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-16ad4424-d81f-4a8c-8eec-17432525b150 2018-11-09 06:53:44,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:44,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d15d32-aa18-44df-a14d-1d2353ce1341 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 06:53:44,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-76d15d32-aa18-44df-a14d-1d2353ce1341 2018-11-09 06:53:44,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:44,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06fddf70-af6a-458b-8d82-e66e9fb79376 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 06:53:44,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-06fddf70-af6a-458b-8d82-e66e9fb79376 2018-11-09 06:53:44,649 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-1645c2d4-708f-457-name 2018-11-09 06:53:44,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/557529173e864e77a2d13ee4f42c6b3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:44,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56a1f2ba-01e4-4f6c-a38a-1395d5edb039 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:44,804 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/557529173e864e77a2d13ee4f42c6b3c used request id req-56a1f2ba-01e4-4f6c-a38a-1395d5edb039 2018-11-09 06:53:44,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14f9f67f1ae70e75794439b693b84f53bb5eb61f" 2018-11-09 06:53:44,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecb8c6e7-e2e8-4a5c-a0fa-39479828141a Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:44,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ecb8c6e7-e2e8-4a5c-a0fa-39479828141a 2018-11-09 06:53:44,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:45,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["WsNjmgicS6uKgPfHFV9v5w"], "issued_at": "2018-11-09T06:53:45.000000Z"}} 2018-11-09 06:53:45,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a093a645c877c0ef98c8f7c133b220b091222c0" 2018-11-09 06:53:45,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c979fe7-0c5c-42b3-a659-486f1c5d5779 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:45,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6c979fe7-0c5c-42b3-a659-486f1c5d5779 2018-11-09 06:53:45,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:45,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:45,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["AtwKAHAiSuehZZMklHD88Q"], "issued_at": "2018-11-09T06:53:45.000000Z"}} 2018-11-09 06:53:45,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:45,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b53f9d6b-36e9-4a95-b973-484e44b3853a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:45,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b53f9d6b-36e9-4a95-b973-484e44b3853a 2018-11-09 06:53:45,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:45,838 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:45,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-33195a47-a661-467-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:45,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142b8974-d424-4950-9da4-a777b573d204 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-33195a47-a661-467-name", "previous": null, "next": null}, "projects": []} 2018-11-09 06:53:45,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-33195a47-a661-467-name used request id req-142b8974-d424-4950-9da4-a777b573d204 2018-11-09 06:53:45,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:46,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5deca02-ee31-4972-9ba5-fd0148b9cec4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:46,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-c5deca02-ee31-4972-9ba5-fd0148b9cec4 2018-11-09 06:53:46,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-33195a47-a661-467-name"}}' 2018-11-09 06:53:46,164 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8f6e935-d23c-428f-a6a3-1fc13fc38c3b Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6"}, "enabled": true, "id": "435be09152ac428d925a88561fbb60b6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-33195a47-a661-467-name"}} 2018-11-09 06:53:46,164 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d8f6e935-d23c-428f-a6a3-1fc13fc38c3b 2018-11-09 06:53:46,164 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-33195a47-a661-467-name 2018-11-09 06:53:46,165 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:46,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:46,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["YNC4URebSvqFpGSMTiQlJA"], "issued_at": "2018-11-09T06:53:46.000000Z"}} 2018-11-09 06:53:46,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73244c405ab5e43ced2d34fd2f8d71c93f4b04c" 2018-11-09 06:53:46,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cd5c17a-e238-4eae-9798-47a447c48403 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:46,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0cd5c17a-e238-4eae-9798-47a447c48403 2018-11-09 06:53:46,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:46,638 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:46,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73244c405ab5e43ced2d34fd2f8d71c93f4b04c" 2018-11-09 06:53:46,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ddbc34-5e19-4e72-84b2-23cacf37ea63 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:46,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e0ddbc34-5e19-4e72-84b2-23cacf37ea63 2018-11-09 06:53:46,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73244c405ab5e43ced2d34fd2f8d71c93f4b04c" 2018-11-09 06:53:46,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8494360-189e-4d8b-a605-8a2e954b4941 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:46,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b8494360-189e-4d8b-a605-8a2e954b4941 2018-11-09 06:53:47,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73244c405ab5e43ced2d34fd2f8d71c93f4b04c" 2018-11-09 06:53:47,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-697071d0-c50b-425c-b741-4e194adc68cb Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:47,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-697071d0-c50b-425c-b741-4e194adc68cb 2018-11-09 06:53:47,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-33195a47-a661-467-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73244c405ab5e43ced2d34fd2f8d71c93f4b04c" 2018-11-09 06:53:47,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7a9391b-ce32-402a-911a-a472c4593102 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-33195a47-a661-467-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6"}, "enabled": true, "id": "435be09152ac428d925a88561fbb60b6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-33195a47-a661-467-name"}]} 2018-11-09 06:53:47,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-33195a47-a661-467-name used request id req-b7a9391b-ce32-402a-911a-a472c4593102 2018-11-09 06:53:47,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/f908d1b6b69445279e9de85eb4251a0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73244c405ab5e43ced2d34fd2f8d71c93f4b04c" 2018-11-09 06:53:47,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76804b08-3f76-46b2-86a3-c89c44053590 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/f908d1b6b69445279e9de85eb4251a0c"}, "enabled": true, "id": "f908d1b6b69445279e9de85eb4251a0c", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-33195a47-a661-467-user"}} 2018-11-09 06:53:47,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f908d1b6b69445279e9de85eb4251a0c used request id req-76804b08-3f76-46b2-86a3-c89c44053590 2018-11-09 06:53:47,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6/users/f908d1b6b69445279e9de85eb4251a0c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73244c405ab5e43ced2d34fd2f8d71c93f4b04c" 2018-11-09 06:53:47,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de7e0c2-87d3-494a-996d-3d5168cc2571 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6/users/f908d1b6b69445279e9de85eb4251a0c/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 06:53:47,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6/users/f908d1b6b69445279e9de85eb4251a0c/roles used request id req-3de7e0c2-87d3-494a-996d-3d5168cc2571 2018-11-09 06:53:47,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73244c405ab5e43ced2d34fd2f8d71c93f4b04c" 2018-11-09 06:53:47,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-076d8f40-f7e7-4693-8292-fd8662eadf13 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 06:53:47,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-076d8f40-f7e7-4693-8292-fd8662eadf13 2018-11-09 06:53:47,600 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-33195a47-a661-467-name 2018-11-09 06:53:47,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6/users/f908d1b6b69445279e9de85eb4251a0c/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73244c405ab5e43ced2d34fd2f8d71c93f4b04c" 2018-11-09 06:53:47,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e046c43-ed75-47c3-a6b3-4a2d0a70b663 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:47,720 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6/users/f908d1b6b69445279e9de85eb4251a0c/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-2e046c43-ed75-47c3-a6b3-4a2d0a70b663 2018-11-09 06:53:47,721 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-33195a47-a661-467-user 2018-11-09 06:53:47,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:47,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c07f122c-673f-4cac-9e68-34c44d237049 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:47,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c07f122c-673f-4cac-9e68-34c44d237049 2018-11-09 06:53:47,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" -d '{"role": {"name": "CreateProjectUserTests-33195a47-a661-467-name-role"}}' 2018-11-09 06:53:47,939 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a29a32bc-b4c6-4c3c-8a22-02f275312099 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c7e7b92bfd03413c996547e85c94c0c4", "links": {"self": "http://172.30.9.27:5000/v3/roles/c7e7b92bfd03413c996547e85c94c0c4"}, "name": "CreateProjectUserTests-33195a47-a661-467-name-role"}} 2018-11-09 06:53:47,939 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-a29a32bc-b4c6-4c3c-8a22-02f275312099 2018-11-09 06:53:47,940 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-33195a47-a661-467-name-role 2018-11-09 06:53:47,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/c7e7b92bfd03413c996547e85c94c0c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:48,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a47eeeaf-924e-4b2d-bbf6-2666335561d4 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/c7e7b92bfd03413c996547e85c94c0c4"}, "domain_id": null, "name": "CreateProjectUserTests-33195a47-a661-467-name-role", "id": "c7e7b92bfd03413c996547e85c94c0c4"}} 2018-11-09 06:53:48,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/c7e7b92bfd03413c996547e85c94c0c4 used request id req-a47eeeaf-924e-4b2d-bbf6-2666335561d4 2018-11-09 06:53:48,028 - keystone_utils - INFO - Granting role CreateProjectUserTests-33195a47-a661-467-name-role to project CreateProjectUserTests-33195a47-a661-467-name 2018-11-09 06:53:48,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6/users/f908d1b6b69445279e9de85eb4251a0c/roles/c7e7b92bfd03413c996547e85c94c0c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:48,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c2b0766-152b-4bd4-9e83-3dd3a9841e2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:48,203 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6/users/f908d1b6b69445279e9de85eb4251a0c/roles/c7e7b92bfd03413c996547e85c94c0c4 used request id req-1c2b0766-152b-4bd4-9e83-3dd3a9841e2d 2018-11-09 06:53:48,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:48,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:48,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7e7b92bfd03413c996547e85c94c0c4", "name": "CreateProjectUserTests-33195a47-a661-467-name-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "435be09152ac428d925a88561fbb60b6", "name": "CreateProjectUserTests-33195a47-a661-467-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/435be09152ac428d925a88561fbb60b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/435be09152ac428d925a88561fbb60b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/435be09152ac428d925a88561fbb60b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/435be09152ac428d925a88561fbb60b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/435be09152ac428d925a88561fbb60b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/435be09152ac428d925a88561fbb60b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/435be09152ac428d925a88561fbb60b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/435be09152ac428d925a88561fbb60b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/435be09152ac428d925a88561fbb60b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/435be09152ac428d925a88561fbb60b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/435be09152ac428d925a88561fbb60b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/435be09152ac428d925a88561fbb60b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-33195a47-a661-467-user", "id": "f908d1b6b69445279e9de85eb4251a0c"}, "audit_ids": ["1UgBjvXIRae6IIqkFNV4Yw"], "issued_at": "2018-11-09T06:53:48.000000Z"}} 2018-11-09 06:53:48,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:48,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bb042c9-24a7-4013-ab63-fa53bb3339f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:48,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8bb042c9-24a7-4013-ab63-fa53bb3339f5 2018-11-09 06:53:48,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-33195a47-a661-467-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:49,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-36823766-1cf9-40e0-9a10-f4a1ef604eea Date: Fri, 09 Nov 2018 06:53:49 GMT RESP BODY: {"security_groups": []} 2018-11-09 06:53:49,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-33195a47-a661-467-name&description=hello+group used request id req-36823766-1cf9-40e0-9a10-f4a1ef604eea 2018-11-09 06:53:49,619 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-33195a47-a661-467-name... 2018-11-09 06:53:49,619 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-33195a47-a661-467-name 2018-11-09 06:53:49,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" -d '{"security_group": {"name": "CreateProjectUserTests-33195a47-a661-467-name", "description": "hello group"}}' 2018-11-09 06:53:50,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-93ecbc39-f907-4271-80d8-a26367826ffa Date: Fri, 09 Nov 2018 06:53:50 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "updated_at": "2018-11-09T06:53:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "revision_number": 0, "id": "27819712-d120-4d07-884a-b62b0f049611", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "435be09152ac428d925a88561fbb60b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "revision_number": 0, "id": "b6827e7b-b72e-46e6-aea3-b77ec0ee6062", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "435be09152ac428d925a88561fbb60b6"}], "revision_number": 2, "project_id": "435be09152ac428d925a88561fbb60b6", "id": "17935161-f040-418e-aa1d-94839b75e289", "name": "CreateProjectUserTests-33195a47-a661-467-name"}} 2018-11-09 06:53:50,675 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-93ecbc39-f907-4271-80d8-a26367826ffa 2018-11-09 06:53:50,675 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17935161-f040-418e-aa1d-94839b75e289 2018-11-09 06:53:50,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=17935161-f040-418e-aa1d-94839b75e289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:51,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-69863c3c-29d5-4a28-b822-7ee21df83d1e Date: Fri, 09 Nov 2018 06:53:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "27819712-d120-4d07-884a-b62b0f049611"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "b6827e7b-b72e-46e6-aea3-b77ec0ee6062"}]} 2018-11-09 06:53:51,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=17935161-f040-418e-aa1d-94839b75e289 used request id req-69863c3c-29d5-4a28-b822-7ee21df83d1e 2018-11-09 06:53:51,548 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17935161-f040-418e-aa1d-94839b75e289 2018-11-09 06:53:51,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=17935161-f040-418e-aa1d-94839b75e289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:52,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7ea5e018-644c-49cf-9210-b6a68e7311c6 Date: Fri, 09 Nov 2018 06:53:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "27819712-d120-4d07-884a-b62b0f049611"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "b6827e7b-b72e-46e6-aea3-b77ec0ee6062"}]} 2018-11-09 06:53:52,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=17935161-f040-418e-aa1d-94839b75e289 used request id req-7ea5e018-644c-49cf-9210-b6a68e7311c6 2018-11-09 06:53:52,347 - neutron_utils - INFO - Retrieving security group with ID - 17935161-f040-418e-aa1d-94839b75e289 2018-11-09 06:53:52,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=17935161-f040-418e-aa1d-94839b75e289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:52,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6a140bef-d108-4620-a541-9968c31d8261 Date: Fri, 09 Nov 2018 06:53:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "updated_at": "2018-11-09T06:53:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "revision_number": 0, "id": "27819712-d120-4d07-884a-b62b0f049611", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "435be09152ac428d925a88561fbb60b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "revision_number": 0, "id": "b6827e7b-b72e-46e6-aea3-b77ec0ee6062", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "435be09152ac428d925a88561fbb60b6"}], "revision_number": 2, "project_id": "435be09152ac428d925a88561fbb60b6", "id": "17935161-f040-418e-aa1d-94839b75e289", "name": "CreateProjectUserTests-33195a47-a661-467-name"}]} 2018-11-09 06:53:52,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=17935161-f040-418e-aa1d-94839b75e289 used request id req-6a140bef-d108-4620-a541-9968c31d8261 2018-11-09 06:53:52,435 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17935161-f040-418e-aa1d-94839b75e289 2018-11-09 06:53:52,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=17935161-f040-418e-aa1d-94839b75e289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:53,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-072f7fe0-8480-4f27-a4d5-1d40bd904e2c Date: Fri, 09 Nov 2018 06:53:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "27819712-d120-4d07-884a-b62b0f049611"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "b6827e7b-b72e-46e6-aea3-b77ec0ee6062"}]} 2018-11-09 06:53:53,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=17935161-f040-418e-aa1d-94839b75e289 used request id req-072f7fe0-8480-4f27-a4d5-1d40bd904e2c 2018-11-09 06:53:53,169 - neutron_utils - INFO - Retrieving security group with ID - 17935161-f040-418e-aa1d-94839b75e289 2018-11-09 06:53:53,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=17935161-f040-418e-aa1d-94839b75e289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:53,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f2e65362-71ad-4f50-a0fe-5e25a46ba9c8 Date: Fri, 09 Nov 2018 06:53:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "updated_at": "2018-11-09T06:53:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "revision_number": 0, "id": "27819712-d120-4d07-884a-b62b0f049611", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "435be09152ac428d925a88561fbb60b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "revision_number": 0, "id": "b6827e7b-b72e-46e6-aea3-b77ec0ee6062", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "435be09152ac428d925a88561fbb60b6"}], "revision_number": 2, "project_id": "435be09152ac428d925a88561fbb60b6", "id": "17935161-f040-418e-aa1d-94839b75e289", "name": "CreateProjectUserTests-33195a47-a661-467-name"}]} 2018-11-09 06:53:53,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=17935161-f040-418e-aa1d-94839b75e289 used request id req-f2e65362-71ad-4f50-a0fe-5e25a46ba9c8 2018-11-09 06:53:53,927 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17935161-f040-418e-aa1d-94839b75e289 2018-11-09 06:53:53,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=17935161-f040-418e-aa1d-94839b75e289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:54,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b8ba3961-afca-49e3-99b7-a00df97b4b7a Date: Fri, 09 Nov 2018 06:53:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "27819712-d120-4d07-884a-b62b0f049611"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "b6827e7b-b72e-46e6-aea3-b77ec0ee6062"}]} 2018-11-09 06:53:54,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=17935161-f040-418e-aa1d-94839b75e289 used request id req-b8ba3961-afca-49e3-99b7-a00df97b4b7a 2018-11-09 06:53:54,167 - neutron_utils - INFO - Retrieving security group with ID - 17935161-f040-418e-aa1d-94839b75e289 2018-11-09 06:53:54,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=17935161-f040-418e-aa1d-94839b75e289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:54,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-5966db09-8eb0-459a-8cb3-a5fb31db931c Date: Fri, 09 Nov 2018 06:53:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "updated_at": "2018-11-09T06:53:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "revision_number": 0, "id": "27819712-d120-4d07-884a-b62b0f049611", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "435be09152ac428d925a88561fbb60b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "revision_number": 0, "id": "b6827e7b-b72e-46e6-aea3-b77ec0ee6062", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "435be09152ac428d925a88561fbb60b6"}], "revision_number": 2, "project_id": "435be09152ac428d925a88561fbb60b6", "id": "17935161-f040-418e-aa1d-94839b75e289", "name": "CreateProjectUserTests-33195a47-a661-467-name"}]} 2018-11-09 06:53:54,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=17935161-f040-418e-aa1d-94839b75e289 used request id req-5966db09-8eb0-459a-8cb3-a5fb31db931c 2018-11-09 06:53:54,353 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17935161-f040-418e-aa1d-94839b75e289 2018-11-09 06:53:54,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=17935161-f040-418e-aa1d-94839b75e289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:54,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7b16c47-7ad2-4c9a-841d-b2f78de4ee78 Date: Fri, 09 Nov 2018 06:53:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "27819712-d120-4d07-884a-b62b0f049611"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:50Z", "security_group_id": "17935161-f040-418e-aa1d-94839b75e289", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:50Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "b6827e7b-b72e-46e6-aea3-b77ec0ee6062"}]} 2018-11-09 06:53:54,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=17935161-f040-418e-aa1d-94839b75e289 used request id req-a7b16c47-7ad2-4c9a-841d-b2f78de4ee78 2018-11-09 06:53:54,526 - neutron_utils - INFO - Deleting security group rule with ID - 27819712-d120-4d07-884a-b62b0f049611 2018-11-09 06:53:54,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/27819712-d120-4d07-884a-b62b0f049611 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:54,921 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-54126ca6-f47c-4870-96f8-155326a91906 Content-Length: 0 Date: Fri, 09 Nov 2018 06:53:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:53:54,922 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/27819712-d120-4d07-884a-b62b0f049611 used request id req-54126ca6-f47c-4870-96f8-155326a91906 2018-11-09 06:53:54,922 - neutron_utils - INFO - Deleting security group rule with ID - b6827e7b-b72e-46e6-aea3-b77ec0ee6062 2018-11-09 06:53:54,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/b6827e7b-b72e-46e6-aea3-b77ec0ee6062 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:55,215 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d6188d3-cde6-4881-af53-a2e5498d1df4 Content-Length: 0 Date: Fri, 09 Nov 2018 06:53:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:53:55,215 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/b6827e7b-b72e-46e6-aea3-b77ec0ee6062 used request id req-4d6188d3-cde6-4881-af53-a2e5498d1df4 2018-11-09 06:53:55,215 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-33195a47-a661-467-name 2018-11-09 06:53:55,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/17935161-f040-418e-aa1d-94839b75e289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0f28abacdda6a4093339ad74ce376e7e1a1c0fa" 2018-11-09 06:53:55,509 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f7a49880-3cac-467e-830b-d6024cba1263 Content-Length: 0 Date: Fri, 09 Nov 2018 06:53:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:53:55,510 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/17935161-f040-418e-aa1d-94839b75e289 used request id req-f7a49880-3cac-467e-830b-d6024cba1263 2018-11-09 06:53:55,511 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-33195a47-a661-467-user 2018-11-09 06:53:55,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/f908d1b6b69445279e9de85eb4251a0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73244c405ab5e43ced2d34fd2f8d71c93f4b04c" 2018-11-09 06:53:55,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fad11b8e-abc9-45e6-8995-d62da3a396bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:55,717 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f908d1b6b69445279e9de85eb4251a0c used request id req-fad11b8e-abc9-45e6-8995-d62da3a396bb 2018-11-09 06:53:55,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:55,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-2ab73197-eaea-49f4-99ec-9f71eb02e648 Date: Fri, 09 Nov 2018 06:53:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:49Z", "updated_at": "2018-11-09T06:53:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:49Z", "revision_number": 0, "id": "fcc77fa3-3c64-4e11-abd2-5865032a0ab2", "remote_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:49Z", "security_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "435be09152ac428d925a88561fbb60b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:49Z", "revision_number": 0, "id": "7b97c247-eec9-4517-bfef-a857f8ba1221", "remote_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:49Z", "security_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "435be09152ac428d925a88561fbb60b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:49Z", "revision_number": 0, "id": "71d367d3-29a9-430f-af40-bdef71cd61be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:49Z", "security_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "435be09152ac428d925a88561fbb60b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:49Z", "revision_number": 0, "id": "543dd6cc-92d1-4e78-a5e1-b60f5a04d124", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:49Z", "security_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "tenant_id": "435be09152ac428d925a88561fbb60b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "435be09152ac428d925a88561fbb60b6"}], "revision_number": 4, "project_id": "435be09152ac428d925a88561fbb60b6", "id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:27Z", "updated_at": "2018-11-09T06:53:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "0534a9a8-a929-4d3a-b221-305226575fff", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "c92bb8b0-9370-4a3e-bf7c-0d600f20a99c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "7d6b3e40-7648-4857-aa1a-b3e289bfa3d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "671caa97-9277-430a-9be6-f1bc50a17529", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}]} 2018-11-09 06:53:55,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-2ab73197-eaea-49f4-99ec-9f71eb02e648 2018-11-09 06:53:55,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:56,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85f6ad24-8b05-43dd-95c7-745e1d80c732 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6"}, "enabled": true, "id": "435be09152ac428d925a88561fbb60b6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-33195a47-a661-467-name"}} 2018-11-09 06:53:56,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6 used request id req-85f6ad24-8b05-43dd-95c7-745e1d80c732 2018-11-09 06:53:56,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 16292da3-c8a0-4226-8a0b-389dc4a693c0 2018-11-09 06:53:56,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=16292da3-c8a0-4226-8a0b-389dc4a693c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:56,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-70d7c938-758b-4cef-a6a6-a0ba32ddd1d6 Date: Fri, 09 Nov 2018 06:53:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:49Z", "security_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:49Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "543dd6cc-92d1-4e78-a5e1-b60f5a04d124"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:49Z", "security_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:49Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "71d367d3-29a9-430f-af40-bdef71cd61be"}, {"remote_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:49Z", "security_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:49Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "7b97c247-eec9-4517-bfef-a857f8ba1221"}, {"remote_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:53:49Z", "security_group_id": "16292da3-c8a0-4226-8a0b-389dc4a693c0", "port_range_min": null, "revision_number": 0, "tenant_id": "435be09152ac428d925a88561fbb60b6", "created_at": "2018-11-09T06:53:49Z", "project_id": "435be09152ac428d925a88561fbb60b6", "id": "fcc77fa3-3c64-4e11-abd2-5865032a0ab2"}]} 2018-11-09 06:53:56,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=16292da3-c8a0-4226-8a0b-389dc4a693c0 used request id req-70d7c938-758b-4cef-a6a6-a0ba32ddd1d6 2018-11-09 06:53:56,746 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 06:53:56,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/16292da3-c8a0-4226-8a0b-389dc4a693c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:57,746 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a383a8da-fa0c-4abd-a867-096a8686f738 Content-Length: 0 Date: Fri, 09 Nov 2018 06:53:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:53:57,746 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/16292da3-c8a0-4226-8a0b-389dc4a693c0 used request id req-a383a8da-fa0c-4abd-a867-096a8686f738 2018-11-09 06:53:57,747 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-33195a47-a661-467-name 2018-11-09 06:53:57,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:57,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca1ff6a5-393c-4ad0-94a4-f2becac88d69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:57,938 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/435be09152ac428d925a88561fbb60b6 used request id req-ca1ff6a5-393c-4ad0-94a4-f2becac88d69 2018-11-09 06:53:57,938 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-33195a47-a661-467-name-role 2018-11-09 06:53:57,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/c7e7b92bfd03413c996547e85c94c0c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:58,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:53:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46ab4ebc-63b0-47b4-9c3e-9639abfbb3f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:53:58,074 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/c7e7b92bfd03413c996547e85c94c0c4 used request id req-46ab4ebc-63b0-47b4-9c3e-9639abfbb3f3 2018-11-09 06:53:58,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa5a730f63cf4f8295c6aa5a31c5f931d642088" 2018-11-09 06:53:58,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ac9280-f7ff-4f75-98f2-176ae4aaa193 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:53:58,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-80ac9280-f7ff-4f75-98f2-176ae4aaa193 2018-11-09 06:53:58,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:58,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["0eF4HXixRbS2GpDCa7q-tw"], "issued_at": "2018-11-09T06:53:58.000000Z"}} 2018-11-09 06:53:58,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2cb7a047bebfae474ef072f0b089d4c510d30a" 2018-11-09 06:53:58,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6761b7e-214d-4a68-b541-41e0326cd47c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:58,634 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b6761b7e-214d-4a68-b541-41e0326cd47c 2018-11-09 06:53:58,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:58,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:59,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["aM-K2mGQQrWL3tT33V07HQ"], "issued_at": "2018-11-09T06:53:59.000000Z"}} 2018-11-09 06:53:59,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:53:59,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b492d08e-21f0-4e73-bab5-38257418ebe7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:59,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b492d08e-21f0-4e73-bab5-38257418ebe7 2018-11-09 06:53:59,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:59,108 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:59,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-f6aabca4-3f59-437-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:53:59,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0bb87f9-408b-4a8d-8a43-70d35cbbfe96 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-f6aabca4-3f59-437-name", "previous": null, "next": null}, "projects": []} 2018-11-09 06:53:59,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-f6aabca4-3f59-437-name used request id req-c0bb87f9-408b-4a8d-8a43-70d35cbbfe96 2018-11-09 06:53:59,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:53:59,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e7909c-e23a-40db-a4c2-80fda824f4bb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:53:59,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f6e7909c-e23a-40db-a4c2-80fda824f4bb 2018-11-09 06:53:59,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}}' 2018-11-09 06:53:59,425 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:53:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cc13a6e-6cc9-48f1-a892-26b3ab997944 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f"}, "enabled": true, "id": "72027248c901467ba987ee67275c912f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}} 2018-11-09 06:53:59,425 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-3cc13a6e-6cc9-48f1-a892-26b3ab997944 2018-11-09 06:53:59,426 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-f6aabca4-3f59-437-name 2018-11-09 06:53:59,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:53:59,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:53:59,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:53:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["Bq5KlD7eSwGu_19fSsrWpQ"], "issued_at": "2018-11-09T06:53:59.000000Z"}} 2018-11-09 06:53:59,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93081e68101d932575009fc579f25e466c22fc6d" 2018-11-09 06:53:59,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-092edf68-dd1b-42d9-b20b-1fb7132e9531 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:53:59,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-092edf68-dd1b-42d9-b20b-1fb7132e9531 2018-11-09 06:53:59,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:53:59,897 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:53: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:53:59,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93081e68101d932575009fc579f25e466c22fc6d" 2018-11-09 06:53:59,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4c77f20-fdf2-4800-99d9-ce75034c92a3 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:53:59,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f4c77f20-fdf2-4800-99d9-ce75034c92a3 2018-11-09 06:53:59,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93081e68101d932575009fc579f25e466c22fc6d" 2018-11-09 06:54:00,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-280f1145-c110-4bd9-8f19-620c511580fb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:54:00,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-280f1145-c110-4bd9-8f19-620c511580fb 2018-11-09 06:54:00,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93081e68101d932575009fc579f25e466c22fc6d" 2018-11-09 06:54:00,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbfc4a6d-125c-4053-909c-8d74a96981e4 Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:54:00,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cbfc4a6d-125c-4053-909c-8d74a96981e4 2018-11-09 06:54:00,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-f6aabca4-3f59-437-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93081e68101d932575009fc579f25e466c22fc6d" 2018-11-09 06:54:00,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76ae3541-9b03-4d25-bd12-7d3dfd3b319b Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-f6aabca4-3f59-437-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f"}, "enabled": true, "id": "72027248c901467ba987ee67275c912f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}]} 2018-11-09 06:54:00,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-f6aabca4-3f59-437-name used request id req-76ae3541-9b03-4d25-bd12-7d3dfd3b319b 2018-11-09 06:54:00,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/f9eeda777315498095b8bbbfd01f91db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93081e68101d932575009fc579f25e466c22fc6d" 2018-11-09 06:54:00,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e86b4912-588e-4ba2-b555-8355b511a653 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/f9eeda777315498095b8bbbfd01f91db"}, "enabled": true, "id": "f9eeda777315498095b8bbbfd01f91db", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-f6aabca4-3f59-437-user1"}} 2018-11-09 06:54:00,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f9eeda777315498095b8bbbfd01f91db used request id req-e86b4912-588e-4ba2-b555-8355b511a653 2018-11-09 06:54:00,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/f9eeda777315498095b8bbbfd01f91db/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93081e68101d932575009fc579f25e466c22fc6d" 2018-11-09 06:54:00,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098e3476-2859-4f7b-a936-de7567fa7fff Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/f9eeda777315498095b8bbbfd01f91db/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 06:54:00,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/f9eeda777315498095b8bbbfd01f91db/roles used request id req-098e3476-2859-4f7b-a936-de7567fa7fff 2018-11-09 06:54:00,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93081e68101d932575009fc579f25e466c22fc6d" 2018-11-09 06:54:01,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8b67636-87d4-4356-a74d-7191d69c56a9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 06:54:01,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-d8b67636-87d4-4356-a74d-7191d69c56a9 2018-11-09 06:54:01,046 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-f6aabca4-3f59-437-name 2018-11-09 06:54:01,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/f9eeda777315498095b8bbbfd01f91db/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93081e68101d932575009fc579f25e466c22fc6d" 2018-11-09 06:54:01,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c94d0a25-4dd9-445b-8d9c-0a3b5a09a341 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:54:01,176 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/f9eeda777315498095b8bbbfd01f91db/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-c94d0a25-4dd9-445b-8d9c-0a3b5a09a341 2018-11-09 06:54:01,177 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-f6aabca4-3f59-437-user1 2018-11-09 06:54:01,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:01,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66361838-0aa0-4cc3-af90-4fc943ab118b Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:54:01,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-66361838-0aa0-4cc3-af90-4fc943ab118b 2018-11-09 06:54:01,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" -d '{"role": {"name": "CreateProjectUserTests-f6aabca4-3f59-437-name-role"}}' 2018-11-09 06:54:01,311 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 06:54:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d696d56-6f92-4f13-a420-e46c7802874a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e2c358038ed747dabc5cab3a3b3de53f", "links": {"self": "http://172.30.9.27:5000/v3/roles/e2c358038ed747dabc5cab3a3b3de53f"}, "name": "CreateProjectUserTests-f6aabca4-3f59-437-name-role"}} 2018-11-09 06:54:01,311 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-8d696d56-6f92-4f13-a420-e46c7802874a 2018-11-09 06:54:01,312 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-f6aabca4-3f59-437-name-role 2018-11-09 06:54:01,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/e2c358038ed747dabc5cab3a3b3de53f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:01,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3b0c775-6fe2-4cc8-b52e-761dff10e12d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/e2c358038ed747dabc5cab3a3b3de53f"}, "domain_id": null, "name": "CreateProjectUserTests-f6aabca4-3f59-437-name-role", "id": "e2c358038ed747dabc5cab3a3b3de53f"}} 2018-11-09 06:54:01,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/e2c358038ed747dabc5cab3a3b3de53f used request id req-b3b0c775-6fe2-4cc8-b52e-761dff10e12d 2018-11-09 06:54:01,403 - keystone_utils - INFO - Granting role CreateProjectUserTests-f6aabca4-3f59-437-name-role to project CreateProjectUserTests-f6aabca4-3f59-437-name 2018-11-09 06:54:01,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/f9eeda777315498095b8bbbfd01f91db/roles/e2c358038ed747dabc5cab3a3b3de53f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:01,522 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:54:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-664bb905-70d6-43b4-9d75-43ef8b0e5d1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:54:01,522 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/f9eeda777315498095b8bbbfd01f91db/roles/e2c358038ed747dabc5cab3a3b3de53f used request id req-664bb905-70d6-43b4-9d75-43ef8b0e5d1d 2018-11-09 06:54:01,523 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:54:01,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:01,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["iWGsITyoQFqSe9MKja4utA"], "issued_at": "2018-11-09T06:54:01.000000Z"}} 2018-11-09 06:54:01,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5839cd98599f2cad9f266a914ce76ad0525dd8" 2018-11-09 06:54:02,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea1b1cda-73b1-4655-9dd2-c6e6d31efa3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:02,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ea1b1cda-73b1-4655-9dd2-c6e6d31efa3b 2018-11-09 06:54:02,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:54:02,018 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:54:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:54:02,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5839cd98599f2cad9f266a914ce76ad0525dd8" 2018-11-09 06:54:02,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aba8a01-d425-4e2b-b04d-dabeadcc4a2f Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-f6aabca4-3f59-437-user1", "links": {"self": "http://172.30.9.27:5000/v3/users/f9eeda777315498095b8bbbfd01f91db"}, "domain_id": "default", "enabled": true, "id": "f9eeda777315498095b8bbbfd01f91db", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 06:54:02,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8aba8a01-d425-4e2b-b04d-dabeadcc4a2f 2018-11-09 06:54:02,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5839cd98599f2cad9f266a914ce76ad0525dd8" 2018-11-09 06:54:02,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab3e58a7-16c0-40e0-8f80-86ccda24995d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 06:54:02,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-ab3e58a7-16c0-40e0-8f80-86ccda24995d 2018-11-09 06:54:02,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5839cd98599f2cad9f266a914ce76ad0525dd8" 2018-11-09 06:54:02,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67b9b1a6-7d24-4a65-afa0-2d7efd661235 Content-Encoding: gzip Content-Length: 410 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}, {"domain_id": null, "id": "e2c358038ed747dabc5cab3a3b3de53f", "links": {"self": "http://172.30.9.27:5000/v3/roles/e2c358038ed747dabc5cab3a3b3de53f"}, "name": "CreateProjectUserTests-f6aabca4-3f59-437-name-role"}]} 2018-11-09 06:54:02,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-67b9b1a6-7d24-4a65-afa0-2d7efd661235 2018-11-09 06:54:02,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-f6aabca4-3f59-437-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5839cd98599f2cad9f266a914ce76ad0525dd8" 2018-11-09 06:54:02,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f27fa567-5f6c-41f4-bb6f-2925d4413b1d Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-f6aabca4-3f59-437-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f"}, "enabled": true, "id": "72027248c901467ba987ee67275c912f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}]} 2018-11-09 06:54:02,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-f6aabca4-3f59-437-name used request id req-f27fa567-5f6c-41f4-bb6f-2925d4413b1d 2018-11-09 06:54:02,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/9572d054000949c7844a7c54c371faf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5839cd98599f2cad9f266a914ce76ad0525dd8" 2018-11-09 06:54:02,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f567f012-edb3-46da-8260-04bb7e555d6c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/9572d054000949c7844a7c54c371faf1"}, "enabled": true, "id": "9572d054000949c7844a7c54c371faf1", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-f6aabca4-3f59-437-user2"}} 2018-11-09 06:54:02,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/9572d054000949c7844a7c54c371faf1 used request id req-f567f012-edb3-46da-8260-04bb7e555d6c 2018-11-09 06:54:02,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/9572d054000949c7844a7c54c371faf1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5839cd98599f2cad9f266a914ce76ad0525dd8" 2018-11-09 06:54:03,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98209ca7-f61f-4877-a587-23def2251abb Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/9572d054000949c7844a7c54c371faf1/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 06:54:03,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/9572d054000949c7844a7c54c371faf1/roles used request id req-98209ca7-f61f-4877-a587-23def2251abb 2018-11-09 06:54:03,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5839cd98599f2cad9f266a914ce76ad0525dd8" 2018-11-09 06:54:03,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82775cc7-3da7-40c1-8605-54b8ed23e549 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 06:54:03,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-82775cc7-3da7-40c1-8605-54b8ed23e549 2018-11-09 06:54:03,183 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-f6aabca4-3f59-437-name 2018-11-09 06:54:03,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/9572d054000949c7844a7c54c371faf1/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5839cd98599f2cad9f266a914ce76ad0525dd8" 2018-11-09 06:54:03,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:54:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da51e6f2-2e44-4633-9d46-424e3f267683 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:54:03,302 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/9572d054000949c7844a7c54c371faf1/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-da51e6f2-2e44-4633-9d46-424e3f267683 2018-11-09 06:54:03,303 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-f6aabca4-3f59-437-user2 2018-11-09 06:54:03,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/e2c358038ed747dabc5cab3a3b3de53f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:03,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40633e75-8e28-4385-b508-bf5f4b88fa9a Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/e2c358038ed747dabc5cab3a3b3de53f"}, "domain_id": null, "name": "CreateProjectUserTests-f6aabca4-3f59-437-name-role", "id": "e2c358038ed747dabc5cab3a3b3de53f"}} 2018-11-09 06:54:03,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/e2c358038ed747dabc5cab3a3b3de53f used request id req-40633e75-8e28-4385-b508-bf5f4b88fa9a 2018-11-09 06:54:03,391 - keystone_utils - INFO - Granting role CreateProjectUserTests-f6aabca4-3f59-437-name-role to project CreateProjectUserTests-f6aabca4-3f59-437-name 2018-11-09 06:54:03,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/9572d054000949c7844a7c54c371faf1/roles/e2c358038ed747dabc5cab3a3b3de53f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:03,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:54:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eba86eac-fd8d-4b9a-9bab-da61323c4a6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:54:03,523 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f/users/9572d054000949c7844a7c54c371faf1/roles/e2c358038ed747dabc5cab3a3b3de53f used request id req-eba86eac-fd8d-4b9a-9bab-da61323c4a6f 2018-11-09 06:54:03,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:54:03,525 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:03,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2c358038ed747dabc5cab3a3b3de53f", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72027248c901467ba987ee67275c912f", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/72027248c901467ba987ee67275c912f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/72027248c901467ba987ee67275c912f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/72027248c901467ba987ee67275c912f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/72027248c901467ba987ee67275c912f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/72027248c901467ba987ee67275c912f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/72027248c901467ba987ee67275c912f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/72027248c901467ba987ee67275c912f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/72027248c901467ba987ee67275c912f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/72027248c901467ba987ee67275c912f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/72027248c901467ba987ee67275c912f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/72027248c901467ba987ee67275c912f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/72027248c901467ba987ee67275c912f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-f6aabca4-3f59-437-user1", "id": "f9eeda777315498095b8bbbfd01f91db"}, "audit_ids": ["Gma6TMzET1SatuVl_lD-jA"], "issued_at": "2018-11-09T06:54:03.000000Z"}} 2018-11-09 06:54:03,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:03,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d7286b2-1120-4bbf-8ec4-10e00d941a91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:03,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9d7286b2-1120-4bbf-8ec4-10e00d941a91 2018-11-09 06:54:03,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-f6aabca4-3f59-437-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:04,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7e5a55d3-d283-4e4a-83b7-e06ece5486bb Date: Fri, 09 Nov 2018 06:54:03 GMT RESP BODY: {"security_groups": []} 2018-11-09 06:54:04,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-f6aabca4-3f59-437-name&description=hello+group used request id req-7e5a55d3-d283-4e4a-83b7-e06ece5486bb 2018-11-09 06:54:04,287 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-f6aabca4-3f59-437-name... 2018-11-09 06:54:04,287 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-f6aabca4-3f59-437-name 2018-11-09 06:54:04,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" -d '{"security_group": {"name": "CreateProjectUserTests-f6aabca4-3f59-437-name", "description": "hello group"}}' 2018-11-09 06:54:04,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-c7a265bf-012b-4787-8d6c-e23ba3a74492 Date: Fri, 09 Nov 2018 06:54:04 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "updated_at": "2018-11-09T06:54:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv4", "project_id": "72027248c901467ba987ee67275c912f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv6", "project_id": "72027248c901467ba987ee67275c912f"}], "revision_number": 2, "project_id": "72027248c901467ba987ee67275c912f", "id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}} 2018-11-09 06:54:04,665 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-c7a265bf-012b-4787-8d6c-e23ba3a74492 2018-11-09 06:54:04,666 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:04,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:04,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c2708a6a-002e-486b-b0cd-479e4a5b7cd2 Date: Fri, 09 Nov 2018 06:54:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae"}]} 2018-11-09 06:54:04,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-c2708a6a-002e-486b-b0cd-479e4a5b7cd2 2018-11-09 06:54:04,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:04,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:05,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-99bbcbbc-ab1c-429f-861b-ccaad31ceeb7 Date: Fri, 09 Nov 2018 06:54:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae"}]} 2018-11-09 06:54:05,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-99bbcbbc-ab1c-429f-861b-ccaad31ceeb7 2018-11-09 06:54:05,026 - neutron_utils - INFO - Retrieving security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:05,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:05,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7b8c0ccb-b8bb-4a69-8771-3c16daac0116 Date: Fri, 09 Nov 2018 06:54:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "updated_at": "2018-11-09T06:54:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv4", "project_id": "72027248c901467ba987ee67275c912f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv6", "project_id": "72027248c901467ba987ee67275c912f"}], "revision_number": 2, "project_id": "72027248c901467ba987ee67275c912f", "id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}]} 2018-11-09 06:54:05,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-7b8c0ccb-b8bb-4a69-8771-3c16daac0116 2018-11-09 06:54:05,214 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:05,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:06,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-34d69b68-9dd7-4b09-801f-61c15262f2cb Date: Fri, 09 Nov 2018 06:54:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae"}]} 2018-11-09 06:54:06,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-34d69b68-9dd7-4b09-801f-61c15262f2cb 2018-11-09 06:54:06,007 - neutron_utils - INFO - Retrieving security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:06,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:06,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-cd85ce95-16be-4bbe-98d9-0053c046a5a8 Date: Fri, 09 Nov 2018 06:54:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "updated_at": "2018-11-09T06:54:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv4", "project_id": "72027248c901467ba987ee67275c912f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv6", "project_id": "72027248c901467ba987ee67275c912f"}], "revision_number": 2, "project_id": "72027248c901467ba987ee67275c912f", "id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}]} 2018-11-09 06:54:06,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-cd85ce95-16be-4bbe-98d9-0053c046a5a8 2018-11-09 06:54:06,779 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:06,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:06,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-11d3d1ad-c32e-4077-8b5d-4f52ebaf3bba Date: Fri, 09 Nov 2018 06:54:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae"}]} 2018-11-09 06:54:06,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-11d3d1ad-c32e-4077-8b5d-4f52ebaf3bba 2018-11-09 06:54:06,830 - neutron_utils - INFO - Retrieving security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:06,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:07,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ebfcf505-0fdc-488a-9641-e95107b0fa10 Date: Fri, 09 Nov 2018 06:54:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "updated_at": "2018-11-09T06:54:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv4", "project_id": "72027248c901467ba987ee67275c912f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv6", "project_id": "72027248c901467ba987ee67275c912f"}], "revision_number": 2, "project_id": "72027248c901467ba987ee67275c912f", "id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}]} 2018-11-09 06:54:07,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-ebfcf505-0fdc-488a-9641-e95107b0fa10 2018-11-09 06:54:07,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:07,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:07,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6635b59a-0c27-4576-9044-51cf251fae4a Date: Fri, 09 Nov 2018 06:54:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae"}]} 2018-11-09 06:54:07,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-6635b59a-0c27-4576-9044-51cf251fae4a 2018-11-09 06:54:07,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:54:07,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:08,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2c358038ed747dabc5cab3a3b3de53f", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72027248c901467ba987ee67275c912f", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/72027248c901467ba987ee67275c912f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/72027248c901467ba987ee67275c912f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/72027248c901467ba987ee67275c912f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/72027248c901467ba987ee67275c912f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/72027248c901467ba987ee67275c912f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/72027248c901467ba987ee67275c912f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/72027248c901467ba987ee67275c912f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/72027248c901467ba987ee67275c912f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/72027248c901467ba987ee67275c912f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/72027248c901467ba987ee67275c912f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/72027248c901467ba987ee67275c912f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/72027248c901467ba987ee67275c912f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-f6aabca4-3f59-437-user2", "id": "9572d054000949c7844a7c54c371faf1"}, "audit_ids": ["cs2YBISeRiW2Wsep8EQoaQ"], "issued_at": "2018-11-09T06:54:07.000000Z"}} 2018-11-09 06:54:08,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0cc2bd50e6312f5b9b6d4bb53761138103f4df" 2018-11-09 06:54:08,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba37c74-3daa-4457-a11b-d57884b2283d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:08,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eba37c74-3daa-4457-a11b-d57884b2283d 2018-11-09 06:54:08,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-f6aabca4-3f59-437-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0cc2bd50e6312f5b9b6d4bb53761138103f4df" 2018-11-09 06:54:08,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-658cf6d5-8b68-4e9f-b00f-8bd9a24455a0 Date: Fri, 09 Nov 2018 06:54:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "updated_at": "2018-11-09T06:54:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv4", "project_id": "72027248c901467ba987ee67275c912f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv6", "project_id": "72027248c901467ba987ee67275c912f"}], "revision_number": 2, "project_id": "72027248c901467ba987ee67275c912f", "id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}]} 2018-11-09 06:54:08,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-f6aabca4-3f59-437-name&description=hello+group used request id req-658cf6d5-8b68-4e9f-b00f-8bd9a24455a0 2018-11-09 06:54:08,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:54:08,613 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:54:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:54:08,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0cc2bd50e6312f5b9b6d4bb53761138103f4df" 2018-11-09 06:54:08,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac402676-a2b4-4a00-a663-5c44c9a3e3d9 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f"}, "enabled": true, "id": "72027248c901467ba987ee67275c912f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}} 2018-11-09 06:54:08,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f used request id req-ac402676-a2b4-4a00-a663-5c44c9a3e3d9 2018-11-09 06:54:08,698 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:08,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0cc2bd50e6312f5b9b6d4bb53761138103f4df" 2018-11-09 06:54:08,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ce3f58b5-a85b-4971-a2d3-119774b9d9fa Date: Fri, 09 Nov 2018 06:54:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae"}]} 2018-11-09 06:54:08,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-ce3f58b5-a85b-4971-a2d3-119774b9d9fa 2018-11-09 06:54:08,968 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:08,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0cc2bd50e6312f5b9b6d4bb53761138103f4df" 2018-11-09 06:54:09,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0cfdf96c-129b-4a43-be14-8db54b2a786e Date: Fri, 09 Nov 2018 06:54:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae"}]} 2018-11-09 06:54:09,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-0cfdf96c-129b-4a43-be14-8db54b2a786e 2018-11-09 06:54:09,142 - neutron_utils - INFO - Retrieving security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:09,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0cc2bd50e6312f5b9b6d4bb53761138103f4df" 2018-11-09 06:54:09,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-86080aee-a02f-484e-a432-40f0db512a59 Date: Fri, 09 Nov 2018 06:54:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "updated_at": "2018-11-09T06:54:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv4", "project_id": "72027248c901467ba987ee67275c912f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "revision_number": 0, "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv6", "project_id": "72027248c901467ba987ee67275c912f"}], "revision_number": 2, "project_id": "72027248c901467ba987ee67275c912f", "id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}]} 2018-11-09 06:54:09,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-86080aee-a02f-484e-a432-40f0db512a59 2018-11-09 06:54:09,330 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8fa227c-1fab-4063-9bd7-f9d3bca31de8 2018-11-09 06:54:09,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0cc2bd50e6312f5b9b6d4bb53761138103f4df" 2018-11-09 06:54:10,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a123ff49-1c4d-403e-a4ad-fd7d6f92e0b3 Date: Fri, 09 Nov 2018 06:54:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "9bdab8b9-4443-4f0a-b76d-ee53ab9ad586"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:04Z", "security_group_id": "c8fa227c-1fab-4063-9bd7-f9d3bca31de8", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:04Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "feed4a07-01d3-4ba2-9231-5b81d1ff3eae"}]} 2018-11-09 06:54:10,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-a123ff49-1c4d-403e-a4ad-fd7d6f92e0b3 2018-11-09 06:54:10,039 - neutron_utils - INFO - Deleting security group rule with ID - 9bdab8b9-4443-4f0a-b76d-ee53ab9ad586 2018-11-09 06:54:10,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/9bdab8b9-4443-4f0a-b76d-ee53ab9ad586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:10,366 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09c43d85-3a47-4c48-8ca9-593b22cd4f86 Content-Length: 0 Date: Fri, 09 Nov 2018 06:54:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:10,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/9bdab8b9-4443-4f0a-b76d-ee53ab9ad586 used request id req-09c43d85-3a47-4c48-8ca9-593b22cd4f86 2018-11-09 06:54:10,366 - neutron_utils - INFO - Deleting security group rule with ID - feed4a07-01d3-4ba2-9231-5b81d1ff3eae 2018-11-09 06:54:10,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/feed4a07-01d3-4ba2-9231-5b81d1ff3eae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:11,317 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32fdde7c-5904-4f43-bb3a-be9ecf6bf0b1 Content-Length: 0 Date: Fri, 09 Nov 2018 06:54:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:11,317 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/feed4a07-01d3-4ba2-9231-5b81d1ff3eae used request id req-32fdde7c-5904-4f43-bb3a-be9ecf6bf0b1 2018-11-09 06:54:11,317 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-f6aabca4-3f59-437-name 2018-11-09 06:54:11,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a7e95e7917abd1d8e8c6e2023810a19759ea1c6" 2018-11-09 06:54:11,626 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cde3b070-1b0a-4e74-be68-2474ceac22a2 Content-Length: 0 Date: Fri, 09 Nov 2018 06:54:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:11,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-cde3b070-1b0a-4e74-be68-2474ceac22a2 2018-11-09 06:54:11,627 - neutron_utils - INFO - Deleting security group rule with ID - feed4a07-01d3-4ba2-9231-5b81d1ff3eae 2018-11-09 06:54:11,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/feed4a07-01d3-4ba2-9231-5b81d1ff3eae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0cc2bd50e6312f5b9b6d4bb53761138103f4df" 2018-11-09 06:54:11,823 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-2c4319c4-8532-401c-b58f-717ab3c63a6a Date: Fri, 09 Nov 2018 06:54:11 GMT RESP BODY: {"NeutronError": {"message": "Security group rule feed4a07-01d3-4ba2-9231-5b81d1ff3eae does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 06:54:11,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/feed4a07-01d3-4ba2-9231-5b81d1ff3eae used request id req-2c4319c4-8532-401c-b58f-717ab3c63a6a 2018-11-09 06:54:11,824 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule feed4a07-01d3-4ba2-9231-5b81d1ff3eae does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 06:54:11,824 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule feed4a07-01d3-4ba2-9231-5b81d1ff3eae does not exist Neutron server returns request_ids: ['req-2c4319c4-8532-401c-b58f-717ab3c63a6a'] 2018-11-09 06:54:11,825 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-f6aabca4-3f59-437-name 2018-11-09 06:54:11,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c8fa227c-1fab-4063-9bd7-f9d3bca31de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0cc2bd50e6312f5b9b6d4bb53761138103f4df" 2018-11-09 06:54:12,002 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-abbea0ff-ae1f-4421-90fc-636e8006ae43 Date: Fri, 09 Nov 2018 06:54:11 GMT RESP BODY: {"NeutronError": {"message": "Security group c8fa227c-1fab-4063-9bd7-f9d3bca31de8 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-09 06:54:12,002 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c8fa227c-1fab-4063-9bd7-f9d3bca31de8 used request id req-abbea0ff-ae1f-4421-90fc-636e8006ae43 2018-11-09 06:54:12,002 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group c8fa227c-1fab-4063-9bd7-f9d3bca31de8 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-09 06:54:12,003 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group c8fa227c-1fab-4063-9bd7-f9d3bca31de8 does not exist Neutron server returns request_ids: ['req-abbea0ff-ae1f-4421-90fc-636e8006ae43'] 2018-11-09 06:54:12,003 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-f6aabca4-3f59-437-user1 2018-11-09 06:54:12,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/f9eeda777315498095b8bbbfd01f91db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93081e68101d932575009fc579f25e466c22fc6d" 2018-11-09 06:54:12,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:54:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77d4575a-e119-46a4-b968-c49b03e77b5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:54:12,177 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f9eeda777315498095b8bbbfd01f91db used request id req-77d4575a-e119-46a4-b968-c49b03e77b5c 2018-11-09 06:54:12,177 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-f6aabca4-3f59-437-user2 2018-11-09 06:54:12,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/9572d054000949c7844a7c54c371faf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5839cd98599f2cad9f266a914ce76ad0525dd8" 2018-11-09 06:54:12,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:54:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ec12219-e3fa-4cfd-9a69-bd6c914fce9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:54:12,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/9572d054000949c7844a7c54c371faf1 used request id req-4ec12219-e3fa-4cfd-9a69-bd6c914fce9b 2018-11-09 06:54:12,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:12,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-ee4166f8-1e29-4620-b7c1-5e71abf12408 Date: Fri, 09 Nov 2018 06:54:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:27Z", "updated_at": "2018-11-09T06:53:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "c92bb8b0-9370-4a3e-bf7c-0d600f20a99c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "7d6b3e40-7648-4857-aa1a-b3e289bfa3d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "671caa97-9277-430a-9be6-f1bc50a17529", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "0534a9a8-a929-4d3a-b221-305226575fff", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:03Z", "updated_at": "2018-11-09T06:54:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:03Z", "revision_number": 0, "id": "ba7b9d9b-d4d0-4371-937f-111ee4375ddd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:03Z", "security_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv4", "project_id": "72027248c901467ba987ee67275c912f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:03Z", "revision_number": 0, "id": "52db3712-d95c-4888-8ba2-7023fc8233cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:03Z", "security_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv6", "project_id": "72027248c901467ba987ee67275c912f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:03Z", "revision_number": 0, "id": "2d095ac5-ad3f-47a4-9b69-f1735a71cc0b", "remote_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:03Z", "security_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv6", "project_id": "72027248c901467ba987ee67275c912f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:54:03Z", "revision_number": 0, "id": "f329bb0d-ce3a-4271-b1a0-5fc1616cbb31", "remote_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "remote_ip_prefix": null, "created_at": "2018-11-09T06:54:03Z", "security_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "tenant_id": "72027248c901467ba987ee67275c912f", "port_range_min": null, "ethertype": "IPv4", "project_id": "72027248c901467ba987ee67275c912f"}], "revision_number": 4, "project_id": "72027248c901467ba987ee67275c912f", "id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}]} 2018-11-09 06:54:12,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-ee4166f8-1e29-4620-b7c1-5e71abf12408 2018-11-09 06:54:12,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:12,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cd6ddd4-6c46-4226-9a97-d24d2f864ab0 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:54:12,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-5cd6ddd4-6c46-4226-9a97-d24d2f864ab0 2018-11-09 06:54:12,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:12,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95037272-7233-4e73-8fed-a0e90269a30b 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 06:54:12,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-95037272-7233-4e73-8fed-a0e90269a30b 2018-11-09 06:54:12,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:12,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-726e1e2d-b740-4957-a088-09397a17effe Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f"}, "enabled": true, "id": "72027248c901467ba987ee67275c912f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-f6aabca4-3f59-437-name"}} 2018-11-09 06:54:12,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f used request id req-726e1e2d-b740-4957-a088-09397a17effe 2018-11-09 06:54:12,991 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 74de51e9-9868-46f3-aaf8-a14f0399f9af 2018-11-09 06:54:12,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=74de51e9-9868-46f3-aaf8-a14f0399f9af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:13,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-623c2b83-2f51-460d-86bd-337ef6953e81 Date: Fri, 09 Nov 2018 06:54:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:03Z", "security_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:03Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "2d095ac5-ad3f-47a4-9b69-f1735a71cc0b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:03Z", "security_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:03Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "52db3712-d95c-4888-8ba2-7023fc8233cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:03Z", "security_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:03Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "ba7b9d9b-d4d0-4371-937f-111ee4375ddd"}, {"remote_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:54:03Z", "security_group_id": "74de51e9-9868-46f3-aaf8-a14f0399f9af", "port_range_min": null, "revision_number": 0, "tenant_id": "72027248c901467ba987ee67275c912f", "created_at": "2018-11-09T06:54:03Z", "project_id": "72027248c901467ba987ee67275c912f", "id": "f329bb0d-ce3a-4271-b1a0-5fc1616cbb31"}]} 2018-11-09 06:54:13,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=74de51e9-9868-46f3-aaf8-a14f0399f9af used request id req-623c2b83-2f51-460d-86bd-337ef6953e81 2018-11-09 06:54:13,179 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 06:54:13,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/74de51e9-9868-46f3-aaf8-a14f0399f9af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:14,159 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdc76f77-3fb7-4f9f-9399-03a8cb71428a Content-Length: 0 Date: Fri, 09 Nov 2018 06:54:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:14,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/74de51e9-9868-46f3-aaf8-a14f0399f9af used request id req-fdc76f77-3fb7-4f9f-9399-03a8cb71428a 2018-11-09 06:54:14,160 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-f6aabca4-3f59-437-name 2018-11-09 06:54:14,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:14,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82603cef-f473-4111-a323-0fa1b7a0ff6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:54:14,332 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/72027248c901467ba987ee67275c912f used request id req-82603cef-f473-4111-a323-0fa1b7a0ff6d 2018-11-09 06:54:14,332 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-f6aabca4-3f59-437-name-role 2018-11-09 06:54:14,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/e2c358038ed747dabc5cab3a3b3de53f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:14,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c209a04-8646-4a53-a682-55272194f8d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 06:54:14,568 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/e2c358038ed747dabc5cab3a3b3de53f used request id req-5c209a04-8646-4a53-a682-55272194f8d3 2018-11-09 06:54:14,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2dc3018bb2f5ebcf540434898cdbb44c8f4cb7d" 2018-11-09 06:54:14,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-933cdf07-f187-49ef-8b31-f6e4f67aca7c Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 06:54:14,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-933cdf07-f187-49ef-8b31-f6e4f67aca7c 2018-11-09 06:54:14,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:15,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["9kz3jf0HReSWAFBIJ3m1UA"], "issued_at": "2018-11-09T06:54:14.000000Z"}} 2018-11-09 06:54:15,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}412f5a39c7c569c7bda2ef14ac541018d5ef011d" 2018-11-09 06:54:15,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fd0c35d6-773d-4c86-a0b3-2bdedd8ddf8e Date: Fri, 09 Nov 2018 06:54:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 06:54:15,732 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-fd0c35d6-773d-4c86-a0b3-2bdedd8ddf8e 2018-11-09 06:54:15,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}412f5a39c7c569c7bda2ef14ac541018d5ef011d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-ad84de0b-600f-44ac-8436-feba3ff11940"}' 2018-11-09 06:54:16,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9 X-Openstack-Request-Id: req-889ecd78-daea-4da2-a818-154eef9218cb Date: Fri, 09 Nov 2018 06:54:16 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-ad84de0b-600f-44ac-8436-feba3ff11940", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:54:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T06:54:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9", "min_disk": 0, "protected": false, "id": "91b74fda-4132-40f7-aa18-cdf075f5d5b9", "file": "/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9/file", "checksum": null, "owner": "eaa3a8fe44f244bdb42f6df651318422", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 06:54:16,477 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-889ecd78-daea-4da2-a818-154eef9218cb 2018-11-09 06:54:16,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}412f5a39c7c569c7bda2ef14ac541018d5ef011d" -d '' 2018-11-09 06:54:20,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51de9d1b-0271-4fc3-8053-1558c2f432b3 Date: Fri, 09 Nov 2018 06:54:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 06:54:20,326 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9/file used request id req-51de9d1b-0271-4fc3-8053-1558c2f432b3 2018-11-09 06:54:20,326 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 06:54:20,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}412f5a39c7c569c7bda2ef14ac541018d5ef011d" 2018-11-09 06:54:21,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-008c008e-1cc3-4181-b155-b3a4492e9dd9 Date: Fri, 09 Nov 2018 06:54:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-ad84de0b-600f-44ac-8436-feba3ff11940", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:54:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T06:54:20Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9/snap", "metadata": {}}], "self": "/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9", "min_disk": 0, "protected": false, "id": "91b74fda-4132-40f7-aa18-cdf075f5d5b9", "file": "/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 06:54:21,060 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9 used request id req-008c008e-1cc3-4181-b155-b3a4492e9dd9 2018-11-09 06:54:21,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}412f5a39c7c569c7bda2ef14ac541018d5ef011d" 2018-11-09 06:54:21,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3400dc9b-ef06-409a-a5a4-33690d02a54e Date: Fri, 09 Nov 2018 06:54:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 06:54:21,623 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-3400dc9b-ef06-409a-a5a4-33690d02a54e 2018-11-09 06:54:21,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-ad84de0b-600f-44ac-8436-feba3ff11940 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}412f5a39c7c569c7bda2ef14ac541018d5ef011d" 2018-11-09 06:54:21,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-013f5a1a-d3ba-42e1-bba3-7e79f284598c Date: Fri, 09 Nov 2018 06:54:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-ad84de0b-600f-44ac-8436-feba3ff11940", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:54:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T06:54:20Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9/snap", "metadata": {}}], "self": "/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9", "min_disk": 0, "protected": false, "id": "91b74fda-4132-40f7-aa18-cdf075f5d5b9", "file": "/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-ad84de0b-600f-44ac-8436-feba3ff11940"} 2018-11-09 06:54:21,796 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-ad84de0b-600f-44ac-8436-feba3ff11940 used request id req-013f5a1a-d3ba-42e1-bba3-7e79f284598c 2018-11-09 06:54:21,797 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-ad84de0b-600f-44ac-8436-feba3ff11940 2018-11-09 06:54:21,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}412f5a39c7c569c7bda2ef14ac541018d5ef011d" 2018-11-09 06:54:23,828 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93161cff-dde3-4efb-81a0-d35ac1112c6a Date: Fri, 09 Nov 2018 06:54:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 06:54:23,828 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/91b74fda-4132-40f7-aa18-cdf075f5d5b9 used request id req-93161cff-dde3-4efb-81a0-d35ac1112c6a 2018-11-09 06:54:23,830 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-09 06:54:23,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:24,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["-eLkK-P3TSSscDTCxQKI7g"], "issued_at": "2018-11-09T06:54:24.000000Z"}} 2018-11-09 06:54:24,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7e715b684a99c1ffdc4b88a4909c2b4085863e" 2018-11-09 06:54:24,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-620f14a3-e9cd-4802-b3b6-ca4486611015 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:24,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-620f14a3-e9cd-4802-b3b6-ca4486611015 2018-11-09 06:54:24,301 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-1bbfe89a-9db6-4db6-bfae-3995fadd8b29-pub-net 2018-11-09 06:54:24,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7e715b684a99c1ffdc4b88a4909c2b4085863e" -d '{"network": {"name": "NeutronUtilsNetworkTests-1bbfe89a-9db6-4db6-bfae-3995fadd8b29-pub-net", "admin_state_up": true}}' 2018-11-09 06:54:24,902 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-aac31a75-8207-446e-b835-5033cf80d9ee Date: Fri, 09 Nov 2018 06:54:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"066c3b4d-add6-485b-bcae-ff5586ec3c2d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:24Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-1bbfe89a-9db6-4db6-bfae-3995fadd8b29-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:24Z","mtu":1450}} 2018-11-09 06:54:24,902 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-aac31a75-8207-446e-b835-5033cf80d9ee 2018-11-09 06:54:24,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=066c3b4d-add6-485b-bcae-ff5586ec3c2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7e715b684a99c1ffdc4b88a4909c2b4085863e" 2018-11-09 06:54:25,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-d42972e1-eb88-46b5-9f55-c83b001a3bd0 Date: Fri, 09 Nov 2018 06:54:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"066c3b4d-add6-485b-bcae-ff5586ec3c2d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:24Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-1bbfe89a-9db6-4db6-bfae-3995fadd8b29-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:24Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:25,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=066c3b4d-add6-485b-bcae-ff5586ec3c2d used request id req-d42972e1-eb88-46b5-9f55-c83b001a3bd0 2018-11-09 06:54:25,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=066c3b4d-add6-485b-bcae-ff5586ec3c2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7e715b684a99c1ffdc4b88a4909c2b4085863e" 2018-11-09 06:54:25,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aadd7728-b3f9-403d-aff3-98e4967d2104 Date: Fri, 09 Nov 2018 06:54:25 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:54:25,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=066c3b4d-add6-485b-bcae-ff5586ec3c2d used request id req-aadd7728-b3f9-403d-aff3-98e4967d2104 2018-11-09 06:54:25,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=066c3b4d-add6-485b-bcae-ff5586ec3c2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7e715b684a99c1ffdc4b88a4909c2b4085863e" 2018-11-09 06:54:26,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-09848d42-6c76-43b7-b3e3-46bdd407ce98 Date: Fri, 09 Nov 2018 06:54:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"066c3b4d-add6-485b-bcae-ff5586ec3c2d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:24Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-1bbfe89a-9db6-4db6-bfae-3995fadd8b29-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:24Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:26,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=066c3b4d-add6-485b-bcae-ff5586ec3c2d used request id req-09848d42-6c76-43b7-b3e3-46bdd407ce98 2018-11-09 06:54:26,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=066c3b4d-add6-485b-bcae-ff5586ec3c2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7e715b684a99c1ffdc4b88a4909c2b4085863e" 2018-11-09 06:54:26,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ab79ca2c-6b47-4e6d-b28d-7661a67fa060 Date: Fri, 09 Nov 2018 06:54:26 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:54:26,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=066c3b4d-add6-485b-bcae-ff5586ec3c2d used request id req-ab79ca2c-6b47-4e6d-b28d-7661a67fa060 2018-11-09 06:54:26,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsNetworkTests-1bbfe89a-9db6-4db6-bfae-3995fadd8b29-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7e715b684a99c1ffdc4b88a4909c2b4085863e" 2018-11-09 06:54:26,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-63cdeefc-b5df-4392-9a77-e588dd3bfb31 Date: Fri, 09 Nov 2018 06:54:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"066c3b4d-add6-485b-bcae-ff5586ec3c2d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:24Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-1bbfe89a-9db6-4db6-bfae-3995fadd8b29-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:24Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:26,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsNetworkTests-1bbfe89a-9db6-4db6-bfae-3995fadd8b29-pub-net used request id req-63cdeefc-b5df-4392-9a77-e588dd3bfb31 2018-11-09 06:54:26,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:54:26,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:54: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:54:26,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7e715b684a99c1ffdc4b88a4909c2b4085863e" 2018-11-09 06:54:27,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-063b5442-e022-4166-9384-27f9ddae6c8d 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:54:27,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-063b5442-e022-4166-9384-27f9ddae6c8d 2018-11-09 06:54:27,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=066c3b4d-add6-485b-bcae-ff5586ec3c2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7e715b684a99c1ffdc4b88a4909c2b4085863e" 2018-11-09 06:54:27,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-facfe179-4a09-4d40-84a0-0a981094006d Date: Fri, 09 Nov 2018 06:54:27 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:54:27,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=066c3b4d-add6-485b-bcae-ff5586ec3c2d used request id req-facfe179-4a09-4d40-84a0-0a981094006d 2018-11-09 06:54:27,783 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-1bbfe89a-9db6-4db6-bfae-3995fadd8b29-pub-net 2018-11-09 06:54:27,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/066c3b4d-add6-485b-bcae-ff5586ec3c2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7e715b684a99c1ffdc4b88a4909c2b4085863e" 2018-11-09 06:54:28,482 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85bc61fb-bb87-43f2-9823-143ce152c057 Date: Fri, 09 Nov 2018 06:54:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:28,482 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/066c3b4d-add6-485b-bcae-ff5586ec3c2d used request id req-85bc61fb-bb87-43f2-9823-143ce152c057 2018-11-09 06:54:28,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:28,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["0SD5sl_jRIGen3tDWgmrMQ"], "issued_at": "2018-11-09T06:54:28.000000Z"}} 2018-11-09 06:54:28,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a6f8e87256c7085fdb2d9dca77fb244a833ede" 2018-11-09 06:54:29,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bbebe41-c32d-4fcc-903d-aa87ab059984 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:29,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3bbebe41-c32d-4fcc-903d-aa87ab059984 2018-11-09 06:54:29,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:29,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["SsGThtefSm-GFhTapJvmaA"], "issued_at": "2018-11-09T06:54:29.000000Z"}} 2018-11-09 06:54:29,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21986e2e6cc098a6a800a9ab5c3290155849ad1f" 2018-11-09 06:54:29,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33b74fd1-4295-44e4-8a3b-500b8a2f15f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:29,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-33b74fd1-4295-44e4-8a3b-500b8a2f15f6 2018-11-09 06:54:29,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:29,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["Zln0rTeLQMa2OTceZPlZ4w"], "issued_at": "2018-11-09T06:54:29.000000Z"}} 2018-11-09 06:54:29,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:29,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-919b55a4-9121-440a-b129-93e02eb6c54f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:29,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-919b55a4-9121-440a-b129-93e02eb6c54f 2018-11-09 06:54:29,988 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-net 2018-11-09 06:54:29,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" -d '{"network": {"name": "NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-net", "admin_state_up": true}}' 2018-11-09 06:54:30,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2d0c97ec-1b15-4f46-a505-cc137f677d2b Date: Fri, 09 Nov 2018 06:54:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:30Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:30Z","mtu":1450}} 2018-11-09 06:54:30,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-2d0c97ec-1b15-4f46-a505-cc137f677d2b 2018-11-09 06:54:30,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:30,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d25f3e0f-b148-4ae7-be0d-4eb511e9569d Date: Fri, 09 Nov 2018 06:54:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:30Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:30Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:30,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 used request id req-d25f3e0f-b148-4ae7-be0d-4eb511e9569d 2018-11-09 06:54:30,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:30,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6f37c1ca-3aae-423d-94e6-82a85e34d10b Date: Fri, 09 Nov 2018 06:54:30 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:54:30,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 used request id req-6f37c1ca-3aae-423d-94e6-82a85e34d10b 2018-11-09 06:54:30,962 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet 2018-11-09 06:54:30,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" -d '{"subnets": [{"ip_version": 4, "network_id": "eadc9c59-e7fd-47de-aafd-d9af0d3e5a59", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet"}]}' 2018-11-09 06:54:31,699 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-83a32a21-6d34-4796-93fd-00324b934727 Date: Fri, 09 Nov 2018 06:54:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:31Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:31Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"e4baa189-2ff2-4378-a435-0cb148fe1dee","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet"}]} 2018-11-09 06:54:31,699 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-83a32a21-6d34-4796-93fd-00324b934727 2018-11-09 06:54:31,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:31,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-03feb51c-bb97-4a74-a29f-493e305c3cf5 Date: Fri, 09 Nov 2018 06:54:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e4baa189-2ff2-4378-a435-0cb148fe1dee"],"description":"","tags":[],"updated_at":"2018-11-09T06:54:31Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:30Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:31,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 used request id req-03feb51c-bb97-4a74-a29f-493e305c3cf5 2018-11-09 06:54:31,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:31,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-af81bc8e-3a6f-435d-910d-e4980075b60c Date: Fri, 09 Nov 2018 06:54:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:31Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e4baa189-2ff2-4378-a435-0cb148fe1dee","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet"}]} 2018-11-09 06:54:31,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 used request id req-af81bc8e-3a6f-435d-910d-e4980075b60c 2018-11-09 06:54:31,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:32,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8500633b-4638-4ac5-8d49-ea47f0a7afa6 Date: Fri, 09 Nov 2018 06:54:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e4baa189-2ff2-4378-a435-0cb148fe1dee"],"description":"","tags":[],"updated_at":"2018-11-09T06:54:31Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:30Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:32,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-net used request id req-8500633b-4638-4ac5-8d49-ea47f0a7afa6 2018-11-09 06:54:32,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:54:32,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:54: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:54:32,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:32,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b06a78f7-ef68-4854-8991-61e1e20f1d41 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:54:32,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-b06a78f7-ef68-4854-8991-61e1e20f1d41 2018-11-09 06:54:32,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:32,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f8ce159f-493d-4406-8bd3-b00f025c6c31 Date: Fri, 09 Nov 2018 06:54:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:31Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e4baa189-2ff2-4378-a435-0cb148fe1dee","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet"}]} 2018-11-09 06:54:32,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 used request id req-f8ce159f-493d-4406-8bd3-b00f025c6c31 2018-11-09 06:54:32,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59&name=NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:32,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ec60f275-8166-4b78-b33a-771974840d86 Date: Fri, 09 Nov 2018 06:54:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:31Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e4baa189-2ff2-4378-a435-0cb148fe1dee","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet"}]} 2018-11-09 06:54:32,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59&name=NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet used request id req-ec60f275-8166-4b78-b33a-771974840d86 2018-11-09 06:54:32,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59&name=NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:32,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f5a6a3bc-3c35-41dd-8c32-c3db65ee1636 Date: Fri, 09 Nov 2018 06:54:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:31Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e4baa189-2ff2-4378-a435-0cb148fe1dee","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet"}]} 2018-11-09 06:54:32,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59&name=NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet used request id req-f5a6a3bc-3c35-41dd-8c32-c3db65ee1636 2018-11-09 06:54:32,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:32,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a5cf1456-2fb0-48f2-b92a-39cb1495458b Date: Fri, 09 Nov 2018 06:54:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:31Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e4baa189-2ff2-4378-a435-0cb148fe1dee","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet"}]} 2018-11-09 06:54:32,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 used request id req-a5cf1456-2fb0-48f2-b92a-39cb1495458b 2018-11-09 06:54:32,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:33,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-545af8b9-8539-4dcc-b8cd-3e901c9d7954 Date: Fri, 09 Nov 2018 06:54:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eadc9c59-e7fd-47de-aafd-d9af0d3e5a59","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:31Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e4baa189-2ff2-4378-a435-0cb148fe1dee","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet"}]} 2018-11-09 06:54:33,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet used request id req-545af8b9-8539-4dcc-b8cd-3e901c9d7954 2018-11-09 06:54:33,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:33,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-964e92a1-1ad1-45a3-9796-f6f5eb005cd7 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:54:33,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-964e92a1-1ad1-45a3-9796-f6f5eb005cd7 2018-11-09 06:54:33,123 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet 2018-11-09 06:54:33,123 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-subnet 2018-11-09 06:54:33,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/e4baa189-2ff2-4378-a435-0cb148fe1dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:34,846 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4acd6d4d-7558-4bd7-a73f-5978b73fdce2 Date: Fri, 09 Nov 2018 06:54:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:34,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/e4baa189-2ff2-4378-a435-0cb148fe1dee used request id req-4acd6d4d-7558-4bd7-a73f-5978b73fdce2 2018-11-09 06:54:34,847 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-df1fee25-ac33-4422-a52a-d82c7c18e186-pub-net 2018-11-09 06:54:34,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b248bd8d3121d8df4f827fd0307febb814e8cd0" 2018-11-09 06:54:36,395 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e1a4134d-4dac-44fb-8935-39d67789a38c Date: Fri, 09 Nov 2018 06:54:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:36,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/eadc9c59-e7fd-47de-aafd-d9af0d3e5a59 used request id req-e1a4134d-4dac-44fb-8935-39d67789a38c 2018-11-09 06:54:36,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:36,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["vfP5GeYkQsSoZH2koOYX1Q"], "issued_at": "2018-11-09T06:54:36.000000Z"}} 2018-11-09 06:54:36,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67dcc388b157d8e7af54afec77f9d108de240db7" 2018-11-09 06:54:36,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64ad5650-b7c4-4c0f-af99-09d205d51ead Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:36,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-64ad5650-b7c4-4c0f-af99-09d205d51ead 2018-11-09 06:54:36,893 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-edde066e-847c-4849-9487-1d1b75abac1e-pub-net 2018-11-09 06:54:36,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67dcc388b157d8e7af54afec77f9d108de240db7" -d '{"network": {"name": "NeutronUtilsSubnetTests-edde066e-847c-4849-9487-1d1b75abac1e-pub-net", "admin_state_up": true}}' 2018-11-09 06:54:37,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-621bdbf5-a325-4019-a6b6-aaf41bb4558a Date: Fri, 09 Nov 2018 06:54:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"78f5e9d9-5594-4c02-8928-0693696ab366","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:36Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-edde066e-847c-4849-9487-1d1b75abac1e-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:36Z","mtu":1450}} 2018-11-09 06:54:37,370 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-621bdbf5-a325-4019-a6b6-aaf41bb4558a 2018-11-09 06:54:37,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=78f5e9d9-5594-4c02-8928-0693696ab366 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67dcc388b157d8e7af54afec77f9d108de240db7" 2018-11-09 06:54:37,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-c42900c3-6202-4bf5-b263-e8e383889318 Date: Fri, 09 Nov 2018 06:54:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"78f5e9d9-5594-4c02-8928-0693696ab366","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:36Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-edde066e-847c-4849-9487-1d1b75abac1e-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:36Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:37,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=78f5e9d9-5594-4c02-8928-0693696ab366 used request id req-c42900c3-6202-4bf5-b263-e8e383889318 2018-11-09 06:54:37,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=78f5e9d9-5594-4c02-8928-0693696ab366 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67dcc388b157d8e7af54afec77f9d108de240db7" 2018-11-09 06:54:37,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e2498d25-4ce7-428b-883c-02ae96b6526b Date: Fri, 09 Nov 2018 06:54:37 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:54:37,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=78f5e9d9-5594-4c02-8928-0693696ab366 used request id req-e2498d25-4ce7-428b-883c-02ae96b6526b 2018-11-09 06:54:37,787 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-edde066e-847c-4849-9487-1d1b75abac1e-pub-subnet 2018-11-09 06:54:37,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67dcc388b157d8e7af54afec77f9d108de240db7" -d '{"subnets": [{"ip_version": 4, "network_id": "78f5e9d9-5594-4c02-8928-0693696ab366", "cidr": "", "name": "NeutronUtilsSubnetTests-edde066e-847c-4849-9487-1d1b75abac1e-pub-subnet"}]}' 2018-11-09 06:54:37,977 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-73553235-9bab-4af0-8374-7b56272f0f8c Date: Fri, 09 Nov 2018 06:54:37 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 06:54:37,977 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-73553235-9bab-4af0-8374-7b56272f0f8c 2018-11-09 06:54:37,977 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 06:54:37,977 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-edde066e-847c-4849-9487-1d1b75abac1e-pub-subnet] for network [NeutronUtilsSubnetTests-edde066e-847c-4849-9487-1d1b75abac1e-pub-net] 2018-11-09 06:54:37,978 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-edde066e-847c-4849-9487-1d1b75abac1e-pub-net 2018-11-09 06:54:37,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/78f5e9d9-5594-4c02-8928-0693696ab366 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67dcc388b157d8e7af54afec77f9d108de240db7" 2018-11-09 06:54:38,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-34a200f8-460d-413e-8a07-3e70f8d764b1 Date: Fri, 09 Nov 2018 06:54:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:38,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/78f5e9d9-5594-4c02-8928-0693696ab366 used request id req-34a200f8-460d-413e-8a07-3e70f8d764b1 2018-11-09 06:54:38,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:39,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["k7kPrczIT42msUndh5o6Jg"], "issued_at": "2018-11-09T06:54:39.000000Z"}} 2018-11-09 06:54:39,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:39,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9884fa15-6e31-4683-b39a-ef13f049b102 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:39,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9884fa15-6e31-4683-b39a-ef13f049b102 2018-11-09 06:54:39,239 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-net 2018-11-09 06:54:39,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" -d '{"network": {"name": "NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-net", "admin_state_up": true}}' 2018-11-09 06:54:39,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-4620ecff-bff6-45da-a226-4f0aea50edf9 Date: Fri, 09 Nov 2018 06:54:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0a0f5ef1-c1da-4655-a918-30073456330f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:39Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:39Z","mtu":1450}} 2018-11-09 06:54:39,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-4620ecff-bff6-45da-a226-4f0aea50edf9 2018-11-09 06:54:39,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0a0f5ef1-c1da-4655-a918-30073456330f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:39,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-22814692-1cb8-43bd-874b-6b3747598835 Date: Fri, 09 Nov 2018 06:54:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a0f5ef1-c1da-4655-a918-30073456330f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:39Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:39Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:39,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0a0f5ef1-c1da-4655-a918-30073456330f used request id req-22814692-1cb8-43bd-874b-6b3747598835 2018-11-09 06:54:39,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:40,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d08b477e-0206-4c5a-9af5-4ce9ffd48f40 Date: Fri, 09 Nov 2018 06:54:40 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:54:40,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f used request id req-d08b477e-0206-4c5a-9af5-4ce9ffd48f40 2018-11-09 06:54:40,244 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet 2018-11-09 06:54:40,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" -d '{"subnets": [{"ip_version": 4, "network_id": "0a0f5ef1-c1da-4655-a918-30073456330f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet"}]}' 2018-11-09 06:54:40,759 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6511ce13-ec24-43a4-941d-56ef22bd8b0e Date: Fri, 09 Nov 2018 06:54:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a0f5ef1-c1da-4655-a918-30073456330f","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:40Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:40Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"92ffdcf0-1dca-4f10-867a-2867f7fbe0ab","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet"}]} 2018-11-09 06:54:40,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-6511ce13-ec24-43a4-941d-56ef22bd8b0e 2018-11-09 06:54:40,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0a0f5ef1-c1da-4655-a918-30073456330f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:41,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-07733f9f-de32-4c0c-a17d-b2fdb6a09548 Date: Fri, 09 Nov 2018 06:54:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0a0f5ef1-c1da-4655-a918-30073456330f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["92ffdcf0-1dca-4f10-867a-2867f7fbe0ab"],"description":"","tags":[],"updated_at":"2018-11-09T06:54:40Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:39Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:41,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0a0f5ef1-c1da-4655-a918-30073456330f used request id req-07733f9f-de32-4c0c-a17d-b2fdb6a09548 2018-11-09 06:54:41,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:41,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dd23b9c5-93dc-4b9f-bbf6-34d27b43a9a9 Date: Fri, 09 Nov 2018 06:54:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a0f5ef1-c1da-4655-a918-30073456330f","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:40Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"92ffdcf0-1dca-4f10-867a-2867f7fbe0ab","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet"}]} 2018-11-09 06:54:41,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f used request id req-dd23b9c5-93dc-4b9f-bbf6-34d27b43a9a9 2018-11-09 06:54:41,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:41,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fe4acae7-65a9-491e-8244-593d8eb23ecc Date: Fri, 09 Nov 2018 06:54:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0a0f5ef1-c1da-4655-a918-30073456330f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["92ffdcf0-1dca-4f10-867a-2867f7fbe0ab"],"description":"","tags":[],"updated_at":"2018-11-09T06:54:40Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:39Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:41,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-net used request id req-fe4acae7-65a9-491e-8244-593d8eb23ecc 2018-11-09 06:54:41,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:54:41,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:54: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:54:41,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:41,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c63ae344-ae6f-4506-9ca7-83d521457da1 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:54:41,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-c63ae344-ae6f-4506-9ca7-83d521457da1 2018-11-09 06:54:41,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:41,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6887076c-0fb1-46ec-9415-4ae0f0306895 Date: Fri, 09 Nov 2018 06:54:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a0f5ef1-c1da-4655-a918-30073456330f","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:40Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"92ffdcf0-1dca-4f10-867a-2867f7fbe0ab","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet"}]} 2018-11-09 06:54:41,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f used request id req-6887076c-0fb1-46ec-9415-4ae0f0306895 2018-11-09 06:54:41,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f&name=NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:42,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9ce4e962-48ba-4240-883d-f5724ecb9934 Date: Fri, 09 Nov 2018 06:54:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a0f5ef1-c1da-4655-a918-30073456330f","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:40Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"92ffdcf0-1dca-4f10-867a-2867f7fbe0ab","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet"}]} 2018-11-09 06:54:42,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f&name=NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet used request id req-9ce4e962-48ba-4240-883d-f5724ecb9934 2018-11-09 06:54:42,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f&name=NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:42,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1a4fbf64-e8d3-4ce8-a8ca-7e98e5703c1c Date: Fri, 09 Nov 2018 06:54:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a0f5ef1-c1da-4655-a918-30073456330f","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:40Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"92ffdcf0-1dca-4f10-867a-2867f7fbe0ab","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet"}]} 2018-11-09 06:54:42,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f&name=NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet used request id req-1a4fbf64-e8d3-4ce8-a8ca-7e98e5703c1c 2018-11-09 06:54:42,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:42,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1f32ea09-6da7-4f05-9683-b3adccf47aa2 Date: Fri, 09 Nov 2018 06:54:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a0f5ef1-c1da-4655-a918-30073456330f","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:40Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"92ffdcf0-1dca-4f10-867a-2867f7fbe0ab","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet"}]} 2018-11-09 06:54:42,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0a0f5ef1-c1da-4655-a918-30073456330f used request id req-1f32ea09-6da7-4f05-9683-b3adccf47aa2 2018-11-09 06:54:42,844 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet 2018-11-09 06:54:42,845 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-subnet 2018-11-09 06:54:42,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/92ffdcf0-1dca-4f10-867a-2867f7fbe0ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:44,873 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-51b86119-4911-48c7-8f90-e64e38943c31 Date: Fri, 09 Nov 2018 06:54:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:44,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/92ffdcf0-1dca-4f10-867a-2867f7fbe0ab used request id req-51b86119-4911-48c7-8f90-e64e38943c31 2018-11-09 06:54:44,873 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-66365ef0-e943-4b58-a132-ab2a98f27ca1-pub-net 2018-11-09 06:54:44,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/0a0f5ef1-c1da-4655-a918-30073456330f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45421e473f0bcf526e382c17f86c81ca5ba7923c" 2018-11-09 06:54:46,272 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8265cf6b-26f4-4310-bf07-7d3ae73ecd5f Date: Fri, 09 Nov 2018 06:54:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:46,272 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/0a0f5ef1-c1da-4655-a918-30073456330f used request id req-8265cf6b-26f4-4310-bf07-7d3ae73ecd5f 2018-11-09 06:54:46,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:46,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["FRrap6tMQaqjJBrrrwup-A"], "issued_at": "2018-11-09T06:54:46.000000Z"}} 2018-11-09 06:54:46,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bde344a73a5aab98f689c45531a2a05a2d90c42" 2018-11-09 06:54:46,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3859eb9-c0fd-4caf-8ffc-10a2d6d77e54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:46,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f3859eb9-c0fd-4caf-8ffc-10a2d6d77e54 2018-11-09 06:54:46,746 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d7faf88f-12ad-45b7-85c9-9ebfdcbbaf9d-pub-net 2018-11-09 06:54:46,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bde344a73a5aab98f689c45531a2a05a2d90c42" -d '{"network": {"name": "NeutronUtilsSubnetTests-d7faf88f-12ad-45b7-85c9-9ebfdcbbaf9d-pub-net", "admin_state_up": true}}' 2018-11-09 06:54:47,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-1213b8d2-5466-4423-870b-d5dc577664ff Date: Fri, 09 Nov 2018 06:54: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":"4c376915-38b1-4645-afcb-6edc11dfa930","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:47Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d7faf88f-12ad-45b7-85c9-9ebfdcbbaf9d-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:47Z","mtu":1450}} 2018-11-09 06:54:47,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-1213b8d2-5466-4423-870b-d5dc577664ff 2018-11-09 06:54:47,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=4c376915-38b1-4645-afcb-6edc11dfa930 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bde344a73a5aab98f689c45531a2a05a2d90c42" 2018-11-09 06:54:48,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-df65d740-bfdd-4d69-a5c6-21107ee3e158 Date: Fri, 09 Nov 2018 06:54:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4c376915-38b1-4645-afcb-6edc11dfa930","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:47Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d7faf88f-12ad-45b7-85c9-9ebfdcbbaf9d-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:47Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:48,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=4c376915-38b1-4645-afcb-6edc11dfa930 used request id req-df65d740-bfdd-4d69-a5c6-21107ee3e158 2018-11-09 06:54:48,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4c376915-38b1-4645-afcb-6edc11dfa930 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bde344a73a5aab98f689c45531a2a05a2d90c42" 2018-11-09 06:54:48,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a9c938f0-5b9a-44af-b84b-cc75be8bbd58 Date: Fri, 09 Nov 2018 06:54:48 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:54:48,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4c376915-38b1-4645-afcb-6edc11dfa930 used request id req-a9c938f0-5b9a-44af-b84b-cc75be8bbd58 2018-11-09 06:54:48,268 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d7faf88f-12ad-45b7-85c9-9ebfdcbbaf9d-pub-subnet 2018-11-09 06:54:48,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bde344a73a5aab98f689c45531a2a05a2d90c42" -d '{"subnets": [{"ip_version": 4, "network_id": "4c376915-38b1-4645-afcb-6edc11dfa930", "cidr": null, "name": "NeutronUtilsSubnetTests-d7faf88f-12ad-45b7-85c9-9ebfdcbbaf9d-pub-subnet"}]}' 2018-11-09 06:54:48,500 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-54ae9621-3b31-4590-9eab-bd6094b161a2 Date: Fri, 09 Nov 2018 06:54:48 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-11-09 06:54:48,500 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-54ae9621-3b31-4590-9eab-bd6094b161a2 2018-11-09 06:54:48,500 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-11-09 06:54:48,501 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-d7faf88f-12ad-45b7-85c9-9ebfdcbbaf9d-pub-subnet] for network [NeutronUtilsSubnetTests-d7faf88f-12ad-45b7-85c9-9ebfdcbbaf9d-pub-net] 2018-11-09 06:54:48,501 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d7faf88f-12ad-45b7-85c9-9ebfdcbbaf9d-pub-net 2018-11-09 06:54:48,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/4c376915-38b1-4645-afcb-6edc11dfa930 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bde344a73a5aab98f689c45531a2a05a2d90c42" 2018-11-09 06:54:49,085 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71b2b159-ec80-4284-865e-ec7c9ca51a99 Date: Fri, 09 Nov 2018 06:54:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:49,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/4c376915-38b1-4645-afcb-6edc11dfa930 used request id req-71b2b159-ec80-4284-865e-ec7c9ca51a99 2018-11-09 06:54:49,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:49,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["ejGtLtLiRbGC_gGwzvOh7A"], "issued_at": "2018-11-09T06:54:49.000000Z"}} 2018-11-09 06:54:49,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" 2018-11-09 06:54:49,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09af3c23-1f30-4232-9cc1-e55d7c794a42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:49,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-09af3c23-1f30-4232-9cc1-e55d7c794a42 2018-11-09 06:54:49,568 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-net 2018-11-09 06:54:49,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" -d '{"network": {"name": "NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-net", "admin_state_up": true}}' 2018-11-09 06:54:50,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-bd9e19d8-d006-4f7f-96b8-0fb16a6e9cf9 Date: Fri, 09 Nov 2018 06:54: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":"4297c40b-daf5-40fc-a93a-09ca309af7aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:49Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:49Z","mtu":1450}} 2018-11-09 06:54:50,027 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-bd9e19d8-d006-4f7f-96b8-0fb16a6e9cf9 2018-11-09 06:54:50,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=4297c40b-daf5-40fc-a93a-09ca309af7aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" 2018-11-09 06:54:50,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-778c715e-140d-4ecd-9483-504674476b5b Date: Fri, 09 Nov 2018 06:54:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4297c40b-daf5-40fc-a93a-09ca309af7aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:49Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:49Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:50,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=4297c40b-daf5-40fc-a93a-09ca309af7aa used request id req-778c715e-140d-4ecd-9483-504674476b5b 2018-11-09 06:54:50,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4297c40b-daf5-40fc-a93a-09ca309af7aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" 2018-11-09 06:54:50,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-37d9f2c9-5d48-437a-b423-d1f571fdf563 Date: Fri, 09 Nov 2018 06:54:50 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:54:50,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4297c40b-daf5-40fc-a93a-09ca309af7aa used request id req-37d9f2c9-5d48-437a-b423-d1f571fdf563 2018-11-09 06:54:50,459 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-subnet 2018-11-09 06:54:50,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" -d '{"subnets": [{"ip_version": 4, "network_id": "4297c40b-daf5-40fc-a93a-09ca309af7aa", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-subnet"}]}' 2018-11-09 06:54:51,088 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dfdbe30c-c8a9-4fce-9d6a-03e6fb7c1b56 Date: Fri, 09 Nov 2018 06:54:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4297c40b-daf5-40fc-a93a-09ca309af7aa","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:50Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54: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":"eaa3a8fe44f244bdb42f6df651318422","id":"fb16e94e-5208-4354-a5c7-807f8ac9f16f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-subnet"}]} 2018-11-09 06:54:51,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-dfdbe30c-c8a9-4fce-9d6a-03e6fb7c1b56 2018-11-09 06:54:51,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=4297c40b-daf5-40fc-a93a-09ca309af7aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" 2018-11-09 06:54:51,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-109170eb-d082-4f4d-b983-b5651b160fcd Date: Fri, 09 Nov 2018 06:54:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4297c40b-daf5-40fc-a93a-09ca309af7aa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["fb16e94e-5208-4354-a5c7-807f8ac9f16f"],"description":"","tags":[],"updated_at":"2018-11-09T06:54:50Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:49Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:51,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=4297c40b-daf5-40fc-a93a-09ca309af7aa used request id req-109170eb-d082-4f4d-b983-b5651b160fcd 2018-11-09 06:54:51,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4297c40b-daf5-40fc-a93a-09ca309af7aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" 2018-11-09 06:54:51,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3819d133-98e4-4b34-a18a-0295d453f566 Date: Fri, 09 Nov 2018 06:54:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4297c40b-daf5-40fc-a93a-09ca309af7aa","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:50Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54: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":"eaa3a8fe44f244bdb42f6df651318422","id":"fb16e94e-5208-4354-a5c7-807f8ac9f16f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-subnet"}]} 2018-11-09 06:54:51,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4297c40b-daf5-40fc-a93a-09ca309af7aa used request id req-3819d133-98e4-4b34-a18a-0295d453f566 2018-11-09 06:54:51,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" 2018-11-09 06:54:52,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c3c0980f-f018-45bb-8b7b-82a7993b0d58 Date: Fri, 09 Nov 2018 06:54:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4297c40b-daf5-40fc-a93a-09ca309af7aa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["fb16e94e-5208-4354-a5c7-807f8ac9f16f"],"description":"","tags":[],"updated_at":"2018-11-09T06:54:50Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:49Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:52,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-net used request id req-c3c0980f-f018-45bb-8b7b-82a7993b0d58 2018-11-09 06:54:52,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:54:52,522 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:54: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:54:52,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" 2018-11-09 06:54:52,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85d0a894-1d5b-4106-b753-7d390ea3cd9c 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:54:52,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-85d0a894-1d5b-4106-b753-7d390ea3cd9c 2018-11-09 06:54:52,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4297c40b-daf5-40fc-a93a-09ca309af7aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" 2018-11-09 06:54:52,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1c94edbc-7398-4e77-a5ea-d737eb81136c Date: Fri, 09 Nov 2018 06:54:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4297c40b-daf5-40fc-a93a-09ca309af7aa","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:50Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54: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":"eaa3a8fe44f244bdb42f6df651318422","id":"fb16e94e-5208-4354-a5c7-807f8ac9f16f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-subnet"}]} 2018-11-09 06:54:52,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4297c40b-daf5-40fc-a93a-09ca309af7aa used request id req-1c94edbc-7398-4e77-a5ea-d737eb81136c 2018-11-09 06:54:52,752 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-subnet 2018-11-09 06:54:52,752 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-subnet 2018-11-09 06:54:52,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/fb16e94e-5208-4354-a5c7-807f8ac9f16f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" 2018-11-09 06:54:54,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f8222197-863d-4722-81ce-6a26af6cf3dc Date: Fri, 09 Nov 2018 06:54:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:54,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/fb16e94e-5208-4354-a5c7-807f8ac9f16f used request id req-f8222197-863d-4722-81ce-6a26af6cf3dc 2018-11-09 06:54:54,926 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-2a0d2812-c009-4af7-9147-ffa8d06a07dc-pub-net 2018-11-09 06:54:54,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/4297c40b-daf5-40fc-a93a-09ca309af7aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}443b32aaba00268941cd67533c905edaaf94227b" 2018-11-09 06:54:56,539 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-910c1b70-3810-4b3f-bca1-a390a80f2e8c Date: Fri, 09 Nov 2018 06:54:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:54:56,539 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/4297c40b-daf5-40fc-a93a-09ca309af7aa used request id req-910c1b70-3810-4b3f-bca1-a390a80f2e8c 2018-11-09 06:54:56,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:56,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["UButornKQ_ac_RnDGwahzA"], "issued_at": "2018-11-09T06:54:56.000000Z"}} 2018-11-09 06:54:56,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:57,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b9fec47-8715-4036-9aaf-fc79901ee051 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:57,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8b9fec47-8715-4036-9aaf-fc79901ee051 2018-11-09 06:54:57,032 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-net 2018-11-09 06:54:57,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" -d '{"network": {"name": "NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-net", "admin_state_up": true}}' 2018-11-09 06:54:57,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-43f22cec-d1d7-45af-8c62-601af1982340 Date: Fri, 09 Nov 2018 06:54:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c2d3f488-e303-473d-8532-e574365a744c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:56Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:56Z","mtu":1450}} 2018-11-09 06:54:57,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-43f22cec-d1d7-45af-8c62-601af1982340 2018-11-09 06:54:57,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=c2d3f488-e303-473d-8532-e574365a744c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:57,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-3d049329-f6f2-410e-bfc8-9e77a6cb30dd Date: Fri, 09 Nov 2018 06:54:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c2d3f488-e303-473d-8532-e574365a744c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:54:56Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:56Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:57,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=c2d3f488-e303-473d-8532-e574365a744c used request id req-3d049329-f6f2-410e-bfc8-9e77a6cb30dd 2018-11-09 06:54:57,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c2d3f488-e303-473d-8532-e574365a744c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:57,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-613bead7-bf0e-4976-a753-68008fa528ac Date: Fri, 09 Nov 2018 06:54:57 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:54:57,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c2d3f488-e303-473d-8532-e574365a744c used request id req-613bead7-bf0e-4976-a753-68008fa528ac 2018-11-09 06:54:57,863 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-subnet 2018-11-09 06:54:57,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" -d '{"subnets": [{"ip_version": 4, "network_id": "c2d3f488-e303-473d-8532-e574365a744c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-subnet"}]}' 2018-11-09 06:54:58,392 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0b4e1563-bdb2-46b2-be4e-d3902c023d12 Date: Fri, 09 Nov 2018 06:54:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2d3f488-e303-473d-8532-e574365a744c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:57Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:57Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"3b1bffa1-11a5-4d70-b83e-ff047c575fee","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-subnet"}]} 2018-11-09 06:54:58,392 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-0b4e1563-bdb2-46b2-be4e-d3902c023d12 2018-11-09 06:54:58,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=c2d3f488-e303-473d-8532-e574365a744c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:58,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a2d6d6ba-9f9d-49a7-9f7a-14bd774131fa Date: Fri, 09 Nov 2018 06:54:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c2d3f488-e303-473d-8532-e574365a744c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["3b1bffa1-11a5-4d70-b83e-ff047c575fee"],"description":"","tags":[],"updated_at":"2018-11-09T06:54:57Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:56Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:58,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=c2d3f488-e303-473d-8532-e574365a744c used request id req-a2d6d6ba-9f9d-49a7-9f7a-14bd774131fa 2018-11-09 06:54:58,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c2d3f488-e303-473d-8532-e574365a744c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:58,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-212f7162-16fc-4f61-82fa-9096db0fb6aa Date: Fri, 09 Nov 2018 06:54:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2d3f488-e303-473d-8532-e574365a744c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:57Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"3b1bffa1-11a5-4d70-b83e-ff047c575fee","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-subnet"}]} 2018-11-09 06:54:58,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c2d3f488-e303-473d-8532-e574365a744c used request id req-212f7162-16fc-4f61-82fa-9096db0fb6aa 2018-11-09 06:54:58,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:58,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-83a2d33b-9d39-485e-b176-d1a84b34dd7e Date: Fri, 09 Nov 2018 06:54:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c2d3f488-e303-473d-8532-e574365a744c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["3b1bffa1-11a5-4d70-b83e-ff047c575fee"],"description":"","tags":[],"updated_at":"2018-11-09T06:54:57Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:56Z","provider:network_type":"vxlan"}]} 2018-11-09 06:54:58,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-net used request id req-83a2d33b-9d39-485e-b176-d1a84b34dd7e 2018-11-09 06:54:58,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:54:58,814 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:54: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:54:58,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:58,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e031e7a2-82a3-4460-a862-504850f036d8 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:54:58,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-e031e7a2-82a3-4460-a862-504850f036d8 2018-11-09 06:54:58,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c2d3f488-e303-473d-8532-e574365a744c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:58,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-04c55211-365e-4cd2-8ab2-350d3b92cb1e Date: Fri, 09 Nov 2018 06:54:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2d3f488-e303-473d-8532-e574365a744c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:57Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"3b1bffa1-11a5-4d70-b83e-ff047c575fee","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-subnet"}]} 2018-11-09 06:54:58,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c2d3f488-e303-473d-8532-e574365a744c used request id req-04c55211-365e-4cd2-8ab2-350d3b92cb1e 2018-11-09 06:54:58,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c2d3f488-e303-473d-8532-e574365a744c&name=NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:59,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e2465969-e705-4140-bf78-e94b2ee45825 Date: Fri, 09 Nov 2018 06:54:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2d3f488-e303-473d-8532-e574365a744c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:54:57Z","dns_nameservers":[],"updated_at":"2018-11-09T06:54:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"3b1bffa1-11a5-4d70-b83e-ff047c575fee","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-subnet"}]} 2018-11-09 06:54:59,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c2d3f488-e303-473d-8532-e574365a744c&name=NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-subnet used request id req-e2465969-e705-4140-bf78-e94b2ee45825 2018-11-09 06:54:59,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:54:59,179 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:54:59,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["0fiWv2AqRJCC4n5AogSyOw"], "issued_at": "2018-11-09T06:54:59.000000Z"}} 2018-11-09 06:54:59,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6134c43b678a8f044a40b66d4245483333028f5c" 2018-11-09 06:54:59,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0edadb3-7648-4304-b81e-2154081420ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:54:59,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f0edadb3-7648-4304-b81e-2154081420ab 2018-11-09 06:54:59,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:59,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-5c8ca979-618f-42ef-b5d2-c3e2b67fe877 Date: Fri, 09 Nov 2018 06:54:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:54:59,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-5c8ca979-618f-42ef-b5d2-c3e2b67fe877 2018-11-09 06:54:59,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:54:59,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2e3766be-2e4f-4151-8f45-0d1ec0cb8483 Date: Fri, 09 Nov 2018 06:54:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 06:54:59,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-2e3766be-2e4f-4151-8f45-0d1ec0cb8483 2018-11-09 06:54:59,986 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router 2018-11-09 06:54:59,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router", "admin_state_up": true}}' 2018-11-09 06:55:05,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-dffca617-6097-44e5-815a-89aabe79d373 Date: Fri, 09 Nov 2018 06:55:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:55:00Z", "admin_state_up": true, "updated_at": "2018-11-09T06:55:01Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "66eae7a3-5081-4e7b-938e-4b7a1a42fa64", "name": "NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router"}} 2018-11-09 06:55:05,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-dffca617-6097-44e5-815a-89aabe79d373 2018-11-09 06:55:05,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=66eae7a3-5081-4e7b-938e-4b7a1a42fa64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:05,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-beb11767-3643-4e57-a184-7446de4fa97a Date: Fri, 09 Nov 2018 06:55:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"688304d3-4068-4416-b11e-9d9450975d93","ip_address":"169.254.192.1"}],"id":"05fd00c9-a446-4a8c-8bcb-8100fae42f61","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c1:7d:3d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:02Z","binding:vnic_type":"normal","device_id":"66eae7a3-5081-4e7b-938e-4b7a1a42fa64"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:04Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"688304d3-4068-4416-b11e-9d9450975d93","ip_address":"169.254.192.4"}],"id":"2e992870-fa01-4796-a32c-bdf5f9e09d99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:81:02:7d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:03Z","binding:vnic_type":"normal","device_id":"66eae7a3-5081-4e7b-938e-4b7a1a42fa64"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:03Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"688304d3-4068-4416-b11e-9d9450975d93","ip_address":"169.254.192.2"}],"id":"38b4238b-7d2e-4cee-b69e-d11f57564cd2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:75:cd:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:03Z","binding:vnic_type":"normal","device_id":"66eae7a3-5081-4e7b-938e-4b7a1a42fa64"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:01Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.204"}],"id":"e68df8f0-4852-404e-84f1-e71a40377bf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ca:8d:df","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T06:55:01Z","binding:vnic_type":"normal","device_id":"66eae7a3-5081-4e7b-938e-4b7a1a42fa64"}]} 2018-11-09 06:55:05,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=66eae7a3-5081-4e7b-938e-4b7a1a42fa64 used request id req-beb11767-3643-4e57-a184-7446de4fa97a 2018-11-09 06:55:05,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:05,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-27c5591b-452a-4151-886d-1ada8317aec7 Date: Fri, 09 Nov 2018 06:55:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 06:55:05,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-27c5591b-452a-4151-886d-1ada8317aec7 2018-11-09 06:55:05,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:05,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0094b9a6-ef83-4930-8dbe-17a88870befb Date: Fri, 09 Nov 2018 06:55:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:00Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55: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":"688304d3-4068-4416-b11e-9d9450975d93","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:05,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 used request id req-0094b9a6-ef83-4930-8dbe-17a88870befb 2018-11-09 06:55:05,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:05,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d13e3e27-0bdb-45e2-8a96-27c2d7327708 Date: Fri, 09 Nov 2018 06:55:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:00Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55: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":"688304d3-4068-4416-b11e-9d9450975d93","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:05,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 used request id req-d13e3e27-0bdb-45e2-8a96-27c2d7327708 2018-11-09 06:55:05,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:06,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fd6c7db6-68a1-400e-b556-6a99b7c446ee Date: Fri, 09 Nov 2018 06:55:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:00Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55: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":"688304d3-4068-4416-b11e-9d9450975d93","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:06,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 used request id req-fd6c7db6-68a1-400e-b556-6a99b7c446ee 2018-11-09 06:55:06,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:06,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-c35b6adc-455e-48d2-b77e-4fa572d792a1 Date: Fri, 09 Nov 2018 06:55:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:55:00Z", "admin_state_up": true, "updated_at": "2018-11-09T06:55:04Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "66eae7a3-5081-4e7b-938e-4b7a1a42fa64", "name": "NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router"}]} 2018-11-09 06:55:06,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router used request id req-c35b6adc-455e-48d2-b77e-4fa572d792a1 2018-11-09 06:55:06,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:06,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fe3ff6b-4631-4095-8266-1772cb20361e 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:55:06,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-1fe3ff6b-4631-4095-8266-1772cb20361e 2018-11-09 06:55:06,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=66eae7a3-5081-4e7b-938e-4b7a1a42fa64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:06,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-ab7a1966-1825-4b86-8622-f7c517c0edab Date: Fri, 09 Nov 2018 06:55:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:06Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"688304d3-4068-4416-b11e-9d9450975d93","ip_address":"169.254.192.1"}],"id":"05fd00c9-a446-4a8c-8bcb-8100fae42f61","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:7d:3d","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:02Z","binding:vnic_type":"normal","device_id":"66eae7a3-5081-4e7b-938e-4b7a1a42fa64"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:04Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"688304d3-4068-4416-b11e-9d9450975d93","ip_address":"169.254.192.4"}],"id":"2e992870-fa01-4796-a32c-bdf5f9e09d99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:81:02:7d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:03Z","binding:vnic_type":"normal","device_id":"66eae7a3-5081-4e7b-938e-4b7a1a42fa64"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:03Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"688304d3-4068-4416-b11e-9d9450975d93","ip_address":"169.254.192.2"}],"id":"38b4238b-7d2e-4cee-b69e-d11f57564cd2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:75:cd:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:03Z","binding:vnic_type":"normal","device_id":"66eae7a3-5081-4e7b-938e-4b7a1a42fa64"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:06Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.204"}],"id":"e68df8f0-4852-404e-84f1-e71a40377bf6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ca:8d: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":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T06:55:01Z","binding:vnic_type":"normal","device_id":"66eae7a3-5081-4e7b-938e-4b7a1a42fa64"}]} 2018-11-09 06:55:06,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=66eae7a3-5081-4e7b-938e-4b7a1a42fa64 used request id req-ab7a1966-1825-4b86-8622-f7c517c0edab 2018-11-09 06:55:06,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:06,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e184c9ef-85d8-40d6-a88c-cb9c03e6d06b Date: Fri, 09 Nov 2018 06:55:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 06:55:06,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-e184c9ef-85d8-40d6-a88c-cb9c03e6d06b 2018-11-09 06:55:06,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:06,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-201f400c-8618-4a76-830d-df5fb76d1747 Date: Fri, 09 Nov 2018 06:55:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:00Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55: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":"688304d3-4068-4416-b11e-9d9450975d93","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:06,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 used request id req-201f400c-8618-4a76-830d-df5fb76d1747 2018-11-09 06:55:06,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:06,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5694453e-1709-453c-b223-419fe65a3072 Date: Fri, 09 Nov 2018 06:55:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:00Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55: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":"688304d3-4068-4416-b11e-9d9450975d93","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:06,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 used request id req-5694453e-1709-453c-b223-419fe65a3072 2018-11-09 06:55:06,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:06,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e5603999-cdd9-4fb5-a397-c76d0ccbc0fe Date: Fri, 09 Nov 2018 06:55:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1c7fc097-49c0-4fe2-bb1c-e773229f0cfa","tenant_id":"","created_at":"2018-11-09T06:55:00Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55: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":"688304d3-4068-4416-b11e-9d9450975d93","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:06,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/688304d3-4068-4416-b11e-9d9450975d93 used request id req-e5603999-cdd9-4fb5-a397-c76d0ccbc0fe 2018-11-09 06:55:06,927 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router 2018-11-09 06:55:06,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/66eae7a3-5081-4e7b-938e-4b7a1a42fa64/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" -d '{"subnet_id": "3b1bffa1-11a5-4d70-b83e-ff047c575fee"}' 2018-11-09 06:55:08,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-93af5007-ec45-425a-bbbb-b77beeb540cf Date: Fri, 09 Nov 2018 06:55:08 GMT RESP BODY: {"network_id": "c2d3f488-e303-473d-8532-e574365a744c", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "subnet_id": "3b1bffa1-11a5-4d70-b83e-ff047c575fee", "subnet_ids": ["3b1bffa1-11a5-4d70-b83e-ff047c575fee"], "port_id": "1e4dec3b-7eed-4d7b-a25e-f7631edda255", "id": "66eae7a3-5081-4e7b-938e-4b7a1a42fa64"} 2018-11-09 06:55:08,804 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/66eae7a3-5081-4e7b-938e-4b7a1a42fa64/add_router_interface used request id req-93af5007-ec45-425a-bbbb-b77beeb540cf 2018-11-09 06:55:08,804 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router 2018-11-09 06:55:08,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/66eae7a3-5081-4e7b-938e-4b7a1a42fa64/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" -d '{"subnet_id": "3b1bffa1-11a5-4d70-b83e-ff047c575fee"}' 2018-11-09 06:55:10,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0a48ed93-3073-4435-8e05-9505d521a740 Date: Fri, 09 Nov 2018 06:55:09 GMT RESP BODY: {"network_id": "c2d3f488-e303-473d-8532-e574365a744c", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "subnet_id": "3b1bffa1-11a5-4d70-b83e-ff047c575fee", "subnet_ids": ["3b1bffa1-11a5-4d70-b83e-ff047c575fee"], "port_id": "1e4dec3b-7eed-4d7b-a25e-f7631edda255", "id": "66eae7a3-5081-4e7b-938e-4b7a1a42fa64"} 2018-11-09 06:55:10,258 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/66eae7a3-5081-4e7b-938e-4b7a1a42fa64/remove_router_interface used request id req-0a48ed93-3073-4435-8e05-9505d521a740 2018-11-09 06:55:10,258 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router 2018-11-09 06:55:10,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/66eae7a3-5081-4e7b-938e-4b7a1a42fa64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:13,592 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b1cf906-a836-4c68-bdca-a7c02ce6d4b4 Content-Length: 0 Date: Fri, 09 Nov 2018 06:55:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:13,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/66eae7a3-5081-4e7b-938e-4b7a1a42fa64 used request id req-7b1cf906-a836-4c68-bdca-a7c02ce6d4b4 2018-11-09 06:55:13,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:13,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-30a22fb1-f5b3-474c-8e46-e0ceccebf54a Date: Fri, 09 Nov 2018 06:55:13 GMT RESP BODY: {"routers": []} 2018-11-09 06:55:13,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-router used request id req-30a22fb1-f5b3-474c-8e46-e0ceccebf54a 2018-11-09 06:55:13,811 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-subnet 2018-11-09 06:55:13,811 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-subnet 2018-11-09 06:55:13,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/3b1bffa1-11a5-4d70-b83e-ff047c575fee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:15,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a53162ab-777a-4ee5-ad63-cae8a2cd87c3 Date: Fri, 09 Nov 2018 06:55:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:15,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/3b1bffa1-11a5-4d70-b83e-ff047c575fee used request id req-a53162ab-777a-4ee5-ad63-cae8a2cd87c3 2018-11-09 06:55:15,991 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ccbe2ac2-b0de-47bd-a299-5925ff2c4630-pub-net 2018-11-09 06:55:15,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/c2d3f488-e303-473d-8532-e574365a744c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dae7ef4e22fdc1515c36fea2f4caac5a57c4f16" 2018-11-09 06:55:17,212 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3fa78452-5069-40a1-aef2-c2398b5a3bc1 Date: Fri, 09 Nov 2018 06:55:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:17,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c2d3f488-e303-473d-8532-e574365a744c used request id req-3fa78452-5069-40a1-aef2-c2398b5a3bc1 2018-11-09 06:55:17,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:55:17,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:55:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["WoiH8cfWSGGzgVQ_K86ozQ"], "issued_at": "2018-11-09T06:55:17.000000Z"}} 2018-11-09 06:55:17,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:17,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f4d0b11-b29e-4c41-a2a5-65fa0b739a02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:55:17,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4f4d0b11-b29e-4c41-a2a5-65fa0b739a02 2018-11-09 06:55:17,689 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-net 2018-11-09 06:55:17,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" -d '{"network": {"name": "NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-net", "admin_state_up": true}}' 2018-11-09 06:55:18,171 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-1becb65d-0766-440f-9e8f-e79b33199ca0 Date: Fri, 09 Nov 2018 06:55: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":"160f3ea4-2a80-4b80-9bc4-38d38dd41cde","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:55:18Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:17Z","mtu":1450}} 2018-11-09 06:55:18,171 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-1becb65d-0766-440f-9e8f-e79b33199ca0 2018-11-09 06:55:18,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=160f3ea4-2a80-4b80-9bc4-38d38dd41cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:18,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-6ed01881-9f7b-473d-816e-e9ba700a8db1 Date: Fri, 09 Nov 2018 06:55:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"160f3ea4-2a80-4b80-9bc4-38d38dd41cde","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:55:18Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:17Z","provider:network_type":"vxlan"}]} 2018-11-09 06:55:18,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=160f3ea4-2a80-4b80-9bc4-38d38dd41cde used request id req-6ed01881-9f7b-473d-816e-e9ba700a8db1 2018-11-09 06:55:18,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=160f3ea4-2a80-4b80-9bc4-38d38dd41cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:18,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8e0b2f94-c247-4b1b-aff8-794a2a8ebee3 Date: Fri, 09 Nov 2018 06:55:18 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:55:18,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=160f3ea4-2a80-4b80-9bc4-38d38dd41cde used request id req-8e0b2f94-c247-4b1b-aff8-794a2a8ebee3 2018-11-09 06:55:18,638 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-subnet 2018-11-09 06:55:18,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" -d '{"subnets": [{"ip_version": 4, "network_id": "160f3ea4-2a80-4b80-9bc4-38d38dd41cde", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-subnet"}]}' 2018-11-09 06:55:19,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9d239827-9353-4fe0-a93e-1e9e42b46ca3 Date: Fri, 09 Nov 2018 06:55:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"160f3ea4-2a80-4b80-9bc4-38d38dd41cde","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:18Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:18Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"9569788b-4686-4f78-b08b-6b55cd29c4d6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-subnet"}]} 2018-11-09 06:55:19,039 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-9d239827-9353-4fe0-a93e-1e9e42b46ca3 2018-11-09 06:55:19,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=160f3ea4-2a80-4b80-9bc4-38d38dd41cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:19,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5696e90e-bf45-4d73-9309-6f8aee66da33 Date: Fri, 09 Nov 2018 06:55:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"160f3ea4-2a80-4b80-9bc4-38d38dd41cde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["9569788b-4686-4f78-b08b-6b55cd29c4d6"],"description":"","tags":[],"updated_at":"2018-11-09T06:55:18Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:17Z","provider:network_type":"vxlan"}]} 2018-11-09 06:55:19,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=160f3ea4-2a80-4b80-9bc4-38d38dd41cde used request id req-5696e90e-bf45-4d73-9309-6f8aee66da33 2018-11-09 06:55:19,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=160f3ea4-2a80-4b80-9bc4-38d38dd41cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:19,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a185d7fa-4d86-4879-8477-6176a2f9428d Date: Fri, 09 Nov 2018 06:55:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"160f3ea4-2a80-4b80-9bc4-38d38dd41cde","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:18Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"9569788b-4686-4f78-b08b-6b55cd29c4d6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-subnet"}]} 2018-11-09 06:55:19,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=160f3ea4-2a80-4b80-9bc4-38d38dd41cde used request id req-a185d7fa-4d86-4879-8477-6176a2f9428d 2018-11-09 06:55:19,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:19,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-95554cb8-c347-4851-8029-f4972bf84f4b Date: Fri, 09 Nov 2018 06:55:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"160f3ea4-2a80-4b80-9bc4-38d38dd41cde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["9569788b-4686-4f78-b08b-6b55cd29c4d6"],"description":"","tags":[],"updated_at":"2018-11-09T06:55:18Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:17Z","provider:network_type":"vxlan"}]} 2018-11-09 06:55:19,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-net used request id req-95554cb8-c347-4851-8029-f4972bf84f4b 2018-11-09 06:55:19,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:55:19,719 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:55:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:55:19,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:19,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a36320dc-6f87-4ad7-9929-119af49f070d 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:55:19,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-a36320dc-6f87-4ad7-9929-119af49f070d 2018-11-09 06:55:19,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=160f3ea4-2a80-4b80-9bc4-38d38dd41cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:19,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3562adf2-8e44-417e-8af7-01e8a40ea193 Date: Fri, 09 Nov 2018 06:55:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"160f3ea4-2a80-4b80-9bc4-38d38dd41cde","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:18Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"9569788b-4686-4f78-b08b-6b55cd29c4d6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-subnet"}]} 2018-11-09 06:55:19,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=160f3ea4-2a80-4b80-9bc4-38d38dd41cde used request id req-3562adf2-8e44-417e-8af7-01e8a40ea193 2018-11-09 06:55:19,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:55:19,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:55:20,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:55:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["vsHhsckfQYKpxEX2Rt90hQ"], "issued_at": "2018-11-09T06:55:20.000000Z"}} 2018-11-09 06:55:20,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e42b5c14d29441840b662acd005838cc3d08f7d5" 2018-11-09 06:55:20,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ec5cbe6-bae8-4604-b281-557cbfb22ca9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:55:20,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2ec5cbe6-bae8-4604-b281-557cbfb22ca9 2018-11-09 06:55:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:20,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9121e8cf-e21b-4b95-a7c0-e7ed90707d60 Date: Fri, 09 Nov 2018 06:55:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:55:20,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-9121e8cf-e21b-4b95-a7c0-e7ed90707d60 2018-11-09 06:55:20,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:20,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-89655723-159d-4e2c-b5af-0dc008a8aad0 Date: Fri, 09 Nov 2018 06:55:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 06:55:20,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-89655723-159d-4e2c-b5af-0dc008a8aad0 2018-11-09 06:55:20,902 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-router 2018-11-09 06:55:20,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-router", "admin_state_up": true}}' 2018-11-09 06:55:26,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-d5ff7dfb-6b56-43ac-8c02-fb70818dba0f Date: Fri, 09 Nov 2018 06:55:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:55:21Z", "admin_state_up": true, "updated_at": "2018-11-09T06:55:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "1e642b15-1f20-4ef0-aefa-43f51ee00511", "name": "NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-router"}} 2018-11-09 06:55:26,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-d5ff7dfb-6b56-43ac-8c02-fb70818dba0f 2018-11-09 06:55:26,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=1e642b15-1f20-4ef0-aefa-43f51ee00511 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:26,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-0f61f063-adb5-4aa2-8899-54d2abbce37a Date: Fri, 09 Nov 2018 06:55:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:23Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c34b507f-88ff-40b9-9635-011658be7ba0","ip_address":"169.254.192.9"}],"id":"0a33b489-3e1a-4e56-a80b-08e140add385","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:42:b6:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:23Z","binding:vnic_type":"normal","device_id":"1e642b15-1f20-4ef0-aefa-43f51ee00511"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:25Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c34b507f-88ff-40b9-9635-011658be7ba0","ip_address":"169.254.192.2"}],"id":"6b67a46e-95e0-4777-90ca-5b17a2c5088c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5b:96:67","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:24Z","binding:vnic_type":"normal","device_id":"1e642b15-1f20-4ef0-aefa-43f51ee00511"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:24Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c34b507f-88ff-40b9-9635-011658be7ba0","ip_address":"169.254.192.1"}],"id":"abc64dcc-4561-4272-8030-acbd429c85a5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:20:d9:ba","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:24Z","binding:vnic_type":"normal","device_id":"1e642b15-1f20-4ef0-aefa-43f51ee00511"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:22Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.203"}],"id":"cfa39a46-bef1-4da5-8f96-c59072bbce33","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:83:72:4f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T06:55:22Z","binding:vnic_type":"normal","device_id":"1e642b15-1f20-4ef0-aefa-43f51ee00511"}]} 2018-11-09 06:55:26,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=1e642b15-1f20-4ef0-aefa-43f51ee00511 used request id req-0f61f063-adb5-4aa2-8899-54d2abbce37a 2018-11-09 06:55:26,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:26,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8137a522-bb3d-440a-a883-e8440c4eb63f Date: Fri, 09 Nov 2018 06:55:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 06:55:26,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-8137a522-bb3d-440a-a883-e8440c4eb63f 2018-11-09 06:55:26,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:26,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5116bb80-e2c2-4300-ad9e-0d387168db79 Date: Fri, 09 Nov 2018 06:55:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:21Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:21Z","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":"c34b507f-88ff-40b9-9635-011658be7ba0","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:26,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 used request id req-5116bb80-e2c2-4300-ad9e-0d387168db79 2018-11-09 06:55:26,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:27,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d7d835ea-1616-49d3-87fe-34b22da1c27d Date: Fri, 09 Nov 2018 06:55:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:21Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:21Z","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":"c34b507f-88ff-40b9-9635-011658be7ba0","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:27,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 used request id req-d7d835ea-1616-49d3-87fe-34b22da1c27d 2018-11-09 06:55:27,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:27,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e37ddfab-f164-41ee-9cfd-711506d8d2a8 Date: Fri, 09 Nov 2018 06:55:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:21Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:21Z","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":"c34b507f-88ff-40b9-9635-011658be7ba0","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:27,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 used request id req-e37ddfab-f164-41ee-9cfd-711506d8d2a8 2018-11-09 06:55:27,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:27,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-d195f22a-635c-4912-8f89-60bcdfb81950 Date: Fri, 09 Nov 2018 06:55:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:55:21Z", "admin_state_up": true, "updated_at": "2018-11-09T06:55:25Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "1e642b15-1f20-4ef0-aefa-43f51ee00511", "name": "NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-router"}]} 2018-11-09 06:55:27,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-router used request id req-d195f22a-635c-4912-8f89-60bcdfb81950 2018-11-09 06:55:27,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:27,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9173762-22ae-43da-9257-d34c3910025d 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:55:27,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-e9173762-22ae-43da-9257-d34c3910025d 2018-11-09 06:55:27,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=1e642b15-1f20-4ef0-aefa-43f51ee00511 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:28,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3440 X-Openstack-Request-Id: req-876e0049-bc36-4219-8de6-818850d19421 Date: Fri, 09 Nov 2018 06:55:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:23Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c34b507f-88ff-40b9-9635-011658be7ba0","ip_address":"169.254.192.9"}],"id":"0a33b489-3e1a-4e56-a80b-08e140add385","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:42:b6:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:23Z","binding:vnic_type":"normal","device_id":"1e642b15-1f20-4ef0-aefa-43f51ee00511"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:27Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c34b507f-88ff-40b9-9635-011658be7ba0","ip_address":"169.254.192.2"}],"id":"6b67a46e-95e0-4777-90ca-5b17a2c5088c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:96:67","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:24Z","binding:vnic_type":"normal","device_id":"1e642b15-1f20-4ef0-aefa-43f51ee00511"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:27Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c34b507f-88ff-40b9-9635-011658be7ba0","ip_address":"169.254.192.1"}],"id":"abc64dcc-4561-4272-8030-acbd429c85a5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:d9:ba","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:24Z","binding:vnic_type":"normal","device_id":"1e642b15-1f20-4ef0-aefa-43f51ee00511"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:27Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.203"}],"id":"cfa39a46-bef1-4da5-8f96-c59072bbce33","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:83:72:4f","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":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T06:55:22Z","binding:vnic_type":"normal","device_id":"1e642b15-1f20-4ef0-aefa-43f51ee00511"}]} 2018-11-09 06:55:28,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=1e642b15-1f20-4ef0-aefa-43f51ee00511 used request id req-876e0049-bc36-4219-8de6-818850d19421 2018-11-09 06:55:28,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:28,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-783bc560-1abe-4d6f-92f4-1d88cdcf9951 Date: Fri, 09 Nov 2018 06:55:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 06:55:28,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-783bc560-1abe-4d6f-92f4-1d88cdcf9951 2018-11-09 06:55:28,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:28,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a0706016-cf16-47a4-948c-45788554249b Date: Fri, 09 Nov 2018 06:55:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:21Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:21Z","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":"c34b507f-88ff-40b9-9635-011658be7ba0","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:28,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 used request id req-a0706016-cf16-47a4-948c-45788554249b 2018-11-09 06:55:28,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:28,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1056f2a5-f52d-414b-bd81-32ff6acfc837 Date: Fri, 09 Nov 2018 06:55:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:21Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:21Z","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":"c34b507f-88ff-40b9-9635-011658be7ba0","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:28,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 used request id req-1056f2a5-f52d-414b-bd81-32ff6acfc837 2018-11-09 06:55:28,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:28,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9617941c-fbc5-4732-b1d8-a5623240ffa5 Date: Fri, 09 Nov 2018 06:55:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ef1de2c2-39d8-4a25-bb9e-a80a2f27b998","tenant_id":"","created_at":"2018-11-09T06:55:21Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:21Z","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":"c34b507f-88ff-40b9-9635-011658be7ba0","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:28,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/c34b507f-88ff-40b9-9635-011658be7ba0 used request id req-9617941c-fbc5-4732-b1d8-a5623240ffa5 2018-11-09 06:55:28,578 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-subnet 2018-11-09 06:55:28,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/9569788b-4686-4f78-b08b-6b55cd29c4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:30,452 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d931f56-0113-4d9c-a999-10ce7bb89bb3 Date: Fri, 09 Nov 2018 06:55:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:30,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9569788b-4686-4f78-b08b-6b55cd29c4d6 used request id req-3d931f56-0113-4d9c-a999-10ce7bb89bb3 2018-11-09 06:55:30,452 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-router 2018-11-09 06:55:30,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/1e642b15-1f20-4ef0-aefa-43f51ee00511/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" -d '{"subnet_id": "9569788b-4686-4f78-b08b-6b55cd29c4d6"}' 2018-11-09 06:55:30,658 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-53292885-4db0-4622-a19a-a10067260a0e Date: Fri, 09 Nov 2018 06:55:30 GMT RESP BODY: {"NeutronError": {"message": "Subnet 9569788b-4686-4f78-b08b-6b55cd29c4d6 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-09 06:55:30,659 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1e642b15-1f20-4ef0-aefa-43f51ee00511/add_router_interface used request id req-53292885-4db0-4622-a19a-a10067260a0e 2018-11-09 06:55:30,659 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 9569788b-4686-4f78-b08b-6b55cd29c4d6 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-09 06:55:30,659 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-router 2018-11-09 06:55:30,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/1e642b15-1f20-4ef0-aefa-43f51ee00511 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:33,965 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-468a6290-2cd0-4803-9a32-ebfe8ee68489 Content-Length: 0 Date: Fri, 09 Nov 2018 06:55:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:33,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/1e642b15-1f20-4ef0-aefa-43f51ee00511 used request id req-468a6290-2cd0-4803-9a32-ebfe8ee68489 2018-11-09 06:55:33,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:34,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-236bf655-7214-4566-9dae-2e7f32165d26 Date: Fri, 09 Nov 2018 06:55:33 GMT RESP BODY: {"routers": []} 2018-11-09 06:55:34,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-router used request id req-236bf655-7214-4566-9dae-2e7f32165d26 2018-11-09 06:55:34,173 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-subnet 2018-11-09 06:55:34,173 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-subnet 2018-11-09 06:55:34,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/9569788b-4686-4f78-b08b-6b55cd29c4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:34,366 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-6520e1b1-49cb-42ec-968e-71938a81d680 Date: Fri, 09 Nov 2018 06:55:34 GMT RESP BODY: {"NeutronError": {"message": "Subnet 9569788b-4686-4f78-b08b-6b55cd29c4d6 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-09 06:55:34,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9569788b-4686-4f78-b08b-6b55cd29c4d6 used request id req-6520e1b1-49cb-42ec-968e-71938a81d680 2018-11-09 06:55:34,367 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 9569788b-4686-4f78-b08b-6b55cd29c4d6 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-09 06:55:34,367 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-738fe8d0-a6ef-4487-93bb-1500a478e1d8-pub-net 2018-11-09 06:55:34,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/160f3ea4-2a80-4b80-9bc4-38d38dd41cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e02ca8aa7aad3228c556f5da85282f352fae9c0" 2018-11-09 06:55:34,984 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-23bc0480-fa75-4709-8a81-749f98f4408c Date: Fri, 09 Nov 2018 06:55:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:34,984 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/160f3ea4-2a80-4b80-9bc4-38d38dd41cde used request id req-23bc0480-fa75-4709-8a81-749f98f4408c 2018-11-09 06:55:34,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:55:35,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:55:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["PtmvHlfxReav1A6wRXfZWg"], "issued_at": "2018-11-09T06:55:35.000000Z"}} 2018-11-09 06:55:35,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:35,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8017fa2c-955b-4910-b467-28b120dee27f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:55:35,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8017fa2c-955b-4910-b467-28b120dee27f 2018-11-09 06:55:35,467 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-net 2018-11-09 06:55:35,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" -d '{"network": {"name": "NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-net", "admin_state_up": true}}' 2018-11-09 06:55:35,901 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2789cd22-6824-48e6-8687-aae843f93ae2 Date: Fri, 09 Nov 2018 06:55:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cfa40ec2-c276-4366-90cb-6efe6c6eaa53","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:55:35Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:35Z","mtu":1450}} 2018-11-09 06:55:35,901 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-2789cd22-6824-48e6-8687-aae843f93ae2 2018-11-09 06:55:35,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:36,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-21753f88-2c42-49e6-b840-7ed2a9b45c52 Date: Fri, 09 Nov 2018 06:55:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cfa40ec2-c276-4366-90cb-6efe6c6eaa53","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:55:35Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:35Z","provider:network_type":"vxlan"}]} 2018-11-09 06:55:36,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53 used request id req-21753f88-2c42-49e6-b840-7ed2a9b45c52 2018-11-09 06:55:36,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:36,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ad51b60b-1e57-490b-bc36-6b1b95c9c4bf Date: Fri, 09 Nov 2018 06:55:36 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:55:36,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53 used request id req-ad51b60b-1e57-490b-bc36-6b1b95c9c4bf 2018-11-09 06:55:36,363 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-subnet 2018-11-09 06:55:36,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" -d '{"subnets": [{"ip_version": 4, "network_id": "cfa40ec2-c276-4366-90cb-6efe6c6eaa53", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-subnet"}]}' 2018-11-09 06:55:37,029 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8b8d87d9-d3dc-448f-a57c-a5dfef7c783b Date: Fri, 09 Nov 2018 06:55:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfa40ec2-c276-4366-90cb-6efe6c6eaa53","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:36Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"5e7d9a03-f138-40e8-865b-18b94369a269","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-subnet"}]} 2018-11-09 06:55:37,029 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-8b8d87d9-d3dc-448f-a57c-a5dfef7c783b 2018-11-09 06:55:37,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:37,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-53129dfb-2a39-43c6-a02e-dc1e660f83ba Date: Fri, 09 Nov 2018 06:55:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cfa40ec2-c276-4366-90cb-6efe6c6eaa53","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["5e7d9a03-f138-40e8-865b-18b94369a269"],"description":"","tags":[],"updated_at":"2018-11-09T06:55:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:35Z","provider:network_type":"vxlan"}]} 2018-11-09 06:55:37,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53 used request id req-53129dfb-2a39-43c6-a02e-dc1e660f83ba 2018-11-09 06:55:37,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:37,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72c7e680-9ac0-4e9a-a0e8-ab02e44c6118 Date: Fri, 09 Nov 2018 06:55:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfa40ec2-c276-4366-90cb-6efe6c6eaa53","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"5e7d9a03-f138-40e8-865b-18b94369a269","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-subnet"}]} 2018-11-09 06:55:37,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53 used request id req-72c7e680-9ac0-4e9a-a0e8-ab02e44c6118 2018-11-09 06:55:37,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:38,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-11594d47-c91f-4924-9ddc-38e7eecc9216 Date: Fri, 09 Nov 2018 06:55:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cfa40ec2-c276-4366-90cb-6efe6c6eaa53","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["5e7d9a03-f138-40e8-865b-18b94369a269"],"description":"","tags":[],"updated_at":"2018-11-09T06:55:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:35Z","provider:network_type":"vxlan"}]} 2018-11-09 06:55:38,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-net used request id req-11594d47-c91f-4924-9ddc-38e7eecc9216 2018-11-09 06:55:38,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:55:38,057 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:55:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:55:38,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:38,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec6407f6-0891-45e4-9462-397c4491ceae 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:55:38,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-ec6407f6-0891-45e4-9462-397c4491ceae 2018-11-09 06:55:38,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:38,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9e9fa208-b3f4-4a95-b54b-a15c51e26bf2 Date: Fri, 09 Nov 2018 06:55:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfa40ec2-c276-4366-90cb-6efe6c6eaa53","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"5e7d9a03-f138-40e8-865b-18b94369a269","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-subnet"}]} 2018-11-09 06:55:38,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53 used request id req-9e9fa208-b3f4-4a95-b54b-a15c51e26bf2 2018-11-09 06:55:38,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53&name=NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:38,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ee19b653-c817-4122-ad04-6cb6fb2dc6de Date: Fri, 09 Nov 2018 06:55:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfa40ec2-c276-4366-90cb-6efe6c6eaa53","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"5e7d9a03-f138-40e8-865b-18b94369a269","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-subnet"}]} 2018-11-09 06:55:38,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=cfa40ec2-c276-4366-90cb-6efe6c6eaa53&name=NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-subnet used request id req-ee19b653-c817-4122-ad04-6cb6fb2dc6de 2018-11-09 06:55:38,679 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-subnet 2018-11-09 06:55:38,679 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-subnet 2018-11-09 06:55:38,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/5e7d9a03-f138-40e8-865b-18b94369a269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:40,902 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b2b43fe-75a3-4680-8719-0d86ba71fc1a Date: Fri, 09 Nov 2018 06:55:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:40,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5e7d9a03-f138-40e8-865b-18b94369a269 used request id req-0b2b43fe-75a3-4680-8719-0d86ba71fc1a 2018-11-09 06:55:40,903 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-3552ab81-4df1-49fb-a8d1-eef6a9676061-pub-net 2018-11-09 06:55:40,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/cfa40ec2-c276-4366-90cb-6efe6c6eaa53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801d07f186ff86eb2be9152ddca252eee25260ea" 2018-11-09 06:55:42,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb3dabc2-6dfa-4b7a-9b63-6c9f43bd167b Date: Fri, 09 Nov 2018 06:55:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:42,338 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/cfa40ec2-c276-4366-90cb-6efe6c6eaa53 used request id req-eb3dabc2-6dfa-4b7a-9b63-6c9f43bd167b 2018-11-09 06:55:42,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:55:42,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:55:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["D5LGGCEpQGSgO0XEop7BuQ"], "issued_at": "2018-11-09T06:55:42.000000Z"}} 2018-11-09 06:55:42,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:42,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d489f6dc-771c-4bc7-8322-22e0c1ae47a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:55:42,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d489f6dc-771c-4bc7-8322-22e0c1ae47a6 2018-11-09 06:55:42,857 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-net 2018-11-09 06:55:42,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" -d '{"network": {"name": "NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-net", "admin_state_up": true}}' 2018-11-09 06:55:43,254 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-fc50b933-9b4b-407b-b76b-281d22fbccbb Date: Fri, 09 Nov 2018 06:55: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":"ecf483e3-fb47-43f6-a01c-8d695edcb352","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:55:43Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:43Z","mtu":1450}} 2018-11-09 06:55:43,254 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-fc50b933-9b4b-407b-b76b-281d22fbccbb 2018-11-09 06:55:43,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=ecf483e3-fb47-43f6-a01c-8d695edcb352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:43,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-6c2d4ce2-0a94-4311-80f1-74d9af936799 Date: Fri, 09 Nov 2018 06:55:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ecf483e3-fb47-43f6-a01c-8d695edcb352","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:55:43Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:43Z","provider:network_type":"vxlan"}]} 2018-11-09 06:55:43,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=ecf483e3-fb47-43f6-a01c-8d695edcb352 used request id req-6c2d4ce2-0a94-4311-80f1-74d9af936799 2018-11-09 06:55:43,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ecf483e3-fb47-43f6-a01c-8d695edcb352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:43,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-14fb8f09-94eb-42b8-ab9d-6fdb314a7cd0 Date: Fri, 09 Nov 2018 06:55:43 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:55:43,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ecf483e3-fb47-43f6-a01c-8d695edcb352 used request id req-14fb8f09-94eb-42b8-ab9d-6fdb314a7cd0 2018-11-09 06:55:43,680 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-subnet 2018-11-09 06:55:43,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" -d '{"subnets": [{"ip_version": 4, "network_id": "ecf483e3-fb47-43f6-a01c-8d695edcb352", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-subnet"}]}' 2018-11-09 06:55:44,308 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2437e7c7-d313-4caa-bb4a-eb31148fb6ec Date: Fri, 09 Nov 2018 06:55:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ecf483e3-fb47-43f6-a01c-8d695edcb352","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:44Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:44Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"52399962-baa0-4c03-b1e1-3ac1cbc24299","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-subnet"}]} 2018-11-09 06:55:44,308 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-2437e7c7-d313-4caa-bb4a-eb31148fb6ec 2018-11-09 06:55:44,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=ecf483e3-fb47-43f6-a01c-8d695edcb352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:44,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f495f424-dd2b-4686-9c45-a2f17e486120 Date: Fri, 09 Nov 2018 06:55:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ecf483e3-fb47-43f6-a01c-8d695edcb352","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["52399962-baa0-4c03-b1e1-3ac1cbc24299"],"description":"","tags":[],"updated_at":"2018-11-09T06:55:44Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:43Z","provider:network_type":"vxlan"}]} 2018-11-09 06:55:44,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=ecf483e3-fb47-43f6-a01c-8d695edcb352 used request id req-f495f424-dd2b-4686-9c45-a2f17e486120 2018-11-09 06:55:44,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ecf483e3-fb47-43f6-a01c-8d695edcb352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:44,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e094d898-3c45-4dfb-9b00-3d4d162e273d Date: Fri, 09 Nov 2018 06:55:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ecf483e3-fb47-43f6-a01c-8d695edcb352","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:44Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"52399962-baa0-4c03-b1e1-3ac1cbc24299","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-subnet"}]} 2018-11-09 06:55:44,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ecf483e3-fb47-43f6-a01c-8d695edcb352 used request id req-e094d898-3c45-4dfb-9b00-3d4d162e273d 2018-11-09 06:55:44,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:44,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b643e2b0-4ee1-41f1-91b7-cbb0d84d826d Date: Fri, 09 Nov 2018 06:55:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ecf483e3-fb47-43f6-a01c-8d695edcb352","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["52399962-baa0-4c03-b1e1-3ac1cbc24299"],"description":"","tags":[],"updated_at":"2018-11-09T06:55:44Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:43Z","provider:network_type":"vxlan"}]} 2018-11-09 06:55:44,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-net used request id req-b643e2b0-4ee1-41f1-91b7-cbb0d84d826d 2018-11-09 06:55:44,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:55:44,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:55: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:55:44,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:44,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cdb9ac0-0f61-480a-9e5b-febb4566d656 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:55:44,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-1cdb9ac0-0f61-480a-9e5b-febb4566d656 2018-11-09 06:55:44,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ecf483e3-fb47-43f6-a01c-8d695edcb352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:45,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cdc3b13d-4ab6-4cbb-8fc7-f87551dc5515 Date: Fri, 09 Nov 2018 06:55:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ecf483e3-fb47-43f6-a01c-8d695edcb352","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:55:44Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"52399962-baa0-4c03-b1e1-3ac1cbc24299","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-subnet"}]} 2018-11-09 06:55:45,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ecf483e3-fb47-43f6-a01c-8d695edcb352 used request id req-cdc3b13d-4ab6-4cbb-8fc7-f87551dc5515 2018-11-09 06:55:45,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:55:45,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:55:45,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:55:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["Qy2uB8uERr2Uekrh-PVhGA"], "issued_at": "2018-11-09T06:55:45.000000Z"}} 2018-11-09 06:55:45,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92e224c13dc30b1cdd9dae840d8a5595d430a90d" 2018-11-09 06:55:45,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb8d538-bc3b-4469-b0bb-a53f2e300bc3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:55:45,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6bb8d538-bc3b-4469-b0bb-a53f2e300bc3 2018-11-09 06:55:45,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:45,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d1810328-c98e-4a9e-a5cf-a16ac114bdd8 Date: Fri, 09 Nov 2018 06:55:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:55:45,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-d1810328-c98e-4a9e-a5cf-a16ac114bdd8 2018-11-09 06:55:45,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:46,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-aee0a825-f542-40b6-b6e8-67d0a5af8542 Date: Fri, 09 Nov 2018 06:55:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 06:55:46,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-aee0a825-f542-40b6-b6e8-67d0a5af8542 2018-11-09 06:55:46,158 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-router 2018-11-09 06:55:46,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-router", "admin_state_up": true}}' 2018-11-09 06:55:50,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-357edb0d-5e96-4471-a386-c696702c0b99 Date: Fri, 09 Nov 2018 06:55:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:55:46Z", "admin_state_up": true, "updated_at": "2018-11-09T06:55:47Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "43630749-5113-49d2-8855-f37e751e0885", "name": "NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-router"}} 2018-11-09 06:55:50,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-357edb0d-5e96-4471-a386-c696702c0b99 2018-11-09 06:55:50,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=43630749-5113-49d2-8855-f37e751e0885 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:50,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-cb2baf52-73d8-4fb9-ba34-665795c7c9b6 Date: Fri, 09 Nov 2018 06:55:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:47Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a9418921-a34d-486e-9ce8-3971db4eae72","ip_address":"169.254.192.6"}],"id":"094d9368-24ca-4d6b-ae6a-589f1fffe8ed","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:c7:2e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:47Z","binding:vnic_type":"normal","device_id":"43630749-5113-49d2-8855-f37e751e0885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a9418921-a34d-486e-9ce8-3971db4eae72","ip_address":"169.254.192.2"}],"id":"15d2d730-97f6-414e-8920-1b091aa5e686","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:76:c7:f5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:48Z","binding:vnic_type":"normal","device_id":"43630749-5113-49d2-8855-f37e751e0885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:47Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.204"}],"id":"3c6f7432-6754-40ba-8712-790c405950bd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c1:bb:28","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T06:55:46Z","binding:vnic_type":"normal","device_id":"43630749-5113-49d2-8855-f37e751e0885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:49Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a9418921-a34d-486e-9ce8-3971db4eae72","ip_address":"169.254.192.12"}],"id":"cce11a58-a690-4732-9a4d-dc5cb80619fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:91:47","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:49Z","binding:vnic_type":"normal","device_id":"43630749-5113-49d2-8855-f37e751e0885"}]} 2018-11-09 06:55:50,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=43630749-5113-49d2-8855-f37e751e0885 used request id req-cb2baf52-73d8-4fb9-ba34-665795c7c9b6 2018-11-09 06:55:50,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:51,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fb59be3c-8aaa-4afa-930e-3a526cf01fd7 Date: Fri, 09 Nov 2018 06:55:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 06:55:51,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-fb59be3c-8aaa-4afa-930e-3a526cf01fd7 2018-11-09 06:55:51,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:51,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c86cf346-3e4a-4ab2-90b2-f2142c4a2007 Date: Fri, 09 Nov 2018 06:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:46Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a9418921-a34d-486e-9ce8-3971db4eae72","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:51,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 used request id req-c86cf346-3e4a-4ab2-90b2-f2142c4a2007 2018-11-09 06:55:51,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:51,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c9a3edd8-efd3-42c0-ba5a-f20c894262ac Date: Fri, 09 Nov 2018 06:55:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:46Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a9418921-a34d-486e-9ce8-3971db4eae72","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:51,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 used request id req-c9a3edd8-efd3-42c0-ba5a-f20c894262ac 2018-11-09 06:55:51,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:51,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-92a163b0-b91c-4dc6-8421-a7b203b2b9fb Date: Fri, 09 Nov 2018 06:55:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:46Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a9418921-a34d-486e-9ce8-3971db4eae72","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:51,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 used request id req-92a163b0-b91c-4dc6-8421-a7b203b2b9fb 2018-11-09 06:55:51,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:51,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-4ec016ea-93de-43a5-9863-e5756d907a8a Date: Fri, 09 Nov 2018 06:55:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:55:46Z", "admin_state_up": true, "updated_at": "2018-11-09T06:55:49Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "43630749-5113-49d2-8855-f37e751e0885", "name": "NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-router"}]} 2018-11-09 06:55:51,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-router used request id req-4ec016ea-93de-43a5-9863-e5756d907a8a 2018-11-09 06:55:51,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:51,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93bf57c0-5883-4a8e-8433-afe69abace37 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:55:51,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-93bf57c0-5883-4a8e-8433-afe69abace37 2018-11-09 06:55:51,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=43630749-5113-49d2-8855-f37e751e0885 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:52,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3283 X-Openstack-Request-Id: req-b2572485-6fa9-4e97-976f-9facbe5a6a1f Date: Fri, 09 Nov 2018 06:55:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:52Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a9418921-a34d-486e-9ce8-3971db4eae72","ip_address":"169.254.192.6"}],"id":"094d9368-24ca-4d6b-ae6a-589f1fffe8ed","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:c7:2e","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:47Z","binding:vnic_type":"normal","device_id":"43630749-5113-49d2-8855-f37e751e0885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a9418921-a34d-486e-9ce8-3971db4eae72","ip_address":"169.254.192.2"}],"id":"15d2d730-97f6-414e-8920-1b091aa5e686","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:76:c7:f5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:48Z","binding:vnic_type":"normal","device_id":"43630749-5113-49d2-8855-f37e751e0885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:51Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.204"}],"id":"3c6f7432-6754-40ba-8712-790c405950bd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c1:bb:28","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":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T06:55:46Z","binding:vnic_type":"normal","device_id":"43630749-5113-49d2-8855-f37e751e0885"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:55:49Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a9418921-a34d-486e-9ce8-3971db4eae72","ip_address":"169.254.192.12"}],"id":"cce11a58-a690-4732-9a4d-dc5cb80619fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:91:47","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:49Z","binding:vnic_type":"normal","device_id":"43630749-5113-49d2-8855-f37e751e0885"}]} 2018-11-09 06:55:52,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=43630749-5113-49d2-8855-f37e751e0885 used request id req-b2572485-6fa9-4e97-976f-9facbe5a6a1f 2018-11-09 06:55:52,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:52,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-04659c67-a2c5-4878-8e9a-cda616814ba2 Date: Fri, 09 Nov 2018 06:55:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 06:55:52,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-04659c67-a2c5-4878-8e9a-cda616814ba2 2018-11-09 06:55:52,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:52,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4dbc2296-1c19-4b12-81ef-c4012e287b06 Date: Fri, 09 Nov 2018 06:55:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:46Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a9418921-a34d-486e-9ce8-3971db4eae72","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:52,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 used request id req-4dbc2296-1c19-4b12-81ef-c4012e287b06 2018-11-09 06:55:52,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:52,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ce2bc3f5-e4d4-4108-b59f-f50e974bf0d1 Date: Fri, 09 Nov 2018 06:55:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:46Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a9418921-a34d-486e-9ce8-3971db4eae72","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:52,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 used request id req-ce2bc3f5-e4d4-4108-b59f-f50e974bf0d1 2018-11-09 06:55:52,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:52,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4dbd53e6-f2db-43c9-aea5-9c444e068caf Date: Fri, 09 Nov 2018 06:55:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"230b8633-1383-447d-b617-6d272b435765","tenant_id":"","created_at":"2018-11-09T06:55:46Z","dns_nameservers":[],"updated_at":"2018-11-09T06:55:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a9418921-a34d-486e-9ce8-3971db4eae72","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:55:52,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a9418921-a34d-486e-9ce8-3971db4eae72 used request id req-4dbd53e6-f2db-43c9-aea5-9c444e068caf 2018-11-09 06:55:52,732 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-router 2018-11-09 06:55:52,733 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-router 2018-11-09 06:55:52,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/43630749-5113-49d2-8855-f37e751e0885 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:56,155 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64c11e09-dc6f-4b0d-b435-9ec3fbd9bcf1 Content-Length: 0 Date: Fri, 09 Nov 2018 06:55:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:56,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/43630749-5113-49d2-8855-f37e751e0885 used request id req-64c11e09-dc6f-4b0d-b435-9ec3fbd9bcf1 2018-11-09 06:55:56,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:56,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fd5fc019-98eb-4035-a695-3f675a94f170 Date: Fri, 09 Nov 2018 06:55:56 GMT RESP BODY: {"routers": []} 2018-11-09 06:55:56,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-router used request id req-fd5fc019-98eb-4035-a695-3f675a94f170 2018-11-09 06:55:56,380 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-subnet 2018-11-09 06:55:56,380 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-subnet 2018-11-09 06:55:56,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/52399962-baa0-4c03-b1e1-3ac1cbc24299 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:58,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3659525-03e3-49e3-bf7f-1af97aa29ed7 Date: Fri, 09 Nov 2018 06:55:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:58,338 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/52399962-baa0-4c03-b1e1-3ac1cbc24299 used request id req-c3659525-03e3-49e3-bf7f-1af97aa29ed7 2018-11-09 06:55:58,338 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f6a2f805-96a4-4f1f-857b-e6124ef09847-pub-net 2018-11-09 06:55:58,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/ecf483e3-fb47-43f6-a01c-8d695edcb352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407d5f940228b16de241edc28e2a1f32b2aedb8c" 2018-11-09 06:55:59,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-38b3976b-1482-4658-a67c-b72d0ec97168 Date: Fri, 09 Nov 2018 06:55:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:55:59,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/ecf483e3-fb47-43f6-a01c-8d695edcb352 used request id req-38b3976b-1482-4658-a67c-b72d0ec97168 2018-11-09 06:55:59,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:00,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:55:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["VEHKhLFVRXaWl8CD2h8R8g"], "issued_at": "2018-11-09T06:55:59.000000Z"}} 2018-11-09 06:56:00,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:00,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2837f9fd-6c88-4d32-8289-801e63e966fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:00,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2837f9fd-6c88-4d32-8289-801e63e966fd 2018-11-09 06:56:00,124 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net 2018-11-09 06:56:00,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" -d '{"network": {"name": "NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net", "admin_state_up": true}}' 2018-11-09 06:56:00,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-c3c5b658-f4bf-4966-ac0f-d8a3cf676115 Date: Fri, 09 Nov 2018 06:56:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:00Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:00Z","mtu":1450}} 2018-11-09 06:56:00,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-c3c5b658-f4bf-4966-ac0f-d8a3cf676115 2018-11-09 06:56:00,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:00,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-139e1047-5a7f-4842-868e-28893f2ef2b4 Date: Fri, 09 Nov 2018 06:56:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:00Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:00Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:00,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a used request id req-139e1047-5a7f-4842-868e-28893f2ef2b4 2018-11-09 06:56:00,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:01,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9ecfe09c-b581-4053-8d38-188c6528cc49 Date: Fri, 09 Nov 2018 06:56:00 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:56:01,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a used request id req-9ecfe09c-b581-4053-8d38-188c6528cc49 2018-11-09 06:56:01,069 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet 2018-11-09 06:56:01,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" -d '{"subnets": [{"ip_version": 4, "network_id": "9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet"}]}' 2018-11-09 06:56:01,859 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-da93dc98-cacb-43fb-9d77-c0c51839b83c Date: Fri, 09 Nov 2018 06:56:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:01Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"2383e5c3-1d88-47f1-ae18-ee165293946c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet"}]} 2018-11-09 06:56:01,859 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-da93dc98-cacb-43fb-9d77-c0c51839b83c 2018-11-09 06:56:01,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:02,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-68a9c7c0-cd32-40d3-852f-0f3aed8c4309 Date: Fri, 09 Nov 2018 06:56:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["2383e5c3-1d88-47f1-ae18-ee165293946c"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:00Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:02,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a used request id req-68a9c7c0-cd32-40d3-852f-0f3aed8c4309 2018-11-09 06:56:02,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:02,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-85e03307-cc84-42b4-9ece-a9e3548e39d7 Date: Fri, 09 Nov 2018 06:56:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:01Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"2383e5c3-1d88-47f1-ae18-ee165293946c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet"}]} 2018-11-09 06:56:02,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a used request id req-85e03307-cc84-42b4-9ece-a9e3548e39d7 2018-11-09 06:56:02,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:02,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f49186ec-379e-46fc-9608-ad86ea50cb13 Date: Fri, 09 Nov 2018 06:56:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["2383e5c3-1d88-47f1-ae18-ee165293946c"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:00Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:02,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net used request id req-f49186ec-379e-46fc-9608-ad86ea50cb13 2018-11-09 06:56:02,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:02,548 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:02,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:02,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd2c4fd9-d37d-4dad-8b3b-bb3caad5bbbb 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:02,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-bd2c4fd9-d37d-4dad-8b3b-bb3caad5bbbb 2018-11-09 06:56:02,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:02,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29801cb4-7a68-4fba-a68e-ec6010b97a54 Date: Fri, 09 Nov 2018 06:56:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:01Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"2383e5c3-1d88-47f1-ae18-ee165293946c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet"}]} 2018-11-09 06:56:02,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a used request id req-29801cb4-7a68-4fba-a68e-ec6010b97a54 2018-11-09 06:56:02,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a&name=NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:03,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f56bc22c-5bc0-4dfe-8df9-e8aefc067bea Date: Fri, 09 Nov 2018 06:56:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:01Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"2383e5c3-1d88-47f1-ae18-ee165293946c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet"}]} 2018-11-09 06:56:03,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a&name=NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet used request id req-f56bc22c-5bc0-4dfe-8df9-e8aefc067bea 2018-11-09 06:56:03,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:56:03,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:03,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["ljXafzh4SEK2rLCKP8imKA"], "issued_at": "2018-11-09T06:56:03.000000Z"}} 2018-11-09 06:56:03,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6956d7371b832049f91e4e7712959189ea036e7" 2018-11-09 06:56:03,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30f2a528-a5a9-402b-b4fb-7e211ae2ad53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:03,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-30f2a528-a5a9-402b-b4fb-7e211ae2ad53 2018-11-09 06:56:03,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:03,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cd857b1a-a29a-4348-952b-70c586eac381 Date: Fri, 09 Nov 2018 06:56:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["2383e5c3-1d88-47f1-ae18-ee165293946c"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:00Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:03,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net used request id req-cd857b1a-a29a-4348-952b-70c586eac381 2018-11-09 06:56:03,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:03,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b5f9092e-3029-4a5e-bf0a-da9be79c3125 Date: Fri, 09 Nov 2018 06:56:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:01Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"2383e5c3-1d88-47f1-ae18-ee165293946c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet"}]} 2018-11-09 06:56:03,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a used request id req-b5f9092e-3029-4a5e-bf0a-da9be79c3125 2018-11-09 06:56:03,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:03,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a0e09db2-78c6-4a98-9f4c-8c671d2ed004 Date: Fri, 09 Nov 2018 06:56:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["2383e5c3-1d88-47f1-ae18-ee165293946c"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:00Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:03,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net used request id req-a0e09db2-78c6-4a98-9f4c-8c671d2ed004 2018-11-09 06:56:04,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:04,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:04,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6956d7371b832049f91e4e7712959189ea036e7" 2018-11-09 06:56:04,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcabaea0-b0fe-4ad7-ae37-4b5fdfbb40f6 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:04,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-dcabaea0-b0fe-4ad7-ae37-4b5fdfbb40f6 2018-11-09 06:56:04,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:04,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3eb97149-2358-42ca-b123-d7676b9fd96a Date: Fri, 09 Nov 2018 06:56:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:01Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"2383e5c3-1d88-47f1-ae18-ee165293946c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet"}]} 2018-11-09 06:56:04,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a used request id req-3eb97149-2358-42ca-b123-d7676b9fd96a 2018-11-09 06:56:04,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a&name=NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:04,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d6c3078b-193c-4d63-9a0b-40c54d011429 Date: Fri, 09 Nov 2018 06:56:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:01Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"2383e5c3-1d88-47f1-ae18-ee165293946c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet"}]} 2018-11-09 06:56:04,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a&name=NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet used request id req-d6c3078b-193c-4d63-9a0b-40c54d011429 2018-11-09 06:56:04,195 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net 2018-11-09 06:56:04,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" -d '{"port": {"network_id": "9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a", "fixed_ips": [{"subnet_id": "2383e5c3-1d88-47f1-ae18-ee165293946c", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-port", "admin_state_up": true}}' 2018-11-09 06:56:05,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-7c9249d0-bff7-438e-a810-3b9c1ecb2aab Date: Fri, 09 Nov 2018 06:56:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:04Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2383e5c3-1d88-47f1-ae18-ee165293946c","ip_address":"10.55.1.100"}],"id":"fd1b45a9-6eeb-4690-a250-cc577aa93540","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:98:c0:32","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-port","project_id":"eaa3a8fe44f244bdb42f6df651318422","qos_policy_id":null,"admin_state_up":true,"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:04Z","binding:vnic_type":"normal"}} 2018-11-09 06:56:05,027 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-7c9249d0-bff7-438e-a810-3b9c1ecb2aab 2018-11-09 06:56:05,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:05,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-5951d3d4-149a-4b94-b9aa-d0d8503e2994 Date: Fri, 09 Nov 2018 06:56:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2383e5c3-1d88-47f1-ae18-ee165293946c","ip_address":"10.55.1.2"}],"id":"0ce0b87f-cadf-4978-8c45-969f9363936a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b2:15:38","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:04Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2383e5c3-1d88-47f1-ae18-ee165293946c","ip_address":"10.55.1.4"}],"id":"763fb74c-5a21-4886-b590-74dfb76ba8a5","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:b9:ca","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2383e5c3-1d88-47f1-ae18-ee165293946c","ip_address":"10.55.1.100"}],"id":"fd1b45a9-6eeb-4690-a250-cc577aa93540","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:98:c0:32","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-port","admin_state_up":true,"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:04Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2383e5c3-1d88-47f1-ae18-ee165293946c","ip_address":"10.55.1.3"}],"id":"ff5ef6c1-6751-46cd-aea6-a538c804aee9","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:70:b7","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a"}]} 2018-11-09 06:56:05,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports used request id req-5951d3d4-149a-4b94-b9aa-d0d8503e2994 2018-11-09 06:56:05,111 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-port 2018-11-09 06:56:05,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/fd1b45a9-6eeb-4690-a250-cc577aa93540 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:05,797 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-927687a9-5170-4427-9d1e-89e5d04076c2 Date: Fri, 09 Nov 2018 06:56:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:05,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/fd1b45a9-6eeb-4690-a250-cc577aa93540 used request id req-927687a9-5170-4427-9d1e-89e5d04076c2 2018-11-09 06:56:05,798 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet 2018-11-09 06:56:05,798 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-subnet 2018-11-09 06:56:05,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/2383e5c3-1d88-47f1-ae18-ee165293946c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:07,977 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-431d9741-ea04-4a8b-a878-1b02978520b0 Date: Fri, 09 Nov 2018 06:56:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:07,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/2383e5c3-1d88-47f1-ae18-ee165293946c used request id req-431d9741-ea04-4a8b-a878-1b02978520b0 2018-11-09 06:56:07,978 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6648cb3f-e1d1-49a7-87f2-93b0b5f15dcf-pub-net 2018-11-09 06:56:07,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27ad638a292468578a1fab558ff11d3a403ba80" 2018-11-09 06:56:09,230 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f33dbef2-e4cc-44a8-95d5-2716f60e6b7e Date: Fri, 09 Nov 2018 06:56:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:09,230 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/9b29fe42-72ab-4b42-a3f3-55c0be5a8e6a used request id req-f33dbef2-e4cc-44a8-95d5-2716f60e6b7e 2018-11-09 06:56:09,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:09,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["42uPRVwRSgS9WsbrgtjFRA"], "issued_at": "2018-11-09T06:56:09.000000Z"}} 2018-11-09 06:56:09,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:09,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96be4baa-a60b-4e46-95d4-4109403174ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:09,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-96be4baa-a60b-4e46-95d4-4109403174ef 2018-11-09 06:56:09,702 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net 2018-11-09 06:56:09,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" -d '{"network": {"name": "NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net", "admin_state_up": true}}' 2018-11-09 06:56:10,088 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-996fee19-6181-4d3f-b701-5de303e993cc Date: Fri, 09 Nov 2018 06:56: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":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:09Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:09Z","mtu":1450}} 2018-11-09 06:56:10,089 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-996fee19-6181-4d3f-b701-5de303e993cc 2018-11-09 06:56:10,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:10,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-47908994-4b0e-4f2d-b9db-1dfe8bb21b35 Date: Fri, 09 Nov 2018 06:56:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:09Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:09Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:10,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 used request id req-47908994-4b0e-4f2d-b9db-1dfe8bb21b35 2018-11-09 06:56:10,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:10,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-61935159-0878-464d-87ba-6ee2fbf21a0f Date: Fri, 09 Nov 2018 06:56:10 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:56:10,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 used request id req-61935159-0878-464d-87ba-6ee2fbf21a0f 2018-11-09 06:56:10,502 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet 2018-11-09 06:56:10,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" -d '{"subnets": [{"ip_version": 4, "network_id": "3c9a98d0-1a95-4b25-9df0-e43635ba5bf3", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet"}]}' 2018-11-09 06:56:11,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-83b2a9f3-c6a0-4686-95a8-514cd14e7e64 Date: Fri, 09 Nov 2018 06:56:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:10Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:10Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet"}]} 2018-11-09 06:56:11,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-83b2a9f3-c6a0-4686-95a8-514cd14e7e64 2018-11-09 06:56:11,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:11,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-046f6e28-7012-46e6-8e4e-8c47142b53d5 Date: Fri, 09 Nov 2018 06:56:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["6885bf71-07d5-4e90-9e5e-6c1c84ade69c"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:10Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:09Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:11,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 used request id req-046f6e28-7012-46e6-8e4e-8c47142b53d5 2018-11-09 06:56:11,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:11,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ed54a3de-7d54-4e07-a544-faf01aef7ac4 Date: Fri, 09 Nov 2018 06:56:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:10Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet"}]} 2018-11-09 06:56:11,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 used request id req-ed54a3de-7d54-4e07-a544-faf01aef7ac4 2018-11-09 06:56:11,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:11,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-011cc7a2-5e85-48ec-a150-5f444a9bbdd6 Date: Fri, 09 Nov 2018 06:56:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["6885bf71-07d5-4e90-9e5e-6c1c84ade69c"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:10Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:09Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:11,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net used request id req-011cc7a2-5e85-48ec-a150-5f444a9bbdd6 2018-11-09 06:56:11,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:11,435 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:11,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:11,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe724229-0e13-4699-a86e-8dc5b259095e 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:11,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-fe724229-0e13-4699-a86e-8dc5b259095e 2018-11-09 06:56:11,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:11,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5ccd32f4-6bf7-48a6-bc54-9c728b8a106f Date: Fri, 09 Nov 2018 06:56:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:10Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet"}]} 2018-11-09 06:56:11,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 used request id req-5ccd32f4-6bf7-48a6-bc54-9c728b8a106f 2018-11-09 06:56:11,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3&name=NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:11,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-63b40a90-b632-444c-8e03-03094e630fef Date: Fri, 09 Nov 2018 06:56:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:10Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet"}]} 2018-11-09 06:56:11,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3&name=NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet used request id req-63b40a90-b632-444c-8e03-03094e630fef 2018-11-09 06:56:11,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:56:11,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:12,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["Y0e2gDe1RLmbf7ZPJL4lGA"], "issued_at": "2018-11-09T06:56:11.000000Z"}} 2018-11-09 06:56:12,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3069158e45b0e4f33296c8b74af1d27775d506e" 2018-11-09 06:56:12,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-223ce05c-66aa-4ca5-99cb-d284e30bcf5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:12,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-223ce05c-66aa-4ca5-99cb-d284e30bcf5d 2018-11-09 06:56:12,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:12,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2890c01d-f8db-4e02-9d2f-81faa3c15ec5 Date: Fri, 09 Nov 2018 06:56:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["6885bf71-07d5-4e90-9e5e-6c1c84ade69c"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:10Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:09Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:12,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net used request id req-2890c01d-f8db-4e02-9d2f-81faa3c15ec5 2018-11-09 06:56:12,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:12,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0629070f-76cd-4383-9659-9c3df897e4f6 Date: Fri, 09 Nov 2018 06:56:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:10Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet"}]} 2018-11-09 06:56:12,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 used request id req-0629070f-76cd-4383-9659-9c3df897e4f6 2018-11-09 06:56:12,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:12,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-96e3bac8-b3cc-4c61-a11f-800acaaf012a Date: Fri, 09 Nov 2018 06:56:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["6885bf71-07d5-4e90-9e5e-6c1c84ade69c"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:10Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:09Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:12,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net used request id req-96e3bac8-b3cc-4c61-a11f-800acaaf012a 2018-11-09 06:56:12,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:12,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:12,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3069158e45b0e4f33296c8b74af1d27775d506e" 2018-11-09 06:56:13,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9619013-5d66-4340-a737-7c0706d81c55 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:13,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-c9619013-5d66-4340-a737-7c0706d81c55 2018-11-09 06:56:13,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:13,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d2f5d239-fa67-4bd6-b5ce-dcae8649643d Date: Fri, 09 Nov 2018 06:56:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:10Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet"}]} 2018-11-09 06:56:13,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 used request id req-d2f5d239-fa67-4bd6-b5ce-dcae8649643d 2018-11-09 06:56:13,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3&name=NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:13,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8ce3dd4c-b7af-4c33-a39d-5061c4c6268d Date: Fri, 09 Nov 2018 06:56:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:10Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet"}]} 2018-11-09 06:56:13,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3c9a98d0-1a95-4b25-9df0-e43635ba5bf3&name=NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet used request id req-8ce3dd4c-b7af-4c33-a39d-5061c4c6268d 2018-11-09 06:56:13,296 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net 2018-11-09 06:56:13,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" -d '{"port": {"network_id": "3c9a98d0-1a95-4b25-9df0-e43635ba5bf3", "fixed_ips": [{"subnet_id": "6885bf71-07d5-4e90-9e5e-6c1c84ade69c", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-port", "admin_state_up": true}}' 2018-11-09 06:56:14,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-5c232b67-939d-4e83-8454-57f7e30a27e5 Date: Fri, 09 Nov 2018 06:56:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:13Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","ip_address":"10.55.1.100"}],"id":"4afb7cd7-41b8-4eff-a2e5-31d0facd6d39","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:be:f9:01","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-port","project_id":"eaa3a8fe44f244bdb42f6df651318422","qos_policy_id":null,"admin_state_up":true,"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:13Z","binding:vnic_type":"normal"}} 2018-11-09 06:56:14,161 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-5c232b67-939d-4e83-8454-57f7e30a27e5 2018-11-09 06:56:14,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:14,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-f9f184a5-4c7b-4023-a53d-0607e3efa87b Date: Fri, 09 Nov 2018 06:56:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","ip_address":"10.55.1.3"}],"id":"28871a57-feb3-41b7-96b9-4e713694c736","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:51:4a","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3c9a98d0-1a95-4b25-9df0-e43635ba5bf3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","ip_address":"10.55.1.100"}],"id":"4afb7cd7-41b8-4eff-a2e5-31d0facd6d39","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:be:f9:01","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-port","admin_state_up":true,"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:13Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","ip_address":"10.55.1.2"}],"id":"4e88c619-5af1-4eb1-8bcb-6cea2204bbfa","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:20:fa","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3c9a98d0-1a95-4b25-9df0-e43635ba5bf3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:12Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6885bf71-07d5-4e90-9e5e-6c1c84ade69c","ip_address":"10.55.1.4"}],"id":"abbfe9ec-06f8-4581-82bd-b36009571fbd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:d1:f8","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3c9a98d0-1a95-4b25-9df0-e43635ba5bf3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3c9a98d0-1a95-4b25-9df0-e43635ba5bf3"}]} 2018-11-09 06:56:14,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports used request id req-f9f184a5-4c7b-4023-a53d-0607e3efa87b 2018-11-09 06:56:14,389 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-port 2018-11-09 06:56:14,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/4afb7cd7-41b8-4eff-a2e5-31d0facd6d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:14,972 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4698dad-0a07-49c1-b475-0883b9dba23a Date: Fri, 09 Nov 2018 06:56:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:14,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/4afb7cd7-41b8-4eff-a2e5-31d0facd6d39 used request id req-c4698dad-0a07-49c1-b475-0883b9dba23a 2018-11-09 06:56:14,973 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet 2018-11-09 06:56:14,973 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-subnet 2018-11-09 06:56:14,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/6885bf71-07d5-4e90-9e5e-6c1c84ade69c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:17,024 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4cfa873-8d31-4677-a06b-ea21f10e0152 Date: Fri, 09 Nov 2018 06:56:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:17,024 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/6885bf71-07d5-4e90-9e5e-6c1c84ade69c used request id req-c4cfa873-8d31-4677-a06b-ea21f10e0152 2018-11-09 06:56:17,024 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4ac64cb0-ce52-4813-a1c4-9ba68efaec8a-pub-net 2018-11-09 06:56:17,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0f3e28f3dfdece47c16bbd63e7d9b5ac9ea134d" 2018-11-09 06:56:18,452 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d137483-cc82-4e9d-99be-27d055bd5dcd Date: Fri, 09 Nov 2018 06:56:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:18,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/3c9a98d0-1a95-4b25-9df0-e43635ba5bf3 used request id req-7d137483-cc82-4e9d-99be-27d055bd5dcd 2018-11-09 06:56:18,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:18,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["8FCqwL7LSBKFs5-GM76WBg"], "issued_at": "2018-11-09T06:56:18.000000Z"}} 2018-11-09 06:56:18,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:18,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187ca086-e337-45bd-8de2-64f283b2fd62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:18,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-187ca086-e337-45bd-8de2-64f283b2fd62 2018-11-09 06:56:18,929 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net 2018-11-09 06:56:18,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" -d '{"network": {"name": "NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net", "admin_state_up": true}}' 2018-11-09 06:56:19,320 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-388cf053-0a6b-4741-9530-5c8e21cb8e24 Date: Fri, 09 Nov 2018 06:56: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":"446e4f01-9007-4edf-9c58-959a373afcd3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:18Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:18Z","mtu":1450}} 2018-11-09 06:56:19,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-388cf053-0a6b-4741-9530-5c8e21cb8e24 2018-11-09 06:56:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=446e4f01-9007-4edf-9c58-959a373afcd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:19,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d014f670-fbd1-42eb-a001-d25d8f08b6c4 Date: Fri, 09 Nov 2018 06:56:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"446e4f01-9007-4edf-9c58-959a373afcd3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:18Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:18Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:19,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=446e4f01-9007-4edf-9c58-959a373afcd3 used request id req-d014f670-fbd1-42eb-a001-d25d8f08b6c4 2018-11-09 06:56:19,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:19,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-186396fc-8304-441a-8007-4f1ff7f97a67 Date: Fri, 09 Nov 2018 06:56:19 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:56:19,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3 used request id req-186396fc-8304-441a-8007-4f1ff7f97a67 2018-11-09 06:56:19,750 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet 2018-11-09 06:56:19,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" -d '{"subnets": [{"ip_version": 4, "network_id": "446e4f01-9007-4edf-9c58-959a373afcd3", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet"}]}' 2018-11-09 06:56:20,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-60bfe439-bd78-42fc-9220-9b9547458918 Date: Fri, 09 Nov 2018 06:56:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"446e4f01-9007-4edf-9c58-959a373afcd3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:19Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"f97d02ca-d368-4256-84fb-e57a2f3ad85d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet"}]} 2018-11-09 06:56:20,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-60bfe439-bd78-42fc-9220-9b9547458918 2018-11-09 06:56:20,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=446e4f01-9007-4edf-9c58-959a373afcd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:20,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-27379939-4a35-48a1-8af1-38f000bd1416 Date: Fri, 09 Nov 2018 06:56:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"446e4f01-9007-4edf-9c58-959a373afcd3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["f97d02ca-d368-4256-84fb-e57a2f3ad85d"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:19Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:18Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:20,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=446e4f01-9007-4edf-9c58-959a373afcd3 used request id req-27379939-4a35-48a1-8af1-38f000bd1416 2018-11-09 06:56:20,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:20,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-277aaa05-9d73-41d7-81d0-5cc55ec273be Date: Fri, 09 Nov 2018 06:56:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"446e4f01-9007-4edf-9c58-959a373afcd3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:19Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"f97d02ca-d368-4256-84fb-e57a2f3ad85d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet"}]} 2018-11-09 06:56:20,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3 used request id req-277aaa05-9d73-41d7-81d0-5cc55ec273be 2018-11-09 06:56:20,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:21,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-970a66fd-7a3b-4036-946d-4aeb48a0f385 Date: Fri, 09 Nov 2018 06:56:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"446e4f01-9007-4edf-9c58-959a373afcd3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["f97d02ca-d368-4256-84fb-e57a2f3ad85d"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:19Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:18Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:21,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net used request id req-970a66fd-7a3b-4036-946d-4aeb48a0f385 2018-11-09 06:56:21,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:21,078 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:21,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:21,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ff658f-826c-4533-be64-44f703b45809 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:21,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-71ff658f-826c-4533-be64-44f703b45809 2018-11-09 06:56:21,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:21,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d1d18dda-4004-4746-b796-51fcbe7c366a Date: Fri, 09 Nov 2018 06:56:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"446e4f01-9007-4edf-9c58-959a373afcd3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:19Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"f97d02ca-d368-4256-84fb-e57a2f3ad85d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet"}]} 2018-11-09 06:56:21,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3 used request id req-d1d18dda-4004-4746-b796-51fcbe7c366a 2018-11-09 06:56:21,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3&name=NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:21,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-32857bef-af39-47c1-909c-1d9961f1c325 Date: Fri, 09 Nov 2018 06:56:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"446e4f01-9007-4edf-9c58-959a373afcd3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:19Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"f97d02ca-d368-4256-84fb-e57a2f3ad85d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet"}]} 2018-11-09 06:56:21,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3&name=NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet used request id req-32857bef-af39-47c1-909c-1d9961f1c325 2018-11-09 06:56:21,373 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:56:21,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:21,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["C5mwonJeSIqc-9AsbngaOw"], "issued_at": "2018-11-09T06:56:21.000000Z"}} 2018-11-09 06:56:21,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f83f274ba446d448105bdc0e594d34326ff4f502" 2018-11-09 06:56:21,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c15a711-7860-4274-8d98-fa63c22f2573 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:21,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1c15a711-7860-4274-8d98-fa63c22f2573 2018-11-09 06:56:21,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:22,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e272eed1-d063-4ca9-8154-f07fee1b8a98 Date: Fri, 09 Nov 2018 06:56:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"446e4f01-9007-4edf-9c58-959a373afcd3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["f97d02ca-d368-4256-84fb-e57a2f3ad85d"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:19Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:18Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:22,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net used request id req-e272eed1-d063-4ca9-8154-f07fee1b8a98 2018-11-09 06:56:22,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:22,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4117c5ff-ac67-4f36-9bad-1d2a675f186d Date: Fri, 09 Nov 2018 06:56:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"446e4f01-9007-4edf-9c58-959a373afcd3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:19Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"f97d02ca-d368-4256-84fb-e57a2f3ad85d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet"}]} 2018-11-09 06:56:22,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3 used request id req-4117c5ff-ac67-4f36-9bad-1d2a675f186d 2018-11-09 06:56:22,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:22,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-aa3d39a2-468b-464f-9af4-0343b8998ea5 Date: Fri, 09 Nov 2018 06:56:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"446e4f01-9007-4edf-9c58-959a373afcd3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["f97d02ca-d368-4256-84fb-e57a2f3ad85d"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:19Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:18Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:22,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net used request id req-aa3d39a2-468b-464f-9af4-0343b8998ea5 2018-11-09 06:56:22,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:22,456 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:22,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f83f274ba446d448105bdc0e594d34326ff4f502" 2018-11-09 06:56:22,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a2a677-cf77-4cd6-bf2b-45438fb934aa 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:22,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-17a2a677-cf77-4cd6-bf2b-45438fb934aa 2018-11-09 06:56:22,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:22,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-229d9391-1a07-4738-9df5-381c59a9cbb9 Date: Fri, 09 Nov 2018 06:56:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"446e4f01-9007-4edf-9c58-959a373afcd3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:19Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"f97d02ca-d368-4256-84fb-e57a2f3ad85d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet"}]} 2018-11-09 06:56:22,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3 used request id req-229d9391-1a07-4738-9df5-381c59a9cbb9 2018-11-09 06:56:22,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3&name=NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:22,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a151bb0e-c84e-4171-ac9d-cc26438947c7 Date: Fri, 09 Nov 2018 06:56:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"446e4f01-9007-4edf-9c58-959a373afcd3","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:19Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"f97d02ca-d368-4256-84fb-e57a2f3ad85d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet"}]} 2018-11-09 06:56:22,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=446e4f01-9007-4edf-9c58-959a373afcd3&name=NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet used request id req-a151bb0e-c84e-4171-ac9d-cc26438947c7 2018-11-09 06:56:22,686 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net 2018-11-09 06:56:22,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" -d '{"port": {"network_id": "446e4f01-9007-4edf-9c58-959a373afcd3", "fixed_ips": [{"subnet_id": "f97d02ca-d368-4256-84fb-e57a2f3ad85d", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-port", "admin_state_up": true}}' 2018-11-09 06:56:22,857 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-d6416f3f-212c-4fa4-b992-9042281c0aee Date: Fri, 09 Nov 2018 06:56:22 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 06:56:22,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-d6416f3f-212c-4fa4-b992-9042281c0aee 2018-11-09 06:56:22,857 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 06:56:22,857 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet 2018-11-09 06:56:22,858 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-subnet 2018-11-09 06:56:22,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/f97d02ca-d368-4256-84fb-e57a2f3ad85d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:25,299 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2da46aad-221e-41e7-9674-54a3b80889bd Date: Fri, 09 Nov 2018 06:56:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:25,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f97d02ca-d368-4256-84fb-e57a2f3ad85d used request id req-2da46aad-221e-41e7-9674-54a3b80889bd 2018-11-09 06:56:25,299 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-67408995-a47e-48ba-b4b3-a723b4952780-pub-net 2018-11-09 06:56:25,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/446e4f01-9007-4edf-9c58-959a373afcd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f97e9e89e55b72d931f309fc493cff1eb50cd446" 2018-11-09 06:56:26,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4fe8ed8d-8872-47f1-8813-201fb45019ac Date: Fri, 09 Nov 2018 06:56:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:26,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/446e4f01-9007-4edf-9c58-959a373afcd3 used request id req-4fe8ed8d-8872-47f1-8813-201fb45019ac 2018-11-09 06:56:26,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:27,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["k48LcCLLQpKkENdotWWE-w"], "issued_at": "2018-11-09T06:56:26.000000Z"}} 2018-11-09 06:56:27,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:27,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51dea0b-1e77-4535-a20e-d08f808ba22c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:27,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b51dea0b-1e77-4535-a20e-d08f808ba22c 2018-11-09 06:56:27,107 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net 2018-11-09 06:56:27,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" -d '{"network": {"name": "NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net", "admin_state_up": true}}' 2018-11-09 06:56:27,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2e0a640e-fee2-4bbe-b891-37bfa3be2617 Date: Fri, 09 Nov 2018 06:56:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7aec2588-2038-44e1-a1bd-6342e8794a01","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:27Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:27Z","mtu":1450}} 2018-11-09 06:56:27,518 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-2e0a640e-fee2-4bbe-b891-37bfa3be2617 2018-11-09 06:56:27,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=7aec2588-2038-44e1-a1bd-6342e8794a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:27,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d417d5de-7fdc-4bd7-9ce6-16c7a6d5aef4 Date: Fri, 09 Nov 2018 06:56:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7aec2588-2038-44e1-a1bd-6342e8794a01","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:27Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:27Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:27,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=7aec2588-2038-44e1-a1bd-6342e8794a01 used request id req-d417d5de-7fdc-4bd7-9ce6-16c7a6d5aef4 2018-11-09 06:56:27,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:28,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-cda213bf-2984-435b-af1f-3127fd03dbb2 Date: Fri, 09 Nov 2018 06:56:27 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:56:28,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01 used request id req-cda213bf-2984-435b-af1f-3127fd03dbb2 2018-11-09 06:56:28,027 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet 2018-11-09 06:56:28,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" -d '{"subnets": [{"ip_version": 4, "network_id": "7aec2588-2038-44e1-a1bd-6342e8794a01", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet"}]}' 2018-11-09 06:56:28,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ee716e95-d3b4-4d2a-a5a0-b41cbf705565 Date: Fri, 09 Nov 2018 06:56:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7aec2588-2038-44e1-a1bd-6342e8794a01","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:28Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"730654ae-6146-4d27-b5d0-64743bf145fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet"}]} 2018-11-09 06:56:28,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-ee716e95-d3b4-4d2a-a5a0-b41cbf705565 2018-11-09 06:56:28,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=7aec2588-2038-44e1-a1bd-6342e8794a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:28,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7b2a9eff-352c-49dd-b2ab-9d0d145fc2d3 Date: Fri, 09 Nov 2018 06:56:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7aec2588-2038-44e1-a1bd-6342e8794a01","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["730654ae-6146-4d27-b5d0-64743bf145fa"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:27Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:28,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=7aec2588-2038-44e1-a1bd-6342e8794a01 used request id req-7b2a9eff-352c-49dd-b2ab-9d0d145fc2d3 2018-11-09 06:56:28,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:29,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9eba8eb8-5e55-4e0b-b73a-58b7e6bd3f38 Date: Fri, 09 Nov 2018 06:56:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7aec2588-2038-44e1-a1bd-6342e8794a01","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:28Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"730654ae-6146-4d27-b5d0-64743bf145fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet"}]} 2018-11-09 06:56:29,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01 used request id req-9eba8eb8-5e55-4e0b-b73a-58b7e6bd3f38 2018-11-09 06:56:29,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:29,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c1a0788e-7ec2-45b7-a806-4b2aa0ee9448 Date: Fri, 09 Nov 2018 06:56:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7aec2588-2038-44e1-a1bd-6342e8794a01","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["730654ae-6146-4d27-b5d0-64743bf145fa"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:27Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:29,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net used request id req-c1a0788e-7ec2-45b7-a806-4b2aa0ee9448 2018-11-09 06:56:29,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:29,420 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:29,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:29,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7323cd2f-b0a1-4933-9e2c-2b5860181b2f 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:29,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-7323cd2f-b0a1-4933-9e2c-2b5860181b2f 2018-11-09 06:56:29,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:29,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-30494989-549a-413b-bfe5-8386f12a0c4d Date: Fri, 09 Nov 2018 06:56:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7aec2588-2038-44e1-a1bd-6342e8794a01","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:28Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"730654ae-6146-4d27-b5d0-64743bf145fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet"}]} 2018-11-09 06:56:29,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01 used request id req-30494989-549a-413b-bfe5-8386f12a0c4d 2018-11-09 06:56:29,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01&name=NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:29,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-df781ff0-8766-427c-b5e6-a1881bbb7850 Date: Fri, 09 Nov 2018 06:56:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7aec2588-2038-44e1-a1bd-6342e8794a01","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:28Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"730654ae-6146-4d27-b5d0-64743bf145fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet"}]} 2018-11-09 06:56:29,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01&name=NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet used request id req-df781ff0-8766-427c-b5e6-a1881bbb7850 2018-11-09 06:56:29,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:56:29,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:30,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["4vWX4XEXRtKldvWwsy6WNw"], "issued_at": "2018-11-09T06:56:30.000000Z"}} 2018-11-09 06:56:30,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92fb26447f4d9079630cde957551818abfb752e2" 2018-11-09 06:56:30,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1606ba4-7b85-48e4-9b3e-98d12312daf6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:30,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f1606ba4-7b85-48e4-9b3e-98d12312daf6 2018-11-09 06:56:30,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:30,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-048297d3-e717-4050-a556-a1db14f3edef Date: Fri, 09 Nov 2018 06:56:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7aec2588-2038-44e1-a1bd-6342e8794a01","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["730654ae-6146-4d27-b5d0-64743bf145fa"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:27Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:30,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net used request id req-048297d3-e717-4050-a556-a1db14f3edef 2018-11-09 06:56:30,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:30,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a64f94b5-dad1-47e4-ad47-ac6cba66351e Date: Fri, 09 Nov 2018 06:56:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7aec2588-2038-44e1-a1bd-6342e8794a01","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:28Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"730654ae-6146-4d27-b5d0-64743bf145fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet"}]} 2018-11-09 06:56:30,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01 used request id req-a64f94b5-dad1-47e4-ad47-ac6cba66351e 2018-11-09 06:56:30,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:31,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9c57c854-c96f-46e6-b3fb-23ff48a9b745 Date: Fri, 09 Nov 2018 06:56:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7aec2588-2038-44e1-a1bd-6342e8794a01","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["730654ae-6146-4d27-b5d0-64743bf145fa"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:27Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:31,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net used request id req-9c57c854-c96f-46e6-b3fb-23ff48a9b745 2018-11-09 06:56:31,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:31,109 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:31,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92fb26447f4d9079630cde957551818abfb752e2" 2018-11-09 06:56:31,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6711fbf-3a96-410c-b67b-434ff3f78235 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:31,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-c6711fbf-3a96-410c-b67b-434ff3f78235 2018-11-09 06:56:31,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:31,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3824ad8c-e948-4456-a2c3-eee7cd05794f Date: Fri, 09 Nov 2018 06:56:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7aec2588-2038-44e1-a1bd-6342e8794a01","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:28Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"730654ae-6146-4d27-b5d0-64743bf145fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet"}]} 2018-11-09 06:56:31,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01 used request id req-3824ad8c-e948-4456-a2c3-eee7cd05794f 2018-11-09 06:56:31,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01&name=NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:31,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f1d0710b-cf3c-46cf-ae32-9d91c4614c4e Date: Fri, 09 Nov 2018 06:56:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7aec2588-2038-44e1-a1bd-6342e8794a01","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:28Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56: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":"eaa3a8fe44f244bdb42f6df651318422","id":"730654ae-6146-4d27-b5d0-64743bf145fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet"}]} 2018-11-09 06:56:31,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=7aec2588-2038-44e1-a1bd-6342e8794a01&name=NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet used request id req-f1d0710b-cf3c-46cf-ae32-9d91c4614c4e 2018-11-09 06:56:31,639 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net 2018-11-09 06:56:31,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" -d '{"port": {"network_id": "7aec2588-2038-44e1-a1bd-6342e8794a01", "fixed_ips": [{"subnet_id": "730654ae-6146-4d27-b5d0-64743bf145fa", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-port", "admin_state_up": true}}' 2018-11-09 06:56:32,017 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-233a1ed1-11bd-43b0-98ac-514482848014 Date: Fri, 09 Nov 2018 06:56:31 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-09 06:56:32,017 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-233a1ed1-11bd-43b0-98ac-514482848014 2018-11-09 06:56:32,017 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-09 06:56:32,018 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet 2018-11-09 06:56:32,018 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-subnet 2018-11-09 06:56:32,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/730654ae-6146-4d27-b5d0-64743bf145fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:34,170 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4503c636-9655-41fe-a7de-a2aeae4c0beb Date: Fri, 09 Nov 2018 06:56:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:34,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/730654ae-6146-4d27-b5d0-64743bf145fa used request id req-4503c636-9655-41fe-a7de-a2aeae4c0beb 2018-11-09 06:56:34,170 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-364f684b-c786-47af-821e-2c327e7429a6-pub-net 2018-11-09 06:56:34,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/7aec2588-2038-44e1-a1bd-6342e8794a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147aba71786238c7a6fe207019358a7b56131872" 2018-11-09 06:56:35,433 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bec601d6-194e-4383-a2f5-d1c69458f66a Date: Fri, 09 Nov 2018 06:56:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:35,433 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/7aec2588-2038-44e1-a1bd-6342e8794a01 used request id req-bec601d6-194e-4383-a2f5-d1c69458f66a 2018-11-09 06:56:35,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:35,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["ot8PGUAyRnqkYhMVBVdwaw"], "issued_at": "2018-11-09T06:56:35.000000Z"}} 2018-11-09 06:56:35,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:35,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ef9928-16c2-427f-a3dc-ee7148cf1733 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:35,891 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-48ef9928-16c2-427f-a3dc-ee7148cf1733 2018-11-09 06:56:35,892 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net 2018-11-09 06:56:35,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" -d '{"network": {"name": "NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net", "admin_state_up": true}}' 2018-11-09 06:56:36,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-bb5f3f6c-5e00-490d-9503-6eff4f2ccbc4 Date: Fri, 09 Nov 2018 06:56:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":99,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:36Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","mtu":1450}} 2018-11-09 06:56:36,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-bb5f3f6c-5e00-490d-9503-6eff4f2ccbc4 2018-11-09 06:56:36,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:36,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-c850e00f-7b87-4176-a150-30e752227e87 Date: Fri, 09 Nov 2018 06:56:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":99,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:36,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 used request id req-c850e00f-7b87-4176-a150-30e752227e87 2018-11-09 06:56:36,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:36,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b2a2b71b-5cb3-49df-81a3-e8418cb5ed3b Date: Fri, 09 Nov 2018 06:56:36 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:56:36,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 used request id req-b2a2b71b-5cb3-49df-81a3-e8418cb5ed3b 2018-11-09 06:56:36,744 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet 2018-11-09 06:56:36,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" -d '{"subnets": [{"ip_version": 4, "network_id": "27e51fc6-09bc-45d3-903a-4ac3a40064a1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet"}]}' 2018-11-09 06:56:37,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fe4d267d-f3c4-4aaf-9039-b4ddce84ebe2 Date: Fri, 09 Nov 2018 06:56:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:36Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122","subnetpool_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet"}]} 2018-11-09 06:56:37,422 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-fe4d267d-f3c4-4aaf-9039-b4ddce84ebe2 2018-11-09 06:56:37,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:37,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fb3a36f8-bf1e-4fc8-8555-9d6603a5c559 Date: Fri, 09 Nov 2018 06:56:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":99,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:37,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 used request id req-fb3a36f8-bf1e-4fc8-8555-9d6603a5c559 2018-11-09 06:56:37,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:37,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1c1f003f-cb86-43c6-87f1-3c8775d39fbe Date: Fri, 09 Nov 2018 06:56:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122","subnetpool_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet"}]} 2018-11-09 06:56:37,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 used request id req-1c1f003f-cb86-43c6-87f1-3c8775d39fbe 2018-11-09 06:56:37,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:38,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-73f998ac-2b96-4fcb-bc7e-e155c0d837aa Date: Fri, 09 Nov 2018 06:56:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":99,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:38,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net used request id req-73f998ac-2b96-4fcb-bc7e-e155c0d837aa 2018-11-09 06:56:38,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:38,197 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:38,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:38,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fec0b79-036b-4856-9ae1-e9086f4d7f07 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:38,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-1fec0b79-036b-4856-9ae1-e9086f4d7f07 2018-11-09 06:56:38,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:38,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a6ecbe2-9d4c-46c3-a69a-2dcab589b7fb Date: Fri, 09 Nov 2018 06:56:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122","subnetpool_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet"}]} 2018-11-09 06:56:38,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 used request id req-7a6ecbe2-9d4c-46c3-a69a-2dcab589b7fb 2018-11-09 06:56:38,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1&name=NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:38,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-df05a686-8358-4aa4-81f8-c9eec0dc0fa3 Date: Fri, 09 Nov 2018 06:56:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122","subnetpool_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet"}]} 2018-11-09 06:56:38,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1&name=NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet used request id req-df05a686-8358-4aa4-81f8-c9eec0dc0fa3 2018-11-09 06:56:38,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:56:38,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:39,071 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["G3HJ_TMCSQCqNYDpuwLYdw"], "issued_at": "2018-11-09T06:56:38.000000Z"}} 2018-11-09 06:56:39,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74e2aefd36e0be6f4ec08bce76bf6a2b2a9ab3fc" 2018-11-09 06:56:39,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-208be0c9-90fa-4d5e-a273-24bbc4b5759f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:39,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-208be0c9-90fa-4d5e-a273-24bbc4b5759f 2018-11-09 06:56:39,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:39,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-38c4a083-97b0-4e09-9553-1f6a93697df1 Date: Fri, 09 Nov 2018 06:56:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":99,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:39,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net used request id req-38c4a083-97b0-4e09-9553-1f6a93697df1 2018-11-09 06:56:39,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:39,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9be8258f-c093-49e4-8593-dbfd408a3e5f Date: Fri, 09 Nov 2018 06:56:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122","subnetpool_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet"}]} 2018-11-09 06:56:39,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 used request id req-9be8258f-c093-49e4-8593-dbfd408a3e5f 2018-11-09 06:56:39,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:39,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-274cb7b0-d6e6-4464-aa6c-87b96d784ed5 Date: Fri, 09 Nov 2018 06:56:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":99,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:39,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net used request id req-274cb7b0-d6e6-4464-aa6c-87b96d784ed5 2018-11-09 06:56:39,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:39,845 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:39,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74e2aefd36e0be6f4ec08bce76bf6a2b2a9ab3fc" 2018-11-09 06:56:39,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e19210-5133-4774-8eca-ed72f30f3b6f 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:39,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-97e19210-5133-4774-8eca-ed72f30f3b6f 2018-11-09 06:56:39,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:40,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8aab6959-874e-4e4e-973e-35452b50af83 Date: Fri, 09 Nov 2018 06:56:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122","subnetpool_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet"}]} 2018-11-09 06:56:40,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1 used request id req-8aab6959-874e-4e4e-973e-35452b50af83 2018-11-09 06:56:40,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1&name=NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:40,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a236b27e-08f5-430e-b88c-ffdbba69b2de Date: Fri, 09 Nov 2018 06:56:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27e51fc6-09bc-45d3-903a-4ac3a40064a1","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:36Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122","subnetpool_id":null,"name":"NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet"}]} 2018-11-09 06:56:40,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27e51fc6-09bc-45d3-903a-4ac3a40064a1&name=NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet used request id req-a236b27e-08f5-430e-b88c-ffdbba69b2de 2018-11-09 06:56:40,071 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net 2018-11-09 06:56:40,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" -d '{"port": {"network_id": "27e51fc6-09bc-45d3-903a-4ac3a40064a1", "fixed_ips": [{"subnet_id": "a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122", "ip_address": null}], "name": "NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-port", "admin_state_up": true}}' 2018-11-09 06:56:40,241 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-d2a25d7d-ca95-498e-b514-4251a20581e0 Date: Fri, 09 Nov 2018 06:56:39 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 06:56:40,241 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-d2a25d7d-ca95-498e-b514-4251a20581e0 2018-11-09 06:56:40,242 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 06:56:40,242 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet 2018-11-09 06:56:40,242 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-subnet 2018-11-09 06:56:40,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:42,314 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef29ac8a-3149-47f1-b4ec-31fe70a6a299 Date: Fri, 09 Nov 2018 06:56:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:42,314 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a2200ef6-dd6e-4ff4-ad75-9ad05bcdf122 used request id req-ef29ac8a-3149-47f1-b4ec-31fe70a6a299 2018-11-09 06:56:42,314 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-874a4231-cb8d-43a0-984f-9907064f0c01-pub-net 2018-11-09 06:56:42,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/27e51fc6-09bc-45d3-903a-4ac3a40064a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea0106c76e571876a610e07eccfb1389512f475" 2018-11-09 06:56:43,535 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f941810-85e6-458e-8921-a88e4334b31c Date: Fri, 09 Nov 2018 06:56:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:43,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/27e51fc6-09bc-45d3-903a-4ac3a40064a1 used request id req-0f941810-85e6-458e-8921-a88e4334b31c 2018-11-09 06:56:43,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:43,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["l3wDWDKKStGRu8epGO3NVQ"], "issued_at": "2018-11-09T06:56:43.000000Z"}} 2018-11-09 06:56:43,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:43,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43d6960b-077e-445a-8971-78efbd644ff4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:43,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-43d6960b-077e-445a-8971-78efbd644ff4 2018-11-09 06:56:44,000 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net 2018-11-09 06:56:44,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" -d '{"network": {"name": "NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net", "admin_state_up": true}}' 2018-11-09 06:56:44,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-c46fb9ff-0808-46be-a904-8bf1bc5afa17 Date: Fri, 09 Nov 2018 06:56:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:43Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:43Z","mtu":1450}} 2018-11-09 06:56:44,446 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-c46fb9ff-0808-46be-a904-8bf1bc5afa17 2018-11-09 06:56:44,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:44,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-e62303bb-be5f-4381-8d2b-ff2b14c549c0 Date: Fri, 09 Nov 2018 06:56:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:56:43Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:43Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:44,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 used request id req-e62303bb-be5f-4381-8d2b-ff2b14c549c0 2018-11-09 06:56:44,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:44,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-af69c5e5-edc0-4249-96e6-f80533d8d3bd Date: Fri, 09 Nov 2018 06:56:44 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:56:44,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 used request id req-af69c5e5-edc0-4249-96e6-f80533d8d3bd 2018-11-09 06:56:44,885 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet 2018-11-09 06:56:44,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" -d '{"subnets": [{"ip_version": 4, "network_id": "94c6d18a-eecc-4e94-9cdf-5216bf1bce83", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet"}]}' 2018-11-09 06:56:45,392 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dff06bb3-4bca-4dcd-97bc-f2c3fca3e75c Date: Fri, 09 Nov 2018 06:56:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:44Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:44Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"7d721e1f-9f7a-4bf1-9275-1af3d083aaa3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet"}]} 2018-11-09 06:56:45,392 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-dff06bb3-4bca-4dcd-97bc-f2c3fca3e75c 2018-11-09 06:56:45,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:45,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-410b98b6-696f-43ee-8938-19a70dd71766 Date: Fri, 09 Nov 2018 06:56:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["7d721e1f-9f7a-4bf1-9275-1af3d083aaa3"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:44Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:43Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:45,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 used request id req-410b98b6-696f-43ee-8938-19a70dd71766 2018-11-09 06:56:45,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:45,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-99a79422-b7a3-4438-81c2-532230d1d61a Date: Fri, 09 Nov 2018 06:56:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:44Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"7d721e1f-9f7a-4bf1-9275-1af3d083aaa3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet"}]} 2018-11-09 06:56:45,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 used request id req-99a79422-b7a3-4438-81c2-532230d1d61a 2018-11-09 06:56:45,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:46,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f8727e24-f563-49ac-83f0-aa3705cc90b1 Date: Fri, 09 Nov 2018 06:56:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["7d721e1f-9f7a-4bf1-9275-1af3d083aaa3"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:44Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:43Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:46,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net used request id req-f8727e24-f563-49ac-83f0-aa3705cc90b1 2018-11-09 06:56:46,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:46,120 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:46,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:46,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccaadf7f-7412-4170-9110-817c1404df09 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:46,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-ccaadf7f-7412-4170-9110-817c1404df09 2018-11-09 06:56:46,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:46,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f5bcc92c-ee5e-4329-83fc-81319d67cd51 Date: Fri, 09 Nov 2018 06:56:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:44Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"7d721e1f-9f7a-4bf1-9275-1af3d083aaa3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet"}]} 2018-11-09 06:56:46,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 used request id req-f5bcc92c-ee5e-4329-83fc-81319d67cd51 2018-11-09 06:56:46,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83&name=NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:46,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b34fd9bf-1e47-4638-9d0f-7320a1fd8f96 Date: Fri, 09 Nov 2018 06:56:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:44Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"7d721e1f-9f7a-4bf1-9275-1af3d083aaa3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet"}]} 2018-11-09 06:56:46,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83&name=NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet used request id req-b34fd9bf-1e47-4638-9d0f-7320a1fd8f96 2018-11-09 06:56:46,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:56:46,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:46,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["2H4Y83coRrK9iS8X2lnJtg"], "issued_at": "2018-11-09T06:56:46.000000Z"}} 2018-11-09 06:56:46,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd93ba90d54d524cdbceee7555ab0479a41be869" 2018-11-09 06:56:47,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-223c77f7-eb66-4032-a3e5-78095d65cc71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:47,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-223c77f7-eb66-4032-a3e5-78095d65cc71 2018-11-09 06:56:47,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:47,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a81958eb-6bf4-4bfb-b4f4-bd0f8f3db2f4 Date: Fri, 09 Nov 2018 06:56:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["7d721e1f-9f7a-4bf1-9275-1af3d083aaa3"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:44Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:43Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:47,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net used request id req-a81958eb-6bf4-4bfb-b4f4-bd0f8f3db2f4 2018-11-09 06:56:47,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:47,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8ef70251-a2ea-43f9-bf0c-0cabb6c6e7ad Date: Fri, 09 Nov 2018 06:56:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:44Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"7d721e1f-9f7a-4bf1-9275-1af3d083aaa3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet"}]} 2018-11-09 06:56:47,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 used request id req-8ef70251-a2ea-43f9-bf0c-0cabb6c6e7ad 2018-11-09 06:56:47,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:47,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b68fc33e-a3c5-4ee0-a4bf-5e7312c3ab75 Date: Fri, 09 Nov 2018 06:56:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":81,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["7d721e1f-9f7a-4bf1-9275-1af3d083aaa3"],"description":"","tags":[],"updated_at":"2018-11-09T06:56:44Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:43Z","provider:network_type":"vxlan"}]} 2018-11-09 06:56:47,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net used request id req-b68fc33e-a3c5-4ee0-a4bf-5e7312c3ab75 2018-11-09 06:56:47,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:56:47,595 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:56:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:56:47,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd93ba90d54d524cdbceee7555ab0479a41be869" 2018-11-09 06:56:47,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3700888-1019-4479-baa2-e6a981357b9c 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:56:47,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-a3700888-1019-4479-baa2-e6a981357b9c 2018-11-09 06:56:47,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:47,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0f85ec10-58d5-436a-9e7b-d71c2863939b Date: Fri, 09 Nov 2018 06:56:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:44Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"7d721e1f-9f7a-4bf1-9275-1af3d083aaa3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet"}]} 2018-11-09 06:56:47,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83 used request id req-0f85ec10-58d5-436a-9e7b-d71c2863939b 2018-11-09 06:56:47,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83&name=NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:47,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-98ffb0c0-3108-41be-a1c8-f1f94cc1f667 Date: Fri, 09 Nov 2018 06:56:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:44Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"7d721e1f-9f7a-4bf1-9275-1af3d083aaa3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet"}]} 2018-11-09 06:56:47,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=94c6d18a-eecc-4e94-9cdf-5216bf1bce83&name=NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet used request id req-98ffb0c0-3108-41be-a1c8-f1f94cc1f667 2018-11-09 06:56:47,786 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net 2018-11-09 06:56:47,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" -d '{"port": {"network_id": "94c6d18a-eecc-4e94-9cdf-5216bf1bce83", "fixed_ips": [{"subnet_id": "7d721e1f-9f7a-4bf1-9275-1af3d083aaa3", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-11-09 06:56:48,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-45692e5d-bc0d-4c85-a0c0-b7d133a5a36d Date: Fri, 09 Nov 2018 06:56:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:48Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7d721e1f-9f7a-4bf1-9275-1af3d083aaa3","ip_address":"10.55.1.100"}],"id":"7ccc4946-8883-4d3c-a386-4b1f93d9000a","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ed:13:1d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"eaa3a8fe44f244bdb42f6df651318422","qos_policy_id":null,"admin_state_up":true,"network_id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:48Z","binding:vnic_type":"normal"}} 2018-11-09 06:56:48,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-45692e5d-bc0d-4c85-a0c0-b7d133a5a36d 2018-11-09 06:56:48,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports/7ccc4946-8883-4d3c-a386-4b1f93d9000a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:48,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-8aad4b13-575c-4488-b0d4-4e5d9da9e6f9 Date: Fri, 09 Nov 2018 06:56:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7d721e1f-9f7a-4bf1-9275-1af3d083aaa3","ip_address":"10.55.1.100"}],"id":"7ccc4946-8883-4d3c-a386-4b1f93d9000a","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ed:13:1d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"eaa3a8fe44f244bdb42f6df651318422","qos_policy_id":null,"admin_state_up":true,"network_id":"94c6d18a-eecc-4e94-9cdf-5216bf1bce83","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:56:48Z","binding:vnic_type":"normal"}} 2018-11-09 06:56:48,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports/7ccc4946-8883-4d3c-a386-4b1f93d9000a used request id req-8aad4b13-575c-4488-b0d4-4e5d9da9e6f9 2018-11-09 06:56:48,618 - neutron_utils - INFO - Deleting port with name 2018-11-09 06:56:48,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/7ccc4946-8883-4d3c-a386-4b1f93d9000a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:49,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b787a524-9d8e-4ad3-a5e6-fcda25944eb0 Date: Fri, 09 Nov 2018 06:56:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:49,030 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/7ccc4946-8883-4d3c-a386-4b1f93d9000a used request id req-b787a524-9d8e-4ad3-a5e6-fcda25944eb0 2018-11-09 06:56:49,031 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet 2018-11-09 06:56:49,031 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-subnet 2018-11-09 06:56:49,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/7d721e1f-9f7a-4bf1-9275-1af3d083aaa3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:50,841 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ce365689-e73a-43a5-99da-a921f41d0eab Date: Fri, 09 Nov 2018 06:56:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:50,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/7d721e1f-9f7a-4bf1-9275-1af3d083aaa3 used request id req-ce365689-e73a-43a5-99da-a921f41d0eab 2018-11-09 06:56:50,841 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-9450b894-69d8-4329-aa4e-55f0a5434fd0-pub-net 2018-11-09 06:56:50,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/94c6d18a-eecc-4e94-9cdf-5216bf1bce83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7fd6d4cfc4a419039f1c76b6bac9398e86ce9b" 2018-11-09 06:56:52,140 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6678e389-a16f-4bb0-b494-76d32aae9e53 Date: Fri, 09 Nov 2018 06:56:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:56:52,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/94c6d18a-eecc-4e94-9cdf-5216bf1bce83 used request id req-6678e389-a16f-4bb0-b494-76d32aae9e53 2018-11-09 06:56:52,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:52,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["1ezzoThZTaK7UNtucKaQug"], "issued_at": "2018-11-09T06:56:52.000000Z"}} 2018-11-09 06:56:52,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0480443882529b59421b272c0164013dfa121612" 2018-11-09 06:56:52,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaca599d-477c-483c-836d-4109a9164ec4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:52,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eaca599d-477c-483c-836d-4109a9164ec4 2018-11-09 06:56:52,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:56:52,605 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:52,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["q9KZ2aGVR46Q-0OSL_hzRw"], "issued_at": "2018-11-09T06:56:52.000000Z"}} 2018-11-09 06:56:52,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27653be740aefd8be98f5f2cb5fdf1249d79591a" 2018-11-09 06:56:53,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3518f22a-7b9e-4ab9-b6ef-f2ccc5940eb5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:53,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3518f22a-7b9e-4ab9-b6ef-f2ccc5940eb5 2018-11-09 06:56:53,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-36f8fd1c-9918-4422-a7d0-372a4ddd6b28-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0480443882529b59421b272c0164013dfa121612" 2018-11-09 06:56:53,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3e8bf4d2-aecc-4762-9a4b-96cb63ed3c58 Date: Fri, 09 Nov 2018 06:56:53 GMT RESP BODY: {"networks":[]} 2018-11-09 06:56:53,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-36f8fd1c-9918-4422-a7d0-372a4ddd6b28-pub-net used request id req-3e8bf4d2-aecc-4762-9a4b-96cb63ed3c58 2018-11-09 06:56:53,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:53,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["JbiQllQ6SRKb06k7brTXqQ"], "issued_at": "2018-11-09T06:56:53.000000Z"}} 2018-11-09 06:56:53,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:56:53,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fef242e-3213-4df8-8f11-8a102833cab2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:53,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7fef242e-3213-4df8-8f11-8a102833cab2 2018-11-09 06:56:53,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:56:53,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:56:54,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:56:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["gsBz4R0pQ6-G5JGe_-3FYg"], "issued_at": "2018-11-09T06:56:53.000000Z"}} 2018-11-09 06:56:54,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9a13ffa7ad56f84be47251a64951f7a0e3c3a82" 2018-11-09 06:56:54,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:56:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a87f028-9825-4404-91ec-7611c6ce01fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:56:54,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0a87f028-9825-4404-91ec-7611c6ce01fd 2018-11-09 06:56:54,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:56:54,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2f6323a9-c75e-4640-bbe7-8de6a30a50fd Date: Fri, 09 Nov 2018 06:56:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:56:54,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-2f6323a9-c75e-4640-bbe7-8de6a30a50fd 2018-11-09 06:56:54,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:56:54,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f4e8f261-646c-4eca-98d9-ce5ff5e15fe3 Date: Fri, 09 Nov 2018 06:56:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 06:56:54,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-f4e8f261-646c-4eca-98d9-ce5ff5e15fe3 2018-11-09 06:56:54,890 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-06cd174d-cb01-4866-b654-74937ebfc243-pub-router 2018-11-09 06:56:54,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "NeutronUtilsRouterTests-06cd174d-cb01-4866-b654-74937ebfc243-pub-router", "admin_state_up": true}}' 2018-11-09 06:56:59,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-dbd6dcad-490f-4c75-9cf6-210ef0717452 Date: Fri, 09 Nov 2018 06:56:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:56:55Z", "admin_state_up": true, "updated_at": "2018-11-09T06:56:56Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "9ebd0804-b8a7-4999-b7d6-f9bd95e79335", "name": "NeutronUtilsRouterTests-06cd174d-cb01-4866-b654-74937ebfc243-pub-router"}} 2018-11-09 06:56:59,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-dbd6dcad-490f-4c75-9cf6-210ef0717452 2018-11-09 06:56:59,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=9ebd0804-b8a7-4999-b7d6-f9bd95e79335 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:00,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-4a12de7c-b7a6-4730-9445-05b92dbee0a8 Date: Fri, 09 Nov 2018 06:57:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:58Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d4b3b78b-fb20-4823-a449-7778d1aea649","ip_address":"169.254.192.10"}],"id":"17a81413-7490-458b-a7a9-f3132998cdda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e2:79:e0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:58Z","binding:vnic_type":"normal","device_id":"9ebd0804-b8a7-4999-b7d6-f9bd95e79335"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:56Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.200"}],"id":"33e7fa96-2c7b-44b0-8897-72cc57489c22","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f2:46:05","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T06:56:56Z","binding:vnic_type":"normal","device_id":"9ebd0804-b8a7-4999-b7d6-f9bd95e79335"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:58Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d4b3b78b-fb20-4823-a449-7778d1aea649","ip_address":"169.254.192.2"}],"id":"7a187669-2c18-43cf-8504-c70e41ac1590","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:92:35:1d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:57Z","binding:vnic_type":"normal","device_id":"9ebd0804-b8a7-4999-b7d6-f9bd95e79335"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:57Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d4b3b78b-fb20-4823-a449-7778d1aea649","ip_address":"169.254.192.5"}],"id":"f88e32dc-b14c-4f7c-a1e3-dcf029e3f7e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d0:df:69","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:56Z","binding:vnic_type":"normal","device_id":"9ebd0804-b8a7-4999-b7d6-f9bd95e79335"}]} 2018-11-09 06:57:00,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=9ebd0804-b8a7-4999-b7d6-f9bd95e79335 used request id req-4a12de7c-b7a6-4730-9445-05b92dbee0a8 2018-11-09 06:57:00,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:00,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3924eae8-ecc3-40ec-82b6-0093270eb464 Date: Fri, 09 Nov 2018 06:57:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 06:57:00,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-3924eae8-ecc3-40ec-82b6-0093270eb464 2018-11-09 06:57:00,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:00,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-be859c0b-e1a1-4735-b080-19667569dfd3 Date: Fri, 09 Nov 2018 06:57:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:55Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:55Z","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":"d4b3b78b-fb20-4823-a449-7778d1aea649","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:00,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 used request id req-be859c0b-e1a1-4735-b080-19667569dfd3 2018-11-09 06:57:00,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:00,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5ece9e3b-1d7a-459c-8a09-7520804b0f52 Date: Fri, 09 Nov 2018 06:57:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:55Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:55Z","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":"d4b3b78b-fb20-4823-a449-7778d1aea649","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:00,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 used request id req-5ece9e3b-1d7a-459c-8a09-7520804b0f52 2018-11-09 06:57:00,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:00,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-53ff5922-76d2-4e1a-8abc-be88570ed32d Date: Fri, 09 Nov 2018 06:57:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:55Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:55Z","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":"d4b3b78b-fb20-4823-a449-7778d1aea649","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:00,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 used request id req-53ff5922-76d2-4e1a-8abc-be88570ed32d 2018-11-09 06:57:00,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-06cd174d-cb01-4866-b654-74937ebfc243-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:00,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-f00c1684-9aaf-49b5-a8a3-fd4a5d8ef1a0 Date: Fri, 09 Nov 2018 06:57:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:56:55Z", "admin_state_up": true, "updated_at": "2018-11-09T06:56:59Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "9ebd0804-b8a7-4999-b7d6-f9bd95e79335", "name": "NeutronUtilsRouterTests-06cd174d-cb01-4866-b654-74937ebfc243-pub-router"}]} 2018-11-09 06:57:00,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-06cd174d-cb01-4866-b654-74937ebfc243-pub-router used request id req-f00c1684-9aaf-49b5-a8a3-fd4a5d8ef1a0 2018-11-09 06:57:00,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:57:00,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:57:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:57:00,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:01,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b31107f6-0871-4722-abd6-0dbe1d6e4180 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:57:01,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-b31107f6-0871-4722-abd6-0dbe1d6e4180 2018-11-09 06:57:01,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=9ebd0804-b8a7-4999-b7d6-f9bd95e79335 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:01,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-4ac0b67b-5ca7-40b2-a276-83cfb5ee30f8 Date: Fri, 09 Nov 2018 06:57:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:58Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d4b3b78b-fb20-4823-a449-7778d1aea649","ip_address":"169.254.192.10"}],"id":"17a81413-7490-458b-a7a9-f3132998cdda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e2:79:e0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:58Z","binding:vnic_type":"normal","device_id":"9ebd0804-b8a7-4999-b7d6-f9bd95e79335"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:00Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.200"}],"id":"33e7fa96-2c7b-44b0-8897-72cc57489c22","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:46:05","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":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T06:56:56Z","binding:vnic_type":"normal","device_id":"9ebd0804-b8a7-4999-b7d6-f9bd95e79335"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:00Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d4b3b78b-fb20-4823-a449-7778d1aea649","ip_address":"169.254.192.2"}],"id":"7a187669-2c18-43cf-8504-c70e41ac1590","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:92:35:1d","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:57Z","binding:vnic_type":"normal","device_id":"9ebd0804-b8a7-4999-b7d6-f9bd95e79335"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:56:57Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d4b3b78b-fb20-4823-a449-7778d1aea649","ip_address":"169.254.192.5"}],"id":"f88e32dc-b14c-4f7c-a1e3-dcf029e3f7e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d0:df:69","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:56Z","binding:vnic_type":"normal","device_id":"9ebd0804-b8a7-4999-b7d6-f9bd95e79335"}]} 2018-11-09 06:57:01,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=9ebd0804-b8a7-4999-b7d6-f9bd95e79335 used request id req-4ac0b67b-5ca7-40b2-a276-83cfb5ee30f8 2018-11-09 06:57:01,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:01,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d2130498-ab31-4bb1-9c01-19884ccc8ddd Date: Fri, 09 Nov 2018 06:57:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 06:57:01,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-d2130498-ab31-4bb1-9c01-19884ccc8ddd 2018-11-09 06:57:01,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:01,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-36a9dca6-68ae-4ad9-9d90-7aa47ef2ddbb Date: Fri, 09 Nov 2018 06:57:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:55Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:55Z","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":"d4b3b78b-fb20-4823-a449-7778d1aea649","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:01,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 used request id req-36a9dca6-68ae-4ad9-9d90-7aa47ef2ddbb 2018-11-09 06:57:01,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:01,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b633c621-1722-4a9c-af02-a28715b4cb52 Date: Fri, 09 Nov 2018 06:57:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:55Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:55Z","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":"d4b3b78b-fb20-4823-a449-7778d1aea649","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:01,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 used request id req-b633c621-1722-4a9c-af02-a28715b4cb52 2018-11-09 06:57:01,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:01,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-74535b62-3054-451e-85b9-53e03681e957 Date: Fri, 09 Nov 2018 06:57:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6e797ace-b906-4387-924d-50c2b705c2a7","tenant_id":"","created_at":"2018-11-09T06:56:55Z","dns_nameservers":[],"updated_at":"2018-11-09T06:56:55Z","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":"d4b3b78b-fb20-4823-a449-7778d1aea649","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:01,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/d4b3b78b-fb20-4823-a449-7778d1aea649 used request id req-74535b62-3054-451e-85b9-53e03681e957 2018-11-09 06:57:01,803 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-06cd174d-cb01-4866-b654-74937ebfc243-pub-router 2018-11-09 06:57:01,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/9ebd0804-b8a7-4999-b7d6-f9bd95e79335 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:05,090 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1d4f5bd-5739-4e89-bd44-97f17483f305 Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:05,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9ebd0804-b8a7-4999-b7d6-f9bd95e79335 used request id req-d1d4f5bd-5739-4e89-bd44-97f17483f305 2018-11-09 06:57:05,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-06cd174d-cb01-4866-b654-74937ebfc243-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88d3beeaeebde3e833cb325d432be1b393e8c77" 2018-11-09 06:57:05,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c914063a-426d-4ddf-8a4b-1b604afe3a79 Date: Fri, 09 Nov 2018 06:57:05 GMT RESP BODY: {"routers": []} 2018-11-09 06:57:05,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-06cd174d-cb01-4866-b654-74937ebfc243-pub-router used request id req-c914063a-426d-4ddf-8a4b-1b604afe3a79 2018-11-09 06:57:05,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:05,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["LdlDBPv8SFOPs6dXNPLUPg"], "issued_at": "2018-11-09T06:57:05.000000Z"}} 2018-11-09 06:57:05,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:05,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50fa0d6b-62b8-45ce-872d-4e1344ddaaba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:05,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-50fa0d6b-62b8-45ce-872d-4e1344ddaaba 2018-11-09 06:57:05,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:57:05,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:06,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["rix8ke5dQJiJqZOw551zyw"], "issued_at": "2018-11-09T06:57:05.000000Z"}} 2018-11-09 06:57:06,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e13c73debfb35f2690083b63544c89e65940caa1" 2018-11-09 06:57:06,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b66b575-47f5-4149-b0e3-be410affbe8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:06,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3b66b575-47f5-4149-b0e3-be410affbe8f 2018-11-09 06:57:06,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:06,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-10078e47-1190-4230-8eef-f470293883ec Date: Fri, 09 Nov 2018 06:57:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:57:06,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-10078e47-1190-4230-8eef-f470293883ec 2018-11-09 06:57:06,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:06,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-50abebcb-73dd-48a4-8233-f92fb60125a8 Date: Fri, 09 Nov 2018 06:57:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 06:57:06,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-50abebcb-73dd-48a4-8233-f92fb60125a8 2018-11-09 06:57:06,720 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-abc00b0d-03aa-45bc-a1a2-95c23909ec94-pub-router 2018-11-09 06:57:06,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "NeutronUtilsRouterTests-abc00b0d-03aa-45bc-a1a2-95c23909ec94-pub-router", "admin_state_up": true}}' 2018-11-09 06:57:11,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-41ea4cb0-2a9a-477d-a65f-4f8b96f4f270 Date: Fri, 09 Nov 2018 06:57:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:07Z", "admin_state_up": true, "updated_at": "2018-11-09T06:57:08Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "37c8249d-a897-469c-81f7-7c6737c8998e", "name": "NeutronUtilsRouterTests-abc00b0d-03aa-45bc-a1a2-95c23909ec94-pub-router"}} 2018-11-09 06:57:11,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-41ea4cb0-2a9a-477d-a65f-4f8b96f4f270 2018-11-09 06:57:11,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=37c8249d-a897-469c-81f7-7c6737c8998e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:11,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-7a9e7143-0f4d-4c6f-8ed9-7789a0b355a6 Date: Fri, 09 Nov 2018 06:57:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","ip_address":"169.254.192.4"}],"id":"36f1e2a7-38a3-4b88-95e0-f50b49da533a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:e1:5c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:08Z","binding:vnic_type":"normal","device_id":"37c8249d-a897-469c-81f7-7c6737c8998e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:08Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.203"}],"id":"4a957c05-d0fd-4828-8afe-4b5cddde9723","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:17:ef:54","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T06:57:07Z","binding:vnic_type":"normal","device_id":"37c8249d-a897-469c-81f7-7c6737c8998e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","ip_address":"169.254.192.8"}],"id":"58310b89-f4b8-45b5-919e-02ccb07516b6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c2:31:ae","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:09Z","binding:vnic_type":"normal","device_id":"37c8249d-a897-469c-81f7-7c6737c8998e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","ip_address":"169.254.192.10"}],"id":"a14b53eb-488d-4709-bbf4-4014e5b02818","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c1:58:7a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:10Z","binding:vnic_type":"normal","device_id":"37c8249d-a897-469c-81f7-7c6737c8998e"}]} 2018-11-09 06:57:11,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=37c8249d-a897-469c-81f7-7c6737c8998e used request id req-7a9e7143-0f4d-4c6f-8ed9-7789a0b355a6 2018-11-09 06:57:11,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:12,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-83f09baf-2f08-40db-805b-af06bf9ec538 Date: Fri, 09 Nov 2018 06:57:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 06:57:12,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-83f09baf-2f08-40db-805b-af06bf9ec538 2018-11-09 06:57:12,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:12,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-38336c1b-28c6-4e29-b23b-8391898d3762 Date: Fri, 09 Nov 2018 06:57:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:07Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57: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":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:12,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e used request id req-38336c1b-28c6-4e29-b23b-8391898d3762 2018-11-09 06:57:12,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:12,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fe3595f1-477d-40dc-83f9-999f41137b9e Date: Fri, 09 Nov 2018 06:57:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:07Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57: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":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:12,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e used request id req-fe3595f1-477d-40dc-83f9-999f41137b9e 2018-11-09 06:57:12,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:12,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2cbc8e86-d8db-4408-af5d-e6a1d6bb524a Date: Fri, 09 Nov 2018 06:57:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:07Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57: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":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:12,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e used request id req-2cbc8e86-d8db-4408-af5d-e6a1d6bb524a 2018-11-09 06:57:12,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-abc00b0d-03aa-45bc-a1a2-95c23909ec94-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:12,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-231cb594-0269-4483-af2a-a1feaf997cf9 Date: Fri, 09 Nov 2018 06:57:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:07Z", "admin_state_up": true, "updated_at": "2018-11-09T06:57:10Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "37c8249d-a897-469c-81f7-7c6737c8998e", "name": "NeutronUtilsRouterTests-abc00b0d-03aa-45bc-a1a2-95c23909ec94-pub-router"}]} 2018-11-09 06:57:12,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-abc00b0d-03aa-45bc-a1a2-95c23909ec94-pub-router used request id req-231cb594-0269-4483-af2a-a1feaf997cf9 2018-11-09 06:57:12,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:57:12,808 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:57:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:57:12,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:12,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26a46107-018a-4ed2-8834-c877d6d5578f 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:57:12,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-26a46107-018a-4ed2-8834-c877d6d5578f 2018-11-09 06:57:12,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=37c8249d-a897-469c-81f7-7c6737c8998e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:12,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-df518259-5761-41e2-a998-a7b8c11dd511 Date: Fri, 09 Nov 2018 06:57:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","ip_address":"169.254.192.4"}],"id":"36f1e2a7-38a3-4b88-95e0-f50b49da533a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:e1:5c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:08Z","binding:vnic_type":"normal","device_id":"37c8249d-a897-469c-81f7-7c6737c8998e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:12Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.203"}],"id":"4a957c05-d0fd-4828-8afe-4b5cddde9723","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:17:ef:54","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":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T06:57:07Z","binding:vnic_type":"normal","device_id":"37c8249d-a897-469c-81f7-7c6737c8998e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:12Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","ip_address":"169.254.192.8"}],"id":"58310b89-f4b8-45b5-919e-02ccb07516b6","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:31:ae","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:09Z","binding:vnic_type":"normal","device_id":"37c8249d-a897-469c-81f7-7c6737c8998e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","ip_address":"169.254.192.10"}],"id":"a14b53eb-488d-4709-bbf4-4014e5b02818","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c1:58:7a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant eaa3a8fe44f244bdb42f6df651318422","admin_state_up":true,"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:10Z","binding:vnic_type":"normal","device_id":"37c8249d-a897-469c-81f7-7c6737c8998e"}]} 2018-11-09 06:57:12,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=37c8249d-a897-469c-81f7-7c6737c8998e used request id req-df518259-5761-41e2-a998-a7b8c11dd511 2018-11-09 06:57:12,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:13,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d2960557-ec73-4aca-b92f-f57cde78a0bf Date: Fri, 09 Nov 2018 06:57:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 06:57:13,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-d2960557-ec73-4aca-b92f-f57cde78a0bf 2018-11-09 06:57:13,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:13,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f838451d-2344-4925-be7a-20096c5bfa08 Date: Fri, 09 Nov 2018 06:57:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:07Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57: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":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:13,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e used request id req-f838451d-2344-4925-be7a-20096c5bfa08 2018-11-09 06:57:13,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:13,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-27dfe81b-6166-4073-84d3-1997542c7b79 Date: Fri, 09 Nov 2018 06:57:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:07Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57: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":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:13,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e used request id req-27dfe81b-6166-4073-84d3-1997542c7b79 2018-11-09 06:57:13,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:13,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e75fb6ed-a595-4ef2-b3f6-d2898ceefad9 Date: Fri, 09 Nov 2018 06:57:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5fa1c716-b5f8-4e1f-938a-50ceb90a56c7","tenant_id":"","created_at":"2018-11-09T06:57:07Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57: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":"f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e","subnetpool_id":null,"name":"HA subnet tenant eaa3a8fe44f244bdb42f6df651318422"}} 2018-11-09 06:57:13,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/f0f7d7ed-5599-4b98-b8a9-0dd6f79acc5e used request id req-e75fb6ed-a595-4ef2-b3f6-d2898ceefad9 2018-11-09 06:57:13,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:14,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7eee8812-e425-464e-8d45-05fb1e2513bc Date: Fri, 09 Nov 2018 06:57:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:57:14,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-7eee8812-e425-464e-8d45-05fb1e2513bc 2018-11-09 06:57:14,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:14,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-da41800d-a58e-4f32-947e-0dfbd9a9eabc Date: Fri, 09 Nov 2018 06:57:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 06:57:14,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-da41800d-a58e-4f32-947e-0dfbd9a9eabc 2018-11-09 06:57:14,290 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-abc00b0d-03aa-45bc-a1a2-95c23909ec94-pub-router 2018-11-09 06:57:14,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/37c8249d-a897-469c-81f7-7c6737c8998e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:17,689 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f2e8a07e-6630-4677-8a0b-36ee9cb63578 Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:17,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/37c8249d-a897-469c-81f7-7c6737c8998e used request id req-f2e8a07e-6630-4677-8a0b-36ee9cb63578 2018-11-09 06:57:17,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-abc00b0d-03aa-45bc-a1a2-95c23909ec94-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1126a080b09f68d10946fc7a10327d23a61ee9" 2018-11-09 06:57:17,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d44ed749-c743-40bd-9a43-01ea861adc2f Date: Fri, 09 Nov 2018 06:57:17 GMT RESP BODY: {"routers": []} 2018-11-09 06:57:17,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-abc00b0d-03aa-45bc-a1a2-95c23909ec94-pub-router used request id req-d44ed749-c743-40bd-9a43-01ea861adc2f 2018-11-09 06:57:17,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:18,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["gOtXjWCaS_ytfTSB4npnyg"], "issued_at": "2018-11-09T06:57:18.000000Z"}} 2018-11-09 06:57:18,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4ff66b9aa23c9f04eeac7e72e6e2ec884830c2" 2018-11-09 06:57:18,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a1faac-f987-416e-8d5a-3c65ee1cd816 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:18,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-79a1faac-f987-416e-8d5a-3c65ee1cd816 2018-11-09 06:57:18,196 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-ba61d4ac-04a5-48e8-b047-c4eed2cf191cname 2018-11-09 06:57:18,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4ff66b9aa23c9f04eeac7e72e6e2ec884830c2" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-ba61d4ac-04a5-48e8-b047-c4eed2cf191cname"}}' 2018-11-09 06:57:18,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-dddadd58-dc9e-474c-804b-494a6d93fec9 Date: Fri, 09 Nov 2018 06:57:18 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:18Z", "updated_at": "2018-11-09T06:57:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:18Z", "revision_number": 0, "id": "548d44f0-895c-4b60-9422-e8766e789c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:18Z", "security_group_id": "040d6d40-ace1-45f2-886a-4c764643e42b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:18Z", "revision_number": 0, "id": "81d8b785-ebbc-4e8a-ace3-89db4da02ecc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:18Z", "security_group_id": "040d6d40-ace1-45f2-886a-4c764643e42b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 2, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "040d6d40-ace1-45f2-886a-4c764643e42b", "name": "NeutronUtilsSecurityGroupTests-ba61d4ac-04a5-48e8-b047-c4eed2cf191cname"}} 2018-11-09 06:57:18,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-dddadd58-dc9e-474c-804b-494a6d93fec9 2018-11-09 06:57:18,568 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 040d6d40-ace1-45f2-886a-4c764643e42b 2018-11-09 06:57:18,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=040d6d40-ace1-45f2-886a-4c764643e42b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4ff66b9aa23c9f04eeac7e72e6e2ec884830c2" 2018-11-09 06:57:18,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9122120a-f007-4019-b2a8-ffbb2e83cb99 Date: Fri, 09 Nov 2018 06:57:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:18Z", "security_group_id": "040d6d40-ace1-45f2-886a-4c764643e42b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:18Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "548d44f0-895c-4b60-9422-e8766e789c49"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:18Z", "security_group_id": "040d6d40-ace1-45f2-886a-4c764643e42b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:18Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "81d8b785-ebbc-4e8a-ace3-89db4da02ecc"}]} 2018-11-09 06:57:18,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=040d6d40-ace1-45f2-886a-4c764643e42b used request id req-9122120a-f007-4019-b2a8-ffbb2e83cb99 2018-11-09 06:57:18,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ba61d4ac-04a5-48e8-b047-c4eed2cf191cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4ff66b9aa23c9f04eeac7e72e6e2ec884830c2" 2018-11-09 06:57:18,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-8cdd596a-ea67-4097-90e8-692a15dca9a4 Date: Fri, 09 Nov 2018 06:57:18 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:18Z", "updated_at": "2018-11-09T06:57:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:18Z", "revision_number": 0, "id": "548d44f0-895c-4b60-9422-e8766e789c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:18Z", "security_group_id": "040d6d40-ace1-45f2-886a-4c764643e42b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:18Z", "revision_number": 0, "id": "81d8b785-ebbc-4e8a-ace3-89db4da02ecc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:18Z", "security_group_id": "040d6d40-ace1-45f2-886a-4c764643e42b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 2, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "040d6d40-ace1-45f2-886a-4c764643e42b", "name": "NeutronUtilsSecurityGroupTests-ba61d4ac-04a5-48e8-b047-c4eed2cf191cname"}]} 2018-11-09 06:57:18,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ba61d4ac-04a5-48e8-b047-c4eed2cf191cname used request id req-8cdd596a-ea67-4097-90e8-692a15dca9a4 2018-11-09 06:57:18,952 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 040d6d40-ace1-45f2-886a-4c764643e42b 2018-11-09 06:57:18,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=040d6d40-ace1-45f2-886a-4c764643e42b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4ff66b9aa23c9f04eeac7e72e6e2ec884830c2" 2018-11-09 06:57:19,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-956a9932-7245-4b45-ac88-30f1bc9c1837 Date: Fri, 09 Nov 2018 06:57:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:18Z", "security_group_id": "040d6d40-ace1-45f2-886a-4c764643e42b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:18Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "548d44f0-895c-4b60-9422-e8766e789c49"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:18Z", "security_group_id": "040d6d40-ace1-45f2-886a-4c764643e42b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:18Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "81d8b785-ebbc-4e8a-ace3-89db4da02ecc"}]} 2018-11-09 06:57:19,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=040d6d40-ace1-45f2-886a-4c764643e42b used request id req-956a9932-7245-4b45-ac88-30f1bc9c1837 2018-11-09 06:57:19,009 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-ba61d4ac-04a5-48e8-b047-c4eed2cf191cname 2018-11-09 06:57:19,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/040d6d40-ace1-45f2-886a-4c764643e42b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4ff66b9aa23c9f04eeac7e72e6e2ec884830c2" 2018-11-09 06:57:19,346 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8298258f-89bd-47c3-a2a1-5c542fa50eba Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:19,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/040d6d40-ace1-45f2-886a-4c764643e42b used request id req-8298258f-89bd-47c3-a2a1-5c542fa50eba 2018-11-09 06:57:19,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ba61d4ac-04a5-48e8-b047-c4eed2cf191cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4ff66b9aa23c9f04eeac7e72e6e2ec884830c2" 2018-11-09 06:57:19,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-38480fb0-2ed7-449d-93f1-c553e23fe20c Date: Fri, 09 Nov 2018 06:57:19 GMT RESP BODY: {"security_groups": []} 2018-11-09 06:57:19,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ba61d4ac-04a5-48e8-b047-c4eed2cf191cname used request id req-38480fb0-2ed7-449d-93f1-c553e23fe20c 2018-11-09 06:57:19,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:19,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["B8iR_5t6SomMcI7X6hA8aA"], "issued_at": "2018-11-09T06:57:19.000000Z"}} 2018-11-09 06:57:19,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331112323533fa092699c36b0912350cce4c2a6d" 2018-11-09 06:57:19,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4871e8a1-1a14-4c7f-bdad-cac73b3f4254 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:19,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4871e8a1-1a14-4c7f-bdad-cac73b3f4254 2018-11-09 06:57:19,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:20,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["GaHz8nUGRBmFgTkNV9HdEw"], "issued_at": "2018-11-09T06:57:20.000000Z"}} 2018-11-09 06:57:20,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646a6335a0bc2e45726c5887dcdc1ff174a8dbab" 2018-11-09 06:57:20,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-713eacf3-495e-4332-aa54-917e589a7b7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:20,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-713eacf3-495e-4332-aa54-917e589a7b7d 2018-11-09 06:57:20,311 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-47c2be72-ad95-4612-8024-0b6aac36d39ename 2018-11-09 06:57:20,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646a6335a0bc2e45726c5887dcdc1ff174a8dbab" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-47c2be72-ad95-4612-8024-0b6aac36d39ename", "description": "hello group"}}' 2018-11-09 06:57:20,799 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f427e4c0-0b66-498c-bbd0-9b912a8c5143 Date: Fri, 09 Nov 2018 06:57:20 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:20Z", "updated_at": "2018-11-09T06:57:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:20Z", "revision_number": 0, "id": "25311d0d-60aa-4bcf-aa6b-6cad393957e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:20Z", "security_group_id": "3d6420cb-bfeb-4840-9eab-68f5c0341ca9", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:20Z", "revision_number": 0, "id": "2852f4b2-eb1d-4ef0-ad8f-36a74b6f39c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:20Z", "security_group_id": "3d6420cb-bfeb-4840-9eab-68f5c0341ca9", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 2, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d6420cb-bfeb-4840-9eab-68f5c0341ca9", "name": "NeutronUtilsSecurityGroupTests-47c2be72-ad95-4612-8024-0b6aac36d39ename"}} 2018-11-09 06:57:20,799 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-f427e4c0-0b66-498c-bbd0-9b912a8c5143 2018-11-09 06:57:20,800 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3d6420cb-bfeb-4840-9eab-68f5c0341ca9 2018-11-09 06:57:20,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3d6420cb-bfeb-4840-9eab-68f5c0341ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646a6335a0bc2e45726c5887dcdc1ff174a8dbab" 2018-11-09 06:57:20,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6ebf3471-542a-4b2b-9d92-5e9ef28eb806 Date: Fri, 09 Nov 2018 06:57:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:20Z", "security_group_id": "3d6420cb-bfeb-4840-9eab-68f5c0341ca9", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:20Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "25311d0d-60aa-4bcf-aa6b-6cad393957e0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:20Z", "security_group_id": "3d6420cb-bfeb-4840-9eab-68f5c0341ca9", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:20Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "2852f4b2-eb1d-4ef0-ad8f-36a74b6f39c7"}]} 2018-11-09 06:57:20,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3d6420cb-bfeb-4840-9eab-68f5c0341ca9 used request id req-6ebf3471-542a-4b2b-9d92-5e9ef28eb806 2018-11-09 06:57:20,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-47c2be72-ad95-4612-8024-0b6aac36d39ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646a6335a0bc2e45726c5887dcdc1ff174a8dbab" 2018-11-09 06:57:21,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-92ecdf7a-e992-4667-b59a-fd0c27dac89d Date: Fri, 09 Nov 2018 06:57:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:20Z", "updated_at": "2018-11-09T06:57:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:20Z", "revision_number": 0, "id": "2852f4b2-eb1d-4ef0-ad8f-36a74b6f39c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:20Z", "security_group_id": "3d6420cb-bfeb-4840-9eab-68f5c0341ca9", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:20Z", "revision_number": 0, "id": "25311d0d-60aa-4bcf-aa6b-6cad393957e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:20Z", "security_group_id": "3d6420cb-bfeb-4840-9eab-68f5c0341ca9", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 2, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d6420cb-bfeb-4840-9eab-68f5c0341ca9", "name": "NeutronUtilsSecurityGroupTests-47c2be72-ad95-4612-8024-0b6aac36d39ename"}]} 2018-11-09 06:57:21,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-47c2be72-ad95-4612-8024-0b6aac36d39ename&description=hello+group used request id req-92ecdf7a-e992-4667-b59a-fd0c27dac89d 2018-11-09 06:57:21,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3d6420cb-bfeb-4840-9eab-68f5c0341ca9 2018-11-09 06:57:21,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3d6420cb-bfeb-4840-9eab-68f5c0341ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646a6335a0bc2e45726c5887dcdc1ff174a8dbab" 2018-11-09 06:57:21,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0fe280e7-7341-4a7a-b903-f07d9f242096 Date: Fri, 09 Nov 2018 06:57:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:20Z", "security_group_id": "3d6420cb-bfeb-4840-9eab-68f5c0341ca9", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:20Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "25311d0d-60aa-4bcf-aa6b-6cad393957e0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:20Z", "security_group_id": "3d6420cb-bfeb-4840-9eab-68f5c0341ca9", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:20Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "2852f4b2-eb1d-4ef0-ad8f-36a74b6f39c7"}]} 2018-11-09 06:57:21,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3d6420cb-bfeb-4840-9eab-68f5c0341ca9 used request id req-0fe280e7-7341-4a7a-b903-f07d9f242096 2018-11-09 06:57:21,345 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-47c2be72-ad95-4612-8024-0b6aac36d39ename 2018-11-09 06:57:21,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/3d6420cb-bfeb-4840-9eab-68f5c0341ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646a6335a0bc2e45726c5887dcdc1ff174a8dbab" 2018-11-09 06:57:21,641 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5db5551e-b436-4a97-bf2a-a9711beea7f0 Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:21,641 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/3d6420cb-bfeb-4840-9eab-68f5c0341ca9 used request id req-5db5551e-b436-4a97-bf2a-a9711beea7f0 2018-11-09 06:57:21,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:22,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["3BmQdl1VSKC2aSdx5qdIDg"], "issued_at": "2018-11-09T06:57:22.000000Z"}} 2018-11-09 06:57:22,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:22,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11af7c44-9a74-45e7-9c92-249f1052e3d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:22,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-11af7c44-9a74-45e7-9c92-249f1052e3d8 2018-11-09 06:57:22,107 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name 2018-11-09 06:57:22,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name", "description": "hello group"}}' 2018-11-09 06:57:22,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-4a65107d-0eaa-4460-b6ec-1d162957274e Date: Fri, 09 Nov 2018 06:57:22 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "updated_at": "2018-11-09T06:57:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "revision_number": 0, "id": "c7f1d621-61e9-489b-bbbe-de5debcefb27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "revision_number": 0, "id": "f0c0fa03-3fb2-4ccc-a131-a5971c59cebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 2, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "90b29327-2931-4e86-9d81-96dcce31452b", "name": "NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name"}} 2018-11-09 06:57:22,538 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-4a65107d-0eaa-4460-b6ec-1d162957274e 2018-11-09 06:57:22,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b29327-2931-4e86-9d81-96dcce31452b 2018-11-09 06:57:22,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:22,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-45ab7bbd-acfb-46c5-8d11-a032969b809d Date: Fri, 09 Nov 2018 06:57:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "c7f1d621-61e9-489b-bbbe-de5debcefb27"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "f0c0fa03-3fb2-4ccc-a131-a5971c59cebe"}]} 2018-11-09 06:57:22,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b used request id req-45ab7bbd-acfb-46c5-8d11-a032969b809d 2018-11-09 06:57:22,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b29327-2931-4e86-9d81-96dcce31452b 2018-11-09 06:57:22,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:22,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-745e9dec-2055-4336-bb24-c47db634122b Date: Fri, 09 Nov 2018 06:57:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "c7f1d621-61e9-489b-bbbe-de5debcefb27"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "f0c0fa03-3fb2-4ccc-a131-a5971c59cebe"}]} 2018-11-09 06:57:22,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b used request id req-745e9dec-2055-4336-bb24-c47db634122b 2018-11-09 06:57:22,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:22,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f12d2e-a34a-4851-b10f-5dee57816e67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:22,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e9f12d2e-a34a-4851-b10f-5dee57816e67 2018-11-09 06:57:22,974 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name 2018-11-09 06:57:22,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:23,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-f02b8bbc-6bc1-4533-bcf7-bf3f50bc5684 Date: Fri, 09 Nov 2018 06:57:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "updated_at": "2018-11-09T06:57:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "revision_number": 0, "id": "c7f1d621-61e9-489b-bbbe-de5debcefb27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "revision_number": 0, "id": "f0c0fa03-3fb2-4ccc-a131-a5971c59cebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 2, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "90b29327-2931-4e86-9d81-96dcce31452b", "name": "NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name"}]} 2018-11-09 06:57:23,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name used request id req-f02b8bbc-6bc1-4533-bcf7-bf3f50bc5684 2018-11-09 06:57:23,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:57:23,191 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:57: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:57:23,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:23,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-261659a8-3a80-4d59-93f1-2c8b75b9a27b 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:57:23,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-261659a8-3a80-4d59-93f1-2c8b75b9a27b 2018-11-09 06:57:23,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b29327-2931-4e86-9d81-96dcce31452b 2018-11-09 06:57:23,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:23,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d6088f42-9682-478a-a22c-16c526f2c4e5 Date: Fri, 09 Nov 2018 06:57:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "c7f1d621-61e9-489b-bbbe-de5debcefb27"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "f0c0fa03-3fb2-4ccc-a131-a5971c59cebe"}]} 2018-11-09 06:57:23,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b used request id req-d6088f42-9682-478a-a22c-16c526f2c4e5 2018-11-09 06:57:23,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b"}}' 2018-11-09 06:57:23,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-64385ed6-c80f-4cad-92f2-2f2fa2fc8ab3 Date: Fri, 09 Nov 2018 06:57:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:23Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:23Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "b7bfe3e6-075b-4e58-84b3-3414c0f5a790"}} 2018-11-09 06:57:23,675 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-64385ed6-c80f-4cad-92f2-2f2fa2fc8ab3 2018-11-09 06:57:23,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:23,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-74d2c490-83ea-4136-8243-ba2838372adb Date: Fri, 09 Nov 2018 06:57:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "updated_at": "2018-11-09T06:57:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:23Z", "revision_number": 0, "id": "b7bfe3e6-075b-4e58-84b3-3414c0f5a790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:23Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "revision_number": 0, "id": "f0c0fa03-3fb2-4ccc-a131-a5971c59cebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "revision_number": 0, "id": "c7f1d621-61e9-489b-bbbe-de5debcefb27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 3, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "90b29327-2931-4e86-9d81-96dcce31452b", "name": "NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name"}]} 2018-11-09 06:57:23,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name&description=hello+group used request id req-74d2c490-83ea-4136-8243-ba2838372adb 2018-11-09 06:57:23,724 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b29327-2931-4e86-9d81-96dcce31452b 2018-11-09 06:57:23,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:23,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-2152e748-090c-47e3-af56-d4a320a1144f Date: Fri, 09 Nov 2018 06:57:23 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": "2018-11-09T06:57:23Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:23Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "b7bfe3e6-075b-4e58-84b3-3414c0f5a790"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "c7f1d621-61e9-489b-bbbe-de5debcefb27"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "f0c0fa03-3fb2-4ccc-a131-a5971c59cebe"}]} 2018-11-09 06:57:23,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b used request id req-2152e748-090c-47e3-af56-d4a320a1144f 2018-11-09 06:57:23,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b29327-2931-4e86-9d81-96dcce31452b 2018-11-09 06:57:23,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:24,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-53a70fe7-8a48-4b3b-916d-8dc9534a625f Date: Fri, 09 Nov 2018 06:57:24 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": "2018-11-09T06:57:23Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:23Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "b7bfe3e6-075b-4e58-84b3-3414c0f5a790"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "c7f1d621-61e9-489b-bbbe-de5debcefb27"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "f0c0fa03-3fb2-4ccc-a131-a5971c59cebe"}]} 2018-11-09 06:57:24,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b used request id req-53a70fe7-8a48-4b3b-916d-8dc9534a625f 2018-11-09 06:57:24,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:24,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-348e83d5-29c1-495d-9093-2f26fcc6e9af Date: Fri, 09 Nov 2018 06:57:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "updated_at": "2018-11-09T06:57:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "revision_number": 0, "id": "c7f1d621-61e9-489b-bbbe-de5debcefb27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:23Z", "revision_number": 0, "id": "b7bfe3e6-075b-4e58-84b3-3414c0f5a790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:23Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "revision_number": 0, "id": "f0c0fa03-3fb2-4ccc-a131-a5971c59cebe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 3, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "90b29327-2931-4e86-9d81-96dcce31452b", "name": "NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name"}]} 2018-11-09 06:57:24,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name&description=hello+group used request id req-348e83d5-29c1-495d-9093-2f26fcc6e9af 2018-11-09 06:57:24,316 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90b29327-2931-4e86-9d81-96dcce31452b 2018-11-09 06:57:24,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:24,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-de82eb40-878f-451b-b9f3-b1bb6924ff95 Date: Fri, 09 Nov 2018 06:57:24 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": "2018-11-09T06:57:23Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:23Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "b7bfe3e6-075b-4e58-84b3-3414c0f5a790"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "c7f1d621-61e9-489b-bbbe-de5debcefb27"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:22Z", "security_group_id": "90b29327-2931-4e86-9d81-96dcce31452b", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:22Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "f0c0fa03-3fb2-4ccc-a131-a5971c59cebe"}]} 2018-11-09 06:57:24,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=90b29327-2931-4e86-9d81-96dcce31452b used request id req-de82eb40-878f-451b-b9f3-b1bb6924ff95 2018-11-09 06:57:24,491 - neutron_utils - INFO - Deleting security group rule with ID - c7f1d621-61e9-489b-bbbe-de5debcefb27 2018-11-09 06:57:24,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/c7f1d621-61e9-489b-bbbe-de5debcefb27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:24,585 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce142dc9-1da3-45a3-8538-024128b1dec4 Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:24,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/c7f1d621-61e9-489b-bbbe-de5debcefb27 used request id req-ce142dc9-1da3-45a3-8538-024128b1dec4 2018-11-09 06:57:24,586 - neutron_utils - INFO - Deleting security group rule with ID - f0c0fa03-3fb2-4ccc-a131-a5971c59cebe 2018-11-09 06:57:24,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/f0c0fa03-3fb2-4ccc-a131-a5971c59cebe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:24,823 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8bf5ae36-07e4-467b-9632-730f92797b1b Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:24,823 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/f0c0fa03-3fb2-4ccc-a131-a5971c59cebe used request id req-8bf5ae36-07e4-467b-9632-730f92797b1b 2018-11-09 06:57:24,824 - neutron_utils - INFO - Deleting security group rule with ID - b7bfe3e6-075b-4e58-84b3-3414c0f5a790 2018-11-09 06:57:24,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/b7bfe3e6-075b-4e58-84b3-3414c0f5a790 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:25,071 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6d9b452-75f8-4d40-8c01-9641dc826374 Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:25,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/b7bfe3e6-075b-4e58-84b3-3414c0f5a790 used request id req-f6d9b452-75f8-4d40-8c01-9641dc826374 2018-11-09 06:57:25,071 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-06cf9765-cb67-47f3-9db5-464ffd237c64name 2018-11-09 06:57:25,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/90b29327-2931-4e86-9d81-96dcce31452b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35e69f7b64dcee226e8ba4b3752f6ac43a9525d" 2018-11-09 06:57:25,327 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a1d642c-fadf-47f4-bbbb-37c1c6e528b1 Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:25,327 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/90b29327-2931-4e86-9d81-96dcce31452b used request id req-1a1d642c-fadf-47f4-bbbb-37c1c6e528b1 2018-11-09 06:57:25,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:25,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["0vxnHvlgRBGOW-mRbwRGFA"], "issued_at": "2018-11-09T06:57:25.000000Z"}} 2018-11-09 06:57:25,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" 2018-11-09 06:57:25,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a06f198c-67bd-4ef9-bad7-260b9156869d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:25,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a06f198c-67bd-4ef9-bad7-260b9156869d 2018-11-09 06:57:25,793 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-6f84bf82-19c7-45c5-909a-de67b3259e05name-1 2018-11-09 06:57:25,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-6f84bf82-19c7-45c5-909a-de67b3259e05name-1", "description": "hello group"}}' 2018-11-09 06:57:26,125 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-85ebc94f-7ce7-4f00-acd6-ee0e2d0e5fbe Date: Fri, 09 Nov 2018 06:57:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "updated_at": "2018-11-09T06:57:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "revision_number": 0, "id": "3782a454-774e-45af-a232-ed0823e72860", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:26Z", "security_group_id": "ed31f2d1-3397-486e-b45f-ff0bf377d4b6", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "revision_number": 0, "id": "92053651-047a-4ace-85ab-9bf0dd46f93c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:26Z", "security_group_id": "ed31f2d1-3397-486e-b45f-ff0bf377d4b6", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 2, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "ed31f2d1-3397-486e-b45f-ff0bf377d4b6", "name": "NeutronUtilsSecurityGroupTests-6f84bf82-19c7-45c5-909a-de67b3259e05name-1"}} 2018-11-09 06:57:26,125 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-85ebc94f-7ce7-4f00-acd6-ee0e2d0e5fbe 2018-11-09 06:57:26,125 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed31f2d1-3397-486e-b45f-ff0bf377d4b6 2018-11-09 06:57:26,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=ed31f2d1-3397-486e-b45f-ff0bf377d4b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" 2018-11-09 06:57:26,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4c94a49a-7d6b-40cc-a4c0-e7455b3cfd95 Date: Fri, 09 Nov 2018 06:57:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "security_group_id": "ed31f2d1-3397-486e-b45f-ff0bf377d4b6", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3782a454-774e-45af-a232-ed0823e72860"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "security_group_id": "ed31f2d1-3397-486e-b45f-ff0bf377d4b6", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "92053651-047a-4ace-85ab-9bf0dd46f93c"}]} 2018-11-09 06:57:26,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=ed31f2d1-3397-486e-b45f-ff0bf377d4b6 used request id req-4c94a49a-7d6b-40cc-a4c0-e7455b3cfd95 2018-11-09 06:57:26,344 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-6f84bf82-19c7-45c5-909a-de67b3259e05name-2 2018-11-09 06:57:26,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-6f84bf82-19c7-45c5-909a-de67b3259e05name-2", "description": "hello group"}}' 2018-11-09 06:57:26,705 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-432a326a-9c66-4052-9212-5b936b3a4a12 Date: Fri, 09 Nov 2018 06:57:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "updated_at": "2018-11-09T06:57:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "revision_number": 0, "id": "15d17ce6-d97e-42b1-9414-e454e0e3d87e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:26Z", "security_group_id": "6a0cccd8-c8d7-4358-9527-b35683918879", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "revision_number": 0, "id": "71b03a91-c08a-4df7-8005-31a8ae965f44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:26Z", "security_group_id": "6a0cccd8-c8d7-4358-9527-b35683918879", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 2, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "6a0cccd8-c8d7-4358-9527-b35683918879", "name": "NeutronUtilsSecurityGroupTests-6f84bf82-19c7-45c5-909a-de67b3259e05name-2"}} 2018-11-09 06:57:26,705 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-432a326a-9c66-4052-9212-5b936b3a4a12 2018-11-09 06:57:26,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a0cccd8-c8d7-4358-9527-b35683918879 2018-11-09 06:57:26,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6a0cccd8-c8d7-4358-9527-b35683918879 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" 2018-11-09 06:57:26,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fad75e72-2f9a-498e-aa12-65b1775b1a35 Date: Fri, 09 Nov 2018 06:57:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "security_group_id": "6a0cccd8-c8d7-4358-9527-b35683918879", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "15d17ce6-d97e-42b1-9414-e454e0e3d87e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "security_group_id": "6a0cccd8-c8d7-4358-9527-b35683918879", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "71b03a91-c08a-4df7-8005-31a8ae965f44"}]} 2018-11-09 06:57:26,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6a0cccd8-c8d7-4358-9527-b35683918879 used request id req-fad75e72-2f9a-498e-aa12-65b1775b1a35 2018-11-09 06:57:26,892 - neutron_utils - INFO - Retrieving security group with ID - ed31f2d1-3397-486e-b45f-ff0bf377d4b6 2018-11-09 06:57:26,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=ed31f2d1-3397-486e-b45f-ff0bf377d4b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" 2018-11-09 06:57:27,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-9a3cf977-114a-4b8a-87f4-7c4da1357fd4 Date: Fri, 09 Nov 2018 06:57:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "updated_at": "2018-11-09T06:57:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "revision_number": 0, "id": "3782a454-774e-45af-a232-ed0823e72860", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:26Z", "security_group_id": "ed31f2d1-3397-486e-b45f-ff0bf377d4b6", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "revision_number": 0, "id": "92053651-047a-4ace-85ab-9bf0dd46f93c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:26Z", "security_group_id": "ed31f2d1-3397-486e-b45f-ff0bf377d4b6", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 2, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "ed31f2d1-3397-486e-b45f-ff0bf377d4b6", "name": "NeutronUtilsSecurityGroupTests-6f84bf82-19c7-45c5-909a-de67b3259e05name-1"}]} 2018-11-09 06:57:27,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=ed31f2d1-3397-486e-b45f-ff0bf377d4b6 used request id req-9a3cf977-114a-4b8a-87f4-7c4da1357fd4 2018-11-09 06:57:27,094 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed31f2d1-3397-486e-b45f-ff0bf377d4b6 2018-11-09 06:57:27,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=ed31f2d1-3397-486e-b45f-ff0bf377d4b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" 2018-11-09 06:57:27,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da6f6cf5-d525-44a4-a820-717173175615 Date: Fri, 09 Nov 2018 06:57:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "security_group_id": "ed31f2d1-3397-486e-b45f-ff0bf377d4b6", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3782a454-774e-45af-a232-ed0823e72860"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "security_group_id": "ed31f2d1-3397-486e-b45f-ff0bf377d4b6", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "92053651-047a-4ace-85ab-9bf0dd46f93c"}]} 2018-11-09 06:57:27,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=ed31f2d1-3397-486e-b45f-ff0bf377d4b6 used request id req-da6f6cf5-d525-44a4-a820-717173175615 2018-11-09 06:57:27,259 - neutron_utils - INFO - Retrieving security group with ID - 6a0cccd8-c8d7-4358-9527-b35683918879 2018-11-09 06:57:27,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=6a0cccd8-c8d7-4358-9527-b35683918879 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" 2018-11-09 06:57:27,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-664cd754-43a8-4e4f-8a07-b9a56f2264dc Date: Fri, 09 Nov 2018 06:57:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "updated_at": "2018-11-09T06:57:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "revision_number": 0, "id": "15d17ce6-d97e-42b1-9414-e454e0e3d87e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:26Z", "security_group_id": "6a0cccd8-c8d7-4358-9527-b35683918879", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "revision_number": 0, "id": "71b03a91-c08a-4df7-8005-31a8ae965f44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:57:26Z", "security_group_id": "6a0cccd8-c8d7-4358-9527-b35683918879", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 2, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "6a0cccd8-c8d7-4358-9527-b35683918879", "name": "NeutronUtilsSecurityGroupTests-6f84bf82-19c7-45c5-909a-de67b3259e05name-2"}]} 2018-11-09 06:57:27,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=6a0cccd8-c8d7-4358-9527-b35683918879 used request id req-664cd754-43a8-4e4f-8a07-b9a56f2264dc 2018-11-09 06:57:27,494 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a0cccd8-c8d7-4358-9527-b35683918879 2018-11-09 06:57:27,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6a0cccd8-c8d7-4358-9527-b35683918879 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" 2018-11-09 06:57:27,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8c61474d-aae7-410b-b9af-4e9deedb0216 Date: Fri, 09 Nov 2018 06:57:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "security_group_id": "6a0cccd8-c8d7-4358-9527-b35683918879", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "15d17ce6-d97e-42b1-9414-e454e0e3d87e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T06:57:26Z", "security_group_id": "6a0cccd8-c8d7-4358-9527-b35683918879", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:26Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "71b03a91-c08a-4df7-8005-31a8ae965f44"}]} 2018-11-09 06:57:27,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6a0cccd8-c8d7-4358-9527-b35683918879 used request id req-8c61474d-aae7-410b-b9af-4e9deedb0216 2018-11-09 06:57:27,689 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-6f84bf82-19c7-45c5-909a-de67b3259e05name-1 2018-11-09 06:57:27,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/ed31f2d1-3397-486e-b45f-ff0bf377d4b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" 2018-11-09 06:57:27,981 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b680e9ec-d958-46c3-b811-cf92498ffc85 Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:27,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/ed31f2d1-3397-486e-b45f-ff0bf377d4b6 used request id req-b680e9ec-d958-46c3-b811-cf92498ffc85 2018-11-09 06:57:27,982 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-6f84bf82-19c7-45c5-909a-de67b3259e05name-2 2018-11-09 06:57:27,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6a0cccd8-c8d7-4358-9527-b35683918879 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}960c4c72d124694a601d3959b76110dbc3c31eaa" 2018-11-09 06:57:28,261 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3143060f-c26f-4ff6-84ff-53b3a2f7f423 Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:28,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6a0cccd8-c8d7-4358-9527-b35683918879 used request id req-3143060f-c26f-4ff6-84ff-53b3a2f7f423 2018-11-09 06:57:28,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:28,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["IsIpKGhkSsOteq6n-EDWiQ"], "issued_at": "2018-11-09T06:57:28.000000Z"}} 2018-11-09 06:57:28,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0346c2cc518e0ead771899132b73911755ade210" 2018-11-09 06:57:28,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799a6279-abe9-4441-9b7c-03cd177de648 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:28,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-799a6279-abe9-4441-9b7c-03cd177de648 2018-11-09 06:57:28,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0346c2cc518e0ead771899132b73911755ade210" 2018-11-09 06:57:28,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e70df104-34d3-4f97-9522-48e67119aad2 Date: Fri, 09 Nov 2018 06:57:28 GMT RESP BODY: {"floatingips": []} 2018-11-09 06:57:28,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-e70df104-34d3-4f97-9522-48e67119aad2 2018-11-09 06:57:28,934 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 06:57:28,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0346c2cc518e0ead771899132b73911755ade210" 2018-11-09 06:57:29,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-e6377b28-9960-49c1-bc34-fc904768c2e4 Date: Fri, 09 Nov 2018 06:57:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 06:57:29,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-e6377b28-9960-49c1-bc34-fc904768c2e4 2018-11-09 06:57:29,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0346c2cc518e0ead771899132b73911755ade210" 2018-11-09 06:57:29,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3280b4e9-9ecb-429f-a3dd-d27103fc9a23 Date: Fri, 09 Nov 2018 06:57:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 06:57:29,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-3280b4e9-9ecb-429f-a3dd-d27103fc9a23 2018-11-09 06:57:29,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0346c2cc518e0ead771899132b73911755ade210" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}}' 2018-11-09 06:57:30,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-2d0c3982-2662-4968-a524-218061142441 Date: Fri, 09 Nov 2018 06:57:30 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:29Z", "updated_at": "2018-11-09T06:57:29Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "port_id": null, "id": "27a8fb55-759c-4894-872a-c93f550aa494"}} 2018-11-09 06:57:30,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-2d0c3982-2662-4968-a524-218061142441 2018-11-09 06:57:30,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0346c2cc518e0ead771899132b73911755ade210" 2018-11-09 06:57:30,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-258ba62f-6597-4e03-9474-e6f71192355a Date: Fri, 09 Nov 2018 06:57:30 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:29Z", "updated_at": "2018-11-09T06:57:29Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "port_id": null, "id": "27a8fb55-759c-4894-872a-c93f550aa494"}]} 2018-11-09 06:57:30,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-258ba62f-6597-4e03-9474-e6f71192355a 2018-11-09 06:57:30,752 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.206 2018-11-09 06:57:30,752 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.206 2018-11-09 06:57:30,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips?ip=27a8fb55-759c-4894-872a-c93f550aa494 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0346c2cc518e0ead771899132b73911755ade210" 2018-11-09 06:57:30,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-de1dde80-3353-4939-8b9d-b0700bd8dba9 Date: Fri, 09 Nov 2018 06:57:30 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:57:29Z", "updated_at": "2018-11-09T06:57:29Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "port_id": null, "id": "27a8fb55-759c-4894-872a-c93f550aa494"}]} 2018-11-09 06:57:30,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips?ip=27a8fb55-759c-4894-872a-c93f550aa494 used request id req-de1dde80-3353-4939-8b9d-b0700bd8dba9 2018-11-09 06:57:30,944 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.206 2018-11-09 06:57:30,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/27a8fb55-759c-4894-872a-c93f550aa494 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0346c2cc518e0ead771899132b73911755ade210" 2018-11-09 06:57:31,625 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4a6822b1-50bb-4575-83a4-c429a86ab26d Content-Length: 0 Date: Fri, 09 Nov 2018 06:57:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:57:31,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/27a8fb55-759c-4894-872a-c93f550aa494 used request id req-4a6822b1-50bb-4575-83a4-c429a86ab26d 2018-11-09 06:57:31,626 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:57:31,689 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d 2018-11-09 06:57:31,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:32,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["5HXDWBViSY-JAC66cn7Bmw"], "issued_at": "2018-11-09T06:57:32.000000Z"}} 2018-11-09 06:57:32,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9396fd77b9e08e73a0d5bdc723e073f0c86e10c8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD4hM4SDClKZ52rSM6oloxu57I1MZv7nQ9i4C1OD4VQNDmORs/K7Dv0QJI6DDtm5yqc6MZFWgpxlGgtmu9jl5+NM0C/29nzjnkWuPTzbFiYh57909qCICjccQQFpbPBi0dZ530u3M0ZtYf98Wsj8CmGJ9tnBY9uL3IAwQY4ZTYSO11QL+bFsyxRmyvt1NPDLafmTnXUksIVsibN1gBluDeFh1MLt4qjfWkBRxgj9gO6PbPjYHeoe5uPo2ppIB59N9or/m09YWzMvtST/qXJaN9VUY3WYeSOG+8v9eE23fXCR+nCYz/7zWxfwigpDp7W9a8Q8ddzIEFz0cggYJ4nlQUZ", "name": "NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d"}}' 2018-11-09 06:57:32,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cd9e4b0-98eb-48c7-96ef-dc2fa341c56d x-compute-request-id: req-8cd9e4b0-98eb-48c7-96ef-dc2fa341c56d Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD4hM4SDClKZ52rSM6oloxu57I1MZv7nQ9i4C1OD4VQNDmORs/K7Dv0QJI6DDtm5yqc6MZFWgpxlGgtmu9jl5+NM0C/29nzjnkWuPTzbFiYh57909qCICjccQQFpbPBi0dZ530u3M0ZtYf98Wsj8CmGJ9tnBY9uL3IAwQY4ZTYSO11QL+bFsyxRmyvt1NPDLafmTnXUksIVsibN1gBluDeFh1MLt4qjfWkBRxgj9gO6PbPjYHeoe5uPo2ppIB59N9or/m09YWzMvtST/qXJaN9VUY3WYeSOG+8v9eE23fXCR+nCYz/7zWxfwigpDp7W9a8Q8ddzIEFz0cggYJ4nlQUZ", "user_id": "ce78b31a46f34344952ff01738f305e7", "name": "NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d", "fingerprint": "26:a0:dc:71:6a:e6:08:fa:c8:4b:8f:b4:78:76:59:d2"}} 2018-11-09 06:57:32,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-8cd9e4b0-98eb-48c7-96ef-dc2fa341c56d 2018-11-09 06:57:32,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9396fd77b9e08e73a0d5bdc723e073f0c86e10c8" 2018-11-09 06:57:32,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57: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-2111d33e-0d04-4440-a0aa-d5764a2bd815 x-compute-request-id: req-2111d33e-0d04-4440-a0aa-d5764a2bd815 Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD4hM4SDClKZ52rSM6oloxu57I1MZv7nQ9i4C1OD4VQNDmORs/K7Dv0QJI6DDtm5yqc6MZFWgpxlGgtmu9jl5+NM0C/29nzjnkWuPTzbFiYh57909qCICjccQQFpbPBi0dZ530u3M0ZtYf98Wsj8CmGJ9tnBY9uL3IAwQY4ZTYSO11QL+bFsyxRmyvt1NPDLafmTnXUksIVsibN1gBluDeFh1MLt4qjfWkBRxgj9gO6PbPjYHeoe5uPo2ppIB59N9or/m09YWzMvtST/qXJaN9VUY3WYeSOG+8v9eE23fXCR+nCYz/7zWxfwigpDp7W9a8Q8ddzIEFz0cggYJ4nlQUZ", "user_id": "ce78b31a46f34344952ff01738f305e7", "name": "NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d", "deleted": false, "created_at": "2018-11-09T06:57:31.000000", "updated_at": null, "fingerprint": "26:a0:dc:71:6a:e6:08:fa:c8:4b:8f:b4:78:76:59:d2", "deleted_at": null, "id": 2}} 2018-11-09 06:57:32,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d used request id req-2111d33e-0d04-4440-a0aa-d5764a2bd815 2018-11-09 06:57:32,306 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d 2018-11-09 06:57:32,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9396fd77b9e08e73a0d5bdc723e073f0c86e10c8" 2018-11-09 06:57:32,470 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06:57: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-729c295a-04be-4b7a-9000-c092c34e9e67 x-compute-request-id: req-729c295a-04be-4b7a-9000-c092c34e9e67 Content-Length: 0 Content-Type: application/json 2018-11-09 06:57:32,471 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d used request id req-729c295a-04be-4b7a-9000-c092c34e9e67 2018-11-09 06:57:32,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9396fd77b9e08e73a0d5bdc723e073f0c86e10c8" 2018-11-09 06:57:32,594 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 06:57: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-4b93c5c2-50d4-46f0-8164-d5dfbde5096e x-compute-request-id: req-4b93c5c2-50d4-46f0-8164-d5dfbde5096e Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d not found for user ce78b31a46f34344952ff01738f305e7", "code": 404}} 2018-11-09 06:57:32,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d used request id req-4b93c5c2-50d4-46f0-8164-d5dfbde5096e 2018-11-09 06:57:32,594 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d 2018-11-09 06:57:32,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9396fd77b9e08e73a0d5bdc723e073f0c86e10c8" 2018-11-09 06:57:32,697 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 06:57: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-701af1d1-34e0-4aad-9c43-31b67b7f8add x-compute-request-id: req-701af1d1-34e0-4aad-9c43-31b67b7f8add Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d not found for user ce78b31a46f34344952ff01738f305e7", "code": 404}} 2018-11-09 06:57:32,697 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ac4734d4-396e-4316-a0a9-3eaf99a07e3d used request id req-701af1d1-34e0-4aad-9c43-31b67b7f8add 2018-11-09 06:57:32,698 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:57:32,837 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-41ede7dc-46e1-4286-8d01-4e59f1d9e8de.pub 2018-11-09 06:57:32,837 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-41ede7dc-46e1-4286-8d01-4e59f1d9e8de 2018-11-09 06:57:32,837 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-41ede7dc-46e1-4286-8d01-4e59f1d9e8de.pub 2018-11-09 06:57:32,837 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-41ede7dc-46e1-4286-8d01-4e59f1d9e8de 2018-11-09 06:57:32,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:33,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["2GVmx7zLSoGT3BJ_5IetSg"], "issued_at": "2018-11-09T06:57:33.000000Z"}} 2018-11-09 06:57:33,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c945b463c60fed8ac655c38d83b0ad49d2f776f5" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZug7ynPr0/WsyXbR70E9povYg9yKQw+dXJOu0pBVWiCOGRk9NOSA9cUjVw3bB2s2cdmBPBQGJcH2PJ2mn5Tdif/gVjqTzSvd5b2qkhDcHQbMfRkc4vj1GSyv5BhSze5XDpSrMJTWDDzH/LxXo270ttYAoinBW/b6dQju7WvYUQWpjMHzhskBdAKLlOulElU8IpWF6ZDNfFsQX4iYvPc9fEINc1ZxeJ+IsDbPGhRWZS1opvlF0VPN1LZkiQ3Y0EjPV4iBvZ6/St55CYoFEP/BUvtWfRXuFMuC/JhUvX0jKggPQvgcRlTyhZz+mOt4PfWG80gESo+ehE2yc+AjrOcTR", "name": "NovaUtilsKeypairTests-41ede7dc-46e1-4286-8d01-4e59f1d9e8de"}}' 2018-11-09 06:57:33,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ea07022-794b-45c7-8477-702617ea4141 x-compute-request-id: req-6ea07022-794b-45c7-8477-702617ea4141 Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZug7ynPr0/WsyXbR70E9povYg9yKQw+dXJOu0pBVWiCOGRk9NOSA9cUjVw3bB2s2cdmBPBQGJcH2PJ2mn5Tdif/gVjqTzSvd5b2qkhDcHQbMfRkc4vj1GSyv5BhSze5XDpSrMJTWDDzH/LxXo270ttYAoinBW/b6dQju7WvYUQWpjMHzhskBdAKLlOulElU8IpWF6ZDNfFsQX4iYvPc9fEINc1ZxeJ+IsDbPGhRWZS1opvlF0VPN1LZkiQ3Y0EjPV4iBvZ6/St55CYoFEP/BUvtWfRXuFMuC/JhUvX0jKggPQvgcRlTyhZz+mOt4PfWG80gESo+ehE2yc+AjrOcTR", "user_id": "ce78b31a46f34344952ff01738f305e7", "name": "NovaUtilsKeypairTests-41ede7dc-46e1-4286-8d01-4e59f1d9e8de", "fingerprint": "b8:f1:a8:36:fc:69:93:2d:c2:f9:ce:3c:84:f1:36:5d"}} 2018-11-09 06:57:33,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-6ea07022-794b-45c7-8477-702617ea4141 2018-11-09 06:57:33,605 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-41ede7dc-46e1-4286-8d01-4e59f1d9e8de 2018-11-09 06:57:33,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-41ede7dc-46e1-4286-8d01-4e59f1d9e8de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c945b463c60fed8ac655c38d83b0ad49d2f776f5" 2018-11-09 06:57:33,654 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06:57:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d50e7b4b-c8ff-4095-9569-e3f12feac101 x-compute-request-id: req-d50e7b4b-c8ff-4095-9569-e3f12feac101 Content-Length: 0 Content-Type: application/json 2018-11-09 06:57:33,655 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-41ede7dc-46e1-4286-8d01-4e59f1d9e8de used request id req-d50e7b4b-c8ff-4095-9569-e3f12feac101 2018-11-09 06:57:33,656 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:57:33,783 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-38191138-5265-46b9-8f5c-9e8553c0ca0f 2018-11-09 06:57:33,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:34,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["n1PtkbRnQMiXFRIN4lbr3w"], "issued_at": "2018-11-09T06:57:33.000000Z"}} 2018-11-09 06:57:34,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c977a8150e80a973bae2bd51113a0b1235913a42" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzDBUNcUJq7tKdeJxPXlY/9WjRCEyu9BM+whUX+vN7mME6SS8r/OwiLou7MEr5oNGtEpKkYrMFc0vOKsFExYEcWMCl/7YoiQviVZnO/6DWpyor0594DYvpMxphxtAoOXfUpU5c+oL1Ekfrgb2SFkx5t6vEiYucMNWiAcaJkRD3FcICzek0QSnJIZIGSrKF+QYDRM7M1x3dLvVq3R4XdKS4v0UT0zYziI6NNjd5khcTtZnS+Ya4qwKFTieoOgFqgGySL4yW5ZbyFWveuDU9oesG5ifFrRhV3bFOrMF5X3MG6ZbObiUqX4JlOxcUymBBEcak7s5VwvKxGQ7w8/OHqHob", "name": "NovaUtilsKeypairTests-38191138-5265-46b9-8f5c-9e8553c0ca0f"}}' 2018-11-09 06:57:34,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40cd8919-60ca-4e49-b233-ef08b0f5eab8 x-compute-request-id: req-40cd8919-60ca-4e49-b233-ef08b0f5eab8 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzDBUNcUJq7tKdeJxPXlY/9WjRCEyu9BM+whUX+vN7mME6SS8r/OwiLou7MEr5oNGtEpKkYrMFc0vOKsFExYEcWMCl/7YoiQviVZnO/6DWpyor0594DYvpMxphxtAoOXfUpU5c+oL1Ekfrgb2SFkx5t6vEiYucMNWiAcaJkRD3FcICzek0QSnJIZIGSrKF+QYDRM7M1x3dLvVq3R4XdKS4v0UT0zYziI6NNjd5khcTtZnS+Ya4qwKFTieoOgFqgGySL4yW5ZbyFWveuDU9oesG5ifFrRhV3bFOrMF5X3MG6ZbObiUqX4JlOxcUymBBEcak7s5VwvKxGQ7w8/OHqHob", "user_id": "ce78b31a46f34344952ff01738f305e7", "name": "NovaUtilsKeypairTests-38191138-5265-46b9-8f5c-9e8553c0ca0f", "fingerprint": "ac:f1:60:c1:87:19:7f:2e:37:2c:e0:00:fe:85:9f:af"}} 2018-11-09 06:57:34,807 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-40cd8919-60ca-4e49-b233-ef08b0f5eab8 2018-11-09 06:57:34,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-38191138-5265-46b9-8f5c-9e8553c0ca0f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c977a8150e80a973bae2bd51113a0b1235913a42" 2018-11-09 06:57:34,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1633214b-159c-42ce-a58c-16d31515751c x-compute-request-id: req-1633214b-159c-42ce-a58c-16d31515751c Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzDBUNcUJq7tKdeJxPXlY/9WjRCEyu9BM+whUX+vN7mME6SS8r/OwiLou7MEr5oNGtEpKkYrMFc0vOKsFExYEcWMCl/7YoiQviVZnO/6DWpyor0594DYvpMxphxtAoOXfUpU5c+oL1Ekfrgb2SFkx5t6vEiYucMNWiAcaJkRD3FcICzek0QSnJIZIGSrKF+QYDRM7M1x3dLvVq3R4XdKS4v0UT0zYziI6NNjd5khcTtZnS+Ya4qwKFTieoOgFqgGySL4yW5ZbyFWveuDU9oesG5ifFrRhV3bFOrMF5X3MG6ZbObiUqX4JlOxcUymBBEcak7s5VwvKxGQ7w8/OHqHob", "user_id": "ce78b31a46f34344952ff01738f305e7", "name": "NovaUtilsKeypairTests-38191138-5265-46b9-8f5c-9e8553c0ca0f", "deleted": false, "created_at": "2018-11-09T06:57:34.000000", "updated_at": null, "fingerprint": "ac:f1:60:c1:87:19:7f:2e:37:2c:e0:00:fe:85:9f:af", "deleted_at": null, "id": 8}} 2018-11-09 06:57:34,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-38191138-5265-46b9-8f5c-9e8553c0ca0f used request id req-1633214b-159c-42ce-a58c-16d31515751c 2018-11-09 06:57:34,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c977a8150e80a973bae2bd51113a0b1235913a42" 2018-11-09 06:57:34,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-413e0ea2-e1e1-4c79-8ce0-901fbd1bcafd x-compute-request-id: req-413e0ea2-e1e1-4c79-8ce0-901fbd1bcafd Content-Encoding: gzip Content-Length: 475 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzDBUNcUJq7tKdeJxPXlY/9WjRCEyu9BM+whUX+vN7mME6SS8r/OwiLou7MEr5oNGtEpKkYrMFc0vOKsFExYEcWMCl/7YoiQviVZnO/6DWpyor0594DYvpMxphxtAoOXfUpU5c+oL1Ekfrgb2SFkx5t6vEiYucMNWiAcaJkRD3FcICzek0QSnJIZIGSrKF+QYDRM7M1x3dLvVq3R4XdKS4v0UT0zYziI6NNjd5khcTtZnS+Ya4qwKFTieoOgFqgGySL4yW5ZbyFWveuDU9oesG5ifFrRhV3bFOrMF5X3MG6ZbObiUqX4JlOxcUymBBEcak7s5VwvKxGQ7w8/OHqHob", "name": "NovaUtilsKeypairTests-38191138-5265-46b9-8f5c-9e8553c0ca0f", "fingerprint": "ac:f1:60:c1:87:19:7f:2e:37:2c:e0:00:fe:85:9f:af"}}]} 2018-11-09 06:57:34,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-413e0ea2-e1e1-4c79-8ce0-901fbd1bcafd 2018-11-09 06:57:34,851 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-38191138-5265-46b9-8f5c-9e8553c0ca0f 2018-11-09 06:57:34,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-38191138-5265-46b9-8f5c-9e8553c0ca0f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c977a8150e80a973bae2bd51113a0b1235913a42" 2018-11-09 06:57:34,887 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06:57:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aab79398-d6c6-4cce-8e95-a67b9ac8e33b x-compute-request-id: req-aab79398-d6c6-4cce-8e95-a67b9ac8e33b Content-Length: 0 Content-Type: application/json 2018-11-09 06:57:34,887 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-38191138-5265-46b9-8f5c-9e8553c0ca0f used request id req-aab79398-d6c6-4cce-8e95-a67b9ac8e33b 2018-11-09 06:57:34,888 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:57:34,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:35,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["oL-fPiBNR7KSClFgvoy7YA"], "issued_at": "2018-11-09T06:57:35.000000Z"}} 2018-11-09 06:57:35,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210827c3a6c0ce9f1285bb21222607ca9bf40f76" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-id", "swap": 2}}' 2018-11-09 06:57:35,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57: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-a43bdb9c-a6a0-4bd4-ac24-7e6fdc417f6e x-compute-request-id: req-a43bdb9c-a6a0-4bd4-ac24-7e6fdc417f6e Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-id", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-id", "name": "NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-11-09 06:57:35,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a43bdb9c-a6a0-4bd4-ac24-7e6fdc417f6e 2018-11-09 06:57:35,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210827c3a6c0ce9f1285bb21222607ca9bf40f76" 2018-11-09 06:57:36,044 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06:57: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-3cee2a96-753a-4742-b716-f5c030fe17e2 x-compute-request-id: req-3cee2a96-753a-4742-b716-f5c030fe17e2 Content-Length: 0 Content-Type: application/json 2018-11-09 06:57:36,044 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-id used request id req-3cee2a96-753a-4742-b716-f5c030fe17e2 2018-11-09 06:57:36,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210827c3a6c0ce9f1285bb21222607ca9bf40f76" 2018-11-09 06:57:36,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7691c31-ddf1-4e55-8550-fba85a5b0b5d x-compute-request-id: req-b7691c31-ddf1-4e55-8550-fba85a5b0b5d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 06:57:36,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b7691c31-ddf1-4e55-8550-fba85a5b0b5d 2018-11-09 06:57:36,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210827c3a6c0ce9f1285bb21222607ca9bf40f76" 2018-11-09 06:57:36,097 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 06:57:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43291989-227f-41ef-a787-66dda784714c x-compute-request-id: req-43291989-227f-41ef-a787-66dda784714c Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-id could not be found.", "code": 404}} 2018-11-09 06:57:36,097 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-dd55cf35-d0fa-45d2-b7db-2a3d7a247d4c-id used request id req-43291989-227f-41ef-a787-66dda784714c 2018-11-09 06:57:36,098 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:57:36,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:36,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["ZsMAQ5umRa2fUvM0jIotwg"], "issued_at": "2018-11-09T06:57:36.000000Z"}} 2018-11-09 06:57:36,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4085b36eac49fe78ca979310511335662f748933" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-136a2047-568b-405c-ae5a-1f81e39df778-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-136a2047-568b-405c-ae5a-1f81e39df778-id", "swap": 2}}' 2018-11-09 06:57:37,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-279844f4-da77-4495-8735-b3dd112c1146 x-compute-request-id: req-279844f4-da77-4495-8735-b3dd112c1146 Content-Encoding: gzip Content-Length: 289 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-136a2047-568b-405c-ae5a-1f81e39df778-id", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/NovaUtilsFlavorTests-136a2047-568b-405c-ae5a-1f81e39df778-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-136a2047-568b-405c-ae5a-1f81e39df778-id", "name": "NovaUtilsFlavorTests-136a2047-568b-405c-ae5a-1f81e39df778-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-11-09 06:57:37,131 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-279844f4-da77-4495-8735-b3dd112c1146 2018-11-09 06:57:37,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-136a2047-568b-405c-ae5a-1f81e39df778-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4085b36eac49fe78ca979310511335662f748933" 2018-11-09 06:57:37,175 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06:57:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-585a5dfe-7d5a-4765-a6a5-40a2de7724a5 x-compute-request-id: req-585a5dfe-7d5a-4765-a6a5-40a2de7724a5 Content-Length: 0 Content-Type: application/json 2018-11-09 06:57:37,175 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-136a2047-568b-405c-ae5a-1f81e39df778-id used request id req-585a5dfe-7d5a-4765-a6a5-40a2de7724a5 2018-11-09 06:57:37,176 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:57:37,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:37,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["aDmr5bCeQAe9KfapaVC1oQ"], "issued_at": "2018-11-09T06:57:37.000000Z"}} 2018-11-09 06:57:37,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:37,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40358994-deb3-4c24-b2ba-0fe5b52b9883 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:37,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-40358994-deb3-4c24-b2ba-0fe5b52b9883 2018-11-09 06:57:37,655 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 06:57:37,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:57:37,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:38,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["3qLX7qpFRHCaxZl0X466Ag"], "issued_at": "2018-11-09T06:57:37.000000Z"}} 2018-11-09 06:57:38,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e84d01e58727255d940c193549b4b94cb55d9" 2018-11-09 06:57:38,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5deaed3d-c507-4e55-bbbf-d4548ff81ae8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:38,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5deaed3d-c507-4e55-bbbf-d4548ff81ae8 2018-11-09 06:57:38,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e84d01e58727255d940c193549b4b94cb55d9" 2018-11-09 06:57:38,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-584c3c57-8836-4609-b6fe-5e8d9661c2f3 Date: Fri, 09 Nov 2018 06:57:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image"} 2018-11-09 06:57:38,790 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image used request id req-584c3c57-8836-4609-b6fe-5e8d9661c2f3 2018-11-09 06:57:38,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e84d01e58727255d940c193549b4b94cb55d9" 2018-11-09 06:57:39,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bcdce18c-b95d-4837-9261-482251eced0e Date: Fri, 09 Nov 2018 06:57:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 06:57:39,357 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-bcdce18c-b95d-4837-9261-482251eced0e 2018-11-09 06:57:39,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bd1e84d01e58727255d940c193549b4b94cb55d9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image"}' 2018-11-09 06:57:40,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1 X-Openstack-Request-Id: req-09f90f81-aef8-40af-b86f-9e0deecd5f19 Date: Fri, 09 Nov 2018 06:57:40 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:57:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T06:57:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "min_disk": 0, "protected": false, "id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "file": "/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1/file", "checksum": null, "owner": "eaa3a8fe44f244bdb42f6df651318422", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 06:57:40,114 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-09f90f81-aef8-40af-b86f-9e0deecd5f19 2018-11-09 06:57:40,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e84d01e58727255d940c193549b4b94cb55d9" -d '' 2018-11-09 06:57:42,465 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b9c15c63-d3d1-4d13-ae02-466b7a717e93 Date: Fri, 09 Nov 2018 06:57:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 06:57:42,465 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1/file used request id req-b9c15c63-d3d1-4d13-ae02-466b7a717e93 2018-11-09 06:57:42,465 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 06:57:42,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e84d01e58727255d940c193549b4b94cb55d9" 2018-11-09 06:57:43,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-cd194cf8-b39d-4375-a343-862b5a26f7cf Date: Fri, 09 Nov 2018 06:57:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:57:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T06:57:42Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/abb3a63e-dd32-44f2-98d8-219a611280a1/snap", "metadata": {}}], "self": "/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "min_disk": 0, "protected": false, "id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "file": "/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/abb3a63e-dd32-44f2-98d8-219a611280a1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 06:57:43,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1 used request id req-cd194cf8-b39d-4375-a343-862b5a26f7cf 2018-11-09 06:57:43,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e84d01e58727255d940c193549b4b94cb55d9" 2018-11-09 06:57:43,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-59d588f1-766f-495b-b0f4-d5ace823852d Date: Fri, 09 Nov 2018 06:57:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 06:57:43,634 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-59d588f1-766f-495b-b0f4-d5ace823852d 2018-11-09 06:57:43,637 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image 2018-11-09 06:57:43,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e84d01e58727255d940c193549b4b94cb55d9" 2018-11-09 06:57:43,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-32eb0504-e09f-4104-9f38-de946091f6f5 Date: Fri, 09 Nov 2018 06:57:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:57:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T06:57:42Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/abb3a63e-dd32-44f2-98d8-219a611280a1/snap", "metadata": {}}], "self": "/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "min_disk": 0, "protected": false, "id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "file": "/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/abb3a63e-dd32-44f2-98d8-219a611280a1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 06:57:43,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1 used request id req-32eb0504-e09f-4104-9f38-de946091f6f5 2018-11-09 06:57:43,659 - create_image - DEBUG - Instance status is - active 2018-11-09 06:57:43,659 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image 2018-11-09 06:57:43,659 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image 2018-11-09 06:57:43,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:57:43,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:44,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["Vp0T80D3StiQ929xbUkwZQ"], "issued_at": "2018-11-09T06:57:44.000000Z"}} 2018-11-09 06:57:44,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}941d451cca2fba90faee3d5ddd61047b1c0e9dc4" 2018-11-09 06:57:44,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cda731ee-ccc9-46f6-82f9-99f7f962f7c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:44,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cda731ee-ccc9-46f6-82f9-99f7f962f7c8 2018-11-09 06:57:44,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}941d451cca2fba90faee3d5ddd61047b1c0e9dc4" 2018-11-09 06:57:44,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2c7fa267-9876-4c91-834e-e3d4731192d2 Date: Fri, 09 Nov 2018 06:57:44 GMT RESP BODY: {"networks":[]} 2018-11-09 06:57:44,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net used request id req-2c7fa267-9876-4c91-834e-e3d4731192d2 2018-11-09 06:57:44,310 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net 2018-11-09 06:57:44,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}941d451cca2fba90faee3d5ddd61047b1c0e9dc4" -d '{"network": {"name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net", "admin_state_up": true}}' 2018-11-09 06:57:44,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2672a5eb-bb93-4143-8191-e1d745b93f35 Date: Fri, 09 Nov 2018 06:57:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:57:44Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:44Z","mtu":1450}} 2018-11-09 06:57:44,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-2672a5eb-bb93-4143-8191-e1d745b93f35 2018-11-09 06:57:44,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=dc8eb71b-ee19-4a40-af54-5a2732134b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}941d451cca2fba90faee3d5ddd61047b1c0e9dc4" 2018-11-09 06:57:44,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-3d06653c-3065-495d-8a6d-f1335a977ca8 Date: Fri, 09 Nov 2018 06:57:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:57:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:44Z","provider:network_type":"vxlan"}]} 2018-11-09 06:57:44,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=dc8eb71b-ee19-4a40-af54-5a2732134b9c used request id req-3d06653c-3065-495d-8a6d-f1335a977ca8 2018-11-09 06:57:44,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}941d451cca2fba90faee3d5ddd61047b1c0e9dc4" 2018-11-09 06:57:44,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-41e7ce85-c3d1-49cf-b335-7d7061bea23f Date: Fri, 09 Nov 2018 06:57:44 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:57:44,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c used request id req-41e7ce85-c3d1-49cf-b335-7d7061bea23f 2018-11-09 06:57:44,966 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-subnet 2018-11-09 06:57:44,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}941d451cca2fba90faee3d5ddd61047b1c0e9dc4" -d '{"subnets": [{"ip_version": 4, "network_id": "dc8eb71b-ee19-4a40-af54-5a2732134b9c", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-subnet"}]}' 2018-11-09 06:57:45,511 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f30af0b0-5225-4d12-86f0-f715524fd4b6 Date: Fri, 09 Nov 2018 06:57:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:45Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57:45Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","subnetpool_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-subnet"}]} 2018-11-09 06:57:45,511 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-f30af0b0-5225-4d12-86f0-f715524fd4b6 2018-11-09 06:57:45,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=dc8eb71b-ee19-4a40-af54-5a2732134b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}941d451cca2fba90faee3d5ddd61047b1c0e9dc4" 2018-11-09 06:57:45,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-ecf51e02-4dc5-4e73-8ecc-5be20791a295 Date: Fri, 09 Nov 2018 06:57:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["eb761e20-fe21-416d-9ee8-e2a691d820f7"],"description":"","tags":[],"updated_at":"2018-11-09T06:57:45Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:44Z","provider:network_type":"vxlan"}]} 2018-11-09 06:57:45,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=dc8eb71b-ee19-4a40-af54-5a2732134b9c used request id req-ecf51e02-4dc5-4e73-8ecc-5be20791a295 2018-11-09 06:57:45,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}941d451cca2fba90faee3d5ddd61047b1c0e9dc4" 2018-11-09 06:57:45,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0a42fa0f-eae4-480e-8f81-6588af7f0218 Date: Fri, 09 Nov 2018 06:57:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:45Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","subnetpool_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-subnet"}]} 2018-11-09 06:57:45,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c used request id req-0a42fa0f-eae4-480e-8f81-6588af7f0218 2018-11-09 06:57:45,973 - OpenStackNetwork - DEBUG - Network [dc8eb71b-ee19-4a40-af54-5a2732134b9c] created successfully 2018-11-09 06:57:45,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:57:45,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:46,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["9s8yNIkCRP2ZUt-U5oueow"], "issued_at": "2018-11-09T06:57:45.000000Z"}} 2018-11-09 06:57:46,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbf1897259233465e6f656e18b2cbeb53375486" 2018-11-09 06:57:46,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b4cf29-0f35-4064-851d-53480ea71e37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:46,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f1b4cf29-0f35-4064-851d-53480ea71e37 2018-11-09 06:57:46,439 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:57:46,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbf1897259233465e6f656e18b2cbeb53375486" 2018-11-09 06:57:47,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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 x-openstack-request-id: req-e28aba45-b98d-4fa0-9e24-e3fe41034188 x-compute-request-id: req-e28aba45-b98d-4fa0-9e24-e3fe41034188 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 06:57:47,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e28aba45-b98d-4fa0-9e24-e3fe41034188 2018-11-09 06:57:47,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbf1897259233465e6f656e18b2cbeb53375486" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 06:57:47,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-ee91463c-5fab-492b-9fa9-20da4fa75d42 x-compute-request-id: req-ee91463c-5fab-492b-9fa9-20da4fa75d42 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 06:57:47,224 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ee91463c-5fab-492b-9fa9-20da4fa75d42 2018-11-09 06:57:47,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:57:47,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:57:47,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["ArrWe0gYSJa_dSpwOJstrQ"], "issued_at": "2018-11-09T06:57:47.000000Z"}} 2018-11-09 06:57:47,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7115f7510806a7094cfa3f3fae20035de8b2d4d5" 2018-11-09 06:57:47,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9255504-3bdc-4186-9e0e-d9991550b49d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:57:47,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e9255504-3bdc-4186-9e0e-d9991550b49d 2018-11-09 06:57:47,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:47,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-4b46f585-57ad-465f-9d06-b12d0f26e858 Date: Fri, 09 Nov 2018 06:57:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["eb761e20-fe21-416d-9ee8-e2a691d820f7"],"description":"","tags":[],"updated_at":"2018-11-09T06:57:45Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:44Z","provider:network_type":"vxlan"}]} 2018-11-09 06:57:47,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net used request id req-4b46f585-57ad-465f-9d06-b12d0f26e858 2018-11-09 06:57:47,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:48,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9942f844-ddc6-4bfc-a800-ba43ef229495 Date: Fri, 09 Nov 2018 06:57:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:45Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","subnetpool_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-subnet"}]} 2018-11-09 06:57:48,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c used request id req-9942f844-ddc6-4bfc-a800-ba43ef229495 2018-11-09 06:57:48,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:48,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-6dca2e7e-2097-4a86-8757-8c1c429c487b Date: Fri, 09 Nov 2018 06:57:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["eb761e20-fe21-416d-9ee8-e2a691d820f7"],"description":"","tags":[],"updated_at":"2018-11-09T06:57:45Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:44Z","provider:network_type":"vxlan"}]} 2018-11-09 06:57:48,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net used request id req-6dca2e7e-2097-4a86-8757-8c1c429c487b 2018-11-09 06:57:48,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:57:48,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:57:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:57:48,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7115f7510806a7094cfa3f3fae20035de8b2d4d5" 2018-11-09 06:57:48,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa94850-a6cf-4d8b-ab59-2053bd75529b 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:57:48,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-5fa94850-a6cf-4d8b-ab59-2053bd75529b 2018-11-09 06:57:48,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:48,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2a37fcb9-fac9-4a58-83a2-3d1095de563d Date: Fri, 09 Nov 2018 06:57:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:45Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","subnetpool_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-subnet"}]} 2018-11-09 06:57:48,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c used request id req-2a37fcb9-fac9-4a58-83a2-3d1095de563d 2018-11-09 06:57:48,700 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net 2018-11-09 06:57:48,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" -d '{"port": {"network_id": "dc8eb71b-ee19-4a40-af54-5a2732134b9c", "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-port", "admin_state_up": true}}' 2018-11-09 06:57:49,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-d9457f7f-34b5-4287-8e1f-27207eff468c Date: Fri, 09 Nov 2018 06:57:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:48Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","ip_address":"10.55.0.9"}],"id":"a91db26b-7fde-4812-a09e-224f503f88ce","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:67:e8:94","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-port","project_id":"eaa3a8fe44f244bdb42f6df651318422","qos_policy_id":null,"admin_state_up":true,"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:48Z","binding:vnic_type":"normal"}} 2018-11-09 06:57:49,517 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-d9457f7f-34b5-4287-8e1f-27207eff468c 2018-11-09 06:57:49,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:49,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-2d8f5e46-5243-4d31-ad1f-486f14c6c379 Date: Fri, 09 Nov 2018 06:57:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["eb761e20-fe21-416d-9ee8-e2a691d820f7"],"description":"","tags":[],"updated_at":"2018-11-09T06:57:45Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:44Z","provider:network_type":"vxlan"}]} 2018-11-09 06:57:49,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net used request id req-2d8f5e46-5243-4d31-ad1f-486f14c6c379 2018-11-09 06:57:49,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:57:49,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:57:49,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:49,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5e83a45-5285-4ee1-8d08-e7cae9180d32 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:57:49,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-e5e83a45-5285-4ee1-8d08-e7cae9180d32 2018-11-09 06:57:49,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:50,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e6cba48c-7853-4ba8-9e06-aace16578dae Date: Fri, 09 Nov 2018 06:57:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:45Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","subnetpool_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-subnet"}]} 2018-11-09 06:57:50,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c used request id req-e6cba48c-7853-4ba8-9e06-aace16578dae 2018-11-09 06:57:50,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c&name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:50,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-e425db5f-6efc-4647-b654-efb4647590be Date: Fri, 09 Nov 2018 06:57:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","ip_address":"10.55.0.9"}],"id":"a91db26b-7fde-4812-a09e-224f503f88ce","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:67:e8:94","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-port","admin_state_up":true,"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:48Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 06:57:50,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c&name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-port&admin_state_up=True used request id req-e425db5f-6efc-4647-b654-efb4647590be 2018-11-09 06:57:50,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:50,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cba3669-2112-47e2-b27b-54ff20ce4ef6 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:57:50,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-6cba3669-2112-47e2-b27b-54ff20ce4ef6 2018-11-09 06:57:50,360 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst 2018-11-09 06:57:50,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:51,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57: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-b7796900-2334-476c-8d7b-6644bb8bf6ed x-compute-request-id: req-b7796900-2334-476c-8d7b-6644bb8bf6ed Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-flavor-name"}]} 2018-11-09 06:57:51,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b7796900-2334-476c-8d7b-6644bb8bf6ed 2018-11-09 06:57:51,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:51,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15ef5c5a-2153-4297-962f-688b5720a6ff x-compute-request-id: req-15ef5c5a-2153-4297-962f-688b5720a6ff Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 06:57:51,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed used request id req-15ef5c5a-2153-4297-962f-688b5720a6ff 2018-11-09 06:57:51,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:51,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-c641149e-adfe-4622-84c5-5cd25aaf8711 Date: Fri, 09 Nov 2018 06:57:51 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:57:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T06:57:42Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/abb3a63e-dd32-44f2-98d8-219a611280a1/snap", "metadata": {}}], "self": "/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "min_disk": 0, "protected": false, "id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "file": "/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/abb3a63e-dd32-44f2-98d8-219a611280a1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image"} 2018-11-09 06:57:51,721 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image used request id req-c641149e-adfe-4622-84c5-5cd25aaf8711 2018-11-09 06:57:51,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:52,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cfe23d3b-e86b-4a8c-8377-a6d27e5171ae Date: Fri, 09 Nov 2018 06:57:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 06:57:52,288 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-cfe23d3b-e86b-4a8c-8377-a6d27e5171ae 2018-11-09 06:57:52,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" -d '{"server": {"name": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "imageRef": "abb3a63e-dd32-44f2-98d8-219a611280a1", "flavorRef": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "max_count": 1, "min_count": 1, "networks": [{"port": "a91db26b-7fde-4812-a09e-224f503f88ce"}]}}' 2018-11-09 06:57:54,471 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41a44dc7-6f2b-4ff2-b8c1-0a53d1a609d1 x-compute-request-id: req-41a44dc7-6f2b-4ff2-b8c1-0a53d1a609d1 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "adminPass": "viwQJ2Ljv3WH"}} 2018-11-09 06:57:54,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-41a44dc7-6f2b-4ff2-b8c1-0a53d1a609d1 2018-11-09 06:57:54,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:55,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e2b6ad3-2a99-4dd1-976c-4f15921a35af x-compute-request-id: req-3e2b6ad3-2a99-4dd1-976c-4f15921a35af 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.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:57:54Z", "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-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:57:55,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-3e2b6ad3-2a99-4dd1-976c-4f15921a35af 2018-11-09 06:57:55,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:57:56,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:57: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-ec59712e-8697-4bbe-a3cf-f2798bf838db x-compute-request-id: req-ec59712e-8697-4bbe-a3cf-f2798bf838db 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.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:57: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": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:57:56,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-ec59712e-8697-4bbe-a3cf-f2798bf838db 2018-11-09 06:57:59,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:00,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-eb7a86e7-810d-40bb-8846-5abe672a49e3 x-compute-request-id: req-eb7a86e7-810d-40bb-8846-5abe672a49e3 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:57: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": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:00,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-eb7a86e7-810d-40bb-8846-5abe672a49e3 2018-11-09 06:58:03,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:03,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58: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-c33540a0-77b4-4b4f-b181-60f1c954ddc7 x-compute-request-id: req-c33540a0-77b4-4b4f-b181-60f1c954ddc7 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:57: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": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:03,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-c33540a0-77b4-4b4f-b181-60f1c954ddc7 2018-11-09 06:58:06,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:06,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58: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-0b31143e-a7ec-4783-945a-9a488374a1f0 x-compute-request-id: req-0b31143e-a7ec-4783-945a-9a488374a1f0 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:57: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": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:06,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-0b31143e-a7ec-4783-945a-9a488374a1f0 2018-11-09 06:58:09,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:10,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4c68583-4c54-4bf3-9867-fa2472f42e3e x-compute-request-id: req-f4c68583-4c54-4bf3-9867-fa2472f42e3e Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:57: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": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:10,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-f4c68583-4c54-4bf3-9867-fa2472f42e3e 2018-11-09 06:58:13,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:14,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-d319394c-b58f-4700-b654-51ea12fc6640 x-compute-request-id: req-d319394c-b58f-4700-b654-51ea12fc6640 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:57: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": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:14,647 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-d319394c-b58f-4700-b654-51ea12fc6640 2018-11-09 06:58:17,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:18,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-27b9b219-5eea-4fa5-8bcd-3215e22eeabf x-compute-request-id: req-27b9b219-5eea-4fa5-8bcd-3215e22eeabf Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:57: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": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:18,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-27b9b219-5eea-4fa5-8bcd-3215e22eeabf 2018-11-09 06:58:21,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:21,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-d50405bd-3d9b-4b6c-a9ba-4e48e6776908 x-compute-request-id: req-d50405bd-3d9b-4b6c-a9ba-4e48e6776908 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:57: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": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:21,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-d50405bd-3d9b-4b6c-a9ba-4e48e6776908 2018-11-09 06:58:24,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:25,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-71daf161-df58-41ef-8dac-2ecc7a009ac8 x-compute-request-id: req-71daf161-df58-41ef-8dac-2ecc7a009ac8 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:57: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": "NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:25,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-71daf161-df58-41ef-8dac-2ecc7a009ac8 2018-11-09 06:58:28,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:29,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58: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-8123ceda-ece4-475c-8d3b-cf0d4f87dfca x-compute-request-id: req-8123ceda-ece4-475c-8d3b-cf0d4f87dfca Content-Encoding: gzip Content-Length: 726 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:58:27Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:29,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-8123ceda-ece4-475c-8d3b-cf0d4f87dfca 2018-11-09 06:58:32,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:33,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58: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-825e74aa-8fad-4891-896a-7c138eb333c1 x-compute-request-id: req-825e74aa-8fad-4891-896a-7c138eb333c1 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:e8:94", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:58:27Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:33,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-825e74aa-8fad-4891-896a-7c138eb333c1 2018-11-09 06:58:36,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:36,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-ee190df4-593f-4fb7-9e60-c8d7f4572619 x-compute-request-id: req-ee190df4-593f-4fb7-9e60-c8d7f4572619 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:e8:94", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:58:27Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:36,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-ee190df4-593f-4fb7-9e60-c8d7f4572619 2018-11-09 06:58:39,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:40,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7df156d4-9f6f-4738-bf2f-781e2126262e x-compute-request-id: req-7df156d4-9f6f-4738-bf2f-781e2126262e Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:e8:94", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-11-09T06:58:36.000000", "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:58:36Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:40,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-7df156d4-9f6f-4738-bf2f-781e2126262e 2018-11-09 06:58:40,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:41,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58: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-7657359e-e296-4b23-aa90-6f89797571df x-compute-request-id: req-7657359e-e296-4b23-aa90-6f89797571df Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:e8:94", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1", "rel": "bookmark"}], "image": {"id": "abb3a63e-dd32-44f2-98d8-219a611280a1", "links": [{"href": "http://172.30.9.27:8774/images/abb3a63e-dd32-44f2-98d8-219a611280a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-11-09T06:58:36.000000", "flavor": {"id": "8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "links": [{"href": "http://172.30.9.27:8774/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed", "rel": "bookmark"}]}, "id": "40d908ad-ff77-4f9d-b5c7-15518f8301e1", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:58:36Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-c9494bca-1426-4575-b546-6ddcc04b983b-vm_inst", "created": "2018-11-09T06:57:54Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:58:41,037 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-7657359e-e296-4b23-aa90-6f89797571df 2018-11-09 06:58:41,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:41,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-15b0274d-46d2-40c4-806e-421ad531ea9f Date: Fri, 09 Nov 2018 06:58:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["eb761e20-fe21-416d-9ee8-e2a691d820f7"],"description":"","tags":[],"updated_at":"2018-11-09T06:57:45Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:44Z","provider:network_type":"vxlan"}]} 2018-11-09 06:58:41,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net used request id req-15b0274d-46d2-40c4-806e-421ad531ea9f 2018-11-09 06:58:41,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:41,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a327539-abbc-4d63-abba-411f18f82b40 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:58:41,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-4a327539-abbc-4d63-abba-411f18f82b40 2018-11-09 06:58:41,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:41,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1b623e5e-fde2-4339-bd93-a32bfb7be282 Date: Fri, 09 Nov 2018 06:58:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:45Z","dns_nameservers":[],"updated_at":"2018-11-09T06:57:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","subnetpool_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-subnet"}]} 2018-11-09 06:58:41,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c used request id req-1b623e5e-fde2-4339-bd93-a32bfb7be282 2018-11-09 06:58:41,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:41,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3876 X-Openstack-Request-Id: req-0aa09456-6213-4e6f-aa64-47aaf3ef869c Date: Fri, 09 Nov 2018 06:58:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","ip_address":"10.55.0.3"}],"id":"1a3fc254-d51a-4612-b65a-3afb89bbaecf","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:35:f9:13","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dc8eb71b-ee19-4a40-af54-5a2732134b9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","ip_address":"10.55.0.9"}],"id":"a91db26b-7fde-4812-a09e-224f503f88ce","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:67:e8:94","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-port","admin_state_up":true,"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:48Z","binding:vnic_type":"normal","device_id":"40d908ad-ff77-4f9d-b5c7-15518f8301e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","ip_address":"10.55.0.4"}],"id":"e13655f9-2eb2-4459-86b1-a9b1eaf3c600","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:cb:4c","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dc8eb71b-ee19-4a40-af54-5a2732134b9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:57:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eb761e20-fe21-416d-9ee8-e2a691d820f7","ip_address":"10.55.0.2"}],"id":"f1bf3c9a-e9b9-43e4-ac12-28b8001c2fc5","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:e0:52","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dc8eb71b-ee19-4a40-af54-5a2732134b9c","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:57:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dc8eb71b-ee19-4a40-af54-5a2732134b9c"}]} 2018-11-09 06:58:41,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=dc8eb71b-ee19-4a40-af54-5a2732134b9c used request id req-0aa09456-6213-4e6f-aa64-47aaf3ef869c 2018-11-09 06:58:41,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:41,730 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06:58:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fdd09b24-ee70-4107-8f39-b004588d3d73 x-compute-request-id: req-fdd09b24-ee70-4107-8f39-b004588d3d73 Content-Type: application/json 2018-11-09 06:58:41,730 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/40d908ad-ff77-4f9d-b5c7-15518f8301e1 used request id req-fdd09b24-ee70-4107-8f39-b004588d3d73 2018-11-09 06:58:41,730 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-port 2018-11-09 06:58:41,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/a91db26b-7fde-4812-a09e-224f503f88ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2291e9c66d0ecd7131f14a6bd0875be35008f77" 2018-11-09 06:58:42,289 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4307098a-eafe-4575-9067-7ec7db5c59c4 Date: Fri, 09 Nov 2018 06:58:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:58:42,289 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/a91db26b-7fde-4812-a09e-224f503f88ce used request id req-4307098a-eafe-4575-9067-7ec7db5c59c4 2018-11-09 06:58:42,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbf1897259233465e6f656e18b2cbeb53375486" 2018-11-09 06:58:42,361 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06:58:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cbc13d65-9504-4c67-8d8d-5d647691ba6b x-compute-request-id: req-cbc13d65-9504-4c67-8d8d-5d647691ba6b Content-Length: 0 Content-Type: application/json 2018-11-09 06:58:42,361 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8ce1c0b5-116a-4ea9-b6dd-2686eb7042ed used request id req-cbc13d65-9504-4c67-8d8d-5d647691ba6b 2018-11-09 06:58:42,362 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-subnet 2018-11-09 06:58:42,362 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-subnet 2018-11-09 06:58:42,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/eb761e20-fe21-416d-9ee8-e2a691d820f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}941d451cca2fba90faee3d5ddd61047b1c0e9dc4" 2018-11-09 06:58:44,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3c1cb11-fed1-4051-bb96-c446ade21818 Date: Fri, 09 Nov 2018 06:58:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:58:44,343 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/eb761e20-fe21-416d-9ee8-e2a691d820f7 used request id req-a3c1cb11-fed1-4051-bb96-c446ade21818 2018-11-09 06:58:44,343 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-net 2018-11-09 06:58:44,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/dc8eb71b-ee19-4a40-af54-5a2732134b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}941d451cca2fba90faee3d5ddd61047b1c0e9dc4" 2018-11-09 06:58:45,738 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19cc6199-7213-41f3-9b5d-ed24af015474 Date: Fri, 09 Nov 2018 06:58:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:58:45,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/dc8eb71b-ee19-4a40-af54-5a2732134b9c used request id req-19cc6199-7213-41f3-9b5d-ed24af015474 2018-11-09 06:58:45,739 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-c9494bca-1426-4575-b546-6ddcc04b983b-image 2018-11-09 06:58:45,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e84d01e58727255d940c193549b4b94cb55d9" 2018-11-09 06:58:47,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-30ba5d6c-9b82-420c-af4e-e1af5ad96d66 Date: Fri, 09 Nov 2018 06:58:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 06:58:47,178 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/abb3a63e-dd32-44f2-98d8-219a611280a1 used request id req-30ba5d6c-9b82-420c-af4e-e1af5ad96d66 2018-11-09 06:58:47,180 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:58:47,183 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 06:58:47,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:58:47,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:58:47,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:58:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["e0qiJQewRFGBA9rlMcv1gQ"], "issued_at": "2018-11-09T06:58:47.000000Z"}} 2018-11-09 06:58:47,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f46832e2263e375d717caa01ba4875b966693f35" 2018-11-09 06:58:47,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dae5718-fccd-4da0-a8ce-c799619ce75c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:58:47,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0dae5718-fccd-4da0-a8ce-c799619ce75c 2018-11-09 06:58:47,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f46832e2263e375d717caa01ba4875b966693f35" 2018-11-09 06:58:48,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-73390d2e-bdd6-493e-a18f-aedc7db49cb7 Date: Fri, 09 Nov 2018 06:58:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image"} 2018-11-09 06:58:48,354 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image used request id req-73390d2e-bdd6-493e-a18f-aedc7db49cb7 2018-11-09 06:58:48,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f46832e2263e375d717caa01ba4875b966693f35" 2018-11-09 06:58:48,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1f516ddd-c3a7-4cb2-a945-ce4e9735621f Date: Fri, 09 Nov 2018 06:58:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 06:58:48,517 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-1f516ddd-c3a7-4cb2-a945-ce4e9735621f 2018-11-09 06:58:48,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f46832e2263e375d717caa01ba4875b966693f35" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image"}' 2018-11-09 06:58:48,826 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2 X-Openstack-Request-Id: req-d84a46f5-68b4-425d-a025-09494a54f7e0 Date: Fri, 09 Nov 2018 06:58:48 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:58:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T06:58:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "min_disk": 0, "protected": false, "id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "file": "/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/file", "checksum": null, "owner": "eaa3a8fe44f244bdb42f6df651318422", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 06:58:48,826 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d84a46f5-68b4-425d-a025-09494a54f7e0 2018-11-09 06:58:48,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f46832e2263e375d717caa01ba4875b966693f35" -d '' 2018-11-09 06:58:50,444 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd8fe64a-51f9-4c22-8613-59ac25d44814 Date: Fri, 09 Nov 2018 06:58:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 06:58:50,445 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/file used request id req-bd8fe64a-51f9-4c22-8613-59ac25d44814 2018-11-09 06:58:50,445 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 06:58:50,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f46832e2263e375d717caa01ba4875b966693f35" 2018-11-09 06:58:51,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-06a74867-8b05-43d8-a416-b7ec73555aea Date: Fri, 09 Nov 2018 06:58:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:58:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T06:58:50Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/snap", "metadata": {}}], "self": "/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "min_disk": 0, "protected": false, "id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "file": "/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 06:58:51,064 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2 used request id req-06a74867-8b05-43d8-a416-b7ec73555aea 2018-11-09 06:58:51,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f46832e2263e375d717caa01ba4875b966693f35" 2018-11-09 06:58:51,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c17e34e0-9cb3-4b4f-bf7a-ff05e47cb321 Date: Fri, 09 Nov 2018 06: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"}}} 2018-11-09 06:58:51,618 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-c17e34e0-9cb3-4b4f-bf7a-ff05e47cb321 2018-11-09 06:58:51,620 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image 2018-11-09 06:58:51,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f46832e2263e375d717caa01ba4875b966693f35" 2018-11-09 06:58:51,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-7f271b7f-2aee-4eb9-a651-2529b1d8e7ed Date: Fri, 09 Nov 2018 06:58:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:58:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T06:58:50Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/snap", "metadata": {}}], "self": "/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "min_disk": 0, "protected": false, "id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "file": "/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 06:58:51,642 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2 used request id req-7f271b7f-2aee-4eb9-a651-2529b1d8e7ed 2018-11-09 06:58:51,642 - create_image - DEBUG - Instance status is - active 2018-11-09 06:58:51,642 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image 2018-11-09 06:58:51,643 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image 2018-11-09 06:58:51,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:58:51,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:58:52,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:58:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["s_aWSx2bSL-5sJzUiQ9vzA"], "issued_at": "2018-11-09T06:58:51.000000Z"}} 2018-11-09 06:58:52,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cb85902aeb8bb4011e87af6ffb69767ec0f3a3" 2018-11-09 06:58:52,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d72e22e3-4090-4e8e-b35e-bc3f54b15224 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:58:52,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d72e22e3-4090-4e8e-b35e-bc3f54b15224 2018-11-09 06:58:52,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cb85902aeb8bb4011e87af6ffb69767ec0f3a3" 2018-11-09 06:58:52,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a2c2e9b5-9333-406c-b546-cb1cb745b675 Date: Fri, 09 Nov 2018 06:58:52 GMT RESP BODY: {"networks":[]} 2018-11-09 06:58:52,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-a2c2e9b5-9333-406c-b546-cb1cb745b675 2018-11-09 06:58:52,321 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net 2018-11-09 06:58:52,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cb85902aeb8bb4011e87af6ffb69767ec0f3a3" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net", "admin_state_up": true}}' 2018-11-09 06:58:52,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b17a2e47-5850-40f7-a88c-c245a8f7c78f Date: Fri, 09 Nov 2018 06:58: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":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:58:52Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","mtu":1450}} 2018-11-09 06:58:52,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-b17a2e47-5850-40f7-a88c-c245a8f7c78f 2018-11-09 06:58:52,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cb85902aeb8bb4011e87af6ffb69767ec0f3a3" 2018-11-09 06:58:52,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-d6c329c2-a1d4-4249-8b7d-1587879029a6 Date: Fri, 09 Nov 2018 06:58:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T06:58:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:58:52,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-d6c329c2-a1d4-4249-8b7d-1587879029a6 2018-11-09 06:58:52,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cb85902aeb8bb4011e87af6ffb69767ec0f3a3" 2018-11-09 06:58:53,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bcd8883b-997c-4aa1-b12b-80d5bcaee453 Date: Fri, 09 Nov 2018 06:58:53 GMT RESP BODY: {"subnets":[]} 2018-11-09 06:58:53,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-bcd8883b-997c-4aa1-b12b-80d5bcaee453 2018-11-09 06:58:53,185 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet 2018-11-09 06:58:53,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cb85902aeb8bb4011e87af6ffb69767ec0f3a3" -d '{"subnets": [{"ip_version": 4, "network_id": "f37df08d-e3bb-4787-b4b9-6a915401d7d4", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]}' 2018-11-09 06:58:53,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c96ca266-9206-4e1e-9ce6-917ea2ff590a Date: Fri, 09 Nov 2018 06:58:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:58:53,858 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-c96ca266-9206-4e1e-9ce6-917ea2ff590a 2018-11-09 06:58:53,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cb85902aeb8bb4011e87af6ffb69767ec0f3a3" 2018-11-09 06:58:54,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-165592ed-377b-4546-91ab-091a19f43fca Date: Fri, 09 Nov 2018 06:58:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:58:54,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-165592ed-377b-4546-91ab-091a19f43fca 2018-11-09 06:58:54,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cb85902aeb8bb4011e87af6ffb69767ec0f3a3" 2018-11-09 06:58:54,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3f01670e-0368-4c83-87c7-a01bd0f2b283 Date: Fri, 09 Nov 2018 06:58:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:58:54,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-3f01670e-0368-4c83-87c7-a01bd0f2b283 2018-11-09 06:58:54,338 - OpenStackNetwork - DEBUG - Network [f37df08d-e3bb-4787-b4b9-6a915401d7d4] created successfully 2018-11-09 06:58:54,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:58:54,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:58:54,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:58:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["d9atIQ38Sy2X5ppq0GO-Vg"], "issued_at": "2018-11-09T06:58:54.000000Z"}} 2018-11-09 06:58:54,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84acb7f3d5339e4c7dccf06839e61f31d10ed2af" 2018-11-09 06:58:54,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c39dab4c-c626-4408-b25d-546c8f1a5e48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:58:54,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c39dab4c-c626-4408-b25d-546c8f1a5e48 2018-11-09 06:58:54,816 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:58:54,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84acb7f3d5339e4c7dccf06839e61f31d10ed2af" 2018-11-09 06:58:55,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58: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-055ff7d6-454b-470a-b194-85f0bb6deb7c x-compute-request-id: req-055ff7d6-454b-470a-b194-85f0bb6deb7c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 06:58:55,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-055ff7d6-454b-470a-b194-85f0bb6deb7c 2018-11-09 06:58:55,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84acb7f3d5339e4c7dccf06839e61f31d10ed2af" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 06:58:55,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65c6e3e9-d01f-4335-9153-962936ceb615 x-compute-request-id: req-65c6e3e9-d01f-4335-9153-962936ceb615 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c6b1de77-812a-4f40-8de2-25444819f513", "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 06:58:55,317 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-65c6e3e9-d01f-4335-9153-962936ceb615 2018-11-09 06:58:55,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:58:55,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:58:55,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:58:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["g42hJovlRla3_SqzEqTvHA"], "issued_at": "2018-11-09T06:58:55.000000Z"}} 2018-11-09 06:58:55,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eae78d4686364a513edf26e45b59b367e0e1ce2" 2018-11-09 06:58:55,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00d7647e-fb27-48e9-95c6-e2bfb8d7f7e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:58:55,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-00d7647e-fb27-48e9-95c6-e2bfb8d7f7e6 2018-11-09 06:58:55,797 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eae78d4686364a513edf26e45b59b367e0e1ce2" 2018-11-09 06:58:56,654 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:55 GMT Server: Apache x-compute-request-id: req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 06:58:56,654 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail used request id req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9 2018-11-09 06:58:56,657 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eae78d4686364a513edf26e45b59b367e0e1ce2" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 06:58:57,698 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06:58:56 GMT Server: Apache x-compute-request-id: req-44bfb322-122d-4925-b6ca-91864fd92a0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-44bfb322-122d-4925-b6ca-91864fd92a0d Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "ce78b31a46f34344952ff01738f305e7", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T06:58:57.200286", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "size": 1}} 2018-11-09 06:58:57,698 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes used request id req-44bfb322-122d-4925-b6ca-91864fd92a0d 2018-11-09 06:58:57,701 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eae78d4686364a513edf26e45b59b367e0e1ce2" 2018-11-09 06:58:58,528 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:57 GMT Server: Apache x-compute-request-id: req-64a66ce7-202f-4486-977e-bd410e91d5bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-64a66ce7-202f-4486-977e-bd410e91d5bc Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T06:58:57.000000", "replication_status": null, "snapshot_id": null, "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d", "bootable": "false", "created_at": "2018-11-09T06:58:57.000000", "volume_type": null}} 2018-11-09 06:58:58,528 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-64a66ce7-202f-4486-977e-bd410e91d5bc 2018-11-09 06:58:58,528 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d 2018-11-09 06:58:58,532 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eae78d4686364a513edf26e45b59b367e0e1ce2" 2018-11-09 06:58:58,586 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:58:58 GMT Server: Apache x-compute-request-id: req-8400ab2f-6df6-485f-a92f-3919a07d8d0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8400ab2f-6df6-485f-a92f-3919a07d8d0d Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T06:58:57.000000", "replication_status": null, "snapshot_id": null, "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d", "bootable": "false", "created_at": "2018-11-09T06:58:57.000000", "volume_type": null}} 2018-11-09 06:58:58,586 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-8400ab2f-6df6-485f-a92f-3919a07d8d0d 2018-11-09 06:58:58,586 - create_volume - DEBUG - Instance status is - creating 2018-11-09 06:58:58,586 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 06:59:01,589 - create_volume - DEBUG - Volume status query timeout in 296.939841986 2018-11-09 06:59:01,592 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eae78d4686364a513edf26e45b59b367e0e1ce2" 2018-11-09 06:59:01,651 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:01 GMT Server: Apache x-compute-request-id: req-96500d61-2341-47e9-98c1-38d16af84109 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96500d61-2341-47e9-98c1-38d16af84109 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T06:59:00.000000", "replication_status": null, "snapshot_id": null, "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d", "bootable": "false", "created_at": "2018-11-09T06:58:57.000000", "volume_type": null}} 2018-11-09 06:59:01,652 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-96500d61-2341-47e9-98c1-38d16af84109 2018-11-09 06:59:01,652 - create_volume - DEBUG - Instance status is - available 2018-11-09 06:59:01,652 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d 2018-11-09 06:59:01,652 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d 2018-11-09 06:59:01,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:59:01,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:59:02,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:59:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["jHPchlwLQPuGTXfM7bOenw"], "issued_at": "2018-11-09T06:59:01.000000Z"}} 2018-11-09 06:59:02,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:02,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8777c0f9-972f-4f5f-92e8-eb9a0e3f34ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:59:02,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8777c0f9-972f-4f5f-92e8-eb9a0e3f34ec 2018-11-09 06:59:02,137 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 06:59:02,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:02,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1874e69-ac25-4ce1-929a-14c9a0709f1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:59:02,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f1874e69-ac25-4ce1-929a-14c9a0709f1c 2018-11-09 06:59:02,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:02,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a046e1e6-7f2a-4b32-aa67-30498e6eda44 Date: Fri, 09 Nov 2018 06:59:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:02,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-a046e1e6-7f2a-4b32-aa67-30498e6eda44 2018-11-09 06:59:02,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:59:02,501 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:59: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:59:02,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:02,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfe2bb61-97d9-402b-9f45-4c3850e88438 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:02,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-bfe2bb61-97d9-402b-9f45-4c3850e88438 2018-11-09 06:59:02,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:02,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-55cca392-5bf0-4754-8aee-57aa9f8ff011 Date: Fri, 09 Nov 2018 06:59:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:02,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-55cca392-5bf0-4754-8aee-57aa9f8ff011 2018-11-09 06:59:02,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:02,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cc257c22-a5cb-487e-895e-4d6fd8b123d9 Date: Fri, 09 Nov 2018 06:59:02 GMT RESP BODY: {"ports":[]} 2018-11-09 06:59:02,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port&admin_state_up=True used request id req-cc257c22-a5cb-487e-895e-4d6fd8b123d9 2018-11-09 06:59:02,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:03,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-9b72db8e-9d8d-4978-b9f3-c02e1bbdd53b x-compute-request-id: req-9b72db8e-9d8d-4978-b9f3-c02e1bbdd53b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 06:59:03,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst used request id req-9b72db8e-9d8d-4978-b9f3-c02e1bbdd53b 2018-11-09 06:59:03,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:03,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3a49b010-36a6-4eac-88dd-5ee5c2484b39 Date: Fri, 09 Nov 2018 06:59:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:03,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-3a49b010-36a6-4eac-88dd-5ee5c2484b39 2018-11-09 06:59:03,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:03,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67683a6e-2146-41f5-8e08-5267afc85645 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:03,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-67683a6e-2146-41f5-8e08-5267afc85645 2018-11-09 06:59:03,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:03,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b3ed024f-de98-4d5f-8bf4-c04c9a9184eb Date: Fri, 09 Nov 2018 06:59:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:03,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-b3ed024f-de98-4d5f-8bf4-c04c9a9184eb 2018-11-09 06:59:03,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:04,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-62866c1d-7612-4c85-9ded-b023dc510657 Date: Fri, 09 Nov 2018 06:59:04 GMT RESP BODY: {"ports":[]} 2018-11-09 06:59:04,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port&admin_state_up=True used request id req-62866c1d-7612-4c85-9ded-b023dc510657 2018-11-09 06:59:04,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 06:59:04,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:59:04,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:59:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["nv24eW-iTgGRi87GFHoUbQ"], "issued_at": "2018-11-09T06:59:04.000000Z"}} 2018-11-09 06:59:04,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2856d572ade4a27dd7ec536c516cf6f588435fb" 2018-11-09 06:59:04,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b0e2285-bcb6-47c1-9581-122634b29f34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:59:04,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5b0e2285-bcb6-47c1-9581-122634b29f34 2018-11-09 06:59:04,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:04,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6ab3bc1a-c25c-4a7b-8ad8-e55a142861a1 Date: Fri, 09 Nov 2018 06:59:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:04,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-6ab3bc1a-c25c-4a7b-8ad8-e55a142861a1 2018-11-09 06:59:04,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:05,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-26092526-f04d-4ecd-a30b-b44a6c41fc80 Date: Fri, 09 Nov 2018 06:59:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:05,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-26092526-f04d-4ecd-a30b-b44a6c41fc80 2018-11-09 06:59:05,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:05,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-64e50fdf-ed1f-4b8f-8369-ba7e71ff6271 Date: Fri, 09 Nov 2018 06:59:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:05,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-64e50fdf-ed1f-4b8f-8369-ba7e71ff6271 2018-11-09 06:59:05,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:59:05,434 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:59: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:59:05,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2856d572ade4a27dd7ec536c516cf6f588435fb" 2018-11-09 06:59:05,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8952dcb0-1cb2-43cf-9c1e-f2dc47f2ea70 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:05,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-8952dcb0-1cb2-43cf-9c1e-f2dc47f2ea70 2018-11-09 06:59:05,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:05,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-abc16954-7619-4bcd-9f0a-fbec1095e45e Date: Fri, 09 Nov 2018 06:59:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:05,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-abc16954-7619-4bcd-9f0a-fbec1095e45e 2018-11-09 06:59:05,733 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net 2018-11-09 06:59:05,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" -d '{"port": {"network_id": "f37df08d-e3bb-4787-b4b9-6a915401d7d4", "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port", "admin_state_up": true}}' 2018-11-09 06:59:06,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-c0d34530-fccc-448f-8900-cc963cb2d6e9 Date: Fri, 09 Nov 2018 06:59:06 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:05Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:86:d5:54","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","project_id":"eaa3a8fe44f244bdb42f6df651318422","qos_policy_id":null,"admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal"}} 2018-11-09 06:59:06,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-c0d34530-fccc-448f-8900-cc963cb2d6e9 2018-11-09 06:59:06,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:07,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-01b4aac6-ccf2-4cdc-910c-d38816a8c4f0 Date: Fri, 09 Nov 2018 06:59:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:07,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-01b4aac6-ccf2-4cdc-910c-d38816a8c4f0 2018-11-09 06:59:07,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:07,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dea45c94-6663-46fd-a9a8-bb47709587d7 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:07,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-dea45c94-6663-46fd-a9a8-bb47709587d7 2018-11-09 06:59:07,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:07,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3a6df4aa-1faa-409d-8496-36a1f2867d88 Date: Fri, 09 Nov 2018 06:59:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:07,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-3a6df4aa-1faa-409d-8496-36a1f2867d88 2018-11-09 06:59:07,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:07,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-464830c9-820d-4844-bb79-afe48ff4093d Date: Fri, 09 Nov 2018 06:59:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:05Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 06:59:07,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port&admin_state_up=True used request id req-464830c9-820d-4844-bb79-afe48ff4093d 2018-11-09 06:59:07,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:07,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bb0824-3680-4df8-8691-2cae4473aaed 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:07,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-d1bb0824-3680-4df8-8691-2cae4473aaed 2018-11-09 06:59:07,352 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst 2018-11-09 06:59:07,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:07,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-c265640f-b2a7-4d01-a7bf-3eca8234d792 x-compute-request-id: req-c265640f-b2a7-4d01-a7bf-3eca8234d792 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-flavor"}]} 2018-11-09 06:59:07,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c265640f-b2a7-4d01-a7bf-3eca8234d792 2018-11-09 06:59:07,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/c6b1de77-812a-4f40-8de2-25444819f513 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:07,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-52eee71a-3cb8-4944-8277-5ecfd024cea2 x-compute-request-id: req-52eee71a-3cb8-4944-8277-5ecfd024cea2 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c6b1de77-812a-4f40-8de2-25444819f513", "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 06:59:07,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/c6b1de77-812a-4f40-8de2-25444819f513 used request id req-52eee71a-3cb8-4944-8277-5ecfd024cea2 2018-11-09 06:59:07,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:07,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-33ec63df-6eb3-4901-9d42-5b47de5468b2 Date: Fri, 09 Nov 2018 06:59:07 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T06:58:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T06:58:50Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/snap", "metadata": {}}], "self": "/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "min_disk": 0, "protected": false, "id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "file": "/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image"} 2018-11-09 06:59:07,738 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image used request id req-33ec63df-6eb3-4901-9d42-5b47de5468b2 2018-11-09 06:59:07,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:08,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e96ebe08-cb8b-4f86-9afe-790e45a01717 Date: Fri, 09 Nov 2018 06:59:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 06:59:08,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-e96ebe08-cb8b-4f86-9afe-790e45a01717 2018-11-09 06:59:08,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "imageRef": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "flavorRef": "c6b1de77-812a-4f40-8de2-25444819f513", "max_count": 1, "min_count": 1, "networks": [{"port": "aa4f0e63-0053-464d-9bb3-b9f31b942a64"}]}}' 2018-11-09 06:59:10,561 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06: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-12c1c0e5-3c62-48ae-97a1-647ad1894fd0 x-compute-request-id: req-12c1c0e5-3c62-48ae-97a1-647ad1894fd0 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "adminPass": "TUbGzRDy4p3F"}} 2018-11-09 06:59:10,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-12c1c0e5-3c62-48ae-97a1-647ad1894fd0 2018-11-09 06:59:10,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:10,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-0cf2d0c0-8701-4621-82b8-43d294225739 x-compute-request-id: req-0cf2d0c0-8701-4621-82b8-43d294225739 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:59:10Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:10,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-0cf2d0c0-8701-4621-82b8-43d294225739 2018-11-09 06:59:10,855 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst 2018-11-09 06:59:10,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:11,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-6afe8464-94dc-432e-b068-f7a2ab1459bd x-compute-request-id: req-6afe8464-94dc-432e-b068-f7a2ab1459bd Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:59:10Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:11,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-6afe8464-94dc-432e-b068-f7a2ab1459bd 2018-11-09 06:59:11,761 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst] is - BUILD 2018-11-09 06:59:11,761 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 06:59:14,764 - create_instance - DEBUG - VM status query timeout in 896.090713978 2018-11-09 06:59:14,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:15,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78d2eff1-dd93-4926-8035-60629a9197da x-compute-request-id: req-78d2eff1-dd93-4926-8035-60629a9197da Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:59:13Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:15,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-78d2eff1-dd93-4926-8035-60629a9197da 2018-11-09 06:59:15,199 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst] is - BUILD 2018-11-09 06:59:15,199 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 06:59:18,203 - create_instance - DEBUG - VM status query timeout in 892.652591944 2018-11-09 06:59:18,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:18,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-6bf32883-b5cd-445a-8cc8-2c11137b2a4c x-compute-request-id: req-6bf32883-b5cd-445a-8cc8-2c11137b2a4c Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T06:59:13Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:18,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-6bf32883-b5cd-445a-8cc8-2c11137b2a4c 2018-11-09 06:59:18,531 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst] is - BUILD 2018-11-09 06:59:18,531 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 06:59:21,532 - create_instance - DEBUG - VM status query timeout in 889.323132992 2018-11-09 06:59:21,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:22,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-2bc3c7fb-67f8-44ef-8229-f505013a20f0 x-compute-request-id: req-2bc3c7fb-67f8-44ef-8229-f505013a20f0 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:19Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:22,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-2bc3c7fb-67f8-44ef-8229-f505013a20f0 2018-11-09 06:59:22,085 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst] is - ACTIVE 2018-11-09 06:59:22,085 - create_instance - INFO - VM is - ACTIVE 2018-11-09 06:59:22,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:22,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-0c5feb6f-451b-48b6-8ee4-233e703912d5 x-compute-request-id: req-0c5feb6f-451b-48b6-8ee4-233e703912d5 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:19Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:22,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-0c5feb6f-451b-48b6-8ee4-233e703912d5 2018-11-09 06:59:22,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:23,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-22b5c778-e9c5-4687-9c7c-f7a4a64d75b8 Date: Fri, 09 Nov 2018 06:59:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:23,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-22b5c778-e9c5-4687-9c7c-f7a4a64d75b8 2018-11-09 06:59:23,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:23,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-632fc3ce-3573-463b-9fe1-6bba1fdd1ae5 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:23,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-632fc3ce-3573-463b-9fe1-6bba1fdd1ae5 2018-11-09 06:59:23,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:23,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bca2ea21-00ea-428e-bb03-b9d82be21035 Date: Fri, 09 Nov 2018 06:59:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:23,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-bca2ea21-00ea-428e-bb03-b9d82be21035 2018-11-09 06:59:23,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:23,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-5296e3fd-fc8e-479b-bbb8-84c479cffc65 Date: Fri, 09 Nov 2018 06:59:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.4"}],"id":"6683668e-6b5a-48ec-97e0-724a8c63ccb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:67:49","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.2"}],"id":"9c3eff63-b72d-4f92-86fc-e72067a036ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:68:bd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":"5cd5d59a-0644-45a6-8307-3ae05ce678c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.3"}],"id":"f14921a0-5565-4c08-8b81-05215dd652fa","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:e0:be","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f37df08d-e3bb-4787-b4b9-6a915401d7d4"}]} 2018-11-09 06:59:23,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-5296e3fd-fc8e-479b-bbb8-84c479cffc65 2018-11-09 06:59:23,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 06:59:23,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T07:59:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["Gn9M3BSbQaqhhwmUgRQCrQ"], "issued_at": "2018-11-09T06:59:23.000000Z"}} 2018-11-09 06:59:23,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:24,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6db0876-472e-4cb0-b3e0-1ea52a62f07a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:59:24,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b6db0876-472e-4cb0-b3e0-1ea52a62f07a 2018-11-09 06:59:24,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:24,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89ce47b2-26bf-4217-a654-5fe8d162e45f x-compute-request-id: req-89ce47b2-26bf-4217-a654-5fe8d162e45f Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:19Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:24,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-89ce47b2-26bf-4217-a654-5fe8d162e45f 2018-11-09 06:59:24,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:24,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-783ae873-1834-41ec-9ae4-b521d01b00b1 Date: Fri, 09 Nov 2018 06:59:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:24,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-783ae873-1834-41ec-9ae4-b521d01b00b1 2018-11-09 06:59:24,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:24,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53450f4a-41e3-4ba3-983c-b0a6a7e8fb7d 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:24,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-53450f4a-41e3-4ba3-983c-b0a6a7e8fb7d 2018-11-09 06:59:24,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:24,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0477f4e8-0373-4b5d-9c20-d03934ccf05b Date: Fri, 09 Nov 2018 06:59:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:24,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-0477f4e8-0373-4b5d-9c20-d03934ccf05b 2018-11-09 06:59:24,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:25,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-d1d4e94b-4a2f-45ca-976f-91644bf5abcb Date: Fri, 09 Nov 2018 06:59:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.4"}],"id":"6683668e-6b5a-48ec-97e0-724a8c63ccb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:67:49","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.2"}],"id":"9c3eff63-b72d-4f92-86fc-e72067a036ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:68:bd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":"5cd5d59a-0644-45a6-8307-3ae05ce678c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.3"}],"id":"f14921a0-5565-4c08-8b81-05215dd652fa","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:e0:be","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f37df08d-e3bb-4787-b4b9-6a915401d7d4"}]} 2018-11-09 06:59:25,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-d1d4e94b-4a2f-45ca-976f-91644bf5abcb 2018-11-09 06:59:25,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" -d '{"volumeAttachment": {"volumeId": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda"}}' 2018-11-09 06:59:27,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-d5a40ddc-49d1-4a99-bc88-90e565cf6d12 x-compute-request-id: req-d5a40ddc-49d1-4a99-bc88-90e565cf6d12 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "volumeId": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda"}} 2018-11-09 06:59:27,216 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4/os-volume_attachments used request id req-d5a40ddc-49d1-4a99-bc88-90e565cf6d12 2018-11-09 06:59:27,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:27,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-6b5bff3e-e96e-4320-a8ee-93daff4ad427 x-compute-request-id: req-6b5bff3e-e96e-4320-a8ee-93daff4ad427 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:19Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda"}], "metadata": {}}} 2018-11-09 06:59:27,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-6b5bff3e-e96e-4320-a8ee-93daff4ad427 2018-11-09 06:59:27,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:28,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4e780cfd-c91d-4a53-9150-f3d12efec770 Date: Fri, 09 Nov 2018 06:59:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:28,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-4e780cfd-c91d-4a53-9150-f3d12efec770 2018-11-09 06:59:28,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 06:59:28,394 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 06:59: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 06:59:28,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:28,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6430e52d-16db-4187-9899-790899d1e1aa 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:28,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-6430e52d-16db-4187-9899-790899d1e1aa 2018-11-09 06:59:28,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:28,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cf7d9745-1aed-42d5-b11a-da5f9f3a538d Date: Fri, 09 Nov 2018 06:59:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:28,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-cf7d9745-1aed-42d5-b11a-da5f9f3a538d 2018-11-09 06:59:28,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:28,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-10ede8b4-afed-4151-a446-610a2eafd681 Date: Fri, 09 Nov 2018 06:59:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.4"}],"id":"6683668e-6b5a-48ec-97e0-724a8c63ccb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:67:49","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.2"}],"id":"9c3eff63-b72d-4f92-86fc-e72067a036ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:68:bd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":"5cd5d59a-0644-45a6-8307-3ae05ce678c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.3"}],"id":"f14921a0-5565-4c08-8b81-05215dd652fa","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:e0:be","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f37df08d-e3bb-4787-b4b9-6a915401d7d4"}]} 2018-11-09 06:59:28,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-10ede8b4-afed-4151-a446-610a2eafd681 2018-11-09 06:59:28,884 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:29,633 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:28 GMT Server: Apache x-compute-request-id: req-d281de1e-7229-478f-bc2f-3042044ec476 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d281de1e-7229-478f-bc2f-3042044ec476 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T06:59:27.000000", "replication_status": null, "snapshot_id": null, "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d", "bootable": "false", "created_at": "2018-11-09T06:58:57.000000", "volume_type": null}} 2018-11-09 06:59:29,633 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-d281de1e-7229-478f-bc2f-3042044ec476 2018-11-09 06:59:32,640 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d281de1e-7229-478f-bc2f-3042044ec476" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:33,376 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:32 GMT Server: Apache x-compute-request-id: req-54954bb9-ab8f-4f36-ae2b-8c65dc129993 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-54954bb9-ab8f-4f36-ae2b-8c65dc129993 Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "attachment_id": "b7800e2a-1136-4d3c-bf22-88986cbb91f2", "attached_at": "2018-11-09T06:59:31.000000", "host_name": null, "volume_id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "device": "/dev/vdb", "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda"}], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T06:59:31.000000", "replication_status": null, "snapshot_id": null, "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d", "bootable": "false", "created_at": "2018-11-09T06:58:57.000000", "volume_type": null}} 2018-11-09 06:59:33,376 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-54954bb9-ab8f-4f36-ae2b-8c65dc129993 2018-11-09 06:59:33,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:33,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a469d29f-927d-4f25-9898-6e2167a896e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 06:59:33,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a469d29f-927d-4f25-9898-6e2167a896e7 2018-11-09 06:59:33,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:34,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-bb307aa0-5213-448e-877e-cb3d55a3bafc x-compute-request-id: req-bb307aa0-5213-448e-877e-cb3d55a3bafc Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:30Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda"}], "metadata": {}}} 2018-11-09 06:59:34,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-bb307aa0-5213-448e-877e-cb3d55a3bafc 2018-11-09 06:59:34,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:34,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6e923183-0ed9-4861-a07d-db706df106a7 Date: Fri, 09 Nov 2018 06:59:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:34,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-6e923183-0ed9-4861-a07d-db706df106a7 2018-11-09 06:59:34,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:34,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10429200-5bb6-493a-b802-5dadd08b0a92 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:34,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-10429200-5bb6-493a-b802-5dadd08b0a92 2018-11-09 06:59:34,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:34,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-27f655cd-40fb-461c-aca0-debb0af07a31 Date: Fri, 09 Nov 2018 06:59:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:34,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-27f655cd-40fb-461c-aca0-debb0af07a31 2018-11-09 06:59:34,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:34,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-821bfe17-e9ca-4256-87e8-d4d58ad2c997 Date: Fri, 09 Nov 2018 06:59:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.4"}],"id":"6683668e-6b5a-48ec-97e0-724a8c63ccb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:67:49","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.2"}],"id":"9c3eff63-b72d-4f92-86fc-e72067a036ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:68:bd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":"5cd5d59a-0644-45a6-8307-3ae05ce678c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.3"}],"id":"f14921a0-5565-4c08-8b81-05215dd652fa","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:e0:be","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f37df08d-e3bb-4787-b4b9-6a915401d7d4"}]} 2018-11-09 06:59:34,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-821bfe17-e9ca-4256-87e8-d4d58ad2c997 2018-11-09 06:59:34,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:35,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-0d88d404-903c-47a2-aa3a-0a9d064529d7 x-compute-request-id: req-0d88d404-903c-47a2-aa3a-0a9d064529d7 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:30Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda"}], "metadata": {}}} 2018-11-09 06:59:35,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-0d88d404-903c-47a2-aa3a-0a9d064529d7 2018-11-09 06:59:35,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:36,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2b140003-d7bb-4b30-bf8b-e646e8d0b3a3 Date: Fri, 09 Nov 2018 06:59:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:36,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-2b140003-d7bb-4b30-bf8b-e646e8d0b3a3 2018-11-09 06:59:36,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:36,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b4f8ec4-3787-40aa-b186-0a407f40717a 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:36,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-4b4f8ec4-3787-40aa-b186-0a407f40717a 2018-11-09 06:59:36,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:36,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6b211591-3f36-44bd-aa94-6fb52d464965 Date: Fri, 09 Nov 2018 06:59:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:36,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-6b211591-3f36-44bd-aa94-6fb52d464965 2018-11-09 06:59:36,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:36,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-fcbda447-68e1-4328-8577-af6ad630a5f6 Date: Fri, 09 Nov 2018 06:59:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.4"}],"id":"6683668e-6b5a-48ec-97e0-724a8c63ccb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:67:49","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.2"}],"id":"9c3eff63-b72d-4f92-86fc-e72067a036ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:68:bd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":"5cd5d59a-0644-45a6-8307-3ae05ce678c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.3"}],"id":"f14921a0-5565-4c08-8b81-05215dd652fa","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:e0:be","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f37df08d-e3bb-4787-b4b9-6a915401d7d4"}]} 2018-11-09 06:59:36,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-fcbda447-68e1-4328-8577-af6ad630a5f6 2018-11-09 06:59:36,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:37,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-3467cbe0-0d47-4fa3-97ab-a952207f4f83 x-compute-request-id: req-3467cbe0-0d47-4fa3-97ab-a952207f4f83 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:30Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda"}], "metadata": {}}} 2018-11-09 06:59:37,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-3467cbe0-0d47-4fa3-97ab-a952207f4f83 2018-11-09 06:59:37,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:37,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-519a03d7-21d2-44ce-b3d5-014185d580a9 Date: Fri, 09 Nov 2018 06:59:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:37,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-519a03d7-21d2-44ce-b3d5-014185d580a9 2018-11-09 06:59:37,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:37,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c641d7ec-ee21-4fea-833b-838711e328df 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:37,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-c641d7ec-ee21-4fea-833b-838711e328df 2018-11-09 06:59:37,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:37,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-32fb36e9-e3cb-46d4-ba34-9613890dd1c9 Date: Fri, 09 Nov 2018 06:59:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:37,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-32fb36e9-e3cb-46d4-ba34-9613890dd1c9 2018-11-09 06:59:37,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:37,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-50d0ea26-295c-4946-9394-c076ae476049 Date: Fri, 09 Nov 2018 06:59:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.4"}],"id":"6683668e-6b5a-48ec-97e0-724a8c63ccb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:67:49","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.2"}],"id":"9c3eff63-b72d-4f92-86fc-e72067a036ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:68:bd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":"5cd5d59a-0644-45a6-8307-3ae05ce678c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.3"}],"id":"f14921a0-5565-4c08-8b81-05215dd652fa","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:e0:be","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f37df08d-e3bb-4787-b4b9-6a915401d7d4"}]} 2018-11-09 06:59:37,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-50d0ea26-295c-4946-9394-c076ae476049 2018-11-09 06:59:37,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4/os-volume_attachments/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:38,856 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06:59:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e61a31d8-bdbf-4ad9-9ef7-80648ed9662a x-compute-request-id: req-e61a31d8-bdbf-4ad9-9ef7-80648ed9662a Content-Length: 0 Content-Type: application/json 2018-11-09 06:59:38,856 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4/os-volume_attachments/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-e61a31d8-bdbf-4ad9-9ef7-80648ed9662a 2018-11-09 06:59:38,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:39,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26539e05-4bb7-4189-b753-6fd20c50f976 x-compute-request-id: req-26539e05-4bb7-4189-b753-6fd20c50f976 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:30Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda"}], "metadata": {}}} 2018-11-09 06:59:39,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-26539e05-4bb7-4189-b753-6fd20c50f976 2018-11-09 06:59:39,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:40,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-98605739-8485-465d-ba5b-1e6e33c52b8d Date: Fri, 09 Nov 2018 06:59:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:40,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-98605739-8485-465d-ba5b-1e6e33c52b8d 2018-11-09 06:59:40,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:40,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0061b79-0231-4eb0-bf28-8ec3ac9f1b29 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:40,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-d0061b79-0231-4eb0-bf28-8ec3ac9f1b29 2018-11-09 06:59:40,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:40,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f3d6e289-b1c4-499a-b10b-e8a99fa5ca09 Date: Fri, 09 Nov 2018 06:59:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:40,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-f3d6e289-b1c4-499a-b10b-e8a99fa5ca09 2018-11-09 06:59:40,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:40,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-aa9bc7a5-f267-4097-9bc5-637e8a689314 Date: Fri, 09 Nov 2018 06:59:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.4"}],"id":"6683668e-6b5a-48ec-97e0-724a8c63ccb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:67:49","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.2"}],"id":"9c3eff63-b72d-4f92-86fc-e72067a036ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:68:bd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":"5cd5d59a-0644-45a6-8307-3ae05ce678c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.3"}],"id":"f14921a0-5565-4c08-8b81-05215dd652fa","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:e0:be","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f37df08d-e3bb-4787-b4b9-6a915401d7d4"}]} 2018-11-09 06:59:40,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-aa9bc7a5-f267-4097-9bc5-637e8a689314 2018-11-09 06:59:43,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:44,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-dd46138e-eb84-44b2-8406-8dc991996646 x-compute-request-id: req-dd46138e-eb84-44b2-8406-8dc991996646 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:30Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:44,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-dd46138e-eb84-44b2-8406-8dc991996646 2018-11-09 06:59:44,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:44,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cd59d0fb-92b2-492a-81e8-c70a71295391 Date: Fri, 09 Nov 2018 06:59:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:44,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-cd59d0fb-92b2-492a-81e8-c70a71295391 2018-11-09 06:59:44,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:44,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-234561ac-5253-4db4-9ae5-55eb08f184e4 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:44,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-234561ac-5253-4db4-9ae5-55eb08f184e4 2018-11-09 06:59:44,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:44,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-881f0130-a1cd-4cfd-8cef-5cee24dfd81c Date: Fri, 09 Nov 2018 06:59:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:44,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-881f0130-a1cd-4cfd-8cef-5cee24dfd81c 2018-11-09 06:59:44,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:44,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-3a9643ea-5ed7-4152-9e1e-5e1c6c92ec1a Date: Fri, 09 Nov 2018 06:59:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.4"}],"id":"6683668e-6b5a-48ec-97e0-724a8c63ccb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:67:49","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.2"}],"id":"9c3eff63-b72d-4f92-86fc-e72067a036ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:68:bd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":"5cd5d59a-0644-45a6-8307-3ae05ce678c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.3"}],"id":"f14921a0-5565-4c08-8b81-05215dd652fa","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:e0:be","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f37df08d-e3bb-4787-b4b9-6a915401d7d4"}]} 2018-11-09 06:59:44,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-3a9643ea-5ed7-4152-9e1e-5e1c6c92ec1a 2018-11-09 06:59:44,690 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d281de1e-7229-478f-bc2f-3042044ec476" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:44,894 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:44 GMT Server: Apache x-compute-request-id: req-2a5e69db-2a24-4f72-9aa9-8b2b673ba24e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2a5e69db-2a24-4f72-9aa9-8b2b673ba24e Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T06:59:38.000000", "replication_status": null, "snapshot_id": null, "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d", "bootable": "false", "created_at": "2018-11-09T06:58:57.000000", "volume_type": null}} 2018-11-09 06:59:44,894 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-2a5e69db-2a24-4f72-9aa9-8b2b673ba24e 2018-11-09 06:59:44,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:45,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-32509b15-3b43-4c43-970f-b75b229118b5 x-compute-request-id: req-32509b15-3b43-4c43-970f-b75b229118b5 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:30Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:45,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-32509b15-3b43-4c43-970f-b75b229118b5 2018-11-09 06:59:45,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:45,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c4f36713-f377-4f1b-a905-d1a1054190cc Date: Fri, 09 Nov 2018 06:59:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:45,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-c4f36713-f377-4f1b-a905-d1a1054190cc 2018-11-09 06:59:45,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:45,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66bea48e-14fb-436a-87a0-74a60202c1a8 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:45,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-66bea48e-14fb-436a-87a0-74a60202c1a8 2018-11-09 06:59:45,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:45,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5924fa6c-aec5-47f9-a728-750d09fd2d5e Date: Fri, 09 Nov 2018 06:59:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:45,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-5924fa6c-aec5-47f9-a728-750d09fd2d5e 2018-11-09 06:59:45,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:45,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-3dda87fa-e91b-4335-9a1a-d12b0ad65bdd Date: Fri, 09 Nov 2018 06:59:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.4"}],"id":"6683668e-6b5a-48ec-97e0-724a8c63ccb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:67:49","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.2"}],"id":"9c3eff63-b72d-4f92-86fc-e72067a036ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:68:bd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":"5cd5d59a-0644-45a6-8307-3ae05ce678c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.3"}],"id":"f14921a0-5565-4c08-8b81-05215dd652fa","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:e0:be","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f37df08d-e3bb-4787-b4b9-6a915401d7d4"}]} 2018-11-09 06:59:45,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-3dda87fa-e91b-4335-9a1a-d12b0ad65bdd 2018-11-09 06:59:45,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:46,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-ca8c1521-5c41-4a64-a6ac-7210463cb693 x-compute-request-id: req-ca8c1521-5c41-4a64-a6ac-7210463cb693 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:d5:54", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:30Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:46,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-ca8c1521-5c41-4a64-a6ac-7210463cb693 2018-11-09 06:59:46,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:46,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a1d7d3fe-ec44-46c7-aff8-49e14b09a3b5 Date: Fri, 09 Nov 2018 06:59:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["e963612e-f57d-4eef-92ff-250338c2624d"],"description":"","tags":[],"updated_at":"2018-11-09T06:58:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:52Z","provider:network_type":"vxlan"}]} 2018-11-09 06:59:46,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net used request id req-a1d7d3fe-ec44-46c7-aff8-49e14b09a3b5 2018-11-09 06:59:46,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:46,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-901f1b7e-8453-4341-8877-7615b538aa1a 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 06:59:46,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-901f1b7e-8453-4341-8877-7615b538aa1a 2018-11-09 06:59:46,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:46,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0ef3fe0a-1053-45b6-9cd5-1ff137e6b09c Date: Fri, 09 Nov 2018 06:59:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","dns_nameservers":[],"updated_at":"2018-11-09T06:58:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"e963612e-f57d-4eef-92ff-250338c2624d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet"}]} 2018-11-09 06:59:46,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-0ef3fe0a-1053-45b6-9cd5-1ff137e6b09c 2018-11-09 06:59:46,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}933161f06ca517f5d584f3073c9a131065c3f327" 2018-11-09 06:59:46,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-966aa2df-844f-4e29-be90-0bceb66155b1 Date: Fri, 09 Nov 2018 06:59:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.4"}],"id":"6683668e-6b5a-48ec-97e0-724a8c63ccb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:67:49","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.2"}],"id":"9c3eff63-b72d-4f92-86fc-e72067a036ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:68:bd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f37df08d-e3bb-4787-b4b9-6a915401d7d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:59:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.14"}],"id":"aa4f0e63-0053-464d-9bb3-b9f31b942a64","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:d5:54","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:59:05Z","binding:vnic_type":"normal","device_id":"5cd5d59a-0644-45a6-8307-3ae05ce678c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T06:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e963612e-f57d-4eef-92ff-250338c2624d","ip_address":"10.55.0.3"}],"id":"f14921a0-5565-4c08-8b81-05215dd652fa","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:e0:be","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f37df08d-e3bb-4787-b4b9-6a915401d7d4","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T06:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f37df08d-e3bb-4787-b4b9-6a915401d7d4"}]} 2018-11-09 06:59:46,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-966aa2df-844f-4e29-be90-0bceb66155b1 2018-11-09 06:59:46,964 - create_instance - INFO - Deleting Port with ID - aa4f0e63-0053-464d-9bb3-b9f31b942a64 2018-11-09 06:59:46,964 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-port 2018-11-09 06:59:46,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/aa4f0e63-0053-464d-9bb3-b9f31b942a64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:47,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63630fd3-b58c-4f8c-9780-18b82724c1e3 Date: Fri, 09 Nov 2018 06:59:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 06:59:47,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/aa4f0e63-0053-464d-9bb3-b9f31b942a64 used request id req-63630fd3-b58c-4f8c-9780-18b82724c1e3 2018-11-09 06:59:47,522 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst 2018-11-09 06:59:47,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:47,707 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 06: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 x-openstack-request-id: req-b8c9dcc7-fed1-405e-80de-712161386e03 x-compute-request-id: req-b8c9dcc7-fed1-405e-80de-712161386e03 Content-Type: application/json 2018-11-09 06:59:47,707 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-b8c9dcc7-fed1-405e-80de-712161386e03 2018-11-09 06:59:47,707 - create_instance - INFO - Checking deletion status 2018-11-09 06:59:47,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:48,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06: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-839610b8-6f00-46a9-8ec3-0faeb660ea17 x-compute-request-id: req-839610b8-6f00-46a9-8ec3-0faeb660ea17 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:47Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:48,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-839610b8-6f00-46a9-8ec3-0faeb660ea17 2018-11-09 06:59:48,148 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst] is - ACTIVE 2018-11-09 06:59:48,148 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 06:59:51,152 - create_instance - DEBUG - VM status query timeout in 296.556014061 2018-11-09 06:59:51,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:51,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faed9282-41fb-4df6-bfc1-080df60353ee x-compute-request-id: req-faed9282-41fb-4df6-bfc1-080df60353ee Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:47Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:51,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-faed9282-41fb-4df6-bfc1-080df60353ee 2018-11-09 06:59:51,614 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst] is - ACTIVE 2018-11-09 06:59:51,614 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 06:59:54,617 - create_instance - DEBUG - VM status query timeout in 293.090677977 2018-11-09 06:59:54,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:54,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59: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-2b59b444-b4bf-4798-906d-3866d5c0e9e9 x-compute-request-id: req-2b59b444-b4bf-4798-906d-3866d5c0e9e9 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4", "rel": "bookmark"}], "image": {"id": "1c04f603-26a9-456b-bd1d-1cc90a3807f2", "links": [{"href": "http://172.30.9.27:8774/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-11-09T06:59:19.000000", "flavor": {"id": "c6b1de77-812a-4f40-8de2-25444819f513", "links": [{"href": "http://172.30.9.27:8774/flavors/c6b1de77-812a-4f40-8de2-25444819f513", "rel": "bookmark"}]}, "id": "5cd5d59a-0644-45a6-8307-3ae05ce678c4", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T06:59:47Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst", "created": "2018-11-09T06:59:10Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 06:59:54,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-2b59b444-b4bf-4798-906d-3866d5c0e9e9 2018-11-09 06:59:54,878 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst] is - ACTIVE 2018-11-09 06:59:54,878 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 06:59:57,881 - create_instance - DEBUG - VM status query timeout in 289.826303005 2018-11-09 06:59:57,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19792f2ad2e1d4cff68ceb69591a1bc46531d216" 2018-11-09 06:59:57,930 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 06: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-e77627b2-be90-41bc-b61c-e8bede13db2b x-compute-request-id: req-e77627b2-be90-41bc-b61c-e8bede13db2b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5cd5d59a-0644-45a6-8307-3ae05ce678c4 could not be found.", "code": 404}} 2018-11-09 06:59:57,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5cd5d59a-0644-45a6-8307-3ae05ce678c4 used request id req-e77627b2-be90-41bc-b61c-e8bede13db2b 2018-11-09 06:59:57,931 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5cd5d59a-0644-45a6-8307-3ae05ce678c4 could not be found. (HTTP 404) (Request-ID: req-e77627b2-be90-41bc-b61c-e8bede13db2b) 2018-11-09 06:59:57,931 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-vm_inst 2018-11-09 06:59:57,934 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eae78d4686364a513edf26e45b59b367e0e1ce2" 2018-11-09 06:59:58,677 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:57 GMT Server: Apache x-compute-request-id: req-5de0d488-2ce4-4e32-9619-c2fe5dfa890d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5de0d488-2ce4-4e32-9619-c2fe5dfa890d Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T06:59:38.000000", "replication_status": null, "snapshot_id": null, "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d", "bootable": "false", "created_at": "2018-11-09T06:58:57.000000", "volume_type": null}} 2018-11-09 06:59:58,677 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-5de0d488-2ce4-4e32-9619-c2fe5dfa890d 2018-11-09 06:59:58,678 - create_volume - DEBUG - Instance status is - available 2018-11-09 06:59:58,678 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d 2018-11-09 06:59:58,678 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d 2018-11-09 06:59:58,681 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eae78d4686364a513edf26e45b59b367e0e1ce2" 2018-11-09 06:59:59,550 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 06:59:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-621ac523-ff9e-4d78-97fb-7a89c7901962 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 06:59:59,550 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-621ac523-ff9e-4d78-97fb-7a89c7901962 2018-11-09 06:59:59,553 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eae78d4686364a513edf26e45b59b367e0e1ce2" 2018-11-09 07:00:00,310 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 06:59:59 GMT Server: Apache x-compute-request-id: req-269444e8-3e7d-4fee-b034-7c23d70440f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-269444e8-3e7d-4fee-b034-7c23d70440f6 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T06:59:59.000000", "replication_status": null, "snapshot_id": null, "id": "375a1dd2-748f-4d03-9dc7-ab29a9b5ceda", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d", "bootable": "false", "created_at": "2018-11-09T06:58:57.000000", "volume_type": null}} 2018-11-09 07:00:00,310 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-269444e8-3e7d-4fee-b034-7c23d70440f6 2018-11-09 07:00:00,311 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 07:00:00,311 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 07:00:03,314 - create_volume - DEBUG - Volume status query timeout in 56.2358679771 2018-11-09 07:00:03,318 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e96a1c0-b45e-4bd6-8245-f71400cf59e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eae78d4686364a513edf26e45b59b367e0e1ce2" 2018-11-09 07:00:03,357 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:00:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e1a36cbe-a549-4913-8507-0010e6e4e1ab x-openstack-request-id: req-e1a36cbe-a549-4913-8507-0010e6e4e1ab Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 375a1dd2-748f-4d03-9dc7-ab29a9b5ceda could not be found.", "code": 404}} 2018-11-09 07:00:03,357 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/375a1dd2-748f-4d03-9dc7-ab29a9b5ceda used request id req-e1a36cbe-a549-4913-8507-0010e6e4e1ab 2018-11-09 07:00:03,358 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 375a1dd2-748f-4d03-9dc7-ab29a9b5ceda could not be found. (HTTP 404) (Request-ID: req-e1a36cbe-a549-4913-8507-0010e6e4e1ab) 2018-11-09 07:00:03,358 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d 2018-11-09 07:00:03,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/c6b1de77-812a-4f40-8de2-25444819f513 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84acb7f3d5339e4c7dccf06839e61f31d10ed2af" 2018-11-09 07:00:03,517 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:00: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-afe1a29e-257c-4483-890f-cb65753a5391 x-compute-request-id: req-afe1a29e-257c-4483-890f-cb65753a5391 Content-Length: 0 Content-Type: application/json 2018-11-09 07:00:03,517 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/c6b1de77-812a-4f40-8de2-25444819f513 used request id req-afe1a29e-257c-4483-890f-cb65753a5391 2018-11-09 07:00:03,518 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet 2018-11-09 07:00:03,518 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-subnet 2018-11-09 07:00:03,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/e963612e-f57d-4eef-92ff-250338c2624d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cb85902aeb8bb4011e87af6ffb69767ec0f3a3" 2018-11-09 07:00:05,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5116aba9-0558-4104-9819-c5405bcd9f47 Date: Fri, 09 Nov 2018 07:00:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:00:05,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/e963612e-f57d-4eef-92ff-250338c2624d used request id req-5116aba9-0558-4104-9819-c5405bcd9f47 2018-11-09 07:00:05,868 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-net 2018-11-09 07:00:05,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/f37df08d-e3bb-4787-b4b9-6a915401d7d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cb85902aeb8bb4011e87af6ffb69767ec0f3a3" 2018-11-09 07:00:07,012 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0002175b-3ccc-4dbd-b067-dff4dd7390f5 Date: Fri, 09 Nov 2018 07:00:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:00:07,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/f37df08d-e3bb-4787-b4b9-6a915401d7d4 used request id req-0002175b-3ccc-4dbd-b067-dff4dd7390f5 2018-11-09 07:00:07,012 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-5ce14ae3-26be-48b0-8d4c-4f97c6b39c9d-image 2018-11-09 07:00:07,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f46832e2263e375d717caa01ba4875b966693f35" 2018-11-09 07:00:08,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c9333ae6-d11a-42f6-9e52-1bbda3557947 Date: Fri, 09 Nov 2018 07:00:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:00:08,910 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/1c04f603-26a9-456b-bd1d-1cc90a3807f2 used request id req-c9333ae6-d11a-42f6-9e52-1bbda3557947 2018-11-09 07:00:08,911 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:00:08,914 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 07:00:08,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:00:08,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:00:09,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:00:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["pXfF--pBTbyv8M1TKCDYvA"], "issued_at": "2018-11-09T07:00:09.000000Z"}} 2018-11-09 07:00:09,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88dfbb1a5819729c3d773e32077f1593baf102f" 2018-11-09 07:00:09,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab28612-af3c-4abe-b4d5-b63872a24170 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:00:09,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cab28612-af3c-4abe-b4d5-b63872a24170 2018-11-09 07:00:09,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e88dfbb1a5819729c3d773e32077f1593baf102f" 2018-11-09 07:00:10,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-ed93c9d6-4a5a-4a92-baec-2928736a0211 Date: Fri, 09 Nov 2018 07:00:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image"} 2018-11-09 07:00:10,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image used request id req-ed93c9d6-4a5a-4a92-baec-2928736a0211 2018-11-09 07:00:10,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e88dfbb1a5819729c3d773e32077f1593baf102f" 2018-11-09 07:00:10,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-86ff4ad7-684f-47e2-b4fb-c3fc6fa52496 Date: Fri, 09 Nov 2018 07:00:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:00:10,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-86ff4ad7-684f-47e2-b4fb-c3fc6fa52496 2018-11-09 07:00:10,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e88dfbb1a5819729c3d773e32077f1593baf102f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image"}' 2018-11-09 07:00:11,120 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/72a047ee-4765-435a-af55-a867d9dabd32 X-Openstack-Request-Id: req-69423913-b7cd-4edb-b968-862e5404a51e Date: Fri, 09 Nov 2018 07:00:11 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:00:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T07:00:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/72a047ee-4765-435a-af55-a867d9dabd32", "min_disk": 0, "protected": false, "id": "72a047ee-4765-435a-af55-a867d9dabd32", "file": "/v2/images/72a047ee-4765-435a-af55-a867d9dabd32/file", "checksum": null, "owner": "eaa3a8fe44f244bdb42f6df651318422", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:00:11,121 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-69423913-b7cd-4edb-b968-862e5404a51e 2018-11-09 07:00:11,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/72a047ee-4765-435a-af55-a867d9dabd32/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e88dfbb1a5819729c3d773e32077f1593baf102f" -d '' 2018-11-09 07:00:13,307 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-047381a0-c408-4962-a099-2eb4a00c2103 Date: Fri, 09 Nov 2018 07:00:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:00:13,307 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/72a047ee-4765-435a-af55-a867d9dabd32/file used request id req-047381a0-c408-4962-a099-2eb4a00c2103 2018-11-09 07:00:13,308 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:00:13,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/72a047ee-4765-435a-af55-a867d9dabd32 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e88dfbb1a5819729c3d773e32077f1593baf102f" 2018-11-09 07:00:13,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-0d3077b6-aefe-4d5c-8ab9-4d37dac8393a Date: Fri, 09 Nov 2018 07:00:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:00:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:00:13Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/72a047ee-4765-435a-af55-a867d9dabd32/snap", "metadata": {}}], "self": "/v2/images/72a047ee-4765-435a-af55-a867d9dabd32", "min_disk": 0, "protected": false, "id": "72a047ee-4765-435a-af55-a867d9dabd32", "file": "/v2/images/72a047ee-4765-435a-af55-a867d9dabd32/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/72a047ee-4765-435a-af55-a867d9dabd32/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:00:13,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/72a047ee-4765-435a-af55-a867d9dabd32 used request id req-0d3077b6-aefe-4d5c-8ab9-4d37dac8393a 2018-11-09 07:00:13,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e88dfbb1a5819729c3d773e32077f1593baf102f" 2018-11-09 07:00:14,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4b4959bc-19a0-4601-b3d2-92791f0e679e Date: Fri, 09 Nov 2018 07: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"}}} 2018-11-09 07:00:14,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4b4959bc-19a0-4601-b3d2-92791f0e679e 2018-11-09 07:00:14,126 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image 2018-11-09 07:00:14,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/72a047ee-4765-435a-af55-a867d9dabd32 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e88dfbb1a5819729c3d773e32077f1593baf102f" 2018-11-09 07:00:14,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-2113a37a-eb79-40a0-8e21-50612ac04cfd Date: Fri, 09 Nov 2018 07:00:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:00:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:00:13Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/72a047ee-4765-435a-af55-a867d9dabd32/snap", "metadata": {}}], "self": "/v2/images/72a047ee-4765-435a-af55-a867d9dabd32", "min_disk": 0, "protected": false, "id": "72a047ee-4765-435a-af55-a867d9dabd32", "file": "/v2/images/72a047ee-4765-435a-af55-a867d9dabd32/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/72a047ee-4765-435a-af55-a867d9dabd32/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:00:14,345 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/72a047ee-4765-435a-af55-a867d9dabd32 used request id req-2113a37a-eb79-40a0-8e21-50612ac04cfd 2018-11-09 07:00:14,346 - create_image - DEBUG - Instance status is - active 2018-11-09 07:00:14,346 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image 2018-11-09 07:00:14,346 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image 2018-11-09 07:00:14,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:00:14,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:00:14,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:00:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["54v_UGHrSd6gX4tTIfewVw"], "issued_at": "2018-11-09T07:00:14.000000Z"}} 2018-11-09 07:00:14,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c284aa40650f19292cd43ab126a6f04bf8537bc1" 2018-11-09 07:00:14,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c28200-3886-431c-b4cb-d65c01066a35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:00:14,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-85c28200-3886-431c-b4cb-d65c01066a35 2018-11-09 07:00:14,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c284aa40650f19292cd43ab126a6f04bf8537bc1" 2018-11-09 07:00:14,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7c885331-ffd4-4093-9960-7f6038d94f1f Date: Fri, 09 Nov 2018 07:00:14 GMT RESP BODY: {"networks":[]} 2018-11-09 07:00:15,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net used request id req-7c885331-ffd4-4093-9960-7f6038d94f1f 2018-11-09 07:00:15,000 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net 2018-11-09 07:00:15,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c284aa40650f19292cd43ab126a6f04bf8537bc1" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net", "admin_state_up": true}}' 2018-11-09 07:00:15,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b7e6053c-0842-4abc-8b51-562e45a92383 Date: Fri, 09 Nov 2018 07:00: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":"2ce8462b-68c0-48d4-a820-8c866ed1743e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T07:00:15Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:15Z","mtu":1450}} 2018-11-09 07:00:15,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-b7e6053c-0842-4abc-8b51-562e45a92383 2018-11-09 07:00:15,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c284aa40650f19292cd43ab126a6f04bf8537bc1" 2018-11-09 07:00:15,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-a21d8b25-abf3-4e1e-9f76-58a0fe5a2de5 Date: Fri, 09 Nov 2018 07:00:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T07:00:15Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:15Z","provider:network_type":"vxlan"}]} 2018-11-09 07:00:15,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-a21d8b25-abf3-4e1e-9f76-58a0fe5a2de5 2018-11-09 07:00:15,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c284aa40650f19292cd43ab126a6f04bf8537bc1" 2018-11-09 07:00:16,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bf01e0db-fc3c-4364-ae58-56751fe76554 Date: Fri, 09 Nov 2018 07:00:15 GMT RESP BODY: {"subnets":[]} 2018-11-09 07:00:16,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-bf01e0db-fc3c-4364-ae58-56751fe76554 2018-11-09 07:00:16,035 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet 2018-11-09 07:00:16,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c284aa40650f19292cd43ab126a6f04bf8537bc1" -d '{"subnets": [{"ip_version": 4, "network_id": "2ce8462b-68c0-48d4-a820-8c866ed1743e", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet"}]}' 2018-11-09 07:00:16,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-04a3be6e-63c7-4dfc-9740-5278b9b324b3 Date: Fri, 09 Nov 2018 07:00:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:00: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":"eaa3a8fe44f244bdb42f6df651318422","id":"201246fd-b224-47a4-ba9e-d802c1435fad","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet"}]} 2018-11-09 07:00:16,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-04a3be6e-63c7-4dfc-9740-5278b9b324b3 2018-11-09 07:00:16,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c284aa40650f19292cd43ab126a6f04bf8537bc1" 2018-11-09 07:00:16,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-68dc6d8b-5ca7-433d-a635-96fbd54f3649 Date: Fri, 09 Nov 2018 07:00:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["201246fd-b224-47a4-ba9e-d802c1435fad"],"description":"","tags":[],"updated_at":"2018-11-09T07:00:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:15Z","provider:network_type":"vxlan"}]} 2018-11-09 07:00:16,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-68dc6d8b-5ca7-433d-a635-96fbd54f3649 2018-11-09 07:00:16,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c284aa40650f19292cd43ab126a6f04bf8537bc1" 2018-11-09 07:00:17,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4f2980f5-dbb6-4169-a01b-2fbaf2daf1c6 Date: Fri, 09 Nov 2018 07:00:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:00: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":"eaa3a8fe44f244bdb42f6df651318422","id":"201246fd-b224-47a4-ba9e-d802c1435fad","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet"}]} 2018-11-09 07:00:17,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-4f2980f5-dbb6-4169-a01b-2fbaf2daf1c6 2018-11-09 07:00:17,023 - OpenStackNetwork - DEBUG - Network [2ce8462b-68c0-48d4-a820-8c866ed1743e] created successfully 2018-11-09 07:00:17,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:00:17,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:00:17,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:00:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["SQFPvvBOS76X-ZbSuHQsSg"], "issued_at": "2018-11-09T07:00:17.000000Z"}} 2018-11-09 07:00:17,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f12c82256bc2e23db646cd9de6dd578d42d4ca3" 2018-11-09 07:00:17,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27552979-30ac-498f-931e-59eec4b2c597 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:00:17,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-27552979-30ac-498f-931e-59eec4b2c597 2018-11-09 07:00:17,414 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:00:17,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f12c82256bc2e23db646cd9de6dd578d42d4ca3" 2018-11-09 07:00:17,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-4a4011f9-bac8-4491-8027-bc25f345e8e9 x-compute-request-id: req-4a4011f9-bac8-4491-8027-bc25f345e8e9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:00:17,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4a4011f9-bac8-4491-8027-bc25f345e8e9 2018-11-09 07:00:17,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f12c82256bc2e23db646cd9de6dd578d42d4ca3" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 07:00:17,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-a331f3e2-c239-4510-9792-575e699a8a57 x-compute-request-id: req-a331f3e2-c239-4510-9792-575e699a8a57 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:00:17,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a331f3e2-c239-4510-9792-575e699a8a57 2018-11-09 07:00:17,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:00:17,696 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:00:18,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["XGjn5HAjR1SlYiTkUiJ8Kw"], "issued_at": "2018-11-09T07:00:18.000000Z"}} 2018-11-09 07:00:18,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30adacb5af28b8afc7ffd385964ae1026b4b8cab" 2018-11-09 07:00:18,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd18a0ac-c0d8-4e67-bdbd-4bd38a5a1b60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:00:18,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bd18a0ac-c0d8-4e67-bdbd-4bd38a5a1b60 2018-11-09 07:00:18,163 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30adacb5af28b8afc7ffd385964ae1026b4b8cab" 2018-11-09 07:00:18,922 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:18 GMT Server: Apache x-compute-request-id: req-6d1acc44-3f35-45b6-bf05-5c6da61d559e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6d1acc44-3f35-45b6-bf05-5c6da61d559e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 07:00:18,922 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail used request id req-6d1acc44-3f35-45b6-bf05-5c6da61d559e 2018-11-09 07:00:18,925 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6d1acc44-3f35-45b6-bf05-5c6da61d559e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30adacb5af28b8afc7ffd385964ae1026b4b8cab" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 07:00:19,303 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:00:18 GMT Server: Apache x-compute-request-id: req-655c6bcf-eb44-43a8-9e5a-db8d2345ff6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-655c6bcf-eb44-43a8-9e5a-db8d2345ff6a Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "ce78b31a46f34344952ff01738f305e7", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T07:00:18.788354", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "size": 1}} 2018-11-09 07:00:19,303 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes used request id req-655c6bcf-eb44-43a8-9e5a-db8d2345ff6a 2018-11-09 07:00:19,307 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d1acc44-3f35-45b6-bf05-5c6da61d559e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30adacb5af28b8afc7ffd385964ae1026b4b8cab" 2018-11-09 07:00:19,515 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:19 GMT Server: Apache x-compute-request-id: req-52f1d920-17b2-48fc-9260-1f5c0f18b9cb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-52f1d920-17b2-48fc-9260-1f5c0f18b9cb Content-Encoding: gzip Content-Length: 503 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc", "bootable": "false", "created_at": "2018-11-09T07:00:18.000000", "volume_type": null}} 2018-11-09 07:00:19,515 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c used request id req-52f1d920-17b2-48fc-9260-1f5c0f18b9cb 2018-11-09 07:00:19,516 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc 2018-11-09 07:00:19,519 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d1acc44-3f35-45b6-bf05-5c6da61d559e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30adacb5af28b8afc7ffd385964ae1026b4b8cab" 2018-11-09 07:00:19,570 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:19 GMT Server: Apache x-compute-request-id: req-059a869f-65f6-40a4-af1d-d5981c95f732 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-059a869f-65f6-40a4-af1d-d5981c95f732 Content-Encoding: gzip Content-Length: 503 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc", "bootable": "false", "created_at": "2018-11-09T07:00:18.000000", "volume_type": null}} 2018-11-09 07:00:19,570 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c used request id req-059a869f-65f6-40a4-af1d-d5981c95f732 2018-11-09 07:00:19,571 - create_volume - DEBUG - Instance status is - creating 2018-11-09 07:00:19,571 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 07:00:22,574 - create_volume - DEBUG - Volume status query timeout in 296.941573858 2018-11-09 07:00:22,578 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d1acc44-3f35-45b6-bf05-5c6da61d559e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30adacb5af28b8afc7ffd385964ae1026b4b8cab" 2018-11-09 07:00:23,403 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:22 GMT Server: Apache x-compute-request-id: req-dc1d7fe0-9dd5-4802-a12d-85c084ec8965 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc1d7fe0-9dd5-4802-a12d-85c084ec8965 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:00:19.000000", "replication_status": null, "snapshot_id": null, "id": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc", "bootable": "false", "created_at": "2018-11-09T07:00:18.000000", "volume_type": null}} 2018-11-09 07:00:23,403 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c used request id req-dc1d7fe0-9dd5-4802-a12d-85c084ec8965 2018-11-09 07:00:23,403 - create_volume - DEBUG - Instance status is - available 2018-11-09 07:00:23,403 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc 2018-11-09 07:00:23,404 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc 2018-11-09 07:00:23,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:00:23,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:00:23,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:00:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["A7F-CJQRRBav3HDL_xyNYA"], "issued_at": "2018-11-09T07:00:23.000000Z"}} 2018-11-09 07:00:23,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:23,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3957c200-cbf0-45e6-b569-c7a01d5054ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:00:23,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3957c200-cbf0-45e6-b569-c7a01d5054ca 2018-11-09 07:00:23,869 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:00:23,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:23,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22b9d92c-e2e6-45f0-b6f1-b55011501eec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:00:23,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-22b9d92c-e2e6-45f0-b6f1-b55011501eec 2018-11-09 07:00:23,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:24,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cbbaaab0-e6ea-42c1-a398-ede0e03ee25b Date: Fri, 09 Nov 2018 07:00:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["201246fd-b224-47a4-ba9e-d802c1435fad"],"description":"","tags":[],"updated_at":"2018-11-09T07:00:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:15Z","provider:network_type":"vxlan"}]} 2018-11-09 07:00:24,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net used request id req-cbbaaab0-e6ea-42c1-a398-ede0e03ee25b 2018-11-09 07:00:24,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:00:24,206 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:00:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:00:24,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:24,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-220797a8-7969-4b51-88fd-ae37c8ce9308 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:00:24,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-220797a8-7969-4b51-88fd-ae37c8ce9308 2018-11-09 07:00:24,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:24,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c9fe4710-3130-4b7f-b656-9bacc73bde4b Date: Fri, 09 Nov 2018 07:00:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:00: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":"eaa3a8fe44f244bdb42f6df651318422","id":"201246fd-b224-47a4-ba9e-d802c1435fad","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet"}]} 2018-11-09 07:00:24,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-c9fe4710-3130-4b7f-b656-9bacc73bde4b 2018-11-09 07:00:24,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:24,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5b165be7-2c04-495e-bee3-4328fb33232b Date: Fri, 09 Nov 2018 07:00:24 GMT RESP BODY: {"ports":[]} 2018-11-09 07:00:24,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port&admin_state_up=True used request id req-5b165be7-2c04-495e-bee3-4328fb33232b 2018-11-09 07:00:24,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:24,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-7002e3cf-8b1e-437f-a4f8-12bbb035ed91 x-compute-request-id: req-7002e3cf-8b1e-437f-a4f8-12bbb035ed91 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 07:00:24,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst used request id req-7002e3cf-8b1e-437f-a4f8-12bbb035ed91 2018-11-09 07:00:24,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:25,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f3905609-ee84-43b3-8d33-817c347a7553 Date: Fri, 09 Nov 2018 07:00:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["201246fd-b224-47a4-ba9e-d802c1435fad"],"description":"","tags":[],"updated_at":"2018-11-09T07:00:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:15Z","provider:network_type":"vxlan"}]} 2018-11-09 07:00:25,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net used request id req-f3905609-ee84-43b3-8d33-817c347a7553 2018-11-09 07:00:25,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:25,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa0cf994-f12f-4a81-8c4a-ce41d1dd898c 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:00:25,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-aa0cf994-f12f-4a81-8c4a-ce41d1dd898c 2018-11-09 07:00:25,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:25,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-211c27e6-be78-4d62-b5a6-383077ef7154 Date: Fri, 09 Nov 2018 07:00:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:00: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":"eaa3a8fe44f244bdb42f6df651318422","id":"201246fd-b224-47a4-ba9e-d802c1435fad","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet"}]} 2018-11-09 07:00:25,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-211c27e6-be78-4d62-b5a6-383077ef7154 2018-11-09 07:00:25,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:25,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-884d79eb-8936-4058-9823-e41752c2f437 Date: Fri, 09 Nov 2018 07:00:25 GMT RESP BODY: {"ports":[]} 2018-11-09 07:00:25,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port&admin_state_up=True used request id req-884d79eb-8936-4058-9823-e41752c2f437 2018-11-09 07:00:25,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:00:25,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:00:26,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["s0OMmtghRAmBK8xVgLMwYg"], "issued_at": "2018-11-09T07:00:26.000000Z"}} 2018-11-09 07:00:26,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84447b93f4adcbba19c9281823620844d75f42fe" 2018-11-09 07:00:26,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5ee952-e940-4f3e-b4d1-399af8588948 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:00:26,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dc5ee952-e940-4f3e-b4d1-399af8588948 2018-11-09 07:00:26,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:26,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8244b733-7e5a-4287-a799-9e8461b1a7c4 Date: Fri, 09 Nov 2018 07:00:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["201246fd-b224-47a4-ba9e-d802c1435fad"],"description":"","tags":[],"updated_at":"2018-11-09T07:00:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:15Z","provider:network_type":"vxlan"}]} 2018-11-09 07:00:26,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net used request id req-8244b733-7e5a-4287-a799-9e8461b1a7c4 2018-11-09 07:00:26,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:26,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d623c0e8-012b-4b26-aa20-39aeca972024 Date: Fri, 09 Nov 2018 07:00:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:00: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":"eaa3a8fe44f244bdb42f6df651318422","id":"201246fd-b224-47a4-ba9e-d802c1435fad","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet"}]} 2018-11-09 07:00:26,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-d623c0e8-012b-4b26-aa20-39aeca972024 2018-11-09 07:00:26,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:26,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8b2e07a6-d61b-4652-8733-1484f79e2f04 Date: Fri, 09 Nov 2018 07:00:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["201246fd-b224-47a4-ba9e-d802c1435fad"],"description":"","tags":[],"updated_at":"2018-11-09T07:00:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:15Z","provider:network_type":"vxlan"}]} 2018-11-09 07:00:26,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net used request id req-8b2e07a6-d61b-4652-8733-1484f79e2f04 2018-11-09 07:00:26,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:00:26,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:00:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:00:26,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84447b93f4adcbba19c9281823620844d75f42fe" 2018-11-09 07:00:27,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab94487c-8134-4768-b217-114d3510e577 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:00:27,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-ab94487c-8134-4768-b217-114d3510e577 2018-11-09 07:00:27,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:27,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-691e2d84-7a1f-44ed-affa-16ec6cd4964f Date: Fri, 09 Nov 2018 07:00:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:00: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":"eaa3a8fe44f244bdb42f6df651318422","id":"201246fd-b224-47a4-ba9e-d802c1435fad","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet"}]} 2018-11-09 07:00:27,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-691e2d84-7a1f-44ed-affa-16ec6cd4964f 2018-11-09 07:00:27,258 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net 2018-11-09 07:00:27,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" -d '{"port": {"network_id": "2ce8462b-68c0-48d4-a820-8c866ed1743e", "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port", "admin_state_up": true}}' 2018-11-09 07:00:28,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-eae125af-90b1-4192-8774-5b7a2f808aa4 Date: Fri, 09 Nov 2018 07:00:27 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:00:27Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"201246fd-b224-47a4-ba9e-d802c1435fad","ip_address":"10.55.0.7"}],"id":"f8e76dc8-deb0-4ec5-bdad-94e5e53a509e","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:93:36","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port","project_id":"eaa3a8fe44f244bdb42f6df651318422","qos_policy_id":null,"admin_state_up":true,"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:27Z","binding:vnic_type":"normal"}} 2018-11-09 07:00:28,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-eae125af-90b1-4192-8774-5b7a2f808aa4 2018-11-09 07:00:28,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:28,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f9105298-146f-4f04-b06f-0a2686041055 Date: Fri, 09 Nov 2018 07:00:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["201246fd-b224-47a4-ba9e-d802c1435fad"],"description":"","tags":[],"updated_at":"2018-11-09T07:00:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:15Z","provider:network_type":"vxlan"}]} 2018-11-09 07:00:28,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net used request id req-f9105298-146f-4f04-b06f-0a2686041055 2018-11-09 07:00:28,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:28,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d393de53-77c2-4422-8b11-e780ba06e8e9 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:00:28,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-d393de53-77c2-4422-8b11-e780ba06e8e9 2018-11-09 07:00:28,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:28,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1aceeaa8-d693-4d37-b49a-391f1ea7456a Date: Fri, 09 Nov 2018 07:00:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:00: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":"eaa3a8fe44f244bdb42f6df651318422","id":"201246fd-b224-47a4-ba9e-d802c1435fad","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet"}]} 2018-11-09 07:00:28,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-1aceeaa8-d693-4d37-b49a-391f1ea7456a 2018-11-09 07:00:28,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:29,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-ad884036-2793-4414-abe8-662dc5a085d6 Date: Fri, 09 Nov 2018 07:00:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:00:27Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"201246fd-b224-47a4-ba9e-d802c1435fad","ip_address":"10.55.0.7"}],"id":"f8e76dc8-deb0-4ec5-bdad-94e5e53a509e","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:93:36","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port","admin_state_up":true,"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:27Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 07:00:29,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port&admin_state_up=True used request id req-ad884036-2793-4414-abe8-662dc5a085d6 2018-11-09 07:00:29,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:29,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaaad2da-00d8-434f-9e1f-dfb73f884e37 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:00:29,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-aaaad2da-00d8-434f-9e1f-dfb73f884e37 2018-11-09 07:00:29,169 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst 2018-11-09 07:00:29,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:29,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81008274-517e-4c86-9a99-4ef84eacf584 x-compute-request-id: req-81008274-517e-4c86-9a99-4ef84eacf584 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-flavor"}]} 2018-11-09 07:00:29,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-81008274-517e-4c86-9a99-4ef84eacf584 2018-11-09 07:00:29,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:29,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-282e6b87-b79a-40c8-b732-4c62254346f8 x-compute-request-id: req-282e6b87-b79a-40c8-b732-4c62254346f8 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:00:29,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0 used request id req-282e6b87-b79a-40c8-b732-4c62254346f8 2018-11-09 07:00:29,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:29,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-91dd37d7-0f79-437f-b473-79c31bd531fc Date: Fri, 09 Nov 2018 07:00:29 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:00:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:00:13Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/72a047ee-4765-435a-af55-a867d9dabd32/snap", "metadata": {}}], "self": "/v2/images/72a047ee-4765-435a-af55-a867d9dabd32", "min_disk": 0, "protected": false, "id": "72a047ee-4765-435a-af55-a867d9dabd32", "file": "/v2/images/72a047ee-4765-435a-af55-a867d9dabd32/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/72a047ee-4765-435a-af55-a867d9dabd32/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image"} 2018-11-09 07:00:29,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image used request id req-91dd37d7-0f79-437f-b473-79c31bd531fc 2018-11-09 07:00:29,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:30,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6f7c48b9-e898-4ad6-85f7-4e62f9fdcbab Date: Fri, 09 Nov 2018 07:00:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:00:30,010 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-6f7c48b9-e898-4ad6-85f7-4e62f9fdcbab 2018-11-09 07:00:30,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "imageRef": "72a047ee-4765-435a-af55-a867d9dabd32", "flavorRef": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "max_count": 1, "min_count": 1, "networks": [{"port": "f8e76dc8-deb0-4ec5-bdad-94e5e53a509e"}]}}' 2018-11-09 07:00:31,556 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:00:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a0c575b-7e91-4b7e-b607-1fe59e959bcc x-compute-request-id: req-3a0c575b-7e91-4b7e-b607-1fe59e959bcc Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f93f20a1-934a-458e-be57-593de0223ede", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "adminPass": "T2Uvc94e9GbF"}} 2018-11-09 07:00:31,556 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-3a0c575b-7e91-4b7e-b607-1fe59e959bcc 2018-11-09 07:00:31,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:31,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-6cf25959-a3cd-4e44-b57c-db1907897725 x-compute-request-id: req-6cf25959-a3cd-4e44-b57c-db1907897725 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.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "image": {"id": "72a047ee-4765-435a-af55-a867d9dabd32", "links": [{"href": "http://172.30.9.27:8774/images/72a047ee-4765-435a-af55-a867d9dabd32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}]}, "id": "f93f20a1-934a-458e-be57-593de0223ede", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:00:31Z", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "created": "2018-11-09T07:00:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:00:31,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-6cf25959-a3cd-4e44-b57c-db1907897725 2018-11-09 07:00:31,923 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst 2018-11-09 07:00:31,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:32,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-c072effc-4f34-4e61-ab5c-c67b611e181f x-compute-request-id: req-c072effc-4f34-4e61-ab5c-c67b611e181f 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.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "image": {"id": "72a047ee-4765-435a-af55-a867d9dabd32", "links": [{"href": "http://172.30.9.27:8774/images/72a047ee-4765-435a-af55-a867d9dabd32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}]}, "id": "f93f20a1-934a-458e-be57-593de0223ede", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:00:31Z", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "created": "2018-11-09T07:00:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:00:32,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-c072effc-4f34-4e61-ab5c-c67b611e181f 2018-11-09 07:00:32,804 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst] is - BUILD 2018-11-09 07:00:32,804 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:00:35,807 - create_instance - DEBUG - VM status query timeout in 896.115554094 2018-11-09 07:00:35,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:36,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-756521cc-6725-499c-ab80-b186fb6a196a x-compute-request-id: req-756521cc-6725-499c-ab80-b186fb6a196a Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:93:36", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "image": {"id": "72a047ee-4765-435a-af55-a867d9dabd32", "links": [{"href": "http://172.30.9.27:8774/images/72a047ee-4765-435a-af55-a867d9dabd32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}]}, "id": "f93f20a1-934a-458e-be57-593de0223ede", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:00:34Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "created": "2018-11-09T07:00:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:00:36,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-756521cc-6725-499c-ab80-b186fb6a196a 2018-11-09 07:00:36,449 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst] is - BUILD 2018-11-09 07:00:36,449 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:00:39,453 - create_instance - DEBUG - VM status query timeout in 892.470338106 2018-11-09 07:00:39,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:40,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-99ea895b-2f9c-467b-b56a-66e364512c8f x-compute-request-id: req-99ea895b-2f9c-467b-b56a-66e364512c8f Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:93:36", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "image": {"id": "72a047ee-4765-435a-af55-a867d9dabd32", "links": [{"href": "http://172.30.9.27:8774/images/72a047ee-4765-435a-af55-a867d9dabd32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}]}, "id": "f93f20a1-934a-458e-be57-593de0223ede", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:00:34Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "created": "2018-11-09T07:00:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:00:40,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-99ea895b-2f9c-467b-b56a-66e364512c8f 2018-11-09 07:00:40,106 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst] is - BUILD 2018-11-09 07:00:40,106 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:00:43,109 - create_instance - DEBUG - VM status query timeout in 888.81362915 2018-11-09 07:00:43,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:43,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-7c52da0b-07ae-469b-8e33-5b8e4a228d65 x-compute-request-id: req-7c52da0b-07ae-469b-8e33-5b8e4a228d65 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:93:36", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "image": {"id": "72a047ee-4765-435a-af55-a867d9dabd32", "links": [{"href": "http://172.30.9.27:8774/images/72a047ee-4765-435a-af55-a867d9dabd32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-09T07:00:40.000000", "flavor": {"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}]}, "id": "f93f20a1-934a-458e-be57-593de0223ede", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:00:40Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "created": "2018-11-09T07:00:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:00:43,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-7c52da0b-07ae-469b-8e33-5b8e4a228d65 2018-11-09 07:00:43,405 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst] is - ACTIVE 2018-11-09 07:00:43,405 - create_instance - INFO - VM is - ACTIVE 2018-11-09 07:00:43,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:43,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-7e405218-d1a0-4d80-a915-c005143bb693 x-compute-request-id: req-7e405218-d1a0-4d80-a915-c005143bb693 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:93:36", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "image": {"id": "72a047ee-4765-435a-af55-a867d9dabd32", "links": [{"href": "http://172.30.9.27:8774/images/72a047ee-4765-435a-af55-a867d9dabd32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-09T07:00:40.000000", "flavor": {"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}]}, "id": "f93f20a1-934a-458e-be57-593de0223ede", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:00:40Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "created": "2018-11-09T07:00:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:00:43,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-7e405218-d1a0-4d80-a915-c005143bb693 2018-11-09 07:00:43,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:44,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-68d003f5-8e9d-4292-868b-4263801c517e Date: Fri, 09 Nov 2018 07:00:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["201246fd-b224-47a4-ba9e-d802c1435fad"],"description":"","tags":[],"updated_at":"2018-11-09T07:00:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:15Z","provider:network_type":"vxlan"}]} 2018-11-09 07:00:44,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net used request id req-68d003f5-8e9d-4292-868b-4263801c517e 2018-11-09 07:00:44,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:44,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c41dc2d6-ec7f-4aa9-bda2-c3f8a315f28f 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:00:44,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-c41dc2d6-ec7f-4aa9-bda2-c3f8a315f28f 2018-11-09 07:00:44,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:44,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-16264837-a1cc-4590-81c3-6a4d318fe85d Date: Fri, 09 Nov 2018 07:00:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:00: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":"eaa3a8fe44f244bdb42f6df651318422","id":"201246fd-b224-47a4-ba9e-d802c1435fad","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet"}]} 2018-11-09 07:00:44,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-16264837-a1cc-4590-81c3-6a4d318fe85d 2018-11-09 07:00:44,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:44,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-650c7596-54bd-4e8f-b71c-94b99e51aa50 Date: Fri, 09 Nov 2018 07:00:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:00:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"201246fd-b224-47a4-ba9e-d802c1435fad","ip_address":"10.55.0.2"}],"id":"0e1fe495-c969-4a09-a8d8-599f766f80bb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f0:4b:b8","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2ce8462b-68c0-48d4-a820-8c866ed1743e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:00:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"201246fd-b224-47a4-ba9e-d802c1435fad","ip_address":"10.55.0.3"}],"id":"263e37fd-c7fa-4cb4-b5b3-e2995049e467","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:67:03","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2ce8462b-68c0-48d4-a820-8c866ed1743e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:00:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"201246fd-b224-47a4-ba9e-d802c1435fad","ip_address":"10.55.0.4"}],"id":"d3341879-396c-44f7-8621-0d7a20208cd5","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:7c:a3","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2ce8462b-68c0-48d4-a820-8c866ed1743e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:00:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"201246fd-b224-47a4-ba9e-d802c1435fad","ip_address":"10.55.0.7"}],"id":"f8e76dc8-deb0-4ec5-bdad-94e5e53a509e","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:93:36","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port","admin_state_up":true,"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:27Z","binding:vnic_type":"normal","device_id":"f93f20a1-934a-458e-be57-593de0223ede"}]} 2018-11-09 07:00:44,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-650c7596-54bd-4e8f-b71c-94b99e51aa50 2018-11-09 07:00:44,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:00:44,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:00:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["_j_pswZpTwCE-G1vqmM-iA"], "issued_at": "2018-11-09T07:00:44.000000Z"}} 2018-11-09 07:00:44,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e11325e345abfcd3458f09bf4ebeea60d5ca2c0" 2018-11-09 07:00:45,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bf27ed2-bb0e-4c86-800b-062057129261 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:00:45,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4bf27ed2-bb0e-4c86-800b-062057129261 2018-11-09 07:00:45,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:45,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-50037748-378a-4df6-8565-b3d5e0c7d8ce x-compute-request-id: req-50037748-378a-4df6-8565-b3d5e0c7d8ce Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:93:36", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "image": {"id": "72a047ee-4765-435a-af55-a867d9dabd32", "links": [{"href": "http://172.30.9.27:8774/images/72a047ee-4765-435a-af55-a867d9dabd32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-09T07:00:40.000000", "flavor": {"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}]}, "id": "f93f20a1-934a-458e-be57-593de0223ede", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:00:40Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "created": "2018-11-09T07:00:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:00:45,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-50037748-378a-4df6-8565-b3d5e0c7d8ce 2018-11-09 07:00:45,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:45,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c87453c2-f01e-47ba-8234-82e41f705967 Date: Fri, 09 Nov 2018 07:00:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["201246fd-b224-47a4-ba9e-d802c1435fad"],"description":"","tags":[],"updated_at":"2018-11-09T07:00:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:15Z","provider:network_type":"vxlan"}]} 2018-11-09 07:00:45,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net used request id req-c87453c2-f01e-47ba-8234-82e41f705967 2018-11-09 07:00:45,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:45,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5fdb9ad-1b05-4696-9812-7c498fcbfdd3 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:00:45,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-e5fdb9ad-1b05-4696-9812-7c498fcbfdd3 2018-11-09 07:00:45,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:45,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-90a9a197-d07c-4163-8a72-2900205e5d4a Date: Fri, 09 Nov 2018 07:00:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:00: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":"eaa3a8fe44f244bdb42f6df651318422","id":"201246fd-b224-47a4-ba9e-d802c1435fad","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet"}]} 2018-11-09 07:00:45,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-90a9a197-d07c-4163-8a72-2900205e5d4a 2018-11-09 07:00:45,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:45,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-48ef221d-dcc3-45b2-9d36-504e5745dcca Date: Fri, 09 Nov 2018 07:00:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:00:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"201246fd-b224-47a4-ba9e-d802c1435fad","ip_address":"10.55.0.2"}],"id":"0e1fe495-c969-4a09-a8d8-599f766f80bb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f0:4b:b8","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2ce8462b-68c0-48d4-a820-8c866ed1743e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:00:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"201246fd-b224-47a4-ba9e-d802c1435fad","ip_address":"10.55.0.3"}],"id":"263e37fd-c7fa-4cb4-b5b3-e2995049e467","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:67:03","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2ce8462b-68c0-48d4-a820-8c866ed1743e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:00:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"201246fd-b224-47a4-ba9e-d802c1435fad","ip_address":"10.55.0.4"}],"id":"d3341879-396c-44f7-8621-0d7a20208cd5","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:7c:a3","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2ce8462b-68c0-48d4-a820-8c866ed1743e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:00:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"201246fd-b224-47a4-ba9e-d802c1435fad","ip_address":"10.55.0.7"}],"id":"f8e76dc8-deb0-4ec5-bdad-94e5e53a509e","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:93:36","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port","admin_state_up":true,"network_id":"2ce8462b-68c0-48d4-a820-8c866ed1743e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:00:27Z","binding:vnic_type":"normal","device_id":"f93f20a1-934a-458e-be57-593de0223ede"}]} 2018-11-09 07:00:45,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-48ef221d-dcc3-45b2-9d36-504e5745dcca 2018-11-09 07:00:45,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e11325e345abfcd3458f09bf4ebeea60d5ca2c0" -d '{"volumeAttachment": {"volumeId": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c"}}' 2018-11-09 07:00:47,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-51d64cd4-e5e9-4d77-bd95-fbfd6b9c6bae x-compute-request-id: req-51d64cd4-e5e9-4d77-bd95-fbfd6b9c6bae Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "f93f20a1-934a-458e-be57-593de0223ede", "id": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "volumeId": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c"}} 2018-11-09 07:00:47,827 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede/os-volume_attachments used request id req-51d64cd4-e5e9-4d77-bd95-fbfd6b9c6bae 2018-11-09 07:00:47,827 - create_instance - INFO - Deleting Port with ID - f8e76dc8-deb0-4ec5-bdad-94e5e53a509e 2018-11-09 07:00:47,828 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-port 2018-11-09 07:00:47,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/f8e76dc8-deb0-4ec5-bdad-94e5e53a509e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:48,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d958fabe-22c4-464d-9ab5-6e2b7ac09a40 Date: Fri, 09 Nov 2018 07:00:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:00:48,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/f8e76dc8-deb0-4ec5-bdad-94e5e53a509e used request id req-d958fabe-22c4-464d-9ab5-6e2b7ac09a40 2018-11-09 07:00:48,463 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst 2018-11-09 07:00:48,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:48,636 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:00: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-fa353ee9-55d3-4ac9-bb27-3f33a24b037a x-compute-request-id: req-fa353ee9-55d3-4ac9-bb27-3f33a24b037a Content-Type: application/json 2018-11-09 07:00:48,636 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-fa353ee9-55d3-4ac9-bb27-3f33a24b037a 2018-11-09 07:00:48,637 - create_instance - INFO - Checking deletion status 2018-11-09 07:00:48,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:48,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-ac7259c0-9822-4543-a2a4-21e9da248e17 x-compute-request-id: req-ac7259c0-9822-4543-a2a4-21e9da248e17 Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:93:36", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "image": {"id": "72a047ee-4765-435a-af55-a867d9dabd32", "links": [{"href": "http://172.30.9.27:8774/images/72a047ee-4765-435a-af55-a867d9dabd32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-09T07:00:40.000000", "flavor": {"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}]}, "id": "f93f20a1-934a-458e-be57-593de0223ede", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:00:48Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "created": "2018-11-09T07:00:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c"}], "metadata": {}}} 2018-11-09 07:00:48,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-ac7259c0-9822-4543-a2a4-21e9da248e17 2018-11-09 07:00:48,894 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst] is - ACTIVE 2018-11-09 07:00:48,895 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:00:51,898 - create_instance - DEBUG - VM status query timeout in 296.738970995 2018-11-09 07:00:51,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:52,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-14442935-9343-49ca-9b69-22437a149004 x-compute-request-id: req-14442935-9343-49ca-9b69-22437a149004 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "image": {"id": "72a047ee-4765-435a-af55-a867d9dabd32", "links": [{"href": "http://172.30.9.27:8774/images/72a047ee-4765-435a-af55-a867d9dabd32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-09T07:00:40.000000", "flavor": {"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}]}, "id": "f93f20a1-934a-458e-be57-593de0223ede", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:00:48Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "created": "2018-11-09T07:00:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c"}], "metadata": {}}} 2018-11-09 07:00:52,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-14442935-9343-49ca-9b69-22437a149004 2018-11-09 07:00:52,155 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst] is - ACTIVE 2018-11-09 07:00:52,156 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:00:55,159 - create_instance - DEBUG - VM status query timeout in 293.477975845 2018-11-09 07:00:55,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:56,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00: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-a943800f-a753-4298-ab5d-75bb0eb62cc8 x-compute-request-id: req-a943800f-a753-4298-ab5d-75bb0eb62cc8 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f93f20a1-934a-458e-be57-593de0223ede", "rel": "bookmark"}], "image": {"id": "72a047ee-4765-435a-af55-a867d9dabd32", "links": [{"href": "http://172.30.9.27:8774/images/72a047ee-4765-435a-af55-a867d9dabd32", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-09T07:00:40.000000", "flavor": {"id": "66b1308a-5659-484f-bdb3-3eef2ab95dd0", "links": [{"href": "http://172.30.9.27:8774/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0", "rel": "bookmark"}]}, "id": "f93f20a1-934a-458e-be57-593de0223ede", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:00:54Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst", "created": "2018-11-09T07:00:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c"}], "metadata": {}}} 2018-11-09 07:00:56,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-a943800f-a753-4298-ab5d-75bb0eb62cc8 2018-11-09 07:00:56,153 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst] is - ACTIVE 2018-11-09 07:00:56,153 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:00:59,156 - create_instance - DEBUG - VM status query timeout in 289.480479002 2018-11-09 07:00:59,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8ffa9f13275b94d4ba1f04dbe31a3b1b84109d" 2018-11-09 07:00:59,219 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-100e2070-2428-4bee-8652-7ceda8b4cbca x-compute-request-id: req-100e2070-2428-4bee-8652-7ceda8b4cbca Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f93f20a1-934a-458e-be57-593de0223ede could not be found.", "code": 404}} 2018-11-09 07:00:59,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f93f20a1-934a-458e-be57-593de0223ede used request id req-100e2070-2428-4bee-8652-7ceda8b4cbca 2018-11-09 07:00:59,219 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f93f20a1-934a-458e-be57-593de0223ede could not be found. (HTTP 404) (Request-ID: req-100e2070-2428-4bee-8652-7ceda8b4cbca) 2018-11-09 07:00:59,219 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-vm_inst 2018-11-09 07:00:59,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d1acc44-3f35-45b6-bf05-5c6da61d559e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30adacb5af28b8afc7ffd385964ae1026b4b8cab" 2018-11-09 07:00:59,431 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:00:59 GMT Server: Apache x-compute-request-id: req-fab266e6-0e04-4bc6-926b-1b5a4e3f0fc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fab266e6-0e04-4bc6-926b-1b5a4e3f0fc7 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:00:49.000000", "replication_status": null, "snapshot_id": null, "id": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc", "bootable": "false", "created_at": "2018-11-09T07:00:18.000000", "volume_type": null}} 2018-11-09 07:00:59,432 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c used request id req-fab266e6-0e04-4bc6-926b-1b5a4e3f0fc7 2018-11-09 07:00:59,432 - create_volume - DEBUG - Instance status is - available 2018-11-09 07:00:59,432 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc 2018-11-09 07:00:59,433 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc 2018-11-09 07:00:59,436 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d1acc44-3f35-45b6-bf05-5c6da61d559e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30adacb5af28b8afc7ffd385964ae1026b4b8cab" 2018-11-09 07:01:00,592 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:00:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bfafda34-3a04-4bda-b735-6ab561ebc3b4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:01:00,592 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c used request id req-bfafda34-3a04-4bda-b735-6ab561ebc3b4 2018-11-09 07:01:00,595 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d1acc44-3f35-45b6-bf05-5c6da61d559e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30adacb5af28b8afc7ffd385964ae1026b4b8cab" 2018-11-09 07:01:00,651 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:00 GMT Server: Apache x-compute-request-id: req-0a25d21f-d7e4-454d-81fb-80dd90748442 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0a25d21f-d7e4-454d-81fb-80dd90748442 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:01:00.000000", "replication_status": null, "snapshot_id": null, "id": "d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-da67e6d0-ba28-4ff7-ac14-43976eccddfc", "bootable": "false", "created_at": "2018-11-09T07:00:18.000000", "volume_type": null}} 2018-11-09 07:01:00,651 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c used request id req-0a25d21f-d7e4-454d-81fb-80dd90748442 2018-11-09 07:01:00,652 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 07:01:00,652 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 07:01:03,655 - create_volume - DEBUG - Volume status query timeout in 56.9370341301 2018-11-09 07:01:03,659 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d1acc44-3f35-45b6-bf05-5c6da61d559e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30adacb5af28b8afc7ffd385964ae1026b4b8cab" 2018-11-09 07:01:04,417 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:01:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d633733e-870d-4477-a7c2-01bb9b2f11ac x-openstack-request-id: req-d633733e-870d-4477-a7c2-01bb9b2f11ac Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c could not be found.", "code": 404}} 2018-11-09 07:01:04,417 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c used request id req-d633733e-870d-4477-a7c2-01bb9b2f11ac 2018-11-09 07:01:04,418 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume d8ce1fe2-4467-46a1-9e60-b49ed93a2d9c could not be found. (HTTP 404) (Request-ID: req-d633733e-870d-4477-a7c2-01bb9b2f11ac) 2018-11-09 07:01:04,418 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc 2018-11-09 07:01:04,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f12c82256bc2e23db646cd9de6dd578d42d4ca3" 2018-11-09 07:01:04,459 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93c95ae6-a701-4858-af60-fd9d2798a927 x-compute-request-id: req-93c95ae6-a701-4858-af60-fd9d2798a927 Content-Length: 0 Content-Type: application/json 2018-11-09 07:01:04,459 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/66b1308a-5659-484f-bdb3-3eef2ab95dd0 used request id req-93c95ae6-a701-4858-af60-fd9d2798a927 2018-11-09 07:01:04,460 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet 2018-11-09 07:01:04,460 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-subnet 2018-11-09 07:01:04,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/201246fd-b224-47a4-ba9e-d802c1435fad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c284aa40650f19292cd43ab126a6f04bf8537bc1" 2018-11-09 07:01:06,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e683c61-1df1-4a50-a3bb-881a389a41df Date: Fri, 09 Nov 2018 07:01:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:01:06,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/201246fd-b224-47a4-ba9e-d802c1435fad used request id req-9e683c61-1df1-4a50-a3bb-881a389a41df 2018-11-09 07:01:06,576 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-net 2018-11-09 07:01:06,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/2ce8462b-68c0-48d4-a820-8c866ed1743e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c284aa40650f19292cd43ab126a6f04bf8537bc1" 2018-11-09 07:01:07,797 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3428a50e-25be-4d83-bba7-dc82ae960d65 Date: Fri, 09 Nov 2018 07:01:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:01:07,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2ce8462b-68c0-48d4-a820-8c866ed1743e used request id req-3428a50e-25be-4d83-bba7-dc82ae960d65 2018-11-09 07:01:07,798 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-da67e6d0-ba28-4ff7-ac14-43976eccddfc-image 2018-11-09 07:01:07,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/72a047ee-4765-435a-af55-a867d9dabd32 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e88dfbb1a5819729c3d773e32077f1593baf102f" 2018-11-09 07:01:09,103 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e5d0c6a4-b114-496e-8ac5-4048a500558e Date: Fri, 09 Nov 2018 07:01:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:01:09,103 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/72a047ee-4765-435a-af55-a867d9dabd32 used request id req-e5d0c6a4-b114-496e-8ac5-4048a500558e 2018-11-09 07:01:09,105 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:01:09,107 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 07:01:09,108 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:01:09,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:01:09,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:01:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["_Uemd05uTe--6Dd7CMyIpg"], "issued_at": "2018-11-09T07:01:09.000000Z"}} 2018-11-09 07:01:09,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e09270d81b9b7de4c3cc3fdb6d2f6da2face73" 2018-11-09 07:01:09,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cbec262-c698-4c87-89e3-5f20807286f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:01:09,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7cbec262-c698-4c87-89e3-5f20807286f6 2018-11-09 07:01:09,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5e09270d81b9b7de4c3cc3fdb6d2f6da2face73" 2018-11-09 07:01:09,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-f2a62286-d7ee-4379-8f8f-bd9fa8bc6e81 Date: Fri, 09 Nov 2018 07:01:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image"} 2018-11-09 07:01:09,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image used request id req-f2a62286-d7ee-4379-8f8f-bd9fa8bc6e81 2018-11-09 07:01:09,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5e09270d81b9b7de4c3cc3fdb6d2f6da2face73" 2018-11-09 07:01:09,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-09e0a9e2-d6fb-4b1c-b330-45b6925f6206 Date: Fri, 09 Nov 2018 07:01:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:01:09,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-09e0a9e2-d6fb-4b1c-b330-45b6925f6206 2018-11-09 07:01:09,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5e09270d81b9b7de4c3cc3fdb6d2f6da2face73" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image"}' 2018-11-09 07:01:10,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138 X-Openstack-Request-Id: req-bf0e540d-c242-45cd-a102-549829410cdc Date: Fri, 09 Nov 2018 07:01:10 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:01:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T07:01:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "min_disk": 0, "protected": false, "id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "file": "/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138/file", "checksum": null, "owner": "eaa3a8fe44f244bdb42f6df651318422", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:01:10,195 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-bf0e540d-c242-45cd-a102-549829410cdc 2018-11-09 07:01:10,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5e09270d81b9b7de4c3cc3fdb6d2f6da2face73" -d '' 2018-11-09 07:01:11,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ffcf7875-54bb-41e6-ad77-577bebb2d5ea Date: Fri, 09 Nov 2018 07:01:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:01:11,294 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138/file used request id req-ffcf7875-54bb-41e6-ad77-577bebb2d5ea 2018-11-09 07:01:11,295 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:01:11,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5e09270d81b9b7de4c3cc3fdb6d2f6da2face73" 2018-11-09 07:01:11,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-b60ff1b1-9ea9-4ff5-9bb0-06ea8a7318de Date: Fri, 09 Nov 2018 07:01:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:01:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:01:10Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6be7ebf2-a557-4136-95cc-e2227fee1138/snap", "metadata": {}}], "self": "/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "min_disk": 0, "protected": false, "id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "file": "/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6be7ebf2-a557-4136-95cc-e2227fee1138/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:01:11,467 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138 used request id req-b60ff1b1-9ea9-4ff5-9bb0-06ea8a7318de 2018-11-09 07:01:11,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5e09270d81b9b7de4c3cc3fdb6d2f6da2face73" 2018-11-09 07:01:11,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fe08e864-803b-4991-8ae1-2896422c5478 Date: Fri, 09 Nov 2018 07:01:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:01:11,614 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-fe08e864-803b-4991-8ae1-2896422c5478 2018-11-09 07:01:11,617 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image 2018-11-09 07:01:11,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5e09270d81b9b7de4c3cc3fdb6d2f6da2face73" 2018-11-09 07:01:11,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-ff6c9e28-67a4-4a7b-afb1-60167046e2c6 Date: Fri, 09 Nov 2018 07:01:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:01:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:01:10Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6be7ebf2-a557-4136-95cc-e2227fee1138/snap", "metadata": {}}], "self": "/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "min_disk": 0, "protected": false, "id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "file": "/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6be7ebf2-a557-4136-95cc-e2227fee1138/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:01:11,636 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138 used request id req-ff6c9e28-67a4-4a7b-afb1-60167046e2c6 2018-11-09 07:01:11,637 - create_image - DEBUG - Instance status is - active 2018-11-09 07:01:11,637 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image 2018-11-09 07:01:11,637 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image 2018-11-09 07:01:11,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:01:11,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:01:12,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:01:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["rxmlxnsoQVii9qUyietZoA"], "issued_at": "2018-11-09T07:01:12.000000Z"}} 2018-11-09 07:01:12,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f561671569dd58470f16505a24f08bdec87fc6eb" 2018-11-09 07:01:12,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb76b3f-5e9b-4f45-89fe-1f80791316de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:01:12,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-abb76b3f-5e9b-4f45-89fe-1f80791316de 2018-11-09 07:01:12,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f561671569dd58470f16505a24f08bdec87fc6eb" 2018-11-09 07:01:12,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bbe1e9c9-d58e-4b87-a219-28e3dc10d124 Date: Fri, 09 Nov 2018 07:01:12 GMT RESP BODY: {"networks":[]} 2018-11-09 07:01:12,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-bbe1e9c9-d58e-4b87-a219-28e3dc10d124 2018-11-09 07:01:12,219 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net 2018-11-09 07:01:12,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f561671569dd58470f16505a24f08bdec87fc6eb" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net", "admin_state_up": true}}' 2018-11-09 07:01:12,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-9f9fda6a-f253-46e1-928e-acf681ad5f6d Date: Fri, 09 Nov 2018 07:01: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":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T07:01:12Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","mtu":1450}} 2018-11-09 07:01:12,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-9f9fda6a-f253-46e1-928e-acf681ad5f6d 2018-11-09 07:01:12,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f561671569dd58470f16505a24f08bdec87fc6eb" 2018-11-09 07:01:12,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-5ebb8a0f-d589-4c11-80ac-461a699a042b Date: Fri, 09 Nov 2018 07:01:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T07:01:12Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:12,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=61102f99-5127-4076-8531-9da1cac59bff used request id req-5ebb8a0f-d589-4c11-80ac-461a699a042b 2018-11-09 07:01:12,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f561671569dd58470f16505a24f08bdec87fc6eb" 2018-11-09 07:01:12,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8af444b4-fc66-41ee-b74b-3badc3c745dc Date: Fri, 09 Nov 2018 07:01:12 GMT RESP BODY: {"subnets":[]} 2018-11-09 07:01:12,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-8af444b4-fc66-41ee-b74b-3badc3c745dc 2018-11-09 07:01:12,912 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet 2018-11-09 07:01:12,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f561671569dd58470f16505a24f08bdec87fc6eb" -d '{"subnets": [{"ip_version": 4, "network_id": "61102f99-5127-4076-8531-9da1cac59bff", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]}' 2018-11-09 07:01:13,563 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9ad0d55b-dd4f-41e8-9a43-d81f8b6440ed Date: Fri, 09 Nov 2018 07:01:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:13,563 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-9ad0d55b-dd4f-41e8-9a43-d81f8b6440ed 2018-11-09 07:01:13,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f561671569dd58470f16505a24f08bdec87fc6eb" 2018-11-09 07:01:13,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-da34836c-6d2d-463a-9762-54a40f9cf002 Date: Fri, 09 Nov 2018 07:01:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:13,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=61102f99-5127-4076-8531-9da1cac59bff used request id req-da34836c-6d2d-463a-9762-54a40f9cf002 2018-11-09 07:01:13,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f561671569dd58470f16505a24f08bdec87fc6eb" 2018-11-09 07:01:14,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-015d3635-2786-4347-bc45-2217efe5c7be Date: Fri, 09 Nov 2018 07:01:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:14,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-015d3635-2786-4347-bc45-2217efe5c7be 2018-11-09 07:01:14,043 - OpenStackNetwork - DEBUG - Network [61102f99-5127-4076-8531-9da1cac59bff] created successfully 2018-11-09 07:01:14,044 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:01:14,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:01:14,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:01:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["aXTgmsgQShGBbNiPYIeWPw"], "issued_at": "2018-11-09T07:01:14.000000Z"}} 2018-11-09 07:01:14,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a691fdf770b87ab7d1816be24bd97391d34cd5" 2018-11-09 07:01:14,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d5aa8ae-274d-4263-a5f3-c8a10ecb5344 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:01:14,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3d5aa8ae-274d-4263-a5f3-c8a10ecb5344 2018-11-09 07:01:14,503 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:01:14,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a691fdf770b87ab7d1816be24bd97391d34cd5" 2018-11-09 07:01:14,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42afbd50-996f-4cc4-b1e9-1f3cc51aba1a x-compute-request-id: req-42afbd50-996f-4cc4-b1e9-1f3cc51aba1a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:01:14,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-42afbd50-996f-4cc4-b1e9-1f3cc51aba1a 2018-11-09 07:01:14,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a691fdf770b87ab7d1816be24bd97391d34cd5" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 07:01:14,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-34db5c26-4196-4d48-8924-727e1ace75a5 x-compute-request-id: req-34db5c26-4196-4d48-8924-727e1ace75a5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:01:14,778 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-34db5c26-4196-4d48-8924-727e1ace75a5 2018-11-09 07:01:14,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:01:14,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:01:15,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:01:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["4YsLBGwOSi2R54Eqz14Xyg"], "issued_at": "2018-11-09T07:01:15.000000Z"}} 2018-11-09 07:01:15,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea87e657fe2aac5cf32b0f5dfc39b63f081437ff" 2018-11-09 07:01:15,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20792e40-a54d-40fb-a523-ff0af2dc71e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:01:15,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-20792e40-a54d-40fb-a523-ff0af2dc71e8 2018-11-09 07:01:15,283 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea87e657fe2aac5cf32b0f5dfc39b63f081437ff" 2018-11-09 07:01:15,481 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:15 GMT Server: Apache x-compute-request-id: req-56bf122a-fb05-48c0-b3cc-8f9db021673a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-56bf122a-fb05-48c0-b3cc-8f9db021673a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 07:01:15,481 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail used request id req-56bf122a-fb05-48c0-b3cc-8f9db021673a 2018-11-09 07:01:15,485 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-56bf122a-fb05-48c0-b3cc-8f9db021673a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea87e657fe2aac5cf32b0f5dfc39b63f081437ff" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 07:01:16,428 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:01:15 GMT Server: Apache x-compute-request-id: req-d3e08e51-90c3-431e-a62b-ffe98b2877e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d3e08e51-90c3-431e-a62b-ffe98b2877e1 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "ce78b31a46f34344952ff01738f305e7", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T07:01:15.895697", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "79b83690-ea6c-4d65-8832-246805208d64", "size": 1}} 2018-11-09 07:01:16,429 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes used request id req-d3e08e51-90c3-431e-a62b-ffe98b2877e1 2018-11-09 07:01:16,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56bf122a-fb05-48c0-b3cc-8f9db021673a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea87e657fe2aac5cf32b0f5dfc39b63f081437ff" 2018-11-09 07:01:17,186 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:16 GMT Server: Apache x-compute-request-id: req-ab4a83cf-452a-4512-a720-8a37fa2a12b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ab4a83cf-452a-4512-a720-8a37fa2a12b4 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:01:16.000000", "replication_status": null, "snapshot_id": null, "id": "79b83690-ea6c-4d65-8832-246805208d64", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d", "bootable": "false", "created_at": "2018-11-09T07:01:15.000000", "volume_type": null}} 2018-11-09 07:01:17,186 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 used request id req-ab4a83cf-452a-4512-a720-8a37fa2a12b4 2018-11-09 07:01:17,187 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d 2018-11-09 07:01:17,190 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56bf122a-fb05-48c0-b3cc-8f9db021673a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea87e657fe2aac5cf32b0f5dfc39b63f081437ff" 2018-11-09 07:01:17,406 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:17 GMT Server: Apache x-compute-request-id: req-5790eb90-0245-40a5-aa6a-23568c45c259 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5790eb90-0245-40a5-aa6a-23568c45c259 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:01:16.000000", "replication_status": null, "snapshot_id": null, "id": "79b83690-ea6c-4d65-8832-246805208d64", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d", "bootable": "false", "created_at": "2018-11-09T07:01:15.000000", "volume_type": null}} 2018-11-09 07:01:17,406 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 used request id req-5790eb90-0245-40a5-aa6a-23568c45c259 2018-11-09 07:01:17,407 - create_volume - DEBUG - Instance status is - available 2018-11-09 07:01:17,407 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d 2018-11-09 07:01:17,407 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d 2018-11-09 07:01:17,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:01:17,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:01:17,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:01:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["-EY7o4gFTv6UnQD3kYmtjQ"], "issued_at": "2018-11-09T07:01:17.000000Z"}} 2018-11-09 07:01:17,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:17,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-425d50ee-81a2-4f08-a839-cb19929c8fa0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:01:17,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-425d50ee-81a2-4f08-a839-cb19929c8fa0 2018-11-09 07:01:17,861 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:01:17,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:17,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56a4286e-5e11-4650-b05e-f4f8dd747a4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:01:17,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-56a4286e-5e11-4650-b05e-f4f8dd747a4a 2018-11-09 07:01:17,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:18,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2b6f1cbc-bd15-476f-8e44-8718a41c6bd8 Date: Fri, 09 Nov 2018 07:01:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:18,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-2b6f1cbc-bd15-476f-8e44-8718a41c6bd8 2018-11-09 07:01:18,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:01:18,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:01: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:01:18,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:18,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e10a8773-0779-4e8f-944e-dd97d596ef75 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:18,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-e10a8773-0779-4e8f-944e-dd97d596ef75 2018-11-09 07:01:18,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:18,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-21f72eb3-ce02-4d17-8b36-05d84d136cc7 Date: Fri, 09 Nov 2018 07:01:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:18,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-21f72eb3-ce02-4d17-8b36-05d84d136cc7 2018-11-09 07:01:18,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:18,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c7942fb1-4218-4e65-99d8-36a28eee9ac5 Date: Fri, 09 Nov 2018 07:01:18 GMT RESP BODY: {"ports":[]} 2018-11-09 07:01:18,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port&admin_state_up=True used request id req-c7942fb1-4218-4e65-99d8-36a28eee9ac5 2018-11-09 07:01:18,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:19,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-f6883256-eafb-4f29-83cc-7dd20975a5dd x-compute-request-id: req-f6883256-eafb-4f29-83cc-7dd20975a5dd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 07:01:19,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst used request id req-f6883256-eafb-4f29-83cc-7dd20975a5dd 2018-11-09 07:01:19,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:19,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8e38878f-8e9c-4a28-8f26-87d79a2b9d78 Date: Fri, 09 Nov 2018 07:01:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:19,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-8e38878f-8e9c-4a28-8f26-87d79a2b9d78 2018-11-09 07:01:19,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:19,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be15fea1-89cc-40a4-ab77-ce49c384a8da 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:19,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-be15fea1-89cc-40a4-ab77-ce49c384a8da 2018-11-09 07:01:19,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:19,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bd8affa7-81ac-40a6-97cf-9935a9f6f3f8 Date: Fri, 09 Nov 2018 07:01:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:19,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-bd8affa7-81ac-40a6-97cf-9935a9f6f3f8 2018-11-09 07:01:19,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:19,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a1b40aaf-fc1e-4ac3-b7c1-20abb652fd7a Date: Fri, 09 Nov 2018 07:01:19 GMT RESP BODY: {"ports":[]} 2018-11-09 07:01:19,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port&admin_state_up=True used request id req-a1b40aaf-fc1e-4ac3-b7c1-20abb652fd7a 2018-11-09 07:01:19,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:01:19,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:01:20,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:01:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["WyNP8V2qSzmX4pBWuR0OnQ"], "issued_at": "2018-11-09T07:01:20.000000Z"}} 2018-11-09 07:01:20,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa7786c4bfe35df59bc9a7793dc6027535cb35ed" 2018-11-09 07:01:20,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b530d0b5-a2a4-45e6-9d8b-905422d06219 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:01:20,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b530d0b5-a2a4-45e6-9d8b-905422d06219 2018-11-09 07:01:20,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:20,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ed4c8088-f7c8-4c62-9abd-d6d7e299465d Date: Fri, 09 Nov 2018 07:01:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:20,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-ed4c8088-f7c8-4c62-9abd-d6d7e299465d 2018-11-09 07:01:20,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:20,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-df54a61b-bc19-48ea-a134-8569771f841b Date: Fri, 09 Nov 2018 07:01:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:20,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-df54a61b-bc19-48ea-a134-8569771f841b 2018-11-09 07:01:20,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:20,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6204ce8a-e39e-4675-899b-6bf22257feb9 Date: Fri, 09 Nov 2018 07:01:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:20,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-6204ce8a-e39e-4675-899b-6bf22257feb9 2018-11-09 07:01:20,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:01:20,781 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:01:20,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa7786c4bfe35df59bc9a7793dc6027535cb35ed" 2018-11-09 07:01:20,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2544bdf3-2338-4c35-a31e-8f822d1d4160 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:20,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-2544bdf3-2338-4c35-a31e-8f822d1d4160 2018-11-09 07:01:20,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:20,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f3ca8a42-2816-4c16-9299-8fd7253bd26f Date: Fri, 09 Nov 2018 07:01:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:20,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-f3ca8a42-2816-4c16-9299-8fd7253bd26f 2018-11-09 07:01:20,988 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net 2018-11-09 07:01:20,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" -d '{"port": {"network_id": "61102f99-5127-4076-8531-9da1cac59bff", "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port", "admin_state_up": true}}' 2018-11-09 07:01:21,785 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-4f6c30ab-117d-4774-b4ab-de0ebb6a4df8 Date: Fri, 09 Nov 2018 07:01:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:21Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.13"}],"id":"ae898250-d09f-437c-bcdc-49270ea9e052","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d0:d0:16","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port","project_id":"eaa3a8fe44f244bdb42f6df651318422","qos_policy_id":null,"admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:20Z","binding:vnic_type":"normal"}} 2018-11-09 07:01:21,785 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-4f6c30ab-117d-4774-b4ab-de0ebb6a4df8 2018-11-09 07:01:21,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:22,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-98acaa48-a300-43ec-8417-aff28007a785 Date: Fri, 09 Nov 2018 07:01:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:22,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-98acaa48-a300-43ec-8417-aff28007a785 2018-11-09 07:01:22,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:22,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adf13159-a963-4dee-9701-91d5cce217b6 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:22,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-adf13159-a963-4dee-9701-91d5cce217b6 2018-11-09 07:01:22,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:22,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8bfaa4fa-c847-4714-9b61-a3c4362fe9c7 Date: Fri, 09 Nov 2018 07:01:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:22,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-8bfaa4fa-c847-4714-9b61-a3c4362fe9c7 2018-11-09 07:01:22,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:22,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-3c0eae44-3b7a-4096-b4a9-73ede4c27c12 Date: Fri, 09 Nov 2018 07:01:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.13"}],"id":"ae898250-d09f-437c-bcdc-49270ea9e052","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d0:d0:16","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:20Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 07:01:22,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port&admin_state_up=True used request id req-3c0eae44-3b7a-4096-b4a9-73ede4c27c12 2018-11-09 07:01:22,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:22,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93019de6-9c1f-4ee9-982d-c2e3c2562214 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:22,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-93019de6-9c1f-4ee9-982d-c2e3c2562214 2018-11-09 07:01:22,473 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst 2018-11-09 07:01:22,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:22,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-00e22525-f4d7-426c-939c-9ee0acda79d5 x-compute-request-id: req-00e22525-f4d7-426c-939c-9ee0acda79d5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-flavor"}]} 2018-11-09 07:01:22,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-00e22525-f4d7-426c-939c-9ee0acda79d5 2018-11-09 07:01:22,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:22,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-9b3a9482-c12d-49ac-ab53-f8349ae43177 x-compute-request-id: req-9b3a9482-c12d-49ac-ab53-f8349ae43177 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:01:22,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad used request id req-9b3a9482-c12d-49ac-ab53-f8349ae43177 2018-11-09 07:01:22,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:22,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-08735869-88fb-4a0d-b7e0-60d41d0822f8 Date: Fri, 09 Nov 2018 07:01:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:01:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:01:10Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6be7ebf2-a557-4136-95cc-e2227fee1138/snap", "metadata": {}}], "self": "/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "min_disk": 0, "protected": false, "id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "file": "/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6be7ebf2-a557-4136-95cc-e2227fee1138/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image"} 2018-11-09 07:01:22,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image used request id req-08735869-88fb-4a0d-b7e0-60d41d0822f8 2018-11-09 07:01:22,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:22,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4250103b-7747-4fba-b231-1d24e2a450c9 Date: Fri, 09 Nov 2018 07:01:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:01:22,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4250103b-7747-4fba-b231-1d24e2a450c9 2018-11-09 07:01:22,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "imageRef": "6be7ebf2-a557-4136-95cc-e2227fee1138", "flavorRef": "eda31264-629f-46dd-8cb1-ab48abc706ad", "max_count": 1, "min_count": 1, "networks": [{"port": "ae898250-d09f-437c-bcdc-49270ea9e052"}]}}' 2018-11-09 07:01:24,492 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-997e47c6-712b-478f-83af-1de79af5b46d x-compute-request-id: req-997e47c6-712b-478f-83af-1de79af5b46d Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "adminPass": "Fb8QZCxpHkwr"}} 2018-11-09 07:01:24,492 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-997e47c6-712b-478f-83af-1de79af5b46d 2018-11-09 07:01:24,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:24,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-975df643-91ed-436e-9676-bb5d9f41be21 x-compute-request-id: req-975df643-91ed-436e-9676-bb5d9f41be21 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:01:24Z", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:01:24,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-975df643-91ed-436e-9676-bb5d9f41be21 2018-11-09 07:01:24,991 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst 2018-11-09 07:01:24,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:25,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2e65af0-2b1b-4f5a-926f-1143278b2ab8 x-compute-request-id: req-b2e65af0-2b1b-4f5a-926f-1143278b2ab8 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:01:24Z", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:01:25,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-b2e65af0-2b1b-4f5a-926f-1143278b2ab8 2018-11-09 07:01:25,285 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst] is - BUILD 2018-11-09 07:01:25,285 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:01:28,289 - create_instance - DEBUG - VM status query timeout in 896.702685118 2018-11-09 07:01:28,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:28,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf8437e0-a587-47ab-9fd7-fe4d3ae712a9 x-compute-request-id: req-bf8437e0-a587-47ab-9fd7-fe4d3ae712a9 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:d0:16", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:01:25Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:01:28,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-bf8437e0-a587-47ab-9fd7-fe4d3ae712a9 2018-11-09 07:01:28,948 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst] is - BUILD 2018-11-09 07:01:28,948 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:01:31,951 - create_instance - DEBUG - VM status query timeout in 893.039951086 2018-11-09 07:01:31,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:32,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01: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-22659fda-6dbf-462e-881d-3d7065ec36ee x-compute-request-id: req-22659fda-6dbf-462e-881d-3d7065ec36ee Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:d0:16", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:01:25Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:01:32,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-22659fda-6dbf-462e-881d-3d7065ec36ee 2018-11-09 07:01:32,738 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst] is - BUILD 2018-11-09 07:01:32,738 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:01:35,741 - create_instance - DEBUG - VM status query timeout in 889.250216007 2018-11-09 07:01:35,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:36,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01: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-69e0ab0d-91d4-473f-a02e-5abf15fefcd7 x-compute-request-id: req-69e0ab0d-91d4-473f-a02e-5abf15fefcd7 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:d0:16", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-09T07:01:32.000000", "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:01:32Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:01:36,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-69e0ab0d-91d4-473f-a02e-5abf15fefcd7 2018-11-09 07:01:36,781 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst] is - ACTIVE 2018-11-09 07:01:36,781 - create_instance - INFO - VM is - ACTIVE 2018-11-09 07:01:36,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:37,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01: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-3e2a4ece-46da-429d-8056-08f19a68e248 x-compute-request-id: req-3e2a4ece-46da-429d-8056-08f19a68e248 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:d0:16", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-09T07:01:32.000000", "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:01:32Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:01:37,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-3e2a4ece-46da-429d-8056-08f19a68e248 2018-11-09 07:01:37,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:37,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5dbf8ae7-d18b-40f5-a746-bb4ec54bc48c Date: Fri, 09 Nov 2018 07:01:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:37,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-5dbf8ae7-d18b-40f5-a746-bb4ec54bc48c 2018-11-09 07:01:37,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:37,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cfaf8fe-cd49-457a-b83e-dfe367902f9b 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:37,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-4cfaf8fe-cd49-457a-b83e-dfe367902f9b 2018-11-09 07:01:37,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:38,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bb6aef9d-c388-49de-a6e6-ccb41c751692 Date: Fri, 09 Nov 2018 07:01:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:38,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-bb6aef9d-c388-49de-a6e6-ccb41c751692 2018-11-09 07:01:38,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:38,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-e25967b9-8142-419b-8f57-c8ce725d43bc Date: Fri, 09 Nov 2018 07:01:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.2"}],"id":"504cf17b-04c6-4a2d-97e5-94cc094914ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:00:b7","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.3"}],"id":"8663de34-2f38-4496-9302-d59bd6c22c6c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:98:4f:e5","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.13"}],"id":"ae898250-d09f-437c-bcdc-49270ea9e052","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d0:d0:16","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:20Z","binding:vnic_type":"normal","device_id":"e79c2de8-ff91-4ee6-b724-78d30da7aee2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.4"}],"id":"cce46d04-467e-4d13-bc78-727adf406c57","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:79:fe","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-61102f99-5127-4076-8531-9da1cac59bff"}]} 2018-11-09 07:01:38,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-e25967b9-8142-419b-8f57-c8ce725d43bc 2018-11-09 07:01:38,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:01:38,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:01:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["dxL4qL1aTribNZoGk90k3w"], "issued_at": "2018-11-09T07:01:38.000000Z"}} 2018-11-09 07:01:38,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:38,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c936325-1d79-46ce-8c87-ad5dcad47b7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:01:38,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4c936325-1d79-46ce-8c87-ad5dcad47b7b 2018-11-09 07:01:38,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:39,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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,Accept-Encoding x-openstack-request-id: req-a40b2ee6-4913-45e3-8575-162459c639bb x-compute-request-id: req-a40b2ee6-4913-45e3-8575-162459c639bb Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:d0:16", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-09T07:01:32.000000", "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:01:32Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:01:39,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-a40b2ee6-4913-45e3-8575-162459c639bb 2018-11-09 07:01:39,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:39,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0a216541-82c4-4fb8-8e63-6375b343c5f6 Date: Fri, 09 Nov 2018 07:01:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:39,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-0a216541-82c4-4fb8-8e63-6375b343c5f6 2018-11-09 07:01:39,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:39,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b7c9b4a-c157-45bc-8b54-2fb19a75b008 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:39,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-2b7c9b4a-c157-45bc-8b54-2fb19a75b008 2018-11-09 07:01:39,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:39,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fa00fd94-95a8-4d7c-9259-8b1bd14984df Date: Fri, 09 Nov 2018 07:01:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:39,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-fa00fd94-95a8-4d7c-9259-8b1bd14984df 2018-11-09 07:01:39,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:39,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-156a8889-9dea-4cae-aeca-949df844e75f Date: Fri, 09 Nov 2018 07:01:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.2"}],"id":"504cf17b-04c6-4a2d-97e5-94cc094914ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:00:b7","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.3"}],"id":"8663de34-2f38-4496-9302-d59bd6c22c6c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:98:4f:e5","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.13"}],"id":"ae898250-d09f-437c-bcdc-49270ea9e052","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d0:d0:16","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:20Z","binding:vnic_type":"normal","device_id":"e79c2de8-ff91-4ee6-b724-78d30da7aee2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.4"}],"id":"cce46d04-467e-4d13-bc78-727adf406c57","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:79:fe","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-61102f99-5127-4076-8531-9da1cac59bff"}]} 2018-11-09 07:01:39,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-156a8889-9dea-4cae-aeca-949df844e75f 2018-11-09 07:01:39,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" -d '{"volumeAttachment": {"volumeId": "79b83690-ea6c-4d65-8832-246805208d64"}}' 2018-11-09 07:01:41,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-ea43c714-125c-4a2a-9058-b15af738d11a x-compute-request-id: req-ea43c714-125c-4a2a-9058-b15af738d11a Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "id": "79b83690-ea6c-4d65-8832-246805208d64", "volumeId": "79b83690-ea6c-4d65-8832-246805208d64"}} 2018-11-09 07:01:41,922 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2/os-volume_attachments used request id req-ea43c714-125c-4a2a-9058-b15af738d11a 2018-11-09 07:01:41,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:42,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5f181e7-c5dc-4dec-9c51-d5780663a225 x-compute-request-id: req-d5f181e7-c5dc-4dec-9c51-d5780663a225 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:d0:16", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-09T07:01:32.000000", "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:01:32Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "79b83690-ea6c-4d65-8832-246805208d64"}], "metadata": {}}} 2018-11-09 07:01:42,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-d5f181e7-c5dc-4dec-9c51-d5780663a225 2018-11-09 07:01:42,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:42,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f80b318e-4023-43d7-a76b-78a42400c69e Date: Fri, 09 Nov 2018 07:01:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:42,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-f80b318e-4023-43d7-a76b-78a42400c69e 2018-11-09 07:01:42,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:01:42,814 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:01:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:01:42,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:42,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d26a1db6-e442-490b-ba80-b94730e0c773 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:42,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-d26a1db6-e442-490b-ba80-b94730e0c773 2018-11-09 07:01:42,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:43,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f6782f16-f9c9-43bb-9edf-cafd3bef6f6d Date: Fri, 09 Nov 2018 07:01:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:43,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-f6782f16-f9c9-43bb-9edf-cafd3bef6f6d 2018-11-09 07:01:43,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:43,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-9388103b-3598-42c4-b4b5-53acfdc7e6eb Date: Fri, 09 Nov 2018 07:01:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.2"}],"id":"504cf17b-04c6-4a2d-97e5-94cc094914ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:00:b7","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.3"}],"id":"8663de34-2f38-4496-9302-d59bd6c22c6c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:98:4f:e5","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.13"}],"id":"ae898250-d09f-437c-bcdc-49270ea9e052","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d0:d0:16","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:20Z","binding:vnic_type":"normal","device_id":"e79c2de8-ff91-4ee6-b724-78d30da7aee2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.4"}],"id":"cce46d04-467e-4d13-bc78-727adf406c57","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:79:fe","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-61102f99-5127-4076-8531-9da1cac59bff"}]} 2018-11-09 07:01:43,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-9388103b-3598-42c4-b4b5-53acfdc7e6eb 2018-11-09 07:01:43,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:43,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9000d5-354a-4d9a-a07f-e075a6780c55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:01:43,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4f9000d5-354a-4d9a-a07f-e075a6780c55 2018-11-09 07:01:43,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:43,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d76bbb6c-626b-446a-8eb9-75354b62d836 x-compute-request-id: req-d76bbb6c-626b-446a-8eb9-75354b62d836 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:d0:16", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-09T07:01:32.000000", "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:01:32Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "79b83690-ea6c-4d65-8832-246805208d64"}], "metadata": {}}} 2018-11-09 07:01:43,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-d76bbb6c-626b-446a-8eb9-75354b62d836 2018-11-09 07:01:43,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:43,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b39baa84-3fa5-4c79-97b0-df5d3c57f786 Date: Fri, 09 Nov 2018 07:01:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:43,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-b39baa84-3fa5-4c79-97b0-df5d3c57f786 2018-11-09 07:01:43,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:44,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ce7f55-cf49-4128-b679-31a27b71129b 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:44,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-73ce7f55-cf49-4128-b679-31a27b71129b 2018-11-09 07:01:44,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:44,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aaf7d4f7-b88d-438b-8e68-ed15d060c399 Date: Fri, 09 Nov 2018 07:01:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:44,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-aaf7d4f7-b88d-438b-8e68-ed15d060c399 2018-11-09 07:01:44,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:44,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-d00a76d3-1b71-458e-8784-c1d799963491 Date: Fri, 09 Nov 2018 07:01:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.2"}],"id":"504cf17b-04c6-4a2d-97e5-94cc094914ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:00:b7","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.3"}],"id":"8663de34-2f38-4496-9302-d59bd6c22c6c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:98:4f:e5","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.13"}],"id":"ae898250-d09f-437c-bcdc-49270ea9e052","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d0:d0:16","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:20Z","binding:vnic_type":"normal","device_id":"e79c2de8-ff91-4ee6-b724-78d30da7aee2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.4"}],"id":"cce46d04-467e-4d13-bc78-727adf406c57","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:79:fe","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-61102f99-5127-4076-8531-9da1cac59bff"}]} 2018-11-09 07:01:44,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-d00a76d3-1b71-458e-8784-c1d799963491 2018-11-09 07:01:44,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:44,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a1bed1d-0a61-44f5-a2a3-e5fdf49dee3d x-compute-request-id: req-4a1bed1d-0a61-44f5-a2a3-e5fdf49dee3d Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:d0:16", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-09T07:01:32.000000", "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:01:43Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "79b83690-ea6c-4d65-8832-246805208d64"}], "metadata": {}}} 2018-11-09 07:01:44,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-4a1bed1d-0a61-44f5-a2a3-e5fdf49dee3d 2018-11-09 07:01:44,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:44,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-682306cd-3348-488d-8a59-1709354e3188 Date: Fri, 09 Nov 2018 07:01:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:44,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-682306cd-3348-488d-8a59-1709354e3188 2018-11-09 07:01:44,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:45,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1acc833-357c-4465-9b48-068bd8bb25d2 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:45,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-e1acc833-357c-4465-9b48-068bd8bb25d2 2018-11-09 07:01:45,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:45,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-05b2b1cd-b938-47fa-9b68-d8012a33edc8 Date: Fri, 09 Nov 2018 07:01:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:45,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-05b2b1cd-b938-47fa-9b68-d8012a33edc8 2018-11-09 07:01:45,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:45,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-3911afdd-3716-4962-a8b2-d059b512f1f5 Date: Fri, 09 Nov 2018 07:01:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.2"}],"id":"504cf17b-04c6-4a2d-97e5-94cc094914ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:00:b7","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.3"}],"id":"8663de34-2f38-4496-9302-d59bd6c22c6c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:98:4f:e5","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.13"}],"id":"ae898250-d09f-437c-bcdc-49270ea9e052","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d0:d0:16","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:20Z","binding:vnic_type":"normal","device_id":"e79c2de8-ff91-4ee6-b724-78d30da7aee2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.4"}],"id":"cce46d04-467e-4d13-bc78-727adf406c57","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:79:fe","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-61102f99-5127-4076-8531-9da1cac59bff"}]} 2018-11-09 07:01:45,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-3911afdd-3716-4962-a8b2-d059b512f1f5 2018-11-09 07:01:45,288 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:46,047 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:44 GMT Server: Apache x-compute-request-id: req-4c9b11b1-91e9-4833-bc03-13e39d77c512 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c9b11b1-91e9-4833-bc03-13e39d77c512 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "attachment_id": "2be805d0-4e74-4a2c-b8a0-0f4eb838e3f6", "attached_at": "2018-11-09T07:01:44.000000", "host_name": null, "volume_id": "79b83690-ea6c-4d65-8832-246805208d64", "device": "/dev/vdb", "id": "79b83690-ea6c-4d65-8832-246805208d64"}], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:01:44.000000", "replication_status": null, "snapshot_id": null, "id": "79b83690-ea6c-4d65-8832-246805208d64", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d", "bootable": "false", "created_at": "2018-11-09T07:01:15.000000", "volume_type": null}} 2018-11-09 07:01:46,047 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 used request id req-4c9b11b1-91e9-4833-bc03-13e39d77c512 2018-11-09 07:01:46,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:46,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05634976-f430-4df0-95cd-847a38ed188d x-compute-request-id: req-05634976-f430-4df0-95cd-847a38ed188d Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:d0:16", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-09T07:01:32.000000", "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:01:43Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "79b83690-ea6c-4d65-8832-246805208d64"}], "metadata": {}}} 2018-11-09 07:01:46,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-05634976-f430-4df0-95cd-847a38ed188d 2018-11-09 07:01:46,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:46,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0415ed34-f2a7-43d0-976e-f198090847ca Date: Fri, 09 Nov 2018 07:01:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"61102f99-5127-4076-8531-9da1cac59bff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["a4ddfae5-9647-48eb-a205-716a26716aec"],"description":"","tags":[],"updated_at":"2018-11-09T07:01:13Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:12Z","provider:network_type":"vxlan"}]} 2018-11-09 07:01:46,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net used request id req-0415ed34-f2a7-43d0-976e-f198090847ca 2018-11-09 07:01:46,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:46,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97936fa2-2eda-4dbb-a151-61ab6f693a8a 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:01:46,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-97936fa2-2eda-4dbb-a151-61ab6f693a8a 2018-11-09 07:01:46,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:46,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b6dd9a82-3a26-4e4b-a88d-2edc84b3ecbd Date: Fri, 09 Nov 2018 07:01:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","dns_nameservers":[],"updated_at":"2018-11-09T07:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eaa3a8fe44f244bdb42f6df651318422","id":"a4ddfae5-9647-48eb-a205-716a26716aec","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet"}]} 2018-11-09 07:01:46,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-b6dd9a82-3a26-4e4b-a88d-2edc84b3ecbd 2018-11-09 07:01:46,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:46,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-7d95f21d-fb2c-4964-b60c-9a562afb856e Date: Fri, 09 Nov 2018 07:01:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.2"}],"id":"504cf17b-04c6-4a2d-97e5-94cc094914ff","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:00:b7","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.3"}],"id":"8663de34-2f38-4496-9302-d59bd6c22c6c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:98:4f:e5","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-61102f99-5127-4076-8531-9da1cac59bff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.13"}],"id":"ae898250-d09f-437c-bcdc-49270ea9e052","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d0:d0:16","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:20Z","binding:vnic_type":"normal","device_id":"e79c2de8-ff91-4ee6-b724-78d30da7aee2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:01:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4ddfae5-9647-48eb-a205-716a26716aec","ip_address":"10.55.0.4"}],"id":"cce46d04-467e-4d13-bc78-727adf406c57","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:79:fe","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61102f99-5127-4076-8531-9da1cac59bff","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:01:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-61102f99-5127-4076-8531-9da1cac59bff"}]} 2018-11-09 07:01:46,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=61102f99-5127-4076-8531-9da1cac59bff used request id req-7d95f21d-fb2c-4964-b60c-9a562afb856e 2018-11-09 07:01:47,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2/os-volume_attachments/79b83690-ea6c-4d65-8832-246805208d64 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0200b3cbd2dec3b9e0c12d5dd7227016436ef8" 2018-11-09 07:01:48,869 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:01:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d27dfdd8-e091-4a11-9df4-5525539500e4 x-compute-request-id: req-d27dfdd8-e091-4a11-9df4-5525539500e4 Content-Length: 0 Content-Type: application/json 2018-11-09 07:01:48,869 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2/os-volume_attachments/79b83690-ea6c-4d65-8832-246805208d64 used request id req-d27dfdd8-e091-4a11-9df4-5525539500e4 2018-11-09 07:01:48,869 - create_instance - INFO - Deleting Port with ID - ae898250-d09f-437c-bcdc-49270ea9e052 2018-11-09 07:01:48,869 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-port 2018-11-09 07:01:48,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/ae898250-d09f-437c-bcdc-49270ea9e052 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:49,354 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1cb28393-a312-4cdc-9d38-c7b3929556d3 Date: Fri, 09 Nov 2018 07:01:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:01:49,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/ae898250-d09f-437c-bcdc-49270ea9e052 used request id req-1cb28393-a312-4cdc-9d38-c7b3929556d3 2018-11-09 07:01:49,354 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst 2018-11-09 07:01:49,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:49,675 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:01:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b11db25-2fd0-4a59-aedf-b20a8e77e4b4 x-compute-request-id: req-7b11db25-2fd0-4a59-aedf-b20a8e77e4b4 Content-Type: application/json 2018-11-09 07:01:49,675 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-7b11db25-2fd0-4a59-aedf-b20a8e77e4b4 2018-11-09 07:01:49,675 - create_instance - INFO - Checking deletion status 2018-11-09 07:01:49,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:49,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74633cd0-096f-4422-9e7c-f189fd91bda1 x-compute-request-id: req-74633cd0-096f-4422-9e7c-f189fd91bda1 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-09T07:01:32.000000", "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:01:49Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [{"id": "79b83690-ea6c-4d65-8832-246805208d64"}], "metadata": {}}} 2018-11-09 07:01:49,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-74633cd0-096f-4422-9e7c-f189fd91bda1 2018-11-09 07:01:49,928 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst] is - ACTIVE 2018-11-09 07:01:49,928 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:01:52,931 - create_instance - DEBUG - VM status query timeout in 296.744424105 2018-11-09 07:01:52,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:53,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01: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-d3fd2651-fcf0-496a-8a91-b0c532196352 x-compute-request-id: req-d3fd2651-fcf0-496a-8a91-b0c532196352 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-09T07:01:32.000000", "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:01:49Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:01:53,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-d3fd2651-fcf0-496a-8a91-b0c532196352 2018-11-09 07:01:53,327 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst] is - ACTIVE 2018-11-09 07:01:53,327 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:01:56,331 - create_instance - DEBUG - VM status query timeout in 293.344915152 2018-11-09 07:01:56,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:01:57,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:01:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63991c47-bdff-40c4-b198-bc151411caa4 x-compute-request-id: req-63991c47-bdff-40c4-b198-bc151411caa4 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2", "rel": "bookmark"}], "image": {"id": "6be7ebf2-a557-4136-95cc-e2227fee1138", "links": [{"href": "http://172.30.9.27:8774/images/6be7ebf2-a557-4136-95cc-e2227fee1138", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-09T07:01:32.000000", "flavor": {"id": "eda31264-629f-46dd-8cb1-ab48abc706ad", "links": [{"href": "http://172.30.9.27:8774/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad", "rel": "bookmark"}]}, "id": "e79c2de8-ff91-4ee6-b724-78d30da7aee2", "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:01:55Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst", "created": "2018-11-09T07:01:24Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:01:57,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-63991c47-bdff-40c4-b198-bc151411caa4 2018-11-09 07:01:57,026 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst] is - ACTIVE 2018-11-09 07:01:57,026 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:02:00,029 - create_instance - DEBUG - VM status query timeout in 289.646533012 2018-11-09 07:02:00,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}988f06167fa614752978bf7405b9f1c6b26fe463" 2018-11-09 07:02:00,076 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:01:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-afb2839c-f274-4d15-8628-b28682143d74 x-compute-request-id: req-afb2839c-f274-4d15-8628-b28682143d74 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e79c2de8-ff91-4ee6-b724-78d30da7aee2 could not be found.", "code": 404}} 2018-11-09 07:02:00,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e79c2de8-ff91-4ee6-b724-78d30da7aee2 used request id req-afb2839c-f274-4d15-8628-b28682143d74 2018-11-09 07:02:00,076 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e79c2de8-ff91-4ee6-b724-78d30da7aee2 could not be found. (HTTP 404) (Request-ID: req-afb2839c-f274-4d15-8628-b28682143d74) 2018-11-09 07:02:00,077 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-vm_inst 2018-11-09 07:02:00,080 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56bf122a-fb05-48c0-b3cc-8f9db021673a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea87e657fe2aac5cf32b0f5dfc39b63f081437ff" 2018-11-09 07:02:00,277 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:00 GMT Server: Apache x-compute-request-id: req-7f859120-dd22-4f10-9f23-a9c20fb2f20a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7f859120-dd22-4f10-9f23-a9c20fb2f20a Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:01:57.000000", "replication_status": null, "snapshot_id": null, "id": "79b83690-ea6c-4d65-8832-246805208d64", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-764b14cb-d8c4-4d27-ac2a-7c6261727d7d", "bootable": "false", "created_at": "2018-11-09T07:01:15.000000", "volume_type": null}} 2018-11-09 07:02:00,278 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 used request id req-7f859120-dd22-4f10-9f23-a9c20fb2f20a 2018-11-09 07:02:00,278 - create_volume - DEBUG - Instance status is - available 2018-11-09 07:02:00,278 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d 2018-11-09 07:02:00,278 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d 2018-11-09 07:02:00,281 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56bf122a-fb05-48c0-b3cc-8f9db021673a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea87e657fe2aac5cf32b0f5dfc39b63f081437ff" 2018-11-09 07:02:01,027 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:02:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-931ea8b8-1fef-4357-998b-89959358e81f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:02:01,027 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 used request id req-931ea8b8-1fef-4357-998b-89959358e81f 2018-11-09 07:02:01,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56bf122a-fb05-48c0-b3cc-8f9db021673a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea87e657fe2aac5cf32b0f5dfc39b63f081437ff" 2018-11-09 07:02:01,741 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:02:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1d7803be-2a49-442b-bc8e-8a24d7b6292d x-openstack-request-id: req-1d7803be-2a49-442b-bc8e-8a24d7b6292d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 79b83690-ea6c-4d65-8832-246805208d64 could not be found.", "code": 404}} 2018-11-09 07:02:01,741 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/79b83690-ea6c-4d65-8832-246805208d64 used request id req-1d7803be-2a49-442b-bc8e-8a24d7b6292d 2018-11-09 07:02:01,741 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 79b83690-ea6c-4d65-8832-246805208d64 could not be found. (HTTP 404) (Request-ID: req-1d7803be-2a49-442b-bc8e-8a24d7b6292d) 2018-11-09 07:02:01,741 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d 2018-11-09 07:02:01,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a691fdf770b87ab7d1816be24bd97391d34cd5" 2018-11-09 07:02:01,798 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:02: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-007386d7-b952-4b8f-9b59-3076f6f67449 x-compute-request-id: req-007386d7-b952-4b8f-9b59-3076f6f67449 Content-Length: 0 Content-Type: application/json 2018-11-09 07:02:01,798 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/eda31264-629f-46dd-8cb1-ab48abc706ad used request id req-007386d7-b952-4b8f-9b59-3076f6f67449 2018-11-09 07:02:01,799 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet 2018-11-09 07:02:01,799 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-subnet 2018-11-09 07:02:01,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/a4ddfae5-9647-48eb-a205-716a26716aec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f561671569dd58470f16505a24f08bdec87fc6eb" 2018-11-09 07:02:03,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3639928-55f7-47aa-b1aa-b0ab41b13997 Date: Fri, 09 Nov 2018 07:02:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:02:03,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a4ddfae5-9647-48eb-a205-716a26716aec used request id req-a3639928-55f7-47aa-b1aa-b0ab41b13997 2018-11-09 07:02:03,995 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-net 2018-11-09 07:02:04,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/61102f99-5127-4076-8531-9da1cac59bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f561671569dd58470f16505a24f08bdec87fc6eb" 2018-11-09 07:02:05,270 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-777d22c7-b934-47d6-8906-ddc8b47326c1 Date: Fri, 09 Nov 2018 07:02:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:02:05,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/61102f99-5127-4076-8531-9da1cac59bff used request id req-777d22c7-b934-47d6-8906-ddc8b47326c1 2018-11-09 07:02:05,271 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-764b14cb-d8c4-4d27-ac2a-7c6261727d7d-image 2018-11-09 07:02:05,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5e09270d81b9b7de4c3cc3fdb6d2f6da2face73" 2018-11-09 07:02:07,014 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3bcb3ca2-ca3e-41a9-953f-3216faec6248 Date: Fri, 09 Nov 2018 07:02:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:02:07,014 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6be7ebf2-a557-4136-95cc-e2227fee1138 used request id req-3bcb3ca2-ca3e-41a9-953f-3216faec6248 2018-11-09 07:02:07,016 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:07,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:02:07,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:07,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["jU0qci56RzecsToj-QhmGA"], "issued_at": "2018-11-09T07:02:07.000000Z"}} 2018-11-09 07:02:07,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb852175fd609cfb4b7ba7aa211f05929835efd" 2018-11-09 07:02:07,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-454621eb-5a63-40c9-bdf9-dda321b4b7c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:07,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-454621eb-5a63-40c9-bdf9-dda321b4b7c1 2018-11-09 07:02:07,498 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:07,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb852175fd609cfb4b7ba7aa211f05929835efd" 2018-11-09 07:02:07,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-9e1c47c4-ba32-486f-ade4-ddbf39805064 x-compute-request-id: req-9e1c47c4-ba32-486f-ade4-ddbf39805064 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:02:07,689 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9e1c47c4-ba32-486f-ade4-ddbf39805064 2018-11-09 07:02:07,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb852175fd609cfb4b7ba7aa211f05929835efd" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-b4193948-d3d9-45b0-9d05-bb9b1cb892ccname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-09 07:02:07,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-b752acd4-eb94-4f1b-bbeb-91bd410243cf x-compute-request-id: req-b752acd4-eb94-4f1b-bbeb-91bd410243cf Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4aaddc21-5b99-4a40-af54-c709b114f2b8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4aaddc21-5b99-4a40-af54-c709b114f2b8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4aaddc21-5b99-4a40-af54-c709b114f2b8", "name": "CreateFlavorTests-b4193948-d3d9-45b0-9d05-bb9b1cb892ccname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:07,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b752acd4-eb94-4f1b-bbeb-91bd410243cf 2018-11-09 07:02:07,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:08,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["tCW3sCosQr2Ai02HJmW5Yw"], "issued_at": "2018-11-09T07:02:08.000000Z"}} 2018-11-09 07:02:08,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/4aaddc21-5b99-4a40-af54-c709b114f2b8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8555bf43276bd29355a363615e097f933e01648" 2018-11-09 07:02:08,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c76f83da-ae93-4589-8490-4164343529b4 x-compute-request-id: req-c76f83da-ae93-4589-8490-4164343529b4 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4aaddc21-5b99-4a40-af54-c709b114f2b8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4aaddc21-5b99-4a40-af54-c709b114f2b8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4aaddc21-5b99-4a40-af54-c709b114f2b8", "name": "CreateFlavorTests-b4193948-d3d9-45b0-9d05-bb9b1cb892ccname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:08,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/4aaddc21-5b99-4a40-af54-c709b114f2b8 used request id req-c76f83da-ae93-4589-8490-4164343529b4 2018-11-09 07:02:08,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/4aaddc21-5b99-4a40-af54-c709b114f2b8/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8555bf43276bd29355a363615e097f933e01648" 2018-11-09 07:02:08,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-243c98d0-82f2-4deb-89b5-d837350d3937 x-compute-request-id: req-243c98d0-82f2-4deb-89b5-d837350d3937 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:02:08,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/4aaddc21-5b99-4a40-af54-c709b114f2b8/os-extra_specs used request id req-243c98d0-82f2-4deb-89b5-d837350d3937 2018-11-09 07:02:08,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/4aaddc21-5b99-4a40-af54-c709b114f2b8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb852175fd609cfb4b7ba7aa211f05929835efd" 2018-11-09 07:02:08,393 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:02: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-855038f4-7e0c-4ed9-afc0-bb7f5b49abca x-compute-request-id: req-855038f4-7e0c-4ed9-afc0-bb7f5b49abca Content-Length: 0 Content-Type: application/json 2018-11-09 07:02:08,393 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/4aaddc21-5b99-4a40-af54-c709b114f2b8 used request id req-855038f4-7e0c-4ed9-afc0-bb7f5b49abca 2018-11-09 07:02:08,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8555bf43276bd29355a363615e097f933e01648" 2018-11-09 07:02:08,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dca7224f-8fa6-439a-989f-4fdf9db9f03f x-compute-request-id: req-dca7224f-8fa6-439a-989f-4fdf9db9f03f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:02:08,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-dca7224f-8fa6-439a-989f-4fdf9db9f03f 2018-11-09 07:02:08,423 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:08,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:02:08,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:08,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["d518P_jVQH-hh2NHjb96RA"], "issued_at": "2018-11-09T07:02:08.000000Z"}} 2018-11-09 07:02:08,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd14a53e5a4dc0c64d0332233511168884d5755" 2018-11-09 07:02:08,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff4e75e-de78-4ad9-b93c-7a6b28365b2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:08,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0ff4e75e-de78-4ad9-b93c-7a6b28365b2b 2018-11-09 07:02:08,895 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:08,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd14a53e5a4dc0c64d0332233511168884d5755" 2018-11-09 07:02:09,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e755ce3b-7111-445f-9b36-ca52b41454da x-compute-request-id: req-e755ce3b-7111-445f-9b36-ca52b41454da Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:02:09,205 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e755ce3b-7111-445f-9b36-ca52b41454da 2018-11-09 07:02:09,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd14a53e5a4dc0c64d0332233511168884d5755" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-dc14b361-f6f3-433f-b4eb-dd9e57d5e3adname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-09 07:02:09,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-642303f1-0327-4d40-97d6-64d271147b3f x-compute-request-id: req-642303f1-0327-4d40-97d6-64d271147b3f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ac5c6d4c-c995-4478-8614-c56783fc1637", "name": "CreateFlavorTests-dc14b361-f6f3-433f-b4eb-dd9e57d5e3adname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:09,271 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-642303f1-0327-4d40-97d6-64d271147b3f 2018-11-09 07:02:09,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:09,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["RkJ20WqrSCuyBBSfTIdQaA"], "issued_at": "2018-11-09T07:02:09.000000Z"}} 2018-11-09 07:02:09,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}690fed4fb8833c35b83e20415f09c17bbd35c5a7" 2018-11-09 07:02:09,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-019d593a-b489-40ff-9dcc-c70b6db40396 x-compute-request-id: req-019d593a-b489-40ff-9dcc-c70b6db40396 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ac5c6d4c-c995-4478-8614-c56783fc1637", "name": "CreateFlavorTests-dc14b361-f6f3-433f-b4eb-dd9e57d5e3adname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:09,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637 used request id req-019d593a-b489-40ff-9dcc-c70b6db40396 2018-11-09 07:02:09,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}690fed4fb8833c35b83e20415f09c17bbd35c5a7" 2018-11-09 07:02:09,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-79ea75f3-3a39-4292-921a-9b30c320d788 x-compute-request-id: req-79ea75f3-3a39-4292-921a-9b30c320d788 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:02:09,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637/os-extra_specs used request id req-79ea75f3-3a39-4292-921a-9b30c320d788 2018-11-09 07:02:09,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}690fed4fb8833c35b83e20415f09c17bbd35c5a7" 2018-11-09 07:02:09,895 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-57b0d5e7-48b1-415d-b3c3-f004dfdea447 x-compute-request-id: req-57b0d5e7-48b1-415d-b3c3-f004dfdea447 Content-Length: 0 Content-Type: application/json 2018-11-09 07:02:09,895 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637 used request id req-57b0d5e7-48b1-415d-b3c3-f004dfdea447 2018-11-09 07:02:09,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}690fed4fb8833c35b83e20415f09c17bbd35c5a7" 2018-11-09 07:02:09,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e5b9b105-07ca-48ff-a3b4-d64aec4ac16d x-compute-request-id: req-e5b9b105-07ca-48ff-a3b4-d64aec4ac16d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:02:09,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e5b9b105-07ca-48ff-a3b4-d64aec4ac16d 2018-11-09 07:02:09,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd14a53e5a4dc0c64d0332233511168884d5755" 2018-11-09 07:02:09,950 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06fb774c-0d6b-4d81-8e6f-f57268c1f096 x-compute-request-id: req-06fb774c-0d6b-4d81-8e6f-f57268c1f096 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor ac5c6d4c-c995-4478-8614-c56783fc1637 could not be found.", "code": 404}} 2018-11-09 07:02:09,951 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ac5c6d4c-c995-4478-8614-c56783fc1637 used request id req-06fb774c-0d6b-4d81-8e6f-f57268c1f096 2018-11-09 07:02:09,952 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:09,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:02:09,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:10,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["r1zL9zFcTzyUkXOeG8MRRQ"], "issued_at": "2018-11-09T07:02:10.000000Z"}} 2018-11-09 07:02:10,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779192720717f6758de2eb320e69080dc7f12fdc" 2018-11-09 07:02:10,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba7a6aad-ecb4-40ce-8fc5-931c73217101 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:10,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ba7a6aad-ecb4-40ce-8fc5-931c73217101 2018-11-09 07:02:10,434 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:10,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779192720717f6758de2eb320e69080dc7f12fdc" 2018-11-09 07:02:10,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-d11a3010-70e7-4277-b9d0-d000cdc6208e x-compute-request-id: req-d11a3010-70e7-4277-b9d0-d000cdc6208e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:02:10,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d11a3010-70e7-4277-b9d0-d000cdc6208e 2018-11-09 07:02:10,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779192720717f6758de2eb320e69080dc7f12fdc" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-4b445611-7908-4f19-8fce-38faf928cbb1name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-09 07:02:10,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-7b753b36-2413-44cc-a675-108025e276dd x-compute-request-id: req-7b753b36-2413-44cc-a675-108025e276dd Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/7c41dc97-a090-45fb-a5a4-7ba919338df8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/7c41dc97-a090-45fb-a5a4-7ba919338df8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7c41dc97-a090-45fb-a5a4-7ba919338df8", "name": "CreateFlavorTests-4b445611-7908-4f19-8fce-38faf928cbb1name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:10,690 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7b753b36-2413-44cc-a675-108025e276dd 2018-11-09 07:02:10,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:11,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["B9gfA7yCRsyUJwVvKJvY3Q"], "issued_at": "2018-11-09T07:02:11.000000Z"}} 2018-11-09 07:02:11,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/7c41dc97-a090-45fb-a5a4-7ba919338df8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15b71edef8996552f032658db601eea5b50a44e3" 2018-11-09 07:02:11,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-236c7d5e-e477-40ef-84d8-ba57feb3998b x-compute-request-id: req-236c7d5e-e477-40ef-84d8-ba57feb3998b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/7c41dc97-a090-45fb-a5a4-7ba919338df8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/7c41dc97-a090-45fb-a5a4-7ba919338df8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7c41dc97-a090-45fb-a5a4-7ba919338df8", "name": "CreateFlavorTests-4b445611-7908-4f19-8fce-38faf928cbb1name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:11,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/7c41dc97-a090-45fb-a5a4-7ba919338df8 used request id req-236c7d5e-e477-40ef-84d8-ba57feb3998b 2018-11-09 07:02:11,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/7c41dc97-a090-45fb-a5a4-7ba919338df8/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15b71edef8996552f032658db601eea5b50a44e3" 2018-11-09 07:02:11,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50ed912a-acf1-4366-964c-cece8e6cfd6b x-compute-request-id: req-50ed912a-acf1-4366-964c-cece8e6cfd6b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:02:11,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/7c41dc97-a090-45fb-a5a4-7ba919338df8/os-extra_specs used request id req-50ed912a-acf1-4366-964c-cece8e6cfd6b 2018-11-09 07:02:11,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/7c41dc97-a090-45fb-a5a4-7ba919338df8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779192720717f6758de2eb320e69080dc7f12fdc" 2018-11-09 07:02:11,796 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:02:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ff8a915-fb56-48e1-a818-86431f096fae x-compute-request-id: req-6ff8a915-fb56-48e1-a818-86431f096fae Content-Length: 0 Content-Type: application/json 2018-11-09 07:02:11,797 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/7c41dc97-a090-45fb-a5a4-7ba919338df8 used request id req-6ff8a915-fb56-48e1-a818-86431f096fae 2018-11-09 07:02:11,798 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:11,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:02:11,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:12,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["YyJTfElrT7qMPyfFTsy9Hw"], "issued_at": "2018-11-09T07:02:12.000000Z"}} 2018-11-09 07:02:12,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6c841dc5c86105c0e2cf007883772ce4fbe4a7" 2018-11-09 07:02:12,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e330d3dd-ef38-4ba0-bf68-154012d312bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:12,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e330d3dd-ef38-4ba0-bf68-154012d312bb 2018-11-09 07:02:12,262 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:12,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6c841dc5c86105c0e2cf007883772ce4fbe4a7" 2018-11-09 07:02:12,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-b3581a90-3bc1-4c64-a971-26e89c42f29e x-compute-request-id: req-b3581a90-3bc1-4c64-a971-26e89c42f29e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:02:12,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b3581a90-3bc1-4c64-a971-26e89c42f29e 2018-11-09 07:02:12,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6c841dc5c86105c0e2cf007883772ce4fbe4a7" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-f412beff-3e9e-4c02-b3dc-2e07e49ccc04name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-11-09 07:02:12,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-39b79ad1-909d-4f0e-8b48-a4c8596710a4 x-compute-request-id: req-39b79ad1-909d-4f0e-8b48-a4c8596710a4 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "817e96a9-5852-4c1a-907d-ee7c4f68d7be", "name": "CreateFlavorTests-f412beff-3e9e-4c02-b3dc-2e07e49ccc04name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-11-09 07:02:12,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-39b79ad1-909d-4f0e-8b48-a4c8596710a4 2018-11-09 07:02:12,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:12,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["kMzmxEhoQPKGiBPsYLbf7Q"], "issued_at": "2018-11-09T07:02:12.000000Z"}} 2018-11-09 07:02:12,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}283b8a8fdd47e6a0d2d7b85633abbafc970b1092" 2018-11-09 07:02:13,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-89bebe1c-9780-4e90-b29f-9ca75e4a533f x-compute-request-id: req-89bebe1c-9780-4e90-b29f-9ca75e4a533f Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "817e96a9-5852-4c1a-907d-ee7c4f68d7be", "name": "CreateFlavorTests-f412beff-3e9e-4c02-b3dc-2e07e49ccc04name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-11-09 07:02:13,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be used request id req-89bebe1c-9780-4e90-b29f-9ca75e4a533f 2018-11-09 07:02:13,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}283b8a8fdd47e6a0d2d7b85633abbafc970b1092" 2018-11-09 07:02:13,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-e0b8ce25-2b44-45f6-8b5c-cc0a9822f594 x-compute-request-id: req-e0b8ce25-2b44-45f6-8b5c-cc0a9822f594 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:02:13,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be/os-extra_specs used request id req-e0b8ce25-2b44-45f6-8b5c-cc0a9822f594 2018-11-09 07:02:13,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}283b8a8fdd47e6a0d2d7b85633abbafc970b1092" 2018-11-09 07:02:13,112 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:02: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-8fecd7c3-eaff-46be-b2b6-2313abc5ba90 x-compute-request-id: req-8fecd7c3-eaff-46be-b2b6-2313abc5ba90 Content-Length: 0 Content-Type: application/json 2018-11-09 07:02:13,112 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be used request id req-8fecd7c3-eaff-46be-b2b6-2313abc5ba90 2018-11-09 07:02:13,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}283b8a8fdd47e6a0d2d7b85633abbafc970b1092" 2018-11-09 07:02:13,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-10772109-2490-4901-ad75-00ea28e0b9d7 x-compute-request-id: req-10772109-2490-4901-ad75-00ea28e0b9d7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:02:13,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-10772109-2490-4901-ad75-00ea28e0b9d7 2018-11-09 07:02:13,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b6c841dc5c86105c0e2cf007883772ce4fbe4a7" 2018-11-09 07:02:13,164 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:02: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-11c13a64-dd69-44a1-ae49-bdc5c040ad63 x-compute-request-id: req-11c13a64-dd69-44a1-ae49-bdc5c040ad63 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 817e96a9-5852-4c1a-907d-ee7c4f68d7be could not be found.", "code": 404}} 2018-11-09 07:02:13,164 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/817e96a9-5852-4c1a-907d-ee7c4f68d7be used request id req-11c13a64-dd69-44a1-ae49-bdc5c040ad63 2018-11-09 07:02:13,165 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:13,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:02:13,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:13,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["2XvH5VKxQamTYPdyFwlWSw"], "issued_at": "2018-11-09T07:02:13.000000Z"}} 2018-11-09 07:02:13,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb192d7f061b1ebc68a8e1f7954fb234b14bef4" 2018-11-09 07:02:13,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa15ae71-adf6-473f-8c4c-315a46a2b01c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:13,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fa15ae71-adf6-473f-8c4c-315a46a2b01c 2018-11-09 07:02:13,646 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:13,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb192d7f061b1ebc68a8e1f7954fb234b14bef4" 2018-11-09 07:02:13,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-f3f9d865-4224-4b78-af16-4ef686f9c865 x-compute-request-id: req-f3f9d865-4224-4b78-af16-4ef686f9c865 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:02:13,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f3f9d865-4224-4b78-af16-4ef686f9c865 2018-11-09 07:02:13,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb192d7f061b1ebc68a8e1f7954fb234b14bef4" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-93abfe66-3a5f-43f7-9076-7169d7fec084name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-09 07:02:13,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-7f7f3ef3-f88d-477d-8320-370204cf503c x-compute-request-id: req-7f7f3ef3-f88d-477d-8320-370204cf503c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c49a3da8-b796-482b-8c32-fa094567a109", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c49a3da8-b796-482b-8c32-fa094567a109", "name": "CreateFlavorTests-93abfe66-3a5f-43f7-9076-7169d7fec084name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:13,904 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7f7f3ef3-f88d-477d-8320-370204cf503c 2018-11-09 07:02:13,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:14,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["HwREuQ7FQ8SSNB8UNADS1Q"], "issued_at": "2018-11-09T07:02:14.000000Z"}} 2018-11-09 07:02:14,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4649006aff72b705559cc1e28c9851a26204ed1" 2018-11-09 07:02:14,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c27a1e7d-13c9-45b5-b69c-5f37943273f1 x-compute-request-id: req-c27a1e7d-13c9-45b5-b69c-5f37943273f1 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c49a3da8-b796-482b-8c32-fa094567a109", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c49a3da8-b796-482b-8c32-fa094567a109", "name": "CreateFlavorTests-93abfe66-3a5f-43f7-9076-7169d7fec084name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:14,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109 used request id req-c27a1e7d-13c9-45b5-b69c-5f37943273f1 2018-11-09 07:02:14,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4649006aff72b705559cc1e28c9851a26204ed1" 2018-11-09 07:02:14,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b9f8d3a9-d4af-4f94-9b65-cc1d1b8dd374 x-compute-request-id: req-b9f8d3a9-d4af-4f94-9b65-cc1d1b8dd374 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:02:14,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109/os-extra_specs used request id req-b9f8d3a9-d4af-4f94-9b65-cc1d1b8dd374 2018-11-09 07:02:14,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:02:14,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:14,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["5U1BZYH1QUmw_PSYqpdVkQ"], "issued_at": "2018-11-09T07:02:14.000000Z"}} 2018-11-09 07:02:14,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a32eb61cf5dee4ff3a465315032bba829e935036" 2018-11-09 07:02:14,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cc07cae-ebd3-4f00-a527-a5e9328e62c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:14,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4cc07cae-ebd3-4f00-a527-a5e9328e62c6 2018-11-09 07:02:14,978 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:14,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a32eb61cf5dee4ff3a465315032bba829e935036" 2018-11-09 07:02:15,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fbce613-aa0f-4318-af94-0ca6397d8963 x-compute-request-id: req-6fbce613-aa0f-4318-af94-0ca6397d8963 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c49a3da8-b796-482b-8c32-fa094567a109", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c49a3da8-b796-482b-8c32-fa094567a109", "rel": "bookmark"}], "name": "CreateFlavorTests-93abfe66-3a5f-43f7-9076-7169d7fec084name"}]} 2018-11-09 07:02:15,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6fbce613-aa0f-4318-af94-0ca6397d8963 2018-11-09 07:02:15,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a32eb61cf5dee4ff3a465315032bba829e935036" 2018-11-09 07:02:15,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-27f0b80a-26d5-4dce-9a63-975fc1e628fe x-compute-request-id: req-27f0b80a-26d5-4dce-9a63-975fc1e628fe Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c49a3da8-b796-482b-8c32-fa094567a109", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c49a3da8-b796-482b-8c32-fa094567a109", "name": "CreateFlavorTests-93abfe66-3a5f-43f7-9076-7169d7fec084name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:15,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109 used request id req-27f0b80a-26d5-4dce-9a63-975fc1e628fe 2018-11-09 07:02:15,177 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-93abfe66-3a5f-43f7-9076-7169d7fec084name 2018-11-09 07:02:15,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb192d7f061b1ebc68a8e1f7954fb234b14bef4" 2018-11-09 07:02:15,240 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:02:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b3b2c31f-a400-40b7-98c4-e9594340b59c x-compute-request-id: req-b3b2c31f-a400-40b7-98c4-e9594340b59c Content-Length: 0 Content-Type: application/json 2018-11-09 07:02:15,240 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/c49a3da8-b796-482b-8c32-fa094567a109 used request id req-b3b2c31f-a400-40b7-98c4-e9594340b59c 2018-11-09 07:02:15,242 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 07:02:15,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:02:15,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:15,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["WnxwEYLVRJOiSsMrEvtRRA"], "issued_at": "2018-11-09T07:02:15.000000Z"}} 2018-11-09 07:02:15,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}594df4ff2df7624d543e18299427451eb21e857f" 2018-11-09 07:02:15,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007650ed-87f5-497d-a4df-338c544a23a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:15,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-007650ed-87f5-497d-a4df-338c544a23a5 2018-11-09 07:02:15,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}594df4ff2df7624d543e18299427451eb21e857f" 2018-11-09 07:02:15,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-e9a3bb27-7e66-4200-85ed-68b90003fdae Date: Fri, 09 Nov 2018 07:02:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image"} 2018-11-09 07:02:15,843 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image used request id req-e9a3bb27-7e66-4200-85ed-68b90003fdae 2018-11-09 07:02:15,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}594df4ff2df7624d543e18299427451eb21e857f" 2018-11-09 07:02:16,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e428a40b-8a3a-496c-944f-6f9eb81ed66d Date: Fri, 09 Nov 2018 07:02:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:02:16,012 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-e428a40b-8a3a-496c-944f-6f9eb81ed66d 2018-11-09 07:02:16,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}594df4ff2df7624d543e18299427451eb21e857f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image"}' 2018-11-09 07:02:16,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/d599d937-c025-4afc-9a87-7679eea8290b X-Openstack-Request-Id: req-b65fbe33-00d9-4974-8680-391015f1f814 Date: Fri, 09 Nov 2018 07:02:15 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:02:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T07:02:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/d599d937-c025-4afc-9a87-7679eea8290b", "min_disk": 0, "protected": false, "id": "d599d937-c025-4afc-9a87-7679eea8290b", "file": "/v2/images/d599d937-c025-4afc-9a87-7679eea8290b/file", "checksum": null, "owner": "eaa3a8fe44f244bdb42f6df651318422", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:02:16,228 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b65fbe33-00d9-4974-8680-391015f1f814 2018-11-09 07:02:16,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/d599d937-c025-4afc-9a87-7679eea8290b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}594df4ff2df7624d543e18299427451eb21e857f" -d '' 2018-11-09 07:02:17,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d9126a8-c782-449f-b6de-b340bcf7b9e3 Date: Fri, 09 Nov 2018 07:02:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:02:17,749 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d599d937-c025-4afc-9a87-7679eea8290b/file used request id req-0d9126a8-c782-449f-b6de-b340bcf7b9e3 2018-11-09 07:02:17,750 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:02:17,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/d599d937-c025-4afc-9a87-7679eea8290b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}594df4ff2df7624d543e18299427451eb21e857f" 2018-11-09 07:02:17,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-fac936cc-783e-4d40-8650-e3c0f16f3c0b Date: Fri, 09 Nov 2018 07:02:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:02:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:02:17Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d599d937-c025-4afc-9a87-7679eea8290b/snap", "metadata": {}}], "self": "/v2/images/d599d937-c025-4afc-9a87-7679eea8290b", "min_disk": 0, "protected": false, "id": "d599d937-c025-4afc-9a87-7679eea8290b", "file": "/v2/images/d599d937-c025-4afc-9a87-7679eea8290b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d599d937-c025-4afc-9a87-7679eea8290b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:02:17,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/d599d937-c025-4afc-9a87-7679eea8290b used request id req-fac936cc-783e-4d40-8650-e3c0f16f3c0b 2018-11-09 07:02:17,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}594df4ff2df7624d543e18299427451eb21e857f" 2018-11-09 07:02:18,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-437c75e3-62da-4514-bbd8-fcb331b65e87 Date: Fri, 09 Nov 2018 07:02:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:02:18,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-437c75e3-62da-4514-bbd8-fcb331b65e87 2018-11-09 07:02:18,085 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image 2018-11-09 07:02:18,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/d599d937-c025-4afc-9a87-7679eea8290b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}594df4ff2df7624d543e18299427451eb21e857f" 2018-11-09 07:02:18,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-1d75858f-da35-412d-bcc1-56cd1a36d891 Date: Fri, 09 Nov 2018 07:02:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:02:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:02:17Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d599d937-c025-4afc-9a87-7679eea8290b/snap", "metadata": {}}], "self": "/v2/images/d599d937-c025-4afc-9a87-7679eea8290b", "min_disk": 0, "protected": false, "id": "d599d937-c025-4afc-9a87-7679eea8290b", "file": "/v2/images/d599d937-c025-4afc-9a87-7679eea8290b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d599d937-c025-4afc-9a87-7679eea8290b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:02:18,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/d599d937-c025-4afc-9a87-7679eea8290b used request id req-1d75858f-da35-412d-bcc1-56cd1a36d891 2018-11-09 07:02:18,264 - create_image - DEBUG - Instance status is - active 2018-11-09 07:02:18,264 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image 2018-11-09 07:02:18,264 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image 2018-11-09 07:02:18,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:02:18,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:18,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["c_2r5dWlSq2KjZVdSpIv_g"], "issued_at": "2018-11-09T07:02:18.000000Z"}} 2018-11-09 07:02:18,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0336640308570233c2ecd815cf69836c7882ff" 2018-11-09 07:02:18,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c371c29c-436b-4fb2-b133-126bfe0b756d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:18,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c371c29c-436b-4fb2-b133-126bfe0b756d 2018-11-09 07:02:18,726 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:18,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0336640308570233c2ecd815cf69836c7882ff" 2018-11-09 07:02:18,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-c5615685-68e4-4074-972d-ebb69bb2a993 x-compute-request-id: req-c5615685-68e4-4074-972d-ebb69bb2a993 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:02:18,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c5615685-68e4-4074-972d-ebb69bb2a993 2018-11-09 07:02:18,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0336640308570233c2ecd815cf69836c7882ff" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 07:02:18,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-19e20243-8f5c-4b7a-ac16-66fa29af29a5 x-compute-request-id: req-19e20243-8f5c-4b7a-ac16-66fa29af29a5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/dd4ca9c2-441a-4ffb-a3ab-17547679e116", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/dd4ca9c2-441a-4ffb-a3ab-17547679e116", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dd4ca9c2-441a-4ffb-a3ab-17547679e116", "name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:18,967 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-19e20243-8f5c-4b7a-ac16-66fa29af29a5 2018-11-09 07:02:18,985 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 07:02:19,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:19,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["sTF3SX1rTO2o9WPzULtRnA"], "issued_at": "2018-11-09T07:02:19.000000Z"}} 2018-11-09 07:02:19,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-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-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net", "inst_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-flavor"}}' 2018-11-09 07:02:22,549 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:02:19 GMT Server: Apache x-openstack-request-id: req-1e0bac6c-ebde-47fa-abad-459ba4574c0c Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "self"}]}} 2018-11-09 07:02:22,549 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks used request id req-1e0bac6c-ebde-47fa-abad-459ba4574c0c 2018-11-09 07:02:22,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:23,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:22 GMT Server: Apache x-openstack-request-id: req-89364c52-b507-48c8-ad54-28b044eccdf2 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:23,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:23 GMT Server: Apache x-openstack-request-id: req-ab8d700a-04f4-4bcc-9805-41e7ada78505 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "inst_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "stack_user_project_id": "6040250aebcb44d5aac662b6c7506f01", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:02:23,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf used request id req-ab8d700a-04f4-4bcc-9805-41e7ada78505 2018-11-09 07:02:23,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:24,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:23 GMT Server: Apache x-openstack-request-id: req-e9bb08f5-e510-48d5-a542-4e1d4450b531 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-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "stack_user_project_id": "6040250aebcb44d5aac662b6c7506f01", "deletion_time": null, "creation_time": "2018-11-09T07:02:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "self"}], "updated_time": null, "project": "eaa3a8fe44f244bdb42f6df651318422", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "tags": null}]} 2018-11-09 07:02:24,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1 used request id req-e9bb08f5-e510-48d5-a542-4e1d4450b531 2018-11-09 07:02:24,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:24,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:24 GMT Server: Apache x-openstack-request-id: req-5e6478f5-3576-4f1d-a7db-1e379359c45d 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-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "stack_user_project_id": "6040250aebcb44d5aac662b6c7506f01", "deletion_time": null, "creation_time": "2018-11-09T07:02:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "self"}], "updated_time": null, "project": "eaa3a8fe44f244bdb42f6df651318422", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "tags": null}]} 2018-11-09 07:02:24,784 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1 used request id req-5e6478f5-3576-4f1d-a7db-1e379359c45d 2018-11-09 07:02:24,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:25,575 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:24 GMT Server: Apache x-openstack-request-id: req-cffd18e5-6f1e-4396-8b13-2d0a46d78020 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:25,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:25 GMT Server: Apache x-openstack-request-id: req-33e4b4be-d10c-4d4f-9666-52a96ba72820 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "inst_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "stack_user_project_id": "6040250aebcb44d5aac662b6c7506f01", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:02:25,700 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf used request id req-33e4b4be-d10c-4d4f-9666-52a96ba72820 2018-11-09 07:02:25,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:26,526 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:25 GMT Server: Apache x-openstack-request-id: req-9666c9fb-ae2f-402f-9e7b-e4ac87851b6f Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:27,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:26 GMT Server: Apache x-openstack-request-id: req-7f22e77f-c97f-4aad-8c17-25728f1db8f1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1294d4c7-9a90-4c8d-b208-239c6d2404f1", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d1c2774d-32df-4872-b7f8-43ee88d0dde8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "a240a74f-9af0-40b9-9292-64746092f8a9", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-11-09T07:02:22Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-11-09 07:02:27,228 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources used request id req-7f22e77f-c97f-4aad-8c17-25728f1db8f1 2018-11-09 07:02:27,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:27,900 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:27 GMT Server: Apache x-openstack-request-id: req-9c730ed8-fcd4-4069-aaec-92e278f570a9 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:28,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:27 GMT Server: Apache x-openstack-request-id: req-702ac71b-421c-4ecd-a577-e85664e5466b 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "inst_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "stack_user_project_id": "6040250aebcb44d5aac662b6c7506f01", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:02:28,024 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf used request id req-702ac71b-421c-4ecd-a577-e85664e5466b 2018-11-09 07:02:28,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:28,706 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:28 GMT Server: Apache x-openstack-request-id: req-38d3aebf-7559-4d7c-913f-34a43201f4be Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:28,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:28 GMT Server: Apache x-openstack-request-id: req-6a70bbfd-cfe2-438f-8423-7e07c985b032 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "inst_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "stack_user_project_id": "6040250aebcb44d5aac662b6c7506f01", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:02:28,831 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf used request id req-6a70bbfd-cfe2-438f-8423-7e07c985b032 2018-11-09 07:02:31,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:31,912 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:31 GMT Server: Apache x-openstack-request-id: req-2228fdfa-0c2c-4943-8b45-7cb5005ce2d6 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:32,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:31 GMT Server: Apache x-openstack-request-id: req-94343908-3809-44ed-8179-1039adf5b458 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "inst_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "stack_user_project_id": "6040250aebcb44d5aac662b6c7506f01", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:02:32,037 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf used request id req-94343908-3809-44ed-8179-1039adf5b458 2018-11-09 07:02:35,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:35,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:34 GMT Server: Apache x-openstack-request-id: req-165cfc57-15af-4b6b-8c21-c0bf1bd6119f Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:35,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:34 GMT Server: Apache x-openstack-request-id: req-51d2b1cb-e8a5-4631-87d0-6cb9e3864bf6 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "inst_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "stack_user_project_id": "6040250aebcb44d5aac662b6c7506f01", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:02:35,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf used request id req-51d2b1cb-e8a5-4631-87d0-6cb9e3864bf6 2018-11-09 07:02:38,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:38,930 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:38 GMT Server: Apache x-openstack-request-id: req-b8c59c6f-627d-4670-9cf7-22a623a576cb Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:39,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:38 GMT Server: Apache x-openstack-request-id: req-84f7db13-5b7a-4b6d-8c2d-3df7793a1369 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image", "inst_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1", "stack_user_project_id": "6040250aebcb44d5aac662b6c7506f01", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:02:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4650abd7-1682-40e6-8260-7f9f923f90bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:02:39,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf used request id req-84f7db13-5b7a-4b6d-8c2d-3df7793a1369 2018-11-09 07:02:39,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:39,749 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:38 GMT Server: Apache x-openstack-request-id: req-2b196bcc-a204-45a0-81fb-609696af24da Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:40,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:39 GMT Server: Apache x-openstack-request-id: req-675fb9ea-1108-4d9e-8cc5-a374db81e313 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.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1294d4c7-9a90-4c8d-b208-239c6d2404f1", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d1c2774d-32df-4872-b7f8-43ee88d0dde8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "a240a74f-9af0-40b9-9292-64746092f8a9", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "91fefa87-aada-401b-955f-b9e8de5a159d", "resource_type": "OS::Nova::Server"}]} 2018-11-09 07:02:40,526 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources used request id req-675fb9ea-1108-4d9e-8cc5-a374db81e313 2018-11-09 07:02:40,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=a240a74f-9af0-40b9-9292-64746092f8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:40,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-ed75a832-8886-4b02-b934-0d645f093270 Date: Fri, 09 Nov 2018 07:02:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a240a74f-9af0-40b9-9292-64746092f8a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["d1c2774d-32df-4872-b7f8-43ee88d0dde8"],"description":"","tags":[],"updated_at":"2018-11-09T07:02:24Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:02:23Z","provider:network_type":"vxlan"}]} 2018-11-09 07:02:40,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=a240a74f-9af0-40b9-9292-64746092f8a9 used request id req-ed75a832-8886-4b02-b934-0d645f093270 2018-11-09 07:02:40,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a240a74f-9af0-40b9-9292-64746092f8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:40,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5d6cceab-f548-4ec3-9544-0095ac987289 Date: Fri, 09 Nov 2018 07:02:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a240a74f-9af0-40b9-9292-64746092f8a9","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:02:24Z","dns_nameservers":[],"updated_at":"2018-11-09T07:02:24Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"d1c2774d-32df-4872-b7f8-43ee88d0dde8","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet"}]} 2018-11-09 07:02:40,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a240a74f-9af0-40b9-9292-64746092f8a9 used request id req-5d6cceab-f548-4ec3-9544-0095ac987289 2018-11-09 07:02:40,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a240a74f-9af0-40b9-9292-64746092f8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:40,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-932bef87-aa8a-481e-a8b6-7ad81cf10579 Date: Fri, 09 Nov 2018 07:02:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a240a74f-9af0-40b9-9292-64746092f8a9","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:02:24Z","dns_nameservers":[],"updated_at":"2018-11-09T07:02:24Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"d1c2774d-32df-4872-b7f8-43ee88d0dde8","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet"}]} 2018-11-09 07:02:40,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a240a74f-9af0-40b9-9292-64746092f8a9 used request id req-932bef87-aa8a-481e-a8b6-7ad81cf10579 2018-11-09 07:02:40,954 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:40,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:41,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1fbddaf-fef0-4677-8312-2498a67d405c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:41,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b1fbddaf-fef0-4677-8312-2498a67d405c 2018-11-09 07:02:41,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:41,120 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:40 GMT Server: Apache x-openstack-request-id: req-08ec3f96-9ba0-48b0-8e5f-7da5f72a612f Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:41,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:40 GMT Server: Apache x-openstack-request-id: req-db1d4f63-e129-422c-93ca-b26be380726b 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.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1294d4c7-9a90-4c8d-b208-239c6d2404f1", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d1c2774d-32df-4872-b7f8-43ee88d0dde8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "a240a74f-9af0-40b9-9292-64746092f8a9", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "91fefa87-aada-401b-955f-b9e8de5a159d", "resource_type": "OS::Nova::Server"}]} 2018-11-09 07:02:41,246 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources used request id req-db1d4f63-e129-422c-93ca-b26be380726b 2018-11-09 07:02:41,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/91fefa87-aada-401b-955f-b9e8de5a159d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:41,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02: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-945814f2-09b7-414d-8fb0-599febf0bb1e x-compute-request-id: req-945814f2-09b7-414d-8fb0-599febf0bb1e Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:26:cd", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/91fefa87-aada-401b-955f-b9e8de5a159d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/91fefa87-aada-401b-955f-b9e8de5a159d", "rel": "bookmark"}], "image": {"id": "d599d937-c025-4afc-9a87-7679eea8290b", "links": [{"href": "http://172.30.9.27:8774/images/d599d937-c025-4afc-9a87-7679eea8290b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-SRV-USG:launched_at": "2018-11-09T07:02:36.000000", "flavor": {"id": "dd4ca9c2-441a-4ffb-a3ab-17547679e116", "links": [{"href": "http://172.30.9.27:8774/flavors/dd4ca9c2-441a-4ffb-a3ab-17547679e116", "rel": "bookmark"}]}, "id": "91fefa87-aada-401b-955f-b9e8de5a159d", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:02:36Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "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-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-inst", "created": "2018-11-09T07:02:29Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:02:41,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/91fefa87-aada-401b-955f-b9e8de5a159d used request id req-945814f2-09b7-414d-8fb0-599febf0bb1e 2018-11-09 07:02:41,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:41,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-18db6148-6b15-4f76-b597-1484b0e59c12 Date: Fri, 09 Nov 2018 07:02:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a240a74f-9af0-40b9-9292-64746092f8a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["d1c2774d-32df-4872-b7f8-43ee88d0dde8"],"description":"","tags":[],"updated_at":"2018-11-09T07:02:24Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:02:23Z","provider:network_type":"vxlan"}]} 2018-11-09 07:02:41,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-net used request id req-18db6148-6b15-4f76-b597-1484b0e59c12 2018-11-09 07:02:41,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:02:41,730 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:02: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:02:41,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:41,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa62b35-b64e-4b85-b87d-58cccafb9176 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:02:41,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-daa62b35-b64e-4b85-b87d-58cccafb9176 2018-11-09 07:02:41,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a240a74f-9af0-40b9-9292-64746092f8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:41,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-39fdc433-5797-48f3-a6cd-fc69ca8ea3b4 Date: Fri, 09 Nov 2018 07:02:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a240a74f-9af0-40b9-9292-64746092f8a9","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:02:24Z","dns_nameservers":[],"updated_at":"2018-11-09T07:02:24Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"d1c2774d-32df-4872-b7f8-43ee88d0dde8","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-subnet"}]} 2018-11-09 07:02:41,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a240a74f-9af0-40b9-9292-64746092f8a9 used request id req-39fdc433-5797-48f3-a6cd-fc69ca8ea3b4 2018-11-09 07:02:41,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=a240a74f-9af0-40b9-9292-64746092f8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:42,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3909 X-Openstack-Request-Id: req-d6850c7a-afe3-4d74-902f-248b3bae1419 Date: Fri, 09 Nov 2018 07:02:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:02:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1c2774d-32df-4872-b7f8-43ee88d0dde8","ip_address":"10.0.0.7"}],"id":"1294d4c7-9a90-4c8d-b208-239c6d2404f1","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:26:cd","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1-server1_port-onnolgqr5too","admin_state_up":true,"network_id":"a240a74f-9af0-40b9-9292-64746092f8a9","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:02:25Z","binding:vnic_type":"normal","device_id":"91fefa87-aada-401b-955f-b9e8de5a159d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:02:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1c2774d-32df-4872-b7f8-43ee88d0dde8","ip_address":"10.0.0.2"}],"id":"25fbdf55-95e2-4296-b648-12f0792f4f5f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:ed:77","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a240a74f-9af0-40b9-9292-64746092f8a9","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:02:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a240a74f-9af0-40b9-9292-64746092f8a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:02:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1c2774d-32df-4872-b7f8-43ee88d0dde8","ip_address":"10.0.0.3"}],"id":"7cb7383e-143d-44e7-9793-d029b84b2f80","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:47:3e","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a240a74f-9af0-40b9-9292-64746092f8a9","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:02:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a240a74f-9af0-40b9-9292-64746092f8a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:02:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1c2774d-32df-4872-b7f8-43ee88d0dde8","ip_address":"10.0.0.4"}],"id":"d4a0f1b7-5c2d-4bc8-8297-fc9080c0ee30","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:c7:b0","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a240a74f-9af0-40b9-9292-64746092f8a9","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:02:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a240a74f-9af0-40b9-9292-64746092f8a9"}]} 2018-11-09 07:02:42,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=a240a74f-9af0-40b9-9292-64746092f8a9 used request id req-d6850c7a-afe3-4d74-902f-248b3bae1419 2018-11-09 07:02:42,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:42,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:42 GMT Server: Apache x-openstack-request-id: req-368417d9-9185-4147-8065-451012be0086 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:42,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:42 GMT Server: Apache x-openstack-request-id: req-a64b96aa-2524-4a3a-9031-f4312579e39b 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.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1294d4c7-9a90-4c8d-b208-239c6d2404f1", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d1c2774d-32df-4872-b7f8-43ee88d0dde8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "a240a74f-9af0-40b9-9292-64746092f8a9", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-09T07:02:22Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:02:22Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "91fefa87-aada-401b-955f-b9e8de5a159d", "resource_type": "OS::Nova::Server"}]} 2018-11-09 07:02:42,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf/resources used request id req-a64b96aa-2524-4a3a-9031-f4312579e39b 2018-11-09 07:02:42,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/4650abd7-1682-40e6-8260-7f9f923f90bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd852a2f3d978997fa875728a23d8e9d9c97a2f" 2018-11-09 07:02:42,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:41 GMT Server: Apache x-openstack-request-id: req-38b7793b-58f0-42a4-840c-ae489f1a31e7 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:42,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:02:42 GMT Server: Apache x-openstack-request-id: req-375c416c-b784-4bdb-8460-b36d9acfb449 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:02:42,467 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-stack1/4650abd7-1682-40e6-8260-7f9f923f90bf used request id req-375c416c-b784-4bdb-8460-b36d9acfb449 2018-11-09 07:02:42,467 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-71c9a8bf-a294-4493-a78a-8b4c8fc9a2aa-image 2018-11-09 07:02:42,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/d599d937-c025-4afc-9a87-7679eea8290b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}594df4ff2df7624d543e18299427451eb21e857f" 2018-11-09 07:02:44,493 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bfc11987-f7cf-453f-853c-fdb6cbe2f5a4 Date: Fri, 09 Nov 2018 07:02:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:02:44,493 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d599d937-c025-4afc-9a87-7679eea8290b used request id req-bfc11987-f7cf-453f-853c-fdb6cbe2f5a4 2018-11-09 07:02:44,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/dd4ca9c2-441a-4ffb-a3ab-17547679e116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0336640308570233c2ecd815cf69836c7882ff" 2018-11-09 07:02:44,537 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:02: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-15d96443-6d0d-463c-b0d9-a4e255c051d9 x-compute-request-id: req-15d96443-6d0d-463c-b0d9-a4e255c051d9 Content-Length: 0 Content-Type: application/json 2018-11-09 07:02:44,537 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/dd4ca9c2-441a-4ffb-a3ab-17547679e116 used request id req-15d96443-6d0d-463c-b0d9-a4e255c051d9 2018-11-09 07:02:44,539 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 07:02:44,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:02:44,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:44,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["Wb3CiCUKRqaSb3uy7rB71Q"], "issued_at": "2018-11-09T07:02:44.000000Z"}} 2018-11-09 07:02:44,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e90fdfd2091b678a078713a63fd6909d03d7a06" 2018-11-09 07:02:44,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ac1250c-a883-47a5-ab24-a17ffe4822d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:44,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4ac1250c-a883-47a5-ab24-a17ffe4822d5 2018-11-09 07:02:45,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e90fdfd2091b678a078713a63fd6909d03d7a06" 2018-11-09 07:02:45,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-806a090c-878e-4c41-96cb-55cc7b9f5b7a Date: Fri, 09 Nov 2018 07:02:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image"} 2018-11-09 07:02:45,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image used request id req-806a090c-878e-4c41-96cb-55cc7b9f5b7a 2018-11-09 07:02:45,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e90fdfd2091b678a078713a63fd6909d03d7a06" 2018-11-09 07:02:45,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f0fdff2d-0def-462d-81ae-47a1836f7c0c Date: Fri, 09 Nov 2018 07:02:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:02:45,778 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-f0fdff2d-0def-462d-81ae-47a1836f7c0c 2018-11-09 07:02:45,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e90fdfd2091b678a078713a63fd6909d03d7a06" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image"}' 2018-11-09 07:02:46,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/20ba423a-706d-41b1-982e-e029dc31f389 X-Openstack-Request-Id: req-e472692e-aa07-48fd-ab84-a3a327d6abee Date: Fri, 09 Nov 2018 07:02:46 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:02:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T07:02:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/20ba423a-706d-41b1-982e-e029dc31f389", "min_disk": 0, "protected": false, "id": "20ba423a-706d-41b1-982e-e029dc31f389", "file": "/v2/images/20ba423a-706d-41b1-982e-e029dc31f389/file", "checksum": null, "owner": "eaa3a8fe44f244bdb42f6df651318422", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:02:46,096 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-e472692e-aa07-48fd-ab84-a3a327d6abee 2018-11-09 07:02:46,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/20ba423a-706d-41b1-982e-e029dc31f389/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e90fdfd2091b678a078713a63fd6909d03d7a06" -d '' 2018-11-09 07:02:48,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8cfcd170-d193-49fc-b51e-f33d0de6ca3a Date: Fri, 09 Nov 2018 07:02:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:02:48,192 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/20ba423a-706d-41b1-982e-e029dc31f389/file used request id req-8cfcd170-d193-49fc-b51e-f33d0de6ca3a 2018-11-09 07:02:48,192 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:02:48,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/20ba423a-706d-41b1-982e-e029dc31f389 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e90fdfd2091b678a078713a63fd6909d03d7a06" 2018-11-09 07:02:48,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-b5342bc5-acb4-4b13-b265-fb3277833c40 Date: Fri, 09 Nov 2018 07:02:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:02:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:02:47Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/20ba423a-706d-41b1-982e-e029dc31f389/snap", "metadata": {}}], "self": "/v2/images/20ba423a-706d-41b1-982e-e029dc31f389", "min_disk": 0, "protected": false, "id": "20ba423a-706d-41b1-982e-e029dc31f389", "file": "/v2/images/20ba423a-706d-41b1-982e-e029dc31f389/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/20ba423a-706d-41b1-982e-e029dc31f389/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:02:48,819 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/20ba423a-706d-41b1-982e-e029dc31f389 used request id req-b5342bc5-acb4-4b13-b265-fb3277833c40 2018-11-09 07:02:48,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e90fdfd2091b678a078713a63fd6909d03d7a06" 2018-11-09 07:02:48,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ce4ad513-edc4-4b8b-92e1-24a3ad096293 Date: Fri, 09 Nov 2018 07:02:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:02:48,971 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-ce4ad513-edc4-4b8b-92e1-24a3ad096293 2018-11-09 07:02:48,973 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image 2018-11-09 07:02:48,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/20ba423a-706d-41b1-982e-e029dc31f389 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e90fdfd2091b678a078713a63fd6909d03d7a06" 2018-11-09 07:02:49,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-0aa5730c-ccf2-4035-b311-53b64994c5fc Date: Fri, 09 Nov 2018 07:02:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:02:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:02:47Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/20ba423a-706d-41b1-982e-e029dc31f389/snap", "metadata": {}}], "self": "/v2/images/20ba423a-706d-41b1-982e-e029dc31f389", "min_disk": 0, "protected": false, "id": "20ba423a-706d-41b1-982e-e029dc31f389", "file": "/v2/images/20ba423a-706d-41b1-982e-e029dc31f389/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/20ba423a-706d-41b1-982e-e029dc31f389/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:02:49,142 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/20ba423a-706d-41b1-982e-e029dc31f389 used request id req-0aa5730c-ccf2-4035-b311-53b64994c5fc 2018-11-09 07:02:49,143 - create_image - DEBUG - Instance status is - active 2018-11-09 07:02:49,143 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image 2018-11-09 07:02:49,143 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image 2018-11-09 07:02:49,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:02:49,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:49,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["-OyCz2FPSyK007cjvhIjKg"], "issued_at": "2018-11-09T07:02:49.000000Z"}} 2018-11-09 07:02:49,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1a86c26d353d4ad81acf42e74079a7be706d3" 2018-11-09 07:02:49,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c3ded74-be50-4d67-ac27-aa2886afb0a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:02:49,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0c3ded74-be50-4d67-ac27-aa2886afb0a7 2018-11-09 07:02:49,544 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:02:49,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1a86c26d353d4ad81acf42e74079a7be706d3" 2018-11-09 07:02:49,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fad9afe9-85a9-4589-bfa1-2a9e70e391b9 x-compute-request-id: req-fad9afe9-85a9-4589-bfa1-2a9e70e391b9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:02:49,723 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fad9afe9-85a9-4589-bfa1-2a9e70e391b9 2018-11-09 07:02:49,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1a86c26d353d4ad81acf42e74079a7be706d3" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 07:02:49,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2b95d75-50ed-4e86-9da2-b79f6304f4d9 x-compute-request-id: req-f2b95d75-50ed-4e86-9da2-b79f6304f4d9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b95187a8-9b04-4b0d-816e-188288176aa4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b95187a8-9b04-4b0d-816e-188288176aa4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b95187a8-9b04-4b0d-816e-188288176aa4", "name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:02:49,772 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f2b95d75-50ed-4e86-9da2-b79f6304f4d9 2018-11-09 07:02:49,773 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 07:02:49,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:02:50,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:02:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["inltDwpiS1-mGBZ5s62FKg"], "issued_at": "2018-11-09T07:02:50.000000Z"}} 2018-11-09 07:02:50,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-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-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}}' 2018-11-09 07:02:54,075 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:02:50 GMT Server: Apache x-openstack-request-id: req-0c3d613a-3833-4326-a837-8fd248963d03 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "25112058-b995-4e32-94eb-eeb68c951304", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304", "rel": "self"}]}} 2018-11-09 07:02:54,075 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks used request id req-0c3d613a-3833-4326-a837-8fd248963d03 2018-11-09 07:02:54,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/25112058-b995-4e32-94eb-eeb68c951304 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:02:54,314 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:53 GMT Server: Apache x-openstack-request-id: req-b229586d-02d0-44f8-a509-74e5bd8afbfe Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:55,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:54 GMT Server: Apache x-openstack-request-id: req-79c901f6-a0da-410f-be89-b3e409425678 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "25112058-b995-4e32-94eb-eeb68c951304", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "stack_user_project_id": "b33fc41714b141eba5354fa94b55d820", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25112058-b995-4e32-94eb-eeb68c951304", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:02:55,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 used request id req-79c901f6-a0da-410f-be89-b3e409425678 2018-11-09 07:02:55,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:02:55,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:55 GMT Server: Apache x-openstack-request-id: req-9412adf0-81cd-46d9-806c-3527877d1b40 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-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "stack_user_project_id": "b33fc41714b141eba5354fa94b55d820", "deletion_time": null, "creation_time": "2018-11-09T07:02:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304", "rel": "self"}], "updated_time": null, "project": "eaa3a8fe44f244bdb42f6df651318422", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "25112058-b995-4e32-94eb-eeb68c951304", "tags": null}]} 2018-11-09 07:02:55,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1 used request id req-9412adf0-81cd-46d9-806c-3527877d1b40 2018-11-09 07:02:55,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:02:55,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:55 GMT Server: Apache x-openstack-request-id: req-da8ece1e-f726-417a-9303-98d239c46944 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-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "stack_user_project_id": "b33fc41714b141eba5354fa94b55d820", "deletion_time": null, "creation_time": "2018-11-09T07:02:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304", "rel": "self"}], "updated_time": null, "project": "eaa3a8fe44f244bdb42f6df651318422", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "25112058-b995-4e32-94eb-eeb68c951304", "tags": null}]} 2018-11-09 07:02:55,972 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1 used request id req-da8ece1e-f726-417a-9303-98d239c46944 2018-11-09 07:02:55,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/25112058-b995-4e32-94eb-eeb68c951304 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:02:56,196 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:55 GMT Server: Apache x-openstack-request-id: req-ce9e8a03-6b1b-4c8f-a05a-8be12f519ecd Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:56,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:56 GMT Server: Apache x-openstack-request-id: req-8194b42c-f248-479a-9250-548c815c5eb8 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "25112058-b995-4e32-94eb-eeb68c951304", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "stack_user_project_id": "b33fc41714b141eba5354fa94b55d820", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25112058-b995-4e32-94eb-eeb68c951304", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:02:56,480 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 used request id req-8194b42c-f248-479a-9250-548c815c5eb8 2018-11-09 07:02:56,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/25112058-b995-4e32-94eb-eeb68c951304 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:02:56,558 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:02:56 GMT Server: Apache x-openstack-request-id: req-f47b07d7-797a-4854-bd31-90b8f548286a Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:02:57,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:02:56 GMT Server: Apache x-openstack-request-id: req-fd386d4f-ad42-454c-a827-e2661afd497d 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "25112058-b995-4e32-94eb-eeb68c951304", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "stack_user_project_id": "b33fc41714b141eba5354fa94b55d820", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25112058-b995-4e32-94eb-eeb68c951304", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:02:57,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 used request id req-fd386d4f-ad42-454c-a827-e2661afd497d 2018-11-09 07:03:00,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/25112058-b995-4e32-94eb-eeb68c951304 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:00,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:00 GMT Server: Apache x-openstack-request-id: req-7cdbb235-34b3-43c8-b22d-f6ed9fe968d6 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:01,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:00 GMT Server: Apache x-openstack-request-id: req-282958f5-d494-4cdf-a123-21e43e52afdd 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "25112058-b995-4e32-94eb-eeb68c951304", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "stack_user_project_id": "b33fc41714b141eba5354fa94b55d820", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25112058-b995-4e32-94eb-eeb68c951304", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:01,104 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 used request id req-282958f5-d494-4cdf-a123-21e43e52afdd 2018-11-09 07:03:04,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/25112058-b995-4e32-94eb-eeb68c951304 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:04,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:04 GMT Server: Apache x-openstack-request-id: req-c7a5faec-a7fb-4788-9295-41f21947bd5b Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:04,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:04 GMT Server: Apache x-openstack-request-id: req-b53a35d2-ba10-4b42-b0d8-99bbfa8cb43c 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "25112058-b995-4e32-94eb-eeb68c951304", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "stack_user_project_id": "b33fc41714b141eba5354fa94b55d820", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25112058-b995-4e32-94eb-eeb68c951304", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:04,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 used request id req-b53a35d2-ba10-4b42-b0d8-99bbfa8cb43c 2018-11-09 07:03:07,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/25112058-b995-4e32-94eb-eeb68c951304 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:07,850 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:06 GMT Server: Apache x-openstack-request-id: req-616fafcc-abac-44cd-a3e5-b99f5f484b50 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:08,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:07 GMT Server: Apache x-openstack-request-id: req-de3f69d8-66e6-4909-a850-a15159f4375a 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "25112058-b995-4e32-94eb-eeb68c951304", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "stack_user_project_id": "b33fc41714b141eba5354fa94b55d820", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:02:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25112058-b995-4e32-94eb-eeb68c951304", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:08,070 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 used request id req-de3f69d8-66e6-4909-a850-a15159f4375a 2018-11-09 07:03:11,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/25112058-b995-4e32-94eb-eeb68c951304 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:11,104 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:11 GMT Server: Apache x-openstack-request-id: req-b41a1b61-34ab-49d9-afbb-d6791bf9e52e Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:11,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:10 GMT Server: Apache x-openstack-request-id: req-03943d95-7835-40d6-8a80-6eef5b90f085 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "25112058-b995-4e32-94eb-eeb68c951304", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1", "stack_user_project_id": "b33fc41714b141eba5354fa94b55d820", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:02:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "25112058-b995-4e32-94eb-eeb68c951304", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:11,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 used request id req-03943d95-7835-40d6-8a80-6eef5b90f085 2018-11-09 07:03:11,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-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-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}}' 2018-11-09 07:03:13,853 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:03:11 GMT Server: Apache x-openstack-request-id: req-c84f44b8-9fe3-470b-b377-f20fee3539ac Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}]}} 2018-11-09 07:03:13,853 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks used request id req-c84f44b8-9fe3-470b-b377-f20fee3539ac 2018-11-09 07:03:13,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:13,881 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:13 GMT Server: Apache x-openstack-request-id: req-5a116e2a-b8df-49e1-a6d3-2895bdee2509 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:14,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:13 GMT Server: Apache x-openstack-request-id: req-2b795176-8fff-4f8c-b8f3-449aad4abbb3 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:14,528 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-2b795176-8fff-4f8c-b8f3-449aad4abbb3 2018-11-09 07:03:14,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:15,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:14 GMT Server: Apache x-openstack-request-id: req-dd5505fa-f308-4588-a0f0-c62aace439a8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "deletion_time": null, "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "updated_time": null, "project": "eaa3a8fe44f244bdb42f6df651318422", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "tags": null}]} 2018-11-09 07:03:15,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2 used request id req-dd5505fa-f308-4588-a0f0-c62aace439a8 2018-11-09 07:03:15,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:15,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:15 GMT Server: Apache x-openstack-request-id: req-5848f626-b0fe-4d38-8604-14a4a0f14d98 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "deletion_time": null, "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "updated_time": null, "project": "eaa3a8fe44f244bdb42f6df651318422", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "tags": null}]} 2018-11-09 07:03:15,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks?stack_name=HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2 used request id req-5848f626-b0fe-4d38-8604-14a4a0f14d98 2018-11-09 07:03:15,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:16,000 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:14 GMT Server: Apache x-openstack-request-id: req-bf4afcd4-03f2-4041-b71a-81f1fb9217e2 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:16,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:16 GMT Server: Apache x-openstack-request-id: req-98060233-555b-4db6-ab81-551fd6c24f0c 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:16,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-98060233-555b-4db6-ab81-551fd6c24f0c 2018-11-09 07:03:16,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:16,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:15 GMT Server: Apache x-openstack-request-id: req-288edffe-34a4-4106-8a16-26be79066e2a Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:16,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:15 GMT Server: Apache x-openstack-request-id: req-971c6ea7-99d9-4ba2-943f-7afdbde723cf 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:16,736 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-971c6ea7-99d9-4ba2-943f-7afdbde723cf 2018-11-09 07:03:19,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:19,937 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:19 GMT Server: Apache x-openstack-request-id: req-10a9e2a6-918d-425d-9b98-ed79191ab597 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:19,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:19 GMT Server: Apache x-openstack-request-id: req-2819d79a-e9f5-4da4-8289-1173bcc04774 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:19,980 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-2819d79a-e9f5-4da4-8289-1173bcc04774 2018-11-09 07:03:22,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:23,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:22 GMT Server: Apache x-openstack-request-id: req-b7b91674-44e6-4b49-b35f-13fb1c211112 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:23,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:23 GMT Server: Apache x-openstack-request-id: req-977bcc79-c25d-4b73-89ef-d5f7b5efd92e 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:23,056 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-977bcc79-c25d-4b73-89ef-d5f7b5efd92e 2018-11-09 07:03:26,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:26,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:26 GMT Server: Apache x-openstack-request-id: req-24dbfcaf-ee53-4a14-a6bc-29eb4ef5b24a Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:26,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:26 GMT Server: Apache x-openstack-request-id: req-9775d7a0-269b-4c03-91a4-92f4a1cd2016 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:26,793 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-9775d7a0-269b-4c03-91a4-92f4a1cd2016 2018-11-09 07:03:29,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:29,826 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:29 GMT Server: Apache x-openstack-request-id: req-d9993814-5567-4c05-8619-903736e80967 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:30,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:29 GMT Server: Apache x-openstack-request-id: req-f82f8973-193c-403b-882a-ed987e1aa013 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:30,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-f82f8973-193c-403b-882a-ed987e1aa013 2018-11-09 07:03:33,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:33,547 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:33 GMT Server: Apache x-openstack-request-id: req-1672ffc3-61af-46f7-a681-f430873c6fcb Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:33,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:33 GMT Server: Apache x-openstack-request-id: req-f1f50edf-ba1b-415d-9bbd-70d4c355f136 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:33,724 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-f1f50edf-ba1b-415d-9bbd-70d4c355f136 2018-11-09 07:03:36,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:36,756 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:36 GMT Server: Apache x-openstack-request-id: req-861e81d6-62b9-42d7-8ec6-17de18ce9ca1 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:36,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:36 GMT Server: Apache x-openstack-request-id: req-7a2e85fb-5e02-484a-a5f6-d557f951e327 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:36,830 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-7a2e85fb-5e02-484a-a5f6-d557f951e327 2018-11-09 07:03:39,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:39,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:39 GMT Server: Apache x-openstack-request-id: req-170c248c-5623-4ee1-85b5-425e819b6097 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:39,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:39 GMT Server: Apache x-openstack-request-id: req-4fe90eb8-fc0d-4f73-907f-902d01ce7b50 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:39,939 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-4fe90eb8-fc0d-4f73-907f-902d01ce7b50 2018-11-09 07:03:42,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:42,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:42 GMT Server: Apache x-openstack-request-id: req-060d51b5-1843-4fd8-a4ab-383bd831d083 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:43,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:42 GMT Server: Apache x-openstack-request-id: req-6c7b3dfb-3163-40c3-ab0a-18986b56eb1f 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:43,046 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-6c7b3dfb-3163-40c3-ab0a-18986b56eb1f 2018-11-09 07:03:46,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:46,684 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:45 GMT Server: Apache x-openstack-request-id: req-9880d107-f80c-4e0a-9a2e-2d165858d44f Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:46,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:46 GMT Server: Apache x-openstack-request-id: req-bd4b253b-b2df-4064-b5bf-64a0204cf08b 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:46,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-bd4b253b-b2df-4064-b5bf-64a0204cf08b 2018-11-09 07:03:49,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:49,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:49 GMT Server: Apache x-openstack-request-id: req-82826932-7669-4524-855d-25b7da34c688 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:49,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:49 GMT Server: Apache x-openstack-request-id: req-316b7fa4-74ab-4fef-ad32-1c0015ad88b9 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:49,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-316b7fa4-74ab-4fef-ad32-1c0015ad88b9 2018-11-09 07:03:52,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:53,632 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:52 GMT Server: Apache x-openstack-request-id: req-2d5924ae-b5e3-4369-a2ca-6b863be149ed Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:53,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:53 GMT Server: Apache x-openstack-request-id: req-7ed4daa5-dfc1-4ead-8632-fb2e9feaa2fc 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:53,674 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-7ed4daa5-dfc1-4ead-8632-fb2e9feaa2fc 2018-11-09 07:03:56,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:03:57,328 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:03:56 GMT Server: Apache x-openstack-request-id: req-cd31cab7-96a3-4d42-b0fc-b6c092e477f8 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:03:57,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:03:56 GMT Server: Apache x-openstack-request-id: req-95f1c982-adf3-4f62-88ec-0054fa5e7552 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:03:57,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-95f1c982-adf3-4f62-88ec-0054fa5e7552 2018-11-09 07:04:00,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:04:00,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:00 GMT Server: Apache x-openstack-request-id: req-f3e99b5f-8ed7-4dc9-a49d-59e271997163 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:00,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:00 GMT Server: Apache x-openstack-request-id: req-95282b7a-e35b-4020-b7b0-704ddd67acd8 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:04:00,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-95282b7a-e35b-4020-b7b0-704ddd67acd8 2018-11-09 07:04:03,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:04:03,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:03 GMT Server: Apache x-openstack-request-id: req-78486e3f-84be-4961-88ba-c98f8b515ac2 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:03,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:03 GMT Server: Apache x-openstack-request-id: req-212bf582-f21b-496c-88ac-52d88e44816f 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:04:03,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-212bf582-f21b-496c-88ac-52d88e44816f 2018-11-09 07:04:06,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:04:06,590 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:06 GMT Server: Apache x-openstack-request-id: req-0f78d50e-1bc7-4254-965c-137a4618bb59 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:06,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:06 GMT Server: Apache x-openstack-request-id: req-086de3c0-1755-4884-b588-6790e2a78755 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image", "inst_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2", "stack_user_project_id": "1e9ad73698a64c7fa3dd7d2e60fe9915", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:03:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "29bb9c67-d8ec-4986-9e3c-fffc1476b007", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 07:04:06,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-086de3c0-1755-4884-b588-6790e2a78755 2018-11-09 07:04:06,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/25112058-b995-4e32-94eb-eeb68c951304 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:04:06,661 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:06 GMT Server: Apache x-openstack-request-id: req-320ffc4a-4d27-489d-ae9a-e769a12802c8 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:06,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:04:06 GMT Server: Apache x-openstack-request-id: req-aa530407-d876-4b22-91fc-aba313cc3227 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:04:06,734 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack1/25112058-b995-4e32-94eb-eeb68c951304 used request id req-aa530407-d876-4b22-91fc-aba313cc3227 2018-11-09 07:04:06,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/29bb9c67-d8ec-4986-9e3c-fffc1476b007 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d616e7dfbe09c2e93cd75931cb5e351a63dfb4" 2018-11-09 07:04:06,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:06 GMT Server: Apache x-openstack-request-id: req-11ad184b-ff98-4026-995b-b42e34ca4f71 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:06,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:04:06 GMT Server: Apache x-openstack-request-id: req-c1651f39-2758-4a5d-a1de-d433535d0509 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:04:06,837 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-stack2/29bb9c67-d8ec-4986-9e3c-fffc1476b007 used request id req-c1651f39-2758-4a5d-a1de-d433535d0509 2018-11-09 07:04:06,838 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-f670eb5a-ba40-48bf-9b65-b840bec84baf-image 2018-11-09 07:04:06,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/20ba423a-706d-41b1-982e-e029dc31f389 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e90fdfd2091b678a078713a63fd6909d03d7a06" 2018-11-09 07:04:09,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-19b63ed3-7392-4096-bfa0-cfa37204e503 Date: Fri, 09 Nov 2018 07:04:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:04:09,868 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/20ba423a-706d-41b1-982e-e029dc31f389 used request id req-19b63ed3-7392-4096-bfa0-cfa37204e503 2018-11-09 07:04:09,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/b95187a8-9b04-4b0d-816e-188288176aa4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f1a86c26d353d4ad81acf42e74079a7be706d3" 2018-11-09 07:04:09,914 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:04: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-b5d89f5f-9cfe-48e1-b6ca-84960d8f3a68 x-compute-request-id: req-b5d89f5f-9cfe-48e1-b6ca-84960d8f3a68 Content-Length: 0 Content-Type: application/json 2018-11-09 07:04:09,914 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b95187a8-9b04-4b0d-816e-188288176aa4 used request id req-b5d89f5f-9cfe-48e1-b6ca-84960d8f3a68 2018-11-09 07:04:09,916 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 07:04:09,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:04:09,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:04:10,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:04:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["W9CiZKO1QySxm4WOY0CJIw"], "issued_at": "2018-11-09T07:04:10.000000Z"}} 2018-11-09 07:04:10,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef606c1efad1fe8ed9e8f031e585c33a37aff85" 2018-11-09 07:04:10,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afaef0e5-cb26-4e19-89c0-4375556f0a40 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:04:10,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-afaef0e5-cb26-4e19-89c0-4375556f0a40 2018-11-09 07:04:10,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef606c1efad1fe8ed9e8f031e585c33a37aff85" 2018-11-09 07:04:10,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-7aae3d15-30dc-472f-8106-09b6b803dd17 Date: Fri, 09 Nov 2018 07:04:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"} 2018-11-09 07:04:10,554 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1 used request id req-7aae3d15-30dc-472f-8106-09b6b803dd17 2018-11-09 07:04:10,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef606c1efad1fe8ed9e8f031e585c33a37aff85" 2018-11-09 07:04:10,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d6dcaa72-71a8-4ba2-a373-16d2a27a45b0 Date: Fri, 09 Nov 2018 07:04:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:04:10,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d6dcaa72-71a8-4ba2-a373-16d2a27a45b0 2018-11-09 07:04:10,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4ef606c1efad1fe8ed9e8f031e585c33a37aff85" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}' 2018-11-09 07:04:11,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864 X-Openstack-Request-Id: req-33a96e41-8ff1-47f0-9299-493e314a8e07 Date: Fri, 09 Nov 2018 07:04:11 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:04:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T07:04:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864", "min_disk": 0, "protected": false, "id": "88560cac-60e6-4d75-97a1-27ad37dda864", "file": "/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864/file", "checksum": null, "owner": "eaa3a8fe44f244bdb42f6df651318422", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:04:11,066 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-33a96e41-8ff1-47f0-9299-493e314a8e07 2018-11-09 07:04:11,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef606c1efad1fe8ed9e8f031e585c33a37aff85" -d '' 2018-11-09 07:04:12,336 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-71cce00a-9386-44a7-aa49-14ec4bb9ebff Date: Fri, 09 Nov 2018 07:04:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:04:12,336 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864/file used request id req-71cce00a-9386-44a7-aa49-14ec4bb9ebff 2018-11-09 07:04:12,336 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:04:12,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef606c1efad1fe8ed9e8f031e585c33a37aff85" 2018-11-09 07:04:12,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-7ab5deb8-f2f9-48b0-9608-841c62c6b893 Date: Fri, 09 Nov 2018 07:04:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:04:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:04:12Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/88560cac-60e6-4d75-97a1-27ad37dda864/snap", "metadata": {}}], "self": "/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864", "min_disk": 0, "protected": false, "id": "88560cac-60e6-4d75-97a1-27ad37dda864", "file": "/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/88560cac-60e6-4d75-97a1-27ad37dda864/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:04:12,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864 used request id req-7ab5deb8-f2f9-48b0-9608-841c62c6b893 2018-11-09 07:04:12,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef606c1efad1fe8ed9e8f031e585c33a37aff85" 2018-11-09 07:04:12,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7b1d453b-02b6-4bd5-92fb-ab96f075fdf5 Date: Fri, 09 Nov 2018 07:04:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:04:12,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-7b1d453b-02b6-4bd5-92fb-ab96f075fdf5 2018-11-09 07:04:12,556 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1 2018-11-09 07:04:12,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef606c1efad1fe8ed9e8f031e585c33a37aff85" 2018-11-09 07:04:12,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-ec396a18-ca28-42e1-9cf8-4b3cbc7b72e1 Date: Fri, 09 Nov 2018 07:04:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:04:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:04:12Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/88560cac-60e6-4d75-97a1-27ad37dda864/snap", "metadata": {}}], "self": "/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864", "min_disk": 0, "protected": false, "id": "88560cac-60e6-4d75-97a1-27ad37dda864", "file": "/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/88560cac-60e6-4d75-97a1-27ad37dda864/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:04:12,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864 used request id req-ec396a18-ca28-42e1-9cf8-4b3cbc7b72e1 2018-11-09 07:04:12,720 - create_image - DEBUG - Instance status is - active 2018-11-09 07:04:12,720 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1 2018-11-09 07:04:12,720 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1 2018-11-09 07:04:12,720 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 07:04:12,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:04:12,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:04:13,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:04:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["4ROm02RXSdqMpxYP6TLqjA"], "issued_at": "2018-11-09T07:04:13.000000Z"}} 2018-11-09 07:04:13,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f50713fdff1166efb5ec3a72f367758a0b8b384b" 2018-11-09 07:04:13,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa162256-ec37-4d82-b968-501e28d70b1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:04:13,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fa162256-ec37-4d82-b968-501e28d70b1a 2018-11-09 07:04:13,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f50713fdff1166efb5ec3a72f367758a0b8b384b" 2018-11-09 07:04:13,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-8a39fb79-fc7b-4306-87f7-c4cd6bd848dd Date: Fri, 09 Nov 2018 07:04:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2"} 2018-11-09 07:04:13,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2 used request id req-8a39fb79-fc7b-4306-87f7-c4cd6bd848dd 2018-11-09 07:04:13,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f50713fdff1166efb5ec3a72f367758a0b8b384b" 2018-11-09 07:04:13,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-87149a67-04c1-4cf0-977f-e7477f48bffe Date: Fri, 09 Nov 2018 07:04:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:04:13,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-87149a67-04c1-4cf0-977f-e7477f48bffe 2018-11-09 07:04:13,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f50713fdff1166efb5ec3a72f367758a0b8b384b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2"}' 2018-11-09 07:04:13,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 X-Openstack-Request-Id: req-35185840-269d-40fd-8f3e-bf5cd73af855 Date: Fri, 09 Nov 2018 07:04:13 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:04:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T07:04:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6", "min_disk": 0, "protected": false, "id": "588292d9-069f-4d6f-82ca-2a389c9bb7c6", "file": "/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/file", "checksum": null, "owner": "eaa3a8fe44f244bdb42f6df651318422", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:04:13,740 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-35185840-269d-40fd-8f3e-bf5cd73af855 2018-11-09 07:04:13,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f50713fdff1166efb5ec3a72f367758a0b8b384b" -d '' 2018-11-09 07:04:15,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f4c19c7-4bab-4021-b478-79c702ae2226 Date: Fri, 09 Nov 2018 07:04:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:04:15,760 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/file used request id req-4f4c19c7-4bab-4021-b478-79c702ae2226 2018-11-09 07:04:15,761 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:04:15,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f50713fdff1166efb5ec3a72f367758a0b8b384b" 2018-11-09 07:04:15,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-56cae691-9908-481f-ada7-ea2675106650 Date: Fri, 09 Nov 2018 07:04:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:04:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:04:15Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/snap", "metadata": {}}], "self": "/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6", "min_disk": 0, "protected": false, "id": "588292d9-069f-4d6f-82ca-2a389c9bb7c6", "file": "/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:04:15,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 used request id req-56cae691-9908-481f-ada7-ea2675106650 2018-11-09 07:04:15,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f50713fdff1166efb5ec3a72f367758a0b8b384b" 2018-11-09 07:04:16,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-368d8c77-25be-4db3-b062-669da7a0e79f Date: Fri, 09 Nov 2018 07:04:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:04:16,076 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-368d8c77-25be-4db3-b062-669da7a0e79f 2018-11-09 07:04:16,079 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2 2018-11-09 07:04:16,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f50713fdff1166efb5ec3a72f367758a0b8b384b" 2018-11-09 07:04:16,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-2df0de51-83f1-4773-847e-f680001163c1 Date: Fri, 09 Nov 2018 07:04:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:04:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:04:15Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/snap", "metadata": {}}], "self": "/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6", "min_disk": 0, "protected": false, "id": "588292d9-069f-4d6f-82ca-2a389c9bb7c6", "file": "/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:04:16,248 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 used request id req-2df0de51-83f1-4773-847e-f680001163c1 2018-11-09 07:04:16,249 - create_image - DEBUG - Instance status is - active 2018-11-09 07:04:16,249 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2 2018-11-09 07:04:16,249 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2 2018-11-09 07:04:16,249 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 07:04:16,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:04:16,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:04:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["wbBZ63mERuSRBlfAIAq-dQ"], "issued_at": "2018-11-09T07:04:16.000000Z"}} 2018-11-09 07:04:16,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-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-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net"}}' 2018-11-09 07:04:20,753 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:04:16 GMT Server: Apache x-openstack-request-id: req-23aff098-60a6-4ea4-b949-0563ff965c89 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "fbda1075-022a-4474-9e71-72637df2ca94", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}]}} 2018-11-09 07:04:20,753 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks used request id req-23aff098-60a6-4ea4-b949-0563ff965c89 2018-11-09 07:04:20,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:20,936 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:20 GMT Server: Apache x-openstack-request-id: req-7721acdd-1403-4b58-a622-d0a12b396ced Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:21,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:20 GMT Server: Apache x-openstack-request-id: req-3ed40952-91f1-4be5-8059-919467da8329 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:21,165 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-3ed40952-91f1-4be5-8059-919467da8329 2018-11-09 07:04:21,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:21,350 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:21 GMT Server: Apache x-openstack-request-id: req-ae781f53-23f3-4844-922d-b844db3a6d7f Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:21,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:20 GMT Server: Apache x-openstack-request-id: req-57ef2a50-25c0-4649-bf87-c5f56b42cf5a 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:21,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-57ef2a50-25c0-4649-bf87-c5f56b42cf5a 2018-11-09 07:04:24,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:24,613 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:24 GMT Server: Apache x-openstack-request-id: req-b865fd39-ef84-4859-b70c-3928ea88a083 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:25,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:24 GMT Server: Apache x-openstack-request-id: req-212be2b2-e9a3-42ce-9966-a4ce2ee801ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3j7t45MzL+xqXeOPLeli65q1VRPtFya7rxpLVN6ywthmp4ZJ\nN81UR1Y9m8RBMgMTGNWmrNsXBBOET1ZmqtavJcLgLnNjB/OJJIINZEpbCWpXxNvn\no4KWWGjsEQh8PjjNNwqzCV3NqpXTYPHzQcaLdoi/cLPDUlxT5koEP+bke/F+ku1z\nXZdD1ppinl2gNF5VqtsyXWHnb0LfHBur5lRBDuTaaKCY0VijjUx7ohvgb3y1a7hF\n+CaTV2E3rrN6iWJTFPQwguq796sFkJYAqS7shSxxziB0GrxJNUGyH/ZkoXeH77bP\n+QTho465gbOR5rDaXuDwkXzFvWYh5jzpEolS3QIDAQABAoIBABJerzkVTLDUYMJb\n8dTAqr2AryZWHE3ClNbXXIyqT6pNSsbkEZ88KJAw76y1XxIsMOLnnfxBq7hZiKEq\nKhhK4HVFk1Qjk3bvyVEsMsEsaDPyB0ktSAs62wR5v7F0uxhFh6jaCIxopXxJIAyu\nUwYHzDVC/lfpc+aV3RV23r0Nb6tS1jkdkvPa2cOs6LAKhzNCjYE7GRsXc6hls3WH\n+Fdk+2vIw0zC+jatd2hP8BfjtxORUYJ26Cai54YtZlCSNJyv/gURu55vLlft6576\n+k2LUtRMaoRLL5xAVjQDv7bay9GI6UZ128VrrWVCHBBNtSQMVVKC2iha4de73g4I\nmVZgst0CgYEA/lvd/9y+9jKCG5tLWKjdTbuPsIoFJy4zRnHzs1CSPfVkOdkwdq20\nvEyR2FI3PCwJ6a2aw3rFYEZalzP0inXb875YBRH6VkrUFVi3HBYzo62JjCcNRN6c\nIyvEkOhabBooX1dpOunlEcLc5G3vHVpExNlEaPuVe5ptXSS5j3pVXU8CgYEA364F\nGSv6TNwotMvQ3LQEL0+4qJ2yiYkpH29wzXfH1WlcYDdt6dK/o99cJhW6EDBWV6+K\nOQYw2Kgpn0yk478v2w76Rr+ub0NwvTsabOQAInBdV1LHk0K+ibx1oOGrQDRJ3+TC\n3gNiB7F1nBBUDaF6Jk5bnKcywJW6ul0a1/cYuhMCgYEAgOiSJB/978w9QDx9/Rrn\nvYN3GSN55Rd3CRarSY9l7ly1RNQbyanTVTMBHz7bm3U+ON2w96z65wYA12yPXLTK\nmkc3WKp50s3tmjvx4RwnY6aJdSw9f0/KldCSuFXprau8FkW4oRD09QFq7aIBc0DS\nZWkvUH1gjtn+3xvDp0F6jeUCgYEA1Nforg00/lI4weF3+6uol8SKeJimvU0xPmJy\nunGSTDcX2c6k3mzWQv9V1j+yb5kvb/zv0Fddv6w0/wqVlMnmpdJYwV3AhMttygMl\noBxNLHgzudZhZnWKjdIxNEfJBy06Zrxt2YjqjVuGCF1ZPic77pt9fVF0b+GKb7AM\nzRiqBNUCgYBDEMa5ka3yi/8ISHKK70MvwfyFC+iaSA1aHuBK2HA3jI9rDzjlMsx0\nYIumqBLcR8Ihwvo7jJJA8mRPmHUKwzaKZgBkUaW8BaLp831BUiLUL+AGni7ztyD/\nF3gEKcGxVi7EKKx/iapxjZ1yJk2K4CSvoMzWHFzXH2XZ/WHKWq4itg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:25,002 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-212be2b2-e9a3-42ce-9966-a4ce2ee801ae 2018-11-09 07:04:28,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:28,661 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:27 GMT Server: Apache x-openstack-request-id: req-8a06124f-e3b0-47b3-9449-dff3e13b5a85 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:28,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:28 GMT Server: Apache x-openstack-request-id: req-80039057-c6ba-415b-9339-378c3c05e903 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3j7t45MzL+xqXeOPLeli65q1VRPtFya7rxpLVN6ywthmp4ZJ\nN81UR1Y9m8RBMgMTGNWmrNsXBBOET1ZmqtavJcLgLnNjB/OJJIINZEpbCWpXxNvn\no4KWWGjsEQh8PjjNNwqzCV3NqpXTYPHzQcaLdoi/cLPDUlxT5koEP+bke/F+ku1z\nXZdD1ppinl2gNF5VqtsyXWHnb0LfHBur5lRBDuTaaKCY0VijjUx7ohvgb3y1a7hF\n+CaTV2E3rrN6iWJTFPQwguq796sFkJYAqS7shSxxziB0GrxJNUGyH/ZkoXeH77bP\n+QTho465gbOR5rDaXuDwkXzFvWYh5jzpEolS3QIDAQABAoIBABJerzkVTLDUYMJb\n8dTAqr2AryZWHE3ClNbXXIyqT6pNSsbkEZ88KJAw76y1XxIsMOLnnfxBq7hZiKEq\nKhhK4HVFk1Qjk3bvyVEsMsEsaDPyB0ktSAs62wR5v7F0uxhFh6jaCIxopXxJIAyu\nUwYHzDVC/lfpc+aV3RV23r0Nb6tS1jkdkvPa2cOs6LAKhzNCjYE7GRsXc6hls3WH\n+Fdk+2vIw0zC+jatd2hP8BfjtxORUYJ26Cai54YtZlCSNJyv/gURu55vLlft6576\n+k2LUtRMaoRLL5xAVjQDv7bay9GI6UZ128VrrWVCHBBNtSQMVVKC2iha4de73g4I\nmVZgst0CgYEA/lvd/9y+9jKCG5tLWKjdTbuPsIoFJy4zRnHzs1CSPfVkOdkwdq20\nvEyR2FI3PCwJ6a2aw3rFYEZalzP0inXb875YBRH6VkrUFVi3HBYzo62JjCcNRN6c\nIyvEkOhabBooX1dpOunlEcLc5G3vHVpExNlEaPuVe5ptXSS5j3pVXU8CgYEA364F\nGSv6TNwotMvQ3LQEL0+4qJ2yiYkpH29wzXfH1WlcYDdt6dK/o99cJhW6EDBWV6+K\nOQYw2Kgpn0yk478v2w76Rr+ub0NwvTsabOQAInBdV1LHk0K+ibx1oOGrQDRJ3+TC\n3gNiB7F1nBBUDaF6Jk5bnKcywJW6ul0a1/cYuhMCgYEAgOiSJB/978w9QDx9/Rrn\nvYN3GSN55Rd3CRarSY9l7ly1RNQbyanTVTMBHz7bm3U+ON2w96z65wYA12yPXLTK\nmkc3WKp50s3tmjvx4RwnY6aJdSw9f0/KldCSuFXprau8FkW4oRD09QFq7aIBc0DS\nZWkvUH1gjtn+3xvDp0F6jeUCgYEA1Nforg00/lI4weF3+6uol8SKeJimvU0xPmJy\nunGSTDcX2c6k3mzWQv9V1j+yb5kvb/zv0Fddv6w0/wqVlMnmpdJYwV3AhMttygMl\noBxNLHgzudZhZnWKjdIxNEfJBy06Zrxt2YjqjVuGCF1ZPic77pt9fVF0b+GKb7AM\nzRiqBNUCgYBDEMa5ka3yi/8ISHKK70MvwfyFC+iaSA1aHuBK2HA3jI9rDzjlMsx0\nYIumqBLcR8Ihwvo7jJJA8mRPmHUKwzaKZgBkUaW8BaLp831BUiLUL+AGni7ztyD/\nF3gEKcGxVi7EKKx/iapxjZ1yJk2K4CSvoMzWHFzXH2XZ/WHKWq4itg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:28,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-80039057-c6ba-415b-9339-378c3c05e903 2018-11-09 07:04:31,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:32,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:31 GMT Server: Apache x-openstack-request-id: req-3a58e384-2034-4ba9-9612-bef550e3f5b3 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:32,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:31 GMT Server: Apache x-openstack-request-id: req-fb26e0af-2c41-4860-8fb7-db59c89aac4d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3j7t45MzL+xqXeOPLeli65q1VRPtFya7rxpLVN6ywthmp4ZJ\nN81UR1Y9m8RBMgMTGNWmrNsXBBOET1ZmqtavJcLgLnNjB/OJJIINZEpbCWpXxNvn\no4KWWGjsEQh8PjjNNwqzCV3NqpXTYPHzQcaLdoi/cLPDUlxT5koEP+bke/F+ku1z\nXZdD1ppinl2gNF5VqtsyXWHnb0LfHBur5lRBDuTaaKCY0VijjUx7ohvgb3y1a7hF\n+CaTV2E3rrN6iWJTFPQwguq796sFkJYAqS7shSxxziB0GrxJNUGyH/ZkoXeH77bP\n+QTho465gbOR5rDaXuDwkXzFvWYh5jzpEolS3QIDAQABAoIBABJerzkVTLDUYMJb\n8dTAqr2AryZWHE3ClNbXXIyqT6pNSsbkEZ88KJAw76y1XxIsMOLnnfxBq7hZiKEq\nKhhK4HVFk1Qjk3bvyVEsMsEsaDPyB0ktSAs62wR5v7F0uxhFh6jaCIxopXxJIAyu\nUwYHzDVC/lfpc+aV3RV23r0Nb6tS1jkdkvPa2cOs6LAKhzNCjYE7GRsXc6hls3WH\n+Fdk+2vIw0zC+jatd2hP8BfjtxORUYJ26Cai54YtZlCSNJyv/gURu55vLlft6576\n+k2LUtRMaoRLL5xAVjQDv7bay9GI6UZ128VrrWVCHBBNtSQMVVKC2iha4de73g4I\nmVZgst0CgYEA/lvd/9y+9jKCG5tLWKjdTbuPsIoFJy4zRnHzs1CSPfVkOdkwdq20\nvEyR2FI3PCwJ6a2aw3rFYEZalzP0inXb875YBRH6VkrUFVi3HBYzo62JjCcNRN6c\nIyvEkOhabBooX1dpOunlEcLc5G3vHVpExNlEaPuVe5ptXSS5j3pVXU8CgYEA364F\nGSv6TNwotMvQ3LQEL0+4qJ2yiYkpH29wzXfH1WlcYDdt6dK/o99cJhW6EDBWV6+K\nOQYw2Kgpn0yk478v2w76Rr+ub0NwvTsabOQAInBdV1LHk0K+ibx1oOGrQDRJ3+TC\n3gNiB7F1nBBUDaF6Jk5bnKcywJW6ul0a1/cYuhMCgYEAgOiSJB/978w9QDx9/Rrn\nvYN3GSN55Rd3CRarSY9l7ly1RNQbyanTVTMBHz7bm3U+ON2w96z65wYA12yPXLTK\nmkc3WKp50s3tmjvx4RwnY6aJdSw9f0/KldCSuFXprau8FkW4oRD09QFq7aIBc0DS\nZWkvUH1gjtn+3xvDp0F6jeUCgYEA1Nforg00/lI4weF3+6uol8SKeJimvU0xPmJy\nunGSTDcX2c6k3mzWQv9V1j+yb5kvb/zv0Fddv6w0/wqVlMnmpdJYwV3AhMttygMl\noBxNLHgzudZhZnWKjdIxNEfJBy06Zrxt2YjqjVuGCF1ZPic77pt9fVF0b+GKb7AM\nzRiqBNUCgYBDEMa5ka3yi/8ISHKK70MvwfyFC+iaSA1aHuBK2HA3jI9rDzjlMsx0\nYIumqBLcR8Ihwvo7jJJA8mRPmHUKwzaKZgBkUaW8BaLp831BUiLUL+AGni7ztyD/\nF3gEKcGxVi7EKKx/iapxjZ1yJk2K4CSvoMzWHFzXH2XZ/WHKWq4itg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:32,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-fb26e0af-2c41-4860-8fb7-db59c89aac4d 2018-11-09 07:04:35,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:35,595 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:35 GMT Server: Apache x-openstack-request-id: req-5620f0a0-f59e-4118-a346-f50e308c9cc5 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:35,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:35 GMT Server: Apache x-openstack-request-id: req-b7ed1e46-d502-4dc2-869e-510f786d9aa4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3j7t45MzL+xqXeOPLeli65q1VRPtFya7rxpLVN6ywthmp4ZJ\nN81UR1Y9m8RBMgMTGNWmrNsXBBOET1ZmqtavJcLgLnNjB/OJJIINZEpbCWpXxNvn\no4KWWGjsEQh8PjjNNwqzCV3NqpXTYPHzQcaLdoi/cLPDUlxT5koEP+bke/F+ku1z\nXZdD1ppinl2gNF5VqtsyXWHnb0LfHBur5lRBDuTaaKCY0VijjUx7ohvgb3y1a7hF\n+CaTV2E3rrN6iWJTFPQwguq796sFkJYAqS7shSxxziB0GrxJNUGyH/ZkoXeH77bP\n+QTho465gbOR5rDaXuDwkXzFvWYh5jzpEolS3QIDAQABAoIBABJerzkVTLDUYMJb\n8dTAqr2AryZWHE3ClNbXXIyqT6pNSsbkEZ88KJAw76y1XxIsMOLnnfxBq7hZiKEq\nKhhK4HVFk1Qjk3bvyVEsMsEsaDPyB0ktSAs62wR5v7F0uxhFh6jaCIxopXxJIAyu\nUwYHzDVC/lfpc+aV3RV23r0Nb6tS1jkdkvPa2cOs6LAKhzNCjYE7GRsXc6hls3WH\n+Fdk+2vIw0zC+jatd2hP8BfjtxORUYJ26Cai54YtZlCSNJyv/gURu55vLlft6576\n+k2LUtRMaoRLL5xAVjQDv7bay9GI6UZ128VrrWVCHBBNtSQMVVKC2iha4de73g4I\nmVZgst0CgYEA/lvd/9y+9jKCG5tLWKjdTbuPsIoFJy4zRnHzs1CSPfVkOdkwdq20\nvEyR2FI3PCwJ6a2aw3rFYEZalzP0inXb875YBRH6VkrUFVi3HBYzo62JjCcNRN6c\nIyvEkOhabBooX1dpOunlEcLc5G3vHVpExNlEaPuVe5ptXSS5j3pVXU8CgYEA364F\nGSv6TNwotMvQ3LQEL0+4qJ2yiYkpH29wzXfH1WlcYDdt6dK/o99cJhW6EDBWV6+K\nOQYw2Kgpn0yk478v2w76Rr+ub0NwvTsabOQAInBdV1LHk0K+ibx1oOGrQDRJ3+TC\n3gNiB7F1nBBUDaF6Jk5bnKcywJW6ul0a1/cYuhMCgYEAgOiSJB/978w9QDx9/Rrn\nvYN3GSN55Rd3CRarSY9l7ly1RNQbyanTVTMBHz7bm3U+ON2w96z65wYA12yPXLTK\nmkc3WKp50s3tmjvx4RwnY6aJdSw9f0/KldCSuFXprau8FkW4oRD09QFq7aIBc0DS\nZWkvUH1gjtn+3xvDp0F6jeUCgYEA1Nforg00/lI4weF3+6uol8SKeJimvU0xPmJy\nunGSTDcX2c6k3mzWQv9V1j+yb5kvb/zv0Fddv6w0/wqVlMnmpdJYwV3AhMttygMl\noBxNLHgzudZhZnWKjdIxNEfJBy06Zrxt2YjqjVuGCF1ZPic77pt9fVF0b+GKb7AM\nzRiqBNUCgYBDEMa5ka3yi/8ISHKK70MvwfyFC+iaSA1aHuBK2HA3jI9rDzjlMsx0\nYIumqBLcR8Ihwvo7jJJA8mRPmHUKwzaKZgBkUaW8BaLp831BUiLUL+AGni7ztyD/\nF3gEKcGxVi7EKKx/iapxjZ1yJk2K4CSvoMzWHFzXH2XZ/WHKWq4itg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:35,913 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-b7ed1e46-d502-4dc2-869e-510f786d9aa4 2018-11-09 07:04:38,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:39,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:38 GMT Server: Apache x-openstack-request-id: req-b28e65be-76a5-4036-9765-e93e714de510 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:39,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:39 GMT Server: Apache x-openstack-request-id: req-4ed443da-83ce-4a8a-a1ff-f20b10b7997e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3j7t45MzL+xqXeOPLeli65q1VRPtFya7rxpLVN6ywthmp4ZJ\nN81UR1Y9m8RBMgMTGNWmrNsXBBOET1ZmqtavJcLgLnNjB/OJJIINZEpbCWpXxNvn\no4KWWGjsEQh8PjjNNwqzCV3NqpXTYPHzQcaLdoi/cLPDUlxT5koEP+bke/F+ku1z\nXZdD1ppinl2gNF5VqtsyXWHnb0LfHBur5lRBDuTaaKCY0VijjUx7ohvgb3y1a7hF\n+CaTV2E3rrN6iWJTFPQwguq796sFkJYAqS7shSxxziB0GrxJNUGyH/ZkoXeH77bP\n+QTho465gbOR5rDaXuDwkXzFvWYh5jzpEolS3QIDAQABAoIBABJerzkVTLDUYMJb\n8dTAqr2AryZWHE3ClNbXXIyqT6pNSsbkEZ88KJAw76y1XxIsMOLnnfxBq7hZiKEq\nKhhK4HVFk1Qjk3bvyVEsMsEsaDPyB0ktSAs62wR5v7F0uxhFh6jaCIxopXxJIAyu\nUwYHzDVC/lfpc+aV3RV23r0Nb6tS1jkdkvPa2cOs6LAKhzNCjYE7GRsXc6hls3WH\n+Fdk+2vIw0zC+jatd2hP8BfjtxORUYJ26Cai54YtZlCSNJyv/gURu55vLlft6576\n+k2LUtRMaoRLL5xAVjQDv7bay9GI6UZ128VrrWVCHBBNtSQMVVKC2iha4de73g4I\nmVZgst0CgYEA/lvd/9y+9jKCG5tLWKjdTbuPsIoFJy4zRnHzs1CSPfVkOdkwdq20\nvEyR2FI3PCwJ6a2aw3rFYEZalzP0inXb875YBRH6VkrUFVi3HBYzo62JjCcNRN6c\nIyvEkOhabBooX1dpOunlEcLc5G3vHVpExNlEaPuVe5ptXSS5j3pVXU8CgYEA364F\nGSv6TNwotMvQ3LQEL0+4qJ2yiYkpH29wzXfH1WlcYDdt6dK/o99cJhW6EDBWV6+K\nOQYw2Kgpn0yk478v2w76Rr+ub0NwvTsabOQAInBdV1LHk0K+ibx1oOGrQDRJ3+TC\n3gNiB7F1nBBUDaF6Jk5bnKcywJW6ul0a1/cYuhMCgYEAgOiSJB/978w9QDx9/Rrn\nvYN3GSN55Rd3CRarSY9l7ly1RNQbyanTVTMBHz7bm3U+ON2w96z65wYA12yPXLTK\nmkc3WKp50s3tmjvx4RwnY6aJdSw9f0/KldCSuFXprau8FkW4oRD09QFq7aIBc0DS\nZWkvUH1gjtn+3xvDp0F6jeUCgYEA1Nforg00/lI4weF3+6uol8SKeJimvU0xPmJy\nunGSTDcX2c6k3mzWQv9V1j+yb5kvb/zv0Fddv6w0/wqVlMnmpdJYwV3AhMttygMl\noBxNLHgzudZhZnWKjdIxNEfJBy06Zrxt2YjqjVuGCF1ZPic77pt9fVF0b+GKb7AM\nzRiqBNUCgYBDEMa5ka3yi/8ISHKK70MvwfyFC+iaSA1aHuBK2HA3jI9rDzjlMsx0\nYIumqBLcR8Ihwvo7jJJA8mRPmHUKwzaKZgBkUaW8BaLp831BUiLUL+AGni7ztyD/\nF3gEKcGxVi7EKKx/iapxjZ1yJk2K4CSvoMzWHFzXH2XZ/WHKWq4itg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:39,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-4ed443da-83ce-4a8a-a1ff-f20b10b7997e 2018-11-09 07:04:42,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:43,064 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:42 GMT Server: Apache x-openstack-request-id: req-b4007af2-3060-480a-bf5b-f3a1310d3573 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:43,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:42 GMT Server: Apache x-openstack-request-id: req-049ffcc5-3b0f-4aa4-92e2-36d7d911e6f3 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3j7t45MzL+xqXeOPLeli65q1VRPtFya7rxpLVN6ywthmp4ZJ\nN81UR1Y9m8RBMgMTGNWmrNsXBBOET1ZmqtavJcLgLnNjB/OJJIINZEpbCWpXxNvn\no4KWWGjsEQh8PjjNNwqzCV3NqpXTYPHzQcaLdoi/cLPDUlxT5koEP+bke/F+ku1z\nXZdD1ppinl2gNF5VqtsyXWHnb0LfHBur5lRBDuTaaKCY0VijjUx7ohvgb3y1a7hF\n+CaTV2E3rrN6iWJTFPQwguq796sFkJYAqS7shSxxziB0GrxJNUGyH/ZkoXeH77bP\n+QTho465gbOR5rDaXuDwkXzFvWYh5jzpEolS3QIDAQABAoIBABJerzkVTLDUYMJb\n8dTAqr2AryZWHE3ClNbXXIyqT6pNSsbkEZ88KJAw76y1XxIsMOLnnfxBq7hZiKEq\nKhhK4HVFk1Qjk3bvyVEsMsEsaDPyB0ktSAs62wR5v7F0uxhFh6jaCIxopXxJIAyu\nUwYHzDVC/lfpc+aV3RV23r0Nb6tS1jkdkvPa2cOs6LAKhzNCjYE7GRsXc6hls3WH\n+Fdk+2vIw0zC+jatd2hP8BfjtxORUYJ26Cai54YtZlCSNJyv/gURu55vLlft6576\n+k2LUtRMaoRLL5xAVjQDv7bay9GI6UZ128VrrWVCHBBNtSQMVVKC2iha4de73g4I\nmVZgst0CgYEA/lvd/9y+9jKCG5tLWKjdTbuPsIoFJy4zRnHzs1CSPfVkOdkwdq20\nvEyR2FI3PCwJ6a2aw3rFYEZalzP0inXb875YBRH6VkrUFVi3HBYzo62JjCcNRN6c\nIyvEkOhabBooX1dpOunlEcLc5G3vHVpExNlEaPuVe5ptXSS5j3pVXU8CgYEA364F\nGSv6TNwotMvQ3LQEL0+4qJ2yiYkpH29wzXfH1WlcYDdt6dK/o99cJhW6EDBWV6+K\nOQYw2Kgpn0yk478v2w76Rr+ub0NwvTsabOQAInBdV1LHk0K+ibx1oOGrQDRJ3+TC\n3gNiB7F1nBBUDaF6Jk5bnKcywJW6ul0a1/cYuhMCgYEAgOiSJB/978w9QDx9/Rrn\nvYN3GSN55Rd3CRarSY9l7ly1RNQbyanTVTMBHz7bm3U+ON2w96z65wYA12yPXLTK\nmkc3WKp50s3tmjvx4RwnY6aJdSw9f0/KldCSuFXprau8FkW4oRD09QFq7aIBc0DS\nZWkvUH1gjtn+3xvDp0F6jeUCgYEA1Nforg00/lI4weF3+6uol8SKeJimvU0xPmJy\nunGSTDcX2c6k3mzWQv9V1j+yb5kvb/zv0Fddv6w0/wqVlMnmpdJYwV3AhMttygMl\noBxNLHgzudZhZnWKjdIxNEfJBy06Zrxt2YjqjVuGCF1ZPic77pt9fVF0b+GKb7AM\nzRiqBNUCgYBDEMa5ka3yi/8ISHKK70MvwfyFC+iaSA1aHuBK2HA3jI9rDzjlMsx0\nYIumqBLcR8Ihwvo7jJJA8mRPmHUKwzaKZgBkUaW8BaLp831BUiLUL+AGni7ztyD/\nF3gEKcGxVi7EKKx/iapxjZ1yJk2K4CSvoMzWHFzXH2XZ/WHKWq4itg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:43,386 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-049ffcc5-3b0f-4aa4-92e2-36d7d911e6f3 2018-11-09 07:04:43,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:44,048 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:43 GMT Server: Apache x-openstack-request-id: req-51ca99e3-51b5-4370-8cff-7c237cee5beb Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:44,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:43 GMT Server: Apache x-openstack-request-id: req-8efe4143-ca2b-46a1-b5db-6a5c3ee4265b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1038 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "6c4b0a85-4460-4ed4-919c-9561d3b3f468", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "1002e4e5-b2fe-4e11-bb31-6d5ba26722ee", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "29295f36-8bf8-4df6-91e8-adf40486633e", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "538eebf5-ddec-40c9-83ab-6e4f561d20eb", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "90042866-b2eb-464e-9e39-b12827caa8fd", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "53", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e622392b-6e7b-4441-9a27-1f2789c4497f:subnet_id=bd1eb7c1-f71e-4708-bf12-699fec4f8247", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "bd1eb7c1-f71e-4708-bf12-699fec4f8247", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e622392b-6e7b-4441-9a27-1f2789c4497f", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f157cb00-3176-451e-b7da-9dcc317dd3ca", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9484d8ae-756c-4d15-88fb-4c18ca156d81", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "5d81d1bc-3ee2-42e0-b23d-973cd22536fa", "resource_type": "OS::Neutron::Port"}]} 2018-11-09 07:04:44,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources used request id req-8efe4143-ca2b-46a1-b5db-6a5c3ee4265b 2018-11-09 07:04:44,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:44,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:44 GMT Server: Apache x-openstack-request-id: req-590d0390-25c3-4d63-9a2f-c2e3e1d1a2fd Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:45,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:44 GMT Server: Apache x-openstack-request-id: req-0ea96c55-a9df-4d37-9984-35fc68f22b86 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3j7t45MzL+xqXeOPLeli65q1VRPtFya7rxpLVN6ywthmp4ZJ\nN81UR1Y9m8RBMgMTGNWmrNsXBBOET1ZmqtavJcLgLnNjB/OJJIINZEpbCWpXxNvn\no4KWWGjsEQh8PjjNNwqzCV3NqpXTYPHzQcaLdoi/cLPDUlxT5koEP+bke/F+ku1z\nXZdD1ppinl2gNF5VqtsyXWHnb0LfHBur5lRBDuTaaKCY0VijjUx7ohvgb3y1a7hF\n+CaTV2E3rrN6iWJTFPQwguq796sFkJYAqS7shSxxziB0GrxJNUGyH/ZkoXeH77bP\n+QTho465gbOR5rDaXuDwkXzFvWYh5jzpEolS3QIDAQABAoIBABJerzkVTLDUYMJb\n8dTAqr2AryZWHE3ClNbXXIyqT6pNSsbkEZ88KJAw76y1XxIsMOLnnfxBq7hZiKEq\nKhhK4HVFk1Qjk3bvyVEsMsEsaDPyB0ktSAs62wR5v7F0uxhFh6jaCIxopXxJIAyu\nUwYHzDVC/lfpc+aV3RV23r0Nb6tS1jkdkvPa2cOs6LAKhzNCjYE7GRsXc6hls3WH\n+Fdk+2vIw0zC+jatd2hP8BfjtxORUYJ26Cai54YtZlCSNJyv/gURu55vLlft6576\n+k2LUtRMaoRLL5xAVjQDv7bay9GI6UZ128VrrWVCHBBNtSQMVVKC2iha4de73g4I\nmVZgst0CgYEA/lvd/9y+9jKCG5tLWKjdTbuPsIoFJy4zRnHzs1CSPfVkOdkwdq20\nvEyR2FI3PCwJ6a2aw3rFYEZalzP0inXb875YBRH6VkrUFVi3HBYzo62JjCcNRN6c\nIyvEkOhabBooX1dpOunlEcLc5G3vHVpExNlEaPuVe5ptXSS5j3pVXU8CgYEA364F\nGSv6TNwotMvQ3LQEL0+4qJ2yiYkpH29wzXfH1WlcYDdt6dK/o99cJhW6EDBWV6+K\nOQYw2Kgpn0yk478v2w76Rr+ub0NwvTsabOQAInBdV1LHk0K+ibx1oOGrQDRJ3+TC\n3gNiB7F1nBBUDaF6Jk5bnKcywJW6ul0a1/cYuhMCgYEAgOiSJB/978w9QDx9/Rrn\nvYN3GSN55Rd3CRarSY9l7ly1RNQbyanTVTMBHz7bm3U+ON2w96z65wYA12yPXLTK\nmkc3WKp50s3tmjvx4RwnY6aJdSw9f0/KldCSuFXprau8FkW4oRD09QFq7aIBc0DS\nZWkvUH1gjtn+3xvDp0F6jeUCgYEA1Nforg00/lI4weF3+6uol8SKeJimvU0xPmJy\nunGSTDcX2c6k3mzWQv9V1j+yb5kvb/zv0Fddv6w0/wqVlMnmpdJYwV3AhMttygMl\noBxNLHgzudZhZnWKjdIxNEfJBy06Zrxt2YjqjVuGCF1ZPic77pt9fVF0b+GKb7AM\nzRiqBNUCgYBDEMa5ka3yi/8ISHKK70MvwfyFC+iaSA1aHuBK2HA3jI9rDzjlMsx0\nYIumqBLcR8Ihwvo7jJJA8mRPmHUKwzaKZgBkUaW8BaLp831BUiLUL+AGni7ztyD/\nF3gEKcGxVi7EKKx/iapxjZ1yJk2K4CSvoMzWHFzXH2XZ/WHKWq4itg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:45,126 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-0ea96c55-a9df-4d37-9984-35fc68f22b86 2018-11-09 07:04:45,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:45,156 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:45 GMT Server: Apache x-openstack-request-id: req-f8a546dd-adb7-4e00-a29f-459766a2e756 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:45,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:44 GMT Server: Apache x-openstack-request-id: req-ec10d8ce-7219-4960-a385-12be497cd741 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.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "6c4b0a85-4460-4ed4-919c-9561d3b3f468", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "1002e4e5-b2fe-4e11-bb31-6d5ba26722ee", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "29295f36-8bf8-4df6-91e8-adf40486633e", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "538eebf5-ddec-40c9-83ab-6e4f561d20eb", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "90042866-b2eb-464e-9e39-b12827caa8fd", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "53", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e622392b-6e7b-4441-9a27-1f2789c4497f:subnet_id=bd1eb7c1-f71e-4708-bf12-699fec4f8247", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "bd1eb7c1-f71e-4708-bf12-699fec4f8247", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e622392b-6e7b-4441-9a27-1f2789c4497f", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f157cb00-3176-451e-b7da-9dcc317dd3ca", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9484d8ae-756c-4d15-88fb-4c18ca156d81", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "5d81d1bc-3ee2-42e0-b23d-973cd22536fa", "resource_type": "OS::Neutron::Port"}]} 2018-11-09 07:04:45,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources used request id req-ec10d8ce-7219-4960-a385-12be497cd741 2018-11-09 07:04:45,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=29295f36-8bf8-4df6-91e8-adf40486633e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:45,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-39b234ec-a5a6-4f3e-88c9-9a985416bbb1 Date: Fri, 09 Nov 2018 07:04:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"29295f36-8bf8-4df6-91e8-adf40486633e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["bd1eb7c1-f71e-4708-bf12-699fec4f8247"],"description":"","tags":[],"updated_at":"2018-11-09T07:04:26Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:24Z","provider:network_type":"vxlan"}]} 2018-11-09 07:04:45,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=29295f36-8bf8-4df6-91e8-adf40486633e used request id req-39b234ec-a5a6-4f3e-88c9-9a985416bbb1 2018-11-09 07:04:45,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=29295f36-8bf8-4df6-91e8-adf40486633e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:45,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2c233416-709c-4c32-90d1-f0db5e3220d8 Date: Fri, 09 Nov 2018 07:04:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:26Z","dns_nameservers":[],"updated_at":"2018-11-09T07:04:26Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet"}]} 2018-11-09 07:04:45,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=29295f36-8bf8-4df6-91e8-adf40486633e used request id req-2c233416-709c-4c32-90d1-f0db5e3220d8 2018-11-09 07:04:45,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=29295f36-8bf8-4df6-91e8-adf40486633e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:45,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bfb9eedb-2fab-47c1-afb5-8ec1499ad1a5 Date: Fri, 09 Nov 2018 07:04:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:26Z","dns_nameservers":[],"updated_at":"2018-11-09T07:04:26Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet"}]} 2018-11-09 07:04:45,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=29295f36-8bf8-4df6-91e8-adf40486633e used request id req-bfb9eedb-2fab-47c1-afb5-8ec1499ad1a5 2018-11-09 07:04:45,580 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:04:45,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:45,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e9a325-1114-43e6-8db0-3d33db6a30c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:04:45,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-74e9a325-1114-43e6-8db0-3d33db6a30c7 2018-11-09 07:04:45,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:45,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:45 GMT Server: Apache x-openstack-request-id: req-8de3a6e3-797e-4672-81e4-9ccd059fc1d0 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:45,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:45 GMT Server: Apache x-openstack-request-id: req-e7add4d7-2f9a-4b60-888e-e68e74728306 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.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "6c4b0a85-4460-4ed4-919c-9561d3b3f468", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "1002e4e5-b2fe-4e11-bb31-6d5ba26722ee", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "29295f36-8bf8-4df6-91e8-adf40486633e", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "538eebf5-ddec-40c9-83ab-6e4f561d20eb", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "90042866-b2eb-464e-9e39-b12827caa8fd", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "53", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e622392b-6e7b-4441-9a27-1f2789c4497f:subnet_id=bd1eb7c1-f71e-4708-bf12-699fec4f8247", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "bd1eb7c1-f71e-4708-bf12-699fec4f8247", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e622392b-6e7b-4441-9a27-1f2789c4497f", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f157cb00-3176-451e-b7da-9dcc317dd3ca", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9484d8ae-756c-4d15-88fb-4c18ca156d81", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "5d81d1bc-3ee2-42e0-b23d-973cd22536fa", "resource_type": "OS::Neutron::Port"}]} 2018-11-09 07:04:45,999 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources used request id req-e7add4d7-2f9a-4b60-888e-e68e74728306 2018-11-09 07:04:46,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/f157cb00-3176-451e-b7da-9dcc317dd3ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:46,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a6d82ba-889e-4537-b7ef-8c9e8838d9d0 x-compute-request-id: req-2a6d82ba-889e-4537-b7ef-8c9e8838d9d0 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:cc:ad", "version": 4, "addr": "10.1.2.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:cc:ad", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f157cb00-3176-451e-b7da-9dcc317dd3ca", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f157cb00-3176-451e-b7da-9dcc317dd3ca", "rel": "bookmark"}], "image": {"id": "88560cac-60e6-4d75-97a1-27ad37dda864", "links": [{"href": "http://172.30.9.27:8774/images/88560cac-60e6-4d75-97a1-27ad37dda864", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2018-11-09T07:04:38.000000", "flavor": {"id": "1002e4e5-b2fe-4e11-bb31-6d5ba26722ee", "links": [{"href": "http://172.30.9.27:8774/flavors/1002e4e5-b2fe-4e11-bb31-6d5ba26722ee", "rel": "bookmark"}]}, "id": "f157cb00-3176-451e-b7da-9dcc317dd3ca", "security_groups": [{"name": "security_group_name"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:04:38Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "created": "2018-11-09T07:04:31Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:04:46,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f157cb00-3176-451e-b7da-9dcc317dd3ca used request id req-2a6d82ba-889e-4537-b7ef-8c9e8838d9d0 2018-11-09 07:04:46,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:46,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-af8530b9-ccc1-4bcd-a8f8-f1c66b5bee1c Date: Fri, 09 Nov 2018 07:04:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"29295f36-8bf8-4df6-91e8-adf40486633e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["bd1eb7c1-f71e-4708-bf12-699fec4f8247"],"description":"","tags":[],"updated_at":"2018-11-09T07:04:26Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:24Z","provider:network_type":"vxlan"}]} 2018-11-09 07:04:46,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net used request id req-af8530b9-ccc1-4bcd-a8f8-f1c66b5bee1c 2018-11-09 07:04:46,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:04:46,473 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:04:46,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:46,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b91f3ab-6eed-4648-abd6-a36642c0b3bd 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:04:46,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-1b91f3ab-6eed-4648-abd6-a36642c0b3bd 2018-11-09 07:04:46,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=29295f36-8bf8-4df6-91e8-adf40486633e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:46,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-40f94848-a7de-40ec-8c6e-bda2e3fc059c Date: Fri, 09 Nov 2018 07:04:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:26Z","dns_nameservers":[],"updated_at":"2018-11-09T07:04:26Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet"}]} 2018-11-09 07:04:46,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=29295f36-8bf8-4df6-91e8-adf40486633e used request id req-40f94848-a7de-40ec-8c6e-bda2e3fc059c 2018-11-09 07:04:46,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=29295f36-8bf8-4df6-91e8-adf40486633e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:46,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5787 X-Openstack-Request-Id: req-f30b6eb0-3345-4406-9b9e-59274ee6e29f Date: Fri, 09 Nov 2018 07:04:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.2"}],"id":"01ddf4d6-534e-4698-9e74-bd1796c016fa","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:2d:94","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-29295f36-8bf8-4df6-91e8-adf40486633e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.12"}],"id":"053d06bd-b34b-4961-adc5-50fa0c0446f1","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:04:c5","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:32Z","binding:vnic_type":"normal","device_id":"9484d8ae-756c-4d15-88fb-4c18ca156d81"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.4"}],"id":"1f12162d-43d6-44dc-ad03-26ab5a0a5a5e","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:87:1f","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-29295f36-8bf8-4df6-91e8-adf40486633e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.3"}],"id":"4e60da7b-69bc-4c92-8a80-d43c1e9f6641","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:1a:34","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-29295f36-8bf8-4df6-91e8-adf40486633e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.13"}],"id":"5d81d1bc-3ee2-42e0-b23d-973cd22536fa","security_groups":["538eebf5-ddec-40c9-83ab-6e4f561d20eb"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:cc:ad","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack-port1-rrl7vimadtro","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:27Z","binding:vnic_type":"normal","device_id":"f157cb00-3176-451e-b7da-9dcc317dd3ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.1"}],"id":"d52085d6-4f0b-4811-b30e-3fef8e448ada","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:af:c2","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:32Z","binding:vnic_type":"normal","device_id":"e622392b-6e7b-4441-9a27-1f2789c4497f"}]} 2018-11-09 07:04:46,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=29295f36-8bf8-4df6-91e8-adf40486633e used request id req-f30b6eb0-3345-4406-9b9e-59274ee6e29f 2018-11-09 07:04:46,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9484d8ae-756c-4d15-88fb-4c18ca156d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:46,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e571c48d-045b-4024-a22c-fcf6f126783c x-compute-request-id: req-e571c48d-045b-4024-a22c-fcf6f126783c Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:04:c5", "version": 4, "addr": "10.1.2.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9484d8ae-756c-4d15-88fb-4c18ca156d81", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9484d8ae-756c-4d15-88fb-4c18ca156d81", "rel": "bookmark"}], "image": {"id": "588292d9-069f-4d6f-82ca-2a389c9bb7c6", "links": [{"href": "http://172.30.9.27:8774/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2018-11-09T07:04:40.000000", "flavor": {"id": "6c4b0a85-4460-4ed4-919c-9561d3b3f468", "links": [{"href": "http://172.30.9.27:8774/flavors/6c4b0a85-4460-4ed4-919c-9561d3b3f468", "rel": "bookmark"}]}, "id": "9484d8ae-756c-4d15-88fb-4c18ca156d81", "security_groups": [{"name": "default"}], "user_id": "ce78b31a46f34344952ff01738f305e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:04:40Z", "hostId": "c2312585f0e9d5b82ee8684e6136b17faa47940c1fe096d48b34cfd6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "created": "2018-11-09T07:04:29Z", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:04:46,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9484d8ae-756c-4d15-88fb-4c18ca156d81 used request id req-e571c48d-045b-4024-a22c-fcf6f126783c 2018-11-09 07:04:46,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:47,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-17469bbe-2b0b-4234-8da7-bc04263e926e Date: Fri, 09 Nov 2018 07:04:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"29295f36-8bf8-4df6-91e8-adf40486633e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","subnets":["bd1eb7c1-f71e-4708-bf12-699fec4f8247"],"description":"","tags":[],"updated_at":"2018-11-09T07:04:26Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net","admin_state_up":true,"tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:24Z","provider:network_type":"vxlan"}]} 2018-11-09 07:04:47,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net used request id req-17469bbe-2b0b-4234-8da7-bc04263e926e 2018-11-09 07:04:47,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:47,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a4135f2-a160-458b-8b2e-05d7061d6358 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:04:47,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-1a4135f2-a160-458b-8b2e-05d7061d6358 2018-11-09 07:04:47,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=29295f36-8bf8-4df6-91e8-adf40486633e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:47,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f41bbd00-aaa5-4ac2-9f30-e80270a9add7 Date: Fri, 09 Nov 2018 07:04:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:26Z","dns_nameservers":[],"updated_at":"2018-11-09T07:04:26Z","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":"eaa3a8fe44f244bdb42f6df651318422","id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet"}]} 2018-11-09 07:04:47,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=29295f36-8bf8-4df6-91e8-adf40486633e used request id req-f41bbd00-aaa5-4ac2-9f30-e80270a9add7 2018-11-09 07:04:47,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=29295f36-8bf8-4df6-91e8-adf40486633e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:47,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5723 X-Openstack-Request-Id: req-98685e5d-6615-43a7-bf75-4239671e8997 Date: Fri, 09 Nov 2018 07:04:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.2"}],"id":"01ddf4d6-534e-4698-9e74-bd1796c016fa","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:2d:94","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-29295f36-8bf8-4df6-91e8-adf40486633e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.12"}],"id":"053d06bd-b34b-4961-adc5-50fa0c0446f1","security_groups":["3d3304b2-7775-42e2-82a6-61d2fab4e8ff"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:04:c5","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:32Z","binding:vnic_type":"normal","device_id":"9484d8ae-756c-4d15-88fb-4c18ca156d81"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.4"}],"id":"1f12162d-43d6-44dc-ad03-26ab5a0a5a5e","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:87:1f","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-29295f36-8bf8-4df6-91e8-adf40486633e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.3"}],"id":"4e60da7b-69bc-4c92-8a80-d43c1e9f6641","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:1a:34","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-29295f36-8bf8-4df6-91e8-adf40486633e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.13"}],"id":"5d81d1bc-3ee2-42e0-b23d-973cd22536fa","security_groups":["538eebf5-ddec-40c9-83ab-6e4f561d20eb"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5e:cc:ad","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack-port1-rrl7vimadtro","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:27Z","binding:vnic_type":"normal","device_id":"f157cb00-3176-451e-b7da-9dcc317dd3ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:04:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd1eb7c1-f71e-4708-bf12-699fec4f8247","ip_address":"10.1.2.1"}],"id":"d52085d6-4f0b-4811-b30e-3fef8e448ada","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fa:af:c2","project_id":"eaa3a8fe44f244bdb42f6df651318422","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"29295f36-8bf8-4df6-91e8-adf40486633e","tenant_id":"eaa3a8fe44f244bdb42f6df651318422","created_at":"2018-11-09T07:04:32Z","binding:vnic_type":"normal","device_id":"e622392b-6e7b-4441-9a27-1f2789c4497f"}]} 2018-11-09 07:04:47,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=29295f36-8bf8-4df6-91e8-adf40486633e used request id req-98685e5d-6615-43a7-bf75-4239671e8997 2018-11-09 07:04:47,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:47,315 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:46 GMT Server: Apache x-openstack-request-id: req-f3ab5851-79aa-4e29-81fe-f76180c40edc Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:47,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:47 GMT Server: Apache x-openstack-request-id: req-630632d9-6d31-4bb2-a386-035454ed4bb1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1038 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "6c4b0a85-4460-4ed4-919c-9561d3b3f468", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "1002e4e5-b2fe-4e11-bb31-6d5ba26722ee", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "29295f36-8bf8-4df6-91e8-adf40486633e", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "538eebf5-ddec-40c9-83ab-6e4f561d20eb", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "90042866-b2eb-464e-9e39-b12827caa8fd", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "53", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e622392b-6e7b-4441-9a27-1f2789c4497f:subnet_id=bd1eb7c1-f71e-4708-bf12-699fec4f8247", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "bd1eb7c1-f71e-4708-bf12-699fec4f8247", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e622392b-6e7b-4441-9a27-1f2789c4497f", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f157cb00-3176-451e-b7da-9dcc317dd3ca", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9484d8ae-756c-4d15-88fb-4c18ca156d81", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-09T07:04:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:04:20Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "5d81d1bc-3ee2-42e0-b23d-973cd22536fa", "resource_type": "OS::Neutron::Port"}]} 2018-11-09 07:04:47,443 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94/resources used request id req-630632d9-6d31-4bb2-a386-035454ed4bb1 2018-11-09 07:04:47,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:47,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-4335cb24-9231-4ffc-8123-46d997f048a5 Date: Fri, 09 Nov 2018 07:04:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:04:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:04:12Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/88560cac-60e6-4d75-97a1-27ad37dda864/snap", "metadata": {}}], "self": "/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864", "min_disk": 0, "protected": false, "id": "88560cac-60e6-4d75-97a1-27ad37dda864", "file": "/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/88560cac-60e6-4d75-97a1-27ad37dda864/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:04:47,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864 used request id req-4335cb24-9231-4ffc-8123-46d997f048a5 2018-11-09 07:04:47,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:47,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d885e355-9aa6-4dde-9d84-312610c36ca8 Date: Fri, 09 Nov 2018 07:04:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:04:47,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d885e355-9aa6-4dde-9d84-312610c36ca8 2018-11-09 07:04:47,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:47,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-59c33e88-f30e-48b0-a9a2-fc9d82e60f03 Date: Fri, 09 Nov 2018 07:04:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:04:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:04:15Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/snap", "metadata": {}}], "self": "/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6", "min_disk": 0, "protected": false, "id": "588292d9-069f-4d6f-82ca-2a389c9bb7c6", "file": "/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:04:47,494 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 used request id req-59c33e88-f30e-48b0-a9a2-fc9d82e60f03 2018-11-09 07:04:47,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:47,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-02b24755-a88a-405a-afd2-48d207ecabae Date: Fri, 09 Nov 2018 07:04:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:04:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:04:15Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/snap", "metadata": {}}], "self": "/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6", "min_disk": 0, "protected": false, "id": "588292d9-069f-4d6f-82ca-2a389c9bb7c6", "file": "/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eaa3a8fe44f244bdb42f6df651318422", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:04:47,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 used request id req-02b24755-a88a-405a-afd2-48d207ecabae 2018-11-09 07:04:47,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:47,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:47 GMT Server: Apache x-openstack-request-id: req-81a55905-f433-45e8-97ad-79ecd7a35caf Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:47,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:47 GMT Server: Apache x-openstack-request-id: req-b32c879e-7ce4-49e4-bdef-bddd3a08ec82 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3j7t45MzL+xqXeOPLeli65q1VRPtFya7rxpLVN6ywthmp4ZJ\nN81UR1Y9m8RBMgMTGNWmrNsXBBOET1ZmqtavJcLgLnNjB/OJJIINZEpbCWpXxNvn\no4KWWGjsEQh8PjjNNwqzCV3NqpXTYPHzQcaLdoi/cLPDUlxT5koEP+bke/F+ku1z\nXZdD1ppinl2gNF5VqtsyXWHnb0LfHBur5lRBDuTaaKCY0VijjUx7ohvgb3y1a7hF\n+CaTV2E3rrN6iWJTFPQwguq796sFkJYAqS7shSxxziB0GrxJNUGyH/ZkoXeH77bP\n+QTho465gbOR5rDaXuDwkXzFvWYh5jzpEolS3QIDAQABAoIBABJerzkVTLDUYMJb\n8dTAqr2AryZWHE3ClNbXXIyqT6pNSsbkEZ88KJAw76y1XxIsMOLnnfxBq7hZiKEq\nKhhK4HVFk1Qjk3bvyVEsMsEsaDPyB0ktSAs62wR5v7F0uxhFh6jaCIxopXxJIAyu\nUwYHzDVC/lfpc+aV3RV23r0Nb6tS1jkdkvPa2cOs6LAKhzNCjYE7GRsXc6hls3WH\n+Fdk+2vIw0zC+jatd2hP8BfjtxORUYJ26Cai54YtZlCSNJyv/gURu55vLlft6576\n+k2LUtRMaoRLL5xAVjQDv7bay9GI6UZ128VrrWVCHBBNtSQMVVKC2iha4de73g4I\nmVZgst0CgYEA/lvd/9y+9jKCG5tLWKjdTbuPsIoFJy4zRnHzs1CSPfVkOdkwdq20\nvEyR2FI3PCwJ6a2aw3rFYEZalzP0inXb875YBRH6VkrUFVi3HBYzo62JjCcNRN6c\nIyvEkOhabBooX1dpOunlEcLc5G3vHVpExNlEaPuVe5ptXSS5j3pVXU8CgYEA364F\nGSv6TNwotMvQ3LQEL0+4qJ2yiYkpH29wzXfH1WlcYDdt6dK/o99cJhW6EDBWV6+K\nOQYw2Kgpn0yk478v2w76Rr+ub0NwvTsabOQAInBdV1LHk0K+ibx1oOGrQDRJ3+TC\n3gNiB7F1nBBUDaF6Jk5bnKcywJW6ul0a1/cYuhMCgYEAgOiSJB/978w9QDx9/Rrn\nvYN3GSN55Rd3CRarSY9l7ly1RNQbyanTVTMBHz7bm3U+ON2w96z65wYA12yPXLTK\nmkc3WKp50s3tmjvx4RwnY6aJdSw9f0/KldCSuFXprau8FkW4oRD09QFq7aIBc0DS\nZWkvUH1gjtn+3xvDp0F6jeUCgYEA1Nforg00/lI4weF3+6uol8SKeJimvU0xPmJy\nunGSTDcX2c6k3mzWQv9V1j+yb5kvb/zv0Fddv6w0/wqVlMnmpdJYwV3AhMttygMl\noBxNLHgzudZhZnWKjdIxNEfJBy06Zrxt2YjqjVuGCF1ZPic77pt9fVF0b+GKb7AM\nzRiqBNUCgYBDEMa5ka3yi/8ISHKK70MvwfyFC+iaSA1aHuBK2HA3jI9rDzjlMsx0\nYIumqBLcR8Ihwvo7jJJA8mRPmHUKwzaKZgBkUaW8BaLp831BUiLUL+AGni7ztyD/\nF3gEKcGxVi7EKKx/iapxjZ1yJk2K4CSvoMzWHFzXH2XZ/WHKWq4itg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:47,914 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-b32c879e-7ce4-49e4-bdef-bddd3a08ec82 2018-11-09 07:04:47,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:48,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:47 GMT Server: Apache x-openstack-request-id: req-f14f99b2-24cd-4d6f-9202-b33e4afdcdda Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:48,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:48 GMT Server: Apache x-openstack-request-id: req-f6df6bdb-4b28-4658-af7b-2d5bf82e1cf3 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fbda1075-022a-4474-9e71-72637df2ca94", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3j7t45MzL+xqXeOPLeli65q1VRPtFya7rxpLVN6ywthmp4ZJ\nN81UR1Y9m8RBMgMTGNWmrNsXBBOET1ZmqtavJcLgLnNjB/OJJIINZEpbCWpXxNvn\no4KWWGjsEQh8PjjNNwqzCV3NqpXTYPHzQcaLdoi/cLPDUlxT5koEP+bke/F+ku1z\nXZdD1ppinl2gNF5VqtsyXWHnb0LfHBur5lRBDuTaaKCY0VijjUx7ohvgb3y1a7hF\n+CaTV2E3rrN6iWJTFPQwguq796sFkJYAqS7shSxxziB0GrxJNUGyH/ZkoXeH77bP\n+QTho465gbOR5rDaXuDwkXzFvWYh5jzpEolS3QIDAQABAoIBABJerzkVTLDUYMJb\n8dTAqr2AryZWHE3ClNbXXIyqT6pNSsbkEZ88KJAw76y1XxIsMOLnnfxBq7hZiKEq\nKhhK4HVFk1Qjk3bvyVEsMsEsaDPyB0ktSAs62wR5v7F0uxhFh6jaCIxopXxJIAyu\nUwYHzDVC/lfpc+aV3RV23r0Nb6tS1jkdkvPa2cOs6LAKhzNCjYE7GRsXc6hls3WH\n+Fdk+2vIw0zC+jatd2hP8BfjtxORUYJ26Cai54YtZlCSNJyv/gURu55vLlft6576\n+k2LUtRMaoRLL5xAVjQDv7bay9GI6UZ128VrrWVCHBBNtSQMVVKC2iha4de73g4I\nmVZgst0CgYEA/lvd/9y+9jKCG5tLWKjdTbuPsIoFJy4zRnHzs1CSPfVkOdkwdq20\nvEyR2FI3PCwJ6a2aw3rFYEZalzP0inXb875YBRH6VkrUFVi3HBYzo62JjCcNRN6c\nIyvEkOhabBooX1dpOunlEcLc5G3vHVpExNlEaPuVe5ptXSS5j3pVXU8CgYEA364F\nGSv6TNwotMvQ3LQEL0+4qJ2yiYkpH29wzXfH1WlcYDdt6dK/o99cJhW6EDBWV6+K\nOQYw2Kgpn0yk478v2w76Rr+ub0NwvTsabOQAInBdV1LHk0K+ibx1oOGrQDRJ3+TC\n3gNiB7F1nBBUDaF6Jk5bnKcywJW6ul0a1/cYuhMCgYEAgOiSJB/978w9QDx9/Rrn\nvYN3GSN55Rd3CRarSY9l7ly1RNQbyanTVTMBHz7bm3U+ON2w96z65wYA12yPXLTK\nmkc3WKp50s3tmjvx4RwnY6aJdSw9f0/KldCSuFXprau8FkW4oRD09QFq7aIBc0DS\nZWkvUH1gjtn+3xvDp0F6jeUCgYEA1Nforg00/lI4weF3+6uol8SKeJimvU0xPmJy\nunGSTDcX2c6k3mzWQv9V1j+yb5kvb/zv0Fddv6w0/wqVlMnmpdJYwV3AhMttygMl\noBxNLHgzudZhZnWKjdIxNEfJBy06Zrxt2YjqjVuGCF1ZPic77pt9fVF0b+GKb7AM\nzRiqBNUCgYBDEMa5ka3yi/8ISHKK70MvwfyFC+iaSA1aHuBK2HA3jI9rDzjlMsx0\nYIumqBLcR8Ihwvo7jJJA8mRPmHUKwzaKZgBkUaW8BaLp831BUiLUL+AGni7ztyD/\nF3gEKcGxVi7EKKx/iapxjZ1yJk2K4CSvoMzWHFzXH2XZ/WHKWq4itg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:48,324 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-f6df6bdb-4b28-4658-af7b-2d5bf82e1cf3 2018-11-09 07:04:48,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:48,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:47 GMT Server: Apache x-openstack-request-id: req-59eb5c4a-9bd9-4c76-96fa-2575670ddd14 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:48,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:04:48 GMT Server: Apache x-openstack-request-id: req-cb8b5c9c-f110-4b35-8837-21c5a48bcf85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:04:48,478 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-cb8b5c9c-f110-4b35-8837-21c5a48bcf85 2018-11-09 07:04:48,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:48,508 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:48 GMT Server: Apache x-openstack-request-id: req-e07133fc-a579-4993-977b-977e12e163e9 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:48,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:48 GMT Server: Apache x-openstack-request-id: req-792948f3-4cdb-42f9-9dd9-fd4e47034f6f 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "tags": null, "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T07:04:48Z", "id": "fbda1075-022a-4474-9e71-72637df2ca94", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:48,533 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-792948f3-4cdb-42f9-9dd9-fd4e47034f6f 2018-11-09 07:04:51,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:51,567 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:51 GMT Server: Apache x-openstack-request-id: req-f16e56c0-4eaf-45b2-8c2e-8457af67417c Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:51,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:51 GMT Server: Apache x-openstack-request-id: req-5f6bfd01-be95-4165-920e-cf885f28d91f 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "tags": null, "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T07:04:48Z", "id": "fbda1075-022a-4474-9e71-72637df2ca94", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:51,609 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-5f6bfd01-be95-4165-920e-cf885f28d91f 2018-11-09 07:04:54,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:54,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:54 GMT Server: Apache x-openstack-request-id: req-f405d40f-10f7-463f-9cb2-936f5e35a08a Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:54,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:54 GMT Server: Apache x-openstack-request-id: req-80624a1d-0389-4de2-891e-816e8ae8ad40 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "tags": null, "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T07:04:48Z", "id": "fbda1075-022a-4474-9e71-72637df2ca94", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:54,821 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-80624a1d-0389-4de2-891e-816e8ae8ad40 2018-11-09 07:04:57,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:04:57,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:04:57 GMT Server: Apache x-openstack-request-id: req-0e465a84-51d2-44c2-b456-40e02fe88163 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:04:58,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:04:57 GMT Server: Apache x-openstack-request-id: req-49fc1b32-4ca0-4aef-972d-418236e05123 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "tags": null, "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T07:04:48Z", "id": "fbda1075-022a-4474-9e71-72637df2ca94", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:04:58,025 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-49fc1b32-4ca0-4aef-972d-418236e05123 2018-11-09 07:05:01,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:05:01,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:01 GMT Server: Apache x-openstack-request-id: req-2f88c8f1-8ecb-4f4e-9b48-0f824709ee56 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:01,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:00 GMT Server: Apache x-openstack-request-id: req-a01256da-beb6-4afe-a35e-2aaab0fb76d7 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "tags": null, "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T07:04:48Z", "id": "fbda1075-022a-4474-9e71-72637df2ca94", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:05:01,086 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-a01256da-beb6-4afe-a35e-2aaab0fb76d7 2018-11-09 07:05:04,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:05:04,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:03 GMT Server: Apache x-openstack-request-id: req-2956dcc7-2d51-4f3c-bc6f-eb8cf475df2a Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:04,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:04 GMT Server: Apache x-openstack-request-id: req-41c1bbf0-e852-4b55-8339-a9f0deab0460 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": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "tags": null, "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T07:04:48Z", "id": "fbda1075-022a-4474-9e71-72637df2ca94", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:05:04,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-41c1bbf0-e852-4b55-8339-a9f0deab0460 2018-11-09 07:05:07,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/fbda1075-022a-4474-9e71-72637df2ca94 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1e8007b392dabfdc204bcd8b978f8387c0edce" 2018-11-09 07:05:07,347 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:07 GMT Server: Apache x-openstack-request-id: req-9580f667-c839-4abf-bc82-c90d454fae4f Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:07,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:06 GMT Server: Apache x-openstack-request-id: req-5da29504-1d1c-4e60-a9d0-30c3a3ceb7d8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 690 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor2", "OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "fbda1075-022a-4474-9e71-72637df2ca94", "OS::stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-subnet", "net_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1"}, "deletion_time": "2018-11-09T07:05:04Z", "stack_name": "HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack", "stack_user_project_id": "211d1df013af48f7bfb575d0c6c6eff6", "tags": null, "creation_time": "2018-11-09T07:04:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T07:04:48Z", "id": "fbda1075-022a-4474-9e71-72637df2ca94", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 07:05:07,373 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-stack/fbda1075-022a-4474-9e71-72637df2ca94 used request id req-5da29504-1d1c-4e60-a9d0-30c3a3ceb7d8 2018-11-09 07:05:07,374 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image1 2018-11-09 07:05:07,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ef606c1efad1fe8ed9e8f031e585c33a37aff85" 2018-11-09 07:05:08,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-941332d2-0a4c-47d6-ade9-b46cf19f4b4b Date: Fri, 09 Nov 2018 07:05:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:08,852 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/88560cac-60e6-4d75-97a1-27ad37dda864 used request id req-941332d2-0a4c-47d6-ade9-b46cf19f4b4b 2018-11-09 07:05:08,853 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-75b88d71-e5d6-417c-ad18-fd6b22f2a8a6-image2 2018-11-09 07:05:08,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f50713fdff1166efb5ec3a72f367758a0b8b384b" 2018-11-09 07:05:10,153 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7ce6c432-c49f-4ee7-96ac-2fce346f24e7 Date: Fri, 09 Nov 2018 07:05:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:10,153 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/588292d9-069f-4d6f-82ca-2a389c9bb7c6 used request id req-7ce6c432-c49f-4ee7-96ac-2fce346f24e7 2018-11-09 07:05:10,155 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 07:05:10,156 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:05:10,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:10,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["YXc0hUd-SdqlOFimGLEmWg"], "issued_at": "2018-11-09T07:05:10.000000Z"}} 2018-11-09 07:05:10,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd7a32452631fec909af8ecbb1f63c0bff368d6a" -d '{"stack_name": "HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-11-09 07:05:12,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:05:10 GMT Server: Apache x-openstack-request-id: req-ef80ee72-c94d-47fa-aa05-b408af5f36fa Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "af99d5ee-bc24-4a8e-83db-325727e95984", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984", "rel": "self"}]}} 2018-11-09 07:05:12,227 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks used request id req-ef80ee72-c94d-47fa-aa05-b408af5f36fa 2018-11-09 07:05:12,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/af99d5ee-bc24-4a8e-83db-325727e95984 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd7a32452631fec909af8ecbb1f63c0bff368d6a" 2018-11-09 07:05:12,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:12 GMT Server: Apache x-openstack-request-id: req-54e0dfb4-2cdd-4c65-a786-172a52404850 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:12,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:11 GMT Server: Apache x-openstack-request-id: req-663ca343-8dbd-4dba-9e94-4be18c2ba606 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "af99d5ee-bc24-4a8e-83db-325727e95984", "OS::stack_name": "HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack", "stack_user_project_id": "284456485c314cf989c648ea01455768", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:05:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "af99d5ee-bc24-4a8e-83db-325727e95984", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 07:05:12,610 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984 used request id req-663ca343-8dbd-4dba-9e94-4be18c2ba606 2018-11-09 07:05:12,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/af99d5ee-bc24-4a8e-83db-325727e95984 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd7a32452631fec909af8ecbb1f63c0bff368d6a" 2018-11-09 07:05:12,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:12 GMT Server: Apache x-openstack-request-id: req-1b74fc4e-7243-4b00-a886-f0b34ddb34fa Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:12,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:12 GMT Server: Apache x-openstack-request-id: req-237cced4-d480-4019-9cc8-61f7ef4f27e7 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": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "af99d5ee-bc24-4a8e-83db-325727e95984", "OS::stack_name": "HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack", "stack_user_project_id": "284456485c314cf989c648ea01455768", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:05:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "af99d5ee-bc24-4a8e-83db-325727e95984", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 07:05:12,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984 used request id req-237cced4-d480-4019-9cc8-61f7ef4f27e7 2018-11-09 07:05:12,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/af99d5ee-bc24-4a8e-83db-325727e95984/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd7a32452631fec909af8ecbb1f63c0bff368d6a" 2018-11-09 07:05:13,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:12 GMT Server: Apache x-openstack-request-id: req-94454869-7ae5-475f-bfa3-c89e84ba960f Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:13,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:13 GMT Server: Apache x-openstack-request-id: req-db2abd11-f3ec-4c75-95c5-e8909cd41748 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-11-09T07:05:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:05:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "93ae49cb-9787-4ef5-a359-f2621c457124", "resource_type": "OS::Nova::Flavor"}]} 2018-11-09 07:05:13,821 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984/resources used request id req-db2abd11-f3ec-4c75-95c5-e8909cd41748 2018-11-09 07:05:13,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/93ae49cb-9787-4ef5-a359-f2621c457124 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd7a32452631fec909af8ecbb1f63c0bff368d6a" 2018-11-09 07:05:13,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-3befbf8b-16ce-4499-b8c6-18fb61d7510e x-compute-request-id: req-3befbf8b-16ce-4499-b8c6-18fb61d7510e Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/93ae49cb-9787-4ef5-a359-f2621c457124", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/93ae49cb-9787-4ef5-a359-f2621c457124", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "93ae49cb-9787-4ef5-a359-f2621c457124", "name": "HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack-flavor-y2vcxu3e7iyd", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:05:13,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/93ae49cb-9787-4ef5-a359-f2621c457124 used request id req-3befbf8b-16ce-4499-b8c6-18fb61d7510e 2018-11-09 07:05:13,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/af99d5ee-bc24-4a8e-83db-325727e95984 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd7a32452631fec909af8ecbb1f63c0bff368d6a" 2018-11-09 07:05:14,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:13 GMT Server: Apache x-openstack-request-id: req-787f578d-69d5-4dfc-bf4c-400cc8d68817 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:14,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:05:13 GMT Server: Apache x-openstack-request-id: req-4941d71c-f293-4960-8629-6f981a67231d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:05:14,205 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsFlavorTests-f32a24f5-498e-46e2-ad53-7ac91cc25b51-stack/af99d5ee-bc24-4a8e-83db-325727e95984 used request id req-4941d71c-f293-4960-8629-6f981a67231d 2018-11-09 07:05:14,206 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 07:05:14,206 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:05:14,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:14,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["46VYVFYiQLGTP-sfJpRIRw"], "issued_at": "2018-11-09T07:05:14.000000Z"}} 2018-11-09 07:05:14,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e400b6e75eee7b55719b8a49f4e9cc8e9b00f" -d '{"stack_name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-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-a144da76-3502-4d73-b274-e5ef0c616c9e-kp"}}' 2018-11-09 07:05:16,295 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:05:14 GMT Server: Apache x-openstack-request-id: req-48a61f32-4d55-406c-8b1e-c3821df5f988 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "0749c2b3-2173-4cfc-abf1-76e491277409", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409", "rel": "self"}]}} 2018-11-09 07:05:16,295 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks used request id req-48a61f32-4d55-406c-8b1e-c3821df5f988 2018-11-09 07:05:16,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/0749c2b3-2173-4cfc-abf1-76e491277409 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e400b6e75eee7b55719b8a49f4e9cc8e9b00f" 2018-11-09 07:05:16,478 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:16 GMT Server: Apache x-openstack-request-id: req-d8896478-15e1-4556-993f-eb0eb7baefa5 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:16,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:16 GMT Server: Apache x-openstack-request-id: req-cc3781dc-6581-4c79-9682-915dbd7d631a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "0749c2b3-2173-4cfc-abf1-76e491277409", "OS::stack_name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack", "keypair_name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack", "stack_user_project_id": "6b495d2b33154e0a8ad6085c99540a9d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:05:15Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0749c2b3-2173-4cfc-abf1-76e491277409", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-09 07:05:16,680 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409 used request id req-cc3781dc-6581-4c79-9682-915dbd7d631a 2018-11-09 07:05:16,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/0749c2b3-2173-4cfc-abf1-76e491277409 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e400b6e75eee7b55719b8a49f4e9cc8e9b00f" 2018-11-09 07:05:16,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:16 GMT Server: Apache x-openstack-request-id: req-3a2a61a8-0186-444d-98e2-812462cd90cc Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:16,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:16 GMT Server: Apache x-openstack-request-id: req-1e0da113-413f-42dc-8761-c309d58c5e16 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1906 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "0749c2b3-2173-4cfc-abf1-76e491277409", "OS::stack_name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack", "keypair_name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack", "stack_user_project_id": "6b495d2b33154e0a8ad6085c99540a9d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:05:15Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0749c2b3-2173-4cfc-abf1-76e491277409", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyLzQmCx+/eD1ZBUcBAm3I+1izd17PqcHqo7SjkC8qIsIbY9t\nIylHCjPoMQoF6EGJNUL82bVdWlA8X4mw/XLqK5wRbgTMtbP4DZqK523rAj7cc988\n84qTbNmH9ZGD/dE2dL8OjXOVE19bVSdwrNJ+XB7gzI3mWyLz4ISCXBXIsurwLNNL\nReIDF5TefLHWMxKbO4lnLJq3ud5AeNMNWyOncjcH2weIlSAMx2lSuhjVUgx9KcdE\nWbzJUaYY7MXevSCqDALPdwSJ8hW3XxOua6+YWMjiPdFY1SDFHiggSMgXyjuTJQt2\nw8ThjCvWJFqJvUS/+TpkJfhy7Cs53iarPoTvGQIDAQABAoIBAEef1230snszwVss\njQqDzOzszsxVspvwTTP2Mfq/7pDUyvUMsAxTth1V2AtnYCQ2/hYbCM1FgUGwT1pn\nbteAIT3eOfnfjIto46E2+0kIV0o907skdEMRtvinxXNBsK7n715IrZCbJR38cEI6\nCGIh2SRVgDB8kS0Dk7EQltL0kuADgjBdZ7EiiHdkTr8X/GaBGDMZFv3eQwZabG29\nJ2EGCiEsl0GwKLGXCKg/jQokN+9m6//9ZK1o52YGz07hE7Hr27RhH7HKa/f97KeC\noEYt3r4yYYKZqpaiEgTmtpsUuqDF6MPJ+PGsTu9afCnZezeX7ffFpu1QN0+EXtGe\n2inox4ECgYEA7QGGfOCVx1lSSDvMiR3S4ROQRC4U/vZ8U+f3HrclqpGmEe0WqSUg\nPosGe+DkeGP/dccnGsGsDGAuP5TD7joxyXwqdN1qBxc6+I0KUXRViLM0NHDE2ldn\np3OBBioCEF4inDpeLEmSJS2t7pTDh30kK9Qo1yXIx1M4vCReXQj0Ds0CgYEA2NMy\nnmrKggzEqlwluP/oEpE7U0NNv15t5GtE+UIEWMIwh2u2x8V7RUREIL+d9phosG3S\nHspzeiFlDFdj6iw7iWp7j44FCNPqMkfXW0sZjCSPsKL5m3orOiRLio4NhTdeIwoA\nRCGvAcfskZii87NDHMZahSxsk4P5mnlvi1UmiX0CgYAK9SUYpPGH0/Nf75PXSw+y\n5EqpPFAwMYkx/+mG/AS7zBwXfBSuIU9KVPcpxw4JGuZ2tYxzSj0AHXpF6kTcwMgI\nfrsfyBTc2xAY6bxuY6iIt3BUdFpFlgDu1wJCHLMXuqJzAqfT+FrPaTs/apVXsEt5\n00dIGzEbNhfLawsJ1h4iiQKBgQCCWw8esOOJJnYCWh4PyELVDt2U5GzUtcfpwRgZ\npzgHyM/2Sqr8Fd1TuoQfEDS+8chW8d+WxW6BqZwfvFaEjg1JQ2x/1Qlv0kAF9K0j\n5NW6LKz6rDDW6a8daH7GETtNsQj2leetDncx4el3a0XksAyUOyhm0luAoKKq3YFT\nSmE93QKBgBzivkiSZOPea12Ca46qYvw3esMzHsj9SZEZNc7MC1NChTbPf6mJ5Bn7\nysoCGp25J7HORmuWt6qCnUCe9ZG/MLLaLcvhbAnTfgFtYtUGHUpnKeLcRpTrY2th\n0HLQaNzXtxwQoi5soEHenU9g1J949SYKOu0hvCw1Fm28vBZpEuLu\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-09 07:05:16,995 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409 used request id req-1e0da113-413f-42dc-8761-c309d58c5e16 2018-11-09 07:05:16,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/0749c2b3-2173-4cfc-abf1-76e491277409/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e400b6e75eee7b55719b8a49f4e9cc8e9b00f" 2018-11-09 07:05:17,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:16 GMT Server: Apache x-openstack-request-id: req-fe0cce19-fc3d-485d-a9ff-4ade7fc2c846 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:17,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:17 GMT Server: Apache x-openstack-request-id: req-a1e7e569-92a3-4ce3-a67e-e30bad549eea 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.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T07:05:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:05:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-11-09 07:05:17,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409/resources used request id req-a1e7e569-92a3-4ce3-a67e-e30bad549eea 2018-11-09 07:05:17,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e400b6e75eee7b55719b8a49f4e9cc8e9b00f" 2018-11-09 07:05:17,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-2653e1f6-7aff-40ce-b536-34f60ad76afb x-compute-request-id: req-2653e1f6-7aff-40ce-b536-34f60ad76afb Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIvNCYLH794PVkFRwECbcj7WLN3Xs+pweqjtKOQLyoiwhtj20jKUcKM+gxCgXoQYk1QvzZtV1aUDxfibD9cuornBFuBMy1s/gNmornbesCPtxz3zzzipNs2Yf1kYP90TZ0vw6Nc5UTX1tVJ3Cs0n5cHuDMjeZbIvPghIJcFciy6vAs00tF4gMXlN58sdYzEps7iWcsmre53kB40w1bI6dyNwfbB4iVIAzHaVK6GNVSDH0px0RZvMlRphjsxd69IKoMAs93BInyFbdfE65rr5hYyOI90VjVIMUeKCBIyBfKO5MlC3bDxOGMK9YkWom9RL/5OmQl+HLsKzneJqs+hO8Z Generated-by-Nova", "user_id": "ce78b31a46f34344952ff01738f305e7", "name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-kp", "deleted": false, "created_at": "2018-11-09T07:05:16.000000", "updated_at": null, "fingerprint": "f3:17:8d:ac:14:b6:bd:fc:65:fc:48:7d:ee:42:ff:f2", "deleted_at": null, "id": 14}} 2018-11-09 07:05:17,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-kp used request id req-2653e1f6-7aff-40ce-b536-34f60ad76afb 2018-11-09 07:05:17,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/0749c2b3-2173-4cfc-abf1-76e491277409 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e400b6e75eee7b55719b8a49f4e9cc8e9b00f" 2018-11-09 07:05:17,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:17 GMT Server: Apache x-openstack-request-id: req-54e4b6e5-9cc2-48f3-96b4-f824e0fbb218 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:17,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:17 GMT Server: Apache x-openstack-request-id: req-b016f3e2-5d4a-44ef-a010-e57afc934032 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1906 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "0749c2b3-2173-4cfc-abf1-76e491277409", "OS::stack_name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack", "keypair_name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack", "stack_user_project_id": "6b495d2b33154e0a8ad6085c99540a9d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:05:15Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0749c2b3-2173-4cfc-abf1-76e491277409", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyLzQmCx+/eD1ZBUcBAm3I+1izd17PqcHqo7SjkC8qIsIbY9t\nIylHCjPoMQoF6EGJNUL82bVdWlA8X4mw/XLqK5wRbgTMtbP4DZqK523rAj7cc988\n84qTbNmH9ZGD/dE2dL8OjXOVE19bVSdwrNJ+XB7gzI3mWyLz4ISCXBXIsurwLNNL\nReIDF5TefLHWMxKbO4lnLJq3ud5AeNMNWyOncjcH2weIlSAMx2lSuhjVUgx9KcdE\nWbzJUaYY7MXevSCqDALPdwSJ8hW3XxOua6+YWMjiPdFY1SDFHiggSMgXyjuTJQt2\nw8ThjCvWJFqJvUS/+TpkJfhy7Cs53iarPoTvGQIDAQABAoIBAEef1230snszwVss\njQqDzOzszsxVspvwTTP2Mfq/7pDUyvUMsAxTth1V2AtnYCQ2/hYbCM1FgUGwT1pn\nbteAIT3eOfnfjIto46E2+0kIV0o907skdEMRtvinxXNBsK7n715IrZCbJR38cEI6\nCGIh2SRVgDB8kS0Dk7EQltL0kuADgjBdZ7EiiHdkTr8X/GaBGDMZFv3eQwZabG29\nJ2EGCiEsl0GwKLGXCKg/jQokN+9m6//9ZK1o52YGz07hE7Hr27RhH7HKa/f97KeC\noEYt3r4yYYKZqpaiEgTmtpsUuqDF6MPJ+PGsTu9afCnZezeX7ffFpu1QN0+EXtGe\n2inox4ECgYEA7QGGfOCVx1lSSDvMiR3S4ROQRC4U/vZ8U+f3HrclqpGmEe0WqSUg\nPosGe+DkeGP/dccnGsGsDGAuP5TD7joxyXwqdN1qBxc6+I0KUXRViLM0NHDE2ldn\np3OBBioCEF4inDpeLEmSJS2t7pTDh30kK9Qo1yXIx1M4vCReXQj0Ds0CgYEA2NMy\nnmrKggzEqlwluP/oEpE7U0NNv15t5GtE+UIEWMIwh2u2x8V7RUREIL+d9phosG3S\nHspzeiFlDFdj6iw7iWp7j44FCNPqMkfXW0sZjCSPsKL5m3orOiRLio4NhTdeIwoA\nRCGvAcfskZii87NDHMZahSxsk4P5mnlvi1UmiX0CgYAK9SUYpPGH0/Nf75PXSw+y\n5EqpPFAwMYkx/+mG/AS7zBwXfBSuIU9KVPcpxw4JGuZ2tYxzSj0AHXpF6kTcwMgI\nfrsfyBTc2xAY6bxuY6iIt3BUdFpFlgDu1wJCHLMXuqJzAqfT+FrPaTs/apVXsEt5\n00dIGzEbNhfLawsJ1h4iiQKBgQCCWw8esOOJJnYCWh4PyELVDt2U5GzUtcfpwRgZ\npzgHyM/2Sqr8Fd1TuoQfEDS+8chW8d+WxW6BqZwfvFaEjg1JQ2x/1Qlv0kAF9K0j\n5NW6LKz6rDDW6a8daH7GETtNsQj2leetDncx4el3a0XksAyUOyhm0luAoKKq3YFT\nSmE93QKBgBzivkiSZOPea12Ca46qYvw3esMzHsj9SZEZNc7MC1NChTbPf6mJ5Bn7\nysoCGp25J7HORmuWt6qCnUCe9ZG/MLLaLcvhbAnTfgFtYtUGHUpnKeLcRpTrY2th\n0HLQaNzXtxwQoi5soEHenU9g1J949SYKOu0hvCw1Fm28vBZpEuLu\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-09 07:05:17,788 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409 used request id req-b016f3e2-5d4a-44ef-a010-e57afc934032 2018-11-09 07:05:17,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e400b6e75eee7b55719b8a49f4e9cc8e9b00f" 2018-11-09 07:05:17,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-97c95e6b-a380-4d0b-bd09-8a7d9874f205 x-compute-request-id: req-97c95e6b-a380-4d0b-bd09-8a7d9874f205 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIvNCYLH794PVkFRwECbcj7WLN3Xs+pweqjtKOQLyoiwhtj20jKUcKM+gxCgXoQYk1QvzZtV1aUDxfibD9cuornBFuBMy1s/gNmornbesCPtxz3zzzipNs2Yf1kYP90TZ0vw6Nc5UTX1tVJ3Cs0n5cHuDMjeZbIvPghIJcFciy6vAs00tF4gMXlN58sdYzEps7iWcsmre53kB40w1bI6dyNwfbB4iVIAzHaVK6GNVSDH0px0RZvMlRphjsxd69IKoMAs93BInyFbdfE65rr5hYyOI90VjVIMUeKCBIyBfKO5MlC3bDxOGMK9YkWom9RL/5OmQl+HLsKzneJqs+hO8Z Generated-by-Nova", "user_id": "ce78b31a46f34344952ff01738f305e7", "name": "HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-kp", "deleted": false, "created_at": "2018-11-09T07:05:16.000000", "updated_at": null, "fingerprint": "f3:17:8d:ac:14:b6:bd:fc:65:fc:48:7d:ee:42:ff:f2", "deleted_at": null, "id": 14}} 2018-11-09 07:05:17,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-kp used request id req-97c95e6b-a380-4d0b-bd09-8a7d9874f205 2018-11-09 07:05:17,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/0749c2b3-2173-4cfc-abf1-76e491277409 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815e400b6e75eee7b55719b8a49f4e9cc8e9b00f" 2018-11-09 07:05:17,966 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:17 GMT Server: Apache x-openstack-request-id: req-30ab65b5-bfab-4342-a0d5-accf0b706134 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:18,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:05:17 GMT Server: Apache x-openstack-request-id: req-05608130-6844-44ab-a6c3-8c2a4378b51e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:05:18,009 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsKeypairTests-a144da76-3502-4d73-b274-e5ef0c616c9e-stack/0749c2b3-2173-4cfc-abf1-76e491277409 used request id req-05608130-6844-44ab-a6c3-8c2a4378b51e 2018-11-09 07:05:18,010 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 07:05:18,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:18,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["rApA_59_TwePA3Gq3t-ZNw"], "issued_at": "2018-11-09T07:05:18.000000Z"}} 2018-11-09 07:05:18,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda60c7a6390bcfd852cae42ffabc99e00ecea24" -d '{"stack_name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-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-405fd46a-1a7f-4670-a74a-56df092b1481-sec-grp"}}' 2018-11-09 07:05:19,849 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:05:17 GMT Server: Apache x-openstack-request-id: req-16dc5ab9-32ab-4c50-b4f9-a8402fd57780 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "1edd080e-b00d-4f10-8f58-9f013f194fc9", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9", "rel": "self"}]}} 2018-11-09 07:05:19,850 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks used request id req-16dc5ab9-32ab-4c50-b4f9-a8402fd57780 2018-11-09 07:05:19,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/1edd080e-b00d-4f10-8f58-9f013f194fc9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda60c7a6390bcfd852cae42ffabc99e00ecea24" 2018-11-09 07:05:20,041 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:19 GMT Server: Apache x-openstack-request-id: req-aaf7a6f7-ee9b-4ba8-b8aa-b8bde9b8265a Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:20,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:19 GMT Server: Apache x-openstack-request-id: req-9ec68fce-b624-4a00-902e-612afd195b82 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "1edd080e-b00d-4f10-8f58-9f013f194fc9", "OS::stack_name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack", "security_group_name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack", "stack_user_project_id": "7cb61a9d63d7456e8867b2b3972b9bfe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:05:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1edd080e-b00d-4f10-8f58-9f013f194fc9", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 07:05:20,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9 used request id req-9ec68fce-b624-4a00-902e-612afd195b82 2018-11-09 07:05:20,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/1edd080e-b00d-4f10-8f58-9f013f194fc9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda60c7a6390bcfd852cae42ffabc99e00ecea24" 2018-11-09 07:05:20,402 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:19 GMT Server: Apache x-openstack-request-id: req-e689e938-5fc0-4773-b32f-e64543f8b87f Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:20,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:20 GMT Server: Apache x-openstack-request-id: req-5b6375f4-17b1-4d0d-87a6-ec2aa5f59c14 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "1edd080e-b00d-4f10-8f58-9f013f194fc9", "OS::stack_name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack", "security_group_name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack", "stack_user_project_id": "7cb61a9d63d7456e8867b2b3972b9bfe", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T07:05:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1edd080e-b00d-4f10-8f58-9f013f194fc9", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 07:05:20,595 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9 used request id req-5b6375f4-17b1-4d0d-87a6-ec2aa5f59c14 2018-11-09 07:05:23,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/1edd080e-b00d-4f10-8f58-9f013f194fc9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda60c7a6390bcfd852cae42ffabc99e00ecea24" 2018-11-09 07:05:23,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:23 GMT Server: Apache x-openstack-request-id: req-de4d940a-4c07-4ac9-add8-4008731aae97 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:23,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:23 GMT Server: Apache x-openstack-request-id: req-a772180c-cc3e-4813-96ca-79a23092a84c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "eaa3a8fe44f244bdb42f6df651318422", "OS::stack_id": "1edd080e-b00d-4f10-8f58-9f013f194fc9", "OS::stack_name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack", "security_group_name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack", "stack_user_project_id": "7cb61a9d63d7456e8867b2b3972b9bfe", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T07:05:19Z", "links": [{"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1edd080e-b00d-4f10-8f58-9f013f194fc9", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 07:05:23,998 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9 used request id req-a772180c-cc3e-4813-96ca-79a23092a84c 2018-11-09 07:05:24,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/1edd080e-b00d-4f10-8f58-9f013f194fc9/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda60c7a6390bcfd852cae42ffabc99e00ecea24" 2018-11-09 07:05:24,029 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:24 GMT Server: Apache x-openstack-request-id: req-8c985bc6-d1f0-41ba-8c88-bc5255702cea Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:24,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:23 GMT Server: Apache x-openstack-request-id: req-fe672f6b-7066-4ae0-8f38-59fccb67c188 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.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T07:05:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T07:05:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-11-09 07:05:24,205 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9/resources used request id req-fe672f6b-7066-4ae0-8f38-59fccb67c188 2018-11-09 07:05:24,206 - neutron_utils - INFO - Retrieving security group with ID - 8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72 2018-11-09 07:05:24,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda60c7a6390bcfd852cae42ffabc99e00ecea24" 2018-11-09 07:05:24,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-31f4c536-c813-4e07-90d6-1e7c3bc1d370 Date: Fri, 09 Nov 2018 07:05:23 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T07:05:19Z", "updated_at": "2018-11-09T07:05:21Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:05:21Z", "revision_number": 0, "id": "dc015d57-0537-4cf1-996d-8537e924b1a7", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T07:05:21Z", "security_group_id": "8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T07:05:21Z", "revision_number": 0, "id": "f499b146-ebf0-4023-9d79-efd17f61a9b9", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T07:05:21Z", "security_group_id": "8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": 22, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 6, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72", "name": "HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-sec-grp"}]} 2018-11-09 07:05:24,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72 used request id req-31f4c536-c813-4e07-90d6-1e7c3bc1d370 2018-11-09 07:05:24,421 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72 2018-11-09 07:05:24,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda60c7a6390bcfd852cae42ffabc99e00ecea24" 2018-11-09 07:05:24,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-5e290d1d-d602-4ad8-a013-b3354a465d69 Date: Fri, 09 Nov 2018 07:05:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-09T07:05:21Z", "security_group_id": "8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72", "port_range_min": null, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T07:05:21Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "dc015d57-0537-4cf1-996d-8537e924b1a7"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-09T07:05:21Z", "security_group_id": "8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72", "port_range_min": 22, "revision_number": 0, "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T07:05:21Z", "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "f499b146-ebf0-4023-9d79-efd17f61a9b9"}]} 2018-11-09 07:05:24,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=8e1d87d3-0eaa-4e31-9dfc-75b3047b0a72 used request id req-5e290d1d-d602-4ad8-a013-b3354a465d69 2018-11-09 07:05:24,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/1edd080e-b00d-4f10-8f58-9f013f194fc9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda60c7a6390bcfd852cae42ffabc99e00ecea24" 2018-11-09 07:05:24,639 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 07:05:24 GMT Server: Apache x-openstack-request-id: req-0806aba9-855b-4cb0-8e25-347247160cf5 Location: http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 07:05:24,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:05:24 GMT Server: Apache x-openstack-request-id: req-63165cf0-743d-4a2e-bf37-479bcc83e511 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:05:24,680 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422/stacks/HeatUtilsSecurityGroupTests-405fd46a-1a7f-4670-a74a-56df092b1481-stack/1edd080e-b00d-4f10-8f58-9f013f194fc9 used request id req-63165cf0-743d-4a2e-bf37-479bcc83e511 2018-11-09 07:05:24,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:25,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["eNn1q1bZR4KyVvF01a-Knw"], "issued_at": "2018-11-09T07:05:25.000000Z"}} 2018-11-09 07:05:25,075 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d137f6d2b5709b3e4e2011099546b36505d4b250" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-49842803-c54f-4279-99dd-42fbecab4333"}}' 2018-11-09 07:05:25,344 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:25 GMT Server: Apache x-compute-request-id: req-30e606ed-1a25-49ab-9c10-8942611329b2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-30e606ed-1a25-49ab-9c10-8942611329b2 Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "27af6456-8411-440a-b030-b5973984fadc", "name": "CinderUtilsQoSTests-49842803-c54f-4279-99dd-42fbecab4333"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/27af6456-8411-440a-b030-b5973984fadc", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/27af6456-8411-440a-b030-b5973984fadc", "rel": "bookmark"}]} 2018-11-09 07:05:25,344 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-30e606ed-1a25-49ab-9c10-8942611329b2 2018-11-09 07:05:25,348 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30e606ed-1a25-49ab-9c10-8942611329b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d137f6d2b5709b3e4e2011099546b36505d4b250" 2018-11-09 07:05:26,059 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:25 GMT Server: Apache x-compute-request-id: req-cdd4d937-45df-45fc-83a8-7831cc30b328 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cdd4d937-45df-45fc-83a8-7831cc30b328 Content-Encoding: gzip Content-Length: 154 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "27af6456-8411-440a-b030-b5973984fadc", "name": "CinderUtilsQoSTests-49842803-c54f-4279-99dd-42fbecab4333"}]} 2018-11-09 07:05:26,059 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-cdd4d937-45df-45fc-83a8-7831cc30b328 2018-11-09 07:05:26,060 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-49842803-c54f-4279-99dd-42fbecab4333 2018-11-09 07:05:26,063 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/27af6456-8411-440a-b030-b5973984fadc?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30e606ed-1a25-49ab-9c10-8942611329b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d137f6d2b5709b3e4e2011099546b36505d4b250" 2018-11-09 07:05:26,809 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cf594124-be54-482f-80b2-714281e3a35b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:26,809 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/27af6456-8411-440a-b030-b5973984fadc?force=False used request id req-cf594124-be54-482f-80b2-714281e3a35b 2018-11-09 07:05:26,813 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30e606ed-1a25-49ab-9c10-8942611329b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d137f6d2b5709b3e4e2011099546b36505d4b250" 2018-11-09 07:05:27,007 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:26 GMT Server: Apache x-compute-request-id: req-c56a94e5-fa6c-4023-858a-e92b77f3eb27 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c56a94e5-fa6c-4023-858a-e92b77f3eb27 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-09 07:05:27,007 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-c56a94e5-fa6c-4023-858a-e92b77f3eb27 2018-11-09 07:05:27,008 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-49842803-c54f-4279-99dd-42fbecab4333 2018-11-09 07:05:27,011 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/27af6456-8411-440a-b030-b5973984fadc?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30e606ed-1a25-49ab-9c10-8942611329b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d137f6d2b5709b3e4e2011099546b36505d4b250" 2018-11-09 07:05:27,045 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:05:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-746cfcee-abf4-4735-8529-ae8b6a4b3821 x-openstack-request-id: req-746cfcee-abf4-4735-8529-ae8b6a4b3821 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 27af6456-8411-440a-b030-b5973984fadc.", "code": 404}} 2018-11-09 07:05:27,045 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/27af6456-8411-440a-b030-b5973984fadc?force=False used request id req-746cfcee-abf4-4735-8529-ae8b6a4b3821 2018-11-09 07:05:27,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:27,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["UVfBZkYcSBO635fxgKFgZw"], "issued_at": "2018-11-09T07:05:27.000000Z"}} 2018-11-09 07:05:27,435 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a14a3e2e6e89fa5a5205d07b4b005cd9dc20a07a" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-8309a8ef-b0df-4058-92ca-814da951f7a9"}}' 2018-11-09 07:05:28,183 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:27 GMT Server: Apache x-compute-request-id: req-3aa299d2-38fa-4fd0-a029-4ac2f8c6fc94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3aa299d2-38fa-4fd0-a029-4ac2f8c6fc94 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "016e1f08-42a0-4699-a71a-848c427d95c5", "name": "CinderUtilsQoSTests-8309a8ef-b0df-4058-92ca-814da951f7a9"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/016e1f08-42a0-4699-a71a-848c427d95c5", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/016e1f08-42a0-4699-a71a-848c427d95c5", "rel": "bookmark"}]} 2018-11-09 07:05:28,183 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-3aa299d2-38fa-4fd0-a029-4ac2f8c6fc94 2018-11-09 07:05:28,187 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3aa299d2-38fa-4fd0-a029-4ac2f8c6fc94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a14a3e2e6e89fa5a5205d07b4b005cd9dc20a07a" 2018-11-09 07:05:28,890 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:28 GMT Server: Apache x-compute-request-id: req-59d17ac0-1572-465c-9b05-d6bc53d4d80c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-59d17ac0-1572-465c-9b05-d6bc53d4d80c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "016e1f08-42a0-4699-a71a-848c427d95c5", "name": "CinderUtilsQoSTests-8309a8ef-b0df-4058-92ca-814da951f7a9"}]} 2018-11-09 07:05:28,890 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-59d17ac0-1572-465c-9b05-d6bc53d4d80c 2018-11-09 07:05:28,893 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/016e1f08-42a0-4699-a71a-848c427d95c5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3aa299d2-38fa-4fd0-a029-4ac2f8c6fc94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a14a3e2e6e89fa5a5205d07b4b005cd9dc20a07a" 2018-11-09 07:05:29,622 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:28 GMT Server: Apache x-compute-request-id: req-a780f02a-5d6e-476c-8f34-1b2a264b7649 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a780f02a-5d6e-476c-8f34-1b2a264b7649 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "016e1f08-42a0-4699-a71a-848c427d95c5", "name": "CinderUtilsQoSTests-8309a8ef-b0df-4058-92ca-814da951f7a9"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/016e1f08-42a0-4699-a71a-848c427d95c5", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/016e1f08-42a0-4699-a71a-848c427d95c5", "rel": "bookmark"}]} 2018-11-09 07:05:29,622 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/016e1f08-42a0-4699-a71a-848c427d95c5 used request id req-a780f02a-5d6e-476c-8f34-1b2a264b7649 2018-11-09 07:05:29,622 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-8309a8ef-b0df-4058-92ca-814da951f7a9 2018-11-09 07:05:29,625 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/016e1f08-42a0-4699-a71a-848c427d95c5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3aa299d2-38fa-4fd0-a029-4ac2f8c6fc94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a14a3e2e6e89fa5a5205d07b4b005cd9dc20a07a" 2018-11-09 07:05:29,849 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-00b6c318-897c-49b5-b58d-1b88b8fbd17c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:29,849 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/016e1f08-42a0-4699-a71a-848c427d95c5?force=False used request id req-00b6c318-897c-49b5-b58d-1b88b8fbd17c 2018-11-09 07:05:29,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:30,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["3QMM37TJRdemSB__4uRauA"], "issued_at": "2018-11-09T07:05:30.000000Z"}} 2018-11-09 07:05:30,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b3d73d1cf4cf9cbdaa35e7d839eefa5847b0a4" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-11e7bfe1-b7c6-4fae-9900-2739c2354a88"}}' 2018-11-09 07:05:30,520 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:30 GMT Server: Apache x-compute-request-id: req-d23078d7-413b-48b8-92cf-e1105af0595e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d23078d7-413b-48b8-92cf-e1105af0595e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "8204c8cb-fcd7-49cb-8d95-c76a73e45ed6", "name": "CinderUtilsQoSTests-11e7bfe1-b7c6-4fae-9900-2739c2354a88"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8204c8cb-fcd7-49cb-8d95-c76a73e45ed6", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8204c8cb-fcd7-49cb-8d95-c76a73e45ed6", "rel": "bookmark"}]} 2018-11-09 07:05:30,520 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-d23078d7-413b-48b8-92cf-e1105af0595e 2018-11-09 07:05:30,523 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d23078d7-413b-48b8-92cf-e1105af0595e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b3d73d1cf4cf9cbdaa35e7d839eefa5847b0a4" 2018-11-09 07:05:30,723 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:30 GMT Server: Apache x-compute-request-id: req-312af129-9dfb-4d11-bf37-728867affc55 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-312af129-9dfb-4d11-bf37-728867affc55 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "8204c8cb-fcd7-49cb-8d95-c76a73e45ed6", "name": "CinderUtilsQoSTests-11e7bfe1-b7c6-4fae-9900-2739c2354a88"}]} 2018-11-09 07:05:30,723 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-312af129-9dfb-4d11-bf37-728867affc55 2018-11-09 07:05:30,727 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8204c8cb-fcd7-49cb-8d95-c76a73e45ed6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d23078d7-413b-48b8-92cf-e1105af0595e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b3d73d1cf4cf9cbdaa35e7d839eefa5847b0a4" 2018-11-09 07:05:30,911 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:30 GMT Server: Apache x-compute-request-id: req-9e67309d-8720-4a7b-bb58-de849a733710 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9e67309d-8720-4a7b-bb58-de849a733710 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "8204c8cb-fcd7-49cb-8d95-c76a73e45ed6", "name": "CinderUtilsQoSTests-11e7bfe1-b7c6-4fae-9900-2739c2354a88"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8204c8cb-fcd7-49cb-8d95-c76a73e45ed6", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8204c8cb-fcd7-49cb-8d95-c76a73e45ed6", "rel": "bookmark"}]} 2018-11-09 07:05:30,911 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8204c8cb-fcd7-49cb-8d95-c76a73e45ed6 used request id req-9e67309d-8720-4a7b-bb58-de849a733710 2018-11-09 07:05:30,911 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-11e7bfe1-b7c6-4fae-9900-2739c2354a88 2018-11-09 07:05:30,914 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8204c8cb-fcd7-49cb-8d95-c76a73e45ed6?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d23078d7-413b-48b8-92cf-e1105af0595e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b3d73d1cf4cf9cbdaa35e7d839eefa5847b0a4" 2018-11-09 07:05:31,673 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-076b11d9-73c2-4b73-a9d2-f22c857ff48c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:31,673 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8204c8cb-fcd7-49cb-8d95-c76a73e45ed6?force=False used request id req-076b11d9-73c2-4b73-a9d2-f22c857ff48c 2018-11-09 07:05:31,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:32,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["46avX1YjQyGVJsppMmQ_5g"], "issued_at": "2018-11-09T07:05:31.000000Z"}} 2018-11-09 07:05:32,060 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76212c7e88d7886607212cd8fb7d3378eff60319" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-12581292-0c25-45c5-b87c-274bea1868f7"}}' 2018-11-09 07:05:32,274 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:31 GMT Server: Apache x-compute-request-id: req-6be829b8-e7d8-4241-9410-7abd6e87c982 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6be829b8-e7d8-4241-9410-7abd6e87c982 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "8c9d52a4-50f8-4bb1-b3b5-f7689815768a", "name": "CinderUtilsQoSTests-12581292-0c25-45c5-b87c-274bea1868f7"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8c9d52a4-50f8-4bb1-b3b5-f7689815768a", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8c9d52a4-50f8-4bb1-b3b5-f7689815768a", "rel": "bookmark"}]} 2018-11-09 07:05:32,274 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-6be829b8-e7d8-4241-9410-7abd6e87c982 2018-11-09 07:05:32,277 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6be829b8-e7d8-4241-9410-7abd6e87c982" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76212c7e88d7886607212cd8fb7d3378eff60319" 2018-11-09 07:05:32,997 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:31 GMT Server: Apache x-compute-request-id: req-3ccbfc40-509e-469e-8b28-874998ca7c8f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ccbfc40-509e-469e-8b28-874998ca7c8f Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "8c9d52a4-50f8-4bb1-b3b5-f7689815768a", "name": "CinderUtilsQoSTests-12581292-0c25-45c5-b87c-274bea1868f7"}]} 2018-11-09 07:05:32,997 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-3ccbfc40-509e-469e-8b28-874998ca7c8f 2018-11-09 07:05:33,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8c9d52a4-50f8-4bb1-b3b5-f7689815768a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6be829b8-e7d8-4241-9410-7abd6e87c982" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76212c7e88d7886607212cd8fb7d3378eff60319" 2018-11-09 07:05:33,706 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:33 GMT Server: Apache x-compute-request-id: req-97eeef2e-d1a8-4dc8-ad79-74141a05bb8e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97eeef2e-d1a8-4dc8-ad79-74141a05bb8e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "8c9d52a4-50f8-4bb1-b3b5-f7689815768a", "name": "CinderUtilsQoSTests-12581292-0c25-45c5-b87c-274bea1868f7"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8c9d52a4-50f8-4bb1-b3b5-f7689815768a", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8c9d52a4-50f8-4bb1-b3b5-f7689815768a", "rel": "bookmark"}]} 2018-11-09 07:05:33,706 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8c9d52a4-50f8-4bb1-b3b5-f7689815768a used request id req-97eeef2e-d1a8-4dc8-ad79-74141a05bb8e 2018-11-09 07:05:33,706 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-12581292-0c25-45c5-b87c-274bea1868f7 2018-11-09 07:05:33,709 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8c9d52a4-50f8-4bb1-b3b5-f7689815768a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6be829b8-e7d8-4241-9410-7abd6e87c982" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76212c7e88d7886607212cd8fb7d3378eff60319" 2018-11-09 07:05:33,946 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-55ee556e-53e4-4138-bf3f-edbdf642b5a6 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:33,946 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/8c9d52a4-50f8-4bb1-b3b5-f7689815768a?force=False used request id req-55ee556e-53e4-4138-bf3f-edbdf642b5a6 2018-11-09 07:05:33,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:34,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["fTwDZuOVS2Gty7zZu2RoWA"], "issued_at": "2018-11-09T07:05:33.000000Z"}} 2018-11-09 07:05:34,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" 2018-11-09 07:05:34,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2edae74e-ea0e-4ecc-9253-fb96643589f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:05:34,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2edae74e-ea0e-4ecc-9253-fb96643589f7 2018-11-09 07:05:34,418 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-c698eee9-db76-4df3-8791-189514c8dd1f", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 07:05:34,797 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:34 GMT Server: Apache x-compute-request-id: req-3d72b42d-9139-450a-99d6-58983f6fb2b2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3d72b42d-9139-450a-99d6-58983f6fb2b2 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "ce78b31a46f34344952ff01738f305e7", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T07:05:34.240897", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-c698eee9-db76-4df3-8791-189514c8dd1f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "25b90a96-a848-4804-b887-01698af1a6a5", "size": 1}} 2018-11-09 07:05:34,797 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes used request id req-3d72b42d-9139-450a-99d6-58983f6fb2b2 2018-11-09 07:05:34,801 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d72b42d-9139-450a-99d6-58983f6fb2b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" 2018-11-09 07:05:35,015 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:34 GMT Server: Apache x-compute-request-id: req-74dd9a9c-6596-4899-a68c-2a5b469e27e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74dd9a9c-6596-4899-a68c-2a5b469e27e5 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:05:34.000000", "replication_status": null, "snapshot_id": null, "id": "25b90a96-a848-4804-b887-01698af1a6a5", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-c698eee9-db76-4df3-8791-189514c8dd1f", "bootable": "false", "created_at": "2018-11-09T07:05:34.000000", "volume_type": null}} 2018-11-09 07:05:35,015 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 used request id req-74dd9a9c-6596-4899-a68c-2a5b469e27e5 2018-11-09 07:05:35,019 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d72b42d-9139-450a-99d6-58983f6fb2b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" 2018-11-09 07:05:35,220 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:34 GMT Server: Apache x-compute-request-id: req-aa36d334-9815-47d3-ae05-93814c03cfbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aa36d334-9815-47d3-ae05-93814c03cfbc Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:05:35.000000", "replication_status": null, "snapshot_id": null, "id": "25b90a96-a848-4804-b887-01698af1a6a5", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-c698eee9-db76-4df3-8791-189514c8dd1f", "bootable": "false", "created_at": "2018-11-09T07:05:34.000000", "volume_type": null}} 2018-11-09 07:05:35,220 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 used request id req-aa36d334-9815-47d3-ae05-93814c03cfbc 2018-11-09 07:05:35,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d72b42d-9139-450a-99d6-58983f6fb2b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" 2018-11-09 07:05:35,945 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:34 GMT Server: Apache x-compute-request-id: req-d30894fc-270b-49f2-96b8-9ddc8551695d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d30894fc-270b-49f2-96b8-9ddc8551695d Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:05:35.000000", "replication_status": null, "snapshot_id": null, "id": "25b90a96-a848-4804-b887-01698af1a6a5", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-c698eee9-db76-4df3-8791-189514c8dd1f", "bootable": "false", "created_at": "2018-11-09T07:05:34.000000", "volume_type": null}]} 2018-11-09 07:05:35,945 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail used request id req-d30894fc-270b-49f2-96b8-9ddc8551695d 2018-11-09 07:05:35,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:05:35,955 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:05:35,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" 2018-11-09 07:05:35,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c4e7e92-f5c6-4584-ac5a-f4a64329c2fe 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:05:35,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-7c4e7e92-f5c6-4584-ac5a-f4a64329c2fe 2018-11-09 07:05:35,975 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-c698eee9-db76-4df3-8791-189514c8dd1f 2018-11-09 07:05:35,978 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d72b42d-9139-450a-99d6-58983f6fb2b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" 2018-11-09 07:05:36,227 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-25ac2468-02e8-4a11-b8a3-652a0138f5c8 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:36,228 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 used request id req-25ac2468-02e8-4a11-b8a3-652a0138f5c8 2018-11-09 07:05:36,231 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d72b42d-9139-450a-99d6-58983f6fb2b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" 2018-11-09 07:05:36,940 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:05:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e061b2b3-315f-4cd5-ab0c-39e6eb49ea16 x-openstack-request-id: req-e061b2b3-315f-4cd5-ab0c-39e6eb49ea16 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 25b90a96-a848-4804-b887-01698af1a6a5 could not be found.", "code": 404}} 2018-11-09 07:05:36,940 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 used request id req-e061b2b3-315f-4cd5-ab0c-39e6eb49ea16 2018-11-09 07:05:36,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d72b42d-9139-450a-99d6-58983f6fb2b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" 2018-11-09 07:05:37,131 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:36 GMT Server: Apache x-compute-request-id: req-efea46a6-11d9-4fe5-8774-6a4b77433d9f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-efea46a6-11d9-4fe5-8774-6a4b77433d9f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 07:05:37,131 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail used request id req-efea46a6-11d9-4fe5-8774-6a4b77433d9f 2018-11-09 07:05:37,132 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-c698eee9-db76-4df3-8791-189514c8dd1f 2018-11-09 07:05:37,135 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d72b42d-9139-450a-99d6-58983f6fb2b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" 2018-11-09 07:05:37,316 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:05:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-059c47ae-899f-4e01-8434-7de3f1cf1701 x-openstack-request-id: req-059c47ae-899f-4e01-8434-7de3f1cf1701 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 25b90a96-a848-4804-b887-01698af1a6a5 could not be found.", "code": 404}} 2018-11-09 07:05:37,317 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 used request id req-059c47ae-899f-4e01-8434-7de3f1cf1701 2018-11-09 07:05:37,320 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d72b42d-9139-450a-99d6-58983f6fb2b2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7068f6947c72e0ae932f5bf82cc132615f510098" 2018-11-09 07:05:37,625 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:05:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-efd3c957-246f-43d2-80ad-912ea5344087 x-openstack-request-id: req-efd3c957-246f-43d2-80ad-912ea5344087 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 25b90a96-a848-4804-b887-01698af1a6a5 could not be found.", "code": 404}} 2018-11-09 07:05:37,625 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/25b90a96-a848-4804-b887-01698af1a6a5 used request id req-efd3c957-246f-43d2-80ad-912ea5344087 2018-11-09 07:05:37,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:38,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["IWILx8CsS4GQZlqmGaqKKg"], "issued_at": "2018-11-09T07:05:38.000000Z"}} 2018-11-09 07:05:38,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a685e3f00bb3845908fa467ebb84a7bb676092" 2018-11-09 07:05:38,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad32ca06-d673-4c6b-80bc-beea84f70ad0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:05:38,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ad32ca06-d673-4c6b-80bc-beea84f70ad0 2018-11-09 07:05:38,179 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a685e3f00bb3845908fa467ebb84a7bb676092" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-1cd36f8d-c5b6-4699-a539-6cfdbbaefc4c", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 07:05:38,563 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:37 GMT Server: Apache x-compute-request-id: req-c4564f9a-4d0b-4cc5-9133-85d294688347 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c4564f9a-4d0b-4cc5-9133-85d294688347 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "ce78b31a46f34344952ff01738f305e7", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T07:05:38.043387", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-1cd36f8d-c5b6-4699-a539-6cfdbbaefc4c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "size": 1}} 2018-11-09 07:05:38,563 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes used request id req-c4564f9a-4d0b-4cc5-9133-85d294688347 2018-11-09 07:05:38,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4564f9a-4d0b-4cc5-9133-85d294688347" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a685e3f00bb3845908fa467ebb84a7bb676092" 2018-11-09 07:05:38,763 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:38 GMT Server: Apache x-compute-request-id: req-d77743ca-7438-41ab-a4cd-4772de453104 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d77743ca-7438-41ab-a4cd-4772de453104 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:05:38.000000", "replication_status": null, "snapshot_id": null, "id": "8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-1cd36f8d-c5b6-4699-a539-6cfdbbaefc4c", "bootable": "false", "created_at": "2018-11-09T07:05:38.000000", "volume_type": null}} 2018-11-09 07:05:38,763 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d used request id req-d77743ca-7438-41ab-a4cd-4772de453104 2018-11-09 07:05:38,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4564f9a-4d0b-4cc5-9133-85d294688347" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a685e3f00bb3845908fa467ebb84a7bb676092" 2018-11-09 07:05:39,068 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:38 GMT Server: Apache x-compute-request-id: req-257a2276-b409-488c-bd80-95b4d51d4381 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-257a2276-b409-488c-bd80-95b4d51d4381 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:05:38.000000", "replication_status": null, "snapshot_id": null, "id": "8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-1cd36f8d-c5b6-4699-a539-6cfdbbaefc4c", "bootable": "false", "created_at": "2018-11-09T07:05:38.000000", "volume_type": null}} 2018-11-09 07:05:39,069 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d used request id req-257a2276-b409-488c-bd80-95b4d51d4381 2018-11-09 07:05:39,072 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4564f9a-4d0b-4cc5-9133-85d294688347" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a685e3f00bb3845908fa467ebb84a7bb676092" 2018-11-09 07:05:39,260 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:38 GMT Server: Apache x-compute-request-id: req-cfd4cbbf-7022-43ef-a159-f84dcb2cc35c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cfd4cbbf-7022-43ef-a159-f84dcb2cc35c Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:05:38.000000", "replication_status": null, "snapshot_id": null, "id": "8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-1cd36f8d-c5b6-4699-a539-6cfdbbaefc4c", "bootable": "false", "created_at": "2018-11-09T07:05:38.000000", "volume_type": null}]} 2018-11-09 07:05:39,260 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/detail used request id req-cfd4cbbf-7022-43ef-a159-f84dcb2cc35c 2018-11-09 07:05:39,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:05:39,269 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:05:39,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a685e3f00bb3845908fa467ebb84a7bb676092" 2018-11-09 07:05:39,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93848e9b-1925-4c08-8856-6256762bff72 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.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:05:39,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-93848e9b-1925-4c08-8856-6256762bff72 2018-11-09 07:05:39,349 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-1cd36f8d-c5b6-4699-a539-6cfdbbaefc4c 2018-11-09 07:05:39,352 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4564f9a-4d0b-4cc5-9133-85d294688347" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a685e3f00bb3845908fa467ebb84a7bb676092" 2018-11-09 07:05:39,583 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a373a169-858f-4d5c-b50c-8e958040230f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:39,583 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d used request id req-a373a169-858f-4d5c-b50c-8e958040230f 2018-11-09 07:05:39,586 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4564f9a-4d0b-4cc5-9133-85d294688347" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a685e3f00bb3845908fa467ebb84a7bb676092" 2018-11-09 07:05:39,785 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:39 GMT Server: Apache x-compute-request-id: req-55aa74c4-15b5-4e71-99e0-ca8f76e96d04 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-55aa74c4-15b5-4e71-99e0-ca8f76e96d04 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T07:05:39.000000", "replication_status": null, "snapshot_id": null, "id": "8fec3ec1-800e-4cde-863e-b1e84cd13a0d", "size": 1, "user_id": "ce78b31a46f34344952ff01738f305e7", "os-vol-tenant-attr:tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "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-1cd36f8d-c5b6-4699-a539-6cfdbbaefc4c", "bootable": "false", "created_at": "2018-11-09T07:05:38.000000", "volume_type": null}} 2018-11-09 07:05:39,785 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d used request id req-55aa74c4-15b5-4e71-99e0-ca8f76e96d04 2018-11-09 07:05:42,791 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4564f9a-4d0b-4cc5-9133-85d294688347" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a685e3f00bb3845908fa467ebb84a7bb676092" 2018-11-09 07:05:42,985 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:05:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3a750c2a-147e-4181-9f39-2d4cf65bcc24 x-openstack-request-id: req-3a750c2a-147e-4181-9f39-2d4cf65bcc24 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8fec3ec1-800e-4cde-863e-b1e84cd13a0d could not be found.", "code": 404}} 2018-11-09 07:05:42,985 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/volumes/8fec3ec1-800e-4cde-863e-b1e84cd13a0d used request id req-3a750c2a-147e-4181-9f39-2d4cf65bcc24 2018-11-09 07:05:42,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:43,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["ZwbKbsxJR3i_Ha0PKC6G6Q"], "issued_at": "2018-11-09T07:05:43.000000Z"}} 2018-11-09 07:05:43,390 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bb6e81be02d173231a067dd30f98c01a3dec7b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-717dc40c-1c65-47d2-8ab1-c1a9a96bd97f", "description": null}}' 2018-11-09 07:05:43,607 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:43 GMT Server: Apache x-compute-request-id: req-83d1cac4-e4f5-42bf-930a-79f41f545158 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-83d1cac4-e4f5-42bf-930a-79f41f545158 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-717dc40c-1c65-47d2-8ab1-c1a9a96bd97f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cb32c7e7-9137-489e-be9b-49fe7c7481af", "description": null}} 2018-11-09 07:05:43,607 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types used request id req-83d1cac4-e4f5-42bf-930a-79f41f545158 2018-11-09 07:05:43,611 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-83d1cac4-e4f5-42bf-930a-79f41f545158" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bb6e81be02d173231a067dd30f98c01a3dec7b" 2018-11-09 07:05:43,803 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:43 GMT Server: Apache x-compute-request-id: req-4c7b8a85-853d-427a-bd97-5453a0f2b8fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c7b8a85-853d-427a-bd97-5453a0f2b8fd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-717dc40c-1c65-47d2-8ab1-c1a9a96bd97f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cb32c7e7-9137-489e-be9b-49fe7c7481af", "description": null}]} 2018-11-09 07:05:43,803 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types?is_public=None used request id req-4c7b8a85-853d-427a-bd97-5453a0f2b8fd 2018-11-09 07:05:43,806 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/cb32c7e7-9137-489e-be9b-49fe7c7481af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-83d1cac4-e4f5-42bf-930a-79f41f545158" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bb6e81be02d173231a067dd30f98c01a3dec7b" 2018-11-09 07:05:43,969 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:43 GMT Server: Apache x-compute-request-id: req-5395cf86-0164-4a5a-975c-481a8f6715d6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5395cf86-0164-4a5a-975c-481a8f6715d6 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-717dc40c-1c65-47d2-8ab1-c1a9a96bd97f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cb32c7e7-9137-489e-be9b-49fe7c7481af", "description": null}} 2018-11-09 07:05:43,969 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/cb32c7e7-9137-489e-be9b-49fe7c7481af used request id req-5395cf86-0164-4a5a-975c-481a8f6715d6 2018-11-09 07:05:43,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/cb32c7e7-9137-489e-be9b-49fe7c7481af/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-83d1cac4-e4f5-42bf-930a-79f41f545158" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bb6e81be02d173231a067dd30f98c01a3dec7b" 2018-11-09 07:05:44,680 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:43 GMT Server: Apache x-compute-request-id: req-3473ce50-70f9-404a-9fc9-6d5e0636087b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3473ce50-70f9-404a-9fc9-6d5e0636087b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 07:05:44,680 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/cb32c7e7-9137-489e-be9b-49fe7c7481af/encryption used request id req-3473ce50-70f9-404a-9fc9-6d5e0636087b 2018-11-09 07:05:44,680 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-717dc40c-1c65-47d2-8ab1-c1a9a96bd97f 2018-11-09 07:05:44,683 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/cb32c7e7-9137-489e-be9b-49fe7c7481af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-83d1cac4-e4f5-42bf-930a-79f41f545158" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bb6e81be02d173231a067dd30f98c01a3dec7b" 2018-11-09 07:05:44,882 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0d32744-6d08-4ac5-bec2-a889e22f61b5 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:44,882 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/cb32c7e7-9137-489e-be9b-49fe7c7481af used request id req-e0d32744-6d08-4ac5-bec2-a889e22f61b5 2018-11-09 07:05:44,885 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/cb32c7e7-9137-489e-be9b-49fe7c7481af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-83d1cac4-e4f5-42bf-930a-79f41f545158" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bb6e81be02d173231a067dd30f98c01a3dec7b" 2018-11-09 07:05:45,048 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:05:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-826b5af7-274e-4ef0-8a30-35222be78550 x-openstack-request-id: req-826b5af7-274e-4ef0-8a30-35222be78550 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type cb32c7e7-9137-489e-be9b-49fe7c7481af could not be found.", "code": 404}} 2018-11-09 07:05:45,048 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/cb32c7e7-9137-489e-be9b-49fe7c7481af used request id req-826b5af7-274e-4ef0-8a30-35222be78550 2018-11-09 07:05:45,048 - cinder_utils - INFO - Volume with ID [cb32c7e7-9137-489e-be9b-49fe7c7481af] does not exist 2018-11-09 07:05:45,048 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-717dc40c-1c65-47d2-8ab1-c1a9a96bd97f 2018-11-09 07:05:45,051 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/cb32c7e7-9137-489e-be9b-49fe7c7481af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-83d1cac4-e4f5-42bf-930a-79f41f545158" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bb6e81be02d173231a067dd30f98c01a3dec7b" 2018-11-09 07:05:45,226 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:05:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ce06b05b-125a-4cdd-8d4e-2e84711731c4 x-openstack-request-id: req-ce06b05b-125a-4cdd-8d4e-2e84711731c4 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type cb32c7e7-9137-489e-be9b-49fe7c7481af could not be found.", "code": 404}} 2018-11-09 07:05:45,226 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/cb32c7e7-9137-489e-be9b-49fe7c7481af used request id req-ce06b05b-125a-4cdd-8d4e-2e84711731c4 2018-11-09 07:05:45,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:45,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["_Lzx1dG5TkuHPvi8xnCKdQ"], "issued_at": "2018-11-09T07:05:45.000000Z"}} 2018-11-09 07:05:45,625 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501edff0a3ca534f56281e788e65aaf981603f64" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-69117309-70fb-4a54-94c9-77a9ac0fff68", "description": null}}' 2018-11-09 07:05:45,833 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:45 GMT Server: Apache x-compute-request-id: req-56697407-2ce6-47cb-a579-249971a377f8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-56697407-2ce6-47cb-a579-249971a377f8 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-69117309-70fb-4a54-94c9-77a9ac0fff68", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "15cd0740-737f-43b9-8fcf-de000a5d5e0f", "description": null}} 2018-11-09 07:05:45,833 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types used request id req-56697407-2ce6-47cb-a579-249971a377f8 2018-11-09 07:05:45,836 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56697407-2ce6-47cb-a579-249971a377f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501edff0a3ca534f56281e788e65aaf981603f64" 2018-11-09 07:05:46,083 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:45 GMT Server: Apache x-compute-request-id: req-291bbdb1-574f-4a4d-9036-45e2b34192bf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-291bbdb1-574f-4a4d-9036-45e2b34192bf Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-69117309-70fb-4a54-94c9-77a9ac0fff68", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "15cd0740-737f-43b9-8fcf-de000a5d5e0f", "description": null}]} 2018-11-09 07:05:46,083 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types?is_public=None used request id req-291bbdb1-574f-4a4d-9036-45e2b34192bf 2018-11-09 07:05:46,087 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56697407-2ce6-47cb-a579-249971a377f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501edff0a3ca534f56281e788e65aaf981603f64" 2018-11-09 07:05:46,264 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:46 GMT Server: Apache x-compute-request-id: req-1c3a5bf9-ad79-4414-9615-2528216d7f21 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c3a5bf9-ad79-4414-9615-2528216d7f21 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-69117309-70fb-4a54-94c9-77a9ac0fff68", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "15cd0740-737f-43b9-8fcf-de000a5d5e0f", "description": null}} 2018-11-09 07:05:46,264 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f used request id req-1c3a5bf9-ad79-4414-9615-2528216d7f21 2018-11-09 07:05:46,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56697407-2ce6-47cb-a579-249971a377f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501edff0a3ca534f56281e788e65aaf981603f64" 2018-11-09 07:05:46,434 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:46 GMT Server: Apache x-compute-request-id: req-a6594d54-6d8a-4c0a-9fe8-585f80f2ab51 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a6594d54-6d8a-4c0a-9fe8-585f80f2ab51 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 07:05:46,434 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f/encryption used request id req-a6594d54-6d8a-4c0a-9fe8-585f80f2ab51 2018-11-09 07:05:46,438 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56697407-2ce6-47cb-a579-249971a377f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501edff0a3ca534f56281e788e65aaf981603f64" 2018-11-09 07:05:46,611 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:46 GMT Server: Apache x-compute-request-id: req-74a5f532-40bd-4009-8898-65654e53f59b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74a5f532-40bd-4009-8898-65654e53f59b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-69117309-70fb-4a54-94c9-77a9ac0fff68", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "15cd0740-737f-43b9-8fcf-de000a5d5e0f", "description": null}} 2018-11-09 07:05:46,611 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f used request id req-74a5f532-40bd-4009-8898-65654e53f59b 2018-11-09 07:05:46,614 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56697407-2ce6-47cb-a579-249971a377f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501edff0a3ca534f56281e788e65aaf981603f64" 2018-11-09 07:05:46,787 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:46 GMT Server: Apache x-compute-request-id: req-352a3aea-eda6-42ee-8280-43e27d3a8492 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-352a3aea-eda6-42ee-8280-43e27d3a8492 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-69117309-70fb-4a54-94c9-77a9ac0fff68", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "15cd0740-737f-43b9-8fcf-de000a5d5e0f", "description": null}} 2018-11-09 07:05:46,787 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f used request id req-352a3aea-eda6-42ee-8280-43e27d3a8492 2018-11-09 07:05:46,790 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56697407-2ce6-47cb-a579-249971a377f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501edff0a3ca534f56281e788e65aaf981603f64" 2018-11-09 07:05:46,958 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:46 GMT Server: Apache x-compute-request-id: req-148bf618-4df3-4c82-a6a4-3ef12a37585b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-148bf618-4df3-4c82-a6a4-3ef12a37585b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 07:05:46,958 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f/encryption used request id req-148bf618-4df3-4c82-a6a4-3ef12a37585b 2018-11-09 07:05:46,958 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-69117309-70fb-4a54-94c9-77a9ac0fff68 2018-11-09 07:05:46,961 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-56697407-2ce6-47cb-a579-249971a377f8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}501edff0a3ca534f56281e788e65aaf981603f64" 2018-11-09 07:05:47,758 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-254112d7-a124-4b03-9bbe-731144f367b0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:47,759 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/15cd0740-737f-43b9-8fcf-de000a5d5e0f used request id req-254112d7-a124-4b03-9bbe-731144f367b0 2018-11-09 07:05:47,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:48,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["B05EwEjpS0-3k5127UnD9A"], "issued_at": "2018-11-09T07:05:48.000000Z"}} 2018-11-09 07:05:48,137 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4963a62aa44dac06a15d6879a6ee399528c60002" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-d9b409d1-9431-41de-9fa9-b2f4c13d85bb-type", "description": null}}' 2018-11-09 07:05:48,384 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:48 GMT Server: Apache x-compute-request-id: req-2c266a06-0ef1-4e33-934f-f01aef45d81a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c266a06-0ef1-4e33-934f-f01aef45d81a Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d9b409d1-9431-41de-9fa9-b2f4c13d85bb-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1610fc08-1d0e-4661-897e-fbbec165a665", "description": null}} 2018-11-09 07:05:48,384 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types used request id req-2c266a06-0ef1-4e33-934f-f01aef45d81a 2018-11-09 07:05:48,387 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1610fc08-1d0e-4661-897e-fbbec165a665/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2c266a06-0ef1-4e33-934f-f01aef45d81a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4963a62aa44dac06a15d6879a6ee399528c60002" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-d9b409d1-9431-41de-9fa9-b2f4c13d85bb", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-11-09 07:05:48,700 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 09 Nov 2018 07:05:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-72d7999b-1821-420f-8c78-7c19f02ad835 x-openstack-request-id: req-72d7999b-1821-420f-8c78-7c19f02ad835 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-11-09 07:05:48,700 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1610fc08-1d0e-4661-897e-fbbec165a665/encryption used request id req-72d7999b-1821-420f-8c78-7c19f02ad835 2018-11-09 07:05:48,700 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-d9b409d1-9431-41de-9fa9-b2f4c13d85bb-type 2018-11-09 07:05:48,703 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1610fc08-1d0e-4661-897e-fbbec165a665 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2c266a06-0ef1-4e33-934f-f01aef45d81a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4963a62aa44dac06a15d6879a6ee399528c60002" 2018-11-09 07:05:48,906 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3780f0a8-596d-460c-9ea1-a290d36002e1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:48,906 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1610fc08-1d0e-4661-897e-fbbec165a665 used request id req-3780f0a8-596d-460c-9ea1-a290d36002e1 2018-11-09 07:05:48,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:49,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["Vs6q_XRTTEObkymIBxXoAA"], "issued_at": "2018-11-09T07:05:49.000000Z"}} 2018-11-09 07:05:49,296 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0-type", "description": null}}' 2018-11-09 07:05:49,583 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:49 GMT Server: Apache x-compute-request-id: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1cc6ae70-dff6-45c7-b951-8b7446908772", "description": null}} 2018-11-09 07:05:49,583 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types used request id req-95ce3f9f-b7db-46e5-b57c-755381a6df2d 2018-11-09 07:05:49,587 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0", "provider": "LuksEncryptor"}}' 2018-11-09 07:05:49,829 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:49 GMT Server: Apache x-compute-request-id: req-ba145e87-21d3-4653-8771-92ff8038346b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ba145e87-21d3-4653-8771-92ff8038346b Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "1cc6ae70-dff6-45c7-b951-8b7446908772", "name": "CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0", "control_location": "back-end", "encryption_id": "314a7972-b1c7-4bc6-a8fb-4ad174c78205", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-11-09 07:05:49,829 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772/encryption used request id req-ba145e87-21d3-4653-8771-92ff8038346b 2018-11-09 07:05:49,833 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" 2018-11-09 07:05:49,996 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:49 GMT Server: Apache x-compute-request-id: req-342bb226-5af2-48fc-85d8-ef2f56ee2770 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-342bb226-5af2-48fc-85d8-ef2f56ee2770 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1cc6ae70-dff6-45c7-b951-8b7446908772", "description": null}} 2018-11-09 07:05:49,996 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772 used request id req-342bb226-5af2-48fc-85d8-ef2f56ee2770 2018-11-09 07:05:49,999 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" 2018-11-09 07:05:50,176 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:50 GMT Server: Apache x-compute-request-id: req-0252b8a4-7490-4462-9902-7023ea99a15c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0252b8a4-7490-4462-9902-7023ea99a15c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "1cc6ae70-dff6-45c7-b951-8b7446908772", "control_location": "back-end", "deleted": false, "created_at": "2018-11-09T07:05:49.000000", "updated_at": null, "encryption_id": "314a7972-b1c7-4bc6-a8fb-4ad174c78205", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-11-09 07:05:50,177 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772/encryption used request id req-0252b8a4-7490-4462-9902-7023ea99a15c 2018-11-09 07:05:50,177 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0-type 2018-11-09 07:05:50,180 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" 2018-11-09 07:05:50,359 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:50 GMT Server: Apache x-compute-request-id: req-15020e0d-fb68-4afb-8470-42fbfd65e96a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-15020e0d-fb68-4afb-8470-42fbfd65e96a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1cc6ae70-dff6-45c7-b951-8b7446908772", "description": null}} 2018-11-09 07:05:50,359 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772 used request id req-15020e0d-fb68-4afb-8470-42fbfd65e96a 2018-11-09 07:05:50,364 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" 2018-11-09 07:05:50,556 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-63effd8c-2126-46c2-82f9-6080b1dc3486 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:50,556 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772/encryption/provider used request id req-63effd8c-2126-46c2-82f9-6080b1dc3486 2018-11-09 07:05:50,560 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" 2018-11-09 07:05:50,738 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:50 GMT Server: Apache x-compute-request-id: req-c8d2b9a3-37d5-475d-ba68-929272a52249 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c8d2b9a3-37d5-475d-ba68-929272a52249 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1cc6ae70-dff6-45c7-b951-8b7446908772", "description": null}} 2018-11-09 07:05:50,738 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772 used request id req-c8d2b9a3-37d5-475d-ba68-929272a52249 2018-11-09 07:05:50,741 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" 2018-11-09 07:05:50,919 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:50 GMT Server: Apache x-compute-request-id: req-766990ac-3aec-463f-88c7-69f0a39ab36b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-766990ac-3aec-463f-88c7-69f0a39ab36b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 07:05:50,919 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772/encryption used request id req-766990ac-3aec-463f-88c7-69f0a39ab36b 2018-11-09 07:05:50,919 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0-type 2018-11-09 07:05:50,922 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" 2018-11-09 07:05:51,101 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:50 GMT Server: Apache x-compute-request-id: req-b22b4b79-9141-4de0-89a3-ab69beb4d148 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b22b4b79-9141-4de0-89a3-ab69beb4d148 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1cc6ae70-dff6-45c7-b951-8b7446908772", "description": null}} 2018-11-09 07:05:51,101 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772 used request id req-b22b4b79-9141-4de0-89a3-ab69beb4d148 2018-11-09 07:05:51,104 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" 2018-11-09 07:05:51,414 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:05:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-07149f0b-cb68-4636-9f60-303efae5fbb0 x-openstack-request-id: req-07149f0b-cb68-4636-9f60-303efae5fbb0 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 1cc6ae70-dff6-45c7-b951-8b7446908772 does not exist.", "code": 404}} 2018-11-09 07:05:51,415 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772/encryption/provider used request id req-07149f0b-cb68-4636-9f60-303efae5fbb0 2018-11-09 07:05:51,415 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-13b21b0e-33ec-4a9e-be9a-2585d608d8f0-type 2018-11-09 07:05:51,418 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95ce3f9f-b7db-46e5-b57c-755381a6df2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3733d902a8675c34c064878b0f15140c2d12b8d6" 2018-11-09 07:05:51,631 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2afddff7-4441-47c7-b400-f4096dae13f0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:51,631 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/1cc6ae70-dff6-45c7-b951-8b7446908772 used request id req-2afddff7-4441-47c7-b400-f4096dae13f0 2018-11-09 07:05:51,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:52,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["0rVh_wSLTaOUL6fEfY7R4A"], "issued_at": "2018-11-09T07:05:51.000000Z"}} 2018-11-09 07:05:52,017 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbec7658fb7a4de865158d0e17be2fad67e733a6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-419677cc-73d2-4c9e-b202-4ab1af92be7b-type", "description": null}}' 2018-11-09 07:05:52,224 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:51 GMT Server: Apache x-compute-request-id: req-6d3b6942-b175-4ed9-8b3a-8bc21b2dbfd5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d3b6942-b175-4ed9-8b3a-8bc21b2dbfd5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-419677cc-73d2-4c9e-b202-4ab1af92be7b-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "624393cc-427e-4ca8-b76e-972107c9a79b", "description": null}} 2018-11-09 07:05:52,224 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types used request id req-6d3b6942-b175-4ed9-8b3a-8bc21b2dbfd5 2018-11-09 07:05:52,228 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6d3b6942-b175-4ed9-8b3a-8bc21b2dbfd5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbec7658fb7a4de865158d0e17be2fad67e733a6" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-419677cc-73d2-4c9e-b202-4ab1af92be7b", "provider": "foo"}}' 2018-11-09 07:05:52,457 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:52 GMT Server: Apache x-compute-request-id: req-664535fa-4243-4969-b236-088a49dd11fc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-664535fa-4243-4969-b236-088a49dd11fc Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "624393cc-427e-4ca8-b76e-972107c9a79b", "name": "CinderUtilsAddEncryptionTests-419677cc-73d2-4c9e-b202-4ab1af92be7b", "control_location": "front-end", "encryption_id": "23117134-dec2-4bcc-ba42-979564a89d97", "provider": "foo", "provider_class": "foo"}} 2018-11-09 07:05:52,457 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b/encryption used request id req-664535fa-4243-4969-b236-088a49dd11fc 2018-11-09 07:05:52,461 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d3b6942-b175-4ed9-8b3a-8bc21b2dbfd5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbec7658fb7a4de865158d0e17be2fad67e733a6" 2018-11-09 07:05:52,626 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:52 GMT Server: Apache x-compute-request-id: req-f1053431-3038-4a47-bd61-a0d907414888 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f1053431-3038-4a47-bd61-a0d907414888 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-419677cc-73d2-4c9e-b202-4ab1af92be7b-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "624393cc-427e-4ca8-b76e-972107c9a79b", "description": null}} 2018-11-09 07:05:52,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b used request id req-f1053431-3038-4a47-bd61-a0d907414888 2018-11-09 07:05:52,630 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d3b6942-b175-4ed9-8b3a-8bc21b2dbfd5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbec7658fb7a4de865158d0e17be2fad67e733a6" 2018-11-09 07:05:52,652 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:52 GMT Server: Apache x-compute-request-id: req-4c62aba3-e07c-4ccb-acc4-c5548c76b718 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c62aba3-e07c-4ccb-acc4-c5548c76b718 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "624393cc-427e-4ca8-b76e-972107c9a79b", "control_location": "front-end", "deleted": false, "created_at": "2018-11-09T07:05:52.000000", "updated_at": null, "encryption_id": "23117134-dec2-4bcc-ba42-979564a89d97", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-11-09 07:05:52,652 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b/encryption used request id req-4c62aba3-e07c-4ccb-acc4-c5548c76b718 2018-11-09 07:05:52,652 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-419677cc-73d2-4c9e-b202-4ab1af92be7b-type 2018-11-09 07:05:52,655 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d3b6942-b175-4ed9-8b3a-8bc21b2dbfd5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbec7658fb7a4de865158d0e17be2fad67e733a6" 2018-11-09 07:05:52,818 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:52 GMT Server: Apache x-compute-request-id: req-a232021d-6284-417f-bec6-fc1adc676252 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a232021d-6284-417f-bec6-fc1adc676252 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-419677cc-73d2-4c9e-b202-4ab1af92be7b-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "624393cc-427e-4ca8-b76e-972107c9a79b", "description": null}} 2018-11-09 07:05:52,819 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b used request id req-a232021d-6284-417f-bec6-fc1adc676252 2018-11-09 07:05:52,822 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d3b6942-b175-4ed9-8b3a-8bc21b2dbfd5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbec7658fb7a4de865158d0e17be2fad67e733a6" 2018-11-09 07:05:53,017 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-29e0915d-a89a-4f5d-a6b0-870a8bda602b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:53,017 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b/encryption/provider used request id req-29e0915d-a89a-4f5d-a6b0-870a8bda602b 2018-11-09 07:05:53,018 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-419677cc-73d2-4c9e-b202-4ab1af92be7b-type 2018-11-09 07:05:53,021 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d3b6942-b175-4ed9-8b3a-8bc21b2dbfd5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbec7658fb7a4de865158d0e17be2fad67e733a6" 2018-11-09 07:05:53,361 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9bea68b0-bf41-41ea-b12d-a5230ed50759 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:53,362 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/624393cc-427e-4ca8-b76e-972107c9a79b used request id req-9bea68b0-bf41-41ea-b12d-a5230ed50759 2018-11-09 07:05:53,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:53,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["MBGOfOEMRourv6s3Tix7OQ"], "issued_at": "2018-11-09T07:05:53.000000Z"}} 2018-11-09 07:05:53,750 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7b9f510faaf41773c6c9623bdedc2fdffa250e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-6dd7971f-a7e0-4ba9-bb51-6de77cf3fe73-type", "description": null}}' 2018-11-09 07:05:53,950 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:53 GMT Server: Apache x-compute-request-id: req-334b4ec0-2481-41e9-af5a-429f66592bf1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-334b4ec0-2481-41e9-af5a-429f66592bf1 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6dd7971f-a7e0-4ba9-bb51-6de77cf3fe73-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a409224a-812e-4280-85db-e1b1d703f53d", "description": null}} 2018-11-09 07:05:53,951 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types used request id req-334b4ec0-2481-41e9-af5a-429f66592bf1 2018-11-09 07:05:53,954 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-334b4ec0-2481-41e9-af5a-429f66592bf1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7b9f510faaf41773c6c9623bdedc2fdffa250e" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-6dd7971f-a7e0-4ba9-bb51-6de77cf3fe73", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-11-09 07:05:54,164 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:53 GMT Server: Apache x-compute-request-id: req-6af1fc9d-de4f-4be6-a60a-cdadf16de66b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6af1fc9d-de4f-4be6-a60a-cdadf16de66b Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "a409224a-812e-4280-85db-e1b1d703f53d", "name": "CinderUtilsAddEncryptionTests-6dd7971f-a7e0-4ba9-bb51-6de77cf3fe73", "control_location": "back-end", "encryption_id": "f19df445-31a0-47d8-b78c-afbb9f50f18a", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-11-09 07:05:54,164 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d/encryption used request id req-6af1fc9d-de4f-4be6-a60a-cdadf16de66b 2018-11-09 07:05:54,168 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-334b4ec0-2481-41e9-af5a-429f66592bf1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7b9f510faaf41773c6c9623bdedc2fdffa250e" 2018-11-09 07:05:54,341 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:53 GMT Server: Apache x-compute-request-id: req-f83f48d4-cae0-4517-ab29-45c969502e58 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f83f48d4-cae0-4517-ab29-45c969502e58 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6dd7971f-a7e0-4ba9-bb51-6de77cf3fe73-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a409224a-812e-4280-85db-e1b1d703f53d", "description": null}} 2018-11-09 07:05:54,342 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d used request id req-f83f48d4-cae0-4517-ab29-45c969502e58 2018-11-09 07:05:54,345 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-334b4ec0-2481-41e9-af5a-429f66592bf1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7b9f510faaf41773c6c9623bdedc2fdffa250e" 2018-11-09 07:05:54,508 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:54 GMT Server: Apache x-compute-request-id: req-e05318ca-48e1-4807-bb5c-8e5e8d648e13 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e05318ca-48e1-4807-bb5c-8e5e8d648e13 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"volume_type_id": "a409224a-812e-4280-85db-e1b1d703f53d", "control_location": "back-end", "deleted": false, "created_at": "2018-11-09T07:05:54.000000", "updated_at": null, "encryption_id": "f19df445-31a0-47d8-b78c-afbb9f50f18a", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-11-09 07:05:54,508 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d/encryption used request id req-e05318ca-48e1-4807-bb5c-8e5e8d648e13 2018-11-09 07:05:54,508 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-6dd7971f-a7e0-4ba9-bb51-6de77cf3fe73-type 2018-11-09 07:05:54,511 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-334b4ec0-2481-41e9-af5a-429f66592bf1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7b9f510faaf41773c6c9623bdedc2fdffa250e" 2018-11-09 07:05:54,681 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:54 GMT Server: Apache x-compute-request-id: req-31ac4347-1693-48f4-96ee-41903d9fc27b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31ac4347-1693-48f4-96ee-41903d9fc27b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6dd7971f-a7e0-4ba9-bb51-6de77cf3fe73-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a409224a-812e-4280-85db-e1b1d703f53d", "description": null}} 2018-11-09 07:05:54,682 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d used request id req-31ac4347-1693-48f4-96ee-41903d9fc27b 2018-11-09 07:05:54,685 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-334b4ec0-2481-41e9-af5a-429f66592bf1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7b9f510faaf41773c6c9623bdedc2fdffa250e" 2018-11-09 07:05:54,964 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-87d884e2-b27e-498b-97c8-a44788db15c2 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:54,964 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d/encryption/provider used request id req-87d884e2-b27e-498b-97c8-a44788db15c2 2018-11-09 07:05:54,964 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-6dd7971f-a7e0-4ba9-bb51-6de77cf3fe73-type 2018-11-09 07:05:54,967 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-334b4ec0-2481-41e9-af5a-429f66592bf1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7b9f510faaf41773c6c9623bdedc2fdffa250e" 2018-11-09 07:05:55,159 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9cfa730f-2fb6-42ef-b6c4-5c7fa9d56bff Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:55,160 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/a409224a-812e-4280-85db-e1b1d703f53d used request id req-9cfa730f-2fb6-42ef-b6c4-5c7fa9d56bff 2018-11-09 07:05:55,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:55,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["mPscXViISj-ovx4aTw312w"], "issued_at": "2018-11-09T07:05:55.000000Z"}} 2018-11-09 07:05:55,558 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5807e8252302d414283e87419d51e03272dc4355" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-5568f434-43e1-401e-8d56-83d32b0786bb-qos"}}' 2018-11-09 07:05:55,745 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:55 GMT Server: Apache x-compute-request-id: req-52b015b7-946b-44b9-80a8-59e595e2f5e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-52b015b7-946b-44b9-80a8-59e595e2f5e3 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "1ba2e1f2-e992-4bfc-8f64-cba415089759", "name": "CinderUtilsVolumeTypeCompleteTests-5568f434-43e1-401e-8d56-83d32b0786bb-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/1ba2e1f2-e992-4bfc-8f64-cba415089759", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/1ba2e1f2-e992-4bfc-8f64-cba415089759", "rel": "bookmark"}]} 2018-11-09 07:05:55,745 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-52b015b7-946b-44b9-80a8-59e595e2f5e3 2018-11-09 07:05:55,749 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-52b015b7-946b-44b9-80a8-59e595e2f5e3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5807e8252302d414283e87419d51e03272dc4355" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-5568f434-43e1-401e-8d56-83d32b0786bb", "description": null}}' 2018-11-09 07:05:55,969 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:55 GMT Server: Apache x-compute-request-id: req-65de4bb7-7e96-4521-97fb-84e84df5eeb2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-65de4bb7-7e96-4521-97fb-84e84df5eeb2 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5568f434-43e1-401e-8d56-83d32b0786bb", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0fc8ef03-60cd-4833-9205-d6912b3f0483", "description": null}} 2018-11-09 07:05:55,969 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types used request id req-65de4bb7-7e96-4521-97fb-84e84df5eeb2 2018-11-09 07:05:55,972 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-52b015b7-946b-44b9-80a8-59e595e2f5e3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5807e8252302d414283e87419d51e03272dc4355" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-09 07:05:56,169 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:55 GMT Server: Apache x-compute-request-id: req-b929bf27-4b1b-424e-bbc9-c7dfdbb40df0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b929bf27-4b1b-424e-bbc9-c7dfdbb40df0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "0fc8ef03-60cd-4833-9205-d6912b3f0483", "name": "foo", "control_location": "back-end", "encryption_id": "36d489e8-02b5-4814-97a2-44c0ac00780d", "provider": "bar", "provider_class": "bar"}} 2018-11-09 07:05:56,169 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483/encryption used request id req-b929bf27-4b1b-424e-bbc9-c7dfdbb40df0 2018-11-09 07:05:56,173 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-52b015b7-946b-44b9-80a8-59e595e2f5e3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5807e8252302d414283e87419d51e03272dc4355" 2018-11-09 07:05:56,353 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:56 GMT Server: Apache x-compute-request-id: req-5bd412d0-4bb8-4b85-8386-56ac28ca839b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5bd412d0-4bb8-4b85-8386-56ac28ca839b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5568f434-43e1-401e-8d56-83d32b0786bb", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0fc8ef03-60cd-4833-9205-d6912b3f0483", "description": null}} 2018-11-09 07:05:56,353 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483 used request id req-5bd412d0-4bb8-4b85-8386-56ac28ca839b 2018-11-09 07:05:56,356 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-52b015b7-946b-44b9-80a8-59e595e2f5e3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5807e8252302d414283e87419d51e03272dc4355" 2018-11-09 07:05:56,522 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:55 GMT Server: Apache x-compute-request-id: req-86330611-a265-47b1-974b-5629a08d73a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-86330611-a265-47b1-974b-5629a08d73a7 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "0fc8ef03-60cd-4833-9205-d6912b3f0483", "control_location": "back-end", "deleted": false, "created_at": "2018-11-09T07:05:56.000000", "updated_at": null, "encryption_id": "36d489e8-02b5-4814-97a2-44c0ac00780d", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-09 07:05:56,522 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483/encryption used request id req-86330611-a265-47b1-974b-5629a08d73a7 2018-11-09 07:05:56,523 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-5568f434-43e1-401e-8d56-83d32b0786bb 2018-11-09 07:05:56,525 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-52b015b7-946b-44b9-80a8-59e595e2f5e3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5807e8252302d414283e87419d51e03272dc4355" 2018-11-09 07:05:56,688 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:56 GMT Server: Apache x-compute-request-id: req-8bfcf92f-7b3a-467a-a518-8fcec339ca60 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8bfcf92f-7b3a-467a-a518-8fcec339ca60 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5568f434-43e1-401e-8d56-83d32b0786bb", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0fc8ef03-60cd-4833-9205-d6912b3f0483", "description": null}} 2018-11-09 07:05:56,689 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483 used request id req-8bfcf92f-7b3a-467a-a518-8fcec339ca60 2018-11-09 07:05:56,692 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-52b015b7-946b-44b9-80a8-59e595e2f5e3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5807e8252302d414283e87419d51e03272dc4355" 2018-11-09 07:05:56,730 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f6e3dc8c-0d65-45bc-aa33-f866040bc8aa Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:56,730 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483/encryption/provider used request id req-f6e3dc8c-0d65-45bc-aa33-f866040bc8aa 2018-11-09 07:05:56,730 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-5568f434-43e1-401e-8d56-83d32b0786bb 2018-11-09 07:05:56,733 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-52b015b7-946b-44b9-80a8-59e595e2f5e3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5807e8252302d414283e87419d51e03272dc4355" 2018-11-09 07:05:56,795 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-50a32650-1298-47a9-82d8-bf98cbe96353 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:56,795 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/0fc8ef03-60cd-4833-9205-d6912b3f0483 used request id req-50a32650-1298-47a9-82d8-bf98cbe96353 2018-11-09 07:05:56,795 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-5568f434-43e1-401e-8d56-83d32b0786bb-qos 2018-11-09 07:05:56,798 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/1ba2e1f2-e992-4bfc-8f64-cba415089759?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-52b015b7-946b-44b9-80a8-59e595e2f5e3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5807e8252302d414283e87419d51e03272dc4355" 2018-11-09 07:05:56,996 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bfcaa4bb-a371-4009-b64c-2ad6721391e4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:56,996 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/1ba2e1f2-e992-4bfc-8f64-cba415089759?force=False used request id req-bfcaa4bb-a371-4009-b64c-2ad6721391e4 2018-11-09 07:05:56,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:57,380 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["5MYanT-cT-6HDcXl51AnHQ"], "issued_at": "2018-11-09T07:05:56.000000Z"}} 2018-11-09 07:05:57,383 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9007d6978d7e411994038a48db6eeda4f7798d9b" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-edd727a5-0c8b-43b4-ac86-21d04cbdac6c-qos"}}' 2018-11-09 07:05:57,577 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:57 GMT Server: Apache x-compute-request-id: req-3c295cd8-b845-4bd5-ab01-c08372c3c0c6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3c295cd8-b845-4bd5-ab01-c08372c3c0c6 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "277300d8-a107-4803-9111-7f0fae055049", "name": "CinderUtilsVolumeTypeCompleteTests-edd727a5-0c8b-43b4-ac86-21d04cbdac6c-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/277300d8-a107-4803-9111-7f0fae055049", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/277300d8-a107-4803-9111-7f0fae055049", "rel": "bookmark"}]} 2018-11-09 07:05:57,578 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-3c295cd8-b845-4bd5-ab01-c08372c3c0c6 2018-11-09 07:05:57,582 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3c295cd8-b845-4bd5-ab01-c08372c3c0c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9007d6978d7e411994038a48db6eeda4f7798d9b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-edd727a5-0c8b-43b4-ac86-21d04cbdac6c", "description": null}}' 2018-11-09 07:05:57,799 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:57 GMT Server: Apache x-compute-request-id: req-78cc6732-7573-4431-ba42-892891f2fe63 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-78cc6732-7573-4431-ba42-892891f2fe63 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-edd727a5-0c8b-43b4-ac86-21d04cbdac6c", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4a3661db-89a9-428c-a972-cb383ebb0e14", "description": null}} 2018-11-09 07:05:57,799 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types used request id req-78cc6732-7573-4431-ba42-892891f2fe63 2018-11-09 07:05:57,802 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3c295cd8-b845-4bd5-ab01-c08372c3c0c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9007d6978d7e411994038a48db6eeda4f7798d9b" 2018-11-09 07:05:57,977 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:57 GMT Server: Apache x-compute-request-id: req-58f45806-60f5-4ae2-add0-9ec02ebd17b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-58f45806-60f5-4ae2-add0-9ec02ebd17b8 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "277300d8-a107-4803-9111-7f0fae055049", "name": "CinderUtilsVolumeTypeCompleteTests-edd727a5-0c8b-43b4-ac86-21d04cbdac6c-qos"}]} 2018-11-09 07:05:57,977 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-58f45806-60f5-4ae2-add0-9ec02ebd17b8 2018-11-09 07:05:57,980 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/None/associate?vol_type_id=4a3661db-89a9-428c-a972-cb383ebb0e14 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3c295cd8-b845-4bd5-ab01-c08372c3c0c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9007d6978d7e411994038a48db6eeda4f7798d9b" 2018-11-09 07:05:58,138 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07:05:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b79d70d3-12b2-4649-9b5f-7e15eef3c4de x-openstack-request-id: req-b79d70d3-12b2-4649-9b5f-7e15eef3c4de Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-11-09 07:05:58,139 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/None/associate?vol_type_id=4a3661db-89a9-428c-a972-cb383ebb0e14 used request id req-b79d70d3-12b2-4649-9b5f-7e15eef3c4de 2018-11-09 07:05:58,139 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-b79d70d3-12b2-4649-9b5f-7e15eef3c4de) 2018-11-09 07:05:58,139 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-edd727a5-0c8b-43b4-ac86-21d04cbdac6c 2018-11-09 07:05:58,142 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/4a3661db-89a9-428c-a972-cb383ebb0e14 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3c295cd8-b845-4bd5-ab01-c08372c3c0c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9007d6978d7e411994038a48db6eeda4f7798d9b" 2018-11-09 07:05:58,343 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-83434052-b456-4797-85cb-59dde5b9b731 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:58,343 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/4a3661db-89a9-428c-a972-cb383ebb0e14 used request id req-83434052-b456-4797-85cb-59dde5b9b731 2018-11-09 07:05:58,343 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-edd727a5-0c8b-43b4-ac86-21d04cbdac6c-qos 2018-11-09 07:05:58,346 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/277300d8-a107-4803-9111-7f0fae055049?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3c295cd8-b845-4bd5-ab01-c08372c3c0c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9007d6978d7e411994038a48db6eeda4f7798d9b" 2018-11-09 07:05:58,542 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6472e223-3715-42cd-aa82-96c0c55dcb1a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:58,542 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/277300d8-a107-4803-9111-7f0fae055049?force=False used request id req-6472e223-3715-42cd-aa82-96c0c55dcb1a 2018-11-09 07:05:58,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:05:58,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:05:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["U9bDXSM-QaCBFqo5J4jfZw"], "issued_at": "2018-11-09T07:05:58.000000Z"}} 2018-11-09 07:05:58,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59bb7f3e4c577b5b28e43085903153b24a77dd1c" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-ff33f38d-1d53-46ec-b3d6-dc689e8343f5-qos"}}' 2018-11-09 07:05:59,123 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:58 GMT Server: Apache x-compute-request-id: req-89cebdd6-3cc5-4ea1-b408-c4a78ba9cc41 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-89cebdd6-3cc5-4ea1-b408-c4a78ba9cc41 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "54389e61-c70e-4aa5-9dbd-789e6cda6120", "name": "CinderUtilsVolumeTypeCompleteTests-ff33f38d-1d53-46ec-b3d6-dc689e8343f5-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/54389e61-c70e-4aa5-9dbd-789e6cda6120", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/54389e61-c70e-4aa5-9dbd-789e6cda6120", "rel": "bookmark"}]} 2018-11-09 07:05:59,123 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-89cebdd6-3cc5-4ea1-b408-c4a78ba9cc41 2018-11-09 07:05:59,126 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-89cebdd6-3cc5-4ea1-b408-c4a78ba9cc41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59bb7f3e4c577b5b28e43085903153b24a77dd1c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-ff33f38d-1d53-46ec-b3d6-dc689e8343f5", "description": null}}' 2018-11-09 07:05:59,330 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:58 GMT Server: Apache x-compute-request-id: req-43851071-5615-4222-96c0-f463bbcbe5c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-43851071-5615-4222-96c0-f463bbcbe5c2 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-ff33f38d-1d53-46ec-b3d6-dc689e8343f5", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3d14d34c-3ba0-48b8-a6a3-92603813b009", "description": null}} 2018-11-09 07:05:59,330 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types used request id req-43851071-5615-4222-96c0-f463bbcbe5c2 2018-11-09 07:05:59,334 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-89cebdd6-3cc5-4ea1-b408-c4a78ba9cc41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59bb7f3e4c577b5b28e43085903153b24a77dd1c" 2018-11-09 07:05:59,515 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:05:59 GMT Server: Apache x-compute-request-id: req-e5fd97e4-036a-4ac7-abe4-8c81eafa895f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e5fd97e4-036a-4ac7-abe4-8c81eafa895f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "54389e61-c70e-4aa5-9dbd-789e6cda6120", "name": "CinderUtilsVolumeTypeCompleteTests-ff33f38d-1d53-46ec-b3d6-dc689e8343f5-qos"}]} 2018-11-09 07:05:59,515 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-e5fd97e4-036a-4ac7-abe4-8c81eafa895f 2018-11-09 07:05:59,518 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/54389e61-c70e-4aa5-9dbd-789e6cda6120/associate?vol_type_id=3d14d34c-3ba0-48b8-a6a3-92603813b009 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-89cebdd6-3cc5-4ea1-b408-c4a78ba9cc41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59bb7f3e4c577b5b28e43085903153b24a77dd1c" 2018-11-09 07:05:59,716 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e90ce696-aa68-4210-93f9-78c073e0228e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:59,716 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/54389e61-c70e-4aa5-9dbd-789e6cda6120/associate?vol_type_id=3d14d34c-3ba0-48b8-a6a3-92603813b009 used request id req-e90ce696-aa68-4210-93f9-78c073e0228e 2018-11-09 07:05:59,716 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-ff33f38d-1d53-46ec-b3d6-dc689e8343f5 2018-11-09 07:05:59,719 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/3d14d34c-3ba0-48b8-a6a3-92603813b009 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-89cebdd6-3cc5-4ea1-b408-c4a78ba9cc41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59bb7f3e4c577b5b28e43085903153b24a77dd1c" 2018-11-09 07:05:59,911 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5fa96167-1e2e-4003-8b67-a725156537d7 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:05:59,912 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/3d14d34c-3ba0-48b8-a6a3-92603813b009 used request id req-5fa96167-1e2e-4003-8b67-a725156537d7 2018-11-09 07:05:59,912 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-ff33f38d-1d53-46ec-b3d6-dc689e8343f5-qos 2018-11-09 07:05:59,915 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/54389e61-c70e-4aa5-9dbd-789e6cda6120?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-89cebdd6-3cc5-4ea1-b408-c4a78ba9cc41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59bb7f3e4c577b5b28e43085903153b24a77dd1c" 2018-11-09 07:06:00,097 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:05:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6201eafe-46fc-4cc5-869a-28aae7ae2c1b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:06:00,097 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/54389e61-c70e-4aa5-9dbd-789e6cda6120?force=False used request id req-6201eafe-46fc-4cc5-869a-28aae7ae2c1b 2018-11-09 07:06:00,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:00,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "name": "heat_stack_owner"}, {"id": "afe60e1176734b3b9e1954255b148116", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:06:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eaa3a8fe44f244bdb42f6df651318422", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eaa3a8fe44f244bdb42f6df651318422", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "id": "ce78b31a46f34344952ff01738f305e7"}, "audit_ids": ["UVBJym_bQVyZzZAlTNN-DA"], "issued_at": "2018-11-09T07:06:00.000000Z"}} 2018-11-09 07:06:00,488 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-9bc04888-82cb-4b22-a0a7-150142a6383d-qos"}}' 2018-11-09 07:06:01,233 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:00 GMT Server: Apache x-compute-request-id: req-8465cb91-0478-4bb3-974b-212e9d27ede9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8465cb91-0478-4bb3-974b-212e9d27ede9 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "677dea9f-d913-41b2-b8f4-d7e6213d3125", "name": "CinderUtilsVolumeTypeCompleteTests-9bc04888-82cb-4b22-a0a7-150142a6383d-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/677dea9f-d913-41b2-b8f4-d7e6213d3125", "rel": "self"}, {"href": "http://172.30.9.27:8776/eaa3a8fe44f244bdb42f6df651318422/qos-specs/677dea9f-d913-41b2-b8f4-d7e6213d3125", "rel": "bookmark"}]} 2018-11-09 07:06:01,233 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-8465cb91-0478-4bb3-974b-212e9d27ede9 2018-11-09 07:06:01,237 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8465cb91-0478-4bb3-974b-212e9d27ede9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-9bc04888-82cb-4b22-a0a7-150142a6383d", "description": null}}' 2018-11-09 07:06:01,462 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:00 GMT Server: Apache x-compute-request-id: req-05cf731c-c55c-4ed4-85e4-b9bfcd7986ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05cf731c-c55c-4ed4-85e4-b9bfcd7986ab Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-9bc04888-82cb-4b22-a0a7-150142a6383d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f8bef26f-301a-4bc5-8b4c-35729ed10b6d", "description": null}} 2018-11-09 07:06:01,462 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types used request id req-05cf731c-c55c-4ed4-85e4-b9bfcd7986ab 2018-11-09 07:06:01,466 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8465cb91-0478-4bb3-974b-212e9d27ede9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-09 07:06:01,660 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:01 GMT Server: Apache x-compute-request-id: req-59098d34-e1c9-416d-8d41-f9ff0b2fecf2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-59098d34-e1c9-416d-8d41-f9ff0b2fecf2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "f8bef26f-301a-4bc5-8b4c-35729ed10b6d", "name": "foo", "control_location": "back-end", "encryption_id": "3d916966-611f-497b-a821-e8c054fdfeda", "provider": "bar", "provider_class": "bar"}} 2018-11-09 07:06:01,660 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d/encryption used request id req-59098d34-e1c9-416d-8d41-f9ff0b2fecf2 2018-11-09 07:06:01,664 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8465cb91-0478-4bb3-974b-212e9d27ede9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" 2018-11-09 07:06:01,839 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:01 GMT Server: Apache x-compute-request-id: req-a026cfc7-58ad-4dc0-b436-4803d069688f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a026cfc7-58ad-4dc0-b436-4803d069688f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "677dea9f-d913-41b2-b8f4-d7e6213d3125", "name": "CinderUtilsVolumeTypeCompleteTests-9bc04888-82cb-4b22-a0a7-150142a6383d-qos"}]} 2018-11-09 07:06:01,839 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs used request id req-a026cfc7-58ad-4dc0-b436-4803d069688f 2018-11-09 07:06:01,842 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/677dea9f-d913-41b2-b8f4-d7e6213d3125/associate?vol_type_id=f8bef26f-301a-4bc5-8b4c-35729ed10b6d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8465cb91-0478-4bb3-974b-212e9d27ede9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" 2018-11-09 07:06:02,049 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:06:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-22f94662-8f4e-4915-8f4a-616c48649439 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:06:02,050 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/677dea9f-d913-41b2-b8f4-d7e6213d3125/associate?vol_type_id=f8bef26f-301a-4bc5-8b4c-35729ed10b6d used request id req-22f94662-8f4e-4915-8f4a-616c48649439 2018-11-09 07:06:02,053 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8465cb91-0478-4bb3-974b-212e9d27ede9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" 2018-11-09 07:06:02,216 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:02 GMT Server: Apache x-compute-request-id: req-e73ecf43-5f38-423a-be2e-537d7463d3f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e73ecf43-5f38-423a-be2e-537d7463d3f5 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-9bc04888-82cb-4b22-a0a7-150142a6383d", "qos_specs_id": "677dea9f-d913-41b2-b8f4-d7e6213d3125", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f8bef26f-301a-4bc5-8b4c-35729ed10b6d", "description": null}} 2018-11-09 07:06:02,216 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d used request id req-e73ecf43-5f38-423a-be2e-537d7463d3f5 2018-11-09 07:06:02,219 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8465cb91-0478-4bb3-974b-212e9d27ede9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" 2018-11-09 07:06:02,397 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:02 GMT Server: Apache x-compute-request-id: req-032bd322-038c-4f71-bd54-8fc3f9eedfdf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-032bd322-038c-4f71-bd54-8fc3f9eedfdf Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "f8bef26f-301a-4bc5-8b4c-35729ed10b6d", "control_location": "back-end", "deleted": false, "created_at": "2018-11-09T07:06:01.000000", "updated_at": null, "encryption_id": "3d916966-611f-497b-a821-e8c054fdfeda", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-09 07:06:02,397 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d/encryption used request id req-032bd322-038c-4f71-bd54-8fc3f9eedfdf 2018-11-09 07:06:02,397 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-9bc04888-82cb-4b22-a0a7-150142a6383d 2018-11-09 07:06:02,400 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8465cb91-0478-4bb3-974b-212e9d27ede9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" 2018-11-09 07:06:02,580 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:01 GMT Server: Apache x-compute-request-id: req-7684a52e-c9a0-4fb6-b9f0-c1ffbf568261 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7684a52e-c9a0-4fb6-b9f0-c1ffbf568261 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-9bc04888-82cb-4b22-a0a7-150142a6383d", "qos_specs_id": "677dea9f-d913-41b2-b8f4-d7e6213d3125", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f8bef26f-301a-4bc5-8b4c-35729ed10b6d", "description": null}} 2018-11-09 07:06:02,580 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d used request id req-7684a52e-c9a0-4fb6-b9f0-c1ffbf568261 2018-11-09 07:06:02,583 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8465cb91-0478-4bb3-974b-212e9d27ede9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" 2018-11-09 07:06:02,766 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:06:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-060bb30b-e8a0-4158-b94d-286021919605 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:06:02,766 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d/encryption/provider used request id req-060bb30b-e8a0-4158-b94d-286021919605 2018-11-09 07:06:02,766 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-9bc04888-82cb-4b22-a0a7-150142a6383d 2018-11-09 07:06:02,769 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8465cb91-0478-4bb3-974b-212e9d27ede9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" 2018-11-09 07:06:02,824 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:06:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a23f9dcb-f7b8-41b1-afc2-e29220b7fc07 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:06:02,824 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/types/f8bef26f-301a-4bc5-8b4c-35729ed10b6d used request id req-a23f9dcb-f7b8-41b1-afc2-e29220b7fc07 2018-11-09 07:06:02,824 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-9bc04888-82cb-4b22-a0a7-150142a6383d-qos 2018-11-09 07:06:02,827 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/677dea9f-d913-41b2-b8f4-d7e6213d3125?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8465cb91-0478-4bb3-974b-212e9d27ede9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}547149ea334665d224bced6018b0c9a63a4f0958" 2018-11-09 07:06:03,019 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:06:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1092dba1-2c26-4a3c-9e1a-22300a87617f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:06:03,019 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eaa3a8fe44f244bdb42f6df651318422/qos-specs/677dea9f-d913-41b2-b8f4-d7e6213d3125?force=False used request id req-1092dba1-2c26-4a3c-9e1a-22300a87617f 2018-11-09 07:06:03,020 - 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 783.331s OK 2018-11-09 07:06:03,146 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 07:06:03,146 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:03 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-09 07:06:03,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:03,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:03,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0d90fd-a3ea-454d-8aab-89da9b0cd0cf Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5bc3a0ce8f384ee3976bac592e7a9ce3", "links": {"self": "http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 07:06:03,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4b0d90fd-a3ea-454d-8aab-89da9b0cd0cf 2018-11-09 07:06:03,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0919361114502s 2018-11-09 07:06:03,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 07:06:03,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:03,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89767296-f7da-4128-9442-68ce2e4ac595 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:03,374 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/5bc3a0ce8f384ee3976bac592e7a9ce3 used request id req-89767296-f7da-4128-9442-68ce2e4ac595 2018-11-09 07:06:03,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.129173994064s 2018-11-09 07:06:03,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:06:03,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:03,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73906932-5222-4c5d-92ca-07c0e64ae14f Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4", "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "domain_id": "default", "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:06:03,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-73906932-5222-4c5d-92ca-07c0e64ae14f 2018-11-09 07:06:03,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101418018341s 2018-11-09 07:06:03,477 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-73906932-5222-4c5d-92ca-07c0e64ae14f 2018-11-09 07:06:03,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:06:03,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:03,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-853211be-5776-402e-a1c5-d1d6d2adea06 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7"}, "enabled": true, "id": "ce78b31a46f34344952ff01738f305e7", "options": {}, "domain_id": "default", "name": "api_check-user_508ce58a-687c-4d83-aa77-be0efbf84ff4"}} 2018-11-09 07:06:03,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7 used request id req-853211be-5776-402e-a1c5-d1d6d2adea06 2018-11-09 07:06:03,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0952289104462s 2018-11-09 07:06:03,578 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7 used request id req-853211be-5776-402e-a1c5-d1d6d2adea06 2018-11-09 07:06:03,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 07:06:03,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:03,772 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eab29155-24ea-4eab-bccd-c6f1999e8ce9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:03,772 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7 used request id req-eab29155-24ea-4eab-bccd-c6f1999e8ce9 2018-11-09 07:06:03,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.194083929062s 2018-11-09 07:06:03,773 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ce78b31a46f34344952ff01738f305e7 used request id req-eab29155-24ea-4eab-bccd-c6f1999e8ce9 2018-11-09 07:06:03,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:06:03,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:03,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e5c084-875f-40f3-8c43-a1b319e59e65 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422"}, "enabled": true, "id": "eaa3a8fe44f244bdb42f6df651318422", "parent_id": "default", "domain_id": "default", "name": "api_check-project_508ce58a-687c-4d83-aa77-be0efbf84ff4"}]} 2018-11-09 07:06:03,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-77e5c084-875f-40f3-8c43-a1b319e59e65 2018-11-09 07:06:03,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0806069374084s 2018-11-09 07:06:03,854 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-77e5c084-875f-40f3-8c43-a1b319e59e65 2018-11-09 07:06:03,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 07:06:03,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:04,022 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e3bdc20-7db4-45b3-8fe9-e4b741a2216a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:04,022 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-6e3bdc20-7db4-45b3-8fe9-e4b741a2216a 2018-11-09 07:06:04,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.16570687294s 2018-11-09 07:06:04,023 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/eaa3a8fe44f244bdb42f6df651318422 used request id req-6e3bdc20-7db4-45b3-8fe9-e4b741a2216a 2018-11-09 07:06:04,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:04,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:04,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-347ff81d-a0c8-4656-890f-9182fe2f9f72 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "afe60e1176734b3b9e1954255b148116", "links": {"self": "http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116"}, "name": "Member"}]} 2018-11-09 07:06:04,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-347ff81d-a0c8-4656-890f-9182fe2f9f72 2018-11-09 07:06:04,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0736079216003s 2018-11-09 07:06:04,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 07:06:04,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:04,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a113137-d23b-40f5-a69d-37dde4481a31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:04,198 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/afe60e1176734b3b9e1954255b148116 used request id req-3a113137-d23b-40f5-a69d-37dde4481a31 2018-11-09 07:06:04,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.100071191788s 2018-11-09 07:06:04,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:06:04,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=eaa3a8fe44f244bdb42f6df651318422&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}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:04,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f1f88bc1-bbd3-414c-a076-b2d899b782ba Date: Fri, 09 Nov 2018 07:06:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:27Z", "updated_at": "2018-11-09T06:53:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "0534a9a8-a929-4d3a-b221-305226575fff", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "671caa97-9277-430a-9be6-f1bc50a17529", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "7d6b3e40-7648-4857-aa1a-b3e289bfa3d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "c92bb8b0-9370-4a3e-bf7c-0d600f20a99c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "name": "default"}]} 2018-11-09 07:06:04,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=eaa3a8fe44f244bdb42f6df651318422&name=default used request id req-f1f88bc1-bbd3-414c-a076-b2d899b782ba 2018-11-09 07:06:04,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190314054489s 2018-11-09 07:06:04,395 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=eaa3a8fe44f244bdb42f6df651318422&name=default used request id req-f1f88bc1-bbd3-414c-a076-b2d899b782ba 2018-11-09 07:06:04,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:06:04,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:04,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0d309f73-4fbe-4a41-92c2-f061fdca6f86 Date: Fri, 09 Nov 2018 07:06:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "created_at": "2018-11-09T06:53:27Z", "updated_at": "2018-11-09T06:53:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "671caa97-9277-430a-9be6-f1bc50a17529", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "0534a9a8-a929-4d3a-b221-305226575fff", "remote_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "c92bb8b0-9370-4a3e-bf7c-0d600f20a99c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:53:27Z", "revision_number": 0, "id": "7d6b3e40-7648-4857-aa1a-b3e289bfa3d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:53:27Z", "security_group_id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "tenant_id": "eaa3a8fe44f244bdb42f6df651318422", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaa3a8fe44f244bdb42f6df651318422"}], "revision_number": 4, "project_id": "eaa3a8fe44f244bdb42f6df651318422", "id": "3d3304b2-7775-42e2-82a6-61d2fab4e8ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}]} 2018-11-09 07:06:04,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0d309f73-4fbe-4a41-92c2-f061fdca6f86 2018-11-09 07:06:04,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.187141895294s 2018-11-09 07:06:04,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0d309f73-4fbe-4a41-92c2-f061fdca6f86 2018-11-09 07:06:04,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 07:06:04,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/3d3304b2-7775-42e2-82a6-61d2fab4e8ff.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25b78937fd130783fe721b118aeacb003c2bfc8a" 2018-11-09 07:06:04,917 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-219040e7-6025-4520-adbe-e4f9ea5705d7 Content-Length: 0 Date: Fri, 09 Nov 2018 07:06:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:06:04,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/3d3304b2-7775-42e2-82a6-61d2fab4e8ff.json used request id req-219040e7-6025-4520-adbe-e4f9ea5705d7 2018-11-09 07:06:04,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.3268699646s 2018-11-09 07:06:04,917 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/3d3304b2-7775-42e2-82a6-61d2fab4e8ff.json used request id req-219040e7-6025-4520-adbe-e4f9ea5705d7 2018-11-09 07:06:04,936 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-11-09 07:06:04,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:06:04,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:06:04,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:06:04,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:06:04,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:06:04,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:06:04,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:06:04,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:06:04,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:06:04,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:06:04,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:06:04,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:06:04,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 07:06:04,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:06:04,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b5da317-c940-42ae-bb67-7d4ad632d4f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:06:04,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1b5da317-c940-42ae-bb67-7d4ad632d4f4 2018-11-09 07:06:04,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:05,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:06:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["Jh5LfXcGQUuZaPScRjSjcw"], "issued_at": "2018-11-09T07:06:05.000000Z"}} 2018-11-09 07:06:05,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:05,355 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:06:05,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:05,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4269777a-d461-498e-b778-7f12aab1cd12 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 07:06:05,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-4269777a-d461-498e-b778-7f12aab1cd12 2018-11-09 07:06:05,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.482290029526s 2018-11-09 07:06:05,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 07:06:05,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c4488f2f31758751636af3c3b8ea19379e8250b5" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}}' 2018-11-09 07:06:05,552 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:06:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-513647df-7b5e-492c-9f92-942559d18f84 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.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554"}, "enabled": true, "id": "ee07bb57d91d43a0bb8bd529340df554", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}} 2018-11-09 07:06:05,552 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-513647df-7b5e-492c-9f92-942559d18f84 2018-11-09 07:06:05,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.102380037308s 2018-11-09 07:06:05,553 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-513647df-7b5e-492c-9f92-942559d18f84 2018-11-09 07:06:05,554 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630', 'id': u'ee07bb57d91d43a0bb8bd529340df554', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 07:06:05,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 07:06:05,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.43187212944s 2018-11-09 07:06:05,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:06,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c287c26e-512b-4c5b-a0e9-5414349281b0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84"}, "enabled": true, "id": "68fb28bb0f51482ab4d6c263a0955f84", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630"}} 2018-11-09 07:06:06,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84 used request id req-c287c26e-512b-4c5b-a0e9-5414349281b0 2018-11-09 07:06:06,085 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'68fb28bb0f51482ab4d6c263a0955f84', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630'}) 2018-11-09 07:06:06,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:06,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:06,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cefa507-e589-403d-aee7-4b9747204171 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:06,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5cefa507-e589-403d-aee7-4b9747204171 2018-11-09 07:06:06,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0771520137787s 2018-11-09 07:06:06,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:06,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:06,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebad02d0-4c7f-4b7e-a275-58b1f53092b9 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:06,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ebad02d0-4c7f-4b7e-a275-58b1f53092b9 2018-11-09 07:06:06,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823509693146s 2018-11-09 07:06:06,247 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 07:06:06,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 07:06:06,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" -d '{"role": {"name": "Member"}}' 2018-11-09 07:06:06,348 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:06:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e031fd31-70c9-4a33-93f9-e28fe9ec1c91 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4423c4aae8704dbeb0a4b1bc479dec45", "links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "name": "Member"}} 2018-11-09 07:06:06,348 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-e031fd31-70c9-4a33-93f9-e28fe9ec1c91 2018-11-09 07:06:06,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100649118423s 2018-11-09 07:06:06,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:06,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e77f368b-d832-4357-b74d-fa04f11501a9 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "domain_id": null, "name": "Member", "id": "4423c4aae8704dbeb0a4b1bc479dec45"}} 2018-11-09 07:06:06,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45 used request id req-e77f368b-d832-4357-b74d-fa04f11501a9 2018-11-09 07:06:06,423 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45'}, 'domain_id': None, 'human_id': None, 'id': u'4423c4aae8704dbeb0a4b1bc479dec45', 'HUMAN_ID': False}) 2018-11-09 07:06:06,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:06,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:06,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0a222f0-f865-4a1f-822f-8c940bc5d227 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4423c4aae8704dbeb0a4b1bc479dec45", "links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:06,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a0a222f0-f865-4a1f-822f-8c940bc5d227 2018-11-09 07:06:06,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0853607654572s 2018-11-09 07:06:06,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:06:06,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:06,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a730858-45d6-4266-9e43-91179cdce39f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:06:06,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-9a730858-45d6-4266-9e43-91179cdce39f 2018-11-09 07:06:06,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0834169387817s 2018-11-09 07:06:06,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:06:06,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:06,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eed0162-532d-40df-b20e-e38dc1dab696 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630", "links": {"self": "http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84"}, "domain_id": "default", "enabled": true, "id": "68fb28bb0f51482ab4d6c263a0955f84", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:06:06,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9eed0162-532d-40df-b20e-e38dc1dab696 2018-11-09 07:06:06,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0885698795319s 2018-11-09 07:06:06,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9eed0162-532d-40df-b20e-e38dc1dab696 2018-11-09 07:06:06,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:06:06,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:06,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32301e33-0c17-4d0f-b037-2a4ecbe35939 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "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.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554"}, "enabled": true, "id": "ee07bb57d91d43a0bb8bd529340df554", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}]} 2018-11-09 07:06:06,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-32301e33-0c17-4d0f-b037-2a4ecbe35939 2018-11-09 07:06:06,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0841290950775s 2018-11-09 07:06:06,775 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-32301e33-0c17-4d0f-b037-2a4ecbe35939 2018-11-09 07:06:06,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:06:06,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=68fb28bb0f51482ab4d6c263a0955f84&scope.project.id=ee07bb57d91d43a0bb8bd529340df554&role.id=4423c4aae8704dbeb0a4b1bc479dec45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:06,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6a0791-4aff-4c5c-9f2d-07ee5c83dee6 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=68fb28bb0f51482ab4d6c263a0955f84&scope.project.id=ee07bb57d91d43a0bb8bd529340df554&role.id=4423c4aae8704dbeb0a4b1bc479dec45", "previous": null, "next": null}} 2018-11-09 07:06:06,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=68fb28bb0f51482ab4d6c263a0955f84&scope.project.id=ee07bb57d91d43a0bb8bd529340df554&role.id=4423c4aae8704dbeb0a4b1bc479dec45 used request id req-0b6a0791-4aff-4c5c-9f2d-07ee5c83dee6 2018-11-09 07:06:06,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0830011367798s 2018-11-09 07:06:06,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:06:06,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554/users/68fb28bb0f51482ab4d6c263a0955f84/roles/4423c4aae8704dbeb0a4b1bc479dec45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:06,975 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cf9b0b4-0164-45b1-92cf-ba3e392597c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:06,976 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554/users/68fb28bb0f51482ab4d6c263a0955f84/roles/4423c4aae8704dbeb0a4b1bc479dec45 used request id req-9cf9b0b4-0164-45b1-92cf-ba3e392597c7 2018-11-09 07:06:06,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115239858627s 2018-11-09 07:06:06,977 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630', 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': 'b8ad16ac-76ed-44d1-bf66-17a86f3bcd84', 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_246058a2-c1e6-41ed-ae5a-aa5845930630', 'project_id': u'ee07bb57d91d43a0bb8bd529340df554', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 07:06:06,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:06:06,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:06:06,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:06:06,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:06:06,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:06:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:06:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:06:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:06:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:06:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:06:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:06:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:06:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:06:06,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:06:06,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:06:06,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:06:06,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:06:06,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:06:06,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:06:06,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:06:06,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:06:06,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:06:06,982 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630', 'password': 'b8ad16ac-76ed-44d1-bf66-17a86f3bcd84', 'project_name': 'snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'ee07bb57d91d43a0bb8bd529340df554', 'project_domain_name': 'Default'} 2018-11-09 07:06:06,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:06,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:07,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e154676-526f-406a-9bd3-c790a971716c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4423c4aae8704dbeb0a4b1bc479dec45", "links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:07,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5e154676-526f-406a-9bd3-c790a971716c 2018-11-09 07:06:07,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0858430862427s 2018-11-09 07:06:07,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:07,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:07,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1179161f-4dc4-4f02-95e2-30326aff415a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4423c4aae8704dbeb0a4b1bc479dec45", "links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:07,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1179161f-4dc4-4f02-95e2-30326aff415a 2018-11-09 07:06:07,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0778329372406s 2018-11-09 07:06:07,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:06:07,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:07,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d88a126-08f0-4f3e-bb3e-9eb8172ab02e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:06:07,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-6d88a126-08f0-4f3e-bb3e-9eb8172ab02e 2018-11-09 07:06:07,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.073362827301s 2018-11-09 07:06:07,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:06:07,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:07,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6827805-f9c6-4297-9607-4cf2897ca4d6 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630", "links": {"self": "http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84"}, "domain_id": "default", "enabled": true, "id": "68fb28bb0f51482ab4d6c263a0955f84", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:06:07,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a6827805-f9c6-4297-9607-4cf2897ca4d6 2018-11-09 07:06:07,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0973129272461s 2018-11-09 07:06:07,321 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a6827805-f9c6-4297-9607-4cf2897ca4d6 2018-11-09 07:06:07,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:06:07,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:07,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89d1864c-999d-485b-b4e8-08f56f684269 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "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.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554"}, "enabled": true, "id": "ee07bb57d91d43a0bb8bd529340df554", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}]} 2018-11-09 07:06:07,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-89d1864c-999d-485b-b4e8-08f56f684269 2018-11-09 07:06:07,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0771670341492s 2018-11-09 07:06:07,404 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-89d1864c-999d-485b-b4e8-08f56f684269 2018-11-09 07:06:07,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:06:07,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=68fb28bb0f51482ab4d6c263a0955f84&scope.project.id=ee07bb57d91d43a0bb8bd529340df554&role.id=79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:07,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7468435-94b7-4376-b9d5-16bf3d7dcbb9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=68fb28bb0f51482ab4d6c263a0955f84&scope.project.id=ee07bb57d91d43a0bb8bd529340df554&role.id=79f21433cbd840ddbed71b46b37d5f03", "previous": null, "next": null}} 2018-11-09 07:06:07,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=68fb28bb0f51482ab4d6c263a0955f84&scope.project.id=ee07bb57d91d43a0bb8bd529340df554&role.id=79f21433cbd840ddbed71b46b37d5f03 used request id req-f7468435-94b7-4376-b9d5-16bf3d7dcbb9 2018-11-09 07:06:07,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0729269981384s 2018-11-09 07:06:07,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:06:07,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554/users/68fb28bb0f51482ab4d6c263a0955f84/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:07,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b54f9cb8-4220-44d4-80f0-cf81a4ad0a24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:07,603 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554/users/68fb28bb0f51482ab4d6c263a0955f84/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-b54f9cb8-4220-44d4-80f0-cf81a4ad0a24 2018-11-09 07:06:07,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123108863831s 2018-11-09 07:06:07,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:07,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:07,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d384e087-3102-4384-812e-4d762dadc0d2 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4423c4aae8704dbeb0a4b1bc479dec45", "links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:07,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d384e087-3102-4384-812e-4d762dadc0d2 2018-11-09 07:06:07,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820279121399s 2018-11-09 07:06:07,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 07:06:07,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-09 07:06:07,775 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:06:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38b9e9f8-5812-4e93-b9b8-ccf09ba772c2 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7448e61714a9480192621ff7e586b6c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7448e61714a9480192621ff7e586b6c1"}, "name": "heat_stack_owner"}} 2018-11-09 07:06:07,776 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-38b9e9f8-5812-4e93-b9b8-ccf09ba772c2 2018-11-09 07:06:07,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.08904504776s 2018-11-09 07:06:07,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/7448e61714a9480192621ff7e586b6c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:07,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4f08a86-0569-4962-8d14-4cabe4a06296 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/7448e61714a9480192621ff7e586b6c1"}, "domain_id": null, "name": "heat_stack_owner", "id": "7448e61714a9480192621ff7e586b6c1"}} 2018-11-09 07:06:07,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/7448e61714a9480192621ff7e586b6c1 used request id req-c4f08a86-0569-4962-8d14-4cabe4a06296 2018-11-09 07:06:07,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:07,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:08,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff69178e-aeaa-43cd-8a9e-08d327eb4f0d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4423c4aae8704dbeb0a4b1bc479dec45", "links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "name": "Member"}, {"domain_id": null, "id": "7448e61714a9480192621ff7e586b6c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7448e61714a9480192621ff7e586b6c1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:08,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ff69178e-aeaa-43cd-8a9e-08d327eb4f0d 2018-11-09 07:06:08,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0815300941467s 2018-11-09 07:06:08,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:06:08,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:08,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bd9258c-a7e8-46c6-ad8f-648d00d5a84b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:06:08,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-2bd9258c-a7e8-46c6-ad8f-648d00d5a84b 2018-11-09 07:06:08,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0749640464783s 2018-11-09 07:06:08,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:06:08,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:08,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caf5c02f-ec7c-45a1-af0c-8082003e50ce Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630", "links": {"self": "http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84"}, "domain_id": "default", "enabled": true, "id": "68fb28bb0f51482ab4d6c263a0955f84", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:06:08,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-caf5c02f-ec7c-45a1-af0c-8082003e50ce 2018-11-09 07:06:08,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.170881032944s 2018-11-09 07:06:08,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-caf5c02f-ec7c-45a1-af0c-8082003e50ce 2018-11-09 07:06:08,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:06:08,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:08,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74139267-7030-499e-9c49-e33ba05b80d6 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "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.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554"}, "enabled": true, "id": "ee07bb57d91d43a0bb8bd529340df554", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}]} 2018-11-09 07:06:08,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-74139267-7030-499e-9c49-e33ba05b80d6 2018-11-09 07:06:08,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0793378353119s 2018-11-09 07:06:08,355 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-74139267-7030-499e-9c49-e33ba05b80d6 2018-11-09 07:06:08,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:06:08,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=68fb28bb0f51482ab4d6c263a0955f84&scope.project.id=ee07bb57d91d43a0bb8bd529340df554&role.id=7448e61714a9480192621ff7e586b6c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:08,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a21032fe-974a-4e93-80b4-178e23117774 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=68fb28bb0f51482ab4d6c263a0955f84&scope.project.id=ee07bb57d91d43a0bb8bd529340df554&role.id=7448e61714a9480192621ff7e586b6c1", "previous": null, "next": null}} 2018-11-09 07:06:08,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=68fb28bb0f51482ab4d6c263a0955f84&scope.project.id=ee07bb57d91d43a0bb8bd529340df554&role.id=7448e61714a9480192621ff7e586b6c1 used request id req-a21032fe-974a-4e93-80b4-178e23117774 2018-11-09 07:06:08,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0732531547546s 2018-11-09 07:06:08,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:06:08,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554/users/68fb28bb0f51482ab4d6c263a0955f84/roles/7448e61714a9480192621ff7e586b6c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:08,765 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7f8e763-2f8a-46f0-8f80-d5372d6c7e93 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:08,765 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554/users/68fb28bb0f51482ab4d6c263a0955f84/roles/7448e61714a9480192621ff7e586b6c1 used request id req-e7f8e763-2f8a-46f0-8f80-d5372d6c7e93 2018-11-09 07:06:08,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.334054946899s 2018-11-09 07:06:08,766 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-09 07:06:08,766 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-09 07:06:08,766 - openstack_tests - INFO - OS Credentials = > 2018-11-09 07:06:08,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:06:08,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:09,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4423c4aae8704dbeb0a4b1bc479dec45", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}, {"id": "7448e61714a9480192621ff7e586b6c1", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T08:06:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee07bb57d91d43a0bb8bd529340df554", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630", "id": "68fb28bb0f51482ab4d6c263a0955f84"}, "audit_ids": ["P3x2ZiftTNOWyAnfzAOhNA"], "issued_at": "2018-11-09T07:06:08.000000Z"}} 2018-11-09 07:06:09,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467d46c8c8f65f44d69e6a55633ca632da7f3fc8" 2018-11-09 07:06:09,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-41a8ea35-12f4-4c71-98f9-4bec64b27c8b Date: Fri, 09 Nov 2018 07:06:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 07:06:09,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-41a8ea35-12f4-4c71-98f9-4bec64b27c8b 2018-11-09 07:06:09,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}467d46c8c8f65f44d69e6a55633ca632da7f3fc8" 2018-11-09 07:06:09,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d3d81b28-8390-4dee-965c-036ee5e24737 Date: Fri, 09 Nov 2018 07:06:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 07:06:09,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-d3d81b28-8390-4dee-965c-036ee5e24737 2018-11-09 07:06:09,664 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-09 07:06:09,664 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-11-09 07:06:09,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:06:09,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:10,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4423c4aae8704dbeb0a4b1bc479dec45", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}, {"id": "7448e61714a9480192621ff7e586b6c1", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T08:06:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee07bb57d91d43a0bb8bd529340df554", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630", "id": "68fb28bb0f51482ab4d6c263a0955f84"}, "audit_ids": ["qvqT8iGtTeeLIGh6AdwZLA"], "issued_at": "2018-11-09T07:06:10.000000Z"}} 2018-11-09 07:06:10,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f17edc3a2f3215dddbecee2458bdc4c4c96c5a7" 2018-11-09 07:06:10,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f799ed94-d4d4-4e57-bf3e-c68b56acaf42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:06:10,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f799ed94-d4d4-4e57-bf3e-c68b56acaf42 2018-11-09 07:06:10,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:06:10,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:10,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4423c4aae8704dbeb0a4b1bc479dec45", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}, {"id": "7448e61714a9480192621ff7e586b6c1", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T08:06:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee07bb57d91d43a0bb8bd529340df554", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630", "id": "68fb28bb0f51482ab4d6c263a0955f84"}, "audit_ids": ["MTHyGPhlR0O0I7w_nlaIAg"], "issued_at": "2018-11-09T07:06:10.000000Z"}} 2018-11-09 07:06:10,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:10,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adf7d051-3627-4e2c-92af-954e15e57bca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:06:10,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-adf7d051-3627-4e2c-92af-954e15e57bca 2018-11-09 07:06:10,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:06:10,607 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:06:10,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5955253c-e2c7-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:10,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e741ea52-34a8-4ad9-a686-06de3aa3642b Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5955253c-e2c7-44e-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 07:06:10,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5955253c-e2c7-44e-proj used request id req-e741ea52-34a8-4ad9-a686-06de3aa3642b 2018-11-09 07:06:10,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:10,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8d88e31-d4fc-4d2c-aaec-d70f0fc8d598 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 07:06:10,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d8d88e31-d4fc-4d2c-aaec-d70f0fc8d598 2018-11-09 07:06:10,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}}' 2018-11-09 07:06:10,938 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:06:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa0ace78-797a-4a3d-bfa4-cb148514e38b Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819"}, "enabled": true, "id": "c9067e440655429c8205c3ee07f19819", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}} 2018-11-09 07:06:10,938 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-fa0ace78-797a-4a3d-bfa4-cb148514e38b 2018-11-09 07:06:10,938 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-5955253c-e2c7-44e-proj 2018-11-09 07:06:10,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:06:10,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:11,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4423c4aae8704dbeb0a4b1bc479dec45", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}, {"id": "7448e61714a9480192621ff7e586b6c1", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T08:06:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee07bb57d91d43a0bb8bd529340df554", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630", "id": "68fb28bb0f51482ab4d6c263a0955f84"}, "audit_ids": ["0iE23vfCTGWIxq7oOHZHtg"], "issued_at": "2018-11-09T07:06:10.000000Z"}} 2018-11-09 07:06:11,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f949e37c32b6b232e72da44a580ef18ccd780bc" 2018-11-09 07:06:11,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cbebd37-9c04-4c05-bc76-829ef364d408 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:06:11,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9cbebd37-9c04-4c05-bc76-829ef364d408 2018-11-09 07:06:11,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:06:11,424 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:06:11,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f949e37c32b6b232e72da44a580ef18ccd780bc" 2018-11-09 07:06:11,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3facf32e-344d-46ec-b5ef-d43c72df114c Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630", "links": {"self": "http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84"}, "domain_id": "default", "enabled": true, "id": "68fb28bb0f51482ab4d6c263a0955f84", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:06:11,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3facf32e-344d-46ec-b5ef-d43c72df114c 2018-11-09 07:06:11,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=SimpleHealthCheck-5955253c-e2c7-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f949e37c32b6b232e72da44a580ef18ccd780bc" 2018-11-09 07:06:11,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330e113a-b525-4766-9dd7-705236af4f69 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=SimpleHealthCheck-5955253c-e2c7-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819"}, "enabled": true, "id": "c9067e440655429c8205c3ee07f19819", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}]} 2018-11-09 07:06:11,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=SimpleHealthCheck-5955253c-e2c7-44e-proj used request id req-330e113a-b525-4766-9dd7-705236af4f69 2018-11-09 07:06:11,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f949e37c32b6b232e72da44a580ef18ccd780bc" 2018-11-09 07:06:11,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edbd1d57-9353-46b4-b80e-6ffcfbb0a6a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 07:06:11,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-edbd1d57-9353-46b4-b80e-6ffcfbb0a6a5 2018-11-09 07:06:12,058 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-5955253c-e2c7-44e-user 2018-11-09 07:06:12,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:06:12,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:12,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c7d26f4-6fa6-4bd6-8578-eb9a557aaf9a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4423c4aae8704dbeb0a4b1bc479dec45", "links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "name": "Member"}, {"domain_id": null, "id": "7448e61714a9480192621ff7e586b6c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7448e61714a9480192621ff7e586b6c1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:12,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4c7d26f4-6fa6-4bd6-8578-eb9a557aaf9a 2018-11-09 07:06:12,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" -d '{"role": {"name": "SimpleHealthCheck-5955253c-e2c7-44e-proj-role"}}' 2018-11-09 07:06:12,277 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:06:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68e4983d-202e-4389-b473-bd35625cf19e Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fc688c743efa4a708db1c6ccd613284b", "links": {"self": "http://172.30.9.27:5000/v3/roles/fc688c743efa4a708db1c6ccd613284b"}, "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj-role"}} 2018-11-09 07:06:12,277 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-68e4983d-202e-4389-b473-bd35625cf19e 2018-11-09 07:06:12,277 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-5955253c-e2c7-44e-proj-role 2018-11-09 07:06:12,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/fc688c743efa4a708db1c6ccd613284b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:12,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-146e15a1-eea2-4fd1-9158-1946833ffd9d Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/fc688c743efa4a708db1c6ccd613284b"}, "domain_id": null, "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj-role", "id": "fc688c743efa4a708db1c6ccd613284b"}} 2018-11-09 07:06:12,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/fc688c743efa4a708db1c6ccd613284b used request id req-146e15a1-eea2-4fd1-9158-1946833ffd9d 2018-11-09 07:06:12,373 - keystone_utils - INFO - Granting role SimpleHealthCheck-5955253c-e2c7-44e-proj-role to project SimpleHealthCheck-5955253c-e2c7-44e-proj 2018-11-09 07:06:12,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819/users/7deb1efe24364e9588a46d4fc176fe91/roles/fc688c743efa4a708db1c6ccd613284b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:12,496 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a357a41-95a0-4944-9a2e-214f65084707 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:12,496 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819/users/7deb1efe24364e9588a46d4fc176fe91/roles/fc688c743efa4a708db1c6ccd613284b used request id req-0a357a41-95a0-4944-9a2e-214f65084707 2018-11-09 07:06:12,497 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:06:12,498 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 07:06:12,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:06:12,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:12,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc688c743efa4a708db1c6ccd613284b", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj-role"}], "expires_at": "2018-11-09T08:06:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9067e440655429c8205c3ee07f19819", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5955253c-e2c7-44e-user", "id": "7deb1efe24364e9588a46d4fc176fe91"}, "audit_ids": ["w3jjb_UyTUG_8BkrIqM5IQ"], "issued_at": "2018-11-09T07:06:12.000000Z"}} 2018-11-09 07:06:12,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}106708b395a0eefb26c31e249114109a4b6dfa21" 2018-11-09 07:06:12,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bf919d8-edf3-4a6b-83b6-7c849f900a5a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:06:12,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0bf919d8-edf3-4a6b-83b6-7c849f900a5a 2018-11-09 07:06:12,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}106708b395a0eefb26c31e249114109a4b6dfa21" 2018-11-09 07:06:13,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-5fd5e1a6-4408-42c3-8a3b-79a0a63acc55 Date: Fri, 09 Nov 2018 07:06:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image"} 2018-11-09 07:06:13,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image used request id req-5fd5e1a6-4408-42c3-8a3b-79a0a63acc55 2018-11-09 07:06:13,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}106708b395a0eefb26c31e249114109a4b6dfa21" 2018-11-09 07:06:13,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-22125836-69cd-4684-9209-8dd40d38f5b4 Date: Fri, 09 Nov 2018 07:06:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:06:13,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-22125836-69cd-4684-9209-8dd40d38f5b4 2018-11-09 07:06:13,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}106708b395a0eefb26c31e249114109a4b6dfa21" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image"}' 2018-11-09 07:06:13,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/e95d5589-3856-4da7-8318-cd767daef005 X-Openstack-Request-Id: req-c72d3736-2ef3-45a3-acca-89ec2b9c0d77 Date: Fri, 09 Nov 2018 07:06:13 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:06:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T07:06:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/e95d5589-3856-4da7-8318-cd767daef005", "min_disk": 0, "protected": false, "id": "e95d5589-3856-4da7-8318-cd767daef005", "file": "/v2/images/e95d5589-3856-4da7-8318-cd767daef005/file", "checksum": null, "owner": "c9067e440655429c8205c3ee07f19819", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:06:13,549 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c72d3736-2ef3-45a3-acca-89ec2b9c0d77 2018-11-09 07:06:13,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/e95d5589-3856-4da7-8318-cd767daef005/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}106708b395a0eefb26c31e249114109a4b6dfa21" -d '' 2018-11-09 07:06:14,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-096a8cbe-2226-441a-8202-193574c57372 Date: Fri, 09 Nov 2018 07:06:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:06:14,947 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e95d5589-3856-4da7-8318-cd767daef005/file used request id req-096a8cbe-2226-441a-8202-193574c57372 2018-11-09 07:06:14,947 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:06:14,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/e95d5589-3856-4da7-8318-cd767daef005 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}106708b395a0eefb26c31e249114109a4b6dfa21" 2018-11-09 07:06:14,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d32f4c38-7f2e-4a24-909d-78fdb9fd0865 Date: Fri, 09 Nov 2018 07:06:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:06:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:06:14Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e95d5589-3856-4da7-8318-cd767daef005/snap", "metadata": {}}], "self": "/v2/images/e95d5589-3856-4da7-8318-cd767daef005", "min_disk": 0, "protected": false, "id": "e95d5589-3856-4da7-8318-cd767daef005", "file": "/v2/images/e95d5589-3856-4da7-8318-cd767daef005/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9067e440655429c8205c3ee07f19819", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e95d5589-3856-4da7-8318-cd767daef005/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:06:14,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/e95d5589-3856-4da7-8318-cd767daef005 used request id req-d32f4c38-7f2e-4a24-909d-78fdb9fd0865 2018-11-09 07:06:14,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}106708b395a0eefb26c31e249114109a4b6dfa21" 2018-11-09 07:06:15,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bd0b183e-be14-4b5f-81e9-749bdcc53304 Date: Fri, 09 Nov 2018 07:06:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 07:06:15,219 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-bd0b183e-be14-4b5f-81e9-749bdcc53304 2018-11-09 07:06:15,222 - create_image - INFO - Created image with name - SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image 2018-11-09 07:06:15,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/e95d5589-3856-4da7-8318-cd767daef005 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}106708b395a0eefb26c31e249114109a4b6dfa21" 2018-11-09 07:06:15,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-b457e981-cf1c-4784-ac83-1863e0b3f0f9 Date: Fri, 09 Nov 2018 07:06:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:06:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:06:14Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e95d5589-3856-4da7-8318-cd767daef005/snap", "metadata": {}}], "self": "/v2/images/e95d5589-3856-4da7-8318-cd767daef005", "min_disk": 0, "protected": false, "id": "e95d5589-3856-4da7-8318-cd767daef005", "file": "/v2/images/e95d5589-3856-4da7-8318-cd767daef005/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9067e440655429c8205c3ee07f19819", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e95d5589-3856-4da7-8318-cd767daef005/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 07:06:15,384 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/e95d5589-3856-4da7-8318-cd767daef005 used request id req-b457e981-cf1c-4784-ac83-1863e0b3f0f9 2018-11-09 07:06:15,385 - create_image - DEBUG - Instance status is - active 2018-11-09 07:06:15,385 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image 2018-11-09 07:06:15,385 - create_image - INFO - Image is now active with name - SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image 2018-11-09 07:06:15,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:06:15,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:15,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc688c743efa4a708db1c6ccd613284b", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj-role"}], "expires_at": "2018-11-09T08:06:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9067e440655429c8205c3ee07f19819", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5955253c-e2c7-44e-user", "id": "7deb1efe24364e9588a46d4fc176fe91"}, "audit_ids": ["inn2SWF8QS6M6k4XNV2bfQ"], "issued_at": "2018-11-09T07:06:15.000000Z"}} 2018-11-09 07:06:15,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9789e0e61cd924debdd6f6a40809c215a5d03a99" 2018-11-09 07:06:15,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510f84c5-8123-49eb-9ab7-b6d8f142c1f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:06:15,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-510f84c5-8123-49eb-9ab7-b6d8f142c1f6 2018-11-09 07:06:15,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9789e0e61cd924debdd6f6a40809c215a5d03a99" 2018-11-09 07:06:15,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6f089e7e-4eee-4757-9820-df1b6231c3b5 Date: Fri, 09 Nov 2018 07:06:15 GMT RESP BODY: {"networks":[]} 2018-11-09 07:06:15,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net used request id req-6f089e7e-4eee-4757-9820-df1b6231c3b5 2018-11-09 07:06:15,993 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net 2018-11-09 07:06:15,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9789e0e61cd924debdd6f6a40809c215a5d03a99" -d '{"network": {"name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net", "admin_state_up": true}}' 2018-11-09 07:06:16,562 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d9449f6f-627c-4af2-9297-34e8119a733c Date: Fri, 09 Nov 2018 07:06:16 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c9067e440655429c8205c3ee07f19819","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T07:06:15Z","is_default":false,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:15Z","mtu":1450}} 2018-11-09 07:06:16,562 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-d9449f6f-627c-4af2-9297-34e8119a733c 2018-11-09 07:06:16,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9789e0e61cd924debdd6f6a40809c215a5d03a99" 2018-11-09 07:06:16,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-c650effd-777a-4c76-be58-1736e8422e7b Date: Fri, 09 Nov 2018 07:06:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T07:06:15Z","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c9067e440655429c8205c3ee07f19819","id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net"}]} 2018-11-09 07:06:16,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-c650effd-777a-4c76-be58-1736e8422e7b 2018-11-09 07:06:16,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9789e0e61cd924debdd6f6a40809c215a5d03a99" 2018-11-09 07:06:16,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-73f49aa4-1455-4c2b-afd0-31e968cbd300 Date: Fri, 09 Nov 2018 07:06:16 GMT RESP BODY: {"subnets":[]} 2018-11-09 07:06:16,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-73f49aa4-1455-4c2b-afd0-31e968cbd300 2018-11-09 07:06:16,992 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet 2018-11-09 07:06:16,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9789e0e61cd924debdd6f6a40809c215a5d03a99" -d '{"subnets": [{"ip_version": 4, "network_id": "5beee884-6df2-4b73-8073-ebd7ff8b1431", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet"}]}' 2018-11-09 07:06:17,679 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-815fa3b4-d6c7-47fd-832b-b9a94d35c670 Date: Fri, 09 Nov 2018 07:06:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:06: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":"c9067e440655429c8205c3ee07f19819","id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","subnetpool_id":null,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet"}]} 2018-11-09 07:06:17,679 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-815fa3b4-d6c7-47fd-832b-b9a94d35c670 2018-11-09 07:06:17,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9789e0e61cd924debdd6f6a40809c215a5d03a99" 2018-11-09 07:06:17,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-7b6edcf5-fe38-4df8-8235-83db8c3ecbb6 Date: Fri, 09 Nov 2018 07:06: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":["4767cbb7-15a1-42e4-b9f8-9332f6b404cb"],"updated_at":"2018-11-09T07:06:16Z","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9067e440655429c8205c3ee07f19819","id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net"}]} 2018-11-09 07:06:17,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-7b6edcf5-fe38-4df8-8235-83db8c3ecbb6 2018-11-09 07:06:17,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9789e0e61cd924debdd6f6a40809c215a5d03a99" 2018-11-09 07:06:18,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b439c8f8-2e34-4078-b65f-e3da45b48e94 Date: Fri, 09 Nov 2018 07:06:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:06: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":"c9067e440655429c8205c3ee07f19819","id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","subnetpool_id":null,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet"}]} 2018-11-09 07:06:18,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-b439c8f8-2e34-4078-b65f-e3da45b48e94 2018-11-09 07:06:18,147 - OpenStackNetwork - DEBUG - Network [5beee884-6df2-4b73-8073-ebd7ff8b1431] created successfully 2018-11-09 07:06:18,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:06:18,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:18,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4423c4aae8704dbeb0a4b1bc479dec45", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}, {"id": "7448e61714a9480192621ff7e586b6c1", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T08:06:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee07bb57d91d43a0bb8bd529340df554", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ee07bb57d91d43a0bb8bd529340df554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630", "id": "68fb28bb0f51482ab4d6c263a0955f84"}, "audit_ids": ["S5GHQxsBRDKjwlBKMzPwQQ"], "issued_at": "2018-11-09T07:06:18.000000Z"}} 2018-11-09 07:06:18,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcc64f6d16c72838adde262221111618c0bced6" 2018-11-09 07:06:18,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99aa130a-8c93-467f-a8b8-02bf664e7e1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:06:18,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-99aa130a-8c93-467f-a8b8-02bf664e7e1f 2018-11-09 07:06:18,609 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:06:18,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcc64f6d16c72838adde262221111618c0bced6" 2018-11-09 07:06:18,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5207d121-622f-4a70-9bef-594a07a7649d x-compute-request-id: req-5207d121-622f-4a70-9bef-594a07a7649d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 07:06:18,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5207d121-622f-4a70-9bef-594a07a7649d 2018-11-09 07:06:18,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcc64f6d16c72838adde262221111618c0bced6" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 07:06:18,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12688b6b-f024-4cff-b80c-35c6e7da1d05 x-compute-request-id: req-12688b6b-f024-4cff-b80c-35c6e7da1d05 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:06:18,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-12688b6b-f024-4cff-b80c-35c6e7da1d05 2018-11-09 07:06:18,874 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:06:18,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:19,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc688c743efa4a708db1c6ccd613284b", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj-role"}], "expires_at": "2018-11-09T08:06:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9067e440655429c8205c3ee07f19819", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5955253c-e2c7-44e-user", "id": "7deb1efe24364e9588a46d4fc176fe91"}, "audit_ids": ["OLWxuhqLTxeEqrfBuSuU8g"], "issued_at": "2018-11-09T07:06:19.000000Z"}} 2018-11-09 07:06:19,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:19,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a00c1a77-847b-48c4-9ba5-e12d92301fe4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:06:19,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a00c1a77-847b-48c4-9ba5-e12d92301fe4 2018-11-09 07:06:19,343 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 07:06:19,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:19,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ef10d1-1f3c-4e8a-a879-fd10660a2975 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:06:19,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-32ef10d1-1f3c-4e8a-a879-fd10660a2975 2018-11-09 07:06:19,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:19,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ff9b74b8-410b-418f-8bb8-fa8102100404 Date: Fri, 09 Nov 2018 07:06: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":["4767cbb7-15a1-42e4-b9f8-9332f6b404cb"],"updated_at":"2018-11-09T07:06:16Z","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9067e440655429c8205c3ee07f19819","id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net"}]} 2018-11-09 07:06:19,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net used request id req-ff9b74b8-410b-418f-8bb8-fa8102100404 2018-11-09 07:06:19,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:06:19,675 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:06:19,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:19,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9c3d5bf-fc32-44bd-8fbc-76fa2f17fe3b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819"}, "enabled": true, "id": "c9067e440655429c8205c3ee07f19819", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}} 2018-11-09 07:06:19,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 used request id req-d9c3d5bf-fc32-44bd-8fbc-76fa2f17fe3b 2018-11-09 07:06:19,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:19,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0c8573b9-e4f7-436c-8748-d467e262549d Date: Fri, 09 Nov 2018 07:06:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:06: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":"c9067e440655429c8205c3ee07f19819","id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","subnetpool_id":null,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet"}]} 2018-11-09 07:06:19,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-0c8573b9-e4f7-436c-8748-d467e262549d 2018-11-09 07:06:19,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:20,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-10dca22d-1a3a-41fb-8a9f-656bb6134204 Date: Fri, 09 Nov 2018 07:06:20 GMT RESP BODY: {"ports":[]} 2018-11-09 07:06:20,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1&admin_state_up=True used request id req-10dca22d-1a3a-41fb-8a9f-656bb6134204 2018-11-09 07:06:20,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:20,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06: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-89cff828-0e7d-46c2-9d54-ef915326471f x-compute-request-id: req-89cff828-0e7d-46c2-9d54-ef915326471f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 07:06:20,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst used request id req-89cff828-0e7d-46c2-9d54-ef915326471f 2018-11-09 07:06:20,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:20,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-d7824465-6d0d-43b1-8252-777257124f75 Date: Fri, 09 Nov 2018 07:06: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":["4767cbb7-15a1-42e4-b9f8-9332f6b404cb"],"updated_at":"2018-11-09T07:06:16Z","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9067e440655429c8205c3ee07f19819","id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net"}]} 2018-11-09 07:06:20,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net used request id req-d7824465-6d0d-43b1-8252-777257124f75 2018-11-09 07:06:20,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:20,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4662422e-451d-4abe-9735-5a858735a575 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819"}, "enabled": true, "id": "c9067e440655429c8205c3ee07f19819", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}} 2018-11-09 07:06:20,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 used request id req-4662422e-451d-4abe-9735-5a858735a575 2018-11-09 07:06:20,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:21,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8e3cdfae-920c-47c3-bcf8-7d65a3816139 Date: Fri, 09 Nov 2018 07:06:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:06: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":"c9067e440655429c8205c3ee07f19819","id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","subnetpool_id":null,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet"}]} 2018-11-09 07:06:21,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-8e3cdfae-920c-47c3-bcf8-7d65a3816139 2018-11-09 07:06:21,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:21,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4727adfb-359a-45f6-a849-579c7733d3b5 Date: Fri, 09 Nov 2018 07:06:21 GMT RESP BODY: {"ports":[]} 2018-11-09 07:06:21,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1&admin_state_up=True used request id req-4727adfb-359a-45f6-a849-579c7733d3b5 2018-11-09 07:06:21,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 07:06:21,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:06:21,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc688c743efa4a708db1c6ccd613284b", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj-role"}], "expires_at": "2018-11-09T08:06:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9067e440655429c8205c3ee07f19819", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/c9067e440655429c8205c3ee07f19819", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5955253c-e2c7-44e-user", "id": "7deb1efe24364e9588a46d4fc176fe91"}, "audit_ids": ["Wu4-_koKQ7G86DJsPolHag"], "issued_at": "2018-11-09T07:06:21.000000Z"}} 2018-11-09 07:06:21,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72609cd6c30967731fbae5dc85f7dfb8dc48e10c" 2018-11-09 07:06:21,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6117593-d9e7-4e8d-8d65-cfe75d46dec1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:06:21,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a6117593-d9e7-4e8d-8d65-cfe75d46dec1 2018-11-09 07:06:21,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:22,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-2259e1d1-07af-4ae9-a1b0-a8f1ce4cc181 Date: Fri, 09 Nov 2018 07:06: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":["4767cbb7-15a1-42e4-b9f8-9332f6b404cb"],"updated_at":"2018-11-09T07:06:16Z","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9067e440655429c8205c3ee07f19819","id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net"}]} 2018-11-09 07:06:22,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net used request id req-2259e1d1-07af-4ae9-a1b0-a8f1ce4cc181 2018-11-09 07:06:22,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:22,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5e50c10a-98df-4ded-942c-f1c6b6680733 Date: Fri, 09 Nov 2018 07:06:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:06: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":"c9067e440655429c8205c3ee07f19819","id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","subnetpool_id":null,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet"}]} 2018-11-09 07:06:22,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-5e50c10a-98df-4ded-942c-f1c6b6680733 2018-11-09 07:06:22,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:22,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-137ca11d-27e6-4ad5-ad01-cdd98d907a54 Date: Fri, 09 Nov 2018 07:06: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":["4767cbb7-15a1-42e4-b9f8-9332f6b404cb"],"updated_at":"2018-11-09T07:06:16Z","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9067e440655429c8205c3ee07f19819","id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net"}]} 2018-11-09 07:06:22,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net used request id req-137ca11d-27e6-4ad5-ad01-cdd98d907a54 2018-11-09 07:06:22,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:06:22,330 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:06:22,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72609cd6c30967731fbae5dc85f7dfb8dc48e10c" 2018-11-09 07:06:22,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d2585ab-6d75-425f-88bc-5ffe5056a2a4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819"}, "enabled": true, "id": "c9067e440655429c8205c3ee07f19819", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}} 2018-11-09 07:06:22,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 used request id req-6d2585ab-6d75-425f-88bc-5ffe5056a2a4 2018-11-09 07:06:22,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:22,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c9b8282a-2689-4b32-a0b7-dd255cd18bd0 Date: Fri, 09 Nov 2018 07:06:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:06: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":"c9067e440655429c8205c3ee07f19819","id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","subnetpool_id":null,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet"}]} 2018-11-09 07:06:22,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-c9b8282a-2689-4b32-a0b7-dd255cd18bd0 2018-11-09 07:06:22,544 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net 2018-11-09 07:06:22,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" -d '{"port": {"network_id": "5beee884-6df2-4b73-8073-ebd7ff8b1431", "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1", "admin_state_up": true}}' 2018-11-09 07:06:23,433 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-fb844e4b-74ea-47bd-aaeb-cd98c9eb273f Date: Fri, 09 Nov 2018 07:06:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:06:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","ip_address":"10.55.0.13"}],"id":"6a1775be-cfcf-4313-801d-b943b7126630","security_groups":["1d9b8a4c-6958-40b7-99b3-e25007d282e1"],"mac_address":"fa:16:3e:5e:09:e0","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1","project_id":"c9067e440655429c8205c3ee07f19819","qos_policy_id":null,"admin_state_up":true,"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:22Z","binding:vnic_type":"normal"}} 2018-11-09 07:06:23,433 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-fb844e4b-74ea-47bd-aaeb-cd98c9eb273f 2018-11-09 07:06:23,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:23,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-2165d3fd-0af5-4593-8253-d5fd49ba5946 Date: Fri, 09 Nov 2018 07:06: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":["4767cbb7-15a1-42e4-b9f8-9332f6b404cb"],"updated_at":"2018-11-09T07:06:16Z","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9067e440655429c8205c3ee07f19819","id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net"}]} 2018-11-09 07:06:23,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net used request id req-2165d3fd-0af5-4593-8253-d5fd49ba5946 2018-11-09 07:06:23,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:23,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e20370-8165-47b9-9446-c202f5ada967 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819"}, "enabled": true, "id": "c9067e440655429c8205c3ee07f19819", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}} 2018-11-09 07:06:23,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 used request id req-73e20370-8165-47b9-9446-c202f5ada967 2018-11-09 07:06:23,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:23,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-85cf6842-8dfe-4b20-ada4-2326703ab5ee Date: Fri, 09 Nov 2018 07:06:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:06: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":"c9067e440655429c8205c3ee07f19819","id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","subnetpool_id":null,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet"}]} 2018-11-09 07:06:23,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-85cf6842-8dfe-4b20-ada4-2326703ab5ee 2018-11-09 07:06:23,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:24,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-f945e6d2-0f5b-45c7-b353-37b7c117d9ad Date: Fri, 09 Nov 2018 07:06:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:06:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","ip_address":"10.55.0.13"}],"id":"6a1775be-cfcf-4313-801d-b943b7126630","security_groups":["1d9b8a4c-6958-40b7-99b3-e25007d282e1"],"mac_address":"fa:16:3e:5e:09:e0","project_id":"c9067e440655429c8205c3ee07f19819","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1","admin_state_up":true,"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:22Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 07:06:24,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1&admin_state_up=True used request id req-f945e6d2-0f5b-45c7-b353-37b7c117d9ad 2018-11-09 07:06:24,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:24,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e14a116a-36f0-43a6-b62b-b370bfccd022 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819"}, "enabled": true, "id": "c9067e440655429c8205c3ee07f19819", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}} 2018-11-09 07:06:24,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 used request id req-e14a116a-36f0-43a6-b62b-b370bfccd022 2018-11-09 07:06:24,240 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst 2018-11-09 07:06:24,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:24,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-ff681d7c-2fe7-4c72-ac30-53a01f333fdc x-compute-request-id: req-ff681d7c-2fe7-4c72-ac30-53a01f333fdc Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}], "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-flavor-name"}]} 2018-11-09 07:06:24,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ff681d7c-2fe7-4c72-ac30-53a01f333fdc 2018-11-09 07:06:24,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:24,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-1469eac9-7a25-4532-a72d-8f8a98e4167c x-compute-request-id: req-1469eac9-7a25-4532-a72d-8f8a98e4167c Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:06:24,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4 used request id req-1469eac9-7a25-4532-a72d-8f8a98e4167c 2018-11-09 07:06:24,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:24,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-837a620d-90c2-48c8-9270-5910471f5a9c Date: Fri, 09 Nov 2018 07:06:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T07:06:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T07:06:14Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e95d5589-3856-4da7-8318-cd767daef005/snap", "metadata": {}}], "self": "/v2/images/e95d5589-3856-4da7-8318-cd767daef005", "min_disk": 0, "protected": false, "id": "e95d5589-3856-4da7-8318-cd767daef005", "file": "/v2/images/e95d5589-3856-4da7-8318-cd767daef005/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9067e440655429c8205c3ee07f19819", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e95d5589-3856-4da7-8318-cd767daef005/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image"} 2018-11-09 07:06:24,482 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image used request id req-837a620d-90c2-48c8-9270-5910471f5a9c 2018-11-09 07:06:24,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:24,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6f18523c-aa34-49dd-8aeb-0569e33d3b7d Date: Fri, 09 Nov 2018 07: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"}}} 2018-11-09 07:06:24,630 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-6f18523c-aa34-49dd-8aeb-0569e33d3b7d 2018-11-09 07:06:24,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" -d '{"server": {"name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst", "imageRef": "e95d5589-3856-4da7-8318-cd767daef005", "flavorRef": "b1a6803c-2665-4f15-b52d-bf01297439b4", "max_count": 1, "min_count": 1, "networks": [{"port": "6a1775be-cfcf-4313-801d-b943b7126630"}]}}' 2018-11-09 07:06:26,278 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-7cf76450-258b-4798-8ebc-9394a98061c4 x-compute-request-id: req-7cf76450-258b-4798-8ebc-9394a98061c4 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "53082fcc-d8fe-46a5-aa19-22291b15d7a3", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "bookmark"}], "adminPass": "SWN8qnnFeh6J"}} 2018-11-09 07:06:26,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-7cf76450-258b-4798-8ebc-9394a98061c4 2018-11-09 07:06:26,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:26,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-11a19e88-16ff-4cec-84be-e2f9b9e5f694 x-compute-request-id: req-11a19e88-16ff-4cec-84be-e2f9b9e5f694 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.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "bookmark"}], "image": {"id": "e95d5589-3856-4da7-8318-cd767daef005", "links": [{"href": "http://172.30.9.27:8774/images/e95d5589-3856-4da7-8318-cd767daef005", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "links": [{"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}]}, "id": "53082fcc-d8fe-46a5-aa19-22291b15d7a3", "user_id": "7deb1efe24364e9588a46d4fc176fe91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:06:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst", "created": "2018-11-09T07:06:25Z", "tenant_id": "c9067e440655429c8205c3ee07f19819", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:06:26,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 used request id req-11a19e88-16ff-4cec-84be-e2f9b9e5f694 2018-11-09 07:06:26,640 - create_instance - INFO - Created instance with name - SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst 2018-11-09 07:06:26,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:27,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-1e1fd1ba-4de5-44f4-a89c-3dea635b186a x-compute-request-id: req-1e1fd1ba-4de5-44f4-a89c-3dea635b186a 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.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "bookmark"}], "image": {"id": "e95d5589-3856-4da7-8318-cd767daef005", "links": [{"href": "http://172.30.9.27:8774/images/e95d5589-3856-4da7-8318-cd767daef005", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "links": [{"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}]}, "id": "53082fcc-d8fe-46a5-aa19-22291b15d7a3", "user_id": "7deb1efe24364e9588a46d4fc176fe91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:06:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst", "created": "2018-11-09T07:06:25Z", "tenant_id": "c9067e440655429c8205c3ee07f19819", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:06:27,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 used request id req-1e1fd1ba-4de5-44f4-a89c-3dea635b186a 2018-11-09 07:06:27,008 - create_instance - DEBUG - Instance status [SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst] is - BUILD 2018-11-09 07:06:27,009 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:06:30,012 - create_instance - DEBUG - VM status query timeout in 896.628443956 2018-11-09 07:06:30,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:30,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06: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-5e2c54c0-7f7f-449b-afa2-65d69c64e2db x-compute-request-id: req-5e2c54c0-7f7f-449b-afa2-65d69c64e2db 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.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "bookmark"}], "image": {"id": "e95d5589-3856-4da7-8318-cd767daef005", "links": [{"href": "http://172.30.9.27:8774/images/e95d5589-3856-4da7-8318-cd767daef005", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "links": [{"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}]}, "id": "53082fcc-d8fe-46a5-aa19-22291b15d7a3", "security_groups": [{"name": "default"}], "user_id": "7deb1efe24364e9588a46d4fc176fe91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:06:27Z", "hostId": "718dc1ca79a4bb2544e53ab38441d70b33a33dcebda73dd5b462940e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst", "created": "2018-11-09T07:06:25Z", "tenant_id": "c9067e440655429c8205c3ee07f19819", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:06:30,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 used request id req-5e2c54c0-7f7f-449b-afa2-65d69c64e2db 2018-11-09 07:06:30,496 - create_instance - DEBUG - Instance status [SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst] is - BUILD 2018-11-09 07:06:30,496 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:06:33,500 - create_instance - DEBUG - VM status query timeout in 893.140724897 2018-11-09 07:06:33,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:34,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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,Accept-Encoding x-openstack-request-id: req-37178ec7-4fa5-411d-8df9-d12bc0da764c x-compute-request-id: req-37178ec7-4fa5-411d-8df9-d12bc0da764c Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:09:e0", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "bookmark"}], "image": {"id": "e95d5589-3856-4da7-8318-cd767daef005", "links": [{"href": "http://172.30.9.27:8774/images/e95d5589-3856-4da7-8318-cd767daef005", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:06:32.000000", "flavor": {"id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "links": [{"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}]}, "id": "53082fcc-d8fe-46a5-aa19-22291b15d7a3", "security_groups": [{"name": "default"}], "user_id": "7deb1efe24364e9588a46d4fc176fe91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:06:31Z", "hostId": "718dc1ca79a4bb2544e53ab38441d70b33a33dcebda73dd5b462940e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst", "created": "2018-11-09T07:06:25Z", "tenant_id": "c9067e440655429c8205c3ee07f19819", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:06:34,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 used request id req-37178ec7-4fa5-411d-8df9-d12bc0da764c 2018-11-09 07:06:34,066 - create_instance - DEBUG - Instance status [SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst] is - ACTIVE 2018-11-09 07:06:34,067 - create_instance - INFO - VM is - ACTIVE 2018-11-09 07:06:34,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:34,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-f94051bc-bf6c-48ff-9ef6-d576ccfa7a48 x-compute-request-id: req-f94051bc-bf6c-48ff-9ef6-d576ccfa7a48 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:09:e0", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "bookmark"}], "image": {"id": "e95d5589-3856-4da7-8318-cd767daef005", "links": [{"href": "http://172.30.9.27:8774/images/e95d5589-3856-4da7-8318-cd767daef005", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:06:32.000000", "flavor": {"id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "links": [{"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}]}, "id": "53082fcc-d8fe-46a5-aa19-22291b15d7a3", "security_groups": [{"name": "default"}], "user_id": "7deb1efe24364e9588a46d4fc176fe91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:06:31Z", "hostId": "718dc1ca79a4bb2544e53ab38441d70b33a33dcebda73dd5b462940e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst", "created": "2018-11-09T07:06:25Z", "tenant_id": "c9067e440655429c8205c3ee07f19819", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:06:34,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 used request id req-f94051bc-bf6c-48ff-9ef6-d576ccfa7a48 2018-11-09 07:06:34,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:34,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-b2e8fe5c-d72c-4da0-89e7-9be6c90a6927 Date: Fri, 09 Nov 2018 07:06: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":["4767cbb7-15a1-42e4-b9f8-9332f6b404cb"],"updated_at":"2018-11-09T07:06:16Z","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9067e440655429c8205c3ee07f19819","id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net"}]} 2018-11-09 07:06:34,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net used request id req-b2e8fe5c-d72c-4da0-89e7-9be6c90a6927 2018-11-09 07:06:34,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:34,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a4976ea-5e2f-4481-87df-ef8d2e44286a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819"}, "enabled": true, "id": "c9067e440655429c8205c3ee07f19819", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}} 2018-11-09 07:06:34,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 used request id req-0a4976ea-5e2f-4481-87df-ef8d2e44286a 2018-11-09 07:06:34,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:35,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bc061f4c-c7e8-4cde-bf61-3a2ef2e06e41 Date: Fri, 09 Nov 2018 07:06:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:16Z","dns_nameservers":[],"updated_at":"2018-11-09T07:06: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":"c9067e440655429c8205c3ee07f19819","id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","subnetpool_id":null,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet"}]} 2018-11-09 07:06:35,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-bc061f4c-c7e8-4cde-bf61-3a2ef2e06e41 2018-11-09 07:06:35,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:35,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-38ab001e-bac5-4eca-bd3e-f95a88a8688e Date: Fri, 09 Nov 2018 07:06:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:06:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","ip_address":"10.55.0.4"}],"id":"0695bac5-dcbb-4ef4-b10a-497063ddcb57","security_groups":[],"mac_address":"fa:16:3e:22:65:50","project_id":"c9067e440655429c8205c3ee07f19819","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5beee884-6df2-4b73-8073-ebd7ff8b1431"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:06:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","ip_address":"10.55.0.13"}],"id":"6a1775be-cfcf-4313-801d-b943b7126630","security_groups":["1d9b8a4c-6958-40b7-99b3-e25007d282e1"],"mac_address":"fa:16:3e:5e:09:e0","project_id":"c9067e440655429c8205c3ee07f19819","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1","admin_state_up":true,"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:22Z","binding:vnic_type":"normal","device_id":"53082fcc-d8fe-46a5-aa19-22291b15d7a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:06:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","ip_address":"10.55.0.2"}],"id":"a0e9b52b-c364-48ad-b2b0-d8e6d3643fc3","security_groups":[],"mac_address":"fa:16:3e:e0:da:ef","project_id":"c9067e440655429c8205c3ee07f19819","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5beee884-6df2-4b73-8073-ebd7ff8b1431"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:06:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4767cbb7-15a1-42e4-b9f8-9332f6b404cb","ip_address":"10.55.0.3"}],"id":"c0cae634-e27b-4a28-af3b-74ae57198452","security_groups":[],"mac_address":"fa:16:3e:39:a2:bf","project_id":"c9067e440655429c8205c3ee07f19819","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5beee884-6df2-4b73-8073-ebd7ff8b1431","tenant_id":"c9067e440655429c8205c3ee07f19819","created_at":"2018-11-09T07:06:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5beee884-6df2-4b73-8073-ebd7ff8b1431"}]} 2018-11-09 07:06:35,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-38ab001e-bac5-4eca-bd3e-f95a88a8688e 2018-11-09 07:06:35,396 - create_instance_tests - INFO - Looking for IP 10.55.0.13 in the console log 2018-11-09 07:06:35,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:35,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ae9dfa7-0a2f-46bc-b11b-908e2af04870 x-compute-request-id: req-7ae9dfa7-0a2f-46bc-b11b-908e2af04870 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:09:e0", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "bookmark"}], "image": {"id": "e95d5589-3856-4da7-8318-cd767daef005", "links": [{"href": "http://172.30.9.27:8774/images/e95d5589-3856-4da7-8318-cd767daef005", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:06:32.000000", "flavor": {"id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "links": [{"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}]}, "id": "53082fcc-d8fe-46a5-aa19-22291b15d7a3", "security_groups": [{"name": "default"}], "user_id": "7deb1efe24364e9588a46d4fc176fe91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:06:31Z", "hostId": "718dc1ca79a4bb2544e53ab38441d70b33a33dcebda73dd5b462940e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst", "created": "2018-11-09T07:06:25Z", "tenant_id": "c9067e440655429c8205c3ee07f19819", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:06:35,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 used request id req-7ae9dfa7-0a2f-46bc-b11b-908e2af04870 2018-11-09 07:06:35,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 07:06:37,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b4e8fad-3412-46a7-9579-e76a3a6863d2 x-compute-request-id: req-8b4e8fad-3412-46a7-9579-e76a3a6863d2 Content-Encoding: gzip Content-Length: 9402 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 637907186 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.131995] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133664] pid_max: default: 32768 minimum: 301\n[ 0.134592] ACPI: Core revision 20150930\n[ 0.135958] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137270] Security Framework initialized\n[ 0.138088] Yama: becoming mindful.\n[ 0.138835] AppArmor: AppArmor initialized\n[ 0.139719] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141030] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.142325] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.143530] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144930] Initializing cgroup subsys io\n[ 0.145776] Initializing cgroup subsys memory\n[ 0.146668] Initializing cgroup subsys devices\n[ 0.147553] Initializing cgroup subsys freezer\n[ 0.148448] Initializing cgroup subsys net_cls\n[ 0.149364] Initializing cgroup subsys perf_event\n[ 0.150307] Initializing cgroup subsys net_prio\n[ 0.151216] Initializing cgroup subsys hugetlb\n[ 0.152115] Initializing cgroup subsys pids\n[ 0.153027] CPU: Physical Processor ID: 0\n[ 0.154565] mce: CPU supports 10 MCE banks\n[ 0.155427] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167324] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173637] ftrace: allocating 31920 entries in 125 pages\n[ 0.199301] smpboot: Max logical packages: 1\n[ 0.200157] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201516] x2apic enabled\n[ 0.202323] Switched APIC routing to physical x2apic.\n[ 0.204083] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205208] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207237] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209078] KVM setup paravirtual spinlock\n[ 0.210420] x86: Booted up 1 node, 1 CPUs\n[ 0.211239] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212703] devtmpfs: initialized\n[ 0.214428] evm: security.selinux\n[ 0.215144] evm: security.SMACK64\n[ 0.215870] evm: security.SMACK64EXEC\n[ 0.216647] evm: security.SMACK64TRANSMUTE\n[ 0.217462] evm: security.SMACK64MMAP\n[ 0.218214] evm: security.ima\n[ 0.218860] evm: security.capability\n[ 0.219699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221576] pinctrl core: initialized pinctrl subsystem\n[ 0.222725] RTC time: 7:06:32, date: 11/09/18\n[ 0.223705] NET: Registered protocol family 16\n[ 0.224703] cpuidle: using governor ladder\n[ 0.225559] cpuidle: using governor menu\n[ 0.226364] PCCT header not found.\n[ 0.227138] ACPI: bus type PCI registered\n[ 0.227984] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229259] PCI: Using configuration type 1 for base access\n[ 0.231055] ACPI: Added _OSI(Module Device)\n[ 0.231949] ACPI: Added _OSI(Processor Device)\n[ 0.232857] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233797] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235939] ACPI: Interpreter enabled\n[ 0.236725] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244175] ACPI: (supports S0 S5)\n[ 0.244913] ACPI: Using IOAPIC for interrupt routing\n[ 0.246018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249118] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251601] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252824] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255125] acpiphp: Slot [3] registered\n[ 0.255988] acpiphp: Slot [4] registered\n[ 0.256820] acpiphp: Slot [5] registered\n[ 0.257652] acpiphp: Slot [6] registered\n[ 0.258467] acpiphp: Slot [7] registered\n[ 0.259298] acpiphp: Slot [8] registered\n[ 0.260118] acpiphp: Slot [9] registered\n[ 0.260957] acpiphp: Slot [10] registered\n[ 0.261797] acpiphp: Slot [11] registered\n[ 0.262640] acpiphp: Slot [12] registered\n[ 0.263480] acpiphp: Slot [13] registered\n[ 0.264315] acpiphp: Slot [14] registered\n[ 0.265145] acpiphp: Slot [15] registered\n[ 0.276312] acpiphp: Slot [16] registered\n[ 0.277133] acpiphp: Slot [17] registered\n[ 0.277982] acpiphp: Slot [18] registered\n[ 0.278823] acpiphp: Slot [19] registered\n[ 0.279643] acpiphp: Slot [20] registered\n[ 0.280464] acpiphp: Slot [21] registered\n[ 0.281301] acpiphp: Slot [22] registered\n[ 0.282129] acpiphp: Slot [23] registered\n[ 0.282978] acpiphp: Slot [24] registered\n[ 0.283826] acpiphp: Slot [25] registered\n[ 0.284651] acpiphp: Slot [26] registered\n[ 0.285488] acpiphp: Slot [27] registered\n[ 0.286304] acpiphp: Slot [28] registered\n[ 0.287118] acpiphp: Slot [29] registered\n[ 0.287963] acpiphp: Slot [30] registered\n[ 0.288806] acpiphp: Slot [31] registered\n[ 0.289639] PCI host bridge to bus 0000:00\n[ 0.290458] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291718] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292941] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294434] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.295883] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302146] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303525] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304755] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306065] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312625] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360714] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362123] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366104] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367622] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370174] vgaarb: loaded\n[ 0.370767] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371902] SCSI subsystem initialized\n[ 0.372717] ACPI: bus type USB registered\n[ 0.373521] usbcore: registered new interface driver usbfs\n[ 0.374532] usbcore: registered new interface driver hub\n[ 0.375519] usbcore: registered new device driver usb\n[ 0.376562] PCI: Using ACPI for IRQ routing\n[ 0.377575] NetLabel: Initializing\n[ 0.378275] NetLabel: domain hash size = 128\n[ 0.379109] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380041] NetLabel: unlabeled traffic allowed by default\n[ 0.381121] clocksource: Switched to clocksource kvm-clock\n[ 0.386516] AppArmor: AppArmor Filesystem Enabled\n[ 0.387463] pnp: PnP ACPI init\n[ 0.388369] pnp: PnP ACPI: found 5 devices\n[ 0.394383] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396056] NET: Registered protocol family 2\n[ 0.397009] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.398265] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.399418] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.400564] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401624] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402775] NET: Registered protocol family 1\n[ 0.403627] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404700] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420241] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434464] Trying to unpack rootfs image as initramfs...\n[ 0.483915] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.498234] Scanning for low memory corruption every 60 seconds\n[ 0.499644] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500941] audit: initializing netlink subsys (disabled)\n[ 0.502070] audit: type=2000 audit(1541747193.061:1): initialized\n[ 0.503522] Initialise system trusted keyring\n[ 0.504543] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505865] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508019] zbud: loaded\n[ 0.508764] VFS: Disk quotas dquot_6.6.0\n[ 0.509646] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511255] fuse init (API version 7.23)\n[ 0.512205] Key type big_key registered\n[ 0.513084] Allocating IMA MOK and blacklist keyrings.\n[ 0.514329] Key type asymmetric registered\n[ 0.515201] Asymmetric key parser 'x509' registered\n[ 0.516183] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517770] io scheduler noop registered\n[ 0.518676] io scheduler deadline registered (default)\n[ 0.519824] io scheduler cfq registered\n[ 0.520728] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521866] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524528] ACPI: Power Button [PWRF]\n[ 0.525365] GHES: HEST is not enabled!\n[ 0.538963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567038] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569543] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604188] Linux agpgart interface v0.103\n[ 0.607305] brd: module loaded\n[ 0.608579] loop: module loaded\n[ 0.613010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614646] GPT:90111 != 20971519\n[ 0.615409] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616614] GPT:90111 != 20971519\n[ 0.617381] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618438] vda: vda1 vda15\n[ 0.620348] scsi host0: ata_piix\n[ 0.621599] scsi host1: ata_piix\n[ 0.622401] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623830] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625515] libphy: Fixed MDIO Bus: probed\n[ 0.626438] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627548] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630061] PPP generic driver version 2.4.2\n[ 0.631173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632599] ehci-pci: EHCI PCI platform driver\n[ 0.633666] ehci-platform: EHCI generic platform driver\n[ 0.634851] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636523] ohci-pci: OHCI PCI platform driver\n[ 0.637553] ohci-platform: OHCI generic platform driver\n[ 0.638733] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653626] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.657714] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661082] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663097] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665434] usb usb1: Product: UHCI Host Controller\n[ 0.666902] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668775] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670420] hub 1-0:1.0: USB hub found\n[ 0.671724] hub 1-0:1.0: 2 ports detected\n[ 0.673304] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676688] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680240] mousedev: PS/2 mouse device common for all mice\n[ 0.682518] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687498] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689669] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691771] i2c /dev entries driver\n[ 0.692932] device-mapper: uevent: version 1.0.3\n[ 0.694406] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697006] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699052] NET: Registered protocol family 10\n[ 0.700567] NET: Registered protocol family 17\n[ 0.701970] Key type dns_resolver registered\n[ 0.703395] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705163] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707929] registered taskstats version 1\n[ 0.709246] Loading compiled-in X.509 certificates\n[ 0.711226] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714238] zswap: loaded using pool lzo/zbud\n[ 0.716597] Key type trusted registered\n[ 0.718607] Key type encrypted registered\n[ 0.719894] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721577] ima: No TPM chip found, activating TPM-bypass!\n[ 0.723250] evm: HMAC attrs: 0x1\n[ 0.724559] Magic number: 10:511:116\n[ 0.725877] rtc_cmos 00:00: setting system clock to 2018-11-09 07:06:32 UTC (1541747192)\n[ 0.728405] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730203] EDD information not available.\n[ 0.782208] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784670] Write protecting the kernel read-only data: 14336k\n[ 0.797319] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800050] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.846464] 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.51\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.13...\nLease of 10.55.0.13 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.74. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCeQMvsMT8Lut4YDA3dWSSvFeI+RcaClceRluvAP1Onkc84blqHeRqlxsc7VI/fknlT7id5Mj4RXmvRP/1W5iPFUJjzxnq5wecdONPZI7WHDHeDDvLhlvt+8FSoAifHhevzjLUF0JPuvPBxwJYkdJIfXl07NCxhasoNQosG5Xm5F/A0q8GMBSBY9w7xhbglanAWm9KJsSS25LNBXibFgybMZ56h1G5V8Aa+KYZS3q/OCzOMbjJRSKnIMh3rft2CpdyBldrwqoEFg9NbMCZNAiBjwxACk7jL9R3IHlPzp8dsrUkXD/g4z08Cl93TBz+HSWI0Y2t7r7CZZoj9lowQy1mj root@simplehealthcheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAIQ0XkILUqzls8rZuFSkxq8h4T9Y4wyGRoshfAZONhHwQRRSIUjDr+VwjRzDXNTTTyZkd7Ge7B62t0KXmHywE+pJzrw/aM0INFwo7kpANnYcEGtgw9wl3Ji+7XAQrdI6cVrg41wqd+8VSgiq27ljqgvbNobQtS9jX8qfSpKu5RaTAAAAFQDFYNX6Q6usw63Tf1ByCtwjobBjkwAAAIAb/NzVfGLzhUVqt3k16189Lsr0rzJiTBNUwNRMFcfHY1To+SZe0HvlibMrIDHPfwBB1t9ahx76m7dmhNSPbHm9zNu/5lbTloJdlmaGp8Cm2fXyTqXipgJ36wkUPude63Go1NyF8UI3AFlRlhwx9cYULpdps34Y1Ljpeod/UwZ3SAAAAIB2FF5j8PPAAgohmUTEPnK1PD++AvqqldpyxEOzNj4HQQhv3SCofP0pf4Y3j6weUTNJagqkY2LYRFvWMrNHPcLpmJa1oTykRMAN/tLaQ4csBAz8lftQW9O6BxOkQ3YVk2eMP4eA16hD2g0s0BcAqtgRw5zpxZcwW19Mt1L2lRmHqA== root@simplehealthcheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-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.13,24,fe80::f816:3eff:fe5e:9e0/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.13 \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-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.21 ===\n"} 2018-11-09 07:06:37,043 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3/action used request id req-8b4e8fad-3412-46a7-9579-e76a3a6863d2 2018-11-09 07:06:37,045 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 07:06:37,045 - 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 637907186 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.131995] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133664] pid_max: default: 32768 minimum: 301 [ 0.134592] ACPI: Core revision 20150930 [ 0.135958] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137270] Security Framework initialized [ 0.138088] Yama: becoming mindful. [ 0.138835] AppArmor: AppArmor initialized [ 0.139719] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141030] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.142325] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.143530] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144930] Initializing cgroup subsys io [ 0.145776] Initializing cgroup subsys memory [ 0.146668] Initializing cgroup subsys devices [ 0.147553] Initializing cgroup subsys freezer [ 0.148448] Initializing cgroup subsys net_cls [ 0.149364] Initializing cgroup subsys perf_event [ 0.150307] Initializing cgroup subsys net_prio [ 0.151216] Initializing cgroup subsys hugetlb [ 0.152115] Initializing cgroup subsys pids [ 0.153027] CPU: Physical Processor ID: 0 [ 0.154565] mce: CPU supports 10 MCE banks [ 0.155427] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167324] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173637] ftrace: allocating 31920 entries in 125 pages [ 0.199301] smpboot: Max logical packages: 1 [ 0.200157] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201516] x2apic enabled [ 0.202323] Switched APIC routing to physical x2apic. [ 0.204083] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205208] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207237] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209078] KVM setup paravirtual spinlock [ 0.210420] x86: Booted up 1 node, 1 CPUs [ 0.211239] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212703] devtmpfs: initialized [ 0.214428] evm: security.selinux [ 0.215144] evm: security.SMACK64 [ 0.215870] evm: security.SMACK64EXEC [ 0.216647] evm: security.SMACK64TRANSMUTE [ 0.217462] evm: security.SMACK64MMAP [ 0.218214] evm: security.ima [ 0.218860] evm: security.capability [ 0.219699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221576] pinctrl core: initialized pinctrl subsystem [ 0.222725] RTC time: 7:06:32, date: 11/09/18 [ 0.223705] NET: Registered protocol family 16 [ 0.224703] cpuidle: using governor ladder [ 0.225559] cpuidle: using governor menu [ 0.226364] PCCT header not found. [ 0.227138] ACPI: bus type PCI registered [ 0.227984] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229259] PCI: Using configuration type 1 for base access [ 0.231055] ACPI: Added _OSI(Module Device) [ 0.231949] ACPI: Added _OSI(Processor Device) [ 0.232857] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233797] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235939] ACPI: Interpreter enabled [ 0.236725] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.242325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.244175] ACPI: (supports S0 S5) [ 0.244913] ACPI: Using IOAPIC for interrupt routing [ 0.246018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249118] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251601] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252824] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255125] acpiphp: Slot [3] registered [ 0.255988] acpiphp: Slot [4] registered [ 0.256820] acpiphp: Slot [5] registered [ 0.257652] acpiphp: Slot [6] registered [ 0.258467] acpiphp: Slot [7] registered [ 0.259298] acpiphp: Slot [8] registered [ 0.260118] acpiphp: Slot [9] registered [ 0.260957] acpiphp: Slot [10] registered [ 0.261797] acpiphp: Slot [11] registered [ 0.262640] acpiphp: Slot [12] registered [ 0.263480] acpiphp: Slot [13] registered [ 0.264315] acpiphp: Slot [14] registered [ 0.265145] acpiphp: Slot [15] registered [ 0.276312] acpiphp: Slot [16] registered [ 0.277133] acpiphp: Slot [17] registered [ 0.277982] acpiphp: Slot [18] registered [ 0.278823] acpiphp: Slot [19] registered [ 0.279643] acpiphp: Slot [20] registered [ 0.280464] acpiphp: Slot [21] registered [ 0.281301] acpiphp: Slot [22] registered [ 0.282129] acpiphp: Slot [23] registered [ 0.282978] acpiphp: Slot [24] registered [ 0.283826] acpiphp: Slot [25] registered [ 0.284651] acpiphp: Slot [26] registered [ 0.285488] acpiphp: Slot [27] registered [ 0.286304] acpiphp: Slot [28] registered [ 0.287118] acpiphp: Slot [29] registered [ 0.287963] acpiphp: Slot [30] registered [ 0.288806] acpiphp: Slot [31] registered [ 0.289639] PCI host bridge to bus 0000:00 [ 0.290458] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291718] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292941] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294434] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.295883] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302146] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303525] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304755] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306065] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.312625] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360714] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362123] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366104] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367622] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370174] vgaarb: loaded [ 0.370767] vgaarb: bridge control possible 0000:00:02.0 [ 0.371902] SCSI subsystem initialized [ 0.372717] ACPI: bus type USB registered [ 0.373521] usbcore: registered new interface driver usbfs [ 0.374532] usbcore: registered new interface driver hub [ 0.375519] usbcore: registered new device driver usb [ 0.376562] PCI: Using ACPI for IRQ routing [ 0.377575] NetLabel: Initializing [ 0.378275] NetLabel: domain hash size = 128 [ 0.379109] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380041] NetLabel: unlabeled traffic allowed by default [ 0.381121] clocksource: Switched to clocksource kvm-clock [ 0.386516] AppArmor: AppArmor Filesystem Enabled [ 0.387463] pnp: PnP ACPI init [ 0.388369] pnp: PnP ACPI: found 5 devices [ 0.394383] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396056] NET: Registered protocol family 2 [ 0.397009] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.398265] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.399418] TCP: Hash tables configured (established 2048 bind 2048) [ 0.400564] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.401624] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402775] NET: Registered protocol family 1 [ 0.403627] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404700] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420241] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434464] Trying to unpack rootfs image as initramfs... [ 0.483915] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.498234] Scanning for low memory corruption every 60 seconds [ 0.499644] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500941] audit: initializing netlink subsys (disabled) [ 0.502070] audit: type=2000 audit(1541747193.061:1): initialized [ 0.503522] Initialise system trusted keyring [ 0.504543] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505865] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.508019] zbud: loaded [ 0.508764] VFS: Disk quotas dquot_6.6.0 [ 0.509646] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511255] fuse init (API version 7.23) [ 0.512205] Key type big_key registered [ 0.513084] Allocating IMA MOK and blacklist keyrings. [ 0.514329] Key type asymmetric registered [ 0.515201] Asymmetric key parser 'x509' registered [ 0.516183] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517770] io scheduler noop registered [ 0.518676] io scheduler deadline registered (default) [ 0.519824] io scheduler cfq registered [ 0.520728] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521866] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.523103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.524528] ACPI: Power Button [PWRF] [ 0.525365] GHES: HEST is not enabled! [ 0.538963] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.567038] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569543] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604188] Linux agpgart interface v0.103 [ 0.607305] brd: module loaded [ 0.608579] loop: module loaded [ 0.613010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.614646] GPT:90111 != 20971519 [ 0.615409] GPT:Alternate GPT header not at the end of the disk. [ 0.616614] GPT:90111 != 20971519 [ 0.617381] GPT: Use GNU Parted to correct GPT errors. [ 0.618438] vda: vda1 vda15 [ 0.620348] scsi host0: ata_piix [ 0.621599] scsi host1: ata_piix [ 0.622401] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.623830] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625515] libphy: Fixed MDIO Bus: probed [ 0.626438] tun: Universal TUN/TAP device driver, 1.6 [ 0.627548] tun: (C) 1999-2004 Max Krasnyansky [ 0.630061] PPP generic driver version 2.4.2 [ 0.631173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632599] ehci-pci: EHCI PCI platform driver [ 0.633666] ehci-platform: EHCI generic platform driver [ 0.634851] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636523] ohci-pci: OHCI PCI platform driver [ 0.637553] ohci-platform: OHCI generic platform driver [ 0.638733] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653626] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.655347] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.657714] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.659311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.661082] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.663097] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.665434] usb usb1: Product: UHCI Host Controller [ 0.666902] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.668775] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670420] hub 1-0:1.0: USB hub found [ 0.671724] hub 1-0:1.0: 2 ports detected [ 0.673304] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676688] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.678344] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.680240] mousedev: PS/2 mouse device common for all mice [ 0.682518] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.685540] rtc_cmos 00:00: RTC can wake from S4 [ 0.687498] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.689669] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.691771] i2c /dev entries driver [ 0.692932] device-mapper: uevent: version 1.0.3 [ 0.694406] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697006] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699052] NET: Registered protocol family 10 [ 0.700567] NET: Registered protocol family 17 [ 0.701970] Key type dns_resolver registered [ 0.703395] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.705163] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707929] registered taskstats version 1 [ 0.709246] Loading compiled-in X.509 certificates [ 0.711226] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.714238] zswap: loaded using pool lzo/zbud [ 0.716597] Key type trusted registered [ 0.718607] Key type encrypted registered [ 0.719894] AppArmor: AppArmor sha1 policy hashing enabled [ 0.721577] ima: No TPM chip found, activating TPM-bypass! [ 0.723250] evm: HMAC attrs: 0x1 [ 0.724559] Magic number: 10:511:116 [ 0.725877] rtc_cmos 00:00: setting system clock to 2018-11-09 07:06:32 UTC (1541747192) [ 0.728405] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730203] EDD information not available. [ 0.782208] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784670] Write protecting the kernel read-only data: 14336k [ 0.797319] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.800050] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.846464] 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.51 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.13... Lease of 10.55.0.13 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.74. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCeQMvsMT8Lut4YDA3dWSSvFeI+RcaClceRluvAP1Onkc84blqHeRqlxsc7VI/fknlT7id5Mj4RXmvRP/1W5iPFUJjzxnq5wecdONPZI7WHDHeDDvLhlvt+8FSoAifHhevzjLUF0JPuvPBxwJYkdJIfXl07NCxhasoNQosG5Xm5F/A0q8GMBSBY9w7xhbglanAWm9KJsSS25LNBXibFgybMZ56h1G5V8Aa+KYZS3q/OCzOMbjJRSKnIMh3rft2CpdyBldrwqoEFg9NbMCZNAiBjwxACk7jL9R3IHlPzp8dsrUkXD/g4z08Cl93TBz+HSWI0Y2t7r7CZZoj9lowQy1mj root@simplehealthcheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst ssh-dss AAAAB3NzaC1kc3MAAACBAIQ0XkILUqzls8rZuFSkxq8h4T9Y4wyGRoshfAZONhHwQRRSIUjDr+VwjRzDXNTTTyZkd7Ge7B62t0KXmHywE+pJzrw/aM0INFwo7kpANnYcEGtgw9wl3Ji+7XAQrdI6cVrg41wqd+8VSgiq27ljqgvbNobQtS9jX8qfSpKu5RaTAAAAFQDFYNX6Q6usw63Tf1ByCtwjobBjkwAAAIAb/NzVfGLzhUVqt3k16189Lsr0rzJiTBNUwNRMFcfHY1To+SZe0HvlibMrIDHPfwBB1t9ahx76m7dmhNSPbHm9zNu/5lbTloJdlmaGp8Cm2fXyTqXipgJ36wkUPude63Go1NyF8UI3AFlRlhwx9cYULpdps34Y1Ljpeod/UwZ3SAAAAIB2FF5j8PPAAgohmUTEPnK1PD++AvqqldpyxEOzNj4HQQhv3SCofP0pf4Y3j6weUTNJagqkY2LYRFvWMrNHPcLpmJa1oTykRMAN/tLaQ4csBAz8lftQW9O6BxOkQ3YVk2eMP4eA16hD2g0s0BcAqtgRw5zpxZcwW19Mt1L2lRmHqA== root@simplehealthcheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.13,24,fe80::f816:3eff:fe5e:9e0/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.13 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-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst launch-index: 0 === cirros: current=0.4.0 uptime=4.21 === 2018-11-09 07:06:37,046 - create_instance - INFO - Deleting Port with ID - 6a1775be-cfcf-4313-801d-b943b7126630 2018-11-09 07:06:37,046 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509port-1 2018-11-09 07:06:37,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/6a1775be-cfcf-4313-801d-b943b7126630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:37,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-674a11fd-fbf3-446f-8d84-f97e5955f7c0 Date: Fri, 09 Nov 2018 07:06:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:06:37,585 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/6a1775be-cfcf-4313-801d-b943b7126630 used request id req-674a11fd-fbf3-446f-8d84-f97e5955f7c0 2018-11-09 07:06:37,585 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst 2018-11-09 07:06:37,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:37,745 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-800dcfa9-194a-4778-abc5-0434b6f57931 x-compute-request-id: req-800dcfa9-194a-4778-abc5-0434b6f57931 Content-Type: application/json 2018-11-09 07:06:37,746 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 used request id req-800dcfa9-194a-4778-abc5-0434b6f57931 2018-11-09 07:06:37,746 - create_instance - INFO - Checking deletion status 2018-11-09 07:06:37,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:38,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-84500be2-8f98-450b-a3cf-2eb3e02f2941 x-compute-request-id: req-84500be2-8f98-450b-a3cf-2eb3e02f2941 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:09:e0", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "bookmark"}], "image": {"id": "e95d5589-3856-4da7-8318-cd767daef005", "links": [{"href": "http://172.30.9.27:8774/images/e95d5589-3856-4da7-8318-cd767daef005", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:06:32.000000", "flavor": {"id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "links": [{"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}]}, "id": "53082fcc-d8fe-46a5-aa19-22291b15d7a3", "user_id": "7deb1efe24364e9588a46d4fc176fe91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:06:37Z", "hostId": "718dc1ca79a4bb2544e53ab38441d70b33a33dcebda73dd5b462940e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst", "created": "2018-11-09T07:06:25Z", "tenant_id": "c9067e440655429c8205c3ee07f19819", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:06:38,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 used request id req-84500be2-8f98-450b-a3cf-2eb3e02f2941 2018-11-09 07:06:38,138 - create_instance - DEBUG - Instance status [SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst] is - ACTIVE 2018-11-09 07:06:38,138 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:06:41,140 - create_instance - DEBUG - VM status query timeout in 296.60627389 2018-11-09 07:06:41,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:41,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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,Accept-Encoding x-openstack-request-id: req-2f2e03ce-f35a-4127-b7f9-916a5e3afae4 x-compute-request-id: req-2f2e03ce-f35a-4127-b7f9-916a5e3afae4 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.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3", "rel": "bookmark"}], "image": {"id": "e95d5589-3856-4da7-8318-cd767daef005", "links": [{"href": "http://172.30.9.27:8774/images/e95d5589-3856-4da7-8318-cd767daef005", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:06:32.000000", "flavor": {"id": "b1a6803c-2665-4f15-b52d-bf01297439b4", "links": [{"href": "http://172.30.9.27:8774/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4", "rel": "bookmark"}]}, "id": "53082fcc-d8fe-46a5-aa19-22291b15d7a3", "user_id": "7deb1efe24364e9588a46d4fc176fe91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:06:37Z", "hostId": "718dc1ca79a4bb2544e53ab38441d70b33a33dcebda73dd5b462940e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst", "created": "2018-11-09T07:06:25Z", "tenant_id": "c9067e440655429c8205c3ee07f19819", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 07:06:41,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 used request id req-2f2e03ce-f35a-4127-b7f9-916a5e3afae4 2018-11-09 07:06:41,248 - create_instance - DEBUG - Instance status [SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst] is - ACTIVE 2018-11-09 07:06:41,248 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 07:06:44,252 - create_instance - DEBUG - VM status query timeout in 293.49457407 2018-11-09 07:06:44,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78503faa620863aa2ab8c0be0a2c569fcdfd29e5" 2018-11-09 07:06:44,452 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-218495fb-e13c-45e3-a906-00df7101a771 x-compute-request-id: req-218495fb-e13c-45e3-a906-00df7101a771 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 53082fcc-d8fe-46a5-aa19-22291b15d7a3 could not be found.", "code": 404}} 2018-11-09 07:06:44,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/53082fcc-d8fe-46a5-aa19-22291b15d7a3 used request id req-218495fb-e13c-45e3-a906-00df7101a771 2018-11-09 07:06:44,452 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 53082fcc-d8fe-46a5-aa19-22291b15d7a3 could not be found. (HTTP 404) (Request-ID: req-218495fb-e13c-45e3-a906-00df7101a771) 2018-11-09 07:06:44,452 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-inst 2018-11-09 07:06:44,453 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet 2018-11-09 07:06:44,453 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-subnet 2018-11-09 07:06:44,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/4767cbb7-15a1-42e4-b9f8-9332f6b404cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9789e0e61cd924debdd6f6a40809c215a5d03a99" 2018-11-09 07:06:46,816 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb8b1a5c-e810-4513-9da0-6262a92a4f8a Date: Fri, 09 Nov 2018 07:06:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:06:46,816 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/4767cbb7-15a1-42e4-b9f8-9332f6b404cb used request id req-eb8b1a5c-e810-4513-9da0-6262a92a4f8a 2018-11-09 07:06:46,816 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-priv-net 2018-11-09 07:06:46,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/5beee884-6df2-4b73-8073-ebd7ff8b1431 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9789e0e61cd924debdd6f6a40809c215a5d03a99" 2018-11-09 07:06:47,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3e9dbd55-17cb-4c31-bf33-ee588f5dfae9 Date: Fri, 09 Nov 2018 07:06:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:06:47,843 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/5beee884-6df2-4b73-8073-ebd7ff8b1431 used request id req-3e9dbd55-17cb-4c31-bf33-ee588f5dfae9 2018-11-09 07:06:47,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcc64f6d16c72838adde262221111618c0bced6" 2018-11-09 07:06:47,883 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-c850a79f-0acb-4a6c-8a46-5518a11c4287 x-compute-request-id: req-c850a79f-0acb-4a6c-8a46-5518a11c4287 Content-Length: 0 Content-Type: application/json 2018-11-09 07:06:47,883 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b1a6803c-2665-4f15-b52d-bf01297439b4 used request id req-c850a79f-0acb-4a6c-8a46-5518a11c4287 2018-11-09 07:06:47,884 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-645c15cc-f25e-41cf-b0da-1ae96a8e7509-image 2018-11-09 07:06:47,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/e95d5589-3856-4da7-8318-cd767daef005 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}106708b395a0eefb26c31e249114109a4b6dfa21" 2018-11-09 07:06:49,024 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe804b27-4fb0-4611-a5b7-53660a16fcad Date: Fri, 09 Nov 2018 07:06:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:06:49,025 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e95d5589-3856-4da7-8318-cd767daef005 used request id req-fe804b27-4fb0-4611-a5b7-53660a16fcad 2018-11-09 07:06:49,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:49,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ed96e0c3-6022-40da-90ac-b437c95d3f92 Date: Fri, 09 Nov 2018 07:06:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c9067e440655429c8205c3ee07f19819", "created_at": "2018-11-09T07:06:15Z", "updated_at": "2018-11-09T07:06:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:15Z", "revision_number": 0, "id": "11c69853-a9ce-48b6-9aaf-ca919121437a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:15Z", "security_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "tenant_id": "c9067e440655429c8205c3ee07f19819", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9067e440655429c8205c3ee07f19819"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:15Z", "revision_number": 0, "id": "21be0621-00ae-4794-a57a-dd2fa422736b", "remote_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:15Z", "security_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "tenant_id": "c9067e440655429c8205c3ee07f19819", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9067e440655429c8205c3ee07f19819"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:15Z", "revision_number": 0, "id": "41c6c53e-2825-45aa-b23f-f64a8d394da9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:15Z", "security_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "tenant_id": "c9067e440655429c8205c3ee07f19819", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9067e440655429c8205c3ee07f19819"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:15Z", "revision_number": 0, "id": "d7fb4cd6-f64d-4dd6-9ed3-d5bfaaa4806a", "remote_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:15Z", "security_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "tenant_id": "c9067e440655429c8205c3ee07f19819", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9067e440655429c8205c3ee07f19819"}], "revision_number": 4, "project_id": "c9067e440655429c8205c3ee07f19819", "id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "created_at": "2018-11-09T07:06:49Z", "updated_at": "2018-11-09T07:06:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "0a265f0e-7921-4ef8-b2f0-2ae35d43b558", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "1065d0b4-a5ed-41db-ac19-a94c2d6485b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "53abec67-db87-4bdc-b5c5-5ce86f24516b", "remote_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "8ce60027-918e-4305-b568-17c4eb22b9ea", "remote_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}], "revision_number": 4, "project_id": "ee07bb57d91d43a0bb8bd529340df554", "id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}]} 2018-11-09 07:06:49,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-ed96e0c3-6022-40da-90ac-b437c95d3f92 2018-11-09 07:06:49,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:49,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f77b5f-b275-4171-856c-3d1618853123 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819"}, "enabled": true, "id": "c9067e440655429c8205c3ee07f19819", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5955253c-e2c7-44e-proj"}} 2018-11-09 07:06:49,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 used request id req-86f77b5f-b275-4171-856c-3d1618853123 2018-11-09 07:06:49,433 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d9b8a4c-6958-40b7-99b3-e25007d282e1 2018-11-09 07:06:49,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1d9b8a4c-6958-40b7-99b3-e25007d282e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:49,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-800c7451-219f-4507-a276-602fe40bb6e6 Date: Fri, 09 Nov 2018 07:06: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": "2018-11-09T07:06:15Z", "security_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c9067e440655429c8205c3ee07f19819", "created_at": "2018-11-09T07:06:15Z", "project_id": "c9067e440655429c8205c3ee07f19819", "id": "11c69853-a9ce-48b6-9aaf-ca919121437a"}, {"remote_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T07:06:15Z", "security_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c9067e440655429c8205c3ee07f19819", "created_at": "2018-11-09T07:06:15Z", "project_id": "c9067e440655429c8205c3ee07f19819", "id": "21be0621-00ae-4794-a57a-dd2fa422736b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T07:06:15Z", "security_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c9067e440655429c8205c3ee07f19819", "created_at": "2018-11-09T07:06:15Z", "project_id": "c9067e440655429c8205c3ee07f19819", "id": "41c6c53e-2825-45aa-b23f-f64a8d394da9"}, {"remote_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T07:06:15Z", "security_group_id": "1d9b8a4c-6958-40b7-99b3-e25007d282e1", "port_range_min": null, "revision_number": 0, "tenant_id": "c9067e440655429c8205c3ee07f19819", "created_at": "2018-11-09T07:06:15Z", "project_id": "c9067e440655429c8205c3ee07f19819", "id": "d7fb4cd6-f64d-4dd6-9ed3-d5bfaaa4806a"}]} 2018-11-09 07:06:49,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1d9b8a4c-6958-40b7-99b3-e25007d282e1 used request id req-800c7451-219f-4507-a276-602fe40bb6e6 2018-11-09 07:06:49,621 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 07:06:49,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/1d9b8a4c-6958-40b7-99b3-e25007d282e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:49,956 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-acd4f059-638a-46c0-ae36-99dc6b30d112 Content-Length: 0 Date: Fri, 09 Nov 2018 07:06:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:06:49,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/1d9b8a4c-6958-40b7-99b3-e25007d282e1 used request id req-acd4f059-638a-46c0-ae36-99dc6b30d112 2018-11-09 07:06:49,957 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-5955253c-e2c7-44e-proj 2018-11-09 07:06:49,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:50,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc22a613-db9b-462f-9007-5e6379829edf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:50,243 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/c9067e440655429c8205c3ee07f19819 used request id req-bc22a613-db9b-462f-9007-5e6379829edf 2018-11-09 07:06:50,243 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-5955253c-e2c7-44e-proj-role 2018-11-09 07:06:50,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/fc688c743efa4a708db1c6ccd613284b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:50,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78641cb8-022a-4306-8e58-b55327ac8de2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:50,360 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/fc688c743efa4a708db1c6ccd613284b used request id req-78641cb8-022a-4306-8e58-b55327ac8de2 2018-11-09 07:06:50,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a732aca2e641beebf659173d1e9173ab9cff2e24" 2018-11-09 07:06:50,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16119b3e-24f7-4704-a450-9aa05beec86d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4423c4aae8704dbeb0a4b1bc479dec45", "links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "name": "Member"}, {"domain_id": null, "id": "7448e61714a9480192621ff7e586b6c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7448e61714a9480192621ff7e586b6c1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:50,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-16119b3e-24f7-4704-a450-9aa05beec86d 2018-11-09 07:06:50,451 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-5955253c-e2c7-44e-user 2018-11-09 07:06:50,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/7deb1efe24364e9588a46d4fc176fe91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f949e37c32b6b232e72da44a580ef18ccd780bc" 2018-11-09 07:06:50,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bc141d6-caef-4a30-ad86-b731f700d570 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:50,629 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7deb1efe24364e9588a46d4fc176fe91 used request id req-0bc141d6-caef-4a30-ad86-b731f700d570 2018-11-09 07:06:50,630 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 40.964s OK 2018-11-09 07:06:50,762 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 07:06:50,762 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-11-09 07:06:50,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:50,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:50,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cef47aab-7c53-452b-898b-12f491484ced Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4423c4aae8704dbeb0a4b1bc479dec45", "links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "name": "Member"}, {"domain_id": null, "id": "7448e61714a9480192621ff7e586b6c1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7448e61714a9480192621ff7e586b6c1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:50,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cef47aab-7c53-452b-898b-12f491484ced 2018-11-09 07:06:50,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0861291885376s 2018-11-09 07:06:50,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 07:06:50,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/7448e61714a9480192621ff7e586b6c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:50,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e28d665-7d7e-4b00-bab9-f71da342d307 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:50,994 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/7448e61714a9480192621ff7e586b6c1 used request id req-4e28d665-7d7e-4b00-bab9-f71da342d307 2018-11-09 07:06:50,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.139549016953s 2018-11-09 07:06:50,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:06:50,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:51,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14bdb73f-9eba-451a-9f2d-d855ea5e2359 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630", "links": {"self": "http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84"}, "domain_id": "default", "enabled": true, "id": "68fb28bb0f51482ab4d6c263a0955f84", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:06:51,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-14bdb73f-9eba-451a-9f2d-d855ea5e2359 2018-11-09 07:06:51,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0911319255829s 2018-11-09 07:06:51,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-14bdb73f-9eba-451a-9f2d-d855ea5e2359 2018-11-09 07:06:51,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:06:51,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:51,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d8fe4ff-fce1-4866-9c99-cfabcba8ad3d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84"}, "enabled": true, "id": "68fb28bb0f51482ab4d6c263a0955f84", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_246058a2-c1e6-41ed-ae5a-aa5845930630"}} 2018-11-09 07:06:51,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84 used request id req-9d8fe4ff-fce1-4866-9c99-cfabcba8ad3d 2018-11-09 07:06:51,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110033035278s 2018-11-09 07:06:51,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84 used request id req-9d8fe4ff-fce1-4866-9c99-cfabcba8ad3d 2018-11-09 07:06:51,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 07:06:51,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:51,391 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-880d0c03-d2c2-4e4a-8910-b0612f2059e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:51,391 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84 used request id req-880d0c03-d2c2-4e4a-8910-b0612f2059e6 2018-11-09 07:06:51,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.18721818924s 2018-11-09 07:06:51,392 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/68fb28bb0f51482ab4d6c263a0955f84 used request id req-880d0c03-d2c2-4e4a-8910-b0612f2059e6 2018-11-09 07:06:51,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:06:51,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:51,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-931cbd05-8c39-43c9-a333-dd9dab04c300 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "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.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554"}, "enabled": true, "id": "ee07bb57d91d43a0bb8bd529340df554", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_246058a2-c1e6-41ed-ae5a-aa5845930630"}]} 2018-11-09 07:06:51,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-931cbd05-8c39-43c9-a333-dd9dab04c300 2018-11-09 07:06:51,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0754549503326s 2018-11-09 07:06:51,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-931cbd05-8c39-43c9-a333-dd9dab04c300 2018-11-09 07:06:51,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 07:06:51,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:51,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18ea25e5-a636-48d7-ae18-7a51cf39f114 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:51,615 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554 used request id req-18ea25e5-a636-48d7-ae18-7a51cf39f114 2018-11-09 07:06:51,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145232915878s 2018-11-09 07:06:51,616 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ee07bb57d91d43a0bb8bd529340df554 used request id req-18ea25e5-a636-48d7-ae18-7a51cf39f114 2018-11-09 07:06:51,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:06:51,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:51,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6b3cdeb-391a-46a1-af27-2550217768cf Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4423c4aae8704dbeb0a4b1bc479dec45", "links": {"self": "http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:06:51,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a6b3cdeb-391a-46a1-af27-2550217768cf 2018-11-09 07:06:51,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081151008606s 2018-11-09 07:06:51,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 07:06:51,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:51,790 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:06:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2039d86e-0026-4dab-9981-91a6fa0ee775 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:06:51,790 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/4423c4aae8704dbeb0a4b1bc479dec45 used request id req-2039d86e-0026-4dab-9981-91a6fa0ee775 2018-11-09 07:06:51,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0916039943695s 2018-11-09 07:06:51,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:06:51,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=ee07bb57d91d43a0bb8bd529340df554&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}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:51,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-46482eeb-4575-4243-9713-926c495745c9 Date: Fri, 09 Nov 2018 07:06:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "created_at": "2018-11-09T07:06:49Z", "updated_at": "2018-11-09T07:06:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "0a265f0e-7921-4ef8-b2f0-2ae35d43b558", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "1065d0b4-a5ed-41db-ac19-a94c2d6485b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "53abec67-db87-4bdc-b5c5-5ce86f24516b", "remote_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "8ce60027-918e-4305-b568-17c4eb22b9ea", "remote_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}], "revision_number": 4, "project_id": "ee07bb57d91d43a0bb8bd529340df554", "id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "name": "default"}]} 2018-11-09 07:06:51,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=ee07bb57d91d43a0bb8bd529340df554&name=default used request id req-46482eeb-4575-4243-9713-926c495745c9 2018-11-09 07:06:51,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.18480181694s 2018-11-09 07:06:51,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=ee07bb57d91d43a0bb8bd529340df554&name=default used request id req-46482eeb-4575-4243-9713-926c495745c9 2018-11-09 07:06:51,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:06:51,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:52,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2bda8c75-a564-4b79-9eab-809165bb5ee2 Date: Fri, 09 Nov 2018 07:06:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "created_at": "2018-11-09T07:06:49Z", "updated_at": "2018-11-09T07:06:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "8ce60027-918e-4305-b568-17c4eb22b9ea", "remote_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "1065d0b4-a5ed-41db-ac19-a94c2d6485b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "53abec67-db87-4bdc-b5c5-5ce86f24516b", "remote_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv6", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:06:49Z", "revision_number": 0, "id": "0a265f0e-7921-4ef8-b2f0-2ae35d43b558", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:06:49Z", "security_group_id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "tenant_id": "ee07bb57d91d43a0bb8bd529340df554", "port_range_min": null, "ethertype": "IPv4", "project_id": "ee07bb57d91d43a0bb8bd529340df554"}], "revision_number": 4, "project_id": "ee07bb57d91d43a0bb8bd529340df554", "id": "6a571d31-1a02-4387-92fa-cc3b473584c1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}]} 2018-11-09 07:06:52,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-2bda8c75-a564-4b79-9eab-809165bb5ee2 2018-11-09 07:06:52,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201819181442s 2018-11-09 07:06:52,187 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-2bda8c75-a564-4b79-9eab-809165bb5ee2 2018-11-09 07:06:52,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 07:06:52,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6a571d31-1a02-4387-92fa-cc3b473584c1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4488f2f31758751636af3c3b8ea19379e8250b5" 2018-11-09 07:06:52,456 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5b3f22c-6480-4d17-8a38-adce8a9ac868 Content-Length: 0 Date: Fri, 09 Nov 2018 07:06:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:06:52,456 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6a571d31-1a02-4387-92fa-cc3b473584c1.json used request id req-e5b3f22c-6480-4d17-8a38-adce8a9ac868 2018-11-09 07:06:52,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.263814210892s 2018-11-09 07:06:52,456 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6a571d31-1a02-4387-92fa-cc3b473584c1.json used request id req-e5b3f22c-6480-4d17-8a38-adce8a9ac868 2018-11-09 07:06:52,457 - 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:03 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-11-09 07:06:52,461 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-09 07:07:00,073 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-311 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-09 07:07:00,078 - 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=tMU7RBECnjg4a944fPs64vra6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-09 07:07:00,078 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-09 07:07:00,079 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-11-09 07:07:00,115 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-11-09 07:07:04,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:07:04,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:07:04,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:07:04,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:07:04,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:07:04,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:07:04,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:07:04,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:07:04,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:07:04,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:07:04,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:07:04,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:07:04,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:07:04,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:07:04,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:07:04,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:07:04,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:07:04,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:07:04,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:07:04,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:07:04,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:07:04,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:07:04,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:07:04,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:07:04,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:07:04,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5409742-0f8e-465c-84cf-8761663e20bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:07:04,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b5409742-0f8e-465c-84cf-8761663e20bb 2018-11-09 07:07:04,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:07:04,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:07:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["vtEZ_TEgQyq8KIIjwQFsOw"], "issued_at": "2018-11-09T07:07:04.000000Z"}} 2018-11-09 07:07:04,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:07:04,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:04,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d61d5a53-9080-4fa8-b124-f58b45b90a89 Date: Fri, 09 Nov 2018 07:07:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 07:07:04,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d61d5a53-9080-4fa8-b124-f58b45b90a89 2018-11-09 07:07:04,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.239952087402s 2018-11-09 07:07:04,709 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d61d5a53-9080-4fa8-b124-f58b45b90a89 2018-11-09 07:07:04,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 07:07:04,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:04,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:07:05,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:05,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c42bf37-962e-423b-a76d-5489606b525b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 07:07:05,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-1c42bf37-962e-423b-a76d-5489606b525b 2018-11-09 07:07:05,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.462572097778s 2018-11-09 07:07:05,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 07:07:05,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}317c0cc89830507b7acc97a41915cfc3ec1c231e" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e"}}' 2018-11-09 07:07:05,289 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:07:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f2b9e7c-1d7e-4fe2-b81b-220358245b5b 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.27:5000/v3/projects/527e6e72c6884ebf9b7a5e89df4d18f9"}, "enabled": true, "id": "527e6e72c6884ebf9b7a5e89df4d18f9", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e"}} 2018-11-09 07:07:05,289 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5f2b9e7c-1d7e-4fe2-b81b-220358245b5b 2018-11-09 07:07:05,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109680175781s 2018-11-09 07:07:05,290 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5f2b9e7c-1d7e-4fe2-b81b-220358245b5b 2018-11-09 07:07:05,291 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e', 'id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 07:07:05,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 07:07:05,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.410094022751s 2018-11-09 07:07:05,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:05,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e407e731-4634-4f2b-b248-24e77c1f5ef7 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98"}, "enabled": true, "id": "4c7243c11c1644098207c085a3e13a98", "options": {}, "domain_id": "default", "name": "vping_ssh-user_84676a0e-8900-4fb0-86fb-c8551e04533e"}} 2018-11-09 07:07:05,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98 used request id req-e407e731-4634-4f2b-b248-24e77c1f5ef7 2018-11-09 07:07:05,809 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4c7243c11c1644098207c085a3e13a98', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_84676a0e-8900-4fb0-86fb-c8551e04533e'}) 2018-11-09 07:07:05,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:07:05,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:05,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f62878-4483-44dc-ae52-4dc9601d259b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:07:05,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-37f62878-4483-44dc-ae52-4dc9601d259b 2018-11-09 07:07:05,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0884408950806s 2018-11-09 07:07:05,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:07:05,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:05,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c92edd6b-5040-43e9-b7c1-24b4d1b8cf8a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:07:05,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c92edd6b-5040-43e9-b7c1-24b4d1b8cf8a 2018-11-09 07:07:05,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0723481178284s 2018-11-09 07:07:05,972 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 07:07:05,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 07:07:05,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" -d '{"role": {"name": "Member"}}' 2018-11-09 07:07:06,160 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:07:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b07bb864-a5c9-4b4d-ab14-f43bf8212523 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cd66d742ade94ee0ab9a6e7cb8bf7b7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c"}, "name": "Member"}} 2018-11-09 07:07:06,160 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-b07bb864-a5c9-4b4d-ab14-f43bf8212523 2018-11-09 07:07:06,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.187141895294s 2018-11-09 07:07:06,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:06,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a76a15a9-7256-4b9e-9629-2a0a65868d7b Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c"}, "domain_id": null, "name": "Member", "id": "cd66d742ade94ee0ab9a6e7cb8bf7b7c"}} 2018-11-09 07:07:06,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c used request id req-a76a15a9-7256-4b9e-9629-2a0a65868d7b 2018-11-09 07:07:06,243 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c'}, 'domain_id': None, 'human_id': None, 'id': u'cd66d742ade94ee0ab9a6e7cb8bf7b7c', 'HUMAN_ID': False}) 2018-11-09 07:07:06,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:07:06,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:06,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cfba1bc-01ac-4aaf-9a04-7805cbf9f136 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cd66d742ade94ee0ab9a6e7cb8bf7b7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c"}, "name": "Member"}]} 2018-11-09 07:07:06,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5cfba1bc-01ac-4aaf-9a04-7805cbf9f136 2018-11-09 07:07:06,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0780460834503s 2018-11-09 07:07:06,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:07:06,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:06,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd9987e-b954-4f7e-bf98-f9c05ff26391 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:07:06,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-8bd9987e-b954-4f7e-bf98-f9c05ff26391 2018-11-09 07:07:06,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.079638004303s 2018-11-09 07:07:06,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:07:06,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:06,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ea015a1-8777-4193-b19b-831b1d6d9551 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_84676a0e-8900-4fb0-86fb-c8551e04533e", "links": {"self": "http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98"}, "domain_id": "default", "enabled": true, "id": "4c7243c11c1644098207c085a3e13a98", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:07:06,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8ea015a1-8777-4193-b19b-831b1d6d9551 2018-11-09 07:07:06,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104300022125s 2018-11-09 07:07:06,509 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8ea015a1-8777-4193-b19b-831b1d6d9551 2018-11-09 07:07:06,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:07:06,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:06,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0968d1f5-246e-422c-a988-66fc18c0a06d Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/527e6e72c6884ebf9b7a5e89df4d18f9"}, "enabled": true, "id": "527e6e72c6884ebf9b7a5e89df4d18f9", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:07:06,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0968d1f5-246e-422c-a988-66fc18c0a06d 2018-11-09 07:07:06,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0731580257416s 2018-11-09 07:07:06,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0968d1f5-246e-422c-a988-66fc18c0a06d 2018-11-09 07:07:06,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:07:06,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=4c7243c11c1644098207c085a3e13a98&scope.project.id=527e6e72c6884ebf9b7a5e89df4d18f9&role.id=cd66d742ade94ee0ab9a6e7cb8bf7b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:06,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14ad2041-53f7-4948-a2dc-1d00c14acf99 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=4c7243c11c1644098207c085a3e13a98&scope.project.id=527e6e72c6884ebf9b7a5e89df4d18f9&role.id=cd66d742ade94ee0ab9a6e7cb8bf7b7c", "previous": null, "next": null}} 2018-11-09 07:07:06,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4c7243c11c1644098207c085a3e13a98&scope.project.id=527e6e72c6884ebf9b7a5e89df4d18f9&role.id=cd66d742ade94ee0ab9a6e7cb8bf7b7c used request id req-14ad2041-53f7-4948-a2dc-1d00c14acf99 2018-11-09 07:07:06,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0806679725647s 2018-11-09 07:07:06,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:07:06,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/527e6e72c6884ebf9b7a5e89df4d18f9/users/4c7243c11c1644098207c085a3e13a98/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:06,805 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:07:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e340793-1566-46ec-9586-1dae9c337306 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:07:06,806 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/527e6e72c6884ebf9b7a5e89df4d18f9/users/4c7243c11c1644098207c085a3e13a98/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c used request id req-7e340793-1566-46ec-9586-1dae9c337306 2018-11-09 07:07:06,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.133316040039s 2018-11-09 07:07:06,807 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e', 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': '3e91ce40-63b9-4cd1-a88b-8dc1172cab43', 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_84676a0e-8900-4fb0-86fb-c8551e04533e', 'project_id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 07:07:06,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:07:06,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:07:06,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:07:06,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:07:06,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:07:06,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:07:06,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:07:06,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:07:06,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:07:06,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:07:06,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:07:06,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:07:06,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:07:06,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:07:06,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:07:06,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:07:06,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:07:06,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:07:06,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:07:06,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:07:06,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:07:06,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:07:06,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:07:06,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:07:06,813 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_84676a0e-8900-4fb0-86fb-c8551e04533e', 'password': '3e91ce40-63b9-4cd1-a88b-8dc1172cab43', 'project_name': 'vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '527e6e72c6884ebf9b7a5e89df4d18f9', 'project_domain_name': 'Default'} 2018-11-09 07:07:06,813 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-11-09 07:07:06,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 07:07:06,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:06,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27cffec8-85a8-4d78-83e8-db0b957a4865 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 07:07:06,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-27cffec8-85a8-4d78-83e8-db0b957a4865 2018-11-09 07:07:06,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0723850727081s 2018-11-09 07:07:06,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:07:06,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:07:06,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad3e8448-e430-4d4e-ae84-92bd4818a140 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/527e6e72c6884ebf9b7a5e89df4d18f9"}, "enabled": true, "id": "527e6e72c6884ebf9b7a5e89df4d18f9", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:07:06,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-ad3e8448-e430-4d4e-ae84-92bd4818a140 2018-11-09 07:07:06,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0840919017792s 2018-11-09 07:07:06,972 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-ad3e8448-e430-4d4e-ae84-92bd4818a140 2018-11-09 07:07:06,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-09 07:07:06,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" -d '{"network": {"tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "name": "vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e", "admin_state_up": true}}' 2018-11-09 07:07:07,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-897abbf1-c92d-4f21-81a6-0bd56e7e3132 Date: Fri, 09 Nov 2018 07:07: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":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T07:07:06Z","is_default":false,"qos_policy_id":null,"name":"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e","admin_state_up":true,"tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:06Z","mtu":1450}} 2018-11-09 07:07:07,550 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-897abbf1-c92d-4f21-81a6-0bd56e7e3132 2018-11-09 07:07:07,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.574637174606s 2018-11-09 07:07:07,550 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-897abbf1-c92d-4f21-81a6-0bd56e7e3132 2018-11-09 07:07:07,550 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-09T07:07:06Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd2b689ac-7db6-4b0b-ad91-05acf3f0dbc7', u'provider:segmentation_id': 60, 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_84676a0e-8900-4fb0-86fb-c8551e04533e', u'created_at': u'2018-11-09T07:07:06Z', u'mtu': 1450, u'tenant_id': u'527e6e72c6884ebf9b7a5e89df4d18f9', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'527e6e72c6884ebf9b7a5e89df4d18f9'}) 2018-11-09 07:07:07,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:07:07,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d156a63-4579-4e82-83e5-9d2031b0d211 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:07:07,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0d156a63-4579-4e82-83e5-9d2031b0d211 2018-11-09 07:07:07,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:07:07,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cd66d742ade94ee0ab9a6e7cb8bf7b7c", "name": "Member"}], "expires_at": "2018-11-09T08:07:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "527e6e72c6884ebf9b7a5e89df4d18f9", "name": "vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/527e6e72c6884ebf9b7a5e89df4d18f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_84676a0e-8900-4fb0-86fb-c8551e04533e", "id": "4c7243c11c1644098207c085a3e13a98"}, "audit_ids": ["4l07wKN8Rzqve0cYdUbUBA"], "issued_at": "2018-11-09T07:07:07.000000Z"}} 2018-11-09 07:07:07,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:07:07,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:08,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-9fa8ef02-ff52-4dfc-8707-92fe64715502 Date: Fri, 09 Nov 2018 07:07:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T07:07:06Z","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","name":"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:07:08,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9fa8ef02-ff52-4dfc-8707-92fe64715502 2018-11-09 07:07:08,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252600908279s 2018-11-09 07:07:08,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9fa8ef02-ff52-4dfc-8707-92fe64715502 2018-11-09 07:07:08,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-09 07:07:08,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"subnet": {"name": "vping_ssh-subnet_84676a0e-8900-4fb0-86fb-c8551e04533e", "enable_dhcp": true, "network_id": "d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-09 07:07:08,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-1c0171cb-1f26-4f45-b49b-596aebf2f9ae Date: Fri, 09 Nov 2018 07:07:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T07:07:08Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","id":"45eb83ed-0383-474c-90e2-31ec36c916e7","subnetpool_id":null,"name":"vping_ssh-subnet_84676a0e-8900-4fb0-86fb-c8551e04533e"}} 2018-11-09 07:07:08,843 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-1c0171cb-1f26-4f45-b49b-596aebf2f9ae 2018-11-09 07:07:08,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.651631116867s 2018-11-09 07:07:08,843 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-1c0171cb-1f26-4f45-b49b-596aebf2f9ae 2018-11-09 07:07:08,843 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T07:07:08Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'45eb83ed-0383-474c-90e2-31ec36c916e7', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_84676a0e-8900-4fb0-86fb-c8551e04533e', u'enable_dhcp': True, u'network_id': u'd2b689ac-7db6-4b0b-ad91-05acf3f0dbc7', u'tenant_id': u'527e6e72c6884ebf9b7a5e89df4d18f9', u'created_at': u'2018-11-09T07:07:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'527e6e72c6884ebf9b7a5e89df4d18f9'}) 2018-11-09 07:07:08,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-09 07:07:08,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "vping_ssh-router_84676a0e-8900-4fb0-86fb-c8551e04533e", "admin_state_up": true}}' 2018-11-09 07:07:13,812 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-c4a17511-a68d-4d14-a06d-e0623a0afb52 Date: Fri, 09 Nov 2018 07:07:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:09Z", "admin_state_up": true, "updated_at": "2018-11-09T07:07:09Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "9361bf7e-506a-4a5d-ae84-e7b14f155c1e", "name": "vping_ssh-router_84676a0e-8900-4fb0-86fb-c8551e04533e"}} 2018-11-09 07:07:13,812 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c4a17511-a68d-4d14-a06d-e0623a0afb52 2018-11-09 07:07:13,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.96850705147s 2018-11-09 07:07:13,813 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c4a17511-a68d-4d14-a06d-e0623a0afb52 2018-11-09 07:07:13,813 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T07:07:09Z', u'revision_number': 3, u'id': u'9361bf7e-506a-4a5d-ae84-e7b14f155c1e', u'external_gateway_info': {u'network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cb65f4ed-a378-4853-84d5-43a993df3191', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_84676a0e-8900-4fb0-86fb-c8551e04533e', u'admin_state_up': True, u'tenant_id': u'527e6e72c6884ebf9b7a5e89df4d18f9', u'created_at': u'2018-11-09T07:07:09Z', u'flavor_id': None, u'routes': [], u'project_id': u'527e6e72c6884ebf9b7a5e89df4d18f9'}) 2018-11-09 07:07:13,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-09 07:07:13,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9361bf7e-506a-4a5d-ae84-e7b14f155c1e/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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"subnet_id": "45eb83ed-0383-474c-90e2-31ec36c916e7"}' 2018-11-09 07:07:15,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-479b1d7e-a454-403c-9b3c-7816c35c4d3b Date: Fri, 09 Nov 2018 07:07:15 GMT RESP BODY: {"network_id": "d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "subnet_id": "45eb83ed-0383-474c-90e2-31ec36c916e7", "subnet_ids": ["45eb83ed-0383-474c-90e2-31ec36c916e7"], "port_id": "f64c9509-6ccf-4dff-9a0b-4b560d3abcd0", "id": "9361bf7e-506a-4a5d-ae84-e7b14f155c1e"} 2018-11-09 07:07:15,880 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9361bf7e-506a-4a5d-ae84-e7b14f155c1e/add_router_interface.json used request id req-479b1d7e-a454-403c-9b3c-7816c35c4d3b 2018-11-09 07:07:15,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.06589913368s 2018-11-09 07:07:15,880 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9361bf7e-506a-4a5d-ae84-e7b14f155c1e/add_router_interface.json used request id req-479b1d7e-a454-403c-9b3c-7816c35c4d3b returning object 9361bf7e-506a-4a5d-ae84-e7b14f155c1e 2018-11-09 07:07:15,881 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:07:16,013 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-09 07:07:16,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:16,021 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 07:07:16 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 07:07:16,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:07:16,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:16,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3bb0cc01-8989-49e4-81fd-20566bd9f507 Date: Fri, 09 Nov 2018 07:07:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:07:16,194 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3bb0cc01-8989-49e4-81fd-20566bd9f507 2018-11-09 07:07:16,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168800115585s 2018-11-09 07:07:16,194 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3bb0cc01-8989-49e4-81fd-20566bd9f507 2018-11-09 07:07:16,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 07:07:16,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e"}' 2018-11-09 07:07:16,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78 X-Openstack-Request-Id: req-cede954d-617f-4528-b254-f66ac50170fe Date: Fri, 09 Nov 2018 07:07:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78/file", "owner": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "size": null, "self": "/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:07:15Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "checksum": null, "created_at": "2018-11-09T07:07:15Z", "protected": false} 2018-11-09 07:07:16,479 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-cede954d-617f-4528-b254-f66ac50170fe 2018-11-09 07:07:16,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.283535003662s 2018-11-09 07:07:16,480 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-cede954d-617f-4528-b254-f66ac50170fe returning object 49099c3c-e801-4b0d-834d-de698d3f7b78 2018-11-09 07:07:16,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 07:07:16,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78/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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '' 2018-11-09 07:07:18,579 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5a1ccc2-a912-4f3d-80c2-4b1eae0f1c66 Date: Fri, 09 Nov 2018 07:07:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:07:18,579 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78/file used request id req-c5a1ccc2-a912-4f3d-80c2-4b1eae0f1c66 2018-11-09 07:07:18,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.09827899933s 2018-11-09 07:07:18,579 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78/file used request id req-c5a1ccc2-a912-4f3d-80c2-4b1eae0f1c66 2018-11-09 07:07:18,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:07:18,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:18,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-e8c9c391-0554-41ea-868c-683547c28a26 Date: Fri, 09 Nov 2018 07:07:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/49099c3c-e801-4b0d-834d-de698d3f7b78/snap", "metadata": {}}], "file": "/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78/file", "owner": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "size": 12716032, "self": "/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/49099c3c-e801-4b0d-834d-de698d3f7b78/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:07:18Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:07:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:07:18,619 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e8c9c391-0554-41ea-868c-683547c28a26 2018-11-09 07:07:18,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391888618469s 2018-11-09 07:07:18,620 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e8c9c391-0554-41ea-868c-683547c28a26 2018-11-09 07:07:18,622 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/49099c3c-e801-4b0d-834d-de698d3f7b78/snap', u'metadata': Munch({})})], 'file': u'/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78/file', 'owner': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'id': u'49099c3c-e801-4b0d-834d-de698d3f7b78', 'size': 12716032, u'self': u'/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'name': 'vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/49099c3c-e801-4b0d-834d-de698d3f7b78/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T07:07:18Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-09T07:07:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e', 'created': u'2018-11-09T07:07:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T07:07:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 07:07:18,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 07:07:18,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_84676a0e-8900-4fb0-86fb-c8551e04533e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 07:07:18,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-b5d7fc8c-4446-4edc-a1cf-0e0611c96e77 x-compute-request-id: req-b5d7fc8c-4446-4edc-a1cf-0e0611c96e77 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "name": "vping_ssh-flavor_84676a0e-8900-4fb0-86fb-c8551e04533e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:07:18,819 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b5d7fc8c-4446-4edc-a1cf-0e0611c96e77 2018-11-09 07:07:18,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.196998119354s 2018-11-09 07:07:18,820 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b5d7fc8c-4446-4edc-a1cf-0e0611c96e77 returning object e0eb9a83-bf03-48ab-acf6-63cf3866f1d3 2018-11-09 07:07:18,821 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_84676a0e-8900-4fb0-86fb-c8551e04533e', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'e0eb9a83-bf03-48ab-acf6-63cf3866f1d3', 'swap': 0}) 2018-11-09 07:07:18,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 07:07:18,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3/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}317c0cc89830507b7acc97a41915cfc3ec1c231e" -d '{"extra_specs": {}}' 2018-11-09 07:07:18,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-adc90799-4812-4de8-99bb-5a2b040646e7 x-compute-request-id: req-adc90799-4812-4de8-99bb-5a2b040646e7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:07:18,840 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3/os-extra_specs used request id req-adc90799-4812-4de8-99bb-5a2b040646e7 2018-11-09 07:07:18,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0189468860626s 2018-11-09 07:07:18,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3/os-extra_specs used request id req-adc90799-4812-4de8-99bb-5a2b040646e7 2018-11-09 07:07:18,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-11-09 07:07:18,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"keypair": {"name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e"}}' 2018-11-09 07:07:19,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-9c3c35c2-fdbe-479a-b81f-b57d34bd0adf x-compute-request-id: req-9c3c35c2-fdbe-479a-b81f-b57d34bd0adf Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVcExi9qejh8LqDIyRKU6G9FLG+l+PrUS3kqxgydSAiVT6H74mPBhUXOEOPcbEiY88gQ2uWHPQvK4bxHKtfpgnEYMJ8ogu8tA74p1kHtmn9lFoD+NY5mBlsSplDXpfd7ym08X9FjVKM1crWwiFG6l2AT5mrGTp4qlNkOlPfjRQq5EyTqOLEtRsCvWvWEdXhk2YHPSlkKBXphK+zVIPWDpUlYq5fjGTdKEswx4hkUIl4yYm+TDwnP1Vy6XGeb2n9CE6pHIDV8jWlUvUL26DAYWBcUESIH/EnG8V2utrzyk6r9kYv9q1d6a8NaydtOU7QIZYjorvNfGrLLpkfRtTNm9n Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1XBMYvano4fC6gyMkSlOhvRSxvpfj61Et5KsYMnUgIlU+h++\nJjwYVFzhDj3GxImPPIENrlhz0LyuG8RyrX6YJxGDCfKILvLQO+KdZB7Zp/ZRaA/j\nWOZgZbEqZQ16X3e8ptPF/RY1SjNXK1sIhRupdgE+Zqxk6eKpTZDpT340UKuRMk6j\nixLUbAr1r1hHV4ZNmBz0pZCgV6YSvs1SD1g6VJWKuX4xk3ShLMMeIZFCJeMmJvkw\n8Jz9Vculxnm9p/QhOqRyA1fI1pVL1C9ugwGFgXFBEiB/xJxvFdrra88pOq/ZGL/a\ntXemvDWsnbTlO0CGWI6K7zXxqyy6ZH0bUzZvZwIDAQABAoIBAQCxd7pL3wLsegmb\nSevnFw1wMN5TDANBF7S3XoFtyOOkLIw3nQUiDX29R6zphnwrFqW+jR+vA2To/rlV\n5TXlBAnHEkx+jOanAsYZxQdRJEWd3rU5bVx/oq4sX+78LwS9NHXr0NIi6cBNffrQ\n1dRzuNhigg48mMMfpZNYJ1GXAzzEhR4gsvLCZJzKD707+M8WmbYi92RdeTq4DDSA\ndFvqt+OtxoOHVSZSTM2T+E9xp1MpTpvfGQFueTfWHdF++w49AWjfk7PoMWh0Fra4\nEUg2cqVs/K2hGowF8BoKbdW5KFsQEl4iWF3ns8NuToNlAxISjAr8zv9HIRmNChJ8\nad1J3/SBAoGBAPNMqqyE0vc5ghvZafhwuqv188KS+KJ+4WrwLsQEqsye00N6afQH\n7knVw8QxL+I7mLMC7k+yrOaj6b299EQno/XqUjPDhhC68/PXVUzohHHHMSkvl0mY\nPEPZnQv1Ow0BqqmdmzhLSx2tQACLiIyZ6srV+GNKFRWT9wQvHvIfxca3AoGBAOCU\nliyhh1U5/g7xSDZcv1teLxluva/a4L8f476MLBx79sa9YA6uVMmz6e51sd/r76lK\nZHBX87RhKgMbwvSbDjOKN0eIbKKkBlE/R+lN/iOu9yZ1fJQJLZmzO0w3PZeNDNxm\nPCRIwSA1pIpJIKSsPjKu8c1D+SZKCxNUJaVqZmzRAoGANpkm1+46tZYnN36zxDfv\n/DUGjcyTlUup5Gif5gcyGRcvS75F1qiM9e7NrtJm73r2Sn3G4wWyvVNdWeIt1bmb\nls0Nw2YGSOzbYAYbs1WemzXbN2XhqndKVuOX1Z4jsUiFdujSc3CaG7/MVBL8Aqlr\nwjcANa/jSWNaFItKg4VTycMCgYAs3eKGthqYb0aPa6rWmX7tXQqh1Rr2WA8Qf+l6\n9vwVELsDh2/6Xt+3kEcLCd5ocvVlZ+RbAWdBwSuohVJUlemnaFSU6O9zKrvMXY0b\nUiaUsG7V8yDZXmAK1eDh4CNg9J/+JDqdsR9MNQtTSTrJS1P9wi+yp4LOIHrH+Maw\nnmoqEQKBgEsRurmw2tyn7R6ruav2PIAsqMzXxS1QuhZjxDlSEc7iUZUojhz0fOC2\nsS50fcaBb30M+A/z5PTevjVM9qaDZEDCQQmKw6gDYBd10mECB/Gm3xtsyIBHVBr8\n3VfXYwFLcbNNkgC2O2mjVhawSckzIJ+2+451B0Zf199yLirklhoW\n-----END RSA PRIVATE KEY-----\n", "user_id": "4c7243c11c1644098207c085a3e13a98", "name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e", "fingerprint": "2d:9b:72:71:cf:78:41:c6:e8:a7:5a:0c:ac:2b:c1:4b"}} 2018-11-09 07:07:19,115 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-9c3c35c2-fdbe-479a-b81f-b57d34bd0adf 2018-11-09 07:07:19,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.273119926453s 2018-11-09 07:07:19,115 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-9c3c35c2-fdbe-479a-b81f-b57d34bd0adf 2018-11-09 07:07:19,116 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVcExi9qejh8LqDIyRKU6G9FLG+l+PrUS3kqxgydSAiVT6H74mPBhUXOEOPcbEiY88gQ2uWHPQvK4bxHKtfpgnEYMJ8ogu8tA74p1kHtmn9lFoD+NY5mBlsSplDXpfd7ym08X9FjVKM1crWwiFG6l2AT5mrGTp4qlNkOlPfjRQq5EyTqOLEtRsCvWvWEdXhk2YHPSlkKBXphK+zVIPWDpUlYq5fjGTdKEswx4hkUIl4yYm+TDwnP1Vy6XGeb2n9CE6pHIDV8jWlUvUL26DAYWBcUESIH/EnG8V2utrzyk6r9kYv9q1d6a8NaydtOU7QIZYjorvNfGrLLpkfRtTNm9n Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1XBMYvano4fC6gyMkSlOhvRSxvpfj61Et5KsYMnUgIlU+h++\nJjwYVFzhDj3GxImPPIENrlhz0LyuG8RyrX6YJxGDCfKILvLQO+KdZB7Zp/ZRaA/j\nWOZgZbEqZQ16X3e8ptPF/RY1SjNXK1sIhRupdgE+Zqxk6eKpTZDpT340UKuRMk6j\nixLUbAr1r1hHV4ZNmBz0pZCgV6YSvs1SD1g6VJWKuX4xk3ShLMMeIZFCJeMmJvkw\n8Jz9Vculxnm9p/QhOqRyA1fI1pVL1C9ugwGFgXFBEiB/xJxvFdrra88pOq/ZGL/a\ntXemvDWsnbTlO0CGWI6K7zXxqyy6ZH0bUzZvZwIDAQABAoIBAQCxd7pL3wLsegmb\nSevnFw1wMN5TDANBF7S3XoFtyOOkLIw3nQUiDX29R6zphnwrFqW+jR+vA2To/rlV\n5TXlBAnHEkx+jOanAsYZxQdRJEWd3rU5bVx/oq4sX+78LwS9NHXr0NIi6cBNffrQ\n1dRzuNhigg48mMMfpZNYJ1GXAzzEhR4gsvLCZJzKD707+M8WmbYi92RdeTq4DDSA\ndFvqt+OtxoOHVSZSTM2T+E9xp1MpTpvfGQFueTfWHdF++w49AWjfk7PoMWh0Fra4\nEUg2cqVs/K2hGowF8BoKbdW5KFsQEl4iWF3ns8NuToNlAxISjAr8zv9HIRmNChJ8\nad1J3/SBAoGBAPNMqqyE0vc5ghvZafhwuqv188KS+KJ+4WrwLsQEqsye00N6afQH\n7knVw8QxL+I7mLMC7k+yrOaj6b299EQno/XqUjPDhhC68/PXVUzohHHHMSkvl0mY\nPEPZnQv1Ow0BqqmdmzhLSx2tQACLiIyZ6srV+GNKFRWT9wQvHvIfxca3AoGBAOCU\nliyhh1U5/g7xSDZcv1teLxluva/a4L8f476MLBx79sa9YA6uVMmz6e51sd/r76lK\nZHBX87RhKgMbwvSbDjOKN0eIbKKkBlE/R+lN/iOu9yZ1fJQJLZmzO0w3PZeNDNxm\nPCRIwSA1pIpJIKSsPjKu8c1D+SZKCxNUJaVqZmzRAoGANpkm1+46tZYnN36zxDfv\n/DUGjcyTlUup5Gif5gcyGRcvS75F1qiM9e7NrtJm73r2Sn3G4wWyvVNdWeIt1bmb\nls0Nw2YGSOzbYAYbs1WemzXbN2XhqndKVuOX1Z4jsUiFdujSc3CaG7/MVBL8Aqlr\nwjcANa/jSWNaFItKg4VTycMCgYAs3eKGthqYb0aPa6rWmX7tXQqh1Rr2WA8Qf+l6\n9vwVELsDh2/6Xt+3kEcLCd5ocvVlZ+RbAWdBwSuohVJUlemnaFSU6O9zKrvMXY0b\nUiaUsG7V8yDZXmAK1eDh4CNg9J/+JDqdsR9MNQtTSTrJS1P9wi+yp4LOIHrH+Maw\nnmoqEQKBgEsRurmw2tyn7R6ruav2PIAsqMzXxS1QuhZjxDlSEc7iUZUojhz0fOC2\nsS50fcaBb30M+A/z5PTevjVM9qaDZEDCQQmKw6gDYBd10mECB/Gm3xtsyIBHVBr8\n3VfXYwFLcbNNkgC2O2mjVhawSckzIJ+2+451B0Zf199yLirklhoW\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4c7243c11c1644098207c085a3e13a98', 'name': u'vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e', 'created_at': '2018-11-09T07:07:19.116366', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'name': 'vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2d:9b:72:71:cf:78:41:c6:e8:a7:5a:0c:ac:2b:c1:4b', 'type': 'ssh', 'id': u'vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e'}) 2018-11-09 07:07:19,116 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA1XBMYvano4fC6gyMkSlOhvRSxvpfj61Et5KsYMnUgIlU+h++ JjwYVFzhDj3GxImPPIENrlhz0LyuG8RyrX6YJxGDCfKILvLQO+KdZB7Zp/ZRaA/j WOZgZbEqZQ16X3e8ptPF/RY1SjNXK1sIhRupdgE+Zqxk6eKpTZDpT340UKuRMk6j ixLUbAr1r1hHV4ZNmBz0pZCgV6YSvs1SD1g6VJWKuX4xk3ShLMMeIZFCJeMmJvkw 8Jz9Vculxnm9p/QhOqRyA1fI1pVL1C9ugwGFgXFBEiB/xJxvFdrra88pOq/ZGL/a tXemvDWsnbTlO0CGWI6K7zXxqyy6ZH0bUzZvZwIDAQABAoIBAQCxd7pL3wLsegmb SevnFw1wMN5TDANBF7S3XoFtyOOkLIw3nQUiDX29R6zphnwrFqW+jR+vA2To/rlV 5TXlBAnHEkx+jOanAsYZxQdRJEWd3rU5bVx/oq4sX+78LwS9NHXr0NIi6cBNffrQ 1dRzuNhigg48mMMfpZNYJ1GXAzzEhR4gsvLCZJzKD707+M8WmbYi92RdeTq4DDSA dFvqt+OtxoOHVSZSTM2T+E9xp1MpTpvfGQFueTfWHdF++w49AWjfk7PoMWh0Fra4 EUg2cqVs/K2hGowF8BoKbdW5KFsQEl4iWF3ns8NuToNlAxISjAr8zv9HIRmNChJ8 ad1J3/SBAoGBAPNMqqyE0vc5ghvZafhwuqv188KS+KJ+4WrwLsQEqsye00N6afQH 7knVw8QxL+I7mLMC7k+yrOaj6b299EQno/XqUjPDhhC68/PXVUzohHHHMSkvl0mY PEPZnQv1Ow0BqqmdmzhLSx2tQACLiIyZ6srV+GNKFRWT9wQvHvIfxca3AoGBAOCU liyhh1U5/g7xSDZcv1teLxluva/a4L8f476MLBx79sa9YA6uVMmz6e51sd/r76lK ZHBX87RhKgMbwvSbDjOKN0eIbKKkBlE/R+lN/iOu9yZ1fJQJLZmzO0w3PZeNDNxm PCRIwSA1pIpJIKSsPjKu8c1D+SZKCxNUJaVqZmzRAoGANpkm1+46tZYnN36zxDfv /DUGjcyTlUup5Gif5gcyGRcvS75F1qiM9e7NrtJm73r2Sn3G4wWyvVNdWeIt1bmb ls0Nw2YGSOzbYAYbs1WemzXbN2XhqndKVuOX1Z4jsUiFdujSc3CaG7/MVBL8Aqlr wjcANa/jSWNaFItKg4VTycMCgYAs3eKGthqYb0aPa6rWmX7tXQqh1Rr2WA8Qf+l6 9vwVELsDh2/6Xt+3kEcLCd5ocvVlZ+RbAWdBwSuohVJUlemnaFSU6O9zKrvMXY0b UiaUsG7V8yDZXmAK1eDh4CNg9J/+JDqdsR9MNQtTSTrJS1P9wi+yp4LOIHrH+Maw nmoqEQKBgEsRurmw2tyn7R6ruav2PIAsqMzXxS1QuhZjxDlSEc7iUZUojhz0fOC2 sS50fcaBb30M+A/z5PTevjVM9qaDZEDCQQmKw6gDYBd10mECB/Gm3xtsyIBHVBr8 3VfXYwFLcbNNkgC2O2mjVhawSckzIJ+2+451B0Zf199yLirklhoW -----END RSA PRIVATE KEY----- 2018-11-09 07:07:19,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-11-09 07:07:19,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"security_group": {"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-11-09 07:07:19,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-a0e71c66-fb13-4f55-978a-0a41dc26e883 Date: Fri, 09 Nov 2018 07:07:19 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:19Z", "updated_at": "2018-11-09T07:07:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "24ee868b-23c1-42e3-8f43-406a8e992be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "29b3ad9a-5acd-4c83-8ffe-518a5b510f4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}], "revision_number": 2, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "ab705371-96eb-4de8-a974-52f7319d29c0", "name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}} 2018-11-09 07:07:19,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a0e71c66-fb13-4f55-978a-0a41dc26e883 2018-11-09 07:07:19,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.361800193787s 2018-11-09 07:07:19,482 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a0e71c66-fb13-4f55-978a-0a41dc26e883 2018-11-09 07:07:19,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:07:19,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:19,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-058d37d1-2d56-45a7-8732-ee550db04e6f Date: Fri, 09 Nov 2018 07:07:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:06Z", "updated_at": "2018-11-09T07:07:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "2d5c658c-a45f-4bf0-a1b8-886e8b5b237c", "remote_group_id": "3071df35-5450-451b-a261-dd51033e9970", "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "47c72324-afcc-421f-bd6a-378ee398e760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "85b96f85-bf1a-48a5-a524-ee02edb6d554", "remote_group_id": "3071df35-5450-451b-a261-dd51033e9970", "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "f8d1d200-8ea6-4027-86a3-399c3693f9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}], "revision_number": 4, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "3071df35-5450-451b-a261-dd51033e9970", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:19Z", "updated_at": "2018-11-09T07:07:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "24ee868b-23c1-42e3-8f43-406a8e992be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "29b3ad9a-5acd-4c83-8ffe-518a5b510f4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}], "revision_number": 2, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "ab705371-96eb-4de8-a974-52f7319d29c0", "name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}]} 2018-11-09 07:07:19,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-058d37d1-2d56-45a7-8732-ee550db04e6f 2018-11-09 07:07:19,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0486700534821s 2018-11-09 07:07:19,536 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-058d37d1-2d56-45a7-8732-ee550db04e6f 2018-11-09 07:07:19,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 07:07:19,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -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": "ab705371-96eb-4de8-a974-52f7319d29c0"}}' 2018-11-09 07:07:19,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0ab9eb6e-ae85-4bc3-b2d1-cead0e259162 Date: Fri, 09 Nov 2018 07:07:19 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "port_range_min": 22, "revision_number": 0, "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:19Z", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "645ce1aa-544e-49f2-b481-63e12485d53c"}} 2018-11-09 07:07:19,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-0ab9eb6e-ae85-4bc3-b2d1-cead0e259162 2018-11-09 07:07:19,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.285220146179s 2018-11-09 07:07:19,825 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-0ab9eb6e-ae85-4bc3-b2d1-cead0e259162 2018-11-09 07:07:19,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:07:19,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:20,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-e433cfa3-599c-459c-aa6a-1f7a30ffb690 Date: Fri, 09 Nov 2018 07:07:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:06Z", "updated_at": "2018-11-09T07:07:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "2d5c658c-a45f-4bf0-a1b8-886e8b5b237c", "remote_group_id": "3071df35-5450-451b-a261-dd51033e9970", "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "47c72324-afcc-421f-bd6a-378ee398e760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "85b96f85-bf1a-48a5-a524-ee02edb6d554", "remote_group_id": "3071df35-5450-451b-a261-dd51033e9970", "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "f8d1d200-8ea6-4027-86a3-399c3693f9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}], "revision_number": 4, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "3071df35-5450-451b-a261-dd51033e9970", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:19Z", "updated_at": "2018-11-09T07:07:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "24ee868b-23c1-42e3-8f43-406a8e992be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "29b3ad9a-5acd-4c83-8ffe-518a5b510f4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "645ce1aa-544e-49f2-b481-63e12485d53c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}], "revision_number": 3, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "ab705371-96eb-4de8-a974-52f7319d29c0", "name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}]} 2018-11-09 07:07:20,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e433cfa3-599c-459c-aa6a-1f7a30ffb690 2018-11-09 07:07:20,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.207587957382s 2018-11-09 07:07:20,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e433cfa3-599c-459c-aa6a-1f7a30ffb690 2018-11-09 07:07:20,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 07:07:20,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -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": "ab705371-96eb-4de8-a974-52f7319d29c0"}}' 2018-11-09 07:07:20,411 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-9065da7b-3689-4d74-997c-4760f1b264da Date: Fri, 09 Nov 2018 07:07:19 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "port_range_min": null, "revision_number": 0, "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:19Z", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "a000ffd9-58c8-42c8-b730-526a477c3f2b"}} 2018-11-09 07:07:20,412 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-9065da7b-3689-4d74-997c-4760f1b264da 2018-11-09 07:07:20,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.371494054794s 2018-11-09 07:07:20,412 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-9065da7b-3689-4d74-997c-4760f1b264da 2018-11-09 07:07:20,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:07:20,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:20,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-9b9a1c54-878a-4a4f-81e6-5d121df4639b Date: Fri, 09 Nov 2018 07:07: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":["45eb83ed-0383-474c-90e2-31ec36c916e7"],"updated_at":"2018-11-09T07:07:08Z","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","name":"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:07:20,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9b9a1c54-878a-4a4f-81e6-5d121df4639b 2018-11-09 07:07:20,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.254267930984s 2018-11-09 07:07:20,668 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9b9a1c54-878a-4a4f-81e6-5d121df4639b 2018-11-09 07:07:20,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:07:20,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:20,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-7addc65f-5b3f-4ee3-9ee8-2f6f21d4bc0f Date: Fri, 09 Nov 2018 07:07:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/49099c3c-e801-4b0d-834d-de698d3f7b78/snap", "metadata": {}}], "file": "/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78/file", "owner": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "size": 12716032, "self": "/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/49099c3c-e801-4b0d-834d-de698d3f7b78/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:07:18Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:07:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:07:20,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7addc65f-5b3f-4ee3-9ee8-2f6f21d4bc0f 2018-11-09 07:07:20,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180330038071s 2018-11-09 07:07:20,850 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7addc65f-5b3f-4ee3-9ee8-2f6f21d4bc0f 2018-11-09 07:07:20,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:07:20,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:20,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14ae3bba-c841-48df-9219-7f345e0aa176 x-compute-request-id: req-14ae3bba-c841-48df-9219-7f345e0aa176 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "name": "vping_ssh-flavor_84676a0e-8900-4fb0-86fb-c8551e04533e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:07:20,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-14ae3bba-c841-48df-9219-7f345e0aa176 2018-11-09 07:07:20,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336139202118s 2018-11-09 07:07:20,886 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-14ae3bba-c841-48df-9219-7f345e0aa176 2018-11-09 07:07:20,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-09 07:07:20,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"server": {"name": "vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e", "imageRef": "49099c3c-e801-4b0d-834d-de698d3f7b78", "flavorRef": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7"}], "security_groups": [{"name": "ab705371-96eb-4de8-a974-52f7319d29c0"}]}}' 2018-11-09 07:07:22,994 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:07:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6f6efca-480c-4343-927e-176656e98195 x-compute-request-id: req-b6f6efca-480c-4343-927e-176656e98195 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ab705371-96eb-4de8-a974-52f7319d29c0"}], "OS-DCF:diskConfig": "MANUAL", "id": "fbf27875-78d6-45fa-991d-240257aa8977", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "bookmark"}], "adminPass": "KCt7MZz3sAaR"}} 2018-11-09 07:07:22,994 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-b6f6efca-480c-4343-927e-176656e98195 2018-11-09 07:07:22,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.10648393631s 2018-11-09 07:07:22,994 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-b6f6efca-480c-4343-927e-176656e98195 2018-11-09 07:07:22,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:22,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:23,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-0f0601cd-5185-464d-828d-47f109afcc5b x-compute-request-id: req-0f0601cd-5185-464d-828d-47f109afcc5b Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "fbf27875-78d6-45fa-991d-240257aa8977", "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:07:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:22Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:23,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0f0601cd-5185-464d-828d-47f109afcc5b 2018-11-09 07:07:23,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420263051987s 2018-11-09 07:07:23,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0f0601cd-5185-464d-828d-47f109afcc5b 2018-11-09 07:07:23,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:07:23,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:23,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-7f4bc71b-ceb6-455b-9ad7-0990fd793aa2 Date: Fri, 09 Nov 2018 07: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":["45eb83ed-0383-474c-90e2-31ec36c916e7"],"updated_at":"2018-11-09T07:07:08Z","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","name":"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:07:23,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7f4bc71b-ceb6-455b-9ad7-0990fd793aa2 2018-11-09 07:07:23,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.402856111526s 2018-11-09 07:07:23,826 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7f4bc71b-ceb6-455b-9ad7-0990fd793aa2 2018-11-09 07:07:23,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-09 07:07:23,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:24,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-95d8cf7b-92b5-4fb2-8c37-e08c6db74c48 Date: Fri, 09 Nov 2018 07:07:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T07:07:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","id":"45eb83ed-0383-474c-90e2-31ec36c916e7","subnetpool_id":null,"name":"vping_ssh-subnet_84676a0e-8900-4fb0-86fb-c8551e04533e"}]} 2018-11-09 07:07:24,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-95d8cf7b-92b5-4fb2-8c37-e08c6db74c48 2018-11-09 07:07:24,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.203388214111s 2018-11-09 07:07:24,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-95d8cf7b-92b5-4fb2-8c37-e08c6db74c48 2018-11-09 07:07:24,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:07:26,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:26,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:26,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11f55b30-79fa-45c9-abec-0a474f249826 x-compute-request-id: req-11f55b30-79fa-45c9-abec-0a474f249826 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "fbf27875-78d6-45fa-991d-240257aa8977", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:07:23Z", "hostId": "74c9ee25629de78098dc5c065bc38b448401a20491b94d82aa60c147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:22Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:26,534 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-11f55b30-79fa-45c9-abec-0a474f249826 2018-11-09 07:07:26,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499451875687s 2018-11-09 07:07:26,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-11f55b30-79fa-45c9-abec-0a474f249826 2018-11-09 07:07:26,538 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:07:28,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:28,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:29,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-065b5150-5dfe-435e-922f-bffd2b0b4e10 x-compute-request-id: req-065b5150-5dfe-435e-922f-bffd2b0b4e10 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:21:88", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:27.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "fbf27875-78d6-45fa-991d-240257aa8977", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:27Z", "hostId": "74c9ee25629de78098dc5c065bc38b448401a20491b94d82aa60c147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:22Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:29,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-065b5150-5dfe-435e-922f-bffd2b0b4e10 2018-11-09 07:07:29,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738497972488s 2018-11-09 07:07:29,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-065b5150-5dfe-435e-922f-bffd2b0b4e10 2018-11-09 07:07:29,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-09 07:07:29,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=fbf27875-78d6-45fa-991d-240257aa8977" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:29,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-7dfc9bf7-09a3-4813-957c-d0025708c681 Date: Fri, 09 Nov 2018 07:07:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:07:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"45eb83ed-0383-474c-90e2-31ec36c916e7","ip_address":"192.168.120.12"}],"id":"c6300d93-435c-4e8f-ab60-e8034284fcf3","security_groups":["ab705371-96eb-4de8-a974-52f7319d29c0"],"mac_address":"fa:16:3e:26:21:88","project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:24Z","binding:vnic_type":"normal","device_id":"fbf27875-78d6-45fa-991d-240257aa8977"}]} 2018-11-09 07:07:29,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=fbf27875-78d6-45fa-991d-240257aa8977 used request id req-7dfc9bf7-09a3-4813-957c-d0025708c681 2018-11-09 07:07:29,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.064877986908s 2018-11-09 07:07:29,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=fbf27875-78d6-45fa-991d-240257aa8977 used request id req-7dfc9bf7-09a3-4813-957c-d0025708c681 2018-11-09 07:07:29,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 07:07:29,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=c6300d93-435c-4e8f-ab60-e8034284fcf3" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:29,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fcd7c8d5-1b4b-4182-94de-01c33944406c Date: Fri, 09 Nov 2018 07:07:29 GMT RESP BODY: {"floatingips": []} 2018-11-09 07:07:29,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=c6300d93-435c-4e8f-ab60-e8034284fcf3 used request id req-fcd7c8d5-1b4b-4182-94de-01c33944406c 2018-11-09 07:07:29,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0183990001678s 2018-11-09 07:07:29,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=c6300d93-435c-4e8f-ab60-e8034284fcf3 used request id req-fcd7c8d5-1b4b-4182-94de-01c33944406c 2018-11-09 07:07:29,374 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:26:21:88', 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'49099c3c-e801-4b0d-834d-de698d3f7b78'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T07:07:27.000000', 'flavor': Munch({u'id': u'e0eb9a83-bf03-48ab-acf6-63cf3866f1d3'}), 'az': u'nova', 'id': u'fbf27875-78d6-45fa-991d-240257aa8977', 'security_groups': [Munch({u'name': u'vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4c7243c11c1644098207c085a3e13a98', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'name': 'vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-09T07:07:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-09T07:07:27Z', 'hostId': u'74c9ee25629de78098dc5c065bc38b448401a20491b94d82aa60c147', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'74c9ee25629de78098dc5c065bc38b448401a20491b94d82aa60c147', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T07:07:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'name': u'vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e', 'adminPass': u'KCt7MZz3sAaR', 'tenant_id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'region': 'regionOne', 'created': u'2018-11-09T07:07:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-09 07:07:29,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:07:29,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:29,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-14ca8d4a-bb29-4ad8-abad-bb6b1dd4c53a Date: Fri, 09 Nov 2018 07:07: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":["45eb83ed-0383-474c-90e2-31ec36c916e7"],"updated_at":"2018-11-09T07:07:08Z","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","name":"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:07:29,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-14ca8d4a-bb29-4ad8-abad-bb6b1dd4c53a 2018-11-09 07:07:29,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.39156794548s 2018-11-09 07:07:29,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-14ca8d4a-bb29-4ad8-abad-bb6b1dd4c53a 2018-11-09 07:07:29,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:07:29,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:29,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-60264e7b-30bf-4327-a9b8-268fc4e87f9b Date: Fri, 09 Nov 2018 07:07:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/49099c3c-e801-4b0d-834d-de698d3f7b78/snap", "metadata": {}}], "file": "/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78/file", "owner": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "size": 12716032, "self": "/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/49099c3c-e801-4b0d-834d-de698d3f7b78/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:07:18Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:07:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:07:29,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-60264e7b-30bf-4327-a9b8-268fc4e87f9b 2018-11-09 07:07:29,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171715974808s 2018-11-09 07:07:29,940 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-60264e7b-30bf-4327-a9b8-268fc4e87f9b 2018-11-09 07:07:29,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:07:29,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:29,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-ba809efe-ef38-4a2a-9b6e-39f14ec5b4e1 x-compute-request-id: req-ba809efe-ef38-4a2a-9b6e-39f14ec5b4e1 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "name": "vping_ssh-flavor_84676a0e-8900-4fb0-86fb-c8551e04533e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:07:29,975 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-ba809efe-ef38-4a2a-9b6e-39f14ec5b4e1 2018-11-09 07:07:29,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0325968265533s 2018-11-09 07:07:29,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-ba809efe-ef38-4a2a-9b6e-39f14ec5b4e1 2018-11-09 07:07:29,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-09 07:07:29,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"server": {"name": "vping_ssh-vm_84676a0e-8900-4fb0-86fb-c8551e04533e", "imageRef": "49099c3c-e801-4b0d-834d-de698d3f7b78", "key_name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e", "flavorRef": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7"}], "security_groups": [{"name": "ab705371-96eb-4de8-a974-52f7319d29c0"}]}}' 2018-11-09 07:07:31,780 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:07:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6c5fa017-3b40-405f-bf05-5748b862f3e4 x-compute-request-id: req-6c5fa017-3b40-405f-bf05-5748b862f3e4 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ab705371-96eb-4de8-a974-52f7319d29c0"}], "OS-DCF:diskConfig": "MANUAL", "id": "98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "bookmark"}], "adminPass": "vDUsK7yaK5R9"}} 2018-11-09 07:07:31,780 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-6c5fa017-3b40-405f-bf05-5748b862f3e4 2018-11-09 07:07:31,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.80358695984s 2018-11-09 07:07:31,781 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-6c5fa017-3b40-405f-bf05-5748b862f3e4 2018-11-09 07:07:31,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:31,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:32,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d85ca27-32b7-455d-acc5-4413f39c33ad x-compute-request-id: req-4d85ca27-32b7-455d-acc5-4413f39c33ad 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.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:07:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e", "name": "vping_ssh-vm_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:31Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:21:88", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:27.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "fbf27875-78d6-45fa-991d-240257aa8977", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:27Z", "hostId": "74c9ee25629de78098dc5c065bc38b448401a20491b94d82aa60c147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:22Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:32,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4d85ca27-32b7-455d-acc5-4413f39c33ad 2018-11-09 07:07:32,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67215180397s 2018-11-09 07:07:32,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4d85ca27-32b7-455d-acc5-4413f39c33ad 2018-11-09 07:07:32,459 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:07:34,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:34,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:35,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-411b45f1-3674-46e5-a308-d0de6e5ba85e x-compute-request-id: req-411b45f1-3674-46e5-a308-d0de6e5ba85e Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:07:33Z", "hostId": "e9f71b331d38ffa138f81ae2da703afb2338a90a3482269e7f587542", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e", "name": "vping_ssh-vm_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:31Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:21:88", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:27.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "fbf27875-78d6-45fa-991d-240257aa8977", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:27Z", "hostId": "74c9ee25629de78098dc5c065bc38b448401a20491b94d82aa60c147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:22Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:35,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-411b45f1-3674-46e5-a308-d0de6e5ba85e 2018-11-09 07:07:35,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.65647482872s 2018-11-09 07:07:35,119 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-411b45f1-3674-46e5-a308-d0de6e5ba85e 2018-11-09 07:07:35,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:07:37,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:37,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:37,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-1c1923db-0816-4517-9ac5-05f91d73407d x-compute-request-id: req-1c1923db-0816-4517-9ac5-05f91d73407d Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:07:33Z", "hostId": "e9f71b331d38ffa138f81ae2da703afb2338a90a3482269e7f587542", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e", "name": "vping_ssh-vm_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:31Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:21:88", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:27.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "fbf27875-78d6-45fa-991d-240257aa8977", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:27Z", "hostId": "74c9ee25629de78098dc5c065bc38b448401a20491b94d82aa60c147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:22Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:37,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1c1923db-0816-4517-9ac5-05f91d73407d 2018-11-09 07:07:37,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512959003448s 2018-11-09 07:07:37,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1c1923db-0816-4517-9ac5-05f91d73407d 2018-11-09 07:07:37,645 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:07:39,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:39,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:40,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-219f7798-b3a1-40a3-a698-4171622de092 x-compute-request-id: req-219f7798-b3a1-40a3-a698-4171622de092 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:07:33Z", "hostId": "e9f71b331d38ffa138f81ae2da703afb2338a90a3482269e7f587542", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e", "name": "vping_ssh-vm_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:31Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:21:88", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:27.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "fbf27875-78d6-45fa-991d-240257aa8977", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:27Z", "hostId": "74c9ee25629de78098dc5c065bc38b448401a20491b94d82aa60c147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:22Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:40,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-219f7798-b3a1-40a3-a698-4171622de092 2018-11-09 07:07:40,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669330120087s 2018-11-09 07:07:40,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-219f7798-b3a1-40a3-a698-4171622de092 2018-11-09 07:07:40,322 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:07:42,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:42,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:43,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-0d1ded85-3bce-4d31-a225-9021ad506680 x-compute-request-id: req-0d1ded85-3bce-4d31-a225-9021ad506680 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:e8:8f", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:40.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:40Z", "hostId": "e9f71b331d38ffa138f81ae2da703afb2338a90a3482269e7f587542", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e", "name": "vping_ssh-vm_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:31Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:21:88", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:27.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "fbf27875-78d6-45fa-991d-240257aa8977", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:27Z", "hostId": "74c9ee25629de78098dc5c065bc38b448401a20491b94d82aa60c147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:22Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:43,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0d1ded85-3bce-4d31-a225-9021ad506680 2018-11-09 07:07:43,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.757797956467s 2018-11-09 07:07:43,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0d1ded85-3bce-4d31-a225-9021ad506680 2018-11-09 07:07:43,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-09 07:07:43,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=98e420e1-bae2-46bb-9ea3-b5ae51d64f13" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:43,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-1e50c071-2551-4d5e-8389-03004a15a8ff Date: Fri, 09 Nov 2018 07:07:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:07:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"45eb83ed-0383-474c-90e2-31ec36c916e7","ip_address":"192.168.120.7"}],"id":"0511f415-4fdf-44c4-8388-1d2ca3a3cf35","security_groups":["ab705371-96eb-4de8-a974-52f7319d29c0"],"mac_address":"fa:16:3e:77:e8:8f","project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:33Z","binding:vnic_type":"normal","device_id":"98e420e1-bae2-46bb-9ea3-b5ae51d64f13"}]} 2018-11-09 07:07:43,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=98e420e1-bae2-46bb-9ea3-b5ae51d64f13 used request id req-1e50c071-2551-4d5e-8389-03004a15a8ff 2018-11-09 07:07:43,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.202602863312s 2018-11-09 07:07:43,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=98e420e1-bae2-46bb-9ea3-b5ae51d64f13 used request id req-1e50c071-2551-4d5e-8389-03004a15a8ff 2018-11-09 07:07:43,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 07:07:43,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=0511f415-4fdf-44c4-8388-1d2ca3a3cf35" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:43,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-439606ec-d1e7-404c-be90-7b29868789f3 Date: Fri, 09 Nov 2018 07:07:43 GMT RESP BODY: {"floatingips": []} 2018-11-09 07:07:43,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=0511f415-4fdf-44c4-8388-1d2ca3a3cf35 used request id req-439606ec-d1e7-404c-be90-7b29868789f3 2018-11-09 07:07:43,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0214021205902s 2018-11-09 07:07:43,319 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=0511f415-4fdf-44c4-8388-1d2ca3a3cf35 used request id req-439606ec-d1e7-404c-be90-7b29868789f3 2018-11-09 07:07:43,319 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:77:e8:8f', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'49099c3c-e801-4b0d-834d-de698d3f7b78'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T07:07:40.000000', 'flavor': Munch({u'id': u'e0eb9a83-bf03-48ab-acf6-63cf3866f1d3'}), 'az': u'nova', 'id': u'98e420e1-bae2-46bb-9ea3-b5ae51d64f13', 'security_groups': [Munch({u'name': u'vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4c7243c11c1644098207c085a3e13a98', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'name': 'vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-09T07:07:40.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-09T07:07:40Z', 'hostId': u'e9f71b331d38ffa138f81ae2da703afb2338a90a3482269e7f587542', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'e9f71b331d38ffa138f81ae2da703afb2338a90a3482269e7f587542', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T07:07:40.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'name': u'vping_ssh-vm_84676a0e-8900-4fb0-86fb-c8551e04533e', 'adminPass': u'vDUsK7yaK5R9', 'tenant_id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'region': 'regionOne', 'created': u'2018-11-09T07:07:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-09 07:07:43,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:07:43,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:43,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-792631c4-fc19-4a3c-8e7e-6d78100b6074 Date: Fri, 09 Nov 2018 07:07: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":["45eb83ed-0383-474c-90e2-31ec36c916e7"],"updated_at":"2018-11-09T07:07:08Z","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","name":"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:07:43,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-792631c4-fc19-4a3c-8e7e-6d78100b6074 2018-11-09 07:07:43,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242076873779s 2018-11-09 07:07:43,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-792631c4-fc19-4a3c-8e7e-6d78100b6074 2018-11-09 07:07:43,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-09 07:07:43,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=98e420e1-bae2-46bb-9ea3-b5ae51d64f13" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:43,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-e4beff7c-f081-445e-8c5e-b1f728ca8eb0 Date: Fri, 09 Nov 2018 07:07:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:07:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"45eb83ed-0383-474c-90e2-31ec36c916e7","ip_address":"192.168.120.7"}],"id":"0511f415-4fdf-44c4-8388-1d2ca3a3cf35","security_groups":["ab705371-96eb-4de8-a974-52f7319d29c0"],"mac_address":"fa:16:3e:77:e8:8f","project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:33Z","binding:vnic_type":"normal","device_id":"98e420e1-bae2-46bb-9ea3-b5ae51d64f13"}]} 2018-11-09 07:07:43,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=98e420e1-bae2-46bb-9ea3-b5ae51d64f13 used request id req-e4beff7c-f081-445e-8c5e-b1f728ca8eb0 2018-11-09 07:07:43,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0559301376343s 2018-11-09 07:07:43,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=98e420e1-bae2-46bb-9ea3-b5ae51d64f13 used request id req-e4beff7c-f081-445e-8c5e-b1f728ca8eb0 2018-11-09 07:07:43,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-11-09 07:07:43,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.7", "port_id": "0511f415-4fdf-44c4-8388-1d2ca3a3cf35"}}' 2018-11-09 07:07:45,356 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-66e75a61-41ff-4e3c-a00f-701df2c04a5c Date: Fri, 09 Nov 2018 07:07:45 GMT RESP BODY: {"floatingip": {"router_id": "9361bf7e-506a-4a5d-ae84-e7b14f155c1e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:44Z", "updated_at": "2018-11-09T07:07:44Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_id": "0511f415-4fdf-44c4-8388-1d2ca3a3cf35", "id": "0aedf491-6cec-4434-8f09-6075789dfae9"}} 2018-11-09 07:07:45,357 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-66e75a61-41ff-4e3c-a00f-701df2c04a5c 2018-11-09 07:07:45,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.73289895058s 2018-11-09 07:07:45,357 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-66e75a61-41ff-4e3c-a00f-701df2c04a5c 2018-11-09 07:07:45,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 07:07:45,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:45,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-f11905ed-05fb-455e-a185-8aad3255ad88 Date: Fri, 09 Nov 2018 07:07:44 GMT RESP BODY: {"floatingips": [{"router_id": "9361bf7e-506a-4a5d-ae84-e7b14f155c1e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:44Z", "updated_at": "2018-11-09T07:07:44Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_id": "0511f415-4fdf-44c4-8388-1d2ca3a3cf35", "id": "0aedf491-6cec-4434-8f09-6075789dfae9"}]} 2018-11-09 07:07:45,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-f11905ed-05fb-455e-a185-8aad3255ad88 2018-11-09 07:07:45,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0251920223236s 2018-11-09 07:07:45,392 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-f11905ed-05fb-455e-a185-8aad3255ad88 2018-11-09 07:07:45,396 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 07:07:45,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 07:07:45,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:45,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-7fd2b64f-3eea-4bcd-be04-8cb0bac5df12 Date: Fri, 09 Nov 2018 07:07:45 GMT RESP BODY: {"floatingips": [{"router_id": "9361bf7e-506a-4a5d-ae84-e7b14f155c1e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:44Z", "updated_at": "2018-11-09T07:07:44Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_id": "0511f415-4fdf-44c4-8388-1d2ca3a3cf35", "id": "0aedf491-6cec-4434-8f09-6075789dfae9"}]} 2018-11-09 07:07:45,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-7fd2b64f-3eea-4bcd-be04-8cb0bac5df12 2018-11-09 07:07:45,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0299370288849s 2018-11-09 07:07:45,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-7fd2b64f-3eea-4bcd-be04-8cb0bac5df12 2018-11-09 07:07:45,535 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 07:07:45,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 07:07:45,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:45,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-2c507ae4-f838-4524-9d56-a66034152a7a Date: Fri, 09 Nov 2018 07:07:45 GMT RESP BODY: {"floatingips": [{"router_id": "9361bf7e-506a-4a5d-ae84-e7b14f155c1e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:44Z", "updated_at": "2018-11-09T07:07:44Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_id": "0511f415-4fdf-44c4-8388-1d2ca3a3cf35", "id": "0aedf491-6cec-4434-8f09-6075789dfae9"}]} 2018-11-09 07:07:45,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-2c507ae4-f838-4524-9d56-a66034152a7a 2018-11-09 07:07:45,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0228300094604s 2018-11-09 07:07:45,664 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-2c507ae4-f838-4524-9d56-a66034152a7a 2018-11-09 07:07:45,667 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 07:07:45,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 07:07:45,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:45,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-072993dd-fb90-4f36-b402-4656da6d36c8 Date: Fri, 09 Nov 2018 07:07:45 GMT RESP BODY: {"floatingips": [{"router_id": "9361bf7e-506a-4a5d-ae84-e7b14f155c1e", "status": "DOWN", "description": "", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:44Z", "updated_at": "2018-11-09T07:07:44Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_id": "0511f415-4fdf-44c4-8388-1d2ca3a3cf35", "id": "0aedf491-6cec-4434-8f09-6075789dfae9"}]} 2018-11-09 07:07:45,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-072993dd-fb90-4f36-b402-4656da6d36c8 2018-11-09 07:07:45,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0288550853729s 2018-11-09 07:07:45,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-072993dd-fb90-4f36-b402-4656da6d36c8 2018-11-09 07:07:45,806 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 07:07:45,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 07:07:45,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:45,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-c10cc416-d89e-4810-8321-ca46bd8a5f96 Date: Fri, 09 Nov 2018 07:07:45 GMT RESP BODY: {"floatingips": [{"router_id": "9361bf7e-506a-4a5d-ae84-e7b14f155c1e", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:44Z", "updated_at": "2018-11-09T07:07:44Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_id": "0511f415-4fdf-44c4-8388-1d2ca3a3cf35", "id": "0aedf491-6cec-4434-8f09-6075789dfae9"}]} 2018-11-09 07:07:45,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c10cc416-d89e-4810-8321-ca46bd8a5f96 2018-11-09 07:07:45,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.023197889328s 2018-11-09 07:07:45,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c10cc416-d89e-4810-8321-ca46bd8a5f96 2018-11-09 07:07:45,938 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9361bf7e-506a-4a5d-ae84-e7b14f155c1e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'created_at': u'2018-11-09T07:07:44Z', 'attached': True, 'updated_at': u'2018-11-09T07:07:44Z', 'id': u'0aedf491-6cec-4434-8f09-6075789dfae9', 'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'name': 'vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9361bf7e-506a-4a5d-ae84-e7b14f155c1e', 'project_id': u'527e6e72c6884ebf9b7a5e89df4d18f9', 'port_id': u'0511f415-4fdf-44c4-8388-1d2ca3a3cf35', 'port': u'0511f415-4fdf-44c4-8388-1d2ca3a3cf35', 'network': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e'}) 2018-11-09 07:07:45,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-09 07:07:45,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13/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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 07:07:47,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07: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-ad135eb6-247a-48cd-836d-d800ada1580a x-compute-request-id: req-ad135eb6-247a-48cd-836d-d800ada1580a Content-Encoding: gzip Content-Length: 9535 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 522195160 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.126482] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128087] pid_max: default: 32768 minimum: 301\n[ 0.128958] ACPI: Core revision 20150930\n[ 0.130317] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131572] Security Framework initialized\n[ 0.132362] Yama: becoming mindful.\n[ 0.133062] AppArmor: AppArmor initialized\n[ 0.133902] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135185] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137713] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139054] Initializing cgroup subsys io\n[ 0.139837] Initializing cgroup subsys memory\n[ 0.140664] Initializing cgroup subsys devices\n[ 0.141527] Initializing cgroup subsys freezer\n[ 0.142368] Initializing cgroup subsys net_cls\n[ 0.143199] Initializing cgroup subsys perf_event\n[ 0.144074] Initializing cgroup subsys net_prio\n[ 0.144937] Initializing cgroup subsys hugetlb\n[ 0.145787] Initializing cgroup subsys pids\n[ 0.146633] CPU: Physical Processor ID: 0\n[ 0.148090] mce: CPU supports 10 MCE banks\n[ 0.148909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149875] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160517] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166887] ftrace: allocating 31920 entries in 125 pages\n[ 0.193139] smpboot: Max logical packages: 1\n[ 0.193990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195310] x2apic enabled\n[ 0.196095] Switched APIC routing to physical x2apic.\n[ 0.197826] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198903] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200827] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202574] KVM setup paravirtual spinlock\n[ 0.203857] x86: Booted up 1 node, 1 CPUs\n[ 0.204634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.205982] devtmpfs: initialized\n[ 0.207672] evm: security.selinux\n[ 0.208355] evm: security.SMACK64\n[ 0.209022] evm: security.SMACK64EXEC\n[ 0.209741] evm: security.SMACK64TRANSMUTE\n[ 0.210518] evm: security.SMACK64MMAP\n[ 0.211230] evm: security.ima\n[ 0.211868] evm: security.capability\n[ 0.212648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214432] pinctrl core: initialized pinctrl subsystem\n[ 0.215493] RTC time: 7:07:40, date: 11/09/18\n[ 0.216420] NET: Registered protocol family 16\n[ 0.217358] cpuidle: using governor ladder\n[ 0.218150] cpuidle: using governor menu\n[ 0.218915] PCCT header not found.\n[ 0.219641] ACPI: bus type PCI registered\n[ 0.220415] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221611] PCI: Using configuration type 1 for base access\n[ 0.223327] ACPI: Added _OSI(Module Device)\n[ 0.224141] ACPI: Added _OSI(Processor Device)\n[ 0.224984] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225854] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.227925] ACPI: Interpreter enabled\n[ 0.228673] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.235842] ACPI: (supports S0 S5)\n[ 0.236528] ACPI: Using IOAPIC for interrupt routing\n[ 0.237547] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.242933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244080] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246224] acpiphp: Slot [3] registered\n[ 0.247000] acpiphp: Slot [4] registered\n[ 0.247779] acpiphp: Slot [5] registered\n[ 0.248552] acpiphp: Slot [6] registered\n[ 0.249320] acpiphp: Slot [7] registered\n[ 0.250091] acpiphp: Slot [8] registered\n[ 0.250865] acpiphp: Slot [9] registered\n[ 0.251635] acpiphp: Slot [10] registered\n[ 0.252413] acpiphp: Slot [11] registered\n[ 0.253197] acpiphp: Slot [12] registered\n[ 0.253992] acpiphp: Slot [13] registered\n[ 0.254779] acpiphp: Slot [14] registered\n[ 0.255562] acpiphp: Slot [15] registered\n[ 0.266400] acpiphp: Slot [16] registered\n[ 0.267208] acpiphp: Slot [17] registered\n[ 0.268003] acpiphp: Slot [18] registered\n[ 0.268776] acpiphp: Slot [19] registered\n[ 0.269538] acpiphp: Slot [20] registered\n[ 0.270302] acpiphp: Slot [21] registered\n[ 0.271070] acpiphp: Slot [22] registered\n[ 0.271869] acpiphp: Slot [23] registered\n[ 0.272648] acpiphp: Slot [24] registered\n[ 0.273412] acpiphp: Slot [25] registered\n[ 0.274170] acpiphp: Slot [26] registered\n[ 0.274932] acpiphp: Slot [27] registered\n[ 0.275733] acpiphp: Slot [28] registered\n[ 0.276498] acpiphp: Slot [29] registered\n[ 0.277255] acpiphp: Slot [30] registered\n[ 0.278047] acpiphp: Slot [31] registered\n[ 0.278845] PCI host bridge to bus 0000:00\n[ 0.279608] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284619] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290692] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.291998] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293181] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294482] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301326] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302800] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351552] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352970] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356084] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357243] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358311] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359881] vgaarb: loaded\n[ 0.360491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361645] SCSI subsystem initialized\n[ 0.362475] ACPI: bus type USB registered\n[ 0.363298] usbcore: registered new interface driver usbfs\n[ 0.364345] usbcore: registered new interface driver hub\n[ 0.365365] usbcore: registered new device driver usb\n[ 0.366424] PCI: Using ACPI for IRQ routing\n[ 0.367453] NetLabel: Initializing\n[ 0.368171] NetLabel: domain hash size = 128\n[ 0.369036] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369996] NetLabel: unlabeled traffic allowed by default\n[ 0.371096] clocksource: Switched to clocksource kvm-clock\n[ 0.376543] AppArmor: AppArmor Filesystem Enabled\n[ 0.377510] pnp: PnP ACPI init\n[ 0.378431] pnp: PnP ACPI: found 5 devices\n[ 0.384812] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386531] NET: Registered protocol family 2\n[ 0.387491] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388775] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389954] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391136] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392224] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393400] NET: Registered protocol family 1\n[ 0.394270] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395376] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424666] Trying to unpack rootfs image as initramfs...\n[ 0.473588] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.487679] Scanning for low memory corruption every 60 seconds\n[ 0.489029] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490194] audit: initializing netlink subsys (disabled)\n[ 0.491237] audit: type=2000 audit(1541747261.535:1): initialized\n[ 0.492557] Initialise system trusted keyring\n[ 0.493492] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494664] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496640] zbud: loaded\n[ 0.497350] VFS: Disk quotas dquot_6.6.0\n[ 0.498172] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499694] fuse init (API version 7.23)\n[ 0.500582] Key type big_key registered\n[ 0.501388] Allocating IMA MOK and blacklist keyrings.\n[ 0.502509] Key type asymmetric registered\n[ 0.503353] Asymmetric key parser 'x509' registered\n[ 0.504315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505793] io scheduler noop registered\n[ 0.506717] io scheduler deadline registered (default)\n[ 0.508242] io scheduler cfq registered\n[ 0.509857] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513417] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515565] ACPI: Power Button [PWRF]\n[ 0.516740] GHES: HEST is not enabled!\n[ 0.530744] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569883] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594168] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596355] Linux agpgart interface v0.103\n[ 0.598943] brd: module loaded\n[ 0.600249] loop: module loaded\n[ 0.607713] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609441] GPT:90111 != 2097151\n[ 0.610254] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611531] GPT:90111 != 2097151\n[ 0.612284] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613426] vda: vda1 vda15\n[ 0.615419] scsi host0: ata_piix\n[ 0.616283] scsi host1: ata_piix\n[ 0.617128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618585] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620242] libphy: Fixed MDIO Bus: probed\n[ 0.621247] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622377] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624882] PPP generic driver version 2.4.2\n[ 0.625780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626976] ehci-pci: EHCI PCI platform driver\n[ 0.627862] ehci-platform: EHCI generic platform driver\n[ 0.628858] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629987] ohci-pci: OHCI PCI platform driver\n[ 0.630857] ohci-platform: OHCI generic platform driver\n[ 0.631859] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646428] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647429] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648885] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649892] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.651005] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653645] usb usb1: Product: UHCI Host Controller\n[ 0.654572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655711] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656749] hub 1-0:1.0: USB hub found\n[ 0.657530] hub 1-0:1.0: 2 ports detected\n[ 0.658437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660554] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661511] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662541] mousedev: PS/2 mouse device common for all mice\n[ 0.663811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666739] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669141] i2c /dev entries driver\n[ 0.669897] device-mapper: uevent: version 1.0.3\n[ 0.670836] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672471] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673763] NET: Registered protocol family 10\n[ 0.674760] NET: Registered protocol family 17\n[ 0.675662] Key type dns_resolver registered\n[ 0.676598] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677698] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679457] registered taskstats version 1\n[ 0.680295] Loading compiled-in X.509 certificates\n[ 0.681730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683592] zswap: loaded using pool lzo/zbud\n[ 0.684980] Key type trusted registered\n[ 0.686971] Key type encrypted registered\n[ 0.687816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688843] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689879] evm: HMAC attrs: 0x1\n[ 0.690820] Magic number: 10:511:116\n[ 0.691706] rtc_cmos 00:00: setting system clock to 2018-11-09 07:07:41 UTC (1541747261)\n[ 0.693302] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694409] EDD information not available.\n[ 0.780040] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781582] Write protecting the kernel read-only data: 14336k\n[ 0.793392] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795200] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840041] 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.91\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.7...\nLease of 192.168.120.7 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 2.06. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXVgLkUJZIzhSY0Ay7EgKLIHIC0dYLn0Rl5JYXhyVvCE8Buv2s/yZn1Jpf6d04pLT5yEsPXEehgYiZXQ5sQA6Nka3ieXJ3uRkYut3UoynpWe5udZPYoFDR/g5XqiZ2iAiOCsK1SmA2MFN6/YSD0w3whvO+YLR3llUOM4AQlW3U+HuSkT0ZoMVtZz1k3WLa0JWc2TyYwv+87EUM/C4n3pV4wQ5nx22KfbYm179fx7bt/czsGy8rqsssJi7HvTbzKlTLOcyxBZ9I4IYjS9IPv5Anw1d8U23nY5+tQCQmV0en1DJewBHHtu6eYOHG4ql5VWl+kfN1e/7i4f3+MFNUeEbT root@vping-ssh-vm-84676a0e-8900-4fb0-86fb-c8551e04533e\nssh-dss AAAAB3NzaC1kc3MAAACBAObp3+ZmCDdBth3oCOftmEq+XqEckF+P60oClS2dd/lIpu4Y1H26rK5eizmnP8SRr5DBoKd2jbngn7aLjRewU+nPJu69yi6cmt3X4/AJDvtc2GbztG4RfXGcqLFf0xx4cAodox+4zBPpkiafKoUwxAXU2+9i79+mnKc/wKrUQnZhAAAAFQC4vXipHx4XcMwvDMkgxzoWeR36ywAAAIBtdoXeFzDnZ0sMGmboR6rrWr8H1hEAK3gcX8bw9dArKiQ0zj73dKscKW8w5itHQQYn2dM3ZxrQ/fgdGgvqwj/U6Dn4OFdXYrjN1dDYBi4UWPG5GkTw/MzlfoUmYMYYZo+RM40a2NkFD4/Pg375nozpA3VI6d5Ac9JI5fQuA537cgAAAIA9nsURfai9PDoRBMdiCuiA/mnb1Nnng8Laz6lWIdfCoC+lxXeQFN5r5uplj4UetxgDuDH9+MvPyMWogG6Z074xHX4p7O8IjBrZyqfdx2laZlwH05V/SrAuUXmHciST2YeF85j+2xF/h5/Aduf2xNWYBAJOj7oGJzi7r7fZCz0Xfg== root@vping-ssh-vm-84676a0e-8900-4fb0-86fb-c8551e04533e\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.7,24,fe80::f816:3eff:fe77:e88f/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 \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-84676a0e-8900-4fb0-86fb-c8551e04533e\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.48 ===\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-84676a0e-8900-4fb0-86fb-c8551e04533e login: "} 2018-11-09 07:07:47,043 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13/action used request id req-ad135eb6-247a-48cd-836d-d800ada1580a 2018-11-09 07:07:47,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10401916504s 2018-11-09 07:07:47,044 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13/action used request id req-ad135eb6-247a-48cd-836d-d800ada1580a 2018-11-09 07:07:47,044 - 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 522195160 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.126482] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128087] pid_max: default: 32768 minimum: 301 [ 0.128958] ACPI: Core revision 20150930 [ 0.130317] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131572] Security Framework initialized [ 0.132362] Yama: becoming mindful. [ 0.133062] AppArmor: AppArmor initialized [ 0.133902] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.135185] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137713] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139054] Initializing cgroup subsys io [ 0.139837] Initializing cgroup subsys memory [ 0.140664] Initializing cgroup subsys devices [ 0.141527] Initializing cgroup subsys freezer [ 0.142368] Initializing cgroup subsys net_cls [ 0.143199] Initializing cgroup subsys perf_event [ 0.144074] Initializing cgroup subsys net_prio [ 0.144937] Initializing cgroup subsys hugetlb [ 0.145787] Initializing cgroup subsys pids [ 0.146633] CPU: Physical Processor ID: 0 [ 0.148090] mce: CPU supports 10 MCE banks [ 0.148909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149875] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160517] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166887] ftrace: allocating 31920 entries in 125 pages [ 0.193139] smpboot: Max logical packages: 1 [ 0.193990] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195310] x2apic enabled [ 0.196095] Switched APIC routing to physical x2apic. [ 0.197826] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198903] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200827] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202574] KVM setup paravirtual spinlock [ 0.203857] x86: Booted up 1 node, 1 CPUs [ 0.204634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.205982] devtmpfs: initialized [ 0.207672] evm: security.selinux [ 0.208355] evm: security.SMACK64 [ 0.209022] evm: security.SMACK64EXEC [ 0.209741] evm: security.SMACK64TRANSMUTE [ 0.210518] evm: security.SMACK64MMAP [ 0.211230] evm: security.ima [ 0.211868] evm: security.capability [ 0.212648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214432] pinctrl core: initialized pinctrl subsystem [ 0.215493] RTC time: 7:07:40, date: 11/09/18 [ 0.216420] NET: Registered protocol family 16 [ 0.217358] cpuidle: using governor ladder [ 0.218150] cpuidle: using governor menu [ 0.218915] PCCT header not found. [ 0.219641] ACPI: bus type PCI registered [ 0.220415] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221611] PCI: Using configuration type 1 for base access [ 0.223327] ACPI: Added _OSI(Module Device) [ 0.224141] ACPI: Added _OSI(Processor Device) [ 0.224984] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.225854] ACPI: Added _OSI(Processor Aggregator Device) [ 0.227925] ACPI: Interpreter enabled [ 0.228673] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.235842] ACPI: (supports S0 S5) [ 0.236528] ACPI: Using IOAPIC for interrupt routing [ 0.237547] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.242933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244080] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246224] acpiphp: Slot [3] registered [ 0.247000] acpiphp: Slot [4] registered [ 0.247779] acpiphp: Slot [5] registered [ 0.248552] acpiphp: Slot [6] registered [ 0.249320] acpiphp: Slot [7] registered [ 0.250091] acpiphp: Slot [8] registered [ 0.250865] acpiphp: Slot [9] registered [ 0.251635] acpiphp: Slot [10] registered [ 0.252413] acpiphp: Slot [11] registered [ 0.253197] acpiphp: Slot [12] registered [ 0.253992] acpiphp: Slot [13] registered [ 0.254779] acpiphp: Slot [14] registered [ 0.255562] acpiphp: Slot [15] registered [ 0.266400] acpiphp: Slot [16] registered [ 0.267208] acpiphp: Slot [17] registered [ 0.268003] acpiphp: Slot [18] registered [ 0.268776] acpiphp: Slot [19] registered [ 0.269538] acpiphp: Slot [20] registered [ 0.270302] acpiphp: Slot [21] registered [ 0.271070] acpiphp: Slot [22] registered [ 0.271869] acpiphp: Slot [23] registered [ 0.272648] acpiphp: Slot [24] registered [ 0.273412] acpiphp: Slot [25] registered [ 0.274170] acpiphp: Slot [26] registered [ 0.274932] acpiphp: Slot [27] registered [ 0.275733] acpiphp: Slot [28] registered [ 0.276498] acpiphp: Slot [29] registered [ 0.277255] acpiphp: Slot [30] registered [ 0.278047] acpiphp: Slot [31] registered [ 0.278845] PCI host bridge to bus 0000:00 [ 0.279608] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.280775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.281907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.283265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.284619] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.290692] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.291998] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.293181] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.294482] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301326] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.302800] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.350113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351552] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352970] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.356084] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357243] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358311] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359881] vgaarb: loaded [ 0.360491] vgaarb: bridge control possible 0000:00:02.0 [ 0.361645] SCSI subsystem initialized [ 0.362475] ACPI: bus type USB registered [ 0.363298] usbcore: registered new interface driver usbfs [ 0.364345] usbcore: registered new interface driver hub [ 0.365365] usbcore: registered new device driver usb [ 0.366424] PCI: Using ACPI for IRQ routing [ 0.367453] NetLabel: Initializing [ 0.368171] NetLabel: domain hash size = 128 [ 0.369036] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369996] NetLabel: unlabeled traffic allowed by default [ 0.371096] clocksource: Switched to clocksource kvm-clock [ 0.376543] AppArmor: AppArmor Filesystem Enabled [ 0.377510] pnp: PnP ACPI init [ 0.378431] pnp: PnP ACPI: found 5 devices [ 0.384812] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.386531] NET: Registered protocol family 2 [ 0.387491] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.388775] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.389954] TCP: Hash tables configured (established 4096 bind 4096) [ 0.391136] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.392224] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.393400] NET: Registered protocol family 1 [ 0.394270] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.395376] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.396460] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.410451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424666] Trying to unpack rootfs image as initramfs... [ 0.473588] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.487679] Scanning for low memory corruption every 60 seconds [ 0.489029] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490194] audit: initializing netlink subsys (disabled) [ 0.491237] audit: type=2000 audit(1541747261.535:1): initialized [ 0.492557] Initialise system trusted keyring [ 0.493492] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.494664] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.496640] zbud: loaded [ 0.497350] VFS: Disk quotas dquot_6.6.0 [ 0.498172] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.499694] fuse init (API version 7.23) [ 0.500582] Key type big_key registered [ 0.501388] Allocating IMA MOK and blacklist keyrings. [ 0.502509] Key type asymmetric registered [ 0.503353] Asymmetric key parser 'x509' registered [ 0.504315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505793] io scheduler noop registered [ 0.506717] io scheduler deadline registered (default) [ 0.508242] io scheduler cfq registered [ 0.509857] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.513417] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515565] ACPI: Power Button [PWRF] [ 0.516740] GHES: HEST is not enabled! [ 0.530744] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569883] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.594168] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596355] Linux agpgart interface v0.103 [ 0.598943] brd: module loaded [ 0.600249] loop: module loaded [ 0.607713] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.609441] GPT:90111 != 2097151 [ 0.610254] GPT:Alternate GPT header not at the end of the disk. [ 0.611531] GPT:90111 != 2097151 [ 0.612284] GPT: Use GNU Parted to correct GPT errors. [ 0.613426] vda: vda1 vda15 [ 0.615419] scsi host0: ata_piix [ 0.616283] scsi host1: ata_piix [ 0.617128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.618585] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.620242] libphy: Fixed MDIO Bus: probed [ 0.621247] tun: Universal TUN/TAP device driver, 1.6 [ 0.622377] tun: (C) 1999-2004 Max Krasnyansky [ 0.624882] PPP generic driver version 2.4.2 [ 0.625780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.626976] ehci-pci: EHCI PCI platform driver [ 0.627862] ehci-platform: EHCI generic platform driver [ 0.628858] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.629987] ohci-pci: OHCI PCI platform driver [ 0.630857] ohci-platform: OHCI generic platform driver [ 0.631859] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646428] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647429] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648885] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649892] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.651005] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653645] usb usb1: Product: UHCI Host Controller [ 0.654572] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.655711] usb usb1: SerialNumber: 0000:00:01.2 [ 0.656749] hub 1-0:1.0: USB hub found [ 0.657530] hub 1-0:1.0: 2 ports detected [ 0.658437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660554] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661511] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662541] mousedev: PS/2 mouse device common for all mice [ 0.663811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665640] rtc_cmos 00:00: RTC can wake from S4 [ 0.666739] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.667945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669141] i2c /dev entries driver [ 0.669897] device-mapper: uevent: version 1.0.3 [ 0.670836] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672471] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673763] NET: Registered protocol family 10 [ 0.674760] NET: Registered protocol family 17 [ 0.675662] Key type dns_resolver registered [ 0.676598] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.677698] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679457] registered taskstats version 1 [ 0.680295] Loading compiled-in X.509 certificates [ 0.681730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.683592] zswap: loaded using pool lzo/zbud [ 0.684980] Key type trusted registered [ 0.686971] Key type encrypted registered [ 0.687816] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688843] ima: No TPM chip found, activating TPM-bypass! [ 0.689879] evm: HMAC attrs: 0x1 [ 0.690820] Magic number: 10:511:116 [ 0.691706] rtc_cmos 00:00: setting system clock to 2018-11-09 07:07:41 UTC (1541747261) [ 0.693302] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694409] EDD information not available. [ 0.780040] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781582] Write protecting the kernel read-only data: 14336k [ 0.793392] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795200] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.840041] 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.91 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.7... Lease of 192.168.120.7 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 2.06. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXVgLkUJZIzhSY0Ay7EgKLIHIC0dYLn0Rl5JYXhyVvCE8Buv2s/yZn1Jpf6d04pLT5yEsPXEehgYiZXQ5sQA6Nka3ieXJ3uRkYut3UoynpWe5udZPYoFDR/g5XqiZ2iAiOCsK1SmA2MFN6/YSD0w3whvO+YLR3llUOM4AQlW3U+HuSkT0ZoMVtZz1k3WLa0JWc2TyYwv+87EUM/C4n3pV4wQ5nx22KfbYm179fx7bt/czsGy8rqsssJi7HvTbzKlTLOcyxBZ9I4IYjS9IPv5Anw1d8U23nY5+tQCQmV0en1DJewBHHtu6eYOHG4ql5VWl+kfN1e/7i4f3+MFNUeEbT root@vping-ssh-vm-84676a0e-8900-4fb0-86fb-c8551e04533e ssh-dss AAAAB3NzaC1kc3MAAACBAObp3+ZmCDdBth3oCOftmEq+XqEckF+P60oClS2dd/lIpu4Y1H26rK5eizmnP8SRr5DBoKd2jbngn7aLjRewU+nPJu69yi6cmt3X4/AJDvtc2GbztG4RfXGcqLFf0xx4cAodox+4zBPpkiafKoUwxAXU2+9i79+mnKc/wKrUQnZhAAAAFQC4vXipHx4XcMwvDMkgxzoWeR36ywAAAIBtdoXeFzDnZ0sMGmboR6rrWr8H1hEAK3gcX8bw9dArKiQ0zj73dKscKW8w5itHQQYn2dM3ZxrQ/fgdGgvqwj/U6Dn4OFdXYrjN1dDYBi4UWPG5GkTw/MzlfoUmYMYYZo+RM40a2NkFD4/Pg375nozpA3VI6d5Ac9JI5fQuA537cgAAAIA9nsURfai9PDoRBMdiCuiA/mnb1Nnng8Laz6lWIdfCoC+lxXeQFN5r5uplj4UetxgDuDH9+MvPyMWogG6Z074xHX4p7O8IjBrZyqfdx2laZlwH05V/SrAuUXmHciST2YeF85j+2xF/h5/Aduf2xNWYBAJOj7oGJzi7r7fZCz0Xfg== root@vping-ssh-vm-84676a0e-8900-4fb0-86fb-c8551e04533e -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe77:e88f/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 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-84676a0e-8900-4fb0-86fb-c8551e04533e launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.48 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-84676a0e-8900-4fb0-86fb-c8551e04533e login: 2018-11-09 07:07:47,049 - paramiko.transport - DEBUG - starting thread (client mode): 0x8d68ad10L 2018-11-09 07:07:47,050 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 07:07:47,050 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 07:07:47,050 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 07:07:47,051 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 07:07:47,052 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 07:07:47,052 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 07:07:47,052 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 07:07:47,052 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 07:07:47,052 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 07:07:47,110 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 07:07:47,112 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 07:07:47,128 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: d8b8ca8be69bdb028ae43f6a7aab0804 2018-11-09 07:07:47,129 - paramiko.transport - DEBUG - Trying key 2d9b7271cf7841c6e8a75a0cac2bc14b from /tmp/tmptX2Rav 2018-11-09 07:07:47,149 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 07:07:49,630 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 07:07:49,635 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 07:07:49,636 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 07:07:49,636 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 07:07:49,638 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 07:07:49,640 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-09 07:07:49,641 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.12 (192.168.120.12): 56 data bytes 64 bytes from 192.168.120.12: seq=0 ttl=64 time=1.062 ms --- 192.168.120.12 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.062/1.062/1.062 ms 2018-11-09 07:07:49,641 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-11-09 07:07:49,648 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-09 07:07:49,780 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 07:07:49,780 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-09 07:07:49,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-09 07:07:49,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:49,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:07: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-2028a4ff-bdd2-4e01-a7fe-69e0efbfbe4c x-compute-request-id: req-2028a4ff-bdd2-4e01-a7fe-69e0efbfbe4c Content-Type: application/json 2018-11-09 07:07:49,947 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977 used request id req-2028a4ff-bdd2-4e01-a7fe-69e0efbfbe4c 2018-11-09 07:07:49,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.161288022995s 2018-11-09 07:07:49,948 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977 used request id req-2028a4ff-bdd2-4e01-a7fe-69e0efbfbe4c 2018-11-09 07:07:49,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:49,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:50,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07: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-98771ed6-59bb-4b48-aa86-510a3911d1f1 x-compute-request-id: req-98771ed6-59bb-4b48-aa86-510a3911d1f1 Content-Encoding: gzip Content-Length: 898 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:e8:8f", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:e8:8f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:40.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:40Z", "hostId": "e9f71b331d38ffa138f81ae2da703afb2338a90a3482269e7f587542", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e", "name": "vping_ssh-vm_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:31Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:21:88", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/fbf27875-78d6-45fa-991d-240257aa8977", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:27.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "fbf27875-78d6-45fa-991d-240257aa8977", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:49Z", "hostId": "74c9ee25629de78098dc5c065bc38b448401a20491b94d82aa60c147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:22Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:50,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-98771ed6-59bb-4b48-aa86-510a3911d1f1 2018-11-09 07:07:50,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370656967163s 2018-11-09 07:07:50,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-98771ed6-59bb-4b48-aa86-510a3911d1f1 2018-11-09 07:07:50,322 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:07:52,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:52,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:52,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07: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-45696c0b-739f-42cf-b8da-9e16fa5a54d8 x-compute-request-id: req-45696c0b-739f-42cf-b8da-9e16fa5a54d8 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:e8:8f", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:e8:8f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:40.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:40Z", "hostId": "e9f71b331d38ffa138f81ae2da703afb2338a90a3482269e7f587542", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e", "name": "vping_ssh-vm_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:31Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:52,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-45696c0b-739f-42cf-b8da-9e16fa5a54d8 2018-11-09 07:07:52,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667271137238s 2018-11-09 07:07:52,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-45696c0b-739f-42cf-b8da-9e16fa5a54d8 2018-11-09 07:07:52,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-09 07:07:52,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/0aedf491-6cec-4434-8f09-6075789dfae9.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:53,901 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c24bc04f-7c6f-4672-bda2-41c61436c1ae Content-Length: 0 Date: Fri, 09 Nov 2018 07:07:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:07:53,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/0aedf491-6cec-4434-8f09-6075789dfae9.json used request id req-c24bc04f-7c6f-4672-bda2-41c61436c1ae 2018-11-09 07:07:53,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.905130147934s 2018-11-09 07:07:53,902 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/0aedf491-6cec-4434-8f09-6075789dfae9.json used request id req-c24bc04f-7c6f-4672-bda2-41c61436c1ae 2018-11-09 07:07:53,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 07:07:53,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:53,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a01b533b-0ea2-4fd8-8301-d12020434805 Date: Fri, 09 Nov 2018 07:07:53 GMT RESP BODY: {"floatingips": []} 2018-11-09 07:07:53,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a01b533b-0ea2-4fd8-8301-d12020434805 2018-11-09 07:07:53,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0187709331512s 2018-11-09 07:07:53,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a01b533b-0ea2-4fd8-8301-d12020434805 2018-11-09 07:07:53,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-09 07:07:53,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:54,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07: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-80d2ecca-4ac6-4a77-b612-214023ccc7e2 x-compute-request-id: req-80d2ecca-4ac6-4a77-b612-214023ccc7e2 Content-Type: application/json 2018-11-09 07:07:54,123 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13 used request id req-80d2ecca-4ac6-4a77-b612-214023ccc7e2 2018-11-09 07:07:54,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.195569038391s 2018-11-09 07:07:54,123 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13 used request id req-80d2ecca-4ac6-4a77-b612-214023ccc7e2 2018-11-09 07:07:54,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:54,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:54,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07: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-ab12ba6d-ed60-4ac0-9dc0-bb0ef6adcdd1 x-compute-request-id: req-ab12ba6d-ed60-4ac0-9dc0-bb0ef6adcdd1 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:e8:8f", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:e8:8f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "rel": "bookmark"}], "image": {"id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "links": [{"href": "http://172.30.9.27:8774/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:07:40.000000", "flavor": {"id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "links": [{"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}]}, "id": "98e420e1-bae2-46bb-9ea3-b5ae51d64f13", "security_groups": [{"name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}], "user_id": "4c7243c11c1644098207c085a3e13a98", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:07:53Z", "hostId": "e9f71b331d38ffa138f81ae2da703afb2338a90a3482269e7f587542", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e", "name": "vping_ssh-vm_84676a0e-8900-4fb0-86fb-c8551e04533e", "created": "2018-11-09T07:07:31Z", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:07:54,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ab12ba6d-ed60-4ac0-9dc0-bb0ef6adcdd1 2018-11-09 07:07:54,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.785347938538s 2018-11-09 07:07:54,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ab12ba6d-ed60-4ac0-9dc0-bb0ef6adcdd1 2018-11-09 07:07:54,911 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:07:56,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:07:56,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:56,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:07: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-6b5242e7-6851-40bd-ad4e-d896d9b84856 x-compute-request-id: req-6b5242e7-6851-40bd-ad4e-d896d9b84856 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 07:07:56,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6b5242e7-6851-40bd-ad4e-d896d9b84856 2018-11-09 07:07:56,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0818421840668s 2018-11-09 07:07:56,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6b5242e7-6851-40bd-ad4e-d896d9b84856 2018-11-09 07:07:56,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:07:56,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:57,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-d0d95628-a047-47f0-8f90-d68d5b749745 Date: Fri, 09 Nov 2018 07:07:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:06Z", "updated_at": "2018-11-09T07:07:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "2d5c658c-a45f-4bf0-a1b8-886e8b5b237c", "remote_group_id": "3071df35-5450-451b-a261-dd51033e9970", "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "47c72324-afcc-421f-bd6a-378ee398e760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "85b96f85-bf1a-48a5-a524-ee02edb6d554", "remote_group_id": "3071df35-5450-451b-a261-dd51033e9970", "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "f8d1d200-8ea6-4027-86a3-399c3693f9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}], "revision_number": 4, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "3071df35-5450-451b-a261-dd51033e9970", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:19Z", "updated_at": "2018-11-09T07:07:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "24ee868b-23c1-42e3-8f43-406a8e992be7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "29b3ad9a-5acd-4c83-8ffe-518a5b510f4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "645ce1aa-544e-49f2-b481-63e12485d53c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:19Z", "revision_number": 0, "id": "a000ffd9-58c8-42c8-b730-526a477c3f2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:19Z", "security_group_id": "ab705371-96eb-4de8-a974-52f7319d29c0", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}], "revision_number": 4, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "ab705371-96eb-4de8-a974-52f7319d29c0", "name": "vping_ssh-sg_84676a0e-8900-4fb0-86fb-c8551e04533e"}]} 2018-11-09 07:07:57,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d0d95628-a047-47f0-8f90-d68d5b749745 2018-11-09 07:07:57,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0503380298615s 2018-11-09 07:07:57,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d0d95628-a047-47f0-8f90-d68d5b749745 2018-11-09 07:07:57,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 07:07:57,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/ab705371-96eb-4de8-a974-52f7319d29c0.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:57,224 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d5ea8987-980e-4bb3-9ff7-441deeda5e70 Content-Length: 0 Date: Fri, 09 Nov 2018 07:07:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:07:57,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/ab705371-96eb-4de8-a974-52f7319d29c0.json used request id req-d5ea8987-980e-4bb3-9ff7-441deeda5e70 2018-11-09 07:07:57,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.170750141144s 2018-11-09 07:07:57,225 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/ab705371-96eb-4de8-a974-52f7319d29c0.json used request id req-d5ea8987-980e-4bb3-9ff7-441deeda5e70 2018-11-09 07:07:57,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-11-09 07:07:57,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:57,270 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-2936fe41-96c8-4032-bac1-0a4d87f341de x-compute-request-id: req-2936fe41-96c8-4032-bac1-0a4d87f341de Content-Length: 0 Content-Type: application/json 2018-11-09 07:07:57,270 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e used request id req-2936fe41-96c8-4032-bac1-0a4d87f341de 2018-11-09 07:07:57,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0448930263519s 2018-11-09 07:07:57,270 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_84676a0e-8900-4fb0-86fb-c8551e04533e used request id req-2936fe41-96c8-4032-bac1-0a4d87f341de 2018-11-09 07:07:57,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-09 07:07:57,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9361bf7e-506a-4a5d-ae84-e7b14f155c1e/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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" -d '{"subnet_id": "45eb83ed-0383-474c-90e2-31ec36c916e7"}' 2018-11-09 07:07:58,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bbb64902-d29a-4709-9afb-fb551013179d Date: Fri, 09 Nov 2018 07:07:58 GMT RESP BODY: {"network_id": "d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "subnet_id": "45eb83ed-0383-474c-90e2-31ec36c916e7", "subnet_ids": ["45eb83ed-0383-474c-90e2-31ec36c916e7"], "port_id": "f64c9509-6ccf-4dff-9a0b-4b560d3abcd0", "id": "9361bf7e-506a-4a5d-ae84-e7b14f155c1e"} 2018-11-09 07:07:58,627 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9361bf7e-506a-4a5d-ae84-e7b14f155c1e/remove_router_interface.json used request id req-bbb64902-d29a-4709-9afb-fb551013179d 2018-11-09 07:07:58,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.35645890236s 2018-11-09 07:07:58,628 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9361bf7e-506a-4a5d-ae84-e7b14f155c1e/remove_router_interface.json used request id req-bbb64902-d29a-4709-9afb-fb551013179d returning object 9361bf7e-506a-4a5d-ae84-e7b14f155c1e 2018-11-09 07:07:58,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-09 07:07:58,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:07:58,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-58137580-61cf-4693-9014-c28dc5af42b1 Date: Fri, 09 Nov 2018 07:07:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:09Z", "admin_state_up": true, "updated_at": "2018-11-09T07:07:57Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "9361bf7e-506a-4a5d-ae84-e7b14f155c1e", "name": "vping_ssh-router_84676a0e-8900-4fb0-86fb-c8551e04533e"}]} 2018-11-09 07:07:58,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-58137580-61cf-4693-9014-c28dc5af42b1 2018-11-09 07:07:58,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0673649311066s 2018-11-09 07:07:58,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-58137580-61cf-4693-9014-c28dc5af42b1 2018-11-09 07:07:58,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-09 07:07:58,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9361bf7e-506a-4a5d-ae84-e7b14f155c1e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:08:02,421 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b82e2d67-7fdf-4c61-8a73-fc5eb8c52f9e Content-Length: 0 Date: Fri, 09 Nov 2018 07:08:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:08:02,421 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9361bf7e-506a-4a5d-ae84-e7b14f155c1e.json used request id req-b82e2d67-7fdf-4c61-8a73-fc5eb8c52f9e 2018-11-09 07:08:02,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.72382903099s 2018-11-09 07:08:02,422 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9361bf7e-506a-4a5d-ae84-e7b14f155c1e.json used request id req-b82e2d67-7fdf-4c61-8a73-fc5eb8c52f9e 2018-11-09 07:08:02,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-09 07:08:02,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:08:02,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-317324a0-a5c8-4fd1-ba7a-a529fd5742fa Date: Fri, 09 Nov 2018 07:08:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T07:07:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","id":"45eb83ed-0383-474c-90e2-31ec36c916e7","subnetpool_id":null,"name":"vping_ssh-subnet_84676a0e-8900-4fb0-86fb-c8551e04533e"}]} 2018-11-09 07:08:02,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-317324a0-a5c8-4fd1-ba7a-a529fd5742fa 2018-11-09 07:08:02,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0706360340118s 2018-11-09 07:08:02,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-317324a0-a5c8-4fd1-ba7a-a529fd5742fa 2018-11-09 07:08:02,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-09 07:08:02,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/45eb83ed-0383-474c-90e2-31ec36c916e7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:08:04,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d5f8098-43e7-430e-9f48-a2296400b620 Date: Fri, 09 Nov 2018 07:08:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:08:04,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/45eb83ed-0383-474c-90e2-31ec36c916e7.json used request id req-6d5f8098-43e7-430e-9f48-a2296400b620 2018-11-09 07:08:04,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.13841700554s 2018-11-09 07:08:04,633 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/45eb83ed-0383-474c-90e2-31ec36c916e7.json used request id req-6d5f8098-43e7-430e-9f48-a2296400b620 2018-11-09 07:08:04,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:08:04,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:08:04,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1196 X-Openstack-Request-Id: req-c3966efa-2e0f-4d44-862d-f909c575c231 Date: Fri, 09 Nov 2018 07:08: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":[],"updated_at":"2018-11-09T07:08:04Z","tenant_id":"527e6e72c6884ebf9b7a5e89df4d18f9","created_at":"2018-11-09T07:07:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"527e6e72c6884ebf9b7a5e89df4d18f9","id":"d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7","name":"vping_ssh-net_84676a0e-8900-4fb0-86fb-c8551e04533e"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:08:04,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c3966efa-2e0f-4d44-862d-f909c575c231 2018-11-09 07:08:04,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110301017761s 2018-11-09 07:08:04,744 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c3966efa-2e0f-4d44-862d-f909c575c231 2018-11-09 07:08:04,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-09 07:08:04,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:08:05,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c165abbc-379e-4867-9c4b-f69279e1ccf2 Date: Fri, 09 Nov 2018 07:08:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:08:05,934 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7.json used request id req-c165abbc-379e-4867-9c4b-f69279e1ccf2 2018-11-09 07:08:05,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.1884469986s 2018-11-09 07:08:05,934 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d2b689ac-7db6-4b0b-ad91-05acf3f0dbc7.json used request id req-c165abbc-379e-4867-9c4b-f69279e1ccf2 2018-11-09 07:08:05,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:08:05,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:08:06,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-d0b5acff-1dc9-4070-9ccb-174d2850463d Date: Fri, 09 Nov 2018 07:08:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/49099c3c-e801-4b0d-834d-de698d3f7b78/snap", "metadata": {}}], "file": "/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78/file", "owner": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "49099c3c-e801-4b0d-834d-de698d3f7b78", "size": 12716032, "self": "/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/49099c3c-e801-4b0d-834d-de698d3f7b78/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:07:18Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_84676a0e-8900-4fb0-86fb-c8551e04533e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:07:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:08:06,120 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d0b5acff-1dc9-4070-9ccb-174d2850463d 2018-11-09 07:08:06,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185763120651s 2018-11-09 07:08:06,121 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d0b5acff-1dc9-4070-9ccb-174d2850463d 2018-11-09 07:08:06,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 07:08:06,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e96022dc6b2db0c17927095ecfdd5fc4a51beb80" 2018-11-09 07:08:07,185 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97fd4268-74b1-4dc0-83c2-9a66acb28cb8 Date: Fri, 09 Nov 2018 07:08:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:08:07,186 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78 used request id req-97fd4268-74b1-4dc0-83c2-9a66acb28cb8 2018-11-09 07:08:07,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.06304097176s 2018-11-09 07:08:07,186 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/49099c3c-e801-4b0d-834d-de698d3f7b78 used request id req-97fd4268-74b1-4dc0-83c2-9a66acb28cb8 2018-11-09 07:08:07,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:08:07,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:07,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-5df18fd6-515c-482f-985e-00f599b9870b x-compute-request-id: req-5df18fd6-515c-482f-985e-00f599b9870b Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e0eb9a83-bf03-48ab-acf6-63cf3866f1d3", "name": "vping_ssh-flavor_84676a0e-8900-4fb0-86fb-c8551e04533e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:08:07,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5df18fd6-515c-482f-985e-00f599b9870b 2018-11-09 07:08:07,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0316851139069s 2018-11-09 07:08:07,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5df18fd6-515c-482f-985e-00f599b9870b 2018-11-09 07:08:07,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 07:08:07,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:07,272 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:08: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-56f3b768-52ed-43ab-953f-b064e97a5370 x-compute-request-id: req-56f3b768-52ed-43ab-953f-b064e97a5370 Content-Length: 0 Content-Type: application/json 2018-11-09 07:08:07,272 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3 used request id req-56f3b768-52ed-43ab-953f-b064e97a5370 2018-11-09 07:08:07,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0520811080933s 2018-11-09 07:08:07,272 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/e0eb9a83-bf03-48ab-acf6-63cf3866f1d3 used request id req-56f3b768-52ed-43ab-953f-b064e97a5370 2018-11-09 07:08:07,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:08:07,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:07,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7162d59-a9e6-46e0-8101-5102956b5bd9 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_84676a0e-8900-4fb0-86fb-c8551e04533e", "links": {"self": "http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98"}, "domain_id": "default", "enabled": true, "id": "4c7243c11c1644098207c085a3e13a98", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:08:07,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c7162d59-a9e6-46e0-8101-5102956b5bd9 2018-11-09 07:08:07,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102866888046s 2018-11-09 07:08:07,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c7162d59-a9e6-46e0-8101-5102956b5bd9 2018-11-09 07:08:07,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:08:07,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:07,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-190046f4-e435-403f-b00e-7befa0719e5e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98"}, "enabled": true, "id": "4c7243c11c1644098207c085a3e13a98", "options": {}, "domain_id": "default", "name": "vping_ssh-user_84676a0e-8900-4fb0-86fb-c8551e04533e"}} 2018-11-09 07:08:07,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98 used request id req-190046f4-e435-403f-b00e-7befa0719e5e 2018-11-09 07:08:07,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0921320915222s 2018-11-09 07:08:07,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98 used request id req-190046f4-e435-403f-b00e-7befa0719e5e 2018-11-09 07:08:07,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 07:08:07,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:07,652 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bde703b0-68f5-4909-95c8-1dff391cffe9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:08:07,652 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98 used request id req-bde703b0-68f5-4909-95c8-1dff391cffe9 2018-11-09 07:08:07,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.175957918167s 2018-11-09 07:08:07,652 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4c7243c11c1644098207c085a3e13a98 used request id req-bde703b0-68f5-4909-95c8-1dff391cffe9 2018-11-09 07:08:07,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:08:07,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:07,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b58fb8fb-a07d-401a-a9a3-e3eb88e9d049 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/527e6e72c6884ebf9b7a5e89df4d18f9"}, "enabled": true, "id": "527e6e72c6884ebf9b7a5e89df4d18f9", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_84676a0e-8900-4fb0-86fb-c8551e04533e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:08:07,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-b58fb8fb-a07d-401a-a9a3-e3eb88e9d049 2018-11-09 07:08:07,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.080983877182s 2018-11-09 07:08:07,734 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-b58fb8fb-a07d-401a-a9a3-e3eb88e9d049 2018-11-09 07:08:07,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 07:08:07,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/527e6e72c6884ebf9b7a5e89df4d18f9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:07,924 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf4700c2-8136-4dd3-8752-a972db0bd9c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:08:07,924 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/527e6e72c6884ebf9b7a5e89df4d18f9 used request id req-cf4700c2-8136-4dd3-8752-a972db0bd9c3 2018-11-09 07:08:07,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.187594890594s 2018-11-09 07:08:07,924 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/527e6e72c6884ebf9b7a5e89df4d18f9 used request id req-cf4700c2-8136-4dd3-8752-a972db0bd9c3 2018-11-09 07:08:07,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:08:07,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:07,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651bfe34-1794-4a4d-bdef-e92da36af382 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cd66d742ade94ee0ab9a6e7cb8bf7b7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c"}, "name": "Member"}]} 2018-11-09 07:08:07,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-651bfe34-1794-4a4d-bdef-e92da36af382 2018-11-09 07:08:07,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0740239620209s 2018-11-09 07:08:08,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 07:08:08,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:08,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5b50ad0-15bb-4bb1-9ade-76a141a5ee2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:08:08,102 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/cd66d742ade94ee0ab9a6e7cb8bf7b7c used request id req-a5b50ad0-15bb-4bb1-9ade-76a141a5ee2c 2018-11-09 07:08:08,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102025032043s 2018-11-09 07:08:08,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:08:08,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=527e6e72c6884ebf9b7a5e89df4d18f9&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}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:08,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-2bf31722-2de9-42a5-a031-43eb9ba0b168 Date: Fri, 09 Nov 2018 07:08:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:06Z", "updated_at": "2018-11-09T07:07:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "2d5c658c-a45f-4bf0-a1b8-886e8b5b237c", "remote_group_id": "3071df35-5450-451b-a261-dd51033e9970", "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "47c72324-afcc-421f-bd6a-378ee398e760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "85b96f85-bf1a-48a5-a524-ee02edb6d554", "remote_group_id": "3071df35-5450-451b-a261-dd51033e9970", "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "f8d1d200-8ea6-4027-86a3-399c3693f9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}], "revision_number": 4, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "3071df35-5450-451b-a261-dd51033e9970", "name": "default"}]} 2018-11-09 07:08:08,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=527e6e72c6884ebf9b7a5e89df4d18f9&name=default used request id req-2bf31722-2de9-42a5-a031-43eb9ba0b168 2018-11-09 07:08:08,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196645021439s 2018-11-09 07:08:08,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=527e6e72c6884ebf9b7a5e89df4d18f9&name=default used request id req-2bf31722-2de9-42a5-a031-43eb9ba0b168 2018-11-09 07:08:08,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:08:08,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:08,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-097981a7-5f08-4fc9-a437-d9052d519e70 Date: Fri, 09 Nov 2018 07:08:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "created_at": "2018-11-09T07:07:06Z", "updated_at": "2018-11-09T07:07:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "f8d1d200-8ea6-4027-86a3-399c3693f9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "85b96f85-bf1a-48a5-a524-ee02edb6d554", "remote_group_id": "3071df35-5450-451b-a261-dd51033e9970", "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "2d5c658c-a45f-4bf0-a1b8-886e8b5b237c", "remote_group_id": "3071df35-5450-451b-a261-dd51033e9970", "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:07:06Z", "revision_number": 0, "id": "47c72324-afcc-421f-bd6a-378ee398e760", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:07:06Z", "security_group_id": "3071df35-5450-451b-a261-dd51033e9970", "tenant_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9"}], "revision_number": 4, "project_id": "527e6e72c6884ebf9b7a5e89df4d18f9", "id": "3071df35-5450-451b-a261-dd51033e9970", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}]} 2018-11-09 07:08:08,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-097981a7-5f08-4fc9-a437-d9052d519e70 2018-11-09 07:08:08,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189520120621s 2018-11-09 07:08:08,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-097981a7-5f08-4fc9-a437-d9052d519e70 2018-11-09 07:08:08,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 07:08:08,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/3071df35-5450-451b-a261-dd51033e9970.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}317c0cc89830507b7acc97a41915cfc3ec1c231e" 2018-11-09 07:08:08,815 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e8221f97-61f6-4e23-bbd5-d1579c264073 Content-Length: 0 Date: Fri, 09 Nov 2018 07:08:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:08:08,815 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/3071df35-5450-451b-a261-dd51033e9970.json used request id req-e8221f97-61f6-4e23-bbd5-d1579c264073 2018-11-09 07:08:08,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.314872980118s 2018-11-09 07:08:08,816 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/3071df35-5450-451b-a261-dd51033e9970.json used request id req-e8221f97-61f6-4e23-bbd5-d1579c264073 2018-11-09 07:08:08,869 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-11-09 07:08:08,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:08:08,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:08:08,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:08:08,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:08:08,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:08:08,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:08:08,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:08:08,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:08:08,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:08:08,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:08:08,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:08:08,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:08:08,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:08:08,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:08:08,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:08:08,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f65fef-cb61-43f5-98e5-b49dc951cc53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:08:08,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e0f65fef-cb61-43f5-98e5-b49dc951cc53 2018-11-09 07:08:08,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:08:09,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:08:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["XLOxIRIxSqmbzyR2dLxzQQ"], "issued_at": "2018-11-09T07:08:09.000000Z"}} 2018-11-09 07:08:09,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:08:09,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:09,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-43edfd71-b30d-40a3-9a5c-9d46eb075c6e Date: Fri, 09 Nov 2018 07:08:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 07:08:09,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-43edfd71-b30d-40a3-9a5c-9d46eb075c6e 2018-11-09 07:08:09,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347585916519s 2018-11-09 07:08:09,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-43edfd71-b30d-40a3-9a5c-9d46eb075c6e 2018-11-09 07:08:09,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 07:08:09,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:09,672 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:08:09,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:09,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ed0ad1b-2216-4f1d-b208-8aed9d394e2a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 07:08:09,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-0ed0ad1b-2216-4f1d-b208-8aed9d394e2a 2018-11-09 07:08:09,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0914368629456s 2018-11-09 07:08:09,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 07:08:09,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344"}}' 2018-11-09 07:08:09,867 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:08:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f65e50fe-9e9e-4f0e-bf73-44dfa8e535f4 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.27:5000/v3/projects/34d24c9c29a5425580866471ad95258e"}, "enabled": true, "id": "34d24c9c29a5425580866471ad95258e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344"}} 2018-11-09 07:08:09,867 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f65e50fe-9e9e-4f0e-bf73-44dfa8e535f4 2018-11-09 07:08:09,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.110658168793s 2018-11-09 07:08:09,868 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f65e50fe-9e9e-4f0e-bf73-44dfa8e535f4 2018-11-09 07:08:09,868 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344', 'id': u'34d24c9c29a5425580866471ad95258e', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 07:08:09,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 07:08:10,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.448418855667s 2018-11-09 07:08:10,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:10,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e76bdf0b-93df-4458-be01-e3b4bcb40b29 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1"}, "enabled": true, "id": "f0d7264f0bdb4455809a0c06388ce5a1", "options": {}, "domain_id": "default", "name": "vping_userdata-user_876d7558-888f-448f-b2e7-bd389e987344"}} 2018-11-09 07:08:10,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1 used request id req-e76bdf0b-93df-4458-be01-e3b4bcb40b29 2018-11-09 07:08:10,430 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f0d7264f0bdb4455809a0c06388ce5a1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_876d7558-888f-448f-b2e7-bd389e987344'}) 2018-11-09 07:08:10,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:08:10,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:10,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca127968-222b-4476-af3f-7636ac45c67c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:08:10,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ca127968-222b-4476-af3f-7636ac45c67c 2018-11-09 07:08:10,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0773389339447s 2018-11-09 07:08:10,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:08:10,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:10,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-038c9919-2654-4303-aa5f-73e025c47992 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:08:10,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-038c9919-2654-4303-aa5f-73e025c47992 2018-11-09 07:08:10,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810790061951s 2018-11-09 07:08:10,591 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 07:08:10,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 07:08:10,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" -d '{"role": {"name": "Member"}}' 2018-11-09 07:08:10,695 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:08:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44e3b07e-a044-4766-9db7-0de73eef6fd1 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bd54f947f42a41f6891f8b7e3f709883", "links": {"self": "http://172.30.9.27:5000/v3/roles/bd54f947f42a41f6891f8b7e3f709883"}, "name": "Member"}} 2018-11-09 07:08:10,695 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-44e3b07e-a044-4766-9db7-0de73eef6fd1 2018-11-09 07:08:10,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104064941406s 2018-11-09 07:08:10,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/bd54f947f42a41f6891f8b7e3f709883 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:10,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00bb64e2-727c-438e-89f1-5f97c6c8cf7d Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/bd54f947f42a41f6891f8b7e3f709883"}, "domain_id": null, "name": "Member", "id": "bd54f947f42a41f6891f8b7e3f709883"}} 2018-11-09 07:08:10,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/bd54f947f42a41f6891f8b7e3f709883 used request id req-00bb64e2-727c-438e-89f1-5f97c6c8cf7d 2018-11-09 07:08:10,773 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/bd54f947f42a41f6891f8b7e3f709883'}, 'domain_id': None, 'human_id': None, 'id': u'bd54f947f42a41f6891f8b7e3f709883', 'HUMAN_ID': False}) 2018-11-09 07:08:10,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:08:10,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:10,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19f7d12-215d-4181-b467-335bac49aefb Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd54f947f42a41f6891f8b7e3f709883", "links": {"self": "http://172.30.9.27:5000/v3/roles/bd54f947f42a41f6891f8b7e3f709883"}, "name": "Member"}]} 2018-11-09 07:08:10,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e19f7d12-215d-4181-b467-335bac49aefb 2018-11-09 07:08:10,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812828540802s 2018-11-09 07:08:10,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:08:10,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:10,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-759887c1-e4e4-43de-b33b-f4e8f6f047c4 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:08:10,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-759887c1-e4e4-43de-b33b-f4e8f6f047c4 2018-11-09 07:08:10,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0842452049255s 2018-11-09 07:08:10,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:08:10,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:11,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb95ff24-622c-4b75-936f-afb342788e42 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_876d7558-888f-448f-b2e7-bd389e987344", "links": {"self": "http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1"}, "domain_id": "default", "enabled": true, "id": "f0d7264f0bdb4455809a0c06388ce5a1", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:08:11,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-eb95ff24-622c-4b75-936f-afb342788e42 2018-11-09 07:08:11,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0887250900269s 2018-11-09 07:08:11,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-eb95ff24-622c-4b75-936f-afb342788e42 2018-11-09 07:08:11,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:08:11,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:11,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09a4272f-f5bf-4d89-831a-edc69e283b34 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/34d24c9c29a5425580866471ad95258e"}, "enabled": true, "id": "34d24c9c29a5425580866471ad95258e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:08:11,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-09a4272f-f5bf-4d89-831a-edc69e283b34 2018-11-09 07:08:11,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0861670970917s 2018-11-09 07:08:11,123 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-09a4272f-f5bf-4d89-831a-edc69e283b34 2018-11-09 07:08:11,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:08:11,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=f0d7264f0bdb4455809a0c06388ce5a1&scope.project.id=34d24c9c29a5425580866471ad95258e&role.id=bd54f947f42a41f6891f8b7e3f709883 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:11,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-405d9f72-5495-4851-be6e-d7a74b2b5939 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=f0d7264f0bdb4455809a0c06388ce5a1&scope.project.id=34d24c9c29a5425580866471ad95258e&role.id=bd54f947f42a41f6891f8b7e3f709883", "previous": null, "next": null}} 2018-11-09 07:08:11,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=f0d7264f0bdb4455809a0c06388ce5a1&scope.project.id=34d24c9c29a5425580866471ad95258e&role.id=bd54f947f42a41f6891f8b7e3f709883 used request id req-405d9f72-5495-4851-be6e-d7a74b2b5939 2018-11-09 07:08:11,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.079164981842s 2018-11-09 07:08:11,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:08:11,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/34d24c9c29a5425580866471ad95258e/users/f0d7264f0bdb4455809a0c06388ce5a1/roles/bd54f947f42a41f6891f8b7e3f709883 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:11,320 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:08:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec041a56-10b6-4d41-ac9b-8aa65e9f27ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:08:11,320 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/34d24c9c29a5425580866471ad95258e/users/f0d7264f0bdb4455809a0c06388ce5a1/roles/bd54f947f42a41f6891f8b7e3f709883 used request id req-ec041a56-10b6-4d41-ac9b-8aa65e9f27ac 2018-11-09 07:08:11,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114780187607s 2018-11-09 07:08:11,321 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344', 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': '00024f71-9f78-4170-8399-becb1fa32626', 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_876d7558-888f-448f-b2e7-bd389e987344', 'project_id': u'34d24c9c29a5425580866471ad95258e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 07:08:11,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:08:11,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:08:11,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:08:11,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:08:11,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:08:11,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:08:11,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:08:11,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:08:11,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:08:11,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:08:11,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:08:11,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:08:11,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:08:11,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:08:11,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:08:11,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:08:11,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:08:11,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:08:11,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:08:11,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:08:11,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:08:11,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:08:11,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:08:11,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:08:11,326 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_876d7558-888f-448f-b2e7-bd389e987344', 'password': '00024f71-9f78-4170-8399-becb1fa32626', 'project_name': 'vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '34d24c9c29a5425580866471ad95258e', 'project_domain_name': 'Default'} 2018-11-09 07:08:11,327 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-11-09 07:08:11,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 07:08:11,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:11,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9953df5-4582-4ee7-be3d-a2010b795003 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 07:08:11,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e9953df5-4582-4ee7-be3d-a2010b795003 2018-11-09 07:08:11,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0791528224945s 2018-11-09 07:08:11,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:08:11,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:08:11,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e4a39cf-2ad4-4831-bef0-036a5c9fcb6d Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/34d24c9c29a5425580866471ad95258e"}, "enabled": true, "id": "34d24c9c29a5425580866471ad95258e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:08:11,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2e4a39cf-2ad4-4831-bef0-036a5c9fcb6d 2018-11-09 07:08:11,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0778231620789s 2018-11-09 07:08:11,486 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2e4a39cf-2ad4-4831-bef0-036a5c9fcb6d 2018-11-09 07:08:11,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-09 07:08:11,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" -d '{"network": {"tenant_id": "34d24c9c29a5425580866471ad95258e", "name": "vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344", "admin_state_up": true}}' 2018-11-09 07:08:11,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-3a3878f3-61ff-41e5-98e2-a12d8cd0929c Date: Fri, 09 Nov 2018 07:08: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":"22f33883-40e0-4cf8-801d-add4608423c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"34d24c9c29a5425580866471ad95258e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T07:08:11Z","is_default":false,"qos_policy_id":null,"name":"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344","admin_state_up":true,"tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:11Z","mtu":1450}} 2018-11-09 07:08:11,963 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3a3878f3-61ff-41e5-98e2-a12d8cd0929c 2018-11-09 07:08:11,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.473388910294s 2018-11-09 07:08:11,963 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3a3878f3-61ff-41e5-98e2-a12d8cd0929c 2018-11-09 07:08:11,964 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-09T07:08:11Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'22f33883-40e0-4cf8-801d-add4608423c4', u'provider:segmentation_id': 32, 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_876d7558-888f-448f-b2e7-bd389e987344', u'created_at': u'2018-11-09T07:08:11Z', u'mtu': 1450, u'tenant_id': u'34d24c9c29a5425580866471ad95258e', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'34d24c9c29a5425580866471ad95258e'}) 2018-11-09 07:08:11,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:08:11,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa6e1396-1cb0-4d6d-85f7-ca6c88343bba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:08:11,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-aa6e1396-1cb0-4d6d-85f7-ca6c88343bba 2018-11-09 07:08:11,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:08:12,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd54f947f42a41f6891f8b7e3f709883", "name": "Member"}], "expires_at": "2018-11-09T08:08:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "34d24c9c29a5425580866471ad95258e", "name": "vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/34d24c9c29a5425580866471ad95258e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/34d24c9c29a5425580866471ad95258e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/34d24c9c29a5425580866471ad95258e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/34d24c9c29a5425580866471ad95258e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/34d24c9c29a5425580866471ad95258e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/34d24c9c29a5425580866471ad95258e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/34d24c9c29a5425580866471ad95258e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/34d24c9c29a5425580866471ad95258e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/34d24c9c29a5425580866471ad95258e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/34d24c9c29a5425580866471ad95258e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/34d24c9c29a5425580866471ad95258e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/34d24c9c29a5425580866471ad95258e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_876d7558-888f-448f-b2e7-bd389e987344", "id": "f0d7264f0bdb4455809a0c06388ce5a1"}, "audit_ids": ["jKCp7HiwREyJaib0OrwuCg"], "issued_at": "2018-11-09T07:08:12.000000Z"}} 2018-11-09 07:08:12,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:08:12,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:12,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-17c97cc2-97b0-4b74-9fe3-ad1b225af3b5 Date: Fri, 09 Nov 2018 07:08:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T07:08:11Z","tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"34d24c9c29a5425580866471ad95258e","id":"22f33883-40e0-4cf8-801d-add4608423c4","name":"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:08:12,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-17c97cc2-97b0-4b74-9fe3-ad1b225af3b5 2018-11-09 07:08:12,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256064891815s 2018-11-09 07:08:12,605 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-17c97cc2-97b0-4b74-9fe3-ad1b225af3b5 2018-11-09 07:08:12,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-09 07:08:12,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" -d '{"subnet": {"name": "vping_userdata-subnet_876d7558-888f-448f-b2e7-bd389e987344", "enable_dhcp": true, "network_id": "22f33883-40e0-4cf8-801d-add4608423c4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-09 07:08:13,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b626ebc5-29d9-4c14-9ecb-94722c77df11 Date: Fri, 09 Nov 2018 07:08:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"22f33883-40e0-4cf8-801d-add4608423c4","tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T07:08:13Z","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":"34d24c9c29a5425580866471ad95258e","id":"890d0e9c-9a7e-4160-9b79-42525b8c13e1","subnetpool_id":null,"name":"vping_userdata-subnet_876d7558-888f-448f-b2e7-bd389e987344"}} 2018-11-09 07:08:13,442 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b626ebc5-29d9-4c14-9ecb-94722c77df11 2018-11-09 07:08:13,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.835154056549s 2018-11-09 07:08:13,442 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b626ebc5-29d9-4c14-9ecb-94722c77df11 2018-11-09 07:08:13,443 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T07:08:13Z', 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'890d0e9c-9a7e-4160-9b79-42525b8c13e1', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_876d7558-888f-448f-b2e7-bd389e987344', u'enable_dhcp': True, u'network_id': u'22f33883-40e0-4cf8-801d-add4608423c4', u'tenant_id': u'34d24c9c29a5425580866471ad95258e', u'created_at': u'2018-11-09T07:08:13Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'34d24c9c29a5425580866471ad95258e'}) 2018-11-09 07:08:13,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-09 07:08:13,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "vping_userdata-router_876d7558-888f-448f-b2e7-bd389e987344", "admin_state_up": true}}' 2018-11-09 07:08:18,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-5cc122da-d55d-4282-998c-2363bc494734 Date: Fri, 09 Nov 2018 07:08:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "34d24c9c29a5425580866471ad95258e", "created_at": "2018-11-09T07:08:14Z", "admin_state_up": true, "updated_at": "2018-11-09T07:08:15Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "34d24c9c29a5425580866471ad95258e", "id": "2f1a0923-d46a-44c1-a88b-4309c9cbce08", "name": "vping_userdata-router_876d7558-888f-448f-b2e7-bd389e987344"}} 2018-11-09 07:08:18,422 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-5cc122da-d55d-4282-998c-2363bc494734 2018-11-09 07:08:18,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.97928190231s 2018-11-09 07:08:18,423 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-5cc122da-d55d-4282-998c-2363bc494734 2018-11-09 07:08:18,423 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T07:08:15Z', u'revision_number': 3, u'id': u'2f1a0923-d46a-44c1-a88b-4309c9cbce08', u'external_gateway_info': {u'network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cb65f4ed-a378-4853-84d5-43a993df3191', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_876d7558-888f-448f-b2e7-bd389e987344', u'admin_state_up': True, u'tenant_id': u'34d24c9c29a5425580866471ad95258e', u'created_at': u'2018-11-09T07:08:14Z', u'flavor_id': None, u'routes': [], u'project_id': u'34d24c9c29a5425580866471ad95258e'}) 2018-11-09 07:08:18,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-09 07:08:18,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/2f1a0923-d46a-44c1-a88b-4309c9cbce08/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}98693ac24201f1c751c5b88a01643be38af8bcf7" -d '{"subnet_id": "890d0e9c-9a7e-4160-9b79-42525b8c13e1"}' 2018-11-09 07:08:20,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f55f12af-6280-4697-8e84-d55af509bb10 Date: Fri, 09 Nov 2018 07:08:19 GMT RESP BODY: {"network_id": "22f33883-40e0-4cf8-801d-add4608423c4", "tenant_id": "34d24c9c29a5425580866471ad95258e", "subnet_id": "890d0e9c-9a7e-4160-9b79-42525b8c13e1", "subnet_ids": ["890d0e9c-9a7e-4160-9b79-42525b8c13e1"], "port_id": "b3d79c65-897a-40cf-8c7d-ae03379d875e", "id": "2f1a0923-d46a-44c1-a88b-4309c9cbce08"} 2018-11-09 07:08:20,388 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2f1a0923-d46a-44c1-a88b-4309c9cbce08/add_router_interface.json used request id req-f55f12af-6280-4697-8e84-d55af509bb10 2018-11-09 07:08:20,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.96342086792s 2018-11-09 07:08:20,388 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2f1a0923-d46a-44c1-a88b-4309c9cbce08/add_router_interface.json used request id req-f55f12af-6280-4697-8e84-d55af509bb10 returning object 2f1a0923-d46a-44c1-a88b-4309c9cbce08 2018-11-09 07:08:20,389 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:08:20,520 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-09 07:08:20,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:20,529 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 07:08:20 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 07:08:20,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:08:20,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:20,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fdfab784-630f-4023-85cd-41fc5c94c628 Date: Fri, 09 Nov 2018 07:08:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:08:20,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-fdfab784-630f-4023-85cd-41fc5c94c628 2018-11-09 07:08:20,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181972980499s 2018-11-09 07:08:20,715 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-fdfab784-630f-4023-85cd-41fc5c94c628 2018-11-09 07:08:20,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 07:08:20,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}98693ac24201f1c751c5b88a01643be38af8bcf7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344"}' 2018-11-09 07:08:20,919 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496 X-Openstack-Request-Id: req-1c20d0ff-94d6-4813-b59d-b24cdc12120e Date: Fri, 09 Nov 2018 07:08:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496/file", "owner": "34d24c9c29a5425580866471ad95258e", "id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "size": null, "self": "/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:08:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "checksum": null, "created_at": "2018-11-09T07:08:20Z", "protected": false} 2018-11-09 07:08:20,919 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1c20d0ff-94d6-4813-b59d-b24cdc12120e 2018-11-09 07:08:20,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.202335119247s 2018-11-09 07:08:20,920 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1c20d0ff-94d6-4813-b59d-b24cdc12120e returning object e663b72c-a34a-4b79-b73f-9752aeba3496 2018-11-09 07:08:20,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 07:08:20,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496/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}98693ac24201f1c751c5b88a01643be38af8bcf7" -d '' 2018-11-09 07:08:22,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a986482-e1e9-4aad-b32a-ed3d21a18c94 Date: Fri, 09 Nov 2018 07:08:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:08:22,176 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496/file used request id req-6a986482-e1e9-4aad-b32a-ed3d21a18c94 2018-11-09 07:08:22,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.2553050518s 2018-11-09 07:08:22,176 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496/file used request id req-6a986482-e1e9-4aad-b32a-ed3d21a18c94 2018-11-09 07:08:22,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:08:22,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:22,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-11425fc6-cbb3-445a-83ae-504d7803f4b2 Date: Fri, 09 Nov 2018 07:08:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e663b72c-a34a-4b79-b73f-9752aeba3496/snap", "metadata": {}}], "file": "/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496/file", "owner": "34d24c9c29a5425580866471ad95258e", "id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "size": 12716032, "self": "/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e663b72c-a34a-4b79-b73f-9752aeba3496/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:08:22Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:08:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:08:22,359 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-11425fc6-cbb3-445a-83ae-504d7803f4b2 2018-11-09 07:08:22,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181893110275s 2018-11-09 07:08:22,359 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-11425fc6-cbb3-445a-83ae-504d7803f4b2 2018-11-09 07:08:22,361 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e663b72c-a34a-4b79-b73f-9752aeba3496/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496/file', 'owner': u'34d24c9c29a5425580866471ad95258e', 'id': u'e663b72c-a34a-4b79-b73f-9752aeba3496', 'size': 12716032, u'self': u'/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'34d24c9c29a5425580866471ad95258e', 'name': 'vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e663b72c-a34a-4b79-b73f-9752aeba3496/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T07:08:22Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-09T07:08:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344', 'created': u'2018-11-09T07:08:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T07:08:20Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 07:08:22,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 07:08:22,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_876d7558-888f-448f-b2e7-bd389e987344", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 07:08:22,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-3195ecbf-e17b-48d1-b386-426704416246 x-compute-request-id: req-3195ecbf-e17b-48d1-b386-426704416246 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ffd0cd32-53c4-4244-afb2-035377c859df", "name": "vping_userdata-flavor_876d7558-888f-448f-b2e7-bd389e987344", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:08:22,559 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3195ecbf-e17b-48d1-b386-426704416246 2018-11-09 07:08:22,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.196686029434s 2018-11-09 07:08:22,559 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3195ecbf-e17b-48d1-b386-426704416246 returning object ffd0cd32-53c4-4244-afb2-035377c859df 2018-11-09 07:08:22,560 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_876d7558-888f-448f-b2e7-bd389e987344', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'ffd0cd32-53c4-4244-afb2-035377c859df', 'swap': 0}) 2018-11-09 07:08:22,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 07:08:22,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/ffd0cd32-53c4-4244-afb2-035377c859df/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}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" -d '{"extra_specs": {}}' 2018-11-09 07:08:22,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-61f4612f-45f5-4e75-a5bd-1588b480cde8 x-compute-request-id: req-61f4612f-45f5-4e75-a5bd-1588b480cde8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:08:22,581 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/ffd0cd32-53c4-4244-afb2-035377c859df/os-extra_specs used request id req-61f4612f-45f5-4e75-a5bd-1588b480cde8 2018-11-09 07:08:22,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0199010372162s 2018-11-09 07:08:22,581 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/ffd0cd32-53c4-4244-afb2-035377c859df/os-extra_specs used request id req-61f4612f-45f5-4e75-a5bd-1588b480cde8 2018-11-09 07:08:22,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:08:22,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:22,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-d5a403a2-0a7b-42b0-be1e-b507d1541ba1 Date: Fri, 09 Nov 2018 07:08: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":["890d0e9c-9a7e-4160-9b79-42525b8c13e1"],"updated_at":"2018-11-09T07:08:13Z","tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"34d24c9c29a5425580866471ad95258e","id":"22f33883-40e0-4cf8-801d-add4608423c4","name":"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:08:22,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d5a403a2-0a7b-42b0-be1e-b507d1541ba1 2018-11-09 07:08:22,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248486995697s 2018-11-09 07:08:22,831 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d5a403a2-0a7b-42b0-be1e-b507d1541ba1 2018-11-09 07:08:22,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:08:22,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:23,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-12ce3d2f-d958-481e-ab00-d48e63b64fe7 Date: Fri, 09 Nov 2018 07:08:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e663b72c-a34a-4b79-b73f-9752aeba3496/snap", "metadata": {}}], "file": "/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496/file", "owner": "34d24c9c29a5425580866471ad95258e", "id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "size": 12716032, "self": "/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e663b72c-a34a-4b79-b73f-9752aeba3496/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:08:22Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:08:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:08:23,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-12ce3d2f-d958-481e-ab00-d48e63b64fe7 2018-11-09 07:08:23,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176831960678s 2018-11-09 07:08:23,009 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-12ce3d2f-d958-481e-ab00-d48e63b64fe7 2018-11-09 07:08:23,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:08:23,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:23,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-5dd9d02e-01e1-43dc-ab35-5c4b7cab263a x-compute-request-id: req-5dd9d02e-01e1-43dc-ab35-5c4b7cab263a Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ffd0cd32-53c4-4244-afb2-035377c859df", "name": "vping_userdata-flavor_876d7558-888f-448f-b2e7-bd389e987344", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:08:23,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5dd9d02e-01e1-43dc-ab35-5c4b7cab263a 2018-11-09 07:08:23,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.174754858017s 2018-11-09 07:08:23,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5dd9d02e-01e1-43dc-ab35-5c4b7cab263a 2018-11-09 07:08:23,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-09 07:08:23,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" -d '{"server": {"name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "imageRef": "e663b72c-a34a-4b79-b73f-9752aeba3496", "flavorRef": "ffd0cd32-53c4-4244-afb2-035377c859df", "max_count": 1, "min_count": 1, "networks": [{"uuid": "22f33883-40e0-4cf8-801d-add4608423c4"}]}}' 2018-11-09 07:08:25,252 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-1816c68e-b2b0-46e5-b6e5-1ab886c01e91 x-compute-request-id: req-1816c68e-b2b0-46e5-b6e5-1ab886c01e91 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "adminPass": "t2v7AfYm8tiA"}} 2018-11-09 07:08:25,252 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-1816c68e-b2b0-46e5-b6e5-1ab886c01e91 2018-11-09 07:08:25,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.06393098831s 2018-11-09 07:08:25,252 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-1816c68e-b2b0-46e5-b6e5-1ab886c01e91 2018-11-09 07:08:25,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:25,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:25,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-789f9874-387d-48a7-a96e-1e7aeeea0f6c x-compute-request-id: req-789f9874-387d-48a7-a96e-1e7aeeea0f6c Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:08:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:25,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-789f9874-387d-48a7-a96e-1e7aeeea0f6c 2018-11-09 07:08:25,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.400940179825s 2018-11-09 07:08:25,654 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-789f9874-387d-48a7-a96e-1e7aeeea0f6c 2018-11-09 07:08:25,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:08:25,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:25,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-e14970fc-d30d-459e-b3ec-f7e8e99f1af5 Date: Fri, 09 Nov 2018 07:08: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":["890d0e9c-9a7e-4160-9b79-42525b8c13e1"],"updated_at":"2018-11-09T07:08:13Z","tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"34d24c9c29a5425580866471ad95258e","id":"22f33883-40e0-4cf8-801d-add4608423c4","name":"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:08:25,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e14970fc-d30d-459e-b3ec-f7e8e99f1af5 2018-11-09 07:08:25,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.243772029877s 2018-11-09 07:08:25,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e14970fc-d30d-459e-b3ec-f7e8e99f1af5 2018-11-09 07:08:25,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-09 07:08:25,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:25,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-839f3d48-f53c-4d78-9871-031d554e85d6 Date: Fri, 09 Nov 2018 07:08:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"22f33883-40e0-4cf8-801d-add4608423c4","tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T07:08:13Z","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":"34d24c9c29a5425580866471ad95258e","id":"890d0e9c-9a7e-4160-9b79-42525b8c13e1","subnetpool_id":null,"name":"vping_userdata-subnet_876d7558-888f-448f-b2e7-bd389e987344"}]} 2018-11-09 07:08:25,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-839f3d48-f53c-4d78-9871-031d554e85d6 2018-11-09 07:08:25,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0593428611755s 2018-11-09 07:08:25,966 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-839f3d48-f53c-4d78-9871-031d554e85d6 2018-11-09 07:08:25,966 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:08:27,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:27,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:28,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-d7d4dc70-1cc5-467c-b8a6-21b58ab871ba x-compute-request-id: req-d7d4dc70-1cc5-467c-b8a6-21b58ab871ba Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:08:27Z", "hostId": "758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:28,741 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d7d4dc70-1cc5-467c-b8a6-21b58ab871ba 2018-11-09 07:08:28,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.773340940475s 2018-11-09 07:08:28,741 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d7d4dc70-1cc5-467c-b8a6-21b58ab871ba 2018-11-09 07:08:28,745 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:08:30,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:30,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:31,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-478f2839-84aa-492a-afba-d57a721e51bc x-compute-request-id: req-478f2839-84aa-492a-afba-d57a721e51bc Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:08:27Z", "hostId": "758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:31,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-478f2839-84aa-492a-afba-d57a721e51bc 2018-11-09 07:08:31,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632156133652s 2018-11-09 07:08:31,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-478f2839-84aa-492a-afba-d57a721e51bc 2018-11-09 07:08:31,384 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:08:33,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:33,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:34,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08: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-36cc8579-900d-4d30-82e2-b2177ff544b9 x-compute-request-id: req-36cc8579-900d-4d30-82e2-b2177ff544b9 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:7f:ad", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:32.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:32Z", "hostId": "758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:34,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-36cc8579-900d-4d30-82e2-b2177ff544b9 2018-11-09 07:08:34,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657080173492s 2018-11-09 07:08:34,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-36cc8579-900d-4d30-82e2-b2177ff544b9 2018-11-09 07:08:34,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-09 07:08:34,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=ab2a26bf-78e5-4a58-9701-ffa2b6d58409" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:34,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-fa54be19-021b-4269-833e-e89b7e50706b Date: Fri, 09 Nov 2018 07:08:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:08:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"890d0e9c-9a7e-4160-9b79-42525b8c13e1","ip_address":"192.168.120.5"}],"id":"61a81052-87e9-422c-bf07-a2b31d63ca68","security_groups":["5040a3d7-defd-424b-910e-6881f6d80e07"],"mac_address":"fa:16:3e:54:7f:ad","project_id":"34d24c9c29a5425580866471ad95258e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"22f33883-40e0-4cf8-801d-add4608423c4","tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:27Z","binding:vnic_type":"normal","device_id":"ab2a26bf-78e5-4a58-9701-ffa2b6d58409"}]} 2018-11-09 07:08:34,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=ab2a26bf-78e5-4a58-9701-ffa2b6d58409 used request id req-fa54be19-021b-4269-833e-e89b7e50706b 2018-11-09 07:08:34,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0560159683228s 2018-11-09 07:08:34,105 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=ab2a26bf-78e5-4a58-9701-ffa2b6d58409 used request id req-fa54be19-021b-4269-833e-e89b7e50706b 2018-11-09 07:08:34,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 07:08:34,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=61a81052-87e9-422c-bf07-a2b31d63ca68" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:34,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9bfa8179-c005-4e82-92e0-b9a7b3f2f3de Date: Fri, 09 Nov 2018 07:08:34 GMT RESP BODY: {"floatingips": []} 2018-11-09 07:08:34,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=61a81052-87e9-422c-bf07-a2b31d63ca68 used request id req-9bfa8179-c005-4e82-92e0-b9a7b3f2f3de 2018-11-09 07:08:34,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.163806915283s 2018-11-09 07:08:34,275 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=61a81052-87e9-422c-bf07-a2b31d63ca68 used request id req-9bfa8179-c005-4e82-92e0-b9a7b3f2f3de 2018-11-09 07:08:34,275 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:54:7f:ad', 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'e663b72c-a34a-4b79-b73f-9752aeba3496'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T07:08:32.000000', 'flavor': Munch({u'id': u'ffd0cd32-53c4-4244-afb2-035377c859df'}), 'az': u'nova', 'id': u'ab2a26bf-78e5-4a58-9701-ffa2b6d58409', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f0d7264f0bdb4455809a0c06388ce5a1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'34d24c9c29a5425580866471ad95258e', 'name': 'vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-09T07:08:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-09T07:08:32Z', 'hostId': u'758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T07:08:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'34d24c9c29a5425580866471ad95258e', 'name': u'vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344', 'adminPass': u't2v7AfYm8tiA', 'tenant_id': u'34d24c9c29a5425580866471ad95258e', 'region': 'regionOne', 'created': u'2018-11-09T07:08:25Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-09 07:08:34,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:08:34,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:34,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-df9e28ef-6d7f-49a5-bb73-e699e3049fc3 Date: Fri, 09 Nov 2018 07:08: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":["890d0e9c-9a7e-4160-9b79-42525b8c13e1"],"updated_at":"2018-11-09T07:08:13Z","tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"34d24c9c29a5425580866471ad95258e","id":"22f33883-40e0-4cf8-801d-add4608423c4","name":"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:08:34,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-df9e28ef-6d7f-49a5-bb73-e699e3049fc3 2018-11-09 07:08:34,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111247062683s 2018-11-09 07:08:34,388 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-df9e28ef-6d7f-49a5-bb73-e699e3049fc3 2018-11-09 07:08:34,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:08:34,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:34,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-6361d0f3-ec51-4a20-887d-5c19cba090cc Date: Fri, 09 Nov 2018 07:08:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e663b72c-a34a-4b79-b73f-9752aeba3496/snap", "metadata": {}}], "file": "/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496/file", "owner": "34d24c9c29a5425580866471ad95258e", "id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "size": 12716032, "self": "/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e663b72c-a34a-4b79-b73f-9752aeba3496/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:08:22Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:08:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:08:34,551 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6361d0f3-ec51-4a20-887d-5c19cba090cc 2018-11-09 07:08:34,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162237882614s 2018-11-09 07:08:34,552 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6361d0f3-ec51-4a20-887d-5c19cba090cc 2018-11-09 07:08:34,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:08:34,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:34,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-c5709435-704c-4ef4-914d-607662abda61 x-compute-request-id: req-c5709435-704c-4ef4-914d-607662abda61 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ffd0cd32-53c4-4244-afb2-035377c859df", "name": "vping_userdata-flavor_876d7558-888f-448f-b2e7-bd389e987344", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:08:34,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c5709435-704c-4ef4-914d-607662abda61 2018-11-09 07:08:34,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0314300060272s 2018-11-09 07:08:34,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c5709435-704c-4ef4-914d-607662abda61 2018-11-09 07:08:34,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-09 07:08:34,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" -d '{"server": {"name": "vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344", "imageRef": "e663b72c-a34a-4b79-b73f-9752aeba3496", "flavorRef": "ffd0cd32-53c4-4244-afb2-035377c859df", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjUgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "22f33883-40e0-4cf8-801d-add4608423c4"}]}}' 2018-11-09 07:08:36,288 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-d2257242-884f-4d27-a026-36c02cb5ae6e x-compute-request-id: req-d2257242-884f-4d27-a026-36c02cb5ae6e Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a104fe12-7d12-4517-8675-c8b8626c7189", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "bookmark"}], "adminPass": "jBVS5r2A4GWp"}} 2018-11-09 07:08:36,288 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d2257242-884f-4d27-a026-36c02cb5ae6e 2018-11-09 07:08:36,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.70121908188s 2018-11-09 07:08:36,288 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d2257242-884f-4d27-a026-36c02cb5ae6e 2018-11-09 07:08:36,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:36,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:36,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb248c6d-ae21-47a7-8e8b-fced428ef909 x-compute-request-id: req-fb248c6d-ae21-47a7-8e8b-fced428ef909 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "a104fe12-7d12-4517-8675-c8b8626c7189", "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:08:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:35Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:7f:ad", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:32.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:32Z", "hostId": "758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:36,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fb248c6d-ae21-47a7-8e8b-fced428ef909 2018-11-09 07:08:36,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354099988937s 2018-11-09 07:08:36,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fb248c6d-ae21-47a7-8e8b-fced428ef909 2018-11-09 07:08:36,649 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:08:38,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:38,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:38,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7909bb88-cc0f-4821-90f0-c3907256780b x-compute-request-id: req-7909bb88-cc0f-4821-90f0-c3907256780b Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "a104fe12-7d12-4517-8675-c8b8626c7189", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:08:37Z", "hostId": "3e93e304073d599cda288f7d6692bcbe4c1e2c0f70963d44786086e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:35Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:7f:ad", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:32.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:32Z", "hostId": "758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:38,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7909bb88-cc0f-4821-90f0-c3907256780b 2018-11-09 07:08:38,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211791038513s 2018-11-09 07:08:38,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7909bb88-cc0f-4821-90f0-c3907256780b 2018-11-09 07:08:38,870 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:08:40,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:40,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:41,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4854137-9333-44d7-81a4-74c5a856b0f3 x-compute-request-id: req-b4854137-9333-44d7-81a4-74c5a856b0f3 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "a104fe12-7d12-4517-8675-c8b8626c7189", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:08:37Z", "hostId": "3e93e304073d599cda288f7d6692bcbe4c1e2c0f70963d44786086e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:35Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:7f:ad", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:32.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:32Z", "hostId": "758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:41,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b4854137-9333-44d7-81a4-74c5a856b0f3 2018-11-09 07:08:41,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347388982773s 2018-11-09 07:08:41,221 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b4854137-9333-44d7-81a4-74c5a856b0f3 2018-11-09 07:08:41,226 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:08:43,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:43,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:43,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bc8eb4d-f5f7-41c4-82e0-40d51a069740 x-compute-request-id: req-4bc8eb4d-f5f7-41c4-82e0-40d51a069740 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "a104fe12-7d12-4517-8675-c8b8626c7189", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T07:08:37Z", "hostId": "3e93e304073d599cda288f7d6692bcbe4c1e2c0f70963d44786086e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:35Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:7f:ad", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:32.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:32Z", "hostId": "758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:43,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4bc8eb4d-f5f7-41c4-82e0-40d51a069740 2018-11-09 07:08:43,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.769151926041s 2018-11-09 07:08:43,998 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4bc8eb4d-f5f7-41c4-82e0-40d51a069740 2018-11-09 07:08:44,003 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:08:46,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:46,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:46,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08: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-f0522ede-ceaf-43ed-ba09-68bf3b768a5f x-compute-request-id: req-f0522ede-ceaf-43ed-ba09-68bf3b768a5f Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:6f:dd", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:43.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "a104fe12-7d12-4517-8675-c8b8626c7189", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:43Z", "hostId": "3e93e304073d599cda288f7d6692bcbe4c1e2c0f70963d44786086e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:35Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:7f:ad", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:32.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:32Z", "hostId": "758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:46,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f0522ede-ceaf-43ed-ba09-68bf3b768a5f 2018-11-09 07:08:46,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659544944763s 2018-11-09 07:08:46,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f0522ede-ceaf-43ed-ba09-68bf3b768a5f 2018-11-09 07:08:46,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-09 07:08:46,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=a104fe12-7d12-4517-8675-c8b8626c7189" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:46,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-b35926f8-9dd4-4563-935e-a7f5aa8dc6de Date: Fri, 09 Nov 2018 07:08:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T07:08:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"890d0e9c-9a7e-4160-9b79-42525b8c13e1","ip_address":"192.168.120.6"}],"id":"180b1a03-57fe-409d-a3f9-f2b255515400","security_groups":["5040a3d7-defd-424b-910e-6881f6d80e07"],"mac_address":"fa:16:3e:37:6f:dd","project_id":"34d24c9c29a5425580866471ad95258e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"22f33883-40e0-4cf8-801d-add4608423c4","tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:37Z","binding:vnic_type":"normal","device_id":"a104fe12-7d12-4517-8675-c8b8626c7189"}]} 2018-11-09 07:08:46,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a104fe12-7d12-4517-8675-c8b8626c7189 used request id req-b35926f8-9dd4-4563-935e-a7f5aa8dc6de 2018-11-09 07:08:46,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0881068706512s 2018-11-09 07:08:46,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a104fe12-7d12-4517-8675-c8b8626c7189 used request id req-b35926f8-9dd4-4563-935e-a7f5aa8dc6de 2018-11-09 07:08:46,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 07:08:46,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=180b1a03-57fe-409d-a3f9-f2b255515400" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:46,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f21a5285-c4be-44ae-8782-2543821b669e Date: Fri, 09 Nov 2018 07:08:46 GMT RESP BODY: {"floatingips": []} 2018-11-09 07:08:46,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=180b1a03-57fe-409d-a3f9-f2b255515400 used request id req-f21a5285-c4be-44ae-8782-2543821b669e 2018-11-09 07:08:46,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0183389186859s 2018-11-09 07:08:46,784 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=180b1a03-57fe-409d-a3f9-f2b255515400 used request id req-f21a5285-c4be-44ae-8782-2543821b669e 2018-11-09 07:08:46,784 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:37:6f:dd', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e663b72c-a34a-4b79-b73f-9752aeba3496'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T07:08:43.000000', 'flavor': Munch({u'id': u'ffd0cd32-53c4-4244-afb2-035377c859df'}), 'az': u'nova', 'id': u'a104fe12-7d12-4517-8675-c8b8626c7189', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f0d7264f0bdb4455809a0c06388ce5a1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'34d24c9c29a5425580866471ad95258e', 'name': 'vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-09T07:08:43.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-09T07:08:43Z', 'hostId': u'3e93e304073d599cda288f7d6692bcbe4c1e2c0f70963d44786086e4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'3e93e304073d599cda288f7d6692bcbe4c1e2c0f70963d44786086e4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T07:08:43.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'34d24c9c29a5425580866471ad95258e', 'name': u'vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344', 'adminPass': u'jBVS5r2A4GWp', 'tenant_id': u'34d24c9c29a5425580866471ad95258e', 'region': 'regionOne', 'created': u'2018-11-09T07:08:35Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-09 07:08:46,785 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-11-09 07:08:47,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:47,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:48,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:08:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad47e6db-5b81-4b8e-bc8d-b523279e83e3 x-compute-request-id: req-ad47e6db-5b81-4b8e-bc8d-b523279e83e3 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:6f:dd", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:43.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "a104fe12-7d12-4517-8675-c8b8626c7189", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:43Z", "hostId": "3e93e304073d599cda288f7d6692bcbe4c1e2c0f70963d44786086e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:35Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:7f:ad", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:32.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:32Z", "hostId": "758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:48,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ad47e6db-5b81-4b8e-bc8d-b523279e83e3 2018-11-09 07:08:48,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.666301012039s 2018-11-09 07:08:48,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ad47e6db-5b81-4b8e-bc8d-b523279e83e3 2018-11-09 07:08:48,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-09 07:08:48,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189/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}98693ac24201f1c751c5b88a01643be38af8bcf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 07:08:49,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-e47e7e0c-eb56-423e-993c-25baf75fbb46 x-compute-request-id: req-e47e7e0c-eb56-423e-993c-25baf75fbb46 Content-Encoding: gzip Content-Length: 9521 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 537281971 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.149711] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.151648] pid_max: default: 32768 minimum: 301\n[ 0.152721] ACPI: Core revision 20150930\n[ 0.154266] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155784] Security Framework initialized\n[ 0.156768] Yama: becoming mindful.\n[ 0.157627] AppArmor: AppArmor initialized\n[ 0.158620] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160186] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161727] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164787] Initializing cgroup subsys io\n[ 0.165751] Initializing cgroup subsys memory\n[ 0.166756] Initializing cgroup subsys devices\n[ 0.167773] Initializing cgroup subsys freezer\n[ 0.168814] Initializing cgroup subsys net_cls\n[ 0.169854] Initializing cgroup subsys perf_event\n[ 0.170920] Initializing cgroup subsys net_prio\n[ 0.171952] Initializing cgroup subsys hugetlb\n[ 0.172999] Initializing cgroup subsys pids\n[ 0.174025] CPU: Physical Processor ID: 0\n[ 0.175637] mce: CPU supports 10 MCE banks\n[ 0.176652] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.188550] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195135] ftrace: allocating 31920 entries in 125 pages\n[ 0.221148] smpboot: Max logical packages: 1\n[ 0.222210] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223772] x2apic enabled\n[ 0.224693] Switched APIC routing to physical x2apic.\n[ 0.226608] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227929] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.230237] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.232315] KVM setup paravirtual spinlock\n[ 0.233725] x86: Booted up 1 node, 1 CPUs\n[ 0.234692] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236283] devtmpfs: initialized\n[ 0.238080] evm: security.selinux\n[ 0.238884] evm: security.SMACK64\n[ 0.239674] evm: security.SMACK64EXEC\n[ 0.240536] evm: security.SMACK64TRANSMUTE\n[ 0.241482] evm: security.SMACK64MMAP\n[ 0.242344] evm: security.ima\n[ 0.243080] evm: security.capability\n[ 0.243997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246163] pinctrl core: initialized pinctrl subsystem\n[ 0.247419] RTC time: 7:08:43, date: 11/09/18\n[ 0.248516] NET: Registered protocol family 16\n[ 0.249628] cpuidle: using governor ladder\n[ 0.250585] cpuidle: using governor menu\n[ 0.251504] PCCT header not found.\n[ 0.252362] ACPI: bus type PCI registered\n[ 0.253319] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254800] PCI: Using configuration type 1 for base access\n[ 0.256721] ACPI: Added _OSI(Module Device)\n[ 0.257695] ACPI: Added _OSI(Processor Device)\n[ 0.258694] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259744] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262039] ACPI: Interpreter enabled\n[ 0.262927] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269506] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271768] ACPI: (supports S0 S5)\n[ 0.272606] ACPI: Using IOAPIC for interrupt routing\n[ 0.273742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278564] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281491] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.284148] acpiphp: Slot [3] registered\n[ 0.285101] acpiphp: Slot [4] registered\n[ 0.286047] acpiphp: Slot [5] registered\n[ 0.286994] acpiphp: Slot [6] registered\n[ 0.287937] acpiphp: Slot [7] registered\n[ 0.288886] acpiphp: Slot [8] registered\n[ 0.289827] acpiphp: Slot [9] registered\n[ 0.290770] acpiphp: Slot [10] registered\n[ 0.291731] acpiphp: Slot [11] registered\n[ 0.292694] acpiphp: Slot [12] registered\n[ 0.293674] acpiphp: Slot [13] registered\n[ 0.294637] acpiphp: Slot [14] registered\n[ 0.295604] acpiphp: Slot [15] registered\n[ 0.306564] acpiphp: Slot [16] registered\n[ 0.307556] acpiphp: Slot [17] registered\n[ 0.308520] acpiphp: Slot [18] registered\n[ 0.309480] acpiphp: Slot [19] registered\n[ 0.310440] acpiphp: Slot [20] registered\n[ 0.311409] acpiphp: Slot [21] registered\n[ 0.312372] acpiphp: Slot [22] registered\n[ 0.313331] acpiphp: Slot [23] registered\n[ 0.314297] acpiphp: Slot [24] registered\n[ 0.315262] acpiphp: Slot [25] registered\n[ 0.316203] acpiphp: Slot [26] registered\n[ 0.317142] acpiphp: Slot [27] registered\n[ 0.318082] acpiphp: Slot [28] registered\n[ 0.319021] acpiphp: Slot [29] registered\n[ 0.319954] acpiphp: Slot [30] registered\n[ 0.320894] acpiphp: Slot [31] registered\n[ 0.321822] PCI host bridge to bus 0000:00\n[ 0.322753] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324179] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325609] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327295] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328979] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335430] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338330] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339823] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346571] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348236] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.395345] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.397004] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.398609] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.400209] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402615] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404080] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405421] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406658] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408451] vgaarb: loaded\n[ 0.409139] vgaarb: bridge control possible 0000:00:02.0\n[ 0.410429] SCSI subsystem initialized\n[ 0.411367] ACPI: bus type USB registered\n[ 0.412309] usbcore: registered new interface driver usbfs\n[ 0.413514] usbcore: registered new interface driver hub\n[ 0.414717] usbcore: registered new device driver usb\n[ 0.415963] PCI: Using ACPI for IRQ routing\n[ 0.417123] NetLabel: Initializing\n[ 0.417974] NetLabel: domain hash size = 128\n[ 0.418972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.420092] NetLabel: unlabeled traffic allowed by default\n[ 0.421421] clocksource: Switched to clocksource kvm-clock\n[ 0.426947] AppArmor: AppArmor Filesystem Enabled\n[ 0.427908] pnp: PnP ACPI init\n[ 0.428813] pnp: PnP ACPI: found 5 devices\n[ 0.435176] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.436862] NET: Registered protocol family 2\n[ 0.437810] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.439074] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.440229] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.441372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.442437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.443595] NET: Registered protocol family 1\n[ 0.444452] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.445536] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.446594] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460605] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474867] Trying to unpack rootfs image as initramfs...\n[ 0.524910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.541026] Scanning for low memory corruption every 60 seconds\n[ 0.543018] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.544199] audit: initializing netlink subsys (disabled)\n[ 0.545237] audit: type=2000 audit(1541747324.295:1): initialized\n[ 0.546583] Initialise system trusted keyring\n[ 0.547517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.548687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.550663] zbud: loaded\n[ 0.551379] VFS: Disk quotas dquot_6.6.0\n[ 0.552205] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.553749] fuse init (API version 7.23)\n[ 0.554650] Key type big_key registered\n[ 0.555462] Allocating IMA MOK and blacklist keyrings.\n[ 0.556946] Key type asymmetric registered\n[ 0.557783] Asymmetric key parser 'x509' registered\n[ 0.558748] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560223] io scheduler noop registered\n[ 0.561023] io scheduler deadline registered (default)\n[ 0.562020] io scheduler cfq registered\n[ 0.562865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.563914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.565186] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566661] ACPI: Power Button [PWRF]\n[ 0.567508] GHES: HEST is not enabled!\n[ 0.581252] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609909] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612418] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636321] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638468] Linux agpgart interface v0.103\n[ 0.640515] brd: module loaded\n[ 0.641677] loop: module loaded\n[ 0.648782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650512] GPT:90111 != 2097151\n[ 0.651192] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652285] GPT:90111 != 2097151\n[ 0.652958] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653929] vda: vda1 vda15\n[ 0.655444] scsi host0: ata_piix\n[ 0.656183] scsi host1: ata_piix\n[ 0.656897] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658122] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659576] libphy: Fixed MDIO Bus: probed\n[ 0.660398] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661348] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663466] PPP generic driver version 2.4.2\n[ 0.664586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665975] ehci-pci: EHCI PCI platform driver\n[ 0.666843] ehci-platform: EHCI generic platform driver\n[ 0.667816] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668924] ohci-pci: OHCI PCI platform driver\n[ 0.669788] ohci-platform: OHCI generic platform driver\n[ 0.670766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.685170] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687598] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688608] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689717] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692328] usb usb1: Product: UHCI Host Controller\n[ 0.693246] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694375] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695378] hub 1-0:1.0: USB hub found\n[ 0.696150] hub 1-0:1.0: 2 ports detected\n[ 0.697042] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700084] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701102] mousedev: PS/2 mouse device common for all mice\n[ 0.702345] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705244] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.706437] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707619] i2c /dev entries driver\n[ 0.708375] device-mapper: uevent: version 1.0.3\n[ 0.709310] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710927] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712184] NET: Registered protocol family 10\n[ 0.713163] NET: Registered protocol family 17\n[ 0.714050] Key type dns_resolver registered\n[ 0.714969] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717787] registered taskstats version 1\n[ 0.718619] Loading compiled-in X.509 certificates\n[ 0.720053] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721892] zswap: loaded using pool lzo/zbud\n[ 0.723736] Key type trusted registered\n[ 0.725290] Key type encrypted registered\n[ 0.726112] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728132] evm: HMAC attrs: 0x1\n[ 0.729058] Magic number: 10:511:116\n[ 0.729935] rtc_cmos 00:00: setting system clock to 2018-11-09 07:08:44 UTC (1541747324)\n[ 0.731511] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732610] EDD information not available.\n[ 0.818425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.819967] Write protecting the kernel read-only data: 14336k\n[ 0.831552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833384] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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.341388] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.67. 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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGHBnyk0W10i16nOgsBeA5jcU6ge+ATeRLUUdodccxmy9flrfKXLU1dcCMtLIe8Ov6dq//9MORwDCwxG++dBZk9/sA+B90kcGKAxuA4GQOA5dYkZu/3JRj9HZXVz8Ft7dXDY6vxAyvubfdsuciTzothmhc98g+ECwaEUFhslpn/+WsfukJ2X4CGV9+8i2GCwKAO1DtCjPbqC91CdEhrw2P5BLh4ChtyDaB2zw/MYr7I6VafP3NjimWaF2/33Zz2YVjkQrewSnJDMxRfLEr1tsZyc+hCXvY3SlY4GbdlSabxODUcul+recm2wq/jd8XW65IERPnYzJyIjdvi9g6Yugh root@vping-userdata-vm2-876d7558-888f-448f-b2e7-bd389e987344\nssh-dss AAAAB3NzaC1kc3MAAACBAJraQPqiZ6kuKDY2B/lwv8086dcwAp3o6KirNC3VdxiTVqNfU9mSDF+Mfrm93P2PxZvl+mzqCEn7+cSfQzb9NzCeIACttoTFFGcxc2IoMxwobiDaMshXXPry25uMygfw6SH/jSVoKzF9kF+9M/hK8sYSQ4yECozGi6sWjNy8KD7xAAAAFQDOq+aCYA0jVk4yoZWeLSCCXw2E7wAAAIB0QHE/56fae2s/zsyK95JmIcvTQ6zfAJeL3tMrq7nvulQybjFGkt5muVecq3Zw7dQHjaWr80A/Zw4NMqtdfgaN5Rodm8BextLd4BrZwjh4EdhMJrLhOngF1XBXZPSJJquxQSdXBwhxMvkDayWe/5g1A0DD9ozMcUSJuQpIKmgXiwAAAIBBVBd7fkgi4FunApYoH5PsxCXqm3xbbfNH+44fPOQc6TmXEB7373J/RC3HaKzdJd5v+CLkV6prP89M7Hap6pCUdgh6ZtXAPfYMgbhlcVRamAw/gSq9LGVdzu10W8lgQLZWlMcXluet/E8rno/uzzfsHRR8otKbmD2LVmxelbY+Fw== root@vping-userdata-vm2-876d7558-888f-448f-b2e7-bd389e987344\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe37:6fdd/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000029\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-876d7558-888f-448f-b2e7-bd389e987344\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.35 ===\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-876d7558-888f-448f-b2e7-bd389e987344 login: "} 2018-11-09 07:08:49,560 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189/action used request id req-e47e7e0c-eb56-423e-993c-25baf75fbb46 2018-11-09 07:08:49,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10360503197s 2018-11-09 07:08:49,561 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189/action used request id req-e47e7e0c-eb56-423e-993c-25baf75fbb46 2018-11-09 07:08:49,561 - 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 537281971 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.149711] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.151648] pid_max: default: 32768 minimum: 301 [ 0.152721] ACPI: Core revision 20150930 [ 0.154266] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155784] Security Framework initialized [ 0.156768] Yama: becoming mindful. [ 0.157627] AppArmor: AppArmor initialized [ 0.158620] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.160186] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161727] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164787] Initializing cgroup subsys io [ 0.165751] Initializing cgroup subsys memory [ 0.166756] Initializing cgroup subsys devices [ 0.167773] Initializing cgroup subsys freezer [ 0.168814] Initializing cgroup subsys net_cls [ 0.169854] Initializing cgroup subsys perf_event [ 0.170920] Initializing cgroup subsys net_prio [ 0.171952] Initializing cgroup subsys hugetlb [ 0.172999] Initializing cgroup subsys pids [ 0.174025] CPU: Physical Processor ID: 0 [ 0.175637] mce: CPU supports 10 MCE banks [ 0.176652] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188550] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195135] ftrace: allocating 31920 entries in 125 pages [ 0.221148] smpboot: Max logical packages: 1 [ 0.222210] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223772] x2apic enabled [ 0.224693] Switched APIC routing to physical x2apic. [ 0.226608] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.227929] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.230237] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232315] KVM setup paravirtual spinlock [ 0.233725] x86: Booted up 1 node, 1 CPUs [ 0.234692] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236283] devtmpfs: initialized [ 0.238080] evm: security.selinux [ 0.238884] evm: security.SMACK64 [ 0.239674] evm: security.SMACK64EXEC [ 0.240536] evm: security.SMACK64TRANSMUTE [ 0.241482] evm: security.SMACK64MMAP [ 0.242344] evm: security.ima [ 0.243080] evm: security.capability [ 0.243997] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246163] pinctrl core: initialized pinctrl subsystem [ 0.247419] RTC time: 7:08:43, date: 11/09/18 [ 0.248516] NET: Registered protocol family 16 [ 0.249628] cpuidle: using governor ladder [ 0.250585] cpuidle: using governor menu [ 0.251504] PCCT header not found. [ 0.252362] ACPI: bus type PCI registered [ 0.253319] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.254800] PCI: Using configuration type 1 for base access [ 0.256721] ACPI: Added _OSI(Module Device) [ 0.257695] ACPI: Added _OSI(Processor Device) [ 0.258694] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.259744] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262039] ACPI: Interpreter enabled [ 0.262927] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.265134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.267312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.269506] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.271768] ACPI: (supports S0 S5) [ 0.272606] ACPI: Using IOAPIC for interrupt routing [ 0.273742] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.277179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.278564] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.280054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.281491] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.284148] acpiphp: Slot [3] registered [ 0.285101] acpiphp: Slot [4] registered [ 0.286047] acpiphp: Slot [5] registered [ 0.286994] acpiphp: Slot [6] registered [ 0.287937] acpiphp: Slot [7] registered [ 0.288886] acpiphp: Slot [8] registered [ 0.289827] acpiphp: Slot [9] registered [ 0.290770] acpiphp: Slot [10] registered [ 0.291731] acpiphp: Slot [11] registered [ 0.292694] acpiphp: Slot [12] registered [ 0.293674] acpiphp: Slot [13] registered [ 0.294637] acpiphp: Slot [14] registered [ 0.295604] acpiphp: Slot [15] registered [ 0.306564] acpiphp: Slot [16] registered [ 0.307556] acpiphp: Slot [17] registered [ 0.308520] acpiphp: Slot [18] registered [ 0.309480] acpiphp: Slot [19] registered [ 0.310440] acpiphp: Slot [20] registered [ 0.311409] acpiphp: Slot [21] registered [ 0.312372] acpiphp: Slot [22] registered [ 0.313331] acpiphp: Slot [23] registered [ 0.314297] acpiphp: Slot [24] registered [ 0.315262] acpiphp: Slot [25] registered [ 0.316203] acpiphp: Slot [26] registered [ 0.317142] acpiphp: Slot [27] registered [ 0.318082] acpiphp: Slot [28] registered [ 0.319021] acpiphp: Slot [29] registered [ 0.319954] acpiphp: Slot [30] registered [ 0.320894] acpiphp: Slot [31] registered [ 0.321822] PCI host bridge to bus 0000:00 [ 0.322753] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.324179] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.325609] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.327295] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.328979] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.335430] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.336946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.338330] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.339823] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.346571] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348236] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395345] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.397004] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398609] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400209] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402615] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.404080] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405421] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406658] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408451] vgaarb: loaded [ 0.409139] vgaarb: bridge control possible 0000:00:02.0 [ 0.410429] SCSI subsystem initialized [ 0.411367] ACPI: bus type USB registered [ 0.412309] usbcore: registered new interface driver usbfs [ 0.413514] usbcore: registered new interface driver hub [ 0.414717] usbcore: registered new device driver usb [ 0.415963] PCI: Using ACPI for IRQ routing [ 0.417123] NetLabel: Initializing [ 0.417974] NetLabel: domain hash size = 128 [ 0.418972] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.420092] NetLabel: unlabeled traffic allowed by default [ 0.421421] clocksource: Switched to clocksource kvm-clock [ 0.426947] AppArmor: AppArmor Filesystem Enabled [ 0.427908] pnp: PnP ACPI init [ 0.428813] pnp: PnP ACPI: found 5 devices [ 0.435176] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.436862] NET: Registered protocol family 2 [ 0.437810] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.439074] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.440229] TCP: Hash tables configured (established 4096 bind 4096) [ 0.441372] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.442437] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.443595] NET: Registered protocol family 1 [ 0.444452] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.445536] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.446594] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.460605] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474867] Trying to unpack rootfs image as initramfs... [ 0.524910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.541026] Scanning for low memory corruption every 60 seconds [ 0.543018] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.544199] audit: initializing netlink subsys (disabled) [ 0.545237] audit: type=2000 audit(1541747324.295:1): initialized [ 0.546583] Initialise system trusted keyring [ 0.547517] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.548687] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.550663] zbud: loaded [ 0.551379] VFS: Disk quotas dquot_6.6.0 [ 0.552205] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.553749] fuse init (API version 7.23) [ 0.554650] Key type big_key registered [ 0.555462] Allocating IMA MOK and blacklist keyrings. [ 0.556946] Key type asymmetric registered [ 0.557783] Asymmetric key parser 'x509' registered [ 0.558748] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.560223] io scheduler noop registered [ 0.561023] io scheduler deadline registered (default) [ 0.562020] io scheduler cfq registered [ 0.562865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.563914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.565186] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.566661] ACPI: Power Button [PWRF] [ 0.567508] GHES: HEST is not enabled! [ 0.581252] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.609909] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.612418] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.636321] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.638468] Linux agpgart interface v0.103 [ 0.640515] brd: module loaded [ 0.641677] loop: module loaded [ 0.648782] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.650512] GPT:90111 != 2097151 [ 0.651192] GPT:Alternate GPT header not at the end of the disk. [ 0.652285] GPT:90111 != 2097151 [ 0.652958] GPT: Use GNU Parted to correct GPT errors. [ 0.653929] vda: vda1 vda15 [ 0.655444] scsi host0: ata_piix [ 0.656183] scsi host1: ata_piix [ 0.656897] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.658122] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.659576] libphy: Fixed MDIO Bus: probed [ 0.660398] tun: Universal TUN/TAP device driver, 1.6 [ 0.661348] tun: (C) 1999-2004 Max Krasnyansky [ 0.663466] PPP generic driver version 2.4.2 [ 0.664586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.665975] ehci-pci: EHCI PCI platform driver [ 0.666843] ehci-platform: EHCI generic platform driver [ 0.667816] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.668924] ohci-pci: OHCI PCI platform driver [ 0.669788] ohci-platform: OHCI generic platform driver [ 0.670766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.685170] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.686162] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.687598] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.688608] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.689717] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.690926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.692328] usb usb1: Product: UHCI Host Controller [ 0.693246] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.694375] usb usb1: SerialNumber: 0000:00:01.2 [ 0.695378] hub 1-0:1.0: USB hub found [ 0.696150] hub 1-0:1.0: 2 ports detected [ 0.697042] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.699143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.700084] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.701102] mousedev: PS/2 mouse device common for all mice [ 0.702345] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.704162] rtc_cmos 00:00: RTC can wake from S4 [ 0.705244] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.706437] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.707619] i2c /dev entries driver [ 0.708375] device-mapper: uevent: version 1.0.3 [ 0.709310] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.710927] ledtrig-cpu: registered to indicate activity on CPUs [ 0.712184] NET: Registered protocol family 10 [ 0.713163] NET: Registered protocol family 17 [ 0.714050] Key type dns_resolver registered [ 0.714969] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.716047] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.717787] registered taskstats version 1 [ 0.718619] Loading compiled-in X.509 certificates [ 0.720053] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.721892] zswap: loaded using pool lzo/zbud [ 0.723736] Key type trusted registered [ 0.725290] Key type encrypted registered [ 0.726112] AppArmor: AppArmor sha1 policy hashing enabled [ 0.727120] ima: No TPM chip found, activating TPM-bypass! [ 0.728132] evm: HMAC attrs: 0x1 [ 0.729058] Magic number: 10:511:116 [ 0.729935] rtc_cmos 00:00: setting system clock to 2018-11-09 07:08:44 UTC (1541747324) [ 0.731511] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.732610] EDD information not available. [ 0.818425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.819967] Write protecting the kernel read-only data: 14336k [ 0.831552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.833384] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep 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.341388] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.67. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGHBnyk0W10i16nOgsBeA5jcU6ge+ATeRLUUdodccxmy9flrfKXLU1dcCMtLIe8Ov6dq//9MORwDCwxG++dBZk9/sA+B90kcGKAxuA4GQOA5dYkZu/3JRj9HZXVz8Ft7dXDY6vxAyvubfdsuciTzothmhc98g+ECwaEUFhslpn/+WsfukJ2X4CGV9+8i2GCwKAO1DtCjPbqC91CdEhrw2P5BLh4ChtyDaB2zw/MYr7I6VafP3NjimWaF2/33Zz2YVjkQrewSnJDMxRfLEr1tsZyc+hCXvY3SlY4GbdlSabxODUcul+recm2wq/jd8XW65IERPnYzJyIjdvi9g6Yugh root@vping-userdata-vm2-876d7558-888f-448f-b2e7-bd389e987344 ssh-dss AAAAB3NzaC1kc3MAAACBAJraQPqiZ6kuKDY2B/lwv8086dcwAp3o6KirNC3VdxiTVqNfU9mSDF+Mfrm93P2PxZvl+mzqCEn7+cSfQzb9NzCeIACttoTFFGcxc2IoMxwobiDaMshXXPry25uMygfw6SH/jSVoKzF9kF+9M/hK8sYSQ4yECozGi6sWjNy8KD7xAAAAFQDOq+aCYA0jVk4yoZWeLSCCXw2E7wAAAIB0QHE/56fae2s/zsyK95JmIcvTQ6zfAJeL3tMrq7nvulQybjFGkt5muVecq3Zw7dQHjaWr80A/Zw4NMqtdfgaN5Rodm8BextLd4BrZwjh4EdhMJrLhOngF1XBXZPSJJquxQSdXBwhxMvkDayWe/5g1A0DD9ozMcUSJuQpIKmgXiwAAAIBBVBd7fkgi4FunApYoH5PsxCXqm3xbbfNH+44fPOQc6TmXEB7373J/RC3HaKzdJd5v+CLkV6prP89M7Hap6pCUdgh6ZtXAPfYMgbhlcVRamAw/gSq9LGVdzu10W8lgQLZWlMcXluet/E8rno/uzzfsHRR8otKbmD2LVmxelbY+Fw== root@vping-userdata-vm2-876d7558-888f-448f-b2e7-bd389e987344 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe37:6fdd/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000029 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-876d7558-888f-448f-b2e7-bd389e987344 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.35 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-876d7558-888f-448f-b2e7-bd389e987344 login: 2018-11-09 07:08:49,562 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-11-09 07:08:49,691 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 07:08:49,691 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:38 | PASS | +------------------------+------------------+------------------+----------------+ 2018-11-09 07:08:49,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-09 07:08:49,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:49,851 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07: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-32537a63-cd5d-4d9f-9c99-96f7787d6534 x-compute-request-id: req-32537a63-cd5d-4d9f-9c99-96f7787d6534 Content-Type: application/json 2018-11-09 07:08:49,851 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409 used request id req-32537a63-cd5d-4d9f-9c99-96f7787d6534 2018-11-09 07:08:49,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.154242038727s 2018-11-09 07:08:49,851 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409 used request id req-32537a63-cd5d-4d9f-9c99-96f7787d6534 2018-11-09 07:08:49,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:49,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:50,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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,Accept-Encoding x-openstack-request-id: req-6690f277-d50f-4325-a8c2-d85155fa5b66 x-compute-request-id: req-6690f277-d50f-4325-a8c2-d85155fa5b66 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:6f:dd", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:43.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "a104fe12-7d12-4517-8675-c8b8626c7189", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:43Z", "hostId": "3e93e304073d599cda288f7d6692bcbe4c1e2c0f70963d44786086e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:35Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:7f:ad", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:32.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "ab2a26bf-78e5-4a58-9701-ffa2b6d58409", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:49Z", "hostId": "758e503d17d9edf3e90b3af89d1dfd2f95a7d6c65289299e10d4ebcd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:25Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:50,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6690f277-d50f-4325-a8c2-d85155fa5b66 2018-11-09 07:08:50,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.76643204689s 2018-11-09 07:08:50,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6690f277-d50f-4325-a8c2-d85155fa5b66 2018-11-09 07:08:50,621 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:08:52,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:52,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:53,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-a664c32d-5aa5-422e-9691-28608728c4ab x-compute-request-id: req-a664c32d-5aa5-422e-9691-28608728c4ab Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:6f:dd", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:43.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "a104fe12-7d12-4517-8675-c8b8626c7189", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:43Z", "hostId": "3e93e304073d599cda288f7d6692bcbe4c1e2c0f70963d44786086e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:35Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:53,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a664c32d-5aa5-422e-9691-28608728c4ab 2018-11-09 07:08:53,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760751008987s 2018-11-09 07:08:53,385 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a664c32d-5aa5-422e-9691-28608728c4ab 2018-11-09 07:08:53,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-09 07:08:53,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:53,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-45fa0ae7-049d-4442-9271-29afe84f1bea x-compute-request-id: req-45fa0ae7-049d-4442-9271-29afe84f1bea Content-Type: application/json 2018-11-09 07:08:53,541 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189 used request id req-45fa0ae7-049d-4442-9271-29afe84f1bea 2018-11-09 07:08:53,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.154124975204s 2018-11-09 07:08:53,541 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189 used request id req-45fa0ae7-049d-4442-9271-29afe84f1bea 2018-11-09 07:08:53,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:53,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:54,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-b711ba7c-d392-45db-91b0-0a5a94198cf4 x-compute-request-id: req-b711ba7c-d392-45db-91b0-0a5a94198cf4 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:6f:dd", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a104fe12-7d12-4517-8675-c8b8626c7189", "rel": "bookmark"}], "image": {"id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "links": [{"href": "http://172.30.9.27:8774/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T07:08:43.000000", "flavor": {"id": "ffd0cd32-53c4-4244-afb2-035377c859df", "links": [{"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}]}, "id": "a104fe12-7d12-4517-8675-c8b8626c7189", "security_groups": [{"name": "default"}], "user_id": "f0d7264f0bdb4455809a0c06388ce5a1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T07:08:53Z", "hostId": "3e93e304073d599cda288f7d6692bcbe4c1e2c0f70963d44786086e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_876d7558-888f-448f-b2e7-bd389e987344", "created": "2018-11-09T07:08:35Z", "tenant_id": "34d24c9c29a5425580866471ad95258e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 07:08:54,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b711ba7c-d392-45db-91b0-0a5a94198cf4 2018-11-09 07:08:54,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.64671087265s 2018-11-09 07:08:54,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b711ba7c-d392-45db-91b0-0a5a94198cf4 2018-11-09 07:08:54,190 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 07:08:56,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 07:08:56,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:56,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-867a576c-ea7f-4199-ae6d-fd25aefbf50a x-compute-request-id: req-867a576c-ea7f-4199-ae6d-fd25aefbf50a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 07:08:56,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-867a576c-ea7f-4199-ae6d-fd25aefbf50a 2018-11-09 07:08:56,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352560043335s 2018-11-09 07:08:56,546 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-867a576c-ea7f-4199-ae6d-fd25aefbf50a 2018-11-09 07:08:56,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-09 07:08:56,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/2f1a0923-d46a-44c1-a88b-4309c9cbce08/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}98693ac24201f1c751c5b88a01643be38af8bcf7" -d '{"subnet_id": "890d0e9c-9a7e-4160-9b79-42525b8c13e1"}' 2018-11-09 07:08:58,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9b7b7e2d-1ff2-45b8-831f-f9aaf05399f2 Date: Fri, 09 Nov 2018 07:08:57 GMT RESP BODY: {"network_id": "22f33883-40e0-4cf8-801d-add4608423c4", "tenant_id": "34d24c9c29a5425580866471ad95258e", "subnet_id": "890d0e9c-9a7e-4160-9b79-42525b8c13e1", "subnet_ids": ["890d0e9c-9a7e-4160-9b79-42525b8c13e1"], "port_id": "b3d79c65-897a-40cf-8c7d-ae03379d875e", "id": "2f1a0923-d46a-44c1-a88b-4309c9cbce08"} 2018-11-09 07:08:58,020 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2f1a0923-d46a-44c1-a88b-4309c9cbce08/remove_router_interface.json used request id req-9b7b7e2d-1ff2-45b8-831f-f9aaf05399f2 2018-11-09 07:08:58,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.47346687317s 2018-11-09 07:08:58,021 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2f1a0923-d46a-44c1-a88b-4309c9cbce08/remove_router_interface.json used request id req-9b7b7e2d-1ff2-45b8-831f-f9aaf05399f2 returning object 2f1a0923-d46a-44c1-a88b-4309c9cbce08 2018-11-09 07:08:58,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-09 07:08:58,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:08:58,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-75d85e17-62ef-46bd-a27f-229974fb1b2c Date: Fri, 09 Nov 2018 07:08:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "34d24c9c29a5425580866471ad95258e", "created_at": "2018-11-09T07:08:14Z", "admin_state_up": true, "updated_at": "2018-11-09T07:08:56Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "34d24c9c29a5425580866471ad95258e", "id": "2f1a0923-d46a-44c1-a88b-4309c9cbce08", "name": "vping_userdata-router_876d7558-888f-448f-b2e7-bd389e987344"}]} 2018-11-09 07:08:58,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-75d85e17-62ef-46bd-a27f-229974fb1b2c 2018-11-09 07:08:58,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0818250179291s 2018-11-09 07:08:58,104 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-75d85e17-62ef-46bd-a27f-229974fb1b2c 2018-11-09 07:08:58,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-09 07:08:58,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/2f1a0923-d46a-44c1-a88b-4309c9cbce08.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:09:01,393 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a25b40b-43fd-4163-b863-855881ae435c Content-Length: 0 Date: Fri, 09 Nov 2018 07:09:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:09:01,393 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/2f1a0923-d46a-44c1-a88b-4309c9cbce08.json used request id req-7a25b40b-43fd-4163-b863-855881ae435c 2018-11-09 07:09:01,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.2879178524s 2018-11-09 07:09:01,394 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/2f1a0923-d46a-44c1-a88b-4309c9cbce08.json used request id req-7a25b40b-43fd-4163-b863-855881ae435c 2018-11-09 07:09:01,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-09 07:09:01,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:09:01,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fded6d60-9d47-4bc1-adbd-54ec75afd0a7 Date: Fri, 09 Nov 2018 07:09:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"22f33883-40e0-4cf8-801d-add4608423c4","tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T07:08:13Z","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":"34d24c9c29a5425580866471ad95258e","id":"890d0e9c-9a7e-4160-9b79-42525b8c13e1","subnetpool_id":null,"name":"vping_userdata-subnet_876d7558-888f-448f-b2e7-bd389e987344"}]} 2018-11-09 07:09:01,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-fded6d60-9d47-4bc1-adbd-54ec75afd0a7 2018-11-09 07:09:01,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.201809883118s 2018-11-09 07:09:01,596 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-fded6d60-9d47-4bc1-adbd-54ec75afd0a7 2018-11-09 07:09:01,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-09 07:09:01,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/890d0e9c-9a7e-4160-9b79-42525b8c13e1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:09:03,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48dca974-f6d5-40c1-bc8a-66a205010f4c Date: Fri, 09 Nov 2018 07:09:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:09:03,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/890d0e9c-9a7e-4160-9b79-42525b8c13e1.json used request id req-48dca974-f6d5-40c1-bc8a-66a205010f4c 2018-11-09 07:09:03,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26507711411s 2018-11-09 07:09:03,863 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/890d0e9c-9a7e-4160-9b79-42525b8c13e1.json used request id req-48dca974-f6d5-40c1-bc8a-66a205010f4c 2018-11-09 07:09:03,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:09:03,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:09:03,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1201 X-Openstack-Request-Id: req-a67331f2-6de8-4e30-9b36-4fd3bd7c2769 Date: Fri, 09 Nov 2018 07:09:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T07:09:03Z","tenant_id":"34d24c9c29a5425580866471ad95258e","created_at":"2018-11-09T07:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"34d24c9c29a5425580866471ad95258e","id":"22f33883-40e0-4cf8-801d-add4608423c4","name":"vping_userdata-net_876d7558-888f-448f-b2e7-bd389e987344"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 07:09:03,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a67331f2-6de8-4e30-9b36-4fd3bd7c2769 2018-11-09 07:09:03,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11111998558s 2018-11-09 07:09:03,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a67331f2-6de8-4e30-9b36-4fd3bd7c2769 2018-11-09 07:09:03,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-09 07:09:03,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/22f33883-40e0-4cf8-801d-add4608423c4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:09:05,148 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5f269d8-f6a1-4cd2-b949-a367d1a1d346 Date: Fri, 09 Nov 2018 07:09:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:09:05,148 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/22f33883-40e0-4cf8-801d-add4608423c4.json used request id req-c5f269d8-f6a1-4cd2-b949-a367d1a1d346 2018-11-09 07:09:05,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.17188501358s 2018-11-09 07:09:05,149 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/22f33883-40e0-4cf8-801d-add4608423c4.json used request id req-c5f269d8-f6a1-4cd2-b949-a367d1a1d346 2018-11-09 07:09:05,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:09:05,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:09:05,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-f1568c9f-b8d0-41a7-8338-ea4ed136aaf8 Date: Fri, 09 Nov 2018 07:09:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e663b72c-a34a-4b79-b73f-9752aeba3496/snap", "metadata": {}}], "file": "/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496/file", "owner": "34d24c9c29a5425580866471ad95258e", "id": "e663b72c-a34a-4b79-b73f-9752aeba3496", "size": 12716032, "self": "/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e663b72c-a34a-4b79-b73f-9752aeba3496/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:08:22Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_876d7558-888f-448f-b2e7-bd389e987344", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:08:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:09:05,186 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f1568c9f-b8d0-41a7-8338-ea4ed136aaf8 2018-11-09 07:09:05,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0372521877289s 2018-11-09 07:09:05,187 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f1568c9f-b8d0-41a7-8338-ea4ed136aaf8 2018-11-09 07:09:05,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 07:09:05,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98693ac24201f1c751c5b88a01643be38af8bcf7" 2018-11-09 07:09:06,192 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dc5875c6-8b61-4198-83bc-d5ac4765c5ed Date: Fri, 09 Nov 2018 07:09:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:09:06,192 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496 used request id req-dc5875c6-8b61-4198-83bc-d5ac4765c5ed 2018-11-09 07:09:06,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00367283821s 2018-11-09 07:09:06,193 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e663b72c-a34a-4b79-b73f-9752aeba3496 used request id req-dc5875c6-8b61-4198-83bc-d5ac4765c5ed 2018-11-09 07:09:06,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:09:06,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:06,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-dd9df207-1172-41ee-ba45-b29794a5e9e0 x-compute-request-id: req-dd9df207-1172-41ee-ba45-b29794a5e9e0 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ffd0cd32-53c4-4244-afb2-035377c859df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ffd0cd32-53c4-4244-afb2-035377c859df", "name": "vping_userdata-flavor_876d7558-888f-448f-b2e7-bd389e987344", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:09:06,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-dd9df207-1172-41ee-ba45-b29794a5e9e0 2018-11-09 07:09:06,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0316801071167s 2018-11-09 07:09:06,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-dd9df207-1172-41ee-ba45-b29794a5e9e0 2018-11-09 07:09:06,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 07:09:06,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/ffd0cd32-53c4-4244-afb2-035377c859df -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:06,288 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-113a30df-090c-4448-ba72-abd63426b636 x-compute-request-id: req-113a30df-090c-4448-ba72-abd63426b636 Content-Length: 0 Content-Type: application/json 2018-11-09 07:09:06,288 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ffd0cd32-53c4-4244-afb2-035377c859df used request id req-113a30df-090c-4448-ba72-abd63426b636 2018-11-09 07:09:06,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0614068508148s 2018-11-09 07:09:06,288 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ffd0cd32-53c4-4244-afb2-035377c859df used request id req-113a30df-090c-4448-ba72-abd63426b636 2018-11-09 07:09:06,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:09:06,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:06,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040f1c3c-82e3-44b8-9e88-340bcc677841 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_876d7558-888f-448f-b2e7-bd389e987344", "links": {"self": "http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1"}, "domain_id": "default", "enabled": true, "id": "f0d7264f0bdb4455809a0c06388ce5a1", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:09:06,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-040f1c3c-82e3-44b8-9e88-340bcc677841 2018-11-09 07:09:06,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103429079056s 2018-11-09 07:09:06,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-040f1c3c-82e3-44b8-9e88-340bcc677841 2018-11-09 07:09:06,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:09:06,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:06,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83a72421-20f4-4f6f-82bb-10c2773e2649 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1"}, "enabled": true, "id": "f0d7264f0bdb4455809a0c06388ce5a1", "options": {}, "domain_id": "default", "name": "vping_userdata-user_876d7558-888f-448f-b2e7-bd389e987344"}} 2018-11-09 07:09:06,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1 used request id req-83a72421-20f4-4f6f-82bb-10c2773e2649 2018-11-09 07:09:06,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0872130393982s 2018-11-09 07:09:06,487 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1 used request id req-83a72421-20f4-4f6f-82bb-10c2773e2649 2018-11-09 07:09:06,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 07:09:06,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:06,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:09:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a531d2a-d722-48f3-af0e-653afad4d5c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:09:06,713 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1 used request id req-4a531d2a-d722-48f3-af0e-653afad4d5c6 2018-11-09 07:09:06,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.226058006287s 2018-11-09 07:09:06,714 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f0d7264f0bdb4455809a0c06388ce5a1 used request id req-4a531d2a-d722-48f3-af0e-653afad4d5c6 2018-11-09 07:09:06,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:09:06,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:06,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f41f05c-6ac1-4632-a6fc-5d372e60e796 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/34d24c9c29a5425580866471ad95258e"}, "enabled": true, "id": "34d24c9c29a5425580866471ad95258e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_876d7558-888f-448f-b2e7-bd389e987344"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:09:06,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-2f41f05c-6ac1-4632-a6fc-5d372e60e796 2018-11-09 07:09:06,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0870969295502s 2018-11-09 07:09:06,802 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-2f41f05c-6ac1-4632-a6fc-5d372e60e796 2018-11-09 07:09:06,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 07:09:06,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/34d24c9c29a5425580866471ad95258e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:06,942 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:09:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80621779-135a-47f0-9a54-c074e0f63bcc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:09:06,943 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/34d24c9c29a5425580866471ad95258e used request id req-80621779-135a-47f0-9a54-c074e0f63bcc 2018-11-09 07:09:06,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.138544797897s 2018-11-09 07:09:06,943 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/34d24c9c29a5425580866471ad95258e used request id req-80621779-135a-47f0-9a54-c074e0f63bcc 2018-11-09 07:09:06,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:09:06,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:07,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1482733e-a6a8-48fd-9f03-1e9fec5a49d6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd54f947f42a41f6891f8b7e3f709883", "links": {"self": "http://172.30.9.27:5000/v3/roles/bd54f947f42a41f6891f8b7e3f709883"}, "name": "Member"}]} 2018-11-09 07:09:07,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1482733e-a6a8-48fd-9f03-1e9fec5a49d6 2018-11-09 07:09:07,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.163845062256s 2018-11-09 07:09:07,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 07:09:07,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/bd54f947f42a41f6891f8b7e3f709883 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:07,213 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:09:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7859c281-b174-4492-aeee-262b48700dad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:09:07,214 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/bd54f947f42a41f6891f8b7e3f709883 used request id req-7859c281-b174-4492-aeee-262b48700dad 2018-11-09 07:09:07,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.104796886444s 2018-11-09 07:09:07,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:09:07,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=34d24c9c29a5425580866471ad95258e&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}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:07,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-8a7e2517-c83c-4a24-90cd-bdb9278b75b7 Date: Fri, 09 Nov 2018 07:09:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "34d24c9c29a5425580866471ad95258e", "created_at": "2018-11-09T07:08:11Z", "updated_at": "2018-11-09T07:08:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:08:11Z", "revision_number": 0, "id": "20f4140b-408b-42ca-bacb-d5b685e5f1ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:08:11Z", "security_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "tenant_id": "34d24c9c29a5425580866471ad95258e", "port_range_min": null, "ethertype": "IPv4", "project_id": "34d24c9c29a5425580866471ad95258e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:08:11Z", "revision_number": 0, "id": "4bb14a26-b1ce-4fc4-8d45-b6e02d42bdd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:08:11Z", "security_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "tenant_id": "34d24c9c29a5425580866471ad95258e", "port_range_min": null, "ethertype": "IPv6", "project_id": "34d24c9c29a5425580866471ad95258e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:08:11Z", "revision_number": 0, "id": "e4ecbc11-85ed-441e-a088-e356a79746b3", "remote_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "remote_ip_prefix": null, "created_at": "2018-11-09T07:08:11Z", "security_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "tenant_id": "34d24c9c29a5425580866471ad95258e", "port_range_min": null, "ethertype": "IPv4", "project_id": "34d24c9c29a5425580866471ad95258e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:08:11Z", "revision_number": 0, "id": "f191c144-3981-4e7f-981b-69b8e525f126", "remote_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "remote_ip_prefix": null, "created_at": "2018-11-09T07:08:11Z", "security_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "tenant_id": "34d24c9c29a5425580866471ad95258e", "port_range_min": null, "ethertype": "IPv6", "project_id": "34d24c9c29a5425580866471ad95258e"}], "revision_number": 4, "project_id": "34d24c9c29a5425580866471ad95258e", "id": "5040a3d7-defd-424b-910e-6881f6d80e07", "name": "default"}]} 2018-11-09 07:09:07,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=34d24c9c29a5425580866471ad95258e&name=default used request id req-8a7e2517-c83c-4a24-90cd-bdb9278b75b7 2018-11-09 07:09:07,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195145130157s 2018-11-09 07:09:07,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=34d24c9c29a5425580866471ad95258e&name=default used request id req-8a7e2517-c83c-4a24-90cd-bdb9278b75b7 2018-11-09 07:09:07,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:09:07,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:07,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ad4a6bf2-7921-4a52-a8ed-4ebaf9237017 Date: Fri, 09 Nov 2018 07:09:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "34d24c9c29a5425580866471ad95258e", "created_at": "2018-11-09T07:08:11Z", "updated_at": "2018-11-09T07:08:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:08:11Z", "revision_number": 0, "id": "20f4140b-408b-42ca-bacb-d5b685e5f1ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:08:11Z", "security_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "tenant_id": "34d24c9c29a5425580866471ad95258e", "port_range_min": null, "ethertype": "IPv4", "project_id": "34d24c9c29a5425580866471ad95258e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:08:11Z", "revision_number": 0, "id": "4bb14a26-b1ce-4fc4-8d45-b6e02d42bdd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:08:11Z", "security_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "tenant_id": "34d24c9c29a5425580866471ad95258e", "port_range_min": null, "ethertype": "IPv6", "project_id": "34d24c9c29a5425580866471ad95258e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:08:11Z", "revision_number": 0, "id": "f191c144-3981-4e7f-981b-69b8e525f126", "remote_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "remote_ip_prefix": null, "created_at": "2018-11-09T07:08:11Z", "security_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "tenant_id": "34d24c9c29a5425580866471ad95258e", "port_range_min": null, "ethertype": "IPv6", "project_id": "34d24c9c29a5425580866471ad95258e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:08:11Z", "revision_number": 0, "id": "e4ecbc11-85ed-441e-a088-e356a79746b3", "remote_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "remote_ip_prefix": null, "created_at": "2018-11-09T07:08:11Z", "security_group_id": "5040a3d7-defd-424b-910e-6881f6d80e07", "tenant_id": "34d24c9c29a5425580866471ad95258e", "port_range_min": null, "ethertype": "IPv4", "project_id": "34d24c9c29a5425580866471ad95258e"}], "revision_number": 4, "project_id": "34d24c9c29a5425580866471ad95258e", "id": "5040a3d7-defd-424b-910e-6881f6d80e07", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}]} 2018-11-09 07:09:07,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ad4a6bf2-7921-4a52-a8ed-4ebaf9237017 2018-11-09 07:09:07,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20161485672s 2018-11-09 07:09:07,618 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ad4a6bf2-7921-4a52-a8ed-4ebaf9237017 2018-11-09 07:09:07,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 07:09:07,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/5040a3d7-defd-424b-910e-6881f6d80e07.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c7e4ac52c2b41138a5d2a4eba78cac140517b34c" 2018-11-09 07:09:08,030 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb809e7d-c5bd-4131-88b0-a88403cf2f87 Content-Length: 0 Date: Fri, 09 Nov 2018 07:09:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:09:08,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5040a3d7-defd-424b-910e-6881f6d80e07.json used request id req-bb809e7d-c5bd-4131-88b0-a88403cf2f87 2018-11-09 07:09:08,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.408375024796s 2018-11-09 07:09:08,031 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5040a3d7-defd-424b-910e-6881f6d80e07.json used request id req-bb809e7d-c5bd-4131-88b0-a88403cf2f87 2018-11-09 07:09:08,084 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-11-09 07:09:08,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:09:08,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:09:08,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:09:08,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:09:08,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:09:08,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:09:08,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:09:08,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:09:08,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:09:08,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:09:08,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:09:08,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:09:08,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:09:08,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:09:08,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:09:08,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:09:08,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:09:08,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:09:08,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:09:08,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:09:08,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:09:08,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:09:08,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:09:08,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:09:08,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:09:08,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-576cb11e-d239-4e00-b13c-c3f2f9cddfc7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:09:08,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-576cb11e-d239-4e00-b13c-c3f2f9cddfc7 2018-11-09 07:09:08,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:09:08,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:09:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["H4MouAjkR0yJsScpwW3p4Q"], "issued_at": "2018-11-09T07:09:08.000000Z"}} 2018-11-09 07:09:08,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:09:08,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:08,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-448f5505-d928-4552-9485-55c5f26985f9 Date: Fri, 09 Nov 2018 07:09:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 07:09:08,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-448f5505-d928-4552-9485-55c5f26985f9 2018-11-09 07:09:08,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.244159936905s 2018-11-09 07:09:08,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-448f5505-d928-4552-9485-55c5f26985f9 2018-11-09 07:09:08,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 07:09:08,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:08,831 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:09: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:09:08,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:08,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-776be884-f9db-49f2-a63f-3dd65d467cb4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 07:09:08,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-776be884-f9db-49f2-a63f-3dd65d467cb4 2018-11-09 07:09:08,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0886688232422s 2018-11-09 07:09:08,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 07:09:08,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}d79e834b915645b776a7fe4fa310f93eee5ce301" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c"}}' 2018-11-09 07:09:09,048 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-436a8ee6-2565-4bf4-b4f0-f1bac150ce38 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.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415"}, "enabled": true, "id": "5a50ed160fe44daca11515ad8bae6415", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c"}} 2018-11-09 07:09:09,048 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-436a8ee6-2565-4bf4-b4f0-f1bac150ce38 2018-11-09 07:09:09,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.135885000229s 2018-11-09 07:09:09,049 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-436a8ee6-2565-4bf4-b4f0-f1bac150ce38 2018-11-09 07:09:09,050 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c', 'id': u'5a50ed160fe44daca11515ad8bae6415', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 07:09:09,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 07:09:09,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369300842285s 2018-11-09 07:09:09,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:09,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cd4d4e4-ab58-4915-b0a4-b3a0541feee9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82"}, "enabled": true, "id": "6218e8a27599430a93123b03347ddd82", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_69f09f79-5c4a-4008-9a23-9993fc48560c"}} 2018-11-09 07:09:09,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82 used request id req-5cd4d4e4-ab58-4915-b0a4-b3a0541feee9 2018-11-09 07:09:09,516 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6218e8a27599430a93123b03347ddd82', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_69f09f79-5c4a-4008-9a23-9993fc48560c'}) 2018-11-09 07:09:09,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:09:09,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:09,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b8ddec7-52f1-4c5e-a0fe-11a218c5de7c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:09:09,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6b8ddec7-52f1-4c5e-a0fe-11a218c5de7c 2018-11-09 07:09:09,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777049064636s 2018-11-09 07:09:09,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:09:09,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:09,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-234c1dc7-066e-4fc0-84d3-cfb5d6168e0d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:09:09,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-234c1dc7-066e-4fc0-84d3-cfb5d6168e0d 2018-11-09 07:09:09,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789830684662s 2018-11-09 07:09:09,675 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 07:09:09,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 07:09:09,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" -d '{"role": {"name": "Member"}}' 2018-11-09 07:09:09,778 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:09:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9e328da-a1c8-4d95-8f6a-b0017f8336fc Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "071df2444d324e0197d5c3dd7caf5cf3", "links": {"self": "http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3"}, "name": "Member"}} 2018-11-09 07:09:09,778 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-b9e328da-a1c8-4d95-8f6a-b0017f8336fc 2018-11-09 07:09:09,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103286981583s 2018-11-09 07:09:09,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:09,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f71a29c-eb1c-4882-9247-1f40b8131e92 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3"}, "domain_id": null, "name": "Member", "id": "071df2444d324e0197d5c3dd7caf5cf3"}} 2018-11-09 07:09:09,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3 used request id req-8f71a29c-eb1c-4882-9247-1f40b8131e92 2018-11-09 07:09:09,856 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3'}, 'domain_id': None, 'human_id': None, 'id': u'071df2444d324e0197d5c3dd7caf5cf3', 'HUMAN_ID': False}) 2018-11-09 07:09:09,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:09:09,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:09,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce96a0c7-ee56-4283-951d-1b51c07d7cf1 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "071df2444d324e0197d5c3dd7caf5cf3", "links": {"self": "http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:09:09,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ce96a0c7-ee56-4283-951d-1b51c07d7cf1 2018-11-09 07:09:09,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0858559608459s 2018-11-09 07:09:09,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:09:09,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3762480-1252-4213-8341-09e933091364 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:09:10,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-b3762480-1252-4213-8341-09e933091364 2018-11-09 07:09:10,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.073117017746s 2018-11-09 07:09:10,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:09:10,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b79937c7-9a9b-48dc-adbd-330cf88566fb Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_69f09f79-5c4a-4008-9a23-9993fc48560c", "links": {"self": "http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82"}, "domain_id": "default", "enabled": true, "id": "6218e8a27599430a93123b03347ddd82", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:09:10,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b79937c7-9a9b-48dc-adbd-330cf88566fb 2018-11-09 07:09:10,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0977020263672s 2018-11-09 07:09:10,116 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b79937c7-9a9b-48dc-adbd-330cf88566fb 2018-11-09 07:09:10,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:09:10,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ce5d210-f8e0-473f-bf4a-54741068d692 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415"}, "enabled": true, "id": "5a50ed160fe44daca11515ad8bae6415", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:09:10,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-9ce5d210-f8e0-473f-bf4a-54741068d692 2018-11-09 07:09:10,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0817971229553s 2018-11-09 07:09:10,205 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-9ce5d210-f8e0-473f-bf4a-54741068d692 2018-11-09 07:09:10,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:09:10,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=6218e8a27599430a93123b03347ddd82&scope.project.id=5a50ed160fe44daca11515ad8bae6415&role.id=071df2444d324e0197d5c3dd7caf5cf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57453cdf-85ff-46b3-b4f0-1b669f6e9df0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=6218e8a27599430a93123b03347ddd82&scope.project.id=5a50ed160fe44daca11515ad8bae6415&role.id=071df2444d324e0197d5c3dd7caf5cf3", "previous": null, "next": null}} 2018-11-09 07:09:10,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=6218e8a27599430a93123b03347ddd82&scope.project.id=5a50ed160fe44daca11515ad8bae6415&role.id=071df2444d324e0197d5c3dd7caf5cf3 used request id req-57453cdf-85ff-46b3-b4f0-1b669f6e9df0 2018-11-09 07:09:10,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0750758647919s 2018-11-09 07:09:10,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:09:10,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415/users/6218e8a27599430a93123b03347ddd82/roles/071df2444d324e0197d5c3dd7caf5cf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:09:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-423c5c23-8592-46f3-91f7-69e98f4a0c8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:09:10,451 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415/users/6218e8a27599430a93123b03347ddd82/roles/071df2444d324e0197d5c3dd7caf5cf3 used request id req-423c5c23-8592-46f3-91f7-69e98f4a0c8d 2018-11-09 07:09:10,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.167630910873s 2018-11-09 07:09:10,452 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c', 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': 'ac68a75a-c87e-440a-88d3-def20c9ae159', 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_69f09f79-5c4a-4008-9a23-9993fc48560c', 'project_id': u'5a50ed160fe44daca11515ad8bae6415', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 07:09:10,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:09:10,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:09:10,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:09:10,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:09:10,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:09:10,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:09:10,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:09:10,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:09:10,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:09:10,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:09:10,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:09:10,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:09:10,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:09:10,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:09:10,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:09:10,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:09:10,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:09:10,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:09:10,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:09:10,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:09:10,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:09:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:09:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:09:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:09:10,457 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_69f09f79-5c4a-4008-9a23-9993fc48560c', 'password': 'ac68a75a-c87e-440a-88d3-def20c9ae159', 'project_name': 'tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '5a50ed160fe44daca11515ad8bae6415', 'project_domain_name': 'Default'} 2018-11-09 07:09:10,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:09:10,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5155aa7-e615-46b3-af80-f1e9b07ceb33 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "071df2444d324e0197d5c3dd7caf5cf3", "links": {"self": "http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:09:10,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a5155aa7-e615-46b3-af80-f1e9b07ceb33 2018-11-09 07:09:10,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816121101379s 2018-11-09 07:09:10,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:09:10,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5443e5a-ba05-40fc-8ccf-91ff7b1b581a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "071df2444d324e0197d5c3dd7caf5cf3", "links": {"self": "http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:09:10,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a5443e5a-ba05-40fc-8ccf-91ff7b1b581a 2018-11-09 07:09:10,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0760660171509s 2018-11-09 07:09:10,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:09:10,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e133841c-481d-4e35-9d6b-c654d28ce0a9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:09:10,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-e133841c-481d-4e35-9d6b-c654d28ce0a9 2018-11-09 07:09:10,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.086042881012s 2018-11-09 07:09:10,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:09:10,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e75e3379-ad7c-413d-b10b-f39406aa3889 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_69f09f79-5c4a-4008-9a23-9993fc48560c", "links": {"self": "http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82"}, "domain_id": "default", "enabled": true, "id": "6218e8a27599430a93123b03347ddd82", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:09:10,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e75e3379-ad7c-413d-b10b-f39406aa3889 2018-11-09 07:09:10,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0979208946228s 2018-11-09 07:09:10,804 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e75e3379-ad7c-413d-b10b-f39406aa3889 2018-11-09 07:09:10,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:09:10,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de58bff-4f06-4edf-9a3d-983370b94125 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415"}, "enabled": true, "id": "5a50ed160fe44daca11515ad8bae6415", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:09:10,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-7de58bff-4f06-4edf-9a3d-983370b94125 2018-11-09 07:09:10,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0750420093536s 2018-11-09 07:09:10,886 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-7de58bff-4f06-4edf-9a3d-983370b94125 2018-11-09 07:09:10,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:09:10,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=6218e8a27599430a93123b03347ddd82&scope.project.id=5a50ed160fe44daca11515ad8bae6415&role.id=79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:10,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8600978-a7e3-47db-b57d-228be77681dd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=6218e8a27599430a93123b03347ddd82&scope.project.id=5a50ed160fe44daca11515ad8bae6415&role.id=79f21433cbd840ddbed71b46b37d5f03", "previous": null, "next": null}} 2018-11-09 07:09:10,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=6218e8a27599430a93123b03347ddd82&scope.project.id=5a50ed160fe44daca11515ad8bae6415&role.id=79f21433cbd840ddbed71b46b37d5f03 used request id req-b8600978-a7e3-47db-b57d-228be77681dd 2018-11-09 07:09:10,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0791351795197s 2018-11-09 07:09:10,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:09:10,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415/users/6218e8a27599430a93123b03347ddd82/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:11,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:09:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36fee12b-c743-483f-a97b-83f9bf16820a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:09:11,089 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415/users/6218e8a27599430a93123b03347ddd82/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-36fee12b-c743-483f-a97b-83f9bf16820a 2018-11-09 07:09:11,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121400117874s 2018-11-09 07:09:11,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:09:11,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:11,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b06887f5-f95c-46f0-b83e-442aa1610639 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "071df2444d324e0197d5c3dd7caf5cf3", "links": {"self": "http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:09:11,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b06887f5-f95c-46f0-b83e-442aa1610639 2018-11-09 07:09:11,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737679004669s 2018-11-09 07:09:11,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:09:11,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:11,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81e5c289-61b8-469a-8279-2eafdbc4176f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:09:11,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-81e5c289-61b8-469a-8279-2eafdbc4176f 2018-11-09 07:09:11,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0861229896545s 2018-11-09 07:09:11,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:09:11,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:11,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2744e6e6-4d10-4868-9c82-7c63c9aff63d Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_69f09f79-5c4a-4008-9a23-9993fc48560c", "links": {"self": "http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82"}, "domain_id": "default", "enabled": true, "id": "6218e8a27599430a93123b03347ddd82", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:09:11,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-2744e6e6-4d10-4868-9c82-7c63c9aff63d 2018-11-09 07:09:11,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101109027863s 2018-11-09 07:09:11,353 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-2744e6e6-4d10-4868-9c82-7c63c9aff63d 2018-11-09 07:09:11,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:09:11,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=6218e8a27599430a93123b03347ddd82&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:11,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d10ab2cc-8916-40fe-b801-d77224f6afea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=6218e8a27599430a93123b03347ddd82&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default", "previous": null, "next": null}} 2018-11-09 07:09:11,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=6218e8a27599430a93123b03347ddd82&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default used request id req-d10ab2cc-8916-40fe-b801-d77224f6afea 2018-11-09 07:09:11,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0743570327759s 2018-11-09 07:09:11,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:09:11,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/domains/default/users/6218e8a27599430a93123b03347ddd82/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:09:11,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:09:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7afd5cc-8990-4bd9-af45-677a252769ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:09:11,554 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/domains/default/users/6218e8a27599430a93123b03347ddd82/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-c7afd5cc-8990-4bd9-af45-677a252769ff 2018-11-09 07:09:11,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11999797821s 2018-11-09 07:09:11,554 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-09 07:09:23,150 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-09 07:09:22.847 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6b57dd23-28e6-4589-823a-e994331d8b56) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6b57dd23-28e6-4589-823a-e994331d8b56 | 2018-11-09T07:09:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6b57dd23-28e6-4589-823a-e994331d8b56 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-09 07:09:26,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-09 07:09:26,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-09 07:09:34,082 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-09 07:09:30.720 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-09 07:09:30.853 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-09 07:09:33.901 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2) as the default verifier for the future CLI operations. 2018-11-09 07:09:37,052 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-11-09 07:09:37,052 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:09:37,128 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-09 07:09:37,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:09:37,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a760a0e-9759-4aed-8c94-eefe92a7fcae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:09:37,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3a760a0e-9759-4aed-8c94-eefe92a7fcae 2018-11-09 07:09:37,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:09:37,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "071df2444d324e0197d5c3dd7caf5cf3", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:09:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5a50ed160fe44daca11515ad8bae6415", "name": "tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5a50ed160fe44daca11515ad8bae6415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5a50ed160fe44daca11515ad8bae6415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5a50ed160fe44daca11515ad8bae6415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5a50ed160fe44daca11515ad8bae6415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5a50ed160fe44daca11515ad8bae6415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5a50ed160fe44daca11515ad8bae6415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5a50ed160fe44daca11515ad8bae6415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5a50ed160fe44daca11515ad8bae6415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5a50ed160fe44daca11515ad8bae6415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5a50ed160fe44daca11515ad8bae6415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5a50ed160fe44daca11515ad8bae6415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5a50ed160fe44daca11515ad8bae6415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_69f09f79-5c4a-4008-9a23-9993fc48560c", "id": "6218e8a27599430a93123b03347ddd82"}, "audit_ids": ["ZzuOUmw6Sm2f4ogyP2bHeg"], "issued_at": "2018-11-09T07:09:37.000000Z"}} 2018-11-09 07:09:37,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:09:37,549 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 07:09:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 07:09:37,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:09:37,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:09:37,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a322488c-6faf-40da-b52f-3c0775375ea9 Date: Fri, 09 Nov 2018 07:09:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:09:37,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a322488c-6faf-40da-b52f-3c0775375ea9 2018-11-09 07:09:37,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.194034099579s 2018-11-09 07:09:37,747 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a322488c-6faf-40da-b52f-3c0775375ea9 2018-11-09 07:09:37,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 07:09:37,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c"}' 2018-11-09 07:09:37,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/d1310087-0deb-4620-94f3-0203bc190067 X-Openstack-Request-Id: req-30755165-ae2f-432c-b743-2dc98329d578 Date: Fri, 09 Nov 2018 07:09:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d1310087-0deb-4620-94f3-0203bc190067/file", "owner": "5a50ed160fe44daca11515ad8bae6415", "id": "d1310087-0deb-4620-94f3-0203bc190067", "size": null, "self": "/v2/images/d1310087-0deb-4620-94f3-0203bc190067", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:09:37Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "checksum": null, "created_at": "2018-11-09T07:09:37Z", "protected": false} 2018-11-09 07:09:37,937 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-30755165-ae2f-432c-b743-2dc98329d578 2018-11-09 07:09:37,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.1886241436s 2018-11-09 07:09:37,938 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-30755165-ae2f-432c-b743-2dc98329d578 returning object d1310087-0deb-4620-94f3-0203bc190067 2018-11-09 07:09:37,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 07:09:37,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/d1310087-0deb-4620-94f3-0203bc190067/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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" -d '' 2018-11-09 07:09:38,883 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9831077f-32b1-426d-8b00-db506ed56c66 Date: Fri, 09 Nov 2018 07:09:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:09:38,884 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d1310087-0deb-4620-94f3-0203bc190067/file used request id req-9831077f-32b1-426d-8b00-db506ed56c66 2018-11-09 07:09:38,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.944813966751s 2018-11-09 07:09:38,884 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d1310087-0deb-4620-94f3-0203bc190067/file used request id req-9831077f-32b1-426d-8b00-db506ed56c66 2018-11-09 07:09:38,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:09:38,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:09:39,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-6edcde50-d8d1-4b49-bdbe-4b0f0096ca67 Date: Fri, 09 Nov 2018 07:09:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d1310087-0deb-4620-94f3-0203bc190067/snap", "metadata": {}}], "file": "/v2/images/d1310087-0deb-4620-94f3-0203bc190067/file", "owner": "5a50ed160fe44daca11515ad8bae6415", "id": "d1310087-0deb-4620-94f3-0203bc190067", "size": 12716032, "self": "/v2/images/d1310087-0deb-4620-94f3-0203bc190067", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d1310087-0deb-4620-94f3-0203bc190067/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:09:38Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:09:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:09:39,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6edcde50-d8d1-4b49-bdbe-4b0f0096ca67 2018-11-09 07:09:39,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172465085983s 2018-11-09 07:09:39,058 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6edcde50-d8d1-4b49-bdbe-4b0f0096ca67 2018-11-09 07:09:39,060 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d1310087-0deb-4620-94f3-0203bc190067/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d1310087-0deb-4620-94f3-0203bc190067/file', 'owner': u'5a50ed160fe44daca11515ad8bae6415', 'id': u'd1310087-0deb-4620-94f3-0203bc190067', 'size': 12716032, u'self': u'/v2/images/d1310087-0deb-4620-94f3-0203bc190067', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5a50ed160fe44daca11515ad8bae6415', 'name': 'tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d1310087-0deb-4620-94f3-0203bc190067/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T07:09:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T07:09:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d1310087-0deb-4620-94f3-0203bc190067', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c', 'created': u'2018-11-09T07:09:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T07:09:37Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d1310087-0deb-4620-94f3-0203bc190067', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 07:09:39,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 07:09:39,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_69f09f79-5c4a-4008-9a23-9993fc48560c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 07:09:39,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-ce6fb9b2-52a8-40fe-9416-60c14a9b5fd0 x-compute-request-id: req-ce6fb9b2-52a8-40fe-9416-60c14a9b5fd0 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3298d0b3-a36b-416e-9b1f-64b7ec85efa6", "name": "tempest_smoke_serial-flavor_69f09f79-5c4a-4008-9a23-9993fc48560c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:09:39,274 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ce6fb9b2-52a8-40fe-9416-60c14a9b5fd0 2018-11-09 07:09:39,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.213876962662s 2018-11-09 07:09:39,275 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ce6fb9b2-52a8-40fe-9416-60c14a9b5fd0 returning object 3298d0b3-a36b-416e-9b1f-64b7ec85efa6 2018-11-09 07:09:39,276 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_69f09f79-5c4a-4008-9a23-9993fc48560c', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'3298d0b3-a36b-416e-9b1f-64b7ec85efa6', 'swap': 0}) 2018-11-09 07:09:39,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 07:09:39,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6/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}d79e834b915645b776a7fe4fa310f93eee5ce301" -d '{"extra_specs": {}}' 2018-11-09 07:09:39,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-fb40770a-7031-436f-93be-37645bdf18c9 x-compute-request-id: req-fb40770a-7031-436f-93be-37645bdf18c9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:09:39,299 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6/os-extra_specs used request id req-fb40770a-7031-436f-93be-37645bdf18c9 2018-11-09 07:09:39,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0222158432007s 2018-11-09 07:09:39,299 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6/os-extra_specs used request id req-fb40770a-7031-436f-93be-37645bdf18c9 2018-11-09 07:09:39,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:09:39,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:09:39,311 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:09: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:09:39,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:09:39,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16cab99d-7b28-4936-81fb-0ff97b3119db Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "071df2444d324e0197d5c3dd7caf5cf3", "links": {"self": "http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:09:39,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-16cab99d-7b28-4936-81fb-0ff97b3119db 2018-11-09 07:09:39,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0927331447601s 2018-11-09 07:09:39,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-09 07:09:39,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:09:39,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-a323df05-4777-44f9-ada7-37160d4ff743 x-compute-request-id: req-a323df05-4777-44f9-ada7-37160d4ff743 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 194}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-09 07:09:39,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-a323df05-4777-44f9-ada7-37160d4ff743 2018-11-09 07:09:39,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.174647808075s 2018-11-09 07:09:39,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-a323df05-4777-44f9-ada7-37160d4ff743 2018-11-09 07:09:39,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:09:39,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:09:39,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-00b66346-cf73-4798-9a20-63ec0981f098 Date: Fri, 09 Nov 2018 07:09:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d1310087-0deb-4620-94f3-0203bc190067/snap", "metadata": {}}], "file": "/v2/images/d1310087-0deb-4620-94f3-0203bc190067/file", "owner": "5a50ed160fe44daca11515ad8bae6415", "id": "d1310087-0deb-4620-94f3-0203bc190067", "size": 12716032, "self": "/v2/images/d1310087-0deb-4620-94f3-0203bc190067", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d1310087-0deb-4620-94f3-0203bc190067/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:09:38Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:09:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:09:39,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-00b66346-cf73-4798-9a20-63ec0981f098 2018-11-09 07:09:39,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178267002106s 2018-11-09 07:09:39,752 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-00b66346-cf73-4798-9a20-63ec0981f098 2018-11-09 07:09:39,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 07:09:39,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_69f09f79-5c4a-4008-9a23-9993fc48560c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_69f09f79-5c4a-4008-9a23-9993fc48560c"}' 2018-11-09 07:09:39,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6 X-Openstack-Request-Id: req-03f573fc-85a4-4379-b0e5-3b4f6fad0205 Date: Fri, 09 Nov 2018 07:09:39 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6/file", "owner": "5a50ed160fe44daca11515ad8bae6415", "id": "77788406-c12d-453a-b0d3-d38b628ae3c6", "size": null, "self": "/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:09:39Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_69f09f79-5c4a-4008-9a23-9993fc48560c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_69f09f79-5c4a-4008-9a23-9993fc48560c", "checksum": null, "created_at": "2018-11-09T07:09:39Z", "protected": false} 2018-11-09 07:09:39,961 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-03f573fc-85a4-4379-b0e5-3b4f6fad0205 2018-11-09 07:09:39,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.205678224564s 2018-11-09 07:09:39,961 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-03f573fc-85a4-4379-b0e5-3b4f6fad0205 returning object 77788406-c12d-453a-b0d3-d38b628ae3c6 2018-11-09 07:09:39,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 07:09:39,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6/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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" -d '' 2018-11-09 07:09:41,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-96c5e503-0a48-4e1a-adf8-8e9ade95fadc Date: Fri, 09 Nov 2018 07:09:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:09:41,232 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6/file used request id req-96c5e503-0a48-4e1a-adf8-8e9ade95fadc 2018-11-09 07:09:41,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.27035498619s 2018-11-09 07:09:41,233 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6/file used request id req-96c5e503-0a48-4e1a-adf8-8e9ade95fadc 2018-11-09 07:09:41,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:09:41,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:09:41,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-cc4cd7e7-cb4d-40f5-8f3e-26ef7d98ec5d Date: Fri, 09 Nov 2018 07:09:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/77788406-c12d-453a-b0d3-d38b628ae3c6/snap", "metadata": {}}], "file": "/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6/file", "owner": "5a50ed160fe44daca11515ad8bae6415", "id": "77788406-c12d-453a-b0d3-d38b628ae3c6", "size": 12716032, "self": "/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/77788406-c12d-453a-b0d3-d38b628ae3c6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:09:41Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_69f09f79-5c4a-4008-9a23-9993fc48560c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_69f09f79-5c4a-4008-9a23-9993fc48560c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:09:39Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d1310087-0deb-4620-94f3-0203bc190067/snap", "metadata": {}}], "file": "/v2/images/d1310087-0deb-4620-94f3-0203bc190067/file", "owner": "5a50ed160fe44daca11515ad8bae6415", "id": "d1310087-0deb-4620-94f3-0203bc190067", "size": 12716032, "self": "/v2/images/d1310087-0deb-4620-94f3-0203bc190067", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d1310087-0deb-4620-94f3-0203bc190067/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:09:38Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:09:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:09:41,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cc4cd7e7-cb4d-40f5-8f3e-26ef7d98ec5d 2018-11-09 07:09:41,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245840549469s 2018-11-09 07:09:41,259 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cc4cd7e7-cb4d-40f5-8f3e-26ef7d98ec5d 2018-11-09 07:09:41,262 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/77788406-c12d-453a-b0d3-d38b628ae3c6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6/file', 'owner': u'5a50ed160fe44daca11515ad8bae6415', 'id': u'77788406-c12d-453a-b0d3-d38b628ae3c6', 'size': 12716032, u'self': u'/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5a50ed160fe44daca11515ad8bae6415', 'name': 'tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/77788406-c12d-453a-b0d3-d38b628ae3c6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T07:09:41Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T07:09:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_69f09f79-5c4a-4008-9a23-9993fc48560c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_69f09f79-5c4a-4008-9a23-9993fc48560c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_69f09f79-5c4a-4008-9a23-9993fc48560c', 'created': u'2018-11-09T07:09:39Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T07:09:39Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_69f09f79-5c4a-4008-9a23-9993fc48560c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 07:09:41,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 07:09:41,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_69f09f79-5c4a-4008-9a23-9993fc48560c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 07:09:41,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-171b2ef1-a271-4820-9994-162397ce00cc x-compute-request-id: req-171b2ef1-a271-4820-9994-162397ce00cc Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ff84a350-6a54-46a2-9bf9-b66d5f16d9d9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ff84a350-6a54-46a2-9bf9-b66d5f16d9d9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ff84a350-6a54-46a2-9bf9-b66d5f16d9d9", "name": "tempest_smoke_serial-flavor_alt_69f09f79-5c4a-4008-9a23-9993fc48560c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:09:41,335 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-171b2ef1-a271-4820-9994-162397ce00cc 2018-11-09 07:09:41,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.071702003479s 2018-11-09 07:09:41,335 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-171b2ef1-a271-4820-9994-162397ce00cc returning object ff84a350-6a54-46a2-9bf9-b66d5f16d9d9 2018-11-09 07:09:41,336 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_69f09f79-5c4a-4008-9a23-9993fc48560c', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'ff84a350-6a54-46a2-9bf9-b66d5f16d9d9', 'swap': 0}) 2018-11-09 07:09:41,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 07:09:41,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/ff84a350-6a54-46a2-9bf9-b66d5f16d9d9/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}d79e834b915645b776a7fe4fa310f93eee5ce301" -d '{"extra_specs": {}}' 2018-11-09 07:09:41,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-b2b2ce22-48bf-4b0c-b212-e0d96370b4e7 x-compute-request-id: req-b2b2ce22-48bf-4b0c-b212-e0d96370b4e7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:09:41,358 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/ff84a350-6a54-46a2-9bf9-b66d5f16d9d9/os-extra_specs used request id req-b2b2ce22-48bf-4b0c-b212-e0d96370b4e7 2018-11-09 07:09:41,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211760997772s 2018-11-09 07:09:41,358 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/ff84a350-6a54-46a2-9bf9-b66d5f16d9d9/os-extra_specs used request id req-b2b2ce22-48bf-4b0c-b212-e0d96370b4e7 2018-11-09 07:09:41,359 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_69f09f79-5c4a-4008-9a23-9993fc48560c', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'ff84a350-6a54-46a2-9bf9-b66d5f16d9d9', 'swap': 0}) 2018-11-09 07:09:45,365 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-09 07:09:43.683 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2) for deployment 'opnfv-rally' (UUID=6b57dd23-28e6-4589-823a-e994331d8b56). 2018-11-09 07:09:45.195 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-09 07:09:45.198 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2) has been successfully configured for deployment 'opnfv-rally' (UUID=6b57dd23-28e6-4589-823a-e994331d8b56)! 2018-11-09 07:09:45,365 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-09 07:09:45,366 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-09 07:09:45,368 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-09 07:09:45,384 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-09 07:09:51,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-11-09 07:09:51,043 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-09 07:09:51,071 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-09 07:09:51,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-11-09 07:09:53,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:09:53.286 51 INFO rally.api [-] Starting verification (UUID=ee47106b-19b0-43eb-be5c-12a4482276bf) for deployment 'opnfv-rally' (UUID=6b57dd23-28e6-4589-823a-e994331d8b56) by verifier 'opnfv-tempest' (UUID=c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2). 2018-11-09 07:09:53,287 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ee47106b-19b0-43eb-be5c-12a4482276bf 2018-11-09 07:10:00,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:10:00.752 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.178s] 2018-11-09 07:10:00,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:10:00.807 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-11-09 07:10:07,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:10:07.283 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.471s] 2018-11-09 07:10:10,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:10:10.698 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.414s] 2018-11-09 07:10:22,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:10:22.611 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.601s] 2018-11-09 07:10:38,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:10:38.079 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.357s] 2018-11-09 07:11:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:11:17.652 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-11-09 07:11:17,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:11:17.654 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-11-09 07:11:57,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:11:57.401 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-11-09 07:11:57,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:11:57.403 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-11-09 07:12:34,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:12:34.887 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-11-09 07:12:34,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:12:34.889 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-11-09 07:13:24,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:13:24.773 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.943s] 2018-11-09 07:13:49,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:13:49.328 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-11-09 07:13:49,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:13:49.428 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.099s] 2018-11-09 07:13:56,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:13:56.897 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.655s] 2018-11-09 07:13:56,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:13:56.906 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-11-09 07:13:58,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:13:58.163 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 07:13:58,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:13:58.163 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 07:14:02,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:14:02.667 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.520s] 2018-11-09 07:14:08,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:14:08.646 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.410s] 2018-11-09 07:14:15,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:14:15.314 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.682s] 2018-11-09 07:14:22,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:14:22.757 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.483s] 2018-11-09 07:14:31,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:14:31.524 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.878s] 2018-11-09 07:14:37,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:14:37.683 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.705s] 2018-11-09 07:14:43,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:14:43.725 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.189s] 2018-11-09 07:14:50,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:14:50.920 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.383s] 2018-11-09 07:14:57,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:14:57.935 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.700s] 2018-11-09 07:15:06,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:06.716 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.674s] 2018-11-09 07:15:09,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:09.028 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-09 07:15:11,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:11.024 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-11-09 07:15:11,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:11.101 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2018-11-09 07:15:11,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:11.178 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-11-09 07:15:11,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:11.185 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-11-09 07:15:15,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:15.160 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.840s] 2018-11-09 07:15:16,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:16.688 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.527s] 2018-11-09 07:15:18,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:18.887 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.198s] 2018-11-09 07:15:24,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:24.533 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-11-09 07:15:31,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:31.488 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.772s] 2018-11-09 07:15:47,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:47.797 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.144s] 2018-11-09 07:15:52,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:15:52.155 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.356s] 2018-11-09 07:16:04,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:04.940 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.685s] 2018-11-09 07:16:08,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:08.796 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.854s] 2018-11-09 07:16:17,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:17.023 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.227s] 2018-11-09 07:16:26,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:26.806 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.156s] 2018-11-09 07:16:30,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:30.647 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.839s] 2018-11-09 07:16:37,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:37.340 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.692s] 2018-11-09 07:16:52,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:52.036 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.441s] 2018-11-09 07:16:52,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:52.341 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.304s] 2018-11-09 07:16:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:52.605 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.264s] 2018-11-09 07:16:52,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:52.800 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.194s] 2018-11-09 07:16:53,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:53.080 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.280s] 2018-11-09 07:16:53,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:16:53.289 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.208s] 2018-11-09 07:17:06,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:06.169 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.208s] 2018-11-09 07:17:06,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:06.308 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.138s] 2018-11-09 07:17:06,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:06.447 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.137s] 2018-11-09 07:17:06,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:06.656 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.208s] 2018-11-09 07:17:06,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:06.757 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2018-11-09 07:17:06,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:06.964 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.207s] 2018-11-09 07:17:19,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:19.947 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.232s] 2018-11-09 07:17:25,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:25.566 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.618s] 2018-11-09 07:17:27,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:27.436 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.868s] 2018-11-09 07:17:27,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:27.639 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.203s] 2018-11-09 07:17:27,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:27.725 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.086s] 2018-11-09 07:17:39,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:39.052 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.601s] 2018-11-09 07:17:45,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:45.395 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.342s] 2018-11-09 07:17:47,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:47.185 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.788s] 2018-11-09 07:17:47,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:47.244 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.060s] 2018-11-09 07:17:47,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:17:47.441 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.196s] 2018-11-09 07:18:08,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:18:08.212 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.668s] 2018-11-09 07:18:19,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:18:19.709 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.496s] 2018-11-09 07:18:30,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:18:30.320 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.610s] 2018-11-09 07:18:39,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:18:39.896 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.575s] 2018-11-09 07:19:10,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:19:10.220 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.978s] 2018-11-09 07:19:21,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:19:21.838 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.617s] 2018-11-09 07:19:32,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:19:32.197 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.358s] 2018-11-09 07:19:41,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:19:41.757 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.559s] 2018-11-09 07:19:58,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:19:58.000 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.455s] 2018-11-09 07:20:00,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:00.005 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.003s] 2018-11-09 07:20:00,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:00.083 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.081s] 2018-11-09 07:20:04,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:04.506 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.403s] 2018-11-09 07:20:06,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:06.791 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.284s] 2018-11-09 07:20:06,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:06.972 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.183s] 2018-11-09 07:20:11,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:11.265 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.350s] 2018-11-09 07:20:14,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:14.371 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-11-09 07:20:15,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:15.597 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-09 07:20:15,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:15.599 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-09 07:20:15,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:15.600 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-09 07:20:15,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:15.601 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-09 07:20:15,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:15.601 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-09 07:20:17,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:17.418 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-11-09 07:20:32,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:32.778 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.228s] 2018-11-09 07:20:43,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:43.143 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.393s] 2018-11-09 07:20:56,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:20:56.918 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.774s] 2018-11-09 07:21:05,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:21:05.480 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.294s] 2018-11-09 07:22:20,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:22:20.420 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [68.150s] 2018-11-09 07:23:00,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:23:00.149 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.278s] 2018-11-09 07:23:55,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:23:55.731 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.342s] 2018-11-09 07:24:16,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ee47106b-19b0-43eb-be5c-12a4482276bf 2018-11-09 07:24:16,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ee47106b-19b0-43eb-be5c-12a4482276bf']'. 2018-11-09 07:24:17,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-09 07:24:17,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-09 07:24:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-09 07:24:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ee47106b-19b0-43eb-be5c-12a4482276bf | 2018-11-09 07:24:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-09 07:24:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-09 07:09:53 | 2018-11-09 07:24:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-09 07:24:16 | 2018-11-09 07:24:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:23 | 2018-11-09 07:24:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-11-09 07:24:17,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-09 07:24:17,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-09 07:24:17,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2) | 2018-11-09 07:24:17,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-09 07:24:17,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6b57dd23-28e6-4589-823a-e994331d8b56) | 2018-11-09 07:24:17,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-11-09 07:24:17,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 837.083 | 2018-11-09 07:24:17,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-11-09 07:24:17,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-11-09 07:24:17,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-09 07:24:17,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-09 07:24:17,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-09 07:24:17,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-09 07:24:17,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-09 07:24:17,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-09 07:24:17,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-11-09 07:24:17,904 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 07:24:17,904 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:41 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-11-09 07:24:17,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 07:24:17,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:24:19,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9febf436-375d-459b-bfb3-3efbb8860074 Date: Fri, 09 Nov 2018 07:24:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:24:19,553 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6 used request id req-9febf436-375d-459b-bfb3-3efbb8860074 2018-11-09 07:24:19,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.64561009407s 2018-11-09 07:24:19,554 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/77788406-c12d-453a-b0d3-d38b628ae3c6 used request id req-9febf436-375d-459b-bfb3-3efbb8860074 2018-11-09 07:24:19,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:24:19,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:19,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24: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-eddcef62-ca00-4c4b-a7db-7c3a6e5ac9ab x-compute-request-id: req-eddcef62-ca00-4c4b-a7db-7c3a6e5ac9ab Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3298d0b3-a36b-416e-9b1f-64b7ec85efa6", "name": "tempest_smoke_serial-flavor_69f09f79-5c4a-4008-9a23-9993fc48560c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ff84a350-6a54-46a2-9bf9-b66d5f16d9d9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ff84a350-6a54-46a2-9bf9-b66d5f16d9d9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ff84a350-6a54-46a2-9bf9-b66d5f16d9d9", "name": "tempest_smoke_serial-flavor_alt_69f09f79-5c4a-4008-9a23-9993fc48560c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:24:19,755 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-eddcef62-ca00-4c4b-a7db-7c3a6e5ac9ab 2018-11-09 07:24:19,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.200680017471s 2018-11-09 07:24:19,756 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-eddcef62-ca00-4c4b-a7db-7c3a6e5ac9ab 2018-11-09 07:24:19,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 07:24:19,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/ff84a350-6a54-46a2-9bf9-b66d5f16d9d9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:19,805 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:24: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-64e1060a-3d45-4dd6-bf7a-16c3c8c3739c x-compute-request-id: req-64e1060a-3d45-4dd6-bf7a-16c3c8c3739c Content-Length: 0 Content-Type: application/json 2018-11-09 07:24:19,805 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ff84a350-6a54-46a2-9bf9-b66d5f16d9d9 used request id req-64e1060a-3d45-4dd6-bf7a-16c3c8c3739c 2018-11-09 07:24:19,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0469949245453s 2018-11-09 07:24:19,805 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ff84a350-6a54-46a2-9bf9-b66d5f16d9d9 used request id req-64e1060a-3d45-4dd6-bf7a-16c3c8c3739c 2018-11-09 07:24:19,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:24:19,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:24:19,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-f68d891b-08b5-498b-b493-95ae43eab517 Date: Fri, 09 Nov 2018 07:24:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d1310087-0deb-4620-94f3-0203bc190067/snap", "metadata": {}}], "file": "/v2/images/d1310087-0deb-4620-94f3-0203bc190067/file", "owner": "5a50ed160fe44daca11515ad8bae6415", "id": "d1310087-0deb-4620-94f3-0203bc190067", "size": 12716032, "self": "/v2/images/d1310087-0deb-4620-94f3-0203bc190067", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d1310087-0deb-4620-94f3-0203bc190067/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:09:38Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_69f09f79-5c4a-4008-9a23-9993fc48560c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:09:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:24:19,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f68d891b-08b5-498b-b493-95ae43eab517 2018-11-09 07:24:19,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183458089828s 2018-11-09 07:24:19,990 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f68d891b-08b5-498b-b493-95ae43eab517 2018-11-09 07:24:19,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 07:24:19,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/d1310087-0deb-4620-94f3-0203bc190067 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}15fb8b7a7ebef33a4d22ff0a9c0e9b10fb23f2a8" 2018-11-09 07:24:21,811 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-534d15eb-aa18-48aa-8363-800c4bf8c132 Date: Fri, 09 Nov 2018 07:24:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:24:21,812 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d1310087-0deb-4620-94f3-0203bc190067 used request id req-534d15eb-aa18-48aa-8363-800c4bf8c132 2018-11-09 07:24:21,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.81858897209s 2018-11-09 07:24:21,812 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d1310087-0deb-4620-94f3-0203bc190067 used request id req-534d15eb-aa18-48aa-8363-800c4bf8c132 2018-11-09 07:24:21,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:24:21,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:21,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a8daf50-c597-40bd-8d0d-6706b1efef92 x-compute-request-id: req-7a8daf50-c597-40bd-8d0d-6706b1efef92 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3298d0b3-a36b-416e-9b1f-64b7ec85efa6", "name": "tempest_smoke_serial-flavor_69f09f79-5c4a-4008-9a23-9993fc48560c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:24:21,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7a8daf50-c597-40bd-8d0d-6706b1efef92 2018-11-09 07:24:21,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.03697514534s 2018-11-09 07:24:21,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7a8daf50-c597-40bd-8d0d-6706b1efef92 2018-11-09 07:24:21,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 07:24:21,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:21,896 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:24:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80082d66-aa39-4353-805d-886cb5054245 x-compute-request-id: req-80082d66-aa39-4353-805d-886cb5054245 Content-Length: 0 Content-Type: application/json 2018-11-09 07:24:21,896 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6 used request id req-80082d66-aa39-4353-805d-886cb5054245 2018-11-09 07:24:21,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0443811416626s 2018-11-09 07:24:21,897 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3298d0b3-a36b-416e-9b1f-64b7ec85efa6 used request id req-80082d66-aa39-4353-805d-886cb5054245 2018-11-09 07:24:21,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:24:21,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:22,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e89cd09-5490-49c0-893c-0872a70ef276 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_69f09f79-5c4a-4008-9a23-9993fc48560c", "links": {"self": "http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82"}, "domain_id": "default", "enabled": true, "id": "6218e8a27599430a93123b03347ddd82", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:24:22,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-5e89cd09-5490-49c0-893c-0872a70ef276 2018-11-09 07:24:22,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103801965714s 2018-11-09 07:24:22,001 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-5e89cd09-5490-49c0-893c-0872a70ef276 2018-11-09 07:24:22,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:24:22,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:22,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b7893d7-c25a-4b6a-8c19-95c00396f388 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82"}, "enabled": true, "id": "6218e8a27599430a93123b03347ddd82", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_69f09f79-5c4a-4008-9a23-9993fc48560c"}} 2018-11-09 07:24:22,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82 used request id req-2b7893d7-c25a-4b6a-8c19-95c00396f388 2018-11-09 07:24:22,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954549312592s 2018-11-09 07:24:22,104 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82 used request id req-2b7893d7-c25a-4b6a-8c19-95c00396f388 2018-11-09 07:24:22,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 07:24:22,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:22,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:24:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d13c2396-10a6-4d19-b748-76f3000ca1ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:24:22,312 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82 used request id req-d13c2396-10a6-4d19-b748-76f3000ca1ea 2018-11-09 07:24:22,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.207351922989s 2018-11-09 07:24:22,312 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/6218e8a27599430a93123b03347ddd82 used request id req-d13c2396-10a6-4d19-b748-76f3000ca1ea 2018-11-09 07:24:22,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:24:22,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:22,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-576d2924-22ba-4ec7-b8c5-6e30a84299ff Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415"}, "enabled": true, "id": "5a50ed160fe44daca11515ad8bae6415", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_69f09f79-5c4a-4008-9a23-9993fc48560c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:24:22,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-576d2924-22ba-4ec7-b8c5-6e30a84299ff 2018-11-09 07:24:22,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0741381645203s 2018-11-09 07:24:22,387 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-576d2924-22ba-4ec7-b8c5-6e30a84299ff 2018-11-09 07:24:22,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 07:24:22,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:22,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:24:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0831729-516a-4462-8a81-7bb0af09b179 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:24:22,538 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415 used request id req-c0831729-516a-4462-8a81-7bb0af09b179 2018-11-09 07:24:22,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.148384094238s 2018-11-09 07:24:22,538 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5a50ed160fe44daca11515ad8bae6415 used request id req-c0831729-516a-4462-8a81-7bb0af09b179 2018-11-09 07:24:22,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:24:22,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:22,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30db2f66-8b5f-4bce-990d-12e6e93832f9 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "071df2444d324e0197d5c3dd7caf5cf3", "links": {"self": "http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:24:22,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-30db2f66-8b5f-4bce-990d-12e6e93832f9 2018-11-09 07:24:22,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832560062408s 2018-11-09 07:24:22,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 07:24:22,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:22,839 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:24:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6ee0085-8183-4db6-8cbf-0964b3db587c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:24:22,839 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/071df2444d324e0197d5c3dd7caf5cf3 used request id req-b6ee0085-8183-4db6-8cbf-0964b3db587c 2018-11-09 07:24:22,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.215526103973s 2018-11-09 07:24:22,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:24:22,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=5a50ed160fe44daca11515ad8bae6415&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}d79e834b915645b776a7fe4fa310f93eee5ce301" 2018-11-09 07:24:23,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-027b577e-5e73-4084-b66c-cd02a1969074 Date: Fri, 09 Nov 2018 07:24:22 GMT RESP BODY: {"security_groups": []} 2018-11-09 07:24:23,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=5a50ed160fe44daca11515ad8bae6415&name=default used request id req-027b577e-5e73-4084-b66c-cd02a1969074 2018-11-09 07:24:23,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.177832126617s 2018-11-09 07:24:23,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=5a50ed160fe44daca11515ad8bae6415&name=default used request id req-027b577e-5e73-4084-b66c-cd02a1969074 2018-11-09 07:24:23,074 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-11-09 07:24:23,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:24:23,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:24:23,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:24:23,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:24:23,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:24:23,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:24:23,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:24:23,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:24:23,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:24:23,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:24:23,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:24:23,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:24:23,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:24:23,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:24:23,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:24:23,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb614779-0d78-4f8d-ac8c-6a0737810f1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:24:23,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bb614779-0d78-4f8d-ac8c-6a0737810f1f 2018-11-09 07:24:23,179 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:24:23,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:24:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["YbR8gchBQA6xX5q8FlmcBA"], "issued_at": "2018-11-09T07:24:23.000000Z"}} 2018-11-09 07:24:23,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:24:23,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:23,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ff5fdcd6-be1a-46cc-b920-2ed0ef60239e Date: Fri, 09 Nov 2018 07:24:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 07:24:23,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ff5fdcd6-be1a-46cc-b920-2ed0ef60239e 2018-11-09 07:24:23,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249173164368s 2018-11-09 07:24:23,812 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ff5fdcd6-be1a-46cc-b920-2ed0ef60239e 2018-11-09 07:24:23,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 07:24:23,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:23,823 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:24:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:24:23,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:23,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b65524-83b9-4c67-bfe8-1b1aff83bfba Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 07:24:23,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-06b65524-83b9-4c67-bfe8-1b1aff83bfba 2018-11-09 07:24:23,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0975520610809s 2018-11-09 07:24:23,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 07:24:23,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}9d31dc2f31e9505594c570a85e2186b12dc19582" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71"}}' 2018-11-09 07:24:24,013 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:24:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4493174-8533-457d-b282-c556366805c8 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.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802"}, "enabled": true, "id": "ddc1ae62ece2447094c663640e29c802", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71"}} 2018-11-09 07:24:24,013 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-c4493174-8533-457d-b282-c556366805c8 2018-11-09 07:24:24,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.100747108459s 2018-11-09 07:24:24,013 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-c4493174-8533-457d-b282-c556366805c8 2018-11-09 07:24:24,014 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'id': u'ddc1ae62ece2447094c663640e29c802', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 07:24:24,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 07:24:24,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.358842134476s 2018-11-09 07:24:24,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:24,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d56eb56d-b1d2-469c-b0a4-994cd0bddf56 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306"}, "enabled": true, "id": "847e02621fa846c994061ec04fa2b306", "options": {}, "domain_id": "default", "name": "rally_sanity-user_f1eab7b1-cd2f-4005-b467-5461f09eca71"}} 2018-11-09 07:24:24,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306 used request id req-d56eb56d-b1d2-469c-b0a4-994cd0bddf56 2018-11-09 07:24:24,474 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'847e02621fa846c994061ec04fa2b306', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_f1eab7b1-cd2f-4005-b467-5461f09eca71'}) 2018-11-09 07:24:24,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:24:24,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:24,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc4710dc-6033-42da-8896-ff002fd445a7 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:24:24,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-dc4710dc-6033-42da-8896-ff002fd445a7 2018-11-09 07:24:24,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809421539307s 2018-11-09 07:24:24,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:24:24,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:24,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d40a68ad-d586-488f-8b4e-39023d00f693 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:24:24,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d40a68ad-d586-488f-8b4e-39023d00f693 2018-11-09 07:24:24,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0749619007111s 2018-11-09 07:24:24,633 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 07:24:24,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 07:24:24,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" -d '{"role": {"name": "Member"}}' 2018-11-09 07:24:24,731 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:24:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-514341fd-4695-4ac2-8792-65ded133b1d6 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "286c8a3beea14ff3b562844e4e61de73", "links": {"self": "http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73"}, "name": "Member"}} 2018-11-09 07:24:24,731 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-514341fd-4695-4ac2-8792-65ded133b1d6 2018-11-09 07:24:24,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0981841087341s 2018-11-09 07:24:24,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:24,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31a1c3eb-64e6-426d-8eec-f4780f46db3d Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73"}, "domain_id": null, "name": "Member", "id": "286c8a3beea14ff3b562844e4e61de73"}} 2018-11-09 07:24:24,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73 used request id req-31a1c3eb-64e6-426d-8eec-f4780f46db3d 2018-11-09 07:24:24,810 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73'}, 'domain_id': None, 'human_id': None, 'id': u'286c8a3beea14ff3b562844e4e61de73', 'HUMAN_ID': False}) 2018-11-09 07:24:24,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:24:24,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:24,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a63a95c-80f3-42c7-ac72-3fef27419459 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "286c8a3beea14ff3b562844e4e61de73", "links": {"self": "http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:24:24,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3a63a95c-80f3-42c7-ac72-3fef27419459 2018-11-09 07:24:24,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0871138572693s 2018-11-09 07:24:24,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:24:24,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d03d5792-a819-4b17-8d2a-ef4656ce0d1e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:24:25,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-d03d5792-a819-4b17-8d2a-ef4656ce0d1e 2018-11-09 07:24:25,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.156700849533s 2018-11-09 07:24:25,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:24:25,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-220ea92f-1d38-4f3f-8be4-46cd8d11966a Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_f1eab7b1-cd2f-4005-b467-5461f09eca71", "links": {"self": "http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306"}, "domain_id": "default", "enabled": true, "id": "847e02621fa846c994061ec04fa2b306", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:24:25,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-220ea92f-1d38-4f3f-8be4-46cd8d11966a 2018-11-09 07:24:25,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100478887558s 2018-11-09 07:24:25,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-220ea92f-1d38-4f3f-8be4-46cd8d11966a 2018-11-09 07:24:25,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:24:25,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28425af0-8a43-43e4-a017-f6b08fe3c44e Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802"}, "enabled": true, "id": "ddc1ae62ece2447094c663640e29c802", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71"}]} 2018-11-09 07:24:25,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-28425af0-8a43-43e4-a017-f6b08fe3c44e 2018-11-09 07:24:25,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0768241882324s 2018-11-09 07:24:25,242 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-28425af0-8a43-43e4-a017-f6b08fe3c44e 2018-11-09 07:24:25,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:24:25,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=847e02621fa846c994061ec04fa2b306&scope.project.id=ddc1ae62ece2447094c663640e29c802&role.id=286c8a3beea14ff3b562844e4e61de73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2242d1eb-8a3b-4b00-9f7c-aff224d2791e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=847e02621fa846c994061ec04fa2b306&scope.project.id=ddc1ae62ece2447094c663640e29c802&role.id=286c8a3beea14ff3b562844e4e61de73", "previous": null, "next": null}} 2018-11-09 07:24:25,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=847e02621fa846c994061ec04fa2b306&scope.project.id=ddc1ae62ece2447094c663640e29c802&role.id=286c8a3beea14ff3b562844e4e61de73 used request id req-2242d1eb-8a3b-4b00-9f7c-aff224d2791e 2018-11-09 07:24:25,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0795300006866s 2018-11-09 07:24:25,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:24:25,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802/users/847e02621fa846c994061ec04fa2b306/roles/286c8a3beea14ff3b562844e4e61de73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:24:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f165537-8cab-4cd2-98ee-5fb36f305047 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:24:25,441 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802/users/847e02621fa846c994061ec04fa2b306/roles/286c8a3beea14ff3b562844e4e61de73 used request id req-7f165537-8cab-4cd2-98ee-5fb36f305047 2018-11-09 07:24:25,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117272853851s 2018-11-09 07:24:25,442 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71', 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': 'b932e99b-626c-41ae-9824-5f76cf25357f', 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_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'project_id': u'ddc1ae62ece2447094c663640e29c802', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 07:24:25,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:24:25,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:24:25,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:24:25,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:24:25,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:24:25,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:24:25,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:24:25,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:24:25,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:24:25,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:24:25,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:24:25,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:24:25,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:24:25,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:24:25,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:24:25,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:24:25,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:24:25,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:24:25,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:24:25,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:24:25,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:24:25,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:24:25,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:24:25,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:24:25,448 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'password': 'b932e99b-626c-41ae-9824-5f76cf25357f', 'project_name': 'rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'ddc1ae62ece2447094c663640e29c802', 'project_domain_name': 'Default'} 2018-11-09 07:24:25,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:24:25,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ffa80f-b508-45ac-a2c4-e0e02ae37571 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "286c8a3beea14ff3b562844e4e61de73", "links": {"self": "http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:24:25,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d0ffa80f-b508-45ac-a2c4-e0e02ae37571 2018-11-09 07:24:25,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.071163892746s 2018-11-09 07:24:25,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:24:25,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-060964c2-6198-42e4-a1a8-adb1bea84bfb Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "286c8a3beea14ff3b562844e4e61de73", "links": {"self": "http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:24:25,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-060964c2-6198-42e4-a1a8-adb1bea84bfb 2018-11-09 07:24:25,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787360668182s 2018-11-09 07:24:25,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:24:25,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1308ee0c-e6cb-44f8-874e-b3b41d980de8 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:24:25,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-1308ee0c-e6cb-44f8-874e-b3b41d980de8 2018-11-09 07:24:25,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0801420211792s 2018-11-09 07:24:25,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:24:25,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df084a37-a6be-4b4e-a441-24215b0fdd07 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_f1eab7b1-cd2f-4005-b467-5461f09eca71", "links": {"self": "http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306"}, "domain_id": "default", "enabled": true, "id": "847e02621fa846c994061ec04fa2b306", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:24:25,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-df084a37-a6be-4b4e-a441-24215b0fdd07 2018-11-09 07:24:25,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0909018516541s 2018-11-09 07:24:25,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-df084a37-a6be-4b4e-a441-24215b0fdd07 2018-11-09 07:24:25,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:24:25,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74527542-6283-42a0-b08e-163f2cc3c72b Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802"}, "enabled": true, "id": "ddc1ae62ece2447094c663640e29c802", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71"}]} 2018-11-09 07:24:25,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-74527542-6283-42a0-b08e-163f2cc3c72b 2018-11-09 07:24:25,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835700035095s 2018-11-09 07:24:25,863 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-74527542-6283-42a0-b08e-163f2cc3c72b 2018-11-09 07:24:25,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:24:25,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=847e02621fa846c994061ec04fa2b306&scope.project.id=ddc1ae62ece2447094c663640e29c802&role.id=79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:25,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64e18ea5-0e42-4cea-b06d-ebf976eacc51 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=847e02621fa846c994061ec04fa2b306&scope.project.id=ddc1ae62ece2447094c663640e29c802&role.id=79f21433cbd840ddbed71b46b37d5f03", "previous": null, "next": null}} 2018-11-09 07:24:25,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=847e02621fa846c994061ec04fa2b306&scope.project.id=ddc1ae62ece2447094c663640e29c802&role.id=79f21433cbd840ddbed71b46b37d5f03 used request id req-64e18ea5-0e42-4cea-b06d-ebf976eacc51 2018-11-09 07:24:25,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812520980835s 2018-11-09 07:24:25,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:24:25,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802/users/847e02621fa846c994061ec04fa2b306/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:26,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:24:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c6c9c54-0bc8-4f4f-8da4-368a3d74ff4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:24:26,063 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802/users/847e02621fa846c994061ec04fa2b306/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-3c6c9c54-0bc8-4f4f-8da4-368a3d74ff4f 2018-11-09 07:24:26,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115747928619s 2018-11-09 07:24:26,063 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-11-09 07:24:26,417 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-11-09 07:24:26,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 07:24:26,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:26,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8271e807-1b9c-483e-8b4b-920353a24e34 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 07:24:26,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-8271e807-1b9c-483e-8b4b-920353a24e34 2018-11-09 07:24:26,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0829000473022s 2018-11-09 07:24:26,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:24:26,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:24:26,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-014b1543-2f6c-4ab4-b49a-412ddb83ca69 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802"}, "enabled": true, "id": "ddc1ae62ece2447094c663640e29c802", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71"}]} 2018-11-09 07:24:26,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-014b1543-2f6c-4ab4-b49a-412ddb83ca69 2018-11-09 07:24:26,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0823011398315s 2018-11-09 07:24:26,585 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-014b1543-2f6c-4ab4-b49a-412ddb83ca69 2018-11-09 07:24:26,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-09 07:24:26,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" -d '{"network": {"shared": true, "tenant_id": "ddc1ae62ece2447094c663640e29c802", "name": "rally_sanity-net_f1eab7b1-cd2f-4005-b467-5461f09eca71", "admin_state_up": true}}' 2018-11-09 07:24:27,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-cdcffc87-490b-4c21-8a4d-de775f53cdae Date: Fri, 09 Nov 2018 07:24:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"eb73d6e6-9579-4fa0-a4b8-2f8fff72894c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":true,"project_id":"ddc1ae62ece2447094c663640e29c802","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T07:24:26Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_f1eab7b1-cd2f-4005-b467-5461f09eca71","admin_state_up":true,"tenant_id":"ddc1ae62ece2447094c663640e29c802","created_at":"2018-11-09T07:24:26Z","mtu":1450}} 2018-11-09 07:24:27,240 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cdcffc87-490b-4c21-8a4d-de775f53cdae 2018-11-09 07:24:27,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.652081012726s 2018-11-09 07:24:27,240 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cdcffc87-490b-4c21-8a4d-de775f53cdae 2018-11-09 07:24:27,241 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-09T07:24:26Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'eb73d6e6-9579-4fa0-a4b8-2f8fff72894c', u'provider:segmentation_id': 22, 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_f1eab7b1-cd2f-4005-b467-5461f09eca71', u'created_at': u'2018-11-09T07:24:26Z', u'mtu': 1450, u'tenant_id': u'ddc1ae62ece2447094c663640e29c802', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'ddc1ae62ece2447094c663640e29c802'}) 2018-11-09 07:24:27,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:24:27,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ce012d-1f74-4b0e-9fa8-c25ab22a0781 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:24:27,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-92ce012d-1f74-4b0e-9fa8-c25ab22a0781 2018-11-09 07:24:27,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:24:27,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "286c8a3beea14ff3b562844e4e61de73", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:24:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ddc1ae62ece2447094c663640e29c802", "name": "rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ddc1ae62ece2447094c663640e29c802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ddc1ae62ece2447094c663640e29c802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ddc1ae62ece2447094c663640e29c802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ddc1ae62ece2447094c663640e29c802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ddc1ae62ece2447094c663640e29c802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ddc1ae62ece2447094c663640e29c802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ddc1ae62ece2447094c663640e29c802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ddc1ae62ece2447094c663640e29c802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ddc1ae62ece2447094c663640e29c802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ddc1ae62ece2447094c663640e29c802", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ddc1ae62ece2447094c663640e29c802", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ddc1ae62ece2447094c663640e29c802", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_f1eab7b1-cd2f-4005-b467-5461f09eca71", "id": "847e02621fa846c994061ec04fa2b306"}, "audit_ids": ["iiWiMJ6yQ-mFaCbQlgyNjA"], "issued_at": "2018-11-09T07:24:27.000000Z"}} 2018-11-09 07:24:27,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:24:27,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:24:27,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-075bd7a9-311c-4b2e-8762-09b070fca56f Date: Fri, 09 Nov 2018 07:24:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eb73d6e6-9579-4fa0-a4b8-2f8fff72894c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":true,"project_id":"ddc1ae62ece2447094c663640e29c802","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T07:24:26Z","qos_policy_id":null,"name":"rally_sanity-net_f1eab7b1-cd2f-4005-b467-5461f09eca71","admin_state_up":true,"tenant_id":"ddc1ae62ece2447094c663640e29c802","created_at":"2018-11-09T07:24:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 07:24:27,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-075bd7a9-311c-4b2e-8762-09b070fca56f 2018-11-09 07:24:27,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.23895406723s 2018-11-09 07:24:27,876 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-075bd7a9-311c-4b2e-8762-09b070fca56f 2018-11-09 07:24:27,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-09 07:24:27,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" -d '{"subnet": {"name": "rally_sanity-subnet_f1eab7b1-cd2f-4005-b467-5461f09eca71", "enable_dhcp": true, "network_id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-09 07:24:28,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9e49788b-5c42-44c7-8bca-be0a5b440997 Date: Fri, 09 Nov 2018 07:24:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb73d6e6-9579-4fa0-a4b8-2f8fff72894c","tenant_id":"ddc1ae62ece2447094c663640e29c802","created_at":"2018-11-09T07:24:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T07:24:28Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"ddc1ae62ece2447094c663640e29c802","id":"e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a","subnetpool_id":null,"name":"rally_sanity-subnet_f1eab7b1-cd2f-4005-b467-5461f09eca71"}} 2018-11-09 07:24:28,436 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-9e49788b-5c42-44c7-8bca-be0a5b440997 2018-11-09 07:24:28,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.558660030365s 2018-11-09 07:24:28,437 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-9e49788b-5c42-44c7-8bca-be0a5b440997 2018-11-09 07:24:28,437 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T07:24:28Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_f1eab7b1-cd2f-4005-b467-5461f09eca71', u'enable_dhcp': True, u'network_id': u'eb73d6e6-9579-4fa0-a4b8-2f8fff72894c', u'tenant_id': u'ddc1ae62ece2447094c663640e29c802', u'created_at': u'2018-11-09T07:24:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ddc1ae62ece2447094c663640e29c802'}) 2018-11-09 07:24:28,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-09 07:24:28,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "rally_sanity-router_f1eab7b1-cd2f-4005-b467-5461f09eca71", "admin_state_up": true}}' 2018-11-09 07:24:33,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-43743a41-2bec-4ae1-a6c1-fbd991b36ace Date: Fri, 09 Nov 2018 07:24:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ddc1ae62ece2447094c663640e29c802", "created_at": "2018-11-09T07:24:29Z", "admin_state_up": true, "updated_at": "2018-11-09T07:24:29Z", "project_id": "ddc1ae62ece2447094c663640e29c802", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "971c89e0-1199-4bd2-b88f-1a50bf697057", "name": "rally_sanity-router_f1eab7b1-cd2f-4005-b467-5461f09eca71"}} 2018-11-09 07:24:33,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-43743a41-2bec-4ae1-a6c1-fbd991b36ace 2018-11-09 07:24:33,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.98379015923s 2018-11-09 07:24:33,422 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-43743a41-2bec-4ae1-a6c1-fbd991b36ace 2018-11-09 07:24:33,422 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T07:24:29Z', u'revision_number': 3, u'ha': True, u'id': u'971c89e0-1199-4bd2-b88f-1a50bf697057', u'external_gateway_info': {u'network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cb65f4ed-a378-4853-84d5-43a993df3191', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_f1eab7b1-cd2f-4005-b467-5461f09eca71', u'admin_state_up': True, u'tenant_id': u'ddc1ae62ece2447094c663640e29c802', u'created_at': u'2018-11-09T07:24:29Z', u'flavor_id': None, u'routes': [], u'project_id': u'ddc1ae62ece2447094c663640e29c802'}) 2018-11-09 07:24:33,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-09 07:24:33,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/971c89e0-1199-4bd2-b88f-1a50bf697057/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}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" -d '{"subnet_id": "e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a"}' 2018-11-09 07:24:35,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9cde31b7-b11f-4854-9226-f4e525095a5c Date: Fri, 09 Nov 2018 07:24:35 GMT RESP BODY: {"network_id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c", "tenant_id": "ddc1ae62ece2447094c663640e29c802", "subnet_id": "e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a", "subnet_ids": ["e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a"], "port_id": "3f356642-05ac-469f-ad45-5edefeab3298", "id": "971c89e0-1199-4bd2-b88f-1a50bf697057"} 2018-11-09 07:24:35,364 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/971c89e0-1199-4bd2-b88f-1a50bf697057/add_router_interface.json used request id req-9cde31b7-b11f-4854-9226-f4e525095a5c 2018-11-09 07:24:35,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.94105195999s 2018-11-09 07:24:35,364 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/971c89e0-1199-4bd2-b88f-1a50bf697057/add_router_interface.json used request id req-9cde31b7-b11f-4854-9226-f4e525095a5c returning object 971c89e0-1199-4bd2-b88f-1a50bf697057 2018-11-09 07:24:35,365 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:24:35,498 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-09 07:24:35,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:24:35,504 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 07:24:35 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 07:24:35,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:24:35,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:24:35,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5fa34860-b8d3-4ea9-8530-50ae1402d021 Date: Fri, 09 Nov 2018 07:24:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:24:35,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5fa34860-b8d3-4ea9-8530-50ae1402d021 2018-11-09 07:24:35,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165082216263s 2018-11-09 07:24:35,673 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5fa34860-b8d3-4ea9-8530-50ae1402d021 2018-11-09 07:24:35,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 07:24:35,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71"}' 2018-11-09 07:24:35,859 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa X-Openstack-Request-Id: req-de941475-d490-48d5-ac4a-571214b6db11 Date: Fri, 09 Nov 2018 07:24:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/file", "owner": "ddc1ae62ece2447094c663640e29c802", "id": "fab60d6f-01b9-4011-a16c-2bcd85c1e4fa", "size": null, "self": "/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:24:35Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71", "checksum": null, "created_at": "2018-11-09T07:24:35Z", "protected": false} 2018-11-09 07:24:35,860 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-de941475-d490-48d5-ac4a-571214b6db11 2018-11-09 07:24:35,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.184766054153s 2018-11-09 07:24:35,860 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-de941475-d490-48d5-ac4a-571214b6db11 returning object fab60d6f-01b9-4011-a16c-2bcd85c1e4fa 2018-11-09 07:24:35,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 07:24:35,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/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}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" -d '' 2018-11-09 07:24:37,182 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55773b21-9e77-4a15-b6d5-13d8ddf7518a Date: Fri, 09 Nov 2018 07:24:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:24:37,182 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/file used request id req-55773b21-9e77-4a15-b6d5-13d8ddf7518a 2018-11-09 07:24:37,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.32103919983s 2018-11-09 07:24:37,182 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/file used request id req-55773b21-9e77-4a15-b6d5-13d8ddf7518a 2018-11-09 07:24:37,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:24:37,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:24:37,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-ea63b54f-b58d-4748-b938-9cf875dcaa93 Date: Fri, 09 Nov 2018 07:24:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/snap", "metadata": {}}], "file": "/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/file", "owner": "ddc1ae62ece2447094c663640e29c802", "id": "fab60d6f-01b9-4011-a16c-2bcd85c1e4fa", "size": 12716032, "self": "/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:24:36Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:24:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:24:37,434 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ea63b54f-b58d-4748-b938-9cf875dcaa93 2018-11-09 07:24:37,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.250652074814s 2018-11-09 07:24:37,434 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ea63b54f-b58d-4748-b938-9cf875dcaa93 2018-11-09 07:24:37,437 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/file', 'owner': u'ddc1ae62ece2447094c663640e29c802', 'id': u'fab60d6f-01b9-4011-a16c-2bcd85c1e4fa', 'size': 12716032, u'self': u'/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ddc1ae62ece2447094c663640e29c802', 'name': 'rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T07:24:36Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T07:24:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'created': u'2018-11-09T07:24:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T07:24:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 07:24:37,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 07:24:37,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 07:24:37,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27a7a049-275f-4a57-85c8-9343a47bad46 x-compute-request-id: req-27a7a049-275f-4a57-85c8-9343a47bad46 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "15b5d3c8-7811-481d-ad96-bb840a78b942", "name": "rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:24:37,622 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-27a7a049-275f-4a57-85c8-9343a47bad46 2018-11-09 07:24:37,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.184267997742s 2018-11-09 07:24:37,622 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-27a7a049-275f-4a57-85c8-9343a47bad46 returning object 15b5d3c8-7811-481d-ad96-bb840a78b942 2018-11-09 07:24:37,623 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'15b5d3c8-7811-481d-ad96-bb840a78b942', 'swap': 0}) 2018-11-09 07:24:37,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 07:24:37,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942/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}9d31dc2f31e9505594c570a85e2186b12dc19582" -d '{"extra_specs": {}}' 2018-11-09 07:24:37,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-584c609a-f5cb-4248-8320-5f3e93e389f9 x-compute-request-id: req-584c609a-f5cb-4248-8320-5f3e93e389f9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:24:37,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942/os-extra_specs used request id req-584c609a-f5cb-4248-8320-5f3e93e389f9 2018-11-09 07:24:37,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203371047974s 2018-11-09 07:24:37,644 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942/os-extra_specs used request id req-584c609a-f5cb-4248-8320-5f3e93e389f9 2018-11-09 07:24:37,645 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-09 07:24:40,094 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-09 07:24:39.734 117 INFO rally.deployment.engine [-] Deployment 6b57dd23-28e6-4589-823a-e994331d8b56 | Starting: Destroy cloud and free allocated resources. 2018-11-09 07:24:39.802 117 INFO rally.deployment.engine [-] Deployment 6b57dd23-28e6-4589-823a-e994331d8b56 | Completed: Destroy cloud and free allocated resources. 2018-11-09 07:24:39.841 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2) for deployment 'opnfv-rally'. 2018-11-09 07:24:39.857 117 INFO rally.api [-] Deleting verification (UUID=ee47106b-19b0-43eb-be5c-12a4482276bf). 2018-11-09 07:24:39.888 117 INFO rally.api [-] Verification has been successfully deleted! 2018-11-09 07:24:39.888 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2). 2018-11-09 07:24:39.895 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-09 07:24:42,490 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-09 07:24:42.214 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=28f4d107-09aa-4302-9b33-135fa5e36653) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 28f4d107-09aa-4302-9b33-135fa5e36653 | 2018-11-09T07:24:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 28f4d107-09aa-4302-9b33-135fa5e36653 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-09 07:24:45,956 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-09 07:24:45,957 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-11-09 07:24:45,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-09 07:24:45,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:24:46,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64e75da2-9bf2-4e6e-8f6b-ed9a1f3849a8 x-compute-request-id: req-64e75da2-9bf2-4e6e-8f6b-ed9a1f3849a8 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 194}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-09 07:24:46,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-64e75da2-9bf2-4e6e-8f6b-ed9a1f3849a8 2018-11-09 07:24:46,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.219708919525s 2018-11-09 07:24:46,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-64e75da2-9bf2-4e6e-8f6b-ed9a1f3849a8 2018-11-09 07:24:46,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 07:24:46,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_f1eab7b1-cd2f-4005-b467-5461f09eca71", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 07:24:46,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24: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-2ff78b8f-11d6-45f2-8b76-eaac15914cae x-compute-request-id: req-2ff78b8f-11d6-45f2-8b76-eaac15914cae Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/1634f787-be02-4216-ba74-c8713dbe3c49", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/1634f787-be02-4216-ba74-c8713dbe3c49", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1634f787-be02-4216-ba74-c8713dbe3c49", "name": "rally_sanity-flavor_alt_f1eab7b1-cd2f-4005-b467-5461f09eca71", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:24:46,228 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2ff78b8f-11d6-45f2-8b76-eaac15914cae 2018-11-09 07:24:46,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0488269329071s 2018-11-09 07:24:46,229 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2ff78b8f-11d6-45f2-8b76-eaac15914cae returning object 1634f787-be02-4216-ba74-c8713dbe3c49 2018-11-09 07:24:46,229 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'1634f787-be02-4216-ba74-c8713dbe3c49', 'swap': 0}) 2018-11-09 07:24:46,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 07:24:46,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/1634f787-be02-4216-ba74-c8713dbe3c49/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}9d31dc2f31e9505594c570a85e2186b12dc19582" -d '{"extra_specs": {}}' 2018-11-09 07:24:46,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:24: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-7ceea903-ad0e-4619-b882-c8eb87b64870 x-compute-request-id: req-7ceea903-ad0e-4619-b882-c8eb87b64870 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:24:46,261 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/1634f787-be02-4216-ba74-c8713dbe3c49/os-extra_specs used request id req-7ceea903-ad0e-4619-b882-c8eb87b64870 2018-11-09 07:24:46,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0305788516998s 2018-11-09 07:24:46,261 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/1634f787-be02-4216-ba74-c8713dbe3c49/os-extra_specs used request id req-7ceea903-ad0e-4619-b882-c8eb87b64870 2018-11-09 07:24:46,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'1634f787-be02-4216-ba74-c8713dbe3c49', 'swap': 0}) 2018-11-09 07:24:46,262 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-11-09 07:24:46,280 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-11-09 07:24:46,282 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-09 07:24:46,300 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-09 07:24:46,306 - 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': 'eb73d6e6-9579-4fa0-a4b8-2f8fff72894c', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'flavor_name': 'rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-09 07:25:48,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ca605c09-8c2c-4c78-ae95-b6949dc057eb 2018-11-09 07:25:48,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-11-09 07:25:48,322 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ca605c09-8c2c-4c78-ae95-b6949dc057eb'] 2018-11-09 07:25:49,394 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ca605c09-8c2c-4c78-ae95-b6949dc057eb -------------------------------------------------------------------------------- Task ca605c09-8c2c-4c78-ae95-b6949dc057eb: 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 ca605c09-8c2c-4c78-ae95-b6949dc057eb 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.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | total | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> duration | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.472142 Full duration: 7.373553 -------------------------------------------------------------------------------- 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 ca605c09-8c2c-4c78-ae95-b6949dc057eb 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.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> duration | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.814623 Full duration: 7.629747 -------------------------------------------------------------------------------- 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 ca605c09-8c2c-4c78-ae95-b6949dc057eb 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.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | total | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | -> duration | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.952949 Full duration: 7.719789 -------------------------------------------------------------------------------- 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 ca605c09-8c2c-4c78-ae95-b6949dc057eb 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.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | total | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | -> duration | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.260394 Full duration: 8.144959 -------------------------------------------------------------------------------- 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 ca605c09-8c2c-4c78-ae95-b6949dc057eb 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.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923947 Full duration: 7.902451 -------------------------------------------------------------------------------- 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 ca605c09-8c2c-4c78-ae95-b6949dc057eb 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.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.72423 Full duration: 7.552043 HINTS: * To plot HTML graphics with this data, run: rally task report ca605c09-8c2c-4c78-ae95-b6949dc057eb --out output.html * To generate a JUnit report, run: rally task export ca605c09-8c2c-4c78-ae95-b6949dc057eb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ca605c09-8c2c-4c78-ae95-b6949dc057eb --json --out output.json 2018-11-09 07:25:49,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ca605c09-8c2c-4c78-ae95-b6949dc057eb', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-11-09 07:25:51,616 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ca605c09-8c2c-4c78-ae95-b6949dc057eb --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-11-09 07:25:51.521 728 INFO rally.api [-] Building 'json' report for the following task(s): 'ca605c09-8c2c-4c78-ae95-b6949dc057eb'. 2018-11-09 07:25:51.526 728 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:25:51,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ca605c09-8c2c-4c78-ae95-b6949dc057eb', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-11-09 07:25:53,879 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ca605c09-8c2c-4c78-ae95-b6949dc057eb --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-11-09 07:25:53.743 731 INFO rally.api [-] Building 'html' report for the following task(s): 'ca605c09-8c2c-4c78-ae95-b6949dc057eb'. 2018-11-09 07:25:53.776 731 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:25:53,885 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-11-09 07:25:53,886 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-11-09 07:25:53,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-11-09 07:25:53,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-09 07:25:53,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-09 07:25:53,933 - 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': 'eb73d6e6-9579-4fa0-a4b8-2f8fff72894c', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'flavor_name': 'rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-09 07:27:31,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 51dda646-9e57-47aa-9fc4-0fc64f8cb870 2018-11-09 07:27:31,742 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '51dda646-9e57-47aa-9fc4-0fc64f8cb870'] 2018-11-09 07:27:32,730 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 51dda646-9e57-47aa-9fc4-0fc64f8cb870 -------------------------------------------------------------------------------- Task 51dda646-9e57-47aa-9fc4-0fc64f8cb870: 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 51dda646-9e57-47aa-9fc4-0fc64f8cb870 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.242 | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> glance_v2.upload_data | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 100.0% | 1 | | glance_v2.delete_image | 1.505 | 1.505 | 1.505 | 1.505 | 1.505 | 1.505 | 100.0% | 1 | | total | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 100.0% | 1 | | -> duration | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 5.747 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.746704 Full duration: 14.34027 -------------------------------------------------------------------------------- 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 51dda646-9e57-47aa-9fc4-0fc64f8cb870 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.326 | 4.326 | 4.326 | 4.326 | 4.326 | 4.326 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 0.48 | 100.0% | 1 | | -> glance_v2.upload_data | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 100.0% | 1 | | glance_v2.list_images | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 4.499 | 4.499 | 4.499 | 4.499 | 4.499 | 4.499 | 100.0% | 1 | | -> duration | 4.499 | 4.499 | 4.499 | 4.499 | 4.499 | 4.499 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.499441 Full duration: 16.588803 -------------------------------------------------------------------------------- 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 51dda646-9e57-47aa-9fc4-0fc64f8cb870 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.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | total | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | -> duration | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.357123 Full duration: 7.870574 -------------------------------------------------------------------------------- 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_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "number_instances": 2, "nics": [ { "net-id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c" } ] }, "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 51dda646-9e57-47aa-9fc4-0fc64f8cb870 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.628 | 4.628 | 4.628 | 4.628 | 4.628 | 4.628 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.379 | 0.379 | 0.379 | 0.379 | 0.379 | 0.379 | 100.0% | 1 | | -> glance_v2.upload_data | 1.834 | 1.834 | 1.834 | 1.834 | 1.834 | 1.834 | 100.0% | 1 | | nova.boot_servers | 13.262 | 13.262 | 13.262 | 13.262 | 13.262 | 13.262 | 100.0% | 1 | | total | 17.891 | 17.891 | 17.891 | 17.891 | 17.891 | 17.891 | 100.0% | 1 | | -> duration | 16.891 | 16.891 | 16.891 | 16.891 | 16.891 | 16.891 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.89119 Full duration: 40.773748 HINTS: * To plot HTML graphics with this data, run: rally task report 51dda646-9e57-47aa-9fc4-0fc64f8cb870 --out output.html * To generate a JUnit report, run: rally task export 51dda646-9e57-47aa-9fc4-0fc64f8cb870 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 51dda646-9e57-47aa-9fc4-0fc64f8cb870 --json --out output.json 2018-11-09 07:27:32,731 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '51dda646-9e57-47aa-9fc4-0fc64f8cb870', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-11-09 07:27:34,779 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 51dda646-9e57-47aa-9fc4-0fc64f8cb870 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-11-09 07:27:34.666 1284 INFO rally.api [-] Building 'json' report for the following task(s): '51dda646-9e57-47aa-9fc4-0fc64f8cb870'. 2018-11-09 07:27:34.671 1284 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:27:34,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '51dda646-9e57-47aa-9fc4-0fc64f8cb870', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-11-09 07:27:36,963 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 51dda646-9e57-47aa-9fc4-0fc64f8cb870 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-11-09 07:27:36.852 1287 INFO rally.api [-] Building 'html' report for the following task(s): '51dda646-9e57-47aa-9fc4-0fc64f8cb870'. 2018-11-09 07:27:36.874 1287 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:27:36,968 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-11-09 07:27:36,968 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-11-09 07:27:36,977 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-11-09 07:27:36,978 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-09 07:27:36,984 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-09 07:27:36,987 - 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': 'eb73d6e6-9579-4fa0-a4b8-2f8fff72894c', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'flavor_name': 'rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-09 07:30:59,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : eeb4c992-a93d-4d6c-a7ae-7427a3503c18 2018-11-09 07:30:59,947 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'eeb4c992-a93d-4d6c-a7ae-7427a3503c18'] 2018-11-09 07:31:01,063 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid eeb4c992-a93d-4d6c-a7ae-7427a3503c18 -------------------------------------------------------------------------------- Task eeb4c992-a93d-4d6c-a7ae-7427a3503c18: 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 eeb4c992-a93d-4d6c-a7ae-7427a3503c18 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.163 | 3.163 | 3.163 | 3.163 | 3.163 | 3.163 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 2.618 | 100.0% | 1 | | total | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 100.0% | 1 | | -> duration | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 5.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.780739 Full duration: 23.155949 -------------------------------------------------------------------------------- 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 eeb4c992-a93d-4d6c-a7ae-7427a3503c18 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.235 | 3.235 | 3.235 | 3.235 | 3.235 | 3.235 | 100.0% | 1 | | cinder_v2.delete_volume | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 100.0% | 1 | | total | 6.352 | 6.352 | 6.352 | 6.352 | 6.352 | 6.352 | 100.0% | 1 | | -> duration | 6.352 | 6.352 | 6.352 | 6.352 | 6.352 | 6.352 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.352274 Full duration: 16.390912 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task eeb4c992-a93d-4d6c-a7ae-7427a3503c18 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.195 | 9.195 | 9.195 | 9.195 | 9.195 | 9.195 | 100.0% | 1 | | cinder_v2.delete_volume | 2.462 | 2.462 | 2.462 | 2.462 | 2.462 | 2.462 | 100.0% | 1 | | total | 11.658 | 11.658 | 11.658 | 11.658 | 11.658 | 11.658 | 100.0% | 1 | | -> duration | 11.658 | 11.658 | 11.658 | 11.658 | 11.658 | 11.658 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.658206 Full duration: 22.440936 -------------------------------------------------------------------------------- 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 eeb4c992-a93d-4d6c-a7ae-7427a3503c18 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.178 | 3.178 | 3.178 | 3.178 | 3.178 | 3.178 | 100.0% | 1 | | cinder_v2.delete_volume | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 100.0% | 1 | | total | 5.804 | 5.804 | 5.804 | 5.804 | 5.804 | 5.804 | 100.0% | 1 | | -> duration | 5.804 | 5.804 | 5.804 | 5.804 | 5.804 | 5.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.804485 Full duration: 16.466014 -------------------------------------------------------------------------------- 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 eeb4c992-a93d-4d6c-a7ae-7427a3503c18 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.188 | 3.188 | 3.188 | 3.188 | 3.188 | 3.188 | 100.0% | 1 | | cinder_v2.extend_volume | 2.772 | 2.772 | 2.772 | 2.772 | 2.772 | 2.772 | 100.0% | 1 | | cinder_v2.delete_volume | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 100.0% | 1 | | total | 8.442 | 8.442 | 8.442 | 8.442 | 8.442 | 8.442 | 100.0% | 1 | | -> duration | 8.442 | 8.442 | 8.442 | 8.442 | 8.442 | 8.442 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.441975 Full duration: 18.411381 -------------------------------------------------------------------------------- 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 eeb4c992-a93d-4d6c-a7ae-7427a3503c18 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.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | total | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 100.0% | 1 | | -> duration | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.849399 Full duration: 22.853686 -------------------------------------------------------------------------------- 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 eeb4c992-a93d-4d6c-a7ae-7427a3503c18 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | cinder_v2.list_qos | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 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.783096 Full duration: 12.424182 -------------------------------------------------------------------------------- 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 eeb4c992-a93d-4d6c-a7ae-7427a3503c18 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.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | cinder_v2.set_qos | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 100.0% | 1 | | total | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | -> duration | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.952526 Full duration: 12.604177 -------------------------------------------------------------------------------- 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 eeb4c992-a93d-4d6c-a7ae-7427a3503c18 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.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | cinder_v2.list_types | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.838395 Full duration: 12.408147 -------------------------------------------------------------------------------- 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 eeb4c992-a93d-4d6c-a7ae-7427a3503c18 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> duration | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831413 Full duration: 12.572869 HINTS: * To plot HTML graphics with this data, run: rally task report eeb4c992-a93d-4d6c-a7ae-7427a3503c18 --out output.html * To generate a JUnit report, run: rally task export eeb4c992-a93d-4d6c-a7ae-7427a3503c18 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report eeb4c992-a93d-4d6c-a7ae-7427a3503c18 --json --out output.json 2018-11-09 07:31:01,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'eeb4c992-a93d-4d6c-a7ae-7427a3503c18', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-11-09 07:31:03,330 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid eeb4c992-a93d-4d6c-a7ae-7427a3503c18 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-11-09 07:31:03.218 3076 INFO rally.api [-] Building 'json' report for the following task(s): 'eeb4c992-a93d-4d6c-a7ae-7427a3503c18'. 2018-11-09 07:31:03.226 3076 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:31:03,331 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'eeb4c992-a93d-4d6c-a7ae-7427a3503c18', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-11-09 07:31:05,743 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid eeb4c992-a93d-4d6c-a7ae-7427a3503c18 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-11-09 07:31:05.577 3079 INFO rally.api [-] Building 'html' report for the following task(s): 'eeb4c992-a93d-4d6c-a7ae-7427a3503c18'. 2018-11-09 07:31:05.610 3079 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:31:05,749 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-11-09 07:31:05,750 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-11-09 07:31:05,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-11-09 07:31:05,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-09 07:31:05,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-09 07:31:05,767 - 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': 'eb73d6e6-9579-4fa0-a4b8-2f8fff72894c', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'flavor_name': 'rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-09 07:32:27,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c05c5a0d-e411-44b2-9f37-254fc1315402 2018-11-09 07:32:27,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c05c5a0d-e411-44b2-9f37-254fc1315402'] 2018-11-09 07:32:28,042 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c05c5a0d-e411-44b2-9f37-254fc1315402 -------------------------------------------------------------------------------- Task c05c5a0d-e411-44b2-9f37-254fc1315402: 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 c05c5a0d-e411-44b2-9f37-254fc1315402 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.656 | 4.656 | 4.656 | 4.656 | 4.656 | 4.656 | 100.0% | 1 | | heat.update_stack | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 100.0% | 1 | | heat.delete_stack | 2.658 | 2.658 | 2.658 | 2.658 | 2.658 | 2.658 | 100.0% | 1 | | total | 9.734 | 9.734 | 9.734 | 9.734 | 9.734 | 9.734 | 100.0% | 1 | | -> duration | 5.734 | 5.734 | 5.734 | 5.734 | 5.734 | 5.734 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.734218 Full duration: 18.163016 -------------------------------------------------------------------------------- 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 c05c5a0d-e411-44b2-9f37-254fc1315402 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.825 | 4.825 | 4.825 | 4.825 | 4.825 | 4.825 | 100.0% | 1 | | heat.check_stack | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | heat.delete_stack | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | total | 6.913 | 6.913 | 6.913 | 6.913 | 6.913 | 6.913 | 100.0% | 1 | | -> duration | 4.913 | 4.913 | 4.913 | 4.913 | 4.913 | 4.913 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.912594 Full duration: 16.814982 -------------------------------------------------------------------------------- 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 c05c5a0d-e411-44b2-9f37-254fc1315402 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.611 | 4.611 | 4.611 | 4.611 | 4.611 | 4.611 | 100.0% | 1 | | heat.suspend_stack | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | heat.resume_stack | 1.517 | 1.517 | 1.517 | 1.517 | 1.517 | 1.517 | 100.0% | 1 | | heat.delete_stack | 1.823 | 1.823 | 1.823 | 1.823 | 1.823 | 1.823 | 100.0% | 1 | | total | 8.608 | 8.608 | 8.608 | 8.608 | 8.608 | 8.608 | 100.0% | 1 | | -> duration | 6.608 | 6.608 | 6.608 | 6.608 | 6.608 | 6.608 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.608424 Full duration: 17.273931 -------------------------------------------------------------------------------- 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 c05c5a0d-e411-44b2-9f37-254fc1315402 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | total | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> duration | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.591762 Full duration: 8.341034 HINTS: * To plot HTML graphics with this data, run: rally task report c05c5a0d-e411-44b2-9f37-254fc1315402 --out output.html * To generate a JUnit report, run: rally task export c05c5a0d-e411-44b2-9f37-254fc1315402 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c05c5a0d-e411-44b2-9f37-254fc1315402 --json --out output.json 2018-11-09 07:32:28,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c05c5a0d-e411-44b2-9f37-254fc1315402', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-11-09 07:32:30,213 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c05c5a0d-e411-44b2-9f37-254fc1315402 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-11-09 07:32:30.110 3812 INFO rally.api [-] Building 'json' report for the following task(s): 'c05c5a0d-e411-44b2-9f37-254fc1315402'. 2018-11-09 07:32:30.114 3812 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:32:30,214 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c05c5a0d-e411-44b2-9f37-254fc1315402', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-11-09 07:32:32,315 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c05c5a0d-e411-44b2-9f37-254fc1315402 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-11-09 07:32:32.190 3815 INFO rally.api [-] Building 'html' report for the following task(s): 'c05c5a0d-e411-44b2-9f37-254fc1315402'. 2018-11-09 07:32:32.211 3815 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:32:32,320 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-11-09 07:32:32,321 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-11-09 07:32:32,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-11-09 07:32:32,322 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-09 07:32:32,339 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-09 07:32:32,345 - 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': 'eb73d6e6-9579-4fa0-a4b8-2f8fff72894c', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'flavor_name': 'rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-09 07:35:48,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 596c9d78-946d-43cf-98c6-cb4666fb8b3c 2018-11-09 07:35:48,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '596c9d78-946d-43cf-98c6-cb4666fb8b3c'] 2018-11-09 07:35:49,625 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 596c9d78-946d-43cf-98c6-cb4666fb8b3c -------------------------------------------------------------------------------- Task 596c9d78-946d-43cf-98c6-cb4666fb8b3c: 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 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 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.785642 Full duration: 14.848358 -------------------------------------------------------------------------------- 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 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.add_role | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.list_roles | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.710745 Full duration: 14.67677 -------------------------------------------------------------------------------- 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 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.list_projects | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.765432 Full duration: 14.705899 -------------------------------------------------------------------------------- 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 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | keystone_v3.delete_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> duration | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.648285 Full duration: 12.588721 -------------------------------------------------------------------------------- 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 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | keystone_v3.delete_service | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> duration | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.627818 Full duration: 12.248834 -------------------------------------------------------------------------------- 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 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | keystone_v3.create_user | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | -> keystone_v3.add_role | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | keystone_v3.create_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.get_project | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_user | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | keystone_v3.get_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_services | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 1.845 | 1.845 | 1.845 | 1.845 | 1.845 | 1.845 | 100.0% | 1 | | -> duration | 1.845 | 1.845 | 1.845 | 1.845 | 1.845 | 1.845 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.844518 Full duration: 19.689107 -------------------------------------------------------------------------------- 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 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.update_project | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.948232 Full duration: 12.596619 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 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.786076 Full duration: 14.585908 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> duration | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.672082 Full duration: 14.256405 -------------------------------------------------------------------------------- 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 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | keystone_v3.list_users | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> duration | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.939277 Full duration: 14.637958 -------------------------------------------------------------------------------- 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 596c9d78-946d-43cf-98c6-cb4666fb8b3c 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | keystone_v3.create_users | 5.035 | 5.035 | 5.035 | 5.035 | 5.035 | 5.035 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.035 | 5.035 | 5.035 | 5.035 | 5.035 | 5.035 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 100.0% | 1 | | total | 6.695 | 6.695 | 6.695 | 6.695 | 6.695 | 6.695 | 100.0% | 1 | | -> duration | 6.695 | 6.695 | 6.695 | 6.695 | 6.695 | 6.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.694709 Full duration: 23.517582 HINTS: * To plot HTML graphics with this data, run: rally task report 596c9d78-946d-43cf-98c6-cb4666fb8b3c --out output.html * To generate a JUnit report, run: rally task export 596c9d78-946d-43cf-98c6-cb4666fb8b3c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 596c9d78-946d-43cf-98c6-cb4666fb8b3c --json --out output.json 2018-11-09 07:35:49,625 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '596c9d78-946d-43cf-98c6-cb4666fb8b3c', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-11-09 07:35:51,926 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 596c9d78-946d-43cf-98c6-cb4666fb8b3c --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-11-09 07:35:51.811 5730 INFO rally.api [-] Building 'json' report for the following task(s): '596c9d78-946d-43cf-98c6-cb4666fb8b3c'. 2018-11-09 07:35:51.821 5730 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:35:51,926 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '596c9d78-946d-43cf-98c6-cb4666fb8b3c', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-11-09 07:35:54,243 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 596c9d78-946d-43cf-98c6-cb4666fb8b3c --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-11-09 07:35:54.100 5733 INFO rally.api [-] Building 'html' report for the following task(s): '596c9d78-946d-43cf-98c6-cb4666fb8b3c'. 2018-11-09 07:35:54.131 5733 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:35:54,257 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-11-09 07:35:54,257 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-11-09 07:35:54,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-11-09 07:35:54,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-09 07:35:54,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-09 07:35:54,284 - 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': 'eb73d6e6-9579-4fa0-a4b8-2f8fff72894c', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'flavor_name': 'rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-09 07:42:06,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 716553ac-f9b7-495b-abdc-b00be4bd801d 2018-11-09 07:42:06,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '716553ac-f9b7-495b-abdc-b00be4bd801d'] 2018-11-09 07:42:07,092 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 716553ac-f9b7-495b-abdc-b00be4bd801d -------------------------------------------------------------------------------- Task 716553ac-f9b7-495b-abdc-b00be4bd801d: 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 716553ac-f9b7-495b-abdc-b00be4bd801d 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.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | neutron.delete_network | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | total | 1.818 | 1.818 | 1.818 | 1.818 | 1.818 | 1.818 | 100.0% | 1 | | -> duration | 1.818 | 1.818 | 1.818 | 1.818 | 1.818 | 1.818 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.818396 Full duration: 15.081205 -------------------------------------------------------------------------------- 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 716553ac-f9b7-495b-abdc-b00be4bd801d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.457 | 1.457 | 1.457 | 1.457 | 1.457 | 1.457 | 100.0% | 1 | | neutron.delete_port | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | total | 2.225 | 2.225 | 2.225 | 2.225 | 2.225 | 2.225 | 100.0% | 1 | | -> duration | 2.225 | 2.225 | 2.225 | 2.225 | 2.225 | 2.225 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.225227 Full duration: 37.252727 -------------------------------------------------------------------------------- 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 716553ac-f9b7-495b-abdc-b00be4bd801d 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.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | neutron.create_subnet | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | neutron.create_router | 3.038 | 3.038 | 3.038 | 3.038 | 3.038 | 3.038 | 100.0% | 1 | | neutron.add_interface_router | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 100.0% | 1 | | neutron.remove_interface_router | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 100.0% | 1 | | neutron.delete_router | 1.863 | 1.863 | 1.863 | 1.863 | 1.863 | 1.863 | 100.0% | 1 | | total | 9.568 | 9.568 | 9.568 | 9.568 | 9.568 | 9.568 | 100.0% | 1 | | -> duration | 9.568 | 9.568 | 9.568 | 9.568 | 9.568 | 9.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.567667 Full duration: 49.947681 -------------------------------------------------------------------------------- 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 716553ac-f9b7-495b-abdc-b00be4bd801d 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 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | total | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 100.0% | 1 | | -> duration | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.729743 Full duration: 36.937265 -------------------------------------------------------------------------------- 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 716553ac-f9b7-495b-abdc-b00be4bd801d 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.list_networks | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 100.0% | 1 | | total | 1.222 | 1.222 | 1.222 | 1.222 | 1.222 | 1.222 | 100.0% | 1 | | -> duration | 1.222 | 1.222 | 1.222 | 1.222 | 1.222 | 1.222 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.222356 Full duration: 16.539921 -------------------------------------------------------------------------------- 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 716553ac-f9b7-495b-abdc-b00be4bd801d 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.485 | 1.485 | 1.485 | 1.485 | 1.485 | 1.485 | 100.0% | 1 | | neutron.list_ports | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | total | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 100.0% | 1 | | -> duration | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.748431 Full duration: 35.206965 -------------------------------------------------------------------------------- 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 716553ac-f9b7-495b-abdc-b00be4bd801d 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.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | neutron.create_subnet | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | neutron.create_router | 3.124 | 3.124 | 3.124 | 3.124 | 3.124 | 3.124 | 100.0% | 1 | | neutron.add_interface_router | 2.045 | 2.045 | 2.045 | 2.045 | 2.045 | 2.045 | 100.0% | 1 | | neutron.list_routers | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 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.890144 Full duration: 49.716989 -------------------------------------------------------------------------------- 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 716553ac-f9b7-495b-abdc-b00be4bd801d 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.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | neutron.create_subnet | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | neutron.list_subnets | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 100.0% | 1 | | -> duration | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 1.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.819051 Full duration: 40.706301 -------------------------------------------------------------------------------- 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 716553ac-f9b7-495b-abdc-b00be4bd801d 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.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | neutron.delete_security_group | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 100.0% | 1 | | total | 1.102 | 1.102 | 1.102 | 1.102 | 1.102 | 1.102 | 100.0% | 1 | | -> duration | 1.102 | 1.102 | 1.102 | 1.102 | 1.102 | 1.102 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.102424 Full duration: 14.600575 -------------------------------------------------------------------------------- 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 716553ac-f9b7-495b-abdc-b00be4bd801d 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.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | neutron.create_security_group_rule | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | neutron.delete_security_group | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | total | 1.807 | 1.807 | 1.807 | 1.807 | 1.807 | 1.807 | 100.0% | 1 | | -> duration | 1.807 | 1.807 | 1.807 | 1.807 | 1.807 | 1.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.806744 Full duration: 15.124281 -------------------------------------------------------------------------------- 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 716553ac-f9b7-495b-abdc-b00be4bd801d 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.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | neutron.create_router | 3.71 | 3.71 | 3.71 | 3.71 | 3.71 | 3.71 | 100.0% | 1 | | neutron.add_gateway_router | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 1.88 | 100.0% | 1 | | neutron.remove_gateway_router | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | total | 7.513 | 7.513 | 7.513 | 7.513 | 7.513 | 7.513 | 100.0% | 1 | | -> duration | 7.513 | 7.513 | 7.513 | 7.513 | 7.513 | 7.513 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.512925 Full duration: 30.501597 HINTS: * To plot HTML graphics with this data, run: rally task report 716553ac-f9b7-495b-abdc-b00be4bd801d --out output.html * To generate a JUnit report, run: rally task export 716553ac-f9b7-495b-abdc-b00be4bd801d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 716553ac-f9b7-495b-abdc-b00be4bd801d --json --out output.json 2018-11-09 07:42:07,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '716553ac-f9b7-495b-abdc-b00be4bd801d', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-11-09 07:42:09,260 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 716553ac-f9b7-495b-abdc-b00be4bd801d --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-11-09 07:42:09.145 9028 INFO rally.api [-] Building 'json' report for the following task(s): '716553ac-f9b7-495b-abdc-b00be4bd801d'. 2018-11-09 07:42:09.155 9028 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:42:09,261 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '716553ac-f9b7-495b-abdc-b00be4bd801d', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-11-09 07:42:11,570 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 716553ac-f9b7-495b-abdc-b00be4bd801d --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-11-09 07:42:11.434 9031 INFO rally.api [-] Building 'html' report for the following task(s): '716553ac-f9b7-495b-abdc-b00be4bd801d'. 2018-11-09 07:42:11.466 9031 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:42:11,585 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-11-09 07:42:11,585 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-11-09 07:42:11,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-11-09 07:42:11,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-09 07:42:11,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-09 07:42:11,622 - 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': 'eb73d6e6-9579-4fa0-a4b8-2f8fff72894c', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'flavor_name': 'rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-09 07:49:19,301 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 813e0313-ec37-44bd-bffa-ffaf3654e745 2018-11-09 07:49:19,302 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '813e0313-ec37-44bd-bffa-ffaf3654e745'] 2018-11-09 07:49:20,346 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 813e0313-ec37-44bd-bffa-ffaf3654e745 -------------------------------------------------------------------------------- Task 813e0313-ec37-44bd-bffa-ffaf3654e745: 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_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "image": { "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "block_migration": false, "nics": [ { "net-id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 813e0313-ec37-44bd-bffa-ffaf3654e745 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.84 | 11.84 | 11.84 | 11.84 | 11.84 | 11.84 | 100.0% | 1 | | nova.find_host_to_migrate | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 100.0% | 1 | | nova.live_migrate | 11.676 | 11.676 | 11.676 | 11.676 | 11.676 | 11.676 | 100.0% | 1 | | nova.delete_server | 2.942 | 2.942 | 2.942 | 2.942 | 2.942 | 2.942 | 100.0% | 1 | | total | 27.819 | 27.819 | 27.819 | 27.819 | 27.819 | 27.819 | 100.0% | 1 | | -> duration | 26.819 | 26.819 | 26.819 | 26.819 | 26.819 | 26.819 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.819307 Full duration: 37.262991 -------------------------------------------------------------------------------- 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_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "image": { "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 813e0313-ec37-44bd-bffa-ffaf3654e745 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.299 | 12.299 | 12.299 | 12.299 | 12.299 | 12.299 | 100.0% | 1 | | cinder_v2.create_volume | 2.883 | 2.883 | 2.883 | 2.883 | 2.883 | 2.883 | 100.0% | 1 | | nova.attach_volume | 4.793 | 4.793 | 4.793 | 4.793 | 4.793 | 4.793 | 100.0% | 1 | | nova.find_host_to_migrate | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 100.0% | 1 | | nova.live_migrate | 11.481 | 11.481 | 11.481 | 11.481 | 11.481 | 11.481 | 100.0% | 1 | | nova.detach_volume | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | cinder_v2.delete_volume | 2.322 | 2.322 | 2.322 | 2.322 | 2.322 | 2.322 | 100.0% | 1 | | nova.delete_server | 2.969 | 2.969 | 2.969 | 2.969 | 2.969 | 2.969 | 100.0% | 1 | | total | 39.531 | 39.531 | 39.531 | 39.531 | 39.531 | 39.531 | 100.0% | 1 | | -> duration | 38.531 | 38.531 | 38.531 | 38.531 | 38.531 | 38.531 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.531069 Full duration: 51.503319 -------------------------------------------------------------------------------- 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_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "image": { "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 813e0313-ec37-44bd-bffa-ffaf3654e745 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.842 | 8.842 | 8.842 | 8.842 | 8.842 | 8.842 | 100.0% | 1 | | nova.boot_server | 9.441 | 9.441 | 9.441 | 9.441 | 9.441 | 9.441 | 100.0% | 1 | | nova.find_host_to_migrate | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 100.0% | 1 | | nova.live_migrate | 16.799 | 16.799 | 16.799 | 16.799 | 16.799 | 16.799 | 100.0% | 1 | | nova.delete_server | 7.759 | 7.759 | 7.759 | 7.759 | 7.759 | 7.759 | 100.0% | 1 | | total | 44.144 | 44.144 | 44.144 | 44.144 | 44.144 | 44.144 | 100.0% | 1 | | -> duration | 43.144 | 43.144 | 43.144 | 43.144 | 43.144 | 43.144 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 43.143518 Full duration: 55.930383 -------------------------------------------------------------------------------- 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_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "image": { "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "server_kwargs": { "nics": [ { "net-id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c" } ] } }, "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 813e0313-ec37-44bd-bffa-ffaf3654e745 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.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | nova.boot_server | 8.354 | 8.354 | 8.354 | 8.354 | 8.354 | 8.354 | 100.0% | 1 | | nova.delete_server | 2.995 | 2.995 | 2.995 | 2.995 | 2.995 | 2.995 | 100.0% | 1 | | nova.delete_keypair | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 12.138 | 12.138 | 12.138 | 12.138 | 12.138 | 12.138 | 100.0% | 1 | | -> duration | 11.138 | 11.138 | 11.138 | 11.138 | 11.138 | 11.138 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.13771 Full duration: 43.571724 -------------------------------------------------------------------------------- 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_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "image": { "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "volume_size": 5, "nics": [ { "net-id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c" } ] }, "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 813e0313-ec37-44bd-bffa-ffaf3654e745 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.589 | 8.589 | 8.589 | 8.589 | 8.589 | 8.589 | 100.0% | 1 | | nova.boot_server | 9.97 | 9.97 | 9.97 | 9.97 | 9.97 | 9.97 | 100.0% | 1 | | nova.delete_server | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 100.0% | 1 | | total | 21.406 | 21.406 | 21.406 | 21.406 | 21.406 | 21.406 | 100.0% | 1 | | -> duration | 20.406 | 20.406 | 20.406 | 20.406 | 20.406 | 20.406 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.405957 Full duration: 56.306833 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "image": { "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "force_delete": false, "nics": [ { "net-id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c" } ] }, "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 813e0313-ec37-44bd-bffa-ffaf3654e745 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.006 | 9.006 | 9.006 | 9.006 | 9.006 | 9.006 | 100.0% | 1 | | nova.pause_server | 2.986 | 2.986 | 2.986 | 2.986 | 2.986 | 2.986 | 100.0% | 1 | | nova.unpause_server | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 100.0% | 1 | | nova.delete_server | 5.324 | 5.324 | 5.324 | 5.324 | 5.324 | 5.324 | 100.0% | 1 | | total | 20.097 | 20.097 | 20.097 | 20.097 | 20.097 | 20.097 | 100.0% | 1 | | -> duration | 15.097 | 15.097 | 15.097 | 15.097 | 15.097 | 15.097 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.096785 Full duration: 50.993065 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "image": { "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "nics": [ { "net-id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 813e0313-ec37-44bd-bffa-ffaf3654e745 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.685 | 9.685 | 9.685 | 9.685 | 9.685 | 9.685 | 100.0% | 1 | | nova.migrate | 16.107 | 16.107 | 16.107 | 16.107 | 16.107 | 16.107 | 100.0% | 1 | | nova.resize_confirm | 5.744 | 5.744 | 5.744 | 5.744 | 5.744 | 5.744 | 100.0% | 1 | | nova.delete_server | 3.067 | 3.067 | 3.067 | 3.067 | 3.067 | 3.067 | 100.0% | 1 | | total | 34.604 | 34.604 | 34.604 | 34.604 | 34.604 | 34.604 | 100.0% | 1 | | -> duration | 33.604 | 33.604 | 33.604 | 33.604 | 33.604 | 33.604 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 33.603716 Full duration: 44.084361 -------------------------------------------------------------------------------- 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_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "image": { "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 813e0313-ec37-44bd-bffa-ffaf3654e745 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.601 | 9.601 | 9.601 | 9.601 | 9.601 | 9.601 | 100.0% | 1 | | nova.list_interfaces | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | total | 9.993 | 9.993 | 9.993 | 9.993 | 9.993 | 9.993 | 100.0% | 1 | | -> duration | 8.993 | 8.993 | 8.993 | 8.993 | 8.993 | 8.993 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.993113 Full duration: 47.311513 -------------------------------------------------------------------------------- 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 813e0313-ec37-44bd-bffa-ffaf3654e745 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | nova.delete_server_group | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.710877 Full duration: 9.302854 HINTS: * To plot HTML graphics with this data, run: rally task report 813e0313-ec37-44bd-bffa-ffaf3654e745 --out output.html * To generate a JUnit report, run: rally task export 813e0313-ec37-44bd-bffa-ffaf3654e745 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 813e0313-ec37-44bd-bffa-ffaf3654e745 --json --out output.json 2018-11-09 07:49:20,346 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '813e0313-ec37-44bd-bffa-ffaf3654e745', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-11-09 07:49:22,832 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 813e0313-ec37-44bd-bffa-ffaf3654e745 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-11-09 07:49:22.659 10674 INFO rally.api [-] Building 'json' report for the following task(s): '813e0313-ec37-44bd-bffa-ffaf3654e745'. 2018-11-09 07:49:22.670 10674 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:49:22,832 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '813e0313-ec37-44bd-bffa-ffaf3654e745', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-11-09 07:49:25,108 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 813e0313-ec37-44bd-bffa-ffaf3654e745 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-11-09 07:49:24.974 10677 INFO rally.api [-] Building 'html' report for the following task(s): '813e0313-ec37-44bd-bffa-ffaf3654e745'. 2018-11-09 07:49:25.004 10677 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:49:25,121 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-11-09 07:49:25,121 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-11-09 07:49:25,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-11-09 07:49:25,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-09 07:49:25,138 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-09 07:49:25,146 - 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': 'eb73d6e6-9579-4fa0-a4b8-2f8fff72894c', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'flavor_name': 'rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71', '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_f1eab7b1-cd2f-4005-b467-5461f09eca71', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-09 07:50:18,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c09c2f77-624d-42ad-86db-2cf2341293cc 2018-11-09 07:50:18,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c09c2f77-624d-42ad-86db-2cf2341293cc'] 2018-11-09 07:50:19,068 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c09c2f77-624d-42ad-86db-2cf2341293cc -------------------------------------------------------------------------------- Task c09c2f77-624d-42ad-86db-2cf2341293cc: 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 c09c2f77-624d-42ad-86db-2cf2341293cc 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.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | quotas.delete_quotas | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.945452 Full duration: 8.458409 -------------------------------------------------------------------------------- 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 c09c2f77-624d-42ad-86db-2cf2341293cc 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.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748152 Full duration: 8.411754 -------------------------------------------------------------------------------- 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 c09c2f77-624d-42ad-86db-2cf2341293cc 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.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> duration | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.702247 Full duration: 8.439897 -------------------------------------------------------------------------------- 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 c09c2f77-624d-42ad-86db-2cf2341293cc 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.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | total | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | -> duration | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.120608 Full duration: 9.031919 HINTS: * To plot HTML graphics with this data, run: rally task report c09c2f77-624d-42ad-86db-2cf2341293cc --out output.html * To generate a JUnit report, run: rally task export c09c2f77-624d-42ad-86db-2cf2341293cc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c09c2f77-624d-42ad-86db-2cf2341293cc --json --out output.json 2018-11-09 07:50:19,068 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c09c2f77-624d-42ad-86db-2cf2341293cc', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-11-09 07:50:21,255 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c09c2f77-624d-42ad-86db-2cf2341293cc --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-11-09 07:50:21.148 11190 INFO rally.api [-] Building 'json' report for the following task(s): 'c09c2f77-624d-42ad-86db-2cf2341293cc'. 2018-11-09 07:50:21.152 11190 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:50:21,255 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c09c2f77-624d-42ad-86db-2cf2341293cc', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-11-09 07:50:23,593 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c09c2f77-624d-42ad-86db-2cf2341293cc --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-11-09 07:50:23.466 11193 INFO rally.api [-] Building 'html' report for the following task(s): 'c09c2f77-624d-42ad-86db-2cf2341293cc'. 2018-11-09 07:50:23.487 11193 INFO rally.api [-] The report has been successfully built. 2018-11-09 07:50:23,597 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-11-09 07:50:23,600 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:00 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 05:41 | 11 | 100.00% | | nova | 06:36 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:36 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-11-09 07:50:23,601 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-11-09 07:50:23,755 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 07:50:23,755 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:57 | PASS | +----------------------+------------------+------------------+----------------+ 2018-11-09 07:50:23,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:50:23,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:23,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b3b73e2-0d2d-4a83-97e4-53c63468dc21 x-compute-request-id: req-2b3b73e2-0d2d-4a83-97e4-53c63468dc21 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "15b5d3c8-7811-481d-ad96-bb840a78b942", "name": "rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/1634f787-be02-4216-ba74-c8713dbe3c49", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/1634f787-be02-4216-ba74-c8713dbe3c49", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1634f787-be02-4216-ba74-c8713dbe3c49", "name": "rally_sanity-flavor_alt_f1eab7b1-cd2f-4005-b467-5461f09eca71", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:50:23,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2b3b73e2-0d2d-4a83-97e4-53c63468dc21 2018-11-09 07:50:23,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.201935052872s 2018-11-09 07:50:23,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2b3b73e2-0d2d-4a83-97e4-53c63468dc21 2018-11-09 07:50:23,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 07:50:23,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/1634f787-be02-4216-ba74-c8713dbe3c49 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:24,018 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff20734c-ecba-461f-8702-4f5b4031d4ee x-compute-request-id: req-ff20734c-ecba-461f-8702-4f5b4031d4ee Content-Length: 0 Content-Type: application/json 2018-11-09 07:50:24,018 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/1634f787-be02-4216-ba74-c8713dbe3c49 used request id req-ff20734c-ecba-461f-8702-4f5b4031d4ee 2018-11-09 07:50:24,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0518100261688s 2018-11-09 07:50:24,019 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/1634f787-be02-4216-ba74-c8713dbe3c49 used request id req-ff20734c-ecba-461f-8702-4f5b4031d4ee 2018-11-09 07:50:24,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-09 07:50:24,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/971c89e0-1199-4bd2-b88f-1a50bf697057/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}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" -d '{"subnet_id": "e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a"}' 2018-11-09 07:50:25,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3308fb19-0c56-40b5-9108-50f78709b80a Date: Fri, 09 Nov 2018 07:50:25 GMT RESP BODY: {"network_id": "eb73d6e6-9579-4fa0-a4b8-2f8fff72894c", "tenant_id": "ddc1ae62ece2447094c663640e29c802", "subnet_id": "e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a", "subnet_ids": ["e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a"], "port_id": "3f356642-05ac-469f-ad45-5edefeab3298", "id": "971c89e0-1199-4bd2-b88f-1a50bf697057"} 2018-11-09 07:50:25,486 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/971c89e0-1199-4bd2-b88f-1a50bf697057/remove_router_interface.json used request id req-3308fb19-0c56-40b5-9108-50f78709b80a 2018-11-09 07:50:25,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.4668109417s 2018-11-09 07:50:25,487 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/971c89e0-1199-4bd2-b88f-1a50bf697057/remove_router_interface.json used request id req-3308fb19-0c56-40b5-9108-50f78709b80a returning object 971c89e0-1199-4bd2-b88f-1a50bf697057 2018-11-09 07:50:25,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-09 07:50:25,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:50:25,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-aba7ead4-e288-413e-8d86-c503b632e310 Date: Fri, 09 Nov 2018 07:50:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ddc1ae62ece2447094c663640e29c802", "created_at": "2018-11-09T07:24:29Z", "admin_state_up": true, "updated_at": "2018-11-09T07:50:24Z", "project_id": "ddc1ae62ece2447094c663640e29c802", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "971c89e0-1199-4bd2-b88f-1a50bf697057", "name": "rally_sanity-router_f1eab7b1-cd2f-4005-b467-5461f09eca71"}]} 2018-11-09 07:50:25,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-aba7ead4-e288-413e-8d86-c503b632e310 2018-11-09 07:50:25,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.250421047211s 2018-11-09 07:50:25,738 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-aba7ead4-e288-413e-8d86-c503b632e310 2018-11-09 07:50:25,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-09 07:50:25,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/971c89e0-1199-4bd2-b88f-1a50bf697057.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:50:29,270 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ceb873b-98d5-483b-a278-26b75ebb74d0 Content-Length: 0 Date: Fri, 09 Nov 2018 07:50:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:50:29,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/971c89e0-1199-4bd2-b88f-1a50bf697057.json used request id req-7ceb873b-98d5-483b-a278-26b75ebb74d0 2018-11-09 07:50:29,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.53144407272s 2018-11-09 07:50:29,271 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/971c89e0-1199-4bd2-b88f-1a50bf697057.json used request id req-7ceb873b-98d5-483b-a278-26b75ebb74d0 2018-11-09 07:50:29,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-09 07:50:29,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:50:29,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-a7227f5c-2d58-4f6d-b4da-18aed15e2766 Date: Fri, 09 Nov 2018 07:50:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb73d6e6-9579-4fa0-a4b8-2f8fff72894c","tenant_id":"ddc1ae62ece2447094c663640e29c802","created_at":"2018-11-09T07:24:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T07:24:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"ddc1ae62ece2447094c663640e29c802","id":"e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a","subnetpool_id":null,"name":"rally_sanity-subnet_f1eab7b1-cd2f-4005-b467-5461f09eca71"}]} 2018-11-09 07:50:29,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a7227f5c-2d58-4f6d-b4da-18aed15e2766 2018-11-09 07:50:29,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.201351881027s 2018-11-09 07:50:29,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a7227f5c-2d58-4f6d-b4da-18aed15e2766 2018-11-09 07:50:29,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-09 07:50:29,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:50:31,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef0bb289-ed3d-4531-aa00-3ba6d6872814 Date: Fri, 09 Nov 2018 07:50:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:50:31,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a.json used request id req-ef0bb289-ed3d-4531-aa00-3ba6d6872814 2018-11-09 07:50:31,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.13312792778s 2018-11-09 07:50:31,608 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/e8ecdb7a-8f8c-4159-bf7a-6c28e85f109a.json used request id req-ef0bb289-ed3d-4531-aa00-3ba6d6872814 2018-11-09 07:50:31,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:50:31,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:50:31,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1397 X-Openstack-Request-Id: req-ee141902-afb9-45c4-8d48-df0f6a575996 Date: Fri, 09 Nov 2018 07:50:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"eb73d6e6-9579-4fa0-a4b8-2f8fff72894c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":true,"project_id":"ddc1ae62ece2447094c663640e29c802","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T07:50:31Z","qos_policy_id":null,"name":"rally_sanity-net_f1eab7b1-cd2f-4005-b467-5461f09eca71","admin_state_up":true,"tenant_id":"ddc1ae62ece2447094c663640e29c802","created_at":"2018-11-09T07:24:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 07:50:31,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ee141902-afb9-45c4-8d48-df0f6a575996 2018-11-09 07:50:31,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.23961687088s 2018-11-09 07:50:31,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ee141902-afb9-45c4-8d48-df0f6a575996 2018-11-09 07:50:31,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-09 07:50:31,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/eb73d6e6-9579-4fa0-a4b8-2f8fff72894c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:50:32,971 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f6cb0dca-93c9-4427-8ac4-c0841a25746c Date: Fri, 09 Nov 2018 07:50:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:50:32,972 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/eb73d6e6-9579-4fa0-a4b8-2f8fff72894c.json used request id req-f6cb0dca-93c9-4427-8ac4-c0841a25746c 2018-11-09 07:50:32,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.12156605721s 2018-11-09 07:50:32,972 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/eb73d6e6-9579-4fa0-a4b8-2f8fff72894c.json used request id req-f6cb0dca-93c9-4427-8ac4-c0841a25746c 2018-11-09 07:50:32,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:50:32,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:50:33,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-766cd7c7-a811-4651-900a-1aaffc41e367 Date: Fri, 09 Nov 2018 07:50:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/snap", "metadata": {}}], "file": "/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/file", "owner": "ddc1ae62ece2447094c663640e29c802", "id": "fab60d6f-01b9-4011-a16c-2bcd85c1e4fa", "size": 12716032, "self": "/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:24:36Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_f1eab7b1-cd2f-4005-b467-5461f09eca71", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:24:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:50:33,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-766cd7c7-a811-4651-900a-1aaffc41e367 2018-11-09 07:50:33,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172318935394s 2018-11-09 07:50:33,145 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-766cd7c7-a811-4651-900a-1aaffc41e367 2018-11-09 07:50:33,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 07:50:33,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc067d323e898fb7bcdd21e13f7a5d9542b4c87f" 2018-11-09 07:50:34,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-87fd10cb-4b12-4466-b25e-6f9481706b5e Date: Fri, 09 Nov 2018 07:50:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:50:34,843 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa used request id req-87fd10cb-4b12-4466-b25e-6f9481706b5e 2018-11-09 07:50:34,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.69559812546s 2018-11-09 07:50:34,843 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/fab60d6f-01b9-4011-a16c-2bcd85c1e4fa used request id req-87fd10cb-4b12-4466-b25e-6f9481706b5e 2018-11-09 07:50:34,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:50:34,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:34,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a007f09c-d8b1-4a6e-8d48-aee98bfd639d x-compute-request-id: req-a007f09c-d8b1-4a6e-8d48-aee98bfd639d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "15b5d3c8-7811-481d-ad96-bb840a78b942", "name": "rally_sanity-flavor_f1eab7b1-cd2f-4005-b467-5461f09eca71", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:50:34,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-a007f09c-d8b1-4a6e-8d48-aee98bfd639d 2018-11-09 07:50:34,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.038341999054s 2018-11-09 07:50:34,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-a007f09c-d8b1-4a6e-8d48-aee98bfd639d 2018-11-09 07:50:34,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 07:50:34,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:34,928 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:50:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6cdfce9-24ca-4949-9724-e1f63f9b2a3f x-compute-request-id: req-f6cdfce9-24ca-4949-9724-e1f63f9b2a3f Content-Length: 0 Content-Type: application/json 2018-11-09 07:50:34,928 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942 used request id req-f6cdfce9-24ca-4949-9724-e1f63f9b2a3f 2018-11-09 07:50:34,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0436408519745s 2018-11-09 07:50:34,928 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/15b5d3c8-7811-481d-ad96-bb840a78b942 used request id req-f6cdfce9-24ca-4949-9724-e1f63f9b2a3f 2018-11-09 07:50:34,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:50:34,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:35,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec69a367-ffaf-4429-b53d-8d2547dc89e2 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_f1eab7b1-cd2f-4005-b467-5461f09eca71", "links": {"self": "http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306"}, "domain_id": "default", "enabled": true, "id": "847e02621fa846c994061ec04fa2b306", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:50:35,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ec69a367-ffaf-4429-b53d-8d2547dc89e2 2018-11-09 07:50:35,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107198953629s 2018-11-09 07:50:35,036 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ec69a367-ffaf-4429-b53d-8d2547dc89e2 2018-11-09 07:50:35,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:50:35,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:35,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03c6d31f-5cee-43d4-8a39-a603e1f0bfe2 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306"}, "enabled": true, "id": "847e02621fa846c994061ec04fa2b306", "options": {}, "domain_id": "default", "name": "rally_sanity-user_f1eab7b1-cd2f-4005-b467-5461f09eca71"}} 2018-11-09 07:50:35,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306 used request id req-03c6d31f-5cee-43d4-8a39-a603e1f0bfe2 2018-11-09 07:50:35,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0957310199738s 2018-11-09 07:50:35,139 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306 used request id req-03c6d31f-5cee-43d4-8a39-a603e1f0bfe2 2018-11-09 07:50:35,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 07:50:35,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:35,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:50:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef3afecb-9009-43df-ba4e-54285421ba08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:50:35,333 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306 used request id req-ef3afecb-9009-43df-ba4e-54285421ba08 2018-11-09 07:50:35,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.193374872208s 2018-11-09 07:50:35,334 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/847e02621fa846c994061ec04fa2b306 used request id req-ef3afecb-9009-43df-ba4e-54285421ba08 2018-11-09 07:50:35,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:50:35,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:35,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c022c110-899c-426c-acc2-b2b7661af804 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802"}, "enabled": true, "id": "ddc1ae62ece2447094c663640e29c802", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_f1eab7b1-cd2f-4005-b467-5461f09eca71"}]} 2018-11-09 07:50:35,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-c022c110-899c-426c-acc2-b2b7661af804 2018-11-09 07:50:35,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0863671302795s 2018-11-09 07:50:35,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-c022c110-899c-426c-acc2-b2b7661af804 2018-11-09 07:50:35,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 07:50:35,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:35,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:50:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-827784ac-65d1-4bc0-90d6-abbd7d60cead Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:50:35,569 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802 used request id req-827784ac-65d1-4bc0-90d6-abbd7d60cead 2018-11-09 07:50:35,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145298957825s 2018-11-09 07:50:35,570 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ddc1ae62ece2447094c663640e29c802 used request id req-827784ac-65d1-4bc0-90d6-abbd7d60cead 2018-11-09 07:50:35,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:50:35,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:35,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f8cbba8-b6f9-4a45-9889-107e19f7f2c7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "286c8a3beea14ff3b562844e4e61de73", "links": {"self": "http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:50:35,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4f8cbba8-b6f9-4a45-9889-107e19f7f2c7 2018-11-09 07:50:35,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802099704742s 2018-11-09 07:50:35,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 07:50:35,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:35,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:50:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21710e91-8c76-4922-a239-9c05f879389f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:50:35,764 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/286c8a3beea14ff3b562844e4e61de73 used request id req-21710e91-8c76-4922-a239-9c05f879389f 2018-11-09 07:50:35,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.11233997345s 2018-11-09 07:50:35,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:50:35,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=ddc1ae62ece2447094c663640e29c802&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}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:35,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-de428195-8d5f-4625-8990-63c9b9a7f068 Date: Fri, 09 Nov 2018 07:50:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ddc1ae62ece2447094c663640e29c802", "created_at": "2018-11-09T07:24:26Z", "updated_at": "2018-11-09T07:24:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:24:26Z", "revision_number": 0, "id": "4276a040-2b05-4931-a2fc-8d0f4efdcfdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:24:26Z", "security_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "tenant_id": "ddc1ae62ece2447094c663640e29c802", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc1ae62ece2447094c663640e29c802"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:24:26Z", "revision_number": 0, "id": "4d71f71b-5b53-48b7-b43e-7b272bd4d87d", "remote_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "remote_ip_prefix": null, "created_at": "2018-11-09T07:24:26Z", "security_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "tenant_id": "ddc1ae62ece2447094c663640e29c802", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc1ae62ece2447094c663640e29c802"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:24:26Z", "revision_number": 0, "id": "bb776e1a-2127-4edb-9f35-e20c663f7b68", "remote_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "remote_ip_prefix": null, "created_at": "2018-11-09T07:24:26Z", "security_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "tenant_id": "ddc1ae62ece2447094c663640e29c802", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc1ae62ece2447094c663640e29c802"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:24:26Z", "revision_number": 0, "id": "e98fa985-185c-46f2-b9e8-dfc74c362cea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:24:26Z", "security_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "tenant_id": "ddc1ae62ece2447094c663640e29c802", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc1ae62ece2447094c663640e29c802"}], "revision_number": 4, "project_id": "ddc1ae62ece2447094c663640e29c802", "id": "4ea4035f-811d-433a-b193-532e7262f639", "name": "default"}]} 2018-11-09 07:50:35,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=ddc1ae62ece2447094c663640e29c802&name=default used request id req-de428195-8d5f-4625-8990-63c9b9a7f068 2018-11-09 07:50:35,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189003944397s 2018-11-09 07:50:35,957 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=ddc1ae62ece2447094c663640e29c802&name=default used request id req-de428195-8d5f-4625-8990-63c9b9a7f068 2018-11-09 07:50:35,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:50:35,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:36,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-55374a6b-8e38-467c-a8cd-fd65e2ff804b Date: Fri, 09 Nov 2018 07:50:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ddc1ae62ece2447094c663640e29c802", "created_at": "2018-11-09T07:24:26Z", "updated_at": "2018-11-09T07:24:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:24:26Z", "revision_number": 0, "id": "bb776e1a-2127-4edb-9f35-e20c663f7b68", "remote_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "remote_ip_prefix": null, "created_at": "2018-11-09T07:24:26Z", "security_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "tenant_id": "ddc1ae62ece2447094c663640e29c802", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc1ae62ece2447094c663640e29c802"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:24:26Z", "revision_number": 0, "id": "4d71f71b-5b53-48b7-b43e-7b272bd4d87d", "remote_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "remote_ip_prefix": null, "created_at": "2018-11-09T07:24:26Z", "security_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "tenant_id": "ddc1ae62ece2447094c663640e29c802", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc1ae62ece2447094c663640e29c802"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:24:26Z", "revision_number": 0, "id": "e98fa985-185c-46f2-b9e8-dfc74c362cea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:24:26Z", "security_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "tenant_id": "ddc1ae62ece2447094c663640e29c802", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc1ae62ece2447094c663640e29c802"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T07:24:26Z", "revision_number": 0, "id": "4276a040-2b05-4931-a2fc-8d0f4efdcfdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T07:24:26Z", "security_group_id": "4ea4035f-811d-433a-b193-532e7262f639", "tenant_id": "ddc1ae62ece2447094c663640e29c802", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc1ae62ece2447094c663640e29c802"}], "revision_number": 4, "project_id": "ddc1ae62ece2447094c663640e29c802", "id": "4ea4035f-811d-433a-b193-532e7262f639", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}]} 2018-11-09 07:50:36,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-55374a6b-8e38-467c-a8cd-fd65e2ff804b 2018-11-09 07:50:36,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.188668966293s 2018-11-09 07:50:36,150 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-55374a6b-8e38-467c-a8cd-fd65e2ff804b 2018-11-09 07:50:36,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 07:50:36,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/4ea4035f-811d-433a-b193-532e7262f639.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9d31dc2f31e9505594c570a85e2186b12dc19582" 2018-11-09 07:50:36,463 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88d334c8-2ad5-414e-a0a3-8731de6c323e Content-Length: 0 Date: Fri, 09 Nov 2018 07:50:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 07:50:36,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/4ea4035f-811d-433a-b193-532e7262f639.json used request id req-88d334c8-2ad5-414e-a0a3-8731de6c323e 2018-11-09 07:50:36,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.308795928955s 2018-11-09 07:50:36,463 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/4ea4035f-811d-433a-b193-532e7262f639.json used request id req-88d334c8-2ad5-414e-a0a3-8731de6c323e 2018-11-09 07:50:36,517 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-11-09 07:50:36,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:50:36,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:50:36,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:50:36,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:50:36,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:50:36,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:50:36,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:50:36,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:50:36,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:50:36,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:50:36,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:50:36,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:50:36,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:50:36,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:50:36,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:50:36,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:50:36,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:50:36,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:50:36,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:50:36,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:50:36,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:50:36,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:50:36,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:50:36,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:50:36,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:50:36,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a86fd7ce-18cd-4836-9757-d8a8ebdb42f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:50:36,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a86fd7ce-18cd-4836-9757-d8a8ebdb42f9 2018-11-09 07:50:36,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:50:37,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:50:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["n61gfLqYTyGda5GWpwMlcA"], "issued_at": "2018-11-09T07:50:36.000000Z"}} 2018-11-09 07:50:37,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:50:37,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:37,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-4d61cd47-fd91-4102-9081-742ac77b8354 Date: Fri, 09 Nov 2018 07:50:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 07:50:37,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4d61cd47-fd91-4102-9081-742ac77b8354 2018-11-09 07:50:37,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242737054825s 2018-11-09 07:50:37,259 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4d61cd47-fd91-4102-9081-742ac77b8354 2018-11-09 07:50:37,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 07:50:37,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:37,269 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:50:37,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:37,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-910d0c69-a72f-4792-bd6c-0b04ba0bf894 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 07:50:37,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-910d0c69-a72f-4792-bd6c-0b04ba0bf894 2018-11-09 07:50:37,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0913848876953s 2018-11-09 07:50:37,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 07:50:37,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}a05dd8b0f1ba947c695c661549287f4bf4e29a05" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509"}}' 2018-11-09 07:50:37,470 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:50:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c6fd9fc-0af8-4f4e-b0d9-776c997bf57d 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.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da"}, "enabled": true, "id": "39551bbf54fa44bf9a4797ccfcdc99da", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509"}} 2018-11-09 07:50:37,470 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0c6fd9fc-0af8-4f4e-b0d9-776c997bf57d 2018-11-09 07:50:37,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116952896118s 2018-11-09 07:50:37,470 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0c6fd9fc-0af8-4f4e-b0d9-776c997bf57d 2018-11-09 07:50:37,471 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509', 'id': u'39551bbf54fa44bf9a4797ccfcdc99da', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 07:50:37,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 07:50:37,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351803064346s 2018-11-09 07:50:37,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:37,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d03cb57-c2da-4233-8b90-afd14a3fa03d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15"}, "enabled": true, "id": "9d41d8b61cd0482795e9e210c9943a15", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_0d826d9b-e79b-488c-af90-1644ce21b509"}} 2018-11-09 07:50:37,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15 used request id req-5d03cb57-c2da-4233-8b90-afd14a3fa03d 2018-11-09 07:50:37,909 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9d41d8b61cd0482795e9e210c9943a15', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_0d826d9b-e79b-488c-af90-1644ce21b509'}) 2018-11-09 07:50:37,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:50:37,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:38,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af2c6eef-646d-47f0-b1c6-4106196bfe98 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:50:38,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-af2c6eef-646d-47f0-b1c6-4106196bfe98 2018-11-09 07:50:38,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.167987108231s 2018-11-09 07:50:38,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:50:38,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:38,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-685da4c5-6ab5-4186-8441-62c7eb033920 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:50:38,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-685da4c5-6ab5-4186-8441-62c7eb033920 2018-11-09 07:50:38,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802221298218s 2018-11-09 07:50:38,160 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 07:50:38,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 07:50:38,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" -d '{"role": {"name": "Member"}}' 2018-11-09 07:50:38,351 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91a7d11c-d998-45da-b708-db4f8550e77b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "22b43a0479864485ab88a665c31846de", "links": {"self": "http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de"}, "name": "Member"}} 2018-11-09 07:50:38,352 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-91a7d11c-d998-45da-b708-db4f8550e77b 2018-11-09 07:50:38,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.19113779068s 2018-11-09 07:50:38,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:38,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc6b259e-685a-42fd-ac59-687e933e1e43 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de"}, "domain_id": null, "name": "Member", "id": "22b43a0479864485ab88a665c31846de"}} 2018-11-09 07:50:38,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de used request id req-bc6b259e-685a-42fd-ac59-687e933e1e43 2018-11-09 07:50:38,437 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de'}, 'domain_id': None, 'human_id': None, 'id': u'22b43a0479864485ab88a665c31846de', 'HUMAN_ID': False}) 2018-11-09 07:50:38,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:50:38,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:38,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13903d2b-66cf-4f2f-8f74-8641ed61fb4e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22b43a0479864485ab88a665c31846de", "links": {"self": "http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:50:38,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-13903d2b-66cf-4f2f-8f74-8641ed61fb4e 2018-11-09 07:50:38,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806419849396s 2018-11-09 07:50:38,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:50:38,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:38,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cec029b2-c966-469b-8e88-469f304e4eee Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:50:38,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-cec029b2-c966-469b-8e88-469f304e4eee 2018-11-09 07:50:38,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0734031200409s 2018-11-09 07:50:38,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:50:38,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:38,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a37fc078-3b67-423b-9cd9-c1915c428729 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_0d826d9b-e79b-488c-af90-1644ce21b509", "links": {"self": "http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15"}, "domain_id": "default", "enabled": true, "id": "9d41d8b61cd0482795e9e210c9943a15", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:50:38,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a37fc078-3b67-423b-9cd9-c1915c428729 2018-11-09 07:50:38,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0347740650177s 2018-11-09 07:50:38,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a37fc078-3b67-423b-9cd9-c1915c428729 2018-11-09 07:50:38,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:50:38,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:38,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-158a3fa9-27ed-4b21-b196-5a94e5c503b3 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da"}, "enabled": true, "id": "39551bbf54fa44bf9a4797ccfcdc99da", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:50:38,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-158a3fa9-27ed-4b21-b196-5a94e5c503b3 2018-11-09 07:50:38,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0800981521606s 2018-11-09 07:50:38,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-158a3fa9-27ed-4b21-b196-5a94e5c503b3 2018-11-09 07:50:38,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:50:38,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=9d41d8b61cd0482795e9e210c9943a15&scope.project.id=39551bbf54fa44bf9a4797ccfcdc99da&role.id=22b43a0479864485ab88a665c31846de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:38,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3743fd73-71e4-4d57-bde2-1b295d10723a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=9d41d8b61cd0482795e9e210c9943a15&scope.project.id=39551bbf54fa44bf9a4797ccfcdc99da&role.id=22b43a0479864485ab88a665c31846de", "previous": null, "next": null}} 2018-11-09 07:50:38,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=9d41d8b61cd0482795e9e210c9943a15&scope.project.id=39551bbf54fa44bf9a4797ccfcdc99da&role.id=22b43a0479864485ab88a665c31846de used request id req-3743fd73-71e4-4d57-bde2-1b295d10723a 2018-11-09 07:50:38,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0782780647278s 2018-11-09 07:50:38,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:50:38,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da/users/9d41d8b61cd0482795e9e210c9943a15/roles/22b43a0479864485ab88a665c31846de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:38,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92af72cf-fcd3-4da4-96b8-21b7cc8a8ce9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:50:38,922 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da/users/9d41d8b61cd0482795e9e210c9943a15/roles/22b43a0479864485ab88a665c31846de used request id req-92af72cf-fcd3-4da4-96b8-21b7cc8a8ce9 2018-11-09 07:50:38,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12636089325s 2018-11-09 07:50:38,923 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509', 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': '958f3c03-eb0f-40e7-a073-8a90638c7e79', 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_0d826d9b-e79b-488c-af90-1644ce21b509', 'project_id': u'39551bbf54fa44bf9a4797ccfcdc99da', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 07:50:38,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:50:38,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:50:38,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:50:38,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:50:38,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:50:38,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:50:38,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:50:38,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:50:38,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:50:38,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:50:38,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:50:38,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:50:38,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:50:38,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:50:38,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:50:38,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:50:38,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:50:38,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:50:38,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:50:38,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:50:38,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:50:38,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:50:38,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:50:38,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:50:38,929 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_0d826d9b-e79b-488c-af90-1644ce21b509', 'password': '958f3c03-eb0f-40e7-a073-8a90638c7e79', 'project_name': 'refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '39551bbf54fa44bf9a4797ccfcdc99da', 'project_domain_name': 'Default'} 2018-11-09 07:50:38,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:50:38,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4899de96-26cf-4859-b475-35e12fd85ee4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22b43a0479864485ab88a665c31846de", "links": {"self": "http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:50:39,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4899de96-26cf-4859-b475-35e12fd85ee4 2018-11-09 07:50:39,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793349742889s 2018-11-09 07:50:39,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:50:39,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b73febf1-08b2-4c46-bc76-881705961b06 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22b43a0479864485ab88a665c31846de", "links": {"self": "http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:50:39,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b73febf1-08b2-4c46-bc76-881705961b06 2018-11-09 07:50:39,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0778090953827s 2018-11-09 07:50:39,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:50:39,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daba5bfb-6854-4674-85db-ac7d1006232b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:50:39,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-daba5bfb-6854-4674-85db-ac7d1006232b 2018-11-09 07:50:39,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0834989547729s 2018-11-09 07:50:39,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:50:39,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f893bdb7-9f5a-4829-aaf6-e9ccd20785b1 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_0d826d9b-e79b-488c-af90-1644ce21b509", "links": {"self": "http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15"}, "domain_id": "default", "enabled": true, "id": "9d41d8b61cd0482795e9e210c9943a15", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:50:39,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f893bdb7-9f5a-4829-aaf6-e9ccd20785b1 2018-11-09 07:50:39,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968818664551s 2018-11-09 07:50:39,271 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f893bdb7-9f5a-4829-aaf6-e9ccd20785b1 2018-11-09 07:50:39,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:50:39,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a583cb-008b-43fd-9468-4fd82f89fe98 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da"}, "enabled": true, "id": "39551bbf54fa44bf9a4797ccfcdc99da", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:50:39,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-79a583cb-008b-43fd-9468-4fd82f89fe98 2018-11-09 07:50:39,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0779469013214s 2018-11-09 07:50:39,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-79a583cb-008b-43fd-9468-4fd82f89fe98 2018-11-09 07:50:39,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:50:39,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=9d41d8b61cd0482795e9e210c9943a15&scope.project.id=39551bbf54fa44bf9a4797ccfcdc99da&role.id=79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10089e37-174c-474b-8782-9088c91664d4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=9d41d8b61cd0482795e9e210c9943a15&scope.project.id=39551bbf54fa44bf9a4797ccfcdc99da&role.id=79f21433cbd840ddbed71b46b37d5f03", "previous": null, "next": null}} 2018-11-09 07:50:39,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=9d41d8b61cd0482795e9e210c9943a15&scope.project.id=39551bbf54fa44bf9a4797ccfcdc99da&role.id=79f21433cbd840ddbed71b46b37d5f03 used request id req-10089e37-174c-474b-8782-9088c91664d4 2018-11-09 07:50:39,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0776579380035s 2018-11-09 07:50:39,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:50:39,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da/users/9d41d8b61cd0482795e9e210c9943a15/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:50:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-934ec804-d59e-48a4-b2c4-de1b45c28cc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:50:39,557 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da/users/9d41d8b61cd0482795e9e210c9943a15/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-934ec804-d59e-48a4-b2c4-de1b45c28cc4 2018-11-09 07:50:39,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121194124222s 2018-11-09 07:50:39,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:50:39,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1e4cb4-75bb-4dac-85bc-4ee543f29a84 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22b43a0479864485ab88a665c31846de", "links": {"self": "http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:50:39,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2a1e4cb4-75bb-4dac-85bc-4ee543f29a84 2018-11-09 07:50:39,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737071037292s 2018-11-09 07:50:39,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:50:39,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e96f822-9f63-40e2-ad65-2cc23a2945b4 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:50:39,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7e96f822-9f63-40e2-ad65-2cc23a2945b4 2018-11-09 07:50:39,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0825870037079s 2018-11-09 07:50:39,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:50:39,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6194eeb0-d08a-4ed3-8ac2-b11198a41b28 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_0d826d9b-e79b-488c-af90-1644ce21b509", "links": {"self": "http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15"}, "domain_id": "default", "enabled": true, "id": "9d41d8b61cd0482795e9e210c9943a15", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:50:39,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6194eeb0-d08a-4ed3-8ac2-b11198a41b28 2018-11-09 07:50:39,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100569009781s 2018-11-09 07:50:39,818 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6194eeb0-d08a-4ed3-8ac2-b11198a41b28 2018-11-09 07:50:39,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:50:39,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=9d41d8b61cd0482795e9e210c9943a15&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:39,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93f2ee6a-466c-4977-a0af-bdc46809c8e0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=9d41d8b61cd0482795e9e210c9943a15&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default", "previous": null, "next": null}} 2018-11-09 07:50:39,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=9d41d8b61cd0482795e9e210c9943a15&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default used request id req-93f2ee6a-466c-4977-a0af-bdc46809c8e0 2018-11-09 07:50:39,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0761239528656s 2018-11-09 07:50:39,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:50:39,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/domains/default/users/9d41d8b61cd0482795e9e210c9943a15/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:50:40,025 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:50:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5729cde-6421-46da-87fe-6d0fc7793974 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:50:40,025 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/domains/default/users/9d41d8b61cd0482795e9e210c9943a15/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-f5729cde-6421-46da-87fe-6d0fc7793974 2018-11-09 07:50:40,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124818086624s 2018-11-09 07:50:40,025 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-09 07:50:42,456 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-09 07:50:42.142 11196 INFO rally.deployment.engine [-] Deployment 28f4d107-09aa-4302-9b33-135fa5e36653 | Starting: Destroy cloud and free allocated resources. 2018-11-09 07:50:42.225 11196 INFO rally.deployment.engine [-] Deployment 28f4d107-09aa-4302-9b33-135fa5e36653 | Completed: Destroy cloud and free allocated resources. 2018-11-09 07:50:42.248 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2). 2018-11-09 07:50:42.252 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-09 07:50:44,764 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-09 07:50:44.488 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=64d2335a-377e-4143-aa9d-3feeee79ab3f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 64d2335a-377e-4143-aa9d-3feeee79ab3f | 2018-11-09T07:50:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 64d2335a-377e-4143-aa9d-3feeee79ab3f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-09 07:50:48,250 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-09 07:50:48,250 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-09 07:50:50,539 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-09 07:50:50.294 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c84c9c9a-2965-4f4a-a45f-dc003fc8b0e2). 2018-11-09 07:50:50.411 11205 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-09 07:50:54,266 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-09 07:50:52.703 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-09 07:50:52.830 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-09 07:50:54.058 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=75ffc767-6f3f-4883-ba47-13bdfddf4611) has been successfully created! Using verifier 'opnfv-tempest' (UUID=75ffc767-6f3f-4883-ba47-13bdfddf4611) as the default verifier for the future CLI operations. 2018-11-09 07:50:57,290 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-11-09 07:50:57,291 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:50:57,425 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-09 07:50:57,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:50:57,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfe5cc3f-71c2-4887-b457-7ed537cfde22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:50:57,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dfe5cc3f-71c2-4887-b457-7ed537cfde22 2018-11-09 07:50:57,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:50:57,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22b43a0479864485ab88a665c31846de", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:50:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39551bbf54fa44bf9a4797ccfcdc99da", "name": "refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/39551bbf54fa44bf9a4797ccfcdc99da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_0d826d9b-e79b-488c-af90-1644ce21b509", "id": "9d41d8b61cd0482795e9e210c9943a15"}, "audit_ids": ["9EyCcXkkSrqQmB447njc1g"], "issued_at": "2018-11-09T07:50:57.000000Z"}} 2018-11-09 07:50:57,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:50:57,824 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 07:50:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 07:50:57,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:50:57,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:50:58,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6072ec22-00cc-4bc5-b678-ebc36b803fb0 Date: Fri, 09 Nov 2018 07:50:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:50:58,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6072ec22-00cc-4bc5-b678-ebc36b803fb0 2018-11-09 07:50:58,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.194602966309s 2018-11-09 07:50:58,021 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6072ec22-00cc-4bc5-b678-ebc36b803fb0 2018-11-09 07:50:58,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 07:50:58,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}49663067558aba4a025729dc59828a23621fb206" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509"}' 2018-11-09 07:50:58,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681 X-Openstack-Request-Id: req-3735b9a0-bb00-4ef0-ba51-d9bcb6947346 Date: Fri, 09 Nov 2018 07:50:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/file", "owner": "39551bbf54fa44bf9a4797ccfcdc99da", "id": "108fe67d-9a2c-4a47-817e-8a8ccd6fc681", "size": null, "self": "/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:50:58Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "checksum": null, "created_at": "2018-11-09T07:50:58Z", "protected": false} 2018-11-09 07:50:58,228 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-3735b9a0-bb00-4ef0-ba51-d9bcb6947346 2018-11-09 07:50:58,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.205690860748s 2018-11-09 07:50:58,228 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-3735b9a0-bb00-4ef0-ba51-d9bcb6947346 returning object 108fe67d-9a2c-4a47-817e-8a8ccd6fc681 2018-11-09 07:50:58,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 07:50:58,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/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}49663067558aba4a025729dc59828a23621fb206" -d '' 2018-11-09 07:50:59,737 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-03b753a0-5a46-468e-8fd3-44715335c0eb Date: Fri, 09 Nov 2018 07:50:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:50:59,737 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/file used request id req-03b753a0-5a46-468e-8fd3-44715335c0eb 2018-11-09 07:50:59,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.50860500336s 2018-11-09 07:50:59,737 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/file used request id req-03b753a0-5a46-468e-8fd3-44715335c0eb 2018-11-09 07:50:59,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:50:59,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:50:59,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-5ad67f48-2b6a-4da7-9821-61e4b4634c5a Date: Fri, 09 Nov 2018 07:50:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/snap", "metadata": {}}], "file": "/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/file", "owner": "39551bbf54fa44bf9a4797ccfcdc99da", "id": "108fe67d-9a2c-4a47-817e-8a8ccd6fc681", "size": 12716032, "self": "/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:50:59Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:50:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:50:59,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5ad67f48-2b6a-4da7-9821-61e4b4634c5a 2018-11-09 07:50:59,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178546190262s 2018-11-09 07:50:59,917 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5ad67f48-2b6a-4da7-9821-61e4b4634c5a 2018-11-09 07:50:59,919 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/snap', u'metadata': Munch({})})], 'file': u'/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/file', 'owner': u'39551bbf54fa44bf9a4797ccfcdc99da', 'id': u'108fe67d-9a2c-4a47-817e-8a8ccd6fc681', 'size': 12716032, u'self': u'/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'39551bbf54fa44bf9a4797ccfcdc99da', 'name': 'refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T07:50:59Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T07:50:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509', 'created': u'2018-11-09T07:50:58Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T07:50:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 07:50:59,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 07:50:59,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_0d826d9b-e79b-488c-af90-1644ce21b509", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 07:51:00,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:50: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-d285e2b2-091c-4909-a52e-4099a454facf x-compute-request-id: req-d285e2b2-091c-4909-a52e-4099a454facf Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e6bcff6a-bb2d-417e-8848-e6943fc80612", "name": "refstack_defcore-flavor_0d826d9b-e79b-488c-af90-1644ce21b509", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:51:00,114 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d285e2b2-091c-4909-a52e-4099a454facf 2018-11-09 07:51:00,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.193608999252s 2018-11-09 07:51:00,114 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d285e2b2-091c-4909-a52e-4099a454facf returning object e6bcff6a-bb2d-417e-8848-e6943fc80612 2018-11-09 07:51:00,115 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_0d826d9b-e79b-488c-af90-1644ce21b509', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'e6bcff6a-bb2d-417e-8848-e6943fc80612', 'swap': 0}) 2018-11-09 07:51:00,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 07:51:00,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612/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}a05dd8b0f1ba947c695c661549287f4bf4e29a05" -d '{"extra_specs": {}}' 2018-11-09 07:51:00,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:51:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74fe15d0-e02a-45c1-a160-13eedd368a19 x-compute-request-id: req-74fe15d0-e02a-45c1-a160-13eedd368a19 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:51:00,136 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612/os-extra_specs used request id req-74fe15d0-e02a-45c1-a160-13eedd368a19 2018-11-09 07:51:00,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206649303436s 2018-11-09 07:51:00,136 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612/os-extra_specs used request id req-74fe15d0-e02a-45c1-a160-13eedd368a19 2018-11-09 07:51:00,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:51:00,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:51:00,146 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:51: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:51:00,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:51:00,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53bc3dd-60d1-40de-838f-3fb53e68ac95 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22b43a0479864485ab88a665c31846de", "links": {"self": "http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:51:00,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c53bc3dd-60d1-40de-838f-3fb53e68ac95 2018-11-09 07:51:00,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0890741348267s 2018-11-09 07:51:00,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-09 07:51:00,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:51:00,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:51:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4999e96a-4c88-4216-a3e4-ff41dbda13ad x-compute-request-id: req-4999e96a-4c88-4216-a3e4-ff41dbda13ad Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 194}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-09 07:51:00,825 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-4999e96a-4c88-4216-a3e4-ff41dbda13ad 2018-11-09 07:51:00,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.189225912094s 2018-11-09 07:51:00,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-4999e96a-4c88-4216-a3e4-ff41dbda13ad 2018-11-09 07:51:00,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:51:00,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:51:01,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-4c1c74f7-5390-43a2-a617-5e7f5e80306f Date: Fri, 09 Nov 2018 07:51:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/snap", "metadata": {}}], "file": "/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/file", "owner": "39551bbf54fa44bf9a4797ccfcdc99da", "id": "108fe67d-9a2c-4a47-817e-8a8ccd6fc681", "size": 12716032, "self": "/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:50:59Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:50:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:51:01,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4c1c74f7-5390-43a2-a617-5e7f5e80306f 2018-11-09 07:51:01,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185753107071s 2018-11-09 07:51:01,013 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4c1c74f7-5390-43a2-a617-5e7f5e80306f 2018-11-09 07:51:01,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 07:51:01,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}49663067558aba4a025729dc59828a23621fb206" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_0d826d9b-e79b-488c-af90-1644ce21b509", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_0d826d9b-e79b-488c-af90-1644ce21b509"}' 2018-11-09 07:51:01,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973 X-Openstack-Request-Id: req-8184a03a-c35c-4e10-82b9-0e58b0ec7bd4 Date: Fri, 09 Nov 2018 07:51:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973/file", "owner": "39551bbf54fa44bf9a4797ccfcdc99da", "id": "0c1b8d95-7199-40ac-95f7-9be07bded973", "size": null, "self": "/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:51:01Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_0d826d9b-e79b-488c-af90-1644ce21b509", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_0d826d9b-e79b-488c-af90-1644ce21b509", "checksum": null, "created_at": "2018-11-09T07:51:01Z", "protected": false} 2018-11-09 07:51:01,061 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-8184a03a-c35c-4e10-82b9-0e58b0ec7bd4 2018-11-09 07:51:01,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0450301170349s 2018-11-09 07:51:01,061 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-8184a03a-c35c-4e10-82b9-0e58b0ec7bd4 returning object 0c1b8d95-7199-40ac-95f7-9be07bded973 2018-11-09 07:51:01,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 07:51:01,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973/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}49663067558aba4a025729dc59828a23621fb206" -d '' 2018-11-09 07:51:03,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ada6c29e-ffa1-48c7-8db7-103bfb452a4b Date: Fri, 09 Nov 2018 07:51:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:51:03,192 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973/file used request id req-ada6c29e-ffa1-48c7-8db7-103bfb452a4b 2018-11-09 07:51:03,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.12992715836s 2018-11-09 07:51:03,192 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973/file used request id req-ada6c29e-ffa1-48c7-8db7-103bfb452a4b 2018-11-09 07:51:03,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:51:03,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:51:03,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-38a6c1f6-633c-4a6e-90dd-6b86931292ff Date: Fri, 09 Nov 2018 07:51:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/0c1b8d95-7199-40ac-95f7-9be07bded973/snap", "metadata": {}}], "file": "/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973/file", "owner": "39551bbf54fa44bf9a4797ccfcdc99da", "id": "0c1b8d95-7199-40ac-95f7-9be07bded973", "size": 12716032, "self": "/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/0c1b8d95-7199-40ac-95f7-9be07bded973/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:51:03Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_0d826d9b-e79b-488c-af90-1644ce21b509", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_0d826d9b-e79b-488c-af90-1644ce21b509", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:51:01Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/snap", "metadata": {}}], "file": "/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/file", "owner": "39551bbf54fa44bf9a4797ccfcdc99da", "id": "108fe67d-9a2c-4a47-817e-8a8ccd6fc681", "size": 12716032, "self": "/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:50:59Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:50:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:51:03,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-38a6c1f6-633c-4a6e-90dd-6b86931292ff 2018-11-09 07:51:03,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186409950256s 2018-11-09 07:51:03,379 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-38a6c1f6-633c-4a6e-90dd-6b86931292ff 2018-11-09 07:51:03,382 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/0c1b8d95-7199-40ac-95f7-9be07bded973/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973/file', 'owner': u'39551bbf54fa44bf9a4797ccfcdc99da', 'id': u'0c1b8d95-7199-40ac-95f7-9be07bded973', 'size': 12716032, u'self': u'/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'39551bbf54fa44bf9a4797ccfcdc99da', 'name': 'refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/0c1b8d95-7199-40ac-95f7-9be07bded973/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T07:51:03Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T07:51:03Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_0d826d9b-e79b-488c-af90-1644ce21b509', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_0d826d9b-e79b-488c-af90-1644ce21b509', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_0d826d9b-e79b-488c-af90-1644ce21b509', 'created': u'2018-11-09T07:51:01Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T07:51:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_0d826d9b-e79b-488c-af90-1644ce21b509', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 07:51:03,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 07:51:03,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_0d826d9b-e79b-488c-af90-1644ce21b509", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 07:51:03,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:51: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-357370a4-e4d3-4c0c-a702-3516d70cba6f x-compute-request-id: req-357370a4-e4d3-4c0c-a702-3516d70cba6f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/21a9b245-12c4-439d-ae6a-69a3238eeba0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/21a9b245-12c4-439d-ae6a-69a3238eeba0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "21a9b245-12c4-439d-ae6a-69a3238eeba0", "name": "refstack_defcore-flavor_alt_0d826d9b-e79b-488c-af90-1644ce21b509", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:51:03,428 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-357370a4-e4d3-4c0c-a702-3516d70cba6f 2018-11-09 07:51:03,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0451581478119s 2018-11-09 07:51:03,429 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-357370a4-e4d3-4c0c-a702-3516d70cba6f returning object 21a9b245-12c4-439d-ae6a-69a3238eeba0 2018-11-09 07:51:03,430 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_0d826d9b-e79b-488c-af90-1644ce21b509', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'21a9b245-12c4-439d-ae6a-69a3238eeba0', 'swap': 0}) 2018-11-09 07:51:03,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 07:51:03,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/21a9b245-12c4-439d-ae6a-69a3238eeba0/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}a05dd8b0f1ba947c695c661549287f4bf4e29a05" -d '{"extra_specs": {}}' 2018-11-09 07:51:03,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:51: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-6bf3421e-8b09-41cb-8280-721f5df2e9bb x-compute-request-id: req-6bf3421e-8b09-41cb-8280-721f5df2e9bb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:51:03,453 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/21a9b245-12c4-439d-ae6a-69a3238eeba0/os-extra_specs used request id req-6bf3421e-8b09-41cb-8280-721f5df2e9bb 2018-11-09 07:51:03,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225219726562s 2018-11-09 07:51:03,453 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/21a9b245-12c4-439d-ae6a-69a3238eeba0/os-extra_specs used request id req-6bf3421e-8b09-41cb-8280-721f5df2e9bb 2018-11-09 07:51:03,454 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_0d826d9b-e79b-488c-af90-1644ce21b509', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'21a9b245-12c4-439d-ae6a-69a3238eeba0', 'swap': 0}) 2018-11-09 07:51:06,603 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-09 07:51:05.586 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=75ffc767-6f3f-4883-ba47-13bdfddf4611) for deployment 'opnfv-rally' (UUID=64d2335a-377e-4143-aa9d-3feeee79ab3f). 2018-11-09 07:51:06.436 11227 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-09 07:51:06.439 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=75ffc767-6f3f-4883-ba47-13bdfddf4611) has been successfully configured for deployment 'opnfv-rally' (UUID=64d2335a-377e-4143-aa9d-3feeee79ab3f)! 2018-11-09 07:51:06,604 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-09 07:51:06,604 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-09 07:51:06,607 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-09 07:51:12,364 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-11-09 07:51:12,364 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-11-09 07:51:12,364 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-11-09 07:51:12,364 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-11-09 07:51:12,365 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-11-09 07:51:12,366 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-11-09 07:51:12,367 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-11-09 07:51:12,368 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-11-09 07:51:12,369 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-11-09 07:51:12,370 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-11-09 07:51:12,371 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-11-09 07:51:12,372 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-11-09 07:51:12,372 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-11-09 07:51:12,372 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-11-09 07:51:12,372 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-11-09 07:51:12,372 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-11-09 07:51:12,374 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-09 07:51:12,400 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-09 07:51:12,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-11-09 07:51:14,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:51:14.506 11239 INFO rally.api [-] Starting verification (UUID=eb4b4d89-b108-4227-814a-327c25f2c830) for deployment 'opnfv-rally' (UUID=64d2335a-377e-4143-aa9d-3feeee79ab3f) by verifier 'opnfv-tempest' (UUID=75ffc767-6f3f-4883-ba47-13bdfddf4611). 2018-11-09 07:51:14,508 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: eb4b4d89-b108-4227-814a-327c25f2c830 2018-11-09 07:51:23,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:51:23.915 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.612s] 2018-11-09 07:51:37,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:51:37.048 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.128s] 2018-11-09 07:51:50,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:51:50.970 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [20.186s] 2018-11-09 07:51:52,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:51:52.068 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [15.015s] 2018-11-09 07:51:52,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:51:52.069 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.103s] 2018-11-09 07:52:01,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:52:01.785 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.719s] 2018-11-09 07:52:28,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:52:28.279 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.394s] 2018-11-09 07:52:28,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:52:28.344 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-11-09 07:52:28,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:52:28.865 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.521s] 2018-11-09 07:52:28,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:52:28.963 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-11-09 07:52:28,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:52:28.965 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-09 07:53:01,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:01.494 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [59.692s] 2018-11-09 07:53:05,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:05.494 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.244s] 2018-11-09 07:53:05,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:05.867 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.373s] 2018-11-09 07:53:21,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:21.965 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [15.143s] 2018-11-09 07:53:22,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:22.029 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.064s] 2018-11-09 07:53:23,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:23.191 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.161s] 2018-11-09 07:53:23,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:23.289 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.096s] 2018-11-09 07:53:23,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:23.290 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-09 07:53:47,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:47.582 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.390s] 2018-11-09 07:53:47,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:47.834 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.252s] 2018-11-09 07:53:48,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:48.035 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.200s] 2018-11-09 07:53:48,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:48.397 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.362s] 2018-11-09 07:53:48,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:48.790 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.392s] 2018-11-09 07:53:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:49.162 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.372s] 2018-11-09 07:53:55,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:55.474 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.630s] 2018-11-09 07:53:58,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:53:58.257 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.782s] 2018-11-09 07:54:05,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:05.603 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.552s] 2018-11-09 07:54:06,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:06.891 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.287s] 2018-11-09 07:54:10,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:10.944 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.049s] 2018-11-09 07:54:11,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:11.629 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.688s] 2018-11-09 07:54:13,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:13.811 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.180s] 2018-11-09 07:54:14,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:14.799 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.987s] 2018-11-09 07:54:16,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:16.518 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.714s] 2018-11-09 07:54:16,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:16.715 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.201s] 2018-11-09 07:54:20,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:20.111 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.168s] 2018-11-09 07:54:25,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:25.848 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.637s] 2018-11-09 07:54:26,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:26.372 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.523s] 2018-11-09 07:54:57,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:54:57.258 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [30.880s] 2018-11-09 07:55:10,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:55:10.936 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.509s] 2018-11-09 07:55:11,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:55:11.314 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.378s] 2018-11-09 07:55:13,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:55:13.761 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [114.803s] 2018-11-09 07:55:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:55:23.666 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.191s] 2018-11-09 07:55:23,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:55:23.838 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.172s] 2018-11-09 07:55:45,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:55:45.314 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.542s] 2018-11-09 07:56:00,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:00.855 11239 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.308s] 2018-11-09 07:56:16,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:16.596 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-11-09 07:56:16,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:16.770 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.174s] 2018-11-09 07:56:16,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:16.972 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.201s] 2018-11-09 07:56:17,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:17.137 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.164s] 2018-11-09 07:56:17,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:17.167 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.030s] 2018-11-09 07:56:17,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:17.213 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.045s] 2018-11-09 07:56:17,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:17.410 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.196s] 2018-11-09 07:56:17,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:17.455 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.044s] 2018-11-09 07:56:18,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:18.118 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.662s] 2018-11-09 07:56:18,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:18.789 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.671s] 2018-11-09 07:56:30,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:30.612 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.642s] 2018-11-09 07:56:30,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:30.782 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.170s] 2018-11-09 07:56:35,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:35.452 11239 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.129s] 2018-11-09 07:56:43,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:43.017 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.141s] 2018-11-09 07:56:43,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:43.537 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.520s] 2018-11-09 07:56:55,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:55.868 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.196s] 2018-11-09 07:56:56,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:56.043 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.174s] 2018-11-09 07:56:56,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:56.093 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.049s] 2018-11-09 07:56:56,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:56.651 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.556s] 2018-11-09 07:56:57,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:57.057 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.405s] 2018-11-09 07:56:57,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:57.423 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.366s] 2018-11-09 07:56:57,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:57.462 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-11-09 07:56:57,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:57.509 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.046s] 2018-11-09 07:56:57,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:57.560 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.050s] 2018-11-09 07:56:57,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:57.611 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.050s] 2018-11-09 07:56:57,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:57.787 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.176s] 2018-11-09 07:56:57,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:57.863 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.075s] 2018-11-09 07:56:57,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:57.937 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.073s] 2018-11-09 07:56:57,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:57.992 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.054s] 2018-11-09 07:56:58,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:56:58.039 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.047s] 2018-11-09 07:57:04,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:04.796 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.164s] 2018-11-09 07:57:04,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:04.968 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.171s] 2018-11-09 07:57:05,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:05.145 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.176s] 2018-11-09 07:57:05,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:05.299 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.153s] 2018-11-09 07:57:05,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:05.464 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.164s] 2018-11-09 07:57:05,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:05.629 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.164s] 2018-11-09 07:57:05,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:05.816 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.186s] 2018-11-09 07:57:05,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:05.848 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.032s] 2018-11-09 07:57:05,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:05.858 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-11-09 07:57:05,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:05.893 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.034s] 2018-11-09 07:57:05,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:05.903 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-11-09 07:57:06,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:06.078 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.174s] 2018-11-09 07:57:06,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:06.122 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.044s] 2018-11-09 07:57:06,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:06.307 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.183s] 2018-11-09 07:57:06,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:06.344 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-11-09 07:57:06,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:06.593 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.248s] 2018-11-09 07:57:06,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:06.762 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.169s] 2018-11-09 07:57:06,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:06.948 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.185s] 2018-11-09 07:57:06,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:06.982 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-11-09 07:57:07,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:07.160 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.177s] 2018-11-09 07:57:11,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: eb4b4d89-b108-4227-814a-327c25f2c830 2018-11-09 07:57:11,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'eb4b4d89-b108-4227-814a-327c25f2c830']'. 2018-11-09 07:57:12,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-09 07:57:12,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-09 07:57:12,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-09 07:57:12,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | eb4b4d89-b108-4227-814a-327c25f2c830 | 2018-11-09 07:57:12,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-09 07:57:12,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-09 07:51:14 | 2018-11-09 07:57:12,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-09 07:57:11 | 2018-11-09 07:57:12,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:57 | 2018-11-09 07:57:12,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-09 07:57:12,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-09 07:57:12,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-09 07:57:12,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 75ffc767-6f3f-4883-ba47-13bdfddf4611) | 2018-11-09 07:57:12,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-09 07:57:12,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 64d2335a-377e-4143-aa9d-3feeee79ab3f) | 2018-11-09 07:57:12,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 96 | 2018-11-09 07:57:12,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 347.786 | 2018-11-09 07:57:12,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 96 | 2018-11-09 07:57:12,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-09 07:57:12,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-09 07:57:12,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-09 07:57:12,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-09 07:57:12,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-09 07:57:12,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-09 07:57:12,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-09 07:57:12,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-11-09 07:57:12,643 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 07:57:12,643 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 06:15 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-11-09 07:57:12,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 07:57:12,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:57:14,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e57cd68-283c-4391-b92a-d3a521ff8498 Date: Fri, 09 Nov 2018 07:57:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:57:14,709 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973 used request id req-1e57cd68-283c-4391-b92a-d3a521ff8498 2018-11-09 07:57:14,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.06033205986s 2018-11-09 07:57:14,710 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/0c1b8d95-7199-40ac-95f7-9be07bded973 used request id req-1e57cd68-283c-4391-b92a-d3a521ff8498 2018-11-09 07:57:14,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:57:14,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:14,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-631f64ea-5a5b-48e2-b5a1-1c7d8a5c7259 x-compute-request-id: req-631f64ea-5a5b-48e2-b5a1-1c7d8a5c7259 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/21a9b245-12c4-439d-ae6a-69a3238eeba0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/21a9b245-12c4-439d-ae6a-69a3238eeba0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "21a9b245-12c4-439d-ae6a-69a3238eeba0", "name": "refstack_defcore-flavor_alt_0d826d9b-e79b-488c-af90-1644ce21b509", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e6bcff6a-bb2d-417e-8848-e6943fc80612", "name": "refstack_defcore-flavor_0d826d9b-e79b-488c-af90-1644ce21b509", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:57:14,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-631f64ea-5a5b-48e2-b5a1-1c7d8a5c7259 2018-11-09 07:57:14,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.249528169632s 2018-11-09 07:57:14,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-631f64ea-5a5b-48e2-b5a1-1c7d8a5c7259 2018-11-09 07:57:14,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 07:57:14,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/21a9b245-12c4-439d-ae6a-69a3238eeba0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:15,009 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-32bb01f3-7207-4b44-bf15-c74e116bbd7c x-compute-request-id: req-32bb01f3-7207-4b44-bf15-c74e116bbd7c Content-Length: 0 Content-Type: application/json 2018-11-09 07:57:15,009 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/21a9b245-12c4-439d-ae6a-69a3238eeba0 used request id req-32bb01f3-7207-4b44-bf15-c74e116bbd7c 2018-11-09 07:57:15,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0463819503784s 2018-11-09 07:57:15,010 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/21a9b245-12c4-439d-ae6a-69a3238eeba0 used request id req-32bb01f3-7207-4b44-bf15-c74e116bbd7c 2018-11-09 07:57:15,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:57:15,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:57:15,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-7ae9f379-674a-41fb-b430-78acd7b9f50c Date: Fri, 09 Nov 2018 07:57:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/snap", "metadata": {}}], "file": "/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/file", "owner": "39551bbf54fa44bf9a4797ccfcdc99da", "id": "108fe67d-9a2c-4a47-817e-8a8ccd6fc681", "size": 12716032, "self": "/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:50:59Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_0d826d9b-e79b-488c-af90-1644ce21b509", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:50:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:57:15,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7ae9f379-674a-41fb-b430-78acd7b9f50c 2018-11-09 07:57:15,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.240784883499s 2018-11-09 07:57:15,251 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7ae9f379-674a-41fb-b430-78acd7b9f50c 2018-11-09 07:57:15,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 07:57:15,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}49663067558aba4a025729dc59828a23621fb206" 2018-11-09 07:57:16,924 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e07fcdcc-d600-4fb4-bed9-5cb7bbb57acd Date: Fri, 09 Nov 2018 07:57:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:57:16,924 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681 used request id req-e07fcdcc-d600-4fb4-bed9-5cb7bbb57acd 2018-11-09 07:57:16,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.67094993591s 2018-11-09 07:57:16,924 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/108fe67d-9a2c-4a47-817e-8a8ccd6fc681 used request id req-e07fcdcc-d600-4fb4-bed9-5cb7bbb57acd 2018-11-09 07:57:16,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 07:57:16,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:16,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57: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-7627fbdf-83d9-4129-9d00-b0cd9f0bb2f6 x-compute-request-id: req-7627fbdf-83d9-4129-9d00-b0cd9f0bb2f6 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e6bcff6a-bb2d-417e-8848-e6943fc80612", "name": "refstack_defcore-flavor_0d826d9b-e79b-488c-af90-1644ce21b509", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 07:57:16,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7627fbdf-83d9-4129-9d00-b0cd9f0bb2f6 2018-11-09 07:57:16,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.038547039032s 2018-11-09 07:57:16,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7627fbdf-83d9-4129-9d00-b0cd9f0bb2f6 2018-11-09 07:57:16,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 07:57:16,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:17,009 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 07:57: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-da95e9c9-e4f1-436d-ae65-0aeb2ad65b41 x-compute-request-id: req-da95e9c9-e4f1-436d-ae65-0aeb2ad65b41 Content-Length: 0 Content-Type: application/json 2018-11-09 07:57:17,009 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612 used request id req-da95e9c9-e4f1-436d-ae65-0aeb2ad65b41 2018-11-09 07:57:17,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0436198711395s 2018-11-09 07:57:17,009 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/e6bcff6a-bb2d-417e-8848-e6943fc80612 used request id req-da95e9c9-e4f1-436d-ae65-0aeb2ad65b41 2018-11-09 07:57:17,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:57:17,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:17,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0aea09-ef5c-4157-94a7-16cdf9a1c8ce Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_0d826d9b-e79b-488c-af90-1644ce21b509", "links": {"self": "http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15"}, "domain_id": "default", "enabled": true, "id": "9d41d8b61cd0482795e9e210c9943a15", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:57:17,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-be0aea09-ef5c-4157-94a7-16cdf9a1c8ce 2018-11-09 07:57:17,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10839509964s 2018-11-09 07:57:17,119 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-be0aea09-ef5c-4157-94a7-16cdf9a1c8ce 2018-11-09 07:57:17,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:57:17,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:17,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3996c667-31bd-49b6-b034-71814cfb299d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15"}, "enabled": true, "id": "9d41d8b61cd0482795e9e210c9943a15", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_0d826d9b-e79b-488c-af90-1644ce21b509"}} 2018-11-09 07:57:17,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15 used request id req-3996c667-31bd-49b6-b034-71814cfb299d 2018-11-09 07:57:17,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0926930904388s 2018-11-09 07:57:17,218 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15 used request id req-3996c667-31bd-49b6-b034-71814cfb299d 2018-11-09 07:57:17,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 07:57:17,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:17,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:57:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7ececc8-420d-4ada-8e70-16a8d28a65ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:57:17,420 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15 used request id req-f7ececc8-420d-4ada-8e70-16a8d28a65ff 2018-11-09 07:57:17,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.200877904892s 2018-11-09 07:57:17,420 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/9d41d8b61cd0482795e9e210c9943a15 used request id req-f7ececc8-420d-4ada-8e70-16a8d28a65ff 2018-11-09 07:57:17,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:57:17,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:17,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f15021e1-cf3f-4784-9bde-9b975d000d23 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da"}, "enabled": true, "id": "39551bbf54fa44bf9a4797ccfcdc99da", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_0d826d9b-e79b-488c-af90-1644ce21b509"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:57:17,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-f15021e1-cf3f-4784-9bde-9b975d000d23 2018-11-09 07:57:17,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.080591917038s 2018-11-09 07:57:17,502 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-f15021e1-cf3f-4784-9bde-9b975d000d23 2018-11-09 07:57:17,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 07:57:17,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:17,725 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:57:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae70717a-511b-40a6-a6ed-3243e7170e2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:57:17,725 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da used request id req-ae70717a-511b-40a6-a6ed-3243e7170e2a 2018-11-09 07:57:17,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.2215051651s 2018-11-09 07:57:17,726 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/39551bbf54fa44bf9a4797ccfcdc99da used request id req-ae70717a-511b-40a6-a6ed-3243e7170e2a 2018-11-09 07:57:17,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:57:17,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:17,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1488c75-0fae-4270-b744-362013253504 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "22b43a0479864485ab88a665c31846de", "links": {"self": "http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:57:17,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b1488c75-0fae-4270-b744-362013253504 2018-11-09 07:57:17,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.169992923737s 2018-11-09 07:57:17,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 07:57:17,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:18,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:57:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-412ecc18-383a-4613-9843-0a69348398bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:57:18,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/22b43a0479864485ab88a665c31846de used request id req-412ecc18-383a-4613-9843-0a69348398bd 2018-11-09 07:57:18,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10945892334s 2018-11-09 07:57:18,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 07:57:18,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=39551bbf54fa44bf9a4797ccfcdc99da&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}a05dd8b0f1ba947c695c661549287f4bf4e29a05" 2018-11-09 07:57:18,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7d015629-943c-4b2d-8a4c-df13b96f4f90 Date: Fri, 09 Nov 2018 07:57:18 GMT RESP BODY: {"security_groups": []} 2018-11-09 07:57:18,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=39551bbf54fa44bf9a4797ccfcdc99da&name=default used request id req-7d015629-943c-4b2d-8a4c-df13b96f4f90 2018-11-09 07:57:18,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.176543951035s 2018-11-09 07:57:18,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=39551bbf54fa44bf9a4797ccfcdc99da&name=default used request id req-7d015629-943c-4b2d-8a4c-df13b96f4f90 2018-11-09 07:57:18,238 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-11-09 07:57:18,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:57:18,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:57:18,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:57:18,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:57:18,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:57:18,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:57:18,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:57:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:57:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:57:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:57:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:57:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:57:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:57:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:57:18,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:57:18,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d95ee574-5930-442b-97e8-bb215cf781e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:57:18,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d95ee574-5930-442b-97e8-bb215cf781e8 2018-11-09 07:57:18,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:57:18,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:57:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["a4KSzHvMRrqCV-p9X-lEig"], "issued_at": "2018-11-09T07:57:18.000000Z"}} 2018-11-09 07:57:18,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 07:57:18,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:18,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-55f6e7b2-c0c8-475f-8474-5412c6bc81f5 Date: Fri, 09 Nov 2018 07:57:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 07:57:18,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-55f6e7b2-c0c8-475f-8474-5412c6bc81f5 2018-11-09 07:57:18,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.24164891243s 2018-11-09 07:57:18,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-55f6e7b2-c0c8-475f-8474-5412c6bc81f5 2018-11-09 07:57:18,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 07:57:18,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:18,954 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:57:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:57:18,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:19,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-891a941a-bce5-4180-a8cd-3e14aa1126ac Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 07:57:19,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-891a941a-bce5-4180-a8cd-3e14aa1126ac 2018-11-09 07:57:19,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0867719650269s 2018-11-09 07:57:19,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 07:57:19,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730"}}' 2018-11-09 07:57:19,157 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:57:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0024a5c9-7199-4b2c-b8f9-82917ffb719b 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.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af"}, "enabled": true, "id": "22cd97ff8f094a1696c59b21fb30d5af", "parent_id": "default", "domain_id": "default", "name": "patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730"}} 2018-11-09 07:57:19,157 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0024a5c9-7199-4b2c-b8f9-82917ffb719b 2018-11-09 07:57:19,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.123571872711s 2018-11-09 07:57:19,158 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0024a5c9-7199-4b2c-b8f9-82917ffb719b 2018-11-09 07:57:19,158 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730', 'id': u'22cd97ff8f094a1696c59b21fb30d5af', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 07:57:19,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 07:57:19,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.36323595047s 2018-11-09 07:57:19,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:19,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49665d9e-5ae8-4012-8e3f-c8b547d876ad Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de"}, "enabled": true, "id": "8005a124b9074fdcbb13d043cc3584de", "options": {}, "domain_id": "default", "name": "patrole-user_75f493e6-b9cf-4af4-81a7-dadb7486d730"}} 2018-11-09 07:57:19,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de used request id req-49665d9e-5ae8-4012-8e3f-c8b547d876ad 2018-11-09 07:57:19,612 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8005a124b9074fdcbb13d043cc3584de', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_75f493e6-b9cf-4af4-81a7-dadb7486d730'}) 2018-11-09 07:57:19,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:57:19,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:19,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8398492e-dad5-4a1c-b532-264a7a38ba7f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:57:19,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8398492e-dad5-4a1c-b532-264a7a38ba7f 2018-11-09 07:57:19,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0864109992981s 2018-11-09 07:57:19,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:57:19,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:19,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e99d99-500f-4bea-95e4-057627f1ae5c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:57:19,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a7e99d99-500f-4bea-95e4-057627f1ae5c 2018-11-09 07:57:19,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0843350887299s 2018-11-09 07:57:19,785 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 07:57:19,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 07:57:19,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" -d '{"role": {"name": "Member"}}' 2018-11-09 07:57:19,894 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 07:57:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5bf5cd5-8c24-4366-b354-839562a246ea Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "79e0dbf284e34cc78044f877e1e9da03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03"}, "name": "Member"}} 2018-11-09 07:57:19,894 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-d5bf5cd5-8c24-4366-b354-839562a246ea 2018-11-09 07:57:19,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108810901642s 2018-11-09 07:57:19,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:19,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26fba5a5-115e-43a6-87c8-0232235e2153 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03"}, "domain_id": null, "name": "Member", "id": "79e0dbf284e34cc78044f877e1e9da03"}} 2018-11-09 07:57:19,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03 used request id req-26fba5a5-115e-43a6-87c8-0232235e2153 2018-11-09 07:57:19,975 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03'}, 'domain_id': None, 'human_id': None, 'id': u'79e0dbf284e34cc78044f877e1e9da03', 'HUMAN_ID': False}) 2018-11-09 07:57:19,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:57:19,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c6d9e54-166a-4e7d-a08c-5221caeb1b31 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79e0dbf284e34cc78044f877e1e9da03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03"}, "name": "Member"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:57:20,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3c6d9e54-166a-4e7d-a08c-5221caeb1b31 2018-11-09 07:57:20,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0837650299072s 2018-11-09 07:57:20,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:57:20,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a9ee2fc-c8e6-40a3-a12d-e5ca88246b6c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:57:20,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-5a9ee2fc-c8e6-40a3-a12d-e5ca88246b6c 2018-11-09 07:57:20,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.169843912125s 2018-11-09 07:57:20,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:57:20,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c60d830-5d62-43bb-a550-051108cb954f Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_75f493e6-b9cf-4af4-81a7-dadb7486d730", "links": {"self": "http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de"}, "domain_id": "default", "enabled": true, "id": "8005a124b9074fdcbb13d043cc3584de", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:57:20,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0c60d830-5d62-43bb-a550-051108cb954f 2018-11-09 07:57:20,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101175069809s 2018-11-09 07:57:20,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0c60d830-5d62-43bb-a550-051108cb954f 2018-11-09 07:57:20,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:57:20,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627d290c-9167-4942-b599-2073931531d6 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af"}, "enabled": true, "id": "22cd97ff8f094a1696c59b21fb30d5af", "parent_id": "default", "domain_id": "default", "name": "patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:57:20,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-627d290c-9167-4942-b599-2073931531d6 2018-11-09 07:57:20,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0833101272583s 2018-11-09 07:57:20,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-627d290c-9167-4942-b599-2073931531d6 2018-11-09 07:57:20,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:57:20,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=8005a124b9074fdcbb13d043cc3584de&scope.project.id=22cd97ff8f094a1696c59b21fb30d5af&role.id=79e0dbf284e34cc78044f877e1e9da03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57205940-73d5-406c-be3c-90da8ae6bb4e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=8005a124b9074fdcbb13d043cc3584de&scope.project.id=22cd97ff8f094a1696c59b21fb30d5af&role.id=79e0dbf284e34cc78044f877e1e9da03", "previous": null, "next": null}} 2018-11-09 07:57:20,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=8005a124b9074fdcbb13d043cc3584de&scope.project.id=22cd97ff8f094a1696c59b21fb30d5af&role.id=79e0dbf284e34cc78044f877e1e9da03 used request id req-57205940-73d5-406c-be3c-90da8ae6bb4e 2018-11-09 07:57:20,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0772659778595s 2018-11-09 07:57:20,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:57:20,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af/users/8005a124b9074fdcbb13d043cc3584de/roles/79e0dbf284e34cc78044f877e1e9da03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b50ee3a5-0c38-4a9d-9681-ab8d7be08cab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:57:20,561 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af/users/8005a124b9074fdcbb13d043cc3584de/roles/79e0dbf284e34cc78044f877e1e9da03 used request id req-b50ee3a5-0c38-4a9d-9681-ab8d7be08cab 2018-11-09 07:57:20,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.057510137558s 2018-11-09 07:57:20,562 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730', 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': '59c19f10-b0c3-44bd-909f-4aff85098849', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_75f493e6-b9cf-4af4-81a7-dadb7486d730', 'project_id': u'22cd97ff8f094a1696c59b21fb30d5af', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 07:57:20,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 07:57:20,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 07:57:20,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 07:57:20,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 07:57:20,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 07:57:20,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 07:57:20,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 07:57:20,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 07:57:20,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 07:57:20,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 07:57:20,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 07:57:20,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 07:57:20,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 07:57:20,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 07:57:20,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 07:57:20,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 07:57:20,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 07:57:20,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 07:57:20,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 07:57:20,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 07:57:20,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 07:57:20,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 07:57:20,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 07:57:20,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 07:57:20,568 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_75f493e6-b9cf-4af4-81a7-dadb7486d730', 'password': '59c19f10-b0c3-44bd-909f-4aff85098849', 'project_name': 'patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '22cd97ff8f094a1696c59b21fb30d5af', 'project_domain_name': 'Default'} 2018-11-09 07:57:20,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:57:20,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70df8da6-a4a6-433c-91ec-100c4dcbd94f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79e0dbf284e34cc78044f877e1e9da03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03"}, "name": "Member"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:57:20,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-70df8da6-a4a6-433c-91ec-100c4dcbd94f 2018-11-09 07:57:20,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0858480930328s 2018-11-09 07:57:20,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:57:20,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb76ea58-6c78-47ad-8684-3c7dc6cbf460 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79e0dbf284e34cc78044f877e1e9da03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03"}, "name": "Member"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:57:20,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fb76ea58-6c78-47ad-8684-3c7dc6cbf460 2018-11-09 07:57:20,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0727169513702s 2018-11-09 07:57:20,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:57:20,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b0a98b1-d5aa-4fe2-a0c4-203ffee033a9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:57:20,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0b0a98b1-d5aa-4fe2-a0c4-203ffee033a9 2018-11-09 07:57:20,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0803380012512s 2018-11-09 07:57:20,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:57:20,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f8e15d-533b-4ea1-b014-ac739576a361 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_75f493e6-b9cf-4af4-81a7-dadb7486d730", "links": {"self": "http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de"}, "domain_id": "default", "enabled": true, "id": "8005a124b9074fdcbb13d043cc3584de", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:57:20,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-67f8e15d-533b-4ea1-b014-ac739576a361 2018-11-09 07:57:20,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0982329845428s 2018-11-09 07:57:20,910 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-67f8e15d-533b-4ea1-b014-ac739576a361 2018-11-09 07:57:20,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 07:57:20,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:20,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040508cb-795e-4666-b484-76ae8d4dc45d Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af"}, "enabled": true, "id": "22cd97ff8f094a1696c59b21fb30d5af", "parent_id": "default", "domain_id": "default", "name": "patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 07:57:20,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-040508cb-795e-4666-b484-76ae8d4dc45d 2018-11-09 07:57:20,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0741491317749s 2018-11-09 07:57:20,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-040508cb-795e-4666-b484-76ae8d4dc45d 2018-11-09 07:57:20,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:57:20,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=8005a124b9074fdcbb13d043cc3584de&scope.project.id=22cd97ff8f094a1696c59b21fb30d5af&role.id=79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:21,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f444d87-5463-4939-91d8-d86ff5273d12 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=8005a124b9074fdcbb13d043cc3584de&scope.project.id=22cd97ff8f094a1696c59b21fb30d5af&role.id=79f21433cbd840ddbed71b46b37d5f03", "previous": null, "next": null}} 2018-11-09 07:57:21,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=8005a124b9074fdcbb13d043cc3584de&scope.project.id=22cd97ff8f094a1696c59b21fb30d5af&role.id=79f21433cbd840ddbed71b46b37d5f03 used request id req-1f444d87-5463-4939-91d8-d86ff5273d12 2018-11-09 07:57:21,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0776679515839s 2018-11-09 07:57:21,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:57:21,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af/users/8005a124b9074fdcbb13d043cc3584de/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:21,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:57:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2b5be06-94db-4e1f-8578-65b5ce6128a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:57:21,187 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af/users/8005a124b9074fdcbb13d043cc3584de/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-c2b5be06-94db-4e1f-8578-65b5ce6128a7 2018-11-09 07:57:21,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116657972336s 2018-11-09 07:57:21,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:57:21,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:21,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1768b3-19e9-4644-af2d-342d00dc0c18 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79e0dbf284e34cc78044f877e1e9da03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03"}, "name": "Member"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:57:21,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1a1768b3-19e9-4644-af2d-342d00dc0c18 2018-11-09 07:57:21,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748641490936s 2018-11-09 07:57:21,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 07:57:21,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:21,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d0a9fb8-bdb0-45f5-a01d-6dd88fe53e3f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 07:57:21,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7d0a9fb8-bdb0-45f5-a01d-6dd88fe53e3f 2018-11-09 07:57:21,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0824019908905s 2018-11-09 07:57:21,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 07:57:21,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:21,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29440f4e-0ed1-4bcc-a66c-37ad26db42a8 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_75f493e6-b9cf-4af4-81a7-dadb7486d730", "links": {"self": "http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de"}, "domain_id": "default", "enabled": true, "id": "8005a124b9074fdcbb13d043cc3584de", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 07:57:21,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-29440f4e-0ed1-4bcc-a66c-37ad26db42a8 2018-11-09 07:57:21,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0997819900513s 2018-11-09 07:57:21,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-29440f4e-0ed1-4bcc-a66c-37ad26db42a8 2018-11-09 07:57:21,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 07:57:21,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=8005a124b9074fdcbb13d043cc3584de&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:21,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2cd5788-4857-4996-808a-fa216add95dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=8005a124b9074fdcbb13d043cc3584de&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default", "previous": null, "next": null}} 2018-11-09 07:57:21,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=8005a124b9074fdcbb13d043cc3584de&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default used request id req-c2cd5788-4857-4996-808a-fa216add95dd 2018-11-09 07:57:21,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0857441425323s 2018-11-09 07:57:21,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 07:57:21,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/domains/default/users/8005a124b9074fdcbb13d043cc3584de/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 07:57:21,656 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 07:57:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15c9aa2c-f4c1-4c96-a20d-3b93f34484fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 07:57:21,657 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/domains/default/users/8005a124b9074fdcbb13d043cc3584de/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-15c9aa2c-f4c1-4c96-a20d-3b93f34484fa 2018-11-09 07:57:21,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116768121719s 2018-11-09 07:57:21,657 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-09 07:57:24,374 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-09 07:57:23.949 11283 INFO rally.deployment.engine [-] Deployment 64d2335a-377e-4143-aa9d-3feeee79ab3f | Starting: Destroy cloud and free allocated resources. 2018-11-09 07:57:24.028 11283 INFO rally.deployment.engine [-] Deployment 64d2335a-377e-4143-aa9d-3feeee79ab3f | Completed: Destroy cloud and free allocated resources. 2018-11-09 07:57:24.064 11283 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=75ffc767-6f3f-4883-ba47-13bdfddf4611) for deployment 'opnfv-rally'. 2018-11-09 07:57:24.077 11283 INFO rally.api [-] Deleting verification (UUID=eb4b4d89-b108-4227-814a-327c25f2c830). 2018-11-09 07:57:24.108 11283 INFO rally.api [-] Verification has been successfully deleted! 2018-11-09 07:57:24.109 11283 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=75ffc767-6f3f-4883-ba47-13bdfddf4611). 2018-11-09 07:57:24.114 11283 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-09 07:57:26,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-09 07:57:26.667 11286 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3aa33278-e503-4b4f-8c31-cb06a068cfe6) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3aa33278-e503-4b4f-8c31-cb06a068cfe6 | 2018-11-09T07:57:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3aa33278-e503-4b4f-8c31-cb06a068cfe6 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-09 07:57:30,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-09 07:57:30,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-09 07:57:32,795 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-09 07:57:32.451 11292 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=75ffc767-6f3f-4883-ba47-13bdfddf4611). 2018-11-09 07:57:32.581 11292 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-09 07:57:36,491 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-09 07:57:35.005 11295 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-09 07:57:35.130 11295 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-09 07:57:36.311 11295 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=920d656b-460b-4b5f-9786-4d447da11c54) has been successfully created! Using verifier 'opnfv-tempest' (UUID=920d656b-460b-4b5f-9786-4d447da11c54) as the default verifier for the future CLI operations. 2018-11-09 07:57:39,525 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-11-09 07:57:39,526 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 07:57:39,650 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-09 07:57:39,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 07:57:39,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa22449a-662c-4dfc-b098-4f8204de0f7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 07:57:39,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-aa22449a-662c-4dfc-b098-4f8204de0f7f 2018-11-09 07:57:39,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 07:57:40,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79e0dbf284e34cc78044f877e1e9da03", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T08:57:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22cd97ff8f094a1696c59b21fb30d5af", "name": "patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/22cd97ff8f094a1696c59b21fb30d5af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/22cd97ff8f094a1696c59b21fb30d5af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/22cd97ff8f094a1696c59b21fb30d5af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/22cd97ff8f094a1696c59b21fb30d5af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/22cd97ff8f094a1696c59b21fb30d5af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/22cd97ff8f094a1696c59b21fb30d5af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/22cd97ff8f094a1696c59b21fb30d5af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/22cd97ff8f094a1696c59b21fb30d5af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/22cd97ff8f094a1696c59b21fb30d5af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/22cd97ff8f094a1696c59b21fb30d5af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/22cd97ff8f094a1696c59b21fb30d5af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/22cd97ff8f094a1696c59b21fb30d5af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_75f493e6-b9cf-4af4-81a7-dadb7486d730", "id": "8005a124b9074fdcbb13d043cc3584de"}, "audit_ids": ["DwjphaC9QBW4DiI0hl7Ryw"], "issued_at": "2018-11-09T07:57:39.000000Z"}} 2018-11-09 07:57:40,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 07:57:40,055 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 07:57:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 07:57:40,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:57:40,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 07:57:40,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-67cd9067-30f0-4690-9f70-a081343ff2cd Date: Fri, 09 Nov 2018 07:57:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:57:40,601 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-67cd9067-30f0-4690-9f70-a081343ff2cd 2018-11-09 07:57:40,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.543689012527s 2018-11-09 07:57:40,602 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-67cd9067-30f0-4690-9f70-a081343ff2cd 2018-11-09 07:57:40,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 07:57:40,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}48e0c4627f47a1520bbb332201741257d65e74f7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730"}' 2018-11-09 07:57:41,202 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/fa163805-cb09-4c3a-a570-00aa42308478 X-Openstack-Request-Id: req-39a2b275-cfb4-464d-be04-8cdd9f1ec4d7 Date: Fri, 09 Nov 2018 07:57:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fa163805-cb09-4c3a-a570-00aa42308478/file", "owner": "22cd97ff8f094a1696c59b21fb30d5af", "id": "fa163805-cb09-4c3a-a570-00aa42308478", "size": null, "self": "/v2/images/fa163805-cb09-4c3a-a570-00aa42308478", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:57:41Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "checksum": null, "created_at": "2018-11-09T07:57:41Z", "protected": false} 2018-11-09 07:57:41,203 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-39a2b275-cfb4-464d-be04-8cdd9f1ec4d7 2018-11-09 07:57:41,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.598657846451s 2018-11-09 07:57:41,203 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-39a2b275-cfb4-464d-be04-8cdd9f1ec4d7 returning object fa163805-cb09-4c3a-a570-00aa42308478 2018-11-09 07:57:41,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 07:57:41,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/fa163805-cb09-4c3a-a570-00aa42308478/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}48e0c4627f47a1520bbb332201741257d65e74f7" -d '' 2018-11-09 07:57:42,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-164aac20-a211-452b-8722-178567e0f21e Date: Fri, 09 Nov 2018 07:57:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:57:42,945 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/fa163805-cb09-4c3a-a570-00aa42308478/file used request id req-164aac20-a211-452b-8722-178567e0f21e 2018-11-09 07:57:42,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.74137711525s 2018-11-09 07:57:42,946 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/fa163805-cb09-4c3a-a570-00aa42308478/file used request id req-164aac20-a211-452b-8722-178567e0f21e 2018-11-09 07:57:42,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:57:42,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 07:57:43,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-85743837-1e4a-4af8-a11c-20d7d735b82e Date: Fri, 09 Nov 2018 07:57:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fa163805-cb09-4c3a-a570-00aa42308478/snap", "metadata": {}}], "file": "/v2/images/fa163805-cb09-4c3a-a570-00aa42308478/file", "owner": "22cd97ff8f094a1696c59b21fb30d5af", "id": "fa163805-cb09-4c3a-a570-00aa42308478", "size": 12716032, "self": "/v2/images/fa163805-cb09-4c3a-a570-00aa42308478", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fa163805-cb09-4c3a-a570-00aa42308478/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:57:42Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:57:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:57:43,140 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-85743837-1e4a-4af8-a11c-20d7d735b82e 2018-11-09 07:57:43,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.194406032562s 2018-11-09 07:57:43,141 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-85743837-1e4a-4af8-a11c-20d7d735b82e 2018-11-09 07:57:43,143 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fa163805-cb09-4c3a-a570-00aa42308478/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fa163805-cb09-4c3a-a570-00aa42308478/file', 'owner': u'22cd97ff8f094a1696c59b21fb30d5af', 'id': u'fa163805-cb09-4c3a-a570-00aa42308478', 'size': 12716032, u'self': u'/v2/images/fa163805-cb09-4c3a-a570-00aa42308478', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'22cd97ff8f094a1696c59b21fb30d5af', 'name': 'patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fa163805-cb09-4c3a-a570-00aa42308478/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T07:57:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T07:57:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fa163805-cb09-4c3a-a570-00aa42308478', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730', 'created': u'2018-11-09T07:57:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T07:57:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fa163805-cb09-4c3a-a570-00aa42308478', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 07:57:43,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 07:57:43,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_75f493e6-b9cf-4af4-81a7-dadb7486d730", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 07:57:43,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e45fbe49-2e2d-4a5f-af18-a196bdf4f24a x-compute-request-id: req-e45fbe49-2e2d-4a5f-af18-a196bdf4f24a Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/064837bd-273f-4195-8c63-cbffb3a760e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/064837bd-273f-4195-8c63-cbffb3a760e8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "064837bd-273f-4195-8c63-cbffb3a760e8", "name": "patrole-flavor_75f493e6-b9cf-4af4-81a7-dadb7486d730", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:57:43,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e45fbe49-2e2d-4a5f-af18-a196bdf4f24a 2018-11-09 07:57:43,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.599346876144s 2018-11-09 07:57:43,744 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e45fbe49-2e2d-4a5f-af18-a196bdf4f24a returning object 064837bd-273f-4195-8c63-cbffb3a760e8 2018-11-09 07:57:43,745 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_75f493e6-b9cf-4af4-81a7-dadb7486d730', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'064837bd-273f-4195-8c63-cbffb3a760e8', 'swap': 0}) 2018-11-09 07:57:43,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 07:57:43,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/064837bd-273f-4195-8c63-cbffb3a760e8/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}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" -d '{"extra_specs": {}}' 2018-11-09 07:57:43,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53e5bcc2-b5fb-46fe-890f-e8353c6dc4a1 x-compute-request-id: req-53e5bcc2-b5fb-46fe-890f-e8353c6dc4a1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:57:43,767 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/064837bd-273f-4195-8c63-cbffb3a760e8/os-extra_specs used request id req-53e5bcc2-b5fb-46fe-890f-e8353c6dc4a1 2018-11-09 07:57:43,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210049152374s 2018-11-09 07:57:43,767 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/064837bd-273f-4195-8c63-cbffb3a760e8/os-extra_specs used request id req-53e5bcc2-b5fb-46fe-890f-e8353c6dc4a1 2018-11-09 07:57:43,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 07:57:43,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 07:57:43,777 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 07:57: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 07:57:43,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 07:57:43,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9087dc-eff1-4464-998f-72f016e7a87e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79e0dbf284e34cc78044f877e1e9da03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03"}, "name": "Member"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 07:57:43,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8c9087dc-eff1-4464-998f-72f016e7a87e 2018-11-09 07:57:43,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0915820598602s 2018-11-09 07:57:43,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-09 07:57:43,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 07:57:44,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07:57:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87c005b2-ca2b-4209-a819-ff58065182e3 x-compute-request-id: req-87c005b2-ca2b-4209-a819-ff58065182e3 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 194}, "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.3", "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-0.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-09 07:57:44,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-87c005b2-ca2b-4209-a819-ff58065182e3 2018-11-09 07:57:44,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.188914775848s 2018-11-09 07:57:44,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-87c005b2-ca2b-4209-a819-ff58065182e3 2018-11-09 07:57:44,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:57:44,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 07:57:44,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-8c0f6a8e-604f-4968-80fd-fdee47b85461 Date: Fri, 09 Nov 2018 07:57:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fa163805-cb09-4c3a-a570-00aa42308478/snap", "metadata": {}}], "file": "/v2/images/fa163805-cb09-4c3a-a570-00aa42308478/file", "owner": "22cd97ff8f094a1696c59b21fb30d5af", "id": "fa163805-cb09-4c3a-a570-00aa42308478", "size": 12716032, "self": "/v2/images/fa163805-cb09-4c3a-a570-00aa42308478", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fa163805-cb09-4c3a-a570-00aa42308478/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:57:42Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:57:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:57:44,273 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8c0f6a8e-604f-4968-80fd-fdee47b85461 2018-11-09 07:57:44,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162092924118s 2018-11-09 07:57:44,274 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8c0f6a8e-604f-4968-80fd-fdee47b85461 2018-11-09 07:57:44,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 07:57:44,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}48e0c4627f47a1520bbb332201741257d65e74f7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730"}' 2018-11-09 07:57:44,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431 X-Openstack-Request-Id: req-728c56d0-2887-4f89-95b6-e1f57c316c94 Date: Fri, 09 Nov 2018 07:57:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431/file", "owner": "22cd97ff8f094a1696c59b21fb30d5af", "id": "d6a3eafa-1b6d-401c-b3aa-e879d29c8431", "size": null, "self": "/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:57:44Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730", "checksum": null, "created_at": "2018-11-09T07:57:44Z", "protected": false} 2018-11-09 07:57:44,321 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-728c56d0-2887-4f89-95b6-e1f57c316c94 2018-11-09 07:57:44,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0450301170349s 2018-11-09 07:57:44,322 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-728c56d0-2887-4f89-95b6-e1f57c316c94 returning object d6a3eafa-1b6d-401c-b3aa-e879d29c8431 2018-11-09 07:57:44,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 07:57:44,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431/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}48e0c4627f47a1520bbb332201741257d65e74f7" -d '' 2018-11-09 07:57:46,220 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-57d900b8-a563-4a6f-8946-ac7eca620da3 Date: Fri, 09 Nov 2018 07:57:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 07:57:46,220 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431/file used request id req-57d900b8-a563-4a6f-8946-ac7eca620da3 2018-11-09 07:57:46,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.89774394035s 2018-11-09 07:57:46,220 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431/file used request id req-57d900b8-a563-4a6f-8946-ac7eca620da3 2018-11-09 07:57:46,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 07:57:46,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 07:57:46,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-243831aa-0133-4cd6-a9c9-90b5f62a3192 Date: Fri, 09 Nov 2018 07:57:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431/snap", "metadata": {}}], "file": "/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431/file", "owner": "22cd97ff8f094a1696c59b21fb30d5af", "id": "d6a3eafa-1b6d-401c-b3aa-e879d29c8431", "size": 12716032, "self": "/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:57:46Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:57:44Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fa163805-cb09-4c3a-a570-00aa42308478/snap", "metadata": {}}], "file": "/v2/images/fa163805-cb09-4c3a-a570-00aa42308478/file", "owner": "22cd97ff8f094a1696c59b21fb30d5af", "id": "fa163805-cb09-4c3a-a570-00aa42308478", "size": 12716032, "self": "/v2/images/fa163805-cb09-4c3a-a570-00aa42308478", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fa163805-cb09-4c3a-a570-00aa42308478/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:57:42Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:57:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 07:57:46,468 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-243831aa-0133-4cd6-a9c9-90b5f62a3192 2018-11-09 07:57:46,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.247503995895s 2018-11-09 07:57:46,469 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-243831aa-0133-4cd6-a9c9-90b5f62a3192 2018-11-09 07:57:46,472 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431/file', 'owner': u'22cd97ff8f094a1696c59b21fb30d5af', 'id': u'd6a3eafa-1b6d-401c-b3aa-e879d29c8431', 'size': 12716032, u'self': u'/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'22cd97ff8f094a1696c59b21fb30d5af', 'name': 'patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T07:57:46Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T07:57:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730', 'created': u'2018-11-09T07:57:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T07:57:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 07:57:46,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 07:57:46,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 07:57:46,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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-67ae4561-cb0b-4c19-8c4b-c74ae3c2c131 x-compute-request-id: req-67ae4561-cb0b-4c19-8c4b-c74ae3c2c131 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/7cada9d9-d4cb-44bd-932e-209edb229c4a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/7cada9d9-d4cb-44bd-932e-209edb229c4a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7cada9d9-d4cb-44bd-932e-209edb229c4a", "name": "patrole-flavor_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 07:57:46,521 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-67ae4561-cb0b-4c19-8c4b-c74ae3c2c131 2018-11-09 07:57:46,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0484161376953s 2018-11-09 07:57:46,522 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-67ae4561-cb0b-4c19-8c4b-c74ae3c2c131 returning object 7cada9d9-d4cb-44bd-932e-209edb229c4a 2018-11-09 07:57:46,522 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'7cada9d9-d4cb-44bd-932e-209edb229c4a', 'swap': 0}) 2018-11-09 07:57:46,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 07:57:46,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/7cada9d9-d4cb-44bd-932e-209edb229c4a/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}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" -d '{"extra_specs": {}}' 2018-11-09 07:57:46,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 07: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 x-openstack-request-id: req-521f2b15-9c23-4d1d-832b-cae18c6cde4d x-compute-request-id: req-521f2b15-9c23-4d1d-832b-cae18c6cde4d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 07:57:46,544 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/7cada9d9-d4cb-44bd-932e-209edb229c4a/os-extra_specs used request id req-521f2b15-9c23-4d1d-832b-cae18c6cde4d 2018-11-09 07:57:46,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206880569458s 2018-11-09 07:57:46,544 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/7cada9d9-d4cb-44bd-932e-209edb229c4a/os-extra_specs used request id req-521f2b15-9c23-4d1d-832b-cae18c6cde4d 2018-11-09 07:57:46,545 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'7cada9d9-d4cb-44bd-932e-209edb229c4a', 'swap': 0}) 2018-11-09 07:57:49,807 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-09 07:57:48.743 11314 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=920d656b-460b-4b5f-9786-4d447da11c54) for deployment 'opnfv-rally' (UUID=3aa33278-e503-4b4f-8c31-cb06a068cfe6). 2018-11-09 07:57:49.624 11314 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-09 07:57:49.627 11314 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=920d656b-460b-4b5f-9786-4d447da11c54) has been successfully configured for deployment 'opnfv-rally' (UUID=3aa33278-e503-4b4f-8c31-cb06a068cfe6)! 2018-11-09 07:57:49,807 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-09 07:57:49,808 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-09 07:57:49,810 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-09 07:57:49,833 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-09 07:57:54,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-920d656b-460b-4b5f-9786-4d447da11c54/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-11-09 07:57:54,209 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-09 07:57:54,234 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-09 07:57:54,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-11-09 07:57:56,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 07:57:56.613 11323 INFO rally.api [-] Starting verification (UUID=18b72359-6e6b-48d5-9b70-c2669b95d871) for deployment 'opnfv-rally' (UUID=3aa33278-e503-4b4f-8c31-cb06a068cfe6) by verifier 'opnfv-tempest' (UUID=920d656b-460b-4b5f-9786-4d447da11c54). 2018-11-09 07:57:56,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 18b72359-6e6b-48d5-9b70-c2669b95d871 2018-11-09 08:00:18,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 18b72359-6e6b-48d5-9b70-c2669b95d871 2018-11-09 08:00:18,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '18b72359-6e6b-48d5-9b70-c2669b95d871']'. 2018-11-09 08:00:19,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-09 08:00:19,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-09 08:00:19,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-09 08:00:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 18b72359-6e6b-48d5-9b70-c2669b95d871 | 2018-11-09 08:00:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-09 08:00:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-09 07:57:56 | 2018-11-09 08:00:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-09 08:00:18 | 2018-11-09 08:00:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:22 | 2018-11-09 08:00:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-09 08:00:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-09 08:00:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 920d656b-460b-4b5f-9786-4d447da11c54) | 2018-11-09 08:00:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-09 08:00:19,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3aa33278-e503-4b4f-8c31-cb06a068cfe6) | 2018-11-09 08:00:19,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-11-09 08:00:19,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 133.025 | 2018-11-09 08:00:19,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-11-09 08:00:19,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-11-09 08:00:19,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-09 08:00:19,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-09 08:00:19,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-09 08:00:19,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-09 08:00:19,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-09 08:00:19,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-09 08:00:19,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-11-09 08:00:19,938 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 08:00:19,939 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-09 08:00:19,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 08:00:19,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 08:00:21,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a7d67a3-73c9-4661-aef4-8848fa94406f Date: Fri, 09 Nov 2018 08:00:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:00:21,672 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431 used request id req-9a7d67a3-73c9-4661-aef4-8848fa94406f 2018-11-09 08:00:21,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.72822999954s 2018-11-09 08:00:21,673 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d6a3eafa-1b6d-401c-b3aa-e879d29c8431 used request id req-9a7d67a3-73c9-4661-aef4-8848fa94406f 2018-11-09 08:00:21,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 08:00:21,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:21,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00: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-62d16634-5265-4686-8162-48d7de2031f3 x-compute-request-id: req-62d16634-5265-4686-8162-48d7de2031f3 Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/064837bd-273f-4195-8c63-cbffb3a760e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/064837bd-273f-4195-8c63-cbffb3a760e8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "064837bd-273f-4195-8c63-cbffb3a760e8", "name": "patrole-flavor_75f493e6-b9cf-4af4-81a7-dadb7486d730", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/7cada9d9-d4cb-44bd-932e-209edb229c4a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/7cada9d9-d4cb-44bd-932e-209edb229c4a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7cada9d9-d4cb-44bd-932e-209edb229c4a", "name": "patrole-flavor_alt_75f493e6-b9cf-4af4-81a7-dadb7486d730", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 08:00:21,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-62d16634-5265-4686-8162-48d7de2031f3 2018-11-09 08:00:21,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0361819267273s 2018-11-09 08:00:21,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-62d16634-5265-4686-8162-48d7de2031f3 2018-11-09 08:00:21,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 08:00:21,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/7cada9d9-d4cb-44bd-932e-209edb229c4a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:21,756 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:00: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-2457a715-6246-44df-b05d-ecb7e10417df x-compute-request-id: req-2457a715-6246-44df-b05d-ecb7e10417df Content-Length: 0 Content-Type: application/json 2018-11-09 08:00:21,756 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/7cada9d9-d4cb-44bd-932e-209edb229c4a used request id req-2457a715-6246-44df-b05d-ecb7e10417df 2018-11-09 08:00:21,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0432360172272s 2018-11-09 08:00:21,757 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/7cada9d9-d4cb-44bd-932e-209edb229c4a used request id req-2457a715-6246-44df-b05d-ecb7e10417df 2018-11-09 08:00:21,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 08:00:21,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 08:00:21,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-27d4b6bb-c7a9-4377-aa8d-bb4728eab4a3 Date: Fri, 09 Nov 2018 08:00:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fa163805-cb09-4c3a-a570-00aa42308478/snap", "metadata": {}}], "file": "/v2/images/fa163805-cb09-4c3a-a570-00aa42308478/file", "owner": "22cd97ff8f094a1696c59b21fb30d5af", "id": "fa163805-cb09-4c3a-a570-00aa42308478", "size": 12716032, "self": "/v2/images/fa163805-cb09-4c3a-a570-00aa42308478", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fa163805-cb09-4c3a-a570-00aa42308478/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T07:57:42Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_75f493e6-b9cf-4af4-81a7-dadb7486d730", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T07:57:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 08:00:21,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-27d4b6bb-c7a9-4377-aa8d-bb4728eab4a3 2018-11-09 08:00:21,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181950807571s 2018-11-09 08:00:21,940 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-27d4b6bb-c7a9-4377-aa8d-bb4728eab4a3 2018-11-09 08:00:21,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 08:00:21,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/fa163805-cb09-4c3a-a570-00aa42308478 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48e0c4627f47a1520bbb332201741257d65e74f7" 2018-11-09 08:00:23,797 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8c6c6c90-897b-4278-aff9-26746678ca29 Date: Fri, 09 Nov 2018 08:00:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:00:23,798 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/fa163805-cb09-4c3a-a570-00aa42308478 used request id req-8c6c6c90-897b-4278-aff9-26746678ca29 2018-11-09 08:00:23,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.85609292984s 2018-11-09 08:00:23,798 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/fa163805-cb09-4c3a-a570-00aa42308478 used request id req-8c6c6c90-897b-4278-aff9-26746678ca29 2018-11-09 08:00:23,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 08:00:23,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:23,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00: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-e3d20cca-bbe2-4608-afcb-880bbd80b6a7 x-compute-request-id: req-e3d20cca-bbe2-4608-afcb-880bbd80b6a7 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/064837bd-273f-4195-8c63-cbffb3a760e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/064837bd-273f-4195-8c63-cbffb3a760e8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "064837bd-273f-4195-8c63-cbffb3a760e8", "name": "patrole-flavor_75f493e6-b9cf-4af4-81a7-dadb7486d730", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 08:00:23,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-e3d20cca-bbe2-4608-afcb-880bbd80b6a7 2018-11-09 08:00:23,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0324940681458s 2018-11-09 08:00:23,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-e3d20cca-bbe2-4608-afcb-880bbd80b6a7 2018-11-09 08:00:23,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 08:00:23,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/064837bd-273f-4195-8c63-cbffb3a760e8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:23,881 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:00: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-fdb1b309-1027-414e-acb4-53ac5258bd48 x-compute-request-id: req-fdb1b309-1027-414e-acb4-53ac5258bd48 Content-Length: 0 Content-Type: application/json 2018-11-09 08:00:23,881 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/064837bd-273f-4195-8c63-cbffb3a760e8 used request id req-fdb1b309-1027-414e-acb4-53ac5258bd48 2018-11-09 08:00:23,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0477600097656s 2018-11-09 08:00:23,881 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/064837bd-273f-4195-8c63-cbffb3a760e8 used request id req-fdb1b309-1027-414e-acb4-53ac5258bd48 2018-11-09 08:00:23,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:00:23,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:23,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d1504f-4aa3-481a-9d84-4e9a4711f739 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_75f493e6-b9cf-4af4-81a7-dadb7486d730", "links": {"self": "http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de"}, "domain_id": "default", "enabled": true, "id": "8005a124b9074fdcbb13d043cc3584de", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:00:23,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a8d1504f-4aa3-481a-9d84-4e9a4711f739 2018-11-09 08:00:23,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107213973999s 2018-11-09 08:00:23,989 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a8d1504f-4aa3-481a-9d84-4e9a4711f739 2018-11-09 08:00:23,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:00:23,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:24,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59f2ca99-a694-41df-b701-1a0208dbd0eb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de"}, "enabled": true, "id": "8005a124b9074fdcbb13d043cc3584de", "options": {}, "domain_id": "default", "name": "patrole-user_75f493e6-b9cf-4af4-81a7-dadb7486d730"}} 2018-11-09 08:00:24,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de used request id req-59f2ca99-a694-41df-b701-1a0208dbd0eb 2018-11-09 08:00:24,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0942800045013s 2018-11-09 08:00:24,090 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de used request id req-59f2ca99-a694-41df-b701-1a0208dbd0eb 2018-11-09 08:00:24,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 08:00:24,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:24,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-484e6cbc-86b6-48b1-ab52-23387991a6a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:24,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de used request id req-484e6cbc-86b6-48b1-ab52-23387991a6a7 2018-11-09 08:00:24,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.202386856079s 2018-11-09 08:00:24,294 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8005a124b9074fdcbb13d043cc3584de used request id req-484e6cbc-86b6-48b1-ab52-23387991a6a7 2018-11-09 08:00:24,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 08:00:24,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:24,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b1fd1f8-e60e-4265-8bbe-bded29608178 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af"}, "enabled": true, "id": "22cd97ff8f094a1696c59b21fb30d5af", "parent_id": "default", "domain_id": "default", "name": "patrole-project_75f493e6-b9cf-4af4-81a7-dadb7486d730"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 08:00:24,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-3b1fd1f8-e60e-4265-8bbe-bded29608178 2018-11-09 08:00:24,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0772919654846s 2018-11-09 08:00:24,372 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-3b1fd1f8-e60e-4265-8bbe-bded29608178 2018-11-09 08:00:24,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 08:00:24,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:24,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16cefbd1-504b-4cb8-8ed2-7eae53427c02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:24,566 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af used request id req-16cefbd1-504b-4cb8-8ed2-7eae53427c02 2018-11-09 08:00:24,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.192154884338s 2018-11-09 08:00:24,567 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/22cd97ff8f094a1696c59b21fb30d5af used request id req-16cefbd1-504b-4cb8-8ed2-7eae53427c02 2018-11-09 08:00:24,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:00:24,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:24,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eed1cf7-6f3b-4981-9792-44de39cfa311 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79e0dbf284e34cc78044f877e1e9da03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03"}, "name": "Member"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:00:24,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7eed1cf7-6f3b-4981-9792-44de39cfa311 2018-11-09 08:00:24,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0759079456329s 2018-11-09 08:00:24,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 08:00:24,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:24,761 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30207bcd-173f-4077-8292-d4a347fcd1de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:24,761 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/79e0dbf284e34cc78044f877e1e9da03 used request id req-30207bcd-173f-4077-8292-d4a347fcd1de 2018-11-09 08:00:24,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.116187095642s 2018-11-09 08:00:24,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 08:00:24,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=22cd97ff8f094a1696c59b21fb30d5af&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}8a474c5ad7ad1d3aca3f90cbf263956a2faf2782" 2018-11-09 08:00:24,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-11240fc0-1908-417e-a789-5af6f2fb585e Date: Fri, 09 Nov 2018 08:00:24 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:00:24,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=22cd97ff8f094a1696c59b21fb30d5af&name=default used request id req-11240fc0-1908-417e-a789-5af6f2fb585e 2018-11-09 08:00:24,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.17058801651s 2018-11-09 08:00:24,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=22cd97ff8f094a1696c59b21fb30d5af&name=default used request id req-11240fc0-1908-417e-a789-5af6f2fb585e 2018-11-09 08:00:24,983 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-11-09 08:00:25,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 08:00:25,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 08:00:25,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 08:00:25,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 08:00:25,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 08:00:25,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 08:00:25,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 08:00:25,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 08:00:25,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 08:00:25,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 08:00:25,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 08:00:25,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 08:00:25,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 08:00:25,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:25,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-850f2a8d-1b2b-49f9-a19d-8c1a4d94b03a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:25,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-850f2a8d-1b2b-49f9-a19d-8c1a4d94b03a 2018-11-09 08:00:25,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:25,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["Dv2ldR8ZRkGlCC3bI8EHsg"], "issued_at": "2018-11-09T08:00:25.000000Z"}} 2018-11-09 08:00:25,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:25,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:25,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:25,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19baab3f-2523-4f04-8004-b6d140afd0dc Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 08:00:25,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-19baab3f-2523-4f04-8004-b6d140afd0dc 2018-11-09 08:00:25,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.468797206879s 2018-11-09 08:00:25,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 08:00:25,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}7f3965f508934052a55fbc550ee5db581dde3403" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}}' 2018-11-09 08:00:26,055 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:00:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa3f6ff3-a4bf-42e4-ba2c-2f45b7929654 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.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:00:26,055 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-fa3f6ff3-a4bf-42e4-ba2c-2f45b7929654 2018-11-09 08:00:26,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.115989208221s 2018-11-09 08:00:26,056 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-fa3f6ff3-a4bf-42e4-ba2c-2f45b7929654 2018-11-09 08:00:26,057 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef', 'id': u'0b2f64a45219400697df961f5de737ee', 'description': u'Created by OPNFV Functest: snaps_smoke', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 08:00:26,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 08:00:26,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357110977173s 2018-11-09 08:00:26,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:26,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06afc4ec-f3ae-4a3f-abc2-5bdccd733342 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:00:26,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc used request id req-06afc4ec-f3ae-4a3f-abc2-5bdccd733342 2018-11-09 08:00:26,508 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'27c3e836531849f4a6769d901c4ad5fc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef'}) 2018-11-09 08:00:26,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:00:26,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:26,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf1c9344-bd80-489b-8d1e-374d9f31a267 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:00:26,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cf1c9344-bd80-489b-8d1e-374d9f31a267 2018-11-09 08:00:26,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0738048553467s 2018-11-09 08:00:26,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:00:26,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:26,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c6b2515-744a-4254-b228-5d7a2b7eaee3 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:00:26,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7c6b2515-744a-4254-b228-5d7a2b7eaee3 2018-11-09 08:00:26,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777249336243s 2018-11-09 08:00:26,662 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 08:00:26,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 08:00:26,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" -d '{"role": {"name": "Member"}}' 2018-11-09 08:00:26,767 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:00:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec00d502-c98d-4d06-a476-0dba8d124dc1 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}} 2018-11-09 08:00:26,767 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-ec00d502-c98d-4d06-a476-0dba8d124dc1 2018-11-09 08:00:26,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104132890701s 2018-11-09 08:00:26,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:26,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d579125d-30dd-4771-b24e-c97868b66d63 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "domain_id": null, "name": "Member", "id": "b594f95a74a04282be3189264fc3120c"}} 2018-11-09 08:00:26,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c used request id req-d579125d-30dd-4771-b24e-c97868b66d63 2018-11-09 08:00:26,842 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c'}, 'domain_id': None, 'human_id': None, 'id': u'b594f95a74a04282be3189264fc3120c', 'HUMAN_ID': False}) 2018-11-09 08:00:26,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:00:26,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:26,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bce471d-88b4-4916-af5b-43fd66a31cbd Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}]} 2018-11-09 08:00:26,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7bce471d-88b4-4916-af5b-43fd66a31cbd 2018-11-09 08:00:26,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812108516693s 2018-11-09 08:00:26,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 08:00:26,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-382d580b-55c6-443b-ae64-b2c647699cad Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 08:00:27,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-382d580b-55c6-443b-ae64-b2c647699cad 2018-11-09 08:00:27,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0781209468842s 2018-11-09 08:00:27,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:00:27,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b4c7d1e-7196-4451-9da0-9b4b5f919f93 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:00:27,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1b4c7d1e-7196-4451-9da0-9b4b5f919f93 2018-11-09 08:00:27,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0931689739227s 2018-11-09 08:00:27,098 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1b4c7d1e-7196-4451-9da0-9b4b5f919f93 2018-11-09 08:00:27,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 08:00:27,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5110b2a8-1769-409c-a4cb-fe815e135ab8 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 08:00:27,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5110b2a8-1769-409c-a4cb-fe815e135ab8 2018-11-09 08:00:27,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0895268917084s 2018-11-09 08:00:27,194 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5110b2a8-1769-409c-a4cb-fe815e135ab8 2018-11-09 08:00:27,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 08:00:27,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=27c3e836531849f4a6769d901c4ad5fc&scope.project.id=0b2f64a45219400697df961f5de737ee&role.id=b594f95a74a04282be3189264fc3120c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2165f90-3933-46c0-99f7-2b88d5b9cff6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=27c3e836531849f4a6769d901c4ad5fc&scope.project.id=0b2f64a45219400697df961f5de737ee&role.id=b594f95a74a04282be3189264fc3120c", "previous": null, "next": null}} 2018-11-09 08:00:27,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=27c3e836531849f4a6769d901c4ad5fc&scope.project.id=0b2f64a45219400697df961f5de737ee&role.id=b594f95a74a04282be3189264fc3120c used request id req-d2165f90-3933-46c0-99f7-2b88d5b9cff6 2018-11-09 08:00:27,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0792100429535s 2018-11-09 08:00:27,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 08:00:27,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee/users/27c3e836531849f4a6769d901c4ad5fc/roles/b594f95a74a04282be3189264fc3120c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e60a51a-fc0a-4d15-bbf9-f8eb9789615d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:27,328 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee/users/27c3e836531849f4a6769d901c4ad5fc/roles/b594f95a74a04282be3189264fc3120c used request id req-5e60a51a-fc0a-4d15-bbf9-f8eb9789615d 2018-11-09 08:00:27,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0516650676727s 2018-11-09 08:00:27,329 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef', 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': '74b41a3d-34b7-48bf-8d79-c27e121209f4', 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_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef', 'project_id': u'0b2f64a45219400697df961f5de737ee', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 08:00:27,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 08:00:27,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 08:00:27,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 08:00:27,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 08:00:27,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 08:00:27,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 08:00:27,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 08:00:27,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 08:00:27,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 08:00:27,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 08:00:27,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 08:00:27,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 08:00:27,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 08:00:27,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 08:00:27,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 08:00:27,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 08:00:27,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 08:00:27,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 08:00:27,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 08:00:27,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 08:00:27,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 08:00:27,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 08:00:27,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 08:00:27,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 08:00:27,334 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef', 'password': '74b41a3d-34b7-48bf-8d79-c27e121209f4', 'project_name': 'snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '0b2f64a45219400697df961f5de737ee', 'project_domain_name': 'Default'} 2018-11-09 08:00:27,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:00:27,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f5f9572-dbe1-4816-8193-f15e0da1d733 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}]} 2018-11-09 08:00:27,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3f5f9572-dbe1-4816-8193-f15e0da1d733 2018-11-09 08:00:27,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0847148895264s 2018-11-09 08:00:27,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:00:27,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3702935c-5f2b-4134-b696-6d717fc653be Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}]} 2018-11-09 08:00:27,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3702935c-5f2b-4134-b696-6d717fc653be 2018-11-09 08:00:27,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0801811218262s 2018-11-09 08:00:27,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 08:00:27,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7170116b-3fd7-4911-bbf2-a59c211baa7f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 08:00:27,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7170116b-3fd7-4911-bbf2-a59c211baa7f 2018-11-09 08:00:27,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0759928226471s 2018-11-09 08:00:27,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:00:27,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4a534ab-efa2-47be-9baf-857e3144f67a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:00:27,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d4a534ab-efa2-47be-9baf-857e3144f67a 2018-11-09 08:00:27,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100491046906s 2018-11-09 08:00:27,680 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d4a534ab-efa2-47be-9baf-857e3144f67a 2018-11-09 08:00:27,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 08:00:27,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29c74d7e-b7df-4e25-8b2d-87129b7e0451 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 08:00:27,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-29c74d7e-b7df-4e25-8b2d-87129b7e0451 2018-11-09 08:00:27,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0818769931793s 2018-11-09 08:00:27,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-29c74d7e-b7df-4e25-8b2d-87129b7e0451 2018-11-09 08:00:27,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 08:00:27,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=27c3e836531849f4a6769d901c4ad5fc&scope.project.id=0b2f64a45219400697df961f5de737ee&role.id=79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2f27717-4c3c-4791-a68c-e595e046ead7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=27c3e836531849f4a6769d901c4ad5fc&scope.project.id=0b2f64a45219400697df961f5de737ee&role.id=79f21433cbd840ddbed71b46b37d5f03", "previous": null, "next": null}} 2018-11-09 08:00:27,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=27c3e836531849f4a6769d901c4ad5fc&scope.project.id=0b2f64a45219400697df961f5de737ee&role.id=79f21433cbd840ddbed71b46b37d5f03 used request id req-f2f27717-4c3c-4791-a68c-e595e046ead7 2018-11-09 08:00:27,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0753960609436s 2018-11-09 08:00:27,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 08:00:27,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee/users/27c3e836531849f4a6769d901c4ad5fc/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:27,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-705004fb-6c45-4b0a-8a81-d20ba8bbff6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:27,967 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee/users/27c3e836531849f4a6769d901c4ad5fc/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-705004fb-6c45-4b0a-8a81-d20ba8bbff6f 2018-11-09 08:00:27,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121651887894s 2018-11-09 08:00:27,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:00:27,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:28,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6896fd-5da6-4dfd-8538-3953e5f793ca Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}]} 2018-11-09 08:00:28,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ce6896fd-5da6-4dfd-8538-3953e5f793ca 2018-11-09 08:00:28,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0770630836487s 2018-11-09 08:00:28,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 08:00:28,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-09 08:00:28,145 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:00:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1696b62-45a7-4842-b1e8-e827a4feef05 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}} 2018-11-09 08:00:28,145 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-c1696b62-45a7-4842-b1e8-e827a4feef05 2018-11-09 08:00:28,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0986528396606s 2018-11-09 08:00:28,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:28,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aeb52c6-c6bc-408a-a33a-983d23b884c7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:00:28,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-5aeb52c6-c6bc-408a-a33a-983d23b884c7 2018-11-09 08:00:28,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:00:28,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:28,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad023453-6892-4e9b-bb2b-d386f28cda31 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:00:28,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ad023453-6892-4e9b-bb2b-d386f28cda31 2018-11-09 08:00:28,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0772089958191s 2018-11-09 08:00:28,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 08:00:28,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:28,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a9cc01a-6ece-438b-a3c0-65f0bfe4678b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 08:00:28,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0a9cc01a-6ece-438b-a3c0-65f0bfe4678b 2018-11-09 08:00:28,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0791499614716s 2018-11-09 08:00:28,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:00:28,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:28,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d452ecf9-b5eb-4513-adef-6e352b1f945d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:00:28,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d452ecf9-b5eb-4513-adef-6e352b1f945d 2018-11-09 08:00:28,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0910859107971s 2018-11-09 08:00:28,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d452ecf9-b5eb-4513-adef-6e352b1f945d 2018-11-09 08:00:28,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 08:00:28,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:28,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d50481-99bc-4deb-a6da-141dbd6a1dc6 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 08:00:28,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-c8d50481-99bc-4deb-a6da-141dbd6a1dc6 2018-11-09 08:00:28,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0781610012054s 2018-11-09 08:00:28,556 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-c8d50481-99bc-4deb-a6da-141dbd6a1dc6 2018-11-09 08:00:28,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 08:00:28,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=27c3e836531849f4a6769d901c4ad5fc&scope.project.id=0b2f64a45219400697df961f5de737ee&role.id=b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:28,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bcee762-691d-4573-95ca-629da55dee48 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=27c3e836531849f4a6769d901c4ad5fc&scope.project.id=0b2f64a45219400697df961f5de737ee&role.id=b69534ee78274545905aa3733fb9f4f3", "previous": null, "next": null}} 2018-11-09 08:00:28,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=27c3e836531849f4a6769d901c4ad5fc&scope.project.id=0b2f64a45219400697df961f5de737ee&role.id=b69534ee78274545905aa3733fb9f4f3 used request id req-1bcee762-691d-4573-95ca-629da55dee48 2018-11-09 08:00:28,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0725040435791s 2018-11-09 08:00:28,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 08:00:28,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee/users/27c3e836531849f4a6769d901c4ad5fc/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:00:28,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3937fa55-902b-48bd-b8f0-990fccb43cf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:28,763 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee/users/27c3e836531849f4a6769d901c4ad5fc/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-3937fa55-902b-48bd-b8f0-990fccb43cf2 2018-11-09 08:00:28,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.132420063019s 2018-11-09 08:00:28,764 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-09 08:00:28,764 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-09 08:00:28,764 - openstack_tests - INFO - OS Credentials = > 2018-11-09 08:00:28,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:28,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:29,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["8dbVB4jsTL--_OCMWs0blA"], "issued_at": "2018-11-09T08:00:29.000000Z"}} 2018-11-09 08:00:29,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276899257d19188e702b15f3f3842d0cc9bf56b3" 2018-11-09 08:00:29,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8906ef80-3ade-4b34-b4e3-83a34247bc03 Date: Fri, 09 Nov 2018 08:00:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 08:00:29,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-8906ef80-3ade-4b34-b4e3-83a34247bc03 2018-11-09 08:00:29,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276899257d19188e702b15f3f3842d0cc9bf56b3" 2018-11-09 08:00:29,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2998a164-91e9-474d-9116-365d9d33de95 Date: Fri, 09 Nov 2018 08:00:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 08:00:29,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-2998a164-91e9-474d-9116-365d9d33de95 2018-11-09 08:00:29,599 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-09 08:00:29,599 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-11-09 08:00:29,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,658 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,658 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,679 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:29,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:30,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["VkYpS2-eTCiAyD8zJ8bR0w"], "issued_at": "2018-11-09T08:00:30.000000Z"}} 2018-11-09 08:00:30,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4908808f324af0e160815dc75865352e459c8c4c" 2018-11-09 08:00:30,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45f243b1-9d70-497f-a967-33c428040f11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:30,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-45f243b1-9d70-497f-a967-33c428040f11 2018-11-09 08:00:30,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:30,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:30,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["aPYwC-siRKibGBQSgiu8IA"], "issued_at": "2018-11-09T08:00:30.000000Z"}} 2018-11-09 08:00:30,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:30,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6186f18-32cd-4adf-946a-5ecb230ccf5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:30,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f6186f18-32cd-4adf-946a-5ecb230ccf5e 2018-11-09 08:00:30,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:30,699 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:00: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:30,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-93b63a59-2230-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:30,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8e07b40-39da-4b7e-a723-2a650bc5d176 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-93b63a59-2230-4d7-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:00:30,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-93b63a59-2230-4d7-proj used request id req-a8e07b40-39da-4b7e-a723-2a650bc5d176 2018-11-09 08:00:30,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:30,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b6bf8f7-02b6-48ee-81a5-8104060ff1c8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:00:30,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-2b6bf8f7-02b6-48ee-81a5-8104060ff1c8 2018-11-09 08:00:30,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj"}}' 2018-11-09 08:00:30,995 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:00:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d9f345f-f0df-465d-acac-4744472ae35e Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424"}, "enabled": true, "id": "486fe7cca9f54b2bad6ca3ec460cf424", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj"}} 2018-11-09 08:00:30,995 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-4d9f345f-f0df-465d-acac-4744472ae35e 2018-11-09 08:00:30,995 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-93b63a59-2230-4d7-proj 2018-11-09 08:00:30,995 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:30,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:31,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["GRH1qrjYSTWd0UYBokhHAw"], "issued_at": "2018-11-09T08:00:31.000000Z"}} 2018-11-09 08:00:31,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6d44d1e4101f3cb0e11b916a0abe7334344aa2" 2018-11-09 08:00:31,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df74532-a60f-47d2-9fc2-c5f4d9d6545f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:31,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9df74532-a60f-47d2-9fc2-c5f4d9d6545f 2018-11-09 08:00:31,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:31,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:31,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6d44d1e4101f3cb0e11b916a0abe7334344aa2" 2018-11-09 08:00:31,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef61b199-ec6b-45fd-b6b9-fcec3575e0ef Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:00:31,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ef61b199-ec6b-45fd-b6b9-fcec3575e0ef 2018-11-09 08:00:31,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-93b63a59-2230-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6d44d1e4101f3cb0e11b916a0abe7334344aa2" 2018-11-09 08:00:31,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7ebe5cb-b91d-44a0-a1dd-8bc129a0c388 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-93b63a59-2230-4d7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424"}, "enabled": true, "id": "486fe7cca9f54b2bad6ca3ec460cf424", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj"}]} 2018-11-09 08:00:31,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-93b63a59-2230-4d7-proj used request id req-d7ebe5cb-b91d-44a0-a1dd-8bc129a0c388 2018-11-09 08:00:31,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6d44d1e4101f3cb0e11b916a0abe7334344aa2" 2018-11-09 08:00:31,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5d389e-f9fe-43c1-94f6-e4c99fa3f6d6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:00:31,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-bc5d389e-f9fe-43c1-94f6-e4c99fa3f6d6 2018-11-09 08:00:32,054 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-93b63a59-2230-4d7-user 2018-11-09 08:00:32,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:32,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:32,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6336e08a-d25e-4691-bbbd-d786069be9f1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:00:32,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6336e08a-d25e-4691-bbbd-d786069be9f1 2018-11-09 08:00:32,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" -d '{"role": {"name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj-role"}}' 2018-11-09 08:00:32,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:00:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a088aebd-0d69-4a7d-8fbf-13d8c60101f4 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a6724f2305f5422abb78c8cac48b4eb8", "links": {"self": "http://172.30.9.27:5000/v3/roles/a6724f2305f5422abb78c8cac48b4eb8"}, "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj-role"}} 2018-11-09 08:00:32,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-a088aebd-0d69-4a7d-8fbf-13d8c60101f4 2018-11-09 08:00:32,228 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-93b63a59-2230-4d7-proj-role 2018-11-09 08:00:32,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/a6724f2305f5422abb78c8cac48b4eb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:32,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a8e589d-d6a0-443b-b7f1-9ebe77f02207 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/a6724f2305f5422abb78c8cac48b4eb8"}, "domain_id": null, "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj-role", "id": "a6724f2305f5422abb78c8cac48b4eb8"}} 2018-11-09 08:00:32,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/a6724f2305f5422abb78c8cac48b4eb8 used request id req-6a8e589d-d6a0-443b-b7f1-9ebe77f02207 2018-11-09 08:00:32,320 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-93b63a59-2230-4d7-proj-role to project CreateSecurityGroupTests-93b63a59-2230-4d7-proj 2018-11-09 08:00:32,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424/users/c5b4bd7b09fe450494a57ce9d4e20411/roles/a6724f2305f5422abb78c8cac48b4eb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:32,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43477bd8-adc6-4544-ac59-5e2fb35d4fe2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:32,379 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424/users/c5b4bd7b09fe450494a57ce9d4e20411/roles/a6724f2305f5422abb78c8cac48b4eb8 used request id req-43477bd8-adc6-4544-ac59-5e2fb35d4fe2 2018-11-09 08:00:32,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:32,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:32,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a6724f2305f5422abb78c8cac48b4eb8", "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj-role"}], "expires_at": "2018-11-09T09:00:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "486fe7cca9f54b2bad6ca3ec460cf424", "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-user", "id": "c5b4bd7b09fe450494a57ce9d4e20411"}, "audit_ids": ["R-xM67hiQgmP6U7HdiCq8g"], "issued_at": "2018-11-09T08:00:32.000000Z"}} 2018-11-09 08:00:32,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:32,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79760d1f-fc65-4f37-88cd-c1e2ff4287e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:32,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-79760d1f-fc65-4f37-88cd-c1e2ff4287e3 2018-11-09 08:00:32,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:33,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3a5e1649-783a-44a7-9fab-fe3bd92540ae Date: Fri, 09 Nov 2018 08:00:33 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:00:33,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name&description=hello+group used request id req-3a5e1649-783a-44a7-9fab-fe3bd92540ae 2018-11-09 08:00:33,143 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name... 2018-11-09 08:00:33,143 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name 2018-11-09 08:00:33,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" -d '{"security_group": {"name": "CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name", "description": "hello group"}}' 2018-11-09 08:00:33,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-90cd7e0a-98bd-4b3c-897e-7327340993ef Date: Fri, 09 Nov 2018 08:00:33 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "updated_at": "2018-11-09T08:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "08006178-644a-402f-b086-78d5678a3d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}], "revision_number": 2, "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "name": "CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name"}} 2018-11-09 08:00:33,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-90cd7e0a-98bd-4b3c-897e-7327340993ef 2018-11-09 08:00:33,666 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:33,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:33,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d377f81d-fbdf-4beb-9598-b8f90558f988 Date: Fri, 09 Nov 2018 08:00:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:33,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-d377f81d-fbdf-4beb-9598-b8f90558f988 2018-11-09 08:00:33,839 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:33,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:34,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0928ded5-bfb2-469c-814b-c0c7005b24c0 Date: Fri, 09 Nov 2018 08:00:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:34,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-0928ded5-bfb2-469c-814b-c0c7005b24c0 2018-11-09 08:00:34,016 - neutron_utils - INFO - Retrieving security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:34,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:34,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-11ec2c06-b865-4722-a7ee-04e303f4c681 Date: Fri, 09 Nov 2018 08:00:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "updated_at": "2018-11-09T08:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "08006178-644a-402f-b086-78d5678a3d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}], "revision_number": 2, "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "name": "CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name"}]} 2018-11-09 08:00:34,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-11ec2c06-b865-4722-a7ee-04e303f4c681 2018-11-09 08:00:34,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:34,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:34,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ed2935c9-1734-4a65-ad97-043adb13a316 Date: Fri, 09 Nov 2018 08:00:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:34,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-ed2935c9-1734-4a65-ad97-043adb13a316 2018-11-09 08:00:34,474 - neutron_utils - INFO - Retrieving security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:34,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:34,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-80fbb02c-24b7-48cc-8130-b41aed03e514 Date: Fri, 09 Nov 2018 08:00:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "updated_at": "2018-11-09T08:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "08006178-644a-402f-b086-78d5678a3d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}], "revision_number": 2, "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "name": "CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name"}]} 2018-11-09 08:00:34,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-80fbb02c-24b7-48cc-8130-b41aed03e514 2018-11-09 08:00:34,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:34,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:34,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b043cea1-4a45-4cb0-b9a6-b62e8c9d3768 Date: Fri, 09 Nov 2018 08:00:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:34,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-b043cea1-4a45-4cb0-b9a6-b62e8c9d3768 2018-11-09 08:00:34,701 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name 2018-11-09 08:00:34,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:34,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f2a572b2-6d6e-4cd5-a95b-d4caa48e409c Date: Fri, 09 Nov 2018 08:00:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "updated_at": "2018-11-09T08:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "08006178-644a-402f-b086-78d5678a3d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}], "revision_number": 2, "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "name": "CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name"}]} 2018-11-09 08:00:34,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name used request id req-f2a572b2-6d6e-4cd5-a95b-d4caa48e409c 2018-11-09 08:00:34,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:34,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:00: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:34,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:34,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7881a73a-31d0-4d29-b2a6-c9cab13886cc Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424"}, "enabled": true, "id": "486fe7cca9f54b2bad6ca3ec460cf424", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj"}} 2018-11-09 08:00:34,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424 used request id req-7881a73a-31d0-4d29-b2a6-c9cab13886cc 2018-11-09 08:00:34,995 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:35,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:35,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3b67312f-2113-4fbb-850b-9127d9ed243f Date: Fri, 09 Nov 2018 08:00:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:35,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-3b67312f-2113-4fbb-850b-9127d9ed243f 2018-11-09 08:00:35,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}a0d95571c9c74204278f67da89c93e8fab47bdda" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4"}}' 2018-11-09 08:00:35,498 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-c447845b-1f69-47e7-8137-8f3565cc89eb Date: Fri, 09 Nov 2018 08:00:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:35Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe"}} 2018-11-09 08:00:35,499 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-c447845b-1f69-47e7-8137-8f3565cc89eb 2018-11-09 08:00:35,499 - neutron_utils - INFO - Retrieving security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:35,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:35,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-53362e51-0d60-4dea-9c15-4cb721481512 Date: Fri, 09 Nov 2018 08:00:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "updated_at": "2018-11-09T08:00:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "08006178-644a-402f-b086-78d5678a3d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "revision_number": 0, "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}], "revision_number": 3, "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "name": "CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name"}]} 2018-11-09 08:00:35,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-53362e51-0d60-4dea-9c15-4cb721481512 2018-11-09 08:00:35,700 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:35,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:35,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0772c6a0-fc19-4fe2-a9c6-e2cdec2f094d Date: Fri, 09 Nov 2018 08:00:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:35Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:35,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-0772c6a0-fc19-4fe2-a9c6-e2cdec2f094d 2018-11-09 08:00:35,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:36,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a6724f2305f5422abb78c8cac48b4eb8", "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj-role"}], "expires_at": "2018-11-09T09:00:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "486fe7cca9f54b2bad6ca3ec460cf424", "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/486fe7cca9f54b2bad6ca3ec460cf424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-user", "id": "c5b4bd7b09fe450494a57ce9d4e20411"}, "audit_ids": ["iQFGmGh7TA6R6zmyXOHO3w"], "issued_at": "2018-11-09T08:00:36.000000Z"}} 2018-11-09 08:00:36,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47093e60b4a029c65f53f4d1c5bae5efc8b37185" 2018-11-09 08:00:36,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e5a446c4-bea2-432d-8866-bff38313a8ad Date: Fri, 09 Nov 2018 08:00:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "updated_at": "2018-11-09T08:00:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "08006178-644a-402f-b086-78d5678a3d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "revision_number": 0, "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}], "revision_number": 3, "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "name": "CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name"}]} 2018-11-09 08:00:36,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name&description=hello+group used request id req-e5a446c4-bea2-432d-8866-bff38313a8ad 2018-11-09 08:00:36,324 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:36,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47093e60b4a029c65f53f4d1c5bae5efc8b37185" 2018-11-09 08:00:36,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0675e81a-7422-4c01-8678-7d16793b9cbd Date: Fri, 09 Nov 2018 08:00:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:35Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:36,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-0675e81a-7422-4c01-8678-7d16793b9cbd 2018-11-09 08:00:36,503 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:36,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47093e60b4a029c65f53f4d1c5bae5efc8b37185" 2018-11-09 08:00:36,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-29554b9f-bee9-47e1-bfdf-2bebed914976 Date: Fri, 09 Nov 2018 08:00:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:35Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:36,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-29554b9f-bee9-47e1-bfdf-2bebed914976 2018-11-09 08:00:36,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47093e60b4a029c65f53f4d1c5bae5efc8b37185" 2018-11-09 08:00:36,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-6fb59b40-27bb-483e-8edd-a3d41831eb53 Date: Fri, 09 Nov 2018 08:00:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "updated_at": "2018-11-09T08:00:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "08006178-644a-402f-b086-78d5678a3d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "revision_number": 0, "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}], "revision_number": 3, "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "name": "CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name"}]} 2018-11-09 08:00:36,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name used request id req-6fb59b40-27bb-483e-8edd-a3d41831eb53 2018-11-09 08:00:36,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:36,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47093e60b4a029c65f53f4d1c5bae5efc8b37185" 2018-11-09 08:00:37,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-aef5673d-8c44-4344-97e0-2bd06dc4e8d3 Date: Fri, 09 Nov 2018 08:00:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:35Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:37,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-aef5673d-8c44-4344-97e0-2bd06dc4e8d3 2018-11-09 08:00:37,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47093e60b4a029c65f53f4d1c5bae5efc8b37185" 2018-11-09 08:00:37,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-03a8455d-93f2-4784-a93a-541f01ac2b9a Date: Fri, 09 Nov 2018 08:00:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "updated_at": "2018-11-09T08:00:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "08006178-644a-402f-b086-78d5678a3d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "revision_number": 0, "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}], "revision_number": 3, "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "name": "CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name"}]} 2018-11-09 08:00:37,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name used request id req-03a8455d-93f2-4784-a93a-541f01ac2b9a 2018-11-09 08:00:37,239 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:37,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47093e60b4a029c65f53f4d1c5bae5efc8b37185" 2018-11-09 08:00:37,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-1bac6db3-f476-4335-88e2-b22d56d4a79a Date: Fri, 09 Nov 2018 08:00:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:35Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:37,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-1bac6db3-f476-4335-88e2-b22d56d4a79a 2018-11-09 08:00:37,442 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:37,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47093e60b4a029c65f53f4d1c5bae5efc8b37185" 2018-11-09 08:00:37,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0e7d53b1-04ca-406c-bc3e-ef3ca4ef960a Date: Fri, 09 Nov 2018 08:00:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:35Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:37,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-0e7d53b1-04ca-406c-bc3e-ef3ca4ef960a 2018-11-09 08:00:37,635 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name 2018-11-09 08:00:37,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:37,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-f66ab288-3387-4d82-9606-3fbe26772a1f Date: Fri, 09 Nov 2018 08:00:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "updated_at": "2018-11-09T08:00:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "08006178-644a-402f-b086-78d5678a3d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "revision_number": 0, "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "revision_number": 0, "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}], "revision_number": 3, "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "name": "CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name"}]} 2018-11-09 08:00:37,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name used request id req-f66ab288-3387-4d82-9606-3fbe26772a1f 2018-11-09 08:00:37,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:37,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89b1b76e-de37-45a1-998c-01c6b855a39a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424"}, "enabled": true, "id": "486fe7cca9f54b2bad6ca3ec460cf424", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj"}} 2018-11-09 08:00:37,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424 used request id req-89b1b76e-de37-45a1-998c-01c6b855a39a 2018-11-09 08:00:37,767 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:37,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:37,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-271b584f-752e-4e1f-84cb-677c37f24c5f Date: Fri, 09 Nov 2018 08:00:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:35Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:37,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-271b584f-752e-4e1f-84cb-677c37f24c5f 2018-11-09 08:00:37,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}a0d95571c9c74204278f67da89c93e8fab47bdda" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4"}}' 2018-11-09 08:00:37,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-0ca0826f-fcf3-4633-a9c9-a1a4cb605db5 Date: Fri, 09 Nov 2018 08:00:37 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:37Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:37Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08438a2d-42dd-4913-b57e-2a9228fdebfb"}} 2018-11-09 08:00:37,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-0ca0826f-fcf3-4633-a9c9-a1a4cb605db5 2018-11-09 08:00:37,965 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5d6ff0-3930-4408-b05c-11dbcec35ff4 2018-11-09 08:00:37,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47093e60b4a029c65f53f4d1c5bae5efc8b37185" 2018-11-09 08:00:38,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-ff7b84e8-62b0-43a2-90d3-7a1dd6b58d6f Date: Fri, 09 Nov 2018 08:00:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08006178-644a-402f-b086-78d5678a3d70"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:37Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:37Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "08438a2d-42dd-4913-b57e-2a9228fdebfb"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:35Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:35Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "39c3c805-76f3-40c6-a3ec-994c7cbc26fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:33Z", "security_group_id": "5d5d6ff0-3930-4408-b05c-11dbcec35ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:33Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "f71221a7-58f9-4a9a-bc75-6053e818cfe3"}]} 2018-11-09 08:00:38,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-ff7b84e8-62b0-43a2-90d3-7a1dd6b58d6f 2018-11-09 08:00:38,138 - neutron_utils - INFO - Deleting security group rule with ID - 08006178-644a-402f-b086-78d5678a3d70 2018-11-09 08:00:38,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/08006178-644a-402f-b086-78d5678a3d70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:38,242 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c4a9c8a-0754-4569-b7a6-664fde8711dc Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:38,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/08006178-644a-402f-b086-78d5678a3d70 used request id req-0c4a9c8a-0754-4569-b7a6-664fde8711dc 2018-11-09 08:00:38,242 - neutron_utils - INFO - Deleting security group rule with ID - 39c3c805-76f3-40c6-a3ec-994c7cbc26fe 2018-11-09 08:00:38,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/39c3c805-76f3-40c6-a3ec-994c7cbc26fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:38,345 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9865ce0a-493c-472c-b44d-03e3b0bec355 Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:38,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/39c3c805-76f3-40c6-a3ec-994c7cbc26fe used request id req-9865ce0a-493c-472c-b44d-03e3b0bec355 2018-11-09 08:00:38,345 - neutron_utils - INFO - Deleting security group rule with ID - 08438a2d-42dd-4913-b57e-2a9228fdebfb 2018-11-09 08:00:38,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/08438a2d-42dd-4913-b57e-2a9228fdebfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:38,481 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2ee6de9-5425-4c61-8027-51a9e4f0dbc6 Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:38,481 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/08438a2d-42dd-4913-b57e-2a9228fdebfb used request id req-c2ee6de9-5425-4c61-8027-51a9e4f0dbc6 2018-11-09 08:00:38,481 - neutron_utils - INFO - Deleting security group rule with ID - f71221a7-58f9-4a9a-bc75-6053e818cfe3 2018-11-09 08:00:38,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/f71221a7-58f9-4a9a-bc75-6053e818cfe3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:38,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a083edee-e6d2-482e-99fa-63805bf0387b Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:38,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/f71221a7-58f9-4a9a-bc75-6053e818cfe3 used request id req-a083edee-e6d2-482e-99fa-63805bf0387b 2018-11-09 08:00:38,709 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-9040fa4f-ef71-4f7c-81d2-2f1fb7731900name 2018-11-09 08:00:38,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/5d5d6ff0-3930-4408-b05c-11dbcec35ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0d95571c9c74204278f67da89c93e8fab47bdda" 2018-11-09 08:00:38,825 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a70ddc71-ff60-4ce8-bd2f-c958299c6359 Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:38,825 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5d5d6ff0-3930-4408-b05c-11dbcec35ff4 used request id req-a70ddc71-ff60-4ce8-bd2f-c958299c6359 2018-11-09 08:00:38,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:39,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a1205594-6605-4071-b446-041aa483d615 Date: Fri, 09 Nov 2018 08:00:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:32Z", "updated_at": "2018-11-09T08:00:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:32Z", "revision_number": 0, "id": "287279be-4892-4c19-a4e8-80759ae14a70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:32Z", "security_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:32Z", "revision_number": 0, "id": "351aa5aa-4607-4b49-b664-343b1f8c69a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:32Z", "security_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:32Z", "revision_number": 0, "id": "73ec9c71-b279-4c25-8498-4cdeebbeb1a7", "remote_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:32Z", "security_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv4", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:32Z", "revision_number": 0, "id": "be864d42-7d6c-4b9a-bd5a-2b3dc55e18f2", "remote_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:32Z", "security_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "port_range_min": null, "ethertype": "IPv6", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424"}], "revision_number": 4, "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:00:39,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-a1205594-6605-4071-b446-041aa483d615 2018-11-09 08:00:39,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:39,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ded5122c-3a12-4a30-a231-7a02cb2506f2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424"}, "enabled": true, "id": "486fe7cca9f54b2bad6ca3ec460cf424", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-93b63a59-2230-4d7-proj"}} 2018-11-09 08:00:39,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424 used request id req-ded5122c-3a12-4a30-a231-7a02cb2506f2 2018-11-09 08:00:39,382 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4290ebf3-1944-4710-abe3-a4753f3f65d3 2018-11-09 08:00:39,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4290ebf3-1944-4710-abe3-a4753f3f65d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:39,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-846b203c-ee8c-451c-9eba-3f33d70d1a48 Date: Fri, 09 Nov 2018 08:00:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:32Z", "security_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:32Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "287279be-4892-4c19-a4e8-80759ae14a70"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:32Z", "security_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:32Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "351aa5aa-4607-4b49-b664-343b1f8c69a9"}, {"remote_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:32Z", "security_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:32Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "73ec9c71-b279-4c25-8498-4cdeebbeb1a7"}, {"remote_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:32Z", "security_group_id": "4290ebf3-1944-4710-abe3-a4753f3f65d3", "port_range_min": null, "revision_number": 0, "tenant_id": "486fe7cca9f54b2bad6ca3ec460cf424", "created_at": "2018-11-09T08:00:32Z", "project_id": "486fe7cca9f54b2bad6ca3ec460cf424", "id": "be864d42-7d6c-4b9a-bd5a-2b3dc55e18f2"}]} 2018-11-09 08:00:39,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4290ebf3-1944-4710-abe3-a4753f3f65d3 used request id req-846b203c-ee8c-451c-9eba-3f33d70d1a48 2018-11-09 08:00:39,577 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:00:39,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/4290ebf3-1944-4710-abe3-a4753f3f65d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:40,049 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a8030249-0b72-4ef5-9340-b99e1eabab75 Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:40,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/4290ebf3-1944-4710-abe3-a4753f3f65d3 used request id req-a8030249-0b72-4ef5-9340-b99e1eabab75 2018-11-09 08:00:40,050 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-93b63a59-2230-4d7-proj 2018-11-09 08:00:40,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:40,254 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddbfdc1c-8881-4931-a570-ef8dd00e6bbb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:40,254 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/486fe7cca9f54b2bad6ca3ec460cf424 used request id req-ddbfdc1c-8881-4931-a570-ef8dd00e6bbb 2018-11-09 08:00:40,254 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-93b63a59-2230-4d7-proj-role 2018-11-09 08:00:40,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/a6724f2305f5422abb78c8cac48b4eb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:40,365 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b01034ac-2042-4cdf-808b-c71539c1f393 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:40,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/a6724f2305f5422abb78c8cac48b4eb8 used request id req-b01034ac-2042-4cdf-808b-c71539c1f393 2018-11-09 08:00:40,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04c0f779de9712bf130794088d2e4f1233ed07c" 2018-11-09 08:00:40,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ae120aa-a234-46a3-ba2d-4c8062ccb992 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:00:40,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5ae120aa-a234-46a3-ba2d-4c8062ccb992 2018-11-09 08:00:40,452 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-93b63a59-2230-4d7-user 2018-11-09 08:00:40,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/c5b4bd7b09fe450494a57ce9d4e20411 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f6d44d1e4101f3cb0e11b916a0abe7334344aa2" 2018-11-09 08:00:40,627 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a1aba78-2e00-49ee-961c-85f139c993f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:40,627 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/c5b4bd7b09fe450494a57ce9d4e20411 used request id req-5a1aba78-2e00-49ee-961c-85f139c993f2 2018-11-09 08:00:40,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:40,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lmiEnLVgTveqZ3qVEkphlg"], "issued_at": "2018-11-09T08:00:41.000000Z"}} 2018-11-09 08:00:41,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ddb66b3389743ccd6a1e3b32463b775415cd5c" 2018-11-09 08:00:41,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e1638e-6494-4eed-89ca-d3f7a90b8793 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:41,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c2e1638e-6494-4eed-89ca-d3f7a90b8793 2018-11-09 08:00:41,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:41,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:41,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["27k2e3xdTAyusf4UOAVYGg"], "issued_at": "2018-11-09T08:00:41.000000Z"}} 2018-11-09 08:00:41,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:41,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ea27bcb-9ddb-4378-b1f5-389574a3e250 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:41,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1ea27bcb-9ddb-4378-b1f5-389574a3e250 2018-11-09 08:00:41,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:41,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:41,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:41,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eea2d1e-f243-401a-9b6a-921f30865ce7 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:00:41,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj used request id req-4eea2d1e-f243-401a-9b6a-921f30865ce7 2018-11-09 08:00:41,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:41,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655376de-e1cf-424a-a8e6-de1bd26439f6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:00:41,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-655376de-e1cf-424a-a8e6-de1bd26439f6 2018-11-09 08:00:41,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj"}}' 2018-11-09 08:00:41,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:00:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8763996-bc1e-4f67-af99-c5db9a6dd16f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/281485873cf0417f8e7a5e44c7cc263c"}, "enabled": true, "id": "281485873cf0417f8e7a5e44c7cc263c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj"}} 2018-11-09 08:00:41,857 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a8763996-bc1e-4f67-af99-c5db9a6dd16f 2018-11-09 08:00:41,857 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj 2018-11-09 08:00:41,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:41,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:42,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lL01lPaCSeKc7hQSoOoBmQ"], "issued_at": "2018-11-09T08:00:42.000000Z"}} 2018-11-09 08:00:42,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d6949411c6c94580053e6b59918bf2bd5a1bc" 2018-11-09 08:00:42,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a30da88-02bf-4e3f-bc6b-dd0ec5435c59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:42,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6a30da88-02bf-4e3f-bc6b-dd0ec5435c59 2018-11-09 08:00:42,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:42,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:00: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:42,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d6949411c6c94580053e6b59918bf2bd5a1bc" 2018-11-09 08:00:42,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad3186e-2c9d-48c3-815f-a9108778dc02 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:00:42,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cad3186e-2c9d-48c3-815f-a9108778dc02 2018-11-09 08:00:42,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d6949411c6c94580053e6b59918bf2bd5a1bc" 2018-11-09 08:00:42,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-028fb926-aa3d-408c-838e-86ec282e6119 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/281485873cf0417f8e7a5e44c7cc263c"}, "enabled": true, "id": "281485873cf0417f8e7a5e44c7cc263c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj"}]} 2018-11-09 08:00:42,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj used request id req-028fb926-aa3d-408c-838e-86ec282e6119 2018-11-09 08:00:42,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d6949411c6c94580053e6b59918bf2bd5a1bc" 2018-11-09 08:00:42,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7399df03-82c7-45dd-919b-f043f531fb27 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:00:42,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-7399df03-82c7-45dd-919b-f043f531fb27 2018-11-09 08:00:42,922 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-d9d3fb1e-91a7-440-user 2018-11-09 08:00:42,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:42,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:43,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4145b40d-3cee-42ce-b895-40bc17bf2c3a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:00:43,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4145b40d-3cee-42ce-b895-40bc17bf2c3a 2018-11-09 08:00:43,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" -d '{"role": {"name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj-role"}}' 2018-11-09 08:00:43,131 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:00:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-535568ee-6aaf-439b-a78c-a6231ca6c5ee Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cd04e0eb43d14d09a1eaa4d7d41e51af", "links": {"self": "http://172.30.9.27:5000/v3/roles/cd04e0eb43d14d09a1eaa4d7d41e51af"}, "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj-role"}} 2018-11-09 08:00:43,131 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-535568ee-6aaf-439b-a78c-a6231ca6c5ee 2018-11-09 08:00:43,132 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj-role 2018-11-09 08:00:43,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/cd04e0eb43d14d09a1eaa4d7d41e51af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:43,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b000c136-7d15-47cc-b8d9-f8f686ed61a9 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/cd04e0eb43d14d09a1eaa4d7d41e51af"}, "domain_id": null, "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj-role", "id": "cd04e0eb43d14d09a1eaa4d7d41e51af"}} 2018-11-09 08:00:43,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/cd04e0eb43d14d09a1eaa4d7d41e51af used request id req-b000c136-7d15-47cc-b8d9-f8f686ed61a9 2018-11-09 08:00:43,221 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj-role to project CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj 2018-11-09 08:00:43,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/281485873cf0417f8e7a5e44c7cc263c/users/846081fbcae2450a9d76bd6f9de080a6/roles/cd04e0eb43d14d09a1eaa4d7d41e51af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:43,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d47b1e3-9b5e-461e-9453-3fb70f032d98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:43,344 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/281485873cf0417f8e7a5e44c7cc263c/users/846081fbcae2450a9d76bd6f9de080a6/roles/cd04e0eb43d14d09a1eaa4d7d41e51af used request id req-8d47b1e3-9b5e-461e-9453-3fb70f032d98 2018-11-09 08:00:43,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:43,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:43,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cd04e0eb43d14d09a1eaa4d7d41e51af", "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj-role"}], "expires_at": "2018-11-09T09:00:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "281485873cf0417f8e7a5e44c7cc263c", "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/281485873cf0417f8e7a5e44c7cc263c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/281485873cf0417f8e7a5e44c7cc263c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/281485873cf0417f8e7a5e44c7cc263c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/281485873cf0417f8e7a5e44c7cc263c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/281485873cf0417f8e7a5e44c7cc263c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/281485873cf0417f8e7a5e44c7cc263c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-user", "id": "846081fbcae2450a9d76bd6f9de080a6"}, "audit_ids": ["fZ-gGp1eTRaldDbjtHoHdg"], "issued_at": "2018-11-09T08:00:43.000000Z"}} 2018-11-09 08:00:43,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:43,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e139ca7-4c91-4f1c-98fe-95450b8aa15f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:43,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0e139ca7-4c91-4f1c-98fe-95450b8aa15f 2018-11-09 08:00:43,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:44,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-41deddd5-2ec6-4e85-9d1e-9dbc18de029b Date: Fri, 09 Nov 2018 08:00:44 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:00:44,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name&description=hello+group used request id req-41deddd5-2ec6-4e85-9d1e-9dbc18de029b 2018-11-09 08:00:44,244 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name... 2018-11-09 08:00:44,244 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name 2018-11-09 08:00:44,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" -d '{"security_group": {"name": "CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name", "description": "hello group"}}' 2018-11-09 08:00:44,587 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-797b103b-e81c-464d-b059-55a8154fbdce Date: Fri, 09 Nov 2018 08:00:44 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "updated_at": "2018-11-09T08:00:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "93b025f8-6f5f-4ac8-a594-9784060cda73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv4", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "fac5d6ab-a55e-412b-82c2-f04e30f5356d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv6", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}], "revision_number": 2, "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "name": "CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name"}} 2018-11-09 08:00:44,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-797b103b-e81c-464d-b059-55a8154fbdce 2018-11-09 08:00:44,588 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5bb72489-82a9-4c78-b770-5f9ee5006e13 2018-11-09 08:00:44,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bb72489-82a9-4c78-b770-5f9ee5006e13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:44,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-12f35c8c-1afb-48c5-a4d0-f95057bd7079 Date: Fri, 09 Nov 2018 08:00:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "93b025f8-6f5f-4ac8-a594-9784060cda73"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "fac5d6ab-a55e-412b-82c2-f04e30f5356d"}]} 2018-11-09 08:00:44,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bb72489-82a9-4c78-b770-5f9ee5006e13 used request id req-12f35c8c-1afb-48c5-a4d0-f95057bd7079 2018-11-09 08:00:44,757 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5bb72489-82a9-4c78-b770-5f9ee5006e13 2018-11-09 08:00:44,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bb72489-82a9-4c78-b770-5f9ee5006e13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:44,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a491b428-f034-4723-b58f-98d0bd7bcb43 Date: Fri, 09 Nov 2018 08:00:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "93b025f8-6f5f-4ac8-a594-9784060cda73"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "fac5d6ab-a55e-412b-82c2-f04e30f5356d"}]} 2018-11-09 08:00:44,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bb72489-82a9-4c78-b770-5f9ee5006e13 used request id req-a491b428-f034-4723-b58f-98d0bd7bcb43 2018-11-09 08:00:44,940 - neutron_utils - INFO - Retrieving security group with ID - 5bb72489-82a9-4c78-b770-5f9ee5006e13 2018-11-09 08:00:44,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5bb72489-82a9-4c78-b770-5f9ee5006e13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:45,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-da788b97-e3eb-4a6a-9022-38873d40ee3b Date: Fri, 09 Nov 2018 08:00:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "updated_at": "2018-11-09T08:00:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "93b025f8-6f5f-4ac8-a594-9784060cda73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv4", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "fac5d6ab-a55e-412b-82c2-f04e30f5356d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv6", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}], "revision_number": 2, "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "name": "CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name"}]} 2018-11-09 08:00:45,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5bb72489-82a9-4c78-b770-5f9ee5006e13 used request id req-da788b97-e3eb-4a6a-9022-38873d40ee3b 2018-11-09 08:00:45,035 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5bb72489-82a9-4c78-b770-5f9ee5006e13 2018-11-09 08:00:45,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bb72489-82a9-4c78-b770-5f9ee5006e13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:45,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8a587e7f-c0bc-493a-a7ec-c82baa25807b Date: Fri, 09 Nov 2018 08:00:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "93b025f8-6f5f-4ac8-a594-9784060cda73"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "fac5d6ab-a55e-412b-82c2-f04e30f5356d"}]} 2018-11-09 08:00:45,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bb72489-82a9-4c78-b770-5f9ee5006e13 used request id req-8a587e7f-c0bc-493a-a7ec-c82baa25807b 2018-11-09 08:00:45,215 - neutron_utils - INFO - Retrieving security group with ID - 5bb72489-82a9-4c78-b770-5f9ee5006e13 2018-11-09 08:00:45,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5bb72489-82a9-4c78-b770-5f9ee5006e13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:45,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-387ddb11-cf46-40d0-b1e4-8b0e91f0c043 Date: Fri, 09 Nov 2018 08:00:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "updated_at": "2018-11-09T08:00:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "93b025f8-6f5f-4ac8-a594-9784060cda73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv4", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "fac5d6ab-a55e-412b-82c2-f04e30f5356d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv6", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}], "revision_number": 2, "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "name": "CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name"}]} 2018-11-09 08:00:45,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5bb72489-82a9-4c78-b770-5f9ee5006e13 used request id req-387ddb11-cf46-40d0-b1e4-8b0e91f0c043 2018-11-09 08:00:45,267 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5bb72489-82a9-4c78-b770-5f9ee5006e13 2018-11-09 08:00:45,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bb72489-82a9-4c78-b770-5f9ee5006e13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:45,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-753ff6b2-aaad-4149-b9cd-993a7b8d168a Date: Fri, 09 Nov 2018 08:00:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "93b025f8-6f5f-4ac8-a594-9784060cda73"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "fac5d6ab-a55e-412b-82c2-f04e30f5356d"}]} 2018-11-09 08:00:45,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bb72489-82a9-4c78-b770-5f9ee5006e13 used request id req-753ff6b2-aaad-4149-b9cd-993a7b8d168a 2018-11-09 08:00:45,444 - neutron_utils - INFO - Retrieving security group with ID - 5bb72489-82a9-4c78-b770-5f9ee5006e13 2018-11-09 08:00:45,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5bb72489-82a9-4c78-b770-5f9ee5006e13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:45,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a1e8c388-750e-4b51-8bf7-57f0cb41edbf Date: Fri, 09 Nov 2018 08:00:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "updated_at": "2018-11-09T08:00:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "93b025f8-6f5f-4ac8-a594-9784060cda73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv4", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "fac5d6ab-a55e-412b-82c2-f04e30f5356d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv6", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}], "revision_number": 2, "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "name": "CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name"}]} 2018-11-09 08:00:45,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5bb72489-82a9-4c78-b770-5f9ee5006e13 used request id req-a1e8c388-750e-4b51-8bf7-57f0cb41edbf 2018-11-09 08:00:45,646 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5bb72489-82a9-4c78-b770-5f9ee5006e13 2018-11-09 08:00:45,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bb72489-82a9-4c78-b770-5f9ee5006e13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:45,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-40cf3a2b-f4ee-4a57-9afd-fc61938380ee Date: Fri, 09 Nov 2018 08:00:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "93b025f8-6f5f-4ac8-a594-9784060cda73"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "5bb72489-82a9-4c78-b770-5f9ee5006e13", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "fac5d6ab-a55e-412b-82c2-f04e30f5356d"}]} 2018-11-09 08:00:45,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bb72489-82a9-4c78-b770-5f9ee5006e13 used request id req-40cf3a2b-f4ee-4a57-9afd-fc61938380ee 2018-11-09 08:00:45,675 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name 2018-11-09 08:00:45,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:46,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cd04e0eb43d14d09a1eaa4d7d41e51af", "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj-role"}], "expires_at": "2018-11-09T09:00:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "281485873cf0417f8e7a5e44c7cc263c", "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/281485873cf0417f8e7a5e44c7cc263c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/281485873cf0417f8e7a5e44c7cc263c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/281485873cf0417f8e7a5e44c7cc263c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/281485873cf0417f8e7a5e44c7cc263c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/281485873cf0417f8e7a5e44c7cc263c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/281485873cf0417f8e7a5e44c7cc263c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/281485873cf0417f8e7a5e44c7cc263c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-user", "id": "846081fbcae2450a9d76bd6f9de080a6"}, "audit_ids": ["MdLfZweFQVOxz6785fC5Vg"], "issued_at": "2018-11-09T08:00:46.000000Z"}} 2018-11-09 08:00:46,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/5bb72489-82a9-4c78-b770-5f9ee5006e13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97ea8ab819d557221c053773c556b4c89c51c368" 2018-11-09 08:00:46,360 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61a4be67-74b8-4b92-babe-f4a4052025b7 Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:46,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5bb72489-82a9-4c78-b770-5f9ee5006e13 used request id req-61a4be67-74b8-4b92-babe-f4a4052025b7 2018-11-09 08:00:46,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97ea8ab819d557221c053773c556b4c89c51c368" 2018-11-09 08:00:46,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9f508c33-beff-46ab-831b-7bdd00298765 Date: Fri, 09 Nov 2018 08:00:46 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:00:46,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name&description=hello+group used request id req-9f508c33-beff-46ab-831b-7bdd00298765 2018-11-09 08:00:46,540 - neutron_utils - INFO - Deleting security group rule with ID - fac5d6ab-a55e-412b-82c2-f04e30f5356d 2018-11-09 08:00:46,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/fac5d6ab-a55e-412b-82c2-f04e30f5356d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:46,567 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-34de40ee-7612-4194-b69a-022fea1b8699 Date: Fri, 09 Nov 2018 08:00:46 GMT RESP BODY: {"NeutronError": {"message": "Security group rule fac5d6ab-a55e-412b-82c2-f04e30f5356d does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 08:00:46,567 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/fac5d6ab-a55e-412b-82c2-f04e30f5356d used request id req-34de40ee-7612-4194-b69a-022fea1b8699 2018-11-09 08:00:46,567 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule fac5d6ab-a55e-412b-82c2-f04e30f5356d does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 08:00:46,567 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule fac5d6ab-a55e-412b-82c2-f04e30f5356d does not exist Neutron server returns request_ids: ['req-34de40ee-7612-4194-b69a-022fea1b8699'] 2018-11-09 08:00:46,568 - neutron_utils - INFO - Deleting security group rule with ID - 93b025f8-6f5f-4ac8-a594-9784060cda73 2018-11-09 08:00:46,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/93b025f8-6f5f-4ac8-a594-9784060cda73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:46,751 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-5e015e15-c492-495a-9a68-6f964519d962 Date: Fri, 09 Nov 2018 08:00:46 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 93b025f8-6f5f-4ac8-a594-9784060cda73 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 08:00:46,751 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/93b025f8-6f5f-4ac8-a594-9784060cda73 used request id req-5e015e15-c492-495a-9a68-6f964519d962 2018-11-09 08:00:46,751 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 93b025f8-6f5f-4ac8-a594-9784060cda73 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 08:00:46,752 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 93b025f8-6f5f-4ac8-a594-9784060cda73 does not exist Neutron server returns request_ids: ['req-5e015e15-c492-495a-9a68-6f964519d962'] 2018-11-09 08:00:46,752 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-1314141d-59c2-42f1-acb8-c0fc7679c471name 2018-11-09 08:00:46,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/5bb72489-82a9-4c78-b770-5f9ee5006e13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6b2ebcdea31447601308be33377aa4be0a61ec" 2018-11-09 08:00:46,779 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-98b73fe2-e85c-4e02-89ff-d202978bc4e2 Date: Fri, 09 Nov 2018 08:00:46 GMT RESP BODY: {"NeutronError": {"message": "Security group 5bb72489-82a9-4c78-b770-5f9ee5006e13 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-09 08:00:46,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5bb72489-82a9-4c78-b770-5f9ee5006e13 used request id req-98b73fe2-e85c-4e02-89ff-d202978bc4e2 2018-11-09 08:00:46,779 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 5bb72489-82a9-4c78-b770-5f9ee5006e13 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-09 08:00:46,779 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 5bb72489-82a9-4c78-b770-5f9ee5006e13 does not exist Neutron server returns request_ids: ['req-98b73fe2-e85c-4e02-89ff-d202978bc4e2'] 2018-11-09 08:00:46,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:46,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ad7c7178-7c70-4007-abc4-63affda5ebef Date: Fri, 09 Nov 2018 08:00:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:43Z", "updated_at": "2018-11-09T08:00:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "0e9d7ed3-8a0d-4cc8-8aaa-12b713185f2a", "remote_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv4", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "236dc53d-be8e-440b-ac92-3b33db0eb6f1", "remote_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv6", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "63a64ebd-bb3d-4bf1-9216-9340b2d0c86f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv4", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "revision_number": 0, "id": "a3322e7a-611c-4cea-be96-8f6078e35226", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:44Z", "security_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "port_range_min": null, "ethertype": "IPv6", "project_id": "281485873cf0417f8e7a5e44c7cc263c"}], "revision_number": 4, "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:00:46,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-ad7c7178-7c70-4007-abc4-63affda5ebef 2018-11-09 08:00:46,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:47,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7bdfc0e-a685-4177-aeeb-a08f44bbca19 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:00:47,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-f7bdfc0e-a685-4177-aeeb-a08f44bbca19 2018-11-09 08:00:47,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/281485873cf0417f8e7a5e44c7cc263c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:47,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8444a7ee-3114-4540-9ff9-d4d10dafcb84 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/281485873cf0417f8e7a5e44c7cc263c"}, "enabled": true, "id": "281485873cf0417f8e7a5e44c7cc263c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj"}} 2018-11-09 08:00:47,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/281485873cf0417f8e7a5e44c7cc263c used request id req-8444a7ee-3114-4540-9ff9-d4d10dafcb84 2018-11-09 08:00:47,180 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c170360-c804-4957-bd01-e5f22f6a81ee 2018-11-09 08:00:47,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6c170360-c804-4957-bd01-e5f22f6a81ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:47,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4833529b-4fd3-4316-a6f7-34b55a766c26 Date: Fri, 09 Nov 2018 08:00:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "0e9d7ed3-8a0d-4cc8-8aaa-12b713185f2a"}, {"remote_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "236dc53d-be8e-440b-ac92-3b33db0eb6f1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "63a64ebd-bb3d-4bf1-9216-9340b2d0c86f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:44Z", "security_group_id": "6c170360-c804-4957-bd01-e5f22f6a81ee", "port_range_min": null, "revision_number": 0, "tenant_id": "281485873cf0417f8e7a5e44c7cc263c", "created_at": "2018-11-09T08:00:44Z", "project_id": "281485873cf0417f8e7a5e44c7cc263c", "id": "a3322e7a-611c-4cea-be96-8f6078e35226"}]} 2018-11-09 08:00:47,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6c170360-c804-4957-bd01-e5f22f6a81ee used request id req-4833529b-4fd3-4316-a6f7-34b55a766c26 2018-11-09 08:00:47,349 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:00:47,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6c170360-c804-4957-bd01-e5f22f6a81ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:47,630 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c2cc3de-1770-4522-92df-869cf3b639b6 Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:47,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6c170360-c804-4957-bd01-e5f22f6a81ee used request id req-0c2cc3de-1770-4522-92df-869cf3b639b6 2018-11-09 08:00:47,631 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj 2018-11-09 08:00:47,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/281485873cf0417f8e7a5e44c7cc263c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:47,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7978b12-ff8b-491d-a3d6-cb7a310d6895 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:47,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/281485873cf0417f8e7a5e44c7cc263c used request id req-c7978b12-ff8b-491d-a3d6-cb7a310d6895 2018-11-09 08:00:47,817 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-d9d3fb1e-91a7-440-proj-role 2018-11-09 08:00:47,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/cd04e0eb43d14d09a1eaa4d7d41e51af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:47,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64766d71-8a4c-4325-a60b-b1d355c26b09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:47,928 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/cd04e0eb43d14d09a1eaa4d7d41e51af used request id req-64766d71-8a4c-4325-a60b-b1d355c26b09 2018-11-09 08:00:47,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd49fda02e63bdeacc2b25eb47c62f4296f34f78" 2018-11-09 08:00:48,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb9327f1-9f56-4115-9a57-18a3b8f68991 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:00:48,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-eb9327f1-9f56-4115-9a57-18a3b8f68991 2018-11-09 08:00:48,019 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-d9d3fb1e-91a7-440-user 2018-11-09 08:00:48,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/846081fbcae2450a9d76bd6f9de080a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d6949411c6c94580053e6b59918bf2bd5a1bc" 2018-11-09 08:00:48,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-982f8b98-90ff-46b2-94dc-814a9d922a10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:48,190 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/846081fbcae2450a9d76bd6f9de080a6 used request id req-982f8b98-90ff-46b2-94dc-814a9d922a10 2018-11-09 08:00:48,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:48,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["IfKbkmmLQfqo6k1sypCV-Q"], "issued_at": "2018-11-09T08:00:48.000000Z"}} 2018-11-09 08:00:48,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd006fe15dae3a1821e059bf64118110cf60ea01" 2018-11-09 08:00:48,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc6e7cb9-1bdf-4c72-b49f-894268eff576 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:48,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bc6e7cb9-1bdf-4c72-b49f-894268eff576 2018-11-09 08:00:48,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:48,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:49,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["O28wGzeNTLOw8Qo9SunR1g"], "issued_at": "2018-11-09T08:00:49.000000Z"}} 2018-11-09 08:00:49,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:49,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4233c1fb-0378-4794-a681-ad5e00203c8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:49,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4233c1fb-0378-4794-a681-ad5e00203c8c 2018-11-09 08:00:49,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:49,130 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:00:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:49,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:49,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f76d65a8-9400-4a93-902d-0819e88b38c9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:00:49,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj used request id req-f76d65a8-9400-4a93-902d-0819e88b38c9 2018-11-09 08:00:49,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:49,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f5ea072-793d-4544-b376-eb4505d33d98 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:00:49,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-5f5ea072-793d-4544-b376-eb4505d33d98 2018-11-09 08:00:49,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj"}}' 2018-11-09 08:00:49,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:00:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47cc5511-d649-46ce-a3b6-9e42e800178e Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa"}, "enabled": true, "id": "2c4f901a6cf9471d858cd038fab027fa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj"}} 2018-11-09 08:00:49,438 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-47cc5511-d649-46ce-a3b6-9e42e800178e 2018-11-09 08:00:49,438 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj 2018-11-09 08:00:49,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:49,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:49,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["e0JPhOa2RYi0ZWECEpuJvA"], "issued_at": "2018-11-09T08:00:49.000000Z"}} 2018-11-09 08:00:49,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50eb8cd7387a6125a4f32851bd04e1bdf671085" 2018-11-09 08:00:49,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-163f9e7d-0df0-43f1-9627-03b7a990e613 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:49,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-163f9e7d-0df0-43f1-9627-03b7a990e613 2018-11-09 08:00:49,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:49,909 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:00:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:49,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50eb8cd7387a6125a4f32851bd04e1bdf671085" 2018-11-09 08:00:50,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011864cd-a683-4258-bb0e-42608f3d6a93 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:00:50,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-011864cd-a683-4258-bb0e-42608f3d6a93 2018-11-09 08:00:50,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50eb8cd7387a6125a4f32851bd04e1bdf671085" 2018-11-09 08:00:50,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c03fb41c-8194-4b41-a83e-e6c57b2515a3 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa"}, "enabled": true, "id": "2c4f901a6cf9471d858cd038fab027fa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj"}]} 2018-11-09 08:00:50,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj used request id req-c03fb41c-8194-4b41-a83e-e6c57b2515a3 2018-11-09 08:00:50,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50eb8cd7387a6125a4f32851bd04e1bdf671085" 2018-11-09 08:00:50,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85e429ef-6f44-471d-bc45-b3a7e2bf6271 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:00:50,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-85e429ef-6f44-471d-bc45-b3a7e2bf6271 2018-11-09 08:00:50,503 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-e7d2a7d9-09eb-434-user 2018-11-09 08:00:50,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:50,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:50,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ce9a692-86cb-4657-8aa7-24fae1be5f13 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:00:50,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4ce9a692-86cb-4657-8aa7-24fae1be5f13 2018-11-09 08:00:50,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" -d '{"role": {"name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj-role"}}' 2018-11-09 08:00:50,718 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:00:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed9ca0e1-b84c-44d4-871c-c41ec93e2d58 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8f825e8d596a4813be7f464b76e8dbbc", "links": {"self": "http://172.30.9.27:5000/v3/roles/8f825e8d596a4813be7f464b76e8dbbc"}, "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj-role"}} 2018-11-09 08:00:50,718 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-ed9ca0e1-b84c-44d4-871c-c41ec93e2d58 2018-11-09 08:00:50,719 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj-role 2018-11-09 08:00:50,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/8f825e8d596a4813be7f464b76e8dbbc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:50,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b7a17a5-21d1-46b5-8eeb-e6d6f4555313 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/8f825e8d596a4813be7f464b76e8dbbc"}, "domain_id": null, "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj-role", "id": "8f825e8d596a4813be7f464b76e8dbbc"}} 2018-11-09 08:00:50,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/8f825e8d596a4813be7f464b76e8dbbc used request id req-8b7a17a5-21d1-46b5-8eeb-e6d6f4555313 2018-11-09 08:00:50,803 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj-role to project CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj 2018-11-09 08:00:50,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa/users/9aa2348367cc41ae99720d3b14eac3cf/roles/8f825e8d596a4813be7f464b76e8dbbc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:50,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e6085b6-6f6d-440e-b4f0-909dd8571f0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:50,931 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa/users/9aa2348367cc41ae99720d3b14eac3cf/roles/8f825e8d596a4813be7f464b76e8dbbc used request id req-6e6085b6-6f6d-440e-b4f0-909dd8571f0b 2018-11-09 08:00:50,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:50,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:51,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["KcwMxw_NQG6mVuW8Yd_73g"], "issued_at": "2018-11-09T08:00:51.000000Z"}} 2018-11-09 08:00:51,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:51,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cf60f4d-901e-4015-ad27-f6b43bb4a7a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:51,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9cf60f4d-901e-4015-ad27-f6b43bb4a7a7 2018-11-09 08:00:51,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:51,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-11fee2d7-02a7-48dc-b38b-1b9dfdb32a60 Date: Fri, 09 Nov 2018 08:00:51 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:00:51,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name&description=hello+group used request id req-11fee2d7-02a7-48dc-b38b-1b9dfdb32a60 2018-11-09 08:00:51,590 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name... 2018-11-09 08:00:51,591 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name 2018-11-09 08:00:51,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:51,599 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:51,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:51,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98b9ec5a-3521-488a-8f4c-3aa1f9525513 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa"}, "enabled": true, "id": "2c4f901a6cf9471d858cd038fab027fa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj"}]} 2018-11-09 08:00:51,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj used request id req-98b9ec5a-3521-488a-8f4c-3aa1f9525513 2018-11-09 08:00:51,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" -d '{"security_group": {"tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "name": "CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name", "description": "hello group"}}' 2018-11-09 08:00:52,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-aa22df95-a47d-4000-8870-258d7311c81f Date: Fri, 09 Nov 2018 08:00:52 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "updated_at": "2018-11-09T08:00:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "82cf4fe2-da74-4bba-8455-577ff2610644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}], "revision_number": 2, "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "name": "CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name"}} 2018-11-09 08:00:52,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-aa22df95-a47d-4000-8870-258d7311c81f 2018-11-09 08:00:52,301 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:52,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:52,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7c472bad-f316-41ac-a061-8e7118694776 Date: Fri, 09 Nov 2018 08:00:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "82cf4fe2-da74-4bba-8455-577ff2610644"}]} 2018-11-09 08:00:52,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-7c472bad-f316-41ac-a061-8e7118694776 2018-11-09 08:00:52,477 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:52,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:52,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a6af54ac-a61e-4b21-ae9b-3e8a5fe578d8 Date: Fri, 09 Nov 2018 08:00:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "82cf4fe2-da74-4bba-8455-577ff2610644"}]} 2018-11-09 08:00:52,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-a6af54ac-a61e-4b21-ae9b-3e8a5fe578d8 2018-11-09 08:00:52,502 - neutron_utils - INFO - Retrieving security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:52,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:52,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ddf8f24f-a7ef-4e42-abf1-750367f475dd Date: Fri, 09 Nov 2018 08:00:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "updated_at": "2018-11-09T08:00:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "82cf4fe2-da74-4bba-8455-577ff2610644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}], "revision_number": 2, "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "name": "CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name"}]} 2018-11-09 08:00:52,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-ddf8f24f-a7ef-4e42-abf1-750367f475dd 2018-11-09 08:00:52,696 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:52,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:52,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fca559f4-f07b-4c0d-b6b9-7dcedad1d3d5 Date: Fri, 09 Nov 2018 08:00:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "82cf4fe2-da74-4bba-8455-577ff2610644"}]} 2018-11-09 08:00:52,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-fca559f4-f07b-4c0d-b6b9-7dcedad1d3d5 2018-11-09 08:00:52,873 - neutron_utils - INFO - Retrieving security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:52,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:53,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-99427962-9bc2-4c07-b40d-e81d245b5b86 Date: Fri, 09 Nov 2018 08:00:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "updated_at": "2018-11-09T08:00:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "82cf4fe2-da74-4bba-8455-577ff2610644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}], "revision_number": 2, "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "name": "CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name"}]} 2018-11-09 08:00:53,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-99427962-9bc2-4c07-b40d-e81d245b5b86 2018-11-09 08:00:53,078 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:53,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:53,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6a53b09c-6c84-4754-804e-152bee83ce8f Date: Fri, 09 Nov 2018 08:00:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "82cf4fe2-da74-4bba-8455-577ff2610644"}]} 2018-11-09 08:00:53,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-6a53b09c-6c84-4754-804e-152bee83ce8f 2018-11-09 08:00:53,242 - neutron_utils - INFO - Retrieving security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:53,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:53,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b4c77c0c-937d-4e75-8fae-2d6f620f4e25 Date: Fri, 09 Nov 2018 08:00:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "updated_at": "2018-11-09T08:00:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "82cf4fe2-da74-4bba-8455-577ff2610644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}], "revision_number": 2, "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "name": "CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name"}]} 2018-11-09 08:00:53,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-b4c77c0c-937d-4e75-8fae-2d6f620f4e25 2018-11-09 08:00:53,462 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:53,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:53,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-52e5a631-06e3-46a6-afc1-2ab08512dd7a Date: Fri, 09 Nov 2018 08:00:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "82cf4fe2-da74-4bba-8455-577ff2610644"}]} 2018-11-09 08:00:53,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-52e5a631-06e3-46a6-afc1-2ab08512dd7a 2018-11-09 08:00:53,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:53,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f825e8d596a4813be7f464b76e8dbbc", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj-role"}], "expires_at": "2018-11-09T09:00:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c4f901a6cf9471d858cd038fab027fa", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/2c4f901a6cf9471d858cd038fab027fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/2c4f901a6cf9471d858cd038fab027fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/2c4f901a6cf9471d858cd038fab027fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/2c4f901a6cf9471d858cd038fab027fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/2c4f901a6cf9471d858cd038fab027fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/2c4f901a6cf9471d858cd038fab027fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-user", "id": "9aa2348367cc41ae99720d3b14eac3cf"}, "audit_ids": ["Ca-ssX91SPGbSDl7gOpkaA"], "issued_at": "2018-11-09T08:00:54.000000Z"}} 2018-11-09 08:00:54,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19766d2ff4ce569d0f205b35d91a2b17e93b1aeb" 2018-11-09 08:00:54,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-39fe4e66-d4e0-415d-ba28-6b05510f1718 Date: Fri, 09 Nov 2018 08:00:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "updated_at": "2018-11-09T08:00:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "82cf4fe2-da74-4bba-8455-577ff2610644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}], "revision_number": 2, "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "name": "CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name"}]} 2018-11-09 08:00:54,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name&description=hello+group used request id req-39fe4e66-d4e0-415d-ba28-6b05510f1718 2018-11-09 08:00:54,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:54,367 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:54,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd006fe15dae3a1821e059bf64118110cf60ea01" 2018-11-09 08:00:54,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da91702f-03f6-4b06-9015-8985ce806f42 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa"}, "enabled": true, "id": "2c4f901a6cf9471d858cd038fab027fa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj"}} 2018-11-09 08:00:54,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa used request id req-da91702f-03f6-4b06-9015-8985ce806f42 2018-11-09 08:00:54,456 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:54,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19766d2ff4ce569d0f205b35d91a2b17e93b1aeb" 2018-11-09 08:00:54,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d3ba49b4-0ad4-4bbd-9115-946e4c64c520 Date: Fri, 09 Nov 2018 08:00:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "82cf4fe2-da74-4bba-8455-577ff2610644"}]} 2018-11-09 08:00:54,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-d3ba49b4-0ad4-4bbd-9115-946e4c64c520 2018-11-09 08:00:54,627 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:54,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19766d2ff4ce569d0f205b35d91a2b17e93b1aeb" 2018-11-09 08:00:54,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-87069614-8d55-43c4-a5e6-b9f46eeefe10 Date: Fri, 09 Nov 2018 08:00:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "82cf4fe2-da74-4bba-8455-577ff2610644"}]} 2018-11-09 08:00:54,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-87069614-8d55-43c4-a5e6-b9f46eeefe10 2018-11-09 08:00:54,804 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:54,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:55,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f825e8d596a4813be7f464b76e8dbbc", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj-role"}], "expires_at": "2018-11-09T09:00:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c4f901a6cf9471d858cd038fab027fa", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/2c4f901a6cf9471d858cd038fab027fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/2c4f901a6cf9471d858cd038fab027fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/2c4f901a6cf9471d858cd038fab027fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/2c4f901a6cf9471d858cd038fab027fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/2c4f901a6cf9471d858cd038fab027fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/2c4f901a6cf9471d858cd038fab027fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/2c4f901a6cf9471d858cd038fab027fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-user", "id": "9aa2348367cc41ae99720d3b14eac3cf"}, "audit_ids": ["kIM1oCR_Twq5V5x5vYzxVg"], "issued_at": "2018-11-09T08:00:55.000000Z"}} 2018-11-09 08:00:55,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8556a5eadfc288ebf85685785c7d6849f335d45c" 2018-11-09 08:00:55,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d6a0617-7673-414f-ae8a-ad6c86678cf5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:55,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1d6a0617-7673-414f-ae8a-ad6c86678cf5 2018-11-09 08:00:55,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8556a5eadfc288ebf85685785c7d6849f335d45c" 2018-11-09 08:00:55,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-55c7dc93-6964-455c-89fa-41d0ab6a0dc0 Date: Fri, 09 Nov 2018 08:00:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "updated_at": "2018-11-09T08:00:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "82cf4fe2-da74-4bba-8455-577ff2610644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}], "revision_number": 2, "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "name": "CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name"}]} 2018-11-09 08:00:55,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name used request id req-55c7dc93-6964-455c-89fa-41d0ab6a0dc0 2018-11-09 08:00:55,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:55,459 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:55,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8556a5eadfc288ebf85685785c7d6849f335d45c" 2018-11-09 08:00:55,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f55bbef-f0cf-4296-b6b1-3efd25cf714a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa"}, "enabled": true, "id": "2c4f901a6cf9471d858cd038fab027fa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj"}} 2018-11-09 08:00:55,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa used request id req-2f55bbef-f0cf-4296-b6b1-3efd25cf714a 2018-11-09 08:00:55,536 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:55,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8556a5eadfc288ebf85685785c7d6849f335d45c" 2018-11-09 08:00:55,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-463d1959-5c32-4d71-812d-45458b03755a Date: Fri, 09 Nov 2018 08:00:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "82cf4fe2-da74-4bba-8455-577ff2610644"}]} 2018-11-09 08:00:55,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-463d1959-5c32-4d71-812d-45458b03755a 2018-11-09 08:00:55,717 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:55,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8556a5eadfc288ebf85685785c7d6849f335d45c" 2018-11-09 08:00:55,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-00584604-5f06-496e-bcf7-1d455e0f0c38 Date: Fri, 09 Nov 2018 08:00:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "82cf4fe2-da74-4bba-8455-577ff2610644"}]} 2018-11-09 08:00:55,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-00584604-5f06-496e-bcf7-1d455e0f0c38 2018-11-09 08:00:55,903 - neutron_utils - INFO - Retrieving security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:55,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8556a5eadfc288ebf85685785c7d6849f335d45c" 2018-11-09 08:00:56,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d86a1677-2333-44ad-82d6-0ac953921f92 Date: Fri, 09 Nov 2018 08:00:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "updated_at": "2018-11-09T08:00:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "revision_number": 0, "id": "82cf4fe2-da74-4bba-8455-577ff2610644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}], "revision_number": 2, "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "name": "CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name"}]} 2018-11-09 08:00:56,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-d86a1677-2333-44ad-82d6-0ac953921f92 2018-11-09 08:00:56,087 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 2018-11-09 08:00:56,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8556a5eadfc288ebf85685785c7d6849f335d45c" 2018-11-09 08:00:56,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a130fbf-dbdf-4242-924d-c0543d77aef8 Date: Fri, 09 Nov 2018 08:00:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:52Z", "security_group_id": "c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:52Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "82cf4fe2-da74-4bba-8455-577ff2610644"}]} 2018-11-09 08:00:56,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-5a130fbf-dbdf-4242-924d-c0543d77aef8 2018-11-09 08:00:56,262 - neutron_utils - INFO - Deleting security group rule with ID - 82cf4fe2-da74-4bba-8455-577ff2610644 2018-11-09 08:00:56,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/82cf4fe2-da74-4bba-8455-577ff2610644 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:56,353 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eede9da5-c8ba-4624-937c-1a67d01c6340 Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:56,353 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/82cf4fe2-da74-4bba-8455-577ff2610644 used request id req-eede9da5-c8ba-4624-937c-1a67d01c6340 2018-11-09 08:00:56,354 - neutron_utils - INFO - Deleting security group rule with ID - 6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0 2018-11-09 08:00:56,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:56,602 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fffff30-4eb2-4a83-8ea0-c6b976a7da33 Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:56,602 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/6fb56df9-a93b-45fe-9d0b-4f6f0c2a77a0 used request id req-9fffff30-4eb2-4a83-8ea0-c6b976a7da33 2018-11-09 08:00:56,602 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-6db64929-0667-4540-9d61-4d49ac15a218name 2018-11-09 08:00:56,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5390c120115ea951a5157b7ec5df020e2e3f0b53" 2018-11-09 08:00:57,046 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0cebf887-7d3e-4e03-ba4f-2f6e699cf511 Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:57,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c066e7c9-3f82-4e8a-bdcb-c1aaba81ac14 used request id req-0cebf887-7d3e-4e03-ba4f-2f6e699cf511 2018-11-09 08:00:57,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:57,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-989d9cbd-8842-4924-9ec1-a32bad92a33e Date: Fri, 09 Nov 2018 08:00:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:51Z", "updated_at": "2018-11-09T08:00:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:51Z", "revision_number": 0, "id": "4782add4-84f7-4730-b07a-07fe7f0f8941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:51Z", "security_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:51Z", "revision_number": 0, "id": "655772e4-66dd-435c-ba48-08c11f2a11dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:51Z", "security_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:51Z", "revision_number": 0, "id": "ac2c0e31-8b4a-4a00-be65-f0e17d3a2ae4", "remote_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:51Z", "security_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:51Z", "revision_number": 0, "id": "dd8284d8-eecf-4732-b969-8f347b924d14", "remote_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:51Z", "security_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c4f901a6cf9471d858cd038fab027fa"}], "revision_number": 4, "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:00:57,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-989d9cbd-8842-4924-9ec1-a32bad92a33e 2018-11-09 08:00:57,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:57,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823813a5-2360-4f4b-9fc8-ac53f8cbd9c4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa"}, "enabled": true, "id": "2c4f901a6cf9471d858cd038fab027fa", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj"}} 2018-11-09 08:00:57,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa used request id req-823813a5-2360-4f4b-9fc8-ac53f8cbd9c4 2018-11-09 08:00:57,355 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e6e8756-b492-4fc7-9a78-8b577e3061b7 2018-11-09 08:00:57,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=0e6e8756-b492-4fc7-9a78-8b577e3061b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:57,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fca67be7-f474-4a08-b780-1b38af473be1 Date: Fri, 09 Nov 2018 08:00:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:51Z", "security_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:51Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "4782add4-84f7-4730-b07a-07fe7f0f8941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:51Z", "security_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:51Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "655772e4-66dd-435c-ba48-08c11f2a11dd"}, {"remote_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:51Z", "security_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:51Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "ac2c0e31-8b4a-4a00-be65-f0e17d3a2ae4"}, {"remote_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:00:51Z", "security_group_id": "0e6e8756-b492-4fc7-9a78-8b577e3061b7", "port_range_min": null, "revision_number": 0, "tenant_id": "2c4f901a6cf9471d858cd038fab027fa", "created_at": "2018-11-09T08:00:51Z", "project_id": "2c4f901a6cf9471d858cd038fab027fa", "id": "dd8284d8-eecf-4732-b969-8f347b924d14"}]} 2018-11-09 08:00:57,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=0e6e8756-b492-4fc7-9a78-8b577e3061b7 used request id req-fca67be7-f474-4a08-b780-1b38af473be1 2018-11-09 08:00:57,616 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:00:57,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/0e6e8756-b492-4fc7-9a78-8b577e3061b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:57,900 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2084d492-74c6-482a-a97f-3124e9f65ad9 Content-Length: 0 Date: Fri, 09 Nov 2018 08:00:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:00:57,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0e6e8756-b492-4fc7-9a78-8b577e3061b7 used request id req-2084d492-74c6-482a-a97f-3124e9f65ad9 2018-11-09 08:00:57,901 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj 2018-11-09 08:00:57,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:58,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eae8841d-2b83-4e35-a13b-35bc9c59c4f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:58,111 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/2c4f901a6cf9471d858cd038fab027fa used request id req-eae8841d-2b83-4e35-a13b-35bc9c59c4f1 2018-11-09 08:00:58,111 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-e7d2a7d9-09eb-434-proj-role 2018-11-09 08:00:58,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/8f825e8d596a4813be7f464b76e8dbbc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:58,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42b91efe-c39e-411d-8909-e6b13d8ac1ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:58,221 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/8f825e8d596a4813be7f464b76e8dbbc used request id req-42b91efe-c39e-411d-8909-e6b13d8ac1ac 2018-11-09 08:00:58,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8b54f22eee7bbeffea82c04650cde32c59d6c1" 2018-11-09 08:00:58,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c9ff01-30c8-497f-a140-829bf0b4c682 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:00:58,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d0c9ff01-30c8-497f-a140-829bf0b4c682 2018-11-09 08:00:58,312 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-e7d2a7d9-09eb-434-user 2018-11-09 08:00:58,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/9aa2348367cc41ae99720d3b14eac3cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50eb8cd7387a6125a4f32851bd04e1bdf671085" 2018-11-09 08:00:58,496 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-911a194e-b35c-4e32-8c06-b74b14cc9045 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:00:58,496 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/9aa2348367cc41ae99720d3b14eac3cf used request id req-911a194e-b35c-4e32-8c06-b74b14cc9045 2018-11-09 08:00:58,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:58,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["twVlaOkBQLaApm4Y-sSiiA"], "issued_at": "2018-11-09T08:00:58.000000Z"}} 2018-11-09 08:00:58,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e8ceb0f5f1c57bcf0b3cba6a184861075b27d3" 2018-11-09 08:00:58,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f757d93-a822-458c-9bc9-a753a7f66d8a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:58,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2f757d93-a822-458c-9bc9-a753a7f66d8a 2018-11-09 08:00:58,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:58,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:00:59,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:00:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Q-9oX7XyRQGEjjGmfA6Bjg"], "issued_at": "2018-11-09T08:00:59.000000Z"}} 2018-11-09 08:00:59,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:00:59,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b31ea4a-3c85-44c1-8d6c-097378f09013 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:00:59,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9b31ea4a-3c85-44c1-8d6c-097378f09013 2018-11-09 08:00:59,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:00:59,439 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:00:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:00:59,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-191f2f5b-a757-470-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:00:59,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac7701bc-1aa3-41a5-9f9e-7faacb6b421a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-191f2f5b-a757-470-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:00:59,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-191f2f5b-a757-470-proj used request id req-ac7701bc-1aa3-41a5-9f9e-7faacb6b421a 2018-11-09 08:00:59,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:00:59,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38381376-67ba-4bba-8859-9092f5c47ad4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:00:59,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-38381376-67ba-4bba-8859-9092f5c47ad4 2018-11-09 08:00:59,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj"}}' 2018-11-09 08:00:59,730 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:00:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ce6a689-5074-4ec8-a514-96060757af82 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455"}, "enabled": true, "id": "e8a3717bd0ab4872a99c27a20a90d455", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj"}} 2018-11-09 08:00:59,730 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-7ce6a689-5074-4ec8-a514-96060757af82 2018-11-09 08:00:59,730 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-191f2f5b-a757-470-proj 2018-11-09 08:00:59,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:00:59,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:00,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["kLn-TDG0TRmxaWvC8Vxi5w"], "issued_at": "2018-11-09T08:01:00.000000Z"}} 2018-11-09 08:01:00,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffea9ea95365373e4c4fb324e77e89076aa934c" 2018-11-09 08:01:00,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ab4b8f4-d4d1-4ca7-8764-b50e64ecc4bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:00,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0ab4b8f4-d4d1-4ca7-8764-b50e64ecc4bc 2018-11-09 08:01:00,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:00,143 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:00,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffea9ea95365373e4c4fb324e77e89076aa934c" 2018-11-09 08:01:00,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c75e2c-1bfd-4f0b-92bb-206a968143ef Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:01:00,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-94c75e2c-1bfd-4f0b-92bb-206a968143ef 2018-11-09 08:01:00,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-191f2f5b-a757-470-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffea9ea95365373e4c4fb324e77e89076aa934c" 2018-11-09 08:01:00,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-130d9582-ce51-49d0-8f5b-f1be62b4f8f3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-191f2f5b-a757-470-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455"}, "enabled": true, "id": "e8a3717bd0ab4872a99c27a20a90d455", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj"}]} 2018-11-09 08:01:00,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-191f2f5b-a757-470-proj used request id req-130d9582-ce51-49d0-8f5b-f1be62b4f8f3 2018-11-09 08:01:00,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffea9ea95365373e4c4fb324e77e89076aa934c" 2018-11-09 08:01:00,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-689c6cdc-5cc7-4b4c-b43e-c7306182248c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:00,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-689c6cdc-5cc7-4b4c-b43e-c7306182248c 2018-11-09 08:01:00,809 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-191f2f5b-a757-470-user 2018-11-09 08:01:00,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:00,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:00,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff0281fa-87eb-4e00-9830-e1947147ac39 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:00,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ff0281fa-87eb-4e00-9830-e1947147ac39 2018-11-09 08:01:00,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" -d '{"role": {"name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj-role"}}' 2018-11-09 08:01:01,030 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f591d244-ef10-4ec9-8104-6bb2d71976ea Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cc45a922c80f4bb98469a1ec958f142c", "links": {"self": "http://172.30.9.27:5000/v3/roles/cc45a922c80f4bb98469a1ec958f142c"}, "name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj-role"}} 2018-11-09 08:01:01,030 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-f591d244-ef10-4ec9-8104-6bb2d71976ea 2018-11-09 08:01:01,031 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-191f2f5b-a757-470-proj-role 2018-11-09 08:01:01,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/cc45a922c80f4bb98469a1ec958f142c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:01,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa5e5d42-5e1c-423a-a4c2-9f5cc3115fbb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/cc45a922c80f4bb98469a1ec958f142c"}, "domain_id": null, "name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj-role", "id": "cc45a922c80f4bb98469a1ec958f142c"}} 2018-11-09 08:01:01,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/cc45a922c80f4bb98469a1ec958f142c used request id req-aa5e5d42-5e1c-423a-a4c2-9f5cc3115fbb 2018-11-09 08:01:01,118 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-191f2f5b-a757-470-proj-role to project CreateSecurityGroupTests-191f2f5b-a757-470-proj 2018-11-09 08:01:01,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455/users/23ab1004a36744a7baf7597ec0489bdc/roles/cc45a922c80f4bb98469a1ec958f142c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:01,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18b91b7c-e1bc-4abb-b4eb-75907d18c8f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:01,242 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455/users/23ab1004a36744a7baf7597ec0489bdc/roles/cc45a922c80f4bb98469a1ec958f142c used request id req-18b91b7c-e1bc-4abb-b4eb-75907d18c8f9 2018-11-09 08:01:01,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:01,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:01,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["VbH7VEpUTlKZB_Ub3hPYnQ"], "issued_at": "2018-11-09T08:01:01.000000Z"}} 2018-11-09 08:01:01,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:01,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f9745d5-fb6d-4473-94af-f9164ce758cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:01,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5f9745d5-fb6d-4473-94af-f9164ce758cc 2018-11-09 08:01:01,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:01,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a50287e1-cb81-4320-8803-4645019bf2f8 Date: Fri, 09 Nov 2018 08:01:01 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:01:01,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name&description=hello+group used request id req-a50287e1-cb81-4320-8803-4645019bf2f8 2018-11-09 08:01:01,914 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name... 2018-11-09 08:01:01,914 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name 2018-11-09 08:01:01,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:01,922 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:01,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-191f2f5b-a757-470-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:02,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54db2758-4af0-4e04-a8c0-41f3c512e6e6 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-191f2f5b-a757-470-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455"}, "enabled": true, "id": "e8a3717bd0ab4872a99c27a20a90d455", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj"}]} 2018-11-09 08:01:02,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-191f2f5b-a757-470-proj used request id req-54db2758-4af0-4e04-a8c0-41f3c512e6e6 2018-11-09 08:01:02,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" -d '{"security_group": {"tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "name": "CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name", "description": "hello group"}}' 2018-11-09 08:01:02,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-0c404e5e-b592-4aa5-8d34-b50cd73e4688 Date: Fri, 09 Nov 2018 08:01:02 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "updated_at": "2018-11-09T08:01:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "e883ae33-248f-4f5d-9f59-6a988049dfba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}], "revision_number": 2, "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "name": "CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name"}} 2018-11-09 08:01:02,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-0c404e5e-b592-4aa5-8d34-b50cd73e4688 2018-11-09 08:01:02,577 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d9ed30a9-4ff3-494a-ba93-a77e67ab43af 2018-11-09 08:01:02,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:02,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-25bcbf7d-84cc-490e-a537-aaad2b3b3bdc Date: Fri, 09 Nov 2018 08:01:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "e883ae33-248f-4f5d-9f59-6a988049dfba"}]} 2018-11-09 08:01:02,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-25bcbf7d-84cc-490e-a537-aaad2b3b3bdc 2018-11-09 08:01:02,830 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d9ed30a9-4ff3-494a-ba93-a77e67ab43af 2018-11-09 08:01:02,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:03,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ec0c757e-4054-456e-ba84-529127972044 Date: Fri, 09 Nov 2018 08:01:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "e883ae33-248f-4f5d-9f59-6a988049dfba"}]} 2018-11-09 08:01:03,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-ec0c757e-4054-456e-ba84-529127972044 2018-11-09 08:01:03,012 - neutron_utils - INFO - Retrieving security group with ID - d9ed30a9-4ff3-494a-ba93-a77e67ab43af 2018-11-09 08:01:03,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:03,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-0aa14093-dae6-4213-b744-4c5c1ae09b4a Date: Fri, 09 Nov 2018 08:01:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "updated_at": "2018-11-09T08:01:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "e883ae33-248f-4f5d-9f59-6a988049dfba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}], "revision_number": 2, "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "name": "CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name"}]} 2018-11-09 08:01:03,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-0aa14093-dae6-4213-b744-4c5c1ae09b4a 2018-11-09 08:01:03,063 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d9ed30a9-4ff3-494a-ba93-a77e67ab43af 2018-11-09 08:01:03,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:03,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6778c770-71e5-4584-805b-2e9fec15708c Date: Fri, 09 Nov 2018 08:01:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "e883ae33-248f-4f5d-9f59-6a988049dfba"}]} 2018-11-09 08:01:03,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-6778c770-71e5-4584-805b-2e9fec15708c 2018-11-09 08:01:03,230 - neutron_utils - INFO - Retrieving security group with ID - d9ed30a9-4ff3-494a-ba93-a77e67ab43af 2018-11-09 08:01:03,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:03,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b4761f6f-3853-461f-98d2-23276acda942 Date: Fri, 09 Nov 2018 08:01:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "updated_at": "2018-11-09T08:01:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "e883ae33-248f-4f5d-9f59-6a988049dfba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}], "revision_number": 2, "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "name": "CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name"}]} 2018-11-09 08:01:03,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-b4761f6f-3853-461f-98d2-23276acda942 2018-11-09 08:01:03,434 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d9ed30a9-4ff3-494a-ba93-a77e67ab43af 2018-11-09 08:01:03,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:03,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-51e80f84-1c15-4b68-9e9c-873ec133e3e1 Date: Fri, 09 Nov 2018 08:01:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "e883ae33-248f-4f5d-9f59-6a988049dfba"}]} 2018-11-09 08:01:03,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-51e80f84-1c15-4b68-9e9c-873ec133e3e1 2018-11-09 08:01:03,620 - neutron_utils - INFO - Retrieving security group with ID - d9ed30a9-4ff3-494a-ba93-a77e67ab43af 2018-11-09 08:01:03,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:03,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-068ef996-22c9-4009-b9b4-6fbcd626cd9f Date: Fri, 09 Nov 2018 08:01:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "updated_at": "2018-11-09T08:01:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "e883ae33-248f-4f5d-9f59-6a988049dfba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}], "revision_number": 2, "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "name": "CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name"}]} 2018-11-09 08:01:03,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-068ef996-22c9-4009-b9b4-6fbcd626cd9f 2018-11-09 08:01:03,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d9ed30a9-4ff3-494a-ba93-a77e67ab43af 2018-11-09 08:01:03,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:03,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-547c1beb-c2b3-49d0-823e-d163fe4bd081 Date: Fri, 09 Nov 2018 08:01:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "e883ae33-248f-4f5d-9f59-6a988049dfba"}]} 2018-11-09 08:01:03,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-547c1beb-c2b3-49d0-823e-d163fe4bd081 2018-11-09 08:01:03,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:04,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cc45a922c80f4bb98469a1ec958f142c", "name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj-role"}], "expires_at": "2018-11-09T09:01:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8a3717bd0ab4872a99c27a20a90d455", "name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/e8a3717bd0ab4872a99c27a20a90d455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/e8a3717bd0ab4872a99c27a20a90d455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/e8a3717bd0ab4872a99c27a20a90d455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/e8a3717bd0ab4872a99c27a20a90d455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/e8a3717bd0ab4872a99c27a20a90d455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/e8a3717bd0ab4872a99c27a20a90d455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e8a3717bd0ab4872a99c27a20a90d455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/e8a3717bd0ab4872a99c27a20a90d455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/e8a3717bd0ab4872a99c27a20a90d455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e8a3717bd0ab4872a99c27a20a90d455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/e8a3717bd0ab4872a99c27a20a90d455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/e8a3717bd0ab4872a99c27a20a90d455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-191f2f5b-a757-470-user", "id": "23ab1004a36744a7baf7597ec0489bdc"}, "audit_ids": ["JmN3rNoRTR-K0XSCFxuweQ"], "issued_at": "2018-11-09T08:01:04.000000Z"}} 2018-11-09 08:01:04,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c1378b12fc69921b81942c2f5a4701622c8fa8" 2018-11-09 08:01:04,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-887773aa-7197-45f5-a66e-14216c106942 Date: Fri, 09 Nov 2018 08:01:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "updated_at": "2018-11-09T08:01:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "e883ae33-248f-4f5d-9f59-6a988049dfba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}], "revision_number": 2, "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "name": "CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name"}]} 2018-11-09 08:01:04,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name&description=hello+group used request id req-887773aa-7197-45f5-a66e-14216c106942 2018-11-09 08:01:04,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:04,445 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:04,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e8ceb0f5f1c57bcf0b3cba6a184861075b27d3" 2018-11-09 08:01:04,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0144cbfd-42df-4f51-bb47-0f0d9645fe71 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455"}, "enabled": true, "id": "e8a3717bd0ab4872a99c27a20a90d455", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj"}} 2018-11-09 08:01:04,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455 used request id req-0144cbfd-42df-4f51-bb47-0f0d9645fe71 2018-11-09 08:01:04,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d9ed30a9-4ff3-494a-ba93-a77e67ab43af 2018-11-09 08:01:04,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c1378b12fc69921b81942c2f5a4701622c8fa8" 2018-11-09 08:01:04,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-64a71ac3-6cb2-413a-a5a4-971d2bced6c0 Date: Fri, 09 Nov 2018 08:01:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "e883ae33-248f-4f5d-9f59-6a988049dfba"}]} 2018-11-09 08:01:04,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-64a71ac3-6cb2-413a-a5a4-971d2bced6c0 2018-11-09 08:01:04,630 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d9ed30a9-4ff3-494a-ba93-a77e67ab43af 2018-11-09 08:01:04,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c1378b12fc69921b81942c2f5a4701622c8fa8" 2018-11-09 08:01:04,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0a4e5812-d751-4296-a6b9-da726b6c8750 Date: Fri, 09 Nov 2018 08:01:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "99a583b0-ae1f-4157-83d6-433fcea7ca35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "d9ed30a9-4ff3-494a-ba93-a77e67ab43af", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "e883ae33-248f-4f5d-9f59-6a988049dfba"}]} 2018-11-09 08:01:04,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-0a4e5812-d751-4296-a6b9-da726b6c8750 2018-11-09 08:01:04,867 - neutron_utils - INFO - Deleting security group rule with ID - e883ae33-248f-4f5d-9f59-6a988049dfba 2018-11-09 08:01:04,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/e883ae33-248f-4f5d-9f59-6a988049dfba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:05,111 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1952bf5-b937-4c78-a6e3-b672988d894b Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:05,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/e883ae33-248f-4f5d-9f59-6a988049dfba used request id req-b1952bf5-b937-4c78-a6e3-b672988d894b 2018-11-09 08:01:05,112 - neutron_utils - INFO - Deleting security group rule with ID - 99a583b0-ae1f-4157-83d6-433fcea7ca35 2018-11-09 08:01:05,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/99a583b0-ae1f-4157-83d6-433fcea7ca35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:05,207 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb9e6c47-17ba-4ba8-bd36-a8f7d3837d7b Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:05,208 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/99a583b0-ae1f-4157-83d6-433fcea7ca35 used request id req-fb9e6c47-17ba-4ba8-bd36-a8f7d3837d7b 2018-11-09 08:01:05,208 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2a30b38a-4292-44b9-98a8-9b1e28bebc75name 2018-11-09 08:01:05,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/d9ed30a9-4ff3-494a-ba93-a77e67ab43af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d8798286e4483cefe5362938f8239fa1c2878d" 2018-11-09 08:01:05,500 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f1e1f579-4eb7-4cea-8656-8afc92a600b4 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:05,500 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/d9ed30a9-4ff3-494a-ba93-a77e67ab43af used request id req-f1e1f579-4eb7-4cea-8656-8afc92a600b4 2018-11-09 08:01:05,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:05,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-03a6021d-d495-4e0e-898a-5f08e62ee26d Date: Fri, 09 Nov 2018 08:01:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "updated_at": "2018-11-09T08:01:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "02a3fbae-798f-4e70-96c4-d49570053e1c", "remote_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "358dc92f-3624-427d-85e9-92c8e86edb75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "5ff8416e-a2ae-416d-9378-de8d3d9553d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "revision_number": 0, "id": "c8678c56-3078-4f58-addf-20404d122fb8", "remote_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:02Z", "security_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8a3717bd0ab4872a99c27a20a90d455"}], "revision_number": 4, "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:01:05,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-03a6021d-d495-4e0e-898a-5f08e62ee26d 2018-11-09 08:01:05,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:05,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b83a8f0-76b2-4339-ab14-debe36c1909b 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:01:05,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-2b83a8f0-76b2-4339-ab14-debe36c1909b 2018-11-09 08:01:05,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:05,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a8f3f36-c941-47b2-a064-96d57a9b54e9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455"}, "enabled": true, "id": "e8a3717bd0ab4872a99c27a20a90d455", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-191f2f5b-a757-470-proj"}} 2018-11-09 08:01:05,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455 used request id req-5a8f3f36-c941-47b2-a064-96d57a9b54e9 2018-11-09 08:01:05,885 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2 2018-11-09 08:01:05,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:06,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-317d1d0c-88e2-4f82-8fd3-7632ba1ee890 Date: Fri, 09 Nov 2018 08:01:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "02a3fbae-798f-4e70-96c4-d49570053e1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "358dc92f-3624-427d-85e9-92c8e86edb75"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "5ff8416e-a2ae-416d-9378-de8d3d9553d5"}, {"remote_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:02Z", "security_group_id": "6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2", "port_range_min": null, "revision_number": 0, "tenant_id": "e8a3717bd0ab4872a99c27a20a90d455", "created_at": "2018-11-09T08:01:02Z", "project_id": "e8a3717bd0ab4872a99c27a20a90d455", "id": "c8678c56-3078-4f58-addf-20404d122fb8"}]} 2018-11-09 08:01:06,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2 used request id req-317d1d0c-88e2-4f82-8fd3-7632ba1ee890 2018-11-09 08:01:06,059 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:01:06,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:06,346 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-259c87d2-f0c4-4929-bf51-b84f51ec816d Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:06,346 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6d8a550f-3ffd-4d9d-b0cf-0f9f005784a2 used request id req-259c87d2-f0c4-4929-bf51-b84f51ec816d 2018-11-09 08:01:06,346 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-191f2f5b-a757-470-proj 2018-11-09 08:01:06,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:06,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c0319d0-bdd5-49f7-b371-d8ffc4bdc93e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:06,536 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/e8a3717bd0ab4872a99c27a20a90d455 used request id req-6c0319d0-bdd5-49f7-b371-d8ffc4bdc93e 2018-11-09 08:01:06,536 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-191f2f5b-a757-470-proj-role 2018-11-09 08:01:06,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/cc45a922c80f4bb98469a1ec958f142c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:06,652 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e27d5bb-6189-4c58-a9fa-366319072936 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:06,652 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/cc45a922c80f4bb98469a1ec958f142c used request id req-4e27d5bb-6189-4c58-a9fa-366319072936 2018-11-09 08:01:06,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c24b58c41706c0a71035f057422532e7469c1c6" 2018-11-09 08:01:06,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-266cbd61-f66d-47b2-a17d-a40452a557c0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:06,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-266cbd61-f66d-47b2-a17d-a40452a557c0 2018-11-09 08:01:06,736 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-191f2f5b-a757-470-user 2018-11-09 08:01:06,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/23ab1004a36744a7baf7597ec0489bdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffea9ea95365373e4c4fb324e77e89076aa934c" 2018-11-09 08:01:06,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02200d17-d63d-4888-bd62-e52a51f08dd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:06,927 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/23ab1004a36744a7baf7597ec0489bdc used request id req-02200d17-d63d-4888-bd62-e52a51f08dd1 2018-11-09 08:01:06,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:07,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lolRyRZdR0ay2MyDmuxomA"], "issued_at": "2018-11-09T08:01:07.000000Z"}} 2018-11-09 08:01:07,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f378df840b4c0b1c86285076cfb619f8a4145bd" 2018-11-09 08:01:07,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9064aebb-16d6-43bd-be9b-e49393372c8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:07,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9064aebb-16d6-43bd-be9b-e49393372c8f 2018-11-09 08:01:07,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:07,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:07,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["xSX2CqqbRK-Bg13XYtSggA"], "issued_at": "2018-11-09T08:01:07.000000Z"}} 2018-11-09 08:01:07,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:07,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66c1ed4f-eb94-44e7-8387-08a012caacdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:07,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-66c1ed4f-eb94-44e7-8387-08a012caacdb 2018-11-09 08:01:07,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:07,977 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:07,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-dc2bec9f-11cd-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:08,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d5ef4fc-defe-427f-8ff5-74ed8c2a7adb Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-dc2bec9f-11cd-474-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:01:08,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-dc2bec9f-11cd-474-proj used request id req-7d5ef4fc-defe-427f-8ff5-74ed8c2a7adb 2018-11-09 08:01:08,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:08,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43ca5575-dc5a-415f-8423-dbc4ce558ebc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:08,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-43ca5575-dc5a-415f-8423-dbc4ce558ebc 2018-11-09 08:01:08,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj"}}' 2018-11-09 08:01:08,275 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e64e3610-9b10-4189-9902-f9c831284158 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5"}, "enabled": true, "id": "700f4559be514b58ae854d87816201a5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj"}} 2018-11-09 08:01:08,275 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e64e3610-9b10-4189-9902-f9c831284158 2018-11-09 08:01:08,276 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-dc2bec9f-11cd-474-proj 2018-11-09 08:01:08,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:08,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:08,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ATAkn9oMTn-IsGSVN2-uEg"], "issued_at": "2018-11-09T08:01:08.000000Z"}} 2018-11-09 08:01:08,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0663520aee3e708b21332e35aa97a6de1cac41db" 2018-11-09 08:01:08,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b5563a-05b2-4427-b572-33bad4e509bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:08,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-39b5563a-05b2-4427-b572-33bad4e509bf 2018-11-09 08:01:08,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:08,756 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:08,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0663520aee3e708b21332e35aa97a6de1cac41db" 2018-11-09 08:01:08,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5818ce25-60e5-4e6e-bdda-e122e2aecb27 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:01:08,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-5818ce25-60e5-4e6e-bdda-e122e2aecb27 2018-11-09 08:01:08,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-dc2bec9f-11cd-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0663520aee3e708b21332e35aa97a6de1cac41db" 2018-11-09 08:01:08,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c01e7837-50cb-49a1-bd69-52e415310cc9 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-dc2bec9f-11cd-474-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5"}, "enabled": true, "id": "700f4559be514b58ae854d87816201a5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj"}]} 2018-11-09 08:01:08,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-dc2bec9f-11cd-474-proj used request id req-c01e7837-50cb-49a1-bd69-52e415310cc9 2018-11-09 08:01:08,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0663520aee3e708b21332e35aa97a6de1cac41db" 2018-11-09 08:01:09,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8782d616-1eff-4dc0-b7e0-781255fd09f9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:09,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-8782d616-1eff-4dc0-b7e0-781255fd09f9 2018-11-09 08:01:09,407 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-dc2bec9f-11cd-474-user 2018-11-09 08:01:09,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:09,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:09,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a7da973-04ce-4f02-ab95-ca7e898cb47a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:09,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2a7da973-04ce-4f02-ab95-ca7e898cb47a 2018-11-09 08:01:09,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" -d '{"role": {"name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj-role"}}' 2018-11-09 08:01:09,599 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52db95b8-bee9-4f3f-843a-5ca5ed222b96 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0097c51a7cd34fa3995f54a5b7924759", "links": {"self": "http://172.30.9.27:5000/v3/roles/0097c51a7cd34fa3995f54a5b7924759"}, "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj-role"}} 2018-11-09 08:01:09,599 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-52db95b8-bee9-4f3f-843a-5ca5ed222b96 2018-11-09 08:01:09,599 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-dc2bec9f-11cd-474-proj-role 2018-11-09 08:01:09,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/0097c51a7cd34fa3995f54a5b7924759 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:09,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c92e316f-a9df-4d93-9468-c4e64c7173cb Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/0097c51a7cd34fa3995f54a5b7924759"}, "domain_id": null, "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj-role", "id": "0097c51a7cd34fa3995f54a5b7924759"}} 2018-11-09 08:01:09,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/0097c51a7cd34fa3995f54a5b7924759 used request id req-c92e316f-a9df-4d93-9468-c4e64c7173cb 2018-11-09 08:01:09,693 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-dc2bec9f-11cd-474-proj-role to project CreateSecurityGroupTests-dc2bec9f-11cd-474-proj 2018-11-09 08:01:09,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5/users/829def105695448495f8201787218b50/roles/0097c51a7cd34fa3995f54a5b7924759 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:10,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-237fe379-9ff3-4857-84ea-df648a2fb5d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:10,040 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5/users/829def105695448495f8201787218b50/roles/0097c51a7cd34fa3995f54a5b7924759 used request id req-237fe379-9ff3-4857-84ea-df648a2fb5d0 2018-11-09 08:01:10,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:10,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:10,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0097c51a7cd34fa3995f54a5b7924759", "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj-role"}], "expires_at": "2018-11-09T09:01:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "700f4559be514b58ae854d87816201a5", "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/700f4559be514b58ae854d87816201a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/700f4559be514b58ae854d87816201a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/700f4559be514b58ae854d87816201a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/700f4559be514b58ae854d87816201a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/700f4559be514b58ae854d87816201a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/700f4559be514b58ae854d87816201a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/700f4559be514b58ae854d87816201a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/700f4559be514b58ae854d87816201a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/700f4559be514b58ae854d87816201a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/700f4559be514b58ae854d87816201a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/700f4559be514b58ae854d87816201a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/700f4559be514b58ae854d87816201a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-user", "id": "829def105695448495f8201787218b50"}, "audit_ids": ["GgPUoM9uS8eB7nTnn2Ib6g"], "issued_at": "2018-11-09T08:01:10.000000Z"}} 2018-11-09 08:01:10,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:10,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-937a6f55-d918-4cc5-8798-283b7153ee6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:10,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-937a6f55-d918-4cc5-8798-283b7153ee6d 2018-11-09 08:01:10,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:10,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c89ce292-4598-4f20-a8dd-b61b47990cf7 Date: Fri, 09 Nov 2018 08:01:10 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:01:10,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename&description=hello+group used request id req-c89ce292-4598-4f20-a8dd-b61b47990cf7 2018-11-09 08:01:10,798 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename... 2018-11-09 08:01:10,798 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename 2018-11-09 08:01:10,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" -d '{"security_group": {"name": "CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename", "description": "hello group"}}' 2018-11-09 08:01:11,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-3e1630d5-d063-454c-94aa-82f80b452741 Date: Fri, 09 Nov 2018 08:01:11 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "updated_at": "2018-11-09T08:01:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "0e458600-3e20-4730-bac3-64279d2e2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "700f4559be514b58ae854d87816201a5"}], "revision_number": 2, "project_id": "700f4559be514b58ae854d87816201a5", "id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "name": "CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename"}} 2018-11-09 08:01:11,157 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-3e1630d5-d063-454c-94aa-82f80b452741 2018-11-09 08:01:11,158 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:11,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:11,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fa08c306-916a-4251-9cbb-646584ef69ba Date: Fri, 09 Nov 2018 08:01:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "0e458600-3e20-4730-bac3-64279d2e2d1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf"}]} 2018-11-09 08:01:11,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-fa08c306-916a-4251-9cbb-646584ef69ba 2018-11-09 08:01:11,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:11,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:11,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2f9487b4-03e4-4feb-8f43-ac324f4cabba Date: Fri, 09 Nov 2018 08:01:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "0e458600-3e20-4730-bac3-64279d2e2d1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf"}]} 2018-11-09 08:01:11,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-2f9487b4-03e4-4feb-8f43-ac324f4cabba 2018-11-09 08:01:11,511 - neutron_utils - INFO - Retrieving security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:11,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:11,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b74f9b8e-3716-40c3-88f0-3b5c3b3b17ae Date: Fri, 09 Nov 2018 08:01:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "updated_at": "2018-11-09T08:01:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "0e458600-3e20-4730-bac3-64279d2e2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "700f4559be514b58ae854d87816201a5"}], "revision_number": 2, "project_id": "700f4559be514b58ae854d87816201a5", "id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "name": "CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename"}]} 2018-11-09 08:01:11,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-b74f9b8e-3716-40c3-88f0-3b5c3b3b17ae 2018-11-09 08:01:11,714 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:11,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:11,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50f09837-5a26-418d-a0a3-59d136666080 Date: Fri, 09 Nov 2018 08:01:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "0e458600-3e20-4730-bac3-64279d2e2d1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf"}]} 2018-11-09 08:01:11,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-50f09837-5a26-418d-a0a3-59d136666080 2018-11-09 08:01:11,743 - neutron_utils - INFO - Retrieving security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:11,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:11,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9d78e3c8-f7a2-4bb2-ace0-47ec31de0483 Date: Fri, 09 Nov 2018 08:01:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "updated_at": "2018-11-09T08:01:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "0e458600-3e20-4730-bac3-64279d2e2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "700f4559be514b58ae854d87816201a5"}], "revision_number": 2, "project_id": "700f4559be514b58ae854d87816201a5", "id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "name": "CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename"}]} 2018-11-09 08:01:11,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-9d78e3c8-f7a2-4bb2-ace0-47ec31de0483 2018-11-09 08:01:11,931 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:11,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:12,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e7812bd8-fa6b-459f-9a53-d506b56a0e7d Date: Fri, 09 Nov 2018 08:01:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "0e458600-3e20-4730-bac3-64279d2e2d1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf"}]} 2018-11-09 08:01:12,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-e7812bd8-fa6b-459f-9a53-d506b56a0e7d 2018-11-09 08:01:12,111 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename 2018-11-09 08:01:12,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:12,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c99097d2-fdba-4bf8-b961-c223129bf6c4 Date: Fri, 09 Nov 2018 08:01:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "updated_at": "2018-11-09T08:01:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "0e458600-3e20-4730-bac3-64279d2e2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "700f4559be514b58ae854d87816201a5"}], "revision_number": 2, "project_id": "700f4559be514b58ae854d87816201a5", "id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "name": "CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename"}]} 2018-11-09 08:01:12,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename used request id req-c99097d2-fdba-4bf8-b961-c223129bf6c4 2018-11-09 08:01:12,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:12,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:12,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:12,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fdb8f63-bd01-4ef9-a398-69dd4b26d5d1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5"}, "enabled": true, "id": "700f4559be514b58ae854d87816201a5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj"}} 2018-11-09 08:01:12,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5 used request id req-7fdb8f63-bd01-4ef9-a398-69dd4b26d5d1 2018-11-09 08:01:12,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:12,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:12,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2609dc80-b512-486a-b4e5-77d779221bde Date: Fri, 09 Nov 2018 08:01:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "0e458600-3e20-4730-bac3-64279d2e2d1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf"}]} 2018-11-09 08:01:12,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-2609dc80-b512-486a-b4e5-77d779221bde 2018-11-09 08:01:12,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}3619f54650080ffdca7186084b2692894c2c1860" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": 10}}' 2018-11-09 08:01:12,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-ce5bce2b-5261-4585-90fd-1454b16de64a Date: Fri, 09 Nov 2018 08:01:12 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:12Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": 10, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:12Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "09cffb5b-54e6-4cc4-bc6e-c4998081cb4f"}} 2018-11-09 08:01:12,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-ce5bce2b-5261-4585-90fd-1454b16de64a 2018-11-09 08:01:12,570 - neutron_utils - INFO - Retrieving security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:12,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:12,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-c66e4dc1-5432-4f1e-a5b9-a87b22a9336c Date: Fri, 09 Nov 2018 08:01:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "updated_at": "2018-11-09T08:01:12Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:12Z", "revision_number": 0, "id": "09cffb5b-54e6-4cc4-bc6e-c4998081cb4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:12Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": 10, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "0e458600-3e20-4730-bac3-64279d2e2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "700f4559be514b58ae854d87816201a5"}], "revision_number": 3, "project_id": "700f4559be514b58ae854d87816201a5", "id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "name": "CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename"}]} 2018-11-09 08:01:12,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-c66e4dc1-5432-4f1e-a5b9-a87b22a9336c 2018-11-09 08:01:12,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:12,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:12,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-6726ed0e-118a-4d79-b359-900727efa404 Date: Fri, 09 Nov 2018 08:01:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:12Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": 10, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:12Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "09cffb5b-54e6-4cc4-bc6e-c4998081cb4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "0e458600-3e20-4730-bac3-64279d2e2d1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf"}]} 2018-11-09 08:01:12,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-6726ed0e-118a-4d79-b359-900727efa404 2018-11-09 08:01:12,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:13,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0097c51a7cd34fa3995f54a5b7924759", "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj-role"}], "expires_at": "2018-11-09T09:01:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "700f4559be514b58ae854d87816201a5", "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/700f4559be514b58ae854d87816201a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/700f4559be514b58ae854d87816201a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/700f4559be514b58ae854d87816201a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/700f4559be514b58ae854d87816201a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/700f4559be514b58ae854d87816201a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/700f4559be514b58ae854d87816201a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/700f4559be514b58ae854d87816201a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/700f4559be514b58ae854d87816201a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/700f4559be514b58ae854d87816201a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/700f4559be514b58ae854d87816201a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/700f4559be514b58ae854d87816201a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/700f4559be514b58ae854d87816201a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-user", "id": "829def105695448495f8201787218b50"}, "audit_ids": ["MK14C_rbQtm60w81pthu3g"], "issued_at": "2018-11-09T08:01:12.000000Z"}} 2018-11-09 08:01:13,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684da36cad1c33485c4019355fdee57977fe472e" 2018-11-09 08:01:13,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-cc6fa555-c7c6-4b9a-89db-4662d7b0b947 Date: Fri, 09 Nov 2018 08:01:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "updated_at": "2018-11-09T08:01:12Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:12Z", "revision_number": 0, "id": "09cffb5b-54e6-4cc4-bc6e-c4998081cb4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:12Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": 10, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "0e458600-3e20-4730-bac3-64279d2e2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "700f4559be514b58ae854d87816201a5"}], "revision_number": 3, "project_id": "700f4559be514b58ae854d87816201a5", "id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "name": "CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename"}]} 2018-11-09 08:01:13,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename&description=hello+group used request id req-cc6fa555-c7c6-4b9a-89db-4662d7b0b947 2018-11-09 08:01:13,230 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:13,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684da36cad1c33485c4019355fdee57977fe472e" 2018-11-09 08:01:13,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-771ae540-f607-46ba-804a-cf1fbfc23003 Date: Fri, 09 Nov 2018 08:01:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:12Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": 10, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:12Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "09cffb5b-54e6-4cc4-bc6e-c4998081cb4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "0e458600-3e20-4730-bac3-64279d2e2d1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf"}]} 2018-11-09 08:01:13,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-771ae540-f607-46ba-804a-cf1fbfc23003 2018-11-09 08:01:13,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:13,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684da36cad1c33485c4019355fdee57977fe472e" 2018-11-09 08:01:13,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-c806df46-43d9-4489-9182-3a14e6ed1a95 Date: Fri, 09 Nov 2018 08:01:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:12Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": 10, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:12Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "09cffb5b-54e6-4cc4-bc6e-c4998081cb4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "0e458600-3e20-4730-bac3-64279d2e2d1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf"}]} 2018-11-09 08:01:13,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-c806df46-43d9-4489-9182-3a14e6ed1a95 2018-11-09 08:01:13,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684da36cad1c33485c4019355fdee57977fe472e" 2018-11-09 08:01:13,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-17b84247-8fa9-434d-ac34-a79b1daa77fd Date: Fri, 09 Nov 2018 08:01:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "updated_at": "2018-11-09T08:01:12Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:12Z", "revision_number": 0, "id": "09cffb5b-54e6-4cc4-bc6e-c4998081cb4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:12Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": 10, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "0e458600-3e20-4730-bac3-64279d2e2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "revision_number": 0, "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "700f4559be514b58ae854d87816201a5"}], "revision_number": 3, "project_id": "700f4559be514b58ae854d87816201a5", "id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "name": "CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename"}]} 2018-11-09 08:01:13,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename used request id req-17b84247-8fa9-434d-ac34-a79b1daa77fd 2018-11-09 08:01:13,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cfab292-c18f-41f0-b0f7-6976f44394e8 2018-11-09 08:01:13,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684da36cad1c33485c4019355fdee57977fe472e" 2018-11-09 08:01:13,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-8baf25d1-7abf-451c-aa8a-a1ded8f2292a Date: Fri, 09 Nov 2018 08:01:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:12Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": 10, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:12Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "09cffb5b-54e6-4cc4-bc6e-c4998081cb4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "0e458600-3e20-4730-bac3-64279d2e2d1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:11Z", "security_group_id": "2cfab292-c18f-41f0-b0f7-6976f44394e8", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:11Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "8c3f2dae-d616-4b06-8e05-a04233a922bf"}]} 2018-11-09 08:01:13,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-8baf25d1-7abf-451c-aa8a-a1ded8f2292a 2018-11-09 08:01:13,965 - neutron_utils - INFO - Deleting security group rule with ID - 0e458600-3e20-4730-bac3-64279d2e2d1d 2018-11-09 08:01:13,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/0e458600-3e20-4730-bac3-64279d2e2d1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:14,065 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72c59fdb-4107-4f5c-8538-3f8c0dcb0379 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:14,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/0e458600-3e20-4730-bac3-64279d2e2d1d used request id req-72c59fdb-4107-4f5c-8538-3f8c0dcb0379 2018-11-09 08:01:14,065 - neutron_utils - INFO - Deleting security group rule with ID - 09cffb5b-54e6-4cc4-bc6e-c4998081cb4f 2018-11-09 08:01:14,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/09cffb5b-54e6-4cc4-bc6e-c4998081cb4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:14,159 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f69e8a2-60f8-44aa-b2a6-5d2374a0f542 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:14,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/09cffb5b-54e6-4cc4-bc6e-c4998081cb4f used request id req-2f69e8a2-60f8-44aa-b2a6-5d2374a0f542 2018-11-09 08:01:14,159 - neutron_utils - INFO - Deleting security group rule with ID - 8c3f2dae-d616-4b06-8e05-a04233a922bf 2018-11-09 08:01:14,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/8c3f2dae-d616-4b06-8e05-a04233a922bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:14,411 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b440e39-595e-4511-a82c-170945cfa2c0 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:14,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/8c3f2dae-d616-4b06-8e05-a04233a922bf used request id req-2b440e39-595e-4511-a82c-170945cfa2c0 2018-11-09 08:01:14,412 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-39a43e71-4bf3-4b1e-ba9b-11be2e13bb8ename 2018-11-09 08:01:14,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/2cfab292-c18f-41f0-b0f7-6976f44394e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3619f54650080ffdca7186084b2692894c2c1860" 2018-11-09 08:01:14,558 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ffba83a1-5b2b-4040-a894-6b0ab7aa66b4 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:14,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/2cfab292-c18f-41f0-b0f7-6976f44394e8 used request id req-ffba83a1-5b2b-4040-a894-6b0ab7aa66b4 2018-11-09 08:01:14,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:14,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0546b035-cf8c-40b8-bf57-62df08086312 Date: Fri, 09 Nov 2018 08:01:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:10Z", "updated_at": "2018-11-09T08:01:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:10Z", "revision_number": 0, "id": "01c47c58-2ec2-404e-bca7-399802cf667e", "remote_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:10Z", "security_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:10Z", "revision_number": 0, "id": "12efbd31-b600-4809-aff7-a3f145acefaa", "remote_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:10Z", "security_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:10Z", "revision_number": 0, "id": "62564312-f76e-41d6-8ab8-5550b5bbc532", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:10Z", "security_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "700f4559be514b58ae854d87816201a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:10Z", "revision_number": 0, "id": "72a78fdc-56cd-4316-ad02-2794060ea267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:10Z", "security_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "tenant_id": "700f4559be514b58ae854d87816201a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "700f4559be514b58ae854d87816201a5"}], "revision_number": 4, "project_id": "700f4559be514b58ae854d87816201a5", "id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:01:14,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-0546b035-cf8c-40b8-bf57-62df08086312 2018-11-09 08:01:14,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:14,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02df1187-3a6e-420c-b683-7d579b95b562 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:01:14,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-02df1187-3a6e-420c-b683-7d579b95b562 2018-11-09 08:01:14,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:14,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f76fbe7a-437b-40d4-a9ee-b8bd01471bd3 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:01:14,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-f76fbe7a-437b-40d4-a9ee-b8bd01471bd3 2018-11-09 08:01:14,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:15,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d94893f4-f2bb-4426-b2d4-2488183d8c6a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5"}, "enabled": true, "id": "700f4559be514b58ae854d87816201a5", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-dc2bec9f-11cd-474-proj"}} 2018-11-09 08:01:15,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5 used request id req-d94893f4-f2bb-4426-b2d4-2488183d8c6a 2018-11-09 08:01:15,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a17c32b9-0dc1-47c9-94cb-d88b6a2564c4 2018-11-09 08:01:15,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a17c32b9-0dc1-47c9-94cb-d88b6a2564c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:15,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3577255b-003e-4761-938e-6942e3c6737b Date: Fri, 09 Nov 2018 08:01:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:10Z", "security_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:10Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "01c47c58-2ec2-404e-bca7-399802cf667e"}, {"remote_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:10Z", "security_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:10Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "12efbd31-b600-4809-aff7-a3f145acefaa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:10Z", "security_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:10Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "62564312-f76e-41d6-8ab8-5550b5bbc532"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:10Z", "security_group_id": "a17c32b9-0dc1-47c9-94cb-d88b6a2564c4", "port_range_min": null, "revision_number": 0, "tenant_id": "700f4559be514b58ae854d87816201a5", "created_at": "2018-11-09T08:01:10Z", "project_id": "700f4559be514b58ae854d87816201a5", "id": "72a78fdc-56cd-4316-ad02-2794060ea267"}]} 2018-11-09 08:01:15,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a17c32b9-0dc1-47c9-94cb-d88b6a2564c4 used request id req-3577255b-003e-4761-938e-6942e3c6737b 2018-11-09 08:01:15,230 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:01:15,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/a17c32b9-0dc1-47c9-94cb-d88b6a2564c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:15,515 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88d52846-fc0b-46e4-abcb-ae42f41c4ae6 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:15,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/a17c32b9-0dc1-47c9-94cb-d88b6a2564c4 used request id req-88d52846-fc0b-46e4-abcb-ae42f41c4ae6 2018-11-09 08:01:15,515 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-dc2bec9f-11cd-474-proj 2018-11-09 08:01:15,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:15,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df603525-6abc-49bc-a6c9-421e6a328447 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:15,715 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/700f4559be514b58ae854d87816201a5 used request id req-df603525-6abc-49bc-a6c9-421e6a328447 2018-11-09 08:01:15,716 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-dc2bec9f-11cd-474-proj-role 2018-11-09 08:01:15,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/0097c51a7cd34fa3995f54a5b7924759 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:15,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb010e04-fc8f-495d-b964-ab8818189907 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:15,820 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/0097c51a7cd34fa3995f54a5b7924759 used request id req-bb010e04-fc8f-495d-b964-ab8818189907 2018-11-09 08:01:15,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f372fc21bc8bb00172d1983566bd50a9b6c9247d" 2018-11-09 08:01:15,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50c4cc18-5a4f-4b66-81f5-7106c5728f1a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:15,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-50c4cc18-5a4f-4b66-81f5-7106c5728f1a 2018-11-09 08:01:15,918 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-dc2bec9f-11cd-474-user 2018-11-09 08:01:15,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/829def105695448495f8201787218b50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0663520aee3e708b21332e35aa97a6de1cac41db" 2018-11-09 08:01:16,091 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da1f7306-f6b0-47a9-8078-bfe8b4e1f32d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:16,091 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/829def105695448495f8201787218b50 used request id req-da1f7306-f6b0-47a9-8078-bfe8b4e1f32d 2018-11-09 08:01:16,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:16,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["IJawtjc6Q8O2hZDZu5omXg"], "issued_at": "2018-11-09T08:01:16.000000Z"}} 2018-11-09 08:01:16,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9302a96054a87678282f28f037905e73f0ff8cd" 2018-11-09 08:01:16,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57a4c91-7b9a-49f5-bfaf-433cb73f9bc2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:16,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c57a4c91-7b9a-49f5-bfaf-433cb73f9bc2 2018-11-09 08:01:16,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:16,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:16,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["349QirJoTraWFb8kttzH-A"], "issued_at": "2018-11-09T08:01:16.000000Z"}} 2018-11-09 08:01:16,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:17,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad4dad7-a714-4627-84d4-b83a0cb1dbf5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:17,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fad4dad7-a714-4627-84d4-b83a0cb1dbf5 2018-11-09 08:01:17,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:17,041 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:17,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-511e2d3b-f37a-448-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:17,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e170baa1-3b11-4082-8135-a210356ed195 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-511e2d3b-f37a-448-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:01:17,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-511e2d3b-f37a-448-proj used request id req-e170baa1-3b11-4082-8135-a210356ed195 2018-11-09 08:01:17,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:17,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7511f2b8-3c31-4f9d-87ff-ee0bd151a18a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:17,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-7511f2b8-3c31-4f9d-87ff-ee0bd151a18a 2018-11-09 08:01:17,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj"}}' 2018-11-09 08:01:17,336 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa3b4585-8e7b-475e-8cc2-d3106f9d9f6b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b"}, "enabled": true, "id": "3d8b8ec6fd514c41afe8b7897af8281b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj"}} 2018-11-09 08:01:17,336 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-fa3b4585-8e7b-475e-8cc2-d3106f9d9f6b 2018-11-09 08:01:17,336 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-511e2d3b-f37a-448-proj 2018-11-09 08:01:17,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:17,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:17,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["hO0OWw5WTqyUKYKOOADNaA"], "issued_at": "2018-11-09T08:01:17.000000Z"}} 2018-11-09 08:01:17,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae977c636287d46d942445fba495ed9540a8231" 2018-11-09 08:01:17,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04523cfa-4b45-4758-bb95-0001ea21db36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:17,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-04523cfa-4b45-4758-bb95-0001ea21db36 2018-11-09 08:01:17,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:17,811 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:17,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae977c636287d46d942445fba495ed9540a8231" 2018-11-09 08:01:17,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daff6485-c1e7-4ae1-8715-7ed6f06091ac Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:01:17,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-daff6485-c1e7-4ae1-8715-7ed6f06091ac 2018-11-09 08:01:17,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-511e2d3b-f37a-448-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae977c636287d46d942445fba495ed9540a8231" 2018-11-09 08:01:18,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6d47da1-9eb4-4ad5-a34a-3a2a66905dc1 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-511e2d3b-f37a-448-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b"}, "enabled": true, "id": "3d8b8ec6fd514c41afe8b7897af8281b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj"}]} 2018-11-09 08:01:18,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-511e2d3b-f37a-448-proj used request id req-a6d47da1-9eb4-4ad5-a34a-3a2a66905dc1 2018-11-09 08:01:18,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae977c636287d46d942445fba495ed9540a8231" 2018-11-09 08:01:18,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc79060-c45f-44e9-be38-2e314571cea8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:18,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6fc79060-c45f-44e9-be38-2e314571cea8 2018-11-09 08:01:18,462 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-511e2d3b-f37a-448-user 2018-11-09 08:01:18,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:18,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:18,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bece1ca3-c36f-4809-8c23-526a87b3e109 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:18,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bece1ca3-c36f-4809-8c23-526a87b3e109 2018-11-09 08:01:18,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" -d '{"role": {"name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj-role"}}' 2018-11-09 08:01:18,670 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4affa20-16a7-4b0e-b334-f5a472f54eed Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d6ded6ad198646e8a61e812f16dbfa0e", "links": {"self": "http://172.30.9.27:5000/v3/roles/d6ded6ad198646e8a61e812f16dbfa0e"}, "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj-role"}} 2018-11-09 08:01:18,671 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-d4affa20-16a7-4b0e-b334-f5a472f54eed 2018-11-09 08:01:18,671 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-511e2d3b-f37a-448-proj-role 2018-11-09 08:01:18,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/d6ded6ad198646e8a61e812f16dbfa0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:18,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ab318a-b651-443a-9bc9-9178395371b0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/d6ded6ad198646e8a61e812f16dbfa0e"}, "domain_id": null, "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj-role", "id": "d6ded6ad198646e8a61e812f16dbfa0e"}} 2018-11-09 08:01:18,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/d6ded6ad198646e8a61e812f16dbfa0e used request id req-12ab318a-b651-443a-9bc9-9178395371b0 2018-11-09 08:01:18,764 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-511e2d3b-f37a-448-proj-role to project CreateSecurityGroupTests-511e2d3b-f37a-448-proj 2018-11-09 08:01:18,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b/users/48097011384645408a48048aa52441d3/roles/d6ded6ad198646e8a61e812f16dbfa0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:18,883 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d11512b-4c75-4b40-8d76-6b14de35ef8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:18,883 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b/users/48097011384645408a48048aa52441d3/roles/d6ded6ad198646e8a61e812f16dbfa0e used request id req-0d11512b-4c75-4b40-8d76-6b14de35ef8c 2018-11-09 08:01:18,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:18,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:19,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6ded6ad198646e8a61e812f16dbfa0e", "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj-role"}], "expires_at": "2018-11-09T09:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d8b8ec6fd514c41afe8b7897af8281b", "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-user", "id": "48097011384645408a48048aa52441d3"}, "audit_ids": ["ny_qwzwCRaO6OAagn1DAGw"], "issued_at": "2018-11-09T08:01:19.000000Z"}} 2018-11-09 08:01:19,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:19,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63d51146-1fed-45df-a1a9-8cbd009dac6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:19,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-63d51146-1fed-45df-a1a9-8cbd009dac6d 2018-11-09 08:01:19,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:19,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7e313873-81d1-4ccb-afcc-f551656f000e Date: Fri, 09 Nov 2018 08:01:19 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:01:19,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname&description=hello+group used request id req-7e313873-81d1-4ccb-afcc-f551656f000e 2018-11-09 08:01:19,650 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname... 2018-11-09 08:01:19,650 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname 2018-11-09 08:01:19,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" -d '{"security_group": {"name": "CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname", "description": "hello group"}}' 2018-11-09 08:01:20,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-4dae832f-e22e-41b4-aff8-9bf16a27de6c Date: Fri, 09 Nov 2018 08:01:20 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "updated_at": "2018-11-09T08:01:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "6557f545-ff41-45a5-8abf-e6bc846ca815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}], "revision_number": 2, "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "name": "CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname"}} 2018-11-09 08:01:20,145 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-4dae832f-e22e-41b4-aff8-9bf16a27de6c 2018-11-09 08:01:20,145 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:20,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:20,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-34bf1539-9d12-4706-8926-aed78e5a8812 Date: Fri, 09 Nov 2018 08:01: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": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}]} 2018-11-09 08:01:20,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-34bf1539-9d12-4706-8926-aed78e5a8812 2018-11-09 08:01:20,314 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:20,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:20,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a5a9dfb8-307b-49f5-8dc0-844c9eed2778 Date: Fri, 09 Nov 2018 08:01: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": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}]} 2018-11-09 08:01:20,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-a5a9dfb8-307b-49f5-8dc0-844c9eed2778 2018-11-09 08:01:20,349 - neutron_utils - INFO - Retrieving security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:20,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:20,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-221cd3c2-9e04-414a-b336-1b2b15b1e2e7 Date: Fri, 09 Nov 2018 08:01:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "updated_at": "2018-11-09T08:01:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "6557f545-ff41-45a5-8abf-e6bc846ca815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}], "revision_number": 2, "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "name": "CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname"}]} 2018-11-09 08:01:20,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-221cd3c2-9e04-414a-b336-1b2b15b1e2e7 2018-11-09 08:01:20,424 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:20,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:20,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d629162f-56b5-481a-819f-a2b974f25cd5 Date: Fri, 09 Nov 2018 08:01: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": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}]} 2018-11-09 08:01:20,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-d629162f-56b5-481a-819f-a2b974f25cd5 2018-11-09 08:01:20,617 - neutron_utils - INFO - Retrieving security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:20,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:20,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a6411b47-c505-41c4-ad2b-9c69a36827b5 Date: Fri, 09 Nov 2018 08:01:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "updated_at": "2018-11-09T08:01:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "6557f545-ff41-45a5-8abf-e6bc846ca815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}], "revision_number": 2, "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "name": "CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname"}]} 2018-11-09 08:01:20,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-a6411b47-c505-41c4-ad2b-9c69a36827b5 2018-11-09 08:01:20,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:20,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:21,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-60c87e84-4359-495d-90ca-8e6058f6a313 Date: Fri, 09 Nov 2018 08:01: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": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}]} 2018-11-09 08:01:21,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-60c87e84-4359-495d-90ca-8e6058f6a313 2018-11-09 08:01:21,003 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname 2018-11-09 08:01:21,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:21,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9157b034-f726-448e-b90b-3c10653b1899 Date: Fri, 09 Nov 2018 08:01:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "updated_at": "2018-11-09T08:01:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "6557f545-ff41-45a5-8abf-e6bc846ca815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}], "revision_number": 2, "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "name": "CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname"}]} 2018-11-09 08:01:21,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname used request id req-9157b034-f726-448e-b90b-3c10653b1899 2018-11-09 08:01:21,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:21,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:21,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:21,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0e2e0a7-6ca3-4e8f-8495-2fcb8b8a92ad Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b"}, "enabled": true, "id": "3d8b8ec6fd514c41afe8b7897af8281b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj"}} 2018-11-09 08:01:21,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b used request id req-d0e2e0a7-6ca3-4e8f-8495-2fcb8b8a92ad 2018-11-09 08:01:21,280 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:21,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:21,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-38d477e5-df7a-4203-9e26-84ec688cc13d Date: Fri, 09 Nov 2018 08:01:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}]} 2018-11-09 08:01:21,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-38d477e5-df7a-4203-9e26-84ec688cc13d 2018-11-09 08:01:21,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557"}}' 2018-11-09 08:01:21,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-f02c5d04-8403-4e28-b8eb-ff4aa2df93b3 Date: Fri, 09 Nov 2018 08:01:21 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:21Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa"}} 2018-11-09 08:01:21,630 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-f02c5d04-8403-4e28-b8eb-ff4aa2df93b3 2018-11-09 08:01:21,630 - neutron_utils - INFO - Retrieving security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:21,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:21,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-ea1b79c2-8727-48ba-8ec3-9724815b2dcb Date: Fri, 09 Nov 2018 08:01:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "updated_at": "2018-11-09T08:01:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "6557f545-ff41-45a5-8abf-e6bc846ca815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "revision_number": 0, "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}], "revision_number": 3, "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "name": "CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname"}]} 2018-11-09 08:01:21,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-ea1b79c2-8727-48ba-8ec3-9724815b2dcb 2018-11-09 08:01:21,830 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:21,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:21,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-57a53b57-7e5c-41a0-8378-5e3f840d3e03 Date: Fri, 09 Nov 2018 08:01:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:21Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa"}]} 2018-11-09 08:01:21,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-57a53b57-7e5c-41a0-8378-5e3f840d3e03 2018-11-09 08:01:21,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:22,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d6ded6ad198646e8a61e812f16dbfa0e", "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj-role"}], "expires_at": "2018-11-09T09:01:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d8b8ec6fd514c41afe8b7897af8281b", "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3d8b8ec6fd514c41afe8b7897af8281b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-user", "id": "48097011384645408a48048aa52441d3"}, "audit_ids": ["i0bwyV30RuS9imwpdLz4Gg"], "issued_at": "2018-11-09T08:01:22.000000Z"}} 2018-11-09 08:01:22,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbe2cb8b0d5eef786c1e34fb96bda8aec000a6e" 2018-11-09 08:01:22,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e8f9b4ca-bd9f-4d64-ba7f-46d4e9aca273 Date: Fri, 09 Nov 2018 08:01:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "updated_at": "2018-11-09T08:01:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "6557f545-ff41-45a5-8abf-e6bc846ca815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "revision_number": 0, "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}], "revision_number": 3, "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "name": "CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname"}]} 2018-11-09 08:01:22,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname&description=hello+group used request id req-e8f9b4ca-bd9f-4d64-ba7f-46d4e9aca273 2018-11-09 08:01:22,549 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:22,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbe2cb8b0d5eef786c1e34fb96bda8aec000a6e" 2018-11-09 08:01:22,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-1aa52006-7179-4c9f-9af9-9f995e8e9d3a Date: Fri, 09 Nov 2018 08:01:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:21Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa"}]} 2018-11-09 08:01:22,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-1aa52006-7179-4c9f-9af9-9f995e8e9d3a 2018-11-09 08:01:22,738 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:22,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbe2cb8b0d5eef786c1e34fb96bda8aec000a6e" 2018-11-09 08:01:22,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-a442896f-37cb-41c1-9f61-9216eeac8322 Date: Fri, 09 Nov 2018 08:01:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:21Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa"}]} 2018-11-09 08:01:22,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-a442896f-37cb-41c1-9f61-9216eeac8322 2018-11-09 08:01:22,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbe2cb8b0d5eef786c1e34fb96bda8aec000a6e" 2018-11-09 08:01:22,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-9ebbd0ce-b889-4202-af18-f9bd36ea1e0f Date: Fri, 09 Nov 2018 08:01:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "updated_at": "2018-11-09T08:01:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "6557f545-ff41-45a5-8abf-e6bc846ca815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "revision_number": 0, "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}], "revision_number": 3, "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "name": "CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname"}]} 2018-11-09 08:01:22,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname used request id req-9ebbd0ce-b889-4202-af18-f9bd36ea1e0f 2018-11-09 08:01:22,967 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:22,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbe2cb8b0d5eef786c1e34fb96bda8aec000a6e" 2018-11-09 08:01:23,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-1211b303-d11d-4552-b190-e7bbbb8dc2dd Date: Fri, 09 Nov 2018 08:01:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:21Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa"}]} 2018-11-09 08:01:23,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-1211b303-d11d-4552-b190-e7bbbb8dc2dd 2018-11-09 08:01:23,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbe2cb8b0d5eef786c1e34fb96bda8aec000a6e" 2018-11-09 08:01:23,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-9755a371-5308-4f5a-9327-2b46d2e44a31 Date: Fri, 09 Nov 2018 08:01:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "updated_at": "2018-11-09T08:01:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "6557f545-ff41-45a5-8abf-e6bc846ca815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "revision_number": 0, "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}], "revision_number": 3, "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "name": "CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname"}]} 2018-11-09 08:01:23,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname used request id req-9755a371-5308-4f5a-9327-2b46d2e44a31 2018-11-09 08:01:23,350 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:23,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbe2cb8b0d5eef786c1e34fb96bda8aec000a6e" 2018-11-09 08:01:23,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-22f5e904-2864-41db-b171-6aee7a288b98 Date: Fri, 09 Nov 2018 08:01:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:21Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa"}]} 2018-11-09 08:01:23,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-22f5e904-2864-41db-b171-6aee7a288b98 2018-11-09 08:01:23,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbe2cb8b0d5eef786c1e34fb96bda8aec000a6e" 2018-11-09 08:01:23,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-541674d1-6979-4dbe-b6ad-1227a27e91d8 Date: Fri, 09 Nov 2018 08:01:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "updated_at": "2018-11-09T08:01:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "6557f545-ff41-45a5-8abf-e6bc846ca815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "revision_number": 0, "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}], "revision_number": 3, "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "name": "CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname"}]} 2018-11-09 08:01:23,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname used request id req-541674d1-6979-4dbe-b6ad-1227a27e91d8 2018-11-09 08:01:23,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9856ede4-72bf-4967-bd34-d32a94aa6557 2018-11-09 08:01:23,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbe2cb8b0d5eef786c1e34fb96bda8aec000a6e" 2018-11-09 08:01:23,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-8e2806f7-12e0-40e6-bcfc-0cc5c407fdbc Date: Fri, 09 Nov 2018 08:01:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "6557f545-ff41-45a5-8abf-e6bc846ca815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f6d2b402-0391-46d5-be04-3b5d2c53d8f4"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:21Z", "security_group_id": "9856ede4-72bf-4967-bd34-d32a94aa6557", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:21Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "fdf38257-6c52-414f-aa3b-9f12cbe9feaa"}]} 2018-11-09 08:01:23,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-8e2806f7-12e0-40e6-bcfc-0cc5c407fdbc 2018-11-09 08:01:23,909 - neutron_utils - INFO - Deleting security group rule with ID - fdf38257-6c52-414f-aa3b-9f12cbe9feaa 2018-11-09 08:01:23,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/fdf38257-6c52-414f-aa3b-9f12cbe9feaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:24,021 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-115a9859-023b-4790-a4d1-e8aea9b93175 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:24,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/fdf38257-6c52-414f-aa3b-9f12cbe9feaa used request id req-115a9859-023b-4790-a4d1-e8aea9b93175 2018-11-09 08:01:24,022 - neutron_utils - INFO - Deleting security group rule with ID - 6557f545-ff41-45a5-8abf-e6bc846ca815 2018-11-09 08:01:24,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/6557f545-ff41-45a5-8abf-e6bc846ca815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:24,444 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7797379c-34ce-4d90-9bfc-264da319964b Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:24,444 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/6557f545-ff41-45a5-8abf-e6bc846ca815 used request id req-7797379c-34ce-4d90-9bfc-264da319964b 2018-11-09 08:01:24,444 - neutron_utils - INFO - Deleting security group rule with ID - f6d2b402-0391-46d5-be04-3b5d2c53d8f4 2018-11-09 08:01:24,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/f6d2b402-0391-46d5-be04-3b5d2c53d8f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:24,698 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-405a50c9-e0fe-4781-924c-ae5ca876280c Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:24,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/f6d2b402-0391-46d5-be04-3b5d2c53d8f4 used request id req-405a50c9-e0fe-4781-924c-ae5ca876280c 2018-11-09 08:01:24,699 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c14bb7a4-6234-48e2-98db-1da9871cd6baname 2018-11-09 08:01:24,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/9856ede4-72bf-4967-bd34-d32a94aa6557 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fd0e6ddea1d53070b594566a5e1cab1254fe4e" 2018-11-09 08:01:24,839 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d438da5-d0d9-47e5-ab33-6ea320e23c2b Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:24,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/9856ede4-72bf-4967-bd34-d32a94aa6557 used request id req-6d438da5-d0d9-47e5-ab33-6ea320e23c2b 2018-11-09 08:01:24,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:25,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-15051aa1-f5f3-469f-96dd-ea802383af03 Date: Fri, 09 Nov 2018 08:01:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "updated_at": "2018-11-09T08:01:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "05bf173a-e596-4715-9492-b5bf4d4495c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "3fa22c2c-96ed-4b66-a9c5-b466caf13e8b", "remote_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "44e92efc-129c-4b13-80a4-f11fde100e06", "remote_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "revision_number": 0, "id": "f12f0333-a554-4001-9931-e50a535c9e69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:19Z", "security_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b"}], "revision_number": 4, "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:01:25,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-15051aa1-f5f3-469f-96dd-ea802383af03 2018-11-09 08:01:25,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:25,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f1f347f-a382-4f90-8ee5-0e428696b265 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:01:25,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-6f1f347f-a382-4f90-8ee5-0e428696b265 2018-11-09 08:01:25,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:25,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f11f5778-d2f2-4644-aad8-f3eb29db89b6 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:01:25,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-f11f5778-d2f2-4644-aad8-f3eb29db89b6 2018-11-09 08:01:25,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:25,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee2e83c4-4923-4e9b-ab86-15a347f66b37 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b"}, "enabled": true, "id": "3d8b8ec6fd514c41afe8b7897af8281b", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-511e2d3b-f37a-448-proj"}} 2018-11-09 08:01:25,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b used request id req-ee2e83c4-4923-4e9b-ab86-15a347f66b37 2018-11-09 08:01:25,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c88923a9-d3d7-4a9b-87fd-dd515a57f069 2018-11-09 08:01:25,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c88923a9-d3d7-4a9b-87fd-dd515a57f069 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:25,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8e5a1dbe-4f11-4762-83d7-5bda4c457b24 Date: Fri, 09 Nov 2018 08: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": "2018-11-09T08:01:19Z", "security_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "05bf173a-e596-4715-9492-b5bf4d4495c9"}, {"remote_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "3fa22c2c-96ed-4b66-a9c5-b466caf13e8b"}, {"remote_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "44e92efc-129c-4b13-80a4-f11fde100e06"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:19Z", "security_group_id": "c88923a9-d3d7-4a9b-87fd-dd515a57f069", "port_range_min": null, "revision_number": 0, "tenant_id": "3d8b8ec6fd514c41afe8b7897af8281b", "created_at": "2018-11-09T08:01:19Z", "project_id": "3d8b8ec6fd514c41afe8b7897af8281b", "id": "f12f0333-a554-4001-9931-e50a535c9e69"}]} 2018-11-09 08:01:25,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c88923a9-d3d7-4a9b-87fd-dd515a57f069 used request id req-8e5a1dbe-4f11-4762-83d7-5bda4c457b24 2018-11-09 08:01:25,503 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:01:25,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c88923a9-d3d7-4a9b-87fd-dd515a57f069 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:25,801 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c10f5483-8020-4ec7-bc88-cbc92b7d409e Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:25,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c88923a9-d3d7-4a9b-87fd-dd515a57f069 used request id req-c10f5483-8020-4ec7-bc88-cbc92b7d409e 2018-11-09 08:01:25,801 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-511e2d3b-f37a-448-proj 2018-11-09 08:01:25,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:25,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98c99772-c7ce-46c3-9ea5-d9d7089f1c7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:25,990 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/3d8b8ec6fd514c41afe8b7897af8281b used request id req-98c99772-c7ce-46c3-9ea5-d9d7089f1c7c 2018-11-09 08:01:25,990 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-511e2d3b-f37a-448-proj-role 2018-11-09 08:01:25,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/d6ded6ad198646e8a61e812f16dbfa0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:26,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e06d8726-a484-4803-b4bc-e92b77a1d362 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:26,114 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/d6ded6ad198646e8a61e812f16dbfa0e used request id req-e06d8726-a484-4803-b4bc-e92b77a1d362 2018-11-09 08:01:26,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea34ddc9c7f383fe35274b6598b6f07d38d2942" 2018-11-09 08:01:26,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-895f70fc-b7eb-4f82-b468-72c82904b7ef Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:26,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-895f70fc-b7eb-4f82-b468-72c82904b7ef 2018-11-09 08:01:26,215 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-511e2d3b-f37a-448-user 2018-11-09 08:01:26,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/48097011384645408a48048aa52441d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae977c636287d46d942445fba495ed9540a8231" 2018-11-09 08:01:26,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b5f3ff1-24d5-4930-a98b-ac02c1fe8e75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:26,375 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/48097011384645408a48048aa52441d3 used request id req-2b5f3ff1-24d5-4930-a98b-ac02c1fe8e75 2018-11-09 08:01:26,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:26,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["MiOWO6EbTqiew0N6XOx1wg"], "issued_at": "2018-11-09T08:01:26.000000Z"}} 2018-11-09 08:01:26,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892ea463c4d5bfb96df5e52952ac538bd2bb5c87" 2018-11-09 08:01:26,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-110ab1df-bdbb-4ff3-9b09-73abeb6c8fc3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:26,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-110ab1df-bdbb-4ff3-9b09-73abeb6c8fc3 2018-11-09 08:01:26,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:26,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:27,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["XoDAQWeGQxOzm6aR10fMxw"], "issued_at": "2018-11-09T08:01:27.000000Z"}} 2018-11-09 08:01:27,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:27,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ab1d4c-b4c8-4bcc-a9e7-bd5e86ce25dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:27,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-17ab1d4c-b4c8-4bcc-a9e7-bd5e86ce25dc 2018-11-09 08:01:27,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:27,343 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:27,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-bc65ed5e-3191-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:27,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f17f6d9-25e1-48fc-87b0-1ff9b39c3e2e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-bc65ed5e-3191-443-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:01:27,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-bc65ed5e-3191-443-proj used request id req-9f17f6d9-25e1-48fc-87b0-1ff9b39c3e2e 2018-11-09 08:01:27,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:27,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f627d1b9-1736-4d42-96d3-dbace5f31a84 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:27,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f627d1b9-1736-4d42-96d3-dbace5f31a84 2018-11-09 08:01:27,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj"}}' 2018-11-09 08:01:27,641 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea40a867-4e69-4020-951b-2068a2e274ed Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413"}, "enabled": true, "id": "0a38032223e84bc1975fce2feba27413", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj"}} 2018-11-09 08:01:27,641 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-ea40a867-4e69-4020-951b-2068a2e274ed 2018-11-09 08:01:27,641 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-bc65ed5e-3191-443-proj 2018-11-09 08:01:27,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:27,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:28,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["bDnqnKFASPajlFUx8gzFsA"], "issued_at": "2018-11-09T08:01:28.000000Z"}} 2018-11-09 08:01:28,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0e153304aa97631423f172b72eb0ffbf3a4fce" 2018-11-09 08:01:28,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0174b0a-df14-47c7-897a-a9b485c2779c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:28,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c0174b0a-df14-47c7-897a-a9b485c2779c 2018-11-09 08:01:28,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:28,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:28,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0e153304aa97631423f172b72eb0ffbf3a4fce" 2018-11-09 08:01:28,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb712203-d1d1-40dc-aff3-ec64eab37404 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:01:28,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cb712203-d1d1-40dc-aff3-ec64eab37404 2018-11-09 08:01:28,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-bc65ed5e-3191-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0e153304aa97631423f172b72eb0ffbf3a4fce" 2018-11-09 08:01:28,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f62b68e3-8e1e-47d1-95a6-bf338b5cc812 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-bc65ed5e-3191-443-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413"}, "enabled": true, "id": "0a38032223e84bc1975fce2feba27413", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj"}]} 2018-11-09 08:01:28,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-bc65ed5e-3191-443-proj used request id req-f62b68e3-8e1e-47d1-95a6-bf338b5cc812 2018-11-09 08:01:28,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0e153304aa97631423f172b72eb0ffbf3a4fce" 2018-11-09 08:01:28,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e399375-5203-49ad-ac09-63435e21376d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:28,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-5e399375-5203-49ad-ac09-63435e21376d 2018-11-09 08:01:28,691 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-bc65ed5e-3191-443-user 2018-11-09 08:01:28,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:28,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:28,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98dc8e4-c2c0-4deb-807b-f3b96590b615 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:28,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d98dc8e4-c2c0-4deb-807b-f3b96590b615 2018-11-09 08:01:28,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" -d '{"role": {"name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj-role"}}' 2018-11-09 08:01:28,898 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa76d3e8-0fdc-4a89-a06b-8cdb0d890a8c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d215f702d9104042a02f580bdfa4c1d6", "links": {"self": "http://172.30.9.27:5000/v3/roles/d215f702d9104042a02f580bdfa4c1d6"}, "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj-role"}} 2018-11-09 08:01:28,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-aa76d3e8-0fdc-4a89-a06b-8cdb0d890a8c 2018-11-09 08:01:28,899 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-bc65ed5e-3191-443-proj-role 2018-11-09 08:01:28,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/d215f702d9104042a02f580bdfa4c1d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:28,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76f4c753-a3f8-46c8-888e-71e84474d43f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/d215f702d9104042a02f580bdfa4c1d6"}, "domain_id": null, "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj-role", "id": "d215f702d9104042a02f580bdfa4c1d6"}} 2018-11-09 08:01:28,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/d215f702d9104042a02f580bdfa4c1d6 used request id req-76f4c753-a3f8-46c8-888e-71e84474d43f 2018-11-09 08:01:28,981 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-bc65ed5e-3191-443-proj-role to project CreateSecurityGroupTests-bc65ed5e-3191-443-proj 2018-11-09 08:01:28,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413/users/227eae7eb5264218a644071f0d8c10b8/roles/d215f702d9104042a02f580bdfa4c1d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:29,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63490d55-6bc0-4909-ac6c-2bc263653859 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:29,117 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413/users/227eae7eb5264218a644071f0d8c10b8/roles/d215f702d9104042a02f580bdfa4c1d6 used request id req-63490d55-6bc0-4909-ac6c-2bc263653859 2018-11-09 08:01:29,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:29,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:29,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d215f702d9104042a02f580bdfa4c1d6", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj-role"}], "expires_at": "2018-11-09T09:01:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a38032223e84bc1975fce2feba27413", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a38032223e84bc1975fce2feba27413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0a38032223e84bc1975fce2feba27413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0a38032223e84bc1975fce2feba27413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0a38032223e84bc1975fce2feba27413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0a38032223e84bc1975fce2feba27413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0a38032223e84bc1975fce2feba27413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a38032223e84bc1975fce2feba27413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0a38032223e84bc1975fce2feba27413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0a38032223e84bc1975fce2feba27413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a38032223e84bc1975fce2feba27413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0a38032223e84bc1975fce2feba27413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0a38032223e84bc1975fce2feba27413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-user", "id": "227eae7eb5264218a644071f0d8c10b8"}, "audit_ids": ["2q2iQ_o2RrKRxZFXLteXsQ"], "issued_at": "2018-11-09T08:01:29.000000Z"}} 2018-11-09 08:01:29,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:29,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a14d2995-eeda-421f-9845-3563f2e3b93a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:29,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a14d2995-eeda-421f-9845-3563f2e3b93a 2018-11-09 08:01:29,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:29,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9020e756-2aa4-4540-95eb-d211e8962a74 Date: Fri, 09 Nov 2018 08:01:29 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:01:29,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname&description=hello+group used request id req-9020e756-2aa4-4540-95eb-d211e8962a74 2018-11-09 08:01:29,850 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname... 2018-11-09 08:01:29,850 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname 2018-11-09 08:01:29,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" -d '{"security_group": {"name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname", "description": "hello group"}}' 2018-11-09 08:01:30,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-22177818-8ce3-4440-9d2b-40213a7150eb Date: Fri, 09 Nov 2018 08:01:30 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 2, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}} 2018-11-09 08:01:30,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-22177818-8ce3-4440-9d2b-40213a7150eb 2018-11-09 08:01:30,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:30,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:30,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-715b9975-af0e-43ff-a850-f04f95ce3855 Date: Fri, 09 Nov 2018 08:01:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:30,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-715b9975-af0e-43ff-a850-f04f95ce3855 2018-11-09 08:01:30,390 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:30,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:30,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-95a366e7-405b-4481-b415-da46c9770a76 Date: Fri, 09 Nov 2018 08:01:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:30,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-95a366e7-405b-4481-b415-da46c9770a76 2018-11-09 08:01:30,562 - neutron_utils - INFO - Retrieving security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:30,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:30,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-49e789db-cece-44c3-bdab-cf951a8c54e9 Date: Fri, 09 Nov 2018 08:01:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 2, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:30,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-49e789db-cece-44c3-bdab-cf951a8c54e9 2018-11-09 08:01:30,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:30,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:30,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-84a658ab-93ce-4b23-879a-436bac53cb1a Date: Fri, 09 Nov 2018 08:01:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:30,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-84a658ab-93ce-4b23-879a-436bac53cb1a 2018-11-09 08:01:30,795 - neutron_utils - INFO - Retrieving security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:30,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:30,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8a8a94a4-8168-4d44-ba88-01144f2aebde Date: Fri, 09 Nov 2018 08:01:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 2, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:30,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-8a8a94a4-8168-4d44-ba88-01144f2aebde 2018-11-09 08:01:30,851 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:30,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:31,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4fef8a8b-7d93-487c-86de-12c0d6115c4b Date: Fri, 09 Nov 2018 08:01:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:31,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-4fef8a8b-7d93-487c-86de-12c0d6115c4b 2018-11-09 08:01:31,033 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname 2018-11-09 08:01:31,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:31,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1e67dbdb-437a-42b9-9e05-c402b04dcbd4 Date: Fri, 09 Nov 2018 08:01:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 2, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:31,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-1e67dbdb-437a-42b9-9e05-c402b04dcbd4 2018-11-09 08:01:31,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:31,093 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:31,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:31,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd34eba2-3c9a-4bc2-a822-96c8ae9e736c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413"}, "enabled": true, "id": "0a38032223e84bc1975fce2feba27413", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj"}} 2018-11-09 08:01:31,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413 used request id req-bd34eba2-3c9a-4bc2-a822-96c8ae9e736c 2018-11-09 08:01:31,177 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:31,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:31,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-49817cba-acf8-411e-ac3f-bb758d36dcb1 Date: Fri, 09 Nov 2018 08:01:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:31,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-49817cba-acf8-411e-ac3f-bb758d36dcb1 2018-11-09 08:01:31,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}01cd785b97480969839c06283958df8fdc312e3b" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61"}}' 2018-11-09 08:01:31,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-d6d108ab-eee0-4a0e-ae69-5368a68bfbbb Date: Fri, 09 Nov 2018 08:01:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}} 2018-11-09 08:01:31,521 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-d6d108ab-eee0-4a0e-ae69-5368a68bfbbb 2018-11-09 08:01:31,522 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname 2018-11-09 08:01:31,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:31,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-155d0aeb-033c-4609-8fd1-2b6f169f274d Date: Fri, 09 Nov 2018 08:01:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 3, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:31,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-155d0aeb-033c-4609-8fd1-2b6f169f274d 2018-11-09 08:01:31,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:31,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5721605c-f9ac-4568-8e94-c27983a7cb26 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413"}, "enabled": true, "id": "0a38032223e84bc1975fce2feba27413", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj"}} 2018-11-09 08:01:31,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413 used request id req-5721605c-f9ac-4568-8e94-c27983a7cb26 2018-11-09 08:01:31,801 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:31,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:31,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-93215d5c-d0e3-4685-936f-23ca64911ef5 Date: Fri, 09 Nov 2018 08:01:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:31,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-93215d5c-d0e3-4685-936f-23ca64911ef5 2018-11-09 08:01:32,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}01cd785b97480969839c06283958df8fdc312e3b" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61"}}' 2018-11-09 08:01:32,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-c21f8f01-8948-4570-a892-3cd47d43c74b Date: Fri, 09 Nov 2018 08:01:32 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}} 2018-11-09 08:01:32,372 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-c21f8f01-8948-4570-a892-3cd47d43c74b 2018-11-09 08:01:32,372 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname 2018-11-09 08:01:32,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:32,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-298ab40b-7fc9-42c4-8a98-55c0e371134c Date: Fri, 09 Nov 2018 08:01:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 4, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:32,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-298ab40b-7fc9-42c4-8a98-55c0e371134c 2018-11-09 08:01:32,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:32,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe867aec-1196-4655-a32f-97c32466c7f2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413"}, "enabled": true, "id": "0a38032223e84bc1975fce2feba27413", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj"}} 2018-11-09 08:01:32,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413 used request id req-fe867aec-1196-4655-a32f-97c32466c7f2 2018-11-09 08:01:32,514 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:32,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:32,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-230b4034-bf53-4e90-afa9-53de25a56711 Date: Fri, 09 Nov 2018 08:01:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:32,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-230b4034-bf53-4e90-afa9-53de25a56711 2018-11-09 08:01:32,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}01cd785b97480969839c06283958df8fdc312e3b" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10}}' 2018-11-09 08:01:32,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-b3e8589b-c2be-442e-9219-ceeec28f040f Date: Fri, 09 Nov 2018 08:01:32 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}} 2018-11-09 08:01:32,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-b3e8589b-c2be-442e-9219-ceeec28f040f 2018-11-09 08:01:32,714 - neutron_utils - INFO - Retrieving security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:32,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:32,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-b508edfd-03c0-4816-b670-26c47ddf1d18 Date: Fri, 09 Nov 2018 08:01:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 5, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:32,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-b508edfd-03c0-4816-b670-26c47ddf1d18 2018-11-09 08:01:32,919 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:32,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:32,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bc022b48-fd79-4958-9543-2e3da2027938 Date: Fri, 09 Nov 2018 08:01:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:32,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-bc022b48-fd79-4958-9543-2e3da2027938 2018-11-09 08:01:32,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:33,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d215f702d9104042a02f580bdfa4c1d6", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj-role"}], "expires_at": "2018-11-09T09:01:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a38032223e84bc1975fce2feba27413", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a38032223e84bc1975fce2feba27413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0a38032223e84bc1975fce2feba27413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0a38032223e84bc1975fce2feba27413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0a38032223e84bc1975fce2feba27413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0a38032223e84bc1975fce2feba27413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0a38032223e84bc1975fce2feba27413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a38032223e84bc1975fce2feba27413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0a38032223e84bc1975fce2feba27413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0a38032223e84bc1975fce2feba27413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a38032223e84bc1975fce2feba27413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0a38032223e84bc1975fce2feba27413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0a38032223e84bc1975fce2feba27413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-user", "id": "227eae7eb5264218a644071f0d8c10b8"}, "audit_ids": ["Gy0IFlFVQVmSUmm3X6jN1A"], "issued_at": "2018-11-09T08:01:33.000000Z"}} 2018-11-09 08:01:33,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:33,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9544bd86-3449-44c2-b0ab-dba02bb6b4b8 Date: Fri, 09 Nov 2018 08:01:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 5, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:33,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname&description=hello+group used request id req-9544bd86-3449-44c2-b0ab-dba02bb6b4b8 2018-11-09 08:01:33,580 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:33,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:33,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-72b2fa29-901e-4b3e-b03c-4126a24ec7be Date: Fri, 09 Nov 2018 08:01:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:33,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-72b2fa29-901e-4b3e-b03c-4126a24ec7be 2018-11-09 08:01:33,757 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:33,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:33,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3b264525-39d7-41aa-ae4e-a150d082c230 Date: Fri, 09 Nov 2018 08:01:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:33,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-3b264525-39d7-41aa-ae4e-a150d082c230 2018-11-09 08:01:33,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:34,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3848782f-ad6b-49ba-a545-574bcb3fdbab Date: Fri, 09 Nov 2018 08:01:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 5, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:34,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-3848782f-ad6b-49ba-a545-574bcb3fdbab 2018-11-09 08:01:34,145 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:34,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:34,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0af11408-ab01-4353-9acb-e873b0e55d4e Date: Fri, 09 Nov 2018 08:01:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:34,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-0af11408-ab01-4353-9acb-e873b0e55d4e 2018-11-09 08:01:34,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:34,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-136bf504-1578-4681-8484-de896ed42fe3 Date: Fri, 09 Nov 2018 08:01:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 5, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:34,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-136bf504-1578-4681-8484-de896ed42fe3 2018-11-09 08:01:34,390 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:34,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:34,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e3f4d275-beec-44b3-94d1-71a761a4727b Date: Fri, 09 Nov 2018 08:01:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:34,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-e3f4d275-beec-44b3-94d1-71a761a4727b 2018-11-09 08:01:34,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:34,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9fc3b608-0f4f-46da-bdaf-b378f08a735c Date: Fri, 09 Nov 2018 08:01:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 5, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:34,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-9fc3b608-0f4f-46da-bdaf-b378f08a735c 2018-11-09 08:01:34,781 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:34,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:34,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8d02406c-77f4-4537-a40d-441859243630 Date: Fri, 09 Nov 2018 08:01:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:34,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-8d02406c-77f4-4537-a40d-441859243630 2018-11-09 08:01:34,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:35,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9dab1ce0-199d-4950-ac21-7c4ae4e51372 Date: Fri, 09 Nov 2018 08:01:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 5, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:35,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-9dab1ce0-199d-4950-ac21-7c4ae4e51372 2018-11-09 08:01:35,164 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:35,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:35,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bc88186b-2abf-40ad-945a-9222ec5dad6c Date: Fri, 09 Nov 2018 08:01:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:35,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-bc88186b-2abf-40ad-945a-9222ec5dad6c 2018-11-09 08:01:35,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:35,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-67fc014f-b3e7-4d8c-a759-8e44c1ba172b Date: Fri, 09 Nov 2018 08:01:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 5, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:35,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-67fc014f-b3e7-4d8c-a759-8e44c1ba172b 2018-11-09 08:01:35,252 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:35,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:35,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-616a103c-a70d-4f88-8a52-e49b6658902e Date: Fri, 09 Nov 2018 08:01:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:35,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-616a103c-a70d-4f88-8a52-e49b6658902e 2018-11-09 08:01:35,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:35,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-4175c5ec-9489-4cf5-8abc-2308901cd867 Date: Fri, 09 Nov 2018 08:01:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 5, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:35,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-4175c5ec-9489-4cf5-8abc-2308901cd867 2018-11-09 08:01:35,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:35,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:35,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-44d53945-d3f3-4baf-b143-cc70d5f7b17c Date: Fri, 09 Nov 2018 08:01:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:35,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-44d53945-d3f3-4baf-b143-cc70d5f7b17c 2018-11-09 08:01:35,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:35,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f405ac47-add2-4149-b312-46f185993d70 Date: Fri, 09 Nov 2018 08:01:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 5, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:35,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-f405ac47-add2-4149-b312-46f185993d70 2018-11-09 08:01:35,615 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:35,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:35,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-02dc0066-fcc0-48ee-bf13-2382ff77fa15 Date: Fri, 09 Nov 2018 08:01:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:35,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-02dc0066-fcc0-48ee-bf13-2382ff77fa15 2018-11-09 08:01:35,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:36,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5d9923bf-353a-452f-918d-d626afbc934d Date: Fri, 09 Nov 2018 08:01:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "updated_at": "2018-11-09T08:01:32Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "revision_number": 0, "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "revision_number": 0, "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": 10, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "revision_number": 0, "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 5, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "name": "CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname"}]} 2018-11-09 08:01:36,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname used request id req-5d9923bf-353a-452f-918d-d626afbc934d 2018-11-09 08:01:36,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d606d7ed-d814-4d0b-bebc-9703ee271f61 2018-11-09 08:01:36,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cdffbad74471829da54b5d0e641e97225e2e5c0" 2018-11-09 08:01:36,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-700da847-19f9-4e06-937b-23cd01b7ddd9 Date: Fri, 09 Nov 2018 08:01:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "630e7a45-6a93-485a-b0ac-b4658fb14d3b"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:31Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:31Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "841d7e6a-a2f9-4035-b1ba-2f16fbc8af01"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:32Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": 10, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:32Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "beb32361-46cc-4d9c-b7cc-f9658d5408dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:30Z", "security_group_id": "d606d7ed-d814-4d0b-bebc-9703ee271f61", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:30Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "ccfca35c-cd18-47df-8b12-79c2ebebee3d"}]} 2018-11-09 08:01:36,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-700da847-19f9-4e06-937b-23cd01b7ddd9 2018-11-09 08:01:36,092 - neutron_utils - INFO - Deleting security group rule with ID - ccfca35c-cd18-47df-8b12-79c2ebebee3d 2018-11-09 08:01:36,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/ccfca35c-cd18-47df-8b12-79c2ebebee3d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:36,347 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a20defc-a211-4ee4-88e9-d09111a269cf Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:36,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/ccfca35c-cd18-47df-8b12-79c2ebebee3d used request id req-9a20defc-a211-4ee4-88e9-d09111a269cf 2018-11-09 08:01:36,347 - neutron_utils - INFO - Deleting security group rule with ID - beb32361-46cc-4d9c-b7cc-f9658d5408dc 2018-11-09 08:01:36,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/beb32361-46cc-4d9c-b7cc-f9658d5408dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:36,444 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-638b5fae-a1c1-43ac-b150-a2837b6e435c Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:36,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/beb32361-46cc-4d9c-b7cc-f9658d5408dc used request id req-638b5fae-a1c1-43ac-b150-a2837b6e435c 2018-11-09 08:01:36,445 - neutron_utils - INFO - Deleting security group rule with ID - 630e7a45-6a93-485a-b0ac-b4658fb14d3b 2018-11-09 08:01:36,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/630e7a45-6a93-485a-b0ac-b4658fb14d3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:36,534 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65641501-925c-48b4-b545-3e571c9ba562 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:36,534 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/630e7a45-6a93-485a-b0ac-b4658fb14d3b used request id req-65641501-925c-48b4-b545-3e571c9ba562 2018-11-09 08:01:36,534 - neutron_utils - INFO - Deleting security group rule with ID - 333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9 2018-11-09 08:01:36,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:36,774 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-30abb51c-2504-4dca-92b0-c5e699e8d469 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:36,774 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/333b5ac4-8574-4bd6-a9a3-7e9e8edfcda9 used request id req-30abb51c-2504-4dca-92b0-c5e699e8d469 2018-11-09 08:01:36,775 - neutron_utils - INFO - Deleting security group rule with ID - 841d7e6a-a2f9-4035-b1ba-2f16fbc8af01 2018-11-09 08:01:36,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/841d7e6a-a2f9-4035-b1ba-2f16fbc8af01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:36,905 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8bd8dbbe-fb3c-41f5-895d-d32c3e2924d0 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:36,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/841d7e6a-a2f9-4035-b1ba-2f16fbc8af01 used request id req-8bd8dbbe-fb3c-41f5-895d-d32c3e2924d0 2018-11-09 08:01:36,906 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7d4bdad5-6b5b-4502-ba95-2db16befe25cname 2018-11-09 08:01:36,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/d606d7ed-d814-4d0b-bebc-9703ee271f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01cd785b97480969839c06283958df8fdc312e3b" 2018-11-09 08:01:37,190 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9bfa5ded-f683-4962-b1f7-9d35da22a104 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:37,190 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/d606d7ed-d814-4d0b-bebc-9703ee271f61 used request id req-9bfa5ded-f683-4962-b1f7-9d35da22a104 2018-11-09 08:01:37,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:37,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-388dd0ad-c941-4fd1-9b1e-9cc06c82d4f4 Date: Fri, 09 Nov 2018 08:01:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:29Z", "updated_at": "2018-11-09T08:01:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:29Z", "revision_number": 0, "id": "286ea209-2a78-433f-9c7a-49ccf7b797db", "remote_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:29Z", "security_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:29Z", "revision_number": 0, "id": "55d81f43-be0b-4652-8c42-0c0a91408b86", "remote_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:29Z", "security_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:29Z", "revision_number": 0, "id": "a6715415-5ec7-45a8-b568-7b80403898ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:29Z", "security_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a38032223e84bc1975fce2feba27413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:29Z", "revision_number": 0, "id": "de6acfd2-0c04-452d-9b9f-53a322494cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:29Z", "security_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "tenant_id": "0a38032223e84bc1975fce2feba27413", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a38032223e84bc1975fce2feba27413"}], "revision_number": 4, "project_id": "0a38032223e84bc1975fce2feba27413", "id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:01:37,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-388dd0ad-c941-4fd1-9b1e-9cc06c82d4f4 2018-11-09 08:01:37,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:37,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa419565-dabd-46b3-b043-572c6feee492 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:01:37,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-aa419565-dabd-46b3-b043-572c6feee492 2018-11-09 08:01:37,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:37,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b88c6a58-c86c-4ed4-805c-c74ae3113094 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:01:37,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-b88c6a58-c86c-4ed4-805c-c74ae3113094 2018-11-09 08:01:37,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:37,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d967c3b5-9ebd-43e2-9267-ec35bb440771 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413"}, "enabled": true, "id": "0a38032223e84bc1975fce2feba27413", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bc65ed5e-3191-443-proj"}} 2018-11-09 08:01:37,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413 used request id req-d967c3b5-9ebd-43e2-9267-ec35bb440771 2018-11-09 08:01:37,702 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e38b79ef-fc7d-4cd0-913c-a84236ebeb16 2018-11-09 08:01:37,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e38b79ef-fc7d-4cd0-913c-a84236ebeb16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:37,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ac4b7cbc-d14c-484c-a3c5-6e5afb489647 Date: Fri, 09 Nov 2018 08:01:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:29Z", "security_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:29Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "286ea209-2a78-433f-9c7a-49ccf7b797db"}, {"remote_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:29Z", "security_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:29Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "55d81f43-be0b-4652-8c42-0c0a91408b86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:29Z", "security_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:29Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "a6715415-5ec7-45a8-b568-7b80403898ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:29Z", "security_group_id": "e38b79ef-fc7d-4cd0-913c-a84236ebeb16", "port_range_min": null, "revision_number": 0, "tenant_id": "0a38032223e84bc1975fce2feba27413", "created_at": "2018-11-09T08:01:29Z", "project_id": "0a38032223e84bc1975fce2feba27413", "id": "de6acfd2-0c04-452d-9b9f-53a322494cab"}]} 2018-11-09 08:01:37,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e38b79ef-fc7d-4cd0-913c-a84236ebeb16 used request id req-ac4b7cbc-d14c-484c-a3c5-6e5afb489647 2018-11-09 08:01:37,878 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:01:37,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/e38b79ef-fc7d-4cd0-913c-a84236ebeb16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:38,195 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-634a6554-2491-40d1-9830-5762edc1107a Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:38,196 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e38b79ef-fc7d-4cd0-913c-a84236ebeb16 used request id req-634a6554-2491-40d1-9830-5762edc1107a 2018-11-09 08:01:38,196 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-bc65ed5e-3191-443-proj 2018-11-09 08:01:38,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:38,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8acd61c7-2d03-4524-b666-9631915a5014 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:38,403 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0a38032223e84bc1975fce2feba27413 used request id req-8acd61c7-2d03-4524-b666-9631915a5014 2018-11-09 08:01:38,404 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-bc65ed5e-3191-443-proj-role 2018-11-09 08:01:38,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/d215f702d9104042a02f580bdfa4c1d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:38,521 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a6dee19-651e-47c3-91f3-03d59edb68aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:38,521 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/d215f702d9104042a02f580bdfa4c1d6 used request id req-0a6dee19-651e-47c3-91f3-03d59edb68aa 2018-11-09 08:01:38,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bff52ebe20cb745b65973eeef227731e4ddf22" 2018-11-09 08:01:38,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-867a867c-ff5c-49d4-bac9-a1993484c909 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:38,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-867a867c-ff5c-49d4-bac9-a1993484c909 2018-11-09 08:01:38,618 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-bc65ed5e-3191-443-user 2018-11-09 08:01:38,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/227eae7eb5264218a644071f0d8c10b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b0e153304aa97631423f172b72eb0ffbf3a4fce" 2018-11-09 08:01:38,800 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55420692-c2c5-4187-a2f9-5235f7d23d53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:38,801 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/227eae7eb5264218a644071f0d8c10b8 used request id req-55420692-c2c5-4187-a2f9-5235f7d23d53 2018-11-09 08:01:38,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:39,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Qc4m3f6jQLi-erIqhapQbA"], "issued_at": "2018-11-09T08:01:39.000000Z"}} 2018-11-09 08:01:39,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9602a7fc65eac13984dbf75a803f44e5056bd8a" 2018-11-09 08:01:39,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc4a58f-e97e-4bdb-aecb-3072a80832f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:39,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ddc4a58f-e97e-4bdb-aecb-3072a80832f9 2018-11-09 08:01:39,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:39,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:39,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["uwy7D_ClQaCPlKYfsz8HCQ"], "issued_at": "2018-11-09T08:01:39.000000Z"}} 2018-11-09 08:01:39,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:39,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a841529a-d90f-4de4-bc20-b4fbe93033a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:39,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a841529a-d90f-4de4-bc20-b4fbe93033a7 2018-11-09 08:01:39,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:39,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:39,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-eeb9a461-2e11-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:39,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ce4631-2802-426e-9bf9-ef02069b163d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-eeb9a461-2e11-477-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:01:39,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-eeb9a461-2e11-477-proj used request id req-70ce4631-2802-426e-9bf9-ef02069b163d 2018-11-09 08:01:39,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:39,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e02351f8-fab8-404c-acc7-cae7f75474d6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:39,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e02351f8-fab8-404c-acc7-cae7f75474d6 2018-11-09 08:01:39,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj"}}' 2018-11-09 08:01:40,054 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf187bbd-ec08-4391-8652-6f1dc223fb54 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2938913cc2bb49dc956b000d1777d18a"}, "enabled": true, "id": "2938913cc2bb49dc956b000d1777d18a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj"}} 2018-11-09 08:01:40,054 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-cf187bbd-ec08-4391-8652-6f1dc223fb54 2018-11-09 08:01:40,054 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-eeb9a461-2e11-477-proj 2018-11-09 08:01:40,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:40,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:40,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["IzTVP9WtSUmJtFwS1LI8Kg"], "issued_at": "2018-11-09T08:01:40.000000Z"}} 2018-11-09 08:01:40,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb53d04099b08f6f46e14fd0424cff52f6b482a1" 2018-11-09 08:01:40,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abd6438f-8884-420f-b1dd-1c065b6e41f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:40,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-abd6438f-8884-420f-b1dd-1c065b6e41f0 2018-11-09 08:01:40,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:40,531 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:40,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb53d04099b08f6f46e14fd0424cff52f6b482a1" 2018-11-09 08:01:40,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6538a71-b33e-4767-83b7-ffb97c81640e Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:01:40,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a6538a71-b33e-4767-83b7-ffb97c81640e 2018-11-09 08:01:40,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-eeb9a461-2e11-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb53d04099b08f6f46e14fd0424cff52f6b482a1" 2018-11-09 08:01:40,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f902a4da-35ea-4089-b8de-547f81192375 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-eeb9a461-2e11-477-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2938913cc2bb49dc956b000d1777d18a"}, "enabled": true, "id": "2938913cc2bb49dc956b000d1777d18a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj"}]} 2018-11-09 08:01:40,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-eeb9a461-2e11-477-proj used request id req-f902a4da-35ea-4089-b8de-547f81192375 2018-11-09 08:01:40,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb53d04099b08f6f46e14fd0424cff52f6b482a1" 2018-11-09 08:01:40,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06458cab-518f-4d63-8e06-ddfe6b2a4d7e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:40,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-06458cab-518f-4d63-8e06-ddfe6b2a4d7e 2018-11-09 08:01:41,185 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-eeb9a461-2e11-477-user 2018-11-09 08:01:41,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:41,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:41,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d41549a6-a3c4-44fd-8dcf-fede626d5b4e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:41,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d41549a6-a3c4-44fd-8dcf-fede626d5b4e 2018-11-09 08:01:41,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" -d '{"role": {"name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj-role"}}' 2018-11-09 08:01:41,401 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7aaf91fa-ba25-4d70-8db5-00e32b5a1b4c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6097f9cda6134d63b5669a8dcb3fdf8d", "links": {"self": "http://172.30.9.27:5000/v3/roles/6097f9cda6134d63b5669a8dcb3fdf8d"}, "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj-role"}} 2018-11-09 08:01:41,402 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-7aaf91fa-ba25-4d70-8db5-00e32b5a1b4c 2018-11-09 08:01:41,402 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-eeb9a461-2e11-477-proj-role 2018-11-09 08:01:41,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/6097f9cda6134d63b5669a8dcb3fdf8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:41,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1ed05a6-f2f0-4d35-bdb5-f78a08e7d862 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6097f9cda6134d63b5669a8dcb3fdf8d"}, "domain_id": null, "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj-role", "id": "6097f9cda6134d63b5669a8dcb3fdf8d"}} 2018-11-09 08:01:41,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6097f9cda6134d63b5669a8dcb3fdf8d used request id req-b1ed05a6-f2f0-4d35-bdb5-f78a08e7d862 2018-11-09 08:01:41,499 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-eeb9a461-2e11-477-proj-role to project CreateSecurityGroupTests-eeb9a461-2e11-477-proj 2018-11-09 08:01:41,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/2938913cc2bb49dc956b000d1777d18a/users/a513b53a91ec4981aa9f6636179afebc/roles/6097f9cda6134d63b5669a8dcb3fdf8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:41,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64608b03-e011-4920-b346-0d2bdcb2a148 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:41,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2938913cc2bb49dc956b000d1777d18a/users/a513b53a91ec4981aa9f6636179afebc/roles/6097f9cda6134d63b5669a8dcb3fdf8d used request id req-64608b03-e011-4920-b346-0d2bdcb2a148 2018-11-09 08:01:41,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:41,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:42,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6097f9cda6134d63b5669a8dcb3fdf8d", "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj-role"}], "expires_at": "2018-11-09T09:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2938913cc2bb49dc956b000d1777d18a", "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/2938913cc2bb49dc956b000d1777d18a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/2938913cc2bb49dc956b000d1777d18a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/2938913cc2bb49dc956b000d1777d18a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/2938913cc2bb49dc956b000d1777d18a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/2938913cc2bb49dc956b000d1777d18a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/2938913cc2bb49dc956b000d1777d18a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-user", "id": "a513b53a91ec4981aa9f6636179afebc"}, "audit_ids": ["4UKSMEiORxiG2yTAFE4Vwg"], "issued_at": "2018-11-09T08:01:42.000000Z"}} 2018-11-09 08:01:42,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:42,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e70efab-d4d9-48a9-9e63-f9c544901e33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:42,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3e70efab-d4d9-48a9-9e63-f9c544901e33 2018-11-09 08:01:42,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:42,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4296d911-962d-442e-a4bb-551c80a57a4c Date: Fri, 09 Nov 2018 08:01:42 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:01:42,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname&description=hello+group used request id req-4296d911-962d-442e-a4bb-551c80a57a4c 2018-11-09 08:01:42,532 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname... 2018-11-09 08:01:42,532 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname 2018-11-09 08:01:42,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" -d '{"security_group": {"name": "CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname", "description": "hello group"}}' 2018-11-09 08:01:42,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-cd8dc8b1-4408-4931-aa74-98e323c52d15 Date: Fri, 09 Nov 2018 08:01:42 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "updated_at": "2018-11-09T08:01:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "631a2f12-7675-4927-a7cc-11860cd09351", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv4", "project_id": "2938913cc2bb49dc956b000d1777d18a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv6", "project_id": "2938913cc2bb49dc956b000d1777d18a"}], "revision_number": 2, "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "name": "CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname"}} 2018-11-09 08:01:42,875 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-cd8dc8b1-4408-4931-aa74-98e323c52d15 2018-11-09 08:01:42,876 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c95dc6a8-6abb-4114-8ddc-0c917ca324ca 2018-11-09 08:01:42,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:43,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8c62dd81-dc86-4523-bed3-3f55e6f37c41 Date: Fri, 09 Nov 2018 08:01:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "631a2f12-7675-4927-a7cc-11860cd09351"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578"}]} 2018-11-09 08:01:43,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-8c62dd81-dc86-4523-bed3-3f55e6f37c41 2018-11-09 08:01:43,072 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c95dc6a8-6abb-4114-8ddc-0c917ca324ca 2018-11-09 08:01:43,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:43,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bc237f94-ace2-4c87-a4f3-6f6b9ddaffb5 Date: Fri, 09 Nov 2018 08:01:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "631a2f12-7675-4927-a7cc-11860cd09351"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578"}]} 2018-11-09 08:01:43,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-bc237f94-ace2-4c87-a4f3-6f6b9ddaffb5 2018-11-09 08:01:43,102 - neutron_utils - INFO - Retrieving security group with ID - c95dc6a8-6abb-4114-8ddc-0c917ca324ca 2018-11-09 08:01:43,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:43,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5d8e93e5-bf16-4ebe-bc67-9c7df3180f29 Date: Fri, 09 Nov 2018 08:01:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "updated_at": "2018-11-09T08:01:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "631a2f12-7675-4927-a7cc-11860cd09351", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv4", "project_id": "2938913cc2bb49dc956b000d1777d18a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv6", "project_id": "2938913cc2bb49dc956b000d1777d18a"}], "revision_number": 2, "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "name": "CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname"}]} 2018-11-09 08:01:43,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-5d8e93e5-bf16-4ebe-bc67-9c7df3180f29 2018-11-09 08:01:43,306 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c95dc6a8-6abb-4114-8ddc-0c917ca324ca 2018-11-09 08:01:43,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:43,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50c78528-efe1-4b04-a60b-9b978ab849ca Date: Fri, 09 Nov 2018 08:01:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "631a2f12-7675-4927-a7cc-11860cd09351"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578"}]} 2018-11-09 08:01:43,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-50c78528-efe1-4b04-a60b-9b978ab849ca 2018-11-09 08:01:43,489 - neutron_utils - INFO - Retrieving security group with ID - c95dc6a8-6abb-4114-8ddc-0c917ca324ca 2018-11-09 08:01:43,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:43,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6c54199b-95cc-4d2e-9f7b-a7a7f94b7657 Date: Fri, 09 Nov 2018 08:01:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "updated_at": "2018-11-09T08:01:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "631a2f12-7675-4927-a7cc-11860cd09351", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv4", "project_id": "2938913cc2bb49dc956b000d1777d18a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv6", "project_id": "2938913cc2bb49dc956b000d1777d18a"}], "revision_number": 2, "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "name": "CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname"}]} 2018-11-09 08:01:43,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-6c54199b-95cc-4d2e-9f7b-a7a7f94b7657 2018-11-09 08:01:43,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c95dc6a8-6abb-4114-8ddc-0c917ca324ca 2018-11-09 08:01:43,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:43,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-80ae25da-ae96-44d3-bc5e-a4473df81caa Date: Fri, 09 Nov 2018 08:01:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "631a2f12-7675-4927-a7cc-11860cd09351"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578"}]} 2018-11-09 08:01:43,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-80ae25da-ae96-44d3-bc5e-a4473df81caa 2018-11-09 08:01:43,863 - neutron_utils - INFO - Retrieving security group with ID - c95dc6a8-6abb-4114-8ddc-0c917ca324ca 2018-11-09 08:01:43,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:44,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-bca9066d-6fbb-48c5-b9a9-4781519b2780 Date: Fri, 09 Nov 2018 08:01:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "updated_at": "2018-11-09T08:01:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "631a2f12-7675-4927-a7cc-11860cd09351", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv4", "project_id": "2938913cc2bb49dc956b000d1777d18a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv6", "project_id": "2938913cc2bb49dc956b000d1777d18a"}], "revision_number": 2, "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "name": "CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname"}]} 2018-11-09 08:01:44,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-bca9066d-6fbb-48c5-b9a9-4781519b2780 2018-11-09 08:01:44,067 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c95dc6a8-6abb-4114-8ddc-0c917ca324ca 2018-11-09 08:01:44,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:44,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0917d278-5900-48ea-8568-5170210a8596 Date: Fri, 09 Nov 2018 08: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": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "631a2f12-7675-4927-a7cc-11860cd09351"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578"}]} 2018-11-09 08:01:44,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-0917d278-5900-48ea-8568-5170210a8596 2018-11-09 08:01:44,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:44,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6097f9cda6134d63b5669a8dcb3fdf8d", "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj-role"}], "expires_at": "2018-11-09T09:01:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2938913cc2bb49dc956b000d1777d18a", "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/2938913cc2bb49dc956b000d1777d18a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/2938913cc2bb49dc956b000d1777d18a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/2938913cc2bb49dc956b000d1777d18a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/2938913cc2bb49dc956b000d1777d18a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/2938913cc2bb49dc956b000d1777d18a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/2938913cc2bb49dc956b000d1777d18a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/2938913cc2bb49dc956b000d1777d18a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-user", "id": "a513b53a91ec4981aa9f6636179afebc"}, "audit_ids": ["y2iH0im0THq7oD3y-77i1A"], "issued_at": "2018-11-09T08:01:44.000000Z"}} 2018-11-09 08:01:44,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}856a217e290feacada8d19b7f3c700530b58d553" 2018-11-09 08:01:44,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f79b14e5-0137-4b3a-a7ed-270e869ecf36 Date: Fri, 09 Nov 2018 08:01:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "updated_at": "2018-11-09T08:01:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "631a2f12-7675-4927-a7cc-11860cd09351", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv4", "project_id": "2938913cc2bb49dc956b000d1777d18a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv6", "project_id": "2938913cc2bb49dc956b000d1777d18a"}], "revision_number": 2, "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "name": "CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname"}]} 2018-11-09 08:01:44,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname&description=hello+group used request id req-f79b14e5-0137-4b3a-a7ed-270e869ecf36 2018-11-09 08:01:44,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c95dc6a8-6abb-4114-8ddc-0c917ca324ca 2018-11-09 08:01:44,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}856a217e290feacada8d19b7f3c700530b58d553" 2018-11-09 08:01:45,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-23516ce5-5a10-46df-bdc4-3236d569174e Date: Fri, 09 Nov 2018 08:01:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "631a2f12-7675-4927-a7cc-11860cd09351"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578"}]} 2018-11-09 08:01:45,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-23516ce5-5a10-46df-bdc4-3236d569174e 2018-11-09 08:01:45,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c95dc6a8-6abb-4114-8ddc-0c917ca324ca 2018-11-09 08:01:45,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}856a217e290feacada8d19b7f3c700530b58d553" 2018-11-09 08:01:45,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-329e4a67-9aba-4d4b-ac3f-908b434c4067 Date: Fri, 09 Nov 2018 08:01:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "631a2f12-7675-4927-a7cc-11860cd09351"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "c95dc6a8-6abb-4114-8ddc-0c917ca324ca", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "a1b57a59-e1b5-4d79-995e-33a9df1d2578"}]} 2018-11-09 08:01:45,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-329e4a67-9aba-4d4b-ac3f-908b434c4067 2018-11-09 08:01:45,301 - neutron_utils - INFO - Deleting security group rule with ID - 631a2f12-7675-4927-a7cc-11860cd09351 2018-11-09 08:01:45,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/631a2f12-7675-4927-a7cc-11860cd09351 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:45,549 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ac3bbbf-56fc-43a8-909b-963d99ab434d Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:45,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/631a2f12-7675-4927-a7cc-11860cd09351 used request id req-1ac3bbbf-56fc-43a8-909b-963d99ab434d 2018-11-09 08:01:45,549 - neutron_utils - INFO - Deleting security group rule with ID - a1b57a59-e1b5-4d79-995e-33a9df1d2578 2018-11-09 08:01:45,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/a1b57a59-e1b5-4d79-995e-33a9df1d2578 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:45,947 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aebd135d-9621-4199-9289-6577bd35371d Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:45,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/a1b57a59-e1b5-4d79-995e-33a9df1d2578 used request id req-aebd135d-9621-4199-9289-6577bd35371d 2018-11-09 08:01:45,948 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ac6cc54c-9da6-4b7c-9e91-f5bc276c5cfdname 2018-11-09 08:01:45,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c95dc6a8-6abb-4114-8ddc-0c917ca324ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d52a265e5b4da98a23727b590d3a8a80024a14a" 2018-11-09 08:01:46,222 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-95db1db2-727e-426e-b49d-c114076a178f Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:46,222 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c95dc6a8-6abb-4114-8ddc-0c917ca324ca used request id req-95db1db2-727e-426e-b49d-c114076a178f 2018-11-09 08:01:46,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:46,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-dc5a9edd-1002-4054-9cfe-b60774cb5012 Date: Fri, 09 Nov 2018 08:01:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "updated_at": "2018-11-09T08:01:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "05bc7cac-432a-4edc-b4cc-8595edd10214", "remote_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv6", "project_id": "2938913cc2bb49dc956b000d1777d18a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "129bd732-4bd4-418a-997e-ac9dc559c27a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv6", "project_id": "2938913cc2bb49dc956b000d1777d18a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "2b8a3302-ff7d-4293-8ea0-faa94f3050ae", "remote_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv4", "project_id": "2938913cc2bb49dc956b000d1777d18a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "revision_number": 0, "id": "bb7d64b5-722c-42ab-903b-4fdbbb3894c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:42Z", "security_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "port_range_min": null, "ethertype": "IPv4", "project_id": "2938913cc2bb49dc956b000d1777d18a"}], "revision_number": 4, "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:01:46,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-dc5a9edd-1002-4054-9cfe-b60774cb5012 2018-11-09 08:01:46,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/2938913cc2bb49dc956b000d1777d18a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:46,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e81b53-5e8d-4715-b385-fe0221158848 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2938913cc2bb49dc956b000d1777d18a"}, "enabled": true, "id": "2938913cc2bb49dc956b000d1777d18a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-eeb9a461-2e11-477-proj"}} 2018-11-09 08:01:46,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/2938913cc2bb49dc956b000d1777d18a used request id req-58e81b53-5e8d-4715-b385-fe0221158848 2018-11-09 08:01:46,539 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1471197e-11cd-48b3-967e-bf65e5c759cb 2018-11-09 08:01:46,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1471197e-11cd-48b3-967e-bf65e5c759cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:46,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-26ae15bb-14a7-4589-bf81-596f3e5f0e6a Date: Fri, 09 Nov 2018 08:01:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "05bc7cac-432a-4edc-b4cc-8595edd10214"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "129bd732-4bd4-418a-997e-ac9dc559c27a"}, {"remote_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "2b8a3302-ff7d-4293-8ea0-faa94f3050ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:42Z", "security_group_id": "1471197e-11cd-48b3-967e-bf65e5c759cb", "port_range_min": null, "revision_number": 0, "tenant_id": "2938913cc2bb49dc956b000d1777d18a", "created_at": "2018-11-09T08:01:42Z", "project_id": "2938913cc2bb49dc956b000d1777d18a", "id": "bb7d64b5-722c-42ab-903b-4fdbbb3894c1"}]} 2018-11-09 08:01:46,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1471197e-11cd-48b3-967e-bf65e5c759cb used request id req-26ae15bb-14a7-4589-bf81-596f3e5f0e6a 2018-11-09 08:01:46,727 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:01:46,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/1471197e-11cd-48b3-967e-bf65e5c759cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:47,030 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d00dbad8-51d7-45b0-a54d-908ebe6625ea Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:47,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/1471197e-11cd-48b3-967e-bf65e5c759cb used request id req-d00dbad8-51d7-45b0-a54d-908ebe6625ea 2018-11-09 08:01:47,031 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-eeb9a461-2e11-477-proj 2018-11-09 08:01:47,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/2938913cc2bb49dc956b000d1777d18a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:47,271 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-500e1c3f-bab9-4c35-afa1-91ae53d44f0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:47,272 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/2938913cc2bb49dc956b000d1777d18a used request id req-500e1c3f-bab9-4c35-afa1-91ae53d44f0b 2018-11-09 08:01:47,272 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-eeb9a461-2e11-477-proj-role 2018-11-09 08:01:47,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/6097f9cda6134d63b5669a8dcb3fdf8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:47,389 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cc478c5-188b-4ff1-99c1-3f86aaea5464 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:47,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6097f9cda6134d63b5669a8dcb3fdf8d used request id req-8cc478c5-188b-4ff1-99c1-3f86aaea5464 2018-11-09 08:01:47,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3864bcd062802257405d82860acf27bf9e9fdf76" 2018-11-09 08:01:47,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4e2eab-b532-4040-9d65-c01f60e2d919 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:47,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-da4e2eab-b532-4040-9d65-c01f60e2d919 2018-11-09 08:01:47,482 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-eeb9a461-2e11-477-user 2018-11-09 08:01:47,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/a513b53a91ec4981aa9f6636179afebc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb53d04099b08f6f46e14fd0424cff52f6b482a1" 2018-11-09 08:01:47,681 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec6510c0-d80c-49a2-95d6-d81fae12479f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:47,681 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/a513b53a91ec4981aa9f6636179afebc used request id req-ec6510c0-d80c-49a2-95d6-d81fae12479f 2018-11-09 08:01:47,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:48,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["1utrhLbjS3GGNwNff4Nszw"], "issued_at": "2018-11-09T08:01:47.000000Z"}} 2018-11-09 08:01:48,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26438fd132add45f8d1ca0669915352e166228d" 2018-11-09 08:01:48,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-886f8d6c-1a34-438a-bf16-202e28c397ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:48,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-886f8d6c-1a34-438a-bf16-202e28c397ac 2018-11-09 08:01:48,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:48,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:48,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["bUSnu0R8SAONl9Uqa2SfnQ"], "issued_at": "2018-11-09T08:01:48.000000Z"}} 2018-11-09 08:01:48,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:01:48,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2de51a2b-38ef-44bd-91ef-0abc5d004366 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:48,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2de51a2b-38ef-44bd-91ef-0abc5d004366 2018-11-09 08:01:48,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:48,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:48,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:01:48,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f46b966-cd48-4ae3-a34e-afe29f7582ca Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:01:48,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj used request id req-0f46b966-cd48-4ae3-a34e-afe29f7582ca 2018-11-09 08:01:48,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:01:48,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f381504-5919-40f7-89e4-71588e6b27aa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:48,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-5f381504-5919-40f7-89e4-71588e6b27aa 2018-11-09 08:01:48,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj"}}' 2018-11-09 08:01:48,928 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b52cdac-7964-44f6-8705-dba850bcaba0 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, "enabled": true, "id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj"}} 2018-11-09 08:01:48,928 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-3b52cdac-7964-44f6-8705-dba850bcaba0 2018-11-09 08:01:48,928 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj 2018-11-09 08:01:48,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:48,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:49,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:01:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Ts8v8VqrScGA0hA_CXajkg"], "issued_at": "2018-11-09T08:01:49.000000Z"}} 2018-11-09 08:01:49,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a0afb0da2a9695bd0406dd42d3d6252d6a46b1" 2018-11-09 08:01:49,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f92f0c-af8d-406e-b83e-8cff391eb888 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:49,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e0f92f0c-af8d-406e-b83e-8cff391eb888 2018-11-09 08:01:49,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:49,391 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:49,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a0afb0da2a9695bd0406dd42d3d6252d6a46b1" 2018-11-09 08:01:49,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46989602-0db4-4dd7-b0f9-5f300e2ecec4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:01:49,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-46989602-0db4-4dd7-b0f9-5f300e2ecec4 2018-11-09 08:01:49,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a0afb0da2a9695bd0406dd42d3d6252d6a46b1" 2018-11-09 08:01:49,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ebdb903-9b14-4a29-8aa3-a2a6cd6a17aa Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, "enabled": true, "id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj"}]} 2018-11-09 08:01:49,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj used request id req-3ebdb903-9b14-4a29-8aa3-a2a6cd6a17aa 2018-11-09 08:01:49,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a0afb0da2a9695bd0406dd42d3d6252d6a46b1" 2018-11-09 08:01:49,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-089fcc0c-66ad-47cc-be21-98d54131b052 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:01:49,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-089fcc0c-66ad-47cc-be21-98d54131b052 2018-11-09 08:01:49,898 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-0a0abc27-d0ed-4bf-user 2018-11-09 08:01:49,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:49,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:01:49,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc43852d-8493-4955-9a38-1b740cb5d97d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:01:49,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bc43852d-8493-4955-9a38-1b740cb5d97d 2018-11-09 08:01:49,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" -d '{"role": {"name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj-role"}}' 2018-11-09 08:01:50,114 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:01:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2013b89c-85c4-41bf-8783-95a97c391206 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ef88a49fcc604982bd2ee26cb3a8bf24", "links": {"self": "http://172.30.9.27:5000/v3/roles/ef88a49fcc604982bd2ee26cb3a8bf24"}, "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj-role"}} 2018-11-09 08:01:50,114 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-2013b89c-85c4-41bf-8783-95a97c391206 2018-11-09 08:01:50,114 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj-role 2018-11-09 08:01:50,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/ef88a49fcc604982bd2ee26cb3a8bf24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:01:50,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71821281-9196-4a74-93c7-27e7f1910660 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/ef88a49fcc604982bd2ee26cb3a8bf24"}, "domain_id": null, "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj-role", "id": "ef88a49fcc604982bd2ee26cb3a8bf24"}} 2018-11-09 08:01:50,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/ef88a49fcc604982bd2ee26cb3a8bf24 used request id req-71821281-9196-4a74-93c7-27e7f1910660 2018-11-09 08:01:50,199 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj-role to project CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj 2018-11-09 08:01:50,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08/users/631e4091469c4fa599c5c8bffbc62570/roles/ef88a49fcc604982bd2ee26cb3a8bf24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:01:50,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:01:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f73f305-745a-426c-a753-3a409a664e4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:01:50,332 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08/users/631e4091469c4fa599c5c8bffbc62570/roles/ef88a49fcc604982bd2ee26cb3a8bf24 used request id req-5f73f305-745a-426c-a753-3a409a664e4f 2018-11-09 08:01:50,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:01:50,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:50,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef88a49fcc604982bd2ee26cb3a8bf24", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj-role"}], "expires_at": "2018-11-09T09:01:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-user", "id": "631e4091469c4fa599c5c8bffbc62570"}, "audit_ids": ["SaBtk94nTPKRvHxnSbzK7w"], "issued_at": "2018-11-09T08:01:50.000000Z"}} 2018-11-09 08:01:50,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:50,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edcc4360-1d4d-405d-abfc-bc0528888967 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:01:50,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-edcc4360-1d4d-405d-abfc-bc0528888967 2018-11-09 08:01:50,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:51,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-de68345b-3cdb-40fc-8bfe-3472d1fbdd67 Date: Fri, 09 Nov 2018 08:01:51 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:01:51,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname&description=hello+group used request id req-de68345b-3cdb-40fc-8bfe-3472d1fbdd67 2018-11-09 08:01:51,149 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname... 2018-11-09 08:01:51,149 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname 2018-11-09 08:01:51,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" -d '{"security_group": {"name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname", "description": "hello group"}}' 2018-11-09 08:01:51,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-20cd1029-8cc4-4087-955e-09ea6e80b615 Date: Fri, 09 Nov 2018 08:01:51 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 2, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}} 2018-11-09 08:01:51,513 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-20cd1029-8cc4-4087-955e-09ea6e80b615 2018-11-09 08:01:51,514 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:51,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:51,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9eca358b-8af8-4796-bc92-4d8fe94dc1ca Date: Fri, 09 Nov 2018 08:01:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:51,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-9eca358b-8af8-4796-bc92-4d8fe94dc1ca 2018-11-09 08:01:51,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:51,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:51,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-39fcd251-438a-4ee3-bf3c-0185e6c71532 Date: Fri, 09 Nov 2018 08:01:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:51,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-39fcd251-438a-4ee3-bf3c-0185e6c71532 2018-11-09 08:01:51,880 - neutron_utils - INFO - Retrieving security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:51,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:52,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-62bce5c0-e415-46bb-b702-fdc6f69131b5 Date: Fri, 09 Nov 2018 08:01:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 2, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:52,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-62bce5c0-e415-46bb-b702-fdc6f69131b5 2018-11-09 08:01:52,084 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:52,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:52,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-12946196-e22a-4a1e-83eb-668081d426d1 Date: Fri, 09 Nov 2018 08:01:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:52,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-12946196-e22a-4a1e-83eb-668081d426d1 2018-11-09 08:01:52,251 - neutron_utils - INFO - Retrieving security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:52,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:52,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9c9d105c-4af1-4fd8-8d98-ade07ea558ee Date: Fri, 09 Nov 2018 08:01:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 2, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:52,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-9c9d105c-4af1-4fd8-8d98-ade07ea558ee 2018-11-09 08:01:52,444 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:52,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:52,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8f7bc7f0-dd11-4997-8193-f22f7744f5a5 Date: Fri, 09 Nov 2018 08:01:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:52,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-8f7bc7f0-dd11-4997-8193-f22f7744f5a5 2018-11-09 08:01:52,622 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname 2018-11-09 08:01:52,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:52,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-894b03e5-d83e-4482-915d-0c5c1f7d97f7 Date: Fri, 09 Nov 2018 08:01:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 2, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:52,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname used request id req-894b03e5-d83e-4482-915d-0c5c1f7d97f7 2018-11-09 08:01:52,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:01:52,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:01:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:01:52,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:52,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-663859e4-4bbc-4bee-a8de-82eb1f64dc6f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, "enabled": true, "id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj"}} 2018-11-09 08:01:52,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08 used request id req-663859e4-4bbc-4bee-a8de-82eb1f64dc6f 2018-11-09 08:01:52,759 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:52,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:52,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8795ce2e-028e-41c0-977f-c8cd27a57f2a Date: Fri, 09 Nov 2018 08:01:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:52,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-8795ce2e-028e-41c0-977f-c8cd27a57f2a 2018-11-09 08:01:52,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}cd4ae82a14ae1adc2a7335d29de05803af255ded" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb"}}' 2018-11-09 08:01:53,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-5bd77a7d-b8a7-4800-a315-b62dcf255652 Date: Fri, 09 Nov 2018 08:01:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}} 2018-11-09 08:01:53,240 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-5bd77a7d-b8a7-4800-a315-b62dcf255652 2018-11-09 08:01:53,240 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname 2018-11-09 08:01:53,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:53,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-0c7353cd-b9ea-4eec-92e9-52f49e76b49f Date: Fri, 09 Nov 2018 08:01:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 3, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:53,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname used request id req-0c7353cd-b9ea-4eec-92e9-52f49e76b49f 2018-11-09 08:01:53,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:53,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a98c336-23dc-4c0e-8f37-e4134dc582e6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, "enabled": true, "id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj"}} 2018-11-09 08:01:53,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08 used request id req-2a98c336-23dc-4c0e-8f37-e4134dc582e6 2018-11-09 08:01:53,517 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:53,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:53,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-4c1bac3f-3a2f-4745-8982-ae4e73b447ad Date: Fri, 09 Nov 2018 08:01:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:53,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-4c1bac3f-3a2f-4745-8982-ae4e73b447ad 2018-11-09 08:01:53,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}cd4ae82a14ae1adc2a7335d29de05803af255ded" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb"}}' 2018-11-09 08:01:54,025 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-5c544dc0-19ee-4084-964c-96a77b03b7de Date: Fri, 09 Nov 2018 08:01:54 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}} 2018-11-09 08:01:54,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-5c544dc0-19ee-4084-964c-96a77b03b7de 2018-11-09 08:01:54,025 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname 2018-11-09 08:01:54,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:54,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-11ec72b9-8257-4034-bb26-0328546e3f0e Date: Fri, 09 Nov 2018 08:01:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 4, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:54,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname used request id req-11ec72b9-8257-4034-bb26-0328546e3f0e 2018-11-09 08:01:54,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:54,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e9d1f75-ae91-4ffc-9c5d-9e37b70abe1e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, "enabled": true, "id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj"}} 2018-11-09 08:01:54,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08 used request id req-1e9d1f75-ae91-4ffc-9c5d-9e37b70abe1e 2018-11-09 08:01:54,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:54,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:54,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-c93430fc-c4df-4f4e-b8bd-77b52c8f10ce Date: Fri, 09 Nov 2018 08:01:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:54,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-c93430fc-c4df-4f4e-b8bd-77b52c8f10ce 2018-11-09 08:01:54,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}cd4ae82a14ae1adc2a7335d29de05803af255ded" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10}}' 2018-11-09 08:01:54,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-8dd37a48-6f88-4749-ba8a-64983e4bdfe3 Date: Fri, 09 Nov 2018 08:01:54 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}} 2018-11-09 08:01:54,660 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-8dd37a48-6f88-4749-ba8a-64983e4bdfe3 2018-11-09 08:01:54,660 - neutron_utils - INFO - Retrieving security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:54,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:54,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-34c79b68-acea-45cd-ac44-5d86f713b14b Date: Fri, 09 Nov 2018 08:01:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "revision_number": 0, "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 5, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:54,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-34c79b68-acea-45cd-ac44-5d86f713b14b 2018-11-09 08:01:54,857 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:54,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:55,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6f661ab3-19e7-4cd9-a993-2abb915b601d Date: Fri, 09 Nov 2018 08:01:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:55,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-6f661ab3-19e7-4cd9-a993-2abb915b601d 2018-11-09 08:01:55,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:01:55,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef88a49fcc604982bd2ee26cb3a8bf24", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj-role"}], "expires_at": "2018-11-09T09:01:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d6d010ab5e3c4b0eb3a7a6191e3b0e08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-user", "id": "631e4091469c4fa599c5c8bffbc62570"}, "audit_ids": ["_2S-nd2xSAel0gK619Dhcw"], "issued_at": "2018-11-09T08:01:55.000000Z"}} 2018-11-09 08:01:55,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:55,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-32700aa6-9be5-4cbb-a32d-858107625404 Date: Fri, 09 Nov 2018 08:01:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "revision_number": 0, "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 5, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:55,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname&description=hello+group used request id req-32700aa6-9be5-4cbb-a32d-858107625404 2018-11-09 08:01:55,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:55,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:55,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-de657583-e06c-4719-a5b8-46183c590254 Date: Fri, 09 Nov 2018 08:01:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:55,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-de657583-e06c-4719-a5b8-46183c590254 2018-11-09 08:01:55,904 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:55,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:56,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4bd5cb09-028a-48d7-89bd-62723acfdc61 Date: Fri, 09 Nov 2018 08:01:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:56,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-4bd5cb09-028a-48d7-89bd-62723acfdc61 2018-11-09 08:01:56,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:56,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-34ade3ca-4544-45e2-99b0-d9d1a1ec965c Date: Fri, 09 Nov 2018 08:01:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "revision_number": 0, "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 5, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:56,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname used request id req-34ade3ca-4544-45e2-99b0-d9d1a1ec965c 2018-11-09 08:01:56,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:56,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:56,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b523548f-b358-4462-97ad-a3fb2127d358 Date: Fri, 09 Nov 2018 08:01:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:56,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-b523548f-b358-4462-97ad-a3fb2127d358 2018-11-09 08:01:56,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:56,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-40f413df-64d8-4aee-918e-9d057da33dad Date: Fri, 09 Nov 2018 08:01:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "revision_number": 0, "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 5, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:56,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname used request id req-40f413df-64d8-4aee-918e-9d057da33dad 2018-11-09 08:01:56,540 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:56,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:56,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e32e8438-9aff-4cee-9664-9c8c7559504e Date: Fri, 09 Nov 2018 08:01:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:56,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-e32e8438-9aff-4cee-9664-9c8c7559504e 2018-11-09 08:01:56,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:56,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-05768300-b03f-4f65-9c61-41d70f646b17 Date: Fri, 09 Nov 2018 08:01:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "revision_number": 0, "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 5, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:56,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname used request id req-05768300-b03f-4f65-9c61-41d70f646b17 2018-11-09 08:01:56,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:56,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:57,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9af281d7-784d-4d5e-ba80-a7537cb77c4a Date: Fri, 09 Nov 2018 08:01:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:57,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-9af281d7-784d-4d5e-ba80-a7537cb77c4a 2018-11-09 08:01:57,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:57,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-28ee35f3-f477-4389-8249-6e37f07afe76 Date: Fri, 09 Nov 2018 08:01:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "revision_number": 0, "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 5, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:57,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname used request id req-28ee35f3-f477-4389-8249-6e37f07afe76 2018-11-09 08:01:57,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:57,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:57,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b427f199-5d44-444f-96dc-4e0eb4de5801 Date: Fri, 09 Nov 2018 08:01:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:57,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-b427f199-5d44-444f-96dc-4e0eb4de5801 2018-11-09 08:01:57,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:57,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-347c754a-27a9-4b6f-a9ed-a85e51d155ad Date: Fri, 09 Nov 2018 08:01:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "revision_number": 0, "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 5, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:57,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname used request id req-347c754a-27a9-4b6f-a9ed-a85e51d155ad 2018-11-09 08:01:57,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:57,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:57,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-90ef5820-7a04-4102-a899-23264c5b2959 Date: Fri, 09 Nov 2018 08:01:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:57,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-90ef5820-7a04-4102-a899-23264c5b2959 2018-11-09 08:01:57,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:58,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-93839554-2764-4338-af65-e2aaed1644e9 Date: Fri, 09 Nov 2018 08:01:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "revision_number": 0, "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 5, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:58,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname used request id req-93839554-2764-4338-af65-e2aaed1644e9 2018-11-09 08:01:58,110 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:58,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:58,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ba3385a9-3ff4-4b99-bbd2-e0e155324824 Date: Fri, 09 Nov 2018 08:01:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:58,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-ba3385a9-3ff4-4b99-bbd2-e0e155324824 2018-11-09 08:01:58,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:58,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-123a9962-25c1-4f4f-8f8e-299b19744c52 Date: Fri, 09 Nov 2018 08:01:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "updated_at": "2018-11-09T08:01:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "revision_number": 0, "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "revision_number": 0, "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": 10, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 5, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "name": "CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname"}]} 2018-11-09 08:01:58,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname used request id req-123a9962-25c1-4f4f-8f8e-299b19744c52 2018-11-09 08:01:58,336 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:58,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:58,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-705cac2b-f0b0-498c-abe2-6a8ba9b3fc09 Date: Fri, 09 Nov 2018 08:01:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:58,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-705cac2b-f0b0-498c-abe2-6a8ba9b3fc09 2018-11-09 08:01:58,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:58,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-58793928-e210-4eb8-94d1-b3930c6cc88d Date: Fri, 09 Nov 2018 08:01:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "2d504cfe-18cf-4fb8-9b7c-96433f52ce72"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:58,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-58793928-e210-4eb8-94d1-b3930c6cc88d 2018-11-09 08:01:58,562 - neutron_utils - INFO - Deleting security group rule with ID - 2d504cfe-18cf-4fb8-9b7c-96433f52ce72 2018-11-09 08:01:58,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/2d504cfe-18cf-4fb8-9b7c-96433f52ce72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:58,797 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-181ea763-b94a-403f-b867-3dfa419d3e3b Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:58,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/2d504cfe-18cf-4fb8-9b7c-96433f52ce72 used request id req-181ea763-b94a-403f-b867-3dfa419d3e3b 2018-11-09 08:01:58,797 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-11-09 08:01:58,798 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aea28b99-8a95-468c-9c14-3fe0a46cf7cb 2018-11-09 08:01:58,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89346e78e05927365d723de0ec9416829056f9a7" 2018-11-09 08:01:58,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-69a44032-b57e-4580-a984-174e6c7ed19c Date: Fri, 09 Nov 2018 08:01:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:53Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:53Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "3b419c25-f45a-4141-8f2f-99c7b5ed6011"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "6f2ab8ad-659d-4680-bf6d-2ed472091f7c"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:01:54Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": 10, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:54Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "7dda9e75-0386-4dca-9c62-3eccc7b7c484"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "aea28b99-8a95-468c-9c14-3fe0a46cf7cb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "fac9eb79-3305-4244-8608-b74bd3ec72fd"}]} 2018-11-09 08:01:58,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-69a44032-b57e-4580-a984-174e6c7ed19c 2018-11-09 08:01:58,832 - neutron_utils - INFO - Deleting security group rule with ID - 3b419c25-f45a-4141-8f2f-99c7b5ed6011 2018-11-09 08:01:58,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/3b419c25-f45a-4141-8f2f-99c7b5ed6011 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:58,935 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8df88ac-0998-4fd6-9877-f654e90c918e Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:58,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/3b419c25-f45a-4141-8f2f-99c7b5ed6011 used request id req-c8df88ac-0998-4fd6-9877-f654e90c918e 2018-11-09 08:01:58,936 - neutron_utils - INFO - Deleting security group rule with ID - 6f2ab8ad-659d-4680-bf6d-2ed472091f7c 2018-11-09 08:01:58,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/6f2ab8ad-659d-4680-bf6d-2ed472091f7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:59,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-93bb1194-67a9-4fed-a077-f79b958c8923 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:59,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/6f2ab8ad-659d-4680-bf6d-2ed472091f7c used request id req-93bb1194-67a9-4fed-a077-f79b958c8923 2018-11-09 08:01:59,044 - neutron_utils - INFO - Deleting security group rule with ID - fac9eb79-3305-4244-8608-b74bd3ec72fd 2018-11-09 08:01:59,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/fac9eb79-3305-4244-8608-b74bd3ec72fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:59,139 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-987420ff-0060-4671-be3e-2447a1614b07 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:59,139 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/fac9eb79-3305-4244-8608-b74bd3ec72fd used request id req-987420ff-0060-4671-be3e-2447a1614b07 2018-11-09 08:01:59,139 - neutron_utils - INFO - Deleting security group rule with ID - 7dda9e75-0386-4dca-9c62-3eccc7b7c484 2018-11-09 08:01:59,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/7dda9e75-0386-4dca-9c62-3eccc7b7c484 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:59,412 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-757ba67a-cdb3-45ba-8096-d82d632b86cc Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:59,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/7dda9e75-0386-4dca-9c62-3eccc7b7c484 used request id req-757ba67a-cdb3-45ba-8096-d82d632b86cc 2018-11-09 08:01:59,412 - neutron_utils - INFO - Deleting security group rule with ID - 2d504cfe-18cf-4fb8-9b7c-96433f52ce72 2018-11-09 08:01:59,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/2d504cfe-18cf-4fb8-9b7c-96433f52ce72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:59,586 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-56603e7c-ee04-4131-9d5f-c8b2ecba9bcb Date: Fri, 09 Nov 2018 08:01:59 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 2d504cfe-18cf-4fb8-9b7c-96433f52ce72 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 08:01:59,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/2d504cfe-18cf-4fb8-9b7c-96433f52ce72 used request id req-56603e7c-ee04-4131-9d5f-c8b2ecba9bcb 2018-11-09 08:01:59,587 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 2d504cfe-18cf-4fb8-9b7c-96433f52ce72 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 08:01:59,587 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 2d504cfe-18cf-4fb8-9b7c-96433f52ce72 does not exist Neutron server returns request_ids: ['req-56603e7c-ee04-4131-9d5f-c8b2ecba9bcb'] 2018-11-09 08:01:59,587 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-72423aad-1074-4bac-9ebc-dd7b2858d0baname 2018-11-09 08:01:59,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/aea28b99-8a95-468c-9c14-3fe0a46cf7cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4ae82a14ae1adc2a7335d29de05803af255ded" 2018-11-09 08:01:59,846 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46ed90e5-53dc-45df-ae93-23f00f798a35 Content-Length: 0 Date: Fri, 09 Nov 2018 08:01:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:01:59,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/aea28b99-8a95-468c-9c14-3fe0a46cf7cb used request id req-46ed90e5-53dc-45df-ae93-23f00f798a35 2018-11-09 08:01:59,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:02:00,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a64c9599-6543-4967-ab91-7576f8977da1 Date: Fri, 09 Nov 2018 08:02:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:50Z", "updated_at": "2018-11-09T08:01:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "1c5d8496-562d-4bce-a72c-b025f76ae8da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "76d8bf5a-c481-4d78-bdaa-85d747db4421", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "98c00016-cdbf-4f11-90f6-6b58ee62f76c", "remote_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "revision_number": 0, "id": "e0d8e414-7239-4c5c-821d-7b8885692673", "remote_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "remote_ip_prefix": null, "created_at": "2018-11-09T08:01:51Z", "security_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08"}], "revision_number": 4, "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:02:00,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-a64c9599-6543-4967-ab91-7576f8977da1 2018-11-09 08:02:00,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:02:00,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-086a976a-364e-4b4d-ad27-14e879450cd3 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:02:00,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-086a976a-364e-4b4d-ad27-14e879450cd3 2018-11-09 08:02:00,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:02:00,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afdb1516-0c1c-47c7-903c-d3ea571aef4a 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:02:00,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-afdb1516-0c1c-47c7-903c-d3ea571aef4a 2018-11-09 08:02:00,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:02:00,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d9b966-cdfc-4d0d-bd17-65d7369b7ef2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08"}, "enabled": true, "id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj"}} 2018-11-09 08:02:00,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08 used request id req-c9d9b966-cdfc-4d0d-bd17-65d7369b7ef2 2018-11-09 08:02:00,354 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de7b11df-02d6-482a-bc0d-d514d8af69fb 2018-11-09 08:02:00,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=de7b11df-02d6-482a-bc0d-d514d8af69fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:02:00,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-80027268-59b2-4ddd-bf4e-0ba697489115 Date: Fri, 09 Nov 2018 08:02:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "1c5d8496-562d-4bce-a72c-b025f76ae8da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "76d8bf5a-c481-4d78-bdaa-85d747db4421"}, {"remote_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "98c00016-cdbf-4f11-90f6-6b58ee62f76c"}, {"remote_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:01:51Z", "security_group_id": "de7b11df-02d6-482a-bc0d-d514d8af69fb", "port_range_min": null, "revision_number": 0, "tenant_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "created_at": "2018-11-09T08:01:51Z", "project_id": "d6d010ab5e3c4b0eb3a7a6191e3b0e08", "id": "e0d8e414-7239-4c5c-821d-7b8885692673"}]} 2018-11-09 08:02:00,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=de7b11df-02d6-482a-bc0d-d514d8af69fb used request id req-80027268-59b2-4ddd-bf4e-0ba697489115 2018-11-09 08:02:00,537 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:02:00,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/de7b11df-02d6-482a-bc0d-d514d8af69fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:02:00,832 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6595616e-e1af-469b-8026-4c98d4aad00f Content-Length: 0 Date: Fri, 09 Nov 2018 08:02:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:02:00,832 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/de7b11df-02d6-482a-bc0d-d514d8af69fb used request id req-6595616e-e1af-469b-8026-4c98d4aad00f 2018-11-09 08:02:00,833 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj 2018-11-09 08:02:00,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:02:01,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbcc928e-810b-480d-83ec-b517dfaaef25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:01,039 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/d6d010ab5e3c4b0eb3a7a6191e3b0e08 used request id req-bbcc928e-810b-480d-83ec-b517dfaaef25 2018-11-09 08:02:01,039 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-0a0abc27-d0ed-4bf-proj-role 2018-11-09 08:02:01,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/ef88a49fcc604982bd2ee26cb3a8bf24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:02:01,161 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbb51bd0-4d4c-4fed-84fd-9b4f69c00bac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:01,161 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/ef88a49fcc604982bd2ee26cb3a8bf24 used request id req-cbb51bd0-4d4c-4fed-84fd-9b4f69c00bac 2018-11-09 08:02:01,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249baf632456299264c1ca04de776f6f5f2e8843" 2018-11-09 08:02:01,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da6ef874-c6d0-4ab4-a31d-00e87e4351c5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:01,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-da6ef874-c6d0-4ab4-a31d-00e87e4351c5 2018-11-09 08:02:01,254 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-0a0abc27-d0ed-4bf-user 2018-11-09 08:02:01,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/631e4091469c4fa599c5c8bffbc62570 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0a0afb0da2a9695bd0406dd42d3d6252d6a46b1" 2018-11-09 08:02:01,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d50a290c-0f8f-422f-9227-1b7ed09d1f84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:01,441 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/631e4091469c4fa599c5c8bffbc62570 used request id req-d50a290c-0f8f-422f-9227-1b7ed09d1f84 2018-11-09 08:02:01,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:01,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["kg1n4kY1SbqPAC_VsQJIRQ"], "issued_at": "2018-11-09T08:02:01.000000Z"}} 2018-11-09 08:02:01,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1aaf16c699d8e3154e1551c79e5e31de1886c3" 2018-11-09 08:02:01,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c1f6c21-707f-46c9-a004-fa921cb998f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:01,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6c1f6c21-707f-46c9-a004-fa921cb998f5 2018-11-09 08:02:01,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:01,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:02,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["KeLnm7zUSRan3akPRTp9gQ"], "issued_at": "2018-11-09T08:02:02.000000Z"}} 2018-11-09 08:02:02,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:02,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8fc4de5-c2e2-41a5-81c8-dd32a2949397 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:02,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f8fc4de5-c2e2-41a5-81c8-dd32a2949397 2018-11-09 08:02:02,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:02,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:02,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a0c96808-9af3-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:02,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-971c5a74-fe0d-41b9-9518-677be7e220ef Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a0c96808-9af3-492-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:02:02,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a0c96808-9af3-492-proj used request id req-971c5a74-fe0d-41b9-9518-677be7e220ef 2018-11-09 08:02:02,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:02,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8bf3835-fa26-4448-b2ab-528fc4916491 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:02,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b8bf3835-fa26-4448-b2ab-528fc4916491 2018-11-09 08:02:02,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj"}}' 2018-11-09 08:02:02,689 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e396afd-48c5-4556-8510-8225a0268cd2 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c"}, "enabled": true, "id": "cc696cec8832409a95f1fa2102bc8c6c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj"}} 2018-11-09 08:02:02,689 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-6e396afd-48c5-4556-8510-8225a0268cd2 2018-11-09 08:02:02,689 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a0c96808-9af3-492-proj 2018-11-09 08:02:02,690 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:02,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:03,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["i5qOwrmnRS2-GuOuzRiX_A"], "issued_at": "2018-11-09T08:02:03.000000Z"}} 2018-11-09 08:02:03,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d342b29ff2d6438d99261d746f84e817a78c59fa" 2018-11-09 08:02:03,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13f86ec8-cefe-4f5b-bb7b-8928ade866f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:03,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-13f86ec8-cefe-4f5b-bb7b-8928ade866f5 2018-11-09 08:02:03,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:03,241 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:02: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:03,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d342b29ff2d6438d99261d746f84e817a78c59fa" 2018-11-09 08:02:03,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc166ef-b821-41a6-94e0-fdd4d97a1c4f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:02:03,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7fc166ef-b821-41a6-94e0-fdd4d97a1c4f 2018-11-09 08:02:03,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-a0c96808-9af3-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d342b29ff2d6438d99261d746f84e817a78c59fa" 2018-11-09 08:02:03,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac9d29b7-c435-4be7-978a-01dca55cc0b5 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-a0c96808-9af3-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c"}, "enabled": true, "id": "cc696cec8832409a95f1fa2102bc8c6c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj"}]} 2018-11-09 08:02:03,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSecurityGroupTests-a0c96808-9af3-492-proj used request id req-ac9d29b7-c435-4be7-978a-01dca55cc0b5 2018-11-09 08:02:03,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d342b29ff2d6438d99261d746f84e817a78c59fa" 2018-11-09 08:02:03,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4190a32a-6d8d-4d4f-b5d6-6dded233c5a3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:03,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-4190a32a-6d8d-4d4f-b5d6-6dded233c5a3 2018-11-09 08:02:03,862 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a0c96808-9af3-492-user 2018-11-09 08:02:03,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:03,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:03,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa6fa18-ab64-4cfc-9cc9-8fab8749933c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:03,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1fa6fa18-ab64-4cfc-9cc9-8fab8749933c 2018-11-09 08:02:03,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" -d '{"role": {"name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj-role"}}' 2018-11-09 08:02:04,090 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52bb96e7-832d-47da-bd2e-30b7d8eccc98 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7b202f024a1041659a949881d6538819", "links": {"self": "http://172.30.9.27:5000/v3/roles/7b202f024a1041659a949881d6538819"}, "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj-role"}} 2018-11-09 08:02:04,091 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-52bb96e7-832d-47da-bd2e-30b7d8eccc98 2018-11-09 08:02:04,091 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a0c96808-9af3-492-proj-role 2018-11-09 08:02:04,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/7b202f024a1041659a949881d6538819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:04,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca0590ba-5f9a-4a30-ba7f-13f762d0af0c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/7b202f024a1041659a949881d6538819"}, "domain_id": null, "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj-role", "id": "7b202f024a1041659a949881d6538819"}} 2018-11-09 08:02:04,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/7b202f024a1041659a949881d6538819 used request id req-ca0590ba-5f9a-4a30-ba7f-13f762d0af0c 2018-11-09 08:02:04,175 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a0c96808-9af3-492-proj-role to project CreateSecurityGroupTests-a0c96808-9af3-492-proj 2018-11-09 08:02:04,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c/users/f419a4b9f7df4029b26b8bb1a8af3a7e/roles/7b202f024a1041659a949881d6538819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:04,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7bcae77-7606-4142-8b80-f564e7c01ea6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:04,350 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c/users/f419a4b9f7df4029b26b8bb1a8af3a7e/roles/7b202f024a1041659a949881d6538819 used request id req-e7bcae77-7606-4142-8b80-f564e7c01ea6 2018-11-09 08:02:04,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:04,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:04,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b202f024a1041659a949881d6538819", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj-role"}], "expires_at": "2018-11-09T09:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc696cec8832409a95f1fa2102bc8c6c", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/cc696cec8832409a95f1fa2102bc8c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/cc696cec8832409a95f1fa2102bc8c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/cc696cec8832409a95f1fa2102bc8c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/cc696cec8832409a95f1fa2102bc8c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/cc696cec8832409a95f1fa2102bc8c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/cc696cec8832409a95f1fa2102bc8c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a0c96808-9af3-492-user", "id": "f419a4b9f7df4029b26b8bb1a8af3a7e"}, "audit_ids": ["iRxrJYjmQxKXdy5IPnJPHA"], "issued_at": "2018-11-09T08:02:04.000000Z"}} 2018-11-09 08:02:04,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:04,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80c5bbc-e4e6-48af-b4f1-c94858a8d410 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:04,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a80c5bbc-e4e6-48af-b4f1-c94858a8d410 2018-11-09 08:02:04,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:05,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2c008e05-be9a-47ba-b3dc-9bc372df0f4c Date: Fri, 09 Nov 2018 08:02:05 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:02:05,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename&description=hello+group used request id req-2c008e05-be9a-47ba-b3dc-9bc372df0f4c 2018-11-09 08:02:05,087 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename... 2018-11-09 08:02:05,087 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename 2018-11-09 08:02:05,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" -d '{"security_group": {"name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename", "description": "hello group"}}' 2018-11-09 08:02:05,474 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-4cf692ff-6f2d-4a8b-b561-8d2e74bfb6ad Date: Fri, 09 Nov 2018 08:02:05 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 2, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}} 2018-11-09 08:02:05,474 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-4cf692ff-6f2d-4a8b-b561-8d2e74bfb6ad 2018-11-09 08:02:05,475 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:05,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:05,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3a7effa7-2cc0-4890-a355-99111e88d9af Date: Fri, 09 Nov 2018 08:02:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:05,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-3a7effa7-2cc0-4890-a355-99111e88d9af 2018-11-09 08:02:05,651 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:05,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:05,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-379954a0-f84f-48c9-a3f0-6d50ad1cd9c5 Date: Fri, 09 Nov 2018 08:02:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:05,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-379954a0-f84f-48c9-a3f0-6d50ad1cd9c5 2018-11-09 08:02:05,822 - neutron_utils - INFO - Retrieving security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:05,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:06,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f721e7b1-68d8-4cf9-80fa-c31e7dd69774 Date: Fri, 09 Nov 2018 08:02:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 2, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:06,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-f721e7b1-68d8-4cf9-80fa-c31e7dd69774 2018-11-09 08:02:06,015 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:06,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:06,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2a8e6f24-c67a-473e-a3c9-89c4ab38f9d7 Date: Fri, 09 Nov 2018 08:02:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:06,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-2a8e6f24-c67a-473e-a3c9-89c4ab38f9d7 2018-11-09 08:02:06,044 - neutron_utils - INFO - Retrieving security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:06,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:06,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-483dccf2-790e-4ec6-949c-ddab1882a165 Date: Fri, 09 Nov 2018 08:02:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 2, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:06,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-483dccf2-790e-4ec6-949c-ddab1882a165 2018-11-09 08:02:06,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:06,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:06,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e4646d24-6b79-4a42-8fae-4f2a947c6900 Date: Fri, 09 Nov 2018 08:02:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:06,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-e4646d24-6b79-4a42-8fae-4f2a947c6900 2018-11-09 08:02:06,488 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename 2018-11-09 08:02:06,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:06,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-20dae063-8c8b-4905-a2fe-6fa78c08bd6e Date: Fri, 09 Nov 2018 08:02:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 2, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:06,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-20dae063-8c8b-4905-a2fe-6fa78c08bd6e 2018-11-09 08:02:06,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:06,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:02: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:06,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:06,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28485e6f-8e9e-4da5-869b-f0adfa778920 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c"}, "enabled": true, "id": "cc696cec8832409a95f1fa2102bc8c6c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj"}} 2018-11-09 08:02:06,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c used request id req-28485e6f-8e9e-4da5-869b-f0adfa778920 2018-11-09 08:02:06,577 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:06,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:06,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ecc81768-9e87-4cb9-9321-63e7f6716ea4 Date: Fri, 09 Nov 2018 08:02:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:06,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-ecc81768-9e87-4cb9-9321-63e7f6716ea4 2018-11-09 08:02:06,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961"}}' 2018-11-09 08:02:07,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-cc131e44-2c1c-4039-b23f-016631c7f3c4 Date: Fri, 09 Nov 2018 08:02:07 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}} 2018-11-09 08:02:07,168 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-cc131e44-2c1c-4039-b23f-016631c7f3c4 2018-11-09 08:02:07,169 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename 2018-11-09 08:02:07,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:07,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-3cbfd11d-63bf-489f-8c4f-963ff042d4a6 Date: Fri, 09 Nov 2018 08:02:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 3, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:07,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-3cbfd11d-63bf-489f-8c4f-963ff042d4a6 2018-11-09 08:02:07,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:07,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ecc448-3aa6-4b31-bb24-3e3ca401cd53 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c"}, "enabled": true, "id": "cc696cec8832409a95f1fa2102bc8c6c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj"}} 2018-11-09 08:02:07,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c used request id req-80ecc448-3aa6-4b31-bb24-3e3ca401cd53 2018-11-09 08:02:07,448 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:07,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:07,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-89eeb9fb-268a-41f3-8c4e-64cc217e30ee Date: Fri, 09 Nov 2018 08:02:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:07,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-89eeb9fb-268a-41f3-8c4e-64cc217e30ee 2018-11-09 08:02:07,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961"}}' 2018-11-09 08:02:07,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-0db46836-19d2-41c8-b44a-8912c4f0c262 Date: Fri, 09 Nov 2018 08:02:07 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}} 2018-11-09 08:02:07,660 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-0db46836-19d2-41c8-b44a-8912c4f0c262 2018-11-09 08:02:07,660 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename 2018-11-09 08:02:07,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:07,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-109d4e92-ae58-4849-8a5c-05f047a86831 Date: Fri, 09 Nov 2018 08:02:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 4, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:07,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-109d4e92-ae58-4849-8a5c-05f047a86831 2018-11-09 08:02:07,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:07,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dccc0e4d-f192-44c4-a66e-34809044b587 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c"}, "enabled": true, "id": "cc696cec8832409a95f1fa2102bc8c6c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj"}} 2018-11-09 08:02:07,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c used request id req-dccc0e4d-f192-44c4-a66e-34809044b587 2018-11-09 08:02:07,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:07,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:07,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-e3c9d3e5-383b-4fcd-b047-80e72f6fe7a1 Date: Fri, 09 Nov 2018 08:02:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:07,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-e3c9d3e5-383b-4fcd-b047-80e72f6fe7a1 2018-11-09 08:02:08,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10}}' 2018-11-09 08:02:08,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-48689150-ff05-4ca4-8c73-25c02d6c3d6c Date: Fri, 09 Nov 2018 08:02:08 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}} 2018-11-09 08:02:08,300 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-48689150-ff05-4ca4-8c73-25c02d6c3d6c 2018-11-09 08:02:08,301 - neutron_utils - INFO - Retrieving security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:08,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:08,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8ff66c5f-f18d-4a7b-b995-692791cf21f3 Date: Fri, 09 Nov 2018 08:02:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:08Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "revision_number": 0, "id": "1c2af268-573f-4395-8183-eb6616147ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 5, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:08,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-8ff66c5f-f18d-4a7b-b995-692791cf21f3 2018-11-09 08:02:08,495 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:08,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:08,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f8b3f2d8-4a4c-4de1-b5a7-7a55c9f6b6b1 Date: Fri, 09 Nov 2018 08:02:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:08,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-f8b3f2d8-4a4c-4de1-b5a7-7a55c9f6b6b1 2018-11-09 08:02:08,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:09,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b202f024a1041659a949881d6538819", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj-role"}], "expires_at": "2018-11-09T09:02:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc696cec8832409a95f1fa2102bc8c6c", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/cc696cec8832409a95f1fa2102bc8c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/cc696cec8832409a95f1fa2102bc8c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/cc696cec8832409a95f1fa2102bc8c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/cc696cec8832409a95f1fa2102bc8c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/cc696cec8832409a95f1fa2102bc8c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/cc696cec8832409a95f1fa2102bc8c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/cc696cec8832409a95f1fa2102bc8c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a0c96808-9af3-492-user", "id": "f419a4b9f7df4029b26b8bb1a8af3a7e"}, "audit_ids": ["ASRT9j57T0OH1AIArsYoDA"], "issued_at": "2018-11-09T08:02:09.000000Z"}} 2018-11-09 08:02:09,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:09,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-160a46b8-d64f-48f1-8b2b-17efec624566 Date: Fri, 09 Nov 2018 08:02:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:08Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "revision_number": 0, "id": "1c2af268-573f-4395-8183-eb6616147ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 5, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:09,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename&description=hello+group used request id req-160a46b8-d64f-48f1-8b2b-17efec624566 2018-11-09 08:02:09,371 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:09,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:09,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4bac95b0-9c2a-4aa5-bdb4-ee9f0561bdfb Date: Fri, 09 Nov 2018 08:02:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:09,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-4bac95b0-9c2a-4aa5-bdb4-ee9f0561bdfb 2018-11-09 08:02:09,572 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:09,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:09,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d899470c-d2c8-4599-a2fa-aa44dd3d9799 Date: Fri, 09 Nov 2018 08:02:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:09,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-d899470c-d2c8-4599-a2fa-aa44dd3d9799 2018-11-09 08:02:09,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:09,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5ed3558b-c6a2-4124-9bc7-22d83e69f5b0 Date: Fri, 09 Nov 2018 08:02:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:08Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "revision_number": 0, "id": "1c2af268-573f-4395-8183-eb6616147ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 5, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:09,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-5ed3558b-c6a2-4124-9bc7-22d83e69f5b0 2018-11-09 08:02:09,946 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:09,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:09,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3aba790f-ebdf-4950-a295-4b88eb875f4d Date: Fri, 09 Nov 2018 08:02:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:09,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-3aba790f-ebdf-4950-a295-4b88eb875f4d 2018-11-09 08:02:09,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:10,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e5be8305-8eb4-4dff-a2d2-94a154f02a91 Date: Fri, 09 Nov 2018 08:02:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:08Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "revision_number": 0, "id": "1c2af268-573f-4395-8183-eb6616147ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 5, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:10,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-e5be8305-8eb4-4dff-a2d2-94a154f02a91 2018-11-09 08:02:10,203 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:10,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:10,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b985b496-dba1-4daf-9d03-6b08ae97c401 Date: Fri, 09 Nov 2018 08:02:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:10,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-b985b496-dba1-4daf-9d03-6b08ae97c401 2018-11-09 08:02:10,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:10,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ca532439-99ae-4fc5-9d38-5299e1e9513a Date: Fri, 09 Nov 2018 08:02:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:08Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "revision_number": 0, "id": "1c2af268-573f-4395-8183-eb6616147ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 5, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:10,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-ca532439-99ae-4fc5-9d38-5299e1e9513a 2018-11-09 08:02:10,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:10,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:10,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-56cb28ef-168f-4db8-8408-2c47a4d1cf0e Date: Fri, 09 Nov 2018 08:02:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:10,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-56cb28ef-168f-4db8-8408-2c47a4d1cf0e 2018-11-09 08:02:10,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:10,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-bb6f5d21-d744-47a0-9e68-644b515f22e7 Date: Fri, 09 Nov 2018 08:02:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:08Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "revision_number": 0, "id": "1c2af268-573f-4395-8183-eb6616147ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 5, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:10,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-bb6f5d21-d744-47a0-9e68-644b515f22e7 2018-11-09 08:02:10,766 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:10,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:10,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0e68619e-d111-4648-ab0e-b3e639946abd Date: Fri, 09 Nov 2018 08:02:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:10,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-0e68619e-d111-4648-ab0e-b3e639946abd 2018-11-09 08:02:10,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:11,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-485f11c2-7f13-4695-ad1a-57d7dcec5534 Date: Fri, 09 Nov 2018 08:02:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:08Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "revision_number": 0, "id": "1c2af268-573f-4395-8183-eb6616147ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 5, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:11,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-485f11c2-7f13-4695-ad1a-57d7dcec5534 2018-11-09 08:02:11,159 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:11,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:11,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-7f5e104f-c6d2-41ef-bf13-e05da7b1655c Date: Fri, 09 Nov 2018 08:02:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:11,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-7f5e104f-c6d2-41ef-bf13-e05da7b1655c 2018-11-09 08:02:11,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:11,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5e6227e1-eadc-4be0-adfb-82fcff090527 Date: Fri, 09 Nov 2018 08:02:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:08Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "revision_number": 0, "id": "1c2af268-573f-4395-8183-eb6616147ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 5, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:11,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-5e6227e1-eadc-4be0-adfb-82fcff090527 2018-11-09 08:02:11,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:11,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:11,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c6dedf45-0c79-4c7a-b4d5-de38fa5ea2ff Date: Fri, 09 Nov 2018 08:02:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:11,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-c6dedf45-0c79-4c7a-b4d5-de38fa5ea2ff 2018-11-09 08:02:11,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:11,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6a11d2e6-ce93-446c-b530-afd5e5775545 Date: Fri, 09 Nov 2018 08:02:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:08Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "revision_number": 0, "id": "1c2af268-573f-4395-8183-eb6616147ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 5, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:11,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-6a11d2e6-ce93-446c-b530-afd5e5775545 2018-11-09 08:02:11,902 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:11,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:12,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4261f9db-3907-4240-a572-e1142dfb650f Date: Fri, 09 Nov 2018 08:02:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:12,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-4261f9db-3907-4240-a572-e1142dfb650f 2018-11-09 08:02:12,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:12,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-bc8e1367-fca1-43b0-8409-ff39465a1a8c Date: Fri, 09 Nov 2018 08:02:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "updated_at": "2018-11-09T08:02:08Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "revision_number": 0, "id": "1c2af268-573f-4395-8183-eb6616147ede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "revision_number": 0, "id": "ae788453-2e34-479c-a8b5-29ea627ddc59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 5, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "name": "CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename"}]} 2018-11-09 08:02:12,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename used request id req-bc8e1367-fca1-43b0-8409-ff39465a1a8c 2018-11-09 08:02:12,147 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:12,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:12,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-939ee134-03f9-4c80-846d-1352303351d0 Date: Fri, 09 Nov 2018 08:02:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:12,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-939ee134-03f9-4c80-846d-1352303351d0 2018-11-09 08:02:12,185 - neutron_utils - INFO - Deleting security group rule with ID - 52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5 2018-11-09 08:02:12,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:12,420 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd3d346b-55e7-45f9-862b-923c4de02d3d Content-Length: 0 Date: Fri, 09 Nov 2018 08:02:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:02:12,420 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5 used request id req-dd3d346b-55e7-45f9-862b-923c4de02d3d 2018-11-09 08:02:12,421 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-11-09 08:02:12,421 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f992c4f-63f8-4839-b78f-ae84aa3b7961 2018-11-09 08:02:12,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9093682e7f6e2497e28df09ddaf601bc750db444" 2018-11-09 08:02:12,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-3c87f3da-46ff-47d0-b1cf-abb07fcfc7b9 Date: Fri, 09 Nov 2018 08:02:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-09T08:02:08Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:08Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "1c2af268-573f-4395-8183-eb6616147ede"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:07Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:07Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ae788453-2e34-479c-a8b5-29ea627ddc59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "1f992c4f-63f8-4839-b78f-ae84aa3b7961", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee"}]} 2018-11-09 08:02:12,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-3c87f3da-46ff-47d0-b1cf-abb07fcfc7b9 2018-11-09 08:02:12,605 - neutron_utils - INFO - Deleting security group rule with ID - 3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a 2018-11-09 08:02:12,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:12,856 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2acfb739-088c-4018-b0cd-c11d886b9166 Content-Length: 0 Date: Fri, 09 Nov 2018 08:02:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:02:12,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/3a365e80-6cb6-40dd-8179-1a2ddb4a8b5a used request id req-2acfb739-088c-4018-b0cd-c11d886b9166 2018-11-09 08:02:12,856 - neutron_utils - INFO - Deleting security group rule with ID - 1c2af268-573f-4395-8183-eb6616147ede 2018-11-09 08:02:12,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/1c2af268-573f-4395-8183-eb6616147ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:12,955 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-23671de4-82b2-4afc-a99e-9710b6ac38b1 Content-Length: 0 Date: Fri, 09 Nov 2018 08:02:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:02:12,955 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/1c2af268-573f-4395-8183-eb6616147ede used request id req-23671de4-82b2-4afc-a99e-9710b6ac38b1 2018-11-09 08:02:12,955 - neutron_utils - INFO - Deleting security group rule with ID - e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee 2018-11-09 08:02:12,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:13,049 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-15c9c6cf-53d9-4559-9c97-a1d48b00c2e2 Content-Length: 0 Date: Fri, 09 Nov 2018 08:02:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:02:13,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/e2ff1ce3-5c60-46de-8bcb-1afe52ef2aee used request id req-15c9c6cf-53d9-4559-9c97-a1d48b00c2e2 2018-11-09 08:02:13,050 - neutron_utils - INFO - Deleting security group rule with ID - ae788453-2e34-479c-a8b5-29ea627ddc59 2018-11-09 08:02:13,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/ae788453-2e34-479c-a8b5-29ea627ddc59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:13,138 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78663b4d-5b22-4ad0-89d3-0c70681aa2cf Content-Length: 0 Date: Fri, 09 Nov 2018 08:02:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:02:13,138 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/ae788453-2e34-479c-a8b5-29ea627ddc59 used request id req-78663b4d-5b22-4ad0-89d3-0c70681aa2cf 2018-11-09 08:02:13,138 - neutron_utils - INFO - Deleting security group rule with ID - 52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5 2018-11-09 08:02:13,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:13,163 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-5c7d8169-2d22-4473-bb84-000539f9f278 Date: Fri, 09 Nov 2018 08:02:13 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 08:02:13,164 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5 used request id req-5c7d8169-2d22-4473-bb84-000539f9f278 2018-11-09 08:02:13,164 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 08:02:13,164 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 52b9ba4e-db9c-4f39-b2a1-fa7e82c4a7b5 does not exist Neutron server returns request_ids: ['req-5c7d8169-2d22-4473-bb84-000539f9f278'] 2018-11-09 08:02:13,164 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-f3b428b6-a678-43dd-959e-1def4cc77bbename 2018-11-09 08:02:13,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/1f992c4f-63f8-4839-b78f-ae84aa3b7961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4ec8c53fb3ebc426d6d7993126a10f8fff3293" 2018-11-09 08:02:13,419 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-052ce787-56de-4777-b786-233ba335321a Content-Length: 0 Date: Fri, 09 Nov 2018 08:02:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:02:13,419 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/1f992c4f-63f8-4839-b78f-ae84aa3b7961 used request id req-052ce787-56de-4777-b786-233ba335321a 2018-11-09 08:02:13,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:13,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b117953a-cf7c-4892-910e-9027a97ecc19 Date: Fri, 09 Nov 2018 08:02:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:04Z", "updated_at": "2018-11-09T08:02:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "3817e510-0b18-4269-b890-18a9f42b5b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "85581139-8849-4000-8641-e65b20427aac", "remote_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "a54e437a-629a-40e4-a8c1-739701bad88b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "revision_number": 0, "id": "ed0ea3aa-1c56-43dd-b937-ef64e0ec96c2", "remote_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "remote_ip_prefix": null, "created_at": "2018-11-09T08:02:05Z", "security_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc696cec8832409a95f1fa2102bc8c6c"}], "revision_number": 4, "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:02:13,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-b117953a-cf7c-4892-910e-9027a97ecc19 2018-11-09 08:02:13,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:13,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ad6e2b0-301f-4f0b-a1a8-32662665ec30 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:02:13,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-9ad6e2b0-301f-4f0b-a1a8-32662665ec30 2018-11-09 08:02:13,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:13,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c4fc89d-2980-40df-ba23-1fb22012fbd6 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:02:13,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-3c4fc89d-2980-40df-ba23-1fb22012fbd6 2018-11-09 08:02:13,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:13,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e52648f4-f39f-4084-9483-1fe9915cf822 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c"}, "enabled": true, "id": "cc696cec8832409a95f1fa2102bc8c6c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a0c96808-9af3-492-proj"}} 2018-11-09 08:02:13,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c used request id req-e52648f4-f39f-4084-9483-1fe9915cf822 2018-11-09 08:02:13,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cff49f69-f40e-40f0-9393-8e5870a822e8 2018-11-09 08:02:13,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=cff49f69-f40e-40f0-9393-8e5870a822e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:14,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3c5e5024-c211-47bf-8a80-0ef34bffb8d0 Date: Fri, 09 Nov 2018 08:02:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "3817e510-0b18-4269-b890-18a9f42b5b8e"}, {"remote_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "85581139-8849-4000-8641-e65b20427aac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "a54e437a-629a-40e4-a8c1-739701bad88b"}, {"remote_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:02:05Z", "security_group_id": "cff49f69-f40e-40f0-9393-8e5870a822e8", "port_range_min": null, "revision_number": 0, "tenant_id": "cc696cec8832409a95f1fa2102bc8c6c", "created_at": "2018-11-09T08:02:05Z", "project_id": "cc696cec8832409a95f1fa2102bc8c6c", "id": "ed0ea3aa-1c56-43dd-b937-ef64e0ec96c2"}]} 2018-11-09 08:02:14,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=cff49f69-f40e-40f0-9393-8e5870a822e8 used request id req-3c5e5024-c211-47bf-8a80-0ef34bffb8d0 2018-11-09 08:02:14,094 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:02:14,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/cff49f69-f40e-40f0-9393-8e5870a822e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:14,378 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-80662441-e30c-4604-af1a-ccd221164131 Content-Length: 0 Date: Fri, 09 Nov 2018 08:02:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:02:14,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/cff49f69-f40e-40f0-9393-8e5870a822e8 used request id req-80662441-e30c-4604-af1a-ccd221164131 2018-11-09 08:02:14,379 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a0c96808-9af3-492-proj 2018-11-09 08:02:14,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:14,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34879a66-f06c-4882-9c3d-28ca21e3cc68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:14,565 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/cc696cec8832409a95f1fa2102bc8c6c used request id req-34879a66-f06c-4882-9c3d-28ca21e3cc68 2018-11-09 08:02:14,566 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a0c96808-9af3-492-proj-role 2018-11-09 08:02:14,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/7b202f024a1041659a949881d6538819 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:14,682 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79298b70-f6fa-461c-a966-9792fd05b280 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:14,682 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/7b202f024a1041659a949881d6538819 used request id req-79298b70-f6fa-461c-a966-9792fd05b280 2018-11-09 08:02:14,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895d9588ddd360b57c89be2d0ae151d4a6d8bf3e" 2018-11-09 08:02:14,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bc3453e-b0b8-4d2a-be0c-e4cda660586e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:14,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9bc3453e-b0b8-4d2a-be0c-e4cda660586e 2018-11-09 08:02:14,779 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a0c96808-9af3-492-user 2018-11-09 08:02:14,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/f419a4b9f7df4029b26b8bb1a8af3a7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d342b29ff2d6438d99261d746f84e817a78c59fa" 2018-11-09 08:02:14,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-205e5578-7393-4d8a-96ac-e4a0f977fd6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:14,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f419a4b9f7df4029b26b8bb1a8af3a7e used request id req-205e5578-7393-4d8a-96ac-e4a0f977fd6f 2018-11-09 08:02:14,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:15,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["bMXihiU5QJKmpNT33g0akg"], "issued_at": "2018-11-09T08:02:15.000000Z"}} 2018-11-09 08:02:15,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1f55e6fb473059dfd84ba92dcc80a7018b9f78" 2018-11-09 08:02:15,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4ce31b2-0432-4579-ac54-089375d3085b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:15,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c4ce31b2-0432-4579-ac54-089375d3085b 2018-11-09 08:02:15,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:15,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:15,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["KDp29ySFR0638HSG2cZfoQ"], "issued_at": "2018-11-09T08:02:15.000000Z"}} 2018-11-09 08:02:15,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:15,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-759ad93e-af1a-43af-9118-92111055e8da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:15,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-759ad93e-af1a-43af-9118-92111055e8da 2018-11-09 08:02:15,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:15,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:02: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:15,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-9e4ea379-23db-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:15,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee61875c-323e-4e98-a91b-d5bf0ccce30b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-9e4ea379-23db-461-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:02:15,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-9e4ea379-23db-461-proj used request id req-ee61875c-323e-4e98-a91b-d5bf0ccce30b 2018-11-09 08:02:15,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:16,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f102c6ad-7c64-4d91-9c13-f89c374479cc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:16,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f102c6ad-7c64-4d91-9c13-f89c374479cc 2018-11-09 08:02:16,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-9e4ea379-23db-461-proj"}}' 2018-11-09 08:02:16,216 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-722d5cf0-ae0e-497e-9dcd-cbfda5fb3bd2 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7aaebc0ad6184f82b331360d9a1f6961"}, "enabled": true, "id": "7aaebc0ad6184f82b331360d9a1f6961", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-9e4ea379-23db-461-proj"}} 2018-11-09 08:02:16,216 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-722d5cf0-ae0e-497e-9dcd-cbfda5fb3bd2 2018-11-09 08:02:16,216 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-9e4ea379-23db-461-proj 2018-11-09 08:02:16,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:16,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:16,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["tbTsJtZDSq2OA-uIu12iyg"], "issued_at": "2018-11-09T08:02:16.000000Z"}} 2018-11-09 08:02:16,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15757515c188a1d15fc6e72e7d0886071ee14098" 2018-11-09 08:02:16,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-396e6286-6051-4d3e-b7cb-e47b9ddbfe09 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:16,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-396e6286-6051-4d3e-b7cb-e47b9ddbfe09 2018-11-09 08:02:16,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:16,688 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:02:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:16,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15757515c188a1d15fc6e72e7d0886071ee14098" 2018-11-09 08:02:16,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6800dea-1d67-44a5-8fa7-d7cd3227f5f3 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:02:16,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d6800dea-1d67-44a5-8fa7-d7cd3227f5f3 2018-11-09 08:02:16,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-9e4ea379-23db-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15757515c188a1d15fc6e72e7d0886071ee14098" 2018-11-09 08:02:16,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91388d57-5dc2-4543-b7fd-004159b0d0ad Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-9e4ea379-23db-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7aaebc0ad6184f82b331360d9a1f6961"}, "enabled": true, "id": "7aaebc0ad6184f82b331360d9a1f6961", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-9e4ea379-23db-461-proj"}]} 2018-11-09 08:02:16,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-9e4ea379-23db-461-proj used request id req-91388d57-5dc2-4543-b7fd-004159b0d0ad 2018-11-09 08:02:16,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15757515c188a1d15fc6e72e7d0886071ee14098" 2018-11-09 08:02:16,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a925bc9-a64f-4b37-b32b-a8e1139314ad Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:16,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1a925bc9-a64f-4b37-b32b-a8e1139314ad 2018-11-09 08:02:17,269 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-9e4ea379-23db-461-user 2018-11-09 08:02:17,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:17,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:17,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2f9a78-7ed7-47ec-8ea9-b55cb48110e4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:17,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3f2f9a78-7ed7-47ec-8ea9-b55cb48110e4 2018-11-09 08:02:17,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" -d '{"role": {"name": "CreateImageSuccessTests-9e4ea379-23db-461-proj-role"}}' 2018-11-09 08:02:17,485 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c92b061c-8668-4405-a103-bacf513cc321 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0bfc54261e5148c399130e4bd4fe2fad", "links": {"self": "http://172.30.9.27:5000/v3/roles/0bfc54261e5148c399130e4bd4fe2fad"}, "name": "CreateImageSuccessTests-9e4ea379-23db-461-proj-role"}} 2018-11-09 08:02:17,485 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-c92b061c-8668-4405-a103-bacf513cc321 2018-11-09 08:02:17,485 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-9e4ea379-23db-461-proj-role 2018-11-09 08:02:17,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/0bfc54261e5148c399130e4bd4fe2fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:17,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ba80663-6229-4aae-86f7-e6b8c6ff5702 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/0bfc54261e5148c399130e4bd4fe2fad"}, "domain_id": null, "name": "CreateImageSuccessTests-9e4ea379-23db-461-proj-role", "id": "0bfc54261e5148c399130e4bd4fe2fad"}} 2018-11-09 08:02:17,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/0bfc54261e5148c399130e4bd4fe2fad used request id req-3ba80663-6229-4aae-86f7-e6b8c6ff5702 2018-11-09 08:02:17,506 - keystone_utils - INFO - Granting role CreateImageSuccessTests-9e4ea379-23db-461-proj-role to project CreateImageSuccessTests-9e4ea379-23db-461-proj 2018-11-09 08:02:17,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/7aaebc0ad6184f82b331360d9a1f6961/users/fee06823a6d7458ab4d0de609f5deed6/roles/0bfc54261e5148c399130e4bd4fe2fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:17,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ab0e91f-fade-44cb-a665-ce3b9d861198 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:17,638 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/7aaebc0ad6184f82b331360d9a1f6961/users/fee06823a6d7458ab4d0de609f5deed6/roles/0bfc54261e5148c399130e4bd4fe2fad used request id req-4ab0e91f-fade-44cb-a665-ce3b9d861198 2018-11-09 08:02:17,661 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:02:17,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:17,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:18,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0bfc54261e5148c399130e4bd4fe2fad", "name": "CreateImageSuccessTests-9e4ea379-23db-461-proj-role"}], "expires_at": "2018-11-09T09:02:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7aaebc0ad6184f82b331360d9a1f6961", "name": "CreateImageSuccessTests-9e4ea379-23db-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7aaebc0ad6184f82b331360d9a1f6961", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7aaebc0ad6184f82b331360d9a1f6961", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7aaebc0ad6184f82b331360d9a1f6961", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7aaebc0ad6184f82b331360d9a1f6961", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7aaebc0ad6184f82b331360d9a1f6961", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7aaebc0ad6184f82b331360d9a1f6961", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-9e4ea379-23db-461-user", "id": "fee06823a6d7458ab4d0de609f5deed6"}, "audit_ids": ["ylQg3HQBQJmV-J5JwSQ-tg"], "issued_at": "2018-11-09T08:02:18.000000Z"}} 2018-11-09 08:02:18,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81a6129217b2d8f058529e97c6ee8f479435d0b" 2018-11-09 08:02:18,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc5b74b0-1c37-45d0-89bb-1ad1aaab785a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:18,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cc5b74b0-1c37-45d0-89bb-1ad1aaab785a 2018-11-09 08:02:18,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a81a6129217b2d8f058529e97c6ee8f479435d0b" 2018-11-09 08:02:18,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-9fbc1c62-77fd-4e2f-a2dc-ba611523cd60 Date: Fri, 09 Nov 2018 08:02:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484"} 2018-11-09 08:02:18,364 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 used request id req-9fbc1c62-77fd-4e2f-a2dc-ba611523cd60 2018-11-09 08:02:18,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a81a6129217b2d8f058529e97c6ee8f479435d0b" 2018-11-09 08:02:18,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-727a59fe-55a3-4e10-8f8f-1162f74001d0 Date: Fri, 09 Nov 2018 08:02:18 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:18,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-727a59fe-55a3-4e10-8f8f-1162f74001d0 2018-11-09 08:02:18,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a81a6129217b2d8f058529e97c6ee8f479435d0b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484"}' 2018-11-09 08:02:18,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf X-Openstack-Request-Id: req-bf7d49d8-dadf-4780-9e4c-0f4329e6e5c8 Date: Fri, 09 Nov 2018 08:02:18 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf", "min_disk": 0, "protected": false, "id": "562bf19c-c5b1-4202-82b1-909b4ad69fdf", "file": "/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/file", "checksum": null, "owner": "7aaebc0ad6184f82b331360d9a1f6961", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:18,741 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-bf7d49d8-dadf-4780-9e4c-0f4329e6e5c8 2018-11-09 08:02:18,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a81a6129217b2d8f058529e97c6ee8f479435d0b" -d '' 2018-11-09 08:02:20,424 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f5f37bc2-db79-4899-a0cf-a9e244dd1478 Date: Fri, 09 Nov 2018 08:02:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:02:20,424 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/file used request id req-f5f37bc2-db79-4899-a0cf-a9e244dd1478 2018-11-09 08:02:20,425 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:02:20,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a81a6129217b2d8f058529e97c6ee8f479435d0b" 2018-11-09 08:02:20,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-473be25a-a22d-4b79-a59e-39c874a78bf9 Date: Fri, 09 Nov 2018 08:02:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:20Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/snap", "metadata": {}}], "self": "/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf", "min_disk": 0, "protected": false, "id": "562bf19c-c5b1-4202-82b1-909b4ad69fdf", "file": "/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7aaebc0ad6184f82b331360d9a1f6961", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:20,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf used request id req-473be25a-a22d-4b79-a59e-39c874a78bf9 2018-11-09 08:02:20,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a81a6129217b2d8f058529e97c6ee8f479435d0b" 2018-11-09 08:02:20,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f2ac5df4-cfcd-4aea-8243-4eddecef8b90 Date: Fri, 09 Nov 2018 08:02:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:20,734 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-f2ac5df4-cfcd-4aea-8243-4eddecef8b90 2018-11-09 08:02:20,737 - create_image - INFO - Created image with name - CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 2018-11-09 08:02:20,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a81a6129217b2d8f058529e97c6ee8f479435d0b" 2018-11-09 08:02:20,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-ca159869-2b46-4126-a93d-6a4167d598ff Date: Fri, 09 Nov 2018 08:02:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:20Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/snap", "metadata": {}}], "self": "/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf", "min_disk": 0, "protected": false, "id": "562bf19c-c5b1-4202-82b1-909b4ad69fdf", "file": "/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7aaebc0ad6184f82b331360d9a1f6961", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:20,905 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf used request id req-ca159869-2b46-4126-a93d-6a4167d598ff 2018-11-09 08:02:20,906 - create_image - DEBUG - Instance status is - active 2018-11-09 08:02:20,906 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 2018-11-09 08:02:20,906 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 2018-11-09 08:02:20,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:21,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0bfc54261e5148c399130e4bd4fe2fad", "name": "CreateImageSuccessTests-9e4ea379-23db-461-proj-role"}], "expires_at": "2018-11-09T09:02:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7aaebc0ad6184f82b331360d9a1f6961", "name": "CreateImageSuccessTests-9e4ea379-23db-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7aaebc0ad6184f82b331360d9a1f6961", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7aaebc0ad6184f82b331360d9a1f6961", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7aaebc0ad6184f82b331360d9a1f6961", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7aaebc0ad6184f82b331360d9a1f6961", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7aaebc0ad6184f82b331360d9a1f6961", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7aaebc0ad6184f82b331360d9a1f6961", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7aaebc0ad6184f82b331360d9a1f6961", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-9e4ea379-23db-461-user", "id": "fee06823a6d7458ab4d0de609f5deed6"}, "audit_ids": ["IT_Z2SAWQUOCPZy7NQychg"], "issued_at": "2018-11-09T08:02:21.000000Z"}} 2018-11-09 08:02:21,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d006ff183028374b7ae55d078c427c9b09f72c07" 2018-11-09 08:02:21,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-e43688c0-5e2d-426e-96ca-a11f98a7caab Date: Fri, 09 Nov 2018 08:02:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:20Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/snap", "metadata": {}}], "self": "/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf", "min_disk": 0, "protected": false, "id": "562bf19c-c5b1-4202-82b1-909b4ad69fdf", "file": "/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7aaebc0ad6184f82b331360d9a1f6961", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484"} 2018-11-09 08:02:21,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 used request id req-e43688c0-5e2d-426e-96ca-a11f98a7caab 2018-11-09 08:02:21,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d006ff183028374b7ae55d078c427c9b09f72c07" 2018-11-09 08:02:21,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-22dde62f-80df-448a-9639-ed4ba233ed3c Date: Fri, 09 Nov 2018 08: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"}}} 2018-11-09 08:02:21,713 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-22dde62f-80df-448a-9639-ed4ba233ed3c 2018-11-09 08:02:21,716 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 2018-11-09 08:02:21,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d006ff183028374b7ae55d078c427c9b09f72c07" 2018-11-09 08:02:22,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93d2b883-8cf1-4c13-99f8-b1c8a5c2c721 Date: Fri, 09 Nov 2018 08:02:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:02:22,958 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf used request id req-93d2b883-8cf1-4c13-99f8-b1c8a5c2c721 2018-11-09 08:02:22,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d006ff183028374b7ae55d078c427c9b09f72c07" 2018-11-09 08:02:23,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-4e673b53-e333-4d0c-9dc4-148e708c40a8 Date: Fri, 09 Nov 2018 08:02:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484"} 2018-11-09 08:02:23,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 used request id req-4e673b53-e333-4d0c-9dc4-148e708c40a8 2018-11-09 08:02:23,227 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-2a8f0141-c057-4f9a-8a83-b25f278e9484 2018-11-09 08:02:23,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a81a6129217b2d8f058529e97c6ee8f479435d0b" 2018-11-09 08:02:23,388 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-b138ea1d-c6d9-422a-a0e1-9dc473e4da24 Date: Fri, 09 Nov 2018 08:02:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:02:23,388 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/562bf19c-c5b1-4202-82b1-909b4ad69fdf used request id req-b138ea1d-c6d9-422a-a0e1-9dc473e4da24 2018-11-09 08:02:23,389 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-11-09 08:02:23,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:23,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fb56e99e-03e7-484f-b05a-9dec9c448e06 Date: Fri, 09 Nov 2018 08:02:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:02:23,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-fb56e99e-03e7-484f-b05a-9dec9c448e06 2018-11-09 08:02:23,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:23,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68c7694a-bee0-45c0-81dc-23ee09df3fdb 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:02:23,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-68c7694a-bee0-45c0-81dc-23ee09df3fdb 2018-11-09 08:02:23,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:23,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6a8be9a-d381-40c9-b5fc-37e69a392481 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:02:23,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-a6a8be9a-d381-40c9-b5fc-37e69a392481 2018-11-09 08:02:23,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:23,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3cd51b9-903e-4984-b7ef-60cfc6dffb2e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:02:23,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-b3cd51b9-903e-4984-b7ef-60cfc6dffb2e 2018-11-09 08:02:23,877 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-9e4ea379-23db-461-proj 2018-11-09 08:02:23,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/7aaebc0ad6184f82b331360d9a1f6961 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:24,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deaafe96-bb28-44ea-9b90-f84777757286 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:24,092 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/7aaebc0ad6184f82b331360d9a1f6961 used request id req-deaafe96-bb28-44ea-9b90-f84777757286 2018-11-09 08:02:24,093 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-9e4ea379-23db-461-proj-role 2018-11-09 08:02:24,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/0bfc54261e5148c399130e4bd4fe2fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:24,197 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1c60747-40ba-4726-8d46-7f522d7741d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:24,197 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/0bfc54261e5148c399130e4bd4fe2fad used request id req-d1c60747-40ba-4726-8d46-7f522d7741d6 2018-11-09 08:02:24,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd53c03f09c7d4f921bee99ed9589676b139d0b2" 2018-11-09 08:02:24,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d05cf77d-9f31-4448-8083-a8e404ff6171 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:24,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d05cf77d-9f31-4448-8083-a8e404ff6171 2018-11-09 08:02:24,288 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-9e4ea379-23db-461-user 2018-11-09 08:02:24,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/fee06823a6d7458ab4d0de609f5deed6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15757515c188a1d15fc6e72e7d0886071ee14098" 2018-11-09 08:02:24,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ce72819-d986-483a-8043-0555d6ff8a3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:24,545 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/fee06823a6d7458ab4d0de609f5deed6 used request id req-3ce72819-d986-483a-8043-0555d6ff8a3d 2018-11-09 08:02:24,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:24,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["NuWz_EGHSzCEgixIVxGISg"], "issued_at": "2018-11-09T08:02:24.000000Z"}} 2018-11-09 08:02:24,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99c5eca5c7e36d03e155fe7cfc4a2e123e8a1f28" 2018-11-09 08:02:25,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c79659d-d341-4fc4-b8b4-9ddc3776ca50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:25,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4c79659d-d341-4fc4-b8b4-9ddc3776ca50 2018-11-09 08:02:25,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:25,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:25,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["TSOcyt01RdC_d_CkEUwtOA"], "issued_at": "2018-11-09T08:02:25.000000Z"}} 2018-11-09 08:02:25,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:25,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b354fc9f-5fb6-4f19-9e51-9827794145bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:25,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b354fc9f-5fb6-4f19-9e51-9827794145bc 2018-11-09 08:02:25,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:25,471 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:02: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:25,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c8ab1c15-77f2-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:25,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9c878bf-5e76-4447-b419-61748c861081 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c8ab1c15-77f2-418-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:02:25,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c8ab1c15-77f2-418-proj used request id req-c9c878bf-5e76-4447-b419-61748c861081 2018-11-09 08:02:25,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:25,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f882190-7322-4dbd-bd39-bd530399c1e9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:25,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-7f882190-7322-4dbd-bd39-bd530399c1e9 2018-11-09 08:02:25,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-proj"}}' 2018-11-09 08:02:25,766 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-569eafba-dbd2-415e-8dc2-56b2608a09d8 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5a79f8b34ed14e12b48ace1acf0727cd"}, "enabled": true, "id": "5a79f8b34ed14e12b48ace1acf0727cd", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-proj"}} 2018-11-09 08:02:25,766 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-569eafba-dbd2-415e-8dc2-56b2608a09d8 2018-11-09 08:02:25,767 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c8ab1c15-77f2-418-proj 2018-11-09 08:02:25,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:25,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:26,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["FAHdeWB1SOyYkiYIHjZsmA"], "issued_at": "2018-11-09T08:02:26.000000Z"}} 2018-11-09 08:02:26,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7bcf27d924e9f82e6a0f1bc10b7115e8d25998f" 2018-11-09 08:02:26,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e6f45a-38d2-40d9-9982-c2e2514d60d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:26,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a9e6f45a-38d2-40d9-9982-c2e2514d60d8 2018-11-09 08:02:26,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:26,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:02: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:26,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7bcf27d924e9f82e6a0f1bc10b7115e8d25998f" 2018-11-09 08:02:26,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783a77c2-2dc5-4b4b-8ac2-e5ce4fe6b3c7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:02:26,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-783a77c2-2dc5-4b4b-8ac2-e5ce4fe6b3c7 2018-11-09 08:02:26,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-c8ab1c15-77f2-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7bcf27d924e9f82e6a0f1bc10b7115e8d25998f" 2018-11-09 08:02:26,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69d081c-9e1d-47d3-96b1-77b6f5065d9d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-c8ab1c15-77f2-418-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5a79f8b34ed14e12b48ace1acf0727cd"}, "enabled": true, "id": "5a79f8b34ed14e12b48ace1acf0727cd", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-proj"}]} 2018-11-09 08:02:26,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-c8ab1c15-77f2-418-proj used request id req-b69d081c-9e1d-47d3-96b1-77b6f5065d9d 2018-11-09 08:02:26,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7bcf27d924e9f82e6a0f1bc10b7115e8d25998f" 2018-11-09 08:02:26,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4859e443-be32-4216-bda8-91389d74cf58 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:26,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-4859e443-be32-4216-bda8-91389d74cf58 2018-11-09 08:02:26,808 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c8ab1c15-77f2-418-user 2018-11-09 08:02:26,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:26,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:26,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25b81687-a38b-4ba9-aba6-e45950b23972 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:26,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-25b81687-a38b-4ba9-aba6-e45950b23972 2018-11-09 08:02:26,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" -d '{"role": {"name": "CreateImageSuccessTests-c8ab1c15-77f2-418-proj-role"}}' 2018-11-09 08:02:27,006 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7e9b108-b9f9-4145-88b2-c8f457d807b7 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "948117267d5447c3b237428ef3155448", "links": {"self": "http://172.30.9.27:5000/v3/roles/948117267d5447c3b237428ef3155448"}, "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-proj-role"}} 2018-11-09 08:02:27,006 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-f7e9b108-b9f9-4145-88b2-c8f457d807b7 2018-11-09 08:02:27,006 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c8ab1c15-77f2-418-proj-role 2018-11-09 08:02:27,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/948117267d5447c3b237428ef3155448 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:27,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e298968-94d0-448a-9e44-f806eeeb0b71 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/948117267d5447c3b237428ef3155448"}, "domain_id": null, "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-proj-role", "id": "948117267d5447c3b237428ef3155448"}} 2018-11-09 08:02:27,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/948117267d5447c3b237428ef3155448 used request id req-4e298968-94d0-448a-9e44-f806eeeb0b71 2018-11-09 08:02:27,098 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c8ab1c15-77f2-418-proj-role to project CreateImageSuccessTests-c8ab1c15-77f2-418-proj 2018-11-09 08:02:27,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/5a79f8b34ed14e12b48ace1acf0727cd/users/1e5c416b0d474b278b632de29e2acd88/roles/948117267d5447c3b237428ef3155448 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:27,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05105486-b1b6-47db-8095-26dcd88de8a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:27,223 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/5a79f8b34ed14e12b48ace1acf0727cd/users/1e5c416b0d474b278b632de29e2acd88/roles/948117267d5447c3b237428ef3155448 used request id req-05105486-b1b6-47db-8095-26dcd88de8a3 2018-11-09 08:02:27,224 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:02:27,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:27,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:27,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "948117267d5447c3b237428ef3155448", "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-proj-role"}], "expires_at": "2018-11-09T09:02:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5a79f8b34ed14e12b48ace1acf0727cd", "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-user", "id": "1e5c416b0d474b278b632de29e2acd88"}, "audit_ids": ["JCVt1Lb4RPKmWJAtLeqggg"], "issued_at": "2018-11-09T08:02:27.000000Z"}} 2018-11-09 08:02:27,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}231dfaa058dda060bc0202a8904f59b3e89cdb67" 2018-11-09 08:02:27,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9987e1c-f4fa-428f-a1dc-a63b76bd2b48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:27,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b9987e1c-f4fa-428f-a1dc-a63b76bd2b48 2018-11-09 08:02:27,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231dfaa058dda060bc0202a8904f59b3e89cdb67" 2018-11-09 08:02:27,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-59d9f3d4-6af2-40b0-96bc-fe7bbb6898c9 Date: Fri, 09 Nov 2018 08:02:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5"} 2018-11-09 08:02:27,944 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5 used request id req-59d9f3d4-6af2-40b0-96bc-fe7bbb6898c9 2018-11-09 08:02:27,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231dfaa058dda060bc0202a8904f59b3e89cdb67" 2018-11-09 08:02:28,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1b1cb600-112d-4d2b-a929-290720ba0169 Date: Fri, 09 Nov 2018 08:02:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:28,180 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-1b1cb600-112d-4d2b-a929-290720ba0169 2018-11-09 08:02:28,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}231dfaa058dda060bc0202a8904f59b3e89cdb67" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5"}' 2018-11-09 08:02:28,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0 X-Openstack-Request-Id: req-4cadc48d-6735-4a5b-9699-88f88feb8cab Date: Fri, 09 Nov 2018 08:02:28 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0", "min_disk": 0, "protected": false, "id": "dd1f6086-fe6e-4814-8017-a0f0aed392b0", "file": "/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/file", "checksum": null, "owner": "5a79f8b34ed14e12b48ace1acf0727cd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:28,482 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-4cadc48d-6735-4a5b-9699-88f88feb8cab 2018-11-09 08:02:28,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231dfaa058dda060bc0202a8904f59b3e89cdb67" -d '' 2018-11-09 08:02:29,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-384cbee6-d462-4f18-aee5-056956e7f3fc Date: Fri, 09 Nov 2018 08:02:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:02:29,664 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/file used request id req-384cbee6-d462-4f18-aee5-056956e7f3fc 2018-11-09 08:02:29,664 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:02:29,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231dfaa058dda060bc0202a8904f59b3e89cdb67" 2018-11-09 08:02:29,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d3153a79-6612-4c01-b642-86c798d46c97 Date: Fri, 09 Nov 2018 08:02:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:29Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/snap", "metadata": {}}], "self": "/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0", "min_disk": 0, "protected": false, "id": "dd1f6086-fe6e-4814-8017-a0f0aed392b0", "file": "/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5a79f8b34ed14e12b48ace1acf0727cd", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:29,829 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0 used request id req-d3153a79-6612-4c01-b642-86c798d46c97 2018-11-09 08:02:29,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231dfaa058dda060bc0202a8904f59b3e89cdb67" 2018-11-09 08:02:29,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-74226909-5a58-4530-8f15-59b7a6219d9f Date: Fri, 09 Nov 2018 08:02:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:29,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-74226909-5a58-4530-8f15-59b7a6219d9f 2018-11-09 08:02:29,989 - create_image - INFO - Created image with name - CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5 2018-11-09 08:02:29,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231dfaa058dda060bc0202a8904f59b3e89cdb67" 2018-11-09 08:02:30,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-208639f1-6a13-4f02-8d64-7b8fe885711b Date: Fri, 09 Nov 2018 08:02:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:29Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/snap", "metadata": {}}], "self": "/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0", "min_disk": 0, "protected": false, "id": "dd1f6086-fe6e-4814-8017-a0f0aed392b0", "file": "/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5a79f8b34ed14e12b48ace1acf0727cd", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:30,017 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0 used request id req-208639f1-6a13-4f02-8d64-7b8fe885711b 2018-11-09 08:02:30,018 - create_image - DEBUG - Instance status is - active 2018-11-09 08:02:30,018 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5 2018-11-09 08:02:30,018 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5 2018-11-09 08:02:30,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:30,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "948117267d5447c3b237428ef3155448", "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-proj-role"}], "expires_at": "2018-11-09T09:02:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5a79f8b34ed14e12b48ace1acf0727cd", "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5a79f8b34ed14e12b48ace1acf0727cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c8ab1c15-77f2-418-user", "id": "1e5c416b0d474b278b632de29e2acd88"}, "audit_ids": ["5_7bMNA2QUyItzzHHvnV6Q"], "issued_at": "2018-11-09T08:02:30.000000Z"}} 2018-11-09 08:02:30,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90ce740317483c28d6a14d189391b799bac252b4" 2018-11-09 08:02:30,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-2aa0e64f-b3fb-4f26-b70f-e828590a0936 Date: Fri, 09 Nov 2018 08:02:30 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:29Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/snap", "metadata": {}}], "self": "/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0", "min_disk": 0, "protected": false, "id": "dd1f6086-fe6e-4814-8017-a0f0aed392b0", "file": "/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5a79f8b34ed14e12b48ace1acf0727cd", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5"} 2018-11-09 08:02:30,562 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5 used request id req-2aa0e64f-b3fb-4f26-b70f-e828590a0936 2018-11-09 08:02:30,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90ce740317483c28d6a14d189391b799bac252b4" 2018-11-09 08:02:30,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-68c32d4f-0e5f-4457-a1c9-631eead47516 Date: Fri, 09 Nov 2018 08:02:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:30,725 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-68c32d4f-0e5f-4457-a1c9-631eead47516 2018-11-09 08:02:30,728 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-3727acbf-d4de-474f-bdd5-79faf23d99c5 2018-11-09 08:02:30,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}231dfaa058dda060bc0202a8904f59b3e89cdb67" 2018-11-09 08:02:32,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-645cdde5-b4ce-4828-911c-cf58796bdf20 Date: Fri, 09 Nov 2018 08:02:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:02:32,078 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/dd1f6086-fe6e-4814-8017-a0f0aed392b0 used request id req-645cdde5-b4ce-4828-911c-cf58796bdf20 2018-11-09 08:02:32,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:32,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7cbf1893-487c-4169-a49a-9566ba246102 Date: Fri, 09 Nov 2018 08:02:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:02:32,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-7cbf1893-487c-4169-a49a-9566ba246102 2018-11-09 08:02:32,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:32,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4a581d1-b23c-4f59-a9b4-e29f0dd30312 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:02:32,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-b4a581d1-b23c-4f59-a9b4-e29f0dd30312 2018-11-09 08:02:32,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:32,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1babb86-05a3-41d2-8418-54f96b5803f6 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:02:32,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-b1babb86-05a3-41d2-8418-54f96b5803f6 2018-11-09 08:02:32,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:32,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abfe7eaa-1c50-4aad-84e2-a6f549ed64ae Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:02:32,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-abfe7eaa-1c50-4aad-84e2-a6f549ed64ae 2018-11-09 08:02:32,567 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c8ab1c15-77f2-418-proj 2018-11-09 08:02:32,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/5a79f8b34ed14e12b48ace1acf0727cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:32,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5102485-868a-417c-ad02-ddc9c7025a19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:32,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5a79f8b34ed14e12b48ace1acf0727cd used request id req-a5102485-868a-417c-ad02-ddc9c7025a19 2018-11-09 08:02:32,794 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c8ab1c15-77f2-418-proj-role 2018-11-09 08:02:32,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/948117267d5447c3b237428ef3155448 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:32,916 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70ca53a9-873c-414e-a9e2-24a1e6a86e79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:32,916 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/948117267d5447c3b237428ef3155448 used request id req-70ca53a9-873c-414e-a9e2-24a1e6a86e79 2018-11-09 08:02:32,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1e2e9772381de382b5da013a7cad1d85a47d0" 2018-11-09 08:02:33,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36969983-e08a-4997-8654-58d1bf362472 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:33,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-36969983-e08a-4997-8654-58d1bf362472 2018-11-09 08:02:33,006 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c8ab1c15-77f2-418-user 2018-11-09 08:02:33,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/1e5c416b0d474b278b632de29e2acd88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7bcf27d924e9f82e6a0f1bc10b7115e8d25998f" 2018-11-09 08:02:33,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85c2ab25-d9e2-4f45-acf9-6a772622853f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:33,191 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/1e5c416b0d474b278b632de29e2acd88 used request id req-85c2ab25-d9e2-4f45-acf9-6a772622853f 2018-11-09 08:02:33,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:33,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["C0JursHdRyiO5oXotePHpQ"], "issued_at": "2018-11-09T08:02:33.000000Z"}} 2018-11-09 08:02:33,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c397258e1b9d1c84ff5f47452aed6c92289e5e52" 2018-11-09 08:02:33,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af8264b-c75c-4500-9dbe-c406f8cabe6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:33,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7af8264b-c75c-4500-9dbe-c406f8cabe6a 2018-11-09 08:02:33,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:33,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:34,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["0m9-z-ghSG2EVkFqZ7JdMQ"], "issued_at": "2018-11-09T08:02:33.000000Z"}} 2018-11-09 08:02:34,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:34,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a23fc2-d0c4-4401-b96c-bf1885151d2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:34,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-01a23fc2-d0c4-4401-b96c-bf1885151d2f 2018-11-09 08:02:34,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:34,150 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:02: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:34,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:34,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49662983-bb6d-4f31-bda3-cbb904fd43ce Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:02:34,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj used request id req-49662983-bb6d-4f31-bda3-cbb904fd43ce 2018-11-09 08:02:34,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:34,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e95d33d-0087-4807-9a13-5cac7117eecd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:34,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-8e95d33d-0087-4807-9a13-5cac7117eecd 2018-11-09 08:02:34,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj"}}' 2018-11-09 08:02:34,455 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ddd6ae5-616c-46ad-87c6-703d93a5e48e Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fd68f82e5a434d9b952d0a9f5ce4e144"}, "enabled": true, "id": "fd68f82e5a434d9b952d0a9f5ce4e144", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj"}} 2018-11-09 08:02:34,455 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-8ddd6ae5-616c-46ad-87c6-703d93a5e48e 2018-11-09 08:02:34,455 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj 2018-11-09 08:02:34,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:34,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:34,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["56PZNvBbTO-6C6hXQlEntA"], "issued_at": "2018-11-09T08:02:34.000000Z"}} 2018-11-09 08:02:34,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9212980c1b50b83967541adec7e64241424b5fc7" 2018-11-09 08:02:34,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50aa5db6-8489-42df-8667-33930fd2f719 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:34,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-50aa5db6-8489-42df-8667-33930fd2f719 2018-11-09 08:02:34,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:34,938 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:02: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:34,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9212980c1b50b83967541adec7e64241424b5fc7" 2018-11-09 08:02:34,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72ea971-fccc-4afb-b14e-4b183586ed5a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:02:34,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b72ea971-fccc-4afb-b14e-4b183586ed5a 2018-11-09 08:02:34,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9212980c1b50b83967541adec7e64241424b5fc7" 2018-11-09 08:02:35,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd937d84-4af2-46f7-b832-34c0d95eec6e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fd68f82e5a434d9b952d0a9f5ce4e144"}, "enabled": true, "id": "fd68f82e5a434d9b952d0a9f5ce4e144", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj"}]} 2018-11-09 08:02:35,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj used request id req-fd937d84-4af2-46f7-b832-34c0d95eec6e 2018-11-09 08:02:35,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9212980c1b50b83967541adec7e64241424b5fc7" 2018-11-09 08:02:35,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-410da7b0-8ef8-4dad-96a6-f3d2ffc4c054 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:35,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-410da7b0-8ef8-4dad-96a6-f3d2ffc4c054 2018-11-09 08:02:35,515 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-3f3a40ff-d6bc-4dd-user 2018-11-09 08:02:35,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:35,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:35,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508c03ca-1296-4900-a9e1-8a4608c3e450 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:35,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-508c03ca-1296-4900-a9e1-8a4608c3e450 2018-11-09 08:02:35,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" -d '{"role": {"name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj-role"}}' 2018-11-09 08:02:35,706 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43ecf67e-6a5d-47f2-85ac-d11b743eed18 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b869c44e1eff4d2996722230e79c7d54", "links": {"self": "http://172.30.9.27:5000/v3/roles/b869c44e1eff4d2996722230e79c7d54"}, "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj-role"}} 2018-11-09 08:02:35,707 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-43ecf67e-6a5d-47f2-85ac-d11b743eed18 2018-11-09 08:02:35,707 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj-role 2018-11-09 08:02:35,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b869c44e1eff4d2996722230e79c7d54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:35,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-582e0e5d-5d6c-4f76-951b-96b9fb90ff48 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b869c44e1eff4d2996722230e79c7d54"}, "domain_id": null, "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj-role", "id": "b869c44e1eff4d2996722230e79c7d54"}} 2018-11-09 08:02:35,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b869c44e1eff4d2996722230e79c7d54 used request id req-582e0e5d-5d6c-4f76-951b-96b9fb90ff48 2018-11-09 08:02:35,800 - keystone_utils - INFO - Granting role CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj-role to project CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj 2018-11-09 08:02:35,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/fd68f82e5a434d9b952d0a9f5ce4e144/users/ad03d7216f974993afce70446a66a50b/roles/b869c44e1eff4d2996722230e79c7d54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:35,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e204188-ba15-4805-963e-23405f1dba56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:35,937 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/fd68f82e5a434d9b952d0a9f5ce4e144/users/ad03d7216f974993afce70446a66a50b/roles/b869c44e1eff4d2996722230e79c7d54 used request id req-7e204188-ba15-4805-963e-23405f1dba56 2018-11-09 08:02:35,937 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:02:35,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:35,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:36,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b869c44e1eff4d2996722230e79c7d54", "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj-role"}], "expires_at": "2018-11-09T09:02:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd68f82e5a434d9b952d0a9f5ce4e144", "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-user", "id": "ad03d7216f974993afce70446a66a50b"}, "audit_ids": ["KO_MbIfjQjSlQO1J8yp7NA"], "issued_at": "2018-11-09T08:02:36.000000Z"}} 2018-11-09 08:02:36,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6252e4b2733a7a79b6240185390ece4530babbca" 2018-11-09 08:02:36,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b1743e-4518-427c-a836-cc6210b1bc1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:36,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d1b1743e-4518-427c-a836-cc6210b1bc1c 2018-11-09 08:02:36,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6252e4b2733a7a79b6240185390ece4530babbca" 2018-11-09 08:02:36,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-a67d7478-475f-4e5e-9275-66d1e1e8505f Date: Fri, 09 Nov 2018 08:02:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340"} 2018-11-09 08:02:36,929 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340 used request id req-a67d7478-475f-4e5e-9275-66d1e1e8505f 2018-11-09 08:02:36,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6252e4b2733a7a79b6240185390ece4530babbca" 2018-11-09 08:02:37,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-13447ce3-1d86-4b2d-b893-0fd7a636f91a Date: Fri, 09 Nov 2018 08:02:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:37,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-13447ce3-1d86-4b2d-b893-0fd7a636f91a 2018-11-09 08:02:37,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6252e4b2733a7a79b6240185390ece4530babbca" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340"}' 2018-11-09 08:02:37,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1 X-Openstack-Request-Id: req-9cee351b-c839-4360-bf30-1b85798f16b0 Date: Fri, 09 Nov 2018 08:02:37 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1", "min_disk": 0, "protected": false, "id": "1b3f2db3-c696-40e4-836c-7e55b964ffc1", "file": "/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/file", "checksum": null, "owner": "fd68f82e5a434d9b952d0a9f5ce4e144", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:37,301 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-9cee351b-c839-4360-bf30-1b85798f16b0 2018-11-09 08:02:37,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6252e4b2733a7a79b6240185390ece4530babbca" -d '' 2018-11-09 08:02:38,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a451d097-dcc4-4d85-abc1-abf2eb9fba67 Date: Fri, 09 Nov 2018 08:02:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:02:38,578 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/file used request id req-a451d097-dcc4-4d85-abc1-abf2eb9fba67 2018-11-09 08:02:38,579 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:02:38,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6252e4b2733a7a79b6240185390ece4530babbca" 2018-11-09 08:02:39,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-621c7b2c-1976-4803-b8a2-d4074661c9c4 Date: Fri, 09 Nov 2018 08:02:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:38Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/snap", "metadata": {}}], "self": "/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1", "min_disk": 0, "protected": false, "id": "1b3f2db3-c696-40e4-836c-7e55b964ffc1", "file": "/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fd68f82e5a434d9b952d0a9f5ce4e144", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:39,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1 used request id req-621c7b2c-1976-4803-b8a2-d4074661c9c4 2018-11-09 08:02:39,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6252e4b2733a7a79b6240185390ece4530babbca" 2018-11-09 08:02:39,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fb481e3b-af4e-46bd-8ffb-c71a7ca3b09b Date: Fri, 09 Nov 2018 08:02:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:39,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-fb481e3b-af4e-46bd-8ffb-c71a7ca3b09b 2018-11-09 08:02:39,275 - create_image - INFO - Created image with name - CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340 2018-11-09 08:02:39,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6252e4b2733a7a79b6240185390ece4530babbca" 2018-11-09 08:02:39,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-64929442-00f2-4a2e-923e-14b4c380d463 Date: Fri, 09 Nov 2018 08:02:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:38Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/snap", "metadata": {}}], "self": "/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1", "min_disk": 0, "protected": false, "id": "1b3f2db3-c696-40e4-836c-7e55b964ffc1", "file": "/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fd68f82e5a434d9b952d0a9f5ce4e144", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:39,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1 used request id req-64929442-00f2-4a2e-923e-14b4c380d463 2018-11-09 08:02:39,444 - create_image - DEBUG - Instance status is - active 2018-11-09 08:02:39,444 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340 2018-11-09 08:02:39,445 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340 2018-11-09 08:02:39,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:39,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b869c44e1eff4d2996722230e79c7d54", "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj-role"}], "expires_at": "2018-11-09T09:02:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd68f82e5a434d9b952d0a9f5ce4e144", "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/fd68f82e5a434d9b952d0a9f5ce4e144", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-3f3a40ff-d6bc-4dd-user", "id": "ad03d7216f974993afce70446a66a50b"}, "audit_ids": ["IZpnf0zRTEq4JXE3l8dV0g"], "issued_at": "2018-11-09T08:02:39.000000Z"}} 2018-11-09 08:02:39,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}325c16bdfa6c87724a90687324cf94c6f5176094" 2018-11-09 08:02:40,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-5097b7e1-508f-4d7c-afe9-3fe849fe67d8 Date: Fri, 09 Nov 2018 08:02:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:38Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/snap", "metadata": {}}], "self": "/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1", "min_disk": 0, "protected": false, "id": "1b3f2db3-c696-40e4-836c-7e55b964ffc1", "file": "/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fd68f82e5a434d9b952d0a9f5ce4e144", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340"} 2018-11-09 08:02:40,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340 used request id req-5097b7e1-508f-4d7c-afe9-3fe849fe67d8 2018-11-09 08:02:40,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}325c16bdfa6c87724a90687324cf94c6f5176094" 2018-11-09 08:02:40,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-06aa590f-1b86-435d-9683-bd61ec43af14 Date: Fri, 09 Nov 2018 08:02:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:40,656 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-06aa590f-1b86-435d-9683-bd61ec43af14 2018-11-09 08:02:40,659 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-f216aeec-2a28-4c74-94ce-3424abf2b340 2018-11-09 08:02:40,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6252e4b2733a7a79b6240185390ece4530babbca" 2018-11-09 08:02:42,144 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9e53f6f0-c879-40e6-a454-98e4e7277187 Date: Fri, 09 Nov 2018 08:02:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:02:42,144 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/1b3f2db3-c696-40e4-836c-7e55b964ffc1 used request id req-9e53f6f0-c879-40e6-a454-98e4e7277187 2018-11-09 08:02:42,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:42,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-028aeda9-a685-417d-88cb-8052db8cff5c Date: Fri, 09 Nov 2018 08:02:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:02:42,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-028aeda9-a685-417d-88cb-8052db8cff5c 2018-11-09 08:02:42,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:42,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14595ada-4434-43dd-b293-feedcd2701d8 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:02:42,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-14595ada-4434-43dd-b293-feedcd2701d8 2018-11-09 08:02:42,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:42,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bba2dfbd-4568-45f7-84e9-b60d3f09ca72 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:02:42,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-bba2dfbd-4568-45f7-84e9-b60d3f09ca72 2018-11-09 08:02:42,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:42,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b1762d7-195f-46b7-bd38-01795e04e809 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:02:42,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-3b1762d7-195f-46b7-bd38-01795e04e809 2018-11-09 08:02:42,661 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj 2018-11-09 08:02:42,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/fd68f82e5a434d9b952d0a9f5ce4e144 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:42,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-084be7fc-b729-41bf-95ae-fb7dfd3b3a48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:42,865 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/fd68f82e5a434d9b952d0a9f5ce4e144 used request id req-084be7fc-b729-41bf-95ae-fb7dfd3b3a48 2018-11-09 08:02:42,865 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-3f3a40ff-d6bc-4dd-proj-role 2018-11-09 08:02:42,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/b869c44e1eff4d2996722230e79c7d54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:42,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42a77503-1e19-4250-86db-e5b943691358 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:42,970 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b869c44e1eff4d2996722230e79c7d54 used request id req-42a77503-1e19-4250-86db-e5b943691358 2018-11-09 08:02:42,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c1f53c84a6c15a2b64a1abfc4a17ea9e9c0797" 2018-11-09 08:02:43,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84ebbdf7-1d54-4e39-8228-fada065991f1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:43,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-84ebbdf7-1d54-4e39-8228-fada065991f1 2018-11-09 08:02:43,067 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-3f3a40ff-d6bc-4dd-user 2018-11-09 08:02:43,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ad03d7216f974993afce70446a66a50b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9212980c1b50b83967541adec7e64241424b5fc7" 2018-11-09 08:02:43,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9319c0c-2ebd-4690-8b7b-7474acb0704b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:43,297 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ad03d7216f974993afce70446a66a50b used request id req-d9319c0c-2ebd-4690-8b7b-7474acb0704b 2018-11-09 08:02:43,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:43,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["cqqaf1t8TBSGVyQept-C0A"], "issued_at": "2018-11-09T08:02:43.000000Z"}} 2018-11-09 08:02:43,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01839e889c6f4eb7540aa9e89a77681388af98" 2018-11-09 08:02:43,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-068c8d94-dbac-4ec6-8260-488c4a7aa241 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:43,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-068c8d94-dbac-4ec6-8260-488c4a7aa241 2018-11-09 08:02:43,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:43,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:44,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["WhYN0GcgTtSL7rARF46lkQ"], "issued_at": "2018-11-09T08:02:44.000000Z"}} 2018-11-09 08:02:44,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:44,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5767d672-2089-4e7f-aaf6-ea50ae74d0dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:44,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5767d672-2089-4e7f-aaf6-ea50ae74d0dd 2018-11-09 08:02:44,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:44,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:44,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:44,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eef9e22a-3470-45c6-ad6d-1320303d016d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:02:44,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj used request id req-eef9e22a-3470-45c6-ad6d-1320303d016d 2018-11-09 08:02:44,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:44,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28093062-5479-4c2e-94b3-fd15c121641d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:44,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-28093062-5479-4c2e-94b3-fd15c121641d 2018-11-09 08:02:44,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj"}}' 2018-11-09 08:02:44,635 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e9b70cc-e670-46d8-b00a-22154c4abe41 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e09ae89b53714bbe8df11fbe4179e74e"}, "enabled": true, "id": "e09ae89b53714bbe8df11fbe4179e74e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj"}} 2018-11-09 08:02:44,635 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5e9b70cc-e670-46d8-b00a-22154c4abe41 2018-11-09 08:02:44,635 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj 2018-11-09 08:02:44,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:44,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:45,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["3sL9YKihRlCwdBZzBFDvVQ"], "issued_at": "2018-11-09T08:02:45.000000Z"}} 2018-11-09 08:02:45,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0887b0f6b286ac138964e26a5de9cb91e0daece" 2018-11-09 08:02:45,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57d6d6b2-faad-4e15-b2af-331e3b07af24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:45,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-57d6d6b2-faad-4e15-b2af-331e3b07af24 2018-11-09 08:02:45,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:45,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:02:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:45,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0887b0f6b286ac138964e26a5de9cb91e0daece" 2018-11-09 08:02:45,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9575bd73-98a4-4060-aac6-fe280d355dc5 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:02:45,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9575bd73-98a4-4060-aac6-fe280d355dc5 2018-11-09 08:02:45,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0887b0f6b286ac138964e26a5de9cb91e0daece" 2018-11-09 08:02:45,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8bbdac3-17e1-4ec0-b022-1b5d236e980d Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e09ae89b53714bbe8df11fbe4179e74e"}, "enabled": true, "id": "e09ae89b53714bbe8df11fbe4179e74e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj"}]} 2018-11-09 08:02:45,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj used request id req-b8bbdac3-17e1-4ec0-b022-1b5d236e980d 2018-11-09 08:02:45,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0887b0f6b286ac138964e26a5de9cb91e0daece" 2018-11-09 08:02:45,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914e8da8-93d9-4df3-9ef3-18526dec26e3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:45,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-914e8da8-93d9-4df3-9ef3-18526dec26e3 2018-11-09 08:02:45,713 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-aa4e2926-8b5f-4dd-user 2018-11-09 08:02:45,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:45,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:45,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d156a355-0eb9-4a35-bc78-d9b613178310 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:45,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d156a355-0eb9-4a35-bc78-d9b613178310 2018-11-09 08:02:45,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" -d '{"role": {"name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj-role"}}' 2018-11-09 08:02:45,940 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5960ffd6-38ca-48c0-aa1d-d12064a96bad Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c4b5a41b0a3f49149101d40bd4e5fd07", "links": {"self": "http://172.30.9.27:5000/v3/roles/c4b5a41b0a3f49149101d40bd4e5fd07"}, "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj-role"}} 2018-11-09 08:02:45,940 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-5960ffd6-38ca-48c0-aa1d-d12064a96bad 2018-11-09 08:02:45,940 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj-role 2018-11-09 08:02:45,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/c4b5a41b0a3f49149101d40bd4e5fd07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:45,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e43e14ff-fd45-4477-98d6-7da84397fdca Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/c4b5a41b0a3f49149101d40bd4e5fd07"}, "domain_id": null, "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj-role", "id": "c4b5a41b0a3f49149101d40bd4e5fd07"}} 2018-11-09 08:02:45,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/c4b5a41b0a3f49149101d40bd4e5fd07 used request id req-e43e14ff-fd45-4477-98d6-7da84397fdca 2018-11-09 08:02:45,959 - keystone_utils - INFO - Granting role CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj-role to project CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj 2018-11-09 08:02:45,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/e09ae89b53714bbe8df11fbe4179e74e/users/ff932560e9ec4410ae6a3304b34e1a8d/roles/c4b5a41b0a3f49149101d40bd4e5fd07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:46,098 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0698299a-e54d-4293-905c-5906c782f135 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:46,098 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/e09ae89b53714bbe8df11fbe4179e74e/users/ff932560e9ec4410ae6a3304b34e1a8d/roles/c4b5a41b0a3f49149101d40bd4e5fd07 used request id req-0698299a-e54d-4293-905c-5906c782f135 2018-11-09 08:02:46,099 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:02:46,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:46,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:46,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c4b5a41b0a3f49149101d40bd4e5fd07", "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj-role"}], "expires_at": "2018-11-09T09:02:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e09ae89b53714bbe8df11fbe4179e74e", "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/e09ae89b53714bbe8df11fbe4179e74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/e09ae89b53714bbe8df11fbe4179e74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/e09ae89b53714bbe8df11fbe4179e74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/e09ae89b53714bbe8df11fbe4179e74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/e09ae89b53714bbe8df11fbe4179e74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/e09ae89b53714bbe8df11fbe4179e74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-user", "id": "ff932560e9ec4410ae6a3304b34e1a8d"}, "audit_ids": ["-cWnV5EHQVSKAatOrWC1Ug"], "issued_at": "2018-11-09T08:02:46.000000Z"}} 2018-11-09 08:02:46,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9545f326c8c6ca7470fcbf3b90170d2b7223a20d" 2018-11-09 08:02:46,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a278e9e6-b753-4cb9-8cc7-015402d26330 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:46,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a278e9e6-b753-4cb9-8cc7-015402d26330 2018-11-09 08:02:46,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9545f326c8c6ca7470fcbf3b90170d2b7223a20d" 2018-11-09 08:02:46,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-2202ae63-4a63-41b0-8ffb-31f3c6e847c0 Date: Fri, 09 Nov 2018 08:02:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4"} 2018-11-09 08:02:46,745 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4 used request id req-2202ae63-4a63-41b0-8ffb-31f3c6e847c0 2018-11-09 08:02:46,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9545f326c8c6ca7470fcbf3b90170d2b7223a20d" 2018-11-09 08:02:46,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bb38a935-c327-4f95-b687-6c702c20afe8 Date: Fri, 09 Nov 2018 08:02:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:46,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-bb38a935-c327-4f95-b687-6c702c20afe8 2018-11-09 08:02:46,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9545f326c8c6ca7470fcbf3b90170d2b7223a20d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4"}' 2018-11-09 08:02:47,139 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9 X-Openstack-Request-Id: req-dfeec251-4493-4f18-a2de-0a65e5c2eb20 Date: Fri, 09 Nov 2018 08:02:47 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:46Z", "visibility": "shared", "locations": [], "self": "/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9", "min_disk": 0, "protected": false, "id": "1575476b-06a8-412b-a888-25367b6fbfa9", "file": "/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9/file", "checksum": null, "owner": "e09ae89b53714bbe8df11fbe4179e74e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:47,139 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-dfeec251-4493-4f18-a2de-0a65e5c2eb20 2018-11-09 08:02:47,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9545f326c8c6ca7470fcbf3b90170d2b7223a20d" -d '' 2018-11-09 08:02:48,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ea241399-3dc5-4325-bffc-879014393322 Date: Fri, 09 Nov 2018 08:02:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:02:48,659 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9/file used request id req-ea241399-3dc5-4325-bffc-879014393322 2018-11-09 08:02:48,660 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:02:48,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9545f326c8c6ca7470fcbf3b90170d2b7223a20d" 2018-11-09 08:02:48,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f32c559d-85c3-4928-9379-b91b19550f3c Date: Fri, 09 Nov 2018 08:02:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:48Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1575476b-06a8-412b-a888-25367b6fbfa9/snap", "metadata": {}}], "self": "/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9", "min_disk": 0, "protected": false, "id": "1575476b-06a8-412b-a888-25367b6fbfa9", "file": "/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e09ae89b53714bbe8df11fbe4179e74e", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1575476b-06a8-412b-a888-25367b6fbfa9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:48,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9 used request id req-f32c559d-85c3-4928-9379-b91b19550f3c 2018-11-09 08:02:48,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9545f326c8c6ca7470fcbf3b90170d2b7223a20d" 2018-11-09 08:02:48,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a9cb18b5-81cb-4551-a123-8f6775077b4d Date: Fri, 09 Nov 2018 08:02:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:48,990 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-a9cb18b5-81cb-4551-a123-8f6775077b4d 2018-11-09 08:02:48,993 - create_image - INFO - Created image with name - CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4 2018-11-09 08:02:48,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9545f326c8c6ca7470fcbf3b90170d2b7223a20d" 2018-11-09 08:02:49,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0b1fd734-cec4-4a02-8e7c-40884cfe3e64 Date: Fri, 09 Nov 2018 08:02:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:48Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1575476b-06a8-412b-a888-25367b6fbfa9/snap", "metadata": {}}], "self": "/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9", "min_disk": 0, "protected": false, "id": "1575476b-06a8-412b-a888-25367b6fbfa9", "file": "/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e09ae89b53714bbe8df11fbe4179e74e", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1575476b-06a8-412b-a888-25367b6fbfa9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:49,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9 used request id req-0b1fd734-cec4-4a02-8e7c-40884cfe3e64 2018-11-09 08:02:49,145 - create_image - DEBUG - Instance status is - active 2018-11-09 08:02:49,145 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4 2018-11-09 08:02:49,145 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4 2018-11-09 08:02:49,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:49,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c4b5a41b0a3f49149101d40bd4e5fd07", "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj-role"}], "expires_at": "2018-11-09T09:02:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e09ae89b53714bbe8df11fbe4179e74e", "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/e09ae89b53714bbe8df11fbe4179e74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/e09ae89b53714bbe8df11fbe4179e74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/e09ae89b53714bbe8df11fbe4179e74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/e09ae89b53714bbe8df11fbe4179e74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/e09ae89b53714bbe8df11fbe4179e74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/e09ae89b53714bbe8df11fbe4179e74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/e09ae89b53714bbe8df11fbe4179e74e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-aa4e2926-8b5f-4dd-user", "id": "ff932560e9ec4410ae6a3304b34e1a8d"}, "audit_ids": ["sc5B1Et6TEC5SJ8oPQtyXA"], "issued_at": "2018-11-09T08:02:49.000000Z"}} 2018-11-09 08:02:49,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e8ca23ef58a2a20b137b9ed8f6fce7a91733e432" 2018-11-09 08:02:49,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-b089bc8f-d431-429e-a925-79fdc52b52d9 Date: Fri, 09 Nov 2018 08:02:49 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:48Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1575476b-06a8-412b-a888-25367b6fbfa9/snap", "metadata": {}}], "self": "/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9", "min_disk": 0, "protected": false, "id": "1575476b-06a8-412b-a888-25367b6fbfa9", "file": "/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e09ae89b53714bbe8df11fbe4179e74e", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1575476b-06a8-412b-a888-25367b6fbfa9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4"} 2018-11-09 08:02:49,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4 used request id req-b089bc8f-d431-429e-a925-79fdc52b52d9 2018-11-09 08:02:49,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e8ca23ef58a2a20b137b9ed8f6fce7a91733e432" 2018-11-09 08:02:49,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-656557c6-a82d-4b80-b4e1-a1daeab4a144 Date: Fri, 09 Nov 2018 08:02:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:49,968 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-656557c6-a82d-4b80-b4e1-a1daeab4a144 2018-11-09 08:02:49,971 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-bf6a6057-59a9-4da5-913f-d4745b7aa8d4 2018-11-09 08:02:49,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9545f326c8c6ca7470fcbf3b90170d2b7223a20d" 2018-11-09 08:02:50,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-52dc6ea7-812a-4107-8a0a-0f8506c40971 Date: Fri, 09 Nov 2018 08:02:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:02:50,946 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/1575476b-06a8-412b-a888-25367b6fbfa9 used request id req-52dc6ea7-812a-4107-8a0a-0f8506c40971 2018-11-09 08:02:50,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:51,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fc819503-0764-4252-8bd7-f729299a90db Date: Fri, 09 Nov 2018 08:02:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:02:51,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-fc819503-0764-4252-8bd7-f729299a90db 2018-11-09 08:02:51,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:51,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3993d956-0702-4eed-b33d-0e944a0ec6a9 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:02:51,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-3993d956-0702-4eed-b33d-0e944a0ec6a9 2018-11-09 08:02:51,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:51,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4712ed-159f-4881-a615-180a3e677e0c 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:02:51,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-0b4712ed-159f-4881-a615-180a3e677e0c 2018-11-09 08:02:51,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:51,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2d7a56e-4a1c-4281-b73a-4afcd0cedf88 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:02:51,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-e2d7a56e-4a1c-4281-b73a-4afcd0cedf88 2018-11-09 08:02:51,456 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj 2018-11-09 08:02:51,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/e09ae89b53714bbe8df11fbe4179e74e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:51,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b11a765-41ef-4789-b5cc-f48ea0ad9424 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:51,697 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/e09ae89b53714bbe8df11fbe4179e74e used request id req-0b11a765-41ef-4789-b5cc-f48ea0ad9424 2018-11-09 08:02:51,697 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-aa4e2926-8b5f-4dd-proj-role 2018-11-09 08:02:51,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/c4b5a41b0a3f49149101d40bd4e5fd07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:51,802 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caee9482-2fcd-4a59-ba81-ab89ff04f231 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:51,802 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/c4b5a41b0a3f49149101d40bd4e5fd07 used request id req-caee9482-2fcd-4a59-ba81-ab89ff04f231 2018-11-09 08:02:51,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2ccd763b50e704431ba5847a7c294aa94963ab" 2018-11-09 08:02:51,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3709504-f352-4e45-9bb0-c36f7d5d0981 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:51,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a3709504-f352-4e45-9bb0-c36f7d5d0981 2018-11-09 08:02:51,898 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-aa4e2926-8b5f-4dd-user 2018-11-09 08:02:51,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ff932560e9ec4410ae6a3304b34e1a8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0887b0f6b286ac138964e26a5de9cb91e0daece" 2018-11-09 08:02:52,096 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99c53974-2179-4f0d-93e3-5309ee1acc6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:52,096 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ff932560e9ec4410ae6a3304b34e1a8d used request id req-99c53974-2179-4f0d-93e3-5309ee1acc6c 2018-11-09 08:02:52,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:52,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["8UShP1TrTTe5U1sO4Eh2GQ"], "issued_at": "2018-11-09T08:02:52.000000Z"}} 2018-11-09 08:02:52,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bda35ed014957fcabfb588fb06538cebc2832df" 2018-11-09 08:02:52,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9058bf5d-a496-4bbf-9254-e9ee7f6556f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:52,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9058bf5d-a496-4bbf-9254-e9ee7f6556f4 2018-11-09 08:02:52,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:52,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:52,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["6azWieC5T1CwaE03njStTg"], "issued_at": "2018-11-09T08:02:52.000000Z"}} 2018-11-09 08:02:52,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:02:53,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7359513c-ff76-477b-ac2e-7e8c86c11e8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:53,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7359513c-ff76-477b-ac2e-7e8c86c11e8d 2018-11-09 08:02:53,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:53,047 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:53,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7c11b9c8-3d10-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:02:53,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6e6acf0-5797-490f-b861-6c0f55d9d2e8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7c11b9c8-3d10-479-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:02:53,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7c11b9c8-3d10-479-proj used request id req-e6e6acf0-5797-490f-b861-6c0f55d9d2e8 2018-11-09 08:02:53,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:02:53,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4490552-0f9e-401e-a643-44f57fad2073 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:53,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-c4490552-0f9e-401e-a643-44f57fad2073 2018-11-09 08:02:53,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj"}}' 2018-11-09 08:02:53,263 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7fb207c-3835-4ed3-8228-edef06da56b5 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0c4c1ccd079249ec8a4b71c27c5a5222"}, "enabled": true, "id": "0c4c1ccd079249ec8a4b71c27c5a5222", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj"}} 2018-11-09 08:02:53,263 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d7fb207c-3835-4ed3-8228-edef06da56b5 2018-11-09 08:02:53,263 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-7c11b9c8-3d10-479-proj 2018-11-09 08:02:53,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:53,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:53,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:02:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["TlIPNHQqTUu2ovsAHnFp2g"], "issued_at": "2018-11-09T08:02:53.000000Z"}} 2018-11-09 08:02:53,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}957a581a7eed9f3b2626179585a9b87291a5d2f8" 2018-11-09 08:02:53,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26b57665-5ac3-4181-9ff9-a993872c8214 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:53,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-26b57665-5ac3-4181-9ff9-a993872c8214 2018-11-09 08:02:53,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:02:53,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:02: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:02:53,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}957a581a7eed9f3b2626179585a9b87291a5d2f8" 2018-11-09 08:02:53,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e5ea78-8526-4110-b1e2-4b223d88d5d4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:02:53,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-20e5ea78-8526-4110-b1e2-4b223d88d5d4 2018-11-09 08:02:53,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-7c11b9c8-3d10-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}957a581a7eed9f3b2626179585a9b87291a5d2f8" 2018-11-09 08:02:53,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e96f3d5a-6005-4570-85c1-7f613d90a6b0 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-7c11b9c8-3d10-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0c4c1ccd079249ec8a4b71c27c5a5222"}, "enabled": true, "id": "0c4c1ccd079249ec8a4b71c27c5a5222", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj"}]} 2018-11-09 08:02:53,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-7c11b9c8-3d10-479-proj used request id req-e96f3d5a-6005-4570-85c1-7f613d90a6b0 2018-11-09 08:02:53,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}957a581a7eed9f3b2626179585a9b87291a5d2f8" 2018-11-09 08:02:54,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1d57e3f-ac35-4e9b-9842-ad1e3f427090 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:02:54,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d1d57e3f-ac35-4e9b-9842-ad1e3f427090 2018-11-09 08:02:54,323 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-7c11b9c8-3d10-479-user 2018-11-09 08:02:54,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:54,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:02:54,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d86c6bf-e54c-48a5-bfa1-39ae7671c947 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:02:54,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4d86c6bf-e54c-48a5-bfa1-39ae7671c947 2018-11-09 08:02:54,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" -d '{"role": {"name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj-role"}}' 2018-11-09 08:02:54,521 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81180c97-3422-485a-97c9-e96970269e05 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ca3cf46e72e84cb1be903e07b6865cdc", "links": {"self": "http://172.30.9.27:5000/v3/roles/ca3cf46e72e84cb1be903e07b6865cdc"}, "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj-role"}} 2018-11-09 08:02:54,521 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-81180c97-3422-485a-97c9-e96970269e05 2018-11-09 08:02:54,521 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-7c11b9c8-3d10-479-proj-role 2018-11-09 08:02:54,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/ca3cf46e72e84cb1be903e07b6865cdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:02:54,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ebeff3-0c3e-498e-9fb7-8de240c47644 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/ca3cf46e72e84cb1be903e07b6865cdc"}, "domain_id": null, "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj-role", "id": "ca3cf46e72e84cb1be903e07b6865cdc"}} 2018-11-09 08:02:54,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/ca3cf46e72e84cb1be903e07b6865cdc used request id req-f1ebeff3-0c3e-498e-9fb7-8de240c47644 2018-11-09 08:02:54,614 - keystone_utils - INFO - Granting role CreateImageSuccessTests-7c11b9c8-3d10-479-proj-role to project CreateImageSuccessTests-7c11b9c8-3d10-479-proj 2018-11-09 08:02:54,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/0c4c1ccd079249ec8a4b71c27c5a5222/users/5871a7f70f334492bb81363cf32cca40/roles/ca3cf46e72e84cb1be903e07b6865cdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:02:54,733 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77903f5f-d839-4975-a9bf-2d005aa087a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:02:54,733 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0c4c1ccd079249ec8a4b71c27c5a5222/users/5871a7f70f334492bb81363cf32cca40/roles/ca3cf46e72e84cb1be903e07b6865cdc used request id req-77903f5f-d839-4975-a9bf-2d005aa087a7 2018-11-09 08:02:54,734 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:02:54,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:54,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:55,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca3cf46e72e84cb1be903e07b6865cdc", "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj-role"}], "expires_at": "2018-11-09T09:02:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c4c1ccd079249ec8a4b71c27c5a5222", "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-user", "id": "5871a7f70f334492bb81363cf32cca40"}, "audit_ids": ["4rPujleGRxC126Z4jOcU-w"], "issued_at": "2018-11-09T08:02:54.000000Z"}} 2018-11-09 08:02:55,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ab3242826f2bae62f64e46b18d0962e8b92e03" 2018-11-09 08:02:55,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddbafd88-963e-4e30-974d-ea66d822e7dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:55,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ddbafd88-963e-4e30-974d-ea66d822e7dd 2018-11-09 08:02:55,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75ab3242826f2bae62f64e46b18d0962e8b92e03" 2018-11-09 08:02:55,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-509ea726-f1c8-49e4-bd88-a67fa7babb0a Date: Fri, 09 Nov 2018 08:02:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390"} 2018-11-09 08:02:55,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 used request id req-509ea726-f1c8-49e4-bd88-a67fa7babb0a 2018-11-09 08:02:55,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75ab3242826f2bae62f64e46b18d0962e8b92e03" 2018-11-09 08:02:55,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d1459664-3876-482e-9f7d-9f4840bb6963 Date: Fri, 09 Nov 2018 08: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"}}} 2018-11-09 08:02:55,601 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d1459664-3876-482e-9f7d-9f4840bb6963 2018-11-09 08:02:55,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}75ab3242826f2bae62f64e46b18d0962e8b92e03" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390"}' 2018-11-09 08:02:56,207 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da X-Openstack-Request-Id: req-a17f5ebb-37dc-4f72-9d4f-34f723f659eb Date: Fri, 09 Nov 2018 08:02:56 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da", "min_disk": 0, "protected": false, "id": "6e33f2b1-e48c-4251-80a2-03ed198034da", "file": "/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da/file", "checksum": null, "owner": "0c4c1ccd079249ec8a4b71c27c5a5222", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:56,207 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-a17f5ebb-37dc-4f72-9d4f-34f723f659eb 2018-11-09 08:02:56,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75ab3242826f2bae62f64e46b18d0962e8b92e03" -d '' 2018-11-09 08:02:57,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e7383a5-02fa-4eb3-b9b3-1d7d361ad0ab Date: Fri, 09 Nov 2018 08:02:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:02:57,355 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da/file used request id req-1e7383a5-02fa-4eb3-b9b3-1d7d361ad0ab 2018-11-09 08:02:57,356 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:02:57,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75ab3242826f2bae62f64e46b18d0962e8b92e03" 2018-11-09 08:02:57,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-eae614de-0b62-4879-a3a6-85c455c88427 Date: Fri, 09 Nov 2018 08:02:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:57Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6e33f2b1-e48c-4251-80a2-03ed198034da/snap", "metadata": {}}], "self": "/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da", "min_disk": 0, "protected": false, "id": "6e33f2b1-e48c-4251-80a2-03ed198034da", "file": "/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c4c1ccd079249ec8a4b71c27c5a5222", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6e33f2b1-e48c-4251-80a2-03ed198034da/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:57,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da used request id req-eae614de-0b62-4879-a3a6-85c455c88427 2018-11-09 08:02:57,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75ab3242826f2bae62f64e46b18d0962e8b92e03" 2018-11-09 08:02:58,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6005be1c-313e-422c-8bf7-1d0ee3ee0bb5 Date: Fri, 09 Nov 2018 08:02:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:58,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-6005be1c-313e-422c-8bf7-1d0ee3ee0bb5 2018-11-09 08:02:58,105 - create_image - INFO - Created image with name - CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 2018-11-09 08:02:58,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75ab3242826f2bae62f64e46b18d0962e8b92e03" 2018-11-09 08:02:58,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-ed5a382e-d739-416c-8a9a-9a7ac952c109 Date: Fri, 09 Nov 2018 08:02:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:57Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6e33f2b1-e48c-4251-80a2-03ed198034da/snap", "metadata": {}}], "self": "/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da", "min_disk": 0, "protected": false, "id": "6e33f2b1-e48c-4251-80a2-03ed198034da", "file": "/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c4c1ccd079249ec8a4b71c27c5a5222", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6e33f2b1-e48c-4251-80a2-03ed198034da/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:02:58,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da used request id req-ed5a382e-d739-416c-8a9a-9a7ac952c109 2018-11-09 08:02:58,263 - create_image - DEBUG - Instance status is - active 2018-11-09 08:02:58,263 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 2018-11-09 08:02:58,264 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 2018-11-09 08:02:58,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:58,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca3cf46e72e84cb1be903e07b6865cdc", "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj-role"}], "expires_at": "2018-11-09T09:02:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c4c1ccd079249ec8a4b71c27c5a5222", "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-user", "id": "5871a7f70f334492bb81363cf32cca40"}, "audit_ids": ["DFDS4D4GSvm6IpjxYUQoYg"], "issued_at": "2018-11-09T08:02:58.000000Z"}} 2018-11-09 08:02:58,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1f36af4a7765a8d65f532b4117be97d706eee7b" 2018-11-09 08:02:58,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-00159db7-30e9-4221-8763-d8156df8f3f8 Date: Fri, 09 Nov 2018 08:02:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:57Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6e33f2b1-e48c-4251-80a2-03ed198034da/snap", "metadata": {}}], "self": "/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da", "min_disk": 0, "protected": false, "id": "6e33f2b1-e48c-4251-80a2-03ed198034da", "file": "/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c4c1ccd079249ec8a4b71c27c5a5222", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6e33f2b1-e48c-4251-80a2-03ed198034da/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390"} 2018-11-09 08:02:58,822 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 used request id req-00159db7-30e9-4221-8763-d8156df8f3f8 2018-11-09 08:02:58,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1f36af4a7765a8d65f532b4117be97d706eee7b" 2018-11-09 08:02:58,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c910f019-f339-45c3-bd42-b19cff9818e3 Date: Fri, 09 Nov 2018 08:02:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:58,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-c910f019-f339-45c3-bd42-b19cff9818e3 2018-11-09 08:02:58,970 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:02:58,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:02:59,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca3cf46e72e84cb1be903e07b6865cdc", "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj-role"}], "expires_at": "2018-11-09T09:02:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c4c1ccd079249ec8a4b71c27c5a5222", "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0c4c1ccd079249ec8a4b71c27c5a5222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7c11b9c8-3d10-479-user", "id": "5871a7f70f334492bb81363cf32cca40"}, "audit_ids": ["QU6bOritQu-iLdynf8bTiQ"], "issued_at": "2018-11-09T08:02:59.000000Z"}} 2018-11-09 08:02:59,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7072d52da1e543f6e45bc6f9ccba332503b280b" 2018-11-09 08:02:59,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aee696c-1ca3-4162-9264-d06089aae8fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:02:59,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2aee696c-1ca3-4162-9264-d06089aae8fb 2018-11-09 08:02:59,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7072d52da1e543f6e45bc6f9ccba332503b280b" 2018-11-09 08:02:59,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-daf962d6-c9be-4c17-ad75-d9d08c2f8137 Date: Fri, 09 Nov 2018 08:02:59 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:02:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:02:57Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6e33f2b1-e48c-4251-80a2-03ed198034da/snap", "metadata": {}}], "self": "/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da", "min_disk": 0, "protected": false, "id": "6e33f2b1-e48c-4251-80a2-03ed198034da", "file": "/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c4c1ccd079249ec8a4b71c27c5a5222", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6e33f2b1-e48c-4251-80a2-03ed198034da/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390"} 2018-11-09 08:02:59,623 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 used request id req-daf962d6-c9be-4c17-ad75-d9d08c2f8137 2018-11-09 08:02:59,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7072d52da1e543f6e45bc6f9ccba332503b280b" 2018-11-09 08:02:59,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-28b4e544-de47-4c9e-80a5-5d653f6678c7 Date: Fri, 09 Nov 2018 08:02:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:02:59,785 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-28b4e544-de47-4c9e-80a5-5d653f6678c7 2018-11-09 08:02:59,787 - create_image - INFO - Found image with name - CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 2018-11-09 08:02:59,788 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-8385a9d2-2d51-4b65-91c2-7e5aec247390 2018-11-09 08:02:59,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75ab3242826f2bae62f64e46b18d0962e8b92e03" 2018-11-09 08:03:01,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-74c6968f-80e0-4c28-8edf-ed8ddaae36bd Date: Fri, 09 Nov 2018 08:03:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:03:01,030 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6e33f2b1-e48c-4251-80a2-03ed198034da used request id req-74c6968f-80e0-4c28-8edf-ed8ddaae36bd 2018-11-09 08:03:01,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:03:01,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-cdc2ae68-aa7d-41b3-9d14-229711d29c49 Date: Fri, 09 Nov 2018 08:03:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:01,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-cdc2ae68-aa7d-41b3-9d14-229711d29c49 2018-11-09 08:03:01,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:03:01,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a38472cb-eebb-4555-ae58-ef8e936289d6 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:01,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-a38472cb-eebb-4555-ae58-ef8e936289d6 2018-11-09 08:03:01,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:03:01,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acb7a441-a85d-481a-bab3-8c932f2cd2ee 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:01,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-acb7a441-a85d-481a-bab3-8c932f2cd2ee 2018-11-09 08:03:01,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:03:01,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f32de70e-2b38-4dc0-9a02-18c7ad6d38bd Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:01,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-f32de70e-2b38-4dc0-9a02-18c7ad6d38bd 2018-11-09 08:03:01,503 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-7c11b9c8-3d10-479-proj 2018-11-09 08:03:01,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/0c4c1ccd079249ec8a4b71c27c5a5222 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:03:01,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68321189-43ac-4278-a4e2-fbcc9f6886ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:01,727 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0c4c1ccd079249ec8a4b71c27c5a5222 used request id req-68321189-43ac-4278-a4e2-fbcc9f6886ad 2018-11-09 08:03:01,727 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-7c11b9c8-3d10-479-proj-role 2018-11-09 08:03:01,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/ca3cf46e72e84cb1be903e07b6865cdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:03:01,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9935633-1954-4d4c-816b-357be3a90830 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:01,844 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/ca3cf46e72e84cb1be903e07b6865cdc used request id req-a9935633-1954-4d4c-816b-357be3a90830 2018-11-09 08:03:01,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d74e2403f3fd511ef7ab14f3dbd1923892fe1a" 2018-11-09 08:03:01,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fb28acb-4a17-4301-8e68-3a917317d771 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:01,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0fb28acb-4a17-4301-8e68-3a917317d771 2018-11-09 08:03:01,938 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-7c11b9c8-3d10-479-user 2018-11-09 08:03:01,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/5871a7f70f334492bb81363cf32cca40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}957a581a7eed9f3b2626179585a9b87291a5d2f8" 2018-11-09 08:03:02,106 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fab4107-4385-4e96-b314-a50e4644d43e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:02,106 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/5871a7f70f334492bb81363cf32cca40 used request id req-3fab4107-4385-4e96-b314-a50e4644d43e 2018-11-09 08:03:02,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:02,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Pc2nBMx0S5etBUCav_BDoA"], "issued_at": "2018-11-09T08:03:02.000000Z"}} 2018-11-09 08:03:02,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280c24ddc8cc016a370da277b5c3e75abd802ccd" 2018-11-09 08:03:02,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c9e5fc-ca05-409d-81de-cb425eaac337 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:02,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-39c9e5fc-ca05-409d-81de-cb425eaac337 2018-11-09 08:03:02,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:02,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:02,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["U3k3ecyPRcON0prT7PcLqA"], "issued_at": "2018-11-09T08:03:02.000000Z"}} 2018-11-09 08:03:02,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:03,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c62dfd4d-5ca0-4e8d-886b-8af5c6bbd1f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:03,052 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c62dfd4d-5ca0-4e8d-886b-8af5c6bbd1f8 2018-11-09 08:03:03,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:03,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:03,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-5dcfc509-72b0-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:03,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7da5cbc-e25c-4942-91ae-a6519559c588 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-5dcfc509-72b0-453-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:03,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-5dcfc509-72b0-453-proj used request id req-d7da5cbc-e25c-4942-91ae-a6519559c588 2018-11-09 08:03:03,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:03,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68c6f67-0312-42f8-80bd-f7da783f2764 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:03,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e68c6f67-0312-42f8-80bd-f7da783f2764 2018-11-09 08:03:03,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj"}}' 2018-11-09 08:03:03,377 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58235ef4-caba-4273-8c7e-442f9b531875 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/87a828fb24d2458c9a024cbd11d7b79a"}, "enabled": true, "id": "87a828fb24d2458c9a024cbd11d7b79a", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj"}} 2018-11-09 08:03:03,377 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-58235ef4-caba-4273-8c7e-442f9b531875 2018-11-09 08:03:03,378 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-5dcfc509-72b0-453-proj 2018-11-09 08:03:03,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:03,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:03,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["7Tsoc_fGSO2-apqCZUxP1w"], "issued_at": "2018-11-09T08:03:03.000000Z"}} 2018-11-09 08:03:03,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e38d37247611ae0ba37c50b2925e085fe641f42" 2018-11-09 08:03:03,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb7bf5a-7e6b-4624-bf44-45fc81546df5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:03,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ffb7bf5a-7e6b-4624-bf44-45fc81546df5 2018-11-09 08:03:03,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:03,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:03,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e38d37247611ae0ba37c50b2925e085fe641f42" 2018-11-09 08:03:03,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9246854a-ddac-4853-85d0-b2e18be35002 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:03,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9246854a-ddac-4853-85d0-b2e18be35002 2018-11-09 08:03:03,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-5dcfc509-72b0-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e38d37247611ae0ba37c50b2925e085fe641f42" 2018-11-09 08:03:03,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e976ce30-7dff-403e-9f19-d80723e8e343 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-5dcfc509-72b0-453-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/87a828fb24d2458c9a024cbd11d7b79a"}, "enabled": true, "id": "87a828fb24d2458c9a024cbd11d7b79a", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj"}]} 2018-11-09 08:03:03,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateImageSuccessTests-5dcfc509-72b0-453-proj used request id req-e976ce30-7dff-403e-9f19-d80723e8e343 2018-11-09 08:03:03,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e38d37247611ae0ba37c50b2925e085fe641f42" 2018-11-09 08:03:04,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a7b69c1-0f23-4c13-9ef4-6996a39df418 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:04,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-3a7b69c1-0f23-4c13-9ef4-6996a39df418 2018-11-09 08:03:04,442 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-5dcfc509-72b0-453-user 2018-11-09 08:03:04,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:04,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:04,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-225b03d9-661e-4333-8b0d-5f6aa649cfa2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:04,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-225b03d9-661e-4333-8b0d-5f6aa649cfa2 2018-11-09 08:03:04,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" -d '{"role": {"name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj-role"}}' 2018-11-09 08:03:04,647 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cbde5f9-ad8f-4424-8c03-0ed888731467 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e2e0494cabdd4f40a6ebacf3173a9d31", "links": {"self": "http://172.30.9.27:5000/v3/roles/e2e0494cabdd4f40a6ebacf3173a9d31"}, "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj-role"}} 2018-11-09 08:03:04,647 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-7cbde5f9-ad8f-4424-8c03-0ed888731467 2018-11-09 08:03:04,647 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-5dcfc509-72b0-453-proj-role 2018-11-09 08:03:04,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/e2e0494cabdd4f40a6ebacf3173a9d31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:04,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be39c1a-0956-4f56-8b83-9b158c2be3e8 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/e2e0494cabdd4f40a6ebacf3173a9d31"}, "domain_id": null, "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj-role", "id": "e2e0494cabdd4f40a6ebacf3173a9d31"}} 2018-11-09 08:03:04,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/e2e0494cabdd4f40a6ebacf3173a9d31 used request id req-7be39c1a-0956-4f56-8b83-9b158c2be3e8 2018-11-09 08:03:04,731 - keystone_utils - INFO - Granting role CreateImageSuccessTests-5dcfc509-72b0-453-proj-role to project CreateImageSuccessTests-5dcfc509-72b0-453-proj 2018-11-09 08:03:04,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/87a828fb24d2458c9a024cbd11d7b79a/users/0bb0bc2ef3774c34a1ede51f37f6ec16/roles/e2e0494cabdd4f40a6ebacf3173a9d31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:04,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d4998b0-9f95-4ef2-a167-6ea1a7fc7860 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:04,865 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/87a828fb24d2458c9a024cbd11d7b79a/users/0bb0bc2ef3774c34a1ede51f37f6ec16/roles/e2e0494cabdd4f40a6ebacf3173a9d31 used request id req-4d4998b0-9f95-4ef2-a167-6ea1a7fc7860 2018-11-09 08:03:04,866 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:03:04,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:04,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:05,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2e0494cabdd4f40a6ebacf3173a9d31", "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj-role"}], "expires_at": "2018-11-09T09:03:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87a828fb24d2458c9a024cbd11d7b79a", "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-5dcfc509-72b0-453-user", "id": "0bb0bc2ef3774c34a1ede51f37f6ec16"}, "audit_ids": ["lato26BVReSQecrr5j1oiA"], "issued_at": "2018-11-09T08:03:05.000000Z"}} 2018-11-09 08:03:05,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ae5979ca86624c9eea23e8b4be66c8293aaea4" 2018-11-09 08:03:05,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-476cec54-b8a8-4cec-b26f-e6451c2155a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:05,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-476cec54-b8a8-4cec-b26f-e6451c2155a0 2018-11-09 08:03:05,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57ae5979ca86624c9eea23e8b4be66c8293aaea4" 2018-11-09 08:03:05,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-546062ef-3de9-40b3-983f-cd76b402acea Date: Fri, 09 Nov 2018 08:03:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485"} 2018-11-09 08:03:05,562 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 used request id req-546062ef-3de9-40b3-983f-cd76b402acea 2018-11-09 08:03:05,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57ae5979ca86624c9eea23e8b4be66c8293aaea4" 2018-11-09 08:03:05,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e3518d69-1046-40d8-abe9-27246cc61729 Date: Fri, 09 Nov 2018 08:03:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:03:05,712 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-e3518d69-1046-40d8-abe9-27246cc61729 2018-11-09 08:03:05,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ae5979ca86624c9eea23e8b4be66c8293aaea4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485"}' 2018-11-09 08:03:06,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/cd813e81-c516-4217-a542-9932427a7504 X-Openstack-Request-Id: req-97b3d406-e5e7-4297-babc-764638ad68fe Date: Fri, 09 Nov 2018 08:03:06 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:03:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:03:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/cd813e81-c516-4217-a542-9932427a7504", "min_disk": 0, "protected": false, "id": "cd813e81-c516-4217-a542-9932427a7504", "file": "/v2/images/cd813e81-c516-4217-a542-9932427a7504/file", "checksum": null, "owner": "87a828fb24d2458c9a024cbd11d7b79a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:03:06,154 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-97b3d406-e5e7-4297-babc-764638ad68fe 2018-11-09 08:03:06,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/cd813e81-c516-4217-a542-9932427a7504/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57ae5979ca86624c9eea23e8b4be66c8293aaea4" -d '' 2018-11-09 08:03:07,356 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07576726-b066-4a09-899e-56152096edd3 Date: Fri, 09 Nov 2018 08:03:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:03:07,356 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/cd813e81-c516-4217-a542-9932427a7504/file used request id req-07576726-b066-4a09-899e-56152096edd3 2018-11-09 08:03:07,356 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:03:07,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/cd813e81-c516-4217-a542-9932427a7504 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57ae5979ca86624c9eea23e8b4be66c8293aaea4" 2018-11-09 08:03:07,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-8708f562-6066-4095-a82c-1786bf2087f1 Date: Fri, 09 Nov 2018 08:03:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:03:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:03:07Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/cd813e81-c516-4217-a542-9932427a7504/snap", "metadata": {}}], "self": "/v2/images/cd813e81-c516-4217-a542-9932427a7504", "min_disk": 0, "protected": false, "id": "cd813e81-c516-4217-a542-9932427a7504", "file": "/v2/images/cd813e81-c516-4217-a542-9932427a7504/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "87a828fb24d2458c9a024cbd11d7b79a", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/cd813e81-c516-4217-a542-9932427a7504/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:03:07,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/cd813e81-c516-4217-a542-9932427a7504 used request id req-8708f562-6066-4095-a82c-1786bf2087f1 2018-11-09 08:03:07,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57ae5979ca86624c9eea23e8b4be66c8293aaea4" 2018-11-09 08:03:07,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e75aae01-76c4-4e4a-aea0-de6f8faf4845 Date: Fri, 09 Nov 2018 08:03:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:03:07,669 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-e75aae01-76c4-4e4a-aea0-de6f8faf4845 2018-11-09 08:03:07,672 - create_image - INFO - Created image with name - CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 2018-11-09 08:03:07,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/cd813e81-c516-4217-a542-9932427a7504 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57ae5979ca86624c9eea23e8b4be66c8293aaea4" 2018-11-09 08:03:07,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0eae3457-45a6-4bca-8cec-c89e25083b21 Date: Fri, 09 Nov 2018 08:03:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:03:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:03:07Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/cd813e81-c516-4217-a542-9932427a7504/snap", "metadata": {}}], "self": "/v2/images/cd813e81-c516-4217-a542-9932427a7504", "min_disk": 0, "protected": false, "id": "cd813e81-c516-4217-a542-9932427a7504", "file": "/v2/images/cd813e81-c516-4217-a542-9932427a7504/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "87a828fb24d2458c9a024cbd11d7b79a", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/cd813e81-c516-4217-a542-9932427a7504/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:03:07,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/cd813e81-c516-4217-a542-9932427a7504 used request id req-0eae3457-45a6-4bca-8cec-c89e25083b21 2018-11-09 08:03:07,833 - create_image - DEBUG - Instance status is - active 2018-11-09 08:03:07,833 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 2018-11-09 08:03:07,833 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 2018-11-09 08:03:07,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:08,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2e0494cabdd4f40a6ebacf3173a9d31", "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj-role"}], "expires_at": "2018-11-09T09:03:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87a828fb24d2458c9a024cbd11d7b79a", "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-5dcfc509-72b0-453-user", "id": "0bb0bc2ef3774c34a1ede51f37f6ec16"}, "audit_ids": ["QU7795NCQxaZ6LBXd7_5aA"], "issued_at": "2018-11-09T08:03:08.000000Z"}} 2018-11-09 08:03:08,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14b91af40a721c7c1002dfe45b5a0b54db68330b" 2018-11-09 08:03:08,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-24282fc6-534a-4fc2-8c60-4fad52e3cb1f Date: Fri, 09 Nov 2018 08:03:08 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:03:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:03:07Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/cd813e81-c516-4217-a542-9932427a7504/snap", "metadata": {}}], "self": "/v2/images/cd813e81-c516-4217-a542-9932427a7504", "min_disk": 0, "protected": false, "id": "cd813e81-c516-4217-a542-9932427a7504", "file": "/v2/images/cd813e81-c516-4217-a542-9932427a7504/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "87a828fb24d2458c9a024cbd11d7b79a", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/cd813e81-c516-4217-a542-9932427a7504/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485"} 2018-11-09 08:03:08,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 used request id req-24282fc6-534a-4fc2-8c60-4fad52e3cb1f 2018-11-09 08:03:08,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14b91af40a721c7c1002dfe45b5a0b54db68330b" 2018-11-09 08:03:08,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-efca4d8f-55a4-41da-965d-103cbf14652a Date: Fri, 09 Nov 2018 08:03:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:03:08,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-efca4d8f-55a4-41da-965d-103cbf14652a 2018-11-09 08:03:08,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:08,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:08,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2e0494cabdd4f40a6ebacf3173a9d31", "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj-role"}], "expires_at": "2018-11-09T09:03:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87a828fb24d2458c9a024cbd11d7b79a", "name": "CreateImageSuccessTests-5dcfc509-72b0-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/87a828fb24d2458c9a024cbd11d7b79a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-5dcfc509-72b0-453-user", "id": "0bb0bc2ef3774c34a1ede51f37f6ec16"}, "audit_ids": ["cViFK1bjR6eCThekjg6zkQ"], "issued_at": "2018-11-09T08:03:08.000000Z"}} 2018-11-09 08:03:08,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2211dd529dfe0f4d02a119108a22d393017eb2" 2018-11-09 08:03:09,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef22eb7c-b6de-4a82-ba0f-3a82000c7850 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:09,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ef22eb7c-b6de-4a82-ba0f-3a82000c7850 2018-11-09 08:03:09,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&name=CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c2211dd529dfe0f4d02a119108a22d393017eb2" 2018-11-09 08:03:09,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-b720a8cb-e28c-4dd9-898c-e36bf54c14d8 Date: Fri, 09 Nov 2018 08:03:09 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:03:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:03:07Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/cd813e81-c516-4217-a542-9932427a7504/snap", "metadata": {}}], "self": "/v2/images/cd813e81-c516-4217-a542-9932427a7504", "min_disk": 0, "protected": false, "id": "cd813e81-c516-4217-a542-9932427a7504", "file": "/v2/images/cd813e81-c516-4217-a542-9932427a7504/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "87a828fb24d2458c9a024cbd11d7b79a", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/cd813e81-c516-4217-a542-9932427a7504/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485"} 2018-11-09 08:03:09,261 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&name=CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 used request id req-b720a8cb-e28c-4dd9-898c-e36bf54c14d8 2018-11-09 08:03:09,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c2211dd529dfe0f4d02a119108a22d393017eb2" 2018-11-09 08:03:09,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8702b53d-1c3d-416a-ac42-74d397b43326 Date: Fri, 09 Nov 2018 08:03:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:03:09,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-8702b53d-1c3d-416a-ac42-74d397b43326 2018-11-09 08:03:09,429 - create_image - INFO - Found image with name - CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 2018-11-09 08:03:09,429 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-9f1342a2-5575-4d95-b359-b1a310c9e485 2018-11-09 08:03:09,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/cd813e81-c516-4217-a542-9932427a7504 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57ae5979ca86624c9eea23e8b4be66c8293aaea4" 2018-11-09 08:03:11,186 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51d9bef4-3a0e-4d7d-a839-ba94f026a1d1 Date: Fri, 09 Nov 2018 08:03:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:03:11,186 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/cd813e81-c516-4217-a542-9932427a7504 used request id req-51d9bef4-3a0e-4d7d-a839-ba94f026a1d1 2018-11-09 08:03:11,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:11,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ce35bd98-4278-4f3a-9a92-ad207f6f37a3 Date: Fri, 09 Nov 2018 08:03:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:11,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-ce35bd98-4278-4f3a-9a92-ad207f6f37a3 2018-11-09 08:03:11,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:11,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b30de4ba-463f-46f6-b679-6415938f7ecb 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:11,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-b30de4ba-463f-46f6-b679-6415938f7ecb 2018-11-09 08:03:11,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:11,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330ed953-8a20-44ed-abf2-28f7333621e6 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:11,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-330ed953-8a20-44ed-abf2-28f7333621e6 2018-11-09 08:03:11,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:11,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6efc510-c259-4184-ad47-46f3d9bcfab8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:11,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-e6efc510-c259-4184-ad47-46f3d9bcfab8 2018-11-09 08:03:11,712 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-5dcfc509-72b0-453-proj 2018-11-09 08:03:11,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/87a828fb24d2458c9a024cbd11d7b79a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:11,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a61b84e-fa3a-4b73-878b-ab0ce0a4c52b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:11,943 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/87a828fb24d2458c9a024cbd11d7b79a used request id req-6a61b84e-fa3a-4b73-878b-ab0ce0a4c52b 2018-11-09 08:03:11,943 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-5dcfc509-72b0-453-proj-role 2018-11-09 08:03:11,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/e2e0494cabdd4f40a6ebacf3173a9d31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:12,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0275904-657f-48cd-b0ce-6357c481e422 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:12,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/e2e0494cabdd4f40a6ebacf3173a9d31 used request id req-b0275904-657f-48cd-b0ce-6357c481e422 2018-11-09 08:03:12,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55697eaf37ca17c81632195f6f25e2892979a97" 2018-11-09 08:03:12,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa67d393-488c-4c7a-9974-7b4bef78a89e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:12,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fa67d393-488c-4c7a-9974-7b4bef78a89e 2018-11-09 08:03:12,149 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-5dcfc509-72b0-453-user 2018-11-09 08:03:12,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/0bb0bc2ef3774c34a1ede51f37f6ec16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e38d37247611ae0ba37c50b2925e085fe641f42" 2018-11-09 08:03:12,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03f633e6-3ca7-4d9a-aac9-a15a358ea0db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:12,335 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0bb0bc2ef3774c34a1ede51f37f6ec16 used request id req-03f633e6-3ca7-4d9a-aac9-a15a358ea0db 2018-11-09 08:03:12,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:12,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["b6gHzHgARJ2EXxAYWlSYNw"], "issued_at": "2018-11-09T08:03:12.000000Z"}} 2018-11-09 08:03:12,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86aadbb50a39be1742695887f0cf26cb064b3843" 2018-11-09 08:03:12,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb60ae2-c294-46ea-af0b-d1332fd0934a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:12,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6bb60ae2-c294-46ea-af0b-d1332fd0934a 2018-11-09 08:03:12,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:12,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:13,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["AgzYF9m1QC2Xraois-mw7A"], "issued_at": "2018-11-09T08:03:13.000000Z"}} 2018-11-09 08:03:13,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:13,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c75d0bd-ad58-492a-8fbb-f3379b01167f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:13,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0c75d0bd-ad58-492a-8fbb-f3379b01167f 2018-11-09 08:03:13,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:13,276 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:13,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-039ec8ec-c7fc-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:13,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f87c4b-7bc8-44b0-9b6f-acbdb09b01d0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-039ec8ec-c7fc-409-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:13,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-039ec8ec-c7fc-409-proj used request id req-41f87c4b-7bc8-44b0-9b6f-acbdb09b01d0 2018-11-09 08:03:13,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:13,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90647d6e-cfa0-497f-8548-99903de586c8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:13,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-90647d6e-cfa0-497f-8548-99903de586c8 2018-11-09 08:03:13,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-039ec8ec-c7fc-409-proj"}}' 2018-11-09 08:03:13,502 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03e7afcc-b818-45f0-a4a8-f78e790e0e37 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a6e7a9852b4541da846cd8acf031013f"}, "enabled": true, "id": "a6e7a9852b4541da846cd8acf031013f", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-039ec8ec-c7fc-409-proj"}} 2018-11-09 08:03:13,503 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-03e7afcc-b818-45f0-a4a8-f78e790e0e37 2018-11-09 08:03:13,503 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-039ec8ec-c7fc-409-proj 2018-11-09 08:03:13,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:13,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:13,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["iszaFPJJRNKY5HV2wJZFVA"], "issued_at": "2018-11-09T08:03:13.000000Z"}} 2018-11-09 08:03:13,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ceb98811d7d19c1c1471c7b9eb8d9dd9904df1" 2018-11-09 08:03:13,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d232cb01-9842-4e6a-b341-67894901616a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:13,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d232cb01-9842-4e6a-b341-67894901616a 2018-11-09 08:03:13,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:14,000 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:14,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ceb98811d7d19c1c1471c7b9eb8d9dd9904df1" 2018-11-09 08:03:14,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a3531f-f4e6-4456-89ed-ea40fe5b1b35 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:14,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-32a3531f-f4e6-4456-89ed-ea40fe5b1b35 2018-11-09 08:03:14,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-039ec8ec-c7fc-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ceb98811d7d19c1c1471c7b9eb8d9dd9904df1" 2018-11-09 08:03:14,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5b76f88-1d38-4a57-8c62-724606534e25 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-039ec8ec-c7fc-409-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a6e7a9852b4541da846cd8acf031013f"}, "enabled": true, "id": "a6e7a9852b4541da846cd8acf031013f", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-039ec8ec-c7fc-409-proj"}]} 2018-11-09 08:03:14,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-039ec8ec-c7fc-409-proj used request id req-e5b76f88-1d38-4a57-8c62-724606534e25 2018-11-09 08:03:14,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ceb98811d7d19c1c1471c7b9eb8d9dd9904df1" 2018-11-09 08:03:14,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59e97cf6-b209-49f4-b124-956ac682aca5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:14,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-59e97cf6-b209-49f4-b124-956ac682aca5 2018-11-09 08:03:14,647 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-039ec8ec-c7fc-409-user 2018-11-09 08:03:14,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:14,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:14,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c48ee87-070e-48a2-b41c-4e6fe207edd6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:14,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3c48ee87-070e-48a2-b41c-4e6fe207edd6 2018-11-09 08:03:14,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" -d '{"role": {"name": "CreateImageNegativeTests-039ec8ec-c7fc-409-proj-role"}}' 2018-11-09 08:03:14,843 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a6fc178-97e5-4d77-bdbe-82c2eeb8e41b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "71328da906f5448e80fa7fff3d6f8aaf", "links": {"self": "http://172.30.9.27:5000/v3/roles/71328da906f5448e80fa7fff3d6f8aaf"}, "name": "CreateImageNegativeTests-039ec8ec-c7fc-409-proj-role"}} 2018-11-09 08:03:14,844 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-7a6fc178-97e5-4d77-bdbe-82c2eeb8e41b 2018-11-09 08:03:14,844 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-039ec8ec-c7fc-409-proj-role 2018-11-09 08:03:14,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/71328da906f5448e80fa7fff3d6f8aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:14,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b8af690-cd86-4c5c-9fea-233f34e3499e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/71328da906f5448e80fa7fff3d6f8aaf"}, "domain_id": null, "name": "CreateImageNegativeTests-039ec8ec-c7fc-409-proj-role", "id": "71328da906f5448e80fa7fff3d6f8aaf"}} 2018-11-09 08:03:14,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/71328da906f5448e80fa7fff3d6f8aaf used request id req-6b8af690-cd86-4c5c-9fea-233f34e3499e 2018-11-09 08:03:14,863 - keystone_utils - INFO - Granting role CreateImageNegativeTests-039ec8ec-c7fc-409-proj-role to project CreateImageNegativeTests-039ec8ec-c7fc-409-proj 2018-11-09 08:03:14,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a6e7a9852b4541da846cd8acf031013f/users/4e352500f1724067841d7f43174bf68c/roles/71328da906f5448e80fa7fff3d6f8aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:15,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fff1363-a772-4da8-afaf-69e487672e1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:15,014 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a6e7a9852b4541da846cd8acf031013f/users/4e352500f1724067841d7f43174bf68c/roles/71328da906f5448e80fa7fff3d6f8aaf used request id req-9fff1363-a772-4da8-afaf-69e487672e1b 2018-11-09 08:03:15,015 - openstack_tests - DEBUG - Image metadata - None 2018-11-09 08:03:15,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:15,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:15,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71328da906f5448e80fa7fff3d6f8aaf", "name": "CreateImageNegativeTests-039ec8ec-c7fc-409-proj-role"}], "expires_at": "2018-11-09T09:03:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6e7a9852b4541da846cd8acf031013f", "name": "CreateImageNegativeTests-039ec8ec-c7fc-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/a6e7a9852b4541da846cd8acf031013f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/a6e7a9852b4541da846cd8acf031013f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/a6e7a9852b4541da846cd8acf031013f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a6e7a9852b4541da846cd8acf031013f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/a6e7a9852b4541da846cd8acf031013f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/a6e7a9852b4541da846cd8acf031013f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a6e7a9852b4541da846cd8acf031013f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/a6e7a9852b4541da846cd8acf031013f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/a6e7a9852b4541da846cd8acf031013f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a6e7a9852b4541da846cd8acf031013f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/a6e7a9852b4541da846cd8acf031013f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/a6e7a9852b4541da846cd8acf031013f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-039ec8ec-c7fc-409-user", "id": "4e352500f1724067841d7f43174bf68c"}, "audit_ids": ["qnYyBdXgQE6JF5l7m1iXIQ"], "issued_at": "2018-11-09T08:03:15.000000Z"}} 2018-11-09 08:03:15,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a09bdbe1546317d3d0893d11e85f17097f2f72" 2018-11-09 08:03:15,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e399b33-c0b6-4072-94d8-dc16635ca263 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:15,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0e399b33-c0b6-4072-94d8-dc16635ca263 2018-11-09 08:03:15,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-4b0ee649-73f3-4826-8dd7-f34aa4076229 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5a09bdbe1546317d3d0893d11e85f17097f2f72" 2018-11-09 08:03:15,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-d092748d-f8e8-49bb-92ff-b65324f71ce9 Date: Fri, 09 Nov 2018 08:03:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-4b0ee649-73f3-4826-8dd7-f34aa4076229"} 2018-11-09 08:03:15,642 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-4b0ee649-73f3-4826-8dd7-f34aa4076229 used request id req-d092748d-f8e8-49bb-92ff-b65324f71ce9 2018-11-09 08:03:15,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5a09bdbe1546317d3d0893d11e85f17097f2f72" 2018-11-09 08:03:15,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9614c734-4479-4d2e-8f9c-a690893272be Date: Fri, 09 Nov 2018 08:03:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:03:15,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-9614c734-4479-4d2e-8f9c-a690893272be 2018-11-09 08:03:15,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5a09bdbe1546317d3d0893d11e85f17097f2f72" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-4b0ee649-73f3-4826-8dd7-f34aa4076229"}' 2018-11-09 08:03:16,014 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/96ad26be-6e5d-4e13-990a-6ae07fd0225f X-Openstack-Request-Id: req-4a545ac0-914e-4547-84ad-052bed8dfa4c Date: Fri, 09 Nov 2018 08:03:16 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-4b0ee649-73f3-4826-8dd7-f34aa4076229", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:03:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:03:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/96ad26be-6e5d-4e13-990a-6ae07fd0225f", "min_disk": 0, "protected": false, "id": "96ad26be-6e5d-4e13-990a-6ae07fd0225f", "file": "/v2/images/96ad26be-6e5d-4e13-990a-6ae07fd0225f/file", "checksum": null, "owner": "a6e7a9852b4541da846cd8acf031013f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:03:16,014 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-4a545ac0-914e-4547-84ad-052bed8dfa4c 2018-11-09 08:03:16,021 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-11-09 08:03:16,022 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-4b0ee649-73f3-4826-8dd7-f34aa4076229 2018-11-09 08:03:16,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/96ad26be-6e5d-4e13-990a-6ae07fd0225f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5a09bdbe1546317d3d0893d11e85f17097f2f72" 2018-11-09 08:03:16,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2b99d19c-3941-4bb2-abd5-f67cc1f289fa Date: Fri, 09 Nov 2018 08:03:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:03:16,251 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/96ad26be-6e5d-4e13-990a-6ae07fd0225f used request id req-2b99d19c-3941-4bb2-abd5-f67cc1f289fa 2018-11-09 08:03:16,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:16,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-512522b3-e30a-49e0-a40a-0f4709f6c281 Date: Fri, 09 Nov 2018 08:03:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:16,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-512522b3-e30a-49e0-a40a-0f4709f6c281 2018-11-09 08:03:16,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:16,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bba1c4de-4793-4c5f-9191-d9213c668d8b 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:16,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-bba1c4de-4793-4c5f-9191-d9213c668d8b 2018-11-09 08:03:16,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:16,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63f84a2f-0b19-46d6-b8dc-0e6ba0ac2c1a 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:16,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-63f84a2f-0b19-46d6-b8dc-0e6ba0ac2c1a 2018-11-09 08:03:16,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:16,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99af32c9-fb3d-4b8a-b59f-34aea15f75de Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:16,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-99af32c9-fb3d-4b8a-b59f-34aea15f75de 2018-11-09 08:03:16,739 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-039ec8ec-c7fc-409-proj 2018-11-09 08:03:16,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/a6e7a9852b4541da846cd8acf031013f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:16,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffa3fb9c-a582-46fb-9563-eb1590aca42f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:16,974 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/a6e7a9852b4541da846cd8acf031013f used request id req-ffa3fb9c-a582-46fb-9563-eb1590aca42f 2018-11-09 08:03:16,974 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-039ec8ec-c7fc-409-proj-role 2018-11-09 08:03:16,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/71328da906f5448e80fa7fff3d6f8aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:17,077 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55f55190-a4c0-4eeb-b1d5-d5ea2b1c04e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:17,077 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/71328da906f5448e80fa7fff3d6f8aaf used request id req-55f55190-a4c0-4eeb-b1d5-d5ea2b1c04e6 2018-11-09 08:03:17,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a395942db0c6c2107ebfa47ccadc40acaf7ddee" 2018-11-09 08:03:17,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f04be37-a9bf-4cae-8676-1210a9c7c967 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:17,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6f04be37-a9bf-4cae-8676-1210a9c7c967 2018-11-09 08:03:17,178 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-039ec8ec-c7fc-409-user 2018-11-09 08:03:17,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/4e352500f1724067841d7f43174bf68c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ceb98811d7d19c1c1471c7b9eb8d9dd9904df1" 2018-11-09 08:03:17,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5329ac8-904a-44fd-9d15-34af5da8751a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:17,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4e352500f1724067841d7f43174bf68c used request id req-f5329ac8-904a-44fd-9d15-34af5da8751a 2018-11-09 08:03:17,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:17,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["wVOHXawtRhu_yWSCAOezOQ"], "issued_at": "2018-11-09T08:03:17.000000Z"}} 2018-11-09 08:03:17,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}622d54cc4fcd687a1ff774498bf4ce11c2bda634" 2018-11-09 08:03:17,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609924f6-1f35-4711-93a1-d2a41b8b580c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:17,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-609924f6-1f35-4711-93a1-d2a41b8b580c 2018-11-09 08:03:17,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:17,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:18,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["4pHt-F6uTBaZgSZ8dnngjw"], "issued_at": "2018-11-09T08:03:18.000000Z"}} 2018-11-09 08:03:18,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:18,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e08c73c4-aa24-4ea9-a454-69123f6ea456 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:18,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e08c73c4-aa24-4ea9-a454-69123f6ea456 2018-11-09 08:03:18,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:18,317 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:18,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-cf223855-e268-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:18,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a461760-947e-40ff-a0f1-b88390f51079 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-cf223855-e268-490-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:18,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-cf223855-e268-490-proj used request id req-3a461760-947e-40ff-a0f1-b88390f51079 2018-11-09 08:03:18,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:18,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b5801c3-2f56-44ef-a86c-238e5a13c610 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:18,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-5b5801c3-2f56-44ef-a86c-238e5a13c610 2018-11-09 08:03:18,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-cf223855-e268-490-proj"}}' 2018-11-09 08:03:18,623 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c558cd9-7181-4eac-a19f-c4b8c9d758ff Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/b1027b99581d4348b49065abe025f2ab"}, "enabled": true, "id": "b1027b99581d4348b49065abe025f2ab", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-cf223855-e268-490-proj"}} 2018-11-09 08:03:18,623 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-8c558cd9-7181-4eac-a19f-c4b8c9d758ff 2018-11-09 08:03:18,623 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-cf223855-e268-490-proj 2018-11-09 08:03:18,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:18,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:19,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["aSJJ99bSQwO6VzhnkEY50A"], "issued_at": "2018-11-09T08:03:19.000000Z"}} 2018-11-09 08:03:19,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b620f890cd1dcdd4424a44fc52b418977511fd7" 2018-11-09 08:03:19,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a50448b5-f109-4800-b719-a8a43fbed04a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:19,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a50448b5-f109-4800-b719-a8a43fbed04a 2018-11-09 08:03:19,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:19,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:19,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b620f890cd1dcdd4424a44fc52b418977511fd7" 2018-11-09 08:03:19,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a513a5b1-b8a3-4374-ae23-624f3e181728 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:19,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a513a5b1-b8a3-4374-ae23-624f3e181728 2018-11-09 08:03:19,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-cf223855-e268-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b620f890cd1dcdd4424a44fc52b418977511fd7" 2018-11-09 08:03:19,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a9cb0a7-2064-4bec-a3f1-ba607999fa16 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-cf223855-e268-490-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/b1027b99581d4348b49065abe025f2ab"}, "enabled": true, "id": "b1027b99581d4348b49065abe025f2ab", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-cf223855-e268-490-proj"}]} 2018-11-09 08:03:19,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-cf223855-e268-490-proj used request id req-4a9cb0a7-2064-4bec-a3f1-ba607999fa16 2018-11-09 08:03:19,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b620f890cd1dcdd4424a44fc52b418977511fd7" 2018-11-09 08:03:19,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc715bbd-83de-4a73-8938-d40f91143245 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:19,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-cc715bbd-83de-4a73-8938-d40f91143245 2018-11-09 08:03:19,694 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-cf223855-e268-490-user 2018-11-09 08:03:19,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:19,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:19,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8684cb90-39b0-4b9c-b8cc-49f2df89d47c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:19,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8684cb90-39b0-4b9c-b8cc-49f2df89d47c 2018-11-09 08:03:19,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" -d '{"role": {"name": "CreateImageNegativeTests-cf223855-e268-490-proj-role"}}' 2018-11-09 08:03:19,898 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc41440e-6ee8-4115-bd47-663db2960b07 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1fb6d291c8b74adf8cb716c87a5fa3ad", "links": {"self": "http://172.30.9.27:5000/v3/roles/1fb6d291c8b74adf8cb716c87a5fa3ad"}, "name": "CreateImageNegativeTests-cf223855-e268-490-proj-role"}} 2018-11-09 08:03:19,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-cc41440e-6ee8-4115-bd47-663db2960b07 2018-11-09 08:03:19,898 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-cf223855-e268-490-proj-role 2018-11-09 08:03:19,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/1fb6d291c8b74adf8cb716c87a5fa3ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:19,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-557acaaa-657c-46db-95e9-a168413ffe2d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/1fb6d291c8b74adf8cb716c87a5fa3ad"}, "domain_id": null, "name": "CreateImageNegativeTests-cf223855-e268-490-proj-role", "id": "1fb6d291c8b74adf8cb716c87a5fa3ad"}} 2018-11-09 08:03:19,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/1fb6d291c8b74adf8cb716c87a5fa3ad used request id req-557acaaa-657c-46db-95e9-a168413ffe2d 2018-11-09 08:03:19,918 - keystone_utils - INFO - Granting role CreateImageNegativeTests-cf223855-e268-490-proj-role to project CreateImageNegativeTests-cf223855-e268-490-proj 2018-11-09 08:03:19,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/b1027b99581d4348b49065abe025f2ab/users/e9a23a9b6b5a4455a47db67a84f696d4/roles/1fb6d291c8b74adf8cb716c87a5fa3ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:20,044 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcb104bc-c4eb-4560-ae61-42288f187da0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:20,044 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/b1027b99581d4348b49065abe025f2ab/users/e9a23a9b6b5a4455a47db67a84f696d4/roles/1fb6d291c8b74adf8cb716c87a5fa3ad used request id req-fcb104bc-c4eb-4560-ae61-42288f187da0 2018-11-09 08:03:20,044 - openstack_tests - DEBUG - Image metadata - None 2018-11-09 08:03:20,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:20,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:20,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fb6d291c8b74adf8cb716c87a5fa3ad", "name": "CreateImageNegativeTests-cf223855-e268-490-proj-role"}], "expires_at": "2018-11-09T09:03:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b1027b99581d4348b49065abe025f2ab", "name": "CreateImageNegativeTests-cf223855-e268-490-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/b1027b99581d4348b49065abe025f2ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/b1027b99581d4348b49065abe025f2ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/b1027b99581d4348b49065abe025f2ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/b1027b99581d4348b49065abe025f2ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/b1027b99581d4348b49065abe025f2ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/b1027b99581d4348b49065abe025f2ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/b1027b99581d4348b49065abe025f2ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/b1027b99581d4348b49065abe025f2ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/b1027b99581d4348b49065abe025f2ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/b1027b99581d4348b49065abe025f2ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/b1027b99581d4348b49065abe025f2ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/b1027b99581d4348b49065abe025f2ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-cf223855-e268-490-user", "id": "e9a23a9b6b5a4455a47db67a84f696d4"}, "audit_ids": ["2gETBDYMSqe89RbqiBv3kA"], "issued_at": "2018-11-09T08:03:20.000000Z"}} 2018-11-09 08:03:20,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145c69587776d377ce789b7f7b402cb2f38a8d3f" 2018-11-09 08:03:20,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e800ffe-f9f0-4299-b0f6-89f5fbae65cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:20,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5e800ffe-f9f0-4299-b0f6-89f5fbae65cc 2018-11-09 08:03:20,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-578579ea-895f-4ee0-9d6e-8b8224f85a3d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}145c69587776d377ce789b7f7b402cb2f38a8d3f" 2018-11-09 08:03:20,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-61716771-6a6d-4c89-823a-938c0b03e924 Date: Fri, 09 Nov 2018 08:03:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-578579ea-895f-4ee0-9d6e-8b8224f85a3d"} 2018-11-09 08:03:20,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-578579ea-895f-4ee0-9d6e-8b8224f85a3d used request id req-61716771-6a6d-4c89-823a-938c0b03e924 2018-11-09 08:03:20,693 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-11-09 08:03:20,694 - file_utils - DEBUG - Saving file to - /tmp/1e4302ee-3579-429d-a635-28cbdfa72579 2018-11-09 08:03:20,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}145c69587776d377ce789b7f7b402cb2f38a8d3f" 2018-11-09 08:03:21,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8055119f-fdfd-442d-903d-9962e7a95c69 Date: Fri, 09 Nov 2018 08:03:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:03:21,118 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-8055119f-fdfd-442d-903d-9962e7a95c69 2018-11-09 08:03:21,135 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-11-09 08:03:21,135 - glance_utils - DEBUG - Closing file ./tmp/1e4302ee-3579-429d-a635-28cbdfa72579 2018-11-09 08:03:21,135 - glance_utils - INFO - Removing file ./tmp/1e4302ee-3579-429d-a635-28cbdfa72579 2018-11-09 08:03:21,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:21,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-66406bbb-5093-4375-9ba3-b4bad88dfec1 Date: Fri, 09 Nov 2018 08:03:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:21,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-66406bbb-5093-4375-9ba3-b4bad88dfec1 2018-11-09 08:03:21,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:21,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0918d97a-2443-4e84-8ca8-427cfbc383ba 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:21,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-0918d97a-2443-4e84-8ca8-427cfbc383ba 2018-11-09 08:03:21,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:21,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b35a6b29-3bd8-49c5-a932-526deca6501e 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:21,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-b35a6b29-3bd8-49c5-a932-526deca6501e 2018-11-09 08:03:21,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:21,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bfed3c7-bacc-4178-bc16-9b6186cdde28 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:21,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-2bfed3c7-bacc-4178-bc16-9b6186cdde28 2018-11-09 08:03:21,626 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-cf223855-e268-490-proj 2018-11-09 08:03:21,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/b1027b99581d4348b49065abe025f2ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:21,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65c847bf-7da5-452e-8eb2-fab904ebaaf3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:21,822 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/b1027b99581d4348b49065abe025f2ab used request id req-65c847bf-7da5-452e-8eb2-fab904ebaaf3 2018-11-09 08:03:21,823 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-cf223855-e268-490-proj-role 2018-11-09 08:03:21,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/1fb6d291c8b74adf8cb716c87a5fa3ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:21,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3de26e97-9010-4e7b-ad68-f46be7936c2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:21,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/1fb6d291c8b74adf8cb716c87a5fa3ad used request id req-3de26e97-9010-4e7b-ad68-f46be7936c2a 2018-11-09 08:03:21,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5429443094b9b0dd171ece035af8f488a862b9c0" 2018-11-09 08:03:22,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77df5b85-11cb-4cd6-af46-309c6469bd08 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:22,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-77df5b85-11cb-4cd6-af46-309c6469bd08 2018-11-09 08:03:22,034 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-cf223855-e268-490-user 2018-11-09 08:03:22,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/e9a23a9b6b5a4455a47db67a84f696d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b620f890cd1dcdd4424a44fc52b418977511fd7" 2018-11-09 08:03:22,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fdd1cd1-9302-4811-89e8-8653e5e2926e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:22,194 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e9a23a9b6b5a4455a47db67a84f696d4 used request id req-4fdd1cd1-9302-4811-89e8-8653e5e2926e 2018-11-09 08:03:22,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:22,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["q-Db415FSl2ZYAReCy405Q"], "issued_at": "2018-11-09T08:03:22.000000Z"}} 2018-11-09 08:03:22,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49feed5920c0de6b1df0c24990f3f91fc27da968" 2018-11-09 08:03:22,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39ded14d-2e8f-4e36-a79f-dcc7ad226118 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:22,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-39ded14d-2e8f-4e36-a79f-dcc7ad226118 2018-11-09 08:03:22,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:22,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:23,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9JoDB0DdRSyLcBdaiECNLg"], "issued_at": "2018-11-09T08:03:23.000000Z"}} 2018-11-09 08:03:23,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:23,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a34b69d-e23d-4638-8451-66c7f0bafad0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:23,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3a34b69d-e23d-4638-8451-66c7f0bafad0 2018-11-09 08:03:23,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:23,148 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:23,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-115980a0-bd82-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:23,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecde0f79-4e3c-433f-b65a-c77cfb5a2075 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-115980a0-bd82-4b0-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:23,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-115980a0-bd82-4b0-proj used request id req-ecde0f79-4e3c-433f-b65a-c77cfb5a2075 2018-11-09 08:03:23,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:23,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16181b90-ec3f-4c3d-95f4-f0ca78062fba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:23,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-16181b90-ec3f-4c3d-95f4-f0ca78062fba 2018-11-09 08:03:23,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-115980a0-bd82-4b0-proj"}}' 2018-11-09 08:03:23,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60c4db0f-331d-4621-8684-64903e485911 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/cc658d7787e14314a8fc961323cda789"}, "enabled": true, "id": "cc658d7787e14314a8fc961323cda789", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-115980a0-bd82-4b0-proj"}} 2018-11-09 08:03:23,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-60c4db0f-331d-4621-8684-64903e485911 2018-11-09 08:03:23,437 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-115980a0-bd82-4b0-proj 2018-11-09 08:03:23,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:23,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:23,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["1xQKhtQ3Q5mPRKqhMiTU-w"], "issued_at": "2018-11-09T08:03:23.000000Z"}} 2018-11-09 08:03:23,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421b52d362082634321bdad9ded72910bdc313ce" 2018-11-09 08:03:23,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eff6ff83-b284-4bc0-81c9-d6585e1d221b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:23,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eff6ff83-b284-4bc0-81c9-d6585e1d221b 2018-11-09 08:03:23,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:23,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:23,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421b52d362082634321bdad9ded72910bdc313ce" 2018-11-09 08:03:23,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5161ef55-7cd8-4806-aaee-4062d36b1a1f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:23,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-5161ef55-7cd8-4806-aaee-4062d36b1a1f 2018-11-09 08:03:23,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-115980a0-bd82-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421b52d362082634321bdad9ded72910bdc313ce" 2018-11-09 08:03:24,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf933ae-b9ad-4c53-88ca-564d0140f390 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-115980a0-bd82-4b0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/cc658d7787e14314a8fc961323cda789"}, "enabled": true, "id": "cc658d7787e14314a8fc961323cda789", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-115980a0-bd82-4b0-proj"}]} 2018-11-09 08:03:24,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-115980a0-bd82-4b0-proj used request id req-1bf933ae-b9ad-4c53-88ca-564d0140f390 2018-11-09 08:03:24,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421b52d362082634321bdad9ded72910bdc313ce" 2018-11-09 08:03:24,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41ad8338-c335-44e7-91a6-0369ed0c2504 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:24,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-41ad8338-c335-44e7-91a6-0369ed0c2504 2018-11-09 08:03:24,568 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-115980a0-bd82-4b0-user 2018-11-09 08:03:24,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:24,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:24,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d87665f-a894-48ca-80e6-bfd60218821a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:24,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8d87665f-a894-48ca-80e6-bfd60218821a 2018-11-09 08:03:24,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" -d '{"role": {"name": "CreateImageNegativeTests-115980a0-bd82-4b0-proj-role"}}' 2018-11-09 08:03:24,765 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-691004ed-9671-4e03-8327-f089fb701858 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8ad8176fb504435da9c81a9bdaa7ba94", "links": {"self": "http://172.30.9.27:5000/v3/roles/8ad8176fb504435da9c81a9bdaa7ba94"}, "name": "CreateImageNegativeTests-115980a0-bd82-4b0-proj-role"}} 2018-11-09 08:03:24,765 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-691004ed-9671-4e03-8327-f089fb701858 2018-11-09 08:03:24,766 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-115980a0-bd82-4b0-proj-role 2018-11-09 08:03:24,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/8ad8176fb504435da9c81a9bdaa7ba94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:24,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a356db5-e4e0-4f36-a23f-e2eb343d55f5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/8ad8176fb504435da9c81a9bdaa7ba94"}, "domain_id": null, "name": "CreateImageNegativeTests-115980a0-bd82-4b0-proj-role", "id": "8ad8176fb504435da9c81a9bdaa7ba94"}} 2018-11-09 08:03:24,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/8ad8176fb504435da9c81a9bdaa7ba94 used request id req-8a356db5-e4e0-4f36-a23f-e2eb343d55f5 2018-11-09 08:03:24,953 - keystone_utils - INFO - Granting role CreateImageNegativeTests-115980a0-bd82-4b0-proj-role to project CreateImageNegativeTests-115980a0-bd82-4b0-proj 2018-11-09 08:03:24,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/cc658d7787e14314a8fc961323cda789/users/7a2c0e2b7cea485a96fcc39e74c43867/roles/8ad8176fb504435da9c81a9bdaa7ba94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:25,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1f5941a-adee-4d4c-a85b-edaa2ab3102e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:25,086 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/cc658d7787e14314a8fc961323cda789/users/7a2c0e2b7cea485a96fcc39e74c43867/roles/8ad8176fb504435da9c81a9bdaa7ba94 used request id req-d1f5941a-adee-4d4c-a85b-edaa2ab3102e 2018-11-09 08:03:25,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:25,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:25,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ad8176fb504435da9c81a9bdaa7ba94", "name": "CreateImageNegativeTests-115980a0-bd82-4b0-proj-role"}], "expires_at": "2018-11-09T09:03:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc658d7787e14314a8fc961323cda789", "name": "CreateImageNegativeTests-115980a0-bd82-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/cc658d7787e14314a8fc961323cda789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/cc658d7787e14314a8fc961323cda789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/cc658d7787e14314a8fc961323cda789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/cc658d7787e14314a8fc961323cda789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/cc658d7787e14314a8fc961323cda789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/cc658d7787e14314a8fc961323cda789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/cc658d7787e14314a8fc961323cda789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/cc658d7787e14314a8fc961323cda789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/cc658d7787e14314a8fc961323cda789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/cc658d7787e14314a8fc961323cda789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/cc658d7787e14314a8fc961323cda789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/cc658d7787e14314a8fc961323cda789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-115980a0-bd82-4b0-user", "id": "7a2c0e2b7cea485a96fcc39e74c43867"}, "audit_ids": ["fpvu8ArRTLyr1Vaz1dU9gw"], "issued_at": "2018-11-09T08:03:25.000000Z"}} 2018-11-09 08:03:25,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ad75970ce65b777d9b5d88ebc7475b23fe8f636" 2018-11-09 08:03:25,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1670fede-fcc5-4d95-b6d8-590540feb0d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:25,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1670fede-fcc5-4d95-b6d8-590540feb0d6 2018-11-09 08:03:25,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ad75970ce65b777d9b5d88ebc7475b23fe8f636" 2018-11-09 08:03:25,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-c84f03f5-3507-4b2c-83d9-7167e4dd48d2 Date: Fri, 09 Nov 2018 08:03:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-11-09 08:03:25,731 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&name=foo used request id req-c84f03f5-3507-4b2c-83d9-7167e4dd48d2 2018-11-09 08:03:25,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:25,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-600daeaa-c208-4154-92af-a7f4c8f65b75 Date: Fri, 09 Nov 2018 08:03:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:25,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-600daeaa-c208-4154-92af-a7f4c8f65b75 2018-11-09 08:03:25,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:26,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24a6a25f-032f-4a85-a90c-b645ecc31bca 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:26,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-24a6a25f-032f-4a85-a90c-b645ecc31bca 2018-11-09 08:03:26,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:26,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf0b344c-f1ab-4786-ad64-8696b84a1a9c 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:26,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-bf0b344c-f1ab-4786-ad64-8696b84a1a9c 2018-11-09 08:03:26,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:26,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-399fb02e-e1c3-4cd4-a237-8f597eb9dba6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:26,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-399fb02e-e1c3-4cd4-a237-8f597eb9dba6 2018-11-09 08:03:26,211 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-115980a0-bd82-4b0-proj 2018-11-09 08:03:26,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/cc658d7787e14314a8fc961323cda789 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:26,409 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd70bd58-8da8-407a-9d4f-6e8211c8c006 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:26,409 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/cc658d7787e14314a8fc961323cda789 used request id req-fd70bd58-8da8-407a-9d4f-6e8211c8c006 2018-11-09 08:03:26,410 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-115980a0-bd82-4b0-proj-role 2018-11-09 08:03:26,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/8ad8176fb504435da9c81a9bdaa7ba94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:26,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e919866e-70b7-48e7-83cc-2216d173eec1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:26,539 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/8ad8176fb504435da9c81a9bdaa7ba94 used request id req-e919866e-70b7-48e7-83cc-2216d173eec1 2018-11-09 08:03:26,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8f9b9f9fcd5d705d3ba486b5c4d478faa3b59e" 2018-11-09 08:03:26,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd0a275e-7bf7-456d-b3e8-29f4336e838d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:26,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bd0a275e-7bf7-456d-b3e8-29f4336e838d 2018-11-09 08:03:26,561 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-115980a0-bd82-4b0-user 2018-11-09 08:03:26,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/7a2c0e2b7cea485a96fcc39e74c43867 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}421b52d362082634321bdad9ded72910bdc313ce" 2018-11-09 08:03:26,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbb6cef6-dad9-4bf7-919f-0031706011ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:26,735 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7a2c0e2b7cea485a96fcc39e74c43867 used request id req-cbb6cef6-dad9-4bf7-919f-0031706011ef 2018-11-09 08:03:26,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:27,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["1ZxRAFyWSxie-7TkMzeTFQ"], "issued_at": "2018-11-09T08:03:27.000000Z"}} 2018-11-09 08:03:27,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b2428828898421b514948cf24e9e541755a7cf5" 2018-11-09 08:03:27,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e187216-2788-4f7f-b6bb-6edf011fb4f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:27,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3e187216-2788-4f7f-b6bb-6edf011fb4f3 2018-11-09 08:03:27,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:27,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:27,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["FJ_U70OFSICSCZDFApDtkg"], "issued_at": "2018-11-09T08:03:27.000000Z"}} 2018-11-09 08:03:27,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:27,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9abf7a53-c1aa-41b7-a0eb-579eaf47d1b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:27,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9abf7a53-c1aa-41b7-a0eb-579eaf47d1b3 2018-11-09 08:03:27,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:27,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:27,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:27,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54139dbb-58d2-40cd-98d4-8143716fea2d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:27,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj used request id req-54139dbb-58d2-40cd-98d4-8143716fea2d 2018-11-09 08:03:27,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:27,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fec1802-c4c3-491c-977c-28d1dc452b67 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:27,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-2fec1802-c4c3-491c-977c-28d1dc452b67 2018-11-09 08:03:27,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj"}}' 2018-11-09 08:03:28,005 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81e888d8-75eb-495c-bead-b303eba23a19 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/eb606864fe6641668731651b4b223300"}, "enabled": true, "id": "eb606864fe6641668731651b4b223300", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj"}} 2018-11-09 08:03:28,005 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-81e888d8-75eb-495c-bead-b303eba23a19 2018-11-09 08:03:28,006 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj 2018-11-09 08:03:28,006 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:28,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:28,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["RkH2l6aRRr2wA5XNnauDfA"], "issued_at": "2018-11-09T08:03:28.000000Z"}} 2018-11-09 08:03:28,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f46bdd0cb9ba09acda769f2b132ea52563ada6" 2018-11-09 08:03:28,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be454d38-b971-4bf2-8070-e16c6f808024 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:28,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-be454d38-b971-4bf2-8070-e16c6f808024 2018-11-09 08:03:28,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:28,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:28,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f46bdd0cb9ba09acda769f2b132ea52563ada6" 2018-11-09 08:03:28,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ceb231-69c7-4e5e-9847-8e26ec223e44 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:28,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-71ceb231-69c7-4e5e-9847-8e26ec223e44 2018-11-09 08:03:28,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f46bdd0cb9ba09acda769f2b132ea52563ada6" 2018-11-09 08:03:28,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a27158c-0a6a-4fbc-ab9c-2736f804c65f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/eb606864fe6641668731651b4b223300"}, "enabled": true, "id": "eb606864fe6641668731651b4b223300", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj"}]} 2018-11-09 08:03:28,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj used request id req-1a27158c-0a6a-4fbc-ab9c-2736f804c65f 2018-11-09 08:03:28,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f46bdd0cb9ba09acda769f2b132ea52563ada6" 2018-11-09 08:03:28,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e53d0d6-60bb-4b12-8ebd-3a0f6e636a07 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:28,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1e53d0d6-60bb-4b12-8ebd-3a0f6e636a07 2018-11-09 08:03:29,161 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-0ff5f0ad-c9b8-498-user 2018-11-09 08:03:29,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:29,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:29,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e929fd1-46b2-4d06-a1d9-a4bc046c0f09 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:29,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4e929fd1-46b2-4d06-a1d9-a4bc046c0f09 2018-11-09 08:03:29,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" -d '{"role": {"name": "CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj-role"}}' 2018-11-09 08:03:29,455 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22a930e8-97ff-463c-84a7-c4c24b417563 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8a3703beeb4c4a68ac5c4c4dabd142b9", "links": {"self": "http://172.30.9.27:5000/v3/roles/8a3703beeb4c4a68ac5c4c4dabd142b9"}, "name": "CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj-role"}} 2018-11-09 08:03:29,455 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-22a930e8-97ff-463c-84a7-c4c24b417563 2018-11-09 08:03:29,455 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj-role 2018-11-09 08:03:29,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/8a3703beeb4c4a68ac5c4c4dabd142b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:29,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f69781bc-f8f3-48b5-ab93-349346d83836 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/8a3703beeb4c4a68ac5c4c4dabd142b9"}, "domain_id": null, "name": "CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj-role", "id": "8a3703beeb4c4a68ac5c4c4dabd142b9"}} 2018-11-09 08:03:29,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/8a3703beeb4c4a68ac5c4c4dabd142b9 used request id req-f69781bc-f8f3-48b5-ab93-349346d83836 2018-11-09 08:03:29,477 - keystone_utils - INFO - Granting role CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj-role to project CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj 2018-11-09 08:03:29,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/eb606864fe6641668731651b4b223300/users/13ec6d1b7143450d8c51c908da9aac13/roles/8a3703beeb4c4a68ac5c4c4dabd142b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:29,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-942462fe-1e6f-4fd8-ac34-31b0f567e5a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:29,673 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/eb606864fe6641668731651b4b223300/users/13ec6d1b7143450d8c51c908da9aac13/roles/8a3703beeb4c4a68ac5c4c4dabd142b9 used request id req-942462fe-1e6f-4fd8-ac34-31b0f567e5a4 2018-11-09 08:03:29,673 - openstack_tests - DEBUG - Image metadata - None 2018-11-09 08:03:29,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:29,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:30,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a3703beeb4c4a68ac5c4c4dabd142b9", "name": "CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj-role"}], "expires_at": "2018-11-09T09:03:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb606864fe6641668731651b4b223300", "name": "CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eb606864fe6641668731651b4b223300", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eb606864fe6641668731651b4b223300", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eb606864fe6641668731651b4b223300", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eb606864fe6641668731651b4b223300", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eb606864fe6641668731651b4b223300", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eb606864fe6641668731651b4b223300", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eb606864fe6641668731651b4b223300", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eb606864fe6641668731651b4b223300", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eb606864fe6641668731651b4b223300", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eb606864fe6641668731651b4b223300", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eb606864fe6641668731651b4b223300", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eb606864fe6641668731651b4b223300", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-0ff5f0ad-c9b8-498-user", "id": "13ec6d1b7143450d8c51c908da9aac13"}, "audit_ids": ["bcjZ9e2tQTiwdI28NMKgJA"], "issued_at": "2018-11-09T08:03:30.000000Z"}} 2018-11-09 08:03:30,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3991a7ab9e16f96ef734629aae34ec8c63198c3" 2018-11-09 08:03:30,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7473fdfe-5340-4241-83aa-4eb424515870 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:30,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7473fdfe-5340-4241-83aa-4eb424515870 2018-11-09 08:03:30,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-8ff0b313-36e6-4abb-9f4c-9c654789cac1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3991a7ab9e16f96ef734629aae34ec8c63198c3" 2018-11-09 08:03:30,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-b4b14a67-505e-4914-a76c-38715d64f066 Date: Fri, 09 Nov 2018 08:03:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-8ff0b313-36e6-4abb-9f4c-9c654789cac1"} 2018-11-09 08:03:30,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-8ff0b313-36e6-4abb-9f4c-9c654789cac1 used request id req-b4b14a67-505e-4914-a76c-38715d64f066 2018-11-09 08:03:30,506 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-11-09 08:03:30,507 - file_utils - DEBUG - Saving file to - /tmp/0eb45ded-2e4c-40e1-b4f7-02fac22d74a7 2018-11-09 08:03:30,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:30,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6df2b0f3-d1eb-47fc-87f0-ac6807a9b51c Date: Fri, 09 Nov 2018 08:03:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:30,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-6df2b0f3-d1eb-47fc-87f0-ac6807a9b51c 2018-11-09 08:03:30,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:30,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e58f39e7-df4b-440f-9bcc-be78ec58fd64 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:30,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-e58f39e7-df4b-440f-9bcc-be78ec58fd64 2018-11-09 08:03:30,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:30,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38408510-6f54-477c-a70b-c6ce8edf7f28 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:30,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-38408510-6f54-477c-a70b-c6ce8edf7f28 2018-11-09 08:03:30,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:31,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50fa9d36-cfad-4d1e-8c84-504adfe29785 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:31,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-50fa9d36-cfad-4d1e-8c84-504adfe29785 2018-11-09 08:03:31,088 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj 2018-11-09 08:03:31,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/eb606864fe6641668731651b4b223300 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:31,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eced1f56-ea9f-4d45-92ec-7769705d20c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:31,230 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/eb606864fe6641668731651b4b223300 used request id req-eced1f56-ea9f-4d45-92ec-7769705d20c7 2018-11-09 08:03:31,230 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-0ff5f0ad-c9b8-498-proj-role 2018-11-09 08:03:31,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/8a3703beeb4c4a68ac5c4c4dabd142b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:31,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89920632-5659-44cf-b507-8324f598e644 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:31,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/8a3703beeb4c4a68ac5c4c4dabd142b9 used request id req-89920632-5659-44cf-b507-8324f598e644 2018-11-09 08:03:31,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b125d25dbf3ab9d5d5aa6de549584a47cd1789" 2018-11-09 08:03:31,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7507e90d-a623-4877-ae56-a4cae90571df Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:31,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7507e90d-a623-4877-ae56-a4cae90571df 2018-11-09 08:03:31,432 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-0ff5f0ad-c9b8-498-user 2018-11-09 08:03:31,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/13ec6d1b7143450d8c51c908da9aac13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f46bdd0cb9ba09acda769f2b132ea52563ada6" 2018-11-09 08:03:31,617 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96c3cc8e-8d59-49d5-b7f7-e7340a8b77f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:31,617 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/13ec6d1b7143450d8c51c908da9aac13 used request id req-96c3cc8e-8d59-49d5-b7f7-e7340a8b77f2 2018-11-09 08:03:31,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:31,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["_Upj48tvRnSeQLx7hPpMaA"], "issued_at": "2018-11-09T08:03:31.000000Z"}} 2018-11-09 08:03:31,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85a0da6cf5ae820b5bc82340497d57009c42538" 2018-11-09 08:03:32,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9779e635-2791-4c77-9178-a8ab1dc82065 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:32,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9779e635-2791-4c77-9178-a8ab1dc82065 2018-11-09 08:03:32,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:32,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:32,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Xqunj-UISmanx6bz6htBkQ"], "issued_at": "2018-11-09T08:03:32.000000Z"}} 2018-11-09 08:03:32,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:32,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e91e7aed-0a6f-4642-a8c0-7e5334e58cb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:32,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e91e7aed-0a6f-4642-a8c0-7e5334e58cb0 2018-11-09 08:03:32,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:32,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:32,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-1503b939-1d65-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:32,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f056e0c-8b77-4817-ba5a-6978b663adfe Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-1503b939-1d65-47d-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:32,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-1503b939-1d65-47d-proj used request id req-8f056e0c-8b77-4817-ba5a-6978b663adfe 2018-11-09 08:03:32,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:32,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-188ce6f9-b72c-427a-8bfa-c2f1788f7503 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:32,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-188ce6f9-b72c-427a-8bfa-c2f1788f7503 2018-11-09 08:03:32,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-1503b939-1d65-47d-proj"}}' 2018-11-09 08:03:32,849 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-437f9b1a-74c7-49c3-9cfe-5f886fe644a7 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da66d98ac7364fd4a6381c37dc989cab"}, "enabled": true, "id": "da66d98ac7364fd4a6381c37dc989cab", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-1503b939-1d65-47d-proj"}} 2018-11-09 08:03:32,850 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-437f9b1a-74c7-49c3-9cfe-5f886fe644a7 2018-11-09 08:03:32,850 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-1503b939-1d65-47d-proj 2018-11-09 08:03:32,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:32,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:33,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["0FC2kDXJSMesAfgFPSO2tQ"], "issued_at": "2018-11-09T08:03:33.000000Z"}} 2018-11-09 08:03:33,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca2a54abaa7a2884a4c8d923de17ff1ebdcf960" 2018-11-09 08:03:33,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fb840a4-fcbd-48a6-944c-86d63273f02a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:33,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8fb840a4-fcbd-48a6-944c-86d63273f02a 2018-11-09 08:03:33,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:33,332 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:33,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca2a54abaa7a2884a4c8d923de17ff1ebdcf960" 2018-11-09 08:03:33,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9f3df3c-22c8-41b1-863b-a78623acad0d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:33,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b9f3df3c-22c8-41b1-863b-a78623acad0d 2018-11-09 08:03:33,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateMultiPartImageTests-1503b939-1d65-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca2a54abaa7a2884a4c8d923de17ff1ebdcf960" 2018-11-09 08:03:33,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ce4a0d7-c349-417d-9bb1-9752cf66c30b Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateMultiPartImageTests-1503b939-1d65-47d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da66d98ac7364fd4a6381c37dc989cab"}, "enabled": true, "id": "da66d98ac7364fd4a6381c37dc989cab", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-1503b939-1d65-47d-proj"}]} 2018-11-09 08:03:33,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateMultiPartImageTests-1503b939-1d65-47d-proj used request id req-1ce4a0d7-c349-417d-9bb1-9752cf66c30b 2018-11-09 08:03:33,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca2a54abaa7a2884a4c8d923de17ff1ebdcf960" 2018-11-09 08:03:33,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80bea137-8ee0-491c-9575-977b05a0705b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:33,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-80bea137-8ee0-491c-9575-977b05a0705b 2018-11-09 08:03:33,951 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-1503b939-1d65-47d-user 2018-11-09 08:03:33,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:33,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:34,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed13e7fd-77ec-4447-b60e-12aab3f3fc3c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:34,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ed13e7fd-77ec-4447-b60e-12aab3f3fc3c 2018-11-09 08:03:34,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" -d '{"role": {"name": "CreateMultiPartImageTests-1503b939-1d65-47d-proj-role"}}' 2018-11-09 08:03:34,245 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-594cadf8-97fe-496d-bda8-a276c55c79b1 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1b0b7b9e8fd54758b46ddfe4fb4955f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/1b0b7b9e8fd54758b46ddfe4fb4955f3"}, "name": "CreateMultiPartImageTests-1503b939-1d65-47d-proj-role"}} 2018-11-09 08:03:34,245 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-594cadf8-97fe-496d-bda8-a276c55c79b1 2018-11-09 08:03:34,246 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-1503b939-1d65-47d-proj-role 2018-11-09 08:03:34,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/1b0b7b9e8fd54758b46ddfe4fb4955f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:34,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a1e241b-54e8-4f61-aa63-daed1d7505df Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/1b0b7b9e8fd54758b46ddfe4fb4955f3"}, "domain_id": null, "name": "CreateMultiPartImageTests-1503b939-1d65-47d-proj-role", "id": "1b0b7b9e8fd54758b46ddfe4fb4955f3"}} 2018-11-09 08:03:34,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/1b0b7b9e8fd54758b46ddfe4fb4955f3 used request id req-7a1e241b-54e8-4f61-aa63-daed1d7505df 2018-11-09 08:03:34,341 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-1503b939-1d65-47d-proj-role to project CreateMultiPartImageTests-1503b939-1d65-47d-proj 2018-11-09 08:03:34,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/da66d98ac7364fd4a6381c37dc989cab/users/0a643cb508c34a11b939e1057b1ef5a8/roles/1b0b7b9e8fd54758b46ddfe4fb4955f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:34,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d77cc222-48aa-4075-bf25-948ad3284586 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:34,476 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/da66d98ac7364fd4a6381c37dc989cab/users/0a643cb508c34a11b939e1057b1ef5a8/roles/1b0b7b9e8fd54758b46ddfe4fb4955f3 used request id req-d77cc222-48aa-4075-bf25-948ad3284586 2018-11-09 08:03:34,477 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-11-09 08:03:34,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:34,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-89ee24d1-0acf-42f9-ae45-e8b2830f5986 Date: Fri, 09 Nov 2018 08:03:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:34,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-89ee24d1-0acf-42f9-ae45-e8b2830f5986 2018-11-09 08:03:34,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:34,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5760cae4-a60a-447e-9ee0-8000884b29de 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:34,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-5760cae4-a60a-447e-9ee0-8000884b29de 2018-11-09 08:03:34,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:34,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57f939a-5c11-454d-bccd-6eb7d0cb7a4b 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:34,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-c57f939a-5c11-454d-bccd-6eb7d0cb7a4b 2018-11-09 08:03:34,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:34,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2208acb-70a4-41f9-9e5a-851153e714df Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:34,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-c2208acb-70a4-41f9-9e5a-851153e714df 2018-11-09 08:03:34,910 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-1503b939-1d65-47d-proj 2018-11-09 08:03:34,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/da66d98ac7364fd4a6381c37dc989cab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:35,128 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e13f5a13-baf4-4ff9-b18b-736cb963b31c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:35,129 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/da66d98ac7364fd4a6381c37dc989cab used request id req-e13f5a13-baf4-4ff9-b18b-736cb963b31c 2018-11-09 08:03:35,129 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-1503b939-1d65-47d-proj-role 2018-11-09 08:03:35,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/1b0b7b9e8fd54758b46ddfe4fb4955f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:35,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7225bc2-ae5f-4790-bcb2-0cb5a3d9b42a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:35,251 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/1b0b7b9e8fd54758b46ddfe4fb4955f3 used request id req-f7225bc2-ae5f-4790-bcb2-0cb5a3d9b42a 2018-11-09 08:03:35,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6aceb485529fd0e4b6454150598e5957b384502" 2018-11-09 08:03:35,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de399b47-11e0-4099-820f-701bbaae378c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:35,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-de399b47-11e0-4099-820f-701bbaae378c 2018-11-09 08:03:35,340 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-1503b939-1d65-47d-user 2018-11-09 08:03:35,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/0a643cb508c34a11b939e1057b1ef5a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca2a54abaa7a2884a4c8d923de17ff1ebdcf960" 2018-11-09 08:03:35,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bc11122-30be-431c-9739-7033544d462c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:35,516 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0a643cb508c34a11b939e1057b1ef5a8 used request id req-1bc11122-30be-431c-9739-7033544d462c 2018-11-09 08:03:35,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:35,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Vq_MciFDRMKaytaBoo12Qg"], "issued_at": "2018-11-09T08:03:35.000000Z"}} 2018-11-09 08:03:35,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf897381361afd9b0792e97cc38bf36a1fbc0c8" 2018-11-09 08:03:35,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c346c65-48e6-404f-b606-ebfb0b41a73b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:35,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8c346c65-48e6-404f-b606-ebfb0b41a73b 2018-11-09 08:03:35,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:35,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:36,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ipQrErzKTn-F4_exQJ0jRw"], "issued_at": "2018-11-09T08:03:36.000000Z"}} 2018-11-09 08:03:36,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:36,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2938ea0-27f8-4b5b-89c9-09700ee82a95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:36,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c2938ea0-27f8-4b5b-89c9-09700ee82a95 2018-11-09 08:03:36,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:36,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:36,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-69b9dc15-b994-4ba-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:36,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-389bc18a-fff3-4e8c-9ed2-af42b1ed83a6 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-69b9dc15-b994-4ba-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:36,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-69b9dc15-b994-4ba-proj used request id req-389bc18a-fff3-4e8c-9ed2-af42b1ed83a6 2018-11-09 08:03:36,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:36,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b692b1cb-3397-4d53-b414-f42501a3e225 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:36,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b692b1cb-3397-4d53-b414-f42501a3e225 2018-11-09 08:03:36,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-69b9dc15-b994-4ba-proj"}}' 2018-11-09 08:03:36,773 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da7e7e13-e7e5-43bd-9476-9d376b5540cd Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d8ee42ee4b374222be3c38f33a274087"}, "enabled": true, "id": "d8ee42ee4b374222be3c38f33a274087", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-69b9dc15-b994-4ba-proj"}} 2018-11-09 08:03:36,773 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-da7e7e13-e7e5-43bd-9476-9d376b5540cd 2018-11-09 08:03:36,773 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-69b9dc15-b994-4ba-proj 2018-11-09 08:03:36,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:36,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:37,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["VIX8hG5qSCes-T2XqwMYeg"], "issued_at": "2018-11-09T08:03:37.000000Z"}} 2018-11-09 08:03:37,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e565761d6a09bb2063f1d0c455401974cb6e1ad5" 2018-11-09 08:03:37,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18f1c180-51ab-4f68-829b-053e07f156ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:37,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-18f1c180-51ab-4f68-829b-053e07f156ca 2018-11-09 08:03:37,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:37,285 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:37,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e565761d6a09bb2063f1d0c455401974cb6e1ad5" 2018-11-09 08:03:37,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee6ce4d1-8d98-42cf-9381-8a5c98498c25 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:37,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ee6ce4d1-8d98-42cf-9381-8a5c98498c25 2018-11-09 08:03:37,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateMultiPartImageTests-69b9dc15-b994-4ba-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e565761d6a09bb2063f1d0c455401974cb6e1ad5" 2018-11-09 08:03:37,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3844987-b8c0-489c-b360-f944790c8742 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateMultiPartImageTests-69b9dc15-b994-4ba-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d8ee42ee4b374222be3c38f33a274087"}, "enabled": true, "id": "d8ee42ee4b374222be3c38f33a274087", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-69b9dc15-b994-4ba-proj"}]} 2018-11-09 08:03:37,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateMultiPartImageTests-69b9dc15-b994-4ba-proj used request id req-f3844987-b8c0-489c-b360-f944790c8742 2018-11-09 08:03:37,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e565761d6a09bb2063f1d0c455401974cb6e1ad5" 2018-11-09 08:03:37,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c216d9ac-1912-4057-9752-f1c7555ac383 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:37,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-c216d9ac-1912-4057-9752-f1c7555ac383 2018-11-09 08:03:37,784 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-69b9dc15-b994-4ba-user 2018-11-09 08:03:37,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:37,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:37,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ad90bae-9478-4234-acd3-d48e86358f23 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:37,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0ad90bae-9478-4234-acd3-d48e86358f23 2018-11-09 08:03:37,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" -d '{"role": {"name": "CreateMultiPartImageTests-69b9dc15-b994-4ba-proj-role"}}' 2018-11-09 08:03:37,987 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7b4faa2-2ee2-4d50-80c7-a702eec52155 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d4999b1b48a049d6a37a2d18d2c36eea", "links": {"self": "http://172.30.9.27:5000/v3/roles/d4999b1b48a049d6a37a2d18d2c36eea"}, "name": "CreateMultiPartImageTests-69b9dc15-b994-4ba-proj-role"}} 2018-11-09 08:03:37,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-d7b4faa2-2ee2-4d50-80c7-a702eec52155 2018-11-09 08:03:37,988 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-69b9dc15-b994-4ba-proj-role 2018-11-09 08:03:37,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/d4999b1b48a049d6a37a2d18d2c36eea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:38,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d6221c-8dee-4b74-9d28-c2ed5fc56ba8 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/d4999b1b48a049d6a37a2d18d2c36eea"}, "domain_id": null, "name": "CreateMultiPartImageTests-69b9dc15-b994-4ba-proj-role", "id": "d4999b1b48a049d6a37a2d18d2c36eea"}} 2018-11-09 08:03:38,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/d4999b1b48a049d6a37a2d18d2c36eea used request id req-93d6221c-8dee-4b74-9d28-c2ed5fc56ba8 2018-11-09 08:03:38,085 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-69b9dc15-b994-4ba-proj-role to project CreateMultiPartImageTests-69b9dc15-b994-4ba-proj 2018-11-09 08:03:38,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/d8ee42ee4b374222be3c38f33a274087/users/47cfa17d34704bd2a759ef0e42e4c68a/roles/d4999b1b48a049d6a37a2d18d2c36eea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:38,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52436d8d-2259-431f-aa69-9e1980567eba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:38,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d8ee42ee4b374222be3c38f33a274087/users/47cfa17d34704bd2a759ef0e42e4c68a/roles/d4999b1b48a049d6a37a2d18d2c36eea used request id req-52436d8d-2259-431f-aa69-9e1980567eba 2018-11-09 08:03:38,229 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-09 08:03:38,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:38,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-182ebef9-6118-4ea9-87cb-44980f6f80d9 Date: Fri, 09 Nov 2018 08:03:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:38,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-182ebef9-6118-4ea9-87cb-44980f6f80d9 2018-11-09 08:03:38,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:38,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f77da9d9-91a7-47de-b1bb-aca2d925e6a6 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:38,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-f77da9d9-91a7-47de-b1bb-aca2d925e6a6 2018-11-09 08:03:38,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:38,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aefef9b-0feb-4eb0-af15-b1ff91f05482 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:38,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-9aefef9b-0feb-4eb0-af15-b1ff91f05482 2018-11-09 08:03:38,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:38,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f532ffd2-ae54-4dbc-985b-815d5a34d000 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:38,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-f532ffd2-ae54-4dbc-985b-815d5a34d000 2018-11-09 08:03:38,576 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-69b9dc15-b994-4ba-proj 2018-11-09 08:03:38,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/d8ee42ee4b374222be3c38f33a274087 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:38,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d671724e-cf77-4eba-ac73-c3a2772248b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:38,792 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/d8ee42ee4b374222be3c38f33a274087 used request id req-d671724e-cf77-4eba-ac73-c3a2772248b8 2018-11-09 08:03:38,792 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-69b9dc15-b994-4ba-proj-role 2018-11-09 08:03:38,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/d4999b1b48a049d6a37a2d18d2c36eea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:38,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-655b8f56-230a-47d0-80b1-294db0076580 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:38,987 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/d4999b1b48a049d6a37a2d18d2c36eea used request id req-655b8f56-230a-47d0-80b1-294db0076580 2018-11-09 08:03:38,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990a130ec7250e9e4428975fc25ca2b923ce98f3" 2018-11-09 08:03:39,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9696dea3-8d05-4fc0-84aa-eca2f686c4b2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:39,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9696dea3-8d05-4fc0-84aa-eca2f686c4b2 2018-11-09 08:03:39,088 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-69b9dc15-b994-4ba-user 2018-11-09 08:03:39,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/47cfa17d34704bd2a759ef0e42e4c68a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e565761d6a09bb2063f1d0c455401974cb6e1ad5" 2018-11-09 08:03:39,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67a83be5-14d3-4776-af0b-b2d1a5772058 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:39,267 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/47cfa17d34704bd2a759ef0e42e4c68a used request id req-67a83be5-14d3-4776-af0b-b2d1a5772058 2018-11-09 08:03:39,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:39,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["H73g3U82SSuz8KXSDURyTg"], "issued_at": "2018-11-09T08:03:39.000000Z"}} 2018-11-09 08:03:39,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}599b744ef9a736b21c4755583358b7069fcb79e1" 2018-11-09 08:03:39,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b71c710b-b515-43ad-bf10-28f9522b454c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:39,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b71c710b-b515-43ad-bf10-28f9522b454c 2018-11-09 08:03:39,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:39,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:40,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["LzX46J56RfSCy5GlFXtEZw"], "issued_at": "2018-11-09T08:03:40.000000Z"}} 2018-11-09 08:03:40,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:40,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd28bfb0-20ac-4c8c-80a8-affe94da0c5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:40,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fd28bfb0-20ac-4c8c-80a8-affe94da0c5b 2018-11-09 08:03:40,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:40,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:40,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-fded9616-d817-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:40,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb8df6b2-9539-4d24-9ee6-f1982a916b13 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-fded9616-d817-400-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:40,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-fded9616-d817-400-proj used request id req-eb8df6b2-9539-4d24-9ee6-f1982a916b13 2018-11-09 08:03:40,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:40,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b4d5861-d4ee-431b-9e26-2e09dd2b047d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:40,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-5b4d5861-d4ee-431b-9e26-2e09dd2b047d 2018-11-09 08:03:40,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-fded9616-d817-400-proj"}}' 2018-11-09 08:03:40,532 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3266c170-94fa-4512-877c-8579d10382b1 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/14fd74bbbef34caa8807baa10e367c0f"}, "enabled": true, "id": "14fd74bbbef34caa8807baa10e367c0f", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-fded9616-d817-400-proj"}} 2018-11-09 08:03:40,532 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-3266c170-94fa-4512-877c-8579d10382b1 2018-11-09 08:03:40,532 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-fded9616-d817-400-proj 2018-11-09 08:03:40,533 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:40,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:40,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Ylxn-GQVSSG0KUXPK8SicQ"], "issued_at": "2018-11-09T08:03:40.000000Z"}} 2018-11-09 08:03:40,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d0b591c11d9bd18d0102b436bbb0688be0fa9a" 2018-11-09 08:03:40,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b598bdd-812d-4fd0-a2b5-6502abea9429 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:40,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6b598bdd-812d-4fd0-a2b5-6502abea9429 2018-11-09 08:03:41,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:41,008 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:41,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d0b591c11d9bd18d0102b436bbb0688be0fa9a" 2018-11-09 08:03:41,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8ca4f83-a6ed-48d2-ad8b-6d4455bca7f3 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:41,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a8ca4f83-a6ed-48d2-ad8b-6d4455bca7f3 2018-11-09 08:03:41,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateMultiPartImageTests-fded9616-d817-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d0b591c11d9bd18d0102b436bbb0688be0fa9a" 2018-11-09 08:03:41,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2629b7c5-d872-4b8f-8588-12a312dd8f31 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateMultiPartImageTests-fded9616-d817-400-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/14fd74bbbef34caa8807baa10e367c0f"}, "enabled": true, "id": "14fd74bbbef34caa8807baa10e367c0f", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-fded9616-d817-400-proj"}]} 2018-11-09 08:03:41,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateMultiPartImageTests-fded9616-d817-400-proj used request id req-2629b7c5-d872-4b8f-8588-12a312dd8f31 2018-11-09 08:03:41,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d0b591c11d9bd18d0102b436bbb0688be0fa9a" 2018-11-09 08:03:41,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d623af7-e53e-4925-9bca-2d1a9944a58f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:41,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1d623af7-e53e-4925-9bca-2d1a9944a58f 2018-11-09 08:03:41,545 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-fded9616-d817-400-user 2018-11-09 08:03:41,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:41,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:41,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6738589-4cae-4300-a3ed-2d9815e60596 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:41,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d6738589-4cae-4300-a3ed-2d9815e60596 2018-11-09 08:03:41,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" -d '{"role": {"name": "CreateMultiPartImageTests-fded9616-d817-400-proj-role"}}' 2018-11-09 08:03:41,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-283f4321-e187-4bd7-8f42-ce5e5a985eba Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "03d013e18994421a9cc71741eaba60da", "links": {"self": "http://172.30.9.27:5000/v3/roles/03d013e18994421a9cc71741eaba60da"}, "name": "CreateMultiPartImageTests-fded9616-d817-400-proj-role"}} 2018-11-09 08:03:41,755 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-283f4321-e187-4bd7-8f42-ce5e5a985eba 2018-11-09 08:03:41,755 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-fded9616-d817-400-proj-role 2018-11-09 08:03:41,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/03d013e18994421a9cc71741eaba60da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:41,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc2dff58-c082-4a2e-9051-883f45af5d14 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/03d013e18994421a9cc71741eaba60da"}, "domain_id": null, "name": "CreateMultiPartImageTests-fded9616-d817-400-proj-role", "id": "03d013e18994421a9cc71741eaba60da"}} 2018-11-09 08:03:41,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/03d013e18994421a9cc71741eaba60da used request id req-fc2dff58-c082-4a2e-9051-883f45af5d14 2018-11-09 08:03:41,842 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-fded9616-d817-400-proj-role to project CreateMultiPartImageTests-fded9616-d817-400-proj 2018-11-09 08:03:41,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/14fd74bbbef34caa8807baa10e367c0f/users/072637e4eb1743eb9c546c12324be829/roles/03d013e18994421a9cc71741eaba60da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:41,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f4988db-8bb5-449f-9f2d-9fdbb427bcc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:41,985 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/14fd74bbbef34caa8807baa10e367c0f/users/072637e4eb1743eb9c546c12324be829/roles/03d013e18994421a9cc71741eaba60da used request id req-7f4988db-8bb5-449f-9f2d-9fdbb427bcc6 2018-11-09 08:03:41,996 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-09 08:03:42,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:42,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9533c499-bf92-47b2-90c2-06cbbb9ce238 Date: Fri, 09 Nov 2018 08:03:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:42,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-9533c499-bf92-47b2-90c2-06cbbb9ce238 2018-11-09 08:03:42,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:42,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11703345-122b-43fd-a42b-13a0c9c8c95d 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:42,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-11703345-122b-43fd-a42b-13a0c9c8c95d 2018-11-09 08:03:42,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:42,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8814f5fe-7e56-47ee-bb6b-ba34261d210d 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:42,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-8814f5fe-7e56-47ee-bb6b-ba34261d210d 2018-11-09 08:03:42,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:42,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342ea302-a7db-4972-9d3c-1d4f1d3d6ada Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:42,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-342ea302-a7db-4972-9d3c-1d4f1d3d6ada 2018-11-09 08:03:42,428 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-fded9616-d817-400-proj 2018-11-09 08:03:42,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/14fd74bbbef34caa8807baa10e367c0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:42,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d3bd1d1-e352-4d84-9d3d-3abdcab9879d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:42,625 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/14fd74bbbef34caa8807baa10e367c0f used request id req-7d3bd1d1-e352-4d84-9d3d-3abdcab9879d 2018-11-09 08:03:42,626 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-fded9616-d817-400-proj-role 2018-11-09 08:03:42,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/03d013e18994421a9cc71741eaba60da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:42,736 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87a9fe2e-f6aa-4481-a51a-3ddc1366f6e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:42,736 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/03d013e18994421a9cc71741eaba60da used request id req-87a9fe2e-f6aa-4481-a51a-3ddc1366f6e6 2018-11-09 08:03:42,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a30496cf1e05b643a269f9c9898e1bccd24505e" 2018-11-09 08:03:42,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9d5c4d8-820f-47b0-981d-32863afdeaf2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:42,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a9d5c4d8-820f-47b0-981d-32863afdeaf2 2018-11-09 08:03:42,825 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-fded9616-d817-400-user 2018-11-09 08:03:42,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/072637e4eb1743eb9c546c12324be829 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d0b591c11d9bd18d0102b436bbb0688be0fa9a" 2018-11-09 08:03:42,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f0c94fc-1643-4dbc-932f-eb8212c224d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:42,992 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/072637e4eb1743eb9c546c12324be829 used request id req-6f0c94fc-1643-4dbc-932f-eb8212c224d9 2018-11-09 08:03:42,994 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:43,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["a4rTD0XwRZynSMgA0fNhfg"], "issued_at": "2018-11-09T08:03:43.000000Z"}} 2018-11-09 08:03:43,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b395d24ae4ba11725529d1e324a9bfcf7d90f8c7" 2018-11-09 08:03:43,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c964503-9fab-44fa-85e6-2d0aa559943f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:43,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5c964503-9fab-44fa-85e6-2d0aa559943f 2018-11-09 08:03:43,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:43,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:43,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["hYuSs6cYQVuc7HizGqiYdw"], "issued_at": "2018-11-09T08:03:43.000000Z"}} 2018-11-09 08:03:43,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:43,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1cd7e5c-cbbb-41ce-b787-012d8179cb4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:43,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d1cd7e5c-cbbb-41ce-b787-012d8179cb4d 2018-11-09 08:03:43,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:43,940 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:43,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-fc3ef77c-e59f-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:44,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf3e552-4c47-4bb8-98b8-57af5967f2a9 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-fc3ef77c-e59f-459-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:44,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-fc3ef77c-e59f-459-proj used request id req-bdf3e552-4c47-4bb8-98b8-57af5967f2a9 2018-11-09 08:03:44,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:44,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e98593-20b3-4e36-b5dc-42353ab7b1f0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:44,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b6e98593-20b3-4e36-b5dc-42353ab7b1f0 2018-11-09 08:03:44,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-fc3ef77c-e59f-459-proj"}}' 2018-11-09 08:03:44,257 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffb6e4c5-b476-4c26-b205-b370a6fe6f9f Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/82320825daca44b4b46f923834d5d1c1"}, "enabled": true, "id": "82320825daca44b4b46f923834d5d1c1", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-fc3ef77c-e59f-459-proj"}} 2018-11-09 08:03:44,257 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-ffb6e4c5-b476-4c26-b205-b370a6fe6f9f 2018-11-09 08:03:44,258 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-fc3ef77c-e59f-459-proj 2018-11-09 08:03:44,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:44,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:44,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ah-OZKnjTDe09ZJS4Xe4tA"], "issued_at": "2018-11-09T08:03:44.000000Z"}} 2018-11-09 08:03:44,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf0afed296f68a5797f6ff6271ad0ec8752d61f" 2018-11-09 08:03:44,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a70b0f8-8c8a-4933-9b32-04ba981638cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:44,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0a70b0f8-8c8a-4933-9b32-04ba981638cd 2018-11-09 08:03:44,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:44,680 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:44,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf0afed296f68a5797f6ff6271ad0ec8752d61f" 2018-11-09 08:03:44,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a2154b1-6402-4846-ad5e-a768faf15b8a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:44,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1a2154b1-6402-4846-ad5e-a768faf15b8a 2018-11-09 08:03:44,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-fc3ef77c-e59f-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf0afed296f68a5797f6ff6271ad0ec8752d61f" 2018-11-09 08:03:44,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f431ab-bb30-467f-8398-3a607c662765 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-fc3ef77c-e59f-459-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/82320825daca44b4b46f923834d5d1c1"}, "enabled": true, "id": "82320825daca44b4b46f923834d5d1c1", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-fc3ef77c-e59f-459-proj"}]} 2018-11-09 08:03:44,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-fc3ef77c-e59f-459-proj used request id req-49f431ab-bb30-467f-8398-3a607c662765 2018-11-09 08:03:44,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf0afed296f68a5797f6ff6271ad0ec8752d61f" 2018-11-09 08:03:44,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee5dd82-62d6-46ea-97ef-fa6b1bd901b3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:44,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-2ee5dd82-62d6-46ea-97ef-fa6b1bd901b3 2018-11-09 08:03:45,275 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-fc3ef77c-e59f-459-user 2018-11-09 08:03:45,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:45,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:45,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c73bd2d3-0a5c-4895-9b1c-8e94553ea5ab Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:45,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c73bd2d3-0a5c-4895-9b1c-8e94553ea5ab 2018-11-09 08:03:45,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" -d '{"role": {"name": "CreateKeypairsTests-fc3ef77c-e59f-459-proj-role"}}' 2018-11-09 08:03:45,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e94c1b00-004d-4135-8502-2ea2ad04e6b2 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7f4360ee08b4416186f9e97c1e035433", "links": {"self": "http://172.30.9.27:5000/v3/roles/7f4360ee08b4416186f9e97c1e035433"}, "name": "CreateKeypairsTests-fc3ef77c-e59f-459-proj-role"}} 2018-11-09 08:03:45,485 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-e94c1b00-004d-4135-8502-2ea2ad04e6b2 2018-11-09 08:03:45,485 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-fc3ef77c-e59f-459-proj-role 2018-11-09 08:03:45,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/7f4360ee08b4416186f9e97c1e035433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:45,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e79d322-6601-4585-93b7-89f720c18ac8 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/7f4360ee08b4416186f9e97c1e035433"}, "domain_id": null, "name": "CreateKeypairsTests-fc3ef77c-e59f-459-proj-role", "id": "7f4360ee08b4416186f9e97c1e035433"}} 2018-11-09 08:03:45,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/7f4360ee08b4416186f9e97c1e035433 used request id req-7e79d322-6601-4585-93b7-89f720c18ac8 2018-11-09 08:03:45,578 - keystone_utils - INFO - Granting role CreateKeypairsTests-fc3ef77c-e59f-459-proj-role to project CreateKeypairsTests-fc3ef77c-e59f-459-proj 2018-11-09 08:03:45,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/82320825daca44b4b46f923834d5d1c1/users/dec860da634842f3a98604daaf2d1b80/roles/7f4360ee08b4416186f9e97c1e035433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:45,721 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9610b624-d3b6-455a-9f9a-e9aa036376d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:45,721 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/82320825daca44b4b46f923834d5d1c1/users/dec860da634842f3a98604daaf2d1b80/roles/7f4360ee08b4416186f9e97c1e035433 used request id req-9610b624-d3b6-455a-9f9a-e9aa036376d2 2018-11-09 08:03:45,721 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:03:45,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:45,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:46,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f4360ee08b4416186f9e97c1e035433", "name": "CreateKeypairsTests-fc3ef77c-e59f-459-proj-role"}], "expires_at": "2018-11-09T09:03:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82320825daca44b4b46f923834d5d1c1", "name": "CreateKeypairsTests-fc3ef77c-e59f-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/82320825daca44b4b46f923834d5d1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/82320825daca44b4b46f923834d5d1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/82320825daca44b4b46f923834d5d1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/82320825daca44b4b46f923834d5d1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/82320825daca44b4b46f923834d5d1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/82320825daca44b4b46f923834d5d1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/82320825daca44b4b46f923834d5d1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/82320825daca44b4b46f923834d5d1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/82320825daca44b4b46f923834d5d1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/82320825daca44b4b46f923834d5d1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/82320825daca44b4b46f923834d5d1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/82320825daca44b4b46f923834d5d1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-fc3ef77c-e59f-459-user", "id": "dec860da634842f3a98604daaf2d1b80"}, "audit_ids": ["8O363UTcTMWGEpz-3FmXew"], "issued_at": "2018-11-09T08:03:46.000000Z"}} 2018-11-09 08:03:46,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af4f5b799f5798c1b6d3f6c969d833a3f64cd7d" 2018-11-09 08:03:46,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-858f9ab4-d149-4a5d-8575-612dc0270777 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:46,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-858f9ab4-d149-4a5d-8575-612dc0270777 2018-11-09 08:03:46,258 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:03:46,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af4f5b799f5798c1b6d3f6c969d833a3f64cd7d" 2018-11-09 08:03:46,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c4e7726-8088-43af-afff-482aadcc3e51 x-compute-request-id: req-5c4e7726-8088-43af-afff-482aadcc3e51 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:03:46,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-5c4e7726-8088-43af-afff-482aadcc3e51 2018-11-09 08:03:46,438 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89... 2018-11-09 08:03:46,438 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:03:46,481 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89 2018-11-09 08:03:46,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af4f5b799f5798c1b6d3f6c969d833a3f64cd7d" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQxC5AJoc9eTT1G5SBTHoiUybuGwDr7izKbF25Urye1cX+pjX8JbGUH8hh8ISvstA1XqcsaVXPlGzp2PfC9s+Oq2+yOSccj2MbP+rN0Q+rAUJNSQBQXUfy29mmufvTkhsG4trNvpb02dLN+y7igxwZ5+kks3rsuVkam2901SkTRQ==", "name": "CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89"}}' 2018-11-09 08:03:46,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f880c252-3aa7-47fd-816c-cc79625004c8 x-compute-request-id: req-f880c252-3aa7-47fd-816c-cc79625004c8 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQxC5AJoc9eTT1G5SBTHoiUybuGwDr7izKbF25Urye1cX+pjX8JbGUH8hh8ISvstA1XqcsaVXPlGzp2PfC9s+Oq2+yOSccj2MbP+rN0Q+rAUJNSQBQXUfy29mmufvTkhsG4trNvpb02dLN+y7igxwZ5+kks3rsuVkam2901SkTRQ==", "user_id": "dec860da634842f3a98604daaf2d1b80", "name": "CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89", "fingerprint": "d1:38:78:ed:ab:15:4c:35:76:42:30:b2:98:1b:32:8d"}} 2018-11-09 08:03:46,562 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-f880c252-3aa7-47fd-816c-cc79625004c8 2018-11-09 08:03:46,563 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89 2018-11-09 08:03:46,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:46,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f4360ee08b4416186f9e97c1e035433", "name": "CreateKeypairsTests-fc3ef77c-e59f-459-proj-role"}], "expires_at": "2018-11-09T09:03:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82320825daca44b4b46f923834d5d1c1", "name": "CreateKeypairsTests-fc3ef77c-e59f-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/82320825daca44b4b46f923834d5d1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/82320825daca44b4b46f923834d5d1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/82320825daca44b4b46f923834d5d1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/82320825daca44b4b46f923834d5d1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/82320825daca44b4b46f923834d5d1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/82320825daca44b4b46f923834d5d1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/82320825daca44b4b46f923834d5d1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/82320825daca44b4b46f923834d5d1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/82320825daca44b4b46f923834d5d1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/82320825daca44b4b46f923834d5d1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/82320825daca44b4b46f923834d5d1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/82320825daca44b4b46f923834d5d1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-fc3ef77c-e59f-459-user", "id": "dec860da634842f3a98604daaf2d1b80"}, "audit_ids": ["ekNy0ZT8QxKuoBIhqAR8rg"], "issued_at": "2018-11-09T08:03:46.000000Z"}} 2018-11-09 08:03:46,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b49cb69c2854efbcf60922932607e25f278434" 2018-11-09 08:03:47,580 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:03:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8f75f790-6859-4901-a7cc-6baafd855dc6 x-compute-request-id: req-8f75f790-6859-4901-a7cc-6baafd855dc6 Content-Length: 0 Content-Type: application/json 2018-11-09 08:03:47,580 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89 used request id req-8f75f790-6859-4901-a7cc-6baafd855dc6 2018-11-09 08:03:47,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b49cb69c2854efbcf60922932607e25f278434" 2018-11-09 08:03:47,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03: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-30e7e592-2f0d-4448-b5fe-d5258da9f43b x-compute-request-id: req-30e7e592-2f0d-4448-b5fe-d5258da9f43b Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:03:47,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-30e7e592-2f0d-4448-b5fe-d5258da9f43b 2018-11-09 08:03:47,601 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89 2018-11-09 08:03:47,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4af4f5b799f5798c1b6d3f6c969d833a3f64cd7d" 2018-11-09 08:03:47,645 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:03: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-1c99d753-90c8-4d81-bd90-0aa70615f3c0 x-compute-request-id: req-1c99d753-90c8-4d81-bd90-0aa70615f3c0 Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89 not found for user dec860da634842f3a98604daaf2d1b80", "code": 404}} 2018-11-09 08:03:47,645 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-9dfacde1-45bc-4e20-8864-0b066a53ad89 used request id req-1c99d753-90c8-4d81-bd90-0aa70615f3c0 2018-11-09 08:03:47,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:47,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-73aa9874-10a5-45e2-9f41-002a308e18a9 Date: Fri, 09 Nov 2018 08:03:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:47,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-73aa9874-10a5-45e2-9f41-002a308e18a9 2018-11-09 08:03:47,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:47,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84e14479-8a0e-4a9b-882a-5ff223cf98fc 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:47,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-84e14479-8a0e-4a9b-882a-5ff223cf98fc 2018-11-09 08:03:47,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:48,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4050b97d-884b-48a6-8538-675dbbd8ce32 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:48,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-4050b97d-884b-48a6-8538-675dbbd8ce32 2018-11-09 08:03:48,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:48,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b700af-6ccb-4541-ba3a-5a32d805ee65 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:48,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-84b700af-6ccb-4541-ba3a-5a32d805ee65 2018-11-09 08:03:48,151 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-fc3ef77c-e59f-459-proj 2018-11-09 08:03:48,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/82320825daca44b4b46f923834d5d1c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:48,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4e2a98a-2452-4352-b213-07cd97511571 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:48,349 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/82320825daca44b4b46f923834d5d1c1 used request id req-c4e2a98a-2452-4352-b213-07cd97511571 2018-11-09 08:03:48,350 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-fc3ef77c-e59f-459-proj-role 2018-11-09 08:03:48,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/7f4360ee08b4416186f9e97c1e035433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:48,460 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae4c6eb4-d44d-495b-8ecc-06b7f9742c9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:48,460 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/7f4360ee08b4416186f9e97c1e035433 used request id req-ae4c6eb4-d44d-495b-8ecc-06b7f9742c9d 2018-11-09 08:03:48,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855f46a15dbe4c6a9994bc75fa45091139f73954" 2018-11-09 08:03:48,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93a218df-5c3f-45a2-ab74-e6a9156d4ff6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:48,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-93a218df-5c3f-45a2-ab74-e6a9156d4ff6 2018-11-09 08:03:48,545 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-fc3ef77c-e59f-459-user 2018-11-09 08:03:48,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/dec860da634842f3a98604daaf2d1b80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf0afed296f68a5797f6ff6271ad0ec8752d61f" 2018-11-09 08:03:48,723 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ebf8f6c-741c-441b-a699-fc8ee6500d05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:48,724 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/dec860da634842f3a98604daaf2d1b80 used request id req-1ebf8f6c-741c-441b-a699-fc8ee6500d05 2018-11-09 08:03:48,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:49,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["kxOHVHa9TnOfekgdVNNFsA"], "issued_at": "2018-11-09T08:03:49.000000Z"}} 2018-11-09 08:03:49,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff347a8e2d9a3fcb21b3fd103c9f6a30c9e195d" 2018-11-09 08:03:49,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9239c29-ce5b-4d13-811b-940c11601e93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:49,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b9239c29-ce5b-4d13-811b-940c11601e93 2018-11-09 08:03:49,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:49,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:49,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["dqFHrQ57R5KY-48vo0qokg"], "issued_at": "2018-11-09T08:03:49.000000Z"}} 2018-11-09 08:03:49,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:49,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-821df9e9-7e5e-42e1-b6b0-2570eb7b87f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:49,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-821df9e9-7e5e-42e1-b6b0-2570eb7b87f3 2018-11-09 08:03:49,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:49,674 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:49,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1beb671e-4833-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:49,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c8227ed-3101-4750-9969-f452baf6a4fb Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1beb671e-4833-4ae-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:49,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1beb671e-4833-4ae-proj used request id req-2c8227ed-3101-4750-9969-f452baf6a4fb 2018-11-09 08:03:49,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:49,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17952a9d-c553-49ee-9b05-34e0255462ac Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:49,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-17952a9d-c553-49ee-9b05-34e0255462ac 2018-11-09 08:03:49,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-1beb671e-4833-4ae-proj"}}' 2018-11-09 08:03:49,957 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43415ba9-de92-4039-9610-d70d7372d97a Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5270513ba69e45adb8e749e700f448ad"}, "enabled": true, "id": "5270513ba69e45adb8e749e700f448ad", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-1beb671e-4833-4ae-proj"}} 2018-11-09 08:03:49,957 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-43415ba9-de92-4039-9610-d70d7372d97a 2018-11-09 08:03:49,958 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-1beb671e-4833-4ae-proj 2018-11-09 08:03:49,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:49,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:50,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["7Bq-uteqSSGzGWQSQaRo_g"], "issued_at": "2018-11-09T08:03:50.000000Z"}} 2018-11-09 08:03:50,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1dd161e87b9a8459a236d9b901b0db4c6441c9" 2018-11-09 08:03:50,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acf64472-42cc-4ef7-9c4f-e0d25667dc95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:50,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-acf64472-42cc-4ef7-9c4f-e0d25667dc95 2018-11-09 08:03:50,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:50,448 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:50,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1dd161e87b9a8459a236d9b901b0db4c6441c9" 2018-11-09 08:03:50,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35d380a5-1224-4928-a1b4-5abd5ad14101 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:50,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-35d380a5-1224-4928-a1b4-5abd5ad14101 2018-11-09 08:03:50,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-1beb671e-4833-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1dd161e87b9a8459a236d9b901b0db4c6441c9" 2018-11-09 08:03:50,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799ecb7e-3d2a-4acb-b83c-39d6678dc8ac Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-1beb671e-4833-4ae-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5270513ba69e45adb8e749e700f448ad"}, "enabled": true, "id": "5270513ba69e45adb8e749e700f448ad", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-1beb671e-4833-4ae-proj"}]} 2018-11-09 08:03:50,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-1beb671e-4833-4ae-proj used request id req-799ecb7e-3d2a-4acb-b83c-39d6678dc8ac 2018-11-09 08:03:50,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1dd161e87b9a8459a236d9b901b0db4c6441c9" 2018-11-09 08:03:50,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c16225-5e8b-4bf0-ba03-59d439e01d5b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:50,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-55c16225-5e8b-4bf0-ba03-59d439e01d5b 2018-11-09 08:03:51,101 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-1beb671e-4833-4ae-user 2018-11-09 08:03:51,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:51,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:51,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c7d29af-29df-4792-8101-992d41b60188 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:51,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7c7d29af-29df-4792-8101-992d41b60188 2018-11-09 08:03:51,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" -d '{"role": {"name": "CreateKeypairsTests-1beb671e-4833-4ae-proj-role"}}' 2018-11-09 08:03:51,304 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c489757-d5cc-4b87-8392-61c79ee81687 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6b505624005746dc88870c67c4bc0632", "links": {"self": "http://172.30.9.27:5000/v3/roles/6b505624005746dc88870c67c4bc0632"}, "name": "CreateKeypairsTests-1beb671e-4833-4ae-proj-role"}} 2018-11-09 08:03:51,305 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-4c489757-d5cc-4b87-8392-61c79ee81687 2018-11-09 08:03:51,305 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-1beb671e-4833-4ae-proj-role 2018-11-09 08:03:51,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/6b505624005746dc88870c67c4bc0632 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:51,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b621d5d-d22d-41db-a94e-53859f60ae07 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6b505624005746dc88870c67c4bc0632"}, "domain_id": null, "name": "CreateKeypairsTests-1beb671e-4833-4ae-proj-role", "id": "6b505624005746dc88870c67c4bc0632"}} 2018-11-09 08:03:51,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6b505624005746dc88870c67c4bc0632 used request id req-7b621d5d-d22d-41db-a94e-53859f60ae07 2018-11-09 08:03:51,324 - keystone_utils - INFO - Granting role CreateKeypairsTests-1beb671e-4833-4ae-proj-role to project CreateKeypairsTests-1beb671e-4833-4ae-proj 2018-11-09 08:03:51,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/5270513ba69e45adb8e749e700f448ad/users/5c4fa3c695f745b288cecfe5747d85a9/roles/6b505624005746dc88870c67c4bc0632 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:51,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e27d57c7-3ee3-4f1a-ac98-d131c6aa7513 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:51,451 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/5270513ba69e45adb8e749e700f448ad/users/5c4fa3c695f745b288cecfe5747d85a9/roles/6b505624005746dc88870c67c4bc0632 used request id req-e27d57c7-3ee3-4f1a-ac98-d131c6aa7513 2018-11-09 08:03:51,451 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:03:51,492 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7.pub 2018-11-09 08:03:51,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:51,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:51,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b505624005746dc88870c67c4bc0632", "name": "CreateKeypairsTests-1beb671e-4833-4ae-proj-role"}], "expires_at": "2018-11-09T09:03:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5270513ba69e45adb8e749e700f448ad", "name": "CreateKeypairsTests-1beb671e-4833-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5270513ba69e45adb8e749e700f448ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5270513ba69e45adb8e749e700f448ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5270513ba69e45adb8e749e700f448ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5270513ba69e45adb8e749e700f448ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5270513ba69e45adb8e749e700f448ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5270513ba69e45adb8e749e700f448ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5270513ba69e45adb8e749e700f448ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5270513ba69e45adb8e749e700f448ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5270513ba69e45adb8e749e700f448ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5270513ba69e45adb8e749e700f448ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5270513ba69e45adb8e749e700f448ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5270513ba69e45adb8e749e700f448ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-1beb671e-4833-4ae-user", "id": "5c4fa3c695f745b288cecfe5747d85a9"}, "audit_ids": ["iwY3UTalQ4q_9FB5Dk_YsQ"], "issued_at": "2018-11-09T08:03:51.000000Z"}} 2018-11-09 08:03:51,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57811322fc01c9a578853c6d3696427b69c8fa36" 2018-11-09 08:03:51,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e633810-f473-4f44-b0c1-176c881bff4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:51,952 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2e633810-f473-4f44-b0c1-176c881bff4c 2018-11-09 08:03:51,953 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:03:51,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57811322fc01c9a578853c6d3696427b69c8fa36" 2018-11-09 08:03:52,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03: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-5fd80cc1-5b28-4180-a510-8bfa21885202 x-compute-request-id: req-5fd80cc1-5b28-4180-a510-8bfa21885202 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:03:52,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-5fd80cc1-5b28-4180-a510-8bfa21885202 2018-11-09 08:03:52,225 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7... 2018-11-09 08:03:52,225 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-09 08:03:52,225 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7.pub 2018-11-09 08:03:52,225 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7 2018-11-09 08:03:52,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57811322fc01c9a578853c6d3696427b69c8fa36" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsFw4RlfuWOswjV1ecbTr3tDzfmeSfVGkRp/kt5AaZ2AH1W4ICEShTzTMa9/ePfOWT3kbtC85wsyhIy7za7/aAOlxn8XIsRNAjK30OIgPbACbLdDBYEPf8UxD0hR9F6TXnYy2Jr3IlrLOOUQxK6nEAd+HdfVcQ0ZNoaAAY31NkBuJgR2SGTHNdKZS5fcJ9AQxfqv7lTH1nlsspVX110zDzCp35zeskde7FUbPOLVct2nVhX8tH4GVlsZSvlHmPH8qa/c9QndWXjiPQjFwpebQWJIoLyBuhujdjOa+Ok9zof/kDv63C70jkEHPfMQF7UV3rIQrJ4zHfsyTVUNp6bPM9", "name": "CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7"}}' 2018-11-09 08:03:52,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03: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-9a44fa3e-0d0f-4e94-aa63-c795eb637c12 x-compute-request-id: req-9a44fa3e-0d0f-4e94-aa63-c795eb637c12 Content-Encoding: gzip Content-Length: 493 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsFw4RlfuWOswjV1ecbTr3tDzfmeSfVGkRp/kt5AaZ2AH1W4ICEShTzTMa9/ePfOWT3kbtC85wsyhIy7za7/aAOlxn8XIsRNAjK30OIgPbACbLdDBYEPf8UxD0hR9F6TXnYy2Jr3IlrLOOUQxK6nEAd+HdfVcQ0ZNoaAAY31NkBuJgR2SGTHNdKZS5fcJ9AQxfqv7lTH1nlsspVX110zDzCp35zeskde7FUbPOLVct2nVhX8tH4GVlsZSvlHmPH8qa/c9QndWXjiPQjFwpebQWJIoLyBuhujdjOa+Ok9zof/kDv63C70jkEHPfMQF7UV3rIQrJ4zHfsyTVUNp6bPM9", "user_id": "5c4fa3c695f745b288cecfe5747d85a9", "name": "CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7", "fingerprint": "f9:ac:ad:4a:71:23:c0:10:e7:c5:9f:c9:14:2a:c6:78"}} 2018-11-09 08:03:52,288 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-9a44fa3e-0d0f-4e94-aa63-c795eb637c12 2018-11-09 08:03:52,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:52,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b505624005746dc88870c67c4bc0632", "name": "CreateKeypairsTests-1beb671e-4833-4ae-proj-role"}], "expires_at": "2018-11-09T09:03:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5270513ba69e45adb8e749e700f448ad", "name": "CreateKeypairsTests-1beb671e-4833-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5270513ba69e45adb8e749e700f448ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5270513ba69e45adb8e749e700f448ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5270513ba69e45adb8e749e700f448ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5270513ba69e45adb8e749e700f448ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5270513ba69e45adb8e749e700f448ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5270513ba69e45adb8e749e700f448ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5270513ba69e45adb8e749e700f448ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5270513ba69e45adb8e749e700f448ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5270513ba69e45adb8e749e700f448ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5270513ba69e45adb8e749e700f448ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5270513ba69e45adb8e749e700f448ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5270513ba69e45adb8e749e700f448ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-1beb671e-4833-4ae-user", "id": "5c4fa3c695f745b288cecfe5747d85a9"}, "audit_ids": ["iOOen00CTUyf4smFjpDcbw"], "issued_at": "2018-11-09T08:03:52.000000Z"}} 2018-11-09 08:03:52,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f373ebf4ae6b9a669d3ea571a544fc88e5b668" 2018-11-09 08:03:53,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03: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-1f17fb86-60e4-4a7c-874e-09bc7fca98ee x-compute-request-id: req-1f17fb86-60e4-4a7c-874e-09bc7fca98ee Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsFw4RlfuWOswjV1ecbTr3tDzfmeSfVGkRp/kt5AaZ2AH1W4ICEShTzTMa9/ePfOWT3kbtC85wsyhIy7za7/aAOlxn8XIsRNAjK30OIgPbACbLdDBYEPf8UxD0hR9F6TXnYy2Jr3IlrLOOUQxK6nEAd+HdfVcQ0ZNoaAAY31NkBuJgR2SGTHNdKZS5fcJ9AQxfqv7lTH1nlsspVX110zDzCp35zeskde7FUbPOLVct2nVhX8tH4GVlsZSvlHmPH8qa/c9QndWXjiPQjFwpebQWJIoLyBuhujdjOa+Ok9zof/kDv63C70jkEHPfMQF7UV3rIQrJ4zHfsyTVUNp6bPM9", "user_id": "5c4fa3c695f745b288cecfe5747d85a9", "name": "CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7", "deleted": false, "created_at": "2018-11-09T08:03:52.000000", "updated_at": null, "fingerprint": "f9:ac:ad:4a:71:23:c0:10:e7:c5:9f:c9:14:2a:c6:78", "deleted_at": null, "id": 62}} 2018-11-09 08:03:53,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7 used request id req-1f17fb86-60e4-4a7c-874e-09bc7fca98ee 2018-11-09 08:03:53,294 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7 2018-11-09 08:03:53,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57811322fc01c9a578853c6d3696427b69c8fa36" 2018-11-09 08:03:53,328 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:03: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-d54ecccb-a9b1-4960-8c6a-a0fee2fd1b99 x-compute-request-id: req-d54ecccb-a9b1-4960-8c6a-a0fee2fd1b99 Content-Length: 0 Content-Type: application/json 2018-11-09 08:03:53,328 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-30a8d8f6-4b6b-4bb1-b40c-7566d4da97a7 used request id req-d54ecccb-a9b1-4960-8c6a-a0fee2fd1b99 2018-11-09 08:03:53,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:53,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9597efca-e6eb-4324-9675-7154f5307e62 Date: Fri, 09 Nov 2018 08:03:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:03:53,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-9597efca-e6eb-4324-9675-7154f5307e62 2018-11-09 08:03:53,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:53,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a182339-06b3-41a1-b6eb-e44b65579a79 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:03:53,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-2a182339-06b3-41a1-b6eb-e44b65579a79 2018-11-09 08:03:53,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:53,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de19e9e6-4932-49e7-886e-0519a5f7afe2 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:03:53,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-de19e9e6-4932-49e7-886e-0519a5f7afe2 2018-11-09 08:03:53,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:53,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4ce8335-f6fb-44a1-9ca6-266043f522ab Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:03:53,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-c4ce8335-f6fb-44a1-9ca6-266043f522ab 2018-11-09 08:03:53,830 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-1beb671e-4833-4ae-proj 2018-11-09 08:03:53,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/5270513ba69e45adb8e749e700f448ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:54,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc9ebd79-8d16-47d6-bf32-d5f11a63d4fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:54,031 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5270513ba69e45adb8e749e700f448ad used request id req-bc9ebd79-8d16-47d6-bf32-d5f11a63d4fb 2018-11-09 08:03:54,032 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-1beb671e-4833-4ae-proj-role 2018-11-09 08:03:54,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/6b505624005746dc88870c67c4bc0632 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:54,143 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f7e2130-3901-42b6-a150-0a61ff736624 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:54,143 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6b505624005746dc88870c67c4bc0632 used request id req-2f7e2130-3901-42b6-a150-0a61ff736624 2018-11-09 08:03:54,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1a7ad54ab5df0228266db0ff64adaae38bddde" 2018-11-09 08:03:54,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5678ee3-b6e8-4224-9773-77727e941f79 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:54,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e5678ee3-b6e8-4224-9773-77727e941f79 2018-11-09 08:03:54,242 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-1beb671e-4833-4ae-user 2018-11-09 08:03:54,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/5c4fa3c695f745b288cecfe5747d85a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1dd161e87b9a8459a236d9b901b0db4c6441c9" 2018-11-09 08:03:54,440 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4115fb37-a013-4417-b2db-03b9a139934c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:54,441 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/5c4fa3c695f745b288cecfe5747d85a9 used request id req-4115fb37-a013-4417-b2db-03b9a139934c 2018-11-09 08:03:54,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:54,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["_bXOolq-SSiMDq-s83hhMw"], "issued_at": "2018-11-09T08:03:54.000000Z"}} 2018-11-09 08:03:54,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1eb475a156805c85c772e703621b36beca1e49d" 2018-11-09 08:03:54,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ff28a71-1aab-4ffb-8376-d37ba0411377 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:54,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8ff28a71-1aab-4ffb-8376-d37ba0411377 2018-11-09 08:03:54,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:54,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:55,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["VvKxrxUdRLWonNhg0aqDsA"], "issued_at": "2018-11-09T08:03:55.000000Z"}} 2018-11-09 08:03:55,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:03:55,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b902b4c-9cc5-4f06-9880-97a114477fd3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:55,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7b902b4c-9cc5-4f06-9880-97a114477fd3 2018-11-09 08:03:55,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:55,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:55,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9f0d91d2-483d-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:03:55,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-755a6057-297e-40ad-8b75-078dc62f5eef Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9f0d91d2-483d-4be-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:03:55,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9f0d91d2-483d-4be-proj used request id req-755a6057-297e-40ad-8b75-078dc62f5eef 2018-11-09 08:03:55,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:03:55,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e32ce0-a94f-4df9-8754-6f7aa7b05c26 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:55,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-99e32ce0-a94f-4df9-8754-6f7aa7b05c26 2018-11-09 08:03:55,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-9f0d91d2-483d-4be-proj"}}' 2018-11-09 08:03:55,616 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e40689a6-4a69-4429-9aca-32825e23b4e0 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/b5b83da8621d4ceb9fd150bebd78831a"}, "enabled": true, "id": "b5b83da8621d4ceb9fd150bebd78831a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-9f0d91d2-483d-4be-proj"}} 2018-11-09 08:03:55,616 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e40689a6-4a69-4429-9aca-32825e23b4e0 2018-11-09 08:03:55,617 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-9f0d91d2-483d-4be-proj 2018-11-09 08:03:55,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:55,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:55,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:03:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["QwWSqL4MTEe36IDenBdFCg"], "issued_at": "2018-11-09T08:03:55.000000Z"}} 2018-11-09 08:03:55,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2f4ed22034b751e4ae5955a7804877634b1d4e" 2018-11-09 08:03:56,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6836cc98-9786-4df7-879f-1eb95adba00e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:56,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6836cc98-9786-4df7-879f-1eb95adba00e 2018-11-09 08:03:56,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:03:56,093 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:03:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:03:56,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2f4ed22034b751e4ae5955a7804877634b1d4e" 2018-11-09 08:03:56,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df58b233-2310-4f87-9341-f6c411033563 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:03:56,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-df58b233-2310-4f87-9341-f6c411033563 2018-11-09 08:03:56,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-9f0d91d2-483d-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2f4ed22034b751e4ae5955a7804877634b1d4e" 2018-11-09 08:03:56,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1553d6-86fc-4f71-8f0a-0f5bca94d8ef Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-9f0d91d2-483d-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/b5b83da8621d4ceb9fd150bebd78831a"}, "enabled": true, "id": "b5b83da8621d4ceb9fd150bebd78831a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-9f0d91d2-483d-4be-proj"}]} 2018-11-09 08:03:56,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-9f0d91d2-483d-4be-proj used request id req-de1553d6-86fc-4f71-8f0a-0f5bca94d8ef 2018-11-09 08:03:56,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2f4ed22034b751e4ae5955a7804877634b1d4e" 2018-11-09 08:03:56,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e185c3e2-8c04-41ba-81fb-405cdc5eb91a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:03:56,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e185c3e2-8c04-41ba-81fb-405cdc5eb91a 2018-11-09 08:03:56,766 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-9f0d91d2-483d-4be-user 2018-11-09 08:03:56,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:56,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:03:56,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee4b760-290c-47b8-ab52-e625bd3d3e1f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:03:56,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2ee4b760-290c-47b8-ab52-e625bd3d3e1f 2018-11-09 08:03:56,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" -d '{"role": {"name": "CreateKeypairsTests-9f0d91d2-483d-4be-proj-role"}}' 2018-11-09 08:03:56,983 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:03:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b18b4e6b-ff19-428a-9dd3-b9509259880e Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8105f25241ee49349e7abb6a38e3b09c", "links": {"self": "http://172.30.9.27:5000/v3/roles/8105f25241ee49349e7abb6a38e3b09c"}, "name": "CreateKeypairsTests-9f0d91d2-483d-4be-proj-role"}} 2018-11-09 08:03:56,983 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-b18b4e6b-ff19-428a-9dd3-b9509259880e 2018-11-09 08:03:56,983 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-9f0d91d2-483d-4be-proj-role 2018-11-09 08:03:56,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/8105f25241ee49349e7abb6a38e3b09c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:03:57,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a16b4026-198e-4f40-9d2b-4315adc5f0ee Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/8105f25241ee49349e7abb6a38e3b09c"}, "domain_id": null, "name": "CreateKeypairsTests-9f0d91d2-483d-4be-proj-role", "id": "8105f25241ee49349e7abb6a38e3b09c"}} 2018-11-09 08:03:57,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/8105f25241ee49349e7abb6a38e3b09c used request id req-a16b4026-198e-4f40-9d2b-4315adc5f0ee 2018-11-09 08:03:57,067 - keystone_utils - INFO - Granting role CreateKeypairsTests-9f0d91d2-483d-4be-proj-role to project CreateKeypairsTests-9f0d91d2-483d-4be-proj 2018-11-09 08:03:57,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/b5b83da8621d4ceb9fd150bebd78831a/users/2a332e00b51845cc8f5915e88d510691/roles/8105f25241ee49349e7abb6a38e3b09c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:03:57,200 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:03:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e52a8896-1dcf-45af-bc92-73352e1cc426 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:03:57,200 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/b5b83da8621d4ceb9fd150bebd78831a/users/2a332e00b51845cc8f5915e88d510691/roles/8105f25241ee49349e7abb6a38e3b09c used request id req-e52a8896-1dcf-45af-bc92-73352e1cc426 2018-11-09 08:03:57,200 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:03:57,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:03:57,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:03:57,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8105f25241ee49349e7abb6a38e3b09c", "name": "CreateKeypairsTests-9f0d91d2-483d-4be-proj-role"}], "expires_at": "2018-11-09T09:03:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b5b83da8621d4ceb9fd150bebd78831a", "name": "CreateKeypairsTests-9f0d91d2-483d-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/b5b83da8621d4ceb9fd150bebd78831a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/b5b83da8621d4ceb9fd150bebd78831a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/b5b83da8621d4ceb9fd150bebd78831a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/b5b83da8621d4ceb9fd150bebd78831a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/b5b83da8621d4ceb9fd150bebd78831a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/b5b83da8621d4ceb9fd150bebd78831a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-9f0d91d2-483d-4be-user", "id": "2a332e00b51845cc8f5915e88d510691"}, "audit_ids": ["9qWK8kR3SMW-9pOJ6DVgmw"], "issued_at": "2018-11-09T08:03:57.000000Z"}} 2018-11-09 08:03:57,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12e3c1cad64f98cd274c39eb48d1a1012e9efa85" 2018-11-09 08:03:57,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f5f4c01-05ba-4f6a-8ad9-e4a6e5c38870 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:03:57,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1f5f4c01-05ba-4f6a-8ad9-e4a6e5c38870 2018-11-09 08:03:57,648 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:03:57,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12e3c1cad64f98cd274c39eb48d1a1012e9efa85" 2018-11-09 08:03:58,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:03:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d7604edf-97da-4815-a7d8-41a4bfe1bdac x-compute-request-id: req-d7604edf-97da-4815-a7d8-41a4bfe1bdac Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:03:58,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d7604edf-97da-4815-a7d8-41a4bfe1bdac 2018-11-09 08:03:58,199 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-2a553b29-5e3d-40e7-8328-0bbf7bd09426... 2018-11-09 08:03:58,199 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:04:06,493 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-2a553b29-5e3d-40e7-8328-0bbf7bd09426 2018-11-09 08:04:06,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12e3c1cad64f98cd274c39eb48d1a1012e9efa85" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDSBzGnGJdO/wmtz2x8T9gWxAtQti40KGXifPNtUOqzT83XEUGnOWA+J8sdcrJk+PUUXcB8QzdoKrSUWs8JUA/d4TdiWQlc9Tk1fd3BsBd7Qn8eDusxu4yQrtHtupmOmaxhM9mGhpz0+tHhr/BZW5dBoIBsDDEaPhJ4Zui8vuzq0Gci/Mt0EVuDqKlvqLhsBTkO3O0uSEDnvDPQiyGxkZZeZeebGck4RCyuAv/5AYcmDVV96UbCXQ6/9hFoeYC1Z5INzGntmIGlFs/IeQeb49pzP6yxkHk95KVXT7A4RvS5RYeOdQPK2+eLtkgeGI1+HTXPEMD9JxkrOrDQVlybk8ChrbSOxft63p1VV6C1CYhxW2HkgbXV8GufC3+pQGmzAla3z0DiowP98WZLC+JnpeEx3dFyk8KgYYELjThKQP4+dTTanop2R0qAz0G6bHZXgpaRoBzZLzcu+i+CwiE0IW9+pCnHbnrJUYwF86OsAKc8aqduhfOFK57i9vFFSPn6Huls7ZBEqDnGRNeXgfSN8yPU0cLdJGLFUB14kjG9ZAz8/D6K/KkOKZVDW5G1bWp1FIA6f1HWtAK+8T7lWDVDriFN4oxZLx4YgmT6E9zWws8jp5/iEHSEcPqhZcUI1/S5N2DH2zuviIo9Se/A91nde3Pda/aDIJ/wihEm+QYClQ6/xj4O6QFAn9EjWygwiZsq+NB5Z4IxQD8KUjzIJKe97eDuLn/R6eUeWi2USj+EGVOjU6ZngyB6073Z/GKbhOgwtRUQcKRfTDP4DcYCAcG8yyzNPbaCVaN4dKcI9pALeDBvPw+gCHc8fbEdJb96+Kj0PXryRBVhdstT7tY5M9ppiE3JrKnwE6IW6fxsI4KGiR3LWjFfjSQKCVjwoV8I/9ekjIQSQKr8CBuMzQPqUTxpu1pYMNHWQv9sYWMvVlZUpYiUH3XDX0pEfTBscwsihUHd/aoZXseuE0N3rhuoFo6PMGiRle7ZIbTPuLiWUckpUlb2Kex84WqV29ygLNlkuBH1ylj9sometbllH0wmyksng9KVLzCjMVmPlFuYY8wuRuOPI1ktq3dqngcMdTZDA1mHEwBVJgJaHkZZEyqDMWydvIBkE1flHIU3C6Yf4De+W6fvCYW3DNGeV4yieeHJelBO7zdhlH5dze44tOcoGbdsUErqQCy0yvyLCJOVe0gMSyyMlUh+xg/rW4QGmDEw+mpeV7OOr5vrZJKJ/ucM7jN070y9xE4EWQxfy5PYswEo8qQyeBe0U8CJn0pndsEFRCUGA92c8ca1IUMe7Gi1rmtrlFEHP93fA2I0rzw/ObCCNhnnrejOpArx5PyH8W+6Ob/ZNBSAgP+rHpgANLQ8LXlhDGyesh1AwUWEOjQceq3xo/4KO3g+SLaW6TcdM+JJeHXqWagb4iz8aH4SkyG+7iSu7oENWPoKCaRzrJ/hr2RkpO8j6cVZTwXx7J0bs+PSHcrT+kvGnAwI8n4VnkXMtCClMmEujPVxlP0mwk4NtO7xhpleZk6b8MG37qI+5EUhDph5IBUpFH/ScP0oEYQ0WshBPBnBYY6s4SkkjsasVJIzio66WwJp15RPcyD0KdcVVo92TY63yQQB0ti0uZqdJWqAMDNowoXueYuex+QfddbcMhGtfTz89jmW2wDaccIzj/6XKQPnlw==", "name": "CreateKeypairsTests-2a553b29-5e3d-40e7-8328-0bbf7bd09426"}}' 2018-11-09 08:04:06,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04: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-6075a38f-c57d-417d-9af6-295ba8437ca3 x-compute-request-id: req-6075a38f-c57d-417d-9af6-295ba8437ca3 Content-Encoding: gzip Content-Length: 1511 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDSBzGnGJdO/wmtz2x8T9gWxAtQti40KGXifPNtUOqzT83XEUGnOWA+J8sdcrJk+PUUXcB8QzdoKrSUWs8JUA/d4TdiWQlc9Tk1fd3BsBd7Qn8eDusxu4yQrtHtupmOmaxhM9mGhpz0+tHhr/BZW5dBoIBsDDEaPhJ4Zui8vuzq0Gci/Mt0EVuDqKlvqLhsBTkO3O0uSEDnvDPQiyGxkZZeZeebGck4RCyuAv/5AYcmDVV96UbCXQ6/9hFoeYC1Z5INzGntmIGlFs/IeQeb49pzP6yxkHk95KVXT7A4RvS5RYeOdQPK2+eLtkgeGI1+HTXPEMD9JxkrOrDQVlybk8ChrbSOxft63p1VV6C1CYhxW2HkgbXV8GufC3+pQGmzAla3z0DiowP98WZLC+JnpeEx3dFyk8KgYYELjThKQP4+dTTanop2R0qAz0G6bHZXgpaRoBzZLzcu+i+CwiE0IW9+pCnHbnrJUYwF86OsAKc8aqduhfOFK57i9vFFSPn6Huls7ZBEqDnGRNeXgfSN8yPU0cLdJGLFUB14kjG9ZAz8/D6K/KkOKZVDW5G1bWp1FIA6f1HWtAK+8T7lWDVDriFN4oxZLx4YgmT6E9zWws8jp5/iEHSEcPqhZcUI1/S5N2DH2zuviIo9Se/A91nde3Pda/aDIJ/wihEm+QYClQ6/xj4O6QFAn9EjWygwiZsq+NB5Z4IxQD8KUjzIJKe97eDuLn/R6eUeWi2USj+EGVOjU6ZngyB6073Z/GKbhOgwtRUQcKRfTDP4DcYCAcG8yyzNPbaCVaN4dKcI9pALeDBvPw+gCHc8fbEdJb96+Kj0PXryRBVhdstT7tY5M9ppiE3JrKnwE6IW6fxsI4KGiR3LWjFfjSQKCVjwoV8I/9ekjIQSQKr8CBuMzQPqUTxpu1pYMNHWQv9sYWMvVlZUpYiUH3XDX0pEfTBscwsihUHd/aoZXseuE0N3rhuoFo6PMGiRle7ZIbTPuLiWUckpUlb2Kex84WqV29ygLNlkuBH1ylj9sometbllH0wmyksng9KVLzCjMVmPlFuYY8wuRuOPI1ktq3dqngcMdTZDA1mHEwBVJgJaHkZZEyqDMWydvIBkE1flHIU3C6Yf4De+W6fvCYW3DNGeV4yieeHJelBO7zdhlH5dze44tOcoGbdsUErqQCy0yvyLCJOVe0gMSyyMlUh+xg/rW4QGmDEw+mpeV7OOr5vrZJKJ/ucM7jN070y9xE4EWQxfy5PYswEo8qQyeBe0U8CJn0pndsEFRCUGA92c8ca1IUMe7Gi1rmtrlFEHP93fA2I0rzw/ObCCNhnnrejOpArx5PyH8W+6Ob/ZNBSAgP+rHpgANLQ8LXlhDGyesh1AwUWEOjQceq3xo/4KO3g+SLaW6TcdM+JJeHXqWagb4iz8aH4SkyG+7iSu7oENWPoKCaRzrJ/hr2RkpO8j6cVZTwXx7J0bs+PSHcrT+kvGnAwI8n4VnkXMtCClMmEujPVxlP0mwk4NtO7xhpleZk6b8MG37qI+5EUhDph5IBUpFH/ScP0oEYQ0WshBPBnBYY6s4SkkjsasVJIzio66WwJp15RPcyD0KdcVVo92TY63yQQB0ti0uZqdJWqAMDNowoXueYuex+QfddbcMhGtfTz89jmW2wDaccIzj/6XKQPnlw==", "user_id": "2a332e00b51845cc8f5915e88d510691", "name": "CreateKeypairsTests-2a553b29-5e3d-40e7-8328-0bbf7bd09426", "fingerprint": "7c:fe:68:f4:f2:84:dd:a8:bf:e4:a3:0b:1b:52:74:70"}} 2018-11-09 08:04:06,559 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-6075a38f-c57d-417d-9af6-295ba8437ca3 2018-11-09 08:04:06,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:06,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8105f25241ee49349e7abb6a38e3b09c", "name": "CreateKeypairsTests-9f0d91d2-483d-4be-proj-role"}], "expires_at": "2018-11-09T09:04:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b5b83da8621d4ceb9fd150bebd78831a", "name": "CreateKeypairsTests-9f0d91d2-483d-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/b5b83da8621d4ceb9fd150bebd78831a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/b5b83da8621d4ceb9fd150bebd78831a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/b5b83da8621d4ceb9fd150bebd78831a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/b5b83da8621d4ceb9fd150bebd78831a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/b5b83da8621d4ceb9fd150bebd78831a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/b5b83da8621d4ceb9fd150bebd78831a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/b5b83da8621d4ceb9fd150bebd78831a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-9f0d91d2-483d-4be-user", "id": "2a332e00b51845cc8f5915e88d510691"}, "audit_ids": ["kcCvwld_ST2Tt9qnj9PBgQ"], "issued_at": "2018-11-09T08:04:06.000000Z"}} 2018-11-09 08:04:06,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-2a553b29-5e3d-40e7-8328-0bbf7bd09426 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e89c6d578ef95103ca8222c927c38340503413d4" 2018-11-09 08:04:07,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04: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-0bf5814e-f14d-497b-9444-8b662e329fb1 x-compute-request-id: req-0bf5814e-f14d-497b-9444-8b662e329fb1 Content-Encoding: gzip Content-Length: 1576 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDSBzGnGJdO/wmtz2x8T9gWxAtQti40KGXifPNtUOqzT83XEUGnOWA+J8sdcrJk+PUUXcB8QzdoKrSUWs8JUA/d4TdiWQlc9Tk1fd3BsBd7Qn8eDusxu4yQrtHtupmOmaxhM9mGhpz0+tHhr/BZW5dBoIBsDDEaPhJ4Zui8vuzq0Gci/Mt0EVuDqKlvqLhsBTkO3O0uSEDnvDPQiyGxkZZeZeebGck4RCyuAv/5AYcmDVV96UbCXQ6/9hFoeYC1Z5INzGntmIGlFs/IeQeb49pzP6yxkHk95KVXT7A4RvS5RYeOdQPK2+eLtkgeGI1+HTXPEMD9JxkrOrDQVlybk8ChrbSOxft63p1VV6C1CYhxW2HkgbXV8GufC3+pQGmzAla3z0DiowP98WZLC+JnpeEx3dFyk8KgYYELjThKQP4+dTTanop2R0qAz0G6bHZXgpaRoBzZLzcu+i+CwiE0IW9+pCnHbnrJUYwF86OsAKc8aqduhfOFK57i9vFFSPn6Huls7ZBEqDnGRNeXgfSN8yPU0cLdJGLFUB14kjG9ZAz8/D6K/KkOKZVDW5G1bWp1FIA6f1HWtAK+8T7lWDVDriFN4oxZLx4YgmT6E9zWws8jp5/iEHSEcPqhZcUI1/S5N2DH2zuviIo9Se/A91nde3Pda/aDIJ/wihEm+QYClQ6/xj4O6QFAn9EjWygwiZsq+NB5Z4IxQD8KUjzIJKe97eDuLn/R6eUeWi2USj+EGVOjU6ZngyB6073Z/GKbhOgwtRUQcKRfTDP4DcYCAcG8yyzNPbaCVaN4dKcI9pALeDBvPw+gCHc8fbEdJb96+Kj0PXryRBVhdstT7tY5M9ppiE3JrKnwE6IW6fxsI4KGiR3LWjFfjSQKCVjwoV8I/9ekjIQSQKr8CBuMzQPqUTxpu1pYMNHWQv9sYWMvVlZUpYiUH3XDX0pEfTBscwsihUHd/aoZXseuE0N3rhuoFo6PMGiRle7ZIbTPuLiWUckpUlb2Kex84WqV29ygLNlkuBH1ylj9sometbllH0wmyksng9KVLzCjMVmPlFuYY8wuRuOPI1ktq3dqngcMdTZDA1mHEwBVJgJaHkZZEyqDMWydvIBkE1flHIU3C6Yf4De+W6fvCYW3DNGeV4yieeHJelBO7zdhlH5dze44tOcoGbdsUErqQCy0yvyLCJOVe0gMSyyMlUh+xg/rW4QGmDEw+mpeV7OOr5vrZJKJ/ucM7jN070y9xE4EWQxfy5PYswEo8qQyeBe0U8CJn0pndsEFRCUGA92c8ca1IUMe7Gi1rmtrlFEHP93fA2I0rzw/ObCCNhnnrejOpArx5PyH8W+6Ob/ZNBSAgP+rHpgANLQ8LXlhDGyesh1AwUWEOjQceq3xo/4KO3g+SLaW6TcdM+JJeHXqWagb4iz8aH4SkyG+7iSu7oENWPoKCaRzrJ/hr2RkpO8j6cVZTwXx7J0bs+PSHcrT+kvGnAwI8n4VnkXMtCClMmEujPVxlP0mwk4NtO7xhpleZk6b8MG37qI+5EUhDph5IBUpFH/ScP0oEYQ0WshBPBnBYY6s4SkkjsasVJIzio66WwJp15RPcyD0KdcVVo92TY63yQQB0ti0uZqdJWqAMDNowoXueYuex+QfddbcMhGtfTz89jmW2wDaccIzj/6XKQPnlw==", "user_id": "2a332e00b51845cc8f5915e88d510691", "name": "CreateKeypairsTests-2a553b29-5e3d-40e7-8328-0bbf7bd09426", "deleted": false, "created_at": "2018-11-09T08:04:06.000000", "updated_at": null, "fingerprint": "7c:fe:68:f4:f2:84:dd:a8:bf:e4:a3:0b:1b:52:74:70", "deleted_at": null, "id": 65}} 2018-11-09 08:04:07,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-2a553b29-5e3d-40e7-8328-0bbf7bd09426 used request id req-0bf5814e-f14d-497b-9444-8b662e329fb1 2018-11-09 08:04:07,466 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-2a553b29-5e3d-40e7-8328-0bbf7bd09426 2018-11-09 08:04:07,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-2a553b29-5e3d-40e7-8328-0bbf7bd09426 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12e3c1cad64f98cd274c39eb48d1a1012e9efa85" 2018-11-09 08:04:07,496 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:04: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-b8318c98-83c9-477b-a708-efaca8f20416 x-compute-request-id: req-b8318c98-83c9-477b-a708-efaca8f20416 Content-Length: 0 Content-Type: application/json 2018-11-09 08:04:07,496 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-2a553b29-5e3d-40e7-8328-0bbf7bd09426 used request id req-b8318c98-83c9-477b-a708-efaca8f20416 2018-11-09 08:04:07,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:04:07,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f567817c-3dc8-47b4-ab4a-774d9a0182ec Date: Fri, 09 Nov 2018 08:04:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:04:07,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-f567817c-3dc8-47b4-ab4a-774d9a0182ec 2018-11-09 08:04:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:04:07,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85886bf-e36d-443b-8500-0b89e9cadfec 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:04:07,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-d85886bf-e36d-443b-8500-0b89e9cadfec 2018-11-09 08:04:07,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:04:07,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c6374cd-c791-44d8-8d3b-88ee28e53de2 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:04:07,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-9c6374cd-c791-44d8-8d3b-88ee28e53de2 2018-11-09 08:04:07,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:04:07,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-def46443-866e-4550-bcf9-01d000ea0d34 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:04:07,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-def46443-866e-4550-bcf9-01d000ea0d34 2018-11-09 08:04:08,000 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-9f0d91d2-483d-4be-proj 2018-11-09 08:04:08,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/b5b83da8621d4ceb9fd150bebd78831a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:04:08,224 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acc55e14-e68a-4487-8a24-fa58238adf07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:08,224 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/b5b83da8621d4ceb9fd150bebd78831a used request id req-acc55e14-e68a-4487-8a24-fa58238adf07 2018-11-09 08:04:08,224 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-9f0d91d2-483d-4be-proj-role 2018-11-09 08:04:08,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/8105f25241ee49349e7abb6a38e3b09c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:04:08,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e05f24f-e26e-4d4d-af76-aff6a9fcb4c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:08,328 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/8105f25241ee49349e7abb6a38e3b09c used request id req-3e05f24f-e26e-4d4d-af76-aff6a9fcb4c3 2018-11-09 08:04:08,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cd1d239f7ffe8bbe965cb4b72a8f72272c8f8" 2018-11-09 08:04:08,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042ff49f-0317-4f67-8234-8f008201c390 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:08,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-042ff49f-0317-4f67-8234-8f008201c390 2018-11-09 08:04:08,416 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-9f0d91d2-483d-4be-user 2018-11-09 08:04:08,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/2a332e00b51845cc8f5915e88d510691 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c2f4ed22034b751e4ae5955a7804877634b1d4e" 2018-11-09 08:04:08,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f517e00-68c8-4b64-aa27-144ba04c5bd5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:08,783 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/2a332e00b51845cc8f5915e88d510691 used request id req-2f517e00-68c8-4b64-aa27-144ba04c5bd5 2018-11-09 08:04:08,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:09,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["qh2kPoNrThGpsgWNDOumEw"], "issued_at": "2018-11-09T08:04:09.000000Z"}} 2018-11-09 08:04:09,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c45cb68cb8fbc8159d63b9801eab5d64d0616b5e" 2018-11-09 08:04:09,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51efb3b8-62d1-41eb-a5ce-ee6c3a11112b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:09,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-51efb3b8-62d1-41eb-a5ce-ee6c3a11112b 2018-11-09 08:04:09,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:09,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:09,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["v8q80UkPRy2VqrMO5HYuMg"], "issued_at": "2018-11-09T08:04:09.000000Z"}} 2018-11-09 08:04:09,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:09,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-592b33b0-9231-4dee-bcd1-ddfa9dc8f6a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:09,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-592b33b0-9231-4dee-bcd1-ddfa9dc8f6a7 2018-11-09 08:04:09,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:09,820 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:09,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-be19f73e-6a75-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:09,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b17db22b-7800-49b7-9bf9-c62039f39fab Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-be19f73e-6a75-424-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:04:09,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-be19f73e-6a75-424-proj used request id req-b17db22b-7800-49b7-9bf9-c62039f39fab 2018-11-09 08:04:09,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:10,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cb8c5ba-43b2-4fb4-9893-8afb0d588bc9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:10,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-4cb8c5ba-43b2-4fb4-9893-8afb0d588bc9 2018-11-09 08:04:10,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-be19f73e-6a75-424-proj"}}' 2018-11-09 08:04:10,125 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99a54b13-7279-4543-9267-2dfb6894ff08 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bb8aff574a994b3788ec2ab2d8006ed8"}, "enabled": true, "id": "bb8aff574a994b3788ec2ab2d8006ed8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-be19f73e-6a75-424-proj"}} 2018-11-09 08:04:10,125 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-99a54b13-7279-4543-9267-2dfb6894ff08 2018-11-09 08:04:10,126 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-be19f73e-6a75-424-proj 2018-11-09 08:04:10,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:10,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:10,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["b74DO50jQl60nSr9yp6_Ug"], "issued_at": "2018-11-09T08:04:10.000000Z"}} 2018-11-09 08:04:10,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ce70871c59a800431ee7b04f3d1c99054e7a5a" 2018-11-09 08:04:10,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-996ecf1e-2550-43d2-939f-2e4b8bccbe2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:10,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-996ecf1e-2550-43d2-939f-2e4b8bccbe2e 2018-11-09 08:04:10,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:10,596 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:10,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ce70871c59a800431ee7b04f3d1c99054e7a5a" 2018-11-09 08:04:10,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f73f024a-3bef-4562-806e-82bd5d0b6345 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:04:10,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f73f024a-3bef-4562-806e-82bd5d0b6345 2018-11-09 08:04:10,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-be19f73e-6a75-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ce70871c59a800431ee7b04f3d1c99054e7a5a" 2018-11-09 08:04:10,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46cea3ab-502c-4b05-b02d-916ac06dc672 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-be19f73e-6a75-424-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bb8aff574a994b3788ec2ab2d8006ed8"}, "enabled": true, "id": "bb8aff574a994b3788ec2ab2d8006ed8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-be19f73e-6a75-424-proj"}]} 2018-11-09 08:04:10,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-be19f73e-6a75-424-proj used request id req-46cea3ab-502c-4b05-b02d-916ac06dc672 2018-11-09 08:04:10,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ce70871c59a800431ee7b04f3d1c99054e7a5a" 2018-11-09 08:04:10,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aed0e3d8-2a6f-40f3-a773-7d6fb220a673 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:10,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-aed0e3d8-2a6f-40f3-a773-7d6fb220a673 2018-11-09 08:04:11,186 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-be19f73e-6a75-424-user 2018-11-09 08:04:11,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:11,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:11,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bab6b2c0-789a-47be-9f8c-7cd0958fd2db Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:11,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bab6b2c0-789a-47be-9f8c-7cd0958fd2db 2018-11-09 08:04:11,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" -d '{"role": {"name": "CreateKeypairsTests-be19f73e-6a75-424-proj-role"}}' 2018-11-09 08:04:11,323 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44694bc2-5b71-4fb5-8f5a-0a5ee244e764 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cce4b7448e3147769e85b786b1e4ba60", "links": {"self": "http://172.30.9.27:5000/v3/roles/cce4b7448e3147769e85b786b1e4ba60"}, "name": "CreateKeypairsTests-be19f73e-6a75-424-proj-role"}} 2018-11-09 08:04:11,323 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-44694bc2-5b71-4fb5-8f5a-0a5ee244e764 2018-11-09 08:04:11,323 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-be19f73e-6a75-424-proj-role 2018-11-09 08:04:11,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/cce4b7448e3147769e85b786b1e4ba60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:11,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-658833c6-3fd9-4d9a-8994-a23da4496f7b Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/cce4b7448e3147769e85b786b1e4ba60"}, "domain_id": null, "name": "CreateKeypairsTests-be19f73e-6a75-424-proj-role", "id": "cce4b7448e3147769e85b786b1e4ba60"}} 2018-11-09 08:04:11,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/cce4b7448e3147769e85b786b1e4ba60 used request id req-658833c6-3fd9-4d9a-8994-a23da4496f7b 2018-11-09 08:04:11,419 - keystone_utils - INFO - Granting role CreateKeypairsTests-be19f73e-6a75-424-proj-role to project CreateKeypairsTests-be19f73e-6a75-424-proj 2018-11-09 08:04:11,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/bb8aff574a994b3788ec2ab2d8006ed8/users/8de1f2cc476548e7975a0e67d1c95ca2/roles/cce4b7448e3147769e85b786b1e4ba60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:11,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8d4d395-3935-4d1d-8d40-276efdbb7b63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:11,541 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/bb8aff574a994b3788ec2ab2d8006ed8/users/8de1f2cc476548e7975a0e67d1c95ca2/roles/cce4b7448e3147769e85b786b1e4ba60 used request id req-a8d4d395-3935-4d1d-8d40-276efdbb7b63 2018-11-09 08:04:11,541 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:11,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:11,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:11,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cce4b7448e3147769e85b786b1e4ba60", "name": "CreateKeypairsTests-be19f73e-6a75-424-proj-role"}], "expires_at": "2018-11-09T09:04:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb8aff574a994b3788ec2ab2d8006ed8", "name": "CreateKeypairsTests-be19f73e-6a75-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-be19f73e-6a75-424-user", "id": "8de1f2cc476548e7975a0e67d1c95ca2"}, "audit_ids": ["zNsjaWmyS7K-LqgcN2FcHg"], "issued_at": "2018-11-09T08:04:11.000000Z"}} 2018-11-09 08:04:11,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d93e472e837793ca3d13c54a6142e7ec23978312" 2018-11-09 08:04:11,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32bc6625-844a-4b9a-a12f-6e003ae2b5f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:11,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-32bc6625-844a-4b9a-a12f-6e003ae2b5f5 2018-11-09 08:04:12,001 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:12,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d93e472e837793ca3d13c54a6142e7ec23978312" 2018-11-09 08:04:12,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04: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-48dfbe23-8fca-48b0-8ec4-13f382ed0591 x-compute-request-id: req-48dfbe23-8fca-48b0-8ec4-13f382ed0591 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:04:12,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-48dfbe23-8fca-48b0-8ec4-13f382ed0591 2018-11-09 08:04:12,183 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-91cff3e9-5f80-41bc-aecf-f8179783aa50... 2018-11-09 08:04:12,183 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:04:12,269 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-91cff3e9-5f80-41bc-aecf-f8179783aa50 2018-11-09 08:04:12,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d93e472e837793ca3d13c54a6142e7ec23978312" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCswEfOvdwr/BELoZlrGrrqu0nJO5+3NupOzfWRi0BilQmwTbDqSRLM1Q4qL1n8Y/SI66W661Y8o8JH9tbPmDKvwLFJhHgw4pVSS8HIeeA8aIlMIZ36IuFanQs8YTRqS4vpLkwQHtwm/90PMjBJHYzrwMd4FdLSXuQZPQqosAtbMw==", "name": "CreateKeypairsTests-91cff3e9-5f80-41bc-aecf-f8179783aa50"}}' 2018-11-09 08:04:12,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04: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-3f555e7d-939f-4404-b2b9-5766491d4c34 x-compute-request-id: req-3f555e7d-939f-4404-b2b9-5766491d4c34 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCswEfOvdwr/BELoZlrGrrqu0nJO5+3NupOzfWRi0BilQmwTbDqSRLM1Q4qL1n8Y/SI66W661Y8o8JH9tbPmDKvwLFJhHgw4pVSS8HIeeA8aIlMIZ36IuFanQs8YTRqS4vpLkwQHtwm/90PMjBJHYzrwMd4FdLSXuQZPQqosAtbMw==", "user_id": "8de1f2cc476548e7975a0e67d1c95ca2", "name": "CreateKeypairsTests-91cff3e9-5f80-41bc-aecf-f8179783aa50", "fingerprint": "3d:0f:23:a1:3d:93:b1:d5:37:2c:58:63:9e:ee:22:8b"}} 2018-11-09 08:04:12,329 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-3f555e7d-939f-4404-b2b9-5766491d4c34 2018-11-09 08:04:12,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:12,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cce4b7448e3147769e85b786b1e4ba60", "name": "CreateKeypairsTests-be19f73e-6a75-424-proj-role"}], "expires_at": "2018-11-09T09:04:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb8aff574a994b3788ec2ab2d8006ed8", "name": "CreateKeypairsTests-be19f73e-6a75-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bb8aff574a994b3788ec2ab2d8006ed8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-be19f73e-6a75-424-user", "id": "8de1f2cc476548e7975a0e67d1c95ca2"}, "audit_ids": ["_WeEZ5E4RKm6NmQZwykxlQ"], "issued_at": "2018-11-09T08:04:12.000000Z"}} 2018-11-09 08:04:12,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-91cff3e9-5f80-41bc-aecf-f8179783aa50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d784d7e6a2c11e6a0fec7dd25c6c2cf1d01a75a" 2018-11-09 08:04:13,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04: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-4e1d1a76-0107-4b70-bf80-11bafe853122 x-compute-request-id: req-4e1d1a76-0107-4b70-bf80-11bafe853122 Content-Encoding: gzip Content-Length: 423 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCswEfOvdwr/BELoZlrGrrqu0nJO5+3NupOzfWRi0BilQmwTbDqSRLM1Q4qL1n8Y/SI66W661Y8o8JH9tbPmDKvwLFJhHgw4pVSS8HIeeA8aIlMIZ36IuFanQs8YTRqS4vpLkwQHtwm/90PMjBJHYzrwMd4FdLSXuQZPQqosAtbMw==", "user_id": "8de1f2cc476548e7975a0e67d1c95ca2", "name": "CreateKeypairsTests-91cff3e9-5f80-41bc-aecf-f8179783aa50", "deleted": false, "created_at": "2018-11-09T08:04:12.000000", "updated_at": null, "fingerprint": "3d:0f:23:a1:3d:93:b1:d5:37:2c:58:63:9e:ee:22:8b", "deleted_at": null, "id": 68}} 2018-11-09 08:04:13,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-91cff3e9-5f80-41bc-aecf-f8179783aa50 used request id req-4e1d1a76-0107-4b70-bf80-11bafe853122 2018-11-09 08:04:13,250 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-91cff3e9-5f80-41bc-aecf-f8179783aa50 2018-11-09 08:04:13,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-91cff3e9-5f80-41bc-aecf-f8179783aa50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d93e472e837793ca3d13c54a6142e7ec23978312" 2018-11-09 08:04:13,299 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:04:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b32b79eb-36aa-4706-a01d-00a6d8612f81 x-compute-request-id: req-b32b79eb-36aa-4706-a01d-00a6d8612f81 Content-Length: 0 Content-Type: application/json 2018-11-09 08:04:13,299 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-91cff3e9-5f80-41bc-aecf-f8179783aa50 used request id req-b32b79eb-36aa-4706-a01d-00a6d8612f81 2018-11-09 08:04:13,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:13,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-73b12b5a-3926-4408-9cdf-c23ce4acf876 Date: Fri, 09 Nov 2018 08:04:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:04:13,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-73b12b5a-3926-4408-9cdf-c23ce4acf876 2018-11-09 08:04:13,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:13,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e10d6b-59fd-4ad0-9640-312a7b53f079 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:04:13,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-78e10d6b-59fd-4ad0-9640-312a7b53f079 2018-11-09 08:04:13,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:13,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c13efd4a-62bb-4365-8450-40c412ac6e04 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:04:13,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-c13efd4a-62bb-4365-8450-40c412ac6e04 2018-11-09 08:04:13,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:13,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1fde938-0977-4140-8f52-f1cf2d73de1c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:04:13,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-b1fde938-0977-4140-8f52-f1cf2d73de1c 2018-11-09 08:04:13,775 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-be19f73e-6a75-424-proj 2018-11-09 08:04:13,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/bb8aff574a994b3788ec2ab2d8006ed8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:13,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-706fdc5f-7606-4e00-84ec-4ae5d03f62c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:13,990 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/bb8aff574a994b3788ec2ab2d8006ed8 used request id req-706fdc5f-7606-4e00-84ec-4ae5d03f62c2 2018-11-09 08:04:13,990 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-be19f73e-6a75-424-proj-role 2018-11-09 08:04:13,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/cce4b7448e3147769e85b786b1e4ba60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:14,126 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06881c4c-7b13-4925-b7da-f302d5d8570e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:14,126 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/cce4b7448e3147769e85b786b1e4ba60 used request id req-06881c4c-7b13-4925-b7da-f302d5d8570e 2018-11-09 08:04:14,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f7ef98ec8204db6b3ace9950fc627602d5c6b87" 2018-11-09 08:04:14,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4239e6a4-2258-4983-ab30-30042ed921ab Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:14,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4239e6a4-2258-4983-ab30-30042ed921ab 2018-11-09 08:04:14,308 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-be19f73e-6a75-424-user 2018-11-09 08:04:14,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8de1f2cc476548e7975a0e67d1c95ca2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ce70871c59a800431ee7b04f3d1c99054e7a5a" 2018-11-09 08:04:14,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e59275a2-0b0a-405b-9ef5-b10665f6ef9f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:14,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8de1f2cc476548e7975a0e67d1c95ca2 used request id req-e59275a2-0b0a-405b-9ef5-b10665f6ef9f 2018-11-09 08:04:14,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:14,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["klF0FTyTQEyDo3bZiFxfvA"], "issued_at": "2018-11-09T08:04:14.000000Z"}} 2018-11-09 08:04:14,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}774ca39168f0ae85336f697e18139b5ec3c7e111" 2018-11-09 08:04:14,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c3b5a8c-179b-4b2c-a9f8-a541393149b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:14,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9c3b5a8c-179b-4b2c-a9f8-a541393149b8 2018-11-09 08:04:14,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:14,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:15,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["qrxPZfbES9O-Uv_vmsn14g"], "issued_at": "2018-11-09T08:04:15.000000Z"}} 2018-11-09 08:04:15,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:15,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e84ca55-5471-4fd8-b524-7104a2afb817 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:15,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1e84ca55-5471-4fd8-b524-7104a2afb817 2018-11-09 08:04:15,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:15,442 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:15,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-d98ca7b7-945f-4f5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:15,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-398f564d-41f8-4bbd-92e4-067cd51cba3d Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-d98ca7b7-945f-4f5-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:04:15,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-d98ca7b7-945f-4f5-proj used request id req-398f564d-41f8-4bbd-92e4-067cd51cba3d 2018-11-09 08:04:15,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:15,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-351ba71f-0883-4664-a847-f39f0da94407 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:15,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-351ba71f-0883-4664-a847-f39f0da94407 2018-11-09 08:04:15,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-proj"}}' 2018-11-09 08:04:15,657 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-609c1043-aff0-49a9-8410-ae8a8ba943d0 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/23ee37f2a42c4b41885d62d163e5374a"}, "enabled": true, "id": "23ee37f2a42c4b41885d62d163e5374a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-proj"}} 2018-11-09 08:04:15,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-609c1043-aff0-49a9-8410-ae8a8ba943d0 2018-11-09 08:04:15,658 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-d98ca7b7-945f-4f5-proj 2018-11-09 08:04:15,658 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:15,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:16,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["TsMfj8NoRbOOX3Q9XTR6ag"], "issued_at": "2018-11-09T08:04:15.000000Z"}} 2018-11-09 08:04:16,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5970eb4a1f43bf733d542ce080570535a5636966" 2018-11-09 08:04:16,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ce9e0e-3470-4787-bea6-b94571952cd5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:16,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-27ce9e0e-3470-4787-bea6-b94571952cd5 2018-11-09 08:04:16,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:16,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:16,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5970eb4a1f43bf733d542ce080570535a5636966" 2018-11-09 08:04:16,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16938380-ac33-44a8-a472-58035683f9f6 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:04:16,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-16938380-ac33-44a8-a472-58035683f9f6 2018-11-09 08:04:16,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-d98ca7b7-945f-4f5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5970eb4a1f43bf733d542ce080570535a5636966" 2018-11-09 08:04:16,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f07dd3c2-6f3c-482c-8495-a1ab59bc18dd Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-d98ca7b7-945f-4f5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/23ee37f2a42c4b41885d62d163e5374a"}, "enabled": true, "id": "23ee37f2a42c4b41885d62d163e5374a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-proj"}]} 2018-11-09 08:04:16,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-d98ca7b7-945f-4f5-proj used request id req-f07dd3c2-6f3c-482c-8495-a1ab59bc18dd 2018-11-09 08:04:16,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5970eb4a1f43bf733d542ce080570535a5636966" 2018-11-09 08:04:16,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feb4ecde-80d2-4887-9875-dd7a27e2a9f0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:16,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-feb4ecde-80d2-4887-9875-dd7a27e2a9f0 2018-11-09 08:04:16,808 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-d98ca7b7-945f-4f5-user 2018-11-09 08:04:16,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:16,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:16,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a86aedc-2804-4dc7-9798-cb03ee25bdcb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:16,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5a86aedc-2804-4dc7-9798-cb03ee25bdcb 2018-11-09 08:04:16,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" -d '{"role": {"name": "CreateKeypairsTests-d98ca7b7-945f-4f5-proj-role"}}' 2018-11-09 08:04:17,017 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62091d12-d55b-42dd-88e5-759df19db4cf Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "73389db1f7c4409ea3d9807c83c45d4b", "links": {"self": "http://172.30.9.27:5000/v3/roles/73389db1f7c4409ea3d9807c83c45d4b"}, "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-proj-role"}} 2018-11-09 08:04:17,018 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-62091d12-d55b-42dd-88e5-759df19db4cf 2018-11-09 08:04:17,018 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-d98ca7b7-945f-4f5-proj-role 2018-11-09 08:04:17,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/73389db1f7c4409ea3d9807c83c45d4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:17,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba191eb4-2c8c-4a64-9d1b-4897bd09bde4 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/73389db1f7c4409ea3d9807c83c45d4b"}, "domain_id": null, "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-proj-role", "id": "73389db1f7c4409ea3d9807c83c45d4b"}} 2018-11-09 08:04:17,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/73389db1f7c4409ea3d9807c83c45d4b used request id req-ba191eb4-2c8c-4a64-9d1b-4897bd09bde4 2018-11-09 08:04:17,037 - keystone_utils - INFO - Granting role CreateKeypairsTests-d98ca7b7-945f-4f5-proj-role to project CreateKeypairsTests-d98ca7b7-945f-4f5-proj 2018-11-09 08:04:17,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/23ee37f2a42c4b41885d62d163e5374a/users/4ae7e19075b14ad3893c7005c80f062b/roles/73389db1f7c4409ea3d9807c83c45d4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:17,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a281f996-5b2e-42d1-8eab-14e440e7210a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:17,177 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/23ee37f2a42c4b41885d62d163e5374a/users/4ae7e19075b14ad3893c7005c80f062b/roles/73389db1f7c4409ea3d9807c83c45d4b used request id req-a281f996-5b2e-42d1-8eab-14e440e7210a 2018-11-09 08:04:17,177 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:17,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:17,179 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:17,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73389db1f7c4409ea3d9807c83c45d4b", "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-proj-role"}], "expires_at": "2018-11-09T09:04:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23ee37f2a42c4b41885d62d163e5374a", "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/23ee37f2a42c4b41885d62d163e5374a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/23ee37f2a42c4b41885d62d163e5374a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/23ee37f2a42c4b41885d62d163e5374a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/23ee37f2a42c4b41885d62d163e5374a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/23ee37f2a42c4b41885d62d163e5374a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/23ee37f2a42c4b41885d62d163e5374a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-user", "id": "4ae7e19075b14ad3893c7005c80f062b"}, "audit_ids": ["jjop58s9QN2GCsY5yABOPA"], "issued_at": "2018-11-09T08:04:17.000000Z"}} 2018-11-09 08:04:17,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e65af93f4517f8dbec61605bb77eecd748d4f2ac" 2018-11-09 08:04:17,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31156995-61ad-427d-949c-ff2df0b830bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:17,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-31156995-61ad-427d-949c-ff2df0b830bb 2018-11-09 08:04:17,632 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:17,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e65af93f4517f8dbec61605bb77eecd748d4f2ac" 2018-11-09 08:04:17,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04: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-c9de80c4-575f-47fe-8de2-b484ca8eeb9e x-compute-request-id: req-c9de80c4-575f-47fe-8de2-b484ca8eeb9e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:04:17,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-c9de80c4-575f-47fe-8de2-b484ca8eeb9e 2018-11-09 08:04:17,808 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802... 2018-11-09 08:04:17,808 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:04:17,830 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802 2018-11-09 08:04:17,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e65af93f4517f8dbec61605bb77eecd748d4f2ac" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzdgn+93x41Cz/yG7OTaukXTiyZQ8RaokcGnDGl4vz9SixfyNIdTy8OiYKPRIZElTC/XMbPlT5PIX2bIvgPb5dg6wvsg8MCM/f5hIhqcaLHisubQWm4ZUc3w5V+CzYNnnKIc/abC1hnOSZBjTklVy7hs1/wAzjjulMHv6UXpQhvw==", "name": "CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802"}}' 2018-11-09 08:04:17,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04: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-9feccb8e-b480-487e-924c-5e3cf6ef6e9b x-compute-request-id: req-9feccb8e-b480-487e-924c-5e3cf6ef6e9b Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzdgn+93x41Cz/yG7OTaukXTiyZQ8RaokcGnDGl4vz9SixfyNIdTy8OiYKPRIZElTC/XMbPlT5PIX2bIvgPb5dg6wvsg8MCM/f5hIhqcaLHisubQWm4ZUc3w5V+CzYNnnKIc/abC1hnOSZBjTklVy7hs1/wAzjjulMHv6UXpQhvw==", "user_id": "4ae7e19075b14ad3893c7005c80f062b", "name": "CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802", "fingerprint": "06:78:51:ef:9d:1f:08:2c:7e:42:35:7e:52:ea:11:df"}} 2018-11-09 08:04:17,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-9feccb8e-b480-487e-924c-5e3cf6ef6e9b 2018-11-09 08:04:17,910 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802.pub 2018-11-09 08:04:17,911 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802 2018-11-09 08:04:17,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:18,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73389db1f7c4409ea3d9807c83c45d4b", "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-proj-role"}], "expires_at": "2018-11-09T09:04:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23ee37f2a42c4b41885d62d163e5374a", "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/23ee37f2a42c4b41885d62d163e5374a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/23ee37f2a42c4b41885d62d163e5374a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/23ee37f2a42c4b41885d62d163e5374a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/23ee37f2a42c4b41885d62d163e5374a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/23ee37f2a42c4b41885d62d163e5374a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/23ee37f2a42c4b41885d62d163e5374a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/23ee37f2a42c4b41885d62d163e5374a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-d98ca7b7-945f-4f5-user", "id": "4ae7e19075b14ad3893c7005c80f062b"}, "audit_ids": ["UXiRbx2xSoOxeRdnXP9gXQ"], "issued_at": "2018-11-09T08:04:18.000000Z"}} 2018-11-09 08:04:18,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d55bbdf167d67bcfcdd85d432e036dabe7db28a" 2018-11-09 08:04:18,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04: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-32635425-0544-453a-a74d-d2c849ef61fa x-compute-request-id: req-32635425-0544-453a-a74d-d2c849ef61fa Content-Encoding: gzip Content-Length: 422 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzdgn+93x41Cz/yG7OTaukXTiyZQ8RaokcGnDGl4vz9SixfyNIdTy8OiYKPRIZElTC/XMbPlT5PIX2bIvgPb5dg6wvsg8MCM/f5hIhqcaLHisubQWm4ZUc3w5V+CzYNnnKIc/abC1hnOSZBjTklVy7hs1/wAzjjulMHv6UXpQhvw==", "user_id": "4ae7e19075b14ad3893c7005c80f062b", "name": "CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802", "deleted": false, "created_at": "2018-11-09T08:04:17.000000", "updated_at": null, "fingerprint": "06:78:51:ef:9d:1f:08:2c:7e:42:35:7e:52:ea:11:df", "deleted_at": null, "id": 71}} 2018-11-09 08:04:18,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802 used request id req-32635425-0544-453a-a74d-d2c849ef61fa 2018-11-09 08:04:18,824 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802 2018-11-09 08:04:18,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e65af93f4517f8dbec61605bb77eecd748d4f2ac" 2018-11-09 08:04:18,867 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:04: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-9f46fa2b-0f58-4e0c-8722-04947b48a583 x-compute-request-id: req-9f46fa2b-0f58-4e0c-8722-04947b48a583 Content-Length: 0 Content-Type: application/json 2018-11-09 08:04:18,868 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802 used request id req-9f46fa2b-0f58-4e0c-8722-04947b48a583 2018-11-09 08:04:18,868 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802.pub] 2018-11-09 08:04:18,868 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-97e78584-7c53-409c-8982-40c694b28802] 2018-11-09 08:04:18,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:19,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d1112ceb-9a11-4a2d-9290-483e70c23450 Date: Fri, 09 Nov 2018 08:04:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:04:19,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-d1112ceb-9a11-4a2d-9290-483e70c23450 2018-11-09 08:04:19,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:19,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f52cafe-a9d5-4366-9091-2d42aea3ffec 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:04:19,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-9f52cafe-a9d5-4366-9091-2d42aea3ffec 2018-11-09 08:04:19,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:19,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-917ac87d-ab23-4e50-a8f0-8d197d876d0a 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:04:19,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-917ac87d-ab23-4e50-a8f0-8d197d876d0a 2018-11-09 08:04:19,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:19,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c18223dd-f78d-4f11-b90b-46ef59f5d76b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:04:19,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-c18223dd-f78d-4f11-b90b-46ef59f5d76b 2018-11-09 08:04:19,286 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-d98ca7b7-945f-4f5-proj 2018-11-09 08:04:19,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/23ee37f2a42c4b41885d62d163e5374a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:19,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93d49c33-b35c-4895-b46f-0cb49a567db3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:19,487 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/23ee37f2a42c4b41885d62d163e5374a used request id req-93d49c33-b35c-4895-b46f-0cb49a567db3 2018-11-09 08:04:19,487 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-d98ca7b7-945f-4f5-proj-role 2018-11-09 08:04:19,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/73389db1f7c4409ea3d9807c83c45d4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:19,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77f34746-e6bf-4fe6-8d5b-8c0d8428a622 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:19,621 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/73389db1f7c4409ea3d9807c83c45d4b used request id req-77f34746-e6bf-4fe6-8d5b-8c0d8428a622 2018-11-09 08:04:19,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a66e0e20be2c7fff2ef5937649a05e2278380e8" 2018-11-09 08:04:19,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25a85191-7c46-4244-ab5c-765f1823d0e0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:19,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-25a85191-7c46-4244-ab5c-765f1823d0e0 2018-11-09 08:04:19,707 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-d98ca7b7-945f-4f5-user 2018-11-09 08:04:19,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/4ae7e19075b14ad3893c7005c80f062b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5970eb4a1f43bf733d542ce080570535a5636966" 2018-11-09 08:04:19,871 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d59840e-5fa9-4102-9ffd-78d15d9257ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:19,871 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4ae7e19075b14ad3893c7005c80f062b used request id req-9d59840e-5fa9-4102-9ffd-78d15d9257ec 2018-11-09 08:04:19,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:20,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["xM0_malhTs-EQFSswpr3fQ"], "issued_at": "2018-11-09T08:04:20.000000Z"}} 2018-11-09 08:04:20,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a226588264f017d67893aa74be33e60ef403cd5" 2018-11-09 08:04:20,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf0df53-8356-4315-8d9d-82088b33c60b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:20,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dcf0df53-8356-4315-8d9d-82088b33c60b 2018-11-09 08:04:20,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:20,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:20,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["skOUs8d1QdeyftApAnFIbg"], "issued_at": "2018-11-09T08:04:20.000000Z"}} 2018-11-09 08:04:20,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:20,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b6c71b-99b6-47ce-b9f2-0dd5868711ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:20,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f3b6c71b-99b6-47ce-b9f2-0dd5868711ca 2018-11-09 08:04:20,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:20,838 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:20,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-bd78e583-b8a2-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:20,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45716a3c-7506-4e3a-ba3c-744198ed72f9 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-bd78e583-b8a2-4bc-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:04:20,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-bd78e583-b8a2-4bc-proj used request id req-45716a3c-7506-4e3a-ba3c-744198ed72f9 2018-11-09 08:04:20,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:21,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14b13105-d294-4e84-b53f-e3a867de6c5d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:21,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-14b13105-d294-4e84-b53f-e3a867de6c5d 2018-11-09 08:04:21,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-proj"}}' 2018-11-09 08:04:21,155 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-805029fa-60b0-4462-9286-1076b2d9ef40 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/55f41ade891045a1b26d2b06b332e760"}, "enabled": true, "id": "55f41ade891045a1b26d2b06b332e760", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-proj"}} 2018-11-09 08:04:21,155 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-805029fa-60b0-4462-9286-1076b2d9ef40 2018-11-09 08:04:21,155 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-bd78e583-b8a2-4bc-proj 2018-11-09 08:04:21,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:21,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:21,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["kfxa3kTqSnaU26F0XA6c_w"], "issued_at": "2018-11-09T08:04:21.000000Z"}} 2018-11-09 08:04:21,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb24eaa68284f1e9746ccf699745df844e01a3e3" 2018-11-09 08:04:21,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-192df480-cd6e-4972-af87-30dadfea795b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:21,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-192df480-cd6e-4972-af87-30dadfea795b 2018-11-09 08:04:21,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:21,624 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:21,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb24eaa68284f1e9746ccf699745df844e01a3e3" 2018-11-09 08:04:21,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd2596ae-d14e-41f8-b300-be5af07d5ab3 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:04:21,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-bd2596ae-d14e-41f8-b300-be5af07d5ab3 2018-11-09 08:04:21,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-bd78e583-b8a2-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb24eaa68284f1e9746ccf699745df844e01a3e3" 2018-11-09 08:04:21,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5ae368-6294-4dcd-8b9c-c30bc5d429a8 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-bd78e583-b8a2-4bc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/55f41ade891045a1b26d2b06b332e760"}, "enabled": true, "id": "55f41ade891045a1b26d2b06b332e760", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-proj"}]} 2018-11-09 08:04:21,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsTests-bd78e583-b8a2-4bc-proj used request id req-5d5ae368-6294-4dcd-8b9c-c30bc5d429a8 2018-11-09 08:04:21,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb24eaa68284f1e9746ccf699745df844e01a3e3" 2018-11-09 08:04:21,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-357cba19-97de-42a7-81e8-cd4071789a41 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:21,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-357cba19-97de-42a7-81e8-cd4071789a41 2018-11-09 08:04:22,292 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-bd78e583-b8a2-4bc-user 2018-11-09 08:04:22,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:22,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:22,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0373461-7740-4c06-9aaa-c7f15b6b2f03 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:22,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d0373461-7740-4c06-9aaa-c7f15b6b2f03 2018-11-09 08:04:22,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" -d '{"role": {"name": "CreateKeypairsTests-bd78e583-b8a2-4bc-proj-role"}}' 2018-11-09 08:04:22,502 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b6f5132-7479-4889-9e1f-dfa082c887f5 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "905eb123da324780b354944241f55009", "links": {"self": "http://172.30.9.27:5000/v3/roles/905eb123da324780b354944241f55009"}, "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-proj-role"}} 2018-11-09 08:04:22,502 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-5b6f5132-7479-4889-9e1f-dfa082c887f5 2018-11-09 08:04:22,503 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-bd78e583-b8a2-4bc-proj-role 2018-11-09 08:04:22,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/905eb123da324780b354944241f55009 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:22,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99d44272-1459-446e-8b5f-e4a01480d89a Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/905eb123da324780b354944241f55009"}, "domain_id": null, "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-proj-role", "id": "905eb123da324780b354944241f55009"}} 2018-11-09 08:04:22,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/905eb123da324780b354944241f55009 used request id req-99d44272-1459-446e-8b5f-e4a01480d89a 2018-11-09 08:04:22,589 - keystone_utils - INFO - Granting role CreateKeypairsTests-bd78e583-b8a2-4bc-proj-role to project CreateKeypairsTests-bd78e583-b8a2-4bc-proj 2018-11-09 08:04:22,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/55f41ade891045a1b26d2b06b332e760/users/a73e9c8d406b40e09d4ef3bfdeb8f58a/roles/905eb123da324780b354944241f55009 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:22,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8e552fb-1020-4930-8d46-c7329531e08a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:22,726 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/55f41ade891045a1b26d2b06b332e760/users/a73e9c8d406b40e09d4ef3bfdeb8f58a/roles/905eb123da324780b354944241f55009 used request id req-f8e552fb-1020-4930-8d46-c7329531e08a 2018-11-09 08:04:22,727 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:22,728 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:22,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:23,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "905eb123da324780b354944241f55009", "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-proj-role"}], "expires_at": "2018-11-09T09:04:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "55f41ade891045a1b26d2b06b332e760", "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/55f41ade891045a1b26d2b06b332e760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/55f41ade891045a1b26d2b06b332e760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/55f41ade891045a1b26d2b06b332e760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/55f41ade891045a1b26d2b06b332e760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/55f41ade891045a1b26d2b06b332e760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/55f41ade891045a1b26d2b06b332e760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/55f41ade891045a1b26d2b06b332e760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/55f41ade891045a1b26d2b06b332e760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/55f41ade891045a1b26d2b06b332e760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/55f41ade891045a1b26d2b06b332e760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/55f41ade891045a1b26d2b06b332e760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/55f41ade891045a1b26d2b06b332e760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-user", "id": "a73e9c8d406b40e09d4ef3bfdeb8f58a"}, "audit_ids": ["n42LAg1hTRy8_nepaFQjAg"], "issued_at": "2018-11-09T08:04:23.000000Z"}} 2018-11-09 08:04:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5824899fd70552e255438040477d23d701964549" 2018-11-09 08:04:23,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb4ce9b-e44a-4171-bc44-e1b284c85e60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:23,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ccb4ce9b-e44a-4171-bc44-e1b284c85e60 2018-11-09 08:04:23,195 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:23,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5824899fd70552e255438040477d23d701964549" 2018-11-09 08:04:23,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-460038b6-d462-4884-a659-323a5e13de92 x-compute-request-id: req-460038b6-d462-4884-a659-323a5e13de92 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:04:23,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-460038b6-d462-4884-a659-323a5e13de92 2018-11-09 08:04:23,761 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08... 2018-11-09 08:04:23,761 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:04:23,807 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08 2018-11-09 08:04:23,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5824899fd70552e255438040477d23d701964549" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPQ9b6ApXfVUGB+DTunhw4UGH/Pvj5Zl4hQx5vlLUdz8WMTVdmu2ynuAbjyFnQ91xlQteCSpFXhxdJBKmg7fYdY251d4fiO1560KtTMIphRW9H17PKukEzvR8ZGGpIH0iKdsnmivcNTuovULuX54dW6tS06VSwPa2mT1h8Ik2+PQ==", "name": "CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08"}}' 2018-11-09 08:04:23,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41fe4f75-e605-42a9-a7d7-ba86e3c0bf26 x-compute-request-id: req-41fe4f75-e605-42a9-a7d7-ba86e3c0bf26 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPQ9b6ApXfVUGB+DTunhw4UGH/Pvj5Zl4hQx5vlLUdz8WMTVdmu2ynuAbjyFnQ91xlQteCSpFXhxdJBKmg7fYdY251d4fiO1560KtTMIphRW9H17PKukEzvR8ZGGpIH0iKdsnmivcNTuovULuX54dW6tS06VSwPa2mT1h8Ik2+PQ==", "user_id": "a73e9c8d406b40e09d4ef3bfdeb8f58a", "name": "CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08", "fingerprint": "21:26:6c:52:dc:39:ef:8a:a4:d5:db:d1:ed:9b:a3:3a"}} 2018-11-09 08:04:23,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-41fe4f75-e605-42a9-a7d7-ba86e3c0bf26 2018-11-09 08:04:23,888 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08.pub 2018-11-09 08:04:23,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:24,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "905eb123da324780b354944241f55009", "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-proj-role"}], "expires_at": "2018-11-09T09:04:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "55f41ade891045a1b26d2b06b332e760", "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/55f41ade891045a1b26d2b06b332e760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/55f41ade891045a1b26d2b06b332e760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/55f41ade891045a1b26d2b06b332e760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/55f41ade891045a1b26d2b06b332e760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/55f41ade891045a1b26d2b06b332e760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/55f41ade891045a1b26d2b06b332e760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/55f41ade891045a1b26d2b06b332e760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/55f41ade891045a1b26d2b06b332e760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/55f41ade891045a1b26d2b06b332e760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/55f41ade891045a1b26d2b06b332e760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/55f41ade891045a1b26d2b06b332e760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/55f41ade891045a1b26d2b06b332e760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-bd78e583-b8a2-4bc-user", "id": "a73e9c8d406b40e09d4ef3bfdeb8f58a"}, "audit_ids": ["nQIHyLUISJ6AccofCiFijg"], "issued_at": "2018-11-09T08:04:24.000000Z"}} 2018-11-09 08:04:24,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df7f8c1073f10bd695ce94af9454e0f6819090b" 2018-11-09 08:04:24,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc3b6596-e9f1-4318-8f58-7b0433983ef2 x-compute-request-id: req-fc3b6596-e9f1-4318-8f58-7b0433983ef2 Content-Encoding: gzip Content-Length: 423 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPQ9b6ApXfVUGB+DTunhw4UGH/Pvj5Zl4hQx5vlLUdz8WMTVdmu2ynuAbjyFnQ91xlQteCSpFXhxdJBKmg7fYdY251d4fiO1560KtTMIphRW9H17PKukEzvR8ZGGpIH0iKdsnmivcNTuovULuX54dW6tS06VSwPa2mT1h8Ik2+PQ==", "user_id": "a73e9c8d406b40e09d4ef3bfdeb8f58a", "name": "CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08", "deleted": false, "created_at": "2018-11-09T08:04:23.000000", "updated_at": null, "fingerprint": "21:26:6c:52:dc:39:ef:8a:a4:d5:db:d1:ed:9b:a3:3a", "deleted_at": null, "id": 74}} 2018-11-09 08:04:24,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08 used request id req-fc3b6596-e9f1-4318-8f58-7b0433983ef2 2018-11-09 08:04:24,447 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08 2018-11-09 08:04:24,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5824899fd70552e255438040477d23d701964549" 2018-11-09 08:04:24,484 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:04:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b9e6f37d-d77f-495e-b425-1249429c1a84 x-compute-request-id: req-b9e6f37d-d77f-495e-b425-1249429c1a84 Content-Length: 0 Content-Type: application/json 2018-11-09 08:04:24,484 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08 used request id req-b9e6f37d-d77f-495e-b425-1249429c1a84 2018-11-09 08:04:24,485 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-db93ec81-2ca7-4fd2-b907-67da965aff08.pub] 2018-11-09 08:04:24,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:24,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bc61e163-eb3d-45ba-baad-d922f9e2aee7 Date: Fri, 09 Nov 2018 08:04:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:04:24,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-bc61e163-eb3d-45ba-baad-d922f9e2aee7 2018-11-09 08:04:24,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:24,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b7c37df-4432-4b34-9afc-4d286d8959a6 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:04:24,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-5b7c37df-4432-4b34-9afc-4d286d8959a6 2018-11-09 08:04:24,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:24,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af36d863-077b-4299-8bae-e4e3dded3889 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:04:24,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-af36d863-077b-4299-8bae-e4e3dded3889 2018-11-09 08:04:24,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:24,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d48cca87-24e8-4072-88d7-c98868ea84e6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:04:24,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-d48cca87-24e8-4072-88d7-c98868ea84e6 2018-11-09 08:04:24,911 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-bd78e583-b8a2-4bc-proj 2018-11-09 08:04:24,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/55f41ade891045a1b26d2b06b332e760 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:25,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52780f70-a1fe-4a21-9af6-b3e894c1a497 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:25,110 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/55f41ade891045a1b26d2b06b332e760 used request id req-52780f70-a1fe-4a21-9af6-b3e894c1a497 2018-11-09 08:04:25,110 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-bd78e583-b8a2-4bc-proj-role 2018-11-09 08:04:25,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/905eb123da324780b354944241f55009 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:25,214 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5080a5ce-41c8-4090-9aca-0fb993f67d63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:25,214 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/905eb123da324780b354944241f55009 used request id req-5080a5ce-41c8-4090-9aca-0fb993f67d63 2018-11-09 08:04:25,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a96fd7239aaf72490217641fc4456d517b4467f" 2018-11-09 08:04:25,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba465fe-449a-4a67-9a8c-da8c3d24b615 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:25,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6ba465fe-449a-4a67-9a8c-da8c3d24b615 2018-11-09 08:04:25,298 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-bd78e583-b8a2-4bc-user 2018-11-09 08:04:25,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/a73e9c8d406b40e09d4ef3bfdeb8f58a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb24eaa68284f1e9746ccf699745df844e01a3e3" 2018-11-09 08:04:25,472 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-828e42f4-afe2-44aa-a7bc-fd79c127a4e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:25,472 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/a73e9c8d406b40e09d4ef3bfdeb8f58a used request id req-828e42f4-afe2-44aa-a7bc-fd79c127a4e1 2018-11-09 08:04:25,474 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:25,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["TtKPCHgEQSifxKotz5ifeQ"], "issued_at": "2018-11-09T08:04:25.000000Z"}} 2018-11-09 08:04:25,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038c3fbe729ef72fddd8c5bca7755b765044135a" 2018-11-09 08:04:25,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eabf8f25-6cbb-4520-b183-cb267fd75ce9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:25,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eabf8f25-6cbb-4520-b183-cb267fd75ce9 2018-11-09 08:04:25,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:25,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:26,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["yT_Ueg8kQiCjrIz50SqauA"], "issued_at": "2018-11-09T08:04:26.000000Z"}} 2018-11-09 08:04:26,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:26,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7717f983-1755-4ee7-9b91-00972a2fbc48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:26,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7717f983-1755-4ee7-9b91-00972a2fbc48 2018-11-09 08:04:26,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:26,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:26,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:26,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6a637a1-ce9f-4ad5-8422-4ed5a17e7348 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:04:26,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj used request id req-f6a637a1-ce9f-4ad5-8422-4ed5a17e7348 2018-11-09 08:04:26,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:26,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbbc9193-0763-4593-b99c-346be63d9275 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:26,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-dbbc9193-0763-4593-b99c-346be63d9275 2018-11-09 08:04:26,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj"}}' 2018-11-09 08:04:26,724 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0805d328-7902-4c91-a4d2-4e58bc34084a Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2a89ef7b6ea4468aa9ecd3129655bbec"}, "enabled": true, "id": "2a89ef7b6ea4468aa9ecd3129655bbec", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj"}} 2018-11-09 08:04:26,724 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0805d328-7902-4c91-a4d2-4e58bc34084a 2018-11-09 08:04:26,724 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj 2018-11-09 08:04:26,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:26,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:27,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["QrycaPGkQ1uancy7RiESyA"], "issued_at": "2018-11-09T08:04:27.000000Z"}} 2018-11-09 08:04:27,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d04b0e59d8fde85d0bad881a9198438c600410b3" 2018-11-09 08:04:27,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f35f55dc-bf5a-44db-bf29-6b70da2c0c38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:27,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f35f55dc-bf5a-44db-bf29-6b70da2c0c38 2018-11-09 08:04:27,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:27,283 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:27,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d04b0e59d8fde85d0bad881a9198438c600410b3" 2018-11-09 08:04:27,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41fdada2-edc1-445c-ab76-2cadd87741c7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:04:27,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-41fdada2-edc1-445c-ab76-2cadd87741c7 2018-11-09 08:04:27,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d04b0e59d8fde85d0bad881a9198438c600410b3" 2018-11-09 08:04:27,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a65fea9-8ebe-4452-b77a-d3ac10b6b0a5 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2a89ef7b6ea4468aa9ecd3129655bbec"}, "enabled": true, "id": "2a89ef7b6ea4468aa9ecd3129655bbec", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj"}]} 2018-11-09 08:04:27,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj used request id req-8a65fea9-8ebe-4452-b77a-d3ac10b6b0a5 2018-11-09 08:04:27,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d04b0e59d8fde85d0bad881a9198438c600410b3" 2018-11-09 08:04:27,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7617dac4-9242-496b-a84d-e19ea199c593 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:27,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-7617dac4-9242-496b-a84d-e19ea199c593 2018-11-09 08:04:27,879 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-ac69a2f2-70a0-493-user 2018-11-09 08:04:27,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:27,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:27,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df2bf31e-d2e9-40c8-b7ec-1c525263c2d5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:27,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-df2bf31e-d2e9-40c8-b7ec-1c525263c2d5 2018-11-09 08:04:27,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" -d '{"role": {"name": "CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj-role"}}' 2018-11-09 08:04:28,089 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0db0458e-9af2-4b66-b57a-7dc93e59584f Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6c954bdb0259479397c64afca7bb86f6", "links": {"self": "http://172.30.9.27:5000/v3/roles/6c954bdb0259479397c64afca7bb86f6"}, "name": "CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj-role"}} 2018-11-09 08:04:28,090 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0db0458e-9af2-4b66-b57a-7dc93e59584f 2018-11-09 08:04:28,090 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj-role 2018-11-09 08:04:28,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/6c954bdb0259479397c64afca7bb86f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:28,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17cfb9b7-0ec5-4bba-9e05-60a4c1a4dcde Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6c954bdb0259479397c64afca7bb86f6"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj-role", "id": "6c954bdb0259479397c64afca7bb86f6"}} 2018-11-09 08:04:28,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6c954bdb0259479397c64afca7bb86f6 used request id req-17cfb9b7-0ec5-4bba-9e05-60a4c1a4dcde 2018-11-09 08:04:28,182 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj-role to project CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj 2018-11-09 08:04:28,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/2a89ef7b6ea4468aa9ecd3129655bbec/users/8f300eb9b0614fdcbe3ccccdd495549b/roles/6c954bdb0259479397c64afca7bb86f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:28,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a79bcf82-22f3-491a-9a2c-70683f3ffb93 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:28,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2a89ef7b6ea4468aa9ecd3129655bbec/users/8f300eb9b0614fdcbe3ccccdd495549b/roles/6c954bdb0259479397c64afca7bb86f6 used request id req-a79bcf82-22f3-491a-9a2c-70683f3ffb93 2018-11-09 08:04:28,309 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:28,449 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4.pub 2018-11-09 08:04:28,449 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4 2018-11-09 08:04:28,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:28,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:28,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6c954bdb0259479397c64afca7bb86f6", "name": "CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj-role"}], "expires_at": "2018-11-09T09:04:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a89ef7b6ea4468aa9ecd3129655bbec", "name": "CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/2a89ef7b6ea4468aa9ecd3129655bbec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-ac69a2f2-70a0-493-user", "id": "8f300eb9b0614fdcbe3ccccdd495549b"}, "audit_ids": ["fLOVwpraTs2I_ko6TOJUJA"], "issued_at": "2018-11-09T08:04:28.000000Z"}} 2018-11-09 08:04:28,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab0e1681f5bde4083cf220f1dff93b5d5c0785d0" 2018-11-09 08:04:28,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fcfa52b-693b-4099-8c11-6f3c7966ca8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:28,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4fcfa52b-693b-4099-8c11-6f3c7966ca8f 2018-11-09 08:04:28,927 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:28,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab0e1681f5bde4083cf220f1dff93b5d5c0785d0" 2018-11-09 08:04:29,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04: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-3f20c89b-4d21-4e54-bb2e-fac9351d8095 x-compute-request-id: req-3f20c89b-4d21-4e54-bb2e-fac9351d8095 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:04:29,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-3f20c89b-4d21-4e54-bb2e-fac9351d8095 2018-11-09 08:04:29,090 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4... 2018-11-09 08:04:29,090 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-09 08:04:29,090 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4.pub 2018-11-09 08:04:29,090 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4 2018-11-09 08:04:29,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab0e1681f5bde4083cf220f1dff93b5d5c0785d0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPqPZqNFpKUitlKukeRdp/VqxAow6hXmhEmxUlF3ICdW/zXNud8vcacOhXzmKxEqgtrx+hAU0zU9S+ZEYXlIp/PiAjC84vYxpfd8IIDYUkRoh/iN/nLPt46RiAs14ENmyxFbrYzusAXvLtQHGG4W/py7XqbtULbuVbVVvwXfhanWQh4LqkUubgjPkkWUAq+HhEoFa6iBrXIXwJHBgN66dDvWTGhuq7RGxt5JbZArPRgrUYkwLCKdf4KD/tLnXYgX2j/I1JG/70LH7MGFCzHvEIbMXh+P9G/PKwohwlg31Hy0gC1cXHt0YH0IfBvAwsjsfBtZGj1x2MqVNBp0h9guwB", "name": "CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4"}}' 2018-11-09 08:04:29,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b24913e1-a096-4933-a855-e323a3695f13 x-compute-request-id: req-b24913e1-a096-4933-a855-e323a3695f13 Content-Encoding: gzip Content-Length: 500 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPqPZqNFpKUitlKukeRdp/VqxAow6hXmhEmxUlF3ICdW/zXNud8vcacOhXzmKxEqgtrx+hAU0zU9S+ZEYXlIp/PiAjC84vYxpfd8IIDYUkRoh/iN/nLPt46RiAs14ENmyxFbrYzusAXvLtQHGG4W/py7XqbtULbuVbVVvwXfhanWQh4LqkUubgjPkkWUAq+HhEoFa6iBrXIXwJHBgN66dDvWTGhuq7RGxt5JbZArPRgrUYkwLCKdf4KD/tLnXYgX2j/I1JG/70LH7MGFCzHvEIbMXh+P9G/PKwohwlg31Hy0gC1cXHt0YH0IfBvAwsjsfBtZGj1x2MqVNBp0h9guwB", "user_id": "8f300eb9b0614fdcbe3ccccdd495549b", "name": "CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4", "fingerprint": "2f:f6:04:fc:30:48:e1:dd:17:83:f6:de:6d:99:ff:24"}} 2018-11-09 08:04:29,167 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-b24913e1-a096-4933-a855-e323a3695f13 2018-11-09 08:04:29,168 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4 2018-11-09 08:04:29,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab0e1681f5bde4083cf220f1dff93b5d5c0785d0" 2018-11-09 08:04:29,208 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:04:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-52628736-23c4-43a4-8193-5d96d08ce588 x-compute-request-id: req-52628736-23c4-43a4-8193-5d96d08ce588 Content-Length: 0 Content-Type: application/json 2018-11-09 08:04:29,208 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4 used request id req-52628736-23c4-43a4-8193-5d96d08ce588 2018-11-09 08:04:29,209 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4.pub] 2018-11-09 08:04:29,209 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-e55e138a-1a38-49e0-aea9-144ca31811b4] 2018-11-09 08:04:29,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:29,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-62e4db71-3b47-4d70-9d8a-ad8a1a238da8 Date: Fri, 09 Nov 2018 08:04:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:04:29,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-62e4db71-3b47-4d70-9d8a-ad8a1a238da8 2018-11-09 08:04:29,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:29,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ea25b10-d112-4e06-9ecb-d662c2e30714 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:04:29,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-3ea25b10-d112-4e06-9ecb-d662c2e30714 2018-11-09 08:04:29,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:29,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06af7458-3426-43ef-ba30-28ebc9b217e5 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:04:29,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-06af7458-3426-43ef-ba30-28ebc9b217e5 2018-11-09 08:04:29,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:29,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-930fe744-165d-43e3-a79f-a72a0b84e691 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:04:29,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-930fe744-165d-43e3-a79f-a72a0b84e691 2018-11-09 08:04:29,710 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj 2018-11-09 08:04:29,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/2a89ef7b6ea4468aa9ecd3129655bbec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:29,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-882f3455-166f-472d-aa99-05521a09c8b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:29,900 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/2a89ef7b6ea4468aa9ecd3129655bbec used request id req-882f3455-166f-472d-aa99-05521a09c8b2 2018-11-09 08:04:29,901 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-ac69a2f2-70a0-493-proj-role 2018-11-09 08:04:29,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/6c954bdb0259479397c64afca7bb86f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:30,004 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-277b8f2b-c02a-41e9-82f7-d6d170584367 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:30,005 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6c954bdb0259479397c64afca7bb86f6 used request id req-277b8f2b-c02a-41e9-82f7-d6d170584367 2018-11-09 08:04:30,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c6d6644b052d34ab80d09f10841e2ba5bc46c" 2018-11-09 08:04:30,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f37a6f7-7f2d-42d9-b2ab-d9331513c80c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:30,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9f37a6f7-7f2d-42d9-b2ab-d9331513c80c 2018-11-09 08:04:30,091 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-ac69a2f2-70a0-493-user 2018-11-09 08:04:30,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8f300eb9b0614fdcbe3ccccdd495549b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d04b0e59d8fde85d0bad881a9198438c600410b3" 2018-11-09 08:04:30,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-759bf30d-f78f-43f6-b7fb-341abf796d7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:30,255 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8f300eb9b0614fdcbe3ccccdd495549b used request id req-759bf30d-f78f-43f6-b7fb-341abf796d7d 2018-11-09 08:04:30,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:30,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["BVKSeLzDTkGnhb2FJblL4Q"], "issued_at": "2018-11-09T08:04:30.000000Z"}} 2018-11-09 08:04:30,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20b8f8518266c70f03391db9bd6f727cf8f3392" 2018-11-09 08:04:30,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e867d6d-3cf3-4432-b4ca-c9bd08dc0357 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:30,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3e867d6d-3cf3-4432-b4ca-c9bd08dc0357 2018-11-09 08:04:30,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:30,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:31,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["47aSDiWDTEyldH-HK0rhiw"], "issued_at": "2018-11-09T08:04:31.000000Z"}} 2018-11-09 08:04:31,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:31,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb2ee1a-8073-47b6-be43-6f751b787106 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:31,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ffb2ee1a-8073-47b6-be43-6f751b787106 2018-11-09 08:04:31,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:31,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:31,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-9379fff4-56af-40b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:31,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50fa82af-7d9b-4de7-8093-cb7ba074d02e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-9379fff4-56af-40b-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:04:31,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-9379fff4-56af-40b-proj used request id req-50fa82af-7d9b-4de7-8093-cb7ba074d02e 2018-11-09 08:04:31,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:31,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e840cd4-ea29-48cc-9e0f-146a2cd2da9d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:31,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-3e840cd4-ea29-48cc-9e0f-146a2cd2da9d 2018-11-09 08:04:31,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-9379fff4-56af-40b-proj"}}' 2018-11-09 08:04:31,514 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1817202a-2770-43ef-90ad-1a7c8e490989 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/304f600d3d694b63be42245ddac30eab"}, "enabled": true, "id": "304f600d3d694b63be42245ddac30eab", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-9379fff4-56af-40b-proj"}} 2018-11-09 08:04:31,514 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-1817202a-2770-43ef-90ad-1a7c8e490989 2018-11-09 08:04:31,515 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-9379fff4-56af-40b-proj 2018-11-09 08:04:31,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:31,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:31,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["5M2jCukRTFClJeMm2JRzyw"], "issued_at": "2018-11-09T08:04:31.000000Z"}} 2018-11-09 08:04:31,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a12713fd3415d2d8bf18711f911504f2df6f8ff" 2018-11-09 08:04:31,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be3512a-eb39-4856-83da-9ed7bbaf8b8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:31,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2be3512a-eb39-4856-83da-9ed7bbaf8b8e 2018-11-09 08:04:31,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:31,989 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:31,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a12713fd3415d2d8bf18711f911504f2df6f8ff" 2018-11-09 08:04:32,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-066f5877-ad64-4181-a058-d0a23eaf5abc Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:04:32,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-066f5877-ad64-4181-a058-d0a23eaf5abc 2018-11-09 08:04:32,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-9379fff4-56af-40b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a12713fd3415d2d8bf18711f911504f2df6f8ff" 2018-11-09 08:04:32,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60a6a179-d388-4b73-a055-08d976197af4 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-9379fff4-56af-40b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/304f600d3d694b63be42245ddac30eab"}, "enabled": true, "id": "304f600d3d694b63be42245ddac30eab", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-9379fff4-56af-40b-proj"}]} 2018-11-09 08:04:32,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-9379fff4-56af-40b-proj used request id req-60a6a179-d388-4b73-a055-08d976197af4 2018-11-09 08:04:32,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a12713fd3415d2d8bf18711f911504f2df6f8ff" 2018-11-09 08:04:32,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db9ae893-f721-460d-9ffa-85884899acc2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:32,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-db9ae893-f721-460d-9ffa-85884899acc2 2018-11-09 08:04:32,580 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-9379fff4-56af-40b-user 2018-11-09 08:04:32,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:32,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:32,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f2df44b-c1ee-428b-b0e1-573bc77ded92 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:32,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2f2df44b-c1ee-428b-b0e1-573bc77ded92 2018-11-09 08:04:32,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" -d '{"role": {"name": "CreateKeypairsCleanupTests-9379fff4-56af-40b-proj-role"}}' 2018-11-09 08:04:32,802 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f4cc231-7c56-441e-bbb4-1d6ca16cea12 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a407d7675cd04c6c85a35d2539a98f5f", "links": {"self": "http://172.30.9.27:5000/v3/roles/a407d7675cd04c6c85a35d2539a98f5f"}, "name": "CreateKeypairsCleanupTests-9379fff4-56af-40b-proj-role"}} 2018-11-09 08:04:32,802 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-9f4cc231-7c56-441e-bbb4-1d6ca16cea12 2018-11-09 08:04:32,802 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-9379fff4-56af-40b-proj-role 2018-11-09 08:04:32,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/a407d7675cd04c6c85a35d2539a98f5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:32,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63b1181-c190-4de4-a6e3-2a8135a90d90 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/a407d7675cd04c6c85a35d2539a98f5f"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-9379fff4-56af-40b-proj-role", "id": "a407d7675cd04c6c85a35d2539a98f5f"}} 2018-11-09 08:04:32,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/a407d7675cd04c6c85a35d2539a98f5f used request id req-b63b1181-c190-4de4-a6e3-2a8135a90d90 2018-11-09 08:04:32,824 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-9379fff4-56af-40b-proj-role to project CreateKeypairsCleanupTests-9379fff4-56af-40b-proj 2018-11-09 08:04:32,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/304f600d3d694b63be42245ddac30eab/users/730b8b45435448f5bcd55f831171f252/roles/a407d7675cd04c6c85a35d2539a98f5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:32,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40eb8a93-12e3-4aa7-8edd-fd6b14da4fd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:32,956 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/304f600d3d694b63be42245ddac30eab/users/730b8b45435448f5bcd55f831171f252/roles/a407d7675cd04c6c85a35d2539a98f5f used request id req-40eb8a93-12e3-4aa7-8edd-fd6b14da4fd6 2018-11-09 08:04:32,956 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:33,180 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-27858277-f35a-4d74-83a4-a8ec84cad85c.pub 2018-11-09 08:04:33,180 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-27858277-f35a-4d74-83a4-a8ec84cad85c 2018-11-09 08:04:33,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:33,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:33,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a407d7675cd04c6c85a35d2539a98f5f", "name": "CreateKeypairsCleanupTests-9379fff4-56af-40b-proj-role"}], "expires_at": "2018-11-09T09:04:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "304f600d3d694b63be42245ddac30eab", "name": "CreateKeypairsCleanupTests-9379fff4-56af-40b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/304f600d3d694b63be42245ddac30eab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/304f600d3d694b63be42245ddac30eab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/304f600d3d694b63be42245ddac30eab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/304f600d3d694b63be42245ddac30eab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/304f600d3d694b63be42245ddac30eab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/304f600d3d694b63be42245ddac30eab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/304f600d3d694b63be42245ddac30eab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/304f600d3d694b63be42245ddac30eab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/304f600d3d694b63be42245ddac30eab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/304f600d3d694b63be42245ddac30eab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/304f600d3d694b63be42245ddac30eab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/304f600d3d694b63be42245ddac30eab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-9379fff4-56af-40b-user", "id": "730b8b45435448f5bcd55f831171f252"}, "audit_ids": ["2FJzEo5sQ5SrO3Oc-3V2rg"], "issued_at": "2018-11-09T08:04:33.000000Z"}} 2018-11-09 08:04:33,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6bd42183afc2e710dc96aafb425fefe4fa562f" 2018-11-09 08:04:33,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5752579a-ec3d-430a-b75e-d0f02e127e2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:33,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5752579a-ec3d-430a-b75e-d0f02e127e2e 2018-11-09 08:04:33,640 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:33,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6bd42183afc2e710dc96aafb425fefe4fa562f" 2018-11-09 08:04:33,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-89d16fcf-7460-4c9a-b27d-eaa07d7385df x-compute-request-id: req-89d16fcf-7460-4c9a-b27d-eaa07d7385df Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:04:33,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-89d16fcf-7460-4c9a-b27d-eaa07d7385df 2018-11-09 08:04:33,813 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-27858277-f35a-4d74-83a4-a8ec84cad85c... 2018-11-09 08:04:33,813 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-09 08:04:33,813 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-27858277-f35a-4d74-83a4-a8ec84cad85c.pub 2018-11-09 08:04:33,813 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-27858277-f35a-4d74-83a4-a8ec84cad85c 2018-11-09 08:04:33,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6bd42183afc2e710dc96aafb425fefe4fa562f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL5oKyEBhkOaTKuiGu/ir6vYO4Z+gP1i2gmWyw9ly3m05EJRjl4utk4nwhj3R3BLAvRgfT0J+sgUZ+GTPtcW9WXRyszp5Vm114mdJCWxvDiTaSP61VCY/dOiDQhqPkEr78xcoZtYVuaLmvsy8yqc1h/dOodBhe8BcQ5DDHTjCBZD+yVTYQseL7YP9n0chZqTXhQCb2ItUxORIdYy30FrgyQY7I7ZnuNaIoV1+yQ4bmDWzvVDLc3cgv2EHBu8YrYOh6YJ2ue2Q6m41H/P7SqZAUoh2bi0Trp9vka6JbsyP7sDC4A8gt64iL9/bIazHRfG7DcgkGTsDcDRFzUGUn4WxD", "name": "CreateKeypairsCleanupTests-27858277-f35a-4d74-83a4-a8ec84cad85c"}}' 2018-11-09 08:04:33,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fddde248-19c1-40f9-859b-e2005f23c827 x-compute-request-id: req-fddde248-19c1-40f9-859b-e2005f23c827 Content-Encoding: gzip Content-Length: 500 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL5oKyEBhkOaTKuiGu/ir6vYO4Z+gP1i2gmWyw9ly3m05EJRjl4utk4nwhj3R3BLAvRgfT0J+sgUZ+GTPtcW9WXRyszp5Vm114mdJCWxvDiTaSP61VCY/dOiDQhqPkEr78xcoZtYVuaLmvsy8yqc1h/dOodBhe8BcQ5DDHTjCBZD+yVTYQseL7YP9n0chZqTXhQCb2ItUxORIdYy30FrgyQY7I7ZnuNaIoV1+yQ4bmDWzvVDLc3cgv2EHBu8YrYOh6YJ2ue2Q6m41H/P7SqZAUoh2bi0Trp9vka6JbsyP7sDC4A8gt64iL9/bIazHRfG7DcgkGTsDcDRFzUGUn4WxD", "user_id": "730b8b45435448f5bcd55f831171f252", "name": "CreateKeypairsCleanupTests-27858277-f35a-4d74-83a4-a8ec84cad85c", "fingerprint": "e2:b0:83:d7:64:32:6f:6e:21:bd:af:bb:82:dd:97:dc"}} 2018-11-09 08:04:33,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-fddde248-19c1-40f9-859b-e2005f23c827 2018-11-09 08:04:33,887 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-27858277-f35a-4d74-83a4-a8ec84cad85c 2018-11-09 08:04:33,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-27858277-f35a-4d74-83a4-a8ec84cad85c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6bd42183afc2e710dc96aafb425fefe4fa562f" 2018-11-09 08:04:33,923 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:04:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c66d2d67-cb69-498f-bc13-b6d4e3beee80 x-compute-request-id: req-c66d2d67-cb69-498f-bc13-b6d4e3beee80 Content-Length: 0 Content-Type: application/json 2018-11-09 08:04:33,923 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-27858277-f35a-4d74-83a4-a8ec84cad85c used request id req-c66d2d67-cb69-498f-bc13-b6d4e3beee80 2018-11-09 08:04:33,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:34,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b232445b-29ad-47d7-b08f-0499e6de6072 Date: Fri, 09 Nov 2018 08:04:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:04:34,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-b232445b-29ad-47d7-b08f-0499e6de6072 2018-11-09 08:04:34,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:34,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad36e934-0200-4130-995a-44193bc9b16a 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:04:34,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-ad36e934-0200-4130-995a-44193bc9b16a 2018-11-09 08:04:34,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:34,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e664ea09-b09c-43c7-a5bb-49cda218f567 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:04:34,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-e664ea09-b09c-43c7-a5bb-49cda218f567 2018-11-09 08:04:34,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:34,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7534330-20f8-4c5d-ab6a-d6c6e92d9565 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:04:34,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-a7534330-20f8-4c5d-ab6a-d6c6e92d9565 2018-11-09 08:04:34,490 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-9379fff4-56af-40b-proj 2018-11-09 08:04:34,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/304f600d3d694b63be42245ddac30eab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:34,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91fa2700-b5e9-4972-a4c2-88a6aea7391c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:34,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/304f600d3d694b63be42245ddac30eab used request id req-91fa2700-b5e9-4972-a4c2-88a6aea7391c 2018-11-09 08:04:34,716 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-9379fff4-56af-40b-proj-role 2018-11-09 08:04:34,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/a407d7675cd04c6c85a35d2539a98f5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:34,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f321dfe-cf65-4edf-b503-b05fd83e4e61 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:34,837 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/a407d7675cd04c6c85a35d2539a98f5f used request id req-7f321dfe-cf65-4edf-b503-b05fd83e4e61 2018-11-09 08:04:34,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3e16005127ae4ea0e745fe6b836e73651adb133" 2018-11-09 08:04:34,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b03a03e-d916-4343-858f-d9c8ecd5fa84 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:34,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4b03a03e-d916-4343-858f-d9c8ecd5fa84 2018-11-09 08:04:34,919 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-9379fff4-56af-40b-user 2018-11-09 08:04:34,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/730b8b45435448f5bcd55f831171f252 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a12713fd3415d2d8bf18711f911504f2df6f8ff" 2018-11-09 08:04:35,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97dc4b5e-b8f8-4552-8c85-76b4fb30bccc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:35,178 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/730b8b45435448f5bcd55f831171f252 used request id req-97dc4b5e-b8f8-4552-8c85-76b4fb30bccc 2018-11-09 08:04:35,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:35,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["aYbNXJnNS9KKGfQW_666AQ"], "issued_at": "2018-11-09T08:04:35.000000Z"}} 2018-11-09 08:04:35,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f497557dd10c63d3ffb37c36177a56b84e7ab21d" 2018-11-09 08:04:35,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-450975c5-71ac-42cb-9735-d5587014818b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:35,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-450975c5-71ac-42cb-9735-d5587014818b 2018-11-09 08:04:35,728 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:35,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:36,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["4UfbkMleSYS4IiVuGXSmqw"], "issued_at": "2018-11-09T08:04:35.000000Z"}} 2018-11-09 08:04:36,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:36,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be3e4c9-2a32-44f0-a9fd-79da6325cb30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:36,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0be3e4c9-2a32-44f0-a9fd-79da6325cb30 2018-11-09 08:04:36,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:36,213 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:36,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-fad93863-2401-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:36,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3edd7f30-669d-490f-a5ed-e22bb30492aa Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-fad93863-2401-4ae-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:04:36,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-fad93863-2401-4ae-proj used request id req-3edd7f30-669d-490f-a5ed-e22bb30492aa 2018-11-09 08:04:36,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:36,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aef1f9e6-b700-4df6-bfbf-b94941decb1d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:36,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-aef1f9e6-b700-4df6-bfbf-b94941decb1d 2018-11-09 08:04:36,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-fad93863-2401-4ae-proj"}}' 2018-11-09 08:04:36,521 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4783dee4-cc63-4bef-87fa-bf692e2f708a Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/02bd2dccab6c4760827cb3b1f8c1e64a"}, "enabled": true, "id": "02bd2dccab6c4760827cb3b1f8c1e64a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-fad93863-2401-4ae-proj"}} 2018-11-09 08:04:36,521 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-4783dee4-cc63-4bef-87fa-bf692e2f708a 2018-11-09 08:04:36,521 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-fad93863-2401-4ae-proj 2018-11-09 08:04:36,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:36,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:36,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["8eossPxPTg-p6wLVldZliA"], "issued_at": "2018-11-09T08:04:36.000000Z"}} 2018-11-09 08:04:36,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5488136ec6df6ddb4a1c0ae45e987a9ca34643" 2018-11-09 08:04:36,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64268621-4942-466d-a44b-df8207078da2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:36,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-64268621-4942-466d-a44b-df8207078da2 2018-11-09 08:04:36,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:37,000 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:37,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5488136ec6df6ddb4a1c0ae45e987a9ca34643" 2018-11-09 08:04:37,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6697b44-ad57-41b8-8fd5-f7980182a0c6 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:04:37,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e6697b44-ad57-41b8-8fd5-f7980182a0c6 2018-11-09 08:04:37,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-fad93863-2401-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5488136ec6df6ddb4a1c0ae45e987a9ca34643" 2018-11-09 08:04:37,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7a1b4d4-c29d-4a5b-9328-d573f9ec8f7e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-fad93863-2401-4ae-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/02bd2dccab6c4760827cb3b1f8c1e64a"}, "enabled": true, "id": "02bd2dccab6c4760827cb3b1f8c1e64a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-fad93863-2401-4ae-proj"}]} 2018-11-09 08:04:37,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-fad93863-2401-4ae-proj used request id req-b7a1b4d4-c29d-4a5b-9328-d573f9ec8f7e 2018-11-09 08:04:37,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5488136ec6df6ddb4a1c0ae45e987a9ca34643" 2018-11-09 08:04:37,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf38645c-ca03-4e17-a062-a8f3cc390b51 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:37,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-cf38645c-ca03-4e17-a062-a8f3cc390b51 2018-11-09 08:04:37,670 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-fad93863-2401-4ae-user 2018-11-09 08:04:37,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:37,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:37,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b60db51b-30e8-48ad-a599-23bdee0adff5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:37,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b60db51b-30e8-48ad-a599-23bdee0adff5 2018-11-09 08:04:37,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" -d '{"role": {"name": "CreateKeypairsCleanupTests-fad93863-2401-4ae-proj-role"}}' 2018-11-09 08:04:37,867 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-548a23f5-9e32-4a1a-a867-c626db48c1f6 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1591cde828a74a98a6658273660160ab", "links": {"self": "http://172.30.9.27:5000/v3/roles/1591cde828a74a98a6658273660160ab"}, "name": "CreateKeypairsCleanupTests-fad93863-2401-4ae-proj-role"}} 2018-11-09 08:04:37,867 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-548a23f5-9e32-4a1a-a867-c626db48c1f6 2018-11-09 08:04:37,867 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-fad93863-2401-4ae-proj-role 2018-11-09 08:04:37,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/1591cde828a74a98a6658273660160ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:37,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22dc85e6-e925-458f-b193-528595cc9dd6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/1591cde828a74a98a6658273660160ab"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-fad93863-2401-4ae-proj-role", "id": "1591cde828a74a98a6658273660160ab"}} 2018-11-09 08:04:37,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/1591cde828a74a98a6658273660160ab used request id req-22dc85e6-e925-458f-b193-528595cc9dd6 2018-11-09 08:04:37,887 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-fad93863-2401-4ae-proj-role to project CreateKeypairsCleanupTests-fad93863-2401-4ae-proj 2018-11-09 08:04:37,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/02bd2dccab6c4760827cb3b1f8c1e64a/users/d50c024a66cc426481e89e82d9ee7d5d/roles/1591cde828a74a98a6658273660160ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:38,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6089427-f622-44d8-a696-3761fa7c1d04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:38,014 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/02bd2dccab6c4760827cb3b1f8c1e64a/users/d50c024a66cc426481e89e82d9ee7d5d/roles/1591cde828a74a98a6658273660160ab used request id req-a6089427-f622-44d8-a696-3761fa7c1d04 2018-11-09 08:04:38,014 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:38,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:38,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:38,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1591cde828a74a98a6658273660160ab", "name": "CreateKeypairsCleanupTests-fad93863-2401-4ae-proj-role"}], "expires_at": "2018-11-09T09:04:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "02bd2dccab6c4760827cb3b1f8c1e64a", "name": "CreateKeypairsCleanupTests-fad93863-2401-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/02bd2dccab6c4760827cb3b1f8c1e64a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-fad93863-2401-4ae-user", "id": "d50c024a66cc426481e89e82d9ee7d5d"}, "audit_ids": ["pZgeeEKkQb6Fh-VzQQYfug"], "issued_at": "2018-11-09T08:04:38.000000Z"}} 2018-11-09 08:04:38,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a2e640a29690c9d8fd86e030e4f7072a4986241" 2018-11-09 08:04:38,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7836cf5f-4500-4946-9f15-4501a2de68b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:38,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7836cf5f-4500-4946-9f15-4501a2de68b0 2018-11-09 08:04:38,466 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:38,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a2e640a29690c9d8fd86e030e4f7072a4986241" 2018-11-09 08:04:39,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-226eb843-2043-4598-bf3c-6abcd16f506e x-compute-request-id: req-226eb843-2043-4598-bf3c-6abcd16f506e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:04:39,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-226eb843-2043-4598-bf3c-6abcd16f506e 2018-11-09 08:04:39,018 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5... 2018-11-09 08:04:39,018 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:04:39,087 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5 2018-11-09 08:04:39,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a2e640a29690c9d8fd86e030e4f7072a4986241" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCvt39Vou4ujxartjhOmLh1xkjnvTdBFULKl0hW5iRqvOuTPGCdw4nA2Ry4hB/4Wxb+tYwLfVttWcvdrx8hhbXiZi+bPMscRuzktogsXqa8WgMtapb3w9iWWtj3kTJ/LIdr+H/mU2FTcchUy4FX2FndTHN4veFC5QD3rYZYM5805w==", "name": "CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5"}}' 2018-11-09 08:04:39,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ee5a77c-951c-496c-958c-f85107a4d611 x-compute-request-id: req-0ee5a77c-951c-496c-958c-f85107a4d611 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCvt39Vou4ujxartjhOmLh1xkjnvTdBFULKl0hW5iRqvOuTPGCdw4nA2Ry4hB/4Wxb+tYwLfVttWcvdrx8hhbXiZi+bPMscRuzktogsXqa8WgMtapb3w9iWWtj3kTJ/LIdr+H/mU2FTcchUy4FX2FndTHN4veFC5QD3rYZYM5805w==", "user_id": "d50c024a66cc426481e89e82d9ee7d5d", "name": "CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5", "fingerprint": "5f:09:d3:63:df:a4:05:50:fb:2c:e8:35:f0:65:49:e6"}} 2018-11-09 08:04:39,145 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-0ee5a77c-951c-496c-958c-f85107a4d611 2018-11-09 08:04:39,156 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5.pub 2018-11-09 08:04:39,156 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5 2018-11-09 08:04:39,157 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5 2018-11-09 08:04:39,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a2e640a29690c9d8fd86e030e4f7072a4986241" 2018-11-09 08:04:39,190 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:04:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2f74732-41c4-4afd-8089-1877ebe8edd6 x-compute-request-id: req-e2f74732-41c4-4afd-8089-1877ebe8edd6 Content-Length: 0 Content-Type: application/json 2018-11-09 08:04:39,191 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5 used request id req-e2f74732-41c4-4afd-8089-1877ebe8edd6 2018-11-09 08:04:39,191 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5.pub] 2018-11-09 08:04:39,191 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-d9fcf083-40c0-4452-9d0d-984c22f139b5] 2018-11-09 08:04:39,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:39,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2424f387-76af-47dd-a931-a82825193a0c Date: Fri, 09 Nov 2018 08:04:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:04:39,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-2424f387-76af-47dd-a931-a82825193a0c 2018-11-09 08:04:39,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:39,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c3fcc25-8756-4d94-83c8-f4a3c8bf9b8a 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:04:39,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-4c3fcc25-8756-4d94-83c8-f4a3c8bf9b8a 2018-11-09 08:04:39,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:39,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb61fb92-a3fb-43a5-9d0d-33cf8f26ab1b 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:04:39,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-cb61fb92-a3fb-43a5-9d0d-33cf8f26ab1b 2018-11-09 08:04:39,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:39,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e7ea7d0-8f05-417c-a9f3-be54754f4ff1 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:04:39,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-1e7ea7d0-8f05-417c-a9f3-be54754f4ff1 2018-11-09 08:04:39,687 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-fad93863-2401-4ae-proj 2018-11-09 08:04:39,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/02bd2dccab6c4760827cb3b1f8c1e64a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:39,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cdda821-55e2-4b0e-a0c3-92ad296d26a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:39,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/02bd2dccab6c4760827cb3b1f8c1e64a used request id req-4cdda821-55e2-4b0e-a0c3-92ad296d26a6 2018-11-09 08:04:39,914 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-fad93863-2401-4ae-proj-role 2018-11-09 08:04:39,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/1591cde828a74a98a6658273660160ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:40,022 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b8c0866-e3c5-418a-8b18-d832cad5eec2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:40,022 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/1591cde828a74a98a6658273660160ab used request id req-2b8c0866-e3c5-418a-8b18-d832cad5eec2 2018-11-09 08:04:40,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a70b19f05bf35ed192b6a76ccdd2ad451c628d5" 2018-11-09 08:04:40,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5692633-84e9-4972-9dba-f0843d71742a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:40,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c5692633-84e9-4972-9dba-f0843d71742a 2018-11-09 08:04:40,120 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-fad93863-2401-4ae-user 2018-11-09 08:04:40,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/d50c024a66cc426481e89e82d9ee7d5d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5488136ec6df6ddb4a1c0ae45e987a9ca34643" 2018-11-09 08:04:40,364 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ea54a36-c420-452a-8ab4-4da01c2f6155 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:40,364 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/d50c024a66cc426481e89e82d9ee7d5d used request id req-2ea54a36-c420-452a-8ab4-4da01c2f6155 2018-11-09 08:04:40,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:40,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["KzW-cQd0ReGMdj1QjibEyg"], "issued_at": "2018-11-09T08:04:40.000000Z"}} 2018-11-09 08:04:40,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}405e8c7bf242d0ea382390e80c0984c7b04c611c" 2018-11-09 08:04:40,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-467edf66-f435-4d91-bd84-afabc85b4023 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:40,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-467edf66-f435-4d91-bd84-afabc85b4023 2018-11-09 08:04:40,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:40,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:41,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["7zoh2y0RTMeMlYod_UYP6Q"], "issued_at": "2018-11-09T08:04:41.000000Z"}} 2018-11-09 08:04:41,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:41,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e19f948-a6db-4421-9906-c7bea515d7af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:41,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4e19f948-a6db-4421-9906-c7bea515d7af 2018-11-09 08:04:41,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:41,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:41,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:41,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8af302b-8ff2-4a09-b0a6-0597f37737e8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:04:41,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj used request id req-f8af302b-8ff2-4a09-b0a6-0597f37737e8 2018-11-09 08:04:41,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:41,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d0de01-ac07-4ffa-aa72-3cec9b2c3a06 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:41,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b0d0de01-ac07-4ffa-aa72-3cec9b2c3a06 2018-11-09 08:04:41,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj"}}' 2018-11-09 08:04:41,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6e842c4-258e-4de7-88ca-5db8a4354f3f Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/01ca6234a93643028c316dcd29442575"}, "enabled": true, "id": "01ca6234a93643028c316dcd29442575", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj"}} 2018-11-09 08:04:41,604 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d6e842c4-258e-4de7-88ca-5db8a4354f3f 2018-11-09 08:04:41,605 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj 2018-11-09 08:04:41,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:41,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:41,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["TrHqMB5CT3eQdB7PzsqUqg"], "issued_at": "2018-11-09T08:04:42.000000Z"}} 2018-11-09 08:04:41,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980919481ed589e4c3edcfac38d232b3cc595cad" 2018-11-09 08:04:42,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf3e0bc-9b54-4130-bb03-29bb326f30a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:42,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cdf3e0bc-9b54-4130-bb03-29bb326f30a1 2018-11-09 08:04:42,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:42,017 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:42,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980919481ed589e4c3edcfac38d232b3cc595cad" 2018-11-09 08:04:42,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-631f5bde-575e-4d0f-a64c-a67e64226d60 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:04:42,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-631f5bde-575e-4d0f-a64c-a67e64226d60 2018-11-09 08:04:42,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980919481ed589e4c3edcfac38d232b3cc595cad" 2018-11-09 08:04:42,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2afc7b6-d931-49b5-9b8f-be9234eddc7b Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/01ca6234a93643028c316dcd29442575"}, "enabled": true, "id": "01ca6234a93643028c316dcd29442575", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj"}]} 2018-11-09 08:04:42,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj used request id req-d2afc7b6-d931-49b5-9b8f-be9234eddc7b 2018-11-09 08:04:42,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980919481ed589e4c3edcfac38d232b3cc595cad" 2018-11-09 08:04:42,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8fecd43-11f8-4a3b-b4f5-2c4e1f068a10 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:42,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e8fecd43-11f8-4a3b-b4f5-2c4e1f068a10 2018-11-09 08:04:42,675 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-89ff88a3-3738-4b6-user 2018-11-09 08:04:42,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:42,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:42,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c8c9883-addf-4820-b111-a10b168d72ff Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:42,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5c8c9883-addf-4820-b111-a10b168d72ff 2018-11-09 08:04:42,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" -d '{"role": {"name": "CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj-role"}}' 2018-11-09 08:04:42,885 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07efd7e6-2ea0-4af9-ace9-892fe2c051a5 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fadb1452a4a54fb184375c0c9d2bb1a0", "links": {"self": "http://172.30.9.27:5000/v3/roles/fadb1452a4a54fb184375c0c9d2bb1a0"}, "name": "CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj-role"}} 2018-11-09 08:04:42,885 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-07efd7e6-2ea0-4af9-ace9-892fe2c051a5 2018-11-09 08:04:42,886 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj-role 2018-11-09 08:04:42,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/fadb1452a4a54fb184375c0c9d2bb1a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:42,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ebf9ce-6fae-462e-85cf-445f12305e5c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/fadb1452a4a54fb184375c0c9d2bb1a0"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj-role", "id": "fadb1452a4a54fb184375c0c9d2bb1a0"}} 2018-11-09 08:04:42,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/fadb1452a4a54fb184375c0c9d2bb1a0 used request id req-b4ebf9ce-6fae-462e-85cf-445f12305e5c 2018-11-09 08:04:42,976 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj-role to project CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj 2018-11-09 08:04:42,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/01ca6234a93643028c316dcd29442575/users/865ee65db7184ee18601720fe12bd9d1/roles/fadb1452a4a54fb184375c0c9d2bb1a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:43,091 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77c20cd0-25c4-4db6-968d-f790e15ad77f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:43,091 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/01ca6234a93643028c316dcd29442575/users/865ee65db7184ee18601720fe12bd9d1/roles/fadb1452a4a54fb184375c0c9d2bb1a0 used request id req-77c20cd0-25c4-4db6-968d-f790e15ad77f 2018-11-09 08:04:43,092 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:43,093 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:43,094 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:43,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fadb1452a4a54fb184375c0c9d2bb1a0", "name": "CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj-role"}], "expires_at": "2018-11-09T09:04:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01ca6234a93643028c316dcd29442575", "name": "CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/01ca6234a93643028c316dcd29442575", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/01ca6234a93643028c316dcd29442575", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/01ca6234a93643028c316dcd29442575", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/01ca6234a93643028c316dcd29442575", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/01ca6234a93643028c316dcd29442575", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/01ca6234a93643028c316dcd29442575", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/01ca6234a93643028c316dcd29442575", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/01ca6234a93643028c316dcd29442575", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/01ca6234a93643028c316dcd29442575", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/01ca6234a93643028c316dcd29442575", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/01ca6234a93643028c316dcd29442575", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/01ca6234a93643028c316dcd29442575", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-89ff88a3-3738-4b6-user", "id": "865ee65db7184ee18601720fe12bd9d1"}, "audit_ids": ["hoJvVh9TQC6gEpsWB6aGiQ"], "issued_at": "2018-11-09T08:04:43.000000Z"}} 2018-11-09 08:04:43,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf16de933f00922847b49f2c11d8d2b8b94c284" 2018-11-09 08:04:43,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ead06e-c728-4b86-b0e3-6a40f2ad67e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:43,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-97ead06e-c728-4b86-b0e3-6a40f2ad67e6 2018-11-09 08:04:43,551 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:43,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf16de933f00922847b49f2c11d8d2b8b94c284" 2018-11-09 08:04:43,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e79c2c03-2cc3-40e4-9c2c-63cdbca81e64 x-compute-request-id: req-e79c2c03-2cc3-40e4-9c2c-63cdbca81e64 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:04:43,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-e79c2c03-2cc3-40e4-9c2c-63cdbca81e64 2018-11-09 08:04:43,735 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4... 2018-11-09 08:04:43,735 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:04:43,771 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4 2018-11-09 08:04:43,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf16de933f00922847b49f2c11d8d2b8b94c284" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQoKAmLOOTV1q3wQEMTKEU/RPau0oUhUrtBZkh1acf8AkuSOM58AzIKgMM91D0qANolgJuQ/ZHeDcMhgnaMOBNTiauWrBlTRTQPNg1VvbU6Fq+HEinJOnhrgLMn7LSyQH5BbwA3rVcZ4du7Aihgx0MGwdhoVN5bLFvVo9lhhlEWw==", "name": "CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4"}}' 2018-11-09 08:04:43,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a2d57c1-235b-49fb-944e-9d01d2337f46 x-compute-request-id: req-3a2d57c1-235b-49fb-944e-9d01d2337f46 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQoKAmLOOTV1q3wQEMTKEU/RPau0oUhUrtBZkh1acf8AkuSOM58AzIKgMM91D0qANolgJuQ/ZHeDcMhgnaMOBNTiauWrBlTRTQPNg1VvbU6Fq+HEinJOnhrgLMn7LSyQH5BbwA3rVcZ4du7Aihgx0MGwdhoVN5bLFvVo9lhhlEWw==", "user_id": "865ee65db7184ee18601720fe12bd9d1", "name": "CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4", "fingerprint": "44:2d:67:5b:89:29:97:88:f2:d8:b4:c9:5e:ca:c5:c8"}} 2018-11-09 08:04:43,833 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-3a2d57c1-235b-49fb-944e-9d01d2337f46 2018-11-09 08:04:43,839 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4.pub 2018-11-09 08:04:43,839 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4 2018-11-09 08:04:43,839 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4 2018-11-09 08:04:43,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf16de933f00922847b49f2c11d8d2b8b94c284" 2018-11-09 08:04:43,873 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:04:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7adfb9f-32c3-4f47-83ba-ce235f178756 x-compute-request-id: req-b7adfb9f-32c3-4f47-83ba-ce235f178756 Content-Length: 0 Content-Type: application/json 2018-11-09 08:04:43,873 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4 used request id req-b7adfb9f-32c3-4f47-83ba-ce235f178756 2018-11-09 08:04:43,873 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4.pub] 2018-11-09 08:04:43,874 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-74db712c-7d0e-4cd9-ab82-62c6606d60c4] 2018-11-09 08:04:43,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:44,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0d57a39f-86a6-49cb-aea7-7296a1155519 Date: Fri, 09 Nov 2018 08:04:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:04:44,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-0d57a39f-86a6-49cb-aea7-7296a1155519 2018-11-09 08:04:44,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:44,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba4ee7df-35a2-4374-9af3-c4910a29573f 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:04:44,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-ba4ee7df-35a2-4374-9af3-c4910a29573f 2018-11-09 08:04:44,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:44,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-824c19c4-6317-45d7-9934-93d245348600 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:04:44,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-824c19c4-6317-45d7-9934-93d245348600 2018-11-09 08:04:44,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:44,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff08d2a7-a75a-4370-8a78-488bf9496a67 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:04:44,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-ff08d2a7-a75a-4370-8a78-488bf9496a67 2018-11-09 08:04:44,313 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj 2018-11-09 08:04:44,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/01ca6234a93643028c316dcd29442575 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:44,516 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ac40562-398a-4ab1-871f-31417bbd7b07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:44,516 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/01ca6234a93643028c316dcd29442575 used request id req-6ac40562-398a-4ab1-871f-31417bbd7b07 2018-11-09 08:04:44,517 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-89ff88a3-3738-4b6-proj-role 2018-11-09 08:04:44,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/fadb1452a4a54fb184375c0c9d2bb1a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:44,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de1557a8-476b-4e9c-aa6a-2cc2b237b75b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:44,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/fadb1452a4a54fb184375c0c9d2bb1a0 used request id req-de1557a8-476b-4e9c-aa6a-2cc2b237b75b 2018-11-09 08:04:44,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab4c3482f5af341bf1cf0b6de168e8baad7a3e99" 2018-11-09 08:04:44,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e72f833-5828-453a-9273-c40befba6cda Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:44,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0e72f833-5828-453a-9273-c40befba6cda 2018-11-09 08:04:44,730 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-89ff88a3-3738-4b6-user 2018-11-09 08:04:44,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/865ee65db7184ee18601720fe12bd9d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980919481ed589e4c3edcfac38d232b3cc595cad" 2018-11-09 08:04:44,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d9a000b-db47-44c9-9586-ea65e0245f4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:44,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/865ee65db7184ee18601720fe12bd9d1 used request id req-1d9a000b-db47-44c9-9586-ea65e0245f4b 2018-11-09 08:04:44,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:45,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["KMbXpXVSRmKqi8AZd7R0EQ"], "issued_at": "2018-11-09T08:04:45.000000Z"}} 2018-11-09 08:04:45,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}220c249270d1dc6cd8ba632830e0d253f76f83ad" 2018-11-09 08:04:45,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd57a30c-d907-42d4-8556-a16bec1b979f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:45,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cd57a30c-d907-42d4-8556-a16bec1b979f 2018-11-09 08:04:45,379 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:45,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:45,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["6Bhs2RnXS1mXEGvwWkinLA"], "issued_at": "2018-11-09T08:04:45.000000Z"}} 2018-11-09 08:04:45,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:45,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ffa6504-3a4e-4ce5-94a3-434614481894 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:45,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3ffa6504-3a4e-4ce5-94a3-434614481894 2018-11-09 08:04:45,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:45,858 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:45,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:45,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bdb5a53-47f5-498b-b6eb-5ff2f8dfceda Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:04:45,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj used request id req-4bdb5a53-47f5-498b-b6eb-5ff2f8dfceda 2018-11-09 08:04:45,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:46,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c69a51-d487-4e75-9212-ab38d350bea6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:46,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-72c69a51-d487-4e75-9212-ab38d350bea6 2018-11-09 08:04:46,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj"}}' 2018-11-09 08:04:46,155 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d69afbf1-4866-41b4-88bc-1adbbd24da68 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2255d940bcf44510830e23c95ee2cf33"}, "enabled": true, "id": "2255d940bcf44510830e23c95ee2cf33", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj"}} 2018-11-09 08:04:46,155 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d69afbf1-4866-41b4-88bc-1adbbd24da68 2018-11-09 08:04:46,156 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj 2018-11-09 08:04:46,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:46,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:46,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["VL3A65M8QamBsZZwpkcVVQ"], "issued_at": "2018-11-09T08:04:46.000000Z"}} 2018-11-09 08:04:46,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ac97f807b2963c6cce06021ba80850a61600a0b" 2018-11-09 08:04:46,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e52958c7-7dcb-47da-a1ea-88c63d76faaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:46,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e52958c7-7dcb-47da-a1ea-88c63d76faaa 2018-11-09 08:04:46,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:46,633 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:46,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ac97f807b2963c6cce06021ba80850a61600a0b" 2018-11-09 08:04:46,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c935f55-51ff-4a93-af79-ae8eee94e124 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:04:46,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4c935f55-51ff-4a93-af79-ae8eee94e124 2018-11-09 08:04:46,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ac97f807b2963c6cce06021ba80850a61600a0b" 2018-11-09 08:04:46,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea343af4-b302-4253-bddc-f5c5d77bd072 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/2255d940bcf44510830e23c95ee2cf33"}, "enabled": true, "id": "2255d940bcf44510830e23c95ee2cf33", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj"}]} 2018-11-09 08:04:46,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj used request id req-ea343af4-b302-4253-bddc-f5c5d77bd072 2018-11-09 08:04:46,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ac97f807b2963c6cce06021ba80850a61600a0b" 2018-11-09 08:04:46,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5998ab42-20a4-45f1-b5a4-bcc6ad9de8bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:46,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-5998ab42-20a4-45f1-b5a4-bcc6ad9de8bf 2018-11-09 08:04:47,215 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-4f2591e4-cee0-475-user 2018-11-09 08:04:47,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:47,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:47,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0adc7133-9d93-42df-8515-2606033b45c3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:47,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0adc7133-9d93-42df-8515-2606033b45c3 2018-11-09 08:04:47,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" -d '{"role": {"name": "CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj-role"}}' 2018-11-09 08:04:47,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3cb4df0-d7a8-4f99-988a-9e121fe50f09 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "553a29ce61504d2586354b09b74a441e", "links": {"self": "http://172.30.9.27:5000/v3/roles/553a29ce61504d2586354b09b74a441e"}, "name": "CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj-role"}} 2018-11-09 08:04:47,419 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-b3cb4df0-d7a8-4f99-988a-9e121fe50f09 2018-11-09 08:04:47,419 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj-role 2018-11-09 08:04:47,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/553a29ce61504d2586354b09b74a441e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:47,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15f4927c-f98d-4100-a8ca-071ddcabfd73 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/553a29ce61504d2586354b09b74a441e"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj-role", "id": "553a29ce61504d2586354b09b74a441e"}} 2018-11-09 08:04:47,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/553a29ce61504d2586354b09b74a441e used request id req-15f4927c-f98d-4100-a8ca-071ddcabfd73 2018-11-09 08:04:47,504 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj-role to project CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj 2018-11-09 08:04:47,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/2255d940bcf44510830e23c95ee2cf33/users/baf211b8bd7d4d77a18972518ec49b33/roles/553a29ce61504d2586354b09b74a441e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:47,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9180b6c7-8db9-4811-bc0b-4e3a5f327cd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:47,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2255d940bcf44510830e23c95ee2cf33/users/baf211b8bd7d4d77a18972518ec49b33/roles/553a29ce61504d2586354b09b74a441e used request id req-9180b6c7-8db9-4811-bc0b-4e3a5f327cd0 2018-11-09 08:04:47,637 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:47,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:47,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:48,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "553a29ce61504d2586354b09b74a441e", "name": "CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj-role"}], "expires_at": "2018-11-09T09:04:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2255d940bcf44510830e23c95ee2cf33", "name": "CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/2255d940bcf44510830e23c95ee2cf33", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/2255d940bcf44510830e23c95ee2cf33", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/2255d940bcf44510830e23c95ee2cf33", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/2255d940bcf44510830e23c95ee2cf33", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/2255d940bcf44510830e23c95ee2cf33", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/2255d940bcf44510830e23c95ee2cf33", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/2255d940bcf44510830e23c95ee2cf33", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/2255d940bcf44510830e23c95ee2cf33", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/2255d940bcf44510830e23c95ee2cf33", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2255d940bcf44510830e23c95ee2cf33", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/2255d940bcf44510830e23c95ee2cf33", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/2255d940bcf44510830e23c95ee2cf33", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-4f2591e4-cee0-475-user", "id": "baf211b8bd7d4d77a18972518ec49b33"}, "audit_ids": ["d0cC_PTdTV-0xliKbhJgLA"], "issued_at": "2018-11-09T08:04:48.000000Z"}} 2018-11-09 08:04:48,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec2c3f4aa652ffa2370a330462f601c07c32b241" 2018-11-09 08:04:48,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde3cec9-7899-4bad-8b7b-7b10ddf05904 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:48,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cde3cec9-7899-4bad-8b7b-7b10ddf05904 2018-11-09 08:04:48,087 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:04:48,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec2c3f4aa652ffa2370a330462f601c07c32b241" 2018-11-09 08:04:48,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-36f699b7-3355-44f5-9ce2-6cd7b3db564f x-compute-request-id: req-36f699b7-3355-44f5-9ce2-6cd7b3db564f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:04:48,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-36f699b7-3355-44f5-9ce2-6cd7b3db564f 2018-11-09 08:04:48,262 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-dae290c0-cadd-4d5a-a35d-b97f6ec016b8... 2018-11-09 08:04:48,262 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:04:48,302 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-dae290c0-cadd-4d5a-a35d-b97f6ec016b8 2018-11-09 08:04:48,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec2c3f4aa652ffa2370a330462f601c07c32b241" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIaItKTwbObmJoBZ5aOhlkJBLY9WwD81AcebRAlka/NF2zjIIdsQXNM5auO3Qubhr+51O38n2tNPNa13yP3ucFnWDd3oLE7hDYzL+KV4wvQOj2LqPhRqXgEtemMh9lf8eBjYL5A4QtCbCXr4+0iwZY0vcYrui9ZdTXjlfixb72wQ==", "name": "CreateKeypairsCleanupTests-dae290c0-cadd-4d5a-a35d-b97f6ec016b8"}}' 2018-11-09 08:04:48,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04: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-42d9fc7c-97eb-4f07-82bd-043dbc9bede1 x-compute-request-id: req-42d9fc7c-97eb-4f07-82bd-043dbc9bede1 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIaItKTwbObmJoBZ5aOhlkJBLY9WwD81AcebRAlka/NF2zjIIdsQXNM5auO3Qubhr+51O38n2tNPNa13yP3ucFnWDd3oLE7hDYzL+KV4wvQOj2LqPhRqXgEtemMh9lf8eBjYL5A4QtCbCXr4+0iwZY0vcYrui9ZdTXjlfixb72wQ==", "user_id": "baf211b8bd7d4d77a18972518ec49b33", "name": "CreateKeypairsCleanupTests-dae290c0-cadd-4d5a-a35d-b97f6ec016b8", "fingerprint": "1a:54:b1:0d:67:2e:e7:ac:6b:b8:e8:64:84:51:df:b7"}} 2018-11-09 08:04:48,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-42d9fc7c-97eb-4f07-82bd-043dbc9bede1 2018-11-09 08:04:48,374 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-dae290c0-cadd-4d5a-a35d-b97f6ec016b8.pub 2018-11-09 08:04:48,375 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-dae290c0-cadd-4d5a-a35d-b97f6ec016b8 2018-11-09 08:04:48,375 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-dae290c0-cadd-4d5a-a35d-b97f6ec016b8 2018-11-09 08:04:48,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-dae290c0-cadd-4d5a-a35d-b97f6ec016b8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec2c3f4aa652ffa2370a330462f601c07c32b241" 2018-11-09 08:04:48,407 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:04: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-2b2eafb8-fd5f-445e-bd80-8aa688286f8d x-compute-request-id: req-2b2eafb8-fd5f-445e-bd80-8aa688286f8d Content-Length: 0 Content-Type: application/json 2018-11-09 08:04:48,408 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-dae290c0-cadd-4d5a-a35d-b97f6ec016b8 used request id req-2b2eafb8-fd5f-445e-bd80-8aa688286f8d 2018-11-09 08:04:48,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:48,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bca9f65d-35e1-44e3-a80b-d41160397ed5 Date: Fri, 09 Nov 2018 08:04:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:04:48,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-bca9f65d-35e1-44e3-a80b-d41160397ed5 2018-11-09 08:04:48,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:48,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a08f3e-dc96-4533-9221-514dd12d60af 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:04:48,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-52a08f3e-dc96-4533-9221-514dd12d60af 2018-11-09 08:04:48,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:48,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34fa6303-d4d6-4b06-a29d-5848f2596254 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:04:48,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-34fa6303-d4d6-4b06-a29d-5848f2596254 2018-11-09 08:04:48,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:48,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-644f387f-ea63-409c-bd0a-7292bd96b473 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:04:48,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-644f387f-ea63-409c-bd0a-7292bd96b473 2018-11-09 08:04:48,900 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj 2018-11-09 08:04:48,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/2255d940bcf44510830e23c95ee2cf33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:49,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68c67ed9-2c87-4f3e-8df4-33fd72235bc3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:49,116 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/2255d940bcf44510830e23c95ee2cf33 used request id req-68c67ed9-2c87-4f3e-8df4-33fd72235bc3 2018-11-09 08:04:49,116 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-4f2591e4-cee0-475-proj-role 2018-11-09 08:04:49,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/553a29ce61504d2586354b09b74a441e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:49,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af9adcda-74da-441a-81fb-b57e6f323699 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:49,234 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/553a29ce61504d2586354b09b74a441e used request id req-af9adcda-74da-441a-81fb-b57e6f323699 2018-11-09 08:04:49,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdc3b3f03f1be39657aac61df82040e2f590f99" 2018-11-09 08:04:49,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9211f35-47f6-4374-965a-667cd9f3057b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:49,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f9211f35-47f6-4374-965a-667cd9f3057b 2018-11-09 08:04:49,320 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-4f2591e4-cee0-475-user 2018-11-09 08:04:49,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/baf211b8bd7d4d77a18972518ec49b33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ac97f807b2963c6cce06021ba80850a61600a0b" 2018-11-09 08:04:49,501 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-423fb04d-19ae-4574-a726-d76446b20c73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:49,502 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/baf211b8bd7d4d77a18972518ec49b33 used request id req-423fb04d-19ae-4574-a726-d76446b20c73 2018-11-09 08:04:49,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:49,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["23UjrjpJSW2onUiWAvluVg"], "issued_at": "2018-11-09T08:04:49.000000Z"}} 2018-11-09 08:04:49,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5202bbf0024df9115bb2ec5afd0257870a4307c1" 2018-11-09 08:04:49,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3e4b9d8-1535-4857-ab19-5eb93cf9cdfe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:49,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d3e4b9d8-1535-4857-ab19-5eb93cf9cdfe 2018-11-09 08:04:49,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:49,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:50,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["AsDaE1B_Q4Cfl6oawoKdpg"], "issued_at": "2018-11-09T08:04:50.000000Z"}} 2018-11-09 08:04:50,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:04:50,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d114ec4-54b6-4941-a6f7-f4f1ce5ccd28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:50,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0d114ec4-54b6-4941-a6f7-f4f1ce5ccd28 2018-11-09 08:04:50,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:50,461 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:50,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-91f0df13-5405-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:04:50,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a88b22f1-e501-4d22-94c9-2f0914d54c20 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-91f0df13-5405-430-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:04:50,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-91f0df13-5405-430-proj used request id req-a88b22f1-e501-4d22-94c9-2f0914d54c20 2018-11-09 08:04:50,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:04:50,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5459047-05bc-4de5-9482-ba400b0056b7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:50,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-a5459047-05bc-4de5-9482-ba400b0056b7 2018-11-09 08:04:50,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj"}}' 2018-11-09 08:04:50,767 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2338895c-2a35-4d11-874d-e667db87416d Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46"}, "enabled": true, "id": "7c46cfb11e3d465095ca4079ce836c46", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj"}} 2018-11-09 08:04:50,767 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2338895c-2a35-4d11-874d-e667db87416d 2018-11-09 08:04:50,767 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-91f0df13-5405-430-proj 2018-11-09 08:04:50,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:50,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:51,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:04:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["H4kJMgCbS0mgdgF099M6XQ"], "issued_at": "2018-11-09T08:04:51.000000Z"}} 2018-11-09 08:04:51,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f498cfc409c2206e0a32add279188be7efefad4" 2018-11-09 08:04:51,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd019fa1-f82f-4dae-b3f8-924ca618c497 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:51,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cd019fa1-f82f-4dae-b3f8-924ca618c497 2018-11-09 08:04:51,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:51,251 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:51,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f498cfc409c2206e0a32add279188be7efefad4" 2018-11-09 08:04:51,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11604a08-4276-4783-bd13-fe3757f3043b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:04:51,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-11604a08-4276-4783-bd13-fe3757f3043b 2018-11-09 08:04:51,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-91f0df13-5405-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f498cfc409c2206e0a32add279188be7efefad4" 2018-11-09 08:04:51,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2a4ace-f5c7-46a4-8cd4-4b0ae1289293 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-91f0df13-5405-430-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46"}, "enabled": true, "id": "7c46cfb11e3d465095ca4079ce836c46", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj"}]} 2018-11-09 08:04:51,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-91f0df13-5405-430-proj used request id req-bb2a4ace-f5c7-46a4-8cd4-4b0ae1289293 2018-11-09 08:04:51,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f498cfc409c2206e0a32add279188be7efefad4" 2018-11-09 08:04:51,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f288b773-ac79-4457-8b2e-e268920c8b19 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:04:51,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f288b773-ac79-4457-8b2e-e268920c8b19 2018-11-09 08:04:51,993 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-91f0df13-5405-430-user 2018-11-09 08:04:51,993 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:51,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:04:52,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1ec49fa-9fb5-45d7-85e4-550e3ddd1285 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:04:52,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b1ec49fa-9fb5-45d7-85e4-550e3ddd1285 2018-11-09 08:04:52,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" -d '{"role": {"name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj-role"}}' 2018-11-09 08:04:52,112 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:04:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0469d085-a044-4702-a0ca-b8ca83b0b17a Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "06d90caa64024d2787adff465328b0d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/06d90caa64024d2787adff465328b0d0"}, "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj-role"}} 2018-11-09 08:04:52,113 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0469d085-a044-4702-a0ca-b8ca83b0b17a 2018-11-09 08:04:52,113 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-91f0df13-5405-430-proj-role 2018-11-09 08:04:52,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/06d90caa64024d2787adff465328b0d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:04:52,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4061d0ef-e8c0-4ee8-a61e-3f43f5688826 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/06d90caa64024d2787adff465328b0d0"}, "domain_id": null, "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj-role", "id": "06d90caa64024d2787adff465328b0d0"}} 2018-11-09 08:04:52,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/06d90caa64024d2787adff465328b0d0 used request id req-4061d0ef-e8c0-4ee8-a61e-3f43f5688826 2018-11-09 08:04:52,133 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-91f0df13-5405-430-proj-role to project CreateNetworkSuccessTests-91f0df13-5405-430-proj 2018-11-09 08:04:52,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46/users/f77687bc798842b99a502b6cfbfc491c/roles/06d90caa64024d2787adff465328b0d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:04:52,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:04:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6affa819-d548-4d8d-ac18-c48e86446def Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:04:52,350 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46/users/f77687bc798842b99a502b6cfbfc491c/roles/06d90caa64024d2787adff465328b0d0 used request id req-6affa819-d548-4d8d-ac18-c48e86446def 2018-11-09 08:04:52,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:04:52,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:52,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06d90caa64024d2787adff465328b0d0", "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj-role"}], "expires_at": "2018-11-09T09:04:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c46cfb11e3d465095ca4079ce836c46", "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7c46cfb11e3d465095ca4079ce836c46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7c46cfb11e3d465095ca4079ce836c46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7c46cfb11e3d465095ca4079ce836c46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7c46cfb11e3d465095ca4079ce836c46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7c46cfb11e3d465095ca4079ce836c46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7c46cfb11e3d465095ca4079ce836c46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-91f0df13-5405-430-user", "id": "f77687bc798842b99a502b6cfbfc491c"}, "audit_ids": ["zDLQqJefT4yKnJTMBxGg5Q"], "issued_at": "2018-11-09T08:04:52.000000Z"}} 2018-11-09 08:04:52,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b06f91941831ceb35531e6c2532eee1c8bc58da" 2018-11-09 08:04:52,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5df1f3c8-40ce-45ff-b29b-2b4ebb9f9ae7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:04:52,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5df1f3c8-40ce-45ff-b29b-2b4ebb9f9ae7 2018-11-09 08:04:52,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b06f91941831ceb35531e6c2532eee1c8bc58da" 2018-11-09 08:04:52,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-13b623b2-27a2-44ac-b258-4f6466a1ba11 Date: Fri, 09 Nov 2018 08:04:53 GMT RESP BODY: {"networks":[]} 2018-11-09 08:04:52,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net used request id req-13b623b2-27a2-44ac-b258-4f6466a1ba11 2018-11-09 08:04:52,985 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net 2018-11-09 08:04:52,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b06f91941831ceb35531e6c2532eee1c8bc58da" -d '{"network": {"name": "CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net", "admin_state_up": true}}' 2018-11-09 08:04:53,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4bf68cf0-5bd3-488d-8980-41c5fe75ac8c Date: Fri, 09 Nov 2018 08:04:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2958b7c6-9983-4e88-82e3-b48fddcb1eb8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7c46cfb11e3d465095ca4079ce836c46","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:04:53Z","is_default":false,"name":"CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7c46cfb11e3d465095ca4079ce836c46","created_at":"2018-11-09T08:04:53Z","mtu":1450}} 2018-11-09 08:04:53,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-4bf68cf0-5bd3-488d-8980-41c5fe75ac8c 2018-11-09 08:04:53,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2958b7c6-9983-4e88-82e3-b48fddcb1eb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b06f91941831ceb35531e6c2532eee1c8bc58da" 2018-11-09 08:04:53,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ecabc88c-e40f-4dd3-a642-ed50a4e15053 Date: Fri, 09 Nov 2018 08:04:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:04:53Z","tenant_id":"7c46cfb11e3d465095ca4079ce836c46","created_at":"2018-11-09T08:04:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7c46cfb11e3d465095ca4079ce836c46","id":"2958b7c6-9983-4e88-82e3-b48fddcb1eb8","name":"CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net"}]} 2018-11-09 08:04:53,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2958b7c6-9983-4e88-82e3-b48fddcb1eb8 used request id req-ecabc88c-e40f-4dd3-a642-ed50a4e15053 2018-11-09 08:04:53,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2958b7c6-9983-4e88-82e3-b48fddcb1eb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b06f91941831ceb35531e6c2532eee1c8bc58da" 2018-11-09 08:04:53,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-85702e83-86ce-4862-9e64-3ae03f8dd28a Date: Fri, 09 Nov 2018 08:04:53 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:04:53,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2958b7c6-9983-4e88-82e3-b48fddcb1eb8 used request id req-85702e83-86ce-4862-9e64-3ae03f8dd28a 2018-11-09 08:04:53,777 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-subnet 2018-11-09 08:04:53,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b06f91941831ceb35531e6c2532eee1c8bc58da" -d '{"subnets": [{"ip_version": 4, "network_id": "2958b7c6-9983-4e88-82e3-b48fddcb1eb8", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-subnet"}]}' 2018-11-09 08:04:54,699 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6b0e3855-3c43-42de-b14b-4ef58e5f0ed2 Date: Fri, 09 Nov 2018 08:04:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2958b7c6-9983-4e88-82e3-b48fddcb1eb8","tenant_id":"7c46cfb11e3d465095ca4079ce836c46","created_at":"2018-11-09T08:04:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:04: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":"7c46cfb11e3d465095ca4079ce836c46","id":"5d95a868-dc08-4f07-a71a-b5b9020901cf","subnetpool_id":null,"name":"CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-subnet"}]} 2018-11-09 08:04:54,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-6b0e3855-3c43-42de-b14b-4ef58e5f0ed2 2018-11-09 08:04:54,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2958b7c6-9983-4e88-82e3-b48fddcb1eb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b06f91941831ceb35531e6c2532eee1c8bc58da" 2018-11-09 08:04:54,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-660a71bc-92ad-41c5-b95d-7e07a37acbc8 Date: Fri, 09 Nov 2018 08:04: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":["5d95a868-dc08-4f07-a71a-b5b9020901cf"],"updated_at":"2018-11-09T08:04:54Z","tenant_id":"7c46cfb11e3d465095ca4079ce836c46","created_at":"2018-11-09T08:04:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c46cfb11e3d465095ca4079ce836c46","id":"2958b7c6-9983-4e88-82e3-b48fddcb1eb8","name":"CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net"}]} 2018-11-09 08:04:54,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2958b7c6-9983-4e88-82e3-b48fddcb1eb8 used request id req-660a71bc-92ad-41c5-b95d-7e07a37acbc8 2018-11-09 08:04:54,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2958b7c6-9983-4e88-82e3-b48fddcb1eb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b06f91941831ceb35531e6c2532eee1c8bc58da" 2018-11-09 08:04:55,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3eff0e91-a086-45c6-93fa-47d3ff96f582 Date: Fri, 09 Nov 2018 08:04:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2958b7c6-9983-4e88-82e3-b48fddcb1eb8","tenant_id":"7c46cfb11e3d465095ca4079ce836c46","created_at":"2018-11-09T08:04:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:04: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":"7c46cfb11e3d465095ca4079ce836c46","id":"5d95a868-dc08-4f07-a71a-b5b9020901cf","subnetpool_id":null,"name":"CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-subnet"}]} 2018-11-09 08:04:55,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2958b7c6-9983-4e88-82e3-b48fddcb1eb8 used request id req-3eff0e91-a086-45c6-93fa-47d3ff96f582 2018-11-09 08:04:55,011 - OpenStackNetwork - DEBUG - Network [2958b7c6-9983-4e88-82e3-b48fddcb1eb8] created successfully 2018-11-09 08:04:55,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:04:55,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06d90caa64024d2787adff465328b0d0", "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj-role"}], "expires_at": "2018-11-09T09:04:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c46cfb11e3d465095ca4079ce836c46", "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7c46cfb11e3d465095ca4079ce836c46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7c46cfb11e3d465095ca4079ce836c46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7c46cfb11e3d465095ca4079ce836c46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7c46cfb11e3d465095ca4079ce836c46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7c46cfb11e3d465095ca4079ce836c46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7c46cfb11e3d465095ca4079ce836c46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7c46cfb11e3d465095ca4079ce836c46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-91f0df13-5405-430-user", "id": "f77687bc798842b99a502b6cfbfc491c"}, "audit_ids": ["Qdbjv7dPTRm4yNeyuLIl1w"], "issued_at": "2018-11-09T08:04:55.000000Z"}} 2018-11-09 08:04:55,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f029d837c9022510910650e8ae29c2bf47a1d7d" 2018-11-09 08:04:55,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9b769330-660e-4a0f-b5bd-454531278f2d Date: Fri, 09 Nov 2018 08:04: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":["5d95a868-dc08-4f07-a71a-b5b9020901cf"],"updated_at":"2018-11-09T08:04:54Z","tenant_id":"7c46cfb11e3d465095ca4079ce836c46","created_at":"2018-11-09T08:04:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c46cfb11e3d465095ca4079ce836c46","id":"2958b7c6-9983-4e88-82e3-b48fddcb1eb8","name":"CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net"}]} 2018-11-09 08:04:55,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net used request id req-9b769330-660e-4a0f-b5bd-454531278f2d 2018-11-09 08:04:55,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:04:55,646 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:04: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:04:55,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5202bbf0024df9115bb2ec5afd0257870a4307c1" 2018-11-09 08:04:55,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a36a52d8-2cd1-439e-b442-106a6470d043 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46"}, "enabled": true, "id": "7c46cfb11e3d465095ca4079ce836c46", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj"}} 2018-11-09 08:04:55,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46 used request id req-a36a52d8-2cd1-439e-b442-106a6470d043 2018-11-09 08:04:55,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2958b7c6-9983-4e88-82e3-b48fddcb1eb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f029d837c9022510910650e8ae29c2bf47a1d7d" 2018-11-09 08:04:55,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-142e563c-04cc-49a0-9a49-db937e83dec3 Date: Fri, 09 Nov 2018 08:04:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2958b7c6-9983-4e88-82e3-b48fddcb1eb8","tenant_id":"7c46cfb11e3d465095ca4079ce836c46","created_at":"2018-11-09T08:04:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:04: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":"7c46cfb11e3d465095ca4079ce836c46","id":"5d95a868-dc08-4f07-a71a-b5b9020901cf","subnetpool_id":null,"name":"CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-subnet"}]} 2018-11-09 08:04:55,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2958b7c6-9983-4e88-82e3-b48fddcb1eb8 used request id req-142e563c-04cc-49a0-9a49-db937e83dec3 2018-11-09 08:04:55,948 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-subnet 2018-11-09 08:04:55,948 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-subnet 2018-11-09 08:04:55,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/5d95a868-dc08-4f07-a71a-b5b9020901cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f029d837c9022510910650e8ae29c2bf47a1d7d" 2018-11-09 08:04:57,799 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43b3afde-f8c7-4692-a20a-5f18b4717a5d Date: Fri, 09 Nov 2018 08:04:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:04:57,799 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5d95a868-dc08-4f07-a71a-b5b9020901cf used request id req-43b3afde-f8c7-4692-a20a-5f18b4717a5d 2018-11-09 08:04:57,800 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net 2018-11-09 08:04:57,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/2958b7c6-9983-4e88-82e3-b48fddcb1eb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f029d837c9022510910650e8ae29c2bf47a1d7d" 2018-11-09 08:04:59,108 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-efc15931-2f38-47a4-936f-bc16d4b957f1 Date: Fri, 09 Nov 2018 08:04:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:04:59,109 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2958b7c6-9983-4e88-82e3-b48fddcb1eb8 used request id req-efc15931-2f38-47a4-936f-bc16d4b957f1 2018-11-09 08:04:59,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f029d837c9022510910650e8ae29c2bf47a1d7d" 2018-11-09 08:04:59,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-90cc982b-5c08-457c-a31e-1d48e4cc663a Date: Fri, 09 Nov 2018 08:04:59 GMT RESP BODY: {"networks":[]} 2018-11-09 08:04:59,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net used request id req-90cc982b-5c08-457c-a31e-1d48e4cc663a 2018-11-09 08:04:59,299 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-subnet 2018-11-09 08:04:59,299 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-subnet 2018-11-09 08:04:59,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/5d95a868-dc08-4f07-a71a-b5b9020901cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b06f91941831ceb35531e6c2532eee1c8bc58da" 2018-11-09 08:04:59,339 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-111897c2-13ea-4418-a2c6-e30c1169251a Date: Fri, 09 Nov 2018 08:04:59 GMT RESP BODY: {"NeutronError": {"message": "Subnet 5d95a868-dc08-4f07-a71a-b5b9020901cf could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-09 08:04:59,339 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5d95a868-dc08-4f07-a71a-b5b9020901cf used request id req-111897c2-13ea-4418-a2c6-e30c1169251a 2018-11-09 08:04:59,339 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 5d95a868-dc08-4f07-a71a-b5b9020901cf could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-09 08:04:59,340 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-153c3b4a-8abb-461d-a311-0f9b03588e1c-pub-net 2018-11-09 08:04:59,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/2958b7c6-9983-4e88-82e3-b48fddcb1eb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b06f91941831ceb35531e6c2532eee1c8bc58da" 2018-11-09 08:04:59,514 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-9c7df6d8-9579-4200-8754-52d10e9a2893 Date: Fri, 09 Nov 2018 08:04:59 GMT RESP BODY: {"NeutronError": {"message": "Network 2958b7c6-9983-4e88-82e3-b48fddcb1eb8 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-11-09 08:04:59,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2958b7c6-9983-4e88-82e3-b48fddcb1eb8 used request id req-9c7df6d8-9579-4200-8754-52d10e9a2893 2018-11-09 08:04:59,515 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network 2958b7c6-9983-4e88-82e3-b48fddcb1eb8 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-11-09 08:04:59,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:04:59,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-144da4ec-6edf-4df0-8a98-260d97132ce5 Date: Fri, 09 Nov 2018 08:04:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7c46cfb11e3d465095ca4079ce836c46", "created_at": "2018-11-09T08:04:53Z", "updated_at": "2018-11-09T08:04:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:04:53Z", "revision_number": 0, "id": "3f9f4f52-5b0d-47c8-a80a-9caf2587ec96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:04:53Z", "security_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "tenant_id": "7c46cfb11e3d465095ca4079ce836c46", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c46cfb11e3d465095ca4079ce836c46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:04:53Z", "revision_number": 0, "id": "98cb7b6f-2d98-4834-8879-84cd57d3a029", "remote_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "remote_ip_prefix": null, "created_at": "2018-11-09T08:04:53Z", "security_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "tenant_id": "7c46cfb11e3d465095ca4079ce836c46", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c46cfb11e3d465095ca4079ce836c46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:04:53Z", "revision_number": 0, "id": "a64e0440-adff-4566-b3c4-5132374446f7", "remote_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "remote_ip_prefix": null, "created_at": "2018-11-09T08:04:53Z", "security_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "tenant_id": "7c46cfb11e3d465095ca4079ce836c46", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c46cfb11e3d465095ca4079ce836c46"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:04:53Z", "revision_number": 0, "id": "af5ab600-7c6b-4d18-8fd7-42e07ce83a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:04:53Z", "security_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "tenant_id": "7c46cfb11e3d465095ca4079ce836c46", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c46cfb11e3d465095ca4079ce836c46"}], "revision_number": 4, "project_id": "7c46cfb11e3d465095ca4079ce836c46", "id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:04:59,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-144da4ec-6edf-4df0-8a98-260d97132ce5 2018-11-09 08:04:59,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:04:59,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf76173-d148-4b31-a547-c150033d70fe 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:04:59,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-baf76173-d148-4b31-a547-c150033d70fe 2018-11-09 08:04:59,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:04:59,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb06f41b-ca8c-47b6-abbe-cd396ab6224c 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:04:59,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-fb06f41b-ca8c-47b6-abbe-cd396ab6224c 2018-11-09 08:04:59,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:05:00,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c026322-2955-46b6-a0b0-0b4ccc6b4abb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46"}, "enabled": true, "id": "7c46cfb11e3d465095ca4079ce836c46", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-91f0df13-5405-430-proj"}} 2018-11-09 08:05:00,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46 used request id req-3c026322-2955-46b6-a0b0-0b4ccc6b4abb 2018-11-09 08:05:00,032 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c13f227f-3ab1-4072-b43a-c7e809b670db 2018-11-09 08:05:00,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c13f227f-3ab1-4072-b43a-c7e809b670db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:05:00,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9cd1e9a0-23f0-4754-9cb6-7ed3e4dd26b5 Date: Fri, 09 Nov 2018 08: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": "2018-11-09T08:04:53Z", "security_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "port_range_min": null, "revision_number": 0, "tenant_id": "7c46cfb11e3d465095ca4079ce836c46", "created_at": "2018-11-09T08:04:53Z", "project_id": "7c46cfb11e3d465095ca4079ce836c46", "id": "3f9f4f52-5b0d-47c8-a80a-9caf2587ec96"}, {"remote_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:04:53Z", "security_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "port_range_min": null, "revision_number": 0, "tenant_id": "7c46cfb11e3d465095ca4079ce836c46", "created_at": "2018-11-09T08:04:53Z", "project_id": "7c46cfb11e3d465095ca4079ce836c46", "id": "98cb7b6f-2d98-4834-8879-84cd57d3a029"}, {"remote_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:04:53Z", "security_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "port_range_min": null, "revision_number": 0, "tenant_id": "7c46cfb11e3d465095ca4079ce836c46", "created_at": "2018-11-09T08:04:53Z", "project_id": "7c46cfb11e3d465095ca4079ce836c46", "id": "a64e0440-adff-4566-b3c4-5132374446f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:04:53Z", "security_group_id": "c13f227f-3ab1-4072-b43a-c7e809b670db", "port_range_min": null, "revision_number": 0, "tenant_id": "7c46cfb11e3d465095ca4079ce836c46", "created_at": "2018-11-09T08:04:53Z", "project_id": "7c46cfb11e3d465095ca4079ce836c46", "id": "af5ab600-7c6b-4d18-8fd7-42e07ce83a44"}]} 2018-11-09 08:05:00,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c13f227f-3ab1-4072-b43a-c7e809b670db used request id req-9cd1e9a0-23f0-4754-9cb6-7ed3e4dd26b5 2018-11-09 08:05:00,216 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:05:00,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c13f227f-3ab1-4072-b43a-c7e809b670db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:05:00,614 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-14097caf-a43f-429b-b0aa-881055e541e2 Content-Length: 0 Date: Fri, 09 Nov 2018 08:05:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:05:00,614 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c13f227f-3ab1-4072-b43a-c7e809b670db used request id req-14097caf-a43f-429b-b0aa-881055e541e2 2018-11-09 08:05:00,615 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-91f0df13-5405-430-proj 2018-11-09 08:05:00,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:05:00,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:05:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-207cbc5b-bdb0-4a7c-8202-b9d9724e9d3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:05:00,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/7c46cfb11e3d465095ca4079ce836c46 used request id req-207cbc5b-bdb0-4a7c-8202-b9d9724e9d3d 2018-11-09 08:05:00,840 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-91f0df13-5405-430-proj-role 2018-11-09 08:05:00,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/06d90caa64024d2787adff465328b0d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:05:00,940 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:05:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99d56811-12a9-4122-8e45-7a9e6c5329d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:05:00,940 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/06d90caa64024d2787adff465328b0d0 used request id req-99d56811-12a9-4122-8e45-7a9e6c5329d8 2018-11-09 08:05:00,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf42b9a9f065d2f7b83fd8d931a102bd73700ce" 2018-11-09 08:05:01,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda23d5f-542c-486b-b2fd-74879dd036cb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:05:01,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fda23d5f-542c-486b-b2fd-74879dd036cb 2018-11-09 08:05:01,034 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-91f0df13-5405-430-user 2018-11-09 08:05:01,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/f77687bc798842b99a502b6cfbfc491c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f498cfc409c2206e0a32add279188be7efefad4" 2018-11-09 08:05:01,214 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47072bf7-a87e-486c-8279-236107a69484 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:05:01,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f77687bc798842b99a502b6cfbfc491c used request id req-47072bf7-a87e-486c-8279-236107a69484 2018-11-09 08:05:01,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:01,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ldysx94BQrOlo0dcArYMTg"], "issued_at": "2018-11-09T08:05:01.000000Z"}} 2018-11-09 08:05:01,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f1213f2159bf0b811d3281d35aef243f2b7785" 2018-11-09 08:05:01,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-350616ba-6ba1-44e4-bebf-4a7ca1eca620 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:01,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-350616ba-6ba1-44e4-bebf-4a7ca1eca620 2018-11-09 08:05:01,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:01,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:02,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["BXiex3-MSM6Vz8X27o5Ykg"], "issued_at": "2018-11-09T08:05:02.000000Z"}} 2018-11-09 08:05:02,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:02,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fead21b8-c76e-43e5-b8c9-eb1cbba195cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:02,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fead21b8-c76e-43e5-b8c9-eb1cbba195cb 2018-11-09 08:05:02,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:02,151 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:02,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:02,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d5dd61-60fe-4de9-8df4-09c0aab4c3fe Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:05:02,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj used request id req-f9d5dd61-60fe-4de9-8df4-09c0aab4c3fe 2018-11-09 08:05:02,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:02,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b826bb69-edc0-4dd5-971e-5c1c2421300f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:05:02,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b826bb69-edc0-4dd5-971e-5c1c2421300f 2018-11-09 08:05:02,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}}' 2018-11-09 08:05:02,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:05:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b9ed150-bb8a-46dc-99e4-0c29a8776848 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644"}, "enabled": true, "id": "4123181ab9494e2bb8f18d4257808644", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}} 2018-11-09 08:05:02,418 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-9b9ed150-bb8a-46dc-99e4-0c29a8776848 2018-11-09 08:05:02,418 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-536209d2-9d58-4e6-proj 2018-11-09 08:05:02,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:02,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:02,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["qDvGAcndTji9CwvNd6lTbQ"], "issued_at": "2018-11-09T08:05:02.000000Z"}} 2018-11-09 08:05:02,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a15b54abbc46abffe3d189d2d0430783af6e6347" 2018-11-09 08:05:02,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c45809e1-d80a-49b8-8d93-4afbff6d5add Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:02,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c45809e1-d80a-49b8-8d93-4afbff6d5add 2018-11-09 08:05:02,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:02,896 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:02,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a15b54abbc46abffe3d189d2d0430783af6e6347" 2018-11-09 08:05:03,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7874ec0e-35e3-4f68-bd2f-1599d63ad380 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:05:03,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7874ec0e-35e3-4f68-bd2f-1599d63ad380 2018-11-09 08:05:03,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a15b54abbc46abffe3d189d2d0430783af6e6347" 2018-11-09 08:05:03,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25b1e662-a690-448f-bc99-b655a042757b Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644"}, "enabled": true, "id": "4123181ab9494e2bb8f18d4257808644", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}]} 2018-11-09 08:05:03,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj used request id req-25b1e662-a690-448f-bc99-b655a042757b 2018-11-09 08:05:03,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a15b54abbc46abffe3d189d2d0430783af6e6347" 2018-11-09 08:05:03,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5da084e-a6d0-4221-864a-9bda804d77be Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:05:03,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f5da084e-a6d0-4221-864a-9bda804d77be 2018-11-09 08:05:03,568 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-536209d2-9d58-4e6-user 2018-11-09 08:05:03,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:03,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:03,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff50b83f-5ee0-4387-87a3-67109f98346c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:05:03,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ff50b83f-5ee0-4387-87a3-67109f98346c 2018-11-09 08:05:03,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" -d '{"role": {"name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj-role"}}' 2018-11-09 08:05:03,771 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:05:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66b2d612-d3db-4b82-81f8-054867ed86cc Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f7fc96ea9a2a4cf591f1f44ab6015dcf", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7fc96ea9a2a4cf591f1f44ab6015dcf"}, "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj-role"}} 2018-11-09 08:05:03,771 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-66b2d612-d3db-4b82-81f8-054867ed86cc 2018-11-09 08:05:03,772 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-536209d2-9d58-4e6-proj-role 2018-11-09 08:05:03,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/f7fc96ea9a2a4cf591f1f44ab6015dcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:03,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb61fef-a3a4-4fa0-85ca-4a8d776a7585 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/f7fc96ea9a2a4cf591f1f44ab6015dcf"}, "domain_id": null, "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj-role", "id": "f7fc96ea9a2a4cf591f1f44ab6015dcf"}} 2018-11-09 08:05:03,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/f7fc96ea9a2a4cf591f1f44ab6015dcf used request id req-2fb61fef-a3a4-4fa0-85ca-4a8d776a7585 2018-11-09 08:05:03,864 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-536209d2-9d58-4e6-proj-role to project CreateNetworkSuccessTests-536209d2-9d58-4e6-proj 2018-11-09 08:05:03,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644/users/f61f1226f3c245e99c8a675c391b00e5/roles/f7fc96ea9a2a4cf591f1f44ab6015dcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:03,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:05:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bb3f885-1e72-4a4a-950e-43af2af6cbba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:05:03,990 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644/users/f61f1226f3c245e99c8a675c391b00e5/roles/f7fc96ea9a2a4cf591f1f44ab6015dcf used request id req-3bb3f885-1e72-4a4a-950e-43af2af6cbba 2018-11-09 08:05:03,991 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:03,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:04,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["INJrRYo1T5WQ0JqD4QTeqQ"], "issued_at": "2018-11-09T08:05:04.000000Z"}} 2018-11-09 08:05:04,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7e2f38cc228086e17b0790c283c14e9c7995ee" 2018-11-09 08:05:04,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53e92756-b8d4-4a79-bb81-5a8107a376c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:04,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-53e92756-b8d4-4a79-bb81-5a8107a376c9 2018-11-09 08:05:04,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7e2f38cc228086e17b0790c283c14e9c7995ee" 2018-11-09 08:05:04,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0ce06762-c466-401a-a575-801c1596cb6a Date: Fri, 09 Nov 2018 08:05:04 GMT RESP BODY: {"networks":[]} 2018-11-09 08:05:04,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net used request id req-0ce06762-c466-401a-a575-801c1596cb6a 2018-11-09 08:05:04,667 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net 2018-11-09 08:05:04,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:04,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:05,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["MkzA2lGMTnKcNie7ENu1xg"], "issued_at": "2018-11-09T08:05:05.000000Z"}} 2018-11-09 08:05:05,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3971cf29cfffcae9b007298271aadfdc5f84711e" 2018-11-09 08:05:05,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb1338d7-a680-49da-9dfb-e6a8ec503e64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:05,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eb1338d7-a680-49da-9dfb-e6a8ec503e64 2018-11-09 08:05:05,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:05,142 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:05,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3971cf29cfffcae9b007298271aadfdc5f84711e" 2018-11-09 08:05:05,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f22c0f0-93b7-4951-a992-1e7a20f6c643 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644"}, "enabled": true, "id": "4123181ab9494e2bb8f18d4257808644", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}]} 2018-11-09 08:05:05,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj used request id req-3f22c0f0-93b7-4951-a992-1e7a20f6c643 2018-11-09 08:05:05,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7e2f38cc228086e17b0790c283c14e9c7995ee" -d '{"network": {"tenant_id": "4123181ab9494e2bb8f18d4257808644", "name": "CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net", "admin_state_up": true}}' 2018-11-09 08:05:05,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-1a6b4004-0a22-43b9-9fcf-61e2eea1f41e Date: Fri, 09 Nov 2018 08:05:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6300ac96-7822-4761-9091-76bf8663be9e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"4123181ab9494e2bb8f18d4257808644","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:05:05Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net","admin_state_up":true,"tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:05Z","mtu":1450}} 2018-11-09 08:05:05,782 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-1a6b4004-0a22-43b9-9fcf-61e2eea1f41e 2018-11-09 08:05:05,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=6300ac96-7822-4761-9091-76bf8663be9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7e2f38cc228086e17b0790c283c14e9c7995ee" 2018-11-09 08:05:06,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-e72608d2-7890-46d6-9270-d1a9609e3578 Date: Fri, 09 Nov 2018 08:05:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6300ac96-7822-4761-9091-76bf8663be9e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"4123181ab9494e2bb8f18d4257808644","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:05:05Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net","admin_state_up":true,"tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:05Z","provider:network_type":"vxlan"}]} 2018-11-09 08:05:06,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=6300ac96-7822-4761-9091-76bf8663be9e used request id req-e72608d2-7890-46d6-9270-d1a9609e3578 2018-11-09 08:05:06,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7e2f38cc228086e17b0790c283c14e9c7995ee" 2018-11-09 08:05:06,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-85a63597-e331-472b-a845-c0412d7b94ca Date: Fri, 09 Nov 2018 08:05:06 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:05:06,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e used request id req-85a63597-e331-472b-a845-c0412d7b94ca 2018-11-09 08:05:06,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:06,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:06,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["E7BlJ6W7Q7e3T4vqktzuhg"], "issued_at": "2018-11-09T08:05:06.000000Z"}} 2018-11-09 08:05:06,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54decad3569b1226edb49d5dccc2e3661bffa7e9" 2018-11-09 08:05:06,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7198253f-15d6-43a1-ac80-312e0dde2ae5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:06,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7198253f-15d6-43a1-ac80-312e0dde2ae5 2018-11-09 08:05:06,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:06,706 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:06,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54decad3569b1226edb49d5dccc2e3661bffa7e9" 2018-11-09 08:05:06,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-793d33d7-e2c8-48d9-8af1-21b891b6cbc0 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644"}, "enabled": true, "id": "4123181ab9494e2bb8f18d4257808644", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}]} 2018-11-09 08:05:06,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj used request id req-793d33d7-e2c8-48d9-8af1-21b891b6cbc0 2018-11-09 08:05:06,800 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet 2018-11-09 08:05:06,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7e2f38cc228086e17b0790c283c14e9c7995ee" -d '{"subnets": [{"ip_version": 4, "network_id": "6300ac96-7822-4761-9091-76bf8663be9e", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet", "tenant_id": "4123181ab9494e2bb8f18d4257808644"}]}' 2018-11-09 08:05:07,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-aaeff825-9075-4826-b5fa-cfc151b04b39 Date: Fri, 09 Nov 2018 08:05:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6300ac96-7822-4761-9091-76bf8663be9e","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"4123181ab9494e2bb8f18d4257808644","id":"0e58be36-40d2-4346-a48c-98cbd7898f4b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet"}]} 2018-11-09 08:05:07,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-aaeff825-9075-4826-b5fa-cfc151b04b39 2018-11-09 08:05:07,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=6300ac96-7822-4761-9091-76bf8663be9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7e2f38cc228086e17b0790c283c14e9c7995ee" 2018-11-09 08:05:07,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-763d712c-b728-4b7d-a8ec-1c81399f9eaa Date: Fri, 09 Nov 2018 08:05:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6300ac96-7822-4761-9091-76bf8663be9e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"4123181ab9494e2bb8f18d4257808644","status":"ACTIVE","subnets":["0e58be36-40d2-4346-a48c-98cbd7898f4b"],"description":"","tags":[],"updated_at":"2018-11-09T08:05:06Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net","admin_state_up":true,"tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:05Z","provider:network_type":"vxlan"}]} 2018-11-09 08:05:07,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=6300ac96-7822-4761-9091-76bf8663be9e used request id req-763d712c-b728-4b7d-a8ec-1c81399f9eaa 2018-11-09 08:05:07,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7e2f38cc228086e17b0790c283c14e9c7995ee" 2018-11-09 08:05:07,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bae7f7b1-8950-469d-a8cf-58879d4f5ff4 Date: Fri, 09 Nov 2018 08:05:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6300ac96-7822-4761-9091-76bf8663be9e","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"4123181ab9494e2bb8f18d4257808644","id":"0e58be36-40d2-4346-a48c-98cbd7898f4b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet"}]} 2018-11-09 08:05:07,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e used request id req-bae7f7b1-8950-469d-a8cf-58879d4f5ff4 2018-11-09 08:05:07,628 - OpenStackNetwork - DEBUG - Network [6300ac96-7822-4761-9091-76bf8663be9e] created successfully 2018-11-09 08:05:07,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:08,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f7fc96ea9a2a4cf591f1f44ab6015dcf", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj-role"}], "expires_at": "2018-11-09T09:05:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4123181ab9494e2bb8f18d4257808644", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4123181ab9494e2bb8f18d4257808644", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4123181ab9494e2bb8f18d4257808644", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4123181ab9494e2bb8f18d4257808644", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4123181ab9494e2bb8f18d4257808644", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4123181ab9494e2bb8f18d4257808644", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4123181ab9494e2bb8f18d4257808644", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4123181ab9494e2bb8f18d4257808644", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4123181ab9494e2bb8f18d4257808644", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4123181ab9494e2bb8f18d4257808644", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4123181ab9494e2bb8f18d4257808644", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4123181ab9494e2bb8f18d4257808644", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4123181ab9494e2bb8f18d4257808644", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-user", "id": "f61f1226f3c245e99c8a675c391b00e5"}, "audit_ids": ["txRT88s1QrC9oQ2UwjGIbQ"], "issued_at": "2018-11-09T08:05:08.000000Z"}} 2018-11-09 08:05:08,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b39482f0bfbb8c99aa03ca82ff32385b78d591" 2018-11-09 08:05:08,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a6ca0039-2fd8-42b3-9d32-1f03500414bc Date: Fri, 09 Nov 2018 08:05: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":["0e58be36-40d2-4346-a48c-98cbd7898f4b"],"updated_at":"2018-11-09T08:05:06Z","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4123181ab9494e2bb8f18d4257808644","id":"6300ac96-7822-4761-9091-76bf8663be9e","name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net"}]} 2018-11-09 08:05:08,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net used request id req-a6ca0039-2fd8-42b3-9d32-1f03500414bc 2018-11-09 08:05:08,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:08,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:08,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f1213f2159bf0b811d3281d35aef243f2b7785" 2018-11-09 08:05:08,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ad19180-27d7-4888-9390-dfe28fb571a0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644"}, "enabled": true, "id": "4123181ab9494e2bb8f18d4257808644", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}} 2018-11-09 08:05:08,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 used request id req-1ad19180-27d7-4888-9390-dfe28fb571a0 2018-11-09 08:05:08,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b39482f0bfbb8c99aa03ca82ff32385b78d591" 2018-11-09 08:05:08,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-29b0490b-30f0-436b-83b9-de6138249db8 Date: Fri, 09 Nov 2018 08:05:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6300ac96-7822-4761-9091-76bf8663be9e","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"4123181ab9494e2bb8f18d4257808644","id":"0e58be36-40d2-4346-a48c-98cbd7898f4b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet"}]} 2018-11-09 08:05:08,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e used request id req-29b0490b-30f0-436b-83b9-de6138249db8 2018-11-09 08:05:08,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:08,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:09,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f7fc96ea9a2a4cf591f1f44ab6015dcf", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj-role"}], "expires_at": "2018-11-09T09:05:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4123181ab9494e2bb8f18d4257808644", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4123181ab9494e2bb8f18d4257808644", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4123181ab9494e2bb8f18d4257808644", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4123181ab9494e2bb8f18d4257808644", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4123181ab9494e2bb8f18d4257808644", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4123181ab9494e2bb8f18d4257808644", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4123181ab9494e2bb8f18d4257808644", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4123181ab9494e2bb8f18d4257808644", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4123181ab9494e2bb8f18d4257808644", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4123181ab9494e2bb8f18d4257808644", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4123181ab9494e2bb8f18d4257808644", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4123181ab9494e2bb8f18d4257808644", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4123181ab9494e2bb8f18d4257808644", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-user", "id": "f61f1226f3c245e99c8a675c391b00e5"}, "audit_ids": ["LFQJK_mhSQWGS81Fz7jwpQ"], "issued_at": "2018-11-09T08:05:09.000000Z"}} 2018-11-09 08:05:09,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06bf80d949b70cc1c9c21a01be1bb8e74700baec" 2018-11-09 08:05:09,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb82a2b6-4569-438c-9310-8c62ce5d36c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:09,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cb82a2b6-4569-438c-9310-8c62ce5d36c1 2018-11-09 08:05:09,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06bf80d949b70cc1c9c21a01be1bb8e74700baec" 2018-11-09 08:05:09,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f4d2ad93-02f1-4472-a741-ed72f083f6e8 Date: Fri, 09 Nov 2018 08:05: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":["0e58be36-40d2-4346-a48c-98cbd7898f4b"],"updated_at":"2018-11-09T08:05:06Z","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4123181ab9494e2bb8f18d4257808644","id":"6300ac96-7822-4761-9091-76bf8663be9e","name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net"}]} 2018-11-09 08:05:09,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net used request id req-f4d2ad93-02f1-4472-a741-ed72f083f6e8 2018-11-09 08:05:09,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:09,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:09,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06bf80d949b70cc1c9c21a01be1bb8e74700baec" 2018-11-09 08:05:09,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e79b5e-6778-41a4-a66a-a477200bf909 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644"}, "enabled": true, "id": "4123181ab9494e2bb8f18d4257808644", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}} 2018-11-09 08:05:09,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 used request id req-42e79b5e-6778-41a4-a66a-a477200bf909 2018-11-09 08:05:09,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06bf80d949b70cc1c9c21a01be1bb8e74700baec" 2018-11-09 08:05:09,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e111a4c8-1d57-4c70-9519-b57565236fe9 Date: Fri, 09 Nov 2018 08:05:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6300ac96-7822-4761-9091-76bf8663be9e","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"4123181ab9494e2bb8f18d4257808644","id":"0e58be36-40d2-4346-a48c-98cbd7898f4b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet"}]} 2018-11-09 08:05:09,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e used request id req-e111a4c8-1d57-4c70-9519-b57565236fe9 2018-11-09 08:05:09,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:09,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:10,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Ib29ObGbThSzYmHtdnrNnw"], "issued_at": "2018-11-09T08:05:10.000000Z"}} 2018-11-09 08:05:10,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:10,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bbcd746-8269-4564-a0d0-e33d637ca86c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:10,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1bbcd746-8269-4564-a0d0-e33d637ca86c 2018-11-09 08:05:10,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:10,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bd0d9213-8273-47bb-9d81-4961fb481d1b Date: Fri, 09 Nov 2018 08:05:10 GMT RESP BODY: {"routers": []} 2018-11-09 08:05:10,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router&admin_state_up=True used request id req-bd0d9213-8273-47bb-9d81-4961fb481d1b 2018-11-09 08:05:10,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:10,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:10,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["MOGUmHn5RJuplme17oFhfw"], "issued_at": "2018-11-09T08:05:10.000000Z"}} 2018-11-09 08:05:10,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1b948f9bec5575ceaffa61adf5679a84e590c1" 2018-11-09 08:05:10,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3368d3f8-809f-4f15-b461-1a9760cc0fb5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:10,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3368d3f8-809f-4f15-b461-1a9760cc0fb5 2018-11-09 08:05:10,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:10,950 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:10,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1b948f9bec5575ceaffa61adf5679a84e590c1" 2018-11-09 08:05:11,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f48f702a-55bc-41ea-bfdb-2a790ff3469e Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644"}, "enabled": true, "id": "4123181ab9494e2bb8f18d4257808644", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}]} 2018-11-09 08:05:11,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-536209d2-9d58-4e6-proj used request id req-f48f702a-55bc-41ea-bfdb-2a790ff3469e 2018-11-09 08:05:11,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:11,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-12a5445b-b0cb-4f00-8da5-51a97db9423d Date: Fri, 09 Nov 2018 08:05:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 08:05:11,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-12a5445b-b0cb-4f00-8da5-51a97db9423d 2018-11-09 08:05:11,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:11,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-bccacb19-6599-470e-99a4-c24ab2613cb4 Date: Fri, 09 Nov 2018 08:05:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 08:05:11,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-bccacb19-6599-470e-99a4-c24ab2613cb4 2018-11-09 08:05:11,727 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router 2018-11-09 08:05:11,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "tenant_id": "4123181ab9494e2bb8f18d4257808644", "name": "CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router", "admin_state_up": true}}' 2018-11-09 08:05:16,544 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f57ab5ce-fcf2-4e78-a796-902e253a0cee Date: Fri, 09 Nov 2018 08:05:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4123181ab9494e2bb8f18d4257808644", "created_at": "2018-11-09T08:05:12Z", "admin_state_up": true, "updated_at": "2018-11-09T08:05:13Z", "project_id": "4123181ab9494e2bb8f18d4257808644", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "f0399958-84aa-4b5f-a237-19fc97968488", "name": "CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router"}} 2018-11-09 08:05:16,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-f57ab5ce-fcf2-4e78-a796-902e253a0cee 2018-11-09 08:05:16,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=f0399958-84aa-4b5f-a237-19fc97968488 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:16,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-7bea440e-5af7-4f84-bdeb-0e288c168c5c Date: Fri, 09 Nov 2018 08:05:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:12Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.205"}],"id":"1a85f857-c64f-4eb2-81cf-15468ad27cf1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:33:33:b8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T08:05:12Z","binding:vnic_type":"normal","device_id":"f0399958-84aa-4b5f-a237-19fc97968488"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:13Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","ip_address":"169.254.192.3"}],"id":"3547cc25-6cd4-46f8-8675-ca706d7c5a76","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8c:1c:9f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4123181ab9494e2bb8f18d4257808644","admin_state_up":true,"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:13Z","binding:vnic_type":"normal","device_id":"f0399958-84aa-4b5f-a237-19fc97968488"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:14Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","ip_address":"169.254.192.2"}],"id":"41b2d3d8-01ea-45ff-b070-e25ea8066a90","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cb:43:32","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4123181ab9494e2bb8f18d4257808644","admin_state_up":true,"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:14Z","binding:vnic_type":"normal","device_id":"f0399958-84aa-4b5f-a237-19fc97968488"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:15Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","ip_address":"169.254.192.11"}],"id":"5dc5b605-b3d6-49d4-98c0-f8c83fa80a79","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:95:62","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4123181ab9494e2bb8f18d4257808644","admin_state_up":true,"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:15Z","binding:vnic_type":"normal","device_id":"f0399958-84aa-4b5f-a237-19fc97968488"}]} 2018-11-09 08:05:16,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=f0399958-84aa-4b5f-a237-19fc97968488 used request id req-7bea440e-5af7-4f84-bdeb-0e288c168c5c 2018-11-09 08:05:16,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:16,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-65171f15-858f-4be5-b8c2-eb6061ec86a3 Date: Fri, 09 Nov 2018 08:05:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:05:16,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-65171f15-858f-4be5-b8c2-eb6061ec86a3 2018-11-09 08:05:16,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:17,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7a6e8ba2-bcbd-43c1-a4cc-c12a566bd9ea Date: Fri, 09 Nov 2018 08:05:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:11Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","subnetpool_id":null,"name":"HA subnet tenant 4123181ab9494e2bb8f18d4257808644"}} 2018-11-09 08:05:17,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 used request id req-7a6e8ba2-bcbd-43c1-a4cc-c12a566bd9ea 2018-11-09 08:05:17,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:17,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-266cc266-06da-43cb-8157-d93ef0dad945 Date: Fri, 09 Nov 2018 08:05:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:11Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","subnetpool_id":null,"name":"HA subnet tenant 4123181ab9494e2bb8f18d4257808644"}} 2018-11-09 08:05:17,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 used request id req-266cc266-06da-43cb-8157-d93ef0dad945 2018-11-09 08:05:17,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:17,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1394d2e9-b993-473d-87b7-5e83790c22ad Date: Fri, 09 Nov 2018 08:05:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:11Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","subnetpool_id":null,"name":"HA subnet tenant 4123181ab9494e2bb8f18d4257808644"}} 2018-11-09 08:05:17,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 used request id req-1394d2e9-b993-473d-87b7-5e83790c22ad 2018-11-09 08:05:17,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:17,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4c03d28d-3ae4-400c-8078-99a91df0b52e Date: Fri, 09 Nov 2018 08:05:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6300ac96-7822-4761-9091-76bf8663be9e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"4123181ab9494e2bb8f18d4257808644","status":"ACTIVE","subnets":["0e58be36-40d2-4346-a48c-98cbd7898f4b"],"description":"","tags":[],"updated_at":"2018-11-09T08:05:06Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net","admin_state_up":true,"tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:05Z","provider:network_type":"vxlan"}]} 2018-11-09 08:05:17,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net used request id req-4c03d28d-3ae4-400c-8078-99a91df0b52e 2018-11-09 08:05:17,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:17,883 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:17,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:17,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e49c609-8f9e-4629-8f2d-8cbc335829b7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644"}, "enabled": true, "id": "4123181ab9494e2bb8f18d4257808644", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}} 2018-11-09 08:05:17,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 used request id req-3e49c609-8f9e-4629-8f2d-8cbc335829b7 2018-11-09 08:05:17,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:18,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9f7a1664-11a2-4791-80cf-468f1c44ade8 Date: Fri, 09 Nov 2018 08:05:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6300ac96-7822-4761-9091-76bf8663be9e","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"4123181ab9494e2bb8f18d4257808644","id":"0e58be36-40d2-4346-a48c-98cbd7898f4b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet"}]} 2018-11-09 08:05:18,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e used request id req-9f7a1664-11a2-4791-80cf-468f1c44ade8 2018-11-09 08:05:18,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e&name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:18,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5cd9d251-7f54-40a9-8ee5-3302858e218b Date: Fri, 09 Nov 2018 08:05:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6300ac96-7822-4761-9091-76bf8663be9e","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"4123181ab9494e2bb8f18d4257808644","id":"0e58be36-40d2-4346-a48c-98cbd7898f4b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet"}]} 2018-11-09 08:05:18,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=6300ac96-7822-4761-9091-76bf8663be9e&name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet used request id req-5cd9d251-7f54-40a9-8ee5-3302858e218b 2018-11-09 08:05:18,389 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:05:18,389 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router 2018-11-09 08:05:18,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/f0399958-84aa-4b5f-a237-19fc97968488/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" -d '{"subnet_id": "0e58be36-40d2-4346-a48c-98cbd7898f4b"}' 2018-11-09 08:05:20,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3d24eccb-91ce-4e82-9d66-10ddfccaf50e Date: Fri, 09 Nov 2018 08:05:20 GMT RESP BODY: {"network_id": "6300ac96-7822-4761-9091-76bf8663be9e", "tenant_id": "4123181ab9494e2bb8f18d4257808644", "subnet_id": "0e58be36-40d2-4346-a48c-98cbd7898f4b", "subnet_ids": ["0e58be36-40d2-4346-a48c-98cbd7898f4b"], "port_id": "af306e9c-e40a-47d1-a173-1c05879cc33a", "id": "f0399958-84aa-4b5f-a237-19fc97968488"} 2018-11-09 08:05:20,323 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f0399958-84aa-4b5f-a237-19fc97968488/add_router_interface used request id req-3d24eccb-91ce-4e82-9d66-10ddfccaf50e 2018-11-09 08:05:20,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/f0399958-84aa-4b5f-a237-19fc97968488 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:20,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-2aa1bdf6-4a64-478c-931a-5100092e7743 Date: Fri, 09 Nov 2018 08:05:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4123181ab9494e2bb8f18d4257808644", "created_at": "2018-11-09T08:05:12Z", "admin_state_up": true, "updated_at": "2018-11-09T08:05:19Z", "project_id": "4123181ab9494e2bb8f18d4257808644", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "f0399958-84aa-4b5f-a237-19fc97968488", "name": "CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router"}} 2018-11-09 08:05:20,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/f0399958-84aa-4b5f-a237-19fc97968488 used request id req-2aa1bdf6-4a64-478c-931a-5100092e7743 2018-11-09 08:05:20,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=f0399958-84aa-4b5f-a237-19fc97968488 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:20,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4444 X-Openstack-Request-Id: req-8b89d1e2-3491-44af-b518-c7cd5dbea3c6 Date: Fri, 09 Nov 2018 08:05:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:18Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.205"}],"id":"1a85f857-c64f-4eb2-81cf-15468ad27cf1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:33:b8","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":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T08:05:12Z","binding:vnic_type":"normal","device_id":"f0399958-84aa-4b5f-a237-19fc97968488"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:20Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","ip_address":"169.254.192.3"}],"id":"3547cc25-6cd4-46f8-8675-ca706d7c5a76","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:1c:9f","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4123181ab9494e2bb8f18d4257808644","admin_state_up":true,"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:13Z","binding:vnic_type":"normal","device_id":"f0399958-84aa-4b5f-a237-19fc97968488"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:19Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","ip_address":"169.254.192.2"}],"id":"41b2d3d8-01ea-45ff-b070-e25ea8066a90","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:43:32","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4123181ab9494e2bb8f18d4257808644","admin_state_up":true,"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:14Z","binding:vnic_type":"normal","device_id":"f0399958-84aa-4b5f-a237-19fc97968488"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:19Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","ip_address":"169.254.192.11"}],"id":"5dc5b605-b3d6-49d4-98c0-f8c83fa80a79","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:95:62","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 4123181ab9494e2bb8f18d4257808644","admin_state_up":true,"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:15Z","binding:vnic_type":"normal","device_id":"f0399958-84aa-4b5f-a237-19fc97968488"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0e58be36-40d2-4346-a48c-98cbd7898f4b","ip_address":"10.55.1.1"}],"id":"af306e9c-e40a-47d1-a173-1c05879cc33a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c2:8e:58","project_id":"4123181ab9494e2bb8f18d4257808644","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6300ac96-7822-4761-9091-76bf8663be9e","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:18Z","binding:vnic_type":"normal","device_id":"f0399958-84aa-4b5f-a237-19fc97968488"}]} 2018-11-09 08:05:20,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=f0399958-84aa-4b5f-a237-19fc97968488 used request id req-8b89d1e2-3491-44af-b518-c7cd5dbea3c6 2018-11-09 08:05:20,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:20,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b56f30d9-fa39-4428-b06f-d111330f5514 Date: Fri, 09 Nov 2018 08:05:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:05:20,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-b56f30d9-fa39-4428-b06f-d111330f5514 2018-11-09 08:05:20,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:21,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-31f94e82-1b13-4da4-86a2-ec48ba96f79a Date: Fri, 09 Nov 2018 08:05:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:11Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","subnetpool_id":null,"name":"HA subnet tenant 4123181ab9494e2bb8f18d4257808644"}} 2018-11-09 08:05:21,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 used request id req-31f94e82-1b13-4da4-86a2-ec48ba96f79a 2018-11-09 08:05:21,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:21,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ddc08997-241f-42ef-9f83-599c906ef520 Date: Fri, 09 Nov 2018 08:05:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:11Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","subnetpool_id":null,"name":"HA subnet tenant 4123181ab9494e2bb8f18d4257808644"}} 2018-11-09 08:05:21,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 used request id req-ddc08997-241f-42ef-9f83-599c906ef520 2018-11-09 08:05:21,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:21,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f3848522-5556-476c-8c92-f080162dcb1a Date: Fri, 09 Nov 2018 08:05:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a5d7206f-6b0c-4ba5-b53e-a43be95c4661","tenant_id":"","created_at":"2018-11-09T08:05:11Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:11Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"8aa90d4f-e646-43e3-abe5-bbda9bb10451","subnetpool_id":null,"name":"HA subnet tenant 4123181ab9494e2bb8f18d4257808644"}} 2018-11-09 08:05:21,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/8aa90d4f-e646-43e3-abe5-bbda9bb10451 used request id req-f3848522-5556-476c-8c92-f080162dcb1a 2018-11-09 08:05:21,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/0e58be36-40d2-4346-a48c-98cbd7898f4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:21,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-396e1f9e-ede5-4592-ace0-f474be9b401c Date: Fri, 09 Nov 2018 08:05:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6300ac96-7822-4761-9091-76bf8663be9e","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"4123181ab9494e2bb8f18d4257808644","id":"0e58be36-40d2-4346-a48c-98cbd7898f4b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet"}} 2018-11-09 08:05:21,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/0e58be36-40d2-4346-a48c-98cbd7898f4b used request id req-396e1f9e-ede5-4592-ace0-f474be9b401c 2018-11-09 08:05:21,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b39482f0bfbb8c99aa03ca82ff32385b78d591" 2018-11-09 08:05:22,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-f96b8eba-ed5b-4e10-bbbf-3a54360251b4 Date: Fri, 09 Nov 2018 08:05:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4123181ab9494e2bb8f18d4257808644", "created_at": "2018-11-09T08:05:12Z", "admin_state_up": true, "updated_at": "2018-11-09T08:05:19Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "4123181ab9494e2bb8f18d4257808644", "id": "f0399958-84aa-4b5f-a237-19fc97968488", "name": "CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router"}]} 2018-11-09 08:05:22,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router&admin_state_up=True used request id req-f96b8eba-ed5b-4e10-bbbf-3a54360251b4 2018-11-09 08:05:22,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f1213f2159bf0b811d3281d35aef243f2b7785" 2018-11-09 08:05:22,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b9f3bd-0744-4c07-a9e7-3bdc8cba7433 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644"}, "enabled": true, "id": "4123181ab9494e2bb8f18d4257808644", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}} 2018-11-09 08:05:22,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 used request id req-06b9f3bd-0744-4c07-a9e7-3bdc8cba7433 2018-11-09 08:05:22,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=f0399958-84aa-4b5f-a237-19fc97968488 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b39482f0bfbb8c99aa03ca82ff32385b78d591" 2018-11-09 08:05:22,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-c626d8ca-3c17-4365-812d-af0a8e66be9a Date: Fri, 09 Nov 2018 08:05:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0e58be36-40d2-4346-a48c-98cbd7898f4b","ip_address":"10.55.1.1"}],"id":"af306e9c-e40a-47d1-a173-1c05879cc33a","security_groups":[],"mac_address":"fa:16:3e:c2:8e:58","project_id":"4123181ab9494e2bb8f18d4257808644","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6300ac96-7822-4761-9091-76bf8663be9e","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:18Z","binding:vnic_type":"normal","device_id":"f0399958-84aa-4b5f-a237-19fc97968488"}]} 2018-11-09 08:05:22,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=f0399958-84aa-4b5f-a237-19fc97968488 used request id req-c626d8ca-3c17-4365-812d-af0a8e66be9a 2018-11-09 08:05:22,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/0e58be36-40d2-4346-a48c-98cbd7898f4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b39482f0bfbb8c99aa03ca82ff32385b78d591" 2018-11-09 08:05:22,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-761519b6-7d2a-4b66-aa38-923572b22ab6 Date: Fri, 09 Nov 2018 08:05:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6300ac96-7822-4761-9091-76bf8663be9e","tenant_id":"4123181ab9494e2bb8f18d4257808644","created_at":"2018-11-09T08:05:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"4123181ab9494e2bb8f18d4257808644","id":"0e58be36-40d2-4346-a48c-98cbd7898f4b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet"}} 2018-11-09 08:05:22,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/0e58be36-40d2-4346-a48c-98cbd7898f4b used request id req-761519b6-7d2a-4b66-aa38-923572b22ab6 2018-11-09 08:05:22,507 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router and subnet CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet 2018-11-09 08:05:22,507 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router 2018-11-09 08:05:22,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/f0399958-84aa-4b5f-a237-19fc97968488/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" -d '{"subnet_id": "0e58be36-40d2-4346-a48c-98cbd7898f4b"}' 2018-11-09 08:05:24,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eca0ab6a-591c-4506-9612-e06e6c4ce3f3 Date: Fri, 09 Nov 2018 08:05:24 GMT RESP BODY: {"network_id": "6300ac96-7822-4761-9091-76bf8663be9e", "tenant_id": "4123181ab9494e2bb8f18d4257808644", "subnet_id": "0e58be36-40d2-4346-a48c-98cbd7898f4b", "subnet_ids": ["0e58be36-40d2-4346-a48c-98cbd7898f4b"], "port_id": "af306e9c-e40a-47d1-a173-1c05879cc33a", "id": "f0399958-84aa-4b5f-a237-19fc97968488"} 2018-11-09 08:05:24,496 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f0399958-84aa-4b5f-a237-19fc97968488/remove_router_interface used request id req-eca0ab6a-591c-4506-9612-e06e6c4ce3f3 2018-11-09 08:05:24,496 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router 2018-11-09 08:05:24,496 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-router 2018-11-09 08:05:24,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/f0399958-84aa-4b5f-a237-19fc97968488 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f657fa7dd6d68febfe89a2ddcbc658c362f93846" 2018-11-09 08:05:27,877 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-98367616-8584-4ee0-a1db-32de5c24a009 Content-Length: 0 Date: Fri, 09 Nov 2018 08:05:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:05:27,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/f0399958-84aa-4b5f-a237-19fc97968488 used request id req-98367616-8584-4ee0-a1db-32de5c24a009 2018-11-09 08:05:27,879 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet 2018-11-09 08:05:27,879 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-subnet 2018-11-09 08:05:27,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/0e58be36-40d2-4346-a48c-98cbd7898f4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7e2f38cc228086e17b0790c283c14e9c7995ee" 2018-11-09 08:05:29,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70537d2f-5ef4-40cc-bb48-6e110e85bc0d Date: Fri, 09 Nov 2018 08:05:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:05:29,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/0e58be36-40d2-4346-a48c-98cbd7898f4b used request id req-70537d2f-5ef4-40cc-bb48-6e110e85bc0d 2018-11-09 08:05:29,844 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-6421f350-6b8c-417b-9205-2929c9038f09-pub-net 2018-11-09 08:05:29,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/6300ac96-7822-4761-9091-76bf8663be9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7e2f38cc228086e17b0790c283c14e9c7995ee" 2018-11-09 08:05:31,156 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d155b57-9516-44fb-81b0-f746da01b131 Date: Fri, 09 Nov 2018 08:05:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:05:31,156 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/6300ac96-7822-4761-9091-76bf8663be9e used request id req-9d155b57-9516-44fb-81b0-f746da01b131 2018-11-09 08:05:31,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:31,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-01f09526-a108-4169-904e-47ff4e4a04fd Date: Fri, 09 Nov 2018 08:05:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4123181ab9494e2bb8f18d4257808644", "created_at": "2018-11-09T08:05:05Z", "updated_at": "2018-11-09T08:05:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:05:05Z", "revision_number": 0, "id": "19d5f258-e26f-47f7-9b01-05854fad3474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:05:05Z", "security_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "tenant_id": "4123181ab9494e2bb8f18d4257808644", "port_range_min": null, "ethertype": "IPv6", "project_id": "4123181ab9494e2bb8f18d4257808644"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:05:05Z", "revision_number": 0, "id": "85157871-5bfc-4cce-b54d-d64866725609", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:05:05Z", "security_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "tenant_id": "4123181ab9494e2bb8f18d4257808644", "port_range_min": null, "ethertype": "IPv4", "project_id": "4123181ab9494e2bb8f18d4257808644"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:05:05Z", "revision_number": 0, "id": "9c17b04a-40cc-49c7-9fd3-51ef14e9c701", "remote_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "remote_ip_prefix": null, "created_at": "2018-11-09T08:05:05Z", "security_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "tenant_id": "4123181ab9494e2bb8f18d4257808644", "port_range_min": null, "ethertype": "IPv6", "project_id": "4123181ab9494e2bb8f18d4257808644"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:05:05Z", "revision_number": 0, "id": "c95426e9-d72c-4d26-9116-149f616c8a92", "remote_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "remote_ip_prefix": null, "created_at": "2018-11-09T08:05:05Z", "security_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "tenant_id": "4123181ab9494e2bb8f18d4257808644", "port_range_min": null, "ethertype": "IPv4", "project_id": "4123181ab9494e2bb8f18d4257808644"}], "revision_number": 4, "project_id": "4123181ab9494e2bb8f18d4257808644", "id": "b60c114a-758a-4a87-b221-65ff4b477122", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:05:31,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-01f09526-a108-4169-904e-47ff4e4a04fd 2018-11-09 08:05:31,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:31,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d73cdf1-10a1-41c8-b322-d9ecd0de0433 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:05:31,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-9d73cdf1-10a1-41c8-b322-d9ecd0de0433 2018-11-09 08:05:31,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:31,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acf17f53-644d-45d1-be2a-169576a5f330 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:05:31,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-acf17f53-644d-45d1-be2a-169576a5f330 2018-11-09 08:05:31,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:31,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-696e8b75-8a05-4ac2-9cc5-2a5d10e1d7df Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644"}, "enabled": true, "id": "4123181ab9494e2bb8f18d4257808644", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-536209d2-9d58-4e6-proj"}} 2018-11-09 08:05:31,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 used request id req-696e8b75-8a05-4ac2-9cc5-2a5d10e1d7df 2018-11-09 08:05:31,660 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b60c114a-758a-4a87-b221-65ff4b477122 2018-11-09 08:05:31,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=b60c114a-758a-4a87-b221-65ff4b477122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:31,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b0e63ede-5edc-412f-ad5b-3579da6d8bbd Date: Fri, 09 Nov 2018 08:05:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:05:05Z", "security_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "port_range_min": null, "revision_number": 0, "tenant_id": "4123181ab9494e2bb8f18d4257808644", "created_at": "2018-11-09T08:05:05Z", "project_id": "4123181ab9494e2bb8f18d4257808644", "id": "19d5f258-e26f-47f7-9b01-05854fad3474"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:05:05Z", "security_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "port_range_min": null, "revision_number": 0, "tenant_id": "4123181ab9494e2bb8f18d4257808644", "created_at": "2018-11-09T08:05:05Z", "project_id": "4123181ab9494e2bb8f18d4257808644", "id": "85157871-5bfc-4cce-b54d-d64866725609"}, {"remote_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:05:05Z", "security_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "port_range_min": null, "revision_number": 0, "tenant_id": "4123181ab9494e2bb8f18d4257808644", "created_at": "2018-11-09T08:05:05Z", "project_id": "4123181ab9494e2bb8f18d4257808644", "id": "9c17b04a-40cc-49c7-9fd3-51ef14e9c701"}, {"remote_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:05:05Z", "security_group_id": "b60c114a-758a-4a87-b221-65ff4b477122", "port_range_min": null, "revision_number": 0, "tenant_id": "4123181ab9494e2bb8f18d4257808644", "created_at": "2018-11-09T08:05:05Z", "project_id": "4123181ab9494e2bb8f18d4257808644", "id": "c95426e9-d72c-4d26-9116-149f616c8a92"}]} 2018-11-09 08:05:31,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=b60c114a-758a-4a87-b221-65ff4b477122 used request id req-b0e63ede-5edc-412f-ad5b-3579da6d8bbd 2018-11-09 08:05:31,846 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:05:31,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/b60c114a-758a-4a87-b221-65ff4b477122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:32,185 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c5944bc-de7e-4b7c-8548-912c3c065000 Content-Length: 0 Date: Fri, 09 Nov 2018 08:05:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:05:32,185 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/b60c114a-758a-4a87-b221-65ff4b477122 used request id req-6c5944bc-de7e-4b7c-8548-912c3c065000 2018-11-09 08:05:32,186 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-536209d2-9d58-4e6-proj 2018-11-09 08:05:32,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:32,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a716399c-15ba-4dba-914b-273740860671 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:05:32,408 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4123181ab9494e2bb8f18d4257808644 used request id req-a716399c-15ba-4dba-914b-273740860671 2018-11-09 08:05:32,409 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-536209d2-9d58-4e6-proj-role 2018-11-09 08:05:32,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/f7fc96ea9a2a4cf591f1f44ab6015dcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:32,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56af721b-0258-4125-8892-9210dfe6dae0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:05:32,532 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/f7fc96ea9a2a4cf591f1f44ab6015dcf used request id req-56af721b-0258-4125-8892-9210dfe6dae0 2018-11-09 08:05:32,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c2ed7cec7e3f97fe3aa004b866373a5d2962948" 2018-11-09 08:05:32,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-387a06d0-c2e3-4fb0-8fd8-a59c92a0a426 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:05:32,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-387a06d0-c2e3-4fb0-8fd8-a59c92a0a426 2018-11-09 08:05:32,627 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-536209d2-9d58-4e6-user 2018-11-09 08:05:32,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/f61f1226f3c245e99c8a675c391b00e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a15b54abbc46abffe3d189d2d0430783af6e6347" 2018-11-09 08:05:32,877 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d6763e8-ff05-4556-bd0b-55a03d4d7fc0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:05:32,877 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f61f1226f3c245e99c8a675c391b00e5 used request id req-3d6763e8-ff05-4556-bd0b-55a03d4d7fc0 2018-11-09 08:05:32,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:33,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["5gVRdLfiRSeUgR7beTrgqQ"], "issued_at": "2018-11-09T08:05:33.000000Z"}} 2018-11-09 08:05:33,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beefe7ecb179ce2e06cb5288e8ed1d139efeb7cf" 2018-11-09 08:05:33,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e1dfcab-6f04-4284-9c36-f822a0d8aa2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:33,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4e1dfcab-6f04-4284-9c36-f822a0d8aa2b 2018-11-09 08:05:33,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:33,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:33,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["6ApVaqNfQR6tfGVXZHadvQ"], "issued_at": "2018-11-09T08:05:33.000000Z"}} 2018-11-09 08:05:33,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:05:33,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4233a770-e8e7-46db-b35a-957cbf915e3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:33,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4233a770-e8e7-46db-b35a-957cbf915e3e 2018-11-09 08:05:33,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:33,854 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:33,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:05:33,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-599fb479-d61a-49cd-b0d4-55cda7e06fd1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:05:33,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj used request id req-599fb479-d61a-49cd-b0d4-55cda7e06fd1 2018-11-09 08:05:33,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:05:34,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4048eb04-f849-4b69-b1c3-7aa55a2ac842 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:05:34,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-4048eb04-f849-4b69-b1c3-7aa55a2ac842 2018-11-09 08:05:34,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}}' 2018-11-09 08:05:34,163 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:05:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84a8473c-fe7d-4539-9f09-a353fd464039 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6"}, "enabled": true, "id": "7a5aa7c23a3d47749a59fa49951e41c6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}} 2018-11-09 08:05:34,163 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-84a8473c-fe7d-4539-9f09-a353fd464039 2018-11-09 08:05:34,163 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj 2018-11-09 08:05:34,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:34,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:34,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["8RBsqQ6ZQJSvSoknwveTIQ"], "issued_at": "2018-11-09T08:05:34.000000Z"}} 2018-11-09 08:05:34,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c49330d1f8cc3003c30595891f08935f088695f7" 2018-11-09 08:05:34,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4248140-d081-4410-abcb-1ed71ce703b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:34,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d4248140-d081-4410-abcb-1ed71ce703b9 2018-11-09 08:05:34,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:34,570 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:34,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c49330d1f8cc3003c30595891f08935f088695f7" 2018-11-09 08:05:34,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0413b94-aae2-485f-8af1-30f4d1a902c2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:05:34,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b0413b94-aae2-485f-8af1-30f4d1a902c2 2018-11-09 08:05:34,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c49330d1f8cc3003c30595891f08935f088695f7" 2018-11-09 08:05:34,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a427a37-34ed-4208-acf1-732987857663 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6"}, "enabled": true, "id": "7a5aa7c23a3d47749a59fa49951e41c6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}]} 2018-11-09 08:05:34,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj used request id req-5a427a37-34ed-4208-acf1-732987857663 2018-11-09 08:05:34,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c49330d1f8cc3003c30595891f08935f088695f7" 2018-11-09 08:05:34,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c2813b2-9116-4e2e-869d-4fb3662b328b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:05:34,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-3c2813b2-9116-4e2e-869d-4fb3662b328b 2018-11-09 08:05:35,190 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-c98c3fd7-77ca-41e-user 2018-11-09 08:05:35,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:35,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:05:35,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6d69f18-38d8-4207-8a56-ebfb1cb0e5fd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:05:35,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e6d69f18-38d8-4207-8a56-ebfb1cb0e5fd 2018-11-09 08:05:35,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" -d '{"role": {"name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj-role"}}' 2018-11-09 08:05:35,408 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:05:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbc9b71e-654d-4311-97ea-bb5c871584cb Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1028adda4ab144fa8b3fc5c1d258f8c6", "links": {"self": "http://172.30.9.27:5000/v3/roles/1028adda4ab144fa8b3fc5c1d258f8c6"}, "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj-role"}} 2018-11-09 08:05:35,408 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-cbc9b71e-654d-4311-97ea-bb5c871584cb 2018-11-09 08:05:35,408 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj-role 2018-11-09 08:05:35,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/1028adda4ab144fa8b3fc5c1d258f8c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:05:35,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b773867-e6f8-4624-96c1-dab1cac4a96c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/1028adda4ab144fa8b3fc5c1d258f8c6"}, "domain_id": null, "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj-role", "id": "1028adda4ab144fa8b3fc5c1d258f8c6"}} 2018-11-09 08:05:35,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/1028adda4ab144fa8b3fc5c1d258f8c6 used request id req-7b773867-e6f8-4624-96c1-dab1cac4a96c 2018-11-09 08:05:35,494 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj-role to project CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj 2018-11-09 08:05:35,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6/users/8ca7676495a24ecc971a59e31cfe3c11/roles/1028adda4ab144fa8b3fc5c1d258f8c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:05:35,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:05:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ea53293-c5bf-49b1-b8ef-25a348d2f50b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:05:35,631 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6/users/8ca7676495a24ecc971a59e31cfe3c11/roles/1028adda4ab144fa8b3fc5c1d258f8c6 used request id req-9ea53293-c5bf-49b1-b8ef-25a348d2f50b 2018-11-09 08:05:35,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:35,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:36,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["PllJiPrmT_2UYsPaAhbTSw"], "issued_at": "2018-11-09T08:05:36.000000Z"}} 2018-11-09 08:05:36,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67784f437c2b49db06758cfceadca59ced7cd11d" 2018-11-09 08:05:36,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22b5af56-e59d-4274-8219-7ea9cce72a49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:36,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-22b5af56-e59d-4274-8219-7ea9cce72a49 2018-11-09 08:05:36,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67784f437c2b49db06758cfceadca59ced7cd11d" 2018-11-09 08:05:36,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f5901476-9dc8-444b-a391-5d1ff28bf2d9 Date: Fri, 09 Nov 2018 08:05:36 GMT RESP BODY: {"networks":[]} 2018-11-09 08:05:36,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net used request id req-f5901476-9dc8-444b-a391-5d1ff28bf2d9 2018-11-09 08:05:36,301 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net 2018-11-09 08:05:36,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:36,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:36,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["OXkWQ4zjSN-BJi8qsThUSQ"], "issued_at": "2018-11-09T08:05:36.000000Z"}} 2018-11-09 08:05:36,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0b3f5c5b1d24ac2dbb924d698e1ca1e9045000" 2018-11-09 08:05:36,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4c96b9a-8f0e-4bcf-a6be-d93d3327bd34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:36,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e4c96b9a-8f0e-4bcf-a6be-d93d3327bd34 2018-11-09 08:05:36,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:36,783 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:36,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0b3f5c5b1d24ac2dbb924d698e1ca1e9045000" 2018-11-09 08:05:36,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c1e3a1-1513-4ffa-8182-68451b8647cc Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6"}, "enabled": true, "id": "7a5aa7c23a3d47749a59fa49951e41c6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}]} 2018-11-09 08:05:36,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj used request id req-43c1e3a1-1513-4ffa-8182-68451b8647cc 2018-11-09 08:05:36,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67784f437c2b49db06758cfceadca59ced7cd11d" -d '{"network": {"tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "name": "CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net", "admin_state_up": true}}' 2018-11-09 08:05:37,476 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-7a266c9e-7284-46f1-9bdc-229b2af6909a Date: Fri, 09 Nov 2018 08:05:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b9415770-9eb5-4399-b34e-3193b87ab687","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"7a5aa7c23a3d47749a59fa49951e41c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:05:37Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net","admin_state_up":true,"tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:37Z","mtu":1450}} 2018-11-09 08:05:37,476 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-7a266c9e-7284-46f1-9bdc-229b2af6909a 2018-11-09 08:05:37,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=b9415770-9eb5-4399-b34e-3193b87ab687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67784f437c2b49db06758cfceadca59ced7cd11d" 2018-11-09 08:05:37,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-a5c6c5fb-5f8a-4a0a-bab1-45cd627cf32a Date: Fri, 09 Nov 2018 08:05:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b9415770-9eb5-4399-b34e-3193b87ab687","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"7a5aa7c23a3d47749a59fa49951e41c6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:05:37Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net","admin_state_up":true,"tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:37Z","provider:network_type":"vxlan"}]} 2018-11-09 08:05:37,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=b9415770-9eb5-4399-b34e-3193b87ab687 used request id req-a5c6c5fb-5f8a-4a0a-bab1-45cd627cf32a 2018-11-09 08:05:37,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b9415770-9eb5-4399-b34e-3193b87ab687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67784f437c2b49db06758cfceadca59ced7cd11d" 2018-11-09 08:05:37,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fd1fe4b7-47a3-4705-ab08-efd1713c0739 Date: Fri, 09 Nov 2018 08:05:37 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:05:37,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b9415770-9eb5-4399-b34e-3193b87ab687 used request id req-fd1fe4b7-47a3-4705-ab08-efd1713c0739 2018-11-09 08:05:37,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:37,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:38,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["qQQWqrB7Reys4yrqwVJp4A"], "issued_at": "2018-11-09T08:05:38.000000Z"}} 2018-11-09 08:05:38,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a4fca4503aa3efaff746b265f7553b3ebb0653d" 2018-11-09 08:05:38,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-413f42a2-7ce0-4219-8ee7-c1902f3891bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:38,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-413f42a2-7ce0-4219-8ee7-c1902f3891bc 2018-11-09 08:05:38,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:38,362 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:38,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a4fca4503aa3efaff746b265f7553b3ebb0653d" 2018-11-09 08:05:38,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b37cd401-6aac-4ee8-a9a6-8f3fb249d428 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6"}, "enabled": true, "id": "7a5aa7c23a3d47749a59fa49951e41c6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}]} 2018-11-09 08:05:38,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj used request id req-b37cd401-6aac-4ee8-a9a6-8f3fb249d428 2018-11-09 08:05:38,450 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet 2018-11-09 08:05:38,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67784f437c2b49db06758cfceadca59ced7cd11d" -d '{"subnets": [{"ip_version": 4, "network_id": "b9415770-9eb5-4399-b34e-3193b87ab687", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet", "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6"}]}' 2018-11-09 08:05:39,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d05d1f6c-9eda-4a56-b5a0-9183dbc6346b Date: Fri, 09 Nov 2018 08:05:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9415770-9eb5-4399-b34e-3193b87ab687","tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"7a5aa7c23a3d47749a59fa49951e41c6","id":"4946cbad-f3e3-4d8a-b24b-d18b2cb45117","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet"}]} 2018-11-09 08:05:39,196 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-d05d1f6c-9eda-4a56-b5a0-9183dbc6346b 2018-11-09 08:05:39,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=b9415770-9eb5-4399-b34e-3193b87ab687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67784f437c2b49db06758cfceadca59ced7cd11d" 2018-11-09 08:05:39,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-81febd98-1367-43ee-9af4-65d4e735b129 Date: Fri, 09 Nov 2018 08:05:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"b9415770-9eb5-4399-b34e-3193b87ab687","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"7a5aa7c23a3d47749a59fa49951e41c6","status":"ACTIVE","subnets":["4946cbad-f3e3-4d8a-b24b-d18b2cb45117"],"description":"","tags":[],"updated_at":"2018-11-09T08:05:38Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net","admin_state_up":true,"tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:37Z","provider:network_type":"vxlan"}]} 2018-11-09 08:05:39,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=b9415770-9eb5-4399-b34e-3193b87ab687 used request id req-81febd98-1367-43ee-9af4-65d4e735b129 2018-11-09 08:05:39,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b9415770-9eb5-4399-b34e-3193b87ab687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67784f437c2b49db06758cfceadca59ced7cd11d" 2018-11-09 08:05:39,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-184de469-6e7a-4053-8d82-41af470f9e42 Date: Fri, 09 Nov 2018 08:05:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9415770-9eb5-4399-b34e-3193b87ab687","tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"7a5aa7c23a3d47749a59fa49951e41c6","id":"4946cbad-f3e3-4d8a-b24b-d18b2cb45117","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet"}]} 2018-11-09 08:05:39,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b9415770-9eb5-4399-b34e-3193b87ab687 used request id req-184de469-6e7a-4053-8d82-41af470f9e42 2018-11-09 08:05:39,849 - OpenStackNetwork - DEBUG - Network [b9415770-9eb5-4399-b34e-3193b87ab687] created successfully 2018-11-09 08:05:39,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:40,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1028adda4ab144fa8b3fc5c1d258f8c6", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj-role"}], "expires_at": "2018-11-09T09:05:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a5aa7c23a3d47749a59fa49951e41c6", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7a5aa7c23a3d47749a59fa49951e41c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-user", "id": "8ca7676495a24ecc971a59e31cfe3c11"}, "audit_ids": ["uoNe1QznSEO14z2hTNVJIQ"], "issued_at": "2018-11-09T08:05:40.000000Z"}} 2018-11-09 08:05:40,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5ae085e9502b706a339e2fefdbe13773b9ad04" 2018-11-09 08:05:40,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-49306922-6042-4a98-aed5-6d9955011d5c Date: Fri, 09 Nov 2018 08:05:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4946cbad-f3e3-4d8a-b24b-d18b2cb45117"],"updated_at":"2018-11-09T08:05:38Z","tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7a5aa7c23a3d47749a59fa49951e41c6","id":"b9415770-9eb5-4399-b34e-3193b87ab687","name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net"}]} 2018-11-09 08:05:40,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net used request id req-49306922-6042-4a98-aed5-6d9955011d5c 2018-11-09 08:05:40,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:40,485 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:40,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beefe7ecb179ce2e06cb5288e8ed1d139efeb7cf" 2018-11-09 08:05:40,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0b0e6eb-02c9-4a12-a6c5-8bd07b261125 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6"}, "enabled": true, "id": "7a5aa7c23a3d47749a59fa49951e41c6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}} 2018-11-09 08:05:40,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6 used request id req-a0b0e6eb-02c9-4a12-a6c5-8bd07b261125 2018-11-09 08:05:40,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b9415770-9eb5-4399-b34e-3193b87ab687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5ae085e9502b706a339e2fefdbe13773b9ad04" 2018-11-09 08:05:40,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bf49e2e3-c115-4bb3-b031-75584b7c98a3 Date: Fri, 09 Nov 2018 08:05:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9415770-9eb5-4399-b34e-3193b87ab687","tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"7a5aa7c23a3d47749a59fa49951e41c6","id":"4946cbad-f3e3-4d8a-b24b-d18b2cb45117","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet"}]} 2018-11-09 08:05:40,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b9415770-9eb5-4399-b34e-3193b87ab687 used request id req-bf49e2e3-c115-4bb3-b031-75584b7c98a3 2018-11-09 08:05:40,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:40,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:41,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["wqOYPNP6QDSPo1SC1rzCDQ"], "issued_at": "2018-11-09T08:05:41.000000Z"}} 2018-11-09 08:05:41,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:41,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfbf089f-b5ca-457e-b13e-e7e0d1cf0f51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:41,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dfbf089f-b5ca-457e-b13e-e7e0d1cf0f51 2018-11-09 08:05:41,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:41,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-08fc9b12-f2a0-4943-a6d5-8c6c5e742693 Date: Fri, 09 Nov 2018 08:05:41 GMT RESP BODY: {"routers": []} 2018-11-09 08:05:41,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router&admin_state_up=True used request id req-08fc9b12-f2a0-4943-a6d5-8c6c5e742693 2018-11-09 08:05:41,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:05:41,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:05:42,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:05:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["TbIOlWzsT-uNGIwIn-3uHQ"], "issued_at": "2018-11-09T08:05:42.000000Z"}} 2018-11-09 08:05:42,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca6e6dd6dae66fc78d2c9785932c82c2fafd8ca6" 2018-11-09 08:05:42,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f7a7a72-86d7-4e21-ba93-2574ed294654 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:05:42,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9f7a7a72-86d7-4e21-ba93-2574ed294654 2018-11-09 08:05:42,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:42,183 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:42,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca6e6dd6dae66fc78d2c9785932c82c2fafd8ca6" 2018-11-09 08:05:42,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-294eaae3-0d0f-451c-b550-afe00d6ae698 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6"}, "enabled": true, "id": "7a5aa7c23a3d47749a59fa49951e41c6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}]} 2018-11-09 08:05:42,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj used request id req-294eaae3-0d0f-451c-b550-afe00d6ae698 2018-11-09 08:05:42,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:42,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c40a6808-dcc4-4e88-b4a1-156c30a35c1e Date: Fri, 09 Nov 2018 08:05:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 08:05:42,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-c40a6808-dcc4-4e88-b4a1-156c30a35c1e 2018-11-09 08:05:42,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:42,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-cad1cec9-6061-41ca-9160-3523ecbdeba6 Date: Fri, 09 Nov 2018 08:05:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 08:05:42,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-cad1cec9-6061-41ca-9160-3523ecbdeba6 2018-11-09 08:05:42,698 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router 2018-11-09 08:05:42,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "name": "CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router", "admin_state_up": true}}' 2018-11-09 08:05:47,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-32eea453-fa81-497f-ae58-4d8b57f21729 Date: Fri, 09 Nov 2018 08:05:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "created_at": "2018-11-09T08:05:43Z", "admin_state_up": true, "updated_at": "2018-11-09T08:05:44Z", "project_id": "7a5aa7c23a3d47749a59fa49951e41c6", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "01cf943a-68a5-49bb-8aa5-a93bb70f27b6", "name": "CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router"}} 2018-11-09 08:05:47,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-32eea453-fa81-497f-ae58-4d8b57f21729 2018-11-09 08:05:47,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=01cf943a-68a5-49bb-8aa5-a93bb70f27b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:47,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-a133b889-c5e7-475a-b5f7-abe13bc909ee Date: Fri, 09 Nov 2018 08:05:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:45Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","ip_address":"169.254.192.1"}],"id":"411f350c-18ca-4749-9bc2-baa08b4e6659","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:37:e0:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7a5aa7c23a3d47749a59fa49951e41c6","admin_state_up":true,"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:45Z","binding:vnic_type":"normal","device_id":"01cf943a-68a5-49bb-8aa5-a93bb70f27b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:44Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","ip_address":"169.254.192.4"}],"id":"677b4301-5a48-4964-bde0-32980cfc031a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:22:cd:e0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7a5aa7c23a3d47749a59fa49951e41c6","admin_state_up":true,"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:44Z","binding:vnic_type":"normal","device_id":"01cf943a-68a5-49bb-8aa5-a93bb70f27b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:46Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","ip_address":"169.254.192.7"}],"id":"bfdabf00-b5e7-4d2d-9f9d-bc8e64954134","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:82:33:65","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7a5aa7c23a3d47749a59fa49951e41c6","admin_state_up":true,"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:46Z","binding:vnic_type":"normal","device_id":"01cf943a-68a5-49bb-8aa5-a93bb70f27b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:43Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.204"}],"id":"ed215491-d707-44a2-b8d4-9a0a07437be9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:1e:88","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T08:05:43Z","binding:vnic_type":"normal","device_id":"01cf943a-68a5-49bb-8aa5-a93bb70f27b6"}]} 2018-11-09 08:05:47,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=01cf943a-68a5-49bb-8aa5-a93bb70f27b6 used request id req-a133b889-c5e7-475a-b5f7-abe13bc909ee 2018-11-09 08:05:47,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:47,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-691a64fb-7c89-4116-9fbb-f3a5348c0e43 Date: Fri, 09 Nov 2018 08:05:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:05:47,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-691a64fb-7c89-4116-9fbb-f3a5348c0e43 2018-11-09 08:05:47,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:48,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7375371b-ceb5-4ecf-9fcc-04adefe78717 Date: Fri, 09 Nov 2018 08:05:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:42Z","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":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","subnetpool_id":null,"name":"HA subnet tenant 7a5aa7c23a3d47749a59fa49951e41c6"}} 2018-11-09 08:05:48,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d used request id req-7375371b-ceb5-4ecf-9fcc-04adefe78717 2018-11-09 08:05:48,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:48,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-11d4d169-e047-44b1-91b2-4963e5ca88c9 Date: Fri, 09 Nov 2018 08:05:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:42Z","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":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","subnetpool_id":null,"name":"HA subnet tenant 7a5aa7c23a3d47749a59fa49951e41c6"}} 2018-11-09 08:05:48,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d used request id req-11d4d169-e047-44b1-91b2-4963e5ca88c9 2018-11-09 08:05:48,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:48,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5a9e99c5-0fc9-4b10-915e-759e48b003e9 Date: Fri, 09 Nov 2018 08:05:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:42Z","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":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","subnetpool_id":null,"name":"HA subnet tenant 7a5aa7c23a3d47749a59fa49951e41c6"}} 2018-11-09 08:05:48,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d used request id req-5a9e99c5-0fc9-4b10-915e-759e48b003e9 2018-11-09 08:05:48,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:48,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-30805351-63b5-4b58-a79f-156b88419512 Date: Fri, 09 Nov 2018 08:05:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"b9415770-9eb5-4399-b34e-3193b87ab687","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"7a5aa7c23a3d47749a59fa49951e41c6","status":"ACTIVE","subnets":["4946cbad-f3e3-4d8a-b24b-d18b2cb45117"],"description":"","tags":[],"updated_at":"2018-11-09T08:05:38Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net","admin_state_up":true,"tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:37Z","provider:network_type":"vxlan"}]} 2018-11-09 08:05:48,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net used request id req-30805351-63b5-4b58-a79f-156b88419512 2018-11-09 08:05:48,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:05:48,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:05: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:05:48,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:48,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c004fa-a353-4b07-a569-4b5779d49974 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6"}, "enabled": true, "id": "7a5aa7c23a3d47749a59fa49951e41c6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}} 2018-11-09 08:05:48,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6 used request id req-e6c004fa-a353-4b07-a569-4b5779d49974 2018-11-09 08:05:48,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b9415770-9eb5-4399-b34e-3193b87ab687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:48,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b5717cdd-459c-40b4-95db-98cfee7fcb1f Date: Fri, 09 Nov 2018 08:05:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9415770-9eb5-4399-b34e-3193b87ab687","tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"7a5aa7c23a3d47749a59fa49951e41c6","id":"4946cbad-f3e3-4d8a-b24b-d18b2cb45117","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet"}]} 2018-11-09 08:05:48,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b9415770-9eb5-4399-b34e-3193b87ab687 used request id req-b5717cdd-459c-40b4-95db-98cfee7fcb1f 2018-11-09 08:05:48,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b9415770-9eb5-4399-b34e-3193b87ab687&name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:48,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3409be55-aeba-4b9e-adb3-84453d368cfe Date: Fri, 09 Nov 2018 08:05:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9415770-9eb5-4399-b34e-3193b87ab687","tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"7a5aa7c23a3d47749a59fa49951e41c6","id":"4946cbad-f3e3-4d8a-b24b-d18b2cb45117","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet"}]} 2018-11-09 08:05:48,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b9415770-9eb5-4399-b34e-3193b87ab687&name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet used request id req-3409be55-aeba-4b9e-adb3-84453d368cfe 2018-11-09 08:05:48,907 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:05:48,907 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router 2018-11-09 08:05:48,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/01cf943a-68a5-49bb-8aa5-a93bb70f27b6/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" -d '{"subnet_id": "4946cbad-f3e3-4d8a-b24b-d18b2cb45117"}' 2018-11-09 08:05:50,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e815afdd-6a7e-4891-b54a-07011b3bb058 Date: Fri, 09 Nov 2018 08:05:50 GMT RESP BODY: {"network_id": "b9415770-9eb5-4399-b34e-3193b87ab687", "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "subnet_id": "4946cbad-f3e3-4d8a-b24b-d18b2cb45117", "subnet_ids": ["4946cbad-f3e3-4d8a-b24b-d18b2cb45117"], "port_id": "a1322964-7a15-4caa-bbfd-83a25727e17d", "id": "01cf943a-68a5-49bb-8aa5-a93bb70f27b6"} 2018-11-09 08:05:50,795 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/01cf943a-68a5-49bb-8aa5-a93bb70f27b6/add_router_interface used request id req-e815afdd-6a7e-4891-b54a-07011b3bb058 2018-11-09 08:05:50,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/01cf943a-68a5-49bb-8aa5-a93bb70f27b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:51,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-d4fff2cc-687f-47ea-929a-9ab3c4bcd36e Date: Fri, 09 Nov 2018 08:05:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "created_at": "2018-11-09T08:05:43Z", "admin_state_up": true, "updated_at": "2018-11-09T08:05:49Z", "project_id": "7a5aa7c23a3d47749a59fa49951e41c6", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "01cf943a-68a5-49bb-8aa5-a93bb70f27b6", "name": "CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router"}} 2018-11-09 08:05:51,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/01cf943a-68a5-49bb-8aa5-a93bb70f27b6 used request id req-d4fff2cc-687f-47ea-929a-9ab3c4bcd36e 2018-11-09 08:05:51,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=01cf943a-68a5-49bb-8aa5-a93bb70f27b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:51,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4441 X-Openstack-Request-Id: req-a8cb6961-c22c-44ed-a7de-c56a5bc86e78 Date: Fri, 09 Nov 2018 08:05:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:50Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","ip_address":"169.254.192.1"}],"id":"411f350c-18ca-4749-9bc2-baa08b4e6659","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:e0:e7","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7a5aa7c23a3d47749a59fa49951e41c6","admin_state_up":true,"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:45Z","binding:vnic_type":"normal","device_id":"01cf943a-68a5-49bb-8aa5-a93bb70f27b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:50Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","ip_address":"169.254.192.4"}],"id":"677b4301-5a48-4964-bde0-32980cfc031a","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:cd:e0","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7a5aa7c23a3d47749a59fa49951e41c6","admin_state_up":true,"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:44Z","binding:vnic_type":"normal","device_id":"01cf943a-68a5-49bb-8aa5-a93bb70f27b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4946cbad-f3e3-4d8a-b24b-d18b2cb45117","ip_address":"10.55.1.1"}],"id":"a1322964-7a15-4caa-bbfd-83a25727e17d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:cb:83","project_id":"7a5aa7c23a3d47749a59fa49951e41c6","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b9415770-9eb5-4399-b34e-3193b87ab687","tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:49Z","binding:vnic_type":"normal","device_id":"01cf943a-68a5-49bb-8aa5-a93bb70f27b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:49Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","ip_address":"169.254.192.7"}],"id":"bfdabf00-b5e7-4d2d-9f9d-bc8e64954134","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:33:65","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7a5aa7c23a3d47749a59fa49951e41c6","admin_state_up":true,"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:46Z","binding:vnic_type":"normal","device_id":"01cf943a-68a5-49bb-8aa5-a93bb70f27b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:49Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.204"}],"id":"ed215491-d707-44a2-b8d4-9a0a07437be9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:1e:88","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":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T08:05:43Z","binding:vnic_type":"normal","device_id":"01cf943a-68a5-49bb-8aa5-a93bb70f27b6"}]} 2018-11-09 08:05:51,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=01cf943a-68a5-49bb-8aa5-a93bb70f27b6 used request id req-a8cb6961-c22c-44ed-a7de-c56a5bc86e78 2018-11-09 08:05:51,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:51,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7277f916-f20c-4670-a617-fa0a8a2e5cd3 Date: Fri, 09 Nov 2018 08:05:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:05:51,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-7277f916-f20c-4670-a617-fa0a8a2e5cd3 2018-11-09 08:05:51,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:51,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4a9c5ec7-3905-4c4d-bda5-043446a578de Date: Fri, 09 Nov 2018 08:05:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:42Z","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":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","subnetpool_id":null,"name":"HA subnet tenant 7a5aa7c23a3d47749a59fa49951e41c6"}} 2018-11-09 08:05:51,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d used request id req-4a9c5ec7-3905-4c4d-bda5-043446a578de 2018-11-09 08:05:51,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:51,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c80d4f1e-31cc-472c-b322-596f710d108c Date: Fri, 09 Nov 2018 08:05:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:42Z","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":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","subnetpool_id":null,"name":"HA subnet tenant 7a5aa7c23a3d47749a59fa49951e41c6"}} 2018-11-09 08:05:51,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d used request id req-c80d4f1e-31cc-472c-b322-596f710d108c 2018-11-09 08:05:51,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:51,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6f92edc1-d6eb-4f4f-8b9b-9b75f2f58f52 Date: Fri, 09 Nov 2018 08:05:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"db9f1563-7568-4001-a6a9-169b3c6bb9d6","tenant_id":"","created_at":"2018-11-09T08:05:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05:42Z","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":"0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d","subnetpool_id":null,"name":"HA subnet tenant 7a5aa7c23a3d47749a59fa49951e41c6"}} 2018-11-09 08:05:51,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/0a3ab2a4-a8c5-4b75-9940-0d5c4ca8e83d used request id req-6f92edc1-d6eb-4f4f-8b9b-9b75f2f58f52 2018-11-09 08:05:51,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/4946cbad-f3e3-4d8a-b24b-d18b2cb45117 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:52,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-e59d55fa-459d-44d4-af17-9d82b81420a0 Date: Fri, 09 Nov 2018 08:05:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9415770-9eb5-4399-b34e-3193b87ab687","tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"7a5aa7c23a3d47749a59fa49951e41c6","id":"4946cbad-f3e3-4d8a-b24b-d18b2cb45117","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet"}} 2018-11-09 08:05:52,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/4946cbad-f3e3-4d8a-b24b-d18b2cb45117 used request id req-e59d55fa-459d-44d4-af17-9d82b81420a0 2018-11-09 08:05:52,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5ae085e9502b706a339e2fefdbe13773b9ad04" 2018-11-09 08:05:52,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-cc848d11-aba8-462c-a1a0-bdd4d20c831a Date: Fri, 09 Nov 2018 08:05:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "created_at": "2018-11-09T08:05:43Z", "admin_state_up": true, "updated_at": "2018-11-09T08:05:49Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "7a5aa7c23a3d47749a59fa49951e41c6", "id": "01cf943a-68a5-49bb-8aa5-a93bb70f27b6", "name": "CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router"}]} 2018-11-09 08:05:52,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router&admin_state_up=True used request id req-cc848d11-aba8-462c-a1a0-bdd4d20c831a 2018-11-09 08:05:52,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beefe7ecb179ce2e06cb5288e8ed1d139efeb7cf" 2018-11-09 08:05:52,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17fe5915-7167-49bd-9052-ae95e942d421 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6"}, "enabled": true, "id": "7a5aa7c23a3d47749a59fa49951e41c6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}} 2018-11-09 08:05:52,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6 used request id req-17fe5915-7167-49bd-9052-ae95e942d421 2018-11-09 08:05:52,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=01cf943a-68a5-49bb-8aa5-a93bb70f27b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5ae085e9502b706a339e2fefdbe13773b9ad04" 2018-11-09 08:05:52,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-14b3ba6c-98a5-4bbc-825c-f3efc1ca79c9 Date: Fri, 09 Nov 2018 08:05:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:05:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4946cbad-f3e3-4d8a-b24b-d18b2cb45117","ip_address":"10.55.1.1"}],"id":"a1322964-7a15-4caa-bbfd-83a25727e17d","security_groups":[],"mac_address":"fa:16:3e:21:cb:83","project_id":"7a5aa7c23a3d47749a59fa49951e41c6","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b9415770-9eb5-4399-b34e-3193b87ab687","tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:49Z","binding:vnic_type":"normal","device_id":"01cf943a-68a5-49bb-8aa5-a93bb70f27b6"}]} 2018-11-09 08:05:52,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=01cf943a-68a5-49bb-8aa5-a93bb70f27b6 used request id req-14b3ba6c-98a5-4bbc-825c-f3efc1ca79c9 2018-11-09 08:05:52,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/4946cbad-f3e3-4d8a-b24b-d18b2cb45117 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5ae085e9502b706a339e2fefdbe13773b9ad04" 2018-11-09 08:05:52,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-f1bb58ff-c148-45b8-a092-e69a39c63822 Date: Fri, 09 Nov 2018 08:05:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9415770-9eb5-4399-b34e-3193b87ab687","tenant_id":"7a5aa7c23a3d47749a59fa49951e41c6","created_at":"2018-11-09T08:05:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:05: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":"7a5aa7c23a3d47749a59fa49951e41c6","id":"4946cbad-f3e3-4d8a-b24b-d18b2cb45117","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet"}} 2018-11-09 08:05:52,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/4946cbad-f3e3-4d8a-b24b-d18b2cb45117 used request id req-f1bb58ff-c148-45b8-a092-e69a39c63822 2018-11-09 08:05:52,752 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router and subnet CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet 2018-11-09 08:05:52,752 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router 2018-11-09 08:05:52,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/01cf943a-68a5-49bb-8aa5-a93bb70f27b6/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" -d '{"subnet_id": "4946cbad-f3e3-4d8a-b24b-d18b2cb45117"}' 2018-11-09 08:05:54,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d65abe72-ada2-4dbe-b987-9cf567a4069a Date: Fri, 09 Nov 2018 08:05:54 GMT RESP BODY: {"network_id": "b9415770-9eb5-4399-b34e-3193b87ab687", "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "subnet_id": "4946cbad-f3e3-4d8a-b24b-d18b2cb45117", "subnet_ids": ["4946cbad-f3e3-4d8a-b24b-d18b2cb45117"], "port_id": "a1322964-7a15-4caa-bbfd-83a25727e17d", "id": "01cf943a-68a5-49bb-8aa5-a93bb70f27b6"} 2018-11-09 08:05:54,508 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/01cf943a-68a5-49bb-8aa5-a93bb70f27b6/remove_router_interface used request id req-d65abe72-ada2-4dbe-b987-9cf567a4069a 2018-11-09 08:05:54,508 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router 2018-11-09 08:05:54,509 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-router 2018-11-09 08:05:54,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/01cf943a-68a5-49bb-8aa5-a93bb70f27b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb008ed602a16cc1cbce9212181eb2c009c1dbe5" 2018-11-09 08:05:57,757 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-70c79f34-4f40-4a22-b415-cf3204534991 Content-Length: 0 Date: Fri, 09 Nov 2018 08:05:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:05:57,757 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/01cf943a-68a5-49bb-8aa5-a93bb70f27b6 used request id req-70c79f34-4f40-4a22-b415-cf3204534991 2018-11-09 08:05:57,758 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet 2018-11-09 08:05:57,758 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-subnet 2018-11-09 08:05:57,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/4946cbad-f3e3-4d8a-b24b-d18b2cb45117 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67784f437c2b49db06758cfceadca59ced7cd11d" 2018-11-09 08:05:59,889 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa952547-9f72-457a-9434-06418c7d48bb Date: Fri, 09 Nov 2018 08:05:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:05:59,889 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/4946cbad-f3e3-4d8a-b24b-d18b2cb45117 used request id req-aa952547-9f72-457a-9434-06418c7d48bb 2018-11-09 08:05:59,889 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-5c40fe18-88c3-46cb-b21e-c1e58a95f23c-pub-net 2018-11-09 08:05:59,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/b9415770-9eb5-4399-b34e-3193b87ab687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67784f437c2b49db06758cfceadca59ced7cd11d" 2018-11-09 08:06:01,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f78bec11-bc61-4ed6-9151-4acca8ee632b Date: Fri, 09 Nov 2018 08:06:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:01,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b9415770-9eb5-4399-b34e-3193b87ab687 used request id req-f78bec11-bc61-4ed6-9151-4acca8ee632b 2018-11-09 08:06:01,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:06:01,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-718e58f6-e91e-40d6-90dd-9b5919e1c458 Date: Fri, 09 Nov 2018 08:06:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "created_at": "2018-11-09T08:05:37Z", "updated_at": "2018-11-09T08:05:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:05:37Z", "revision_number": 0, "id": "218d4c02-f349-47fa-88fa-5aeaa7d71e8f", "remote_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "remote_ip_prefix": null, "created_at": "2018-11-09T08:05:37Z", "security_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a5aa7c23a3d47749a59fa49951e41c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:05:37Z", "revision_number": 0, "id": "24bed755-8780-4860-bcc3-69824166d983", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:05:37Z", "security_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a5aa7c23a3d47749a59fa49951e41c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:05:37Z", "revision_number": 0, "id": "57dec0bc-39e9-48f5-be41-809a3193116d", "remote_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "remote_ip_prefix": null, "created_at": "2018-11-09T08:05:37Z", "security_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a5aa7c23a3d47749a59fa49951e41c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:05:37Z", "revision_number": 0, "id": "88d1227b-02bb-4a52-8292-8290c0e27d90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:05:37Z", "security_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a5aa7c23a3d47749a59fa49951e41c6"}], "revision_number": 4, "project_id": "7a5aa7c23a3d47749a59fa49951e41c6", "id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:06:01,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-718e58f6-e91e-40d6-90dd-9b5919e1c458 2018-11-09 08:06:01,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:06:01,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7020e657-cbd5-4b62-937e-dfb721be75e1 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:06:01,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-7020e657-cbd5-4b62-937e-dfb721be75e1 2018-11-09 08:06:01,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:06:01,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-969ac589-484a-4802-a2fd-fb1f9f25db75 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:06:01,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-969ac589-484a-4802-a2fd-fb1f9f25db75 2018-11-09 08:06:01,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:06:01,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb7503d-4de8-4323-9ec0-6f23a6d95228 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6"}, "enabled": true, "id": "7a5aa7c23a3d47749a59fa49951e41c6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj"}} 2018-11-09 08:06:01,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6 used request id req-eeb7503d-4de8-4323-9ec0-6f23a6d95228 2018-11-09 08:06:01,672 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b31216f2-8b22-478e-945c-ad22d4e42cbf 2018-11-09 08:06:01,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=b31216f2-8b22-478e-945c-ad22d4e42cbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:06:01,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-26cf44d6-f0dc-4341-bd0b-e7f2a37949e2 Date: Fri, 09 Nov 2018 08:06:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:05:37Z", "security_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "port_range_min": null, "revision_number": 0, "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "created_at": "2018-11-09T08:05:37Z", "project_id": "7a5aa7c23a3d47749a59fa49951e41c6", "id": "218d4c02-f349-47fa-88fa-5aeaa7d71e8f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:05:37Z", "security_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "port_range_min": null, "revision_number": 0, "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "created_at": "2018-11-09T08:05:37Z", "project_id": "7a5aa7c23a3d47749a59fa49951e41c6", "id": "24bed755-8780-4860-bcc3-69824166d983"}, {"remote_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:05:37Z", "security_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "port_range_min": null, "revision_number": 0, "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "created_at": "2018-11-09T08:05:37Z", "project_id": "7a5aa7c23a3d47749a59fa49951e41c6", "id": "57dec0bc-39e9-48f5-be41-809a3193116d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:05:37Z", "security_group_id": "b31216f2-8b22-478e-945c-ad22d4e42cbf", "port_range_min": null, "revision_number": 0, "tenant_id": "7a5aa7c23a3d47749a59fa49951e41c6", "created_at": "2018-11-09T08:05:37Z", "project_id": "7a5aa7c23a3d47749a59fa49951e41c6", "id": "88d1227b-02bb-4a52-8292-8290c0e27d90"}]} 2018-11-09 08:06:01,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=b31216f2-8b22-478e-945c-ad22d4e42cbf used request id req-26cf44d6-f0dc-4341-bd0b-e7f2a37949e2 2018-11-09 08:06:01,852 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:06:01,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/b31216f2-8b22-478e-945c-ad22d4e42cbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:06:02,239 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a12b0b94-fb78-4a80-b483-8e2cf9ac27eb Content-Length: 0 Date: Fri, 09 Nov 2018 08:06:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:02,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/b31216f2-8b22-478e-945c-ad22d4e42cbf used request id req-a12b0b94-fb78-4a80-b483-8e2cf9ac27eb 2018-11-09 08:06:02,240 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj 2018-11-09 08:06:02,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:06:02,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07b55e99-ff79-4994-90ce-e753929ce31a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:02,439 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/7a5aa7c23a3d47749a59fa49951e41c6 used request id req-07b55e99-ff79-4994-90ce-e753929ce31a 2018-11-09 08:06:02,439 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-c98c3fd7-77ca-41e-proj-role 2018-11-09 08:06:02,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/1028adda4ab144fa8b3fc5c1d258f8c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:06:02,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2005bec4-ad7f-49eb-88b8-94b2c48c3f5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:02,558 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/1028adda4ab144fa8b3fc5c1d258f8c6 used request id req-2005bec4-ad7f-49eb-88b8-94b2c48c3f5e 2018-11-09 08:06:02,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5ba374e67ec05c6e519adad3442d3ee49ffe8b" 2018-11-09 08:06:02,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d42df5e8-63d2-4ba5-b9b8-87f4f00e6648 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:06:02,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d42df5e8-63d2-4ba5-b9b8-87f4f00e6648 2018-11-09 08:06:02,645 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-c98c3fd7-77ca-41e-user 2018-11-09 08:06:02,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8ca7676495a24ecc971a59e31cfe3c11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c49330d1f8cc3003c30595891f08935f088695f7" 2018-11-09 08:06:02,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeb27de8-1c75-4aa1-8e0e-a658c31cddd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:02,894 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8ca7676495a24ecc971a59e31cfe3c11 used request id req-aeb27de8-1c75-4aa1-8e0e-a658c31cddd0 2018-11-09 08:06:02,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:03,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["13nSUgK7R86tmUx2CPyuLw"], "issued_at": "2018-11-09T08:06:03.000000Z"}} 2018-11-09 08:06:03,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2ba0f2aa578ba84cd0e3d12719cd5eed04bbba" 2018-11-09 08:06:03,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55cd8348-ae14-454b-8afb-2bf4d8a2c103 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:03,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-55cd8348-ae14-454b-8afb-2bf4d8a2c103 2018-11-09 08:06:03,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:03,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:03,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["oIau3J3dSbK8AjYFXTYbhw"], "issued_at": "2018-11-09T08:06:03.000000Z"}} 2018-11-09 08:06:03,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:03,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b6e188b-2e22-47bc-b799-e9323c720bed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:03,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9b6e188b-2e22-47bc-b799-e9323c720bed 2018-11-09 08:06:03,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:03,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:03,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:03,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bee5c230-35df-428f-81a1-e0b95544c2b3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:06:03,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj used request id req-bee5c230-35df-428f-81a1-e0b95544c2b3 2018-11-09 08:06:03,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:04,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ac7e94-c825-4227-a3ee-781843bff49f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:06:04,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-59ac7e94-c825-4227-a3ee-781843bff49f 2018-11-09 08:06:04,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}}' 2018-11-09 08:06:04,142 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:06:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8a5017e-eb5a-48b1-9bdc-ab3bb9c2e7b9 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0"}, "enabled": true, "id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}} 2018-11-09 08:06:04,142 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e8a5017e-eb5a-48b1-9bdc-ab3bb9c2e7b9 2018-11-09 08:06:04,143 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj 2018-11-09 08:06:04,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:04,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:04,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["IRd-QOM_QjybvgaEhB9SGg"], "issued_at": "2018-11-09T08:06:04.000000Z"}} 2018-11-09 08:06:04,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be63de239cdb544e80e2ac127f93032f932ab4f8" 2018-11-09 08:06:04,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9748ad8-983a-4826-92d1-e600bdcd1335 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:04,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e9748ad8-983a-4826-92d1-e600bdcd1335 2018-11-09 08:06:04,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:04,538 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:04,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be63de239cdb544e80e2ac127f93032f932ab4f8" 2018-11-09 08:06:04,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a71e4dd-fb19-4f36-bf94-9353bde08984 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:06:04,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-2a71e4dd-fb19-4f36-bf94-9353bde08984 2018-11-09 08:06:04,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be63de239cdb544e80e2ac127f93032f932ab4f8" 2018-11-09 08:06:04,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e946883b-32db-4edd-83bd-d1fbf7e7a21d Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0"}, "enabled": true, "id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}]} 2018-11-09 08:06:04,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj used request id req-e946883b-32db-4edd-83bd-d1fbf7e7a21d 2018-11-09 08:06:04,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be63de239cdb544e80e2ac127f93032f932ab4f8" 2018-11-09 08:06:04,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95d1ca89-e1f1-4c2d-9f4c-056cde4147fd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:06:04,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-95d1ca89-e1f1-4c2d-9f4c-056cde4147fd 2018-11-09 08:06:05,154 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-a6f3151f-6ccb-413-user 2018-11-09 08:06:05,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:05,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:05,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d1e931a-4351-49ba-a7af-eedf4296917c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:06:05,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4d1e931a-4351-49ba-a7af-eedf4296917c 2018-11-09 08:06:05,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" -d '{"role": {"name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj-role"}}' 2018-11-09 08:06:05,390 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:06:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0179d92f-0183-490b-b5b7-941e6aee5966 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "55661cdfaebd453aa991397ffb826ef2", "links": {"self": "http://172.30.9.27:5000/v3/roles/55661cdfaebd453aa991397ffb826ef2"}, "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj-role"}} 2018-11-09 08:06:05,390 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0179d92f-0183-490b-b5b7-941e6aee5966 2018-11-09 08:06:05,391 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj-role 2018-11-09 08:06:05,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/55661cdfaebd453aa991397ffb826ef2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:05,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bec82097-8b41-459e-9114-ef1035ee77eb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/55661cdfaebd453aa991397ffb826ef2"}, "domain_id": null, "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj-role", "id": "55661cdfaebd453aa991397ffb826ef2"}} 2018-11-09 08:06:05,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/55661cdfaebd453aa991397ffb826ef2 used request id req-bec82097-8b41-459e-9114-ef1035ee77eb 2018-11-09 08:06:05,475 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj-role to project CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj 2018-11-09 08:06:05,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0/users/a02465186e5e42efb404ec256d592af2/roles/55661cdfaebd453aa991397ffb826ef2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:05,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78bcab58-e98a-491f-9b03-c6881c09dd83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:05,606 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0/users/a02465186e5e42efb404ec256d592af2/roles/55661cdfaebd453aa991397ffb826ef2 used request id req-78bcab58-e98a-491f-9b03-c6881c09dd83 2018-11-09 08:06:05,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:05,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:05,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55661cdfaebd453aa991397ffb826ef2", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj-role"}], "expires_at": "2018-11-09T09:06:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-user", "id": "a02465186e5e42efb404ec256d592af2"}, "audit_ids": ["4Shxgdq4QUu8s0WfWczVZA"], "issued_at": "2018-11-09T08:06:06.000000Z"}} 2018-11-09 08:06:05,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6648a84c0b7c34e2dc7aa4db6d5a2554cc111d" 2018-11-09 08:06:06,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36547657-b080-46a9-83c2-b9c2c12e9b18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:06,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-36547657-b080-46a9-83c2-b9c2c12e9b18 2018-11-09 08:06:06,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6648a84c0b7c34e2dc7aa4db6d5a2554cc111d" 2018-11-09 08:06:06,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-726568f8-5895-4da8-8b43-5f52d64b8d1e Date: Fri, 09 Nov 2018 08:06:06 GMT RESP BODY: {"networks":[]} 2018-11-09 08:06:06,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net used request id req-726568f8-5895-4da8-8b43-5f52d64b8d1e 2018-11-09 08:06:06,243 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net 2018-11-09 08:06:06,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6648a84c0b7c34e2dc7aa4db6d5a2554cc111d" -d '{"network": {"name": "CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net", "admin_state_up": true}}' 2018-11-09 08:06:06,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d0e25b08-1693-4739-b4b1-05069f9c02a6 Date: Fri, 09 Nov 2018 08:06:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:06:06Z","is_default":false,"name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:06Z","mtu":1450}} 2018-11-09 08:06:06,817 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-d0e25b08-1693-4739-b4b1-05069f9c02a6 2018-11-09 08:06:06,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=e9b31112-b75c-42c3-af55-e7b4d94d7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6648a84c0b7c34e2dc7aa4db6d5a2554cc111d" 2018-11-09 08:06:07,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-adfaefb9-ae7f-45d6-839e-41ca70fee70b Date: Fri, 09 Nov 2018 08:06:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:06:06Z","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net"}]} 2018-11-09 08:06:07,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=e9b31112-b75c-42c3-af55-e7b4d94d7585 used request id req-adfaefb9-ae7f-45d6-839e-41ca70fee70b 2018-11-09 08:06:07,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6648a84c0b7c34e2dc7aa4db6d5a2554cc111d" 2018-11-09 08:06:07,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1065b139-5887-4454-9374-70b0d611b7d5 Date: Fri, 09 Nov 2018 08:06:06 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:06:07,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585 used request id req-1065b139-5887-4454-9374-70b0d611b7d5 2018-11-09 08:06:07,100 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet 2018-11-09 08:06:07,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6648a84c0b7c34e2dc7aa4db6d5a2554cc111d" -d '{"subnets": [{"ip_version": 4, "network_id": "e9b31112-b75c-42c3-af55-e7b4d94d7585", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet"}]}' 2018-11-09 08:06:07,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2f5a5680-9f9a-4ab3-b887-269aeaa5c335 Date: Fri, 09 Nov 2018 08:06:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"672f65fb-6709-4e67-a3b3-511dc9ba46a6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet"}]} 2018-11-09 08:06:07,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-2f5a5680-9f9a-4ab3-b887-269aeaa5c335 2018-11-09 08:06:07,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=e9b31112-b75c-42c3-af55-e7b4d94d7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6648a84c0b7c34e2dc7aa4db6d5a2554cc111d" 2018-11-09 08:06:08,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6eed2694-b328-4fa6-8ee4-0657598aca95 Date: Fri, 09 Nov 2018 08:06: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":["672f65fb-6709-4e67-a3b3-511dc9ba46a6"],"updated_at":"2018-11-09T08:06:07Z","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net"}]} 2018-11-09 08:06:08,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=e9b31112-b75c-42c3-af55-e7b4d94d7585 used request id req-6eed2694-b328-4fa6-8ee4-0657598aca95 2018-11-09 08:06:08,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6648a84c0b7c34e2dc7aa4db6d5a2554cc111d" 2018-11-09 08:06:08,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1bf53b30-dd76-4794-b699-5a3d993f5989 Date: Fri, 09 Nov 2018 08:06:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"672f65fb-6709-4e67-a3b3-511dc9ba46a6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet"}]} 2018-11-09 08:06:08,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585 used request id req-1bf53b30-dd76-4794-b699-5a3d993f5989 2018-11-09 08:06:08,310 - OpenStackNetwork - DEBUG - Network [e9b31112-b75c-42c3-af55-e7b4d94d7585] created successfully 2018-11-09 08:06:08,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:08,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:08,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55661cdfaebd453aa991397ffb826ef2", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj-role"}], "expires_at": "2018-11-09T09:06:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-user", "id": "a02465186e5e42efb404ec256d592af2"}, "audit_ids": ["K1BX8tPxQKSjEM_xkZgvxg"], "issued_at": "2018-11-09T08:06:08.000000Z"}} 2018-11-09 08:06:08,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:08,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00b77bf2-5e9a-4357-9f17-9360403221b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:08,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-00b77bf2-5e9a-4357-9f17-9360403221b2 2018-11-09 08:06:08,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:08,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a95fadd9-f117-4e78-8e46-11bff63f7475 Date: Fri, 09 Nov 2018 08:06:08 GMT RESP BODY: {"routers": []} 2018-11-09 08:06:08,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router&admin_state_up=True used request id req-a95fadd9-f117-4e78-8e46-11bff63f7475 2018-11-09 08:06:08,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:08,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:09,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55661cdfaebd453aa991397ffb826ef2", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj-role"}], "expires_at": "2018-11-09T09:06:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-user", "id": "a02465186e5e42efb404ec256d592af2"}, "audit_ids": ["Z-7EL1NySWmZtnp7dawusQ"], "issued_at": "2018-11-09T08:06:09.000000Z"}} 2018-11-09 08:06:09,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708eee5ec29fb3c2ec6b0e6d69682ce43a5b4e" 2018-11-09 08:06:09,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3428b8a5-509d-4d78-9e35-096e06bba22d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:09,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3428b8a5-509d-4d78-9e35-096e06bba22d 2018-11-09 08:06:09,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:09,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6bd214f2-4648-4991-bfad-4580eb2f1c87 Date: Fri, 09 Nov 2018 08:06:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:06:09,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-6bd214f2-4648-4991-bfad-4580eb2f1c87 2018-11-09 08:06:09,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:09,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a6b2425c-19a6-45b5-a501-f2e2b44d694f Date: Fri, 09 Nov 2018 08:06:09 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:06:09,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-a6b2425c-19a6-45b5-a501-f2e2b44d694f 2018-11-09 08:06:09,850 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router 2018-11-09 08:06:09,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router", "admin_state_up": true}}' 2018-11-09 08:06:15,341 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-81775a72-b0bc-426b-9b23-280ec4724548 Date: Fri, 09 Nov 2018 08:06:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "created_at": "2018-11-09T08:06:10Z", "admin_state_up": true, "updated_at": "2018-11-09T08:06:11Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "id": "a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2", "name": "CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router"}} 2018-11-09 08:06:15,342 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-81775a72-b0bc-426b-9b23-280ec4724548 2018-11-09 08:06:15,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:15,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-00369bbf-c1d8-4b29-85b8-848cdd3533ac Date: Fri, 09 Nov 2018 08:06:15 GMT RESP BODY: {"ports":[]} 2018-11-09 08:06:15,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2 used request id req-00369bbf-c1d8-4b29-85b8-848cdd3533ac 2018-11-09 08:06:15,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:15,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-213049b6-d369-4aed-bdf9-4e758eb87831 Date: Fri, 09 Nov 2018 08:06: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":["672f65fb-6709-4e67-a3b3-511dc9ba46a6"],"updated_at":"2018-11-09T08:06:07Z","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net"}]} 2018-11-09 08:06:15,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net used request id req-213049b6-d369-4aed-bdf9-4e758eb87831 2018-11-09 08:06:15,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:15,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:15,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:15,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-931b318f-1870-4c04-a9dd-0412304c8b88 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0"}, "enabled": true, "id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}} 2018-11-09 08:06:15,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0 used request id req-931b318f-1870-4c04-a9dd-0412304c8b88 2018-11-09 08:06:15,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:16,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-66d768d6-487a-4c2e-9610-778855a97513 Date: Fri, 09 Nov 2018 08:06:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"672f65fb-6709-4e67-a3b3-511dc9ba46a6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet"}]} 2018-11-09 08:06:16,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585 used request id req-66d768d6-487a-4c2e-9610-778855a97513 2018-11-09 08:06:16,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585&name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:16,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-077075a6-b3a9-4188-a0c4-42967449114a Date: Fri, 09 Nov 2018 08:06:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"672f65fb-6709-4e67-a3b3-511dc9ba46a6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet"}]} 2018-11-09 08:06:16,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585&name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet used request id req-077075a6-b3a9-4188-a0c4-42967449114a 2018-11-09 08:06:16,249 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:06:16,249 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router 2018-11-09 08:06:16,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" -d '{"subnet_id": "672f65fb-6709-4e67-a3b3-511dc9ba46a6"}' 2018-11-09 08:06:18,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-04964b5b-b389-415e-95ae-ca7a34193bb7 Date: Fri, 09 Nov 2018 08:06:18 GMT RESP BODY: {"network_id": "e9b31112-b75c-42c3-af55-e7b4d94d7585", "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "subnet_id": "672f65fb-6709-4e67-a3b3-511dc9ba46a6", "subnet_ids": ["672f65fb-6709-4e67-a3b3-511dc9ba46a6"], "port_id": "464f0830-3780-40bc-be93-39e3d469aaf3", "id": "a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2"} 2018-11-09 08:06:18,166 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2/add_router_interface used request id req-04964b5b-b389-415e-95ae-ca7a34193bb7 2018-11-09 08:06:18,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:18,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-8999b211-fde7-4b40-8b95-e6829ad06ca9 Date: Fri, 09 Nov 2018 08:06:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "created_at": "2018-11-09T08:06:10Z", "admin_state_up": true, "updated_at": "2018-11-09T08:06:17Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "id": "a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2", "name": "CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router"}} 2018-11-09 08:06:18,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2 used request id req-8999b211-fde7-4b40-8b95-e6829ad06ca9 2018-11-09 08:06:18,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:18,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e94e5bbd-8ce3-4c7f-ad5c-242bd4325fe9 Date: Fri, 09 Nov 2018 08:06:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:06:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"672f65fb-6709-4e67-a3b3-511dc9ba46a6","ip_address":"10.55.1.1"}],"id":"464f0830-3780-40bc-be93-39e3d469aaf3","security_groups":[],"mac_address":"fa:16:3e:4a:a0:93","project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:16Z","binding:vnic_type":"normal","device_id":"a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2"}]} 2018-11-09 08:06:18,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2 used request id req-e94e5bbd-8ce3-4c7f-ad5c-242bd4325fe9 2018-11-09 08:06:18,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/672f65fb-6709-4e67-a3b3-511dc9ba46a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:18,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-fac6dde2-6fa2-458f-979f-3f9eab170219 Date: Fri, 09 Nov 2018 08:06:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"672f65fb-6709-4e67-a3b3-511dc9ba46a6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet"}} 2018-11-09 08:06:18,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/672f65fb-6709-4e67-a3b3-511dc9ba46a6 used request id req-fac6dde2-6fa2-458f-979f-3f9eab170219 2018-11-09 08:06:18,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:19,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55661cdfaebd453aa991397ffb826ef2", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj-role"}], "expires_at": "2018-11-09T09:06:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/f13dd22d6ceb4bb7bdb24a6d99ad30d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-user", "id": "a02465186e5e42efb404ec256d592af2"}, "audit_ids": ["WP5o2_yqQ2m6hlMe5fa84w"], "issued_at": "2018-11-09T08:06:19.000000Z"}} 2018-11-09 08:06:19,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b669af648a4dc00aecbef56b56dea65d4a44ba92" 2018-11-09 08:06:19,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0eaceaa4-7285-47e7-9bf7-5a7ab1e41e09 Date: Fri, 09 Nov 2018 08:06: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":["672f65fb-6709-4e67-a3b3-511dc9ba46a6"],"updated_at":"2018-11-09T08:06:07Z","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net"}]} 2018-11-09 08:06:19,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net used request id req-0eaceaa4-7285-47e7-9bf7-5a7ab1e41e09 2018-11-09 08:06:19,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:19,473 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:19,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2ba0f2aa578ba84cd0e3d12719cd5eed04bbba" 2018-11-09 08:06:19,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ebb3c47-3c01-4f54-8b60-41395b847d09 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0"}, "enabled": true, "id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}} 2018-11-09 08:06:19,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0 used request id req-0ebb3c47-3c01-4f54-8b60-41395b847d09 2018-11-09 08:06:19,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b669af648a4dc00aecbef56b56dea65d4a44ba92" 2018-11-09 08:06:19,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6043c25a-a05f-48a7-b153-22fd8eea1a50 Date: Fri, 09 Nov 2018 08:06:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"672f65fb-6709-4e67-a3b3-511dc9ba46a6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet"}]} 2018-11-09 08:06:19,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585 used request id req-6043c25a-a05f-48a7-b153-22fd8eea1a50 2018-11-09 08:06:19,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585&name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b669af648a4dc00aecbef56b56dea65d4a44ba92" 2018-11-09 08:06:19,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8fbe7e01-6be4-4762-8388-bcc80a716c47 Date: Fri, 09 Nov 2018 08:06:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"672f65fb-6709-4e67-a3b3-511dc9ba46a6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet"}]} 2018-11-09 08:06:19,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e9b31112-b75c-42c3-af55-e7b4d94d7585&name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet used request id req-8fbe7e01-6be4-4762-8388-bcc80a716c47 2018-11-09 08:06:19,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b669af648a4dc00aecbef56b56dea65d4a44ba92" 2018-11-09 08:06:20,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-d9b8acf1-2376-4671-8cc2-64da8f4ad946 Date: Fri, 09 Nov 2018 08:06:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "created_at": "2018-11-09T08:06:10Z", "admin_state_up": true, "updated_at": "2018-11-09T08:06:17Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "id": "a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2", "name": "CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router"}]} 2018-11-09 08:06:20,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router used request id req-d9b8acf1-2376-4671-8cc2-64da8f4ad946 2018-11-09 08:06:20,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2ba0f2aa578ba84cd0e3d12719cd5eed04bbba" 2018-11-09 08:06:20,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7358387-22da-4873-b044-8ae4a8eeb848 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0"}, "enabled": true, "id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}} 2018-11-09 08:06:20,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0 used request id req-a7358387-22da-4873-b044-8ae4a8eeb848 2018-11-09 08:06:20,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b669af648a4dc00aecbef56b56dea65d4a44ba92" 2018-11-09 08:06:20,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-302054b1-5ce0-4520-98a5-6c32f30899f7 Date: Fri, 09 Nov 2018 08:06:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:06:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"672f65fb-6709-4e67-a3b3-511dc9ba46a6","ip_address":"10.55.1.1"}],"id":"464f0830-3780-40bc-be93-39e3d469aaf3","security_groups":[],"mac_address":"fa:16:3e:4a:a0:93","project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:16Z","binding:vnic_type":"normal","device_id":"a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2"}]} 2018-11-09 08:06:20,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2 used request id req-302054b1-5ce0-4520-98a5-6c32f30899f7 2018-11-09 08:06:20,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/672f65fb-6709-4e67-a3b3-511dc9ba46a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b669af648a4dc00aecbef56b56dea65d4a44ba92" 2018-11-09 08:06:20,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-35b93ca3-67fa-4d31-8ae3-3229ef3fe879 Date: Fri, 09 Nov 2018 08:06:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b31112-b75c-42c3-af55-e7b4d94d7585","tenant_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","created_at":"2018-11-09T08:06:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f13dd22d6ceb4bb7bdb24a6d99ad30d0","id":"672f65fb-6709-4e67-a3b3-511dc9ba46a6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet"}} 2018-11-09 08:06:20,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/672f65fb-6709-4e67-a3b3-511dc9ba46a6 used request id req-35b93ca3-67fa-4d31-8ae3-3229ef3fe879 2018-11-09 08:06:20,659 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router and subnet CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet 2018-11-09 08:06:20,659 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router 2018-11-09 08:06:20,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" -d '{"subnet_id": "672f65fb-6709-4e67-a3b3-511dc9ba46a6"}' 2018-11-09 08:06:22,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6143e753-32c3-4b86-8da5-f82ec2be22d6 Date: Fri, 09 Nov 2018 08:06:22 GMT RESP BODY: {"network_id": "e9b31112-b75c-42c3-af55-e7b4d94d7585", "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "subnet_id": "672f65fb-6709-4e67-a3b3-511dc9ba46a6", "subnet_ids": ["672f65fb-6709-4e67-a3b3-511dc9ba46a6"], "port_id": "464f0830-3780-40bc-be93-39e3d469aaf3", "id": "a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2"} 2018-11-09 08:06:22,214 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2/remove_router_interface used request id req-6143e753-32c3-4b86-8da5-f82ec2be22d6 2018-11-09 08:06:22,215 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router 2018-11-09 08:06:22,215 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-router 2018-11-09 08:06:22,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2562ecdbbb01c65e8a068914289ff12f5df17416" 2018-11-09 08:06:25,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-882fe15b-7f1d-439c-9cfe-7e465f3e0577 Content-Length: 0 Date: Fri, 09 Nov 2018 08:06:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:25,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/a92c2a39-5b5f-4e5b-9251-e5e03b9e06d2 used request id req-882fe15b-7f1d-439c-9cfe-7e465f3e0577 2018-11-09 08:06:25,793 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet 2018-11-09 08:06:25,793 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-subnet 2018-11-09 08:06:25,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/672f65fb-6709-4e67-a3b3-511dc9ba46a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6648a84c0b7c34e2dc7aa4db6d5a2554cc111d" 2018-11-09 08:06:27,961 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-17ead102-607f-45b5-93b9-224bbc77c6e1 Date: Fri, 09 Nov 2018 08:06:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:27,961 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/672f65fb-6709-4e67-a3b3-511dc9ba46a6 used request id req-17ead102-607f-45b5-93b9-224bbc77c6e1 2018-11-09 08:06:27,961 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-6f0a2cd3-182f-4ade-9eae-1ed36568a585-pub-net 2018-11-09 08:06:27,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/e9b31112-b75c-42c3-af55-e7b4d94d7585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6648a84c0b7c34e2dc7aa4db6d5a2554cc111d" 2018-11-09 08:06:29,211 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-30ea94be-8a3d-48ce-98f4-876a9853e0e6 Date: Fri, 09 Nov 2018 08:06:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:29,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/e9b31112-b75c-42c3-af55-e7b4d94d7585 used request id req-30ea94be-8a3d-48ce-98f4-876a9853e0e6 2018-11-09 08:06:29,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:29,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-00fcac6c-28ee-44dc-83e9-66822f97258b Date: Fri, 09 Nov 2018 08:06:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "created_at": "2018-11-09T08:06:06Z", "updated_at": "2018-11-09T08:06:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:06Z", "revision_number": 0, "id": "295a2e52-640c-443c-8a3a-5649912e271c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:06Z", "security_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:06Z", "revision_number": 0, "id": "6e483ab8-eab6-405f-84bb-9dc3696a8ab6", "remote_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:06Z", "security_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "port_range_min": null, "ethertype": "IPv4", "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:06Z", "revision_number": 0, "id": "6f867456-6ea6-4e30-820b-ec59aa83520a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:06Z", "security_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:06Z", "revision_number": 0, "id": "89a629ce-abc2-4bb7-96ad-7d620eadaa3e", "remote_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:06Z", "security_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "port_range_min": null, "ethertype": "IPv6", "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0"}], "revision_number": 4, "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "name": "default"}]} 2018-11-09 08:06:29,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-00fcac6c-28ee-44dc-83e9-66822f97258b 2018-11-09 08:06:29,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:29,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65169e6a-d197-470d-bbb2-ea29351455f3 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:06:29,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-65169e6a-d197-470d-bbb2-ea29351455f3 2018-11-09 08:06:29,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:29,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a82e78a-66f7-4b20-a6ab-0edaa0a2a32f 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:06:29,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-2a82e78a-66f7-4b20-a6ab-0edaa0a2a32f 2018-11-09 08:06:29,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:29,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d6ebd4-45f6-4eb6-a615-dc78b7c600e6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:06:29,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-12d6ebd4-45f6-4eb6-a615-dc78b7c600e6 2018-11-09 08:06:29,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:29,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e90d040a-8b4e-40fa-8e7d-7733c375eb5a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0"}, "enabled": true, "id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj"}} 2018-11-09 08:06:29,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0 used request id req-e90d040a-8b4e-40fa-8e7d-7733c375eb5a 2018-11-09 08:06:29,803 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f21ea1a0-d977-40e5-8ff8-7a949bb4dc65 2018-11-09 08:06:29,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f21ea1a0-d977-40e5-8ff8-7a949bb4dc65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:29,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-00eabce7-6a77-46d9-94e6-7dab19a9d039 Date: Fri, 09 Nov 2018 08:06: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": "2018-11-09T08:06:06Z", "security_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "port_range_min": null, "revision_number": 0, "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "created_at": "2018-11-09T08:06:06Z", "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "id": "295a2e52-640c-443c-8a3a-5649912e271c"}, {"remote_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:06:06Z", "security_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "port_range_min": null, "revision_number": 0, "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "created_at": "2018-11-09T08:06:06Z", "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "id": "6e483ab8-eab6-405f-84bb-9dc3696a8ab6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:06:06Z", "security_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "port_range_min": null, "revision_number": 0, "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "created_at": "2018-11-09T08:06:06Z", "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "id": "6f867456-6ea6-4e30-820b-ec59aa83520a"}, {"remote_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:06:06Z", "security_group_id": "f21ea1a0-d977-40e5-8ff8-7a949bb4dc65", "port_range_min": null, "revision_number": 0, "tenant_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "created_at": "2018-11-09T08:06:06Z", "project_id": "f13dd22d6ceb4bb7bdb24a6d99ad30d0", "id": "89a629ce-abc2-4bb7-96ad-7d620eadaa3e"}]} 2018-11-09 08:06:29,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f21ea1a0-d977-40e5-8ff8-7a949bb4dc65 used request id req-00eabce7-6a77-46d9-94e6-7dab19a9d039 2018-11-09 08:06:29,982 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:06:29,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/f21ea1a0-d977-40e5-8ff8-7a949bb4dc65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:30,302 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-209e7bbd-ef82-4fe0-85a6-028c8a76b9e4 Content-Length: 0 Date: Fri, 09 Nov 2018 08:06:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:30,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f21ea1a0-d977-40e5-8ff8-7a949bb4dc65 used request id req-209e7bbd-ef82-4fe0-85a6-028c8a76b9e4 2018-11-09 08:06:30,303 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj 2018-11-09 08:06:30,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:30,516 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9db0ad24-33f3-4688-8e6b-86aabd610818 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:30,516 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/f13dd22d6ceb4bb7bdb24a6d99ad30d0 used request id req-9db0ad24-33f3-4688-8e6b-86aabd610818 2018-11-09 08:06:30,516 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-a6f3151f-6ccb-413-proj-role 2018-11-09 08:06:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/55661cdfaebd453aa991397ffb826ef2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:30,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13a07385-b404-4fda-8040-348acbb85bef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:30,639 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/55661cdfaebd453aa991397ffb826ef2 used request id req-13a07385-b404-4fda-8040-348acbb85bef 2018-11-09 08:06:30,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a16ab482e40c0815a275a22b5b7a797906c1f7f" 2018-11-09 08:06:30,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0d915b-15a7-48ba-ae9d-7d1c6e79e513 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:06:30,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-be0d915b-15a7-48ba-ae9d-7d1c6e79e513 2018-11-09 08:06:30,730 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-a6f3151f-6ccb-413-user 2018-11-09 08:06:30,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/a02465186e5e42efb404ec256d592af2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be63de239cdb544e80e2ac127f93032f932ab4f8" 2018-11-09 08:06:30,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a232f58d-1e7f-4fa0-b2ee-b4fe41a413f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:30,969 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/a02465186e5e42efb404ec256d592af2 used request id req-a232f58d-1e7f-4fa0-b2ee-b4fe41a413f8 2018-11-09 08:06:30,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:31,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["78JF3mE1REit1Lbtxs14oQ"], "issued_at": "2018-11-09T08:06:31.000000Z"}} 2018-11-09 08:06:31,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}957ed04b3d1bc4f67b9967b39932d1c402cdb08d" 2018-11-09 08:06:31,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ccd34e-55c9-4f33-be95-374f42a155fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:31,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d2ccd34e-55c9-4f33-be95-374f42a155fd 2018-11-09 08:06:31,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:31,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:31,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["p-zBnNrATqym0GnQUa7B1g"], "issued_at": "2018-11-09T08:06:31.000000Z"}} 2018-11-09 08:06:31,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:31,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-325fe1a2-41eb-4899-9735-a98e4663d05c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:31,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-325fe1a2-41eb-4899-9735-a98e4663d05c 2018-11-09 08:06:31,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:31,918 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:31,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8b242b48-691b-41c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:31,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6587a91-3139-49ba-a025-296f62edc718 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8b242b48-691b-41c-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:06:31,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8b242b48-691b-41c-proj used request id req-c6587a91-3139-49ba-a025-296f62edc718 2018-11-09 08:06:32,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:32,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5dd8384-efd0-4205-acb4-3d7c7e3ec991 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:06:32,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d5dd8384-efd0-4205-acb4-3d7c7e3ec991 2018-11-09 08:06:32,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj"}}' 2018-11-09 08:06:32,220 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-331e2176-40ce-4433-bd21-4cb20ba0efd5 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd"}, "enabled": true, "id": "ece7290ab0be43b992f943ffdbe8f1bd", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj"}} 2018-11-09 08:06:32,221 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-331e2176-40ce-4433-bd21-4cb20ba0efd5 2018-11-09 08:06:32,221 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-8b242b48-691b-41c-proj 2018-11-09 08:06:32,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:32,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:32,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Lbxp0gKHSB-nnG8DlzEs4w"], "issued_at": "2018-11-09T08:06:32.000000Z"}} 2018-11-09 08:06:32,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75876c18ae316e83f64e9505a784c70bb38ae665" 2018-11-09 08:06:32,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ade173-297c-4f80-ad52-cb5f180a626f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:32,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-12ade173-297c-4f80-ad52-cb5f180a626f 2018-11-09 08:06:32,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:32,703 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:32,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75876c18ae316e83f64e9505a784c70bb38ae665" 2018-11-09 08:06:32,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2bad0b2-b747-4732-a05f-9f0b53771027 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:06:32,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d2bad0b2-b747-4732-a05f-9f0b53771027 2018-11-09 08:06:32,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-8b242b48-691b-41c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75876c18ae316e83f64e9505a784c70bb38ae665" 2018-11-09 08:06:32,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add6c490-2b72-44cb-bf6a-a892020c1653 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-8b242b48-691b-41c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd"}, "enabled": true, "id": "ece7290ab0be43b992f943ffdbe8f1bd", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj"}]} 2018-11-09 08:06:32,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-8b242b48-691b-41c-proj used request id req-add6c490-2b72-44cb-bf6a-a892020c1653 2018-11-09 08:06:32,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75876c18ae316e83f64e9505a784c70bb38ae665" 2018-11-09 08:06:32,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edff3a9d-42f7-4a4a-9f00-9c4de8243001 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:06:32,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-edff3a9d-42f7-4a4a-9f00-9c4de8243001 2018-11-09 08:06:33,348 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-8b242b48-691b-41c-user 2018-11-09 08:06:33,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:33,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:33,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88006ce9-af03-4b28-a2e8-b17b9c40cec3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:06:33,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-88006ce9-af03-4b28-a2e8-b17b9c40cec3 2018-11-09 08:06:33,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" -d '{"role": {"name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj-role"}}' 2018-11-09 08:06:33,561 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:06:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94e4d2d2-d814-4f9a-ac6c-3cac537e8a11 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2eb22b431fab4b448172e534427c151e", "links": {"self": "http://172.30.9.27:5000/v3/roles/2eb22b431fab4b448172e534427c151e"}, "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj-role"}} 2018-11-09 08:06:33,561 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-94e4d2d2-d814-4f9a-ac6c-3cac537e8a11 2018-11-09 08:06:33,561 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-8b242b48-691b-41c-proj-role 2018-11-09 08:06:33,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2eb22b431fab4b448172e534427c151e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:33,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-947b84f2-46a9-4fee-bc98-b35cb940b51b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2eb22b431fab4b448172e534427c151e"}, "domain_id": null, "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj-role", "id": "2eb22b431fab4b448172e534427c151e"}} 2018-11-09 08:06:33,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2eb22b431fab4b448172e534427c151e used request id req-947b84f2-46a9-4fee-bc98-b35cb940b51b 2018-11-09 08:06:33,579 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-8b242b48-691b-41c-proj-role to project CreateNetworkSuccessTests-8b242b48-691b-41c-proj 2018-11-09 08:06:33,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd/users/d235ac84ba384eaf8bf124bd2b786d13/roles/2eb22b431fab4b448172e534427c151e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:33,701 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-084d970d-fde6-4484-9dc0-49b9de9a2e48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:33,701 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd/users/d235ac84ba384eaf8bf124bd2b786d13/roles/2eb22b431fab4b448172e534427c151e used request id req-084d970d-fde6-4484-9dc0-49b9de9a2e48 2018-11-09 08:06:33,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:33,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:34,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2eb22b431fab4b448172e534427c151e", "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj-role"}], "expires_at": "2018-11-09T09:06:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ece7290ab0be43b992f943ffdbe8f1bd", "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-user", "id": "d235ac84ba384eaf8bf124bd2b786d13"}, "audit_ids": ["_GVuoKJiRfiJ3j_epfeL3Q"], "issued_at": "2018-11-09T08:06:34.000000Z"}} 2018-11-09 08:06:34,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac70b74c029e2b764de856e289443425a2e08ce" 2018-11-09 08:06:34,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c055c8ab-d78d-4d42-9ba8-72af8f0bd322 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:34,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c055c8ab-d78d-4d42-9ba8-72af8f0bd322 2018-11-09 08:06:34,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac70b74c029e2b764de856e289443425a2e08ce" 2018-11-09 08:06:34,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1ba3bb48-6aad-4ccb-97a3-878fbd7dc96d Date: Fri, 09 Nov 2018 08:06:34 GMT RESP BODY: {"networks":[]} 2018-11-09 08:06:34,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net used request id req-1ba3bb48-6aad-4ccb-97a3-878fbd7dc96d 2018-11-09 08:06:34,344 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net 2018-11-09 08:06:34,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac70b74c029e2b764de856e289443425a2e08ce" -d '{"network": {"name": "CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net", "admin_state_up": true}}' 2018-11-09 08:06:34,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b01554c8-5bbc-407a-8367-06fc57f609ab Date: Fri, 09 Nov 2018 08:06:34 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ed12cabc-9c22-4b8d-bf6b-99bf241fb434","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ece7290ab0be43b992f943ffdbe8f1bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:06:34Z","is_default":false,"name":"CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ece7290ab0be43b992f943ffdbe8f1bd","created_at":"2018-11-09T08:06:34Z","mtu":1450}} 2018-11-09 08:06:34,865 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-b01554c8-5bbc-407a-8367-06fc57f609ab 2018-11-09 08:06:34,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac70b74c029e2b764de856e289443425a2e08ce" 2018-11-09 08:06:35,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8d1c1b32-7e43-49e1-bed9-b405bffdd23e Date: Fri, 09 Nov 2018 08:06:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:06:34Z","tenant_id":"ece7290ab0be43b992f943ffdbe8f1bd","created_at":"2018-11-09T08:06:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ece7290ab0be43b992f943ffdbe8f1bd","id":"ed12cabc-9c22-4b8d-bf6b-99bf241fb434","name":"CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net"}]} 2018-11-09 08:06:35,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434 used request id req-8d1c1b32-7e43-49e1-bed9-b405bffdd23e 2018-11-09 08:06:35,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac70b74c029e2b764de856e289443425a2e08ce" 2018-11-09 08:06:35,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-162728c6-3f65-4572-9b56-55c37a865de0 Date: Fri, 09 Nov 2018 08:06:35 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:06:35,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434 used request id req-162728c6-3f65-4572-9b56-55c37a865de0 2018-11-09 08:06:35,135 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-subnet 2018-11-09 08:06:35,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac70b74c029e2b764de856e289443425a2e08ce" -d '{"subnets": [{"ip_version": 4, "network_id": "ed12cabc-9c22-4b8d-bf6b-99bf241fb434", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-subnet"}]}' 2018-11-09 08:06:35,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-be92143c-bac9-40b5-acca-682c76f2ee75 Date: Fri, 09 Nov 2018 08:06:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed12cabc-9c22-4b8d-bf6b-99bf241fb434","tenant_id":"ece7290ab0be43b992f943ffdbe8f1bd","created_at":"2018-11-09T08:06:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:35Z","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":"ece7290ab0be43b992f943ffdbe8f1bd","id":"48dd0640-c1a7-4170-a1c7-4c0a7748bfa6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-subnet"}]} 2018-11-09 08:06:35,619 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-be92143c-bac9-40b5-acca-682c76f2ee75 2018-11-09 08:06:35,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac70b74c029e2b764de856e289443425a2e08ce" 2018-11-09 08:06:35,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-62a32579-d6f7-40bc-bd4e-806eaced6bae Date: Fri, 09 Nov 2018 08: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":["48dd0640-c1a7-4170-a1c7-4c0a7748bfa6"],"updated_at":"2018-11-09T08:06:35Z","tenant_id":"ece7290ab0be43b992f943ffdbe8f1bd","created_at":"2018-11-09T08:06:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ece7290ab0be43b992f943ffdbe8f1bd","id":"ed12cabc-9c22-4b8d-bf6b-99bf241fb434","name":"CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net"}]} 2018-11-09 08:06:35,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434 used request id req-62a32579-d6f7-40bc-bd4e-806eaced6bae 2018-11-09 08:06:35,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac70b74c029e2b764de856e289443425a2e08ce" 2018-11-09 08:06:36,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-001f2f7c-57b7-41cb-b28f-ee85956e24f1 Date: Fri, 09 Nov 2018 08:06:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed12cabc-9c22-4b8d-bf6b-99bf241fb434","tenant_id":"ece7290ab0be43b992f943ffdbe8f1bd","created_at":"2018-11-09T08:06:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ece7290ab0be43b992f943ffdbe8f1bd","id":"48dd0640-c1a7-4170-a1c7-4c0a7748bfa6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-subnet"}]} 2018-11-09 08:06:36,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434 used request id req-001f2f7c-57b7-41cb-b28f-ee85956e24f1 2018-11-09 08:06:36,133 - OpenStackNetwork - DEBUG - Network [ed12cabc-9c22-4b8d-bf6b-99bf241fb434] created successfully 2018-11-09 08:06:36,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:36,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2eb22b431fab4b448172e534427c151e", "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj-role"}], "expires_at": "2018-11-09T09:06:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ece7290ab0be43b992f943ffdbe8f1bd", "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ece7290ab0be43b992f943ffdbe8f1bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-user", "id": "d235ac84ba384eaf8bf124bd2b786d13"}, "audit_ids": ["4ihcr5RnQXipEVfrqI7TQA"], "issued_at": "2018-11-09T08:06:36.000000Z"}} 2018-11-09 08:06:36,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512cf3b5fcbf0261cf2898fe64e1926ec0cf190" 2018-11-09 08:06:36,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1dd01165-372e-489b-851e-c0b5b88a4a04 Date: Fri, 09 Nov 2018 08:06:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48dd0640-c1a7-4170-a1c7-4c0a7748bfa6"],"updated_at":"2018-11-09T08:06:35Z","tenant_id":"ece7290ab0be43b992f943ffdbe8f1bd","created_at":"2018-11-09T08:06:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ece7290ab0be43b992f943ffdbe8f1bd","id":"ed12cabc-9c22-4b8d-bf6b-99bf241fb434","name":"CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net"}]} 2018-11-09 08:06:36,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net used request id req-1dd01165-372e-489b-851e-c0b5b88a4a04 2018-11-09 08:06:36,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:36,778 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:36,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}957ed04b3d1bc4f67b9967b39932d1c402cdb08d" 2018-11-09 08:06:36,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-103ba8b8-7712-439c-b376-870108520dcb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd"}, "enabled": true, "id": "ece7290ab0be43b992f943ffdbe8f1bd", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj"}} 2018-11-09 08:06:36,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd used request id req-103ba8b8-7712-439c-b376-870108520dcb 2018-11-09 08:06:36,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512cf3b5fcbf0261cf2898fe64e1926ec0cf190" 2018-11-09 08:06:37,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c19bbc75-9196-4793-bca3-bb6b2e36560a Date: Fri, 09 Nov 2018 08:06:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed12cabc-9c22-4b8d-bf6b-99bf241fb434","tenant_id":"ece7290ab0be43b992f943ffdbe8f1bd","created_at":"2018-11-09T08:06:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ece7290ab0be43b992f943ffdbe8f1bd","id":"48dd0640-c1a7-4170-a1c7-4c0a7748bfa6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-subnet"}]} 2018-11-09 08:06:37,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434 used request id req-c19bbc75-9196-4793-bca3-bb6b2e36560a 2018-11-09 08:06:37,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434&name=CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512cf3b5fcbf0261cf2898fe64e1926ec0cf190" 2018-11-09 08:06:37,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cd1b002a-ae4b-430b-ad69-1bf4c81aecc7 Date: Fri, 09 Nov 2018 08:06:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed12cabc-9c22-4b8d-bf6b-99bf241fb434","tenant_id":"ece7290ab0be43b992f943ffdbe8f1bd","created_at":"2018-11-09T08:06:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ece7290ab0be43b992f943ffdbe8f1bd","id":"48dd0640-c1a7-4170-a1c7-4c0a7748bfa6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-subnet"}]} 2018-11-09 08:06:37,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ed12cabc-9c22-4b8d-bf6b-99bf241fb434&name=CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-subnet used request id req-cd1b002a-ae4b-430b-ad69-1bf4c81aecc7 2018-11-09 08:06:37,283 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-subnet 2018-11-09 08:06:37,283 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-subnet 2018-11-09 08:06:37,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/48dd0640-c1a7-4170-a1c7-4c0a7748bfa6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac70b74c029e2b764de856e289443425a2e08ce" 2018-11-09 08:06:38,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a8a602d3-4014-4cc2-98b9-fa587ce478db Date: Fri, 09 Nov 2018 08:06:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:38,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/48dd0640-c1a7-4170-a1c7-4c0a7748bfa6 used request id req-a8a602d3-4014-4cc2-98b9-fa587ce478db 2018-11-09 08:06:38,853 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-c47aa592-4015-4ebb-8598-fb31f19925a7-pub-net 2018-11-09 08:06:38,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/ed12cabc-9c22-4b8d-bf6b-99bf241fb434 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac70b74c029e2b764de856e289443425a2e08ce" 2018-11-09 08:06:40,500 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-957f3f8c-0778-4b92-a675-bd1792d66202 Date: Fri, 09 Nov 2018 08:06:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:40,500 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/ed12cabc-9c22-4b8d-bf6b-99bf241fb434 used request id req-957f3f8c-0778-4b92-a675-bd1792d66202 2018-11-09 08:06:40,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:40,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1b2f2dd3-1bf9-4b57-a71f-0094cafb0cdb Date: Fri, 09 Nov 2018 08:06:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ece7290ab0be43b992f943ffdbe8f1bd", "created_at": "2018-11-09T08:06:34Z", "updated_at": "2018-11-09T08:06:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:34Z", "revision_number": 0, "id": "102f6fd6-d968-49fc-ae0b-54333c7a9697", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:34Z", "security_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "tenant_id": "ece7290ab0be43b992f943ffdbe8f1bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "ece7290ab0be43b992f943ffdbe8f1bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:34Z", "revision_number": 0, "id": "6461fc5a-8388-49ff-80c4-09dd02df99fc", "remote_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:34Z", "security_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "tenant_id": "ece7290ab0be43b992f943ffdbe8f1bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "ece7290ab0be43b992f943ffdbe8f1bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:34Z", "revision_number": 0, "id": "77f61320-38f2-47d6-9ab2-2b4cee6a5244", "remote_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:34Z", "security_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "tenant_id": "ece7290ab0be43b992f943ffdbe8f1bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "ece7290ab0be43b992f943ffdbe8f1bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:34Z", "revision_number": 0, "id": "cae94d24-d838-4b41-b838-590636bc8428", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:34Z", "security_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "tenant_id": "ece7290ab0be43b992f943ffdbe8f1bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "ece7290ab0be43b992f943ffdbe8f1bd"}], "revision_number": 4, "project_id": "ece7290ab0be43b992f943ffdbe8f1bd", "id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:06:40,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-1b2f2dd3-1bf9-4b57-a71f-0094cafb0cdb 2018-11-09 08:06:40,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:40,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac214bc-53c1-4895-ad54-edb537e9f9c6 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:06:40,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-2ac214bc-53c1-4895-ad54-edb537e9f9c6 2018-11-09 08:06:40,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:40,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f247bb8-639b-4ffe-aad5-b779e3f0b76c 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:06:40,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-0f247bb8-639b-4ffe-aad5-b779e3f0b76c 2018-11-09 08:06:40,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:40,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1340bf3-ff8f-463c-abe7-adc5a51ec251 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd"}, "enabled": true, "id": "ece7290ab0be43b992f943ffdbe8f1bd", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8b242b48-691b-41c-proj"}} 2018-11-09 08:06:40,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd used request id req-c1340bf3-ff8f-463c-abe7-adc5a51ec251 2018-11-09 08:06:40,986 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d08d26d-9320-4330-aef1-a4269f9e2901 2018-11-09 08:06:40,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9d08d26d-9320-4330-aef1-a4269f9e2901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:41,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fe99aa8e-8452-42e8-ba12-e24e7b0f65cd Date: Fri, 09 Nov 2018 08:06: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": "2018-11-09T08:06:34Z", "security_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "port_range_min": null, "revision_number": 0, "tenant_id": "ece7290ab0be43b992f943ffdbe8f1bd", "created_at": "2018-11-09T08:06:34Z", "project_id": "ece7290ab0be43b992f943ffdbe8f1bd", "id": "102f6fd6-d968-49fc-ae0b-54333c7a9697"}, {"remote_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:06:34Z", "security_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "port_range_min": null, "revision_number": 0, "tenant_id": "ece7290ab0be43b992f943ffdbe8f1bd", "created_at": "2018-11-09T08:06:34Z", "project_id": "ece7290ab0be43b992f943ffdbe8f1bd", "id": "6461fc5a-8388-49ff-80c4-09dd02df99fc"}, {"remote_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:06:34Z", "security_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "port_range_min": null, "revision_number": 0, "tenant_id": "ece7290ab0be43b992f943ffdbe8f1bd", "created_at": "2018-11-09T08:06:34Z", "project_id": "ece7290ab0be43b992f943ffdbe8f1bd", "id": "77f61320-38f2-47d6-9ab2-2b4cee6a5244"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:06:34Z", "security_group_id": "9d08d26d-9320-4330-aef1-a4269f9e2901", "port_range_min": null, "revision_number": 0, "tenant_id": "ece7290ab0be43b992f943ffdbe8f1bd", "created_at": "2018-11-09T08:06:34Z", "project_id": "ece7290ab0be43b992f943ffdbe8f1bd", "id": "cae94d24-d838-4b41-b838-590636bc8428"}]} 2018-11-09 08:06:41,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9d08d26d-9320-4330-aef1-a4269f9e2901 used request id req-fe99aa8e-8452-42e8-ba12-e24e7b0f65cd 2018-11-09 08:06:41,157 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:06:41,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/9d08d26d-9320-4330-aef1-a4269f9e2901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:41,437 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db0a302a-df0b-4e9f-a835-3c99cc7be5db Content-Length: 0 Date: Fri, 09 Nov 2018 08:06:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:41,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/9d08d26d-9320-4330-aef1-a4269f9e2901 used request id req-db0a302a-df0b-4e9f-a835-3c99cc7be5db 2018-11-09 08:06:41,438 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-8b242b48-691b-41c-proj 2018-11-09 08:06:41,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:41,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b5bac2a-a095-498e-baad-abe201e3040c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:41,634 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ece7290ab0be43b992f943ffdbe8f1bd used request id req-0b5bac2a-a095-498e-baad-abe201e3040c 2018-11-09 08:06:41,634 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-8b242b48-691b-41c-proj-role 2018-11-09 08:06:41,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/2eb22b431fab4b448172e534427c151e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:41,740 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c0f486a-bcd8-40c9-a36f-2ca6911c15d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:41,740 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/2eb22b431fab4b448172e534427c151e used request id req-5c0f486a-bcd8-40c9-a36f-2ca6911c15d1 2018-11-09 08:06:41,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e72075a1d06bea4746c929c4ad236862a2e835e" 2018-11-09 08:06:41,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa0ee7e5-7bed-47ca-b6fb-e0ba9599c042 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:06:41,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-aa0ee7e5-7bed-47ca-b6fb-e0ba9599c042 2018-11-09 08:06:41,826 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-8b242b48-691b-41c-user 2018-11-09 08:06:41,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/d235ac84ba384eaf8bf124bd2b786d13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75876c18ae316e83f64e9505a784c70bb38ae665" 2018-11-09 08:06:41,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1ad8361-1054-43b7-b162-37e0acbd131a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:41,996 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/d235ac84ba384eaf8bf124bd2b786d13 used request id req-c1ad8361-1054-43b7-b162-37e0acbd131a 2018-11-09 08:06:41,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:42,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["hGm0k3_DRUyM2Xi1bopo-A"], "issued_at": "2018-11-09T08:06:42.000000Z"}} 2018-11-09 08:06:42,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3c4bf4888963795237f47f945710eaebc5ba37" 2018-11-09 08:06:42,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e805db15-8a7f-4256-91a3-5c9ff94203aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:42,475 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e805db15-8a7f-4256-91a3-5c9ff94203aa 2018-11-09 08:06:42,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:42,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:42,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["e2CKGExrST6l2H8weoLtoQ"], "issued_at": "2018-11-09T08:06:42.000000Z"}} 2018-11-09 08:06:42,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:42,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bc478cc-d5ed-4dce-96d8-109ca77c9770 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:42,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7bc478cc-d5ed-4dce-96d8-109ca77c9770 2018-11-09 08:06:42,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:42,951 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:42,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-af58a045-c8c9-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:43,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d00f7830-4287-413e-812f-047b6e195a26 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-af58a045-c8c9-420-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:06:43,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-af58a045-c8c9-420-proj used request id req-d00f7830-4287-413e-812f-047b6e195a26 2018-11-09 08:06:43,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:43,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd39b5e3-8f1c-4eca-a966-ffa55b947de2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:06:43,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-cd39b5e3-8f1c-4eca-a966-ffa55b947de2 2018-11-09 08:06:43,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj"}}' 2018-11-09 08:06:43,303 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:06:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc49ba03-3932-411c-ad50-f5340fc64212 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0"}, "enabled": true, "id": "dce63f5627d548c99b20a0c8b8059ed0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj"}} 2018-11-09 08:06:43,304 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-bc49ba03-3932-411c-ad50-f5340fc64212 2018-11-09 08:06:43,304 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-af58a045-c8c9-420-proj 2018-11-09 08:06:43,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:43,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:43,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["RQ7csjzSTr211sppvec-UQ"], "issued_at": "2018-11-09T08:06:43.000000Z"}} 2018-11-09 08:06:43,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d1a0787d21e4183623624251cbeac727f4f429d" 2018-11-09 08:06:43,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7590daa3-88db-4223-acda-926c457a87b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:43,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7590daa3-88db-4223-acda-926c457a87b3 2018-11-09 08:06:43,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:43,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:43,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d1a0787d21e4183623624251cbeac727f4f429d" 2018-11-09 08:06:43,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99f8dad4-1ce5-41bf-927b-451cce34a6b0 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:06:43,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-99f8dad4-1ce5-41bf-927b-451cce34a6b0 2018-11-09 08:06:43,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-af58a045-c8c9-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d1a0787d21e4183623624251cbeac727f4f429d" 2018-11-09 08:06:43,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b49f772-8723-462b-a19b-b17264c60c35 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-af58a045-c8c9-420-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0"}, "enabled": true, "id": "dce63f5627d548c99b20a0c8b8059ed0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj"}]} 2018-11-09 08:06:43,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateNetworkSuccessTests-af58a045-c8c9-420-proj used request id req-8b49f772-8723-462b-a19b-b17264c60c35 2018-11-09 08:06:43,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d1a0787d21e4183623624251cbeac727f4f429d" 2018-11-09 08:06:43,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-750ef18e-522b-4c45-bb7b-dcb1a07de349 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:06:43,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-750ef18e-522b-4c45-bb7b-dcb1a07de349 2018-11-09 08:06:44,364 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-af58a045-c8c9-420-user 2018-11-09 08:06:44,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:44,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:44,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14f1e9c7-b9e4-4677-b38d-d1f42b2e99fa Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:06:44,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-14f1e9c7-b9e4-4677-b38d-d1f42b2e99fa 2018-11-09 08:06:44,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" -d '{"role": {"name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj-role"}}' 2018-11-09 08:06:44,561 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:06:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d52d3033-c609-484e-869f-50c5d1e21f5c Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a9c178be75d547c2937c44f694717027", "links": {"self": "http://172.30.9.27:5000/v3/roles/a9c178be75d547c2937c44f694717027"}, "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj-role"}} 2018-11-09 08:06:44,561 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-d52d3033-c609-484e-869f-50c5d1e21f5c 2018-11-09 08:06:44,561 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-af58a045-c8c9-420-proj-role 2018-11-09 08:06:44,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/a9c178be75d547c2937c44f694717027 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:44,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17af0de-b3fc-4a0c-a516-95707294bc20 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/a9c178be75d547c2937c44f694717027"}, "domain_id": null, "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj-role", "id": "a9c178be75d547c2937c44f694717027"}} 2018-11-09 08:06:44,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/a9c178be75d547c2937c44f694717027 used request id req-e17af0de-b3fc-4a0c-a516-95707294bc20 2018-11-09 08:06:44,657 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-af58a045-c8c9-420-proj-role to project CreateNetworkSuccessTests-af58a045-c8c9-420-proj 2018-11-09 08:06:44,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0/users/3e0cea369a7c4aedb4da933eed8ad659/roles/a9c178be75d547c2937c44f694717027 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:44,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1964894-2e5c-4779-a43e-cdb24234b270 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:44,792 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0/users/3e0cea369a7c4aedb4da933eed8ad659/roles/a9c178be75d547c2937c44f694717027 used request id req-c1964894-2e5c-4779-a43e-cdb24234b270 2018-11-09 08:06:44,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:44,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:45,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9c178be75d547c2937c44f694717027", "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj-role"}], "expires_at": "2018-11-09T09:06:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dce63f5627d548c99b20a0c8b8059ed0", "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/dce63f5627d548c99b20a0c8b8059ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/dce63f5627d548c99b20a0c8b8059ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/dce63f5627d548c99b20a0c8b8059ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/dce63f5627d548c99b20a0c8b8059ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/dce63f5627d548c99b20a0c8b8059ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/dce63f5627d548c99b20a0c8b8059ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-user", "id": "3e0cea369a7c4aedb4da933eed8ad659"}, "audit_ids": ["zSAMNtKlT1ODGJneSCZZ4A"], "issued_at": "2018-11-09T08:06:45.000000Z"}} 2018-11-09 08:06:45,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a66d31ca67f86d8f49cf980bdb8844b4c3a86cfb" 2018-11-09 08:06:45,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bdd406c-f69b-484c-948b-be9bad71e961 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:45,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9bdd406c-f69b-484c-948b-be9bad71e961 2018-11-09 08:06:45,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a66d31ca67f86d8f49cf980bdb8844b4c3a86cfb" 2018-11-09 08:06:45,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-454aabe7-4d32-48bb-b1eb-64f25af02cb3 Date: Fri, 09 Nov 2018 08:06:45 GMT RESP BODY: {"networks":[]} 2018-11-09 08:06:45,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net used request id req-454aabe7-4d32-48bb-b1eb-64f25af02cb3 2018-11-09 08:06:45,408 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net 2018-11-09 08:06:45,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a66d31ca67f86d8f49cf980bdb8844b4c3a86cfb" -d '{"network": {"name": "CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net", "admin_state_up": true}}' 2018-11-09 08:06:45,927 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-511eb95e-9c24-4d67-b3a2-5d61ce5170b2 Date: Fri, 09 Nov 2018 08:06:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9cfb7d07-13fe-4952-b1c8-0110dd0014ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dce63f5627d548c99b20a0c8b8059ed0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:06:45Z","is_default":false,"name":"CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"dce63f5627d548c99b20a0c8b8059ed0","created_at":"2018-11-09T08:06:45Z","mtu":1450}} 2018-11-09 08:06:45,927 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-511eb95e-9c24-4d67-b3a2-5d61ce5170b2 2018-11-09 08:06:45,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=9cfb7d07-13fe-4952-b1c8-0110dd0014ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a66d31ca67f86d8f49cf980bdb8844b4c3a86cfb" 2018-11-09 08:06:46,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-32e3135f-bd59-43d3-84fe-f59d7ccd0b2a Date: Fri, 09 Nov 2018 08:06:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:06:45Z","tenant_id":"dce63f5627d548c99b20a0c8b8059ed0","created_at":"2018-11-09T08:06:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dce63f5627d548c99b20a0c8b8059ed0","id":"9cfb7d07-13fe-4952-b1c8-0110dd0014ba","name":"CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net"}]} 2018-11-09 08:06:46,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=9cfb7d07-13fe-4952-b1c8-0110dd0014ba used request id req-32e3135f-bd59-43d3-84fe-f59d7ccd0b2a 2018-11-09 08:06:46,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9cfb7d07-13fe-4952-b1c8-0110dd0014ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a66d31ca67f86d8f49cf980bdb8844b4c3a86cfb" 2018-11-09 08:06:46,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8ee019a5-f15b-47bf-bdd4-f368b46499cb Date: Fri, 09 Nov 2018 08:06:46 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:06:46,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9cfb7d07-13fe-4952-b1c8-0110dd0014ba used request id req-8ee019a5-f15b-47bf-bdd4-f368b46499cb 2018-11-09 08:06:46,351 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-subnet 2018-11-09 08:06:46,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a66d31ca67f86d8f49cf980bdb8844b4c3a86cfb" -d '{"subnets": [{"ip_version": 4, "network_id": "9cfb7d07-13fe-4952-b1c8-0110dd0014ba", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-subnet"}]}' 2018-11-09 08:06:47,056 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-efffd7a6-6b27-474f-b7ab-aeb1ca2cbcdd Date: Fri, 09 Nov 2018 08:06:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cfb7d07-13fe-4952-b1c8-0110dd0014ba","tenant_id":"dce63f5627d548c99b20a0c8b8059ed0","created_at":"2018-11-09T08:06:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:46Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"dce63f5627d548c99b20a0c8b8059ed0","id":"d5b3228d-24c9-4367-b0a3-67fc0bb8179a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-subnet"}]} 2018-11-09 08:06:47,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-efffd7a6-6b27-474f-b7ab-aeb1ca2cbcdd 2018-11-09 08:06:47,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=9cfb7d07-13fe-4952-b1c8-0110dd0014ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a66d31ca67f86d8f49cf980bdb8844b4c3a86cfb" 2018-11-09 08:06:47,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5277a74c-5fbc-4943-9fb3-82d39b04a866 Date: Fri, 09 Nov 2018 08:06: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":["d5b3228d-24c9-4367-b0a3-67fc0bb8179a"],"updated_at":"2018-11-09T08:06:46Z","tenant_id":"dce63f5627d548c99b20a0c8b8059ed0","created_at":"2018-11-09T08:06:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce63f5627d548c99b20a0c8b8059ed0","id":"9cfb7d07-13fe-4952-b1c8-0110dd0014ba","name":"CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net"}]} 2018-11-09 08:06:47,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=9cfb7d07-13fe-4952-b1c8-0110dd0014ba used request id req-5277a74c-5fbc-4943-9fb3-82d39b04a866 2018-11-09 08:06:47,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9cfb7d07-13fe-4952-b1c8-0110dd0014ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a66d31ca67f86d8f49cf980bdb8844b4c3a86cfb" 2018-11-09 08:06:47,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f2a4c0ad-5b18-489d-86f1-5383f525bd49 Date: Fri, 09 Nov 2018 08:06:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cfb7d07-13fe-4952-b1c8-0110dd0014ba","tenant_id":"dce63f5627d548c99b20a0c8b8059ed0","created_at":"2018-11-09T08:06:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dce63f5627d548c99b20a0c8b8059ed0","id":"d5b3228d-24c9-4367-b0a3-67fc0bb8179a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-subnet"}]} 2018-11-09 08:06:47,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9cfb7d07-13fe-4952-b1c8-0110dd0014ba used request id req-f2a4c0ad-5b18-489d-86f1-5383f525bd49 2018-11-09 08:06:47,509 - OpenStackNetwork - DEBUG - Network [9cfb7d07-13fe-4952-b1c8-0110dd0014ba] created successfully 2018-11-09 08:06:47,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:47,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:47,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9c178be75d547c2937c44f694717027", "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj-role"}], "expires_at": "2018-11-09T09:06:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dce63f5627d548c99b20a0c8b8059ed0", "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/dce63f5627d548c99b20a0c8b8059ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/dce63f5627d548c99b20a0c8b8059ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/dce63f5627d548c99b20a0c8b8059ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/dce63f5627d548c99b20a0c8b8059ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/dce63f5627d548c99b20a0c8b8059ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/dce63f5627d548c99b20a0c8b8059ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/dce63f5627d548c99b20a0c8b8059ed0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-user", "id": "3e0cea369a7c4aedb4da933eed8ad659"}, "audit_ids": ["EoY-8Lp7SU6WZT385jJehA"], "issued_at": "2018-11-09T08:06:47.000000Z"}} 2018-11-09 08:06:47,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}622a07573b398db20f7cfbf318fe2985e7db806d" 2018-11-09 08:06:47,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ab5f11f-07ac-4caa-9ece-0815c7ae4172 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:47,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6ab5f11f-07ac-4caa-9ece-0815c7ae4172 2018-11-09 08:06:47,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}622a07573b398db20f7cfbf318fe2985e7db806d" 2018-11-09 08:06:48,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8b9915f1-b11b-4ada-8337-5f163906da13 Date: Fri, 09 Nov 2018 08:06:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d5b3228d-24c9-4367-b0a3-67fc0bb8179a"],"updated_at":"2018-11-09T08:06:46Z","tenant_id":"dce63f5627d548c99b20a0c8b8059ed0","created_at":"2018-11-09T08:06:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dce63f5627d548c99b20a0c8b8059ed0","id":"9cfb7d07-13fe-4952-b1c8-0110dd0014ba","name":"CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net"}]} 2018-11-09 08:06:48,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net used request id req-8b9915f1-b11b-4ada-8337-5f163906da13 2018-11-09 08:06:48,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:48,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:48,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}622a07573b398db20f7cfbf318fe2985e7db806d" 2018-11-09 08:06:48,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a22cf3f2-287a-4199-bfde-39f6220b74fb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0"}, "enabled": true, "id": "dce63f5627d548c99b20a0c8b8059ed0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj"}} 2018-11-09 08:06:48,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0 used request id req-a22cf3f2-287a-4199-bfde-39f6220b74fb 2018-11-09 08:06:48,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9cfb7d07-13fe-4952-b1c8-0110dd0014ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}622a07573b398db20f7cfbf318fe2985e7db806d" 2018-11-09 08:06:48,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-223eef7c-50ed-4730-b8b5-af02ea88cce6 Date: Fri, 09 Nov 2018 08:06:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cfb7d07-13fe-4952-b1c8-0110dd0014ba","tenant_id":"dce63f5627d548c99b20a0c8b8059ed0","created_at":"2018-11-09T08:06:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:06:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dce63f5627d548c99b20a0c8b8059ed0","id":"d5b3228d-24c9-4367-b0a3-67fc0bb8179a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-subnet"}]} 2018-11-09 08:06:48,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9cfb7d07-13fe-4952-b1c8-0110dd0014ba used request id req-223eef7c-50ed-4730-b8b5-af02ea88cce6 2018-11-09 08:06:48,529 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-subnet 2018-11-09 08:06:48,529 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-subnet 2018-11-09 08:06:48,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/d5b3228d-24c9-4367-b0a3-67fc0bb8179a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a66d31ca67f86d8f49cf980bdb8844b4c3a86cfb" 2018-11-09 08:06:50,314 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3290dc4-4767-48d1-9172-1cedf54a4470 Date: Fri, 09 Nov 2018 08:06:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:50,314 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/d5b3228d-24c9-4367-b0a3-67fc0bb8179a used request id req-b3290dc4-4767-48d1-9172-1cedf54a4470 2018-11-09 08:06:50,314 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-0327e1ca-2141-4242-b48a-93a8b6fcb871-pub-net 2018-11-09 08:06:50,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/9cfb7d07-13fe-4952-b1c8-0110dd0014ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a66d31ca67f86d8f49cf980bdb8844b4c3a86cfb" 2018-11-09 08:06:51,550 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-798054fe-91f3-4324-bc49-6c3495d89942 Date: Fri, 09 Nov 2018 08:06:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:51,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/9cfb7d07-13fe-4952-b1c8-0110dd0014ba used request id req-798054fe-91f3-4324-bc49-6c3495d89942 2018-11-09 08:06:51,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:51,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-cd79db4f-7ce1-4a29-a637-4824f85a67ae Date: Fri, 09 Nov 2018 08:06:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "dce63f5627d548c99b20a0c8b8059ed0", "created_at": "2018-11-09T08:06:45Z", "updated_at": "2018-11-09T08:06:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:45Z", "revision_number": 0, "id": "1e752ab0-6794-4424-921e-191a78dde406", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:45Z", "security_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "tenant_id": "dce63f5627d548c99b20a0c8b8059ed0", "port_range_min": null, "ethertype": "IPv6", "project_id": "dce63f5627d548c99b20a0c8b8059ed0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:45Z", "revision_number": 0, "id": "51632cb0-4f6d-4d89-bd00-19184e35c694", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:45Z", "security_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "tenant_id": "dce63f5627d548c99b20a0c8b8059ed0", "port_range_min": null, "ethertype": "IPv4", "project_id": "dce63f5627d548c99b20a0c8b8059ed0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:45Z", "revision_number": 0, "id": "ad629507-d3e4-4595-828b-7a76de0a37df", "remote_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:45Z", "security_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "tenant_id": "dce63f5627d548c99b20a0c8b8059ed0", "port_range_min": null, "ethertype": "IPv6", "project_id": "dce63f5627d548c99b20a0c8b8059ed0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:06:45Z", "revision_number": 0, "id": "faf606b6-40c7-4f0a-bdc4-6d1bea10655c", "remote_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "remote_ip_prefix": null, "created_at": "2018-11-09T08:06:45Z", "security_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "tenant_id": "dce63f5627d548c99b20a0c8b8059ed0", "port_range_min": null, "ethertype": "IPv4", "project_id": "dce63f5627d548c99b20a0c8b8059ed0"}], "revision_number": 4, "project_id": "dce63f5627d548c99b20a0c8b8059ed0", "id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:06:51,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-cd79db4f-7ce1-4a29-a637-4824f85a67ae 2018-11-09 08:06:51,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:51,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f5e6775-490c-47da-b542-ae7f0cc797b6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0"}, "enabled": true, "id": "dce63f5627d548c99b20a0c8b8059ed0", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-af58a045-c8c9-420-proj"}} 2018-11-09 08:06:51,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0 used request id req-2f5e6775-490c-47da-b542-ae7f0cc797b6 2018-11-09 08:06:51,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2bd240f1-ac52-4603-bf1d-a095bfc77f4a 2018-11-09 08:06:51,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2bd240f1-ac52-4603-bf1d-a095bfc77f4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:52,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a4004c95-c6d1-4ca6-82b0-489da3a32354 Date: Fri, 09 Nov 2018 08:06:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:06:45Z", "security_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "port_range_min": null, "revision_number": 0, "tenant_id": "dce63f5627d548c99b20a0c8b8059ed0", "created_at": "2018-11-09T08:06:45Z", "project_id": "dce63f5627d548c99b20a0c8b8059ed0", "id": "1e752ab0-6794-4424-921e-191a78dde406"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:06:45Z", "security_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "port_range_min": null, "revision_number": 0, "tenant_id": "dce63f5627d548c99b20a0c8b8059ed0", "created_at": "2018-11-09T08:06:45Z", "project_id": "dce63f5627d548c99b20a0c8b8059ed0", "id": "51632cb0-4f6d-4d89-bd00-19184e35c694"}, {"remote_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:06:45Z", "security_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "port_range_min": null, "revision_number": 0, "tenant_id": "dce63f5627d548c99b20a0c8b8059ed0", "created_at": "2018-11-09T08:06:45Z", "project_id": "dce63f5627d548c99b20a0c8b8059ed0", "id": "ad629507-d3e4-4595-828b-7a76de0a37df"}, {"remote_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:06:45Z", "security_group_id": "2bd240f1-ac52-4603-bf1d-a095bfc77f4a", "port_range_min": null, "revision_number": 0, "tenant_id": "dce63f5627d548c99b20a0c8b8059ed0", "created_at": "2018-11-09T08:06:45Z", "project_id": "dce63f5627d548c99b20a0c8b8059ed0", "id": "faf606b6-40c7-4f0a-bdc4-6d1bea10655c"}]} 2018-11-09 08:06:52,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2bd240f1-ac52-4603-bf1d-a095bfc77f4a used request id req-a4004c95-c6d1-4ca6-82b0-489da3a32354 2018-11-09 08:06:52,063 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:06:52,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/2bd240f1-ac52-4603-bf1d-a095bfc77f4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:52,347 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d27aee03-135f-40fe-8bab-85c80f57999c Content-Length: 0 Date: Fri, 09 Nov 2018 08:06:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:06:52,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/2bd240f1-ac52-4603-bf1d-a095bfc77f4a used request id req-d27aee03-135f-40fe-8bab-85c80f57999c 2018-11-09 08:06:52,348 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-af58a045-c8c9-420-proj 2018-11-09 08:06:52,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:52,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-356b0d3f-fa25-467e-90e1-8bb0dc465823 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:52,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/dce63f5627d548c99b20a0c8b8059ed0 used request id req-356b0d3f-fa25-467e-90e1-8bb0dc465823 2018-11-09 08:06:52,582 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-af58a045-c8c9-420-proj-role 2018-11-09 08:06:52,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/a9c178be75d547c2937c44f694717027 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:52,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1179660-5430-4d7f-b572-ec61d571017d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:52,698 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/a9c178be75d547c2937c44f694717027 used request id req-b1179660-5430-4d7f-b572-ec61d571017d 2018-11-09 08:06:52,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea9b5d446ec91e56fcb1c85a9af22f87dbdf788" 2018-11-09 08:06:52,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3e75764-0ab4-4cc9-a4d2-f59fdc03d959 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:06:52,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d3e75764-0ab4-4cc9-a4d2-f59fdc03d959 2018-11-09 08:06:52,782 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-af58a045-c8c9-420-user 2018-11-09 08:06:52,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/3e0cea369a7c4aedb4da933eed8ad659 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d1a0787d21e4183623624251cbeac727f4f429d" 2018-11-09 08:06:53,021 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca3c0c35-7e2a-4f42-b0a9-3f1a4b8b44f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:53,021 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/3e0cea369a7c4aedb4da933eed8ad659 used request id req-ca3c0c35-7e2a-4f42-b0a9-3f1a4b8b44f5 2018-11-09 08:06:53,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:53,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["SvmJFeJITYqhanzlfN9TNw"], "issued_at": "2018-11-09T08:06:53.000000Z"}} 2018-11-09 08:06:53,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517299d440000dfc697bf2a3e75aa92dc07447ce" 2018-11-09 08:06:53,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b168c1c-3196-4b0e-8e58-32d399adb348 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:53,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5b168c1c-3196-4b0e-8e58-32d399adb348 2018-11-09 08:06:53,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:53,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:53,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["WZ3mQ-pnQGSXE86ihoraPg"], "issued_at": "2018-11-09T08:06:53.000000Z"}} 2018-11-09 08:06:53,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:06:54,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-163573e3-4a6b-42d5-a257-cec2c9cfec06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:54,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-163573e3-4a6b-42d5-a257-cec2c9cfec06 2018-11-09 08:06:54,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:54,063 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:54,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:06:54,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111313f2-b242-4ff0-bf74-4d7706ecf327 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:06:54,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj used request id req-111313f2-b242-4ff0-bf74-4d7706ecf327 2018-11-09 08:06:54,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:06:54,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec85ae93-9c99-47c4-9c3f-47770c7e6032 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:06:54,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-ec85ae93-9c99-47c4-9c3f-47770c7e6032 2018-11-09 08:06:54,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj"}}' 2018-11-09 08:06:54,345 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:06:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8263e45a-4124-4077-8e05-38bf33c6d523 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1c92f28d5fde448f9752ce830e72e1c0"}, "enabled": true, "id": "1c92f28d5fde448f9752ce830e72e1c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj"}} 2018-11-09 08:06:54,345 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-8263e45a-4124-4077-8e05-38bf33c6d523 2018-11-09 08:06:54,346 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj 2018-11-09 08:06:54,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:54,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:54,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:06:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["in7_eA32Q4Kf-9_FRKRTig"], "issued_at": "2018-11-09T08:06:54.000000Z"}} 2018-11-09 08:06:54,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d07a91314e937cb7874f18bc84785ac950adb" 2018-11-09 08:06:54,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19de8321-5003-44a4-99aa-6a9856517db7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:54,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-19de8321-5003-44a4-99aa-6a9856517db7 2018-11-09 08:06:54,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:06:54,754 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:06: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:06:54,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d07a91314e937cb7874f18bc84785ac950adb" 2018-11-09 08:06:54,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1c3601-06d0-4fa1-af85-695b5092a260 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:06:54,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8a1c3601-06d0-4fa1-af85-695b5092a260 2018-11-09 08:06:54,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d07a91314e937cb7874f18bc84785ac950adb" 2018-11-09 08:06:54,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51117d7d-1307-46ff-9783-d1034d24907d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1c92f28d5fde448f9752ce830e72e1c0"}, "enabled": true, "id": "1c92f28d5fde448f9752ce830e72e1c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj"}]} 2018-11-09 08:06:54,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj used request id req-51117d7d-1307-46ff-9783-d1034d24907d 2018-11-09 08:06:54,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d07a91314e937cb7874f18bc84785ac950adb" 2018-11-09 08:06:55,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa1b262-35c5-4cf8-8c21-d98e82c825a8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:06:55,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-daa1b262-35c5-4cf8-8c21-d98e82c825a8 2018-11-09 08:06:55,387 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-9c69f017-dfd3-4e4-user 2018-11-09 08:06:55,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:55,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:06:55,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ab529e-8524-46ef-bb0a-6b88d83a0736 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:06:55,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-62ab529e-8524-46ef-bb0a-6b88d83a0736 2018-11-09 08:06:55,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" -d '{"role": {"name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj-role"}}' 2018-11-09 08:06:55,627 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:06:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dd4d7e9-fad2-4f15-b0fb-cb0aab3ca41c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9a1090b00e12488aa7ff30e6046849e6", "links": {"self": "http://172.30.9.27:5000/v3/roles/9a1090b00e12488aa7ff30e6046849e6"}, "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj-role"}} 2018-11-09 08:06:55,627 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-4dd4d7e9-fad2-4f15-b0fb-cb0aab3ca41c 2018-11-09 08:06:55,627 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj-role 2018-11-09 08:06:55,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/9a1090b00e12488aa7ff30e6046849e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:06:55,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4176adc-2ce2-4015-bcc6-68c2b579ad83 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/9a1090b00e12488aa7ff30e6046849e6"}, "domain_id": null, "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj-role", "id": "9a1090b00e12488aa7ff30e6046849e6"}} 2018-11-09 08:06:55,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/9a1090b00e12488aa7ff30e6046849e6 used request id req-b4176adc-2ce2-4015-bcc6-68c2b579ad83 2018-11-09 08:06:55,716 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj-role to project CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj 2018-11-09 08:06:55,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/1c92f28d5fde448f9752ce830e72e1c0/users/f6530254a4ec4897bfd63c5641edce70/roles/9a1090b00e12488aa7ff30e6046849e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:06:55,863 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:06:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0982fa9f-35ca-4817-b713-40c3b2aa9a7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:06:55,863 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/1c92f28d5fde448f9752ce830e72e1c0/users/f6530254a4ec4897bfd63c5641edce70/roles/9a1090b00e12488aa7ff30e6046849e6 used request id req-0982fa9f-35ca-4817-b713-40c3b2aa9a7c 2018-11-09 08:06:55,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:55,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:56,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a1090b00e12488aa7ff30e6046849e6", "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj-role"}], "expires_at": "2018-11-09T09:06:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c92f28d5fde448f9752ce830e72e1c0", "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-user", "id": "f6530254a4ec4897bfd63c5641edce70"}, "audit_ids": ["0DVEplvVS_KJoFq5p-iE0w"], "issued_at": "2018-11-09T08:06:56.000000Z"}} 2018-11-09 08:06:56,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a296de4ec2be680bd009c2e3b6b6613a136b789e" 2018-11-09 08:06:56,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45dd119d-974d-4cf9-9e34-98bbe5e8d184 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:56,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-45dd119d-974d-4cf9-9e34-98bbe5e8d184 2018-11-09 08:06:56,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a296de4ec2be680bd009c2e3b6b6613a136b789e" 2018-11-09 08:06:56,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d798b40f-c006-4a75-b6af-316f898f1789 Date: Fri, 09 Nov 2018 08:06:56 GMT RESP BODY: {"routers": []} 2018-11-09 08:06:56,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router&admin_state_up=True used request id req-d798b40f-c006-4a75-b6af-316f898f1789 2018-11-09 08:06:56,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:06:56,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:06:56,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a1090b00e12488aa7ff30e6046849e6", "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj-role"}], "expires_at": "2018-11-09T09:06:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c92f28d5fde448f9752ce830e72e1c0", "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-user", "id": "f6530254a4ec4897bfd63c5641edce70"}, "audit_ids": ["4ceJMP3dRoiK6QG7gdrf2g"], "issued_at": "2018-11-09T08:06:56.000000Z"}} 2018-11-09 08:06:56,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e61bf05de78282d0389504f1a51644e49994217d" 2018-11-09 08:06:56,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abbe57c3-6926-437e-ba1d-1f8e5caed20a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:06:56,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-abbe57c3-6926-437e-ba1d-1f8e5caed20a 2018-11-09 08:06:56,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a296de4ec2be680bd009c2e3b6b6613a136b789e" 2018-11-09 08:06:57,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a733598d-e6f5-4786-bfe9-12f160788606 Date: Fri, 09 Nov 2018 08:06:57 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:06:57,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-a733598d-e6f5-4786-bfe9-12f160788606 2018-11-09 08:06:57,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a296de4ec2be680bd009c2e3b6b6613a136b789e" 2018-11-09 08:06:57,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7a59a7ec-5889-4281-9599-1a524490c2a4 Date: Fri, 09 Nov 2018 08:06:57 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:06:57,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-7a59a7ec-5889-4281-9599-1a524490c2a4 2018-11-09 08:06:57,395 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router 2018-11-09 08:06:57,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a296de4ec2be680bd009c2e3b6b6613a136b789e" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router", "admin_state_up": true}}' 2018-11-09 08:07:02,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-381d841a-eee2-4240-a41c-3e36fe429a8c Date: Fri, 09 Nov 2018 08:07:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1c92f28d5fde448f9752ce830e72e1c0", "created_at": "2018-11-09T08:06:57Z", "admin_state_up": true, "updated_at": "2018-11-09T08:06:58Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "1c92f28d5fde448f9752ce830e72e1c0", "id": "ea2c59f4-77ef-47e6-80de-7ec4a9215efc", "name": "CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router"}} 2018-11-09 08:07:02,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-381d841a-eee2-4240-a41c-3e36fe429a8c 2018-11-09 08:07:02,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=ea2c59f4-77ef-47e6-80de-7ec4a9215efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a296de4ec2be680bd009c2e3b6b6613a136b789e" 2018-11-09 08:07:02,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b260add4-c976-4b16-a992-4309b7b3be2b Date: Fri, 09 Nov 2018 08:07:02 GMT RESP BODY: {"ports":[]} 2018-11-09 08:07:02,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=ea2c59f4-77ef-47e6-80de-7ec4a9215efc used request id req-b260add4-c976-4b16-a992-4309b7b3be2b 2018-11-09 08:07:02,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/ea2c59f4-77ef-47e6-80de-7ec4a9215efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a296de4ec2be680bd009c2e3b6b6613a136b789e" 2018-11-09 08:07:02,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-dd07d53b-17d5-41b5-b3c4-a5b0d0609aa3 Date: Fri, 09 Nov 2018 08:07:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1c92f28d5fde448f9752ce830e72e1c0", "created_at": "2018-11-09T08:06:57Z", "admin_state_up": true, "updated_at": "2018-11-09T08:07:01Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "1c92f28d5fde448f9752ce830e72e1c0", "id": "ea2c59f4-77ef-47e6-80de-7ec4a9215efc", "name": "CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router"}} 2018-11-09 08:07:02,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/ea2c59f4-77ef-47e6-80de-7ec4a9215efc used request id req-dd07d53b-17d5-41b5-b3c4-a5b0d0609aa3 2018-11-09 08:07:02,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=ea2c59f4-77ef-47e6-80de-7ec4a9215efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a296de4ec2be680bd009c2e3b6b6613a136b789e" 2018-11-09 08:07:03,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d2a38d54-54d4-4522-81a8-b7a7f3aa9acb Date: Fri, 09 Nov 2018 08:07:03 GMT RESP BODY: {"ports":[]} 2018-11-09 08:07:03,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=ea2c59f4-77ef-47e6-80de-7ec4a9215efc used request id req-d2a38d54-54d4-4522-81a8-b7a7f3aa9acb 2018-11-09 08:07:03,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:03,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a1090b00e12488aa7ff30e6046849e6", "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj-role"}], "expires_at": "2018-11-09T09:07:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c92f28d5fde448f9752ce830e72e1c0", "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1c92f28d5fde448f9752ce830e72e1c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-user", "id": "f6530254a4ec4897bfd63c5641edce70"}, "audit_ids": ["3WyjJYh_Sf-9E0O7Ccx4AA"], "issued_at": "2018-11-09T08:07:03.000000Z"}} 2018-11-09 08:07:03,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5493a305999eaeb126deedba06749096d348c1a" 2018-11-09 08:07:03,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-6ac9841c-479c-4942-8899-61bc48bbfe82 Date: Fri, 09 Nov 2018 08:07:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1c92f28d5fde448f9752ce830e72e1c0", "created_at": "2018-11-09T08:06:57Z", "admin_state_up": true, "updated_at": "2018-11-09T08:07:01Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "1c92f28d5fde448f9752ce830e72e1c0", "id": "ea2c59f4-77ef-47e6-80de-7ec4a9215efc", "name": "CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router"}]} 2018-11-09 08:07:03,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router&admin_state_up=True used request id req-6ac9841c-479c-4942-8899-61bc48bbfe82 2018-11-09 08:07:03,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:03,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:03,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1c92f28d5fde448f9752ce830e72e1c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}517299d440000dfc697bf2a3e75aa92dc07447ce" 2018-11-09 08:07:03,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ba06cd4-4ea4-41b6-a21a-7ae76f253521 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1c92f28d5fde448f9752ce830e72e1c0"}, "enabled": true, "id": "1c92f28d5fde448f9752ce830e72e1c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj"}} 2018-11-09 08:07:03,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1c92f28d5fde448f9752ce830e72e1c0 used request id req-1ba06cd4-4ea4-41b6-a21a-7ae76f253521 2018-11-09 08:07:03,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=ea2c59f4-77ef-47e6-80de-7ec4a9215efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5493a305999eaeb126deedba06749096d348c1a" 2018-11-09 08:07:04,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a778c60d-7bb5-4b18-a482-86d8d47377fc Date: Fri, 09 Nov 2018 08:07:03 GMT RESP BODY: {"ports":[]} 2018-11-09 08:07:04,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=ea2c59f4-77ef-47e6-80de-7ec4a9215efc used request id req-a778c60d-7bb5-4b18-a482-86d8d47377fc 2018-11-09 08:07:04,004 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router 2018-11-09 08:07:04,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/ea2c59f4-77ef-47e6-80de-7ec4a9215efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5493a305999eaeb126deedba06749096d348c1a" 2018-11-09 08:07:07,361 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dea20232-c665-4455-976a-721b9b5027f8 Content-Length: 0 Date: Fri, 09 Nov 2018 08:07:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:07:07,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/ea2c59f4-77ef-47e6-80de-7ec4a9215efc used request id req-dea20232-c665-4455-976a-721b9b5027f8 2018-11-09 08:07:07,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5493a305999eaeb126deedba06749096d348c1a" 2018-11-09 08:07:07,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6f50408e-27cd-47bf-8719-6a42dcbc8121 Date: Fri, 09 Nov 2018 08:07:07 GMT RESP BODY: {"routers": []} 2018-11-09 08:07:07,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router&admin_state_up=True used request id req-6f50408e-27cd-47bf-8719-6a42dcbc8121 2018-11-09 08:07:07,552 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router 2018-11-09 08:07:07,552 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-84d530be-b07c-4701-a895-c652861c5c18-pub-router 2018-11-09 08:07:07,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/ea2c59f4-77ef-47e6-80de-7ec4a9215efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a296de4ec2be680bd009c2e3b6b6613a136b789e" 2018-11-09 08:07:07,609 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-41e18ab1-93f6-4355-af4c-f2f5504a7386 Date: Fri, 09 Nov 2018 08:07:07 GMT RESP BODY: {"NeutronError": {"message": "Router ea2c59f4-77ef-47e6-80de-7ec4a9215efc could not be found", "type": "RouterNotFound", "detail": ""}} 2018-11-09 08:07:07,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/ea2c59f4-77ef-47e6-80de-7ec4a9215efc used request id req-41e18ab1-93f6-4355-af4c-f2f5504a7386 2018-11-09 08:07:07,609 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router ea2c59f4-77ef-47e6-80de-7ec4a9215efc could not be found", "type": "RouterNotFound", "detail": ""}} 2018-11-09 08:07:07,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:07:07,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7385269e-ed75-453f-9d3b-f26af4632319 Date: Fri, 09 Nov 2018 08:07:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:07:07,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-7385269e-ed75-453f-9d3b-f26af4632319 2018-11-09 08:07:07,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:07:07,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eaf34fd-75d4-44a5-bb0a-3c68287d1a33 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:07:07,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-0eaf34fd-75d4-44a5-bb0a-3c68287d1a33 2018-11-09 08:07:07,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:07:08,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c746d411-cfb2-4108-9381-02ce2a8ac0fa 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:07:08,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-c746d411-cfb2-4108-9381-02ce2a8ac0fa 2018-11-09 08:07:08,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:07:08,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943f2466-0dd7-45b6-80de-875169d64a97 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:07:08,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-943f2466-0dd7-45b6-80de-875169d64a97 2018-11-09 08:07:08,113 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj 2018-11-09 08:07:08,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/1c92f28d5fde448f9752ce830e72e1c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:07:08,336 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96a11b34-c4e6-4a4f-b777-b0424674b8e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:08,337 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/1c92f28d5fde448f9752ce830e72e1c0 used request id req-96a11b34-c4e6-4a4f-b777-b0424674b8e0 2018-11-09 08:07:08,337 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-9c69f017-dfd3-4e4-proj-role 2018-11-09 08:07:08,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/9a1090b00e12488aa7ff30e6046849e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:07:08,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5ef9ab3-51b1-4aec-b89e-9891df4dec0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:08,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/9a1090b00e12488aa7ff30e6046849e6 used request id req-e5ef9ab3-51b1-4aec-b89e-9891df4dec0d 2018-11-09 08:07:08,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b69431c9c9ad474c57392995b72717d104ce9b42" 2018-11-09 08:07:08,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcb5b69b-2e94-4ad1-a6c6-aef2a775d21e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:07:08,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-dcb5b69b-2e94-4ad1-a6c6-aef2a775d21e 2018-11-09 08:07:08,537 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-9c69f017-dfd3-4e4-user 2018-11-09 08:07:08,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/f6530254a4ec4897bfd63c5641edce70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d07a91314e937cb7874f18bc84785ac950adb" 2018-11-09 08:07:08,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fd76ad4-9242-4e35-97f5-53f6aa4bd391 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:08,710 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f6530254a4ec4897bfd63c5641edce70 used request id req-3fd76ad4-9242-4e35-97f5-53f6aa4bd391 2018-11-09 08:07:08,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:09,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["jEynGvuCRpexk_T8kqd_9g"], "issued_at": "2018-11-09T08:07:09.000000Z"}} 2018-11-09 08:07:09,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19c3ba4715f978e2c58d3fddcc7333c1f1d98ce2" 2018-11-09 08:07:09,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181cd044-cb3e-4f9d-989e-d08c5cfbca3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:09,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-181cd044-cb3e-4f9d-989e-d08c5cfbca3a 2018-11-09 08:07:09,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:09,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:09,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["2aU4_1G6ShiBIclQyPxGQg"], "issued_at": "2018-11-09T08:07:09.000000Z"}} 2018-11-09 08:07:09,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:09,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a71097a-9041-4e6c-a332-f385ba4e7e74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:09,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1a71097a-9041-4e6c-a332-f385ba4e7e74 2018-11-09 08:07:09,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:09,678 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:09,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b080afab-8ee3-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:09,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-468b53c9-1fd2-49e7-8744-5c4fe31b44d4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b080afab-8ee3-423-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:07:09,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b080afab-8ee3-423-proj used request id req-468b53c9-1fd2-49e7-8744-5c4fe31b44d4 2018-11-09 08:07:09,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:09,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-756a9dfb-e187-480a-9b2d-919f9937d137 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:07:09,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-756a9dfb-e187-480a-9b2d-919f9937d137 2018-11-09 08:07:09,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj"}}' 2018-11-09 08:07:09,968 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:07:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c440f294-d826-4066-b0c9-2e73b7c670a8 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ad42a2f1ced74584bac66e8650b0d805"}, "enabled": true, "id": "ad42a2f1ced74584bac66e8650b0d805", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj"}} 2018-11-09 08:07:09,968 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-c440f294-d826-4066-b0c9-2e73b7c670a8 2018-11-09 08:07:09,968 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b080afab-8ee3-423-proj 2018-11-09 08:07:09,969 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:09,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:10,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["oFyVikIxSQq13Iv2PtpgoA"], "issued_at": "2018-11-09T08:07:10.000000Z"}} 2018-11-09 08:07:10,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075ccd8e736b2be596252c1a3eba0848d9ae4b55" 2018-11-09 08:07:10,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e36665b4-8fbb-409d-9d00-e17b8b6011c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:10,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e36665b4-8fbb-409d-9d00-e17b8b6011c7 2018-11-09 08:07:10,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:10,447 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:10,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075ccd8e736b2be596252c1a3eba0848d9ae4b55" 2018-11-09 08:07:10,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e4f93ba-e6d8-40fe-be22-b9af5ab6e70b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:07:10,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6e4f93ba-e6d8-40fe-be22-b9af5ab6e70b 2018-11-09 08:07:10,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-b080afab-8ee3-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075ccd8e736b2be596252c1a3eba0848d9ae4b55" 2018-11-09 08:07:10,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03559ff5-6d0f-457e-83a2-4e8998357ff9 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-b080afab-8ee3-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ad42a2f1ced74584bac66e8650b0d805"}, "enabled": true, "id": "ad42a2f1ced74584bac66e8650b0d805", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj"}]} 2018-11-09 08:07:10,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-b080afab-8ee3-423-proj used request id req-03559ff5-6d0f-457e-83a2-4e8998357ff9 2018-11-09 08:07:10,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075ccd8e736b2be596252c1a3eba0848d9ae4b55" 2018-11-09 08:07:10,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa273a5-bdf5-44f6-a00b-a4f2a73ee04f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:07:10,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6fa273a5-bdf5-44f6-a00b-a4f2a73ee04f 2018-11-09 08:07:11,106 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b080afab-8ee3-423-user 2018-11-09 08:07:11,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:11,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:11,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a022e85-ad9b-4783-98a4-07aedcfd973e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:07:11,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5a022e85-ad9b-4783-98a4-07aedcfd973e 2018-11-09 08:07:11,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" -d '{"role": {"name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj-role"}}' 2018-11-09 08:07:11,319 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:07:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ead826d-def2-4588-9d9f-17b5eff6a67f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c376014475ef4c9da49641b7616adc99", "links": {"self": "http://172.30.9.27:5000/v3/roles/c376014475ef4c9da49641b7616adc99"}, "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj-role"}} 2018-11-09 08:07:11,319 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-7ead826d-def2-4588-9d9f-17b5eff6a67f 2018-11-09 08:07:11,319 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b080afab-8ee3-423-proj-role 2018-11-09 08:07:11,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/c376014475ef4c9da49641b7616adc99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:11,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98f2001f-cc8a-4caf-ac92-096db0b17c4c Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/c376014475ef4c9da49641b7616adc99"}, "domain_id": null, "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj-role", "id": "c376014475ef4c9da49641b7616adc99"}} 2018-11-09 08:07:11,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/c376014475ef4c9da49641b7616adc99 used request id req-98f2001f-cc8a-4caf-ac92-096db0b17c4c 2018-11-09 08:07:11,339 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b080afab-8ee3-423-proj-role to project CreateRouterSuccessTests-b080afab-8ee3-423-proj 2018-11-09 08:07:11,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/ad42a2f1ced74584bac66e8650b0d805/users/5097423a5e4c49b681f680f9a05ca3b7/roles/c376014475ef4c9da49641b7616adc99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:11,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b84d69cd-990e-4c8c-b254-77c84837c226 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:11,402 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ad42a2f1ced74584bac66e8650b0d805/users/5097423a5e4c49b681f680f9a05ca3b7/roles/c376014475ef4c9da49641b7616adc99 used request id req-b84d69cd-990e-4c8c-b254-77c84837c226 2018-11-09 08:07:11,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:11,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:11,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c376014475ef4c9da49641b7616adc99", "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj-role"}], "expires_at": "2018-11-09T09:07:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad42a2f1ced74584bac66e8650b0d805", "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b080afab-8ee3-423-user", "id": "5097423a5e4c49b681f680f9a05ca3b7"}, "audit_ids": ["0zwMwedkRvSazSJzUWyX-w"], "issued_at": "2018-11-09T08:07:11.000000Z"}} 2018-11-09 08:07:11,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9262aa2d7690c129ec592a48325f068fce3e37" 2018-11-09 08:07:11,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51b511f1-f1b7-4860-bd7f-b42a12aabf6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:11,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-51b511f1-f1b7-4860-bd7f-b42a12aabf6b 2018-11-09 08:07:11,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9262aa2d7690c129ec592a48325f068fce3e37" 2018-11-09 08:07:12,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d5b5ed23-0e89-4f37-ac33-e09a288d8a89 Date: Fri, 09 Nov 2018 08:07:12 GMT RESP BODY: {"routers": []} 2018-11-09 08:07:12,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router&admin_state_up=True used request id req-d5b5ed23-0e89-4f37-ac33-e09a288d8a89 2018-11-09 08:07:12,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:12,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:12,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c376014475ef4c9da49641b7616adc99", "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj-role"}], "expires_at": "2018-11-09T09:07:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad42a2f1ced74584bac66e8650b0d805", "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b080afab-8ee3-423-user", "id": "5097423a5e4c49b681f680f9a05ca3b7"}, "audit_ids": ["y7nSuevUTh620sbZRix61A"], "issued_at": "2018-11-09T08:07:12.000000Z"}} 2018-11-09 08:07:12,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e983ce0435d57eb1aa26db933ad3aec634c6bcb" 2018-11-09 08:07:12,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a10be71-f73c-4411-8388-595a9fe952b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:12,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7a10be71-f73c-4411-8388-595a9fe952b7 2018-11-09 08:07:12,503 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router 2018-11-09 08:07:12,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9262aa2d7690c129ec592a48325f068fce3e37" -d '{"router": {"name": "CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router", "admin_state_up": true}}' 2018-11-09 08:07:16,197 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-f96aae6e-7123-405b-bd69-82da7c93558f Date: Fri, 09 Nov 2018 08:07:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ad42a2f1ced74584bac66e8650b0d805", "created_at": "2018-11-09T08:07:13Z", "admin_state_up": true, "updated_at": "2018-11-09T08:07:13Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "ad42a2f1ced74584bac66e8650b0d805", "id": "6ea23f2f-38d1-4c86-9b35-3f8390b853d1", "name": "CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router"}} 2018-11-09 08:07:16,197 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-f96aae6e-7123-405b-bd69-82da7c93558f 2018-11-09 08:07:16,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=6ea23f2f-38d1-4c86-9b35-3f8390b853d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9262aa2d7690c129ec592a48325f068fce3e37" 2018-11-09 08:07:16,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f0b32c7e-89e1-42d3-8678-c68c373bbb4a Date: Fri, 09 Nov 2018 08:07:16 GMT RESP BODY: {"ports":[]} 2018-11-09 08:07:16,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=6ea23f2f-38d1-4c86-9b35-3f8390b853d1 used request id req-f0b32c7e-89e1-42d3-8678-c68c373bbb4a 2018-11-09 08:07:16,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/6ea23f2f-38d1-4c86-9b35-3f8390b853d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9262aa2d7690c129ec592a48325f068fce3e37" 2018-11-09 08:07:16,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-fdd4bf5a-d40c-42d5-b9ff-c1d0c38dc70c Date: Fri, 09 Nov 2018 08:07:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ad42a2f1ced74584bac66e8650b0d805", "created_at": "2018-11-09T08:07:13Z", "admin_state_up": true, "updated_at": "2018-11-09T08:07:15Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "ad42a2f1ced74584bac66e8650b0d805", "id": "6ea23f2f-38d1-4c86-9b35-3f8390b853d1", "name": "CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router"}} 2018-11-09 08:07:16,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/6ea23f2f-38d1-4c86-9b35-3f8390b853d1 used request id req-fdd4bf5a-d40c-42d5-b9ff-c1d0c38dc70c 2018-11-09 08:07:16,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=6ea23f2f-38d1-4c86-9b35-3f8390b853d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9262aa2d7690c129ec592a48325f068fce3e37" 2018-11-09 08:07:16,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-62aa09fc-0c71-4a57-a15e-253a56fe3fd4 Date: Fri, 09 Nov 2018 08:07:16 GMT RESP BODY: {"ports":[]} 2018-11-09 08:07:16,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=6ea23f2f-38d1-4c86-9b35-3f8390b853d1 used request id req-62aa09fc-0c71-4a57-a15e-253a56fe3fd4 2018-11-09 08:07:16,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:17,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c376014475ef4c9da49641b7616adc99", "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj-role"}], "expires_at": "2018-11-09T09:07:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad42a2f1ced74584bac66e8650b0d805", "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ad42a2f1ced74584bac66e8650b0d805", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b080afab-8ee3-423-user", "id": "5097423a5e4c49b681f680f9a05ca3b7"}, "audit_ids": ["ifWXQlXwRkywJtSKplvTEQ"], "issued_at": "2018-11-09T08:07:17.000000Z"}} 2018-11-09 08:07:17,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}324c3f3a54977222b6203352cfc1b2acc72bb35c" 2018-11-09 08:07:17,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-763a080f-e779-46c3-bea3-4ee5fbdab80a Date: Fri, 09 Nov 2018 08:07:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ad42a2f1ced74584bac66e8650b0d805", "created_at": "2018-11-09T08:07:13Z", "admin_state_up": true, "updated_at": "2018-11-09T08:07:15Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "ad42a2f1ced74584bac66e8650b0d805", "id": "6ea23f2f-38d1-4c86-9b35-3f8390b853d1", "name": "CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router"}]} 2018-11-09 08:07:17,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router&admin_state_up=True used request id req-763a080f-e779-46c3-bea3-4ee5fbdab80a 2018-11-09 08:07:17,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:17,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:17,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ad42a2f1ced74584bac66e8650b0d805 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19c3ba4715f978e2c58d3fddcc7333c1f1d98ce2" 2018-11-09 08:07:17,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae86bf80-d078-4d86-ac8e-231bbe0e7ee1 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ad42a2f1ced74584bac66e8650b0d805"}, "enabled": true, "id": "ad42a2f1ced74584bac66e8650b0d805", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b080afab-8ee3-423-proj"}} 2018-11-09 08:07:17,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ad42a2f1ced74584bac66e8650b0d805 used request id req-ae86bf80-d078-4d86-ac8e-231bbe0e7ee1 2018-11-09 08:07:17,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=6ea23f2f-38d1-4c86-9b35-3f8390b853d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}324c3f3a54977222b6203352cfc1b2acc72bb35c" 2018-11-09 08:07:17,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5e6c5a82-1abc-4314-9b06-b6b010b509fc Date: Fri, 09 Nov 2018 08:07:17 GMT RESP BODY: {"ports":[]} 2018-11-09 08:07:17,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=6ea23f2f-38d1-4c86-9b35-3f8390b853d1 used request id req-5e6c5a82-1abc-4314-9b06-b6b010b509fc 2018-11-09 08:07:17,795 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router 2018-11-09 08:07:17,795 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f52e4b52-9a12-4f39-8414-f4482fd7f0fd-pub-router 2018-11-09 08:07:17,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/6ea23f2f-38d1-4c86-9b35-3f8390b853d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f9262aa2d7690c129ec592a48325f068fce3e37" 2018-11-09 08:07:20,554 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2dc2a0e3-8dc1-47ca-ae57-fe99ca4578fc Content-Length: 0 Date: Fri, 09 Nov 2018 08:07:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:07:20,554 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/6ea23f2f-38d1-4c86-9b35-3f8390b853d1 used request id req-2dc2a0e3-8dc1-47ca-ae57-fe99ca4578fc 2018-11-09 08:07:20,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:20,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7dc6af57-c814-4a3c-947d-bad62e1acff1 Date: Fri, 09 Nov 2018 08:07:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:07:20,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-7dc6af57-c814-4a3c-947d-bad62e1acff1 2018-11-09 08:07:20,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:20,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f2220d7-8e79-4d84-a00c-3c8b299f79a5 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:07:20,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-1f2220d7-8e79-4d84-a00c-3c8b299f79a5 2018-11-09 08:07:20,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:20,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b40bd908-5f82-40f9-8265-f1164ddcebf8 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:07:20,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-b40bd908-5f82-40f9-8265-f1164ddcebf8 2018-11-09 08:07:20,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:21,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af1edfdf-b54d-4a25-b183-4a21680056d5 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:07:21,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-af1edfdf-b54d-4a25-b183-4a21680056d5 2018-11-09 08:07:21,044 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b080afab-8ee3-423-proj 2018-11-09 08:07:21,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/ad42a2f1ced74584bac66e8650b0d805 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:21,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-beeb7b86-4682-486a-9664-5a1cbd51a4ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:21,274 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ad42a2f1ced74584bac66e8650b0d805 used request id req-beeb7b86-4682-486a-9664-5a1cbd51a4ab 2018-11-09 08:07:21,274 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b080afab-8ee3-423-proj-role 2018-11-09 08:07:21,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/c376014475ef4c9da49641b7616adc99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:21,411 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c272e92a-1b24-4270-bd47-443a6b5efad2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:21,411 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/c376014475ef4c9da49641b7616adc99 used request id req-c272e92a-1b24-4270-bd47-443a6b5efad2 2018-11-09 08:07:21,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e7e6c32523985a2edc0de1eee64a988f321876" 2018-11-09 08:07:21,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5a000b-ba28-40c4-aae8-551416063cb9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:07:21,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8d5a000b-ba28-40c4-aae8-551416063cb9 2018-11-09 08:07:21,498 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b080afab-8ee3-423-user 2018-11-09 08:07:21,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/5097423a5e4c49b681f680f9a05ca3b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075ccd8e736b2be596252c1a3eba0848d9ae4b55" 2018-11-09 08:07:21,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e707661-7ab0-4d8b-99d1-b40d14be89ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:21,735 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/5097423a5e4c49b681f680f9a05ca3b7 used request id req-5e707661-7ab0-4d8b-99d1-b40d14be89ae 2018-11-09 08:07:21,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:22,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["GHivqBCrSemoUMqh4Qk8GQ"], "issued_at": "2018-11-09T08:07:22.000000Z"}} 2018-11-09 08:07:22,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edfc89a49115b160fcb0b1ba483dddfe9d5d8043" 2018-11-09 08:07:22,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea123703-66e6-4e1f-bdc9-15ba305a2d17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:22,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ea123703-66e6-4e1f-bdc9-15ba305a2d17 2018-11-09 08:07:22,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:22,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:22,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["5i8ceoiISwacVSgaG8ZhAQ"], "issued_at": "2018-11-09T08:07:22.000000Z"}} 2018-11-09 08:07:22,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:22,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f67efeb8-f749-4ee7-86e9-9464161c4e91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:22,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f67efeb8-f749-4ee7-86e9-9464161c4e91 2018-11-09 08:07:22,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:22,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:22,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-147267fe-83a8-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:22,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e06d42-8aa9-45ae-b4d4-b92bb8b7f2f3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-147267fe-83a8-4fe-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:07:22,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-147267fe-83a8-4fe-proj used request id req-42e06d42-8aa9-45ae-b4d4-b92bb8b7f2f3 2018-11-09 08:07:22,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:22,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e15916a-fdca-4a06-ad00-c136ba319c9d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:07:22,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-4e15916a-fdca-4a06-ad00-c136ba319c9d 2018-11-09 08:07:22,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj"}}' 2018-11-09 08:07:23,070 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:07:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-476b34b3-d558-4337-bc6e-2190e1c4c509 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4eebf83446d9412db46176cfde256c20"}, "enabled": true, "id": "4eebf83446d9412db46176cfde256c20", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj"}} 2018-11-09 08:07:23,070 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-476b34b3-d558-4337-bc6e-2190e1c4c509 2018-11-09 08:07:23,070 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-147267fe-83a8-4fe-proj 2018-11-09 08:07:23,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:23,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:23,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["C5lJdgkYR0eI19psQdh5vw"], "issued_at": "2018-11-09T08:07:23.000000Z"}} 2018-11-09 08:07:23,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42967ab4ce92ba116114217a43bd4e13f6b373b1" 2018-11-09 08:07:23,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-049d46c0-fc81-4707-a502-8eb76f73f85c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:23,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-049d46c0-fc81-4707-a502-8eb76f73f85c 2018-11-09 08:07:23,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:23,565 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:23,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42967ab4ce92ba116114217a43bd4e13f6b373b1" 2018-11-09 08:07:23,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ec8d7d6-0704-4fef-b3da-fddbc1e43a06 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:07:23,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9ec8d7d6-0704-4fef-b3da-fddbc1e43a06 2018-11-09 08:07:23,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-147267fe-83a8-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42967ab4ce92ba116114217a43bd4e13f6b373b1" 2018-11-09 08:07:23,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a8b2932-e926-491a-a8f8-ffc2bd5615ab Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-147267fe-83a8-4fe-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4eebf83446d9412db46176cfde256c20"}, "enabled": true, "id": "4eebf83446d9412db46176cfde256c20", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj"}]} 2018-11-09 08:07:23,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-147267fe-83a8-4fe-proj used request id req-9a8b2932-e926-491a-a8f8-ffc2bd5615ab 2018-11-09 08:07:23,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42967ab4ce92ba116114217a43bd4e13f6b373b1" 2018-11-09 08:07:23,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1df5329a-c8b6-4a84-b078-3f18bd76c5a2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:07:23,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1df5329a-c8b6-4a84-b078-3f18bd76c5a2 2018-11-09 08:07:24,345 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-147267fe-83a8-4fe-user 2018-11-09 08:07:24,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:24,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:24,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-829d5551-4606-49eb-bfca-1959056ed739 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:07:24,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-829d5551-4606-49eb-bfca-1959056ed739 2018-11-09 08:07:24,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" -d '{"role": {"name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj-role"}}' 2018-11-09 08:07:24,549 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:07:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b595208b-329a-4653-990c-bca9b9f41b92 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f47233d01214404d848cf11bbf2b2642", "links": {"self": "http://172.30.9.27:5000/v3/roles/f47233d01214404d848cf11bbf2b2642"}, "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj-role"}} 2018-11-09 08:07:24,549 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-b595208b-329a-4653-990c-bca9b9f41b92 2018-11-09 08:07:24,550 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-147267fe-83a8-4fe-proj-role 2018-11-09 08:07:24,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/f47233d01214404d848cf11bbf2b2642 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:24,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fb48216-9540-44ac-b77e-085dd091d434 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/f47233d01214404d848cf11bbf2b2642"}, "domain_id": null, "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj-role", "id": "f47233d01214404d848cf11bbf2b2642"}} 2018-11-09 08:07:24,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/f47233d01214404d848cf11bbf2b2642 used request id req-0fb48216-9540-44ac-b77e-085dd091d434 2018-11-09 08:07:24,643 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-147267fe-83a8-4fe-proj-role to project CreateRouterSuccessTests-147267fe-83a8-4fe-proj 2018-11-09 08:07:24,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/4eebf83446d9412db46176cfde256c20/users/229f6700ac034b7b87b8a72d78885bef/roles/f47233d01214404d848cf11bbf2b2642 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:24,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47adac79-4c1c-44d2-b1f5-24ab8c1a6513 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:24,785 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4eebf83446d9412db46176cfde256c20/users/229f6700ac034b7b87b8a72d78885bef/roles/f47233d01214404d848cf11bbf2b2642 used request id req-47adac79-4c1c-44d2-b1f5-24ab8c1a6513 2018-11-09 08:07:24,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:24,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:25,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f47233d01214404d848cf11bbf2b2642", "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj-role"}], "expires_at": "2018-11-09T09:07:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4eebf83446d9412db46176cfde256c20", "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-user", "id": "229f6700ac034b7b87b8a72d78885bef"}, "audit_ids": ["IrhI67QcQBme2cDv7rIQvg"], "issued_at": "2018-11-09T08:07:25.000000Z"}} 2018-11-09 08:07:25,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c95cabc2c4f354a0e13c8006511511c92ac70dd" 2018-11-09 08:07:25,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17089862-feaa-466c-be46-1a5a9b2447d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:25,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-17089862-feaa-466c-be46-1a5a9b2447d2 2018-11-09 08:07:25,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c95cabc2c4f354a0e13c8006511511c92ac70dd" 2018-11-09 08:07:25,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8ee06ff9-19ac-4c23-92d7-8e4116c9f706 Date: Fri, 09 Nov 2018 08:07:25 GMT RESP BODY: {"routers": []} 2018-11-09 08:07:25,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router&admin_state_up=False used request id req-8ee06ff9-19ac-4c23-92d7-8e4116c9f706 2018-11-09 08:07:25,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:25,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:25,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f47233d01214404d848cf11bbf2b2642", "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj-role"}], "expires_at": "2018-11-09T09:07:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4eebf83446d9412db46176cfde256c20", "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-user", "id": "229f6700ac034b7b87b8a72d78885bef"}, "audit_ids": ["GXWD-BE3ShSRzCvUBg3fZQ"], "issued_at": "2018-11-09T08:07:25.000000Z"}} 2018-11-09 08:07:25,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8598bbf562dd74f2d82d01396db7bfa7c4331b9b" 2018-11-09 08:07:25,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-206319ea-e9fd-4163-a349-45d06bdefba5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:25,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-206319ea-e9fd-4163-a349-45d06bdefba5 2018-11-09 08:07:25,892 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router 2018-11-09 08:07:25,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c95cabc2c4f354a0e13c8006511511c92ac70dd" -d '{"router": {"name": "CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router", "admin_state_up": false}}' 2018-11-09 08:07:29,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-6b5310e2-305e-40d0-8129-840d31f3acc4 Date: Fri, 09 Nov 2018 08:07:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4eebf83446d9412db46176cfde256c20", "created_at": "2018-11-09T08:07:26Z", "admin_state_up": false, "updated_at": "2018-11-09T08:07:26Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "4eebf83446d9412db46176cfde256c20", "id": "c629c158-fbb4-430f-987e-dc277f478d39", "name": "CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router"}} 2018-11-09 08:07:29,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-6b5310e2-305e-40d0-8129-840d31f3acc4 2018-11-09 08:07:29,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=c629c158-fbb4-430f-987e-dc277f478d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c95cabc2c4f354a0e13c8006511511c92ac70dd" 2018-11-09 08:07:30,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4bdb3a93-8f0f-4c27-b7c6-67cf4695871c Date: Fri, 09 Nov 2018 08:07:30 GMT RESP BODY: {"ports":[]} 2018-11-09 08:07:30,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=c629c158-fbb4-430f-987e-dc277f478d39 used request id req-4bdb3a93-8f0f-4c27-b7c6-67cf4695871c 2018-11-09 08:07:30,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/c629c158-fbb4-430f-987e-dc277f478d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c95cabc2c4f354a0e13c8006511511c92ac70dd" 2018-11-09 08:07:30,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-72a6138f-55be-448d-b33c-5adfdc292a52 Date: Fri, 09 Nov 2018 08:07:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4eebf83446d9412db46176cfde256c20", "created_at": "2018-11-09T08:07:26Z", "admin_state_up": false, "updated_at": "2018-11-09T08:07:29Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "4eebf83446d9412db46176cfde256c20", "id": "c629c158-fbb4-430f-987e-dc277f478d39", "name": "CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router"}} 2018-11-09 08:07:30,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/c629c158-fbb4-430f-987e-dc277f478d39 used request id req-72a6138f-55be-448d-b33c-5adfdc292a52 2018-11-09 08:07:30,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=c629c158-fbb4-430f-987e-dc277f478d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c95cabc2c4f354a0e13c8006511511c92ac70dd" 2018-11-09 08:07:30,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b255d1a2-a79a-47e5-ba0e-781095a0ed54 Date: Fri, 09 Nov 2018 08:07:30 GMT RESP BODY: {"ports":[]} 2018-11-09 08:07:30,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=c629c158-fbb4-430f-987e-dc277f478d39 used request id req-b255d1a2-a79a-47e5-ba0e-781095a0ed54 2018-11-09 08:07:30,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:30,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f47233d01214404d848cf11bbf2b2642", "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj-role"}], "expires_at": "2018-11-09T09:07:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4eebf83446d9412db46176cfde256c20", "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4eebf83446d9412db46176cfde256c20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4eebf83446d9412db46176cfde256c20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4eebf83446d9412db46176cfde256c20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-user", "id": "229f6700ac034b7b87b8a72d78885bef"}, "audit_ids": ["CWcoNQxMQz-PDlObXViGww"], "issued_at": "2018-11-09T08:07:30.000000Z"}} 2018-11-09 08:07:30,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1deb0aa434674d3ea31c7051389c9d8d5bb86840" 2018-11-09 08:07:31,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 545 X-Openstack-Request-Id: req-dfbd17ce-4cac-4f62-b91d-d719778b3fb0 Date: Fri, 09 Nov 2018 08:07:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4eebf83446d9412db46176cfde256c20", "created_at": "2018-11-09T08:07:26Z", "admin_state_up": false, "updated_at": "2018-11-09T08:07:29Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "4eebf83446d9412db46176cfde256c20", "id": "c629c158-fbb4-430f-987e-dc277f478d39", "name": "CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router"}]} 2018-11-09 08:07:31,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router&admin_state_up=False used request id req-dfbd17ce-4cac-4f62-b91d-d719778b3fb0 2018-11-09 08:07:31,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:31,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:31,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4eebf83446d9412db46176cfde256c20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edfc89a49115b160fcb0b1ba483dddfe9d5d8043" 2018-11-09 08:07:31,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aca59821-baac-4f20-a5c3-d89726963c44 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4eebf83446d9412db46176cfde256c20"}, "enabled": true, "id": "4eebf83446d9412db46176cfde256c20", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-147267fe-83a8-4fe-proj"}} 2018-11-09 08:07:31,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4eebf83446d9412db46176cfde256c20 used request id req-aca59821-baac-4f20-a5c3-d89726963c44 2018-11-09 08:07:31,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=c629c158-fbb4-430f-987e-dc277f478d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1deb0aa434674d3ea31c7051389c9d8d5bb86840" 2018-11-09 08:07:31,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b39bfcff-9fd6-4b17-b675-2750d3114a39 Date: Fri, 09 Nov 2018 08:07:31 GMT RESP BODY: {"ports":[]} 2018-11-09 08:07:31,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=c629c158-fbb4-430f-987e-dc277f478d39 used request id req-b39bfcff-9fd6-4b17-b675-2750d3114a39 2018-11-09 08:07:31,420 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router 2018-11-09 08:07:31,420 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-1749a587-4dd3-47e2-be6c-92dac367aa1e-pub-router 2018-11-09 08:07:31,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/c629c158-fbb4-430f-987e-dc277f478d39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c95cabc2c4f354a0e13c8006511511c92ac70dd" 2018-11-09 08:07:34,395 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a23ec727-b6b7-4b03-8e33-7af978bbfa56 Content-Length: 0 Date: Fri, 09 Nov 2018 08:07:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:07:34,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/c629c158-fbb4-430f-987e-dc277f478d39 used request id req-a23ec727-b6b7-4b03-8e33-7af978bbfa56 2018-11-09 08:07:34,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:34,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-becf5064-c2e3-4c8f-b322-4aa0005a24db Date: Fri, 09 Nov 2018 08:07:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:07:34,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-becf5064-c2e3-4c8f-b322-4aa0005a24db 2018-11-09 08:07:34,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:34,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9520511-a3ae-4e0b-bc89-9e9ad67b58ad 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:07:34,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-e9520511-a3ae-4e0b-bc89-9e9ad67b58ad 2018-11-09 08:07:34,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:34,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30d9bcd9-fd2a-4c39-bddc-0571002316a4 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:07:34,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-30d9bcd9-fd2a-4c39-bddc-0571002316a4 2018-11-09 08:07:34,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:34,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36750cd8-1938-48dd-b560-e9798216fee8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:07:34,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-36750cd8-1938-48dd-b560-e9798216fee8 2018-11-09 08:07:34,901 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-147267fe-83a8-4fe-proj 2018-11-09 08:07:34,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/4eebf83446d9412db46176cfde256c20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:35,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b08dc705-004c-4de1-a455-e031b4de85be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:35,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4eebf83446d9412db46176cfde256c20 used request id req-b08dc705-004c-4de1-a455-e031b4de85be 2018-11-09 08:07:35,103 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-147267fe-83a8-4fe-proj-role 2018-11-09 08:07:35,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/f47233d01214404d848cf11bbf2b2642 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:35,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab884db4-6c27-4d09-806a-803980556afa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:35,219 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/f47233d01214404d848cf11bbf2b2642 used request id req-ab884db4-6c27-4d09-806a-803980556afa 2018-11-09 08:07:35,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b90050d7f14e47a89126545ffad5e9e5e888926" 2018-11-09 08:07:35,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d15db2-f673-4a4e-8cb9-ce24325f4314 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:07:35,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-84d15db2-f673-4a4e-8cb9-ce24325f4314 2018-11-09 08:07:35,306 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-147267fe-83a8-4fe-user 2018-11-09 08:07:35,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/229f6700ac034b7b87b8a72d78885bef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42967ab4ce92ba116114217a43bd4e13f6b373b1" 2018-11-09 08:07:35,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04ec7860-0c75-4241-a334-f2dd8e7f4100 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:35,489 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/229f6700ac034b7b87b8a72d78885bef used request id req-04ec7860-0c75-4241-a334-f2dd8e7f4100 2018-11-09 08:07:35,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:35,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["RUQlhLTmTVCtrYWacaE9oA"], "issued_at": "2018-11-09T08:07:35.000000Z"}} 2018-11-09 08:07:35,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}241057cdeda38c661c71d664eb2ba4eb16ae4324" 2018-11-09 08:07:35,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde70139-0233-42a8-ae67-594f38f25021 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:35,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bde70139-0233-42a8-ae67-594f38f25021 2018-11-09 08:07:35,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:35,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:36,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["6K6ETjSiQRu5MQpTEbcxAA"], "issued_at": "2018-11-09T08:07:36.000000Z"}} 2018-11-09 08:07:36,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:36,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4263f7d5-32af-4a88-841a-e329e7006e15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:36,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4263f7d5-32af-4a88-841a-e329e7006e15 2018-11-09 08:07:36,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:36,447 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:36,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:36,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b20976a0-92bd-466c-a4f7-1f6408c03494 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:07:36,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj used request id req-b20976a0-92bd-466c-a4f7-1f6408c03494 2018-11-09 08:07:36,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:36,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91aba59a-fdca-4df5-b256-c07b68d981f6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:07:36,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-91aba59a-fdca-4df5-b256-c07b68d981f6 2018-11-09 08:07:36,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj"}}' 2018-11-09 08:07:36,753 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:07:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8183ccbf-a664-40d1-94c4-adac8139ba24 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/37e0c24db9d045b3ad1001c4e0dd8902"}, "enabled": true, "id": "37e0c24db9d045b3ad1001c4e0dd8902", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj"}} 2018-11-09 08:07:36,753 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-8183ccbf-a664-40d1-94c4-adac8139ba24 2018-11-09 08:07:36,753 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj 2018-11-09 08:07:36,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:36,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:37,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["DpTEkOiSS7WyZRsxwtBWBw"], "issued_at": "2018-11-09T08:07:37.000000Z"}} 2018-11-09 08:07:37,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d944207c3a0e8a69732a4868b0589b4dc658796a" 2018-11-09 08:07:37,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b16a67e-81c2-449d-bfc6-e1a7d7708a9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:37,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1b16a67e-81c2-449d-bfc6-e1a7d7708a9a 2018-11-09 08:07:37,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:37,235 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:37,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d944207c3a0e8a69732a4868b0589b4dc658796a" 2018-11-09 08:07:37,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a27b7f3a-e2bb-4cb2-8500-efa991455e2c Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:07:37,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a27b7f3a-e2bb-4cb2-8500-efa991455e2c 2018-11-09 08:07:37,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d944207c3a0e8a69732a4868b0589b4dc658796a" 2018-11-09 08:07:37,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6c0e12b-8028-4405-9f3a-cc6dceb9cae2 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/37e0c24db9d045b3ad1001c4e0dd8902"}, "enabled": true, "id": "37e0c24db9d045b3ad1001c4e0dd8902", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj"}]} 2018-11-09 08:07:37,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj used request id req-f6c0e12b-8028-4405-9f3a-cc6dceb9cae2 2018-11-09 08:07:37,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d944207c3a0e8a69732a4868b0589b4dc658796a" 2018-11-09 08:07:37,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f18dfd45-1996-45b8-b0a0-2a278c8cf4a2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:07:37,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f18dfd45-1996-45b8-b0a0-2a278c8cf4a2 2018-11-09 08:07:37,906 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-0cc79a11-c85b-4dd-user 2018-11-09 08:07:37,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:37,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:38,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ad431de-877d-45ab-a409-828f9236453a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:07:38,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1ad431de-877d-45ab-a409-828f9236453a 2018-11-09 08:07:38,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" -d '{"role": {"name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj-role"}}' 2018-11-09 08:07:38,117 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:07:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-746ce7b3-ffa3-4f52-8952-72ec2e0d662f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7a503937f94d4bb7b9eb1f123464e97f", "links": {"self": "http://172.30.9.27:5000/v3/roles/7a503937f94d4bb7b9eb1f123464e97f"}, "name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj-role"}} 2018-11-09 08:07:38,118 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-746ce7b3-ffa3-4f52-8952-72ec2e0d662f 2018-11-09 08:07:38,118 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj-role 2018-11-09 08:07:38,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/7a503937f94d4bb7b9eb1f123464e97f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:38,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de0eccd9-5a44-4464-8613-f6d4ecca91d9 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/7a503937f94d4bb7b9eb1f123464e97f"}, "domain_id": null, "name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj-role", "id": "7a503937f94d4bb7b9eb1f123464e97f"}} 2018-11-09 08:07:38,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/7a503937f94d4bb7b9eb1f123464e97f used request id req-de0eccd9-5a44-4464-8613-f6d4ecca91d9 2018-11-09 08:07:38,211 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj-role to project CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj 2018-11-09 08:07:38,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/37e0c24db9d045b3ad1001c4e0dd8902/users/0d78c71b2ad54d2e8fdf7d9432e3a12d/roles/7a503937f94d4bb7b9eb1f123464e97f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:38,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ef64f94-c57c-4f5f-bdc3-e897b55d0ab8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:38,354 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/37e0c24db9d045b3ad1001c4e0dd8902/users/0d78c71b2ad54d2e8fdf7d9432e3a12d/roles/7a503937f94d4bb7b9eb1f123464e97f used request id req-8ef64f94-c57c-4f5f-bdc3-e897b55d0ab8 2018-11-09 08:07:38,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:38,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:38,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["TmybXOvsSA2qow5REz68tw"], "issued_at": "2018-11-09T08:07:38.000000Z"}} 2018-11-09 08:07:38,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:38,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09cecbb1-7026-4640-9db3-a428b351cb10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:38,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-09cecbb1-7026-4640-9db3-a428b351cb10 2018-11-09 08:07:38,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:39,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2b081be6-8fe4-4755-a3fa-03283dc3a46c Date: Fri, 09 Nov 2018 08:07:39 GMT RESP BODY: {"routers": []} 2018-11-09 08:07:39,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router&admin_state_up=True used request id req-2b081be6-8fe4-4755-a3fa-03283dc3a46c 2018-11-09 08:07:39,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:39,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:39,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["h0OnARI8RJynqmdsQluV3Q"], "issued_at": "2018-11-09T08:07:39.000000Z"}} 2018-11-09 08:07:39,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df11f1578d50147c2768d145bf7da6d004822c7" 2018-11-09 08:07:39,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db6cb3a-211e-48a6-841f-aa8a04dd400b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:39,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5db6cb3a-211e-48a6-841f-aa8a04dd400b 2018-11-09 08:07:39,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:39,568 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:39,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df11f1578d50147c2768d145bf7da6d004822c7" 2018-11-09 08:07:39,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e242e12-bd36-480e-a0f4-f0d9d2ab5e4e Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/37e0c24db9d045b3ad1001c4e0dd8902"}, "enabled": true, "id": "37e0c24db9d045b3ad1001c4e0dd8902", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj"}]} 2018-11-09 08:07:39,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj used request id req-3e242e12-bd36-480e-a0f4-f0d9d2ab5e4e 2018-11-09 08:07:39,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:39,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7409eca2-aff4-4040-baa8-e0b4f4cbe024 Date: Fri, 09 Nov 2018 08:07:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 08:07:39,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-7409eca2-aff4-4040-baa8-e0b4f4cbe024 2018-11-09 08:07:39,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:40,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5a5683ad-f2fc-45d8-8234-b2ae987acc94 Date: Fri, 09 Nov 2018 08:07:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 08:07:40,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-5a5683ad-f2fc-45d8-8234-b2ae987acc94 2018-11-09 08:07:40,190 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router 2018-11-09 08:07:40,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "tenant_id": "37e0c24db9d045b3ad1001c4e0dd8902", "name": "CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router", "admin_state_up": true}}' 2018-11-09 08:07:45,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-cf1a7d16-aaae-4741-b02c-3e984e1c88cb Date: Fri, 09 Nov 2018 08:07:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "37e0c24db9d045b3ad1001c4e0dd8902", "created_at": "2018-11-09T08:07:40Z", "admin_state_up": true, "updated_at": "2018-11-09T08:07:41Z", "project_id": "37e0c24db9d045b3ad1001c4e0dd8902", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2", "name": "CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router"}} 2018-11-09 08:07:45,178 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-cf1a7d16-aaae-4741-b02c-3e984e1c88cb 2018-11-09 08:07:45,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:45,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-8689d2ed-4d37-4d18-9980-3009653450b4 Date: Fri, 09 Nov 2018 08:07:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:07:43Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa790862-2d75-4dfb-837a-30e9baae5e30","ip_address":"169.254.192.4"}],"id":"43e4c391-71b0-448b-abee-0eddf08b6164","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:87:04","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37e0c24db9d045b3ad1001c4e0dd8902","admin_state_up":true,"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:43Z","binding:vnic_type":"normal","device_id":"ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:07:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa790862-2d75-4dfb-837a-30e9baae5e30","ip_address":"169.254.192.10"}],"id":"94227773-4eea-4193-bdb6-d806bea868ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:ab:c3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37e0c24db9d045b3ad1001c4e0dd8902","admin_state_up":true,"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:42Z","binding:vnic_type":"normal","device_id":"ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:07:44Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa790862-2d75-4dfb-837a-30e9baae5e30","ip_address":"169.254.192.6"}],"id":"943283e6-c8bb-4fa2-828a-e001e5cf6df4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:de:49:f8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37e0c24db9d045b3ad1001c4e0dd8902","admin_state_up":true,"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:44Z","binding:vnic_type":"normal","device_id":"ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:07:41Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.206"}],"id":"de6d3488-2f34-4400-9071-f380e5ffe83b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:29:99","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T08:07:41Z","binding:vnic_type":"normal","device_id":"ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2"}]} 2018-11-09 08:07:45,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2 used request id req-8689d2ed-4d37-4d18-9980-3009653450b4 2018-11-09 08:07:45,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:45,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ad00059f-5318-4e77-89ae-d091ff2556a0 Date: Fri, 09 Nov 2018 08:07:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:07:45,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-ad00059f-5318-4e77-89ae-d091ff2556a0 2018-11-09 08:07:45,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:45,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-23fef18e-e9f0-409a-919a-0de8a6a779a9 Date: Fri, 09 Nov 2018 08:07:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07: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":"fa790862-2d75-4dfb-837a-30e9baae5e30","subnetpool_id":null,"name":"HA subnet tenant 37e0c24db9d045b3ad1001c4e0dd8902"}} 2018-11-09 08:07:45,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 used request id req-23fef18e-e9f0-409a-919a-0de8a6a779a9 2018-11-09 08:07:45,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:46,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0463386e-b9dc-458e-a9fb-a3dc0513d770 Date: Fri, 09 Nov 2018 08:07:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07: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":"fa790862-2d75-4dfb-837a-30e9baae5e30","subnetpool_id":null,"name":"HA subnet tenant 37e0c24db9d045b3ad1001c4e0dd8902"}} 2018-11-09 08:07:46,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 used request id req-0463386e-b9dc-458e-a9fb-a3dc0513d770 2018-11-09 08:07:46,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:46,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d996b4e7-df8b-4b90-9770-cc4f4f9b55d0 Date: Fri, 09 Nov 2018 08:07:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07: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":"fa790862-2d75-4dfb-837a-30e9baae5e30","subnetpool_id":null,"name":"HA subnet tenant 37e0c24db9d045b3ad1001c4e0dd8902"}} 2018-11-09 08:07:46,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 used request id req-d996b4e7-df8b-4b90-9770-cc4f4f9b55d0 2018-11-09 08:07:46,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:46,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-65400b07-9130-44f3-99aa-c33b982bc201 Date: Fri, 09 Nov 2018 08:07:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "37e0c24db9d045b3ad1001c4e0dd8902", "created_at": "2018-11-09T08:07:40Z", "admin_state_up": true, "updated_at": "2018-11-09T08:07:44Z", "project_id": "37e0c24db9d045b3ad1001c4e0dd8902", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2", "name": "CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router"}} 2018-11-09 08:07:46,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2 used request id req-65400b07-9130-44f3-99aa-c33b982bc201 2018-11-09 08:07:46,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:46,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-582fbe6b-8768-4856-bcd2-1b7612f766ed Date: Fri, 09 Nov 2018 08:07:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:07:43Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa790862-2d75-4dfb-837a-30e9baae5e30","ip_address":"169.254.192.4"}],"id":"43e4c391-71b0-448b-abee-0eddf08b6164","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:87:04","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37e0c24db9d045b3ad1001c4e0dd8902","admin_state_up":true,"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:43Z","binding:vnic_type":"normal","device_id":"ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:07:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa790862-2d75-4dfb-837a-30e9baae5e30","ip_address":"169.254.192.10"}],"id":"94227773-4eea-4193-bdb6-d806bea868ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:ab:c3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37e0c24db9d045b3ad1001c4e0dd8902","admin_state_up":true,"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:42Z","binding:vnic_type":"normal","device_id":"ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:07:46Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa790862-2d75-4dfb-837a-30e9baae5e30","ip_address":"169.254.192.6"}],"id":"943283e6-c8bb-4fa2-828a-e001e5cf6df4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:49:f8","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 37e0c24db9d045b3ad1001c4e0dd8902","admin_state_up":true,"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:44Z","binding:vnic_type":"normal","device_id":"ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:07:46Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.206"}],"id":"de6d3488-2f34-4400-9071-f380e5ffe83b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:29:99","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":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T08:07:41Z","binding:vnic_type":"normal","device_id":"ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2"}]} 2018-11-09 08:07:46,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2 used request id req-582fbe6b-8768-4856-bcd2-1b7612f766ed 2018-11-09 08:07:46,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:46,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c861624a-4a57-4a6e-8377-e6b45bcba3e2 Date: Fri, 09 Nov 2018 08:07:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:07:46,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-c861624a-4a57-4a6e-8377-e6b45bcba3e2 2018-11-09 08:07:46,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:46,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2dcdef4c-32b3-4ab3-982b-054802415cb9 Date: Fri, 09 Nov 2018 08:07:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07: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":"fa790862-2d75-4dfb-837a-30e9baae5e30","subnetpool_id":null,"name":"HA subnet tenant 37e0c24db9d045b3ad1001c4e0dd8902"}} 2018-11-09 08:07:46,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 used request id req-2dcdef4c-32b3-4ab3-982b-054802415cb9 2018-11-09 08:07:46,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:46,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b3a3aad0-0c0d-45e8-9f69-c13062d932e6 Date: Fri, 09 Nov 2018 08:07:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07: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":"fa790862-2d75-4dfb-837a-30e9baae5e30","subnetpool_id":null,"name":"HA subnet tenant 37e0c24db9d045b3ad1001c4e0dd8902"}} 2018-11-09 08:07:46,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 used request id req-b3a3aad0-0c0d-45e8-9f69-c13062d932e6 2018-11-09 08:07:46,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:47,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-af85b553-39d7-4128-99bb-3f420a61beda Date: Fri, 09 Nov 2018 08:07:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e335f93a-ac29-4528-922e-1304a9da4bc3","tenant_id":"","created_at":"2018-11-09T08:07:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07: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":"fa790862-2d75-4dfb-837a-30e9baae5e30","subnetpool_id":null,"name":"HA subnet tenant 37e0c24db9d045b3ad1001c4e0dd8902"}} 2018-11-09 08:07:47,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/fa790862-2d75-4dfb-837a-30e9baae5e30 used request id req-af85b553-39d7-4128-99bb-3f420a61beda 2018-11-09 08:07:47,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:47,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a503937f94d4bb7b9eb1f123464e97f", "name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj-role"}], "expires_at": "2018-11-09T09:07:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37e0c24db9d045b3ad1001c4e0dd8902", "name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/37e0c24db9d045b3ad1001c4e0dd8902", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-user", "id": "0d78c71b2ad54d2e8fdf7d9432e3a12d"}, "audit_ids": ["DDtsZBTiSR-Iz2RFnk6Tyg"], "issued_at": "2018-11-09T08:07:47.000000Z"}} 2018-11-09 08:07:47,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573c725cc110f5ab7c530a98ab3ad9c849f55ad0" 2018-11-09 08:07:47,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-9f93aca3-7958-40ed-817d-f74e5b5fd032 Date: Fri, 09 Nov 2018 08:07:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "37e0c24db9d045b3ad1001c4e0dd8902", "created_at": "2018-11-09T08:07:40Z", "admin_state_up": true, "updated_at": "2018-11-09T08:07:44Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "37e0c24db9d045b3ad1001c4e0dd8902", "id": "ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2", "name": "CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router"}]} 2018-11-09 08:07:47,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router&admin_state_up=True used request id req-9f93aca3-7958-40ed-817d-f74e5b5fd032 2018-11-09 08:07:47,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:47,622 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:47,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/37e0c24db9d045b3ad1001c4e0dd8902 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}241057cdeda38c661c71d664eb2ba4eb16ae4324" 2018-11-09 08:07:47,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d329d5-3b80-4655-856a-6484e00cac63 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/37e0c24db9d045b3ad1001c4e0dd8902"}, "enabled": true, "id": "37e0c24db9d045b3ad1001c4e0dd8902", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj"}} 2018-11-09 08:07:47,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/37e0c24db9d045b3ad1001c4e0dd8902 used request id req-19d329d5-3b80-4655-856a-6484e00cac63 2018-11-09 08:07:47,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573c725cc110f5ab7c530a98ab3ad9c849f55ad0" 2018-11-09 08:07:47,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ad309f6c-6b74-4aa0-9fe2-f500b610d1db Date: Fri, 09 Nov 2018 08:07:47 GMT RESP BODY: {"ports":[]} 2018-11-09 08:07:47,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2 used request id req-ad309f6c-6b74-4aa0-9fe2-f500b610d1db 2018-11-09 08:07:47,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573c725cc110f5ab7c530a98ab3ad9c849f55ad0" 2018-11-09 08:07:48,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9c860726-c963-4c9b-89b3-455f580c4ca7 Date: Fri, 09 Nov 2018 08:07:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:07:48,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-9c860726-c963-4c9b-89b3-455f580c4ca7 2018-11-09 08:07:48,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573c725cc110f5ab7c530a98ab3ad9c849f55ad0" 2018-11-09 08:07:48,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d566ce58-d8a5-42c2-89e2-418586669766 Date: Fri, 09 Nov 2018 08:07:48 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:07:48,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-d566ce58-d8a5-42c2-89e2-418586669766 2018-11-09 08:07:48,312 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router 2018-11-09 08:07:48,312 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7c622b0e-c266-42b7-8a40-174ea621f044-pub-router 2018-11-09 08:07:48,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}437e1efbbfbd59d22bca81709c40c413998e6c84" 2018-11-09 08:07:52,096 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-663d8718-453b-4161-9a52-2bd6241aecf7 Content-Length: 0 Date: Fri, 09 Nov 2018 08:07:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:07:52,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/ac6313d3-52c8-4af4-bc0d-bf57e4fbcef2 used request id req-663d8718-453b-4161-9a52-2bd6241aecf7 2018-11-09 08:07:52,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:52,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6b5fbe90-2973-4bf9-8ef8-45480914df02 Date: Fri, 09 Nov 2018 08:07:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:07:52,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-6b5fbe90-2973-4bf9-8ef8-45480914df02 2018-11-09 08:07:52,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:52,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f7e4147-5cd0-4582-8b40-1b1d313dad65 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:07:52,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-4f7e4147-5cd0-4582-8b40-1b1d313dad65 2018-11-09 08:07:52,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:52,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9aded86-e397-4c03-bb87-c4adf67da153 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:07:52,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-f9aded86-e397-4c03-bb87-c4adf67da153 2018-11-09 08:07:52,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:52,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f42803c3-d03e-4904-a7f2-f474d597005f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:07:52,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-f42803c3-d03e-4904-a7f2-f474d597005f 2018-11-09 08:07:52,584 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj 2018-11-09 08:07:52,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/37e0c24db9d045b3ad1001c4e0dd8902 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:52,802 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5e425af-aaa5-4c9e-bb86-daecc1f04f75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:52,802 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/37e0c24db9d045b3ad1001c4e0dd8902 used request id req-f5e425af-aaa5-4c9e-bb86-daecc1f04f75 2018-11-09 08:07:52,802 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-0cc79a11-c85b-4dd-proj-role 2018-11-09 08:07:52,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/7a503937f94d4bb7b9eb1f123464e97f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:52,917 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44a509d6-69eb-4f08-b900-ed00f11f260a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:52,917 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/7a503937f94d4bb7b9eb1f123464e97f used request id req-44a509d6-69eb-4f08-b900-ed00f11f260a 2018-11-09 08:07:52,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ce4d531e478b3a02826115f8749af585a3e8d2" 2018-11-09 08:07:53,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e28034-8b4e-4cf1-a60c-6ed628612430 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:07:53,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f6e28034-8b4e-4cf1-a60c-6ed628612430 2018-11-09 08:07:53,015 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-0cc79a11-c85b-4dd-user 2018-11-09 08:07:53,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/0d78c71b2ad54d2e8fdf7d9432e3a12d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d944207c3a0e8a69732a4868b0589b4dc658796a" 2018-11-09 08:07:53,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9d0eef5-aba6-4735-abff-45d9272d7399 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:53,218 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0d78c71b2ad54d2e8fdf7d9432e3a12d used request id req-b9d0eef5-aba6-4735-abff-45d9272d7399 2018-11-09 08:07:53,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:53,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ng1sb8g7Tsy5RwrSdVhX6g"], "issued_at": "2018-11-09T08:07:53.000000Z"}} 2018-11-09 08:07:53,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcab86986c05d2ecf86811433c315c75c55d01c" 2018-11-09 08:07:53,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e22a3e2-e736-4208-aeee-103448da0e70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:53,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9e22a3e2-e736-4208-aeee-103448da0e70 2018-11-09 08:07:53,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:53,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:54,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["-lK5WBm4TGaen7X04WYXLw"], "issued_at": "2018-11-09T08:07:54.000000Z"}} 2018-11-09 08:07:54,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:07:54,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c564d0b-74af-4c49-82fe-2f6c3ce396be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:54,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7c564d0b-74af-4c49-82fe-2f6c3ce396be 2018-11-09 08:07:54,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:54,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:54,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:07:54,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cf45399-bc97-44b9-94b3-babc20b8ab63 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:07:54,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj used request id req-3cf45399-bc97-44b9-94b3-babc20b8ab63 2018-11-09 08:07:54,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:07:54,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36bd4aa8-204c-4164-be8d-b422a8fe7fdb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:07:54,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-36bd4aa8-204c-4164-be8d-b422a8fe7fdb 2018-11-09 08:07:54,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}}' 2018-11-09 08:07:54,453 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:07:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7c3e05e-ffac-4513-ae66-aac52f8e800d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5"}, "enabled": true, "id": "de656b6448a84cf5b58ba47d51949cf5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}} 2018-11-09 08:07:54,453 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d7c3e05e-ffac-4513-ae66-aac52f8e800d 2018-11-09 08:07:54,453 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj 2018-11-09 08:07:54,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:54,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:54,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:07:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9K1MfaaxTCa2F_YsSX0hWg"], "issued_at": "2018-11-09T08:07:54.000000Z"}} 2018-11-09 08:07:54,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c883cef41e1297bbbc88c93f07c5d062dcb5475" 2018-11-09 08:07:54,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4d01e9-5b1c-4374-a99f-9f5f29f827b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:54,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0b4d01e9-5b1c-4374-a99f-9f5f29f827b1 2018-11-09 08:07:54,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:07:54,928 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:07:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:07:54,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c883cef41e1297bbbc88c93f07c5d062dcb5475" 2018-11-09 08:07:55,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ca923d-ff8d-4567-a891-6795dcea4901 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:07:55,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f0ca923d-ff8d-4567-a891-6795dcea4901 2018-11-09 08:07:55,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c883cef41e1297bbbc88c93f07c5d062dcb5475" 2018-11-09 08:07:55,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bedc7327-a74e-48b5-8b9b-c7713f5c5cc8 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5"}, "enabled": true, "id": "de656b6448a84cf5b58ba47d51949cf5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}]} 2018-11-09 08:07:55,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj used request id req-bedc7327-a74e-48b5-8b9b-c7713f5c5cc8 2018-11-09 08:07:55,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c883cef41e1297bbbc88c93f07c5d062dcb5475" 2018-11-09 08:07:55,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4c5a829-d697-4bb8-b149-26968ed46813 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:07:55,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f4c5a829-d697-4bb8-b149-26968ed46813 2018-11-09 08:07:55,626 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a55cdb32-dc14-4c6-user 2018-11-09 08:07:55,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:55,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:07:55,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f68c879-513c-4d22-a17e-3769925d25d2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:07:55,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3f68c879-513c-4d22-a17e-3769925d25d2 2018-11-09 08:07:55,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" -d '{"role": {"name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role"}}' 2018-11-09 08:07:55,843 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:07:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b15f92a1-dede-4359-959c-f48d6fd80fd6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "410202a6affa408b95667f53e7e4f1ce", "links": {"self": "http://172.30.9.27:5000/v3/roles/410202a6affa408b95667f53e7e4f1ce"}, "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role"}} 2018-11-09 08:07:55,843 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-b15f92a1-dede-4359-959c-f48d6fd80fd6 2018-11-09 08:07:55,843 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role 2018-11-09 08:07:55,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/410202a6affa408b95667f53e7e4f1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:07:55,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee0ac0d-f602-4cd6-a239-f9186e6a3b20 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/410202a6affa408b95667f53e7e4f1ce"}, "domain_id": null, "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role", "id": "410202a6affa408b95667f53e7e4f1ce"}} 2018-11-09 08:07:55,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/410202a6affa408b95667f53e7e4f1ce used request id req-6ee0ac0d-f602-4cd6-a239-f9186e6a3b20 2018-11-09 08:07:55,863 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role to project CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj 2018-11-09 08:07:55,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5/users/563ab78402c64e7bb06595b5e11aa258/roles/410202a6affa408b95667f53e7e4f1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:07:55,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:07:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e87e2feb-b2c5-4964-9f64-f2b4d772a5e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:07:55,988 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5/users/563ab78402c64e7bb06595b5e11aa258/roles/410202a6affa408b95667f53e7e4f1ce used request id req-e87e2feb-b2c5-4964-9f64-f2b4d772a5e8 2018-11-09 08:07:55,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:55,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:56,364 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "410202a6affa408b95667f53e7e4f1ce", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role"}], "expires_at": "2018-11-09T09:07:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de656b6448a84cf5b58ba47d51949cf5", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-user", "id": "563ab78402c64e7bb06595b5e11aa258"}, "audit_ids": ["THbgB2O7R56M4EMF5lk7Vg"], "issued_at": "2018-11-09T08:07:56.000000Z"}} 2018-11-09 08:07:56,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5f818d79eeedc6d36224a3ba425228c379e5b" 2018-11-09 08:07:56,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b605d0d7-5306-453a-854d-a17afb4b07f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:56,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b605d0d7-5306-453a-854d-a17afb4b07f7 2018-11-09 08:07:56,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5f818d79eeedc6d36224a3ba425228c379e5b" 2018-11-09 08:07:56,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-590b0a0b-c58b-4abe-ba81-fe646c01af92 Date: Fri, 09 Nov 2018 08:07:56 GMT RESP BODY: {"networks":[]} 2018-11-09 08:07:56,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 used request id req-590b0a0b-c58b-4abe-ba81-fe646c01af92 2018-11-09 08:07:56,606 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 2018-11-09 08:07:56,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5f818d79eeedc6d36224a3ba425228c379e5b" -d '{"network": {"name": "CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1", "admin_state_up": true}}' 2018-11-09 08:07:57,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-6fda734a-b807-4537-a3b6-7fc66eddbe61 Date: Fri, 09 Nov 2018 08:07:57 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"aa8b6336-6085-49e4-9dc9-7d7056537345","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"de656b6448a84cf5b58ba47d51949cf5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:07:56Z","is_default":false,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:56Z","mtu":1450}} 2018-11-09 08:07:57,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-6fda734a-b807-4537-a3b6-7fc66eddbe61 2018-11-09 08:07:57,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5f818d79eeedc6d36224a3ba425228c379e5b" 2018-11-09 08:07:57,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5c07bd5b-8e81-45c7-b0c7-a91cdb80149a Date: Fri, 09 Nov 2018 08:07:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:07:56Z","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"de656b6448a84cf5b58ba47d51949cf5","id":"aa8b6336-6085-49e4-9dc9-7d7056537345","name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1"}]} 2018-11-09 08:07:57,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-5c07bd5b-8e81-45c7-b0c7-a91cdb80149a 2018-11-09 08:07:57,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5f818d79eeedc6d36224a3ba425228c379e5b" 2018-11-09 08:07:57,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-77fbd75a-f3d6-455b-af9b-cab042136b72 Date: Fri, 09 Nov 2018 08:07:57 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:07:57,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-77fbd75a-f3d6-455b-af9b-cab042136b72 2018-11-09 08:07:57,604 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1 2018-11-09 08:07:57,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5f818d79eeedc6d36224a3ba425228c379e5b" -d '{"subnets": [{"ip_version": 4, "network_id": "aa8b6336-6085-49e4-9dc9-7d7056537345", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}]}' 2018-11-09 08:07:58,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-41ef2ed3-3548-4a60-9327-7e699a269114 Date: Fri, 09 Nov 2018 08:07:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}]} 2018-11-09 08:07:58,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-41ef2ed3-3548-4a60-9327-7e699a269114 2018-11-09 08:07:58,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5f818d79eeedc6d36224a3ba425228c379e5b" 2018-11-09 08:07:58,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-66ec1bce-1d6b-45fe-a1ca-83fa1c624e12 Date: Fri, 09 Nov 2018 08:07: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":["d3408ac8-967e-42e9-b614-125d8ed17f6a"],"updated_at":"2018-11-09T08:07:57Z","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de656b6448a84cf5b58ba47d51949cf5","id":"aa8b6336-6085-49e4-9dc9-7d7056537345","name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1"}]} 2018-11-09 08:07:58,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-66ec1bce-1d6b-45fe-a1ca-83fa1c624e12 2018-11-09 08:07:58,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5f818d79eeedc6d36224a3ba425228c379e5b" 2018-11-09 08:07:58,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d1bcb278-04e3-458c-80d6-93335368f8c8 Date: Fri, 09 Nov 2018 08:07:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}]} 2018-11-09 08:07:58,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-d1bcb278-04e3-458c-80d6-93335368f8c8 2018-11-09 08:07:58,534 - OpenStackNetwork - DEBUG - Network [aa8b6336-6085-49e4-9dc9-7d7056537345] created successfully 2018-11-09 08:07:58,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:58,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:58,913 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "410202a6affa408b95667f53e7e4f1ce", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role"}], "expires_at": "2018-11-09T09:07:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de656b6448a84cf5b58ba47d51949cf5", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-user", "id": "563ab78402c64e7bb06595b5e11aa258"}, "audit_ids": ["bx7FnpPSRee3XZEw0S6ZNQ"], "issued_at": "2018-11-09T08:07:58.000000Z"}} 2018-11-09 08:07:58,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:07:58,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d90ef94f-ddee-4eac-96d7-23fa237f6804 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:58,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d90ef94f-ddee-4eac-96d7-23fa237f6804 2018-11-09 08:07:58,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:07:59,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bef107b6-e567-4477-ad86-5efff94e042a Date: Fri, 09 Nov 2018 08:07:59 GMT RESP BODY: {"routers": []} 2018-11-09 08:07:59,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router&admin_state_up=True used request id req-bef107b6-e567-4477-ad86-5efff94e042a 2018-11-09 08:07:59,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:07:59,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:07:59,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "410202a6affa408b95667f53e7e4f1ce", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role"}], "expires_at": "2018-11-09T09:07:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de656b6448a84cf5b58ba47d51949cf5", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-user", "id": "563ab78402c64e7bb06595b5e11aa258"}, "audit_ids": ["ajQV0PfVRmOdFYTuzU9hsA"], "issued_at": "2018-11-09T08:07:59.000000Z"}} 2018-11-09 08:07:59,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f2b34165fa82c786bd62227f7ba076cdbf5aaa" 2018-11-09 08:07:59,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:07:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beb25a94-f788-429b-8907-0d2b0c9db273 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:07:59,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-beb25a94-f788-429b-8907-0d2b0c9db273 2018-11-09 08:07:59,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:07:59,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e13f3baa-d124-46a3-9512-f188867dddd3 Date: Fri, 09 Nov 2018 08:07:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:07:59,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-e13f3baa-d124-46a3-9512-f188867dddd3 2018-11-09 08:07:59,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:00,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1ac3f3a8-a0a0-486a-bc97-8a63e605da47 Date: Fri, 09 Nov 2018 08:08:00 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:08:00,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-1ac3f3a8-a0a0-486a-bc97-8a63e605da47 2018-11-09 08:08:00,062 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router 2018-11-09 08:08:00,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router", "admin_state_up": true}}' 2018-11-09 08:08:04,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-639dfc18-d2c7-4284-94bf-34e8760e797e Date: Fri, 09 Nov 2018 08:08:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "created_at": "2018-11-09T08:08:00Z", "admin_state_up": true, "updated_at": "2018-11-09T08:08:01Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "de656b6448a84cf5b58ba47d51949cf5", "id": "73170c4f-3ce4-4f47-8981-07c8c3a0b181", "name": "CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router"}} 2018-11-09 08:08:04,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-639dfc18-d2c7-4284-94bf-34e8760e797e 2018-11-09 08:08:04,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=73170c4f-3ce4-4f47-8981-07c8c3a0b181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:05,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-697b784e-79df-46c7-9d59-6b82d0422f16 Date: Fri, 09 Nov 2018 08:08:05 GMT RESP BODY: {"ports":[]} 2018-11-09 08:08:05,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=73170c4f-3ce4-4f47-8981-07c8c3a0b181 used request id req-697b784e-79df-46c7-9d59-6b82d0422f16 2018-11-09 08:08:05,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:05,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f4f79b86-d848-4548-a716-974dbdc1a2e3 Date: Fri, 09 Nov 2018 08:08: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":["d3408ac8-967e-42e9-b614-125d8ed17f6a"],"updated_at":"2018-11-09T08:07:57Z","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de656b6448a84cf5b58ba47d51949cf5","id":"aa8b6336-6085-49e4-9dc9-7d7056537345","name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1"}]} 2018-11-09 08:08:05,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 used request id req-f4f79b86-d848-4548-a716-974dbdc1a2e3 2018-11-09 08:08:05,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:05,406 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:05,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:05,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-563ab487-bd59-40d5-9bb7-d0358c8aa8d1 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5"}, "enabled": true, "id": "de656b6448a84cf5b58ba47d51949cf5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}} 2018-11-09 08:08:05,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5 used request id req-563ab487-bd59-40d5-9bb7-d0358c8aa8d1 2018-11-09 08:08:05,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:05,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5413c5c7-484a-4bd5-9dce-c3a3f83964ad Date: Fri, 09 Nov 2018 08:08:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}]} 2018-11-09 08:08:05,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-5413c5c7-484a-4bd5-9dce-c3a3f83964ad 2018-11-09 08:08:05,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345&name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:05,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7911280e-c877-45eb-9d51-b186472ed2f2 Date: Fri, 09 Nov 2018 08:08:05 GMT RESP BODY: {"ports":[]} 2018-11-09 08:08:05,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345&name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-port1&admin_state_up=True used request id req-7911280e-c877-45eb-9d51-b186472ed2f2 2018-11-09 08:08:05,871 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-port1 for router - CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router 2018-11-09 08:08:05,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:05,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:06,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "410202a6affa408b95667f53e7e4f1ce", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role"}], "expires_at": "2018-11-09T09:08:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de656b6448a84cf5b58ba47d51949cf5", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-user", "id": "563ab78402c64e7bb06595b5e11aa258"}, "audit_ids": ["Uz0GntjURaqclx2lv0cXTA"], "issued_at": "2018-11-09T08:08:06.000000Z"}} 2018-11-09 08:08:06,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5d7526d3bde6233e17556fbd636a74afaf63a9" 2018-11-09 08:08:06,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a2ea543-cd4f-4015-85e6-8c7ce8fdfb16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:06,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7a2ea543-cd4f-4015-85e6-8c7ce8fdfb16 2018-11-09 08:08:06,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:06,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-57310b1f-02f1-4bab-84dd-1441f5ceb1f7 Date: Fri, 09 Nov 2018 08:08: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":["d3408ac8-967e-42e9-b614-125d8ed17f6a"],"updated_at":"2018-11-09T08:07:57Z","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de656b6448a84cf5b58ba47d51949cf5","id":"aa8b6336-6085-49e4-9dc9-7d7056537345","name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1"}]} 2018-11-09 08:08:06,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 used request id req-57310b1f-02f1-4bab-84dd-1441f5ceb1f7 2018-11-09 08:08:06,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:06,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5a0c5a05-4f85-4d1e-b2d0-28093656a87a Date: Fri, 09 Nov 2018 08:08:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}]} 2018-11-09 08:08:06,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-5a0c5a05-4f85-4d1e-b2d0-28093656a87a 2018-11-09 08:08:06,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:07,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-16da8992-d6c7-4c19-a9c5-5cb16d168078 Date: Fri, 09 Nov 2018 08:08: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":["d3408ac8-967e-42e9-b614-125d8ed17f6a"],"updated_at":"2018-11-09T08:07:57Z","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de656b6448a84cf5b58ba47d51949cf5","id":"aa8b6336-6085-49e4-9dc9-7d7056537345","name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1"}]} 2018-11-09 08:08:07,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 used request id req-16da8992-d6c7-4c19-a9c5-5cb16d168078 2018-11-09 08:08:07,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:07,038 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:07,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5d7526d3bde6233e17556fbd636a74afaf63a9" 2018-11-09 08:08:07,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-956ffcf9-a51e-46f2-851c-54e685643f39 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5"}, "enabled": true, "id": "de656b6448a84cf5b58ba47d51949cf5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}} 2018-11-09 08:08:07,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5 used request id req-956ffcf9-a51e-46f2-851c-54e685643f39 2018-11-09 08:08:07,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:07,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-74e241f9-3f8a-4b64-a105-10aa9c575264 Date: Fri, 09 Nov 2018 08:08:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}]} 2018-11-09 08:08:07,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-74e241f9-3f8a-4b64-a105-10aa9c575264 2018-11-09 08:08:07,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345&name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:07,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3b1c7ee4-bebb-4f80-8231-6012cbc7ce11 Date: Fri, 09 Nov 2018 08:08:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}]} 2018-11-09 08:08:07,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345&name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1 used request id req-3b1c7ee4-bebb-4f80-8231-6012cbc7ce11 2018-11-09 08:08:07,381 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 2018-11-09 08:08:07,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" -d '{"port": {"network_id": "aa8b6336-6085-49e4-9dc9-7d7056537345", "fixed_ips": [{"subnet_id": "d3408ac8-967e-42e9-b614-125d8ed17f6a", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-port1", "admin_state_up": true}}' 2018-11-09 08:08:08,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-e97f9a43-2c1f-406e-9939-20a39517986b Date: Fri, 09 Nov 2018 08:08:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","ip_address":"10.200.201.1"}],"id":"306bff4d-00c6-423e-b8bb-c3b458e12b92","security_groups":["827ac702-53aa-48e5-8395-1cb073dd0938"],"mac_address":"fa:16:3e:d2:14:51","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-port1","project_id":"de656b6448a84cf5b58ba47d51949cf5","qos_policy_id":null,"admin_state_up":true,"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:08:07Z","binding:vnic_type":"normal"}} 2018-11-09 08:08:08,290 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-e97f9a43-2c1f-406e-9939-20a39517986b 2018-11-09 08:08:08,291 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-port1 for router - CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router 2018-11-09 08:08:08,291 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router 2018-11-09 08:08:08,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/73170c4f-3ce4-4f47-8981-07c8c3a0b181/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" -d '{"port_id": "306bff4d-00c6-423e-b8bb-c3b458e12b92"}' 2018-11-09 08:08:10,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9550561a-dada-435f-98cc-739ee58a874e Date: Fri, 09 Nov 2018 08:08:10 GMT RESP BODY: {"network_id": "aa8b6336-6085-49e4-9dc9-7d7056537345", "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "subnet_id": "d3408ac8-967e-42e9-b614-125d8ed17f6a", "subnet_ids": ["d3408ac8-967e-42e9-b614-125d8ed17f6a"], "port_id": "306bff4d-00c6-423e-b8bb-c3b458e12b92", "id": "73170c4f-3ce4-4f47-8981-07c8c3a0b181"} 2018-11-09 08:08:10,171 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/73170c4f-3ce4-4f47-8981-07c8c3a0b181/add_router_interface used request id req-9550561a-dada-435f-98cc-739ee58a874e 2018-11-09 08:08:10,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/73170c4f-3ce4-4f47-8981-07c8c3a0b181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:10,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-5104949f-82d3-4764-b5ef-6e1038dce07d Date: Fri, 09 Nov 2018 08:08:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "created_at": "2018-11-09T08:08:00Z", "admin_state_up": true, "updated_at": "2018-11-09T08:08:09Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "de656b6448a84cf5b58ba47d51949cf5", "id": "73170c4f-3ce4-4f47-8981-07c8c3a0b181", "name": "CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router"}} 2018-11-09 08:08:10,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/73170c4f-3ce4-4f47-8981-07c8c3a0b181 used request id req-5104949f-82d3-4764-b5ef-6e1038dce07d 2018-11-09 08:08:10,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=73170c4f-3ce4-4f47-8981-07c8c3a0b181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:10,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-243be56d-566b-487d-b0a6-6fb729207b5e Date: Fri, 09 Nov 2018 08:08:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","ip_address":"10.200.201.1"}],"id":"306bff4d-00c6-423e-b8bb-c3b458e12b92","security_groups":["827ac702-53aa-48e5-8395-1cb073dd0938"],"mac_address":"fa:16:3e:d2:14:51","project_id":"de656b6448a84cf5b58ba47d51949cf5","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-port1","admin_state_up":true,"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:08:07Z","binding:vnic_type":"normal","device_id":"73170c4f-3ce4-4f47-8981-07c8c3a0b181"}]} 2018-11-09 08:08:10,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=73170c4f-3ce4-4f47-8981-07c8c3a0b181 used request id req-243be56d-566b-487d-b0a6-6fb729207b5e 2018-11-09 08:08:10,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/d3408ac8-967e-42e9-b614-125d8ed17f6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:10,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8568b823-c852-43bf-b786-423b7077734a Date: Fri, 09 Nov 2018 08:08:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}} 2018-11-09 08:08:10,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/d3408ac8-967e-42e9-b614-125d8ed17f6a used request id req-8568b823-c852-43bf-b786-423b7077734a 2018-11-09 08:08:10,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:11,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "410202a6affa408b95667f53e7e4f1ce", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role"}], "expires_at": "2018-11-09T09:08:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de656b6448a84cf5b58ba47d51949cf5", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/de656b6448a84cf5b58ba47d51949cf5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-user", "id": "563ab78402c64e7bb06595b5e11aa258"}, "audit_ids": ["HTH0prLHRrSVLHh0KqnZcg"], "issued_at": "2018-11-09T08:08:11.000000Z"}} 2018-11-09 08:08:11,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:11,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-3b3731ff-36c0-4480-9538-56e6c1de51d0 Date: Fri, 09 Nov 2018 08:08:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "created_at": "2018-11-09T08:08:00Z", "admin_state_up": true, "updated_at": "2018-11-09T08:08:09Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "de656b6448a84cf5b58ba47d51949cf5", "id": "73170c4f-3ce4-4f47-8981-07c8c3a0b181", "name": "CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router"}]} 2018-11-09 08:08:11,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router&admin_state_up=True used request id req-3b3731ff-36c0-4480-9538-56e6c1de51d0 2018-11-09 08:08:11,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:11,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:11,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcab86986c05d2ecf86811433c315c75c55d01c" 2018-11-09 08:08:11,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f5d9824-492b-4101-bc95-baedb2f8a79d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5"}, "enabled": true, "id": "de656b6448a84cf5b58ba47d51949cf5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}} 2018-11-09 08:08:11,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5 used request id req-1f5d9824-492b-4101-bc95-baedb2f8a79d 2018-11-09 08:08:11,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=73170c4f-3ce4-4f47-8981-07c8c3a0b181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:11,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-87a0a2d6-9b29-40f8-a08e-91d02355c93e Date: Fri, 09 Nov 2018 08:08:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","ip_address":"10.200.201.1"}],"id":"306bff4d-00c6-423e-b8bb-c3b458e12b92","security_groups":["827ac702-53aa-48e5-8395-1cb073dd0938"],"mac_address":"fa:16:3e:d2:14:51","project_id":"de656b6448a84cf5b58ba47d51949cf5","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-port1","admin_state_up":true,"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:08:07Z","binding:vnic_type":"normal","device_id":"73170c4f-3ce4-4f47-8981-07c8c3a0b181"}]} 2018-11-09 08:08:11,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=73170c4f-3ce4-4f47-8981-07c8c3a0b181 used request id req-87a0a2d6-9b29-40f8-a08e-91d02355c93e 2018-11-09 08:08:11,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/d3408ac8-967e-42e9-b614-125d8ed17f6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:12,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-daabde57-96ac-496d-9032-9723bab5ee1c Date: Fri, 09 Nov 2018 08:08:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}} 2018-11-09 08:08:12,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/d3408ac8-967e-42e9-b614-125d8ed17f6a used request id req-daabde57-96ac-496d-9032-9723bab5ee1c 2018-11-09 08:08:12,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:12,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-967e351e-9e88-402e-880f-0677f33f90b8 Date: Fri, 09 Nov 2018 08:08:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:08:12,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-967e351e-9e88-402e-880f-0677f33f90b8 2018-11-09 08:08:12,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:12,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-13cc2eea-24e1-4d0a-894c-984eff4f3f7c Date: Fri, 09 Nov 2018 08:08:12 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:08:12,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-13cc2eea-24e1-4d0a-894c-984eff4f3f7c 2018-11-09 08:08:12,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:12,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-eeb81e6a-3aed-4feb-ad96-6c3bc101a561 Date: Fri, 09 Nov 2018 08:08:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d3408ac8-967e-42e9-b614-125d8ed17f6a"],"updated_at":"2018-11-09T08:07:57Z","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de656b6448a84cf5b58ba47d51949cf5","id":"aa8b6336-6085-49e4-9dc9-7d7056537345","name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1"}]} 2018-11-09 08:08:12,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-eeb81e6a-3aed-4feb-ad96-6c3bc101a561 2018-11-09 08:08:12,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:13,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e3f51676-d4b1-4244-91af-901aec1df0c7 Date: Fri, 09 Nov 2018 08:08:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}]} 2018-11-09 08:08:13,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-e3f51676-d4b1-4244-91af-901aec1df0c7 2018-11-09 08:08:13,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:13,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-88b5cf27-b98a-4d28-a023-e35772bcb585 Date: Fri, 09 Nov 2018 08:08:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","ip_address":"10.200.201.2"}],"id":"03edf126-fe18-4180-a172-84602d9d7caf","security_groups":[],"mac_address":"fa:16:3e:fa:cc:57","project_id":"de656b6448a84cf5b58ba47d51949cf5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa8b6336-6085-49e4-9dc9-7d7056537345"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","ip_address":"10.200.201.4"}],"id":"2674e97a-5862-4e11-a6c7-ca94d8155894","security_groups":[],"mac_address":"fa:16:3e:2e:21:88","project_id":"de656b6448a84cf5b58ba47d51949cf5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa8b6336-6085-49e4-9dc9-7d7056537345"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","ip_address":"10.200.201.1"}],"id":"306bff4d-00c6-423e-b8bb-c3b458e12b92","security_groups":["827ac702-53aa-48e5-8395-1cb073dd0938"],"mac_address":"fa:16:3e:d2:14:51","project_id":"de656b6448a84cf5b58ba47d51949cf5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-port1","admin_state_up":true,"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:08:07Z","binding:vnic_type":"normal","device_id":"73170c4f-3ce4-4f47-8981-07c8c3a0b181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","ip_address":"10.200.201.3"}],"id":"83e82b45-6fb3-43a2-bd07-34c93b4521d7","security_groups":[],"mac_address":"fa:16:3e:67:40:d4","project_id":"de656b6448a84cf5b58ba47d51949cf5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa8b6336-6085-49e4-9dc9-7d7056537345"}]} 2018-11-09 08:08:13,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-88b5cf27-b98a-4d28-a023-e35772bcb585 2018-11-09 08:08:13,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/d3408ac8-967e-42e9-b614-125d8ed17f6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:13,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1a7fe241-cf44-4434-aa0f-b8a0d66d02de Date: Fri, 09 Nov 2018 08:08:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}} 2018-11-09 08:08:13,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/d3408ac8-967e-42e9-b614-125d8ed17f6a used request id req-1a7fe241-cf44-4434-aa0f-b8a0d66d02de 2018-11-09 08:08:13,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:13,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1a4ada42-c0c6-47cb-9730-65a55573b9f1 Date: Fri, 09 Nov 2018 08:08:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d3408ac8-967e-42e9-b614-125d8ed17f6a"],"updated_at":"2018-11-09T08:07:57Z","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de656b6448a84cf5b58ba47d51949cf5","id":"aa8b6336-6085-49e4-9dc9-7d7056537345","name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1"}]} 2018-11-09 08:08:13,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-1a4ada42-c0c6-47cb-9730-65a55573b9f1 2018-11-09 08:08:13,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9193881bb5e5446fd275e67d63377ab279adad6" 2018-11-09 08:08:14,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8aa647ce-1922-4fda-b797-3f771018ddf9 Date: Fri, 09 Nov 2018 08:08:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa8b6336-6085-49e4-9dc9-7d7056537345","tenant_id":"de656b6448a84cf5b58ba47d51949cf5","created_at":"2018-11-09T08:07:57Z","dns_nameservers":[],"updated_at":"2018-11-09T08:07:57Z","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":"de656b6448a84cf5b58ba47d51949cf5","id":"d3408ac8-967e-42e9-b614-125d8ed17f6a","subnetpool_id":null,"name":"CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1"}]} 2018-11-09 08:08:14,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-8aa647ce-1922-4fda-b797-3f771018ddf9 2018-11-09 08:08:14,123 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router and port CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-port1 2018-11-09 08:08:14,124 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router 2018-11-09 08:08:14,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/73170c4f-3ce4-4f47-8981-07c8c3a0b181/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" -d '{"port_id": "306bff4d-00c6-423e-b8bb-c3b458e12b92"}' 2018-11-09 08:08:15,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d9b973d1-4781-4f7a-85c0-6355e0cfc385 Date: Fri, 09 Nov 2018 08:08:15 GMT RESP BODY: {"network_id": "aa8b6336-6085-49e4-9dc9-7d7056537345", "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "subnet_id": "d3408ac8-967e-42e9-b614-125d8ed17f6a", "subnet_ids": ["d3408ac8-967e-42e9-b614-125d8ed17f6a"], "port_id": "306bff4d-00c6-423e-b8bb-c3b458e12b92", "id": "73170c4f-3ce4-4f47-8981-07c8c3a0b181"} 2018-11-09 08:08:15,485 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/73170c4f-3ce4-4f47-8981-07c8c3a0b181/remove_router_interface used request id req-d9b973d1-4781-4f7a-85c0-6355e0cfc385 2018-11-09 08:08:15,485 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router 2018-11-09 08:08:15,485 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-router 2018-11-09 08:08:15,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/73170c4f-3ce4-4f47-8981-07c8c3a0b181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334aadb9edd51c6b03320412e2550d31d37fd46a" 2018-11-09 08:08:18,854 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50b070d3-e210-4a74-aa17-3a474a5e24a1 Content-Length: 0 Date: Fri, 09 Nov 2018 08:08:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:08:18,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/73170c4f-3ce4-4f47-8981-07c8c3a0b181 used request id req-50b070d3-e210-4a74-aa17-3a474a5e24a1 2018-11-09 08:08:18,855 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1 2018-11-09 08:08:18,855 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-subnet1 2018-11-09 08:08:18,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/d3408ac8-967e-42e9-b614-125d8ed17f6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5f818d79eeedc6d36224a3ba425228c379e5b" 2018-11-09 08:08:21,266 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-987ac6be-1911-459c-9335-888dfa435f6b Date: Fri, 09 Nov 2018 08:08:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:08:21,266 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/d3408ac8-967e-42e9-b614-125d8ed17f6a used request id req-987ac6be-1911-459c-9335-888dfa435f6b 2018-11-09 08:08:21,266 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-f5b6a4d1-ef0c-4ffc-9983-3f340a049637-pub-net1 2018-11-09 08:08:21,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/aa8b6336-6085-49e4-9dc9-7d7056537345 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5f818d79eeedc6d36224a3ba425228c379e5b" 2018-11-09 08:08:22,721 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5ffb715-9cb1-4f88-b63f-300dea20f47b Date: Fri, 09 Nov 2018 08:08:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:08:22,721 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/aa8b6336-6085-49e4-9dc9-7d7056537345 used request id req-c5ffb715-9cb1-4f88-b63f-300dea20f47b 2018-11-09 08:08:22,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:08:22,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-64b007be-2afc-4109-bfb2-04b5c07a71db Date: Fri, 09 Nov 2018 08:08:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "created_at": "2018-11-09T08:07:56Z", "updated_at": "2018-11-09T08:07:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:07:56Z", "revision_number": 0, "id": "050f9968-d3be-4b95-8cf7-17f257d0abea", "remote_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "remote_ip_prefix": null, "created_at": "2018-11-09T08:07:56Z", "security_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "port_range_min": null, "ethertype": "IPv4", "project_id": "de656b6448a84cf5b58ba47d51949cf5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:07:56Z", "revision_number": 0, "id": "168c7793-f49d-4a11-9a94-8c75a597ac88", "remote_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "remote_ip_prefix": null, "created_at": "2018-11-09T08:07:56Z", "security_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "port_range_min": null, "ethertype": "IPv6", "project_id": "de656b6448a84cf5b58ba47d51949cf5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:07:56Z", "revision_number": 0, "id": "a6170867-e1f8-4cf7-9b29-0d22478d526d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:07:56Z", "security_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "port_range_min": null, "ethertype": "IPv4", "project_id": "de656b6448a84cf5b58ba47d51949cf5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:07:56Z", "revision_number": 0, "id": "b0ee9540-7a3e-4b0c-a22e-af27a6cd5b78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:07:56Z", "security_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "port_range_min": null, "ethertype": "IPv6", "project_id": "de656b6448a84cf5b58ba47d51949cf5"}], "revision_number": 4, "project_id": "de656b6448a84cf5b58ba47d51949cf5", "id": "827ac702-53aa-48e5-8395-1cb073dd0938", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:08:22,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-64b007be-2afc-4109-bfb2-04b5c07a71db 2018-11-09 08:08:22,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:08:23,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e0f2816-b87f-4af9-a59f-0d932118579d 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:08:23,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-4e0f2816-b87f-4af9-a59f-0d932118579d 2018-11-09 08:08:23,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:08:23,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18953dd4-1900-4e53-9dbd-df239de06c48 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5"}, "enabled": true, "id": "de656b6448a84cf5b58ba47d51949cf5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj"}} 2018-11-09 08:08:23,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5 used request id req-18953dd4-1900-4e53-9dbd-df239de06c48 2018-11-09 08:08:23,132 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 827ac702-53aa-48e5-8395-1cb073dd0938 2018-11-09 08:08:23,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=827ac702-53aa-48e5-8395-1cb073dd0938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:08:23,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5e295562-1b2d-4333-bd6c-d9da7b52bb1e Date: Fri, 09 Nov 2018 08:08:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:07:56Z", "security_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "port_range_min": null, "revision_number": 0, "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "created_at": "2018-11-09T08:07:56Z", "project_id": "de656b6448a84cf5b58ba47d51949cf5", "id": "050f9968-d3be-4b95-8cf7-17f257d0abea"}, {"remote_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:07:56Z", "security_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "port_range_min": null, "revision_number": 0, "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "created_at": "2018-11-09T08:07:56Z", "project_id": "de656b6448a84cf5b58ba47d51949cf5", "id": "168c7793-f49d-4a11-9a94-8c75a597ac88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:07:56Z", "security_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "port_range_min": null, "revision_number": 0, "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "created_at": "2018-11-09T08:07:56Z", "project_id": "de656b6448a84cf5b58ba47d51949cf5", "id": "a6170867-e1f8-4cf7-9b29-0d22478d526d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:07:56Z", "security_group_id": "827ac702-53aa-48e5-8395-1cb073dd0938", "port_range_min": null, "revision_number": 0, "tenant_id": "de656b6448a84cf5b58ba47d51949cf5", "created_at": "2018-11-09T08:07:56Z", "project_id": "de656b6448a84cf5b58ba47d51949cf5", "id": "b0ee9540-7a3e-4b0c-a22e-af27a6cd5b78"}]} 2018-11-09 08:08:23,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=827ac702-53aa-48e5-8395-1cb073dd0938 used request id req-5e295562-1b2d-4333-bd6c-d9da7b52bb1e 2018-11-09 08:08:23,302 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:08:23,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/827ac702-53aa-48e5-8395-1cb073dd0938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:08:23,598 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fa5fd56a-13c6-4e7e-8372-a76fb57b6ec1 Content-Length: 0 Date: Fri, 09 Nov 2018 08:08:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:08:23,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/827ac702-53aa-48e5-8395-1cb073dd0938 used request id req-fa5fd56a-13c6-4e7e-8372-a76fb57b6ec1 2018-11-09 08:08:23,599 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj 2018-11-09 08:08:23,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:08:23,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:08:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78e64207-54c9-475c-a857-94e7a129127f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:08:23,797 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/de656b6448a84cf5b58ba47d51949cf5 used request id req-78e64207-54c9-475c-a857-94e7a129127f 2018-11-09 08:08:23,798 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a55cdb32-dc14-4c6-proj-role 2018-11-09 08:08:23,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/410202a6affa408b95667f53e7e4f1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:08:23,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:08:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-198b8e8f-819c-4189-8d8e-bc04730efb2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:08:23,913 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/410202a6affa408b95667f53e7e4f1ce used request id req-198b8e8f-819c-4189-8d8e-bc04730efb2c 2018-11-09 08:08:23,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ca538955b37d574828daa41755ce35a18acce1" 2018-11-09 08:08:24,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d630c3f-1d8e-494c-99fe-fb5e11c99531 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:08:24,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7d630c3f-1d8e-494c-99fe-fb5e11c99531 2018-11-09 08:08:24,002 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a55cdb32-dc14-4c6-user 2018-11-09 08:08:24,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/563ab78402c64e7bb06595b5e11aa258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c883cef41e1297bbbc88c93f07c5d062dcb5475" 2018-11-09 08:08:24,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:08:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d2c3afc-05fe-449c-b9fe-9e77075d356a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:08:24,218 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/563ab78402c64e7bb06595b5e11aa258 used request id req-2d2c3afc-05fe-449c-b9fe-9e77075d356a 2018-11-09 08:08:24,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:24,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:08:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["AQFDM2zKSA2V10HaXhonBQ"], "issued_at": "2018-11-09T08:08:24.000000Z"}} 2018-11-09 08:08:24,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597ce261068a10773ff260e610730352e2f8f1db" 2018-11-09 08:08:24,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-309ae735-b6b9-49ff-bccb-2388967b8458 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:24,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-309ae735-b6b9-49ff-bccb-2388967b8458 2018-11-09 08:08:24,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:24,696 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:25,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:08:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["OHRMK4aLSXqymq8gPf1SGA"], "issued_at": "2018-11-09T08:08:24.000000Z"}} 2018-11-09 08:08:25,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:25,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-562ef06e-d02a-4e28-a7e6-7a677ab33cef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:25,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-562ef06e-d02a-4e28-a7e6-7a677ab33cef 2018-11-09 08:08:25,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:25,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:25,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bf7a1101-a9c5-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:25,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5fef120-56ac-4279-8958-be0ad9d3a052 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bf7a1101-a9c5-473-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:08:25,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bf7a1101-a9c5-473-proj used request id req-e5fef120-56ac-4279-8958-be0ad9d3a052 2018-11-09 08:08:25,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:25,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c60995e-fa92-46a6-b6ac-43f1aca09f42 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:08:25,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1c60995e-fa92-46a6-b6ac-43f1aca09f42 2018-11-09 08:08:25,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-proj"}}' 2018-11-09 08:08:25,470 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:08:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-558054ee-8c99-4bfa-90c6-4bb5ab0fe071 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d207975ebb844aa2a562694e675a2c52"}, "enabled": true, "id": "d207975ebb844aa2a562694e675a2c52", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-proj"}} 2018-11-09 08:08:25,471 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-558054ee-8c99-4bfa-90c6-4bb5ab0fe071 2018-11-09 08:08:25,471 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-bf7a1101-a9c5-473-proj 2018-11-09 08:08:25,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:25,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:25,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:08:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["N9HjI6TPSMaOYVDVhkcUWg"], "issued_at": "2018-11-09T08:08:25.000000Z"}} 2018-11-09 08:08:25,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0f2239aa4128e1f97ea2b97c960cf671a3192a" 2018-11-09 08:08:25,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc548fd1-390c-496e-8e99-c00e4465f971 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:25,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bc548fd1-390c-496e-8e99-c00e4465f971 2018-11-09 08:08:25,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:25,949 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:25,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0f2239aa4128e1f97ea2b97c960cf671a3192a" 2018-11-09 08:08:25,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c92ebd5b-e226-4796-a929-47c55303b2f7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:08:25,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c92ebd5b-e226-4796-a929-47c55303b2f7 2018-11-09 08:08:25,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-bf7a1101-a9c5-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0f2239aa4128e1f97ea2b97c960cf671a3192a" 2018-11-09 08:08:26,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28e5730b-d236-49f2-952a-68a142cf898d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-bf7a1101-a9c5-473-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d207975ebb844aa2a562694e675a2c52"}, "enabled": true, "id": "d207975ebb844aa2a562694e675a2c52", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-proj"}]} 2018-11-09 08:08:26,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-bf7a1101-a9c5-473-proj used request id req-28e5730b-d236-49f2-952a-68a142cf898d 2018-11-09 08:08:26,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0f2239aa4128e1f97ea2b97c960cf671a3192a" 2018-11-09 08:08:26,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9915df24-c509-4943-855d-c6b59b99b536 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:08:26,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-9915df24-c509-4943-855d-c6b59b99b536 2018-11-09 08:08:26,542 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-bf7a1101-a9c5-473-user 2018-11-09 08:08:26,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:26,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:26,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62afe642-b0b7-4dfc-bb94-2979190b0a87 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:08:26,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-62afe642-b0b7-4dfc-bb94-2979190b0a87 2018-11-09 08:08:26,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" -d '{"role": {"name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-proj-role"}}' 2018-11-09 08:08:26,733 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:08:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fea87795-dae8-45d4-9be1-5221a30ce285 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fffc4ef21b6d4782b8b7ca21a9600ee2", "links": {"self": "http://172.30.9.27:5000/v3/roles/fffc4ef21b6d4782b8b7ca21a9600ee2"}, "name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-proj-role"}} 2018-11-09 08:08:26,734 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-fea87795-dae8-45d4-9be1-5221a30ce285 2018-11-09 08:08:26,734 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-bf7a1101-a9c5-473-proj-role 2018-11-09 08:08:26,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/fffc4ef21b6d4782b8b7ca21a9600ee2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:26,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-863fb7d8-83e0-482e-b154-125d42836212 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/fffc4ef21b6d4782b8b7ca21a9600ee2"}, "domain_id": null, "name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-proj-role", "id": "fffc4ef21b6d4782b8b7ca21a9600ee2"}} 2018-11-09 08:08:26,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/fffc4ef21b6d4782b8b7ca21a9600ee2 used request id req-863fb7d8-83e0-482e-b154-125d42836212 2018-11-09 08:08:26,825 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-bf7a1101-a9c5-473-proj-role to project CreateRouterSuccessTests-bf7a1101-a9c5-473-proj 2018-11-09 08:08:26,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/d207975ebb844aa2a562694e675a2c52/users/84b2e5ee90e1404b80b52bb8fdb79974/roles/fffc4ef21b6d4782b8b7ca21a9600ee2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:26,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:08:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1ef32d6-9024-4db5-a915-e321c6a3611a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:08:26,952 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d207975ebb844aa2a562694e675a2c52/users/84b2e5ee90e1404b80b52bb8fdb79974/roles/fffc4ef21b6d4782b8b7ca21a9600ee2 used request id req-f1ef32d6-9024-4db5-a915-e321c6a3611a 2018-11-09 08:08:26,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:26,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:27,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:08:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["fhyracX2QtOLh3_wI2nhzw"], "issued_at": "2018-11-09T08:08:27.000000Z"}} 2018-11-09 08:08:27,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:27,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a81b8d-1016-41c8-a256-998beeb939b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:27,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-32a81b8d-1016-41c8-a256-998beeb939b7 2018-11-09 08:08:27,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:27,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fc56ce92-a75d-4b50-a8ec-50b1c6578ed6 Date: Fri, 09 Nov 2018 08:08:27 GMT RESP BODY: {"routers": []} 2018-11-09 08:08:27,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router&admin_state_up=True used request id req-fc56ce92-a75d-4b50-a8ec-50b1c6578ed6 2018-11-09 08:08:27,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:27,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:28,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:08:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["SY4ywQtqRiKg22KxvGhA3Q"], "issued_at": "2018-11-09T08:08:28.000000Z"}} 2018-11-09 08:08:28,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7864c83020e1c7413a5cc49931cccda03d2be5cd" 2018-11-09 08:08:28,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3964e5fd-56a2-4a51-8400-189a3c5be901 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:28,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3964e5fd-56a2-4a51-8400-189a3c5be901 2018-11-09 08:08:28,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:28,103 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:28,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-bf7a1101-a9c5-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7864c83020e1c7413a5cc49931cccda03d2be5cd" 2018-11-09 08:08:28,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7bbcfef-07c7-46fe-90d4-391b6d0a5afe Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-bf7a1101-a9c5-473-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d207975ebb844aa2a562694e675a2c52"}, "enabled": true, "id": "d207975ebb844aa2a562694e675a2c52", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-proj"}]} 2018-11-09 08:08:28,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-bf7a1101-a9c5-473-proj used request id req-a7bbcfef-07c7-46fe-90d4-391b6d0a5afe 2018-11-09 08:08:28,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:28,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-05d7b21b-dfc4-46c2-adee-6f5a0951bac7 Date: Fri, 09 Nov 2018 08:08:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 08:08:28,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-05d7b21b-dfc4-46c2-adee-6f5a0951bac7 2018-11-09 08:08:28,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:28,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c923d5a3-27e3-4095-b3ee-eb3bec5f0295 Date: Fri, 09 Nov 2018 08:08:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 08:08:28,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-c923d5a3-27e3-4095-b3ee-eb3bec5f0295 2018-11-09 08:08:28,643 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router 2018-11-09 08:08:28,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "tenant_id": "d207975ebb844aa2a562694e675a2c52", "name": "CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router", "admin_state_up": true}}' 2018-11-09 08:08:33,544 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-ae0e8a98-74bf-480e-a3d5-1e1de98c5368 Date: Fri, 09 Nov 2018 08:08:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d207975ebb844aa2a562694e675a2c52", "created_at": "2018-11-09T08:08:29Z", "admin_state_up": true, "updated_at": "2018-11-09T08:08:30Z", "project_id": "d207975ebb844aa2a562694e675a2c52", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "43d9ac6f-067d-4991-ba60-352dc83292ca", "name": "CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router"}} 2018-11-09 08:08:33,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-ae0e8a98-74bf-480e-a3d5-1e1de98c5368 2018-11-09 08:08:33,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=43d9ac6f-067d-4991-ba60-352dc83292ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:33,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-a2935ebf-2687-4b99-9e28-b7f38edd1b4d Date: Fri, 09 Nov 2018 08:08:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:29Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.209"}],"id":"24cffc89-46a7-49f5-b039-23ffe60018f1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:38:d1:a5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T08:08:29Z","binding:vnic_type":"normal","device_id":"43d9ac6f-067d-4991-ba60-352dc83292ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:31Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","ip_address":"169.254.192.7"}],"id":"71d97afd-c822-42ae-b42b-b9cc1bc5a164","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bf:48:cb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d207975ebb844aa2a562694e675a2c52","admin_state_up":true,"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:31Z","binding:vnic_type":"normal","device_id":"43d9ac6f-067d-4991-ba60-352dc83292ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:30Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","ip_address":"169.254.192.9"}],"id":"dabc1085-7533-496e-873c-fc476a00637d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b4:e6:bc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d207975ebb844aa2a562694e675a2c52","admin_state_up":true,"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:30Z","binding:vnic_type":"normal","device_id":"43d9ac6f-067d-4991-ba60-352dc83292ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","ip_address":"169.254.192.4"}],"id":"ec56a880-fd5b-4912-99b3-ffc4d11cbaa1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:15:1f:25","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d207975ebb844aa2a562694e675a2c52","admin_state_up":true,"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:32Z","binding:vnic_type":"normal","device_id":"43d9ac6f-067d-4991-ba60-352dc83292ca"}]} 2018-11-09 08:08:33,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=43d9ac6f-067d-4991-ba60-352dc83292ca used request id req-a2935ebf-2687-4b99-9e28-b7f38edd1b4d 2018-11-09 08:08:33,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:33,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c6d11f14-8ee6-441d-bdff-4459ba12139a Date: Fri, 09 Nov 2018 08:08:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:08:33,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-c6d11f14-8ee6-441d-bdff-4459ba12139a 2018-11-09 08:08:33,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:34,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1adffe2f-8863-457b-9dae-13ac8b9b9e94 Date: Fri, 09 Nov 2018 08:08:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:28Z","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":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","subnetpool_id":null,"name":"HA subnet tenant d207975ebb844aa2a562694e675a2c52"}} 2018-11-09 08:08:34,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c used request id req-1adffe2f-8863-457b-9dae-13ac8b9b9e94 2018-11-09 08:08:34,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:34,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ee1412be-6081-4c21-b52f-f97119ca7ae0 Date: Fri, 09 Nov 2018 08:08:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:28Z","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":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","subnetpool_id":null,"name":"HA subnet tenant d207975ebb844aa2a562694e675a2c52"}} 2018-11-09 08:08:34,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c used request id req-ee1412be-6081-4c21-b52f-f97119ca7ae0 2018-11-09 08:08:34,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:34,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8253011a-de26-45ff-9d0a-56f341162ba9 Date: Fri, 09 Nov 2018 08:08:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:28Z","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":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","subnetpool_id":null,"name":"HA subnet tenant d207975ebb844aa2a562694e675a2c52"}} 2018-11-09 08:08:34,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c used request id req-8253011a-de26-45ff-9d0a-56f341162ba9 2018-11-09 08:08:34,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/43d9ac6f-067d-4991-ba60-352dc83292ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:34,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-1d6ff1ba-fe83-4f02-90b9-be504926343a Date: Fri, 09 Nov 2018 08:08:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d207975ebb844aa2a562694e675a2c52", "created_at": "2018-11-09T08:08:29Z", "admin_state_up": true, "updated_at": "2018-11-09T08:08:32Z", "project_id": "d207975ebb844aa2a562694e675a2c52", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "43d9ac6f-067d-4991-ba60-352dc83292ca", "name": "CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router"}} 2018-11-09 08:08:34,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/43d9ac6f-067d-4991-ba60-352dc83292ca used request id req-1d6ff1ba-fe83-4f02-90b9-be504926343a 2018-11-09 08:08:34,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=43d9ac6f-067d-4991-ba60-352dc83292ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:34,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-3fe0beec-bdfc-4e0e-9971-8edc38178db2 Date: Fri, 09 Nov 2018 08:08:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:34Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.209"}],"id":"24cffc89-46a7-49f5-b039-23ffe60018f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:d1:a5","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":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T08:08:29Z","binding:vnic_type":"normal","device_id":"43d9ac6f-067d-4991-ba60-352dc83292ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:31Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","ip_address":"169.254.192.7"}],"id":"71d97afd-c822-42ae-b42b-b9cc1bc5a164","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bf:48:cb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d207975ebb844aa2a562694e675a2c52","admin_state_up":true,"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:31Z","binding:vnic_type":"normal","device_id":"43d9ac6f-067d-4991-ba60-352dc83292ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:34Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","ip_address":"169.254.192.9"}],"id":"dabc1085-7533-496e-873c-fc476a00637d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:e6:bc","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d207975ebb844aa2a562694e675a2c52","admin_state_up":true,"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:30Z","binding:vnic_type":"normal","device_id":"43d9ac6f-067d-4991-ba60-352dc83292ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","ip_address":"169.254.192.4"}],"id":"ec56a880-fd5b-4912-99b3-ffc4d11cbaa1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:15:1f:25","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d207975ebb844aa2a562694e675a2c52","admin_state_up":true,"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:32Z","binding:vnic_type":"normal","device_id":"43d9ac6f-067d-4991-ba60-352dc83292ca"}]} 2018-11-09 08:08:34,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=43d9ac6f-067d-4991-ba60-352dc83292ca used request id req-3fe0beec-bdfc-4e0e-9971-8edc38178db2 2018-11-09 08:08:34,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:34,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-56a27912-0016-4bcc-8efa-68c883a5c152 Date: Fri, 09 Nov 2018 08:08:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:08:34,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-56a27912-0016-4bcc-8efa-68c883a5c152 2018-11-09 08:08:34,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:34,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7f0e3f90-25a5-4071-a5fa-87c9adadbebd Date: Fri, 09 Nov 2018 08:08:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:28Z","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":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","subnetpool_id":null,"name":"HA subnet tenant d207975ebb844aa2a562694e675a2c52"}} 2018-11-09 08:08:34,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c used request id req-7f0e3f90-25a5-4071-a5fa-87c9adadbebd 2018-11-09 08:08:34,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:35,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bf46854f-dce3-446b-b35f-e67a4962b78e Date: Fri, 09 Nov 2018 08:08:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:28Z","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":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","subnetpool_id":null,"name":"HA subnet tenant d207975ebb844aa2a562694e675a2c52"}} 2018-11-09 08:08:35,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c used request id req-bf46854f-dce3-446b-b35f-e67a4962b78e 2018-11-09 08:08:35,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:35,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-05325ec2-6a50-4a2f-b3e3-c1270924c2d6 Date: Fri, 09 Nov 2018 08:08:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bb772282-7fab-491a-a4b4-973da49e79b8","tenant_id":"","created_at":"2018-11-09T08:08:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:28Z","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":"31e16ad6-2ee5-4ecf-abdc-15a96c3e685c","subnetpool_id":null,"name":"HA subnet tenant d207975ebb844aa2a562694e675a2c52"}} 2018-11-09 08:08:35,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/31e16ad6-2ee5-4ecf-abdc-15a96c3e685c used request id req-05325ec2-6a50-4a2f-b3e3-c1270924c2d6 2018-11-09 08:08:35,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:35,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fffc4ef21b6d4782b8b7ca21a9600ee2", "name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-proj-role"}], "expires_at": "2018-11-09T09:08:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d207975ebb844aa2a562694e675a2c52", "name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d207975ebb844aa2a562694e675a2c52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d207975ebb844aa2a562694e675a2c52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d207975ebb844aa2a562694e675a2c52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d207975ebb844aa2a562694e675a2c52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d207975ebb844aa2a562694e675a2c52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d207975ebb844aa2a562694e675a2c52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d207975ebb844aa2a562694e675a2c52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d207975ebb844aa2a562694e675a2c52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d207975ebb844aa2a562694e675a2c52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d207975ebb844aa2a562694e675a2c52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d207975ebb844aa2a562694e675a2c52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d207975ebb844aa2a562694e675a2c52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-user", "id": "84b2e5ee90e1404b80b52bb8fdb79974"}, "audit_ids": ["QaY8oeJNRIGFyasl317fbg"], "issued_at": "2018-11-09T08:08:35.000000Z"}} 2018-11-09 08:08:35,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2a35d08d5a8a0a0a567e5626646cdd8eac88e7" 2018-11-09 08:08:36,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-24d1c75e-61ce-4952-bf69-e75e1abfd4f7 Date: Fri, 09 Nov 2018 08:08:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d207975ebb844aa2a562694e675a2c52", "created_at": "2018-11-09T08:08:29Z", "admin_state_up": true, "updated_at": "2018-11-09T08:08:32Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "d207975ebb844aa2a562694e675a2c52", "id": "43d9ac6f-067d-4991-ba60-352dc83292ca", "name": "CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router"}]} 2018-11-09 08:08:36,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router&admin_state_up=True used request id req-24d1c75e-61ce-4952-bf69-e75e1abfd4f7 2018-11-09 08:08:36,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:36,086 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:36,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d207975ebb844aa2a562694e675a2c52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597ce261068a10773ff260e610730352e2f8f1db" 2018-11-09 08:08:36,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6216a7bc-d03f-4aa2-97b3-e15629018824 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d207975ebb844aa2a562694e675a2c52"}, "enabled": true, "id": "d207975ebb844aa2a562694e675a2c52", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bf7a1101-a9c5-473-proj"}} 2018-11-09 08:08:36,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d207975ebb844aa2a562694e675a2c52 used request id req-6216a7bc-d03f-4aa2-97b3-e15629018824 2018-11-09 08:08:36,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=43d9ac6f-067d-4991-ba60-352dc83292ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2a35d08d5a8a0a0a567e5626646cdd8eac88e7" 2018-11-09 08:08:36,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b38610eb-de10-451c-a950-cb6dbf20b363 Date: Fri, 09 Nov 2018 08:08:36 GMT RESP BODY: {"ports":[]} 2018-11-09 08:08:36,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=43d9ac6f-067d-4991-ba60-352dc83292ca used request id req-b38610eb-de10-451c-a950-cb6dbf20b363 2018-11-09 08:08:36,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2a35d08d5a8a0a0a567e5626646cdd8eac88e7" 2018-11-09 08:08:36,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dc738c59-b0b3-4486-b497-a1d6b0bbf7f0 Date: Fri, 09 Nov 2018 08:08:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:08:36,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-dc738c59-b0b3-4486-b497-a1d6b0bbf7f0 2018-11-09 08:08:36,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2a35d08d5a8a0a0a567e5626646cdd8eac88e7" 2018-11-09 08:08:36,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-02b5cd59-6919-4e96-9bfc-e429a0acdf1e Date: Fri, 09 Nov 2018 08:08:36 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:08:36,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-02b5cd59-6919-4e96-9bfc-e429a0acdf1e 2018-11-09 08:08:36,639 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router 2018-11-09 08:08:36,639 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-776bb71e-0c71-4088-8f86-be1257cebc96-pub-router 2018-11-09 08:08:36,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/43d9ac6f-067d-4991-ba60-352dc83292ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e081bf905b6f696b6a5a71e7b74a08d76e7ca17" 2018-11-09 08:08:40,268 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a85f34a-61a2-4925-8720-e6c6e8f7e9d7 Content-Length: 0 Date: Fri, 09 Nov 2018 08:08:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:08:40,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/43d9ac6f-067d-4991-ba60-352dc83292ca used request id req-0a85f34a-61a2-4925-8720-e6c6e8f7e9d7 2018-11-09 08:08:40,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:40,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0d25f01e-b084-44d3-a7ce-e954daa8d72d Date: Fri, 09 Nov 2018 08:08:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:08:40,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-0d25f01e-b084-44d3-a7ce-e954daa8d72d 2018-11-09 08:08:40,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:40,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e798ea92-6f16-4aab-b3f6-a4e62ba2672b 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:08:40,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-e798ea92-6f16-4aab-b3f6-a4e62ba2672b 2018-11-09 08:08:40,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:40,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1568cc84-a4ec-4011-af57-4c364ea23acd 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:08:40,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-1568cc84-a4ec-4011-af57-4c364ea23acd 2018-11-09 08:08:40,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:40,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cea86ec3-a545-4bd3-b2c1-819d2d110462 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:08:40,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-cea86ec3-a545-4bd3-b2c1-819d2d110462 2018-11-09 08:08:40,758 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-bf7a1101-a9c5-473-proj 2018-11-09 08:08:40,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/d207975ebb844aa2a562694e675a2c52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:41,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:08:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39b1244e-1223-4aed-a05a-734aaa9d4904 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:08:41,043 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/d207975ebb844aa2a562694e675a2c52 used request id req-39b1244e-1223-4aed-a05a-734aaa9d4904 2018-11-09 08:08:41,043 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-bf7a1101-a9c5-473-proj-role 2018-11-09 08:08:41,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/fffc4ef21b6d4782b8b7ca21a9600ee2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:41,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:08:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fce1e2ce-c449-41ed-af27-e71e70c0b6b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:08:41,147 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/fffc4ef21b6d4782b8b7ca21a9600ee2 used request id req-fce1e2ce-c449-41ed-af27-e71e70c0b6b1 2018-11-09 08:08:41,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93c9b44be538fccc8df40cf8f670535bebd5de8" 2018-11-09 08:08:41,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe39112c-b23e-4fcb-b8c9-3a8a48f1bb6b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:08:41,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fe39112c-b23e-4fcb-b8c9-3a8a48f1bb6b 2018-11-09 08:08:41,236 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-bf7a1101-a9c5-473-user 2018-11-09 08:08:41,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/84b2e5ee90e1404b80b52bb8fdb79974 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0f2239aa4128e1f97ea2b97c960cf671a3192a" 2018-11-09 08:08:41,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-116f3bf5-e3cc-460f-b151-33d4738e6542 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:08:41,420 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/84b2e5ee90e1404b80b52bb8fdb79974 used request id req-116f3bf5-e3cc-460f-b151-33d4738e6542 2018-11-09 08:08:41,422 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:41,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:08:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["fBOaEgy3QdaMkIuTmclKCg"], "issued_at": "2018-11-09T08:08:41.000000Z"}} 2018-11-09 08:08:41,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12989f9d5190991610d5191be054541692d21447" 2018-11-09 08:08:41,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-588069fc-4dd2-4b15-9d30-44b1b8078ab8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:41,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-588069fc-4dd2-4b15-9d30-44b1b8078ab8 2018-11-09 08:08:41,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:41,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:42,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:08:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["DmD5Q_d1RvKzQHsNezuOrA"], "issued_at": "2018-11-09T08:08:42.000000Z"}} 2018-11-09 08:08:42,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:08:42,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f4faf5-9aed-4162-b350-12eafcb60df3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:42,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-47f4faf5-9aed-4162-b350-12eafcb60df3 2018-11-09 08:08:42,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:42,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:42,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-39be0186-2ecb-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:08:42,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca9e6981-3232-4d13-bf43-85841ebddc71 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-39be0186-2ecb-4e5-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:08:42,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-39be0186-2ecb-4e5-proj used request id req-ca9e6981-3232-4d13-bf43-85841ebddc71 2018-11-09 08:08:42,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:08:42,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02b8d0e9-9d25-4ad7-bf53-41f6dfb1e5f2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:08:42,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-02b8d0e9-9d25-4ad7-bf53-41f6dfb1e5f2 2018-11-09 08:08:42,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}}' 2018-11-09 08:08:42,662 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d223acc-d265-4039-b795-0a6b07c0b8d5 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:08:42,662 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-6d223acc-d265-4039-b795-0a6b07c0b8d5 2018-11-09 08:08:42,663 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-39be0186-2ecb-4e5-proj 2018-11-09 08:08:42,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:42,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:43,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:08:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["5sZQ1l8sTpmOGTslm9RVWg"], "issued_at": "2018-11-09T08:08:43.000000Z"}} 2018-11-09 08:08:43,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f59143f9e0c16295d134cb497f9801cb1f5d65" 2018-11-09 08:08:43,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c05a26-7394-495c-a2ef-7548107c4c37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:43,052 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-07c05a26-7394-495c-a2ef-7548107c4c37 2018-11-09 08:08:43,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:43,060 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:43,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f59143f9e0c16295d134cb497f9801cb1f5d65" 2018-11-09 08:08:43,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6aba1d-b4b6-414e-ab9d-4130a279cd1c Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:08:43,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-2e6aba1d-b4b6-414e-ab9d-4130a279cd1c 2018-11-09 08:08:43,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-39be0186-2ecb-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f59143f9e0c16295d134cb497f9801cb1f5d65" 2018-11-09 08:08:43,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c687325b-fc81-44f9-a1cd-c6801d041974 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-39be0186-2ecb-4e5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}]} 2018-11-09 08:08:43,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-39be0186-2ecb-4e5-proj used request id req-c687325b-fc81-44f9-a1cd-c6801d041974 2018-11-09 08:08:43,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f59143f9e0c16295d134cb497f9801cb1f5d65" 2018-11-09 08:08:43,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68188193-eba0-4341-80d1-21b37348c447 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:08:43,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-68188193-eba0-4341-80d1-21b37348c447 2018-11-09 08:08:43,800 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-39be0186-2ecb-4e5-user 2018-11-09 08:08:43,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:43,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:08:43,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9655162-4946-4ca8-b7a1-be9eba7062fd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:08:43,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f9655162-4946-4ca8-b7a1-be9eba7062fd 2018-11-09 08:08:43,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" -d '{"role": {"name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role"}}' 2018-11-09 08:08:44,010 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:08:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-755d66fa-4c6e-4169-ba32-c0458e53bc19 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "836191a3fbb64945b3f16c7b879f2be9", "links": {"self": "http://172.30.9.27:5000/v3/roles/836191a3fbb64945b3f16c7b879f2be9"}, "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role"}} 2018-11-09 08:08:44,010 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-755d66fa-4c6e-4169-ba32-c0458e53bc19 2018-11-09 08:08:44,010 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role 2018-11-09 08:08:44,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/836191a3fbb64945b3f16c7b879f2be9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:08:44,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10803881-d1a4-4bad-a1e7-836888cfb4b6 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/836191a3fbb64945b3f16c7b879f2be9"}, "domain_id": null, "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role", "id": "836191a3fbb64945b3f16c7b879f2be9"}} 2018-11-09 08:08:44,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/836191a3fbb64945b3f16c7b879f2be9 used request id req-10803881-d1a4-4bad-a1e7-836888cfb4b6 2018-11-09 08:08:44,099 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role to project CreateRouterSuccessTests-39be0186-2ecb-4e5-proj 2018-11-09 08:08:44,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2/users/f55eff24398545abbdad3a9723b63c49/roles/836191a3fbb64945b3f16c7b879f2be9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:08:44,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:08:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cd4c470-3ecc-46f2-aad8-3a7dbd889902 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:08:44,234 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2/users/f55eff24398545abbdad3a9723b63c49/roles/836191a3fbb64945b3f16c7b879f2be9 used request id req-8cd4c470-3ecc-46f2-aad8-3a7dbd889902 2018-11-09 08:08:44,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:44,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:44,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "836191a3fbb64945b3f16c7b879f2be9", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role"}], "expires_at": "2018-11-09T09:08:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bf6ffc60e294fad8872b8717d206dd2", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-user", "id": "f55eff24398545abbdad3a9723b63c49"}, "audit_ids": ["KWCs_AI7RW-In97ZxCjU2Q"], "issued_at": "2018-11-09T08:08:44.000000Z"}} 2018-11-09 08:08:44,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce46e860f9fb2c6b60489559466f8b032079d557" 2018-11-09 08:08:44,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02950d8f-2e5b-407b-bb1e-897f78c224d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:44,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-02950d8f-2e5b-407b-bb1e-897f78c224d2 2018-11-09 08:08:44,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce46e860f9fb2c6b60489559466f8b032079d557" 2018-11-09 08:08:44,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6090cea5-20ce-4f67-8389-d403847d9611 Date: Fri, 09 Nov 2018 08:08:44 GMT RESP BODY: {"networks":[]} 2018-11-09 08:08:44,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 used request id req-6090cea5-20ce-4f67-8389-d403847d9611 2018-11-09 08:08:44,860 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 2018-11-09 08:08:44,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce46e860f9fb2c6b60489559466f8b032079d557" -d '{"network": {"name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1", "admin_state_up": true}}' 2018-11-09 08:08:45,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d17256f8-13d0-4078-a457-17bb6d580a67 Date: Fri, 09 Nov 2018 08:08:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:08:45Z","is_default":false,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:45Z","mtu":1450}} 2018-11-09 08:08:45,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-d17256f8-13d0-4078-a457-17bb6d580a67 2018-11-09 08:08:45,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce46e860f9fb2c6b60489559466f8b032079d557" 2018-11-09 08:08:45,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9520ac4c-f411-403d-a0c7-5290fdcbfbf3 Date: Fri, 09 Nov 2018 08:08:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:08:45Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1"}]} 2018-11-09 08:08:45,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-9520ac4c-f411-403d-a0c7-5290fdcbfbf3 2018-11-09 08:08:45,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce46e860f9fb2c6b60489559466f8b032079d557" 2018-11-09 08:08:45,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5965357f-983b-4169-91fc-4e8cfd6a03c6 Date: Fri, 09 Nov 2018 08:08:45 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:08:45,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-5965357f-983b-4169-91fc-4e8cfd6a03c6 2018-11-09 08:08:45,796 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1 2018-11-09 08:08:45,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce46e860f9fb2c6b60489559466f8b032079d557" -d '{"subnets": [{"ip_version": 4, "network_id": "757d28ce-943b-44c7-a7af-ecd4cf7f2b21", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}]}' 2018-11-09 08:08:46,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e5146faa-78f9-459a-ba58-e184029a9cbe Date: Fri, 09 Nov 2018 08:08:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}]} 2018-11-09 08:08:46,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-e5146faa-78f9-459a-ba58-e184029a9cbe 2018-11-09 08:08:46,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce46e860f9fb2c6b60489559466f8b032079d557" 2018-11-09 08:08:46,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6351771d-4424-4c02-932c-fbbfd63c6be0 Date: Fri, 09 Nov 2018 08:08:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee652d04-2096-4b00-a20b-4d98d71e98ca"],"updated_at":"2018-11-09T08:08:46Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1"}]} 2018-11-09 08:08:46,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-6351771d-4424-4c02-932c-fbbfd63c6be0 2018-11-09 08:08:46,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce46e860f9fb2c6b60489559466f8b032079d557" 2018-11-09 08:08:47,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f2cbc2c9-7286-44a3-8f69-dd7a86224bad Date: Fri, 09 Nov 2018 08:08:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}]} 2018-11-09 08:08:47,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-f2cbc2c9-7286-44a3-8f69-dd7a86224bad 2018-11-09 08:08:47,100 - OpenStackNetwork - DEBUG - Network [757d28ce-943b-44c7-a7af-ecd4cf7f2b21] created successfully 2018-11-09 08:08:47,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:47,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:47,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "836191a3fbb64945b3f16c7b879f2be9", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role"}], "expires_at": "2018-11-09T09:08:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bf6ffc60e294fad8872b8717d206dd2", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-user", "id": "f55eff24398545abbdad3a9723b63c49"}, "audit_ids": ["qkHTaJr2Thmfm1oTlrhltQ"], "issued_at": "2018-11-09T08:08:47.000000Z"}} 2018-11-09 08:08:47,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009e650fbab9afa5550304cc8d1db5b9dcd7e5fc" 2018-11-09 08:08:47,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f8a0c4-d1eb-406a-baea-209f412abe7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:47,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c3f8a0c4-d1eb-406a-baea-209f412abe7d 2018-11-09 08:08:47,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009e650fbab9afa5550304cc8d1db5b9dcd7e5fc" 2018-11-09 08:08:47,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-14476fcb-2440-4f1d-b968-7c0b62b898cd Date: Fri, 09 Nov 2018 08:08:47 GMT RESP BODY: {"networks":[]} 2018-11-09 08:08:47,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 used request id req-14476fcb-2440-4f1d-b968-7c0b62b898cd 2018-11-09 08:08:47,733 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 2018-11-09 08:08:47,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009e650fbab9afa5550304cc8d1db5b9dcd7e5fc" -d '{"network": {"name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2", "admin_state_up": true}}' 2018-11-09 08:08:48,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-6c200075-7bfe-4df6-96cb-a9474918c836 Date: Fri, 09 Nov 2018 08:08:48 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"af84fa26-8573-4057-966a-5ac146f03f77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:08:48Z","is_default":false,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","mtu":1450}} 2018-11-09 08:08:48,257 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-6c200075-7bfe-4df6-96cb-a9474918c836 2018-11-09 08:08:48,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009e650fbab9afa5550304cc8d1db5b9dcd7e5fc" 2018-11-09 08:08:48,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5dab8f81-68a6-4e80-930a-df67a6d25de6 Date: Fri, 09 Nov 2018 08:08:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:08:48Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"af84fa26-8573-4057-966a-5ac146f03f77","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2"}]} 2018-11-09 08:08:48,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-5dab8f81-68a6-4e80-930a-df67a6d25de6 2018-11-09 08:08:48,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009e650fbab9afa5550304cc8d1db5b9dcd7e5fc" 2018-11-09 08:08:48,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-177ebb5a-eedb-4708-adfb-018bd02b5e85 Date: Fri, 09 Nov 2018 08:08:48 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:08:48,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-177ebb5a-eedb-4708-adfb-018bd02b5e85 2018-11-09 08:08:48,528 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2 2018-11-09 08:08:48,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009e650fbab9afa5550304cc8d1db5b9dcd7e5fc" -d '{"subnets": [{"ip_version": 4, "network_id": "af84fa26-8573-4057-966a-5ac146f03f77", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}]}' 2018-11-09 08:08:49,326 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-be64d064-b8da-47c2-890b-da0369b86ea3 Date: Fri, 09 Nov 2018 08:08:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}]} 2018-11-09 08:08:49,326 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-be64d064-b8da-47c2-890b-da0369b86ea3 2018-11-09 08:08:49,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009e650fbab9afa5550304cc8d1db5b9dcd7e5fc" 2018-11-09 08:08:49,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9970459b-7067-468d-8b6d-7f771cc5f130 Date: Fri, 09 Nov 2018 08:08: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":["b389fa07-1dd8-4f5a-9c64-79bde9261671"],"updated_at":"2018-11-09T08:08:48Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"af84fa26-8573-4057-966a-5ac146f03f77","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2"}]} 2018-11-09 08:08:49,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-9970459b-7067-468d-8b6d-7f771cc5f130 2018-11-09 08:08:49,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009e650fbab9afa5550304cc8d1db5b9dcd7e5fc" 2018-11-09 08:08:49,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3b9ada75-e8bb-452a-a5a1-8049fb75cebc Date: Fri, 09 Nov 2018 08:08:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}]} 2018-11-09 08:08:49,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-3b9ada75-e8bb-452a-a5a1-8049fb75cebc 2018-11-09 08:08:49,646 - OpenStackNetwork - DEBUG - Network [af84fa26-8573-4057-966a-5ac146f03f77] created successfully 2018-11-09 08:08:49,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:49,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:50,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "836191a3fbb64945b3f16c7b879f2be9", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role"}], "expires_at": "2018-11-09T09:08:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bf6ffc60e294fad8872b8717d206dd2", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-user", "id": "f55eff24398545abbdad3a9723b63c49"}, "audit_ids": ["OmKwx-_2Sa2BCiQAaLVYYA"], "issued_at": "2018-11-09T08:08:50.000000Z"}} 2018-11-09 08:08:50,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:50,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c16e210d-f238-4927-bd8d-f668efd6ac0d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:50,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c16e210d-f238-4927-bd8d-f668efd6ac0d 2018-11-09 08:08:50,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:50,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b09f513d-362b-4468-b2eb-cd922425e75f Date: Fri, 09 Nov 2018 08:08:50 GMT RESP BODY: {"routers": []} 2018-11-09 08:08:50,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router&admin_state_up=True used request id req-b09f513d-362b-4468-b2eb-cd922425e75f 2018-11-09 08:08:50,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:50,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:50,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "836191a3fbb64945b3f16c7b879f2be9", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role"}], "expires_at": "2018-11-09T09:08:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bf6ffc60e294fad8872b8717d206dd2", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-user", "id": "f55eff24398545abbdad3a9723b63c49"}, "audit_ids": ["wQWPFwRsRM6Qss3DulCFsQ"], "issued_at": "2018-11-09T08:08:50.000000Z"}} 2018-11-09 08:08:50,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b42c4c063275fbfe27417a0718f1824996a53528" 2018-11-09 08:08:50,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9caf6a19-8619-4337-b30c-9a07f9bbb573 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:50,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9caf6a19-8619-4337-b30c-9a07f9bbb573 2018-11-09 08:08:50,680 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:08:50,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" -d '{"router": {"name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router", "admin_state_up": true}}' 2018-11-09 08:08:54,245 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-fb38c051-808a-4f1f-8ab4-5ce42a593a7d Date: Fri, 09 Nov 2018 08:08:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "created_at": "2018-11-09T08:08:51Z", "admin_state_up": true, "updated_at": "2018-11-09T08:08:51Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "7bf6ffc60e294fad8872b8717d206dd2", "id": "e2dcd7e0-3c43-40b7-917c-15a657d54339", "name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router"}} 2018-11-09 08:08:54,246 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-fb38c051-808a-4f1f-8ab4-5ce42a593a7d 2018-11-09 08:08:54,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=e2dcd7e0-3c43-40b7-917c-15a657d54339 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:54,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-03689b56-2ba4-4f1c-aad8-8dd0e2950c8f Date: Fri, 09 Nov 2018 08:08:54 GMT RESP BODY: {"ports":[]} 2018-11-09 08:08:54,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=e2dcd7e0-3c43-40b7-917c-15a657d54339 used request id req-03689b56-2ba4-4f1c-aad8-8dd0e2950c8f 2018-11-09 08:08:54,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:54,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-15bb60c7-6fa4-4dc8-92d2-083426398dc8 Date: Fri, 09 Nov 2018 08:08: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":["ee652d04-2096-4b00-a20b-4d98d71e98ca"],"updated_at":"2018-11-09T08:08:46Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1"}]} 2018-11-09 08:08:54,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 used request id req-15bb60c7-6fa4-4dc8-92d2-083426398dc8 2018-11-09 08:08:54,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:54,701 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:54,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:54,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb1befd1-6f55-46c4-b8c1-e542398a75a9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:08:54,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-bb1befd1-6f55-46c4-b8c1-e542398a75a9 2018-11-09 08:08:54,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:54,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-069f9ccc-fb4b-42f8-9dcc-848436e79a5a Date: Fri, 09 Nov 2018 08:08:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}]} 2018-11-09 08:08:54,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-069f9ccc-fb4b-42f8-9dcc-848436e79a5a 2018-11-09 08:08:54,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:55,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ac3d522d-aa85-4ec8-a79f-f983e81b1c5b Date: Fri, 09 Nov 2018 08:08:55 GMT RESP BODY: {"ports":[]} 2018-11-09 08:08:55,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1&admin_state_up=True used request id req-ac3d522d-aa85-4ec8-a79f-f983e81b1c5b 2018-11-09 08:08:55,190 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1 for router - CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:08:55,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:55,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:08:55,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "836191a3fbb64945b3f16c7b879f2be9", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role"}], "expires_at": "2018-11-09T09:08:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bf6ffc60e294fad8872b8717d206dd2", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-user", "id": "f55eff24398545abbdad3a9723b63c49"}, "audit_ids": ["uV7lPKqBSXSiWlx1kafvYA"], "issued_at": "2018-11-09T08:08:55.000000Z"}} 2018-11-09 08:08:55,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e00d1a07238109eba65d93c86e9343529bf2d4" 2018-11-09 08:08:55,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1388f5a0-20c6-4cbd-9ced-25f440513d30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:08:55,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1388f5a0-20c6-4cbd-9ced-25f440513d30 2018-11-09 08:08:55,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:55,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fce3b155-85e2-47e4-bdf1-486997d7272d Date: Fri, 09 Nov 2018 08:08: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":["ee652d04-2096-4b00-a20b-4d98d71e98ca"],"updated_at":"2018-11-09T08:08:46Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1"}]} 2018-11-09 08:08:55,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 used request id req-fce3b155-85e2-47e4-bdf1-486997d7272d 2018-11-09 08:08:55,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:56,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5be32b65-0d46-47e8-82a7-17fa06207340 Date: Fri, 09 Nov 2018 08:08:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}]} 2018-11-09 08:08:56,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-5be32b65-0d46-47e8-82a7-17fa06207340 2018-11-09 08:08:56,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:56,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-37a84e88-f4d4-4e7d-8e47-8fcf934e2bc3 Date: Fri, 09 Nov 2018 08:08: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":["ee652d04-2096-4b00-a20b-4d98d71e98ca"],"updated_at":"2018-11-09T08:08:46Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1"}]} 2018-11-09 08:08:56,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 used request id req-37a84e88-f4d4-4e7d-8e47-8fcf934e2bc3 2018-11-09 08:08:56,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:08:56,344 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:08:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:08:56,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e00d1a07238109eba65d93c86e9343529bf2d4" 2018-11-09 08:08:56,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afbc3e92-b471-4385-b239-59d924ef2176 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:08:56,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-afbc3e92-b471-4385-b239-59d924ef2176 2018-11-09 08:08:56,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:56,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-12176123-20ce-43c1-9ad1-558ae81fb656 Date: Fri, 09 Nov 2018 08:08:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}]} 2018-11-09 08:08:56,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-12176123-20ce-43c1-9ad1-558ae81fb656 2018-11-09 08:08:56,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:56,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4504d3ba-28e3-450c-8429-7ba8609b7967 Date: Fri, 09 Nov 2018 08:08:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}]} 2018-11-09 08:08:56,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1 used request id req-4504d3ba-28e3-450c-8429-7ba8609b7967 2018-11-09 08:08:56,810 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 2018-11-09 08:08:56,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" -d '{"port": {"network_id": "757d28ce-943b-44c7-a7af-ecd4cf7f2b21", "fixed_ips": [{"subnet_id": "ee652d04-2096-4b00-a20b-4d98d71e98ca", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1", "admin_state_up": true}}' 2018-11-09 08:08:57,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-30fbe96d-0391-42ac-b600-d29c7754ab40 Date: Fri, 09 Nov 2018 08:08:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:57Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","ip_address":"10.200.201.1"}],"id":"855eb33f-9aff-4e30-b5f5-7c616fa0a6b4","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:87:f7:64","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1","project_id":"7bf6ffc60e294fad8872b8717d206dd2","qos_policy_id":null,"admin_state_up":true,"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:57Z","binding:vnic_type":"normal"}} 2018-11-09 08:08:57,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-30fbe96d-0391-42ac-b600-d29c7754ab40 2018-11-09 08:08:57,817 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1 for router - CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:08:57,817 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:08:57,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" -d '{"port_id": "855eb33f-9aff-4e30-b5f5-7c616fa0a6b4"}' 2018-11-09 08:08:59,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f50950ee-e202-4fb4-a40c-c9e6516f5f24 Date: Fri, 09 Nov 2018 08:08:59 GMT RESP BODY: {"network_id": "757d28ce-943b-44c7-a7af-ecd4cf7f2b21", "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "subnet_id": "ee652d04-2096-4b00-a20b-4d98d71e98ca", "subnet_ids": ["ee652d04-2096-4b00-a20b-4d98d71e98ca"], "port_id": "855eb33f-9aff-4e30-b5f5-7c616fa0a6b4", "id": "e2dcd7e0-3c43-40b7-917c-15a657d54339"} 2018-11-09 08:08:59,585 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339/add_router_interface used request id req-f50950ee-e202-4fb4-a40c-c9e6516f5f24 2018-11-09 08:08:59,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:59,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2ed61b6b-bd67-46d3-a786-7aef62ef000f Date: Fri, 09 Nov 2018 08:08: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":["b389fa07-1dd8-4f5a-9c64-79bde9261671"],"updated_at":"2018-11-09T08:08:48Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"af84fa26-8573-4057-966a-5ac146f03f77","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2"}]} 2018-11-09 08:08:59,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 used request id req-2ed61b6b-bd67-46d3-a786-7aef62ef000f 2018-11-09 08:08:59,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:59,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4239804-e02d-4ae0-b425-76064422c00e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:08:59,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-e4239804-e02d-4ae0-b425-76064422c00e 2018-11-09 08:08:59,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:59,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e0f42b85-14cb-40a4-9366-972b8199b809 Date: Fri, 09 Nov 2018 08:08:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}]} 2018-11-09 08:08:59,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-e0f42b85-14cb-40a4-9366-972b8199b809 2018-11-09 08:08:59,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=af84fa26-8573-4057-966a-5ac146f03f77&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:08:59,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-28f8c631-ce64-4edd-8546-c44d34d1c201 Date: Fri, 09 Nov 2018 08:08:59 GMT RESP BODY: {"ports":[]} 2018-11-09 08:08:59,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=af84fa26-8573-4057-966a-5ac146f03f77&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2&admin_state_up=True used request id req-28f8c631-ce64-4edd-8546-c44d34d1c201 2018-11-09 08:08:59,882 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2 for router - CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:08:59,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:08:59,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:00,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "836191a3fbb64945b3f16c7b879f2be9", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role"}], "expires_at": "2018-11-09T09:09:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bf6ffc60e294fad8872b8717d206dd2", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-user", "id": "f55eff24398545abbdad3a9723b63c49"}, "audit_ids": ["oxE_ir1FStqyGvVl_6_osw"], "issued_at": "2018-11-09T08:09:00.000000Z"}} 2018-11-09 08:09:00,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2601c201f900b000f8c35a10067de05442fa54da" 2018-11-09 08:09:00,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67c58731-f04c-4be2-b1db-c39a6194cde9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:00,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-67c58731-f04c-4be2-b1db-c39a6194cde9 2018-11-09 08:09:00,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:09:00,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bdcf09b5-e120-40c5-a41b-ac71125fa174 Date: Fri, 09 Nov 2018 08:09: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":["b389fa07-1dd8-4f5a-9c64-79bde9261671"],"updated_at":"2018-11-09T08:08:48Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"af84fa26-8573-4057-966a-5ac146f03f77","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2"}]} 2018-11-09 08:09:00,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 used request id req-bdcf09b5-e120-40c5-a41b-ac71125fa174 2018-11-09 08:09:00,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:09:00,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ba89b7d6-4d68-475d-a598-1b6f2aa13312 Date: Fri, 09 Nov 2018 08:09:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}]} 2018-11-09 08:09:00,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-ba89b7d6-4d68-475d-a598-1b6f2aa13312 2018-11-09 08:09:00,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:09:00,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8c8eb5aa-25cf-4e3f-8df6-c911a22785a6 Date: Fri, 09 Nov 2018 08:09: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":["b389fa07-1dd8-4f5a-9c64-79bde9261671"],"updated_at":"2018-11-09T08:08:48Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"af84fa26-8573-4057-966a-5ac146f03f77","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2"}]} 2018-11-09 08:09:00,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 used request id req-8c8eb5aa-25cf-4e3f-8df6-c911a22785a6 2018-11-09 08:09:00,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:09:00,849 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:09: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:09:00,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2601c201f900b000f8c35a10067de05442fa54da" 2018-11-09 08:09:00,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d2ef60f-408a-4388-9ebe-34aedb1519bb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:09:00,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-8d2ef60f-408a-4388-9ebe-34aedb1519bb 2018-11-09 08:09:00,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:09:00,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-37554539-4b11-465c-af6b-c45db21326c8 Date: Fri, 09 Nov 2018 08:09:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}]} 2018-11-09 08:09:00,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-37554539-4b11-465c-af6b-c45db21326c8 2018-11-09 08:09:00,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:09:01,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d30a76ba-8f98-43f3-a00c-915f8dd15268 Date: Fri, 09 Nov 2018 08:09:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}]} 2018-11-09 08:09:01,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2 used request id req-d30a76ba-8f98-43f3-a00c-915f8dd15268 2018-11-09 08:09:01,178 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 2018-11-09 08:09:01,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" -d '{"port": {"network_id": "af84fa26-8573-4057-966a-5ac146f03f77", "fixed_ips": [{"subnet_id": "b389fa07-1dd8-4f5a-9c64-79bde9261671", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2", "admin_state_up": true}}' 2018-11-09 08:09:02,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-7a2c55c7-e935-472b-a147-91563462d223 Date: Fri, 09 Nov 2018 08:09:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","ip_address":"10.200.202.1"}],"id":"9dfa7440-e4ba-4862-81e2-e13415b509ec","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:fe:da:63","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2","project_id":"7bf6ffc60e294fad8872b8717d206dd2","qos_policy_id":null,"admin_state_up":true,"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:09:01Z","binding:vnic_type":"normal"}} 2018-11-09 08:09:02,361 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-7a2c55c7-e935-472b-a147-91563462d223 2018-11-09 08:09:02,361 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2 for router - CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:09:02,362 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:09:02,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" -d '{"port_id": "9dfa7440-e4ba-4862-81e2-e13415b509ec"}' 2018-11-09 08:09:04,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7f1393e4-afb1-427d-ae35-c7a0c5381497 Date: Fri, 09 Nov 2018 08:09:03 GMT RESP BODY: {"network_id": "af84fa26-8573-4057-966a-5ac146f03f77", "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "subnet_id": "b389fa07-1dd8-4f5a-9c64-79bde9261671", "subnet_ids": ["b389fa07-1dd8-4f5a-9c64-79bde9261671"], "port_id": "9dfa7440-e4ba-4862-81e2-e13415b509ec", "id": "e2dcd7e0-3c43-40b7-917c-15a657d54339"} 2018-11-09 08:09:04,042 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339/add_router_interface used request id req-7f1393e4-afb1-427d-ae35-c7a0c5381497 2018-11-09 08:09:04,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:09:04,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-d448f432-1d00-4ef0-ac3e-852fa9d36edd Date: Fri, 09 Nov 2018 08:09:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "created_at": "2018-11-09T08:08:51Z", "admin_state_up": true, "updated_at": "2018-11-09T08:09:03Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "7bf6ffc60e294fad8872b8717d206dd2", "id": "e2dcd7e0-3c43-40b7-917c-15a657d54339", "name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router"}} 2018-11-09 08:09:04,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339 used request id req-d448f432-1d00-4ef0-ac3e-852fa9d36edd 2018-11-09 08:09:04,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=e2dcd7e0-3c43-40b7-917c-15a657d54339 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:09:04,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-59990ca9-51df-4d29-b85b-0aa9871b80c4 Date: Fri, 09 Nov 2018 08:09:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","ip_address":"10.200.201.1"}],"id":"855eb33f-9aff-4e30-b5f5-7c616fa0a6b4","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:87:f7:64","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1","admin_state_up":true,"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:57Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","ip_address":"10.200.202.1"}],"id":"9dfa7440-e4ba-4862-81e2-e13415b509ec","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:fe:da:63","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2","admin_state_up":true,"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:09:01Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"}]} 2018-11-09 08:09:04,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=e2dcd7e0-3c43-40b7-917c-15a657d54339 used request id req-59990ca9-51df-4d29-b85b-0aa9871b80c4 2018-11-09 08:09:04,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:09:04,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dd569b4e-0f4f-4519-998e-a37f147d3ea1 Date: Fri, 09 Nov 2018 08:09:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}} 2018-11-09 08:09:04,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca used request id req-dd569b4e-0f4f-4519-998e-a37f147d3ea1 2018-11-09 08:09:04,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:09:04,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6471b807-2dc7-4e8c-87ca-1fae83dc50aa Date: Fri, 09 Nov 2018 08:09:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}} 2018-11-09 08:09:04,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 used request id req-6471b807-2dc7-4e8c-87ca-1fae83dc50aa 2018-11-09 08:09:04,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:05,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "836191a3fbb64945b3f16c7b879f2be9", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role"}], "expires_at": "2018-11-09T09:09:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bf6ffc60e294fad8872b8717d206dd2", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-user", "id": "f55eff24398545abbdad3a9723b63c49"}, "audit_ids": ["fMS2djbpQ0-6rdmfPZxNYA"], "issued_at": "2018-11-09T08:09:05.000000Z"}} 2018-11-09 08:09:05,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:05,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-7890f535-fd61-4a1c-936e-c5ae1524818e Date: Fri, 09 Nov 2018 08:09:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "created_at": "2018-11-09T08:08:51Z", "admin_state_up": true, "updated_at": "2018-11-09T08:09:03Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "7bf6ffc60e294fad8872b8717d206dd2", "id": "e2dcd7e0-3c43-40b7-917c-15a657d54339", "name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router"}]} 2018-11-09 08:09:05,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router&admin_state_up=True used request id req-7890f535-fd61-4a1c-936e-c5ae1524818e 2018-11-09 08:09:05,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:09:05,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:09: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:09:05,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12989f9d5190991610d5191be054541692d21447" 2018-11-09 08:09:05,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc012002-6414-4bd7-bde6-22f882937f30 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:09:05,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-fc012002-6414-4bd7-bde6-22f882937f30 2018-11-09 08:09:05,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=e2dcd7e0-3c43-40b7-917c-15a657d54339 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:05,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-cffca271-0eb5-4aee-81ab-48c12a74e945 Date: Fri, 09 Nov 2018 08:09:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","ip_address":"10.200.201.1"}],"id":"855eb33f-9aff-4e30-b5f5-7c616fa0a6b4","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:87:f7:64","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1","admin_state_up":true,"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:57Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","ip_address":"10.200.202.1"}],"id":"9dfa7440-e4ba-4862-81e2-e13415b509ec","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:fe:da:63","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2","admin_state_up":true,"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:09:01Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"}]} 2018-11-09 08:09:05,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=e2dcd7e0-3c43-40b7-917c-15a657d54339 used request id req-cffca271-0eb5-4aee-81ab-48c12a74e945 2018-11-09 08:09:05,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:05,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ce1e3465-ff02-4288-8328-0e0a9e25d6fb Date: Fri, 09 Nov 2018 08:09:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}} 2018-11-09 08:09:05,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca used request id req-ce1e3465-ff02-4288-8328-0e0a9e25d6fb 2018-11-09 08:09:05,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:06,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5f4f1df4-858e-4d50-bb04-7bba675e39c7 Date: Fri, 09 Nov 2018 08:09:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}} 2018-11-09 08:09:06,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 used request id req-5f4f1df4-858e-4d50-bb04-7bba675e39c7 2018-11-09 08:09:06,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:06,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:06,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "836191a3fbb64945b3f16c7b879f2be9", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role"}], "expires_at": "2018-11-09T09:09:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bf6ffc60e294fad8872b8717d206dd2", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7bf6ffc60e294fad8872b8717d206dd2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-user", "id": "f55eff24398545abbdad3a9723b63c49"}, "audit_ids": ["giNg8SAZRl2DLRXkNgP6Fw"], "issued_at": "2018-11-09T08:09:06.000000Z"}} 2018-11-09 08:09:06,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:06,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1039005-39f4-4e1c-9259-a287d49b1b8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:06,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e1039005-39f4-4e1c-9259-a287d49b1b8f 2018-11-09 08:09:06,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:06,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-7316b1c3-134f-42c0-a46b-9dad4532ecdd Date: Fri, 09 Nov 2018 08:09:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "created_at": "2018-11-09T08:08:51Z", "admin_state_up": true, "updated_at": "2018-11-09T08:09:03Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "7bf6ffc60e294fad8872b8717d206dd2", "id": "e2dcd7e0-3c43-40b7-917c-15a657d54339", "name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router"}]} 2018-11-09 08:09:06,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router&admin_state_up=True used request id req-7316b1c3-134f-42c0-a46b-9dad4532ecdd 2018-11-09 08:09:06,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:09:06,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:09: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:09:06,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:06,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f8e7890-5289-4363-802e-d9bbe4a26b2a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:09:06,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-7f8e7890-5289-4363-802e-d9bbe4a26b2a 2018-11-09 08:09:06,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=e2dcd7e0-3c43-40b7-917c-15a657d54339 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:07,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-585c87c7-6dfe-45b4-9286-ccb92f835d64 Date: Fri, 09 Nov 2018 08:09:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","ip_address":"10.200.201.1"}],"id":"855eb33f-9aff-4e30-b5f5-7c616fa0a6b4","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:87:f7:64","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1","admin_state_up":true,"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:57Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","ip_address":"10.200.202.1"}],"id":"9dfa7440-e4ba-4862-81e2-e13415b509ec","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:fe:da:63","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2","admin_state_up":true,"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:09:01Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"}]} 2018-11-09 08:09:07,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=e2dcd7e0-3c43-40b7-917c-15a657d54339 used request id req-585c87c7-6dfe-45b4-9286-ccb92f835d64 2018-11-09 08:09:07,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:07,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4ff8dff6-6bee-4b8c-b181-6454efd2d908 Date: Fri, 09 Nov 2018 08:09:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}} 2018-11-09 08:09:07,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca used request id req-4ff8dff6-6bee-4b8c-b181-6454efd2d908 2018-11-09 08:09:07,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:07,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-59a1835a-dbb1-4b2a-8edd-6d3ba2aac63f Date: Fri, 09 Nov 2018 08:09:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}} 2018-11-09 08:09:07,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 used request id req-59a1835a-dbb1-4b2a-8edd-6d3ba2aac63f 2018-11-09 08:09:07,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:07,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1d04f9ca-6b8d-4672-8d0d-25b2425b55b0 Date: Fri, 09 Nov 2018 08:09: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":["ee652d04-2096-4b00-a20b-4d98d71e98ca"],"updated_at":"2018-11-09T08:08:46Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1"}]} 2018-11-09 08:09:07,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 used request id req-1d04f9ca-6b8d-4672-8d0d-25b2425b55b0 2018-11-09 08:09:07,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:07,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9798578-e384-4475-bb43-647c80254b65 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:09:07,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-e9798578-e384-4475-bb43-647c80254b65 2018-11-09 08:09:07,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:07,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0c1d64a5-b294-482d-af59-250346868ae9 Date: Fri, 09 Nov 2018 08:09:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}]} 2018-11-09 08:09:07,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-0c1d64a5-b294-482d-af59-250346868ae9 2018-11-09 08:09:07,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:08,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-becfd1c5-978a-45af-bb1c-a65e4a8a45f9 Date: Fri, 09 Nov 2018 08:09:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","ip_address":"10.200.201.1"}],"id":"855eb33f-9aff-4e30-b5f5-7c616fa0a6b4","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:87:f7:64","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1","admin_state_up":true,"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:57Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"}]} 2018-11-09 08:09:08,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1&admin_state_up=True used request id req-becfd1c5-978a-45af-bb1c-a65e4a8a45f9 2018-11-09 08:09:08,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:08,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b99c5d77-c4de-42cf-95d4-c4541aacd4fa Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:09:08,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-b99c5d77-c4de-42cf-95d4-c4541aacd4fa 2018-11-09 08:09:08,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:08,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8e2662b8-b142-478d-974f-b113fe6d944e Date: Fri, 09 Nov 2018 08:09: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":["b389fa07-1dd8-4f5a-9c64-79bde9261671"],"updated_at":"2018-11-09T08:08:48Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"af84fa26-8573-4057-966a-5ac146f03f77","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2"}]} 2018-11-09 08:09:08,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 used request id req-8e2662b8-b142-478d-974f-b113fe6d944e 2018-11-09 08:09:08,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:08,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eccfa6f8-878e-4a05-99dc-f3b260f59610 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:09:08,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-eccfa6f8-878e-4a05-99dc-f3b260f59610 2018-11-09 08:09:08,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:08,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-af9d025f-643e-4910-9d04-e461ad3d1bbd Date: Fri, 09 Nov 2018 08:09:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}]} 2018-11-09 08:09:08,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-af9d025f-643e-4910-9d04-e461ad3d1bbd 2018-11-09 08:09:08,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=af84fa26-8573-4057-966a-5ac146f03f77&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:08,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-7ab021b8-1aae-44b9-9f13-57a86c223e2c Date: Fri, 09 Nov 2018 08:09:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:08Z","device_owner":"network:ha_router_replicated_interface","revision_number":15,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","ip_address":"10.200.202.1"}],"id":"9dfa7440-e4ba-4862-81e2-e13415b509ec","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:fe:da:63","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2","admin_state_up":true,"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:09:01Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"}]} 2018-11-09 08:09:08,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=af84fa26-8573-4057-966a-5ac146f03f77&name=CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2&admin_state_up=True used request id req-7ab021b8-1aae-44b9-9f13-57a86c223e2c 2018-11-09 08:09:08,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:08,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b11968ef-085b-4060-b3db-41f72be756f1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:09:08,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-b11968ef-085b-4060-b3db-41f72be756f1 2018-11-09 08:09:08,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:08,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-6841ecba-60f5-4a45-9fe9-163db3313387 Date: Fri, 09 Nov 2018 08:09:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "created_at": "2018-11-09T08:08:51Z", "admin_state_up": true, "updated_at": "2018-11-09T08:09:03Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "7bf6ffc60e294fad8872b8717d206dd2", "id": "e2dcd7e0-3c43-40b7-917c-15a657d54339", "name": "CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router"}} 2018-11-09 08:09:08,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339 used request id req-6841ecba-60f5-4a45-9fe9-163db3313387 2018-11-09 08:09:08,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=e2dcd7e0-3c43-40b7-917c-15a657d54339 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:09,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-9c2633c6-7651-405e-b23f-6a42f2666ef7 Date: Fri, 09 Nov 2018 08:09:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","ip_address":"10.200.201.1"}],"id":"855eb33f-9aff-4e30-b5f5-7c616fa0a6b4","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:87:f7:64","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1","admin_state_up":true,"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:57Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:08Z","device_owner":"network:ha_router_replicated_interface","revision_number":15,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","ip_address":"10.200.202.1"}],"id":"9dfa7440-e4ba-4862-81e2-e13415b509ec","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:fe:da:63","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2","admin_state_up":true,"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:09:01Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"}]} 2018-11-09 08:09:09,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=e2dcd7e0-3c43-40b7-917c-15a657d54339 used request id req-9c2633c6-7651-405e-b23f-6a42f2666ef7 2018-11-09 08:09:09,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:09,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-33b9c305-31c0-45a3-8031-f6d8a5c042e4 Date: Fri, 09 Nov 2018 08:09:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}} 2018-11-09 08:09:09,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca used request id req-33b9c305-31c0-45a3-8031-f6d8a5c042e4 2018-11-09 08:09:09,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43afd7fa436c9d2049830ac303165726244d781" 2018-11-09 08:09:09,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b21c6245-1510-44b4-bb56-6bd8e0fb7ff5 Date: Fri, 09 Nov 2018 08:09:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}} 2018-11-09 08:09:09,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 used request id req-b21c6245-1510-44b4-bb56-6bd8e0fb7ff5 2018-11-09 08:09:09,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:09,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3c95e4cd-9d00-4405-93e3-e206e451a253 Date: Fri, 09 Nov 2018 08:09: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":["ee652d04-2096-4b00-a20b-4d98d71e98ca"],"updated_at":"2018-11-09T08:08:46Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1"}]} 2018-11-09 08:09:09,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-3c95e4cd-9d00-4405-93e3-e206e451a253 2018-11-09 08:09:09,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:09,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-176525dd-426b-4e58-97c4-30298063dc75 Date: Fri, 09 Nov 2018 08:09:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}]} 2018-11-09 08:09:09,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-176525dd-426b-4e58-97c4-30298063dc75 2018-11-09 08:09:09,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:09,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-092418af-3655-4720-bdc3-57463cb0087f Date: Fri, 09 Nov 2018 08:09:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","ip_address":"10.200.201.4"}],"id":"3872c7f9-1d47-4238-9009-d2441c4a8037","security_groups":[],"mac_address":"fa:16:3e:48:b3:ba","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-757d28ce-943b-44c7-a7af-ecd4cf7f2b21"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","ip_address":"10.200.201.3"}],"id":"63022856-0054-4fe8-ad7a-f8c5f65dc483","security_groups":[],"mac_address":"fa:16:3e:c2:51:6d","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-757d28ce-943b-44c7-a7af-ecd4cf7f2b21"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","ip_address":"10.200.201.1"}],"id":"855eb33f-9aff-4e30-b5f5-7c616fa0a6b4","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:87:f7:64","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1","admin_state_up":true,"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:57Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","ip_address":"10.200.201.2"}],"id":"f96bfda6-6cf3-4b40-96ed-5ede642f2bf6","security_groups":[],"mac_address":"fa:16:3e:cb:3d:6b","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-757d28ce-943b-44c7-a7af-ecd4cf7f2b21"}]} 2018-11-09 08:09:09,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-092418af-3655-4720-bdc3-57463cb0087f 2018-11-09 08:09:09,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:10,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-977eeb3f-cdea-450e-b1e1-fddada571e4c Date: Fri, 09 Nov 2018 08:09: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":["b389fa07-1dd8-4f5a-9c64-79bde9261671"],"updated_at":"2018-11-09T08:08:48Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"af84fa26-8573-4057-966a-5ac146f03f77","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2"}]} 2018-11-09 08:09:10,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-977eeb3f-cdea-450e-b1e1-fddada571e4c 2018-11-09 08:09:10,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:10,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-9f69e9aa-58a5-4678-91e0-04e648581d0f Date: Fri, 09 Nov 2018 08:09:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}]} 2018-11-09 08:09:10,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-9f69e9aa-58a5-4678-91e0-04e648581d0f 2018-11-09 08:09:10,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:10,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-ca47639c-d61b-4650-8cb4-9a6f454fd421 Date: Fri, 09 Nov 2018 08:09:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","ip_address":"10.200.202.3"}],"id":"1fff5f1e-4885-40df-ae8c-172bfd46106c","security_groups":[],"mac_address":"fa:16:3e:23:9f:9f","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af84fa26-8573-4057-966a-5ac146f03f77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","ip_address":"10.200.202.4"}],"id":"3d3102b5-6541-4e92-aedf-b75bf02522fc","security_groups":[],"mac_address":"fa:16:3e:99:61:05","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af84fa26-8573-4057-966a-5ac146f03f77"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:08Z","device_owner":"network:ha_router_replicated_interface","revision_number":15,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","ip_address":"10.200.202.1"}],"id":"9dfa7440-e4ba-4862-81e2-e13415b509ec","security_groups":["15bb161f-e19f-4881-90e7-bb94d985b1e1"],"mac_address":"fa:16:3e:fe:da:63","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2","admin_state_up":true,"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:09:01Z","binding:vnic_type":"normal","device_id":"e2dcd7e0-3c43-40b7-917c-15a657d54339"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:08:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","ip_address":"10.200.202.2"}],"id":"aff851ac-92e9-49df-afb0-075650406459","security_groups":[],"mac_address":"fa:16:3e:d3:6e:7d","project_id":"7bf6ffc60e294fad8872b8717d206dd2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af84fa26-8573-4057-966a-5ac146f03f77"}]} 2018-11-09 08:09:10,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-ca47639c-d61b-4650-8cb4-9a6f454fd421 2018-11-09 08:09:10,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:10,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6598a160-aa8f-4a30-9ae0-17306d5e30f4 Date: Fri, 09 Nov 2018 08:09:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}} 2018-11-09 08:09:10,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca used request id req-6598a160-aa8f-4a30-9ae0-17306d5e30f4 2018-11-09 08:09:10,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:10,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f5fbbe48-cc41-4147-860b-db190a8e12d9 Date: Fri, 09 Nov 2018 08:09: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":["ee652d04-2096-4b00-a20b-4d98d71e98ca"],"updated_at":"2018-11-09T08:08:46Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1"}]} 2018-11-09 08:09:10,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-f5fbbe48-cc41-4147-860b-db190a8e12d9 2018-11-09 08:09:10,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:10,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8448d7d7-3df5-4e87-92f5-306da04d7f65 Date: Fri, 09 Nov 2018 08:09:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757d28ce-943b-44c7-a7af-ecd4cf7f2b21","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:46Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"ee652d04-2096-4b00-a20b-4d98d71e98ca","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1"}]} 2018-11-09 08:09:10,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-8448d7d7-3df5-4e87-92f5-306da04d7f65 2018-11-09 08:09:10,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:11,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b5800640-33fe-4a1d-845e-ed44809df344 Date: Fri, 09 Nov 2018 08:09:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}} 2018-11-09 08:09:11,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 used request id req-b5800640-33fe-4a1d-845e-ed44809df344 2018-11-09 08:09:11,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:11,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-16780a3e-9ecb-4072-b4fb-48c590bb6daf Date: Fri, 09 Nov 2018 08:09: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":["b389fa07-1dd8-4f5a-9c64-79bde9261671"],"updated_at":"2018-11-09T08:08:48Z","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7bf6ffc60e294fad8872b8717d206dd2","id":"af84fa26-8573-4057-966a-5ac146f03f77","name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2"}]} 2018-11-09 08:09:11,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-16780a3e-9ecb-4072-b4fb-48c590bb6daf 2018-11-09 08:09:11,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4681540a62e77c0fc69eb8264559fbe25169ee" 2018-11-09 08:09:11,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fab631c9-c7ba-4c3c-901f-2babea69f4e1 Date: Fri, 09 Nov 2018 08:09:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af84fa26-8573-4057-966a-5ac146f03f77","tenant_id":"7bf6ffc60e294fad8872b8717d206dd2","created_at":"2018-11-09T08:08:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:08:48Z","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":"7bf6ffc60e294fad8872b8717d206dd2","id":"b389fa07-1dd8-4f5a-9c64-79bde9261671","subnetpool_id":null,"name":"CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2"}]} 2018-11-09 08:09:11,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=af84fa26-8573-4057-966a-5ac146f03f77 used request id req-fab631c9-c7ba-4c3c-901f-2babea69f4e1 2018-11-09 08:09:11,418 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router and port CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port1 2018-11-09 08:09:11,418 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:09:11,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" -d '{"port_id": "855eb33f-9aff-4e30-b5f5-7c616fa0a6b4"}' 2018-11-09 08:09:12,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0de59f3d-b3df-4a60-8525-7927cfee6c69 Date: Fri, 09 Nov 2018 08:09:12 GMT RESP BODY: {"network_id": "757d28ce-943b-44c7-a7af-ecd4cf7f2b21", "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "subnet_id": "ee652d04-2096-4b00-a20b-4d98d71e98ca", "subnet_ids": ["ee652d04-2096-4b00-a20b-4d98d71e98ca"], "port_id": "855eb33f-9aff-4e30-b5f5-7c616fa0a6b4", "id": "e2dcd7e0-3c43-40b7-917c-15a657d54339"} 2018-11-09 08:09:12,658 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339/remove_router_interface used request id req-0de59f3d-b3df-4a60-8525-7927cfee6c69 2018-11-09 08:09:12,659 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router and port CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-port2 2018-11-09 08:09:12,659 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:09:12,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" -d '{"port_id": "9dfa7440-e4ba-4862-81e2-e13415b509ec"}' 2018-11-09 08:09:14,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b9572b4e-52cd-4be6-a5f1-81d179c0d76f Date: Fri, 09 Nov 2018 08:09:14 GMT RESP BODY: {"network_id": "af84fa26-8573-4057-966a-5ac146f03f77", "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "subnet_id": "b389fa07-1dd8-4f5a-9c64-79bde9261671", "subnet_ids": ["b389fa07-1dd8-4f5a-9c64-79bde9261671"], "port_id": "9dfa7440-e4ba-4862-81e2-e13415b509ec", "id": "e2dcd7e0-3c43-40b7-917c-15a657d54339"} 2018-11-09 08:09:14,214 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339/remove_router_interface used request id req-b9572b4e-52cd-4be6-a5f1-81d179c0d76f 2018-11-09 08:09:14,214 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:09:14,214 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-router 2018-11-09 08:09:14,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6decf22a92418073e7a93ab36d0e5df8fd1d52bd" 2018-11-09 08:09:16,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36a42ff7-0057-42b2-b6e7-91819b1439a5 Content-Length: 0 Date: Fri, 09 Nov 2018 08:09:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:09:16,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/e2dcd7e0-3c43-40b7-917c-15a657d54339 used request id req-36a42ff7-0057-42b2-b6e7-91819b1439a5 2018-11-09 08:09:16,930 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1 2018-11-09 08:09:16,930 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet1 2018-11-09 08:09:16,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce46e860f9fb2c6b60489559466f8b032079d557" 2018-11-09 08:09:19,283 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5f961519-53fc-4cd6-950f-119d51fa61c5 Date: Fri, 09 Nov 2018 08:09:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:09:19,283 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/ee652d04-2096-4b00-a20b-4d98d71e98ca used request id req-5f961519-53fc-4cd6-950f-119d51fa61c5 2018-11-09 08:09:19,283 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net1 2018-11-09 08:09:19,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/757d28ce-943b-44c7-a7af-ecd4cf7f2b21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce46e860f9fb2c6b60489559466f8b032079d557" 2018-11-09 08:09:20,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-437a3946-2403-4137-8db4-0cdb07266722 Date: Fri, 09 Nov 2018 08:09:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:09:20,629 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/757d28ce-943b-44c7-a7af-ecd4cf7f2b21 used request id req-437a3946-2403-4137-8db4-0cdb07266722 2018-11-09 08:09:20,629 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2 2018-11-09 08:09:20,630 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-subnet2 2018-11-09 08:09:20,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009e650fbab9afa5550304cc8d1db5b9dcd7e5fc" 2018-11-09 08:09:22,931 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e36c5e7c-6c99-4ca6-8e94-4f4575188ac0 Date: Fri, 09 Nov 2018 08:09:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:09:22,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/b389fa07-1dd8-4f5a-9c64-79bde9261671 used request id req-e36c5e7c-6c99-4ca6-8e94-4f4575188ac0 2018-11-09 08:09:22,932 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-52b4dded-dd90-4add-8d65-614caa6c4f97-pub-net2 2018-11-09 08:09:22,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/af84fa26-8573-4057-966a-5ac146f03f77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009e650fbab9afa5550304cc8d1db5b9dcd7e5fc" 2018-11-09 08:09:24,170 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8de2ab87-d5eb-4f67-80b7-f3c8038d31b1 Date: Fri, 09 Nov 2018 08:09:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:09:24,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/af84fa26-8573-4057-966a-5ac146f03f77 used request id req-8de2ab87-d5eb-4f67-80b7-f3c8038d31b1 2018-11-09 08:09:24,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:09:24,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-784a6233-38e5-48cd-9447-9658b83836b2 Date: Fri, 09 Nov 2018 08:09:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "created_at": "2018-11-09T08:08:45Z", "updated_at": "2018-11-09T08:08:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:08:45Z", "revision_number": 0, "id": "37568522-cdca-4d45-a204-b111a037c4a3", "remote_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "remote_ip_prefix": null, "created_at": "2018-11-09T08:08:45Z", "security_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bf6ffc60e294fad8872b8717d206dd2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:08:45Z", "revision_number": 0, "id": "4faf0ded-c19f-4a10-96e6-f5c3cb77db75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:08:45Z", "security_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bf6ffc60e294fad8872b8717d206dd2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:08:45Z", "revision_number": 0, "id": "6f313d02-0f99-4c1d-a9c1-4a6511d2339e", "remote_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "remote_ip_prefix": null, "created_at": "2018-11-09T08:08:45Z", "security_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bf6ffc60e294fad8872b8717d206dd2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:08:45Z", "revision_number": 0, "id": "95374957-d360-4a4b-a5d3-f652c184d175", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:08:45Z", "security_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bf6ffc60e294fad8872b8717d206dd2"}], "revision_number": 4, "project_id": "7bf6ffc60e294fad8872b8717d206dd2", "id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:09:24,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-784a6233-38e5-48cd-9447-9658b83836b2 2018-11-09 08:09:24,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:09:24,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25ac4a9a-58ef-4880-b7cc-84488504f87b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2"}, "enabled": true, "id": "7bf6ffc60e294fad8872b8717d206dd2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-39be0186-2ecb-4e5-proj"}} 2018-11-09 08:09:24,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-25ac4a9a-58ef-4880-b7cc-84488504f87b 2018-11-09 08:09:24,485 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 15bb161f-e19f-4881-90e7-bb94d985b1e1 2018-11-09 08:09:24,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=15bb161f-e19f-4881-90e7-bb94d985b1e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:09:24,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-343f2fd2-1f0e-4a10-b267-6c341af357a6 Date: Fri, 09 Nov 2018 08:09:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:08:45Z", "security_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "port_range_min": null, "revision_number": 0, "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "created_at": "2018-11-09T08:08:45Z", "project_id": "7bf6ffc60e294fad8872b8717d206dd2", "id": "37568522-cdca-4d45-a204-b111a037c4a3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:08:45Z", "security_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "port_range_min": null, "revision_number": 0, "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "created_at": "2018-11-09T08:08:45Z", "project_id": "7bf6ffc60e294fad8872b8717d206dd2", "id": "4faf0ded-c19f-4a10-96e6-f5c3cb77db75"}, {"remote_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:08:45Z", "security_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "port_range_min": null, "revision_number": 0, "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "created_at": "2018-11-09T08:08:45Z", "project_id": "7bf6ffc60e294fad8872b8717d206dd2", "id": "6f313d02-0f99-4c1d-a9c1-4a6511d2339e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:08:45Z", "security_group_id": "15bb161f-e19f-4881-90e7-bb94d985b1e1", "port_range_min": null, "revision_number": 0, "tenant_id": "7bf6ffc60e294fad8872b8717d206dd2", "created_at": "2018-11-09T08:08:45Z", "project_id": "7bf6ffc60e294fad8872b8717d206dd2", "id": "95374957-d360-4a4b-a5d3-f652c184d175"}]} 2018-11-09 08:09:24,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=15bb161f-e19f-4881-90e7-bb94d985b1e1 used request id req-343f2fd2-1f0e-4a10-b267-6c341af357a6 2018-11-09 08:09:24,663 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:09:24,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/15bb161f-e19f-4881-90e7-bb94d985b1e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:09:24,988 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8ccd8859-db5b-4dfd-a3dc-38803ac990bc Content-Length: 0 Date: Fri, 09 Nov 2018 08:09:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:09:24,988 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/15bb161f-e19f-4881-90e7-bb94d985b1e1 used request id req-8ccd8859-db5b-4dfd-a3dc-38803ac990bc 2018-11-09 08:09:24,989 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-39be0186-2ecb-4e5-proj 2018-11-09 08:09:24,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:09:25,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:09:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0bfb819-cd99-4137-a806-e4d883d98680 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:09:25,198 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/7bf6ffc60e294fad8872b8717d206dd2 used request id req-a0bfb819-cd99-4137-a806-e4d883d98680 2018-11-09 08:09:25,198 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-39be0186-2ecb-4e5-proj-role 2018-11-09 08:09:25,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/836191a3fbb64945b3f16c7b879f2be9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:09:25,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:09:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58adcc87-a3ab-4afc-8731-9835694e0e32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:09:25,327 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/836191a3fbb64945b3f16c7b879f2be9 used request id req-58adcc87-a3ab-4afc-8731-9835694e0e32 2018-11-09 08:09:25,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2da89e0f7feffeabf226da51f855f0dddc7644a" 2018-11-09 08:09:25,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf833fe7-2635-4c2a-b5ab-fe65e8a9889b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:09:25,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cf833fe7-2635-4c2a-b5ab-fe65e8a9889b 2018-11-09 08:09:25,419 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-39be0186-2ecb-4e5-user 2018-11-09 08:09:25,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/f55eff24398545abbdad3a9723b63c49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f59143f9e0c16295d134cb497f9801cb1f5d65" 2018-11-09 08:09:25,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:09:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8947b5be-49ef-4bb6-adb8-19dbeead1798 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:09:25,605 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f55eff24398545abbdad3a9723b63c49 used request id req-8947b5be-49ef-4bb6-adb8-19dbeead1798 2018-11-09 08:09:25,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:25,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:09:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["AJ7_zXpUSIeHkvDRcq8q2g"], "issued_at": "2018-11-09T08:09:25.000000Z"}} 2018-11-09 08:09:25,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0ae2d37ee95ed1e9b94601071130905d834f70" 2018-11-09 08:09:26,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b1b9f2-bfe1-4d1b-8352-f2c53af63a92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:26,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-99b1b9f2-bfe1-4d1b-8352-f2c53af63a92 2018-11-09 08:09:26,086 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:26,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:26,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:09:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["tpvmsWZaSvCyBtzNhVLioA"], "issued_at": "2018-11-09T08:09:26.000000Z"}} 2018-11-09 08:09:26,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:26,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd089ab-8b10-4504-abb1-478cf9474062 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:26,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fdd089ab-8b10-4504-abb1-478cf9474062 2018-11-09 08:09:26,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:09:26,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:09: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:09:26,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-cdc68fcd-745d-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:26,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5415544f-0338-4e73-8751-ee82246994f9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-cdc68fcd-745d-42b-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:09:26,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-cdc68fcd-745d-42b-proj used request id req-5415544f-0338-4e73-8751-ee82246994f9 2018-11-09 08:09:26,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:26,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b62c0e00-4be1-40c3-a84d-53977460aeec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:09:26,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b62c0e00-4be1-40c3-a84d-53977460aeec 2018-11-09 08:09:26,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj"}}' 2018-11-09 08:09:26,961 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:09:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f93c5bb8-4f7b-4fad-913c-be9b41d7a6da Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4e4526cc7f4e43ba9f06ac62ef475ba0"}, "enabled": true, "id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj"}} 2018-11-09 08:09:26,962 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f93c5bb8-4f7b-4fad-913c-be9b41d7a6da 2018-11-09 08:09:26,962 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-cdc68fcd-745d-42b-proj 2018-11-09 08:09:26,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:26,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:27,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:09:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["LjrqZJUGTtiOp4rMcQk-Xw"], "issued_at": "2018-11-09T08:09:27.000000Z"}} 2018-11-09 08:09:27,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e14c034388b5283083c4816c8c212b3fc542d6" 2018-11-09 08:09:27,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37dd19b8-5c7a-485e-923e-4523b8440f70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:27,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-37dd19b8-5c7a-485e-923e-4523b8440f70 2018-11-09 08:09:27,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:09:27,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:09: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:09:27,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e14c034388b5283083c4816c8c212b3fc542d6" 2018-11-09 08:09:27,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b0b283-c672-4061-8adb-84b44c83a4d7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:09:27,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-04b0b283-c672-4061-8adb-84b44c83a4d7 2018-11-09 08:09:27,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-cdc68fcd-745d-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e14c034388b5283083c4816c8c212b3fc542d6" 2018-11-09 08:09:27,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b3d2bce-6e45-4e62-b2c1-a86039bc3656 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-cdc68fcd-745d-42b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4e4526cc7f4e43ba9f06ac62ef475ba0"}, "enabled": true, "id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj"}]} 2018-11-09 08:09:27,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-cdc68fcd-745d-42b-proj used request id req-3b3d2bce-6e45-4e62-b2c1-a86039bc3656 2018-11-09 08:09:27,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e14c034388b5283083c4816c8c212b3fc542d6" 2018-11-09 08:09:27,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-495613d7-8b9e-476b-a4bd-6361ba7de61f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:09:27,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-495613d7-8b9e-476b-a4bd-6361ba7de61f 2018-11-09 08:09:27,991 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-cdc68fcd-745d-42b-user 2018-11-09 08:09:27,991 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:27,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:28,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39368a79-d8f1-4663-89b0-dd016345a246 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:09:28,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-39368a79-d8f1-4663-89b0-dd016345a246 2018-11-09 08:09:28,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" -d '{"role": {"name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj-role"}}' 2018-11-09 08:09:28,283 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:09:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-000f58e9-7410-420c-82c0-bfb7f05129f6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "45914209c2bb4dd7b6cc189278082180", "links": {"self": "http://172.30.9.27:5000/v3/roles/45914209c2bb4dd7b6cc189278082180"}, "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj-role"}} 2018-11-09 08:09:28,283 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-000f58e9-7410-420c-82c0-bfb7f05129f6 2018-11-09 08:09:28,284 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-cdc68fcd-745d-42b-proj-role 2018-11-09 08:09:28,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/45914209c2bb4dd7b6cc189278082180 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:28,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eab2c51-f15c-4400-b2ac-4b7e82090b60 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/45914209c2bb4dd7b6cc189278082180"}, "domain_id": null, "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj-role", "id": "45914209c2bb4dd7b6cc189278082180"}} 2018-11-09 08:09:28,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/45914209c2bb4dd7b6cc189278082180 used request id req-6eab2c51-f15c-4400-b2ac-4b7e82090b60 2018-11-09 08:09:28,450 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-cdc68fcd-745d-42b-proj-role to project CreateRouterSuccessTests-cdc68fcd-745d-42b-proj 2018-11-09 08:09:28,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/4e4526cc7f4e43ba9f06ac62ef475ba0/users/6beabafb943940809ad55771d790083f/roles/45914209c2bb4dd7b6cc189278082180 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:28,593 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:09:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c09b344e-f7c2-41c7-9652-271dd81eb92e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:09:28,593 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4e4526cc7f4e43ba9f06ac62ef475ba0/users/6beabafb943940809ad55771d790083f/roles/45914209c2bb4dd7b6cc189278082180 used request id req-c09b344e-f7c2-41c7-9652-271dd81eb92e 2018-11-09 08:09:28,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:28,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:28,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45914209c2bb4dd7b6cc189278082180", "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj-role"}], "expires_at": "2018-11-09T09:09:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-user", "id": "6beabafb943940809ad55771d790083f"}, "audit_ids": ["von0bzoWSr-6hxv6_XVjmw"], "issued_at": "2018-11-09T08:09:28.000000Z"}} 2018-11-09 08:09:28,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e288669e9dc97d5fbfcb407ba7efad1f0b4387c" 2018-11-09 08:09:29,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17713320-c376-4166-a540-516686c2da2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:29,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-17713320-c376-4166-a540-516686c2da2d 2018-11-09 08:09:29,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e288669e9dc97d5fbfcb407ba7efad1f0b4387c" 2018-11-09 08:09:29,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8b13f643-97e7-40aa-bd21-f6cfdae673eb Date: Fri, 09 Nov 2018 08:09:29 GMT RESP BODY: {"routers": []} 2018-11-09 08:09:29,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router&admin_state_up=True used request id req-8b13f643-97e7-40aa-bd21-f6cfdae673eb 2018-11-09 08:09:29,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:29,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:29,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45914209c2bb4dd7b6cc189278082180", "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj-role"}], "expires_at": "2018-11-09T09:09:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-user", "id": "6beabafb943940809ad55771d790083f"}, "audit_ids": ["kTPfJbdVQTO5g-8U5zlLYQ"], "issued_at": "2018-11-09T08:09:29.000000Z"}} 2018-11-09 08:09:29,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52298f7f4fce22a58cc12d059413b7b64cf3e476" 2018-11-09 08:09:29,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fe7f0b1-9ee6-49b6-9a78-0f2b991f8a0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:29,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1fe7f0b1-9ee6-49b6-9a78-0f2b991f8a0a 2018-11-09 08:09:29,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e288669e9dc97d5fbfcb407ba7efad1f0b4387c" 2018-11-09 08:09:29,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-80fc137e-2530-4fe7-81bd-4ef9ed788dc8 Date: Fri, 09 Nov 2018 08:09:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:09:29,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-80fc137e-2530-4fe7-81bd-4ef9ed788dc8 2018-11-09 08:09:29,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e288669e9dc97d5fbfcb407ba7efad1f0b4387c" 2018-11-09 08:09:30,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3f07cc39-4c36-4640-b3cc-e36dffa7d861 Date: Fri, 09 Nov 2018 08:09:30 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:09:30,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-3f07cc39-4c36-4640-b3cc-e36dffa7d861 2018-11-09 08:09:30,129 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router 2018-11-09 08:09:30,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e288669e9dc97d5fbfcb407ba7efad1f0b4387c" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router", "admin_state_up": true}}' 2018-11-09 08:09:35,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-3618a146-5ffe-4df1-8a62-d4a15eb0caa1 Date: Fri, 09 Nov 2018 08:09:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "created_at": "2018-11-09T08:09:30Z", "admin_state_up": true, "updated_at": "2018-11-09T08:09:31Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "id": "7e54e253-6653-4321-9e42-7c1d441133cc", "name": "CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router"}} 2018-11-09 08:09:35,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-3618a146-5ffe-4df1-8a62-d4a15eb0caa1 2018-11-09 08:09:35,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=7e54e253-6653-4321-9e42-7c1d441133cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e288669e9dc97d5fbfcb407ba7efad1f0b4387c" 2018-11-09 08:09:35,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e3bc7559-8eb4-4654-a8b2-d16394232aba Date: Fri, 09 Nov 2018 08:09:35 GMT RESP BODY: {"ports":[]} 2018-11-09 08:09:35,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=7e54e253-6653-4321-9e42-7c1d441133cc used request id req-e3bc7559-8eb4-4654-a8b2-d16394232aba 2018-11-09 08:09:35,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/7e54e253-6653-4321-9e42-7c1d441133cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e288669e9dc97d5fbfcb407ba7efad1f0b4387c" 2018-11-09 08:09:35,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-d769baf2-04f2-4921-ac13-0b5df5f39cf4 Date: Fri, 09 Nov 2018 08:09:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "created_at": "2018-11-09T08:09:30Z", "admin_state_up": true, "updated_at": "2018-11-09T08:09:34Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "id": "7e54e253-6653-4321-9e42-7c1d441133cc", "name": "CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router"}} 2018-11-09 08:09:35,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/7e54e253-6653-4321-9e42-7c1d441133cc used request id req-d769baf2-04f2-4921-ac13-0b5df5f39cf4 2018-11-09 08:09:35,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=7e54e253-6653-4321-9e42-7c1d441133cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e288669e9dc97d5fbfcb407ba7efad1f0b4387c" 2018-11-09 08:09:35,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-276c897c-d897-46c0-a44c-0c1d2259d221 Date: Fri, 09 Nov 2018 08:09:35 GMT RESP BODY: {"ports":[]} 2018-11-09 08:09:35,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=7e54e253-6653-4321-9e42-7c1d441133cc used request id req-276c897c-d897-46c0-a44c-0c1d2259d221 2018-11-09 08:09:35,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:36,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45914209c2bb4dd7b6cc189278082180", "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj-role"}], "expires_at": "2018-11-09T09:09:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4e4526cc7f4e43ba9f06ac62ef475ba0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-user", "id": "6beabafb943940809ad55771d790083f"}, "audit_ids": ["uEOcFhxURu2FyVgp5BVNTA"], "issued_at": "2018-11-09T08:09:36.000000Z"}} 2018-11-09 08:09:36,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38e3cdef41a43a3e474d4ecb2f6a20008de50b5c" 2018-11-09 08:09:36,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-c6f3f74d-1015-4459-ab74-81d87b6efd05 Date: Fri, 09 Nov 2018 08:09:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "created_at": "2018-11-09T08:09:30Z", "admin_state_up": true, "updated_at": "2018-11-09T08:09:34Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "id": "7e54e253-6653-4321-9e42-7c1d441133cc", "name": "CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router"}]} 2018-11-09 08:09:36,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router&admin_state_up=True used request id req-c6f3f74d-1015-4459-ab74-81d87b6efd05 2018-11-09 08:09:36,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:09:36,361 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:09:36,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4e4526cc7f4e43ba9f06ac62ef475ba0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0ae2d37ee95ed1e9b94601071130905d834f70" 2018-11-09 08:09:36,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff41195-97e8-457d-8d67-44026943414b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4e4526cc7f4e43ba9f06ac62ef475ba0"}, "enabled": true, "id": "4e4526cc7f4e43ba9f06ac62ef475ba0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-cdc68fcd-745d-42b-proj"}} 2018-11-09 08:09:36,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4e4526cc7f4e43ba9f06ac62ef475ba0 used request id req-0ff41195-97e8-457d-8d67-44026943414b 2018-11-09 08:09:36,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=7e54e253-6653-4321-9e42-7c1d441133cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38e3cdef41a43a3e474d4ecb2f6a20008de50b5c" 2018-11-09 08:09:36,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-edcaf474-730e-4c1a-b3e4-4e00611ad072 Date: Fri, 09 Nov 2018 08:09:36 GMT RESP BODY: {"ports":[]} 2018-11-09 08:09:36,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=7e54e253-6653-4321-9e42-7c1d441133cc used request id req-edcaf474-730e-4c1a-b3e4-4e00611ad072 2018-11-09 08:09:36,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38e3cdef41a43a3e474d4ecb2f6a20008de50b5c" 2018-11-09 08:09:36,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-69668e66-a120-45fa-a9f8-332728f23c97 Date: Fri, 09 Nov 2018 08:09:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:09:36,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-69668e66-a120-45fa-a9f8-332728f23c97 2018-11-09 08:09:36,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38e3cdef41a43a3e474d4ecb2f6a20008de50b5c" 2018-11-09 08:09:37,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7cfb3b58-0bec-4053-95ea-6f7e72fc107d Date: Fri, 09 Nov 2018 08:09:37 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:09:37,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-7cfb3b58-0bec-4053-95ea-6f7e72fc107d 2018-11-09 08:09:37,100 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router 2018-11-09 08:09:37,100 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-1748dcfa-eb38-43de-b5d2-ead839842c13-pub-router 2018-11-09 08:09:37,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/7e54e253-6653-4321-9e42-7c1d441133cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e288669e9dc97d5fbfcb407ba7efad1f0b4387c" 2018-11-09 08:09:40,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2684828c-3a39-4a06-95b2-c6cd529da624 Content-Length: 0 Date: Fri, 09 Nov 2018 08:09:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:09:40,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/7e54e253-6653-4321-9e42-7c1d441133cc used request id req-2684828c-3a39-4a06-95b2-c6cd529da624 2018-11-09 08:09:40,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:41,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-dfab7eb2-d7f7-4e2d-b40c-fd302a9f7cba Date: Fri, 09 Nov 2018 08:09:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:09:41,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-dfab7eb2-d7f7-4e2d-b40c-fd302a9f7cba 2018-11-09 08:09:41,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:41,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7edd675e-528e-465c-93c9-cc3f05529b60 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:09:41,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-7edd675e-528e-465c-93c9-cc3f05529b60 2018-11-09 08:09:41,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:41,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea8ec844-bb50-4446-8bcd-170e3a5853aa 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:09:41,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-ea8ec844-bb50-4446-8bcd-170e3a5853aa 2018-11-09 08:09:41,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:41,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62b382b6-fd64-496b-829d-cdabb49ef439 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:09:41,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-62b382b6-fd64-496b-829d-cdabb49ef439 2018-11-09 08:09:41,286 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-cdc68fcd-745d-42b-proj 2018-11-09 08:09:41,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/4e4526cc7f4e43ba9f06ac62ef475ba0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:41,503 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:09:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8be06eb-6c6e-4c72-a886-e2bf72f63d79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:09:41,503 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4e4526cc7f4e43ba9f06ac62ef475ba0 used request id req-c8be06eb-6c6e-4c72-a886-e2bf72f63d79 2018-11-09 08:09:41,503 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-cdc68fcd-745d-42b-proj-role 2018-11-09 08:09:41,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/45914209c2bb4dd7b6cc189278082180 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:41,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:09:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cfe7d93-7da7-418f-9a8b-e3b9d009c5e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:09:41,620 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/45914209c2bb4dd7b6cc189278082180 used request id req-1cfe7d93-7da7-418f-9a8b-e3b9d009c5e6 2018-11-09 08:09:41,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59943957300e1ce9efa638347ca27acd7a0ff9bb" 2018-11-09 08:09:41,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b511fbf1-7058-4487-9e4c-1fd3e7c7e729 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:09:41,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b511fbf1-7058-4487-9e4c-1fd3e7c7e729 2018-11-09 08:09:41,714 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-cdc68fcd-745d-42b-user 2018-11-09 08:09:41,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/6beabafb943940809ad55771d790083f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e14c034388b5283083c4816c8c212b3fc542d6" 2018-11-09 08:09:41,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:09:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7be0d30-44dd-4779-9675-8d9beff5a753 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:09:41,966 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/6beabafb943940809ad55771d790083f used request id req-a7be0d30-44dd-4779-9675-8d9beff5a753 2018-11-09 08:09:41,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:42,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:09:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["6pFt37lvRO-v6673Glbj-A"], "issued_at": "2018-11-09T08:09:42.000000Z"}} 2018-11-09 08:09:42,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:42,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d91c9a-4d29-4a76-aafb-bcd569fc37e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:42,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-08d91c9a-4d29-4a76-aafb-bcd569fc37e4 2018-11-09 08:09:42,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:42,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:42,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:09:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["WWnE3pEDSD2VvkVz4_pPlA"], "issued_at": "2018-11-09T08:09:42.000000Z"}} 2018-11-09 08:09:42,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:09:42,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf75c427-dd8a-4f6e-b4fe-5661e8e7812d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:42,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cf75c427-dd8a-4f6e-b4fe-5661e8e7812d 2018-11-09 08:09:42,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:09:42,945 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:09: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:09:42,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c489b907-5183-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:09:43,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e3b1ce1-3c33-4772-8a9d-e0eb291b4005 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c489b907-5183-469-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:09:43,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c489b907-5183-469-proj used request id req-8e3b1ce1-3c33-4772-8a9d-e0eb291b4005 2018-11-09 08:09:43,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:09:43,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-299dd8e4-0ab6-4f95-a630-15271ef11ec9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:09:43,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-299dd8e4-0ab6-4f95-a630-15271ef11ec9 2018-11-09 08:09:43,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-c489b907-5183-469-proj"}}' 2018-11-09 08:09:43,243 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:09:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-482f5b53-4d61-440d-9a44-6888430503e8 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1239a2a640a94acd8a1e7fa5cd8eb148"}, "enabled": true, "id": "1239a2a640a94acd8a1e7fa5cd8eb148", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c489b907-5183-469-proj"}} 2018-11-09 08:09:43,243 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-482f5b53-4d61-440d-9a44-6888430503e8 2018-11-09 08:09:43,243 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-c489b907-5183-469-proj 2018-11-09 08:09:43,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:43,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:43,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["pZPRARt5TKi78RSxHetrlg"], "issued_at": "2018-11-09T08:09:43.000000Z"}} 2018-11-09 08:09:43,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a66eb312edf1e7fe142b9034052f69e087d0556" 2018-11-09 08:09:43,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c46c422c-8ea9-4a4e-8f35-9769d97e88d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:43,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c46c422c-8ea9-4a4e-8f35-9769d97e88d6 2018-11-09 08:09:43,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:09:43,727 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:09:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:09:43,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a66eb312edf1e7fe142b9034052f69e087d0556" 2018-11-09 08:09:43,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-399ffd6e-166d-4433-9922-4a67d17bdeab Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:09:43,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-399ffd6e-166d-4433-9922-4a67d17bdeab 2018-11-09 08:09:43,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-c489b907-5183-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a66eb312edf1e7fe142b9034052f69e087d0556" 2018-11-09 08:09:43,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-347df02f-e3a7-41d9-aeed-4d030d121ea6 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-c489b907-5183-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1239a2a640a94acd8a1e7fa5cd8eb148"}, "enabled": true, "id": "1239a2a640a94acd8a1e7fa5cd8eb148", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c489b907-5183-469-proj"}]} 2018-11-09 08:09:43,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-c489b907-5183-469-proj used request id req-347df02f-e3a7-41d9-aeed-4d030d121ea6 2018-11-09 08:09:43,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a66eb312edf1e7fe142b9034052f69e087d0556" 2018-11-09 08:09:44,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c55a7fd6-e9fd-4c13-9732-76c6f4e810f9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:09:44,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-c55a7fd6-e9fd-4c13-9732-76c6f4e810f9 2018-11-09 08:09:44,374 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-c489b907-5183-469-user 2018-11-09 08:09:44,374 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:44,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:09:44,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45803f84-e440-4581-87e8-5dd6aaa9a269 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:09:44,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-45803f84-e440-4581-87e8-5dd6aaa9a269 2018-11-09 08:09:44,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" -d '{"role": {"name": "CreateRouterSuccessTests-c489b907-5183-469-proj-role"}}' 2018-11-09 08:09:44,597 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:09:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b41efd29-39a7-46a8-84a8-b1a68455bb2a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bbcd6ab3d6ee4e6393cd9896fa8add9d", "links": {"self": "http://172.30.9.27:5000/v3/roles/bbcd6ab3d6ee4e6393cd9896fa8add9d"}, "name": "CreateRouterSuccessTests-c489b907-5183-469-proj-role"}} 2018-11-09 08:09:44,597 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-b41efd29-39a7-46a8-84a8-b1a68455bb2a 2018-11-09 08:09:44,597 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-c489b907-5183-469-proj-role 2018-11-09 08:09:44,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/bbcd6ab3d6ee4e6393cd9896fa8add9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:09:44,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27846750-55c8-4f75-a073-4cfc34691422 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/bbcd6ab3d6ee4e6393cd9896fa8add9d"}, "domain_id": null, "name": "CreateRouterSuccessTests-c489b907-5183-469-proj-role", "id": "bbcd6ab3d6ee4e6393cd9896fa8add9d"}} 2018-11-09 08:09:44,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/bbcd6ab3d6ee4e6393cd9896fa8add9d used request id req-27846750-55c8-4f75-a073-4cfc34691422 2018-11-09 08:09:44,682 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-c489b907-5183-469-proj-role to project CreateRouterSuccessTests-c489b907-5183-469-proj 2018-11-09 08:09:44,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/1239a2a640a94acd8a1e7fa5cd8eb148/users/074e3070006b4cd4ab070ecc02f9781b/roles/bbcd6ab3d6ee4e6393cd9896fa8add9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:09:44,821 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:09:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a184be24-fdeb-43e9-811d-1fd4e6424b28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:09:44,821 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/1239a2a640a94acd8a1e7fa5cd8eb148/users/074e3070006b4cd4ab070ecc02f9781b/roles/bbcd6ab3d6ee4e6393cd9896fa8add9d used request id req-a184be24-fdeb-43e9-811d-1fd4e6424b28 2018-11-09 08:09:44,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:44,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:45,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:09:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9FK4P0XXQniGOcmprjc26Q"], "issued_at": "2018-11-09T08:09:45.000000Z"}} 2018-11-09 08:09:45,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:45,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-013db1ea-87e5-4b80-8018-e748358e4da0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:45,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-013db1ea-87e5-4b80-8018-e748358e4da0 2018-11-09 08:09:45,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:45,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ce1b90c7-9a15-4d02-bcdb-428ad4fc4437 Date: Fri, 09 Nov 2018 08:09:45 GMT RESP BODY: {"routers": []} 2018-11-09 08:09:45,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router&admin_state_up=True used request id req-ce1b90c7-9a15-4d02-bcdb-428ad4fc4437 2018-11-09 08:09:45,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:45,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:45,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:09:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["aKJrLXWwQgSXX7qST-aQWg"], "issued_at": "2018-11-09T08:09:45.000000Z"}} 2018-11-09 08:09:45,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b0f71a6f60fafd29775094f5561f1c1798b3703" 2018-11-09 08:09:46,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-944a62f2-4e26-45f9-8d3c-86d7dc5ff75a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:46,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-944a62f2-4e26-45f9-8d3c-86d7dc5ff75a 2018-11-09 08:09:46,057 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router 2018-11-09 08:09:46,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" -d '{"router": {"name": "CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router", "admin_state_up": true}}' 2018-11-09 08:09:49,668 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-5fca882f-3a0a-4547-9a2a-b9143a093e51 Date: Fri, 09 Nov 2018 08:09:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:09:46Z", "admin_state_up": true, "updated_at": "2018-11-09T08:09:46Z", "project_id": "0b2f64a45219400697df961f5de737ee", "flavor_id": null, "revision_number": 1, "routes": [], "ha": true, "id": "b6b81902-40e0-44a1-a34d-4aa2cb32ff54", "name": "CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router"}} 2018-11-09 08:09:49,668 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-5fca882f-3a0a-4547-9a2a-b9143a093e51 2018-11-09 08:09:49,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=b6b81902-40e0-44a1-a34d-4aa2cb32ff54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:49,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2454 X-Openstack-Request-Id: req-d13539b8-f267-41fc-9638-fe40b1ac9c71 Date: Fri, 09 Nov 2018 08:09:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","ip_address":"169.254.192.8"}],"id":"594adbc6-f221-490a-8fe5-d8c046aa851f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0d:ec:bf","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0b2f64a45219400697df961f5de737ee","admin_state_up":true,"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:48Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:47Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","ip_address":"169.254.192.7"}],"id":"5bea6b83-bf60-4e17-a6f8-efe2b609579e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4b:a9:97","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0b2f64a45219400697df961f5de737ee","admin_state_up":true,"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:47Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","ip_address":"169.254.192.10"}],"id":"e6152a34-8998-433e-b3ff-3c9d15be0012","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:4e:28","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0b2f64a45219400697df961f5de737ee","admin_state_up":true,"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:48Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"}]} 2018-11-09 08:09:49,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=b6b81902-40e0-44a1-a34d-4aa2cb32ff54 used request id req-d13539b8-f267-41fc-9638-fe40b1ac9c71 2018-11-09 08:09:49,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:50,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d42714d8-9e37-48da-a30f-901395e33e33 Date: Fri, 09 Nov 2018 08:09:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:09:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","subnetpool_id":null,"name":"HA subnet tenant 0b2f64a45219400697df961f5de737ee"}} 2018-11-09 08:09:50,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed used request id req-d42714d8-9e37-48da-a30f-901395e33e33 2018-11-09 08:09:50,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:50,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2421747f-878f-4253-b8a4-6fbe4bfc13db Date: Fri, 09 Nov 2018 08:09:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:09:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","subnetpool_id":null,"name":"HA subnet tenant 0b2f64a45219400697df961f5de737ee"}} 2018-11-09 08:09:50,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed used request id req-2421747f-878f-4253-b8a4-6fbe4bfc13db 2018-11-09 08:09:50,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:50,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-319d25b7-95e3-4e32-a066-7dd93942670d Date: Fri, 09 Nov 2018 08:09:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:09:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","subnetpool_id":null,"name":"HA subnet tenant 0b2f64a45219400697df961f5de737ee"}} 2018-11-09 08:09:50,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed used request id req-319d25b7-95e3-4e32-a066-7dd93942670d 2018-11-09 08:09:50,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:50,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b79bf4f2-1580-4e3a-a0c8-db84f81f18ec Date: Fri, 09 Nov 2018 08:09:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 08:09:50,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-b79bf4f2-1580-4e3a-a0c8-db84f81f18ec 2018-11-09 08:09:50,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:09:50,840 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:09:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:09:50,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:50,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5630b198-0b0c-4849-8f6e-86291885b1e3 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:09:50,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-5630b198-0b0c-4849-8f6e-86291885b1e3 2018-11-09 08:09:50,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?name=CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:51,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-da32a90d-c2d2-4316-9d51-12ae64a148e5 Date: Fri, 09 Nov 2018 08:09:51 GMT RESP BODY: {"ports":[]} 2018-11-09 08:09:51,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?name=CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-port1&admin_state_up=True used request id req-da32a90d-c2d2-4316-9d51-12ae64a148e5 2018-11-09 08:09:51,134 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-port1 for router - CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router 2018-11-09 08:09:51,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:09:51,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:09:51,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:09:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["-odf6JZ4SD-IZ6bdna33tw"], "issued_at": "2018-11-09T08:09:51.000000Z"}} 2018-11-09 08:09:51,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccde9778770b3bc8d1be99ea50990772fd140330" 2018-11-09 08:09:51,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a80a53c-ed57-4dce-806e-3a6753639d46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:51,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8a80a53c-ed57-4dce-806e-3a6753639d46 2018-11-09 08:09:51,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:51,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d4784945-8e6a-4307-97c2-d4df0db732c6 Date: Fri, 09 Nov 2018 08:09:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 08:09:51,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-d4784945-8e6a-4307-97c2-d4df0db732c6 2018-11-09 08:09:51,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:51,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6c6e7e89-3b02-4e6d-a032-f00a5f9e81ff Date: Fri, 09 Nov 2018 08:09:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 08:09:51,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-6c6e7e89-3b02-4e6d-a032-f00a5f9e81ff 2018-11-09 08:09:51,922 - neutron_utils - INFO - Creating port for network with name - external 2018-11-09 08:09:51,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" -d '{"port": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "name": "CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-port1", "admin_state_up": true}}' 2018-11-09 08:09:52,762 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-be2e219b-44fc-43b9-80d9-e94603e6ca34 Date: Fri, 09 Nov 2018 08:09:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:52Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.204"}],"id":"f9741469-8b47-4322-bfe3-b9013fb32f7c","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:59:83:e4","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-port1","project_id":"0b2f64a45219400697df961f5de737ee","qos_policy_id":null,"admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:09:52Z","binding:vnic_type":"normal"}} 2018-11-09 08:09:52,762 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-be2e219b-44fc-43b9-80d9-e94603e6ca34 2018-11-09 08:09:52,763 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-port1 for router - CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router 2018-11-09 08:09:52,763 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router 2018-11-09 08:09:52,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/b6b81902-40e0-44a1-a34d-4aa2cb32ff54/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" -d '{"port_id": "f9741469-8b47-4322-bfe3-b9013fb32f7c"}' 2018-11-09 08:09:54,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d7ac04a3-6853-41ec-9011-877b06a3337d Date: Fri, 09 Nov 2018 08:09:54 GMT RESP BODY: {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "tenant_id": "0b2f64a45219400697df961f5de737ee", "subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "subnet_ids": ["cb65f4ed-a378-4853-84d5-43a993df3191"], "port_id": "f9741469-8b47-4322-bfe3-b9013fb32f7c", "id": "b6b81902-40e0-44a1-a34d-4aa2cb32ff54"} 2018-11-09 08:09:54,316 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/b6b81902-40e0-44a1-a34d-4aa2cb32ff54/add_router_interface used request id req-d7ac04a3-6853-41ec-9011-877b06a3337d 2018-11-09 08:09:54,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/b6b81902-40e0-44a1-a34d-4aa2cb32ff54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:54,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-cd02844b-e215-4722-9d86-bea2b3bf1756 Date: Fri, 09 Nov 2018 08:09:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:09:46Z", "admin_state_up": true, "updated_at": "2018-11-09T08:09:53Z", "project_id": "0b2f64a45219400697df961f5de737ee", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "b6b81902-40e0-44a1-a34d-4aa2cb32ff54", "name": "CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router"}} 2018-11-09 08:09:54,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/b6b81902-40e0-44a1-a34d-4aa2cb32ff54 used request id req-cd02844b-e215-4722-9d86-bea2b3bf1756 2018-11-09 08:09:54,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=b6b81902-40e0-44a1-a34d-4aa2cb32ff54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:54,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3693 X-Openstack-Request-Id: req-32911583-d75c-4d9f-9bc3-38604761642b Date: Fri, 09 Nov 2018 08:09:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:52Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","ip_address":"169.254.192.8"}],"id":"594adbc6-f221-490a-8fe5-d8c046aa851f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0d:ec:bf","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0b2f64a45219400697df961f5de737ee","admin_state_up":true,"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:48Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:51Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","ip_address":"169.254.192.7"}],"id":"5bea6b83-bf60-4e17-a6f8-efe2b609579e","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:a9:97","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0b2f64a45219400697df961f5de737ee","admin_state_up":true,"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:47Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:51Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","ip_address":"169.254.192.10"}],"id":"e6152a34-8998-433e-b3ff-3c9d15be0012","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:4e:28","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0b2f64a45219400697df961f5de737ee","admin_state_up":true,"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:48Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.204"}],"id":"f9741469-8b47-4322-bfe3-b9013fb32f7c","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:59:83:e4","project_id":"0b2f64a45219400697df961f5de737ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-port1","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:09:52Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"}]} 2018-11-09 08:09:54,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=b6b81902-40e0-44a1-a34d-4aa2cb32ff54 used request id req-32911583-d75c-4d9f-9bc3-38604761642b 2018-11-09 08:09:54,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:54,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0f005115-38c6-4303-9d5e-e1def48a76a5 Date: Fri, 09 Nov 2018 08:09:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:09:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","subnetpool_id":null,"name":"HA subnet tenant 0b2f64a45219400697df961f5de737ee"}} 2018-11-09 08:09:54,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed used request id req-0f005115-38c6-4303-9d5e-e1def48a76a5 2018-11-09 08:09:54,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:55,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-989eb9fc-d481-4dc3-8378-c5561f7ad302 Date: Fri, 09 Nov 2018 08:09:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:09:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","subnetpool_id":null,"name":"HA subnet tenant 0b2f64a45219400697df961f5de737ee"}} 2018-11-09 08:09:55,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed used request id req-989eb9fc-d481-4dc3-8378-c5561f7ad302 2018-11-09 08:09:55,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:55,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-186b2060-68e4-4eab-890d-297016499c64 Date: Fri, 09 Nov 2018 08:09:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:09:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","subnetpool_id":null,"name":"HA subnet tenant 0b2f64a45219400697df961f5de737ee"}} 2018-11-09 08:09:55,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed used request id req-186b2060-68e4-4eab-890d-297016499c64 2018-11-09 08:09:55,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:09:55,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-97b7a4c8-0f1d-4c0c-b896-0ad994d56f9a Date: Fri, 09 Nov 2018 08:09:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:09:55,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-97b7a4c8-0f1d-4c0c-b896-0ad994d56f9a 2018-11-09 08:09:55,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:55,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91478897-9c83-4df6-a47c-545ce7f019de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:09:55,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-91478897-9c83-4df6-a47c-545ce7f019de 2018-11-09 08:09:55,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:55,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-414159b5-38b6-4cf0-a62a-55c4d5f4c9ac Date: Fri, 09 Nov 2018 08:09:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:09:46Z", "admin_state_up": true, "updated_at": "2018-11-09T08:09:53Z", "project_id": "0b2f64a45219400697df961f5de737ee", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "b6b81902-40e0-44a1-a34d-4aa2cb32ff54", "name": "CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router"}]} 2018-11-09 08:09:55,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router&admin_state_up=True used request id req-414159b5-38b6-4cf0-a62a-55c4d5f4c9ac 2018-11-09 08:09:55,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:09:55,626 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:09: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:09:55,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:55,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:09:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f054a27-d967-4840-bf32-304b20fafaaf Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:09:55,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-0f054a27-d967-4840-bf32-304b20fafaaf 2018-11-09 08:09:55,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=b6b81902-40e0-44a1-a34d-4aa2cb32ff54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:55,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3789 X-Openstack-Request-Id: req-60d71775-fcba-451c-8c65-84a48f51ab87 Date: Fri, 09 Nov 2018 08:09:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:52Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","ip_address":"169.254.192.8"}],"id":"594adbc6-f221-490a-8fe5-d8c046aa851f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0d:ec:bf","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0b2f64a45219400697df961f5de737ee","admin_state_up":true,"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:48Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:51Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","ip_address":"169.254.192.7"}],"id":"5bea6b83-bf60-4e17-a6f8-efe2b609579e","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:a9:97","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0b2f64a45219400697df961f5de737ee","admin_state_up":true,"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:47Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:51Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","ip_address":"169.254.192.10"}],"id":"e6152a34-8998-433e-b3ff-3c9d15be0012","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:4e:28","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0b2f64a45219400697df961f5de737ee","admin_state_up":true,"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:48Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:09:55Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.204"}],"id":"f9741469-8b47-4322-bfe3-b9013fb32f7c","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:83:e4","project_id":"0b2f64a45219400697df961f5de737ee","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-port1","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:09:52Z","binding:vnic_type":"normal","device_id":"b6b81902-40e0-44a1-a34d-4aa2cb32ff54"}]} 2018-11-09 08:09:55,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=b6b81902-40e0-44a1-a34d-4aa2cb32ff54 used request id req-60d71775-fcba-451c-8c65-84a48f51ab87 2018-11-09 08:09:55,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:56,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7e793610-bf84-4441-b83b-930249c23b1d Date: Fri, 09 Nov 2018 08:09:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:09:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","subnetpool_id":null,"name":"HA subnet tenant 0b2f64a45219400697df961f5de737ee"}} 2018-11-09 08:09:56,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed used request id req-7e793610-bf84-4441-b83b-930249c23b1d 2018-11-09 08:09:56,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:56,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c9f60635-76d4-4fd8-9ebc-01ae3b0ea4d5 Date: Fri, 09 Nov 2018 08:09:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:09:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","subnetpool_id":null,"name":"HA subnet tenant 0b2f64a45219400697df961f5de737ee"}} 2018-11-09 08:09:56,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed used request id req-c9f60635-76d4-4fd8-9ebc-01ae3b0ea4d5 2018-11-09 08:09:56,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:56,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fa951b13-ef50-4ae2-b1ab-a26639cfc6b2 Date: Fri, 09 Nov 2018 08:09:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ba46784e-9b9b-4862-b4fa-4173b5ee2087","tenant_id":"","created_at":"2018-11-09T08:09:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:09:46Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a2cbbc8f-b839-40cf-ac9f-955ce96d71ed","subnetpool_id":null,"name":"HA subnet tenant 0b2f64a45219400697df961f5de737ee"}} 2018-11-09 08:09:56,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a2cbbc8f-b839-40cf-ac9f-955ce96d71ed used request id req-fa951b13-ef50-4ae2-b1ab-a26639cfc6b2 2018-11-09 08:09:56,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:56,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8d74cdd0-d85a-4a28-bd7b-100d5e467b8c Date: Fri, 09 Nov 2018 08:09:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:09:56,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-8d74cdd0-d85a-4a28-bd7b-100d5e467b8c 2018-11-09 08:09:56,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:56,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-02d34df6-5a86-4aa3-afbb-a39cfca5623c Date: Fri, 09 Nov 2018 08:09:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 08:09:56,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-02d34df6-5a86-4aa3-afbb-a39cfca5623c 2018-11-09 08:09:57,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105fa15c79585cc57727cd180c1800309984eee" 2018-11-09 08:09:57,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-855047b9-c903-41fa-9368-c0af1e189530 Date: Fri, 09 Nov 2018 08:09:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 08:09:57,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-855047b9-c903-41fa-9368-c0af1e189530 2018-11-09 08:09:57,208 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router and port CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-port1 2018-11-09 08:09:57,208 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router 2018-11-09 08:09:57,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/b6b81902-40e0-44a1-a34d-4aa2cb32ff54/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" -d '{"port_id": "f9741469-8b47-4322-bfe3-b9013fb32f7c"}' 2018-11-09 08:09:58,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0d68abaa-4b23-4e98-8154-47b04b317163 Date: Fri, 09 Nov 2018 08:09:58 GMT RESP BODY: {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "tenant_id": "0b2f64a45219400697df961f5de737ee", "subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "subnet_ids": ["cb65f4ed-a378-4853-84d5-43a993df3191"], "port_id": "f9741469-8b47-4322-bfe3-b9013fb32f7c", "id": "b6b81902-40e0-44a1-a34d-4aa2cb32ff54"} 2018-11-09 08:09:58,550 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/b6b81902-40e0-44a1-a34d-4aa2cb32ff54/remove_router_interface used request id req-0d68abaa-4b23-4e98-8154-47b04b317163 2018-11-09 08:09:58,550 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router 2018-11-09 08:09:58,550 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-49d05170-d408-47ce-bd09-cffd41610e84-pub-router 2018-11-09 08:09:58,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/b6b81902-40e0-44a1-a34d-4aa2cb32ff54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c41ddb876e51bd0b402f702a2d7601b3fa25183e" 2018-11-09 08:10:01,394 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bdab0e4c-e3e8-4ec6-b3a8-39d9faf9f272 Content-Length: 0 Date: Fri, 09 Nov 2018 08:10:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:10:01,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/b6b81902-40e0-44a1-a34d-4aa2cb32ff54 used request id req-bdab0e4c-e3e8-4ec6-b3a8-39d9faf9f272 2018-11-09 08:10:01,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:10:01,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4428eadb-ddac-4de8-be3e-3e6ec174ab13 Date: Fri, 09 Nov 2018 08:10:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:10:01,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-4428eadb-ddac-4de8-be3e-3e6ec174ab13 2018-11-09 08:10:01,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:10:01,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52404ecd-3fab-4724-bd50-94abdf3e61eb 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:10:01,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-52404ecd-3fab-4724-bd50-94abdf3e61eb 2018-11-09 08:10:01,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:10:01,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f98015f3-7308-42fe-84f2-5bd907b651d8 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:10:01,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-f98015f3-7308-42fe-84f2-5bd907b651d8 2018-11-09 08:10:01,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:10:01,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0091ede-7334-41e4-891f-57d9a2669fdb Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:10:01,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-b0091ede-7334-41e4-891f-57d9a2669fdb 2018-11-09 08:10:01,882 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-c489b907-5183-469-proj 2018-11-09 08:10:01,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/1239a2a640a94acd8a1e7fa5cd8eb148 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:10:02,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5481e56c-a4c4-431a-b16b-c019525b1cdb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:02,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/1239a2a640a94acd8a1e7fa5cd8eb148 used request id req-5481e56c-a4c4-431a-b16b-c019525b1cdb 2018-11-09 08:10:02,084 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-c489b907-5183-469-proj-role 2018-11-09 08:10:02,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/bbcd6ab3d6ee4e6393cd9896fa8add9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:10:02,200 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17d2ddcb-8bce-4e2b-a9a2-74480bee72ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:02,201 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/bbcd6ab3d6ee4e6393cd9896fa8add9d used request id req-17d2ddcb-8bce-4e2b-a9a2-74480bee72ac 2018-11-09 08:10:02,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a53179dbc78a69e710b2f1c45e4fb775a464070a" 2018-11-09 08:10:02,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-693b014c-9ee0-4c55-a36d-2d511196ba7a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:10:02,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-693b014c-9ee0-4c55-a36d-2d511196ba7a 2018-11-09 08:10:02,289 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-c489b907-5183-469-user 2018-11-09 08:10:02,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/074e3070006b4cd4ab070ecc02f9781b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a66eb312edf1e7fe142b9034052f69e087d0556" 2018-11-09 08:10:02,480 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a718b9c8-2c78-4098-81d5-ddfe1c3551e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:02,481 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/074e3070006b4cd4ab070ecc02f9781b used request id req-a718b9c8-2c78-4098-81d5-ddfe1c3551e3 2018-11-09 08:10:02,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:02,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["vsx-hu5QSDWf03Jj80rAWw"], "issued_at": "2018-11-09T08:10:02.000000Z"}} 2018-11-09 08:10:02,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9100d77b101080453f17f55cca27bb7138d744" 2018-11-09 08:10:02,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a996b6ad-84a9-47d9-a45f-856420d274df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:02,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a996b6ad-84a9-47d9-a45f-856420d274df 2018-11-09 08:10:02,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:02,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:03,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["qvTN_a4QRyeyQ4KGn7P4xw"], "issued_at": "2018-11-09T08:10:03.000000Z"}} 2018-11-09 08:10:03,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:03,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a75fd78e-dfcb-4d57-b171-a76fc8abe982 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:03,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a75fd78e-dfcb-4d57-b171-a76fc8abe982 2018-11-09 08:10:03,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:10:03,426 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:10: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:10:03,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ab883d08-c520-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:03,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5433b27a-c55f-4a3d-9995-e1918e1bf478 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ab883d08-c520-446-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:10:03,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ab883d08-c520-446-proj used request id req-5433b27a-c55f-4a3d-9995-e1918e1bf478 2018-11-09 08:10:03,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:03,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b828fbb2-8662-4ed8-b157-2b36e6a81713 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:10:03,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b828fbb2-8662-4ed8-b157-2b36e6a81713 2018-11-09 08:10:03,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj"}}' 2018-11-09 08:10:03,719 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:10:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67a37607-b75c-4603-bbff-fd12f4fe1854 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e"}, "enabled": true, "id": "01331a7b05854f08b7c85239c74b4a7e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj"}} 2018-11-09 08:10:03,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-67a37607-b75c-4603-bbff-fd12f4fe1854 2018-11-09 08:10:03,720 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-ab883d08-c520-446-proj 2018-11-09 08:10:03,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:03,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:04,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ufZfCM21Rmu7V45KZLH0SA"], "issued_at": "2018-11-09T08:10:03.000000Z"}} 2018-11-09 08:10:04,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6fed3ec6be057022f7de65969e8c75fe3b6b86" 2018-11-09 08:10:04,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-840a4d48-a65c-41e7-b085-17122a585e0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:04,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-840a4d48-a65c-41e7-b085-17122a585e0c 2018-11-09 08:10:04,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:10:04,198 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:10: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:10:04,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6fed3ec6be057022f7de65969e8c75fe3b6b86" 2018-11-09 08:10:04,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa716f88-dea9-44ac-b86f-50509ae6d493 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:10:04,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-fa716f88-dea9-44ac-b86f-50509ae6d493 2018-11-09 08:10:04,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-ab883d08-c520-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6fed3ec6be057022f7de65969e8c75fe3b6b86" 2018-11-09 08:10:04,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31246692-db62-459b-9f2e-af8aca4b0881 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-ab883d08-c520-446-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e"}, "enabled": true, "id": "01331a7b05854f08b7c85239c74b4a7e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj"}]} 2018-11-09 08:10:04,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-ab883d08-c520-446-proj used request id req-31246692-db62-459b-9f2e-af8aca4b0881 2018-11-09 08:10:04,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6fed3ec6be057022f7de65969e8c75fe3b6b86" 2018-11-09 08:10:04,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34177add-3bbc-4a44-96b3-ff0c9c98ca81 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:10:04,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-34177add-3bbc-4a44-96b3-ff0c9c98ca81 2018-11-09 08:10:04,776 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-ab883d08-c520-446-user 2018-11-09 08:10:04,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:04,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:04,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e7a7b2d-c870-4001-b97a-b63290d8cc47 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:10:04,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7e7a7b2d-c870-4001-b97a-b63290d8cc47 2018-11-09 08:10:04,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" -d '{"role": {"name": "CreateRouterSuccessTests-ab883d08-c520-446-proj-role"}}' 2018-11-09 08:10:04,972 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:10:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7290ae5-6dd6-42e3-8647-322ef1eda4c5 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0886122e499a45948ebd492f028d5573", "links": {"self": "http://172.30.9.27:5000/v3/roles/0886122e499a45948ebd492f028d5573"}, "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj-role"}} 2018-11-09 08:10:04,972 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-a7290ae5-6dd6-42e3-8647-322ef1eda4c5 2018-11-09 08:10:04,973 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-ab883d08-c520-446-proj-role 2018-11-09 08:10:04,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/0886122e499a45948ebd492f028d5573 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:05,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff43f986-7309-4991-978e-7d141f4d122e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/0886122e499a45948ebd492f028d5573"}, "domain_id": null, "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj-role", "id": "0886122e499a45948ebd492f028d5573"}} 2018-11-09 08:10:05,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/0886122e499a45948ebd492f028d5573 used request id req-ff43f986-7309-4991-978e-7d141f4d122e 2018-11-09 08:10:05,061 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-ab883d08-c520-446-proj-role to project CreateRouterSuccessTests-ab883d08-c520-446-proj 2018-11-09 08:10:05,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e/users/4eeebf80ebcd4739b6008fbd0b32cacd/roles/0886122e499a45948ebd492f028d5573 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:05,185 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4aad284e-ecd5-413e-8754-be8bb7e4a7b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:05,186 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e/users/4eeebf80ebcd4739b6008fbd0b32cacd/roles/0886122e499a45948ebd492f028d5573 used request id req-4aad284e-ecd5-413e-8754-be8bb7e4a7b9 2018-11-09 08:10:05,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:05,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:05,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0886122e499a45948ebd492f028d5573", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj-role"}], "expires_at": "2018-11-09T09:10:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01331a7b05854f08b7c85239c74b4a7e", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ab883d08-c520-446-user", "id": "4eeebf80ebcd4739b6008fbd0b32cacd"}, "audit_ids": ["vLFv_FuxTH-U1f-m5wN5ZA"], "issued_at": "2018-11-09T08:10:05.000000Z"}} 2018-11-09 08:10:05,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a99255748fb241c699c8b7e3c1539116e967c5d" 2018-11-09 08:10:05,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-320b7685-422c-4dba-a7a3-0f2d8172b9dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:05,634 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-320b7685-422c-4dba-a7a3-0f2d8172b9dc 2018-11-09 08:10:05,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a99255748fb241c699c8b7e3c1539116e967c5d" 2018-11-09 08:10:05,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1a2be051-bc02-4558-a16c-adfec923872e Date: Fri, 09 Nov 2018 08:10:05 GMT RESP BODY: {"networks":[]} 2018-11-09 08:10:05,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-net1 used request id req-1a2be051-bc02-4558-a16c-adfec923872e 2018-11-09 08:10:05,804 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-net1 2018-11-09 08:10:05,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a99255748fb241c699c8b7e3c1539116e967c5d" -d '{"network": {"name": "CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-net1", "admin_state_up": true}}' 2018-11-09 08:10:06,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-fe85a1da-2929-4bae-97fb-ecdfd1697d55 Date: Fri, 09 Nov 2018 08:10:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ee52859d-d0bc-4921-9f56-730121c7a564","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"01331a7b05854f08b7c85239c74b4a7e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:10:06Z","is_default":false,"name":"CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"01331a7b05854f08b7c85239c74b4a7e","created_at":"2018-11-09T08:10:06Z","mtu":1450}} 2018-11-09 08:10:06,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-fe85a1da-2929-4bae-97fb-ecdfd1697d55 2018-11-09 08:10:06,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=ee52859d-d0bc-4921-9f56-730121c7a564 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a99255748fb241c699c8b7e3c1539116e967c5d" 2018-11-09 08:10:06,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3fadc9d8-e454-4c9b-b34f-c229ac5404bb Date: Fri, 09 Nov 2018 08:10:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:10:06Z","tenant_id":"01331a7b05854f08b7c85239c74b4a7e","created_at":"2018-11-09T08:10:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01331a7b05854f08b7c85239c74b4a7e","id":"ee52859d-d0bc-4921-9f56-730121c7a564","name":"CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-net1"}]} 2018-11-09 08:10:06,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=ee52859d-d0bc-4921-9f56-730121c7a564 used request id req-3fadc9d8-e454-4c9b-b34f-c229ac5404bb 2018-11-09 08:10:06,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ee52859d-d0bc-4921-9f56-730121c7a564 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a99255748fb241c699c8b7e3c1539116e967c5d" 2018-11-09 08:10:06,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9ea87f29-3349-4e39-b8fe-7198acb46f09 Date: Fri, 09 Nov 2018 08:10:06 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:10:06,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ee52859d-d0bc-4921-9f56-730121c7a564 used request id req-9ea87f29-3349-4e39-b8fe-7198acb46f09 2018-11-09 08:10:06,769 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1 2018-11-09 08:10:06,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a99255748fb241c699c8b7e3c1539116e967c5d" -d '{"subnets": [{"ip_version": 4, "network_id": "ee52859d-d0bc-4921-9f56-730121c7a564", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1"}]}' 2018-11-09 08:10:07,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2061a68f-ec6c-48af-a2c1-55d0b98cc458 Date: Fri, 09 Nov 2018 08:10:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee52859d-d0bc-4921-9f56-730121c7a564","tenant_id":"01331a7b05854f08b7c85239c74b4a7e","created_at":"2018-11-09T08:10:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:10:07Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"01331a7b05854f08b7c85239c74b4a7e","id":"38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440","subnetpool_id":null,"name":"CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1"}]} 2018-11-09 08:10:07,579 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-2061a68f-ec6c-48af-a2c1-55d0b98cc458 2018-11-09 08:10:07,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=ee52859d-d0bc-4921-9f56-730121c7a564 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a99255748fb241c699c8b7e3c1539116e967c5d" 2018-11-09 08:10:07,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-baafe9eb-80d5-4538-a3a9-5d115cc525b9 Date: Fri, 09 Nov 2018 08:10:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440"],"updated_at":"2018-11-09T08:10:07Z","tenant_id":"01331a7b05854f08b7c85239c74b4a7e","created_at":"2018-11-09T08:10:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"01331a7b05854f08b7c85239c74b4a7e","id":"ee52859d-d0bc-4921-9f56-730121c7a564","name":"CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-net1"}]} 2018-11-09 08:10:07,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=ee52859d-d0bc-4921-9f56-730121c7a564 used request id req-baafe9eb-80d5-4538-a3a9-5d115cc525b9 2018-11-09 08:10:07,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ee52859d-d0bc-4921-9f56-730121c7a564 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a99255748fb241c699c8b7e3c1539116e967c5d" 2018-11-09 08:10:07,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-1e10cca1-30f7-412e-900b-10fa1dd87355 Date: Fri, 09 Nov 2018 08:10:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee52859d-d0bc-4921-9f56-730121c7a564","tenant_id":"01331a7b05854f08b7c85239c74b4a7e","created_at":"2018-11-09T08:10:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:10:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"01331a7b05854f08b7c85239c74b4a7e","id":"38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440","subnetpool_id":null,"name":"CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1"}]} 2018-11-09 08:10:07,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ee52859d-d0bc-4921-9f56-730121c7a564 used request id req-1e10cca1-30f7-412e-900b-10fa1dd87355 2018-11-09 08:10:07,887 - OpenStackNetwork - DEBUG - Network [ee52859d-d0bc-4921-9f56-730121c7a564] created successfully 2018-11-09 08:10:07,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:07,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:08,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0886122e499a45948ebd492f028d5573", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj-role"}], "expires_at": "2018-11-09T09:10:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01331a7b05854f08b7c85239c74b4a7e", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ab883d08-c520-446-user", "id": "4eeebf80ebcd4739b6008fbd0b32cacd"}, "audit_ids": ["k6mSWNU5TnyNFDY2bgzAPQ"], "issued_at": "2018-11-09T08:10:08.000000Z"}} 2018-11-09 08:10:08,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:08,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbcedf91-1993-4997-a3cb-8bf256a8540c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:08,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bbcedf91-1993-4997-a3cb-8bf256a8540c 2018-11-09 08:10:08,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:08,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f88b1860-b154-472b-b683-155f02980691 Date: Fri, 09 Nov 2018 08:10:08 GMT RESP BODY: {"routers": []} 2018-11-09 08:10:08,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router&admin_state_up=True used request id req-f88b1860-b154-472b-b683-155f02980691 2018-11-09 08:10:08,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:08,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:09,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0886122e499a45948ebd492f028d5573", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj-role"}], "expires_at": "2018-11-09T09:10:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01331a7b05854f08b7c85239c74b4a7e", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/01331a7b05854f08b7c85239c74b4a7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ab883d08-c520-446-user", "id": "4eeebf80ebcd4739b6008fbd0b32cacd"}, "audit_ids": ["tKZaatv3QY6CzHipcWEjkQ"], "issued_at": "2018-11-09T08:10:08.000000Z"}} 2018-11-09 08:10:09,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4bce14124d4469165d06eb22108a9bac4af525d" 2018-11-09 08:10:09,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03d94483-bacf-4593-93a1-d81b66019d3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:09,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-03d94483-bacf-4593-93a1-d81b66019d3b 2018-11-09 08:10:09,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:09,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-55758ffe-686f-4f80-ac19-ad5899394cb8 Date: Fri, 09 Nov 2018 08:10:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:10:09,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-55758ffe-686f-4f80-ac19-ad5899394cb8 2018-11-09 08:10:09,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:09,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-732869de-2ac0-4b9b-b6d7-33048ea920d9 Date: Fri, 09 Nov 2018 08:10:09 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:10:09,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-732869de-2ac0-4b9b-b6d7-33048ea920d9 2018-11-09 08:10:09,738 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router 2018-11-09 08:10:09,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router", "admin_state_up": true}}' 2018-11-09 08:10:14,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-dac0748d-c04b-459d-9afe-16bc50267f2d Date: Fri, 09 Nov 2018 08:10:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "created_at": "2018-11-09T08:10:10Z", "admin_state_up": true, "updated_at": "2018-11-09T08:10:11Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "01331a7b05854f08b7c85239c74b4a7e", "id": "5f8f13f2-774f-453c-b00f-60e1a1504b94", "name": "CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router"}} 2018-11-09 08:10:14,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-dac0748d-c04b-459d-9afe-16bc50267f2d 2018-11-09 08:10:14,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=5f8f13f2-774f-453c-b00f-60e1a1504b94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:14,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6d2bb132-2451-4805-acb7-9fdc25adacd5 Date: Fri, 09 Nov 2018 08:10:14 GMT RESP BODY: {"ports":[]} 2018-11-09 08:10:14,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=5f8f13f2-774f-453c-b00f-60e1a1504b94 used request id req-6d2bb132-2451-4805-acb7-9fdc25adacd5 2018-11-09 08:10:14,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?name=CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:15,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f490fbd4-3d3c-4311-b1ff-0feb660bf6a9 Date: Fri, 09 Nov 2018 08:10:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee52859d-d0bc-4921-9f56-730121c7a564","tenant_id":"01331a7b05854f08b7c85239c74b4a7e","created_at":"2018-11-09T08:10:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:10:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"01331a7b05854f08b7c85239c74b4a7e","id":"38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440","subnetpool_id":null,"name":"CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1"}]} 2018-11-09 08:10:15,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?name=CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1 used request id req-f490fbd4-3d3c-4311-b1ff-0feb660bf6a9 2018-11-09 08:10:15,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:10:15,060 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:10:15,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:15,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58033ce5-723d-46d5-99c6-0420ca06754d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e"}, "enabled": true, "id": "01331a7b05854f08b7c85239c74b4a7e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj"}} 2018-11-09 08:10:15,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e used request id req-58033ce5-723d-46d5-99c6-0420ca06754d 2018-11-09 08:10:15,152 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:10:15,152 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router 2018-11-09 08:10:15,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/5f8f13f2-774f-453c-b00f-60e1a1504b94/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" -d '{"subnet_id": "38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440"}' 2018-11-09 08:10:17,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bdeb23e4-c74a-4069-9ee4-9a7027d09604 Date: Fri, 09 Nov 2018 08:10:17 GMT RESP BODY: {"network_id": "ee52859d-d0bc-4921-9f56-730121c7a564", "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "subnet_id": "38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440", "subnet_ids": ["38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440"], "port_id": "404b1c54-df77-4d8a-9bb0-92ce71b7ec37", "id": "5f8f13f2-774f-453c-b00f-60e1a1504b94"} 2018-11-09 08:10:17,106 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/5f8f13f2-774f-453c-b00f-60e1a1504b94/add_router_interface used request id req-bdeb23e4-c74a-4069-9ee4-9a7027d09604 2018-11-09 08:10:17,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/5f8f13f2-774f-453c-b00f-60e1a1504b94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:17,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-40ef4bc6-9955-448c-8149-73c1e1bb067d Date: Fri, 09 Nov 2018 08:10:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "created_at": "2018-11-09T08:10:10Z", "admin_state_up": true, "updated_at": "2018-11-09T08:10:16Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "01331a7b05854f08b7c85239c74b4a7e", "id": "5f8f13f2-774f-453c-b00f-60e1a1504b94", "name": "CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router"}} 2018-11-09 08:10:17,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/5f8f13f2-774f-453c-b00f-60e1a1504b94 used request id req-40ef4bc6-9955-448c-8149-73c1e1bb067d 2018-11-09 08:10:17,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=5f8f13f2-774f-453c-b00f-60e1a1504b94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:17,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-64681708-5732-419b-beed-31e964693a80 Date: Fri, 09 Nov 2018 08:10:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:10:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440","ip_address":"10.200.201.1"}],"id":"404b1c54-df77-4d8a-9bb0-92ce71b7ec37","security_groups":[],"mac_address":"fa:16:3e:e3:43:e4","project_id":"01331a7b05854f08b7c85239c74b4a7e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ee52859d-d0bc-4921-9f56-730121c7a564","tenant_id":"01331a7b05854f08b7c85239c74b4a7e","created_at":"2018-11-09T08:10:15Z","binding:vnic_type":"normal","device_id":"5f8f13f2-774f-453c-b00f-60e1a1504b94"}]} 2018-11-09 08:10:17,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=5f8f13f2-774f-453c-b00f-60e1a1504b94 used request id req-64681708-5732-419b-beed-31e964693a80 2018-11-09 08:10:17,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:17,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4f5fd7f1-07ec-4f81-a98c-a27887d4e876 Date: Fri, 09 Nov 2018 08:10:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee52859d-d0bc-4921-9f56-730121c7a564","tenant_id":"01331a7b05854f08b7c85239c74b4a7e","created_at":"2018-11-09T08:10:07Z","dns_nameservers":[],"updated_at":"2018-11-09T08:10:07Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"01331a7b05854f08b7c85239c74b4a7e","id":"38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440","subnetpool_id":null,"name":"CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1"}} 2018-11-09 08:10:17,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440 used request id req-4f5fd7f1-07ec-4f81-a98c-a27887d4e876 2018-11-09 08:10:17,740 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router and subnet CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1 2018-11-09 08:10:17,740 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router 2018-11-09 08:10:17,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/5f8f13f2-774f-453c-b00f-60e1a1504b94/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" -d '{"subnet_id": "38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440"}' 2018-11-09 08:10:19,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9ddf948a-df3f-4e17-9be1-f9a7e0aa3882 Date: Fri, 09 Nov 2018 08:10:19 GMT RESP BODY: {"network_id": "ee52859d-d0bc-4921-9f56-730121c7a564", "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "subnet_id": "38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440", "subnet_ids": ["38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440"], "port_id": "404b1c54-df77-4d8a-9bb0-92ce71b7ec37", "id": "5f8f13f2-774f-453c-b00f-60e1a1504b94"} 2018-11-09 08:10:19,322 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/5f8f13f2-774f-453c-b00f-60e1a1504b94/remove_router_interface used request id req-9ddf948a-df3f-4e17-9be1-f9a7e0aa3882 2018-11-09 08:10:19,322 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router 2018-11-09 08:10:19,322 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-router 2018-11-09 08:10:19,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/5f8f13f2-774f-453c-b00f-60e1a1504b94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231854b7d84228303c75854fe2231747f0bf71f" 2018-11-09 08:10:22,803 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-271f9844-d7ca-4363-9512-2a210528e8c6 Content-Length: 0 Date: Fri, 09 Nov 2018 08:10:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:10:22,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/5f8f13f2-774f-453c-b00f-60e1a1504b94 used request id req-271f9844-d7ca-4363-9512-2a210528e8c6 2018-11-09 08:10:22,804 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1 2018-11-09 08:10:22,805 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-subnet1 2018-11-09 08:10:22,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a99255748fb241c699c8b7e3c1539116e967c5d" 2018-11-09 08:10:24,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-12ed80fa-290c-4d42-9519-f93f4d12d8fb Date: Fri, 09 Nov 2018 08:10:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:10:24,981 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/38fd8dcf-1b9a-4f0e-8c68-4998cc6a7440 used request id req-12ed80fa-290c-4d42-9519-f93f4d12d8fb 2018-11-09 08:10:24,981 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-25b4bc6d-063b-4125-a97d-7b7238bc1ca3-pub-net1 2018-11-09 08:10:24,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/ee52859d-d0bc-4921-9f56-730121c7a564 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a99255748fb241c699c8b7e3c1539116e967c5d" 2018-11-09 08:10:26,525 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2cef9387-13ca-45d8-b55a-2bea5097a322 Date: Fri, 09 Nov 2018 08:10:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:10:26,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/ee52859d-d0bc-4921-9f56-730121c7a564 used request id req-2cef9387-13ca-45d8-b55a-2bea5097a322 2018-11-09 08:10:26,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:26,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2953c382-2e1c-4017-929b-444c4360a281 Date: Fri, 09 Nov 2018 08:10:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "created_at": "2018-11-09T08:10:06Z", "updated_at": "2018-11-09T08:10:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:10:06Z", "revision_number": 0, "id": "14e9136e-1ddb-44d5-96d3-cd9971aff9b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:10:06Z", "security_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "01331a7b05854f08b7c85239c74b4a7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:10:06Z", "revision_number": 0, "id": "63f6500f-6713-4bef-9ec9-8680c358bb32", "remote_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "remote_ip_prefix": null, "created_at": "2018-11-09T08:10:06Z", "security_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "01331a7b05854f08b7c85239c74b4a7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:10:06Z", "revision_number": 0, "id": "786da7de-c5e0-47bc-8ed4-5d58cd4630e8", "remote_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "remote_ip_prefix": null, "created_at": "2018-11-09T08:10:06Z", "security_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "01331a7b05854f08b7c85239c74b4a7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:10:06Z", "revision_number": 0, "id": "ad006afb-6183-4107-b2a8-e3514da0e5c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:10:06Z", "security_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "01331a7b05854f08b7c85239c74b4a7e"}], "revision_number": 4, "project_id": "01331a7b05854f08b7c85239c74b4a7e", "id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:10:26,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-2953c382-2e1c-4017-929b-444c4360a281 2018-11-09 08:10:26,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:26,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff795031-7ca0-4cce-b30e-3163a37687b8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e"}, "enabled": true, "id": "01331a7b05854f08b7c85239c74b4a7e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ab883d08-c520-446-proj"}} 2018-11-09 08:10:26,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e used request id req-ff795031-7ca0-4cce-b30e-3163a37687b8 2018-11-09 08:10:26,845 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27da99c3-e4d5-4992-a139-9f9e5e66891d 2018-11-09 08:10:26,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=27da99c3-e4d5-4992-a139-9f9e5e66891d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:27,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-25865d44-0b1c-419d-9176-1157f2774b63 Date: Fri, 09 Nov 2018 08:10:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:10:06Z", "security_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "port_range_min": null, "revision_number": 0, "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "created_at": "2018-11-09T08:10:06Z", "project_id": "01331a7b05854f08b7c85239c74b4a7e", "id": "14e9136e-1ddb-44d5-96d3-cd9971aff9b9"}, {"remote_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:10:06Z", "security_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "port_range_min": null, "revision_number": 0, "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "created_at": "2018-11-09T08:10:06Z", "project_id": "01331a7b05854f08b7c85239c74b4a7e", "id": "63f6500f-6713-4bef-9ec9-8680c358bb32"}, {"remote_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:10:06Z", "security_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "port_range_min": null, "revision_number": 0, "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "created_at": "2018-11-09T08:10:06Z", "project_id": "01331a7b05854f08b7c85239c74b4a7e", "id": "786da7de-c5e0-47bc-8ed4-5d58cd4630e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:10:06Z", "security_group_id": "27da99c3-e4d5-4992-a139-9f9e5e66891d", "port_range_min": null, "revision_number": 0, "tenant_id": "01331a7b05854f08b7c85239c74b4a7e", "created_at": "2018-11-09T08:10:06Z", "project_id": "01331a7b05854f08b7c85239c74b4a7e", "id": "ad006afb-6183-4107-b2a8-e3514da0e5c1"}]} 2018-11-09 08:10:27,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=27da99c3-e4d5-4992-a139-9f9e5e66891d used request id req-25865d44-0b1c-419d-9176-1157f2774b63 2018-11-09 08:10:27,025 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:10:27,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/27da99c3-e4d5-4992-a139-9f9e5e66891d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:27,304 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b6b298c6-72b3-4c59-a14b-b3bf91b60b8e Content-Length: 0 Date: Fri, 09 Nov 2018 08:10:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:10:27,304 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/27da99c3-e4d5-4992-a139-9f9e5e66891d used request id req-b6b298c6-72b3-4c59-a14b-b3bf91b60b8e 2018-11-09 08:10:27,305 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-ab883d08-c520-446-proj 2018-11-09 08:10:27,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:27,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aad4ed79-0942-4157-a0dd-8ccf01e8676c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:27,509 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/01331a7b05854f08b7c85239c74b4a7e used request id req-aad4ed79-0942-4157-a0dd-8ccf01e8676c 2018-11-09 08:10:27,509 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-ab883d08-c520-446-proj-role 2018-11-09 08:10:27,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/0886122e499a45948ebd492f028d5573 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:27,631 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89faf6c6-b566-4b46-a69d-77845201328d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:27,631 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/0886122e499a45948ebd492f028d5573 used request id req-89faf6c6-b566-4b46-a69d-77845201328d 2018-11-09 08:10:27,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2b2c629561ee15193b51857ecc045abdf6a8b1" 2018-11-09 08:10:27,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b9db2dc-d210-4a32-8567-354b18f7d967 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:10:27,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1b9db2dc-d210-4a32-8567-354b18f7d967 2018-11-09 08:10:27,729 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-ab883d08-c520-446-user 2018-11-09 08:10:27,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/4eeebf80ebcd4739b6008fbd0b32cacd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6fed3ec6be057022f7de65969e8c75fe3b6b86" 2018-11-09 08:10:27,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5023290-3e52-4a1f-91d1-ad4875edcf81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:27,908 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4eeebf80ebcd4739b6008fbd0b32cacd used request id req-f5023290-3e52-4a1f-91d1-ad4875edcf81 2018-11-09 08:10:27,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:28,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["paUsoiqhQgqcbeklKIE_Dw"], "issued_at": "2018-11-09T08:10:28.000000Z"}} 2018-11-09 08:10:28,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7afe8b861af3248d614461bcd5573fde81087562" 2018-11-09 08:10:28,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b70f2c-cad7-422d-b119-e667c6a5e3ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:28,376 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c5b70f2c-cad7-422d-b119-e667c6a5e3ae 2018-11-09 08:10:28,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:28,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:28,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["MtTbF5AkS9Ok9nnH-zU56Q"], "issued_at": "2018-11-09T08:10:28.000000Z"}} 2018-11-09 08:10:28,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:28,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fd169ba-db9e-4e7f-bd08-b92d8fa30bb5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:28,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7fd169ba-db9e-4e7f-bd08-b92d8fa30bb5 2018-11-09 08:10:28,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:10:28,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:10:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:10:28,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:28,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de544839-fe67-47e0-8ab8-e334ef7eb5f4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:10:28,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj used request id req-de544839-fe67-47e0-8ab8-e334ef7eb5f4 2018-11-09 08:10:28,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:29,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c47eb304-b4ae-465d-a2e7-5749401475f9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:10:29,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-c47eb304-b4ae-465d-a2e7-5749401475f9 2018-11-09 08:10:29,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj"}}' 2018-11-09 08:10:29,153 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:10:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e259435-e007-4fb4-b0c7-506f50bd8a6d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5bb417c9c617458d8b5b8d93fb8e00b6"}, "enabled": true, "id": "5bb417c9c617458d8b5b8d93fb8e00b6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj"}} 2018-11-09 08:10:29,153 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0e259435-e007-4fb4-b0c7-506f50bd8a6d 2018-11-09 08:10:29,153 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj 2018-11-09 08:10:29,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:29,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:29,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["RS7FrTgsQxukKxQ3p_7nUg"], "issued_at": "2018-11-09T08:10:29.000000Z"}} 2018-11-09 08:10:29,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3908bc024e79dfba64f5648265708770c9a3542c" 2018-11-09 08:10:29,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e0a680-3d82-4794-8e15-f81127424eaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:29,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-88e0a680-3d82-4794-8e15-f81127424eaf 2018-11-09 08:10:29,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:10:29,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:10: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:10:29,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3908bc024e79dfba64f5648265708770c9a3542c" 2018-11-09 08:10:29,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3a7ea56-408f-4357-8d5d-cedefb8b0004 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:10:29,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c3a7ea56-408f-4357-8d5d-cedefb8b0004 2018-11-09 08:10:29,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3908bc024e79dfba64f5648265708770c9a3542c" 2018-11-09 08:10:29,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48eead9e-2483-43ae-8d73-d792c37f6209 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5bb417c9c617458d8b5b8d93fb8e00b6"}, "enabled": true, "id": "5bb417c9c617458d8b5b8d93fb8e00b6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj"}]} 2018-11-09 08:10:29,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj used request id req-48eead9e-2483-43ae-8d73-d792c37f6209 2018-11-09 08:10:29,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3908bc024e79dfba64f5648265708770c9a3542c" 2018-11-09 08:10:29,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1118bde4-722d-4414-b0fc-7fce8069bdff Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:10:29,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1118bde4-722d-4414-b0fc-7fce8069bdff 2018-11-09 08:10:30,237 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a12a4f5b-bde8-41e-user 2018-11-09 08:10:30,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:30,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:30,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd69df84-c27b-4205-922c-3aa5f18987c5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:10:30,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fd69df84-c27b-4205-922c-3aa5f18987c5 2018-11-09 08:10:30,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" -d '{"role": {"name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj-role"}}' 2018-11-09 08:10:30,464 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0efc663a-e14c-44fd-a791-0281305de434 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6600382a29aa45508eca843c61a08bfd", "links": {"self": "http://172.30.9.27:5000/v3/roles/6600382a29aa45508eca843c61a08bfd"}, "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj-role"}} 2018-11-09 08:10:30,464 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0efc663a-e14c-44fd-a791-0281305de434 2018-11-09 08:10:30,465 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj-role 2018-11-09 08:10:30,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/6600382a29aa45508eca843c61a08bfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:30,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2abedd3-13a1-48ab-a41b-8d8c03cd542a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6600382a29aa45508eca843c61a08bfd"}, "domain_id": null, "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj-role", "id": "6600382a29aa45508eca843c61a08bfd"}} 2018-11-09 08:10:30,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6600382a29aa45508eca843c61a08bfd used request id req-b2abedd3-13a1-48ab-a41b-8d8c03cd542a 2018-11-09 08:10:30,485 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj-role to project CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj 2018-11-09 08:10:30,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/5bb417c9c617458d8b5b8d93fb8e00b6/users/e958acd4205b4c7995d6275be4e84c6e/roles/6600382a29aa45508eca843c61a08bfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:30,634 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a35e23a6-1303-4c9d-9ce1-b23d2005b9c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:30,634 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/5bb417c9c617458d8b5b8d93fb8e00b6/users/e958acd4205b4c7995d6275be4e84c6e/roles/6600382a29aa45508eca843c61a08bfd used request id req-a35e23a6-1303-4c9d-9ce1-b23d2005b9c6 2018-11-09 08:10:30,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:30,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:31,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["pDLXhG8YRnWr-QKSeAna5w"], "issued_at": "2018-11-09T08:10:31.000000Z"}} 2018-11-09 08:10:31,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099d7100b95ce3239cd9e4722d871723ea55be5" 2018-11-09 08:10:31,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec582d0c-49d9-499f-a0ae-13ffee0efc18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:31,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ec582d0c-49d9-499f-a0ae-13ffee0efc18 2018-11-09 08:10:31,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099d7100b95ce3239cd9e4722d871723ea55be5" 2018-11-09 08:10:31,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9d412ecf-220b-48bc-bbf0-6fff144148c2 Date: Fri, 09 Nov 2018 08:10:31 GMT RESP BODY: {"networks":[]} 2018-11-09 08:10:31,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-net1 used request id req-9d412ecf-220b-48bc-bbf0-6fff144148c2 2018-11-09 08:10:31,290 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-net1 2018-11-09 08:10:31,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099d7100b95ce3239cd9e4722d871723ea55be5" -d '{"network": {"name": "CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-net1", "admin_state_up": true}}' 2018-11-09 08:10:31,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-3c97e9a5-e669-4a36-a111-66671a4adf2d Date: Fri, 09 Nov 2018 08:10: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":"54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:10:31Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-net1","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:10:31Z","mtu":1450}} 2018-11-09 08:10:31,701 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-3c97e9a5-e669-4a36-a111-66671a4adf2d 2018-11-09 08:10:31,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099d7100b95ce3239cd9e4722d871723ea55be5" 2018-11-09 08:10:31,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-6084746d-25e0-4df5-a60f-d256bc6ed85f Date: Fri, 09 Nov 2018 08:10:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:10:31Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-net1","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:10:31Z","provider:network_type":"vxlan"}]} 2018-11-09 08:10:31,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3 used request id req-6084746d-25e0-4df5-a60f-d256bc6ed85f 2018-11-09 08:10:31,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099d7100b95ce3239cd9e4722d871723ea55be5" 2018-11-09 08:10:32,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e59aa50b-a541-43a1-97cb-d0e4d5435754 Date: Fri, 09 Nov 2018 08:10:31 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:10:32,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3 used request id req-e59aa50b-a541-43a1-97cb-d0e4d5435754 2018-11-09 08:10:32,112 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-subnet1 2018-11-09 08:10:32,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099d7100b95ce3239cd9e4722d871723ea55be5" -d '{"subnets": [{"ip_version": 4, "network_id": "54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-subnet1"}]}' 2018-11-09 08:10:32,767 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0d81d42d-15b6-44f3-8c1d-bae1b8a6b061 Date: Fri, 09 Nov 2018 08:10:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:10:32Z","dns_nameservers":[],"updated_at":"2018-11-09T08:10:32Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0b2f64a45219400697df961f5de737ee","id":"b821050e-238e-4c17-84bf-59d9033c4191","subnetpool_id":null,"name":"CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-subnet1"}]} 2018-11-09 08:10:32,768 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-0d81d42d-15b6-44f3-8c1d-bae1b8a6b061 2018-11-09 08:10:32,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099d7100b95ce3239cd9e4722d871723ea55be5" 2018-11-09 08:10:33,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-21546b2d-047b-4517-bc6e-993a1de71196 Date: Fri, 09 Nov 2018 08:10:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["b821050e-238e-4c17-84bf-59d9033c4191"],"description":"","tags":[],"updated_at":"2018-11-09T08:10:32Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-net1","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:10:31Z","provider:network_type":"vxlan"}]} 2018-11-09 08:10:33,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3 used request id req-21546b2d-047b-4517-bc6e-993a1de71196 2018-11-09 08:10:33,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099d7100b95ce3239cd9e4722d871723ea55be5" 2018-11-09 08:10:33,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d4771015-dcb3-4c6c-9e5a-bce528460896 Date: Fri, 09 Nov 2018 08:10:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:10:32Z","dns_nameservers":[],"updated_at":"2018-11-09T08:10:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0b2f64a45219400697df961f5de737ee","id":"b821050e-238e-4c17-84bf-59d9033c4191","subnetpool_id":null,"name":"CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-subnet1"}]} 2018-11-09 08:10:33,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3 used request id req-d4771015-dcb3-4c6c-9e5a-bce528460896 2018-11-09 08:10:33,096 - OpenStackNetwork - DEBUG - Network [54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3] created successfully 2018-11-09 08:10:33,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:33,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:33,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6600382a29aa45508eca843c61a08bfd", "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj-role"}], "expires_at": "2018-11-09T09:10:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bb417c9c617458d8b5b8d93fb8e00b6", "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-user", "id": "e958acd4205b4c7995d6275be4e84c6e"}, "audit_ids": ["dIOdvuz5QgORb3tnSCl2YA"], "issued_at": "2018-11-09T08:10:33.000000Z"}} 2018-11-09 08:10:33,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ac62e7f06e4cef6537c85b59b51371aa7946f2" 2018-11-09 08:10:33,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01b0a9de-fee4-46cb-9769-dcd22bf2f010 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:33,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-01b0a9de-fee4-46cb-9769-dcd22bf2f010 2018-11-09 08:10:33,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ac62e7f06e4cef6537c85b59b51371aa7946f2" 2018-11-09 08:10:33,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-730036c4-4d47-4da6-92c6-cfd4a1496971 Date: Fri, 09 Nov 2018 08:10:33 GMT RESP BODY: {"routers": []} 2018-11-09 08:10:33,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-router&admin_state_up=True used request id req-730036c4-4d47-4da6-92c6-cfd4a1496971 2018-11-09 08:10:33,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:33,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:34,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6600382a29aa45508eca843c61a08bfd", "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj-role"}], "expires_at": "2018-11-09T09:10:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bb417c9c617458d8b5b8d93fb8e00b6", "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5bb417c9c617458d8b5b8d93fb8e00b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a12a4f5b-bde8-41e-user", "id": "e958acd4205b4c7995d6275be4e84c6e"}, "audit_ids": ["cPbb433-TwmrXha8bW2Lrw"], "issued_at": "2018-11-09T08:10:34.000000Z"}} 2018-11-09 08:10:34,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d18f6f2fdc0bdae05617cca17680ee513d11ba7" 2018-11-09 08:10:34,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcc6ffc4-2318-43b6-8ba3-fc730964351a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:34,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dcc6ffc4-2318-43b6-8ba3-fc730964351a 2018-11-09 08:10:34,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ac62e7f06e4cef6537c85b59b51371aa7946f2" 2018-11-09 08:10:34,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3672270b-b585-4a63-9846-1c030e30a4f6 Date: Fri, 09 Nov 2018 08:10:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:10:34,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-3672270b-b585-4a63-9846-1c030e30a4f6 2018-11-09 08:10:34,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ac62e7f06e4cef6537c85b59b51371aa7946f2" 2018-11-09 08:10:34,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9c1449a4-a37d-433d-8c78-ef64df57708e Date: Fri, 09 Nov 2018 08:10:34 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:10:34,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-9c1449a4-a37d-433d-8c78-ef64df57708e 2018-11-09 08:10:34,898 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-router 2018-11-09 08:10:34,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ac62e7f06e4cef6537c85b59b51371aa7946f2" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-router", "admin_state_up": true}}' 2018-11-09 08:10:39,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-00e5e197-835d-49a5-b1e9-f9304e641352 Date: Fri, 09 Nov 2018 08:10:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "5bb417c9c617458d8b5b8d93fb8e00b6", "created_at": "2018-11-09T08:10:35Z", "admin_state_up": true, "updated_at": "2018-11-09T08:10:36Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "5bb417c9c617458d8b5b8d93fb8e00b6", "id": "75ec7ffb-00cb-474a-91a9-575b398495f0", "name": "CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-router"}} 2018-11-09 08:10:39,843 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-00e5e197-835d-49a5-b1e9-f9304e641352 2018-11-09 08:10:39,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=75ec7ffb-00cb-474a-91a9-575b398495f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ac62e7f06e4cef6537c85b59b51371aa7946f2" 2018-11-09 08:10:40,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-17c04f6e-f442-44b9-b948-6142f0447923 Date: Fri, 09 Nov 2018 08:10:40 GMT RESP BODY: {"ports":[]} 2018-11-09 08:10:40,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=75ec7ffb-00cb-474a-91a9-575b398495f0 used request id req-17c04f6e-f442-44b9-b948-6142f0447923 2018-11-09 08:10:40,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?name=CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ac62e7f06e4cef6537c85b59b51371aa7946f2" 2018-11-09 08:10:40,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5c25120f-4a52-41bf-b022-492b3ad72b04 Date: Fri, 09 Nov 2018 08:10:40 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:10:40,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?name=CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-subnet1 used request id req-5c25120f-4a52-41bf-b022-492b3ad72b04 2018-11-09 08:10:40,213 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-router 2018-11-09 08:10:40,213 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-router 2018-11-09 08:10:40,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/75ec7ffb-00cb-474a-91a9-575b398495f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ac62e7f06e4cef6537c85b59b51371aa7946f2" 2018-11-09 08:10:43,461 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9662e577-9b82-4c22-843b-cabb64e42b1c Content-Length: 0 Date: Fri, 09 Nov 2018 08:10:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:10:43,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/75ec7ffb-00cb-474a-91a9-575b398495f0 used request id req-9662e577-9b82-4c22-843b-cabb64e42b1c 2018-11-09 08:10:43,462 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-subnet1 2018-11-09 08:10:43,462 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-subnet1 2018-11-09 08:10:43,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/b821050e-238e-4c17-84bf-59d9033c4191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099d7100b95ce3239cd9e4722d871723ea55be5" 2018-11-09 08:10:45,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc6abb46-475e-4c00-9a10-60657177b279 Date: Fri, 09 Nov 2018 08:10:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:10:45,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/b821050e-238e-4c17-84bf-59d9033c4191 used request id req-cc6abb46-475e-4c00-9a10-60657177b279 2018-11-09 08:10:45,573 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-372a62f7-f6bd-4d1f-82b9-667db21d76f5-pub-net1 2018-11-09 08:10:45,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099d7100b95ce3239cd9e4722d871723ea55be5" 2018-11-09 08:10:46,823 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c8d11ef-9573-4049-9e3a-6dd25c8c7272 Date: Fri, 09 Nov 2018 08:10:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:10:46,823 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/54a6ba2e-f7b2-4429-ad93-aeb7cd022cf3 used request id req-6c8d11ef-9573-4049-9e3a-6dd25c8c7272 2018-11-09 08:10:46,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:47,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bd291314-1bd1-4463-aa83-801e5af4b8a7 Date: Fri, 09 Nov 2018 08:10:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:10:47,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-bd291314-1bd1-4463-aa83-801e5af4b8a7 2018-11-09 08:10:47,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:47,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc94d4b9-acce-4cc1-9d48-a5db5d80c5a6 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:10:47,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-dc94d4b9-acce-4cc1-9d48-a5db5d80c5a6 2018-11-09 08:10:47,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:47,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c517010-9e73-4be9-8a90-6a806432e460 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:10:47,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-0c517010-9e73-4be9-8a90-6a806432e460 2018-11-09 08:10:47,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:47,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-500d447e-d66a-4d23-8bbc-1a0b55e0d52a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:10:47,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-500d447e-d66a-4d23-8bbc-1a0b55e0d52a 2018-11-09 08:10:47,366 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj 2018-11-09 08:10:47,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/5bb417c9c617458d8b5b8d93fb8e00b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:47,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2ebe99a-ea3a-4ad5-8dd6-dbc85e5e7162 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:47,599 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5bb417c9c617458d8b5b8d93fb8e00b6 used request id req-d2ebe99a-ea3a-4ad5-8dd6-dbc85e5e7162 2018-11-09 08:10:47,599 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a12a4f5b-bde8-41e-proj-role 2018-11-09 08:10:47,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/6600382a29aa45508eca843c61a08bfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:47,709 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d39d65b-1fe1-4c7e-a843-bdcd52d55eee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:47,709 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6600382a29aa45508eca843c61a08bfd used request id req-4d39d65b-1fe1-4c7e-a843-bdcd52d55eee 2018-11-09 08:10:47,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868b137007345b9e0f476a389fd61088696cd837" 2018-11-09 08:10:47,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb3518b9-2932-485a-9722-ad34a4e3f0f8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:10:47,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cb3518b9-2932-485a-9722-ad34a4e3f0f8 2018-11-09 08:10:47,804 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a12a4f5b-bde8-41e-user 2018-11-09 08:10:47,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/e958acd4205b4c7995d6275be4e84c6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3908bc024e79dfba64f5648265708770c9a3542c" 2018-11-09 08:10:48,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dad0370-03f9-45f0-be36-07a5c5f09f59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:48,012 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e958acd4205b4c7995d6275be4e84c6e used request id req-2dad0370-03f9-45f0-be36-07a5c5f09f59 2018-11-09 08:10:48,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:48,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["IzDDrkt8QSKbh0vtWvv8GQ"], "issued_at": "2018-11-09T08:10:48.000000Z"}} 2018-11-09 08:10:48,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8be8678fc63316800472ba179e24f984a4264cd" 2018-11-09 08:10:48,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e55e54bc-e203-4744-90eb-ec421b7a86de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:48,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e55e54bc-e203-4744-90eb-ec421b7a86de 2018-11-09 08:10:48,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:48,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:48,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["dqxmHtEgShiIJ3fbk6llkg"], "issued_at": "2018-11-09T08:10:48.000000Z"}} 2018-11-09 08:10:48,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:10:48,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9653b23-cc47-42fb-88d1-933803ca9736 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:48,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c9653b23-cc47-42fb-88d1-933803ca9736 2018-11-09 08:10:48,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:10:48,957 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:10: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:10:48,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:10:49,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87c85e40-d639-48cd-b6b0-9a1d6681488f Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:10:49,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj used request id req-87c85e40-d639-48cd-b6b0-9a1d6681488f 2018-11-09 08:10:49,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:10:49,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3df3cc-a9d2-47c9-b88f-0ecf47a3929a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:10:49,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-db3df3cc-a9d2-47c9-b88f-0ecf47a3929a 2018-11-09 08:10:49,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj"}}' 2018-11-09 08:10:49,315 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-247e0e00-8e57-48b7-87e9-906ccc72335a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d868185e0fa4d4abe05e7bec9e01a89"}, "enabled": true, "id": "4d868185e0fa4d4abe05e7bec9e01a89", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj"}} 2018-11-09 08:10:49,315 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-247e0e00-8e57-48b7-87e9-906ccc72335a 2018-11-09 08:10:49,315 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj 2018-11-09 08:10:49,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:49,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:49,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["NItuq-QbSf-OdMc2zpt8EQ"], "issued_at": "2018-11-09T08:10:49.000000Z"}} 2018-11-09 08:10:49,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cb77ac289602c0e44b2f52c2b966b03f7e226a1" 2018-11-09 08:10:49,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135782a8-1f7e-4beb-b191-fa9500c9e5c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:49,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-135782a8-1f7e-4beb-b191-fa9500c9e5c6 2018-11-09 08:10:49,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:10:49,789 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:10:49,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cb77ac289602c0e44b2f52c2b966b03f7e226a1" 2018-11-09 08:10:49,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c38c2a33-ec7d-48f0-841f-0ac34877b111 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:10:49,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c38c2a33-ec7d-48f0-841f-0ac34877b111 2018-11-09 08:10:49,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cb77ac289602c0e44b2f52c2b966b03f7e226a1" 2018-11-09 08:10:49,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02001a5d-0250-4d14-a537-e028cf3d3077 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d868185e0fa4d4abe05e7bec9e01a89"}, "enabled": true, "id": "4d868185e0fa4d4abe05e7bec9e01a89", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj"}]} 2018-11-09 08:10:49,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj used request id req-02001a5d-0250-4d14-a537-e028cf3d3077 2018-11-09 08:10:49,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cb77ac289602c0e44b2f52c2b966b03f7e226a1" 2018-11-09 08:10:50,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cece54f-3e0f-4452-b955-9ba77f86dd11 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:10:50,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-8cece54f-3e0f-4452-b955-9ba77f86dd11 2018-11-09 08:10:50,476 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-169b4f90-a8f0-4a9-user 2018-11-09 08:10:50,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:50,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:10:50,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-119ad05c-a002-4b67-b024-1ac943eb2970 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:10:50,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-119ad05c-a002-4b67-b024-1ac943eb2970 2018-11-09 08:10:50,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" -d '{"role": {"name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj-role"}}' 2018-11-09 08:10:50,685 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:10:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e3c43f8-b26d-4bba-b3ad-a7a4d79059cd Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2d9448ce5f7c4f19bb36401ce3193382", "links": {"self": "http://172.30.9.27:5000/v3/roles/2d9448ce5f7c4f19bb36401ce3193382"}, "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj-role"}} 2018-11-09 08:10:50,686 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-1e3c43f8-b26d-4bba-b3ad-a7a4d79059cd 2018-11-09 08:10:50,686 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj-role 2018-11-09 08:10:50,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2d9448ce5f7c4f19bb36401ce3193382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:10:50,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b46d3e80-74ec-469d-b50a-c2fcd5aa039f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2d9448ce5f7c4f19bb36401ce3193382"}, "domain_id": null, "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj-role", "id": "2d9448ce5f7c4f19bb36401ce3193382"}} 2018-11-09 08:10:50,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2d9448ce5f7c4f19bb36401ce3193382 used request id req-b46d3e80-74ec-469d-b50a-c2fcd5aa039f 2018-11-09 08:10:50,780 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj-role to project CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj 2018-11-09 08:10:50,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/4d868185e0fa4d4abe05e7bec9e01a89/users/ec624c5cc04b40aea157e073ac5b1d12/roles/2d9448ce5f7c4f19bb36401ce3193382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:10:50,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:10:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74895a1e-e2dc-4d63-b32b-82c20a71807e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:10:50,903 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4d868185e0fa4d4abe05e7bec9e01a89/users/ec624c5cc04b40aea157e073ac5b1d12/roles/2d9448ce5f7c4f19bb36401ce3193382 used request id req-74895a1e-e2dc-4d63-b32b-82c20a71807e 2018-11-09 08:10:50,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:50,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:51,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:10:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["pXb7F3x3Qtq5ZhZ7HzmBNQ"], "issued_at": "2018-11-09T08:10:51.000000Z"}} 2018-11-09 08:10:51,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60aa143135de7c9f3e7cbe69523acc67cfd12f22" 2018-11-09 08:10:51,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf25b3d4-ea26-48c8-8cc2-acaab4ada464 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:51,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bf25b3d4-ea26-48c8-8cc2-acaab4ada464 2018-11-09 08:10:51,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60aa143135de7c9f3e7cbe69523acc67cfd12f22" 2018-11-09 08:10:51,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-336292ea-00aa-4b97-9777-dcd95d318104 Date: Fri, 09 Nov 2018 08:10:51 GMT RESP BODY: {"networks":[]} 2018-11-09 08:10:51,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1 used request id req-336292ea-00aa-4b97-9777-dcd95d318104 2018-11-09 08:10:51,567 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1 2018-11-09 08:10:51,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60aa143135de7c9f3e7cbe69523acc67cfd12f22" -d '{"network": {"name": "CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1", "admin_state_up": true}}' 2018-11-09 08:10:51,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-da90e2fc-b18c-4ade-855e-5c41075c1a2b Date: Fri, 09 Nov 2018 08:10: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":"d05d6ccc-d3cc-4a77-8061-017358bea7c3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:10:51Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:10:51Z","mtu":1450}} 2018-11-09 08:10:51,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-da90e2fc-b18c-4ade-855e-5c41075c1a2b 2018-11-09 08:10:51,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d05d6ccc-d3cc-4a77-8061-017358bea7c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60aa143135de7c9f3e7cbe69523acc67cfd12f22" 2018-11-09 08:10:52,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-4b02a80e-d632-47a8-be89-3a983a54bda9 Date: Fri, 09 Nov 2018 08:10:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d05d6ccc-d3cc-4a77-8061-017358bea7c3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:10:51Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:10:51Z","provider:network_type":"vxlan"}]} 2018-11-09 08:10:52,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d05d6ccc-d3cc-4a77-8061-017358bea7c3 used request id req-4b02a80e-d632-47a8-be89-3a983a54bda9 2018-11-09 08:10:52,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d05d6ccc-d3cc-4a77-8061-017358bea7c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60aa143135de7c9f3e7cbe69523acc67cfd12f22" 2018-11-09 08:10:52,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-514f9a5b-6be6-4bc9-aa66-5924aad29a7a Date: Fri, 09 Nov 2018 08:10:52 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:10:52,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d05d6ccc-d3cc-4a77-8061-017358bea7c3 used request id req-514f9a5b-6be6-4bc9-aa66-5924aad29a7a 2018-11-09 08:10:52,482 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-subnet1 2018-11-09 08:10:52,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60aa143135de7c9f3e7cbe69523acc67cfd12f22" -d '{"subnets": [{"ip_version": 4, "network_id": "d05d6ccc-d3cc-4a77-8061-017358bea7c3", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-subnet1"}]}' 2018-11-09 08:10:53,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-a9f4c69e-a458-470b-b974-abd243e9695a Date: Fri, 09 Nov 2018 08:10:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d05d6ccc-d3cc-4a77-8061-017358bea7c3","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:10:52Z","dns_nameservers":[],"updated_at":"2018-11-09T08:10: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":"0b2f64a45219400697df961f5de737ee","id":"811cdc36-f84e-49cb-9b1d-4e4feb17ef6a","subnetpool_id":null,"name":"CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-subnet1"}]} 2018-11-09 08:10:53,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-a9f4c69e-a458-470b-b974-abd243e9695a 2018-11-09 08:10:53,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d05d6ccc-d3cc-4a77-8061-017358bea7c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60aa143135de7c9f3e7cbe69523acc67cfd12f22" 2018-11-09 08:10:53,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-533d6709-79ea-4572-8941-5a141a00bbd8 Date: Fri, 09 Nov 2018 08:10:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d05d6ccc-d3cc-4a77-8061-017358bea7c3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["811cdc36-f84e-49cb-9b1d-4e4feb17ef6a"],"description":"","tags":[],"updated_at":"2018-11-09T08:10:52Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:10:51Z","provider:network_type":"vxlan"}]} 2018-11-09 08:10:53,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d05d6ccc-d3cc-4a77-8061-017358bea7c3 used request id req-533d6709-79ea-4572-8941-5a141a00bbd8 2018-11-09 08:10:53,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d05d6ccc-d3cc-4a77-8061-017358bea7c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60aa143135de7c9f3e7cbe69523acc67cfd12f22" 2018-11-09 08:10:53,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-dcc19f04-78af-4c7d-8f28-0473f3091e86 Date: Fri, 09 Nov 2018 08:10:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d05d6ccc-d3cc-4a77-8061-017358bea7c3","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:10:52Z","dns_nameservers":[],"updated_at":"2018-11-09T08:10: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":"0b2f64a45219400697df961f5de737ee","id":"811cdc36-f84e-49cb-9b1d-4e4feb17ef6a","subnetpool_id":null,"name":"CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-subnet1"}]} 2018-11-09 08:10:53,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d05d6ccc-d3cc-4a77-8061-017358bea7c3 used request id req-dcc19f04-78af-4c7d-8f28-0473f3091e86 2018-11-09 08:10:53,490 - OpenStackNetwork - DEBUG - Network [d05d6ccc-d3cc-4a77-8061-017358bea7c3] created successfully 2018-11-09 08:10:53,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:53,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:53,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d9448ce5f7c4f19bb36401ce3193382", "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj-role"}], "expires_at": "2018-11-09T09:10:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d868185e0fa4d4abe05e7bec9e01a89", "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-user", "id": "ec624c5cc04b40aea157e073ac5b1d12"}, "audit_ids": ["5pvICTSSSUKhwYYg5KCc7A"], "issued_at": "2018-11-09T08:10:53.000000Z"}} 2018-11-09 08:10:53,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c5ed6722388597faf1fb9d37ea380a072800da7" 2018-11-09 08:10:53,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82878936-5729-44ce-b557-965eb41d2b40 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:53,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-82878936-5729-44ce-b557-965eb41d2b40 2018-11-09 08:10:53,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c5ed6722388597faf1fb9d37ea380a072800da7" 2018-11-09 08:10:54,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a07501bf-aa28-4ac6-bacf-06c3b1e18382 Date: Fri, 09 Nov 2018 08:10:53 GMT RESP BODY: {"routers": []} 2018-11-09 08:10:54,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-router&admin_state_up=True used request id req-a07501bf-aa28-4ac6-bacf-06c3b1e18382 2018-11-09 08:10:54,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:10:54,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:10:54,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d9448ce5f7c4f19bb36401ce3193382", "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj-role"}], "expires_at": "2018-11-09T09:10:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d868185e0fa4d4abe05e7bec9e01a89", "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-user", "id": "ec624c5cc04b40aea157e073ac5b1d12"}, "audit_ids": ["dnsJhZy-S_GTziwdUmBQ7A"], "issued_at": "2018-11-09T08:10:54.000000Z"}} 2018-11-09 08:10:54,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9fdb30a2aa8a50db53fe421af897b6015f9b6ed" 2018-11-09 08:10:54,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecbeba73-c34b-4554-a956-d4b6f6cf529f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:10:54,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ecbeba73-c34b-4554-a956-d4b6f6cf529f 2018-11-09 08:10:54,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c5ed6722388597faf1fb9d37ea380a072800da7" 2018-11-09 08:10:54,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5905f2c5-b769-4415-9f15-6cbbf9e13bea Date: Fri, 09 Nov 2018 08:10:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:10:54,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-5905f2c5-b769-4415-9f15-6cbbf9e13bea 2018-11-09 08:10:54,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c5ed6722388597faf1fb9d37ea380a072800da7" 2018-11-09 08:10:55,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-36455657-f7ef-4e6d-9896-56fed9c139f7 Date: Fri, 09 Nov 2018 08:10:55 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:10:55,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-36455657-f7ef-4e6d-9896-56fed9c139f7 2018-11-09 08:10:55,133 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-router 2018-11-09 08:10:55,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c5ed6722388597faf1fb9d37ea380a072800da7" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-router", "admin_state_up": true}}' 2018-11-09 08:11:00,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-5e912ebb-12eb-4842-b5d6-abf2a06ef502 Date: Fri, 09 Nov 2018 08:11:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4d868185e0fa4d4abe05e7bec9e01a89", "created_at": "2018-11-09T08:10:55Z", "admin_state_up": true, "updated_at": "2018-11-09T08:10:56Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "4d868185e0fa4d4abe05e7bec9e01a89", "id": "246aff83-f250-41a3-925b-7efe2c397574", "name": "CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-router"}} 2018-11-09 08:11:00,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-5e912ebb-12eb-4842-b5d6-abf2a06ef502 2018-11-09 08:11:00,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=246aff83-f250-41a3-925b-7efe2c397574 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c5ed6722388597faf1fb9d37ea380a072800da7" 2018-11-09 08:11:00,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2a05776e-0260-4888-9f2a-9e466a83ad48 Date: Fri, 09 Nov 2018 08:11:00 GMT RESP BODY: {"ports":[]} 2018-11-09 08:11:00,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=246aff83-f250-41a3-925b-7efe2c397574 used request id req-2a05776e-0260-4888-9f2a-9e466a83ad48 2018-11-09 08:11:00,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c5ed6722388597faf1fb9d37ea380a072800da7" 2018-11-09 08:11:00,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-afc8ff97-34d5-487c-937c-159ce4c5af03 Date: Fri, 09 Nov 2018 08:11:00 GMT RESP BODY: {"networks":[]} 2018-11-09 08:11:00,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1 used request id req-afc8ff97-34d5-487c-937c-159ce4c5af03 2018-11-09 08:11:00,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?name=CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c5ed6722388597faf1fb9d37ea380a072800da7" 2018-11-09 08:11:00,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f541426f-e00e-4201-b3e7-d103e1a8cbfd Date: Fri, 09 Nov 2018 08:11:00 GMT RESP BODY: {"ports":[]} 2018-11-09 08:11:00,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?name=CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-port1&admin_state_up=True used request id req-f541426f-e00e-4201-b3e7-d103e1a8cbfd 2018-11-09 08:11:00,883 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-port1 for router - CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-router 2018-11-09 08:11:00,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:00,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:01,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d9448ce5f7c4f19bb36401ce3193382", "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj-role"}], "expires_at": "2018-11-09T09:11:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d868185e0fa4d4abe05e7bec9e01a89", "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d868185e0fa4d4abe05e7bec9e01a89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-169b4f90-a8f0-4a9-user", "id": "ec624c5cc04b40aea157e073ac5b1d12"}, "audit_ids": ["DPUz8Q7QSyyH8XcWkbirOA"], "issued_at": "2018-11-09T08:11:01.000000Z"}} 2018-11-09 08:11:01,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a859ecd8920a28d06c4a9e1ca59aad3949fcbebe" 2018-11-09 08:11:01,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cd7489f-d6d3-42b6-abce-c6d5f8a46376 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:01,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1cd7489f-d6d3-42b6-abce-c6d5f8a46376 2018-11-09 08:11:01,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c5ed6722388597faf1fb9d37ea380a072800da7" 2018-11-09 08:11:01,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3a5849ec-2241-4fe8-a4f5-b4813ea3b7b9 Date: Fri, 09 Nov 2018 08:11:01 GMT RESP BODY: {"networks":[]} 2018-11-09 08:11:01,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1 used request id req-3a5849ec-2241-4fe8-a4f5-b4813ea3b7b9 2018-11-09 08:11:01,535 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-router 2018-11-09 08:11:01,535 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-router 2018-11-09 08:11:01,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/246aff83-f250-41a3-925b-7efe2c397574 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c5ed6722388597faf1fb9d37ea380a072800da7" 2018-11-09 08:11:05,010 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c036ddfc-a649-4b99-92d8-defecdbb6985 Content-Length: 0 Date: Fri, 09 Nov 2018 08:11:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:11:05,011 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/246aff83-f250-41a3-925b-7efe2c397574 used request id req-c036ddfc-a649-4b99-92d8-defecdbb6985 2018-11-09 08:11:05,011 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-subnet1 2018-11-09 08:11:05,012 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-subnet1 2018-11-09 08:11:05,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/811cdc36-f84e-49cb-9b1d-4e4feb17ef6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60aa143135de7c9f3e7cbe69523acc67cfd12f22" 2018-11-09 08:11:07,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dc62c4fb-2390-43a1-967f-dfe752ad38bb Date: Fri, 09 Nov 2018 08:11:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:11:07,041 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/811cdc36-f84e-49cb-9b1d-4e4feb17ef6a used request id req-dc62c4fb-2390-43a1-967f-dfe752ad38bb 2018-11-09 08:11:07,042 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-ad8e1521-491d-48fb-934d-4e5f00060132-pub-net1 2018-11-09 08:11:07,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/d05d6ccc-d3cc-4a77-8061-017358bea7c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60aa143135de7c9f3e7cbe69523acc67cfd12f22" 2018-11-09 08:11:08,299 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5915b3a7-e011-40bc-a6bc-f0bc3079fabe Date: Fri, 09 Nov 2018 08:11:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:11:08,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d05d6ccc-d3cc-4a77-8061-017358bea7c3 used request id req-5915b3a7-e011-40bc-a6bc-f0bc3079fabe 2018-11-09 08:11:08,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:11:08,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6ad1326b-52f3-45b0-9acc-a83942d9bd1a Date: Fri, 09 Nov 2018 08:11:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:11:08,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-6ad1326b-52f3-45b0-9acc-a83942d9bd1a 2018-11-09 08:11:08,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:11:08,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31ed3707-d57d-4b40-8252-44fba202a748 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:11:08,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-31ed3707-d57d-4b40-8252-44fba202a748 2018-11-09 08:11:08,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:11:08,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b19b456-435e-44f1-8b5f-87718ed49eba 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:11:08,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-1b19b456-435e-44f1-8b5f-87718ed49eba 2018-11-09 08:11:08,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:11:08,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-068d712f-ffce-4132-bf76-5ff01c1c2d3c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:11:08,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-068d712f-ffce-4132-bf76-5ff01c1c2d3c 2018-11-09 08:11:08,850 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj 2018-11-09 08:11:08,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/4d868185e0fa4d4abe05e7bec9e01a89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:11:09,053 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-006d00a1-6d1c-4e81-b858-c2a16aa23e50 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:09,053 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4d868185e0fa4d4abe05e7bec9e01a89 used request id req-006d00a1-6d1c-4e81-b858-c2a16aa23e50 2018-11-09 08:11:09,053 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-169b4f90-a8f0-4a9-proj-role 2018-11-09 08:11:09,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/2d9448ce5f7c4f19bb36401ce3193382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:11:09,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdfd82a3-f420-4253-a477-5601f091bdc0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:09,170 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/2d9448ce5f7c4f19bb36401ce3193382 used request id req-bdfd82a3-f420-4253-a477-5601f091bdc0 2018-11-09 08:11:09,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e709478254585af30cb94a6488e0ca7c86e1d00" 2018-11-09 08:11:09,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87c88c68-fa26-4033-a1cf-87153ec7051d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:09,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-87c88c68-fa26-4033-a1cf-87153ec7051d 2018-11-09 08:11:09,258 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-169b4f90-a8f0-4a9-user 2018-11-09 08:11:09,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ec624c5cc04b40aea157e073ac5b1d12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cb77ac289602c0e44b2f52c2b966b03f7e226a1" 2018-11-09 08:11:09,438 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d97f7dd6-a5b7-4eba-b4ea-bd25238f9620 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:09,438 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ec624c5cc04b40aea157e073ac5b1d12 used request id req-d97f7dd6-a5b7-4eba-b4ea-bd25238f9620 2018-11-09 08:11:09,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:09,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["QXbOjxblQGWAiNLyWlFLJA"], "issued_at": "2018-11-09T08:11:09.000000Z"}} 2018-11-09 08:11:09,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852b30a904429764f79793f1d5592596c4d0f149" 2018-11-09 08:11:09,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63d03c51-00e6-4387-9d38-5e425e127825 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:09,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-63d03c51-00e6-4387-9d38-5e425e127825 2018-11-09 08:11:09,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:09,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:10,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["f_-s_DdEQAGMoTALnUaeQw"], "issued_at": "2018-11-09T08:11:10.000000Z"}} 2018-11-09 08:11:10,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:10,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e0ee33c-d08f-4333-b12c-7a7c30bb25b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:10,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3e0ee33c-d08f-4333-b12c-7a7c30bb25b9 2018-11-09 08:11:10,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:10,388 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:10,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-063944d9-cf8f-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:10,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68b429e5-9bcd-4273-9898-5a5296ee263f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-063944d9-cf8f-4c9-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:11:10,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-063944d9-cf8f-4c9-proj used request id req-68b429e5-9bcd-4273-9898-5a5296ee263f 2018-11-09 08:11:10,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:10,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d220f70-97ac-44f4-9326-9a95ceaf12f7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:10,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-3d220f70-97ac-44f4-9326-9a95ceaf12f7 2018-11-09 08:11:10,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-proj"}}' 2018-11-09 08:11:10,704 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf67143c-2d89-442d-ba96-afc5e257e108 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6989c1934f4945449227f2069f21d2af"}, "enabled": true, "id": "6989c1934f4945449227f2069f21d2af", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-proj"}} 2018-11-09 08:11:10,704 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-cf67143c-2d89-442d-ba96-afc5e257e108 2018-11-09 08:11:10,704 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-063944d9-cf8f-4c9-proj 2018-11-09 08:11:10,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:10,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:11,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["umL2wt0JQmKC7ZGAoQ8-7g"], "issued_at": "2018-11-09T08:11:11.000000Z"}} 2018-11-09 08:11:11,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d94553be46475281c0187e43f4051a02cc81d564" 2018-11-09 08:11:11,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a32ecc4e-dd54-487d-958b-87901c109b1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:11,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a32ecc4e-dd54-487d-958b-87901c109b1b 2018-11-09 08:11:11,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:11,190 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:11,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d94553be46475281c0187e43f4051a02cc81d564" 2018-11-09 08:11:11,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48f62795-9bd3-40c9-9844-b8a1c9e979c3 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:11:11,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-48f62795-9bd3-40c9-9844-b8a1c9e979c3 2018-11-09 08:11:11,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterNegativeTests-063944d9-cf8f-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d94553be46475281c0187e43f4051a02cc81d564" 2018-11-09 08:11:11,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8441854a-f7ce-43ad-a966-e7a1f1d5b0de Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterNegativeTests-063944d9-cf8f-4c9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6989c1934f4945449227f2069f21d2af"}, "enabled": true, "id": "6989c1934f4945449227f2069f21d2af", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-proj"}]} 2018-11-09 08:11:11,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterNegativeTests-063944d9-cf8f-4c9-proj used request id req-8441854a-f7ce-43ad-a966-e7a1f1d5b0de 2018-11-09 08:11:11,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d94553be46475281c0187e43f4051a02cc81d564" 2018-11-09 08:11:11,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9ee6404-f70a-4712-8199-6e3a824d3a28 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:11,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-c9ee6404-f70a-4712-8199-6e3a824d3a28 2018-11-09 08:11:11,698 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-063944d9-cf8f-4c9-user 2018-11-09 08:11:11,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:11,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:11,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-641403e3-73de-4574-ab58-1e188ab7eeac Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:11,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-641403e3-73de-4574-ab58-1e188ab7eeac 2018-11-09 08:11:11,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" -d '{"role": {"name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-proj-role"}}' 2018-11-09 08:11:11,925 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73defbff-d497-42c0-bdf8-a82c00a63488 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b0dc6e1442ac4016a9bb13ecc82f228c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b0dc6e1442ac4016a9bb13ecc82f228c"}, "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-proj-role"}} 2018-11-09 08:11:11,925 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-73defbff-d497-42c0-bdf8-a82c00a63488 2018-11-09 08:11:11,925 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-063944d9-cf8f-4c9-proj-role 2018-11-09 08:11:11,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b0dc6e1442ac4016a9bb13ecc82f228c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:12,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-141ab0ab-13f5-406f-bcf4-be4c20dee8ee Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b0dc6e1442ac4016a9bb13ecc82f228c"}, "domain_id": null, "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-proj-role", "id": "b0dc6e1442ac4016a9bb13ecc82f228c"}} 2018-11-09 08:11:12,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b0dc6e1442ac4016a9bb13ecc82f228c used request id req-141ab0ab-13f5-406f-bcf4-be4c20dee8ee 2018-11-09 08:11:12,028 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-063944d9-cf8f-4c9-proj-role to project CreateRouterNegativeTests-063944d9-cf8f-4c9-proj 2018-11-09 08:11:12,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/6989c1934f4945449227f2069f21d2af/users/1614b7a4ccc5499eb1bd9cdc220e9f94/roles/b0dc6e1442ac4016a9bb13ecc82f228c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:12,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ec7e171-335c-48be-bbae-a5f979407915 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:12,167 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6989c1934f4945449227f2069f21d2af/users/1614b7a4ccc5499eb1bd9cdc220e9f94/roles/b0dc6e1442ac4016a9bb13ecc82f228c used request id req-7ec7e171-335c-48be-bbae-a5f979407915 2018-11-09 08:11:12,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:12,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:12,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0dc6e1442ac4016a9bb13ecc82f228c", "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-proj-role"}], "expires_at": "2018-11-09T09:11:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6989c1934f4945449227f2069f21d2af", "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/6989c1934f4945449227f2069f21d2af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/6989c1934f4945449227f2069f21d2af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/6989c1934f4945449227f2069f21d2af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/6989c1934f4945449227f2069f21d2af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/6989c1934f4945449227f2069f21d2af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/6989c1934f4945449227f2069f21d2af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/6989c1934f4945449227f2069f21d2af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/6989c1934f4945449227f2069f21d2af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/6989c1934f4945449227f2069f21d2af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6989c1934f4945449227f2069f21d2af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/6989c1934f4945449227f2069f21d2af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/6989c1934f4945449227f2069f21d2af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-user", "id": "1614b7a4ccc5499eb1bd9cdc220e9f94"}, "audit_ids": ["9LZ5wvcpTGa2OsCJCMVfxQ"], "issued_at": "2018-11-09T08:11:12.000000Z"}} 2018-11-09 08:11:12,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca66a570c6f1aa525e657187949eb22d19308e3" 2018-11-09 08:11:12,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a37f4e81-756f-46a5-bfb0-39649fbf8849 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:12,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a37f4e81-756f-46a5-bfb0-39649fbf8849 2018-11-09 08:11:12,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateRouterNegativeTests-509a5b57-d1f4-484b-a2e6-ca32063e16cc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca66a570c6f1aa525e657187949eb22d19308e3" 2018-11-09 08:11:12,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7f362f89-db99-4ed6-82fa-74e0e7347fa2 Date: Fri, 09 Nov 2018 08:11:12 GMT RESP BODY: {"routers": []} 2018-11-09 08:11:12,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateRouterNegativeTests-509a5b57-d1f4-484b-a2e6-ca32063e16cc-pub-router&admin_state_up=True used request id req-7f362f89-db99-4ed6-82fa-74e0e7347fa2 2018-11-09 08:11:12,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:12,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:13,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0dc6e1442ac4016a9bb13ecc82f228c", "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-proj-role"}], "expires_at": "2018-11-09T09:11:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6989c1934f4945449227f2069f21d2af", "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/6989c1934f4945449227f2069f21d2af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/6989c1934f4945449227f2069f21d2af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/6989c1934f4945449227f2069f21d2af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/6989c1934f4945449227f2069f21d2af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/6989c1934f4945449227f2069f21d2af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/6989c1934f4945449227f2069f21d2af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/6989c1934f4945449227f2069f21d2af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/6989c1934f4945449227f2069f21d2af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/6989c1934f4945449227f2069f21d2af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6989c1934f4945449227f2069f21d2af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/6989c1934f4945449227f2069f21d2af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/6989c1934f4945449227f2069f21d2af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-063944d9-cf8f-4c9-user", "id": "1614b7a4ccc5499eb1bd9cdc220e9f94"}, "audit_ids": ["oMEVkeq7QUWuKlr4Z9V6cg"], "issued_at": "2018-11-09T08:11:13.000000Z"}} 2018-11-09 08:11:13,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9568c51e3e022a21c1a9e90aeb05485597878fd" 2018-11-09 08:11:13,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad3ea321-9d3f-4cad-ac87-086cab5d525f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:13,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ad3ea321-9d3f-4cad-ac87-086cab5d525f 2018-11-09 08:11:13,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca66a570c6f1aa525e657187949eb22d19308e3" 2018-11-09 08:11:13,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-075a8838-2c10-40cb-b1f7-6cefb1a91140 Date: Fri, 09 Nov 2018 08:11:13 GMT RESP BODY: {"networks":[]} 2018-11-09 08:11:13,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=Invalid_name used request id req-075a8838-2c10-40cb-b1f7-6cefb1a91140 2018-11-09 08:11:13,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:13,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-22def4a2-c11a-4c9c-af53-09476039e17c Date: Fri, 09 Nov 2018 08:11:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:11:13,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-22def4a2-c11a-4c9c-af53-09476039e17c 2018-11-09 08:11:13,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:13,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8e89e6b-4b2a-48e5-bade-85f53f89f4b2 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:11:13,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-d8e89e6b-4b2a-48e5-bade-85f53f89f4b2 2018-11-09 08:11:13,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:13,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6993597-7af7-44cd-a706-7da559df4180 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:11:13,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-b6993597-7af7-44cd-a706-7da559df4180 2018-11-09 08:11:14,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:14,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb6bf1da-6275-4ddb-b6f4-0c3bd68f89aa Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:11:14,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-fb6bf1da-6275-4ddb-b6f4-0c3bd68f89aa 2018-11-09 08:11:14,092 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-063944d9-cf8f-4c9-proj 2018-11-09 08:11:14,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/6989c1934f4945449227f2069f21d2af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:14,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdf92fcd-9f17-4a79-a781-44002e892f4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:14,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6989c1934f4945449227f2069f21d2af used request id req-fdf92fcd-9f17-4a79-a781-44002e892f4a 2018-11-09 08:11:14,311 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-063944d9-cf8f-4c9-proj-role 2018-11-09 08:11:14,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/b0dc6e1442ac4016a9bb13ecc82f228c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:14,446 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-515b5154-6044-4253-86d4-6df4627e4006 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:14,446 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b0dc6e1442ac4016a9bb13ecc82f228c used request id req-515b5154-6044-4253-86d4-6df4627e4006 2018-11-09 08:11:14,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8a776ddd4d883635160b35604e633679e06a2b" 2018-11-09 08:11:14,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7fd82b3-76e9-4cba-beae-81e6fb771ead Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:14,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e7fd82b3-76e9-4cba-beae-81e6fb771ead 2018-11-09 08:11:14,542 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-063944d9-cf8f-4c9-user 2018-11-09 08:11:14,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/1614b7a4ccc5499eb1bd9cdc220e9f94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d94553be46475281c0187e43f4051a02cc81d564" 2018-11-09 08:11:14,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c62caa4-9472-47fa-8469-dac8c8b9d4c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:14,720 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/1614b7a4ccc5499eb1bd9cdc220e9f94 used request id req-5c62caa4-9472-47fa-8469-dac8c8b9d4c6 2018-11-09 08:11:14,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:15,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["pEMR4isARJOO6SRDJf-JzQ"], "issued_at": "2018-11-09T08:11:14.000000Z"}} 2018-11-09 08:11:15,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deb4d171c99a45b525121b37adb22d5fc118ee64" 2018-11-09 08:11:15,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b483aab-333e-447a-8337-1d104a937ad5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:15,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9b483aab-333e-447a-8337-1d104a937ad5 2018-11-09 08:11:15,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:15,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:15,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["grKSJhoYThmIwKrOI3UWCQ"], "issued_at": "2018-11-09T08:11:15.000000Z"}} 2018-11-09 08:11:15,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:15,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f93ead1-582c-41a0-a0c8-d2a0103123f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:15,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6f93ead1-582c-41a0-a0c8-d2a0103123f6 2018-11-09 08:11:15,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:15,682 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:15,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-ea59299f-5db7-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:15,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92f496ac-6cf2-4f38-9fc8-6c642afd9be6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-ea59299f-5db7-462-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:11:15,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-ea59299f-5db7-462-proj used request id req-92f496ac-6cf2-4f38-9fc8-6c642afd9be6 2018-11-09 08:11:15,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:15,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-decbeec6-312b-49c9-a0fe-17af1a7b8dcc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:15,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-decbeec6-312b-49c9-a0fe-17af1a7b8dcc 2018-11-09 08:11:15,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-ea59299f-5db7-462-proj"}}' 2018-11-09 08:11:15,967 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27c015f4-020f-4046-b5b1-3e8e01bfe6ca Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e4281c519b7c401fb4af1bee1e78a14e"}, "enabled": true, "id": "e4281c519b7c401fb4af1bee1e78a14e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-ea59299f-5db7-462-proj"}} 2018-11-09 08:11:15,967 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-27c015f4-020f-4046-b5b1-3e8e01bfe6ca 2018-11-09 08:11:15,967 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-ea59299f-5db7-462-proj 2018-11-09 08:11:15,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:15,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:16,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["mEATZgS0Sp2jXaklvaOHSA"], "issued_at": "2018-11-09T08:11:16.000000Z"}} 2018-11-09 08:11:16,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e8403c53a70badf453c6a65785100c11e4f824" 2018-11-09 08:11:16,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9619aeae-ee9e-4f56-ac2a-be31d34961c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:16,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9619aeae-ee9e-4f56-ac2a-be31d34961c1 2018-11-09 08:11:16,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:16,440 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:16,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e8403c53a70badf453c6a65785100c11e4f824" 2018-11-09 08:11:16,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86ea04b1-d757-4690-b3d3-7372b6cba730 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:11:16,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-86ea04b1-d757-4690-b3d3-7372b6cba730 2018-11-09 08:11:16,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateRouterNegativeTests-ea59299f-5db7-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e8403c53a70badf453c6a65785100c11e4f824" 2018-11-09 08:11:16,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71996815-7679-4261-aaa2-0a408bd4a0f5 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateRouterNegativeTests-ea59299f-5db7-462-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e4281c519b7c401fb4af1bee1e78a14e"}, "enabled": true, "id": "e4281c519b7c401fb4af1bee1e78a14e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-ea59299f-5db7-462-proj"}]} 2018-11-09 08:11:16,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateRouterNegativeTests-ea59299f-5db7-462-proj used request id req-71996815-7679-4261-aaa2-0a408bd4a0f5 2018-11-09 08:11:16,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e8403c53a70badf453c6a65785100c11e4f824" 2018-11-09 08:11:16,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3577e2cb-450e-4507-b1f9-06a676792a00 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:16,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-3577e2cb-450e-4507-b1f9-06a676792a00 2018-11-09 08:11:17,086 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-ea59299f-5db7-462-user 2018-11-09 08:11:17,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:17,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:17,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0503ecc-07a7-4736-b4a1-8d06b17a4233 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:17,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f0503ecc-07a7-4736-b4a1-8d06b17a4233 2018-11-09 08:11:17,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" -d '{"role": {"name": "CreateRouterNegativeTests-ea59299f-5db7-462-proj-role"}}' 2018-11-09 08:11:17,290 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-972768aa-5aea-42bf-b87b-ea69d9c03999 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "77f09b20157c4e1f9a1d14d620360a30", "links": {"self": "http://172.30.9.27:5000/v3/roles/77f09b20157c4e1f9a1d14d620360a30"}, "name": "CreateRouterNegativeTests-ea59299f-5db7-462-proj-role"}} 2018-11-09 08:11:17,290 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-972768aa-5aea-42bf-b87b-ea69d9c03999 2018-11-09 08:11:17,290 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-ea59299f-5db7-462-proj-role 2018-11-09 08:11:17,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/77f09b20157c4e1f9a1d14d620360a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:17,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a180b8a2-26c7-4190-86d5-a5c1cce3608a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/77f09b20157c4e1f9a1d14d620360a30"}, "domain_id": null, "name": "CreateRouterNegativeTests-ea59299f-5db7-462-proj-role", "id": "77f09b20157c4e1f9a1d14d620360a30"}} 2018-11-09 08:11:17,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/77f09b20157c4e1f9a1d14d620360a30 used request id req-a180b8a2-26c7-4190-86d5-a5c1cce3608a 2018-11-09 08:11:17,309 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-ea59299f-5db7-462-proj-role to project CreateRouterNegativeTests-ea59299f-5db7-462-proj 2018-11-09 08:11:17,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/e4281c519b7c401fb4af1bee1e78a14e/users/795125e6894b42f89d473406b29c0ecb/roles/77f09b20157c4e1f9a1d14d620360a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:17,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4f5031f-5789-41ab-a673-9dfb0a5effd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:17,436 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/e4281c519b7c401fb4af1bee1e78a14e/users/795125e6894b42f89d473406b29c0ecb/roles/77f09b20157c4e1f9a1d14d620360a30 used request id req-b4f5031f-5789-41ab-a673-9dfb0a5effd6 2018-11-09 08:11:17,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:17,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1b9379c0-0999-4dc7-86e9-6b43ca92cdff Date: Fri, 09 Nov 2018 08:11:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:11:17,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-1b9379c0-0999-4dc7-86e9-6b43ca92cdff 2018-11-09 08:11:17,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:17,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90f2a26a-6813-4b23-b29f-f432708edc02 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:11:17,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-90f2a26a-6813-4b23-b29f-f432708edc02 2018-11-09 08:11:17,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:17,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f95e0c6-79cd-4aca-9165-bcbdd510d4a1 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:11:17,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-3f95e0c6-79cd-4aca-9165-bcbdd510d4a1 2018-11-09 08:11:17,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:17,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f5fe12d-5ba6-48fa-b6c9-95de2f0a15b2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:11:17,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-7f5fe12d-5ba6-48fa-b6c9-95de2f0a15b2 2018-11-09 08:11:17,923 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-ea59299f-5db7-462-proj 2018-11-09 08:11:17,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/e4281c519b7c401fb4af1bee1e78a14e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:18,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc6729cc-86b0-4682-9af8-f7e6c2e81e11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:18,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/e4281c519b7c401fb4af1bee1e78a14e used request id req-fc6729cc-86b0-4682-9af8-f7e6c2e81e11 2018-11-09 08:11:18,155 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-ea59299f-5db7-462-proj-role 2018-11-09 08:11:18,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/77f09b20157c4e1f9a1d14d620360a30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:18,199 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2176d8c-fd71-4fd5-9d55-906b7acf45f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:18,200 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/77f09b20157c4e1f9a1d14d620360a30 used request id req-d2176d8c-fd71-4fd5-9d55-906b7acf45f3 2018-11-09 08:11:18,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71026ff6bc9c3ddcf6d51b42a55416b2b52d0558" 2018-11-09 08:11:18,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86942504-d433-4987-a5b7-3ecadf7bc245 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:18,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-86942504-d433-4987-a5b7-3ecadf7bc245 2018-11-09 08:11:18,297 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-ea59299f-5db7-462-user 2018-11-09 08:11:18,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/795125e6894b42f89d473406b29c0ecb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e8403c53a70badf453c6a65785100c11e4f824" 2018-11-09 08:11:18,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f36a9949-a5c0-46b9-b2e3-f5d8e1b0a526 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:18,476 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/795125e6894b42f89d473406b29c0ecb used request id req-f36a9949-a5c0-46b9-b2e3-f5d8e1b0a526 2018-11-09 08:11:18,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:18,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["KfRzAV6DTe6EF3lOcT4qhw"], "issued_at": "2018-11-09T08:11:18.000000Z"}} 2018-11-09 08:11:18,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4d9722cddfc8d77a8831fe7ffa484ab17389b7f" 2018-11-09 08:11:19,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a39e3774-9613-4c14-8db8-bad0f094e4e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:19,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a39e3774-9613-4c14-8db8-bad0f094e4e0 2018-11-09 08:11:19,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:19,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:19,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["0hHJBs3JSmm_JylIVSCNQw"], "issued_at": "2018-11-09T08:11:19.000000Z"}} 2018-11-09 08:11:19,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:19,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51810fe6-6980-42e3-8d07-3e544f37e4e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:19,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-51810fe6-6980-42e3-8d07-3e544f37e4e3 2018-11-09 08:11:19,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:19,527 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:19,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-6adaf912-3ca2-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:19,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d13528fd-925e-4842-b58e-faa40e7d108b Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-6adaf912-3ca2-486-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:11:19,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-6adaf912-3ca2-486-proj used request id req-d13528fd-925e-4842-b58e-faa40e7d108b 2018-11-09 08:11:19,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:19,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0c9b4c6-5413-4a8e-b7e7-ca9148c95dce Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:19,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-a0c9b4c6-5413-4a8e-b7e7-ca9148c95dce 2018-11-09 08:11:19,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-6adaf912-3ca2-486-proj"}}' 2018-11-09 08:11:19,841 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2e9b790-f27e-4087-9569-fdb32f8b2703 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e8b81fd779c4710adffbbbc57a80a99"}, "enabled": true, "id": "9e8b81fd779c4710adffbbbc57a80a99", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-6adaf912-3ca2-486-proj"}} 2018-11-09 08:11:19,841 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e2e9b790-f27e-4087-9569-fdb32f8b2703 2018-11-09 08:11:19,842 - keystone_utils - INFO - Created project with name - CreateQoSTests-6adaf912-3ca2-486-proj 2018-11-09 08:11:19,842 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:19,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:20,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["GCnuNaQWTQaAPl8l7KBoBA"], "issued_at": "2018-11-09T08:11:20.000000Z"}} 2018-11-09 08:11:20,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628cd39f0e3038b54bbfb24ac28441bef29a5069" 2018-11-09 08:11:20,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82904e91-9877-46a7-bd75-ecdff8e7fa11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:20,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-82904e91-9877-46a7-bd75-ecdff8e7fa11 2018-11-09 08:11:20,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:20,319 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:20,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628cd39f0e3038b54bbfb24ac28441bef29a5069" 2018-11-09 08:11:20,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071832d9-e6e8-4eb4-b289-5939e1c7e4c5 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:11:20,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-071832d9-e6e8-4eb4-b289-5939e1c7e4c5 2018-11-09 08:11:20,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateQoSTests-6adaf912-3ca2-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628cd39f0e3038b54bbfb24ac28441bef29a5069" 2018-11-09 08:11:20,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c6d3af6-2444-47c8-bb60-b8323719e4e8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateQoSTests-6adaf912-3ca2-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e8b81fd779c4710adffbbbc57a80a99"}, "enabled": true, "id": "9e8b81fd779c4710adffbbbc57a80a99", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-6adaf912-3ca2-486-proj"}]} 2018-11-09 08:11:20,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateQoSTests-6adaf912-3ca2-486-proj used request id req-2c6d3af6-2444-47c8-bb60-b8323719e4e8 2018-11-09 08:11:20,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628cd39f0e3038b54bbfb24ac28441bef29a5069" 2018-11-09 08:11:20,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12f954d4-6e93-4c26-b36f-f2887991e974 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:20,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-12f954d4-6e93-4c26-b36f-f2887991e974 2018-11-09 08:11:20,901 - keystone_utils - INFO - Created user with name - CreateQoSTests-6adaf912-3ca2-486-user 2018-11-09 08:11:20,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:20,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:20,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be141b24-ac49-41de-8e38-8ef99b427895 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:20,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-be141b24-ac49-41de-8e38-8ef99b427895 2018-11-09 08:11:20,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" -d '{"role": {"name": "CreateQoSTests-6adaf912-3ca2-486-proj-role"}}' 2018-11-09 08:11:21,105 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3e58a7b-1b4f-4f64-b8a3-f02210acf68e Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b84c77cdc1374d7197d62eee48ae7a02", "links": {"self": "http://172.30.9.27:5000/v3/roles/b84c77cdc1374d7197d62eee48ae7a02"}, "name": "CreateQoSTests-6adaf912-3ca2-486-proj-role"}} 2018-11-09 08:11:21,105 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-a3e58a7b-1b4f-4f64-b8a3-f02210acf68e 2018-11-09 08:11:21,105 - keystone_utils - INFO - Created role with name - CreateQoSTests-6adaf912-3ca2-486-proj-role 2018-11-09 08:11:21,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b84c77cdc1374d7197d62eee48ae7a02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:21,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84776c2f-177b-4be0-bfeb-655295c1df1c Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b84c77cdc1374d7197d62eee48ae7a02"}, "domain_id": null, "name": "CreateQoSTests-6adaf912-3ca2-486-proj-role", "id": "b84c77cdc1374d7197d62eee48ae7a02"}} 2018-11-09 08:11:21,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b84c77cdc1374d7197d62eee48ae7a02 used request id req-84776c2f-177b-4be0-bfeb-655295c1df1c 2018-11-09 08:11:21,199 - keystone_utils - INFO - Granting role CreateQoSTests-6adaf912-3ca2-486-proj-role to project CreateQoSTests-6adaf912-3ca2-486-proj 2018-11-09 08:11:21,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/9e8b81fd779c4710adffbbbc57a80a99/users/84e747a92f724afca9c8a24b2d6b8c9a/roles/b84c77cdc1374d7197d62eee48ae7a02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:21,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae9be9d0-0e07-44d7-ac89-7e18a8c04808 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:21,310 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/9e8b81fd779c4710adffbbbc57a80a99/users/84e747a92f724afca9c8a24b2d6b8c9a/roles/b84c77cdc1374d7197d62eee48ae7a02 used request id req-ae9be9d0-0e07-44d7-ac89-7e18a8c04808 2018-11-09 08:11:21,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:21,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:21,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9jK40mp9T2eEFr2mLvDpvA"], "issued_at": "2018-11-09T08:11:21.000000Z"}} 2018-11-09 08:11:21,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42ca70ad17d7c64ae4a494218683d4d614e41bb3" 2018-11-09 08:11:21,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ca68b4-13b8-4208-8896-bee975c417dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:21,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-67ca68b4-13b8-4208-8896-bee975c417dd 2018-11-09 08:11:21,811 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42ca70ad17d7c64ae4a494218683d4d614e41bb3" 2018-11-09 08:11:22,361 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:21 GMT Server: Apache x-compute-request-id: req-ed283cd9-94d2-4e4f-a62e-570a420ba4d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ed283cd9-94d2-4e4f-a62e-570a420ba4d4 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-09 08:11:22,361 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-ed283cd9-94d2-4e4f-a62e-570a420ba4d4 2018-11-09 08:11:22,365 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ed283cd9-94d2-4e4f-a62e-570a420ba4d4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42ca70ad17d7c64ae4a494218683d4d614e41bb3" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-873270b0-8749-4e94-b460-c493c4b93300"}}' 2018-11-09 08:11:22,566 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:22 GMT Server: Apache x-compute-request-id: req-91e1fc91-533d-445f-a47b-a781cebbf272 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91e1fc91-533d-445f-a47b-a781cebbf272 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "3dad8646-b682-4f7c-a758-f11e86fa074f", "name": "CreateQoSTests-873270b0-8749-4e94-b460-c493c4b93300"}, "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/3dad8646-b682-4f7c-a758-f11e86fa074f", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/qos-specs/3dad8646-b682-4f7c-a758-f11e86fa074f", "rel": "bookmark"}]} 2018-11-09 08:11:22,567 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-91e1fc91-533d-445f-a47b-a781cebbf272 2018-11-09 08:11:22,567 - create_qos - INFO - Created qos with name - CreateQoSTests-873270b0-8749-4e94-b460-c493c4b93300 2018-11-09 08:11:22,570 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4d9722cddfc8d77a8831fe7ffa484ab17389b7f" 2018-11-09 08:11:23,128 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:22 GMT Server: Apache x-compute-request-id: req-c5656090-6997-4666-b0eb-5e6f2bb8e549 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5656090-6997-4666-b0eb-5e6f2bb8e549 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "3dad8646-b682-4f7c-a758-f11e86fa074f", "name": "CreateQoSTests-873270b0-8749-4e94-b460-c493c4b93300"}]} 2018-11-09 08:11:23,128 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-c5656090-6997-4666-b0eb-5e6f2bb8e549 2018-11-09 08:11:23,129 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-873270b0-8749-4e94-b460-c493c4b93300 2018-11-09 08:11:23,132 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/3dad8646-b682-4f7c-a758-f11e86fa074f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c5656090-6997-4666-b0eb-5e6f2bb8e549" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4d9722cddfc8d77a8831fe7ffa484ab17389b7f" 2018-11-09 08:11:23,759 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:11:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7923dc9a-19b3-4c1c-8b0c-c8c56f8920da Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:11:23,759 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/3dad8646-b682-4f7c-a758-f11e86fa074f?force=False used request id req-7923dc9a-19b3-4c1c-8b0c-c8c56f8920da 2018-11-09 08:11:23,762 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c5656090-6997-4666-b0eb-5e6f2bb8e549" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4d9722cddfc8d77a8831fe7ffa484ab17389b7f" 2018-11-09 08:11:24,315 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:23 GMT Server: Apache x-compute-request-id: req-e0377a81-9006-4b8e-bdf3-ee82431cab8f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0377a81-9006-4b8e-bdf3-ee82431cab8f Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-09 08:11:24,315 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-e0377a81-9006-4b8e-bdf3-ee82431cab8f 2018-11-09 08:11:24,316 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-873270b0-8749-4e94-b460-c493c4b93300 2018-11-09 08:11:24,319 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/3dad8646-b682-4f7c-a758-f11e86fa074f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed283cd9-94d2-4e4f-a62e-570a420ba4d4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42ca70ad17d7c64ae4a494218683d4d614e41bb3" 2018-11-09 08:11:24,885 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:11:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fe5f2735-335d-4b05-8208-d6501c1f13c1 x-openstack-request-id: req-fe5f2735-335d-4b05-8208-d6501c1f13c1 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 3dad8646-b682-4f7c-a758-f11e86fa074f.", "code": 404}} 2018-11-09 08:11:24,886 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/3dad8646-b682-4f7c-a758-f11e86fa074f?force=False used request id req-fe5f2735-335d-4b05-8208-d6501c1f13c1 2018-11-09 08:11:24,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:25,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0ec64308-7369-4331-981b-a648c12b8686 Date: Fri, 09 Nov 2018 08:11:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:11:25,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-0ec64308-7369-4331-981b-a648c12b8686 2018-11-09 08:11:25,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:25,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff70b3a-ae96-4786-b6ee-ce07b39359bb 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:11:25,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-6ff70b3a-ae96-4786-b6ee-ce07b39359bb 2018-11-09 08:11:25,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:25,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e92d2ab-d319-40b3-ab85-ec67b4914ca2 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:11:25,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-0e92d2ab-d319-40b3-ab85-ec67b4914ca2 2018-11-09 08:11:25,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:25,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ea6e52b-1c53-4cd9-89e7-31e6067f7355 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:11:25,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-3ea6e52b-1c53-4cd9-89e7-31e6067f7355 2018-11-09 08:11:25,373 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-6adaf912-3ca2-486-proj 2018-11-09 08:11:25,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/9e8b81fd779c4710adffbbbc57a80a99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:25,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbcc0a1c-9336-4dc8-b8e2-9fedfa7e10e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:25,568 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/9e8b81fd779c4710adffbbbc57a80a99 used request id req-fbcc0a1c-9336-4dc8-b8e2-9fedfa7e10e9 2018-11-09 08:11:25,569 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-6adaf912-3ca2-486-proj-role 2018-11-09 08:11:25,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/b84c77cdc1374d7197d62eee48ae7a02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:25,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ad664fe-6a18-43a2-8327-69afd2ef7465 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:25,686 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b84c77cdc1374d7197d62eee48ae7a02 used request id req-0ad664fe-6a18-43a2-8327-69afd2ef7465 2018-11-09 08:11:25,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad59d1edd4fcf59d82a8020a80a42a6a2b61dbfe" 2018-11-09 08:11:25,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3bc88c8-2b6e-406b-814b-cbe95ba413c2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:25,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a3bc88c8-2b6e-406b-814b-cbe95ba413c2 2018-11-09 08:11:25,787 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-6adaf912-3ca2-486-user 2018-11-09 08:11:25,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/84e747a92f724afca9c8a24b2d6b8c9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628cd39f0e3038b54bbfb24ac28441bef29a5069" 2018-11-09 08:11:25,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05b16ea3-1899-4278-919e-a796c8be4223 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:25,947 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/84e747a92f724afca9c8a24b2d6b8c9a used request id req-05b16ea3-1899-4278-919e-a796c8be4223 2018-11-09 08:11:25,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:26,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["E44kTyjQQu2aexX0BDxApw"], "issued_at": "2018-11-09T08:11:26.000000Z"}} 2018-11-09 08:11:26,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26405389182a9c148e0b799c0c57ac91a798e446" 2018-11-09 08:11:26,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5471319c-5e75-42ee-a365-d38cf53caf88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:26,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5471319c-5e75-42ee-a365-d38cf53caf88 2018-11-09 08:11:26,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:26,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:26,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["_3ZrgLJxSfaye7ABZxX37A"], "issued_at": "2018-11-09T08:11:26.000000Z"}} 2018-11-09 08:11:26,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:26,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2fba829-14cb-45b3-a8ac-aeaa04b02cba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:26,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b2fba829-14cb-45b3-a8ac-aeaa04b02cba 2018-11-09 08:11:26,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:26,894 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:26,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-8b0eb91c-a8b8-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:26,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c3f328-9bcb-465d-b08d-175958f616e8 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-8b0eb91c-a8b8-437-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:11:26,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-8b0eb91c-a8b8-437-proj used request id req-f9c3f328-9bcb-465d-b08d-175958f616e8 2018-11-09 08:11:26,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:27,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a987761-a6b2-4f39-a68c-bc54154657f1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:27,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1a987761-a6b2-4f39-a68c-bc54154657f1 2018-11-09 08:11:27,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-8b0eb91c-a8b8-437-proj"}}' 2018-11-09 08:11:27,200 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5dc060a-29ce-4e3b-9769-5e20184389a8 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4ceac98ac3a147afa8507e850213f7aa"}, "enabled": true, "id": "4ceac98ac3a147afa8507e850213f7aa", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-8b0eb91c-a8b8-437-proj"}} 2018-11-09 08:11:27,200 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d5dc060a-29ce-4e3b-9769-5e20184389a8 2018-11-09 08:11:27,200 - keystone_utils - INFO - Created project with name - CreateQoSTests-8b0eb91c-a8b8-437-proj 2018-11-09 08:11:27,200 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:27,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:27,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["eFetZHOkSvWwRD38Q-4G-g"], "issued_at": "2018-11-09T08:11:27.000000Z"}} 2018-11-09 08:11:27,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544026da4de0a4b7c75ade7596d06cb2f9d87560" 2018-11-09 08:11:27,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-262d2053-cbe8-44b1-8664-614a36e9d240 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:27,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-262d2053-cbe8-44b1-8664-614a36e9d240 2018-11-09 08:11:27,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:27,673 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:27,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544026da4de0a4b7c75ade7596d06cb2f9d87560" 2018-11-09 08:11:27,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50d70be4-3fcf-41e3-8851-53ed77da6aea Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:11:27,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-50d70be4-3fcf-41e3-8851-53ed77da6aea 2018-11-09 08:11:27,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateQoSTests-8b0eb91c-a8b8-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544026da4de0a4b7c75ade7596d06cb2f9d87560" 2018-11-09 08:11:27,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e6d180b-bd40-47fb-a8c9-378be00c3510 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateQoSTests-8b0eb91c-a8b8-437-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4ceac98ac3a147afa8507e850213f7aa"}, "enabled": true, "id": "4ceac98ac3a147afa8507e850213f7aa", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-8b0eb91c-a8b8-437-proj"}]} 2018-11-09 08:11:27,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateQoSTests-8b0eb91c-a8b8-437-proj used request id req-9e6d180b-bd40-47fb-a8c9-378be00c3510 2018-11-09 08:11:27,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544026da4de0a4b7c75ade7596d06cb2f9d87560" 2018-11-09 08:11:27,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16308987-08b9-4979-a4b1-f042eaeb3a70 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:27,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-16308987-08b9-4979-a4b1-f042eaeb3a70 2018-11-09 08:11:28,259 - keystone_utils - INFO - Created user with name - CreateQoSTests-8b0eb91c-a8b8-437-user 2018-11-09 08:11:28,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:28,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:28,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-230cfd59-ab71-4a8f-90b7-b7648a186e49 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:28,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-230cfd59-ab71-4a8f-90b7-b7648a186e49 2018-11-09 08:11:28,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" -d '{"role": {"name": "CreateQoSTests-8b0eb91c-a8b8-437-proj-role"}}' 2018-11-09 08:11:28,398 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-146e05ce-b301-4f92-8ab4-6ad10a90b686 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5a27fac80abf4e269b3db9c28ed4a6fa", "links": {"self": "http://172.30.9.27:5000/v3/roles/5a27fac80abf4e269b3db9c28ed4a6fa"}, "name": "CreateQoSTests-8b0eb91c-a8b8-437-proj-role"}} 2018-11-09 08:11:28,398 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-146e05ce-b301-4f92-8ab4-6ad10a90b686 2018-11-09 08:11:28,399 - keystone_utils - INFO - Created role with name - CreateQoSTests-8b0eb91c-a8b8-437-proj-role 2018-11-09 08:11:28,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/5a27fac80abf4e269b3db9c28ed4a6fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:28,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0010c9a4-ff5f-4355-94b7-dd8086983780 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/5a27fac80abf4e269b3db9c28ed4a6fa"}, "domain_id": null, "name": "CreateQoSTests-8b0eb91c-a8b8-437-proj-role", "id": "5a27fac80abf4e269b3db9c28ed4a6fa"}} 2018-11-09 08:11:28,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/5a27fac80abf4e269b3db9c28ed4a6fa used request id req-0010c9a4-ff5f-4355-94b7-dd8086983780 2018-11-09 08:11:28,419 - keystone_utils - INFO - Granting role CreateQoSTests-8b0eb91c-a8b8-437-proj-role to project CreateQoSTests-8b0eb91c-a8b8-437-proj 2018-11-09 08:11:28,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/4ceac98ac3a147afa8507e850213f7aa/users/45aa9969963242c7b665bf3338a75f37/roles/5a27fac80abf4e269b3db9c28ed4a6fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:28,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-989a13b6-14c9-4fd3-9e05-7bcc401b33d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:28,544 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4ceac98ac3a147afa8507e850213f7aa/users/45aa9969963242c7b665bf3338a75f37/roles/5a27fac80abf4e269b3db9c28ed4a6fa used request id req-989a13b6-14c9-4fd3-9e05-7bcc401b33d6 2018-11-09 08:11:28,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:28,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:28,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["1ZVtcBjoTRKMmtiLklbpCA"], "issued_at": "2018-11-09T08:11:28.000000Z"}} 2018-11-09 08:11:28,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe0dfb60384977c4f329f5fe0f815be4cc77976" 2018-11-09 08:11:29,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-149b7e2d-a193-4433-a75b-88fe7d3ed87c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:29,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-149b7e2d-a193-4433-a75b-88fe7d3ed87c 2018-11-09 08:11:29,024 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe0dfb60384977c4f329f5fe0f815be4cc77976" 2018-11-09 08:11:29,584 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:29 GMT Server: Apache x-compute-request-id: req-334b80ed-fd1e-48ef-9fa7-896f98df9833 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-334b80ed-fd1e-48ef-9fa7-896f98df9833 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-09 08:11:29,585 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-334b80ed-fd1e-48ef-9fa7-896f98df9833 2018-11-09 08:11:29,588 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-334b80ed-fd1e-48ef-9fa7-896f98df9833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe0dfb60384977c4f329f5fe0f815be4cc77976" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-ebc15194-26cd-428a-855c-d59ab712064f"}}' 2018-11-09 08:11:29,824 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:29 GMT Server: Apache x-compute-request-id: req-e16404f6-ebae-4286-a7fc-1f9570c43b54 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e16404f6-ebae-4286-a7fc-1f9570c43b54 Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "11bc3d05-456f-43d9-a688-e2d00652c736", "name": "CreateQoSTests-ebc15194-26cd-428a-855c-d59ab712064f"}, "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/11bc3d05-456f-43d9-a688-e2d00652c736", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/qos-specs/11bc3d05-456f-43d9-a688-e2d00652c736", "rel": "bookmark"}]} 2018-11-09 08:11:29,825 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-e16404f6-ebae-4286-a7fc-1f9570c43b54 2018-11-09 08:11:29,825 - create_qos - INFO - Created qos with name - CreateQoSTests-ebc15194-26cd-428a-855c-d59ab712064f 2018-11-09 08:11:29,828 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26405389182a9c148e0b799c0c57ac91a798e446" 2018-11-09 08:11:30,391 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:29 GMT Server: Apache x-compute-request-id: req-468f10e7-9458-41a5-87e3-78aa5a6b0c76 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-468f10e7-9458-41a5-87e3-78aa5a6b0c76 Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "11bc3d05-456f-43d9-a688-e2d00652c736", "name": "CreateQoSTests-ebc15194-26cd-428a-855c-d59ab712064f"}]} 2018-11-09 08:11:30,391 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-468f10e7-9458-41a5-87e3-78aa5a6b0c76 2018-11-09 08:11:30,392 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-ebc15194-26cd-428a-855c-d59ab712064f 2018-11-09 08:11:30,395 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/11bc3d05-456f-43d9-a688-e2d00652c736?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-334b80ed-fd1e-48ef-9fa7-896f98df9833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe0dfb60384977c4f329f5fe0f815be4cc77976" 2018-11-09 08:11:30,639 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:11:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dea2843a-36d8-435f-b961-887a768c71d1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:11:30,639 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/11bc3d05-456f-43d9-a688-e2d00652c736?force=False used request id req-dea2843a-36d8-435f-b961-887a768c71d1 2018-11-09 08:11:30,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:30,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-618b91c5-a246-4a25-8232-295a612314d1 Date: Fri, 09 Nov 2018 08:11:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:11:30,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-618b91c5-a246-4a25-8232-295a612314d1 2018-11-09 08:11:30,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:30,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf22e2f3-ce70-49ca-ad96-3c5273f1badb 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:11:30,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-cf22e2f3-ce70-49ca-ad96-3c5273f1badb 2018-11-09 08:11:30,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:31,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586926ca-d8fc-4aa8-8e5c-b83ddf2b5a61 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:11:31,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-586926ca-d8fc-4aa8-8e5c-b83ddf2b5a61 2018-11-09 08:11:31,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:31,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b626b9-9614-4db6-b564-02149a3946e4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:11:31,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-09b626b9-9614-4db6-b564-02149a3946e4 2018-11-09 08:11:31,151 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-8b0eb91c-a8b8-437-proj 2018-11-09 08:11:31,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/4ceac98ac3a147afa8507e850213f7aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:31,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6db56a73-b698-43f8-839f-5831ee7fa2a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:31,371 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4ceac98ac3a147afa8507e850213f7aa used request id req-6db56a73-b698-43f8-839f-5831ee7fa2a4 2018-11-09 08:11:31,371 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-8b0eb91c-a8b8-437-proj-role 2018-11-09 08:11:31,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/5a27fac80abf4e269b3db9c28ed4a6fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:31,493 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8ea9f2b-9277-4e08-bfa9-27585517ffaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:31,494 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/5a27fac80abf4e269b3db9c28ed4a6fa used request id req-c8ea9f2b-9277-4e08-bfa9-27585517ffaa 2018-11-09 08:11:31,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b8da0c6c7abb1c76238cd9dfa85da03240af9c" 2018-11-09 08:11:31,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f5db6fd-eca5-484c-b7f7-f632a239507c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:31,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0f5db6fd-eca5-484c-b7f7-f632a239507c 2018-11-09 08:11:31,578 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-8b0eb91c-a8b8-437-user 2018-11-09 08:11:31,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/45aa9969963242c7b665bf3338a75f37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544026da4de0a4b7c75ade7596d06cb2f9d87560" 2018-11-09 08:11:31,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8182aa1-3cf9-45e9-9663-2feac7134840 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:31,787 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/45aa9969963242c7b665bf3338a75f37 used request id req-d8182aa1-3cf9-45e9-9663-2feac7134840 2018-11-09 08:11:31,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:32,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["5BGRlMCOTlWraFPhfXlS0w"], "issued_at": "2018-11-09T08:11:32.000000Z"}} 2018-11-09 08:11:32,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd648ec0f39b8ccfcf1390e819a01943e4b21aa0" 2018-11-09 08:11:32,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f44fc5-9a6a-4318-96cf-c4209c4dc4b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:32,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b2f44fc5-9a6a-4318-96cf-c4209c4dc4b8 2018-11-09 08:11:32,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:32,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:32,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["qwoC4N7mRGydXEeoDoDoOA"], "issued_at": "2018-11-09T08:11:32.000000Z"}} 2018-11-09 08:11:32,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:32,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66439ec8-43e6-435d-855a-8d56008fda0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:32,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-66439ec8-43e6-435d-855a-8d56008fda0b 2018-11-09 08:11:32,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:32,739 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:32,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-0d1a8cee-d143-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:32,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb9ae00f-6c00-4188-9aae-4cb4b9d1c71a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-0d1a8cee-d143-414-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:11:32,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-0d1a8cee-d143-414-proj used request id req-eb9ae00f-6c00-4188-9aae-4cb4b9d1c71a 2018-11-09 08:11:32,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:32,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7deff30-9b3e-4f11-9499-ff4a86fb03dc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:32,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b7deff30-9b3e-4f11-9499-ff4a86fb03dc 2018-11-09 08:11:32,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-0d1a8cee-d143-414-proj"}}' 2018-11-09 08:11:33,026 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ce76eeb-9d23-45b0-b2d2-ff1e7be7e14b Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/53aa6c14b8b342e1806eb88996825fde"}, "enabled": true, "id": "53aa6c14b8b342e1806eb88996825fde", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-0d1a8cee-d143-414-proj"}} 2018-11-09 08:11:33,027 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5ce76eeb-9d23-45b0-b2d2-ff1e7be7e14b 2018-11-09 08:11:33,027 - keystone_utils - INFO - Created project with name - CreateQoSTests-0d1a8cee-d143-414-proj 2018-11-09 08:11:33,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:33,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:33,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["JnPC8Jb0TLeJnQafACRmTA"], "issued_at": "2018-11-09T08:11:33.000000Z"}} 2018-11-09 08:11:33,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccda3e05215c6c413576c80f7e090f45f9732fdb" 2018-11-09 08:11:33,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3dfca06-2304-4eff-8f24-49e5b150ea6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:33,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e3dfca06-2304-4eff-8f24-49e5b150ea6d 2018-11-09 08:11:33,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:33,601 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:33,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccda3e05215c6c413576c80f7e090f45f9732fdb" 2018-11-09 08:11:33,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13c7f60c-076f-4309-a385-ec5e332b7189 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:11:33,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-13c7f60c-076f-4309-a385-ec5e332b7189 2018-11-09 08:11:33,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateQoSTests-0d1a8cee-d143-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccda3e05215c6c413576c80f7e090f45f9732fdb" 2018-11-09 08:11:33,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e5d286a-f68b-4416-ad73-417a39f950d6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateQoSTests-0d1a8cee-d143-414-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/53aa6c14b8b342e1806eb88996825fde"}, "enabled": true, "id": "53aa6c14b8b342e1806eb88996825fde", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-0d1a8cee-d143-414-proj"}]} 2018-11-09 08:11:33,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateQoSTests-0d1a8cee-d143-414-proj used request id req-3e5d286a-f68b-4416-ad73-417a39f950d6 2018-11-09 08:11:33,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccda3e05215c6c413576c80f7e090f45f9732fdb" 2018-11-09 08:11:33,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a76a71-65a0-4dd4-9636-b26de7eac467 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:33,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-01a76a71-65a0-4dd4-9636-b26de7eac467 2018-11-09 08:11:34,182 - keystone_utils - INFO - Created user with name - CreateQoSTests-0d1a8cee-d143-414-user 2018-11-09 08:11:34,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:34,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:34,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c87b55e2-5cab-46f5-9035-17a66e6be0d0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:34,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c87b55e2-5cab-46f5-9035-17a66e6be0d0 2018-11-09 08:11:34,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" -d '{"role": {"name": "CreateQoSTests-0d1a8cee-d143-414-proj-role"}}' 2018-11-09 08:11:34,379 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00411a99-6c09-4f78-83e3-c19240e2eb45 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9e76ccf50b554b399db90602d744275c", "links": {"self": "http://172.30.9.27:5000/v3/roles/9e76ccf50b554b399db90602d744275c"}, "name": "CreateQoSTests-0d1a8cee-d143-414-proj-role"}} 2018-11-09 08:11:34,380 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-00411a99-6c09-4f78-83e3-c19240e2eb45 2018-11-09 08:11:34,380 - keystone_utils - INFO - Created role with name - CreateQoSTests-0d1a8cee-d143-414-proj-role 2018-11-09 08:11:34,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/9e76ccf50b554b399db90602d744275c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:34,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688d8ab5-7eaf-4bd7-bdf5-717685d2b57a Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/9e76ccf50b554b399db90602d744275c"}, "domain_id": null, "name": "CreateQoSTests-0d1a8cee-d143-414-proj-role", "id": "9e76ccf50b554b399db90602d744275c"}} 2018-11-09 08:11:34,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/9e76ccf50b554b399db90602d744275c used request id req-688d8ab5-7eaf-4bd7-bdf5-717685d2b57a 2018-11-09 08:11:34,471 - keystone_utils - INFO - Granting role CreateQoSTests-0d1a8cee-d143-414-proj-role to project CreateQoSTests-0d1a8cee-d143-414-proj 2018-11-09 08:11:34,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/53aa6c14b8b342e1806eb88996825fde/users/8b644815bca84facb1091d44c912f40d/roles/9e76ccf50b554b399db90602d744275c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:34,604 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d15bec8-c199-4334-9a7e-475093f45892 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:34,605 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/53aa6c14b8b342e1806eb88996825fde/users/8b644815bca84facb1091d44c912f40d/roles/9e76ccf50b554b399db90602d744275c used request id req-2d15bec8-c199-4334-9a7e-475093f45892 2018-11-09 08:11:34,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:34,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:34,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["WcwcXPgJTdujune8vxf33Q"], "issued_at": "2018-11-09T08:11:34.000000Z"}} 2018-11-09 08:11:34,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a43d734e47d2a24c692ea5d5136827329ef80732" 2018-11-09 08:11:35,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dea29c1-ab12-4973-8448-667560bcec34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:35,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8dea29c1-ab12-4973-8448-667560bcec34 2018-11-09 08:11:35,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a43d734e47d2a24c692ea5d5136827329ef80732" 2018-11-09 08:11:35,242 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:34 GMT Server: Apache x-compute-request-id: req-2404e193-8ad6-4fff-822b-d197c095e072 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2404e193-8ad6-4fff-822b-d197c095e072 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-09 08:11:35,242 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-2404e193-8ad6-4fff-822b-d197c095e072 2018-11-09 08:11:35,245 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2404e193-8ad6-4fff-822b-d197c095e072" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a43d734e47d2a24c692ea5d5136827329ef80732" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-b7ae115c-ae72-4ed0-842d-3a67424ecf75"}}' 2018-11-09 08:11:35,830 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:35 GMT Server: Apache x-compute-request-id: req-aa77519c-f7f1-43ba-ba59-e3d23984bbe7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aa77519c-f7f1-43ba-ba59-e3d23984bbe7 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "7f95d5fa-3a1b-41c8-bb29-ed167b2eb596", "name": "CreateQoSTests-b7ae115c-ae72-4ed0-842d-3a67424ecf75"}, "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/7f95d5fa-3a1b-41c8-bb29-ed167b2eb596", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/qos-specs/7f95d5fa-3a1b-41c8-bb29-ed167b2eb596", "rel": "bookmark"}]} 2018-11-09 08:11:35,831 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-aa77519c-f7f1-43ba-ba59-e3d23984bbe7 2018-11-09 08:11:35,831 - create_qos - INFO - Created qos with name - CreateQoSTests-b7ae115c-ae72-4ed0-842d-3a67424ecf75 2018-11-09 08:11:35,834 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd648ec0f39b8ccfcf1390e819a01943e4b21aa0" 2018-11-09 08:11:36,009 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:35 GMT Server: Apache x-compute-request-id: req-8faebe6c-9e0e-42dd-88e1-00403f080eee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8faebe6c-9e0e-42dd-88e1-00403f080eee Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "7f95d5fa-3a1b-41c8-bb29-ed167b2eb596", "name": "CreateQoSTests-b7ae115c-ae72-4ed0-842d-3a67424ecf75"}]} 2018-11-09 08:11:36,010 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-8faebe6c-9e0e-42dd-88e1-00403f080eee 2018-11-09 08:11:36,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:36,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:36,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Nb_o7lwUSB6W6uQvfTLrww"], "issued_at": "2018-11-09T08:11:36.000000Z"}} 2018-11-09 08:11:36,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08eeb63cee45f298866d4b84d6cb5a23a2f18cf0" 2018-11-09 08:11:36,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d4721cc-0b7c-4393-82c4-0ae8aecce099 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:36,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8d4721cc-0b7c-4393-82c4-0ae8aecce099 2018-11-09 08:11:36,487 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08eeb63cee45f298866d4b84d6cb5a23a2f18cf0" 2018-11-09 08:11:37,242 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:36 GMT Server: Apache x-compute-request-id: req-241f3065-6fed-45d1-a0eb-6828a2dd986c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-241f3065-6fed-45d1-a0eb-6828a2dd986c Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "7f95d5fa-3a1b-41c8-bb29-ed167b2eb596", "name": "CreateQoSTests-b7ae115c-ae72-4ed0-842d-3a67424ecf75"}]} 2018-11-09 08:11:37,242 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-241f3065-6fed-45d1-a0eb-6828a2dd986c 2018-11-09 08:11:37,243 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-b7ae115c-ae72-4ed0-842d-3a67424ecf75 2018-11-09 08:11:37,246 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/7f95d5fa-3a1b-41c8-bb29-ed167b2eb596?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2404e193-8ad6-4fff-822b-d197c095e072" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a43d734e47d2a24c692ea5d5136827329ef80732" 2018-11-09 08:11:37,873 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:11:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f7d8f7d7-20b0-4e0d-9362-e46d4ae8d7ae Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:11:37,873 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/7f95d5fa-3a1b-41c8-bb29-ed167b2eb596?force=False used request id req-f7d8f7d7-20b0-4e0d-9362-e46d4ae8d7ae 2018-11-09 08:11:37,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:38,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-999572c0-2ba4-48e2-af73-304abf0d8238 Date: Fri, 09 Nov 2018 08:11:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:11:38,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-999572c0-2ba4-48e2-af73-304abf0d8238 2018-11-09 08:11:38,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:38,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ae11d2-9c7d-4fc2-ad97-a01075158f98 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:11:38,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-73ae11d2-9c7d-4fc2-ad97-a01075158f98 2018-11-09 08:11:38,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:38,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c9d6b9c-772c-4fee-9b72-2241d3480a73 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:11:38,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-4c9d6b9c-772c-4fee-9b72-2241d3480a73 2018-11-09 08:11:38,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:38,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d79102da-a35e-4690-92b7-3fded7cea154 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:11:38,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-d79102da-a35e-4690-92b7-3fded7cea154 2018-11-09 08:11:38,387 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-0d1a8cee-d143-414-proj 2018-11-09 08:11:38,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/53aa6c14b8b342e1806eb88996825fde -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:38,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11bd15ea-c430-4d08-911b-bb1c2fbef627 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:38,629 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/53aa6c14b8b342e1806eb88996825fde used request id req-11bd15ea-c430-4d08-911b-bb1c2fbef627 2018-11-09 08:11:38,629 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-0d1a8cee-d143-414-proj-role 2018-11-09 08:11:38,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/9e76ccf50b554b399db90602d744275c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:38,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99bf325f-124d-47b5-9eb1-39449714d2e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:38,751 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/9e76ccf50b554b399db90602d744275c used request id req-99bf325f-124d-47b5-9eb1-39449714d2e3 2018-11-09 08:11:38,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d1084de467a83a614d7eaafc7a72ca9fd6bbf9d" 2018-11-09 08:11:38,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b0b067-11d8-423a-8c0a-22638203104c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:38,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-83b0b067-11d8-423a-8c0a-22638203104c 2018-11-09 08:11:38,836 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-0d1a8cee-d143-414-user 2018-11-09 08:11:38,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8b644815bca84facb1091d44c912f40d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccda3e05215c6c413576c80f7e090f45f9732fdb" 2018-11-09 08:11:39,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2963caae-720c-4719-8afa-bd33b98f070e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:39,008 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8b644815bca84facb1091d44c912f40d used request id req-2963caae-720c-4719-8afa-bd33b98f070e 2018-11-09 08:11:39,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:39,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["n_me1W2rRlOtfQNhV6RS3Q"], "issued_at": "2018-11-09T08:11:39.000000Z"}} 2018-11-09 08:11:39,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de622385900c4339e79adcdda5c3d7d2de01335" 2018-11-09 08:11:39,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df4a120e-043b-4621-9237-35a6b5f5e4a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:39,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-df4a120e-043b-4621-9237-35a6b5f5e4a6 2018-11-09 08:11:39,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:39,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:39,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["zCo3cGgXT9Wp4NdvPUL7HA"], "issued_at": "2018-11-09T08:11:39.000000Z"}} 2018-11-09 08:11:39,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:39,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cacf4138-37bc-4f8e-9e8d-de46c77c3b2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:39,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cacf4138-37bc-4f8e-9e8d-de46c77c3b2f 2018-11-09 08:11:39,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:39,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:39,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:39,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb5e32f5-5047-4efc-a6f9-0d38431e4f71 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:11:39,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj used request id req-bb5e32f5-5047-4efc-a6f9-0d38431e4f71 2018-11-09 08:11:39,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:40,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c30ac5c-c6d4-4fd9-8ece-2bf6ac2adb6d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:40,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-2c30ac5c-c6d4-4fd9-8ece-2bf6ac2adb6d 2018-11-09 08:11:40,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj"}}' 2018-11-09 08:11:40,200 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a9d04bd-a4f5-426a-86f7-7b5ae3cbaec4 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daec66c372854c418840f6dbc15688ed"}, "enabled": true, "id": "daec66c372854c418840f6dbc15688ed", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj"}} 2018-11-09 08:11:40,200 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-4a9d04bd-a4f5-426a-86f7-7b5ae3cbaec4 2018-11-09 08:11:40,200 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj 2018-11-09 08:11:40,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:40,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:40,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["gM0S3gSaSqmgGcndy_dY8A"], "issued_at": "2018-11-09T08:11:40.000000Z"}} 2018-11-09 08:11:40,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fc408983d50dc271e10a4ebea1cf09a9effc90b" 2018-11-09 08:11:40,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-602ef89f-f93b-4e61-b86f-846b7e7d28f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:40,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-602ef89f-f93b-4e61-b86f-846b7e7d28f3 2018-11-09 08:11:40,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:40,615 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:40,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fc408983d50dc271e10a4ebea1cf09a9effc90b" 2018-11-09 08:11:40,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949c95ef-142d-4847-875f-3f49a2ac78b8 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:11:40,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-949c95ef-142d-4847-875f-3f49a2ac78b8 2018-11-09 08:11:40,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fc408983d50dc271e10a4ebea1cf09a9effc90b" 2018-11-09 08:11:40,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-628b00c2-d031-4507-8005-f260c9df4a86 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daec66c372854c418840f6dbc15688ed"}, "enabled": true, "id": "daec66c372854c418840f6dbc15688ed", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj"}]} 2018-11-09 08:11:40,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj used request id req-628b00c2-d031-4507-8005-f260c9df4a86 2018-11-09 08:11:40,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fc408983d50dc271e10a4ebea1cf09a9effc90b" 2018-11-09 08:11:40,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aa78ecc-be93-4d5d-8213-22948503d6c4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:40,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-2aa78ecc-be93-4d5d-8213-22948503d6c4 2018-11-09 08:11:41,195 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-user 2018-11-09 08:11:41,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:41,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:41,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed566024-3ab9-4375-b2a4-163201056e3b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:41,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ed566024-3ab9-4375-b2a4-163201056e3b 2018-11-09 08:11:41,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj-role"}}' 2018-11-09 08:11:41,464 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2b5ced5-1782-4ba5-9ff8-22f22453bb0d Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6c84f9f255e746379e5101a2a6317045", "links": {"self": "http://172.30.9.27:5000/v3/roles/6c84f9f255e746379e5101a2a6317045"}, "name": "CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj-role"}} 2018-11-09 08:11:41,464 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-b2b5ced5-1782-4ba5-9ff8-22f22453bb0d 2018-11-09 08:11:41,465 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj-role 2018-11-09 08:11:41,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/6c84f9f255e746379e5101a2a6317045 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:41,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d278e60a-0abd-4707-a660-56ccf4952257 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6c84f9f255e746379e5101a2a6317045"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj-role", "id": "6c84f9f255e746379e5101a2a6317045"}} 2018-11-09 08:11:41,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6c84f9f255e746379e5101a2a6317045 used request id req-d278e60a-0abd-4707-a660-56ccf4952257 2018-11-09 08:11:41,557 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj-role to project CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj 2018-11-09 08:11:41,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/daec66c372854c418840f6dbc15688ed/users/0ff7d66381e54b3480c78ed09b65118b/roles/6c84f9f255e746379e5101a2a6317045 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:41,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dff93bc3-e03c-45a5-adbf-b213d99d8d18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:41,689 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/daec66c372854c418840f6dbc15688ed/users/0ff7d66381e54b3480c78ed09b65118b/roles/6c84f9f255e746379e5101a2a6317045 used request id req-dff93bc3-e03c-45a5-adbf-b213d99d8d18 2018-11-09 08:11:41,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:41,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:42,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["B1_iNaWWShCfcCEzoaNTKg"], "issued_at": "2018-11-09T08:11:42.000000Z"}} 2018-11-09 08:11:42,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec9acfbed4a4ff9021eef66ac2eb14e56bf0c21" 2018-11-09 08:11:42,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc46605-0e8e-405a-a8ba-8fc0f24076ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:42,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7dc46605-0e8e-405a-a8ba-8fc0f24076ad 2018-11-09 08:11:42,163 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec9acfbed4a4ff9021eef66ac2eb14e56bf0c21" 2018-11-09 08:11:42,349 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:42 GMT Server: Apache x-compute-request-id: req-27f8acab-c3fb-4f5a-8887-3f5764a958ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-27f8acab-c3fb-4f5a-8887-3f5764a958ca Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-09 08:11:42,349 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-27f8acab-c3fb-4f5a-8887-3f5764a958ca 2018-11-09 08:11:42,353 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-27f8acab-c3fb-4f5a-8887-3f5764a958ca" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec9acfbed4a4ff9021eef66ac2eb14e56bf0c21" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-364a9534-92ab-4500-9d50-c21c068f6033", "description": null}}' 2018-11-09 08:11:42,960 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:42 GMT Server: Apache x-compute-request-id: req-d796d52a-2ec2-43ac-9a2e-ecc551a958a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d796d52a-2ec2-43ac-9a2e-ecc551a958a6 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-364a9534-92ab-4500-9d50-c21c068f6033", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "67ee987a-58f7-4ad8-896f-8d4a3ab3e565", "description": null}} 2018-11-09 08:11:42,961 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types used request id req-d796d52a-2ec2-43ac-9a2e-ecc551a958a6 2018-11-09 08:11:42,961 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-364a9534-92ab-4500-9d50-c21c068f6033 2018-11-09 08:11:42,964 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de622385900c4339e79adcdda5c3d7d2de01335" 2018-11-09 08:11:43,134 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:42 GMT Server: Apache x-compute-request-id: req-80a733a1-a57f-44aa-ba70-4f88549be0be OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-80a733a1-a57f-44aa-ba70-4f88549be0be Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-364a9534-92ab-4500-9d50-c21c068f6033", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "67ee987a-58f7-4ad8-896f-8d4a3ab3e565", "description": null}]} 2018-11-09 08:11:43,134 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-80a733a1-a57f-44aa-ba70-4f88549be0be 2018-11-09 08:11:43,138 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/67ee987a-58f7-4ad8-896f-8d4a3ab3e565 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80a733a1-a57f-44aa-ba70-4f88549be0be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de622385900c4339e79adcdda5c3d7d2de01335" 2018-11-09 08:11:43,309 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:43 GMT Server: Apache x-compute-request-id: req-8419a733-89cd-48d9-b0ce-6a50e537476d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8419a733-89cd-48d9-b0ce-6a50e537476d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-364a9534-92ab-4500-9d50-c21c068f6033", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "67ee987a-58f7-4ad8-896f-8d4a3ab3e565", "description": null}} 2018-11-09 08:11:43,309 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/67ee987a-58f7-4ad8-896f-8d4a3ab3e565 used request id req-8419a733-89cd-48d9-b0ce-6a50e537476d 2018-11-09 08:11:43,312 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/67ee987a-58f7-4ad8-896f-8d4a3ab3e565/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80a733a1-a57f-44aa-ba70-4f88549be0be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de622385900c4339e79adcdda5c3d7d2de01335" 2018-11-09 08:11:43,497 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:43 GMT Server: Apache x-compute-request-id: req-2de960ad-1a9e-4827-8c7b-4b3da050a45e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2de960ad-1a9e-4827-8c7b-4b3da050a45e Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 08:11:43,498 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/67ee987a-58f7-4ad8-896f-8d4a3ab3e565/encryption used request id req-2de960ad-1a9e-4827-8c7b-4b3da050a45e 2018-11-09 08:11:43,498 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-364a9534-92ab-4500-9d50-c21c068f6033 2018-11-09 08:11:43,501 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/67ee987a-58f7-4ad8-896f-8d4a3ab3e565 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80a733a1-a57f-44aa-ba70-4f88549be0be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de622385900c4339e79adcdda5c3d7d2de01335" 2018-11-09 08:11:43,560 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:11:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b8a1309b-ed3f-4d4d-8f8f-f7519c03ec16 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:11:43,560 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/67ee987a-58f7-4ad8-896f-8d4a3ab3e565 used request id req-b8a1309b-ed3f-4d4d-8f8f-f7519c03ec16 2018-11-09 08:11:43,563 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-80a733a1-a57f-44aa-ba70-4f88549be0be" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de622385900c4339e79adcdda5c3d7d2de01335" 2018-11-09 08:11:43,724 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:43 GMT Server: Apache x-compute-request-id: req-1f985dbb-8b71-4f8a-88e8-49e600094992 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1f985dbb-8b71-4f8a-88e8-49e600094992 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-09 08:11:43,724 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-1f985dbb-8b71-4f8a-88e8-49e600094992 2018-11-09 08:11:43,725 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-364a9534-92ab-4500-9d50-c21c068f6033 2018-11-09 08:11:43,727 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/67ee987a-58f7-4ad8-896f-8d4a3ab3e565 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27f8acab-c3fb-4f5a-8887-3f5764a958ca" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec9acfbed4a4ff9021eef66ac2eb14e56bf0c21" 2018-11-09 08:11:44,292 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:11:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5a337637-54d9-42eb-8e31-585e321c1964 x-openstack-request-id: req-5a337637-54d9-42eb-8e31-585e321c1964 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 67ee987a-58f7-4ad8-896f-8d4a3ab3e565 could not be found.", "code": 404}} 2018-11-09 08:11:44,292 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/67ee987a-58f7-4ad8-896f-8d4a3ab3e565 used request id req-5a337637-54d9-42eb-8e31-585e321c1964 2018-11-09 08:11:44,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:44,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-277194b6-88cc-4403-a07a-ce34b46b0380 Date: Fri, 09 Nov 2018 08:11:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:11:44,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-277194b6-88cc-4403-a07a-ce34b46b0380 2018-11-09 08:11:44,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:44,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cac08fb-55bd-4d96-98e8-2b2cab441acc 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:11:44,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-7cac08fb-55bd-4d96-98e8-2b2cab441acc 2018-11-09 08:11:44,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:44,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4981ca6c-915f-4c15-9a00-54d049cfa901 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:11:44,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-4981ca6c-915f-4c15-9a00-54d049cfa901 2018-11-09 08:11:44,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:44,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5caa8016-e289-49cc-a2f3-66d8f83a50b7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:11:44,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-5caa8016-e289-49cc-a2f3-66d8f83a50b7 2018-11-09 08:11:44,796 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj 2018-11-09 08:11:44,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/daec66c372854c418840f6dbc15688ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:44,993 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ea1ef34-b4ed-48bc-8e9b-5d28bcf4f180 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:44,993 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/daec66c372854c418840f6dbc15688ed used request id req-1ea1ef34-b4ed-48bc-8e9b-5d28bcf4f180 2018-11-09 08:11:44,994 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-proj-role 2018-11-09 08:11:44,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/6c84f9f255e746379e5101a2a6317045 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:45,098 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94e9f3b2-5e94-44bb-9374-ef80a6727573 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:45,098 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6c84f9f255e746379e5101a2a6317045 used request id req-94e9f3b2-5e94-44bb-9374-ef80a6727573 2018-11-09 08:11:45,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58e1f6ecf24603a6c31d507965c84bd78d89a8e" 2018-11-09 08:11:45,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c436f02f-3f74-4bc3-9c48-1b083034c215 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:45,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c436f02f-3f74-4bc3-9c48-1b083034c215 2018-11-09 08:11:45,189 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-2978da33-906b-423-user 2018-11-09 08:11:45,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/0ff7d66381e54b3480c78ed09b65118b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fc408983d50dc271e10a4ebea1cf09a9effc90b" 2018-11-09 08:11:45,391 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8049c6dd-a736-4544-bd50-309115a86339 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:45,391 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0ff7d66381e54b3480c78ed09b65118b used request id req-8049c6dd-a736-4544-bd50-309115a86339 2018-11-09 08:11:45,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:45,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["CdL5BtSBRQeGKhQiudtW6g"], "issued_at": "2018-11-09T08:11:45.000000Z"}} 2018-11-09 08:11:45,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b56c4d02d8673fc85517c389dcc77e34e3c0e2" 2018-11-09 08:11:45,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3459b883-41f9-44be-93a2-db33fa0b060f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:45,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3459b883-41f9-44be-93a2-db33fa0b060f 2018-11-09 08:11:45,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:45,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:46,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["6-3ToDB1Tm2ce_SgBe3RUw"], "issued_at": "2018-11-09T08:11:46.000000Z"}} 2018-11-09 08:11:46,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:46,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29fe52f1-b664-464c-922f-d6f624e577c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:46,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-29fe52f1-b664-464c-922f-d6f624e577c1 2018-11-09 08:11:46,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:46,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:46,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:46,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8b18edc-1739-4436-a92c-67ad9691074d Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:11:46,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj used request id req-f8b18edc-1739-4436-a92c-67ad9691074d 2018-11-09 08:11:46,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:46,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70525127-023f-44c1-9848-79c796109215 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:46,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-70525127-023f-44c1-9848-79c796109215 2018-11-09 08:11:46,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj"}}' 2018-11-09 08:11:46,632 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da498b72-756d-4c4e-9044-8262e7730bed Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/9520dc93a93b441e9b924ab5057a56d3"}, "enabled": true, "id": "9520dc93a93b441e9b924ab5057a56d3", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj"}} 2018-11-09 08:11:46,632 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-da498b72-756d-4c4e-9044-8262e7730bed 2018-11-09 08:11:46,632 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj 2018-11-09 08:11:46,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:46,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:47,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["nJ9J9jgbS6a2aqIDn4tn1A"], "issued_at": "2018-11-09T08:11:47.000000Z"}} 2018-11-09 08:11:47,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7484530d351853a730a6c479d301a1ef85f05eb" 2018-11-09 08:11:47,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e4f080a-b8b5-4ba9-ad5e-67fc93335d39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:47,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8e4f080a-b8b5-4ba9-ad5e-67fc93335d39 2018-11-09 08:11:47,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:47,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:47,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7484530d351853a730a6c479d301a1ef85f05eb" 2018-11-09 08:11:47,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0602669-90d0-4c21-a312-d593e61ecb9d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:11:47,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b0602669-90d0-4c21-a312-d593e61ecb9d 2018-11-09 08:11:47,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7484530d351853a730a6c479d301a1ef85f05eb" 2018-11-09 08:11:47,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e7d371-6c32-44e7-8fe0-757ad16fb65a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/9520dc93a93b441e9b924ab5057a56d3"}, "enabled": true, "id": "9520dc93a93b441e9b924ab5057a56d3", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj"}]} 2018-11-09 08:11:47,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj used request id req-a9e7d371-6c32-44e7-8fe0-757ad16fb65a 2018-11-09 08:11:47,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7484530d351853a730a6c479d301a1ef85f05eb" 2018-11-09 08:11:47,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bce42236-e524-4bfa-b51c-45b20ee4fe7b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:47,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-bce42236-e524-4bfa-b51c-45b20ee4fe7b 2018-11-09 08:11:47,721 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-user 2018-11-09 08:11:47,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:47,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:47,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5a6463-7606-4eda-8ae9-a310e87a8d3d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:47,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6d5a6463-7606-4eda-8ae9-a310e87a8d3d 2018-11-09 08:11:47,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj-role"}}' 2018-11-09 08:11:47,943 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-482f2599-ac8c-483e-b5af-f6b6bee43374 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "84b3255dfc374629aa724f3cffe96587", "links": {"self": "http://172.30.9.27:5000/v3/roles/84b3255dfc374629aa724f3cffe96587"}, "name": "CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj-role"}} 2018-11-09 08:11:47,943 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-482f2599-ac8c-483e-b5af-f6b6bee43374 2018-11-09 08:11:47,944 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj-role 2018-11-09 08:11:47,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/84b3255dfc374629aa724f3cffe96587 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:48,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-994bab12-ae91-406a-87ad-dcd9033a796c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/84b3255dfc374629aa724f3cffe96587"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj-role", "id": "84b3255dfc374629aa724f3cffe96587"}} 2018-11-09 08:11:48,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/84b3255dfc374629aa724f3cffe96587 used request id req-994bab12-ae91-406a-87ad-dcd9033a796c 2018-11-09 08:11:48,045 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj-role to project CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj 2018-11-09 08:11:48,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/9520dc93a93b441e9b924ab5057a56d3/users/473121f652ce47529f2ec97cc1ebe71d/roles/84b3255dfc374629aa724f3cffe96587 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:48,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44fa5a0d-9bbf-4316-8352-2abfc0148871 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:48,173 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/9520dc93a93b441e9b924ab5057a56d3/users/473121f652ce47529f2ec97cc1ebe71d/roles/84b3255dfc374629aa724f3cffe96587 used request id req-44fa5a0d-9bbf-4316-8352-2abfc0148871 2018-11-09 08:11:48,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:48,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:48,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["YLcmd3ZuR_W2WIesO6IMFQ"], "issued_at": "2018-11-09T08:11:48.000000Z"}} 2018-11-09 08:11:48,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcc7488af692d6b0c66eee1533a740d70255c51b" 2018-11-09 08:11:48,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e1900bf-8254-43fb-b1c5-0bc8ddb842db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:48,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2e1900bf-8254-43fb-b1c5-0bc8ddb842db 2018-11-09 08:11:48,603 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcc7488af692d6b0c66eee1533a740d70255c51b" 2018-11-09 08:11:48,765 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:48 GMT Server: Apache x-compute-request-id: req-97e1c02f-f2f0-4637-ae4c-2c4289652849 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-97e1c02f-f2f0-4637-ae4c-2c4289652849 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-09 08:11:48,765 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-97e1c02f-f2f0-4637-ae4c-2c4289652849 2018-11-09 08:11:48,769 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-97e1c02f-f2f0-4637-ae4c-2c4289652849" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcc7488af692d6b0c66eee1533a740d70255c51b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-d192cdc5-a145-4839-a115-f2bc64305c8c", "description": null}}' 2018-11-09 08:11:49,390 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:48 GMT Server: Apache x-compute-request-id: req-fee3512a-6f8b-4c8e-b107-e34b46bab85d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fee3512a-6f8b-4c8e-b107-e34b46bab85d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d192cdc5-a145-4839-a115-f2bc64305c8c", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c", "description": null}} 2018-11-09 08:11:49,390 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types used request id req-fee3512a-6f8b-4c8e-b107-e34b46bab85d 2018-11-09 08:11:49,391 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-d192cdc5-a145-4839-a115-f2bc64305c8c 2018-11-09 08:11:49,394 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b56c4d02d8673fc85517c389dcc77e34e3c0e2" 2018-11-09 08:11:49,564 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:49 GMT Server: Apache x-compute-request-id: req-ff10774f-c63a-408f-81eb-16deb7069a0c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ff10774f-c63a-408f-81eb-16deb7069a0c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-d192cdc5-a145-4839-a115-f2bc64305c8c", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c", "description": null}]} 2018-11-09 08:11:49,564 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-ff10774f-c63a-408f-81eb-16deb7069a0c 2018-11-09 08:11:49,568 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff10774f-c63a-408f-81eb-16deb7069a0c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b56c4d02d8673fc85517c389dcc77e34e3c0e2" 2018-11-09 08:11:49,762 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:49 GMT Server: Apache x-compute-request-id: req-13a5a7dd-24b1-48cc-81de-7ca603454344 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-13a5a7dd-24b1-48cc-81de-7ca603454344 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d192cdc5-a145-4839-a115-f2bc64305c8c", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c", "description": null}} 2018-11-09 08:11:49,763 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c used request id req-13a5a7dd-24b1-48cc-81de-7ca603454344 2018-11-09 08:11:49,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff10774f-c63a-408f-81eb-16deb7069a0c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67b56c4d02d8673fc85517c389dcc77e34e3c0e2" 2018-11-09 08:11:49,954 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:49 GMT Server: Apache x-compute-request-id: req-69424ae5-8915-4159-b79d-589ff62044c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-69424ae5-8915-4159-b79d-589ff62044c1 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 08:11:49,954 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c/encryption used request id req-69424ae5-8915-4159-b79d-589ff62044c1 2018-11-09 08:11:49,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:49,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:50,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ilndDhFgR0qr-3-dXaB0_g"], "issued_at": "2018-11-09T08:11:50.000000Z"}} 2018-11-09 08:11:50,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c7c073cb5ae36a6aaa6a9634968acd968ee6f" 2018-11-09 08:11:50,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-471cf19d-4604-4fcd-b19f-2634c73a3692 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:50,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-471cf19d-4604-4fcd-b19f-2634c73a3692 2018-11-09 08:11:50,347 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c7c073cb5ae36a6aaa6a9634968acd968ee6f" 2018-11-09 08:11:50,516 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:50 GMT Server: Apache x-compute-request-id: req-8ff47e9d-9740-4d8f-ace5-ead1700ac791 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8ff47e9d-9740-4d8f-ace5-ead1700ac791 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-d192cdc5-a145-4839-a115-f2bc64305c8c", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c", "description": null}]} 2018-11-09 08:11:50,516 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-8ff47e9d-9740-4d8f-ace5-ead1700ac791 2018-11-09 08:11:50,522 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ff47e9d-9740-4d8f-ace5-ead1700ac791" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c7c073cb5ae36a6aaa6a9634968acd968ee6f" 2018-11-09 08:11:50,716 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:50 GMT Server: Apache x-compute-request-id: req-1342045c-1eb4-461c-8803-92bf5b89e427 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1342045c-1eb4-461c-8803-92bf5b89e427 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d192cdc5-a145-4839-a115-f2bc64305c8c", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c", "description": null}} 2018-11-09 08:11:50,716 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c used request id req-1342045c-1eb4-461c-8803-92bf5b89e427 2018-11-09 08:11:50,719 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ff47e9d-9740-4d8f-ace5-ead1700ac791" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701c7c073cb5ae36a6aaa6a9634968acd968ee6f" 2018-11-09 08:11:51,282 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:50 GMT Server: Apache x-compute-request-id: req-5d15bc72-b31a-413e-8841-f978b64e5619 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5d15bc72-b31a-413e-8841-f978b64e5619 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 08:11:51,282 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c/encryption used request id req-5d15bc72-b31a-413e-8841-f978b64e5619 2018-11-09 08:11:51,283 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-d192cdc5-a145-4839-a115-f2bc64305c8c 2018-11-09 08:11:51,286 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97e1c02f-f2f0-4637-ae4c-2c4289652849" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcc7488af692d6b0c66eee1533a740d70255c51b" 2018-11-09 08:11:51,488 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:11:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4eed89fd-1d44-427d-aadd-0af70183a3c3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:11:51,488 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/9bc716d9-8a94-47f5-98b5-03e9ccdc6b3c used request id req-4eed89fd-1d44-427d-aadd-0af70183a3c3 2018-11-09 08:11:51,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:51,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-66b72e42-9df7-4441-8b94-8954336eff19 Date: Fri, 09 Nov 2018 08:11:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:11:51,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-66b72e42-9df7-4441-8b94-8954336eff19 2018-11-09 08:11:51,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:51,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a251539-34ca-4386-8fc7-a123d068346b 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:11:51,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-1a251539-34ca-4386-8fc7-a123d068346b 2018-11-09 08:11:51,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:51,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e72d421-fc3e-4856-a008-33171d85d845 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:11:51,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-4e72d421-fc3e-4856-a008-33171d85d845 2018-11-09 08:11:51,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:51,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45970fb6-6522-462c-87aa-0bd23d240c0e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:11:51,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-45970fb6-6522-462c-87aa-0bd23d240c0e 2018-11-09 08:11:51,908 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj 2018-11-09 08:11:51,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/9520dc93a93b441e9b924ab5057a56d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:52,131 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce39113b-d6f8-4580-a6e8-2ecd0461aece Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:52,131 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/9520dc93a93b441e9b924ab5057a56d3 used request id req-ce39113b-d6f8-4580-a6e8-2ecd0461aece 2018-11-09 08:11:52,131 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-proj-role 2018-11-09 08:11:52,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/84b3255dfc374629aa724f3cffe96587 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:52,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-804a7515-57af-417b-8240-02c0763b70fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:52,241 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/84b3255dfc374629aa724f3cffe96587 used request id req-804a7515-57af-417b-8240-02c0763b70fe 2018-11-09 08:11:52,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88baba918b39884fcd39d9f0d91d5cb64cc023ca" 2018-11-09 08:11:52,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7eb0dd3-3490-426f-be04-fb10408148f5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:52,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f7eb0dd3-3490-426f-be04-fb10408148f5 2018-11-09 08:11:52,338 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-9bd3a0b3-c81a-46c-user 2018-11-09 08:11:52,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/473121f652ce47529f2ec97cc1ebe71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7484530d351853a730a6c479d301a1ef85f05eb" 2018-11-09 08:11:52,596 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6cbe4e2-5962-46f1-87ab-50a9b2839423 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:52,596 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/473121f652ce47529f2ec97cc1ebe71d used request id req-c6cbe4e2-5962-46f1-87ab-50a9b2839423 2018-11-09 08:11:52,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:52,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["_HUg-6T8RACjaHpmKhOCVA"], "issued_at": "2018-11-09T08:11:52.000000Z"}} 2018-11-09 08:11:52,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b7abd8142d28ee456b5c25309e398cd6e3b9b54" 2018-11-09 08:11:53,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ca9b4f-8288-4404-beac-d4c249578a06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:53,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-70ca9b4f-8288-4404-beac-d4c249578a06 2018-11-09 08:11:53,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:53,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:53,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["S1q1aoyCRNupq7hN78RgSA"], "issued_at": "2018-11-09T08:11:53.000000Z"}} 2018-11-09 08:11:53,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:53,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ddeb21c-9c67-4e2d-8d1a-68737b33c9ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:53,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8ddeb21c-9c67-4e2d-8d1a-68737b33c9ad 2018-11-09 08:11:53,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:53,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:53,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:53,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6db1da93-5d17-4beb-9c5c-a6f712a3d654 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:11:53,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj used request id req-6db1da93-5d17-4beb-9c5c-a6f712a3d654 2018-11-09 08:11:53,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:53,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39bb2bfb-8515-4d22-9de2-e26e983c1728 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:53,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-39bb2bfb-8515-4d22-9de2-e26e983c1728 2018-11-09 08:11:53,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj"}}' 2018-11-09 08:11:53,865 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10f6a6b6-69ce-4ad6-befe-ae704056d08f Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/76777b7ac26f43a580321aadafc5aafe"}, "enabled": true, "id": "76777b7ac26f43a580321aadafc5aafe", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj"}} 2018-11-09 08:11:53,865 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-10f6a6b6-69ce-4ad6-befe-ae704056d08f 2018-11-09 08:11:53,865 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj 2018-11-09 08:11:53,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:53,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:54,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["NxxIhYFsSOCQI9rkhlNXIg"], "issued_at": "2018-11-09T08:11:54.000000Z"}} 2018-11-09 08:11:54,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39356c3c0d90ba0576dbe91f76c2686e4ce58f58" 2018-11-09 08:11:54,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcbd9751-3f8f-4307-8b95-b2102cf29b2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:54,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fcbd9751-3f8f-4307-8b95-b2102cf29b2f 2018-11-09 08:11:54,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:11:54,269 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:11: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:11:54,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39356c3c0d90ba0576dbe91f76c2686e4ce58f58" 2018-11-09 08:11:54,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-695d8c8d-7ca0-4492-9c2e-968e21e51707 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:11:54,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-695d8c8d-7ca0-4492-9c2e-968e21e51707 2018-11-09 08:11:54,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39356c3c0d90ba0576dbe91f76c2686e4ce58f58" 2018-11-09 08:11:54,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26fe0591-b5fd-4ed9-ad53-79828be4d84f Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/76777b7ac26f43a580321aadafc5aafe"}, "enabled": true, "id": "76777b7ac26f43a580321aadafc5aafe", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj"}]} 2018-11-09 08:11:54,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj used request id req-26fe0591-b5fd-4ed9-ad53-79828be4d84f 2018-11-09 08:11:54,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39356c3c0d90ba0576dbe91f76c2686e4ce58f58" 2018-11-09 08:11:54,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87ef5443-eb93-4b9b-86b3-776fd49bb013 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:11:54,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-87ef5443-eb93-4b9b-86b3-776fd49bb013 2018-11-09 08:11:54,847 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-user 2018-11-09 08:11:54,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:54,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:54,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b43dfbb6-6b6b-43c1-9eb6-b4241554be9b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:54,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b43dfbb6-6b6b-43c1-9eb6-b4241554be9b 2018-11-09 08:11:54,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj-role"}}' 2018-11-09 08:11:55,050 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:11:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-066bcf01-cd9e-4747-b6e6-2831507cfae0 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "61fe919c1cb1440888abd4ccd688f072", "links": {"self": "http://172.30.9.27:5000/v3/roles/61fe919c1cb1440888abd4ccd688f072"}, "name": "CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj-role"}} 2018-11-09 08:11:55,050 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-066bcf01-cd9e-4747-b6e6-2831507cfae0 2018-11-09 08:11:55,050 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj-role 2018-11-09 08:11:55,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/61fe919c1cb1440888abd4ccd688f072 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:55,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eefe2888-55d1-45d6-b6b7-bbf1cb1e468e Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/61fe919c1cb1440888abd4ccd688f072"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj-role", "id": "61fe919c1cb1440888abd4ccd688f072"}} 2018-11-09 08:11:55,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/61fe919c1cb1440888abd4ccd688f072 used request id req-eefe2888-55d1-45d6-b6b7-bbf1cb1e468e 2018-11-09 08:11:55,145 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj-role to project CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj 2018-11-09 08:11:55,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/76777b7ac26f43a580321aadafc5aafe/users/dac2d2fad0064bb39caf23c8f73d377a/roles/61fe919c1cb1440888abd4ccd688f072 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:55,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31d04fd6-b541-48cd-9829-701aa5c733c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:55,282 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/76777b7ac26f43a580321aadafc5aafe/users/dac2d2fad0064bb39caf23c8f73d377a/roles/61fe919c1cb1440888abd4ccd688f072 used request id req-31d04fd6-b541-48cd-9829-701aa5c733c4 2018-11-09 08:11:55,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:11:55,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:11:55,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:11:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ng-ObaGsTV2iXWrQWYO8LQ"], "issued_at": "2018-11-09T08:11:55.000000Z"}} 2018-11-09 08:11:55,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81af018e3802daffad4d6b7ab1f16ae5046e031d" 2018-11-09 08:11:55,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8af66cf8-c108-4838-9fa6-48be3a586b89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:11:55,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8af66cf8-c108-4838-9fa6-48be3a586b89 2018-11-09 08:11:55,856 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81af018e3802daffad4d6b7ab1f16ae5046e031d" 2018-11-09 08:11:56,462 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:55 GMT Server: Apache x-compute-request-id: req-958d6c40-6dde-4c97-bf52-da6e529ee50c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-958d6c40-6dde-4c97-bf52-da6e529ee50c Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-09 08:11:56,462 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-958d6c40-6dde-4c97-bf52-da6e529ee50c 2018-11-09 08:11:56,466 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-958d6c40-6dde-4c97-bf52-da6e529ee50c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81af018e3802daffad4d6b7ab1f16ae5046e031d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-7f8b9a0c-303f-4006-a624-8e334d96460d", "description": null}}' 2018-11-09 08:11:56,695 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:56 GMT Server: Apache x-compute-request-id: req-7f5e15c4-ed4f-4a60-92e4-5884c096415d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7f5e15c4-ed4f-4a60-92e4-5884c096415d Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-7f8b9a0c-303f-4006-a624-8e334d96460d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4aaa357c-8b97-4c13-91d3-1c8128f20da2", "description": null}} 2018-11-09 08:11:56,695 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types used request id req-7f5e15c4-ed4f-4a60-92e4-5884c096415d 2018-11-09 08:11:56,696 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-7f8b9a0c-303f-4006-a624-8e334d96460d 2018-11-09 08:11:56,699 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b7abd8142d28ee456b5c25309e398cd6e3b9b54" 2018-11-09 08:11:57,255 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:56 GMT Server: Apache x-compute-request-id: req-9a9a245e-5955-4576-b92d-4d50b1d5a951 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a9a245e-5955-4576-b92d-4d50b1d5a951 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-7f8b9a0c-303f-4006-a624-8e334d96460d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4aaa357c-8b97-4c13-91d3-1c8128f20da2", "description": null}]} 2018-11-09 08:11:57,256 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-9a9a245e-5955-4576-b92d-4d50b1d5a951 2018-11-09 08:11:57,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9a9a245e-5955-4576-b92d-4d50b1d5a951" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b7abd8142d28ee456b5c25309e398cd6e3b9b54" 2018-11-09 08:11:57,435 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:57 GMT Server: Apache x-compute-request-id: req-5bf1bd29-f962-42ee-8cd8-d410d8e8a58d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5bf1bd29-f962-42ee-8cd8-d410d8e8a58d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-7f8b9a0c-303f-4006-a624-8e334d96460d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4aaa357c-8b97-4c13-91d3-1c8128f20da2", "description": null}} 2018-11-09 08:11:57,435 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2 used request id req-5bf1bd29-f962-42ee-8cd8-d410d8e8a58d 2018-11-09 08:11:57,439 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9a9a245e-5955-4576-b92d-4d50b1d5a951" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b7abd8142d28ee456b5c25309e398cd6e3b9b54" 2018-11-09 08:11:57,610 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:57 GMT Server: Apache x-compute-request-id: req-de0ce99f-2437-48aa-ae96-0ee419756d75 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-de0ce99f-2437-48aa-ae96-0ee419756d75 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 08:11:57,610 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2/encryption used request id req-de0ce99f-2437-48aa-ae96-0ee419756d75 2018-11-09 08:11:57,613 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9a9a245e-5955-4576-b92d-4d50b1d5a951" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b7abd8142d28ee456b5c25309e398cd6e3b9b54" 2018-11-09 08:11:57,794 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:57 GMT Server: Apache x-compute-request-id: req-6672e0fb-ad5b-4228-a47e-52040ac60131 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6672e0fb-ad5b-4228-a47e-52040ac60131 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-7f8b9a0c-303f-4006-a624-8e334d96460d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4aaa357c-8b97-4c13-91d3-1c8128f20da2", "description": null}} 2018-11-09 08:11:57,794 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2 used request id req-6672e0fb-ad5b-4228-a47e-52040ac60131 2018-11-09 08:11:57,797 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9a9a245e-5955-4576-b92d-4d50b1d5a951" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b7abd8142d28ee456b5c25309e398cd6e3b9b54" 2018-11-09 08:11:58,348 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:57 GMT Server: Apache x-compute-request-id: req-abb8015d-2d32-4fb8-a5f4-695c23c93311 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-abb8015d-2d32-4fb8-a5f4-695c23c93311 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-7f8b9a0c-303f-4006-a624-8e334d96460d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4aaa357c-8b97-4c13-91d3-1c8128f20da2", "description": null}} 2018-11-09 08:11:58,348 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2 used request id req-abb8015d-2d32-4fb8-a5f4-695c23c93311 2018-11-09 08:11:58,351 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9a9a245e-5955-4576-b92d-4d50b1d5a951" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b7abd8142d28ee456b5c25309e398cd6e3b9b54" 2018-11-09 08:11:58,514 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:58 GMT Server: Apache x-compute-request-id: req-97b9ba20-a7f8-4450-83f7-0b08c039b43a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-97b9ba20-a7f8-4450-83f7-0b08c039b43a Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 08:11:58,515 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2/encryption used request id req-97b9ba20-a7f8-4450-83f7-0b08c039b43a 2018-11-09 08:11:58,515 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-7f8b9a0c-303f-4006-a624-8e334d96460d 2018-11-09 08:11:58,518 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-958d6c40-6dde-4c97-bf52-da6e529ee50c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81af018e3802daffad4d6b7ab1f16ae5046e031d" 2018-11-09 08:11:58,740 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:11:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6f2e15fe-c863-4ed5-931f-fb6ef473f2b1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:11:58,740 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/4aaa357c-8b97-4c13-91d3-1c8128f20da2 used request id req-6f2e15fe-c863-4ed5-931f-fb6ef473f2b1 2018-11-09 08:11:58,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:58,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-39f8c4f6-d8c4-43f7-9379-874d006399d6 Date: Fri, 09 Nov 2018 08:11:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:11:58,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-39f8c4f6-d8c4-43f7-9379-874d006399d6 2018-11-09 08:11:58,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:59,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80c6db7c-19ab-443c-8461-339cd53c52c9 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:11:59,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-80c6db7c-19ab-443c-8461-339cd53c52c9 2018-11-09 08:11:59,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:59,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cab4bfa-302f-4b50-9abe-f830dda5901e 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:11:59,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-3cab4bfa-302f-4b50-9abe-f830dda5901e 2018-11-09 08:11:59,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:59,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fe472aa-739c-4240-81b2-bb217fba5fdb Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:11:59,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-4fe472aa-739c-4240-81b2-bb217fba5fdb 2018-11-09 08:11:59,308 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj 2018-11-09 08:11:59,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/76777b7ac26f43a580321aadafc5aafe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:59,502 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d6f3592-410f-4c7e-af49-7e2cf549b0f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:59,502 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/76777b7ac26f43a580321aadafc5aafe used request id req-6d6f3592-410f-4c7e-af49-7e2cf549b0f8 2018-11-09 08:11:59,502 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-proj-role 2018-11-09 08:11:59,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/61fe919c1cb1440888abd4ccd688f072 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:59,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98fad44a-c0f8-476c-90e4-09a4b1102961 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:59,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/61fe919c1cb1440888abd4ccd688f072 used request id req-98fad44a-c0f8-476c-90e4-09a4b1102961 2018-11-09 08:11:59,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d304e5979d3dc7ee20f89e25023fa401512494fb" 2018-11-09 08:11:59,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:11:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c401fa-a76d-4925-a7b1-c8467b63c056 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:11:59,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a4c401fa-a76d-4925-a7b1-c8467b63c056 2018-11-09 08:11:59,708 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-49e99e2e-2454-436-user 2018-11-09 08:11:59,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/dac2d2fad0064bb39caf23c8f73d377a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39356c3c0d90ba0576dbe91f76c2686e4ce58f58" 2018-11-09 08:11:59,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:11:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2afc8bc-3188-4ee8-a81e-60f7f85f009a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:11:59,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/dac2d2fad0064bb39caf23c8f73d377a used request id req-e2afc8bc-3188-4ee8-a81e-60f7f85f009a 2018-11-09 08:11:59,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:00,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Ni65EG2GQVurWhz0SQdFpQ"], "issued_at": "2018-11-09T08:12:00.000000Z"}} 2018-11-09 08:12:00,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}387a02b5697f77d6a3d869fb964c5cd6fb9cef60" 2018-11-09 08:12:00,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17b7b11f-1f02-4ecd-a405-78aaed0608ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:00,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-17b7b11f-1f02-4ecd-a405-78aaed0608ed 2018-11-09 08:12:00,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:00,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:00,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lBvztfymRM2hEKpZpgvdQQ"], "issued_at": "2018-11-09T08:12:00.000000Z"}} 2018-11-09 08:12:00,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:00,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-522c678b-a025-4fdc-9995-634821a70e60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:00,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-522c678b-a025-4fdc-9995-634821a70e60 2018-11-09 08:12:00,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:00,830 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:00,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-63012746-e48d-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:00,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e647fbf-c4f2-473d-992e-ea7b3277c914 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-63012746-e48d-44e-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:12:00,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-63012746-e48d-44e-proj used request id req-5e647fbf-c4f2-473d-992e-ea7b3277c914 2018-11-09 08:12:00,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:01,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-031d0f81-92f2-4ad4-ad14-2833c504c5da Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:01,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-031d0f81-92f2-4ad4-ad14-2833c504c5da 2018-11-09 08:12:01,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-63012746-e48d-44e-proj"}}' 2018-11-09 08:12:01,128 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccf28b06-1d1b-4a61-9ede-e1eeb4f81c37 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6ce2098827914a6fb42d79c0a940beac"}, "enabled": true, "id": "6ce2098827914a6fb42d79c0a940beac", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-63012746-e48d-44e-proj"}} 2018-11-09 08:12:01,129 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-ccf28b06-1d1b-4a61-9ede-e1eeb4f81c37 2018-11-09 08:12:01,129 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-63012746-e48d-44e-proj 2018-11-09 08:12:01,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:01,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:01,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["oKPl1TxCS263oDDtyT2AHQ"], "issued_at": "2018-11-09T08:12:01.000000Z"}} 2018-11-09 08:12:01,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80bd7deb7eea8d11fd4d65e2d4da98d781100031" 2018-11-09 08:12:01,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6213f5d3-126e-4aa5-821e-696e5d2dca51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:01,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6213f5d3-126e-4aa5-821e-696e5d2dca51 2018-11-09 08:12:01,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:01,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:01,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80bd7deb7eea8d11fd4d65e2d4da98d781100031" 2018-11-09 08:12:01,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aad2ac3-6f6c-4636-8bef-4c22d6102b67 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:12:01,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4aad2ac3-6f6c-4636-8bef-4c22d6102b67 2018-11-09 08:12:01,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateVolumeTypeComplexTests-63012746-e48d-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80bd7deb7eea8d11fd4d65e2d4da98d781100031" 2018-11-09 08:12:01,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-442b422d-499f-4f54-984c-2fcdc940c595 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateVolumeTypeComplexTests-63012746-e48d-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6ce2098827914a6fb42d79c0a940beac"}, "enabled": true, "id": "6ce2098827914a6fb42d79c0a940beac", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-63012746-e48d-44e-proj"}]} 2018-11-09 08:12:01,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateVolumeTypeComplexTests-63012746-e48d-44e-proj used request id req-442b422d-499f-4f54-984c-2fcdc940c595 2018-11-09 08:12:01,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80bd7deb7eea8d11fd4d65e2d4da98d781100031" 2018-11-09 08:12:01,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d7102f2-8592-430f-95da-c0c9d247d884 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:01,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1d7102f2-8592-430f-95da-c0c9d247d884 2018-11-09 08:12:02,296 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-63012746-e48d-44e-user 2018-11-09 08:12:02,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:02,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:02,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ec065b-0103-40e9-bfa6-c51d64440809 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:02,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-26ec065b-0103-40e9-bfa6-c51d64440809 2018-11-09 08:12:02,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" -d '{"role": {"name": "CreateVolumeTypeComplexTests-63012746-e48d-44e-proj-role"}}' 2018-11-09 08:12:02,524 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c9ef1c7-808c-4448-ad98-d71d4fb5ec33 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aedb17c696fd42d59f0086e7088d6ecd", "links": {"self": "http://172.30.9.27:5000/v3/roles/aedb17c696fd42d59f0086e7088d6ecd"}, "name": "CreateVolumeTypeComplexTests-63012746-e48d-44e-proj-role"}} 2018-11-09 08:12:02,524 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-7c9ef1c7-808c-4448-ad98-d71d4fb5ec33 2018-11-09 08:12:02,524 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-63012746-e48d-44e-proj-role 2018-11-09 08:12:02,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/aedb17c696fd42d59f0086e7088d6ecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:02,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-884db834-3f77-4f23-aff5-440412c8d8a6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/aedb17c696fd42d59f0086e7088d6ecd"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-63012746-e48d-44e-proj-role", "id": "aedb17c696fd42d59f0086e7088d6ecd"}} 2018-11-09 08:12:02,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/aedb17c696fd42d59f0086e7088d6ecd used request id req-884db834-3f77-4f23-aff5-440412c8d8a6 2018-11-09 08:12:02,609 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-63012746-e48d-44e-proj-role to project CreateVolumeTypeComplexTests-63012746-e48d-44e-proj 2018-11-09 08:12:02,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/6ce2098827914a6fb42d79c0a940beac/users/7b0c21d5f3c148bf8c57c1d5d738382d/roles/aedb17c696fd42d59f0086e7088d6ecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:02,742 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28a95262-95b4-4212-bab8-d2b0ad41aa95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:02,742 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6ce2098827914a6fb42d79c0a940beac/users/7b0c21d5f3c148bf8c57c1d5d738382d/roles/aedb17c696fd42d59f0086e7088d6ecd used request id req-28a95262-95b4-4212-bab8-d2b0ad41aa95 2018-11-09 08:12:02,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:02,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:03,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["x_S1981rQISbNnahgF-qMg"], "issued_at": "2018-11-09T08:12:03.000000Z"}} 2018-11-09 08:12:03,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d45cb96b056ceb639e12a1cfc252bc434633fd0c" 2018-11-09 08:12:03,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7585cc50-3782-4aed-aabf-9bc10945e6cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:03,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7585cc50-3782-4aed-aabf-9bc10945e6cb 2018-11-09 08:12:03,227 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d45cb96b056ceb639e12a1cfc252bc434633fd0c" 2018-11-09 08:12:03,394 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:03 GMT Server: Apache x-compute-request-id: req-c62c8aa1-ca80-49d7-b7b9-793f1410df5a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c62c8aa1-ca80-49d7-b7b9-793f1410df5a Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-09 08:12:03,394 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-c62c8aa1-ca80-49d7-b7b9-793f1410df5a 2018-11-09 08:12:03,398 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c62c8aa1-ca80-49d7-b7b9-793f1410df5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d45cb96b056ceb639e12a1cfc252bc434633fd0c" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-6e48a644-d4e5-4d5d-93bb-150e7a2d5c41-qos-spec"}}' 2018-11-09 08:12:03,968 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:03 GMT Server: Apache x-compute-request-id: req-5574e9d0-6972-427b-8e91-4cf248f6af5d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5574e9d0-6972-427b-8e91-4cf248f6af5d Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "8f9bb028-61d5-417f-a62e-f7afaacb83b8", "name": "CreateVolumeTypeComplexTests-6e48a644-d4e5-4d5d-93bb-150e7a2d5c41-qos-spec"}, "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/8f9bb028-61d5-417f-a62e-f7afaacb83b8", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/qos-specs/8f9bb028-61d5-417f-a62e-f7afaacb83b8", "rel": "bookmark"}]} 2018-11-09 08:12:03,968 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-5574e9d0-6972-427b-8e91-4cf248f6af5d 2018-11-09 08:12:03,968 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-6e48a644-d4e5-4d5d-93bb-150e7a2d5c41-qos-spec 2018-11-09 08:12:03,969 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:03,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:04,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["HfzwdRKITmW27jlUvol3xA"], "issued_at": "2018-11-09T08:12:04.000000Z"}} 2018-11-09 08:12:04,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7488bc11e1815d2d5cbfea1003ad824aaf213248" 2018-11-09 08:12:04,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98bc710b-4a97-4847-a220-0b78043419b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:04,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-98bc710b-4a97-4847-a220-0b78043419b5 2018-11-09 08:12:04,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7488bc11e1815d2d5cbfea1003ad824aaf213248" 2018-11-09 08:12:04,630 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:04 GMT Server: Apache x-compute-request-id: req-c0d79ce8-3495-4819-b89c-89113e442d9a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c0d79ce8-3495-4819-b89c-89113e442d9a Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-09 08:12:04,630 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-c0d79ce8-3495-4819-b89c-89113e442d9a 2018-11-09 08:12:04,633 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c0d79ce8-3495-4819-b89c-89113e442d9a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7488bc11e1815d2d5cbfea1003ad824aaf213248" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-6e48a644-d4e5-4d5d-93bb-150e7a2d5c41-vol_type", "description": null}}' 2018-11-09 08:12:04,827 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:04 GMT Server: Apache x-compute-request-id: req-ead668a8-5edd-4868-bc61-bd1f28824368 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ead668a8-5edd-4868-bc61-bd1f28824368 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-6e48a644-d4e5-4d5d-93bb-150e7a2d5c41-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae7dcbcc-30a0-4310-829e-8a47b5904afd", "description": null}} 2018-11-09 08:12:04,827 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types used request id req-ead668a8-5edd-4868-bc61-bd1f28824368 2018-11-09 08:12:04,830 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ae7dcbcc-30a0-4310-829e-8a47b5904afd/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c0d79ce8-3495-4819-b89c-89113e442d9a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7488bc11e1815d2d5cbfea1003ad824aaf213248" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-09 08:12:05,046 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:04 GMT Server: Apache x-compute-request-id: req-f2d72b3a-5da1-47cf-8933-616307092c99 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2d72b3a-5da1-47cf-8933-616307092c99 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "ae7dcbcc-30a0-4310-829e-8a47b5904afd", "name": "foo", "control_location": "back-end", "encryption_id": "cd1e1158-2ae8-49f3-8fce-9f94c406b3fb", "provider": "bar", "provider_class": "bar"}} 2018-11-09 08:12:05,046 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ae7dcbcc-30a0-4310-829e-8a47b5904afd/encryption used request id req-f2d72b3a-5da1-47cf-8933-616307092c99 2018-11-09 08:12:05,047 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-6e48a644-d4e5-4d5d-93bb-150e7a2d5c41-vol_type 2018-11-09 08:12:05,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ae7dcbcc-30a0-4310-829e-8a47b5904afd -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}387a02b5697f77d6a3d869fb964c5cd6fb9cef60" 2018-11-09 08:12:05,224 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:04 GMT Server: Apache x-compute-request-id: req-95e1c26b-3946-415d-a1ce-87d1c4644501 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-95e1c26b-3946-415d-a1ce-87d1c4644501 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-6e48a644-d4e5-4d5d-93bb-150e7a2d5c41-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae7dcbcc-30a0-4310-829e-8a47b5904afd", "description": null}} 2018-11-09 08:12:05,224 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ae7dcbcc-30a0-4310-829e-8a47b5904afd used request id req-95e1c26b-3946-415d-a1ce-87d1c4644501 2018-11-09 08:12:05,227 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ae7dcbcc-30a0-4310-829e-8a47b5904afd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95e1c26b-3946-415d-a1ce-87d1c4644501" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}387a02b5697f77d6a3d869fb964c5cd6fb9cef60" 2018-11-09 08:12:05,395 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:05 GMT Server: Apache x-compute-request-id: req-294e46a4-4806-494f-be1f-179e5adf4805 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-294e46a4-4806-494f-be1f-179e5adf4805 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-6e48a644-d4e5-4d5d-93bb-150e7a2d5c41-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae7dcbcc-30a0-4310-829e-8a47b5904afd", "description": null}} 2018-11-09 08:12:05,395 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ae7dcbcc-30a0-4310-829e-8a47b5904afd used request id req-294e46a4-4806-494f-be1f-179e5adf4805 2018-11-09 08:12:05,398 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ae7dcbcc-30a0-4310-829e-8a47b5904afd/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95e1c26b-3946-415d-a1ce-87d1c4644501" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}387a02b5697f77d6a3d869fb964c5cd6fb9cef60" 2018-11-09 08:12:05,580 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:05 GMT Server: Apache x-compute-request-id: req-a33b366c-835b-4072-ad69-f63d69f1dbf4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a33b366c-835b-4072-ad69-f63d69f1dbf4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_type_id": "ae7dcbcc-30a0-4310-829e-8a47b5904afd", "control_location": "back-end", "deleted": false, "created_at": "2018-11-09T08:12:05.000000", "updated_at": null, "encryption_id": "cd1e1158-2ae8-49f3-8fce-9f94c406b3fb", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-09 08:12:05,581 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ae7dcbcc-30a0-4310-829e-8a47b5904afd/encryption used request id req-a33b366c-835b-4072-ad69-f63d69f1dbf4 2018-11-09 08:12:05,581 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-6e48a644-d4e5-4d5d-93bb-150e7a2d5c41-vol_type 2018-11-09 08:12:05,584 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ae7dcbcc-30a0-4310-829e-8a47b5904afd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0d79ce8-3495-4819-b89c-89113e442d9a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7488bc11e1815d2d5cbfea1003ad824aaf213248" 2018-11-09 08:12:05,637 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a633da92-cbb1-4bbf-8cc7-4460bfa10c95 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:05,638 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ae7dcbcc-30a0-4310-829e-8a47b5904afd used request id req-a633da92-cbb1-4bbf-8cc7-4460bfa10c95 2018-11-09 08:12:05,638 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-6e48a644-d4e5-4d5d-93bb-150e7a2d5c41-qos-spec 2018-11-09 08:12:05,641 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/8f9bb028-61d5-417f-a62e-f7afaacb83b8?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c62c8aa1-ca80-49d7-b7b9-793f1410df5a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d45cb96b056ceb639e12a1cfc252bc434633fd0c" 2018-11-09 08:12:05,692 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-356c59d3-4814-4111-8d2d-052179fd54b6 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:05,692 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/8f9bb028-61d5-417f-a62e-f7afaacb83b8?force=False used request id req-356c59d3-4814-4111-8d2d-052179fd54b6 2018-11-09 08:12:05,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:05,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b54b081f-2c12-4c6e-b0ce-6ca7d9f4acd7 Date: Fri, 09 Nov 2018 08:12:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:12:05,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-b54b081f-2c12-4c6e-b0ce-6ca7d9f4acd7 2018-11-09 08:12:05,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:05,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d198207-499d-4d95-a69a-23577dd07426 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:12:05,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-8d198207-499d-4d95-a69a-23577dd07426 2018-11-09 08:12:05,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:06,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d6fc0ae-c423-4f2b-812d-018b35f18558 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:12:06,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-6d6fc0ae-c423-4f2b-812d-018b35f18558 2018-11-09 08:12:06,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:06,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99891bc8-1fe3-4e42-8835-bec0a21e8cdb Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:12:06,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-99891bc8-1fe3-4e42-8835-bec0a21e8cdb 2018-11-09 08:12:06,187 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-63012746-e48d-44e-proj 2018-11-09 08:12:06,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/6ce2098827914a6fb42d79c0a940beac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:06,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d53cb5fa-e7ba-48e8-a92e-819f52a98fda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:06,394 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6ce2098827914a6fb42d79c0a940beac used request id req-d53cb5fa-e7ba-48e8-a92e-819f52a98fda 2018-11-09 08:12:06,395 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-63012746-e48d-44e-proj-role 2018-11-09 08:12:06,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/aedb17c696fd42d59f0086e7088d6ecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:06,511 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa6e0218-de95-48d0-9a62-4e5c60ee75af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:06,511 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/aedb17c696fd42d59f0086e7088d6ecd used request id req-fa6e0218-de95-48d0-9a62-4e5c60ee75af 2018-11-09 08:12:06,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e538a1545e60074eccad1baeeba9ed117583af8c" 2018-11-09 08:12:06,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-153d7683-3021-4897-bdf8-33c250b3f822 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:06,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-153d7683-3021-4897-bdf8-33c250b3f822 2018-11-09 08:12:06,603 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-63012746-e48d-44e-user 2018-11-09 08:12:06,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/7b0c21d5f3c148bf8c57c1d5d738382d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80bd7deb7eea8d11fd4d65e2d4da98d781100031" 2018-11-09 08:12:06,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5719920-91bf-4013-9bf0-eacf770404bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:06,767 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7b0c21d5f3c148bf8c57c1d5d738382d used request id req-b5719920-91bf-4013-9bf0-eacf770404bd 2018-11-09 08:12:06,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:07,235 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Av4Q_NNoQYW4MjY3FsZouw"], "issued_at": "2018-11-09T08:12:07.000000Z"}} 2018-11-09 08:12:07,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98202afce4709adc983775d22d050819296e4008" 2018-11-09 08:12:07,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e46daa-a731-4d34-ab1b-655e6d9d4e0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:07,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-73e46daa-a731-4d34-ab1b-655e6d9d4e0c 2018-11-09 08:12:07,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:07,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:07,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["-TMcM3j4QweYurxCWZX2Og"], "issued_at": "2018-11-09T08:12:07.000000Z"}} 2018-11-09 08:12:07,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:07,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-237bffe3-ae31-4dfc-baf2-3ba011e0ee15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:07,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-237bffe3-ae31-4dfc-baf2-3ba011e0ee15 2018-11-09 08:12:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:07,729 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:07,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:07,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f51e2e5-8f32-4d09-bf9c-e2a90f9e9e9f Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:12:07,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj used request id req-6f51e2e5-8f32-4d09-bf9c-e2a90f9e9e9f 2018-11-09 08:12:07,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:07,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1d6044a-690b-4fac-9fcb-499ffbe2a5b0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:07,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b1d6044a-690b-4fac-9fcb-499ffbe2a5b0 2018-11-09 08:12:07,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj"}}' 2018-11-09 08:12:08,038 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e52e4e7-dcf4-43c4-9537-19629902bdea Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f49b5dfa88994fb68a806de778bbf393"}, "enabled": true, "id": "f49b5dfa88994fb68a806de778bbf393", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj"}} 2018-11-09 08:12:08,039 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-4e52e4e7-dcf4-43c4-9537-19629902bdea 2018-11-09 08:12:08,039 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj 2018-11-09 08:12:08,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:08,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:08,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["UY4sRwFxSbihoBTBFPpwLQ"], "issued_at": "2018-11-09T08:12:08.000000Z"}} 2018-11-09 08:12:08,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19efd5a983061b76bd8dba9f90e75aec3944adb" 2018-11-09 08:12:08,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbac50c5-da81-495f-b2a0-b33a0231e885 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:08,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bbac50c5-da81-495f-b2a0-b33a0231e885 2018-11-09 08:12:08,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:08,504 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:08,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19efd5a983061b76bd8dba9f90e75aec3944adb" 2018-11-09 08:12:08,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c3c129-34b4-47d9-858a-f78b490c4c6d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:12:08,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-88c3c129-34b4-47d9-858a-f78b490c4c6d 2018-11-09 08:12:08,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19efd5a983061b76bd8dba9f90e75aec3944adb" 2018-11-09 08:12:08,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4fa300b-5025-48ff-b018-4be1711ee8aa Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f49b5dfa88994fb68a806de778bbf393"}, "enabled": true, "id": "f49b5dfa88994fb68a806de778bbf393", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj"}]} 2018-11-09 08:12:08,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj used request id req-a4fa300b-5025-48ff-b018-4be1711ee8aa 2018-11-09 08:12:08,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19efd5a983061b76bd8dba9f90e75aec3944adb" 2018-11-09 08:12:08,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bb2fc8c-ce28-4a65-81c1-1ea5a0c631af Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:08,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-0bb2fc8c-ce28-4a65-81c1-1ea5a0c631af 2018-11-09 08:12:09,152 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-f6b321b2-1938-471-user 2018-11-09 08:12:09,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:09,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:09,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af6159e7-a80d-4c81-b34b-9e0b4e832b40 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:09,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-af6159e7-a80d-4c81-b34b-9e0b4e832b40 2018-11-09 08:12:09,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" -d '{"role": {"name": "CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj-role"}}' 2018-11-09 08:12:09,350 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e251572-6135-490a-bf92-35466fa0a500 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1e08c7ad48a64c30838f7ca86bcfa890", "links": {"self": "http://172.30.9.27:5000/v3/roles/1e08c7ad48a64c30838f7ca86bcfa890"}, "name": "CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj-role"}} 2018-11-09 08:12:09,350 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0e251572-6135-490a-bf92-35466fa0a500 2018-11-09 08:12:09,350 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj-role 2018-11-09 08:12:09,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/1e08c7ad48a64c30838f7ca86bcfa890 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:09,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e8eaab-def9-4c24-94f3-840b4c70f776 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/1e08c7ad48a64c30838f7ca86bcfa890"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj-role", "id": "1e08c7ad48a64c30838f7ca86bcfa890"}} 2018-11-09 08:12:09,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/1e08c7ad48a64c30838f7ca86bcfa890 used request id req-27e8eaab-def9-4c24-94f3-840b4c70f776 2018-11-09 08:12:09,433 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj-role to project CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj 2018-11-09 08:12:09,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/f49b5dfa88994fb68a806de778bbf393/users/acd262581af2433cb7d2769c9fa0012b/roles/1e08c7ad48a64c30838f7ca86bcfa890 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:09,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2788596c-a29c-4f57-9d1b-1108f12b4488 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:09,562 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/f49b5dfa88994fb68a806de778bbf393/users/acd262581af2433cb7d2769c9fa0012b/roles/1e08c7ad48a64c30838f7ca86bcfa890 used request id req-2788596c-a29c-4f57-9d1b-1108f12b4488 2018-11-09 08:12:09,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:09,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:09,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["LY1t3dMXRFKhBcy8Knl3Vw"], "issued_at": "2018-11-09T08:12:09.000000Z"}} 2018-11-09 08:12:09,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f282cc739770e8c96476fb99a16cf5a51cb7613" 2018-11-09 08:12:10,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a4de3e-6f79-4f47-9a6e-343e4f827289 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:10,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b8a4de3e-6f79-4f47-9a6e-343e4f827289 2018-11-09 08:12:10,027 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f282cc739770e8c96476fb99a16cf5a51cb7613" 2018-11-09 08:12:10,195 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:10 GMT Server: Apache x-compute-request-id: req-1d1f7c80-5ed9-43b7-b3b0-b84c2fc59099 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1d1f7c80-5ed9-43b7-b3b0-b84c2fc59099 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-09 08:12:10,196 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-1d1f7c80-5ed9-43b7-b3b0-b84c2fc59099 2018-11-09 08:12:10,199 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1d1f7c80-5ed9-43b7-b3b0-b84c2fc59099" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f282cc739770e8c96476fb99a16cf5a51cb7613" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-qos-spec"}}' 2018-11-09 08:12:10,392 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:10 GMT Server: Apache x-compute-request-id: req-86fb75c1-8862-4d4f-9ece-d388528fce00 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-86fb75c1-8862-4d4f-9ece-d388528fce00 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "5bb17699-d447-4620-8c0d-f7ce0909ded8", "name": "CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-qos-spec"}, "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/5bb17699-d447-4620-8c0d-f7ce0909ded8", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/qos-specs/5bb17699-d447-4620-8c0d-f7ce0909ded8", "rel": "bookmark"}]} 2018-11-09 08:12:10,392 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-86fb75c1-8862-4d4f-9ece-d388528fce00 2018-11-09 08:12:10,393 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-qos-spec 2018-11-09 08:12:10,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:10,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:10,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ITZ6O4ViTjO080lzEaJHsQ"], "issued_at": "2018-11-09T08:12:10.000000Z"}} 2018-11-09 08:12:10,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}297aae9f2cb1676073b8f62bf4b0109c855df5a4" 2018-11-09 08:12:10,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-223ebf1b-0895-4564-808e-2810c66d1770 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:10,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-223ebf1b-0895-4564-808e-2810c66d1770 2018-11-09 08:12:10,866 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}297aae9f2cb1676073b8f62bf4b0109c855df5a4" 2018-11-09 08:12:11,028 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:10 GMT Server: Apache x-compute-request-id: req-ae14549e-bdb2-4a8b-8fd1-4ebc466feed9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ae14549e-bdb2-4a8b-8fd1-4ebc466feed9 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-09 08:12:11,029 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-ae14549e-bdb2-4a8b-8fd1-4ebc466feed9 2018-11-09 08:12:11,032 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ae14549e-bdb2-4a8b-8fd1-4ebc466feed9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}297aae9f2cb1676073b8f62bf4b0109c855df5a4" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-vol_type", "description": null}}' 2018-11-09 08:12:11,234 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:11 GMT Server: Apache x-compute-request-id: req-04ec9381-8290-4ab5-8800-d29ecaec15c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-04ec9381-8290-4ab5-8800-d29ecaec15c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ee7656ac-92c7-420d-966e-b5c6c9e72475", "description": null}} 2018-11-09 08:12:11,234 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types used request id req-04ec9381-8290-4ab5-8800-d29ecaec15c2 2018-11-09 08:12:11,237 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ae14549e-bdb2-4a8b-8fd1-4ebc466feed9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}297aae9f2cb1676073b8f62bf4b0109c855df5a4" 2018-11-09 08:12:11,419 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:11 GMT Server: Apache x-compute-request-id: req-06526f47-8b3f-4622-b072-2cad45d858fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-06526f47-8b3f-4622-b072-2cad45d858fd Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "5bb17699-d447-4620-8c0d-f7ce0909ded8", "name": "CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-qos-spec"}]} 2018-11-09 08:12:11,419 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-06526f47-8b3f-4622-b072-2cad45d858fd 2018-11-09 08:12:11,423 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/5bb17699-d447-4620-8c0d-f7ce0909ded8/associate?vol_type_id=ee7656ac-92c7-420d-966e-b5c6c9e72475 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ae14549e-bdb2-4a8b-8fd1-4ebc466feed9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}297aae9f2cb1676073b8f62bf4b0109c855df5a4" 2018-11-09 08:12:11,627 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5c91f0a5-d1a7-4d0c-9a7b-23a6c2d823e5 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:11,627 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/5bb17699-d447-4620-8c0d-f7ce0909ded8/associate?vol_type_id=ee7656ac-92c7-420d-966e-b5c6c9e72475 used request id req-5c91f0a5-d1a7-4d0c-9a7b-23a6c2d823e5 2018-11-09 08:12:11,627 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-vol_type 2018-11-09 08:12:11,630 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ee7656ac-92c7-420d-966e-b5c6c9e72475 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98202afce4709adc983775d22d050819296e4008" 2018-11-09 08:12:11,804 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:11 GMT Server: Apache x-compute-request-id: req-420d7398-1427-4ee6-8999-ea1885befdd4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-420d7398-1427-4ee6-8999-ea1885befdd4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-vol_type", "qos_specs_id": "5bb17699-d447-4620-8c0d-f7ce0909ded8", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ee7656ac-92c7-420d-966e-b5c6c9e72475", "description": null}} 2018-11-09 08:12:11,804 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ee7656ac-92c7-420d-966e-b5c6c9e72475 used request id req-420d7398-1427-4ee6-8999-ea1885befdd4 2018-11-09 08:12:11,808 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ee7656ac-92c7-420d-966e-b5c6c9e72475 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-420d7398-1427-4ee6-8999-ea1885befdd4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98202afce4709adc983775d22d050819296e4008" 2018-11-09 08:12:12,350 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:11 GMT Server: Apache x-compute-request-id: req-0f61d34d-da5b-4de0-b026-1f0b1aeb9e3a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f61d34d-da5b-4de0-b026-1f0b1aeb9e3a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-vol_type", "qos_specs_id": "5bb17699-d447-4620-8c0d-f7ce0909ded8", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ee7656ac-92c7-420d-966e-b5c6c9e72475", "description": null}} 2018-11-09 08:12:12,350 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ee7656ac-92c7-420d-966e-b5c6c9e72475 used request id req-0f61d34d-da5b-4de0-b026-1f0b1aeb9e3a 2018-11-09 08:12:12,353 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ee7656ac-92c7-420d-966e-b5c6c9e72475/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-420d7398-1427-4ee6-8999-ea1885befdd4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98202afce4709adc983775d22d050819296e4008" 2018-11-09 08:12:12,520 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:12 GMT Server: Apache x-compute-request-id: req-cb96c9bc-f606-457b-a175-21f7f4853db9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cb96c9bc-f606-457b-a175-21f7f4853db9 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 08:12:12,520 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ee7656ac-92c7-420d-966e-b5c6c9e72475/encryption used request id req-cb96c9bc-f606-457b-a175-21f7f4853db9 2018-11-09 08:12:12,523 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/5bb17699-d447-4620-8c0d-f7ce0909ded8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-420d7398-1427-4ee6-8999-ea1885befdd4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98202afce4709adc983775d22d050819296e4008" 2018-11-09 08:12:12,688 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:12 GMT Server: Apache x-compute-request-id: req-5740e523-87a2-40ec-ad79-b5831f886309 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5740e523-87a2-40ec-ad79-b5831f886309 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "5bb17699-d447-4620-8c0d-f7ce0909ded8", "name": "CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-qos-spec"}, "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/5bb17699-d447-4620-8c0d-f7ce0909ded8", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/qos-specs/5bb17699-d447-4620-8c0d-f7ce0909ded8", "rel": "bookmark"}]} 2018-11-09 08:12:12,688 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/5bb17699-d447-4620-8c0d-f7ce0909ded8 used request id req-5740e523-87a2-40ec-ad79-b5831f886309 2018-11-09 08:12:12,688 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-vol_type 2018-11-09 08:12:12,691 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ee7656ac-92c7-420d-966e-b5c6c9e72475 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ae14549e-bdb2-4a8b-8fd1-4ebc466feed9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}297aae9f2cb1676073b8f62bf4b0109c855df5a4" 2018-11-09 08:12:12,747 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-838e4902-94f6-434a-a02f-734dfb908b49 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:12,747 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/ee7656ac-92c7-420d-966e-b5c6c9e72475 used request id req-838e4902-94f6-434a-a02f-734dfb908b49 2018-11-09 08:12:12,748 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-eb880c78-3933-4478-9b86-d47d9d66ef1b-qos-spec 2018-11-09 08:12:12,751 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/5bb17699-d447-4620-8c0d-f7ce0909ded8?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1d1f7c80-5ed9-43b7-b3b0-b84c2fc59099" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f282cc739770e8c96476fb99a16cf5a51cb7613" 2018-11-09 08:12:12,972 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7fe6440b-f925-4ebe-b556-d2dede0c6db5 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:12,973 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/5bb17699-d447-4620-8c0d-f7ce0909ded8?force=False used request id req-7fe6440b-f925-4ebe-b556-d2dede0c6db5 2018-11-09 08:12:12,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:13,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-56edca76-dd2f-460b-8fcb-804fc6d993ea Date: Fri, 09 Nov 2018 08:12:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:12:13,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-56edca76-dd2f-460b-8fcb-804fc6d993ea 2018-11-09 08:12:13,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:13,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b78543f5-3da6-4df1-81b9-5e3daa8b2b1d 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:12:13,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-b78543f5-3da6-4df1-81b9-5e3daa8b2b1d 2018-11-09 08:12:13,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:13,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e842f3a7-ac54-47b1-b420-f60dc2c6082d 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:12:13,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-e842f3a7-ac54-47b1-b420-f60dc2c6082d 2018-11-09 08:12:13,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:13,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad1c1f6c-4d02-4b38-b988-d3b6fee9338d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:12:13,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-ad1c1f6c-4d02-4b38-b988-d3b6fee9338d 2018-11-09 08:12:13,477 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj 2018-11-09 08:12:13,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/f49b5dfa88994fb68a806de778bbf393 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:13,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91eeb719-fac4-48bb-9adf-7cdacbbabc37 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:13,676 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/f49b5dfa88994fb68a806de778bbf393 used request id req-91eeb719-fac4-48bb-9adf-7cdacbbabc37 2018-11-09 08:12:13,677 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-f6b321b2-1938-471-proj-role 2018-11-09 08:12:13,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/1e08c7ad48a64c30838f7ca86bcfa890 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:13,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-395c6005-2607-428b-aafe-b8bf1518d0a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:13,792 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/1e08c7ad48a64c30838f7ca86bcfa890 used request id req-395c6005-2607-428b-aafe-b8bf1518d0a2 2018-11-09 08:12:13,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7c63dd8811d316f1d1df0e7fa56f2644eb6736" 2018-11-09 08:12:13,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f43ea790-56a5-48d7-9eb9-f0fa55e8bfa9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:13,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f43ea790-56a5-48d7-9eb9-f0fa55e8bfa9 2018-11-09 08:12:13,815 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-f6b321b2-1938-471-user 2018-11-09 08:12:13,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/acd262581af2433cb7d2769c9fa0012b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19efd5a983061b76bd8dba9f90e75aec3944adb" 2018-11-09 08:12:13,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de99cd2b-8b04-4426-834d-b04b42be38e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:13,995 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/acd262581af2433cb7d2769c9fa0012b used request id req-de99cd2b-8b04-4426-834d-b04b42be38e4 2018-11-09 08:12:13,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:14,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["8ZS6eh1EQ_iAGvyAKuqECA"], "issued_at": "2018-11-09T08:12:14.000000Z"}} 2018-11-09 08:12:14,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555cada94abeab0996a5266108fd642dc4ea5ba1" 2018-11-09 08:12:14,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a0411a-7c82-4d38-b993-092eb2ac2dac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:14,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f4a0411a-7c82-4d38-b993-092eb2ac2dac 2018-11-09 08:12:14,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:14,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:14,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["e2z3NPe1TqOqBbCTdso4qw"], "issued_at": "2018-11-09T08:12:14.000000Z"}} 2018-11-09 08:12:14,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:14,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ddbb340-1248-464b-959f-1f539634ee0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:14,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8ddbb340-1248-464b-959f-1f539634ee0b 2018-11-09 08:12:14,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:14,954 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:14,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:15,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3a5ca4f-5a93-44a0-9b73-05f5b483dbde Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:12:15,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj used request id req-e3a5ca4f-5a93-44a0-9b73-05f5b483dbde 2018-11-09 08:12:15,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:15,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f30ca2b4-1fef-4aea-be51-48f024a5066b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:15,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f30ca2b4-1fef-4aea-be51-48f024a5066b 2018-11-09 08:12:15,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj"}}' 2018-11-09 08:12:15,393 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a67d4426-0d48-4292-a732-a34e7a0bb366 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e6a8ba9701914aa284f05caccbcb39f0"}, "enabled": true, "id": "e6a8ba9701914aa284f05caccbcb39f0", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj"}} 2018-11-09 08:12:15,393 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a67d4426-0d48-4292-a732-a34e7a0bb366 2018-11-09 08:12:15,393 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj 2018-11-09 08:12:15,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:15,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:15,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9oFE8Tl5SCunPan1s75aZw"], "issued_at": "2018-11-09T08:12:15.000000Z"}} 2018-11-09 08:12:15,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ad500275c3dee73a4dd01ae81c7fdf27cd8c08" 2018-11-09 08:12:15,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e41552b-ad12-4065-862c-66dc4494da1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:15,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0e41552b-ad12-4065-862c-66dc4494da1f 2018-11-09 08:12:15,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:15,862 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:15,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ad500275c3dee73a4dd01ae81c7fdf27cd8c08" 2018-11-09 08:12:15,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43399480-679c-482d-89e6-c19b4f83e3e2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:12:15,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-43399480-679c-482d-89e6-c19b4f83e3e2 2018-11-09 08:12:15,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ad500275c3dee73a4dd01ae81c7fdf27cd8c08" 2018-11-09 08:12:15,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-854da40d-d9d0-4893-bd10-4be595bf56f1 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e6a8ba9701914aa284f05caccbcb39f0"}, "enabled": true, "id": "e6a8ba9701914aa284f05caccbcb39f0", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj"}]} 2018-11-09 08:12:15,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj used request id req-854da40d-d9d0-4893-bd10-4be595bf56f1 2018-11-09 08:12:15,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ad500275c3dee73a4dd01ae81c7fdf27cd8c08" 2018-11-09 08:12:16,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58f23d0f-bc96-40f9-845d-45af874ff5cf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:16,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-58f23d0f-bc96-40f9-845d-45af874ff5cf 2018-11-09 08:12:16,368 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-user 2018-11-09 08:12:16,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:16,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:16,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc1a9bb9-5605-4f85-ab91-90bd96098bea Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:16,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bc1a9bb9-5605-4f85-ab91-90bd96098bea 2018-11-09 08:12:16,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" -d '{"role": {"name": "CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj-role"}}' 2018-11-09 08:12:16,571 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-770acff8-9a43-49a5-b43a-b508f91d5b59 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "40c5b4ec6bac49179545984b2b28496d", "links": {"self": "http://172.30.9.27:5000/v3/roles/40c5b4ec6bac49179545984b2b28496d"}, "name": "CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj-role"}} 2018-11-09 08:12:16,571 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-770acff8-9a43-49a5-b43a-b508f91d5b59 2018-11-09 08:12:16,571 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj-role 2018-11-09 08:12:16,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/40c5b4ec6bac49179545984b2b28496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:16,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-648f6619-8741-4d28-966c-53553d355bed Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/40c5b4ec6bac49179545984b2b28496d"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj-role", "id": "40c5b4ec6bac49179545984b2b28496d"}} 2018-11-09 08:12:16,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/40c5b4ec6bac49179545984b2b28496d used request id req-648f6619-8741-4d28-966c-53553d355bed 2018-11-09 08:12:16,663 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj-role to project CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj 2018-11-09 08:12:16,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/e6a8ba9701914aa284f05caccbcb39f0/users/481d7486d55f497d8163a1560e2aeb9b/roles/40c5b4ec6bac49179545984b2b28496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:16,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98234618-8d10-4f9e-87a5-51b999b47634 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:16,807 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/e6a8ba9701914aa284f05caccbcb39f0/users/481d7486d55f497d8163a1560e2aeb9b/roles/40c5b4ec6bac49179545984b2b28496d used request id req-98234618-8d10-4f9e-87a5-51b999b47634 2018-11-09 08:12:16,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:16,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:17,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["5n6Mq3GyRzSvFh83kbpZAQ"], "issued_at": "2018-11-09T08:12:17.000000Z"}} 2018-11-09 08:12:17,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535831bd0f66ec3de0fc492c032da06bf2ff557" 2018-11-09 08:12:17,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a1a65a0-c69b-4e44-a756-ff58dd11661d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:17,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4a1a65a0-c69b-4e44-a756-ff58dd11661d 2018-11-09 08:12:17,218 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535831bd0f66ec3de0fc492c032da06bf2ff557" 2018-11-09 08:12:17,397 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:17 GMT Server: Apache x-compute-request-id: req-fddb025b-1f4e-4a29-b140-17bdd0d95d21 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fddb025b-1f4e-4a29-b140-17bdd0d95d21 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-09 08:12:17,398 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-fddb025b-1f4e-4a29-b140-17bdd0d95d21 2018-11-09 08:12:17,401 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fddb025b-1f4e-4a29-b140-17bdd0d95d21" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535831bd0f66ec3de0fc492c032da06bf2ff557" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-qos-spec"}}' 2018-11-09 08:12:17,602 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:17 GMT Server: Apache x-compute-request-id: req-a1029c0d-f52e-4ff3-8d37-6d6dd10a6e45 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a1029c0d-f52e-4ff3-8d37-6d6dd10a6e45 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "812f27c9-0542-470e-a6a1-43c88f41a022", "name": "CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-qos-spec"}, "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/812f27c9-0542-470e-a6a1-43c88f41a022", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/qos-specs/812f27c9-0542-470e-a6a1-43c88f41a022", "rel": "bookmark"}]} 2018-11-09 08:12:17,602 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-a1029c0d-f52e-4ff3-8d37-6d6dd10a6e45 2018-11-09 08:12:17,603 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-qos-spec 2018-11-09 08:12:17,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:17,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:17,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["uB_Va5xBSFuLZzxIyx0RMA"], "issued_at": "2018-11-09T08:12:17.000000Z"}} 2018-11-09 08:12:17,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf45292b93c703d86ad4e3040b9cbac4d5a1ad7" 2018-11-09 08:12:18,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6585e840-5bb9-4704-bd56-233d1faac682 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:18,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6585e840-5bb9-4704-bd56-233d1faac682 2018-11-09 08:12:18,085 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf45292b93c703d86ad4e3040b9cbac4d5a1ad7" 2018-11-09 08:12:18,261 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:18 GMT Server: Apache x-compute-request-id: req-8411f6ce-4589-4f7f-bf4d-1f68a8bdd2f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8411f6ce-4589-4f7f-bf4d-1f68a8bdd2f2 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-09 08:12:18,261 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-8411f6ce-4589-4f7f-bf4d-1f68a8bdd2f2 2018-11-09 08:12:18,264 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8411f6ce-4589-4f7f-bf4d-1f68a8bdd2f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf45292b93c703d86ad4e3040b9cbac4d5a1ad7" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-vol_type", "description": null}}' 2018-11-09 08:12:18,480 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:18 GMT Server: Apache x-compute-request-id: req-f4163bae-bdd8-4e06-9ca0-0301c47e9820 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f4163bae-bdd8-4e06-9ca0-0301c47e9820 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e7629280-38a7-4d1a-b72e-2257d05105bd", "description": null}} 2018-11-09 08:12:18,480 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types used request id req-f4163bae-bdd8-4e06-9ca0-0301c47e9820 2018-11-09 08:12:18,484 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/e7629280-38a7-4d1a-b72e-2257d05105bd/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8411f6ce-4589-4f7f-bf4d-1f68a8bdd2f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf45292b93c703d86ad4e3040b9cbac4d5a1ad7" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-09 08:12:18,708 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:18 GMT Server: Apache x-compute-request-id: req-c129703b-18ab-4eed-895d-55da2e44560e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c129703b-18ab-4eed-895d-55da2e44560e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "e7629280-38a7-4d1a-b72e-2257d05105bd", "name": "foo", "control_location": "back-end", "encryption_id": "ff44d727-6a94-4e61-b610-683c8d1eb951", "provider": "bar", "provider_class": "bar"}} 2018-11-09 08:12:18,709 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/e7629280-38a7-4d1a-b72e-2257d05105bd/encryption used request id req-c129703b-18ab-4eed-895d-55da2e44560e 2018-11-09 08:12:18,712 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8411f6ce-4589-4f7f-bf4d-1f68a8bdd2f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf45292b93c703d86ad4e3040b9cbac4d5a1ad7" 2018-11-09 08:12:18,880 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:18 GMT Server: Apache x-compute-request-id: req-c28054db-a6fe-4cfb-8c57-ea433b713456 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c28054db-a6fe-4cfb-8c57-ea433b713456 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "812f27c9-0542-470e-a6a1-43c88f41a022", "name": "CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-qos-spec"}]} 2018-11-09 08:12:18,881 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs used request id req-c28054db-a6fe-4cfb-8c57-ea433b713456 2018-11-09 08:12:18,884 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/812f27c9-0542-470e-a6a1-43c88f41a022/associate?vol_type_id=e7629280-38a7-4d1a-b72e-2257d05105bd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8411f6ce-4589-4f7f-bf4d-1f68a8bdd2f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf45292b93c703d86ad4e3040b9cbac4d5a1ad7" 2018-11-09 08:12:18,930 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-496f4ccf-2717-49fd-9ced-128787f7dbc3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:18,930 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/812f27c9-0542-470e-a6a1-43c88f41a022/associate?vol_type_id=e7629280-38a7-4d1a-b72e-2257d05105bd used request id req-496f4ccf-2717-49fd-9ced-128787f7dbc3 2018-11-09 08:12:18,931 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-vol_type 2018-11-09 08:12:18,933 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/e7629280-38a7-4d1a-b72e-2257d05105bd -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555cada94abeab0996a5266108fd642dc4ea5ba1" 2018-11-09 08:12:19,116 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:18 GMT Server: Apache x-compute-request-id: req-0ec2375e-e2ee-48ca-9473-6fbc2d2fc19d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0ec2375e-e2ee-48ca-9473-6fbc2d2fc19d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-vol_type", "qos_specs_id": "812f27c9-0542-470e-a6a1-43c88f41a022", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e7629280-38a7-4d1a-b72e-2257d05105bd", "description": null}} 2018-11-09 08:12:19,116 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/e7629280-38a7-4d1a-b72e-2257d05105bd used request id req-0ec2375e-e2ee-48ca-9473-6fbc2d2fc19d 2018-11-09 08:12:19,119 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/e7629280-38a7-4d1a-b72e-2257d05105bd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0ec2375e-e2ee-48ca-9473-6fbc2d2fc19d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555cada94abeab0996a5266108fd642dc4ea5ba1" 2018-11-09 08:12:19,291 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:19 GMT Server: Apache x-compute-request-id: req-a782666e-c489-4704-a228-1d2a7b9d37f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a782666e-c489-4704-a228-1d2a7b9d37f2 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-vol_type", "qos_specs_id": "812f27c9-0542-470e-a6a1-43c88f41a022", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e7629280-38a7-4d1a-b72e-2257d05105bd", "description": null}} 2018-11-09 08:12:19,291 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/e7629280-38a7-4d1a-b72e-2257d05105bd used request id req-a782666e-c489-4704-a228-1d2a7b9d37f2 2018-11-09 08:12:19,294 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/e7629280-38a7-4d1a-b72e-2257d05105bd/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0ec2375e-e2ee-48ca-9473-6fbc2d2fc19d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555cada94abeab0996a5266108fd642dc4ea5ba1" 2018-11-09 08:12:19,474 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:19 GMT Server: Apache x-compute-request-id: req-b891e2ca-7c32-49f5-9a4f-e129d2dcc8a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b891e2ca-7c32-49f5-9a4f-e129d2dcc8a0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "e7629280-38a7-4d1a-b72e-2257d05105bd", "control_location": "back-end", "deleted": false, "created_at": "2018-11-09T08:12:18.000000", "updated_at": null, "encryption_id": "ff44d727-6a94-4e61-b610-683c8d1eb951", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-09 08:12:19,475 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/e7629280-38a7-4d1a-b72e-2257d05105bd/encryption used request id req-b891e2ca-7c32-49f5-9a4f-e129d2dcc8a0 2018-11-09 08:12:19,478 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/812f27c9-0542-470e-a6a1-43c88f41a022 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0ec2375e-e2ee-48ca-9473-6fbc2d2fc19d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555cada94abeab0996a5266108fd642dc4ea5ba1" 2018-11-09 08:12:19,650 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:19 GMT Server: Apache x-compute-request-id: req-ccef5b95-e71c-4cf0-8d62-539929668774 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ccef5b95-e71c-4cf0-8d62-539929668774 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "812f27c9-0542-470e-a6a1-43c88f41a022", "name": "CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-qos-spec"}, "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/812f27c9-0542-470e-a6a1-43c88f41a022", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/qos-specs/812f27c9-0542-470e-a6a1-43c88f41a022", "rel": "bookmark"}]} 2018-11-09 08:12:19,650 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/812f27c9-0542-470e-a6a1-43c88f41a022 used request id req-ccef5b95-e71c-4cf0-8d62-539929668774 2018-11-09 08:12:19,650 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-vol_type 2018-11-09 08:12:19,653 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/e7629280-38a7-4d1a-b72e-2257d05105bd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8411f6ce-4589-4f7f-bf4d-1f68a8bdd2f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf45292b93c703d86ad4e3040b9cbac4d5a1ad7" 2018-11-09 08:12:19,847 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fcb0a420-7f05-4415-a43c-4e6fd0fc60a0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:19,847 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/e7629280-38a7-4d1a-b72e-2257d05105bd used request id req-fcb0a420-7f05-4415-a43c-4e6fd0fc60a0 2018-11-09 08:12:19,848 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-ddb4975c-2d86-4ad6-8800-a2ce37764100-qos-spec 2018-11-09 08:12:19,851 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/812f27c9-0542-470e-a6a1-43c88f41a022?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fddb025b-1f4e-4a29-b140-17bdd0d95d21" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f535831bd0f66ec3de0fc492c032da06bf2ff557" 2018-11-09 08:12:19,900 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-44833faa-ad65-4a71-814f-0ba41a107967 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:19,901 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/qos-specs/812f27c9-0542-470e-a6a1-43c88f41a022?force=False used request id req-44833faa-ad65-4a71-814f-0ba41a107967 2018-11-09 08:12:19,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:20,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-03aee596-c096-4099-8f87-a3ff3be62432 Date: Fri, 09 Nov 2018 08:12:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:12:20,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-03aee596-c096-4099-8f87-a3ff3be62432 2018-11-09 08:12:20,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:20,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ba70145-2097-4ad9-b16f-e5e43558866d 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:12:20,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-2ba70145-2097-4ad9-b16f-e5e43558866d 2018-11-09 08:12:20,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:20,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-341238f9-1000-4537-aa15-a9cbb57ecfc6 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:12:20,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-341238f9-1000-4537-aa15-a9cbb57ecfc6 2018-11-09 08:12:20,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:20,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c5b7f5-643f-42ab-a2a3-e03e2e9f7565 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:12:20,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-88c5b7f5-643f-42ab-a2a3-e03e2e9f7565 2018-11-09 08:12:20,419 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj 2018-11-09 08:12:20,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/e6a8ba9701914aa284f05caccbcb39f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:20,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3aeba7ba-b999-4f49-acfe-f51cc2b928d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:20,622 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/e6a8ba9701914aa284f05caccbcb39f0 used request id req-3aeba7ba-b999-4f49-acfe-f51cc2b928d7 2018-11-09 08:12:20,622 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-proj-role 2018-11-09 08:12:20,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/40c5b4ec6bac49179545984b2b28496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:20,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93924db5-4f56-4cf5-94df-873b1d55174e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:20,685 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/40c5b4ec6bac49179545984b2b28496d used request id req-93924db5-4f56-4cf5-94df-873b1d55174e 2018-11-09 08:12:20,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41ea18b417c26a61b2a0e807882db38cd3ea4d79" 2018-11-09 08:12:20,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e4f053-459a-4f3c-84a9-8b30d7bfcaa2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:20,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c8e4f053-459a-4f3c-84a9-8b30d7bfcaa2 2018-11-09 08:12:20,784 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-e404d0b9-f1c9-444-user 2018-11-09 08:12:20,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/481d7486d55f497d8163a1560e2aeb9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ad500275c3dee73a4dd01ae81c7fdf27cd8c08" 2018-11-09 08:12:20,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e36c4d8f-305e-4876-846d-9e32a0104354 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:20,952 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/481d7486d55f497d8163a1560e2aeb9b used request id req-e36c4d8f-305e-4876-846d-9e32a0104354 2018-11-09 08:12:20,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:21,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["7DnHl0UASwGerLD5qk5XgA"], "issued_at": "2018-11-09T08:12:21.000000Z"}} 2018-11-09 08:12:21,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1783b1308f2a3c13d3964b7e4d985b381b5e56d2" 2018-11-09 08:12:21,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ecf10cb-d2b6-4b30-9d14-caa8df560bd3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:21,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7ecf10cb-d2b6-4b30-9d14-caa8df560bd3 2018-11-09 08:12:21,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:21,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:21,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["fGD0wMUmRemFOOOGCT2c2w"], "issued_at": "2018-11-09T08:12:21.000000Z"}} 2018-11-09 08:12:21,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:21,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ab09986-f245-4737-8d66-c6d784de6cb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:21,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2ab09986-f245-4737-8d66-c6d784de6cb0 2018-11-09 08:12:21,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:21,913 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:21,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:21,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-684dcc4e-ebbb-40a7-8db0-bc4e58521559 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:12:21,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj used request id req-684dcc4e-ebbb-40a7-8db0-bc4e58521559 2018-11-09 08:12:21,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:22,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6133bc63-5275-43b6-b1a9-5ae6887a90f9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:22,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6133bc63-5275-43b6-b1a9-5ae6887a90f9 2018-11-09 08:12:22,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj"}}' 2018-11-09 08:12:22,212 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ac92267-95b5-452e-943f-2bd20b4be714 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/eb500a5a954c4d6094da692fd9cb85d2"}, "enabled": true, "id": "eb500a5a954c4d6094da692fd9cb85d2", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj"}} 2018-11-09 08:12:22,213 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-3ac92267-95b5-452e-943f-2bd20b4be714 2018-11-09 08:12:22,213 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj 2018-11-09 08:12:22,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:22,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:22,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["4X7pbemSTsCOhvVSXpC13g"], "issued_at": "2018-11-09T08:12:22.000000Z"}} 2018-11-09 08:12:22,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e92893a13d6fb7cbac3d0eed48698e117d8716" 2018-11-09 08:12:22,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d7db71d-78e3-41d1-a1e7-f8fc7a95026a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:22,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4d7db71d-78e3-41d1-a1e7-f8fc7a95026a 2018-11-09 08:12:22,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:22,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:22,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e92893a13d6fb7cbac3d0eed48698e117d8716" 2018-11-09 08:12:22,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c85b1fd-8c1f-4a5d-9574-bfba8b6b5b32 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:12:22,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8c85b1fd-8c1f-4a5d-9574-bfba8b6b5b32 2018-11-09 08:12:22,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e92893a13d6fb7cbac3d0eed48698e117d8716" 2018-11-09 08:12:22,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86bd6e47-34a8-44eb-aac9-f94183126720 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/eb500a5a954c4d6094da692fd9cb85d2"}, "enabled": true, "id": "eb500a5a954c4d6094da692fd9cb85d2", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj"}]} 2018-11-09 08:12:22,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj used request id req-86bd6e47-34a8-44eb-aac9-f94183126720 2018-11-09 08:12:22,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e92893a13d6fb7cbac3d0eed48698e117d8716" 2018-11-09 08:12:22,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6b651bf-1c0e-4f6f-b520-bea3cc7c803f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:22,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b6b651bf-1c0e-4f6f-b520-bea3cc7c803f 2018-11-09 08:12:23,338 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-user 2018-11-09 08:12:23,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:23,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:23,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b04fc6e2-4052-4683-8c0e-ad716419812b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:23,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b04fc6e2-4052-4683-8c0e-ad716419812b 2018-11-09 08:12:23,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj-role"}}' 2018-11-09 08:12:23,535 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54e7af12-24d1-41bb-be6e-00fb844a9497 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c541d588979f4d0a9cc721249bb0b42a", "links": {"self": "http://172.30.9.27:5000/v3/roles/c541d588979f4d0a9cc721249bb0b42a"}, "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj-role"}} 2018-11-09 08:12:23,535 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-54e7af12-24d1-41bb-be6e-00fb844a9497 2018-11-09 08:12:23,536 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj-role 2018-11-09 08:12:23,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/c541d588979f4d0a9cc721249bb0b42a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:23,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afa82b8e-39ba-426c-b0c4-d23b25e938fe Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/c541d588979f4d0a9cc721249bb0b42a"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj-role", "id": "c541d588979f4d0a9cc721249bb0b42a"}} 2018-11-09 08:12:23,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/c541d588979f4d0a9cc721249bb0b42a used request id req-afa82b8e-39ba-426c-b0c4-d23b25e938fe 2018-11-09 08:12:23,618 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj-role to project CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj 2018-11-09 08:12:23,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/eb500a5a954c4d6094da692fd9cb85d2/users/90a3f7defe614edbbc96f117c4a4f2e3/roles/c541d588979f4d0a9cc721249bb0b42a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:23,747 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86016eb0-1a78-49e8-91aa-c70fba5d7501 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:23,747 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/eb500a5a954c4d6094da692fd9cb85d2/users/90a3f7defe614edbbc96f117c4a4f2e3/roles/c541d588979f4d0a9cc721249bb0b42a used request id req-86016eb0-1a78-49e8-91aa-c70fba5d7501 2018-11-09 08:12:23,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:24,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c541d588979f4d0a9cc721249bb0b42a", "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj-role"}], "expires_at": "2018-11-09T09:12:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb500a5a954c4d6094da692fd9cb85d2", "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eb500a5a954c4d6094da692fd9cb85d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eb500a5a954c4d6094da692fd9cb85d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eb500a5a954c4d6094da692fd9cb85d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eb500a5a954c4d6094da692fd9cb85d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eb500a5a954c4d6094da692fd9cb85d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-user", "id": "90a3f7defe614edbbc96f117c4a4f2e3"}, "audit_ids": ["YRKUUSD3QmqlH1LDSKCXrg"], "issued_at": "2018-11-09T08:12:24.000000Z"}} 2018-11-09 08:12:24,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6447cd3c6ca94233a50608ce65fb3e8654c69c" 2018-11-09 08:12:24,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6335ef28-0e3a-419b-9df3-9f40f3f1eb2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:24,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6335ef28-0e3a-419b-9df3-9f40f3f1eb2b 2018-11-09 08:12:24,200 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:24,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:24,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c541d588979f4d0a9cc721249bb0b42a", "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj-role"}], "expires_at": "2018-11-09T09:12:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb500a5a954c4d6094da692fd9cb85d2", "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/eb500a5a954c4d6094da692fd9cb85d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/eb500a5a954c4d6094da692fd9cb85d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eb500a5a954c4d6094da692fd9cb85d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/eb500a5a954c4d6094da692fd9cb85d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/eb500a5a954c4d6094da692fd9cb85d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/eb500a5a954c4d6094da692fd9cb85d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-user", "id": "90a3f7defe614edbbc96f117c4a4f2e3"}, "audit_ids": ["GQT2WEDjSKuL_Nr0rlCWaQ"], "issued_at": "2018-11-09T08:12:24.000000Z"}} 2018-11-09 08:12:24,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7431083352aaff7f6e3b59efeeea3a3a32b871c2" 2018-11-09 08:12:24,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c5987b7-2f8e-45df-a1ec-9e644d204f83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:24,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4c5987b7-2f8e-45df-a1ec-9e644d204f83 2018-11-09 08:12:24,669 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7431083352aaff7f6e3b59efeeea3a3a32b871c2" 2018-11-09 08:12:24,862 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:24 GMT Server: Apache x-compute-request-id: req-4d21cbe9-1767-47b7-a8c0-d5016cb9337b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4d21cbe9-1767-47b7-a8c0-d5016cb9337b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:12:24,862 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/detail used request id req-4d21cbe9-1767-47b7-a8c0-d5016cb9337b 2018-11-09 08:12:24,865 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4d21cbe9-1767-47b7-a8c0-d5016cb9337b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7431083352aaff7f6e3b59efeeea3a3a32b871c2" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:12:25,199 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:24 GMT Server: Apache x-compute-request-id: req-475fcd4d-c554-4e60-aaa3-8b047133728b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-475fcd4d-c554-4e60-aaa3-8b047133728b Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "90a3f7defe614edbbc96f117c4a4f2e3", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "self"}, {"href": "http://172.30.9.27:8776/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:25.140859", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c48760bf-b5a1-4f14-ab89-a47a439c4da0", "size": 1}} 2018-11-09 08:12:25,199 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes used request id req-475fcd4d-c554-4e60-aaa3-8b047133728b 2018-11-09 08:12:25,203 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d21cbe9-1767-47b7-a8c0-d5016cb9337b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7431083352aaff7f6e3b59efeeea3a3a32b871c2" 2018-11-09 08:12:25,395 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:25 GMT Server: Apache x-compute-request-id: req-fe4838be-5a15-4dd9-8fce-168d9f52b0e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe4838be-5a15-4dd9-8fce-168d9f52b0e4 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "90a3f7defe614edbbc96f117c4a4f2e3", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "self"}, {"href": "http://172.30.9.27:8776/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "eb500a5a954c4d6094da692fd9cb85d2", "updated_at": "2018-11-09T08:12:25.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c48760bf-b5a1-4f14-ab89-a47a439c4da0", "size": 1}} 2018-11-09 08:12:25,395 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 used request id req-fe4838be-5a15-4dd9-8fce-168d9f52b0e4 2018-11-09 08:12:25,395 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8 2018-11-09 08:12:25,398 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d21cbe9-1767-47b7-a8c0-d5016cb9337b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7431083352aaff7f6e3b59efeeea3a3a32b871c2" 2018-11-09 08:12:25,604 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:25 GMT Server: Apache x-compute-request-id: req-37520ed0-8b81-4a08-81d1-c92c47fc8e4e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-37520ed0-8b81-4a08-81d1-c92c47fc8e4e Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "90a3f7defe614edbbc96f117c4a4f2e3", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "self"}, {"href": "http://172.30.9.27:8776/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "eb500a5a954c4d6094da692fd9cb85d2", "updated_at": "2018-11-09T08:12:25.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c48760bf-b5a1-4f14-ab89-a47a439c4da0", "size": 1}} 2018-11-09 08:12:25,604 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 used request id req-37520ed0-8b81-4a08-81d1-c92c47fc8e4e 2018-11-09 08:12:25,605 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:12:25,605 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8 2018-11-09 08:12:25,605 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8 2018-11-09 08:12:25,607 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6447cd3c6ca94233a50608ce65fb3e8654c69c" 2018-11-09 08:12:25,796 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:25 GMT Server: Apache x-compute-request-id: req-ac62a4dd-0116-4c22-8f4e-4d2b6efa78df OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ac62a4dd-0116-4c22-8f4e-4d2b6efa78df Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "90a3f7defe614edbbc96f117c4a4f2e3", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "self"}, {"href": "http://172.30.9.27:8776/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "eb500a5a954c4d6094da692fd9cb85d2", "updated_at": "2018-11-09T08:12:25.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c48760bf-b5a1-4f14-ab89-a47a439c4da0", "size": 1}]} 2018-11-09 08:12:25,796 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/detail used request id req-ac62a4dd-0116-4c22-8f4e-4d2b6efa78df 2018-11-09 08:12:25,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:25,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:25,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/eb500a5a954c4d6094da692fd9cb85d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6447cd3c6ca94233a50608ce65fb3e8654c69c" 2018-11-09 08:12:25,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c974ab7-8de1-4118-8b81-6342b3b2f54d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/eb500a5a954c4d6094da692fd9cb85d2"}, "enabled": true, "id": "eb500a5a954c4d6094da692fd9cb85d2", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj"}} 2018-11-09 08:12:25,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/eb500a5a954c4d6094da692fd9cb85d2 used request id req-6c974ab7-8de1-4118-8b81-6342b3b2f54d 2018-11-09 08:12:25,884 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d21cbe9-1767-47b7-a8c0-d5016cb9337b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7431083352aaff7f6e3b59efeeea3a3a32b871c2" 2018-11-09 08:12:26,080 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:25 GMT Server: Apache x-compute-request-id: req-1f59d2ae-c533-4e69-b967-41410b7fdc32 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1f59d2ae-c533-4e69-b967-41410b7fdc32 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "90a3f7defe614edbbc96f117c4a4f2e3", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "self"}, {"href": "http://172.30.9.27:8776/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "eb500a5a954c4d6094da692fd9cb85d2", "updated_at": "2018-11-09T08:12:25.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c48760bf-b5a1-4f14-ab89-a47a439c4da0", "size": 1}} 2018-11-09 08:12:26,080 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 used request id req-1f59d2ae-c533-4e69-b967-41410b7fdc32 2018-11-09 08:12:26,081 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:12:26,081 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8 2018-11-09 08:12:26,081 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8 2018-11-09 08:12:26,083 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d21cbe9-1767-47b7-a8c0-d5016cb9337b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7431083352aaff7f6e3b59efeeea3a3a32b871c2" 2018-11-09 08:12:26,171 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-86e8bb1b-9083-4ed0-b3fa-55a54ccb7bcd Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:26,171 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 used request id req-86e8bb1b-9083-4ed0-b3fa-55a54ccb7bcd 2018-11-09 08:12:26,173 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d21cbe9-1767-47b7-a8c0-d5016cb9337b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7431083352aaff7f6e3b59efeeea3a3a32b871c2" 2018-11-09 08:12:26,372 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:26 GMT Server: Apache x-compute-request-id: req-284545d5-98d8-43da-bc49-cb5e0cd5d555 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-284545d5-98d8-43da-bc49-cb5e0cd5d555 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "90a3f7defe614edbbc96f117c4a4f2e3", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "self"}, {"href": "http://172.30.9.27:8776/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:25.000000", "description": null, "os-vol-tenant-attr:tenant_id": "eb500a5a954c4d6094da692fd9cb85d2", "updated_at": "2018-11-09T08:12:25.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c48760bf-b5a1-4f14-ab89-a47a439c4da0", "size": 1}} 2018-11-09 08:12:26,372 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 used request id req-284545d5-98d8-43da-bc49-cb5e0cd5d555 2018-11-09 08:12:26,372 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 08:12:26,372 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 08:12:29,376 - create_volume - DEBUG - Volume status query timeout in 56.7953948975 2018-11-09 08:12:29,379 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d21cbe9-1767-47b7-a8c0-d5016cb9337b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7431083352aaff7f6e3b59efeeea3a3a32b871c2" 2018-11-09 08:12:29,415 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:12:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-cceb1b27-24bd-4217-a829-3c105b7b8b6c x-openstack-request-id: req-cceb1b27-24bd-4217-a829-3c105b7b8b6c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume c48760bf-b5a1-4f14-ab89-a47a439c4da0 could not be found.", "code": 404}} 2018-11-09 08:12:29,415 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/c48760bf-b5a1-4f14-ab89-a47a439c4da0 used request id req-cceb1b27-24bd-4217-a829-3c105b7b8b6c 2018-11-09 08:12:29,415 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume c48760bf-b5a1-4f14-ab89-a47a439c4da0 could not be found. (HTTP 404) (Request-ID: req-cceb1b27-24bd-4217-a829-3c105b7b8b6c) 2018-11-09 08:12:29,415 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-ccfd9b42-e3d6-4cc1-9c74-c8331da5d8e8 2018-11-09 08:12:29,419 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ac62a4dd-0116-4c22-8f4e-4d2b6efa78df" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6447cd3c6ca94233a50608ce65fb3e8654c69c" 2018-11-09 08:12:29,619 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:29 GMT Server: Apache x-compute-request-id: req-34d2cadf-d3aa-4807-8f05-2670cb4aa4e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-34d2cadf-d3aa-4807-8f05-2670cb4aa4e8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:12:29,619 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/eb500a5a954c4d6094da692fd9cb85d2/volumes/detail used request id req-34d2cadf-d3aa-4807-8f05-2670cb4aa4e8 2018-11-09 08:12:29,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:29,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9eb3119b-6063-4d4e-8064-39443fcbd4e8 Date: Fri, 09 Nov 2018 08:12:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:12:29,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-9eb3119b-6063-4d4e-8064-39443fcbd4e8 2018-11-09 08:12:29,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:29,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d56e889-8d5b-48f9-a842-826b75fe36e3 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:12:29,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-8d56e889-8d5b-48f9-a842-826b75fe36e3 2018-11-09 08:12:29,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:30,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3869d18d-405c-409b-8443-31ac4eee2730 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:12:30,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-3869d18d-405c-409b-8443-31ac4eee2730 2018-11-09 08:12:30,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:30,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ea6a30a-360d-4ae6-9270-c35ec4caeab0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:12:30,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-9ea6a30a-360d-4ae6-9270-c35ec4caeab0 2018-11-09 08:12:30,139 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj 2018-11-09 08:12:30,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/eb500a5a954c4d6094da692fd9cb85d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:30,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98834ac5-72e6-4fb3-9ab5-88f6dfda7003 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:30,359 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/eb500a5a954c4d6094da692fd9cb85d2 used request id req-98834ac5-72e6-4fb3-9ab5-88f6dfda7003 2018-11-09 08:12:30,359 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-proj-role 2018-11-09 08:12:30,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/c541d588979f4d0a9cc721249bb0b42a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:30,463 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a448abea-3acc-4976-8512-daa7f7304ee9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:30,463 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/c541d588979f4d0a9cc721249bb0b42a used request id req-a448abea-3acc-4976-8512-daa7f7304ee9 2018-11-09 08:12:30,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34d952f7c033065adbb7bfc6d99321b05bf4f8c1" 2018-11-09 08:12:30,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af54fbf-4fd5-4529-a8b2-a4c934a1b497 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:30,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4af54fbf-4fd5-4529-a8b2-a4c934a1b497 2018-11-09 08:12:30,557 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-16ea6f04-329e-4be-user 2018-11-09 08:12:30,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/90a3f7defe614edbbc96f117c4a4f2e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e92893a13d6fb7cbac3d0eed48698e117d8716" 2018-11-09 08:12:30,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1417c66-b992-46e9-9b2f-8c271f72aeaf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:30,732 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/90a3f7defe614edbbc96f117c4a4f2e3 used request id req-a1417c66-b992-46e9-9b2f-8c271f72aeaf 2018-11-09 08:12:30,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:31,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Mg3_nYb1Qh2_l8Nm1rkSWg"], "issued_at": "2018-11-09T08:12:31.000000Z"}} 2018-11-09 08:12:31,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7592f8221cf35671237750ccd6327f78298f0b1" 2018-11-09 08:12:31,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f80ce5b4-ed82-448b-b9b7-c27ab50300b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:31,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f80ce5b4-ed82-448b-b9b7-c27ab50300b7 2018-11-09 08:12:31,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:31,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:31,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["kx0lin-sRum_eCQcsz_gbg"], "issued_at": "2018-11-09T08:12:31.000000Z"}} 2018-11-09 08:12:31,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:31,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51cedda-42ff-4165-95f0-a80e8cf3fc1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:31,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b51cedda-42ff-4165-95f0-a80e8cf3fc1f 2018-11-09 08:12:31,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:31,685 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:31,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-68887164-d177-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:31,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad8bf73c-510c-481f-b522-27fc7eda1355 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-68887164-d177-473-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:12:31,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-68887164-d177-473-proj used request id req-ad8bf73c-510c-481f-b522-27fc7eda1355 2018-11-09 08:12:31,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:31,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59c0dd5c-c432-45eb-a8ec-4143332e1351 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:31,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-59c0dd5c-c432-45eb-a8ec-4143332e1351 2018-11-09 08:12:31,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj"}}' 2018-11-09 08:12:31,918 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3cc7dec-bdc4-4ce1-96a0-508c4a4e134f Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e"}, "enabled": true, "id": "3504a097f3e84569b9ebd2af6ace7b9e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj"}} 2018-11-09 08:12:31,919 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a3cc7dec-bdc4-4ce1-96a0-508c4a4e134f 2018-11-09 08:12:31,919 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-68887164-d177-473-proj 2018-11-09 08:12:31,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:31,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:32,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["rSJzkP23Qe2-WSmaRKsl-g"], "issued_at": "2018-11-09T08:12:32.000000Z"}} 2018-11-09 08:12:32,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4f1993cd7a034fce604a5ed3ab8a381c9b3f20c" 2018-11-09 08:12:32,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f09d3a63-74a3-4098-8f9c-b9d952dde2df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:32,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f09d3a63-74a3-4098-8f9c-b9d952dde2df 2018-11-09 08:12:32,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:32,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:32,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4f1993cd7a034fce604a5ed3ab8a381c9b3f20c" 2018-11-09 08:12:32,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9850adac-315d-429b-99d9-c9bd21602905 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:12:32,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9850adac-315d-429b-99d9-c9bd21602905 2018-11-09 08:12:32,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-68887164-d177-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4f1993cd7a034fce604a5ed3ab8a381c9b3f20c" 2018-11-09 08:12:32,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-929ff3da-1f37-43f8-b036-e4e0b6c30df8 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-68887164-d177-473-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e"}, "enabled": true, "id": "3504a097f3e84569b9ebd2af6ace7b9e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj"}]} 2018-11-09 08:12:32,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-68887164-d177-473-proj used request id req-929ff3da-1f37-43f8-b036-e4e0b6c30df8 2018-11-09 08:12:32,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4f1993cd7a034fce604a5ed3ab8a381c9b3f20c" 2018-11-09 08:12:32,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c92704f-4044-4c4a-9516-34402f077d33 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:32,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1c92704f-4044-4c4a-9516-34402f077d33 2018-11-09 08:12:33,026 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-68887164-d177-473-user 2018-11-09 08:12:33,026 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:33,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:33,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39ffb422-3ff8-40a8-b2c8-84c26faf9131 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:33,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-39ffb422-3ff8-40a8-b2c8-84c26faf9131 2018-11-09 08:12:33,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj-role"}}' 2018-11-09 08:12:33,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c04f5dcd-3f33-461e-850b-b13ae5f6ff0d Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "830d80063a7846b6b5fd4f5e3f48c7bd", "links": {"self": "http://172.30.9.27:5000/v3/roles/830d80063a7846b6b5fd4f5e3f48c7bd"}, "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj-role"}} 2018-11-09 08:12:33,225 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-c04f5dcd-3f33-461e-850b-b13ae5f6ff0d 2018-11-09 08:12:33,225 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-68887164-d177-473-proj-role 2018-11-09 08:12:33,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/830d80063a7846b6b5fd4f5e3f48c7bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:33,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67a8334d-9612-4316-889e-c7842ce72d10 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/830d80063a7846b6b5fd4f5e3f48c7bd"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj-role", "id": "830d80063a7846b6b5fd4f5e3f48c7bd"}} 2018-11-09 08:12:33,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/830d80063a7846b6b5fd4f5e3f48c7bd used request id req-67a8334d-9612-4316-889e-c7842ce72d10 2018-11-09 08:12:33,315 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-68887164-d177-473-proj-role to project CreateSimpleVolumeSuccessTests-68887164-d177-473-proj 2018-11-09 08:12:33,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e/users/1e679c97618a47e7a323326ad4b5de1c/roles/830d80063a7846b6b5fd4f5e3f48c7bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:33,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da4644f2-2c70-44f0-8bc0-06b79eabe995 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:33,442 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e/users/1e679c97618a47e7a323326ad4b5de1c/roles/830d80063a7846b6b5fd4f5e3f48c7bd used request id req-da4644f2-2c70-44f0-8bc0-06b79eabe995 2018-11-09 08:12:33,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:33,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "830d80063a7846b6b5fd4f5e3f48c7bd", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj-role"}], "expires_at": "2018-11-09T09:12:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3504a097f3e84569b9ebd2af6ace7b9e", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-user", "id": "1e679c97618a47e7a323326ad4b5de1c"}, "audit_ids": ["yLAeT98MTUa3TASf_YJcWg"], "issued_at": "2018-11-09T08:12:33.000000Z"}} 2018-11-09 08:12:33,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d681558394050d61597e854b3259ded52547460c" 2018-11-09 08:12:33,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d13911ce-79d1-46a8-861d-ed661d842b0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:33,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d13911ce-79d1-46a8-861d-ed661d842b0b 2018-11-09 08:12:33,908 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:33,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:34,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "830d80063a7846b6b5fd4f5e3f48c7bd", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj-role"}], "expires_at": "2018-11-09T09:12:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3504a097f3e84569b9ebd2af6ace7b9e", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-user", "id": "1e679c97618a47e7a323326ad4b5de1c"}, "audit_ids": ["4bSWLtCfTWimVbapGP9QLA"], "issued_at": "2018-11-09T08:12:34.000000Z"}} 2018-11-09 08:12:34,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50bc1c00e507fbcaf8cdf9c7ea52585d4217021" 2018-11-09 08:12:34,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-433e1311-76d1-4955-b089-61f48e51d854 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:34,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-433e1311-76d1-4955-b089-61f48e51d854 2018-11-09 08:12:34,360 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50bc1c00e507fbcaf8cdf9c7ea52585d4217021" 2018-11-09 08:12:34,556 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:34 GMT Server: Apache x-compute-request-id: req-5fdf1235-9c4a-4179-8bee-cd248fb9d1b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5fdf1235-9c4a-4179-8bee-cd248fb9d1b4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:12:34,556 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/detail used request id req-5fdf1235-9c4a-4179-8bee-cd248fb9d1b4 2018-11-09 08:12:34,559 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5fdf1235-9c4a-4179-8bee-cd248fb9d1b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50bc1c00e507fbcaf8cdf9c7ea52585d4217021" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:12:34,880 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:34 GMT Server: Apache x-compute-request-id: req-6b5217ec-356f-4dc2-86cc-1ee59cf3f146 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6b5217ec-356f-4dc2-86cc-1ee59cf3f146 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "1e679c97618a47e7a323326ad4b5de1c", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "self"}, {"href": "http://172.30.9.27:8776/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:34.796806", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0aeda115-265b-4335-9033-c433041a013a", "size": 1}} 2018-11-09 08:12:34,881 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes used request id req-6b5217ec-356f-4dc2-86cc-1ee59cf3f146 2018-11-09 08:12:34,884 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fdf1235-9c4a-4179-8bee-cd248fb9d1b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50bc1c00e507fbcaf8cdf9c7ea52585d4217021" 2018-11-09 08:12:35,076 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:34 GMT Server: Apache x-compute-request-id: req-97bada4c-4392-4d89-9a96-93a90ba8a525 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97bada4c-4392-4d89-9a96-93a90ba8a525 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "1e679c97618a47e7a323326ad4b5de1c", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "self"}, {"href": "http://172.30.9.27:8776/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3504a097f3e84569b9ebd2af6ace7b9e", "updated_at": "2018-11-09T08:12:34.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0aeda115-265b-4335-9033-c433041a013a", "size": 1}} 2018-11-09 08:12:35,077 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a used request id req-97bada4c-4392-4d89-9a96-93a90ba8a525 2018-11-09 08:12:35,077 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88 2018-11-09 08:12:35,080 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fdf1235-9c4a-4179-8bee-cd248fb9d1b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50bc1c00e507fbcaf8cdf9c7ea52585d4217021" 2018-11-09 08:12:35,283 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:35 GMT Server: Apache x-compute-request-id: req-086c4ab7-7ee1-4ccd-85f3-1930a7064b57 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-086c4ab7-7ee1-4ccd-85f3-1930a7064b57 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "1e679c97618a47e7a323326ad4b5de1c", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "self"}, {"href": "http://172.30.9.27:8776/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3504a097f3e84569b9ebd2af6ace7b9e", "updated_at": "2018-11-09T08:12:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0aeda115-265b-4335-9033-c433041a013a", "size": 1}} 2018-11-09 08:12:35,284 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a used request id req-086c4ab7-7ee1-4ccd-85f3-1930a7064b57 2018-11-09 08:12:35,284 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:12:35,284 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88 2018-11-09 08:12:35,284 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88 2018-11-09 08:12:35,287 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d681558394050d61597e854b3259ded52547460c" 2018-11-09 08:12:35,508 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:35 GMT Server: Apache x-compute-request-id: req-d820fca7-f90f-40d7-b658-f6009c9bcab3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d820fca7-f90f-40d7-b658-f6009c9bcab3 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "1e679c97618a47e7a323326ad4b5de1c", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "self"}, {"href": "http://172.30.9.27:8776/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3504a097f3e84569b9ebd2af6ace7b9e", "updated_at": "2018-11-09T08:12:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0aeda115-265b-4335-9033-c433041a013a", "size": 1}]} 2018-11-09 08:12:35,508 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/detail used request id req-d820fca7-f90f-40d7-b658-f6009c9bcab3 2018-11-09 08:12:35,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:35,516 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:35,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d681558394050d61597e854b3259ded52547460c" 2018-11-09 08:12:35,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d667568f-2ab1-409b-b86a-b6fa11ee54c8 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e"}, "enabled": true, "id": "3504a097f3e84569b9ebd2af6ace7b9e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj"}} 2018-11-09 08:12:35,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e used request id req-d667568f-2ab1-409b-b86a-b6fa11ee54c8 2018-11-09 08:12:35,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:35,576 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:36,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "830d80063a7846b6b5fd4f5e3f48c7bd", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj-role"}], "expires_at": "2018-11-09T09:12:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3504a097f3e84569b9ebd2af6ace7b9e", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3504a097f3e84569b9ebd2af6ace7b9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-user", "id": "1e679c97618a47e7a323326ad4b5de1c"}, "audit_ids": ["nFzrn-DgTQuqwAXGDBydYQ"], "issued_at": "2018-11-09T08:12:35.000000Z"}} 2018-11-09 08:12:36,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103b2d7a77a3c95ba02bc0b03f9d356d4aa488ea" 2018-11-09 08:12:36,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80be81c0-be77-4b3a-baef-cd832a7493a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:36,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-80be81c0-be77-4b3a-baef-cd832a7493a0 2018-11-09 08:12:36,185 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103b2d7a77a3c95ba02bc0b03f9d356d4aa488ea" 2018-11-09 08:12:36,380 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:36 GMT Server: Apache x-compute-request-id: req-7d6b4250-e1b0-4118-a50c-47b4e2190847 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7d6b4250-e1b0-4118-a50c-47b4e2190847 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "1e679c97618a47e7a323326ad4b5de1c", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "self"}, {"href": "http://172.30.9.27:8776/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3504a097f3e84569b9ebd2af6ace7b9e", "updated_at": "2018-11-09T08:12:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0aeda115-265b-4335-9033-c433041a013a", "size": 1}]} 2018-11-09 08:12:36,380 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/detail used request id req-7d6b4250-e1b0-4118-a50c-47b4e2190847 2018-11-09 08:12:36,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:36,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:36,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103b2d7a77a3c95ba02bc0b03f9d356d4aa488ea" 2018-11-09 08:12:36,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-998f8fe2-c26b-483f-b916-253fe428b224 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e"}, "enabled": true, "id": "3504a097f3e84569b9ebd2af6ace7b9e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-68887164-d177-473-proj"}} 2018-11-09 08:12:36,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e used request id req-998f8fe2-c26b-483f-b916-253fe428b224 2018-11-09 08:12:36,471 - create_volume - INFO - Did not create volume due to cleanup mode 2018-11-09 08:12:36,474 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fdf1235-9c4a-4179-8bee-cd248fb9d1b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50bc1c00e507fbcaf8cdf9c7ea52585d4217021" 2018-11-09 08:12:36,670 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:36 GMT Server: Apache x-compute-request-id: req-66436e9a-8697-4a2a-9d62-17574ba4226e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66436e9a-8697-4a2a-9d62-17574ba4226e Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "1e679c97618a47e7a323326ad4b5de1c", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "self"}, {"href": "http://172.30.9.27:8776/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3504a097f3e84569b9ebd2af6ace7b9e", "updated_at": "2018-11-09T08:12:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0aeda115-265b-4335-9033-c433041a013a", "size": 1}} 2018-11-09 08:12:36,670 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a used request id req-66436e9a-8697-4a2a-9d62-17574ba4226e 2018-11-09 08:12:36,671 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:12:36,671 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88 2018-11-09 08:12:36,671 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88 2018-11-09 08:12:36,674 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fdf1235-9c4a-4179-8bee-cd248fb9d1b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50bc1c00e507fbcaf8cdf9c7ea52585d4217021" 2018-11-09 08:12:37,285 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a047c460-2c23-48eb-ba84-5937d23936d0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:37,285 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a used request id req-a047c460-2c23-48eb-ba84-5937d23936d0 2018-11-09 08:12:37,288 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fdf1235-9c4a-4179-8bee-cd248fb9d1b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50bc1c00e507fbcaf8cdf9c7ea52585d4217021" 2018-11-09 08:12:37,490 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:37 GMT Server: Apache x-compute-request-id: req-bc1bc261-be31-447f-b05f-57d3cb65c06c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bc1bc261-be31-447f-b05f-57d3cb65c06c Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "1e679c97618a47e7a323326ad4b5de1c", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "self"}, {"href": "http://172.30.9.27:8776/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3504a097f3e84569b9ebd2af6ace7b9e", "updated_at": "2018-11-09T08:12:37.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0aeda115-265b-4335-9033-c433041a013a", "size": 1}} 2018-11-09 08:12:37,490 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a used request id req-bc1bc261-be31-447f-b05f-57d3cb65c06c 2018-11-09 08:12:37,491 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 08:12:37,491 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 08:12:40,494 - create_volume - DEBUG - Volume status query timeout in 56.7914528847 2018-11-09 08:12:40,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5fdf1235-9c4a-4179-8bee-cd248fb9d1b4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50bc1c00e507fbcaf8cdf9c7ea52585d4217021" 2018-11-09 08:12:40,528 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:12:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3fa08f9f-36fc-4499-bffb-3dae878cd42e x-openstack-request-id: req-3fa08f9f-36fc-4499-bffb-3dae878cd42e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0aeda115-265b-4335-9033-c433041a013a could not be found.", "code": 404}} 2018-11-09 08:12:40,528 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/3504a097f3e84569b9ebd2af6ace7b9e/volumes/0aeda115-265b-4335-9033-c433041a013a used request id req-3fa08f9f-36fc-4499-bffb-3dae878cd42e 2018-11-09 08:12:40,528 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0aeda115-265b-4335-9033-c433041a013a could not be found. (HTTP 404) (Request-ID: req-3fa08f9f-36fc-4499-bffb-3dae878cd42e) 2018-11-09 08:12:40,528 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-823d67b7-78a5-4950-9df3-06cc69129f88 2018-11-09 08:12:40,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:40,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8128074a-159d-4c89-872a-cf7626de3a61 Date: Fri, 09 Nov 2018 08:12:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:12:40,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-8128074a-159d-4c89-872a-cf7626de3a61 2018-11-09 08:12:40,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:40,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13cc47f7-bf9b-4ea1-aa42-84ac376fdae0 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:12:40,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-13cc47f7-bf9b-4ea1-aa42-84ac376fdae0 2018-11-09 08:12:40,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:40,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d948402f-64f1-4d93-a294-59713c6608f6 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:12:40,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-d948402f-64f1-4d93-a294-59713c6608f6 2018-11-09 08:12:40,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:41,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd88f87c-2151-4fd5-9fe7-5c77866bf7b8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:12:41,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-cd88f87c-2151-4fd5-9fe7-5c77866bf7b8 2018-11-09 08:12:41,045 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-68887164-d177-473-proj 2018-11-09 08:12:41,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:41,256 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88bf1903-23d2-4bf6-a25b-6ddcab8b6bc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:41,257 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/3504a097f3e84569b9ebd2af6ace7b9e used request id req-88bf1903-23d2-4bf6-a25b-6ddcab8b6bc8 2018-11-09 08:12:41,257 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-68887164-d177-473-proj-role 2018-11-09 08:12:41,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/830d80063a7846b6b5fd4f5e3f48c7bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:41,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d2b22e6-7949-49d6-a1fa-a9cb9f57e3b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:41,367 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/830d80063a7846b6b5fd4f5e3f48c7bd used request id req-7d2b22e6-7949-49d6-a1fa-a9cb9f57e3b5 2018-11-09 08:12:41,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3465e3f2e84018db38cc4bc468e1e2ff21402f84" 2018-11-09 08:12:41,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5252c555-e743-4965-a018-077098333e30 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:41,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5252c555-e743-4965-a018-077098333e30 2018-11-09 08:12:41,461 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-68887164-d177-473-user 2018-11-09 08:12:41,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/1e679c97618a47e7a323326ad4b5de1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4f1993cd7a034fce604a5ed3ab8a381c9b3f20c" 2018-11-09 08:12:41,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f9d7764-f7e0-44d0-8fc9-9dcc58331674 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:41,709 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/1e679c97618a47e7a323326ad4b5de1c used request id req-2f9d7764-f7e0-44d0-8fc9-9dcc58331674 2018-11-09 08:12:41,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:42,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["juWEypLRRwqvtCyzYm1loQ"], "issued_at": "2018-11-09T08:12:42.000000Z"}} 2018-11-09 08:12:42,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58db373c389077a1c89679355714d7b9bf196e73" 2018-11-09 08:12:42,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2af6c8c9-ff42-4bb7-ac15-f185925bd502 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:42,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2af6c8c9-ff42-4bb7-ac15-f185925bd502 2018-11-09 08:12:42,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:42,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:42,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["DXIqdpXYQgejBQN26BPmuQ"], "issued_at": "2018-11-09T08:12:42.000000Z"}} 2018-11-09 08:12:42,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:42,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-301257ed-46a0-4eab-97d5-61d73c2b9010 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:42,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-301257ed-46a0-4eab-97d5-61d73c2b9010 2018-11-09 08:12:42,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:42,642 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:42,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:42,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a126a515-0cd5-414a-8d55-de51b6e8bff9 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:12:42,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj used request id req-a126a515-0cd5-414a-8d55-de51b6e8bff9 2018-11-09 08:12:42,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:42,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312685f3-14e0-4856-b210-898d1537f728 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:42,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-312685f3-14e0-4856-b210-898d1537f728 2018-11-09 08:12:42,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj"}}' 2018-11-09 08:12:42,955 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6eaf2583-c3d1-4e2a-9cd5-73496e028266 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fd740b0c364d44fca076d0404f456b3a"}, "enabled": true, "id": "fd740b0c364d44fca076d0404f456b3a", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj"}} 2018-11-09 08:12:42,955 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-6eaf2583-c3d1-4e2a-9cd5-73496e028266 2018-11-09 08:12:42,955 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj 2018-11-09 08:12:42,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:42,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:43,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["VaEblI1GQnGPhBaIQwj-zg"], "issued_at": "2018-11-09T08:12:43.000000Z"}} 2018-11-09 08:12:43,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b00b52cdb16cd546d509fb24285ca2a46c49ff" 2018-11-09 08:12:43,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17298525-30e8-41e9-885c-0e63a7271215 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:43,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-17298525-30e8-41e9-885c-0e63a7271215 2018-11-09 08:12:43,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:43,363 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:43,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b00b52cdb16cd546d509fb24285ca2a46c49ff" 2018-11-09 08:12:43,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7702c87-a603-4bc9-9f2d-194c44ee6966 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:12:43,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b7702c87-a603-4bc9-9f2d-194c44ee6966 2018-11-09 08:12:43,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b00b52cdb16cd546d509fb24285ca2a46c49ff" 2018-11-09 08:12:43,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fccb24b-4c01-47e9-9714-e394891fef56 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fd740b0c364d44fca076d0404f456b3a"}, "enabled": true, "id": "fd740b0c364d44fca076d0404f456b3a", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj"}]} 2018-11-09 08:12:43,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj used request id req-9fccb24b-4c01-47e9-9714-e394891fef56 2018-11-09 08:12:43,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b00b52cdb16cd546d509fb24285ca2a46c49ff" 2018-11-09 08:12:43,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca080b02-96bf-483e-91c6-44f55ff4c2ab Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:43,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-ca080b02-96bf-483e-91c6-44f55ff4c2ab 2018-11-09 08:12:43,966 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-user 2018-11-09 08:12:43,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:43,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:44,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4855ff67-44e7-47aa-9531-22d8f980486b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:44,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4855ff67-44e7-47aa-9531-22d8f980486b 2018-11-09 08:12:44,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj-role"}}' 2018-11-09 08:12:44,177 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-120474b1-aaa8-440e-804b-eca367d86b17 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6dc7377a867e477ea6717f23545dccd2", "links": {"self": "http://172.30.9.27:5000/v3/roles/6dc7377a867e477ea6717f23545dccd2"}, "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj-role"}} 2018-11-09 08:12:44,177 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-120474b1-aaa8-440e-804b-eca367d86b17 2018-11-09 08:12:44,177 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj-role 2018-11-09 08:12:44,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/6dc7377a867e477ea6717f23545dccd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:44,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beaf0de7-2f04-4edf-aad5-1fb92cc19e51 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6dc7377a867e477ea6717f23545dccd2"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj-role", "id": "6dc7377a867e477ea6717f23545dccd2"}} 2018-11-09 08:12:44,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6dc7377a867e477ea6717f23545dccd2 used request id req-beaf0de7-2f04-4edf-aad5-1fb92cc19e51 2018-11-09 08:12:44,270 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj-role to project CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj 2018-11-09 08:12:44,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/fd740b0c364d44fca076d0404f456b3a/users/c9deff1d68944eafad086d7d4462b211/roles/6dc7377a867e477ea6717f23545dccd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:44,400 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0da9fcb-8d41-4566-9545-d4d21d3abc71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:44,400 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/fd740b0c364d44fca076d0404f456b3a/users/c9deff1d68944eafad086d7d4462b211/roles/6dc7377a867e477ea6717f23545dccd2 used request id req-f0da9fcb-8d41-4566-9545-d4d21d3abc71 2018-11-09 08:12:44,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:44,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6dc7377a867e477ea6717f23545dccd2", "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj-role"}], "expires_at": "2018-11-09T09:12:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd740b0c364d44fca076d0404f456b3a", "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/fd740b0c364d44fca076d0404f456b3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/fd740b0c364d44fca076d0404f456b3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fd740b0c364d44fca076d0404f456b3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/fd740b0c364d44fca076d0404f456b3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/fd740b0c364d44fca076d0404f456b3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-user", "id": "c9deff1d68944eafad086d7d4462b211"}, "audit_ids": ["RK4B1Xm7RYmacL12nINu4g"], "issued_at": "2018-11-09T08:12:44.000000Z"}} 2018-11-09 08:12:44,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3babb32477a08b6cf4ac2cd56b5d121e716b933" 2018-11-09 08:12:44,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5cd9bf2-a2a8-468f-aac6-f5d160ed3a00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:44,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d5cd9bf2-a2a8-468f-aac6-f5d160ed3a00 2018-11-09 08:12:44,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:44,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:45,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6dc7377a867e477ea6717f23545dccd2", "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj-role"}], "expires_at": "2018-11-09T09:12:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd740b0c364d44fca076d0404f456b3a", "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/fd740b0c364d44fca076d0404f456b3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/fd740b0c364d44fca076d0404f456b3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fd740b0c364d44fca076d0404f456b3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/fd740b0c364d44fca076d0404f456b3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/fd740b0c364d44fca076d0404f456b3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/fd740b0c364d44fca076d0404f456b3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-user", "id": "c9deff1d68944eafad086d7d4462b211"}, "audit_ids": ["DDi80h8LRguqCxp8OCbFtQ"], "issued_at": "2018-11-09T08:12:45.000000Z"}} 2018-11-09 08:12:45,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a140d4325ad3ec13a8e8e9ef81dc5c4d9ea93536" 2018-11-09 08:12:45,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46de4558-7693-4564-aa21-f2f089cf0432 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:45,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-46de4558-7693-4564-aa21-f2f089cf0432 2018-11-09 08:12:45,332 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a140d4325ad3ec13a8e8e9ef81dc5c4d9ea93536" 2018-11-09 08:12:45,516 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:45 GMT Server: Apache x-compute-request-id: req-6163af9c-70e0-4eee-b3af-da7f95fa4cd9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6163af9c-70e0-4eee-b3af-da7f95fa4cd9 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:12:45,516 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/detail used request id req-6163af9c-70e0-4eee-b3af-da7f95fa4cd9 2018-11-09 08:12:45,520 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6163af9c-70e0-4eee-b3af-da7f95fa4cd9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a140d4325ad3ec13a8e8e9ef81dc5c4d9ea93536" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:12:46,288 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:45 GMT Server: Apache x-compute-request-id: req-af797252-702d-4429-a8e9-8e8ee385ebc6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-af797252-702d-4429-a8e9-8e8ee385ebc6 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c9deff1d68944eafad086d7d4462b211", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638", "rel": "self"}, {"href": "http://172.30.9.27:8776/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:46.022127", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b3ec2c56-c5f0-4360-bf42-f0313277f638", "size": 1}} 2018-11-09 08:12:46,288 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes used request id req-af797252-702d-4429-a8e9-8e8ee385ebc6 2018-11-09 08:12:46,291 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6163af9c-70e0-4eee-b3af-da7f95fa4cd9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a140d4325ad3ec13a8e8e9ef81dc5c4d9ea93536" 2018-11-09 08:12:46,559 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:46 GMT Server: Apache x-compute-request-id: req-c7da144e-9f75-45cb-99cd-3fa95dd5ab09 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7da144e-9f75-45cb-99cd-3fa95dd5ab09 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c9deff1d68944eafad086d7d4462b211", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638", "rel": "self"}, {"href": "http://172.30.9.27:8776/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:46.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd740b0c364d44fca076d0404f456b3a", "updated_at": "2018-11-09T08:12:46.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b3ec2c56-c5f0-4360-bf42-f0313277f638", "size": 1}} 2018-11-09 08:12:46,559 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638 used request id req-c7da144e-9f75-45cb-99cd-3fa95dd5ab09 2018-11-09 08:12:46,560 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715 2018-11-09 08:12:46,563 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6163af9c-70e0-4eee-b3af-da7f95fa4cd9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a140d4325ad3ec13a8e8e9ef81dc5c4d9ea93536" 2018-11-09 08:12:46,756 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:46 GMT Server: Apache x-compute-request-id: req-014889d5-c2cf-4cb6-b9fe-ec93febc92d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-014889d5-c2cf-4cb6-b9fe-ec93febc92d9 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "c9deff1d68944eafad086d7d4462b211", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638", "rel": "self"}, {"href": "http://172.30.9.27:8776/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:46.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd740b0c364d44fca076d0404f456b3a", "updated_at": "2018-11-09T08:12:46.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b3ec2c56-c5f0-4360-bf42-f0313277f638", "size": 1}} 2018-11-09 08:12:46,756 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638 used request id req-014889d5-c2cf-4cb6-b9fe-ec93febc92d9 2018-11-09 08:12:46,756 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:12:46,757 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715 2018-11-09 08:12:46,757 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715 2018-11-09 08:12:46,760 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3babb32477a08b6cf4ac2cd56b5d121e716b933" 2018-11-09 08:12:46,943 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:46 GMT Server: Apache x-compute-request-id: req-2a324281-9977-4103-8800-3b332bc9e3ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2a324281-9977-4103-8800-3b332bc9e3ca Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c9deff1d68944eafad086d7d4462b211", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638", "rel": "self"}, {"href": "http://172.30.9.27:8776/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:46.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd740b0c364d44fca076d0404f456b3a", "updated_at": "2018-11-09T08:12:46.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b3ec2c56-c5f0-4360-bf42-f0313277f638", "size": 1}]} 2018-11-09 08:12:46,943 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/detail used request id req-2a324281-9977-4103-8800-3b332bc9e3ca 2018-11-09 08:12:46,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:46,952 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:46,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fd740b0c364d44fca076d0404f456b3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3babb32477a08b6cf4ac2cd56b5d121e716b933" 2018-11-09 08:12:47,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31b9b871-a563-449d-b015-68ee3a5932cc Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fd740b0c364d44fca076d0404f456b3a"}, "enabled": true, "id": "fd740b0c364d44fca076d0404f456b3a", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj"}} 2018-11-09 08:12:47,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fd740b0c364d44fca076d0404f456b3a used request id req-31b9b871-a563-449d-b015-68ee3a5932cc 2018-11-09 08:12:47,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6163af9c-70e0-4eee-b3af-da7f95fa4cd9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a140d4325ad3ec13a8e8e9ef81dc5c4d9ea93536" 2018-11-09 08:12:47,236 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:47 GMT Server: Apache x-compute-request-id: req-12af8f53-11cb-4cc9-9495-df55ceb3aee6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-12af8f53-11cb-4cc9-9495-df55ceb3aee6 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "c9deff1d68944eafad086d7d4462b211", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638", "rel": "self"}, {"href": "http://172.30.9.27:8776/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:12:46.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd740b0c364d44fca076d0404f456b3a", "updated_at": "2018-11-09T08:12:46.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b3ec2c56-c5f0-4360-bf42-f0313277f638", "size": 1}} 2018-11-09 08:12:47,237 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638 used request id req-12af8f53-11cb-4cc9-9495-df55ceb3aee6 2018-11-09 08:12:47,237 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:12:47,237 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715 2018-11-09 08:12:47,237 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715 2018-11-09 08:12:47,240 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6163af9c-70e0-4eee-b3af-da7f95fa4cd9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a140d4325ad3ec13a8e8e9ef81dc5c4d9ea93536" 2018-11-09 08:12:47,836 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:12:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ad7dd970-c574-420d-ad4e-376a1436505e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:12:47,836 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638 used request id req-ad7dd970-c574-420d-ad4e-376a1436505e 2018-11-09 08:12:47,839 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6163af9c-70e0-4eee-b3af-da7f95fa4cd9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a140d4325ad3ec13a8e8e9ef81dc5c4d9ea93536" 2018-11-09 08:12:48,384 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:12:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f22635b3-4ca5-468a-8ade-0c7498c3b409 x-openstack-request-id: req-f22635b3-4ca5-468a-8ade-0c7498c3b409 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume b3ec2c56-c5f0-4360-bf42-f0313277f638 could not be found.", "code": 404}} 2018-11-09 08:12:48,384 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/fd740b0c364d44fca076d0404f456b3a/volumes/b3ec2c56-c5f0-4360-bf42-f0313277f638 used request id req-f22635b3-4ca5-468a-8ade-0c7498c3b409 2018-11-09 08:12:48,384 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume b3ec2c56-c5f0-4360-bf42-f0313277f638 could not be found. (HTTP 404) (Request-ID: req-f22635b3-4ca5-468a-8ade-0c7498c3b409) 2018-11-09 08:12:48,384 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-60478d39-2cfe-492c-962b-46c6033bf715 2018-11-09 08:12:48,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:48,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-581e796d-d9ef-4d32-af2d-17600f9f12f1 Date: Fri, 09 Nov 2018 08:12:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:12:48,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-581e796d-d9ef-4d32-af2d-17600f9f12f1 2018-11-09 08:12:48,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:48,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8572eb7a-f5d4-4919-877e-aeb4445a9ba4 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:12:48,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-8572eb7a-f5d4-4919-877e-aeb4445a9ba4 2018-11-09 08:12:48,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:48,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0353068f-98f5-4ee5-89c8-351133b0cbb1 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:12:48,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-0353068f-98f5-4ee5-89c8-351133b0cbb1 2018-11-09 08:12:48,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:48,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f30cb745-6a1f-4a93-8973-0f17fb102e85 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:12:48,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-f30cb745-6a1f-4a93-8973-0f17fb102e85 2018-11-09 08:12:48,870 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj 2018-11-09 08:12:48,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/fd740b0c364d44fca076d0404f456b3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:49,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eaf7c5ce-7356-4497-861e-3804f50b4830 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:49,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/fd740b0c364d44fca076d0404f456b3a used request id req-eaf7c5ce-7356-4497-861e-3804f50b4830 2018-11-09 08:12:49,090 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-proj-role 2018-11-09 08:12:49,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/6dc7377a867e477ea6717f23545dccd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:49,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f91b972-5113-467f-89e0-b11fb1a91c31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:49,205 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6dc7377a867e477ea6717f23545dccd2 used request id req-1f91b972-5113-467f-89e0-b11fb1a91c31 2018-11-09 08:12:49,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24a2c278bec99ff7f63dd3f522f0077fb1e3b8c" 2018-11-09 08:12:49,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0e1f491-c2c7-4585-bc10-de691b3d06dc Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:49,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e0e1f491-c2c7-4585-bc10-de691b3d06dc 2018-11-09 08:12:49,291 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-e9a668a9-920c-4b1-user 2018-11-09 08:12:49,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/c9deff1d68944eafad086d7d4462b211 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b00b52cdb16cd546d509fb24285ca2a46c49ff" 2018-11-09 08:12:49,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70c8e7f2-ae15-4c9a-bf33-95210bf37055 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:49,470 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/c9deff1d68944eafad086d7d4462b211 used request id req-70c8e7f2-ae15-4c9a-bf33-95210bf37055 2018-11-09 08:12:49,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:49,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["R0P6y2ZtTTCqRS7PwM5Cgw"], "issued_at": "2018-11-09T08:12:49.000000Z"}} 2018-11-09 08:12:49,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d024c0548c42e745c08e2236446ee5829ba35652" 2018-11-09 08:12:49,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56ec65c4-f9c8-4cb5-8470-9772b2f295de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:49,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-56ec65c4-f9c8-4cb5-8470-9772b2f295de 2018-11-09 08:12:49,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:49,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:50,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["7GaBx57FRLOrU0Edru7vVQ"], "issued_at": "2018-11-09T08:12:50.000000Z"}} 2018-11-09 08:12:50,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:50,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5088ec7a-8050-4221-861f-f1c26ce55c7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:50,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5088ec7a-8050-4221-861f-f1c26ce55c7d 2018-11-09 08:12:50,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:50,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:50,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:50,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecc15afd-5f41-4184-863e-8700aeaa988d Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:12:50,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj used request id req-ecc15afd-5f41-4184-863e-8700aeaa988d 2018-11-09 08:12:50,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:50,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-157403e0-de54-4d17-95ec-9b03a2701414 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:50,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-157403e0-de54-4d17-95ec-9b03a2701414 2018-11-09 08:12:50,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj"}}' 2018-11-09 08:12:50,805 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-082555d8-caec-41c0-bef7-86e5cba61bc0 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/458dca2f0c264fad84e81f97a019ae90"}, "enabled": true, "id": "458dca2f0c264fad84e81f97a019ae90", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj"}} 2018-11-09 08:12:50,805 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-082555d8-caec-41c0-bef7-86e5cba61bc0 2018-11-09 08:12:50,805 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj 2018-11-09 08:12:50,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:50,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:51,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["WmuPUGQoS_ujqjn0u53tQg"], "issued_at": "2018-11-09T08:12:51.000000Z"}} 2018-11-09 08:12:51,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae3c0b0de7376cc4e067bf58baae34e87c37a4d" 2018-11-09 08:12:51,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bce1b343-91df-44cf-ae9b-4a5873d64652 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:51,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bce1b343-91df-44cf-ae9b-4a5873d64652 2018-11-09 08:12:51,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:51,299 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:12: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:51,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae3c0b0de7376cc4e067bf58baae34e87c37a4d" 2018-11-09 08:12:51,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-440563db-32cc-4ff4-95a5-59d2b3c4574a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:12:51,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-440563db-32cc-4ff4-95a5-59d2b3c4574a 2018-11-09 08:12:51,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae3c0b0de7376cc4e067bf58baae34e87c37a4d" 2018-11-09 08:12:51,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b72ee41-f485-405c-9f16-ea2ccbd7140f Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/458dca2f0c264fad84e81f97a019ae90"}, "enabled": true, "id": "458dca2f0c264fad84e81f97a019ae90", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj"}]} 2018-11-09 08:12:51,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj used request id req-5b72ee41-f485-405c-9f16-ea2ccbd7140f 2018-11-09 08:12:51,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae3c0b0de7376cc4e067bf58baae34e87c37a4d" 2018-11-09 08:12:51,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae6d6b5c-5398-4fa3-974a-01b2ec7e6f05 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:51,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-ae6d6b5c-5398-4fa3-974a-01b2ec7e6f05 2018-11-09 08:12:51,960 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-user 2018-11-09 08:12:51,961 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:51,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:52,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50731233-2861-40d3-ae27-129d46a0f049 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:52,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-50731233-2861-40d3-ae27-129d46a0f049 2018-11-09 08:12:52,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj-role"}}' 2018-11-09 08:12:52,170 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3ddccc7-4867-449e-80a0-b80994e9d758 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cb0565ddd03844d7bd847ec81e617ea5", "links": {"self": "http://172.30.9.27:5000/v3/roles/cb0565ddd03844d7bd847ec81e617ea5"}, "name": "CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj-role"}} 2018-11-09 08:12:52,170 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-e3ddccc7-4867-449e-80a0-b80994e9d758 2018-11-09 08:12:52,170 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj-role 2018-11-09 08:12:52,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/cb0565ddd03844d7bd847ec81e617ea5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:52,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6a7b31-4865-46c3-b5e2-3a776d0f5958 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/cb0565ddd03844d7bd847ec81e617ea5"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj-role", "id": "cb0565ddd03844d7bd847ec81e617ea5"}} 2018-11-09 08:12:52,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/cb0565ddd03844d7bd847ec81e617ea5 used request id req-1c6a7b31-4865-46c3-b5e2-3a776d0f5958 2018-11-09 08:12:52,266 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj-role to project CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj 2018-11-09 08:12:52,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/458dca2f0c264fad84e81f97a019ae90/users/f465892906474c7c88adf3a97a6dbe71/roles/cb0565ddd03844d7bd847ec81e617ea5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:52,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1321cd37-b76e-45dd-b33b-68d7eb26415d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:52,394 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/458dca2f0c264fad84e81f97a019ae90/users/f465892906474c7c88adf3a97a6dbe71/roles/cb0565ddd03844d7bd847ec81e617ea5 used request id req-1321cd37-b76e-45dd-b33b-68d7eb26415d 2018-11-09 08:12:52,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:52,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:52,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cb0565ddd03844d7bd847ec81e617ea5", "name": "CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj-role"}], "expires_at": "2018-11-09T09:12:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "458dca2f0c264fad84e81f97a019ae90", "name": "CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/458dca2f0c264fad84e81f97a019ae90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/458dca2f0c264fad84e81f97a019ae90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/458dca2f0c264fad84e81f97a019ae90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/458dca2f0c264fad84e81f97a019ae90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/458dca2f0c264fad84e81f97a019ae90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/458dca2f0c264fad84e81f97a019ae90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/458dca2f0c264fad84e81f97a019ae90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/458dca2f0c264fad84e81f97a019ae90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/458dca2f0c264fad84e81f97a019ae90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/458dca2f0c264fad84e81f97a019ae90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/458dca2f0c264fad84e81f97a019ae90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/458dca2f0c264fad84e81f97a019ae90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-user", "id": "f465892906474c7c88adf3a97a6dbe71"}, "audit_ids": ["JFmUssB0QTeNWBMYoJKAGg"], "issued_at": "2018-11-09T08:12:52.000000Z"}} 2018-11-09 08:12:52,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893f7e25570bbea9c3c107c3266e2534559a7449" 2018-11-09 08:12:52,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45a910f0-2e30-4d24-9258-22a1bd202dd3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:52,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-45a910f0-2e30-4d24-9258-22a1bd202dd3 2018-11-09 08:12:52,854 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/458dca2f0c264fad84e81f97a019ae90/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893f7e25570bbea9c3c107c3266e2534559a7449" 2018-11-09 08:12:53,053 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:52 GMT Server: Apache x-compute-request-id: req-18506308-b80b-4c94-8f76-8b7432da8591 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-18506308-b80b-4c94-8f76-8b7432da8591 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:12:53,054 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/458dca2f0c264fad84e81f97a019ae90/volumes/detail used request id req-18506308-b80b-4c94-8f76-8b7432da8591 2018-11-09 08:12:53,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/458dca2f0c264fad84e81f97a019ae90/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-18506308-b80b-4c94-8f76-8b7432da8591" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893f7e25570bbea9c3c107c3266e2534559a7449" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-5fa4b5d0-4f07-403e-8235-00d97e72c453", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:12:53,390 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 09 Nov 2018 08:12:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-305dc013-8e0e-4c8b-9278-37eac654be2d x-openstack-request-id: req-305dc013-8e0e-4c8b-9278-37eac654be2d Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-11-09 08:12:53,390 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/458dca2f0c264fad84e81f97a019ae90/volumes used request id req-305dc013-8e0e-4c8b-9278-37eac654be2d 2018-11-09 08:12:53,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:53,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-20394023-28e6-4ecb-9964-cd9b95796c44 Date: Fri, 09 Nov 2018 08:12:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:12:53,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-20394023-28e6-4ecb-9964-cd9b95796c44 2018-11-09 08:12:53,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:53,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a619a2e-9901-47ee-8b15-e4c410b7ad0f 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:12:53,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-2a619a2e-9901-47ee-8b15-e4c410b7ad0f 2018-11-09 08:12:53,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:53,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc21bbc9-6a3b-4bf8-8fa8-0c1403e2a316 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:12:53,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-cc21bbc9-6a3b-4bf8-8fa8-0c1403e2a316 2018-11-09 08:12:53,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:53,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-208bd62b-37d8-4f55-bb29-b958d38798ae Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:12:53,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-208bd62b-37d8-4f55-bb29-b958d38798ae 2018-11-09 08:12:53,884 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj 2018-11-09 08:12:53,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/458dca2f0c264fad84e81f97a019ae90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:54,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-910e966c-20c6-4a98-bf98-602de2df26d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:54,095 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/458dca2f0c264fad84e81f97a019ae90 used request id req-910e966c-20c6-4a98-bf98-602de2df26d0 2018-11-09 08:12:54,095 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-proj-role 2018-11-09 08:12:54,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/cb0565ddd03844d7bd847ec81e617ea5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:54,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05f4fd2c-eb47-4145-af60-6131c12e24db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:54,194 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/cb0565ddd03844d7bd847ec81e617ea5 used request id req-05f4fd2c-eb47-4145-af60-6131c12e24db 2018-11-09 08:12:54,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec0d44d5774777a07829f0b14c211aa0a8edccb" 2018-11-09 08:12:54,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0067767-6c1f-40cb-a44d-ae06a3bc1269 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:54,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a0067767-6c1f-40cb-a44d-ae06a3bc1269 2018-11-09 08:12:54,284 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-a8ff9659-7d62-499-user 2018-11-09 08:12:54,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/f465892906474c7c88adf3a97a6dbe71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae3c0b0de7376cc4e067bf58baae34e87c37a4d" 2018-11-09 08:12:54,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cf66f2d-525a-4448-833b-a160402eff27 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:54,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f465892906474c7c88adf3a97a6dbe71 used request id req-2cf66f2d-525a-4448-833b-a160402eff27 2018-11-09 08:12:54,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:54,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lRaZw0t9RB6nxiu5bdjD_Q"], "issued_at": "2018-11-09T08:12:54.000000Z"}} 2018-11-09 08:12:54,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c7c7300a9edb968a0aa07a86f9f62d692b6b5a" 2018-11-09 08:12:54,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5eb4dcf-377e-4d4d-89f2-fac2ebe091cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:54,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f5eb4dcf-377e-4d4d-89f2-fac2ebe091cf 2018-11-09 08:12:54,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:54,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:55,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["dEO_3_XFRpS2dOM4Pp6ICQ"], "issued_at": "2018-11-09T08:12:55.000000Z"}} 2018-11-09 08:12:55,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:55,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d07e4697-90e4-44ee-a445-ac094a251863 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:55,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d07e4697-90e4-44ee-a445-ac094a251863 2018-11-09 08:12:55,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:55,436 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:55,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:55,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f7ebe63-a74c-40fe-b038-0717dfa632d0 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:12:55,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj used request id req-4f7ebe63-a74c-40fe-b038-0717dfa632d0 2018-11-09 08:12:55,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:55,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60653c8d-e0f0-4ffd-991e-15335f609454 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:55,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-60653c8d-e0f0-4ffd-991e-15335f609454 2018-11-09 08:12:55,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj"}}' 2018-11-09 08:12:55,746 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0bc8cb5-89cd-4ec5-9c9f-32f059263f00 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/366fee47e67a46ad8810726327cf15d8"}, "enabled": true, "id": "366fee47e67a46ad8810726327cf15d8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj"}} 2018-11-09 08:12:55,746 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f0bc8cb5-89cd-4ec5-9c9f-32f059263f00 2018-11-09 08:12:55,746 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj 2018-11-09 08:12:55,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:55,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:56,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["4tLBsJNwTEyn_f6ObunpRQ"], "issued_at": "2018-11-09T08:12:56.000000Z"}} 2018-11-09 08:12:56,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3451a12062c38c9b53f489cf633ed88944c43ef2" 2018-11-09 08:12:56,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44bb06f1-7316-44c4-a3bb-30cca57019ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:56,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-44bb06f1-7316-44c4-a3bb-30cca57019ed 2018-11-09 08:12:56,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:12:56,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:12:56,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3451a12062c38c9b53f489cf633ed88944c43ef2" 2018-11-09 08:12:56,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54bc6e76-0b91-438a-90f3-fdc3009459e2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:12:56,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-54bc6e76-0b91-438a-90f3-fdc3009459e2 2018-11-09 08:12:56,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3451a12062c38c9b53f489cf633ed88944c43ef2" 2018-11-09 08:12:56,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dfc4ee3-9919-4325-8154-b9bfdae1d6c3 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/366fee47e67a46ad8810726327cf15d8"}, "enabled": true, "id": "366fee47e67a46ad8810726327cf15d8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj"}]} 2018-11-09 08:12:56,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj used request id req-9dfc4ee3-9919-4325-8154-b9bfdae1d6c3 2018-11-09 08:12:56,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3451a12062c38c9b53f489cf633ed88944c43ef2" 2018-11-09 08:12:56,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41aef149-b4fd-4cd1-9d2d-2053ec3419ab Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:12:56,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-41aef149-b4fd-4cd1-9d2d-2053ec3419ab 2018-11-09 08:12:56,817 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-73721245-bfda-4d0-user 2018-11-09 08:12:56,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:56,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:56,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b759344-5a30-4b9e-82f4-f3db9d712feb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:56,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2b759344-5a30-4b9e-82f4-f3db9d712feb 2018-11-09 08:12:56,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj-role"}}' 2018-11-09 08:12:57,014 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ff2ec6d-f27c-4761-9aea-b586d1389a93 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6d017af4566e4508b30feda2bd1f1c89", "links": {"self": "http://172.30.9.27:5000/v3/roles/6d017af4566e4508b30feda2bd1f1c89"}, "name": "CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj-role"}} 2018-11-09 08:12:57,015 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-6ff2ec6d-f27c-4761-9aea-b586d1389a93 2018-11-09 08:12:57,015 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj-role 2018-11-09 08:12:57,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/6d017af4566e4508b30feda2bd1f1c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:57,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b8dd723-8bcb-4c04-88e4-47cf4b30bc72 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6d017af4566e4508b30feda2bd1f1c89"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj-role", "id": "6d017af4566e4508b30feda2bd1f1c89"}} 2018-11-09 08:12:57,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6d017af4566e4508b30feda2bd1f1c89 used request id req-8b8dd723-8bcb-4c04-88e4-47cf4b30bc72 2018-11-09 08:12:57,103 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj-role to project CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj 2018-11-09 08:12:57,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/366fee47e67a46ad8810726327cf15d8/users/776135e5f7f24eb29e2cb6b0dfe3a40d/roles/6d017af4566e4508b30feda2bd1f1c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:57,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b030e258-b553-4622-88d7-e8b31cf77060 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:57,220 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/366fee47e67a46ad8810726327cf15d8/users/776135e5f7f24eb29e2cb6b0dfe3a40d/roles/6d017af4566e4508b30feda2bd1f1c89 used request id req-b030e258-b553-4622-88d7-e8b31cf77060 2018-11-09 08:12:57,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:57,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:57,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d017af4566e4508b30feda2bd1f1c89", "name": "CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj-role"}], "expires_at": "2018-11-09T09:12:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "366fee47e67a46ad8810726327cf15d8", "name": "CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/366fee47e67a46ad8810726327cf15d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/366fee47e67a46ad8810726327cf15d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/366fee47e67a46ad8810726327cf15d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/366fee47e67a46ad8810726327cf15d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/366fee47e67a46ad8810726327cf15d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/366fee47e67a46ad8810726327cf15d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/366fee47e67a46ad8810726327cf15d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/366fee47e67a46ad8810726327cf15d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/366fee47e67a46ad8810726327cf15d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/366fee47e67a46ad8810726327cf15d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/366fee47e67a46ad8810726327cf15d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/366fee47e67a46ad8810726327cf15d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-73721245-bfda-4d0-user", "id": "776135e5f7f24eb29e2cb6b0dfe3a40d"}, "audit_ids": ["LZjk4tkXQAWeuqLhM5xBIA"], "issued_at": "2018-11-09T08:12:57.000000Z"}} 2018-11-09 08:12:57,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76d923bf11f45a37cb61c6901dd825b4c6430b82" 2018-11-09 08:12:57,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bcad22d-d24e-4c49-95cd-36e86667636c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:57,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7bcad22d-d24e-4c49-95cd-36e86667636c 2018-11-09 08:12:57,683 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/366fee47e67a46ad8810726327cf15d8/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76d923bf11f45a37cb61c6901dd825b4c6430b82" 2018-11-09 08:12:57,860 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:57 GMT Server: Apache x-compute-request-id: req-0bba8125-87a5-4261-9e06-be30eb35a23b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0bba8125-87a5-4261-9e06-be30eb35a23b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:12:57,860 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/366fee47e67a46ad8810726327cf15d8/volumes/detail used request id req-0bba8125-87a5-4261-9e06-be30eb35a23b 2018-11-09 08:12:57,863 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/366fee47e67a46ad8810726327cf15d8/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0bba8125-87a5-4261-9e06-be30eb35a23b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76d923bf11f45a37cb61c6901dd825b4c6430b82" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-32cf53ab-3b6d-48e1-9c13-3a5f601d2774", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": -1}}' 2018-11-09 08:12:58,021 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 09 Nov 2018 08:12:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5b740397-8bdd-4e1d-9ecb-6ec79672ff87 x-openstack-request-id: req-5b740397-8bdd-4e1d-9ecb-6ec79672ff87 Content-Length: 218 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input received: Invalid volume size provided for create request: -1 (size argument must be an integer (or string representation of an integer) and greater than zero).", "code": 400}} 2018-11-09 08:12:58,021 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/366fee47e67a46ad8810726327cf15d8/volumes used request id req-5b740397-8bdd-4e1d-9ecb-6ec79672ff87 2018-11-09 08:12:58,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:58,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e1fc8726-e18d-45b4-a2ef-af3aa6247218 Date: Fri, 09 Nov 2018 08:12:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:12:58,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-e1fc8726-e18d-45b4-a2ef-af3aa6247218 2018-11-09 08:12:58,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:58,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc8e0ae0-3639-42d8-822c-092b7a1e77f0 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:12:58,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-cc8e0ae0-3639-42d8-822c-092b7a1e77f0 2018-11-09 08:12:58,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:58,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51521e1c-a2fb-4f8b-8033-6ab270dfcf59 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:12:58,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-51521e1c-a2fb-4f8b-8033-6ab270dfcf59 2018-11-09 08:12:58,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:58,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989b2e26-15ea-477d-8800-8780bcba29de Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:12:58,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-989b2e26-15ea-477d-8800-8780bcba29de 2018-11-09 08:12:58,498 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj 2018-11-09 08:12:58,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/366fee47e67a46ad8810726327cf15d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:58,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ff6e303-6d93-4680-b30c-261609d55bdd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:58,687 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/366fee47e67a46ad8810726327cf15d8 used request id req-4ff6e303-6d93-4680-b30c-261609d55bdd 2018-11-09 08:12:58,687 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-73721245-bfda-4d0-proj-role 2018-11-09 08:12:58,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/6d017af4566e4508b30feda2bd1f1c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:58,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93056e09-93a5-427e-a5bb-f39a37e202a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:58,888 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6d017af4566e4508b30feda2bd1f1c89 used request id req-93056e09-93a5-427e-a5bb-f39a37e202a3 2018-11-09 08:12:58,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6014a35c26a7e3a1152e189414b88dd8baf22fe" 2018-11-09 08:12:58,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c48c7016-f118-4d0e-8bc5-dfb38514378d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:12:58,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c48c7016-f118-4d0e-8bc5-dfb38514378d 2018-11-09 08:12:58,983 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-73721245-bfda-4d0-user 2018-11-09 08:12:58,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/776135e5f7f24eb29e2cb6b0dfe3a40d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3451a12062c38c9b53f489cf633ed88944c43ef2" 2018-11-09 08:12:59,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff31fa47-8cc0-4c2e-9e91-ea3106907a92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:12:59,149 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/776135e5f7f24eb29e2cb6b0dfe3a40d used request id req-ff31fa47-8cc0-4c2e-9e91-ea3106907a92 2018-11-09 08:12:59,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:12:59,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["GrFNPWyVTSSbSaRp32C1WQ"], "issued_at": "2018-11-09T08:12:59.000000Z"}} 2018-11-09 08:12:59,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ec04f6baf8299bb57bfc77f04976349dd5beb3" 2018-11-09 08:12:59,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-069dfac5-f139-4eb1-9dbd-d2eff392eafd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:12:59,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-069dfac5-f139-4eb1-9dbd-d2eff392eafd 2018-11-09 08:12:59,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:12:59,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:00,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["hxsCuEXQRz6bU13Eh-Ub5Q"], "issued_at": "2018-11-09T08:13:00.000000Z"}} 2018-11-09 08:13:00,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:00,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b01662-e4fd-4dff-9e20-cf035adb2efe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:00,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b4b01662-e4fd-4dff-9e20-cf035adb2efe 2018-11-09 08:13:00,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:00,113 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:00,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:00,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fa4f793-0e07-4123-9368-ce316ddac048 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:13:00,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj used request id req-4fa4f793-0e07-4123-9368-ce316ddac048 2018-11-09 08:13:00,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:00,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d2770bf-bac5-4162-aeeb-6a9f79d8f0bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:00,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-7d2770bf-bac5-4162-aeeb-6a9f79d8f0bf 2018-11-09 08:13:00,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj"}}' 2018-11-09 08:13:00,404 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf4fd677-28b2-48b5-9145-f795c15cbb0d Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/061df8de1dd940f6a6b796b7f4bcd9b1"}, "enabled": true, "id": "061df8de1dd940f6a6b796b7f4bcd9b1", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj"}} 2018-11-09 08:13:00,405 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-bf4fd677-28b2-48b5-9145-f795c15cbb0d 2018-11-09 08:13:00,405 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj 2018-11-09 08:13:00,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:00,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:00,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["n6Kc7ojOQ1WIW6G9uAQp8Q"], "issued_at": "2018-11-09T08:13:00.000000Z"}} 2018-11-09 08:13:00,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72792970635c24042c0651868be3b2f0efbdca2e" 2018-11-09 08:13:00,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-189df052-e6b9-4845-9375-714ee8f122ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:00,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-189df052-e6b9-4845-9375-714ee8f122ea 2018-11-09 08:13:00,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:00,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:00,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72792970635c24042c0651868be3b2f0efbdca2e" 2018-11-09 08:13:00,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add9f3d5-e15e-4dce-be9b-0e6b2b28bae2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:13:00,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-add9f3d5-e15e-4dce-be9b-0e6b2b28bae2 2018-11-09 08:13:00,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72792970635c24042c0651868be3b2f0efbdca2e" 2018-11-09 08:13:01,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97d06f9-36ec-490c-aba8-0240980cec27 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/061df8de1dd940f6a6b796b7f4bcd9b1"}, "enabled": true, "id": "061df8de1dd940f6a6b796b7f4bcd9b1", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj"}]} 2018-11-09 08:13:01,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj used request id req-c97d06f9-36ec-490c-aba8-0240980cec27 2018-11-09 08:13:01,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72792970635c24042c0651868be3b2f0efbdca2e" 2018-11-09 08:13:01,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a7c0f3-419b-48a0-b951-4b90e3424cdc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:01,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f4a7c0f3-419b-48a0-b951-4b90e3424cdc 2018-11-09 08:13:01,409 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-4328620f-460c-4d1-user 2018-11-09 08:13:01,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:01,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:01,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf8e3e3-f515-481f-b894-d26e36f3e249 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:01,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cdf8e3e3-f515-481f-b894-d26e36f3e249 2018-11-09 08:13:01,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj-role"}}' 2018-11-09 08:13:01,625 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c3478cd-8377-4cfb-b62f-11f7514a6757 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "52153bd2ee9e4d6593c734123e4b4272", "links": {"self": "http://172.30.9.27:5000/v3/roles/52153bd2ee9e4d6593c734123e4b4272"}, "name": "CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj-role"}} 2018-11-09 08:13:01,625 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-6c3478cd-8377-4cfb-b62f-11f7514a6757 2018-11-09 08:13:01,625 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj-role 2018-11-09 08:13:01,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/52153bd2ee9e4d6593c734123e4b4272 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:01,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-747eecff-373a-48a3-8db5-5987ac70f07b Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/52153bd2ee9e4d6593c734123e4b4272"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj-role", "id": "52153bd2ee9e4d6593c734123e4b4272"}} 2018-11-09 08:13:01,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/52153bd2ee9e4d6593c734123e4b4272 used request id req-747eecff-373a-48a3-8db5-5987ac70f07b 2018-11-09 08:13:01,712 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj-role to project CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj 2018-11-09 08:13:01,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/061df8de1dd940f6a6b796b7f4bcd9b1/users/ba08623a57604babb94343ae018ea3ce/roles/52153bd2ee9e4d6593c734123e4b4272 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:01,843 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08dd8667-8620-4eed-be5a-80db2bd15c4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:01,843 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/061df8de1dd940f6a6b796b7f4bcd9b1/users/ba08623a57604babb94343ae018ea3ce/roles/52153bd2ee9e4d6593c734123e4b4272 used request id req-08dd8667-8620-4eed-be5a-80db2bd15c4f 2018-11-09 08:13:01,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:01,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:02,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "52153bd2ee9e4d6593c734123e4b4272", "name": "CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj-role"}], "expires_at": "2018-11-09T09:13:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "061df8de1dd940f6a6b796b7f4bcd9b1", "name": "CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/061df8de1dd940f6a6b796b7f4bcd9b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-4328620f-460c-4d1-user", "id": "ba08623a57604babb94343ae018ea3ce"}, "audit_ids": ["8dhhGL6NQRa1HpvgLHvZJg"], "issued_at": "2018-11-09T08:13:02.000000Z"}} 2018-11-09 08:13:02,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab996b92c37fed989f7278686c3c5b7d00563752" 2018-11-09 08:13:02,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c73cdc8-ddfd-411e-9a79-63c24ff60e2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:02,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2c73cdc8-ddfd-411e-9a79-63c24ff60e2e 2018-11-09 08:13:02,337 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/061df8de1dd940f6a6b796b7f4bcd9b1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab996b92c37fed989f7278686c3c5b7d00563752" 2018-11-09 08:13:02,532 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:02 GMT Server: Apache x-compute-request-id: req-615f17f7-bafb-4ef0-a1d6-5ec7d4f4d375 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-615f17f7-bafb-4ef0-a1d6-5ec7d4f4d375 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:13:02,532 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/061df8de1dd940f6a6b796b7f4bcd9b1/volumes/detail used request id req-615f17f7-bafb-4ef0-a1d6-5ec7d4f4d375 2018-11-09 08:13:02,536 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/061df8de1dd940f6a6b796b7f4bcd9b1/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-615f17f7-bafb-4ef0-a1d6-5ec7d4f4d375" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab996b92c37fed989f7278686c3c5b7d00563752" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-478a70a8-41b6-469e-847b-8d7838ab1c89", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:13:02,709 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:13:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b4e83f5e-7188-452c-95d7-13677ac18ced x-openstack-request-id: req-b4e83f5e-7188-452c-95d7-13677ac18ced Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-11-09 08:13:02,709 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/061df8de1dd940f6a6b796b7f4bcd9b1/volumes used request id req-b4e83f5e-7188-452c-95d7-13677ac18ced 2018-11-09 08:13:02,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:02,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1ee19cb6-5608-47c1-9051-7c17da5e8bcb Date: Fri, 09 Nov 2018 08:13:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:13:02,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-1ee19cb6-5608-47c1-9051-7c17da5e8bcb 2018-11-09 08:13:02,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:03,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7995aacf-a182-44ab-b6d0-857a74b8c62a 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:13:03,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-7995aacf-a182-44ab-b6d0-857a74b8c62a 2018-11-09 08:13:03,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:03,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e32f42fe-62c3-49bc-bd29-b78d98726ec1 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:13:03,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-e32f42fe-62c3-49bc-bd29-b78d98726ec1 2018-11-09 08:13:03,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:03,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91606613-ea2b-4137-b576-87e2924507b8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:13:03,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-91606613-ea2b-4137-b576-87e2924507b8 2018-11-09 08:13:03,183 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj 2018-11-09 08:13:03,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/061df8de1dd940f6a6b796b7f4bcd9b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:03,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1998756-ed86-4bd0-9c1d-d817354bb93f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:03,413 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/061df8de1dd940f6a6b796b7f4bcd9b1 used request id req-e1998756-ed86-4bd0-9c1d-d817354bb93f 2018-11-09 08:13:03,413 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-4328620f-460c-4d1-proj-role 2018-11-09 08:13:03,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/52153bd2ee9e4d6593c734123e4b4272 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:03,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9769e119-6ca4-416e-88d2-7746b20a3972 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:03,529 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/52153bd2ee9e4d6593c734123e4b4272 used request id req-9769e119-6ca4-416e-88d2-7746b20a3972 2018-11-09 08:13:03,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec0d849bb0af8c55574c6ad0ba60cd177987f16" 2018-11-09 08:13:03,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a3ae5c3-85b5-470b-9ff9-a07ab37566bd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:03,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2a3ae5c3-85b5-470b-9ff9-a07ab37566bd 2018-11-09 08:13:03,615 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-4328620f-460c-4d1-user 2018-11-09 08:13:03,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ba08623a57604babb94343ae018ea3ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72792970635c24042c0651868be3b2f0efbdca2e" 2018-11-09 08:13:03,786 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cde3323-c8cc-49eb-b27c-39e930fdb770 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:03,787 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ba08623a57604babb94343ae018ea3ce used request id req-2cde3323-c8cc-49eb-b27c-39e930fdb770 2018-11-09 08:13:03,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:04,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["K1C0IABLS3aZ7iBtc2q_5w"], "issued_at": "2018-11-09T08:13:04.000000Z"}} 2018-11-09 08:13:04,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27421ec229473118db36855ed13544ce17e5361" 2018-11-09 08:13:04,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965fab20-5b70-44bb-987e-466e1cefea08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:04,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-965fab20-5b70-44bb-987e-466e1cefea08 2018-11-09 08:13:04,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:04,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:04,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["4P217pA1S-uf9m5bnAGxpQ"], "issued_at": "2018-11-09T08:13:04.000000Z"}} 2018-11-09 08:13:04,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:04,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1d6b941-2758-4350-9b4f-7b6b608e166d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:04,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d1d6b941-2758-4350-9b4f-7b6b608e166d 2018-11-09 08:13:04,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:04,812 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:04,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:04,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e917ab80-615f-43d4-90df-ecf3e28776be Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:13:04,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj used request id req-e917ab80-615f-43d4-90df-ecf3e28776be 2018-11-09 08:13:04,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:04,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f5022a-b266-483e-ab33-01ec486d1b18 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:04,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-86f5022a-b266-483e-ab33-01ec486d1b18 2018-11-09 08:13:05,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj"}}' 2018-11-09 08:13:05,110 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32809f83-dfca-42ce-9b37-06fe6f0438cd Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1894ade0d54947f1b8f551c6e6ae1597"}, "enabled": true, "id": "1894ade0d54947f1b8f551c6e6ae1597", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj"}} 2018-11-09 08:13:05,110 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-32809f83-dfca-42ce-9b37-06fe6f0438cd 2018-11-09 08:13:05,110 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj 2018-11-09 08:13:05,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:05,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:05,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["2xiV67PTRQC6l__mkDa3UA"], "issued_at": "2018-11-09T08:13:05.000000Z"}} 2018-11-09 08:13:05,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426a223e85e2acd786977966973965161ffe725d" 2018-11-09 08:13:05,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-297c281b-fc6d-4886-9491-76be409e76a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:05,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-297c281b-fc6d-4886-9491-76be409e76a2 2018-11-09 08:13:05,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:05,592 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:05,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426a223e85e2acd786977966973965161ffe725d" 2018-11-09 08:13:05,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31a15bb9-675c-42fb-82a2-d82ac971f751 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:13:05,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-31a15bb9-675c-42fb-82a2-d82ac971f751 2018-11-09 08:13:05,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426a223e85e2acd786977966973965161ffe725d" 2018-11-09 08:13:05,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3485f9ac-8e0f-4aa6-8f6a-2633ad319fd5 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1894ade0d54947f1b8f551c6e6ae1597"}, "enabled": true, "id": "1894ade0d54947f1b8f551c6e6ae1597", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj"}]} 2018-11-09 08:13:05,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj used request id req-3485f9ac-8e0f-4aa6-8f6a-2633ad319fd5 2018-11-09 08:13:05,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426a223e85e2acd786977966973965161ffe725d" 2018-11-09 08:13:05,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c398fa9-afbd-4ab7-9100-df3fa4dd474d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:05,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1c398fa9-afbd-4ab7-9100-df3fa4dd474d 2018-11-09 08:13:06,176 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-user 2018-11-09 08:13:06,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:06,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:06,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b41fdaa-53e0-43a3-a887-d5b2ed34f7fb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:06,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2b41fdaa-53e0-43a3-a887-d5b2ed34f7fb 2018-11-09 08:13:06,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" -d '{"role": {"name": "CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj-role"}}' 2018-11-09 08:13:06,373 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c80ad3a-c2d4-4631-b847-c27417265eb7 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a726834b58f14397a46876dfb7b3634e", "links": {"self": "http://172.30.9.27:5000/v3/roles/a726834b58f14397a46876dfb7b3634e"}, "name": "CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj-role"}} 2018-11-09 08:13:06,373 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-7c80ad3a-c2d4-4631-b847-c27417265eb7 2018-11-09 08:13:06,373 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj-role 2018-11-09 08:13:06,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/a726834b58f14397a46876dfb7b3634e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:06,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f8f266-cc8a-43c7-9ea1-41ac76e8bdc1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/a726834b58f14397a46876dfb7b3634e"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj-role", "id": "a726834b58f14397a46876dfb7b3634e"}} 2018-11-09 08:13:06,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/a726834b58f14397a46876dfb7b3634e used request id req-66f8f266-cc8a-43c7-9ea1-41ac76e8bdc1 2018-11-09 08:13:06,470 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj-role to project CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj 2018-11-09 08:13:06,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/1894ade0d54947f1b8f551c6e6ae1597/users/6d0812f1437c45dd867558f816f5ef1e/roles/a726834b58f14397a46876dfb7b3634e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:06,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed5621a2-d7b0-401b-81f2-14baaf8bb184 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:06,598 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/1894ade0d54947f1b8f551c6e6ae1597/users/6d0812f1437c45dd867558f816f5ef1e/roles/a726834b58f14397a46876dfb7b3634e used request id req-ed5621a2-d7b0-401b-81f2-14baaf8bb184 2018-11-09 08:13:06,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:06,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:06,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["VdonE4lsRHS0efR1mEqCIg"], "issued_at": "2018-11-09T08:13:06.000000Z"}} 2018-11-09 08:13:06,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01c887fc3fb06a9cfb2c2ea08bd62017ee21f80" 2018-11-09 08:13:07,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d9e38ae-11fd-4ef9-af62-1be749e80bcc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:07,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2d9e38ae-11fd-4ef9-af62-1be749e80bcc 2018-11-09 08:13:07,067 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01c887fc3fb06a9cfb2c2ea08bd62017ee21f80" 2018-11-09 08:13:07,246 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:07 GMT Server: Apache x-compute-request-id: req-47b74229-412a-4026-80fd-95506818375c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-47b74229-412a-4026-80fd-95506818375c Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-09 08:13:07,246 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-47b74229-412a-4026-80fd-95506818375c 2018-11-09 08:13:07,250 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-47b74229-412a-4026-80fd-95506818375c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01c887fc3fb06a9cfb2c2ea08bd62017ee21f80" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-ef078b52-e1c3-4ede-868f-bf3192252109-vol-type", "description": null}}' 2018-11-09 08:13:07,455 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:07 GMT Server: Apache x-compute-request-id: req-62af5485-f605-4aee-a444-139b96abc173 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-62af5485-f605-4aee-a444-139b96abc173 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-ef078b52-e1c3-4ede-868f-bf3192252109-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "80c690af-5c92-40c9-97a2-10b220908411", "description": null}} 2018-11-09 08:13:07,455 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types used request id req-62af5485-f605-4aee-a444-139b96abc173 2018-11-09 08:13:07,456 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-ef078b52-e1c3-4ede-868f-bf3192252109-vol-type 2018-11-09 08:13:07,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:07,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:07,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a726834b58f14397a46876dfb7b3634e", "name": "CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj-role"}], "expires_at": "2018-11-09T09:13:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1894ade0d54947f1b8f551c6e6ae1597", "name": "CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1894ade0d54947f1b8f551c6e6ae1597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1894ade0d54947f1b8f551c6e6ae1597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1894ade0d54947f1b8f551c6e6ae1597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1894ade0d54947f1b8f551c6e6ae1597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1894ade0d54947f1b8f551c6e6ae1597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1894ade0d54947f1b8f551c6e6ae1597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1894ade0d54947f1b8f551c6e6ae1597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1894ade0d54947f1b8f551c6e6ae1597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1894ade0d54947f1b8f551c6e6ae1597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1894ade0d54947f1b8f551c6e6ae1597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1894ade0d54947f1b8f551c6e6ae1597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1894ade0d54947f1b8f551c6e6ae1597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-user", "id": "6d0812f1437c45dd867558f816f5ef1e"}, "audit_ids": ["BfLQkmYtSce-gFHN-g3gEw"], "issued_at": "2018-11-09T08:13:07.000000Z"}} 2018-11-09 08:13:07,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}638c72082bc904922e62a7548cf9b572a8f6c366" 2018-11-09 08:13:07,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137fdef9-b8fe-480a-b936-5481827220d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:07,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-137fdef9-b8fe-480a-b936-5481827220d4 2018-11-09 08:13:07,914 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/1894ade0d54947f1b8f551c6e6ae1597/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}638c72082bc904922e62a7548cf9b572a8f6c366" 2018-11-09 08:13:08,101 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:07 GMT Server: Apache x-compute-request-id: req-5e18e018-a9b5-4fa3-bf39-ec8b2c919c57 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5e18e018-a9b5-4fa3-bf39-ec8b2c919c57 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:13:08,101 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/1894ade0d54947f1b8f551c6e6ae1597/volumes/detail used request id req-5e18e018-a9b5-4fa3-bf39-ec8b2c919c57 2018-11-09 08:13:08,105 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/1894ade0d54947f1b8f551c6e6ae1597/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5e18e018-a9b5-4fa3-bf39-ec8b2c919c57" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}638c72082bc904922e62a7548cf9b572a8f6c366" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-ef078b52-e1c3-4ede-868f-bf3192252109-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:13:08,280 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:13:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-82fe4de3-b848-46a1-9c88-2636e2f9d7cb x-openstack-request-id: req-82fe4de3-b848-46a1-9c88-2636e2f9d7cb Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-11-09 08:13:08,280 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/1894ade0d54947f1b8f551c6e6ae1597/volumes used request id req-82fe4de3-b848-46a1-9c88-2636e2f9d7cb 2018-11-09 08:13:08,281 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-ef078b52-e1c3-4ede-868f-bf3192252109-vol-type 2018-11-09 08:13:08,284 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/80c690af-5c92-40c9-97a2-10b220908411 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-47b74229-412a-4026-80fd-95506818375c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b01c887fc3fb06a9cfb2c2ea08bd62017ee21f80" 2018-11-09 08:13:08,559 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:13:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-69ca8007-96b2-4032-a3a4-06ae95809c46 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:13:08,560 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/80c690af-5c92-40c9-97a2-10b220908411 used request id req-69ca8007-96b2-4032-a3a4-06ae95809c46 2018-11-09 08:13:08,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:08,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9f8cf293-9091-49fe-b757-41dca804baf2 Date: Fri, 09 Nov 2018 08:13:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:13:08,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-9f8cf293-9091-49fe-b757-41dca804baf2 2018-11-09 08:13:08,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:08,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c330ee04-1ee7-4b93-8693-a3f3fea7310e 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:13:08,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-c330ee04-1ee7-4b93-8693-a3f3fea7310e 2018-11-09 08:13:08,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:08,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c539eae8-d804-4397-a669-d7b9de57fdd9 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:13:08,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-c539eae8-d804-4397-a669-d7b9de57fdd9 2018-11-09 08:13:08,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:09,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8042495e-b275-4a4b-bc1a-294254bf0421 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:13:09,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-8042495e-b275-4a4b-bc1a-294254bf0421 2018-11-09 08:13:09,031 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj 2018-11-09 08:13:09,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/1894ade0d54947f1b8f551c6e6ae1597 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:09,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60f8a3b3-6619-48a7-801f-d7a60d1e9c0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:09,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/1894ade0d54947f1b8f551c6e6ae1597 used request id req-60f8a3b3-6619-48a7-801f-d7a60d1e9c0a 2018-11-09 08:13:09,244 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-proj-role 2018-11-09 08:13:09,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/a726834b58f14397a46876dfb7b3634e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:09,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ad1433b-7efe-47b7-89a7-f1e44e1f4626 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:09,349 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/a726834b58f14397a46876dfb7b3634e used request id req-3ad1433b-7efe-47b7-89a7-f1e44e1f4626 2018-11-09 08:13:09,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f82e51faa673a5f6656950ee9c7f07e00a0fccd" 2018-11-09 08:13:09,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c5ffc9a-93da-43aa-be09-64cf907eb3c4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:09,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3c5ffc9a-93da-43aa-be09-64cf907eb3c4 2018-11-09 08:13:09,435 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-74fb1f48-a3a3-4a4-user 2018-11-09 08:13:09,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/6d0812f1437c45dd867558f816f5ef1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426a223e85e2acd786977966973965161ffe725d" 2018-11-09 08:13:09,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8733687-2b24-4d71-a9b1-0d1a057c5037 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:09,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/6d0812f1437c45dd867558f816f5ef1e used request id req-f8733687-2b24-4d71-a9b1-0d1a057c5037 2018-11-09 08:13:09,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:09,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["6i1fWWUwQ8OcUL5uPlXQpA"], "issued_at": "2018-11-09T08:13:10.000000Z"}} 2018-11-09 08:13:09,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280fb66c1e6cb775bd3f64108fb569b5e2df63dd" 2018-11-09 08:13:10,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a97b5e95-aa1b-438d-abad-268ec9a73939 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:10,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a97b5e95-aa1b-438d-abad-268ec9a73939 2018-11-09 08:13:10,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:10,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:10,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["zrmGYLXGSiu6YstUz4xzIA"], "issued_at": "2018-11-09T08:13:10.000000Z"}} 2018-11-09 08:13:10,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:10,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0bce81-9601-4df1-a218-b06168d00806 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:10,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fc0bce81-9601-4df1-a218-b06168d00806 2018-11-09 08:13:10,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:10,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:10,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:10,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1306fb8a-374f-4f94-93f1-2bf230bdb9a9 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:13:10,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj used request id req-1306fb8a-374f-4f94-93f1-2bf230bdb9a9 2018-11-09 08:13:10,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:10,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a51eb03-b9ee-4803-9cd3-135ce349f0a4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:10,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6a51eb03-b9ee-4803-9cd3-135ce349f0a4 2018-11-09 08:13:10,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj"}}' 2018-11-09 08:13:10,828 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c025cb1c-7d2b-42e1-9353-4399850ab997 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e19aab0fa90043b3a48700c7871a666d"}, "enabled": true, "id": "e19aab0fa90043b3a48700c7871a666d", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj"}} 2018-11-09 08:13:10,828 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-c025cb1c-7d2b-42e1-9353-4399850ab997 2018-11-09 08:13:10,828 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj 2018-11-09 08:13:10,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:10,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:11,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["WWIxJPf5QqqgxJu5YWDLvQ"], "issued_at": "2018-11-09T08:13:11.000000Z"}} 2018-11-09 08:13:11,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f24cb8435b5b1b4c1b44e5df5b10843d4f401a96" 2018-11-09 08:13:11,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c15b9b90-cb6e-4d1b-9f01-4ff81788e8e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:11,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c15b9b90-cb6e-4d1b-9f01-4ff81788e8e2 2018-11-09 08:13:11,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:11,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:11,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f24cb8435b5b1b4c1b44e5df5b10843d4f401a96" 2018-11-09 08:13:11,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7340279-3619-48ea-adcc-3f21b4ace82d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:13:11,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b7340279-3619-48ea-adcc-3f21b4ace82d 2018-11-09 08:13:11,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f24cb8435b5b1b4c1b44e5df5b10843d4f401a96" 2018-11-09 08:13:11,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10408cad-b64f-41fb-a5ba-7d5b8026676a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/e19aab0fa90043b3a48700c7871a666d"}, "enabled": true, "id": "e19aab0fa90043b3a48700c7871a666d", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj"}]} 2018-11-09 08:13:11,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj used request id req-10408cad-b64f-41fb-a5ba-7d5b8026676a 2018-11-09 08:13:11,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f24cb8435b5b1b4c1b44e5df5b10843d4f401a96" 2018-11-09 08:13:11,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c3f945f-bac3-4293-9b50-f54e32fd3cc9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:11,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-8c3f945f-bac3-4293-9b50-f54e32fd3cc9 2018-11-09 08:13:11,894 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-94d80c6d-669e-46d-user 2018-11-09 08:13:11,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:11,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:11,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65d8cbeb-76c9-409c-989d-93429879cc0c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:11,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-65d8cbeb-76c9-409c-989d-93429879cc0c 2018-11-09 08:13:11,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" -d '{"role": {"name": "CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj-role"}}' 2018-11-09 08:13:12,176 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a1f0a83-2cd4-4c45-bc67-bc4379d11849 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e0d1c783b2d641749d2f6c3158209478", "links": {"self": "http://172.30.9.27:5000/v3/roles/e0d1c783b2d641749d2f6c3158209478"}, "name": "CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj-role"}} 2018-11-09 08:13:12,176 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0a1f0a83-2cd4-4c45-bc67-bc4379d11849 2018-11-09 08:13:12,176 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj-role 2018-11-09 08:13:12,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/e0d1c783b2d641749d2f6c3158209478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:12,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-689ff904-c8c5-4b03-944d-5e088a39727e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/e0d1c783b2d641749d2f6c3158209478"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj-role", "id": "e0d1c783b2d641749d2f6c3158209478"}} 2018-11-09 08:13:12,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/e0d1c783b2d641749d2f6c3158209478 used request id req-689ff904-c8c5-4b03-944d-5e088a39727e 2018-11-09 08:13:12,268 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj-role to project CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj 2018-11-09 08:13:12,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/e19aab0fa90043b3a48700c7871a666d/users/5459b3bf832049cd9858cde82e3f96fb/roles/e0d1c783b2d641749d2f6c3158209478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:12,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5a6655b-ccbf-40ba-a0a9-98a5086222ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:12,400 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/e19aab0fa90043b3a48700c7871a666d/users/5459b3bf832049cd9858cde82e3f96fb/roles/e0d1c783b2d641749d2f6c3158209478 used request id req-d5a6655b-ccbf-40ba-a0a9-98a5086222ff 2018-11-09 08:13:12,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:12,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:12,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["yHTtpI8KRyCEGCJvWHfa_w"], "issued_at": "2018-11-09T08:13:12.000000Z"}} 2018-11-09 08:13:12,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a226f118313f9bc0b3d0b0c687133228d755c83" 2018-11-09 08:13:12,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7822b584-7b47-42e7-a80e-9df1281d9219 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:12,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7822b584-7b47-42e7-a80e-9df1281d9219 2018-11-09 08:13:12,870 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a226f118313f9bc0b3d0b0c687133228d755c83" 2018-11-09 08:13:13,051 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:12 GMT Server: Apache x-compute-request-id: req-2a38baa9-1dfa-47b3-9002-190d1d9e22ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2a38baa9-1dfa-47b3-9002-190d1d9e22ca Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-09 08:13:13,052 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types?is_public=None used request id req-2a38baa9-1dfa-47b3-9002-190d1d9e22ca 2018-11-09 08:13:13,055 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2a38baa9-1dfa-47b3-9002-190d1d9e22ca" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a226f118313f9bc0b3d0b0c687133228d755c83" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol-type", "description": null}}' 2018-11-09 08:13:13,246 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:13 GMT Server: Apache x-compute-request-id: req-543436b1-bf3c-4d4d-882a-8decdbf5b5af OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-543436b1-bf3c-4d4d-882a-8decdbf5b5af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "18d58401-8dd1-4ddd-97b4-6556c185de3b", "description": null}} 2018-11-09 08:13:13,246 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types used request id req-543436b1-bf3c-4d4d-882a-8decdbf5b5af 2018-11-09 08:13:13,247 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol-type 2018-11-09 08:13:13,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:13,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:13,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["tTxc6ED4TRq1cRssVxcCIw"], "issued_at": "2018-11-09T08:13:13.000000Z"}} 2018-11-09 08:13:13,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ec8882903d4858209df94ce171359ce81eb4f" 2018-11-09 08:13:13,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48a466c2-ccfd-41ac-b835-11a1bf98e1d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:13,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-48a466c2-ccfd-41ac-b835-11a1bf98e1d7 2018-11-09 08:13:13,722 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ec8882903d4858209df94ce171359ce81eb4f" 2018-11-09 08:13:13,928 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:13 GMT Server: Apache x-compute-request-id: req-14a19239-6b11-4066-b33b-c8e936fe616e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-14a19239-6b11-4066-b33b-c8e936fe616e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:13:13,928 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/detail used request id req-14a19239-6b11-4066-b33b-c8e936fe616e 2018-11-09 08:13:13,932 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-14a19239-6b11-4066-b33b-c8e936fe616e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ec8882903d4858209df94ce171359ce81eb4f" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:13:14,333 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:13:13 GMT Server: Apache x-compute-request-id: req-cf0f91af-9087-4746-bf70-5f06e047dfbd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cf0f91af-9087-4746-bf70-5f06e047dfbd Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "27c3e836531849f4a6769d901c4ad5fc", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:13:14.086922", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol-type", "name": "CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "size": 1}} 2018-11-09 08:13:14,333 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes used request id req-cf0f91af-9087-4746-bf70-5f06e047dfbd 2018-11-09 08:13:14,337 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14a19239-6b11-4066-b33b-c8e936fe616e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ec8882903d4858209df94ce171359ce81eb4f" 2018-11-09 08:13:14,531 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:14 GMT Server: Apache x-compute-request-id: req-fe8dc54b-e1f7-4d60-829c-cccb5a5db334 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe8dc54b-e1f7-4d60-829c-cccb5a5db334 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T08:13:14.000000", "replication_status": null, "snapshot_id": null, "id": "e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "size": 1, "user_id": "27c3e836531849f4a6769d901c4ad5fc", "os-vol-tenant-attr:tenant_id": "0b2f64a45219400697df961f5de737ee", "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-f740b456-deb2-4859-98d8-ded8958c9ae7-vol", "bootable": "false", "created_at": "2018-11-09T08:13:14.000000", "volume_type": "CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol-type"}} 2018-11-09 08:13:14,531 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a used request id req-fe8dc54b-e1f7-4d60-829c-cccb5a5db334 2018-11-09 08:13:14,532 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol 2018-11-09 08:13:14,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14a19239-6b11-4066-b33b-c8e936fe616e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ec8882903d4858209df94ce171359ce81eb4f" 2018-11-09 08:13:15,116 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:14 GMT Server: Apache x-compute-request-id: req-133ad6f6-ba41-4759-ab74-5bc4b440a97b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-133ad6f6-ba41-4759-ab74-5bc4b440a97b Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T08:13:14.000000", "replication_status": null, "snapshot_id": null, "id": "e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "size": 1, "user_id": "27c3e836531849f4a6769d901c4ad5fc", "os-vol-tenant-attr:tenant_id": "0b2f64a45219400697df961f5de737ee", "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-f740b456-deb2-4859-98d8-ded8958c9ae7-vol", "bootable": "false", "created_at": "2018-11-09T08:13:14.000000", "volume_type": "CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol-type"}} 2018-11-09 08:13:15,116 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a used request id req-133ad6f6-ba41-4759-ab74-5bc4b440a97b 2018-11-09 08:13:15,116 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:13:15,116 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol 2018-11-09 08:13:15,117 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol 2018-11-09 08:13:15,120 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14a19239-6b11-4066-b33b-c8e936fe616e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ec8882903d4858209df94ce171359ce81eb4f" 2018-11-09 08:13:15,316 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:14 GMT Server: Apache x-compute-request-id: req-91d2b7f3-fb5e-406d-a047-df0ebf8c8da6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91d2b7f3-fb5e-406d-a047-df0ebf8c8da6 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T08:13:14.000000", "replication_status": null, "snapshot_id": null, "id": "e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "size": 1, "user_id": "27c3e836531849f4a6769d901c4ad5fc", "os-vol-tenant-attr:tenant_id": "0b2f64a45219400697df961f5de737ee", "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-f740b456-deb2-4859-98d8-ded8958c9ae7-vol", "bootable": "false", "created_at": "2018-11-09T08:13:14.000000", "volume_type": "CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol-type"}} 2018-11-09 08:13:15,316 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a used request id req-91d2b7f3-fb5e-406d-a047-df0ebf8c8da6 2018-11-09 08:13:15,316 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:13:15,317 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol 2018-11-09 08:13:15,317 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol 2018-11-09 08:13:15,320 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14a19239-6b11-4066-b33b-c8e936fe616e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ec8882903d4858209df94ce171359ce81eb4f" 2018-11-09 08:13:15,632 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:13:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e31351ec-4cd3-40eb-b86a-700bee023311 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:13:15,632 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a used request id req-e31351ec-4cd3-40eb-b86a-700bee023311 2018-11-09 08:13:15,636 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14a19239-6b11-4066-b33b-c8e936fe616e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ec8882903d4858209df94ce171359ce81eb4f" 2018-11-09 08:13:15,921 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:15 GMT Server: Apache x-compute-request-id: req-91dfc8f6-e504-4d83-ba31-ae742d7343c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91dfc8f6-e504-4d83-ba31-ae742d7343c8 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "rel": "self"}, {"href": "http://172.30.9.27:8776/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T08:13:15.000000", "replication_status": null, "snapshot_id": null, "id": "e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a", "size": 1, "user_id": "27c3e836531849f4a6769d901c4ad5fc", "os-vol-tenant-attr:tenant_id": "0b2f64a45219400697df961f5de737ee", "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-f740b456-deb2-4859-98d8-ded8958c9ae7-vol", "bootable": "false", "created_at": "2018-11-09T08:13:14.000000", "volume_type": "CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol-type"}} 2018-11-09 08:13:15,922 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a used request id req-91dfc8f6-e504-4d83-ba31-ae742d7343c8 2018-11-09 08:13:15,922 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 08:13:15,922 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 08:13:18,926 - create_volume - DEBUG - Volume status query timeout in 56.7071619034 2018-11-09 08:13:18,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14a19239-6b11-4066-b33b-c8e936fe616e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}354ec8882903d4858209df94ce171359ce81eb4f" 2018-11-09 08:13:18,967 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:13:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2e43b89e-ab5c-420d-9327-1f74478b8b23 x-openstack-request-id: req-2e43b89e-ab5c-420d-9327-1f74478b8b23 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a could not be found.", "code": 404}} 2018-11-09 08:13:18,968 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/volumes/e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a used request id req-2e43b89e-ab5c-420d-9327-1f74478b8b23 2018-11-09 08:13:18,968 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e0e4567c-8c4c-49ee-a11f-8ca2574a3d4a could not be found. (HTTP 404) (Request-ID: req-2e43b89e-ab5c-420d-9327-1f74478b8b23) 2018-11-09 08:13:18,968 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol 2018-11-09 08:13:18,969 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-f740b456-deb2-4859-98d8-ded8958c9ae7-vol-type 2018-11-09 08:13:18,972 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/18d58401-8dd1-4ddd-97b4-6556c185de3b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2a38baa9-1dfa-47b3-9002-190d1d9e22ca" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a226f118313f9bc0b3d0b0c687133228d755c83" 2018-11-09 08:13:19,196 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:13:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4d0559e7-decd-4da4-9caa-a5330e5f6efa Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:13:19,196 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee/types/18d58401-8dd1-4ddd-97b4-6556c185de3b used request id req-4d0559e7-decd-4da4-9caa-a5330e5f6efa 2018-11-09 08:13:19,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:19,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a07d5d41-dd1b-4de2-bc78-fd7019464cb7 Date: Fri, 09 Nov 2018 08:13:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:13:19,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-a07d5d41-dd1b-4de2-bc78-fd7019464cb7 2018-11-09 08:13:19,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:19,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb049cac-09d0-42d1-9d79-4f050bc3484b 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:13:19,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-eb049cac-09d0-42d1-9d79-4f050bc3484b 2018-11-09 08:13:19,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:19,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db830092-73db-4dcd-ad5f-73bc5edaa7d7 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:13:19,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-db830092-73db-4dcd-ad5f-73bc5edaa7d7 2018-11-09 08:13:19,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:19,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c18937b-c4f3-43cd-bf65-a486e90d7d83 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:13:19,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-5c18937b-c4f3-43cd-bf65-a486e90d7d83 2018-11-09 08:13:19,710 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj 2018-11-09 08:13:19,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/e19aab0fa90043b3a48700c7871a666d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:19,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ff81567-0284-47cf-aa96-8607bcb80f0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:19,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/e19aab0fa90043b3a48700c7871a666d used request id req-6ff81567-0284-47cf-aa96-8607bcb80f0a 2018-11-09 08:13:19,903 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-94d80c6d-669e-46d-proj-role 2018-11-09 08:13:19,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/e0d1c783b2d641749d2f6c3158209478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:20,038 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ae97dd9-ab64-4db2-b431-f5545644353f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:20,038 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/e0d1c783b2d641749d2f6c3158209478 used request id req-6ae97dd9-ab64-4db2-b431-f5545644353f 2018-11-09 08:13:20,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386e4e11da2633d0afc0bdcd34180a9c53240937" 2018-11-09 08:13:20,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4529704-19a6-4049-a27d-d06a2d063964 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:20,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f4529704-19a6-4049-a27d-d06a2d063964 2018-11-09 08:13:20,123 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-94d80c6d-669e-46d-user 2018-11-09 08:13:20,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/5459b3bf832049cd9858cde82e3f96fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f24cb8435b5b1b4c1b44e5df5b10843d4f401a96" 2018-11-09 08:13:20,301 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df518fe0-6351-441d-9dd8-dfa8720779d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:20,301 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/5459b3bf832049cd9858cde82e3f96fb used request id req-df518fe0-6351-441d-9dd8-dfa8720779d4 2018-11-09 08:13:20,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:20,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9W0zMJCQQqWHRpoCwI80ww"], "issued_at": "2018-11-09T08:13:20.000000Z"}} 2018-11-09 08:13:20,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8639cb5ba81a0e26ce71de4583387fc6766a4985" 2018-11-09 08:13:20,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-933f20e6-8353-48e3-9579-fd27b96d65c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:20,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-933f20e6-8353-48e3-9579-fd27b96d65c2 2018-11-09 08:13:20,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:20,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:21,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["haTgwUT8QtefKoHabLdxcA"], "issued_at": "2018-11-09T08:13:21.000000Z"}} 2018-11-09 08:13:21,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:21,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1af8068-c28e-4997-9e3f-86c80897c5cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:21,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e1af8068-c28e-4997-9e3f-86c80897c5cf 2018-11-09 08:13:21,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:21,260 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:21,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:21,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adc3eb8a-4daf-4b3b-83bf-9dad3bb130a4 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:13:21,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj used request id req-adc3eb8a-4daf-4b3b-83bf-9dad3bb130a4 2018-11-09 08:13:21,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:21,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf6756f5-263b-4f33-86ba-51feb664114c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:21,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-cf6756f5-263b-4f33-86ba-51feb664114c 2018-11-09 08:13:21,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj"}}' 2018-11-09 08:13:21,469 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3233f70-3d77-40e9-aece-e7d5afd6f0d6 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/30b77b2d34c44050b800d92b4f92cb6b"}, "enabled": true, "id": "30b77b2d34c44050b800d92b4f92cb6b", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj"}} 2018-11-09 08:13:21,469 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-b3233f70-3d77-40e9-aece-e7d5afd6f0d6 2018-11-09 08:13:21,470 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj 2018-11-09 08:13:21,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:21,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:21,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["PrCLzYY2RPaZX7-d4mTXqg"], "issued_at": "2018-11-09T08:13:21.000000Z"}} 2018-11-09 08:13:21,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d0308a47b9b75d5978093b66b89c753a295f841" 2018-11-09 08:13:21,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c835bc3-f542-4c21-8077-8b2fc251d2cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:21,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0c835bc3-f542-4c21-8077-8b2fc251d2cf 2018-11-09 08:13:21,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:21,953 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:21,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d0308a47b9b75d5978093b66b89c753a295f841" 2018-11-09 08:13:22,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af35ffa4-5959-437a-9631-d03613fa5015 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:13:22,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-af35ffa4-5959-437a-9631-d03613fa5015 2018-11-09 08:13:22,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d0308a47b9b75d5978093b66b89c753a295f841" 2018-11-09 08:13:22,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d020f47-f5b7-4c13-bd4d-d93382392147 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/30b77b2d34c44050b800d92b4f92cb6b"}, "enabled": true, "id": "30b77b2d34c44050b800d92b4f92cb6b", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj"}]} 2018-11-09 08:13:22,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj used request id req-3d020f47-f5b7-4c13-bd4d-d93382392147 2018-11-09 08:13:22,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d0308a47b9b75d5978093b66b89c753a295f841" 2018-11-09 08:13:22,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec064ecc-433d-4be6-86d8-9e9eb3f027f7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:22,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-ec064ecc-433d-4be6-86d8-9e9eb3f027f7 2018-11-09 08:13:22,534 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-1c141ef0-a10d-4c8-user 2018-11-09 08:13:22,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:22,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:22,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38153645-15f2-4256-8f66-fcbedfb7a59c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:22,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-38153645-15f2-4256-8f66-fcbedfb7a59c 2018-11-09 08:13:22,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" -d '{"role": {"name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj-role"}}' 2018-11-09 08:13:22,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51872d9a-38ea-40c2-89a1-d70903c1c4e1 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "187c4aa18a664d7f89035fe96d416a8c", "links": {"self": "http://172.30.9.27:5000/v3/roles/187c4aa18a664d7f89035fe96d416a8c"}, "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj-role"}} 2018-11-09 08:13:22,721 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-51872d9a-38ea-40c2-89a1-d70903c1c4e1 2018-11-09 08:13:22,721 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj-role 2018-11-09 08:13:22,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/187c4aa18a664d7f89035fe96d416a8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:22,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d375d6c3-3518-4c95-a043-8eabf6b73e24 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/187c4aa18a664d7f89035fe96d416a8c"}, "domain_id": null, "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj-role", "id": "187c4aa18a664d7f89035fe96d416a8c"}} 2018-11-09 08:13:22,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/187c4aa18a664d7f89035fe96d416a8c used request id req-d375d6c3-3518-4c95-a043-8eabf6b73e24 2018-11-09 08:13:22,813 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj-role to project CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj 2018-11-09 08:13:22,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/30b77b2d34c44050b800d92b4f92cb6b/users/4e1ace0a380d4d31a68130cbd4305d97/roles/187c4aa18a664d7f89035fe96d416a8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:22,938 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78eda745-dca4-4938-a212-709c83afbe96 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:22,939 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/30b77b2d34c44050b800d92b4f92cb6b/users/4e1ace0a380d4d31a68130cbd4305d97/roles/187c4aa18a664d7f89035fe96d416a8c used request id req-78eda745-dca4-4938-a212-709c83afbe96 2018-11-09 08:13:22,941 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:13:22,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:22,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:23,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "187c4aa18a664d7f89035fe96d416a8c", "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj-role"}], "expires_at": "2018-11-09T09:13:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30b77b2d34c44050b800d92b4f92cb6b", "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/30b77b2d34c44050b800d92b4f92cb6b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/30b77b2d34c44050b800d92b4f92cb6b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/30b77b2d34c44050b800d92b4f92cb6b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/30b77b2d34c44050b800d92b4f92cb6b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/30b77b2d34c44050b800d92b4f92cb6b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/30b77b2d34c44050b800d92b4f92cb6b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-user", "id": "4e1ace0a380d4d31a68130cbd4305d97"}, "audit_ids": ["jSBtK36MQXGAELfGEFBdWA"], "issued_at": "2018-11-09T08:13:23.000000Z"}} 2018-11-09 08:13:23,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3a9f923d1f92d8e5cd6a8d50d4027757f5713ca" 2018-11-09 08:13:23,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06df071e-6ac4-472e-8eeb-4a1ed03f9172 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:23,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-06df071e-6ac4-472e-8eeb-4a1ed03f9172 2018-11-09 08:13:23,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3a9f923d1f92d8e5cd6a8d50d4027757f5713ca" 2018-11-09 08:13:23,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-52f390b3-2415-41b3-98ed-64aa35c94e3a Date: Fri, 09 Nov 2018 08:13:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image"} 2018-11-09 08:13:23,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image used request id req-52f390b3-2415-41b3-98ed-64aa35c94e3a 2018-11-09 08:13:23,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3a9f923d1f92d8e5cd6a8d50d4027757f5713ca" 2018-11-09 08:13:23,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f4839103-fa3c-4d6e-ac39-736f06979270 Date: Fri, 09 Nov 2018 08:13:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:13:23,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-f4839103-fa3c-4d6e-ac39-736f06979270 2018-11-09 08:13:23,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3a9f923d1f92d8e5cd6a8d50d4027757f5713ca" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image"}' 2018-11-09 08:13:23,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e X-Openstack-Request-Id: req-11468c1a-e69d-4248-b05b-1bd006474b4d Date: Fri, 09 Nov 2018 08:13:23 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:13:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:13:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e", "min_disk": 0, "protected": false, "id": "47673b7f-82c8-47bf-9cb5-ea5086b5399e", "file": "/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e/file", "checksum": null, "owner": "30b77b2d34c44050b800d92b4f92cb6b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:13:23,933 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-11468c1a-e69d-4248-b05b-1bd006474b4d 2018-11-09 08:13:23,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3a9f923d1f92d8e5cd6a8d50d4027757f5713ca" -d '' 2018-11-09 08:13:25,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ec739bdc-84a4-4153-a3ec-1a0768a3dc4d Date: Fri, 09 Nov 2018 08:13:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:13:25,907 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e/file used request id req-ec739bdc-84a4-4153-a3ec-1a0768a3dc4d 2018-11-09 08:13:25,908 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:13:25,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3a9f923d1f92d8e5cd6a8d50d4027757f5713ca" 2018-11-09 08:13:26,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-7147bc9a-474d-427f-a176-567f55dfefbc Date: Fri, 09 Nov 2018 08:13:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:13:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:13:25Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e/snap", "metadata": {}}], "self": "/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e", "min_disk": 0, "protected": false, "id": "47673b7f-82c8-47bf-9cb5-ea5086b5399e", "file": "/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "30b77b2d34c44050b800d92b4f92cb6b", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:13:26,157 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e used request id req-7147bc9a-474d-427f-a176-567f55dfefbc 2018-11-09 08:13:26,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3a9f923d1f92d8e5cd6a8d50d4027757f5713ca" 2018-11-09 08:13:26,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-882c90bf-be90-457b-b206-bd35d768b420 Date: Fri, 09 Nov 2018 08:13:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:13:26,326 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-882c90bf-be90-457b-b206-bd35d768b420 2018-11-09 08:13:26,329 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image 2018-11-09 08:13:26,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3a9f923d1f92d8e5cd6a8d50d4027757f5713ca" 2018-11-09 08:13:27,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a82ceff0-fca5-441e-a252-39e407441fc2 Date: Fri, 09 Nov 2018 08:13:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:13:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:13:25Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e/snap", "metadata": {}}], "self": "/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e", "min_disk": 0, "protected": false, "id": "47673b7f-82c8-47bf-9cb5-ea5086b5399e", "file": "/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "30b77b2d34c44050b800d92b4f92cb6b", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:13:27,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e used request id req-a82ceff0-fca5-441e-a252-39e407441fc2 2018-11-09 08:13:27,020 - create_image - DEBUG - Instance status is - active 2018-11-09 08:13:27,020 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image 2018-11-09 08:13:27,020 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image 2018-11-09 08:13:27,021 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:27,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:27,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "187c4aa18a664d7f89035fe96d416a8c", "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj-role"}], "expires_at": "2018-11-09T09:13:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30b77b2d34c44050b800d92b4f92cb6b", "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/30b77b2d34c44050b800d92b4f92cb6b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/30b77b2d34c44050b800d92b4f92cb6b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/30b77b2d34c44050b800d92b4f92cb6b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/30b77b2d34c44050b800d92b4f92cb6b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/30b77b2d34c44050b800d92b4f92cb6b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/30b77b2d34c44050b800d92b4f92cb6b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/30b77b2d34c44050b800d92b4f92cb6b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-1c141ef0-a10d-4c8-user", "id": "4e1ace0a380d4d31a68130cbd4305d97"}, "audit_ids": ["h51UnhcOTIaFJJqwoUkkvQ"], "issued_at": "2018-11-09T08:13:27.000000Z"}} 2018-11-09 08:13:27,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c430cf6d77e42c3bca8fb66ee4084552975f59c" 2018-11-09 08:13:27,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d252b120-6e90-4320-9031-d1c1eaed438d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:27,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d252b120-6e90-4320-9031-d1c1eaed438d 2018-11-09 08:13:27,484 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/30b77b2d34c44050b800d92b4f92cb6b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c430cf6d77e42c3bca8fb66ee4084552975f59c" 2018-11-09 08:13:27,686 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:27 GMT Server: Apache x-compute-request-id: req-67ff4c75-ee14-40cd-af3f-4cba09ed4f35 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-67ff4c75-ee14-40cd-af3f-4cba09ed4f35 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:13:27,686 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/30b77b2d34c44050b800d92b4f92cb6b/volumes/detail used request id req-67ff4c75-ee14-40cd-af3f-4cba09ed4f35 2018-11-09 08:13:27,690 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/30b77b2d34c44050b800d92b4f92cb6b/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-67ff4c75-ee14-40cd-af3f-4cba09ed4f35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c430cf6d77e42c3bca8fb66ee4084552975f59c" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-vol", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:13:28,023 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 09 Nov 2018 08:13:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5769ea6b-ab5d-4f3f-ae40-72acbe8cbe08 x-openstack-request-id: req-5769ea6b-ab5d-4f3f-ae40-72acbe8cbe08 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-11-09 08:13:28,023 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/30b77b2d34c44050b800d92b4f92cb6b/volumes used request id req-5769ea6b-ab5d-4f3f-ae40-72acbe8cbe08 2018-11-09 08:13:28,024 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-34b6b09c-607b-44e8-85e4-db46a4de156f-image 2018-11-09 08:13:28,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3a9f923d1f92d8e5cd6a8d50d4027757f5713ca" 2018-11-09 08:13:29,603 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba03f830-8542-4c51-a8bb-95a2c5f81c00 Date: Fri, 09 Nov 2018 08:13:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:13:29,603 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/47673b7f-82c8-47bf-9cb5-ea5086b5399e used request id req-ba03f830-8542-4c51-a8bb-95a2c5f81c00 2018-11-09 08:13:29,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:29,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-171a99e8-b5a6-42fa-a1eb-8534879479c2 Date: Fri, 09 Nov 2018 08:13:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:13:29,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-171a99e8-b5a6-42fa-a1eb-8534879479c2 2018-11-09 08:13:29,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:29,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ca1a1e-d6e4-4320-b09e-bab8a30374c6 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:13:29,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-71ca1a1e-d6e4-4320-b09e-bab8a30374c6 2018-11-09 08:13:29,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:29,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afe4150a-f953-42b2-9cde-ed58d683290f 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:13:29,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-afe4150a-f953-42b2-9cde-ed58d683290f 2018-11-09 08:13:30,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:30,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5df3d8e5-3274-4327-bcaf-579dece96a56 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:13:30,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-5df3d8e5-3274-4327-bcaf-579dece96a56 2018-11-09 08:13:30,079 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj 2018-11-09 08:13:30,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/30b77b2d34c44050b800d92b4f92cb6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:30,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c191c68-b641-4c49-9eb9-55ca14532662 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:30,275 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/30b77b2d34c44050b800d92b4f92cb6b used request id req-1c191c68-b641-4c49-9eb9-55ca14532662 2018-11-09 08:13:30,275 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-1c141ef0-a10d-4c8-proj-role 2018-11-09 08:13:30,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/187c4aa18a664d7f89035fe96d416a8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:30,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c39c91d-f716-4e2f-aa78-bb49ff3b53d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:30,386 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/187c4aa18a664d7f89035fe96d416a8c used request id req-7c39c91d-f716-4e2f-aa78-bb49ff3b53d1 2018-11-09 08:13:30,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6d9c338cbd36d14e00203b1c9d23336cee24f5" 2018-11-09 08:13:30,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3127509b-0c2d-46fd-9f34-bc6a7a9dfbd3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:30,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3127509b-0c2d-46fd-9f34-bc6a7a9dfbd3 2018-11-09 08:13:30,477 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-1c141ef0-a10d-4c8-user 2018-11-09 08:13:30,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/4e1ace0a380d4d31a68130cbd4305d97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d0308a47b9b75d5978093b66b89c753a295f841" 2018-11-09 08:13:30,642 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50d81df5-6bda-40d6-98a5-672c68d1d05a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:30,642 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4e1ace0a380d4d31a68130cbd4305d97 used request id req-50d81df5-6bda-40d6-98a5-672c68d1d05a 2018-11-09 08:13:30,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:31,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ITC4D8H3SQynYCW7GPXhsA"], "issued_at": "2018-11-09T08:13:31.000000Z"}} 2018-11-09 08:13:31,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afb7df1a1374eb55fc2553d567d9c64446660779" 2018-11-09 08:13:31,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-935e87dc-7111-4594-a0bc-7b6197d4532d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:31,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-935e87dc-7111-4594-a0bc-7b6197d4532d 2018-11-09 08:13:31,200 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:31,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:31,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["FYxa58ibShOMUPP3Qi1Zeg"], "issued_at": "2018-11-09T08:13:31.000000Z"}} 2018-11-09 08:13:31,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:31,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd5817e4-9c35-4394-97bf-66f0a16132ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:31,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fd5817e4-9c35-4394-97bf-66f0a16132ca 2018-11-09 08:13:31,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:31,691 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:31,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-991047a9-fe33-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:31,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b17aee82-542a-4a8b-a1d2-1e06c455a77f Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-991047a9-fe33-4a7-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:13:31,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-991047a9-fe33-4a7-proj used request id req-b17aee82-542a-4a8b-a1d2-1e06c455a77f 2018-11-09 08:13:31,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:31,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-373c94ac-53e9-4cb8-8bb4-b47d4d7d05cb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:31,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-373c94ac-53e9-4cb8-8bb4-b47d4d7d05cb 2018-11-09 08:13:31,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj"}}' 2018-11-09 08:13:31,984 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a64138d-b744-4e58-9e5a-80e52870d9da Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/39f10786001a42e79e7172d15fb702e3"}, "enabled": true, "id": "39f10786001a42e79e7172d15fb702e3", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj"}} 2018-11-09 08:13:31,984 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-9a64138d-b744-4e58-9e5a-80e52870d9da 2018-11-09 08:13:31,984 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-991047a9-fe33-4a7-proj 2018-11-09 08:13:31,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:31,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:32,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["jLxmyM4OQ2-wIoHAdHEq4A"], "issued_at": "2018-11-09T08:13:32.000000Z"}} 2018-11-09 08:13:32,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1b3fc57baad163a9e2aa3e13a616cb3c815669" 2018-11-09 08:13:32,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-379816c9-cb81-4ea0-8be5-39bf3afb552b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:32,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-379816c9-cb81-4ea0-8be5-39bf3afb552b 2018-11-09 08:13:32,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:32,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:32,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1b3fc57baad163a9e2aa3e13a616cb3c815669" 2018-11-09 08:13:32,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa95124b-adba-45b8-95b1-98a2a949ff55 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:13:32,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-fa95124b-adba-45b8-95b1-98a2a949ff55 2018-11-09 08:13:32,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithImageTests-991047a9-fe33-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1b3fc57baad163a9e2aa3e13a616cb3c815669" 2018-11-09 08:13:32,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b46b5127-c852-438f-9eee-8a3a6e376d8a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithImageTests-991047a9-fe33-4a7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/39f10786001a42e79e7172d15fb702e3"}, "enabled": true, "id": "39f10786001a42e79e7172d15fb702e3", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj"}]} 2018-11-09 08:13:32,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateVolumeWithImageTests-991047a9-fe33-4a7-proj used request id req-b46b5127-c852-438f-9eee-8a3a6e376d8a 2018-11-09 08:13:32,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1b3fc57baad163a9e2aa3e13a616cb3c815669" 2018-11-09 08:13:32,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79025830-c4ea-4b1e-9e83-b4ff61b77997 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:32,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-79025830-c4ea-4b1e-9e83-b4ff61b77997 2018-11-09 08:13:33,139 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-991047a9-fe33-4a7-user 2018-11-09 08:13:33,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:33,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:33,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508c0611-ba88-4bd5-88b8-c9c2de27ca9d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:33,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-508c0611-ba88-4bd5-88b8-c9c2de27ca9d 2018-11-09 08:13:33,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" -d '{"role": {"name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj-role"}}' 2018-11-09 08:13:33,343 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d06cae3-c4f1-40b8-9d3c-154d330249c3 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b619c5dd04ff4af8b9866e51dd05b9cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/b619c5dd04ff4af8b9866e51dd05b9cb"}, "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj-role"}} 2018-11-09 08:13:33,343 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-5d06cae3-c4f1-40b8-9d3c-154d330249c3 2018-11-09 08:13:33,343 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-991047a9-fe33-4a7-proj-role 2018-11-09 08:13:33,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b619c5dd04ff4af8b9866e51dd05b9cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:33,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c848b3b1-0c76-4bd7-9be7-bc3813e65211 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b619c5dd04ff4af8b9866e51dd05b9cb"}, "domain_id": null, "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj-role", "id": "b619c5dd04ff4af8b9866e51dd05b9cb"}} 2018-11-09 08:13:33,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b619c5dd04ff4af8b9866e51dd05b9cb used request id req-c848b3b1-0c76-4bd7-9be7-bc3813e65211 2018-11-09 08:13:33,433 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-991047a9-fe33-4a7-proj-role to project CreateVolumeWithImageTests-991047a9-fe33-4a7-proj 2018-11-09 08:13:33,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/39f10786001a42e79e7172d15fb702e3/users/ad1502eb9ee743ea806a351647d3c074/roles/b619c5dd04ff4af8b9866e51dd05b9cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:33,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9a46c38-424e-43f8-8e7a-ca5485d68fca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:33,561 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/39f10786001a42e79e7172d15fb702e3/users/ad1502eb9ee743ea806a351647d3c074/roles/b619c5dd04ff4af8b9866e51dd05b9cb used request id req-a9a46c38-424e-43f8-8e7a-ca5485d68fca 2018-11-09 08:13:33,563 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:13:33,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:33,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:33,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b619c5dd04ff4af8b9866e51dd05b9cb", "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj-role"}], "expires_at": "2018-11-09T09:13:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39f10786001a42e79e7172d15fb702e3", "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-user", "id": "ad1502eb9ee743ea806a351647d3c074"}, "audit_ids": ["kYK4lG8cRzuVHw-_M_Kdeg"], "issued_at": "2018-11-09T08:13:33.000000Z"}} 2018-11-09 08:13:33,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864374cac6c21e3de16c5266d20ac9e22f1b38" 2018-11-09 08:13:34,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f2a565c-a8e0-44df-ad62-c694f7681125 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:34,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1f2a565c-a8e0-44df-ad62-c694f7681125 2018-11-09 08:13:34,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8864374cac6c21e3de16c5266d20ac9e22f1b38" 2018-11-09 08:13:34,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-32479f1d-0f11-45e9-9947-446ee9d510d0 Date: Fri, 09 Nov 2018 08:13:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image"} 2018-11-09 08:13:34,188 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image used request id req-32479f1d-0f11-45e9-9947-446ee9d510d0 2018-11-09 08:13:34,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8864374cac6c21e3de16c5266d20ac9e22f1b38" 2018-11-09 08:13:34,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-96a5fa4d-32e4-4128-ab94-f879cfd18ac7 Date: Fri, 09 Nov 2018 08:13:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:13:34,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-96a5fa4d-32e4-4128-ab94-f879cfd18ac7 2018-11-09 08:13:34,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8864374cac6c21e3de16c5266d20ac9e22f1b38" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image"}' 2018-11-09 08:13:34,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/64131747-7049-4371-82e6-1aa032c61c6b X-Openstack-Request-Id: req-6406c43d-448c-4ada-bafd-a5358d3ed448 Date: Fri, 09 Nov 2018 08:13:34 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:13:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:13:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/64131747-7049-4371-82e6-1aa032c61c6b", "min_disk": 0, "protected": false, "id": "64131747-7049-4371-82e6-1aa032c61c6b", "file": "/v2/images/64131747-7049-4371-82e6-1aa032c61c6b/file", "checksum": null, "owner": "39f10786001a42e79e7172d15fb702e3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:13:34,554 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-6406c43d-448c-4ada-bafd-a5358d3ed448 2018-11-09 08:13:34,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/64131747-7049-4371-82e6-1aa032c61c6b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8864374cac6c21e3de16c5266d20ac9e22f1b38" -d '' 2018-11-09 08:13:36,085 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c40150fe-65f1-4126-886c-414b5474a1fb Date: Fri, 09 Nov 2018 08:13:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:13:36,085 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/64131747-7049-4371-82e6-1aa032c61c6b/file used request id req-c40150fe-65f1-4126-886c-414b5474a1fb 2018-11-09 08:13:36,086 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:13:36,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/64131747-7049-4371-82e6-1aa032c61c6b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8864374cac6c21e3de16c5266d20ac9e22f1b38" 2018-11-09 08:13:36,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-cf0e55b7-adf6-4a3d-88bc-eccc315b9fc5 Date: Fri, 09 Nov 2018 08:13:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:13:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:13:35Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/64131747-7049-4371-82e6-1aa032c61c6b/snap", "metadata": {}}], "self": "/v2/images/64131747-7049-4371-82e6-1aa032c61c6b", "min_disk": 0, "protected": false, "id": "64131747-7049-4371-82e6-1aa032c61c6b", "file": "/v2/images/64131747-7049-4371-82e6-1aa032c61c6b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39f10786001a42e79e7172d15fb702e3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/64131747-7049-4371-82e6-1aa032c61c6b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:13:36,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/64131747-7049-4371-82e6-1aa032c61c6b used request id req-cf0e55b7-adf6-4a3d-88bc-eccc315b9fc5 2018-11-09 08:13:36,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8864374cac6c21e3de16c5266d20ac9e22f1b38" 2018-11-09 08:13:36,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-663ed5ac-2853-4fde-af0c-f7fb11d77367 Date: Fri, 09 Nov 2018 08:13:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:13:36,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-663ed5ac-2853-4fde-af0c-f7fb11d77367 2018-11-09 08:13:36,795 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image 2018-11-09 08:13:36,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/64131747-7049-4371-82e6-1aa032c61c6b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8864374cac6c21e3de16c5266d20ac9e22f1b38" 2018-11-09 08:13:36,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ba176aee-4552-4519-8f46-8c1ea8ffa30d Date: Fri, 09 Nov 2018 08:13:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:13:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:13:35Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/64131747-7049-4371-82e6-1aa032c61c6b/snap", "metadata": {}}], "self": "/v2/images/64131747-7049-4371-82e6-1aa032c61c6b", "min_disk": 0, "protected": false, "id": "64131747-7049-4371-82e6-1aa032c61c6b", "file": "/v2/images/64131747-7049-4371-82e6-1aa032c61c6b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39f10786001a42e79e7172d15fb702e3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/64131747-7049-4371-82e6-1aa032c61c6b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:13:36,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/64131747-7049-4371-82e6-1aa032c61c6b used request id req-ba176aee-4552-4519-8f46-8c1ea8ffa30d 2018-11-09 08:13:36,965 - create_image - DEBUG - Instance status is - active 2018-11-09 08:13:36,965 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image 2018-11-09 08:13:36,965 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image 2018-11-09 08:13:36,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:36,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:37,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b619c5dd04ff4af8b9866e51dd05b9cb", "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj-role"}], "expires_at": "2018-11-09T09:13:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39f10786001a42e79e7172d15fb702e3", "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-user", "id": "ad1502eb9ee743ea806a351647d3c074"}, "audit_ids": ["OFnhLqSgRDGnQ8nMLcsDnA"], "issued_at": "2018-11-09T08:13:37.000000Z"}} 2018-11-09 08:13:37,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:37,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0dc89ea-ee9c-46eb-b02c-7b8f133a9e24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:37,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a0dc89ea-ee9c-46eb-b02c-7b8f133a9e24 2018-11-09 08:13:37,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:37,627 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:37 GMT Server: Apache x-compute-request-id: req-380b651e-e918-4d18-8251-ef768ceaabd8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-380b651e-e918-4d18-8251-ef768ceaabd8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:13:37,627 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/detail used request id req-380b651e-e918-4d18-8251-ef768ceaabd8 2018-11-09 08:13:37,630 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-380b651e-e918-4d18-8251-ef768ceaabd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol", "imageRef": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:13:39,600 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:13:37 GMT Server: Apache x-compute-request-id: req-979ebfcb-c5c6-4801-9034-b24851cfbfba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-979ebfcb-c5c6-4801-9034-b24851cfbfba Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "ad1502eb9ee743ea806a351647d3c074", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "self"}, {"href": "http://172.30.9.27:8776/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:13:39.514880", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "39c6a469-37fd-404d-ac6a-7613483e4962", "size": 1}} 2018-11-09 08:13:39,600 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes used request id req-979ebfcb-c5c6-4801-9034-b24851cfbfba 2018-11-09 08:13:39,603 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-380b651e-e918-4d18-8251-ef768ceaabd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:40,165 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:39 GMT Server: Apache x-compute-request-id: req-9dc1e7f2-365a-40d3-bd50-b26d7f27055a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9dc1e7f2-365a-40d3-bd50-b26d7f27055a Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "ad1502eb9ee743ea806a351647d3c074", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "self"}, {"href": "http://172.30.9.27:8776/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:13:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "39f10786001a42e79e7172d15fb702e3", "updated_at": "2018-11-09T08:13:39.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "39c6a469-37fd-404d-ac6a-7613483e4962", "size": 1}} 2018-11-09 08:13:40,165 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 used request id req-9dc1e7f2-365a-40d3-bd50-b26d7f27055a 2018-11-09 08:13:40,165 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol 2018-11-09 08:13:40,168 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-380b651e-e918-4d18-8251-ef768ceaabd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:40,223 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:40 GMT Server: Apache x-compute-request-id: req-318789dc-b67c-4e53-a872-dbfebf721639 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-318789dc-b67c-4e53-a872-dbfebf721639 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "ad1502eb9ee743ea806a351647d3c074", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "self"}, {"href": "http://172.30.9.27:8776/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:13:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "39f10786001a42e79e7172d15fb702e3", "updated_at": "2018-11-09T08:13:39.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "39c6a469-37fd-404d-ac6a-7613483e4962", "size": 1}} 2018-11-09 08:13:40,224 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 used request id req-318789dc-b67c-4e53-a872-dbfebf721639 2018-11-09 08:13:40,224 - create_volume - DEBUG - Instance status is - creating 2018-11-09 08:13:40,224 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 08:13:43,227 - create_volume - DEBUG - Volume status query timeout in 296.938148975 2018-11-09 08:13:43,230 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-380b651e-e918-4d18-8251-ef768ceaabd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:43,284 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:43 GMT Server: Apache x-compute-request-id: req-2042fea0-52bd-4a6c-9cd6-53c124da8cc5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2042fea0-52bd-4a6c-9cd6-53c124da8cc5 Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "ad1502eb9ee743ea806a351647d3c074", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "self"}, {"href": "http://172.30.9.27:8776/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:13:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "39f10786001a42e79e7172d15fb702e3", "updated_at": "2018-11-09T08:13:42.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "39c6a469-37fd-404d-ac6a-7613483e4962", "size": 1}} 2018-11-09 08:13:43,284 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 used request id req-2042fea0-52bd-4a6c-9cd6-53c124da8cc5 2018-11-09 08:13:43,284 - create_volume - DEBUG - Instance status is - downloading 2018-11-09 08:13:43,285 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 08:13:46,288 - create_volume - DEBUG - Volume status query timeout in 293.87768507 2018-11-09 08:13:46,291 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-380b651e-e918-4d18-8251-ef768ceaabd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:46,345 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:46 GMT Server: Apache x-compute-request-id: req-6383ba6f-b6da-478a-b340-ea8040617f18 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6383ba6f-b6da-478a-b340-ea8040617f18 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "self"}, {"href": "http://172.30.9.27:8776/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-11-09T08:13:45.000000", "replication_status": null, "snapshot_id": null, "id": "39c6a469-37fd-404d-ac6a-7613483e4962", "size": 1, "user_id": "ad1502eb9ee743ea806a351647d3c074", "os-vol-tenant-attr:tenant_id": "39f10786001a42e79e7172d15fb702e3", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image", "image_id": "64131747-7049-4371-82e6-1aa032c61c6b", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol", "bootable": "true", "created_at": "2018-11-09T08:13:39.000000", "volume_type": null}} 2018-11-09 08:13:46,345 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 used request id req-6383ba6f-b6da-478a-b340-ea8040617f18 2018-11-09 08:13:46,346 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:13:46,346 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol 2018-11-09 08:13:46,346 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol 2018-11-09 08:13:46,349 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-380b651e-e918-4d18-8251-ef768ceaabd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:46,550 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:46 GMT Server: Apache x-compute-request-id: req-f96fe1dc-31a9-4fde-ae9c-7706716c2ce4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f96fe1dc-31a9-4fde-ae9c-7706716c2ce4 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "self"}, {"href": "http://172.30.9.27:8776/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-11-09T08:13:45.000000", "replication_status": null, "snapshot_id": null, "id": "39c6a469-37fd-404d-ac6a-7613483e4962", "size": 1, "user_id": "ad1502eb9ee743ea806a351647d3c074", "os-vol-tenant-attr:tenant_id": "39f10786001a42e79e7172d15fb702e3", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image", "image_id": "64131747-7049-4371-82e6-1aa032c61c6b", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol", "bootable": "true", "created_at": "2018-11-09T08:13:39.000000", "volume_type": null}} 2018-11-09 08:13:46,550 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 used request id req-f96fe1dc-31a9-4fde-ae9c-7706716c2ce4 2018-11-09 08:13:46,550 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:13:46,550 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol 2018-11-09 08:13:46,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:46,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b619c5dd04ff4af8b9866e51dd05b9cb", "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj-role"}], "expires_at": "2018-11-09T09:13:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39f10786001a42e79e7172d15fb702e3", "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/39f10786001a42e79e7172d15fb702e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/39f10786001a42e79e7172d15fb702e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/39f10786001a42e79e7172d15fb702e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-991047a9-fe33-4a7-user", "id": "ad1502eb9ee743ea806a351647d3c074"}, "audit_ids": ["BxpIWQ_iRpa_WRLwJ6H5lA"], "issued_at": "2018-11-09T08:13:46.000000Z"}} 2018-11-09 08:13:46,940 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d500a99c38daffab1d6292dadc48d36b01a3c092" 2018-11-09 08:13:47,133 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:46 GMT Server: Apache x-compute-request-id: req-9aaf091e-d07c-4342-91a0-2c60f9ad9e58 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9aaf091e-d07c-4342-91a0-2c60f9ad9e58 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "self"}, {"href": "http://172.30.9.27:8776/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-11-09T08:13:45.000000", "replication_status": null, "snapshot_id": null, "id": "39c6a469-37fd-404d-ac6a-7613483e4962", "size": 1, "user_id": "ad1502eb9ee743ea806a351647d3c074", "os-vol-tenant-attr:tenant_id": "39f10786001a42e79e7172d15fb702e3", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image", "image_id": "64131747-7049-4371-82e6-1aa032c61c6b", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol", "bootable": "true", "created_at": "2018-11-09T08:13:39.000000", "volume_type": null}} 2018-11-09 08:13:47,134 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 used request id req-9aaf091e-d07c-4342-91a0-2c60f9ad9e58 2018-11-09 08:13:47,137 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-380b651e-e918-4d18-8251-ef768ceaabd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:47,347 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:47 GMT Server: Apache x-compute-request-id: req-0edc0544-f5c1-4fad-b879-60d1590ac0e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0edc0544-f5c1-4fad-b879-60d1590ac0e4 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "self"}, {"href": "http://172.30.9.27:8776/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-11-09T08:13:45.000000", "replication_status": null, "snapshot_id": null, "id": "39c6a469-37fd-404d-ac6a-7613483e4962", "size": 1, "user_id": "ad1502eb9ee743ea806a351647d3c074", "os-vol-tenant-attr:tenant_id": "39f10786001a42e79e7172d15fb702e3", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image", "image_id": "64131747-7049-4371-82e6-1aa032c61c6b", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol", "bootable": "true", "created_at": "2018-11-09T08:13:39.000000", "volume_type": null}} 2018-11-09 08:13:47,347 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 used request id req-0edc0544-f5c1-4fad-b879-60d1590ac0e4 2018-11-09 08:13:47,347 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:13:47,348 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol 2018-11-09 08:13:47,348 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol 2018-11-09 08:13:47,351 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-380b651e-e918-4d18-8251-ef768ceaabd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:47,573 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:13:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-25285f3f-2c64-4de6-8c55-1378b120e87d Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:13:47,573 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 used request id req-25285f3f-2c64-4de6-8c55-1378b120e87d 2018-11-09 08:13:47,576 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-380b651e-e918-4d18-8251-ef768ceaabd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:47,767 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:47 GMT Server: Apache x-compute-request-id: req-c49e66fa-0d68-422e-9e9e-d55db0119c1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c49e66fa-0d68-422e-9e9e-d55db0119c1f Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "self"}, {"href": "http://172.30.9.27:8776/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-11-09T08:13:47.000000", "replication_status": null, "snapshot_id": null, "id": "39c6a469-37fd-404d-ac6a-7613483e4962", "size": 1, "user_id": "ad1502eb9ee743ea806a351647d3c074", "os-vol-tenant-attr:tenant_id": "39f10786001a42e79e7172d15fb702e3", "metadata": {}, "status": "deleting", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image", "image_id": "64131747-7049-4371-82e6-1aa032c61c6b", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol", "bootable": "true", "created_at": "2018-11-09T08:13:39.000000", "volume_type": null}} 2018-11-09 08:13:47,767 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 used request id req-c49e66fa-0d68-422e-9e9e-d55db0119c1f 2018-11-09 08:13:47,768 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 08:13:47,768 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 08:13:50,771 - create_volume - DEBUG - Volume status query timeout in 56.8020920753 2018-11-09 08:13:50,775 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-380b651e-e918-4d18-8251-ef768ceaabd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e4cb91a5e36f674c7d8c01917c5e0e2f8b8c27" 2018-11-09 08:13:51,086 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:13:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ee91a25a-77d4-47c8-8986-f4ab92b780fc x-openstack-request-id: req-ee91a25a-77d4-47c8-8986-f4ab92b780fc Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 39c6a469-37fd-404d-ac6a-7613483e4962 could not be found.", "code": 404}} 2018-11-09 08:13:51,086 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/39f10786001a42e79e7172d15fb702e3/volumes/39c6a469-37fd-404d-ac6a-7613483e4962 used request id req-ee91a25a-77d4-47c8-8986-f4ab92b780fc 2018-11-09 08:13:51,087 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 39c6a469-37fd-404d-ac6a-7613483e4962 could not be found. (HTTP 404) (Request-ID: req-ee91a25a-77d4-47c8-8986-f4ab92b780fc) 2018-11-09 08:13:51,087 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-vol 2018-11-09 08:13:51,087 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-83cb5dc4-88ba-4c11-bdc3-e88b100b51a9-image 2018-11-09 08:13:51,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/64131747-7049-4371-82e6-1aa032c61c6b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8864374cac6c21e3de16c5266d20ac9e22f1b38" 2018-11-09 08:13:53,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-86dcfa53-1117-4400-93ec-744ba71101a7 Date: Fri, 09 Nov 2018 08:13:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:13:53,022 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/64131747-7049-4371-82e6-1aa032c61c6b used request id req-86dcfa53-1117-4400-93ec-744ba71101a7 2018-11-09 08:13:53,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:53,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-120af394-bc8b-4578-b3d2-f16a618988af Date: Fri, 09 Nov 2018 08:13:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:13:53,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-120af394-bc8b-4578-b3d2-f16a618988af 2018-11-09 08:13:53,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:53,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-301efc2a-abb3-44fb-873f-8e81fc4a9784 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:13:53,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-301efc2a-abb3-44fb-873f-8e81fc4a9784 2018-11-09 08:13:53,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:53,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d83a98-d43a-474f-aa6b-db7b25e67776 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:13:53,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-c7d83a98-d43a-474f-aa6b-db7b25e67776 2018-11-09 08:13:53,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:53,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb09826-f10d-4c5e-8f91-191b6a2eb85b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:13:53,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-9fb09826-f10d-4c5e-8f91-191b6a2eb85b 2018-11-09 08:13:53,543 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-991047a9-fe33-4a7-proj 2018-11-09 08:13:53,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/39f10786001a42e79e7172d15fb702e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:53,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0a03c0c-36fc-4b50-b66a-b30ffe0ac955 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:53,771 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/39f10786001a42e79e7172d15fb702e3 used request id req-e0a03c0c-36fc-4b50-b66a-b30ffe0ac955 2018-11-09 08:13:53,771 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-991047a9-fe33-4a7-proj-role 2018-11-09 08:13:53,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/b619c5dd04ff4af8b9866e51dd05b9cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:53,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b201847a-9a04-4216-b6c5-add40b481f0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:53,870 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b619c5dd04ff4af8b9866e51dd05b9cb used request id req-b201847a-9a04-4216-b6c5-add40b481f0b 2018-11-09 08:13:53,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f57c8113f88f9c1104d5befada752efcf712433" 2018-11-09 08:13:53,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f681ee1-1920-4cd0-b127-ce412bc257a3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:53,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7f681ee1-1920-4cd0-b127-ce412bc257a3 2018-11-09 08:13:53,965 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-991047a9-fe33-4a7-user 2018-11-09 08:13:53,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ad1502eb9ee743ea806a351647d3c074 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e1b3fc57baad163a9e2aa3e13a616cb3c815669" 2018-11-09 08:13:54,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0ae1294-b8aa-4366-9c41-c5a4f733a348 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:54,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ad1502eb9ee743ea806a351647d3c074 used request id req-a0ae1294-b8aa-4366-9c41-c5a4f733a348 2018-11-09 08:13:54,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:54,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9WCppCqHQ0-7YDk2uMHgcw"], "issued_at": "2018-11-09T08:13:54.000000Z"}} 2018-11-09 08:13:54,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c07951cf6b2e83d5e2cbbe2d0a5d9301d3d0a6" 2018-11-09 08:13:54,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b0cf44a-1dcf-4e06-a9af-33f1f2575dfe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:54,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1b0cf44a-1dcf-4e06-a9af-33f1f2575dfe 2018-11-09 08:13:54,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:54,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:54,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["EgfU16HoSDGkfx47H75ptQ"], "issued_at": "2018-11-09T08:13:55.000000Z"}} 2018-11-09 08:13:54,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:13:55,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-809406d8-c9e8-436e-b0a8-1a3a7e5d2009 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:55,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-809406d8-c9e8-436e-b0a8-1a3a7e5d2009 2018-11-09 08:13:55,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:55,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:55,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-05adbc43-789a-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:13:55,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38a3cc60-3e85-4a04-9518-bf89636f5359 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-05adbc43-789a-494-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:13:55,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-05adbc43-789a-494-proj used request id req-38a3cc60-3e85-4a04-9518-bf89636f5359 2018-11-09 08:13:55,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:13:55,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bdef24a-d51b-43f5-9e93-f8ac8cc71a6a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:55,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-2bdef24a-d51b-43f5-9e93-f8ac8cc71a6a 2018-11-09 08:13:55,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}}' 2018-11-09 08:13:55,368 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af84560a-4e7c-498b-b0b8-6dbb809fa24b Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955"}, "enabled": true, "id": "6223488e2fc144a2a39e9ea2a1246955", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}} 2018-11-09 08:13:55,368 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-af84560a-4e7c-498b-b0b8-6dbb809fa24b 2018-11-09 08:13:55,369 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-05adbc43-789a-494-proj 2018-11-09 08:13:55,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:55,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:55,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["5n36YtdSS-av2eOlr_QXiQ"], "issued_at": "2018-11-09T08:13:55.000000Z"}} 2018-11-09 08:13:55,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0059e245e701794beafe1e08b0bffa3b1534c824" 2018-11-09 08:13:55,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab89e05-e433-4482-a6f5-a2e37128823d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:55,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cab89e05-e433-4482-a6f5-a2e37128823d 2018-11-09 08:13:55,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:13:55,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:13:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:13:55,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0059e245e701794beafe1e08b0bffa3b1534c824" 2018-11-09 08:13:55,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11e74929-240f-419b-a893-37a30e3e61bf Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:13:55,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-11e74929-240f-419b-a893-37a30e3e61bf 2018-11-09 08:13:55,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=SimpleHealthCheck-05adbc43-789a-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0059e245e701794beafe1e08b0bffa3b1534c824" 2018-11-09 08:13:56,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13539fd1-8123-4464-9b9f-c38b2d2bbb60 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=SimpleHealthCheck-05adbc43-789a-494-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955"}, "enabled": true, "id": "6223488e2fc144a2a39e9ea2a1246955", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}]} 2018-11-09 08:13:56,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=SimpleHealthCheck-05adbc43-789a-494-proj used request id req-13539fd1-8123-4464-9b9f-c38b2d2bbb60 2018-11-09 08:13:56,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0059e245e701794beafe1e08b0bffa3b1534c824" 2018-11-09 08:13:56,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e2724d-2619-4b91-9845-2159e4c4928d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:13:56,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b0e2724d-2619-4b91-9845-2159e4c4928d 2018-11-09 08:13:56,505 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-05adbc43-789a-494-user 2018-11-09 08:13:56,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:56,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:13:56,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde304b6-f787-4bf8-8db5-c0c1e980f0cf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:13:56,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cde304b6-f787-4bf8-8db5-c0c1e980f0cf 2018-11-09 08:13:56,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" -d '{"role": {"name": "SimpleHealthCheck-05adbc43-789a-494-proj-role"}}' 2018-11-09 08:13:56,703 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:13:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7abd515c-9788-4c8a-b88b-226ba43c225a Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "49161cc367d042659a9de4f312112290", "links": {"self": "http://172.30.9.27:5000/v3/roles/49161cc367d042659a9de4f312112290"}, "name": "SimpleHealthCheck-05adbc43-789a-494-proj-role"}} 2018-11-09 08:13:56,703 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-7abd515c-9788-4c8a-b88b-226ba43c225a 2018-11-09 08:13:56,703 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-05adbc43-789a-494-proj-role 2018-11-09 08:13:56,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/49161cc367d042659a9de4f312112290 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:13:56,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c3259a7-c4fc-4978-b90e-4d6117ccf3d2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/49161cc367d042659a9de4f312112290"}, "domain_id": null, "name": "SimpleHealthCheck-05adbc43-789a-494-proj-role", "id": "49161cc367d042659a9de4f312112290"}} 2018-11-09 08:13:56,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/49161cc367d042659a9de4f312112290 used request id req-3c3259a7-c4fc-4978-b90e-4d6117ccf3d2 2018-11-09 08:13:56,875 - keystone_utils - INFO - Granting role SimpleHealthCheck-05adbc43-789a-494-proj-role to project SimpleHealthCheck-05adbc43-789a-494-proj 2018-11-09 08:13:56,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955/users/66542d1e25e6401ba009353880d35e67/roles/49161cc367d042659a9de4f312112290 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:13:56,998 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:13:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25344dc1-a19f-4cda-b33d-8d382164d679 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:13:56,998 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955/users/66542d1e25e6401ba009353880d35e67/roles/49161cc367d042659a9de4f312112290 used request id req-25344dc1-a19f-4cda-b33d-8d382164d679 2018-11-09 08:13:56,998 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:13:57,000 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:13:57,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:13:57,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:13:57,380 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49161cc367d042659a9de4f312112290", "name": "SimpleHealthCheck-05adbc43-789a-494-proj-role"}], "expires_at": "2018-11-09T09:13:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6223488e2fc144a2a39e9ea2a1246955", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-05adbc43-789a-494-user", "id": "66542d1e25e6401ba009353880d35e67"}, "audit_ids": ["NHDzlomWTYeyxIjy3yTeBg"], "issued_at": "2018-11-09T08:13:57.000000Z"}} 2018-11-09 08:13:57,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f535238b2f7318d9d34506bf0d368ad7a53064" 2018-11-09 08:13:57,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f443c132-c5ec-44c7-be99-be92d533a6a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:13:57,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f443c132-c5ec-44c7-be99-be92d533a6a6 2018-11-09 08:13:57,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3f535238b2f7318d9d34506bf0d368ad7a53064" 2018-11-09 08:13:57,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-61ceacab-9082-41e9-8457-f2d5dac67b79 Date: Fri, 09 Nov 2018 08:13:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image"} 2018-11-09 08:13:57,641 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image used request id req-61ceacab-9082-41e9-8457-f2d5dac67b79 2018-11-09 08:13:57,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3f535238b2f7318d9d34506bf0d368ad7a53064" 2018-11-09 08:13:57,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ee0367c8-10b9-4ad3-b201-9f4da940ece4 Date: Fri, 09 Nov 2018 08:13:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:13:57,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-ee0367c8-10b9-4ad3-b201-9f4da940ece4 2018-11-09 08:13:57,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f3f535238b2f7318d9d34506bf0d368ad7a53064" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image"}' 2018-11-09 08:13:58,005 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b X-Openstack-Request-Id: req-ee5c032c-bf71-4599-8925-095735a0b20a Date: Fri, 09 Nov 2018 08:13:58 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:13:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:13:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "min_disk": 0, "protected": false, "id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "file": "/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b/file", "checksum": null, "owner": "6223488e2fc144a2a39e9ea2a1246955", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:13:58,005 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ee5c032c-bf71-4599-8925-095735a0b20a 2018-11-09 08:13:58,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3f535238b2f7318d9d34506bf0d368ad7a53064" -d '' 2018-11-09 08:13:59,334 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65aaaf87-76c2-4038-928a-86c28e1a5aba Date: Fri, 09 Nov 2018 08:13:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:13:59,334 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b/file used request id req-65aaaf87-76c2-4038-928a-86c28e1a5aba 2018-11-09 08:13:59,335 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:13:59,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3f535238b2f7318d9d34506bf0d368ad7a53064" 2018-11-09 08:13:59,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-33f58d54-15e8-457a-9b86-1f93cad2e727 Date: Fri, 09 Nov 2018 08:13:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:13:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:13:59Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8c64e44d-e172-4b29-a50c-9c99649d515b/snap", "metadata": {}}], "self": "/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "min_disk": 0, "protected": false, "id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "file": "/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6223488e2fc144a2a39e9ea2a1246955", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8c64e44d-e172-4b29-a50c-9c99649d515b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:13:59,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b used request id req-33f58d54-15e8-457a-9b86-1f93cad2e727 2018-11-09 08:13:59,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3f535238b2f7318d9d34506bf0d368ad7a53064" 2018-11-09 08:13:59,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-627c9513-cd6b-4134-babf-f5aee3a74036 Date: Fri, 09 Nov 2018 08:13:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:13:59,885 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-627c9513-cd6b-4134-babf-f5aee3a74036 2018-11-09 08:13:59,887 - create_image - INFO - Created image with name - SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image 2018-11-09 08:13:59,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3f535238b2f7318d9d34506bf0d368ad7a53064" 2018-11-09 08:14:00,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-154c0ddf-c5c1-4e91-aa12-31bf996ca5c0 Date: Fri, 09 Nov 2018 08:14:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:13:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:13:59Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8c64e44d-e172-4b29-a50c-9c99649d515b/snap", "metadata": {}}], "self": "/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "min_disk": 0, "protected": false, "id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "file": "/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6223488e2fc144a2a39e9ea2a1246955", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8c64e44d-e172-4b29-a50c-9c99649d515b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:14:00,060 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b used request id req-154c0ddf-c5c1-4e91-aa12-31bf996ca5c0 2018-11-09 08:14:00,061 - create_image - DEBUG - Instance status is - active 2018-11-09 08:14:00,061 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image 2018-11-09 08:14:00,061 - create_image - INFO - Image is now active with name - SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image 2018-11-09 08:14:00,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:00,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:00,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49161cc367d042659a9de4f312112290", "name": "SimpleHealthCheck-05adbc43-789a-494-proj-role"}], "expires_at": "2018-11-09T09:14:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6223488e2fc144a2a39e9ea2a1246955", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-05adbc43-789a-494-user", "id": "66542d1e25e6401ba009353880d35e67"}, "audit_ids": ["oCOA3Xa5TPK3AivBbZ_3kw"], "issued_at": "2018-11-09T08:14:00.000000Z"}} 2018-11-09 08:14:00,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27e94331f03827f65b5f20872b0d18a50b1bc04" 2018-11-09 08:14:00,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2167828c-df8a-4143-beba-ce53abcc11b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:00,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2167828c-df8a-4143-beba-ce53abcc11b8 2018-11-09 08:14:00,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27e94331f03827f65b5f20872b0d18a50b1bc04" 2018-11-09 08:14:00,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-642fa528-1b58-48f5-aa21-059b7dc38116 Date: Fri, 09 Nov 2018 08:14:00 GMT RESP BODY: {"networks":[]} 2018-11-09 08:14:00,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net used request id req-642fa528-1b58-48f5-aa21-059b7dc38116 2018-11-09 08:14:00,712 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net 2018-11-09 08:14:00,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27e94331f03827f65b5f20872b0d18a50b1bc04" -d '{"network": {"name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net", "admin_state_up": true}}' 2018-11-09 08:14:01,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-652b04df-323e-4e3a-8765-5d13a42015c7 Date: Fri, 09 Nov 2018 08:14:01 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6223488e2fc144a2a39e9ea2a1246955","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:14:00Z","is_default":false,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:00Z","mtu":1450}} 2018-11-09 08:14:01,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-652b04df-323e-4e3a-8765-5d13a42015c7 2018-11-09 08:14:01,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27e94331f03827f65b5f20872b0d18a50b1bc04" 2018-11-09 08:14:01,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-2d300c16-2834-472e-bbfb-21e7ff8920f7 Date: Fri, 09 Nov 2018 08:14:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:14:00Z","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net"}]} 2018-11-09 08:14:01,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-2d300c16-2834-472e-bbfb-21e7ff8920f7 2018-11-09 08:14:01,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27e94331f03827f65b5f20872b0d18a50b1bc04" 2018-11-09 08:14:01,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-19943865-143a-4503-bbbf-f8c493695cd6 Date: Fri, 09 Nov 2018 08:14:01 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:14:01,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-19943865-143a-4503-bbbf-f8c493695cd6 2018-11-09 08:14:01,707 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet 2018-11-09 08:14:01,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27e94331f03827f65b5f20872b0d18a50b1bc04" -d '{"subnets": [{"ip_version": 4, "network_id": "51cb29a0-0ef4-4938-a6f6-20b24bf13a1d", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet"}]}' 2018-11-09 08:14:02,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-82202806-738a-4166-a826-fa9417445d82 Date: Fri, 09 Nov 2018 08:14:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:02Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:02Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"deaf6afb-b59c-4240-950b-5aa0338d9774","subnetpool_id":null,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet"}]} 2018-11-09 08:14:02,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-82202806-738a-4166-a826-fa9417445d82 2018-11-09 08:14:02,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27e94331f03827f65b5f20872b0d18a50b1bc04" 2018-11-09 08:14:02,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c2d799f6-7f0e-47dd-b54d-6a1a03858105 Date: Fri, 09 Nov 2018 08:14:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["deaf6afb-b59c-4240-950b-5aa0338d9774"],"updated_at":"2018-11-09T08:14:02Z","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net"}]} 2018-11-09 08:14:02,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-c2d799f6-7f0e-47dd-b54d-6a1a03858105 2018-11-09 08:14:02,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27e94331f03827f65b5f20872b0d18a50b1bc04" 2018-11-09 08:14:03,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fb2dcd93-02cc-4cc7-ae9a-ae23d24a12c4 Date: Fri, 09 Nov 2018 08:14:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:02Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"deaf6afb-b59c-4240-950b-5aa0338d9774","subnetpool_id":null,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet"}]} 2018-11-09 08:14:03,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-fb2dcd93-02cc-4cc7-ae9a-ae23d24a12c4 2018-11-09 08:14:03,053 - OpenStackNetwork - DEBUG - Network [51cb29a0-0ef4-4938-a6f6-20b24bf13a1d] created successfully 2018-11-09 08:14:03,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:03,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:03,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:14:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["6AYb-FygRL2VOSAtBnPZGw"], "issued_at": "2018-11-09T08:14:03.000000Z"}} 2018-11-09 08:14:03,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3690ac29983d0b3ba51f7256114380a5deb7ec85" 2018-11-09 08:14:03,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3e952bc-caec-4cd5-b3e5-801a754ece13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:03,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a3e952bc-caec-4cd5-b3e5-801a754ece13 2018-11-09 08:14:03,519 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:14:03,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3690ac29983d0b3ba51f7256114380a5deb7ec85" 2018-11-09 08:14:03,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ff12bd3-72f0-4f6d-9f91-8dee20aed871 x-compute-request-id: req-1ff12bd3-72f0-4f6d-9f91-8dee20aed871 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:14:03,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-1ff12bd3-72f0-4f6d-9f91-8dee20aed871 2018-11-09 08:14:03,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3690ac29983d0b3ba51f7256114380a5deb7ec85" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:14:03,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3feffa81-6862-416f-ae3c-66f29b55ddcf x-compute-request-id: req-3feffa81-6862-416f-ae3c-66f29b55ddcf Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:14:03,773 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3feffa81-6862-416f-ae3c-66f29b55ddcf 2018-11-09 08:14:03,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:03,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:04,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49161cc367d042659a9de4f312112290", "name": "SimpleHealthCheck-05adbc43-789a-494-proj-role"}], "expires_at": "2018-11-09T09:14:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6223488e2fc144a2a39e9ea2a1246955", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-05adbc43-789a-494-user", "id": "66542d1e25e6401ba009353880d35e67"}, "audit_ids": ["4qolEBtBTk2kKGXaEYamlw"], "issued_at": "2018-11-09T08:14:04.000000Z"}} 2018-11-09 08:14:04,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:04,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2f02bda-6a25-469a-ac46-39aa483de6cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:04,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e2f02bda-6a25-469a-ac46-39aa483de6cf 2018-11-09 08:14:04,216 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:14:04,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:04,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137d2007-9958-481d-b77e-4995060370a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:04,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-137d2007-9958-481d-b77e-4995060370a6 2018-11-09 08:14:04,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:04,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-aab31a90-6082-42d3-a479-bb92d4be85eb Date: Fri, 09 Nov 2018 08:14:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["deaf6afb-b59c-4240-950b-5aa0338d9774"],"updated_at":"2018-11-09T08:14:02Z","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net"}]} 2018-11-09 08:14:04,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net used request id req-aab31a90-6082-42d3-a479-bb92d4be85eb 2018-11-09 08:14:04,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:14:04,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:14:04,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:04,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16e263b5-da79-4fb4-8b2c-eea1d2ad2fc5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955"}, "enabled": true, "id": "6223488e2fc144a2a39e9ea2a1246955", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}} 2018-11-09 08:14:04,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 used request id req-16e263b5-da79-4fb4-8b2c-eea1d2ad2fc5 2018-11-09 08:14:04,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:04,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-398c9bf6-32ae-487a-9a26-15ca0ada0146 Date: Fri, 09 Nov 2018 08:14:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:02Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"deaf6afb-b59c-4240-950b-5aa0338d9774","subnetpool_id":null,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet"}]} 2018-11-09 08:14:04,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-398c9bf6-32ae-487a-9a26-15ca0ada0146 2018-11-09 08:14:04,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:05,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e5fd3b4e-09d8-4a1d-b839-fd9f286a61bd Date: Fri, 09 Nov 2018 08:14:05 GMT RESP BODY: {"ports":[]} 2018-11-09 08:14:05,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1&admin_state_up=True used request id req-e5fd3b4e-09d8-4a1d-b839-fd9f286a61bd 2018-11-09 08:14:05,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:05,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14: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-98aabd16-cc75-4717-848c-3948fb6b4283 x-compute-request-id: req-98aabd16-cc75-4717-848c-3948fb6b4283 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:14:05,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst used request id req-98aabd16-cc75-4717-848c-3948fb6b4283 2018-11-09 08:14:05,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:05,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-14589165-ad4c-4260-b396-89ca38b58d9f Date: Fri, 09 Nov 2018 08:14:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["deaf6afb-b59c-4240-950b-5aa0338d9774"],"updated_at":"2018-11-09T08:14:02Z","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net"}]} 2018-11-09 08:14:05,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net used request id req-14589165-ad4c-4260-b396-89ca38b58d9f 2018-11-09 08:14:05,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:05,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9900e3e-a7f9-42eb-8c12-2a2e5b93213d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955"}, "enabled": true, "id": "6223488e2fc144a2a39e9ea2a1246955", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}} 2018-11-09 08:14:05,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 used request id req-b9900e3e-a7f9-42eb-8c12-2a2e5b93213d 2018-11-09 08:14:05,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:06,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-69172431-10c9-4e89-8904-eeda674e22e5 Date: Fri, 09 Nov 2018 08:14:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:02Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"deaf6afb-b59c-4240-950b-5aa0338d9774","subnetpool_id":null,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet"}]} 2018-11-09 08:14:06,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-69172431-10c9-4e89-8904-eeda674e22e5 2018-11-09 08:14:06,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:06,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-55ad25b5-5ea0-4a7a-9fe1-bac16d46bb1f Date: Fri, 09 Nov 2018 08:14:06 GMT RESP BODY: {"ports":[]} 2018-11-09 08:14:06,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1&admin_state_up=True used request id req-55ad25b5-5ea0-4a7a-9fe1-bac16d46bb1f 2018-11-09 08:14:06,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:06,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:06,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49161cc367d042659a9de4f312112290", "name": "SimpleHealthCheck-05adbc43-789a-494-proj-role"}], "expires_at": "2018-11-09T09:14:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6223488e2fc144a2a39e9ea2a1246955", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/6223488e2fc144a2a39e9ea2a1246955", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-05adbc43-789a-494-user", "id": "66542d1e25e6401ba009353880d35e67"}, "audit_ids": ["P5Gy4j8ITKOSR8Z07MiiPw"], "issued_at": "2018-11-09T08:14:06.000000Z"}} 2018-11-09 08:14:06,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99897c2ace8459b9a4abe7fe666dd0e2723942cc" 2018-11-09 08:14:06,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-828d253d-e664-4e4a-8b85-706f57653491 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:06,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-828d253d-e664-4e4a-8b85-706f57653491 2018-11-09 08:14:06,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:07,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-10e89bca-2751-46a9-9cb9-2e4e3be6ce23 Date: Fri, 09 Nov 2018 08:14:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["deaf6afb-b59c-4240-950b-5aa0338d9774"],"updated_at":"2018-11-09T08:14:02Z","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net"}]} 2018-11-09 08:14:07,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net used request id req-10e89bca-2751-46a9-9cb9-2e4e3be6ce23 2018-11-09 08:14:07,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:07,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-abfecd71-6236-4932-a1b9-07822b4fc803 Date: Fri, 09 Nov 2018 08:14:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:02Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"deaf6afb-b59c-4240-950b-5aa0338d9774","subnetpool_id":null,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet"}]} 2018-11-09 08:14:07,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-abfecd71-6236-4932-a1b9-07822b4fc803 2018-11-09 08:14:07,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:07,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-06544f8d-614d-47c5-8b54-739378df5d35 Date: Fri, 09 Nov 2018 08:14: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":["deaf6afb-b59c-4240-950b-5aa0338d9774"],"updated_at":"2018-11-09T08:14:02Z","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net"}]} 2018-11-09 08:14:07,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net used request id req-06544f8d-614d-47c5-8b54-739378df5d35 2018-11-09 08:14:07,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:14:07,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:14: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:14:07,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99897c2ace8459b9a4abe7fe666dd0e2723942cc" 2018-11-09 08:14:07,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e39279-fa75-4d68-8e00-09a9be7c6811 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955"}, "enabled": true, "id": "6223488e2fc144a2a39e9ea2a1246955", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}} 2018-11-09 08:14:07,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 used request id req-01e39279-fa75-4d68-8e00-09a9be7c6811 2018-11-09 08:14:07,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:07,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-627ed0ed-5e15-4aa6-8b37-46f1f5f9f147 Date: Fri, 09 Nov 2018 08:14:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:02Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"deaf6afb-b59c-4240-950b-5aa0338d9774","subnetpool_id":null,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet"}]} 2018-11-09 08:14:07,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-627ed0ed-5e15-4aa6-8b37-46f1f5f9f147 2018-11-09 08:14:07,635 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net 2018-11-09 08:14:07,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" -d '{"port": {"network_id": "51cb29a0-0ef4-4938-a6f6-20b24bf13a1d", "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1", "admin_state_up": true}}' 2018-11-09 08:14:08,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-760acac7-69e4-4718-ad78-25aacca11728 Date: Fri, 09 Nov 2018 08:14:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"deaf6afb-b59c-4240-950b-5aa0338d9774","ip_address":"10.55.0.8"}],"id":"583e070a-760f-4fdd-a52a-a8260e5493b0","security_groups":["2577a9c6-23f8-4718-84e6-d3f50863a465"],"mac_address":"fa:16:3e:01:78:d0","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1","project_id":"6223488e2fc144a2a39e9ea2a1246955","qos_policy_id":null,"admin_state_up":true,"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:07Z","binding:vnic_type":"normal"}} 2018-11-09 08:14:08,516 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-760acac7-69e4-4718-ad78-25aacca11728 2018-11-09 08:14:08,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:08,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-9c00400b-0dbd-4016-9f7c-adc7a18500f6 Date: Fri, 09 Nov 2018 08:14:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["deaf6afb-b59c-4240-950b-5aa0338d9774"],"updated_at":"2018-11-09T08:14:02Z","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net"}]} 2018-11-09 08:14:08,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net used request id req-9c00400b-0dbd-4016-9f7c-adc7a18500f6 2018-11-09 08:14:08,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:08,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c04d8aa-7c46-425d-914e-8f67f3977570 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955"}, "enabled": true, "id": "6223488e2fc144a2a39e9ea2a1246955", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}} 2018-11-09 08:14:08,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 used request id req-8c04d8aa-7c46-425d-914e-8f67f3977570 2018-11-09 08:14:08,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:09,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5ae13bfa-07e4-4765-90db-6688d86390d8 Date: Fri, 09 Nov 2018 08:14:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:02Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"deaf6afb-b59c-4240-950b-5aa0338d9774","subnetpool_id":null,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet"}]} 2018-11-09 08:14:09,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-5ae13bfa-07e4-4765-90db-6688d86390d8 2018-11-09 08:14:09,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:09,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 776 X-Openstack-Request-Id: req-e6631121-dcd8-4a9c-92d0-500538ebde7c Date: Fri, 09 Nov 2018 08:14:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"deaf6afb-b59c-4240-950b-5aa0338d9774","ip_address":"10.55.0.8"}],"id":"583e070a-760f-4fdd-a52a-a8260e5493b0","security_groups":["2577a9c6-23f8-4718-84e6-d3f50863a465"],"mac_address":"fa:16:3e:01:78:d0","project_id":"6223488e2fc144a2a39e9ea2a1246955","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1","admin_state_up":true,"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:07Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:14:09,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1&admin_state_up=True used request id req-e6631121-dcd8-4a9c-92d0-500538ebde7c 2018-11-09 08:14:09,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:09,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c23c8a3e-114f-4128-9d25-beec06cb136b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955"}, "enabled": true, "id": "6223488e2fc144a2a39e9ea2a1246955", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}} 2018-11-09 08:14:09,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 used request id req-c23c8a3e-114f-4128-9d25-beec06cb136b 2018-11-09 08:14:09,309 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst 2018-11-09 08:14:09,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:09,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37a7f257-3003-4bc5-aaf6-7a9e1e278a34 x-compute-request-id: req-37a7f257-3003-4bc5-aaf6-7a9e1e278a34 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}], "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-flavor-name"}]} 2018-11-09 08:14:09,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-37a7f257-3003-4bc5-aaf6-7a9e1e278a34 2018-11-09 08:14:09,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:09,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cd32b7e-65fd-42bc-b221-8ec3c04eebc7 x-compute-request-id: req-1cd32b7e-65fd-42bc-b221-8ec3c04eebc7 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:14:09,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23 used request id req-1cd32b7e-65fd-42bc-b221-8ec3c04eebc7 2018-11-09 08:14:09,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:09,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-944a2d2c-7885-4c31-b611-94e9459cc01d Date: Fri, 09 Nov 2018 08:14:09 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:13:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:13:59Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8c64e44d-e172-4b29-a50c-9c99649d515b/snap", "metadata": {}}], "self": "/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "min_disk": 0, "protected": false, "id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "file": "/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6223488e2fc144a2a39e9ea2a1246955", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8c64e44d-e172-4b29-a50c-9c99649d515b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image"} 2018-11-09 08:14:09,552 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image used request id req-944a2d2c-7885-4c31-b611-94e9459cc01d 2018-11-09 08:14:09,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:09,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-26c5b01e-b2e2-43d0-be5d-d0da760fd126 Date: Fri, 09 Nov 2018 08:14:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:14:09,710 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-26c5b01e-b2e2-43d0-be5d-d0da760fd126 2018-11-09 08:14:09,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" -d '{"server": {"name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst", "imageRef": "8c64e44d-e172-4b29-a50c-9c99649d515b", "flavorRef": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "max_count": 1, "min_count": 1, "networks": [{"port": "583e070a-760f-4fdd-a52a-a8260e5493b0"}]}}' 2018-11-09 08:14:11,429 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:14:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-17c2d038-65c4-4893-b524-405a07e29085 x-compute-request-id: req-17c2d038-65c4-4893-b524-405a07e29085 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8b8c8637-595a-43c9-a555-c19d8537c01f", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "bookmark"}], "adminPass": "R74eYs29vJR4"}} 2018-11-09 08:14:11,429 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-17c2d038-65c4-4893-b524-405a07e29085 2018-11-09 08:14:11,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:11,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9dacdc4f-c02c-4a54-829f-c40bcc811de2 x-compute-request-id: req-9dacdc4f-c02c-4a54-829f-c40bcc811de2 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "bookmark"}], "image": {"id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "links": [{"href": "http://172.30.9.27:8774/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "links": [{"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}]}, "id": "8b8c8637-595a-43c9-a555-c19d8537c01f", "user_id": "66542d1e25e6401ba009353880d35e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:14:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst", "created": "2018-11-09T08:14:11Z", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:14:11,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f used request id req-9dacdc4f-c02c-4a54-829f-c40bcc811de2 2018-11-09 08:14:11,793 - create_instance - INFO - Created instance with name - SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst 2018-11-09 08:14:11,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:12,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9a0eb62-a719-4999-aac1-c79fead4c1da x-compute-request-id: req-d9a0eb62-a719-4999-aac1-c79fead4c1da Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "bookmark"}], "image": {"id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "links": [{"href": "http://172.30.9.27:8774/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "links": [{"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}]}, "id": "8b8c8637-595a-43c9-a555-c19d8537c01f", "user_id": "66542d1e25e6401ba009353880d35e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:14:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst", "created": "2018-11-09T08:14:11Z", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:14:12,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f used request id req-d9a0eb62-a719-4999-aac1-c79fead4c1da 2018-11-09 08:14:12,460 - create_instance - DEBUG - Instance status [SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst] is - BUILD 2018-11-09 08:14:12,460 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:14:15,463 - create_instance - DEBUG - VM status query timeout in 896.33061409 2018-11-09 08:14:15,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:15,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c802d6d8-12d4-4ace-9a45-bf5b0644b715 x-compute-request-id: req-c802d6d8-12d4-4ace-9a45-bf5b0644b715 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "bookmark"}], "image": {"id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "links": [{"href": "http://172.30.9.27:8774/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "links": [{"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}]}, "id": "8b8c8637-595a-43c9-a555-c19d8537c01f", "security_groups": [{"name": "default"}], "user_id": "66542d1e25e6401ba009353880d35e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:14:13Z", "hostId": "6d56d6ff7d8b176e60e952fc1eb2ff4c0c64fc6ffbdc78217c274671", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst", "created": "2018-11-09T08:14:11Z", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:14:15,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f used request id req-c802d6d8-12d4-4ace-9a45-bf5b0644b715 2018-11-09 08:14:15,855 - create_instance - DEBUG - Instance status [SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst] is - BUILD 2018-11-09 08:14:15,855 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:14:18,858 - create_instance - DEBUG - VM status query timeout in 892.935423136 2018-11-09 08:14:18,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:19,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5187c06b-31e7-452a-b896-785e4b793a72 x-compute-request-id: req-5187c06b-31e7-452a-b896-785e4b793a72 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:78:d0", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "bookmark"}], "image": {"id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "links": [{"href": "http://172.30.9.27:8774/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:14:18.000000", "flavor": {"id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "links": [{"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}]}, "id": "8b8c8637-595a-43c9-a555-c19d8537c01f", "security_groups": [{"name": "default"}], "user_id": "66542d1e25e6401ba009353880d35e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:14:18Z", "hostId": "6d56d6ff7d8b176e60e952fc1eb2ff4c0c64fc6ffbdc78217c274671", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst", "created": "2018-11-09T08:14:11Z", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:14:19,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f used request id req-5187c06b-31e7-452a-b896-785e4b793a72 2018-11-09 08:14:19,880 - create_instance - DEBUG - Instance status [SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst] is - ACTIVE 2018-11-09 08:14:19,880 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:14:19,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:20,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a261363-3d51-4945-beda-022be927f597 x-compute-request-id: req-9a261363-3d51-4945-beda-022be927f597 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:78:d0", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "bookmark"}], "image": {"id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "links": [{"href": "http://172.30.9.27:8774/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:14:18.000000", "flavor": {"id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "links": [{"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}]}, "id": "8b8c8637-595a-43c9-a555-c19d8537c01f", "security_groups": [{"name": "default"}], "user_id": "66542d1e25e6401ba009353880d35e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:14:18Z", "hostId": "6d56d6ff7d8b176e60e952fc1eb2ff4c0c64fc6ffbdc78217c274671", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst", "created": "2018-11-09T08:14:11Z", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:14:20,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f used request id req-9a261363-3d51-4945-beda-022be927f597 2018-11-09 08:14:20,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:20,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-7cd3c770-5296-4b58-9a64-6d0eb72bc466 Date: Fri, 09 Nov 2018 08:14: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":["deaf6afb-b59c-4240-950b-5aa0338d9774"],"updated_at":"2018-11-09T08:14:02Z","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net"}]} 2018-11-09 08:14:20,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net used request id req-7cd3c770-5296-4b58-9a64-6d0eb72bc466 2018-11-09 08:14:20,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:20,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecd604a6-eac5-4823-bf20-b444e84d5b7d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955"}, "enabled": true, "id": "6223488e2fc144a2a39e9ea2a1246955", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}} 2018-11-09 08:14:20,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 used request id req-ecd604a6-eac5-4823-bf20-b444e84d5b7d 2018-11-09 08:14:20,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:20,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-274274e1-39b2-42e8-9988-7d0cd954c4c0 Date: Fri, 09 Nov 2018 08:14:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:02Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6223488e2fc144a2a39e9ea2a1246955","id":"deaf6afb-b59c-4240-950b-5aa0338d9774","subnetpool_id":null,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet"}]} 2018-11-09 08:14:20,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-274274e1-39b2-42e8-9988-7d0cd954c4c0 2018-11-09 08:14:20,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:20,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3103 X-Openstack-Request-Id: req-354f3fef-a921-4677-87e2-bac4f713baf6 Date: Fri, 09 Nov 2018 08:14:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"deaf6afb-b59c-4240-950b-5aa0338d9774","ip_address":"10.55.0.4"}],"id":"4fbf7599-93a4-4dd3-9ae6-b49c7b1e88d4","security_groups":[],"mac_address":"fa:16:3e:d5:a8:af","project_id":"6223488e2fc144a2a39e9ea2a1246955","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:03Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-51cb29a0-0ef4-4938-a6f6-20b24bf13a1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"deaf6afb-b59c-4240-950b-5aa0338d9774","ip_address":"10.55.0.8"}],"id":"583e070a-760f-4fdd-a52a-a8260e5493b0","security_groups":["2577a9c6-23f8-4718-84e6-d3f50863a465"],"mac_address":"fa:16:3e:01:78:d0","project_id":"6223488e2fc144a2a39e9ea2a1246955","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1","admin_state_up":true,"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:07Z","binding:vnic_type":"normal","device_id":"8b8c8637-595a-43c9-a555-c19d8537c01f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"deaf6afb-b59c-4240-950b-5aa0338d9774","ip_address":"10.55.0.3"}],"id":"65c78211-008e-4284-9b70-d24034caaf72","security_groups":[],"mac_address":"fa:16:3e:be:e7:e2","project_id":"6223488e2fc144a2a39e9ea2a1246955","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-51cb29a0-0ef4-4938-a6f6-20b24bf13a1d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"deaf6afb-b59c-4240-950b-5aa0338d9774","ip_address":"10.55.0.2"}],"id":"7308d93c-6868-4a86-8448-aed0ce339296","security_groups":[],"mac_address":"fa:16:3e:43:d4:a5","project_id":"6223488e2fc144a2a39e9ea2a1246955","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51cb29a0-0ef4-4938-a6f6-20b24bf13a1d","tenant_id":"6223488e2fc144a2a39e9ea2a1246955","created_at":"2018-11-09T08:14:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-51cb29a0-0ef4-4938-a6f6-20b24bf13a1d"}]} 2018-11-09 08:14:20,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-354f3fef-a921-4677-87e2-bac4f713baf6 2018-11-09 08:14:20,723 - create_instance_tests - INFO - Looking for IP 10.55.0.8 in the console log 2018-11-09 08:14:20,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:21,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14: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-d21fc855-8c44-4756-8342-0f9e868408a1 x-compute-request-id: req-d21fc855-8c44-4756-8342-0f9e868408a1 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:78:d0", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "bookmark"}], "image": {"id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "links": [{"href": "http://172.30.9.27:8774/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:14:18.000000", "flavor": {"id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "links": [{"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}]}, "id": "8b8c8637-595a-43c9-a555-c19d8537c01f", "security_groups": [{"name": "default"}], "user_id": "66542d1e25e6401ba009353880d35e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:14:18Z", "hostId": "6d56d6ff7d8b176e60e952fc1eb2ff4c0c64fc6ffbdc78217c274671", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst", "created": "2018-11-09T08:14:11Z", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:14:21,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f used request id req-d21fc855-8c44-4756-8342-0f9e868408a1 2018-11-09 08:14:21,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:14:22,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14: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-622b5ff0-3dbc-46f4-b04b-f3e11150f62d x-compute-request-id: req-622b5ff0-3dbc-46f4-b04b-f3e11150f62d Content-Encoding: gzip Content-Length: 7922 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 511658549 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.126110] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127765] pid_max: default: 32768 minimum: 301\n[ 0.128650] ACPI: Core revision 20150930\n[ 0.130036] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131328] Security Framework initialized\n[ 0.132144] Yama: becoming mindful.\n[ 0.132868] AppArmor: AppArmor initialized\n[ 0.133715] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134997] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136244] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137432] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138799] Initializing cgroup subsys io\n[ 0.139604] Initializing cgroup subsys memory\n[ 0.140466] Initializing cgroup subsys devices\n[ 0.141350] Initializing cgroup subsys freezer\n[ 0.142221] Initializing cgroup subsys net_cls\n[ 0.143091] Initializing cgroup subsys perf_event\n[ 0.144002] Initializing cgroup subsys net_prio\n[ 0.144883] Initializing cgroup subsys hugetlb\n[ 0.145756] Initializing cgroup subsys pids\n[ 0.146627] CPU: Physical Processor ID: 0\n[ 0.148142] mce: CPU supports 10 MCE banks\n[ 0.148984] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149979] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168200] ftrace: allocating 31920 entries in 125 pages\n[ 0.194340] smpboot: Max logical packages: 1\n[ 0.195224] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196568] x2apic enabled\n[ 0.197387] Switched APIC routing to physical x2apic.\n[ 0.199133] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202212] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203981] KVM setup paravirtual spinlock\n[ 0.205264] x86: Booted up 1 node, 1 CPUs\n[ 0.206071] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207450] devtmpfs: initialized\n[ 0.209144] evm: security.selinux\n[ 0.209837] evm: security.SMACK64\n[ 0.210517] evm: security.SMACK64EXEC\n[ 0.211255] evm: security.SMACK64TRANSMUTE\n[ 0.212055] evm: security.SMACK64MMAP\n[ 0.212786] evm: security.ima\n[ 0.213417] evm: security.capability\n[ 0.214213] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216038] pinctrl core: initialized pinctrl subsystem\n[ 0.217118] RTC time: 8:14:19, date: 11/09/18\n[ 0.218068] NET: Registered protocol family 16\n[ 0.219024] cpuidle: using governor ladder\n[ 0.219829] cpuidle: using governor menu\n[ 0.220598] PCCT header not found.\n[ 0.221337] ACPI: bus type PCI registered\n[ 0.222140] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223367] PCI: Using configuration type 1 for base access\n[ 0.225104] ACPI: Added _OSI(Module Device)\n[ 0.225938] ACPI: Added _OSI(Processor Device)\n[ 0.226801] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227691] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229772] ACPI: Interpreter enabled\n[ 0.230528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232367] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234196] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236028] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237848] ACPI: (supports S0 S5)\n[ 0.238548] ACPI: Using IOAPIC for interrupt routing\n[ 0.239498] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242543] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243675] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244889] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246073] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248267] acpiphp: Slot [3] registered\n[ 0.249065] acpiphp: Slot [4] registered\n[ 0.249856] acpiphp: Slot [5] registered\n[ 0.250650] acpiphp: Slot [6] registered\n[ 0.251447] acpiphp: Slot [7] registered\n[ 0.252239] acpiphp: Slot [8] registered\n[ 0.253033] acpiphp: Slot [9] registered\n[ 0.253821] acpiphp: Slot [10] registered\n[ 0.254622] acpiphp: Slot [11] registered\n[ 0.255442] acpiphp: Slot [12] registered\n[ 0.256254] acpiphp: Slot [13] registered\n[ 0.257061] acpiphp: Slot [14] registered\n[ 0.257868] acpiphp: Slot [15] registered\n[ 0.268737] acpiphp: Slot [16] registered\n[ 0.269545] acpiphp: Slot [17] registered\n[ 0.270355] acpiphp: Slot [18] registered\n[ 0.271161] acpiphp: Slot [19] registered\n[ 0.271970] acpiphp: Slot [20] registered\n[ 0.272780] acpiphp: Slot [21] registered\n[ 0.273581] acpiphp: Slot [22] registered\n[ 0.274388] acpiphp: Slot [23] registered\n[ 0.275194] acpiphp: Slot [24] registered\n[ 0.276000] acpiphp: Slot [25] registered\n[ 0.276806] acpiphp: Slot [26] registered\n[ 0.277604] acpiphp: Slot [27] registered\n[ 0.278410] acpiphp: Slot [28] registered\n[ 0.279214] acpiphp: Slot [29] registered\n[ 0.280017] acpiphp: Slot [30] registered\n[ 0.280825] acpiphp: Slot [31] registered\n[ 0.281621] PCI host bridge to bus 0000:00\n[ 0.282424] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283625] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284837] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286272] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.287711] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293922] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297646] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303906] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305330] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350990] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352469] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353884] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355308] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356697] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359128] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361867] vgaarb: loaded\n[ 0.362459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363592] SCSI subsystem initialized\n[ 0.364412] ACPI: bus type USB registered\n[ 0.365226] usbcore: registered new interface driver usbfs\n[ 0.366251] usbcore: registered new interface driver hub\n[ 0.367274] usbcore: registered new device driver usb\n[ 0.368331] PCI: Using ACPI for IRQ routing\n[ 0.369350] NetLabel: Initializing\n[ 0.370070] NetLabel: domain hash size = 128\n[ 0.370920] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371869] NetLabel: unlabeled traffic allowed by default\n[ 0.372970] clocksource: Switched to clocksource kvm-clock\n[ 0.378293] AppArmor: AppArmor Filesystem Enabled\n[ 0.379264] pnp: PnP ACPI init\n[ 0.380176] pnp: PnP ACPI: found 5 devices\n[ 0.386204] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387919] NET: Registered protocol family 2\n[ 0.388876] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.390158] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.391326] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394736] NET: Registered protocol family 1\n[ 0.395595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396690] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412145] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426391] Trying to unpack rootfs image as initramfs...\n[ 0.475480] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.489644] Scanning for low memory corruption every 60 seconds\n[ 0.490966] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492104] audit: initializing netlink subsys (disabled)\n[ 0.493125] audit: type=2000 audit(1541751259.501:1): initialized\n[ 0.494421] Initialise system trusted keyring\n[ 0.495343] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496501] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498476] zbud: loaded\n[ 0.499177] VFS: Disk quotas dquot_6.6.0\n[ 0.499992] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501496] fuse init (API version 7.23)\n[ 0.502374] Key type big_key registered\n[ 0.503171] Allocating IMA MOK and blacklist keyrings.\n[ 0.504278] Key type asymmetric registered\n[ 0.505112] Asymmetric key parser 'x509' registered\n[ 0.506071] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507524] io scheduler noop registered\n[ 0.508315] io scheduler deadline registered (default)\n[ 0.509307] io scheduler cfq registered\n[ 0.510141] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511177] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512426] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513891] ACPI: Power Button [PWRF]\n[ 0.514730] GHES: HEST is not enabled!\n[ 0.528438] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557883] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560300] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583981] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586122] Linux agpgart interface v0.103\n[ 0.588543] brd: module loaded\n[ 0.589738] loop: module loaded\n[ 0.594222] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595664] GPT:90111 != 20971519\n[ 0.596348] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597443] GPT:90111 != 20971519\n[ 0.598129] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599090] vda: vda1 vda15\n[ 0.600484] scsi host0: ata_piix\n[ 0.601236] scsi host1: ata_piix\n[ 0.601941] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604937] libphy: Fixed MDIO Bus: probed\n[ 0.605759] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606704] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608793] PPP generic driver version 2.4.2\n[ 0.609691] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610923] ehci-pci: EHCI PCI platform driver\n[ 0.611788] ehci-platform: EHCI generic platform driver\n[ 0.612770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613898] ohci-pci: OHCI PCI platform driver\n[ 0.614770] ohci-platform: OHCI generic platform driver\n[ 0.615751] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630053] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632501] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635856] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637276] usb usb1: Product: UHCI Host Controller\n[ 0.638209] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639350] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640352] hub 1-0:1.0: USB hub found\n[ 0.641140] hub 1-0:1.0: 2 ports detected\n[ 0.642045] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644133] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645087] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646114] mousedev: PS/2 mouse device common for all mice\n[ 0.647354] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650688] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652052] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653435] i2c /dev entries driver\n[ 0.654291] device-mapper: uevent: version 1.0.3\n[ 0.655429] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657385] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658940] NET: Registered protocol family 10\n[ 0.660059] NET: Registered protocol family 17\n[ 0.661056] Key type dns_resolver registered\n[ 0.662127] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663387] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665357] registered taskstats version 1\n[ 0.666285] Loading compiled-in X.509 certificates\n[ 0.667929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669978] zswap: loaded using pool lzo/zbud\n[ 0.671353] Key type trusted registered\n[ 0.672904] Key type encrypted registered\n[ 0.673735] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674759] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675792] evm: HMAC attrs: 0x1\n[ 0.676733] Magic number: 10:720:219\n[ 0.677598] rtc_cmos 00:00: setting system clock to 2018-11-09 08:14:19 UTC (1541751259)\n[ 0.679189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680299] EDD information not available.\n[ 0.761909] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763439] Write protecting the kernel read-only data: 14336k\n[ 0.775169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776962] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\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.272140] 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.8...\nLease of 10.55.0.8 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.21. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-11-09 08:14:22,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f/action used request id req-622b5ff0-3dbc-46f4-b04b-f3e11150f62d 2018-11-09 08:14:22,423 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:14:22,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 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 511658549 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.126110] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.127765] pid_max: default: 32768 minimum: 301 [ 0.128650] ACPI: Core revision 20150930 [ 0.130036] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131328] Security Framework initialized [ 0.132144] Yama: becoming mindful. [ 0.132868] AppArmor: AppArmor initialized [ 0.133715] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134997] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136244] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137432] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138799] Initializing cgroup subsys io [ 0.139604] Initializing cgroup subsys memory [ 0.140466] Initializing cgroup subsys devices [ 0.141350] Initializing cgroup subsys freezer [ 0.142221] Initializing cgroup subsys net_cls [ 0.143091] Initializing cgroup subsys perf_event [ 0.144002] Initializing cgroup subsys net_prio [ 0.144883] Initializing cgroup subsys hugetlb [ 0.145756] Initializing cgroup subsys pids [ 0.146627] CPU: Physical Processor ID: 0 [ 0.148142] mce: CPU supports 10 MCE banks [ 0.148984] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149979] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.161821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168200] ftrace: allocating 31920 entries in 125 pages [ 0.194340] smpboot: Max logical packages: 1 [ 0.195224] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196568] x2apic enabled [ 0.197387] Switched APIC routing to physical x2apic. [ 0.199133] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202212] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203981] KVM setup paravirtual spinlock [ 0.205264] x86: Booted up 1 node, 1 CPUs [ 0.206071] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207450] devtmpfs: initialized [ 0.209144] evm: security.selinux [ 0.209837] evm: security.SMACK64 [ 0.210517] evm: security.SMACK64EXEC [ 0.211255] evm: security.SMACK64TRANSMUTE [ 0.212055] evm: security.SMACK64MMAP [ 0.212786] evm: security.ima [ 0.213417] evm: security.capability [ 0.214213] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216038] pinctrl core: initialized pinctrl subsystem [ 0.217118] RTC time: 8:14:19, date: 11/09/18 [ 0.218068] NET: Registered protocol family 16 [ 0.219024] cpuidle: using governor ladder [ 0.219829] cpuidle: using governor menu [ 0.220598] PCCT header not found. [ 0.221337] ACPI: bus type PCI registered [ 0.222140] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223367] PCI: Using configuration type 1 for base access [ 0.225104] ACPI: Added _OSI(Module Device) [ 0.225938] ACPI: Added _OSI(Processor Device) [ 0.226801] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227691] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229772] ACPI: Interpreter enabled [ 0.230528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232367] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.234196] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236028] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237848] ACPI: (supports S0 S5) [ 0.238548] ACPI: Using IOAPIC for interrupt routing [ 0.239498] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242543] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243675] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244889] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246073] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.248267] acpiphp: Slot [3] registered [ 0.249065] acpiphp: Slot [4] registered [ 0.249856] acpiphp: Slot [5] registered [ 0.250650] acpiphp: Slot [6] registered [ 0.251447] acpiphp: Slot [7] registered [ 0.252239] acpiphp: Slot [8] registered [ 0.253033] acpiphp: Slot [9] registered [ 0.253821] acpiphp: Slot [10] registered [ 0.254622] acpiphp: Slot [11] registered [ 0.255442] acpiphp: Slot [12] registered [ 0.256254] acpiphp: Slot [13] registered [ 0.257061] acpiphp: Slot [14] registered [ 0.257868] acpiphp: Slot [15] registered [ 0.268737] acpiphp: Slot [16] registered [ 0.269545] acpiphp: Slot [17] registered [ 0.270355] acpiphp: Slot [18] registered [ 0.271161] acpiphp: Slot [19] registered [ 0.271970] acpiphp: Slot [20] registered [ 0.272780] acpiphp: Slot [21] registered [ 0.273581] acpiphp: Slot [22] registered [ 0.274388] acpiphp: Slot [23] registered [ 0.275194] acpiphp: Slot [24] registered [ 0.276000] acpiphp: Slot [25] registered [ 0.276806] acpiphp: Slot [26] registered [ 0.277604] acpiphp: Slot [27] registered [ 0.278410] acpiphp: Slot [28] registered [ 0.279214] acpiphp: Slot [29] registered [ 0.280017] acpiphp: Slot [30] registered [ 0.280825] acpiphp: Slot [31] registered [ 0.281621] PCI host bridge to bus 0000:00 [ 0.282424] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.283625] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.284837] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286272] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.287711] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.293922] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297646] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.303906] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305330] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350990] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352469] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353884] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355308] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356697] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357950] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359128] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360338] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361867] vgaarb: loaded [ 0.362459] vgaarb: bridge control possible 0000:00:02.0 [ 0.363592] SCSI subsystem initialized [ 0.364412] ACPI: bus type USB registered [ 0.365226] usbcore: registered new interface driver usbfs [ 0.366251] usbcore: registered new interface driver hub [ 0.367274] usbcore: registered new device driver usb [ 0.368331] PCI: Using ACPI for IRQ routing [ 0.369350] NetLabel: Initializing [ 0.370070] NetLabel: domain hash size = 128 [ 0.370920] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371869] NetLabel: unlabeled traffic allowed by default [ 0.372970] clocksource: Switched to clocksource kvm-clock [ 0.378293] AppArmor: AppArmor Filesystem Enabled [ 0.379264] pnp: PnP ACPI init [ 0.380176] pnp: PnP ACPI: found 5 devices [ 0.386204] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387919] NET: Registered protocol family 2 [ 0.388876] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.390158] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.391326] TCP: Hash tables configured (established 2048 bind 2048) [ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394736] NET: Registered protocol family 1 [ 0.395595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396690] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.412145] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.426391] Trying to unpack rootfs image as initramfs... [ 0.475480] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.489644] Scanning for low memory corruption every 60 seconds [ 0.490966] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492104] audit: initializing netlink subsys (disabled) [ 0.493125] audit: type=2000 audit(1541751259.501:1): initialized [ 0.494421] Initialise system trusted keyring [ 0.495343] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.496501] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498476] zbud: loaded [ 0.499177] VFS: Disk quotas dquot_6.6.0 [ 0.499992] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.501496] fuse init (API version 7.23) [ 0.502374] Key type big_key registered [ 0.503171] Allocating IMA MOK and blacklist keyrings. [ 0.504278] Key type asymmetric registered [ 0.505112] Asymmetric key parser 'x509' registered [ 0.506071] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507524] io scheduler noop registered [ 0.508315] io scheduler deadline registered (default) [ 0.509307] io scheduler cfq registered [ 0.510141] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511177] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512426] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513891] ACPI: Power Button [PWRF] [ 0.514730] GHES: HEST is not enabled! [ 0.528438] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557883] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.560300] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583981] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586122] Linux agpgart interface v0.103 [ 0.588543] brd: module loaded [ 0.589738] loop: module loaded [ 0.594222] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595664] GPT:90111 != 20971519 [ 0.596348] GPT:Alternate GPT header not at the end of the disk. [ 0.597443] GPT:90111 != 20971519 [ 0.598129] GPT: Use GNU Parted to correct GPT errors. [ 0.599090] vda: vda1 vda15 [ 0.600484] scsi host0: ata_piix [ 0.601236] scsi host1: ata_piix [ 0.601941] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604937] libphy: Fixed MDIO Bus: probed [ 0.605759] tun: Universal TUN/TAP device driver, 1.6 [ 0.606704] tun: (C) 1999-2004 Max Krasnyansky [ 0.608793] PPP generic driver version 2.4.2 [ 0.609691] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610923] ehci-pci: EHCI PCI platform driver [ 0.611788] ehci-platform: EHCI generic platform driver [ 0.612770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613898] ohci-pci: OHCI PCI platform driver [ 0.614770] ohci-platform: OHCI generic platform driver [ 0.615751] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630053] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632501] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635856] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637276] usb usb1: Product: UHCI Host Controller [ 0.638209] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639350] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640352] hub 1-0:1.0: USB hub found [ 0.641140] hub 1-0:1.0: 2 ports detected [ 0.642045] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644133] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.645087] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.646114] mousedev: PS/2 mouse device common for all mice [ 0.647354] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.649470] rtc_cmos 00:00: RTC can wake from S4 [ 0.650688] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.652052] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.653435] i2c /dev entries driver [ 0.654291] device-mapper: uevent: version 1.0.3 [ 0.655429] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.657385] ledtrig-cpu: registered to indicate activity on CPUs [ 0.658940] NET: Registered protocol family 10 [ 0.660059] NET: Registered protocol family 17 [ 0.661056] Key type dns_resolver registered [ 0.662127] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.663387] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.665357] registered taskstats version 1 [ 0.666285] Loading compiled-in X.509 certificates [ 0.667929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.669978] zswap: loaded using pool lzo/zbud [ 0.671353] Key type trusted registered [ 0.672904] Key type encrypted registered [ 0.673735] AppArmor: AppArmor sha1 policy hashing enabled [ 0.674759] ima: No TPM chip found, activating TPM-bypass! [ 0.675792] evm: HMAC attrs: 0x1 [ 0.676733] Magic number: 10:720:219 [ 0.677598] rtc_cmos 00:00: setting system clock to 2018-11-09 08:14:19 UTC (1541751259) [ 0.679189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.680299] EDD information not available. [ 0.761909] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.763439] Write protecting the kernel read-only data: 14336k [ 0.775169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776962] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.08 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.272140] 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.8... Lease of 10.55.0.8 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.21. iid=i-0000008f failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-11-09 08:14:22,423 - create_instance - INFO - Deleting Port with ID - 583e070a-760f-4fdd-a52a-a8260e5493b0 2018-11-09 08:14:22,424 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4port-1 2018-11-09 08:14:22,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/583e070a-760f-4fdd-a52a-a8260e5493b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:23,153 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-585e7286-e49f-4574-9c4e-09ffa0551824 Date: Fri, 09 Nov 2018 08:14:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:14:23,154 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/583e070a-760f-4fdd-a52a-a8260e5493b0 used request id req-585e7286-e49f-4574-9c4e-09ffa0551824 2018-11-09 08:14:23,154 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst 2018-11-09 08:14:23,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:23,296 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08: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-c7c1b978-b1d0-43a8-8549-d1c79c9fd104 x-compute-request-id: req-c7c1b978-b1d0-43a8-8549-d1c79c9fd104 Content-Type: application/json 2018-11-09 08:14:23,296 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f used request id req-c7c1b978-b1d0-43a8-8549-d1c79c9fd104 2018-11-09 08:14:23,296 - create_instance - INFO - Checking deletion status 2018-11-09 08:14:23,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:23,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5eec0789-9f8d-4d96-9d19-c601af21d9c5 x-compute-request-id: req-5eec0789-9f8d-4d96-9d19-c601af21d9c5 Content-Encoding: gzip Content-Length: 726 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:78:d0", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "bookmark"}], "image": {"id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "links": [{"href": "http://172.30.9.27:8774/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:14:18.000000", "flavor": {"id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "links": [{"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}]}, "id": "8b8c8637-595a-43c9-a555-c19d8537c01f", "user_id": "66542d1e25e6401ba009353880d35e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:14:23Z", "hostId": "6d56d6ff7d8b176e60e952fc1eb2ff4c0c64fc6ffbdc78217c274671", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst", "created": "2018-11-09T08:14:11Z", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:14:23,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f used request id req-5eec0789-9f8d-4d96-9d19-c601af21d9c5 2018-11-09 08:14:23,534 - create_instance - DEBUG - Instance status [SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst] is - ACTIVE 2018-11-09 08:14:23,534 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:14:26,537 - create_instance - DEBUG - VM status query timeout in 296.759181976 2018-11-09 08:14:26,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:26,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ed94812-f47e-4888-ae3f-327b2a9c5d56 x-compute-request-id: req-3ed94812-f47e-4888-ae3f-327b2a9c5d56 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8b8c8637-595a-43c9-a555-c19d8537c01f", "rel": "bookmark"}], "image": {"id": "8c64e44d-e172-4b29-a50c-9c99649d515b", "links": [{"href": "http://172.30.9.27:8774/images/8c64e44d-e172-4b29-a50c-9c99649d515b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:14:18.000000", "flavor": {"id": "ad2dd19f-478c-40fe-9f0e-2b6912616b23", "links": [{"href": "http://172.30.9.27:8774/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23", "rel": "bookmark"}]}, "id": "8b8c8637-595a-43c9-a555-c19d8537c01f", "user_id": "66542d1e25e6401ba009353880d35e67", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:14:23Z", "hostId": "6d56d6ff7d8b176e60e952fc1eb2ff4c0c64fc6ffbdc78217c274671", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst", "created": "2018-11-09T08:14:11Z", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:14:26,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f used request id req-3ed94812-f47e-4888-ae3f-327b2a9c5d56 2018-11-09 08:14:26,811 - create_instance - DEBUG - Instance status [SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst] is - ACTIVE 2018-11-09 08:14:26,811 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:14:29,815 - create_instance - DEBUG - VM status query timeout in 293.481947899 2018-11-09 08:14:29,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b407015210a751b49693d02583f6e390e5ba8d4" 2018-11-09 08:14:29,868 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:14:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7d2a60c-7d9a-4c14-bc49-e15a69fd6816 x-compute-request-id: req-e7d2a60c-7d9a-4c14-bc49-e15a69fd6816 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8b8c8637-595a-43c9-a555-c19d8537c01f could not be found.", "code": 404}} 2018-11-09 08:14:29,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8b8c8637-595a-43c9-a555-c19d8537c01f used request id req-e7d2a60c-7d9a-4c14-bc49-e15a69fd6816 2018-11-09 08:14:29,869 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8b8c8637-595a-43c9-a555-c19d8537c01f could not be found. (HTTP 404) (Request-ID: req-e7d2a60c-7d9a-4c14-bc49-e15a69fd6816) 2018-11-09 08:14:29,869 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-inst 2018-11-09 08:14:29,870 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet 2018-11-09 08:14:29,870 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-subnet 2018-11-09 08:14:29,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/deaf6afb-b59c-4240-950b-5aa0338d9774 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27e94331f03827f65b5f20872b0d18a50b1bc04" 2018-11-09 08:14:32,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-28ab7b77-e496-4a18-bbff-60163668612f Date: Fri, 09 Nov 2018 08:14:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:14:32,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/deaf6afb-b59c-4240-950b-5aa0338d9774 used request id req-28ab7b77-e496-4a18-bbff-60163668612f 2018-11-09 08:14:32,122 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-priv-net 2018-11-09 08:14:32,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/51cb29a0-0ef4-4938-a6f6-20b24bf13a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b27e94331f03827f65b5f20872b0d18a50b1bc04" 2018-11-09 08:14:33,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-646dc0c5-911c-471d-964e-2ab2ee9e7ed2 Date: Fri, 09 Nov 2018 08:14:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:14:33,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/51cb29a0-0ef4-4938-a6f6-20b24bf13a1d used request id req-646dc0c5-911c-471d-964e-2ab2ee9e7ed2 2018-11-09 08:14:33,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3690ac29983d0b3ba51f7256114380a5deb7ec85" 2018-11-09 08:14:33,434 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:14:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cee62ad3-81a8-45e1-a204-f2aa7efab50d x-compute-request-id: req-cee62ad3-81a8-45e1-a204-f2aa7efab50d Content-Length: 0 Content-Type: application/json 2018-11-09 08:14:33,435 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ad2dd19f-478c-40fe-9f0e-2b6912616b23 used request id req-cee62ad3-81a8-45e1-a204-f2aa7efab50d 2018-11-09 08:14:33,435 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-342e9af6-bd37-4196-a3e4-582230eb41e4-image 2018-11-09 08:14:33,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3f535238b2f7318d9d34506bf0d368ad7a53064" 2018-11-09 08:14:34,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb06d0ae-3674-4b87-859f-e43e076a19d1 Date: Fri, 09 Nov 2018 08:14:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:14:34,427 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/8c64e44d-e172-4b29-a50c-9c99649d515b used request id req-cb06d0ae-3674-4b87-859f-e43e076a19d1 2018-11-09 08:14:34,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:14:34,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c233bc10-74a4-4ed1-bcfc-893dcef86f79 Date: Fri, 09 Nov 2018 08:14:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "created_at": "2018-11-09T08:14:00Z", "updated_at": "2018-11-09T08:14:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:14:00Z", "revision_number": 0, "id": "757d1da0-1f96-4f38-8318-5076b31db23d", "remote_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "remote_ip_prefix": null, "created_at": "2018-11-09T08:14:00Z", "security_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "port_range_min": null, "ethertype": "IPv6", "project_id": "6223488e2fc144a2a39e9ea2a1246955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:14:00Z", "revision_number": 0, "id": "92121264-ef2d-43de-85c4-bc3adf05dce8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:14:00Z", "security_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "port_range_min": null, "ethertype": "IPv6", "project_id": "6223488e2fc144a2a39e9ea2a1246955"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:14:00Z", "revision_number": 0, "id": "9f6a30b7-7947-4c67-87ef-f80e0c9a2ad9", "remote_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "remote_ip_prefix": null, "created_at": "2018-11-09T08:14:00Z", "security_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "port_range_min": null, "ethertype": "IPv4", "project_id": "6223488e2fc144a2a39e9ea2a1246955"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:14:00Z", "revision_number": 0, "id": "b38abf55-a112-4dab-9176-7b05e3f20817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:14:00Z", "security_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "port_range_min": null, "ethertype": "IPv4", "project_id": "6223488e2fc144a2a39e9ea2a1246955"}], "revision_number": 4, "project_id": "6223488e2fc144a2a39e9ea2a1246955", "id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:14:34,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-c233bc10-74a4-4ed1-bcfc-893dcef86f79 2018-11-09 08:14:34,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:14:34,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7306a45-ddfc-42a8-be9e-773b4f51f186 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955"}, "enabled": true, "id": "6223488e2fc144a2a39e9ea2a1246955", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-05adbc43-789a-494-proj"}} 2018-11-09 08:14:34,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 used request id req-a7306a45-ddfc-42a8-be9e-773b4f51f186 2018-11-09 08:14:34,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2577a9c6-23f8-4718-84e6-d3f50863a465 2018-11-09 08:14:34,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2577a9c6-23f8-4718-84e6-d3f50863a465 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:14:34,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ae8d1615-5c15-4899-ac71-b5a6645da741 Date: Fri, 09 Nov 2018 08:14:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:14:00Z", "security_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "port_range_min": null, "revision_number": 0, "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "created_at": "2018-11-09T08:14:00Z", "project_id": "6223488e2fc144a2a39e9ea2a1246955", "id": "757d1da0-1f96-4f38-8318-5076b31db23d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:14:00Z", "security_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "port_range_min": null, "revision_number": 0, "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "created_at": "2018-11-09T08:14:00Z", "project_id": "6223488e2fc144a2a39e9ea2a1246955", "id": "92121264-ef2d-43de-85c4-bc3adf05dce8"}, {"remote_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:14:00Z", "security_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "port_range_min": null, "revision_number": 0, "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "created_at": "2018-11-09T08:14:00Z", "project_id": "6223488e2fc144a2a39e9ea2a1246955", "id": "9f6a30b7-7947-4c67-87ef-f80e0c9a2ad9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:14:00Z", "security_group_id": "2577a9c6-23f8-4718-84e6-d3f50863a465", "port_range_min": null, "revision_number": 0, "tenant_id": "6223488e2fc144a2a39e9ea2a1246955", "created_at": "2018-11-09T08:14:00Z", "project_id": "6223488e2fc144a2a39e9ea2a1246955", "id": "b38abf55-a112-4dab-9176-7b05e3f20817"}]} 2018-11-09 08:14:34,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2577a9c6-23f8-4718-84e6-d3f50863a465 used request id req-ae8d1615-5c15-4899-ac71-b5a6645da741 2018-11-09 08:14:34,937 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:14:34,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/2577a9c6-23f8-4718-84e6-d3f50863a465 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:14:35,247 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5c2ae6eb-6617-4801-9162-f8f0e2dfe0c2 Content-Length: 0 Date: Fri, 09 Nov 2018 08:14:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:14:35,247 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/2577a9c6-23f8-4718-84e6-d3f50863a465 used request id req-5c2ae6eb-6617-4801-9162-f8f0e2dfe0c2 2018-11-09 08:14:35,248 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-05adbc43-789a-494-proj 2018-11-09 08:14:35,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:14:35,453 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:14:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d2b7765-ad23-477d-bb66-6a564f81c8af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:14:35,453 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6223488e2fc144a2a39e9ea2a1246955 used request id req-3d2b7765-ad23-477d-bb66-6a564f81c8af 2018-11-09 08:14:35,453 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-05adbc43-789a-494-proj-role 2018-11-09 08:14:35,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/49161cc367d042659a9de4f312112290 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:14:35,570 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:14:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b43a926-3975-460d-8414-662a2591df97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:14:35,570 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/49161cc367d042659a9de4f312112290 used request id req-4b43a926-3975-460d-8414-662a2591df97 2018-11-09 08:14:35,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17931d722bb5cef14065aa7fed804ac41a43fe77" 2018-11-09 08:14:35,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb4dd47c-1226-4a07-ac13-6656d9756504 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:14:35,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fb4dd47c-1226-4a07-ac13-6656d9756504 2018-11-09 08:14:35,671 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-05adbc43-789a-494-user 2018-11-09 08:14:35,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/66542d1e25e6401ba009353880d35e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0059e245e701794beafe1e08b0bffa3b1534c824" 2018-11-09 08:14:35,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:14:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65823545-b977-46d4-ae2b-81c52ba60c4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:14:35,846 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/66542d1e25e6401ba009353880d35e67 used request id req-65823545-b977-46d4-ae2b-81c52ba60c4d 2018-11-09 08:14:35,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:36,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:14:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["mmLa0CW7QVOWcceQe6c_mg"], "issued_at": "2018-11-09T08:14:36.000000Z"}} 2018-11-09 08:14:36,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f76e1608427e93e7aff21b56bf51915031f17a" 2018-11-09 08:14:36,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93855557-1840-4a64-9332-2e221a8e978b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:36,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-93855557-1840-4a64-9332-2e221a8e978b 2018-11-09 08:14:36,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:36,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:36,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:14:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["SmETITbEQVeXyfp1IQ3JGg"], "issued_at": "2018-11-09T08:14:36.000000Z"}} 2018-11-09 08:14:36,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:14:36,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-693cb8d9-2dee-4b2a-aacb-e4f49c8e844b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:36,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-693cb8d9-2dee-4b2a-aacb-e4f49c8e844b 2018-11-09 08:14:36,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:14:36,816 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:14: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:14:36,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:14:36,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bd1d7a0-a2cf-4b98-96b6-5132a7590591 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:14:36,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj used request id req-9bd1d7a0-a2cf-4b98-96b6-5132a7590591 2018-11-09 08:14:36,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:14:36,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a5db9a-7728-466a-a369-10bc196d0518 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:14:36,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-c8a5db9a-7728-466a-a369-10bc196d0518 2018-11-09 08:14:37,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}}' 2018-11-09 08:14:37,145 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:14:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b3e0284-112e-4b1d-8474-355cd2b7b13d Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:14:37,146 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-4b3e0284-112e-4b1d-8474-355cd2b7b13d 2018-11-09 08:14:37,146 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj 2018-11-09 08:14:37,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:37,147 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:37,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:14:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["NoFe6jj-TVeRWIblKreBOA"], "issued_at": "2018-11-09T08:14:37.000000Z"}} 2018-11-09 08:14:37,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8c849025b2791679dbe92fcb2b32069a0ae4ef" 2018-11-09 08:14:37,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc3ee6c9-b0b0-4ec6-ac5a-f6ac806b4706 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:37,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fc3ee6c9-b0b0-4ec6-ac5a-f6ac806b4706 2018-11-09 08:14:37,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:14:37,617 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:14:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:14:37,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8c849025b2791679dbe92fcb2b32069a0ae4ef" 2018-11-09 08:14:37,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0410cce-af05-4732-ae0c-84d86c0309f4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:14:37,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f0410cce-af05-4732-ae0c-84d86c0309f4 2018-11-09 08:14:37,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8c849025b2791679dbe92fcb2b32069a0ae4ef" 2018-11-09 08:14:37,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d7a3e6-c16c-4615-a65d-3a6808a97ae6 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}]} 2018-11-09 08:14:37,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj used request id req-d9d7a3e6-c16c-4615-a65d-3a6808a97ae6 2018-11-09 08:14:37,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8c849025b2791679dbe92fcb2b32069a0ae4ef" 2018-11-09 08:14:37,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4530390d-b073-44c0-9ec7-2cb4c64dd7a9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:14:37,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-4530390d-b073-44c0-9ec7-2cb4c64dd7a9 2018-11-09 08:14:38,205 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-e1f99365-4c6b-442-user 2018-11-09 08:14:38,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:38,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:14:38,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6916740d-ba29-412c-bbb8-74b14515c0c2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:14:38,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6916740d-ba29-412c-bbb8-74b14515c0c2 2018-11-09 08:14:38,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" -d '{"role": {"name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}}' 2018-11-09 08:14:38,439 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:14:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a84f4505-b566-45b9-afb6-f4fb686dcd93 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8e6af011d6d74f0ca2f0587778fbd3ef", "links": {"self": "http://172.30.9.27:5000/v3/roles/8e6af011d6d74f0ca2f0587778fbd3ef"}, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}} 2018-11-09 08:14:38,439 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-a84f4505-b566-45b9-afb6-f4fb686dcd93 2018-11-09 08:14:38,439 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role 2018-11-09 08:14:38,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/8e6af011d6d74f0ca2f0587778fbd3ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:14:38,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e5a0141-e2b3-42c2-bda2-417124a75082 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/8e6af011d6d74f0ca2f0587778fbd3ef"}, "domain_id": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role", "id": "8e6af011d6d74f0ca2f0587778fbd3ef"}} 2018-11-09 08:14:38,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/8e6af011d6d74f0ca2f0587778fbd3ef used request id req-8e5a0141-e2b3-42c2-bda2-417124a75082 2018-11-09 08:14:38,526 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role to project CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj 2018-11-09 08:14:38,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3/users/b58edeae41ab457a859321913d878b65/roles/8e6af011d6d74f0ca2f0587778fbd3ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:14:38,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:14:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-995557bb-53c2-499c-8039-7ee87e1c5848 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:14:38,651 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3/users/b58edeae41ab457a859321913d878b65/roles/8e6af011d6d74f0ca2f0587778fbd3ef used request id req-995557bb-53c2-499c-8039-7ee87e1c5848 2018-11-09 08:14:38,651 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:14:38,653 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:14:38,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:38,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:39,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:14:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["R9Q_ExnTSwuEHXfWdIbxhA"], "issued_at": "2018-11-09T08:14:39.000000Z"}} 2018-11-09 08:14:39,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d2beb642e1052d6406f402833266987d9c1eb8e" 2018-11-09 08:14:39,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9283fd3d-5367-470e-9cfa-1db267452b86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:39,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9283fd3d-5367-470e-9cfa-1db267452b86 2018-11-09 08:14:39,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d2beb642e1052d6406f402833266987d9c1eb8e" 2018-11-09 08:14:39,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-09bf67bf-18f7-4cbb-8f25-8d66f7c05a48 Date: Fri, 09 Nov 2018 08:14:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b"} 2018-11-09 08:14:39,277 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b used request id req-09bf67bf-18f7-4cbb-8f25-8d66f7c05a48 2018-11-09 08:14:39,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d2beb642e1052d6406f402833266987d9c1eb8e" 2018-11-09 08:14:39,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b530871e-b4cc-4a63-837d-5a641147bda5 Date: Fri, 09 Nov 2018 08: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"}}} 2018-11-09 08:14:39,429 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-b530871e-b4cc-4a63-837d-5a641147bda5 2018-11-09 08:14:39,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d2beb642e1052d6406f402833266987d9c1eb8e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b"}' 2018-11-09 08:14:39,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5 X-Openstack-Request-Id: req-aa2c0d86-cd86-4f87-8ef1-fd85ed86f011 Date: Fri, 09 Nov 2018 08:14:39 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:14:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:14:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "min_disk": 0, "protected": false, "id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "file": "/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/file", "checksum": null, "owner": "198427b4179141398172db781000f4d3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:14:39,644 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-aa2c0d86-cd86-4f87-8ef1-fd85ed86f011 2018-11-09 08:14:39,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d2beb642e1052d6406f402833266987d9c1eb8e" -d '' 2018-11-09 08:14:41,587 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a846cd9-e2ed-4c73-840f-5ec38548efa1 Date: Fri, 09 Nov 2018 08:14:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:14:41,587 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/file used request id req-1a846cd9-e2ed-4c73-840f-5ec38548efa1 2018-11-09 08:14:41,588 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:14:41,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d2beb642e1052d6406f402833266987d9c1eb8e" 2018-11-09 08:14:41,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-bd5c1874-3904-432d-af43-1213ee78903e Date: Fri, 09 Nov 2018 08:14:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:14:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:14:41Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/snap", "metadata": {}}], "self": "/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "min_disk": 0, "protected": false, "id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "file": "/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "198427b4179141398172db781000f4d3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:14:41,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5 used request id req-bd5c1874-3904-432d-af43-1213ee78903e 2018-11-09 08:14:41,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d2beb642e1052d6406f402833266987d9c1eb8e" 2018-11-09 08:14:41,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f556a6c0-5e12-4def-83b0-a0ef3355bb4a Date: Fri, 09 Nov 2018 08:14:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:14:41,905 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-f556a6c0-5e12-4def-83b0-a0ef3355bb4a 2018-11-09 08:14:41,908 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b 2018-11-09 08:14:41,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d2beb642e1052d6406f402833266987d9c1eb8e" 2018-11-09 08:14:41,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-284928ed-e32c-4cbf-aa0c-c73a9788bd74 Date: Fri, 09 Nov 2018 08:14:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:14:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:14:41Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/snap", "metadata": {}}], "self": "/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "min_disk": 0, "protected": false, "id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "file": "/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "198427b4179141398172db781000f4d3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:14:41,927 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5 used request id req-284928ed-e32c-4cbf-aa0c-c73a9788bd74 2018-11-09 08:14:41,928 - create_image - DEBUG - Instance status is - active 2018-11-09 08:14:41,928 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b 2018-11-09 08:14:41,928 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b 2018-11-09 08:14:41,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:41,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:42,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:14:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["MhpaKzmfSvuxkmV1ij7o4g"], "issued_at": "2018-11-09T08:14:42.000000Z"}} 2018-11-09 08:14:42,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db81e15450fb27c3e9c1fff4496903b06d35b4ce" 2018-11-09 08:14:42,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3814f26-b1b2-4746-b276-2859e7ab3179 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:42,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e3814f26-b1b2-4746-b276-2859e7ab3179 2018-11-09 08:14:42,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db81e15450fb27c3e9c1fff4496903b06d35b4ce" 2018-11-09 08:14:42,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-13308f36-af86-4ec1-b3bd-6db2aa9b085a Date: Fri, 09 Nov 2018 08:14:42 GMT RESP BODY: {"networks":[]} 2018-11-09 08:14:42,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 used request id req-13308f36-af86-4ec1-b3bd-6db2aa9b085a 2018-11-09 08:14:42,563 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 2018-11-09 08:14:42,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db81e15450fb27c3e9c1fff4496903b06d35b4ce" -d '{"network": {"name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1", "admin_state_up": true}}' 2018-11-09 08:14:43,102 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-d161d1d6-378d-494a-a716-908e0b57d57b Date: Fri, 09 Nov 2018 08:14:42 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:14:42Z","is_default":false,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","mtu":1450}} 2018-11-09 08:14:43,102 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-d161d1d6-378d-494a-a716-908e0b57d57b 2018-11-09 08:14:43,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db81e15450fb27c3e9c1fff4496903b06d35b4ce" 2018-11-09 08:14:43,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-19a8adaa-85ae-4d22-ab16-2fcf7a7a2b8a Date: Fri, 09 Nov 2018 08:14:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:14:42Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:14:43,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-19a8adaa-85ae-4d22-ab16-2fcf7a7a2b8a 2018-11-09 08:14:43,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db81e15450fb27c3e9c1fff4496903b06d35b4ce" 2018-11-09 08:14:43,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6e346114-add4-4d86-9151-6d26b9e57860 Date: Fri, 09 Nov 2018 08:14:43 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:14:43,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-6e346114-add4-4d86-9151-6d26b9e57860 2018-11-09 08:14:43,692 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1 2018-11-09 08:14:43,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db81e15450fb27c3e9c1fff4496903b06d35b4ce" -d '{"subnets": [{"ip_version": 4, "network_id": "84e58671-9458-4b51-92ca-d5f71bd66ec6", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]}' 2018-11-09 08:14:44,552 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1f2907f5-def4-4347-83b8-f76c40d524bd Date: Fri, 09 Nov 2018 08:14:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:14:44,552 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-1f2907f5-def4-4347-83b8-f76c40d524bd 2018-11-09 08:14:44,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db81e15450fb27c3e9c1fff4496903b06d35b4ce" 2018-11-09 08:14:44,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-c255cb03-f3f2-4bd1-ab72-75e83e6ab5bc Date: Fri, 09 Nov 2018 08:14: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":["87373c86-e095-4f73-a31d-8f7e1538a1b4"],"updated_at":"2018-11-09T08:14:44Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:14:44,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-c255cb03-f3f2-4bd1-ab72-75e83e6ab5bc 2018-11-09 08:14:44,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db81e15450fb27c3e9c1fff4496903b06d35b4ce" 2018-11-09 08:14:45,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5c8d1a0f-6e0d-4904-a41a-f750871f88b5 Date: Fri, 09 Nov 2018 08:14:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:14:45,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-5c8d1a0f-6e0d-4904-a41a-f750871f88b5 2018-11-09 08:14:45,023 - OpenStackNetwork - DEBUG - Network [84e58671-9458-4b51-92ca-d5f71bd66ec6] created successfully 2018-11-09 08:14:45,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:45,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:45,394 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:14:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["OP8haFK7QuCmRbJ2z08-qg"], "issued_at": "2018-11-09T08:14:45.000000Z"}} 2018-11-09 08:14:45,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1616780f62a5cbf1069fc596ce794da60beed5d" 2018-11-09 08:14:45,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea39bba2-2719-427b-a9ec-c9cc1f3b0e57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:45,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ea39bba2-2719-427b-a9ec-c9cc1f3b0e57 2018-11-09 08:14:45,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1616780f62a5cbf1069fc596ce794da60beed5d" 2018-11-09 08:14:45,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-139aa7e7-78e8-4aa4-8b07-6ea4a71e8bac Date: Fri, 09 Nov 2018 08:14:45 GMT RESP BODY: {"networks":[]} 2018-11-09 08:14:45,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 used request id req-139aa7e7-78e8-4aa4-8b07-6ea4a71e8bac 2018-11-09 08:14:45,663 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 2018-11-09 08:14:45,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1616780f62a5cbf1069fc596ce794da60beed5d" -d '{"network": {"name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2", "admin_state_up": true}}' 2018-11-09 08:14:46,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-4b6a7cf7-4641-44b1-9f8e-e2dcbb2cb96a Date: Fri, 09 Nov 2018 08:14:46 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8214406a-50cc-416c-b80f-02c09d46f0e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:14:45Z","is_default":false,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","mtu":1450}} 2018-11-09 08:14:46,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-4b6a7cf7-4641-44b1-9f8e-e2dcbb2cb96a 2018-11-09 08:14:46,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1616780f62a5cbf1069fc596ce794da60beed5d" 2018-11-09 08:14:46,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-717faad2-5d55-4c73-836c-fedcc599036a Date: Fri, 09 Nov 2018 08:14:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:14:45Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:14:46,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-717faad2-5d55-4c73-836c-fedcc599036a 2018-11-09 08:14:46,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1616780f62a5cbf1069fc596ce794da60beed5d" 2018-11-09 08:14:46,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2fce20ca-8d28-4a5c-a1e4-bcfdf92bd611 Date: Fri, 09 Nov 2018 08:14:46 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:14:46,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-2fce20ca-8d28-4a5c-a1e4-bcfdf92bd611 2018-11-09 08:14:46,373 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2 2018-11-09 08:14:46,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1616780f62a5cbf1069fc596ce794da60beed5d" -d '{"subnets": [{"ip_version": 4, "network_id": "8214406a-50cc-416c-b80f-02c09d46f0e4", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]}' 2018-11-09 08:14:47,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d5b95350-bdf5-478d-97cd-365678f60877 Date: Fri, 09 Nov 2018 08:14:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:14:47,168 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-d5b95350-bdf5-478d-97cd-365678f60877 2018-11-09 08:14:47,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1616780f62a5cbf1069fc596ce794da60beed5d" 2018-11-09 08:14:47,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-7eb40b4c-4b7f-44d6-a57b-9d044dfce9fb Date: Fri, 09 Nov 2018 08:14: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":["a77d31c7-73e9-43c6-8019-a8877f52914a"],"updated_at":"2018-11-09T08:14:46Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:14:47,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-7eb40b4c-4b7f-44d6-a57b-9d044dfce9fb 2018-11-09 08:14:47,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1616780f62a5cbf1069fc596ce794da60beed5d" 2018-11-09 08:14:47,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c25c9677-6d44-4131-9f2c-b5ea297e879d Date: Fri, 09 Nov 2018 08:14:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:14:47,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-c25c9677-6d44-4131-9f2c-b5ea297e879d 2018-11-09 08:14:47,481 - OpenStackNetwork - DEBUG - Network [8214406a-50cc-416c-b80f-02c09d46f0e4] created successfully 2018-11-09 08:14:47,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:47,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:47,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:14:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["_hj8XhjKRr-hLcbW_JSagw"], "issued_at": "2018-11-09T08:14:47.000000Z"}} 2018-11-09 08:14:47,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:47,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbb10af2-52f3-4358-9b66-8a2c79cee895 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:47,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bbb10af2-52f3-4358-9b66-8a2c79cee895 2018-11-09 08:14:47,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:48,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-40b43b60-5647-4bcc-a875-05d5121aef47 Date: Fri, 09 Nov 2018 08:14:48 GMT RESP BODY: {"routers": []} 2018-11-09 08:14:48,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router&admin_state_up=True used request id req-40b43b60-5647-4bcc-a875-05d5121aef47 2018-11-09 08:14:48,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:48,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:48,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:14:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["9h0w3RqiQFyBEr36JbOvZA"], "issued_at": "2018-11-09T08:14:48.000000Z"}} 2018-11-09 08:14:48,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d2efb7a936c2e4eb7b79c039546607dc20dc8a" 2018-11-09 08:14:48,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46c7094d-49da-4255-8a04-2de285f5a5c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:48,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-46c7094d-49da-4255-8a04-2de285f5a5c2 2018-11-09 08:14:48,613 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:14:48,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" -d '{"router": {"name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router", "admin_state_up": true}}' 2018-11-09 08:14:52,338 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-8e85fad4-8a8a-4de5-9590-06b49141eb7c Date: Fri, 09 Nov 2018 08:14:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:14:49Z", "admin_state_up": true, "updated_at": "2018-11-09T08:14:49Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "198427b4179141398172db781000f4d3", "id": "d1d146ed-de08-48d5-bffb-1badaf4edf3c", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router"}} 2018-11-09 08:14:52,338 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-8e85fad4-8a8a-4de5-9590-06b49141eb7c 2018-11-09 08:14:52,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=d1d146ed-de08-48d5-bffb-1badaf4edf3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:52,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c4308933-9e7a-45f1-8ce6-007d97dd366b Date: Fri, 09 Nov 2018 08:14:52 GMT RESP BODY: {"ports":[]} 2018-11-09 08:14:52,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=d1d146ed-de08-48d5-bffb-1badaf4edf3c used request id req-c4308933-9e7a-45f1-8ce6-007d97dd366b 2018-11-09 08:14:52,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:52,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-a180ba46-bf63-4b80-b3ca-7bde9c66da0e Date: Fri, 09 Nov 2018 08:14: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":["87373c86-e095-4f73-a31d-8f7e1538a1b4"],"updated_at":"2018-11-09T08:14:44Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:14:52,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 used request id req-a180ba46-bf63-4b80-b3ca-7bde9c66da0e 2018-11-09 08:14:52,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:14:52,787 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:14:52,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:52,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebbf7907-e3c9-490b-9b94-04351e8482ab Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:14:52,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-ebbf7907-e3c9-490b-9b94-04351e8482ab 2018-11-09 08:14:52,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:53,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3a309341-4fac-4bc2-83f4-a87c2ec0edf2 Date: Fri, 09 Nov 2018 08:14:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:14:53,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-3a309341-4fac-4bc2-83f4-a87c2ec0edf2 2018-11-09 08:14:53,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:53,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3c542aec-c6a5-4b7d-b384-eead079296a7 Date: Fri, 09 Nov 2018 08:14:53 GMT RESP BODY: {"ports":[]} 2018-11-09 08:14:53,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port1&admin_state_up=True used request id req-3c542aec-c6a5-4b7d-b384-eead079296a7 2018-11-09 08:14:53,197 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port1 for router - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:14:53,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:53,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:53,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:14:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["VDOI8K9tSNeuY3Mqt6pUbg"], "issued_at": "2018-11-09T08:14:53.000000Z"}} 2018-11-09 08:14:53,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd11a7099667d5c4a3592f3c9875825b211fece" 2018-11-09 08:14:53,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab3848b-dab8-4dbd-bd17-e3da77ba2e7c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:53,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1ab3848b-dab8-4dbd-bd17-e3da77ba2e7c 2018-11-09 08:14:53,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:54,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-7c72d90a-f763-4a6a-b782-ad025b3a21f5 Date: Fri, 09 Nov 2018 08:14: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":["87373c86-e095-4f73-a31d-8f7e1538a1b4"],"updated_at":"2018-11-09T08:14:44Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:14:54,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 used request id req-7c72d90a-f763-4a6a-b782-ad025b3a21f5 2018-11-09 08:14:54,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:54,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-842d9c3b-6e5d-4f91-8acf-a397de5b4666 Date: Fri, 09 Nov 2018 08:14:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:14:54,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-842d9c3b-6e5d-4f91-8acf-a397de5b4666 2018-11-09 08:14:54,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:54,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-a74111a5-5e30-44c4-aae1-2c3472de379e Date: Fri, 09 Nov 2018 08:14: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":["87373c86-e095-4f73-a31d-8f7e1538a1b4"],"updated_at":"2018-11-09T08:14:44Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:14:54,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 used request id req-a74111a5-5e30-44c4-aae1-2c3472de379e 2018-11-09 08:14:54,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:14:54,504 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:14: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:14:54,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd11a7099667d5c4a3592f3c9875825b211fece" 2018-11-09 08:14:54,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a8fea12-8f93-4a44-8e80-888aed399ce7 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:14:54,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-5a8fea12-8f93-4a44-8e80-888aed399ce7 2018-11-09 08:14:54,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:54,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c16302e9-7986-48e9-bc22-4313c1474564 Date: Fri, 09 Nov 2018 08:14:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:14:54,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-c16302e9-7986-48e9-bc22-4313c1474564 2018-11-09 08:14:54,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:55,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fc271b1a-e14c-43c3-ba45-f2d04f33abb4 Date: Fri, 09 Nov 2018 08:14:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:14:55,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1 used request id req-fc271b1a-e14c-43c3-ba45-f2d04f33abb4 2018-11-09 08:14:55,021 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 2018-11-09 08:14:55,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" -d '{"port": {"network_id": "84e58671-9458-4b51-92ca-d5f71bd66ec6", "fixed_ips": [{"subnet_id": "87373c86-e095-4f73-a31d-8f7e1538a1b4", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port1", "admin_state_up": true}}' 2018-11-09 08:14:56,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-b3aee4ec-bb7d-4394-8095-7c93ff7c712d Date: Fri, 09 Nov 2018 08:14:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","ip_address":"10.200.201.1"}],"id":"fcc9a270-03f5-4059-ba81-605a30d3031a","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:95:eb:5a","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port1","project_id":"198427b4179141398172db781000f4d3","qos_policy_id":null,"admin_state_up":true,"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:55Z","binding:vnic_type":"normal"}} 2018-11-09 08:14:56,162 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-b3aee4ec-bb7d-4394-8095-7c93ff7c712d 2018-11-09 08:14:56,162 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port1 for router - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:14:56,162 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:14:56,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" -d '{"port_id": "fcc9a270-03f5-4059-ba81-605a30d3031a"}' 2018-11-09 08:14:57,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6fd40358-88de-44b9-9565-f2f1f0769e5a Date: Fri, 09 Nov 2018 08:14:57 GMT RESP BODY: {"network_id": "84e58671-9458-4b51-92ca-d5f71bd66ec6", "tenant_id": "198427b4179141398172db781000f4d3", "subnet_id": "87373c86-e095-4f73-a31d-8f7e1538a1b4", "subnet_ids": ["87373c86-e095-4f73-a31d-8f7e1538a1b4"], "port_id": "fcc9a270-03f5-4059-ba81-605a30d3031a", "id": "d1d146ed-de08-48d5-bffb-1badaf4edf3c"} 2018-11-09 08:14:57,694 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c/add_router_interface used request id req-6fd40358-88de-44b9-9565-f2f1f0769e5a 2018-11-09 08:14:57,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:57,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-93d474d2-80f3-47c6-8ef9-78974f4a262c Date: Fri, 09 Nov 2018 08:14: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":["a77d31c7-73e9-43c6-8019-a8877f52914a"],"updated_at":"2018-11-09T08:14:46Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:14:57,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 used request id req-93d474d2-80f3-47c6-8ef9-78974f4a262c 2018-11-09 08:14:57,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:58,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fce2b67-0d99-4520-839f-79ea4fcaf8e7 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:14:58,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-9fce2b67-0d99-4520-839f-79ea4fcaf8e7 2018-11-09 08:14:58,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:58,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c1d6fe5e-e660-45a7-846c-b6e6605d6134 Date: Fri, 09 Nov 2018 08:14:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:14:58,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-c1d6fe5e-e660-45a7-846c-b6e6605d6134 2018-11-09 08:14:58,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:58,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-94e5961f-1d58-4792-a07e-51685f226ff8 Date: Fri, 09 Nov 2018 08:14:58 GMT RESP BODY: {"ports":[]} 2018-11-09 08:14:58,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port2&admin_state_up=True used request id req-94e5961f-1d58-4792-a07e-51685f226ff8 2018-11-09 08:14:58,445 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port2 for router - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:14:58,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:14:58,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:14:58,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:14:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["6PcAGkphRW-a8aIepFg4fw"], "issued_at": "2018-11-09T08:14:58.000000Z"}} 2018-11-09 08:14:58,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b015554f712c3952154734724fd6133124c8858d" 2018-11-09 08:14:58,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18722508-892a-4bf2-974c-b9ee691ea07c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:14:58,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-18722508-892a-4bf2-974c-b9ee691ea07c 2018-11-09 08:14:58,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:59,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-051b938d-02bf-4075-82b2-b2bfba662a0e Date: Fri, 09 Nov 2018 08:14: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":["a77d31c7-73e9-43c6-8019-a8877f52914a"],"updated_at":"2018-11-09T08:14:46Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:14:59,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 used request id req-051b938d-02bf-4075-82b2-b2bfba662a0e 2018-11-09 08:14:59,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:59,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6ad26fef-61d7-4df6-bf7e-a5ab885fe707 Date: Fri, 09 Nov 2018 08:14:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:14:59,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-6ad26fef-61d7-4df6-bf7e-a5ab885fe707 2018-11-09 08:14:59,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:59,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-46e02477-f1b4-48a0-8349-005327880711 Date: Fri, 09 Nov 2018 08:14: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":["a77d31c7-73e9-43c6-8019-a8877f52914a"],"updated_at":"2018-11-09T08:14:46Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:14:59,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 used request id req-46e02477-f1b4-48a0-8349-005327880711 2018-11-09 08:14:59,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:14:59,541 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:14: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:14:59,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b015554f712c3952154734724fd6133124c8858d" 2018-11-09 08:14:59,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:14:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0499de2b-ab71-4d1d-9053-0197f4d16878 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:14:59,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-0499de2b-ab71-4d1d-9053-0197f4d16878 2018-11-09 08:14:59,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:59,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-318127f5-cbf8-4e5f-958a-c6d9a264d0e4 Date: Fri, 09 Nov 2018 08:14:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:14:59,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-318127f5-cbf8-4e5f-958a-c6d9a264d0e4 2018-11-09 08:14:59,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:14:59,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-bb128d20-2b22-41a2-ad8a-4a31cce3145d Date: Fri, 09 Nov 2018 08:14:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:14:59,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2 used request id req-bb128d20-2b22-41a2-ad8a-4a31cce3145d 2018-11-09 08:14:59,887 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 2018-11-09 08:14:59,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" -d '{"port": {"network_id": "8214406a-50cc-416c-b80f-02c09d46f0e4", "fixed_ips": [{"subnet_id": "a77d31c7-73e9-43c6-8019-a8877f52914a", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port2", "admin_state_up": true}}' 2018-11-09 08:15:00,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-ec15943a-5a3f-491c-b663-793f25d3dd59 Date: Fri, 09 Nov 2018 08:15:00 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a77d31c7-73e9-43c6-8019-a8877f52914a","ip_address":"10.200.202.1"}],"id":"3087f99e-1a0f-4d8e-ae61-77f5402c79a6","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:42:5d:a7","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port2","project_id":"198427b4179141398172db781000f4d3","qos_policy_id":null,"admin_state_up":true,"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:15:00Z","binding:vnic_type":"normal"}} 2018-11-09 08:15:00,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-ec15943a-5a3f-491c-b663-793f25d3dd59 2018-11-09 08:15:00,811 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port2 for router - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:15:00,811 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:15:00,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" -d '{"port_id": "3087f99e-1a0f-4d8e-ae61-77f5402c79a6"}' 2018-11-09 08:15:02,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9403fb0f-7538-4aae-9c80-9ade9c53a1a9 Date: Fri, 09 Nov 2018 08:15:02 GMT RESP BODY: {"network_id": "8214406a-50cc-416c-b80f-02c09d46f0e4", "tenant_id": "198427b4179141398172db781000f4d3", "subnet_id": "a77d31c7-73e9-43c6-8019-a8877f52914a", "subnet_ids": ["a77d31c7-73e9-43c6-8019-a8877f52914a"], "port_id": "3087f99e-1a0f-4d8e-ae61-77f5402c79a6", "id": "d1d146ed-de08-48d5-bffb-1badaf4edf3c"} 2018-11-09 08:15:02,502 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c/add_router_interface used request id req-9403fb0f-7538-4aae-9c80-9ade9c53a1a9 2018-11-09 08:15:02,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:15:02,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-a2c2ab7b-e56f-4fc2-a6e0-76eae2a10299 Date: Fri, 09 Nov 2018 08:15:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:14:49Z", "admin_state_up": true, "updated_at": "2018-11-09T08:15:01Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "198427b4179141398172db781000f4d3", "id": "d1d146ed-de08-48d5-bffb-1badaf4edf3c", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router"}} 2018-11-09 08:15:02,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c used request id req-a2c2ab7b-e56f-4fc2-a6e0-76eae2a10299 2018-11-09 08:15:02,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=d1d146ed-de08-48d5-bffb-1badaf4edf3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:15:02,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-21bafebd-d20e-43bd-b058-1317acac3c5e Date: Fri, 09 Nov 2018 08:15:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:02Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a77d31c7-73e9-43c6-8019-a8877f52914a","ip_address":"10.200.202.1"}],"id":"3087f99e-1a0f-4d8e-ae61-77f5402c79a6","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:42:5d:a7","project_id":"198427b4179141398172db781000f4d3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port2","admin_state_up":true,"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:15:00Z","binding:vnic_type":"normal","device_id":"d1d146ed-de08-48d5-bffb-1badaf4edf3c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:00Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","ip_address":"10.200.201.1"}],"id":"fcc9a270-03f5-4059-ba81-605a30d3031a","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:95:eb:5a","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port1","admin_state_up":true,"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:55Z","binding:vnic_type":"normal","device_id":"d1d146ed-de08-48d5-bffb-1badaf4edf3c"}]} 2018-11-09 08:15:02,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=d1d146ed-de08-48d5-bffb-1badaf4edf3c used request id req-21bafebd-d20e-43bd-b058-1317acac3c5e 2018-11-09 08:15:02,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/87373c86-e095-4f73-a31d-8f7e1538a1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:15:02,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-001ff229-076f-4212-adff-958df94866e0 Date: Fri, 09 Nov 2018 08:15:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}} 2018-11-09 08:15:02,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/87373c86-e095-4f73-a31d-8f7e1538a1b4 used request id req-001ff229-076f-4212-adff-958df94866e0 2018-11-09 08:15:02,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/a77d31c7-73e9-43c6-8019-a8877f52914a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:15:02,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-05c0c4c0-c7c5-40e3-be28-2a60a2eb782d Date: Fri, 09 Nov 2018 08:15:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}} 2018-11-09 08:15:02,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/a77d31c7-73e9-43c6-8019-a8877f52914a used request id req-05c0c4c0-c7c5-40e3-be28-2a60a2eb782d 2018-11-09 08:15:02,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:15:02,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:15:03,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:15:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["J0rriGmFSNaPJAq0XmSI9A"], "issued_at": "2018-11-09T08:15:03.000000Z"}} 2018-11-09 08:15:03,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf7e4d0171a636ab274fddce8dd52984ae867a5" 2018-11-09 08:15:03,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef49c4dd-a6e8-4155-8d9c-7041b344c759 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:15:03,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ef49c4dd-a6e8-4155-8d9c-7041b344c759 2018-11-09 08:15:03,248 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:15:03,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf7e4d0171a636ab274fddce8dd52984ae867a5" 2018-11-09 08:15:03,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-88907a2c-4278-4c8c-b5b3-45a58d0b9a5e x-compute-request-id: req-88907a2c-4278-4c8c-b5b3-45a58d0b9a5e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:15:03,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-88907a2c-4278-4c8c-b5b3-45a58d0b9a5e 2018-11-09 08:15:03,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf7e4d0171a636ab274fddce8dd52984ae867a5" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-11-09 08:15:03,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-85efe422-602e-4c47-a062-e5a1f4d0e624 x-compute-request-id: req-85efe422-602e-4c47-a062-e5a1f4d0e624 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:15:03,511 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-85efe422-602e-4c47-a062-e5a1f4d0e624 2018-11-09 08:15:03,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:15:03,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:15:03,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:15:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["_PTMergTSqmrLsda-wakJg"], "issued_at": "2018-11-09T08:15:03.000000Z"}} 2018-11-09 08:15:03,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:03,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b44613-cb41-4227-82cc-896754002959 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:15:03,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-53b44613-cb41-4227-82cc-896754002959 2018-11-09 08:15:03,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:04,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-48580e48-af3a-4525-904c-a9b1fe135f4a Date: Fri, 09 Nov 2018 08:15:04 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:15:04,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp used request id req-48580e48-af3a-4525-904c-a9b1fe135f4a 2018-11-09 08:15:04,136 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp... 2018-11-09 08:15:04,136 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp 2018-11-09 08:15:04,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp"}}' 2018-11-09 08:15:04,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-5df2337c-6aba-421c-94d7-f635b588140e Date: Fri, 09 Nov 2018 08:15:04 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "updated_at": "2018-11-09T08:15:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "revision_number": 0, "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "198427b4179141398172db781000f4d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "revision_number": 0, "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "198427b4179141398172db781000f4d3"}], "revision_number": 2, "project_id": "198427b4179141398172db781000f4d3", "id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp"}} 2018-11-09 08:15:04,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-5df2337c-6aba-421c-94d7-f635b588140e 2018-11-09 08:15:04,482 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10a28d8a-7263-429b-8c5b-d8352c86999d 2018-11-09 08:15:04,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:04,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-73725bdc-f7f2-4065-9bcb-3cf06798487e Date: Fri, 09 Nov 2018 08:15:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae"}]} 2018-11-09 08:15:04,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d used request id req-73725bdc-f7f2-4065-9bcb-3cf06798487e 2018-11-09 08:15:04,658 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10a28d8a-7263-429b-8c5b-d8352c86999d 2018-11-09 08:15:04,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:04,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ba4c86e0-4a56-4e72-b4bb-165315aa184c Date: Fri, 09 Nov 2018 08:15:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae"}]} 2018-11-09 08:15:04,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d used request id req-ba4c86e0-4a56-4e72-b4bb-165315aa184c 2018-11-09 08:15:04,835 - neutron_utils - INFO - Retrieving security group with ID - 10a28d8a-7263-429b-8c5b-d8352c86999d 2018-11-09 08:15:04,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=10a28d8a-7263-429b-8c5b-d8352c86999d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:04,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-c2a61e27-965b-44c1-88dd-2a6dad437e25 Date: Fri, 09 Nov 2018 08:15:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "updated_at": "2018-11-09T08:15:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "revision_number": 0, "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "198427b4179141398172db781000f4d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "revision_number": 0, "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "198427b4179141398172db781000f4d3"}], "revision_number": 2, "project_id": "198427b4179141398172db781000f4d3", "id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp"}]} 2018-11-09 08:15:04,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=10a28d8a-7263-429b-8c5b-d8352c86999d used request id req-c2a61e27-965b-44c1-88dd-2a6dad437e25 2018-11-09 08:15:04,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10a28d8a-7263-429b-8c5b-d8352c86999d 2018-11-09 08:15:04,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:04,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8f380494-66b1-4b97-a2c0-4db8f8632ba8 Date: Fri, 09 Nov 2018 08:15:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae"}]} 2018-11-09 08:15:04,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d used request id req-8f380494-66b1-4b97-a2c0-4db8f8632ba8 2018-11-09 08:15:04,953 - neutron_utils - INFO - Retrieving security group with ID - 10a28d8a-7263-429b-8c5b-d8352c86999d 2018-11-09 08:15:04,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=10a28d8a-7263-429b-8c5b-d8352c86999d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:05,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-582651f2-8b31-44d7-8b75-f4c285d22140 Date: Fri, 09 Nov 2018 08:15:05 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "updated_at": "2018-11-09T08:15:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "revision_number": 0, "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "198427b4179141398172db781000f4d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "revision_number": 0, "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "198427b4179141398172db781000f4d3"}], "revision_number": 2, "project_id": "198427b4179141398172db781000f4d3", "id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp"}]} 2018-11-09 08:15:05,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=10a28d8a-7263-429b-8c5b-d8352c86999d used request id req-582651f2-8b31-44d7-8b75-f4c285d22140 2018-11-09 08:15:05,158 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10a28d8a-7263-429b-8c5b-d8352c86999d 2018-11-09 08:15:05,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:05,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e94c0532-ad72-4bd1-a0dc-d1e571c1436b Date: Fri, 09 Nov 2018 08:15:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae"}]} 2018-11-09 08:15:05,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d used request id req-e94c0532-ad72-4bd1-a0dc-d1e571c1436b 2018-11-09 08:15:05,336 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp 2018-11-09 08:15:05,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:05,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-d1d820f8-7e2e-4186-8477-fae23261a75c Date: Fri, 09 Nov 2018 08:15:05 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "updated_at": "2018-11-09T08:15:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "revision_number": 0, "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "198427b4179141398172db781000f4d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "revision_number": 0, "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "198427b4179141398172db781000f4d3"}], "revision_number": 2, "project_id": "198427b4179141398172db781000f4d3", "id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp"}]} 2018-11-09 08:15:05,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp used request id req-d1d820f8-7e2e-4186-8477-fae23261a75c 2018-11-09 08:15:05,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:15:05,537 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:15:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:15:05,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:05,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e448e36-0a65-4fbb-9aa8-af7201e9dc27 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:05,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-4e448e36-0a65-4fbb-9aa8-af7201e9dc27 2018-11-09 08:15:05,618 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10a28d8a-7263-429b-8c5b-d8352c86999d 2018-11-09 08:15:05,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:05,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e6aac91a-082e-4cfd-886f-11abc1e050d7 Date: Fri, 09 Nov 2018 08:15:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae"}]} 2018-11-09 08:15:05,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d used request id req-e6aac91a-082e-4cfd-886f-11abc1e050d7 2018-11-09 08:15:05,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}34f892986426f1c936562c296fa34c8bd599d317" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d"}}' 2018-11-09 08:15:06,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-825c2d46-6dbe-47bf-bcff-f430fa84645b Date: Fri, 09 Nov 2018 08:15:06 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:06Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:06Z", "project_id": "198427b4179141398172db781000f4d3", "id": "4c3e17a2-45d3-4de2-b741-d8d7c3dd45fc"}} 2018-11-09 08:15:06,123 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-825c2d46-6dbe-47bf-bcff-f430fa84645b 2018-11-09 08:15:06,123 - neutron_utils - INFO - Retrieving security group with ID - 10a28d8a-7263-429b-8c5b-d8352c86999d 2018-11-09 08:15:06,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=10a28d8a-7263-429b-8c5b-d8352c86999d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:06,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-9ea1bbdc-9e12-45e3-9c48-af2cb586537d Date: Fri, 09 Nov 2018 08:15:06 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "updated_at": "2018-11-09T08:15:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:06Z", "revision_number": 0, "id": "4c3e17a2-45d3-4de2-b741-d8d7c3dd45fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:06Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "198427b4179141398172db781000f4d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "revision_number": 0, "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "198427b4179141398172db781000f4d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "revision_number": 0, "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "198427b4179141398172db781000f4d3"}], "revision_number": 3, "project_id": "198427b4179141398172db781000f4d3", "id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp"}]} 2018-11-09 08:15:06,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=10a28d8a-7263-429b-8c5b-d8352c86999d used request id req-9ea1bbdc-9e12-45e3-9c48-af2cb586537d 2018-11-09 08:15:06,317 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10a28d8a-7263-429b-8c5b-d8352c86999d 2018-11-09 08:15:06,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:15:06,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-bd59de5f-e54a-4c20-93a2-ba2859404019 Date: Fri, 09 Nov 2018 08:15:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:06Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:06Z", "project_id": "198427b4179141398172db781000f4d3", "id": "4c3e17a2-45d3-4de2-b741-d8d7c3dd45fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "89e8cb66-4b6b-41d2-89b4-054c51810f5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:15:04Z", "security_group_id": "10a28d8a-7263-429b-8c5b-d8352c86999d", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:15:04Z", "project_id": "198427b4179141398172db781000f4d3", "id": "f050acae-4ea2-4d1f-aadb-d226472d54ae"}]} 2018-11-09 08:15:06,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=10a28d8a-7263-429b-8c5b-d8352c86999d used request id req-bd59de5f-e54a-4c20-93a2-ba2859404019 2018-11-09 08:15:06,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:15:06,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:15:06,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:15:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["RZfBQZipQB-2i3V0P9Co3w"], "issued_at": "2018-11-09T08:15:06.000000Z"}} 2018-11-09 08:15:06,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:06,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66155993-7743-4140-a62d-6b501e66228f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:15:06,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-66155993-7743-4140-a62d-6b501e66228f 2018-11-09 08:15:06,966 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:15:06,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:06,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f897ed3-8983-45fe-a1b0-fbd4876400f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:15:06,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2f897ed3-8983-45fe-a1b0-fbd4876400f4 2018-11-09 08:15:06,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:07,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-4eec42b9-30f5-4399-be48-3aac120335f7 Date: Fri, 09 Nov 2018 08:15: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":["87373c86-e095-4f73-a31d-8f7e1538a1b4"],"updated_at":"2018-11-09T08:14:44Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:15:07,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 used request id req-4eec42b9-30f5-4399-be48-3aac120335f7 2018-11-09 08:15:07,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:15:07,245 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:15: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:15:07,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:07,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-937c7cb9-2bca-4661-848f-158516459e0c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:07,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-937c7cb9-2bca-4661-848f-158516459e0c 2018-11-09 08:15:07,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:07,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6705e9ad-3f8f-4aab-8ff4-1b0139dff240 Date: Fri, 09 Nov 2018 08:15:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:15:07,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-6705e9ad-3f8f-4aab-8ff4-1b0139dff240 2018-11-09 08:15:07,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:07,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c28aecff-e017-4786-b0a8-76ee71a28317 Date: Fri, 09 Nov 2018 08:15:07 GMT RESP BODY: {"ports":[]} 2018-11-09 08:15:07,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port&admin_state_up=True used request id req-c28aecff-e017-4786-b0a8-76ee71a28317 2018-11-09 08:15:07,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:07,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-fd384597-ac2b-41bf-afd4-a6cb3d9a561e x-compute-request-id: req-fd384597-ac2b-41bf-afd4-a6cb3d9a561e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:15:07,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1 used request id req-fd384597-ac2b-41bf-afd4-a6cb3d9a561e 2018-11-09 08:15:07,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:08,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-95ff2753-f79b-4fea-9bba-e9f1b405a752 Date: Fri, 09 Nov 2018 08:15: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":["87373c86-e095-4f73-a31d-8f7e1538a1b4"],"updated_at":"2018-11-09T08:14:44Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:15:08,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 used request id req-95ff2753-f79b-4fea-9bba-e9f1b405a752 2018-11-09 08:15:08,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:08,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d3311a4-6a85-4e20-9842-da10cc340158 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:08,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-9d3311a4-6a85-4e20-9842-da10cc340158 2018-11-09 08:15:08,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:08,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e51e6294-d0fb-4ede-95fe-152b39f2cb4b Date: Fri, 09 Nov 2018 08:15:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:15:08,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-e51e6294-d0fb-4ede-95fe-152b39f2cb4b 2018-11-09 08:15:08,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:08,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-654bf614-35c6-44ce-aad8-f9f933444b22 Date: Fri, 09 Nov 2018 08:15:08 GMT RESP BODY: {"ports":[]} 2018-11-09 08:15:08,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port&admin_state_up=True used request id req-654bf614-35c6-44ce-aad8-f9f933444b22 2018-11-09 08:15:08,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:15:08,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:15:09,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:15:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["cCFZ3PcPTqyBc-fI-sfKvQ"], "issued_at": "2018-11-09T08:15:09.000000Z"}} 2018-11-09 08:15:09,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876deb40e26eace39f187712cf33b3d7569e66fc" 2018-11-09 08:15:09,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25199369-3bb3-451b-b6fb-7909a75fb98d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:15:09,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-25199369-3bb3-451b-b6fb-7909a75fb98d 2018-11-09 08:15:09,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:09,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-1f21989d-253e-4edb-84e8-4afb87317dbb Date: Fri, 09 Nov 2018 08:15: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":["87373c86-e095-4f73-a31d-8f7e1538a1b4"],"updated_at":"2018-11-09T08:14:44Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:15:09,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 used request id req-1f21989d-253e-4edb-84e8-4afb87317dbb 2018-11-09 08:15:09,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:09,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a549a1b8-9163-4604-a8b6-efda94600ca2 Date: Fri, 09 Nov 2018 08:15:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:15:09,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-a549a1b8-9163-4604-a8b6-efda94600ca2 2018-11-09 08:15:09,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:09,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-3e960edd-9626-4724-8110-7b078ced8704 Date: Fri, 09 Nov 2018 08:15: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":["87373c86-e095-4f73-a31d-8f7e1538a1b4"],"updated_at":"2018-11-09T08:14:44Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:15:09,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 used request id req-3e960edd-9626-4724-8110-7b078ced8704 2018-11-09 08:15:09,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:15:09,768 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:15: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:15:09,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876deb40e26eace39f187712cf33b3d7569e66fc" 2018-11-09 08:15:09,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6be6feca-6249-48f0-913d-d8168a6860ad Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:09,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-6be6feca-6249-48f0-913d-d8168a6860ad 2018-11-09 08:15:09,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:10,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-60a5a916-1a34-4880-8d9d-81daefe44ffa Date: Fri, 09 Nov 2018 08:15:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:15:10,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-60a5a916-1a34-4880-8d9d-81daefe44ffa 2018-11-09 08:15:10,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:10,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7e74eb23-333d-49f5-bc62-ffc6e0a62047 Date: Fri, 09 Nov 2018 08:15:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:15:10,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1 used request id req-7e74eb23-333d-49f5-bc62-ffc6e0a62047 2018-11-09 08:15:10,213 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 2018-11-09 08:15:10,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" -d '{"port": {"network_id": "84e58671-9458-4b51-92ca-d5f71bd66ec6", "fixed_ips": [{"subnet_id": "87373c86-e095-4f73-a31d-8f7e1538a1b4", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port", "admin_state_up": true}}' 2018-11-09 08:15:11,353 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-0bf27d57-4f89-486c-80af-bd11696b57b1 Date: Fri, 09 Nov 2018 08:15:11 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","ip_address":"10.200.201.5"}],"id":"47cb3f85-f895-40d3-b784-d785c6703d9a","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:dd:22:98","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port","project_id":"198427b4179141398172db781000f4d3","qos_policy_id":null,"admin_state_up":true,"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:15:10Z","binding:vnic_type":"normal"}} 2018-11-09 08:15:11,353 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-0bf27d57-4f89-486c-80af-bd11696b57b1 2018-11-09 08:15:11,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:11,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-00e63c18-ef7b-4bbd-917f-cc16f9421f60 Date: Fri, 09 Nov 2018 08:15: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":["87373c86-e095-4f73-a31d-8f7e1538a1b4"],"updated_at":"2018-11-09T08:14:44Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:15:11,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 used request id req-00e63c18-ef7b-4bbd-917f-cc16f9421f60 2018-11-09 08:15:11,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:11,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8568dd9e-fbb2-4849-95e2-3739f3d90297 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:11,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-8568dd9e-fbb2-4849-95e2-3739f3d90297 2018-11-09 08:15:11,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:11,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5553c6a6-7af0-41ed-af8d-f7c7428a3473 Date: Fri, 09 Nov 2018 08:15:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:15:11,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-5553c6a6-7af0-41ed-af8d-f7c7428a3473 2018-11-09 08:15:11,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:12,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-c6d12507-75c0-4119-a8e8-935dd1fa14eb Date: Fri, 09 Nov 2018 08:15:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","ip_address":"10.200.201.5"}],"id":"47cb3f85-f895-40d3-b784-d785c6703d9a","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:dd:22:98","project_id":"198427b4179141398172db781000f4d3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port","admin_state_up":true,"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:15:10Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:15:12,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port&admin_state_up=True used request id req-c6d12507-75c0-4119-a8e8-935dd1fa14eb 2018-11-09 08:15:12,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:12,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6129ab50-b304-4743-9a42-c1b62173adea Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:12,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-6129ab50-b304-4743-9a42-c1b62173adea 2018-11-09 08:15:12,184 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1 2018-11-09 08:15:12,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:12,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-c64be606-b641-45fc-8332-18d5ff8a0530 x-compute-request-id: req-c64be606-b641-45fc-8332-18d5ff8a0530 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-flavor-name"}]} 2018-11-09 08:15:12,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c64be606-b641-45fc-8332-18d5ff8a0530 2018-11-09 08:15:12,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:12,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-a20eea25-a1b3-4af7-b81b-6d0c61b7a572 x-compute-request-id: req-a20eea25-a1b3-4af7-b81b-6d0c61b7a572 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:15:12,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0 used request id req-a20eea25-a1b3-4af7-b81b-6d0c61b7a572 2018-11-09 08:15:12,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:12,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-94b6f2fa-3436-4784-91e3-e5a590b11ada Date: Fri, 09 Nov 2018 08:15:12 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:14:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:14:41Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/snap", "metadata": {}}], "self": "/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "min_disk": 0, "protected": false, "id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "file": "/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "198427b4179141398172db781000f4d3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b"} 2018-11-09 08:15:12,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b used request id req-94b6f2fa-3436-4784-91e3-e5a590b11ada 2018-11-09 08:15:12,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:12,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-314704c5-d184-43a4-9c02-36de182de8c4 Date: Fri, 09 Nov 2018 08:15:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:15:12,585 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-314704c5-d184-43a4-9c02-36de182de8c4 2018-11-09 08:15:12,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" -d '{"server": {"name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "imageRef": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "flavorRef": "d056ee85-0948-4cf5-bbfb-177d554effa0", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "47cb3f85-f895-40d3-b784-d785c6703d9a"}]}}' 2018-11-09 08:15:14,259 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-072dea06-fb1d-43cd-9b3c-3b1fadc34e31 x-compute-request-id: req-072dea06-fb1d-43cd-9b3c-3b1fadc34e31 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2668de48-512f-4088-98d4-b9f116a09313", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "adminPass": "t7M3R9R7cBwT"}} 2018-11-09 08:15:14,260 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-072dea06-fb1d-43cd-9b3c-3b1fadc34e31 2018-11-09 08:15:14,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:14,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-c96e0eb9-04de-48aa-be0e-fefa320617bd x-compute-request-id: req-c96e0eb9-04de-48aa-be0e-fefa320617bd 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.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:15:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:14,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-c96e0eb9-04de-48aa-be0e-fefa320617bd 2018-11-09 08:15:14,847 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1 2018-11-09 08:15:14,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:15,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-55e64cb5-7449-4e4d-afb3-399245cfe478 x-compute-request-id: req-55e64cb5-7449-4e4d-afb3-399245cfe478 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.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:15:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:15,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-55e64cb5-7449-4e4d-afb3-399245cfe478 2018-11-09 08:15:15,067 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1] is - BUILD 2018-11-09 08:15:15,067 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:15:18,070 - create_instance - DEBUG - VM status query timeout in 896.77729702 2018-11-09 08:15:18,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:18,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-8b618b2c-2389-4980-95a0-cd329126761e x-compute-request-id: req-8b618b2c-2389-4980-95a0-cd329126761e Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:15:16Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:18,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-8b618b2c-2389-4980-95a0-cd329126761e 2018-11-09 08:15:18,539 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1] is - BUILD 2018-11-09 08:15:18,539 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:15:21,542 - create_instance - DEBUG - VM status query timeout in 893.305005074 2018-11-09 08:15:21,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:22,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a5ee176-ac48-4939-99f9-3694182b489d x-compute-request-id: req-4a5ee176-ac48-4939-99f9-3694182b489d Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:15:16Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:22,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-4a5ee176-ac48-4939-99f9-3694182b489d 2018-11-09 08:15:22,800 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1] is - BUILD 2018-11-09 08:15:22,800 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:15:25,803 - create_instance - DEBUG - VM status query timeout in 889.044099092 2018-11-09 08:15:25,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:26,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-d4829ba0-4c7c-402b-84c0-22f31544f8ec x-compute-request-id: req-d4829ba0-4c7c-402b-84c0-22f31544f8ec Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:22:98", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:23.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:15:23Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:26,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-d4829ba0-4c7c-402b-84c0-22f31544f8ec 2018-11-09 08:15:26,567 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1] is - ACTIVE 2018-11-09 08:15:26,567 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:15:26,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:27,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-546addc2-e489-407c-8499-c44f19499870 x-compute-request-id: req-546addc2-e489-407c-8499-c44f19499870 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:22:98", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:23.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:15:23Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:27,020 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-546addc2-e489-407c-8499-c44f19499870 2018-11-09 08:15:27,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:27,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-482b9c02-c28e-4aff-9535-c19d001de812 Date: Fri, 09 Nov 2018 08:15: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":["87373c86-e095-4f73-a31d-8f7e1538a1b4"],"updated_at":"2018-11-09T08:14:44Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1"}]} 2018-11-09 08:15:27,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 used request id req-482b9c02-c28e-4aff-9535-c19d001de812 2018-11-09 08:15:27,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:27,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-193b34f7-4882-4b76-af87-a4473c2d5d03 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:27,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-193b34f7-4882-4b76-af87-a4473c2d5d03 2018-11-09 08:15:27,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:27,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1874848f-924e-4508-87bc-134e50c10d96 Date: Fri, 09 Nov 2018 08:15:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:44Z","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":"198427b4179141398172db781000f4d3","id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1"}]} 2018-11-09 08:15:27,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-1874848f-924e-4508-87bc-134e50c10d96 2018-11-09 08:15:27,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:27,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-c767fc77-963a-4979-8f1f-380b74bff04b Date: Fri, 09 Nov 2018 08:15:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","ip_address":"10.200.201.2"}],"id":"264ecead-fbdf-496a-a5c0-4c07004814d7","security_groups":[],"mac_address":"fa:16:3e:5f:e3:a7","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-84e58671-9458-4b51-92ca-d5f71bd66ec6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","ip_address":"10.200.201.5"}],"id":"47cb3f85-f895-40d3-b784-d785c6703d9a","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:dd:22:98","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port","admin_state_up":true,"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:15:10Z","binding:vnic_type":"normal","device_id":"2668de48-512f-4088-98d4-b9f116a09313"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","ip_address":"10.200.201.4"}],"id":"68993e45-c5ab-4c83-885f-b2b29f69b151","security_groups":[],"mac_address":"fa:16:3e:10:fe:e7","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-84e58671-9458-4b51-92ca-d5f71bd66ec6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","ip_address":"10.200.201.3"}],"id":"9f86e4cb-3c20-4c7f-b519-5ead78149c01","security_groups":[],"mac_address":"fa:16:3e:0a:e8:22","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-84e58671-9458-4b51-92ca-d5f71bd66ec6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:15Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87373c86-e095-4f73-a31d-8f7e1538a1b4","ip_address":"10.200.201.1"}],"id":"fcc9a270-03f5-4059-ba81-605a30d3031a","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:95:eb:5a","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port1","admin_state_up":true,"network_id":"84e58671-9458-4b51-92ca-d5f71bd66ec6","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:55Z","binding:vnic_type":"normal","device_id":"d1d146ed-de08-48d5-bffb-1badaf4edf3c"}]} 2018-11-09 08:15:27,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-c767fc77-963a-4979-8f1f-380b74bff04b 2018-11-09 08:15:27,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:15:27,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:15:27,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:15:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["_3XIM7ugRfSumNf7GsiwuA"], "issued_at": "2018-11-09T08:15:27.000000Z"}} 2018-11-09 08:15:27,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:27,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a2342fc-b9bb-44ea-a70a-8ec9608e8821 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:15:27,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8a2342fc-b9bb-44ea-a70a-8ec9608e8821 2018-11-09 08:15:27,967 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:15:27,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:28,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37141092-1700-4fd6-8450-c8c6a0347341 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:15:28,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-37141092-1700-4fd6-8450-c8c6a0347341 2018-11-09 08:15:28,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:28,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-85cf8f4d-7a7e-44f0-9daf-8a9b0ce02587 Date: Fri, 09 Nov 2018 08:15: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":["a77d31c7-73e9-43c6-8019-a8877f52914a"],"updated_at":"2018-11-09T08:14:46Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:15:28,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 used request id req-85cf8f4d-7a7e-44f0-9daf-8a9b0ce02587 2018-11-09 08:15:28,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:15:28,311 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:15:28,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:28,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbaa9d2c-b5e1-4933-af9f-92431a45e60b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:28,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-dbaa9d2c-b5e1-4933-af9f-92431a45e60b 2018-11-09 08:15:28,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:28,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-59339985-741b-4cf3-a3a5-d29a38ceaacb Date: Fri, 09 Nov 2018 08:15:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:15:28,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-59339985-741b-4cf3-a3a5-d29a38ceaacb 2018-11-09 08:15:28,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:28,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-609d0db6-8e53-4f9f-b332-550176f9e006 Date: Fri, 09 Nov 2018 08:15:28 GMT RESP BODY: {"ports":[]} 2018-11-09 08:15:28,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port&admin_state_up=True used request id req-609d0db6-8e53-4f9f-b332-550176f9e006 2018-11-09 08:15:28,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:29,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-ae5f772c-b67b-4c2d-a436-d5e1cbeb3a5f x-compute-request-id: req-ae5f772c-b67b-4c2d-a436-d5e1cbeb3a5f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:15:29,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2 used request id req-ae5f772c-b67b-4c2d-a436-d5e1cbeb3a5f 2018-11-09 08:15:29,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:29,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-15079d6e-1099-4abb-9a73-afd4058fa0b1 Date: Fri, 09 Nov 2018 08:15: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":["a77d31c7-73e9-43c6-8019-a8877f52914a"],"updated_at":"2018-11-09T08:14:46Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:15:29,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 used request id req-15079d6e-1099-4abb-9a73-afd4058fa0b1 2018-11-09 08:15:29,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:29,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f064a94f-27b7-481e-bbc7-d0d3d72c9218 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:29,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-f064a94f-27b7-481e-bbc7-d0d3d72c9218 2018-11-09 08:15:29,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:29,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7029c348-f837-47be-b18b-c9e6408882df Date: Fri, 09 Nov 2018 08:15:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:15:29,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-7029c348-f837-47be-b18b-c9e6408882df 2018-11-09 08:15:29,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:29,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dee934ce-a678-4ec6-b425-8011ef0031fb Date: Fri, 09 Nov 2018 08:15:29 GMT RESP BODY: {"ports":[]} 2018-11-09 08:15:29,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port&admin_state_up=True used request id req-dee934ce-a678-4ec6-b425-8011ef0031fb 2018-11-09 08:15:29,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:15:29,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:15:29,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e6af011d6d74f0ca2f0587778fbd3ef", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role"}], "expires_at": "2018-11-09T09:15:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "198427b4179141398172db781000f4d3", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/198427b4179141398172db781000f4d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/198427b4179141398172db781000f4d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-user", "id": "b58edeae41ab457a859321913d878b65"}, "audit_ids": ["ENWBHAuTQVSDIXB3eemdvw"], "issued_at": "2018-11-09T08:15:29.000000Z"}} 2018-11-09 08:15:29,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5dd0fb758b0aaf2a92dc553878da3a996180f" 2018-11-09 08:15:30,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ac1793-d23c-47ba-ba56-6a66d4bf40bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:15:30,045 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-32ac1793-d23c-47ba-ba56-6a66d4bf40bc 2018-11-09 08:15:30,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:30,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-0850af2e-bb65-44cd-8176-7bb22099f567 Date: Fri, 09 Nov 2018 08:15: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":["a77d31c7-73e9-43c6-8019-a8877f52914a"],"updated_at":"2018-11-09T08:14:46Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:15:30,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 used request id req-0850af2e-bb65-44cd-8176-7bb22099f567 2018-11-09 08:15:30,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:30,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9aa5463b-93c4-4cc3-b95f-3a749f29748c Date: Fri, 09 Nov 2018 08:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:15:30,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-9aa5463b-93c4-4cc3-b95f-3a749f29748c 2018-11-09 08:15:30,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:30,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-2fbe55c4-0073-4ed5-8f9b-e3debf95207b Date: Fri, 09 Nov 2018 08:15: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":["a77d31c7-73e9-43c6-8019-a8877f52914a"],"updated_at":"2018-11-09T08:14:46Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:15:30,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 used request id req-2fbe55c4-0073-4ed5-8f9b-e3debf95207b 2018-11-09 08:15:30,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:15:30,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:15:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:15:30,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5dd0fb758b0aaf2a92dc553878da3a996180f" 2018-11-09 08:15:30,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f1a3d6e-9cb7-4571-b342-63a08d83d30c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:30,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-4f1a3d6e-9cb7-4571-b342-63a08d83d30c 2018-11-09 08:15:30,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:30,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-09ba87a4-47df-4fff-a2ac-d6ae6934f40c Date: Fri, 09 Nov 2018 08:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:15:30,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-09ba87a4-47df-4fff-a2ac-d6ae6934f40c 2018-11-09 08:15:30,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:30,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-35e09b30-ac13-49c6-805d-b937d289036c Date: Fri, 09 Nov 2018 08:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:15:30,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2 used request id req-35e09b30-ac13-49c6-805d-b937d289036c 2018-11-09 08:15:30,894 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 2018-11-09 08:15:30,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" -d '{"port": {"network_id": "8214406a-50cc-416c-b80f-02c09d46f0e4", "fixed_ips": [{"subnet_id": "a77d31c7-73e9-43c6-8019-a8877f52914a", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port", "admin_state_up": true}}' 2018-11-09 08:15:31,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-882eaa72-f830-4be0-8d00-2c51439f8508 Date: Fri, 09 Nov 2018 08:15:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:31Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a77d31c7-73e9-43c6-8019-a8877f52914a","ip_address":"10.200.202.5"}],"id":"55b6216e-bac1-4f0f-a70d-58c6035dca2a","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:bf:99:93","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port","project_id":"198427b4179141398172db781000f4d3","qos_policy_id":null,"admin_state_up":true,"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:15:31Z","binding:vnic_type":"normal"}} 2018-11-09 08:15:31,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-882eaa72-f830-4be0-8d00-2c51439f8508 2018-11-09 08:15:31,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:32,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-38a83872-d1e6-4883-bd1e-1d0f4e854272 Date: Fri, 09 Nov 2018 08:15: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":["a77d31c7-73e9-43c6-8019-a8877f52914a"],"updated_at":"2018-11-09T08:14:46Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:15:32,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 used request id req-38a83872-d1e6-4883-bd1e-1d0f4e854272 2018-11-09 08:15:32,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:32,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b763d235-abfd-4226-8698-470595eb6a87 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:32,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-b763d235-abfd-4226-8698-470595eb6a87 2018-11-09 08:15:32,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:32,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c5b8c829-6d65-4e68-b1eb-4f43bef7b059 Date: Fri, 09 Nov 2018 08:15:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:15:32,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-c5b8c829-6d65-4e68-b1eb-4f43bef7b059 2018-11-09 08:15:32,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:32,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-765bf7e3-c460-4897-b8ad-416ed0e8eadc Date: Fri, 09 Nov 2018 08:15:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:31Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a77d31c7-73e9-43c6-8019-a8877f52914a","ip_address":"10.200.202.5"}],"id":"55b6216e-bac1-4f0f-a70d-58c6035dca2a","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:bf:99:93","project_id":"198427b4179141398172db781000f4d3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port","admin_state_up":true,"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:15:31Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:15:32,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4&name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port&admin_state_up=True used request id req-765bf7e3-c460-4897-b8ad-416ed0e8eadc 2018-11-09 08:15:32,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:32,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f273d32-e020-4245-9498-e56d62cc6d32 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:32,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-7f273d32-e020-4245-9498-e56d62cc6d32 2018-11-09 08:15:32,756 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2 2018-11-09 08:15:32,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:32,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15: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-e1f56d23-5757-4c4e-9468-182c17ddda94 x-compute-request-id: req-e1f56d23-5757-4c4e-9468-182c17ddda94 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-flavor-name"}]} 2018-11-09 08:15:32,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e1f56d23-5757-4c4e-9468-182c17ddda94 2018-11-09 08:15:32,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:32,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15: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-6672f8cb-0d27-4e3a-bbba-c006f54ac9aa x-compute-request-id: req-6672f8cb-0d27-4e3a-bbba-c006f54ac9aa Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:15:32,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0 used request id req-6672f8cb-0d27-4e3a-bbba-c006f54ac9aa 2018-11-09 08:15:32,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:32,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-4edeacb9-d8d0-4fd7-ba87-a9536552158a Date: Fri, 09 Nov 2018 08:15:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:14:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:14:41Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/snap", "metadata": {}}], "self": "/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "min_disk": 0, "protected": false, "id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "file": "/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "198427b4179141398172db781000f4d3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b"} 2018-11-09 08:15:32,996 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b used request id req-4edeacb9-d8d0-4fd7-ba87-a9536552158a 2018-11-09 08:15:33,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:33,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-587b6e7e-f9ea-451e-a327-bee52c4d7c29 Date: Fri, 09 Nov 2018 08:15:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:15:33,146 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-587b6e7e-f9ea-451e-a327-bee52c4d7c29 2018-11-09 08:15:33,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" -d '{"server": {"name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "imageRef": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "flavorRef": "d056ee85-0948-4cf5-bbfb-177d554effa0", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "55b6216e-bac1-4f0f-a70d-58c6035dca2a"}]}}' 2018-11-09 08:15:34,661 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:15:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8ab34d12-903b-48c9-aba2-61b52f5d1365 x-compute-request-id: req-8ab34d12-903b-48c9-aba2-61b52f5d1365 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "adminPass": "iC5D8e87xJBX"}} 2018-11-09 08:15:34,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-8ab34d12-903b-48c9-aba2-61b52f5d1365 2018-11-09 08:15:34,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:34,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-589d7941-bb80-49d3-98ed-bb567120a618 x-compute-request-id: req-589d7941-bb80-49d3-98ed-bb567120a618 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.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:15:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:34,926 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-589d7941-bb80-49d3-98ed-bb567120a618 2018-11-09 08:15:34,927 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2 2018-11-09 08:15:34,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:35,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-93b21d26-ae5f-4108-b41e-d397a5a982ed x-compute-request-id: req-93b21d26-ae5f-4108-b41e-d397a5a982ed 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.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:15:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:35,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-93b21d26-ae5f-4108-b41e-d397a5a982ed 2018-11-09 08:15:35,507 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2] is - BUILD 2018-11-09 08:15:35,507 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:15:38,510 - create_instance - DEBUG - VM status query timeout in 896.416615963 2018-11-09 08:15:38,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:39,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15: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-b49a9e06-852d-487a-ab24-6245a0270690 x-compute-request-id: req-b49a9e06-852d-487a-ab24-6245a0270690 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.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:15:38Z", "hostId": "748280b73cdcb806163f6b33a16988a71a99053cc42a4ce8aa0d7519", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:39,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-b49a9e06-852d-487a-ab24-6245a0270690 2018-11-09 08:15:39,210 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2] is - BUILD 2018-11-09 08:15:39,210 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:15:42,213 - create_instance - DEBUG - VM status query timeout in 892.713621855 2018-11-09 08:15:42,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:42,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15: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-1597755e-1e9a-4684-968e-51b3ccb38f2e x-compute-request-id: req-1597755e-1e9a-4684-968e-51b3ccb38f2e 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.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:15:38Z", "hostId": "748280b73cdcb806163f6b33a16988a71a99053cc42a4ce8aa0d7519", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:42,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-1597755e-1e9a-4684-968e-51b3ccb38f2e 2018-11-09 08:15:42,735 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2] is - BUILD 2018-11-09 08:15:42,735 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:15:45,739 - create_instance - DEBUG - VM status query timeout in 889.188174963 2018-11-09 08:15:45,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:46,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3af8206e-6f0d-4c5a-b18c-9ae86d3276f9 x-compute-request-id: req-3af8206e-6f0d-4c5a-b18c-9ae86d3276f9 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.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:15:38Z", "hostId": "748280b73cdcb806163f6b33a16988a71a99053cc42a4ce8aa0d7519", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:46,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-3af8206e-6f0d-4c5a-b18c-9ae86d3276f9 2018-11-09 08:15:46,319 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2] is - BUILD 2018-11-09 08:15:46,319 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:15:49,323 - create_instance - DEBUG - VM status query timeout in 885.604064941 2018-11-09 08:15:49,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:49,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-230c1fd5-93f7-4142-b6d3-a5afef05e591 x-compute-request-id: req-230c1fd5-93f7-4142-b6d3-a5afef05e591 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:99:93", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:46.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:15:46Z", "hostId": "748280b73cdcb806163f6b33a16988a71a99053cc42a4ce8aa0d7519", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:49,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-230c1fd5-93f7-4142-b6d3-a5afef05e591 2018-11-09 08:15:49,797 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2] is - ACTIVE 2018-11-09 08:15:49,797 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:15:49,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:50,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-ba0b7235-c3e9-4bbc-aa6c-86932274d2ac x-compute-request-id: req-ba0b7235-c3e9-4bbc-aa6c-86932274d2ac Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:99:93", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:46.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:15:46Z", "hostId": "748280b73cdcb806163f6b33a16988a71a99053cc42a4ce8aa0d7519", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:50,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-ba0b7235-c3e9-4bbc-aa6c-86932274d2ac 2018-11-09 08:15:50,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:50,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-74a31512-3db0-4c5d-aaad-52a23f795fef Date: Fri, 09 Nov 2018 08:15: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":["a77d31c7-73e9-43c6-8019-a8877f52914a"],"updated_at":"2018-11-09T08:14:46Z","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"198427b4179141398172db781000f4d3","id":"8214406a-50cc-416c-b80f-02c09d46f0e4","name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2"}]} 2018-11-09 08:15:50,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 used request id req-74a31512-3db0-4c5d-aaad-52a23f795fef 2018-11-09 08:15:50,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:50,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a36b3390-e665-43fc-a6fb-668a22d7c0c5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:15:50,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-a36b3390-e665-43fc-a6fb-668a22d7c0c5 2018-11-09 08:15:50,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:51,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a98c7253-95ce-4d73-81d4-31f35e571e17 Date: Fri, 09 Nov 2018 08:15:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:46Z","dns_nameservers":[],"updated_at":"2018-11-09T08:14:46Z","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":"198427b4179141398172db781000f4d3","id":"a77d31c7-73e9-43c6-8019-a8877f52914a","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2"}]} 2018-11-09 08:15:51,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-a98c7253-95ce-4d73-81d4-31f35e571e17 2018-11-09 08:15:51,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:51,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-5cec9603-e251-4cdb-a78a-4e77b8dc1c54 Date: Fri, 09 Nov 2018 08:15:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a77d31c7-73e9-43c6-8019-a8877f52914a","ip_address":"10.200.202.4"}],"id":"062bbca8-8124-46fe-8473-10234486f9e2","security_groups":[],"mac_address":"fa:16:3e:42:12:9c","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8214406a-50cc-416c-b80f-02c09d46f0e4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:15Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a77d31c7-73e9-43c6-8019-a8877f52914a","ip_address":"10.200.202.1"}],"id":"3087f99e-1a0f-4d8e-ae61-77f5402c79a6","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:42:5d:a7","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port2","admin_state_up":true,"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:15:00Z","binding:vnic_type":"normal","device_id":"d1d146ed-de08-48d5-bffb-1badaf4edf3c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:15:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a77d31c7-73e9-43c6-8019-a8877f52914a","ip_address":"10.200.202.5"}],"id":"55b6216e-bac1-4f0f-a70d-58c6035dca2a","security_groups":["eec00379-7c06-4d09-9367-8315d64a7db4"],"mac_address":"fa:16:3e:bf:99:93","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port","admin_state_up":true,"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:15:31Z","binding:vnic_type":"normal","device_id":"ae3720b5-58b0-4ab0-90da-1081a0ab9487"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a77d31c7-73e9-43c6-8019-a8877f52914a","ip_address":"10.200.202.2"}],"id":"73fdb633-4f9c-444e-9b17-4d312a20413b","security_groups":[],"mac_address":"fa:16:3e:0d:36:12","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8214406a-50cc-416c-b80f-02c09d46f0e4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:14:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a77d31c7-73e9-43c6-8019-a8877f52914a","ip_address":"10.200.202.3"}],"id":"d0ea3646-4c66-4f40-99fc-f8b45d5f44e3","security_groups":[],"mac_address":"fa:16:3e:6a:d7:58","project_id":"198427b4179141398172db781000f4d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8214406a-50cc-416c-b80f-02c09d46f0e4","tenant_id":"198427b4179141398172db781000f4d3","created_at":"2018-11-09T08:14:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8214406a-50cc-416c-b80f-02c09d46f0e4"}]} 2018-11-09 08:15:51,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-5cec9603-e251-4cdb-a78a-4e77b8dc1c54 2018-11-09 08:15:51,114 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-11-09 08:15:51,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:51,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:15:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbebb2ee-c8e3-4c31-ab58-921a63e9713b x-compute-request-id: req-dbebb2ee-c8e3-4c31-ab58-921a63e9713b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:22:98", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:23.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:15:23Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:51,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-dbebb2ee-c8e3-4c31-ab58-921a63e9713b 2018-11-09 08:15:51,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:15:52,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-0b3d9a14-c615-43af-be85-57f608ac38c5 x-compute-request-id: req-0b3d9a14-c615-43af-be85-57f608ac38c5 Content-Encoding: gzip Content-Length: 9617 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 504404046 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.136275] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138019] pid_max: default: 32768 minimum: 301\n[ 0.138969] ACPI: Core revision 20150930\n[ 0.140448] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141832] Security Framework initialized\n[ 0.142691] Yama: becoming mindful.\n[ 0.143491] AppArmor: AppArmor initialized\n[ 0.144426] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145846] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147206] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148538] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150022] Initializing cgroup subsys io\n[ 0.150921] Initializing cgroup subsys memory\n[ 0.151873] Initializing cgroup subsys devices\n[ 0.152826] Initializing cgroup subsys freezer\n[ 0.153739] Initializing cgroup subsys net_cls\n[ 0.154655] Initializing cgroup subsys perf_event\n[ 0.155658] Initializing cgroup subsys net_prio\n[ 0.156620] Initializing cgroup subsys hugetlb\n[ 0.157532] Initializing cgroup subsys pids\n[ 0.158446] CPU: Physical Processor ID: 0\n[ 0.160021] mce: CPU supports 10 MCE banks\n[ 0.160944] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162005] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164365] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170889] ftrace: allocating 31920 entries in 125 pages\n[ 0.197131] smpboot: Max logical packages: 2\n[ 0.198048] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199349] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200836] x2apic enabled\n[ 0.201701] Switched APIC routing to physical x2apic.\n[ 0.203512] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207136] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209194] KVM setup paravirtual spinlock\n[ 0.210648] x86: Booting SMP configuration:\n[ 0.211611] .... node #0, CPUs: #1\n[ 0.212561] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.234785] x86: Booted up 1 node, 2 CPUs\n[ 0.234788] KVM setup async PF for cpu 1\n[ 0.234791] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.237512] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.239108] devtmpfs: initialized\n[ 0.240848] evm: security.selinux\n[ 0.241586] evm: security.SMACK64\n[ 0.242315] evm: security.SMACK64EXEC\n[ 0.243106] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244740] evm: security.ima\n[ 0.245411] evm: security.capability\n[ 0.246305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248282] pinctrl core: initialized pinctrl subsystem\n[ 0.249459] RTC time: 8:15:23, date: 11/09/18\n[ 0.250504] NET: Registered protocol family 16\n[ 0.260238] cpuidle: using governor ladder\n[ 0.272338] cpuidle: using governor menu\n[ 0.273155] PCCT header not found.\n[ 0.273957] ACPI: bus type PCI registered\n[ 0.274769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276027] PCI: Using configuration type 1 for base access\n[ 0.289488] ACPI: Added _OSI(Module Device)\n[ 0.290353] ACPI: Added _OSI(Processor Device)\n[ 0.291220] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.292119] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.294507] ACPI: Interpreter enabled\n[ 0.295278] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.297129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.298990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.300846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302710] ACPI: (supports S0 S5)\n[ 0.303422] ACPI: Using IOAPIC for interrupt routing\n[ 0.304503] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.310292] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.311489] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313744] acpiphp: Slot [3] registered\n[ 0.314563] acpiphp: Slot [4] registered\n[ 0.315374] acpiphp: Slot [5] registered\n[ 0.316180] acpiphp: Slot [6] registered\n[ 0.316981] acpiphp: Slot [7] registered\n[ 0.317790] acpiphp: Slot [8] registered\n[ 0.318602] acpiphp: Slot [9] registered\n[ 0.319410] acpiphp: Slot [10] registered\n[ 0.330610] acpiphp: Slot [11] registered\n[ 0.331443] acpiphp: Slot [12] registered\n[ 0.332269] acpiphp: Slot [13] registered\n[ 0.333088] acpiphp: Slot [14] registered\n[ 0.333907] acpiphp: Slot [15] registered\n[ 0.334731] acpiphp: Slot [16] registered\n[ 0.335550] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337181] acpiphp: Slot [19] registered\n[ 0.337993] acpiphp: Slot [20] registered\n[ 0.338816] acpiphp: Slot [21] registered\n[ 0.339639] acpiphp: Slot [22] registered\n[ 0.340456] acpiphp: Slot [23] registered\n[ 0.341275] acpiphp: Slot [24] registered\n[ 0.342087] acpiphp: Slot [25] registered\n[ 0.342910] acpiphp: Slot [26] registered\n[ 0.343736] acpiphp: Slot [27] registered\n[ 0.344558] acpiphp: Slot [28] registered\n[ 0.345374] acpiphp: Slot [29] registered\n[ 0.346191] acpiphp: Slot [30] registered\n[ 0.347011] acpiphp: Slot [31] registered\n[ 0.347830] PCI host bridge to bus 0000:00\n[ 0.348645] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349864] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351088] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352549] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354004] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360453] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364195] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371291] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421467] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422967] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424407] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425987] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.428501] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.430073] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431575] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.434847] vgaarb: loaded\n[ 0.435587] vgaarb: bridge control possible 0000:00:02.0\n[ 0.437364] SCSI subsystem initialized\n[ 0.438403] ACPI: bus type USB registered\n[ 0.439439] usbcore: registered new interface driver usbfs\n[ 0.440747] usbcore: registered new interface driver hub\n[ 0.442014] usbcore: registered new device driver usb\n[ 0.443380] PCI: Using ACPI for IRQ routing\n[ 0.444601] NetLabel: Initializing\n[ 0.445501] NetLabel: domain hash size = 128\n[ 0.446595] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.447792] NetLabel: unlabeled traffic allowed by default\n[ 0.449284] clocksource: Switched to clocksource kvm-clock\n[ 0.455609] AppArmor: AppArmor Filesystem Enabled\n[ 0.456828] pnp: PnP ACPI init\n[ 0.457930] pnp: PnP ACPI: found 5 devices\n[ 0.465187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.467336] NET: Registered protocol family 2\n[ 0.468517] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.470173] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.471667] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.473110] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.474451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475893] NET: Registered protocol family 1\n[ 0.476949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478303] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479616] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.498466] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.517503] Trying to unpack rootfs image as initramfs...\n[ 0.567665] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582176] Scanning for low memory corruption every 60 seconds\n[ 0.583903] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.585411] audit: initializing netlink subsys (disabled)\n[ 0.586730] audit: type=2000 audit(1541751324.049:1): initialized\n[ 0.588367] Initialise system trusted keyring\n[ 0.589582] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591084] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593554] zbud: loaded\n[ 0.594821] VFS: Disk quotas dquot_6.6.0\n[ 0.595853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.601828] fuse init (API version 7.23)\n[ 0.602995] Key type big_key registered\n[ 0.603995] Allocating IMA MOK and blacklist keyrings.\n[ 0.605607] Key type asymmetric registered\n[ 0.606629] Asymmetric key parser 'x509' registered\n[ 0.607827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.609694] io scheduler noop registered\n[ 0.610683] io scheduler deadline registered (default)\n[ 0.611927] io scheduler cfq registered\n[ 0.612985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.614329] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.615931] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.617754] ACPI: Power Button [PWRF]\n[ 0.618834] GHES: HEST is not enabled!\n[ 0.637206] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.674905] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.677694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.701557] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.704520] Linux agpgart interface v0.103\n[ 0.707395] brd: module loaded\n[ 0.709435] loop: module loaded\n[ 0.713905] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.715712] GPT:90111 != 20971519\n[ 0.716578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.717985] GPT:90111 != 20971519\n[ 0.718824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.720047] vda: vda1 vda15\n[ 0.721762] scsi host0: ata_piix\n[ 0.722746] scsi host1: ata_piix\n[ 0.723641] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.725189] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.726775] libphy: Fixed MDIO Bus: probed\n[ 0.727836] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729055] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731429] PPP generic driver version 2.4.2\n[ 0.732611] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734208] ehci-pci: EHCI PCI platform driver\n[ 0.735340] ehci-platform: EHCI generic platform driver\n[ 0.736613] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738109] ohci-pci: OHCI PCI platform driver\n[ 0.739236] ohci-platform: OHCI generic platform driver\n[ 0.740547] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.759929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761227] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.763056] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.764363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.765991] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767826] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769948] usb usb1: Product: UHCI Host Controller\n[ 0.771335] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.773114] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.774652] hub 1-0:1.0: USB hub found\n[ 0.775801] hub 1-0:1.0: 2 ports detected\n[ 0.777212] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.780286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.781813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.783376] mousedev: PS/2 mouse device common for all mice\n[ 0.785343] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.790913] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.792462] i2c /dev entries driver\n[ 0.793447] device-mapper: uevent: version 1.0.3\n[ 0.794641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796739] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798425] NET: Registered protocol family 10\n[ 0.800075] NET: Registered protocol family 17\n[ 0.801228] Key type dns_resolver registered\n[ 0.802445] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.803887] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.805670] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.807977] registered taskstats version 1\n[ 0.809061] Loading compiled-in X.509 certificates\n[ 0.810778] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.813233] zswap: loaded using pool lzo/zbud\n[ 0.815219] Key type trusted registered\n[ 0.817158] Key type encrypted registered\n[ 0.818235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.819581] ima: No TPM chip found, activating TPM-bypass!\n[ 0.820917] evm: HMAC attrs: 0x1\n[ 0.822087] Magic number: 10:273:270\n[ 0.823188] rtc_cmos 00:00: setting system clock to 2018-11-09 08:15:23 UTC (1541751323)\n[ 0.835909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837388] EDD information not available.\n[ 0.882457] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884433] Write protecting the kernel read-only data: 14336k\n[ 0.886409] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888682] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.946869] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.73. iid=i-00000092\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing KO\nvPing KO\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWvA/gKzhqUNiM5v0vEzW1xAdXE62Pf7wtge9tI0f/SxEJVoyyYKiXAaKLIhJBFBLheu5AP8oOcKk5gd2yVfYp+SK9UZTUECTInkW6Igfv6eSoGQscSWFqi8NjkeV3UDaGBt8eqM1i6WlDF2gbqXmDnplGSksjoi+lEZOad/o1zQbPQgBmptm572BoAKGFLcz4mfTNGLAQTO3Rh0K2ONwowCFqWpPIkI+aHj9os4PxUgZsKWvfu3N280UqzluZ4nXEVoMKjFMBRI44AgQo2oLlgiX/KhhkNTSljuuF7+tnjNozieQCVp/kj6IJkzlplanjaajsc5cFGhIKVksBA4Mj root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\nssh-dss AAAAB3NzaC1kc3MAAACBAOcLxQwaJPbUsK3Oz4tjibSf3Gx0VZUunaOC5rtt+/2UYTKUZVfb7nbZ2KohWfXbZ6whilsmDJ3j4Gwe1DBKBQT9VOJHl+ceb8eyfB5yeVVRyWEOrq/mBd6g0a2GXNaTkrVRF7Z5WLg9hglaEjMBPB2Umsu7xH+lbtElfb39TYI9AAAAFQCUXdrPwKn5q1kG6jlAXdoL/2lkuwAAAIAypqcYdY7VB8mDhjMw4vKZT3LUBC9IKJ5+lGxxfkomL240A/d8QHbNL8UsFWxp8aLi9pWWJvWMOaSgLGVeOwbJGgHktuKYzISV11H6/K0xg9tiGTffdNj1VtBCle6DQ9oheo4LD+Nf7jtoOrry70ESZmV4I3KuBzhmx2kzYL8jvgAAAIEA1HcrvoaF1wT16cT8ZZ1ojtokHNlhpT+Fg87rXHbOFssL+6Vn56H4ok22hy+xodQPLWFgdCor0Akrno3vDa/pAfxQ3YQwpmW5s97FnQJXNdw8ozZMB94VjE2J55hgfQr8+sa2TSZknTWLg/pmiwQKHPZq7AAarS3areJD1HNBgxA= root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\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:fedd:2298/64,\nip-route:default via 10.200.201.1 dev eth0 \nip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 \nip-route:169.254.169.254 via 10.200.201.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000092\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=26.25 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 login: "} 2018-11-09 08:15:52,805 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313/action used request id req-0b3d9a14-c615-43af-be85-57f608ac38c5 2018-11-09 08:15:52,806 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:15:52,807 - 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 504404046 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.136275] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138019] pid_max: default: 32768 minimum: 301 [ 0.138969] ACPI: Core revision 20150930 [ 0.140448] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141832] Security Framework initialized [ 0.142691] Yama: becoming mindful. [ 0.143491] AppArmor: AppArmor initialized [ 0.144426] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145846] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147206] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148538] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150022] Initializing cgroup subsys io [ 0.150921] Initializing cgroup subsys memory [ 0.151873] Initializing cgroup subsys devices [ 0.152826] Initializing cgroup subsys freezer [ 0.153739] Initializing cgroup subsys net_cls [ 0.154655] Initializing cgroup subsys perf_event [ 0.155658] Initializing cgroup subsys net_prio [ 0.156620] Initializing cgroup subsys hugetlb [ 0.157532] Initializing cgroup subsys pids [ 0.158446] CPU: Physical Processor ID: 0 [ 0.160021] mce: CPU supports 10 MCE banks [ 0.160944] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162005] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164365] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170889] ftrace: allocating 31920 entries in 125 pages [ 0.197131] smpboot: Max logical packages: 2 [ 0.198048] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199349] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200836] x2apic enabled [ 0.201701] Switched APIC routing to physical x2apic. [ 0.203512] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207136] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209194] KVM setup paravirtual spinlock [ 0.210648] x86: Booting SMP configuration: [ 0.211611] .... node #0, CPUs: #1 [ 0.212561] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.234785] x86: Booted up 1 node, 2 CPUs [ 0.234788] KVM setup async PF for cpu 1 [ 0.234791] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.237512] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.239108] devtmpfs: initialized [ 0.240848] evm: security.selinux [ 0.241586] evm: security.SMACK64 [ 0.242315] evm: security.SMACK64EXEC [ 0.243106] evm: security.SMACK64TRANSMUTE [ 0.243960] evm: security.SMACK64MMAP [ 0.244740] evm: security.ima [ 0.245411] evm: security.capability [ 0.246305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248282] pinctrl core: initialized pinctrl subsystem [ 0.249459] RTC time: 8:15:23, date: 11/09/18 [ 0.250504] NET: Registered protocol family 16 [ 0.260238] cpuidle: using governor ladder [ 0.272338] cpuidle: using governor menu [ 0.273155] PCCT header not found. [ 0.273957] ACPI: bus type PCI registered [ 0.274769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.276027] PCI: Using configuration type 1 for base access [ 0.289488] ACPI: Added _OSI(Module Device) [ 0.290353] ACPI: Added _OSI(Processor Device) [ 0.291220] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.292119] ACPI: Added _OSI(Processor Aggregator Device) [ 0.294507] ACPI: Interpreter enabled [ 0.295278] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.297129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.298990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.300846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.302710] ACPI: (supports S0 S5) [ 0.303422] ACPI: Using IOAPIC for interrupt routing [ 0.304503] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.307889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.309041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.310292] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.311489] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.313744] acpiphp: Slot [3] registered [ 0.314563] acpiphp: Slot [4] registered [ 0.315374] acpiphp: Slot [5] registered [ 0.316180] acpiphp: Slot [6] registered [ 0.316981] acpiphp: Slot [7] registered [ 0.317790] acpiphp: Slot [8] registered [ 0.318602] acpiphp: Slot [9] registered [ 0.319410] acpiphp: Slot [10] registered [ 0.330610] acpiphp: Slot [11] registered [ 0.331443] acpiphp: Slot [12] registered [ 0.332269] acpiphp: Slot [13] registered [ 0.333088] acpiphp: Slot [14] registered [ 0.333907] acpiphp: Slot [15] registered [ 0.334731] acpiphp: Slot [16] registered [ 0.335550] acpiphp: Slot [17] registered [ 0.336366] acpiphp: Slot [18] registered [ 0.337181] acpiphp: Slot [19] registered [ 0.337993] acpiphp: Slot [20] registered [ 0.338816] acpiphp: Slot [21] registered [ 0.339639] acpiphp: Slot [22] registered [ 0.340456] acpiphp: Slot [23] registered [ 0.341275] acpiphp: Slot [24] registered [ 0.342087] acpiphp: Slot [25] registered [ 0.342910] acpiphp: Slot [26] registered [ 0.343736] acpiphp: Slot [27] registered [ 0.344558] acpiphp: Slot [28] registered [ 0.345374] acpiphp: Slot [29] registered [ 0.346191] acpiphp: Slot [30] registered [ 0.347011] acpiphp: Slot [31] registered [ 0.347830] PCI host bridge to bus 0000:00 [ 0.348645] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349864] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351088] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352549] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354004] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360453] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364195] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.371291] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421467] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.422967] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424407] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.425987] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.428501] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.430073] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431575] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.434847] vgaarb: loaded [ 0.435587] vgaarb: bridge control possible 0000:00:02.0 [ 0.437364] SCSI subsystem initialized [ 0.438403] ACPI: bus type USB registered [ 0.439439] usbcore: registered new interface driver usbfs [ 0.440747] usbcore: registered new interface driver hub [ 0.442014] usbcore: registered new device driver usb [ 0.443380] PCI: Using ACPI for IRQ routing [ 0.444601] NetLabel: Initializing [ 0.445501] NetLabel: domain hash size = 128 [ 0.446595] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.447792] NetLabel: unlabeled traffic allowed by default [ 0.449284] clocksource: Switched to clocksource kvm-clock [ 0.455609] AppArmor: AppArmor Filesystem Enabled [ 0.456828] pnp: PnP ACPI init [ 0.457930] pnp: PnP ACPI: found 5 devices [ 0.465187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.467336] NET: Registered protocol family 2 [ 0.468517] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.470173] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.471667] TCP: Hash tables configured (established 4096 bind 4096) [ 0.473110] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.474451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.475893] NET: Registered protocol family 1 [ 0.476949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.478303] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.479616] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.498466] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.517503] Trying to unpack rootfs image as initramfs... [ 0.567665] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.582176] Scanning for low memory corruption every 60 seconds [ 0.583903] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.585411] audit: initializing netlink subsys (disabled) [ 0.586730] audit: type=2000 audit(1541751324.049:1): initialized [ 0.588367] Initialise system trusted keyring [ 0.589582] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.591084] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.593554] zbud: loaded [ 0.594821] VFS: Disk quotas dquot_6.6.0 [ 0.595853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.601828] fuse init (API version 7.23) [ 0.602995] Key type big_key registered [ 0.603995] Allocating IMA MOK and blacklist keyrings. [ 0.605607] Key type asymmetric registered [ 0.606629] Asymmetric key parser 'x509' registered [ 0.607827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.609694] io scheduler noop registered [ 0.610683] io scheduler deadline registered (default) [ 0.611927] io scheduler cfq registered [ 0.612985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.614329] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.615931] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.617754] ACPI: Power Button [PWRF] [ 0.618834] GHES: HEST is not enabled! [ 0.637206] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.674905] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.677694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.701557] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.704520] Linux agpgart interface v0.103 [ 0.707395] brd: module loaded [ 0.709435] loop: module loaded [ 0.713905] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.715712] GPT:90111 != 20971519 [ 0.716578] GPT:Alternate GPT header not at the end of the disk. [ 0.717985] GPT:90111 != 20971519 [ 0.718824] GPT: Use GNU Parted to correct GPT errors. [ 0.720047] vda: vda1 vda15 [ 0.721762] scsi host0: ata_piix [ 0.722746] scsi host1: ata_piix [ 0.723641] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.725189] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.726775] libphy: Fixed MDIO Bus: probed [ 0.727836] tun: Universal TUN/TAP device driver, 1.6 [ 0.729055] tun: (C) 1999-2004 Max Krasnyansky [ 0.731429] PPP generic driver version 2.4.2 [ 0.732611] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.734208] ehci-pci: EHCI PCI platform driver [ 0.735340] ehci-platform: EHCI generic platform driver [ 0.736613] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.738109] ohci-pci: OHCI PCI platform driver [ 0.739236] ohci-platform: OHCI generic platform driver [ 0.740547] uhci_hcd: USB Universal Host Controller Interface driver [ 0.759929] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.761227] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.763056] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.764363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.765991] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.767826] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.769948] usb usb1: Product: UHCI Host Controller [ 0.771335] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.773114] usb usb1: SerialNumber: 0000:00:01.2 [ 0.774652] hub 1-0:1.0: USB hub found [ 0.775801] hub 1-0:1.0: 2 ports detected [ 0.777212] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.780286] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.781813] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.783376] mousedev: PS/2 mouse device common for all mice [ 0.785343] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.787978] rtc_cmos 00:00: RTC can wake from S4 [ 0.789376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.790913] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.792462] i2c /dev entries driver [ 0.793447] device-mapper: uevent: version 1.0.3 [ 0.794641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.796739] ledtrig-cpu: registered to indicate activity on CPUs [ 0.798425] NET: Registered protocol family 10 [ 0.800075] NET: Registered protocol family 17 [ 0.801228] Key type dns_resolver registered [ 0.802445] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.803887] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.805670] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.807977] registered taskstats version 1 [ 0.809061] Loading compiled-in X.509 certificates [ 0.810778] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.813233] zswap: loaded using pool lzo/zbud [ 0.815219] Key type trusted registered [ 0.817158] Key type encrypted registered [ 0.818235] AppArmor: AppArmor sha1 policy hashing enabled [ 0.819581] ima: No TPM chip found, activating TPM-bypass! [ 0.820917] evm: HMAC attrs: 0x1 [ 0.822087] Magic number: 10:273:270 [ 0.823188] rtc_cmos 00:00: setting system clock to 2018-11-09 08:15:23 UTC (1541751323) [ 0.835909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.837388] EDD information not available. [ 0.882457] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.884433] Write protecting the kernel read-only data: 14336k [ 0.886409] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.888682] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.946869] 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.51 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.201.5... Lease of 10.200.201.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.201.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.73. iid=i-00000092 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 vPing KO vPing KO vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWvA/gKzhqUNiM5v0vEzW1xAdXE62Pf7wtge9tI0f/SxEJVoyyYKiXAaKLIhJBFBLheu5AP8oOcKk5gd2yVfYp+SK9UZTUECTInkW6Igfv6eSoGQscSWFqi8NjkeV3UDaGBt8eqM1i6WlDF2gbqXmDnplGSksjoi+lEZOad/o1zQbPQgBmptm572BoAKGFLcz4mfTNGLAQTO3Rh0K2ONwowCFqWpPIkI+aHj9os4PxUgZsKWvfu3N280UqzluZ4nXEVoMKjFMBRI44AgQo2oLlgiX/KhhkNTSljuuF7+tnjNozieQCVp/kj6IJkzlplanjaajsc5cFGhIKVksBA4Mj root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 ssh-dss AAAAB3NzaC1kc3MAAACBAOcLxQwaJPbUsK3Oz4tjibSf3Gx0VZUunaOC5rtt+/2UYTKUZVfb7nbZ2KohWfXbZ6whilsmDJ3j4Gwe1DBKBQT9VOJHl+ceb8eyfB5yeVVRyWEOrq/mBd6g0a2GXNaTkrVRF7Z5WLg9hglaEjMBPB2Umsu7xH+lbtElfb39TYI9AAAAFQCUXdrPwKn5q1kG6jlAXdoL/2lkuwAAAIAypqcYdY7VB8mDhjMw4vKZT3LUBC9IKJ5+lGxxfkomL240A/d8QHbNL8UsFWxp8aLi9pWWJvWMOaSgLGVeOwbJGgHktuKYzISV11H6/K0xg9tiGTffdNj1VtBCle6DQ9oheo4LD+Nf7jtoOrry70ESZmV4I3KuBzhmx2kzYL8jvgAAAIEA1HcrvoaF1wT16cT8ZZ1ojtokHNlhpT+Fg87rXHbOFssL+6Vn56H4ok22hy+xodQPLWFgdCor0Akrno3vDa/pAfxQ3YQwpmW5s97FnQJXNdw8ozZMB94VjE2J55hgfQr8+sa2TSZknTWLg/pmiwQKHPZq7AAarS3areJD1HNBgxA= root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.200.201.5,24,fe80::f816:3eff:fedd:2298/64, ip-route:default via 10.200.201.1 dev eth0 ip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 ip-route:169.254.169.254 via 10.200.201.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000092 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 launch-index: 0 === cirros: current=0.4.0 uptime=26.25 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 login: 2018-11-09 08:15:52,807 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-11-09 08:15:52,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:53,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-104d4e9c-738d-4d9f-824e-11c4bbceae7d x-compute-request-id: req-104d4e9c-738d-4d9f-824e-11c4bbceae7d Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:99:93", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:46.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:15:46Z", "hostId": "748280b73cdcb806163f6b33a16988a71a99053cc42a4ce8aa0d7519", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:53,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-104d4e9c-738d-4d9f-824e-11c4bbceae7d 2018-11-09 08:15:53,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:15:54,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-a15c96a9-97e7-4a32-a5b2-156135a79c7d x-compute-request-id: req-a15c96a9-97e7-4a32-a5b2-156135a79c7d Content-Encoding: gzip Content-Length: 9634 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 522648679 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148411] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.150504] pid_max: default: 32768 minimum: 301\n[ 0.151661] ACPI: Core revision 20150930\n[ 0.153324] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154996] Security Framework initialized\n[ 0.156069] Yama: becoming mindful.\n[ 0.157008] AppArmor: AppArmor initialized\n[ 0.158112] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159865] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161552] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164963] Initializing cgroup subsys io\n[ 0.166016] Initializing cgroup subsys memory\n[ 0.167140] Initializing cgroup subsys devices\n[ 0.168277] Initializing cgroup subsys freezer\n[ 0.169412] Initializing cgroup subsys net_cls\n[ 0.170545] Initializing cgroup subsys perf_event\n[ 0.171743] Initializing cgroup subsys net_prio\n[ 0.172897] Initializing cgroup subsys hugetlb\n[ 0.174031] Initializing cgroup subsys pids\n[ 0.175152] CPU: Physical Processor ID: 0\n[ 0.176890] mce: CPU supports 10 MCE banks\n[ 0.177988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179308] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181927] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188786] ftrace: allocating 31920 entries in 125 pages\n[ 0.215309] smpboot: Max logical packages: 2\n[ 0.216416] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217761] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.219118] x2apic enabled\n[ 0.219937] Switched APIC routing to physical x2apic.\n[ 0.221695] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226993] KVM setup paravirtual spinlock\n[ 0.228415] x86: Booting SMP configuration:\n[ 0.229317] .... node #0, CPUs: #1\n[ 0.230219] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.252313] x86: Booted up 1 node, 2 CPUs\n[ 0.252315] KVM setup async PF for cpu 1\n[ 0.252318] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.254902] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.256383] devtmpfs: initialized\n[ 0.258108] evm: security.selinux\n[ 0.258802] evm: security.SMACK64\n[ 0.259493] evm: security.SMACK64EXEC\n[ 0.260234] evm: security.SMACK64TRANSMUTE\n[ 0.261045] evm: security.SMACK64MMAP\n[ 0.261784] evm: security.ima\n[ 0.262424] evm: security.capability\n[ 0.263249] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.265123] pinctrl core: initialized pinctrl subsystem\n[ 0.266215] RTC time: 8:15:46, date: 11/09/18\n[ 0.267177] NET: Registered protocol family 16\n[ 0.277130] cpuidle: using governor ladder\n[ 0.289231] cpuidle: using governor menu\n[ 0.290044] PCCT header not found.\n[ 0.290810] ACPI: bus type PCI registered\n[ 0.291610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.292869] PCI: Using configuration type 1 for base access\n[ 0.306277] ACPI: Added _OSI(Module Device)\n[ 0.307130] ACPI: Added _OSI(Processor Device)\n[ 0.307984] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311155] ACPI: Interpreter enabled\n[ 0.311924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313771] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315614] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.319318] ACPI: (supports S0 S5)\n[ 0.320019] ACPI: Using IOAPIC for interrupt routing\n[ 0.320967] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324334] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.326692] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.327885] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330128] acpiphp: Slot [3] registered\n[ 0.330930] acpiphp: Slot [4] registered\n[ 0.331726] acpiphp: Slot [5] registered\n[ 0.332533] acpiphp: Slot [6] registered\n[ 0.333333] acpiphp: Slot [7] registered\n[ 0.334133] acpiphp: Slot [8] registered\n[ 0.334928] acpiphp: Slot [9] registered\n[ 0.335717] acpiphp: Slot [10] registered\n[ 0.346672] acpiphp: Slot [11] registered\n[ 0.347496] acpiphp: Slot [12] registered\n[ 0.348310] acpiphp: Slot [13] registered\n[ 0.349117] acpiphp: Slot [14] registered\n[ 0.349920] acpiphp: Slot [15] registered\n[ 0.350727] acpiphp: Slot [16] registered\n[ 0.351533] acpiphp: Slot [17] registered\n[ 0.352339] acpiphp: Slot [18] registered\n[ 0.353144] acpiphp: Slot [19] registered\n[ 0.353947] acpiphp: Slot [20] registered\n[ 0.354756] acpiphp: Slot [21] registered\n[ 0.355562] acpiphp: Slot [22] registered\n[ 0.356367] acpiphp: Slot [23] registered\n[ 0.357173] acpiphp: Slot [24] registered\n[ 0.357976] acpiphp: Slot [25] registered\n[ 0.358782] acpiphp: Slot [26] registered\n[ 0.359589] acpiphp: Slot [27] registered\n[ 0.360393] acpiphp: Slot [28] registered\n[ 0.361196] acpiphp: Slot [29] registered\n[ 0.361997] acpiphp: Slot [30] registered\n[ 0.362802] acpiphp: Slot [31] registered\n[ 0.363605] PCI host bridge to bus 0000:00\n[ 0.364416] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.365617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.366745] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.368078] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.369803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.375947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.377230] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.378399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.379642] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.386622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.388068] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436030] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437502] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443602] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444832] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445872] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447399] vgaarb: loaded\n[ 0.448002] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449515] SCSI subsystem initialized\n[ 0.450349] ACPI: bus type USB registered\n[ 0.451165] usbcore: registered new interface driver usbfs\n[ 0.452198] usbcore: registered new interface driver hub\n[ 0.453199] usbcore: registered new device driver usb\n[ 0.454285] PCI: Using ACPI for IRQ routing\n[ 0.455316] NetLabel: Initializing\n[ 0.456031] NetLabel: domain hash size = 128\n[ 0.456884] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457833] NetLabel: unlabeled traffic allowed by default\n[ 0.458958] clocksource: Switched to clocksource kvm-clock\n[ 0.465074] AppArmor: AppArmor Filesystem Enabled\n[ 0.466043] pnp: PnP ACPI init\n[ 0.466995] pnp: PnP ACPI: found 5 devices\n[ 0.473733] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.475432] NET: Registered protocol family 2\n[ 0.476408] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.477667] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.478891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.480046] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.481117] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.482268] NET: Registered protocol family 1\n[ 0.483137] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.484216] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.485270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.503936] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522821] Trying to unpack rootfs image as initramfs...\n[ 0.573444] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587677] Scanning for low memory corruption every 60 seconds\n[ 0.589714] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.591459] audit: initializing netlink subsys (disabled)\n[ 0.593004] audit: type=2000 audit(1541751347.150:1): initialized\n[ 0.594865] Initialise system trusted keyring\n[ 0.596230] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597927] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.600384] zbud: loaded\n[ 0.601267] VFS: Disk quotas dquot_6.6.0\n[ 0.602256] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604580] fuse init (API version 7.23)\n[ 0.605645] Key type big_key registered\n[ 0.606613] Allocating IMA MOK and blacklist keyrings.\n[ 0.608085] Key type asymmetric registered\n[ 0.609073] Asymmetric key parser 'x509' registered\n[ 0.610233] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.611998] io scheduler noop registered\n[ 0.612956] io scheduler deadline registered (default)\n[ 0.614189] io scheduler cfq registered\n[ 0.615212] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.616442] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617997] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.619766] ACPI: Power Button [PWRF]\n[ 0.621079] GHES: HEST is not enabled!\n[ 0.639739] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677741] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680585] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.706953] Linux agpgart interface v0.103\n[ 0.709762] brd: module loaded\n[ 0.711870] loop: module loaded\n[ 0.717301] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.719434] GPT:90111 != 20971519\n[ 0.720272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.721614] GPT:90111 != 20971519\n[ 0.722443] GPT: Use GNU Parted to correct GPT errors.\n[ 0.723696] vda: vda1 vda15\n[ 0.725367] scsi host0: ata_piix\n[ 0.726303] scsi host1: ata_piix\n[ 0.727195] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.728731] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.730658] libphy: Fixed MDIO Bus: probed\n[ 0.731687] tun: Universal TUN/TAP device driver, 1.6\n[ 0.732887] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.735187] PPP generic driver version 2.4.2\n[ 0.736291] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737802] ehci-pci: EHCI PCI platform driver\n[ 0.738908] ehci-platform: EHCI generic platform driver\n[ 0.740206] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741632] ohci-pci: OHCI PCI platform driver\n[ 0.742717] ohci-platform: OHCI generic platform driver\n[ 0.743967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.763133] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.764353] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.766145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767389] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.768784] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770338] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772136] usb usb1: Product: UHCI Host Controller\n[ 0.773364] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.774843] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776032] hub 1-0:1.0: USB hub found\n[ 0.777029] hub 1-0:1.0: 2 ports detected\n[ 0.778110] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.780636] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.781864] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.783126] mousedev: PS/2 mouse device common for all mice\n[ 0.784594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786050] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.789683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791276] i2c /dev entries driver\n[ 0.792192] device-mapper: uevent: version 1.0.3\n[ 0.793371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.795509] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.796919] NET: Registered protocol family 10\n[ 0.798348] NET: Registered protocol family 17\n[ 0.799249] Key type dns_resolver registered\n[ 0.800209] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801321] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.802425] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.804223] registered taskstats version 1\n[ 0.805068] Loading compiled-in X.509 certificates\n[ 0.806493] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.808335] zswap: loaded using pool lzo/zbud\n[ 0.809878] Key type trusted registered\n[ 0.811591] Key type encrypted registered\n[ 0.812423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.813448] ima: No TPM chip found, activating TPM-bypass!\n[ 0.814491] evm: HMAC attrs: 0x1\n[ 0.815458] Magic number: 10:273:270\n[ 0.816340] rtc_cmos 00:00: setting system clock to 2018-11-09 08:15:47 UTC (1541751347)\n[ 0.828246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.829415] EDD information not available.\n[ 0.884215] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886122] Write protecting the kernel read-only data: 14336k\n[ 0.887969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.890115] 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 2.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... [ 2.282228] 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.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.24. iid=i-00000095\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.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC53tJAhyUROUxFE70xSeix5mXShY/XlPhsGKbn3CJo0BiF2WlayqyKEp8dETWImju71/yWjMimRJB4RR/POsgrLhDVFEy9HhlaK1OE59aD35bPuaae6BXeY4y1p0NnSKV6e1lZwIXdUtXItlClPk9dcZsO5k2mV1oyqysJzr0fKoBSJD/xeUG3zch5U2O2iBW2TrAhGoflNs5jezRT/fDO38GWv41noMRRbHT7ez1OiLD3Zi9s4qs/Uz5pSR8NBTLjZHFBjKbl2ZiE9cZAhW3Oh1BmAlA3DdngS20E8qdZ1FY7Y0vSaelGVs2AxPcpOEyMRkcw88cixOmdk5ZP8yHP root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\nssh-dss AAAAB3NzaC1kc3MAAACBAK3rmuKrkUWw/keL+ezNLpl16RiQHax8tf9UYxnl9ybEQO7Vuu2X2gmpw0cXMKniHSTOBPRSkfcvgY7ONCH/r+wNA1uBwXyAK6trUhmGU3KnrYK6HUAom1xMMUezmC3xcjCObrTA7Vno/4VDn8XbRce27Vix78+lBPZeHp+Hh5z/AAAAFQCHRFzaxAMpymW/beE03iIwx7DGcQAAAIAk8qlScbMi2jm0r4omAGZTi/KCNsusu8OzNMg0wZB7q20C7q32Sx2qw2Y7m9JlYs8i1A79y3CMyPQEU0R7vkRvOLYMky6l5lXhufvJxRHIFz0WAMkA9idGsXwzhAIRoBVSnlPJiwGkFHYaaKxwoeGmaQfYR6xbT7aZ4j3kp/UXBwAAAIAObj4GZuuVk4XRXBL3gHO8nEtOtYjBkA/KsJ82E4X2j5BToWlnvGFTk3YaMXHx/59oscXJbF3VaThkLoNeaY/M5A2IiPSQD6OxOLFZpHV87LMDVk2vAthnxuZ0riPNgUkuxgD7V2gsZT3qSmCmA9s0WWxgPnVPGd393xWvGIQDTg== root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\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:febf:9993/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.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-00000095\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.11 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 login: "} 2018-11-09 08:15:54,114 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487/action used request id req-a15c96a9-97e7-4a32-a5b2-156135a79c7d 2018-11-09 08:15:54,115 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:15:54,115 - 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 522648679 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148411] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150504] pid_max: default: 32768 minimum: 301 [ 0.151661] ACPI: Core revision 20150930 [ 0.153324] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154996] Security Framework initialized [ 0.156069] Yama: becoming mindful. [ 0.157008] AppArmor: AppArmor initialized [ 0.158112] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159865] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161552] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164963] Initializing cgroup subsys io [ 0.166016] Initializing cgroup subsys memory [ 0.167140] Initializing cgroup subsys devices [ 0.168277] Initializing cgroup subsys freezer [ 0.169412] Initializing cgroup subsys net_cls [ 0.170545] Initializing cgroup subsys perf_event [ 0.171743] Initializing cgroup subsys net_prio [ 0.172897] Initializing cgroup subsys hugetlb [ 0.174031] Initializing cgroup subsys pids [ 0.175152] CPU: Physical Processor ID: 0 [ 0.176890] mce: CPU supports 10 MCE banks [ 0.177988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.179308] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181927] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188786] ftrace: allocating 31920 entries in 125 pages [ 0.215309] smpboot: Max logical packages: 2 [ 0.216416] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217761] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.219118] x2apic enabled [ 0.219937] Switched APIC routing to physical x2apic. [ 0.221695] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.226993] KVM setup paravirtual spinlock [ 0.228415] x86: Booting SMP configuration: [ 0.229317] .... node #0, CPUs: #1 [ 0.230219] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.252313] x86: Booted up 1 node, 2 CPUs [ 0.252315] KVM setup async PF for cpu 1 [ 0.252318] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.254902] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.256383] devtmpfs: initialized [ 0.258108] evm: security.selinux [ 0.258802] evm: security.SMACK64 [ 0.259493] evm: security.SMACK64EXEC [ 0.260234] evm: security.SMACK64TRANSMUTE [ 0.261045] evm: security.SMACK64MMAP [ 0.261784] evm: security.ima [ 0.262424] evm: security.capability [ 0.263249] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.265123] pinctrl core: initialized pinctrl subsystem [ 0.266215] RTC time: 8:15:46, date: 11/09/18 [ 0.267177] NET: Registered protocol family 16 [ 0.277130] cpuidle: using governor ladder [ 0.289231] cpuidle: using governor menu [ 0.290044] PCCT header not found. [ 0.290810] ACPI: bus type PCI registered [ 0.291610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.292869] PCI: Using configuration type 1 for base access [ 0.306277] ACPI: Added _OSI(Module Device) [ 0.307130] ACPI: Added _OSI(Processor Device) [ 0.307984] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.308872] ACPI: Added _OSI(Processor Aggregator Device) [ 0.311155] ACPI: Interpreter enabled [ 0.311924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313771] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.315614] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.319318] ACPI: (supports S0 S5) [ 0.320019] ACPI: Using IOAPIC for interrupt routing [ 0.320967] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324334] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.325470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.326692] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.327885] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330128] acpiphp: Slot [3] registered [ 0.330930] acpiphp: Slot [4] registered [ 0.331726] acpiphp: Slot [5] registered [ 0.332533] acpiphp: Slot [6] registered [ 0.333333] acpiphp: Slot [7] registered [ 0.334133] acpiphp: Slot [8] registered [ 0.334928] acpiphp: Slot [9] registered [ 0.335717] acpiphp: Slot [10] registered [ 0.346672] acpiphp: Slot [11] registered [ 0.347496] acpiphp: Slot [12] registered [ 0.348310] acpiphp: Slot [13] registered [ 0.349117] acpiphp: Slot [14] registered [ 0.349920] acpiphp: Slot [15] registered [ 0.350727] acpiphp: Slot [16] registered [ 0.351533] acpiphp: Slot [17] registered [ 0.352339] acpiphp: Slot [18] registered [ 0.353144] acpiphp: Slot [19] registered [ 0.353947] acpiphp: Slot [20] registered [ 0.354756] acpiphp: Slot [21] registered [ 0.355562] acpiphp: Slot [22] registered [ 0.356367] acpiphp: Slot [23] registered [ 0.357173] acpiphp: Slot [24] registered [ 0.357976] acpiphp: Slot [25] registered [ 0.358782] acpiphp: Slot [26] registered [ 0.359589] acpiphp: Slot [27] registered [ 0.360393] acpiphp: Slot [28] registered [ 0.361196] acpiphp: Slot [29] registered [ 0.361997] acpiphp: Slot [30] registered [ 0.362802] acpiphp: Slot [31] registered [ 0.363605] PCI host bridge to bus 0000:00 [ 0.364416] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.365617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.366745] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.368078] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.369803] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.375947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.377230] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.378399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.379642] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.386622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.388068] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.436030] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.437502] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443602] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.444832] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.445872] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.447399] vgaarb: loaded [ 0.448002] vgaarb: bridge control possible 0000:00:02.0 [ 0.449515] SCSI subsystem initialized [ 0.450349] ACPI: bus type USB registered [ 0.451165] usbcore: registered new interface driver usbfs [ 0.452198] usbcore: registered new interface driver hub [ 0.453199] usbcore: registered new device driver usb [ 0.454285] PCI: Using ACPI for IRQ routing [ 0.455316] NetLabel: Initializing [ 0.456031] NetLabel: domain hash size = 128 [ 0.456884] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457833] NetLabel: unlabeled traffic allowed by default [ 0.458958] clocksource: Switched to clocksource kvm-clock [ 0.465074] AppArmor: AppArmor Filesystem Enabled [ 0.466043] pnp: PnP ACPI init [ 0.466995] pnp: PnP ACPI: found 5 devices [ 0.473733] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.475432] NET: Registered protocol family 2 [ 0.476408] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.477667] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.478891] TCP: Hash tables configured (established 4096 bind 4096) [ 0.480046] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.481117] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.482268] NET: Registered protocol family 1 [ 0.483137] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.484216] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.485270] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.503936] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.522821] Trying to unpack rootfs image as initramfs... [ 0.573444] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.587677] Scanning for low memory corruption every 60 seconds [ 0.589714] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.591459] audit: initializing netlink subsys (disabled) [ 0.593004] audit: type=2000 audit(1541751347.150:1): initialized [ 0.594865] Initialise system trusted keyring [ 0.596230] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.597927] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.600384] zbud: loaded [ 0.601267] VFS: Disk quotas dquot_6.6.0 [ 0.602256] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.604580] fuse init (API version 7.23) [ 0.605645] Key type big_key registered [ 0.606613] Allocating IMA MOK and blacklist keyrings. [ 0.608085] Key type asymmetric registered [ 0.609073] Asymmetric key parser 'x509' registered [ 0.610233] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.611998] io scheduler noop registered [ 0.612956] io scheduler deadline registered (default) [ 0.614189] io scheduler cfq registered [ 0.615212] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.616442] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.617997] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.619766] ACPI: Power Button [PWRF] [ 0.621079] GHES: HEST is not enabled! [ 0.639739] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677741] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.680585] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.706953] Linux agpgart interface v0.103 [ 0.709762] brd: module loaded [ 0.711870] loop: module loaded [ 0.717301] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.719434] GPT:90111 != 20971519 [ 0.720272] GPT:Alternate GPT header not at the end of the disk. [ 0.721614] GPT:90111 != 20971519 [ 0.722443] GPT: Use GNU Parted to correct GPT errors. [ 0.723696] vda: vda1 vda15 [ 0.725367] scsi host0: ata_piix [ 0.726303] scsi host1: ata_piix [ 0.727195] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.728731] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.730658] libphy: Fixed MDIO Bus: probed [ 0.731687] tun: Universal TUN/TAP device driver, 1.6 [ 0.732887] tun: (C) 1999-2004 Max Krasnyansky [ 0.735187] PPP generic driver version 2.4.2 [ 0.736291] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.737802] ehci-pci: EHCI PCI platform driver [ 0.738908] ehci-platform: EHCI generic platform driver [ 0.740206] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.741632] ohci-pci: OHCI PCI platform driver [ 0.742717] ohci-platform: OHCI generic platform driver [ 0.743967] uhci_hcd: USB Universal Host Controller Interface driver [ 0.763133] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.764353] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.766145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767389] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.768784] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.770338] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772136] usb usb1: Product: UHCI Host Controller [ 0.773364] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.774843] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776032] hub 1-0:1.0: USB hub found [ 0.777029] hub 1-0:1.0: 2 ports detected [ 0.778110] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.780636] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.781864] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.783126] mousedev: PS/2 mouse device common for all mice [ 0.784594] rtc_cmos 00:00: RTC can wake from S4 [ 0.786050] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.789683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.791276] i2c /dev entries driver [ 0.792192] device-mapper: uevent: version 1.0.3 [ 0.793371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.795509] ledtrig-cpu: registered to indicate activity on CPUs [ 0.796919] NET: Registered protocol family 10 [ 0.798348] NET: Registered protocol family 17 [ 0.799249] Key type dns_resolver registered [ 0.800209] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801321] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.802425] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.804223] registered taskstats version 1 [ 0.805068] Loading compiled-in X.509 certificates [ 0.806493] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.808335] zswap: loaded using pool lzo/zbud [ 0.809878] Key type trusted registered [ 0.811591] Key type encrypted registered [ 0.812423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.813448] ima: No TPM chip found, activating TPM-bypass! [ 0.814491] evm: HMAC attrs: 0x1 [ 0.815458] Magic number: 10:273:270 [ 0.816340] rtc_cmos 00:00: setting system clock to 2018-11-09 08:15:47 UTC (1541751347) [ 0.828246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.829415] EDD information not available. [ 0.884215] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.886122] Write protecting the kernel read-only data: 14336k [ 0.887969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.890115] 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 2.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... [ 2.282228] 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.202.5... Lease of 10.200.202.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.202.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.24. iid=i-00000095 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC53tJAhyUROUxFE70xSeix5mXShY/XlPhsGKbn3CJo0BiF2WlayqyKEp8dETWImju71/yWjMimRJB4RR/POsgrLhDVFEy9HhlaK1OE59aD35bPuaae6BXeY4y1p0NnSKV6e1lZwIXdUtXItlClPk9dcZsO5k2mV1oyqysJzr0fKoBSJD/xeUG3zch5U2O2iBW2TrAhGoflNs5jezRT/fDO38GWv41noMRRbHT7ez1OiLD3Zi9s4qs/Uz5pSR8NBTLjZHFBjKbl2ZiE9cZAhW3Oh1BmAlA3DdngS20E8qdZ1FY7Y0vSaelGVs2AxPcpOEyMRkcw88cixOmdk5ZP8yHP root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 ssh-dss AAAAB3NzaC1kc3MAAACBAK3rmuKrkUWw/keL+ezNLpl16RiQHax8tf9UYxnl9ybEQO7Vuu2X2gmpw0cXMKniHSTOBPRSkfcvgY7ONCH/r+wNA1uBwXyAK6trUhmGU3KnrYK6HUAom1xMMUezmC3xcjCObrTA7Vno/4VDn8XbRce27Vix78+lBPZeHp+Hh5z/AAAAFQCHRFzaxAMpymW/beE03iIwx7DGcQAAAIAk8qlScbMi2jm0r4omAGZTi/KCNsusu8OzNMg0wZB7q20C7q32Sx2qw2Y7m9JlYs8i1A79y3CMyPQEU0R7vkRvOLYMky6l5lXhufvJxRHIFz0WAMkA9idGsXwzhAIRoBVSnlPJiwGkFHYaaKxwoeGmaQfYR6xbT7aZ4j3kp/UXBwAAAIAObj4GZuuVk4XRXBL3gHO8nEtOtYjBkA/KsJ82E4X2j5BToWlnvGFTk3YaMXHx/59oscXJbF3VaThkLoNeaY/M5A2IiPSQD6OxOLFZpHV87LMDVk2vAthnxuZ0riPNgUkuxgD7V2gsZT3qSmCmA9s0WWxgPnVPGd393xWvGIQDTg== root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.200.202.5,24,fe80::f816:3eff:febf:9993/64, ip-route:default via 10.200.202.1 dev eth0 ip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 ip-route:169.254.169.254 via 10.200.202.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-00000095 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 launch-index: 0 === cirros: current=0.4.0 uptime=4.11 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 login: 2018-11-09 08:15:55,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:15:55,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-3968433b-f2fb-44f2-bb5b-f9a00aca00b9 x-compute-request-id: req-3968433b-f2fb-44f2-bb5b-f9a00aca00b9 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:22:98", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:23.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:15:23Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:55,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-3968433b-f2fb-44f2-bb5b-f9a00aca00b9 2018-11-09 08:15:55,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:15:56,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-bbb8a214-3156-495c-ae76-aeade5739e0f x-compute-request-id: req-bbb8a214-3156-495c-ae76-aeade5739e0f Content-Encoding: gzip Content-Length: 9617 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 504404046 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.136275] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138019] pid_max: default: 32768 minimum: 301\n[ 0.138969] ACPI: Core revision 20150930\n[ 0.140448] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141832] Security Framework initialized\n[ 0.142691] Yama: becoming mindful.\n[ 0.143491] AppArmor: AppArmor initialized\n[ 0.144426] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145846] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147206] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148538] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150022] Initializing cgroup subsys io\n[ 0.150921] Initializing cgroup subsys memory\n[ 0.151873] Initializing cgroup subsys devices\n[ 0.152826] Initializing cgroup subsys freezer\n[ 0.153739] Initializing cgroup subsys net_cls\n[ 0.154655] Initializing cgroup subsys perf_event\n[ 0.155658] Initializing cgroup subsys net_prio\n[ 0.156620] Initializing cgroup subsys hugetlb\n[ 0.157532] Initializing cgroup subsys pids\n[ 0.158446] CPU: Physical Processor ID: 0\n[ 0.160021] mce: CPU supports 10 MCE banks\n[ 0.160944] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162005] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164365] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170889] ftrace: allocating 31920 entries in 125 pages\n[ 0.197131] smpboot: Max logical packages: 2\n[ 0.198048] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199349] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200836] x2apic enabled\n[ 0.201701] Switched APIC routing to physical x2apic.\n[ 0.203512] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207136] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209194] KVM setup paravirtual spinlock\n[ 0.210648] x86: Booting SMP configuration:\n[ 0.211611] .... node #0, CPUs: #1\n[ 0.212561] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.234785] x86: Booted up 1 node, 2 CPUs\n[ 0.234788] KVM setup async PF for cpu 1\n[ 0.234791] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.237512] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.239108] devtmpfs: initialized\n[ 0.240848] evm: security.selinux\n[ 0.241586] evm: security.SMACK64\n[ 0.242315] evm: security.SMACK64EXEC\n[ 0.243106] evm: security.SMACK64TRANSMUTE\n[ 0.243960] evm: security.SMACK64MMAP\n[ 0.244740] evm: security.ima\n[ 0.245411] evm: security.capability\n[ 0.246305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248282] pinctrl core: initialized pinctrl subsystem\n[ 0.249459] RTC time: 8:15:23, date: 11/09/18\n[ 0.250504] NET: Registered protocol family 16\n[ 0.260238] cpuidle: using governor ladder\n[ 0.272338] cpuidle: using governor menu\n[ 0.273155] PCCT header not found.\n[ 0.273957] ACPI: bus type PCI registered\n[ 0.274769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276027] PCI: Using configuration type 1 for base access\n[ 0.289488] ACPI: Added _OSI(Module Device)\n[ 0.290353] ACPI: Added _OSI(Processor Device)\n[ 0.291220] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.292119] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.294507] ACPI: Interpreter enabled\n[ 0.295278] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.297129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.298990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.300846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.302710] ACPI: (supports S0 S5)\n[ 0.303422] ACPI: Using IOAPIC for interrupt routing\n[ 0.304503] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.310292] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.311489] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313744] acpiphp: Slot [3] registered\n[ 0.314563] acpiphp: Slot [4] registered\n[ 0.315374] acpiphp: Slot [5] registered\n[ 0.316180] acpiphp: Slot [6] registered\n[ 0.316981] acpiphp: Slot [7] registered\n[ 0.317790] acpiphp: Slot [8] registered\n[ 0.318602] acpiphp: Slot [9] registered\n[ 0.319410] acpiphp: Slot [10] registered\n[ 0.330610] acpiphp: Slot [11] registered\n[ 0.331443] acpiphp: Slot [12] registered\n[ 0.332269] acpiphp: Slot [13] registered\n[ 0.333088] acpiphp: Slot [14] registered\n[ 0.333907] acpiphp: Slot [15] registered\n[ 0.334731] acpiphp: Slot [16] registered\n[ 0.335550] acpiphp: Slot [17] registered\n[ 0.336366] acpiphp: Slot [18] registered\n[ 0.337181] acpiphp: Slot [19] registered\n[ 0.337993] acpiphp: Slot [20] registered\n[ 0.338816] acpiphp: Slot [21] registered\n[ 0.339639] acpiphp: Slot [22] registered\n[ 0.340456] acpiphp: Slot [23] registered\n[ 0.341275] acpiphp: Slot [24] registered\n[ 0.342087] acpiphp: Slot [25] registered\n[ 0.342910] acpiphp: Slot [26] registered\n[ 0.343736] acpiphp: Slot [27] registered\n[ 0.344558] acpiphp: Slot [28] registered\n[ 0.345374] acpiphp: Slot [29] registered\n[ 0.346191] acpiphp: Slot [30] registered\n[ 0.347011] acpiphp: Slot [31] registered\n[ 0.347830] PCI host bridge to bus 0000:00\n[ 0.348645] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349864] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351088] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352549] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354004] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360453] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361741] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364195] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.371291] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421467] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422967] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424407] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425987] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.428501] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.430073] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431575] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.434847] vgaarb: loaded\n[ 0.435587] vgaarb: bridge control possible 0000:00:02.0\n[ 0.437364] SCSI subsystem initialized\n[ 0.438403] ACPI: bus type USB registered\n[ 0.439439] usbcore: registered new interface driver usbfs\n[ 0.440747] usbcore: registered new interface driver hub\n[ 0.442014] usbcore: registered new device driver usb\n[ 0.443380] PCI: Using ACPI for IRQ routing\n[ 0.444601] NetLabel: Initializing\n[ 0.445501] NetLabel: domain hash size = 128\n[ 0.446595] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.447792] NetLabel: unlabeled traffic allowed by default\n[ 0.449284] clocksource: Switched to clocksource kvm-clock\n[ 0.455609] AppArmor: AppArmor Filesystem Enabled\n[ 0.456828] pnp: PnP ACPI init\n[ 0.457930] pnp: PnP ACPI: found 5 devices\n[ 0.465187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.467336] NET: Registered protocol family 2\n[ 0.468517] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.470173] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.471667] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.473110] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.474451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475893] NET: Registered protocol family 1\n[ 0.476949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478303] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479616] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.498466] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.517503] Trying to unpack rootfs image as initramfs...\n[ 0.567665] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582176] Scanning for low memory corruption every 60 seconds\n[ 0.583903] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.585411] audit: initializing netlink subsys (disabled)\n[ 0.586730] audit: type=2000 audit(1541751324.049:1): initialized\n[ 0.588367] Initialise system trusted keyring\n[ 0.589582] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591084] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593554] zbud: loaded\n[ 0.594821] VFS: Disk quotas dquot_6.6.0\n[ 0.595853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.601828] fuse init (API version 7.23)\n[ 0.602995] Key type big_key registered\n[ 0.603995] Allocating IMA MOK and blacklist keyrings.\n[ 0.605607] Key type asymmetric registered\n[ 0.606629] Asymmetric key parser 'x509' registered\n[ 0.607827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.609694] io scheduler noop registered\n[ 0.610683] io scheduler deadline registered (default)\n[ 0.611927] io scheduler cfq registered\n[ 0.612985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.614329] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.615931] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.617754] ACPI: Power Button [PWRF]\n[ 0.618834] GHES: HEST is not enabled!\n[ 0.637206] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.674905] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.677694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.701557] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.704520] Linux agpgart interface v0.103\n[ 0.707395] brd: module loaded\n[ 0.709435] loop: module loaded\n[ 0.713905] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.715712] GPT:90111 != 20971519\n[ 0.716578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.717985] GPT:90111 != 20971519\n[ 0.718824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.720047] vda: vda1 vda15\n[ 0.721762] scsi host0: ata_piix\n[ 0.722746] scsi host1: ata_piix\n[ 0.723641] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.725189] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.726775] libphy: Fixed MDIO Bus: probed\n[ 0.727836] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729055] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731429] PPP generic driver version 2.4.2\n[ 0.732611] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734208] ehci-pci: EHCI PCI platform driver\n[ 0.735340] ehci-platform: EHCI generic platform driver\n[ 0.736613] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738109] ohci-pci: OHCI PCI platform driver\n[ 0.739236] ohci-platform: OHCI generic platform driver\n[ 0.740547] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.759929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761227] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.763056] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.764363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.765991] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767826] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769948] usb usb1: Product: UHCI Host Controller\n[ 0.771335] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.773114] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.774652] hub 1-0:1.0: USB hub found\n[ 0.775801] hub 1-0:1.0: 2 ports detected\n[ 0.777212] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.780286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.781813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.783376] mousedev: PS/2 mouse device common for all mice\n[ 0.785343] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.790913] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.792462] i2c /dev entries driver\n[ 0.793447] device-mapper: uevent: version 1.0.3\n[ 0.794641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.796739] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.798425] NET: Registered protocol family 10\n[ 0.800075] NET: Registered protocol family 17\n[ 0.801228] Key type dns_resolver registered\n[ 0.802445] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.803887] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.805670] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.807977] registered taskstats version 1\n[ 0.809061] Loading compiled-in X.509 certificates\n[ 0.810778] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.813233] zswap: loaded using pool lzo/zbud\n[ 0.815219] Key type trusted registered\n[ 0.817158] Key type encrypted registered\n[ 0.818235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.819581] ima: No TPM chip found, activating TPM-bypass!\n[ 0.820917] evm: HMAC attrs: 0x1\n[ 0.822087] Magic number: 10:273:270\n[ 0.823188] rtc_cmos 00:00: setting system clock to 2018-11-09 08:15:23 UTC (1541751323)\n[ 0.835909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837388] EDD information not available.\n[ 0.882457] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884433] Write protecting the kernel read-only data: 14336k\n[ 0.886409] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888682] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.946869] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.73. iid=i-00000092\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing KO\nvPing KO\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDWvA/gKzhqUNiM5v0vEzW1xAdXE62Pf7wtge9tI0f/SxEJVoyyYKiXAaKLIhJBFBLheu5AP8oOcKk5gd2yVfYp+SK9UZTUECTInkW6Igfv6eSoGQscSWFqi8NjkeV3UDaGBt8eqM1i6WlDF2gbqXmDnplGSksjoi+lEZOad/o1zQbPQgBmptm572BoAKGFLcz4mfTNGLAQTO3Rh0K2ONwowCFqWpPIkI+aHj9os4PxUgZsKWvfu3N280UqzluZ4nXEVoMKjFMBRI44AgQo2oLlgiX/KhhkNTSljuuF7+tnjNozieQCVp/kj6IJkzlplanjaajsc5cFGhIKVksBA4Mj root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\nssh-dss AAAAB3NzaC1kc3MAAACBAOcLxQwaJPbUsK3Oz4tjibSf3Gx0VZUunaOC5rtt+/2UYTKUZVfb7nbZ2KohWfXbZ6whilsmDJ3j4Gwe1DBKBQT9VOJHl+ceb8eyfB5yeVVRyWEOrq/mBd6g0a2GXNaTkrVRF7Z5WLg9hglaEjMBPB2Umsu7xH+lbtElfb39TYI9AAAAFQCUXdrPwKn5q1kG6jlAXdoL/2lkuwAAAIAypqcYdY7VB8mDhjMw4vKZT3LUBC9IKJ5+lGxxfkomL240A/d8QHbNL8UsFWxp8aLi9pWWJvWMOaSgLGVeOwbJGgHktuKYzISV11H6/K0xg9tiGTffdNj1VtBCle6DQ9oheo4LD+Nf7jtoOrry70ESZmV4I3KuBzhmx2kzYL8jvgAAAIEA1HcrvoaF1wT16cT8ZZ1ojtokHNlhpT+Fg87rXHbOFssL+6Vn56H4ok22hy+xodQPLWFgdCor0Akrno3vDa/pAfxQ3YQwpmW5s97FnQJXNdw8ozZMB94VjE2J55hgfQr8+sa2TSZknTWLg/pmiwQKHPZq7AAarS3areJD1HNBgxA= root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\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:fedd:2298/64,\nip-route:default via 10.200.201.1 dev eth0 \nip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 \nip-route:169.254.169.254 via 10.200.201.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000092\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=26.25 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 login: "} 2018-11-09 08:15:56,679 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313/action used request id req-bbb8a214-3156-495c-ae76-aeade5739e0f 2018-11-09 08:15:57,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:15:58,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-01fde895-3003-47f3-9333-2c50a236b67a x-compute-request-id: req-01fde895-3003-47f3-9333-2c50a236b67a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:99:93", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:46.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "security_groups": [{"name": "default"}], "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:15:46Z", "hostId": "748280b73cdcb806163f6b33a16988a71a99053cc42a4ce8aa0d7519", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:15:58,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-01fde895-3003-47f3-9333-2c50a236b67a 2018-11-09 08:15:58,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:15:59,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-1ea78e80-a727-43d5-837e-4020b5de4435 x-compute-request-id: req-1ea78e80-a727-43d5-837e-4020b5de4435 Content-Encoding: gzip Content-Length: 9634 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 522648679 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148411] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.150504] pid_max: default: 32768 minimum: 301\n[ 0.151661] ACPI: Core revision 20150930\n[ 0.153324] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154996] Security Framework initialized\n[ 0.156069] Yama: becoming mindful.\n[ 0.157008] AppArmor: AppArmor initialized\n[ 0.158112] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159865] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161552] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164963] Initializing cgroup subsys io\n[ 0.166016] Initializing cgroup subsys memory\n[ 0.167140] Initializing cgroup subsys devices\n[ 0.168277] Initializing cgroup subsys freezer\n[ 0.169412] Initializing cgroup subsys net_cls\n[ 0.170545] Initializing cgroup subsys perf_event\n[ 0.171743] Initializing cgroup subsys net_prio\n[ 0.172897] Initializing cgroup subsys hugetlb\n[ 0.174031] Initializing cgroup subsys pids\n[ 0.175152] CPU: Physical Processor ID: 0\n[ 0.176890] mce: CPU supports 10 MCE banks\n[ 0.177988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179308] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181927] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188786] ftrace: allocating 31920 entries in 125 pages\n[ 0.215309] smpboot: Max logical packages: 2\n[ 0.216416] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217761] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.219118] x2apic enabled\n[ 0.219937] Switched APIC routing to physical x2apic.\n[ 0.221695] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226993] KVM setup paravirtual spinlock\n[ 0.228415] x86: Booting SMP configuration:\n[ 0.229317] .... node #0, CPUs: #1\n[ 0.230219] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.252313] x86: Booted up 1 node, 2 CPUs\n[ 0.252315] KVM setup async PF for cpu 1\n[ 0.252318] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.254902] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.256383] devtmpfs: initialized\n[ 0.258108] evm: security.selinux\n[ 0.258802] evm: security.SMACK64\n[ 0.259493] evm: security.SMACK64EXEC\n[ 0.260234] evm: security.SMACK64TRANSMUTE\n[ 0.261045] evm: security.SMACK64MMAP\n[ 0.261784] evm: security.ima\n[ 0.262424] evm: security.capability\n[ 0.263249] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.265123] pinctrl core: initialized pinctrl subsystem\n[ 0.266215] RTC time: 8:15:46, date: 11/09/18\n[ 0.267177] NET: Registered protocol family 16\n[ 0.277130] cpuidle: using governor ladder\n[ 0.289231] cpuidle: using governor menu\n[ 0.290044] PCCT header not found.\n[ 0.290810] ACPI: bus type PCI registered\n[ 0.291610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.292869] PCI: Using configuration type 1 for base access\n[ 0.306277] ACPI: Added _OSI(Module Device)\n[ 0.307130] ACPI: Added _OSI(Processor Device)\n[ 0.307984] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311155] ACPI: Interpreter enabled\n[ 0.311924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313771] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315614] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.319318] ACPI: (supports S0 S5)\n[ 0.320019] ACPI: Using IOAPIC for interrupt routing\n[ 0.320967] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324334] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.326692] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.327885] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330128] acpiphp: Slot [3] registered\n[ 0.330930] acpiphp: Slot [4] registered\n[ 0.331726] acpiphp: Slot [5] registered\n[ 0.332533] acpiphp: Slot [6] registered\n[ 0.333333] acpiphp: Slot [7] registered\n[ 0.334133] acpiphp: Slot [8] registered\n[ 0.334928] acpiphp: Slot [9] registered\n[ 0.335717] acpiphp: Slot [10] registered\n[ 0.346672] acpiphp: Slot [11] registered\n[ 0.347496] acpiphp: Slot [12] registered\n[ 0.348310] acpiphp: Slot [13] registered\n[ 0.349117] acpiphp: Slot [14] registered\n[ 0.349920] acpiphp: Slot [15] registered\n[ 0.350727] acpiphp: Slot [16] registered\n[ 0.351533] acpiphp: Slot [17] registered\n[ 0.352339] acpiphp: Slot [18] registered\n[ 0.353144] acpiphp: Slot [19] registered\n[ 0.353947] acpiphp: Slot [20] registered\n[ 0.354756] acpiphp: Slot [21] registered\n[ 0.355562] acpiphp: Slot [22] registered\n[ 0.356367] acpiphp: Slot [23] registered\n[ 0.357173] acpiphp: Slot [24] registered\n[ 0.357976] acpiphp: Slot [25] registered\n[ 0.358782] acpiphp: Slot [26] registered\n[ 0.359589] acpiphp: Slot [27] registered\n[ 0.360393] acpiphp: Slot [28] registered\n[ 0.361196] acpiphp: Slot [29] registered\n[ 0.361997] acpiphp: Slot [30] registered\n[ 0.362802] acpiphp: Slot [31] registered\n[ 0.363605] PCI host bridge to bus 0000:00\n[ 0.364416] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.365617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.366745] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.368078] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.369803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.375947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.377230] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.378399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.379642] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.386622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.388068] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436030] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437502] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441690] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443602] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444832] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445872] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447399] vgaarb: loaded\n[ 0.448002] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449515] SCSI subsystem initialized\n[ 0.450349] ACPI: bus type USB registered\n[ 0.451165] usbcore: registered new interface driver usbfs\n[ 0.452198] usbcore: registered new interface driver hub\n[ 0.453199] usbcore: registered new device driver usb\n[ 0.454285] PCI: Using ACPI for IRQ routing\n[ 0.455316] NetLabel: Initializing\n[ 0.456031] NetLabel: domain hash size = 128\n[ 0.456884] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457833] NetLabel: unlabeled traffic allowed by default\n[ 0.458958] clocksource: Switched to clocksource kvm-clock\n[ 0.465074] AppArmor: AppArmor Filesystem Enabled\n[ 0.466043] pnp: PnP ACPI init\n[ 0.466995] pnp: PnP ACPI: found 5 devices\n[ 0.473733] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.475432] NET: Registered protocol family 2\n[ 0.476408] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.477667] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.478891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.480046] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.481117] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.482268] NET: Registered protocol family 1\n[ 0.483137] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.484216] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.485270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.503936] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522821] Trying to unpack rootfs image as initramfs...\n[ 0.573444] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.587677] Scanning for low memory corruption every 60 seconds\n[ 0.589714] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.591459] audit: initializing netlink subsys (disabled)\n[ 0.593004] audit: type=2000 audit(1541751347.150:1): initialized\n[ 0.594865] Initialise system trusted keyring\n[ 0.596230] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597927] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.600384] zbud: loaded\n[ 0.601267] VFS: Disk quotas dquot_6.6.0\n[ 0.602256] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604580] fuse init (API version 7.23)\n[ 0.605645] Key type big_key registered\n[ 0.606613] Allocating IMA MOK and blacklist keyrings.\n[ 0.608085] Key type asymmetric registered\n[ 0.609073] Asymmetric key parser 'x509' registered\n[ 0.610233] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.611998] io scheduler noop registered\n[ 0.612956] io scheduler deadline registered (default)\n[ 0.614189] io scheduler cfq registered\n[ 0.615212] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.616442] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617997] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.619766] ACPI: Power Button [PWRF]\n[ 0.621079] GHES: HEST is not enabled!\n[ 0.639739] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677741] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680585] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.706953] Linux agpgart interface v0.103\n[ 0.709762] brd: module loaded\n[ 0.711870] loop: module loaded\n[ 0.717301] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.719434] GPT:90111 != 20971519\n[ 0.720272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.721614] GPT:90111 != 20971519\n[ 0.722443] GPT: Use GNU Parted to correct GPT errors.\n[ 0.723696] vda: vda1 vda15\n[ 0.725367] scsi host0: ata_piix\n[ 0.726303] scsi host1: ata_piix\n[ 0.727195] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.728731] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.730658] libphy: Fixed MDIO Bus: probed\n[ 0.731687] tun: Universal TUN/TAP device driver, 1.6\n[ 0.732887] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.735187] PPP generic driver version 2.4.2\n[ 0.736291] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737802] ehci-pci: EHCI PCI platform driver\n[ 0.738908] ehci-platform: EHCI generic platform driver\n[ 0.740206] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741632] ohci-pci: OHCI PCI platform driver\n[ 0.742717] ohci-platform: OHCI generic platform driver\n[ 0.743967] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.763133] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.764353] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.766145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767389] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.768784] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770338] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772136] usb usb1: Product: UHCI Host Controller\n[ 0.773364] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.774843] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776032] hub 1-0:1.0: USB hub found\n[ 0.777029] hub 1-0:1.0: 2 ports detected\n[ 0.778110] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.780636] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.781864] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.783126] mousedev: PS/2 mouse device common for all mice\n[ 0.784594] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786050] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787532] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.789683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791276] i2c /dev entries driver\n[ 0.792192] device-mapper: uevent: version 1.0.3\n[ 0.793371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.795509] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.796919] NET: Registered protocol family 10\n[ 0.798348] NET: Registered protocol family 17\n[ 0.799249] Key type dns_resolver registered\n[ 0.800209] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801321] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.802425] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.804223] registered taskstats version 1\n[ 0.805068] Loading compiled-in X.509 certificates\n[ 0.806493] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.808335] zswap: loaded using pool lzo/zbud\n[ 0.809878] Key type trusted registered\n[ 0.811591] Key type encrypted registered\n[ 0.812423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.813448] ima: No TPM chip found, activating TPM-bypass!\n[ 0.814491] evm: HMAC attrs: 0x1\n[ 0.815458] Magic number: 10:273:270\n[ 0.816340] rtc_cmos 00:00: setting system clock to 2018-11-09 08:15:47 UTC (1541751347)\n[ 0.828246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.829415] EDD information not available.\n[ 0.884215] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886122] Write protecting the kernel read-only data: 14336k\n[ 0.887969] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.890115] 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 2.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... [ 2.282228] 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.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.24. iid=i-00000095\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.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC53tJAhyUROUxFE70xSeix5mXShY/XlPhsGKbn3CJo0BiF2WlayqyKEp8dETWImju71/yWjMimRJB4RR/POsgrLhDVFEy9HhlaK1OE59aD35bPuaae6BXeY4y1p0NnSKV6e1lZwIXdUtXItlClPk9dcZsO5k2mV1oyqysJzr0fKoBSJD/xeUG3zch5U2O2iBW2TrAhGoflNs5jezRT/fDO38GWv41noMRRbHT7ez1OiLD3Zi9s4qs/Uz5pSR8NBTLjZHFBjKbl2ZiE9cZAhW3Oh1BmAlA3DdngS20E8qdZ1FY7Y0vSaelGVs2AxPcpOEyMRkcw88cixOmdk5ZP8yHP root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\nssh-dss AAAAB3NzaC1kc3MAAACBAK3rmuKrkUWw/keL+ezNLpl16RiQHax8tf9UYxnl9ybEQO7Vuu2X2gmpw0cXMKniHSTOBPRSkfcvgY7ONCH/r+wNA1uBwXyAK6trUhmGU3KnrYK6HUAom1xMMUezmC3xcjCObrTA7Vno/4VDn8XbRce27Vix78+lBPZeHp+Hh5z/AAAAFQCHRFzaxAMpymW/beE03iIwx7DGcQAAAIAk8qlScbMi2jm0r4omAGZTi/KCNsusu8OzNMg0wZB7q20C7q32Sx2qw2Y7m9JlYs8i1A79y3CMyPQEU0R7vkRvOLYMky6l5lXhufvJxRHIFz0WAMkA9idGsXwzhAIRoBVSnlPJiwGkFHYaaKxwoeGmaQfYR6xbT7aZ4j3kp/UXBwAAAIAObj4GZuuVk4XRXBL3gHO8nEtOtYjBkA/KsJ82E4X2j5BToWlnvGFTk3YaMXHx/59oscXJbF3VaThkLoNeaY/M5A2IiPSQD6OxOLFZpHV87LMDVk2vAthnxuZ0riPNgUkuxgD7V2gsZT3qSmCmA9s0WWxgPnVPGd393xWvGIQDTg== root@createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\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:febf:9993/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.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-00000095\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.11 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-f84c3d7f-7f5a-4891-977a-bed6106f8389 login: "} 2018-11-09 08:15:59,589 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487/action used request id req-1ea78e80-a727-43d5-837e-4020b5de4435 2018-11-09 08:15:59,590 - create_instance - INFO - Deleting Port with ID - 47cb3f85-f895-40d3-b784-d785c6703d9a 2018-11-09 08:15:59,591 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm1-port 2018-11-09 08:15:59,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/47cb3f85-f895-40d3-b784-d785c6703d9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:16:01,214 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f52ca80-e690-4cd4-b313-c8aecab358ac Date: Fri, 09 Nov 2018 08:16:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:01,215 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/47cb3f85-f895-40d3-b784-d785c6703d9a used request id req-9f52ca80-e690-4cd4-b313-c8aecab358ac 2018-11-09 08:16:01,215 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1 2018-11-09 08:16:01,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:16:01,602 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-919e68dc-08d6-447d-b77c-5a72cf80db52 x-compute-request-id: req-919e68dc-08d6-447d-b77c-5a72cf80db52 Content-Type: application/json 2018-11-09 08:16:01,602 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-919e68dc-08d6-447d-b77c-5a72cf80db52 2018-11-09 08:16:01,602 - create_instance - INFO - Checking deletion status 2018-11-09 08:16:01,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:16:01,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-62ed90e7-a5ce-4385-bce7-900133f256f0 x-compute-request-id: req-62ed90e7-a5ce-4385-bce7-900133f256f0 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:23.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:16:01Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:16:01,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-62ed90e7-a5ce-4385-bce7-900133f256f0 2018-11-09 08:16:01,996 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1] is - ACTIVE 2018-11-09 08:16:01,996 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:16:04,997 - create_instance - DEBUG - VM status query timeout in 296.604895115 2018-11-09 08:16:05,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:16:05,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-67cfb324-dc08-4e9c-9401-52eb4b6a714d x-compute-request-id: req-67cfb324-dc08-4e9c-9401-52eb4b6a714d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:23.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:16:01Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:16:05,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-67cfb324-dc08-4e9c-9401-52eb4b6a714d 2018-11-09 08:16:05,248 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1] is - ACTIVE 2018-11-09 08:16:05,248 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:16:08,251 - create_instance - DEBUG - VM status query timeout in 293.351300001 2018-11-09 08:16:08,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:16:08,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-55da301a-7b9f-4265-9b6b-5cd02f6fb943 x-compute-request-id: req-55da301a-7b9f-4265-9b6b-5cd02f6fb943 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:23.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:16:01Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:16:08,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-55da301a-7b9f-4265-9b6b-5cd02f6fb943 2018-11-09 08:16:08,711 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1] is - ACTIVE 2018-11-09 08:16:08,711 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:16:11,714 - create_instance - DEBUG - VM status query timeout in 289.888091087 2018-11-09 08:16:11,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:16:11,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76700d5a-9417-40a8-bd7b-7c78fa30d82a x-compute-request-id: req-76700d5a-9417-40a8-bd7b-7c78fa30d82a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:23.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:16:01Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:16:11,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-76700d5a-9417-40a8-bd7b-7c78fa30d82a 2018-11-09 08:16:11,976 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1] is - ACTIVE 2018-11-09 08:16:11,976 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:16:14,979 - create_instance - DEBUG - VM status query timeout in 286.623059034 2018-11-09 08:16:14,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:16:15,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-e74a93ed-6315-496c-92ac-d54bf61fa7d5 x-compute-request-id: req-e74a93ed-6315-496c-92ac-d54bf61fa7d5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2668de48-512f-4088-98d4-b9f116a09313", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:23.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "2668de48-512f-4088-98d4-b9f116a09313", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:16:01Z", "hostId": "d56b89a049d466c47177a8b61ba9804c83a7a915ecb62c686896b23d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1", "created": "2018-11-09T08:15:14Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:16:15,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-e74a93ed-6315-496c-92ac-d54bf61fa7d5 2018-11-09 08:16:15,226 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1] is - ACTIVE 2018-11-09 08:16:15,226 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:16:18,229 - create_instance - DEBUG - VM status query timeout in 283.373121023 2018-11-09 08:16:18,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc1cdc98e382dea8b082f568578e5494724ffd9" 2018-11-09 08:16:18,288 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-fd31d81b-bf8a-4a9c-b9f0-0d780c9adc49 x-compute-request-id: req-fd31d81b-bf8a-4a9c-b9f0-0d780c9adc49 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2668de48-512f-4088-98d4-b9f116a09313 could not be found.", "code": 404}} 2018-11-09 08:16:18,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2668de48-512f-4088-98d4-b9f116a09313 used request id req-fd31d81b-bf8a-4a9c-b9f0-0d780c9adc49 2018-11-09 08:16:18,289 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2668de48-512f-4088-98d4-b9f116a09313 could not be found. (HTTP 404) (Request-ID: req-fd31d81b-bf8a-4a9c-b9f0-0d780c9adc49) 2018-11-09 08:16:18,289 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst1 2018-11-09 08:16:18,290 - create_instance - INFO - Deleting Port with ID - 55b6216e-bac1-4f0f-a70d-58c6035dca2a 2018-11-09 08:16:18,290 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-vm2-port 2018-11-09 08:16:18,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/55b6216e-bac1-4f0f-a70d-58c6035dca2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:16:19,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5bd3dc3b-6460-4238-920e-e82bf68593e1 Date: Fri, 09 Nov 2018 08:16:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:19,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/55b6216e-bac1-4f0f-a70d-58c6035dca2a used request id req-5bd3dc3b-6460-4238-920e-e82bf68593e1 2018-11-09 08:16:19,191 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2 2018-11-09 08:16:19,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:16:19,337 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:16: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-7c96814b-a3e1-44bf-84df-8110f3c994de x-compute-request-id: req-7c96814b-a3e1-44bf-84df-8110f3c994de Content-Type: application/json 2018-11-09 08:16:19,337 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-7c96814b-a3e1-44bf-84df-8110f3c994de 2018-11-09 08:16:19,338 - create_instance - INFO - Checking deletion status 2018-11-09 08:16:19,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:16:19,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16: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-7b7399ef-979a-4dee-940d-6678c24e9cf7 x-compute-request-id: req-7b7399ef-979a-4dee-940d-6678c24e9cf7 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:99:93", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:46.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:16:19Z", "hostId": "748280b73cdcb806163f6b33a16988a71a99053cc42a4ce8aa0d7519", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:16:19,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-7b7399ef-979a-4dee-940d-6678c24e9cf7 2018-11-09 08:16:19,582 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2] is - ACTIVE 2018-11-09 08:16:19,582 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:16:22,585 - create_instance - DEBUG - VM status query timeout in 296.752547026 2018-11-09 08:16:22,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:16:22,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e34c10ad-380e-4d67-8cb7-44a20e2895a6 x-compute-request-id: req-e34c10ad-380e-4d67-8cb7-44a20e2895a6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:46.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:16:19Z", "hostId": "748280b73cdcb806163f6b33a16988a71a99053cc42a4ce8aa0d7519", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:16:22,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-e34c10ad-380e-4d67-8cb7-44a20e2895a6 2018-11-09 08:16:22,991 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2] is - ACTIVE 2018-11-09 08:16:22,992 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:16:25,995 - create_instance - DEBUG - VM status query timeout in 293.343122959 2018-11-09 08:16:25,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:16:26,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-492f3f1f-ab87-4b13-8452-bde6354a7992 x-compute-request-id: req-492f3f1f-ab87-4b13-8452-bde6354a7992 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487", "rel": "bookmark"}], "image": {"id": "e56c1416-12f0-4825-ae0c-8c9df3773fe5", "links": [{"href": "http://172.30.9.27:8774/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:15:46.000000", "flavor": {"id": "d056ee85-0948-4cf5-bbfb-177d554effa0", "links": [{"href": "http://172.30.9.27:8774/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0", "rel": "bookmark"}]}, "id": "ae3720b5-58b0-4ab0-90da-1081a0ab9487", "user_id": "b58edeae41ab457a859321913d878b65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:16:19Z", "hostId": "748280b73cdcb806163f6b33a16988a71a99053cc42a4ce8aa0d7519", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2", "created": "2018-11-09T08:15:34Z", "tenant_id": "198427b4179141398172db781000f4d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:16:26,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-492f3f1f-ab87-4b13-8452-bde6354a7992 2018-11-09 08:16:26,380 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2] is - ACTIVE 2018-11-09 08:16:26,380 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:16:29,384 - create_instance - DEBUG - VM status query timeout in 289.954298973 2018-11-09 08:16:29,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba7b95f6bbec00ce2b972ae63d5be7a75de77812" 2018-11-09 08:16:29,437 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08: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-2167a08f-2989-4be9-898d-d4c21f0cd230 x-compute-request-id: req-2167a08f-2989-4be9-898d-d4c21f0cd230 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ae3720b5-58b0-4ab0-90da-1081a0ab9487 could not be found.", "code": 404}} 2018-11-09 08:16:29,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ae3720b5-58b0-4ab0-90da-1081a0ab9487 used request id req-2167a08f-2989-4be9-898d-d4c21f0cd230 2018-11-09 08:16:29,437 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ae3720b5-58b0-4ab0-90da-1081a0ab9487 could not be found. (HTTP 404) (Request-ID: req-2167a08f-2989-4be9-898d-d4c21f0cd230) 2018-11-09 08:16:29,437 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-inst2 2018-11-09 08:16:29,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cf7e4d0171a636ab274fddce8dd52984ae867a5" 2018-11-09 08:16:29,488 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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-1cd9c62c-91a6-410c-b5f3-e0cd89064548 x-compute-request-id: req-1cd9c62c-91a6-410c-b5f3-e0cd89064548 Content-Length: 0 Content-Type: application/json 2018-11-09 08:16:29,488 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/d056ee85-0948-4cf5-bbfb-177d554effa0 used request id req-1cd9c62c-91a6-410c-b5f3-e0cd89064548 2018-11-09 08:16:29,489 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router and port CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port1 2018-11-09 08:16:29,489 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:16:29,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" -d '{"port_id": "fcc9a270-03f5-4059-ba81-605a30d3031a"}' 2018-11-09 08:16:30,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-264e6632-6131-4dfb-8d51-a9b21869b2c9 Date: Fri, 09 Nov 2018 08:16:30 GMT RESP BODY: {"network_id": "84e58671-9458-4b51-92ca-d5f71bd66ec6", "tenant_id": "198427b4179141398172db781000f4d3", "subnet_id": "87373c86-e095-4f73-a31d-8f7e1538a1b4", "subnet_ids": ["87373c86-e095-4f73-a31d-8f7e1538a1b4"], "port_id": "fcc9a270-03f5-4059-ba81-605a30d3031a", "id": "d1d146ed-de08-48d5-bffb-1badaf4edf3c"} 2018-11-09 08:16:30,938 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c/remove_router_interface used request id req-264e6632-6131-4dfb-8d51-a9b21869b2c9 2018-11-09 08:16:30,939 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router and port CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-router-port2 2018-11-09 08:16:30,939 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:16:30,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" -d '{"port_id": "3087f99e-1a0f-4d8e-ae61-77f5402c79a6"}' 2018-11-09 08:16:32,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3da5d176-e4db-4f27-a5db-347a62bee763 Date: Fri, 09 Nov 2018 08:16:32 GMT RESP BODY: {"network_id": "8214406a-50cc-416c-b80f-02c09d46f0e4", "tenant_id": "198427b4179141398172db781000f4d3", "subnet_id": "a77d31c7-73e9-43c6-8019-a8877f52914a", "subnet_ids": ["a77d31c7-73e9-43c6-8019-a8877f52914a"], "port_id": "3087f99e-1a0f-4d8e-ae61-77f5402c79a6", "id": "d1d146ed-de08-48d5-bffb-1badaf4edf3c"} 2018-11-09 08:16:32,344 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c/remove_router_interface used request id req-3da5d176-e4db-4f27-a5db-347a62bee763 2018-11-09 08:16:32,345 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:16:32,345 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-pub-router 2018-11-09 08:16:32,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16dfbf95e5fbec51be65120a3c7bd4e7a8bca857" 2018-11-09 08:16:35,386 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-25524d59-6cca-429c-b34b-f3f334373fb8 Content-Length: 0 Date: Fri, 09 Nov 2018 08:16:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:35,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/d1d146ed-de08-48d5-bffb-1badaf4edf3c used request id req-25524d59-6cca-429c-b34b-f3f334373fb8 2018-11-09 08:16:35,387 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1 2018-11-09 08:16:35,387 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet1 2018-11-09 08:16:35,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/87373c86-e095-4f73-a31d-8f7e1538a1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db81e15450fb27c3e9c1fff4496903b06d35b4ce" 2018-11-09 08:16:37,855 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-44eb4388-6cfc-4fae-b28d-fd72f3106273 Date: Fri, 09 Nov 2018 08:16:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:37,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/87373c86-e095-4f73-a31d-8f7e1538a1b4 used request id req-44eb4388-6cfc-4fae-b28d-fd72f3106273 2018-11-09 08:16:37,856 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net1 2018-11-09 08:16:37,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/84e58671-9458-4b51-92ca-d5f71bd66ec6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db81e15450fb27c3e9c1fff4496903b06d35b4ce" 2018-11-09 08:16:39,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9abc5f2a-eac3-4295-9b32-c23e012c1273 Date: Fri, 09 Nov 2018 08:16:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:39,176 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/84e58671-9458-4b51-92ca-d5f71bd66ec6 used request id req-9abc5f2a-eac3-4295-9b32-c23e012c1273 2018-11-09 08:16:39,176 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2 2018-11-09 08:16:39,176 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-subnet2 2018-11-09 08:16:39,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/a77d31c7-73e9-43c6-8019-a8877f52914a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1616780f62a5cbf1069fc596ce794da60beed5d" 2018-11-09 08:16:41,558 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e32bee2-7c79-447f-b4f6-4cd36411d71b Date: Fri, 09 Nov 2018 08:16:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:41,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a77d31c7-73e9-43c6-8019-a8877f52914a used request id req-9e32bee2-7c79-447f-b4f6-4cd36411d71b 2018-11-09 08:16:41,558 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-net2 2018-11-09 08:16:41,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/8214406a-50cc-416c-b80f-02c09d46f0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1616780f62a5cbf1069fc596ce794da60beed5d" 2018-11-09 08:16:42,842 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-091f6def-5162-4b16-989e-a15fff7f2326 Date: Fri, 09 Nov 2018 08:16:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:42,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/8214406a-50cc-416c-b80f-02c09d46f0e4 used request id req-091f6def-5162-4b16-989e-a15fff7f2326 2018-11-09 08:16:42,843 - neutron_utils - INFO - Deleting security group rule with ID - f050acae-4ea2-4d1f-aadb-d226472d54ae 2018-11-09 08:16:42,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/f050acae-4ea2-4d1f-aadb-d226472d54ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:16:43,106 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-84e3db2a-4b8e-42fa-b384-8a532c8b01f2 Content-Length: 0 Date: Fri, 09 Nov 2018 08:16:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:43,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/f050acae-4ea2-4d1f-aadb-d226472d54ae used request id req-84e3db2a-4b8e-42fa-b384-8a532c8b01f2 2018-11-09 08:16:43,106 - neutron_utils - INFO - Deleting security group rule with ID - 89e8cb66-4b6b-41d2-89b4-054c51810f5a 2018-11-09 08:16:43,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/89e8cb66-4b6b-41d2-89b4-054c51810f5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:16:43,488 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2f1b57d-d1b3-4ef6-a729-03d857939c58 Content-Length: 0 Date: Fri, 09 Nov 2018 08:16:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:43,488 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/89e8cb66-4b6b-41d2-89b4-054c51810f5a used request id req-c2f1b57d-d1b3-4ef6-a729-03d857939c58 2018-11-09 08:16:43,488 - neutron_utils - INFO - Deleting security group rule with ID - 4c3e17a2-45d3-4de2-b741-d8d7c3dd45fc 2018-11-09 08:16:43,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/4c3e17a2-45d3-4de2-b741-d8d7c3dd45fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:16:43,581 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50590d0a-c6bf-4b99-a5e9-b9ccaa7b0116 Content-Length: 0 Date: Fri, 09 Nov 2018 08:16:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:43,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/4c3e17a2-45d3-4de2-b741-d8d7c3dd45fc used request id req-50590d0a-c6bf-4b99-a5e9-b9ccaa7b0116 2018-11-09 08:16:43,581 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-f84c3d7f-7f5a-4891-977a-bed6106f8389-sec-grp 2018-11-09 08:16:43,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/10a28d8a-7263-429b-8c5b-d8352c86999d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f892986426f1c936562c296fa34c8bd599d317" 2018-11-09 08:16:43,725 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64503637-7213-4f0f-a06a-12ba05bc9a4d Content-Length: 0 Date: Fri, 09 Nov 2018 08:16:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:43,725 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/10a28d8a-7263-429b-8c5b-d8352c86999d used request id req-64503637-7213-4f0f-a06a-12ba05bc9a4d 2018-11-09 08:16:43,726 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-64341b08-002e-477b-b3da-2f32a7d41a3b 2018-11-09 08:16:43,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d2beb642e1052d6406f402833266987d9c1eb8e" 2018-11-09 08:16:45,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7cd32b93-aa3b-48ea-a0eb-976c6d876c93 Date: Fri, 09 Nov 2018 08:16:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:16:45,696 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e56c1416-12f0-4825-ae0c-8c9df3773fe5 used request id req-7cd32b93-aa3b-48ea-a0eb-976c6d876c93 2018-11-09 08:16:45,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:16:45,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e1e217ab-aa2f-4c32-bb91-d000cc33674d Date: Fri, 09 Nov 2018 08:16:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:14:42Z", "updated_at": "2018-11-09T08:14:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:14:42Z", "revision_number": 0, "id": "1d5a79ec-02d2-4af2-b86a-e6c47748d699", "remote_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "remote_ip_prefix": null, "created_at": "2018-11-09T08:14:42Z", "security_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "198427b4179141398172db781000f4d3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:14:42Z", "revision_number": 0, "id": "27b89976-235c-4d12-b728-e86b18a86bdf", "remote_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "remote_ip_prefix": null, "created_at": "2018-11-09T08:14:42Z", "security_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "198427b4179141398172db781000f4d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:14:42Z", "revision_number": 0, "id": "70236adc-3241-4db4-8d42-234ea2c67096", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:14:42Z", "security_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "198427b4179141398172db781000f4d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:14:42Z", "revision_number": 0, "id": "884affde-d94c-4c3f-b5fc-e34bdc4a8bfe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:14:42Z", "security_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "tenant_id": "198427b4179141398172db781000f4d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "198427b4179141398172db781000f4d3"}], "revision_number": 4, "project_id": "198427b4179141398172db781000f4d3", "id": "eec00379-7c06-4d09-9367-8315d64a7db4", "name": "default"}]} 2018-11-09 08:16:45,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-e1e217ab-aa2f-4c32-bb91-d000cc33674d 2018-11-09 08:16:45,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:16:46,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8317e41c-7ff4-4b7b-b7fa-691b015f11d7 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:16:46,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-8317e41c-7ff4-4b7b-b7fa-691b015f11d7 2018-11-09 08:16:46,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:16:46,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2f73bbf-d888-484b-b2ac-eaeba349388a 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:16:46,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-e2f73bbf-d888-484b-b2ac-eaeba349388a 2018-11-09 08:16:46,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:16:46,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5629b151-a00a-4400-8785-06345ad402b1 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:16:46,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-5629b151-a00a-4400-8785-06345ad402b1 2018-11-09 08:16:46,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:16:46,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bd33ca-c7a4-4642-bde1-2b2688a811f1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3"}, "enabled": true, "id": "198427b4179141398172db781000f4d3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj"}} 2018-11-09 08:16:46,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-d1bd33ca-c7a4-4642-bde1-2b2688a811f1 2018-11-09 08:16:46,301 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eec00379-7c06-4d09-9367-8315d64a7db4 2018-11-09 08:16:46,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eec00379-7c06-4d09-9367-8315d64a7db4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:16:46,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9276ad83-5540-4d8d-a204-ccb33ec3c1f0 Date: Fri, 09 Nov 2018 08:16:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:14:42Z", "security_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:14:42Z", "project_id": "198427b4179141398172db781000f4d3", "id": "1d5a79ec-02d2-4af2-b86a-e6c47748d699"}, {"remote_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:14:42Z", "security_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:14:42Z", "project_id": "198427b4179141398172db781000f4d3", "id": "27b89976-235c-4d12-b728-e86b18a86bdf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:14:42Z", "security_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:14:42Z", "project_id": "198427b4179141398172db781000f4d3", "id": "70236adc-3241-4db4-8d42-234ea2c67096"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:14:42Z", "security_group_id": "eec00379-7c06-4d09-9367-8315d64a7db4", "port_range_min": null, "revision_number": 0, "tenant_id": "198427b4179141398172db781000f4d3", "created_at": "2018-11-09T08:14:42Z", "project_id": "198427b4179141398172db781000f4d3", "id": "884affde-d94c-4c3f-b5fc-e34bdc4a8bfe"}]} 2018-11-09 08:16:46,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eec00379-7c06-4d09-9367-8315d64a7db4 used request id req-9276ad83-5540-4d8d-a204-ccb33ec3c1f0 2018-11-09 08:16:46,486 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:16:46,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/eec00379-7c06-4d09-9367-8315d64a7db4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:16:46,779 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-541942f8-0df9-48d9-b477-0a0d399c2e6e Content-Length: 0 Date: Fri, 09 Nov 2018 08:16:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:16:46,780 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/eec00379-7c06-4d09-9367-8315d64a7db4 used request id req-541942f8-0df9-48d9-b477-0a0d399c2e6e 2018-11-09 08:16:46,780 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj 2018-11-09 08:16:46,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:16:46,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:16:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89d89b5b-4991-4b29-93d1-712afcb22edc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:16:46,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/198427b4179141398172db781000f4d3 used request id req-89d89b5b-4991-4b29-93d1-712afcb22edc 2018-11-09 08:16:46,989 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-e1f99365-4c6b-442-proj-role 2018-11-09 08:16:46,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/8e6af011d6d74f0ca2f0587778fbd3ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:16:47,096 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f64070d8-240c-46c7-8057-c7a3b8095b4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:16:47,096 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/8e6af011d6d74f0ca2f0587778fbd3ef used request id req-f64070d8-240c-46c7-8057-c7a3b8095b4c 2018-11-09 08:16:47,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f09f503f9feef615b97b3c838408fca257ce51d" 2018-11-09 08:16:47,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4da8892-72e3-48bb-af13-eafa63a7b68b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:16:47,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c4da8892-72e3-48bb-af13-eafa63a7b68b 2018-11-09 08:16:47,195 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-e1f99365-4c6b-442-user 2018-11-09 08:16:47,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/b58edeae41ab457a859321913d878b65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f8c849025b2791679dbe92fcb2b32069a0ae4ef" 2018-11-09 08:16:47,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3213697-9ef6-49a8-91b3-edf7d73001b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:16:47,467 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/b58edeae41ab457a859321913d878b65 used request id req-d3213697-9ef6-49a8-91b3-edf7d73001b4 2018-11-09 08:16:47,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:16:47,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:16:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["jz3nA94ORjKrqnNajAbUOw"], "issued_at": "2018-11-09T08:16:47.000000Z"}} 2018-11-09 08:16:47,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0964c441dec51695d4513f5caaa4fec76ca284af" 2018-11-09 08:16:47,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f046a23-63eb-4988-8178-a664f1d76573 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:16:47,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8f046a23-63eb-4988-8178-a664f1d76573 2018-11-09 08:16:47,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:47,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:16:48,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:16:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["z1eTCRN-RPSDkiO20lbS-g"], "issued_at": "2018-11-09T08:16:48.000000Z"}} 2018-11-09 08:16:48,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:16:48,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa4a9f8-6302-494b-986d-523a289887f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:16:48,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5fa4a9f8-6302-494b-986d-523a289887f4 2018-11-09 08:16:48,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:16:48,409 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:16: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:16:48,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-8e47509a-588c-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:16:48,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4a1cb29-f3c5-4b06-83b4-61057528b14a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-8e47509a-588c-4d9-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:16:48,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-8e47509a-588c-4d9-proj used request id req-b4a1cb29-f3c5-4b06-83b4-61057528b14a 2018-11-09 08:16:48,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:16:48,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-982c72d0-b42e-4f10-a9dc-3cbfa679589b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:16:48,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-982c72d0-b42e-4f10-a9dc-3cbfa679589b 2018-11-09 08:16:48,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-proj"}}' 2018-11-09 08:16:48,723 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ce7c825-975e-4bc6-b0e7-f3c611e000cb Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c54329e0a794401f9d01c6545a6d8457"}, "enabled": true, "id": "c54329e0a794401f9d01c6545a6d8457", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-proj"}} 2018-11-09 08:16:48,723 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-8ce7c825-975e-4bc6-b0e7-f3c611e000cb 2018-11-09 08:16:48,723 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-8e47509a-588c-4d9-proj 2018-11-09 08:16:48,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:48,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:16:49,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:16:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["5mBMgWOkSOmoDAwYLIrs4Q"], "issued_at": "2018-11-09T08:16:49.000000Z"}} 2018-11-09 08:16:49,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0ce2bb9c382255ff5ee4345f2e7a47bf7cd901" 2018-11-09 08:16:49,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b18e3525-b1ea-4740-91b8-d28931514d7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:16:49,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b18e3525-b1ea-4740-91b8-d28931514d7b 2018-11-09 08:16:49,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:16:49,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:16: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:16:49,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0ce2bb9c382255ff5ee4345f2e7a47bf7cd901" 2018-11-09 08:16:49,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff48526d-83f0-4861-b1b9-610df2ffad1f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:16:49,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ff48526d-83f0-4861-b1b9-610df2ffad1f 2018-11-09 08:16:49,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceSimpleTests-8e47509a-588c-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0ce2bb9c382255ff5ee4345f2e7a47bf7cd901" 2018-11-09 08:16:49,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc51c6e7-85e6-4753-9417-bf6a38172804 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceSimpleTests-8e47509a-588c-4d9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c54329e0a794401f9d01c6545a6d8457"}, "enabled": true, "id": "c54329e0a794401f9d01c6545a6d8457", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-proj"}]} 2018-11-09 08:16:49,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceSimpleTests-8e47509a-588c-4d9-proj used request id req-fc51c6e7-85e6-4753-9417-bf6a38172804 2018-11-09 08:16:49,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0ce2bb9c382255ff5ee4345f2e7a47bf7cd901" 2018-11-09 08:16:49,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6795c95-344b-4b1e-891c-b86b7c269ec9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:16:49,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d6795c95-344b-4b1e-891c-b86b7c269ec9 2018-11-09 08:16:49,894 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-8e47509a-588c-4d9-user 2018-11-09 08:16:49,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:49,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:16:49,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46a27495-b195-405e-a6b0-9c32399132ec Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:16:49,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-46a27495-b195-405e-a6b0-9c32399132ec 2018-11-09 08:16:49,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" -d '{"role": {"name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-proj-role"}}' 2018-11-09 08:16:50,116 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-203a81b7-a37d-4708-b793-2dc9609d36c7 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cfa4e73ab5b542edbc3a3a44f414309f", "links": {"self": "http://172.30.9.27:5000/v3/roles/cfa4e73ab5b542edbc3a3a44f414309f"}, "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-proj-role"}} 2018-11-09 08:16:50,116 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-203a81b7-a37d-4708-b793-2dc9609d36c7 2018-11-09 08:16:50,116 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-8e47509a-588c-4d9-proj-role 2018-11-09 08:16:50,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/cfa4e73ab5b542edbc3a3a44f414309f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:16:50,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5cb8d73-ca28-4b82-9cd9-d4c684dfe320 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/cfa4e73ab5b542edbc3a3a44f414309f"}, "domain_id": null, "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-proj-role", "id": "cfa4e73ab5b542edbc3a3a44f414309f"}} 2018-11-09 08:16:50,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/cfa4e73ab5b542edbc3a3a44f414309f used request id req-e5cb8d73-ca28-4b82-9cd9-d4c684dfe320 2018-11-09 08:16:50,137 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-8e47509a-588c-4d9-proj-role to project CreateInstanceSimpleTests-8e47509a-588c-4d9-proj 2018-11-09 08:16:50,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/c54329e0a794401f9d01c6545a6d8457/users/c243519800394e6ab9fe6604db031476/roles/cfa4e73ab5b542edbc3a3a44f414309f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:16:50,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:16:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe488ba7-90df-43ff-81d9-8a8a34275ed8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:16:50,294 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/c54329e0a794401f9d01c6545a6d8457/users/c243519800394e6ab9fe6604db031476/roles/cfa4e73ab5b542edbc3a3a44f414309f used request id req-fe488ba7-90df-43ff-81d9-8a8a34275ed8 2018-11-09 08:16:50,294 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:16:50,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:50,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:50,297 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:16:50,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:50,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:16:50,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cfa4e73ab5b542edbc3a3a44f414309f", "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-proj-role"}], "expires_at": "2018-11-09T09:16:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c54329e0a794401f9d01c6545a6d8457", "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/c54329e0a794401f9d01c6545a6d8457", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/c54329e0a794401f9d01c6545a6d8457", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/c54329e0a794401f9d01c6545a6d8457", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c54329e0a794401f9d01c6545a6d8457", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/c54329e0a794401f9d01c6545a6d8457", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/c54329e0a794401f9d01c6545a6d8457", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-user", "id": "c243519800394e6ab9fe6604db031476"}, "audit_ids": ["8zbK7UbdRWaEdEdWEMLzTQ"], "issued_at": "2018-11-09T08:16:50.000000Z"}} 2018-11-09 08:16:50,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cd0e1149c3abe9158bd7dd922619f26e1ef97e8" 2018-11-09 08:16:50,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7a8e4c9-7ff7-42f7-bd1e-0c6b24922b62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:16:50,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a7a8e4c9-7ff7-42f7-bd1e-0c6b24922b62 2018-11-09 08:16:50,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cd0e1149c3abe9158bd7dd922619f26e1ef97e8" 2018-11-09 08:16:50,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-b84a3226-becd-4318-b863-a7cafd96406a Date: Fri, 09 Nov 2018 08:16:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image"} 2018-11-09 08:16:50,954 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image used request id req-b84a3226-becd-4318-b863-a7cafd96406a 2018-11-09 08:16:50,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cd0e1149c3abe9158bd7dd922619f26e1ef97e8" 2018-11-09 08:16:51,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4c5a8f37-1941-4661-96d0-f66f4c1453e4 Date: Fri, 09 Nov 2018 08:16:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:16:51,121 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4c5a8f37-1941-4661-96d0-f66f4c1453e4 2018-11-09 08:16:51,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cd0e1149c3abe9158bd7dd922619f26e1ef97e8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image"}' 2018-11-09 08:16:51,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1 X-Openstack-Request-Id: req-d3f90d31-0566-4556-8b55-be7f3dabe6cb Date: Fri, 09 Nov 2018 08:16:51 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:16:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:16:51Z", "visibility": "shared", "locations": [], "self": "/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "min_disk": 0, "protected": false, "id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "file": "/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1/file", "checksum": null, "owner": "c54329e0a794401f9d01c6545a6d8457", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:16:51,333 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d3f90d31-0566-4556-8b55-be7f3dabe6cb 2018-11-09 08:16:51,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cd0e1149c3abe9158bd7dd922619f26e1ef97e8" -d '' 2018-11-09 08:16:53,221 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9efe3ea9-f1d9-4cb7-8d7c-395e2e4468d1 Date: Fri, 09 Nov 2018 08:16:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:16:53,221 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1/file used request id req-9efe3ea9-f1d9-4cb7-8d7c-395e2e4468d1 2018-11-09 08:16:53,222 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:16:53,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cd0e1149c3abe9158bd7dd922619f26e1ef97e8" 2018-11-09 08:16:53,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-d70168ee-16d5-47f2-9e84-183eaa51efb9 Date: Fri, 09 Nov 2018 08:16:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:16:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:16:53Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a0376b25-2d48-424c-b6d4-80344bd592c1/snap", "metadata": {}}], "self": "/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "min_disk": 0, "protected": false, "id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "file": "/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c54329e0a794401f9d01c6545a6d8457", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a0376b25-2d48-424c-b6d4-80344bd592c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:16:53,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1 used request id req-d70168ee-16d5-47f2-9e84-183eaa51efb9 2018-11-09 08:16:53,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cd0e1149c3abe9158bd7dd922619f26e1ef97e8" 2018-11-09 08:16:53,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e7d6b4da-5c64-4c17-b165-0d36a99e18c1 Date: Fri, 09 Nov 2018 08:16:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:16:53,559 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-e7d6b4da-5c64-4c17-b165-0d36a99e18c1 2018-11-09 08:16:53,562 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image 2018-11-09 08:16:53,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cd0e1149c3abe9158bd7dd922619f26e1ef97e8" 2018-11-09 08:16:53,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-bed26675-91fd-47d6-b50e-5fa27d2ecc4f Date: Fri, 09 Nov 2018 08:16:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:16:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:16:53Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a0376b25-2d48-424c-b6d4-80344bd592c1/snap", "metadata": {}}], "self": "/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "min_disk": 0, "protected": false, "id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "file": "/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c54329e0a794401f9d01c6545a6d8457", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a0376b25-2d48-424c-b6d4-80344bd592c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:16:53,723 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1 used request id req-bed26675-91fd-47d6-b50e-5fa27d2ecc4f 2018-11-09 08:16:53,724 - create_image - DEBUG - Instance status is - active 2018-11-09 08:16:53,724 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image 2018-11-09 08:16:53,724 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image 2018-11-09 08:16:53,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:53,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:16:54,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:16:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Nu65nzLfTmysnn7F68x_cw"], "issued_at": "2018-11-09T08:16:54.000000Z"}} 2018-11-09 08:16:54,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f17789f843d585fa72658b3063d54551108985" 2018-11-09 08:16:54,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bc23ecc-a9bc-4764-a2e8-0b6bfb205ae4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:16:54,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5bc23ecc-a9bc-4764-a2e8-0b6bfb205ae4 2018-11-09 08:16:54,189 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:16:54,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f17789f843d585fa72658b3063d54551108985" 2018-11-09 08:16:54,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-13dfd2c1-06e8-4feb-a0c7-f9dd1517a337 x-compute-request-id: req-13dfd2c1-06e8-4feb-a0c7-f9dd1517a337 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:16:54,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-13dfd2c1-06e8-4feb-a0c7-f9dd1517a337 2018-11-09 08:16:54,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f17789f843d585fa72658b3063d54551108985" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:16:54,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-16514857-3dcf-4845-81ac-be77cd31208b x-compute-request-id: req-16514857-3dcf-4845-81ac-be77cd31208b Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:16:54,436 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-16514857-3dcf-4845-81ac-be77cd31208b 2018-11-09 08:16:54,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:54,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:16:54,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:16:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["aJ2KcyU_SLG62XreGJf5Iw"], "issued_at": "2018-11-09T08:16:54.000000Z"}} 2018-11-09 08:16:54,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}136350384e97cdcc5e431e3989d2313135f4e6d7" 2018-11-09 08:16:54,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3714b207-1272-43fd-a07b-bf7b849955d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:16:54,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3714b207-1272-43fd-a07b-bf7b849955d5 2018-11-09 08:16:54,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}136350384e97cdcc5e431e3989d2313135f4e6d7" 2018-11-09 08:16:55,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5f00908b-7232-4078-90a8-53e15f3d75af Date: Fri, 09 Nov 2018 08:16:54 GMT RESP BODY: {"networks":[]} 2018-11-09 08:16:55,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net used request id req-5f00908b-7232-4078-90a8-53e15f3d75af 2018-11-09 08:16:55,082 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net 2018-11-09 08:16:55,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}136350384e97cdcc5e431e3989d2313135f4e6d7" -d '{"network": {"name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net", "admin_state_up": true}}' 2018-11-09 08:16:55,667 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-1f3329c3-e119-4f14-9718-bc6e68b15920 Date: Fri, 09 Nov 2018 08:16: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":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:16:55Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","mtu":1450}} 2018-11-09 08:16:55,667 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-1f3329c3-e119-4f14-9718-bc6e68b15920 2018-11-09 08:16:55,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}136350384e97cdcc5e431e3989d2313135f4e6d7" 2018-11-09 08:16:55,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-45d29d19-d86c-42e4-9f45-4cbffdb6d88c Date: Fri, 09 Nov 2018 08:16:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:16:55Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:16:55,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-45d29d19-d86c-42e4-9f45-4cbffdb6d88c 2018-11-09 08:16:55,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}136350384e97cdcc5e431e3989d2313135f4e6d7" 2018-11-09 08:16:55,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6bb3ce65-dfdd-4eaf-ad9a-878463d2e9eb Date: Fri, 09 Nov 2018 08:16:55 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:16:55,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-6bb3ce65-dfdd-4eaf-ad9a-878463d2e9eb 2018-11-09 08:16:55,957 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet 2018-11-09 08:16:55,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}136350384e97cdcc5e431e3989d2313135f4e6d7" -d '{"subnets": [{"ip_version": 4, "network_id": "50404c59-88a5-4324-a89d-2412ff6c171f", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]}' 2018-11-09 08:16:56,509 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fcd2e662-c2a5-4dd1-b8ce-538a4ec980c1 Date: Fri, 09 Nov 2018 08:16:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:16:56,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-fcd2e662-c2a5-4dd1-b8ce-538a4ec980c1 2018-11-09 08:16:56,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}136350384e97cdcc5e431e3989d2313135f4e6d7" 2018-11-09 08:16:56,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ea1fc34f-ef20-4b81-ac44-a707bf6564d0 Date: Fri, 09 Nov 2018 08:16:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["6198aff7-33b4-4012-8511-1a06aa665026"],"description":"","tags":[],"updated_at":"2018-11-09T08:16:56Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:16:56,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-ea1fc34f-ef20-4b81-ac44-a707bf6564d0 2018-11-09 08:16:56,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}136350384e97cdcc5e431e3989d2313135f4e6d7" 2018-11-09 08:16:56,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-da067a66-ba52-492b-b714-e71596e528e9 Date: Fri, 09 Nov 2018 08:16:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:16:56,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-da067a66-ba52-492b-b714-e71596e528e9 2018-11-09 08:16:56,945 - OpenStackNetwork - DEBUG - Network [50404c59-88a5-4324-a89d-2412ff6c171f] created successfully 2018-11-09 08:16:56,946 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:16:56,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:56,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:56,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:56,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:16:57,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["THPNiE_4Rm-2Evn2WkJVYw"], "issued_at": "2018-11-09T08:16:57.000000Z"}} 2018-11-09 08:16:57,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849c86934de2a58fd88f6b169dc57dac444748f1" 2018-11-09 08:16:57,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e78a41f-1156-4fdf-9ec5-6a10c1b9011b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:16:57,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4e78a41f-1156-4fdf-9ec5-6a10c1b9011b 2018-11-09 08:16:57,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:57,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:16:57,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["LUckFdwzQ_-8E8N6amv8_A"], "issued_at": "2018-11-09T08:16:57.000000Z"}} 2018-11-09 08:16:57,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:57,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcbec17d-df4c-4220-9bfd-6637209c8edd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:16:57,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bcbec17d-df4c-4220-9bfd-6637209c8edd 2018-11-09 08:16:57,871 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:16:57,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:57,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf06006-a492-4a8e-9f89-8916a0e85adc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:16:57,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dbf06006-a492-4a8e-9f89-8916a0e85adc 2018-11-09 08:16:57,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:58,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-49f8208b-63b3-47f5-8f6b-407d15b49413 Date: Fri, 09 Nov 2018 08:16:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["6198aff7-33b4-4012-8511-1a06aa665026"],"description":"","tags":[],"updated_at":"2018-11-09T08:16:56Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:16:58,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net used request id req-49f8208b-63b3-47f5-8f6b-407d15b49413 2018-11-09 08:16:58,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:16:58,222 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:16: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:16:58,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:58,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf5ae39-e24b-498d-8a47-968224818e7a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:16:58,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-bdf5ae39-e24b-498d-8a47-968224818e7a 2018-11-09 08:16:58,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:58,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b88be68a-e939-404a-b65a-2c30b8c26719 Date: Fri, 09 Nov 2018 08:16:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:16:58,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-b88be68a-e939-404a-b65a-2c30b8c26719 2018-11-09 08:16:58,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:58,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cc150789-06c4-4c91-9333-5a6e2ce50a90 Date: Fri, 09 Nov 2018 08:16:58 GMT RESP BODY: {"ports":[]} 2018-11-09 08:16:58,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port&admin_state_up=True used request id req-cc150789-06c4-4c91-9333-5a6e2ce50a90 2018-11-09 08:16:58,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:58,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-c3ed68e8-0d5b-4da9-9785-dfa3ceeff8a9 x-compute-request-id: req-c3ed68e8-0d5b-4da9-9785-dfa3ceeff8a9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:16:58,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst used request id req-c3ed68e8-0d5b-4da9-9785-dfa3ceeff8a9 2018-11-09 08:16:58,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:59,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a889912b-d5b9-4f64-ae87-988a4a7196dc Date: Fri, 09 Nov 2018 08:16:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["6198aff7-33b4-4012-8511-1a06aa665026"],"description":"","tags":[],"updated_at":"2018-11-09T08:16:56Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:16:59,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net used request id req-a889912b-d5b9-4f64-ae87-988a4a7196dc 2018-11-09 08:16:59,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:59,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27570e1d-f22a-4c2f-99ca-af47e5eafbbb Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:16:59,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-27570e1d-f22a-4c2f-99ca-af47e5eafbbb 2018-11-09 08:16:59,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:59,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3a00fc1f-98be-425f-a980-0e4084b5f7da Date: Fri, 09 Nov 2018 08:16:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:16:59,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-3a00fc1f-98be-425f-a980-0e4084b5f7da 2018-11-09 08:16:59,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:16:59,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f09fb19d-baa1-4da0-a13a-74e9b1d55131 Date: Fri, 09 Nov 2018 08:16:59 GMT RESP BODY: {"ports":[]} 2018-11-09 08:16:59,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port&admin_state_up=True used request id req-f09fb19d-baa1-4da0-a13a-74e9b1d55131 2018-11-09 08:16:59,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:16:59,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:16:59,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:16:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["xVNRZSBRQWGJ7bx6V2UDBw"], "issued_at": "2018-11-09T08:16:59.000000Z"}} 2018-11-09 08:16:59,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f1a03ca456da9cbe391eda5369f3a298ec026cf" 2018-11-09 08:17:00,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91427c29-d90e-47c3-9efa-981d3956e738 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:17:00,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-91427c29-d90e-47c3-9efa-981d3956e738 2018-11-09 08:17:00,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:00,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c52fa2ff-76be-40b8-a718-ef51addd7906 Date: Fri, 09 Nov 2018 08:17:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["6198aff7-33b4-4012-8511-1a06aa665026"],"description":"","tags":[],"updated_at":"2018-11-09T08:16:56Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:17:00,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net used request id req-c52fa2ff-76be-40b8-a718-ef51addd7906 2018-11-09 08:17:00,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:00,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cd221ada-0815-4eef-bdb7-a7d7ffc0b1ed Date: Fri, 09 Nov 2018 08:17:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:17:00,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-cd221ada-0815-4eef-bdb7-a7d7ffc0b1ed 2018-11-09 08:17:00,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:00,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ddba008e-1c13-47c2-ae4e-48fa1bb75680 Date: Fri, 09 Nov 2018 08:17:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["6198aff7-33b4-4012-8511-1a06aa665026"],"description":"","tags":[],"updated_at":"2018-11-09T08:16:56Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:17:00,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net used request id req-ddba008e-1c13-47c2-ae4e-48fa1bb75680 2018-11-09 08:17:00,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:17:00,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:17: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:17:00,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f1a03ca456da9cbe391eda5369f3a298ec026cf" 2018-11-09 08:17:00,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca0d7204-ab01-4dc3-8b73-70b117928bb0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:17:00,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-ca0d7204-ab01-4dc3-8b73-70b117928bb0 2018-11-09 08:17:00,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:01,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9ad96e9a-d1ae-46e9-9f11-d54c13166de5 Date: Fri, 09 Nov 2018 08:17:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:17:01,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-9ad96e9a-d1ae-46e9-9f11-d54c13166de5 2018-11-09 08:17:01,099 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net 2018-11-09 08:17:01,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" -d '{"port": {"network_id": "50404c59-88a5-4324-a89d-2412ff6c171f", "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port", "admin_state_up": true}}' 2018-11-09 08:17:01,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-e4bdeb60-926a-4403-9ac5-fb2021377504 Date: Fri, 09 Nov 2018 08:17:01 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:01Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.14"}],"id":"b147dea1-6ec5-4c79-b6a3-bafb1fee16c4","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e8:38:16","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port","project_id":"0b2f64a45219400697df961f5de737ee","qos_policy_id":null,"admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:17:01Z","binding:vnic_type":"normal"}} 2018-11-09 08:17:01,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-e4bdeb60-926a-4403-9ac5-fb2021377504 2018-11-09 08:17:01,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:02,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-622b6e9e-edaa-4e48-97fa-de55d4e93de1 Date: Fri, 09 Nov 2018 08:17:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["6198aff7-33b4-4012-8511-1a06aa665026"],"description":"","tags":[],"updated_at":"2018-11-09T08:16:56Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:17:02,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net used request id req-622b6e9e-edaa-4e48-97fa-de55d4e93de1 2018-11-09 08:17:02,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:02,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05404197-55a1-490b-9611-31b831568d35 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:17:02,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-05404197-55a1-490b-9611-31b831568d35 2018-11-09 08:17:02,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:02,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-67f9dbe9-2da0-49b8-ab93-4687607f6b1c Date: Fri, 09 Nov 2018 08:17:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:17:02,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-67f9dbe9-2da0-49b8-ab93-4687607f6b1c 2018-11-09 08:17:02,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:02,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-e7fefe76-91fa-4ff8-ba4f-b46ffb9a7f56 Date: Fri, 09 Nov 2018 08:17:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.14"}],"id":"b147dea1-6ec5-4c79-b6a3-bafb1fee16c4","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e8:38:16","project_id":"0b2f64a45219400697df961f5de737ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:17:01Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:17:02,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port&admin_state_up=True used request id req-e7fefe76-91fa-4ff8-ba4f-b46ffb9a7f56 2018-11-09 08:17:02,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:02,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43403f7a-7423-4491-9090-897a1daed165 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:17:02,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-43403f7a-7423-4491-9090-897a1daed165 2018-11-09 08:17:02,459 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst 2018-11-09 08:17:02,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:02,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6d07dfe-ae11-4b8a-9707-21e285ff1ba8 x-compute-request-id: req-a6d07dfe-ae11-4b8a-9707-21e285ff1ba8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-flavor-name"}]} 2018-11-09 08:17:02,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a6d07dfe-ae11-4b8a-9707-21e285ff1ba8 2018-11-09 08:17:02,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:02,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9b5f1ae-f9b1-408c-85a0-4cacdd709251 x-compute-request-id: req-e9b5f1ae-f9b1-408c-85a0-4cacdd709251 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:17:02,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b used request id req-e9b5f1ae-f9b1-408c-85a0-4cacdd709251 2018-11-09 08:17:02,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:02,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-7f2425ba-7f51-4847-b02c-b562f5889cb9 Date: Fri, 09 Nov 2018 08:17:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:16:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:16:53Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a0376b25-2d48-424c-b6d4-80344bd592c1/snap", "metadata": {}}], "self": "/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "min_disk": 0, "protected": false, "id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "file": "/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c54329e0a794401f9d01c6545a6d8457", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a0376b25-2d48-424c-b6d4-80344bd592c1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image"} 2018-11-09 08:17:02,773 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image used request id req-7f2425ba-7f51-4847-b02c-b562f5889cb9 2018-11-09 08:17:02,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:02,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9f559a55-9212-428c-a065-a3fec56724e6 Date: Fri, 09 Nov 2018 08:17:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:17:02,949 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-9f559a55-9212-428c-a065-a3fec56724e6 2018-11-09 08:17:02,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" -d '{"server": {"name": "CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "imageRef": "a0376b25-2d48-424c-b6d4-80344bd592c1", "flavorRef": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "max_count": 1, "min_count": 1, "networks": [{"port": "b147dea1-6ec5-4c79-b6a3-bafb1fee16c4"}]}}' 2018-11-09 08:17:04,170 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0982459b-5316-423b-b2b1-1c338db5ee76 x-compute-request-id: req-0982459b-5316-423b-b2b1-1c338db5ee76 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "adminPass": "Rcby6AgssrEZ"}} 2018-11-09 08:17:04,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-0982459b-5316-423b-b2b1-1c338db5ee76 2018-11-09 08:17:04,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:04,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-534c2a2d-f0cd-414a-b2ec-2aacd476fa50 x-compute-request-id: req-534c2a2d-f0cd-414a-b2ec-2aacd476fa50 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "image": {"id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "links": [{"href": "http://172.30.9.27:8774/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}]}, "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:17:04Z", "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-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "created": "2018-11-09T08:17:04Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:04,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-534c2a2d-f0cd-414a-b2ec-2aacd476fa50 2018-11-09 08:17:04,536 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst 2018-11-09 08:17:04,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:04,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-df02aa40-8906-4c4b-9f5a-a1c4a5d781a4 x-compute-request-id: req-df02aa40-8906-4c4b-9f5a-a1c4a5d781a4 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "image": {"id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "links": [{"href": "http://172.30.9.27:8774/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}]}, "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:17:04Z", "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-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "created": "2018-11-09T08:17:04Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:04,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-df02aa40-8906-4c4b-9f5a-a1c4a5d781a4 2018-11-09 08:17:04,933 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst] is - BUILD 2018-11-09 08:17:04,933 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:17:07,936 - create_instance - DEBUG - VM status query timeout in 896.600121975 2018-11-09 08:17:07,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:08,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb48613a-5ab2-4c40-9731-1faeea43ab9d x-compute-request-id: req-bb48613a-5ab2-4c40-9731-1faeea43ab9d Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:38:16", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "image": {"id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "links": [{"href": "http://172.30.9.27:8774/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}]}, "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:17:05Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "created": "2018-11-09T08:17:04Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:08,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-bb48613a-5ab2-4c40-9731-1faeea43ab9d 2018-11-09 08:17:08,618 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst] is - BUILD 2018-11-09 08:17:08,618 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:17:11,618 - create_instance - DEBUG - VM status query timeout in 892.917874098 2018-11-09 08:17:11,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:12,375 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-1b21dcc8-d706-4091-85f3-95a706b29833 x-compute-request-id: req-1b21dcc8-d706-4091-85f3-95a706b29833 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:38:16", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "image": {"id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "links": [{"href": "http://172.30.9.27:8774/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": "2018-11-09T08:17:10.000000", "flavor": {"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}]}, "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:10Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "created": "2018-11-09T08:17:04Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:12,375 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-1b21dcc8-d706-4091-85f3-95a706b29833 2018-11-09 08:17:12,375 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst] is - ACTIVE 2018-11-09 08:17:12,375 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:17:12,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:12,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c90b9eb7-da04-490a-a8c6-039f74065e8e x-compute-request-id: req-c90b9eb7-da04-490a-a8c6-039f74065e8e Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:38:16", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "image": {"id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "links": [{"href": "http://172.30.9.27:8774/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": "2018-11-09T08:17:10.000000", "flavor": {"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}]}, "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:10Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "created": "2018-11-09T08:17:04Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:12,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-c90b9eb7-da04-490a-a8c6-039f74065e8e 2018-11-09 08:17:12,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:13,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-cbf5cad4-83c4-424e-9632-31ffa9a9a2e8 Date: Fri, 09 Nov 2018 08:17:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["6198aff7-33b4-4012-8511-1a06aa665026"],"description":"","tags":[],"updated_at":"2018-11-09T08:16:56Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:17:13,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net used request id req-cbf5cad4-83c4-424e-9632-31ffa9a9a2e8 2018-11-09 08:17:13,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:13,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a17cc39-e3d2-4991-a91c-e1843b48ac6b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:17:13,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-7a17cc39-e3d2-4991-a91c-e1843b48ac6b 2018-11-09 08:17:13,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:13,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1ca026bf-3dfd-469f-8992-656236ff1ca3 Date: Fri, 09 Nov 2018 08:17:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:17:13,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-1ca026bf-3dfd-469f-8992-656236ff1ca3 2018-11-09 08:17:13,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:13,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-dc8598d1-01ac-4493-abfe-08f1f225d41d Date: Fri, 09 Nov 2018 08:17:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.4"}],"id":"2064091e-1f7a-43f2-88ce-9377a737813c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:ee:e1","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.3"}],"id":"94057b2b-ae73-47b4-b5e3-70dbbc852e31","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:c1:0b","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.2"}],"id":"996ab51a-07da-4798-adc1-e9a36d25a250","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:c4:d8","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.14"}],"id":"b147dea1-6ec5-4c79-b6a3-bafb1fee16c4","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:38:16","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:17:01Z","binding:vnic_type":"normal","device_id":"8194f9be-bdcc-4223-8068-379de1e2fe75"}]} 2018-11-09 08:17:13,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-dc8598d1-01ac-4493-abfe-08f1f225d41d 2018-11-09 08:17:13,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:13,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:17:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["X6YhAZFVR02r_TTALszIMw"], "issued_at": "2018-11-09T08:17:13.000000Z"}} 2018-11-09 08:17:13,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05db9429723de6eeb8abff26d5b32aff3a8d5a3" 2018-11-09 08:17:14,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18b4d024-4eb3-4e5b-a3e6-7eb60feda5ee x-compute-request-id: req-18b4d024-4eb3-4e5b-a3e6-7eb60feda5ee Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:38:16", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "image": {"id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "links": [{"href": "http://172.30.9.27:8774/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": "2018-11-09T08:17:10.000000", "flavor": {"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}]}, "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:10Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "created": "2018-11-09T08:17:04Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 08:17:14,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst used request id req-18b4d024-4eb3-4e5b-a3e6-7eb60feda5ee 2018-11-09 08:17:14,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:14,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:17:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["x3CgDUFaRc61w0mT7AqpFA"], "issued_at": "2018-11-09T08:17:14.000000Z"}} 2018-11-09 08:17:14,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}683d6a763bfa8da26e3b229e255b3547d31f7b74" 2018-11-09 08:17:15,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-88c71415-750a-4e77-a65e-360a604c7f13 Date: Fri, 09 Nov 2018 08:17:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["6198aff7-33b4-4012-8511-1a06aa665026"],"description":"","tags":[],"updated_at":"2018-11-09T08:16:56Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:17:15,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net used request id req-88c71415-750a-4e77-a65e-360a604c7f13 2018-11-09 08:17:15,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}683d6a763bfa8da26e3b229e255b3547d31f7b74" 2018-11-09 08:17:15,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bfdfe179-a764-461a-bc47-330e0f49e08b Date: Fri, 09 Nov 2018 08:17:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:17:15,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-bfdfe179-a764-461a-bc47-330e0f49e08b 2018-11-09 08:17:15,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}683d6a763bfa8da26e3b229e255b3547d31f7b74" 2018-11-09 08:17:15,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-0d25974b-03a4-4781-994e-43cfd00e14c6 Date: Fri, 09 Nov 2018 08:17:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.4"}],"id":"2064091e-1f7a-43f2-88ce-9377a737813c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:ee:e1","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.3"}],"id":"94057b2b-ae73-47b4-b5e3-70dbbc852e31","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:c1:0b","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.2"}],"id":"996ab51a-07da-4798-adc1-e9a36d25a250","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:c4:d8","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.14"}],"id":"b147dea1-6ec5-4c79-b6a3-bafb1fee16c4","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:38:16","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:17:01Z","binding:vnic_type":"normal","device_id":"8194f9be-bdcc-4223-8068-379de1e2fe75"}]} 2018-11-09 08:17:15,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-0d25974b-03a4-4781-994e-43cfd00e14c6 2018-11-09 08:17:15,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:15,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cfa4e73ab5b542edbc3a3a44f414309f", "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-proj-role"}], "expires_at": "2018-11-09T09:17:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c54329e0a794401f9d01c6545a6d8457", "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/c54329e0a794401f9d01c6545a6d8457", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/c54329e0a794401f9d01c6545a6d8457", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/c54329e0a794401f9d01c6545a6d8457", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c54329e0a794401f9d01c6545a6d8457", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/c54329e0a794401f9d01c6545a6d8457", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/c54329e0a794401f9d01c6545a6d8457", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/c54329e0a794401f9d01c6545a6d8457", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-8e47509a-588c-4d9-user", "id": "c243519800394e6ab9fe6604db031476"}, "audit_ids": ["22MBBkKbQ-6k3GvxbkdP7g"], "issued_at": "2018-11-09T08:17:15.000000Z"}} 2018-11-09 08:17:15,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60614b40b8e3dd03b016c95679455aa666e932e4" 2018-11-09 08:17:16,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17: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-c628f5a9-649f-42e8-8b11-6348e018c151 x-compute-request-id: req-c628f5a9-649f-42e8-8b11-6348e018c151 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:17:16,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst used request id req-c628f5a9-649f-42e8-8b11-6348e018c151 2018-11-09 08:17:16,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:16,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-a60f1c5f-c56a-435e-be91-f9d4c9f90ec2 x-compute-request-id: req-a60f1c5f-c56a-435e-be91-f9d4c9f90ec2 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:38:16", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "image": {"id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "links": [{"href": "http://172.30.9.27:8774/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": "2018-11-09T08:17:10.000000", "flavor": {"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}]}, "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:10Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "created": "2018-11-09T08:17:04Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:16,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-a60f1c5f-c56a-435e-be91-f9d4c9f90ec2 2018-11-09 08:17:16,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:16,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-5cdb00e7-e1af-480b-91c6-a41673cc7981 Date: Fri, 09 Nov 2018 08:17:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["6198aff7-33b4-4012-8511-1a06aa665026"],"description":"","tags":[],"updated_at":"2018-11-09T08:16:56Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:17:16,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net used request id req-5cdb00e7-e1af-480b-91c6-a41673cc7981 2018-11-09 08:17:16,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:16,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04d7c884-decf-48ec-ba35-388cf2a627b4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:17:16,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-04d7c884-decf-48ec-ba35-388cf2a627b4 2018-11-09 08:17:16,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:17,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-96800362-7b62-4f31-a4b8-1a1913b98841 Date: Fri, 09 Nov 2018 08:17:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:17:17,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-96800362-7b62-4f31-a4b8-1a1913b98841 2018-11-09 08:17:17,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:17,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-7eea72ac-ca0e-41a5-9c7e-a6e0ade716ee Date: Fri, 09 Nov 2018 08:17:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.4"}],"id":"2064091e-1f7a-43f2-88ce-9377a737813c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:ee:e1","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.3"}],"id":"94057b2b-ae73-47b4-b5e3-70dbbc852e31","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:c1:0b","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.2"}],"id":"996ab51a-07da-4798-adc1-e9a36d25a250","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:c4:d8","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.14"}],"id":"b147dea1-6ec5-4c79-b6a3-bafb1fee16c4","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:38:16","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:17:01Z","binding:vnic_type":"normal","device_id":"8194f9be-bdcc-4223-8068-379de1e2fe75"}]} 2018-11-09 08:17:17,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-7eea72ac-ca0e-41a5-9c7e-a6e0ade716ee 2018-11-09 08:17:17,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:17,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-18040c69-2359-435e-b338-3839d57ff26d x-compute-request-id: req-18040c69-2359-435e-b338-3839d57ff26d Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:38:16", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "image": {"id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "links": [{"href": "http://172.30.9.27:8774/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": "2018-11-09T08:17:10.000000", "flavor": {"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}]}, "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:10Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "created": "2018-11-09T08:17:04Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:17,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-18040c69-2359-435e-b338-3839d57ff26d 2018-11-09 08:17:17,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:17,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e2cca8b7-59ea-470f-9811-34f22cf1b7ec Date: Fri, 09 Nov 2018 08:17:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"50404c59-88a5-4324-a89d-2412ff6c171f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["6198aff7-33b4-4012-8511-1a06aa665026"],"description":"","tags":[],"updated_at":"2018-11-09T08:16:56Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:55Z","provider:network_type":"vxlan"}]} 2018-11-09 08:17:17,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net used request id req-e2cca8b7-59ea-470f-9811-34f22cf1b7ec 2018-11-09 08:17:17,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:17,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2776585-7ad4-46f3-b389-142228be5ce2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:17:17,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-f2776585-7ad4-46f3-b389-142228be5ce2 2018-11-09 08:17:17,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:17,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-db4918d3-909c-4ae0-92be-eb737e56e7c8 Date: Fri, 09 Nov 2018 08:17:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","dns_nameservers":[],"updated_at":"2018-11-09T08:16: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":"0b2f64a45219400697df961f5de737ee","id":"6198aff7-33b4-4012-8511-1a06aa665026","subnetpool_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet"}]} 2018-11-09 08:17:17,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-db4918d3-909c-4ae0-92be-eb737e56e7c8 2018-11-09 08:17:17,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:17,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-394695cb-61a5-436d-91b5-bf808633da02 Date: Fri, 09 Nov 2018 08:17:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.4"}],"id":"2064091e-1f7a-43f2-88ce-9377a737813c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:ee:e1","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.3"}],"id":"94057b2b-ae73-47b4-b5e3-70dbbc852e31","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:c1:0b","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:16:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.2"}],"id":"996ab51a-07da-4798-adc1-e9a36d25a250","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:c4:d8","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:16:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-50404c59-88a5-4324-a89d-2412ff6c171f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6198aff7-33b4-4012-8511-1a06aa665026","ip_address":"10.55.0.14"}],"id":"b147dea1-6ec5-4c79-b6a3-bafb1fee16c4","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:38:16","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port","admin_state_up":true,"network_id":"50404c59-88a5-4324-a89d-2412ff6c171f","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:17:01Z","binding:vnic_type":"normal","device_id":"8194f9be-bdcc-4223-8068-379de1e2fe75"}]} 2018-11-09 08:17:17,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=50404c59-88a5-4324-a89d-2412ff6c171f used request id req-394695cb-61a5-436d-91b5-bf808633da02 2018-11-09 08:17:17,970 - create_instance - INFO - Deleting Port with ID - b147dea1-6ec5-4c79-b6a3-bafb1fee16c4 2018-11-09 08:17:17,970 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-port 2018-11-09 08:17:17,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/b147dea1-6ec5-4c79-b6a3-bafb1fee16c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:18,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1ee0860-bdfd-4c8e-9123-435878e7143a Date: Fri, 09 Nov 2018 08:17:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:17:18,675 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/b147dea1-6ec5-4c79-b6a3-bafb1fee16c4 used request id req-f1ee0860-bdfd-4c8e-9123-435878e7143a 2018-11-09 08:17:18,675 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst 2018-11-09 08:17:18,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:18,808 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:17:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-924a5fa5-4f8b-4e61-9b09-1b48bf856520 x-compute-request-id: req-924a5fa5-4f8b-4e61-9b09-1b48bf856520 Content-Type: application/json 2018-11-09 08:17:18,808 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-924a5fa5-4f8b-4e61-9b09-1b48bf856520 2018-11-09 08:17:18,808 - create_instance - INFO - Checking deletion status 2018-11-09 08:17:18,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:18,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fc26474-465c-4e32-b30d-b45714c197d9 x-compute-request-id: req-6fc26474-465c-4e32-b30d-b45714c197d9 Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:38:16", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "image": {"id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "links": [{"href": "http://172.30.9.27:8774/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": "2018-11-09T08:17:10.000000", "flavor": {"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}]}, "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:18Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "created": "2018-11-09T08:17:04Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:18,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-6fc26474-465c-4e32-b30d-b45714c197d9 2018-11-09 08:17:18,908 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst] is - ACTIVE 2018-11-09 08:17:18,908 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:17:21,911 - create_instance - DEBUG - VM status query timeout in 296.897049904 2018-11-09 08:17:21,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:22,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-9e7f8965-ce26-445c-baff-c4948a350929 x-compute-request-id: req-9e7f8965-ce26-445c-baff-c4948a350929 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8194f9be-bdcc-4223-8068-379de1e2fe75", "rel": "bookmark"}], "image": {"id": "a0376b25-2d48-424c-b6d4-80344bd592c1", "links": [{"href": "http://172.30.9.27:8774/images/a0376b25-2d48-424c-b6d4-80344bd592c1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": "2018-11-09T08:17:10.000000", "flavor": {"id": "cf25c48b-c98f-44a0-9d10-1e115465d12b", "links": [{"href": "http://172.30.9.27:8774/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b", "rel": "bookmark"}]}, "id": "8194f9be-bdcc-4223-8068-379de1e2fe75", "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:18Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst", "created": "2018-11-09T08:17:04Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:22,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-9e7f8965-ce26-445c-baff-c4948a350929 2018-11-09 08:17:22,191 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst] is - ACTIVE 2018-11-09 08:17:22,191 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:17:25,194 - create_instance - DEBUG - VM status query timeout in 293.613946915 2018-11-09 08:17:25,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0fe40a4a7bfb218c3538e824f793c8f2364740" 2018-11-09 08:17:25,257 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-71d1337d-156a-4012-9843-48c653bda93b x-compute-request-id: req-71d1337d-156a-4012-9843-48c653bda93b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8194f9be-bdcc-4223-8068-379de1e2fe75 could not be found.", "code": 404}} 2018-11-09 08:17:25,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/8194f9be-bdcc-4223-8068-379de1e2fe75 used request id req-71d1337d-156a-4012-9843-48c653bda93b 2018-11-09 08:17:25,258 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8194f9be-bdcc-4223-8068-379de1e2fe75 could not be found. (HTTP 404) (Request-ID: req-71d1337d-156a-4012-9843-48c653bda93b) 2018-11-09 08:17:25,258 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-inst 2018-11-09 08:17:25,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f17789f843d585fa72658b3063d54551108985" 2018-11-09 08:17:25,313 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-df460dda-a005-49c9-9fc1-a61ee47461b3 x-compute-request-id: req-df460dda-a005-49c9-9fc1-a61ee47461b3 Content-Length: 0 Content-Type: application/json 2018-11-09 08:17:25,313 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/cf25c48b-c98f-44a0-9d10-1e115465d12b used request id req-df460dda-a005-49c9-9fc1-a61ee47461b3 2018-11-09 08:17:25,314 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet 2018-11-09 08:17:25,314 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-subnet 2018-11-09 08:17:25,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/6198aff7-33b4-4012-8511-1a06aa665026 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}136350384e97cdcc5e431e3989d2313135f4e6d7" 2018-11-09 08:17:27,374 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-072aa0ba-599e-4aff-ac6c-c8768115c445 Date: Fri, 09 Nov 2018 08:17:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:17:27,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/6198aff7-33b4-4012-8511-1a06aa665026 used request id req-072aa0ba-599e-4aff-ac6c-c8768115c445 2018-11-09 08:17:27,374 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-pub-net 2018-11-09 08:17:27,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/50404c59-88a5-4324-a89d-2412ff6c171f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}136350384e97cdcc5e431e3989d2313135f4e6d7" 2018-11-09 08:17:28,483 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-23065c87-976c-441b-ada4-82dfff5e5221 Date: Fri, 09 Nov 2018 08:17:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:17:28,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/50404c59-88a5-4324-a89d-2412ff6c171f used request id req-23065c87-976c-441b-ada4-82dfff5e5221 2018-11-09 08:17:28,484 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-e63698c6-4a81-473e-8e51-0f1852d5dc5a-image 2018-11-09 08:17:28,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cd0e1149c3abe9158bd7dd922619f26e1ef97e8" 2018-11-09 08:17:30,636 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-691a9813-21d9-469e-ad72-c98e7572ebe7 Date: Fri, 09 Nov 2018 08:17:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:17:30,636 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/a0376b25-2d48-424c-b6d4-80344bd592c1 used request id req-691a9813-21d9-469e-ad72-c98e7572ebe7 2018-11-09 08:17:30,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:17:30,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0a29e7eb-d774-4e21-a43d-fe3f7ec11389 Date: Fri, 09 Nov 2018 08:17:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:17:30,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-0a29e7eb-d774-4e21-a43d-fe3f7ec11389 2018-11-09 08:17:30,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:17:30,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9804aac-5701-4163-98dd-00ee7c321426 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:17:30,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-f9804aac-5701-4163-98dd-00ee7c321426 2018-11-09 08:17:30,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:17:31,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d1af136-76a6-4a79-acb0-4d86a930963c 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:17:31,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-4d1af136-76a6-4a79-acb0-4d86a930963c 2018-11-09 08:17:31,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:17:31,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f715734d-b0cc-43a9-80e9-c590f45b935a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:17:31,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-f715734d-b0cc-43a9-80e9-c590f45b935a 2018-11-09 08:17:31,145 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-8e47509a-588c-4d9-proj 2018-11-09 08:17:31,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/c54329e0a794401f9d01c6545a6d8457 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:17:31,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:17:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e83f63fe-7e59-4995-8574-762f9e65059b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:17:31,351 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/c54329e0a794401f9d01c6545a6d8457 used request id req-e83f63fe-7e59-4995-8574-762f9e65059b 2018-11-09 08:17:31,351 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-8e47509a-588c-4d9-proj-role 2018-11-09 08:17:31,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/cfa4e73ab5b542edbc3a3a44f414309f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:17:31,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:17:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bfd3473-b243-45b8-be60-3efe5a19e8c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:17:31,395 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/cfa4e73ab5b542edbc3a3a44f414309f used request id req-0bfd3473-b243-45b8-be60-3efe5a19e8c6 2018-11-09 08:17:31,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b662cc440ca6cd902210f5e20a9a146e669d011" 2018-11-09 08:17:31,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73bbf9c-5c14-42e5-a277-48ccf13ddaf0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:17:31,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a73bbf9c-5c14-42e5-a277-48ccf13ddaf0 2018-11-09 08:17:31,488 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-8e47509a-588c-4d9-user 2018-11-09 08:17:31,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/c243519800394e6ab9fe6604db031476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af0ce2bb9c382255ff5ee4345f2e7a47bf7cd901" 2018-11-09 08:17:31,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:17:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-971a0188-f4e5-4b24-97e6-dd37fcc71cf8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:17:31,676 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/c243519800394e6ab9fe6604db031476 used request id req-971a0188-f4e5-4b24-97e6-dd37fcc71cf8 2018-11-09 08:17:31,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:32,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:17:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["NO6oDLUwR8SvIrwQ44SfwA"], "issued_at": "2018-11-09T08:17:31.000000Z"}} 2018-11-09 08:17:32,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3086c535453995486ea79abb41a53ef4a1cfa4b5" 2018-11-09 08:17:32,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5621f3fb-2888-487a-a1a7-ebba1d517c07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:17:32,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5621f3fb-2888-487a-a1a7-ebba1d517c07 2018-11-09 08:17:32,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:17:32,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:32,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:17:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["S6Zu38gFRumCiQBdpYTwEg"], "issued_at": "2018-11-09T08:17:32.000000Z"}} 2018-11-09 08:17:32,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:17:32,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aed543ec-899e-4fd7-b4da-f39691b78d7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:17:32,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-aed543ec-899e-4fd7-b4da-f39691b78d7d 2018-11-09 08:17:32,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:17:32,711 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:17:32,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-d21aa672-980a-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:17:32,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e62154f-57b1-46a1-8631-63dd749d84c0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-d21aa672-980a-49a-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:17:32,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-d21aa672-980a-49a-proj used request id req-4e62154f-57b1-46a1-8631-63dd749d84c0 2018-11-09 08:17:32,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:17:32,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a514d51-5ae1-4e5d-b710-7b269675487e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:17:32,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-3a514d51-5ae1-4e5d-b710-7b269675487e 2018-11-09 08:17:32,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}}' 2018-11-09 08:17:32,935 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:17:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afeffde3-d7a9-4d3f-ab6b-6771de00ee15 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}} 2018-11-09 08:17:32,935 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-afeffde3-d7a9-4d3f-ab6b-6771de00ee15 2018-11-09 08:17:32,935 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-d21aa672-980a-49a-proj 2018-11-09 08:17:32,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:17:32,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:33,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:17:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["XXNqF2IcTp-DlCqc_g3kvQ"], "issued_at": "2018-11-09T08:17:33.000000Z"}} 2018-11-09 08:17:33,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}774ef0ac0e84a382ec3e0d97fd69502c4fb71637" 2018-11-09 08:17:33,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3209ec84-4c1c-4be5-b88f-4b4847536f90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:17:33,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3209ec84-4c1c-4be5-b88f-4b4847536f90 2018-11-09 08:17:33,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:17:33,419 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:17: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:17:33,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}774ef0ac0e84a382ec3e0d97fd69502c4fb71637" 2018-11-09 08:17:33,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24347fba-6da6-47b4-93f3-221575bb57d2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:17:33,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-24347fba-6da6-47b4-93f3-221575bb57d2 2018-11-09 08:17:33,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceSimpleTests-d21aa672-980a-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}774ef0ac0e84a382ec3e0d97fd69502c4fb71637" 2018-11-09 08:17:33,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb04208-f8bc-4f23-9fe5-e891521a864e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceSimpleTests-d21aa672-980a-49a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}]} 2018-11-09 08:17:33,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceSimpleTests-d21aa672-980a-49a-proj used request id req-1cb04208-f8bc-4f23-9fe5-e891521a864e 2018-11-09 08:17:33,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}774ef0ac0e84a382ec3e0d97fd69502c4fb71637" 2018-11-09 08:17:33,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7f285f1-6091-4528-87ed-1c7f554eb93a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:17:33,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-c7f285f1-6091-4528-87ed-1c7f554eb93a 2018-11-09 08:17:34,012 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-d21aa672-980a-49a-user 2018-11-09 08:17:34,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:17:34,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:17:34,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4af0d2e-c758-4871-bc94-e0c0db623f66 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:17:34,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d4af0d2e-c758-4871-bc94-e0c0db623f66 2018-11-09 08:17:34,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" -d '{"role": {"name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role"}}' 2018-11-09 08:17:34,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:17:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-667959e6-12e7-4b54-9421-cc0d45f1fd5e Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "269b76f582084c8fa724aeefd78eda98", "links": {"self": "http://172.30.9.27:5000/v3/roles/269b76f582084c8fa724aeefd78eda98"}, "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role"}} 2018-11-09 08:17:34,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-667959e6-12e7-4b54-9421-cc0d45f1fd5e 2018-11-09 08:17:34,325 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role 2018-11-09 08:17:34,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/269b76f582084c8fa724aeefd78eda98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:17:34,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-785cb21a-ea58-4ecc-86a4-36dabce328b5 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/269b76f582084c8fa724aeefd78eda98"}, "domain_id": null, "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role", "id": "269b76f582084c8fa724aeefd78eda98"}} 2018-11-09 08:17:34,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/269b76f582084c8fa724aeefd78eda98 used request id req-785cb21a-ea58-4ecc-86a4-36dabce328b5 2018-11-09 08:17:34,408 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role to project CreateInstanceSimpleTests-d21aa672-980a-49a-proj 2018-11-09 08:17:34,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a/users/3bbc5919454f46b7994f4b56d033bf5e/roles/269b76f582084c8fa724aeefd78eda98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:17:34,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:17:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d33634f4-6468-4c94-bcbf-e65a28cc5f3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:17:34,554 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a/users/3bbc5919454f46b7994f4b56d033bf5e/roles/269b76f582084c8fa724aeefd78eda98 used request id req-d33634f4-6468-4c94-bcbf-e65a28cc5f3e 2018-11-09 08:17:34,554 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:17:34,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:17:34,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:17:34,557 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:17:34,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:17:34,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:34,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "269b76f582084c8fa724aeefd78eda98", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role"}], "expires_at": "2018-11-09T09:17:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-user", "id": "3bbc5919454f46b7994f4b56d033bf5e"}, "audit_ids": ["ay0T5wl8Spu1imSHi7bsOg"], "issued_at": "2018-11-09T08:17:34.000000Z"}} 2018-11-09 08:17:34,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc2c86174dc1f16207a0a6a21b61d15b0dde000" 2018-11-09 08:17:35,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dac13646-c2d3-479a-9dbd-62e6d7b3d3ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:17:35,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dac13646-c2d3-479a-9dbd-62e6d7b3d3ce 2018-11-09 08:17:35,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adc2c86174dc1f16207a0a6a21b61d15b0dde000" 2018-11-09 08:17:35,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-707469fa-f9aa-46ca-be6a-90e7874b1788 Date: Fri, 09 Nov 2018 08:17:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image"} 2018-11-09 08:17:35,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image used request id req-707469fa-f9aa-46ca-be6a-90e7874b1788 2018-11-09 08:17:35,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adc2c86174dc1f16207a0a6a21b61d15b0dde000" 2018-11-09 08:17:35,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d0e82b42-c839-40e4-9637-a0436479e55d Date: Fri, 09 Nov 2018 08:17:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:17:35,369 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d0e82b42-c839-40e4-9637-a0436479e55d 2018-11-09 08:17:35,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc2c86174dc1f16207a0a6a21b61d15b0dde000" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image"}' 2018-11-09 08:17:35,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b X-Openstack-Request-Id: req-8812abe0-1d5d-41ae-ac7a-c7c697264faf Date: Fri, 09 Nov 2018 08:17:35 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:17:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:17:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "min_disk": 0, "protected": false, "id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "file": "/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b/file", "checksum": null, "owner": "bdd463e0e8fc479ca4bea7c3ec51888a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:17:35,579 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-8812abe0-1d5d-41ae-ac7a-c7c697264faf 2018-11-09 08:17:35,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adc2c86174dc1f16207a0a6a21b61d15b0dde000" -d '' 2018-11-09 08:17:37,025 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-776a00b5-36ab-4c9c-9e27-45d119071a00 Date: Fri, 09 Nov 2018 08:17:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:17:37,025 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b/file used request id req-776a00b5-36ab-4c9c-9e27-45d119071a00 2018-11-09 08:17:37,025 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:17:37,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adc2c86174dc1f16207a0a6a21b61d15b0dde000" 2018-11-09 08:17:37,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-f83f361a-c33f-4a90-8659-78b5c9260831 Date: Fri, 09 Nov 2018 08:17:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:17:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:17:37Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1a361321-9602-4f8f-9128-ba75f9febd2b/snap", "metadata": {}}], "self": "/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "min_disk": 0, "protected": false, "id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "file": "/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bdd463e0e8fc479ca4bea7c3ec51888a", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1a361321-9602-4f8f-9128-ba75f9febd2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:17:37,191 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b used request id req-f83f361a-c33f-4a90-8659-78b5c9260831 2018-11-09 08:17:37,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adc2c86174dc1f16207a0a6a21b61d15b0dde000" 2018-11-09 08:17:37,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e660af80-6825-4134-806f-042d7230ec17 Date: Fri, 09 Nov 2018 08:17:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:17:37,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-e660af80-6825-4134-806f-042d7230ec17 2018-11-09 08:17:37,204 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image 2018-11-09 08:17:37,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adc2c86174dc1f16207a0a6a21b61d15b0dde000" 2018-11-09 08:17:37,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-a4788b58-2b0c-4503-a436-ebdbff1542f3 Date: Fri, 09 Nov 2018 08:17:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:17:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:17:37Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1a361321-9602-4f8f-9128-ba75f9febd2b/snap", "metadata": {}}], "self": "/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "min_disk": 0, "protected": false, "id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "file": "/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bdd463e0e8fc479ca4bea7c3ec51888a", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1a361321-9602-4f8f-9128-ba75f9febd2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:17:37,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b used request id req-a4788b58-2b0c-4503-a436-ebdbff1542f3 2018-11-09 08:17:37,226 - create_image - DEBUG - Instance status is - active 2018-11-09 08:17:37,227 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image 2018-11-09 08:17:37,227 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image 2018-11-09 08:17:37,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:17:37,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:37,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:17:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lu1U9lVjRB2YoFKxjHCnNA"], "issued_at": "2018-11-09T08:17:37.000000Z"}} 2018-11-09 08:17:37,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f58ccff796361ffb04976eb062dce5631e93e6" 2018-11-09 08:17:37,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc1499cd-8aa6-43d7-8d6a-a58cd9be8ed9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:17:37,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cc1499cd-8aa6-43d7-8d6a-a58cd9be8ed9 2018-11-09 08:17:37,695 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:17:37,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f58ccff796361ffb04976eb062dce5631e93e6" 2018-11-09 08:17:38,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-9f1bb80d-c4e3-4f1f-a636-cf35291892c6 x-compute-request-id: req-9f1bb80d-c4e3-4f1f-a636-cf35291892c6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:17:38,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9f1bb80d-c4e3-4f1f-a636-cf35291892c6 2018-11-09 08:17:38,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f58ccff796361ffb04976eb062dce5631e93e6" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:17:38,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a176325a-803e-45f3-9ebb-49ce167e5435 x-compute-request-id: req-a176325a-803e-45f3-9ebb-49ce167e5435 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:17:38,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a176325a-803e-45f3-9ebb-49ce167e5435 2018-11-09 08:17:38,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:17:38,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:38,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "269b76f582084c8fa724aeefd78eda98", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role"}], "expires_at": "2018-11-09T09:17:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-user", "id": "3bbc5919454f46b7994f4b56d033bf5e"}, "audit_ids": ["WPkYPYR0Qf2FGIPXmdVWKw"], "issued_at": "2018-11-09T08:17:38.000000Z"}} 2018-11-09 08:17:38,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c090875677d2298832a5a4dd476567921d4ab402" 2018-11-09 08:17:38,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e82e8d9-b4ca-4e6f-a0d7-dee1de5bb60b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:17:38,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2e82e8d9-b4ca-4e6f-a0d7-dee1de5bb60b 2018-11-09 08:17:38,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c090875677d2298832a5a4dd476567921d4ab402" 2018-11-09 08:17:39,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-14a5593a-bb56-4dca-b4c1-67d5033338fe Date: Fri, 09 Nov 2018 08:17:39 GMT RESP BODY: {"networks":[]} 2018-11-09 08:17:39,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net used request id req-14a5593a-bb56-4dca-b4c1-67d5033338fe 2018-11-09 08:17:39,022 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net 2018-11-09 08:17:39,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c090875677d2298832a5a4dd476567921d4ab402" -d '{"network": {"name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net", "admin_state_up": true}}' 2018-11-09 08:17:39,631 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-eacfbef4-bb97-42e4-8ece-330e3f87508a Date: Fri, 09 Nov 2018 08:17:39 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:17:39Z","is_default":false,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","mtu":1450}} 2018-11-09 08:17:39,631 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-eacfbef4-bb97-42e4-8ece-330e3f87508a 2018-11-09 08:17:39,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c090875677d2298832a5a4dd476567921d4ab402" 2018-11-09 08:17:39,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f1b06d39-5844-48ec-add4-1f952d909b82 Date: Fri, 09 Nov 2018 08:17:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:17:39Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:17:39,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-f1b06d39-5844-48ec-add4-1f952d909b82 2018-11-09 08:17:39,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c090875677d2298832a5a4dd476567921d4ab402" 2018-11-09 08:17:39,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7085b80a-42d1-4bcf-be35-b8438a6b8fb1 Date: Fri, 09 Nov 2018 08:17:39 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:17:39,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-7085b80a-42d1-4bcf-be35-b8438a6b8fb1 2018-11-09 08:17:39,892 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet 2018-11-09 08:17:39,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c090875677d2298832a5a4dd476567921d4ab402" -d '{"subnets": [{"ip_version": 4, "network_id": "fc3fb401-7da5-48a8-aaae-fc28f05353cf", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]}' 2018-11-09 08:17:40,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-14e5f0f7-5369-4096-abc1-b2e36b2ff4f4 Date: Fri, 09 Nov 2018 08:17:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:17:40,669 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-14e5f0f7-5369-4096-abc1-b2e36b2ff4f4 2018-11-09 08:17:40,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c090875677d2298832a5a4dd476567921d4ab402" 2018-11-09 08:17:40,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2e9a254c-1380-4e8c-a688-5f81b1bd14e7 Date: Fri, 09 Nov 2018 08:17:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["89909fd6-c4ab-42f4-adb7-109c60317c69"],"updated_at":"2018-11-09T08:17:40Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:17:40,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-2e9a254c-1380-4e8c-a688-5f81b1bd14e7 2018-11-09 08:17:40,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c090875677d2298832a5a4dd476567921d4ab402" 2018-11-09 08:17:41,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1daf2951-7494-474b-b4f9-a1c58a905a13 Date: Fri, 09 Nov 2018 08:17:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:17:41,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-1daf2951-7494-474b-b4f9-a1c58a905a13 2018-11-09 08:17:41,138 - OpenStackNetwork - DEBUG - Network [fc3fb401-7da5-48a8-aaae-fc28f05353cf] created successfully 2018-11-09 08:17:41,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:17:41,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:41,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "269b76f582084c8fa724aeefd78eda98", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role"}], "expires_at": "2018-11-09T09:17:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-user", "id": "3bbc5919454f46b7994f4b56d033bf5e"}, "audit_ids": ["V85Yw1dvQtyZp1ZoMMN1hA"], "issued_at": "2018-11-09T08:17:41.000000Z"}} 2018-11-09 08:17:41,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:41,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b5cd5a2-0f17-4c39-bbac-1cfe3f2cc773 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:17:41,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7b5cd5a2-0f17-4c39-bbac-1cfe3f2cc773 2018-11-09 08:17:41,586 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:17:41,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:41,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-701ceba5-ccb5-4cf3-b445-33f68ec53266 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:17:41,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-701ceba5-ccb5-4cf3-b445-33f68ec53266 2018-11-09 08:17:41,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:42,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-41c55a77-98d0-4516-953c-ab1f5a79172c Date: Fri, 09 Nov 2018 08:17: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":["89909fd6-c4ab-42f4-adb7-109c60317c69"],"updated_at":"2018-11-09T08:17:40Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:17:42,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net used request id req-41c55a77-98d0-4516-953c-ab1f5a79172c 2018-11-09 08:17:42,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:17:42,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:17: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:17:42,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:42,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45a7530b-c261-4b0b-b5e7-b4fff0f6477d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}} 2018-11-09 08:17:42,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a used request id req-45a7530b-c261-4b0b-b5e7-b4fff0f6477d 2018-11-09 08:17:42,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:42,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e1b452d0-723c-4656-af2a-2fae0d6dca73 Date: Fri, 09 Nov 2018 08:17:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:17:42,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-e1b452d0-723c-4656-af2a-2fae0d6dca73 2018-11-09 08:17:42,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:42,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-061b6284-585f-403d-8f11-3daa4ada8aa0 Date: Fri, 09 Nov 2018 08:17:42 GMT RESP BODY: {"ports":[]} 2018-11-09 08:17:42,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port&admin_state_up=True used request id req-061b6284-585f-403d-8f11-3daa4ada8aa0 2018-11-09 08:17:42,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:42,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2304f8ae-06a7-497f-bf30-5cc1a63ca561 x-compute-request-id: req-2304f8ae-06a7-497f-bf30-5cc1a63ca561 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:17:42,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst used request id req-2304f8ae-06a7-497f-bf30-5cc1a63ca561 2018-11-09 08:17:42,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:43,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7fbe38fc-f1ab-4a95-9219-dfdaa911b077 Date: Fri, 09 Nov 2018 08:17: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":["89909fd6-c4ab-42f4-adb7-109c60317c69"],"updated_at":"2018-11-09T08:17:40Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:17:43,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net used request id req-7fbe38fc-f1ab-4a95-9219-dfdaa911b077 2018-11-09 08:17:43,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:43,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c24062-def4-4caa-bd8c-5d8119ea43e7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}} 2018-11-09 08:17:43,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a used request id req-74c24062-def4-4caa-bd8c-5d8119ea43e7 2018-11-09 08:17:43,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:43,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-00275a2a-f2eb-45de-ad27-3b5b52038fbd Date: Fri, 09 Nov 2018 08:17:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:17:43,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-00275a2a-f2eb-45de-ad27-3b5b52038fbd 2018-11-09 08:17:43,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:43,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-298c1331-90f7-436c-8a79-d279f7e1b34e Date: Fri, 09 Nov 2018 08:17:43 GMT RESP BODY: {"ports":[]} 2018-11-09 08:17:43,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port&admin_state_up=True used request id req-298c1331-90f7-436c-8a79-d279f7e1b34e 2018-11-09 08:17:43,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:17:43,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:44,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "269b76f582084c8fa724aeefd78eda98", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role"}], "expires_at": "2018-11-09T09:17:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-user", "id": "3bbc5919454f46b7994f4b56d033bf5e"}, "audit_ids": ["LuM6IaZ_QJOmAdBvH8BNnA"], "issued_at": "2018-11-09T08:17:44.000000Z"}} 2018-11-09 08:17:44,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f83e5fac584a2b022fbe554bf7e9e4527ca664" 2018-11-09 08:17:44,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81c32a21-f531-491d-b353-8eeaebf224b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:17:44,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-81c32a21-f531-491d-b353-8eeaebf224b6 2018-11-09 08:17:44,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:44,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5cc8add7-16fb-409b-98a7-771c87e97460 Date: Fri, 09 Nov 2018 08:17: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":["89909fd6-c4ab-42f4-adb7-109c60317c69"],"updated_at":"2018-11-09T08:17:40Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:17:44,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net used request id req-5cc8add7-16fb-409b-98a7-771c87e97460 2018-11-09 08:17:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:44,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b9fd7e30-3da0-47d2-b024-e53acdc7703b Date: Fri, 09 Nov 2018 08:17:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:17:44,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-b9fd7e30-3da0-47d2-b024-e53acdc7703b 2018-11-09 08:17:44,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:45,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1570125a-4cc1-4c35-895c-b566cdaa3df8 Date: Fri, 09 Nov 2018 08:17: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":["89909fd6-c4ab-42f4-adb7-109c60317c69"],"updated_at":"2018-11-09T08:17:40Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:17:45,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net used request id req-1570125a-4cc1-4c35-895c-b566cdaa3df8 2018-11-09 08:17:45,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:17:45,347 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:17: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:17:45,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f83e5fac584a2b022fbe554bf7e9e4527ca664" 2018-11-09 08:17:45,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a58573c-21ca-4518-b281-febd8c61d54c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}} 2018-11-09 08:17:45,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a used request id req-3a58573c-21ca-4518-b281-febd8c61d54c 2018-11-09 08:17:45,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:45,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f59171a9-8cec-4ea9-9948-9160ff7b8ec3 Date: Fri, 09 Nov 2018 08:17:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:17:45,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-f59171a9-8cec-4ea9-9948-9160ff7b8ec3 2018-11-09 08:17:45,732 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net 2018-11-09 08:17:45,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" -d '{"port": {"network_id": "fc3fb401-7da5-48a8-aaae-fc28f05353cf", "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port", "admin_state_up": true}}' 2018-11-09 08:17:46,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-4f41d35b-f8e5-4039-babf-14a37c26c859 Date: Fri, 09 Nov 2018 08:17:46 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.10"}],"id":"908fe858-812f-4c7b-90f9-3d313f3ebaf3","security_groups":["bc4e6567-ead2-41d6-897d-7723dd6f5480"],"mac_address":"fa:16:3e:d8:12:bd","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","qos_policy_id":null,"admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:45Z","binding:vnic_type":"normal"}} 2018-11-09 08:17:46,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-4f41d35b-f8e5-4039-babf-14a37c26c859 2018-11-09 08:17:46,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:47,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-df219988-86d6-4e46-adca-f16222721f23 Date: Fri, 09 Nov 2018 08:17: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":["89909fd6-c4ab-42f4-adb7-109c60317c69"],"updated_at":"2018-11-09T08:17:40Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:17:47,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net used request id req-df219988-86d6-4e46-adca-f16222721f23 2018-11-09 08:17:47,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:47,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6157490-372b-4371-a252-34c44e45b27e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}} 2018-11-09 08:17:47,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a used request id req-c6157490-372b-4371-a252-34c44e45b27e 2018-11-09 08:17:47,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:47,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-adfe8362-2e8f-4c5d-8fbe-a71f25ba478d Date: Fri, 09 Nov 2018 08:17:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:17:47,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-adfe8362-2e8f-4c5d-8fbe-a71f25ba478d 2018-11-09 08:17:47,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:47,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-5ea56ab9-801e-4505-89c5-bc18db75080d Date: Fri, 09 Nov 2018 08:17:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.10"}],"id":"908fe858-812f-4c7b-90f9-3d313f3ebaf3","security_groups":["bc4e6567-ead2-41d6-897d-7723dd6f5480"],"mac_address":"fa:16:3e:d8:12:bd","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:45Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:17:47,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port&admin_state_up=True used request id req-5ea56ab9-801e-4505-89c5-bc18db75080d 2018-11-09 08:17:47,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:47,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9daff3b-74ef-4af3-9b00-f02de4e4aba1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}} 2018-11-09 08:17:47,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a used request id req-b9daff3b-74ef-4af3-9b00-f02de4e4aba1 2018-11-09 08:17:47,479 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst 2018-11-09 08:17:47,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:47,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17: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-a12bd0f4-4e9e-4939-9842-bf4206991a97 x-compute-request-id: req-a12bd0f4-4e9e-4939-9842-bf4206991a97 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-flavor-name"}]} 2018-11-09 08:17:47,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a12bd0f4-4e9e-4939-9842-bf4206991a97 2018-11-09 08:17:47,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:47,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17: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-05987130-4348-453d-80e4-6462c9dc5d9e x-compute-request-id: req-05987130-4348-453d-80e4-6462c9dc5d9e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:17:47,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045 used request id req-05987130-4348-453d-80e4-6462c9dc5d9e 2018-11-09 08:17:47,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:47,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-801f8b9f-4367-47dd-9196-97e4bf7bd8ef Date: Fri, 09 Nov 2018 08:17:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:17:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:17:37Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1a361321-9602-4f8f-9128-ba75f9febd2b/snap", "metadata": {}}], "self": "/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "min_disk": 0, "protected": false, "id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "file": "/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bdd463e0e8fc479ca4bea7c3ec51888a", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1a361321-9602-4f8f-9128-ba75f9febd2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image"} 2018-11-09 08:17:47,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image used request id req-801f8b9f-4367-47dd-9196-97e4bf7bd8ef 2018-11-09 08:17:47,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:47,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6ef7a47d-b9f2-4485-b6e9-b5ca08d17646 Date: Fri, 09 Nov 2018 08:17:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:17:47,867 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-6ef7a47d-b9f2-4485-b6e9-b5ca08d17646 2018-11-09 08:17:47,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" -d '{"server": {"name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "imageRef": "1a361321-9602-4f8f-9128-ba75f9febd2b", "flavorRef": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "max_count": 1, "min_count": 1, "networks": [{"port": "908fe858-812f-4c7b-90f9-3d313f3ebaf3"}]}}' 2018-11-09 08:17:49,481 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:17: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-65dbb181-646f-4d7f-93e2-04c01796e305 x-compute-request-id: req-65dbb181-646f-4d7f-93e2-04c01796e305 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "adminPass": "YDnH77Db2s2D"}} 2018-11-09 08:17:49,481 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-65dbb181-646f-4d7f-93e2-04c01796e305 2018-11-09 08:17:49,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:49,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d25f820-9cba-408d-9b18-60b56a946339 x-compute-request-id: req-8d25f820-9cba-408d-9b18-60b56a946339 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.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "image": {"id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "links": [{"href": "http://172.30.9.27:8774/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}]}, "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "user_id": "3bbc5919454f46b7994f4b56d033bf5e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:17:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "created": "2018-11-09T08:17:49Z", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:49,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-8d25f820-9cba-408d-9b18-60b56a946339 2018-11-09 08:17:49,734 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst 2018-11-09 08:17:49,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:50,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16861532-5f5f-4f57-b2bb-0f03802f3fc6 x-compute-request-id: req-16861532-5f5f-4f57-b2bb-0f03802f3fc6 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.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "image": {"id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "links": [{"href": "http://172.30.9.27:8774/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}]}, "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "user_id": "3bbc5919454f46b7994f4b56d033bf5e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:17:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "created": "2018-11-09T08:17:49Z", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:50,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-16861532-5f5f-4f57-b2bb-0f03802f3fc6 2018-11-09 08:17:50,192 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst] is - BUILD 2018-11-09 08:17:50,192 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:17:53,195 - create_instance - DEBUG - VM status query timeout in 896.538252115 2018-11-09 08:17:53,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:53,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-323d3ee3-14d9-4dad-b510-c392c7dddb62 x-compute-request-id: req-323d3ee3-14d9-4dad-b510-c392c7dddb62 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.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "image": {"id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "links": [{"href": "http://172.30.9.27:8774/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}]}, "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "security_groups": [{"name": "default"}], "user_id": "3bbc5919454f46b7994f4b56d033bf5e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:17:50Z", "hostId": "93a165ab9eb4ba6eed1cd79bcb61f443e0b06f9d7eb041c75325c21e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "created": "2018-11-09T08:17:49Z", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:53,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-323d3ee3-14d9-4dad-b510-c392c7dddb62 2018-11-09 08:17:53,605 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst] is - BUILD 2018-11-09 08:17:53,606 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:17:56,609 - create_instance - DEBUG - VM status query timeout in 893.124937057 2018-11-09 08:17:56,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:56,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bb1685c-3716-47dc-a79f-ed0a5e51901f x-compute-request-id: req-2bb1685c-3716-47dc-a79f-ed0a5e51901f Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:12:bd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "image": {"id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "links": [{"href": "http://172.30.9.27:8774/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:17:54.000000", "flavor": {"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}]}, "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "security_groups": [{"name": "default"}], "user_id": "3bbc5919454f46b7994f4b56d033bf5e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:54Z", "hostId": "93a165ab9eb4ba6eed1cd79bcb61f443e0b06f9d7eb041c75325c21e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "created": "2018-11-09T08:17:49Z", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:56,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-2bb1685c-3716-47dc-a79f-ed0a5e51901f 2018-11-09 08:17:56,936 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst] is - ACTIVE 2018-11-09 08:17:56,936 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:17:56,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:57,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d231bcaf-f8cd-42c9-b5c6-664e5aa8b764 x-compute-request-id: req-d231bcaf-f8cd-42c9-b5c6-664e5aa8b764 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:12:bd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "image": {"id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "links": [{"href": "http://172.30.9.27:8774/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:17:54.000000", "flavor": {"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}]}, "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "security_groups": [{"name": "default"}], "user_id": "3bbc5919454f46b7994f4b56d033bf5e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:54Z", "hostId": "93a165ab9eb4ba6eed1cd79bcb61f443e0b06f9d7eb041c75325c21e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "created": "2018-11-09T08:17:49Z", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:17:57,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-d231bcaf-f8cd-42c9-b5c6-664e5aa8b764 2018-11-09 08:17:57,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:57,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a569301e-3bdb-4282-9149-b14a9c3466f4 Date: Fri, 09 Nov 2018 08:17:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["89909fd6-c4ab-42f4-adb7-109c60317c69"],"updated_at":"2018-11-09T08:17:40Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:17:57,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net used request id req-a569301e-3bdb-4282-9149-b14a9c3466f4 2018-11-09 08:17:57,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:57,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbfb187d-1539-4ed7-b7b1-7254cbbc79c7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}} 2018-11-09 08:17:57,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a used request id req-cbfb187d-1539-4ed7-b7b1-7254cbbc79c7 2018-11-09 08:17:57,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:57,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-df075f24-f7aa-4030-8101-92340b8382c4 Date: Fri, 09 Nov 2018 08:17:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:17:57,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-df075f24-f7aa-4030-8101-92340b8382c4 2018-11-09 08:17:57,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:17:58,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-775bcfcf-ef9b-430a-bec6-9458d6316df8 Date: Fri, 09 Nov 2018 08:17:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.2"}],"id":"819bf7d4-9c4a-407b-8f65-085d947ccffd","security_groups":[],"mac_address":"fa:16:3e:2e:91:d3","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fc3fb401-7da5-48a8-aaae-fc28f05353cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.10"}],"id":"908fe858-812f-4c7b-90f9-3d313f3ebaf3","security_groups":["bc4e6567-ead2-41d6-897d-7723dd6f5480"],"mac_address":"fa:16:3e:d8:12:bd","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:45Z","binding:vnic_type":"normal","device_id":"9833fdb8-f21e-48d0-8482-6570f429b610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.3"}],"id":"cbd648e5-b889-4975-9421-e428b4690a2c","security_groups":[],"mac_address":"fa:16:3e:07:8f:6b","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fc3fb401-7da5-48a8-aaae-fc28f05353cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.4"}],"id":"cdf64d9e-1f74-45a9-ba0a-7b00b7f5b83b","security_groups":[],"mac_address":"fa:16:3e:a6:e0:8e","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fc3fb401-7da5-48a8-aaae-fc28f05353cf"}]} 2018-11-09 08:17:58,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-775bcfcf-ef9b-430a-bec6-9458d6316df8 2018-11-09 08:17:58,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:58,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "269b76f582084c8fa724aeefd78eda98", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role"}], "expires_at": "2018-11-09T09:17:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-user", "id": "3bbc5919454f46b7994f4b56d033bf5e"}, "audit_ids": ["kXrlLcKnRz6C1YYM4fRu_A"], "issued_at": "2018-11-09T08:17:58.000000Z"}} 2018-11-09 08:17:58,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}172e323b812313972de3e09cd0fa6bfae0595702" 2018-11-09 08:17:59,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:17:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22396cd4-a2a8-4aff-b35f-376d097f9427 x-compute-request-id: req-22396cd4-a2a8-4aff-b35f-376d097f9427 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:12:bd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "image": {"id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "links": [{"href": "http://172.30.9.27:8774/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:17:54.000000", "flavor": {"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}]}, "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "security_groups": [{"name": "default"}], "user_id": "3bbc5919454f46b7994f4b56d033bf5e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:54Z", "hostId": "93a165ab9eb4ba6eed1cd79bcb61f443e0b06f9d7eb041c75325c21e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "created": "2018-11-09T08:17:49Z", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 08:17:59,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst used request id req-22396cd4-a2a8-4aff-b35f-376d097f9427 2018-11-09 08:17:59,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:17:59,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "269b76f582084c8fa724aeefd78eda98", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role"}], "expires_at": "2018-11-09T09:17:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bdd463e0e8fc479ca4bea7c3ec51888a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-user", "id": "3bbc5919454f46b7994f4b56d033bf5e"}, "audit_ids": ["PRY7R_EMQsCf_-ZBCZT4jA"], "issued_at": "2018-11-09T08:17:59.000000Z"}} 2018-11-09 08:17:59,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e828cbd24d9612bea193638294f854fdf037c6f" 2018-11-09 08:17:59,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6dafa4dd-2761-4f34-bd1b-4dd24f89cc6f Date: Fri, 09 Nov 2018 08:17: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":["89909fd6-c4ab-42f4-adb7-109c60317c69"],"updated_at":"2018-11-09T08:17:40Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:17:59,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net used request id req-6dafa4dd-2761-4f34-bd1b-4dd24f89cc6f 2018-11-09 08:17:59,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e828cbd24d9612bea193638294f854fdf037c6f" 2018-11-09 08:18:00,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-903e1b1a-2279-46a1-a17f-56ec057cfbce Date: Fri, 09 Nov 2018 08:18:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:18:00,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-903e1b1a-2279-46a1-a17f-56ec057cfbce 2018-11-09 08:18:00,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e828cbd24d9612bea193638294f854fdf037c6f" 2018-11-09 08:18:00,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-d87d346c-877c-46f9-a89e-ce090727f113 Date: Fri, 09 Nov 2018 08:18:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.2"}],"id":"819bf7d4-9c4a-407b-8f65-085d947ccffd","security_groups":[],"mac_address":"fa:16:3e:2e:91:d3","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fc3fb401-7da5-48a8-aaae-fc28f05353cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.10"}],"id":"908fe858-812f-4c7b-90f9-3d313f3ebaf3","security_groups":["bc4e6567-ead2-41d6-897d-7723dd6f5480"],"mac_address":"fa:16:3e:d8:12:bd","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:45Z","binding:vnic_type":"normal","device_id":"9833fdb8-f21e-48d0-8482-6570f429b610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.3"}],"id":"cbd648e5-b889-4975-9421-e428b4690a2c","security_groups":[],"mac_address":"fa:16:3e:07:8f:6b","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fc3fb401-7da5-48a8-aaae-fc28f05353cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.4"}],"id":"cdf64d9e-1f74-45a9-ba0a-7b00b7f5b83b","security_groups":[],"mac_address":"fa:16:3e:a6:e0:8e","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fc3fb401-7da5-48a8-aaae-fc28f05353cf"}]} 2018-11-09 08:18:00,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-d87d346c-877c-46f9-a89e-ce090727f113 2018-11-09 08:18:00,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:00,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18: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-2338dc00-f18d-479e-a56a-665c9a655cb5 x-compute-request-id: req-2338dc00-f18d-479e-a56a-665c9a655cb5 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:12:bd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "image": {"id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "links": [{"href": "http://172.30.9.27:8774/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:17:54.000000", "flavor": {"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}]}, "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "security_groups": [{"name": "default"}], "user_id": "3bbc5919454f46b7994f4b56d033bf5e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:54Z", "hostId": "93a165ab9eb4ba6eed1cd79bcb61f443e0b06f9d7eb041c75325c21e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "created": "2018-11-09T08:17:49Z", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:00,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-2338dc00-f18d-479e-a56a-665c9a655cb5 2018-11-09 08:18:00,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:00,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-12402ee9-5734-4686-8d67-93c3edefeb30 Date: Fri, 09 Nov 2018 08: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":["89909fd6-c4ab-42f4-adb7-109c60317c69"],"updated_at":"2018-11-09T08:17:40Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:18:00,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net used request id req-12402ee9-5734-4686-8d67-93c3edefeb30 2018-11-09 08:18:00,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:00,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25c4044b-91c3-47fb-b050-170a987cc77c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}} 2018-11-09 08:18:00,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a used request id req-25c4044b-91c3-47fb-b050-170a987cc77c 2018-11-09 08:18:00,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:00,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-76fc6410-8bfe-45b2-877f-017603b6addd Date: Fri, 09 Nov 2018 08:18:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:18:00,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-76fc6410-8bfe-45b2-877f-017603b6addd 2018-11-09 08:18:00,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:00,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-c8a33a52-6228-4cf9-88cf-a670302b5b99 Date: Fri, 09 Nov 2018 08:18:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.2"}],"id":"819bf7d4-9c4a-407b-8f65-085d947ccffd","security_groups":[],"mac_address":"fa:16:3e:2e:91:d3","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fc3fb401-7da5-48a8-aaae-fc28f05353cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.10"}],"id":"908fe858-812f-4c7b-90f9-3d313f3ebaf3","security_groups":["bc4e6567-ead2-41d6-897d-7723dd6f5480"],"mac_address":"fa:16:3e:d8:12:bd","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:45Z","binding:vnic_type":"normal","device_id":"9833fdb8-f21e-48d0-8482-6570f429b610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.3"}],"id":"cbd648e5-b889-4975-9421-e428b4690a2c","security_groups":[],"mac_address":"fa:16:3e:07:8f:6b","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fc3fb401-7da5-48a8-aaae-fc28f05353cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.4"}],"id":"cdf64d9e-1f74-45a9-ba0a-7b00b7f5b83b","security_groups":[],"mac_address":"fa:16:3e:a6:e0:8e","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fc3fb401-7da5-48a8-aaae-fc28f05353cf"}]} 2018-11-09 08:18:00,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-c8a33a52-6228-4cf9-88cf-a670302b5b99 2018-11-09 08:18:00,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:01,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06caa779-0993-4e30-9d11-81f6bd7f5956 x-compute-request-id: req-06caa779-0993-4e30-9d11-81f6bd7f5956 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:12:bd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "image": {"id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "links": [{"href": "http://172.30.9.27:8774/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:17:54.000000", "flavor": {"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}]}, "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "security_groups": [{"name": "default"}], "user_id": "3bbc5919454f46b7994f4b56d033bf5e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:17:54Z", "hostId": "93a165ab9eb4ba6eed1cd79bcb61f443e0b06f9d7eb041c75325c21e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "created": "2018-11-09T08:17:49Z", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:01,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-06caa779-0993-4e30-9d11-81f6bd7f5956 2018-11-09 08:18:01,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:01,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3986b609-dd68-4f03-8a10-1ef60649dd56 Date: Fri, 09 Nov 2018 08:18: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":["89909fd6-c4ab-42f4-adb7-109c60317c69"],"updated_at":"2018-11-09T08:17:40Z","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net"}]} 2018-11-09 08:18:01,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net used request id req-3986b609-dd68-4f03-8a10-1ef60649dd56 2018-11-09 08:18:01,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:01,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137e3b23-771b-4ca3-90fa-052a9776b1e8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}} 2018-11-09 08:18:01,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a used request id req-137e3b23-771b-4ca3-90fa-052a9776b1e8 2018-11-09 08:18:01,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:01,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-caaf354b-1a4e-48e9-9040-e2f69817e746 Date: Fri, 09 Nov 2018 08:18:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","dns_nameservers":[],"updated_at":"2018-11-09T08:17:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","id":"89909fd6-c4ab-42f4-adb7-109c60317c69","subnetpool_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet"}]} 2018-11-09 08:18:01,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-caaf354b-1a4e-48e9-9040-e2f69817e746 2018-11-09 08:18:01,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:02,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-34cdc652-65ba-42c4-8cd3-43bc91d94e1c Date: Fri, 09 Nov 2018 08:18:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.2"}],"id":"819bf7d4-9c4a-407b-8f65-085d947ccffd","security_groups":[],"mac_address":"fa:16:3e:2e:91:d3","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fc3fb401-7da5-48a8-aaae-fc28f05353cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.10"}],"id":"908fe858-812f-4c7b-90f9-3d313f3ebaf3","security_groups":["bc4e6567-ead2-41d6-897d-7723dd6f5480"],"mac_address":"fa:16:3e:d8:12:bd","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:45Z","binding:vnic_type":"normal","device_id":"9833fdb8-f21e-48d0-8482-6570f429b610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.3"}],"id":"cbd648e5-b889-4975-9421-e428b4690a2c","security_groups":[],"mac_address":"fa:16:3e:07:8f:6b","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fc3fb401-7da5-48a8-aaae-fc28f05353cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:17:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"89909fd6-c4ab-42f4-adb7-109c60317c69","ip_address":"10.55.0.4"}],"id":"cdf64d9e-1f74-45a9-ba0a-7b00b7f5b83b","security_groups":[],"mac_address":"fa:16:3e:a6:e0:8e","project_id":"bdd463e0e8fc479ca4bea7c3ec51888a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc3fb401-7da5-48a8-aaae-fc28f05353cf","tenant_id":"bdd463e0e8fc479ca4bea7c3ec51888a","created_at":"2018-11-09T08:17:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fc3fb401-7da5-48a8-aaae-fc28f05353cf"}]} 2018-11-09 08:18:02,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-34cdc652-65ba-42c4-8cd3-43bc91d94e1c 2018-11-09 08:18:02,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}172e323b812313972de3e09cd0fa6bfae0595702" 2018-11-09 08:18:02,188 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:18:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f5d4e7a-5fc8-4251-aef4-984d90ea9e85 x-compute-request-id: req-1f5d4e7a-5fc8-4251-aef4-984d90ea9e85 Content-Type: application/json 2018-11-09 08:18:02,188 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-1f5d4e7a-5fc8-4251-aef4-984d90ea9e85 2018-11-09 08:18:02,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:02,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d73b86f0-b057-465f-aa29-70587588b0bc x-compute-request-id: req-d73b86f0-b057-465f-aa29-70587588b0bc Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:12:bd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "image": {"id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "links": [{"href": "http://172.30.9.27:8774/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:17:54.000000", "flavor": {"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}]}, "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "security_groups": [{"name": "default"}], "user_id": "3bbc5919454f46b7994f4b56d033bf5e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:18:02Z", "hostId": "93a165ab9eb4ba6eed1cd79bcb61f443e0b06f9d7eb041c75325c21e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "created": "2018-11-09T08:17:49Z", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:02,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-d73b86f0-b057-465f-aa29-70587588b0bc 2018-11-09 08:18:02,651 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst] is - ACTIVE 2018-11-09 08:18:02,651 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:18:05,654 - create_instance - DEBUG - VM status query timeout in 296.534065008 2018-11-09 08:18:05,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:06,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afec46f8-9abd-44a9-9f52-399db78663e8 x-compute-request-id: req-afec46f8-9abd-44a9-9f52-399db78663e8 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:12:bd", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9833fdb8-f21e-48d0-8482-6570f429b610", "rel": "bookmark"}], "image": {"id": "1a361321-9602-4f8f-9128-ba75f9febd2b", "links": [{"href": "http://172.30.9.27:8774/images/1a361321-9602-4f8f-9128-ba75f9febd2b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:17:54.000000", "flavor": {"id": "0c68d559-dca4-4d3c-93b9-6e10c1a51045", "links": [{"href": "http://172.30.9.27:8774/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045", "rel": "bookmark"}]}, "id": "9833fdb8-f21e-48d0-8482-6570f429b610", "security_groups": [{"name": "default"}], "user_id": "3bbc5919454f46b7994f4b56d033bf5e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:18:02Z", "hostId": "93a165ab9eb4ba6eed1cd79bcb61f443e0b06f9d7eb041c75325c21e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst", "created": "2018-11-09T08:17:49Z", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:06,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-afec46f8-9abd-44a9-9f52-399db78663e8 2018-11-09 08:18:06,343 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst] is - ACTIVE 2018-11-09 08:18:06,344 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:18:09,347 - create_instance - DEBUG - VM status query timeout in 292.84137702 2018-11-09 08:18:09,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:09,407 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:18: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-c3d89d1c-89e9-4eba-8a5f-9a6d960bc1bb x-compute-request-id: req-c3d89d1c-89e9-4eba-8a5f-9a6d960bc1bb Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9833fdb8-f21e-48d0-8482-6570f429b610 could not be found.", "code": 404}} 2018-11-09 08:18:09,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-c3d89d1c-89e9-4eba-8a5f-9a6d960bc1bb 2018-11-09 08:18:09,408 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9833fdb8-f21e-48d0-8482-6570f429b610 could not be found. (HTTP 404) (Request-ID: req-c3d89d1c-89e9-4eba-8a5f-9a6d960bc1bb) 2018-11-09 08:18:09,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}172e323b812313972de3e09cd0fa6bfae0595702" 2018-11-09 08:18:09,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18: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-f6ec012d-2b4a-4d6f-87ae-830847f8acd0 x-compute-request-id: req-f6ec012d-2b4a-4d6f-87ae-830847f8acd0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:18:09,509 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst used request id req-f6ec012d-2b4a-4d6f-87ae-830847f8acd0 2018-11-09 08:18:09,509 - create_instance - INFO - Deleting Port with ID - 908fe858-812f-4c7b-90f9-3d313f3ebaf3 2018-11-09 08:18:09,509 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-port 2018-11-09 08:18:09,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/908fe858-812f-4c7b-90f9-3d313f3ebaf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:10,014 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f6b96903-d9fd-4d0b-b68d-1295229e3497 Date: Fri, 09 Nov 2018 08:18:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:18:10,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/908fe858-812f-4c7b-90f9-3d313f3ebaf3 used request id req-f6b96903-d9fd-4d0b-b68d-1295229e3497 2018-11-09 08:18:10,014 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst 2018-11-09 08:18:10,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:10,063 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:18: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-39296129-7f44-4a10-9075-3b0d6b1ac516 x-compute-request-id: req-39296129-7f44-4a10-9075-3b0d6b1ac516 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9833fdb8-f21e-48d0-8482-6570f429b610 could not be found.", "code": 404}} 2018-11-09 08:18:10,063 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-39296129-7f44-4a10-9075-3b0d6b1ac516 2018-11-09 08:18:10,063 - create_instance - WARNING - Instance already deleted - Instance 9833fdb8-f21e-48d0-8482-6570f429b610 could not be found. (HTTP 404) (Request-ID: req-39296129-7f44-4a10-9075-3b0d6b1ac516) 2018-11-09 08:18:10,064 - create_instance - INFO - Checking deletion status 2018-11-09 08:18:10,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd00cc3e3914b4e33e8de2d998b1c6cc0bbc21c" 2018-11-09 08:18:10,115 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:18: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-69ab98a6-15f3-4e0b-abf9-a7ee1bc9d531 x-compute-request-id: req-69ab98a6-15f3-4e0b-abf9-a7ee1bc9d531 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9833fdb8-f21e-48d0-8482-6570f429b610 could not be found.", "code": 404}} 2018-11-09 08:18:10,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/9833fdb8-f21e-48d0-8482-6570f429b610 used request id req-69ab98a6-15f3-4e0b-abf9-a7ee1bc9d531 2018-11-09 08:18:10,116 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9833fdb8-f21e-48d0-8482-6570f429b610 could not be found. (HTTP 404) (Request-ID: req-69ab98a6-15f3-4e0b-abf9-a7ee1bc9d531) 2018-11-09 08:18:10,116 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-inst 2018-11-09 08:18:10,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f58ccff796361ffb04976eb062dce5631e93e6" 2018-11-09 08:18:10,164 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:18: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-80ac33e7-3a36-4126-8536-d3b4cef9ac90 x-compute-request-id: req-80ac33e7-3a36-4126-8536-d3b4cef9ac90 Content-Length: 0 Content-Type: application/json 2018-11-09 08:18:10,164 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/0c68d559-dca4-4d3c-93b9-6e10c1a51045 used request id req-80ac33e7-3a36-4126-8536-d3b4cef9ac90 2018-11-09 08:18:10,165 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet 2018-11-09 08:18:10,165 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-subnet 2018-11-09 08:18:10,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/89909fd6-c4ab-42f4-adb7-109c60317c69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c090875677d2298832a5a4dd476567921d4ab402" 2018-11-09 08:18:12,483 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c55dbfa9-8f06-422c-83a4-41e68940fb7b Date: Fri, 09 Nov 2018 08:18:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:18:12,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/89909fd6-c4ab-42f4-adb7-109c60317c69 used request id req-c55dbfa9-8f06-422c-83a4-41e68940fb7b 2018-11-09 08:18:12,484 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-pub-net 2018-11-09 08:18:12,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/fc3fb401-7da5-48a8-aaae-fc28f05353cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c090875677d2298832a5a4dd476567921d4ab402" 2018-11-09 08:18:13,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad41dc98-b952-4e2d-a7e3-a4a6fdb91a8d Date: Fri, 09 Nov 2018 08:18:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:18:13,762 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/fc3fb401-7da5-48a8-aaae-fc28f05353cf used request id req-ad41dc98-b952-4e2d-a7e3-a4a6fdb91a8d 2018-11-09 08:18:13,763 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-2b48f696-a4a0-4ed4-8a17-fb89324d2eb4-image 2018-11-09 08:18:13,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adc2c86174dc1f16207a0a6a21b61d15b0dde000" 2018-11-09 08:18:14,965 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23007701-df96-47c6-9528-5a71a06e0af1 Date: Fri, 09 Nov 2018 08:18:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:18:14,965 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/1a361321-9602-4f8f-9128-ba75f9febd2b used request id req-23007701-df96-47c6-9528-5a71a06e0af1 2018-11-09 08:18:14,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:18:15,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-67d8f383-c836-4866-a774-b28346a25450 Date: Fri, 09 Nov 2018 08:18:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "created_at": "2018-11-09T08:17:39Z", "updated_at": "2018-11-09T08:17:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:17:39Z", "revision_number": 0, "id": "32e12c64-c3bb-46dc-a62e-727a9be8cafb", "remote_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "remote_ip_prefix": null, "created_at": "2018-11-09T08:17:39Z", "security_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdd463e0e8fc479ca4bea7c3ec51888a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:17:39Z", "revision_number": 0, "id": "91e3230e-8c4e-480d-a7d4-a37ffaf1fca4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:17:39Z", "security_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdd463e0e8fc479ca4bea7c3ec51888a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:17:39Z", "revision_number": 0, "id": "97190d81-175d-4ce6-8368-1e97564c51f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:17:39Z", "security_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdd463e0e8fc479ca4bea7c3ec51888a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:17:39Z", "revision_number": 0, "id": "cdfd2aca-7616-448f-92d6-a033a73e00e0", "remote_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "remote_ip_prefix": null, "created_at": "2018-11-09T08:17:39Z", "security_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdd463e0e8fc479ca4bea7c3ec51888a"}], "revision_number": 4, "project_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:18:15,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-67d8f383-c836-4866-a774-b28346a25450 2018-11-09 08:18:15,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:18:15,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b658ea-b5ac-404d-918f-30bcae5e03e5 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:18:15,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-f5b658ea-b5ac-404d-918f-30bcae5e03e5 2018-11-09 08:18:15,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:18:15,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7d48538-9d10-417e-a65f-25e115e395ba 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:18:15,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-f7d48538-9d10-417e-a65f-25e115e395ba 2018-11-09 08:18:15,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:18:15,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e9e448e-ec3e-4ad7-9a53-d68065276344 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a"}, "enabled": true, "id": "bdd463e0e8fc479ca4bea7c3ec51888a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-d21aa672-980a-49a-proj"}} 2018-11-09 08:18:15,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a used request id req-0e9e448e-ec3e-4ad7-9a53-d68065276344 2018-11-09 08:18:15,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bc4e6567-ead2-41d6-897d-7723dd6f5480 2018-11-09 08:18:15,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc4e6567-ead2-41d6-897d-7723dd6f5480 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:18:15,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-529b7713-e6b6-4af2-b196-b741d70d3ef6 Date: Fri, 09 Nov 2018 08:18:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:17:39Z", "security_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "port_range_min": null, "revision_number": 0, "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "created_at": "2018-11-09T08:17:39Z", "project_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "id": "32e12c64-c3bb-46dc-a62e-727a9be8cafb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:17:39Z", "security_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "port_range_min": null, "revision_number": 0, "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "created_at": "2018-11-09T08:17:39Z", "project_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "id": "91e3230e-8c4e-480d-a7d4-a37ffaf1fca4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:17:39Z", "security_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "port_range_min": null, "revision_number": 0, "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "created_at": "2018-11-09T08:17:39Z", "project_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "id": "97190d81-175d-4ce6-8368-1e97564c51f1"}, {"remote_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:17:39Z", "security_group_id": "bc4e6567-ead2-41d6-897d-7723dd6f5480", "port_range_min": null, "revision_number": 0, "tenant_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "created_at": "2018-11-09T08:17:39Z", "project_id": "bdd463e0e8fc479ca4bea7c3ec51888a", "id": "cdfd2aca-7616-448f-92d6-a033a73e00e0"}]} 2018-11-09 08:18:15,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc4e6567-ead2-41d6-897d-7723dd6f5480 used request id req-529b7713-e6b6-4af2-b196-b741d70d3ef6 2018-11-09 08:18:15,635 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:18:15,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/bc4e6567-ead2-41d6-897d-7723dd6f5480 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:18:15,976 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-078026f0-d7fa-4be1-949f-d55687f9aa0c Content-Length: 0 Date: Fri, 09 Nov 2018 08:18:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:18:15,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/bc4e6567-ead2-41d6-897d-7723dd6f5480 used request id req-078026f0-d7fa-4be1-949f-d55687f9aa0c 2018-11-09 08:18:15,977 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-d21aa672-980a-49a-proj 2018-11-09 08:18:15,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:18:16,189 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-529cbca5-e316-4fb2-aa93-a97c29d2c8f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:18:16,189 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/bdd463e0e8fc479ca4bea7c3ec51888a used request id req-529cbca5-e316-4fb2-aa93-a97c29d2c8f6 2018-11-09 08:18:16,190 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-d21aa672-980a-49a-proj-role 2018-11-09 08:18:16,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/269b76f582084c8fa724aeefd78eda98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:18:16,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75817871-a2ab-4893-93a3-2679ac61b59f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:18:16,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/269b76f582084c8fa724aeefd78eda98 used request id req-75817871-a2ab-4893-93a3-2679ac61b59f 2018-11-09 08:18:16,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cabb0b9c88a515d59a9e7b81a91d87d99d30fb0" 2018-11-09 08:18:16,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d25f909b-87c5-4f1a-9319-9cf87c462a83 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:18:16,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d25f909b-87c5-4f1a-9319-9cf87c462a83 2018-11-09 08:18:16,403 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-d21aa672-980a-49a-user 2018-11-09 08:18:16,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/3bbc5919454f46b7994f4b56d033bf5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}774ef0ac0e84a382ec3e0d97fd69502c4fb71637" 2018-11-09 08:18:16,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2cb1999-6f8b-4131-bece-0268aefe5c4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:18:16,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/3bbc5919454f46b7994f4b56d033bf5e used request id req-e2cb1999-6f8b-4131-bece-0268aefe5c4e 2018-11-09 08:18:16,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:18:17,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:18:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["2-xcHhUgRhyxrXBwWdtM3w"], "issued_at": "2018-11-09T08:18:17.000000Z"}} 2018-11-09 08:18:17,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754e8e4c4b54069b8ebc9fbb5f8d345b0c8525ba" 2018-11-09 08:18:17,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d0c885d-930b-41f4-908f-f0bdf3f0f628 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:17,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4d0c885d-930b-41f4-908f-f0bdf3f0f628 2018-11-09 08:18:17,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:18:17,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:18:17,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:18:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["H1uBKfB0SBuHadvX_YW9qg"], "issued_at": "2018-11-09T08:18:17.000000Z"}} 2018-11-09 08:18:17,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:17,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bee9e05-a66f-4388-bbca-f9c719dfd7d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:17,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6bee9e05-a66f-4388-bbca-f9c719dfd7d6 2018-11-09 08:18:17,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:18:17,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:18:17,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:17,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7bb1189-c3f5-44fd-85f0-1d7e30a9dad4 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:18:17,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj used request id req-c7bb1189-c3f5-44fd-85f0-1d7e30a9dad4 2018-11-09 08:18:17,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:17,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-824ab730-a41f-4695-a9e4-a2d17092111e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:18:17,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-824ab730-a41f-4695-a9e4-a2d17092111e 2018-11-09 08:18:17,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}}' 2018-11-09 08:18:17,875 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab685d81-1344-447e-ad11-24ab0e85558c Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210"}, "enabled": true, "id": "ef9209587f76465daf78ed02e4de4210", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}} 2018-11-09 08:18:17,875 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-ab685d81-1344-447e-ad11-24ab0e85558c 2018-11-09 08:18:17,875 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj 2018-11-09 08:18:17,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:18:17,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:18:18,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:18:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["JN-oj4gWQI2OWePUUhIeAA"], "issued_at": "2018-11-09T08:18:18.000000Z"}} 2018-11-09 08:18:18,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d279083760f4472e1b1ef907a60bf9a0597b0bea" 2018-11-09 08:18:18,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39fe28eb-50bb-4388-b99b-e288dc074ef6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:18,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-39fe28eb-50bb-4388-b99b-e288dc074ef6 2018-11-09 08:18:18,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:18:18,286 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:18:18,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d279083760f4472e1b1ef907a60bf9a0597b0bea" 2018-11-09 08:18:18,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f21d80e7-7d12-44bb-8248-a0b72fa1f0ee Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:18:18,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f21d80e7-7d12-44bb-8248-a0b72fa1f0ee 2018-11-09 08:18:18,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d279083760f4472e1b1ef907a60bf9a0597b0bea" 2018-11-09 08:18:18,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3883a0d-21f9-46b9-b262-6675a7475535 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210"}, "enabled": true, "id": "ef9209587f76465daf78ed02e4de4210", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}]} 2018-11-09 08:18:18,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj used request id req-f3883a0d-21f9-46b9-b262-6675a7475535 2018-11-09 08:18:18,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d279083760f4472e1b1ef907a60bf9a0597b0bea" 2018-11-09 08:18:18,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b8b5a35-b776-42e7-97d0-b22ed36736b3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:18:18,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6b8b5a35-b776-42e7-97d0-b22ed36736b3 2018-11-09 08:18:19,036 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-7e408ed9-bc58-460-user 2018-11-09 08:18:19,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:18:19,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:19,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b3181d1-e143-4e01-92d7-c6b6f83ad03e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:18:19,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7b3181d1-e143-4e01-92d7-c6b6f83ad03e 2018-11-09 08:18:19,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" -d '{"role": {"name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj-role"}}' 2018-11-09 08:18:19,246 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-726e788e-b30b-4cdb-9bfc-5dd3c284b41d Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "03f75ea8739742a5b210af72f8114470", "links": {"self": "http://172.30.9.27:5000/v3/roles/03f75ea8739742a5b210af72f8114470"}, "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj-role"}} 2018-11-09 08:18:19,246 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-726e788e-b30b-4cdb-9bfc-5dd3c284b41d 2018-11-09 08:18:19,246 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj-role 2018-11-09 08:18:19,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/03f75ea8739742a5b210af72f8114470 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:19,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91671c64-68b5-45b3-8254-87bfdd79840f Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/03f75ea8739742a5b210af72f8114470"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj-role", "id": "03f75ea8739742a5b210af72f8114470"}} 2018-11-09 08:18:19,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/03f75ea8739742a5b210af72f8114470 used request id req-91671c64-68b5-45b3-8254-87bfdd79840f 2018-11-09 08:18:19,348 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj-role to project CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj 2018-11-09 08:18:19,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210/users/a51b655081664b7cb760efc32b76acc8/roles/03f75ea8739742a5b210af72f8114470 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:19,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea034265-3613-40e7-9e20-0ea00fd5bad6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:18:19,474 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210/users/a51b655081664b7cb760efc32b76acc8/roles/03f75ea8739742a5b210af72f8114470 used request id req-ea034265-3613-40e7-9e20-0ea00fd5bad6 2018-11-09 08:18:19,475 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:18:19,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:18:19,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:18:19,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "03f75ea8739742a5b210af72f8114470", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj-role"}], "expires_at": "2018-11-09T09:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef9209587f76465daf78ed02e4de4210", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-user", "id": "a51b655081664b7cb760efc32b76acc8"}, "audit_ids": ["82PPIOK0QK6fIOv1zLkR_w"], "issued_at": "2018-11-09T08:18:19.000000Z"}} 2018-11-09 08:18:19,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}149f7a106bcac83efee48b67f966a5ebb7dfdd6e" 2018-11-09 08:18:19,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e939ffef-3751-4115-921e-f5cae93e2edc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:19,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e939ffef-3751-4115-921e-f5cae93e2edc 2018-11-09 08:18:19,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}149f7a106bcac83efee48b67f966a5ebb7dfdd6e" 2018-11-09 08:18:20,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-00b8f75a-d089-4a7e-bf84-fde1e7353db5 Date: Fri, 09 Nov 2018 08:18:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image"} 2018-11-09 08:18:20,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image used request id req-00b8f75a-d089-4a7e-bf84-fde1e7353db5 2018-11-09 08:18:20,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}149f7a106bcac83efee48b67f966a5ebb7dfdd6e" 2018-11-09 08:18:20,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d9e71b23-c41b-454c-9254-30c5afa9d52a Date: Fri, 09 Nov 2018 08:18:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:18:20,262 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d9e71b23-c41b-454c-9254-30c5afa9d52a 2018-11-09 08:18:20,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}149f7a106bcac83efee48b67f966a5ebb7dfdd6e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image"}' 2018-11-09 08:18:20,499 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994 X-Openstack-Request-Id: req-3bb40483-ada0-4656-a8b9-c296285a2a00 Date: Fri, 09 Nov 2018 08:18:20 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:18:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:18:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "min_disk": 0, "protected": false, "id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "file": "/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994/file", "checksum": null, "owner": "ef9209587f76465daf78ed02e4de4210", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:18:20,499 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-3bb40483-ada0-4656-a8b9-c296285a2a00 2018-11-09 08:18:20,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}149f7a106bcac83efee48b67f966a5ebb7dfdd6e" -d '' 2018-11-09 08:18:22,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a57a6f39-b6ec-4a0f-9a6e-5cb79e928f24 Date: Fri, 09 Nov 2018 08:18:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:18:22,369 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994/file used request id req-a57a6f39-b6ec-4a0f-9a6e-5cb79e928f24 2018-11-09 08:18:22,369 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:18:22,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}149f7a106bcac83efee48b67f966a5ebb7dfdd6e" 2018-11-09 08:18:22,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e233731c-141a-4a3c-97a8-57d33bbc403f Date: Fri, 09 Nov 2018 08:18:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:18:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:18:22Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1569f258-2896-4bb5-8e69-4ff5660c4994/snap", "metadata": {}}], "self": "/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "min_disk": 0, "protected": false, "id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "file": "/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef9209587f76465daf78ed02e4de4210", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1569f258-2896-4bb5-8e69-4ff5660c4994/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:18:22,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994 used request id req-e233731c-141a-4a3c-97a8-57d33bbc403f 2018-11-09 08:18:22,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}149f7a106bcac83efee48b67f966a5ebb7dfdd6e" 2018-11-09 08:18:22,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bd463058-d5b0-4df6-ac59-5b99bce58a14 Date: Fri, 09 Nov 2018 08:18:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:18:22,706 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-bd463058-d5b0-4df6-ac59-5b99bce58a14 2018-11-09 08:18:22,709 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image 2018-11-09 08:18:22,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}149f7a106bcac83efee48b67f966a5ebb7dfdd6e" 2018-11-09 08:18:22,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-3b343978-2fbf-4297-8779-4f9f0c744783 Date: Fri, 09 Nov 2018 08:18:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:18:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:18:22Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1569f258-2896-4bb5-8e69-4ff5660c4994/snap", "metadata": {}}], "self": "/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "min_disk": 0, "protected": false, "id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "file": "/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef9209587f76465daf78ed02e4de4210", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1569f258-2896-4bb5-8e69-4ff5660c4994/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:18:22,877 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994 used request id req-3b343978-2fbf-4297-8779-4f9f0c744783 2018-11-09 08:18:22,877 - create_image - DEBUG - Instance status is - active 2018-11-09 08:18:22,877 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image 2018-11-09 08:18:22,877 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image 2018-11-09 08:18:22,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:18:22,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:18:23,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "03f75ea8739742a5b210af72f8114470", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj-role"}], "expires_at": "2018-11-09T09:18:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef9209587f76465daf78ed02e4de4210", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-user", "id": "a51b655081664b7cb760efc32b76acc8"}, "audit_ids": ["1KbttJIkQeSt5XAsbGfIGg"], "issued_at": "2018-11-09T08:18:23.000000Z"}} 2018-11-09 08:18:23,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5234dd0caa5d267437a2fc3177a114f112398151" 2018-11-09 08:18:23,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c7273dc-15ee-4ccc-8872-eb18110be6e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:23,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0c7273dc-15ee-4ccc-8872-eb18110be6e9 2018-11-09 08:18:23,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5234dd0caa5d267437a2fc3177a114f112398151" 2018-11-09 08:18:23,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-41b3d1e8-0658-4cfd-87bf-30b9ed35c347 Date: Fri, 09 Nov 2018 08:18:23 GMT RESP BODY: {"networks":[]} 2018-11-09 08:18:23,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net used request id req-41b3d1e8-0658-4cfd-87bf-30b9ed35c347 2018-11-09 08:18:23,497 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net 2018-11-09 08:18:23,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5234dd0caa5d267437a2fc3177a114f112398151" -d '{"network": {"name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net", "admin_state_up": true}}' 2018-11-09 08:18:24,254 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-7b4fee6e-050c-4826-af51-dbefa3e751b8 Date: Fri, 09 Nov 2018 08:18:24 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d539b515-fa3e-4134-b47f-250006b775a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef9209587f76465daf78ed02e4de4210","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:18:24Z","is_default":false,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:23Z","mtu":1450}} 2018-11-09 08:18:24,254 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-7b4fee6e-050c-4826-af51-dbefa3e751b8 2018-11-09 08:18:24,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5234dd0caa5d267437a2fc3177a114f112398151" 2018-11-09 08:18:24,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-d8ab7cd7-87bb-4d03-94e4-44703c6e845d Date: Fri, 09 Nov 2018 08:18:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:18:24Z","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ef9209587f76465daf78ed02e4de4210","id":"d539b515-fa3e-4134-b47f-250006b775a3","name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net"}]} 2018-11-09 08:18:24,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-d8ab7cd7-87bb-4d03-94e4-44703c6e845d 2018-11-09 08:18:24,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5234dd0caa5d267437a2fc3177a114f112398151" 2018-11-09 08:18:24,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c66e7297-0f79-4fe1-bc79-182e09a70f71 Date: Fri, 09 Nov 2018 08:18:24 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:18:24,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-c66e7297-0f79-4fe1-bc79-182e09a70f71 2018-11-09 08:18:24,754 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet 2018-11-09 08:18:24,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5234dd0caa5d267437a2fc3177a114f112398151" -d '{"subnets": [{"ip_version": 4, "network_id": "d539b515-fa3e-4134-b47f-250006b775a3", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet"}]}' 2018-11-09 08:18:25,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-06640bfb-3de8-4888-80b1-88f370b5fe2b Date: Fri, 09 Nov 2018 08:18:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:18:25Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"ef9209587f76465daf78ed02e4de4210","id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet"}]} 2018-11-09 08:18:25,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-06640bfb-3de8-4888-80b1-88f370b5fe2b 2018-11-09 08:18:25,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5234dd0caa5d267437a2fc3177a114f112398151" 2018-11-09 08:18:25,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-47d9fd2e-9e27-4869-a58b-04f52eec49a5 Date: Fri, 09 Nov 2018 08:18: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":["b2d121ef-c273-488b-a7ab-e7b24344e13c"],"updated_at":"2018-11-09T08:18:25Z","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef9209587f76465daf78ed02e4de4210","id":"d539b515-fa3e-4134-b47f-250006b775a3","name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net"}]} 2018-11-09 08:18:25,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-47d9fd2e-9e27-4869-a58b-04f52eec49a5 2018-11-09 08:18:25,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5234dd0caa5d267437a2fc3177a114f112398151" 2018-11-09 08:18:26,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f010364a-fed1-4718-82a2-c8dec0a97ed6 Date: Fri, 09 Nov 2018 08:18:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ef9209587f76465daf78ed02e4de4210","id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet"}]} 2018-11-09 08:18:26,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-f010364a-fed1-4718-82a2-c8dec0a97ed6 2018-11-09 08:18:26,111 - OpenStackNetwork - DEBUG - Network [d539b515-fa3e-4134-b47f-250006b775a3] created successfully 2018-11-09 08:18:26,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:18:26,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:18:26,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:18:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["oMDg2kVDQuGOf3n4abd7yA"], "issued_at": "2018-11-09T08:18:26.000000Z"}} 2018-11-09 08:18:26,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0099ee9aaddd6ea2aa61c0c917bdad7fcda5a5f" 2018-11-09 08:18:26,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-022b216d-4142-465e-9159-8eda01184490 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:26,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-022b216d-4142-465e-9159-8eda01184490 2018-11-09 08:18:26,581 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:18:26,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0099ee9aaddd6ea2aa61c0c917bdad7fcda5a5f" 2018-11-09 08:18:26,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d4efb7ad-6378-43e2-95c7-abda717cc300 x-compute-request-id: req-d4efb7ad-6378-43e2-95c7-abda717cc300 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:18:26,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d4efb7ad-6378-43e2-95c7-abda717cc300 2018-11-09 08:18:26,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0099ee9aaddd6ea2aa61c0c917bdad7fcda5a5f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:18:26,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d014009f-51be-4f13-97a1-ebda30ab2ddd x-compute-request-id: req-d014009f-51be-4f13-97a1-ebda30ab2ddd Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:18:26,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d014009f-51be-4f13-97a1-ebda30ab2ddd 2018-11-09 08:18:26,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:18:26,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:18:27,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "03f75ea8739742a5b210af72f8114470", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj-role"}], "expires_at": "2018-11-09T09:18:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef9209587f76465daf78ed02e4de4210", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-user", "id": "a51b655081664b7cb760efc32b76acc8"}, "audit_ids": ["MryznjsCShy3X2uisHHeBQ"], "issued_at": "2018-11-09T08:18:27.000000Z"}} 2018-11-09 08:18:27,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:27,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ae2681-7de6-4efa-87f8-f74275418a2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:27,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-05ae2681-7de6-4efa-87f8-f74275418a2a 2018-11-09 08:18:27,308 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:18:27,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:27,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e54ceb-2450-4017-adf5-47e9a5963d3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:27,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-21e54ceb-2450-4017-adf5-47e9a5963d3d 2018-11-09 08:18:27,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:27,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-28a7f65f-d32d-48c9-941f-60f38b49798a Date: Fri, 09 Nov 2018 08: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":["b2d121ef-c273-488b-a7ab-e7b24344e13c"],"updated_at":"2018-11-09T08:18:25Z","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef9209587f76465daf78ed02e4de4210","id":"d539b515-fa3e-4134-b47f-250006b775a3","name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net"}]} 2018-11-09 08:18:27,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net used request id req-28a7f65f-d32d-48c9-941f-60f38b49798a 2018-11-09 08:18:27,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:18:27,655 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:18:27,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:27,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30d6e1ee-6261-4b3a-8723-9cf7d5255275 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210"}, "enabled": true, "id": "ef9209587f76465daf78ed02e4de4210", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}} 2018-11-09 08:18:27,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 used request id req-30d6e1ee-6261-4b3a-8723-9cf7d5255275 2018-11-09 08:18:27,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:27,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3633fc71-2adf-4e50-927a-ea3b8943b354 Date: Fri, 09 Nov 2018 08:18:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ef9209587f76465daf78ed02e4de4210","id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet"}]} 2018-11-09 08:18:27,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-3633fc71-2adf-4e50-927a-ea3b8943b354 2018-11-09 08:18:27,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=d539b515-fa3e-4134-b47f-250006b775a3&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:28,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1a5b1b50-58b8-4063-9a78-f8d4249e15b8 Date: Fri, 09 Nov 2018 08:18:28 GMT RESP BODY: {"ports":[]} 2018-11-09 08:18:28,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=d539b515-fa3e-4134-b47f-250006b775a3&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1&admin_state_up=True used request id req-1a5b1b50-58b8-4063-9a78-f8d4249e15b8 2018-11-09 08:18:28,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:28,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6db78d5a-ffcc-4682-b8c3-5e9379425d0e x-compute-request-id: req-6db78d5a-ffcc-4682-b8c3-5e9379425d0e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:18:28,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst used request id req-6db78d5a-ffcc-4682-b8c3-5e9379425d0e 2018-11-09 08:18:28,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:28,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f839427b-0e24-4d7d-9e96-b233fd50ff41 Date: Fri, 09 Nov 2018 08:18: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":["b2d121ef-c273-488b-a7ab-e7b24344e13c"],"updated_at":"2018-11-09T08:18:25Z","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef9209587f76465daf78ed02e4de4210","id":"d539b515-fa3e-4134-b47f-250006b775a3","name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net"}]} 2018-11-09 08:18:28,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net used request id req-f839427b-0e24-4d7d-9e96-b233fd50ff41 2018-11-09 08:18:28,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:28,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efd362a2-1373-4d57-989a-330035709b3c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210"}, "enabled": true, "id": "ef9209587f76465daf78ed02e4de4210", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}} 2018-11-09 08:18:28,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 used request id req-efd362a2-1373-4d57-989a-330035709b3c 2018-11-09 08:18:28,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:28,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-80347b8c-bbc4-4e46-8701-3b153a66908b Date: Fri, 09 Nov 2018 08:18:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ef9209587f76465daf78ed02e4de4210","id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet"}]} 2018-11-09 08:18:28,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-80347b8c-bbc4-4e46-8701-3b153a66908b 2018-11-09 08:18:28,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=d539b515-fa3e-4134-b47f-250006b775a3&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:29,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-caa2883d-144f-4985-9606-ccae86c9d184 Date: Fri, 09 Nov 2018 08:18:29 GMT RESP BODY: {"ports":[]} 2018-11-09 08:18:29,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=d539b515-fa3e-4134-b47f-250006b775a3&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1&admin_state_up=True used request id req-caa2883d-144f-4985-9606-ccae86c9d184 2018-11-09 08:18:29,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:18:29,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:18:29,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "03f75ea8739742a5b210af72f8114470", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj-role"}], "expires_at": "2018-11-09T09:18:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef9209587f76465daf78ed02e4de4210", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ef9209587f76465daf78ed02e4de4210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-user", "id": "a51b655081664b7cb760efc32b76acc8"}, "audit_ids": ["3AM4arpbSRmkhbGZ492Wnw"], "issued_at": "2018-11-09T08:18:29.000000Z"}} 2018-11-09 08:18:29,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9648e7e248600bea251b2867ca65dc05894af0c" 2018-11-09 08:18:29,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cc94464-c1aa-4a23-9a0d-002b1a4950f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:29,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4cc94464-c1aa-4a23-9a0d-002b1a4950f3 2018-11-09 08:18:29,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:29,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e52394e1-d3fd-47c5-a15f-061278a94a22 Date: Fri, 09 Nov 2018 08:18: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":["b2d121ef-c273-488b-a7ab-e7b24344e13c"],"updated_at":"2018-11-09T08:18:25Z","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef9209587f76465daf78ed02e4de4210","id":"d539b515-fa3e-4134-b47f-250006b775a3","name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net"}]} 2018-11-09 08:18:29,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net used request id req-e52394e1-d3fd-47c5-a15f-061278a94a22 2018-11-09 08:18:29,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:30,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f78c723d-f1bf-4fef-99bd-17d7dd62b813 Date: Fri, 09 Nov 2018 08:18:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ef9209587f76465daf78ed02e4de4210","id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet"}]} 2018-11-09 08:18:30,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-f78c723d-f1bf-4fef-99bd-17d7dd62b813 2018-11-09 08:18:30,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:30,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-3b3ad537-1eed-4733-9091-349b93883389 Date: Fri, 09 Nov 2018 08:18: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":["b2d121ef-c273-488b-a7ab-e7b24344e13c"],"updated_at":"2018-11-09T08:18:25Z","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef9209587f76465daf78ed02e4de4210","id":"d539b515-fa3e-4134-b47f-250006b775a3","name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net"}]} 2018-11-09 08:18:30,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net used request id req-3b3ad537-1eed-4733-9091-349b93883389 2018-11-09 08:18:30,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:18:30,284 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:18:30,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9648e7e248600bea251b2867ca65dc05894af0c" 2018-11-09 08:18:30,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9882b195-a998-47dd-9129-011585a53eda Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210"}, "enabled": true, "id": "ef9209587f76465daf78ed02e4de4210", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}} 2018-11-09 08:18:30,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 used request id req-9882b195-a998-47dd-9129-011585a53eda 2018-11-09 08:18:30,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:30,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-060d7d0a-53a0-4c1f-b872-27504e01275a Date: Fri, 09 Nov 2018 08:18:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ef9209587f76465daf78ed02e4de4210","id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet"}]} 2018-11-09 08:18:30,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-060d7d0a-53a0-4c1f-b872-27504e01275a 2018-11-09 08:18:30,559 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net 2018-11-09 08:18:30,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" -d '{"port": {"network_id": "d539b515-fa3e-4134-b47f-250006b775a3", "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-11-09 08:18:31,553 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 854 X-Openstack-Request-Id: req-027b304f-68b1-4caf-ac2c-ede3be905ab6 Date: Fri, 09 Nov 2018 08:18:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:18:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","ip_address":"10.55.0.11"}],"id":"e6016329-fcac-4a85-a9dd-1f06a1b19230","security_groups":["0af5ab95-ecab-4aaa-851f-8771a5c0f44a"],"mac_address":"fa:16:3e:ff:c7:7c","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1","project_id":"ef9209587f76465daf78ed02e4de4210","qos_policy_id":null,"admin_state_up":true,"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:30Z","binding:vnic_type":"normal"}} 2018-11-09 08:18:31,553 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-027b304f-68b1-4caf-ac2c-ede3be905ab6 2018-11-09 08:18:31,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:31,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-affb41da-f470-4208-881c-5216f374c25b Date: Fri, 09 Nov 2018 08:18: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":["b2d121ef-c273-488b-a7ab-e7b24344e13c"],"updated_at":"2018-11-09T08:18:25Z","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef9209587f76465daf78ed02e4de4210","id":"d539b515-fa3e-4134-b47f-250006b775a3","name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net"}]} 2018-11-09 08:18:31,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net used request id req-affb41da-f470-4208-881c-5216f374c25b 2018-11-09 08:18:31,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:31,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ec8354-6506-4d45-81dc-a689fb561a2c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210"}, "enabled": true, "id": "ef9209587f76465daf78ed02e4de4210", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}} 2018-11-09 08:18:31,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 used request id req-59ec8354-6506-4d45-81dc-a689fb561a2c 2018-11-09 08:18:31,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:32,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2dd6ce77-c068-4b09-acdd-3ad2f19e13d3 Date: Fri, 09 Nov 2018 08:18:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ef9209587f76465daf78ed02e4de4210","id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet"}]} 2018-11-09 08:18:32,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-2dd6ce77-c068-4b09-acdd-3ad2f19e13d3 2018-11-09 08:18:32,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=d539b515-fa3e-4134-b47f-250006b775a3&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:32,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 857 X-Openstack-Request-Id: req-627e411e-09cf-4ec5-99ca-70d8dd22fce9 Date: Fri, 09 Nov 2018 08:18:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:18:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","ip_address":"10.55.0.11"}],"id":"e6016329-fcac-4a85-a9dd-1f06a1b19230","security_groups":["0af5ab95-ecab-4aaa-851f-8771a5c0f44a"],"mac_address":"fa:16:3e:ff:c7:7c","project_id":"ef9209587f76465daf78ed02e4de4210","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1","admin_state_up":true,"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:30Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:18:32,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=d539b515-fa3e-4134-b47f-250006b775a3&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1&admin_state_up=True used request id req-627e411e-09cf-4ec5-99ca-70d8dd22fce9 2018-11-09 08:18:32,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:32,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f574f2b7-fdcf-4573-9807-4bc129a4910d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210"}, "enabled": true, "id": "ef9209587f76465daf78ed02e4de4210", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}} 2018-11-09 08:18:32,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 used request id req-f574f2b7-fdcf-4573-9807-4bc129a4910d 2018-11-09 08:18:32,399 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst 2018-11-09 08:18:32,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:32,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab1acbb4-f516-4818-9655-481684cef7ae x-compute-request-id: req-ab1acbb4-f516-4818-9655-481684cef7ae Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-flavor-name"}]} 2018-11-09 08:18:32,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ab1acbb4-f516-4818-9655-481684cef7ae 2018-11-09 08:18:32,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:32,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3cc5a3f-cf9a-4dee-86f1-5e027873e35b x-compute-request-id: req-c3cc5a3f-cf9a-4dee-86f1-5e027873e35b Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:18:32,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39 used request id req-c3cc5a3f-cf9a-4dee-86f1-5e027873e35b 2018-11-09 08:18:32,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:32,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-f03c9bca-0090-47ac-9fc0-fccb7418a1c7 Date: Fri, 09 Nov 2018 08:18:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:18:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:18:22Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1569f258-2896-4bb5-8e69-4ff5660c4994/snap", "metadata": {}}], "self": "/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "min_disk": 0, "protected": false, "id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "file": "/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef9209587f76465daf78ed02e4de4210", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1569f258-2896-4bb5-8e69-4ff5660c4994/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image"} 2018-11-09 08:18:32,629 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image used request id req-f03c9bca-0090-47ac-9fc0-fccb7418a1c7 2018-11-09 08:18:32,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:32,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6e908762-128d-4720-882e-333bc699b86f Date: Fri, 09 Nov 2018 08:18:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:18:32,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-6e908762-128d-4720-882e-333bc699b86f 2018-11-09 08:18:32,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" -d '{"server": {"name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst", "imageRef": "1569f258-2896-4bb5-8e69-4ff5660c4994", "flavorRef": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "max_count": 1, "min_count": 1, "networks": [{"port": "e6016329-fcac-4a85-a9dd-1f06a1b19230"}]}}' 2018-11-09 08:18:34,373 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:18:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a730b4ad-5260-437f-a6c1-a42c39602ddd x-compute-request-id: req-a730b4ad-5260-437f-a6c1-a42c39602ddd Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b0699860-4863-4a29-900d-1a2af9cabef9", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "bookmark"}], "adminPass": "KQAg8RMd29AS"}} 2018-11-09 08:18:34,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-a730b4ad-5260-437f-a6c1-a42c39602ddd 2018-11-09 08:18:34,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:34,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18: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-d4cf25f5-90ea-41f9-bbf0-f8bf0421afca x-compute-request-id: req-d4cf25f5-90ea-41f9-bbf0-f8bf0421afca 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.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "bookmark"}], "image": {"id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "links": [{"href": "http://172.30.9.27:8774/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "links": [{"href": "http://172.30.9.27:8774/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "bookmark"}]}, "id": "b0699860-4863-4a29-900d-1a2af9cabef9", "user_id": "a51b655081664b7cb760efc32b76acc8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:18:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst", "created": "2018-11-09T08:18:34Z", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:34,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 used request id req-d4cf25f5-90ea-41f9-bbf0-f8bf0421afca 2018-11-09 08:18:34,758 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst 2018-11-09 08:18:34,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:35,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18: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-f5605770-12c5-44c4-b7ba-b4b6356edff2 x-compute-request-id: req-f5605770-12c5-44c4-b7ba-b4b6356edff2 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.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "bookmark"}], "image": {"id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "links": [{"href": "http://172.30.9.27:8774/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "links": [{"href": "http://172.30.9.27:8774/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "bookmark"}]}, "id": "b0699860-4863-4a29-900d-1a2af9cabef9", "user_id": "a51b655081664b7cb760efc32b76acc8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:18:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst", "created": "2018-11-09T08:18:34Z", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:35,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 used request id req-f5605770-12c5-44c4-b7ba-b4b6356edff2 2018-11-09 08:18:35,138 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst] is - BUILD 2018-11-09 08:18:35,138 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:18:38,141 - create_instance - DEBUG - VM status query timeout in 896.616769791 2018-11-09 08:18:38,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:38,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4806014d-b0ca-4f58-a399-f4df1920c5b0 x-compute-request-id: req-4806014d-b0ca-4f58-a399-f4df1920c5b0 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.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "bookmark"}], "image": {"id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "links": [{"href": "http://172.30.9.27:8774/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "links": [{"href": "http://172.30.9.27:8774/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "bookmark"}]}, "id": "b0699860-4863-4a29-900d-1a2af9cabef9", "security_groups": [{"name": "default"}], "user_id": "a51b655081664b7cb760efc32b76acc8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:18:35Z", "hostId": "df2e1d1be3d0bb5781b4e0d656620c1d525fe2e6d1b1d0eaa5cebb8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst", "created": "2018-11-09T08:18:34Z", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:38,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 used request id req-4806014d-b0ca-4f58-a399-f4df1920c5b0 2018-11-09 08:18:38,709 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst] is - BUILD 2018-11-09 08:18:38,709 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:18:41,712 - create_instance - DEBUG - VM status query timeout in 893.045468807 2018-11-09 08:18:41,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:42,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-525e0ea7-472f-49fb-98bc-0478e2d73f23 x-compute-request-id: req-525e0ea7-472f-49fb-98bc-0478e2d73f23 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:c7:7c", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "bookmark"}], "image": {"id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "links": [{"href": "http://172.30.9.27:8774/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:18:40.000000", "flavor": {"id": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "links": [{"href": "http://172.30.9.27:8774/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "bookmark"}]}, "id": "b0699860-4863-4a29-900d-1a2af9cabef9", "security_groups": [{"name": "default"}], "user_id": "a51b655081664b7cb760efc32b76acc8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:18:40Z", "hostId": "df2e1d1be3d0bb5781b4e0d656620c1d525fe2e6d1b1d0eaa5cebb8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst", "created": "2018-11-09T08:18:34Z", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:42,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 used request id req-525e0ea7-472f-49fb-98bc-0478e2d73f23 2018-11-09 08:18:42,237 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst] is - ACTIVE 2018-11-09 08:18:42,237 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:18:42,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:42,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18: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-e456d94a-c083-47d9-8741-0c5f48590b9e x-compute-request-id: req-e456d94a-c083-47d9-8741-0c5f48590b9e Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:c7:7c", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "bookmark"}], "image": {"id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "links": [{"href": "http://172.30.9.27:8774/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:18:40.000000", "flavor": {"id": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "links": [{"href": "http://172.30.9.27:8774/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "bookmark"}]}, "id": "b0699860-4863-4a29-900d-1a2af9cabef9", "security_groups": [{"name": "default"}], "user_id": "a51b655081664b7cb760efc32b76acc8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:18:40Z", "hostId": "df2e1d1be3d0bb5781b4e0d656620c1d525fe2e6d1b1d0eaa5cebb8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst", "created": "2018-11-09T08:18:34Z", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:42,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 used request id req-e456d94a-c083-47d9-8741-0c5f48590b9e 2018-11-09 08:18:42,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:43,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-32315011-c8be-4d79-a76d-c3f2d47368f8 Date: Fri, 09 Nov 2018 08:18: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":["b2d121ef-c273-488b-a7ab-e7b24344e13c"],"updated_at":"2018-11-09T08:18:25Z","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef9209587f76465daf78ed02e4de4210","id":"d539b515-fa3e-4134-b47f-250006b775a3","name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net"}]} 2018-11-09 08:18:43,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net used request id req-32315011-c8be-4d79-a76d-c3f2d47368f8 2018-11-09 08:18:43,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:43,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30fa327a-9b19-4122-a93f-a67be809e82f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210"}, "enabled": true, "id": "ef9209587f76465daf78ed02e4de4210", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}} 2018-11-09 08:18:43,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 used request id req-30fa327a-9b19-4122-a93f-a67be809e82f 2018-11-09 08:18:43,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:43,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bc95374c-8ef4-4cd5-9851-ca2cc6cc66c7 Date: Fri, 09 Nov 2018 08:18:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ef9209587f76465daf78ed02e4de4210","id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet"}]} 2018-11-09 08:18:43,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-bc95374c-8ef4-4cd5-9851-ca2cc6cc66c7 2018-11-09 08:18:43,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:43,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3184 X-Openstack-Request-Id: req-aef4e57e-25d6-462c-b033-aa0eaa8126cd Date: Fri, 09 Nov 2018 08:18:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:18:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","ip_address":"10.55.0.2"}],"id":"a6341471-1d79-490e-9982-cf4b1ca2a8ce","security_groups":[],"mac_address":"fa:16:3e:21:0f:d6","project_id":"ef9209587f76465daf78ed02e4de4210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d539b515-fa3e-4134-b47f-250006b775a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","ip_address":"10.55.0.3"}],"id":"cd55614e-4851-427b-8d99-ea861ef05c5b","security_groups":[],"mac_address":"fa:16:3e:3a:7b:fc","project_id":"ef9209587f76465daf78ed02e4de4210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d539b515-fa3e-4134-b47f-250006b775a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:18:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","ip_address":"10.55.0.4"}],"id":"d9de599d-6378-4845-ad7f-86e0b324bab8","security_groups":[],"mac_address":"fa:16:3e:07:57:aa","project_id":"ef9209587f76465daf78ed02e4de4210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d539b515-fa3e-4134-b47f-250006b775a3"},{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:18:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b2d121ef-c273-488b-a7ab-e7b24344e13c","ip_address":"10.55.0.11"}],"id":"e6016329-fcac-4a85-a9dd-1f06a1b19230","security_groups":["0af5ab95-ecab-4aaa-851f-8771a5c0f44a"],"mac_address":"fa:16:3e:ff:c7:7c","project_id":"ef9209587f76465daf78ed02e4de4210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1","admin_state_up":true,"network_id":"d539b515-fa3e-4134-b47f-250006b775a3","tenant_id":"ef9209587f76465daf78ed02e4de4210","created_at":"2018-11-09T08:18:30Z","binding:vnic_type":"normal","device_id":"b0699860-4863-4a29-900d-1a2af9cabef9"}]} 2018-11-09 08:18:43,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=d539b515-fa3e-4134-b47f-250006b775a3 used request id req-aef4e57e-25d6-462c-b033-aa0eaa8126cd 2018-11-09 08:18:43,454 - create_instance - INFO - Deleting Port with ID - e6016329-fcac-4a85-a9dd-1f06a1b19230 2018-11-09 08:18:43,455 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413port-1 2018-11-09 08:18:43,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/e6016329-fcac-4a85-a9dd-1f06a1b19230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:44,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4b16c359-5956-4f58-a93c-ed61be2cdd25 Date: Fri, 09 Nov 2018 08:18:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:18:44,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/e6016329-fcac-4a85-a9dd-1f06a1b19230 used request id req-4b16c359-5956-4f58-a93c-ed61be2cdd25 2018-11-09 08:18:44,191 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst 2018-11-09 08:18:44,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:44,504 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:18:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b90d72d0-0f42-4223-8b7b-69e3e318bc67 x-compute-request-id: req-b90d72d0-0f42-4223-8b7b-69e3e318bc67 Content-Type: application/json 2018-11-09 08:18:44,504 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 used request id req-b90d72d0-0f42-4223-8b7b-69e3e318bc67 2018-11-09 08:18:44,504 - create_instance - INFO - Checking deletion status 2018-11-09 08:18:44,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:45,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-503bb633-dba3-4751-998b-8a620e2b5c7f x-compute-request-id: req-503bb633-dba3-4751-998b-8a620e2b5c7f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "bookmark"}], "image": {"id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "links": [{"href": "http://172.30.9.27:8774/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:18:40.000000", "flavor": {"id": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "links": [{"href": "http://172.30.9.27:8774/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "bookmark"}]}, "id": "b0699860-4863-4a29-900d-1a2af9cabef9", "user_id": "a51b655081664b7cb760efc32b76acc8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:18:44Z", "hostId": "df2e1d1be3d0bb5781b4e0d656620c1d525fe2e6d1b1d0eaa5cebb8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst", "created": "2018-11-09T08:18:34Z", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:45,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 used request id req-503bb633-dba3-4751-998b-8a620e2b5c7f 2018-11-09 08:18:45,209 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst] is - ACTIVE 2018-11-09 08:18:45,209 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:18:48,212 - create_instance - DEBUG - VM status query timeout in 296.291978121 2018-11-09 08:18:48,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:48,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18: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-bd40cb7d-17b8-4a76-85f4-c27134dd9183 x-compute-request-id: req-bd40cb7d-17b8-4a76-85f4-c27134dd9183 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b0699860-4863-4a29-900d-1a2af9cabef9", "rel": "bookmark"}], "image": {"id": "1569f258-2896-4bb5-8e69-4ff5660c4994", "links": [{"href": "http://172.30.9.27:8774/images/1569f258-2896-4bb5-8e69-4ff5660c4994", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:18:40.000000", "flavor": {"id": "fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "links": [{"href": "http://172.30.9.27:8774/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39", "rel": "bookmark"}]}, "id": "b0699860-4863-4a29-900d-1a2af9cabef9", "user_id": "a51b655081664b7cb760efc32b76acc8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:18:44Z", "hostId": "df2e1d1be3d0bb5781b4e0d656620c1d525fe2e6d1b1d0eaa5cebb8e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst", "created": "2018-11-09T08:18:34Z", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:18:48,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 used request id req-bd40cb7d-17b8-4a76-85f4-c27134dd9183 2018-11-09 08:18:48,482 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst] is - ACTIVE 2018-11-09 08:18:48,482 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:18:51,485 - create_instance - DEBUG - VM status query timeout in 293.01929307 2018-11-09 08:18:51,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287ae759cffa2f5eb8142c48126f9b3daf2cdf60" 2018-11-09 08:18:51,542 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:18: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-0ee64bbf-abb3-4b6b-a47c-173fd59c9605 x-compute-request-id: req-0ee64bbf-abb3-4b6b-a47c-173fd59c9605 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b0699860-4863-4a29-900d-1a2af9cabef9 could not be found.", "code": 404}} 2018-11-09 08:18:51,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b0699860-4863-4a29-900d-1a2af9cabef9 used request id req-0ee64bbf-abb3-4b6b-a47c-173fd59c9605 2018-11-09 08:18:51,542 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b0699860-4863-4a29-900d-1a2af9cabef9 could not be found. (HTTP 404) (Request-ID: req-0ee64bbf-abb3-4b6b-a47c-173fd59c9605) 2018-11-09 08:18:51,543 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-inst 2018-11-09 08:18:51,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0099ee9aaddd6ea2aa61c0c917bdad7fcda5a5f" 2018-11-09 08:18:51,587 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:18: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-31fc6ab5-50cd-4883-8a8d-c19368d44e25 x-compute-request-id: req-31fc6ab5-50cd-4883-8a8d-c19368d44e25 Content-Length: 0 Content-Type: application/json 2018-11-09 08:18:51,587 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/fb6263f3-27b5-42df-a2bb-82f6c1ef2c39 used request id req-31fc6ab5-50cd-4883-8a8d-c19368d44e25 2018-11-09 08:18:51,588 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet 2018-11-09 08:18:51,588 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-subnet 2018-11-09 08:18:51,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/b2d121ef-c273-488b-a7ab-e7b24344e13c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5234dd0caa5d267437a2fc3177a114f112398151" 2018-11-09 08:18:53,951 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-06531229-e855-4216-8806-367021a5fbc2 Date: Fri, 09 Nov 2018 08:18:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:18:53,951 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/b2d121ef-c273-488b-a7ab-e7b24344e13c used request id req-06531229-e855-4216-8806-367021a5fbc2 2018-11-09 08:18:53,952 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-pub-net 2018-11-09 08:18:53,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/d539b515-fa3e-4134-b47f-250006b775a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5234dd0caa5d267437a2fc3177a114f112398151" 2018-11-09 08:18:55,645 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1ff0a434-5ebf-46ae-978d-31996edb1c7d Date: Fri, 09 Nov 2018 08:18:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:18:55,645 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d539b515-fa3e-4134-b47f-250006b775a3 used request id req-1ff0a434-5ebf-46ae-978d-31996edb1c7d 2018-11-09 08:18:55,646 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-43c8ae64-de91-4a60-9dce-b44976a22413-image 2018-11-09 08:18:55,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}149f7a106bcac83efee48b67f966a5ebb7dfdd6e" 2018-11-09 08:18:57,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5eef498-fb20-4a20-8095-eb440bec3c23 Date: Fri, 09 Nov 2018 08:18:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:18:57,078 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/1569f258-2896-4bb5-8e69-4ff5660c4994 used request id req-c5eef498-fb20-4a20-8095-eb440bec3c23 2018-11-09 08:18:57,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:57,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ea680b2e-23b2-4b8b-bcd3-8eecd45eb8a4 Date: Fri, 09 Nov 2018 08:18:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef9209587f76465daf78ed02e4de4210", "created_at": "2018-11-09T08:18:23Z", "updated_at": "2018-11-09T08:18:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:18:23Z", "revision_number": 0, "id": "00906ce0-325d-46b1-859d-7698d8cdb372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:18:23Z", "security_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef9209587f76465daf78ed02e4de4210"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:18:23Z", "revision_number": 0, "id": "0208a860-8cbb-4b91-83b5-9a1034bb5e8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:18:23Z", "security_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef9209587f76465daf78ed02e4de4210"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:18:23Z", "revision_number": 0, "id": "2caec23a-38fc-468f-b0a8-d58ba521cf31", "remote_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "remote_ip_prefix": null, "created_at": "2018-11-09T08:18:23Z", "security_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef9209587f76465daf78ed02e4de4210"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:18:23Z", "revision_number": 0, "id": "fd76c20d-7e41-4930-b783-d02e9f9757a3", "remote_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "remote_ip_prefix": null, "created_at": "2018-11-09T08:18:23Z", "security_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "tenant_id": "ef9209587f76465daf78ed02e4de4210", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef9209587f76465daf78ed02e4de4210"}], "revision_number": 4, "project_id": "ef9209587f76465daf78ed02e4de4210", "id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:18:57,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-ea680b2e-23b2-4b8b-bcd3-8eecd45eb8a4 2018-11-09 08:18:57,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:57,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8263e5b6-1a6d-4d9a-b0ff-dd410066e109 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210"}, "enabled": true, "id": "ef9209587f76465daf78ed02e4de4210", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj"}} 2018-11-09 08:18:57,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 used request id req-8263e5b6-1a6d-4d9a-b0ff-dd410066e109 2018-11-09 08:18:57,382 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0af5ab95-ecab-4aaa-851f-8771a5c0f44a 2018-11-09 08:18:57,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=0af5ab95-ecab-4aaa-851f-8771a5c0f44a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:57,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d5e66838-412c-46c7-a6b6-c451a20cdb84 Date: Fri, 09 Nov 2018 08:18:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:18:23Z", "security_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "port_range_min": null, "revision_number": 0, "tenant_id": "ef9209587f76465daf78ed02e4de4210", "created_at": "2018-11-09T08:18:23Z", "project_id": "ef9209587f76465daf78ed02e4de4210", "id": "00906ce0-325d-46b1-859d-7698d8cdb372"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:18:23Z", "security_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "port_range_min": null, "revision_number": 0, "tenant_id": "ef9209587f76465daf78ed02e4de4210", "created_at": "2018-11-09T08:18:23Z", "project_id": "ef9209587f76465daf78ed02e4de4210", "id": "0208a860-8cbb-4b91-83b5-9a1034bb5e8a"}, {"remote_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:18:23Z", "security_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "port_range_min": null, "revision_number": 0, "tenant_id": "ef9209587f76465daf78ed02e4de4210", "created_at": "2018-11-09T08:18:23Z", "project_id": "ef9209587f76465daf78ed02e4de4210", "id": "2caec23a-38fc-468f-b0a8-d58ba521cf31"}, {"remote_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:18:23Z", "security_group_id": "0af5ab95-ecab-4aaa-851f-8771a5c0f44a", "port_range_min": null, "revision_number": 0, "tenant_id": "ef9209587f76465daf78ed02e4de4210", "created_at": "2018-11-09T08:18:23Z", "project_id": "ef9209587f76465daf78ed02e4de4210", "id": "fd76c20d-7e41-4930-b783-d02e9f9757a3"}]} 2018-11-09 08:18:57,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=0af5ab95-ecab-4aaa-851f-8771a5c0f44a used request id req-d5e66838-412c-46c7-a6b6-c451a20cdb84 2018-11-09 08:18:57,578 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:18:57,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/0af5ab95-ecab-4aaa-851f-8771a5c0f44a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:57,899 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-689c522a-c588-4a1e-b821-979e95706707 Content-Length: 0 Date: Fri, 09 Nov 2018 08:18:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:18:57,899 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0af5ab95-ecab-4aaa-851f-8771a5c0f44a used request id req-689c522a-c588-4a1e-b821-979e95706707 2018-11-09 08:18:57,900 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj 2018-11-09 08:18:57,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:58,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-994a71f9-233c-45aa-ac2e-9ec92656499d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:18:58,122 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ef9209587f76465daf78ed02e4de4210 used request id req-994a71f9-233c-45aa-ac2e-9ec92656499d 2018-11-09 08:18:58,122 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-7e408ed9-bc58-460-proj-role 2018-11-09 08:18:58,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/03f75ea8739742a5b210af72f8114470 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:58,227 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2962f37c-5c6e-45e3-ab26-f0c7dbb7e971 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:18:58,227 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/03f75ea8739742a5b210af72f8114470 used request id req-2962f37c-5c6e-45e3-ab26-f0c7dbb7e971 2018-11-09 08:18:58,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6500826d2c3cbb4628bc14d2860d78a41f52ea" 2018-11-09 08:18:58,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e1931ef-0dec-4050-9f1f-187e76f6c5be Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:18:58,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6e1931ef-0dec-4050-9f1f-187e76f6c5be 2018-11-09 08:18:58,334 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-7e408ed9-bc58-460-user 2018-11-09 08:18:58,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/a51b655081664b7cb760efc32b76acc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d279083760f4472e1b1ef907a60bf9a0597b0bea" 2018-11-09 08:18:58,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b21c6815-a6e6-467b-8dd2-96a901e6eca2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:18:58,515 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/a51b655081664b7cb760efc32b76acc8 used request id req-b21c6815-a6e6-467b-8dd2-96a901e6eca2 2018-11-09 08:18:58,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:18:58,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:18:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lRxHGZbwQKuXUK3qc8YnsQ"], "issued_at": "2018-11-09T08:18:58.000000Z"}} 2018-11-09 08:18:58,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ce17dfb9e302531172e1d519befc2dd06ae7ebe" 2018-11-09 08:18:58,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4a9b76c-4e9e-47cd-962e-22f547587090 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:58,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e4a9b76c-4e9e-47cd-962e-22f547587090 2018-11-09 08:18:58,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:18:58,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:18:59,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:18:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["xUvOdzDoQIefCgESpVe8Iw"], "issued_at": "2018-11-09T08:18:59.000000Z"}} 2018-11-09 08:18:59,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:18:59,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bac3a542-41e7-4b95-bc98-9f22af42378d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:18:59,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bac3a542-41e7-4b95-bc98-9f22af42378d 2018-11-09 08:18:59,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:18:59,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:18:59,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3235a4dd-2016-441-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:18:59,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1ca8df8-3bb9-44c7-86f1-fda37697cd50 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3235a4dd-2016-441-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:18:59,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3235a4dd-2016-441-proj used request id req-e1ca8df8-3bb9-44c7-86f1-fda37697cd50 2018-11-09 08:18:59,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:18:59,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4462600c-a9a5-48b7-beda-d429ef7ce043 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:18:59,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-4462600c-a9a5-48b7-beda-d429ef7ce043 2018-11-09 08:18:59,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}}' 2018-11-09 08:18:59,748 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:18:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7769e237-9d2f-4970-b753-e7ac32aaef54 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468"}, "enabled": true, "id": "ac6a8b45a38b445889eef4c078d3a468", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}} 2018-11-09 08:18:59,748 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-7769e237-9d2f-4970-b753-e7ac32aaef54 2018-11-09 08:18:59,749 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-3235a4dd-2016-441-proj 2018-11-09 08:18:59,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:18:59,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:00,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["UKG0AJbMQ9KBMKKXyhvnOw"], "issued_at": "2018-11-09T08:19:00.000000Z"}} 2018-11-09 08:19:00,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee2ef2d0749a0890404cbc876a15347442bd568" 2018-11-09 08:19:00,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7f3bee5-32cb-4c61-a96d-75e950b0beec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:00,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f7f3bee5-32cb-4c61-a96d-75e950b0beec 2018-11-09 08:19:00,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:00,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:00,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee2ef2d0749a0890404cbc876a15347442bd568" 2018-11-09 08:19:00,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fac183c-1899-46c5-9ee2-7fed12ef11e8 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:19:00,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6fac183c-1899-46c5-9ee2-7fed12ef11e8 2018-11-09 08:19:00,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-3235a4dd-2016-441-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee2ef2d0749a0890404cbc876a15347442bd568" 2018-11-09 08:19:00,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebfb2b80-2501-4e75-b397-500762fdf138 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-3235a4dd-2016-441-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468"}, "enabled": true, "id": "ac6a8b45a38b445889eef4c078d3a468", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}]} 2018-11-09 08:19:00,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-3235a4dd-2016-441-proj used request id req-ebfb2b80-2501-4e75-b397-500762fdf138 2018-11-09 08:19:00,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee2ef2d0749a0890404cbc876a15347442bd568" 2018-11-09 08:19:00,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605899e9-476f-4854-833b-b8a9f5a1d431 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:19:00,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-605899e9-476f-4854-833b-b8a9f5a1d431 2018-11-09 08:19:00,880 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-3235a4dd-2016-441-user 2018-11-09 08:19:00,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:00,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:00,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afeaacda-b89f-4cd3-acee-b25952e4353c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:19:00,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-afeaacda-b89f-4cd3-acee-b25952e4353c 2018-11-09 08:19:00,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" -d '{"role": {"name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj-role"}}' 2018-11-09 08:19:01,072 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d959f98-b655-420d-baba-a95622ac40a2 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b5c6f812ba3c4a04a9c19c1c33b7eaf8", "links": {"self": "http://172.30.9.27:5000/v3/roles/b5c6f812ba3c4a04a9c19c1c33b7eaf8"}, "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj-role"}} 2018-11-09 08:19:01,072 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-9d959f98-b655-420d-baba-a95622ac40a2 2018-11-09 08:19:01,072 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-3235a4dd-2016-441-proj-role 2018-11-09 08:19:01,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b5c6f812ba3c4a04a9c19c1c33b7eaf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:01,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ea4b9fc-580a-4af7-b717-42808ad04296 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b5c6f812ba3c4a04a9c19c1c33b7eaf8"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj-role", "id": "b5c6f812ba3c4a04a9c19c1c33b7eaf8"}} 2018-11-09 08:19:01,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b5c6f812ba3c4a04a9c19c1c33b7eaf8 used request id req-3ea4b9fc-580a-4af7-b717-42808ad04296 2018-11-09 08:19:01,164 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-3235a4dd-2016-441-proj-role to project CreateInstancePortManipulationTests-3235a4dd-2016-441-proj 2018-11-09 08:19:01,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468/users/7c6e079027d14cd4bddde1c9e34120ee/roles/b5c6f812ba3c4a04a9c19c1c33b7eaf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:01,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4d2cd39-a998-47a2-9f80-1a46d5ace25d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:01,290 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468/users/7c6e079027d14cd4bddde1c9e34120ee/roles/b5c6f812ba3c4a04a9c19c1c33b7eaf8 used request id req-f4d2cd39-a998-47a2-9f80-1a46d5ace25d 2018-11-09 08:19:01,290 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:19:01,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:01,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:01,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b5c6f812ba3c4a04a9c19c1c33b7eaf8", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj-role"}], "expires_at": "2018-11-09T09:19:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac6a8b45a38b445889eef4c078d3a468", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-user", "id": "7c6e079027d14cd4bddde1c9e34120ee"}, "audit_ids": ["TOv0HCH-QOmBTverVkUdPw"], "issued_at": "2018-11-09T08:19:01.000000Z"}} 2018-11-09 08:19:01,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5679c6a41dfc20fe78a9fcbc8390c43a2802f3fe" 2018-11-09 08:19:01,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9e5865-5300-48ad-9ec5-90e87689226f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:01,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4f9e5865-5300-48ad-9ec5-90e87689226f 2018-11-09 08:19:01,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5679c6a41dfc20fe78a9fcbc8390c43a2802f3fe" 2018-11-09 08:19:01,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-0d199caa-9937-45e1-beb3-64376e6c956c Date: Fri, 09 Nov 2018 08:19:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image"} 2018-11-09 08:19:01,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image used request id req-0d199caa-9937-45e1-beb3-64376e6c956c 2018-11-09 08:19:01,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5679c6a41dfc20fe78a9fcbc8390c43a2802f3fe" 2018-11-09 08:19:02,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e2b4cd8-c57c-432b-ac21-102ea094de94 Date: Fri, 09 Nov 2018 08:19:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:19:02,090 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4e2b4cd8-c57c-432b-ac21-102ea094de94 2018-11-09 08:19:02,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5679c6a41dfc20fe78a9fcbc8390c43a2802f3fe" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image"}' 2018-11-09 08:19:02,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/175b295f-b175-4050-a921-ba60e872e439 X-Openstack-Request-Id: req-ef8ac66d-1890-4cf6-85a0-2d8c9f0dcc0d Date: Fri, 09 Nov 2018 08:19:02 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:19:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:19:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/175b295f-b175-4050-a921-ba60e872e439", "min_disk": 0, "protected": false, "id": "175b295f-b175-4050-a921-ba60e872e439", "file": "/v2/images/175b295f-b175-4050-a921-ba60e872e439/file", "checksum": null, "owner": "ac6a8b45a38b445889eef4c078d3a468", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:19:02,303 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ef8ac66d-1890-4cf6-85a0-2d8c9f0dcc0d 2018-11-09 08:19:02,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/175b295f-b175-4050-a921-ba60e872e439/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5679c6a41dfc20fe78a9fcbc8390c43a2802f3fe" -d '' 2018-11-09 08:19:03,496 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b2900523-51f3-4462-a56c-9920a44f9d06 Date: Fri, 09 Nov 2018 08:19:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:19:03,496 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/175b295f-b175-4050-a921-ba60e872e439/file used request id req-b2900523-51f3-4462-a56c-9920a44f9d06 2018-11-09 08:19:03,497 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:19:03,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/175b295f-b175-4050-a921-ba60e872e439 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5679c6a41dfc20fe78a9fcbc8390c43a2802f3fe" 2018-11-09 08:19:03,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-402ba603-f64e-415d-8528-a0643c1395d4 Date: Fri, 09 Nov 2018 08:19:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:19:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:19:03Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/175b295f-b175-4050-a921-ba60e872e439/snap", "metadata": {}}], "self": "/v2/images/175b295f-b175-4050-a921-ba60e872e439", "min_disk": 0, "protected": false, "id": "175b295f-b175-4050-a921-ba60e872e439", "file": "/v2/images/175b295f-b175-4050-a921-ba60e872e439/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ac6a8b45a38b445889eef4c078d3a468", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/175b295f-b175-4050-a921-ba60e872e439/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:19:03,667 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/175b295f-b175-4050-a921-ba60e872e439 used request id req-402ba603-f64e-415d-8528-a0643c1395d4 2018-11-09 08:19:03,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5679c6a41dfc20fe78a9fcbc8390c43a2802f3fe" 2018-11-09 08:19:03,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cafb2154-df91-43c4-b9f0-0211e73bce3a Date: Fri, 09 Nov 2018 08:19:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:19:03,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-cafb2154-df91-43c4-b9f0-0211e73bce3a 2018-11-09 08:19:03,821 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image 2018-11-09 08:19:03,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/175b295f-b175-4050-a921-ba60e872e439 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5679c6a41dfc20fe78a9fcbc8390c43a2802f3fe" 2018-11-09 08:19:03,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-6e6d1918-2123-48cd-8ef3-9b599b30d1ff Date: Fri, 09 Nov 2018 08:19:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:19:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:19:03Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/175b295f-b175-4050-a921-ba60e872e439/snap", "metadata": {}}], "self": "/v2/images/175b295f-b175-4050-a921-ba60e872e439", "min_disk": 0, "protected": false, "id": "175b295f-b175-4050-a921-ba60e872e439", "file": "/v2/images/175b295f-b175-4050-a921-ba60e872e439/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ac6a8b45a38b445889eef4c078d3a468", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/175b295f-b175-4050-a921-ba60e872e439/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:19:03,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/175b295f-b175-4050-a921-ba60e872e439 used request id req-6e6d1918-2123-48cd-8ef3-9b599b30d1ff 2018-11-09 08:19:03,978 - create_image - DEBUG - Instance status is - active 2018-11-09 08:19:03,978 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image 2018-11-09 08:19:03,978 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image 2018-11-09 08:19:03,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:03,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:04,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b5c6f812ba3c4a04a9c19c1c33b7eaf8", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj-role"}], "expires_at": "2018-11-09T09:19:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac6a8b45a38b445889eef4c078d3a468", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-user", "id": "7c6e079027d14cd4bddde1c9e34120ee"}, "audit_ids": ["YoPWCw5ITWe2ynLw_xUpCQ"], "issued_at": "2018-11-09T08:19:04.000000Z"}} 2018-11-09 08:19:04,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1991e441a6ae17fa159d9984fa63a32bceb586" 2018-11-09 08:19:04,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b1314b-f076-42fc-9037-f46d0abd8688 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:04,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-70b1314b-f076-42fc-9037-f46d0abd8688 2018-11-09 08:19:04,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1991e441a6ae17fa159d9984fa63a32bceb586" 2018-11-09 08:19:04,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0b922787-3d59-4951-966f-304e4308e798 Date: Fri, 09 Nov 2018 08:19:04 GMT RESP BODY: {"networks":[]} 2018-11-09 08:19:04,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net used request id req-0b922787-3d59-4951-966f-304e4308e798 2018-11-09 08:19:04,622 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net 2018-11-09 08:19:04,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1991e441a6ae17fa159d9984fa63a32bceb586" -d '{"network": {"name": "CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net", "admin_state_up": true}}' 2018-11-09 08:19:05,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-a0872db8-b01f-4579-88c6-ec7d92df2b6f Date: Fri, 09 Nov 2018 08:19:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ac6a8b45a38b445889eef4c078d3a468","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:19:05Z","is_default":false,"name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:04Z","mtu":1450}} 2018-11-09 08:19:05,136 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-a0872db8-b01f-4579-88c6-ec7d92df2b6f 2018-11-09 08:19:05,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=e5eacc45-9627-4e0a-8992-a46acd531ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1991e441a6ae17fa159d9984fa63a32bceb586" 2018-11-09 08:19:05,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-6525fe83-1ecc-497a-848b-98f78fb95beb Date: Fri, 09 Nov 2018 08: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":"2018-11-09T08:19:05Z","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net"}]} 2018-11-09 08:19:05,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=e5eacc45-9627-4e0a-8992-a46acd531ee9 used request id req-6525fe83-1ecc-497a-848b-98f78fb95beb 2018-11-09 08:19:05,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1991e441a6ae17fa159d9984fa63a32bceb586" 2018-11-09 08:19:05,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9cd00024-edbe-476b-b74c-43dac53b2d9e Date: Fri, 09 Nov 2018 08:19:05 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:19:05,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 used request id req-9cd00024-edbe-476b-b74c-43dac53b2d9e 2018-11-09 08:19:05,710 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-subnet 2018-11-09 08:19:05,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1991e441a6ae17fa159d9984fa63a32bceb586" -d '{"subnets": [{"ip_version": 4, "network_id": "e5eacc45-9627-4e0a-8992-a46acd531ee9", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-subnet"}]}' 2018-11-09 08:19:06,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5b65d0a6-c13c-49b0-8798-5709ad2697ae Date: Fri, 09 Nov 2018 08:19:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:06Z","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":"ac6a8b45a38b445889eef4c078d3a468","id":"a2dab1fc-99c8-4026-a5cd-e26b18a4ab54","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-subnet"}]} 2018-11-09 08:19:06,559 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-5b65d0a6-c13c-49b0-8798-5709ad2697ae 2018-11-09 08:19:06,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=e5eacc45-9627-4e0a-8992-a46acd531ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1991e441a6ae17fa159d9984fa63a32bceb586" 2018-11-09 08:19:06,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-195c2753-ed9e-4ef0-9961-c6d12fd2d281 Date: Fri, 09 Nov 2018 08: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":["a2dab1fc-99c8-4026-a5cd-e26b18a4ab54"],"updated_at":"2018-11-09T08:19:06Z","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net"}]} 2018-11-09 08:19:06,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=e5eacc45-9627-4e0a-8992-a46acd531ee9 used request id req-195c2753-ed9e-4ef0-9961-c6d12fd2d281 2018-11-09 08:19:06,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1991e441a6ae17fa159d9984fa63a32bceb586" 2018-11-09 08:19:07,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6c7d3982-39c7-460c-a903-00a8217f0503 Date: Fri, 09 Nov 2018 08:19:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"a2dab1fc-99c8-4026-a5cd-e26b18a4ab54","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-subnet"}]} 2018-11-09 08:19:07,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 used request id req-6c7d3982-39c7-460c-a903-00a8217f0503 2018-11-09 08:19:07,028 - OpenStackNetwork - DEBUG - Network [e5eacc45-9627-4e0a-8992-a46acd531ee9] created successfully 2018-11-09 08:19:07,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:07,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:07,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["wMdbQ_LeRh6PQwSgswXXKg"], "issued_at": "2018-11-09T08:19:07.000000Z"}} 2018-11-09 08:19:07,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f18d628d32142b9cc7205519210f8704bae2bd5c" 2018-11-09 08:19:07,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ded6aeaa-a7c0-4bd2-8320-2e117caccff5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:07,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ded6aeaa-a7c0-4bd2-8320-2e117caccff5 2018-11-09 08:19:07,509 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:19:07,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f18d628d32142b9cc7205519210f8704bae2bd5c" 2018-11-09 08:19:07,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ef893f8-48c9-48f6-844f-b503787deba2 x-compute-request-id: req-9ef893f8-48c9-48f6-844f-b503787deba2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:19:07,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9ef893f8-48c9-48f6-844f-b503787deba2 2018-11-09 08:19:07,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f18d628d32142b9cc7205519210f8704bae2bd5c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:19:07,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d9abe06-f93b-49d8-9073-30890d454009 x-compute-request-id: req-3d9abe06-f93b-49d8-9073-30890d454009 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/369d9c23-0603-4429-81d0-5dbd4933824c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/369d9c23-0603-4429-81d0-5dbd4933824c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "369d9c23-0603-4429-81d0-5dbd4933824c", "name": "CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:19:07,742 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3d9abe06-f93b-49d8-9073-30890d454009 2018-11-09 08:19:07,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:07,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:08,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b5c6f812ba3c4a04a9c19c1c33b7eaf8", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj-role"}], "expires_at": "2018-11-09T09:19:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac6a8b45a38b445889eef4c078d3a468", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-user", "id": "7c6e079027d14cd4bddde1c9e34120ee"}, "audit_ids": ["if0HxKYyTUOjKyjJYiO4OQ"], "issued_at": "2018-11-09T08:19:07.000000Z"}} 2018-11-09 08:19:08,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:08,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d6c2352-ab38-4cc4-9182-ba544d2c8e1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:08,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6d6c2352-ab38-4cc4-9182-ba544d2c8e1b 2018-11-09 08:19:08,217 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:19:08,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:08,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eff9cc7-4993-468e-a1ca-131cbfeb3065 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:08,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3eff9cc7-4993-468e-a1ca-131cbfeb3065 2018-11-09 08:19:08,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:08,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cca72188-f92a-4a48-b23e-2247564d17d8 Date: Fri, 09 Nov 2018 08:19: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":["a2dab1fc-99c8-4026-a5cd-e26b18a4ab54"],"updated_at":"2018-11-09T08:19:06Z","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net"}]} 2018-11-09 08:19:08,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net used request id req-cca72188-f92a-4a48-b23e-2247564d17d8 2018-11-09 08:19:08,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:08,539 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:08,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:08,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-838174cf-b87a-4e7c-8bc9-e71df5478cb5 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468"}, "enabled": true, "id": "ac6a8b45a38b445889eef4c078d3a468", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}} 2018-11-09 08:19:08,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468 used request id req-838174cf-b87a-4e7c-8bc9-e71df5478cb5 2018-11-09 08:19:08,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:08,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ed6f6019-05c3-4fd1-bfb7-93d8089f1bd3 Date: Fri, 09 Nov 2018 08:19:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"a2dab1fc-99c8-4026-a5cd-e26b18a4ab54","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-subnet"}]} 2018-11-09 08:19:08,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 used request id req-ed6f6019-05c3-4fd1-bfb7-93d8089f1bd3 2018-11-09 08:19:08,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9&name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:08,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-95c819ef-4e55-47c2-90fa-c6bfa86fabed Date: Fri, 09 Nov 2018 08:19:09 GMT RESP BODY: {"ports":[]} 2018-11-09 08:19:08,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9&name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412port-1&admin_state_up=True used request id req-95c819ef-4e55-47c2-90fa-c6bfa86fabed 2018-11-09 08:19:09,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:09,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6aa490e-9434-4023-b23d-c8b24c9f0882 x-compute-request-id: req-a6aa490e-9434-4023-b23d-c8b24c9f0882 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:19:09,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-inst used request id req-a6aa490e-9434-4023-b23d-c8b24c9f0882 2018-11-09 08:19:09,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:09,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b5445845-f8cf-446b-8f2b-f31f3fde353b Date: Fri, 09 Nov 2018 08:19: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":["a2dab1fc-99c8-4026-a5cd-e26b18a4ab54"],"updated_at":"2018-11-09T08:19:06Z","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net"}]} 2018-11-09 08:19:09,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net used request id req-b5445845-f8cf-446b-8f2b-f31f3fde353b 2018-11-09 08:19:09,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:09,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d576ead3-d7d1-4374-a84b-0b2e1d73a747 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468"}, "enabled": true, "id": "ac6a8b45a38b445889eef4c078d3a468", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}} 2018-11-09 08:19:09,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468 used request id req-d576ead3-d7d1-4374-a84b-0b2e1d73a747 2018-11-09 08:19:09,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:09,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9a73b948-71ee-4d18-8dc6-347c668ee42a Date: Fri, 09 Nov 2018 08:19:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"a2dab1fc-99c8-4026-a5cd-e26b18a4ab54","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-subnet"}]} 2018-11-09 08:19:09,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 used request id req-9a73b948-71ee-4d18-8dc6-347c668ee42a 2018-11-09 08:19:09,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9&name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:09,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6de20bea-c1b9-4832-9051-98e3ab224ca3 Date: Fri, 09 Nov 2018 08:19:09 GMT RESP BODY: {"ports":[]} 2018-11-09 08:19:09,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9&name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412port-1&admin_state_up=True used request id req-6de20bea-c1b9-4832-9051-98e3ab224ca3 2018-11-09 08:19:09,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:09,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:10,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b5c6f812ba3c4a04a9c19c1c33b7eaf8", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj-role"}], "expires_at": "2018-11-09T09:19:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac6a8b45a38b445889eef4c078d3a468", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ac6a8b45a38b445889eef4c078d3a468", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-user", "id": "7c6e079027d14cd4bddde1c9e34120ee"}, "audit_ids": ["fr2H3u6oTN6-fDAw4Ie8qg"], "issued_at": "2018-11-09T08:19:10.000000Z"}} 2018-11-09 08:19:10,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d27ce0ffb7674a8c597c02db92b550f7c2cecd92" 2018-11-09 08:19:10,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3f12f97-b0c6-41fc-b9a0-9b650c2d4e27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:10,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e3f12f97-b0c6-41fc-b9a0-9b650c2d4e27 2018-11-09 08:19:10,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:10,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-206be21c-4955-4cd0-aacc-c1cff78ff86e Date: Fri, 09 Nov 2018 08:19: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":["a2dab1fc-99c8-4026-a5cd-e26b18a4ab54"],"updated_at":"2018-11-09T08:19:06Z","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net"}]} 2018-11-09 08:19:10,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net used request id req-206be21c-4955-4cd0-aacc-c1cff78ff86e 2018-11-09 08:19:10,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:10,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-61cff89d-b526-4321-af80-cfe24a58be76 Date: Fri, 09 Nov 2018 08:19:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"a2dab1fc-99c8-4026-a5cd-e26b18a4ab54","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-subnet"}]} 2018-11-09 08:19:10,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 used request id req-61cff89d-b526-4321-af80-cfe24a58be76 2018-11-09 08:19:10,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:10,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d814b694-66bc-4f9b-b9f0-5d3e215e0b44 Date: Fri, 09 Nov 2018 08:19: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":["a2dab1fc-99c8-4026-a5cd-e26b18a4ab54"],"updated_at":"2018-11-09T08:19:06Z","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net"}]} 2018-11-09 08:19:10,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net used request id req-d814b694-66bc-4f9b-b9f0-5d3e215e0b44 2018-11-09 08:19:10,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:10,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:10,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d27ce0ffb7674a8c597c02db92b550f7c2cecd92" 2018-11-09 08:19:10,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09016819-4bf7-4eb9-8222-6d82a6358f08 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468"}, "enabled": true, "id": "ac6a8b45a38b445889eef4c078d3a468", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}} 2018-11-09 08:19:10,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468 used request id req-09016819-4bf7-4eb9-8222-6d82a6358f08 2018-11-09 08:19:10,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" 2018-11-09 08:19:11,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-339129f4-ca3c-4ee3-835f-4e40634378e6 Date: Fri, 09 Nov 2018 08:19:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5eacc45-9627-4e0a-8992-a46acd531ee9","tenant_id":"ac6a8b45a38b445889eef4c078d3a468","created_at":"2018-11-09T08:19:06Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac6a8b45a38b445889eef4c078d3a468","id":"a2dab1fc-99c8-4026-a5cd-e26b18a4ab54","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-subnet"}]} 2018-11-09 08:19:11,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=e5eacc45-9627-4e0a-8992-a46acd531ee9 used request id req-339129f4-ca3c-4ee3-835f-4e40634378e6 2018-11-09 08:19:11,171 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net 2018-11-09 08:19:11,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee91aad6e7eef23ebccac2ad3d7c3d8dda67d77" -d '{"port": {"network_id": "e5eacc45-9627-4e0a-8992-a46acd531ee9", "name": "CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412port-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-11-09 08:19:11,188 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-0118d738-8444-43e9-aca5-de9d697f6a46 Date: Fri, 09 Nov 2018 08:19:11 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 08:19:11,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-0118d738-8444-43e9-aca5-de9d697f6a46 2018-11-09 08:19:11,189 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 08:19:11,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/369d9c23-0603-4429-81d0-5dbd4933824c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f18d628d32142b9cc7205519210f8704bae2bd5c" 2018-11-09 08:19:11,235 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:19:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e308728-1884-4f3b-b3f6-b7266f3b4fda x-compute-request-id: req-3e308728-1884-4f3b-b3f6-b7266f3b4fda Content-Length: 0 Content-Type: application/json 2018-11-09 08:19:11,235 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/369d9c23-0603-4429-81d0-5dbd4933824c used request id req-3e308728-1884-4f3b-b3f6-b7266f3b4fda 2018-11-09 08:19:11,236 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-subnet 2018-11-09 08:19:11,236 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-subnet 2018-11-09 08:19:11,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/a2dab1fc-99c8-4026-a5cd-e26b18a4ab54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1991e441a6ae17fa159d9984fa63a32bceb586" 2018-11-09 08:19:13,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8deb633-e981-4601-800d-bc7e8abab893 Date: Fri, 09 Nov 2018 08:19:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:19:13,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a2dab1fc-99c8-4026-a5cd-e26b18a4ab54 used request id req-d8deb633-e981-4601-800d-bc7e8abab893 2018-11-09 08:19:13,548 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-pub-net 2018-11-09 08:19:13,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/e5eacc45-9627-4e0a-8992-a46acd531ee9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1991e441a6ae17fa159d9984fa63a32bceb586" 2018-11-09 08:19:14,689 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c464dd56-f02a-49b8-9fc9-4d25ab7a0efc Date: Fri, 09 Nov 2018 08:19:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:19:14,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/e5eacc45-9627-4e0a-8992-a46acd531ee9 used request id req-c464dd56-f02a-49b8-9fc9-4d25ab7a0efc 2018-11-09 08:19:14,689 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-c08944b5-c662-429a-bb03-623457bfb412-image 2018-11-09 08:19:14,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/175b295f-b175-4050-a921-ba60e872e439 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5679c6a41dfc20fe78a9fcbc8390c43a2802f3fe" 2018-11-09 08:19:16,240 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b806c1c6-e900-434d-b239-734d01880ad1 Date: Fri, 09 Nov 2018 08:19:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:19:16,240 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/175b295f-b175-4050-a921-ba60e872e439 used request id req-b806c1c6-e900-434d-b239-734d01880ad1 2018-11-09 08:19:16,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:16,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4e73c5c3-ef83-4a41-887e-25c317cd14cb Date: Fri, 09 Nov 2018 08:19:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ac6a8b45a38b445889eef4c078d3a468", "created_at": "2018-11-09T08:19:04Z", "updated_at": "2018-11-09T08:19:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:04Z", "revision_number": 0, "id": "05b39f31-6012-4776-9395-f4a6dab6a1f2", "remote_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:04Z", "security_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "tenant_id": "ac6a8b45a38b445889eef4c078d3a468", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac6a8b45a38b445889eef4c078d3a468"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:04Z", "revision_number": 0, "id": "9f704a25-1962-43ca-9dee-c0dddd03cdd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:04Z", "security_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "tenant_id": "ac6a8b45a38b445889eef4c078d3a468", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac6a8b45a38b445889eef4c078d3a468"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:04Z", "revision_number": 0, "id": "ab29dd55-4bab-4331-a32a-ba359e15b7e7", "remote_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:04Z", "security_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "tenant_id": "ac6a8b45a38b445889eef4c078d3a468", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac6a8b45a38b445889eef4c078d3a468"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:04Z", "revision_number": 0, "id": "e5156f28-dfc0-4ac7-810f-fae725323e9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:04Z", "security_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "tenant_id": "ac6a8b45a38b445889eef4c078d3a468", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac6a8b45a38b445889eef4c078d3a468"}], "revision_number": 4, "project_id": "ac6a8b45a38b445889eef4c078d3a468", "id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:19:16,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-4e73c5c3-ef83-4a41-887e-25c317cd14cb 2018-11-09 08:19:16,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:16,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83a7b248-b989-4dc2-a9e1-1e533163245f 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:19:16,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-83a7b248-b989-4dc2-a9e1-1e533163245f 2018-11-09 08:19:16,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:16,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2d48e5-6800-441f-a4c8-1118abdd74b0 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:19:16,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-3f2d48e5-6800-441f-a4c8-1118abdd74b0 2018-11-09 08:19:16,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:16,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d5bc37-ce1f-432b-b5a2-956b4f783f71 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468"}, "enabled": true, "id": "ac6a8b45a38b445889eef4c078d3a468", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3235a4dd-2016-441-proj"}} 2018-11-09 08:19:16,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468 used request id req-06d5bc37-ce1f-432b-b5a2-956b4f783f71 2018-11-09 08:19:16,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86ce31db-d4ba-4130-bf73-f47f1e66c4d4 2018-11-09 08:19:16,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=86ce31db-d4ba-4130-bf73-f47f1e66c4d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:16,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4f580168-4eb6-40a7-9e3e-80133d3b2b5b Date: Fri, 09 Nov 2018 08:19:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:04Z", "security_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "port_range_min": null, "revision_number": 0, "tenant_id": "ac6a8b45a38b445889eef4c078d3a468", "created_at": "2018-11-09T08:19:04Z", "project_id": "ac6a8b45a38b445889eef4c078d3a468", "id": "05b39f31-6012-4776-9395-f4a6dab6a1f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:04Z", "security_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "port_range_min": null, "revision_number": 0, "tenant_id": "ac6a8b45a38b445889eef4c078d3a468", "created_at": "2018-11-09T08:19:04Z", "project_id": "ac6a8b45a38b445889eef4c078d3a468", "id": "9f704a25-1962-43ca-9dee-c0dddd03cdd0"}, {"remote_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:04Z", "security_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "port_range_min": null, "revision_number": 0, "tenant_id": "ac6a8b45a38b445889eef4c078d3a468", "created_at": "2018-11-09T08:19:04Z", "project_id": "ac6a8b45a38b445889eef4c078d3a468", "id": "ab29dd55-4bab-4331-a32a-ba359e15b7e7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:04Z", "security_group_id": "86ce31db-d4ba-4130-bf73-f47f1e66c4d4", "port_range_min": null, "revision_number": 0, "tenant_id": "ac6a8b45a38b445889eef4c078d3a468", "created_at": "2018-11-09T08:19:04Z", "project_id": "ac6a8b45a38b445889eef4c078d3a468", "id": "e5156f28-dfc0-4ac7-810f-fae725323e9c"}]} 2018-11-09 08:19:16,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=86ce31db-d4ba-4130-bf73-f47f1e66c4d4 used request id req-4f580168-4eb6-40a7-9e3e-80133d3b2b5b 2018-11-09 08:19:16,925 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:19:16,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/86ce31db-d4ba-4130-bf73-f47f1e66c4d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:17,396 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19106f9d-e38d-44d1-984c-a5184d54216e Content-Length: 0 Date: Fri, 09 Nov 2018 08:19:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:19:17,396 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/86ce31db-d4ba-4130-bf73-f47f1e66c4d4 used request id req-19106f9d-e38d-44d1-984c-a5184d54216e 2018-11-09 08:19:17,397 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-3235a4dd-2016-441-proj 2018-11-09 08:19:17,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:17,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd89e423-abff-4483-b564-0d884025ec08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:17,638 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ac6a8b45a38b445889eef4c078d3a468 used request id req-fd89e423-abff-4483-b564-0d884025ec08 2018-11-09 08:19:17,638 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-3235a4dd-2016-441-proj-role 2018-11-09 08:19:17,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/b5c6f812ba3c4a04a9c19c1c33b7eaf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:17,742 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f46c252-a6de-436b-8e73-9757302ba476 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:17,742 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b5c6f812ba3c4a04a9c19c1c33b7eaf8 used request id req-7f46c252-a6de-436b-8e73-9757302ba476 2018-11-09 08:19:17,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9e198390692abaacca7e8caabfe7c37b821898c" 2018-11-09 08:19:17,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae13d0b4-5901-40e5-a181-507566c92818 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:19:17,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ae13d0b4-5901-40e5-a181-507566c92818 2018-11-09 08:19:17,843 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-3235a4dd-2016-441-user 2018-11-09 08:19:17,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/7c6e079027d14cd4bddde1c9e34120ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee2ef2d0749a0890404cbc876a15347442bd568" 2018-11-09 08:19:18,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b88d5a58-b5ea-4d94-afe6-29419ff4c6f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:18,041 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7c6e079027d14cd4bddde1c9e34120ee used request id req-b88d5a58-b5ea-4d94-afe6-29419ff4c6f9 2018-11-09 08:19:18,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:18,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["cq_kmleqSouBE3tzy9cbvg"], "issued_at": "2018-11-09T08:19:18.000000Z"}} 2018-11-09 08:19:18,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d84873d06e4cefd9064004dd9143c6903fc77253" 2018-11-09 08:19:18,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38914a25-a228-45f6-ad21-564516e9dd1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:18,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-38914a25-a228-45f6-ad21-564516e9dd1d 2018-11-09 08:19:18,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:18,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:18,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["dHv5xPOsQ168GfjZggPOjw"], "issued_at": "2018-11-09T08:19:18.000000Z"}} 2018-11-09 08:19:18,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:18,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1a3b8ae-b75d-4699-ae14-72a546b9cb16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:18,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f1a3b8ae-b75d-4699-ae14-72a546b9cb16 2018-11-09 08:19:18,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:18,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:18,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:19,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45f4788-e937-41b6-a8e2-464a7684057c Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:19:19,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj used request id req-e45f4788-e937-41b6-a8e2-464a7684057c 2018-11-09 08:19:19,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:19,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9a7c1fb-34d5-413c-9fa9-faa29dbc2c2a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:19:19,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e9a7c1fb-34d5-413c-9fa9-faa29dbc2c2a 2018-11-09 08:19:19,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}}' 2018-11-09 08:19:19,286 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8901125-27f2-4877-b372-9428531c062c Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609"}, "enabled": true, "id": "98835de3df7c42ee83b1cef42ec89609", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}} 2018-11-09 08:19:19,286 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e8901125-27f2-4877-b372-9428531c062c 2018-11-09 08:19:19,286 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj 2018-11-09 08:19:19,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:19,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:19,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["fkzZKOXATTeP176-xHvHIA"], "issued_at": "2018-11-09T08:19:19.000000Z"}} 2018-11-09 08:19:19,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d895161604647d6b385b32d40af6c9a213bb0912" 2018-11-09 08:19:19,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5165657-3ee7-459a-99df-8304181729f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:19,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b5165657-3ee7-459a-99df-8304181729f1 2018-11-09 08:19:19,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:19,768 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:19,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d895161604647d6b385b32d40af6c9a213bb0912" 2018-11-09 08:19:19,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-501ea04a-3c25-4c8d-af68-627ceea69a80 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:19:19,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-501ea04a-3c25-4c8d-af68-627ceea69a80 2018-11-09 08:19:19,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d895161604647d6b385b32d40af6c9a213bb0912" 2018-11-09 08:19:19,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9caa6a3-2d26-4667-91fa-7cb27058b1bc Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609"}, "enabled": true, "id": "98835de3df7c42ee83b1cef42ec89609", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}]} 2018-11-09 08:19:19,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj used request id req-d9caa6a3-2d26-4667-91fa-7cb27058b1bc 2018-11-09 08:19:19,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d895161604647d6b385b32d40af6c9a213bb0912" 2018-11-09 08:19:20,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37d44894-34f1-4bc4-8487-f3e470fc098d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:19:20,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-37d44894-34f1-4bc4-8487-f3e470fc098d 2018-11-09 08:19:20,443 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-user 2018-11-09 08:19:20,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:20,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:20,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f4ff539-43aa-42b5-a1b0-e9383c6f05df Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:19:20,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6f4ff539-43aa-42b5-a1b0-e9383c6f05df 2018-11-09 08:19:20,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" -d '{"role": {"name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj-role"}}' 2018-11-09 08:19:20,652 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38ad6dec-e249-4d27-9365-59106e3d6fa8 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "506098a7df254dc68d6db883da0d19da", "links": {"self": "http://172.30.9.27:5000/v3/roles/506098a7df254dc68d6db883da0d19da"}, "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj-role"}} 2018-11-09 08:19:20,652 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-38ad6dec-e249-4d27-9365-59106e3d6fa8 2018-11-09 08:19:20,653 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj-role 2018-11-09 08:19:20,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/506098a7df254dc68d6db883da0d19da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:20,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d78248f-2524-43c0-8a8a-49c24f415868 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/506098a7df254dc68d6db883da0d19da"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj-role", "id": "506098a7df254dc68d6db883da0d19da"}} 2018-11-09 08:19:20,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/506098a7df254dc68d6db883da0d19da used request id req-2d78248f-2524-43c0-8a8a-49c24f415868 2018-11-09 08:19:20,828 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj-role to project CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj 2018-11-09 08:19:20,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609/users/3dfbd91c7dab4e8b861592a84b0ff2f2/roles/506098a7df254dc68d6db883da0d19da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:20,959 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9460b7ae-5d5d-4950-aa79-8b1a15516826 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:20,959 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609/users/3dfbd91c7dab4e8b861592a84b0ff2f2/roles/506098a7df254dc68d6db883da0d19da used request id req-9460b7ae-5d5d-4950-aa79-8b1a15516826 2018-11-09 08:19:20,959 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:19:20,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:20,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:21,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "506098a7df254dc68d6db883da0d19da", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj-role"}], "expires_at": "2018-11-09T09:19:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98835de3df7c42ee83b1cef42ec89609", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-user", "id": "3dfbd91c7dab4e8b861592a84b0ff2f2"}, "audit_ids": ["07jMmoneTl6p6QsGgPnEiA"], "issued_at": "2018-11-09T08:19:21.000000Z"}} 2018-11-09 08:19:21,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b52dd1965eea6c225d1e9832476d3f46795e92ec" 2018-11-09 08:19:21,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e325e30a-6389-45e4-9b83-9822711c459e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:21,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e325e30a-6389-45e4-9b83-9822711c459e 2018-11-09 08:19:21,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b52dd1965eea6c225d1e9832476d3f46795e92ec" 2018-11-09 08:19:21,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-5cd30987-8426-4d30-baba-3d30f2bc4780 Date: Fri, 09 Nov 2018 08:19:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image"} 2018-11-09 08:19:21,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image used request id req-5cd30987-8426-4d30-baba-3d30f2bc4780 2018-11-09 08:19:21,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b52dd1965eea6c225d1e9832476d3f46795e92ec" 2018-11-09 08:19:21,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-340916fd-c69b-4c6c-997e-319d4e84bb1e Date: Fri, 09 Nov 2018 08:19:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:19:21,751 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-340916fd-c69b-4c6c-997e-319d4e84bb1e 2018-11-09 08:19:21,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b52dd1965eea6c225d1e9832476d3f46795e92ec" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image"}' 2018-11-09 08:19:21,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9 X-Openstack-Request-Id: req-c75a5696-43a4-44c9-b62a-3d0b25622f02 Date: Fri, 09 Nov 2018 08:19:22 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:19:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:19:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9", "min_disk": 0, "protected": false, "id": "eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9", "file": "/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9/file", "checksum": null, "owner": "98835de3df7c42ee83b1cef42ec89609", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:19:21,981 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c75a5696-43a4-44c9-b62a-3d0b25622f02 2018-11-09 08:19:21,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b52dd1965eea6c225d1e9832476d3f46795e92ec" -d '' 2018-11-09 08:19:23,789 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2ff36ab4-386a-4ddf-914d-29038d17623f Date: Fri, 09 Nov 2018 08:19:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:19:23,789 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9/file used request id req-2ff36ab4-386a-4ddf-914d-29038d17623f 2018-11-09 08:19:23,790 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:19:23,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b52dd1965eea6c225d1e9832476d3f46795e92ec" 2018-11-09 08:19:23,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f5bbc52c-b43b-40f2-acae-9accdad62280 Date: Fri, 09 Nov 2018 08:19:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:19:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:19:23Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9/snap", "metadata": {}}], "self": "/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9", "min_disk": 0, "protected": false, "id": "eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9", "file": "/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "98835de3df7c42ee83b1cef42ec89609", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:19:23,963 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9 used request id req-f5bbc52c-b43b-40f2-acae-9accdad62280 2018-11-09 08:19:23,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b52dd1965eea6c225d1e9832476d3f46795e92ec" 2018-11-09 08:19:24,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eebf7de9-6b9e-4826-a00e-5c76dd045a34 Date: Fri, 09 Nov 2018 08:19:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:19:24,120 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-eebf7de9-6b9e-4826-a00e-5c76dd045a34 2018-11-09 08:19:24,123 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image 2018-11-09 08:19:24,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b52dd1965eea6c225d1e9832476d3f46795e92ec" 2018-11-09 08:19:24,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e14815c4-e749-4442-a1cd-16cdff5524b8 Date: Fri, 09 Nov 2018 08:19:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:19:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:19:23Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9/snap", "metadata": {}}], "self": "/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9", "min_disk": 0, "protected": false, "id": "eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9", "file": "/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "98835de3df7c42ee83b1cef42ec89609", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:19:24,307 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9 used request id req-e14815c4-e749-4442-a1cd-16cdff5524b8 2018-11-09 08:19:24,307 - create_image - DEBUG - Instance status is - active 2018-11-09 08:19:24,307 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image 2018-11-09 08:19:24,308 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image 2018-11-09 08:19:24,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:24,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:24,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "506098a7df254dc68d6db883da0d19da", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj-role"}], "expires_at": "2018-11-09T09:19:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98835de3df7c42ee83b1cef42ec89609", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-user", "id": "3dfbd91c7dab4e8b861592a84b0ff2f2"}, "audit_ids": ["2GbHxxZlQ2eby0w2_K3sig"], "issued_at": "2018-11-09T08:19:24.000000Z"}} 2018-11-09 08:19:24,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea1ee4cb264c9ba8e42d0569aebe3415f38ccb" 2018-11-09 08:19:24,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cbe1fe2-a0f1-417c-a41a-87bc6a9cc373 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:24,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0cbe1fe2-a0f1-417c-a41a-87bc6a9cc373 2018-11-09 08:19:24,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea1ee4cb264c9ba8e42d0569aebe3415f38ccb" 2018-11-09 08:19:24,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-20797a89-2f21-4075-b44a-87b5b9cf58ca Date: Fri, 09 Nov 2018 08:19:24 GMT RESP BODY: {"networks":[]} 2018-11-09 08:19:24,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net used request id req-20797a89-2f21-4075-b44a-87b5b9cf58ca 2018-11-09 08:19:24,927 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net 2018-11-09 08:19:24,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea1ee4cb264c9ba8e42d0569aebe3415f38ccb" -d '{"network": {"name": "CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net", "admin_state_up": true}}' 2018-11-09 08:19:25,459 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-0dc85da8-41cd-4cef-b09a-ae07b44adc71 Date: Fri, 09 Nov 2018 08:19:25 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ff79818a-7c01-4a5e-b047-1177c332d49b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"98835de3df7c42ee83b1cef42ec89609","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:19:25Z","is_default":false,"name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:25Z","mtu":1450}} 2018-11-09 08:19:25,459 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-0dc85da8-41cd-4cef-b09a-ae07b44adc71 2018-11-09 08:19:25,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=ff79818a-7c01-4a5e-b047-1177c332d49b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea1ee4cb264c9ba8e42d0569aebe3415f38ccb" 2018-11-09 08:19:25,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e1fc0d26-5630-4372-bbb9-3ccc54169a3b Date: Fri, 09 Nov 2018 08:19:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:19:25Z","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"98835de3df7c42ee83b1cef42ec89609","id":"ff79818a-7c01-4a5e-b047-1177c332d49b","name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net"}]} 2018-11-09 08:19:25,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=ff79818a-7c01-4a5e-b047-1177c332d49b used request id req-e1fc0d26-5630-4372-bbb9-3ccc54169a3b 2018-11-09 08:19:25,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea1ee4cb264c9ba8e42d0569aebe3415f38ccb" 2018-11-09 08:19:25,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7be5cee7-f848-467b-b87e-205eba35bdc9 Date: Fri, 09 Nov 2018 08:19:25 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:19:25,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b used request id req-7be5cee7-f848-467b-b87e-205eba35bdc9 2018-11-09 08:19:25,882 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-subnet 2018-11-09 08:19:25,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea1ee4cb264c9ba8e42d0569aebe3415f38ccb" -d '{"subnets": [{"ip_version": 4, "network_id": "ff79818a-7c01-4a5e-b047-1177c332d49b", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-subnet"}]}' 2018-11-09 08:19:26,729 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-222efe04-f0a2-4149-a7d7-fc1346f1b29c Date: Fri, 09 Nov 2018 08:19:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff79818a-7c01-4a5e-b047-1177c332d49b","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19: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":"98835de3df7c42ee83b1cef42ec89609","id":"a52d2033-cd1e-466e-a487-fdd8ffaa8b23","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-subnet"}]} 2018-11-09 08:19:26,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-222efe04-f0a2-4149-a7d7-fc1346f1b29c 2018-11-09 08:19:26,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=ff79818a-7c01-4a5e-b047-1177c332d49b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea1ee4cb264c9ba8e42d0569aebe3415f38ccb" 2018-11-09 08:19:26,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-11ca813f-8d1c-4799-b38e-3f25f08cc7bd Date: Fri, 09 Nov 2018 08:19: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":["a52d2033-cd1e-466e-a487-fdd8ffaa8b23"],"updated_at":"2018-11-09T08:19:26Z","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98835de3df7c42ee83b1cef42ec89609","id":"ff79818a-7c01-4a5e-b047-1177c332d49b","name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net"}]} 2018-11-09 08:19:26,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=ff79818a-7c01-4a5e-b047-1177c332d49b used request id req-11ca813f-8d1c-4799-b38e-3f25f08cc7bd 2018-11-09 08:19:26,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea1ee4cb264c9ba8e42d0569aebe3415f38ccb" 2018-11-09 08:19:27,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6aea681f-76bd-43a0-9ccb-9eeb5d313c45 Date: Fri, 09 Nov 2018 08:19:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff79818a-7c01-4a5e-b047-1177c332d49b","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19: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":"98835de3df7c42ee83b1cef42ec89609","id":"a52d2033-cd1e-466e-a487-fdd8ffaa8b23","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-subnet"}]} 2018-11-09 08:19:27,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b used request id req-6aea681f-76bd-43a0-9ccb-9eeb5d313c45 2018-11-09 08:19:27,195 - OpenStackNetwork - DEBUG - Network [ff79818a-7c01-4a5e-b047-1177c332d49b] created successfully 2018-11-09 08:19:27,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:27,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:27,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["N5ixuIT-Qpu57IcQlyt8YQ"], "issued_at": "2018-11-09T08:19:27.000000Z"}} 2018-11-09 08:19:27,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c208bcca4e0bbb9996d6bc5e5e2aa62e91a4e81" 2018-11-09 08:19:27,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acf5feae-8ed2-4ce8-b5e3-653752d29a68 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:27,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-acf5feae-8ed2-4ce8-b5e3-653752d29a68 2018-11-09 08:19:27,662 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:19:27,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c208bcca4e0bbb9996d6bc5e5e2aa62e91a4e81" 2018-11-09 08:19:27,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19: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-4583a2b9-bbeb-40c5-865d-6bbfa3c6cb4c x-compute-request-id: req-4583a2b9-bbeb-40c5-865d-6bbfa3c6cb4c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:19:27,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4583a2b9-bbeb-40c5-865d-6bbfa3c6cb4c 2018-11-09 08:19:27,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c208bcca4e0bbb9996d6bc5e5e2aa62e91a4e81" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:19:27,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19: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-51a340d2-20c7-4df6-8905-ab9c54f67963 x-compute-request-id: req-51a340d2-20c7-4df6-8905-ab9c54f67963 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ee67e74a-c72f-45d2-90d4-b2d8d79055ef", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ee67e74a-c72f-45d2-90d4-b2d8d79055ef", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ee67e74a-c72f-45d2-90d4-b2d8d79055ef", "name": "CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:19:27,921 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-51a340d2-20c7-4df6-8905-ab9c54f67963 2018-11-09 08:19:27,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:27,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:28,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "506098a7df254dc68d6db883da0d19da", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj-role"}], "expires_at": "2018-11-09T09:19:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98835de3df7c42ee83b1cef42ec89609", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-user", "id": "3dfbd91c7dab4e8b861592a84b0ff2f2"}, "audit_ids": ["QH0-9U_4TXiQxdaMQaQsYA"], "issued_at": "2018-11-09T08:19:28.000000Z"}} 2018-11-09 08:19:28,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:28,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8abc8e61-61a4-4820-a53e-41eee4c7b37f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:28,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8abc8e61-61a4-4820-a53e-41eee4c7b37f 2018-11-09 08:19:28,371 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:19:28,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:28,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-607e9d57-1035-4600-8d91-a9452cbe8e6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:28,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-607e9d57-1035-4600-8d91-a9452cbe8e6e 2018-11-09 08:19:28,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:28,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-34591a4b-b28e-4189-8a69-b743319971c7 Date: Fri, 09 Nov 2018 08:19: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":["a52d2033-cd1e-466e-a487-fdd8ffaa8b23"],"updated_at":"2018-11-09T08:19:26Z","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98835de3df7c42ee83b1cef42ec89609","id":"ff79818a-7c01-4a5e-b047-1177c332d49b","name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net"}]} 2018-11-09 08:19:28,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net used request id req-34591a4b-b28e-4189-8a69-b743319971c7 2018-11-09 08:19:28,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:28,720 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:28,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:28,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e74d2784-e82c-457d-9c8c-c06fde9c6b97 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609"}, "enabled": true, "id": "98835de3df7c42ee83b1cef42ec89609", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}} 2018-11-09 08:19:28,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609 used request id req-e74d2784-e82c-457d-9c8c-c06fde9c6b97 2018-11-09 08:19:28,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:28,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-de358012-ec60-4a55-ba58-d8c6ff97dfb9 Date: Fri, 09 Nov 2018 08:19:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff79818a-7c01-4a5e-b047-1177c332d49b","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19: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":"98835de3df7c42ee83b1cef42ec89609","id":"a52d2033-cd1e-466e-a487-fdd8ffaa8b23","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-subnet"}]} 2018-11-09 08:19:28,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b used request id req-de358012-ec60-4a55-ba58-d8c6ff97dfb9 2018-11-09 08:19:29,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b&name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:29,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-00f3697b-09a2-48c9-a1bc-fd901da702b0 Date: Fri, 09 Nov 2018 08:19:29 GMT RESP BODY: {"ports":[]} 2018-11-09 08:19:29,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b&name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84port-1&admin_state_up=True used request id req-00f3697b-09a2-48c9-a1bc-fd901da702b0 2018-11-09 08:19:29,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:29,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ac3969e-41c7-4cff-856d-942a88c853df x-compute-request-id: req-2ac3969e-41c7-4cff-856d-942a88c853df Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:19:29,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-inst used request id req-2ac3969e-41c7-4cff-856d-942a88c853df 2018-11-09 08:19:29,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:29,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b600b5d0-1d9c-4714-ba93-cf1b248da83a Date: Fri, 09 Nov 2018 08:19: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":["a52d2033-cd1e-466e-a487-fdd8ffaa8b23"],"updated_at":"2018-11-09T08:19:26Z","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98835de3df7c42ee83b1cef42ec89609","id":"ff79818a-7c01-4a5e-b047-1177c332d49b","name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net"}]} 2018-11-09 08:19:29,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net used request id req-b600b5d0-1d9c-4714-ba93-cf1b248da83a 2018-11-09 08:19:29,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:29,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a683609-1fdc-43e5-8087-61f9adf25d71 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609"}, "enabled": true, "id": "98835de3df7c42ee83b1cef42ec89609", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}} 2018-11-09 08:19:29,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609 used request id req-8a683609-1fdc-43e5-8087-61f9adf25d71 2018-11-09 08:19:29,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:29,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-79995789-66c2-4b12-ba78-db2cc4783cb1 Date: Fri, 09 Nov 2018 08:19:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff79818a-7c01-4a5e-b047-1177c332d49b","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19: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":"98835de3df7c42ee83b1cef42ec89609","id":"a52d2033-cd1e-466e-a487-fdd8ffaa8b23","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-subnet"}]} 2018-11-09 08:19:29,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b used request id req-79995789-66c2-4b12-ba78-db2cc4783cb1 2018-11-09 08:19:29,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b&name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:29,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-69b83d5d-cb70-475a-87e5-3a205defebd7 Date: Fri, 09 Nov 2018 08:19:29 GMT RESP BODY: {"ports":[]} 2018-11-09 08:19:29,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b&name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84port-1&admin_state_up=True used request id req-69b83d5d-cb70-475a-87e5-3a205defebd7 2018-11-09 08:19:29,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:30,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:30,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "506098a7df254dc68d6db883da0d19da", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj-role"}], "expires_at": "2018-11-09T09:19:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98835de3df7c42ee83b1cef42ec89609", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/98835de3df7c42ee83b1cef42ec89609", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-user", "id": "3dfbd91c7dab4e8b861592a84b0ff2f2"}, "audit_ids": ["XH92eywYT7GFPm7aakd9nw"], "issued_at": "2018-11-09T08:19:30.000000Z"}} 2018-11-09 08:19:30,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d537ca545dc5da417c258cacfe17897d922daa0" 2018-11-09 08:19:30,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3afefde6-3297-403d-a8ae-ce390e927bdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:30,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3afefde6-3297-403d-a8ae-ce390e927bdb 2018-11-09 08:19:30,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:30,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7da9a3c8-0a88-4027-b395-1e6c9fc86cda Date: Fri, 09 Nov 2018 08:19: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":["a52d2033-cd1e-466e-a487-fdd8ffaa8b23"],"updated_at":"2018-11-09T08:19:26Z","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98835de3df7c42ee83b1cef42ec89609","id":"ff79818a-7c01-4a5e-b047-1177c332d49b","name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net"}]} 2018-11-09 08:19:30,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net used request id req-7da9a3c8-0a88-4027-b395-1e6c9fc86cda 2018-11-09 08:19:30,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:30,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8de53373-53fb-457e-8e07-3d2fe416d25a Date: Fri, 09 Nov 2018 08:19:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff79818a-7c01-4a5e-b047-1177c332d49b","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19: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":"98835de3df7c42ee83b1cef42ec89609","id":"a52d2033-cd1e-466e-a487-fdd8ffaa8b23","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-subnet"}]} 2018-11-09 08:19:30,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b used request id req-8de53373-53fb-457e-8e07-3d2fe416d25a 2018-11-09 08:19:30,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:31,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-55dc1f75-a8db-42b9-9f3e-8814c28390a6 Date: Fri, 09 Nov 2018 08:19:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a52d2033-cd1e-466e-a487-fdd8ffaa8b23"],"updated_at":"2018-11-09T08:19:26Z","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98835de3df7c42ee83b1cef42ec89609","id":"ff79818a-7c01-4a5e-b047-1177c332d49b","name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net"}]} 2018-11-09 08:19:31,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net used request id req-55dc1f75-a8db-42b9-9f3e-8814c28390a6 2018-11-09 08:19:31,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:31,164 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:31,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d537ca545dc5da417c258cacfe17897d922daa0" 2018-11-09 08:19:31,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-881fd2e4-8f93-4621-bcd2-4c281a73d8f2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609"}, "enabled": true, "id": "98835de3df7c42ee83b1cef42ec89609", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}} 2018-11-09 08:19:31,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609 used request id req-881fd2e4-8f93-4621-bcd2-4c281a73d8f2 2018-11-09 08:19:31,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" 2018-11-09 08:19:31,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4950f0f7-26f2-47fd-86a6-8988e60604e0 Date: Fri, 09 Nov 2018 08:19:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff79818a-7c01-4a5e-b047-1177c332d49b","tenant_id":"98835de3df7c42ee83b1cef42ec89609","created_at":"2018-11-09T08:19:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19: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":"98835de3df7c42ee83b1cef42ec89609","id":"a52d2033-cd1e-466e-a487-fdd8ffaa8b23","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-subnet"}]} 2018-11-09 08:19:31,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ff79818a-7c01-4a5e-b047-1177c332d49b used request id req-4950f0f7-26f2-47fd-86a6-8988e60604e0 2018-11-09 08:19:31,450 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net 2018-11-09 08:19:31,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d6a419265559487a0ec722b16728da2e808072" -d '{"port": {"network_id": "ff79818a-7c01-4a5e-b047-1177c332d49b", "name": "CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-11-09 08:19:31,609 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-c9c8900c-570c-4aef-b365-fcc8bf7fc756 Date: Fri, 09 Nov 2018 08:19:31 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 08:19:31,609 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-c9c8900c-570c-4aef-b365-fcc8bf7fc756 2018-11-09 08:19:31,610 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 08:19:31,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/ee67e74a-c72f-45d2-90d4-b2d8d79055ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c208bcca4e0bbb9996d6bc5e5e2aa62e91a4e81" 2018-11-09 08:19:31,664 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:19:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa1e3429-b4e2-4b6a-b739-26a42b56c054 x-compute-request-id: req-aa1e3429-b4e2-4b6a-b739-26a42b56c054 Content-Length: 0 Content-Type: application/json 2018-11-09 08:19:31,664 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ee67e74a-c72f-45d2-90d4-b2d8d79055ef used request id req-aa1e3429-b4e2-4b6a-b739-26a42b56c054 2018-11-09 08:19:31,665 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-subnet 2018-11-09 08:19:31,665 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-subnet 2018-11-09 08:19:31,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/a52d2033-cd1e-466e-a487-fdd8ffaa8b23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea1ee4cb264c9ba8e42d0569aebe3415f38ccb" 2018-11-09 08:19:33,869 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2435ee95-8c78-405c-96b3-41daca2d8029 Date: Fri, 09 Nov 2018 08:19:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:19:33,870 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a52d2033-cd1e-466e-a487-fdd8ffaa8b23 used request id req-2435ee95-8c78-405c-96b3-41daca2d8029 2018-11-09 08:19:33,870 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-pub-net 2018-11-09 08:19:33,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/ff79818a-7c01-4a5e-b047-1177c332d49b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea1ee4cb264c9ba8e42d0569aebe3415f38ccb" 2018-11-09 08:19:35,356 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68b8481d-8b28-47ef-8aec-df8fda395716 Date: Fri, 09 Nov 2018 08:19:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:19:35,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/ff79818a-7c01-4a5e-b047-1177c332d49b used request id req-68b8481d-8b28-47ef-8aec-df8fda395716 2018-11-09 08:19:35,356 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-97505a17-ac45-49f0-b5e9-935096cbbf84-image 2018-11-09 08:19:35,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b52dd1965eea6c225d1e9832476d3f46795e92ec" 2018-11-09 08:19:36,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55a1994d-6d3d-41ec-980b-dd1090b8ff19 Date: Fri, 09 Nov 2018 08:19:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:19:36,197 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/eaf662e5-05c8-4a4e-95e7-d2e4c34a1ff9 used request id req-55a1994d-6d3d-41ec-980b-dd1090b8ff19 2018-11-09 08:19:36,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:36,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-55f62e36-f6df-43cd-84bc-273cefa0c32d Date: Fri, 09 Nov 2018 08:19:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "98835de3df7c42ee83b1cef42ec89609", "created_at": "2018-11-09T08:19:25Z", "updated_at": "2018-11-09T08:19:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:25Z", "revision_number": 0, "id": "16a63691-a10a-49c2-8303-8268b0c6947a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:25Z", "security_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "tenant_id": "98835de3df7c42ee83b1cef42ec89609", "port_range_min": null, "ethertype": "IPv6", "project_id": "98835de3df7c42ee83b1cef42ec89609"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:25Z", "revision_number": 0, "id": "1d04dc71-69e6-4e9a-b6e4-fe0934fdc673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:25Z", "security_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "tenant_id": "98835de3df7c42ee83b1cef42ec89609", "port_range_min": null, "ethertype": "IPv4", "project_id": "98835de3df7c42ee83b1cef42ec89609"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:25Z", "revision_number": 0, "id": "46da6b85-77e2-4bd4-bb7e-a308d87876f4", "remote_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:25Z", "security_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "tenant_id": "98835de3df7c42ee83b1cef42ec89609", "port_range_min": null, "ethertype": "IPv4", "project_id": "98835de3df7c42ee83b1cef42ec89609"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:25Z", "revision_number": 0, "id": "dfb3639d-418d-4408-92d9-da781ddb6ddc", "remote_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:25Z", "security_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "tenant_id": "98835de3df7c42ee83b1cef42ec89609", "port_range_min": null, "ethertype": "IPv6", "project_id": "98835de3df7c42ee83b1cef42ec89609"}], "revision_number": 4, "project_id": "98835de3df7c42ee83b1cef42ec89609", "id": "5392bb02-f364-4c34-97f9-979532b54d0b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:19:36,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-55f62e36-f6df-43cd-84bc-273cefa0c32d 2018-11-09 08:19:36,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:36,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba35fd94-f1e0-49b9-ab7f-1e7978a398d5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609"}, "enabled": true, "id": "98835de3df7c42ee83b1cef42ec89609", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj"}} 2018-11-09 08:19:36,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609 used request id req-ba35fd94-f1e0-49b9-ab7f-1e7978a398d5 2018-11-09 08:19:36,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5392bb02-f364-4c34-97f9-979532b54d0b 2018-11-09 08:19:36,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5392bb02-f364-4c34-97f9-979532b54d0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:36,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4e337acc-1d6f-469f-9dcd-2732ea0a0bfc Date: Fri, 09 Nov 2018 08:19:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:25Z", "security_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "port_range_min": null, "revision_number": 0, "tenant_id": "98835de3df7c42ee83b1cef42ec89609", "created_at": "2018-11-09T08:19:25Z", "project_id": "98835de3df7c42ee83b1cef42ec89609", "id": "16a63691-a10a-49c2-8303-8268b0c6947a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:25Z", "security_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "port_range_min": null, "revision_number": 0, "tenant_id": "98835de3df7c42ee83b1cef42ec89609", "created_at": "2018-11-09T08:19:25Z", "project_id": "98835de3df7c42ee83b1cef42ec89609", "id": "1d04dc71-69e6-4e9a-b6e4-fe0934fdc673"}, {"remote_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:25Z", "security_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "port_range_min": null, "revision_number": 0, "tenant_id": "98835de3df7c42ee83b1cef42ec89609", "created_at": "2018-11-09T08:19:25Z", "project_id": "98835de3df7c42ee83b1cef42ec89609", "id": "46da6b85-77e2-4bd4-bb7e-a308d87876f4"}, {"remote_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:25Z", "security_group_id": "5392bb02-f364-4c34-97f9-979532b54d0b", "port_range_min": null, "revision_number": 0, "tenant_id": "98835de3df7c42ee83b1cef42ec89609", "created_at": "2018-11-09T08:19:25Z", "project_id": "98835de3df7c42ee83b1cef42ec89609", "id": "dfb3639d-418d-4408-92d9-da781ddb6ddc"}]} 2018-11-09 08:19:36,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5392bb02-f364-4c34-97f9-979532b54d0b used request id req-4e337acc-1d6f-469f-9dcd-2732ea0a0bfc 2018-11-09 08:19:36,677 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:19:36,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/5392bb02-f364-4c34-97f9-979532b54d0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:37,137 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d2427b1-65f5-4ae4-bfeb-58e1c49b1797 Content-Length: 0 Date: Fri, 09 Nov 2018 08:19:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:19:37,137 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5392bb02-f364-4c34-97f9-979532b54d0b used request id req-6d2427b1-65f5-4ae4-bfeb-58e1c49b1797 2018-11-09 08:19:37,138 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj 2018-11-09 08:19:37,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:37,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e56544d-f1f6-4c58-8ffa-0a71f4a00f76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:37,350 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/98835de3df7c42ee83b1cef42ec89609 used request id req-3e56544d-f1f6-4c58-8ffa-0a71f4a00f76 2018-11-09 08:19:37,350 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-proj-role 2018-11-09 08:19:37,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/506098a7df254dc68d6db883da0d19da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:37,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b460e3a3-85ee-4520-ad1c-a675cb3f6973 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:37,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/506098a7df254dc68d6db883da0d19da used request id req-b460e3a3-85ee-4520-ad1c-a675cb3f6973 2018-11-09 08:19:37,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba06ca57013539dda42a56d29a3df93ee3e7be5c" 2018-11-09 08:19:37,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bfbbf2f-4d76-4157-b74f-bf37535c850f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:19:37,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8bfbbf2f-4d76-4157-b74f-bf37535c850f 2018-11-09 08:19:37,549 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-3e3f85da-5e07-4ff-user 2018-11-09 08:19:37,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/3dfbd91c7dab4e8b861592a84b0ff2f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d895161604647d6b385b32d40af6c9a213bb0912" 2018-11-09 08:19:37,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebb8ca39-5245-4d22-a4cd-dbbe1344e0f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:37,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/3dfbd91c7dab4e8b861592a84b0ff2f2 used request id req-ebb8ca39-5245-4d22-a4cd-dbbe1344e0f2 2018-11-09 08:19:37,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:38,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["w4or7xX-TwCdNfetmptdOw"], "issued_at": "2018-11-09T08:19:38.000000Z"}} 2018-11-09 08:19:38,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7019366f5618c65dba133d30b782cd194807ecfe" 2018-11-09 08:19:38,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-773f8a20-7fab-49a4-b7a1-ad3a4898f79c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:38,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-773f8a20-7fab-49a4-b7a1-ad3a4898f79c 2018-11-09 08:19:38,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:38,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:38,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["vJkPcFBCRMqqUWUIKp_U_w"], "issued_at": "2018-11-09T08:19:38.000000Z"}} 2018-11-09 08:19:38,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:38,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c09fca54-4f1d-4732-a737-f9a46b5c26f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:38,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c09fca54-4f1d-4732-a737-f9a46b5c26f8 2018-11-09 08:19:38,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:38,735 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:38,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:38,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186858dc-9909-45c4-9571-f1eb92fadfeb Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:19:38,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj used request id req-186858dc-9909-45c4-9571-f1eb92fadfeb 2018-11-09 08:19:38,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:38,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dbb0fba-9f7d-4b7c-b72e-e4af780a3476 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:19:38,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-3dbb0fba-9f7d-4b7c-b72e-e4af780a3476 2018-11-09 08:19:38,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}}' 2018-11-09 08:19:39,060 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74251b90-354f-4420-8e6e-f10ac30ae73a Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d"}, "enabled": true, "id": "a089d1bf57054c31b4863adb9bdeb04d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}} 2018-11-09 08:19:39,060 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-74251b90-354f-4420-8e6e-f10ac30ae73a 2018-11-09 08:19:39,061 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj 2018-11-09 08:19:39,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:39,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:39,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["V5T1B3tqQ4aUlphKnY4JXQ"], "issued_at": "2018-11-09T08:19:39.000000Z"}} 2018-11-09 08:19:39,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0a426217fdf055e4a95b1fe66bc93800bcce285" 2018-11-09 08:19:39,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2184422-87eb-4684-988b-8090c9e0ee3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:39,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b2184422-87eb-4684-988b-8090c9e0ee3a 2018-11-09 08:19:39,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:39,537 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:39,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0a426217fdf055e4a95b1fe66bc93800bcce285" 2018-11-09 08:19:39,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c28a027-b09e-4f51-98ab-75075ba7b0f9 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:19:39,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9c28a027-b09e-4f51-98ab-75075ba7b0f9 2018-11-09 08:19:39,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0a426217fdf055e4a95b1fe66bc93800bcce285" 2018-11-09 08:19:39,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ca3592-22c5-4ec6-a25d-489e0484f507 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d"}, "enabled": true, "id": "a089d1bf57054c31b4863adb9bdeb04d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}]} 2018-11-09 08:19:39,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj used request id req-59ca3592-22c5-4ec6-a25d-489e0484f507 2018-11-09 08:19:39,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0a426217fdf055e4a95b1fe66bc93800bcce285" 2018-11-09 08:19:39,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5521d40-a473-4cd9-91f1-7f4faf5d220a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:19:39,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d5521d40-a473-4cd9-91f1-7f4faf5d220a 2018-11-09 08:19:40,155 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-user 2018-11-09 08:19:40,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:40,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:40,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4511dc2d-2fe4-444c-b33a-766a4206643e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:19:40,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4511dc2d-2fe4-444c-b33a-766a4206643e 2018-11-09 08:19:40,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" -d '{"role": {"name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj-role"}}' 2018-11-09 08:19:40,377 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:19:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5ca527e-39ec-4dd8-8056-97bb491802d0 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8d0ad81aa5af41fc95692c450224955d", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d0ad81aa5af41fc95692c450224955d"}, "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj-role"}} 2018-11-09 08:19:40,377 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-e5ca527e-39ec-4dd8-8056-97bb491802d0 2018-11-09 08:19:40,377 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj-role 2018-11-09 08:19:40,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/8d0ad81aa5af41fc95692c450224955d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:40,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af772fdb-c704-4737-9791-236aee5a245e Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/8d0ad81aa5af41fc95692c450224955d"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj-role", "id": "8d0ad81aa5af41fc95692c450224955d"}} 2018-11-09 08:19:40,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/8d0ad81aa5af41fc95692c450224955d used request id req-af772fdb-c704-4737-9791-236aee5a245e 2018-11-09 08:19:40,467 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj-role to project CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj 2018-11-09 08:19:40,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d/users/cd1db7ddf7654f0f85b8a805402c951e/roles/8d0ad81aa5af41fc95692c450224955d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:40,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42689648-b23e-442f-97ec-d5291257b0d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:40,619 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d/users/cd1db7ddf7654f0f85b8a805402c951e/roles/8d0ad81aa5af41fc95692c450224955d used request id req-42689648-b23e-442f-97ec-d5291257b0d1 2018-11-09 08:19:40,620 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:19:40,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:40,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:41,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8d0ad81aa5af41fc95692c450224955d", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj-role"}], "expires_at": "2018-11-09T09:19:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a089d1bf57054c31b4863adb9bdeb04d", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-user", "id": "cd1db7ddf7654f0f85b8a805402c951e"}, "audit_ids": ["oQl2i6dLSfaKUMlTHKHrVw"], "issued_at": "2018-11-09T08:19:41.000000Z"}} 2018-11-09 08:19:41,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a025ed2af550169d067cb7299e3857b58c997282" 2018-11-09 08:19:41,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b46359-52e9-4901-900b-a9d3f87e8e9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:41,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-70b46359-52e9-4901-900b-a9d3f87e8e9e 2018-11-09 08:19:41,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a025ed2af550169d067cb7299e3857b58c997282" 2018-11-09 08:19:41,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-7c2e111a-ab91-4033-bb06-1d4df1fc5edb Date: Fri, 09 Nov 2018 08:19:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image"} 2018-11-09 08:19:41,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image used request id req-7c2e111a-ab91-4033-bb06-1d4df1fc5edb 2018-11-09 08:19:41,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a025ed2af550169d067cb7299e3857b58c997282" 2018-11-09 08:19:41,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-129eee81-6481-4071-9f94-2daf50c0197a Date: Fri, 09 Nov 2018 08:19:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:19:41,419 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-129eee81-6481-4071-9f94-2daf50c0197a 2018-11-09 08:19:41,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a025ed2af550169d067cb7299e3857b58c997282" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image"}' 2018-11-09 08:19:41,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098 X-Openstack-Request-Id: req-7ce74931-7196-4ab8-8123-1a7eaf2b96a5 Date: Fri, 09 Nov 2018 08:19:41 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:19:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:19:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098", "min_disk": 0, "protected": false, "id": "4e111c1a-4bd4-4cea-9569-e088f5691098", "file": "/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098/file", "checksum": null, "owner": "a089d1bf57054c31b4863adb9bdeb04d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:19:41,666 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7ce74931-7196-4ab8-8123-1a7eaf2b96a5 2018-11-09 08:19:41,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a025ed2af550169d067cb7299e3857b58c997282" -d '' 2018-11-09 08:19:43,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e798a936-6ae8-4e84-8cd2-1034826de12f Date: Fri, 09 Nov 2018 08:19:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:19:43,783 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098/file used request id req-e798a936-6ae8-4e84-8cd2-1034826de12f 2018-11-09 08:19:43,784 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:19:43,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a025ed2af550169d067cb7299e3857b58c997282" 2018-11-09 08:19:43,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b13f209f-8d97-432b-bfed-97d2ee58dbd4 Date: Fri, 09 Nov 2018 08:19:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:19:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:19:43Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4e111c1a-4bd4-4cea-9569-e088f5691098/snap", "metadata": {}}], "self": "/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098", "min_disk": 0, "protected": false, "id": "4e111c1a-4bd4-4cea-9569-e088f5691098", "file": "/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a089d1bf57054c31b4863adb9bdeb04d", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4e111c1a-4bd4-4cea-9569-e088f5691098/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:19:43,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098 used request id req-b13f209f-8d97-432b-bfed-97d2ee58dbd4 2018-11-09 08:19:43,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a025ed2af550169d067cb7299e3857b58c997282" 2018-11-09 08:19:44,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-edfbaed8-e60e-4f18-9ecf-bab6ac54287d Date: Fri, 09 Nov 2018 08:19:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:19:44,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-edfbaed8-e60e-4f18-9ecf-bab6ac54287d 2018-11-09 08:19:44,110 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image 2018-11-09 08:19:44,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a025ed2af550169d067cb7299e3857b58c997282" 2018-11-09 08:19:44,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-c7e6a396-7f3f-4cbb-b062-b270acb040ee Date: Fri, 09 Nov 2018 08:19:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:19:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:19:43Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4e111c1a-4bd4-4cea-9569-e088f5691098/snap", "metadata": {}}], "self": "/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098", "min_disk": 0, "protected": false, "id": "4e111c1a-4bd4-4cea-9569-e088f5691098", "file": "/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a089d1bf57054c31b4863adb9bdeb04d", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4e111c1a-4bd4-4cea-9569-e088f5691098/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:19:44,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098 used request id req-c7e6a396-7f3f-4cbb-b062-b270acb040ee 2018-11-09 08:19:44,266 - create_image - DEBUG - Instance status is - active 2018-11-09 08:19:44,266 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image 2018-11-09 08:19:44,266 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image 2018-11-09 08:19:44,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:44,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:44,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8d0ad81aa5af41fc95692c450224955d", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj-role"}], "expires_at": "2018-11-09T09:19:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a089d1bf57054c31b4863adb9bdeb04d", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-user", "id": "cd1db7ddf7654f0f85b8a805402c951e"}, "audit_ids": ["OPbiba7TTdamnnXQ7UtZhw"], "issued_at": "2018-11-09T08:19:44.000000Z"}} 2018-11-09 08:19:44,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cc9a22d846942fc3fde4b11592e6c156e03cdf" 2018-11-09 08:19:44,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53101aba-13a7-4684-a56c-7aa93bd3384f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:44,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-53101aba-13a7-4684-a56c-7aa93bd3384f 2018-11-09 08:19:44,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cc9a22d846942fc3fde4b11592e6c156e03cdf" 2018-11-09 08:19:44,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-efafb903-1db0-4a73-93f0-afafeaf148de Date: Fri, 09 Nov 2018 08:19:44 GMT RESP BODY: {"networks":[]} 2018-11-09 08:19:44,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net used request id req-efafb903-1db0-4a73-93f0-afafeaf148de 2018-11-09 08:19:44,896 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net 2018-11-09 08:19:44,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cc9a22d846942fc3fde4b11592e6c156e03cdf" -d '{"network": {"name": "CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net", "admin_state_up": true}}' 2018-11-09 08:19:45,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-c41cace2-d9b7-42b4-83bb-413f739f099b Date: Fri, 09 Nov 2018 08:19:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b1d65181-e812-478c-ba3c-b648c0242b3c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a089d1bf57054c31b4863adb9bdeb04d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:19:45Z","is_default":false,"name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","mtu":1450}} 2018-11-09 08:19:45,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-c41cace2-d9b7-42b4-83bb-413f739f099b 2018-11-09 08:19:45,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=b1d65181-e812-478c-ba3c-b648c0242b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cc9a22d846942fc3fde4b11592e6c156e03cdf" 2018-11-09 08:19:45,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-0213493b-bd9d-4780-b41c-fdf458b047d9 Date: Fri, 09 Nov 2018 08:19:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:19:45Z","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"b1d65181-e812-478c-ba3c-b648c0242b3c","name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net"}]} 2018-11-09 08:19:45,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=b1d65181-e812-478c-ba3c-b648c0242b3c used request id req-0213493b-bd9d-4780-b41c-fdf458b047d9 2018-11-09 08:19:45,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cc9a22d846942fc3fde4b11592e6c156e03cdf" 2018-11-09 08:19:45,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f9ce1681-6a58-475c-835d-2eca28357b70 Date: Fri, 09 Nov 2018 08:19:45 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:19:45,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c used request id req-f9ce1681-6a58-475c-835d-2eca28357b70 2018-11-09 08:19:45,878 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet 2018-11-09 08:19:45,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cc9a22d846942fc3fde4b11592e6c156e03cdf" -d '{"subnets": [{"ip_version": 4, "network_id": "b1d65181-e812-478c-ba3c-b648c0242b3c", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet"}]}' 2018-11-09 08:19:46,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bde3bc18-1cb0-42a0-97c4-ccd4aca17a7c Date: Fri, 09 Nov 2018 08:19:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1d65181-e812-478c-ba3c-b648c0242b3c","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:45Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"7b119499-9d47-4636-bb38-d546fc7903e2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet"}]} 2018-11-09 08:19:46,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-bde3bc18-1cb0-42a0-97c4-ccd4aca17a7c 2018-11-09 08:19:46,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=b1d65181-e812-478c-ba3c-b648c0242b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cc9a22d846942fc3fde4b11592e6c156e03cdf" 2018-11-09 08:19:46,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-89701c26-6d7e-410f-ae44-56ba85a51eae Date: Fri, 09 Nov 2018 08:19: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":["7b119499-9d47-4636-bb38-d546fc7903e2"],"updated_at":"2018-11-09T08:19:45Z","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"b1d65181-e812-478c-ba3c-b648c0242b3c","name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net"}]} 2018-11-09 08:19:46,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=b1d65181-e812-478c-ba3c-b648c0242b3c used request id req-89701c26-6d7e-410f-ae44-56ba85a51eae 2018-11-09 08:19:46,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cc9a22d846942fc3fde4b11592e6c156e03cdf" 2018-11-09 08:19:46,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-079cb43c-1f06-40ba-9f91-a0354c3ff541 Date: Fri, 09 Nov 2018 08:19:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1d65181-e812-478c-ba3c-b648c0242b3c","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"7b119499-9d47-4636-bb38-d546fc7903e2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet"}]} 2018-11-09 08:19:46,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c used request id req-079cb43c-1f06-40ba-9f91-a0354c3ff541 2018-11-09 08:19:46,898 - OpenStackNetwork - DEBUG - Network [b1d65181-e812-478c-ba3c-b648c0242b3c] created successfully 2018-11-09 08:19:46,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:46,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:47,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["EAqhBwIYTvmq8m3l51c8IA"], "issued_at": "2018-11-09T08:19:47.000000Z"}} 2018-11-09 08:19:47,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c3b4949b616988c62ea53d195f1fcd8fe005d" 2018-11-09 08:19:47,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3acf1b4d-c6b0-4c2a-89dc-d36cf0f80768 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:47,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3acf1b4d-c6b0-4c2a-89dc-d36cf0f80768 2018-11-09 08:19:47,375 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:19:47,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c3b4949b616988c62ea53d195f1fcd8fe005d" 2018-11-09 08:19:47,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9702c19b-42f5-4501-a5b1-bbf71a174022 x-compute-request-id: req-9702c19b-42f5-4501-a5b1-bbf71a174022 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:19:47,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9702c19b-42f5-4501-a5b1-bbf71a174022 2018-11-09 08:19:47,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c3b4949b616988c62ea53d195f1fcd8fe005d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:19:47,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30d0dbcf-e0b9-4805-9208-00c78fbb2cdc x-compute-request-id: req-30d0dbcf-e0b9-4805-9208-00c78fbb2cdc Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3b3cfbd4-36ce-4430-b3cc-07161f5d0a3f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3b3cfbd4-36ce-4430-b3cc-07161f5d0a3f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3b3cfbd4-36ce-4430-b3cc-07161f5d0a3f", "name": "CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:19:47,619 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-30d0dbcf-e0b9-4805-9208-00c78fbb2cdc 2018-11-09 08:19:47,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:47,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:47,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8d0ad81aa5af41fc95692c450224955d", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj-role"}], "expires_at": "2018-11-09T09:19:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a089d1bf57054c31b4863adb9bdeb04d", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-user", "id": "cd1db7ddf7654f0f85b8a805402c951e"}, "audit_ids": ["EykgmL8BTTerumm1dXBsYA"], "issued_at": "2018-11-09T08:19:48.000000Z"}} 2018-11-09 08:19:47,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:48,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca14b18b-e4a2-40db-9214-1e9c65848756 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:48,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ca14b18b-e4a2-40db-9214-1e9c65848756 2018-11-09 08:19:48,068 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:19:48,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:48,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de9d3e3-4e01-48d0-b66c-efaba98b1eba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:48,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1de9d3e3-4e01-48d0-b66c-efaba98b1eba 2018-11-09 08:19:48,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:48,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-55fa571c-d896-452c-9540-7d8d785980df Date: Fri, 09 Nov 2018 08:19: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":["7b119499-9d47-4636-bb38-d546fc7903e2"],"updated_at":"2018-11-09T08:19:45Z","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"b1d65181-e812-478c-ba3c-b648c0242b3c","name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net"}]} 2018-11-09 08:19:48,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net used request id req-55fa571c-d896-452c-9540-7d8d785980df 2018-11-09 08:19:48,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:48,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:48,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:48,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f74e7fae-21a8-443d-8df3-1da406bf6c2b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d"}, "enabled": true, "id": "a089d1bf57054c31b4863adb9bdeb04d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}} 2018-11-09 08:19:48,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d used request id req-f74e7fae-21a8-443d-8df3-1da406bf6c2b 2018-11-09 08:19:48,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:48,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-65c5f272-fe04-43d5-9efd-e55ff20c1dd9 Date: Fri, 09 Nov 2018 08:19:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1d65181-e812-478c-ba3c-b648c0242b3c","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"7b119499-9d47-4636-bb38-d546fc7903e2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet"}]} 2018-11-09 08:19:48,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c used request id req-65c5f272-fe04-43d5-9efd-e55ff20c1dd9 2018-11-09 08:19:48,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c&name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:49,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b797f989-41e6-4be4-8f4c-ef767d6c6263 Date: Fri, 09 Nov 2018 08:19:49 GMT RESP BODY: {"ports":[]} 2018-11-09 08:19:49,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c&name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036bport-1&admin_state_up=True used request id req-b797f989-41e6-4be4-8f4c-ef767d6c6263 2018-11-09 08:19:49,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:49,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01ea390a-3e80-4cc4-a85a-4d7e725d00d6 x-compute-request-id: req-01ea390a-3e80-4cc4-a85a-4d7e725d00d6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:19:49,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-inst used request id req-01ea390a-3e80-4cc4-a85a-4d7e725d00d6 2018-11-09 08:19:49,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:49,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d957add1-909f-4920-b4d8-6c08539b555d Date: Fri, 09 Nov 2018 08:19: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":["7b119499-9d47-4636-bb38-d546fc7903e2"],"updated_at":"2018-11-09T08:19:45Z","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"b1d65181-e812-478c-ba3c-b648c0242b3c","name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net"}]} 2018-11-09 08:19:49,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net used request id req-d957add1-909f-4920-b4d8-6c08539b555d 2018-11-09 08:19:49,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:49,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7a2c62f-1080-414a-b0df-36cd29091778 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d"}, "enabled": true, "id": "a089d1bf57054c31b4863adb9bdeb04d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}} 2018-11-09 08:19:49,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d used request id req-f7a2c62f-1080-414a-b0df-36cd29091778 2018-11-09 08:19:49,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:49,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a3594674-0583-4de5-a505-5380e644fd7e Date: Fri, 09 Nov 2018 08:19:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1d65181-e812-478c-ba3c-b648c0242b3c","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"7b119499-9d47-4636-bb38-d546fc7903e2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet"}]} 2018-11-09 08:19:49,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c used request id req-a3594674-0583-4de5-a505-5380e644fd7e 2018-11-09 08:19:49,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c&name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:50,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-50b770b3-e9b2-44ce-9323-af595802ee96 Date: Fri, 09 Nov 2018 08:19:50 GMT RESP BODY: {"ports":[]} 2018-11-09 08:19:50,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c&name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036bport-1&admin_state_up=True used request id req-50b770b3-e9b2-44ce-9323-af595802ee96 2018-11-09 08:19:50,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:50,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:50,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8d0ad81aa5af41fc95692c450224955d", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj-role"}], "expires_at": "2018-11-09T09:19:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a089d1bf57054c31b4863adb9bdeb04d", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/a089d1bf57054c31b4863adb9bdeb04d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-user", "id": "cd1db7ddf7654f0f85b8a805402c951e"}, "audit_ids": ["5wZKLazgTvKQW0S8w8snCw"], "issued_at": "2018-11-09T08:19:50.000000Z"}} 2018-11-09 08:19:50,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18bc633c46724f345ff939ab4c3222434595aa7f" 2018-11-09 08:19:50,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627a2027-4864-4d26-a196-b0bca772b854 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:50,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-627a2027-4864-4d26-a196-b0bca772b854 2018-11-09 08:19:50,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:50,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7b6befa3-f619-47e5-8f74-2a6fb207cdec Date: Fri, 09 Nov 2018 08:19:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b119499-9d47-4636-bb38-d546fc7903e2"],"updated_at":"2018-11-09T08:19:45Z","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"b1d65181-e812-478c-ba3c-b648c0242b3c","name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net"}]} 2018-11-09 08:19:50,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net used request id req-7b6befa3-f619-47e5-8f74-2a6fb207cdec 2018-11-09 08:19:50,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:50,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-22b6a325-4f6e-4de2-8786-3f2ab7a1731b Date: Fri, 09 Nov 2018 08:19:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1d65181-e812-478c-ba3c-b648c0242b3c","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"7b119499-9d47-4636-bb38-d546fc7903e2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet"}]} 2018-11-09 08:19:50,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c used request id req-22b6a325-4f6e-4de2-8786-3f2ab7a1731b 2018-11-09 08:19:50,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:51,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-881b04f1-86fc-45d1-ad4d-ac0e76693775 Date: Fri, 09 Nov 2018 08:19: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":["7b119499-9d47-4636-bb38-d546fc7903e2"],"updated_at":"2018-11-09T08:19:45Z","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"b1d65181-e812-478c-ba3c-b648c0242b3c","name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net"}]} 2018-11-09 08:19:51,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net used request id req-881b04f1-86fc-45d1-ad4d-ac0e76693775 2018-11-09 08:19:51,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:51,140 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:51,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18bc633c46724f345ff939ab4c3222434595aa7f" 2018-11-09 08:19:51,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59a713c6-fbf2-43fe-90d0-817833909ac7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d"}, "enabled": true, "id": "a089d1bf57054c31b4863adb9bdeb04d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}} 2018-11-09 08:19:51,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d used request id req-59a713c6-fbf2-43fe-90d0-817833909ac7 2018-11-09 08:19:51,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:51,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-624940eb-2fbd-4950-bfe0-160ddfbf12e0 Date: Fri, 09 Nov 2018 08:19:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1d65181-e812-478c-ba3c-b648c0242b3c","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"7b119499-9d47-4636-bb38-d546fc7903e2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet"}]} 2018-11-09 08:19:51,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c used request id req-624940eb-2fbd-4950-bfe0-160ddfbf12e0 2018-11-09 08:19:51,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c&name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" 2018-11-09 08:19:51,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8ed169fa-c153-4a39-a331-83dc5053a272 Date: Fri, 09 Nov 2018 08:19:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1d65181-e812-478c-ba3c-b648c0242b3c","tenant_id":"a089d1bf57054c31b4863adb9bdeb04d","created_at":"2018-11-09T08:19:45Z","dns_nameservers":[],"updated_at":"2018-11-09T08:19:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a089d1bf57054c31b4863adb9bdeb04d","id":"7b119499-9d47-4636-bb38-d546fc7903e2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet"}]} 2018-11-09 08:19:51,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b1d65181-e812-478c-ba3c-b648c0242b3c&name=CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet used request id req-8ed169fa-c153-4a39-a331-83dc5053a272 2018-11-09 08:19:51,583 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net 2018-11-09 08:19:51,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f84cbdf9491ebf37789e1af266d4a21f5fa462f" -d '{"port": {"network_id": "b1d65181-e812-478c-ba3c-b648c0242b3c", "fixed_ips": [{"subnet_id": "7b119499-9d47-4636-bb38-d546fc7903e2", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036bport-1", "admin_state_up": true}}' 2018-11-09 08:19:52,153 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-7d6cd524-7db4-43a2-9767-15d929c25a58 Date: Fri, 09 Nov 2018 08:19:52 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-09 08:19:52,153 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-7d6cd524-7db4-43a2-9767-15d929c25a58 2018-11-09 08:19:52,154 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-09 08:19:52,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/3b3cfbd4-36ce-4430-b3cc-07161f5d0a3f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c3b4949b616988c62ea53d195f1fcd8fe005d" 2018-11-09 08:19:52,211 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:19:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3303bb6e-0386-4e1f-8166-03f92b83b447 x-compute-request-id: req-3303bb6e-0386-4e1f-8166-03f92b83b447 Content-Length: 0 Content-Type: application/json 2018-11-09 08:19:52,211 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3b3cfbd4-36ce-4430-b3cc-07161f5d0a3f used request id req-3303bb6e-0386-4e1f-8166-03f92b83b447 2018-11-09 08:19:52,212 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet 2018-11-09 08:19:52,212 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-subnet 2018-11-09 08:19:52,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/7b119499-9d47-4636-bb38-d546fc7903e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cc9a22d846942fc3fde4b11592e6c156e03cdf" 2018-11-09 08:19:54,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa63599b-f0f7-4032-8305-f82e0254544d Date: Fri, 09 Nov 2018 08:19:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:19:54,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/7b119499-9d47-4636-bb38-d546fc7903e2 used request id req-fa63599b-f0f7-4032-8305-f82e0254544d 2018-11-09 08:19:54,708 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-pub-net 2018-11-09 08:19:54,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/b1d65181-e812-478c-ba3c-b648c0242b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04cc9a22d846942fc3fde4b11592e6c156e03cdf" 2018-11-09 08:19:55,989 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c7105a24-7cfb-459d-922c-4258f5bb928c Date: Fri, 09 Nov 2018 08:19:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:19:55,989 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b1d65181-e812-478c-ba3c-b648c0242b3c used request id req-c7105a24-7cfb-459d-922c-4258f5bb928c 2018-11-09 08:19:55,990 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-98c46bec-a529-4250-b504-04100267036b-image 2018-11-09 08:19:55,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a025ed2af550169d067cb7299e3857b58c997282" 2018-11-09 08:19:57,168 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-266bdb70-329c-4e56-87ef-a6570c1ec1bd Date: Fri, 09 Nov 2018 08:19:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:19:57,168 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4e111c1a-4bd4-4cea-9569-e088f5691098 used request id req-266bdb70-329c-4e56-87ef-a6570c1ec1bd 2018-11-09 08:19:57,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:57,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8a441ba4-7642-4e8c-af39-8941cb8adc0a Date: Fri, 09 Nov 2018 08:19:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a089d1bf57054c31b4863adb9bdeb04d", "created_at": "2018-11-09T08:19:44Z", "updated_at": "2018-11-09T08:19:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:45Z", "revision_number": 0, "id": "0258e2d8-34b6-4646-9fac-985d9e6acb4c", "remote_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:45Z", "security_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "tenant_id": "a089d1bf57054c31b4863adb9bdeb04d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a089d1bf57054c31b4863adb9bdeb04d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:45Z", "revision_number": 0, "id": "07244e32-79f5-4b0f-a0c6-472b5220521c", "remote_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:45Z", "security_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "tenant_id": "a089d1bf57054c31b4863adb9bdeb04d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a089d1bf57054c31b4863adb9bdeb04d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:45Z", "revision_number": 0, "id": "30b390be-7786-4a29-8eff-0b747b624fb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:45Z", "security_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "tenant_id": "a089d1bf57054c31b4863adb9bdeb04d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a089d1bf57054c31b4863adb9bdeb04d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:19:45Z", "revision_number": 0, "id": "7030feb3-c79c-410a-a3b8-142a11133744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:19:45Z", "security_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "tenant_id": "a089d1bf57054c31b4863adb9bdeb04d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a089d1bf57054c31b4863adb9bdeb04d"}], "revision_number": 4, "project_id": "a089d1bf57054c31b4863adb9bdeb04d", "id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:19:57,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-8a441ba4-7642-4e8c-af39-8941cb8adc0a 2018-11-09 08:19:57,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:57,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c501735-8fed-4906-bbf8-4686390ac8e9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d"}, "enabled": true, "id": "a089d1bf57054c31b4863adb9bdeb04d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj"}} 2018-11-09 08:19:57,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d used request id req-4c501735-8fed-4906-bbf8-4686390ac8e9 2018-11-09 08:19:57,467 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cc60917-02d4-44c8-8e01-5c0f370ae32a 2018-11-09 08:19:57,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3cc60917-02d4-44c8-8e01-5c0f370ae32a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:57,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f611e2a4-a819-4645-b218-6c82104a762c Date: Fri, 09 Nov 2018 08:19:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:45Z", "security_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "port_range_min": null, "revision_number": 0, "tenant_id": "a089d1bf57054c31b4863adb9bdeb04d", "created_at": "2018-11-09T08:19:45Z", "project_id": "a089d1bf57054c31b4863adb9bdeb04d", "id": "0258e2d8-34b6-4646-9fac-985d9e6acb4c"}, {"remote_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:45Z", "security_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "port_range_min": null, "revision_number": 0, "tenant_id": "a089d1bf57054c31b4863adb9bdeb04d", "created_at": "2018-11-09T08:19:45Z", "project_id": "a089d1bf57054c31b4863adb9bdeb04d", "id": "07244e32-79f5-4b0f-a0c6-472b5220521c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:45Z", "security_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "port_range_min": null, "revision_number": 0, "tenant_id": "a089d1bf57054c31b4863adb9bdeb04d", "created_at": "2018-11-09T08:19:45Z", "project_id": "a089d1bf57054c31b4863adb9bdeb04d", "id": "30b390be-7786-4a29-8eff-0b747b624fb2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:19:45Z", "security_group_id": "3cc60917-02d4-44c8-8e01-5c0f370ae32a", "port_range_min": null, "revision_number": 0, "tenant_id": "a089d1bf57054c31b4863adb9bdeb04d", "created_at": "2018-11-09T08:19:45Z", "project_id": "a089d1bf57054c31b4863adb9bdeb04d", "id": "7030feb3-c79c-410a-a3b8-142a11133744"}]} 2018-11-09 08:19:57,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3cc60917-02d4-44c8-8e01-5c0f370ae32a used request id req-f611e2a4-a819-4645-b218-6c82104a762c 2018-11-09 08:19:57,646 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:19:57,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/3cc60917-02d4-44c8-8e01-5c0f370ae32a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:57,940 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a94e4bd0-21ba-49bf-9ebe-6e665c7555e5 Content-Length: 0 Date: Fri, 09 Nov 2018 08:19:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:19:57,940 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/3cc60917-02d4-44c8-8e01-5c0f370ae32a used request id req-a94e4bd0-21ba-49bf-9ebe-6e665c7555e5 2018-11-09 08:19:57,941 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj 2018-11-09 08:19:57,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:58,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b37e109-20cb-4a79-9a7e-48e70ee904b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:58,164 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/a089d1bf57054c31b4863adb9bdeb04d used request id req-6b37e109-20cb-4a79-9a7e-48e70ee904b2 2018-11-09 08:19:58,165 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-proj-role 2018-11-09 08:19:58,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/8d0ad81aa5af41fc95692c450224955d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:58,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f18029e1-c104-4962-9c3a-c807dcd71b7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:58,274 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/8d0ad81aa5af41fc95692c450224955d used request id req-f18029e1-c104-4962-9c3a-c807dcd71b7b 2018-11-09 08:19:58,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554908a0911e577670b903987c1957da818331be" 2018-11-09 08:19:58,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e234b939-a9f6-4d38-9ad2-cd9a8d3740e1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:19:58,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e234b939-a9f6-4d38-9ad2-cd9a8d3740e1 2018-11-09 08:19:58,361 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-3d540a8e-6eb6-4c1-user 2018-11-09 08:19:58,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/cd1db7ddf7654f0f85b8a805402c951e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0a426217fdf055e4a95b1fe66bc93800bcce285" 2018-11-09 08:19:58,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5050b30b-463e-4a49-bd19-d38621856463 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:19:58,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/cd1db7ddf7654f0f85b8a805402c951e used request id req-5050b30b-463e-4a49-bd19-d38621856463 2018-11-09 08:19:58,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:59,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["P385Aj-OSd2PthC5xym8_g"], "issued_at": "2018-11-09T08:19:59.000000Z"}} 2018-11-09 08:19:59,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fb404176dfc8cd906d6d64be536c7520712607" 2018-11-09 08:19:59,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f26ec307-947a-45cc-a954-12ebc2a5b71f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:59,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f26ec307-947a-45cc-a954-12ebc2a5b71f 2018-11-09 08:19:59,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:59,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:19:59,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:19:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["8YK7xfiEQa2ZfAIx4FSwXQ"], "issued_at": "2018-11-09T08:19:59.000000Z"}} 2018-11-09 08:19:59,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:19:59,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e19a0fc-10f7-478d-b843-fe834fce84d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:19:59,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1e19a0fc-10f7-478d-b843-fe834fce84d4 2018-11-09 08:19:59,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:19:59,590 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:19:59,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:19:59,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-567c86c2-57eb-49d0-92c1-4d7e745ab446 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:19:59,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj used request id req-567c86c2-57eb-49d0-92c1-4d7e745ab446 2018-11-09 08:19:59,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:19:59,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d11f8cb-9c43-4de2-aa84-70cdb622e666 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:19:59,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-7d11f8cb-9c43-4de2-aa84-70cdb622e666 2018-11-09 08:19:59,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}}' 2018-11-09 08:19:59,868 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12ccd12a-8a77-44e2-ada4-b9a94ae0283e Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa"}, "enabled": true, "id": "117d91689d8448c4a7634412e24c3baa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}} 2018-11-09 08:19:59,868 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-12ccd12a-8a77-44e2-ada4-b9a94ae0283e 2018-11-09 08:19:59,868 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj 2018-11-09 08:19:59,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:19:59,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:00,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["AOxlE66SRVCH1N1Ey3-TmA"], "issued_at": "2018-11-09T08:20:00.000000Z"}} 2018-11-09 08:20:00,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e85858443b1db50b2c100ac543454c35db762114" 2018-11-09 08:20:00,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-341275a6-711d-481d-b94d-7a879cee85c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:00,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-341275a6-711d-481d-b94d-7a879cee85c6 2018-11-09 08:20:00,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:20:00,359 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:20: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:20:00,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e85858443b1db50b2c100ac543454c35db762114" 2018-11-09 08:20:00,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-392149f3-fd62-4ffc-93a0-b4d03f3684bf Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:20:00,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-392149f3-fd62-4ffc-93a0-b4d03f3684bf 2018-11-09 08:20:00,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e85858443b1db50b2c100ac543454c35db762114" 2018-11-09 08:20:00,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e008cbdf-223d-48b6-b70a-7b30f292b8e3 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa"}, "enabled": true, "id": "117d91689d8448c4a7634412e24c3baa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}]} 2018-11-09 08:20:00,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj used request id req-e008cbdf-223d-48b6-b70a-7b30f292b8e3 2018-11-09 08:20:00,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e85858443b1db50b2c100ac543454c35db762114" 2018-11-09 08:20:00,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29e374d8-f3f8-484e-9097-3a187e9b5c3d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:20:00,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-29e374d8-f3f8-484e-9097-3a187e9b5c3d 2018-11-09 08:20:00,861 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-ea259f29-22bb-41b-user 2018-11-09 08:20:00,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:00,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:00,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6975d7b9-21a6-481c-b7b2-ad8d3a9f3aa4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:20:00,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6975d7b9-21a6-481c-b7b2-ad8d3a9f3aa4 2018-11-09 08:20:00,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" -d '{"role": {"name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj-role"}}' 2018-11-09 08:20:01,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d7c2e6e-6d57-4f55-9722-6a042f7e7e60 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d026a8c0541457ebe693165b4e75a85", "links": {"self": "http://172.30.9.27:5000/v3/roles/3d026a8c0541457ebe693165b4e75a85"}, "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj-role"}} 2018-11-09 08:20:01,066 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-7d7c2e6e-6d57-4f55-9722-6a042f7e7e60 2018-11-09 08:20:01,066 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj-role 2018-11-09 08:20:01,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/3d026a8c0541457ebe693165b4e75a85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:01,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ba7cec4-c768-48ec-9918-a0401f5a5b93 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/3d026a8c0541457ebe693165b4e75a85"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj-role", "id": "3d026a8c0541457ebe693165b4e75a85"}} 2018-11-09 08:20:01,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/3d026a8c0541457ebe693165b4e75a85 used request id req-8ba7cec4-c768-48ec-9918-a0401f5a5b93 2018-11-09 08:20:01,157 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj-role to project CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj 2018-11-09 08:20:01,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa/users/21360f74c9784a66847b2cf025f88197/roles/3d026a8c0541457ebe693165b4e75a85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:01,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:20:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5d6792b-20ea-4632-9614-44ac25c60228 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:20:01,296 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa/users/21360f74c9784a66847b2cf025f88197/roles/3d026a8c0541457ebe693165b4e75a85 used request id req-c5d6792b-20ea-4632-9614-44ac25c60228 2018-11-09 08:20:01,296 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:20:01,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:01,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:01,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d026a8c0541457ebe693165b4e75a85", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj-role"}], "expires_at": "2018-11-09T09:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "117d91689d8448c4a7634412e24c3baa", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-user", "id": "21360f74c9784a66847b2cf025f88197"}, "audit_ids": ["wbyLcS5zSEiogMg3zRkSiA"], "issued_at": "2018-11-09T08:20:01.000000Z"}} 2018-11-09 08:20:01,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9368448b79a14aedef09d1c597376605f6233e2d" 2018-11-09 08:20:01,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6c0b77d-2619-45e5-a7ab-8dfee8c4fa45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:01,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a6c0b77d-2619-45e5-a7ab-8dfee8c4fa45 2018-11-09 08:20:01,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9368448b79a14aedef09d1c597376605f6233e2d" 2018-11-09 08:20:01,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-8fb04c79-e9cc-4f64-8da9-ebd10dd00656 Date: Fri, 09 Nov 2018 08:20:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image"} 2018-11-09 08:20:01,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image used request id req-8fb04c79-e9cc-4f64-8da9-ebd10dd00656 2018-11-09 08:20:01,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9368448b79a14aedef09d1c597376605f6233e2d" 2018-11-09 08:20:02,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5f47d6fb-c3e7-4240-9666-ed31e6773b8c Date: Fri, 09 Nov 2018 08:20:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:20:02,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-5f47d6fb-c3e7-4240-9666-ed31e6773b8c 2018-11-09 08:20:02,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9368448b79a14aedef09d1c597376605f6233e2d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image"}' 2018-11-09 08:20:02,313 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9 X-Openstack-Request-Id: req-877d0f35-a511-40e4-8659-cf501416dfb0 Date: Fri, 09 Nov 2018 08:20:02 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:20:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:20:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9", "min_disk": 0, "protected": false, "id": "d5c69d95-7dc9-4866-9229-cc2f8f961bd9", "file": "/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9/file", "checksum": null, "owner": "117d91689d8448c4a7634412e24c3baa", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:20:02,313 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-877d0f35-a511-40e4-8659-cf501416dfb0 2018-11-09 08:20:02,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9368448b79a14aedef09d1c597376605f6233e2d" -d '' 2018-11-09 08:20:03,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-15c7770c-0ed6-4fab-aa5d-642d3c59897b Date: Fri, 09 Nov 2018 08:20:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:20:03,767 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9/file used request id req-15c7770c-0ed6-4fab-aa5d-642d3c59897b 2018-11-09 08:20:03,767 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:20:03,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9368448b79a14aedef09d1c597376605f6233e2d" 2018-11-09 08:20:03,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-3e617150-1f85-41a4-bd1f-281aa6886a33 Date: Fri, 09 Nov 2018 08:20:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:20:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:20:03Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9/snap", "metadata": {}}], "self": "/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9", "min_disk": 0, "protected": false, "id": "d5c69d95-7dc9-4866-9229-cc2f8f961bd9", "file": "/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "117d91689d8448c4a7634412e24c3baa", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:20:03,790 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9 used request id req-3e617150-1f85-41a4-bd1f-281aa6886a33 2018-11-09 08:20:03,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9368448b79a14aedef09d1c597376605f6233e2d" 2018-11-09 08:20:03,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-567c6016-8c1d-45ff-85c0-89f980224528 Date: Fri, 09 Nov 2018 08:20:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:20:03,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-567c6016-8c1d-45ff-85c0-89f980224528 2018-11-09 08:20:03,953 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image 2018-11-09 08:20:03,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9368448b79a14aedef09d1c597376605f6233e2d" 2018-11-09 08:20:04,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-3a6dfdd1-e5ab-4f43-92a6-7a00916ca499 Date: Fri, 09 Nov 2018 08:20:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:20:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:20:03Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9/snap", "metadata": {}}], "self": "/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9", "min_disk": 0, "protected": false, "id": "d5c69d95-7dc9-4866-9229-cc2f8f961bd9", "file": "/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "117d91689d8448c4a7634412e24c3baa", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:20:04,121 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9 used request id req-3a6dfdd1-e5ab-4f43-92a6-7a00916ca499 2018-11-09 08:20:04,121 - create_image - DEBUG - Instance status is - active 2018-11-09 08:20:04,121 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image 2018-11-09 08:20:04,121 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image 2018-11-09 08:20:04,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:04,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:04,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d026a8c0541457ebe693165b4e75a85", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj-role"}], "expires_at": "2018-11-09T09:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "117d91689d8448c4a7634412e24c3baa", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-user", "id": "21360f74c9784a66847b2cf025f88197"}, "audit_ids": ["zRukXMYXT1e21oeltouiGw"], "issued_at": "2018-11-09T08:20:04.000000Z"}} 2018-11-09 08:20:04,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296cba1e1bc5ba2dd4f74fd41222681f41484c3f" 2018-11-09 08:20:04,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8366d25f-0ef3-4ac2-b354-2a61df4b69b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:04,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8366d25f-0ef3-4ac2-b354-2a61df4b69b5 2018-11-09 08:20:04,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296cba1e1bc5ba2dd4f74fd41222681f41484c3f" 2018-11-09 08:20:04,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6aa0b63d-b0ca-4fcf-b9cb-d3db70347e47 Date: Fri, 09 Nov 2018 08:20:04 GMT RESP BODY: {"networks":[]} 2018-11-09 08:20:04,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net used request id req-6aa0b63d-b0ca-4fcf-b9cb-d3db70347e47 2018-11-09 08:20:04,759 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net 2018-11-09 08:20:04,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296cba1e1bc5ba2dd4f74fd41222681f41484c3f" -d '{"network": {"name": "CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net", "admin_state_up": true}}' 2018-11-09 08:20:05,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-e9aac917-71ae-44a2-8959-7639b9f59b8c Date: Fri, 09 Nov 2018 08:20:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"798d20b8-0c90-492c-af91-794708216722","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"117d91689d8448c4a7634412e24c3baa","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:20:05Z","is_default":false,"name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:04Z","mtu":1450}} 2018-11-09 08:20:05,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-e9aac917-71ae-44a2-8959-7639b9f59b8c 2018-11-09 08:20:05,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=798d20b8-0c90-492c-af91-794708216722 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296cba1e1bc5ba2dd4f74fd41222681f41484c3f" 2018-11-09 08:20:05,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-13e65a6b-cec7-453f-a233-d8c35265db62 Date: Fri, 09 Nov 2018 08:20: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":"2018-11-09T08:20:05Z","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"117d91689d8448c4a7634412e24c3baa","id":"798d20b8-0c90-492c-af91-794708216722","name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net"}]} 2018-11-09 08:20:05,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=798d20b8-0c90-492c-af91-794708216722 used request id req-13e65a6b-cec7-453f-a233-d8c35265db62 2018-11-09 08:20:05,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296cba1e1bc5ba2dd4f74fd41222681f41484c3f" 2018-11-09 08:20:05,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-533f41db-214e-4b6e-ac1e-ed01197f0e93 Date: Fri, 09 Nov 2018 08:20:05 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:20:05,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 used request id req-533f41db-214e-4b6e-ac1e-ed01197f0e93 2018-11-09 08:20:05,702 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-subnet 2018-11-09 08:20:05,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296cba1e1bc5ba2dd4f74fd41222681f41484c3f" -d '{"subnets": [{"ip_version": 4, "network_id": "798d20b8-0c90-492c-af91-794708216722", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-subnet"}]}' 2018-11-09 08:20:06,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-364b4c4a-4f97-41d8-bf7d-fe47f3d3314d Date: Fri, 09 Nov 2018 08:20:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"798d20b8-0c90-492c-af91-794708216722","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20:05Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"117d91689d8448c4a7634412e24c3baa","id":"75dbb3e0-91d5-490c-9272-5df6649e68bd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-subnet"}]} 2018-11-09 08:20:06,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-364b4c4a-4f97-41d8-bf7d-fe47f3d3314d 2018-11-09 08:20:06,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=798d20b8-0c90-492c-af91-794708216722 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296cba1e1bc5ba2dd4f74fd41222681f41484c3f" 2018-11-09 08:20:06,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e68fb6d3-87b8-421e-886b-3d9f9354711c Date: Fri, 09 Nov 2018 08:20: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":["75dbb3e0-91d5-490c-9272-5df6649e68bd"],"updated_at":"2018-11-09T08:20:05Z","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"117d91689d8448c4a7634412e24c3baa","id":"798d20b8-0c90-492c-af91-794708216722","name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net"}]} 2018-11-09 08:20:06,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=798d20b8-0c90-492c-af91-794708216722 used request id req-e68fb6d3-87b8-421e-886b-3d9f9354711c 2018-11-09 08:20:06,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296cba1e1bc5ba2dd4f74fd41222681f41484c3f" 2018-11-09 08:20:06,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2c029937-3c65-4ab9-9325-26dd26548f10 Date: Fri, 09 Nov 2018 08:20:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"798d20b8-0c90-492c-af91-794708216722","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"117d91689d8448c4a7634412e24c3baa","id":"75dbb3e0-91d5-490c-9272-5df6649e68bd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-subnet"}]} 2018-11-09 08:20:06,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 used request id req-2c029937-3c65-4ab9-9325-26dd26548f10 2018-11-09 08:20:06,546 - OpenStackNetwork - DEBUG - Network [798d20b8-0c90-492c-af91-794708216722] created successfully 2018-11-09 08:20:06,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:06,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:06,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:20:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["MfgPSYFYR8WwB78OeX8c7Q"], "issued_at": "2018-11-09T08:20:06.000000Z"}} 2018-11-09 08:20:06,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efdae61e6d7fb1a463335899290a8f10bb78ccd" 2018-11-09 08:20:07,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-898ae0a1-87fd-4080-a4ef-8ad153ea49d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:07,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-898ae0a1-87fd-4080-a4ef-8ad153ea49d3 2018-11-09 08:20:07,024 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:20:07,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efdae61e6d7fb1a463335899290a8f10bb78ccd" 2018-11-09 08:20:07,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20: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-26648470-a577-414a-9b49-f79f191cd437 x-compute-request-id: req-26648470-a577-414a-9b49-f79f191cd437 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:20:07,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-26648470-a577-414a-9b49-f79f191cd437 2018-11-09 08:20:07,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efdae61e6d7fb1a463335899290a8f10bb78ccd" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:20:07,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20: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-a228447b-3908-42b0-8ca4-7da7361898cd x-compute-request-id: req-a228447b-3908-42b0-8ca4-7da7361898cd Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/70b84ce1-658a-4d75-97a6-68aea84b98ca", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/70b84ce1-658a-4d75-97a6-68aea84b98ca", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "70b84ce1-658a-4d75-97a6-68aea84b98ca", "name": "CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:20:07,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a228447b-3908-42b0-8ca4-7da7361898cd 2018-11-09 08:20:07,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:07,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:07,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d026a8c0541457ebe693165b4e75a85", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj-role"}], "expires_at": "2018-11-09T09:20:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "117d91689d8448c4a7634412e24c3baa", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-user", "id": "21360f74c9784a66847b2cf025f88197"}, "audit_ids": ["5lN9dUFpT9GGFNEYNYtYTg"], "issued_at": "2018-11-09T08:20:07.000000Z"}} 2018-11-09 08:20:07,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:07,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28e567ab-f404-4824-819e-a0f936cbfa34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:07,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-28e567ab-f404-4824-819e-a0f936cbfa34 2018-11-09 08:20:07,734 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:20:07,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:07,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5f14da3-33df-42aa-bf97-0da5042dac75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:07,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d5f14da3-33df-42aa-bf97-0da5042dac75 2018-11-09 08:20:07,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:08,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-5bfdf8d3-a238-4b60-ba5d-05d8ea4ccf04 Date: Fri, 09 Nov 2018 08:20: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":["75dbb3e0-91d5-490c-9272-5df6649e68bd"],"updated_at":"2018-11-09T08:20:05Z","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"117d91689d8448c4a7634412e24c3baa","id":"798d20b8-0c90-492c-af91-794708216722","name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net"}]} 2018-11-09 08:20:08,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net used request id req-5bfdf8d3-a238-4b60-ba5d-05d8ea4ccf04 2018-11-09 08:20:08,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:20:08,276 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:20: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:20:08,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:08,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9bc2d02-39af-4aa6-bb17-cd2b9aa9102a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa"}, "enabled": true, "id": "117d91689d8448c4a7634412e24c3baa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}} 2018-11-09 08:20:08,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa used request id req-f9bc2d02-39af-4aa6-bb17-cd2b9aa9102a 2018-11-09 08:20:08,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:08,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-02ffd94d-d6e0-4aec-995c-0e6607dbb3fb Date: Fri, 09 Nov 2018 08:20:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"798d20b8-0c90-492c-af91-794708216722","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"117d91689d8448c4a7634412e24c3baa","id":"75dbb3e0-91d5-490c-9272-5df6649e68bd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-subnet"}]} 2018-11-09 08:20:08,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 used request id req-02ffd94d-d6e0-4aec-995c-0e6607dbb3fb 2018-11-09 08:20:08,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=798d20b8-0c90-492c-af91-794708216722&mac_address=foo&name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:08,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8196dc8b-2064-44d0-9e24-f88ec8b51ff7 Date: Fri, 09 Nov 2018 08:20:08 GMT RESP BODY: {"ports":[]} 2018-11-09 08:20:08,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=798d20b8-0c90-492c-af91-794708216722&mac_address=foo&name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5port-1&admin_state_up=True used request id req-8196dc8b-2064-44d0-9e24-f88ec8b51ff7 2018-11-09 08:20:08,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:08,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-52e60030-bc9c-42cd-9215-99f57f0fbf8d x-compute-request-id: req-52e60030-bc9c-42cd-9215-99f57f0fbf8d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:20:08,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-inst used request id req-52e60030-bc9c-42cd-9215-99f57f0fbf8d 2018-11-09 08:20:08,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:09,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0955612c-c60f-4474-8417-598377b307c4 Date: Fri, 09 Nov 2018 08:20: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":["75dbb3e0-91d5-490c-9272-5df6649e68bd"],"updated_at":"2018-11-09T08:20:05Z","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"117d91689d8448c4a7634412e24c3baa","id":"798d20b8-0c90-492c-af91-794708216722","name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net"}]} 2018-11-09 08:20:09,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net used request id req-0955612c-c60f-4474-8417-598377b307c4 2018-11-09 08:20:09,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:09,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-602eb044-b515-429e-80eb-db0452d2dcda Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa"}, "enabled": true, "id": "117d91689d8448c4a7634412e24c3baa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}} 2018-11-09 08:20:09,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa used request id req-602eb044-b515-429e-80eb-db0452d2dcda 2018-11-09 08:20:09,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:09,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2b62ba3b-5165-4a51-999b-89d9d6044a21 Date: Fri, 09 Nov 2018 08:20:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"798d20b8-0c90-492c-af91-794708216722","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"117d91689d8448c4a7634412e24c3baa","id":"75dbb3e0-91d5-490c-9272-5df6649e68bd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-subnet"}]} 2018-11-09 08:20:09,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 used request id req-2b62ba3b-5165-4a51-999b-89d9d6044a21 2018-11-09 08:20:09,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=798d20b8-0c90-492c-af91-794708216722&mac_address=foo&name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:09,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6e283178-1b5e-4398-91b3-ba79b5ccd557 Date: Fri, 09 Nov 2018 08:20:09 GMT RESP BODY: {"ports":[]} 2018-11-09 08:20:09,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=798d20b8-0c90-492c-af91-794708216722&mac_address=foo&name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5port-1&admin_state_up=True used request id req-6e283178-1b5e-4398-91b3-ba79b5ccd557 2018-11-09 08:20:09,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:09,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:10,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d026a8c0541457ebe693165b4e75a85", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj-role"}], "expires_at": "2018-11-09T09:20:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "117d91689d8448c4a7634412e24c3baa", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/117d91689d8448c4a7634412e24c3baa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-user", "id": "21360f74c9784a66847b2cf025f88197"}, "audit_ids": ["3zvDqWcaSlqHTtsPlG-i4Q"], "issued_at": "2018-11-09T08:20:10.000000Z"}} 2018-11-09 08:20:10,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d418335b0870f95336d6b90145b53b6b4058e09d" 2018-11-09 08:20:10,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f44f87e7-f656-45c0-a1c4-cbd5511afcde Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:10,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f44f87e7-f656-45c0-a1c4-cbd5511afcde 2018-11-09 08:20:10,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:10,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-bab51914-cf79-4b1c-96e9-334abe44dc4c Date: Fri, 09 Nov 2018 08:20: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":["75dbb3e0-91d5-490c-9272-5df6649e68bd"],"updated_at":"2018-11-09T08:20:05Z","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"117d91689d8448c4a7634412e24c3baa","id":"798d20b8-0c90-492c-af91-794708216722","name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net"}]} 2018-11-09 08:20:10,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net used request id req-bab51914-cf79-4b1c-96e9-334abe44dc4c 2018-11-09 08:20:10,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:10,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3bbb7072-53cf-4ab5-abda-0845381f8e39 Date: Fri, 09 Nov 2018 08:20:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"798d20b8-0c90-492c-af91-794708216722","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"117d91689d8448c4a7634412e24c3baa","id":"75dbb3e0-91d5-490c-9272-5df6649e68bd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-subnet"}]} 2018-11-09 08:20:10,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 used request id req-3bbb7072-53cf-4ab5-abda-0845381f8e39 2018-11-09 08:20:10,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:10,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f3f3a122-da5a-4e46-b766-9ee32da2e8d0 Date: Fri, 09 Nov 2018 08:20: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":["75dbb3e0-91d5-490c-9272-5df6649e68bd"],"updated_at":"2018-11-09T08:20:05Z","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"117d91689d8448c4a7634412e24c3baa","id":"798d20b8-0c90-492c-af91-794708216722","name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net"}]} 2018-11-09 08:20:10,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net used request id req-f3f3a122-da5a-4e46-b766-9ee32da2e8d0 2018-11-09 08:20:10,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:20:10,570 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:20: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:20:10,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d418335b0870f95336d6b90145b53b6b4058e09d" 2018-11-09 08:20:10,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f95ea50-6776-4007-adf4-bee9576231d7 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa"}, "enabled": true, "id": "117d91689d8448c4a7634412e24c3baa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}} 2018-11-09 08:20:10,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa used request id req-8f95ea50-6776-4007-adf4-bee9576231d7 2018-11-09 08:20:10,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" 2018-11-09 08:20:10,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-67d5943e-a1db-414f-b713-09b307291701 Date: Fri, 09 Nov 2018 08:20:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"798d20b8-0c90-492c-af91-794708216722","tenant_id":"117d91689d8448c4a7634412e24c3baa","created_at":"2018-11-09T08:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"117d91689d8448c4a7634412e24c3baa","id":"75dbb3e0-91d5-490c-9272-5df6649e68bd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-subnet"}]} 2018-11-09 08:20:10,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=798d20b8-0c90-492c-af91-794708216722 used request id req-67d5943e-a1db-414f-b713-09b307291701 2018-11-09 08:20:10,865 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net 2018-11-09 08:20:10,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bca7eaee776dc0608e2f0f9120bb1aadd39d0d6c" -d '{"port": {"network_id": "798d20b8-0c90-492c-af91-794708216722", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5port-1", "admin_state_up": true}}' 2018-11-09 08:20:10,882 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-ea6d62ef-798c-4ecf-ab5f-a8c331588324 Date: Fri, 09 Nov 2018 08:20:10 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 08:20:10,882 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-ea6d62ef-798c-4ecf-ab5f-a8c331588324 2018-11-09 08:20:10,882 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 08:20:10,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/70b84ce1-658a-4d75-97a6-68aea84b98ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efdae61e6d7fb1a463335899290a8f10bb78ccd" 2018-11-09 08:20:10,924 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:20:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dea77239-8d09-4b61-9e01-2fcf3a9ae9c8 x-compute-request-id: req-dea77239-8d09-4b61-9e01-2fcf3a9ae9c8 Content-Length: 0 Content-Type: application/json 2018-11-09 08:20:10,924 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/70b84ce1-658a-4d75-97a6-68aea84b98ca used request id req-dea77239-8d09-4b61-9e01-2fcf3a9ae9c8 2018-11-09 08:20:10,925 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-subnet 2018-11-09 08:20:10,925 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-subnet 2018-11-09 08:20:10,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/75dbb3e0-91d5-490c-9272-5df6649e68bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296cba1e1bc5ba2dd4f74fd41222681f41484c3f" 2018-11-09 08:20:13,115 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab916dd2-8b17-41b4-ab9c-38422ff15a77 Date: Fri, 09 Nov 2018 08:20:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:20:13,115 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/75dbb3e0-91d5-490c-9272-5df6649e68bd used request id req-ab916dd2-8b17-41b4-ab9c-38422ff15a77 2018-11-09 08:20:13,115 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-pub-net 2018-11-09 08:20:13,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/798d20b8-0c90-492c-af91-794708216722 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296cba1e1bc5ba2dd4f74fd41222681f41484c3f" 2018-11-09 08:20:14,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-802cfe88-d7b2-4569-be9a-10e68b5e3c0e Date: Fri, 09 Nov 2018 08:20:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:20:14,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/798d20b8-0c90-492c-af91-794708216722 used request id req-802cfe88-d7b2-4569-be9a-10e68b5e3c0e 2018-11-09 08:20:14,226 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-19df9aac-97f4-46c6-9923-8c01c30895e5-image 2018-11-09 08:20:14,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9368448b79a14aedef09d1c597376605f6233e2d" 2018-11-09 08:20:16,215 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b88a4676-0866-40de-9766-0f7dc0cf6a0e Date: Fri, 09 Nov 2018 08:20:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:20:16,215 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d5c69d95-7dc9-4866-9229-cc2f8f961bd9 used request id req-b88a4676-0866-40de-9766-0f7dc0cf6a0e 2018-11-09 08:20:16,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:16,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7e2041c1-f7c1-4350-a911-0725a183669e Date: Fri, 09 Nov 2018 08:20:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "117d91689d8448c4a7634412e24c3baa", "created_at": "2018-11-09T08:20:04Z", "updated_at": "2018-11-09T08:20:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:20:04Z", "revision_number": 0, "id": "2ead6f1e-879a-426b-b641-436867de832a", "remote_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "remote_ip_prefix": null, "created_at": "2018-11-09T08:20:04Z", "security_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "tenant_id": "117d91689d8448c4a7634412e24c3baa", "port_range_min": null, "ethertype": "IPv6", "project_id": "117d91689d8448c4a7634412e24c3baa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:20:04Z", "revision_number": 0, "id": "625d9cd8-fd0e-4d67-a427-48e0c3bad952", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:20:04Z", "security_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "tenant_id": "117d91689d8448c4a7634412e24c3baa", "port_range_min": null, "ethertype": "IPv4", "project_id": "117d91689d8448c4a7634412e24c3baa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:20:04Z", "revision_number": 0, "id": "699047d7-6f70-4dde-a6d9-3bc8e2ba3009", "remote_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "remote_ip_prefix": null, "created_at": "2018-11-09T08:20:04Z", "security_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "tenant_id": "117d91689d8448c4a7634412e24c3baa", "port_range_min": null, "ethertype": "IPv4", "project_id": "117d91689d8448c4a7634412e24c3baa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:20:04Z", "revision_number": 0, "id": "d388b75d-25be-424c-8f7d-0f7f121039a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:20:04Z", "security_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "tenant_id": "117d91689d8448c4a7634412e24c3baa", "port_range_min": null, "ethertype": "IPv6", "project_id": "117d91689d8448c4a7634412e24c3baa"}], "revision_number": 4, "project_id": "117d91689d8448c4a7634412e24c3baa", "id": "84bb3ba9-370e-4955-b254-b2d059a00699", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:20:16,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-7e2041c1-f7c1-4350-a911-0725a183669e 2018-11-09 08:20:16,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:16,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae0cc66-de59-4790-a71f-6f4cc482c22d 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:20:16,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-1ae0cc66-de59-4790-a71f-6f4cc482c22d 2018-11-09 08:20:16,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:16,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93accf99-0975-4930-9822-198fb581a19c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa"}, "enabled": true, "id": "117d91689d8448c4a7634412e24c3baa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj"}} 2018-11-09 08:20:16,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa used request id req-93accf99-0975-4930-9822-198fb581a19c 2018-11-09 08:20:16,622 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84bb3ba9-370e-4955-b254-b2d059a00699 2018-11-09 08:20:16,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=84bb3ba9-370e-4955-b254-b2d059a00699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:16,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-75a28afb-52ec-444f-886e-3aef4a365726 Date: Fri, 09 Nov 2018 08:20:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:20:04Z", "security_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "port_range_min": null, "revision_number": 0, "tenant_id": "117d91689d8448c4a7634412e24c3baa", "created_at": "2018-11-09T08:20:04Z", "project_id": "117d91689d8448c4a7634412e24c3baa", "id": "2ead6f1e-879a-426b-b641-436867de832a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:20:04Z", "security_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "port_range_min": null, "revision_number": 0, "tenant_id": "117d91689d8448c4a7634412e24c3baa", "created_at": "2018-11-09T08:20:04Z", "project_id": "117d91689d8448c4a7634412e24c3baa", "id": "625d9cd8-fd0e-4d67-a427-48e0c3bad952"}, {"remote_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:20:04Z", "security_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "port_range_min": null, "revision_number": 0, "tenant_id": "117d91689d8448c4a7634412e24c3baa", "created_at": "2018-11-09T08:20:04Z", "project_id": "117d91689d8448c4a7634412e24c3baa", "id": "699047d7-6f70-4dde-a6d9-3bc8e2ba3009"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:20:04Z", "security_group_id": "84bb3ba9-370e-4955-b254-b2d059a00699", "port_range_min": null, "revision_number": 0, "tenant_id": "117d91689d8448c4a7634412e24c3baa", "created_at": "2018-11-09T08:20:04Z", "project_id": "117d91689d8448c4a7634412e24c3baa", "id": "d388b75d-25be-424c-8f7d-0f7f121039a1"}]} 2018-11-09 08:20:16,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=84bb3ba9-370e-4955-b254-b2d059a00699 used request id req-75a28afb-52ec-444f-886e-3aef4a365726 2018-11-09 08:20:16,804 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:20:16,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/84bb3ba9-370e-4955-b254-b2d059a00699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:17,095 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f174b687-1089-4a2c-87e3-bcce8ac7f1d4 Content-Length: 0 Date: Fri, 09 Nov 2018 08:20:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:20:17,095 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/84bb3ba9-370e-4955-b254-b2d059a00699 used request id req-f174b687-1089-4a2c-87e3-bcce8ac7f1d4 2018-11-09 08:20:17,096 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj 2018-11-09 08:20:17,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:17,301 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:20:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42c79690-cf72-4d0b-8bdb-f29b799dcf3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:20:17,301 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/117d91689d8448c4a7634412e24c3baa used request id req-42c79690-cf72-4d0b-8bdb-f29b799dcf3f 2018-11-09 08:20:17,301 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-ea259f29-22bb-41b-proj-role 2018-11-09 08:20:17,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/3d026a8c0541457ebe693165b4e75a85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:17,418 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:20:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eec7976-33d3-43ed-960d-8c1fad32ef4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:20:17,418 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/3d026a8c0541457ebe693165b4e75a85 used request id req-7eec7976-33d3-43ed-960d-8c1fad32ef4c 2018-11-09 08:20:17,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3bbf970cac94072d9bcbcdf7b9da06036ae896b" 2018-11-09 08:20:17,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d218e2a-5bef-41fc-8da7-6d394d914b56 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:20:17,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1d218e2a-5bef-41fc-8da7-6d394d914b56 2018-11-09 08:20:17,513 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-ea259f29-22bb-41b-user 2018-11-09 08:20:17,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/21360f74c9784a66847b2cf025f88197 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e85858443b1db50b2c100ac543454c35db762114" 2018-11-09 08:20:17,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:20:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1a3db8a-00ab-4af5-adfc-e07e4bf98ba6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:20:17,680 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/21360f74c9784a66847b2cf025f88197 used request id req-f1a3db8a-00ab-4af5-adfc-e07e4bf98ba6 2018-11-09 08:20:17,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:18,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:20:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["FgK31NrYRg6uu-_GnkFjGQ"], "issued_at": "2018-11-09T08:20:17.000000Z"}} 2018-11-09 08:20:18,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678c609e16da570a8c6c441eb8982b99d3cd9f92" 2018-11-09 08:20:18,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-455f2837-dff8-4ac5-979a-7a2ff16c0b7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:18,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-455f2837-dff8-4ac5-979a-7a2ff16c0b7b 2018-11-09 08:20:18,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:18,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:18,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:20:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["NlAui_XtTZG9FIxGDh6vlg"], "issued_at": "2018-11-09T08:20:18.000000Z"}} 2018-11-09 08:20:18,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:20:18,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2c15b6a-0d02-4bc6-a4dc-ceaa2a079111 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:18,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d2c15b6a-0d02-4bc6-a4dc-ceaa2a079111 2018-11-09 08:20:18,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:20:18,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:20:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:20:18,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:20:18,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60a913cb-a4d0-40d6-abbc-3f682f5d3a9a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:20:18,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj used request id req-60a913cb-a4d0-40d6-abbc-3f682f5d3a9a 2018-11-09 08:20:18,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:20:18,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d27eef1-fa90-4525-831a-57ab199c9819 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:20:18,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6d27eef1-fa90-4525-831a-57ab199c9819 2018-11-09 08:20:18,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}}' 2018-11-09 08:20:18,963 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:20:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8f40df3-dae3-490d-9e00-816f7d2ed147 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7"}, "enabled": true, "id": "7041b5c95a2646599c5bf9371b048db7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}} 2018-11-09 08:20:18,963 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f8f40df3-dae3-490d-9e00-816f7d2ed147 2018-11-09 08:20:18,963 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj 2018-11-09 08:20:18,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:18,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:19,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:20:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["PDHetVb7QgaiyOvGusFHkQ"], "issued_at": "2018-11-09T08:20:19.000000Z"}} 2018-11-09 08:20:19,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2830b73c5d46ea6b3b4b05634d2b98e44123e251" 2018-11-09 08:20:19,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eddbc74-2741-42a4-bd32-29b2e28764fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:19,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2eddbc74-2741-42a4-bd32-29b2e28764fc 2018-11-09 08:20:19,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:20:19,430 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:20:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:20:19,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2830b73c5d46ea6b3b4b05634d2b98e44123e251" 2018-11-09 08:20:19,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d8e235-3937-4fcd-81ed-b741b58ca46d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:20:19,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-48d8e235-3937-4fcd-81ed-b741b58ca46d 2018-11-09 08:20:19,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2830b73c5d46ea6b3b4b05634d2b98e44123e251" 2018-11-09 08:20:19,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6783ebd6-985e-44cd-a90f-781f4832e6e4 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7"}, "enabled": true, "id": "7041b5c95a2646599c5bf9371b048db7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}]} 2018-11-09 08:20:19,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj used request id req-6783ebd6-985e-44cd-a90f-781f4832e6e4 2018-11-09 08:20:19,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2830b73c5d46ea6b3b4b05634d2b98e44123e251" 2018-11-09 08:20:19,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88a2a253-d6a0-4956-86cf-36fe7cafbf57 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:20:19,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-88a2a253-d6a0-4956-86cf-36fe7cafbf57 2018-11-09 08:20:20,125 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-d8fbbef9-81f6-478-user 2018-11-09 08:20:20,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:20,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:20:20,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa4d8e08-ed85-4376-936c-b8a7916a1d56 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:20:20,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fa4d8e08-ed85-4376-936c-b8a7916a1d56 2018-11-09 08:20:20,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" -d '{"role": {"name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj-role"}}' 2018-11-09 08:20:20,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:20:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d0d06a3-5933-4ce9-9860-5d6d7384e69a Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1e675094e6b74d0f8089e222d4ea8843", "links": {"self": "http://172.30.9.27:5000/v3/roles/1e675094e6b74d0f8089e222d4ea8843"}, "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj-role"}} 2018-11-09 08:20:20,335 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-4d0d06a3-5933-4ce9-9860-5d6d7384e69a 2018-11-09 08:20:20,335 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj-role 2018-11-09 08:20:20,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/1e675094e6b74d0f8089e222d4ea8843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:20:20,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc700617-eca5-4573-9cdf-19fcae365d9c Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/1e675094e6b74d0f8089e222d4ea8843"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj-role", "id": "1e675094e6b74d0f8089e222d4ea8843"}} 2018-11-09 08:20:20,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/1e675094e6b74d0f8089e222d4ea8843 used request id req-bc700617-eca5-4573-9cdf-19fcae365d9c 2018-11-09 08:20:20,419 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj-role to project CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj 2018-11-09 08:20:20,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7/users/cab742eb13c548d7ab2e79105bc7d8e6/roles/1e675094e6b74d0f8089e222d4ea8843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:20:20,546 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:20:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-878bdfd3-65b9-4a0a-b75a-cc4e0581bbfe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:20:20,546 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7/users/cab742eb13c548d7ab2e79105bc7d8e6/roles/1e675094e6b74d0f8089e222d4ea8843 used request id req-878bdfd3-65b9-4a0a-b75a-cc4e0581bbfe 2018-11-09 08:20:20,547 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:20:20,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:20,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:20,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e675094e6b74d0f8089e222d4ea8843", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj-role"}], "expires_at": "2018-11-09T09:20:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7041b5c95a2646599c5bf9371b048db7", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-user", "id": "cab742eb13c548d7ab2e79105bc7d8e6"}, "audit_ids": ["ZOqsCSU_ROm67lr21W-RVw"], "issued_at": "2018-11-09T08:20:20.000000Z"}} 2018-11-09 08:20:20,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e3c052511fbc6191603c7c4e221667e36b4832" 2018-11-09 08:20:20,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40af8a83-db13-4549-b3c3-c0b7a535cc04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:20,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-40af8a83-db13-4549-b3c3-c0b7a535cc04 2018-11-09 08:20:21,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4e3c052511fbc6191603c7c4e221667e36b4832" 2018-11-09 08:20:21,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-02e94ed4-4270-4c5a-9a0d-4288a21b4b32 Date: Fri, 09 Nov 2018 08:20:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image"} 2018-11-09 08:20:21,189 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image used request id req-02e94ed4-4270-4c5a-9a0d-4288a21b4b32 2018-11-09 08:20:21,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4e3c052511fbc6191603c7c4e221667e36b4832" 2018-11-09 08:20:21,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1f543132-4314-45d6-89ec-74fa34b5080e Date: Fri, 09 Nov 2018 08:20:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:20:21,419 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-1f543132-4314-45d6-89ec-74fa34b5080e 2018-11-09 08:20:21,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4e3c052511fbc6191603c7c4e221667e36b4832" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image"}' 2018-11-09 08:20:21,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/04269596-ed66-46c0-836c-3434befc5bcd X-Openstack-Request-Id: req-3320744a-bfb2-458a-b973-d69c71947961 Date: Fri, 09 Nov 2018 08:20:21 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:20:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:20:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/04269596-ed66-46c0-836c-3434befc5bcd", "min_disk": 0, "protected": false, "id": "04269596-ed66-46c0-836c-3434befc5bcd", "file": "/v2/images/04269596-ed66-46c0-836c-3434befc5bcd/file", "checksum": null, "owner": "7041b5c95a2646599c5bf9371b048db7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:20:21,656 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-3320744a-bfb2-458a-b973-d69c71947961 2018-11-09 08:20:21,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/04269596-ed66-46c0-836c-3434befc5bcd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4e3c052511fbc6191603c7c4e221667e36b4832" -d '' 2018-11-09 08:20:23,798 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ee2020d-5c45-49ca-8dad-7335121760f2 Date: Fri, 09 Nov 2018 08:20:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:20:23,798 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/04269596-ed66-46c0-836c-3434befc5bcd/file used request id req-9ee2020d-5c45-49ca-8dad-7335121760f2 2018-11-09 08:20:23,799 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:20:23,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/04269596-ed66-46c0-836c-3434befc5bcd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4e3c052511fbc6191603c7c4e221667e36b4832" 2018-11-09 08:20:23,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0b7f53c0-ce73-47fd-b6e9-4e12f358ea72 Date: Fri, 09 Nov 2018 08:20:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:20:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:20:23Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/04269596-ed66-46c0-836c-3434befc5bcd/snap", "metadata": {}}], "self": "/v2/images/04269596-ed66-46c0-836c-3434befc5bcd", "min_disk": 0, "protected": false, "id": "04269596-ed66-46c0-836c-3434befc5bcd", "file": "/v2/images/04269596-ed66-46c0-836c-3434befc5bcd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7041b5c95a2646599c5bf9371b048db7", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/04269596-ed66-46c0-836c-3434befc5bcd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:20:23,957 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/04269596-ed66-46c0-836c-3434befc5bcd used request id req-0b7f53c0-ce73-47fd-b6e9-4e12f358ea72 2018-11-09 08:20:23,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4e3c052511fbc6191603c7c4e221667e36b4832" 2018-11-09 08:20:24,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5b3d9c6e-0831-43c9-b6f4-63a51cc905de Date: Fri, 09 Nov 2018 08:20:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:20:24,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-5b3d9c6e-0831-43c9-b6f4-63a51cc905de 2018-11-09 08:20:24,110 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image 2018-11-09 08:20:24,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/04269596-ed66-46c0-836c-3434befc5bcd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4e3c052511fbc6191603c7c4e221667e36b4832" 2018-11-09 08:20:24,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ba2ed9ef-5cc3-49c5-95d0-7f4d70acefa7 Date: Fri, 09 Nov 2018 08:20:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:20:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:20:23Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/04269596-ed66-46c0-836c-3434befc5bcd/snap", "metadata": {}}], "self": "/v2/images/04269596-ed66-46c0-836c-3434befc5bcd", "min_disk": 0, "protected": false, "id": "04269596-ed66-46c0-836c-3434befc5bcd", "file": "/v2/images/04269596-ed66-46c0-836c-3434befc5bcd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7041b5c95a2646599c5bf9371b048db7", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/04269596-ed66-46c0-836c-3434befc5bcd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:20:24,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/04269596-ed66-46c0-836c-3434befc5bcd used request id req-ba2ed9ef-5cc3-49c5-95d0-7f4d70acefa7 2018-11-09 08:20:24,266 - create_image - DEBUG - Instance status is - active 2018-11-09 08:20:24,267 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image 2018-11-09 08:20:24,267 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image 2018-11-09 08:20:24,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:24,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:24,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e675094e6b74d0f8089e222d4ea8843", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj-role"}], "expires_at": "2018-11-09T09:20:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7041b5c95a2646599c5bf9371b048db7", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-user", "id": "cab742eb13c548d7ab2e79105bc7d8e6"}, "audit_ids": ["-vczsOaYRjaJIxDdRLecbA"], "issued_at": "2018-11-09T08:20:24.000000Z"}} 2018-11-09 08:20:24,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613c53357fe487ae61249b5d424c9d0712a710fe" 2018-11-09 08:20:24,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456554ba-c2d4-4aaa-89be-ec1b3128cc80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:24,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-456554ba-c2d4-4aaa-89be-ec1b3128cc80 2018-11-09 08:20:24,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613c53357fe487ae61249b5d424c9d0712a710fe" 2018-11-09 08:20:24,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d9507c85-2769-4cd3-947f-cc72f6aca301 Date: Fri, 09 Nov 2018 08:20:24 GMT RESP BODY: {"networks":[]} 2018-11-09 08:20:24,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net used request id req-d9507c85-2769-4cd3-947f-cc72f6aca301 2018-11-09 08:20:24,897 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net 2018-11-09 08:20:24,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613c53357fe487ae61249b5d424c9d0712a710fe" -d '{"network": {"name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net", "admin_state_up": true}}' 2018-11-09 08:20:25,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-e06357f7-77de-4e7f-9382-1c729a7ea57f Date: Fri, 09 Nov 2018 08:20:25 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7041b5c95a2646599c5bf9371b048db7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:20:25Z","is_default":false,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:25Z","mtu":1450}} 2018-11-09 08:20:25,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-e06357f7-77de-4e7f-9382-1c729a7ea57f 2018-11-09 08:20:25,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613c53357fe487ae61249b5d424c9d0712a710fe" 2018-11-09 08:20:25,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-4fdd71f9-f7ff-4aa4-959e-4c1041898b2b Date: Fri, 09 Nov 2018 08:20:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:20:25Z","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7041b5c95a2646599c5bf9371b048db7","id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net"}]} 2018-11-09 08:20:25,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-4fdd71f9-f7ff-4aa4-959e-4c1041898b2b 2018-11-09 08:20:25,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613c53357fe487ae61249b5d424c9d0712a710fe" 2018-11-09 08:20:25,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-351a4aa3-6cae-4f09-8c5a-d4a0a2b2c2ad Date: Fri, 09 Nov 2018 08:20:25 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:20:25,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-351a4aa3-6cae-4f09-8c5a-d4a0a2b2c2ad 2018-11-09 08:20:25,962 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet 2018-11-09 08:20:25,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613c53357fe487ae61249b5d424c9d0712a710fe" -d '{"subnets": [{"ip_version": 4, "network_id": "0b4048f6-adf2-47de-9c31-a80bf23f6c67", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]}' 2018-11-09 08:20:26,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-41f73c00-b7bf-476e-8cc8-6ded904395aa Date: Fri, 09 Nov 2018 08:20:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:26,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-41f73c00-b7bf-476e-8cc8-6ded904395aa 2018-11-09 08:20:26,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613c53357fe487ae61249b5d424c9d0712a710fe" 2018-11-09 08:20:27,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-59d6f6dc-9568-42d2-a9c1-faaec05d16dc Date: Fri, 09 Nov 2018 08: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":["cfb27e1e-bc66-4a82-809f-4be4df5a59b2"],"updated_at":"2018-11-09T08:20:26Z","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7041b5c95a2646599c5bf9371b048db7","id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net"}]} 2018-11-09 08:20:27,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-59d6f6dc-9568-42d2-a9c1-faaec05d16dc 2018-11-09 08:20:27,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613c53357fe487ae61249b5d424c9d0712a710fe" 2018-11-09 08:20:27,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5079c17a-d658-420b-9f09-4b7778f3ffa1 Date: Fri, 09 Nov 2018 08:20:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:27,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-5079c17a-d658-420b-9f09-4b7778f3ffa1 2018-11-09 08:20:27,213 - OpenStackNetwork - DEBUG - Network [0b4048f6-adf2-47de-9c31-a80bf23f6c67] created successfully 2018-11-09 08:20:27,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:27,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:27,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:20:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9w7YqMm9SVywFA0zwLWb7A"], "issued_at": "2018-11-09T08:20:27.000000Z"}} 2018-11-09 08:20:27,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}800750c43967bef26b69dc9e759f995dab9ba948" 2018-11-09 08:20:27,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2737389-6f87-4d74-a23a-3b261c0bd737 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:27,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a2737389-6f87-4d74-a23a-3b261c0bd737 2018-11-09 08:20:27,673 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:20:27,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}800750c43967bef26b69dc9e759f995dab9ba948" 2018-11-09 08:20:27,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b280bf07-24c3-4866-b179-be428e097d75 x-compute-request-id: req-b280bf07-24c3-4866-b179-be428e097d75 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:20:27,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b280bf07-24c3-4866-b179-be428e097d75 2018-11-09 08:20:27,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}800750c43967bef26b69dc9e759f995dab9ba948" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:20:27,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-417ea271-cbec-43cc-912e-6f7134682ba7 x-compute-request-id: req-417ea271-cbec-43cc-912e-6f7134682ba7 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:20:27,962 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-417ea271-cbec-43cc-912e-6f7134682ba7 2018-11-09 08:20:27,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:27,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:28,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e675094e6b74d0f8089e222d4ea8843", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj-role"}], "expires_at": "2018-11-09T09:20:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7041b5c95a2646599c5bf9371b048db7", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-user", "id": "cab742eb13c548d7ab2e79105bc7d8e6"}, "audit_ids": ["QU9yDr8xQAGJqTeCBQja0g"], "issued_at": "2018-11-09T08:20:28.000000Z"}} 2018-11-09 08:20:28,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:28,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dffc67e6-3964-4d56-bd53-b9d421877dd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:28,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dffc67e6-3964-4d56-bd53-b9d421877dd7 2018-11-09 08:20:28,438 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:20:28,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:28,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d9c0ca5-9504-484e-94e0-7f7a3594ec47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:28,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6d9c0ca5-9504-484e-94e0-7f7a3594ec47 2018-11-09 08:20:28,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:28,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-3e75d81d-d626-4f31-9847-a335ddcb7145 Date: Fri, 09 Nov 2018 08:20: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":["cfb27e1e-bc66-4a82-809f-4be4df5a59b2"],"updated_at":"2018-11-09T08:20:26Z","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7041b5c95a2646599c5bf9371b048db7","id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net"}]} 2018-11-09 08:20:28,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net used request id req-3e75d81d-d626-4f31-9847-a335ddcb7145 2018-11-09 08:20:28,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:20:28,815 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:20: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:20:28,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:28,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a47c39a7-9d8c-4c57-9315-233d83fffcf3 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7"}, "enabled": true, "id": "7041b5c95a2646599c5bf9371b048db7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}} 2018-11-09 08:20:28,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 used request id req-a47c39a7-9d8c-4c57-9315-233d83fffcf3 2018-11-09 08:20:28,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:29,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fd001083-5264-49aa-a73e-ddf1ff81290d Date: Fri, 09 Nov 2018 08:20:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:29,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-fd001083-5264-49aa-a73e-ddf1ff81290d 2018-11-09 08:20:29,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:29,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-07b0dfcc-7cfb-4b8c-a1e1-7c9d5817a591 Date: Fri, 09 Nov 2018 08:20:29 GMT RESP BODY: {"ports":[]} 2018-11-09 08:20:29,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1&admin_state_up=True used request id req-07b0dfcc-7cfb-4b8c-a1e1-7c9d5817a591 2018-11-09 08:20:29,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:29,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20: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-e5ad00a3-4655-46b1-8977-0becd32c6bf8 x-compute-request-id: req-e5ad00a3-4655-46b1-8977-0becd32c6bf8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:20:29,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst used request id req-e5ad00a3-4655-46b1-8977-0becd32c6bf8 2018-11-09 08:20:29,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:29,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-906665e8-5366-4e67-b2dc-3fe21f794924 Date: Fri, 09 Nov 2018 08:20: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":["cfb27e1e-bc66-4a82-809f-4be4df5a59b2"],"updated_at":"2018-11-09T08:20:26Z","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7041b5c95a2646599c5bf9371b048db7","id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net"}]} 2018-11-09 08:20:29,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net used request id req-906665e8-5366-4e67-b2dc-3fe21f794924 2018-11-09 08:20:29,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:29,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fb6ac07-8e73-43e8-a129-4dd06c374103 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7"}, "enabled": true, "id": "7041b5c95a2646599c5bf9371b048db7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}} 2018-11-09 08:20:29,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 used request id req-0fb6ac07-8e73-43e8-a129-4dd06c374103 2018-11-09 08:20:29,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:29,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-90c5c231-1a72-4803-93b9-9554c4be1088 Date: Fri, 09 Nov 2018 08:20:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:29,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-90c5c231-1a72-4803-93b9-9554c4be1088 2018-11-09 08:20:29,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:30,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f988e317-f5ed-4aa0-8362-550fc932ffb1 Date: Fri, 09 Nov 2018 08:20:30 GMT RESP BODY: {"ports":[]} 2018-11-09 08:20:30,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1&admin_state_up=True used request id req-f988e317-f5ed-4aa0-8362-550fc932ffb1 2018-11-09 08:20:30,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:20:30,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:20:30,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1e675094e6b74d0f8089e222d4ea8843", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj-role"}], "expires_at": "2018-11-09T09:20:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7041b5c95a2646599c5bf9371b048db7", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7041b5c95a2646599c5bf9371b048db7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-user", "id": "cab742eb13c548d7ab2e79105bc7d8e6"}, "audit_ids": ["MDxYDyotR0ykS-KZ_i1v5Q"], "issued_at": "2018-11-09T08:20:30.000000Z"}} 2018-11-09 08:20:30,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a27144a2e553aa80f10ab1fa02807e458a2fab" 2018-11-09 08:20:30,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25e4fdf-4ea0-4cc3-8cc1-c3c5582da578 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:20:30,555 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e25e4fdf-4ea0-4cc3-8cc1-c3c5582da578 2018-11-09 08:20:30,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:30,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7c9ffe0a-9cbb-4975-8a5b-ab4012bf6bcc Date: Fri, 09 Nov 2018 08:20: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":["cfb27e1e-bc66-4a82-809f-4be4df5a59b2"],"updated_at":"2018-11-09T08:20:26Z","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7041b5c95a2646599c5bf9371b048db7","id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net"}]} 2018-11-09 08:20:30,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net used request id req-7c9ffe0a-9cbb-4975-8a5b-ab4012bf6bcc 2018-11-09 08:20:30,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:30,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-683406d1-4faa-4696-9ed0-eceef9d6cefa Date: Fri, 09 Nov 2018 08:20:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:30,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-683406d1-4faa-4696-9ed0-eceef9d6cefa 2018-11-09 08:20:30,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:31,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e479af21-9566-4bf7-9c96-efd8cbc7dc10 Date: Fri, 09 Nov 2018 08:20: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":["cfb27e1e-bc66-4a82-809f-4be4df5a59b2"],"updated_at":"2018-11-09T08:20:26Z","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7041b5c95a2646599c5bf9371b048db7","id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net"}]} 2018-11-09 08:20:31,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net used request id req-e479af21-9566-4bf7-9c96-efd8cbc7dc10 2018-11-09 08:20:31,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:20:31,127 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:20: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:20:31,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a27144a2e553aa80f10ab1fa02807e458a2fab" 2018-11-09 08:20:31,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6fc83b-f8aa-4559-be93-544e796b3472 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7"}, "enabled": true, "id": "7041b5c95a2646599c5bf9371b048db7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}} 2018-11-09 08:20:31,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 used request id req-2e6fc83b-f8aa-4559-be93-544e796b3472 2018-11-09 08:20:31,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:31,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-caf39ca2-0099-4711-a658-8a4e198f7a08 Date: Fri, 09 Nov 2018 08:20:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:31,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-caf39ca2-0099-4711-a658-8a4e198f7a08 2018-11-09 08:20:31,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:31,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-580e2487-2860-4f91-8d92-c2759abca50f Date: Fri, 09 Nov 2018 08:20:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:31,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet used request id req-580e2487-2860-4f91-8d92-c2759abca50f 2018-11-09 08:20:31,513 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net 2018-11-09 08:20:31,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" -d '{"port": {"network_id": "0b4048f6-adf2-47de-9c31-a80bf23f6c67", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "cfb27e1e-bc66-4a82-809f-4be4df5a59b2", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1", "admin_state_up": true}}' 2018-11-09 08:20:32,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-b069434b-d432-458a-a8b7-420df1269333 Date: Fri, 09 Nov 2018 08:20:32 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:20:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","ip_address":"10.55.0.101"}],"id":"9399d49c-0848-49d1-878d-4619b300628f","security_groups":["ee3366e2-fa0b-4832-aef4-302e664a59d6"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1","project_id":"7041b5c95a2646599c5bf9371b048db7","qos_policy_id":null,"admin_state_up":true,"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:31Z","binding:vnic_type":"normal"}} 2018-11-09 08:20:32,513 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-b069434b-d432-458a-a8b7-420df1269333 2018-11-09 08:20:32,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:32,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-55af5e1e-2032-4eb7-981a-3e953dd085bd Date: Fri, 09 Nov 2018 08: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":["cfb27e1e-bc66-4a82-809f-4be4df5a59b2"],"updated_at":"2018-11-09T08:20:26Z","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7041b5c95a2646599c5bf9371b048db7","id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net"}]} 2018-11-09 08:20:32,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net used request id req-55af5e1e-2032-4eb7-981a-3e953dd085bd 2018-11-09 08:20:32,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:32,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52f67969-6d4d-479d-81d8-c20a63aa8d40 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7"}, "enabled": true, "id": "7041b5c95a2646599c5bf9371b048db7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}} 2018-11-09 08:20:32,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 used request id req-52f67969-6d4d-479d-81d8-c20a63aa8d40 2018-11-09 08:20:32,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:33,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6e1475f2-271a-425a-87a6-41fc2473b7b5 Date: Fri, 09 Nov 2018 08:20:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:33,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-6e1475f2-271a-425a-87a6-41fc2473b7b5 2018-11-09 08:20:33,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:33,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-2ec93369-b7ed-45ca-ac86-8c753ae82965 Date: Fri, 09 Nov 2018 08:20:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:20:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","ip_address":"10.55.0.101"}],"id":"9399d49c-0848-49d1-878d-4619b300628f","security_groups":["ee3366e2-fa0b-4832-aef4-302e664a59d6"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"7041b5c95a2646599c5bf9371b048db7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1","admin_state_up":true,"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:31Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:20:33,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1&admin_state_up=True used request id req-2ec93369-b7ed-45ca-ac86-8c753ae82965 2018-11-09 08:20:33,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:33,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2927ce76-cd9a-4a48-b6d3-6e4f4ebaffef Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7"}, "enabled": true, "id": "7041b5c95a2646599c5bf9371b048db7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}} 2018-11-09 08:20:33,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 used request id req-2927ce76-cd9a-4a48-b6d3-6e4f4ebaffef 2018-11-09 08:20:33,189 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst 2018-11-09 08:20:33,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:33,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b61c7c7-423c-43a0-a166-e138c86d47d6 x-compute-request-id: req-7b61c7c7-423c-43a0-a166-e138c86d47d6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-flavor-name"}]} 2018-11-09 08:20:33,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7b61c7c7-423c-43a0-a166-e138c86d47d6 2018-11-09 08:20:33,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:33,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92c604a7-fb8e-49ed-94ef-dde70528afa9 x-compute-request-id: req-92c604a7-fb8e-49ed-94ef-dde70528afa9 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:20:33,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795 used request id req-92c604a7-fb8e-49ed-94ef-dde70528afa9 2018-11-09 08:20:33,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:33,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-255c4bc7-19b8-4847-90b5-e1b339a75b48 Date: Fri, 09 Nov 2018 08:20:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:20:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:20:23Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/04269596-ed66-46c0-836c-3434befc5bcd/snap", "metadata": {}}], "self": "/v2/images/04269596-ed66-46c0-836c-3434befc5bcd", "min_disk": 0, "protected": false, "id": "04269596-ed66-46c0-836c-3434befc5bcd", "file": "/v2/images/04269596-ed66-46c0-836c-3434befc5bcd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7041b5c95a2646599c5bf9371b048db7", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/04269596-ed66-46c0-836c-3434befc5bcd/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image"} 2018-11-09 08:20:33,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image used request id req-255c4bc7-19b8-4847-90b5-e1b339a75b48 2018-11-09 08:20:33,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:33,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-01988aaf-7472-4a44-9363-f45256f9e2d1 Date: Fri, 09 Nov 2018 08:20:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:20:33,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-01988aaf-7472-4a44-9363-f45256f9e2d1 2018-11-09 08:20:33,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" -d '{"server": {"name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst", "imageRef": "04269596-ed66-46c0-836c-3434befc5bcd", "flavorRef": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "max_count": 1, "min_count": 1, "networks": [{"port": "9399d49c-0848-49d1-878d-4619b300628f"}]}}' 2018-11-09 08:20:35,126 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:20:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-322c83ff-7ebf-4287-aa45-8e260ab3136e x-compute-request-id: req-322c83ff-7ebf-4287-aa45-8e260ab3136e Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "bookmark"}], "adminPass": "H4JWqbxgpTSw"}} 2018-11-09 08:20:35,127 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-322c83ff-7ebf-4287-aa45-8e260ab3136e 2018-11-09 08:20:35,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:35,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1580b4ff-2e3e-4d3a-9ae3-7a9fb2c9dd78 x-compute-request-id: req-1580b4ff-2e3e-4d3a-9ae3-7a9fb2c9dd78 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.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "bookmark"}], "image": {"id": "04269596-ed66-46c0-836c-3434befc5bcd", "links": [{"href": "http://172.30.9.27:8774/images/04269596-ed66-46c0-836c-3434befc5bcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "links": [{"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}]}, "id": "b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "user_id": "cab742eb13c548d7ab2e79105bc7d8e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:20:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst", "created": "2018-11-09T08:20:34Z", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:20:35,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee used request id req-1580b4ff-2e3e-4d3a-9ae3-7a9fb2c9dd78 2018-11-09 08:20:35,528 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst 2018-11-09 08:20:35,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:35,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b41c022f-0935-4fd0-b6a6-7baff59b01d5 x-compute-request-id: req-b41c022f-0935-4fd0-b6a6-7baff59b01d5 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.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "bookmark"}], "image": {"id": "04269596-ed66-46c0-836c-3434befc5bcd", "links": [{"href": "http://172.30.9.27:8774/images/04269596-ed66-46c0-836c-3434befc5bcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "links": [{"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}]}, "id": "b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "user_id": "cab742eb13c548d7ab2e79105bc7d8e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:20:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst", "created": "2018-11-09T08:20:34Z", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:20:35,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee used request id req-b41c022f-0935-4fd0-b6a6-7baff59b01d5 2018-11-09 08:20:35,896 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst] is - BUILD 2018-11-09 08:20:35,896 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:20:38,899 - create_instance - DEBUG - VM status query timeout in 896.628448009 2018-11-09 08:20:38,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:39,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20: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-3d05910d-bbf3-4402-8415-79e3430490bc x-compute-request-id: req-3d05910d-bbf3-4402-8415-79e3430490bc 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.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "bookmark"}], "image": {"id": "04269596-ed66-46c0-836c-3434befc5bcd", "links": [{"href": "http://172.30.9.27:8774/images/04269596-ed66-46c0-836c-3434befc5bcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "links": [{"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}]}, "id": "b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "security_groups": [{"name": "default"}], "user_id": "cab742eb13c548d7ab2e79105bc7d8e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:20:37Z", "hostId": "6623c19440d5040050fceb0323c893d334a22d1135fa484bd413e27c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst", "created": "2018-11-09T08:20:34Z", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:20:39,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee used request id req-3d05910d-bbf3-4402-8415-79e3430490bc 2018-11-09 08:20:39,221 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst] is - BUILD 2018-11-09 08:20:39,221 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:20:42,224 - create_instance - DEBUG - VM status query timeout in 893.303939104 2018-11-09 08:20:42,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:42,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8e3f4ce-448d-42c9-ad4b-97c1530053b3 x-compute-request-id: req-d8e3f4ce-448d-42c9-ad4b-97c1530053b3 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.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "bookmark"}], "image": {"id": "04269596-ed66-46c0-836c-3434befc5bcd", "links": [{"href": "http://172.30.9.27:8774/images/04269596-ed66-46c0-836c-3434befc5bcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "links": [{"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}]}, "id": "b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "security_groups": [{"name": "default"}], "user_id": "cab742eb13c548d7ab2e79105bc7d8e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:20:37Z", "hostId": "6623c19440d5040050fceb0323c893d334a22d1135fa484bd413e27c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst", "created": "2018-11-09T08:20:34Z", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:20:42,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee used request id req-d8e3f4ce-448d-42c9-ad4b-97c1530053b3 2018-11-09 08:20:42,711 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst] is - BUILD 2018-11-09 08:20:42,711 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:20:45,714 - create_instance - DEBUG - VM status query timeout in 889.813709021 2018-11-09 08:20:45,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:46,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-255b76b8-3340-46eb-b937-debbe44dec78 x-compute-request-id: req-255b76b8-3340-46eb-b937-debbe44dec78 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-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.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "bookmark"}], "image": {"id": "04269596-ed66-46c0-836c-3434befc5bcd", "links": [{"href": "http://172.30.9.27:8774/images/04269596-ed66-46c0-836c-3434befc5bcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:20:43.000000", "flavor": {"id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "links": [{"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}]}, "id": "b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "security_groups": [{"name": "default"}], "user_id": "cab742eb13c548d7ab2e79105bc7d8e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:20:42Z", "hostId": "6623c19440d5040050fceb0323c893d334a22d1135fa484bd413e27c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst", "created": "2018-11-09T08:20:34Z", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:20:46,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee used request id req-255b76b8-3340-46eb-b937-debbe44dec78 2018-11-09 08:20:46,455 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst] is - ACTIVE 2018-11-09 08:20:46,456 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:20:46,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:47,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20: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-f14c798b-a06a-45ff-849b-05272e8cc19a x-compute-request-id: req-f14c798b-a06a-45ff-849b-05272e8cc19a Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-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.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "bookmark"}], "image": {"id": "04269596-ed66-46c0-836c-3434befc5bcd", "links": [{"href": "http://172.30.9.27:8774/images/04269596-ed66-46c0-836c-3434befc5bcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:20:43.000000", "flavor": {"id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "links": [{"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}]}, "id": "b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "security_groups": [{"name": "default"}], "user_id": "cab742eb13c548d7ab2e79105bc7d8e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:20:42Z", "hostId": "6623c19440d5040050fceb0323c893d334a22d1135fa484bd413e27c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst", "created": "2018-11-09T08:20:34Z", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:20:47,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee used request id req-f14c798b-a06a-45ff-849b-05272e8cc19a 2018-11-09 08:20:47,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:47,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0cb2ad5d-e76d-4fd1-9c28-d06e64a5ea4e Date: Fri, 09 Nov 2018 08:20: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":["cfb27e1e-bc66-4a82-809f-4be4df5a59b2"],"updated_at":"2018-11-09T08:20:26Z","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7041b5c95a2646599c5bf9371b048db7","id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net"}]} 2018-11-09 08:20:47,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net used request id req-0cb2ad5d-e76d-4fd1-9c28-d06e64a5ea4e 2018-11-09 08:20:47,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:47,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b6ec775-5833-4f44-b8be-040c0e9a215a Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7"}, "enabled": true, "id": "7041b5c95a2646599c5bf9371b048db7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}} 2018-11-09 08:20:47,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 used request id req-6b6ec775-5833-4f44-b8be-040c0e9a215a 2018-11-09 08:20:47,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:47,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ea68b5c6-0e36-41dc-bb0a-c84386d8449e Date: Fri, 09 Nov 2018 08:20:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:47,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-ea68b5c6-0e36-41dc-bb0a-c84386d8449e 2018-11-09 08:20:47,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:47,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-c6e21536-32ae-4efb-a51e-de93a7b9cdf4 Date: Fri, 09 Nov 2018 08:20:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:20:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","ip_address":"10.55.0.2"}],"id":"1c9b27a4-d65c-44e3-8402-b900d875dd23","security_groups":[],"mac_address":"fa:16:3e:f4:fc:69","project_id":"7041b5c95a2646599c5bf9371b048db7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b4048f6-adf2-47de-9c31-a80bf23f6c67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:20:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","ip_address":"10.55.0.3"}],"id":"51bf89b9-6c6f-40c2-b29d-18e94a2fc899","security_groups":[],"mac_address":"fa:16:3e:ba:b7:62","project_id":"7041b5c95a2646599c5bf9371b048db7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b4048f6-adf2-47de-9c31-a80bf23f6c67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:20:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","ip_address":"10.55.0.4"}],"id":"91e8bce6-807a-4001-a43a-0f95c0dc650f","security_groups":[],"mac_address":"fa:16:3e:81:35:ea","project_id":"7041b5c95a2646599c5bf9371b048db7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b4048f6-adf2-47de-9c31-a80bf23f6c67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:20:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","ip_address":"10.55.0.101"}],"id":"9399d49c-0848-49d1-878d-4619b300628f","security_groups":["ee3366e2-fa0b-4832-aef4-302e664a59d6"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"7041b5c95a2646599c5bf9371b048db7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1","admin_state_up":true,"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:31Z","binding:vnic_type":"normal","device_id":"b11e68f7-9f59-48cc-abd7-6f73fc38c6ee"}]} 2018-11-09 08:20:47,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-c6e21536-32ae-4efb-a51e-de93a7b9cdf4 2018-11-09 08:20:47,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:47,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-73eb957b-df56-41cf-90c9-af7fcfcd203d Date: Fri, 09 Nov 2018 08:20: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":["cfb27e1e-bc66-4a82-809f-4be4df5a59b2"],"updated_at":"2018-11-09T08:20:26Z","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7041b5c95a2646599c5bf9371b048db7","id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net"}]} 2018-11-09 08:20:47,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-73eb957b-df56-41cf-90c9-af7fcfcd203d 2018-11-09 08:20:47,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:47,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8c19bef0-5ec1-4b3a-ae1b-f9be27846386 Date: Fri, 09 Nov 2018 08:20:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:47,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-8c19bef0-5ec1-4b3a-ae1b-f9be27846386 2018-11-09 08:20:47,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:48,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b66eef4b-583a-49b4-a0d6-af5930972b4b Date: Fri, 09 Nov 2018 08:20:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b4048f6-adf2-47de-9c31-a80bf23f6c67","tenant_id":"7041b5c95a2646599c5bf9371b048db7","created_at":"2018-11-09T08:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:20: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":"7041b5c95a2646599c5bf9371b048db7","id":"cfb27e1e-bc66-4a82-809f-4be4df5a59b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet"}]} 2018-11-09 08:20:48,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b4048f6-adf2-47de-9c31-a80bf23f6c67&name=CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet used request id req-b66eef4b-583a-49b4-a0d6-af5930972b4b 2018-11-09 08:20:48,173 - create_instance - INFO - Deleting Port with ID - 9399d49c-0848-49d1-878d-4619b300628f 2018-11-09 08:20:48,173 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198port-1 2018-11-09 08:20:48,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/9399d49c-0848-49d1-878d-4619b300628f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:48,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1fff8959-76f7-47b0-9d17-7e518746ec15 Date: Fri, 09 Nov 2018 08:20:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:20:48,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/9399d49c-0848-49d1-878d-4619b300628f used request id req-1fff8959-76f7-47b0-9d17-7e518746ec15 2018-11-09 08:20:48,713 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst 2018-11-09 08:20:48,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:48,881 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:20:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62fc1af9-5961-451a-b3a9-5b5768a17be2 x-compute-request-id: req-62fc1af9-5961-451a-b3a9-5b5768a17be2 Content-Type: application/json 2018-11-09 08:20:48,881 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee used request id req-62fc1af9-5961-451a-b3a9-5b5768a17be2 2018-11-09 08:20:48,881 - create_instance - INFO - Checking deletion status 2018-11-09 08:20:48,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:49,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1789ea02-4842-46c3-b717-8003aaac5d88 x-compute-request-id: req-1789ea02-4842-46c3-b717-8003aaac5d88 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.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "bookmark"}], "image": {"id": "04269596-ed66-46c0-836c-3434befc5bcd", "links": [{"href": "http://172.30.9.27:8774/images/04269596-ed66-46c0-836c-3434befc5bcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:20:43.000000", "flavor": {"id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "links": [{"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}]}, "id": "b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "user_id": "cab742eb13c548d7ab2e79105bc7d8e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:20:48Z", "hostId": "6623c19440d5040050fceb0323c893d334a22d1135fa484bd413e27c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst", "created": "2018-11-09T08:20:34Z", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:20:49,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee used request id req-1789ea02-4842-46c3-b717-8003aaac5d88 2018-11-09 08:20:49,143 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst] is - ACTIVE 2018-11-09 08:20:49,143 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:20:52,145 - create_instance - DEBUG - VM status query timeout in 296.736268044 2018-11-09 08:20:52,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:52,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:20:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0fb15ac-1924-4a35-be83-ed22d4bed241 x-compute-request-id: req-c0fb15ac-1924-4a35-be83-ed22d4bed241 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.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "rel": "bookmark"}], "image": {"id": "04269596-ed66-46c0-836c-3434befc5bcd", "links": [{"href": "http://172.30.9.27:8774/images/04269596-ed66-46c0-836c-3434befc5bcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:20:43.000000", "flavor": {"id": "f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "links": [{"href": "http://172.30.9.27:8774/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795", "rel": "bookmark"}]}, "id": "b11e68f7-9f59-48cc-abd7-6f73fc38c6ee", "user_id": "cab742eb13c548d7ab2e79105bc7d8e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:20:48Z", "hostId": "6623c19440d5040050fceb0323c893d334a22d1135fa484bd413e27c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst", "created": "2018-11-09T08:20:34Z", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:20:52,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee used request id req-c0fb15ac-1924-4a35-be83-ed22d4bed241 2018-11-09 08:20:52,588 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst] is - ACTIVE 2018-11-09 08:20:52,588 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:20:55,591 - create_instance - DEBUG - VM status query timeout in 293.290309906 2018-11-09 08:20:55,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5c8a577e142b4cd61ba13b4828cb22d177164f" 2018-11-09 08:20:55,650 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:20:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3569428e-8d49-4552-9fd2-e33b15bbdb80 x-compute-request-id: req-3569428e-8d49-4552-9fd2-e33b15bbdb80 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b11e68f7-9f59-48cc-abd7-6f73fc38c6ee could not be found.", "code": 404}} 2018-11-09 08:20:55,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/b11e68f7-9f59-48cc-abd7-6f73fc38c6ee used request id req-3569428e-8d49-4552-9fd2-e33b15bbdb80 2018-11-09 08:20:55,651 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b11e68f7-9f59-48cc-abd7-6f73fc38c6ee could not be found. (HTTP 404) (Request-ID: req-3569428e-8d49-4552-9fd2-e33b15bbdb80) 2018-11-09 08:20:55,651 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-inst 2018-11-09 08:20:55,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}800750c43967bef26b69dc9e759f995dab9ba948" 2018-11-09 08:20:55,696 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:20:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81ab1ae1-61e6-47ba-8ce2-4f83ec52ae11 x-compute-request-id: req-81ab1ae1-61e6-47ba-8ce2-4f83ec52ae11 Content-Length: 0 Content-Type: application/json 2018-11-09 08:20:55,696 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f6b7cd0f-a90f-4462-86bb-e8e655fe7795 used request id req-81ab1ae1-61e6-47ba-8ce2-4f83ec52ae11 2018-11-09 08:20:55,697 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet 2018-11-09 08:20:55,697 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-subnet 2018-11-09 08:20:55,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/cfb27e1e-bc66-4a82-809f-4be4df5a59b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613c53357fe487ae61249b5d424c9d0712a710fe" 2018-11-09 08:20:58,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c42e1622-5c8e-4c04-8ea5-b60d3314825a Date: Fri, 09 Nov 2018 08:20:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:20:58,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/cfb27e1e-bc66-4a82-809f-4be4df5a59b2 used request id req-c42e1622-5c8e-4c04-8ea5-b60d3314825a 2018-11-09 08:20:58,111 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-pub-net 2018-11-09 08:20:58,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/0b4048f6-adf2-47de-9c31-a80bf23f6c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613c53357fe487ae61249b5d424c9d0712a710fe" 2018-11-09 08:20:59,446 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed465de8-0eb0-40e5-beac-927bc1fb77fd Date: Fri, 09 Nov 2018 08:20:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:20:59,446 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/0b4048f6-adf2-47de-9c31-a80bf23f6c67 used request id req-ed465de8-0eb0-40e5-beac-927bc1fb77fd 2018-11-09 08:20:59,447 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-906d41ca-75ca-447a-be99-a0a6aea79198-image 2018-11-09 08:20:59,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/04269596-ed66-46c0-836c-3434befc5bcd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4e3c052511fbc6191603c7c4e221667e36b4832" 2018-11-09 08:21:01,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-daea8187-1693-4343-872c-7aa3604ca863 Date: Fri, 09 Nov 2018 08:21:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:21:01,192 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/04269596-ed66-46c0-836c-3434befc5bcd used request id req-daea8187-1693-4343-872c-7aa3604ca863 2018-11-09 08:21:01,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:21:01,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-15212df5-356f-4b71-bc66-05128fe22ae8 Date: Fri, 09 Nov 2018 08:21:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "created_at": "2018-11-09T08:20:25Z", "updated_at": "2018-11-09T08:20:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:20:25Z", "revision_number": 0, "id": "7038f0c5-bcf7-44ac-9457-1a9557f8a546", "remote_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "remote_ip_prefix": null, "created_at": "2018-11-09T08:20:25Z", "security_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "port_range_min": null, "ethertype": "IPv4", "project_id": "7041b5c95a2646599c5bf9371b048db7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:20:25Z", "revision_number": 0, "id": "d9c33b2f-4694-40ac-8d68-e74e2adec5a5", "remote_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "remote_ip_prefix": null, "created_at": "2018-11-09T08:20:25Z", "security_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "port_range_min": null, "ethertype": "IPv6", "project_id": "7041b5c95a2646599c5bf9371b048db7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:20:25Z", "revision_number": 0, "id": "ecc195a2-864c-49c2-acda-4db83a33caa7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:20:25Z", "security_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "port_range_min": null, "ethertype": "IPv6", "project_id": "7041b5c95a2646599c5bf9371b048db7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:20:25Z", "revision_number": 0, "id": "f6f3460c-5ec3-4991-ac10-987179752363", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:20:25Z", "security_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "port_range_min": null, "ethertype": "IPv4", "project_id": "7041b5c95a2646599c5bf9371b048db7"}], "revision_number": 4, "project_id": "7041b5c95a2646599c5bf9371b048db7", "id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "name": "default"}]} 2018-11-09 08:21:01,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-15212df5-356f-4b71-bc66-05128fe22ae8 2018-11-09 08:21:01,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:21:01,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd564c1-f82b-4ab8-9e2e-5cb44f66741a 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:21:01,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-0dd564c1-f82b-4ab8-9e2e-5cb44f66741a 2018-11-09 08:21:01,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:21:01,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a37e298c-21f3-4283-b25e-30e46089e789 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:21:01,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-a37e298c-21f3-4283-b25e-30e46089e789 2018-11-09 08:21:01,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:21:01,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d9d7108-8236-4106-a30c-62680d00a080 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:21:01,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-6d9d7108-8236-4106-a30c-62680d00a080 2018-11-09 08:21:01,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:21:01,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eb3d4b4-b86b-4621-a946-297e86b8052c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7"}, "enabled": true, "id": "7041b5c95a2646599c5bf9371b048db7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj"}} 2018-11-09 08:21:01,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 used request id req-8eb3d4b4-b86b-4621-a946-297e86b8052c 2018-11-09 08:21:01,769 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ee3366e2-fa0b-4832-aef4-302e664a59d6 2018-11-09 08:21:01,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=ee3366e2-fa0b-4832-aef4-302e664a59d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:21:01,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8c6603e6-31bf-4056-b02e-983ff3dfac2d Date: Fri, 09 Nov 2018 08:21:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:20:25Z", "security_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "port_range_min": null, "revision_number": 0, "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "created_at": "2018-11-09T08:20:25Z", "project_id": "7041b5c95a2646599c5bf9371b048db7", "id": "7038f0c5-bcf7-44ac-9457-1a9557f8a546"}, {"remote_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:20:25Z", "security_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "port_range_min": null, "revision_number": 0, "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "created_at": "2018-11-09T08:20:25Z", "project_id": "7041b5c95a2646599c5bf9371b048db7", "id": "d9c33b2f-4694-40ac-8d68-e74e2adec5a5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:20:25Z", "security_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "port_range_min": null, "revision_number": 0, "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "created_at": "2018-11-09T08:20:25Z", "project_id": "7041b5c95a2646599c5bf9371b048db7", "id": "ecc195a2-864c-49c2-acda-4db83a33caa7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:20:25Z", "security_group_id": "ee3366e2-fa0b-4832-aef4-302e664a59d6", "port_range_min": null, "revision_number": 0, "tenant_id": "7041b5c95a2646599c5bf9371b048db7", "created_at": "2018-11-09T08:20:25Z", "project_id": "7041b5c95a2646599c5bf9371b048db7", "id": "f6f3460c-5ec3-4991-ac10-987179752363"}]} 2018-11-09 08:21:01,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=ee3366e2-fa0b-4832-aef4-302e664a59d6 used request id req-8c6603e6-31bf-4056-b02e-983ff3dfac2d 2018-11-09 08:21:01,954 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:21:01,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/ee3366e2-fa0b-4832-aef4-302e664a59d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:21:02,255 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e79bf76-c9e3-4b61-ad0e-801112b7305b Content-Length: 0 Date: Fri, 09 Nov 2018 08:21:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:21:02,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/ee3366e2-fa0b-4832-aef4-302e664a59d6 used request id req-2e79bf76-c9e3-4b61-ad0e-801112b7305b 2018-11-09 08:21:02,256 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj 2018-11-09 08:21:02,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:21:02,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:21:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e78368d-1b1c-4ce4-b4da-3fb7d547e50c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:21:02,452 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/7041b5c95a2646599c5bf9371b048db7 used request id req-1e78368d-1b1c-4ce4-b4da-3fb7d547e50c 2018-11-09 08:21:02,452 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-d8fbbef9-81f6-478-proj-role 2018-11-09 08:21:02,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/1e675094e6b74d0f8089e222d4ea8843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:21:02,574 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:21:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60a825a7-043d-4789-8299-0fd8337bfbe8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:21:02,574 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/1e675094e6b74d0f8089e222d4ea8843 used request id req-60a825a7-043d-4789-8299-0fd8337bfbe8 2018-11-09 08:21:02,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a2737e9bc98f2a2a52413641e1bf2b1b9d379fc" 2018-11-09 08:21:02,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2858546-0f3e-42d5-9b23-07254dab172e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:21:02,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e2858546-0f3e-42d5-9b23-07254dab172e 2018-11-09 08:21:02,663 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-d8fbbef9-81f6-478-user 2018-11-09 08:21:02,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/cab742eb13c548d7ab2e79105bc7d8e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2830b73c5d46ea6b3b4b05634d2b98e44123e251" 2018-11-09 08:21:02,836 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:21:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe8df759-8a51-413c-9c48-431c370e4d42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:21:02,836 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/cab742eb13c548d7ab2e79105bc7d8e6 used request id req-fe8df759-8a51-413c-9c48-431c370e4d42 2018-11-09 08:21:02,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:03,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:21:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["wcP2Jnj4Qryz48owC2eapA"], "issued_at": "2018-11-09T08:21:03.000000Z"}} 2018-11-09 08:21:03,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e70b8782691a483339510f644c19b1cb8cffcfd1" 2018-11-09 08:21:03,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b041a993-7001-44db-b7ce-c31fd571df26 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:03,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b041a993-7001-44db-b7ce-c31fd571df26 2018-11-09 08:21:03,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:03,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:03,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:21:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["xU2yOpfAR82HJednSMzfSw"], "issued_at": "2018-11-09T08:21:03.000000Z"}} 2018-11-09 08:21:03,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:03,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84c59cde-eaa6-43cb-96c1-6de3e1d7c152 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:03,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-84c59cde-eaa6-43cb-96c1-6de3e1d7c152 2018-11-09 08:21:03,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:21:03,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:21:03,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-85172765-a462-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:03,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e315ed1c-6cf3-4649-8eb8-cd634e5fb306 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-85172765-a462-491-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:21:03,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-85172765-a462-491-proj used request id req-e315ed1c-6cf3-4649-8eb8-cd634e5fb306 2018-11-09 08:21:03,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:03,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcbc1e11-f38c-4e16-8eb6-a94c978682a6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:21:03,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-fcbc1e11-f38c-4e16-8eb6-a94c978682a6 2018-11-09 08:21:03,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}}' 2018-11-09 08:21:04,101 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:21:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-956973d9-8c6c-4e86-8c74-8e3a186a6c57 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3"}, "enabled": true, "id": "f655401fa22a4b148012a548c99dc3e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}} 2018-11-09 08:21:04,101 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-956973d9-8c6c-4e86-8c74-8e3a186a6c57 2018-11-09 08:21:04,101 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-85172765-a462-491-proj 2018-11-09 08:21:04,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:04,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:04,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:21:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["nHgTs_tGSVyEsa2lzjb_hg"], "issued_at": "2018-11-09T08:21:04.000000Z"}} 2018-11-09 08:21:04,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}819d3259633c64a81064c81a0c33e56739dbf8c4" 2018-11-09 08:21:04,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8a9b27d-6ef7-4142-a48e-3bb8c0faee27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:04,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e8a9b27d-6ef7-4142-a48e-3bb8c0faee27 2018-11-09 08:21:04,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:21:04,507 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:21:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:21:04,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}819d3259633c64a81064c81a0c33e56739dbf8c4" 2018-11-09 08:21:04,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f04e69da-6f7f-4989-9dbc-0bc9527a9c58 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:21:04,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f04e69da-6f7f-4989-9dbc-0bc9527a9c58 2018-11-09 08:21:04,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-85172765-a462-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}819d3259633c64a81064c81a0c33e56739dbf8c4" 2018-11-09 08:21:04,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60254a02-ee46-4ab6-9fb7-d394b87d6956 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-85172765-a462-491-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3"}, "enabled": true, "id": "f655401fa22a4b148012a548c99dc3e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}]} 2018-11-09 08:21:04,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-85172765-a462-491-proj used request id req-60254a02-ee46-4ab6-9fb7-d394b87d6956 2018-11-09 08:21:04,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}819d3259633c64a81064c81a0c33e56739dbf8c4" 2018-11-09 08:21:04,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f6c817-185f-4e69-994c-ae37e370e7c9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:21:04,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-04f6c817-185f-4e69-994c-ae37e370e7c9 2018-11-09 08:21:05,113 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-85172765-a462-491-user 2018-11-09 08:21:05,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:05,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:05,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-488928ae-fa5a-4ae4-807e-77fc61aabaf6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:21:05,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-488928ae-fa5a-4ae4-807e-77fc61aabaf6 2018-11-09 08:21:05,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" -d '{"role": {"name": "CreateInstancePortManipulationTests-85172765-a462-491-proj-role"}}' 2018-11-09 08:21:05,340 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d6db4e2-173a-48e0-a76a-2d5f987eb289 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ad381429469142cbaee78272f2967c78", "links": {"self": "http://172.30.9.27:5000/v3/roles/ad381429469142cbaee78272f2967c78"}, "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj-role"}} 2018-11-09 08:21:05,340 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-9d6db4e2-173a-48e0-a76a-2d5f987eb289 2018-11-09 08:21:05,341 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-85172765-a462-491-proj-role 2018-11-09 08:21:05,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/ad381429469142cbaee78272f2967c78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:05,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e4fe3b-cedb-4eb7-b185-83ae9222451f Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/ad381429469142cbaee78272f2967c78"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj-role", "id": "ad381429469142cbaee78272f2967c78"}} 2018-11-09 08:21:05,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/ad381429469142cbaee78272f2967c78 used request id req-b6e4fe3b-cedb-4eb7-b185-83ae9222451f 2018-11-09 08:21:05,362 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-85172765-a462-491-proj-role to project CreateInstancePortManipulationTests-85172765-a462-491-proj 2018-11-09 08:21:05,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3/users/ceb6bef6def246f6abe555ce908b1e2e/roles/ad381429469142cbaee78272f2967c78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:05,493 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0c1606b-2f58-428b-baf3-ad8a5b21e9ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:21:05,493 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3/users/ceb6bef6def246f6abe555ce908b1e2e/roles/ad381429469142cbaee78272f2967c78 used request id req-a0c1606b-2f58-428b-baf3-ad8a5b21e9ad 2018-11-09 08:21:05,494 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:21:05,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:05,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:05,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad381429469142cbaee78272f2967c78", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj-role"}], "expires_at": "2018-11-09T09:21:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f655401fa22a4b148012a548c99dc3e3", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-85172765-a462-491-user", "id": "ceb6bef6def246f6abe555ce908b1e2e"}, "audit_ids": ["SNCH3UN1RWKNG6mzwPIqwg"], "issued_at": "2018-11-09T08:21:05.000000Z"}} 2018-11-09 08:21:05,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}842b79d00c0fc5a688b3ff14ed01828fab6974d2" 2018-11-09 08:21:05,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40ea6663-5b95-4344-bc12-18139b4396c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:05,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-40ea6663-5b95-4344-bc12-18139b4396c0 2018-11-09 08:21:05,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}842b79d00c0fc5a688b3ff14ed01828fab6974d2" 2018-11-09 08:21:06,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-fb81ed79-09df-47e7-a006-3c06974d43f9 Date: Fri, 09 Nov 2018 08:21:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image"} 2018-11-09 08:21:06,118 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image used request id req-fb81ed79-09df-47e7-a006-3c06974d43f9 2018-11-09 08:21:06,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}842b79d00c0fc5a688b3ff14ed01828fab6974d2" 2018-11-09 08:21:06,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7be2c9d1-ba78-4351-89a2-efffda786605 Date: Fri, 09 Nov 2018 08:21:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:21:06,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-7be2c9d1-ba78-4351-89a2-efffda786605 2018-11-09 08:21:06,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}842b79d00c0fc5a688b3ff14ed01828fab6974d2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image"}' 2018-11-09 08:21:06,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501 X-Openstack-Request-Id: req-dde573d0-1044-4575-8d17-f05ef8932c15 Date: Fri, 09 Nov 2018 08:21:06 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:21:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:21:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "min_disk": 0, "protected": false, "id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "file": "/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501/file", "checksum": null, "owner": "f655401fa22a4b148012a548c99dc3e3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:21:06,583 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-dde573d0-1044-4575-8d17-f05ef8932c15 2018-11-09 08:21:06,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}842b79d00c0fc5a688b3ff14ed01828fab6974d2" -d '' 2018-11-09 08:21:07,816 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-363aa2c5-75ef-4ecc-81ee-d058ac2b435e Date: Fri, 09 Nov 2018 08:21:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:21:07,816 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501/file used request id req-363aa2c5-75ef-4ecc-81ee-d058ac2b435e 2018-11-09 08:21:07,817 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:21:07,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}842b79d00c0fc5a688b3ff14ed01828fab6974d2" 2018-11-09 08:21:07,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-a4830445-5028-4dd5-8f80-dc90f71cb09f Date: Fri, 09 Nov 2018 08:21:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:21:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:21:07Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4824dbf4-d495-4e3a-98a6-847e99e44501/snap", "metadata": {}}], "self": "/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "min_disk": 0, "protected": false, "id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "file": "/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f655401fa22a4b148012a548c99dc3e3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4824dbf4-d495-4e3a-98a6-847e99e44501/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:21:07,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501 used request id req-a4830445-5028-4dd5-8f80-dc90f71cb09f 2018-11-09 08:21:08,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}842b79d00c0fc5a688b3ff14ed01828fab6974d2" 2018-11-09 08:21:08,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5ab14254-13e3-4e73-989b-2bcc013e5792 Date: Fri, 09 Nov 2018 08:21:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:21:08,008 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-5ab14254-13e3-4e73-989b-2bcc013e5792 2018-11-09 08:21:08,011 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image 2018-11-09 08:21:08,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}842b79d00c0fc5a688b3ff14ed01828fab6974d2" 2018-11-09 08:21:08,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-6f8a1dd2-6ee1-4b06-9dbb-a5547a447176 Date: Fri, 09 Nov 2018 08:21:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:21:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:21:07Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4824dbf4-d495-4e3a-98a6-847e99e44501/snap", "metadata": {}}], "self": "/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "min_disk": 0, "protected": false, "id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "file": "/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f655401fa22a4b148012a548c99dc3e3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4824dbf4-d495-4e3a-98a6-847e99e44501/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:21:08,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501 used request id req-6f8a1dd2-6ee1-4b06-9dbb-a5547a447176 2018-11-09 08:21:08,173 - create_image - DEBUG - Instance status is - active 2018-11-09 08:21:08,174 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image 2018-11-09 08:21:08,174 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image 2018-11-09 08:21:08,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:08,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:08,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad381429469142cbaee78272f2967c78", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj-role"}], "expires_at": "2018-11-09T09:21:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f655401fa22a4b148012a548c99dc3e3", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-85172765-a462-491-user", "id": "ceb6bef6def246f6abe555ce908b1e2e"}, "audit_ids": ["IySa8wXPSCi3ULjKFRdNlw"], "issued_at": "2018-11-09T08:21:08.000000Z"}} 2018-11-09 08:21:08,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d61bb3a07f9c893eaf50396c03a84162bd864c" 2018-11-09 08:21:08,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-486ef3db-e06e-488f-8a32-f5d82063dd4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:08,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-486ef3db-e06e-488f-8a32-f5d82063dd4d 2018-11-09 08:21:08,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d61bb3a07f9c893eaf50396c03a84162bd864c" 2018-11-09 08:21:08,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-18cec407-2c17-4f58-81be-b4b41c92997d Date: Fri, 09 Nov 2018 08:21:08 GMT RESP BODY: {"networks":[]} 2018-11-09 08:21:08,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net used request id req-18cec407-2c17-4f58-81be-b4b41c92997d 2018-11-09 08:21:08,784 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net 2018-11-09 08:21:08,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d61bb3a07f9c893eaf50396c03a84162bd864c" -d '{"network": {"name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net", "admin_state_up": true}}' 2018-11-09 08:21:09,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-e6c3d08a-061c-43b4-810b-81811519342f Date: Fri, 09 Nov 2018 08:21:09 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f655401fa22a4b148012a548c99dc3e3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:21:09Z","is_default":false,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:08Z","mtu":1450}} 2018-11-09 08:21:09,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-e6c3d08a-061c-43b4-810b-81811519342f 2018-11-09 08:21:09,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d61bb3a07f9c893eaf50396c03a84162bd864c" 2018-11-09 08:21:09,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-b6b55f69-2f29-40b6-813b-9664bf00c7e3 Date: Fri, 09 Nov 2018 08:21:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:21:09Z","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f655401fa22a4b148012a548c99dc3e3","id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net"}]} 2018-11-09 08:21:09,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-b6b55f69-2f29-40b6-813b-9664bf00c7e3 2018-11-09 08:21:09,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d61bb3a07f9c893eaf50396c03a84162bd864c" 2018-11-09 08:21:09,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-72fbc8e6-d10a-4a6d-a851-7ac51f6c2e5f Date: Fri, 09 Nov 2018 08:21:09 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:21:09,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-72fbc8e6-d10a-4a6d-a851-7ac51f6c2e5f 2018-11-09 08:21:09,560 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet 2018-11-09 08:21:09,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d61bb3a07f9c893eaf50396c03a84162bd864c" -d '{"subnets": [{"ip_version": 4, "network_id": "16b28ff3-cf7a-408d-9700-78c7c1b0a107", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]}' 2018-11-09 08:21:10,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-023afbef-1b62-4a40-887f-47f407aad78e Date: Fri, 09 Nov 2018 08:21:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:10,194 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-023afbef-1b62-4a40-887f-47f407aad78e 2018-11-09 08:21:10,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d61bb3a07f9c893eaf50396c03a84162bd864c" 2018-11-09 08:21:10,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4e735b12-8da2-48c4-9510-2753a286e16a Date: Fri, 09 Nov 2018 08:21: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":["0d430b37-158e-4623-aeb1-83a2a6b345b5"],"updated_at":"2018-11-09T08:21:09Z","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f655401fa22a4b148012a548c99dc3e3","id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net"}]} 2018-11-09 08:21:10,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-4e735b12-8da2-48c4-9510-2753a286e16a 2018-11-09 08:21:10,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d61bb3a07f9c893eaf50396c03a84162bd864c" 2018-11-09 08:21:10,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-10a7d038-7ad3-4397-8fc3-86e634c0815d Date: Fri, 09 Nov 2018 08:21:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:10,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-10a7d038-7ad3-4397-8fc3-86e634c0815d 2018-11-09 08:21:10,706 - OpenStackNetwork - DEBUG - Network [16b28ff3-cf7a-408d-9700-78c7c1b0a107] created successfully 2018-11-09 08:21:10,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:10,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:11,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:21:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["osab-YfHSKWY1N7WDcYeTA"], "issued_at": "2018-11-09T08:21:10.000000Z"}} 2018-11-09 08:21:11,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90082c6502bdc25928bf103fdeb91e1ea729bbae" 2018-11-09 08:21:11,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-355ad2b3-94d6-41ae-b089-6163a745d40b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:11,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-355ad2b3-94d6-41ae-b089-6163a745d40b 2018-11-09 08:21:11,176 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:21:11,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90082c6502bdc25928bf103fdeb91e1ea729bbae" 2018-11-09 08:21:11,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-17919b0c-d0c8-4a7b-88df-c43243479b4e x-compute-request-id: req-17919b0c-d0c8-4a7b-88df-c43243479b4e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:21:11,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-17919b0c-d0c8-4a7b-88df-c43243479b4e 2018-11-09 08:21:11,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90082c6502bdc25928bf103fdeb91e1ea729bbae" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:21:11,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc478fa9-fcb7-44a5-976f-4d55ecca9b6c x-compute-request-id: req-fc478fa9-fcb7-44a5-976f-4d55ecca9b6c Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8f97c6a7-4062-4654-b34e-d3100773c548", "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:21:11,413 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fc478fa9-fcb7-44a5-976f-4d55ecca9b6c 2018-11-09 08:21:11,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:11,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:11,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad381429469142cbaee78272f2967c78", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj-role"}], "expires_at": "2018-11-09T09:21:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f655401fa22a4b148012a548c99dc3e3", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-85172765-a462-491-user", "id": "ceb6bef6def246f6abe555ce908b1e2e"}, "audit_ids": ["tuoaXDY4TpGDg3CYkB88rw"], "issued_at": "2018-11-09T08:21:11.000000Z"}} 2018-11-09 08:21:11,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:11,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f389760c-d0e4-4568-8ad2-8f39bec8cec8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:11,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f389760c-d0e4-4568-8ad2-8f39bec8cec8 2018-11-09 08:21:11,857 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:21:11,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:11,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bd9bef5-5e5b-4f52-abac-477b8c95bbfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:11,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9bd9bef5-5e5b-4f52-abac-477b8c95bbfb 2018-11-09 08:21:11,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:12,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-de6db0a1-36e5-4ce0-afc5-be5c02124f8e Date: Fri, 09 Nov 2018 08:21:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0d430b37-158e-4623-aeb1-83a2a6b345b5"],"updated_at":"2018-11-09T08:21:09Z","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f655401fa22a4b148012a548c99dc3e3","id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net"}]} 2018-11-09 08:21:12,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net used request id req-de6db0a1-36e5-4ce0-afc5-be5c02124f8e 2018-11-09 08:21:12,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:21:12,207 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:21:12,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:12,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69078914-5169-43bc-87fe-5295f9bb293a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3"}, "enabled": true, "id": "f655401fa22a4b148012a548c99dc3e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}} 2018-11-09 08:21:12,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 used request id req-69078914-5169-43bc-87fe-5295f9bb293a 2018-11-09 08:21:12,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:12,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ed5a9cf0-2c3e-494c-8009-67bacf9b99a7 Date: Fri, 09 Nov 2018 08:21:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:12,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-ed5a9cf0-2c3e-494c-8009-67bacf9b99a7 2018-11-09 08:21:12,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:12,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0f6e3656-3a8d-4f46-88c1-91405c9c7a8c Date: Fri, 09 Nov 2018 08:21:12 GMT RESP BODY: {"ports":[]} 2018-11-09 08:21:12,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1&admin_state_up=True used request id req-0f6e3656-3a8d-4f46-88c1-91405c9c7a8c 2018-11-09 08:21:12,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:12,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a3a5ffe-5e1f-4ade-a468-6838479fb913 x-compute-request-id: req-7a3a5ffe-5e1f-4ade-a468-6838479fb913 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:21:12,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst used request id req-7a3a5ffe-5e1f-4ade-a468-6838479fb913 2018-11-09 08:21:12,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:13,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2e8c9616-5947-417b-b807-3e5843421830 Date: Fri, 09 Nov 2018 08:21:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0d430b37-158e-4623-aeb1-83a2a6b345b5"],"updated_at":"2018-11-09T08:21:09Z","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f655401fa22a4b148012a548c99dc3e3","id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net"}]} 2018-11-09 08:21:13,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net used request id req-2e8c9616-5947-417b-b807-3e5843421830 2018-11-09 08:21:13,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:13,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e775636b-a203-4a3b-8904-1e0963c76b8e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3"}, "enabled": true, "id": "f655401fa22a4b148012a548c99dc3e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}} 2018-11-09 08:21:13,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 used request id req-e775636b-a203-4a3b-8904-1e0963c76b8e 2018-11-09 08:21:13,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:13,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d024e911-63d9-442d-ad96-749c27dca7d1 Date: Fri, 09 Nov 2018 08:21:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:13,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-d024e911-63d9-442d-ad96-749c27dca7d1 2018-11-09 08:21:13,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:13,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-311bcdea-ddd8-4d7c-9e18-6413116f466b Date: Fri, 09 Nov 2018 08:21:13 GMT RESP BODY: {"ports":[]} 2018-11-09 08:21:13,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1&admin_state_up=True used request id req-311bcdea-ddd8-4d7c-9e18-6413116f466b 2018-11-09 08:21:13,460 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:13,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:13,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad381429469142cbaee78272f2967c78", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj-role"}], "expires_at": "2018-11-09T09:21:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f655401fa22a4b148012a548c99dc3e3", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/f655401fa22a4b148012a548c99dc3e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-85172765-a462-491-user", "id": "ceb6bef6def246f6abe555ce908b1e2e"}, "audit_ids": ["WKaZTIe5RmS2B1b6bW0XFg"], "issued_at": "2018-11-09T08:21:13.000000Z"}} 2018-11-09 08:21:13,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bbec02f30716982215eba3f21d98a75d1e71343" 2018-11-09 08:21:13,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6585360b-e388-4ab6-ab7e-49f92ca8171d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:13,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6585360b-e388-4ab6-ab7e-49f92ca8171d 2018-11-09 08:21:13,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:14,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8f5c2f72-9317-4e5c-b793-badcf13fa934 Date: Fri, 09 Nov 2018 08:21: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":["0d430b37-158e-4623-aeb1-83a2a6b345b5"],"updated_at":"2018-11-09T08:21:09Z","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f655401fa22a4b148012a548c99dc3e3","id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net"}]} 2018-11-09 08:21:14,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net used request id req-8f5c2f72-9317-4e5c-b793-badcf13fa934 2018-11-09 08:21:14,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:14,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-460080e3-2850-4537-8113-9ff58f6329ce Date: Fri, 09 Nov 2018 08:21:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:14,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-460080e3-2850-4537-8113-9ff58f6329ce 2018-11-09 08:21:14,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:14,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a12f3cb9-ce39-4313-b0a4-b5f874b5dcc4 Date: Fri, 09 Nov 2018 08: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":["0d430b37-158e-4623-aeb1-83a2a6b345b5"],"updated_at":"2018-11-09T08:21:09Z","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f655401fa22a4b148012a548c99dc3e3","id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net"}]} 2018-11-09 08:21:14,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net used request id req-a12f3cb9-ce39-4313-b0a4-b5f874b5dcc4 2018-11-09 08:21:14,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:21:14,409 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:21:14,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bbec02f30716982215eba3f21d98a75d1e71343" 2018-11-09 08:21:14,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-806cf7e3-a4b6-4c27-9cbc-5dcb2485aeae Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3"}, "enabled": true, "id": "f655401fa22a4b148012a548c99dc3e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}} 2018-11-09 08:21:14,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 used request id req-806cf7e3-a4b6-4c27-9cbc-5dcb2485aeae 2018-11-09 08:21:14,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:14,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1eb32577-d897-4fe3-9641-5951c001818c Date: Fri, 09 Nov 2018 08:21:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:14,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-1eb32577-d897-4fe3-9641-5951c001818c 2018-11-09 08:21:14,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:14,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4d1cc232-2ca3-4a82-a47c-9eb3ec409ca3 Date: Fri, 09 Nov 2018 08:21:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:14,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet used request id req-4d1cc232-2ca3-4a82-a47c-9eb3ec409ca3 2018-11-09 08:21:14,909 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net 2018-11-09 08:21:14,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" -d '{"port": {"network_id": "16b28ff3-cf7a-408d-9700-78c7c1b0a107", "fixed_ips": [{"subnet_id": "0d430b37-158e-4623-aeb1-83a2a6b345b5", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1", "admin_state_up": true}}' 2018-11-09 08:21:16,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-a6e82ae9-d068-4b01-aefa-39474b99910c Date: Fri, 09 Nov 2018 08:21:16 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:21:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","ip_address":"10.55.0.101"}],"id":"ad390e71-3ca8-47d2-90fb-8f3662b364ca","security_groups":["6ed7c026-4b85-41d9-8d2e-758d94703281"],"mac_address":"fa:16:3e:84:ea:7b","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1","project_id":"f655401fa22a4b148012a548c99dc3e3","qos_policy_id":null,"admin_state_up":true,"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:15Z","binding:vnic_type":"normal"}} 2018-11-09 08:21:16,039 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-a6e82ae9-d068-4b01-aefa-39474b99910c 2018-11-09 08:21:16,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:16,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-81860e1b-2684-4c39-904a-59b7534cb6f0 Date: Fri, 09 Nov 2018 08: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":["0d430b37-158e-4623-aeb1-83a2a6b345b5"],"updated_at":"2018-11-09T08:21:09Z","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f655401fa22a4b148012a548c99dc3e3","id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net"}]} 2018-11-09 08:21:16,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net used request id req-81860e1b-2684-4c39-904a-59b7534cb6f0 2018-11-09 08:21:16,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:16,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8e45e55-b237-4017-b385-54960eb51b6a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3"}, "enabled": true, "id": "f655401fa22a4b148012a548c99dc3e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}} 2018-11-09 08:21:16,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 used request id req-a8e45e55-b237-4017-b385-54960eb51b6a 2018-11-09 08:21:16,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:16,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5902ff26-404e-46f8-b385-d8cfcd41540e Date: Fri, 09 Nov 2018 08:21:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:16,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-5902ff26-404e-46f8-b385-d8cfcd41540e 2018-11-09 08:21:16,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:16,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-07a3d584-9c51-4d54-8611-7e2527ec1edd Date: Fri, 09 Nov 2018 08:21:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:21:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","ip_address":"10.55.0.101"}],"id":"ad390e71-3ca8-47d2-90fb-8f3662b364ca","security_groups":["6ed7c026-4b85-41d9-8d2e-758d94703281"],"mac_address":"fa:16:3e:84:ea:7b","project_id":"f655401fa22a4b148012a548c99dc3e3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1","admin_state_up":true,"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:15Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:21:16,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1&admin_state_up=True used request id req-07a3d584-9c51-4d54-8611-7e2527ec1edd 2018-11-09 08:21:16,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:16,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be17e91-061c-4618-aed4-9efd0f0118ce Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3"}, "enabled": true, "id": "f655401fa22a4b148012a548c99dc3e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}} 2018-11-09 08:21:16,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 used request id req-7be17e91-061c-4618-aed4-9efd0f0118ce 2018-11-09 08:21:16,728 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst 2018-11-09 08:21:16,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:16,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b94d7dd-8730-494e-9f7d-e66bd73f2c52 x-compute-request-id: req-5b94d7dd-8730-494e-9f7d-e66bd73f2c52 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8f97c6a7-4062-4654-b34e-d3100773c548", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-flavor-name"}]} 2018-11-09 08:21:16,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5b94d7dd-8730-494e-9f7d-e66bd73f2c52 2018-11-09 08:21:16,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/8f97c6a7-4062-4654-b34e-d3100773c548 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:16,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f83390cd-060a-464b-8329-27c1db615d68 x-compute-request-id: req-f83390cd-060a-464b-8329-27c1db615d68 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8f97c6a7-4062-4654-b34e-d3100773c548", "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:21:16,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/8f97c6a7-4062-4654-b34e-d3100773c548 used request id req-f83390cd-060a-464b-8329-27c1db615d68 2018-11-09 08:21:16,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:17,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-5719126b-3028-488f-914b-ba1657af5956 Date: Fri, 09 Nov 2018 08:21:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:21:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:21:07Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4824dbf4-d495-4e3a-98a6-847e99e44501/snap", "metadata": {}}], "self": "/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "min_disk": 0, "protected": false, "id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "file": "/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f655401fa22a4b148012a548c99dc3e3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4824dbf4-d495-4e3a-98a6-847e99e44501/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image"} 2018-11-09 08:21:17,177 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image used request id req-5719126b-3028-488f-914b-ba1657af5956 2018-11-09 08:21:17,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:17,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6ed98b3b-6615-45bd-8705-73230316def3 Date: Fri, 09 Nov 2018 08:21:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:21:17,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-6ed98b3b-6615-45bd-8705-73230316def3 2018-11-09 08:21:17,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" -d '{"server": {"name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst", "imageRef": "4824dbf4-d495-4e3a-98a6-847e99e44501", "flavorRef": "8f97c6a7-4062-4654-b34e-d3100773c548", "max_count": 1, "min_count": 1, "networks": [{"port": "ad390e71-3ca8-47d2-90fb-8f3662b364ca"}]}}' 2018-11-09 08:21:19,108 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:21:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c49af1e6-48ca-4322-8fd9-2459a8bfdd6f x-compute-request-id: req-c49af1e6-48ca-4322-8fd9-2459a8bfdd6f Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5c0c8f03-3075-4361-b248-d17c02a4801f", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "bookmark"}], "adminPass": "6NYE4QNRmvf4"}} 2018-11-09 08:21:19,109 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-c49af1e6-48ca-4322-8fd9-2459a8bfdd6f 2018-11-09 08:21:19,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:19,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b836f6c5-81c4-4f17-ab4f-9961be948314 x-compute-request-id: req-b836f6c5-81c4-4f17-ab4f-9961be948314 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.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "bookmark"}], "image": {"id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "links": [{"href": "http://172.30.9.27:8774/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8f97c6a7-4062-4654-b34e-d3100773c548", "links": [{"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}]}, "id": "5c0c8f03-3075-4361-b248-d17c02a4801f", "user_id": "ceb6bef6def246f6abe555ce908b1e2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:21:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst", "created": "2018-11-09T08:21:19Z", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:21:19,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f used request id req-b836f6c5-81c4-4f17-ab4f-9961be948314 2018-11-09 08:21:19,412 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst 2018-11-09 08:21:19,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:19,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21: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-a83d8b89-2563-4372-9377-8d1535f3a0fa x-compute-request-id: req-a83d8b89-2563-4372-9377-8d1535f3a0fa 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.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "bookmark"}], "image": {"id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "links": [{"href": "http://172.30.9.27:8774/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8f97c6a7-4062-4654-b34e-d3100773c548", "links": [{"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}]}, "id": "5c0c8f03-3075-4361-b248-d17c02a4801f", "user_id": "ceb6bef6def246f6abe555ce908b1e2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:21:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst", "created": "2018-11-09T08:21:19Z", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:21:19,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f used request id req-a83d8b89-2563-4372-9377-8d1535f3a0fa 2018-11-09 08:21:19,708 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst] is - BUILD 2018-11-09 08:21:19,708 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:21:22,712 - create_instance - DEBUG - VM status query timeout in 896.700824976 2018-11-09 08:21:22,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:23,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f44b394c-533a-4a40-9f1e-5bdcdc57d8b2 x-compute-request-id: req-f44b394c-533a-4a40-9f1e-5bdcdc57d8b2 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.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "bookmark"}], "image": {"id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "links": [{"href": "http://172.30.9.27:8774/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8f97c6a7-4062-4654-b34e-d3100773c548", "links": [{"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}]}, "id": "5c0c8f03-3075-4361-b248-d17c02a4801f", "security_groups": [{"name": "default"}], "user_id": "ceb6bef6def246f6abe555ce908b1e2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:21:20Z", "hostId": "bdbb5cadfd2b9c305171a1865b60c66733b77e2750b51a3702a73679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst", "created": "2018-11-09T08:21:19Z", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:21:23,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f used request id req-f44b394c-533a-4a40-9f1e-5bdcdc57d8b2 2018-11-09 08:21:23,487 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst] is - BUILD 2018-11-09 08:21:23,487 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:21:26,491 - create_instance - DEBUG - VM status query timeout in 892.921601057 2018-11-09 08:21:26,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:26,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3c05404-1270-4c97-9495-b71a969c2d16 x-compute-request-id: req-d3c05404-1270-4c97-9495-b71a969c2d16 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.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "bookmark"}], "image": {"id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "links": [{"href": "http://172.30.9.27:8774/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8f97c6a7-4062-4654-b34e-d3100773c548", "links": [{"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}]}, "id": "5c0c8f03-3075-4361-b248-d17c02a4801f", "security_groups": [{"name": "default"}], "user_id": "ceb6bef6def246f6abe555ce908b1e2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:21:20Z", "hostId": "bdbb5cadfd2b9c305171a1865b60c66733b77e2750b51a3702a73679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst", "created": "2018-11-09T08:21:19Z", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:21:26,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f used request id req-d3c05404-1270-4c97-9495-b71a969c2d16 2018-11-09 08:21:26,808 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst] is - BUILD 2018-11-09 08:21:26,809 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:21:29,812 - create_instance - DEBUG - VM status query timeout in 889.60056591 2018-11-09 08:21:29,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:30,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b38b7d7d-f778-44d8-9db1-c4120e5921d7 x-compute-request-id: req-b38b7d7d-f778-44d8-9db1-c4120e5921d7 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:ea:7b", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "bookmark"}], "image": {"id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "links": [{"href": "http://172.30.9.27:8774/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:21:27.000000", "flavor": {"id": "8f97c6a7-4062-4654-b34e-d3100773c548", "links": [{"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}]}, "id": "5c0c8f03-3075-4361-b248-d17c02a4801f", "security_groups": [{"name": "default"}], "user_id": "ceb6bef6def246f6abe555ce908b1e2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:21:27Z", "hostId": "bdbb5cadfd2b9c305171a1865b60c66733b77e2750b51a3702a73679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst", "created": "2018-11-09T08:21:19Z", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:21:30,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f used request id req-b38b7d7d-f778-44d8-9db1-c4120e5921d7 2018-11-09 08:21:30,300 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst] is - ACTIVE 2018-11-09 08:21:30,300 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:21:30,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:30,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d98ef22-8b33-4187-b952-7af308c136cf x-compute-request-id: req-8d98ef22-8b33-4187-b952-7af308c136cf Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:ea:7b", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "bookmark"}], "image": {"id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "links": [{"href": "http://172.30.9.27:8774/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:21:27.000000", "flavor": {"id": "8f97c6a7-4062-4654-b34e-d3100773c548", "links": [{"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}]}, "id": "5c0c8f03-3075-4361-b248-d17c02a4801f", "security_groups": [{"name": "default"}], "user_id": "ceb6bef6def246f6abe555ce908b1e2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:21:27Z", "hostId": "bdbb5cadfd2b9c305171a1865b60c66733b77e2750b51a3702a73679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst", "created": "2018-11-09T08:21:19Z", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:21:30,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f used request id req-8d98ef22-8b33-4187-b952-7af308c136cf 2018-11-09 08:21:30,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:30,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-72fa8ab0-8e4e-4d33-9365-0e73abce6419 Date: Fri, 09 Nov 2018 08: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":["0d430b37-158e-4623-aeb1-83a2a6b345b5"],"updated_at":"2018-11-09T08:21:09Z","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f655401fa22a4b148012a548c99dc3e3","id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net"}]} 2018-11-09 08:21:30,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net used request id req-72fa8ab0-8e4e-4d33-9365-0e73abce6419 2018-11-09 08:21:31,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:31,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6e45554-8ff3-440e-a775-2fd0f658bcc3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3"}, "enabled": true, "id": "f655401fa22a4b148012a548c99dc3e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}} 2018-11-09 08:21:31,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 used request id req-d6e45554-8ff3-440e-a775-2fd0f658bcc3 2018-11-09 08:21:31,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:31,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1740dc9b-f963-4007-b3cf-39392ec8c4d5 Date: Fri, 09 Nov 2018 08:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:31,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-1740dc9b-f963-4007-b3cf-39392ec8c4d5 2018-11-09 08:21:31,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:31,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-e4467855-0313-4a13-bc97-05e7d7edae67 Date: Fri, 09 Nov 2018 08:21:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:21:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","ip_address":"10.55.0.4"}],"id":"68f2cb40-bb3b-4c9b-b616-8d0b987a9c72","security_groups":[],"mac_address":"fa:16:3e:40:cb:72","project_id":"f655401fa22a4b148012a548c99dc3e3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-16b28ff3-cf7a-408d-9700-78c7c1b0a107"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:21:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","ip_address":"10.55.0.3"}],"id":"a57a1487-a148-4ad7-9c9d-2d01ffb2b5e4","security_groups":[],"mac_address":"fa:16:3e:2f:7e:2e","project_id":"f655401fa22a4b148012a548c99dc3e3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-16b28ff3-cf7a-408d-9700-78c7c1b0a107"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:21:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","ip_address":"10.55.0.101"}],"id":"ad390e71-3ca8-47d2-90fb-8f3662b364ca","security_groups":["6ed7c026-4b85-41d9-8d2e-758d94703281"],"mac_address":"fa:16:3e:84:ea:7b","project_id":"f655401fa22a4b148012a548c99dc3e3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1","admin_state_up":true,"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:15Z","binding:vnic_type":"normal","device_id":"5c0c8f03-3075-4361-b248-d17c02a4801f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","ip_address":"10.55.0.2"}],"id":"f53f7a57-9697-43be-aec0-bd33a23371e0","security_groups":[],"mac_address":"fa:16:3e:35:6f:d9","project_id":"f655401fa22a4b148012a548c99dc3e3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-16b28ff3-cf7a-408d-9700-78c7c1b0a107"}]} 2018-11-09 08:21:31,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-e4467855-0313-4a13-bc97-05e7d7edae67 2018-11-09 08:21:31,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:31,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-19b3f21e-5595-4118-8d89-e07d341bfe61 Date: Fri, 09 Nov 2018 08: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":["0d430b37-158e-4623-aeb1-83a2a6b345b5"],"updated_at":"2018-11-09T08:21:09Z","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f655401fa22a4b148012a548c99dc3e3","id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net"}]} 2018-11-09 08:21:31,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-19b3f21e-5595-4118-8d89-e07d341bfe61 2018-11-09 08:21:31,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:31,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9cf39489-b2f8-42cf-98ac-531f685b7424 Date: Fri, 09 Nov 2018 08:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:31,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-9cf39489-b2f8-42cf-98ac-531f685b7424 2018-11-09 08:21:31,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:31,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-655ab5ce-6110-41a2-b0d2-2e488503ed0d Date: Fri, 09 Nov 2018 08:21:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16b28ff3-cf7a-408d-9700-78c7c1b0a107","tenant_id":"f655401fa22a4b148012a548c99dc3e3","created_at":"2018-11-09T08:21:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"f655401fa22a4b148012a548c99dc3e3","id":"0d430b37-158e-4623-aeb1-83a2a6b345b5","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet"}]} 2018-11-09 08:21:31,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=16b28ff3-cf7a-408d-9700-78c7c1b0a107&name=CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet used request id req-655ab5ce-6110-41a2-b0d2-2e488503ed0d 2018-11-09 08:21:31,986 - create_instance - INFO - Deleting Port with ID - ad390e71-3ca8-47d2-90fb-8f3662b364ca 2018-11-09 08:21:31,986 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cdport-1 2018-11-09 08:21:31,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/ad390e71-3ca8-47d2-90fb-8f3662b364ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:32,424 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6326f8ed-87b7-48ff-80aa-48b91b31ace1 Date: Fri, 09 Nov 2018 08:21:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:21:32,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/ad390e71-3ca8-47d2-90fb-8f3662b364ca used request id req-6326f8ed-87b7-48ff-80aa-48b91b31ace1 2018-11-09 08:21:32,424 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst 2018-11-09 08:21:32,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:32,575 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:21:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6882c777-ddf6-48c4-bca9-92c7a5609b1d x-compute-request-id: req-6882c777-ddf6-48c4-bca9-92c7a5609b1d Content-Type: application/json 2018-11-09 08:21:32,576 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f used request id req-6882c777-ddf6-48c4-bca9-92c7a5609b1d 2018-11-09 08:21:32,576 - create_instance - INFO - Checking deletion status 2018-11-09 08:21:32,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:32,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10c48f97-1ad3-4ced-8098-6f4333815a5f x-compute-request-id: req-10c48f97-1ad3-4ced-8098-6f4333815a5f 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.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "bookmark"}], "image": {"id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "links": [{"href": "http://172.30.9.27:8774/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:21:27.000000", "flavor": {"id": "8f97c6a7-4062-4654-b34e-d3100773c548", "links": [{"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}]}, "id": "5c0c8f03-3075-4361-b248-d17c02a4801f", "user_id": "ceb6bef6def246f6abe555ce908b1e2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:21:32Z", "hostId": "bdbb5cadfd2b9c305171a1865b60c66733b77e2750b51a3702a73679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst", "created": "2018-11-09T08:21:19Z", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:21:32,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f used request id req-10c48f97-1ad3-4ced-8098-6f4333815a5f 2018-11-09 08:21:32,813 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst] is - ACTIVE 2018-11-09 08:21:32,814 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:21:35,817 - create_instance - DEBUG - VM status query timeout in 296.75940609 2018-11-09 08:21:35,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:36,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21: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-cbae3a44-c0fc-49ec-8d14-d0fe021b4f0d x-compute-request-id: req-cbae3a44-c0fc-49ec-8d14-d0fe021b4f0d 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.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c0c8f03-3075-4361-b248-d17c02a4801f", "rel": "bookmark"}], "image": {"id": "4824dbf4-d495-4e3a-98a6-847e99e44501", "links": [{"href": "http://172.30.9.27:8774/images/4824dbf4-d495-4e3a-98a6-847e99e44501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:21:27.000000", "flavor": {"id": "8f97c6a7-4062-4654-b34e-d3100773c548", "links": [{"href": "http://172.30.9.27:8774/flavors/8f97c6a7-4062-4654-b34e-d3100773c548", "rel": "bookmark"}]}, "id": "5c0c8f03-3075-4361-b248-d17c02a4801f", "user_id": "ceb6bef6def246f6abe555ce908b1e2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:21:32Z", "hostId": "bdbb5cadfd2b9c305171a1865b60c66733b77e2750b51a3702a73679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst", "created": "2018-11-09T08:21:19Z", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:21:36,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f used request id req-cbae3a44-c0fc-49ec-8d14-d0fe021b4f0d 2018-11-09 08:21:36,080 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst] is - ACTIVE 2018-11-09 08:21:36,080 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:21:39,083 - create_instance - DEBUG - VM status query timeout in 293.493031979 2018-11-09 08:21:39,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d605a0e6abebab223be1aaa84967e8c38145f8" 2018-11-09 08:21:39,131 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:21:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea23e878-458a-4aa0-9b73-4a1e4721486e x-compute-request-id: req-ea23e878-458a-4aa0-9b73-4a1e4721486e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5c0c8f03-3075-4361-b248-d17c02a4801f could not be found.", "code": 404}} 2018-11-09 08:21:39,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/5c0c8f03-3075-4361-b248-d17c02a4801f used request id req-ea23e878-458a-4aa0-9b73-4a1e4721486e 2018-11-09 08:21:39,132 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5c0c8f03-3075-4361-b248-d17c02a4801f could not be found. (HTTP 404) (Request-ID: req-ea23e878-458a-4aa0-9b73-4a1e4721486e) 2018-11-09 08:21:39,132 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-inst 2018-11-09 08:21:39,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/8f97c6a7-4062-4654-b34e-d3100773c548 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90082c6502bdc25928bf103fdeb91e1ea729bbae" 2018-11-09 08:21:39,169 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:21:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fd12e38e-0eda-48c0-ab9e-2477082514f6 x-compute-request-id: req-fd12e38e-0eda-48c0-ab9e-2477082514f6 Content-Length: 0 Content-Type: application/json 2018-11-09 08:21:39,169 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8f97c6a7-4062-4654-b34e-d3100773c548 used request id req-fd12e38e-0eda-48c0-ab9e-2477082514f6 2018-11-09 08:21:39,170 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet 2018-11-09 08:21:39,170 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-subnet 2018-11-09 08:21:39,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/0d430b37-158e-4623-aeb1-83a2a6b345b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d61bb3a07f9c893eaf50396c03a84162bd864c" 2018-11-09 08:21:41,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7ca72ff1-b9dc-453a-b672-fec17f21097f Date: Fri, 09 Nov 2018 08:21:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:21:41,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/0d430b37-158e-4623-aeb1-83a2a6b345b5 used request id req-7ca72ff1-b9dc-453a-b672-fec17f21097f 2018-11-09 08:21:41,515 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-pub-net 2018-11-09 08:21:41,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/16b28ff3-cf7a-408d-9700-78c7c1b0a107 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d61bb3a07f9c893eaf50396c03a84162bd864c" 2018-11-09 08:21:42,755 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-173dbdb0-255e-40ed-b48a-0b31e1b3c94b Date: Fri, 09 Nov 2018 08:21:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:21:42,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/16b28ff3-cf7a-408d-9700-78c7c1b0a107 used request id req-173dbdb0-255e-40ed-b48a-0b31e1b3c94b 2018-11-09 08:21:42,756 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e175c0f5-b1f2-43c6-97d2-0c209dcef9cd-image 2018-11-09 08:21:42,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}842b79d00c0fc5a688b3ff14ed01828fab6974d2" 2018-11-09 08:21:44,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a370370c-b394-4615-bcd0-a9c30da15926 Date: Fri, 09 Nov 2018 08:21:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:21:44,599 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4824dbf4-d495-4e3a-98a6-847e99e44501 used request id req-a370370c-b394-4615-bcd0-a9c30da15926 2018-11-09 08:21:44,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:44,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d015b462-4542-4f9c-965d-48c1883404a1 Date: Fri, 09 Nov 2018 08:21:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "created_at": "2018-11-09T08:21:08Z", "updated_at": "2018-11-09T08:21:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:21:08Z", "revision_number": 0, "id": "2a0a2a54-1ae2-4204-a4e7-2a323f0a8e28", "remote_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "remote_ip_prefix": null, "created_at": "2018-11-09T08:21:08Z", "security_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "f655401fa22a4b148012a548c99dc3e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:21:08Z", "revision_number": 0, "id": "b36e10fb-db77-408a-8fa8-0c78985c85b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:21:08Z", "security_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "f655401fa22a4b148012a548c99dc3e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:21:08Z", "revision_number": 0, "id": "d7678f95-88c2-4dac-a5a9-c63da52b3087", "remote_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "remote_ip_prefix": null, "created_at": "2018-11-09T08:21:08Z", "security_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "f655401fa22a4b148012a548c99dc3e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:21:08Z", "revision_number": 0, "id": "deb7eed4-765b-4300-ac0c-5a9a3eba15e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:21:08Z", "security_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "f655401fa22a4b148012a548c99dc3e3"}], "revision_number": 4, "project_id": "f655401fa22a4b148012a548c99dc3e3", "id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:21:44,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-d015b462-4542-4f9c-965d-48c1883404a1 2018-11-09 08:21:44,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:44,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c91571a1-ff8f-4038-9381-68ab74693549 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:21:44,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-c91571a1-ff8f-4038-9381-68ab74693549 2018-11-09 08:21:44,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:45,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4261a0a-ab53-4a3e-951d-d8a99617051b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3"}, "enabled": true, "id": "f655401fa22a4b148012a548c99dc3e3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-85172765-a462-491-proj"}} 2018-11-09 08:21:45,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 used request id req-a4261a0a-ab53-4a3e-951d-d8a99617051b 2018-11-09 08:21:45,005 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ed7c026-4b85-41d9-8d2e-758d94703281 2018-11-09 08:21:45,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6ed7c026-4b85-41d9-8d2e-758d94703281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:45,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2d6b0723-69e1-4962-96ad-3d76c4d811c7 Date: Fri, 09 Nov 2018 08:21:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:21:08Z", "security_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "port_range_min": null, "revision_number": 0, "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "created_at": "2018-11-09T08:21:08Z", "project_id": "f655401fa22a4b148012a548c99dc3e3", "id": "2a0a2a54-1ae2-4204-a4e7-2a323f0a8e28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:21:08Z", "security_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "port_range_min": null, "revision_number": 0, "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "created_at": "2018-11-09T08:21:08Z", "project_id": "f655401fa22a4b148012a548c99dc3e3", "id": "b36e10fb-db77-408a-8fa8-0c78985c85b6"}, {"remote_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:21:08Z", "security_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "port_range_min": null, "revision_number": 0, "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "created_at": "2018-11-09T08:21:08Z", "project_id": "f655401fa22a4b148012a548c99dc3e3", "id": "d7678f95-88c2-4dac-a5a9-c63da52b3087"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:21:08Z", "security_group_id": "6ed7c026-4b85-41d9-8d2e-758d94703281", "port_range_min": null, "revision_number": 0, "tenant_id": "f655401fa22a4b148012a548c99dc3e3", "created_at": "2018-11-09T08:21:08Z", "project_id": "f655401fa22a4b148012a548c99dc3e3", "id": "deb7eed4-765b-4300-ac0c-5a9a3eba15e7"}]} 2018-11-09 08:21:45,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6ed7c026-4b85-41d9-8d2e-758d94703281 used request id req-2d6b0723-69e1-4962-96ad-3d76c4d811c7 2018-11-09 08:21:45,176 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:21:45,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6ed7c026-4b85-41d9-8d2e-758d94703281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:45,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-002f2a9f-351c-4b6a-a01a-7c4ec5ad8043 Content-Length: 0 Date: Fri, 09 Nov 2018 08:21:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:21:45,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6ed7c026-4b85-41d9-8d2e-758d94703281 used request id req-002f2a9f-351c-4b6a-a01a-7c4ec5ad8043 2018-11-09 08:21:45,492 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-85172765-a462-491-proj 2018-11-09 08:21:45,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:45,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:21:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35ba6bac-e27e-480c-aa9f-3c271ddaec8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:21:45,726 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/f655401fa22a4b148012a548c99dc3e3 used request id req-35ba6bac-e27e-480c-aa9f-3c271ddaec8a 2018-11-09 08:21:45,726 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-85172765-a462-491-proj-role 2018-11-09 08:21:45,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/ad381429469142cbaee78272f2967c78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:45,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:21:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d299e8ab-7672-4b8d-a1dd-312fdc21ec92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:21:45,844 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/ad381429469142cbaee78272f2967c78 used request id req-d299e8ab-7672-4b8d-a1dd-312fdc21ec92 2018-11-09 08:21:45,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd4aab4b7889a41cf034e8904648cd3c7650c55" 2018-11-09 08:21:45,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9fa88e-2561-490c-8068-f6c25518d5c3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:21:45,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4f9fa88e-2561-490c-8068-f6c25518d5c3 2018-11-09 08:21:45,946 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-85172765-a462-491-user 2018-11-09 08:21:45,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ceb6bef6def246f6abe555ce908b1e2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}819d3259633c64a81064c81a0c33e56739dbf8c4" 2018-11-09 08:21:46,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:21:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7be3ceb-3a3b-483d-b843-5656f2efed82 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:21:46,190 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ceb6bef6def246f6abe555ce908b1e2e used request id req-d7be3ceb-3a3b-483d-b843-5656f2efed82 2018-11-09 08:21:46,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:46,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:21:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Mb5Acl02SyKjbwWGgi1PmQ"], "issued_at": "2018-11-09T08:21:46.000000Z"}} 2018-11-09 08:21:46,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0302de0b5dcb888e4a2081e3656cf823a37830d" 2018-11-09 08:21:46,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b1a2889-4956-40e0-8328-1f36057618c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:46,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8b1a2889-4956-40e0-8328-1f36057618c9 2018-11-09 08:21:46,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:46,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:47,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:21:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Z7F1y01xSoG6xH9e2FpmZg"], "issued_at": "2018-11-09T08:21:47.000000Z"}} 2018-11-09 08:21:47,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:21:47,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55470c95-22ab-478b-abeb-5ac7df0c1522 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:47,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-55470c95-22ab-478b-abeb-5ac7df0c1522 2018-11-09 08:21:47,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:21:47,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:21:47,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:21:47,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f122129f-6a02-4603-acad-e20561b98fea Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:21:47,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj used request id req-f122129f-6a02-4603-acad-e20561b98fea 2018-11-09 08:21:47,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:21:47,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff98cb7-96fc-4ef0-93c6-c1ea1ca35166 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:21:47,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-2ff98cb7-96fc-4ef0-93c6-c1ea1ca35166 2018-11-09 08:21:47,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}}' 2018-11-09 08:21:47,455 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-311ada1a-7294-4618-bdfb-06ffbe4a6399 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd"}, "enabled": true, "id": "daa4c131f800449780b62d0b53f9e7dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}} 2018-11-09 08:21:47,455 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-311ada1a-7294-4618-bdfb-06ffbe4a6399 2018-11-09 08:21:47,455 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj 2018-11-09 08:21:47,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:47,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:47,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:21:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["871TtjE_TKKnw9d7siX1WA"], "issued_at": "2018-11-09T08:21:47.000000Z"}} 2018-11-09 08:21:47,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9da10ef7ba64a79f8b969ea46671c3632a6f22d" 2018-11-09 08:21:47,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dcb2022-74c1-40b4-8e1e-98341ff14fe2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:47,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4dcb2022-74c1-40b4-8e1e-98341ff14fe2 2018-11-09 08:21:47,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:21:47,942 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:21:47,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9da10ef7ba64a79f8b969ea46671c3632a6f22d" 2018-11-09 08:21:48,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa3f88fb-6f82-458a-b2e6-ffab1abd1063 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:21:48,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-aa3f88fb-6f82-458a-b2e6-ffab1abd1063 2018-11-09 08:21:48,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9da10ef7ba64a79f8b969ea46671c3632a6f22d" 2018-11-09 08:21:48,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e691bf51-1625-47db-bb9e-9636e0d32edd Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd"}, "enabled": true, "id": "daa4c131f800449780b62d0b53f9e7dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}]} 2018-11-09 08:21:48,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj used request id req-e691bf51-1625-47db-bb9e-9636e0d32edd 2018-11-09 08:21:48,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9da10ef7ba64a79f8b969ea46671c3632a6f22d" 2018-11-09 08:21:48,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f68de690-54d3-476e-9202-8ef5153ba142 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:21:48,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f68de690-54d3-476e-9202-8ef5153ba142 2018-11-09 08:21:48,664 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-6b52b4af-1a43-47c-user 2018-11-09 08:21:48,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:48,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:21:48,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe619c52-59fb-450b-b08f-5926564b27a9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:21:48,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fe619c52-59fb-450b-b08f-5926564b27a9 2018-11-09 08:21:48,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" -d '{"role": {"name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj-role"}}' 2018-11-09 08:21:48,897 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cae2a15a-c4d0-45d0-853e-ab7095341af0 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "73fe41e6a741484b8436a6c268417198", "links": {"self": "http://172.30.9.27:5000/v3/roles/73fe41e6a741484b8436a6c268417198"}, "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj-role"}} 2018-11-09 08:21:48,897 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-cae2a15a-c4d0-45d0-853e-ab7095341af0 2018-11-09 08:21:48,898 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj-role 2018-11-09 08:21:48,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/73fe41e6a741484b8436a6c268417198 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:21:48,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf8b54d5-d21a-4cf0-8bbd-0331755ea89e Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/73fe41e6a741484b8436a6c268417198"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj-role", "id": "73fe41e6a741484b8436a6c268417198"}} 2018-11-09 08:21:48,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/73fe41e6a741484b8436a6c268417198 used request id req-cf8b54d5-d21a-4cf0-8bbd-0331755ea89e 2018-11-09 08:21:48,988 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj-role to project CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj 2018-11-09 08:21:48,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd/users/e5a1dca1b315480a807794c837fb5227/roles/73fe41e6a741484b8436a6c268417198 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:21:49,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3357cafe-5302-43da-9a57-beed5859e57a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:21:49,139 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd/users/e5a1dca1b315480a807794c837fb5227/roles/73fe41e6a741484b8436a6c268417198 used request id req-3357cafe-5302-43da-9a57-beed5859e57a 2018-11-09 08:21:49,140 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:21:49,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:49,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:49,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73fe41e6a741484b8436a6c268417198", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj-role"}], "expires_at": "2018-11-09T09:21:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "daa4c131f800449780b62d0b53f9e7dd", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-user", "id": "e5a1dca1b315480a807794c837fb5227"}, "audit_ids": ["GmsfH7hlRoGMQlP1HNCVog"], "issued_at": "2018-11-09T08:21:49.000000Z"}} 2018-11-09 08:21:49,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23de821476ea43070a853c6ea517894cf1dd08e4" 2018-11-09 08:21:49,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe16d1f3-da60-4cf5-94d2-1c5b8dff3ba3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:49,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fe16d1f3-da60-4cf5-94d2-1c5b8dff3ba3 2018-11-09 08:21:49,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}23de821476ea43070a853c6ea517894cf1dd08e4" 2018-11-09 08:21:49,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-9c9c3293-c239-45ae-9a59-2e1b345d6c24 Date: Fri, 09 Nov 2018 08:21:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image"} 2018-11-09 08:21:49,755 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image used request id req-9c9c3293-c239-45ae-9a59-2e1b345d6c24 2018-11-09 08:21:49,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}23de821476ea43070a853c6ea517894cf1dd08e4" 2018-11-09 08:21:49,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1c1e4962-2441-4356-91e7-2941f2e5076d Date: Fri, 09 Nov 2018 08:21:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:21:49,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-1c1e4962-2441-4356-91e7-2941f2e5076d 2018-11-09 08:21:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}23de821476ea43070a853c6ea517894cf1dd08e4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image"}' 2018-11-09 08:21:50,158 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8 X-Openstack-Request-Id: req-5592722c-eeae-4e4d-a2a1-ab69e9d8b292 Date: Fri, 09 Nov 2018 08:21:50 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:21:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:21:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "min_disk": 0, "protected": false, "id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "file": "/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/file", "checksum": null, "owner": "daa4c131f800449780b62d0b53f9e7dd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:21:50,158 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5592722c-eeae-4e4d-a2a1-ab69e9d8b292 2018-11-09 08:21:50,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}23de821476ea43070a853c6ea517894cf1dd08e4" -d '' 2018-11-09 08:21:52,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-19ed0641-c4e7-432a-9396-053771fab0a3 Date: Fri, 09 Nov 2018 08:21:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:21:52,184 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/file used request id req-19ed0641-c4e7-432a-9396-053771fab0a3 2018-11-09 08:21:52,185 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:21:52,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}23de821476ea43070a853c6ea517894cf1dd08e4" 2018-11-09 08:21:52,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e4e079a2-14a7-427b-ba0a-a40f8885645b Date: Fri, 09 Nov 2018 08:21:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:21:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:21:52Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/snap", "metadata": {}}], "self": "/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "min_disk": 0, "protected": false, "id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "file": "/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "daa4c131f800449780b62d0b53f9e7dd", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:21:52,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8 used request id req-e4e079a2-14a7-427b-ba0a-a40f8885645b 2018-11-09 08:21:52,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}23de821476ea43070a853c6ea517894cf1dd08e4" 2018-11-09 08:21:52,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2b51d1d2-fb98-4764-9e70-9150d3ef8a13 Date: Fri, 09 Nov 2018 08:21:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:21:52,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-2b51d1d2-fb98-4764-9e70-9150d3ef8a13 2018-11-09 08:21:52,511 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image 2018-11-09 08:21:52,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}23de821476ea43070a853c6ea517894cf1dd08e4" 2018-11-09 08:21:52,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-458fa0d1-87a0-4df3-b4ae-040be722c149 Date: Fri, 09 Nov 2018 08:21:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:21:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:21:52Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/snap", "metadata": {}}], "self": "/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "min_disk": 0, "protected": false, "id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "file": "/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "daa4c131f800449780b62d0b53f9e7dd", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:21:52,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8 used request id req-458fa0d1-87a0-4df3-b4ae-040be722c149 2018-11-09 08:21:52,670 - create_image - DEBUG - Instance status is - active 2018-11-09 08:21:52,671 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image 2018-11-09 08:21:52,671 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image 2018-11-09 08:21:52,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:52,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:53,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73fe41e6a741484b8436a6c268417198", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj-role"}], "expires_at": "2018-11-09T09:21:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "daa4c131f800449780b62d0b53f9e7dd", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-user", "id": "e5a1dca1b315480a807794c837fb5227"}, "audit_ids": ["MEI3o4kIRC-sQaEFRTvb1A"], "issued_at": "2018-11-09T08:21:52.000000Z"}} 2018-11-09 08:21:53,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67fff30496dcbd9c32174ab67bbfe4e6cba813" 2018-11-09 08:21:53,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3035c445-ae99-42c3-9240-ec7834bc4379 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:53,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3035c445-ae99-42c3-9240-ec7834bc4379 2018-11-09 08:21:53,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67fff30496dcbd9c32174ab67bbfe4e6cba813" 2018-11-09 08:21:53,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-be06560a-bdff-44eb-b3ea-294fe341d9ef Date: Fri, 09 Nov 2018 08:21:53 GMT RESP BODY: {"networks":[]} 2018-11-09 08:21:53,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net used request id req-be06560a-bdff-44eb-b3ea-294fe341d9ef 2018-11-09 08:21:53,317 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net 2018-11-09 08:21:53,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67fff30496dcbd9c32174ab67bbfe4e6cba813" -d '{"network": {"name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net", "admin_state_up": true}}' 2018-11-09 08:21:53,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-ac03590f-da7c-4b90-8f46-63963ba40f5c Date: Fri, 09 Nov 2018 08:21:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"daa4c131f800449780b62d0b53f9e7dd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:21:53Z","is_default":false,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:53Z","mtu":1450}} 2018-11-09 08:21:53,907 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-ac03590f-da7c-4b90-8f46-63963ba40f5c 2018-11-09 08:21:53,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67fff30496dcbd9c32174ab67bbfe4e6cba813" 2018-11-09 08:21:54,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-4e6a8450-c32a-4253-b5d9-bd70d9ee49fd Date: Fri, 09 Nov 2018 08:21:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:21:53Z","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"daa4c131f800449780b62d0b53f9e7dd","id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net"}]} 2018-11-09 08:21:54,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-4e6a8450-c32a-4253-b5d9-bd70d9ee49fd 2018-11-09 08:21:54,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67fff30496dcbd9c32174ab67bbfe4e6cba813" 2018-11-09 08:21:54,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0ae9962b-5649-46e1-a086-d764e633e81c Date: Fri, 09 Nov 2018 08:21:54 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:21:54,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-0ae9962b-5649-46e1-a086-d764e633e81c 2018-11-09 08:21:54,187 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet 2018-11-09 08:21:54,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67fff30496dcbd9c32174ab67bbfe4e6cba813" -d '{"subnets": [{"ip_version": 4, "network_id": "2db679a9-3972-4ca7-98f3-9b53ae9bd4e5", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet"}]}' 2018-11-09 08:21:54,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b1f9f788-2ce3-44ab-b707-258cc330d2f2 Date: Fri, 09 Nov 2018 08:21:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"daa4c131f800449780b62d0b53f9e7dd","id":"663a9758-5006-4b65-8499-108f6aac2548","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet"}]} 2018-11-09 08:21:54,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-b1f9f788-2ce3-44ab-b707-258cc330d2f2 2018-11-09 08:21:54,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67fff30496dcbd9c32174ab67bbfe4e6cba813" 2018-11-09 08:21:55,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-3babdf46-d73c-49f9-aacb-14649ead8eb9 Date: Fri, 09 Nov 2018 08:21: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":["663a9758-5006-4b65-8499-108f6aac2548"],"updated_at":"2018-11-09T08:21:54Z","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"daa4c131f800449780b62d0b53f9e7dd","id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net"}]} 2018-11-09 08:21:55,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-3babdf46-d73c-49f9-aacb-14649ead8eb9 2018-11-09 08:21:55,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67fff30496dcbd9c32174ab67bbfe4e6cba813" 2018-11-09 08:21:55,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8be7a80a-b7d1-4e9f-a20e-00df364f1b1a Date: Fri, 09 Nov 2018 08:21:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"daa4c131f800449780b62d0b53f9e7dd","id":"663a9758-5006-4b65-8499-108f6aac2548","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet"}]} 2018-11-09 08:21:55,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-8be7a80a-b7d1-4e9f-a20e-00df364f1b1a 2018-11-09 08:21:55,439 - OpenStackNetwork - DEBUG - Network [2db679a9-3972-4ca7-98f3-9b53ae9bd4e5] created successfully 2018-11-09 08:21:55,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:55,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:55,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:21:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["XqxgkNIVS4a5JFthFZ4htg"], "issued_at": "2018-11-09T08:21:55.000000Z"}} 2018-11-09 08:21:55,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7b001379447a50efc5d15603a0cd5627e240415" 2018-11-09 08:21:55,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d32046c4-113a-48a0-952d-8e929f6fb243 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:55,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d32046c4-113a-48a0-952d-8e929f6fb243 2018-11-09 08:21:55,900 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:21:55,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7b001379447a50efc5d15603a0cd5627e240415" 2018-11-09 08:21:56,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31c6ab5a-32fb-4dc6-b957-5f8f49b8a5e0 x-compute-request-id: req-31c6ab5a-32fb-4dc6-b957-5f8f49b8a5e0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:21:56,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-31c6ab5a-32fb-4dc6-b957-5f8f49b8a5e0 2018-11-09 08:21:56,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7b001379447a50efc5d15603a0cd5627e240415" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:21:56,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c2f99dd-30c8-4437-b6ef-5f8d0d1714de x-compute-request-id: req-0c2f99dd-30c8-4437-b6ef-5f8d0d1714de Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:21:56,147 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0c2f99dd-30c8-4437-b6ef-5f8d0d1714de 2018-11-09 08:21:56,148 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:56,149 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:56,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73fe41e6a741484b8436a6c268417198", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj-role"}], "expires_at": "2018-11-09T09:21:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "daa4c131f800449780b62d0b53f9e7dd", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-user", "id": "e5a1dca1b315480a807794c837fb5227"}, "audit_ids": ["LTCFsKYkQUul-wAmBveW3Q"], "issued_at": "2018-11-09T08:21:56.000000Z"}} 2018-11-09 08:21:56,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:56,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7307807c-04e7-4fc5-a118-bcb330543f06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:56,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7307807c-04e7-4fc5-a118-bcb330543f06 2018-11-09 08:21:56,619 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:21:56,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:56,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96ef3d44-d337-4880-9f70-816d5dcbd48b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:56,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-96ef3d44-d337-4880-9f70-816d5dcbd48b 2018-11-09 08:21:56,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:56,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0b90fc2d-7b46-47f0-97ca-4148229888a0 Date: Fri, 09 Nov 2018 08:21: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":["663a9758-5006-4b65-8499-108f6aac2548"],"updated_at":"2018-11-09T08:21:54Z","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"daa4c131f800449780b62d0b53f9e7dd","id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net"}]} 2018-11-09 08:21:56,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net used request id req-0b90fc2d-7b46-47f0-97ca-4148229888a0 2018-11-09 08:21:56,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:21:56,957 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:21:56,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:57,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d2fc5b8-256d-49e3-a7cf-7783c6087940 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd"}, "enabled": true, "id": "daa4c131f800449780b62d0b53f9e7dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}} 2018-11-09 08:21:57,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd used request id req-9d2fc5b8-256d-49e3-a7cf-7783c6087940 2018-11-09 08:21:57,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:57,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-443ca1e6-34ee-4122-b3fa-8ff5a09fa825 Date: Fri, 09 Nov 2018 08:21:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"daa4c131f800449780b62d0b53f9e7dd","id":"663a9758-5006-4b65-8499-108f6aac2548","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet"}]} 2018-11-09 08:21:57,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-443ca1e6-34ee-4122-b3fa-8ff5a09fa825 2018-11-09 08:21:57,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:57,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8b27d31b-2a63-4986-a76b-c59fada86497 Date: Fri, 09 Nov 2018 08:21:57 GMT RESP BODY: {"ports":[]} 2018-11-09 08:21:57,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1&admin_state_up=True used request id req-8b27d31b-2a63-4986-a76b-c59fada86497 2018-11-09 08:21:57,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:57,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca71735d-4fb7-4134-946c-714f3f3085e1 x-compute-request-id: req-ca71735d-4fb7-4134-946c-714f3f3085e1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:21:57,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst used request id req-ca71735d-4fb7-4134-946c-714f3f3085e1 2018-11-09 08:21:57,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:58,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-af911ec6-8924-4709-a69a-4e51182f6030 Date: Fri, 09 Nov 2018 08:21: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":["663a9758-5006-4b65-8499-108f6aac2548"],"updated_at":"2018-11-09T08:21:54Z","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"daa4c131f800449780b62d0b53f9e7dd","id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net"}]} 2018-11-09 08:21:58,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net used request id req-af911ec6-8924-4709-a69a-4e51182f6030 2018-11-09 08:21:58,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:58,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b088339a-7440-429f-bf6f-e915d36280d3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd"}, "enabled": true, "id": "daa4c131f800449780b62d0b53f9e7dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}} 2018-11-09 08:21:58,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd used request id req-b088339a-7440-429f-bf6f-e915d36280d3 2018-11-09 08:21:58,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:58,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-be161dc6-49a5-4f82-87d4-7d85e4a342ea Date: Fri, 09 Nov 2018 08:21:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"daa4c131f800449780b62d0b53f9e7dd","id":"663a9758-5006-4b65-8499-108f6aac2548","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet"}]} 2018-11-09 08:21:58,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-be161dc6-49a5-4f82-87d4-7d85e4a342ea 2018-11-09 08:21:58,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:58,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8779958a-dc44-4c27-812f-4c45036333cb Date: Fri, 09 Nov 2018 08:21:58 GMT RESP BODY: {"ports":[]} 2018-11-09 08:21:58,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1&admin_state_up=True used request id req-8779958a-dc44-4c27-812f-4c45036333cb 2018-11-09 08:21:58,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:21:58,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:21:58,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73fe41e6a741484b8436a6c268417198", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj-role"}], "expires_at": "2018-11-09T09:21:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "daa4c131f800449780b62d0b53f9e7dd", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/daa4c131f800449780b62d0b53f9e7dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-user", "id": "e5a1dca1b315480a807794c837fb5227"}, "audit_ids": ["kML3JaNfSk-ewziB-4NKEg"], "issued_at": "2018-11-09T08:21:59.000000Z"}} 2018-11-09 08:21:58,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6078af3e4977cf5cdccc347ae0b4438fe72d6e" 2018-11-09 08:21:59,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71171100-0a87-4c82-b349-d5026efedb47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:21:59,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-71171100-0a87-4c82-b349-d5026efedb47 2018-11-09 08:21:59,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:59,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c3e9b7ff-3146-4990-b3d6-2b6eedcbfbc8 Date: Fri, 09 Nov 2018 08:21: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":["663a9758-5006-4b65-8499-108f6aac2548"],"updated_at":"2018-11-09T08:21:54Z","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"daa4c131f800449780b62d0b53f9e7dd","id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net"}]} 2018-11-09 08:21:59,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net used request id req-c3e9b7ff-3146-4990-b3d6-2b6eedcbfbc8 2018-11-09 08:21:59,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:59,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-791e5d77-01d5-44d7-887e-9522bf6b1493 Date: Fri, 09 Nov 2018 08:21:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"daa4c131f800449780b62d0b53f9e7dd","id":"663a9758-5006-4b65-8499-108f6aac2548","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet"}]} 2018-11-09 08:21:59,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-791e5d77-01d5-44d7-887e-9522bf6b1493 2018-11-09 08:21:59,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:59,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d517f40c-9359-430c-88fc-3a4b2c3daf2b Date: Fri, 09 Nov 2018 08:21: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":["663a9758-5006-4b65-8499-108f6aac2548"],"updated_at":"2018-11-09T08:21:54Z","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"daa4c131f800449780b62d0b53f9e7dd","id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net"}]} 2018-11-09 08:21:59,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net used request id req-d517f40c-9359-430c-88fc-3a4b2c3daf2b 2018-11-09 08:21:59,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:21:59,723 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:21:59,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6078af3e4977cf5cdccc347ae0b4438fe72d6e" 2018-11-09 08:21:59,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baa2893f-6a8a-4569-a250-76a5a0ba25ed Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd"}, "enabled": true, "id": "daa4c131f800449780b62d0b53f9e7dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}} 2018-11-09 08:21:59,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd used request id req-baa2893f-6a8a-4569-a250-76a5a0ba25ed 2018-11-09 08:21:59,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:21:59,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0eca4c4e-8ed1-4f12-b18f-4c3847b1d5ac Date: Fri, 09 Nov 2018 08:21:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"daa4c131f800449780b62d0b53f9e7dd","id":"663a9758-5006-4b65-8499-108f6aac2548","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet"}]} 2018-11-09 08:21:59,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-0eca4c4e-8ed1-4f12-b18f-4c3847b1d5ac 2018-11-09 08:21:59,859 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net 2018-11-09 08:21:59,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" -d '{"port": {"network_id": "2db679a9-3972-4ca7-98f3-9b53ae9bd4e5", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1", "admin_state_up": true}}' 2018-11-09 08:22:00,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-fa92c356-2eb6-4b48-80fc-5a23aac24618 Date: Fri, 09 Nov 2018 08:22:00 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:22:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"663a9758-5006-4b65-8499-108f6aac2548","ip_address":"10.55.0.14"}],"id":"b13565be-d15b-4cfb-b01e-1405af682600","security_groups":["ef071498-a709-4424-a40d-1428393bd6a1"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1","project_id":"daa4c131f800449780b62d0b53f9e7dd","qos_policy_id":null,"admin_state_up":true,"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:22:00Z","binding:vnic_type":"normal"}} 2018-11-09 08:22:00,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-fa92c356-2eb6-4b48-80fc-5a23aac24618 2018-11-09 08:22:00,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:01,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ef2a4e3b-e0f0-4813-a596-f03d8b297d33 Date: Fri, 09 Nov 2018 08:22: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":["663a9758-5006-4b65-8499-108f6aac2548"],"updated_at":"2018-11-09T08:21:54Z","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"daa4c131f800449780b62d0b53f9e7dd","id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net"}]} 2018-11-09 08:22:01,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net used request id req-ef2a4e3b-e0f0-4813-a596-f03d8b297d33 2018-11-09 08:22:01,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:01,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0e82428-0b48-402f-bd5d-6e46364564d3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd"}, "enabled": true, "id": "daa4c131f800449780b62d0b53f9e7dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}} 2018-11-09 08:22:01,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd used request id req-d0e82428-0b48-402f-bd5d-6e46364564d3 2018-11-09 08:22:01,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:01,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-84827c47-b6cc-4fa4-b5f8-d9f15fdbe018 Date: Fri, 09 Nov 2018 08:22:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"daa4c131f800449780b62d0b53f9e7dd","id":"663a9758-5006-4b65-8499-108f6aac2548","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet"}]} 2018-11-09 08:22:01,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-84827c47-b6cc-4fa4-b5f8-d9f15fdbe018 2018-11-09 08:22:01,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:01,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 795 X-Openstack-Request-Id: req-39b1e95a-e18d-4e4e-8683-f92995e8ba57 Date: Fri, 09 Nov 2018 08:22:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:22:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"663a9758-5006-4b65-8499-108f6aac2548","ip_address":"10.55.0.14"}],"id":"b13565be-d15b-4cfb-b01e-1405af682600","security_groups":["ef071498-a709-4424-a40d-1428393bd6a1"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"daa4c131f800449780b62d0b53f9e7dd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1","admin_state_up":true,"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:22:00Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:22:01,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1&admin_state_up=True used request id req-39b1e95a-e18d-4e4e-8683-f92995e8ba57 2018-11-09 08:22:01,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:01,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a254088-43f4-4f7a-8bd3-a8eab7a29990 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd"}, "enabled": true, "id": "daa4c131f800449780b62d0b53f9e7dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}} 2018-11-09 08:22:01,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd used request id req-7a254088-43f4-4f7a-8bd3-a8eab7a29990 2018-11-09 08:22:01,527 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst 2018-11-09 08:22:01,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:01,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ead21bb4-c45b-4268-a140-0b975692a7d0 x-compute-request-id: req-ead21bb4-c45b-4268-a140-0b975692a7d0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-flavor-name"}]} 2018-11-09 08:22:01,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ead21bb4-c45b-4268-a140-0b975692a7d0 2018-11-09 08:22:01,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:01,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b88483ad-479a-48db-a27a-c9b2e4a477e9 x-compute-request-id: req-b88483ad-479a-48db-a27a-c9b2e4a477e9 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:22:01,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed used request id req-b88483ad-479a-48db-a27a-c9b2e4a477e9 2018-11-09 08:22:01,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:01,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-de1bf1dc-d62f-437d-824f-984013b87925 Date: Fri, 09 Nov 2018 08:22:01 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:21:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:21:52Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/snap", "metadata": {}}], "self": "/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "min_disk": 0, "protected": false, "id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "file": "/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "daa4c131f800449780b62d0b53f9e7dd", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image"} 2018-11-09 08:22:01,770 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image used request id req-de1bf1dc-d62f-437d-824f-984013b87925 2018-11-09 08:22:01,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:01,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-720af557-a994-4a45-988e-11054e4f27fb Date: Fri, 09 Nov 2018 08:22:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:22:01,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-720af557-a994-4a45-988e-11054e4f27fb 2018-11-09 08:22:01,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" -d '{"server": {"name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst", "imageRef": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "flavorRef": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "max_count": 1, "min_count": 1, "networks": [{"port": "b13565be-d15b-4cfb-b01e-1405af682600"}]}}' 2018-11-09 08:22:03,575 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:22:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9fc4ef99-46cd-4fc8-8768-51183b957578 x-compute-request-id: req-9fc4ef99-46cd-4fc8-8768-51183b957578 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "bookmark"}], "adminPass": "d7D33HPs3PZy"}} 2018-11-09 08:22:03,575 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-9fc4ef99-46cd-4fc8-8768-51183b957578 2018-11-09 08:22:03,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:03,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22: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-79dcc1f1-18e1-43c1-9348-de9dbfad4ffc x-compute-request-id: req-79dcc1f1-18e1-43c1-9348-de9dbfad4ffc 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.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "bookmark"}], "image": {"id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "links": [{"href": "http://172.30.9.27:8774/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "links": [{"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}]}, "id": "83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "user_id": "e5a1dca1b315480a807794c837fb5227", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:22:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst", "created": "2018-11-09T08:22:03Z", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:03,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e used request id req-79dcc1f1-18e1-43c1-9348-de9dbfad4ffc 2018-11-09 08:22:03,790 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst 2018-11-09 08:22:03,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:03,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22: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-4dfdcf29-c216-4108-932d-0b99c58374c6 x-compute-request-id: req-4dfdcf29-c216-4108-932d-0b99c58374c6 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.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "bookmark"}], "image": {"id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "links": [{"href": "http://172.30.9.27:8774/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "links": [{"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}]}, "id": "83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "user_id": "e5a1dca1b315480a807794c837fb5227", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:22:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst", "created": "2018-11-09T08:22:03Z", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:03,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e used request id req-4dfdcf29-c216-4108-932d-0b99c58374c6 2018-11-09 08:22:04,000 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst] is - BUILD 2018-11-09 08:22:04,000 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:22:07,000 - create_instance - DEBUG - VM status query timeout in 896.789772034 2018-11-09 08:22:07,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:07,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31283d91-7656-491e-90d6-163c38dc4a39 x-compute-request-id: req-31283d91-7656-491e-90d6-163c38dc4a39 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.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "bookmark"}], "image": {"id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "links": [{"href": "http://172.30.9.27:8774/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "links": [{"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}]}, "id": "83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "security_groups": [{"name": "default"}], "user_id": "e5a1dca1b315480a807794c837fb5227", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:22:05Z", "hostId": "cd3a5f0c8a9aca4d3e28f9bcb4256d356fadd93b30adc74231b35e9f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst", "created": "2018-11-09T08:22:03Z", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:07,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e used request id req-31283d91-7656-491e-90d6-163c38dc4a39 2018-11-09 08:22:07,481 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst] is - BUILD 2018-11-09 08:22:07,481 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:22:10,484 - create_instance - DEBUG - VM status query timeout in 893.306188107 2018-11-09 08:22:10,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:11,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67280880-b199-4ee4-a668-06ca03089137 x-compute-request-id: req-67280880-b199-4ee4-a668-06ca03089137 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.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "bookmark"}], "image": {"id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "links": [{"href": "http://172.30.9.27:8774/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "links": [{"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}]}, "id": "83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "security_groups": [{"name": "default"}], "user_id": "e5a1dca1b315480a807794c837fb5227", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:22:05Z", "hostId": "cd3a5f0c8a9aca4d3e28f9bcb4256d356fadd93b30adc74231b35e9f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst", "created": "2018-11-09T08:22:03Z", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:11,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e used request id req-67280880-b199-4ee4-a668-06ca03089137 2018-11-09 08:22:11,042 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst] is - BUILD 2018-11-09 08:22:11,042 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:22:14,045 - create_instance - DEBUG - VM status query timeout in 889.74479413 2018-11-09 08:22:14,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:14,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22: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-6ac8356b-d850-4ff6-9d8a-22ca34918fbd x-compute-request-id: req-6ac8356b-d850-4ff6-9d8a-22ca34918fbd Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "bookmark"}], "image": {"id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "links": [{"href": "http://172.30.9.27:8774/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:22:11.000000", "flavor": {"id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "links": [{"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}]}, "id": "83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "security_groups": [{"name": "default"}], "user_id": "e5a1dca1b315480a807794c837fb5227", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:22:10Z", "hostId": "cd3a5f0c8a9aca4d3e28f9bcb4256d356fadd93b30adc74231b35e9f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst", "created": "2018-11-09T08:22:03Z", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:14,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e used request id req-6ac8356b-d850-4ff6-9d8a-22ca34918fbd 2018-11-09 08:22:14,435 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst] is - ACTIVE 2018-11-09 08:22:14,435 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:22:14,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:15,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22: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-b271c01b-b9e3-4019-a839-873caf0f284c x-compute-request-id: req-b271c01b-b9e3-4019-a839-873caf0f284c Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "bookmark"}], "image": {"id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "links": [{"href": "http://172.30.9.27:8774/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:22:11.000000", "flavor": {"id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "links": [{"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}]}, "id": "83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "security_groups": [{"name": "default"}], "user_id": "e5a1dca1b315480a807794c837fb5227", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:22:10Z", "hostId": "cd3a5f0c8a9aca4d3e28f9bcb4256d356fadd93b30adc74231b35e9f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst", "created": "2018-11-09T08:22:03Z", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:15,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e used request id req-b271c01b-b9e3-4019-a839-873caf0f284c 2018-11-09 08:22:15,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:15,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a385fea4-daed-464d-8bea-936927b07198 Date: Fri, 09 Nov 2018 08:22: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":["663a9758-5006-4b65-8499-108f6aac2548"],"updated_at":"2018-11-09T08:21:54Z","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"daa4c131f800449780b62d0b53f9e7dd","id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net"}]} 2018-11-09 08:22:15,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net used request id req-a385fea4-daed-464d-8bea-936927b07198 2018-11-09 08:22:15,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:15,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3a27831-4343-4dc5-9fad-9f926fc4bf11 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd"}, "enabled": true, "id": "daa4c131f800449780b62d0b53f9e7dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}} 2018-11-09 08:22:15,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd used request id req-c3a27831-4343-4dc5-9fad-9f926fc4bf11 2018-11-09 08:22:15,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:15,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-feb6a251-8d85-4af2-b242-7dafefb189b6 Date: Fri, 09 Nov 2018 08:22:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:21: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":"daa4c131f800449780b62d0b53f9e7dd","id":"663a9758-5006-4b65-8499-108f6aac2548","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet"}]} 2018-11-09 08:22:15,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-feb6a251-8d85-4af2-b242-7dafefb189b6 2018-11-09 08:22:15,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:15,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3122 X-Openstack-Request-Id: req-5fff529c-7260-4217-adf4-85849fa53ef4 Date: Fri, 09 Nov 2018 08:22:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:21:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"663a9758-5006-4b65-8499-108f6aac2548","ip_address":"10.55.0.3"}],"id":"2563a071-e9ce-49ea-ac9b-57dd4f7f56db","security_groups":[],"mac_address":"fa:16:3e:2d:93:e3","project_id":"daa4c131f800449780b62d0b53f9e7dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2db679a9-3972-4ca7-98f3-9b53ae9bd4e5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:21:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"663a9758-5006-4b65-8499-108f6aac2548","ip_address":"10.55.0.4"}],"id":"6a2cd08a-a2ab-487d-baf8-47ea0cf80e29","security_groups":[],"mac_address":"fa:16:3e:af:79:a8","project_id":"daa4c131f800449780b62d0b53f9e7dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2db679a9-3972-4ca7-98f3-9b53ae9bd4e5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:22:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"663a9758-5006-4b65-8499-108f6aac2548","ip_address":"10.55.0.14"}],"id":"b13565be-d15b-4cfb-b01e-1405af682600","security_groups":["ef071498-a709-4424-a40d-1428393bd6a1"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"daa4c131f800449780b62d0b53f9e7dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1","admin_state_up":true,"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:22:00Z","binding:vnic_type":"normal","device_id":"83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:21:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"663a9758-5006-4b65-8499-108f6aac2548","ip_address":"10.55.0.2"}],"id":"dea33d8f-7282-402f-8623-ba9a45ab0ded","security_groups":[],"mac_address":"fa:16:3e:83:51:2f","project_id":"daa4c131f800449780b62d0b53f9e7dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2db679a9-3972-4ca7-98f3-9b53ae9bd4e5","tenant_id":"daa4c131f800449780b62d0b53f9e7dd","created_at":"2018-11-09T08:21:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2db679a9-3972-4ca7-98f3-9b53ae9bd4e5"}]} 2018-11-09 08:22:15,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-5fff529c-7260-4217-adf4-85849fa53ef4 2018-11-09 08:22:15,980 - create_instance - INFO - Deleting Port with ID - b13565be-d15b-4cfb-b01e-1405af682600 2018-11-09 08:22:15,980 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6port-1 2018-11-09 08:22:15,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/b13565be-d15b-4cfb-b01e-1405af682600 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:16,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4d03b3f8-3c4c-434e-93c4-625fd3803cd5 Date: Fri, 09 Nov 2018 08:22:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:22:16,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/b13565be-d15b-4cfb-b01e-1405af682600 used request id req-4d03b3f8-3c4c-434e-93c4-625fd3803cd5 2018-11-09 08:22:16,576 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst 2018-11-09 08:22:16,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:16,737 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:22:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-153834be-3412-495c-a62a-783481b6582b x-compute-request-id: req-153834be-3412-495c-a62a-783481b6582b Content-Type: application/json 2018-11-09 08:22:16,737 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e used request id req-153834be-3412-495c-a62a-783481b6582b 2018-11-09 08:22:16,737 - create_instance - INFO - Checking deletion status 2018-11-09 08:22:16,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:16,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95e78a9e-4d41-44db-a85c-b626fabfca73 x-compute-request-id: req-95e78a9e-4d41-44db-a85c-b626fabfca73 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "bookmark"}], "image": {"id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "links": [{"href": "http://172.30.9.27:8774/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:22:11.000000", "flavor": {"id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "links": [{"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}]}, "id": "83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "user_id": "e5a1dca1b315480a807794c837fb5227", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:22:16Z", "hostId": "cd3a5f0c8a9aca4d3e28f9bcb4256d356fadd93b30adc74231b35e9f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst", "created": "2018-11-09T08:22:03Z", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:16,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e used request id req-95e78a9e-4d41-44db-a85c-b626fabfca73 2018-11-09 08:22:16,924 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst] is - ACTIVE 2018-11-09 08:22:16,924 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:22:19,927 - create_instance - DEBUG - VM status query timeout in 296.810014963 2018-11-09 08:22:19,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:20,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9703bdf4-ac84-42d1-89a3-8387e330cf8e x-compute-request-id: req-9703bdf4-ac84-42d1-89a3-8387e330cf8e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "rel": "bookmark"}], "image": {"id": "17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "links": [{"href": "http://172.30.9.27:8774/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:22:11.000000", "flavor": {"id": "b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "links": [{"href": "http://172.30.9.27:8774/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed", "rel": "bookmark"}]}, "id": "83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e", "user_id": "e5a1dca1b315480a807794c837fb5227", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:22:16Z", "hostId": "cd3a5f0c8a9aca4d3e28f9bcb4256d356fadd93b30adc74231b35e9f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst", "created": "2018-11-09T08:22:03Z", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:20,205 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e used request id req-9703bdf4-ac84-42d1-89a3-8387e330cf8e 2018-11-09 08:22:20,205 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst] is - ACTIVE 2018-11-09 08:22:20,205 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:22:23,208 - create_instance - DEBUG - VM status query timeout in 293.528964043 2018-11-09 08:22:23,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e645eba8be97acc24c8277ee93c7e40659ca842f" 2018-11-09 08:22:23,262 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:22:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-992ddf74-4d2b-4b86-b1e1-990e381d04fd x-compute-request-id: req-992ddf74-4d2b-4b86-b1e1-990e381d04fd Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e could not be found.", "code": 404}} 2018-11-09 08:22:23,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e used request id req-992ddf74-4d2b-4b86-b1e1-990e381d04fd 2018-11-09 08:22:23,263 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 83aa42d0-ae24-4a4b-a24c-2f7f1ab6346e could not be found. (HTTP 404) (Request-ID: req-992ddf74-4d2b-4b86-b1e1-990e381d04fd) 2018-11-09 08:22:23,263 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-inst 2018-11-09 08:22:23,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7b001379447a50efc5d15603a0cd5627e240415" 2018-11-09 08:22:23,306 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:22:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-021cf23b-82e4-4c61-bde1-aff2c45d3606 x-compute-request-id: req-021cf23b-82e4-4c61-bde1-aff2c45d3606 Content-Length: 0 Content-Type: application/json 2018-11-09 08:22:23,306 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b4763e0e-7ea4-4fd3-9a18-43b73a7fcbed used request id req-021cf23b-82e4-4c61-bde1-aff2c45d3606 2018-11-09 08:22:23,307 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet 2018-11-09 08:22:23,307 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-subnet 2018-11-09 08:22:23,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/663a9758-5006-4b65-8499-108f6aac2548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67fff30496dcbd9c32174ab67bbfe4e6cba813" 2018-11-09 08:22:25,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-31d6b81a-10fe-49e0-a0ae-53bbe92decf9 Date: Fri, 09 Nov 2018 08:22:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:22:25,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/663a9758-5006-4b65-8499-108f6aac2548 used request id req-31d6b81a-10fe-49e0-a0ae-53bbe92decf9 2018-11-09 08:22:25,696 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-pub-net 2018-11-09 08:22:25,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af67fff30496dcbd9c32174ab67bbfe4e6cba813" 2018-11-09 08:22:26,943 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa0382c5-4bcd-4143-9112-20ca75ab9214 Date: Fri, 09 Nov 2018 08:22:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:22:26,943 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2db679a9-3972-4ca7-98f3-9b53ae9bd4e5 used request id req-aa0382c5-4bcd-4143-9112-20ca75ab9214 2018-11-09 08:22:26,944 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-be4d8150-bfd5-4520-91e5-8142436401a6-image 2018-11-09 08:22:26,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}23de821476ea43070a853c6ea517894cf1dd08e4" 2018-11-09 08:22:28,796 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-366ed0eb-aa9b-4d2d-b316-4cc0b2c7b8ac Date: Fri, 09 Nov 2018 08:22:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:22:28,796 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/17182d1d-1faa-4cfb-a1c3-a3ff3d2a66e8 used request id req-366ed0eb-aa9b-4d2d-b316-4cc0b2c7b8ac 2018-11-09 08:22:28,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:22:29,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-437e7b6f-fc36-4116-ae72-005c7d71f362 Date: Fri, 09 Nov 2018 08:22:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "created_at": "2018-11-09T08:21:53Z", "updated_at": "2018-11-09T08:21:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:21:53Z", "revision_number": 0, "id": "01403806-dab5-4121-9261-c7febf00532d", "remote_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "remote_ip_prefix": null, "created_at": "2018-11-09T08:21:53Z", "security_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "daa4c131f800449780b62d0b53f9e7dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:21:53Z", "revision_number": 0, "id": "989c2c9f-4e8d-4481-807f-0f7823d99185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:21:53Z", "security_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "daa4c131f800449780b62d0b53f9e7dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:21:53Z", "revision_number": 0, "id": "d1eda448-bf84-4532-b255-1497906099b3", "remote_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "remote_ip_prefix": null, "created_at": "2018-11-09T08:21:53Z", "security_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "daa4c131f800449780b62d0b53f9e7dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:21:53Z", "revision_number": 0, "id": "de28c9ed-bc26-408f-a91d-a2b492b385a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:21:53Z", "security_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "daa4c131f800449780b62d0b53f9e7dd"}], "revision_number": 4, "project_id": "daa4c131f800449780b62d0b53f9e7dd", "id": "ef071498-a709-4424-a40d-1428393bd6a1", "name": "default"}]} 2018-11-09 08:22:29,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-437e7b6f-fc36-4116-ae72-005c7d71f362 2018-11-09 08:22:29,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:22:29,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3e6bb91-d54e-4a60-9db9-e3670bc0a98d 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:22:29,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-a3e6bb91-d54e-4a60-9db9-e3670bc0a98d 2018-11-09 08:22:29,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:22:29,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60909a17-106e-480f-918b-8b8113e5e3af 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:22:29,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-60909a17-106e-480f-918b-8b8113e5e3af 2018-11-09 08:22:29,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:22:29,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a509ddf5-c856-4fa6-8bac-96a13bfa9da4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:22:29,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-a509ddf5-c856-4fa6-8bac-96a13bfa9da4 2018-11-09 08:22:29,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:22:29,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32df70c6-bbd2-4630-b480-b62146b426b4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd"}, "enabled": true, "id": "daa4c131f800449780b62d0b53f9e7dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj"}} 2018-11-09 08:22:29,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd used request id req-32df70c6-bbd2-4630-b480-b62146b426b4 2018-11-09 08:22:29,393 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ef071498-a709-4424-a40d-1428393bd6a1 2018-11-09 08:22:29,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=ef071498-a709-4424-a40d-1428393bd6a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:22:29,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-230ed892-ed65-48a1-a9e1-76d28de835f2 Date: Fri, 09 Nov 2018 08:22:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:21:53Z", "security_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "port_range_min": null, "revision_number": 0, "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "created_at": "2018-11-09T08:21:53Z", "project_id": "daa4c131f800449780b62d0b53f9e7dd", "id": "01403806-dab5-4121-9261-c7febf00532d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:21:53Z", "security_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "port_range_min": null, "revision_number": 0, "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "created_at": "2018-11-09T08:21:53Z", "project_id": "daa4c131f800449780b62d0b53f9e7dd", "id": "989c2c9f-4e8d-4481-807f-0f7823d99185"}, {"remote_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:21:53Z", "security_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "port_range_min": null, "revision_number": 0, "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "created_at": "2018-11-09T08:21:53Z", "project_id": "daa4c131f800449780b62d0b53f9e7dd", "id": "d1eda448-bf84-4532-b255-1497906099b3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:21:53Z", "security_group_id": "ef071498-a709-4424-a40d-1428393bd6a1", "port_range_min": null, "revision_number": 0, "tenant_id": "daa4c131f800449780b62d0b53f9e7dd", "created_at": "2018-11-09T08:21:53Z", "project_id": "daa4c131f800449780b62d0b53f9e7dd", "id": "de28c9ed-bc26-408f-a91d-a2b492b385a8"}]} 2018-11-09 08:22:29,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=ef071498-a709-4424-a40d-1428393bd6a1 used request id req-230ed892-ed65-48a1-a9e1-76d28de835f2 2018-11-09 08:22:29,564 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:22:29,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/ef071498-a709-4424-a40d-1428393bd6a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:22:29,867 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-26df8c18-8418-4bad-aff6-ff9121ca3070 Content-Length: 0 Date: Fri, 09 Nov 2018 08:22:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:22:29,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/ef071498-a709-4424-a40d-1428393bd6a1 used request id req-26df8c18-8418-4bad-aff6-ff9121ca3070 2018-11-09 08:22:29,868 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj 2018-11-09 08:22:29,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:22:30,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:22:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c962b3e-2876-4e00-b881-a62b7c61741f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:22:30,069 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/daa4c131f800449780b62d0b53f9e7dd used request id req-1c962b3e-2876-4e00-b881-a62b7c61741f 2018-11-09 08:22:30,069 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-6b52b4af-1a43-47c-proj-role 2018-11-09 08:22:30,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/73fe41e6a741484b8436a6c268417198 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:22:30,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:22:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0983f7eb-bbea-4941-a3be-8cd38b6836d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:22:30,190 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/73fe41e6a741484b8436a6c268417198 used request id req-0983f7eb-bbea-4941-a3be-8cd38b6836d8 2018-11-09 08:22:30,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fd48565768607871493122ba2ae56584f6adf3" 2018-11-09 08:22:30,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde5f228-b0c9-49cf-8e4b-b864689db698 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:22:30,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-dde5f228-b0c9-49cf-8e4b-b864689db698 2018-11-09 08:22:30,278 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-6b52b4af-1a43-47c-user 2018-11-09 08:22:30,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/e5a1dca1b315480a807794c837fb5227 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9da10ef7ba64a79f8b969ea46671c3632a6f22d" 2018-11-09 08:22:30,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:22:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cfb352f-a1ec-45fc-b266-145183055084 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:22:30,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e5a1dca1b315480a807794c837fb5227 used request id req-2cfb352f-a1ec-45fc-b266-145183055084 2018-11-09 08:22:30,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:22:30,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["W_7obcRJRIiM_Bq-Fz2uYg"], "issued_at": "2018-11-09T08:22:30.000000Z"}} 2018-11-09 08:22:30,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b274544fee45bc9177c8cd73dce0ac920fb2aed" 2018-11-09 08:22:30,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef77b831-5e24-4a2f-8233-8096acedc29d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:22:30,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ef77b831-5e24-4a2f-8233-8096acedc29d 2018-11-09 08:22:30,950 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:22:30,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:22:31,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["WQ7nWlCeSfCY0RzokUd_dg"], "issued_at": "2018-11-09T08:22:31.000000Z"}} 2018-11-09 08:22:31,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:22:31,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04a7f929-b2b4-436a-9e67-b793ccc3669a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:22:31,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-04a7f929-b2b4-436a-9e67-b793ccc3669a 2018-11-09 08:22:31,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:22:31,359 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:22: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:22:31,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:22:31,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67898616-98ad-46a9-8fea-9bac31e78465 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:22:31,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj used request id req-67898616-98ad-46a9-8fea-9bac31e78465 2018-11-09 08:22:31,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:22:31,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86abd3d6-59c7-4b7d-8113-9ff7a8a8767f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:22:31,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-86abd3d6-59c7-4b7d-8113-9ff7a8a8767f 2018-11-09 08:22:31,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}}' 2018-11-09 08:22:31,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:22:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cda9721d-189b-4aff-ad8a-3a43eccb7a8e Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4"}, "enabled": true, "id": "3683149ffc374ed2852a504e552c31a4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}} 2018-11-09 08:22:31,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-cda9721d-189b-4aff-ad8a-3a43eccb7a8e 2018-11-09 08:22:31,659 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj 2018-11-09 08:22:31,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:22:31,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:22:32,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lLV3gvWLR2uFrkyD-G6eOg"], "issued_at": "2018-11-09T08:22:31.000000Z"}} 2018-11-09 08:22:32,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc338f8205e2fae70b949b86af95b38e8e28b5" 2018-11-09 08:22:32,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-017a76f4-5bde-4e4a-9da3-b6a29535867c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:22:32,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-017a76f4-5bde-4e4a-9da3-b6a29535867c 2018-11-09 08:22:32,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:22:32,142 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:22:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:22:32,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc338f8205e2fae70b949b86af95b38e8e28b5" 2018-11-09 08:22:32,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6576e723-6e4a-4b6d-9863-d999d2f80298 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:22:32,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6576e723-6e4a-4b6d-9863-d999d2f80298 2018-11-09 08:22:32,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc338f8205e2fae70b949b86af95b38e8e28b5" 2018-11-09 08:22:32,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f7235b-2c5b-4f8c-b9f1-27e353b2c2c3 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4"}, "enabled": true, "id": "3683149ffc374ed2852a504e552c31a4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}]} 2018-11-09 08:22:32,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj used request id req-a1f7235b-2c5b-4f8c-b9f1-27e353b2c2c3 2018-11-09 08:22:32,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc338f8205e2fae70b949b86af95b38e8e28b5" 2018-11-09 08:22:32,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31c262ff-2832-44c8-bcec-b9577e087847 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:22:32,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-31c262ff-2832-44c8-bcec-b9577e087847 2018-11-09 08:22:32,813 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-user 2018-11-09 08:22:32,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:22:32,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:22:32,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e07089a4-d50c-447a-8267-427890268bb2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:22:32,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e07089a4-d50c-447a-8267-427890268bb2 2018-11-09 08:22:32,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" -d '{"role": {"name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj-role"}}' 2018-11-09 08:22:33,010 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-668b54cf-ba6d-402d-bfe9-1dd7fd10dcad Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7e3cf851d9a94d8f871d9a3d7333fff7", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e3cf851d9a94d8f871d9a3d7333fff7"}, "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj-role"}} 2018-11-09 08:22:33,010 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-668b54cf-ba6d-402d-bfe9-1dd7fd10dcad 2018-11-09 08:22:33,011 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj-role 2018-11-09 08:22:33,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/7e3cf851d9a94d8f871d9a3d7333fff7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:22:33,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b00d9dac-2202-4760-ab34-3a29de4ed74f Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/7e3cf851d9a94d8f871d9a3d7333fff7"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj-role", "id": "7e3cf851d9a94d8f871d9a3d7333fff7"}} 2018-11-09 08:22:33,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/7e3cf851d9a94d8f871d9a3d7333fff7 used request id req-b00d9dac-2202-4760-ab34-3a29de4ed74f 2018-11-09 08:22:33,100 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj-role to project CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj 2018-11-09 08:22:33,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4/users/05415ffaae044dee85450b5942a47c04/roles/7e3cf851d9a94d8f871d9a3d7333fff7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:22:33,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:22:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e58b758-f6a0-4aab-8603-3b69bca285d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:22:33,253 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4/users/05415ffaae044dee85450b5942a47c04/roles/7e3cf851d9a94d8f871d9a3d7333fff7 used request id req-3e58b758-f6a0-4aab-8603-3b69bca285d9 2018-11-09 08:22:33,254 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:22:33,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:22:33,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:22:33,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7e3cf851d9a94d8f871d9a3d7333fff7", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj-role"}], "expires_at": "2018-11-09T09:22:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3683149ffc374ed2852a504e552c31a4", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-user", "id": "05415ffaae044dee85450b5942a47c04"}, "audit_ids": ["xzb3IFo8S5mVGcoiXw-nHA"], "issued_at": "2018-11-09T08:22:33.000000Z"}} 2018-11-09 08:22:33,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100127e447691a45fb1f0fccc7b9e1b0fe1e87cc" 2018-11-09 08:22:33,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e580880e-290d-41c3-b55d-d35afbfddd99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:22:33,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e580880e-290d-41c3-b55d-d35afbfddd99 2018-11-09 08:22:33,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}100127e447691a45fb1f0fccc7b9e1b0fe1e87cc" 2018-11-09 08:22:33,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-2ceeb423-542b-4487-b8bd-63ecda258fcc Date: Fri, 09 Nov 2018 08:22:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image"} 2018-11-09 08:22:33,889 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image used request id req-2ceeb423-542b-4487-b8bd-63ecda258fcc 2018-11-09 08:22:33,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}100127e447691a45fb1f0fccc7b9e1b0fe1e87cc" 2018-11-09 08:22:34,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4b7026a7-47b3-4727-93be-49987bd947b5 Date: Fri, 09 Nov 2018 08:22:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:22:34,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4b7026a7-47b3-4727-93be-49987bd947b5 2018-11-09 08:22:34,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}100127e447691a45fb1f0fccc7b9e1b0fe1e87cc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image"}' 2018-11-09 08:22:34,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4 X-Openstack-Request-Id: req-c96e472f-6224-4394-b5c4-f071d1ad6f43 Date: Fri, 09 Nov 2018 08:22:34 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:22:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:22:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4", "min_disk": 0, "protected": false, "id": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "file": "/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/file", "checksum": null, "owner": "3683149ffc374ed2852a504e552c31a4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:22:34,277 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c96e472f-6224-4394-b5c4-f071d1ad6f43 2018-11-09 08:22:34,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}100127e447691a45fb1f0fccc7b9e1b0fe1e87cc" -d '' 2018-11-09 08:22:35,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8f64a630-1fcb-410a-a15e-72b24b74d410 Date: Fri, 09 Nov 2018 08:22:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:22:35,445 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/file used request id req-8f64a630-1fcb-410a-a15e-72b24b74d410 2018-11-09 08:22:35,446 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:22:35,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}100127e447691a45fb1f0fccc7b9e1b0fe1e87cc" 2018-11-09 08:22:35,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f5e280ce-211c-4ffa-89f6-0ea055e61bf5 Date: Fri, 09 Nov 2018 08:22:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:22:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:22:35Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/snap", "metadata": {}}], "self": "/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4", "min_disk": 0, "protected": false, "id": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "file": "/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3683149ffc374ed2852a504e552c31a4", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:22:35,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4 used request id req-f5e280ce-211c-4ffa-89f6-0ea055e61bf5 2018-11-09 08:22:35,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}100127e447691a45fb1f0fccc7b9e1b0fe1e87cc" 2018-11-09 08:22:35,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ea336b15-c4ab-468e-a7bd-22bf0e5ef583 Date: Fri, 09 Nov 2018 08:22:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:22:35,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-ea336b15-c4ab-468e-a7bd-22bf0e5ef583 2018-11-09 08:22:35,756 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image 2018-11-09 08:22:35,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}100127e447691a45fb1f0fccc7b9e1b0fe1e87cc" 2018-11-09 08:22:36,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d28ac1f8-1121-4e98-b32b-3d222dfe95e2 Date: Fri, 09 Nov 2018 08:22:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:22:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:22:35Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/snap", "metadata": {}}], "self": "/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4", "min_disk": 0, "protected": false, "id": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "file": "/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3683149ffc374ed2852a504e552c31a4", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:22:36,011 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4 used request id req-d28ac1f8-1121-4e98-b32b-3d222dfe95e2 2018-11-09 08:22:36,011 - create_image - DEBUG - Instance status is - active 2018-11-09 08:22:36,011 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image 2018-11-09 08:22:36,012 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image 2018-11-09 08:22:36,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:22:36,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:22:36,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7e3cf851d9a94d8f871d9a3d7333fff7", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj-role"}], "expires_at": "2018-11-09T09:22:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3683149ffc374ed2852a504e552c31a4", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-user", "id": "05415ffaae044dee85450b5942a47c04"}, "audit_ids": ["-FLbKkKaRb6EIPllaDSLGA"], "issued_at": "2018-11-09T08:22:36.000000Z"}} 2018-11-09 08:22:36,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45165a986c5f224e822eb1c4b4f280662f4ca8b1" 2018-11-09 08:22:36,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3f5f9cb-46d4-4f5e-abf1-0556be967f5a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:22:36,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e3f5f9cb-46d4-4f5e-abf1-0556be967f5a 2018-11-09 08:22:36,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45165a986c5f224e822eb1c4b4f280662f4ca8b1" 2018-11-09 08:22:36,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7f4b60b8-4b52-4138-a0ed-5c41c4867b37 Date: Fri, 09 Nov 2018 08:22:36 GMT RESP BODY: {"networks":[]} 2018-11-09 08:22:36,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net used request id req-7f4b60b8-4b52-4138-a0ed-5c41c4867b37 2018-11-09 08:22:36,635 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net 2018-11-09 08:22:36,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45165a986c5f224e822eb1c4b4f280662f4ca8b1" -d '{"network": {"name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net", "admin_state_up": true}}' 2018-11-09 08:22:37,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-4fd0b8ba-ff12-4f87-aae6-17e6ead8e5d6 Date: Fri, 09 Nov 2018 08:22:37 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"98e67057-0e38-483a-a5b8-820df477da3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3683149ffc374ed2852a504e552c31a4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:22:37Z","is_default":false,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:37Z","mtu":1450}} 2018-11-09 08:22:37,207 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-4fd0b8ba-ff12-4f87-aae6-17e6ead8e5d6 2018-11-09 08:22:37,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45165a986c5f224e822eb1c4b4f280662f4ca8b1" 2018-11-09 08:22:37,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-62b68bf3-4c42-45a9-b46a-c27fdbd04cd8 Date: Fri, 09 Nov 2018 08:22: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":"2018-11-09T08:22:37Z","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3683149ffc374ed2852a504e552c31a4","id":"98e67057-0e38-483a-a5b8-820df477da3f","name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net"}]} 2018-11-09 08:22:37,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-62b68bf3-4c42-45a9-b46a-c27fdbd04cd8 2018-11-09 08:22:37,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45165a986c5f224e822eb1c4b4f280662f4ca8b1" 2018-11-09 08:22:37,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-418b123d-4672-4f89-bf6c-d1721a20c654 Date: Fri, 09 Nov 2018 08:22:37 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:22:37,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-418b123d-4672-4f89-bf6c-d1721a20c654 2018-11-09 08:22:37,680 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet 2018-11-09 08:22:37,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45165a986c5f224e822eb1c4b4f280662f4ca8b1" -d '{"subnets": [{"ip_version": 4, "network_id": "98e67057-0e38-483a-a5b8-820df477da3f", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]}' 2018-11-09 08:22:38,476 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-88a3b8e3-d63c-4268-bb2e-b8af3b00ecd5 Date: Fri, 09 Nov 2018 08:22:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:22:38Z","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":"3683149ffc374ed2852a504e552c31a4","id":"e02cb286-dc84-40b8-b631-138f18c7dd82","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]} 2018-11-09 08:22:38,476 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-88a3b8e3-d63c-4268-bb2e-b8af3b00ecd5 2018-11-09 08:22:38,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45165a986c5f224e822eb1c4b4f280662f4ca8b1" 2018-11-09 08:22:38,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-99868a54-b55e-4682-852a-3746044afefd Date: Fri, 09 Nov 2018 08:22: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":["e02cb286-dc84-40b8-b631-138f18c7dd82"],"updated_at":"2018-11-09T08:22:38Z","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3683149ffc374ed2852a504e552c31a4","id":"98e67057-0e38-483a-a5b8-820df477da3f","name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net"}]} 2018-11-09 08:22:38,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-99868a54-b55e-4682-852a-3746044afefd 2018-11-09 08:22:38,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45165a986c5f224e822eb1c4b4f280662f4ca8b1" 2018-11-09 08:22:38,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-402d07fb-20ec-43b3-9224-c4f51cb775fa Date: Fri, 09 Nov 2018 08:22:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:22:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3683149ffc374ed2852a504e552c31a4","id":"e02cb286-dc84-40b8-b631-138f18c7dd82","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]} 2018-11-09 08:22:38,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-402d07fb-20ec-43b3-9224-c4f51cb775fa 2018-11-09 08:22:38,942 - OpenStackNetwork - DEBUG - Network [98e67057-0e38-483a-a5b8-820df477da3f] created successfully 2018-11-09 08:22:38,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:22:38,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:22:39,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:22:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["i3ykyB8NSiqaHUQnN6Agsg"], "issued_at": "2018-11-09T08:22:39.000000Z"}} 2018-11-09 08:22:39,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7b30d5eecfd522f028c3f43f8b50b8ba460606" 2018-11-09 08:22:39,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-310d39b1-3e93-439e-a0df-65960ca52999 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:22:39,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-310d39b1-3e93-439e-a0df-65960ca52999 2018-11-09 08:22:39,432 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:22:39,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7b30d5eecfd522f028c3f43f8b50b8ba460606" 2018-11-09 08:22:39,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22: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-eb9a5f65-96b1-4fdd-a97b-3490e1c2fea8 x-compute-request-id: req-eb9a5f65-96b1-4fdd-a97b-3490e1c2fea8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:22:39,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-eb9a5f65-96b1-4fdd-a97b-3490e1c2fea8 2018-11-09 08:22:39,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7b30d5eecfd522f028c3f43f8b50b8ba460606" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:22:39,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22: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-1ed35c42-9b4e-4cfb-b59c-1942b66251f2 x-compute-request-id: req-1ed35c42-9b4e-4cfb-b59c-1942b66251f2 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:22:39,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-1ed35c42-9b4e-4cfb-b59c-1942b66251f2 2018-11-09 08:22:39,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:22:39,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:22:40,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7e3cf851d9a94d8f871d9a3d7333fff7", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj-role"}], "expires_at": "2018-11-09T09:22:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3683149ffc374ed2852a504e552c31a4", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-user", "id": "05415ffaae044dee85450b5942a47c04"}, "audit_ids": ["qXEcIp04QGS7o2ZfcPAUAA"], "issued_at": "2018-11-09T08:22:40.000000Z"}} 2018-11-09 08:22:40,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:40,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c251fb4a-7583-4a33-9b47-052ced454061 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:22:40,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c251fb4a-7583-4a33-9b47-052ced454061 2018-11-09 08:22:40,111 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:22:40,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:40,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fbd11df-f663-4af2-8389-e43e0807d339 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:22:40,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1fbd11df-f663-4af2-8389-e43e0807d339 2018-11-09 08:22:40,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:40,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-332319e1-a9ef-4a18-918c-2475d1cc82aa Date: Fri, 09 Nov 2018 08:22: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":["e02cb286-dc84-40b8-b631-138f18c7dd82"],"updated_at":"2018-11-09T08:22:38Z","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3683149ffc374ed2852a504e552c31a4","id":"98e67057-0e38-483a-a5b8-820df477da3f","name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net"}]} 2018-11-09 08:22:40,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net used request id req-332319e1-a9ef-4a18-918c-2475d1cc82aa 2018-11-09 08:22:40,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:22:40,496 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:22: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:22:40,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:40,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135d8273-1851-4558-8adf-7170c166a9d9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4"}, "enabled": true, "id": "3683149ffc374ed2852a504e552c31a4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}} 2018-11-09 08:22:40,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 used request id req-135d8273-1851-4558-8adf-7170c166a9d9 2018-11-09 08:22:40,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:40,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e969b005-6638-42f8-bf3e-c36d5d751b1f Date: Fri, 09 Nov 2018 08:22:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:22:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3683149ffc374ed2852a504e552c31a4","id":"e02cb286-dc84-40b8-b631-138f18c7dd82","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]} 2018-11-09 08:22:40,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-e969b005-6638-42f8-bf3e-c36d5d751b1f 2018-11-09 08:22:40,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=98e67057-0e38-483a-a5b8-820df477da3f&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:40,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cc3b4380-f602-4c3c-a06e-71c52ca893d0 Date: Fri, 09 Nov 2018 08:22:40 GMT RESP BODY: {"ports":[]} 2018-11-09 08:22:40,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=98e67057-0e38-483a-a5b8-820df477da3f&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1&admin_state_up=True used request id req-cc3b4380-f602-4c3c-a06e-71c52ca893d0 2018-11-09 08:22:40,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:41,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7db38d63-4c65-4b9c-a9f2-7ef9c93ca3ce x-compute-request-id: req-7db38d63-4c65-4b9c-a9f2-7ef9c93ca3ce Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:22:41,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst used request id req-7db38d63-4c65-4b9c-a9f2-7ef9c93ca3ce 2018-11-09 08:22:41,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:41,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8858aab7-d6b4-4a73-9274-01789b9f9757 Date: Fri, 09 Nov 2018 08:22: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":["e02cb286-dc84-40b8-b631-138f18c7dd82"],"updated_at":"2018-11-09T08:22:38Z","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3683149ffc374ed2852a504e552c31a4","id":"98e67057-0e38-483a-a5b8-820df477da3f","name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net"}]} 2018-11-09 08:22:41,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net used request id req-8858aab7-d6b4-4a73-9274-01789b9f9757 2018-11-09 08:22:41,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:41,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caad4730-8972-4c76-acdb-4d700189e51a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4"}, "enabled": true, "id": "3683149ffc374ed2852a504e552c31a4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}} 2018-11-09 08:22:41,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 used request id req-caad4730-8972-4c76-acdb-4d700189e51a 2018-11-09 08:22:41,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:42,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b50b3a9e-b799-412b-9329-bb1c50d7f8af Date: Fri, 09 Nov 2018 08:22:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:22:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3683149ffc374ed2852a504e552c31a4","id":"e02cb286-dc84-40b8-b631-138f18c7dd82","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]} 2018-11-09 08:22:42,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-b50b3a9e-b799-412b-9329-bb1c50d7f8af 2018-11-09 08:22:42,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=98e67057-0e38-483a-a5b8-820df477da3f&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:42,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4b0b0e04-e9d3-4acd-842f-cb6d1c280fea Date: Fri, 09 Nov 2018 08:22:42 GMT RESP BODY: {"ports":[]} 2018-11-09 08:22:42,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=98e67057-0e38-483a-a5b8-820df477da3f&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1&admin_state_up=True used request id req-4b0b0e04-e9d3-4acd-842f-cb6d1c280fea 2018-11-09 08:22:42,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:22:42,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:22:42,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7e3cf851d9a94d8f871d9a3d7333fff7", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj-role"}], "expires_at": "2018-11-09T09:22:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3683149ffc374ed2852a504e552c31a4", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3683149ffc374ed2852a504e552c31a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-user", "id": "05415ffaae044dee85450b5942a47c04"}, "audit_ids": ["PE3vrXA4S1qcIyHjZnOknA"], "issued_at": "2018-11-09T08:22:42.000000Z"}} 2018-11-09 08:22:42,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da849a6d68aebf25c029d1331373f72e0a8f2f0a" 2018-11-09 08:22:42,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36cbe6e6-adca-42de-bab9-1a6cf6e82480 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:22:42,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-36cbe6e6-adca-42de-bab9-1a6cf6e82480 2018-11-09 08:22:42,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:42,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-60de610f-ae0a-4caf-a7b6-79fb5833e625 Date: Fri, 09 Nov 2018 08:22: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":["e02cb286-dc84-40b8-b631-138f18c7dd82"],"updated_at":"2018-11-09T08:22:38Z","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3683149ffc374ed2852a504e552c31a4","id":"98e67057-0e38-483a-a5b8-820df477da3f","name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net"}]} 2018-11-09 08:22:42,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net used request id req-60de610f-ae0a-4caf-a7b6-79fb5833e625 2018-11-09 08:22:42,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:42,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-99b7acce-3be1-472f-adc8-bd44d8be081b Date: Fri, 09 Nov 2018 08:22:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:22:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3683149ffc374ed2852a504e552c31a4","id":"e02cb286-dc84-40b8-b631-138f18c7dd82","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]} 2018-11-09 08:22:42,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-99b7acce-3be1-472f-adc8-bd44d8be081b 2018-11-09 08:22:42,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:43,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cb14ab1c-8532-444e-b236-310983c6840d Date: Fri, 09 Nov 2018 08:22: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":["e02cb286-dc84-40b8-b631-138f18c7dd82"],"updated_at":"2018-11-09T08:22:38Z","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3683149ffc374ed2852a504e552c31a4","id":"98e67057-0e38-483a-a5b8-820df477da3f","name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net"}]} 2018-11-09 08:22:43,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net used request id req-cb14ab1c-8532-444e-b236-310983c6840d 2018-11-09 08:22:43,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:22:43,196 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:22:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:22:43,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da849a6d68aebf25c029d1331373f72e0a8f2f0a" 2018-11-09 08:22:43,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75bb7c59-0e74-4fb7-ae31-17e7e45cd1db Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4"}, "enabled": true, "id": "3683149ffc374ed2852a504e552c31a4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}} 2018-11-09 08:22:43,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 used request id req-75bb7c59-0e74-4fb7-ae31-17e7e45cd1db 2018-11-09 08:22:43,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:43,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a4bf114f-01ad-4221-8f4f-6b357813ecc1 Date: Fri, 09 Nov 2018 08:22:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:22:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3683149ffc374ed2852a504e552c31a4","id":"e02cb286-dc84-40b8-b631-138f18c7dd82","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]} 2018-11-09 08:22:43,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-a4bf114f-01ad-4221-8f4f-6b357813ecc1 2018-11-09 08:22:43,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:43,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f862e0e6-d799-4397-93e8-0c8523e27b52 Date: Fri, 09 Nov 2018 08:22:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:22:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3683149ffc374ed2852a504e552c31a4","id":"e02cb286-dc84-40b8-b631-138f18c7dd82","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]} 2018-11-09 08:22:43,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet used request id req-f862e0e6-d799-4397-93e8-0c8523e27b52 2018-11-09 08:22:43,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:44,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c4f5b9ba-b6e0-48e3-9f4c-581203a32dee Date: Fri, 09 Nov 2018 08:22:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:22:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3683149ffc374ed2852a504e552c31a4","id":"e02cb286-dc84-40b8-b631-138f18c7dd82","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]} 2018-11-09 08:22:44,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet used request id req-c4f5b9ba-b6e0-48e3-9f4c-581203a32dee 2018-11-09 08:22:44,072 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net 2018-11-09 08:22:44,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" -d '{"port": {"network_id": "98e67057-0e38-483a-a5b8-820df477da3f", "fixed_ips": [{"subnet_id": "e02cb286-dc84-40b8-b631-138f18c7dd82", "ip_address": "10.55.0.101"}, {"subnet_id": "e02cb286-dc84-40b8-b631-138f18c7dd82", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1", "admin_state_up": true}}' 2018-11-09 08:22:45,236 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-a0f8d6e6-96a6-44ae-bb31-8505db2434cc Date: Fri, 09 Nov 2018 08:22:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:22:44Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e02cb286-dc84-40b8-b631-138f18c7dd82","ip_address":"10.55.0.101"},{"subnet_id":"e02cb286-dc84-40b8-b631-138f18c7dd82","ip_address":"10.55.0.102"}],"id":"a684a586-80a9-422c-8810-b29bfabba492","security_groups":["2ca477ec-d4d9-46a3-8d15-df2ae40e08b2"],"mac_address":"fa:16:3e:e9:7c:d3","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1","project_id":"3683149ffc374ed2852a504e552c31a4","qos_policy_id":null,"admin_state_up":true,"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:44Z","binding:vnic_type":"normal"}} 2018-11-09 08:22:45,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-a0f8d6e6-96a6-44ae-bb31-8505db2434cc 2018-11-09 08:22:45,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:45,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0216acb2-1f90-467d-a9b0-d80772350a4e Date: Fri, 09 Nov 2018 08:22: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":["e02cb286-dc84-40b8-b631-138f18c7dd82"],"updated_at":"2018-11-09T08:22:38Z","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3683149ffc374ed2852a504e552c31a4","id":"98e67057-0e38-483a-a5b8-820df477da3f","name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net"}]} 2018-11-09 08:22:45,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net used request id req-0216acb2-1f90-467d-a9b0-d80772350a4e 2018-11-09 08:22:45,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:45,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f73ca492-7172-4477-9331-599a27c6fc58 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4"}, "enabled": true, "id": "3683149ffc374ed2852a504e552c31a4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}} 2018-11-09 08:22:45,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 used request id req-f73ca492-7172-4477-9331-599a27c6fc58 2018-11-09 08:22:45,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:45,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-93cd9502-6e93-4b7c-ac73-81d9c9248038 Date: Fri, 09 Nov 2018 08:22:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:22:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3683149ffc374ed2852a504e552c31a4","id":"e02cb286-dc84-40b8-b631-138f18c7dd82","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]} 2018-11-09 08:22:45,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-93cd9502-6e93-4b7c-ac73-81d9c9248038 2018-11-09 08:22:45,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=98e67057-0e38-483a-a5b8-820df477da3f&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:45,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-de9bea3b-4457-4a46-93d7-b0b85cdf8546 Date: Fri, 09 Nov 2018 08:22:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:22:44Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e02cb286-dc84-40b8-b631-138f18c7dd82","ip_address":"10.55.0.101"},{"subnet_id":"e02cb286-dc84-40b8-b631-138f18c7dd82","ip_address":"10.55.0.102"}],"id":"a684a586-80a9-422c-8810-b29bfabba492","security_groups":["2ca477ec-d4d9-46a3-8d15-df2ae40e08b2"],"mac_address":"fa:16:3e:e9:7c:d3","project_id":"3683149ffc374ed2852a504e552c31a4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1","admin_state_up":true,"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:44Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:22:45,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=98e67057-0e38-483a-a5b8-820df477da3f&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1&admin_state_up=True used request id req-de9bea3b-4457-4a46-93d7-b0b85cdf8546 2018-11-09 08:22:45,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:46,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa329ce3-0f51-4bb5-bdac-a3afaf78fbef Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4"}, "enabled": true, "id": "3683149ffc374ed2852a504e552c31a4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}} 2018-11-09 08:22:46,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 used request id req-aa329ce3-0f51-4bb5-bdac-a3afaf78fbef 2018-11-09 08:22:46,087 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst 2018-11-09 08:22:46,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:46,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22: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-12794188-a720-4e61-aa2b-7448a87d59a3 x-compute-request-id: req-12794188-a720-4e61-aa2b-7448a87d59a3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-flavor-name"}]} 2018-11-09 08:22:46,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-12794188-a720-4e61-aa2b-7448a87d59a3 2018-11-09 08:22:46,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:46,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22: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-e274059b-0413-414d-a4bf-5b6e3ae15186 x-compute-request-id: req-e274059b-0413-414d-a4bf-5b6e3ae15186 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:22:46,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b used request id req-e274059b-0413-414d-a4bf-5b6e3ae15186 2018-11-09 08:22:46,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:46,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-7274393a-ce35-49a7-9393-a873dceadc7b Date: Fri, 09 Nov 2018 08:22:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:22:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:22:35Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/snap", "metadata": {}}], "self": "/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4", "min_disk": 0, "protected": false, "id": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "file": "/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3683149ffc374ed2852a504e552c31a4", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image"} 2018-11-09 08:22:46,312 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image used request id req-7274393a-ce35-49a7-9393-a873dceadc7b 2018-11-09 08:22:46,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:46,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d0d45872-74e7-4cf0-a78d-66f78b20bde3 Date: Fri, 09 Nov 2018 08:22:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:22:46,478 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d0d45872-74e7-4cf0-a78d-66f78b20bde3 2018-11-09 08:22:46,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" -d '{"server": {"name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst", "imageRef": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "flavorRef": "8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "max_count": 1, "min_count": 1, "networks": [{"port": "a684a586-80a9-422c-8810-b29bfabba492"}]}}' 2018-11-09 08:22:48,036 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:22: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-4869116f-468c-42e4-8da3-90a61b2eee04 x-compute-request-id: req-4869116f-468c-42e4-8da3-90a61b2eee04 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "db85d03b-6d60-481b-984a-339bdc47d657", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "bookmark"}], "adminPass": "6Ki6rqsqNxUe"}} 2018-11-09 08:22:48,036 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-4869116f-468c-42e4-8da3-90a61b2eee04 2018-11-09 08:22:48,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:48,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae3f769e-9431-4a8e-afd9-ec8a22d8c2d0 x-compute-request-id: req-ae3f769e-9431-4a8e-afd9-ec8a22d8c2d0 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.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "bookmark"}], "image": {"id": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "links": [{"href": "http://172.30.9.27:8774/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "links": [{"href": "http://172.30.9.27:8774/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "bookmark"}]}, "id": "db85d03b-6d60-481b-984a-339bdc47d657", "user_id": "05415ffaae044dee85450b5942a47c04", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:22:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst", "created": "2018-11-09T08:22:47Z", "tenant_id": "3683149ffc374ed2852a504e552c31a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:48,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 used request id req-ae3f769e-9431-4a8e-afd9-ec8a22d8c2d0 2018-11-09 08:22:48,409 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst 2018-11-09 08:22:48,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:48,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4b23224-dd47-4ad5-b019-60e87e362fd2 x-compute-request-id: req-b4b23224-dd47-4ad5-b019-60e87e362fd2 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.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "bookmark"}], "image": {"id": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "links": [{"href": "http://172.30.9.27:8774/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "links": [{"href": "http://172.30.9.27:8774/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "bookmark"}]}, "id": "db85d03b-6d60-481b-984a-339bdc47d657", "user_id": "05415ffaae044dee85450b5942a47c04", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:22:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst", "created": "2018-11-09T08:22:47Z", "tenant_id": "3683149ffc374ed2852a504e552c31a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:48,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 used request id req-b4b23224-dd47-4ad5-b019-60e87e362fd2 2018-11-09 08:22:48,623 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst] is - BUILD 2018-11-09 08:22:48,624 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:22:51,627 - create_instance - DEBUG - VM status query timeout in 896.782536983 2018-11-09 08:22:51,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:52,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22: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-53cacc8a-bb3f-47a1-b5e2-e6c77d3e2186 x-compute-request-id: req-53cacc8a-bb3f-47a1-b5e2-e6c77d3e2186 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.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "bookmark"}], "image": {"id": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "links": [{"href": "http://172.30.9.27:8774/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "links": [{"href": "http://172.30.9.27:8774/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "bookmark"}]}, "id": "db85d03b-6d60-481b-984a-339bdc47d657", "security_groups": [{"name": "default"}], "user_id": "05415ffaae044dee85450b5942a47c04", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:22:49Z", "hostId": "16954c3875e25eb9000a3bb0d9bf1d3bf222c254ee5b19538c699fa1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst", "created": "2018-11-09T08:22:47Z", "tenant_id": "3683149ffc374ed2852a504e552c31a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:52,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 used request id req-53cacc8a-bb3f-47a1-b5e2-e6c77d3e2186 2018-11-09 08:22:52,355 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst] is - BUILD 2018-11-09 08:22:52,355 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:22:55,358 - create_instance - DEBUG - VM status query timeout in 893.051242113 2018-11-09 08:22:55,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:55,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe6846cd-ea75-4ef0-9fbb-502c0e4b6b4b x-compute-request-id: req-fe6846cd-ea75-4ef0-9fbb-502c0e4b6b4b Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:7c:d3", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:7c:d3", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "bookmark"}], "image": {"id": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "links": [{"href": "http://172.30.9.27:8774/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:22:55.000000", "flavor": {"id": "8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "links": [{"href": "http://172.30.9.27:8774/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "bookmark"}]}, "id": "db85d03b-6d60-481b-984a-339bdc47d657", "security_groups": [{"name": "default"}], "user_id": "05415ffaae044dee85450b5942a47c04", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:22:55Z", "hostId": "16954c3875e25eb9000a3bb0d9bf1d3bf222c254ee5b19538c699fa1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst", "created": "2018-11-09T08:22:47Z", "tenant_id": "3683149ffc374ed2852a504e552c31a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:55,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 used request id req-fe6846cd-ea75-4ef0-9fbb-502c0e4b6b4b 2018-11-09 08:22:55,976 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst] is - ACTIVE 2018-11-09 08:22:55,977 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:22:55,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:56,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22: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-41213652-34f2-4f61-85bd-fb53c25db775 x-compute-request-id: req-41213652-34f2-4f61-85bd-fb53c25db775 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:7c:d3", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:7c:d3", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "bookmark"}], "image": {"id": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "links": [{"href": "http://172.30.9.27:8774/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:22:55.000000", "flavor": {"id": "8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "links": [{"href": "http://172.30.9.27:8774/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "bookmark"}]}, "id": "db85d03b-6d60-481b-984a-339bdc47d657", "security_groups": [{"name": "default"}], "user_id": "05415ffaae044dee85450b5942a47c04", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:22:55Z", "hostId": "16954c3875e25eb9000a3bb0d9bf1d3bf222c254ee5b19538c699fa1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst", "created": "2018-11-09T08:22:47Z", "tenant_id": "3683149ffc374ed2852a504e552c31a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:56,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 used request id req-41213652-34f2-4f61-85bd-fb53c25db775 2018-11-09 08:22:56,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:56,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c73c5bb8-3ffc-4211-8392-c1052452ac62 Date: Fri, 09 Nov 2018 08:22: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":["e02cb286-dc84-40b8-b631-138f18c7dd82"],"updated_at":"2018-11-09T08:22:38Z","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3683149ffc374ed2852a504e552c31a4","id":"98e67057-0e38-483a-a5b8-820df477da3f","name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net"}]} 2018-11-09 08:22:56,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net used request id req-c73c5bb8-3ffc-4211-8392-c1052452ac62 2018-11-09 08:22:56,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:56,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8264fe2-abcb-40b6-acd2-4283dfbdc5b1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4"}, "enabled": true, "id": "3683149ffc374ed2852a504e552c31a4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}} 2018-11-09 08:22:56,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 used request id req-e8264fe2-abcb-40b6-acd2-4283dfbdc5b1 2018-11-09 08:22:56,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:56,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8ab10041-6134-4ccf-9976-4819828222fe Date: Fri, 09 Nov 2018 08:22:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:22:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3683149ffc374ed2852a504e552c31a4","id":"e02cb286-dc84-40b8-b631-138f18c7dd82","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet"}]} 2018-11-09 08:22:56,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-8ab10041-6134-4ccf-9976-4819828222fe 2018-11-09 08:22:56,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:57,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-1d2c422f-0975-400e-85fb-8fe60bc247b5 Date: Fri, 09 Nov 2018 08:22:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:22:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e02cb286-dc84-40b8-b631-138f18c7dd82","ip_address":"10.55.0.3"}],"id":"22848e40-3024-4a55-b072-c5030d1c3b3e","security_groups":[],"mac_address":"fa:16:3e:e5:34:a2","project_id":"3683149ffc374ed2852a504e552c31a4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-98e67057-0e38-483a-a5b8-820df477da3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:22:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e02cb286-dc84-40b8-b631-138f18c7dd82","ip_address":"10.55.0.2"}],"id":"349037e8-bf72-49c5-b389-42b03eaae7ff","security_groups":[],"mac_address":"fa:16:3e:ed:39:9c","project_id":"3683149ffc374ed2852a504e552c31a4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-98e67057-0e38-483a-a5b8-820df477da3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:22:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e02cb286-dc84-40b8-b631-138f18c7dd82","ip_address":"10.55.0.101"},{"subnet_id":"e02cb286-dc84-40b8-b631-138f18c7dd82","ip_address":"10.55.0.102"}],"id":"a684a586-80a9-422c-8810-b29bfabba492","security_groups":["2ca477ec-d4d9-46a3-8d15-df2ae40e08b2"],"mac_address":"fa:16:3e:e9:7c:d3","project_id":"3683149ffc374ed2852a504e552c31a4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1","admin_state_up":true,"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:44Z","binding:vnic_type":"normal","device_id":"db85d03b-6d60-481b-984a-339bdc47d657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:22:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e02cb286-dc84-40b8-b631-138f18c7dd82","ip_address":"10.55.0.4"}],"id":"c8d9d542-2297-467b-8592-599f81fe8410","security_groups":[],"mac_address":"fa:16:3e:24:db:e7","project_id":"3683149ffc374ed2852a504e552c31a4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"98e67057-0e38-483a-a5b8-820df477da3f","tenant_id":"3683149ffc374ed2852a504e552c31a4","created_at":"2018-11-09T08:22:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-98e67057-0e38-483a-a5b8-820df477da3f"}]} 2018-11-09 08:22:57,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=98e67057-0e38-483a-a5b8-820df477da3f used request id req-1d2c422f-0975-400e-85fb-8fe60bc247b5 2018-11-09 08:22:57,226 - create_instance - INFO - Deleting Port with ID - a684a586-80a9-422c-8810-b29bfabba492 2018-11-09 08:22:57,226 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522eport-1 2018-11-09 08:22:57,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/a684a586-80a9-422c-8810-b29bfabba492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:57,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-51902c0e-e105-4f6c-8ce6-49e4ed520fdb Date: Fri, 09 Nov 2018 08:22:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:22:57,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/a684a586-80a9-422c-8810-b29bfabba492 used request id req-51902c0e-e105-4f6c-8ce6-49e4ed520fdb 2018-11-09 08:22:57,836 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst 2018-11-09 08:22:57,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:57,989 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:22: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-0c2df8e4-14d4-4ac1-b9ee-782a45ef0ceb x-compute-request-id: req-0c2df8e4-14d4-4ac1-b9ee-782a45ef0ceb Content-Type: application/json 2018-11-09 08:22:57,989 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 used request id req-0c2df8e4-14d4-4ac1-b9ee-782a45ef0ceb 2018-11-09 08:22:57,990 - create_instance - INFO - Checking deletion status 2018-11-09 08:22:57,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:22:58,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:22:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb707ea1-92dd-4102-80dd-9516a5e1d192 x-compute-request-id: req-fb707ea1-92dd-4102-80dd-9516a5e1d192 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db85d03b-6d60-481b-984a-339bdc47d657", "rel": "bookmark"}], "image": {"id": "b5cfb82e-422c-4607-a058-ec9b0cce42e4", "links": [{"href": "http://172.30.9.27:8774/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:22:55.000000", "flavor": {"id": "8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "links": [{"href": "http://172.30.9.27:8774/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b", "rel": "bookmark"}]}, "id": "db85d03b-6d60-481b-984a-339bdc47d657", "user_id": "05415ffaae044dee85450b5942a47c04", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:22:57Z", "hostId": "16954c3875e25eb9000a3bb0d9bf1d3bf222c254ee5b19538c699fa1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst", "created": "2018-11-09T08:22:47Z", "tenant_id": "3683149ffc374ed2852a504e552c31a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:22:58,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 used request id req-fb707ea1-92dd-4102-80dd-9516a5e1d192 2018-11-09 08:22:58,238 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst] is - ACTIVE 2018-11-09 08:22:58,238 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:23:01,241 - create_instance - DEBUG - VM status query timeout in 296.748716116 2018-11-09 08:23:01,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf2c55b075e93d4e73acec5fca897ecdebb29631" 2018-11-09 08:23:01,296 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:23:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f848ff2d-c379-4fb1-9e7e-48e32a609309 x-compute-request-id: req-f848ff2d-c379-4fb1-9e7e-48e32a609309 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance db85d03b-6d60-481b-984a-339bdc47d657 could not be found.", "code": 404}} 2018-11-09 08:23:01,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/db85d03b-6d60-481b-984a-339bdc47d657 used request id req-f848ff2d-c379-4fb1-9e7e-48e32a609309 2018-11-09 08:23:01,297 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance db85d03b-6d60-481b-984a-339bdc47d657 could not be found. (HTTP 404) (Request-ID: req-f848ff2d-c379-4fb1-9e7e-48e32a609309) 2018-11-09 08:23:01,297 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-inst 2018-11-09 08:23:01,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7b30d5eecfd522f028c3f43f8b50b8ba460606" 2018-11-09 08:23:01,342 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:23:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-892ae430-3b46-4a04-8f94-1377eb33ca6e x-compute-request-id: req-892ae430-3b46-4a04-8f94-1377eb33ca6e Content-Length: 0 Content-Type: application/json 2018-11-09 08:23:01,342 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8ca70eed-f5e9-43e1-b5c4-6eadcbd9316b used request id req-892ae430-3b46-4a04-8f94-1377eb33ca6e 2018-11-09 08:23:01,343 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet 2018-11-09 08:23:01,343 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-subnet 2018-11-09 08:23:01,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/e02cb286-dc84-40b8-b631-138f18c7dd82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45165a986c5f224e822eb1c4b4f280662f4ca8b1" 2018-11-09 08:23:03,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2b87b5e-213f-4f39-be53-b1156c1affdd Date: Fri, 09 Nov 2018 08:23:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:23:03,691 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/e02cb286-dc84-40b8-b631-138f18c7dd82 used request id req-a2b87b5e-213f-4f39-be53-b1156c1affdd 2018-11-09 08:23:03,692 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-pub-net 2018-11-09 08:23:03,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/98e67057-0e38-483a-a5b8-820df477da3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45165a986c5f224e822eb1c4b4f280662f4ca8b1" 2018-11-09 08:23:04,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-657cec24-1462-4fb5-82e9-7d4e426675ec Date: Fri, 09 Nov 2018 08:23:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:23:04,907 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/98e67057-0e38-483a-a5b8-820df477da3f used request id req-657cec24-1462-4fb5-82e9-7d4e426675ec 2018-11-09 08:23:04,907 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-01273237-f922-4115-8162-c9367c1d522e-image 2018-11-09 08:23:04,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}100127e447691a45fb1f0fccc7b9e1b0fe1e87cc" 2018-11-09 08:23:06,850 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9578c956-3e72-4dc7-ad5f-eadccda3bda7 Date: Fri, 09 Nov 2018 08:23:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:23:06,850 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/b5cfb82e-422c-4607-a058-ec9b0cce42e4 used request id req-9578c956-3e72-4dc7-ad5f-eadccda3bda7 2018-11-09 08:23:06,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:23:07,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-aed7eaad-549a-425f-bd39-61af64110ec8 Date: Fri, 09 Nov 2018 08:23:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3683149ffc374ed2852a504e552c31a4", "created_at": "2018-11-09T08:22:36Z", "updated_at": "2018-11-09T08:22:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:22:36Z", "revision_number": 0, "id": "12c26973-5d1a-434b-a516-49e03409804c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:22:36Z", "security_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "tenant_id": "3683149ffc374ed2852a504e552c31a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "3683149ffc374ed2852a504e552c31a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:22:36Z", "revision_number": 0, "id": "62612cc5-6047-4001-b62d-4d2974fa7ab4", "remote_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "remote_ip_prefix": null, "created_at": "2018-11-09T08:22:36Z", "security_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "tenant_id": "3683149ffc374ed2852a504e552c31a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "3683149ffc374ed2852a504e552c31a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:22:36Z", "revision_number": 0, "id": "94ec7879-63d1-4ad9-83f4-c4782b13a109", "remote_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "remote_ip_prefix": null, "created_at": "2018-11-09T08:22:36Z", "security_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "tenant_id": "3683149ffc374ed2852a504e552c31a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "3683149ffc374ed2852a504e552c31a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:22:36Z", "revision_number": 0, "id": "af895cad-0f92-4e2a-91af-7f72c3456ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:22:36Z", "security_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "tenant_id": "3683149ffc374ed2852a504e552c31a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "3683149ffc374ed2852a504e552c31a4"}], "revision_number": 4, "project_id": "3683149ffc374ed2852a504e552c31a4", "id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:23:07,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-aed7eaad-549a-425f-bd39-61af64110ec8 2018-11-09 08:23:07,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:23:07,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fce888d-b232-4195-b407-b7db77e1022d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4"}, "enabled": true, "id": "3683149ffc374ed2852a504e552c31a4", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj"}} 2018-11-09 08:23:07,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 used request id req-2fce888d-b232-4195-b407-b7db77e1022d 2018-11-09 08:23:07,184 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2ca477ec-d4d9-46a3-8d15-df2ae40e08b2 2018-11-09 08:23:07,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2ca477ec-d4d9-46a3-8d15-df2ae40e08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:23:07,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-34cdc6f9-a86c-49af-be3c-3cc3d60b3221 Date: Fri, 09 Nov 2018 08:23:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:22:36Z", "security_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "port_range_min": null, "revision_number": 0, "tenant_id": "3683149ffc374ed2852a504e552c31a4", "created_at": "2018-11-09T08:22:36Z", "project_id": "3683149ffc374ed2852a504e552c31a4", "id": "12c26973-5d1a-434b-a516-49e03409804c"}, {"remote_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:22:36Z", "security_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "port_range_min": null, "revision_number": 0, "tenant_id": "3683149ffc374ed2852a504e552c31a4", "created_at": "2018-11-09T08:22:36Z", "project_id": "3683149ffc374ed2852a504e552c31a4", "id": "62612cc5-6047-4001-b62d-4d2974fa7ab4"}, {"remote_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:22:36Z", "security_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "port_range_min": null, "revision_number": 0, "tenant_id": "3683149ffc374ed2852a504e552c31a4", "created_at": "2018-11-09T08:22:36Z", "project_id": "3683149ffc374ed2852a504e552c31a4", "id": "94ec7879-63d1-4ad9-83f4-c4782b13a109"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:22:36Z", "security_group_id": "2ca477ec-d4d9-46a3-8d15-df2ae40e08b2", "port_range_min": null, "revision_number": 0, "tenant_id": "3683149ffc374ed2852a504e552c31a4", "created_at": "2018-11-09T08:22:36Z", "project_id": "3683149ffc374ed2852a504e552c31a4", "id": "af895cad-0f92-4e2a-91af-7f72c3456ccc"}]} 2018-11-09 08:23:07,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2ca477ec-d4d9-46a3-8d15-df2ae40e08b2 used request id req-34cdc6f9-a86c-49af-be3c-3cc3d60b3221 2018-11-09 08:23:07,519 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:23:07,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/2ca477ec-d4d9-46a3-8d15-df2ae40e08b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:23:07,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82f10eb2-aa26-4843-9493-44aae2f3ff47 Content-Length: 0 Date: Fri, 09 Nov 2018 08:23:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:23:07,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/2ca477ec-d4d9-46a3-8d15-df2ae40e08b2 used request id req-82f10eb2-aa26-4843-9493-44aae2f3ff47 2018-11-09 08:23:07,814 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj 2018-11-09 08:23:07,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:23:08,038 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bf15a9f-fead-47e9-8fbe-5b26fd6099e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:23:08,038 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/3683149ffc374ed2852a504e552c31a4 used request id req-0bf15a9f-fead-47e9-8fbe-5b26fd6099e5 2018-11-09 08:23:08,038 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-proj-role 2018-11-09 08:23:08,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/7e3cf851d9a94d8f871d9a3d7333fff7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:23:08,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af0f0ba3-f342-4a89-91e8-b777232daa3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:23:08,142 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/7e3cf851d9a94d8f871d9a3d7333fff7 used request id req-af0f0ba3-f342-4a89-91e8-b777232daa3e 2018-11-09 08:23:08,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf71dad277a5ec3f6b656c8af3f1d2e0dcd461" 2018-11-09 08:23:08,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b5f19eb-a3f7-439e-8eb6-c24fe6d2db1f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:23:08,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7b5f19eb-a3f7-439e-8eb6-c24fe6d2db1f 2018-11-09 08:23:08,232 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-04cdf5b0-4b1f-48b-user 2018-11-09 08:23:08,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/05415ffaae044dee85450b5942a47c04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74dc338f8205e2fae70b949b86af95b38e8e28b5" 2018-11-09 08:23:08,796 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-181de2cb-a31b-46c3-a308-7dcf7cb0589c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:23:08,796 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/05415ffaae044dee85450b5942a47c04 used request id req-181de2cb-a31b-46c3-a308-7dcf7cb0589c 2018-11-09 08:23:08,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:23:09,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:23:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["r63-Vf5iRgGpBFoyJ1ssqw"], "issued_at": "2018-11-09T08:23:09.000000Z"}} 2018-11-09 08:23:09,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b71d532fbaa6cf71738eb5c5c4f96650c3aaf52" 2018-11-09 08:23:09,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d421fbe8-5b15-43ba-91dd-3f2169360d7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:23:09,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d421fbe8-5b15-43ba-91dd-3f2169360d7b 2018-11-09 08:23:09,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:23:09,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:23:09,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:23:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["nFz40dNfRee5CH7aDgYgBw"], "issued_at": "2018-11-09T08:23:09.000000Z"}} 2018-11-09 08:23:09,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:23:09,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4559b882-55c5-43eb-a054-b9567cbab3df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:23:09,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4559b882-55c5-43eb-a054-b9567cbab3df 2018-11-09 08:23:09,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:23:09,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:23:09,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:23:09,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-837dc4ca-68cc-41d5-ab8e-46e5e97be825 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:23:09,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj used request id req-837dc4ca-68cc-41d5-ab8e-46e5e97be825 2018-11-09 08:23:09,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:23:09,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-714339a4-297f-4dc1-9c89-7002afc7135c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:23:09,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-714339a4-297f-4dc1-9c89-7002afc7135c 2018-11-09 08:23:09,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}}' 2018-11-09 08:23:10,112 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d878eecb-969e-4fa3-bddd-5e7e13cd3ee2 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8"}, "enabled": true, "id": "d56db4deae204cdc88531c8d494448d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}} 2018-11-09 08:23:10,112 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d878eecb-969e-4fa3-bddd-5e7e13cd3ee2 2018-11-09 08:23:10,112 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj 2018-11-09 08:23:10,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:23:10,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:23:10,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:23:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["qbKr7lyRSdywJreWR3591Q"], "issued_at": "2018-11-09T08:23:10.000000Z"}} 2018-11-09 08:23:10,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77fd6524ab70a8dd21c0e905b479ce9b40541fa6" 2018-11-09 08:23:10,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ef7c58-bd5e-42e9-a7a5-a6ef3e1a8060 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:23:10,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f0ef7c58-bd5e-42e9-a7a5-a6ef3e1a8060 2018-11-09 08:23:10,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:23:10,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:23:10,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77fd6524ab70a8dd21c0e905b479ce9b40541fa6" 2018-11-09 08:23:10,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2abe22-3883-4a9e-88b2-4b41113a48f1 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:23:10,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7f2abe22-3883-4a9e-88b2-4b41113a48f1 2018-11-09 08:23:10,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77fd6524ab70a8dd21c0e905b479ce9b40541fa6" 2018-11-09 08:23:10,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e65bca5-d37e-45db-a2d7-4095d2eb8f76 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8"}, "enabled": true, "id": "d56db4deae204cdc88531c8d494448d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}]} 2018-11-09 08:23:10,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj used request id req-5e65bca5-d37e-45db-a2d7-4095d2eb8f76 2018-11-09 08:23:10,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77fd6524ab70a8dd21c0e905b479ce9b40541fa6" 2018-11-09 08:23:10,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6615b3f-18fc-442b-a4ec-91a31806b400 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:23:10,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e6615b3f-18fc-442b-a4ec-91a31806b400 2018-11-09 08:23:11,131 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a8a6e826-9b42-466-user 2018-11-09 08:23:11,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:23:11,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:23:11,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1af43af4-044a-4218-84e5-4adafca169b0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:23:11,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1af43af4-044a-4218-84e5-4adafca169b0 2018-11-09 08:23:11,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" -d '{"role": {"name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role"}}' 2018-11-09 08:23:11,341 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:23:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdc99d69-efb0-4538-910b-11dc6a270c76 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "58c0c3ea06b74a5886a82a21212c5a5e", "links": {"self": "http://172.30.9.27:5000/v3/roles/58c0c3ea06b74a5886a82a21212c5a5e"}, "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role"}} 2018-11-09 08:23:11,341 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-cdc99d69-efb0-4538-910b-11dc6a270c76 2018-11-09 08:23:11,341 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role 2018-11-09 08:23:11,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/58c0c3ea06b74a5886a82a21212c5a5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:23:11,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c94508-5d57-41a8-8101-6be412cd0a26 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/58c0c3ea06b74a5886a82a21212c5a5e"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role", "id": "58c0c3ea06b74a5886a82a21212c5a5e"}} 2018-11-09 08:23:11,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/58c0c3ea06b74a5886a82a21212c5a5e used request id req-89c94508-5d57-41a8-8101-6be412cd0a26 2018-11-09 08:23:11,434 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role to project CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj 2018-11-09 08:23:11,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8/users/5d36c46ac450452c865c4868662109dc/roles/58c0c3ea06b74a5886a82a21212c5a5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:23:11,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:23:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ee8b6e0-9f5e-4128-9d7e-a644e49dcccf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:23:11,558 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8/users/5d36c46ac450452c865c4868662109dc/roles/58c0c3ea06b74a5886a82a21212c5a5e used request id req-0ee8b6e0-9f5e-4128-9d7e-a644e49dcccf 2018-11-09 08:23:11,558 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:23:11,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:23:11,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:23:11,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "58c0c3ea06b74a5886a82a21212c5a5e", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role"}], "expires_at": "2018-11-09T09:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56db4deae204cdc88531c8d494448d8", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-user", "id": "5d36c46ac450452c865c4868662109dc"}, "audit_ids": ["WwBPsI63Rx6z9W3bOhdoug"], "issued_at": "2018-11-09T08:23:11.000000Z"}} 2018-11-09 08:23:11,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8be4576c023aae790ae6fc2f186572b69b4e91" 2018-11-09 08:23:12,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-311a13ea-492a-440c-bf0c-b1b68b633051 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:23:12,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-311a13ea-492a-440c-bf0c-b1b68b633051 2018-11-09 08:23:12,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca8be4576c023aae790ae6fc2f186572b69b4e91" 2018-11-09 08:23:12,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-db3154c9-b776-4f94-af91-898abcbd3b08 Date: Fri, 09 Nov 2018 08:23:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image"} 2018-11-09 08:23:12,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image used request id req-db3154c9-b776-4f94-af91-898abcbd3b08 2018-11-09 08:23:12,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca8be4576c023aae790ae6fc2f186572b69b4e91" 2018-11-09 08:23:12,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d6f8b349-e649-47f7-8654-8bc914bbafd2 Date: Fri, 09 Nov 2018 08:23:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:23:12,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d6f8b349-e649-47f7-8654-8bc914bbafd2 2018-11-09 08:23:12,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8be4576c023aae790ae6fc2f186572b69b4e91" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image"}' 2018-11-09 08:23:12,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e X-Openstack-Request-Id: req-20f0bd6d-4139-4c37-a613-1b8a56204180 Date: Fri, 09 Nov 2018 08:23:12 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:23:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:23:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "min_disk": 0, "protected": false, "id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "file": "/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/file", "checksum": null, "owner": "d56db4deae204cdc88531c8d494448d8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:23:12,569 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-20f0bd6d-4139-4c37-a613-1b8a56204180 2018-11-09 08:23:12,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca8be4576c023aae790ae6fc2f186572b69b4e91" -d '' 2018-11-09 08:23:14,345 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f425164-c93c-40f3-8947-593bf6b9b664 Date: Fri, 09 Nov 2018 08:23:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:23:14,345 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/file used request id req-1f425164-c93c-40f3-8947-593bf6b9b664 2018-11-09 08:23:14,346 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:23:14,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca8be4576c023aae790ae6fc2f186572b69b4e91" 2018-11-09 08:23:14,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ca615a36-39f4-4bec-bd94-82d2a51f8940 Date: Fri, 09 Nov 2018 08:23:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:23:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:23:14Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/snap", "metadata": {}}], "self": "/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "min_disk": 0, "protected": false, "id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "file": "/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d56db4deae204cdc88531c8d494448d8", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:23:14,517 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e used request id req-ca615a36-39f4-4bec-bd94-82d2a51f8940 2018-11-09 08:23:14,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca8be4576c023aae790ae6fc2f186572b69b4e91" 2018-11-09 08:23:14,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e2f0503-5b2c-407a-afbe-a8cb34f7dd39 Date: Fri, 09 Nov 2018 08:23:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:23:14,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4e2f0503-5b2c-407a-afbe-a8cb34f7dd39 2018-11-09 08:23:14,673 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image 2018-11-09 08:23:14,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca8be4576c023aae790ae6fc2f186572b69b4e91" 2018-11-09 08:23:14,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-8e025de2-d0e9-48d6-a36f-59b8362afe24 Date: Fri, 09 Nov 2018 08:23:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:23:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:23:14Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/snap", "metadata": {}}], "self": "/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "min_disk": 0, "protected": false, "id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "file": "/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d56db4deae204cdc88531c8d494448d8", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:23:14,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e used request id req-8e025de2-d0e9-48d6-a36f-59b8362afe24 2018-11-09 08:23:14,831 - create_image - DEBUG - Instance status is - active 2018-11-09 08:23:14,832 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image 2018-11-09 08:23:14,832 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image 2018-11-09 08:23:14,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:23:14,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:23:15,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "58c0c3ea06b74a5886a82a21212c5a5e", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role"}], "expires_at": "2018-11-09T09:23:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56db4deae204cdc88531c8d494448d8", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-user", "id": "5d36c46ac450452c865c4868662109dc"}, "audit_ids": ["YH9mxRjfREW8OPNL17HMGQ"], "issued_at": "2018-11-09T08:23:15.000000Z"}} 2018-11-09 08:23:15,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6457a48a12962c5dd8cac5721ad6acf42da35cb" 2018-11-09 08:23:15,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-103beb2a-4802-4566-8aca-1eebd6551d30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:23:15,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-103beb2a-4802-4566-8aca-1eebd6551d30 2018-11-09 08:23:15,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6457a48a12962c5dd8cac5721ad6acf42da35cb" 2018-11-09 08:23:15,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cd433300-911f-4877-844f-c5e6bdca2121 Date: Fri, 09 Nov 2018 08:23:15 GMT RESP BODY: {"networks":[]} 2018-11-09 08:23:15,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-net used request id req-cd433300-911f-4877-844f-c5e6bdca2121 2018-11-09 08:23:15,410 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-net 2018-11-09 08:23:15,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6457a48a12962c5dd8cac5721ad6acf42da35cb" -d '{"network": {"name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-net", "admin_state_up": true}}' 2018-11-09 08:23:15,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-977b6c85-05dd-406b-a606-7cd7c6ec9c0a Date: Fri, 09 Nov 2018 08:23:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"38f2e3ae-f97d-4ec9-aad5-4bc09910cd97","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:23:15Z","is_default":false,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:15Z","mtu":1450}} 2018-11-09 08:23:15,980 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-977b6c85-05dd-406b-a606-7cd7c6ec9c0a 2018-11-09 08:23:15,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=38f2e3ae-f97d-4ec9-aad5-4bc09910cd97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6457a48a12962c5dd8cac5721ad6acf42da35cb" 2018-11-09 08:23:16,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-f1c0bc74-25ba-46d4-8f64-3e721929ff5b Date: Fri, 09 Nov 2018 08:23:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:23:15Z","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","id":"38f2e3ae-f97d-4ec9-aad5-4bc09910cd97","name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-net"}]} 2018-11-09 08:23:16,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=38f2e3ae-f97d-4ec9-aad5-4bc09910cd97 used request id req-f1c0bc74-25ba-46d4-8f64-3e721929ff5b 2018-11-09 08:23:16,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=38f2e3ae-f97d-4ec9-aad5-4bc09910cd97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6457a48a12962c5dd8cac5721ad6acf42da35cb" 2018-11-09 08:23:16,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fb369490-a10f-44dc-99fc-df491f979718 Date: Fri, 09 Nov 2018 08:23:16 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:23:16,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=38f2e3ae-f97d-4ec9-aad5-4bc09910cd97 used request id req-fb369490-a10f-44dc-99fc-df491f979718 2018-11-09 08:23:16,405 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-subnet 2018-11-09 08:23:16,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6457a48a12962c5dd8cac5721ad6acf42da35cb" -d '{"subnets": [{"ip_version": 4, "network_id": "38f2e3ae-f97d-4ec9-aad5-4bc09910cd97", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-subnet"}]}' 2018-11-09 08:23:17,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-88adff10-c027-4aef-a45e-c4e2ac86cff3 Date: Fri, 09 Nov 2018 08:23:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38f2e3ae-f97d-4ec9-aad5-4bc09910cd97","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:16Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"aed68d87-b1c1-4128-af8f-a69ef2c575f7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-subnet"}]} 2018-11-09 08:23:17,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-88adff10-c027-4aef-a45e-c4e2ac86cff3 2018-11-09 08:23:17,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=38f2e3ae-f97d-4ec9-aad5-4bc09910cd97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6457a48a12962c5dd8cac5721ad6acf42da35cb" 2018-11-09 08:23:17,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a5a8965e-8d7d-44f1-9de8-722ebe0129f7 Date: Fri, 09 Nov 2018 08:23: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":["aed68d87-b1c1-4128-af8f-a69ef2c575f7"],"updated_at":"2018-11-09T08:23:16Z","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","id":"38f2e3ae-f97d-4ec9-aad5-4bc09910cd97","name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-net"}]} 2018-11-09 08:23:17,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=38f2e3ae-f97d-4ec9-aad5-4bc09910cd97 used request id req-a5a8965e-8d7d-44f1-9de8-722ebe0129f7 2018-11-09 08:23:17,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=38f2e3ae-f97d-4ec9-aad5-4bc09910cd97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6457a48a12962c5dd8cac5721ad6acf42da35cb" 2018-11-09 08:23:17,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ce7c37fe-6002-414b-a5e4-a60f5153d02e Date: Fri, 09 Nov 2018 08:23:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38f2e3ae-f97d-4ec9-aad5-4bc09910cd97","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:16Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"aed68d87-b1c1-4128-af8f-a69ef2c575f7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-subnet"}]} 2018-11-09 08:23:17,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=38f2e3ae-f97d-4ec9-aad5-4bc09910cd97 used request id req-ce7c37fe-6002-414b-a5e4-a60f5153d02e 2018-11-09 08:23:17,696 - OpenStackNetwork - DEBUG - Network [38f2e3ae-f97d-4ec9-aad5-4bc09910cd97] created successfully 2018-11-09 08:23:17,696 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:23:17,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:23:18,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:23:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["q97s_1PVSbODGc7FrQemQQ"], "issued_at": "2018-11-09T08:23:18.000000Z"}} 2018-11-09 08:23:18,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}060b9985b1a230b7e57dddab69f75767776bb8c1" 2018-11-09 08:23:18,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-403e69da-9a6a-4895-a4e8-431f5972f405 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:23:18,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-403e69da-9a6a-4895-a4e8-431f5972f405 2018-11-09 08:23:18,174 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:23:18,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}060b9985b1a230b7e57dddab69f75767776bb8c1" 2018-11-09 08:23:18,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-832a1dff-6812-4a34-b1ae-7f01899e3e8e x-compute-request-id: req-832a1dff-6812-4a34-b1ae-7f01899e3e8e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:23:18,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-832a1dff-6812-4a34-b1ae-7f01899e3e8e 2018-11-09 08:23:18,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}060b9985b1a230b7e57dddab69f75767776bb8c1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:23:18,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12f2b459-ec24-46ea-9c15-7e41563f5226 x-compute-request-id: req-12f2b459-ec24-46ea-9c15-7e41563f5226 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:23:18,609 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-12f2b459-ec24-46ea-9c15-7e41563f5226 2018-11-09 08:23:18,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:23:18,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:23:18,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "58c0c3ea06b74a5886a82a21212c5a5e", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role"}], "expires_at": "2018-11-09T09:23:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56db4deae204cdc88531c8d494448d8", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-user", "id": "5d36c46ac450452c865c4868662109dc"}, "audit_ids": ["EmagwqD9S161aNcnbM_OrQ"], "issued_at": "2018-11-09T08:23:18.000000Z"}} 2018-11-09 08:23:18,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" 2018-11-09 08:23:19,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc88cf7-a2f1-4f9c-b5db-3866c6728331 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:23:19,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2dc88cf7-a2f1-4f9c-b5db-3866c6728331 2018-11-09 08:23:19,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" 2018-11-09 08:23:19,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5fa1eeac-5eb9-48e6-b042-da6a7d937693 Date: Fri, 09 Nov 2018 08:23:19 GMT RESP BODY: {"networks":[]} 2018-11-09 08:23:19,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 used request id req-5fa1eeac-5eb9-48e6-b042-da6a7d937693 2018-11-09 08:23:19,232 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 2018-11-09 08:23:19,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" -d '{"network": {"name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2", "admin_state_up": true}}' 2018-11-09 08:23:19,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-867fe7a1-f129-4b75-af58-904d546569f0 Date: Fri, 09 Nov 2018 08:23:19 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"20a43417-c986-4da7-ab2e-c05cb07410bd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:23:19Z","is_default":false,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:19Z","mtu":1450}} 2018-11-09 08:23:19,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-867fe7a1-f129-4b75-af58-904d546569f0 2018-11-09 08:23:19,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" 2018-11-09 08:23:19,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 618 X-Openstack-Request-Id: req-0ff646d2-ca66-42af-9ecf-9ecb5ac7fc25 Date: Fri, 09 Nov 2018 08:23:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:23:19Z","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","id":"20a43417-c986-4da7-ab2e-c05cb07410bd","name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2"}]} 2018-11-09 08:23:19,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-0ff646d2-ca66-42af-9ecf-9ecb5ac7fc25 2018-11-09 08:23:19,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" 2018-11-09 08:23:19,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6a58bcdb-5faa-4bc4-8ea2-b725a2083f38 Date: Fri, 09 Nov 2018 08:23:19 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:23:19,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-6a58bcdb-5faa-4bc4-8ea2-b725a2083f38 2018-11-09 08:23:19,911 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1 2018-11-09 08:23:19,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" -d '{"subnets": [{"ip_version": 4, "network_id": "20a43417-c986-4da7-ab2e-c05cb07410bd", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1"}]}' 2018-11-09 08:23:20,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-08019fa6-e2f3-4029-9939-47f29e4ddba2 Date: Fri, 09 Nov 2018 08:23:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1"}]} 2018-11-09 08:23:20,542 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-08019fa6-e2f3-4029-9939-47f29e4ddba2 2018-11-09 08:23:20,542 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2 2018-11-09 08:23:20,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" -d '{"subnets": [{"ip_version": 4, "network_id": "20a43417-c986-4da7-ab2e-c05cb07410bd", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2"}]}' 2018-11-09 08:23:21,170 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8e245f9e-db82-4f9d-aa4c-8defabacd576 Date: Fri, 09 Nov 2018 08:23:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23:21Z","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":"d56db4deae204cdc88531c8d494448d8","id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2"}]} 2018-11-09 08:23:21,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-8e245f9e-db82-4f9d-aa4c-8defabacd576 2018-11-09 08:23:21,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" 2018-11-09 08:23:21,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-d04c3f62-6e29-4cb8-957e-a7238f0743a3 Date: Fri, 09 Nov 2018 08:23: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":["1922fc18-b30b-4d24-937f-0fab6ac6c12e","c08f3bc2-67d6-4a7c-bb0a-01561889ffd8"],"updated_at":"2018-11-09T08:23:21Z","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","id":"20a43417-c986-4da7-ab2e-c05cb07410bd","name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2"}]} 2018-11-09 08:23:21,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-d04c3f62-6e29-4cb8-957e-a7238f0743a3 2018-11-09 08:23:21,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" 2018-11-09 08:23:21,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-7d9d273e-6c01-4673-a8cd-a36b52857cf6 Date: Fri, 09 Nov 2018 08:23:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23:21Z","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":"d56db4deae204cdc88531c8d494448d8","id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2"}]} 2018-11-09 08:23:21,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-7d9d273e-6c01-4673-a8cd-a36b52857cf6 2018-11-09 08:23:21,631 - OpenStackNetwork - DEBUG - Network [20a43417-c986-4da7-ab2e-c05cb07410bd] created successfully 2018-11-09 08:23:21,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:23:21,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:23:22,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "58c0c3ea06b74a5886a82a21212c5a5e", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role"}], "expires_at": "2018-11-09T09:23:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56db4deae204cdc88531c8d494448d8", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-user", "id": "5d36c46ac450452c865c4868662109dc"}, "audit_ids": ["Xe_CHH1dS1GNCO0ZcRHS4g"], "issued_at": "2018-11-09T08:23:22.000000Z"}} 2018-11-09 08:23:22,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:22,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee33a5d-9957-432f-aa12-92889045feac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:23:22,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8ee33a5d-9957-432f-aa12-92889045feac 2018-11-09 08:23:22,076 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:23:22,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:22,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd6849b-305c-4b8e-ad4a-711a9e82b537 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:23:22,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fcd6849b-305c-4b8e-ad4a-711a9e82b537 2018-11-09 08:23:22,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:22,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-f76629dc-06e5-420f-aff9-8f0f532c2dca Date: Fri, 09 Nov 2018 08:23: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":["1922fc18-b30b-4d24-937f-0fab6ac6c12e","c08f3bc2-67d6-4a7c-bb0a-01561889ffd8"],"updated_at":"2018-11-09T08:23:21Z","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","id":"20a43417-c986-4da7-ab2e-c05cb07410bd","name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2"}]} 2018-11-09 08:23:22,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 used request id req-f76629dc-06e5-420f-aff9-8f0f532c2dca 2018-11-09 08:23:22,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:23:22,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:23: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:23:22,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:22,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f59b5330-6402-43a8-ad55-2897c480f718 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8"}, "enabled": true, "id": "d56db4deae204cdc88531c8d494448d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}} 2018-11-09 08:23:22,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 used request id req-f59b5330-6402-43a8-ad55-2897c480f718 2018-11-09 08:23:22,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:22,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-eb1f6c52-b42f-4ed4-b052-a16813445e1d Date: Fri, 09 Nov 2018 08:23:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23:21Z","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":"d56db4deae204cdc88531c8d494448d8","id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2"}]} 2018-11-09 08:23:22,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-eb1f6c52-b42f-4ed4-b052-a16813445e1d 2018-11-09 08:23:22,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:22,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cb411c8e-d5f5-4ddb-bbbd-e192be1de734 Date: Fri, 09 Nov 2018 08:23:23 GMT RESP BODY: {"ports":[]} 2018-11-09 08:23:22,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1&admin_state_up=True used request id req-cb411c8e-d5f5-4ddb-bbbd-e192be1de734 2018-11-09 08:23:22,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:23,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23: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-ede9aa59-ada7-4453-994e-4fda3f4073a6 x-compute-request-id: req-ede9aa59-ada7-4453-994e-4fda3f4073a6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:23:23,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst used request id req-ede9aa59-ada7-4453-994e-4fda3f4073a6 2018-11-09 08:23:23,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:23,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-baeb03a1-062e-4542-8092-f877e0ff22fb Date: Fri, 09 Nov 2018 08:23: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":["c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","1922fc18-b30b-4d24-937f-0fab6ac6c12e"],"updated_at":"2018-11-09T08:23:21Z","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","id":"20a43417-c986-4da7-ab2e-c05cb07410bd","name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2"}]} 2018-11-09 08:23:23,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 used request id req-baeb03a1-062e-4542-8092-f877e0ff22fb 2018-11-09 08:23:23,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:23,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7addaa10-73f8-4c1c-8a24-2cf9e5e0086c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8"}, "enabled": true, "id": "d56db4deae204cdc88531c8d494448d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}} 2018-11-09 08:23:23,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 used request id req-7addaa10-73f8-4c1c-8a24-2cf9e5e0086c 2018-11-09 08:23:23,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:23,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-a9e3e68c-4fdc-48c6-b9de-8175aab1de88 Date: Fri, 09 Nov 2018 08:23:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23:21Z","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":"d56db4deae204cdc88531c8d494448d8","id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2"}]} 2018-11-09 08:23:23,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-a9e3e68c-4fdc-48c6-b9de-8175aab1de88 2018-11-09 08:23:23,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:23,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f0cec9a0-18dc-45d4-af58-895e35b1a66f Date: Fri, 09 Nov 2018 08:23:23 GMT RESP BODY: {"ports":[]} 2018-11-09 08:23:23,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1&admin_state_up=True used request id req-f0cec9a0-18dc-45d4-af58-895e35b1a66f 2018-11-09 08:23:23,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:23:23,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:23:24,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "58c0c3ea06b74a5886a82a21212c5a5e", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role"}], "expires_at": "2018-11-09T09:23:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d56db4deae204cdc88531c8d494448d8", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d56db4deae204cdc88531c8d494448d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-user", "id": "5d36c46ac450452c865c4868662109dc"}, "audit_ids": ["RECyXigLSvKKoxPUpAuFEg"], "issued_at": "2018-11-09T08:23:24.000000Z"}} 2018-11-09 08:23:24,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6971092ce6ad178660be8d7f94d7be8bcfb01" 2018-11-09 08:23:24,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c42c5b4-1348-47cf-98ba-00cc0fcc907e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:23:24,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5c42c5b4-1348-47cf-98ba-00cc0fcc907e 2018-11-09 08:23:24,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:24,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-6ed87533-58b6-4915-b3c8-ed71bc324693 Date: Fri, 09 Nov 2018 08:23: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":["1922fc18-b30b-4d24-937f-0fab6ac6c12e","c08f3bc2-67d6-4a7c-bb0a-01561889ffd8"],"updated_at":"2018-11-09T08:23:21Z","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","id":"20a43417-c986-4da7-ab2e-c05cb07410bd","name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2"}]} 2018-11-09 08:23:24,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 used request id req-6ed87533-58b6-4915-b3c8-ed71bc324693 2018-11-09 08:23:24,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:24,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-8e82dff0-d972-4da0-8d67-6e4d96df5d5e Date: Fri, 09 Nov 2018 08:23:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23:21Z","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":"d56db4deae204cdc88531c8d494448d8","id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2"}]} 2018-11-09 08:23:24,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-8e82dff0-d972-4da0-8d67-6e4d96df5d5e 2018-11-09 08:23:24,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:24,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-06fca9d9-f03f-4b82-abae-46cf192a7453 Date: Fri, 09 Nov 2018 08:23: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":["c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","1922fc18-b30b-4d24-937f-0fab6ac6c12e"],"updated_at":"2018-11-09T08:23:21Z","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","id":"20a43417-c986-4da7-ab2e-c05cb07410bd","name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2"}]} 2018-11-09 08:23:24,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 used request id req-06fca9d9-f03f-4b82-abae-46cf192a7453 2018-11-09 08:23:24,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:23:24,920 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:23: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:23:24,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6971092ce6ad178660be8d7f94d7be8bcfb01" 2018-11-09 08:23:25,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-446cef08-69b7-4c6c-8a25-1668b7ca7e6d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8"}, "enabled": true, "id": "d56db4deae204cdc88531c8d494448d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}} 2018-11-09 08:23:25,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 used request id req-446cef08-69b7-4c6c-8a25-1668b7ca7e6d 2018-11-09 08:23:25,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:25,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-691cde8a-cc26-47aa-bcc9-6627ad10c79b Date: Fri, 09 Nov 2018 08:23:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23:21Z","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":"d56db4deae204cdc88531c8d494448d8","id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2"}]} 2018-11-09 08:23:25,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-691cde8a-cc26-47aa-bcc9-6627ad10c79b 2018-11-09 08:23:25,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:25,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4ce74baf-7ed0-4aed-9aae-d3b84b8c3f92 Date: Fri, 09 Nov 2018 08:23:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1"}]} 2018-11-09 08:23:25,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1 used request id req-4ce74baf-7ed0-4aed-9aae-d3b84b8c3f92 2018-11-09 08:23:25,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:25,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7ad54d30-35fc-475b-b3e6-7d1247d10d2d Date: Fri, 09 Nov 2018 08:23:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23:21Z","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":"d56db4deae204cdc88531c8d494448d8","id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2"}]} 2018-11-09 08:23:25,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2 used request id req-7ad54d30-35fc-475b-b3e6-7d1247d10d2d 2018-11-09 08:23:25,524 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 2018-11-09 08:23:25,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" -d '{"port": {"network_id": "20a43417-c986-4da7-ab2e-c05cb07410bd", "fixed_ips": [{"subnet_id": "1922fc18-b30b-4d24-937f-0fab6ac6c12e", "ip_address": "10.55.0.101"}, {"subnet_id": "c08f3bc2-67d6-4a7c-bb0a-01561889ffd8", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1", "admin_state_up": true}}' 2018-11-09 08:23:26,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-2c1c6094-f4fd-421a-bf56-176244d73850 Date: Fri, 09 Nov 2018 08:23:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:23:26Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","ip_address":"10.55.0.101"},{"subnet_id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","ip_address":"10.65.0.101"}],"id":"eb71c143-fe53-4386-ac50-90d02a554546","security_groups":["d1e45a83-92f7-4f4c-b0f2-ce72abe80c50"],"mac_address":"fa:16:3e:de:d9:81","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1","project_id":"d56db4deae204cdc88531c8d494448d8","qos_policy_id":null,"admin_state_up":true,"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:26Z","binding:vnic_type":"normal"}} 2018-11-09 08:23:26,554 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-2c1c6094-f4fd-421a-bf56-176244d73850 2018-11-09 08:23:26,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:26,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-7e8e05eb-0dc0-4cfa-abc3-681cf8603cd1 Date: Fri, 09 Nov 2018 08:23: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":["1922fc18-b30b-4d24-937f-0fab6ac6c12e","c08f3bc2-67d6-4a7c-bb0a-01561889ffd8"],"updated_at":"2018-11-09T08:23:21Z","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","id":"20a43417-c986-4da7-ab2e-c05cb07410bd","name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2"}]} 2018-11-09 08:23:26,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 used request id req-7e8e05eb-0dc0-4cfa-abc3-681cf8603cd1 2018-11-09 08:23:26,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:26,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01012177-d55a-419e-823c-c7a095e7687b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8"}, "enabled": true, "id": "d56db4deae204cdc88531c8d494448d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}} 2018-11-09 08:23:26,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 used request id req-01012177-d55a-419e-823c-c7a095e7687b 2018-11-09 08:23:26,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:26,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-cf94ceb9-62dc-4606-91f5-e35ddd7d9d1b Date: Fri, 09 Nov 2018 08:23:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23:21Z","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":"d56db4deae204cdc88531c8d494448d8","id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2"}]} 2018-11-09 08:23:26,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-cf94ceb9-62dc-4606-91f5-e35ddd7d9d1b 2018-11-09 08:23:26,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:27,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-a8821bcd-f0e6-4d19-9eb1-98d232f0b3b7 Date: Fri, 09 Nov 2018 08:23:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:23:26Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","ip_address":"10.55.0.101"},{"subnet_id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","ip_address":"10.65.0.101"}],"id":"eb71c143-fe53-4386-ac50-90d02a554546","security_groups":["d1e45a83-92f7-4f4c-b0f2-ce72abe80c50"],"mac_address":"fa:16:3e:de:d9:81","project_id":"d56db4deae204cdc88531c8d494448d8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1","admin_state_up":true,"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:26Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:23:27,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1&admin_state_up=True used request id req-a8821bcd-f0e6-4d19-9eb1-98d232f0b3b7 2018-11-09 08:23:27,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:27,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e436dc8f-ab27-437a-86e4-321e13b3270a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8"}, "enabled": true, "id": "d56db4deae204cdc88531c8d494448d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}} 2018-11-09 08:23:27,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 used request id req-e436dc8f-ab27-437a-86e4-321e13b3270a 2018-11-09 08:23:27,115 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst 2018-11-09 08:23:27,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:27,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23: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-4a7a1259-f87e-4e68-b3f8-395154bcb403 x-compute-request-id: req-4a7a1259-f87e-4e68-b3f8-395154bcb403 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-flavor-name"}]} 2018-11-09 08:23:27,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4a7a1259-f87e-4e68-b3f8-395154bcb403 2018-11-09 08:23:27,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:27,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23: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-663fc2a1-bdbc-4ed3-aa90-65f807175756 x-compute-request-id: req-663fc2a1-bdbc-4ed3-aa90-65f807175756 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:23:27,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0 used request id req-663fc2a1-bdbc-4ed3-aa90-65f807175756 2018-11-09 08:23:27,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:27,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-7942291d-9b27-4af3-b947-784b6a061e84 Date: Fri, 09 Nov 2018 08:23:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:23:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:23:14Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/snap", "metadata": {}}], "self": "/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "min_disk": 0, "protected": false, "id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "file": "/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d56db4deae204cdc88531c8d494448d8", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image"} 2018-11-09 08:23:27,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image used request id req-7942291d-9b27-4af3-b947-784b6a061e84 2018-11-09 08:23:27,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:27,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9e378018-cb47-41c0-a3a8-1508a4c1d048 Date: Fri, 09 Nov 2018 08:23:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:23:27,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-9e378018-cb47-41c0-a3a8-1508a4c1d048 2018-11-09 08:23:27,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" -d '{"server": {"name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst", "imageRef": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "flavorRef": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "max_count": 1, "min_count": 1, "networks": [{"port": "eb71c143-fe53-4386-ac50-90d02a554546"}]}}' 2018-11-09 08:23:29,198 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:23: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-fda98411-35f7-4a39-b164-c3f5ae7d5627 x-compute-request-id: req-fda98411-35f7-4a39-b164-c3f5ae7d5627 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "bookmark"}], "adminPass": "pvXPLyBX7fgX"}} 2018-11-09 08:23:29,199 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-fda98411-35f7-4a39-b164-c3f5ae7d5627 2018-11-09 08:23:29,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:29,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f7dd337-1c40-4bb3-84cd-bf71b404f476 x-compute-request-id: req-9f7dd337-1c40-4bb3-84cd-bf71b404f476 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.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "bookmark"}], "image": {"id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "links": [{"href": "http://172.30.9.27:8774/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "links": [{"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}]}, "id": "27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "user_id": "5d36c46ac450452c865c4868662109dc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:23:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst", "created": "2018-11-09T08:23:29Z", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:23:29,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf used request id req-9f7dd337-1c40-4bb3-84cd-bf71b404f476 2018-11-09 08:23:29,555 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst 2018-11-09 08:23:29,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:29,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59a364a2-848e-49db-af13-a8bf2456c88c x-compute-request-id: req-59a364a2-848e-49db-af13-a8bf2456c88c 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.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "bookmark"}], "image": {"id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "links": [{"href": "http://172.30.9.27:8774/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "links": [{"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}]}, "id": "27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "user_id": "5d36c46ac450452c865c4868662109dc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:23:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst", "created": "2018-11-09T08:23:29Z", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:23:29,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf used request id req-59a364a2-848e-49db-af13-a8bf2456c88c 2018-11-09 08:23:29,907 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst] is - BUILD 2018-11-09 08:23:29,907 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:23:32,910 - create_instance - DEBUG - VM status query timeout in 896.645077944 2018-11-09 08:23:32,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:33,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23: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-7b4a5bd6-5a33-4178-9fac-8c8f1a0960df x-compute-request-id: req-7b4a5bd6-5a33-4178-9fac-8c8f1a0960df 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.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "bookmark"}], "image": {"id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "links": [{"href": "http://172.30.9.27:8774/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "links": [{"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}]}, "id": "27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "security_groups": [{"name": "default"}], "user_id": "5d36c46ac450452c865c4868662109dc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:23:30Z", "hostId": "d4e7203196449afae485e1ecab82549b4c2e4ddfd5909d45207634cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst", "created": "2018-11-09T08:23:29Z", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:23:33,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf used request id req-7b4a5bd6-5a33-4178-9fac-8c8f1a0960df 2018-11-09 08:23:33,469 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst] is - BUILD 2018-11-09 08:23:33,469 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:23:36,472 - create_instance - DEBUG - VM status query timeout in 893.082823038 2018-11-09 08:23:36,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:37,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8953784-d280-418e-bfca-db6194b17ddd x-compute-request-id: req-e8953784-d280-418e-bfca-db6194b17ddd 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.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "bookmark"}], "image": {"id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "links": [{"href": "http://172.30.9.27:8774/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "links": [{"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}]}, "id": "27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "security_groups": [{"name": "default"}], "user_id": "5d36c46ac450452c865c4868662109dc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:23:30Z", "hostId": "d4e7203196449afae485e1ecab82549b4c2e4ddfd5909d45207634cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst", "created": "2018-11-09T08:23:29Z", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:23:37,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf used request id req-e8953784-d280-418e-bfca-db6194b17ddd 2018-11-09 08:23:37,093 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst] is - BUILD 2018-11-09 08:23:37,093 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:23:40,096 - create_instance - DEBUG - VM status query timeout in 889.458953857 2018-11-09 08:23:40,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:40,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23: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-37bec080-8057-4a48-bf7d-09c170734c49 x-compute-request-id: req-37bec080-8057-4a48-bf7d-09c170734c49 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:d9:81", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:d9:81", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "bookmark"}], "image": {"id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "links": [{"href": "http://172.30.9.27:8774/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:23:37.000000", "flavor": {"id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "links": [{"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}]}, "id": "27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "security_groups": [{"name": "default"}], "user_id": "5d36c46ac450452c865c4868662109dc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:23:36Z", "hostId": "d4e7203196449afae485e1ecab82549b4c2e4ddfd5909d45207634cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst", "created": "2018-11-09T08:23:29Z", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:23:40,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf used request id req-37bec080-8057-4a48-bf7d-09c170734c49 2018-11-09 08:23:40,595 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst] is - ACTIVE 2018-11-09 08:23:40,595 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:23:40,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:41,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23: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-0976fbec-3577-4c3b-9edd-77c7e494a7dd x-compute-request-id: req-0976fbec-3577-4c3b-9edd-77c7e494a7dd Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:d9:81", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:d9:81", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "bookmark"}], "image": {"id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "links": [{"href": "http://172.30.9.27:8774/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:23:37.000000", "flavor": {"id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "links": [{"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}]}, "id": "27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "security_groups": [{"name": "default"}], "user_id": "5d36c46ac450452c865c4868662109dc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:23:36Z", "hostId": "d4e7203196449afae485e1ecab82549b4c2e4ddfd5909d45207634cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst", "created": "2018-11-09T08:23:29Z", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:23:41,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf used request id req-0976fbec-3577-4c3b-9edd-77c7e494a7dd 2018-11-09 08:23:41,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:41,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-2edd7667-5c1e-4834-91bd-9e49fdb8fe62 Date: Fri, 09 Nov 2018 08:23: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":["c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","1922fc18-b30b-4d24-937f-0fab6ac6c12e"],"updated_at":"2018-11-09T08:23:21Z","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d56db4deae204cdc88531c8d494448d8","id":"20a43417-c986-4da7-ab2e-c05cb07410bd","name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2"}]} 2018-11-09 08:23:41,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 used request id req-2edd7667-5c1e-4834-91bd-9e49fdb8fe62 2018-11-09 08:23:41,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:41,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03d6a3ad-7483-462f-a2af-8727df1426ce Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8"}, "enabled": true, "id": "d56db4deae204cdc88531c8d494448d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}} 2018-11-09 08:23:41,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 used request id req-03d6a3ad-7483-462f-a2af-8727df1426ce 2018-11-09 08:23:41,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:41,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-e2fd6740-dbcc-4709-87c6-f343ba6e5fd3 Date: Fri, 09 Nov 2018 08:23:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23: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":"d56db4deae204cdc88531c8d494448d8","id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","dns_nameservers":[],"updated_at":"2018-11-09T08:23:21Z","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":"d56db4deae204cdc88531c8d494448d8","id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2"}]} 2018-11-09 08:23:41,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-e2fd6740-dbcc-4709-87c6-f343ba6e5fd3 2018-11-09 08:23:41,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:41,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3437 X-Openstack-Request-Id: req-7d4a40a8-8c69-406b-99f0-c8e75a4801ac Date: Fri, 09 Nov 2018 08:23:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:23:23Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","ip_address":"10.55.0.3"},{"subnet_id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","ip_address":"10.65.0.3"}],"id":"154024c6-24d4-49ee-995f-08df7c22d47d","security_groups":[],"mac_address":"fa:16:3e:73:1a:f2","project_id":"d56db4deae204cdc88531c8d494448d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-20a43417-c986-4da7-ab2e-c05cb07410bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:23:23Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","ip_address":"10.55.0.4"},{"subnet_id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","ip_address":"10.65.0.4"}],"id":"2249b2e1-6b7a-497a-92b9-92828badeb44","security_groups":[],"mac_address":"fa:16:3e:8f:b4:aa","project_id":"d56db4deae204cdc88531c8d494448d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-20a43417-c986-4da7-ab2e-c05cb07410bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:23:23Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","ip_address":"10.55.0.2"},{"subnet_id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","ip_address":"10.65.0.2"}],"id":"da2dc377-fea8-4d1f-b73e-7cd3a506df87","security_groups":[],"mac_address":"fa:16:3e:5d:c5:8c","project_id":"d56db4deae204cdc88531c8d494448d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-20a43417-c986-4da7-ab2e-c05cb07410bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:23:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1922fc18-b30b-4d24-937f-0fab6ac6c12e","ip_address":"10.55.0.101"},{"subnet_id":"c08f3bc2-67d6-4a7c-bb0a-01561889ffd8","ip_address":"10.65.0.101"}],"id":"eb71c143-fe53-4386-ac50-90d02a554546","security_groups":["d1e45a83-92f7-4f4c-b0f2-ce72abe80c50"],"mac_address":"fa:16:3e:de:d9:81","project_id":"d56db4deae204cdc88531c8d494448d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1","admin_state_up":true,"network_id":"20a43417-c986-4da7-ab2e-c05cb07410bd","tenant_id":"d56db4deae204cdc88531c8d494448d8","created_at":"2018-11-09T08:23:26Z","binding:vnic_type":"normal","device_id":"27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf"}]} 2018-11-09 08:23:41,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-7d4a40a8-8c69-406b-99f0-c8e75a4801ac 2018-11-09 08:23:41,924 - create_instance - INFO - Deleting Port with ID - eb71c143-fe53-4386-ac50-90d02a554546 2018-11-09 08:23:41,924 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532port-1 2018-11-09 08:23:41,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/eb71c143-fe53-4386-ac50-90d02a554546 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:42,375 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ddbd0321-0f13-441b-b031-6caa5707aacf Date: Fri, 09 Nov 2018 08:23:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:23:42,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/eb71c143-fe53-4386-ac50-90d02a554546 used request id req-ddbd0321-0f13-441b-b031-6caa5707aacf 2018-11-09 08:23:42,376 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst 2018-11-09 08:23:42,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:42,521 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:23:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6df0d806-2ccb-4bff-b2ac-7d8d19db77b7 x-compute-request-id: req-6df0d806-2ccb-4bff-b2ac-7d8d19db77b7 Content-Type: application/json 2018-11-09 08:23:42,521 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf used request id req-6df0d806-2ccb-4bff-b2ac-7d8d19db77b7 2018-11-09 08:23:42,521 - create_instance - INFO - Checking deletion status 2018-11-09 08:23:42,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:42,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd24a86d-6005-4117-9446-2bc1e37f7f7e x-compute-request-id: req-cd24a86d-6005-4117-9446-2bc1e37f7f7e 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.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "bookmark"}], "image": {"id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "links": [{"href": "http://172.30.9.27:8774/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:23:37.000000", "flavor": {"id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "links": [{"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}]}, "id": "27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "user_id": "5d36c46ac450452c865c4868662109dc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:23:42Z", "hostId": "d4e7203196449afae485e1ecab82549b4c2e4ddfd5909d45207634cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst", "created": "2018-11-09T08:23:29Z", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:23:42,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf used request id req-cd24a86d-6005-4117-9446-2bc1e37f7f7e 2018-11-09 08:23:42,778 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst] is - ACTIVE 2018-11-09 08:23:42,778 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:23:45,781 - create_instance - DEBUG - VM status query timeout in 296.74032712 2018-11-09 08:23:45,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:46,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:23: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-2e671888-6f84-4e50-a37e-fb281742f881 x-compute-request-id: req-2e671888-6f84-4e50-a37e-fb281742f881 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.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "rel": "bookmark"}], "image": {"id": "0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "links": [{"href": "http://172.30.9.27:8774/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:23:37.000000", "flavor": {"id": "2de765f5-c553-4a9c-bdad-b05cc73d33f0", "links": [{"href": "http://172.30.9.27:8774/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0", "rel": "bookmark"}]}, "id": "27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf", "user_id": "5d36c46ac450452c865c4868662109dc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:23:42Z", "hostId": "d4e7203196449afae485e1ecab82549b4c2e4ddfd5909d45207634cb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst", "created": "2018-11-09T08:23:29Z", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:23:46,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf used request id req-2e671888-6f84-4e50-a37e-fb281742f881 2018-11-09 08:23:46,018 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst] is - ACTIVE 2018-11-09 08:23:46,018 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:23:49,021 - create_instance - DEBUG - VM status query timeout in 293.500394106 2018-11-09 08:23:49,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4ae5c3d7e47a6d3436a6a5813feccef93a6175" 2018-11-09 08:23:49,074 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:23:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24f34394-450d-4d73-9fac-9fdb4ef89269 x-compute-request-id: req-24f34394-450d-4d73-9fac-9fdb4ef89269 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf could not be found.", "code": 404}} 2018-11-09 08:23:49,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf used request id req-24f34394-450d-4d73-9fac-9fdb4ef89269 2018-11-09 08:23:49,075 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 27e4bbd6-e6c9-40c9-b00e-dd1aeddf38bf could not be found. (HTTP 404) (Request-ID: req-24f34394-450d-4d73-9fac-9fdb4ef89269) 2018-11-09 08:23:49,075 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-inst 2018-11-09 08:23:49,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}060b9985b1a230b7e57dddab69f75767776bb8c1" 2018-11-09 08:23:49,119 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:23:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c0d78c3-d442-4555-80a6-82faec29170e x-compute-request-id: req-0c0d78c3-d442-4555-80a6-82faec29170e Content-Length: 0 Content-Type: application/json 2018-11-09 08:23:49,119 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/2de765f5-c553-4a9c-bdad-b05cc73d33f0 used request id req-0c0d78c3-d442-4555-80a6-82faec29170e 2018-11-09 08:23:49,120 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-subnet 2018-11-09 08:23:49,120 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-subnet 2018-11-09 08:23:49,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/aed68d87-b1c1-4128-af8f-a69ef2c575f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6457a48a12962c5dd8cac5721ad6acf42da35cb" 2018-11-09 08:23:51,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20f477a6-d0ad-4dad-aaa4-847727b0c47a Date: Fri, 09 Nov 2018 08:23:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:23:51,475 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/aed68d87-b1c1-4128-af8f-a69ef2c575f7 used request id req-20f477a6-d0ad-4dad-aaa4-847727b0c47a 2018-11-09 08:23:51,475 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-pub-net 2018-11-09 08:23:51,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/38f2e3ae-f97d-4ec9-aad5-4bc09910cd97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6457a48a12962c5dd8cac5721ad6acf42da35cb" 2018-11-09 08:23:52,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec0a6af2-99a1-4a08-bdc9-61ae00d54c01 Date: Fri, 09 Nov 2018 08:23:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:23:52,862 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/38f2e3ae-f97d-4ec9-aad5-4bc09910cd97 used request id req-ec0a6af2-99a1-4a08-bdc9-61ae00d54c01 2018-11-09 08:23:52,863 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1 2018-11-09 08:23:52,863 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet1 2018-11-09 08:23:52,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/1922fc18-b30b-4d24-937f-0fab6ac6c12e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" 2018-11-09 08:23:55,306 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f9b8f3c-c008-4241-83cb-c006c0f9face Date: Fri, 09 Nov 2018 08:23:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:23:55,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1922fc18-b30b-4d24-937f-0fab6ac6c12e used request id req-9f9b8f3c-c008-4241-83cb-c006c0f9face 2018-11-09 08:23:55,307 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2 2018-11-09 08:23:55,307 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-subnet2 2018-11-09 08:23:55,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/c08f3bc2-67d6-4a7c-bb0a-01561889ffd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" 2018-11-09 08:23:57,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2176ceb7-6188-421c-9657-86f189e4ae8e Date: Fri, 09 Nov 2018 08:23:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:23:57,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/c08f3bc2-67d6-4a7c-bb0a-01561889ffd8 used request id req-2176ceb7-6188-421c-9657-86f189e4ae8e 2018-11-09 08:23:57,501 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532net2 2018-11-09 08:23:57,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/20a43417-c986-4da7-ab2e-c05cb07410bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59a4848437a323d0f7fd98974f7c3fdcd69c02c" 2018-11-09 08:23:58,575 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e509bf5-c58f-4014-9226-0fabd4e347b7 Date: Fri, 09 Nov 2018 08:23:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:23:58,575 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/20a43417-c986-4da7-ab2e-c05cb07410bd used request id req-0e509bf5-c58f-4014-9226-0fabd4e347b7 2018-11-09 08:23:58,576 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-1390295d-a839-434f-b045-662aaf1ad532-image 2018-11-09 08:23:58,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca8be4576c023aae790ae6fc2f186572b69b4e91" 2018-11-09 08:24:00,759 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8d5d075-8764-48bf-bf80-5ec5ac469b8c Date: Fri, 09 Nov 2018 08:24:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:24:00,759 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/0e04e1a7-fa60-44f7-b9d0-0c8e003a797e used request id req-e8d5d075-8764-48bf-bf80-5ec5ac469b8c 2018-11-09 08:24:00,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:24:00,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9e169bef-36af-4e7c-a660-26488505d7d3 Date: Fri, 09 Nov 2018 08:24:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d56db4deae204cdc88531c8d494448d8", "created_at": "2018-11-09T08:23:15Z", "updated_at": "2018-11-09T08:23:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:23:15Z", "revision_number": 0, "id": "2ea9e196-7aed-4a9c-ae02-d7e53bb84cbf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:23:15Z", "security_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56db4deae204cdc88531c8d494448d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:23:15Z", "revision_number": 0, "id": "5c8ff05b-05ef-4b3e-b250-b724613f354f", "remote_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "remote_ip_prefix": null, "created_at": "2018-11-09T08:23:15Z", "security_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d56db4deae204cdc88531c8d494448d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:23:15Z", "revision_number": 0, "id": "76ff9137-f0a2-47fb-ad27-962ce52aff84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:23:15Z", "security_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56db4deae204cdc88531c8d494448d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:23:15Z", "revision_number": 0, "id": "8647ef4e-fbaa-47aa-bb93-84ae306e18e8", "remote_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "remote_ip_prefix": null, "created_at": "2018-11-09T08:23:15Z", "security_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "tenant_id": "d56db4deae204cdc88531c8d494448d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d56db4deae204cdc88531c8d494448d8"}], "revision_number": 4, "project_id": "d56db4deae204cdc88531c8d494448d8", "id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:24:00,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-9e169bef-36af-4e7c-a660-26488505d7d3 2018-11-09 08:24:00,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:24:01,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47a6b34d-40c5-4b45-90b2-f415222184a5 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:24:01,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-47a6b34d-40c5-4b45-90b2-f415222184a5 2018-11-09 08:24:01,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:24:01,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83ac3495-4450-4d8f-9559-9bdad66ac9ea 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:24:01,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-83ac3495-4450-4d8f-9559-9bdad66ac9ea 2018-11-09 08:24:01,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:24:01,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffcd5450-8d5a-4ef2-8f9b-f0d28bfeab6e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8"}, "enabled": true, "id": "d56db4deae204cdc88531c8d494448d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj"}} 2018-11-09 08:24:01,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 used request id req-ffcd5450-8d5a-4ef2-8f9b-f0d28bfeab6e 2018-11-09 08:24:01,298 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1e45a83-92f7-4f4c-b0f2-ce72abe80c50 2018-11-09 08:24:01,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d1e45a83-92f7-4f4c-b0f2-ce72abe80c50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:24:01,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-383ce26a-83fa-4a3b-b692-3cb0ee4b86d2 Date: Fri, 09 Nov 2018 08:24:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:23:15Z", "security_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "port_range_min": null, "revision_number": 0, "tenant_id": "d56db4deae204cdc88531c8d494448d8", "created_at": "2018-11-09T08:23:15Z", "project_id": "d56db4deae204cdc88531c8d494448d8", "id": "2ea9e196-7aed-4a9c-ae02-d7e53bb84cbf"}, {"remote_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:23:15Z", "security_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "port_range_min": null, "revision_number": 0, "tenant_id": "d56db4deae204cdc88531c8d494448d8", "created_at": "2018-11-09T08:23:15Z", "project_id": "d56db4deae204cdc88531c8d494448d8", "id": "5c8ff05b-05ef-4b3e-b250-b724613f354f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:23:15Z", "security_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "port_range_min": null, "revision_number": 0, "tenant_id": "d56db4deae204cdc88531c8d494448d8", "created_at": "2018-11-09T08:23:15Z", "project_id": "d56db4deae204cdc88531c8d494448d8", "id": "76ff9137-f0a2-47fb-ad27-962ce52aff84"}, {"remote_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:23:15Z", "security_group_id": "d1e45a83-92f7-4f4c-b0f2-ce72abe80c50", "port_range_min": null, "revision_number": 0, "tenant_id": "d56db4deae204cdc88531c8d494448d8", "created_at": "2018-11-09T08:23:15Z", "project_id": "d56db4deae204cdc88531c8d494448d8", "id": "8647ef4e-fbaa-47aa-bb93-84ae306e18e8"}]} 2018-11-09 08:24:01,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d1e45a83-92f7-4f4c-b0f2-ce72abe80c50 used request id req-383ce26a-83fa-4a3b-b692-3cb0ee4b86d2 2018-11-09 08:24:01,482 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:24:01,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/d1e45a83-92f7-4f4c-b0f2-ce72abe80c50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:24:01,776 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-23812c2d-6aee-4090-a717-ae1f3f92f290 Content-Length: 0 Date: Fri, 09 Nov 2018 08:24:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:24:01,776 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/d1e45a83-92f7-4f4c-b0f2-ce72abe80c50 used request id req-23812c2d-6aee-4090-a717-ae1f3f92f290 2018-11-09 08:24:01,777 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj 2018-11-09 08:24:01,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:24:01,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23540949-e28b-4436-a632-7fcae73afd3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:24:01,965 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/d56db4deae204cdc88531c8d494448d8 used request id req-23540949-e28b-4436-a632-7fcae73afd3a 2018-11-09 08:24:01,965 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a8a6e826-9b42-466-proj-role 2018-11-09 08:24:01,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/58c0c3ea06b74a5886a82a21212c5a5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:24:02,070 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:24:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5d7a72b-ac08-4d4d-b16b-8a859cd71438 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:24:02,070 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/58c0c3ea06b74a5886a82a21212c5a5e used request id req-a5d7a72b-ac08-4d4d-b16b-8a859cd71438 2018-11-09 08:24:02,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e8bcd7d9f795dcff110526f2fa9cf658357054" 2018-11-09 08:24:02,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43879412-87c5-4c9e-ab39-157cef8c0945 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:24:02,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-43879412-87c5-4c9e-ab39-157cef8c0945 2018-11-09 08:24:02,155 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a8a6e826-9b42-466-user 2018-11-09 08:24:02,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/5d36c46ac450452c865c4868662109dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77fd6524ab70a8dd21c0e905b479ce9b40541fa6" 2018-11-09 08:24:02,338 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:24:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3ddef6d-a139-4466-9ead-2433f47e01f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:24:02,338 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/5d36c46ac450452c865c4868662109dc used request id req-d3ddef6d-a139-4466-9ead-2433f47e01f4 2018-11-09 08:24:02,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:02,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:24:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["xv9VWQO0QJCOs-LalhTVEw"], "issued_at": "2018-11-09T08:24:02.000000Z"}} 2018-11-09 08:24:02,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}703153e40b5565583696e4b0f87ef2f73e260b2c" 2018-11-09 08:24:02,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-514d8a29-d676-4581-8824-0752d8ddc73e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:02,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-514d8a29-d676-4581-8824-0752d8ddc73e 2018-11-09 08:24:02,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:02,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:03,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["hUFhsmtERjeO4zMQLCCMaA"], "issued_at": "2018-11-09T08:24:03.000000Z"}} 2018-11-09 08:24:03,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:03,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e7e642-0c24-4e02-8050-59d5aa95efa4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:03,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-23e7e642-0c24-4e02-8050-59d5aa95efa4 2018-11-09 08:24:03,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:24:03,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:24:03,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0840c5e1-4690-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:03,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e04dcd0-1b71-481a-8063-0b038f240160 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0840c5e1-4690-481-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:24:03,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0840c5e1-4690-481-proj used request id req-1e04dcd0-1b71-481a-8063-0b038f240160 2018-11-09 08:24:03,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:03,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27f1e29d-0926-400e-b0c6-2f104f4c9496 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:24:03,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-27f1e29d-0926-400e-b0c6-2f104f4c9496 2018-11-09 08:24:03,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}}' 2018-11-09 08:24:03,609 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc28f7eb-8a85-45cc-bbdc-d16f5e1d53c9 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:03,609 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-bc28f7eb-8a85-45cc-bbdc-d16f5e1d53c9 2018-11-09 08:24:03,609 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-0840c5e1-4690-481-proj 2018-11-09 08:24:03,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:03,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:03,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lbXWHpJhTq28dAD48gFWxA"], "issued_at": "2018-11-09T08:24:03.000000Z"}} 2018-11-09 08:24:03,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cba3e17b6dd9b15b77353c40ff0a4bbe97cd421c" 2018-11-09 08:24:04,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb3d7d81-fffb-4f7b-8c46-87a283a9d142 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:04,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fb3d7d81-fffb-4f7b-8c46-87a283a9d142 2018-11-09 08:24:04,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:24:04,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:24:04,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cba3e17b6dd9b15b77353c40ff0a4bbe97cd421c" 2018-11-09 08:24:04,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92d33582-2591-475f-bab9-da310b602c17 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:24:04,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-92d33582-2591-475f-bab9-da310b602c17 2018-11-09 08:24:04,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-0840c5e1-4690-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cba3e17b6dd9b15b77353c40ff0a4bbe97cd421c" 2018-11-09 08:24:04,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cacbd484-a7fa-4930-8ba1-2ee97409d431 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-0840c5e1-4690-481-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}]} 2018-11-09 08:24:04,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-0840c5e1-4690-481-proj used request id req-cacbd484-a7fa-4930-8ba1-2ee97409d431 2018-11-09 08:24:04,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cba3e17b6dd9b15b77353c40ff0a4bbe97cd421c" 2018-11-09 08:24:04,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac7f593-7738-458e-9d69-1588c4d26765 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:24:04,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-6ac7f593-7738-458e-9d69-1588c4d26765 2018-11-09 08:24:04,766 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-0840c5e1-4690-481-user 2018-11-09 08:24:04,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:04,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:04,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94d009b0-70be-4bc9-9898-3e36d91d23f0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:24:04,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-94d009b0-70be-4bc9-9898-3e36d91d23f0 2018-11-09 08:24:04,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" -d '{"role": {"name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role"}}' 2018-11-09 08:24:04,969 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec90b05f-0246-4583-9d42-8d100e327522 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "56e9dbfb66c64b8983343e7b9c9128a2", "links": {"self": "http://172.30.9.27:5000/v3/roles/56e9dbfb66c64b8983343e7b9c9128a2"}, "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role"}} 2018-11-09 08:24:04,969 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-ec90b05f-0246-4583-9d42-8d100e327522 2018-11-09 08:24:04,969 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role 2018-11-09 08:24:04,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/56e9dbfb66c64b8983343e7b9c9128a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:05,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33300931-b042-4394-82cc-5136b3cbc55b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/56e9dbfb66c64b8983343e7b9c9128a2"}, "domain_id": null, "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role", "id": "56e9dbfb66c64b8983343e7b9c9128a2"}} 2018-11-09 08:24:05,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/56e9dbfb66c64b8983343e7b9c9128a2 used request id req-33300931-b042-4394-82cc-5136b3cbc55b 2018-11-09 08:24:05,062 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role to project InstanceSecurityGroupTests-0840c5e1-4690-481-proj 2018-11-09 08:24:05,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78/users/aabee4c2cdbd4e38a0e3407849e05782/roles/56e9dbfb66c64b8983343e7b9c9128a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:05,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:24:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-020ad82b-812b-4d03-89e6-c751a6c66dff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:24:05,248 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78/users/aabee4c2cdbd4e38a0e3407849e05782/roles/56e9dbfb66c64b8983343e7b9c9128a2 used request id req-020ad82b-812b-4d03-89e6-c751a6c66dff 2018-11-09 08:24:05,248 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:24:05,249 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:24:05,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:05,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:05,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "56e9dbfb66c64b8983343e7b9c9128a2", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role"}], "expires_at": "2018-11-09T09:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a92b78047994883b6fc101f8dd3ab78", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-user", "id": "aabee4c2cdbd4e38a0e3407849e05782"}, "audit_ids": ["cOltmHZfRS2A1j57QUvesA"], "issued_at": "2018-11-09T08:24:05.000000Z"}} 2018-11-09 08:24:05,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c7589831d96e5d300c4d0c719d405fe219d60" 2018-11-09 08:24:05,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bc863b5-e861-47b5-ab17-ccdbd57a5cf1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:05,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7bc863b5-e861-47b5-ab17-ccdbd57a5cf1 2018-11-09 08:24:05,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86c7589831d96e5d300c4d0c719d405fe219d60" 2018-11-09 08:24:05,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-bbb5b8df-49c7-4d4c-8d52-a76a39da0f8a Date: Fri, 09 Nov 2018 08:24:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image"} 2018-11-09 08:24:05,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image used request id req-bbb5b8df-49c7-4d4c-8d52-a76a39da0f8a 2018-11-09 08:24:05,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86c7589831d96e5d300c4d0c719d405fe219d60" 2018-11-09 08:24:06,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-500f9a5e-16a7-4a5b-924b-646c2ae698ec Date: Fri, 09 Nov 2018 08:24:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:24:06,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-500f9a5e-16a7-4a5b-924b-646c2ae698ec 2018-11-09 08:24:06,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c86c7589831d96e5d300c4d0c719d405fe219d60" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image"}' 2018-11-09 08:24:06,270 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d X-Openstack-Request-Id: req-312c923f-a286-4a50-ba04-776b3d2f63d3 Date: Fri, 09 Nov 2018 08:24:06 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:24:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:24:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "min_disk": 0, "protected": false, "id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "file": "/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/file", "checksum": null, "owner": "0a92b78047994883b6fc101f8dd3ab78", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:24:06,270 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-312c923f-a286-4a50-ba04-776b3d2f63d3 2018-11-09 08:24:06,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86c7589831d96e5d300c4d0c719d405fe219d60" -d '' 2018-11-09 08:24:08,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-02fb8eb8-9d20-47a9-966d-16762d111faa Date: Fri, 09 Nov 2018 08:24:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:24:08,327 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/file used request id req-02fb8eb8-9d20-47a9-966d-16762d111faa 2018-11-09 08:24:08,327 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:24:08,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86c7589831d96e5d300c4d0c719d405fe219d60" 2018-11-09 08:24:08,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a6ead903-6a63-46aa-99de-b2340d66f00a Date: Fri, 09 Nov 2018 08:24:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:24:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:24:08Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/snap", "metadata": {}}], "self": "/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "min_disk": 0, "protected": false, "id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "file": "/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0a92b78047994883b6fc101f8dd3ab78", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:24:08,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d used request id req-a6ead903-6a63-46aa-99de-b2340d66f00a 2018-11-09 08:24:08,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86c7589831d96e5d300c4d0c719d405fe219d60" 2018-11-09 08:24:08,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fd4bc965-eee8-4e2c-ad3a-2761680f6192 Date: Fri, 09 Nov 2018 08:24:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:24:08,538 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-fd4bc965-eee8-4e2c-ad3a-2761680f6192 2018-11-09 08:24:08,540 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image 2018-11-09 08:24:08,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86c7589831d96e5d300c4d0c719d405fe219d60" 2018-11-09 08:24:08,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0db84a2b-9691-485f-874d-0eef8bf4ddac Date: Fri, 09 Nov 2018 08:24:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:24:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:24:08Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/snap", "metadata": {}}], "self": "/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "min_disk": 0, "protected": false, "id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "file": "/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0a92b78047994883b6fc101f8dd3ab78", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:24:08,701 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d used request id req-0db84a2b-9691-485f-874d-0eef8bf4ddac 2018-11-09 08:24:08,702 - create_image - DEBUG - Instance status is - active 2018-11-09 08:24:08,702 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image 2018-11-09 08:24:08,702 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image 2018-11-09 08:24:08,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:08,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:09,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "56e9dbfb66c64b8983343e7b9c9128a2", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role"}], "expires_at": "2018-11-09T09:24:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a92b78047994883b6fc101f8dd3ab78", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-user", "id": "aabee4c2cdbd4e38a0e3407849e05782"}, "audit_ids": ["w1gj1gH7RxqcDXEfV10f1g"], "issued_at": "2018-11-09T08:24:09.000000Z"}} 2018-11-09 08:24:09,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90c562bb8be547e690f90d30fef3dab7a81c3c" 2018-11-09 08:24:09,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fbf9b8f-161e-45f6-b2dc-95749952aa7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:09,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9fbf9b8f-161e-45f6-b2dc-95749952aa7a 2018-11-09 08:24:09,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90c562bb8be547e690f90d30fef3dab7a81c3c" 2018-11-09 08:24:09,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f291c481-f27f-45e1-a0fe-b61454948bc1 Date: Fri, 09 Nov 2018 08:24:09 GMT RESP BODY: {"networks":[]} 2018-11-09 08:24:09,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-f291c481-f27f-45e1-a0fe-b61454948bc1 2018-11-09 08:24:09,319 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net 2018-11-09 08:24:09,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90c562bb8be547e690f90d30fef3dab7a81c3c" -d '{"network": {"name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net", "admin_state_up": true}}' 2018-11-09 08:24:09,882 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-c035c956-32dc-4b8e-83a3-c877e388e21c Date: Fri, 09 Nov 2018 08:24:09 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:24:09Z","is_default":false,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","mtu":1450}} 2018-11-09 08:24:09,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-c035c956-32dc-4b8e-83a3-c877e388e21c 2018-11-09 08:24:09,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90c562bb8be547e690f90d30fef3dab7a81c3c" 2018-11-09 08:24:10,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-8991953e-9988-4f83-a2fd-92d9e4b0a214 Date: Fri, 09 Nov 2018 08:24:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:24:09Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:10,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-8991953e-9988-4f83-a2fd-92d9e4b0a214 2018-11-09 08:24:10,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90c562bb8be547e690f90d30fef3dab7a81c3c" 2018-11-09 08:24:10,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2c45bd49-bfc4-44c2-a17e-9eca19e22af8 Date: Fri, 09 Nov 2018 08:24:10 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:24:10,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-2c45bd49-bfc4-44c2-a17e-9eca19e22af8 2018-11-09 08:24:10,308 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet 2018-11-09 08:24:10,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90c562bb8be547e690f90d30fef3dab7a81c3c" -d '{"subnets": [{"ip_version": 4, "network_id": "4f2b5ba7-a5d0-4251-a890-85b47cf82485", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]}' 2018-11-09 08:24:10,846 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-16849d6c-6d88-4e24-ab3c-25052ef13fb2 Date: Fri, 09 Nov 2018 08:24:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","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":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:10,846 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-16849d6c-6d88-4e24-ab3c-25052ef13fb2 2018-11-09 08:24:10,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90c562bb8be547e690f90d30fef3dab7a81c3c" 2018-11-09 08:24:10,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-752a65ce-3f86-4d6f-8fc5-a4e71ea51a78 Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:10,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-752a65ce-3f86-4d6f-8fc5-a4e71ea51a78 2018-11-09 08:24:10,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90c562bb8be547e690f90d30fef3dab7a81c3c" 2018-11-09 08:24:11,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f2772832-36c7-4c6e-8001-7d670465174d Date: Fri, 09 Nov 2018 08:24:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:11,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-f2772832-36c7-4c6e-8001-7d670465174d 2018-11-09 08:24:11,169 - OpenStackNetwork - DEBUG - Network [4f2b5ba7-a5d0-4251-a890-85b47cf82485] created successfully 2018-11-09 08:24:11,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:11,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:11,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:24:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["EE-v_pXCT7qP_5KccNBOJA"], "issued_at": "2018-11-09T08:24:11.000000Z"}} 2018-11-09 08:24:11,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c06e8658c132f4e310877e7412281876a8e3386" 2018-11-09 08:24:11,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2fa7ff6-cef0-4e7c-b3a0-b7d4d44cdf2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:11,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a2fa7ff6-cef0-4e7c-b3a0-b7d4d44cdf2d 2018-11-09 08:24:11,644 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:24:11,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c06e8658c132f4e310877e7412281876a8e3386" 2018-11-09 08:24:11,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-6e6b0451-59e1-4a9c-bf3a-504c3b3f218e x-compute-request-id: req-6e6b0451-59e1-4a9c-bf3a-504c3b3f218e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:24:11,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6e6b0451-59e1-4a9c-bf3a-504c3b3f218e 2018-11-09 08:24:11,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c06e8658c132f4e310877e7412281876a8e3386" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:24:11,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-62dd36f7-3aa0-41fd-9055-e3cb0aa35794 x-compute-request-id: req-62dd36f7-3aa0-41fd-9055-e3cb0aa35794 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "96b6a620-c027-4bd8-962a-c099109737f6", "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:24:11,866 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-62dd36f7-3aa0-41fd-9055-e3cb0aa35794 2018-11-09 08:24:11,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:11,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:12,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "56e9dbfb66c64b8983343e7b9c9128a2", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role"}], "expires_at": "2018-11-09T09:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a92b78047994883b6fc101f8dd3ab78", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-user", "id": "aabee4c2cdbd4e38a0e3407849e05782"}, "audit_ids": ["pef7yg20Rjm7n4G_jhnTyg"], "issued_at": "2018-11-09T08:24:12.000000Z"}} 2018-11-09 08:24:12,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:12,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54cbdde2-c92e-4800-8e05-992c288d71a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:12,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-54cbdde2-c92e-4800-8e05-992c288d71a4 2018-11-09 08:24:12,329 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:24:12,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:12,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b123ed-d54a-4ae0-9e4b-2df872942ea3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:12,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-91b123ed-d54a-4ae0-9e4b-2df872942ea3 2018-11-09 08:24:12,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:12,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6bb13ba6-9022-4238-982a-57ccbe050a25 Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:12,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-6bb13ba6-9022-4238-982a-57ccbe050a25 2018-11-09 08:24:12,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:24:12,677 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:24:12,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:12,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a9d144e-3697-4e3b-b288-0b6ed8775329 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:12,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-0a9d144e-3697-4e3b-b288-0b6ed8775329 2018-11-09 08:24:12,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:12,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c0f71595-0e0f-447c-a0f9-c08940f27969 Date: Fri, 09 Nov 2018 08:24:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:12,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-c0f71595-0e0f-447c-a0f9-c08940f27969 2018-11-09 08:24:12,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:13,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-57970953-2420-43e8-8b8f-4f03d68bce74 Date: Fri, 09 Nov 2018 08:24:13 GMT RESP BODY: {"ports":[]} 2018-11-09 08:24:13,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port&admin_state_up=True used request id req-57970953-2420-43e8-8b8f-4f03d68bce74 2018-11-09 08:24:13,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:13,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-5d290555-79e4-4980-85a2-a76e5adf2db9 x-compute-request-id: req-5d290555-79e4-4980-85a2-a76e5adf2db9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:24:13,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst used request id req-5d290555-79e4-4980-85a2-a76e5adf2db9 2018-11-09 08:24:13,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:13,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1e93098e-de59-438b-8774-9795c43cbd9a Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:13,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-1e93098e-de59-438b-8774-9795c43cbd9a 2018-11-09 08:24:13,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:13,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2765ae2e-a331-43ab-8ca9-1ff5898fd085 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:13,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-2765ae2e-a331-43ab-8ca9-1ff5898fd085 2018-11-09 08:24:13,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:14,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-74af540b-11e6-4f59-99aa-7ce93e2c431a Date: Fri, 09 Nov 2018 08:24:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:14,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-74af540b-11e6-4f59-99aa-7ce93e2c431a 2018-11-09 08:24:14,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:14,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e7c3fc47-ed43-4f9d-a5da-b417b68acea0 Date: Fri, 09 Nov 2018 08:24:13 GMT RESP BODY: {"ports":[]} 2018-11-09 08:24:14,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port&admin_state_up=True used request id req-e7c3fc47-ed43-4f9d-a5da-b417b68acea0 2018-11-09 08:24:14,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:14,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:14,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "56e9dbfb66c64b8983343e7b9c9128a2", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role"}], "expires_at": "2018-11-09T09:24:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a92b78047994883b6fc101f8dd3ab78", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-user", "id": "aabee4c2cdbd4e38a0e3407849e05782"}, "audit_ids": ["kuRdXU7OQwWhhzgyPdQL7A"], "issued_at": "2018-11-09T08:24:14.000000Z"}} 2018-11-09 08:24:14,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b049eb9b32179a90aa649709f60fb64c205b2885" 2018-11-09 08:24:14,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c057a36-e36c-4d22-8794-a7b48afd50ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:14,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2c057a36-e36c-4d22-8794-a7b48afd50ba 2018-11-09 08:24:14,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:14,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c7d031b7-7090-4994-a24d-63bcf6f86bba Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:14,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-c7d031b7-7090-4994-a24d-63bcf6f86bba 2018-11-09 08:24:14,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:15,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1a337483-ec0f-4fc1-8d6e-848619be34bd Date: Fri, 09 Nov 2018 08:24:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:15,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-1a337483-ec0f-4fc1-8d6e-848619be34bd 2018-11-09 08:24:15,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:15,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e2e3341f-7a43-4af0-af36-1a900d86311c Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:15,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-e2e3341f-7a43-4af0-af36-1a900d86311c 2018-11-09 08:24:15,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:24:15,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:24:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:24:15,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b049eb9b32179a90aa649709f60fb64c205b2885" 2018-11-09 08:24:15,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76edcbd3-9c5e-4a01-b909-4542a19379a3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:15,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-76edcbd3-9c5e-4a01-b909-4542a19379a3 2018-11-09 08:24:15,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:15,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bcce24e4-ca5a-4d4d-bb44-a1fd1b58d573 Date: Fri, 09 Nov 2018 08:24:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:15,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-bcce24e4-ca5a-4d4d-bb44-a1fd1b58d573 2018-11-09 08:24:15,676 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net 2018-11-09 08:24:15,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" -d '{"port": {"network_id": "4f2b5ba7-a5d0-4251-a890-85b47cf82485", "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port", "admin_state_up": true}}' 2018-11-09 08:24:16,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-70547bba-ebf9-45e9-9292-7e56f7bcbe0f Date: Fri, 09 Nov 2018 08:24:16 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:16Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.8"}],"id":"18a7913d-588a-497e-bcd9-49c4e6b8f816","security_groups":["2dc959a5-b81b-4896-aecd-88e5311d840d"],"mac_address":"fa:16:3e:ba:ac:a8","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port","project_id":"0a92b78047994883b6fc101f8dd3ab78","qos_policy_id":null,"admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:16Z","binding:vnic_type":"normal"}} 2018-11-09 08:24:16,819 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-70547bba-ebf9-45e9-9292-7e56f7bcbe0f 2018-11-09 08:24:16,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:17,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c055125c-7ecc-4667-9818-ef5e3f37be90 Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:17,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-c055125c-7ecc-4667-9818-ef5e3f37be90 2018-11-09 08:24:17,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:17,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff446690-4cca-4b64-9040-cc82e19b43c7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:17,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-ff446690-4cca-4b64-9040-cc82e19b43c7 2018-11-09 08:24:17,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:17,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3999e3c2-2bd2-48ee-9fcb-442ebfb9cdd8 Date: Fri, 09 Nov 2018 08:24:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:17,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-3999e3c2-2bd2-48ee-9fcb-442ebfb9cdd8 2018-11-09 08:24:17,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:17,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-bb1d6c39-9b9e-4263-911c-688335d658ac Date: Fri, 09 Nov 2018 08:24:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:16Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.8"}],"id":"18a7913d-588a-497e-bcd9-49c4e6b8f816","security_groups":["2dc959a5-b81b-4896-aecd-88e5311d840d"],"mac_address":"fa:16:3e:ba:ac:a8","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:16Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:24:17,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port&admin_state_up=True used request id req-bb1d6c39-9b9e-4263-911c-688335d658ac 2018-11-09 08:24:17,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:17,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc3c3bc-860a-433b-b78c-7c5df4ce39a3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:17,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-acc3c3bc-860a-433b-b78c-7c5df4ce39a3 2018-11-09 08:24:17,512 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst 2018-11-09 08:24:17,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:17,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cb39bf8-ef35-4835-9c94-e0a96bccf3f8 x-compute-request-id: req-8cb39bf8-ef35-4835-9c94-e0a96bccf3f8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-flavor-name"}]} 2018-11-09 08:24:17,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8cb39bf8-ef35-4835-9c94-e0a96bccf3f8 2018-11-09 08:24:17,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/96b6a620-c027-4bd8-962a-c099109737f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:17,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4760bc65-0d1f-4114-a75e-17d9d020961d x-compute-request-id: req-4760bc65-0d1f-4114-a75e-17d9d020961d Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "96b6a620-c027-4bd8-962a-c099109737f6", "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:24:17,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/96b6a620-c027-4bd8-962a-c099109737f6 used request id req-4760bc65-0d1f-4114-a75e-17d9d020961d 2018-11-09 08:24:17,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:17,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-ef65e489-d41b-42af-a8fd-9208d3a72fd8 Date: Fri, 09 Nov 2018 08:24:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:24:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:24:08Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/snap", "metadata": {}}], "self": "/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "min_disk": 0, "protected": false, "id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "file": "/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0a92b78047994883b6fc101f8dd3ab78", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image"} 2018-11-09 08:24:17,749 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image used request id req-ef65e489-d41b-42af-a8fd-9208d3a72fd8 2018-11-09 08:24:17,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:17,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-991a9e11-9591-4a9c-95b0-ced891d249fa Date: Fri, 09 Nov 2018 08:24:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:24:17,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-991a9e11-9591-4a9c-95b0-ced891d249fa 2018-11-09 08:24:17,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" -d '{"server": {"name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "imageRef": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "flavorRef": "96b6a620-c027-4bd8-962a-c099109737f6", "max_count": 1, "min_count": 1, "networks": [{"port": "18a7913d-588a-497e-bcd9-49c4e6b8f816"}]}}' 2018-11-09 08:24:19,245 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:24:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6bffb9eb-7405-41e5-a63d-a8e60ae606ae x-compute-request-id: req-6bffb9eb-7405-41e5-a63d-a8e60ae606ae Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "adminPass": "2h9mDrTvPLAK"}} 2018-11-09 08:24:19,245 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-6bffb9eb-7405-41e5-a63d-a8e60ae606ae 2018-11-09 08:24:19,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:19,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-3f7654a3-720b-44e5-b2a6-b5741c24f744 x-compute-request-id: req-3f7654a3-720b-44e5-b2a6-b5741c24f744 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.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:24:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:19,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-3f7654a3-720b-44e5-b2a6-b5741c24f744 2018-11-09 08:24:19,461 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst 2018-11-09 08:24:19,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:19,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-8b9f30fe-8312-4e1e-b064-3e0b7119aa90 x-compute-request-id: req-8b9f30fe-8312-4e1e-b064-3e0b7119aa90 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.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:24:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:19,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-8b9f30fe-8312-4e1e-b064-3e0b7119aa90 2018-11-09 08:24:19,693 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst] is - BUILD 2018-11-09 08:24:19,693 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:24:22,697 - create_instance - DEBUG - VM status query timeout in 896.764815092 2018-11-09 08:24:22,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:23,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9d05434-1699-4180-9912-53cfc7ea723b x-compute-request-id: req-f9d05434-1699-4180-9912-53cfc7ea723b 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.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:24:20Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:23,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-f9d05434-1699-4180-9912-53cfc7ea723b 2018-11-09 08:24:23,435 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst] is - BUILD 2018-11-09 08:24:23,435 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:24:26,438 - create_instance - DEBUG - VM status query timeout in 893.023384094 2018-11-09 08:24:26,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:27,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-19ec73c3-c035-4156-ba43-023d1cde6819 x-compute-request-id: req-19ec73c3-c035-4156-ba43-023d1cde6819 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:25Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:27,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-19ec73c3-c035-4156-ba43-023d1cde6819 2018-11-09 08:24:27,177 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst] is - ACTIVE 2018-11-09 08:24:27,177 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:24:27,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:27,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81ccbe26-f019-4eb2-b64a-897e94e32348 x-compute-request-id: req-81ccbe26-f019-4eb2-b64a-897e94e32348 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:25Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:27,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-81ccbe26-f019-4eb2-b64a-897e94e32348 2018-11-09 08:24:27,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:28,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-78bc4f7d-efd9-4fee-8d8e-96b86749df41 Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:28,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-78bc4f7d-efd9-4fee-8d8e-96b86749df41 2018-11-09 08:24:28,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:28,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a88941e-794e-4275-b5c0-65d1bc0ab8f3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:28,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-5a88941e-794e-4275-b5c0-65d1bc0ab8f3 2018-11-09 08:24:28,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:28,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-485d32c4-a2b9-47a5-9121-3fa6c85b706e Date: Fri, 09 Nov 2018 08:24:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:28,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-485d32c4-a2b9-47a5-9121-3fa6c85b706e 2018-11-09 08:24:28,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:28,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-00a28a40-5cfd-4710-b148-3012f90ec7d6 Date: Fri, 09 Nov 2018 08:24:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.4"}],"id":"0f9c5ec2-08d8-4150-9593-e99bc18e6c4d","security_groups":[],"mac_address":"fa:16:3e:f1:85:39","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4f2b5ba7-a5d0-4251-a890-85b47cf82485"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.8"}],"id":"18a7913d-588a-497e-bcd9-49c4e6b8f816","security_groups":["2dc959a5-b81b-4896-aecd-88e5311d840d"],"mac_address":"fa:16:3e:ba:ac:a8","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:16Z","binding:vnic_type":"normal","device_id":"47a9cdaf-4c29-4add-87b9-230d85a3cb1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.3"}],"id":"4a020fe1-7c65-4477-aeb5-4037c05154f9","security_groups":[],"mac_address":"fa:16:3e:7e:d8:ba","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4f2b5ba7-a5d0-4251-a890-85b47cf82485"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.2"}],"id":"d3d643d9-43c6-45ff-866b-9b88d1ecd839","security_groups":[],"mac_address":"fa:16:3e:a8:22:fd","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4f2b5ba7-a5d0-4251-a890-85b47cf82485"}]} 2018-11-09 08:24:28,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-00a28a40-5cfd-4710-b148-3012f90ec7d6 2018-11-09 08:24:28,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:28,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:28,855 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "56e9dbfb66c64b8983343e7b9c9128a2", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role"}], "expires_at": "2018-11-09T09:24:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a92b78047994883b6fc101f8dd3ab78", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-user", "id": "aabee4c2cdbd4e38a0e3407849e05782"}, "audit_ids": ["qOqtbOfyTU6bGiltbOEE3A"], "issued_at": "2018-11-09T08:24:28.000000Z"}} 2018-11-09 08:24:28,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:28,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0873163f-3fe4-4d9b-b844-eec2bbe6433b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:28,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0873163f-3fe4-4d9b-b844-eec2bbe6433b 2018-11-09 08:24:28,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:29,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d536ac9b-74d9-4ee3-a744-3fc2f8302835 Date: Fri, 09 Nov 2018 08:24:28 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:24:29,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name&description=hello+group used request id req-d536ac9b-74d9-4ee3-a744-3fc2f8302835 2018-11-09 08:24:29,050 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name... 2018-11-09 08:24:29,051 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name 2018-11-09 08:24:29,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" -d '{"security_group": {"name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name", "description": "hello group"}}' 2018-11-09 08:24:29,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8064eae5-a29b-4e58-916d-c73d4049dd3f Date: Fri, 09 Nov 2018 08:24:29 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "updated_at": "2018-11-09T08:24:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "revision_number": 0, "id": "7e00cc86-7f86-4415-b46d-564fd74447aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "revision_number": 0, "id": "cc6bacc9-3fe8-4d58-aac6-c827661f6f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}], "revision_number": 2, "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name"}} 2018-11-09 08:24:29,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-8064eae5-a29b-4e58-916d-c73d4049dd3f 2018-11-09 08:24:29,611 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb2f845f-5e0d-4d4a-af08-51fea7a940af 2018-11-09 08:24:29,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb2f845f-5e0d-4d4a-af08-51fea7a940af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:29,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cd6ec141-d07f-4043-98c7-d875dae0fec8 Date: Fri, 09 Nov 2018 08:24: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": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "7e00cc86-7f86-4415-b46d-564fd74447aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "cc6bacc9-3fe8-4d58-aac6-c827661f6f26"}]} 2018-11-09 08:24:29,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb2f845f-5e0d-4d4a-af08-51fea7a940af used request id req-cd6ec141-d07f-4043-98c7-d875dae0fec8 2018-11-09 08:24:29,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb2f845f-5e0d-4d4a-af08-51fea7a940af 2018-11-09 08:24:29,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb2f845f-5e0d-4d4a-af08-51fea7a940af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:29,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b1c8fbd6-47ca-4b48-891e-7d27395358d6 Date: Fri, 09 Nov 2018 08:24: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": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "7e00cc86-7f86-4415-b46d-564fd74447aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "cc6bacc9-3fe8-4d58-aac6-c827661f6f26"}]} 2018-11-09 08:24:29,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb2f845f-5e0d-4d4a-af08-51fea7a940af used request id req-b1c8fbd6-47ca-4b48-891e-7d27395358d6 2018-11-09 08:24:29,898 - neutron_utils - INFO - Retrieving security group with ID - eb2f845f-5e0d-4d4a-af08-51fea7a940af 2018-11-09 08:24:29,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=eb2f845f-5e0d-4d4a-af08-51fea7a940af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:30,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3ed09907-5b23-488a-94c1-37bbe4f958db Date: Fri, 09 Nov 2018 08:24:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "updated_at": "2018-11-09T08:24:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "revision_number": 0, "id": "7e00cc86-7f86-4415-b46d-564fd74447aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "revision_number": 0, "id": "cc6bacc9-3fe8-4d58-aac6-c827661f6f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}], "revision_number": 2, "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name"}]} 2018-11-09 08:24:30,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=eb2f845f-5e0d-4d4a-af08-51fea7a940af used request id req-3ed09907-5b23-488a-94c1-37bbe4f958db 2018-11-09 08:24:30,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb2f845f-5e0d-4d4a-af08-51fea7a940af 2018-11-09 08:24:30,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb2f845f-5e0d-4d4a-af08-51fea7a940af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:30,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7bf6df2a-4c01-4d43-99e3-144aae4a18b7 Date: Fri, 09 Nov 2018 08:24:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "7e00cc86-7f86-4415-b46d-564fd74447aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "cc6bacc9-3fe8-4d58-aac6-c827661f6f26"}]} 2018-11-09 08:24:30,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb2f845f-5e0d-4d4a-af08-51fea7a940af used request id req-7bf6df2a-4c01-4d43-99e3-144aae4a18b7 2018-11-09 08:24:30,083 - neutron_utils - INFO - Retrieving security group with ID - eb2f845f-5e0d-4d4a-af08-51fea7a940af 2018-11-09 08:24:30,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=eb2f845f-5e0d-4d4a-af08-51fea7a940af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:30,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d63fe092-ee8a-48ad-85be-fd414c5c6873 Date: Fri, 09 Nov 2018 08:24:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "updated_at": "2018-11-09T08:24:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "revision_number": 0, "id": "7e00cc86-7f86-4415-b46d-564fd74447aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "revision_number": 0, "id": "cc6bacc9-3fe8-4d58-aac6-c827661f6f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}], "revision_number": 2, "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name"}]} 2018-11-09 08:24:30,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=eb2f845f-5e0d-4d4a-af08-51fea7a940af used request id req-d63fe092-ee8a-48ad-85be-fd414c5c6873 2018-11-09 08:24:30,134 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb2f845f-5e0d-4d4a-af08-51fea7a940af 2018-11-09 08:24:30,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb2f845f-5e0d-4d4a-af08-51fea7a940af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:30,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aa07890a-a51c-4fe7-af2a-f0128c1a516e Date: Fri, 09 Nov 2018 08:24:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "7e00cc86-7f86-4415-b46d-564fd74447aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "cc6bacc9-3fe8-4d58-aac6-c827661f6f26"}]} 2018-11-09 08:24:30,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb2f845f-5e0d-4d4a-af08-51fea7a940af used request id req-aa07890a-a51c-4fe7-af2a-f0128c1a516e 2018-11-09 08:24:30,302 - neutron_utils - INFO - Retrieving security group with ID - eb2f845f-5e0d-4d4a-af08-51fea7a940af 2018-11-09 08:24:30,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=eb2f845f-5e0d-4d4a-af08-51fea7a940af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:30,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-93db75a5-498d-4c8c-b84b-59b74ea84f44 Date: Fri, 09 Nov 2018 08:24:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "updated_at": "2018-11-09T08:24:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "revision_number": 0, "id": "7e00cc86-7f86-4415-b46d-564fd74447aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "revision_number": 0, "id": "cc6bacc9-3fe8-4d58-aac6-c827661f6f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}], "revision_number": 2, "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name"}]} 2018-11-09 08:24:30,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=eb2f845f-5e0d-4d4a-af08-51fea7a940af used request id req-93db75a5-498d-4c8c-b84b-59b74ea84f44 2018-11-09 08:24:30,502 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb2f845f-5e0d-4d4a-af08-51fea7a940af 2018-11-09 08:24:30,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb2f845f-5e0d-4d4a-af08-51fea7a940af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:30,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d6c3a50d-c750-426a-b0dd-c87535d3d17d Date: Fri, 09 Nov 2018 08:24:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "7e00cc86-7f86-4415-b46d-564fd74447aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:29Z", "security_group_id": "eb2f845f-5e0d-4d4a-af08-51fea7a940af", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:29Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "cc6bacc9-3fe8-4d58-aac6-c827661f6f26"}]} 2018-11-09 08:24:30,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb2f845f-5e0d-4d4a-af08-51fea7a940af used request id req-d6c3a50d-c750-426a-b0dd-c87535d3d17d 2018-11-09 08:24:30,531 - neutron_utils - INFO - Deleting security group rule with ID - 7e00cc86-7f86-4415-b46d-564fd74447aa 2018-11-09 08:24:30,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/7e00cc86-7f86-4415-b46d-564fd74447aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:30,776 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fd3e61f-80c8-49bc-a8f1-3e59ab62c6fc Content-Length: 0 Date: Fri, 09 Nov 2018 08:24:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:24:30,776 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/7e00cc86-7f86-4415-b46d-564fd74447aa used request id req-9fd3e61f-80c8-49bc-a8f1-3e59ab62c6fc 2018-11-09 08:24:30,777 - neutron_utils - INFO - Deleting security group rule with ID - cc6bacc9-3fe8-4d58-aac6-c827661f6f26 2018-11-09 08:24:30,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/cc6bacc9-3fe8-4d58-aac6-c827661f6f26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:31,005 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1d59029f-1174-472f-9021-6bf744002f83 Content-Length: 0 Date: Fri, 09 Nov 2018 08:24:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:24:31,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/cc6bacc9-3fe8-4d58-aac6-c827661f6f26 used request id req-1d59029f-1174-472f-9021-6bf744002f83 2018-11-09 08:24:31,005 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name 2018-11-09 08:24:31,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/eb2f845f-5e0d-4d4a-af08-51fea7a940af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cef08f66db204c78ec07d64a11e18dc201c0bfb" 2018-11-09 08:24:31,554 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47a422d4-2d05-40f5-9cc7-659656ef39be Content-Length: 0 Date: Fri, 09 Nov 2018 08:24:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:24:31,554 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/eb2f845f-5e0d-4d4a-af08-51fea7a940af used request id req-47a422d4-2d05-40f5-9cc7-659656ef39be 2018-11-09 08:24:31,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:32,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-5273af6c-460d-4334-b6f9-3982d74468eb x-compute-request-id: req-5273af6c-460d-4334-b6f9-3982d74468eb Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:25Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:32,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-5273af6c-460d-4334-b6f9-3982d74468eb 2018-11-09 08:24:32,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:32,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f8de8c17-d151-4544-9e02-aca05a2c10aa Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:32,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-f8de8c17-d151-4544-9e02-aca05a2c10aa 2018-11-09 08:24:32,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:32,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15a479f1-76b2-4e15-a0ab-f9f92d2ff943 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:32,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-15a479f1-76b2-4e15-a0ab-f9f92d2ff943 2018-11-09 08:24:32,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:32,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-145fbce3-ca6a-42bd-b811-56fd492049cd Date: Fri, 09 Nov 2018 08:24:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:32,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-145fbce3-ca6a-42bd-b811-56fd492049cd 2018-11-09 08:24:32,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:32,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-4cca0851-7b03-40fc-b71c-306bc2f113e0 Date: Fri, 09 Nov 2018 08:24:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.4"}],"id":"0f9c5ec2-08d8-4150-9593-e99bc18e6c4d","security_groups":[],"mac_address":"fa:16:3e:f1:85:39","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4f2b5ba7-a5d0-4251-a890-85b47cf82485"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.8"}],"id":"18a7913d-588a-497e-bcd9-49c4e6b8f816","security_groups":["2dc959a5-b81b-4896-aecd-88e5311d840d"],"mac_address":"fa:16:3e:ba:ac:a8","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:16Z","binding:vnic_type":"normal","device_id":"47a9cdaf-4c29-4add-87b9-230d85a3cb1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.3"}],"id":"4a020fe1-7c65-4477-aeb5-4037c05154f9","security_groups":[],"mac_address":"fa:16:3e:7e:d8:ba","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4f2b5ba7-a5d0-4251-a890-85b47cf82485"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.2"}],"id":"d3d643d9-43c6-45ff-866b-9b88d1ecd839","security_groups":[],"mac_address":"fa:16:3e:a8:22:fd","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4f2b5ba7-a5d0-4251-a890-85b47cf82485"}]} 2018-11-09 08:24:32,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-4cca0851-7b03-40fc-b71c-306bc2f113e0 2018-11-09 08:24:32,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:33,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "56e9dbfb66c64b8983343e7b9c9128a2", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role"}], "expires_at": "2018-11-09T09:24:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a92b78047994883b6fc101f8dd3ab78", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0a92b78047994883b6fc101f8dd3ab78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-user", "id": "aabee4c2cdbd4e38a0e3407849e05782"}, "audit_ids": ["mEZUo2xbRZ-Nc6hA5gne0w"], "issued_at": "2018-11-09T08:24:33.000000Z"}} 2018-11-09 08:24:33,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d822f9a1796a020c9afb559cbb7627a2875b6615" 2018-11-09 08:24:34,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-4e5d9507-b8a4-4656-8c6f-8d72f1f2999b x-compute-request-id: req-4e5d9507-b8a4-4656-8c6f-8d72f1f2999b Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:25Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:34,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-4e5d9507-b8a4-4656-8c6f-8d72f1f2999b 2018-11-09 08:24:34,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:34,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-e9df70cb-8c0c-4b49-a5b6-77e450dedfad x-compute-request-id: req-e9df70cb-8c0c-4b49-a5b6-77e450dedfad Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:25Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:34,509 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-e9df70cb-8c0c-4b49-a5b6-77e450dedfad 2018-11-09 08:24:34,509 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst] is - ACTIVE 2018-11-09 08:24:34,509 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:24:34,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:34,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-4fb2432c-3e63-4a9b-ad4c-17f4502b63f3 x-compute-request-id: req-4fb2432c-3e63-4a9b-ad4c-17f4502b63f3 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:25Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:34,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-4fb2432c-3e63-4a9b-ad4c-17f4502b63f3 2018-11-09 08:24:34,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:35,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a54ac1bc-d0ec-4bd9-bc7a-df3b7c564434 Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:35,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-a54ac1bc-d0ec-4bd9-bc7a-df3b7c564434 2018-11-09 08:24:35,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:35,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8c79fe8-fb85-4380-98d1-a2a4340a8211 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:35,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-f8c79fe8-fb85-4380-98d1-a2a4340a8211 2018-11-09 08:24:35,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:35,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-592231e1-ac2b-4b68-a9ec-20358bee0198 Date: Fri, 09 Nov 2018 08:24:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:35,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-592231e1-ac2b-4b68-a9ec-20358bee0198 2018-11-09 08:24:35,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:35,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-cabf0107-89eb-42b1-8a73-db9cb0898294 Date: Fri, 09 Nov 2018 08:24:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.4"}],"id":"0f9c5ec2-08d8-4150-9593-e99bc18e6c4d","security_groups":[],"mac_address":"fa:16:3e:f1:85:39","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4f2b5ba7-a5d0-4251-a890-85b47cf82485"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.8"}],"id":"18a7913d-588a-497e-bcd9-49c4e6b8f816","security_groups":["2dc959a5-b81b-4896-aecd-88e5311d840d"],"mac_address":"fa:16:3e:ba:ac:a8","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:16Z","binding:vnic_type":"normal","device_id":"47a9cdaf-4c29-4add-87b9-230d85a3cb1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.3"}],"id":"4a020fe1-7c65-4477-aeb5-4037c05154f9","security_groups":[],"mac_address":"fa:16:3e:7e:d8:ba","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4f2b5ba7-a5d0-4251-a890-85b47cf82485"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.2"}],"id":"d3d643d9-43c6-45ff-866b-9b88d1ecd839","security_groups":[],"mac_address":"fa:16:3e:a8:22:fd","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4f2b5ba7-a5d0-4251-a890-85b47cf82485"}]} 2018-11-09 08:24:35,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-cabf0107-89eb-42b1-8a73-db9cb0898294 2018-11-09 08:24:35,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:35,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9901a8f3-f76e-4a8c-a7e6-1a77f673eb21 x-compute-request-id: req-9901a8f3-f76e-4a8c-a7e6-1a77f673eb21 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:25Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:35,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-9901a8f3-f76e-4a8c-a7e6-1a77f673eb21 2018-11-09 08:24:35,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:36,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-552d7406-5032-4eb2-82c4-5d4d58318613 Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:36,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-552d7406-5032-4eb2-82c4-5d4d58318613 2018-11-09 08:24:36,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:36,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22b8b639-4fb4-4e3b-864c-930873e7a372 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:36,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-22b8b639-4fb4-4e3b-864c-930873e7a372 2018-11-09 08:24:36,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:36,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e2d0b248-fe42-450c-8364-1759bf46da7c Date: Fri, 09 Nov 2018 08:24:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:36,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-e2d0b248-fe42-450c-8364-1759bf46da7c 2018-11-09 08:24:36,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:36,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-76514a42-3495-4d49-a981-20fb05dfc68b Date: Fri, 09 Nov 2018 08:24:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.4"}],"id":"0f9c5ec2-08d8-4150-9593-e99bc18e6c4d","security_groups":[],"mac_address":"fa:16:3e:f1:85:39","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4f2b5ba7-a5d0-4251-a890-85b47cf82485"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.8"}],"id":"18a7913d-588a-497e-bcd9-49c4e6b8f816","security_groups":["2dc959a5-b81b-4896-aecd-88e5311d840d"],"mac_address":"fa:16:3e:ba:ac:a8","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:16Z","binding:vnic_type":"normal","device_id":"47a9cdaf-4c29-4add-87b9-230d85a3cb1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.3"}],"id":"4a020fe1-7c65-4477-aeb5-4037c05154f9","security_groups":[],"mac_address":"fa:16:3e:7e:d8:ba","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4f2b5ba7-a5d0-4251-a890-85b47cf82485"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.2"}],"id":"d3d643d9-43c6-45ff-866b-9b88d1ecd839","security_groups":[],"mac_address":"fa:16:3e:a8:22:fd","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4f2b5ba7-a5d0-4251-a890-85b47cf82485"}]} 2018-11-09 08:24:36,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-76514a42-3495-4d49-a981-20fb05dfc68b 2018-11-09 08:24:36,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name"}}' 2018-11-09 08:24:36,528 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:24:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43fe17a3-ba46-41d5-95bb-8d8fcf87e0b8 x-compute-request-id: req-43fe17a3-ba46-41d5-95bb-8d8fcf87e0b8 Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name is not found for project 0a92b78047994883b6fc101f8dd3ab78", "code": 404}} 2018-11-09 08:24:36,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f/action used request id req-43fe17a3-ba46-41d5-95bb-8d8fcf87e0b8 2018-11-09 08:24:36,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:36,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d00a8a99-4430-4cf0-8581-2630c4b8be4e x-compute-request-id: req-d00a8a99-4430-4cf0-8581-2630c4b8be4e Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:25Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:36,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-d00a8a99-4430-4cf0-8581-2630c4b8be4e 2018-11-09 08:24:36,985 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name] - Security group InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name is not found for project 0a92b78047994883b6fc101f8dd3ab78 (HTTP 404) (Request-ID: req-43fe17a3-ba46-41d5-95bb-8d8fcf87e0b8) 2018-11-09 08:24:36,985 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-name is not found for project 0a92b78047994883b6fc101f8dd3ab78 (HTTP 404) (Request-ID: req-43fe17a3-ba46-41d5-95bb-8d8fcf87e0b8) 2018-11-09 08:24:36,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:37,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f5035eb-6184-44c3-8f5c-060b4687fe37 x-compute-request-id: req-0f5035eb-6184-44c3-8f5c-060b4687fe37 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:25Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:37,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-0f5035eb-6184-44c3-8f5c-060b4687fe37 2018-11-09 08:24:37,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:37,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-19aceb50-4a85-4139-b44f-298740cf54d0 Date: Fri, 09 Nov 2018 08:24: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":["231cfd87-a781-427c-b23c-ad27212f1281"],"updated_at":"2018-11-09T08:24:10Z","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net"}]} 2018-11-09 08:24:37,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net used request id req-19aceb50-4a85-4139-b44f-298740cf54d0 2018-11-09 08:24:37,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:37,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35712e46-2962-4742-b77a-21134b64872c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:37,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-35712e46-2962-4742-b77a-21134b64872c 2018-11-09 08:24:37,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:37,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-eb68b768-919b-467f-bf09-6f875ff46484 Date: Fri, 09 Nov 2018 08:24:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","dns_nameservers":[],"updated_at":"2018-11-09T08:24:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a92b78047994883b6fc101f8dd3ab78","id":"231cfd87-a781-427c-b23c-ad27212f1281","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet"}]} 2018-11-09 08:24:37,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-eb68b768-919b-467f-bf09-6f875ff46484 2018-11-09 08:24:37,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:37,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-ffd3ddf2-1222-45ff-946b-2e5d45e8355a Date: Fri, 09 Nov 2018 08:24:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.4"}],"id":"0f9c5ec2-08d8-4150-9593-e99bc18e6c4d","security_groups":[],"mac_address":"fa:16:3e:f1:85:39","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4f2b5ba7-a5d0-4251-a890-85b47cf82485"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.8"}],"id":"18a7913d-588a-497e-bcd9-49c4e6b8f816","security_groups":["2dc959a5-b81b-4896-aecd-88e5311d840d"],"mac_address":"fa:16:3e:ba:ac:a8","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:16Z","binding:vnic_type":"normal","device_id":"47a9cdaf-4c29-4add-87b9-230d85a3cb1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.3"}],"id":"4a020fe1-7c65-4477-aeb5-4037c05154f9","security_groups":[],"mac_address":"fa:16:3e:7e:d8:ba","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4f2b5ba7-a5d0-4251-a890-85b47cf82485"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:24:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"231cfd87-a781-427c-b23c-ad27212f1281","ip_address":"10.55.0.2"}],"id":"d3d643d9-43c6-45ff-866b-9b88d1ecd839","security_groups":[],"mac_address":"fa:16:3e:a8:22:fd","project_id":"0a92b78047994883b6fc101f8dd3ab78","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f2b5ba7-a5d0-4251-a890-85b47cf82485","tenant_id":"0a92b78047994883b6fc101f8dd3ab78","created_at":"2018-11-09T08:24:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4f2b5ba7-a5d0-4251-a890-85b47cf82485"}]} 2018-11-09 08:24:37,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-ffd3ddf2-1222-45ff-946b-2e5d45e8355a 2018-11-09 08:24:37,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d822f9a1796a020c9afb559cbb7627a2875b6615" 2018-11-09 08:24:38,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3a89346-a29e-48ed-a03d-884aba698f1d x-compute-request-id: req-d3a89346-a29e-48ed-a03d-884aba698f1d Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "security_groups": [{"name": "default"}], "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:25Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:38,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-d3a89346-a29e-48ed-a03d-884aba698f1d 2018-11-09 08:24:38,521 - create_instance - INFO - Deleting Port with ID - 18a7913d-588a-497e-bcd9-49c4e6b8f816 2018-11-09 08:24:38,521 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-port 2018-11-09 08:24:38,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/18a7913d-588a-497e-bcd9-49c4e6b8f816 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:38,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-250f7101-d925-4695-b7df-4397850b85f7 Date: Fri, 09 Nov 2018 08:24:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:24:38,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/18a7913d-588a-497e-bcd9-49c4e6b8f816 used request id req-250f7101-d925-4695-b7df-4397850b85f7 2018-11-09 08:24:38,939 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst 2018-11-09 08:24:38,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:39,086 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:24:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-487b1257-a126-4005-b655-8b14fa19084b x-compute-request-id: req-487b1257-a126-4005-b655-8b14fa19084b Content-Type: application/json 2018-11-09 08:24:39,086 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-487b1257-a126-4005-b655-8b14fa19084b 2018-11-09 08:24:39,086 - create_instance - INFO - Checking deletion status 2018-11-09 08:24:39,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:39,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-94333a85-ee1b-4f11-a83c-e662e76fcfb9 x-compute-request-id: req-94333a85-ee1b-4f11-a83c-e662e76fcfb9 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:ac:a8", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:39Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:39,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-94333a85-ee1b-4f11-a83c-e662e76fcfb9 2018-11-09 08:24:39,189 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst] is - ACTIVE 2018-11-09 08:24:39,189 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:24:42,191 - create_instance - DEBUG - VM status query timeout in 296.895814896 2018-11-09 08:24:42,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:42,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24: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-a08e6c5a-3fc8-4488-87f6-0e2d823090fb x-compute-request-id: req-a08e6c5a-3fc8-4488-87f6-0e2d823090fb 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.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:39Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:42,610 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-a08e6c5a-3fc8-4488-87f6-0e2d823090fb 2018-11-09 08:24:42,610 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst] is - ACTIVE 2018-11-09 08:24:42,611 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:24:45,614 - create_instance - DEBUG - VM status query timeout in 293.472708941 2018-11-09 08:24:45,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:45,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c0c708e-8efd-44aa-a534-8e98d50d6e07 x-compute-request-id: req-4c0c708e-8efd-44aa-a534-8e98d50d6e07 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.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "rel": "bookmark"}], "image": {"id": "fea86ae7-63cf-40e8-ab23-d5de47481e3d", "links": [{"href": "http://172.30.9.27:8774/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:24:25.000000", "flavor": {"id": "96b6a620-c027-4bd8-962a-c099109737f6", "links": [{"href": "http://172.30.9.27:8774/flavors/96b6a620-c027-4bd8-962a-c099109737f6", "rel": "bookmark"}]}, "id": "47a9cdaf-4c29-4add-87b9-230d85a3cb1f", "user_id": "aabee4c2cdbd4e38a0e3407849e05782", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:24:39Z", "hostId": "a7af0bf5d2833a0165769b1772f6f6df1850508d19d144d0b1d53d1c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst", "created": "2018-11-09T08:24:19Z", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:24:45,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-4c0c708e-8efd-44aa-a534-8e98d50d6e07 2018-11-09 08:24:45,998 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst] is - ACTIVE 2018-11-09 08:24:45,998 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:24:49,001 - create_instance - DEBUG - VM status query timeout in 290.085352898 2018-11-09 08:24:49,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}323f0eac70fe225d1179f167eeea639663de709d" 2018-11-09 08:24:49,056 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:24:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-508acd89-d9f5-40b6-83cf-bf37b9f530d4 x-compute-request-id: req-508acd89-d9f5-40b6-83cf-bf37b9f530d4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 47a9cdaf-4c29-4add-87b9-230d85a3cb1f could not be found.", "code": 404}} 2018-11-09 08:24:49,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/47a9cdaf-4c29-4add-87b9-230d85a3cb1f used request id req-508acd89-d9f5-40b6-83cf-bf37b9f530d4 2018-11-09 08:24:49,057 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 47a9cdaf-4c29-4add-87b9-230d85a3cb1f could not be found. (HTTP 404) (Request-ID: req-508acd89-d9f5-40b6-83cf-bf37b9f530d4) 2018-11-09 08:24:49,057 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-inst 2018-11-09 08:24:49,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/96b6a620-c027-4bd8-962a-c099109737f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c06e8658c132f4e310877e7412281876a8e3386" 2018-11-09 08:24:49,126 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:24: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-abafafc2-a88e-4f64-8e32-b32629fa1b6a x-compute-request-id: req-abafafc2-a88e-4f64-8e32-b32629fa1b6a Content-Length: 0 Content-Type: application/json 2018-11-09 08:24:49,126 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/96b6a620-c027-4bd8-962a-c099109737f6 used request id req-abafafc2-a88e-4f64-8e32-b32629fa1b6a 2018-11-09 08:24:49,127 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet 2018-11-09 08:24:49,127 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-subnet 2018-11-09 08:24:49,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/231cfd87-a781-427c-b23c-ad27212f1281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90c562bb8be547e690f90d30fef3dab7a81c3c" 2018-11-09 08:24:51,519 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d3c77eb2-3569-4567-8331-791d3701023f Date: Fri, 09 Nov 2018 08:24:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:24:51,519 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/231cfd87-a781-427c-b23c-ad27212f1281 used request id req-d3c77eb2-3569-4567-8331-791d3701023f 2018-11-09 08:24:51,519 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-pub-net 2018-11-09 08:24:51,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/4f2b5ba7-a5d0-4251-a890-85b47cf82485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a90c562bb8be547e690f90d30fef3dab7a81c3c" 2018-11-09 08:24:52,798 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de73a852-bdf4-4bb5-98da-c6dc57e07009 Date: Fri, 09 Nov 2018 08:24:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:24:52,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/4f2b5ba7-a5d0-4251-a890-85b47cf82485 used request id req-de73a852-bdf4-4bb5-98da-c6dc57e07009 2018-11-09 08:24:52,799 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-0d39c340-1291-4bac-b5d0-e7c6f9e024c8-image 2018-11-09 08:24:52,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86c7589831d96e5d300c4d0c719d405fe219d60" 2018-11-09 08:24:54,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-67300fdd-0ae7-41c2-a1de-c5ac41c76c9a Date: Fri, 09 Nov 2018 08:24:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:24:54,070 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/fea86ae7-63cf-40e8-ab23-d5de47481e3d used request id req-67300fdd-0ae7-41c2-a1de-c5ac41c76c9a 2018-11-09 08:24:54,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:54,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-065ac189-de0a-4bf2-be16-88863e4e184b Date: Fri, 09 Nov 2018 08:24:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:09Z", "updated_at": "2018-11-09T08:24:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:09Z", "revision_number": 0, "id": "038411e1-11fc-44b1-86ae-8e4963b25909", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:09Z", "security_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:09Z", "revision_number": 0, "id": "352d4f90-126f-4081-a1d7-b248435f8a97", "remote_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:09Z", "security_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:09Z", "revision_number": 0, "id": "50306484-6eb6-4ba5-864d-7dfbed17ebd8", "remote_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:09Z", "security_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:24:09Z", "revision_number": 0, "id": "fa7925dc-4a50-40bc-a0ed-80d083f29c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:24:09Z", "security_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a92b78047994883b6fc101f8dd3ab78"}], "revision_number": 4, "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:24:54,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-065ac189-de0a-4bf2-be16-88863e4e184b 2018-11-09 08:24:54,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:54,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e72ddd-bd4e-404c-9cc0-adb04caa5064 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78"}, "enabled": true, "id": "0a92b78047994883b6fc101f8dd3ab78", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0840c5e1-4690-481-proj"}} 2018-11-09 08:24:54,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-97e72ddd-bd4e-404c-9cc0-adb04caa5064 2018-11-09 08:24:54,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2dc959a5-b81b-4896-aecd-88e5311d840d 2018-11-09 08:24:54,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2dc959a5-b81b-4896-aecd-88e5311d840d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:54,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-edc4abe9-6f88-4d55-a963-2504f736e452 Date: Fri, 09 Nov 2018 08:24:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:09Z", "security_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:09Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "038411e1-11fc-44b1-86ae-8e4963b25909"}, {"remote_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:09Z", "security_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:09Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "352d4f90-126f-4081-a1d7-b248435f8a97"}, {"remote_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:09Z", "security_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:09Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "50306484-6eb6-4ba5-864d-7dfbed17ebd8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:24:09Z", "security_group_id": "2dc959a5-b81b-4896-aecd-88e5311d840d", "port_range_min": null, "revision_number": 0, "tenant_id": "0a92b78047994883b6fc101f8dd3ab78", "created_at": "2018-11-09T08:24:09Z", "project_id": "0a92b78047994883b6fc101f8dd3ab78", "id": "fa7925dc-4a50-40bc-a0ed-80d083f29c1f"}]} 2018-11-09 08:24:54,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2dc959a5-b81b-4896-aecd-88e5311d840d used request id req-edc4abe9-6f88-4d55-a963-2504f736e452 2018-11-09 08:24:54,574 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:24:54,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/2dc959a5-b81b-4896-aecd-88e5311d840d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:54,896 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-376c2a53-14db-4904-b8d5-2772c1cd6c59 Content-Length: 0 Date: Fri, 09 Nov 2018 08:24:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:24:54,896 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/2dc959a5-b81b-4896-aecd-88e5311d840d used request id req-376c2a53-14db-4904-b8d5-2772c1cd6c59 2018-11-09 08:24:54,897 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-0840c5e1-4690-481-proj 2018-11-09 08:24:54,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:55,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:24:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fa3c15e-0a9a-45f2-96c5-6dcf834084f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:24:55,092 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0a92b78047994883b6fc101f8dd3ab78 used request id req-0fa3c15e-0a9a-45f2-96c5-6dcf834084f0 2018-11-09 08:24:55,092 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-0840c5e1-4690-481-proj-role 2018-11-09 08:24:55,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/56e9dbfb66c64b8983343e7b9c9128a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:55,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:24:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99469197-2120-40fc-bd92-7354527710be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:24:55,207 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/56e9dbfb66c64b8983343e7b9c9128a2 used request id req-99469197-2120-40fc-bd92-7354527710be 2018-11-09 08:24:55,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7b66e39820b0e948e4c7003d54b599f96dbf9" 2018-11-09 08:24:55,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9f1ba8-db9d-4c99-8816-820dfa973f9d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:24:55,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4d9f1ba8-db9d-4c99-8816-820dfa973f9d 2018-11-09 08:24:55,302 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-0840c5e1-4690-481-user 2018-11-09 08:24:55,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/aabee4c2cdbd4e38a0e3407849e05782 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cba3e17b6dd9b15b77353c40ff0a4bbe97cd421c" 2018-11-09 08:24:55,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:24:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fe4fefe-8ba6-4183-aa76-a72ad49a5e41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:24:55,487 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/aabee4c2cdbd4e38a0e3407849e05782 used request id req-9fe4fefe-8ba6-4183-aa76-a72ad49a5e41 2018-11-09 08:24:55,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:55,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:24:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["go-VtyMXShyN-x-jWMrSBg"], "issued_at": "2018-11-09T08:24:55.000000Z"}} 2018-11-09 08:24:55,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01d3f18daf115f0da53eb17b4cd92cdbd3fb9706" 2018-11-09 08:24:55,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34354ab1-bba5-440e-8e47-f1adc3e86e80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:55,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-34354ab1-bba5-440e-8e47-f1adc3e86e80 2018-11-09 08:24:55,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:55,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:56,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:24:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["JAQNe_8zSNOaerKbAVYkyQ"], "issued_at": "2018-11-09T08:24:56.000000Z"}} 2018-11-09 08:24:56,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:24:56,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7010b956-2b22-4c8a-9297-10011c4b1d93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:56,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7010b956-2b22-4c8a-9297-10011c4b1d93 2018-11-09 08:24:56,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:24:56,455 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:24: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:24:56,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:24:56,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6265a1dc-0168-4fc7-977c-c16d084be63b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:24:56,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj used request id req-6265a1dc-0168-4fc7-977c-c16d084be63b 2018-11-09 08:24:56,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:24:56,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14a7c67f-d8f1-469c-b296-53119e62d4e2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:24:56,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-14a7c67f-d8f1-469c-b296-53119e62d4e2 2018-11-09 08:24:56,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}}' 2018-11-09 08:24:56,784 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:24:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3129fa3-0cde-4c4a-a32e-0fe0bbf5276f Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:24:56,784 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-b3129fa3-0cde-4c4a-a32e-0fe0bbf5276f 2018-11-09 08:24:56,785 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj 2018-11-09 08:24:56,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:56,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:57,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["6RlhsN0DRJO6aeay4JJFOQ"], "issued_at": "2018-11-09T08:24:57.000000Z"}} 2018-11-09 08:24:57,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aae99845087a96a8e9052fd412ff44e83a8ad0e" 2018-11-09 08:24:57,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5692d1d-43f9-4184-9753-10df33a776b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:57,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a5692d1d-43f9-4184-9753-10df33a776b7 2018-11-09 08:24:57,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:24:57,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:24: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:24:57,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aae99845087a96a8e9052fd412ff44e83a8ad0e" 2018-11-09 08:24:57,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc716294-9a0d-44fb-bd35-d8a647914607 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:24:57,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-fc716294-9a0d-44fb-bd35-d8a647914607 2018-11-09 08:24:57,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aae99845087a96a8e9052fd412ff44e83a8ad0e" 2018-11-09 08:24:57,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-539648e4-2568-4137-b562-40a2c93ede06 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}]} 2018-11-09 08:24:57,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj used request id req-539648e4-2568-4137-b562-40a2c93ede06 2018-11-09 08:24:57,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aae99845087a96a8e9052fd412ff44e83a8ad0e" 2018-11-09 08:24:57,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-862c3439-4308-4327-a482-00d6d2ea72bd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:24:57,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-862c3439-4308-4327-a482-00d6d2ea72bd 2018-11-09 08:24:58,016 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-user 2018-11-09 08:24:58,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:58,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:24:58,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aaf8022-f2a5-4aed-97c0-9f5b02855b8b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:24:58,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8aaf8022-f2a5-4aed-97c0-9f5b02855b8b 2018-11-09 08:24:58,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" -d '{"role": {"name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role"}}' 2018-11-09 08:24:58,375 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:24:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-379bd7f4-ac57-44b9-b33b-b1d91f039bf4 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "45f0446e05b847f0bca1bf56f1ab8ff7", "links": {"self": "http://172.30.9.27:5000/v3/roles/45f0446e05b847f0bca1bf56f1ab8ff7"}, "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role"}} 2018-11-09 08:24:58,375 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-379bd7f4-ac57-44b9-b33b-b1d91f039bf4 2018-11-09 08:24:58,376 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role 2018-11-09 08:24:58,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/45f0446e05b847f0bca1bf56f1ab8ff7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:24:58,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb11376-08d4-420a-9344-2e5593686821 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/45f0446e05b847f0bca1bf56f1ab8ff7"}, "domain_id": null, "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role", "id": "45f0446e05b847f0bca1bf56f1ab8ff7"}} 2018-11-09 08:24:58,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/45f0446e05b847f0bca1bf56f1ab8ff7 used request id req-ccb11376-08d4-420a-9344-2e5593686821 2018-11-09 08:24:58,461 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role to project InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj 2018-11-09 08:24:58,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed/users/ae72cce0923e4565aa8253501a816922/roles/45f0446e05b847f0bca1bf56f1ab8ff7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:24:58,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:24:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac248007-ca21-4e4a-9634-571e1e9bfdf4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:24:58,589 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed/users/ae72cce0923e4565aa8253501a816922/roles/45f0446e05b847f0bca1bf56f1ab8ff7 used request id req-ac248007-ca21-4e4a-9634-571e1e9bfdf4 2018-11-09 08:24:58,589 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:24:58,591 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:24:58,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:24:58,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:24:58,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45f0446e05b847f0bca1bf56f1ab8ff7", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role"}], "expires_at": "2018-11-09T09:24:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "581ae33d8c764734ba82793eed63e7ed", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-user", "id": "ae72cce0923e4565aa8253501a816922"}, "audit_ids": ["4UMZCjp9QL2AEBNizpZq4A"], "issued_at": "2018-11-09T08:24:59.000000Z"}} 2018-11-09 08:24:58,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7633fe222a287d4458e7cd40e7bb6177f891146d" 2018-11-09 08:24:59,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9388995d-3625-432b-8267-8cb03602eac5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:24:59,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9388995d-3625-432b-8267-8cb03602eac5 2018-11-09 08:24:59,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7633fe222a287d4458e7cd40e7bb6177f891146d" 2018-11-09 08:24:59,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-348f6b32-a643-49f5-abd0-0cb349e6de1f Date: Fri, 09 Nov 2018 08:24:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image"} 2018-11-09 08:24:59,205 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image used request id req-348f6b32-a643-49f5-abd0-0cb349e6de1f 2018-11-09 08:24:59,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7633fe222a287d4458e7cd40e7bb6177f891146d" 2018-11-09 08:24:59,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fc3a370f-0ad9-41ab-8304-f3932d781ec2 Date: Fri, 09 Nov 2018 08:24:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:24:59,367 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-fc3a370f-0ad9-41ab-8304-f3932d781ec2 2018-11-09 08:24:59,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7633fe222a287d4458e7cd40e7bb6177f891146d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image"}' 2018-11-09 08:24:59,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753 X-Openstack-Request-Id: req-5da4a033-a1cf-4cd9-807e-3d9b077ba8b9 Date: Fri, 09 Nov 2018 08:24:59 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:24:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:24:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "min_disk": 0, "protected": false, "id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "file": "/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753/file", "checksum": null, "owner": "581ae33d8c764734ba82793eed63e7ed", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:24:59,588 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5da4a033-a1cf-4cd9-807e-3d9b077ba8b9 2018-11-09 08:24:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7633fe222a287d4458e7cd40e7bb6177f891146d" -d '' 2018-11-09 08:25:01,804 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f0332994-d76b-43e2-81b0-bd5f34699866 Date: Fri, 09 Nov 2018 08:25:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:25:01,804 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753/file used request id req-f0332994-d76b-43e2-81b0-bd5f34699866 2018-11-09 08:25:01,804 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:25:01,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7633fe222a287d4458e7cd40e7bb6177f891146d" 2018-11-09 08:25:02,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-50132fcd-a7bd-4153-b18d-6249fc542fa8 Date: Fri, 09 Nov 2018 08:25:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:24:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:25:01Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/028cf365-0578-4b1e-8d0d-97a8515bd753/snap", "metadata": {}}], "self": "/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "min_disk": 0, "protected": false, "id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "file": "/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "581ae33d8c764734ba82793eed63e7ed", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/028cf365-0578-4b1e-8d0d-97a8515bd753/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:25:02,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753 used request id req-50132fcd-a7bd-4153-b18d-6249fc542fa8 2018-11-09 08:25:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7633fe222a287d4458e7cd40e7bb6177f891146d" 2018-11-09 08:25:02,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4707bd29-7a7c-4f8b-a3eb-75eed8b9eb85 Date: Fri, 09 Nov 2018 08:25:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:25:02,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4707bd29-7a7c-4f8b-a3eb-75eed8b9eb85 2018-11-09 08:25:02,205 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image 2018-11-09 08:25:02,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7633fe222a287d4458e7cd40e7bb6177f891146d" 2018-11-09 08:25:02,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6f2b9513-316a-495b-9edc-5d875801a3b2 Date: Fri, 09 Nov 2018 08:25:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:24:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:25:01Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/028cf365-0578-4b1e-8d0d-97a8515bd753/snap", "metadata": {}}], "self": "/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "min_disk": 0, "protected": false, "id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "file": "/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "581ae33d8c764734ba82793eed63e7ed", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/028cf365-0578-4b1e-8d0d-97a8515bd753/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:25:02,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753 used request id req-6f2b9513-316a-495b-9edc-5d875801a3b2 2018-11-09 08:25:02,227 - create_image - DEBUG - Instance status is - active 2018-11-09 08:25:02,227 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image 2018-11-09 08:25:02,227 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image 2018-11-09 08:25:02,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:25:02,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:25:02,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45f0446e05b847f0bca1bf56f1ab8ff7", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role"}], "expires_at": "2018-11-09T09:25:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "581ae33d8c764734ba82793eed63e7ed", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-user", "id": "ae72cce0923e4565aa8253501a816922"}, "audit_ids": ["-bMIz3ikSjmUis11Xmttgw"], "issued_at": "2018-11-09T08:25:02.000000Z"}} 2018-11-09 08:25:02,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d687396f9d0708df6e64e73be33fa3aa7cf1f911" 2018-11-09 08:25:02,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3e9d63f-4716-41ba-8483-87c87f5d8afd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:25:02,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a3e9d63f-4716-41ba-8483-87c87f5d8afd 2018-11-09 08:25:02,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d687396f9d0708df6e64e73be33fa3aa7cf1f911" 2018-11-09 08:25:02,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7df02ade-4862-4299-85c3-97314d203b38 Date: Fri, 09 Nov 2018 08:25:02 GMT RESP BODY: {"networks":[]} 2018-11-09 08:25:02,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-7df02ade-4862-4299-85c3-97314d203b38 2018-11-09 08:25:02,862 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net 2018-11-09 08:25:02,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d687396f9d0708df6e64e73be33fa3aa7cf1f911" -d '{"network": {"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net", "admin_state_up": true}}' 2018-11-09 08:25:03,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-0365e59a-26a6-47e1-bff6-e38c2503d5ee Date: Fri, 09 Nov 2018 08:25:03 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:25:03Z","is_default":false,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","mtu":1450}} 2018-11-09 08:25:03,643 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-0365e59a-26a6-47e1-bff6-e38c2503d5ee 2018-11-09 08:25:03,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d687396f9d0708df6e64e73be33fa3aa7cf1f911" 2018-11-09 08:25:03,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-5d201055-a348-40a4-a078-abf7b38be765 Date: Fri, 09 Nov 2018 08:25:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:25:03Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:03,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-5d201055-a348-40a4-a078-abf7b38be765 2018-11-09 08:25:03,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d687396f9d0708df6e64e73be33fa3aa7cf1f911" 2018-11-09 08:25:03,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d3d590ee-8bcb-4cf8-b0ce-facfa2c18899 Date: Fri, 09 Nov 2018 08:25:03 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:25:03,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-d3d590ee-8bcb-4cf8-b0ce-facfa2c18899 2018-11-09 08:25:03,910 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet 2018-11-09 08:25:03,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d687396f9d0708df6e64e73be33fa3aa7cf1f911" -d '{"subnets": [{"ip_version": 4, "network_id": "b863fc6d-e5e5-463e-9e2a-26981e9a1d09", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]}' 2018-11-09 08:25:04,565 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b8806bd6-59f9-4424-996a-48e1236e6054 Date: Fri, 09 Nov 2018 08:25:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","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":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:04,565 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-b8806bd6-59f9-4424-996a-48e1236e6054 2018-11-09 08:25:04,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d687396f9d0708df6e64e73be33fa3aa7cf1f911" 2018-11-09 08:25:04,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-efef4772-462b-43bf-beec-67c1f928ad6c Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:04,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-efef4772-462b-43bf-beec-67c1f928ad6c 2018-11-09 08:25:04,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d687396f9d0708df6e64e73be33fa3aa7cf1f911" 2018-11-09 08:25:04,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-212aa3a1-c98f-41a1-824a-e4cf596f5a2b Date: Fri, 09 Nov 2018 08:25:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:04,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-212aa3a1-c98f-41a1-824a-e4cf596f5a2b 2018-11-09 08:25:04,893 - OpenStackNetwork - DEBUG - Network [b863fc6d-e5e5-463e-9e2a-26981e9a1d09] created successfully 2018-11-09 08:25:04,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:25:04,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:25:05,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:25:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["jh_NzgXwQg2w3rWzNPHbGg"], "issued_at": "2018-11-09T08:25:05.000000Z"}} 2018-11-09 08:25:05,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5797d69cabe8bc29f9ab72d52ca01342d5053a06" 2018-11-09 08:25:05,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba09f73c-c3ef-4bda-8022-319f81379c95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:25:05,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ba09f73c-c3ef-4bda-8022-319f81379c95 2018-11-09 08:25:05,349 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:25:05,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5797d69cabe8bc29f9ab72d52ca01342d5053a06" 2018-11-09 08:25:05,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b9b85b6f-d4c0-46fa-a306-c28f37586a82 x-compute-request-id: req-b9b85b6f-d4c0-46fa-a306-c28f37586a82 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:25:05,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b9b85b6f-d4c0-46fa-a306-c28f37586a82 2018-11-09 08:25:05,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5797d69cabe8bc29f9ab72d52ca01342d5053a06" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:25:05,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d4c87c8-cf14-4ea2-a403-328636149d9a x-compute-request-id: req-1d4c87c8-cf14-4ea2-a403-328636149d9a Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:25:05,573 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-1d4c87c8-cf14-4ea2-a403-328636149d9a 2018-11-09 08:25:05,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:25:05,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:25:05,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45f0446e05b847f0bca1bf56f1ab8ff7", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role"}], "expires_at": "2018-11-09T09:25:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "581ae33d8c764734ba82793eed63e7ed", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-user", "id": "ae72cce0923e4565aa8253501a816922"}, "audit_ids": ["CTHaBR6hRYuCDV1VI84S5A"], "issued_at": "2018-11-09T08:25:05.000000Z"}} 2018-11-09 08:25:05,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:06,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ec7538f-48d5-4495-95c8-ef4ba1cf6ddc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:25:06,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2ec7538f-48d5-4495-95c8-ef4ba1cf6ddc 2018-11-09 08:25:06,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:06,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6e50f806-5edf-49cc-a35b-61461aa0d485 Date: Fri, 09 Nov 2018 08:25:06 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:25:06,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name&description=hello+group used request id req-6e50f806-5edf-49cc-a35b-61461aa0d485 2018-11-09 08:25:06,222 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name... 2018-11-09 08:25:06,223 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name 2018-11-09 08:25:06,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" -d '{"security_group": {"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name", "description": "hello group"}}' 2018-11-09 08:25:06,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-361d3da5-715d-4294-b5b4-bafe88e39b6d Date: Fri, 09 Nov 2018 08:25:06 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "updated_at": "2018-11-09T08:25:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "revision_number": 0, "id": "8e6835c3-4d19-46e6-9e23-423d79d6c134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "581ae33d8c764734ba82793eed63e7ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "revision_number": 0, "id": "bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "581ae33d8c764734ba82793eed63e7ed"}], "revision_number": 2, "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}} 2018-11-09 08:25:06,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-361d3da5-715d-4294-b5b4-bafe88e39b6d 2018-11-09 08:25:06,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bc9c0728-8351-44ec-9692-df7393f6f96e 2018-11-09 08:25:06,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc9c0728-8351-44ec-9692-df7393f6f96e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:06,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-20bb4ead-92a5-4a73-8fc7-467deacf897e Date: Fri, 09 Nov 2018 08:25:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "8e6835c3-4d19-46e6-9e23-423d79d6c134"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68"}]} 2018-11-09 08:25:06,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc9c0728-8351-44ec-9692-df7393f6f96e used request id req-20bb4ead-92a5-4a73-8fc7-467deacf897e 2018-11-09 08:25:06,782 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bc9c0728-8351-44ec-9692-df7393f6f96e 2018-11-09 08:25:06,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc9c0728-8351-44ec-9692-df7393f6f96e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:06,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-932107ad-5631-458e-98c2-c133a708a69c Date: Fri, 09 Nov 2018 08:25:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "8e6835c3-4d19-46e6-9e23-423d79d6c134"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68"}]} 2018-11-09 08:25:06,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc9c0728-8351-44ec-9692-df7393f6f96e used request id req-932107ad-5631-458e-98c2-c133a708a69c 2018-11-09 08:25:06,956 - neutron_utils - INFO - Retrieving security group with ID - bc9c0728-8351-44ec-9692-df7393f6f96e 2018-11-09 08:25:06,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=bc9c0728-8351-44ec-9692-df7393f6f96e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:07,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-cfacdef0-26cc-4935-a4fb-69be6875f843 Date: Fri, 09 Nov 2018 08:25:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "updated_at": "2018-11-09T08:25:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "revision_number": 0, "id": "8e6835c3-4d19-46e6-9e23-423d79d6c134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "581ae33d8c764734ba82793eed63e7ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "revision_number": 0, "id": "bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "581ae33d8c764734ba82793eed63e7ed"}], "revision_number": 2, "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}]} 2018-11-09 08:25:07,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=bc9c0728-8351-44ec-9692-df7393f6f96e used request id req-cfacdef0-26cc-4935-a4fb-69be6875f843 2018-11-09 08:25:07,141 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bc9c0728-8351-44ec-9692-df7393f6f96e 2018-11-09 08:25:07,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc9c0728-8351-44ec-9692-df7393f6f96e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:07,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aa70a490-3c72-48fc-81c4-5aa3dae4944e Date: Fri, 09 Nov 2018 08:25:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "8e6835c3-4d19-46e6-9e23-423d79d6c134"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68"}]} 2018-11-09 08:25:07,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc9c0728-8351-44ec-9692-df7393f6f96e used request id req-aa70a490-3c72-48fc-81c4-5aa3dae4944e 2018-11-09 08:25:07,173 - neutron_utils - INFO - Retrieving security group with ID - bc9c0728-8351-44ec-9692-df7393f6f96e 2018-11-09 08:25:07,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=bc9c0728-8351-44ec-9692-df7393f6f96e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:07,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-08df0c33-5fd7-4731-8c31-44a46614fe18 Date: Fri, 09 Nov 2018 08:25:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "updated_at": "2018-11-09T08:25:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "revision_number": 0, "id": "8e6835c3-4d19-46e6-9e23-423d79d6c134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "581ae33d8c764734ba82793eed63e7ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "revision_number": 0, "id": "bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "581ae33d8c764734ba82793eed63e7ed"}], "revision_number": 2, "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}]} 2018-11-09 08:25:07,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=bc9c0728-8351-44ec-9692-df7393f6f96e used request id req-08df0c33-5fd7-4731-8c31-44a46614fe18 2018-11-09 08:25:07,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bc9c0728-8351-44ec-9692-df7393f6f96e 2018-11-09 08:25:07,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc9c0728-8351-44ec-9692-df7393f6f96e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:07,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2209a5d0-5c93-4000-a3b2-8d6156b772f7 Date: Fri, 09 Nov 2018 08:25:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "8e6835c3-4d19-46e6-9e23-423d79d6c134"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68"}]} 2018-11-09 08:25:07,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc9c0728-8351-44ec-9692-df7393f6f96e used request id req-2209a5d0-5c93-4000-a3b2-8d6156b772f7 2018-11-09 08:25:07,539 - neutron_utils - INFO - Retrieving security group with ID - bc9c0728-8351-44ec-9692-df7393f6f96e 2018-11-09 08:25:07,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=bc9c0728-8351-44ec-9692-df7393f6f96e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:07,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3776ca71-474f-41c2-a9f5-167dfd6053d2 Date: Fri, 09 Nov 2018 08:25:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "updated_at": "2018-11-09T08:25:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "revision_number": 0, "id": "8e6835c3-4d19-46e6-9e23-423d79d6c134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "581ae33d8c764734ba82793eed63e7ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "revision_number": 0, "id": "bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "581ae33d8c764734ba82793eed63e7ed"}], "revision_number": 2, "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}]} 2018-11-09 08:25:07,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=bc9c0728-8351-44ec-9692-df7393f6f96e used request id req-3776ca71-474f-41c2-a9f5-167dfd6053d2 2018-11-09 08:25:07,589 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bc9c0728-8351-44ec-9692-df7393f6f96e 2018-11-09 08:25:07,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc9c0728-8351-44ec-9692-df7393f6f96e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:07,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4fba3e1d-f406-449a-abea-c680e8587b5d Date: Fri, 09 Nov 2018 08:25:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "8e6835c3-4d19-46e6-9e23-423d79d6c134"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:06Z", "security_group_id": "bc9c0728-8351-44ec-9692-df7393f6f96e", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:06Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68"}]} 2018-11-09 08:25:07,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=bc9c0728-8351-44ec-9692-df7393f6f96e used request id req-4fba3e1d-f406-449a-abea-c680e8587b5d 2018-11-09 08:25:07,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:25:07,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:25:08,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45f0446e05b847f0bca1bf56f1ab8ff7", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role"}], "expires_at": "2018-11-09T09:25:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "581ae33d8c764734ba82793eed63e7ed", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-user", "id": "ae72cce0923e4565aa8253501a816922"}, "audit_ids": ["C7SmAmTkTBmWSWb4dQa_jw"], "issued_at": "2018-11-09T08:25:07.000000Z"}} 2018-11-09 08:25:08,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:08,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b1cb011-ed05-4269-b2d2-f5ed50ea844a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:25:08,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5b1cb011-ed05-4269-b2d2-f5ed50ea844a 2018-11-09 08:25:08,218 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:25:08,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:08,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72db4366-dcfe-4b13-86e9-f8ec007998a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:25:08,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-72db4366-dcfe-4b13-86e9-f8ec007998a6 2018-11-09 08:25:08,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:08,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c3c48f4e-f33f-48a3-8f35-f1422b2f5d64 Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:08,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-c3c48f4e-f33f-48a3-8f35-f1422b2f5d64 2018-11-09 08:25:08,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:25:08,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:25:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:25:08,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:08,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70f92420-e0cd-4724-89d0-e8096b180f48 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:08,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-70f92420-e0cd-4724-89d0-e8096b180f48 2018-11-09 08:25:08,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:08,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-12faeb0b-ae54-434f-a1be-0105f233a0e9 Date: Fri, 09 Nov 2018 08:25:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:08,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-12faeb0b-ae54-434f-a1be-0105f233a0e9 2018-11-09 08:25:08,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:09,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dc8dc582-a148-4c58-9ef4-a0ce95dc2beb Date: Fri, 09 Nov 2018 08:25:09 GMT RESP BODY: {"ports":[]} 2018-11-09 08:25:09,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port&admin_state_up=True used request id req-dc8dc582-a148-4c58-9ef4-a0ce95dc2beb 2018-11-09 08:25:09,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:09,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df5ad5d3-e558-4fbd-9005-cbd0426d12a2 x-compute-request-id: req-df5ad5d3-e558-4fbd-9005-cbd0426d12a2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:25:09,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst used request id req-df5ad5d3-e558-4fbd-9005-cbd0426d12a2 2018-11-09 08:25:09,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:09,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-86fa380d-757d-4879-8068-833c55cc1bd0 Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:09,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-86fa380d-757d-4879-8068-833c55cc1bd0 2018-11-09 08:25:09,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:09,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99930974-6b36-4dda-84cd-f71b955186f4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:09,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-99930974-6b36-4dda-84cd-f71b955186f4 2018-11-09 08:25:09,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:09,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-488f158d-f78a-429d-b4ec-c3052270639e Date: Fri, 09 Nov 2018 08:25:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:09,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-488f158d-f78a-429d-b4ec-c3052270639e 2018-11-09 08:25:09,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:10,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e1f7126c-2ba3-4f90-9bbc-7ded85ba2f56 Date: Fri, 09 Nov 2018 08:25:10 GMT RESP BODY: {"ports":[]} 2018-11-09 08:25:10,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port&admin_state_up=True used request id req-e1f7126c-2ba3-4f90-9bbc-7ded85ba2f56 2018-11-09 08:25:10,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:25:10,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:25:10,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45f0446e05b847f0bca1bf56f1ab8ff7", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role"}], "expires_at": "2018-11-09T09:25:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "581ae33d8c764734ba82793eed63e7ed", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-user", "id": "ae72cce0923e4565aa8253501a816922"}, "audit_ids": ["VNiSWIHlTZ21GYy1KYCVfQ"], "issued_at": "2018-11-09T08:25:10.000000Z"}} 2018-11-09 08:25:10,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617f4d785d1bcf960f76bfbf2c50b822f6d562a2" 2018-11-09 08:25:10,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d786ac-f3c3-4ff6-a87a-6cab0dc1aff5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:25:10,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-67d786ac-f3c3-4ff6-a87a-6cab0dc1aff5 2018-11-09 08:25:10,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:10,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3c40d4f2-f23e-4f9d-b159-9da31107d452 Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:10,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-3c40d4f2-f23e-4f9d-b159-9da31107d452 2018-11-09 08:25:10,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:10,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e6bf0d87-8f32-4191-b4b8-52ad41d96a36 Date: Fri, 09 Nov 2018 08:25:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:10,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-e6bf0d87-8f32-4191-b4b8-52ad41d96a36 2018-11-09 08:25:10,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:11,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d8cc4f45-c281-42a1-9668-bbe1ea6d3f3e Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:11,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-d8cc4f45-c281-42a1-9668-bbe1ea6d3f3e 2018-11-09 08:25:11,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:25:11,008 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:25:11,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617f4d785d1bcf960f76bfbf2c50b822f6d562a2" 2018-11-09 08:25:11,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2e8e158-215b-41d2-8989-abbd48153c09 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:11,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-a2e8e158-215b-41d2-8989-abbd48153c09 2018-11-09 08:25:11,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:11,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8cce8989-c776-46cb-8cc0-f57328b3089b Date: Fri, 09 Nov 2018 08:25:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:11,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-8cce8989-c776-46cb-8cc0-f57328b3089b 2018-11-09 08:25:11,426 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net 2018-11-09 08:25:11,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" -d '{"port": {"network_id": "b863fc6d-e5e5-463e-9e2a-26981e9a1d09", "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port", "admin_state_up": true}}' 2018-11-09 08:25:12,535 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-0ae51c0b-6a32-41fa-b0d4-c4c419f7a7bc Date: Fri, 09 Nov 2018 08:25:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:11Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.9"}],"id":"c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1","security_groups":["f0dcc6e3-8e53-44e5-b78b-03316381df5c"],"mac_address":"fa:16:3e:22:91:8f","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port","project_id":"581ae33d8c764734ba82793eed63e7ed","qos_policy_id":null,"admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:11Z","binding:vnic_type":"normal"}} 2018-11-09 08:25:12,535 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-0ae51c0b-6a32-41fa-b0d4-c4c419f7a7bc 2018-11-09 08:25:12,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:12,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-adffca91-136f-43b8-9de0-c6eb50b4265e Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:12,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-adffca91-136f-43b8-9de0-c6eb50b4265e 2018-11-09 08:25:12,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:12,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04386e98-892b-4965-ba4e-34083115b914 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:12,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-04386e98-892b-4965-ba4e-34083115b914 2018-11-09 08:25:12,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:12,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-aa598e6b-0579-4793-a963-0861f97073e0 Date: Fri, 09 Nov 2018 08:25:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:12,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-aa598e6b-0579-4793-a963-0861f97073e0 2018-11-09 08:25:12,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:13,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-49034afb-1ff7-4749-8392-1311bc5bd92c Date: Fri, 09 Nov 2018 08:25:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:11Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.9"}],"id":"c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1","security_groups":["f0dcc6e3-8e53-44e5-b78b-03316381df5c"],"mac_address":"fa:16:3e:22:91:8f","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:11Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:25:13,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port&admin_state_up=True used request id req-49034afb-1ff7-4749-8392-1311bc5bd92c 2018-11-09 08:25:13,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:13,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b72d1e-f4d5-47d8-b3e0-f7805d1065d6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:13,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-f1b72d1e-f4d5-47d8-b3e0-f7805d1065d6 2018-11-09 08:25:13,124 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst 2018-11-09 08:25:13,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:13,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2339d57-5bfe-4a78-82e1-37d3767285f6 x-compute-request-id: req-f2339d57-5bfe-4a78-82e1-37d3767285f6 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-flavor-name"}]} 2018-11-09 08:25:13,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f2339d57-5bfe-4a78-82e1-37d3767285f6 2018-11-09 08:25:13,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:13,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e20a51b1-ebd6-40b3-8519-df98a91ab4ad x-compute-request-id: req-e20a51b1-ebd6-40b3-8519-df98a91ab4ad Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:25:13,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2 used request id req-e20a51b1-ebd6-40b3-8519-df98a91ab4ad 2018-11-09 08:25:13,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:13,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-bf4379ba-6c62-46f9-98c3-d7e10a9fb5fb Date: Fri, 09 Nov 2018 08:25:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:24:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:25:01Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/028cf365-0578-4b1e-8d0d-97a8515bd753/snap", "metadata": {}}], "self": "/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "min_disk": 0, "protected": false, "id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "file": "/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "581ae33d8c764734ba82793eed63e7ed", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/028cf365-0578-4b1e-8d0d-97a8515bd753/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image"} 2018-11-09 08:25:13,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image used request id req-bf4379ba-6c62-46f9-98c3-d7e10a9fb5fb 2018-11-09 08:25:13,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:13,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d4359636-1801-464a-96ed-584a3339d0d1 Date: Fri, 09 Nov 2018 08:25:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:25:13,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d4359636-1801-464a-96ed-584a3339d0d1 2018-11-09 08:25:13,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" -d '{"server": {"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "imageRef": "028cf365-0578-4b1e-8d0d-97a8515bd753", "flavorRef": "b369395a-b618-45cb-8425-e1e1d7c192c2", "max_count": 1, "min_count": 1, "networks": [{"port": "c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1"}], "security_groups": [{"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}]}}' 2018-11-09 08:25:15,779 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4e11ac7-69c3-4197-98b2-e7aaab8cef24 x-compute-request-id: req-b4e11ac7-69c3-4197-98b2-e7aaab8cef24 Content-Length: 435 location: http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "adminPass": "55CoJqBgTfTk"}} 2018-11-09 08:25:15,779 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-b4e11ac7-69c3-4197-98b2-e7aaab8cef24 2018-11-09 08:25:15,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:16,003 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25: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-d8f4e813-0557-4cb6-b2f5-24070e84142d x-compute-request-id: req-d8f4e813-0557-4cb6-b2f5-24070e84142d 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.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:25:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:16,003 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-d8f4e813-0557-4cb6-b2f5-24070e84142d 2018-11-09 08:25:16,004 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst 2018-11-09 08:25:16,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:16,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25: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-9721ff08-9031-4c04-acb2-d4581ae004c7 x-compute-request-id: req-9721ff08-9031-4c04-acb2-d4581ae004c7 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.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:25:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:16,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-9721ff08-9031-4c04-acb2-d4581ae004c7 2018-11-09 08:25:16,216 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst] is - BUILD 2018-11-09 08:25:16,216 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:25:19,219 - create_instance - DEBUG - VM status query timeout in 896.784788847 2018-11-09 08:25:19,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:19,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d048dfa9-79b5-4f8a-932e-f73914bae5d1 x-compute-request-id: req-d048dfa9-79b5-4f8a-932e-f73914bae5d1 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.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:25:16Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:19,893 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-d048dfa9-79b5-4f8a-932e-f73914bae5d1 2018-11-09 08:25:19,893 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst] is - BUILD 2018-11-09 08:25:19,893 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:25:22,897 - create_instance - DEBUG - VM status query timeout in 893.107266903 2018-11-09 08:25:22,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:23,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fbf0612-520b-434b-8b9d-f34f3758dc3d x-compute-request-id: req-7fbf0612-520b-434b-8b9d-f34f3758dc3d 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.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:25:16Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:23,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-7fbf0612-520b-434b-8b9d-f34f3758dc3d 2018-11-09 08:25:23,684 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst] is - BUILD 2018-11-09 08:25:23,684 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:25:26,688 - create_instance - DEBUG - VM status query timeout in 889.316357851 2018-11-09 08:25:26,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:27,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d95d901e-9084-4b11-b1ee-2628b6e198b5 x-compute-request-id: req-d95d901e-9084-4b11-b1ee-2628b6e198b5 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:27,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-d95d901e-9084-4b11-b1ee-2628b6e198b5 2018-11-09 08:25:27,329 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst] is - ACTIVE 2018-11-09 08:25:27,329 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:25:27,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:27,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cce89339-03be-4910-baca-9a24565513d4 x-compute-request-id: req-cce89339-03be-4910-baca-9a24565513d4 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:27,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-cce89339-03be-4910-baca-9a24565513d4 2018-11-09 08:25:27,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:27,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d6a163b0-5436-4135-880a-26552f24971e Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:27,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-d6a163b0-5436-4135-880a-26552f24971e 2018-11-09 08:25:27,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:28,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f3cb8c1-134e-4287-98ea-cf6283336505 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:28,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-2f3cb8c1-134e-4287-98ea-cf6283336505 2018-11-09 08:25:28,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:28,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-70f07137-bbff-4089-a7f0-29c570a96aff Date: Fri, 09 Nov 2018 08:25:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:28,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-70f07137-bbff-4089-a7f0-29c570a96aff 2018-11-09 08:25:28,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:28,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-3f707f7b-9f6d-4934-b568-d3f6a988b4fd Date: Fri, 09 Nov 2018 08:25:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.4"}],"id":"0241ef81-83d4-4434-98a7-261b0bca502e","security_groups":[],"mac_address":"fa:16:3e:cf:a8:09","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.2"}],"id":"91857c2d-6c06-4431-ba8f-25d202fef715","security_groups":[],"mac_address":"fa:16:3e:4f:d7:79","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.3"}],"id":"bcf0dbc5-4247-4b83-8be8-cadeaa64c253","security_groups":[],"mac_address":"fa:16:3e:15:5b:7e","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.9"}],"id":"c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1","security_groups":["f0dcc6e3-8e53-44e5-b78b-03316381df5c"],"mac_address":"fa:16:3e:22:91:8f","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:11Z","binding:vnic_type":"normal","device_id":"57097625-75ea-40e8-b482-a5d2ffe4e8fd"}]} 2018-11-09 08:25:28,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-3f707f7b-9f6d-4934-b568-d3f6a988b4fd 2018-11-09 08:25:28,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:28,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25: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-c3ab372e-9b6e-4527-a5ad-4a32f6f6e6a4 x-compute-request-id: req-c3ab372e-9b6e-4527-a5ad-4a32f6f6e6a4 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:28,926 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-c3ab372e-9b6e-4527-a5ad-4a32f6f6e6a4 2018-11-09 08:25:28,926 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst] is - ACTIVE 2018-11-09 08:25:28,926 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:25:28,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:29,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25: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-fbc408be-a234-4d40-b0ea-fc7dc229d2bc x-compute-request-id: req-fbc408be-a234-4d40-b0ea-fc7dc229d2bc Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:29,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-fbc408be-a234-4d40-b0ea-fc7dc229d2bc 2018-11-09 08:25:29,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:29,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5f96e05c-2e63-42f0-8991-0edfb8508aec Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:29,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-5f96e05c-2e63-42f0-8991-0edfb8508aec 2018-11-09 08:25:29,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:29,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a0985f0-d218-4a79-a9e5-583cb7a536ea Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:29,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-7a0985f0-d218-4a79-a9e5-583cb7a536ea 2018-11-09 08:25:29,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:29,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e7202c36-a61b-42db-82f6-51fbb8107975 Date: Fri, 09 Nov 2018 08:25:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:29,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-e7202c36-a61b-42db-82f6-51fbb8107975 2018-11-09 08:25:29,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:29,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-7003ea48-d3ee-4454-a7c9-5fca8dbf3209 Date: Fri, 09 Nov 2018 08:25:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.4"}],"id":"0241ef81-83d4-4434-98a7-261b0bca502e","security_groups":[],"mac_address":"fa:16:3e:cf:a8:09","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.2"}],"id":"91857c2d-6c06-4431-ba8f-25d202fef715","security_groups":[],"mac_address":"fa:16:3e:4f:d7:79","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.3"}],"id":"bcf0dbc5-4247-4b83-8be8-cadeaa64c253","security_groups":[],"mac_address":"fa:16:3e:15:5b:7e","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.9"}],"id":"c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1","security_groups":["f0dcc6e3-8e53-44e5-b78b-03316381df5c"],"mac_address":"fa:16:3e:22:91:8f","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:11Z","binding:vnic_type":"normal","device_id":"57097625-75ea-40e8-b482-a5d2ffe4e8fd"}]} 2018-11-09 08:25:29,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-7003ea48-d3ee-4454-a7c9-5fca8dbf3209 2018-11-09 08:25:29,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}}' 2018-11-09 08:25:30,674 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:25:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-16e7e988-da77-42e0-b053-85927518d955 x-compute-request-id: req-16e7e988-da77-42e0-b053-85927518d955 Content-Length: 0 Content-Type: application/json 2018-11-09 08:25:30,674 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd/action used request id req-16e7e988-da77-42e0-b053-85927518d955 2018-11-09 08:25:30,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:31,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78a01c86-9c35-4f79-b388-903450efbe8f x-compute-request-id: req-78a01c86-9c35-4f79-b388-903450efbe8f Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}, {"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:31,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-78a01c86-9c35-4f79-b388-903450efbe8f 2018-11-09 08:25:31,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:31,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6f3b216e-0c79-4988-a823-816ee43505a1 Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:31,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-6f3b216e-0c79-4988-a823-816ee43505a1 2018-11-09 08:25:31,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:31,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95883934-f9fa-4077-ab0b-5b943c366a57 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:31,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-95883934-f9fa-4077-ab0b-5b943c366a57 2018-11-09 08:25:31,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:31,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3709de45-8bc0-4bc3-b3a5-203b66b2e391 Date: Fri, 09 Nov 2018 08:25:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:31,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-3709de45-8bc0-4bc3-b3a5-203b66b2e391 2018-11-09 08:25:31,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:31,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-42e8e4a1-6db6-419e-a0b1-5b98ad682607 Date: Fri, 09 Nov 2018 08:25:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.4"}],"id":"0241ef81-83d4-4434-98a7-261b0bca502e","security_groups":[],"mac_address":"fa:16:3e:cf:a8:09","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.2"}],"id":"91857c2d-6c06-4431-ba8f-25d202fef715","security_groups":[],"mac_address":"fa:16:3e:4f:d7:79","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.3"}],"id":"bcf0dbc5-4247-4b83-8be8-cadeaa64c253","security_groups":[],"mac_address":"fa:16:3e:15:5b:7e","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:30Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.9"}],"id":"c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1","security_groups":["bc9c0728-8351-44ec-9692-df7393f6f96e","f0dcc6e3-8e53-44e5-b78b-03316381df5c"],"mac_address":"fa:16:3e:22:91:8f","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:11Z","binding:vnic_type":"normal","device_id":"57097625-75ea-40e8-b482-a5d2ffe4e8fd"}]} 2018-11-09 08:25:31,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-42e8e4a1-6db6-419e-a0b1-5b98ad682607 2018-11-09 08:25:31,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:25:32,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45f0446e05b847f0bca1bf56f1ab8ff7", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role"}], "expires_at": "2018-11-09T09:25:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "581ae33d8c764734ba82793eed63e7ed", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/581ae33d8c764734ba82793eed63e7ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-user", "id": "ae72cce0923e4565aa8253501a816922"}, "audit_ids": ["dLjj1tURSaW5LSzPdeAboQ"], "issued_at": "2018-11-09T08:25:32.000000Z"}} 2018-11-09 08:25:32,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}637eedd460511cb20ac3f9ec1880dbbf22024c52" 2018-11-09 08:25:33,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25: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-5fba695b-295f-437a-96a9-3dd553229f42 x-compute-request-id: req-5fba695b-295f-437a-96a9-3dd553229f42 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}, {"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:33,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-5fba695b-295f-437a-96a9-3dd553229f42 2018-11-09 08:25:33,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:33,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-217b7b54-f52d-44bc-a79f-a04a6c372b46 x-compute-request-id: req-217b7b54-f52d-44bc-a79f-a04a6c372b46 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}, {"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:33,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-217b7b54-f52d-44bc-a79f-a04a6c372b46 2018-11-09 08:25:33,408 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst] is - ACTIVE 2018-11-09 08:25:33,408 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:25:33,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:34,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b11fd81-2bd9-4483-b5b3-050009b30946 x-compute-request-id: req-8b11fd81-2bd9-4483-b5b3-050009b30946 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}, {"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:34,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-8b11fd81-2bd9-4483-b5b3-050009b30946 2018-11-09 08:25:34,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:34,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d7c9ef14-24c9-4498-baf9-dcab85e9bfea Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:34,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-d7c9ef14-24c9-4498-baf9-dcab85e9bfea 2018-11-09 08:25:34,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:34,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa1ba6f-8154-4739-8d68-1f496b9f700c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:34,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-6aa1ba6f-8154-4739-8d68-1f496b9f700c 2018-11-09 08:25:34,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:34,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-804393cb-197b-41ad-8afb-be03eb8bc8dd Date: Fri, 09 Nov 2018 08:25:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:34,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-804393cb-197b-41ad-8afb-be03eb8bc8dd 2018-11-09 08:25:34,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:34,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-6eaf8865-5e38-4003-9067-66a3b45b9f35 Date: Fri, 09 Nov 2018 08:25:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.4"}],"id":"0241ef81-83d4-4434-98a7-261b0bca502e","security_groups":[],"mac_address":"fa:16:3e:cf:a8:09","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.2"}],"id":"91857c2d-6c06-4431-ba8f-25d202fef715","security_groups":[],"mac_address":"fa:16:3e:4f:d7:79","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.3"}],"id":"bcf0dbc5-4247-4b83-8be8-cadeaa64c253","security_groups":[],"mac_address":"fa:16:3e:15:5b:7e","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:30Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.9"}],"id":"c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1","security_groups":["bc9c0728-8351-44ec-9692-df7393f6f96e","f0dcc6e3-8e53-44e5-b78b-03316381df5c"],"mac_address":"fa:16:3e:22:91:8f","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:11Z","binding:vnic_type":"normal","device_id":"57097625-75ea-40e8-b482-a5d2ffe4e8fd"}]} 2018-11-09 08:25:34,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-6eaf8865-5e38-4003-9067-66a3b45b9f35 2018-11-09 08:25:34,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:34,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2b54573-bc8f-414c-86f4-a525a911499d x-compute-request-id: req-e2b54573-bc8f-414c-86f4-a525a911499d Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}, {"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:34,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-e2b54573-bc8f-414c-86f4-a525a911499d 2018-11-09 08:25:34,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:35,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-97adb8f4-2fbf-4fd2-b9e9-f22bc39893d5 Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:35,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-97adb8f4-2fbf-4fd2-b9e9-f22bc39893d5 2018-11-09 08:25:35,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:35,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-754d3da4-9b07-4469-8dc2-05f02322d797 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:35,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-754d3da4-9b07-4469-8dc2-05f02322d797 2018-11-09 08:25:35,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:35,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-73dbdcf1-d2b6-453a-8271-035c06145546 Date: Fri, 09 Nov 2018 08:25:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:35,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-73dbdcf1-d2b6-453a-8271-035c06145546 2018-11-09 08:25:35,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:35,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-ecd9d956-f8db-4c77-b1ad-6b5f58b43687 Date: Fri, 09 Nov 2018 08:25:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.4"}],"id":"0241ef81-83d4-4434-98a7-261b0bca502e","security_groups":[],"mac_address":"fa:16:3e:cf:a8:09","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.2"}],"id":"91857c2d-6c06-4431-ba8f-25d202fef715","security_groups":[],"mac_address":"fa:16:3e:4f:d7:79","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.3"}],"id":"bcf0dbc5-4247-4b83-8be8-cadeaa64c253","security_groups":[],"mac_address":"fa:16:3e:15:5b:7e","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:30Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.9"}],"id":"c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1","security_groups":["bc9c0728-8351-44ec-9692-df7393f6f96e","f0dcc6e3-8e53-44e5-b78b-03316381df5c"],"mac_address":"fa:16:3e:22:91:8f","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:11Z","binding:vnic_type":"normal","device_id":"57097625-75ea-40e8-b482-a5d2ffe4e8fd"}]} 2018-11-09 08:25:35,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-ecd9d956-f8db-4c77-b1ad-6b5f58b43687 2018-11-09 08:25:35,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}}' 2018-11-09 08:25:36,053 - novaclient.v2.client - DEBUG - RESP: [400] Date: Fri, 09 Nov 2018 08:25: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-09715b65-c514-4e8c-9461-bbaaadf75b7d x-compute-request-id: req-09715b65-c514-4e8c-9461-bbaaadf75b7d 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: 'bc9c0728-8351-44ec-9692-df7393f6f96e'.\nNeutron server returns request_ids: ['req-85be1d96-a4cb-4b37-815c-a001ccc30468']", "code": 400}} 2018-11-09 08:25:36,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd/action used request id req-09715b65-c514-4e8c-9461-bbaaadf75b7d 2018-11-09 08:25:36,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:36,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8d0d896-8e73-464c-94ad-3e668822e196 x-compute-request-id: req-b8d0d896-8e73-464c-94ad-3e668822e196 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}, {"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:36,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-b8d0d896-8e73-464c-94ad-3e668822e196 2018-11-09 08:25:36,369 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name] already added to VM [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst] 2018-11-09 08:25:36,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:36,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ab2f708-7b7c-43c0-b6bd-5f0977cfc8c5 x-compute-request-id: req-3ab2f708-7b7c-43c0-b6bd-5f0977cfc8c5 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}, {"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:36,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-3ab2f708-7b7c-43c0-b6bd-5f0977cfc8c5 2018-11-09 08:25:37,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:37,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1c23e5db-ab12-423e-9f8b-0b121a4807a5 Date: Fri, 09 Nov 2018 08:25: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":["3105ddfa-cd9a-4734-9e38-32ec906fdfe5"],"updated_at":"2018-11-09T08:25:04Z","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"581ae33d8c764734ba82793eed63e7ed","id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net"}]} 2018-11-09 08:25:37,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net used request id req-1c23e5db-ab12-423e-9f8b-0b121a4807a5 2018-11-09 08:25:37,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:37,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0abde244-330d-4500-baa1-906915c9c0a5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:37,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-0abde244-330d-4500-baa1-906915c9c0a5 2018-11-09 08:25:37,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:37,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e8b13f64-1ca8-4a49-89d6-cf4f506125db Date: Fri, 09 Nov 2018 08:25:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","dns_nameservers":[],"updated_at":"2018-11-09T08:25:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"581ae33d8c764734ba82793eed63e7ed","id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","subnetpool_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet"}]} 2018-11-09 08:25:37,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-e8b13f64-1ca8-4a49-89d6-cf4f506125db 2018-11-09 08:25:37,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:37,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-c319e08e-4538-4a16-85cb-1011e06d379b Date: Fri, 09 Nov 2018 08:25:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.4"}],"id":"0241ef81-83d4-4434-98a7-261b0bca502e","security_groups":[],"mac_address":"fa:16:3e:cf:a8:09","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.2"}],"id":"91857c2d-6c06-4431-ba8f-25d202fef715","security_groups":[],"mac_address":"fa:16:3e:4f:d7:79","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.3"}],"id":"bcf0dbc5-4247-4b83-8be8-cadeaa64c253","security_groups":[],"mac_address":"fa:16:3e:15:5b:7e","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b863fc6d-e5e5-463e-9e2a-26981e9a1d09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:25:30Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3105ddfa-cd9a-4734-9e38-32ec906fdfe5","ip_address":"10.55.0.9"}],"id":"c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1","security_groups":["bc9c0728-8351-44ec-9692-df7393f6f96e","f0dcc6e3-8e53-44e5-b78b-03316381df5c"],"mac_address":"fa:16:3e:22:91:8f","project_id":"581ae33d8c764734ba82793eed63e7ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port","admin_state_up":true,"network_id":"b863fc6d-e5e5-463e-9e2a-26981e9a1d09","tenant_id":"581ae33d8c764734ba82793eed63e7ed","created_at":"2018-11-09T08:25:11Z","binding:vnic_type":"normal","device_id":"57097625-75ea-40e8-b482-a5d2ffe4e8fd"}]} 2018-11-09 08:25:37,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-c319e08e-4538-4a16-85cb-1011e06d379b 2018-11-09 08:25:37,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}637eedd460511cb20ac3f9ec1880dbbf22024c52" 2018-11-09 08:25:37,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-573778b8-c843-420b-8425-2c50cbae6c5e x-compute-request-id: req-573778b8-c843-420b-8425-2c50cbae6c5e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:91:8f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "security_groups": [{"name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name"}, {"name": "default"}], "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:23Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:37,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-573778b8-c843-420b-8425-2c50cbae6c5e 2018-11-09 08:25:37,955 - create_instance - INFO - Deleting Port with ID - c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1 2018-11-09 08:25:37,955 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-port 2018-11-09 08:25:37,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:38,411 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-01d53abe-f7f7-4e2b-a3a1-aa5864cbadf1 Date: Fri, 09 Nov 2018 08:25:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:25:38,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/c3a98a14-ff03-45b2-bbbc-e9d9d3b071f1 used request id req-01d53abe-f7f7-4e2b-a3a1-aa5864cbadf1 2018-11-09 08:25:38,411 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst 2018-11-09 08:25:38,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:38,748 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:25:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31136684-4ab8-48cb-9968-44fcc380db2d x-compute-request-id: req-31136684-4ab8-48cb-9968-44fcc380db2d Content-Type: application/json 2018-11-09 08:25:38,748 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-31136684-4ab8-48cb-9968-44fcc380db2d 2018-11-09 08:25:38,748 - create_instance - INFO - Checking deletion status 2018-11-09 08:25:38,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:39,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c30e7086-c09f-4ef8-aa5b-9edd579787cc x-compute-request-id: req-c30e7086-c09f-4ef8-aa5b-9edd579787cc 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.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:38Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:39,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-c30e7086-c09f-4ef8-aa5b-9edd579787cc 2018-11-09 08:25:39,014 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst] is - ACTIVE 2018-11-09 08:25:39,014 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:25:42,018 - create_instance - DEBUG - VM status query timeout in 296.730839014 2018-11-09 08:25:42,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:42,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25: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-30cb7bf5-5fc0-46a1-b7bc-d0b2f737609e x-compute-request-id: req-30cb7bf5-5fc0-46a1-b7bc-d0b2f737609e 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.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:38Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:42,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-30cb7bf5-5fc0-46a1-b7bc-d0b2f737609e 2018-11-09 08:25:42,130 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst] is - ACTIVE 2018-11-09 08:25:42,130 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:25:45,133 - create_instance - DEBUG - VM status query timeout in 293.61541605 2018-11-09 08:25:45,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:45,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bc7d77e-7666-4fb1-b511-685e1a92d6a5 x-compute-request-id: req-6bc7d77e-7666-4fb1-b511-685e1a92d6a5 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.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd", "rel": "bookmark"}], "image": {"id": "028cf365-0578-4b1e-8d0d-97a8515bd753", "links": [{"href": "http://172.30.9.27:8774/images/028cf365-0578-4b1e-8d0d-97a8515bd753", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:25:23.000000", "flavor": {"id": "b369395a-b618-45cb-8425-e1e1d7c192c2", "links": [{"href": "http://172.30.9.27:8774/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2", "rel": "bookmark"}]}, "id": "57097625-75ea-40e8-b482-a5d2ffe4e8fd", "user_id": "ae72cce0923e4565aa8253501a816922", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:25:38Z", "hostId": "fb2bca3f9477521226c510efe35ae5c21b8df70afa4bfd1bceeeca37", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst", "created": "2018-11-09T08:25:15Z", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:25:45,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-6bc7d77e-7666-4fb1-b511-685e1a92d6a5 2018-11-09 08:25:45,408 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst] is - ACTIVE 2018-11-09 08:25:45,409 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:25:48,412 - create_instance - DEBUG - VM status query timeout in 290.336604118 2018-11-09 08:25:48,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b082fdeb988542dd1ea58f310aba89a4aedd8bc" 2018-11-09 08:25:48,462 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:25: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-e14db5fd-7f82-4d94-95c8-6d6dc9f19a60 x-compute-request-id: req-e14db5fd-7f82-4d94-95c8-6d6dc9f19a60 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 57097625-75ea-40e8-b482-a5d2ffe4e8fd could not be found.", "code": 404}} 2018-11-09 08:25:48,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/57097625-75ea-40e8-b482-a5d2ffe4e8fd used request id req-e14db5fd-7f82-4d94-95c8-6d6dc9f19a60 2018-11-09 08:25:48,463 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 57097625-75ea-40e8-b482-a5d2ffe4e8fd could not be found. (HTTP 404) (Request-ID: req-e14db5fd-7f82-4d94-95c8-6d6dc9f19a60) 2018-11-09 08:25:48,463 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-inst 2018-11-09 08:25:48,464 - neutron_utils - INFO - Deleting security group rule with ID - bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68 2018-11-09 08:25:48,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:48,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ea790bb-8d8a-404f-b7f5-f1c954308324 Content-Length: 0 Date: Fri, 09 Nov 2018 08:25:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:25:48,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/bc8eb312-7e9a-4ed6-b0df-7fc87b3aab68 used request id req-0ea790bb-8d8a-404f-b7f5-f1c954308324 2018-11-09 08:25:48,814 - neutron_utils - INFO - Deleting security group rule with ID - 8e6835c3-4d19-46e6-9e23-423d79d6c134 2018-11-09 08:25:48,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/8e6835c3-4d19-46e6-9e23-423d79d6c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:49,076 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f845e1f-9c09-483d-ba31-00ccf66fc568 Content-Length: 0 Date: Fri, 09 Nov 2018 08:25:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:25:49,076 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/8e6835c3-4d19-46e6-9e23-423d79d6c134 used request id req-0f845e1f-9c09-483d-ba31-00ccf66fc568 2018-11-09 08:25:49,076 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-name 2018-11-09 08:25:49,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/bc9c0728-8351-44ec-9692-df7393f6f96e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fa9a12740d0e61d2708cbf7cb5e41a375cadf4" 2018-11-09 08:25:49,202 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a4fcdcb6-ac9a-487c-8f1c-d278ee783e1e Content-Length: 0 Date: Fri, 09 Nov 2018 08:25:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:25:49,202 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/bc9c0728-8351-44ec-9692-df7393f6f96e used request id req-a4fcdcb6-ac9a-487c-8f1c-d278ee783e1e 2018-11-09 08:25:49,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5797d69cabe8bc29f9ab72d52ca01342d5053a06" 2018-11-09 08:25:49,238 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:25:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fd8ec370-f9de-49ca-82cd-cbec0fa5c4b7 x-compute-request-id: req-fd8ec370-f9de-49ca-82cd-cbec0fa5c4b7 Content-Length: 0 Content-Type: application/json 2018-11-09 08:25:49,239 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b369395a-b618-45cb-8425-e1e1d7c192c2 used request id req-fd8ec370-f9de-49ca-82cd-cbec0fa5c4b7 2018-11-09 08:25:49,239 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet 2018-11-09 08:25:49,240 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-subnet 2018-11-09 08:25:49,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/3105ddfa-cd9a-4734-9e38-32ec906fdfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d687396f9d0708df6e64e73be33fa3aa7cf1f911" 2018-11-09 08:25:51,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2888c99f-6d14-41d2-a34f-83179ca93bbc Date: Fri, 09 Nov 2018 08:25:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:25:51,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/3105ddfa-cd9a-4734-9e38-32ec906fdfe5 used request id req-2888c99f-6d14-41d2-a34f-83179ca93bbc 2018-11-09 08:25:51,692 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-pub-net 2018-11-09 08:25:51,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/b863fc6d-e5e5-463e-9e2a-26981e9a1d09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d687396f9d0708df6e64e73be33fa3aa7cf1f911" 2018-11-09 08:25:52,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-012ab74e-4d55-4428-a26b-5a6afa03e101 Date: Fri, 09 Nov 2018 08:25:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:25:52,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b863fc6d-e5e5-463e-9e2a-26981e9a1d09 used request id req-012ab74e-4d55-4428-a26b-5a6afa03e101 2018-11-09 08:25:52,831 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-302ea0ad-8f60-4569-9e6a-8bf4d43a7795-image 2018-11-09 08:25:52,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7633fe222a287d4458e7cd40e7bb6177f891146d" 2018-11-09 08:25:53,790 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e978cfdf-4338-456a-a318-30436b4bdee2 Date: Fri, 09 Nov 2018 08:25:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:25:53,790 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/028cf365-0578-4b1e-8d0d-97a8515bd753 used request id req-e978cfdf-4338-456a-a318-30436b4bdee2 2018-11-09 08:25:53,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:25:54,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c7a917b0-efbc-4137-8a8b-3c34d5f8b06e Date: Fri, 09 Nov 2018 08:25:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:03Z", "updated_at": "2018-11-09T08:25:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:03Z", "revision_number": 0, "id": "0e74fe1a-34ba-4c5b-9e31-a5e6108b53d0", "remote_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:03Z", "security_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "581ae33d8c764734ba82793eed63e7ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:03Z", "revision_number": 0, "id": "236a4c07-2ba5-4086-813f-3a6c08820d13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:03Z", "security_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "581ae33d8c764734ba82793eed63e7ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:03Z", "revision_number": 0, "id": "7f97d6fc-7f64-41a5-bbaf-637009baf1be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:03Z", "security_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "581ae33d8c764734ba82793eed63e7ed"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:25:03Z", "revision_number": 0, "id": "e0736e6a-34c1-4938-8800-31e95370f505", "remote_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "remote_ip_prefix": null, "created_at": "2018-11-09T08:25:03Z", "security_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "581ae33d8c764734ba82793eed63e7ed"}], "revision_number": 4, "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "name": "default"}]} 2018-11-09 08:25:54,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-c7a917b0-efbc-4137-8a8b-3c34d5f8b06e 2018-11-09 08:25:54,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:25:54,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802c9b04-248b-4e9f-a00d-ec7a58a2daa1 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:25:54,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-802c9b04-248b-4e9f-a00d-ec7a58a2daa1 2018-11-09 08:25:54,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:25:54,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e651caee-582f-43f5-b87e-d4d19feab2db 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:25:54,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-e651caee-582f-43f5-b87e-d4d19feab2db 2018-11-09 08:25:54,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:25:54,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fd3c162-f1f5-4c8b-b937-1cfb612c94cd Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:25:54,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-1fd3c162-f1f5-4c8b-b937-1cfb612c94cd 2018-11-09 08:25:54,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:25:54,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8051613b-d5ac-46c6-8d33-ed4b8f963b41 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed"}, "enabled": true, "id": "581ae33d8c764734ba82793eed63e7ed", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj"}} 2018-11-09 08:25:54,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-8051613b-d5ac-46c6-8d33-ed4b8f963b41 2018-11-09 08:25:54,473 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f0dcc6e3-8e53-44e5-b78b-03316381df5c 2018-11-09 08:25:54,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f0dcc6e3-8e53-44e5-b78b-03316381df5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:25:54,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c5702536-6904-41f7-8197-c05df4c43928 Date: Fri, 09 Nov 2018 08:25:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:03Z", "security_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:03Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "0e74fe1a-34ba-4c5b-9e31-a5e6108b53d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:03Z", "security_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:03Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "236a4c07-2ba5-4086-813f-3a6c08820d13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:03Z", "security_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:03Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "7f97d6fc-7f64-41a5-bbaf-637009baf1be"}, {"remote_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:25:03Z", "security_group_id": "f0dcc6e3-8e53-44e5-b78b-03316381df5c", "port_range_min": null, "revision_number": 0, "tenant_id": "581ae33d8c764734ba82793eed63e7ed", "created_at": "2018-11-09T08:25:03Z", "project_id": "581ae33d8c764734ba82793eed63e7ed", "id": "e0736e6a-34c1-4938-8800-31e95370f505"}]} 2018-11-09 08:25:54,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f0dcc6e3-8e53-44e5-b78b-03316381df5c used request id req-c5702536-6904-41f7-8197-c05df4c43928 2018-11-09 08:25:54,644 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:25:54,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/f0dcc6e3-8e53-44e5-b78b-03316381df5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:25:54,984 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3c86f97c-812b-46ef-a2d1-fa9cd9d01c5d Content-Length: 0 Date: Fri, 09 Nov 2018 08:25:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:25:54,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f0dcc6e3-8e53-44e5-b78b-03316381df5c used request id req-3c86f97c-812b-46ef-a2d1-fa9cd9d01c5d 2018-11-09 08:25:54,985 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj 2018-11-09 08:25:54,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:25:55,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:25:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4a6abec-ee09-49c7-bd72-e275616424e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:25:55,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/581ae33d8c764734ba82793eed63e7ed used request id req-a4a6abec-ee09-49c7-bd72-e275616424e7 2018-11-09 08:25:55,169 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-proj-role 2018-11-09 08:25:55,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/45f0446e05b847f0bca1bf56f1ab8ff7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:25:55,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:25:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2e30968-bcb8-4a6b-be9e-5aee05c7e4c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:25:55,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/45f0446e05b847f0bca1bf56f1ab8ff7 used request id req-d2e30968-bcb8-4a6b-be9e-5aee05c7e4c0 2018-11-09 08:25:55,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e56df30f571c348d5226fb6272faf2265a00" 2018-11-09 08:25:55,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ef3b64c-6396-4a67-aecb-d3d70f2510b0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:25:55,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8ef3b64c-6396-4a67-aecb-d3d70f2510b0 2018-11-09 08:25:55,389 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-60f7a5c3-41ac-4ec-user 2018-11-09 08:25:55,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ae72cce0923e4565aa8253501a816922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aae99845087a96a8e9052fd412ff44e83a8ad0e" 2018-11-09 08:25:55,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:25:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bff20f2-fb1d-4fd7-9246-de87226dc83e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:25:55,571 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ae72cce0923e4565aa8253501a816922 used request id req-2bff20f2-fb1d-4fd7-9246-de87226dc83e 2018-11-09 08:25:55,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:25:55,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:25:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["zKkBRYf5SBic2lDOqD0P9w"], "issued_at": "2018-11-09T08:25:55.000000Z"}} 2018-11-09 08:25:55,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c940662bd21890ca93b508c1680fb849c0ee2669" 2018-11-09 08:25:56,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4148b122-e0fa-4550-a04d-c1be44d90117 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:25:56,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4148b122-e0fa-4550-a04d-c1be44d90117 2018-11-09 08:25:56,052 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:25:56,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:25:56,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:25:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["vv49VkqZS2K8EX1OMuJ0Ig"], "issued_at": "2018-11-09T08:25:56.000000Z"}} 2018-11-09 08:25:56,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:25:56,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db9523d-f0fc-4884-861b-e1525d79c77a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:25:56,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9db9523d-f0fc-4884-861b-e1525d79c77a 2018-11-09 08:25:56,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:25:56,523 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:25:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:25:56,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-8c99e12a-e606-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:25:56,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ba4a09-923a-44ec-a868-61c873e8a4cf Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-8c99e12a-e606-49c-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:25:56,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-8c99e12a-e606-49c-proj used request id req-28ba4a09-923a-44ec-a868-61c873e8a4cf 2018-11-09 08:25:56,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:25:56,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2098f61d-a50f-4ff2-a792-4de669845efd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:25:56,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-2098f61d-a50f-4ff2-a792-4de669845efd 2018-11-09 08:25:56,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}}' 2018-11-09 08:25:56,833 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:25:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6df72ff8-1736-4ece-ab04-2f176a59ceaa Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:25:56,833 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-6df72ff8-1736-4ece-ab04-2f176a59ceaa 2018-11-09 08:25:56,833 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-8c99e12a-e606-49c-proj 2018-11-09 08:25:56,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:25:56,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:25:57,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:25:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["G2PkI7HDTVmuBm4bevnuoA"], "issued_at": "2018-11-09T08:25:57.000000Z"}} 2018-11-09 08:25:57,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b84d40e322550a7b176bd17bdfd0a8e24a9516" 2018-11-09 08:25:57,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-576c426f-ef53-47d9-8c08-ec82b0c340cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:25:57,293 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-576c426f-ef53-47d9-8c08-ec82b0c340cf 2018-11-09 08:25:57,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:25:57,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:25: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:25:57,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b84d40e322550a7b176bd17bdfd0a8e24a9516" 2018-11-09 08:25:57,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca60dfce-aeeb-4e6c-8ff6-636b6f801a30 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:25:57,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ca60dfce-aeeb-4e6c-8ff6-636b6f801a30 2018-11-09 08:25:57,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-8c99e12a-e606-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b84d40e322550a7b176bd17bdfd0a8e24a9516" 2018-11-09 08:25:57,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8686c381-e6cc-40c6-914b-8c94f007ebbb Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-8c99e12a-e606-49c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}]} 2018-11-09 08:25:57,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-8c99e12a-e606-49c-proj used request id req-8686c381-e6cc-40c6-914b-8c94f007ebbb 2018-11-09 08:25:57,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b84d40e322550a7b176bd17bdfd0a8e24a9516" 2018-11-09 08:25:57,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd2cbf56-52b4-44f5-9cb1-61feb1f27891 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:25:57,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-bd2cbf56-52b4-44f5-9cb1-61feb1f27891 2018-11-09 08:25:57,956 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-8c99e12a-e606-49c-user 2018-11-09 08:25:57,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:25:57,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:25:58,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26a9b26-9f1f-47a0-aba7-f8aad5263b07 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:25:58,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b26a9b26-9f1f-47a0-aba7-f8aad5263b07 2018-11-09 08:25:58,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" -d '{"role": {"name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role"}}' 2018-11-09 08:25:58,161 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:25:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a844b0b-dd03-4681-bf2f-d224c02701ff Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "560f3be3cf4641a9b7dcec4427336cbb", "links": {"self": "http://172.30.9.27:5000/v3/roles/560f3be3cf4641a9b7dcec4427336cbb"}, "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role"}} 2018-11-09 08:25:58,161 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-7a844b0b-dd03-4681-bf2f-d224c02701ff 2018-11-09 08:25:58,161 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role 2018-11-09 08:25:58,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/560f3be3cf4641a9b7dcec4427336cbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:25:58,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79375c63-c5e2-4a1d-bd1e-7b0826e14c42 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/560f3be3cf4641a9b7dcec4427336cbb"}, "domain_id": null, "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role", "id": "560f3be3cf4641a9b7dcec4427336cbb"}} 2018-11-09 08:25:58,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/560f3be3cf4641a9b7dcec4427336cbb used request id req-79375c63-c5e2-4a1d-bd1e-7b0826e14c42 2018-11-09 08:25:58,251 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role to project InstanceSecurityGroupTests-8c99e12a-e606-49c-proj 2018-11-09 08:25:58,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5/users/80b0a2ba710b41a4b9bfa2c5fc20d234/roles/560f3be3cf4641a9b7dcec4427336cbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:25:58,396 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:25:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bc03223-3e01-49a6-a439-934f23960bce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:25:58,396 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5/users/80b0a2ba710b41a4b9bfa2c5fc20d234/roles/560f3be3cf4641a9b7dcec4427336cbb used request id req-5bc03223-3e01-49a6-a439-934f23960bce 2018-11-09 08:25:58,396 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:25:58,398 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:25:58,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:25:58,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:25:58,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "560f3be3cf4641a9b7dcec4427336cbb", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role"}], "expires_at": "2018-11-09T09:25:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb8292ba053f40a39772c87818bfeba5", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-user", "id": "80b0a2ba710b41a4b9bfa2c5fc20d234"}, "audit_ids": ["ya8qN56RQtaXLlUPuXwAJQ"], "issued_at": "2018-11-09T08:25:58.000000Z"}} 2018-11-09 08:25:58,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}565f6e1175000ac9c73cf12dcf8322a3a1eeb2fa" 2018-11-09 08:25:58,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5a1e00a-7557-40a0-b7c0-be2b0d22fc21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:25:58,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f5a1e00a-7557-40a0-b7c0-be2b0d22fc21 2018-11-09 08:25:58,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}565f6e1175000ac9c73cf12dcf8322a3a1eeb2fa" 2018-11-09 08:25:59,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-45e532dc-bc8b-4e5f-81c6-af22f35f179b Date: Fri, 09 Nov 2018 08:25:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image"} 2018-11-09 08:25:59,112 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image used request id req-45e532dc-bc8b-4e5f-81c6-af22f35f179b 2018-11-09 08:25:59,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}565f6e1175000ac9c73cf12dcf8322a3a1eeb2fa" 2018-11-09 08:25:59,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fe6eba60-2215-4a2e-aae4-f5027b5a632d Date: Fri, 09 Nov 2018 08:25:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:25:59,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-fe6eba60-2215-4a2e-aae4-f5027b5a632d 2018-11-09 08:25:59,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}565f6e1175000ac9c73cf12dcf8322a3a1eeb2fa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image"}' 2018-11-09 08:25:59,487 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02 X-Openstack-Request-Id: req-b160bc84-4a06-4b84-9555-e6ae424b64c6 Date: Fri, 09 Nov 2018 08:25:59 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:25:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:25:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "min_disk": 0, "protected": false, "id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "file": "/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/file", "checksum": null, "owner": "fb8292ba053f40a39772c87818bfeba5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:25:59,487 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b160bc84-4a06-4b84-9555-e6ae424b64c6 2018-11-09 08:25:59,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}565f6e1175000ac9c73cf12dcf8322a3a1eeb2fa" -d '' 2018-11-09 08:26:01,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63adcf5b-1140-45c0-b58a-783416941854 Date: Fri, 09 Nov 2018 08:26:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:26:01,176 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/file used request id req-63adcf5b-1140-45c0-b58a-783416941854 2018-11-09 08:26:01,176 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:26:01,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}565f6e1175000ac9c73cf12dcf8322a3a1eeb2fa" 2018-11-09 08:26:01,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-964ea4df-1304-460e-9b68-69f4477cde65 Date: Fri, 09 Nov 2018 08:26:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:25:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:26:00Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/snap", "metadata": {}}], "self": "/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "min_disk": 0, "protected": false, "id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "file": "/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fb8292ba053f40a39772c87818bfeba5", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:26:01,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02 used request id req-964ea4df-1304-460e-9b68-69f4477cde65 2018-11-09 08:26:01,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}565f6e1175000ac9c73cf12dcf8322a3a1eeb2fa" 2018-11-09 08:26:01,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-92d85ad3-cc9a-4570-b343-761182da4c3f Date: Fri, 09 Nov 2018 08:26:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:26:01,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-92d85ad3-cc9a-4570-b343-761182da4c3f 2018-11-09 08:26:01,385 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image 2018-11-09 08:26:01,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}565f6e1175000ac9c73cf12dcf8322a3a1eeb2fa" 2018-11-09 08:26:01,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-5eb76327-7ffc-46de-9fdc-86d72f49839c Date: Fri, 09 Nov 2018 08:26:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:25:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:26:00Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/snap", "metadata": {}}], "self": "/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "min_disk": 0, "protected": false, "id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "file": "/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fb8292ba053f40a39772c87818bfeba5", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:26:01,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02 used request id req-5eb76327-7ffc-46de-9fdc-86d72f49839c 2018-11-09 08:26:01,546 - create_image - DEBUG - Instance status is - active 2018-11-09 08:26:01,546 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image 2018-11-09 08:26:01,546 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image 2018-11-09 08:26:01,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:01,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:01,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "560f3be3cf4641a9b7dcec4427336cbb", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role"}], "expires_at": "2018-11-09T09:26:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb8292ba053f40a39772c87818bfeba5", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-user", "id": "80b0a2ba710b41a4b9bfa2c5fc20d234"}, "audit_ids": ["RZqzsDqXTKKnQbS5GwCHUw"], "issued_at": "2018-11-09T08:26:01.000000Z"}} 2018-11-09 08:26:01,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d4d8ccbfec4bd069aca979581191f1ee3ff8a5" 2018-11-09 08:26:01,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f4fed8c-96d6-4202-8f42-c1e5b9cb567f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:01,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9f4fed8c-96d6-4202-8f42-c1e5b9cb567f 2018-11-09 08:26:01,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d4d8ccbfec4bd069aca979581191f1ee3ff8a5" 2018-11-09 08:26:02,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f825da2c-1e95-4ca4-a2b8-ba8d52eed933 Date: Fri, 09 Nov 2018 08:26:02 GMT RESP BODY: {"networks":[]} 2018-11-09 08:26:02,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-f825da2c-1e95-4ca4-a2b8-ba8d52eed933 2018-11-09 08:26:02,125 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net 2018-11-09 08:26:02,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d4d8ccbfec4bd069aca979581191f1ee3ff8a5" -d '{"network": {"name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net", "admin_state_up": true}}' 2018-11-09 08:26:02,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-6b02341b-23a9-49fb-bb3e-d7c40fae1130 Date: Fri, 09 Nov 2018 08:26:02 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"53c39a3a-b06d-4fa4-853d-421675321988","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:26:02Z","is_default":false,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","mtu":1450}} 2018-11-09 08:26:02,685 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-6b02341b-23a9-49fb-bb3e-d7c40fae1130 2018-11-09 08:26:02,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d4d8ccbfec4bd069aca979581191f1ee3ff8a5" 2018-11-09 08:26:02,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-cbe5eee7-7609-4d78-a9b1-3284845d26de Date: Fri, 09 Nov 2018 08:26:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:26:02Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:02,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-cbe5eee7-7609-4d78-a9b1-3284845d26de 2018-11-09 08:26:02,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d4d8ccbfec4bd069aca979581191f1ee3ff8a5" 2018-11-09 08:26:03,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c0c14c20-e38b-4c1c-bfe4-15db6ee855c1 Date: Fri, 09 Nov 2018 08:26:03 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:26:03,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-c0c14c20-e38b-4c1c-bfe4-15db6ee855c1 2018-11-09 08:26:03,160 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet 2018-11-09 08:26:03,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d4d8ccbfec4bd069aca979581191f1ee3ff8a5" -d '{"subnets": [{"ip_version": 4, "network_id": "53c39a3a-b06d-4fa4-853d-421675321988", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]}' 2018-11-09 08:26:04,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b7e5ebe0-ac0c-45ae-ac23-dfd1647dacaa Date: Fri, 09 Nov 2018 08:26:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:04,062 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-b7e5ebe0-ac0c-45ae-ac23-dfd1647dacaa 2018-11-09 08:26:04,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d4d8ccbfec4bd069aca979581191f1ee3ff8a5" 2018-11-09 08:26:04,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-af3c3a49-b4ed-4ffd-8ff0-3932c287a106 Date: Fri, 09 Nov 2018 08:26: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":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:04,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-af3c3a49-b4ed-4ffd-8ff0-3932c287a106 2018-11-09 08:26:04,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d4d8ccbfec4bd069aca979581191f1ee3ff8a5" 2018-11-09 08:26:04,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5de3a737-15af-49be-9a63-a71eb820b029 Date: Fri, 09 Nov 2018 08:26:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:04,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-5de3a737-15af-49be-9a63-a71eb820b029 2018-11-09 08:26:04,530 - OpenStackNetwork - DEBUG - Network [53c39a3a-b06d-4fa4-853d-421675321988] created successfully 2018-11-09 08:26:04,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:04,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:04,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:26:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ImfLJjQnSPGg207Jazs4ug"], "issued_at": "2018-11-09T08:26:04.000000Z"}} 2018-11-09 08:26:04,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2425737becab379702cefe8c8bb93b289faa7a0b" 2018-11-09 08:26:05,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc00ef74-5422-43fa-a167-fcf62842830e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:05,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cc00ef74-5422-43fa-a167-fcf62842830e 2018-11-09 08:26:05,006 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:26:05,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2425737becab379702cefe8c8bb93b289faa7a0b" 2018-11-09 08:26:05,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26: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-463ee386-5eec-4c10-b505-7abaae9c61b1 x-compute-request-id: req-463ee386-5eec-4c10-b505-7abaae9c61b1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:26:05,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-463ee386-5eec-4c10-b505-7abaae9c61b1 2018-11-09 08:26:05,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2425737becab379702cefe8c8bb93b289faa7a0b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:26:05,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26: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-6b50f69d-d4ff-4d1f-9380-ff087508e495 x-compute-request-id: req-6b50f69d-d4ff-4d1f-9380-ff087508e495 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:26:05,249 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6b50f69d-d4ff-4d1f-9380-ff087508e495 2018-11-09 08:26:05,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:05,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:05,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "560f3be3cf4641a9b7dcec4427336cbb", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role"}], "expires_at": "2018-11-09T09:26:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb8292ba053f40a39772c87818bfeba5", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-user", "id": "80b0a2ba710b41a4b9bfa2c5fc20d234"}, "audit_ids": ["umpQmeQySwSgd4i9peFH5w"], "issued_at": "2018-11-09T08:26:05.000000Z"}} 2018-11-09 08:26:05,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:05,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b9c778d-79db-468e-a621-751d4a5e2fea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:05,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4b9c778d-79db-468e-a621-751d4a5e2fea 2018-11-09 08:26:05,700 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:26:05,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:05,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727ec421-df28-4c0f-b444-135c28a90e7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:05,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-727ec421-df28-4c0f-b444-135c28a90e7f 2018-11-09 08:26:05,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:06,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6c0af1d9-b0e5-463f-9878-be07725e2e2d Date: Fri, 09 Nov 2018 08:26: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":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:06,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-6c0af1d9-b0e5-463f-9878-be07725e2e2d 2018-11-09 08:26:06,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:26:06,113 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:26:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:26:06,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:06,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-285fe1a7-81a7-48f5-b914-26331ba4c4c1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:06,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-285fe1a7-81a7-48f5-b914-26331ba4c4c1 2018-11-09 08:26:06,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:06,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c4eca91a-00d2-424c-87ec-af84bee41650 Date: Fri, 09 Nov 2018 08:26:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:06,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-c4eca91a-00d2-424c-87ec-af84bee41650 2018-11-09 08:26:06,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:06,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f2ad38b8-34e6-4dad-826a-7c7a30e83f51 Date: Fri, 09 Nov 2018 08:26:06 GMT RESP BODY: {"ports":[]} 2018-11-09 08:26:06,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port&admin_state_up=True used request id req-f2ad38b8-34e6-4dad-826a-7c7a30e83f51 2018-11-09 08:26:06,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:06,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9207fda8-bda6-4f59-b5c5-58cecd616e4d x-compute-request-id: req-9207fda8-bda6-4f59-b5c5-58cecd616e4d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:26:06,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst used request id req-9207fda8-bda6-4f59-b5c5-58cecd616e4d 2018-11-09 08:26:06,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:07,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-52ac93a7-550f-4a25-8bbd-8dd0b8f5c20d Date: Fri, 09 Nov 2018 08:26: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":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:07,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-52ac93a7-550f-4a25-8bbd-8dd0b8f5c20d 2018-11-09 08:26:07,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:07,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66bd8af2-4a6b-4beb-a09c-8c9bf4dfe1dd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:07,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-66bd8af2-4a6b-4beb-a09c-8c9bf4dfe1dd 2018-11-09 08:26:07,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:07,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-552a7234-26e1-41f4-8e52-8d9f76e68ea6 Date: Fri, 09 Nov 2018 08:26:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:07,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-552a7234-26e1-41f4-8e52-8d9f76e68ea6 2018-11-09 08:26:07,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:07,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6d6c6621-82f2-4c78-9469-f5771dbf8bdc Date: Fri, 09 Nov 2018 08:26:07 GMT RESP BODY: {"ports":[]} 2018-11-09 08:26:07,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port&admin_state_up=True used request id req-6d6c6621-82f2-4c78-9469-f5771dbf8bdc 2018-11-09 08:26:07,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:07,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:07,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "560f3be3cf4641a9b7dcec4427336cbb", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role"}], "expires_at": "2018-11-09T09:26:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb8292ba053f40a39772c87818bfeba5", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-user", "id": "80b0a2ba710b41a4b9bfa2c5fc20d234"}, "audit_ids": ["Dgsrq0aqQ7mSlCqE-rNqiw"], "issued_at": "2018-11-09T08:26:08.000000Z"}} 2018-11-09 08:26:07,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e6e2eb469c6dc36d3eb927992b39729517ff57" 2018-11-09 08:26:08,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02adb96a-5800-4c76-9a65-5b5b279dbda5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:08,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-02adb96a-5800-4c76-9a65-5b5b279dbda5 2018-11-09 08:26:08,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:08,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b0df8ed2-9ea8-4755-9b64-1e24bd9d7ee1 Date: Fri, 09 Nov 2018 08:26:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:08,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-b0df8ed2-9ea8-4755-9b64-1e24bd9d7ee1 2018-11-09 08:26:08,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:08,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4a603ef1-63c2-464c-9729-88af1bedb59b Date: Fri, 09 Nov 2018 08:26:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:08,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-4a603ef1-63c2-464c-9729-88af1bedb59b 2018-11-09 08:26:08,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:08,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-11806d3d-08a0-4043-90a5-68d8022c8b51 Date: Fri, 09 Nov 2018 08:26:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:08,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-11806d3d-08a0-4043-90a5-68d8022c8b51 2018-11-09 08:26:08,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:26:08,650 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:26: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:26:08,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e6e2eb469c6dc36d3eb927992b39729517ff57" 2018-11-09 08:26:08,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-526fe5a5-e0ee-451b-bffe-c2b12a82a845 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:08,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-526fe5a5-e0ee-451b-bffe-c2b12a82a845 2018-11-09 08:26:08,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:08,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-68faa495-fee0-4f56-8e50-4964352e25fb Date: Fri, 09 Nov 2018 08:26:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:08,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-68faa495-fee0-4f56-8e50-4964352e25fb 2018-11-09 08:26:08,792 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net 2018-11-09 08:26:08,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" -d '{"port": {"network_id": "53c39a3a-b06d-4fa4-853d-421675321988", "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port", "admin_state_up": true}}' 2018-11-09 08:26:09,864 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-2a1e6cdb-05cf-4c05-af24-dddbb8eedf99 Date: Fri, 09 Nov 2018 08:26:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.11"}],"id":"18b6c0b1-799a-4025-97af-91f79835ec56","security_groups":["6cd0c94b-c061-4213-87f2-0e292db61ef3"],"mac_address":"fa:16:3e:4f:6e:cd","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port","project_id":"fb8292ba053f40a39772c87818bfeba5","qos_policy_id":null,"admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:09Z","binding:vnic_type":"normal"}} 2018-11-09 08:26:09,864 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-2a1e6cdb-05cf-4c05-af24-dddbb8eedf99 2018-11-09 08:26:09,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:10,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-895e61c6-605a-48f3-9366-6d9cb90ca24b Date: Fri, 09 Nov 2018 08:26:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:10,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-895e61c6-605a-48f3-9366-6d9cb90ca24b 2018-11-09 08:26:10,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:10,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe5327da-37dd-454c-8036-49b9dc86ce6a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:10,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-fe5327da-37dd-454c-8036-49b9dc86ce6a 2018-11-09 08:26:10,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:10,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bb82f857-2f0f-403a-98bd-348ed64af01d Date: Fri, 09 Nov 2018 08:26:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:10,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-bb82f857-2f0f-403a-98bd-348ed64af01d 2018-11-09 08:26:10,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:10,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-a84fe5e5-1862-4d71-9b5f-707b82531c1e Date: Fri, 09 Nov 2018 08:26:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.11"}],"id":"18b6c0b1-799a-4025-97af-91f79835ec56","security_groups":["6cd0c94b-c061-4213-87f2-0e292db61ef3"],"mac_address":"fa:16:3e:4f:6e:cd","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:09Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:26:10,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port&admin_state_up=True used request id req-a84fe5e5-1862-4d71-9b5f-707b82531c1e 2018-11-09 08:26:10,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:10,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd5ad8d-7c91-469f-a498-99be033920b2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:10,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-1bd5ad8d-7c91-469f-a498-99be033920b2 2018-11-09 08:26:10,553 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst 2018-11-09 08:26:10,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:10,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40153847-c0b1-42b5-b62e-64bfdc3af8f5 x-compute-request-id: req-40153847-c0b1-42b5-b62e-64bfdc3af8f5 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-flavor-name"}]} 2018-11-09 08:26:10,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-40153847-c0b1-42b5-b62e-64bfdc3af8f5 2018-11-09 08:26:10,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:10,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a292eb2-ce38-44df-a5e6-b0dc560a4e66 x-compute-request-id: req-2a292eb2-ce38-44df-a5e6-b0dc560a4e66 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:26:10,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db used request id req-2a292eb2-ce38-44df-a5e6-b0dc560a4e66 2018-11-09 08:26:10,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:10,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-e8d8bfaf-a31e-4148-aba2-65b9d62bd030 Date: Fri, 09 Nov 2018 08:26:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:25:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:26:00Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/snap", "metadata": {}}], "self": "/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "min_disk": 0, "protected": false, "id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "file": "/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fb8292ba053f40a39772c87818bfeba5", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4346e116-c4c4-4d92-ad1b-dde2469abe02/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image"} 2018-11-09 08:26:10,780 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image used request id req-e8d8bfaf-a31e-4148-aba2-65b9d62bd030 2018-11-09 08:26:10,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:10,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-63d7d0c7-5efb-4983-a4e8-d8a56695b3cc Date: Fri, 09 Nov 2018 08:26:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:26:10,936 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-63d7d0c7-5efb-4983-a4e8-d8a56695b3cc 2018-11-09 08:26:10,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" -d '{"server": {"name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "imageRef": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "flavorRef": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "max_count": 1, "min_count": 1, "networks": [{"port": "18b6c0b1-799a-4025-97af-91f79835ec56"}]}}' 2018-11-09 08:26:12,233 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:26:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e45d2d20-120c-40bd-9b7d-532a97cee645 x-compute-request-id: req-e45d2d20-120c-40bd-9b7d-532a97cee645 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "adminPass": "Knhy7KwCYY4N"}} 2018-11-09 08:26:12,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-e45d2d20-120c-40bd-9b7d-532a97cee645 2018-11-09 08:26:12,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:12,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26: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-2b23de32-69bf-4341-bf07-a2c4a2af337d x-compute-request-id: req-2b23de32-69bf-4341-bf07-a2c4a2af337d 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.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:26:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:12,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-2b23de32-69bf-4341-bf07-a2c4a2af337d 2018-11-09 08:26:12,596 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst 2018-11-09 08:26:12,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:12,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26: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-5f18e78b-6bc5-48b4-93e4-9777288b799c x-compute-request-id: req-5f18e78b-6bc5-48b4-93e4-9777288b799c 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.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:26:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:12,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-5f18e78b-6bc5-48b4-93e4-9777288b799c 2018-11-09 08:26:12,843 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst] is - BUILD 2018-11-09 08:26:12,843 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:26:15,846 - create_instance - DEBUG - VM status query timeout in 896.749812126 2018-11-09 08:26:15,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:16,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc1acb8a-4c89-47fc-b3a6-75833cbba636 x-compute-request-id: req-cc1acb8a-4c89-47fc-b3a6-75833cbba636 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.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "security_groups": [{"name": "default"}], "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:26:13Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:16,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-cc1acb8a-4c89-47fc-b3a6-75833cbba636 2018-11-09 08:26:16,328 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst] is - BUILD 2018-11-09 08:26:16,328 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:26:19,331 - create_instance - DEBUG - VM status query timeout in 893.264714956 2018-11-09 08:26:19,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:19,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05a3e13c-efa5-41f7-849d-360dcac7cf38 x-compute-request-id: req-05a3e13c-efa5-41f7-849d-360dcac7cf38 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6e:cd", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "security_groups": [{"name": "default"}], "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:19Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:19,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-05a3e13c-efa5-41f7-849d-360dcac7cf38 2018-11-09 08:26:19,871 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst] is - ACTIVE 2018-11-09 08:26:19,871 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:26:19,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:20,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70bd8125-4de6-4751-a23c-cf8415994746 x-compute-request-id: req-70bd8125-4de6-4751-a23c-cf8415994746 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6e:cd", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "security_groups": [{"name": "default"}], "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:19Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:20,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-70bd8125-4de6-4751-a23c-cf8415994746 2018-11-09 08:26:20,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:20,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c0d8dc0f-28b7-4a39-b123-c956a036b7e7 Date: Fri, 09 Nov 2018 08:26: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":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:20,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-c0d8dc0f-28b7-4a39-b123-c956a036b7e7 2018-11-09 08:26:20,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:20,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83471352-8d23-4fc7-a235-de7d60d661b6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:20,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-83471352-8d23-4fc7-a235-de7d60d661b6 2018-11-09 08:26:20,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:21,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e3777b37-78f6-47bd-b8b2-edeb24b8336c Date: Fri, 09 Nov 2018 08:26:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:21,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-e3777b37-78f6-47bd-b8b2-edeb24b8336c 2018-11-09 08:26:21,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:21,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-daa94d79-3c97-4d35-b33f-e95dd5a14462 Date: Fri, 09 Nov 2018 08:26:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.11"}],"id":"18b6c0b1-799a-4025-97af-91f79835ec56","security_groups":["6cd0c94b-c061-4213-87f2-0e292db61ef3"],"mac_address":"fa:16:3e:4f:6e:cd","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:09Z","binding:vnic_type":"normal","device_id":"14faae64-1f81-4d7a-baf1-24c6fb8788d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.3"}],"id":"7813cc7f-1aa0-4a7e-a38b-a16cba2b07cb","security_groups":[],"mac_address":"fa:16:3e:dc:73:86","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53c39a3a-b06d-4fa4-853d-421675321988"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.2"}],"id":"9553af0c-b70b-4e7c-a3cb-ecd8f01b1f70","security_groups":[],"mac_address":"fa:16:3e:8e:29:1b","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53c39a3a-b06d-4fa4-853d-421675321988"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.4"}],"id":"ac71b520-5701-418c-a824-1635817fb25c","security_groups":[],"mac_address":"fa:16:3e:70:0a:71","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53c39a3a-b06d-4fa4-853d-421675321988"}]} 2018-11-09 08:26:21,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-daa94d79-3c97-4d35-b33f-e95dd5a14462 2018-11-09 08:26:21,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:21,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:21,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "560f3be3cf4641a9b7dcec4427336cbb", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role"}], "expires_at": "2018-11-09T09:26:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb8292ba053f40a39772c87818bfeba5", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-user", "id": "80b0a2ba710b41a4b9bfa2c5fc20d234"}, "audit_ids": ["ZPp4Hu0oRh6Hkv3uqKB-FQ"], "issued_at": "2018-11-09T08:26:21.000000Z"}} 2018-11-09 08:26:21,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:21,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f65b143-c100-44dc-891c-bd028a7380f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:21,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9f65b143-c100-44dc-891c-bd028a7380f7 2018-11-09 08:26:21,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:22,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4a30b30a-2358-407d-9896-7decdf6ef009 Date: Fri, 09 Nov 2018 08:26:22 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:26:22,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name&description=hello+group used request id req-4a30b30a-2358-407d-9896-7decdf6ef009 2018-11-09 08:26:22,055 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name... 2018-11-09 08:26:22,055 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name 2018-11-09 08:26:22,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" -d '{"security_group": {"name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name", "description": "hello group"}}' 2018-11-09 08:26:22,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-cad7f795-7f10-4886-9439-8d651b528d5b Date: Fri, 09 Nov 2018 08:26:22 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "updated_at": "2018-11-09T08:26:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "revision_number": 0, "id": "1129e11d-c802-4156-bb3b-d024e3f8db42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb8292ba053f40a39772c87818bfeba5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "revision_number": 0, "id": "1db3298e-3fd8-4698-925c-f7e9cd89c814", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb8292ba053f40a39772c87818bfeba5"}], "revision_number": 2, "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "678c323c-fb66-4113-8643-4af865f2f056", "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name"}} 2018-11-09 08:26:22,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-cad7f795-7f10-4886-9439-8d651b528d5b 2018-11-09 08:26:22,587 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c323c-fb66-4113-8643-4af865f2f056 2018-11-09 08:26:22,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=678c323c-fb66-4113-8643-4af865f2f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:22,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-48dedd83-712b-4301-a323-3c7b4a79e164 Date: Fri, 09 Nov 2018 08:26:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "1129e11d-c802-4156-bb3b-d024e3f8db42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "1db3298e-3fd8-4698-925c-f7e9cd89c814"}]} 2018-11-09 08:26:22,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=678c323c-fb66-4113-8643-4af865f2f056 used request id req-48dedd83-712b-4301-a323-3c7b4a79e164 2018-11-09 08:26:22,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c323c-fb66-4113-8643-4af865f2f056 2018-11-09 08:26:22,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=678c323c-fb66-4113-8643-4af865f2f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:22,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a8a4286f-2a62-4097-a453-db8bed28454f Date: Fri, 09 Nov 2018 08:26:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "1129e11d-c802-4156-bb3b-d024e3f8db42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "1db3298e-3fd8-4698-925c-f7e9cd89c814"}]} 2018-11-09 08:26:22,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=678c323c-fb66-4113-8643-4af865f2f056 used request id req-a8a4286f-2a62-4097-a453-db8bed28454f 2018-11-09 08:26:22,931 - neutron_utils - INFO - Retrieving security group with ID - 678c323c-fb66-4113-8643-4af865f2f056 2018-11-09 08:26:22,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=678c323c-fb66-4113-8643-4af865f2f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:23,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-266be6ae-b9f7-47f1-88ed-83395ac820b7 Date: Fri, 09 Nov 2018 08:26:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "updated_at": "2018-11-09T08:26:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "revision_number": 0, "id": "1129e11d-c802-4156-bb3b-d024e3f8db42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb8292ba053f40a39772c87818bfeba5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "revision_number": 0, "id": "1db3298e-3fd8-4698-925c-f7e9cd89c814", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb8292ba053f40a39772c87818bfeba5"}], "revision_number": 2, "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "678c323c-fb66-4113-8643-4af865f2f056", "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name"}]} 2018-11-09 08:26:23,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=678c323c-fb66-4113-8643-4af865f2f056 used request id req-266be6ae-b9f7-47f1-88ed-83395ac820b7 2018-11-09 08:26:23,112 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c323c-fb66-4113-8643-4af865f2f056 2018-11-09 08:26:23,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=678c323c-fb66-4113-8643-4af865f2f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:23,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cc6963d2-665f-4212-8b10-17b81debf442 Date: Fri, 09 Nov 2018 08:26:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "1129e11d-c802-4156-bb3b-d024e3f8db42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "1db3298e-3fd8-4698-925c-f7e9cd89c814"}]} 2018-11-09 08:26:23,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=678c323c-fb66-4113-8643-4af865f2f056 used request id req-cc6963d2-665f-4212-8b10-17b81debf442 2018-11-09 08:26:23,295 - neutron_utils - INFO - Retrieving security group with ID - 678c323c-fb66-4113-8643-4af865f2f056 2018-11-09 08:26:23,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=678c323c-fb66-4113-8643-4af865f2f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:23,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-8a01c44b-ccb4-46c3-bc88-76c72c0e5c13 Date: Fri, 09 Nov 2018 08:26:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "updated_at": "2018-11-09T08:26:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "revision_number": 0, "id": "1129e11d-c802-4156-bb3b-d024e3f8db42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb8292ba053f40a39772c87818bfeba5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "revision_number": 0, "id": "1db3298e-3fd8-4698-925c-f7e9cd89c814", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb8292ba053f40a39772c87818bfeba5"}], "revision_number": 2, "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "678c323c-fb66-4113-8643-4af865f2f056", "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name"}]} 2018-11-09 08:26:23,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=678c323c-fb66-4113-8643-4af865f2f056 used request id req-8a01c44b-ccb4-46c3-bc88-76c72c0e5c13 2018-11-09 08:26:23,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c323c-fb66-4113-8643-4af865f2f056 2018-11-09 08:26:23,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=678c323c-fb66-4113-8643-4af865f2f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:23,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-53e70ef9-f9fa-4d5a-8d30-a43207fd39a4 Date: Fri, 09 Nov 2018 08:26:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "1129e11d-c802-4156-bb3b-d024e3f8db42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "1db3298e-3fd8-4698-925c-f7e9cd89c814"}]} 2018-11-09 08:26:23,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=678c323c-fb66-4113-8643-4af865f2f056 used request id req-53e70ef9-f9fa-4d5a-8d30-a43207fd39a4 2018-11-09 08:26:23,377 - neutron_utils - INFO - Retrieving security group with ID - 678c323c-fb66-4113-8643-4af865f2f056 2018-11-09 08:26:23,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=678c323c-fb66-4113-8643-4af865f2f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:23,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9c92d184-32bf-41c3-a74d-51f8e8053a69 Date: Fri, 09 Nov 2018 08:26:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "updated_at": "2018-11-09T08:26:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "revision_number": 0, "id": "1129e11d-c802-4156-bb3b-d024e3f8db42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb8292ba053f40a39772c87818bfeba5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "revision_number": 0, "id": "1db3298e-3fd8-4698-925c-f7e9cd89c814", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb8292ba053f40a39772c87818bfeba5"}], "revision_number": 2, "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "678c323c-fb66-4113-8643-4af865f2f056", "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name"}]} 2018-11-09 08:26:23,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=678c323c-fb66-4113-8643-4af865f2f056 used request id req-9c92d184-32bf-41c3-a74d-51f8e8053a69 2018-11-09 08:26:23,430 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c323c-fb66-4113-8643-4af865f2f056 2018-11-09 08:26:23,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=678c323c-fb66-4113-8643-4af865f2f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:23,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9767fda6-d543-4aa9-be17-20fd527f6921 Date: Fri, 09 Nov 2018 08:26:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "1129e11d-c802-4156-bb3b-d024e3f8db42"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:22Z", "security_group_id": "678c323c-fb66-4113-8643-4af865f2f056", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:22Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "1db3298e-3fd8-4698-925c-f7e9cd89c814"}]} 2018-11-09 08:26:23,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=678c323c-fb66-4113-8643-4af865f2f056 used request id req-9767fda6-d543-4aa9-be17-20fd527f6921 2018-11-09 08:26:23,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:24,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-111c0c80-56f3-44ec-9f60-27676c7fd170 x-compute-request-id: req-111c0c80-56f3-44ec-9f60-27676c7fd170 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6e:cd", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "security_groups": [{"name": "default"}], "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:19Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:24,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-111c0c80-56f3-44ec-9f60-27676c7fd170 2018-11-09 08:26:24,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:24,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a78797ac-8f5c-4db5-9bcd-66344c657a5e Date: Fri, 09 Nov 2018 08:26: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":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:24,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-a78797ac-8f5c-4db5-9bcd-66344c657a5e 2018-11-09 08:26:24,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:24,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a75676a8-6fdc-4b72-8859-ee8ad7c2924f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:24,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-a75676a8-6fdc-4b72-8859-ee8ad7c2924f 2018-11-09 08:26:24,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:24,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b6c98302-9479-401a-bdeb-996bbe1132ec Date: Fri, 09 Nov 2018 08:26:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:24,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-b6c98302-9479-401a-bdeb-996bbe1132ec 2018-11-09 08:26:24,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:24,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-04bcc447-91b4-4274-81b7-09d0a48418d2 Date: Fri, 09 Nov 2018 08:26:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.11"}],"id":"18b6c0b1-799a-4025-97af-91f79835ec56","security_groups":["6cd0c94b-c061-4213-87f2-0e292db61ef3"],"mac_address":"fa:16:3e:4f:6e:cd","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:09Z","binding:vnic_type":"normal","device_id":"14faae64-1f81-4d7a-baf1-24c6fb8788d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.3"}],"id":"7813cc7f-1aa0-4a7e-a38b-a16cba2b07cb","security_groups":[],"mac_address":"fa:16:3e:dc:73:86","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53c39a3a-b06d-4fa4-853d-421675321988"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.2"}],"id":"9553af0c-b70b-4e7c-a3cb-ecd8f01b1f70","security_groups":[],"mac_address":"fa:16:3e:8e:29:1b","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53c39a3a-b06d-4fa4-853d-421675321988"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.4"}],"id":"ac71b520-5701-418c-a824-1635817fb25c","security_groups":[],"mac_address":"fa:16:3e:70:0a:71","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53c39a3a-b06d-4fa4-853d-421675321988"}]} 2018-11-09 08:26:24,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-04bcc447-91b4-4274-81b7-09d0a48418d2 2018-11-09 08:26:24,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:25,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "560f3be3cf4641a9b7dcec4427336cbb", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role"}], "expires_at": "2018-11-09T09:26:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb8292ba053f40a39772c87818bfeba5", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/fb8292ba053f40a39772c87818bfeba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-user", "id": "80b0a2ba710b41a4b9bfa2c5fc20d234"}, "audit_ids": ["7TuBx8ItRv6jvnarOHpSWg"], "issued_at": "2018-11-09T08:26:25.000000Z"}} 2018-11-09 08:26:25,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9e07caa46823bdeb121d33dfbe3e52bfc96caab" 2018-11-09 08:26:25,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e6913c0-b629-48c3-9d8b-f128c7685a11 x-compute-request-id: req-5e6913c0-b629-48c3-9d8b-f128c7685a11 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6e:cd", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "security_groups": [{"name": "default"}], "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:19Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:25,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-5e6913c0-b629-48c3-9d8b-f128c7685a11 2018-11-09 08:26:26,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:26,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c46dbaac-733a-4893-be6b-a12a8d931771 x-compute-request-id: req-c46dbaac-733a-4893-be6b-a12a8d931771 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6e:cd", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "security_groups": [{"name": "default"}], "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:19Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:26,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-c46dbaac-733a-4893-be6b-a12a8d931771 2018-11-09 08:26:26,544 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst] is - ACTIVE 2018-11-09 08:26:26,545 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:26:26,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:27,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ceaf540e-a9c2-4a0f-ad9a-43c80e9f0799 x-compute-request-id: req-ceaf540e-a9c2-4a0f-ad9a-43c80e9f0799 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6e:cd", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "security_groups": [{"name": "default"}], "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:19Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:27,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-ceaf540e-a9c2-4a0f-ad9a-43c80e9f0799 2018-11-09 08:26:27,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:27,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b7f27784-859c-461c-a189-554d53b7dc6a Date: Fri, 09 Nov 2018 08: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":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:27,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-b7f27784-859c-461c-a189-554d53b7dc6a 2018-11-09 08:26:27,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:27,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d8b2421-0aeb-44ff-85e3-4a7e50d118a4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:27,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-3d8b2421-0aeb-44ff-85e3-4a7e50d118a4 2018-11-09 08:26:27,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:27,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c6797fcd-8237-413c-9fff-22e2592345e4 Date: Fri, 09 Nov 2018 08:26:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:27,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-c6797fcd-8237-413c-9fff-22e2592345e4 2018-11-09 08:26:27,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:27,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-dd515856-021d-4e63-b789-fc3f07f53a84 Date: Fri, 09 Nov 2018 08:26:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.11"}],"id":"18b6c0b1-799a-4025-97af-91f79835ec56","security_groups":["6cd0c94b-c061-4213-87f2-0e292db61ef3"],"mac_address":"fa:16:3e:4f:6e:cd","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:09Z","binding:vnic_type":"normal","device_id":"14faae64-1f81-4d7a-baf1-24c6fb8788d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.3"}],"id":"7813cc7f-1aa0-4a7e-a38b-a16cba2b07cb","security_groups":[],"mac_address":"fa:16:3e:dc:73:86","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53c39a3a-b06d-4fa4-853d-421675321988"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.2"}],"id":"9553af0c-b70b-4e7c-a3cb-ecd8f01b1f70","security_groups":[],"mac_address":"fa:16:3e:8e:29:1b","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53c39a3a-b06d-4fa4-853d-421675321988"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.4"}],"id":"ac71b520-5701-418c-a824-1635817fb25c","security_groups":[],"mac_address":"fa:16:3e:70:0a:71","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53c39a3a-b06d-4fa4-853d-421675321988"}]} 2018-11-09 08:26:27,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-dd515856-021d-4e63-b789-fc3f07f53a84 2018-11-09 08:26:27,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:27,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7c23426-8fc6-4a25-b110-78f2f8ee7975 x-compute-request-id: req-f7c23426-8fc6-4a25-b110-78f2f8ee7975 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6e:cd", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "security_groups": [{"name": "default"}], "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:19Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:27,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-f7c23426-8fc6-4a25-b110-78f2f8ee7975 2018-11-09 08:26:27,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:27,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-28f7bc0a-bb0a-498a-859f-09170599a0b6 Date: Fri, 09 Nov 2018 08: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":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:27,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-28f7bc0a-bb0a-498a-859f-09170599a0b6 2018-11-09 08:26:27,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:27,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae97a369-fe53-4151-a4f6-3ebce2d855b3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:27,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-ae97a369-fe53-4151-a4f6-3ebce2d855b3 2018-11-09 08:26:27,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:28,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-48112d7f-e434-48d7-807b-733c09afcbbd Date: Fri, 09 Nov 2018 08:26:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:28,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-48112d7f-e434-48d7-807b-733c09afcbbd 2018-11-09 08:26:28,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:28,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-0ff4576d-6b1a-4d16-88bd-26fb53c831e7 Date: Fri, 09 Nov 2018 08:26:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.11"}],"id":"18b6c0b1-799a-4025-97af-91f79835ec56","security_groups":["6cd0c94b-c061-4213-87f2-0e292db61ef3"],"mac_address":"fa:16:3e:4f:6e:cd","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:09Z","binding:vnic_type":"normal","device_id":"14faae64-1f81-4d7a-baf1-24c6fb8788d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.3"}],"id":"7813cc7f-1aa0-4a7e-a38b-a16cba2b07cb","security_groups":[],"mac_address":"fa:16:3e:dc:73:86","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53c39a3a-b06d-4fa4-853d-421675321988"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.2"}],"id":"9553af0c-b70b-4e7c-a3cb-ecd8f01b1f70","security_groups":[],"mac_address":"fa:16:3e:8e:29:1b","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53c39a3a-b06d-4fa4-853d-421675321988"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.4"}],"id":"ac71b520-5701-418c-a824-1635817fb25c","security_groups":[],"mac_address":"fa:16:3e:70:0a:71","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53c39a3a-b06d-4fa4-853d-421675321988"}]} 2018-11-09 08:26:28,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-0ff4576d-6b1a-4d16-88bd-26fb53c831e7 2018-11-09 08:26:28,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name"}}' 2018-11-09 08:26:29,354 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:26:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e0541f9-e903-420e-ae52-73756be420d4 x-compute-request-id: req-4e0541f9-e903-420e-ae52-73756be420d4 Content-Length: 0 Content-Type: application/json 2018-11-09 08:26:29,354 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2/action used request id req-4e0541f9-e903-420e-ae52-73756be420d4 2018-11-09 08:26:29,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:29,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26: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-a2fb01dc-f812-4517-b03b-dcaeb7bdc6f5 x-compute-request-id: req-a2fb01dc-f812-4517-b03b-dcaeb7bdc6f5 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6e:cd", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "security_groups": [{"name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name"}, {"name": "default"}], "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:19Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:29,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-a2fb01dc-f812-4517-b03b-dcaeb7bdc6f5 2018-11-09 08:26:29,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:29,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8c51e9f9-61d1-403f-b2bb-e983225e7f25 Date: Fri, 09 Nov 2018 08: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":["43ee8ea8-1760-4446-b54b-5f58ea7d2f0a"],"updated_at":"2018-11-09T08:26:03Z","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb8292ba053f40a39772c87818bfeba5","id":"53c39a3a-b06d-4fa4-853d-421675321988","name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net"}]} 2018-11-09 08:26:29,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net used request id req-8c51e9f9-61d1-403f-b2bb-e983225e7f25 2018-11-09 08:26:29,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:29,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-470ca24a-6249-4ab2-b2ed-94b2241db196 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:29,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-470ca24a-6249-4ab2-b2ed-94b2241db196 2018-11-09 08:26:30,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:30,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6166f204-29fe-452a-b9f1-c3c2f126d62f Date: Fri, 09 Nov 2018 08:26:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:03Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fb8292ba053f40a39772c87818bfeba5","id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet"}]} 2018-11-09 08:26:30,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-6166f204-29fe-452a-b9f1-c3c2f126d62f 2018-11-09 08:26:30,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:30,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-f3297a79-c110-4a0a-ad1b-96775f7f05a6 Date: Fri, 09 Nov 2018 08:26:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.11"}],"id":"18b6c0b1-799a-4025-97af-91f79835ec56","security_groups":["678c323c-fb66-4113-8643-4af865f2f056","6cd0c94b-c061-4213-87f2-0e292db61ef3"],"mac_address":"fa:16:3e:4f:6e:cd","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:09Z","binding:vnic_type":"normal","device_id":"14faae64-1f81-4d7a-baf1-24c6fb8788d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.3"}],"id":"7813cc7f-1aa0-4a7e-a38b-a16cba2b07cb","security_groups":[],"mac_address":"fa:16:3e:dc:73:86","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53c39a3a-b06d-4fa4-853d-421675321988"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.2"}],"id":"9553af0c-b70b-4e7c-a3cb-ecd8f01b1f70","security_groups":[],"mac_address":"fa:16:3e:8e:29:1b","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53c39a3a-b06d-4fa4-853d-421675321988"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43ee8ea8-1760-4446-b54b-5f58ea7d2f0a","ip_address":"10.55.0.4"}],"id":"ac71b520-5701-418c-a824-1635817fb25c","security_groups":[],"mac_address":"fa:16:3e:70:0a:71","project_id":"fb8292ba053f40a39772c87818bfeba5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53c39a3a-b06d-4fa4-853d-421675321988","tenant_id":"fb8292ba053f40a39772c87818bfeba5","created_at":"2018-11-09T08:26:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53c39a3a-b06d-4fa4-853d-421675321988"}]} 2018-11-09 08:26:30,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=53c39a3a-b06d-4fa4-853d-421675321988 used request id req-f3297a79-c110-4a0a-ad1b-96775f7f05a6 2018-11-09 08:26:30,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9e07caa46823bdeb121d33dfbe3e52bfc96caab" 2018-11-09 08:26:31,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-b5ea293a-478f-47e5-b790-fd48016fdf81 x-compute-request-id: req-b5ea293a-478f-47e5-b790-fd48016fdf81 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6e:cd", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "security_groups": [{"name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name"}, {"name": "default"}], "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:19Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:31,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-b5ea293a-478f-47e5-b790-fd48016fdf81 2018-11-09 08:26:31,055 - create_instance - INFO - Deleting Port with ID - 18b6c0b1-799a-4025-97af-91f79835ec56 2018-11-09 08:26:31,055 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-port 2018-11-09 08:26:31,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/18b6c0b1-799a-4025-97af-91f79835ec56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:31,460 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f6875df6-f478-4eee-9b64-848013fa0808 Date: Fri, 09 Nov 2018 08:26:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:26:31,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/18b6c0b1-799a-4025-97af-91f79835ec56 used request id req-f6875df6-f478-4eee-9b64-848013fa0808 2018-11-09 08:26:31,461 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst 2018-11-09 08:26:31,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:31,613 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:26:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a46b35b4-b7be-4d1e-b68d-ed2abcebf95c x-compute-request-id: req-a46b35b4-b7be-4d1e-b68d-ed2abcebf95c Content-Type: application/json 2018-11-09 08:26:31,613 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-a46b35b4-b7be-4d1e-b68d-ed2abcebf95c 2018-11-09 08:26:31,613 - create_instance - INFO - Checking deletion status 2018-11-09 08:26:31,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:31,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-547e9eb1-decd-4734-8149-bccab934cb6b x-compute-request-id: req-547e9eb1-decd-4734-8149-bccab934cb6b Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:6e:cd", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:31Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:31,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-547e9eb1-decd-4734-8149-bccab934cb6b 2018-11-09 08:26:31,714 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst] is - ACTIVE 2018-11-09 08:26:31,714 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:26:34,717 - create_instance - DEBUG - VM status query timeout in 296.896142006 2018-11-09 08:26:34,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:35,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01f6ae15-6b03-4f14-bab5-66966f421043 x-compute-request-id: req-01f6ae15-6b03-4f14-bab5-66966f421043 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.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2", "rel": "bookmark"}], "image": {"id": "4346e116-c4c4-4d92-ad1b-dde2469abe02", "links": [{"href": "http://172.30.9.27:8774/images/4346e116-c4c4-4d92-ad1b-dde2469abe02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:26:19.000000", "flavor": {"id": "a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "links": [{"href": "http://172.30.9.27:8774/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db", "rel": "bookmark"}]}, "id": "14faae64-1f81-4d7a-baf1-24c6fb8788d2", "user_id": "80b0a2ba710b41a4b9bfa2c5fc20d234", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:26:31Z", "hostId": "59f7e5de2f6082a7491eaeb0dce598080f2d16d9c68fcaa54f99524b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst", "created": "2018-11-09T08:26:12Z", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:26:35,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-01f6ae15-6b03-4f14-bab5-66966f421043 2018-11-09 08:26:35,098 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst] is - ACTIVE 2018-11-09 08:26:35,098 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:26:38,102 - create_instance - DEBUG - VM status query timeout in 293.511789083 2018-11-09 08:26:38,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963a6256d3edc8eef8e874f77a514d70cc6b8b1b" 2018-11-09 08:26:38,151 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:26:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-197e4d86-8378-47fd-bad0-8dd07b8f692a x-compute-request-id: req-197e4d86-8378-47fd-bad0-8dd07b8f692a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 14faae64-1f81-4d7a-baf1-24c6fb8788d2 could not be found.", "code": 404}} 2018-11-09 08:26:38,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/14faae64-1f81-4d7a-baf1-24c6fb8788d2 used request id req-197e4d86-8378-47fd-bad0-8dd07b8f692a 2018-11-09 08:26:38,152 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 14faae64-1f81-4d7a-baf1-24c6fb8788d2 could not be found. (HTTP 404) (Request-ID: req-197e4d86-8378-47fd-bad0-8dd07b8f692a) 2018-11-09 08:26:38,152 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-inst 2018-11-09 08:26:38,153 - neutron_utils - INFO - Deleting security group rule with ID - 1db3298e-3fd8-4698-925c-f7e9cd89c814 2018-11-09 08:26:38,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/1db3298e-3fd8-4698-925c-f7e9cd89c814 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:38,429 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6aa37802-bdf4-422c-9063-26d45a0e6e6f Content-Length: 0 Date: Fri, 09 Nov 2018 08:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:26:38,429 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/1db3298e-3fd8-4698-925c-f7e9cd89c814 used request id req-6aa37802-bdf4-422c-9063-26d45a0e6e6f 2018-11-09 08:26:38,429 - neutron_utils - INFO - Deleting security group rule with ID - 1129e11d-c802-4156-bb3b-d024e3f8db42 2018-11-09 08:26:38,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/1129e11d-c802-4156-bb3b-d024e3f8db42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:38,691 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82248863-f09b-4332-8462-cfaf6b7bea42 Content-Length: 0 Date: Fri, 09 Nov 2018 08:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:26:38,691 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/1129e11d-c802-4156-bb3b-d024e3f8db42 used request id req-82248863-f09b-4332-8462-cfaf6b7bea42 2018-11-09 08:26:38,692 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-name 2018-11-09 08:26:38,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/678c323c-fb66-4113-8643-4af865f2f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b712816e7265b84df8e96f5f3b3693ff09bb4ed1" 2018-11-09 08:26:38,963 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9891cad-471c-4460-a540-6d89b417bed3 Content-Length: 0 Date: Fri, 09 Nov 2018 08:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:26:38,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/678c323c-fb66-4113-8643-4af865f2f056 used request id req-c9891cad-471c-4460-a540-6d89b417bed3 2018-11-09 08:26:38,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2425737becab379702cefe8c8bb93b289faa7a0b" 2018-11-09 08:26:39,004 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:26:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-709b64bb-12da-48c4-8495-2c7eccc2261f x-compute-request-id: req-709b64bb-12da-48c4-8495-2c7eccc2261f Content-Length: 0 Content-Type: application/json 2018-11-09 08:26:39,004 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a6273e1c-6880-4fe1-b9fc-4649d66cd2db used request id req-709b64bb-12da-48c4-8495-2c7eccc2261f 2018-11-09 08:26:39,005 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet 2018-11-09 08:26:39,005 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-subnet 2018-11-09 08:26:39,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/43ee8ea8-1760-4446-b54b-5f58ea7d2f0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d4d8ccbfec4bd069aca979581191f1ee3ff8a5" 2018-11-09 08:26:41,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-910f07c3-c13c-4d0e-a311-b66e4e844be9 Date: Fri, 09 Nov 2018 08:26:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:26:41,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/43ee8ea8-1760-4446-b54b-5f58ea7d2f0a used request id req-910f07c3-c13c-4d0e-a311-b66e4e844be9 2018-11-09 08:26:41,320 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-pub-net 2018-11-09 08:26:41,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/53c39a3a-b06d-4fa4-853d-421675321988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d4d8ccbfec4bd069aca979581191f1ee3ff8a5" 2018-11-09 08:26:42,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9eef39f5-a037-49db-9615-45fa41cc321a Date: Fri, 09 Nov 2018 08:26:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:26:42,857 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/53c39a3a-b06d-4fa4-853d-421675321988 used request id req-9eef39f5-a037-49db-9615-45fa41cc321a 2018-11-09 08:26:42,857 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-d630ee48-ecb6-400a-b432-f5665985b3f6-image 2018-11-09 08:26:42,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}565f6e1175000ac9c73cf12dcf8322a3a1eeb2fa" 2018-11-09 08:26:45,244 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aba8114d-e33a-4fc2-aa23-9e615e0ed51b Date: Fri, 09 Nov 2018 08:26:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:26:45,244 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4346e116-c4c4-4d92-ad1b-dde2469abe02 used request id req-aba8114d-e33a-4fc2-aa23-9e615e0ed51b 2018-11-09 08:26:45,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:26:45,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5dc56268-39eb-4dac-9112-2fcce19ea6b6 Date: Fri, 09 Nov 2018 08:26:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:02Z", "updated_at": "2018-11-09T08:26:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:02Z", "revision_number": 0, "id": "06d059be-4acd-443c-815a-15bc99ec0b25", "remote_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:02Z", "security_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb8292ba053f40a39772c87818bfeba5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:02Z", "revision_number": 0, "id": "29e52467-d002-4e95-b2f8-f9171e010af0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:02Z", "security_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb8292ba053f40a39772c87818bfeba5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:02Z", "revision_number": 0, "id": "83a21732-8bbc-4b28-b2d6-9c0179b3ca61", "remote_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:02Z", "security_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb8292ba053f40a39772c87818bfeba5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:02Z", "revision_number": 0, "id": "f4750e45-8f6a-4a6f-ae3c-91de2312b218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:02Z", "security_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb8292ba053f40a39772c87818bfeba5"}], "revision_number": 4, "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:26:45,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-5dc56268-39eb-4dac-9112-2fcce19ea6b6 2018-11-09 08:26:45,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:26:45,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7113fe98-e670-41a5-b0fd-7a83d98d94ec 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:26:45,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-7113fe98-e670-41a5-b0fd-7a83d98d94ec 2018-11-09 08:26:45,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:26:45,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af340eca-b42c-4698-a5c2-f1840d796253 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5"}, "enabled": true, "id": "fb8292ba053f40a39772c87818bfeba5", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-8c99e12a-e606-49c-proj"}} 2018-11-09 08:26:45,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-af340eca-b42c-4698-a5c2-f1840d796253 2018-11-09 08:26:45,676 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6cd0c94b-c061-4213-87f2-0e292db61ef3 2018-11-09 08:26:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6cd0c94b-c061-4213-87f2-0e292db61ef3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:26:45,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-95ea893e-e5cc-4d54-a84b-e0d3a0517b48 Date: Fri, 09 Nov 2018 08:26:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:02Z", "security_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:02Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "06d059be-4acd-443c-815a-15bc99ec0b25"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:02Z", "security_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:02Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "29e52467-d002-4e95-b2f8-f9171e010af0"}, {"remote_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:02Z", "security_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:02Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "83a21732-8bbc-4b28-b2d6-9c0179b3ca61"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:02Z", "security_group_id": "6cd0c94b-c061-4213-87f2-0e292db61ef3", "port_range_min": null, "revision_number": 0, "tenant_id": "fb8292ba053f40a39772c87818bfeba5", "created_at": "2018-11-09T08:26:02Z", "project_id": "fb8292ba053f40a39772c87818bfeba5", "id": "f4750e45-8f6a-4a6f-ae3c-91de2312b218"}]} 2018-11-09 08:26:45,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6cd0c94b-c061-4213-87f2-0e292db61ef3 used request id req-95ea893e-e5cc-4d54-a84b-e0d3a0517b48 2018-11-09 08:26:45,848 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:26:45,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6cd0c94b-c061-4213-87f2-0e292db61ef3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:26:46,141 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c6be0cf-d7a3-4812-84a7-892952ca2f49 Content-Length: 0 Date: Fri, 09 Nov 2018 08:26:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:26:46,141 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6cd0c94b-c061-4213-87f2-0e292db61ef3 used request id req-6c6be0cf-d7a3-4812-84a7-892952ca2f49 2018-11-09 08:26:46,142 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-8c99e12a-e606-49c-proj 2018-11-09 08:26:46,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:26:46,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:26:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c115cf0c-3513-46d8-ac5e-352377f80c69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:26:46,342 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/fb8292ba053f40a39772c87818bfeba5 used request id req-c115cf0c-3513-46d8-ac5e-352377f80c69 2018-11-09 08:26:46,342 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-8c99e12a-e606-49c-proj-role 2018-11-09 08:26:46,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/560f3be3cf4641a9b7dcec4427336cbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:26:46,446 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:26:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43f7256c-a1d2-47e6-abf6-e733a7d864a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:26:46,447 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/560f3be3cf4641a9b7dcec4427336cbb used request id req-43f7256c-a1d2-47e6-abf6-e733a7d864a5 2018-11-09 08:26:46,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811cb605c0f78293a56b522756674986d7cb759a" 2018-11-09 08:26:46,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb84589-4def-41aa-8013-40d00a857b40 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:26:46,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3fb84589-4def-41aa-8013-40d00a857b40 2018-11-09 08:26:46,540 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-8c99e12a-e606-49c-user 2018-11-09 08:26:46,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/80b0a2ba710b41a4b9bfa2c5fc20d234 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b84d40e322550a7b176bd17bdfd0a8e24a9516" 2018-11-09 08:26:46,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:26:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fa79c66-78e4-4ce9-b675-fdadb3f1a82f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:26:46,728 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/80b0a2ba710b41a4b9bfa2c5fc20d234 used request id req-0fa79c66-78e4-4ce9-b675-fdadb3f1a82f 2018-11-09 08:26:46,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:47,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:26:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["vQXGLWlMQmCdyHjeVy3o_g"], "issued_at": "2018-11-09T08:26:46.000000Z"}} 2018-11-09 08:26:47,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3eee30315a82c2b544fd3f03bf0ac6a2fe70fccb" 2018-11-09 08:26:47,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-784f13c1-9f1a-421b-8448-9abbabdd1b85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:47,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-784f13c1-9f1a-421b-8448-9abbabdd1b85 2018-11-09 08:26:47,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:47,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:47,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:26:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["_GPNfRufThSl76pCOyVB5w"], "issued_at": "2018-11-09T08:26:47.000000Z"}} 2018-11-09 08:26:47,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:26:47,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3040d055-a7d0-492f-aa9d-c5e1b468e461 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:47,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3040d055-a7d0-492f-aa9d-c5e1b468e461 2018-11-09 08:26:47,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:26:47,673 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:26: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:26:47,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:26:47,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d3020c-6154-4e8d-9344-10a997e96ef1 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:26:47,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj used request id req-67d3020c-6154-4e8d-9344-10a997e96ef1 2018-11-09 08:26:47,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:26:47,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f94b94f5-fdbb-43b5-80d8-ecca0f348cc1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:26:47,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f94b94f5-fdbb-43b5-80d8-ecca0f348cc1 2018-11-09 08:26:47,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}}' 2018-11-09 08:26:47,991 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:26:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34e9e01b-b064-4343-9608-c76a74c826fa Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:26:47,992 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-34e9e01b-b064-4343-9608-c76a74c826fa 2018-11-09 08:26:47,992 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj 2018-11-09 08:26:47,992 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:47,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:48,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["JL9A67D1RI6Eppg-I5vUvw"], "issued_at": "2018-11-09T08:26:48.000000Z"}} 2018-11-09 08:26:48,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce909ef19f9b2f0ae0c98fea01eafd319e987185" 2018-11-09 08:26:48,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51d64202-6c9f-4f49-9cfb-39333a62d37e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:48,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-51d64202-6c9f-4f49-9cfb-39333a62d37e 2018-11-09 08:26:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:26:48,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:26: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:26:48,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce909ef19f9b2f0ae0c98fea01eafd319e987185" 2018-11-09 08:26:48,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d493ff38-8147-4957-9b5b-c321daa14e21 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:26:48,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d493ff38-8147-4957-9b5b-c321daa14e21 2018-11-09 08:26:48,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce909ef19f9b2f0ae0c98fea01eafd319e987185" 2018-11-09 08:26:48,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feffb7cc-7a05-4696-91b6-645c0400eca7 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}]} 2018-11-09 08:26:48,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj used request id req-feffb7cc-7a05-4696-91b6-645c0400eca7 2018-11-09 08:26:48,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce909ef19f9b2f0ae0c98fea01eafd319e987185" 2018-11-09 08:26:48,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feae7ec5-c843-47cd-9a18-4de03b670987 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:26:48,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-feae7ec5-c843-47cd-9a18-4de03b670987 2018-11-09 08:26:49,081 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-ff6b9893-44ca-4a5-user 2018-11-09 08:26:49,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:49,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:26:49,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-225eb982-8821-4ab1-8495-222be51cb784 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:26:49,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-225eb982-8821-4ab1-8495-222be51cb784 2018-11-09 08:26:49,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" -d '{"role": {"name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role"}}' 2018-11-09 08:26:49,309 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:26:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59775fe3-af9f-4eb2-93d5-48155b1e6cdf Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e48bf07e49734c689eb24b3b2b93ccbd", "links": {"self": "http://172.30.9.27:5000/v3/roles/e48bf07e49734c689eb24b3b2b93ccbd"}, "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role"}} 2018-11-09 08:26:49,309 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-59775fe3-af9f-4eb2-93d5-48155b1e6cdf 2018-11-09 08:26:49,309 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role 2018-11-09 08:26:49,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/e48bf07e49734c689eb24b3b2b93ccbd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:26:49,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9498c4f6-51bf-4c85-b195-27796a2aad27 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/e48bf07e49734c689eb24b3b2b93ccbd"}, "domain_id": null, "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role", "id": "e48bf07e49734c689eb24b3b2b93ccbd"}} 2018-11-09 08:26:49,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/e48bf07e49734c689eb24b3b2b93ccbd used request id req-9498c4f6-51bf-4c85-b195-27796a2aad27 2018-11-09 08:26:49,393 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role to project InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj 2018-11-09 08:26:49,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd/users/22309ff507754b4981507a09cbc1e24b/roles/e48bf07e49734c689eb24b3b2b93ccbd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:26:49,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:26:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6dea79c-ffa4-4c47-ac76-aaf3e9d35c48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:26:49,569 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd/users/22309ff507754b4981507a09cbc1e24b/roles/e48bf07e49734c689eb24b3b2b93ccbd used request id req-b6dea79c-ffa4-4c47-ac76-aaf3e9d35c48 2018-11-09 08:26:49,570 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:26:49,571 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:26:49,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:49,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:49,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e48bf07e49734c689eb24b3b2b93ccbd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role"}], "expires_at": "2018-11-09T09:26:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12feba776cc44e55982d1c2b235c26bd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-user", "id": "22309ff507754b4981507a09cbc1e24b"}, "audit_ids": ["upSwhcMRQd6jqsozrCKqyA"], "issued_at": "2018-11-09T08:26:49.000000Z"}} 2018-11-09 08:26:49,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6520b3945d66356729d8f0b610a99c46de84ce0e" 2018-11-09 08:26:50,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c076346-bb15-4634-a595-2703c03d9b3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:50,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2c076346-bb15-4634-a595-2703c03d9b3e 2018-11-09 08:26:50,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6520b3945d66356729d8f0b610a99c46de84ce0e" 2018-11-09 08:26:50,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-6482c7d0-2974-49be-8ffd-54e6f1380a8c Date: Fri, 09 Nov 2018 08:26:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image"} 2018-11-09 08:26:50,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image used request id req-6482c7d0-2974-49be-8ffd-54e6f1380a8c 2018-11-09 08:26:50,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6520b3945d66356729d8f0b610a99c46de84ce0e" 2018-11-09 08:26:50,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8f7f15da-552a-4790-9d05-48b58ca34e82 Date: Fri, 09 Nov 2018 08:26:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:26:50,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-8f7f15da-552a-4790-9d05-48b58ca34e82 2018-11-09 08:26:50,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6520b3945d66356729d8f0b610a99c46de84ce0e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image"}' 2018-11-09 08:26:50,587 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811 X-Openstack-Request-Id: req-44abda8d-5593-4061-9dd2-eb95ae58bb05 Date: Fri, 09 Nov 2018 08:26:50 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:26:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:26:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "min_disk": 0, "protected": false, "id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "file": "/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/file", "checksum": null, "owner": "12feba776cc44e55982d1c2b235c26bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:26:50,587 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-44abda8d-5593-4061-9dd2-eb95ae58bb05 2018-11-09 08:26:50,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6520b3945d66356729d8f0b610a99c46de84ce0e" -d '' 2018-11-09 08:26:52,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-90d3ad82-d77b-411f-90bf-3ed4a65ee9f3 Date: Fri, 09 Nov 2018 08:26:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:26:52,680 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/file used request id req-90d3ad82-d77b-411f-90bf-3ed4a65ee9f3 2018-11-09 08:26:52,680 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:26:52,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6520b3945d66356729d8f0b610a99c46de84ce0e" 2018-11-09 08:26:52,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-24d3b621-cea5-4025-96e3-3629156b0463 Date: Fri, 09 Nov 2018 08:26:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:26:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:26:52Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/snap", "metadata": {}}], "self": "/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "min_disk": 0, "protected": false, "id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "file": "/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "12feba776cc44e55982d1c2b235c26bd", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:26:52,863 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811 used request id req-24d3b621-cea5-4025-96e3-3629156b0463 2018-11-09 08:26:52,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6520b3945d66356729d8f0b610a99c46de84ce0e" 2018-11-09 08:26:53,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3040e12f-e527-4c7a-b2ea-cd89ec8cb1e2 Date: Fri, 09 Nov 2018 08:26:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:26:53,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-3040e12f-e527-4c7a-b2ea-cd89ec8cb1e2 2018-11-09 08:26:53,021 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image 2018-11-09 08:26:53,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6520b3945d66356729d8f0b610a99c46de84ce0e" 2018-11-09 08:26:53,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-b4a16053-d943-42de-a75b-b36d4d5db339 Date: Fri, 09 Nov 2018 08:26:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:26:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:26:52Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/snap", "metadata": {}}], "self": "/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "min_disk": 0, "protected": false, "id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "file": "/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "12feba776cc44e55982d1c2b235c26bd", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:26:53,187 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811 used request id req-b4a16053-d943-42de-a75b-b36d4d5db339 2018-11-09 08:26:53,188 - create_image - DEBUG - Instance status is - active 2018-11-09 08:26:53,188 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image 2018-11-09 08:26:53,188 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image 2018-11-09 08:26:53,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:53,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:53,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e48bf07e49734c689eb24b3b2b93ccbd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role"}], "expires_at": "2018-11-09T09:26:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12feba776cc44e55982d1c2b235c26bd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-user", "id": "22309ff507754b4981507a09cbc1e24b"}, "audit_ids": ["0Yrew15eSAye2zugf3JWVQ"], "issued_at": "2018-11-09T08:26:53.000000Z"}} 2018-11-09 08:26:53,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010a5382f3b1be42d7a01fa7171f8882a91fa93" 2018-11-09 08:26:53,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7de39af-d683-41a0-8450-d2f03987ef5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:53,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d7de39af-d683-41a0-8450-d2f03987ef5d 2018-11-09 08:26:53,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010a5382f3b1be42d7a01fa7171f8882a91fa93" 2018-11-09 08:26:53,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2b2b9bf4-c165-48e9-a482-72015ca97ebd Date: Fri, 09 Nov 2018 08:26:53 GMT RESP BODY: {"networks":[]} 2018-11-09 08:26:53,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-2b2b9bf4-c165-48e9-a482-72015ca97ebd 2018-11-09 08:26:53,827 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net 2018-11-09 08:26:53,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010a5382f3b1be42d7a01fa7171f8882a91fa93" -d '{"network": {"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net", "admin_state_up": true}}' 2018-11-09 08:26:54,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-514b0b3a-b902-41a3-bba6-1e256718b8c3 Date: Fri, 09 Nov 2018 08:26:54 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:26:54Z","is_default":false,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","mtu":1450}} 2018-11-09 08:26:54,385 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-514b0b3a-b902-41a3-bba6-1e256718b8c3 2018-11-09 08:26:54,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010a5382f3b1be42d7a01fa7171f8882a91fa93" 2018-11-09 08:26:54,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-d4933402-9dc4-4e2b-96e7-098e7ea29a06 Date: Fri, 09 Nov 2018 08:26:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:26:54Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:26:54,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-d4933402-9dc4-4e2b-96e7-098e7ea29a06 2018-11-09 08:26:54,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010a5382f3b1be42d7a01fa7171f8882a91fa93" 2018-11-09 08:26:54,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ec5ad458-6343-4741-a786-0d35cefeeecf Date: Fri, 09 Nov 2018 08:26:54 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:26:54,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-ec5ad458-6343-4741-a786-0d35cefeeecf 2018-11-09 08:26:54,806 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet 2018-11-09 08:26:54,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010a5382f3b1be42d7a01fa7171f8882a91fa93" -d '{"subnets": [{"ip_version": 4, "network_id": "5ca99dc5-6cb2-438f-9411-ed8ecb058afb", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]}' 2018-11-09 08:26:55,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-579dbcf3-201e-4e8d-a633-6e9161061a0c Date: Fri, 09 Nov 2018 08:26:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","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":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:26:55,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-579dbcf3-201e-4e8d-a633-6e9161061a0c 2018-11-09 08:26:55,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010a5382f3b1be42d7a01fa7171f8882a91fa93" 2018-11-09 08:26:55,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-05adfd20-3b55-42ce-a7a1-346f5273c848 Date: Fri, 09 Nov 2018 08:26: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":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:26:55,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-05adfd20-3b55-42ce-a7a1-346f5273c848 2018-11-09 08:26:55,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010a5382f3b1be42d7a01fa7171f8882a91fa93" 2018-11-09 08:26:55,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-55fb4e42-be44-4c29-82fd-fa3de70c566b Date: Fri, 09 Nov 2018 08:26:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:26:55,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-55fb4e42-be44-4c29-82fd-fa3de70c566b 2018-11-09 08:26:55,818 - OpenStackNetwork - DEBUG - Network [5ca99dc5-6cb2-438f-9411-ed8ecb058afb] created successfully 2018-11-09 08:26:55,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:55,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:56,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:26:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["0S1mz21lTwmYcD7N2-uogA"], "issued_at": "2018-11-09T08:26:56.000000Z"}} 2018-11-09 08:26:56,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}225eb9eb224f0e2927056041506e890f38e450b7" 2018-11-09 08:26:56,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4d6b147-37f1-40e8-aa9e-92b5b5392b12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:56,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f4d6b147-37f1-40e8-aa9e-92b5b5392b12 2018-11-09 08:26:56,359 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:26:56,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}225eb9eb224f0e2927056041506e890f38e450b7" 2018-11-09 08:26:56,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26: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-81bf5c89-4635-46b7-ba10-3820ec40ffaf x-compute-request-id: req-81bf5c89-4635-46b7-ba10-3820ec40ffaf Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:26:56,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-81bf5c89-4635-46b7-ba10-3820ec40ffaf 2018-11-09 08:26:56,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}225eb9eb224f0e2927056041506e890f38e450b7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:26:56,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26: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-0c8c4c11-3b40-437d-9974-5d1d1df978e3 x-compute-request-id: req-0c8c4c11-3b40-437d-9974-5d1d1df978e3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:26:56,605 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0c8c4c11-3b40-437d-9974-5d1d1df978e3 2018-11-09 08:26:56,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:56,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:56,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e48bf07e49734c689eb24b3b2b93ccbd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role"}], "expires_at": "2018-11-09T09:26:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12feba776cc44e55982d1c2b235c26bd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-user", "id": "22309ff507754b4981507a09cbc1e24b"}, "audit_ids": ["hzUplh_tR9uBQJsdN4t0IA"], "issued_at": "2018-11-09T08:26:57.000000Z"}} 2018-11-09 08:26:56,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:26:57,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01b7de33-dae5-4af7-ae0d-8a8f82eed45f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:57,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-01b7de33-dae5-4af7-ae0d-8a8f82eed45f 2018-11-09 08:26:57,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:26:57,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5e92935b-d7cf-4473-844b-b34ffa81d15e Date: Fri, 09 Nov 2018 08:26:57 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:26:57,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name&description=hello+group used request id req-5e92935b-d7cf-4473-844b-b34ffa81d15e 2018-11-09 08:26:57,251 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name... 2018-11-09 08:26:57,251 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name 2018-11-09 08:26:57,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" -d '{"security_group": {"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name", "description": "hello group"}}' 2018-11-09 08:26:57,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-cf868dcf-570a-41e6-ad76-7700595b6238 Date: Fri, 09 Nov 2018 08:26:57 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "updated_at": "2018-11-09T08:26:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "revision_number": 0, "id": "26c1a39b-d362-4e7e-8a43-26ee60072a15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "12feba776cc44e55982d1c2b235c26bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "revision_number": 0, "id": "53ec094d-a7ba-4da8-8b14-56a81ad757a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "12feba776cc44e55982d1c2b235c26bd"}], "revision_number": 2, "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}} 2018-11-09 08:26:57,594 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-cf868dcf-570a-41e6-ad76-7700595b6238 2018-11-09 08:26:57,595 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4fd15785-1286-4917-aafd-ce0a5674d35b 2018-11-09 08:26:57,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4fd15785-1286-4917-aafd-ce0a5674d35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:26:57,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ef3ce418-c3a5-47c6-a047-4d9fd3b7fd35 Date: Fri, 09 Nov 2018 08:26:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "26c1a39b-d362-4e7e-8a43-26ee60072a15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "53ec094d-a7ba-4da8-8b14-56a81ad757a0"}]} 2018-11-09 08:26:57,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4fd15785-1286-4917-aafd-ce0a5674d35b used request id req-ef3ce418-c3a5-47c6-a047-4d9fd3b7fd35 2018-11-09 08:26:57,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4fd15785-1286-4917-aafd-ce0a5674d35b 2018-11-09 08:26:57,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4fd15785-1286-4917-aafd-ce0a5674d35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:26:57,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7178ff25-7bdb-4531-a12d-5d2e818e8af1 Date: Fri, 09 Nov 2018 08:26:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "26c1a39b-d362-4e7e-8a43-26ee60072a15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "53ec094d-a7ba-4da8-8b14-56a81ad757a0"}]} 2018-11-09 08:26:57,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4fd15785-1286-4917-aafd-ce0a5674d35b used request id req-7178ff25-7bdb-4531-a12d-5d2e818e8af1 2018-11-09 08:26:57,941 - neutron_utils - INFO - Retrieving security group with ID - 4fd15785-1286-4917-aafd-ce0a5674d35b 2018-11-09 08:26:57,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=4fd15785-1286-4917-aafd-ce0a5674d35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:26:58,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ea3489c4-f9e6-4ef1-9c26-bad2fd212ccc Date: Fri, 09 Nov 2018 08:26:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "updated_at": "2018-11-09T08:26:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "revision_number": 0, "id": "26c1a39b-d362-4e7e-8a43-26ee60072a15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "12feba776cc44e55982d1c2b235c26bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "revision_number": 0, "id": "53ec094d-a7ba-4da8-8b14-56a81ad757a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "12feba776cc44e55982d1c2b235c26bd"}], "revision_number": 2, "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}]} 2018-11-09 08:26:58,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=4fd15785-1286-4917-aafd-ce0a5674d35b used request id req-ea3489c4-f9e6-4ef1-9c26-bad2fd212ccc 2018-11-09 08:26:58,130 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4fd15785-1286-4917-aafd-ce0a5674d35b 2018-11-09 08:26:58,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4fd15785-1286-4917-aafd-ce0a5674d35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:26:58,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-967e2b23-eb8b-4ec6-9f37-6802060bc116 Date: Fri, 09 Nov 2018 08:26:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "26c1a39b-d362-4e7e-8a43-26ee60072a15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "53ec094d-a7ba-4da8-8b14-56a81ad757a0"}]} 2018-11-09 08:26:58,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4fd15785-1286-4917-aafd-ce0a5674d35b used request id req-967e2b23-eb8b-4ec6-9f37-6802060bc116 2018-11-09 08:26:58,319 - neutron_utils - INFO - Retrieving security group with ID - 4fd15785-1286-4917-aafd-ce0a5674d35b 2018-11-09 08:26:58,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=4fd15785-1286-4917-aafd-ce0a5674d35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:26:58,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-88531016-a083-4bf5-b2cf-8c4f5731561e Date: Fri, 09 Nov 2018 08:26:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "updated_at": "2018-11-09T08:26:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "revision_number": 0, "id": "26c1a39b-d362-4e7e-8a43-26ee60072a15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "12feba776cc44e55982d1c2b235c26bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "revision_number": 0, "id": "53ec094d-a7ba-4da8-8b14-56a81ad757a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "12feba776cc44e55982d1c2b235c26bd"}], "revision_number": 2, "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}]} 2018-11-09 08:26:58,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=4fd15785-1286-4917-aafd-ce0a5674d35b used request id req-88531016-a083-4bf5-b2cf-8c4f5731561e 2018-11-09 08:26:58,547 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4fd15785-1286-4917-aafd-ce0a5674d35b 2018-11-09 08:26:58,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4fd15785-1286-4917-aafd-ce0a5674d35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:26:58,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-303832ea-87ed-43e7-b1c6-96fd8cf4ac27 Date: Fri, 09 Nov 2018 08:26:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "26c1a39b-d362-4e7e-8a43-26ee60072a15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "53ec094d-a7ba-4da8-8b14-56a81ad757a0"}]} 2018-11-09 08:26:58,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4fd15785-1286-4917-aafd-ce0a5674d35b used request id req-303832ea-87ed-43e7-b1c6-96fd8cf4ac27 2018-11-09 08:26:58,575 - neutron_utils - INFO - Retrieving security group with ID - 4fd15785-1286-4917-aafd-ce0a5674d35b 2018-11-09 08:26:58,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=4fd15785-1286-4917-aafd-ce0a5674d35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:26:58,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-c84fc0fd-3609-45aa-a28e-bd07e6999b7b Date: Fri, 09 Nov 2018 08:26:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "updated_at": "2018-11-09T08:26:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "revision_number": 0, "id": "26c1a39b-d362-4e7e-8a43-26ee60072a15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "12feba776cc44e55982d1c2b235c26bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "revision_number": 0, "id": "53ec094d-a7ba-4da8-8b14-56a81ad757a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "12feba776cc44e55982d1c2b235c26bd"}], "revision_number": 2, "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}]} 2018-11-09 08:26:58,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=4fd15785-1286-4917-aafd-ce0a5674d35b used request id req-c84fc0fd-3609-45aa-a28e-bd07e6999b7b 2018-11-09 08:26:58,632 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4fd15785-1286-4917-aafd-ce0a5674d35b 2018-11-09 08:26:58,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4fd15785-1286-4917-aafd-ce0a5674d35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:26:58,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2037d1fe-33ab-407e-b482-13f267896683 Date: Fri, 09 Nov 2018 08:26:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "26c1a39b-d362-4e7e-8a43-26ee60072a15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:57Z", "security_group_id": "4fd15785-1286-4917-aafd-ce0a5674d35b", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:57Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "53ec094d-a7ba-4da8-8b14-56a81ad757a0"}]} 2018-11-09 08:26:58,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=4fd15785-1286-4917-aafd-ce0a5674d35b used request id req-2037d1fe-33ab-407e-b482-13f267896683 2018-11-09 08:26:58,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:26:58,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:26:59,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e48bf07e49734c689eb24b3b2b93ccbd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role"}], "expires_at": "2018-11-09T09:26:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12feba776cc44e55982d1c2b235c26bd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-user", "id": "22309ff507754b4981507a09cbc1e24b"}, "audit_ids": ["PKEEa__-RAaT1c5P3xKSvg"], "issued_at": "2018-11-09T08:26:58.000000Z"}} 2018-11-09 08:26:59,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:26:59,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f629edeb-9068-4618-8a4a-6084dbbba7c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:59,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f629edeb-9068-4618-8a4a-6084dbbba7c3 2018-11-09 08:26:59,203 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:26:59,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:26:59,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-304e5524-9d81-448a-9834-91af4f595617 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:26:59,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-304e5524-9d81-448a-9834-91af4f595617 2018-11-09 08:26:59,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:26:59,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9ab65ed2-1f4b-4d8a-9e8e-567497a83fa6 Date: Fri, 09 Nov 2018 08:26: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":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:26:59,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-9ab65ed2-1f4b-4d8a-9e8e-567497a83fa6 2018-11-09 08:26:59,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:26:59,687 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:26:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:26:59,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:26:59,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e3e777-bcff-4902-8e57-88af24abad0f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:26:59,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-50e3e777-bcff-4902-8e57-88af24abad0f 2018-11-09 08:26:59,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:26:59,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-324eee13-9bc8-48b1-9c38-d8dc58d9e944 Date: Fri, 09 Nov 2018 08:26:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:26:59,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-324eee13-9bc8-48b1-9c38-d8dc58d9e944 2018-11-09 08:26:59,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:00,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-05528fe9-4f5b-4a49-a024-c6739c87498f Date: Fri, 09 Nov 2018 08:27:00 GMT RESP BODY: {"ports":[]} 2018-11-09 08:27:00,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port&admin_state_up=True used request id req-05528fe9-4f5b-4a49-a024-c6739c87498f 2018-11-09 08:27:00,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:00,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-4e2e5b6c-53a7-495c-981e-4951842c3614 x-compute-request-id: req-4e2e5b6c-53a7-495c-981e-4951842c3614 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:27:00,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst used request id req-4e2e5b6c-53a7-495c-981e-4951842c3614 2018-11-09 08:27:00,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:00,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b58c126c-c942-4b09-8134-6261cc16c8e9 Date: Fri, 09 Nov 2018 08:27: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":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:27:00,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-b58c126c-c942-4b09-8134-6261cc16c8e9 2018-11-09 08:27:00,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:00,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17f41ba2-e6a8-4be9-bbae-f6b64cc9a6b6 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:27:00,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-17f41ba2-e6a8-4be9-bbae-f6b64cc9a6b6 2018-11-09 08:27:00,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:00,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bc3e9ffa-4648-4efa-9473-f5bfd1c55098 Date: Fri, 09 Nov 2018 08:27:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:27:00,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-bc3e9ffa-4648-4efa-9473-f5bfd1c55098 2018-11-09 08:27:00,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:01,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8087f861-b8e3-4c87-b963-707d16dbf04e Date: Fri, 09 Nov 2018 08:27:01 GMT RESP BODY: {"ports":[]} 2018-11-09 08:27:01,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port&admin_state_up=True used request id req-8087f861-b8e3-4c87-b963-707d16dbf04e 2018-11-09 08:27:01,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:27:01,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:01,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e48bf07e49734c689eb24b3b2b93ccbd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role"}], "expires_at": "2018-11-09T09:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12feba776cc44e55982d1c2b235c26bd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-user", "id": "22309ff507754b4981507a09cbc1e24b"}, "audit_ids": ["StbG1WBFTXWxZ_laYVuUpw"], "issued_at": "2018-11-09T08:27:01.000000Z"}} 2018-11-09 08:27:01,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3569976680887e8b90ab8160c486c8b8072d3762" 2018-11-09 08:27:01,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d3503b-fa4e-4f12-8218-cea835121a69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:01,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f9d3503b-fa4e-4f12-8218-cea835121a69 2018-11-09 08:27:01,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:01,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-328f84c3-d396-4f59-bcd1-cbb587624fbd Date: Fri, 09 Nov 2018 08:27: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":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:27:01,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-328f84c3-d396-4f59-bcd1-cbb587624fbd 2018-11-09 08:27:01,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:01,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-960e9a0a-f26a-4b92-9b00-ae9248458a42 Date: Fri, 09 Nov 2018 08:27:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:27:01,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-960e9a0a-f26a-4b92-9b00-ae9248458a42 2018-11-09 08:27:01,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:01,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-eb142821-5204-4e8a-8fea-aa60942e12f6 Date: Fri, 09 Nov 2018 08:27: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":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:27:01,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-eb142821-5204-4e8a-8fea-aa60942e12f6 2018-11-09 08:27:01,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:27:01,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:27: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:27:01,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3569976680887e8b90ab8160c486c8b8072d3762" 2018-11-09 08:27:01,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c7ba78-8909-49f3-acd6-0eb24ed7e430 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:27:01,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-c2c7ba78-8909-49f3-acd6-0eb24ed7e430 2018-11-09 08:27:01,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:02,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a4a61cd2-2a54-4967-9c9e-4c57f1d03c7d Date: Fri, 09 Nov 2018 08:27:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:27:02,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-a4a61cd2-2a54-4967-9c9e-4c57f1d03c7d 2018-11-09 08:27:02,209 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net 2018-11-09 08:27:02,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" -d '{"port": {"network_id": "5ca99dc5-6cb2-438f-9411-ed8ecb058afb", "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port", "admin_state_up": true}}' 2018-11-09 08:27:03,133 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-882f6938-a3f4-4326-aa50-e1976b22c010 Date: Fri, 09 Nov 2018 08:27:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:02Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.6"}],"id":"af896fa3-11ac-4cda-b7b2-06fd3e0de2e1","security_groups":["243bebe6-4688-4101-8d14-57279328a73c"],"mac_address":"fa:16:3e:93:66:b7","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port","project_id":"12feba776cc44e55982d1c2b235c26bd","qos_policy_id":null,"admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:27:02Z","binding:vnic_type":"normal"}} 2018-11-09 08:27:03,133 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-882f6938-a3f4-4326-aa50-e1976b22c010 2018-11-09 08:27:03,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:03,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5f02d645-48a9-4f85-912b-14412cfcf6a2 Date: Fri, 09 Nov 2018 08:27: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":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:27:03,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-5f02d645-48a9-4f85-912b-14412cfcf6a2 2018-11-09 08:27:03,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:03,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-206afd86-589d-4d55-b9ec-d9bedaa433c0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:27:03,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-206afd86-589d-4d55-b9ec-d9bedaa433c0 2018-11-09 08:27:03,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:03,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8e504b8a-7724-4522-a150-0f888278264a Date: Fri, 09 Nov 2018 08:27:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:27:03,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-8e504b8a-7724-4522-a150-0f888278264a 2018-11-09 08:27:03,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:03,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-76102b77-8d1c-4e81-99a9-4932f456052b Date: Fri, 09 Nov 2018 08:27:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:02Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.6"}],"id":"af896fa3-11ac-4cda-b7b2-06fd3e0de2e1","security_groups":["243bebe6-4688-4101-8d14-57279328a73c"],"mac_address":"fa:16:3e:93:66:b7","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:27:02Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:27:03,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port&admin_state_up=True used request id req-76102b77-8d1c-4e81-99a9-4932f456052b 2018-11-09 08:27:03,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:03,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24fe9f58-5cbd-4dd4-8abf-80ab27cbe25a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:27:03,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-24fe9f58-5cbd-4dd4-8abf-80ab27cbe25a 2018-11-09 08:27:03,961 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst 2018-11-09 08:27:03,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:03,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d69bcfac-9428-41ef-af74-8d2e37e340d1 x-compute-request-id: req-d69bcfac-9428-41ef-af74-8d2e37e340d1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-flavor-name"}]} 2018-11-09 08:27:03,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d69bcfac-9428-41ef-af74-8d2e37e340d1 2018-11-09 08:27:04,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:04,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7776c06e-4c05-4557-a3d2-a8ef8b435738 x-compute-request-id: req-7776c06e-4c05-4557-a3d2-a8ef8b435738 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:27:04,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c used request id req-7776c06e-4c05-4557-a3d2-a8ef8b435738 2018-11-09 08:27:04,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:04,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-52c25d48-7c6c-4371-a66f-b677b9e117c7 Date: Fri, 09 Nov 2018 08:27:04 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:26:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:26:52Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/snap", "metadata": {}}], "self": "/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "min_disk": 0, "protected": false, "id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "file": "/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "12feba776cc44e55982d1c2b235c26bd", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image"} 2018-11-09 08:27:04,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image used request id req-52c25d48-7c6c-4371-a66f-b677b9e117c7 2018-11-09 08:27:04,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:04,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7268e531-8fe7-492b-968b-f850bd211c02 Date: Fri, 09 Nov 2018 08: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"}}} 2018-11-09 08:27:04,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-7268e531-8fe7-492b-968b-f850bd211c02 2018-11-09 08:27:04,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" -d '{"server": {"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "imageRef": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "flavorRef": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "max_count": 1, "min_count": 1, "networks": [{"port": "af896fa3-11ac-4cda-b7b2-06fd3e0de2e1"}], "security_groups": [{"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}]}}' 2018-11-09 08:27:06,316 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:27:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-187e6f29-0423-42f0-af27-b1a6cb79bb06 x-compute-request-id: req-187e6f29-0423-42f0-af27-b1a6cb79bb06 Content-Length: 435 location: http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "adminPass": "twv4SoyppyEK"}} 2018-11-09 08:27:06,316 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-187e6f29-0423-42f0-af27-b1a6cb79bb06 2018-11-09 08:27:06,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:06,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-26a01a59-8121-4734-8fbf-599cbe96efa0 x-compute-request-id: req-26a01a59-8121-4734-8fbf-599cbe96efa0 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.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:27:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:06,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-26a01a59-8121-4734-8fbf-599cbe96efa0 2018-11-09 08:27:06,673 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst 2018-11-09 08:27:06,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:07,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-627da67a-15b6-48c4-a442-ac162eaa2679 x-compute-request-id: req-627da67a-15b6-48c4-a442-ac162eaa2679 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.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:27:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:07,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-627da67a-15b6-48c4-a442-ac162eaa2679 2018-11-09 08:27:07,030 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst] is - BUILD 2018-11-09 08:27:07,030 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:27:10,033 - create_instance - DEBUG - VM status query timeout in 896.639541864 2018-11-09 08:27:10,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:10,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-e336daef-7b46-4623-82bb-621603c47929 x-compute-request-id: req-e336daef-7b46-4623-82bb-621603c47929 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.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:27:08Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:10,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-e336daef-7b46-4623-82bb-621603c47929 2018-11-09 08:27:10,500 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst] is - BUILD 2018-11-09 08:27:10,500 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:27:13,503 - create_instance - DEBUG - VM status query timeout in 893.169734955 2018-11-09 08:27:13,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:14,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-e14a82db-a769-492f-9e9c-52d1c67bee5a x-compute-request-id: req-e14a82db-a769-492f-9e9c-52d1c67bee5a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:12Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:14,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-e14a82db-a769-492f-9e9c-52d1c67bee5a 2018-11-09 08:27:14,256 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst] is - ACTIVE 2018-11-09 08:27:14,256 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:27:14,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:15,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b17be5d-9181-4e35-98c5-8c9d78a52296 x-compute-request-id: req-9b17be5d-9181-4e35-98c5-8c9d78a52296 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:12Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:15,077 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-9b17be5d-9181-4e35-98c5-8c9d78a52296 2018-11-09 08:27:15,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:15,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0bb3b6a6-79d4-49ce-8714-3771f38eec72 Date: Fri, 09 Nov 2018 08:27:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:27:15,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-0bb3b6a6-79d4-49ce-8714-3771f38eec72 2018-11-09 08:27:15,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:15,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5428b3d6-8cae-43a0-85c4-8f0379b72fc5 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:27:15,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-5428b3d6-8cae-43a0-85c4-8f0379b72fc5 2018-11-09 08:27:15,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:15,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a409cd1e-59f5-43b2-b04c-71a9fa534db1 Date: Fri, 09 Nov 2018 08:27:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:27:15,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-a409cd1e-59f5-43b2-b04c-71a9fa534db1 2018-11-09 08:27:15,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:15,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-eaf8dca8-08a0-4324-8ef8-99c699c5bca7 Date: Fri, 09 Nov 2018 08:27:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.3"}],"id":"1b9b5153-5b53-4db0-85d5-8e13f50d512b","security_groups":[],"mac_address":"fa:16:3e:67:3c:40","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.4"}],"id":"a60ccc02-594d-4686-97b0-d6ef517e7689","security_groups":[],"mac_address":"fa:16:3e:4e:27:ae","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.6"}],"id":"af896fa3-11ac-4cda-b7b2-06fd3e0de2e1","security_groups":["243bebe6-4688-4101-8d14-57279328a73c"],"mac_address":"fa:16:3e:93:66:b7","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:27:02Z","binding:vnic_type":"normal","device_id":"6b0c6b7c-dd2d-4003-8080-e88423ec7f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.2"}],"id":"d0077dcd-0c97-4d19-bff0-73df2cf23b3e","security_groups":[],"mac_address":"fa:16:3e:8e:58:d0","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"}]} 2018-11-09 08:27:15,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-eaf8dca8-08a0-4324-8ef8-99c699c5bca7 2018-11-09 08:27:15,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:16,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-ea9dfd3e-cd73-4b33-88dd-cd97380cb4ae x-compute-request-id: req-ea9dfd3e-cd73-4b33-88dd-cd97380cb4ae Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:12Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:16,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-ea9dfd3e-cd73-4b33-88dd-cd97380cb4ae 2018-11-09 08:27:16,312 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst] is - ACTIVE 2018-11-09 08:27:16,312 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:27:16,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:16,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-0ccf9fb6-eccc-48be-978d-6747b8d15891 x-compute-request-id: req-0ccf9fb6-eccc-48be-978d-6747b8d15891 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:12Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:16,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-0ccf9fb6-eccc-48be-978d-6747b8d15891 2018-11-09 08:27:16,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:17,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c12568af-3957-485c-bdea-f64a69398274 Date: Fri, 09 Nov 2018 08:27: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":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:27:17,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-c12568af-3957-485c-bdea-f64a69398274 2018-11-09 08:27:17,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:17,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e84ab569-43d2-4fcb-a59f-a94faf4ba7cd Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:27:17,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-e84ab569-43d2-4fcb-a59f-a94faf4ba7cd 2018-11-09 08:27:17,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:17,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f20cdd4d-f96d-47dc-9c4b-b3366c6583fa Date: Fri, 09 Nov 2018 08:27:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:27:17,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-f20cdd4d-f96d-47dc-9c4b-b3366c6583fa 2018-11-09 08:27:17,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:17,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-c031eefd-8192-4c4e-a615-a77d01bc6a4c Date: Fri, 09 Nov 2018 08:27:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.3"}],"id":"1b9b5153-5b53-4db0-85d5-8e13f50d512b","security_groups":[],"mac_address":"fa:16:3e:67:3c:40","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.4"}],"id":"a60ccc02-594d-4686-97b0-d6ef517e7689","security_groups":[],"mac_address":"fa:16:3e:4e:27:ae","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.6"}],"id":"af896fa3-11ac-4cda-b7b2-06fd3e0de2e1","security_groups":["243bebe6-4688-4101-8d14-57279328a73c"],"mac_address":"fa:16:3e:93:66:b7","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:27:02Z","binding:vnic_type":"normal","device_id":"6b0c6b7c-dd2d-4003-8080-e88423ec7f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.2"}],"id":"d0077dcd-0c97-4d19-bff0-73df2cf23b3e","security_groups":[],"mac_address":"fa:16:3e:8e:58:d0","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"}]} 2018-11-09 08:27:17,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-c031eefd-8192-4c4e-a615-a77d01bc6a4c 2018-11-09 08:27:17,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}}' 2018-11-09 08:27:18,351 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:27:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d769e38-1df7-43c6-a59e-61071ebb4b11 x-compute-request-id: req-0d769e38-1df7-43c6-a59e-61071ebb4b11 Content-Length: 0 Content-Type: application/json 2018-11-09 08:27:18,351 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08/action used request id req-0d769e38-1df7-43c6-a59e-61071ebb4b11 2018-11-09 08:27:18,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:18,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e48bf07e49734c689eb24b3b2b93ccbd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role"}], "expires_at": "2018-11-09T09:27:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12feba776cc44e55982d1c2b235c26bd", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/12feba776cc44e55982d1c2b235c26bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-user", "id": "22309ff507754b4981507a09cbc1e24b"}, "audit_ids": ["qdN8CxEJSf2w82xN6WcwCA"], "issued_at": "2018-11-09T08:27:18.000000Z"}} 2018-11-09 08:27:18,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6bae35935c31d4fa14e7bb3f279cb9c2fa30e1" 2018-11-09 08:27:19,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-84c2ae8d-47f5-45e7-9d92-c98d5d1b9302 x-compute-request-id: req-84c2ae8d-47f5-45e7-9d92-c98d5d1b9302 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:12Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:19,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-84c2ae8d-47f5-45e7-9d92-c98d5d1b9302 2018-11-09 08:27:19,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:20,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14bfb928-fa0e-48bb-bf54-c618a428556d x-compute-request-id: req-14bfb928-fa0e-48bb-bf54-c618a428556d Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:12Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:20,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-14bfb928-fa0e-48bb-bf54-c618a428556d 2018-11-09 08:27:20,186 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst] is - ACTIVE 2018-11-09 08:27:20,186 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:27:20,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:20,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-3c3a919f-07f8-4676-8ac7-54e35826334a x-compute-request-id: req-3c3a919f-07f8-4676-8ac7-54e35826334a Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:12Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:20,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-3c3a919f-07f8-4676-8ac7-54e35826334a 2018-11-09 08:27:20,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:20,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b98e70d3-96ff-4e3d-9e25-f646235ef0f2 Date: Fri, 09 Nov 2018 08:27: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":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:27:20,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-b98e70d3-96ff-4e3d-9e25-f646235ef0f2 2018-11-09 08:27:20,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:20,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a18f3160-e537-4b42-b652-b59d17ebb58c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:27:20,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-a18f3160-e537-4b42-b652-b59d17ebb58c 2018-11-09 08:27:20,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:20,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-54d238c4-6521-4ae8-8dc3-3a3cb568b8d2 Date: Fri, 09 Nov 2018 08:27:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:27:20,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-54d238c4-6521-4ae8-8dc3-3a3cb568b8d2 2018-11-09 08:27:20,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:21,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-e653befd-fe60-4a14-851b-aec1626a18b3 Date: Fri, 09 Nov 2018 08:27:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.3"}],"id":"1b9b5153-5b53-4db0-85d5-8e13f50d512b","security_groups":[],"mac_address":"fa:16:3e:67:3c:40","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.4"}],"id":"a60ccc02-594d-4686-97b0-d6ef517e7689","security_groups":[],"mac_address":"fa:16:3e:4e:27:ae","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.6"}],"id":"af896fa3-11ac-4cda-b7b2-06fd3e0de2e1","security_groups":["243bebe6-4688-4101-8d14-57279328a73c","4fd15785-1286-4917-aafd-ce0a5674d35b"],"mac_address":"fa:16:3e:93:66:b7","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:27:02Z","binding:vnic_type":"normal","device_id":"6b0c6b7c-dd2d-4003-8080-e88423ec7f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.2"}],"id":"d0077dcd-0c97-4d19-bff0-73df2cf23b3e","security_groups":[],"mac_address":"fa:16:3e:8e:58:d0","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"}]} 2018-11-09 08:27:21,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-e653befd-fe60-4a14-851b-aec1626a18b3 2018-11-09 08:27:21,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:21,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-573a8715-7a00-4a46-b234-54abc7d413b3 x-compute-request-id: req-573a8715-7a00-4a46-b234-54abc7d413b3 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:12Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:21,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-573a8715-7a00-4a46-b234-54abc7d413b3 2018-11-09 08:27:21,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:21,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-32ff1a86-f740-48bc-99d7-a8484564c23f Date: Fri, 09 Nov 2018 08:27: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":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:27:21,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-32ff1a86-f740-48bc-99d7-a8484564c23f 2018-11-09 08:27:21,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:21,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6f7f0de-56e1-4b1b-8250-872fe34d40b4 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:27:21,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-e6f7f0de-56e1-4b1b-8250-872fe34d40b4 2018-11-09 08:27:21,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:21,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-30473d5e-c5cc-4331-9b59-40ea912f4964 Date: Fri, 09 Nov 2018 08:27:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:27:21,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-30473d5e-c5cc-4331-9b59-40ea912f4964 2018-11-09 08:27:21,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:21,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-d0016cf1-8751-42d4-b546-91e95745ad1b Date: Fri, 09 Nov 2018 08:27:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.3"}],"id":"1b9b5153-5b53-4db0-85d5-8e13f50d512b","security_groups":[],"mac_address":"fa:16:3e:67:3c:40","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.4"}],"id":"a60ccc02-594d-4686-97b0-d6ef517e7689","security_groups":[],"mac_address":"fa:16:3e:4e:27:ae","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.6"}],"id":"af896fa3-11ac-4cda-b7b2-06fd3e0de2e1","security_groups":["243bebe6-4688-4101-8d14-57279328a73c","4fd15785-1286-4917-aafd-ce0a5674d35b"],"mac_address":"fa:16:3e:93:66:b7","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:27:02Z","binding:vnic_type":"normal","device_id":"6b0c6b7c-dd2d-4003-8080-e88423ec7f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.2"}],"id":"d0077dcd-0c97-4d19-bff0-73df2cf23b3e","security_groups":[],"mac_address":"fa:16:3e:8e:58:d0","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"}]} 2018-11-09 08:27:21,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-d0016cf1-8751-42d4-b546-91e95745ad1b 2018-11-09 08:27:21,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name"}}' 2018-11-09 08:27:22,773 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:27: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-3e4576c4-a9a6-4cac-b4cb-c86346d9680f x-compute-request-id: req-3e4576c4-a9a6-4cac-b4cb-c86346d9680f Content-Length: 0 Content-Type: application/json 2018-11-09 08:27:22,773 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08/action used request id req-3e4576c4-a9a6-4cac-b4cb-c86346d9680f 2018-11-09 08:27:22,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:23,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b83b88fd-063d-4aa7-9ce0-6a9782580594 x-compute-request-id: req-b83b88fd-063d-4aa7-9ce0-6a9782580594 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:12Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:23,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-b83b88fd-063d-4aa7-9ce0-6a9782580594 2018-11-09 08:27:23,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:23,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4b5f84d7-b790-4d0e-9701-0f34b3e7cc18 Date: Fri, 09 Nov 2018 08: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":["4d84b07d-32be-4f32-9f29-2a43ac74b548"],"updated_at":"2018-11-09T08:26:55Z","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"12feba776cc44e55982d1c2b235c26bd","id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net"}]} 2018-11-09 08:27:23,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net used request id req-4b5f84d7-b790-4d0e-9701-0f34b3e7cc18 2018-11-09 08:27:23,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:23,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21a0525-0484-4da9-a231-0a502b6982ca Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:27:23,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-c21a0525-0484-4da9-a231-0a502b6982ca 2018-11-09 08:27:23,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:23,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5aabb653-25db-4959-b31e-540e27e8ec2a Date: Fri, 09 Nov 2018 08:27:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","dns_nameservers":[],"updated_at":"2018-11-09T08:26:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"12feba776cc44e55982d1c2b235c26bd","id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","subnetpool_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet"}]} 2018-11-09 08:27:23,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-5aabb653-25db-4959-b31e-540e27e8ec2a 2018-11-09 08:27:23,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:23,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-5d420bf0-7912-4d30-acbf-2064dc528cf5 Date: Fri, 09 Nov 2018 08:27:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.3"}],"id":"1b9b5153-5b53-4db0-85d5-8e13f50d512b","security_groups":[],"mac_address":"fa:16:3e:67:3c:40","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.4"}],"id":"a60ccc02-594d-4686-97b0-d6ef517e7689","security_groups":[],"mac_address":"fa:16:3e:4e:27:ae","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:22Z","device_owner":"compute:nova","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.6"}],"id":"af896fa3-11ac-4cda-b7b2-06fd3e0de2e1","security_groups":["243bebe6-4688-4101-8d14-57279328a73c"],"mac_address":"fa:16:3e:93:66:b7","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:27:02Z","binding:vnic_type":"normal","device_id":"6b0c6b7c-dd2d-4003-8080-e88423ec7f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:26:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4d84b07d-32be-4f32-9f29-2a43ac74b548","ip_address":"10.55.0.2"}],"id":"d0077dcd-0c97-4d19-bff0-73df2cf23b3e","security_groups":[],"mac_address":"fa:16:3e:8e:58:d0","project_id":"12feba776cc44e55982d1c2b235c26bd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5ca99dc5-6cb2-438f-9411-ed8ecb058afb","tenant_id":"12feba776cc44e55982d1c2b235c26bd","created_at":"2018-11-09T08:26:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5ca99dc5-6cb2-438f-9411-ed8ecb058afb"}]} 2018-11-09 08:27:23,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-5d420bf0-7912-4d30-acbf-2064dc528cf5 2018-11-09 08:27:23,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6bae35935c31d4fa14e7bb3f279cb9c2fa30e1" 2018-11-09 08:27:24,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-246d3523-2df6-46dc-8434-5a5be506a39d x-compute-request-id: req-246d3523-2df6-46dc-8434-5a5be506a39d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "security_groups": [{"name": "default"}], "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:12Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:24,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-246d3523-2df6-46dc-8434-5a5be506a39d 2018-11-09 08:27:24,364 - create_instance - INFO - Deleting Port with ID - af896fa3-11ac-4cda-b7b2-06fd3e0de2e1 2018-11-09 08:27:24,365 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-port 2018-11-09 08:27:24,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/af896fa3-11ac-4cda-b7b2-06fd3e0de2e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:24,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f07da535-4d52-4800-86b6-9a387bb2fdb4 Date: Fri, 09 Nov 2018 08:27:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:27:24,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/af896fa3-11ac-4cda-b7b2-06fd3e0de2e1 used request id req-f07da535-4d52-4800-86b6-9a387bb2fdb4 2018-11-09 08:27:24,942 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst 2018-11-09 08:27:24,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:25,125 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:27: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-5b31df6a-50d6-40bb-9f1e-135ac81e210c x-compute-request-id: req-5b31df6a-50d6-40bb-9f1e-135ac81e210c Content-Type: application/json 2018-11-09 08:27:25,125 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-5b31df6a-50d6-40bb-9f1e-135ac81e210c 2018-11-09 08:27:25,125 - create_instance - INFO - Checking deletion status 2018-11-09 08:27:25,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:25,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-5a3e6936-9b43-47aa-af7e-d1c0768e9573 x-compute-request-id: req-5a3e6936-9b43-47aa-af7e-d1c0768e9573 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b7", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:25Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:25,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-5a3e6936-9b43-47aa-af7e-d1c0768e9573 2018-11-09 08:27:25,367 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst] is - ACTIVE 2018-11-09 08:27:25,367 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:27:28,370 - create_instance - DEBUG - VM status query timeout in 296.755146027 2018-11-09 08:27:28,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:28,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-666b1e4e-ea05-471d-88aa-d19d8411a3f6 x-compute-request-id: req-666b1e4e-ea05-471d-88aa-d19d8411a3f6 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.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "rel": "bookmark"}], "image": {"id": "8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "links": [{"href": "http://172.30.9.27:8774/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:27:12.000000", "flavor": {"id": "5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "links": [{"href": "http://172.30.9.27:8774/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c", "rel": "bookmark"}]}, "id": "6b0c6b7c-dd2d-4003-8080-e88423ec7f08", "user_id": "22309ff507754b4981507a09cbc1e24b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:27:25Z", "hostId": "f4a00e8344c3a4068f39ebbeba3c8b63beb5d5bdf213995ddc758596", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst", "created": "2018-11-09T08:27:06Z", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:27:28,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-666b1e4e-ea05-471d-88aa-d19d8411a3f6 2018-11-09 08:27:28,599 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst] is - ACTIVE 2018-11-09 08:27:28,599 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:27:31,602 - create_instance - DEBUG - VM status query timeout in 293.523060083 2018-11-09 08:27:31,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73ea000081e7a98cef24296e035f1596f2d985d3" 2018-11-09 08:27:31,653 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:27: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-c45b2937-6469-42a9-97ec-7863f00cdfad x-compute-request-id: req-c45b2937-6469-42a9-97ec-7863f00cdfad Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6b0c6b7c-dd2d-4003-8080-e88423ec7f08 could not be found.", "code": 404}} 2018-11-09 08:27:31,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6b0c6b7c-dd2d-4003-8080-e88423ec7f08 used request id req-c45b2937-6469-42a9-97ec-7863f00cdfad 2018-11-09 08:27:31,653 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6b0c6b7c-dd2d-4003-8080-e88423ec7f08 could not be found. (HTTP 404) (Request-ID: req-c45b2937-6469-42a9-97ec-7863f00cdfad) 2018-11-09 08:27:31,654 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-inst 2018-11-09 08:27:31,655 - neutron_utils - INFO - Deleting security group rule with ID - 26c1a39b-d362-4e7e-8a43-26ee60072a15 2018-11-09 08:27:31,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/26c1a39b-d362-4e7e-8a43-26ee60072a15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:27:31,908 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b203e83-def6-4c7a-9915-f89df095fd5e Content-Length: 0 Date: Fri, 09 Nov 2018 08:27:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:27:31,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/26c1a39b-d362-4e7e-8a43-26ee60072a15 used request id req-2b203e83-def6-4c7a-9915-f89df095fd5e 2018-11-09 08:27:31,908 - neutron_utils - INFO - Deleting security group rule with ID - 53ec094d-a7ba-4da8-8b14-56a81ad757a0 2018-11-09 08:27:31,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/53ec094d-a7ba-4da8-8b14-56a81ad757a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:27:32,194 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-569ff989-4b32-417d-adf3-f28b54bc1a0d Content-Length: 0 Date: Fri, 09 Nov 2018 08:27:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:27:32,195 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/53ec094d-a7ba-4da8-8b14-56a81ad757a0 used request id req-569ff989-4b32-417d-adf3-f28b54bc1a0d 2018-11-09 08:27:32,195 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-name 2018-11-09 08:27:32,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/4fd15785-1286-4917-aafd-ce0a5674d35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a58bafd4b38bf50151b1c20b6dfa436cefc576dc" 2018-11-09 08:27:32,357 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b353f4bf-0621-4711-a0ff-30c81ea30eac Content-Length: 0 Date: Fri, 09 Nov 2018 08:27:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:27:32,357 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/4fd15785-1286-4917-aafd-ce0a5674d35b used request id req-b353f4bf-0621-4711-a0ff-30c81ea30eac 2018-11-09 08:27:32,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}225eb9eb224f0e2927056041506e890f38e450b7" 2018-11-09 08:27:32,412 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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-180f3aa7-ebaf-426b-a041-eaf9b2db17c4 x-compute-request-id: req-180f3aa7-ebaf-426b-a041-eaf9b2db17c4 Content-Length: 0 Content-Type: application/json 2018-11-09 08:27:32,412 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/5cd8e476-e8ab-4b0a-ba6a-fd61da27283c used request id req-180f3aa7-ebaf-426b-a041-eaf9b2db17c4 2018-11-09 08:27:32,413 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet 2018-11-09 08:27:32,413 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-subnet 2018-11-09 08:27:32,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/4d84b07d-32be-4f32-9f29-2a43ac74b548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010a5382f3b1be42d7a01fa7171f8882a91fa93" 2018-11-09 08:27:34,809 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-649781da-9d8f-417b-8d60-4bb8c48e5d87 Date: Fri, 09 Nov 2018 08:27:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:27:34,809 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/4d84b07d-32be-4f32-9f29-2a43ac74b548 used request id req-649781da-9d8f-417b-8d60-4bb8c48e5d87 2018-11-09 08:27:34,810 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-pub-net 2018-11-09 08:27:34,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/5ca99dc5-6cb2-438f-9411-ed8ecb058afb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010a5382f3b1be42d7a01fa7171f8882a91fa93" 2018-11-09 08:27:36,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05fa1660-4792-40f0-8073-72f3b81700e3 Date: Fri, 09 Nov 2018 08:27:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:27:36,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/5ca99dc5-6cb2-438f-9411-ed8ecb058afb used request id req-05fa1660-4792-40f0-8073-72f3b81700e3 2018-11-09 08:27:36,100 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-791dcdc8-0145-433f-b37e-83251f56c6d7-image 2018-11-09 08:27:36,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6520b3945d66356729d8f0b610a99c46de84ce0e" 2018-11-09 08:27:38,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b316336-60b5-438d-b974-1aa64be50793 Date: Fri, 09 Nov 2018 08:27:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:27:38,124 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/8f4d71c2-24bc-4a95-a8e4-1ebd3a4ce811 used request id req-6b316336-60b5-438d-b974-1aa64be50793 2018-11-09 08:27:38,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:27:38,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8ae5b468-3772-467b-a1cc-bbdc07650f5f Date: Fri, 09 Nov 2018 08:27:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:54Z", "updated_at": "2018-11-09T08:26:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:54Z", "revision_number": 0, "id": "2d44c8aa-e0de-4330-b82f-8406e6ce58d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:54Z", "security_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "12feba776cc44e55982d1c2b235c26bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:54Z", "revision_number": 0, "id": "5d98507f-4a5b-4269-9955-5c80cda3c952", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:54Z", "security_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "12feba776cc44e55982d1c2b235c26bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:54Z", "revision_number": 0, "id": "df8abe56-d715-42e9-90ba-e7f5928be4c6", "remote_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:54Z", "security_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "12feba776cc44e55982d1c2b235c26bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:26:54Z", "revision_number": 0, "id": "e8dc3531-e3d9-4eb5-949c-272bf92c0285", "remote_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "remote_ip_prefix": null, "created_at": "2018-11-09T08:26:54Z", "security_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "12feba776cc44e55982d1c2b235c26bd"}], "revision_number": 4, "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "243bebe6-4688-4101-8d14-57279328a73c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:27:38,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-8ae5b468-3772-467b-a1cc-bbdc07650f5f 2018-11-09 08:27:38,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:27:38,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-704d1713-8ba7-4691-8665-c76b7c21040c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd"}, "enabled": true, "id": "12feba776cc44e55982d1c2b235c26bd", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj"}} 2018-11-09 08:27:38,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-704d1713-8ba7-4691-8665-c76b7c21040c 2018-11-09 08:27:38,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 243bebe6-4688-4101-8d14-57279328a73c 2018-11-09 08:27:38,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=243bebe6-4688-4101-8d14-57279328a73c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:27:38,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-aeeef1f0-9dc4-4980-a41d-2a69e820f25b Date: Fri, 09 Nov 2018 08:27:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:54Z", "security_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:54Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "2d44c8aa-e0de-4330-b82f-8406e6ce58d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:54Z", "security_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:54Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "5d98507f-4a5b-4269-9955-5c80cda3c952"}, {"remote_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:54Z", "security_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:54Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "df8abe56-d715-42e9-90ba-e7f5928be4c6"}, {"remote_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:26:54Z", "security_group_id": "243bebe6-4688-4101-8d14-57279328a73c", "port_range_min": null, "revision_number": 0, "tenant_id": "12feba776cc44e55982d1c2b235c26bd", "created_at": "2018-11-09T08:26:54Z", "project_id": "12feba776cc44e55982d1c2b235c26bd", "id": "e8dc3531-e3d9-4eb5-949c-272bf92c0285"}]} 2018-11-09 08:27:38,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=243bebe6-4688-4101-8d14-57279328a73c used request id req-aeeef1f0-9dc4-4980-a41d-2a69e820f25b 2018-11-09 08:27:38,648 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:27:38,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/243bebe6-4688-4101-8d14-57279328a73c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:27:38,947 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce6a3307-0b6d-4a3c-a810-6245cce2e703 Content-Length: 0 Date: Fri, 09 Nov 2018 08:27:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:27:38,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/243bebe6-4688-4101-8d14-57279328a73c used request id req-ce6a3307-0b6d-4a3c-a810-6245cce2e703 2018-11-09 08:27:38,948 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj 2018-11-09 08:27:38,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:27:39,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-072bdccc-8bbf-4785-8107-ebe09fe2f111 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:27:39,174 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/12feba776cc44e55982d1c2b235c26bd used request id req-072bdccc-8bbf-4785-8107-ebe09fe2f111 2018-11-09 08:27:39,174 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-ff6b9893-44ca-4a5-proj-role 2018-11-09 08:27:39,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/e48bf07e49734c689eb24b3b2b93ccbd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:27:39,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c24bb47d-0725-4209-8dcd-1ec6fab0a8cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:27:39,284 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/e48bf07e49734c689eb24b3b2b93ccbd used request id req-c24bb47d-0725-4209-8dcd-1ec6fab0a8cf 2018-11-09 08:27:39,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59d104f73da6e2d71b2b871051a3861e0f235b2" 2018-11-09 08:27:39,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75094f05-e87d-4ec2-8776-a71c11a0e721 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:27:39,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-75094f05-e87d-4ec2-8776-a71c11a0e721 2018-11-09 08:27:39,375 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-ff6b9893-44ca-4a5-user 2018-11-09 08:27:39,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/22309ff507754b4981507a09cbc1e24b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce909ef19f9b2f0ae0c98fea01eafd319e987185" 2018-11-09 08:27:39,559 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b866b0dd-6f85-487e-ab86-7e4512382ad8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:27:39,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/22309ff507754b4981507a09cbc1e24b used request id req-b866b0dd-6f85-487e-ab86-7e4512382ad8 2018-11-09 08:27:39,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:39,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:27:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["a1y7ZjOtQ9SJ8cFjMcw60Q"], "issued_at": "2018-11-09T08:27:39.000000Z"}} 2018-11-09 08:27:39,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1548fe03f58fb19ef29052b274575909396b818" 2018-11-09 08:27:40,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-387cedfa-f71c-49ad-970d-69fd0e4b1246 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:40,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-387cedfa-f71c-49ad-970d-69fd0e4b1246 2018-11-09 08:27:40,026 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:27:40,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:40,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:27:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Tq1TsLfUTeCs69yf2_U1KQ"], "issued_at": "2018-11-09T08:27:40.000000Z"}} 2018-11-09 08:27:40,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:27:40,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba6b325-ec78-4ee9-ad61-dc955afd590f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:40,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dba6b325-ec78-4ee9-ad61-dc955afd590f 2018-11-09 08:27:40,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:27:40,506 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:27:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:27:40,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:27:40,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-365c1292-1d62-4b63-9824-e1ca90aed7c2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:27:40,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj used request id req-365c1292-1d62-4b63-9824-e1ca90aed7c2 2018-11-09 08:27:40,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:27:40,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72973883-7a04-41a6-9320-acf34da001ce Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:27:40,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-72973883-7a04-41a6-9320-acf34da001ce 2018-11-09 08:27:40,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}}' 2018-11-09 08:27:40,818 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4453be0f-4230-405c-9d86-bb695d214257 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:27:40,818 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-4453be0f-4230-405c-9d86-bb695d214257 2018-11-09 08:27:40,818 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj 2018-11-09 08:27:40,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:27:40,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:41,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:27:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["iqUh71QXSniGiWw9XVvscg"], "issued_at": "2018-11-09T08:27:41.000000Z"}} 2018-11-09 08:27:41,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ada98da88d498e3f8fe22de965d033f0c35f20" 2018-11-09 08:27:41,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52046f57-687a-4806-8be2-cab8e7742de4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:41,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-52046f57-687a-4806-8be2-cab8e7742de4 2018-11-09 08:27:41,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:27:41,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:27:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:27:41,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ada98da88d498e3f8fe22de965d033f0c35f20" 2018-11-09 08:27:41,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7521df4-f9b1-4581-a7c5-f81f11cdc195 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:27:41,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e7521df4-f9b1-4581-a7c5-f81f11cdc195 2018-11-09 08:27:41,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ada98da88d498e3f8fe22de965d033f0c35f20" 2018-11-09 08:27:41,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf76ea8-e388-4573-b641-c4ae86e1ea4e Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}]} 2018-11-09 08:27:41,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj used request id req-dcf76ea8-e388-4573-b641-c4ae86e1ea4e 2018-11-09 08:27:41,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ada98da88d498e3f8fe22de965d033f0c35f20" 2018-11-09 08:27:41,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4d60119-1264-49ae-bca3-98297cc2bba9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:27:41,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f4d60119-1264-49ae-bca3-98297cc2bba9 2018-11-09 08:27:41,962 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-5ad6a151-ffa9-45f-user 2018-11-09 08:27:41,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:27:41,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:27:42,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cd4576c-cf16-4fff-a2cc-5e018ed8943f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:27:42,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3cd4576c-cf16-4fff-a2cc-5e018ed8943f 2018-11-09 08:27:42,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" -d '{"role": {"name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role"}}' 2018-11-09 08:27:42,186 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:27:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fd9792e-0fd0-4d74-86fd-983343202eb7 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ff337d3cf66c40fcb7c837bca987b6f8", "links": {"self": "http://172.30.9.27:5000/v3/roles/ff337d3cf66c40fcb7c837bca987b6f8"}, "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role"}} 2018-11-09 08:27:42,187 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-4fd9792e-0fd0-4d74-86fd-983343202eb7 2018-11-09 08:27:42,187 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role 2018-11-09 08:27:42,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/ff337d3cf66c40fcb7c837bca987b6f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:27:42,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f848ac3a-c7b1-4373-85ad-a72f12e9a5ca Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/ff337d3cf66c40fcb7c837bca987b6f8"}, "domain_id": null, "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role", "id": "ff337d3cf66c40fcb7c837bca987b6f8"}} 2018-11-09 08:27:42,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/ff337d3cf66c40fcb7c837bca987b6f8 used request id req-f848ac3a-c7b1-4373-85ad-a72f12e9a5ca 2018-11-09 08:27:42,209 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role to project InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj 2018-11-09 08:27:42,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465/users/7e3e9ad613784033ad5a8ee0a744e08e/roles/ff337d3cf66c40fcb7c837bca987b6f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:27:42,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:27:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b76186af-3b7a-4e4f-aabf-20807ed369e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:27:42,335 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465/users/7e3e9ad613784033ad5a8ee0a744e08e/roles/ff337d3cf66c40fcb7c837bca987b6f8 used request id req-b76186af-3b7a-4e4f-aabf-20807ed369e3 2018-11-09 08:27:42,336 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:27:42,337 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:27:42,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:27:42,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:42,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff337d3cf66c40fcb7c837bca987b6f8", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role"}], "expires_at": "2018-11-09T09:27:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e9887e670f84cd6b4043f63b2fbf465", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-user", "id": "7e3e9ad613784033ad5a8ee0a744e08e"}, "audit_ids": ["0AodYCyeRUGyF6zhy7pBNw"], "issued_at": "2018-11-09T08:27:42.000000Z"}} 2018-11-09 08:27:42,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b2307f2144efb616574a6674574acf17354e8b" 2018-11-09 08:27:42,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866c3211-5717-450c-ae01-a18bf6ee648f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:42,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-866c3211-5717-450c-ae01-a18bf6ee648f 2018-11-09 08:27:42,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58b2307f2144efb616574a6674574acf17354e8b" 2018-11-09 08:27:42,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-14cc17b7-5a3e-43d9-b8bb-66d078357237 Date: Fri, 09 Nov 2018 08:27:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image"} 2018-11-09 08:27:42,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image used request id req-14cc17b7-5a3e-43d9-b8bb-66d078357237 2018-11-09 08:27:42,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58b2307f2144efb616574a6674574acf17354e8b" 2018-11-09 08:27:43,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1e43ba16-3979-4dde-84a8-aeb43b5311c4 Date: Fri, 09 Nov 2018 08:27:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:27:43,210 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-1e43ba16-3979-4dde-84a8-aeb43b5311c4 2018-11-09 08:27:43,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58b2307f2144efb616574a6674574acf17354e8b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image"}' 2018-11-09 08:27:43,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714 X-Openstack-Request-Id: req-c1d6e9f0-5eaa-473f-ba22-b2653c0c3590 Date: Fri, 09 Nov 2018 08:27:43 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:27:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:27:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714", "min_disk": 0, "protected": false, "id": "ca394608-d66b-4080-8206-a9bec9e0d714", "file": "/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714/file", "checksum": null, "owner": "3e9887e670f84cd6b4043f63b2fbf465", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:27:43,429 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c1d6e9f0-5eaa-473f-ba22-b2653c0c3590 2018-11-09 08:27:43,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58b2307f2144efb616574a6674574acf17354e8b" -d '' 2018-11-09 08:27:46,028 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9f8d8080-0917-4d33-abd9-afcb2953c93d Date: Fri, 09 Nov 2018 08:27:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:27:46,029 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714/file used request id req-9f8d8080-0917-4d33-abd9-afcb2953c93d 2018-11-09 08:27:46,029 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:27:46,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58b2307f2144efb616574a6674574acf17354e8b" 2018-11-09 08:27:46,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-31361565-9fac-4e1c-8e9b-50e4aadc4807 Date: Fri, 09 Nov 2018 08:27:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:27:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:27:46Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ca394608-d66b-4080-8206-a9bec9e0d714/snap", "metadata": {}}], "self": "/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714", "min_disk": 0, "protected": false, "id": "ca394608-d66b-4080-8206-a9bec9e0d714", "file": "/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e9887e670f84cd6b4043f63b2fbf465", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ca394608-d66b-4080-8206-a9bec9e0d714/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:27:46,189 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714 used request id req-31361565-9fac-4e1c-8e9b-50e4aadc4807 2018-11-09 08:27:46,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58b2307f2144efb616574a6674574acf17354e8b" 2018-11-09 08:27:46,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7d061046-6d52-428d-972a-99d9373627ca Date: Fri, 09 Nov 2018 08:27:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:27:46,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-7d061046-6d52-428d-972a-99d9373627ca 2018-11-09 08:27:46,337 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image 2018-11-09 08:27:46,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58b2307f2144efb616574a6674574acf17354e8b" 2018-11-09 08:27:46,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-3499fc94-8eff-4c25-9261-a2c6b780f007 Date: Fri, 09 Nov 2018 08:27:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:27:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:27:46Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ca394608-d66b-4080-8206-a9bec9e0d714/snap", "metadata": {}}], "self": "/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714", "min_disk": 0, "protected": false, "id": "ca394608-d66b-4080-8206-a9bec9e0d714", "file": "/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e9887e670f84cd6b4043f63b2fbf465", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ca394608-d66b-4080-8206-a9bec9e0d714/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:27:46,504 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714 used request id req-3499fc94-8eff-4c25-9261-a2c6b780f007 2018-11-09 08:27:46,505 - create_image - DEBUG - Instance status is - active 2018-11-09 08:27:46,505 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image 2018-11-09 08:27:46,505 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image 2018-11-09 08:27:46,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:27:46,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:46,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff337d3cf66c40fcb7c837bca987b6f8", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role"}], "expires_at": "2018-11-09T09:27:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e9887e670f84cd6b4043f63b2fbf465", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-user", "id": "7e3e9ad613784033ad5a8ee0a744e08e"}, "audit_ids": ["UdpGqsDGSgywd9ia7VCptA"], "issued_at": "2018-11-09T08:27:46.000000Z"}} 2018-11-09 08:27:46,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e937afa1ea19dbed2e93513866f6a51e7f17389d" 2018-11-09 08:27:46,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d49155-a652-4bd6-b6b0-d8ac6268e681 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:46,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-22d49155-a652-4bd6-b6b0-d8ac6268e681 2018-11-09 08:27:46,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e937afa1ea19dbed2e93513866f6a51e7f17389d" 2018-11-09 08:27:47,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-10185bd6-3946-4bec-8a18-cec1095ecdc9 Date: Fri, 09 Nov 2018 08:27:47 GMT RESP BODY: {"networks":[]} 2018-11-09 08:27:47,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-10185bd6-3946-4bec-8a18-cec1095ecdc9 2018-11-09 08:27:47,132 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net 2018-11-09 08:27:47,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e937afa1ea19dbed2e93513866f6a51e7f17389d" -d '{"network": {"name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net", "admin_state_up": true}}' 2018-11-09 08:27:47,702 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-50893a78-c5d3-400a-bc1f-ae30e936fab0 Date: Fri, 09 Nov 2018 08:27:47 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:27:47Z","is_default":false,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","mtu":1450}} 2018-11-09 08:27:47,702 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-50893a78-c5d3-400a-bc1f-ae30e936fab0 2018-11-09 08:27:47,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e937afa1ea19dbed2e93513866f6a51e7f17389d" 2018-11-09 08:27:48,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-6cc4fb91-81d2-4364-9dee-a0335fc1dd84 Date: Fri, 09 Nov 2018 08:27:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:27:47Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:27:48,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-6cc4fb91-81d2-4364-9dee-a0335fc1dd84 2018-11-09 08:27:48,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e937afa1ea19dbed2e93513866f6a51e7f17389d" 2018-11-09 08:27:48,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-47e15200-3a0b-4818-a950-abea6d8257c6 Date: Fri, 09 Nov 2018 08:27:48 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:27:48,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-47e15200-3a0b-4818-a950-abea6d8257c6 2018-11-09 08:27:48,052 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet 2018-11-09 08:27:48,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e937afa1ea19dbed2e93513866f6a51e7f17389d" -d '{"subnets": [{"ip_version": 4, "network_id": "0b9d25ef-813c-4d83-8341-ee11cf421e33", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]}' 2018-11-09 08:27:48,690 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e9a1a6ae-fb4c-4faf-b8d9-78553f358475 Date: Fri, 09 Nov 2018 08:27:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:27:48,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-e9a1a6ae-fb4c-4faf-b8d9-78553f358475 2018-11-09 08:27:48,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e937afa1ea19dbed2e93513866f6a51e7f17389d" 2018-11-09 08:27:48,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-09565f47-cfbf-4802-a13a-8c72d0bad7b4 Date: Fri, 09 Nov 2018 08:27:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:27:48,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-09565f47-cfbf-4802-a13a-8c72d0bad7b4 2018-11-09 08:27:48,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e937afa1ea19dbed2e93513866f6a51e7f17389d" 2018-11-09 08:27:49,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e0004f55-2cbb-473f-b98f-173f7cea23ab Date: Fri, 09 Nov 2018 08:27:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:27:49,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-e0004f55-2cbb-473f-b98f-173f7cea23ab 2018-11-09 08:27:49,296 - OpenStackNetwork - DEBUG - Network [0b9d25ef-813c-4d83-8341-ee11cf421e33] created successfully 2018-11-09 08:27:49,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:27:49,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:49,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:27:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["74ZWIJ9aRdmy6JPi0f_Grw"], "issued_at": "2018-11-09T08:27:49.000000Z"}} 2018-11-09 08:27:49,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c99f405172f92a70f854604702d45feb81baf8e" 2018-11-09 08:27:49,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d98bd78-95fa-4293-baba-3dc7f324cd70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:49,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2d98bd78-95fa-4293-baba-3dc7f324cd70 2018-11-09 08:27:49,761 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:27:49,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c99f405172f92a70f854604702d45feb81baf8e" 2018-11-09 08:27:49,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-d4213323-a3cb-4b07-a7d0-000b6dfee0b4 x-compute-request-id: req-d4213323-a3cb-4b07-a7d0-000b6dfee0b4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:27:49,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d4213323-a3cb-4b07-a7d0-000b6dfee0b4 2018-11-09 08:27:49,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c99f405172f92a70f854604702d45feb81baf8e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:27:49,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27: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-310f5412-34c2-43a0-92fa-3606abd1bff1 x-compute-request-id: req-310f5412-34c2-43a0-92fa-3606abd1bff1 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:27:49,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-310f5412-34c2-43a0-92fa-3606abd1bff1 2018-11-09 08:27:49,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:27:50,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:50,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff337d3cf66c40fcb7c837bca987b6f8", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role"}], "expires_at": "2018-11-09T09:27:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e9887e670f84cd6b4043f63b2fbf465", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-user", "id": "7e3e9ad613784033ad5a8ee0a744e08e"}, "audit_ids": ["ZgKxQV3lTwGARD_ffAjrgQ"], "issued_at": "2018-11-09T08:27:50.000000Z"}} 2018-11-09 08:27:50,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:27:50,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa147019-0db6-403d-a921-21bc97420cad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:50,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-aa147019-0db6-403d-a921-21bc97420cad 2018-11-09 08:27:50,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:27:50,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dc5a1614-5007-46e5-aee8-67a5b8394005 Date: Fri, 09 Nov 2018 08:27:50 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:27:50,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name&description=hello+group used request id req-dc5a1614-5007-46e5-aee8-67a5b8394005 2018-11-09 08:27:50,634 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name... 2018-11-09 08:27:50,634 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name 2018-11-09 08:27:50,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" -d '{"security_group": {"name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name", "description": "hello group"}}' 2018-11-09 08:27:50,987 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-19dbbe36-e73f-4c3a-b90f-63b866bac677 Date: Fri, 09 Nov 2018 08:27:50 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "updated_at": "2018-11-09T08:27:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "revision_number": 0, "id": "66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "revision_number": 0, "id": "7007e07a-9dfa-4fb8-9cf8-b0922a450149", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}], "revision_number": 2, "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name"}} 2018-11-09 08:27:50,987 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-19dbbe36-e73f-4c3a-b90f-63b866bac677 2018-11-09 08:27:50,988 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eaa4ff30-b752-448c-92f5-b21e5612e0cb 2018-11-09 08:27:50,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eaa4ff30-b752-448c-92f5-b21e5612e0cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:27:51,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8590eb94-1b4b-4832-b15d-944b2dc3335c Date: Fri, 09 Nov 2018 08:27:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "7007e07a-9dfa-4fb8-9cf8-b0922a450149"}]} 2018-11-09 08:27:51,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eaa4ff30-b752-448c-92f5-b21e5612e0cb used request id req-8590eb94-1b4b-4832-b15d-944b2dc3335c 2018-11-09 08:27:51,167 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eaa4ff30-b752-448c-92f5-b21e5612e0cb 2018-11-09 08:27:51,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eaa4ff30-b752-448c-92f5-b21e5612e0cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:27:51,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-83c2f2b7-6e5b-4d69-854f-01f66fee6c2a Date: Fri, 09 Nov 2018 08:27:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "7007e07a-9dfa-4fb8-9cf8-b0922a450149"}]} 2018-11-09 08:27:51,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eaa4ff30-b752-448c-92f5-b21e5612e0cb used request id req-83c2f2b7-6e5b-4d69-854f-01f66fee6c2a 2018-11-09 08:27:51,197 - neutron_utils - INFO - Retrieving security group with ID - eaa4ff30-b752-448c-92f5-b21e5612e0cb 2018-11-09 08:27:51,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=eaa4ff30-b752-448c-92f5-b21e5612e0cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:27:51,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3356be9f-5ed0-4629-a1a3-29e4b20d1d67 Date: Fri, 09 Nov 2018 08:27:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "updated_at": "2018-11-09T08:27:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "revision_number": 0, "id": "66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "revision_number": 0, "id": "7007e07a-9dfa-4fb8-9cf8-b0922a450149", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}], "revision_number": 2, "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name"}]} 2018-11-09 08:27:51,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=eaa4ff30-b752-448c-92f5-b21e5612e0cb used request id req-3356be9f-5ed0-4629-a1a3-29e4b20d1d67 2018-11-09 08:27:51,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eaa4ff30-b752-448c-92f5-b21e5612e0cb 2018-11-09 08:27:51,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eaa4ff30-b752-448c-92f5-b21e5612e0cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:27:51,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7d79dd9f-4cec-402f-81d2-006c1b045e1e Date: Fri, 09 Nov 2018 08:27:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "7007e07a-9dfa-4fb8-9cf8-b0922a450149"}]} 2018-11-09 08:27:51,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eaa4ff30-b752-448c-92f5-b21e5612e0cb used request id req-7d79dd9f-4cec-402f-81d2-006c1b045e1e 2018-11-09 08:27:51,418 - neutron_utils - INFO - Retrieving security group with ID - eaa4ff30-b752-448c-92f5-b21e5612e0cb 2018-11-09 08:27:51,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=eaa4ff30-b752-448c-92f5-b21e5612e0cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:27:51,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-08ffbf1b-ec68-4f70-b9f4-4e62b4daebfe Date: Fri, 09 Nov 2018 08:27:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "updated_at": "2018-11-09T08:27:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "revision_number": 0, "id": "66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "revision_number": 0, "id": "7007e07a-9dfa-4fb8-9cf8-b0922a450149", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}], "revision_number": 2, "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name"}]} 2018-11-09 08:27:51,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=eaa4ff30-b752-448c-92f5-b21e5612e0cb used request id req-08ffbf1b-ec68-4f70-b9f4-4e62b4daebfe 2018-11-09 08:27:51,649 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eaa4ff30-b752-448c-92f5-b21e5612e0cb 2018-11-09 08:27:51,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eaa4ff30-b752-448c-92f5-b21e5612e0cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:27:51,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a723511b-2372-431d-bfc9-e3b5276b22d9 Date: Fri, 09 Nov 2018 08:27:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "7007e07a-9dfa-4fb8-9cf8-b0922a450149"}]} 2018-11-09 08:27:51,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eaa4ff30-b752-448c-92f5-b21e5612e0cb used request id req-a723511b-2372-431d-bfc9-e3b5276b22d9 2018-11-09 08:27:51,821 - neutron_utils - INFO - Retrieving security group with ID - eaa4ff30-b752-448c-92f5-b21e5612e0cb 2018-11-09 08:27:51,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=eaa4ff30-b752-448c-92f5-b21e5612e0cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:27:51,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-c1017dca-5875-44b1-bc5a-31e4c0244ceb Date: Fri, 09 Nov 2018 08:27:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "updated_at": "2018-11-09T08:27:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "revision_number": 0, "id": "66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "revision_number": 0, "id": "7007e07a-9dfa-4fb8-9cf8-b0922a450149", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}], "revision_number": 2, "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name"}]} 2018-11-09 08:27:51,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=eaa4ff30-b752-448c-92f5-b21e5612e0cb used request id req-c1017dca-5875-44b1-bc5a-31e4c0244ceb 2018-11-09 08:27:51,871 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eaa4ff30-b752-448c-92f5-b21e5612e0cb 2018-11-09 08:27:51,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eaa4ff30-b752-448c-92f5-b21e5612e0cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:27:52,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-812454dd-ef17-4032-bba0-2cadf20a8cc7 Date: Fri, 09 Nov 2018 08:27:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:50Z", "security_group_id": "eaa4ff30-b752-448c-92f5-b21e5612e0cb", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:50Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "7007e07a-9dfa-4fb8-9cf8-b0922a450149"}]} 2018-11-09 08:27:52,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eaa4ff30-b752-448c-92f5-b21e5612e0cb used request id req-812454dd-ef17-4032-bba0-2cadf20a8cc7 2018-11-09 08:27:52,042 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:27:52,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:52,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff337d3cf66c40fcb7c837bca987b6f8", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role"}], "expires_at": "2018-11-09T09:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e9887e670f84cd6b4043f63b2fbf465", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-user", "id": "7e3e9ad613784033ad5a8ee0a744e08e"}, "audit_ids": ["gMAIIY9IQOOTlsIyqFDxlg"], "issued_at": "2018-11-09T08:27:52.000000Z"}} 2018-11-09 08:27:52,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:52,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1847ff73-f93f-4e59-a0f3-79bdad543398 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:52,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1847ff73-f93f-4e59-a0f3-79bdad543398 2018-11-09 08:27:52,495 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:27:52,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:52,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-617516f5-4a73-4507-920f-ee71299c97cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:52,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-617516f5-4a73-4507-920f-ee71299c97cf 2018-11-09 08:27:52,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:52,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b8ae6e25-a678-4423-984a-fef4425c739e Date: Fri, 09 Nov 2018 08: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":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:27:52,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-b8ae6e25-a678-4423-984a-fef4425c739e 2018-11-09 08:27:52,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:27:52,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:27:52,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:52,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8731f1-42bb-4085-a440-fa390187a7bc Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:27:52,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-9b8731f1-42bb-4085-a440-fa390187a7bc 2018-11-09 08:27:52,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:53,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-accfed1e-9df4-4af7-88ca-970efbc7ad24 Date: Fri, 09 Nov 2018 08:27:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:27:53,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-accfed1e-9df4-4af7-88ca-970efbc7ad24 2018-11-09 08:27:53,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:53,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-69ce9442-62e7-4b55-b0ba-87150ff17b4f Date: Fri, 09 Nov 2018 08:27:53 GMT RESP BODY: {"ports":[]} 2018-11-09 08:27:53,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port&admin_state_up=True used request id req-69ce9442-62e7-4b55-b0ba-87150ff17b4f 2018-11-09 08:27:53,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:53,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-0ba35b75-3106-423c-80e7-f1150c2ea9f2 x-compute-request-id: req-0ba35b75-3106-423c-80e7-f1150c2ea9f2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:27:53,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst used request id req-0ba35b75-3106-423c-80e7-f1150c2ea9f2 2018-11-09 08:27:53,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:53,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1cae59e2-2ee6-45d4-ac27-98f801db85f8 Date: Fri, 09 Nov 2018 08: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":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:27:53,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-1cae59e2-2ee6-45d4-ac27-98f801db85f8 2018-11-09 08:27:53,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:53,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-886666e8-44cf-4a72-8bdf-3d54205940c0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:27:53,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-886666e8-44cf-4a72-8bdf-3d54205940c0 2018-11-09 08:27:53,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:54,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-88bcb9d2-0e76-49bc-9ce9-e490c902a1ba Date: Fri, 09 Nov 2018 08:27:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:27:54,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-88bcb9d2-0e76-49bc-9ce9-e490c902a1ba 2018-11-09 08:27:54,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:54,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-24456ce2-a617-4f56-80c3-73627887205e Date: Fri, 09 Nov 2018 08:27:54 GMT RESP BODY: {"ports":[]} 2018-11-09 08:27:54,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port&admin_state_up=True used request id req-24456ce2-a617-4f56-80c3-73627887205e 2018-11-09 08:27:54,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:27:54,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:27:54,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff337d3cf66c40fcb7c837bca987b6f8", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role"}], "expires_at": "2018-11-09T09:27:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e9887e670f84cd6b4043f63b2fbf465", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-user", "id": "7e3e9ad613784033ad5a8ee0a744e08e"}, "audit_ids": ["VJ5SfTgXRo-wUJjCNtXobQ"], "issued_at": "2018-11-09T08:27:54.000000Z"}} 2018-11-09 08:27:54,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d9c1d2a51a70ea13b9179c3007cd305fd6990c" 2018-11-09 08:27:54,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae4a1c20-7ee4-4f88-a76a-9e19158420aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:27:54,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ae4a1c20-7ee4-4f88-a76a-9e19158420aa 2018-11-09 08:27:54,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:54,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6eccddfc-ff11-4d47-bae3-354b31e09b92 Date: Fri, 09 Nov 2018 08: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":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:27:54,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-6eccddfc-ff11-4d47-bae3-354b31e09b92 2018-11-09 08:27:54,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:54,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d7bde6bc-dec4-47ae-9612-20916e2dda59 Date: Fri, 09 Nov 2018 08:27:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:27:54,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-d7bde6bc-dec4-47ae-9612-20916e2dda59 2018-11-09 08:27:54,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:55,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7f21f5da-ee4d-4c01-9c22-e083dce1da8b Date: Fri, 09 Nov 2018 08: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":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:27:55,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-7f21f5da-ee4d-4c01-9c22-e083dce1da8b 2018-11-09 08:27:55,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:27:55,316 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:27:55,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d9c1d2a51a70ea13b9179c3007cd305fd6990c" 2018-11-09 08:27:55,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93197d4-b10a-434d-bfe8-3fff06c668ab Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:27:55,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-c93197d4-b10a-434d-bfe8-3fff06c668ab 2018-11-09 08:27:55,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:55,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-aa62b8ca-0a16-4d94-8573-0be81644e769 Date: Fri, 09 Nov 2018 08:27:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:27:55,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-aa62b8ca-0a16-4d94-8573-0be81644e769 2018-11-09 08:27:55,612 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net 2018-11-09 08:27:55,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" -d '{"port": {"network_id": "0b9d25ef-813c-4d83-8341-ee11cf421e33", "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port", "admin_state_up": true}}' 2018-11-09 08:27:56,672 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-487c19db-7caa-41c6-ab38-505f6b1e234c Date: Fri, 09 Nov 2018 08:27:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.12"}],"id":"b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d","security_groups":["15491dd6-8e53-42f4-9c81-4c7fbcbf7996"],"mac_address":"fa:16:3e:5e:77:91","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port","project_id":"3e9887e670f84cd6b4043f63b2fbf465","qos_policy_id":null,"admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:56Z","binding:vnic_type":"normal"}} 2018-11-09 08:27:56,672 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-487c19db-7caa-41c6-ab38-505f6b1e234c 2018-11-09 08:27:56,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:56,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8ab590f5-80d2-484d-a1a2-76bcb0b5d195 Date: Fri, 09 Nov 2018 08:27: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":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:27:56,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-8ab590f5-80d2-484d-a1a2-76bcb0b5d195 2018-11-09 08:27:56,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:57,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfdf3e30-5e4c-4628-9841-c1e1525989c6 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:27:57,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-bfdf3e30-5e4c-4628-9841-c1e1525989c6 2018-11-09 08:27:57,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:57,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b4b1dc55-0fb5-4ce3-9253-cf8175fb311f Date: Fri, 09 Nov 2018 08:27:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:27:57,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-b4b1dc55-0fb5-4ce3-9253-cf8175fb311f 2018-11-09 08:27:57,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:57,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-f11608ad-02f7-4f0e-8c4f-2e1571534a14 Date: Fri, 09 Nov 2018 08:27:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.12"}],"id":"b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d","security_groups":["15491dd6-8e53-42f4-9c81-4c7fbcbf7996"],"mac_address":"fa:16:3e:5e:77:91","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:56Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:27:57,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port&admin_state_up=True used request id req-f11608ad-02f7-4f0e-8c4f-2e1571534a14 2018-11-09 08:27:57,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:57,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f43b9b-33dc-4c10-9b2c-e43fce83b47f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:27:57,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-d2f43b9b-33dc-4c10-9b2c-e43fce83b47f 2018-11-09 08:27:57,561 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst 2018-11-09 08:27:57,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:57,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-ddeb6258-3268-4c3b-b987-1c46a97f21e4 x-compute-request-id: req-ddeb6258-3268-4c3b-b987-1c46a97f21e4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-flavor-name"}]} 2018-11-09 08:27:57,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ddeb6258-3268-4c3b-b987-1c46a97f21e4 2018-11-09 08:27:57,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:57,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-7e7f315d-8c21-4ba7-9db7-529d494a893a x-compute-request-id: req-7e7f315d-8c21-4ba7-9db7-529d494a893a Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:27:57,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8 used request id req-7e7f315d-8c21-4ba7-9db7-529d494a893a 2018-11-09 08:27:57,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:57,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-2b81381b-c462-4132-921f-ac30d4529ee7 Date: Fri, 09 Nov 2018 08:27:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:27:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:27:46Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ca394608-d66b-4080-8206-a9bec9e0d714/snap", "metadata": {}}], "self": "/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714", "min_disk": 0, "protected": false, "id": "ca394608-d66b-4080-8206-a9bec9e0d714", "file": "/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e9887e670f84cd6b4043f63b2fbf465", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ca394608-d66b-4080-8206-a9bec9e0d714/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image"} 2018-11-09 08:27:57,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image used request id req-2b81381b-c462-4132-921f-ac30d4529ee7 2018-11-09 08:27:57,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:27:58,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0d273ad1-99d9-4400-b58f-9967bcfd4dba Date: Fri, 09 Nov 2018 08: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"}}} 2018-11-09 08:27:58,050 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-0d273ad1-99d9-4400-b58f-9967bcfd4dba 2018-11-09 08:27:58,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" -d '{"server": {"name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "imageRef": "ca394608-d66b-4080-8206-a9bec9e0d714", "flavorRef": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "max_count": 1, "min_count": 1, "networks": [{"port": "b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d"}]}}' 2018-11-09 08:27:59,706 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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-aee8829e-8194-4e11-9d5d-cabb5cb9ec98 x-compute-request-id: req-aee8829e-8194-4e11-9d5d-cabb5cb9ec98 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "adminPass": "tYbQh4BLBbrv"}} 2018-11-09 08:27:59,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-aee8829e-8194-4e11-9d5d-cabb5cb9ec98 2018-11-09 08:27:59,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:00,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-a54d1315-a0f9-4ae8-89a8-7f696fca992f x-compute-request-id: req-a54d1315-a0f9-4ae8-89a8-7f696fca992f 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.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:27:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:00,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-a54d1315-a0f9-4ae8-89a8-7f696fca992f 2018-11-09 08:28:00,057 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst 2018-11-09 08:28:00,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:00,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-3e126d7c-4e96-4c37-a325-ae5aeb672a5f x-compute-request-id: req-3e126d7c-4e96-4c37-a325-ae5aeb672a5f 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.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:27:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:00,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-3e126d7c-4e96-4c37-a325-ae5aeb672a5f 2018-11-09 08:28:00,425 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst] is - BUILD 2018-11-09 08:28:00,425 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:28:03,428 - create_instance - DEBUG - VM status query timeout in 896.628716946 2018-11-09 08:28:03,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:04,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-7d1ffc78-1370-4678-92ec-a0c717262265 x-compute-request-id: req-7d1ffc78-1370-4678-92ec-a0c717262265 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "security_groups": [{"name": "default"}], "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:28:01Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:04,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-7d1ffc78-1370-4678-92ec-a0c717262265 2018-11-09 08:28:04,165 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst] is - BUILD 2018-11-09 08:28:04,166 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:28:07,168 - create_instance - DEBUG - VM status query timeout in 892.888841867 2018-11-09 08:28:07,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:08,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-9ea85752-e3fe-4afe-a260-30a9ea8b4061 x-compute-request-id: req-9ea85752-e3fe-4afe-a260-30a9ea8b4061 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:77:91", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "security_groups": [{"name": "default"}], "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:07Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:08,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-9ea85752-e3fe-4afe-a260-30a9ea8b4061 2018-11-09 08:28:08,065 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst] is - ACTIVE 2018-11-09 08:28:08,066 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:28:08,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:08,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28: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-23f16ce8-9322-4c7b-9ad8-18cf52792618 x-compute-request-id: req-23f16ce8-9322-4c7b-9ad8-18cf52792618 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:77:91", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "security_groups": [{"name": "default"}], "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:07Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:08,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-23f16ce8-9322-4c7b-9ad8-18cf52792618 2018-11-09 08:28:08,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:08,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-81390c66-62c3-4338-bd5a-7d9317f700c9 Date: Fri, 09 Nov 2018 08:28: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":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:28:08,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-81390c66-62c3-4338-bd5a-7d9317f700c9 2018-11-09 08:28:08,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:08,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b20e01b-6518-4bdb-93e0-ead9e320c1f3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:28:08,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-9b20e01b-6518-4bdb-93e0-ead9e320c1f3 2018-11-09 08:28:08,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:08,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-43f4282c-1307-4b5f-9518-e16bd68e504f Date: Fri, 09 Nov 2018 08:28:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:28:08,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-43f4282c-1307-4b5f-9518-e16bd68e504f 2018-11-09 08:28:08,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:08,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-b2ebf0bf-13ac-49f1-9f8d-19dae84d27a7 Date: Fri, 09 Nov 2018 08:28:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.3"}],"id":"1f97560b-608c-471f-8d76-5d90cafba976","security_groups":[],"mac_address":"fa:16:3e:c9:f9:30","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9d25ef-813c-4d83-8341-ee11cf421e33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.4"}],"id":"55e8d111-1254-40f6-86e5-408e26f2a902","security_groups":[],"mac_address":"fa:16:3e:18:3e:88","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9d25ef-813c-4d83-8341-ee11cf421e33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.12"}],"id":"b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d","security_groups":["15491dd6-8e53-42f4-9c81-4c7fbcbf7996"],"mac_address":"fa:16:3e:5e:77:91","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:56Z","binding:vnic_type":"normal","device_id":"36aaf07a-77a1-4aa6-be9e-566ddb5223c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.2"}],"id":"ce654d95-a52f-4ca7-b817-cfbeaa415577","security_groups":[],"mac_address":"fa:16:3e:e0:4b:d5","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9d25ef-813c-4d83-8341-ee11cf421e33"}]} 2018-11-09 08:28:08,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-b2ebf0bf-13ac-49f1-9f8d-19dae84d27a7 2018-11-09 08:28:08,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:09,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28: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-718950f1-5278-476a-95e7-c7c34227af2e x-compute-request-id: req-718950f1-5278-476a-95e7-c7c34227af2e Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:77:91", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "security_groups": [{"name": "default"}], "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:07Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:09,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-718950f1-5278-476a-95e7-c7c34227af2e 2018-11-09 08:28:09,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:09,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ee6006ed-4fd6-43cf-9ea9-947e655c07ff Date: Fri, 09 Nov 2018 08:28: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":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:28:09,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-ee6006ed-4fd6-43cf-9ea9-947e655c07ff 2018-11-09 08:28:09,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:09,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984a3d36-9ad2-483e-91e3-1102b0058a0e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:28:09,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-984a3d36-9ad2-483e-91e3-1102b0058a0e 2018-11-09 08:28:09,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:09,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8e55f1a2-5062-4ee6-bc4b-9018e49d5681 Date: Fri, 09 Nov 2018 08:28:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:28:09,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-8e55f1a2-5062-4ee6-bc4b-9018e49d5681 2018-11-09 08:28:09,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:09,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-5503eccf-211c-4e7e-a05d-c0db7d75a7d0 Date: Fri, 09 Nov 2018 08:28:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.3"}],"id":"1f97560b-608c-471f-8d76-5d90cafba976","security_groups":[],"mac_address":"fa:16:3e:c9:f9:30","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9d25ef-813c-4d83-8341-ee11cf421e33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.4"}],"id":"55e8d111-1254-40f6-86e5-408e26f2a902","security_groups":[],"mac_address":"fa:16:3e:18:3e:88","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9d25ef-813c-4d83-8341-ee11cf421e33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.12"}],"id":"b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d","security_groups":["15491dd6-8e53-42f4-9c81-4c7fbcbf7996"],"mac_address":"fa:16:3e:5e:77:91","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:56Z","binding:vnic_type":"normal","device_id":"36aaf07a-77a1-4aa6-be9e-566ddb5223c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.2"}],"id":"ce654d95-a52f-4ca7-b817-cfbeaa415577","security_groups":[],"mac_address":"fa:16:3e:e0:4b:d5","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9d25ef-813c-4d83-8341-ee11cf421e33"}]} 2018-11-09 08:28:09,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-5503eccf-211c-4e7e-a05d-c0db7d75a7d0 2018-11-09 08:28:09,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:28:10,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff337d3cf66c40fcb7c837bca987b6f8", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role"}], "expires_at": "2018-11-09T09:28:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e9887e670f84cd6b4043f63b2fbf465", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3e9887e670f84cd6b4043f63b2fbf465", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-user", "id": "7e3e9ad613784033ad5a8ee0a744e08e"}, "audit_ids": ["3wbZOQLwQoWhJ5jwGoMDAw"], "issued_at": "2018-11-09T08:28:10.000000Z"}} 2018-11-09 08:28:10,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9365532124b6534051400ec1166f3154e3e2fc74" 2018-11-09 08:28:11,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28: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-9c219a79-4a35-4b82-8843-4a428ea815d0 x-compute-request-id: req-9c219a79-4a35-4b82-8843-4a428ea815d0 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:77:91", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "security_groups": [{"name": "default"}], "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:07Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:11,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-9c219a79-4a35-4b82-8843-4a428ea815d0 2018-11-09 08:28:11,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:11,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-de63145b-e5f5-49db-bfc2-89657acebb51 x-compute-request-id: req-de63145b-e5f5-49db-bfc2-89657acebb51 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:77:91", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "security_groups": [{"name": "default"}], "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:07Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:11,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-de63145b-e5f5-49db-bfc2-89657acebb51 2018-11-09 08:28:11,593 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst] is - ACTIVE 2018-11-09 08:28:11,593 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:28:11,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:11,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-596de5b2-d369-401b-ba8b-fceef8d1def2 x-compute-request-id: req-596de5b2-d369-401b-ba8b-fceef8d1def2 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:77:91", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "security_groups": [{"name": "default"}], "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:07Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:11,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-596de5b2-d369-401b-ba8b-fceef8d1def2 2018-11-09 08:28:11,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:12,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5fcebecb-312b-44db-aeeb-5fec0b30a0c0 Date: Fri, 09 Nov 2018 08:28: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":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:28:12,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-5fcebecb-312b-44db-aeeb-5fec0b30a0c0 2018-11-09 08:28:12,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:12,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fbf5ca0-8630-427f-a28f-657133f94d40 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:28:12,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-6fbf5ca0-8630-427f-a28f-657133f94d40 2018-11-09 08:28:12,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:12,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-14030ad3-8d3b-471d-aee3-12e6557e83a5 Date: Fri, 09 Nov 2018 08:28:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:28:12,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-14030ad3-8d3b-471d-aee3-12e6557e83a5 2018-11-09 08:28:12,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:12,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-5320ef52-93b1-43b0-a540-0d1997f2485e Date: Fri, 09 Nov 2018 08:28:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.3"}],"id":"1f97560b-608c-471f-8d76-5d90cafba976","security_groups":[],"mac_address":"fa:16:3e:c9:f9:30","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9d25ef-813c-4d83-8341-ee11cf421e33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.4"}],"id":"55e8d111-1254-40f6-86e5-408e26f2a902","security_groups":[],"mac_address":"fa:16:3e:18:3e:88","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9d25ef-813c-4d83-8341-ee11cf421e33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.12"}],"id":"b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d","security_groups":["15491dd6-8e53-42f4-9c81-4c7fbcbf7996"],"mac_address":"fa:16:3e:5e:77:91","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:56Z","binding:vnic_type":"normal","device_id":"36aaf07a-77a1-4aa6-be9e-566ddb5223c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.2"}],"id":"ce654d95-a52f-4ca7-b817-cfbeaa415577","security_groups":[],"mac_address":"fa:16:3e:e0:4b:d5","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9d25ef-813c-4d83-8341-ee11cf421e33"}]} 2018-11-09 08:28:12,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-5320ef52-93b1-43b0-a540-0d1997f2485e 2018-11-09 08:28:12,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:13,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ff58f2c-a3b6-4797-93f1-7024d90a63d0 x-compute-request-id: req-0ff58f2c-a3b6-4797-93f1-7024d90a63d0 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:77:91", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "security_groups": [{"name": "default"}], "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:07Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:13,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-0ff58f2c-a3b6-4797-93f1-7024d90a63d0 2018-11-09 08:28:13,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:13,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ddd59711-1944-4dd8-b20d-84f918f4c9c9 Date: Fri, 09 Nov 2018 08:28: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":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:28:13,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-ddd59711-1944-4dd8-b20d-84f918f4c9c9 2018-11-09 08:28:13,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:13,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d48d9822-c5b4-436e-8e4a-b869777d6f04 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:28:13,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-d48d9822-c5b4-436e-8e4a-b869777d6f04 2018-11-09 08:28:13,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:13,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-de3abb0c-2244-443d-85bd-8ca7bea103c5 Date: Fri, 09 Nov 2018 08:28:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:28:13,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-de3abb0c-2244-443d-85bd-8ca7bea103c5 2018-11-09 08:28:13,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:13,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-628117ca-92bc-4385-9eb7-6125e2fd1d63 Date: Fri, 09 Nov 2018 08:28:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.3"}],"id":"1f97560b-608c-471f-8d76-5d90cafba976","security_groups":[],"mac_address":"fa:16:3e:c9:f9:30","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9d25ef-813c-4d83-8341-ee11cf421e33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.4"}],"id":"55e8d111-1254-40f6-86e5-408e26f2a902","security_groups":[],"mac_address":"fa:16:3e:18:3e:88","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9d25ef-813c-4d83-8341-ee11cf421e33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.12"}],"id":"b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d","security_groups":["15491dd6-8e53-42f4-9c81-4c7fbcbf7996"],"mac_address":"fa:16:3e:5e:77:91","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:56Z","binding:vnic_type":"normal","device_id":"36aaf07a-77a1-4aa6-be9e-566ddb5223c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.2"}],"id":"ce654d95-a52f-4ca7-b817-cfbeaa415577","security_groups":[],"mac_address":"fa:16:3e:e0:4b:d5","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9d25ef-813c-4d83-8341-ee11cf421e33"}]} 2018-11-09 08:28:13,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-628117ca-92bc-4385-9eb7-6125e2fd1d63 2018-11-09 08:28:13,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name"}}' 2018-11-09 08:28:14,381 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:28: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-a38aa91a-054e-4f1b-8df9-a6c1c34279f2 x-compute-request-id: req-a38aa91a-054e-4f1b-8df9-a6c1c34279f2 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name not associated with the instance 36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "code": 404}} 2018-11-09 08:28:14,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5/action used request id req-a38aa91a-054e-4f1b-8df9-a6c1c34279f2 2018-11-09 08:28:14,381 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name not associated with the instance 36aaf07a-77a1-4aa6-be9e-566ddb5223c5 (HTTP 404) (Request-ID: req-a38aa91a-054e-4f1b-8df9-a6c1c34279f2) 2018-11-09 08:28:14,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:14,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-f853267e-ac50-44b3-a09a-d9bfd7ba4c4d x-compute-request-id: req-f853267e-ac50-44b3-a09a-d9bfd7ba4c4d Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:77:91", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "security_groups": [{"name": "default"}], "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:07Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:14,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-f853267e-ac50-44b3-a09a-d9bfd7ba4c4d 2018-11-09 08:28:14,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:15,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-91de159b-3e4f-4dc8-9f52-459e97632097 Date: Fri, 09 Nov 2018 08:28: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":["f4f86038-2d31-4020-a060-fd1807cc1045"],"updated_at":"2018-11-09T08:27:48Z","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3e9887e670f84cd6b4043f63b2fbf465","id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net"}]} 2018-11-09 08:28:15,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net used request id req-91de159b-3e4f-4dc8-9f52-459e97632097 2018-11-09 08:28:15,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:15,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29619d5a-94b9-481f-976b-5b5c031c562a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:28:15,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-29619d5a-94b9-481f-976b-5b5c031c562a 2018-11-09 08:28:15,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:15,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-263f922c-a4f2-4e5d-ac7f-8d08f62f4546 Date: Fri, 09 Nov 2018 08:28:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:27: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":"3e9887e670f84cd6b4043f63b2fbf465","id":"f4f86038-2d31-4020-a060-fd1807cc1045","subnetpool_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet"}]} 2018-11-09 08:28:15,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-263f922c-a4f2-4e5d-ac7f-8d08f62f4546 2018-11-09 08:28:15,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:15,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-41e11b3d-beec-4bc2-8091-5d3212b344c3 Date: Fri, 09 Nov 2018 08:28:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.3"}],"id":"1f97560b-608c-471f-8d76-5d90cafba976","security_groups":[],"mac_address":"fa:16:3e:c9:f9:30","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9d25ef-813c-4d83-8341-ee11cf421e33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.4"}],"id":"55e8d111-1254-40f6-86e5-408e26f2a902","security_groups":[],"mac_address":"fa:16:3e:18:3e:88","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9d25ef-813c-4d83-8341-ee11cf421e33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.12"}],"id":"b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d","security_groups":["15491dd6-8e53-42f4-9c81-4c7fbcbf7996"],"mac_address":"fa:16:3e:5e:77:91","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:56Z","binding:vnic_type":"normal","device_id":"36aaf07a-77a1-4aa6-be9e-566ddb5223c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:27:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4f86038-2d31-4020-a060-fd1807cc1045","ip_address":"10.55.0.2"}],"id":"ce654d95-a52f-4ca7-b817-cfbeaa415577","security_groups":[],"mac_address":"fa:16:3e:e0:4b:d5","project_id":"3e9887e670f84cd6b4043f63b2fbf465","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9d25ef-813c-4d83-8341-ee11cf421e33","tenant_id":"3e9887e670f84cd6b4043f63b2fbf465","created_at":"2018-11-09T08:27:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9d25ef-813c-4d83-8341-ee11cf421e33"}]} 2018-11-09 08:28:15,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-41e11b3d-beec-4bc2-8091-5d3212b344c3 2018-11-09 08:28:15,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9365532124b6534051400ec1166f3154e3e2fc74" 2018-11-09 08:28:16,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-aed9526d-4219-454d-bb55-89ff7c51abc0 x-compute-request-id: req-aed9526d-4219-454d-bb55-89ff7c51abc0 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:77:91", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "security_groups": [{"name": "default"}], "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:07Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:16,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-aed9526d-4219-454d-bb55-89ff7c51abc0 2018-11-09 08:28:16,111 - create_instance - INFO - Deleting Port with ID - b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d 2018-11-09 08:28:16,112 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-port 2018-11-09 08:28:16,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:16,606 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-09573258-13ca-4458-99b3-a749d637dfba Date: Fri, 09 Nov 2018 08:28:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:28:16,606 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/b7f9c0e9-b9b2-439a-b6e0-0cc40c88b81d used request id req-09573258-13ca-4458-99b3-a749d637dfba 2018-11-09 08:28:16,606 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst 2018-11-09 08:28:16,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:16,783 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-6015f4b8-07b6-41b9-9520-76417c4ead7c x-compute-request-id: req-6015f4b8-07b6-41b9-9520-76417c4ead7c Content-Type: application/json 2018-11-09 08:28:16,783 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-6015f4b8-07b6-41b9-9520-76417c4ead7c 2018-11-09 08:28:16,783 - create_instance - INFO - Checking deletion status 2018-11-09 08:28:16,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:17,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-4829c26c-3ec9-4ce1-8e23-54ed68a18a3a x-compute-request-id: req-4829c26c-3ec9-4ce1-8e23-54ed68a18a3a Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:77:91", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:16Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:17,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-4829c26c-3ec9-4ce1-8e23-54ed68a18a3a 2018-11-09 08:28:17,183 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst] is - ACTIVE 2018-11-09 08:28:17,184 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:28:20,187 - create_instance - DEBUG - VM status query timeout in 296.596645117 2018-11-09 08:28:20,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:20,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28: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-f73895e0-296e-4f5f-a26b-ba5c238da3d4 x-compute-request-id: req-f73895e0-296e-4f5f-a26b-ba5c238da3d4 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.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "rel": "bookmark"}], "image": {"id": "ca394608-d66b-4080-8206-a9bec9e0d714", "links": [{"href": "http://172.30.9.27:8774/images/ca394608-d66b-4080-8206-a9bec9e0d714", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:28:07.000000", "flavor": {"id": "516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "links": [{"href": "http://172.30.9.27:8774/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8", "rel": "bookmark"}]}, "id": "36aaf07a-77a1-4aa6-be9e-566ddb5223c5", "user_id": "7e3e9ad613784033ad5a8ee0a744e08e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:16Z", "hostId": "d29d031dc3e94b84c34e5d477768944609e51c835b5e427a0dd181d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst", "created": "2018-11-09T08:27:59Z", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:20,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-f73895e0-296e-4f5f-a26b-ba5c238da3d4 2018-11-09 08:28:20,618 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst] is - ACTIVE 2018-11-09 08:28:20,618 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:28:23,622 - create_instance - DEBUG - VM status query timeout in 293.161870956 2018-11-09 08:28:23,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f99a6737a3f89ac3fcc47265587b9fe0ccf095" 2018-11-09 08:28:23,687 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-14de3636-1ec5-449c-a942-7c01df041e0e x-compute-request-id: req-14de3636-1ec5-449c-a942-7c01df041e0e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 36aaf07a-77a1-4aa6-be9e-566ddb5223c5 could not be found.", "code": 404}} 2018-11-09 08:28:23,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/36aaf07a-77a1-4aa6-be9e-566ddb5223c5 used request id req-14de3636-1ec5-449c-a942-7c01df041e0e 2018-11-09 08:28:23,687 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 36aaf07a-77a1-4aa6-be9e-566ddb5223c5 could not be found. (HTTP 404) (Request-ID: req-14de3636-1ec5-449c-a942-7c01df041e0e) 2018-11-09 08:28:23,688 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-inst 2018-11-09 08:28:23,688 - neutron_utils - INFO - Deleting security group rule with ID - 66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9 2018-11-09 08:28:23,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:28:23,930 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-faa7b829-7e77-47be-885d-22f7738b1e77 Content-Length: 0 Date: Fri, 09 Nov 2018 08:28:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:28:23,930 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/66be38bd-f8ac-4479-bdcd-bfc8ddb83ab9 used request id req-faa7b829-7e77-47be-885d-22f7738b1e77 2018-11-09 08:28:23,930 - neutron_utils - INFO - Deleting security group rule with ID - 7007e07a-9dfa-4fb8-9cf8-b0922a450149 2018-11-09 08:28:23,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/7007e07a-9dfa-4fb8-9cf8-b0922a450149 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:28:24,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7ffae30-5f4f-49c5-ae6e-42d01892f61e Content-Length: 0 Date: Fri, 09 Nov 2018 08:28:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:28:24,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/7007e07a-9dfa-4fb8-9cf8-b0922a450149 used request id req-e7ffae30-5f4f-49c5-ae6e-42d01892f61e 2018-11-09 08:28:24,171 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-name 2018-11-09 08:28:24,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/eaa4ff30-b752-448c-92f5-b21e5612e0cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b96a56c208d5ba5b301aab48be6962a1b619817b" 2018-11-09 08:28:24,471 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac2c9df0-b12d-4f81-8ba2-b6510a6e4908 Content-Length: 0 Date: Fri, 09 Nov 2018 08:28:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:28:24,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/eaa4ff30-b752-448c-92f5-b21e5612e0cb used request id req-ac2c9df0-b12d-4f81-8ba2-b6510a6e4908 2018-11-09 08:28:24,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c99f405172f92a70f854604702d45feb81baf8e" 2018-11-09 08:28:24,519 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-7c083f8c-e7ee-4926-b26b-8541eba9cf01 x-compute-request-id: req-7c083f8c-e7ee-4926-b26b-8541eba9cf01 Content-Length: 0 Content-Type: application/json 2018-11-09 08:28:24,519 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/516bfb7e-2eb8-40b0-bdd3-bb77b26800a8 used request id req-7c083f8c-e7ee-4926-b26b-8541eba9cf01 2018-11-09 08:28:24,520 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet 2018-11-09 08:28:24,520 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-subnet 2018-11-09 08:28:24,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/f4f86038-2d31-4020-a060-fd1807cc1045 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e937afa1ea19dbed2e93513866f6a51e7f17389d" 2018-11-09 08:28:26,888 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-181e1f1e-9104-43e8-9a84-b2f84fb1f66d Date: Fri, 09 Nov 2018 08:28:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:28:26,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f4f86038-2d31-4020-a060-fd1807cc1045 used request id req-181e1f1e-9104-43e8-9a84-b2f84fb1f66d 2018-11-09 08:28:26,889 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-pub-net 2018-11-09 08:28:26,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/0b9d25ef-813c-4d83-8341-ee11cf421e33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e937afa1ea19dbed2e93513866f6a51e7f17389d" 2018-11-09 08:28:27,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4700b9de-54d4-4abc-a230-2faf7ad686b3 Date: Fri, 09 Nov 2018 08:28:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:28:27,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/0b9d25ef-813c-4d83-8341-ee11cf421e33 used request id req-4700b9de-54d4-4abc-a230-2faf7ad686b3 2018-11-09 08:28:27,888 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-4b52d6ff-d2d8-4a41-b384-f4a28659f028-image 2018-11-09 08:28:27,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58b2307f2144efb616574a6674574acf17354e8b" 2018-11-09 08:28:29,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb45283d-7716-4b62-b509-c9205a4b7159 Date: Fri, 09 Nov 2018 08:28:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:28:29,328 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ca394608-d66b-4080-8206-a9bec9e0d714 used request id req-cb45283d-7716-4b62-b509-c9205a4b7159 2018-11-09 08:28:29,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:28:29,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-10a33faf-0d07-4f4b-a348-3a6e695e8ab5 Date: Fri, 09 Nov 2018 08:28:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:47Z", "updated_at": "2018-11-09T08:27:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:47Z", "revision_number": 0, "id": "1762f4a5-3bb7-4a7d-a820-96673a36392d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:47Z", "security_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:47Z", "revision_number": 0, "id": "5acbe0f5-00b0-4b7f-bdc7-53837360d4b2", "remote_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:47Z", "security_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:47Z", "revision_number": 0, "id": "a506f717-cfb0-4fb7-b30c-41ba8e33c773", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:47Z", "security_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:27:47Z", "revision_number": 0, "id": "bfb486d3-fee2-45f4-bcc7-3858fe5a2aa6", "remote_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "remote_ip_prefix": null, "created_at": "2018-11-09T08:27:47Z", "security_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e9887e670f84cd6b4043f63b2fbf465"}], "revision_number": 4, "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:28:29,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-10a33faf-0d07-4f4b-a348-3a6e695e8ab5 2018-11-09 08:28:29,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:28:29,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b70e5e-03fd-4909-b30b-6c7e92c8b951 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465"}, "enabled": true, "id": "3e9887e670f84cd6b4043f63b2fbf465", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj"}} 2018-11-09 08:28:29,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-28b70e5e-03fd-4909-b30b-6c7e92c8b951 2018-11-09 08:28:29,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 15491dd6-8e53-42f4-9c81-4c7fbcbf7996 2018-11-09 08:28:29,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=15491dd6-8e53-42f4-9c81-4c7fbcbf7996 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:28:29,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ae1d5c11-b406-43d1-a7e9-cb6f63688425 Date: Fri, 09 Nov 2018 08:28:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:47Z", "security_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:47Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "1762f4a5-3bb7-4a7d-a820-96673a36392d"}, {"remote_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:47Z", "security_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:47Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "5acbe0f5-00b0-4b7f-bdc7-53837360d4b2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:47Z", "security_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:47Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "a506f717-cfb0-4fb7-b30c-41ba8e33c773"}, {"remote_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:27:47Z", "security_group_id": "15491dd6-8e53-42f4-9c81-4c7fbcbf7996", "port_range_min": null, "revision_number": 0, "tenant_id": "3e9887e670f84cd6b4043f63b2fbf465", "created_at": "2018-11-09T08:27:47Z", "project_id": "3e9887e670f84cd6b4043f63b2fbf465", "id": "bfb486d3-fee2-45f4-bcc7-3858fe5a2aa6"}]} 2018-11-09 08:28:29,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=15491dd6-8e53-42f4-9c81-4c7fbcbf7996 used request id req-ae1d5c11-b406-43d1-a7e9-cb6f63688425 2018-11-09 08:28:29,823 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:28:29,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/15491dd6-8e53-42f4-9c81-4c7fbcbf7996 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:28:30,130 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1e88a47-df39-4783-aeac-5563b89026f8 Content-Length: 0 Date: Fri, 09 Nov 2018 08:28:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:28:30,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/15491dd6-8e53-42f4-9c81-4c7fbcbf7996 used request id req-d1e88a47-df39-4783-aeac-5563b89026f8 2018-11-09 08:28:30,131 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj 2018-11-09 08:28:30,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:28:30,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:28:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d3dda90-773a-4865-9aea-598fc3d3188b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:28:30,336 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/3e9887e670f84cd6b4043f63b2fbf465 used request id req-0d3dda90-773a-4865-9aea-598fc3d3188b 2018-11-09 08:28:30,336 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-5ad6a151-ffa9-45f-proj-role 2018-11-09 08:28:30,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/ff337d3cf66c40fcb7c837bca987b6f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:28:30,446 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:28:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8aacb1bb-35a4-4c1c-851b-1c427c766dfc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:28:30,446 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/ff337d3cf66c40fcb7c837bca987b6f8 used request id req-8aacb1bb-35a4-4c1c-851b-1c427c766dfc 2018-11-09 08:28:30,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6ef08099cf5a96f86458fd64b8bce49e8e798f" 2018-11-09 08:28:30,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4066c40d-a3db-4f51-a9b3-ed096e7e2e0a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:28:30,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4066c40d-a3db-4f51-a9b3-ed096e7e2e0a 2018-11-09 08:28:30,536 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-5ad6a151-ffa9-45f-user 2018-11-09 08:28:30,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/7e3e9ad613784033ad5a8ee0a744e08e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ada98da88d498e3f8fe22de965d033f0c35f20" 2018-11-09 08:28:30,779 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:28:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f17726a-f08f-4698-a9c8-beba0b0e9981 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:28:30,779 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7e3e9ad613784033ad5a8ee0a744e08e used request id req-1f17726a-f08f-4698-a9c8-beba0b0e9981 2018-11-09 08:28:30,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:28:31,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["TJLsmrg-T5KFTy7ailS4Jg"], "issued_at": "2018-11-09T08:28:31.000000Z"}} 2018-11-09 08:28:31,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919d043deb13db7a9bc73c8974aa2275e62c5db8" 2018-11-09 08:28:31,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7736a41b-715b-4640-8294-0b97cc761adb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:28:31,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7736a41b-715b-4640-8294-0b97cc761adb 2018-11-09 08:28:31,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:28:31,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:28:31,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["SHvy5_QCQoWfJOfoMnTEWA"], "issued_at": "2018-11-09T08:28:31.000000Z"}} 2018-11-09 08:28:31,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:28:31,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf69dd56-394b-4ba4-970a-90a7d6229af2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:28:31,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cf69dd56-394b-4ba4-970a-90a7d6229af2 2018-11-09 08:28:31,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:28:31,750 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:28:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:28:31,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:28:31,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db5dea9-df05-4885-8571-63d46335f304 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:28:31,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj used request id req-5db5dea9-df05-4885-8571-63d46335f304 2018-11-09 08:28:31,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:28:31,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-316c2c8a-898e-4b46-a289-3fd8182dde78 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:28:31,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-316c2c8a-898e-4b46-a289-3fd8182dde78 2018-11-09 08:28:31,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj"}}' 2018-11-09 08:28:32,057 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c80415f-b93d-41d4-8bf6-632f9a16783a Content-Length: 312 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3366225c1f7f4bc18b7ea9d57ace7dfc"}, "enabled": true, "id": "3366225c1f7f4bc18b7ea9d57ace7dfc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj"}} 2018-11-09 08:28:32,057 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-3c80415f-b93d-41d4-8bf6-632f9a16783a 2018-11-09 08:28:32,057 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj 2018-11-09 08:28:32,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:28:32,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:28:32,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:28:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ZYz3Rwx1Q5qk2_MmLPnmHg"], "issued_at": "2018-11-09T08:28:32.000000Z"}} 2018-11-09 08:28:32,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87d5d0d6a4def37c57cdcddd177f363ee20718f" 2018-11-09 08:28:32,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-662b160f-7021-4bb9-a182-ece37a60309e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:28:32,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-662b160f-7021-4bb9-a182-ece37a60309e 2018-11-09 08:28:32,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:28:32,538 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:28: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:28:32,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87d5d0d6a4def37c57cdcddd177f363ee20718f" 2018-11-09 08:28:32,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3f2e635-4923-41f0-a4f5-71b6ea9e4020 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:28:32,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a3f2e635-4923-41f0-a4f5-71b6ea9e4020 2018-11-09 08:28:32,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87d5d0d6a4def37c57cdcddd177f363ee20718f" 2018-11-09 08:28:32,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1976605f-3373-46b7-b4a9-b6fc64a070c2 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3366225c1f7f4bc18b7ea9d57ace7dfc"}, "enabled": true, "id": "3366225c1f7f4bc18b7ea9d57ace7dfc", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj"}]} 2018-11-09 08:28:32,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj used request id req-1976605f-3373-46b7-b4a9-b6fc64a070c2 2018-11-09 08:28:32,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87d5d0d6a4def37c57cdcddd177f363ee20718f" 2018-11-09 08:28:32,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd5789d4-b58a-46ff-adf4-fb88ce754ef0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:28:32,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-dd5789d4-b58a-46ff-adf4-fb88ce754ef0 2018-11-09 08:28:33,216 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-f37763e5-a82a-4c9-user 2018-11-09 08:28:33,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:28:33,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:28:33,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db0c91f1-a7b3-4289-8252-0dbe2302e889 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:28:33,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-db0c91f1-a7b3-4289-8252-0dbe2302e889 2018-11-09 08:28:33,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" -d '{"role": {"name": "CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj-role"}}' 2018-11-09 08:28:33,434 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:28:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c114fbb3-4039-4149-ac73-2dfab5336575 Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a1be043187fd43bbbd7bd868cd2875f9", "links": {"self": "http://172.30.9.27:5000/v3/roles/a1be043187fd43bbbd7bd868cd2875f9"}, "name": "CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj-role"}} 2018-11-09 08:28:33,434 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-c114fbb3-4039-4149-ac73-2dfab5336575 2018-11-09 08:28:33,434 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj-role 2018-11-09 08:28:33,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/a1be043187fd43bbbd7bd868cd2875f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:28:33,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db06c83b-ecd7-4cb2-8630-0ef1e2cac660 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/a1be043187fd43bbbd7bd868cd2875f9"}, "domain_id": null, "name": "CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj-role", "id": "a1be043187fd43bbbd7bd868cd2875f9"}} 2018-11-09 08:28:33,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/a1be043187fd43bbbd7bd868cd2875f9 used request id req-db06c83b-ecd7-4cb2-8630-0ef1e2cac660 2018-11-09 08:28:33,525 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj-role to project CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj 2018-11-09 08:28:33,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/3366225c1f7f4bc18b7ea9d57ace7dfc/users/9a5c2024bbc840089d1f7499dc79d393/roles/a1be043187fd43bbbd7bd868cd2875f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:28:33,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:28:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bef65a8-347b-4492-aeca-84b1f99516e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:28:33,658 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/3366225c1f7f4bc18b7ea9d57ace7dfc/users/9a5c2024bbc840089d1f7499dc79d393/roles/a1be043187fd43bbbd7bd868cd2875f9 used request id req-3bef65a8-347b-4492-aeca-84b1f99516e1 2018-11-09 08:28:33,658 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:28:33,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:28:33,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:28:34,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:28:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["LMUiUDPuTYy8kEPmuBDSsg"], "issued_at": "2018-11-09T08:28:34.000000Z"}} 2018-11-09 08:28:34,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4565aa433a8bc71615e0918a96bfcd193849a159" 2018-11-09 08:28:34,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82413ec6-fa91-426a-99b6-4c9b40ba393a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:28:34,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-82413ec6-fa91-426a-99b6-4c9b40ba393a 2018-11-09 08:28:34,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4565aa433a8bc71615e0918a96bfcd193849a159" 2018-11-09 08:28:34,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cdbadbba-cd58-4568-89db-0d0f934030af Date: Fri, 09 Nov 2018 08:28:34 GMT RESP BODY: {"networks":[]} 2018-11-09 08:28:34,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-cdbadbba-cd58-4568-89db-0d0f934030af 2018-11-09 08:28:34,325 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net 2018-11-09 08:28:34,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4565aa433a8bc71615e0918a96bfcd193849a159" -d '{"network": {"name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net", "admin_state_up": true}}' 2018-11-09 08:28:34,785 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-65256729-9460-4c01-a6c3-2597d597cf46 Date: Fri, 09 Nov 2018 08:28:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:28:34Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","mtu":1450}} 2018-11-09 08:28:34,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-65256729-9460-4c01-a6c3-2597d597cf46 2018-11-09 08:28:34,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4565aa433a8bc71615e0918a96bfcd193849a159" 2018-11-09 08:28:35,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-a2446a7e-c105-4511-be65-3ce76a291b9f Date: Fri, 09 Nov 2018 08:28:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:28:34Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:28:35,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-a2446a7e-c105-4511-be65-3ce76a291b9f 2018-11-09 08:28:35,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4565aa433a8bc71615e0918a96bfcd193849a159" 2018-11-09 08:28:35,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8edc0363-af83-4627-9e4a-6403ac3494a1 Date: Fri, 09 Nov 2018 08:28:35 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:28:35,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-8edc0363-af83-4627-9e4a-6403ac3494a1 2018-11-09 08:28:35,214 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet 2018-11-09 08:28:35,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4565aa433a8bc71615e0918a96bfcd193849a159" -d '{"subnets": [{"ip_version": 4, "network_id": "1b581c47-1548-47ee-8e86-9a0ab461e1a2", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]}' 2018-11-09 08:28:35,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-74e514d6-4bc3-458d-b528-91d05749df06 Date: Fri, 09 Nov 2018 08:28:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:28:35,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-74e514d6-4bc3-458d-b528-91d05749df06 2018-11-09 08:28:35,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4565aa433a8bc71615e0918a96bfcd193849a159" 2018-11-09 08:28:36,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-5a8de2ba-a08e-49bb-a442-a568b334f8e3 Date: Fri, 09 Nov 2018 08:28:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:28:36,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-5a8de2ba-a08e-49bb-a442-a568b334f8e3 2018-11-09 08:28:36,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4565aa433a8bc71615e0918a96bfcd193849a159" 2018-11-09 08:28:36,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a81c73a2-75b2-4851-b4dd-96f869e904df Date: Fri, 09 Nov 2018 08:28:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:28:36,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-a81c73a2-75b2-4851-b4dd-96f869e904df 2018-11-09 08:28:36,298 - OpenStackNetwork - DEBUG - Network [1b581c47-1548-47ee-8e86-9a0ab461e1a2] created successfully 2018-11-09 08:28:36,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:28:36,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:28:36,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:28:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["hEkeo2TuS5C47anGhxrUrw"], "issued_at": "2018-11-09T08:28:36.000000Z"}} 2018-11-09 08:28:36,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bb54dc7b785fbd9254aeca4f5175694ad59c60d" 2018-11-09 08:28:36,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8775a0b7-3eb7-4d98-ac1e-81ba248bd97f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:28:36,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8775a0b7-3eb7-4d98-ac1e-81ba248bd97f 2018-11-09 08:28:36,779 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:28:36,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bb54dc7b785fbd9254aeca4f5175694ad59c60d" 2018-11-09 08:28:36,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c9b182d-ebaa-4830-a541-e46111beedc1 x-compute-request-id: req-4c9b182d-ebaa-4830-a541-e46111beedc1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:28:36,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4c9b182d-ebaa-4830-a541-e46111beedc1 2018-11-09 08:28:36,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bb54dc7b785fbd9254aeca4f5175694ad59c60d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-11-09 08:28:37,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b2ceccb-b575-445a-acfd-765f8abde21b x-compute-request-id: req-5b2ceccb-b575-445a-acfd-765f8abde21b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:28:37,045 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5b2ceccb-b575-445a-acfd-765f8abde21b 2018-11-09 08:28:37,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:28:37,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:28:37,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a1be043187fd43bbbd7bd868cd2875f9", "name": "CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj-role"}], "expires_at": "2018-11-09T09:28:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3366225c1f7f4bc18b7ea9d57ace7dfc", "name": "CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3366225c1f7f4bc18b7ea9d57ace7dfc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-f37763e5-a82a-4c9-user", "id": "9a5c2024bbc840089d1f7499dc79d393"}, "audit_ids": ["agFvYZTMR1CjbE5HIGmcaQ"], "issued_at": "2018-11-09T08:28:37.000000Z"}} 2018-11-09 08:28:37,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc985104c1cbc3f2018ad2c63969b6bfdf0a4a77" 2018-11-09 08:28:37,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c61ab4-f907-4a4f-b0c1-31685cb8571a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:28:37,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-52c61ab4-f907-4a4f-b0c1-31685cb8571a 2018-11-09 08:28:37,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc985104c1cbc3f2018ad2c63969b6bfdf0a4a77" 2018-11-09 08:28:37,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-0e682486-4807-4940-b702-5067905f9f5d Date: Fri, 09 Nov 2018 08:28:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image"} 2018-11-09 08:28:37,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image used request id req-0e682486-4807-4940-b702-5067905f9f5d 2018-11-09 08:28:37,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc985104c1cbc3f2018ad2c63969b6bfdf0a4a77" 2018-11-09 08:28:37,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f7b3266b-c97a-44f9-9b38-65465744e36c Date: Fri, 09 Nov 2018 08:28:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:28:37,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-f7b3266b-c97a-44f9-9b38-65465744e36c 2018-11-09 08:28:37,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc985104c1cbc3f2018ad2c63969b6bfdf0a4a77" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image"}' 2018-11-09 08:28:38,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07 X-Openstack-Request-Id: req-9a7434f5-2a43-4792-bea0-83dfff462b21 Date: Fri, 09 Nov 2018 08:28:38 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:28:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:28:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "min_disk": 0, "protected": false, "id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "file": "/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/file", "checksum": null, "owner": "3366225c1f7f4bc18b7ea9d57ace7dfc", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:28:38,175 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-9a7434f5-2a43-4792-bea0-83dfff462b21 2018-11-09 08:28:38,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc985104c1cbc3f2018ad2c63969b6bfdf0a4a77" -d '' 2018-11-09 08:28:40,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cee4acda-b6ad-4a96-8321-0fae7f2e9737 Date: Fri, 09 Nov 2018 08:28:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:28:40,101 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/file used request id req-cee4acda-b6ad-4a96-8321-0fae7f2e9737 2018-11-09 08:28:40,102 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:28:40,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc985104c1cbc3f2018ad2c63969b6bfdf0a4a77" 2018-11-09 08:28:40,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-ff9aa59f-4c9d-4339-8906-9dcf2f4ea360 Date: Fri, 09 Nov 2018 08:28:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:28:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:28:39Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/snap", "metadata": {}}], "self": "/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "min_disk": 0, "protected": false, "id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "file": "/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3366225c1f7f4bc18b7ea9d57ace7dfc", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:28:40,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07 used request id req-ff9aa59f-4c9d-4339-8906-9dcf2f4ea360 2018-11-09 08:28:40,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc985104c1cbc3f2018ad2c63969b6bfdf0a4a77" 2018-11-09 08:28:40,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4186905a-0c09-4bd3-b9be-163feb0a6548 Date: Fri, 09 Nov 2018 08:28:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:28:40,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4186905a-0c09-4bd3-b9be-163feb0a6548 2018-11-09 08:28:40,289 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image 2018-11-09 08:28:40,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc985104c1cbc3f2018ad2c63969b6bfdf0a4a77" 2018-11-09 08:28:40,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-eb2a45dd-171d-4290-9e18-09a699eeffcf Date: Fri, 09 Nov 2018 08:28:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:28:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:28:39Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/snap", "metadata": {}}], "self": "/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "min_disk": 0, "protected": false, "id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "file": "/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3366225c1f7f4bc18b7ea9d57ace7dfc", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:28:40,456 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07 used request id req-eb2a45dd-171d-4290-9e18-09a699eeffcf 2018-11-09 08:28:40,457 - create_image - DEBUG - Instance status is - active 2018-11-09 08:28:40,457 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image 2018-11-09 08:28:40,457 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image 2018-11-09 08:28:40,457 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:28:40,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919d043deb13db7a9bc73c8974aa2275e62c5db8" 2018-11-09 08:28:40,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28: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-0daff6b5-97ce-43af-842f-62369b064f15 x-compute-request-id: req-0daff6b5-97ce-43af-842f-62369b064f15 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": {"overcloud-controller-2.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:36.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:35.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:32.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:33.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:31.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:40.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:37.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:35.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:33.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:33.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-11-09T08:28:34.000000"}}}, "zoneName": "nova"}]} 2018-11-09 08:28:40,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-availability-zone/detail used request id req-0daff6b5-97ce-43af-842f-62369b064f15 2018-11-09 08:28:40,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:28:40,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:28:41,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:28:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["4JKfu16OQD25E_I0nRyzKg"], "issued_at": "2018-11-09T08:28:41.000000Z"}} 2018-11-09 08:28:41,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:41,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93341ef3-5b1b-4d5f-b284-b9c5dd0a401f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:28:41,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-93341ef3-5b1b-4d5f-b284-b9c5dd0a401f 2018-11-09 08:28:41,185 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:28:41,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:41,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d457990c-2474-4c80-a98d-301c9765a3c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:28:41,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d457990c-2474-4c80-a98d-301c9765a3c7 2018-11-09 08:28:41,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:41,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-83c63cee-2002-4018-9a02-9bd122ceba88 Date: Fri, 09 Nov 2018 08:28:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:28:41,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-83c63cee-2002-4018-9a02-9bd122ceba88 2018-11-09 08:28:41,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:28:41,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:28:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:28:41,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:41,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5493a912-8a52-45ae-af57-facc962264ce Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:28:41,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-5493a912-8a52-45ae-af57-facc962264ce 2018-11-09 08:28:41,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:41,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-7ba3cd0a-2450-43e7-b0d6-244b9347c686 Date: Fri, 09 Nov 2018 08:28:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:28:41,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-7ba3cd0a-2450-43e7-b0d6-244b9347c686 2018-11-09 08:28:41,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:42,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-784e69d0-c2e5-4835-ad3a-be396f22e872 Date: Fri, 09 Nov 2018 08:28:42 GMT RESP BODY: {"ports":[]} 2018-11-09 08:28:42,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1&admin_state_up=True used request id req-784e69d0-c2e5-4835-ad3a-be396f22e872 2018-11-09 08:28:42,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:42,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-fb637947-7683-4fc0-ab50-e780c9a19317 x-compute-request-id: req-fb637947-7683-4fc0-ab50-e780c9a19317 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:28:42,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-fb637947-7683-4fc0-ab50-e780c9a19317 2018-11-09 08:28:42,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:42,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-be9b3155-d7ab-4527-9a85-ce7fbe1a52c3 Date: Fri, 09 Nov 2018 08:28:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:28:42,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-be9b3155-d7ab-4527-9a85-ce7fbe1a52c3 2018-11-09 08:28:42,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:42,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-767fe714-659d-4502-a0ff-2ced43c98fad Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:28:42,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-767fe714-659d-4502-a0ff-2ced43c98fad 2018-11-09 08:28:42,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:42,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-1f7e01ca-2404-45ee-9082-4731ac8fa26c Date: Fri, 09 Nov 2018 08:28:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:28:42,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-1f7e01ca-2404-45ee-9082-4731ac8fa26c 2018-11-09 08:28:42,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:42,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d1786b7f-ffc5-4a1e-8b9c-b5e9c3d6f84f Date: Fri, 09 Nov 2018 08:28:42 GMT RESP BODY: {"ports":[]} 2018-11-09 08:28:42,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1&admin_state_up=True used request id req-d1786b7f-ffc5-4a1e-8b9c-b5e9c3d6f84f 2018-11-09 08:28:42,690 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:28:42,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:28:43,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:28:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["fyhSdhAOS_-zgejrpF7nog"], "issued_at": "2018-11-09T08:28:43.000000Z"}} 2018-11-09 08:28:43,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd71d8fa931ef38aeb8a275aaf3f80054d5c53e" 2018-11-09 08:28:43,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec4968ba-e9e2-4d19-97bf-1cd8c22aa3eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:28:43,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ec4968ba-e9e2-4d19-97bf-1cd8c22aa3eb 2018-11-09 08:28:43,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:43,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-a61cc2b4-0667-4e2b-9664-2ca0f561f3d7 Date: Fri, 09 Nov 2018 08:28:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:28:43,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-a61cc2b4-0667-4e2b-9664-2ca0f561f3d7 2018-11-09 08:28:43,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:43,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-161d58fb-0367-48b2-b75f-3b2377e64e98 Date: Fri, 09 Nov 2018 08:28:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:28:43,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-161d58fb-0367-48b2-b75f-3b2377e64e98 2018-11-09 08:28:43,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:43,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-47a0cf28-cbef-4333-a4bd-0d7f9c23c840 Date: Fri, 09 Nov 2018 08:28:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:28:43,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-47a0cf28-cbef-4333-a4bd-0d7f9c23c840 2018-11-09 08:28:43,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:28:43,846 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:28: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:28:43,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd71d8fa931ef38aeb8a275aaf3f80054d5c53e" 2018-11-09 08:28:43,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d3c2e2f-76ed-4a38-be51-b1cefb5d033c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:28:43,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-6d3c2e2f-76ed-4a38-be51-b1cefb5d033c 2018-11-09 08:28:43,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:43,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-01a832f2-1f37-429b-9ee9-c816fa811601 Date: Fri, 09 Nov 2018 08:28:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:28:43,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-01a832f2-1f37-429b-9ee9-c816fa811601 2018-11-09 08:28:43,918 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net 2018-11-09 08:28:43,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" -d '{"port": {"network_id": "1b581c47-1548-47ee-8e86-9a0ab461e1a2", "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1", "admin_state_up": true}}' 2018-11-09 08:28:44,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-587b7b40-6697-4472-86c9-0ed07a220923 Date: Fri, 09 Nov 2018 08:28:44 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:44Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.8"}],"id":"8f029004-f1db-4638-ba3d-61427c8cd714","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:55:58","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1","project_id":"0b2f64a45219400697df961f5de737ee","qos_policy_id":null,"admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:44Z","binding:vnic_type":"normal"}} 2018-11-09 08:28:44,702 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-587b7b40-6697-4472-86c9-0ed07a220923 2018-11-09 08:28:44,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:45,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-e7be47c5-3b53-4b52-b5fd-f74872413583 Date: Fri, 09 Nov 2018 08:28:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:28:45,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-e7be47c5-3b53-4b52-b5fd-f74872413583 2018-11-09 08:28:45,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:45,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b467e5d2-c329-4fa8-bcf1-3f624385d132 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:28:45,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-b467e5d2-c329-4fa8-bcf1-3f624385d132 2018-11-09 08:28:45,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:45,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-09ec8bd7-db7d-4b4f-9de2-c2dc5a88c119 Date: Fri, 09 Nov 2018 08:28:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:28:45,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-09ec8bd7-db7d-4b4f-9de2-c2dc5a88c119 2018-11-09 08:28:45,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:45,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-6a5e5dd2-8c8b-42f3-af2b-e7f69041ec2b Date: Fri, 09 Nov 2018 08:28:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:44Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.8"}],"id":"8f029004-f1db-4638-ba3d-61427c8cd714","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:55:58","project_id":"0b2f64a45219400697df961f5de737ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:44Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:28:45,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1&admin_state_up=True used request id req-6a5e5dd2-8c8b-42f3-af2b-e7f69041ec2b 2018-11-09 08:28:45,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:45,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc8721c-5272-4e77-b0f8-35b821ae6779 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:28:45,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-7dc8721c-5272-4e77-b0f8-35b821ae6779 2018-11-09 08:28:45,752 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-09 08:28:45,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:45,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faffbada-479f-43e9-8a5c-0e295caadbac x-compute-request-id: req-faffbada-479f-43e9-8a5c-0e295caadbac Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-flavor-name"}]} 2018-11-09 08:28:45,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-faffbada-479f-43e9-8a5c-0e295caadbac 2018-11-09 08:28:45,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:45,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00e85d4f-5417-4fed-8330-201466ecfccf x-compute-request-id: req-00e85d4f-5417-4fed-8330-201466ecfccf Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:28:45,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21 used request id req-00e85d4f-5417-4fed-8330-201466ecfccf 2018-11-09 08:28:45,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:46,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-b9f40e3e-ab6b-4f00-a340-8d3c021b0128 Date: Fri, 09 Nov 2018 08:28:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:28:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:28:39Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/snap", "metadata": {}}], "self": "/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "min_disk": 0, "protected": false, "id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "file": "/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3366225c1f7f4bc18b7ea9d57ace7dfc", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image"} 2018-11-09 08:28:46,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image used request id req-b9f40e3e-ab6b-4f00-a340-8d3c021b0128 2018-11-09 08:28:46,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:46,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-980d30be-08b5-4058-9dac-142b84120c32 Date: Fri, 09 Nov 2018 08:28:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:28:46,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-980d30be-08b5-4058-9dac-142b84120c32 2018-11-09 08:28:46,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" -d '{"server": {"name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "max_count": 1, "min_count": 1, "networks": [{"port": "8f029004-f1db-4638-ba3d-61427c8cd714"}]}}' 2018-11-09 08:28:47,620 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-d5b30209-ffd6-4356-96fa-0d43bbf68778 x-compute-request-id: req-d5b30209-ffd6-4356-96fa-0d43bbf68778 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "adminPass": "xNckyX7ZC2Qq"}} 2018-11-09 08:28:47,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d5b30209-ffd6-4356-96fa-0d43bbf68778 2018-11-09 08:28:47,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:47,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7b8b6bc-af35-4f80-bc6f-221e263de976 x-compute-request-id: req-b7b8b6bc-af35-4f80-bc6f-221e263de976 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:28:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:47,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-b7b8b6bc-af35-4f80-bc6f-221e263de976 2018-11-09 08:28:47,968 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-09 08:28:47,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:48,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28: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-7ffcf702-b578-4c04-a7b7-bf7ad78355ef x-compute-request-id: req-7ffcf702-b578-4c04-a7b7-bf7ad78355ef Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:28:48Z", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:48,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-7ffcf702-b578-4c04-a7b7-bf7ad78355ef 2018-11-09 08:28:48,203 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-11-09 08:28:48,203 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:28:51,206 - create_instance - DEBUG - VM status query timeout in 896.7622509 2018-11-09 08:28:51,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:51,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28: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-bda9b5b8-e3a2-4364-adc2-596604ba0af1 x-compute-request-id: req-bda9b5b8-e3a2-4364-adc2-596604ba0af1 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:55:58", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:28:48Z", "hostId": "ccb45873816aad273be3824cc69f151403616d092257c767fe089ba1", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:51,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-bda9b5b8-e3a2-4364-adc2-596604ba0af1 2018-11-09 08:28:51,764 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-11-09 08:28:51,765 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:28:54,768 - create_instance - DEBUG - VM status query timeout in 893.200842857 2018-11-09 08:28:54,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:55,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28: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-9a5d17fd-bdbd-4e14-b4b2-198f185cfda4 x-compute-request-id: req-9a5d17fd-bdbd-4e14-b4b2-198f185cfda4 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:55:58", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:28:48Z", "hostId": "ccb45873816aad273be3824cc69f151403616d092257c767fe089ba1", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:55,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-9a5d17fd-bdbd-4e14-b4b2-198f185cfda4 2018-11-09 08:28:55,460 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-11-09 08:28:55,461 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:28:58,464 - create_instance - DEBUG - VM status query timeout in 889.50490284 2018-11-09 08:28:58,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:59,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28: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-a3525cbd-e9d6-4685-ab2d-745ac01f3ed6 x-compute-request-id: req-a3525cbd-e9d6-4685-ab2d-745ac01f3ed6 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:55:58", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c5", "OS-SRV-USG:launched_at": "2018-11-09T08:28:54.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:54Z", "hostId": "ccb45873816aad273be3824cc69f151403616d092257c767fe089ba1", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:59,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-a3525cbd-e9d6-4685-ab2d-745ac01f3ed6 2018-11-09 08:28:59,094 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-11-09 08:28:59,095 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:28:59,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:59,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60230b9d-e9b9-4bb6-bcc3-6f7c63de0282 x-compute-request-id: req-60230b9d-e9b9-4bb6-bcc3-6f7c63de0282 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:55:58", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c5", "OS-SRV-USG:launched_at": "2018-11-09T08:28:54.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:54Z", "hostId": "ccb45873816aad273be3824cc69f151403616d092257c767fe089ba1", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:28:59,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-60230b9d-e9b9-4bb6-bcc3-6f7c63de0282 2018-11-09 08:28:59,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:28:59,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-98c78cf5-79c4-4b1f-943a-861452d7b240 Date: Fri, 09 Nov 2018 08:28:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:28:59,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-98c78cf5-79c4-4b1f-943a-861452d7b240 2018-11-09 08:28:59,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:00,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe85067b-7592-40eb-9332-288bb2bd605c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:00,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-fe85067b-7592-40eb-9332-288bb2bd605c 2018-11-09 08:29:00,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:00,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-4ae7a9c3-61f8-4d2f-8142-3640f0a24c2d Date: Fri, 09 Nov 2018 08:28:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:00,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-4ae7a9c3-61f8-4d2f-8142-3640f0a24c2d 2018-11-09 08:29:00,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:00,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-73a602d0-722d-43fe-8be2-79e993ed4231 Date: Fri, 09 Nov 2018 08:29:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.3"}],"id":"47095842-566b-43cd-997f-e205ed72fbb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:94:d3","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.8"}],"id":"8f029004-f1db-4638-ba3d-61427c8cd714","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:55:58","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:44Z","binding:vnic_type":"normal","device_id":"e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.2"}],"id":"a5718f42-3e5a-434d-b5c8-bf12f5f1d1d6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:b5:8c","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.4"}],"id":"c4385aaf-60d8-4e1c-a58b-9562520da3e1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:71:60","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b581c47-1548-47ee-8e86-9a0ab461e1a2"}]} 2018-11-09 08:29:00,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-73a602d0-722d-43fe-8be2-79e993ed4231 2018-11-09 08:29:00,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:01,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2fbc4ae6-be2d-4190-b355-115b1e6f243a x-compute-request-id: req-2fbc4ae6-be2d-4190-b355-115b1e6f243a Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:55:58", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c5", "OS-SRV-USG:launched_at": "2018-11-09T08:28:54.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:54Z", "hostId": "ccb45873816aad273be3824cc69f151403616d092257c767fe089ba1", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:01,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-2fbc4ae6-be2d-4190-b355-115b1e6f243a 2018-11-09 08:29:01,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:01,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-696c5076-8895-4680-8859-635fb4248f69 Date: Fri, 09 Nov 2018 08:29:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:01,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-696c5076-8895-4680-8859-635fb4248f69 2018-11-09 08:29:01,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:01,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ba38588-ab17-4853-a4a0-731df4abfef7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:01,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-4ba38588-ab17-4853-a4a0-731df4abfef7 2018-11-09 08:29:01,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:01,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-02f963a6-a704-46b3-a7a4-99644eb9361d Date: Fri, 09 Nov 2018 08:29:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:01,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-02f963a6-a704-46b3-a7a4-99644eb9361d 2018-11-09 08:29:01,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:01,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-f3389e88-c7ef-416c-9264-df60b3dd2466 Date: Fri, 09 Nov 2018 08:29:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.3"}],"id":"47095842-566b-43cd-997f-e205ed72fbb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:94:d3","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.8"}],"id":"8f029004-f1db-4638-ba3d-61427c8cd714","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:55:58","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:44Z","binding:vnic_type":"normal","device_id":"e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.2"}],"id":"a5718f42-3e5a-434d-b5c8-bf12f5f1d1d6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:b5:8c","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.4"}],"id":"c4385aaf-60d8-4e1c-a58b-9562520da3e1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:71:60","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b581c47-1548-47ee-8e86-9a0ab461e1a2"}]} 2018-11-09 08:29:01,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-f3389e88-c7ef-416c-9264-df60b3dd2466 2018-11-09 08:29:01,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:02,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-99cc70e6-7b49-4b3e-a3bf-f0675a9f0d10 x-compute-request-id: req-99cc70e6-7b49-4b3e-a3bf-f0675a9f0d10 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:55:58", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c5", "OS-SRV-USG:launched_at": "2018-11-09T08:28:54.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:54Z", "hostId": "ccb45873816aad273be3824cc69f151403616d092257c767fe089ba1", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:02,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-99cc70e6-7b49-4b3e-a3bf-f0675a9f0d10 2018-11-09 08:29:02,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:02,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-ad8b9de9-b03b-4742-9476-2e8d99268b45 Date: Fri, 09 Nov 2018 08:29:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:02,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-ad8b9de9-b03b-4742-9476-2e8d99268b45 2018-11-09 08:29:02,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:02,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-944134a4-88d0-4280-b914-46cd221f8fe1 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:02,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-944134a4-88d0-4280-b914-46cd221f8fe1 2018-11-09 08:29:02,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:02,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a7e074e0-7e28-4f12-a985-0692c23b9354 Date: Fri, 09 Nov 2018 08:29:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:02,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-a7e074e0-7e28-4f12-a985-0692c23b9354 2018-11-09 08:29:02,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:02,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-b3fa2898-7792-451e-9abc-980622c7c05e Date: Fri, 09 Nov 2018 08:29:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.3"}],"id":"47095842-566b-43cd-997f-e205ed72fbb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:94:d3","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.8"}],"id":"8f029004-f1db-4638-ba3d-61427c8cd714","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:55:58","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:44Z","binding:vnic_type":"normal","device_id":"e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.2"}],"id":"a5718f42-3e5a-434d-b5c8-bf12f5f1d1d6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:b5:8c","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.4"}],"id":"c4385aaf-60d8-4e1c-a58b-9562520da3e1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:71:60","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b581c47-1548-47ee-8e86-9a0ab461e1a2"}]} 2018-11-09 08:29:02,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-b3fa2898-7792-451e-9abc-980622c7c05e 2018-11-09 08:29:02,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:29:02,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:29:02,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["YnrMSQGjRqqtVvI6bK7DmA"], "issued_at": "2018-11-09T08:29:02.000000Z"}} 2018-11-09 08:29:02,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:02,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15d4f69-bf28-4182-95ac-307ffc4fab49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:02,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e15d4f69-bf28-4182-95ac-307ffc4fab49 2018-11-09 08:29:02,938 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:29:02,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:03,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ad914ce-d9b5-4fb4-868f-37c422a9cc4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:03,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8ad914ce-d9b5-4fb4-868f-37c422a9cc4d 2018-11-09 08:29:03,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:03,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-04726e8d-46f7-46c2-bd75-f474c94aedde Date: Fri, 09 Nov 2018 08:29:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:03,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-04726e8d-46f7-46c2-bd75-f474c94aedde 2018-11-09 08:29:03,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:29:03,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:29:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:29:03,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:03,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a206e70-25ab-49b1-9046-731bf1d31cd2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:03,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-7a206e70-25ab-49b1-9046-731bf1d31cd2 2018-11-09 08:29:03,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:03,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a580cb4c-4f98-44b8-8865-624772cebbb0 Date: Fri, 09 Nov 2018 08:29:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:03,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-a580cb4c-4f98-44b8-8865-624772cebbb0 2018-11-09 08:29:03,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:03,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5bb5b4d7-5d71-4159-995f-37fad0d431e1 Date: Fri, 09 Nov 2018 08:29:03 GMT RESP BODY: {"ports":[]} 2018-11-09 08:29:03,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2&admin_state_up=True used request id req-5bb5b4d7-5d71-4159-995f-37fad0d431e1 2018-11-09 08:29:03,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:04,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42f47930-d29a-4c57-961e-0c5381d8ee3d x-compute-request-id: req-42f47930-d29a-4c57-961e-0c5381d8ee3d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:29:04,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-42f47930-d29a-4c57-961e-0c5381d8ee3d 2018-11-09 08:29:04,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:04,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-7339e71b-020b-4907-a5fd-69e30a3377bf Date: Fri, 09 Nov 2018 08:29:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:04,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-7339e71b-020b-4907-a5fd-69e30a3377bf 2018-11-09 08:29:04,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:04,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f0ed2d4-c46a-4982-823b-bfef316bbf84 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:04,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-9f0ed2d4-c46a-4982-823b-bfef316bbf84 2018-11-09 08:29:04,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:04,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e366a0a4-f075-402a-b08f-02a1d7dfd755 Date: Fri, 09 Nov 2018 08:29:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:04,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-e366a0a4-f075-402a-b08f-02a1d7dfd755 2018-11-09 08:29:04,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:04,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d875963e-84a9-499a-bddf-4b61e9b02371 Date: Fri, 09 Nov 2018 08:29:04 GMT RESP BODY: {"ports":[]} 2018-11-09 08:29:04,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2&admin_state_up=True used request id req-d875963e-84a9-499a-bddf-4b61e9b02371 2018-11-09 08:29:04,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:29:04,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:29:05,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:29:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["tXRmZ4NfTHiC8HIVczIWOw"], "issued_at": "2018-11-09T08:29:05.000000Z"}} 2018-11-09 08:29:05,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4281276fe30242631286ecad50996407c5d024e9" 2018-11-09 08:29:05,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8c62d55-8fee-40a3-9e5f-381f6c3bd074 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:05,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c8c62d55-8fee-40a3-9e5f-381f6c3bd074 2018-11-09 08:29:05,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:05,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3b0b5a88-0d65-46f7-84d4-47d509cbeb02 Date: Fri, 09 Nov 2018 08:29:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:05,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-3b0b5a88-0d65-46f7-84d4-47d509cbeb02 2018-11-09 08:29:05,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:05,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-26122497-0614-4272-9b35-f6f19cdbc3a1 Date: Fri, 09 Nov 2018 08:29:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:05,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-26122497-0614-4272-9b35-f6f19cdbc3a1 2018-11-09 08:29:05,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:05,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-22b977c1-5f16-406a-aeb3-a17d27b91dca Date: Fri, 09 Nov 2018 08:29:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:05,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-22b977c1-5f16-406a-aeb3-a17d27b91dca 2018-11-09 08:29:05,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:29:05,964 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:29:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:29:05,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4281276fe30242631286ecad50996407c5d024e9" 2018-11-09 08:29:06,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69bdc4ed-8126-4141-b572-33c541dd66f5 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:06,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-69bdc4ed-8126-4141-b572-33c541dd66f5 2018-11-09 08:29:06,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:06,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-76995464-ad1a-41a8-8f71-8cbaa27955c6 Date: Fri, 09 Nov 2018 08:29:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:06,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-76995464-ad1a-41a8-8f71-8cbaa27955c6 2018-11-09 08:29:06,266 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net 2018-11-09 08:29:06,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" -d '{"port": {"network_id": "1b581c47-1548-47ee-8e86-9a0ab461e1a2", "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2", "admin_state_up": true}}' 2018-11-09 08:29:07,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-ad04b081-aeb4-4205-b4f4-b5616bf6f06e Date: Fri, 09 Nov 2018 08:29:07 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:06Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.14"}],"id":"d3255770-e25c-4d3a-8ba3-153f16a7005c","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:db:c9","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2","project_id":"0b2f64a45219400697df961f5de737ee","qos_policy_id":null,"admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:29:06Z","binding:vnic_type":"normal"}} 2018-11-09 08:29:07,241 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-ad04b081-aeb4-4205-b4f4-b5616bf6f06e 2018-11-09 08:29:07,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:07,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-53871e84-76b8-45a6-8775-fb0065998600 Date: Fri, 09 Nov 2018 08:29:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:07,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-53871e84-76b8-45a6-8775-fb0065998600 2018-11-09 08:29:07,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:07,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-368768fe-15c4-4b78-b572-a4d959e1d727 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:07,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-368768fe-15c4-4b78-b572-a4d959e1d727 2018-11-09 08:29:07,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:07,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f7aba52f-c112-4412-87e3-6c1aa9bd360a Date: Fri, 09 Nov 2018 08:29:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:07,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-f7aba52f-c112-4412-87e3-6c1aa9bd360a 2018-11-09 08:29:07,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:07,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-56344b9e-2715-4f62-b0a7-fdc383e90c78 Date: Fri, 09 Nov 2018 08:29:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:06Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.14"}],"id":"d3255770-e25c-4d3a-8ba3-153f16a7005c","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:db:c9","project_id":"0b2f64a45219400697df961f5de737ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:29:06Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:29:07,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2&admin_state_up=True used request id req-56344b9e-2715-4f62-b0a7-fdc383e90c78 2018-11-09 08:29:07,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:07,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c40c53f3-9c31-4c9f-9153-ed5f6636cda7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:07,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-c40c53f3-9c31-4c9f-9153-ed5f6636cda7 2018-11-09 08:29:07,925 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-09 08:29:07,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:07,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-d4e31638-84ba-41ec-9325-abe104a1a9e2 x-compute-request-id: req-d4e31638-84ba-41ec-9325-abe104a1a9e2 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-flavor-name"}]} 2018-11-09 08:29:07,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d4e31638-84ba-41ec-9325-abe104a1a9e2 2018-11-09 08:29:07,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:07,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-7ae42b5f-5bf8-4a62-8f7f-9a590a68858d x-compute-request-id: req-7ae42b5f-5bf8-4a62-8f7f-9a590a68858d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:29:07,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21 used request id req-7ae42b5f-5bf8-4a62-8f7f-9a590a68858d 2018-11-09 08:29:07,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:08,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-7897fc34-6c7a-438e-84c4-cd4fd25ab889 Date: Fri, 09 Nov 2018 08:29:07 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:28:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:28:39Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/snap", "metadata": {}}], "self": "/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "min_disk": 0, "protected": false, "id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "file": "/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3366225c1f7f4bc18b7ea9d57ace7dfc", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image"} 2018-11-09 08:29:08,157 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image used request id req-7897fc34-6c7a-438e-84c4-cd4fd25ab889 2018-11-09 08:29:08,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:08,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-af839aee-2ef3-4e8f-b380-234e233a04d5 Date: Fri, 09 Nov 2018 08:29:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:29:08,314 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-af839aee-2ef3-4e8f-b380-234e233a04d5 2018-11-09 08:29:08,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" -d '{"server": {"name": "CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "max_count": 1, "min_count": 1, "networks": [{"port": "d3255770-e25c-4d3a-8ba3-153f16a7005c"}]}}' 2018-11-09 08:29:09,861 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:29: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-198204f1-0d36-4958-9887-8f8bc31a6f7b x-compute-request-id: req-198204f1-0d36-4958-9887-8f8bc31a6f7b Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4606ae72-319e-4170-9ae8-735b8f315164", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "adminPass": "i9nevPaKaK7r"}} 2018-11-09 08:29:09,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-198204f1-0d36-4958-9887-8f8bc31a6f7b 2018-11-09 08:29:09,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:10,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a46ba3d2-ecef-42dd-afd8-d21f1e1b1259 x-compute-request-id: req-a46ba3d2-ecef-42dd-afd8-d21f1e1b1259 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:29:09Z", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:10,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-a46ba3d2-ecef-42dd-afd8-d21f1e1b1259 2018-11-09 08:29:10,079 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-09 08:29:10,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:10,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-093cb11e-5e4e-47ce-85a6-9a8c6fe98390 x-compute-request-id: req-093cb11e-5e4e-47ce-85a6-9a8c6fe98390 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:29:09Z", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:10,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-093cb11e-5e4e-47ce-85a6-9a8c6fe98390 2018-11-09 08:29:10,455 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-11-09 08:29:10,455 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:29:13,459 - create_instance - DEBUG - VM status query timeout in 896.620210171 2018-11-09 08:29:13,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:14,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-7b2501d8-78df-488f-b4c5-d26ade6015ae x-compute-request-id: req-7b2501d8-78df-488f-b4c5-d26ade6015ae Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:db:c9", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:29:10Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:14,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-7b2501d8-78df-488f-b4c5-d26ade6015ae 2018-11-09 08:29:14,072 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-11-09 08:29:14,072 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:29:17,076 - create_instance - DEBUG - VM status query timeout in 893.003221989 2018-11-09 08:29:17,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:17,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-43d8699c-c605-472b-9743-0d51f366f304 x-compute-request-id: req-43d8699c-c605-472b-9743-0d51f366f304 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:db:c9", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c8", "OS-SRV-USG:launched_at": "2018-11-09T08:29:16.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:29:16Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:17,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-43d8699c-c605-472b-9743-0d51f366f304 2018-11-09 08:29:17,624 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-11-09 08:29:17,624 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:29:17,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:18,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-ee9cff88-6559-423b-9311-53d0e9c1e969 x-compute-request-id: req-ee9cff88-6559-423b-9311-53d0e9c1e969 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:db:c9", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c8", "OS-SRV-USG:launched_at": "2018-11-09T08:29:16.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:29:16Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:18,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-ee9cff88-6559-423b-9311-53d0e9c1e969 2018-11-09 08:29:18,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:18,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-b2163332-a05c-4bab-89d5-bc155a066593 Date: Fri, 09 Nov 2018 08:29:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:18,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-b2163332-a05c-4bab-89d5-bc155a066593 2018-11-09 08:29:18,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:18,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c166635b-fc5b-445c-aaa3-a2cc3da0575c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:18,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-c166635b-fc5b-445c-aaa3-a2cc3da0575c 2018-11-09 08:29:18,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:18,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a5e48b2f-0c5c-475b-9984-5dd6bd3c2ac5 Date: Fri, 09 Nov 2018 08:29:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:19,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-a5e48b2f-0c5c-475b-9984-5dd6bd3c2ac5 2018-11-09 08:29:19,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:19,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-5eaf5d34-6b06-486f-9e39-5dc3b223fe30 Date: Fri, 09 Nov 2018 08:29:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.3"}],"id":"47095842-566b-43cd-997f-e205ed72fbb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:94:d3","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.8"}],"id":"8f029004-f1db-4638-ba3d-61427c8cd714","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:55:58","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:44Z","binding:vnic_type":"normal","device_id":"e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.2"}],"id":"a5718f42-3e5a-434d-b5c8-bf12f5f1d1d6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:b5:8c","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.4"}],"id":"c4385aaf-60d8-4e1c-a58b-9562520da3e1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:71:60","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.14"}],"id":"d3255770-e25c-4d3a-8ba3-153f16a7005c","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:db:c9","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:29:06Z","binding:vnic_type":"normal","device_id":"4606ae72-319e-4170-9ae8-735b8f315164"}]} 2018-11-09 08:29:19,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-5eaf5d34-6b06-486f-9e39-5dc3b223fe30 2018-11-09 08:29:19,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:19,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5475afe5-e611-481f-9df6-c2a480f98961 x-compute-request-id: req-5475afe5-e611-481f-9df6-c2a480f98961 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:db:c9", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c8", "OS-SRV-USG:launched_at": "2018-11-09T08:29:16.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:29:16Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:19,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-5475afe5-e611-481f-9df6-c2a480f98961 2018-11-09 08:29:19,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:19,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-13593db5-138a-411a-9340-0a23f7b5bdd4 Date: Fri, 09 Nov 2018 08:29:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:19,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-13593db5-138a-411a-9340-0a23f7b5bdd4 2018-11-09 08:29:19,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:19,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8648eea4-3e3c-4238-b815-b7bce180b3c9 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:19,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-8648eea4-3e3c-4238-b815-b7bce180b3c9 2018-11-09 08:29:19,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:19,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-57731e8f-bc57-465d-b387-da2e511d2c83 Date: Fri, 09 Nov 2018 08:29:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:19,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-57731e8f-bc57-465d-b387-da2e511d2c83 2018-11-09 08:29:19,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:19,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-7abb2c4c-9e69-4f26-b3fd-b52a7db922ef Date: Fri, 09 Nov 2018 08:29:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.3"}],"id":"47095842-566b-43cd-997f-e205ed72fbb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:94:d3","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.8"}],"id":"8f029004-f1db-4638-ba3d-61427c8cd714","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:55:58","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:44Z","binding:vnic_type":"normal","device_id":"e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.2"}],"id":"a5718f42-3e5a-434d-b5c8-bf12f5f1d1d6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:b5:8c","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.4"}],"id":"c4385aaf-60d8-4e1c-a58b-9562520da3e1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:71:60","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.14"}],"id":"d3255770-e25c-4d3a-8ba3-153f16a7005c","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:db:c9","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:29:06Z","binding:vnic_type":"normal","device_id":"4606ae72-319e-4170-9ae8-735b8f315164"}]} 2018-11-09 08:29:19,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-7abb2c4c-9e69-4f26-b3fd-b52a7db922ef 2018-11-09 08:29:19,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:20,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76e0238e-a559-4018-8635-f53fdd3cf1ba x-compute-request-id: req-76e0238e-a559-4018-8635-f53fdd3cf1ba Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:db:c9", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c8", "OS-SRV-USG:launched_at": "2018-11-09T08:29:16.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:29:16Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:20,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-76e0238e-a559-4018-8635-f53fdd3cf1ba 2018-11-09 08:29:20,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:20,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-73d9586e-f7fe-4796-9651-331dc2d2216b Date: Fri, 09 Nov 2018 08:29:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:20,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-73d9586e-f7fe-4796-9651-331dc2d2216b 2018-11-09 08:29:20,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:20,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02b33cee-3ef2-41e9-aaae-c2e9c4ce15d3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:20,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-02b33cee-3ef2-41e9-aaae-c2e9c4ce15d3 2018-11-09 08:29:20,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:20,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-3dc9bda3-b425-44a5-9a6b-7bb1c7146b11 Date: Fri, 09 Nov 2018 08:29:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:20,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-3dc9bda3-b425-44a5-9a6b-7bb1c7146b11 2018-11-09 08:29:20,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:20,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-4a4a42dc-c606-4416-a022-7caa8f93f0c7 Date: Fri, 09 Nov 2018 08:29:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.3"}],"id":"47095842-566b-43cd-997f-e205ed72fbb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:94:d3","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.8"}],"id":"8f029004-f1db-4638-ba3d-61427c8cd714","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:55:58","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:44Z","binding:vnic_type":"normal","device_id":"e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.2"}],"id":"a5718f42-3e5a-434d-b5c8-bf12f5f1d1d6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:b5:8c","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.4"}],"id":"c4385aaf-60d8-4e1c-a58b-9562520da3e1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:71:60","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.14"}],"id":"d3255770-e25c-4d3a-8ba3-153f16a7005c","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:db:c9","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:29:06Z","binding:vnic_type":"normal","device_id":"4606ae72-319e-4170-9ae8-735b8f315164"}]} 2018-11-09 08:29:20,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-4a4a42dc-c606-4416-a022-7caa8f93f0c7 2018-11-09 08:29:20,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:21,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-fdfe553e-2df6-4fcd-a180-b8cdb99ea152 x-compute-request-id: req-fdfe553e-2df6-4fcd-a180-b8cdb99ea152 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:55:58", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c5", "OS-SRV-USG:launched_at": "2018-11-09T08:28:54.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:54Z", "hostId": "ccb45873816aad273be3824cc69f151403616d092257c767fe089ba1", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:21,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-fdfe553e-2df6-4fcd-a180-b8cdb99ea152 2018-11-09 08:29:21,358 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-11-09 08:29:21,358 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:29:21,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:22,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63e75a22-7d5f-46ad-b1ce-91848d3763c9 x-compute-request-id: req-63e75a22-7d5f-46ad-b1ce-91848d3763c9 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:55:58", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c5", "OS-SRV-USG:launched_at": "2018-11-09T08:28:54.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:54Z", "hostId": "ccb45873816aad273be3824cc69f151403616d092257c767fe089ba1", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:22,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-63e75a22-7d5f-46ad-b1ce-91848d3763c9 2018-11-09 08:29:22,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:22,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-7b6ef185-9f11-483c-8a92-ae79d73632b0 Date: Fri, 09 Nov 2018 08:29:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:22,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-7b6ef185-9f11-483c-8a92-ae79d73632b0 2018-11-09 08:29:22,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:22,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdb3b15e-fb3a-4621-80d1-8894df1cfaf4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:22,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-fdb3b15e-fb3a-4621-80d1-8894df1cfaf4 2018-11-09 08:29:22,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:22,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-7306dfcf-cfc7-426f-82f5-f944ace67b0d Date: Fri, 09 Nov 2018 08:29:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:22,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-7306dfcf-cfc7-426f-82f5-f944ace67b0d 2018-11-09 08:29:22,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:22,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-b30a31bf-23f1-47d9-b150-a658b2f4bc92 Date: Fri, 09 Nov 2018 08:29:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.3"}],"id":"47095842-566b-43cd-997f-e205ed72fbb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:94:d3","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.8"}],"id":"8f029004-f1db-4638-ba3d-61427c8cd714","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:55:58","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:44Z","binding:vnic_type":"normal","device_id":"e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.2"}],"id":"a5718f42-3e5a-434d-b5c8-bf12f5f1d1d6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:b5:8c","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.4"}],"id":"c4385aaf-60d8-4e1c-a58b-9562520da3e1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:71:60","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.14"}],"id":"d3255770-e25c-4d3a-8ba3-153f16a7005c","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:db:c9","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:29:06Z","binding:vnic_type":"normal","device_id":"4606ae72-319e-4170-9ae8-735b8f315164"}]} 2018-11-09 08:29:22,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-b30a31bf-23f1-47d9-b150-a658b2f4bc92 2018-11-09 08:29:22,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:23,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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,Accept-Encoding x-openstack-request-id: req-49ab8821-f1d3-4d85-a770-0dbede768426 x-compute-request-id: req-49ab8821-f1d3-4d85-a770-0dbede768426 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:55:58", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c5", "OS-SRV-USG:launched_at": "2018-11-09T08:28:54.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:28:54Z", "hostId": "ccb45873816aad273be3824cc69f151403616d092257c767fe089ba1", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:23,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-49ab8821-f1d3-4d85-a770-0dbede768426 2018-11-09 08:29:23,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:23,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-af6e7e22-cf24-4e46-947f-33cb32ca37e7 x-compute-request-id: req-af6e7e22-cf24-4e46-947f-33cb32ca37e7 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:db:c9", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c8", "OS-SRV-USG:launched_at": "2018-11-09T08:29:16.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:29:16Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:23,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-af6e7e22-cf24-4e46-947f-33cb32ca37e7 2018-11-09 08:29:23,499 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-11-09 08:29:23,499 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:29:23,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:24,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-f1a91066-0049-4c85-9404-5fbc9fe50b6c x-compute-request-id: req-f1a91066-0049-4c85-9404-5fbc9fe50b6c Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:db:c9", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c8", "OS-SRV-USG:launched_at": "2018-11-09T08:29:16.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:29:16Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:24,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-f1a91066-0049-4c85-9404-5fbc9fe50b6c 2018-11-09 08:29:24,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:24,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3f52fcd1-28d8-416a-880d-6b46648f0cc5 Date: Fri, 09 Nov 2018 08:29:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","subnets":["5faee3f0-0e4a-4935-9ed5-959dc03058c3"],"description":"","tags":[],"updated_at":"2018-11-09T08:28:35Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net","admin_state_up":true,"tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:34Z","provider:network_type":"vxlan"}]} 2018-11-09 08:29:24,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net used request id req-3f52fcd1-28d8-416a-880d-6b46648f0cc5 2018-11-09 08:29:24,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:24,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98d987cb-b1ed-45fe-af0f-5779fdd46fa6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:24,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-98d987cb-b1ed-45fe-af0f-5779fdd46fa6 2018-11-09 08:29:24,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:24,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-0e65265d-d05c-43c0-bee8-6bd5880d2690 Date: Fri, 09 Nov 2018 08:29:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:35Z","dns_nameservers":[],"updated_at":"2018-11-09T08:28: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":"0b2f64a45219400697df961f5de737ee","id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet"}]} 2018-11-09 08:29:24,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-0e65265d-d05c-43c0-bee8-6bd5880d2690 2018-11-09 08:29:24,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:24,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-2690539a-eab6-4c91-b7f3-a90303a3e030 Date: Fri, 09 Nov 2018 08:29:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.3"}],"id":"47095842-566b-43cd-997f-e205ed72fbb3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:94:d3","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.8"}],"id":"8f029004-f1db-4638-ba3d-61427c8cd714","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:55:58","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:44Z","binding:vnic_type":"normal","device_id":"e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.2"}],"id":"a5718f42-3e5a-434d-b5c8-bf12f5f1d1d6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:b5:8c","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:28:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.4"}],"id":"c4385aaf-60d8-4e1c-a58b-9562520da3e1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:71:60","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:28:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1b581c47-1548-47ee-8e86-9a0ab461e1a2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5faee3f0-0e4a-4935-9ed5-959dc03058c3","ip_address":"10.55.0.14"}],"id":"d3255770-e25c-4d3a-8ba3-153f16a7005c","security_groups":["e8c15a77-2cf5-4d91-82ad-0169578a4901"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:db:c9","project_id":"0b2f64a45219400697df961f5de737ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2","admin_state_up":true,"network_id":"1b581c47-1548-47ee-8e86-9a0ab461e1a2","tenant_id":"0b2f64a45219400697df961f5de737ee","created_at":"2018-11-09T08:29:06Z","binding:vnic_type":"normal","device_id":"4606ae72-319e-4170-9ae8-735b8f315164"}]} 2018-11-09 08:29:24,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-2690539a-eab6-4c91-b7f3-a90303a3e030 2018-11-09 08:29:24,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:25,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a522697-d780-42c7-86a0-2a208c807a3b x-compute-request-id: req-8a522697-d780-42c7-86a0-2a208c807a3b Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:db:c9", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c8", "OS-SRV-USG:launched_at": "2018-11-09T08:29:16.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "security_groups": [{"name": "default"}], "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:29:16Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:25,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-8a522697-d780-42c7-86a0-2a208c807a3b 2018-11-09 08:29:25,019 - create_instance - INFO - Deleting Port with ID - 8f029004-f1db-4638-ba3d-61427c8cd714 2018-11-09 08:29:25,020 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-1 2018-11-09 08:29:25,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/8f029004-f1db-4638-ba3d-61427c8cd714 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:25,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e11eba80-dd29-4495-b944-7f5c5b3974d8 Date: Fri, 09 Nov 2018 08:29:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:29:25,629 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/8f029004-f1db-4638-ba3d-61427c8cd714 used request id req-e11eba80-dd29-4495-b944-7f5c5b3974d8 2018-11-09 08:29:25,630 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-09 08:29:25,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:25,770 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:29:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4ac01c65-38cf-4afa-a6e9-4e09f34f2406 x-compute-request-id: req-4ac01c65-38cf-4afa-a6e9-4e09f34f2406 Content-Type: application/json 2018-11-09 08:29:25,771 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-4ac01c65-38cf-4afa-a6e9-4e09f34f2406 2018-11-09 08:29:25,771 - create_instance - INFO - Checking deletion status 2018-11-09 08:29:25,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:26,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f17e53a-ba2b-4734-8cb7-d8fedb1a2563 x-compute-request-id: req-3f17e53a-ba2b-4734-8cb7-d8fedb1a2563 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:55:58", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c5", "OS-SRV-USG:launched_at": "2018-11-09T08:28:54.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534", "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:29:25Z", "hostId": "ccb45873816aad273be3824cc69f151403616d092257c767fe089ba1", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-09T08:28:47Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:26,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-3f17e53a-ba2b-4734-8cb7-d8fedb1a2563 2018-11-09 08:29:26,014 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-11-09 08:29:26,014 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:29:29,018 - create_instance - DEBUG - VM status query timeout in 296.753590107 2018-11-09 08:29:29,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd81142654236b5ab09dda2a497d7c7936620057" 2018-11-09 08:29:29,067 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:29:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3c1de16c-31c2-4ce7-b2ce-720fd180adae x-compute-request-id: req-3c1de16c-31c2-4ce7-b2ce-720fd180adae Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 could not be found.", "code": 404}} 2018-11-09 08:29:29,067 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 used request id req-3c1de16c-31c2-4ce7-b2ce-720fd180adae 2018-11-09 08:29:29,068 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e0e4f4b8-42af-4eb7-9668-c5bb6e1e6534 could not be found. (HTTP 404) (Request-ID: req-3c1de16c-31c2-4ce7-b2ce-720fd180adae) 2018-11-09 08:29:29,068 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-09 08:29:29,069 - create_instance - INFO - Deleting Port with ID - d3255770-e25c-4d3a-8ba3-153f16a7005c 2018-11-09 08:29:29,069 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12port-2 2018-11-09 08:29:29,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/d3255770-e25c-4d3a-8ba3-153f16a7005c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:29,893 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58dc0917-9321-42f9-9f1e-60eef7b6912a Date: Fri, 09 Nov 2018 08:29:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:29:29,893 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/d3255770-e25c-4d3a-8ba3-153f16a7005c used request id req-58dc0917-9321-42f9-9f1e-60eef7b6912a 2018-11-09 08:29:29,893 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-09 08:29:29,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:30,027 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:29:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-101155c8-c3fb-4e0d-80c4-346edc14d295 x-compute-request-id: req-101155c8-c3fb-4e0d-80c4-346edc14d295 Content-Type: application/json 2018-11-09 08:29:30,028 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-101155c8-c3fb-4e0d-80c4-346edc14d295 2018-11-09 08:29:30,028 - create_instance - INFO - Checking deletion status 2018-11-09 08:29:30,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:30,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-dc333613-9ade-476f-b078-e330546aa865 x-compute-request-id: req-dc333613-9ade-476f-b078-e330546aa865 Content-Encoding: gzip Content-Length: 806 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:db:c9", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/4606ae72-319e-4170-9ae8-735b8f315164", "rel": "bookmark"}], "image": {"id": "3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "links": [{"href": "http://172.30.9.27:8774/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c8", "OS-SRV-USG:launched_at": "2018-11-09T08:29:16.000000", "flavor": {"id": "be5a2919-2cc9-426a-81a0-1a32d1183e21", "links": [{"href": "http://172.30.9.27:8774/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21", "rel": "bookmark"}]}, "id": "4606ae72-319e-4170-9ae8-735b8f315164", "user_id": "27c3e836531849f4a6769d901c4ad5fc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:29:29Z", "hostId": "33c50f61709430c951bbc5fb59ea93331878df06fe359dd00e4551dd", "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-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-09T08:29:09Z", "tenant_id": "0b2f64a45219400697df961f5de737ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:30,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-dc333613-9ade-476f-b078-e330546aa865 2018-11-09 08:29:30,128 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-11-09 08:29:30,128 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:29:33,131 - create_instance - DEBUG - VM status query timeout in 296.897245884 2018-11-09 08:29:33,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d58fa2842c7e4708066cae5e99c4051c8992a2bb" 2018-11-09 08:29:33,185 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-4e9a8698-f85b-45e9-882f-6f62722555d8 x-compute-request-id: req-4e9a8698-f85b-45e9-882f-6f62722555d8 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4606ae72-319e-4170-9ae8-735b8f315164 could not be found.", "code": 404}} 2018-11-09 08:29:33,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/4606ae72-319e-4170-9ae8-735b8f315164 used request id req-4e9a8698-f85b-45e9-882f-6f62722555d8 2018-11-09 08:29:33,186 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4606ae72-319e-4170-9ae8-735b8f315164 could not be found. (HTTP 404) (Request-ID: req-4e9a8698-f85b-45e9-882f-6f62722555d8) 2018-11-09 08:29:33,186 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-09 08:29:33,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bb54dc7b785fbd9254aeca4f5175694ad59c60d" 2018-11-09 08:29:33,227 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:29:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-27d61767-d4d4-4d97-8321-ddceb62568ca x-compute-request-id: req-27d61767-d4d4-4d97-8321-ddceb62568ca Content-Length: 0 Content-Type: application/json 2018-11-09 08:29:33,227 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/be5a2919-2cc9-426a-81a0-1a32d1183e21 used request id req-27d61767-d4d4-4d97-8321-ddceb62568ca 2018-11-09 08:29:33,228 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet 2018-11-09 08:29:33,228 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-subnet 2018-11-09 08:29:33,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/5faee3f0-0e4a-4935-9ed5-959dc03058c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4565aa433a8bc71615e0918a96bfcd193849a159" 2018-11-09 08:29:35,549 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4471b015-fc16-4b73-bd46-1652912a18ec Date: Fri, 09 Nov 2018 08:29:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:29:35,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5faee3f0-0e4a-4935-9ed5-959dc03058c3 used request id req-4471b015-fc16-4b73-bd46-1652912a18ec 2018-11-09 08:29:35,549 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-priv-net 2018-11-09 08:29:35,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/1b581c47-1548-47ee-8e86-9a0ab461e1a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4565aa433a8bc71615e0918a96bfcd193849a159" 2018-11-09 08:29:36,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db8410f9-54ad-4ebe-819e-a955158fd6fc Date: Fri, 09 Nov 2018 08:29:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:29:36,857 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/1b581c47-1548-47ee-8e86-9a0ab461e1a2 used request id req-db8410f9-54ad-4ebe-819e-a955158fd6fc 2018-11-09 08:29:36,858 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-a4720e12-ae2a-4590-ae22-a5acbfb06e12-image 2018-11-09 08:29:36,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc985104c1cbc3f2018ad2c63969b6bfdf0a4a77" 2018-11-09 08:29:38,775 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07329a6f-9a47-4e22-ae13-8edca6e12a8e Date: Fri, 09 Nov 2018 08:29:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:29:38,775 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3dc827e0-ed3a-4c5e-8c32-1e6aafb84e07 used request id req-07329a6f-9a47-4e22-ae13-8edca6e12a8e 2018-11-09 08:29:38,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:29:39,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-628d7e76-6b0c-4035-808e-630c14fcbb8a Date: Fri, 09 Nov 2018 08:29:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:29:39,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-628d7e76-6b0c-4035-808e-630c14fcbb8a 2018-11-09 08:29:39,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:29:39,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60a22d47-5c6b-45f3-bd55-1e4457ce66cd 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:29:39,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-60a22d47-5c6b-45f3-bd55-1e4457ce66cd 2018-11-09 08:29:39,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:29:39,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89d120ce-9126-4b24-ac5f-dcdf4402c579 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:29:39,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-89d120ce-9126-4b24-ac5f-dcdf4402c579 2018-11-09 08:29:39,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:29:39,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add51a27-9b0b-4157-bac8-53104778b3e2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:29:39,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-add51a27-9b0b-4157-bac8-53104778b3e2 2018-11-09 08:29:39,287 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj 2018-11-09 08:29:39,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/3366225c1f7f4bc18b7ea9d57ace7dfc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:29:39,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:29:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7264d98d-4602-4ac3-88f0-3838fc2e493d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:29:39,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/3366225c1f7f4bc18b7ea9d57ace7dfc used request id req-7264d98d-4602-4ac3-88f0-3838fc2e493d 2018-11-09 08:29:39,557 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-f37763e5-a82a-4c9-proj-role 2018-11-09 08:29:39,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/a1be043187fd43bbbd7bd868cd2875f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:29:39,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:29:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20321565-9205-499d-a44c-5a8e56e9f33c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:29:39,660 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/a1be043187fd43bbbd7bd868cd2875f9 used request id req-20321565-9205-499d-a44c-5a8e56e9f33c 2018-11-09 08:29:39,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce980c8f327720d1f9f92059a21d19c3f0c5975" 2018-11-09 08:29:39,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a74f0cc1-e13c-46c6-a98d-ddcf2c5fcaef Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:29:39,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a74f0cc1-e13c-46c6-a98d-ddcf2c5fcaef 2018-11-09 08:29:39,759 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-f37763e5-a82a-4c9-user 2018-11-09 08:29:39,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/9a5c2024bbc840089d1f7499dc79d393 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87d5d0d6a4def37c57cdcddd177f363ee20718f" 2018-11-09 08:29:39,929 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:29:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bfb1141-b192-4a27-be12-7a0dfdb3977a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:29:39,929 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/9a5c2024bbc840089d1f7499dc79d393 used request id req-4bfb1141-b192-4a27-be12-7a0dfdb3977a 2018-11-09 08:29:39,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:29:40,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:29:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["OmxM9DCtTqO2_V4A3c0YKQ"], "issued_at": "2018-11-09T08:29:40.000000Z"}} 2018-11-09 08:29:40,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ad5474a1514baa69914de1b127aa82f97da51a" 2018-11-09 08:29:40,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47b053f0-9ffe-4792-adfd-0030b4411480 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:40,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-47b053f0-9ffe-4792-adfd-0030b4411480 2018-11-09 08:29:40,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:29:40,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:29:40,775 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:29:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["AB-zllHPSTCW6AWIXcosgA"], "issued_at": "2018-11-09T08:29:40.000000Z"}} 2018-11-09 08:29:40,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:29:40,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e819e653-a099-45bd-bbb4-18820c9ce062 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:40,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e819e653-a099-45bd-bbb4-18820c9ce062 2018-11-09 08:29:40,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:29:40,860 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:29: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:29:40,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:29:40,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d609fe-ffe2-4dc5-b7d5-adc968ee8834 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:29:40,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj used request id req-b4d609fe-ffe2-4dc5-b7d5-adc968ee8834 2018-11-09 08:29:40,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:29:41,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06db1ecf-2c99-4f8f-83c1-bbf1cfc9558a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:29:41,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-06db1ecf-2c99-4f8f-83c1-bbf1cfc9558a 2018-11-09 08:29:41,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}}' 2018-11-09 08:29:41,236 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:29:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98b085a9-15e3-4bdd-abb6-c8ae334300b2 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96"}, "enabled": true, "id": "da3fa080fbae4873a311a14016656f96", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}} 2018-11-09 08:29:41,236 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-98b085a9-15e3-4bdd-abb6-c8ae334300b2 2018-11-09 08:29:41,236 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj 2018-11-09 08:29:41,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:29:41,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:29:41,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["89hqAoUlQM2DkG169aWF4A"], "issued_at": "2018-11-09T08:29:41.000000Z"}} 2018-11-09 08:29:41,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eff850a771d486ed8466667d8ff866a1f20cada" 2018-11-09 08:29:41,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7042b31-395c-4eda-83e1-a5229b3d0b63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:41,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e7042b31-395c-4eda-83e1-a5229b3d0b63 2018-11-09 08:29:41,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:29:41,703 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:29: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:29:41,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eff850a771d486ed8466667d8ff866a1f20cada" 2018-11-09 08:29:41,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e5b27b7-b169-4c79-9c57-340256890af4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:29:41,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-5e5b27b7-b169-4c79-9c57-340256890af4 2018-11-09 08:29:41,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eff850a771d486ed8466667d8ff866a1f20cada" 2018-11-09 08:29:41,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5663fdb6-ba3a-40b0-b082-13d2102cc961 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96"}, "enabled": true, "id": "da3fa080fbae4873a311a14016656f96", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}]} 2018-11-09 08:29:41,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj used request id req-5663fdb6-ba3a-40b0-b082-13d2102cc961 2018-11-09 08:29:41,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eff850a771d486ed8466667d8ff866a1f20cada" 2018-11-09 08:29:41,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e7ed60-7302-4edc-b43d-03874935ded3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:29:41,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-21e7ed60-7302-4edc-b43d-03874935ded3 2018-11-09 08:29:42,379 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-user 2018-11-09 08:29:42,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:29:42,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:29:42,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9893f5cb-a87c-4dba-896b-018221a289ea Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:29:42,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9893f5cb-a87c-4dba-896b-018221a289ea 2018-11-09 08:29:42,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" -d '{"role": {"name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj-role"}}' 2018-11-09 08:29:42,582 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-967025e9-9680-4b60-8f2d-a8201fb127c2 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4c667171fac443988f86ce3ea535e277", "links": {"self": "http://172.30.9.27:5000/v3/roles/4c667171fac443988f86ce3ea535e277"}, "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj-role"}} 2018-11-09 08:29:42,582 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-967025e9-9680-4b60-8f2d-a8201fb127c2 2018-11-09 08:29:42,583 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj-role 2018-11-09 08:29:42,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/4c667171fac443988f86ce3ea535e277 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:29:42,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-737a74bd-9e4a-4d49-8613-fba6b6c96785 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/4c667171fac443988f86ce3ea535e277"}, "domain_id": null, "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj-role", "id": "4c667171fac443988f86ce3ea535e277"}} 2018-11-09 08:29:42,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/4c667171fac443988f86ce3ea535e277 used request id req-737a74bd-9e4a-4d49-8613-fba6b6c96785 2018-11-09 08:29:42,604 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj-role to project CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj 2018-11-09 08:29:42,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96/users/d7e9daa0f86645199be353a9f61c95f8/roles/4c667171fac443988f86ce3ea535e277 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:29:42,729 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0534899-746b-400a-973e-fd90a51c6492 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:29:42,730 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96/users/d7e9daa0f86645199be353a9f61c95f8/roles/4c667171fac443988f86ce3ea535e277 used request id req-f0534899-746b-400a-973e-fd90a51c6492 2018-11-09 08:29:42,730 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:29:42,731 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:29:42,732 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-11-09 08:29:42,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:29:42,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:29:43,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c667171fac443988f86ce3ea535e277", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj-role"}], "expires_at": "2018-11-09T09:29:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da3fa080fbae4873a311a14016656f96", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-user", "id": "d7e9daa0f86645199be353a9f61c95f8"}, "audit_ids": ["YBoiX8ohQGW5gyyfll1WoA"], "issued_at": "2018-11-09T08:29:42.000000Z"}} 2018-11-09 08:29:43,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bc5ca76ff081c19e10db933a84b24ad2f8a5e7" 2018-11-09 08:29:43,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2dd0558-3d60-4ae8-ae73-bd3fac857c0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:43,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f2dd0558-3d60-4ae8-ae73-bd3fac857c0f 2018-11-09 08:29:43,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38bc5ca76ff081c19e10db933a84b24ad2f8a5e7" 2018-11-09 08:29:43,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-31f9a239-3778-492e-851e-ca2aab1a8b1d Date: Fri, 09 Nov 2018 08:29:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee"} 2018-11-09 08:29:43,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee used request id req-31f9a239-3778-492e-851e-ca2aab1a8b1d 2018-11-09 08:29:43,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38bc5ca76ff081c19e10db933a84b24ad2f8a5e7" 2018-11-09 08:29:43,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e65cc9eb-7272-4d25-a556-b5405be2ffe0 Date: Fri, 09 Nov 2018 08:29:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:29:43,550 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-e65cc9eb-7272-4d25-a556-b5405be2ffe0 2018-11-09 08:29:43,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38bc5ca76ff081c19e10db933a84b24ad2f8a5e7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee"}' 2018-11-09 08:29:43,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7 X-Openstack-Request-Id: req-5126a02f-22a8-4884-ad0f-f131c7890bf6 Date: Fri, 09 Nov 2018 08:29:43 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:29:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:29:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "min_disk": 0, "protected": false, "id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "file": "/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/file", "checksum": null, "owner": "da3fa080fbae4873a311a14016656f96", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:29:43,773 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5126a02f-22a8-4884-ad0f-f131c7890bf6 2018-11-09 08:29:43,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38bc5ca76ff081c19e10db933a84b24ad2f8a5e7" -d '' 2018-11-09 08:29:45,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fdab8cdc-a8fc-4a76-8874-50d1fe7defdd Date: Fri, 09 Nov 2018 08:29:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:29:45,547 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/file used request id req-fdab8cdc-a8fc-4a76-8874-50d1fe7defdd 2018-11-09 08:29:45,548 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:29:45,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38bc5ca76ff081c19e10db933a84b24ad2f8a5e7" 2018-11-09 08:29:45,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-46fcda0f-897b-4fe1-971e-75aede74170e Date: Fri, 09 Nov 2018 08:29:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:29:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:29:45Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/snap", "metadata": {}}], "self": "/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "min_disk": 0, "protected": false, "id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "file": "/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da3fa080fbae4873a311a14016656f96", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:29:45,729 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7 used request id req-46fcda0f-897b-4fe1-971e-75aede74170e 2018-11-09 08:29:45,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38bc5ca76ff081c19e10db933a84b24ad2f8a5e7" 2018-11-09 08:29:45,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c5aff7d6-483d-46df-a7cc-ec801501fba4 Date: Fri, 09 Nov 2018 08:29:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:29:45,885 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-c5aff7d6-483d-46df-a7cc-ec801501fba4 2018-11-09 08:29:45,888 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee 2018-11-09 08:29:45,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38bc5ca76ff081c19e10db933a84b24ad2f8a5e7" 2018-11-09 08:29:46,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6ca03cf1-9587-4f28-8968-c56b687c6ebb Date: Fri, 09 Nov 2018 08:29:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:29:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:29:45Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/snap", "metadata": {}}], "self": "/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "min_disk": 0, "protected": false, "id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "file": "/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da3fa080fbae4873a311a14016656f96", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:29:46,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7 used request id req-6ca03cf1-9587-4f28-8968-c56b687c6ebb 2018-11-09 08:29:46,057 - create_image - DEBUG - Instance status is - active 2018-11-09 08:29:46,057 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee 2018-11-09 08:29:46,057 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee 2018-11-09 08:29:46,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:29:46,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:29:46,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:29:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["g6y8Ov_9RMaPppPaxVlEHQ"], "issued_at": "2018-11-09T08:29:46.000000Z"}} 2018-11-09 08:29:46,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af377669ca118c96b50a392e8e06ea24719e717a" 2018-11-09 08:29:46,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f14d3a43-da85-4de0-bc72-d4015eb3548e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:46,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f14d3a43-da85-4de0-bc72-d4015eb3548e 2018-11-09 08:29:46,529 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:29:46,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af377669ca118c96b50a392e8e06ea24719e717a" 2018-11-09 08:29:46,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-6fab9a4f-ce23-45c2-b689-45881070febd x-compute-request-id: req-6fab9a4f-ce23-45c2-b689-45881070febd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:29:46,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6fab9a4f-ce23-45c2-b689-45881070febd 2018-11-09 08:29:46,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af377669ca118c96b50a392e8e06ea24719e717a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:29:46,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-6d610ffe-0955-44c2-9405-61813e7ce6e1 x-compute-request-id: req-6d610ffe-0955-44c2-9405-61813e7ce6e1 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:29:46,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6d610ffe-0955-44c2-9405-61813e7ce6e1 2018-11-09 08:29:46,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:29:46,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:29:47,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c667171fac443988f86ce3ea535e277", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj-role"}], "expires_at": "2018-11-09T09:29:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da3fa080fbae4873a311a14016656f96", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-user", "id": "d7e9daa0f86645199be353a9f61c95f8"}, "audit_ids": ["u5oQjrEmQqyqwdN2FWKt2A"], "issued_at": "2018-11-09T08:29:47.000000Z"}} 2018-11-09 08:29:47,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20c4d5dbd59ae67592a2f72cdd246d978481331" 2018-11-09 08:29:47,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1d2d76-d27f-4ce3-ad43-8fe6dc208af4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:47,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1d1d2d76-d27f-4ce3-ad43-8fe6dc208af4 2018-11-09 08:29:47,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20c4d5dbd59ae67592a2f72cdd246d978481331" 2018-11-09 08:29:47,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a4f1b4b2-576f-4e40-b54d-1fae8cf2c256 Date: Fri, 09 Nov 2018 08:29:47 GMT RESP BODY: {"networks":[]} 2018-11-09 08:29:47,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net used request id req-a4f1b4b2-576f-4e40-b54d-1fae8cf2c256 2018-11-09 08:29:47,387 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net 2018-11-09 08:29:47,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20c4d5dbd59ae67592a2f72cdd246d978481331" -d '{"network": {"name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net", "admin_state_up": true}}' 2018-11-09 08:29:48,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-779ae51b-942a-4fea-b92c-3cf9375f0a83 Date: Fri, 09 Nov 2018 08:29:48 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"fe27150e-1854-43ae-b63a-16d8f735152e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da3fa080fbae4873a311a14016656f96","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:29:47Z","is_default":false,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:47Z","mtu":1450}} 2018-11-09 08:29:48,114 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-779ae51b-942a-4fea-b92c-3cf9375f0a83 2018-11-09 08:29:48,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20c4d5dbd59ae67592a2f72cdd246d978481331" 2018-11-09 08:29:48,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-d93181f5-43d9-4842-b6c7-26d7ca0b3b47 Date: Fri, 09 Nov 2018 08:29:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:29:47Z","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da3fa080fbae4873a311a14016656f96","id":"fe27150e-1854-43ae-b63a-16d8f735152e","name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net"}]} 2018-11-09 08:29:48,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-d93181f5-43d9-4842-b6c7-26d7ca0b3b47 2018-11-09 08:29:48,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20c4d5dbd59ae67592a2f72cdd246d978481331" 2018-11-09 08:29:48,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6d870834-e174-4fb7-a1f5-384024970ee8 Date: Fri, 09 Nov 2018 08:29:48 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:29:48,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-6d870834-e174-4fb7-a1f5-384024970ee8 2018-11-09 08:29:48,544 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet 2018-11-09 08:29:48,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20c4d5dbd59ae67592a2f72cdd246d978481331" -d '{"subnets": [{"ip_version": 4, "network_id": "fe27150e-1854-43ae-b63a-16d8f735152e", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet"}]}' 2018-11-09 08:29:49,390 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e2d8c472-bed1-427e-9263-0871ec9ead6b Date: Fri, 09 Nov 2018 08:29:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:29: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":"da3fa080fbae4873a311a14016656f96","id":"5614d956-dc51-49f3-b893-c2861adf593e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet"}]} 2018-11-09 08:29:49,390 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-e2d8c472-bed1-427e-9263-0871ec9ead6b 2018-11-09 08:29:49,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20c4d5dbd59ae67592a2f72cdd246d978481331" 2018-11-09 08:29:49,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f955fa2c-e9ef-4010-841e-9f0268999c82 Date: Fri, 09 Nov 2018 08:29: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":["5614d956-dc51-49f3-b893-c2861adf593e"],"updated_at":"2018-11-09T08:29:48Z","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"da3fa080fbae4873a311a14016656f96","id":"fe27150e-1854-43ae-b63a-16d8f735152e","name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net"}]} 2018-11-09 08:29:49,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-f955fa2c-e9ef-4010-841e-9f0268999c82 2018-11-09 08:29:49,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20c4d5dbd59ae67592a2f72cdd246d978481331" 2018-11-09 08:29:49,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d7cc9f85-1f19-43e5-b4a6-8a7d6f6f8bd5 Date: Fri, 09 Nov 2018 08:29:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:29: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":"da3fa080fbae4873a311a14016656f96","id":"5614d956-dc51-49f3-b893-c2861adf593e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet"}]} 2018-11-09 08:29:49,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-d7cc9f85-1f19-43e5-b4a6-8a7d6f6f8bd5 2018-11-09 08:29:49,841 - OpenStackNetwork - DEBUG - Network [fe27150e-1854-43ae-b63a-16d8f735152e] created successfully 2018-11-09 08:29:49,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:29:49,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:29:50,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c667171fac443988f86ce3ea535e277", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj-role"}], "expires_at": "2018-11-09T09:29:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da3fa080fbae4873a311a14016656f96", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-user", "id": "d7e9daa0f86645199be353a9f61c95f8"}, "audit_ids": ["LXAGN-ZoRTWWRWaYieaIiQ"], "issued_at": "2018-11-09T08:29:50.000000Z"}} 2018-11-09 08:29:50,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:50,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-399b3567-4df8-4f32-b071-119edda9fcbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:50,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-399b3567-4df8-4f32-b071-119edda9fcbe 2018-11-09 08:29:50,233 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:29:50,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:50,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f90e3ad-035a-4a33-8c98-0231a811a5f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:50,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4f90e3ad-035a-4a33-8c98-0231a811a5f4 2018-11-09 08:29:50,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:50,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a1e53c2e-b667-4432-8381-a013de3ed939 Date: Fri, 09 Nov 2018 08:29: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":["5614d956-dc51-49f3-b893-c2861adf593e"],"updated_at":"2018-11-09T08:29:48Z","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"da3fa080fbae4873a311a14016656f96","id":"fe27150e-1854-43ae-b63a-16d8f735152e","name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net"}]} 2018-11-09 08:29:50,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net used request id req-a1e53c2e-b667-4432-8381-a013de3ed939 2018-11-09 08:29:50,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:29:50,569 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:29:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:29:50,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:50,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65758f8b-437c-4147-863e-95798de626ad Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96"}, "enabled": true, "id": "da3fa080fbae4873a311a14016656f96", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}} 2018-11-09 08:29:50,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 used request id req-65758f8b-437c-4147-863e-95798de626ad 2018-11-09 08:29:50,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:50,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3a924f90-8b21-4805-a4ed-8b8a4e29ee50 Date: Fri, 09 Nov 2018 08:29:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:29: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":"da3fa080fbae4873a311a14016656f96","id":"5614d956-dc51-49f3-b893-c2861adf593e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet"}]} 2018-11-09 08:29:50,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-3a924f90-8b21-4805-a4ed-8b8a4e29ee50 2018-11-09 08:29:50,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fe27150e-1854-43ae-b63a-16d8f735152e&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:51,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6cf3f273-ccb4-4a62-a8ae-cf6d5d3fea9b Date: Fri, 09 Nov 2018 08:29:50 GMT RESP BODY: {"ports":[]} 2018-11-09 08:29:51,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fe27150e-1854-43ae-b63a-16d8f735152e&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port&admin_state_up=True used request id req-6cf3f273-ccb4-4a62-a8ae-cf6d5d3fea9b 2018-11-09 08:29:51,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:51,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-992a1eae-5cae-41ab-8ba4-19e10ace4ee6 x-compute-request-id: req-992a1eae-5cae-41ab-8ba4-19e10ace4ee6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:29:51,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst used request id req-992a1eae-5cae-41ab-8ba4-19e10ace4ee6 2018-11-09 08:29:51,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:51,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-86dd1763-ff88-449d-b948-618b981ab950 Date: Fri, 09 Nov 2018 08:29: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":["5614d956-dc51-49f3-b893-c2861adf593e"],"updated_at":"2018-11-09T08:29:48Z","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"da3fa080fbae4873a311a14016656f96","id":"fe27150e-1854-43ae-b63a-16d8f735152e","name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net"}]} 2018-11-09 08:29:51,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net used request id req-86dd1763-ff88-449d-b948-618b981ab950 2018-11-09 08:29:51,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:51,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-483117e7-a66b-4e2f-bf96-c15806556634 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96"}, "enabled": true, "id": "da3fa080fbae4873a311a14016656f96", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}} 2018-11-09 08:29:51,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 used request id req-483117e7-a66b-4e2f-bf96-c15806556634 2018-11-09 08:29:51,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:51,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ce9eb1d2-82a2-4a26-8096-d95dc52b6401 Date: Fri, 09 Nov 2018 08:29:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:29: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":"da3fa080fbae4873a311a14016656f96","id":"5614d956-dc51-49f3-b893-c2861adf593e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet"}]} 2018-11-09 08:29:51,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-ce9eb1d2-82a2-4a26-8096-d95dc52b6401 2018-11-09 08:29:51,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fe27150e-1854-43ae-b63a-16d8f735152e&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:51,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-33f8fba1-bd04-483a-b188-9ee060d52020 Date: Fri, 09 Nov 2018 08:29:51 GMT RESP BODY: {"ports":[]} 2018-11-09 08:29:51,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fe27150e-1854-43ae-b63a-16d8f735152e&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port&admin_state_up=True used request id req-33f8fba1-bd04-483a-b188-9ee060d52020 2018-11-09 08:29:51,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:29:51,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:29:52,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c667171fac443988f86ce3ea535e277", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj-role"}], "expires_at": "2018-11-09T09:29:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da3fa080fbae4873a311a14016656f96", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/da3fa080fbae4873a311a14016656f96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-user", "id": "d7e9daa0f86645199be353a9f61c95f8"}, "audit_ids": ["e-Znu6AKRXahNCiS-PIPCQ"], "issued_at": "2018-11-09T08:29:52.000000Z"}} 2018-11-09 08:29:52,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838895aeb5536c95f39d7730c56f3565c5aea2c" 2018-11-09 08:29:52,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35354e61-73ea-4434-b8cf-ae0eca4391f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:29:52,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-35354e61-73ea-4434-b8cf-ae0eca4391f2 2018-11-09 08:29:52,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:52,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4bc58fc7-936b-486b-99ba-38854707b757 Date: Fri, 09 Nov 2018 08:29: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":["5614d956-dc51-49f3-b893-c2861adf593e"],"updated_at":"2018-11-09T08:29:48Z","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"da3fa080fbae4873a311a14016656f96","id":"fe27150e-1854-43ae-b63a-16d8f735152e","name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net"}]} 2018-11-09 08:29:52,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net used request id req-4bc58fc7-936b-486b-99ba-38854707b757 2018-11-09 08:29:52,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:52,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-33cd7797-5ce0-4183-ae91-911fee6b871f Date: Fri, 09 Nov 2018 08:29:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:29: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":"da3fa080fbae4873a311a14016656f96","id":"5614d956-dc51-49f3-b893-c2861adf593e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet"}]} 2018-11-09 08:29:52,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-33cd7797-5ce0-4183-ae91-911fee6b871f 2018-11-09 08:29:52,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:52,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-257c9910-efcc-4d0e-a33c-fecb2ec3cd5d Date: Fri, 09 Nov 2018 08:29: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":["5614d956-dc51-49f3-b893-c2861adf593e"],"updated_at":"2018-11-09T08:29:48Z","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"da3fa080fbae4873a311a14016656f96","id":"fe27150e-1854-43ae-b63a-16d8f735152e","name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net"}]} 2018-11-09 08:29:52,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net used request id req-257c9910-efcc-4d0e-a33c-fecb2ec3cd5d 2018-11-09 08:29:52,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:29:52,887 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:29: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:29:52,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c838895aeb5536c95f39d7730c56f3565c5aea2c" 2018-11-09 08:29:52,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44c3b775-91cd-46fa-968d-ed4c9a296a2d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96"}, "enabled": true, "id": "da3fa080fbae4873a311a14016656f96", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}} 2018-11-09 08:29:52,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 used request id req-44c3b775-91cd-46fa-968d-ed4c9a296a2d 2018-11-09 08:29:52,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:53,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bfbcd304-e79e-417e-b1ed-e539b63eaa66 Date: Fri, 09 Nov 2018 08:29:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:29: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":"da3fa080fbae4873a311a14016656f96","id":"5614d956-dc51-49f3-b893-c2861adf593e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet"}]} 2018-11-09 08:29:53,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-bfbcd304-e79e-417e-b1ed-e539b63eaa66 2018-11-09 08:29:53,173 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net 2018-11-09 08:29:53,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" -d '{"port": {"network_id": "fe27150e-1854-43ae-b63a-16d8f735152e", "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port", "admin_state_up": true}}' 2018-11-09 08:29:54,234 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-776b0340-7b82-49c9-a4e2-2053839c5f32 Date: Fri, 09 Nov 2018 08:29:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5614d956-dc51-49f3-b893-c2861adf593e","ip_address":"10.55.0.6"}],"id":"a8047247-60fb-4ac0-897a-4bfb783283e8","security_groups":["e51a297b-af98-4093-a2a0-5b4098f53484"],"mac_address":"fa:16:3e:28:22:7e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port","project_id":"da3fa080fbae4873a311a14016656f96","qos_policy_id":null,"admin_state_up":true,"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:53Z","binding:vnic_type":"normal"}} 2018-11-09 08:29:54,234 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-776b0340-7b82-49c9-a4e2-2053839c5f32 2018-11-09 08:29:54,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:54,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9fc21edc-73a6-44dc-894a-6de2aa3072ab Date: Fri, 09 Nov 2018 08:29:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5614d956-dc51-49f3-b893-c2861adf593e"],"updated_at":"2018-11-09T08:29:48Z","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"da3fa080fbae4873a311a14016656f96","id":"fe27150e-1854-43ae-b63a-16d8f735152e","name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net"}]} 2018-11-09 08:29:54,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net used request id req-9fc21edc-73a6-44dc-894a-6de2aa3072ab 2018-11-09 08:29:54,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:54,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c64474b0-43a5-40c7-9581-b56c2c6e3860 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96"}, "enabled": true, "id": "da3fa080fbae4873a311a14016656f96", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}} 2018-11-09 08:29:54,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 used request id req-c64474b0-43a5-40c7-9581-b56c2c6e3860 2018-11-09 08:29:54,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:54,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-07fb5d86-17cd-4a01-8630-3e66202825ea Date: Fri, 09 Nov 2018 08:29:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:29: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":"da3fa080fbae4873a311a14016656f96","id":"5614d956-dc51-49f3-b893-c2861adf593e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet"}]} 2018-11-09 08:29:54,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-07fb5d86-17cd-4a01-8630-3e66202825ea 2018-11-09 08:29:54,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fe27150e-1854-43ae-b63a-16d8f735152e&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:54,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-86a8d424-d2ff-44c4-ad69-a6033e2c14f4 Date: Fri, 09 Nov 2018 08:29:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5614d956-dc51-49f3-b893-c2861adf593e","ip_address":"10.55.0.6"}],"id":"a8047247-60fb-4ac0-897a-4bfb783283e8","security_groups":["e51a297b-af98-4093-a2a0-5b4098f53484"],"mac_address":"fa:16:3e:28:22:7e","project_id":"da3fa080fbae4873a311a14016656f96","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port","admin_state_up":true,"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:53Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:29:54,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fe27150e-1854-43ae-b63a-16d8f735152e&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port&admin_state_up=True used request id req-86a8d424-d2ff-44c4-ad69-a6033e2c14f4 2018-11-09 08:29:54,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:55,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-710a1583-e66d-46de-b87d-6f80063bb5b0 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96"}, "enabled": true, "id": "da3fa080fbae4873a311a14016656f96", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}} 2018-11-09 08:29:55,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 used request id req-710a1583-e66d-46de-b87d-6f80063bb5b0 2018-11-09 08:29:55,066 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst 2018-11-09 08:29:55,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:55,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-d9dfb9c9-679f-426b-a9b6-f3a898bdad0a x-compute-request-id: req-d9dfb9c9-679f-426b-a9b6-f3a898bdad0a Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"flavors": [{"id": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-flavor-name"}]} 2018-11-09 08:29:55,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d9dfb9c9-679f-426b-a9b6-f3a898bdad0a 2018-11-09 08:29:55,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:55,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-41b726fd-03d3-4fc0-9fbf-02d5dc393fce x-compute-request-id: req-41b726fd-03d3-4fc0-9fbf-02d5dc393fce Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:29:55,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4 used request id req-41b726fd-03d3-4fc0-9fbf-02d5dc393fce 2018-11-09 08:29:55,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:55,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-56368d29-75be-4279-bd13-511b273ac90a Date: Fri, 09 Nov 2018 08:29:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:29:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:29:45Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/snap", "metadata": {}}], "self": "/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "min_disk": 0, "protected": false, "id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "file": "/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da3fa080fbae4873a311a14016656f96", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4b631b90-e880-43b6-8550-6a152d6bdcc7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee"} 2018-11-09 08:29:55,302 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee used request id req-56368d29-75be-4279-bd13-511b273ac90a 2018-11-09 08:29:55,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:55,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-389ace7b-9d93-4e10-9781-e57110766d3f Date: Fri, 09 Nov 2018 08:29:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:29:55,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-389ace7b-9d93-4e10-9781-e57110766d3f 2018-11-09 08:29:55,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" -d '{"server": {"name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst", "imageRef": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "flavorRef": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "max_count": 1, "min_count": 1, "networks": [{"port": "a8047247-60fb-4ac0-897a-4bfb783283e8"}]}}' 2018-11-09 08:29:57,171 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:29: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-06f7f037-896f-404c-8e36-32b36520728f x-compute-request-id: req-06f7f037-896f-404c-8e36-32b36520728f Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "bookmark"}], "adminPass": "Vb6AGhquom4N"}} 2018-11-09 08:29:57,172 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-06f7f037-896f-404c-8e36-32b36520728f 2018-11-09 08:29:57,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:57,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-bd1e5208-8538-401e-912e-f8c7e90b74cc x-compute-request-id: req-bd1e5208-8538-401e-912e-f8c7e90b74cc 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.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "bookmark"}], "image": {"id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "links": [{"href": "http://172.30.9.27:8774/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "links": [{"href": "http://172.30.9.27:8774/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "bookmark"}]}, "id": "3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "user_id": "d7e9daa0f86645199be353a9f61c95f8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:29:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst", "created": "2018-11-09T08:29:57Z", "tenant_id": "da3fa080fbae4873a311a14016656f96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:57,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec used request id req-bd1e5208-8538-401e-912e-f8c7e90b74cc 2018-11-09 08:29:57,532 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst 2018-11-09 08:29:57,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:29:57,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:29: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-b3bcae29-ba17-4b74-8dca-853a3fb2baf6 x-compute-request-id: req-b3bcae29-ba17-4b74-8dca-853a3fb2baf6 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.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "bookmark"}], "image": {"id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "links": [{"href": "http://172.30.9.27:8774/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "links": [{"href": "http://172.30.9.27:8774/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "bookmark"}]}, "id": "3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "user_id": "d7e9daa0f86645199be353a9f61c95f8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:29:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst", "created": "2018-11-09T08:29:57Z", "tenant_id": "da3fa080fbae4873a311a14016656f96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:29:57,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec used request id req-b3bcae29-ba17-4b74-8dca-853a3fb2baf6 2018-11-09 08:29:57,891 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst] is - BUILD 2018-11-09 08:29:57,891 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:30:00,895 - create_instance - DEBUG - VM status query timeout in 896.63709712 2018-11-09 08:30:00,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:01,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-da90e993-e866-4abe-97a1-17ceff971d4b x-compute-request-id: req-da90e993-e866-4abe-97a1-17ceff971d4b 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.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "bookmark"}], "image": {"id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "links": [{"href": "http://172.30.9.27:8774/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "links": [{"href": "http://172.30.9.27:8774/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "bookmark"}]}, "id": "3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "security_groups": [{"name": "default"}], "user_id": "d7e9daa0f86645199be353a9f61c95f8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:29:58Z", "hostId": "eaddad7095a930096c06910585eb5684aa0e67c8369da5d0fdf6bd48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst", "created": "2018-11-09T08:29:57Z", "tenant_id": "da3fa080fbae4873a311a14016656f96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:01,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec used request id req-da90e993-e866-4abe-97a1-17ceff971d4b 2018-11-09 08:30:01,715 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst] is - BUILD 2018-11-09 08:30:01,715 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:30:04,719 - create_instance - DEBUG - VM status query timeout in 892.813148022 2018-11-09 08:30:04,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:05,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-1830639a-3e82-4121-9801-2692b7995425 x-compute-request-id: req-1830639a-3e82-4121-9801-2692b7995425 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:22:7e", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "bookmark"}], "image": {"id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "links": [{"href": "http://172.30.9.27:8774/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:02.000000", "flavor": {"id": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "links": [{"href": "http://172.30.9.27:8774/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "bookmark"}]}, "id": "3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "security_groups": [{"name": "default"}], "user_id": "d7e9daa0f86645199be353a9f61c95f8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:02Z", "hostId": "eaddad7095a930096c06910585eb5684aa0e67c8369da5d0fdf6bd48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst", "created": "2018-11-09T08:29:57Z", "tenant_id": "da3fa080fbae4873a311a14016656f96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:05,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec used request id req-1830639a-3e82-4121-9801-2692b7995425 2018-11-09 08:30:05,333 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst] is - ACTIVE 2018-11-09 08:30:05,333 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:30:05,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:05,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c939ca6-f8c9-475d-8441-55ae4576048b x-compute-request-id: req-6c939ca6-f8c9-475d-8441-55ae4576048b Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:22:7e", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "bookmark"}], "image": {"id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "links": [{"href": "http://172.30.9.27:8774/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:02.000000", "flavor": {"id": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "links": [{"href": "http://172.30.9.27:8774/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "bookmark"}]}, "id": "3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "security_groups": [{"name": "default"}], "user_id": "d7e9daa0f86645199be353a9f61c95f8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:02Z", "hostId": "eaddad7095a930096c06910585eb5684aa0e67c8369da5d0fdf6bd48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst", "created": "2018-11-09T08:29:57Z", "tenant_id": "da3fa080fbae4873a311a14016656f96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:05,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec used request id req-6c939ca6-f8c9-475d-8441-55ae4576048b 2018-11-09 08:30:05,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:06,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-66c95e93-679c-4d14-939a-93623519a016 Date: Fri, 09 Nov 2018 08:30: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":["5614d956-dc51-49f3-b893-c2861adf593e"],"updated_at":"2018-11-09T08:29:48Z","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"da3fa080fbae4873a311a14016656f96","id":"fe27150e-1854-43ae-b63a-16d8f735152e","name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net"}]} 2018-11-09 08:30:06,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net used request id req-66c95e93-679c-4d14-939a-93623519a016 2018-11-09 08:30:06,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:06,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68646d77-61d8-453c-8be4-15b5bfca3ded Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96"}, "enabled": true, "id": "da3fa080fbae4873a311a14016656f96", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}} 2018-11-09 08:30:06,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 used request id req-68646d77-61d8-453c-8be4-15b5bfca3ded 2018-11-09 08:30:06,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:06,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f40574e7-e8af-4b88-9fb9-59990e7d1bd1 Date: Fri, 09 Nov 2018 08:30:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:48Z","dns_nameservers":[],"updated_at":"2018-11-09T08:29: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":"da3fa080fbae4873a311a14016656f96","id":"5614d956-dc51-49f3-b893-c2861adf593e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet"}]} 2018-11-09 08:30:06,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-f40574e7-e8af-4b88-9fb9-59990e7d1bd1 2018-11-09 08:30:06,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:06,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3117 X-Openstack-Request-Id: req-03045796-c1d5-4190-bcd8-d0175fdb0ac1 Date: Fri, 09 Nov 2018 08:30:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5614d956-dc51-49f3-b893-c2861adf593e","ip_address":"10.55.0.2"}],"id":"4bd0d1bf-aadd-4936-a458-15af2234e70a","security_groups":[],"mac_address":"fa:16:3e:b5:9c:1f","project_id":"da3fa080fbae4873a311a14016656f96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fe27150e-1854-43ae-b63a-16d8f735152e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5614d956-dc51-49f3-b893-c2861adf593e","ip_address":"10.55.0.4"}],"id":"6ed96162-b312-4dee-b6a4-a24a5095187b","security_groups":[],"mac_address":"fa:16:3e:ed:aa:c0","project_id":"da3fa080fbae4873a311a14016656f96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fe27150e-1854-43ae-b63a-16d8f735152e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5614d956-dc51-49f3-b893-c2861adf593e","ip_address":"10.55.0.6"}],"id":"a8047247-60fb-4ac0-897a-4bfb783283e8","security_groups":["e51a297b-af98-4093-a2a0-5b4098f53484"],"mac_address":"fa:16:3e:28:22:7e","project_id":"da3fa080fbae4873a311a14016656f96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port","admin_state_up":true,"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:53Z","binding:vnic_type":"normal","device_id":"3a8e0ae4-ea98-45f7-9a5e-e31befc070ec"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:29:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5614d956-dc51-49f3-b893-c2861adf593e","ip_address":"10.55.0.3"}],"id":"dd09d0dc-ac71-4375-8c77-c8df6cf1108a","security_groups":[],"mac_address":"fa:16:3e:9b:6e:92","project_id":"da3fa080fbae4873a311a14016656f96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fe27150e-1854-43ae-b63a-16d8f735152e","tenant_id":"da3fa080fbae4873a311a14016656f96","created_at":"2018-11-09T08:29:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fe27150e-1854-43ae-b63a-16d8f735152e"}]} 2018-11-09 08:30:06,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=fe27150e-1854-43ae-b63a-16d8f735152e used request id req-03045796-c1d5-4190-bcd8-d0175fdb0ac1 2018-11-09 08:30:06,620 - create_instance - INFO - Deleting Port with ID - a8047247-60fb-4ac0-897a-4bfb783283e8 2018-11-09 08:30:06,620 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-port 2018-11-09 08:30:06,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/a8047247-60fb-4ac0-897a-4bfb783283e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:07,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed09e88f-9a75-47fa-a987-18f51a0f2548 Date: Fri, 09 Nov 2018 08:30:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:30:07,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/a8047247-60fb-4ac0-897a-4bfb783283e8 used request id req-ed09e88f-9a75-47fa-a987-18f51a0f2548 2018-11-09 08:30:07,246 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst 2018-11-09 08:30:07,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:07,429 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:30: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-f6c67736-8cf9-4de3-9e93-9e6620da8d55 x-compute-request-id: req-f6c67736-8cf9-4de3-9e93-9e6620da8d55 Content-Type: application/json 2018-11-09 08:30:07,429 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec used request id req-f6c67736-8cf9-4de3-9e93-9e6620da8d55 2018-11-09 08:30:07,430 - create_instance - INFO - Checking deletion status 2018-11-09 08:30:07,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:07,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-daf47425-98f5-4481-9116-e8ba245af71d x-compute-request-id: req-daf47425-98f5-4481-9116-e8ba245af71d 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.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "bookmark"}], "image": {"id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "links": [{"href": "http://172.30.9.27:8774/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:02.000000", "flavor": {"id": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "links": [{"href": "http://172.30.9.27:8774/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "bookmark"}]}, "id": "3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "user_id": "d7e9daa0f86645199be353a9f61c95f8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:07Z", "hostId": "eaddad7095a930096c06910585eb5684aa0e67c8369da5d0fdf6bd48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst", "created": "2018-11-09T08:29:57Z", "tenant_id": "da3fa080fbae4873a311a14016656f96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:07,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec used request id req-daf47425-98f5-4481-9116-e8ba245af71d 2018-11-09 08:30:07,531 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst] is - ACTIVE 2018-11-09 08:30:07,531 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:30:10,535 - create_instance - DEBUG - VM status query timeout in 296.895325899 2018-11-09 08:30:10,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:10,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c4ff9a3-69df-4ce6-b98b-65f47d267188 x-compute-request-id: req-0c4ff9a3-69df-4ce6-b98b-65f47d267188 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.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "rel": "bookmark"}], "image": {"id": "4b631b90-e880-43b6-8550-6a152d6bdcc7", "links": [{"href": "http://172.30.9.27:8774/images/4b631b90-e880-43b6-8550-6a152d6bdcc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:02.000000", "flavor": {"id": "24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "links": [{"href": "http://172.30.9.27:8774/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4", "rel": "bookmark"}]}, "id": "3a8e0ae4-ea98-45f7-9a5e-e31befc070ec", "user_id": "d7e9daa0f86645199be353a9f61c95f8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:07Z", "hostId": "eaddad7095a930096c06910585eb5684aa0e67c8369da5d0fdf6bd48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst", "created": "2018-11-09T08:29:57Z", "tenant_id": "da3fa080fbae4873a311a14016656f96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:10,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec used request id req-0c4ff9a3-69df-4ce6-b98b-65f47d267188 2018-11-09 08:30:10,937 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst] is - ACTIVE 2018-11-09 08:30:10,937 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:30:13,940 - create_instance - DEBUG - VM status query timeout in 293.49001503 2018-11-09 08:30:13,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6966c91cebb3f2b7e8fdad3ac75d143ab547327" 2018-11-09 08:30:13,988 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:30: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-7508fce5-23c5-43b3-940b-992363811cee x-compute-request-id: req-7508fce5-23c5-43b3-940b-992363811cee Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3a8e0ae4-ea98-45f7-9a5e-e31befc070ec could not be found.", "code": 404}} 2018-11-09 08:30:13,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3a8e0ae4-ea98-45f7-9a5e-e31befc070ec used request id req-7508fce5-23c5-43b3-940b-992363811cee 2018-11-09 08:30:13,989 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3a8e0ae4-ea98-45f7-9a5e-e31befc070ec could not be found. (HTTP 404) (Request-ID: req-7508fce5-23c5-43b3-940b-992363811cee) 2018-11-09 08:30:13,989 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-inst 2018-11-09 08:30:13,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af377669ca118c96b50a392e8e06ea24719e717a" 2018-11-09 08:30:14,028 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:30: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-f17f90e8-237a-4ef2-a19f-fae7bd07a091 x-compute-request-id: req-f17f90e8-237a-4ef2-a19f-fae7bd07a091 Content-Length: 0 Content-Type: application/json 2018-11-09 08:30:14,028 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/24d7dd12-6c70-40c1-aae9-aa30750ca1c4 used request id req-f17f90e8-237a-4ef2-a19f-fae7bd07a091 2018-11-09 08:30:14,029 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet 2018-11-09 08:30:14,029 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-subnet 2018-11-09 08:30:14,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/5614d956-dc51-49f3-b893-c2861adf593e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20c4d5dbd59ae67592a2f72cdd246d978481331" 2018-11-09 08:30:16,280 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a450a2f2-84e8-4467-9082-a766ac28397d Date: Fri, 09 Nov 2018 08:30:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:30:16,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5614d956-dc51-49f3-b893-c2861adf593e used request id req-a450a2f2-84e8-4467-9082-a766ac28397d 2018-11-09 08:30:16,281 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee-pub-net 2018-11-09 08:30:16,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/fe27150e-1854-43ae-b63a-16d8f735152e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e20c4d5dbd59ae67592a2f72cdd246d978481331" 2018-11-09 08:30:17,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-133a191e-efc4-4c60-ab9f-2de8e9efd050 Date: Fri, 09 Nov 2018 08:30:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:30:17,382 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/fe27150e-1854-43ae-b63a-16d8f735152e used request id req-133a191e-efc4-4c60-ab9f-2de8e9efd050 2018-11-09 08:30:17,382 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-5fa119ee-a7f5-4f23-8c24-0407575a0eee 2018-11-09 08:30:17,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38bc5ca76ff081c19e10db933a84b24ad2f8a5e7" 2018-11-09 08:30:19,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-67642d21-6d00-4588-84c0-ef598d910b9f Date: Fri, 09 Nov 2018 08:30:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:30:19,225 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4b631b90-e880-43b6-8550-6a152d6bdcc7 used request id req-67642d21-6d00-4588-84c0-ef598d910b9f 2018-11-09 08:30:19,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:30:19,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2fc08517-d836-4d31-a374-26e5b72e7f84 Date: Fri, 09 Nov 2018 08:30:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da3fa080fbae4873a311a14016656f96", "created_at": "2018-11-09T08:29:47Z", "updated_at": "2018-11-09T08:29:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:29:47Z", "revision_number": 0, "id": "25814841-08a1-48b6-86ed-ca5a08016b5f", "remote_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "remote_ip_prefix": null, "created_at": "2018-11-09T08:29:47Z", "security_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "tenant_id": "da3fa080fbae4873a311a14016656f96", "port_range_min": null, "ethertype": "IPv4", "project_id": "da3fa080fbae4873a311a14016656f96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:29:47Z", "revision_number": 0, "id": "654c0e4b-7bd4-4bbe-a6d0-3a1e5b1e3259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:29:47Z", "security_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "tenant_id": "da3fa080fbae4873a311a14016656f96", "port_range_min": null, "ethertype": "IPv4", "project_id": "da3fa080fbae4873a311a14016656f96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:29:47Z", "revision_number": 0, "id": "94e2eb69-7fd5-4cf6-83f3-ac74078e754f", "remote_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "remote_ip_prefix": null, "created_at": "2018-11-09T08:29:47Z", "security_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "tenant_id": "da3fa080fbae4873a311a14016656f96", "port_range_min": null, "ethertype": "IPv6", "project_id": "da3fa080fbae4873a311a14016656f96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:29:47Z", "revision_number": 0, "id": "e502171b-b6bb-4037-96ea-f75c62c3d1a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:29:47Z", "security_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "tenant_id": "da3fa080fbae4873a311a14016656f96", "port_range_min": null, "ethertype": "IPv6", "project_id": "da3fa080fbae4873a311a14016656f96"}], "revision_number": 4, "project_id": "da3fa080fbae4873a311a14016656f96", "id": "e51a297b-af98-4093-a2a0-5b4098f53484", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:30:19,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-2fc08517-d836-4d31-a374-26e5b72e7f84 2018-11-09 08:30:19,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:30:19,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa561d3-3d98-42a6-88b6-4e8cc99771b3 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:30:19,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-5fa561d3-3d98-42a6-88b6-4e8cc99771b3 2018-11-09 08:30:19,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:30:19,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ee92014-099b-4139-b462-f1ac7ca47b87 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:30:19,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-9ee92014-099b-4139-b462-f1ac7ca47b87 2018-11-09 08:30:19,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:30:19,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6e35ebf-47da-4c09-8d90-876ce4b512d0 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96"}, "enabled": true, "id": "da3fa080fbae4873a311a14016656f96", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj"}} 2018-11-09 08:30:19,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 used request id req-a6e35ebf-47da-4c09-8d90-876ce4b512d0 2018-11-09 08:30:19,718 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e51a297b-af98-4093-a2a0-5b4098f53484 2018-11-09 08:30:19,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e51a297b-af98-4093-a2a0-5b4098f53484 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:30:20,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a7e4cad3-ae3a-41b4-ba03-afe2268e100b Date: Fri, 09 Nov 2018 08:30:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:29:47Z", "security_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "port_range_min": null, "revision_number": 0, "tenant_id": "da3fa080fbae4873a311a14016656f96", "created_at": "2018-11-09T08:29:47Z", "project_id": "da3fa080fbae4873a311a14016656f96", "id": "25814841-08a1-48b6-86ed-ca5a08016b5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:29:47Z", "security_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "port_range_min": null, "revision_number": 0, "tenant_id": "da3fa080fbae4873a311a14016656f96", "created_at": "2018-11-09T08:29:47Z", "project_id": "da3fa080fbae4873a311a14016656f96", "id": "654c0e4b-7bd4-4bbe-a6d0-3a1e5b1e3259"}, {"remote_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:29:47Z", "security_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "port_range_min": null, "revision_number": 0, "tenant_id": "da3fa080fbae4873a311a14016656f96", "created_at": "2018-11-09T08:29:47Z", "project_id": "da3fa080fbae4873a311a14016656f96", "id": "94e2eb69-7fd5-4cf6-83f3-ac74078e754f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:29:47Z", "security_group_id": "e51a297b-af98-4093-a2a0-5b4098f53484", "port_range_min": null, "revision_number": 0, "tenant_id": "da3fa080fbae4873a311a14016656f96", "created_at": "2018-11-09T08:29:47Z", "project_id": "da3fa080fbae4873a311a14016656f96", "id": "e502171b-b6bb-4037-96ea-f75c62c3d1a8"}]} 2018-11-09 08:30:20,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e51a297b-af98-4093-a2a0-5b4098f53484 used request id req-a7e4cad3-ae3a-41b4-ba03-afe2268e100b 2018-11-09 08:30:20,055 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:30:20,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/e51a297b-af98-4093-a2a0-5b4098f53484 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:30:20,394 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35466c10-513c-4ec3-a5ce-438567e59c65 Content-Length: 0 Date: Fri, 09 Nov 2018 08:30:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:30:20,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e51a297b-af98-4093-a2a0-5b4098f53484 used request id req-35466c10-513c-4ec3-a5ce-438567e59c65 2018-11-09 08:30:20,395 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj 2018-11-09 08:30:20,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:30:20,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-134a6d0f-8c3e-4bf0-a16f-11f675b9d375 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:30:20,599 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/da3fa080fbae4873a311a14016656f96 used request id req-134a6d0f-8c3e-4bf0-a16f-11f675b9d375 2018-11-09 08:30:20,599 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-proj-role 2018-11-09 08:30:20,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/4c667171fac443988f86ce3ea535e277 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:30:20,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f38f16dc-1079-4c08-99b1-1d3b27dbbd45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:30:20,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/4c667171fac443988f86ce3ea535e277 used request id req-f38f16dc-1079-4c08-99b1-1d3b27dbbd45 2018-11-09 08:30:20,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c00faa1f79696da79d9b7c5e57519828f0670d1e" 2018-11-09 08:30:20,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-835c2cae-4524-4852-9ace-cf678f4dbd2d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:30:20,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-835c2cae-4524-4852-9ace-cf678f4dbd2d 2018-11-09 08:30:20,791 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-f3b9e8c3-f85f-410-user 2018-11-09 08:30:20,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/d7e9daa0f86645199be353a9f61c95f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eff850a771d486ed8466667d8ff866a1f20cada" 2018-11-09 08:30:21,044 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fff0cbfc-daf4-43b5-af43-ed42a0928e6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:30:21,044 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/d7e9daa0f86645199be353a9f61c95f8 used request id req-fff0cbfc-daf4-43b5-af43-ed42a0928e6a 2018-11-09 08:30:21,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:21,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:30:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["KXkipy5bSqCfmaDTJpKipg"], "issued_at": "2018-11-09T08:30:21.000000Z"}} 2018-11-09 08:30:21,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d792b8de88dd87e8ec84114d18029b63a4143ff" 2018-11-09 08:30:21,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a7ff189-b186-4f24-8162-b58b2e67b548 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:21,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5a7ff189-b186-4f24-8162-b58b2e67b548 2018-11-09 08:30:21,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:30:21,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:21,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["riCNaRlYTMqeQTncLA3Okw"], "issued_at": "2018-11-09T08:30:22.000000Z"}} 2018-11-09 08:30:21,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:30:22,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd738255-3664-445e-84c2-7d9f97a5a020 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:22,066 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bd738255-3664-445e-84c2-7d9f97a5a020 2018-11-09 08:30:22,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:30:22,076 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:30: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:30:22,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-c749a297-d16c-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:30:22,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4479e1ac-2a52-4ead-9fb6-339c89ceac4c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-c749a297-d16c-4f8-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:30:22,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-c749a297-d16c-4f8-proj used request id req-4479e1ac-2a52-4ead-9fb6-339c89ceac4c 2018-11-09 08:30:22,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:30:22,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eac6b48e-eead-40d2-9425-5bbea65d141e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:30:22,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-eac6b48e-eead-40d2-9425-5bbea65d141e 2018-11-09 08:30:22,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}}' 2018-11-09 08:30:22,530 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:30:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51589f57-242e-45e7-8492-4ea502f11770 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:30:22,530 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-51589f57-242e-45e7-8492-4ea502f11770 2018-11-09 08:30:22,530 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-c749a297-d16c-4f8-proj 2018-11-09 08:30:22,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:30:22,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:22,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["sPYKBpJpRsSRn6ls80yxMw"], "issued_at": "2018-11-09T08:30:22.000000Z"}} 2018-11-09 08:30:22,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5082601fe3245bc981836f737d3a1f6561fec9af" 2018-11-09 08:30:22,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7458d427-faba-46dc-9e5b-9a39d7a8e8e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:22,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7458d427-faba-46dc-9e5b-9a39d7a8e8e3 2018-11-09 08:30:22,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:30:22,950 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:30: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:30:22,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5082601fe3245bc981836f737d3a1f6561fec9af" 2018-11-09 08:30:23,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16205998-af89-4b66-a192-15d50f0273ee Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:30:23,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-16205998-af89-4b66-a192-15d50f0273ee 2018-11-09 08:30:23,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceVolumeTests-c749a297-d16c-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5082601fe3245bc981836f737d3a1f6561fec9af" 2018-11-09 08:30:23,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-898d793d-8540-4744-bac9-495e2366450a Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceVolumeTests-c749a297-d16c-4f8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}]} 2018-11-09 08:30:23,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceVolumeTests-c749a297-d16c-4f8-proj used request id req-898d793d-8540-4744-bac9-495e2366450a 2018-11-09 08:30:23,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5082601fe3245bc981836f737d3a1f6561fec9af" 2018-11-09 08:30:23,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66bcc4f6-d907-4b5a-94ff-bff42d525dbd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:30:23,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-66bcc4f6-d907-4b5a-94ff-bff42d525dbd 2018-11-09 08:30:23,601 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-c749a297-d16c-4f8-user 2018-11-09 08:30:23,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:30:23,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:30:23,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989aa98c-5b79-4219-915d-6cf9181c1676 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:30:23,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-989aa98c-5b79-4219-915d-6cf9181c1676 2018-11-09 08:30:23,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" -d '{"role": {"name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role"}}' 2018-11-09 08:30:23,792 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:30:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f5088bb-3319-4adb-a426-b84c78b8dd07 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1608852aad394f2cb300812b3875dbfa", "links": {"self": "http://172.30.9.27:5000/v3/roles/1608852aad394f2cb300812b3875dbfa"}, "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role"}} 2018-11-09 08:30:23,792 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-6f5088bb-3319-4adb-a426-b84c78b8dd07 2018-11-09 08:30:23,793 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role 2018-11-09 08:30:23,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/1608852aad394f2cb300812b3875dbfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:30:23,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eaa7ee4-9625-4980-9386-7ba29b2bb66c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/1608852aad394f2cb300812b3875dbfa"}, "domain_id": null, "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role", "id": "1608852aad394f2cb300812b3875dbfa"}} 2018-11-09 08:30:23,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/1608852aad394f2cb300812b3875dbfa used request id req-6eaa7ee4-9625-4980-9386-7ba29b2bb66c 2018-11-09 08:30:23,888 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role to project CreateInstanceVolumeTests-c749a297-d16c-4f8-proj 2018-11-09 08:30:23,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21/users/3e8246b6522d4f1b8d7962f7dfb984ae/roles/1608852aad394f2cb300812b3875dbfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:30:24,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:30:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef182ee0-d4a9-43f3-a7ff-08e2bba8ab1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:30:24,012 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21/users/3e8246b6522d4f1b8d7962f7dfb984ae/roles/1608852aad394f2cb300812b3875dbfa used request id req-ef182ee0-d4a9-43f3-a7ff-08e2bba8ab1c 2018-11-09 08:30:24,012 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:30:24,014 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:30:24,014 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:30:24,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:24,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1608852aad394f2cb300812b3875dbfa", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role"}], "expires_at": "2018-11-09T09:30:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e0cc8d64a4461f91634e322101dd21", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-user", "id": "3e8246b6522d4f1b8d7962f7dfb984ae"}, "audit_ids": ["hQgCsP53STaa4oHz2M8qzg"], "issued_at": "2018-11-09T08:30:24.000000Z"}} 2018-11-09 08:30:24,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2133be1f080219afce3b373886ba18c281f12" 2018-11-09 08:30:24,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1736107d-05e4-4aeb-98f1-a7d6ba37ad57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:24,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1736107d-05e4-4aeb-98f1-a7d6ba37ad57 2018-11-09 08:30:24,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cb2133be1f080219afce3b373886ba18c281f12" 2018-11-09 08:30:24,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-29eee26f-3447-4c4d-a596-321db4108e3d Date: Fri, 09 Nov 2018 08:30:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image"} 2018-11-09 08:30:24,644 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image used request id req-29eee26f-3447-4c4d-a596-321db4108e3d 2018-11-09 08:30:24,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cb2133be1f080219afce3b373886ba18c281f12" 2018-11-09 08:30:24,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-141a43f7-eec0-4d8d-ada7-11cbea0aee26 Date: Fri, 09 Nov 2018 08:30:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:30:24,785 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-141a43f7-eec0-4d8d-ada7-11cbea0aee26 2018-11-09 08:30:24,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0cb2133be1f080219afce3b373886ba18c281f12" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image"}' 2018-11-09 08:30:25,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c X-Openstack-Request-Id: req-fdeb8d65-08ae-4437-89a1-ea01d7b26fdb Date: Fri, 09 Nov 2018 08:30:24 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:30:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:30:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "min_disk": 0, "protected": false, "id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "file": "/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c/file", "checksum": null, "owner": "00e0cc8d64a4461f91634e322101dd21", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:30:25,005 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-fdeb8d65-08ae-4437-89a1-ea01d7b26fdb 2018-11-09 08:30:25,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cb2133be1f080219afce3b373886ba18c281f12" -d '' 2018-11-09 08:30:27,169 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f6d9773-608e-4b6b-9b1b-e7aab91bb33d Date: Fri, 09 Nov 2018 08:30:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:30:27,170 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c/file used request id req-3f6d9773-608e-4b6b-9b1b-e7aab91bb33d 2018-11-09 08:30:27,170 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:30:27,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cb2133be1f080219afce3b373886ba18c281f12" 2018-11-09 08:30:27,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-100c2ac9-42c6-4722-8650-3b070f3ec6d9 Date: Fri, 09 Nov 2018 08:30:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:30:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:30:27Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da816aaf-ae4e-4cab-ba82-a072e532782c/snap", "metadata": {}}], "self": "/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "min_disk": 0, "protected": false, "id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "file": "/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "00e0cc8d64a4461f91634e322101dd21", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da816aaf-ae4e-4cab-ba82-a072e532782c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:30:27,353 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c used request id req-100c2ac9-42c6-4722-8650-3b070f3ec6d9 2018-11-09 08:30:27,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cb2133be1f080219afce3b373886ba18c281f12" 2018-11-09 08:30:27,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-886c9368-6f0f-4676-9a81-d4f01e8808d2 Date: Fri, 09 Nov 2018 08:30:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:30:27,510 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-886c9368-6f0f-4676-9a81-d4f01e8808d2 2018-11-09 08:30:27,513 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image 2018-11-09 08:30:27,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cb2133be1f080219afce3b373886ba18c281f12" 2018-11-09 08:30:27,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-fcc67c9b-e29f-4998-8ed4-92e284eece44 Date: Fri, 09 Nov 2018 08:30:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:30:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:30:27Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da816aaf-ae4e-4cab-ba82-a072e532782c/snap", "metadata": {}}], "self": "/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "min_disk": 0, "protected": false, "id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "file": "/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "00e0cc8d64a4461f91634e322101dd21", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da816aaf-ae4e-4cab-ba82-a072e532782c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:30:27,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c used request id req-fcc67c9b-e29f-4998-8ed4-92e284eece44 2018-11-09 08:30:27,695 - create_image - DEBUG - Instance status is - active 2018-11-09 08:30:27,695 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image 2018-11-09 08:30:27,696 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image 2018-11-09 08:30:27,696 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:30:27,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:28,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:30:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["rrKaqdu_QR2yXXQb_vkCRA"], "issued_at": "2018-11-09T08:30:28.000000Z"}} 2018-11-09 08:30:28,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd577f25e150119c6787e7b2edaac218958dfa79" 2018-11-09 08:30:28,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3d7cb52-6502-4363-8ab5-c3f43d4c2412 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:28,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c3d7cb52-6502-4363-8ab5-c3f43d4c2412 2018-11-09 08:30:28,163 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:30:28,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd577f25e150119c6787e7b2edaac218958dfa79" 2018-11-09 08:30:28,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-738ac7ac-a06e-4a42-90b4-3864e23a8e0d x-compute-request-id: req-738ac7ac-a06e-4a42-90b4-3864e23a8e0d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:30:28,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-738ac7ac-a06e-4a42-90b4-3864e23a8e0d 2018-11-09 08:30:28,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd577f25e150119c6787e7b2edaac218958dfa79" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:30:28,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eec7fd10-ae4a-4780-95d8-42bcb4b7d012 x-compute-request-id: req-eec7fd10-ae4a-4780-95d8-42bcb4b7d012 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:30:28,396 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-eec7fd10-ae4a-4780-95d8-42bcb4b7d012 2018-11-09 08:30:28,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:30:28,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:28,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1608852aad394f2cb300812b3875dbfa", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role"}], "expires_at": "2018-11-09T09:30:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e0cc8d64a4461f91634e322101dd21", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-user", "id": "3e8246b6522d4f1b8d7962f7dfb984ae"}, "audit_ids": ["SO7OLo3FSAmR_wYQDpxeTw"], "issued_at": "2018-11-09T08:30:28.000000Z"}} 2018-11-09 08:30:28,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f5a1e7323394c3a63730aebe7b4418f66a10c6" 2018-11-09 08:30:28,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5531bf48-e04d-481b-91ac-3d7007933b76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:28,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5531bf48-e04d-481b-91ac-3d7007933b76 2018-11-09 08:30:28,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f5a1e7323394c3a63730aebe7b4418f66a10c6" 2018-11-09 08:30:29,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6d900015-d423-4c81-9826-077fd35a7dd7 Date: Fri, 09 Nov 2018 08:30:28 GMT RESP BODY: {"networks":[]} 2018-11-09 08:30:29,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net used request id req-6d900015-d423-4c81-9826-077fd35a7dd7 2018-11-09 08:30:29,034 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net 2018-11-09 08:30:29,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f5a1e7323394c3a63730aebe7b4418f66a10c6" -d '{"network": {"name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net", "admin_state_up": true}}' 2018-11-09 08:30:29,766 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3ce1d0ca-ed86-4df9-9809-9139032dad51 Date: Fri, 09 Nov 2018 08:30:29 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:30:29Z","is_default":false,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","mtu":1450}} 2018-11-09 08:30:29,766 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-3ce1d0ca-ed86-4df9-9809-9139032dad51 2018-11-09 08:30:29,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f5a1e7323394c3a63730aebe7b4418f66a10c6" 2018-11-09 08:30:29,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c8508843-0ff4-4802-aab8-d692709f0f28 Date: Fri, 09 Nov 2018 08:30:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:30:29Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:30:29,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-c8508843-0ff4-4802-aab8-d692709f0f28 2018-11-09 08:30:29,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f5a1e7323394c3a63730aebe7b4418f66a10c6" 2018-11-09 08:30:30,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9daf6ee8-7803-48a1-b217-8c6bdf4bf6fd Date: Fri, 09 Nov 2018 08:30:30 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:30:30,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-9daf6ee8-7803-48a1-b217-8c6bdf4bf6fd 2018-11-09 08:30:30,173 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet 2018-11-09 08:30:30,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f5a1e7323394c3a63730aebe7b4418f66a10c6" -d '{"subnets": [{"ip_version": 4, "network_id": "2a0aef51-6340-4fac-a582-b99ec0d6c570", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]}' 2018-11-09 08:30:30,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a668adb9-af82-41fe-9d17-319be3d329c7 Date: Fri, 09 Nov 2018 08:30:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:30:30,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-a668adb9-af82-41fe-9d17-319be3d329c7 2018-11-09 08:30:30,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f5a1e7323394c3a63730aebe7b4418f66a10c6" 2018-11-09 08:30:31,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0f5a09aa-6c15-4d4d-a6da-b1345610777e Date: Fri, 09 Nov 2018 08: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":["181cf51c-c4e1-456d-970f-fa225efc8704"],"updated_at":"2018-11-09T08:30:30Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:30:31,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-0f5a09aa-6c15-4d4d-a6da-b1345610777e 2018-11-09 08:30:31,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f5a1e7323394c3a63730aebe7b4418f66a10c6" 2018-11-09 08:30:31,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5b843698-3f72-4afe-9652-a68070e28f07 Date: Fri, 09 Nov 2018 08:30:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:30:31,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-5b843698-3f72-4afe-9652-a68070e28f07 2018-11-09 08:30:31,278 - OpenStackNetwork - DEBUG - Network [2a0aef51-6340-4fac-a582-b99ec0d6c570] created successfully 2018-11-09 08:30:31,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:30:31,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:31,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1608852aad394f2cb300812b3875dbfa", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role"}], "expires_at": "2018-11-09T09:30:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e0cc8d64a4461f91634e322101dd21", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-user", "id": "3e8246b6522d4f1b8d7962f7dfb984ae"}, "audit_ids": ["Kt_WygM8QzStVgYO220V0w"], "issued_at": "2018-11-09T08:30:31.000000Z"}} 2018-11-09 08:30:31,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e27fe5ea969033d586ddbe841b3677b3d6d3af" 2018-11-09 08:30:31,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7bccca4-5623-4b80-977e-5e5660bc6d95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:31,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e7bccca4-5623-4b80-977e-5e5660bc6d95 2018-11-09 08:30:31,755 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e27fe5ea969033d586ddbe841b3677b3d6d3af" 2018-11-09 08:30:31,946 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:31 GMT Server: Apache x-compute-request-id: req-b973ce0b-7d4a-4563-97c7-d70115544174 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b973ce0b-7d4a-4563-97c7-d70115544174 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:30:31,946 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/detail used request id req-b973ce0b-7d4a-4563-97c7-d70115544174 2018-11-09 08:30:31,949 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b973ce0b-7d4a-4563-97c7-d70115544174" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e27fe5ea969033d586ddbe841b3677b3d6d3af" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:30:32,396 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:30:31 GMT Server: Apache x-compute-request-id: req-aa296ab8-a726-42b6-8533-1f2f5e1fcefd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-aa296ab8-a726-42b6-8533-1f2f5e1fcefd Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:32.273549", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "size": 1}} 2018-11-09 08:30:32,396 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes used request id req-aa296ab8-a726-42b6-8533-1f2f5e1fcefd 2018-11-09 08:30:32,400 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b973ce0b-7d4a-4563-97c7-d70115544174" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e27fe5ea969033d586ddbe841b3677b3d6d3af" 2018-11-09 08:30:32,612 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:32 GMT Server: Apache x-compute-request-id: req-f9a2d3ec-c716-4195-b860-350bb27e7053 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f9a2d3ec-c716-4195-b860-350bb27e7053 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:30:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "size": 1}} 2018-11-09 08:30:32,613 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 used request id req-f9a2d3ec-c716-4195-b860-350bb27e7053 2018-11-09 08:30:32,613 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1 2018-11-09 08:30:32,616 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b973ce0b-7d4a-4563-97c7-d70115544174" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e27fe5ea969033d586ddbe841b3677b3d6d3af" 2018-11-09 08:30:32,810 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:32 GMT Server: Apache x-compute-request-id: req-702ace61-eb51-4a26-be91-fa09ad384b7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-702ace61-eb51-4a26-be91-fa09ad384b7a Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:30:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "size": 1}} 2018-11-09 08:30:32,810 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 used request id req-702ace61-eb51-4a26-be91-fa09ad384b7a 2018-11-09 08:30:32,811 - create_volume - DEBUG - Instance status is - creating 2018-11-09 08:30:32,811 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 08:30:35,814 - create_volume - DEBUG - Volume status query timeout in 296.799285889 2018-11-09 08:30:35,817 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b973ce0b-7d4a-4563-97c7-d70115544174" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e27fe5ea969033d586ddbe841b3677b3d6d3af" 2018-11-09 08:30:36,001 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:35 GMT Server: Apache x-compute-request-id: req-9c942d72-2fb2-4f17-8ca5-4290f500b9be OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9c942d72-2fb2-4f17-8ca5-4290f500b9be Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:30:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "size": 1}} 2018-11-09 08:30:36,001 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 used request id req-9c942d72-2fb2-4f17-8ca5-4290f500b9be 2018-11-09 08:30:36,001 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:30:36,001 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1 2018-11-09 08:30:36,002 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1 2018-11-09 08:30:36,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:30:36,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:36,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1608852aad394f2cb300812b3875dbfa", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role"}], "expires_at": "2018-11-09T09:30:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e0cc8d64a4461f91634e322101dd21", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-user", "id": "3e8246b6522d4f1b8d7962f7dfb984ae"}, "audit_ids": ["3yH4GT1jSJCOHj1XavxWuA"], "issued_at": "2018-11-09T08:30:36.000000Z"}} 2018-11-09 08:30:36,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54fe2e0b534feeb52cfe807484fda224d38860ce" 2018-11-09 08:30:36,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-577348c2-a648-48df-82e1-17519169221d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:36,449 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-577348c2-a648-48df-82e1-17519169221d 2018-11-09 08:30:36,454 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54fe2e0b534feeb52cfe807484fda224d38860ce" 2018-11-09 08:30:36,642 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:36 GMT Server: Apache x-compute-request-id: req-d0896555-5f7b-4eba-a0ba-93cfcaab3c94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d0896555-5f7b-4eba-a0ba-93cfcaab3c94 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:30:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "size": 1}]} 2018-11-09 08:30:36,642 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/detail used request id req-d0896555-5f7b-4eba-a0ba-93cfcaab3c94 2018-11-09 08:30:36,645 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d0896555-5f7b-4eba-a0ba-93cfcaab3c94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54fe2e0b534feeb52cfe807484fda224d38860ce" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:30:37,013 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:30:36 GMT Server: Apache x-compute-request-id: req-e0d9b213-1d42-41b7-94d9-beaf143de442 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0d9b213-1d42-41b7-94d9-beaf143de442 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:36.953132", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c743831e-485b-4f01-9037-69d72c51d53f", "size": 1}} 2018-11-09 08:30:37,013 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes used request id req-e0d9b213-1d42-41b7-94d9-beaf143de442 2018-11-09 08:30:37,017 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d0896555-5f7b-4eba-a0ba-93cfcaab3c94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54fe2e0b534feeb52cfe807484fda224d38860ce" 2018-11-09 08:30:37,199 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:37 GMT Server: Apache x-compute-request-id: req-084be66c-2446-445d-98c4-ef1f78ff26c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-084be66c-2446-445d-98c4-ef1f78ff26c0 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:30:36.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c743831e-485b-4f01-9037-69d72c51d53f", "size": 1}} 2018-11-09 08:30:37,200 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f used request id req-084be66c-2446-445d-98c4-ef1f78ff26c0 2018-11-09 08:30:37,200 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2 2018-11-09 08:30:37,203 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d0896555-5f7b-4eba-a0ba-93cfcaab3c94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54fe2e0b534feeb52cfe807484fda224d38860ce" 2018-11-09 08:30:37,505 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:37 GMT Server: Apache x-compute-request-id: req-562819f0-9daa-4586-b09a-1fe2612b0b0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-562819f0-9daa-4586-b09a-1fe2612b0b0d Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:30:37.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c743831e-485b-4f01-9037-69d72c51d53f", "size": 1}} 2018-11-09 08:30:37,505 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f used request id req-562819f0-9daa-4586-b09a-1fe2612b0b0d 2018-11-09 08:30:37,505 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:30:37,505 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2 2018-11-09 08:30:37,506 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2 2018-11-09 08:30:37,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:30:37,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:37,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1608852aad394f2cb300812b3875dbfa", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role"}], "expires_at": "2018-11-09T09:30:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e0cc8d64a4461f91634e322101dd21", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-user", "id": "3e8246b6522d4f1b8d7962f7dfb984ae"}, "audit_ids": ["E3RzXB0PQIqoSpFARnaGmQ"], "issued_at": "2018-11-09T08:30:37.000000Z"}} 2018-11-09 08:30:37,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:37,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed2c296b-1b5f-4901-9674-83143bbf4dce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:37,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ed2c296b-1b5f-4901-9674-83143bbf4dce 2018-11-09 08:30:37,955 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:30:37,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:37,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df9733e4-37f9-44ba-aa58-98b6d0fbd438 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:37,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-df9733e4-37f9-44ba-aa58-98b6d0fbd438 2018-11-09 08:30:37,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:38,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-83d8ce8f-68e7-4e07-ab3d-469b4d09d6c0 Date: Fri, 09 Nov 2018 08:30:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["181cf51c-c4e1-456d-970f-fa225efc8704"],"updated_at":"2018-11-09T08:30:30Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:30:38,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net used request id req-83d8ce8f-68e7-4e07-ab3d-469b4d09d6c0 2018-11-09 08:30:38,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:30:38,279 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:30: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:30:38,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:38,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a580f2c5-ffa7-47e2-a1e4-e3dce5313579 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:30:38,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-a580f2c5-ffa7-47e2-a1e4-e3dce5313579 2018-11-09 08:30:38,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:38,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-79f0911f-bcbc-4185-bf55-226533475d78 Date: Fri, 09 Nov 2018 08:30:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:30:38,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-79f0911f-bcbc-4185-bf55-226533475d78 2018-11-09 08:30:38,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:38,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0b31f961-1dfb-4ae8-9f64-fbb16af739a4 Date: Fri, 09 Nov 2018 08:30:38 GMT RESP BODY: {"ports":[]} 2018-11-09 08:30:38,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port&admin_state_up=True used request id req-0b31f961-1dfb-4ae8-9f64-fbb16af739a4 2018-11-09 08:30:38,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:38,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e3b66e4-b553-4835-a0c6-d99d449b3466 x-compute-request-id: req-3e3b66e4-b553-4835-a0c6-d99d449b3466 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:30:38,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst used request id req-3e3b66e4-b553-4835-a0c6-d99d449b3466 2018-11-09 08:30:38,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:39,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-75e1ecff-b7b0-48a0-a8d0-843a597b6562 Date: Fri, 09 Nov 2018 08:30: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":["181cf51c-c4e1-456d-970f-fa225efc8704"],"updated_at":"2018-11-09T08:30:30Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:30:39,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net used request id req-75e1ecff-b7b0-48a0-a8d0-843a597b6562 2018-11-09 08:30:39,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:39,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5740486-febd-4792-9c15-ef84f3c5e1a4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:30:39,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-d5740486-febd-4792-9c15-ef84f3c5e1a4 2018-11-09 08:30:39,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:39,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5e7b4e68-308e-47bd-b4ae-aaa65104f8d8 Date: Fri, 09 Nov 2018 08:30:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:30:39,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-5e7b4e68-308e-47bd-b4ae-aaa65104f8d8 2018-11-09 08:30:39,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:39,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bdd9ef73-86b0-49e6-af9c-01691e9b709d Date: Fri, 09 Nov 2018 08:30:39 GMT RESP BODY: {"ports":[]} 2018-11-09 08:30:39,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port&admin_state_up=True used request id req-bdd9ef73-86b0-49e6-af9c-01691e9b709d 2018-11-09 08:30:39,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:30:39,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:40,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1608852aad394f2cb300812b3875dbfa", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role"}], "expires_at": "2018-11-09T09:30:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e0cc8d64a4461f91634e322101dd21", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-user", "id": "3e8246b6522d4f1b8d7962f7dfb984ae"}, "audit_ids": ["pHSRlUXCRCGDrGO55vWIoQ"], "issued_at": "2018-11-09T08:30:40.000000Z"}} 2018-11-09 08:30:40,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454e3e84ccd75387ca2edac8651a9473b4edfbe2" 2018-11-09 08:30:40,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c78c4d54-6079-433f-8699-faa68733858f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:30:40,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c78c4d54-6079-433f-8699-faa68733858f 2018-11-09 08:30:40,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:40,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-09ff13c8-7da8-4dc6-9215-5a21ca180409 Date: Fri, 09 Nov 2018 08:30: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":["181cf51c-c4e1-456d-970f-fa225efc8704"],"updated_at":"2018-11-09T08:30:30Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:30:40,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net used request id req-09ff13c8-7da8-4dc6-9215-5a21ca180409 2018-11-09 08:30:40,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:40,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d9d9d043-22b6-40c0-8e37-507a086309c8 Date: Fri, 09 Nov 2018 08:30:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:30:40,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-d9d9d043-22b6-40c0-8e37-507a086309c8 2018-11-09 08:30:40,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:40,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-903f51d8-8f53-4a97-854a-afea732f4110 Date: Fri, 09 Nov 2018 08:30: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":["181cf51c-c4e1-456d-970f-fa225efc8704"],"updated_at":"2018-11-09T08:30:30Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:30:40,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net used request id req-903f51d8-8f53-4a97-854a-afea732f4110 2018-11-09 08:30:40,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:30:40,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:30: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:30:40,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454e3e84ccd75387ca2edac8651a9473b4edfbe2" 2018-11-09 08:30:40,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b6e1f82-144c-4807-b0a4-f3950450f161 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:30:40,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-9b6e1f82-144c-4807-b0a4-f3950450f161 2018-11-09 08:30:40,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:41,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9a19293e-79ec-4b9a-ac21-a08b81c9b44b Date: Fri, 09 Nov 2018 08:30:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:30:41,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-9a19293e-79ec-4b9a-ac21-a08b81c9b44b 2018-11-09 08:30:41,020 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net 2018-11-09 08:30:41,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" -d '{"port": {"network_id": "2a0aef51-6340-4fac-a582-b99ec0d6c570", "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port", "admin_state_up": true}}' 2018-11-09 08:30:41,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-77c9b7a9-5c89-4c31-8cdb-4344d53f62c2 Date: Fri, 09 Nov 2018 08:30:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:41Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.9"}],"id":"7a5e3293-6af5-4d65-b236-21f7f2169031","security_groups":["ae4c5574-6b4a-433b-8c80-c92a951ec632"],"mac_address":"fa:16:3e:5f:eb:c6","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port","project_id":"00e0cc8d64a4461f91634e322101dd21","qos_policy_id":null,"admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:41Z","binding:vnic_type":"normal"}} 2018-11-09 08:30:41,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-77c9b7a9-5c89-4c31-8cdb-4344d53f62c2 2018-11-09 08:30:41,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:42,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6313871b-8ae6-4b00-805e-d6996dc6fc5f Date: Fri, 09 Nov 2018 08:30: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":["181cf51c-c4e1-456d-970f-fa225efc8704"],"updated_at":"2018-11-09T08:30:30Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:30:42,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net used request id req-6313871b-8ae6-4b00-805e-d6996dc6fc5f 2018-11-09 08:30:42,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:42,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be859d7-ace1-40c3-a4c0-fc928161820f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:30:42,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-2be859d7-ace1-40c3-a4c0-fc928161820f 2018-11-09 08:30:42,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:42,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cdb914bf-f1d0-4264-918f-d16bc3b0722d Date: Fri, 09 Nov 2018 08:30:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:30:42,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-cdb914bf-f1d0-4264-918f-d16bc3b0722d 2018-11-09 08:30:42,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:42,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-068ea338-223e-458d-b6d8-c4a819064844 Date: Fri, 09 Nov 2018 08:30:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:41Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.9"}],"id":"7a5e3293-6af5-4d65-b236-21f7f2169031","security_groups":["ae4c5574-6b4a-433b-8c80-c92a951ec632"],"mac_address":"fa:16:3e:5f:eb:c6","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:41Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:30:42,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port&admin_state_up=True used request id req-068ea338-223e-458d-b6d8-c4a819064844 2018-11-09 08:30:42,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:42,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e94f4df6-ebe6-4a11-bb60-a67d614fd146 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:30:42,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-e94f4df6-ebe6-4a11-bb60-a67d614fd146 2018-11-09 08:30:42,486 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst 2018-11-09 08:30:42,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:42,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1da156b-7fbd-416a-b913-a2eeb25bfedb x-compute-request-id: req-a1da156b-7fbd-416a-b913-a2eeb25bfedb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-flavor-name"}]} 2018-11-09 08:30:42,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a1da156b-7fbd-416a-b913-a2eeb25bfedb 2018-11-09 08:30:42,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:42,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37af67b9-4555-4736-a4c7-b98d8c25df71 x-compute-request-id: req-37af67b9-4555-4736-a4c7-b98d8c25df71 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:30:42,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5 used request id req-37af67b9-4555-4736-a4c7-b98d8c25df71 2018-11-09 08:30:42,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:42,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-bd670e75-a6fe-4b83-878d-e2fcca10d48b Date: Fri, 09 Nov 2018 08:30:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:30:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:30:27Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da816aaf-ae4e-4cab-ba82-a072e532782c/snap", "metadata": {}}], "self": "/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "min_disk": 0, "protected": false, "id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "file": "/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "00e0cc8d64a4461f91634e322101dd21", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da816aaf-ae4e-4cab-ba82-a072e532782c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image"} 2018-11-09 08:30:42,717 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image used request id req-bd670e75-a6fe-4b83-878d-e2fcca10d48b 2018-11-09 08:30:42,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:42,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4820948e-0506-4ccf-b515-871c38d50f06 Date: Fri, 09 Nov 2018 08:30:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:30:42,860 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4820948e-0506-4ccf-b515-871c38d50f06 2018-11-09 08:30:42,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" -d '{"server": {"name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "imageRef": "da816aaf-ae4e-4cab-ba82-a072e532782c", "flavorRef": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "max_count": 1, "min_count": 1, "networks": [{"port": "7a5e3293-6af5-4d65-b236-21f7f2169031"}]}}' 2018-11-09 08:30:44,735 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:30:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-561cc89b-fa40-48cc-b9e8-cdbd9fc086c2 x-compute-request-id: req-561cc89b-fa40-48cc-b9e8-cdbd9fc086c2 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "adminPass": "7iTt9zF3Bjuk"}} 2018-11-09 08:30:44,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-561cc89b-fa40-48cc-b9e8-cdbd9fc086c2 2018-11-09 08:30:44,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:45,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a930edfe-a085-49bb-9b5f-96ebc2192173 x-compute-request-id: req-a930edfe-a085-49bb-9b5f-96ebc2192173 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.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:30:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:45,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-a930edfe-a085-49bb-9b5f-96ebc2192173 2018-11-09 08:30:45,116 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst 2018-11-09 08:30:45,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:45,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-db3d1094-285a-498c-beab-c345ace5cbdb x-compute-request-id: req-db3d1094-285a-498c-beab-c345ace5cbdb 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.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:30:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:45,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-db3d1094-285a-498c-beab-c345ace5cbdb 2018-11-09 08:30:45,698 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst] is - BUILD 2018-11-09 08:30:45,698 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:30:48,699 - create_instance - DEBUG - VM status query timeout in 896.417932987 2018-11-09 08:30:48,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:49,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-dac80648-1a9d-494f-8a8c-8b1061f1aa5d x-compute-request-id: req-dac80648-1a9d-494f-8a8c-8b1061f1aa5d Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "security_groups": [{"name": "default"}], "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:30:45Z", "hostId": "f14017a304290c800f99f407dba2afec282704a642d33601f016a8ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:49,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-dac80648-1a9d-494f-8a8c-8b1061f1aa5d 2018-11-09 08:30:49,395 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst] is - BUILD 2018-11-09 08:30:49,395 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:30:52,399 - create_instance - DEBUG - VM status query timeout in 892.718106985 2018-11-09 08:30:52,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:52,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-ad333239-9ca6-473f-bfb3-305eb2af3b9b x-compute-request-id: req-ad333239-9ca6-473f-bfb3-305eb2af3b9b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:eb:c6", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:50.000000", "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "security_groups": [{"name": "default"}], "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:50Z", "hostId": "f14017a304290c800f99f407dba2afec282704a642d33601f016a8ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:52,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-ad333239-9ca6-473f-bfb3-305eb2af3b9b 2018-11-09 08:30:52,852 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst] is - ACTIVE 2018-11-09 08:30:52,852 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:30:52,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:53,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-7838b5cb-dd5b-4b77-9223-0752741e5b87 x-compute-request-id: req-7838b5cb-dd5b-4b77-9223-0752741e5b87 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:eb:c6", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:50.000000", "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "security_groups": [{"name": "default"}], "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:50Z", "hostId": "f14017a304290c800f99f407dba2afec282704a642d33601f016a8ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:53,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-7838b5cb-dd5b-4b77-9223-0752741e5b87 2018-11-09 08:30:53,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:53,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f7b49798-45c4-4e5e-9c83-1e02719a2232 Date: Fri, 09 Nov 2018 08:30: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":["181cf51c-c4e1-456d-970f-fa225efc8704"],"updated_at":"2018-11-09T08:30:30Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:30:53,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net used request id req-f7b49798-45c4-4e5e-9c83-1e02719a2232 2018-11-09 08:30:53,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:53,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc5e7dd-4b04-4811-a139-e284536f12ec Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:30:53,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-afc5e7dd-4b04-4811-a139-e284536f12ec 2018-11-09 08:30:53,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:53,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-31331279-a062-47f2-89f0-2b015b4ad2a8 Date: Fri, 09 Nov 2018 08:30:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:30:53,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-31331279-a062-47f2-89f0-2b015b4ad2a8 2018-11-09 08:30:53,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:53,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-1523e7e3-9e84-49cb-be60-8c4fcf4cd74f Date: Fri, 09 Nov 2018 08:30:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.3"}],"id":"27e749c3-88ec-4fca-b9f6-9643df264dd4","security_groups":[],"mac_address":"fa:16:3e:1f:b3:9a","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a0aef51-6340-4fac-a582-b99ec0d6c570"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.4"}],"id":"2d353ecf-38c5-45b1-8fda-124fc83d2d4e","security_groups":[],"mac_address":"fa:16:3e:0c:50:a8","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a0aef51-6340-4fac-a582-b99ec0d6c570"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:50Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.9"}],"id":"7a5e3293-6af5-4d65-b236-21f7f2169031","security_groups":["ae4c5574-6b4a-433b-8c80-c92a951ec632"],"mac_address":"fa:16:3e:5f:eb:c6","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:41Z","binding:vnic_type":"normal","device_id":"48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.2"}],"id":"a6f7a18b-db37-450f-975c-06bcb71c6eb4","security_groups":[],"mac_address":"fa:16:3e:97:68:f1","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a0aef51-6340-4fac-a582-b99ec0d6c570"}]} 2018-11-09 08:30:53,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-1523e7e3-9e84-49cb-be60-8c4fcf4cd74f 2018-11-09 08:30:53,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:54,121 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:53 GMT Server: Apache x-compute-request-id: req-90ad3706-58a1-4bf5-ad96-dfa5602b91fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90ad3706-58a1-4bf5-ad96-dfa5602b91fb Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:30:37.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c743831e-485b-4f01-9037-69d72c51d53f", "size": 1}, {"status": "available", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:30:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "size": 1}]} 2018-11-09 08:30:54,121 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/detail used request id req-90ad3706-58a1-4bf5-ad96-dfa5602b91fb 2018-11-09 08:30:54,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:54,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca0a4c8f-9556-4033-af5c-db130c4ee9f8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:30:54,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-ca0a4c8f-9556-4033-af5c-db130c4ee9f8 2018-11-09 08:30:54,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:54,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-d84c94e2-daea-46c0-8ea4-7c2ae9832a38 x-compute-request-id: req-d84c94e2-daea-46c0-8ea4-7c2ae9832a38 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:eb:c6", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:50.000000", "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "security_groups": [{"name": "default"}], "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:50Z", "hostId": "f14017a304290c800f99f407dba2afec282704a642d33601f016a8ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:54,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-d84c94e2-daea-46c0-8ea4-7c2ae9832a38 2018-11-09 08:30:54,947 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst] is - ACTIVE 2018-11-09 08:30:54,947 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:30:54,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:55,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-5e1f7cd6-6e5a-4aa7-aac6-9cfc094e727d x-compute-request-id: req-5e1f7cd6-6e5a-4aa7-aac6-9cfc094e727d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:eb:c6", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:50.000000", "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "security_groups": [{"name": "default"}], "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:50Z", "hostId": "f14017a304290c800f99f407dba2afec282704a642d33601f016a8ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:30:55,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-5e1f7cd6-6e5a-4aa7-aac6-9cfc094e727d 2018-11-09 08:30:55,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:55,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d2696e16-8c33-4c30-a165-28ab2edfa526 Date: Fri, 09 Nov 2018 08:30: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":["181cf51c-c4e1-456d-970f-fa225efc8704"],"updated_at":"2018-11-09T08:30:30Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:30:55,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net used request id req-d2696e16-8c33-4c30-a165-28ab2edfa526 2018-11-09 08:30:55,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:55,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f9ac3b1-2b10-4588-a537-54a3918c8324 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:30:55,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-9f9ac3b1-2b10-4588-a537-54a3918c8324 2018-11-09 08:30:55,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:56,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-671fa717-26c4-4ff1-8497-ecfccbcb2347 Date: Fri, 09 Nov 2018 08:30:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:30:56,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-671fa717-26c4-4ff1-8497-ecfccbcb2347 2018-11-09 08:30:56,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:56,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-5420666e-a3ac-4838-80b1-c9b049454d47 Date: Fri, 09 Nov 2018 08:30:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.3"}],"id":"27e749c3-88ec-4fca-b9f6-9643df264dd4","security_groups":[],"mac_address":"fa:16:3e:1f:b3:9a","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a0aef51-6340-4fac-a582-b99ec0d6c570"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.4"}],"id":"2d353ecf-38c5-45b1-8fda-124fc83d2d4e","security_groups":[],"mac_address":"fa:16:3e:0c:50:a8","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a0aef51-6340-4fac-a582-b99ec0d6c570"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:50Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.9"}],"id":"7a5e3293-6af5-4d65-b236-21f7f2169031","security_groups":["ae4c5574-6b4a-433b-8c80-c92a951ec632"],"mac_address":"fa:16:3e:5f:eb:c6","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:41Z","binding:vnic_type":"normal","device_id":"48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.2"}],"id":"a6f7a18b-db37-450f-975c-06bcb71c6eb4","security_groups":[],"mac_address":"fa:16:3e:97:68:f1","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a0aef51-6340-4fac-a582-b99ec0d6c570"}]} 2018-11-09 08:30:56,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-5420666e-a3ac-4838-80b1-c9b049454d47 2018-11-09 08:30:56,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" -d '{"volumeAttachment": {"volumeId": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7"}}' 2018-11-09 08:30:57,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-2b03be9f-4134-4bbf-9c69-30b0d275ad2e x-compute-request-id: req-2b03be9f-4134-4bbf-9c69-30b0d275ad2e Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "volumeId": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7"}} 2018-11-09 08:30:57,779 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0/os-volume_attachments used request id req-2b03be9f-4134-4bbf-9c69-30b0d275ad2e 2018-11-09 08:30:57,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:58,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-d0f52019-47ec-435d-87b2-ceaf94614cfc x-compute-request-id: req-d0f52019-47ec-435d-87b2-ceaf94614cfc Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:eb:c6", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:50.000000", "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "security_groups": [{"name": "default"}], "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:50Z", "hostId": "f14017a304290c800f99f407dba2afec282704a642d33601f016a8ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [{"id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7"}], "metadata": {}}} 2018-11-09 08:30:58,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-d0f52019-47ec-435d-87b2-ceaf94614cfc 2018-11-09 08:30:58,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:58,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7cc387c2-66b3-49a9-8dcc-f770433051b5 Date: Fri, 09 Nov 2018 08: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":["181cf51c-c4e1-456d-970f-fa225efc8704"],"updated_at":"2018-11-09T08:30:30Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:30:58,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net used request id req-7cc387c2-66b3-49a9-8dcc-f770433051b5 2018-11-09 08:30:58,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:58,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4937c7b-bb03-4d0c-93e2-82d5d70ccf44 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:30:58,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-c4937c7b-bb03-4d0c-93e2-82d5d70ccf44 2018-11-09 08:30:58,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:58,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2e14b32a-dd7d-4ecd-aa9a-769c9a8bfa7d Date: Fri, 09 Nov 2018 08:30:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:30:58,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-2e14b32a-dd7d-4ecd-aa9a-769c9a8bfa7d 2018-11-09 08:30:58,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:30:59,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-c252439f-4be4-4dd5-9107-e5ccd4748b34 Date: Fri, 09 Nov 2018 08:30:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.3"}],"id":"27e749c3-88ec-4fca-b9f6-9643df264dd4","security_groups":[],"mac_address":"fa:16:3e:1f:b3:9a","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a0aef51-6340-4fac-a582-b99ec0d6c570"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.4"}],"id":"2d353ecf-38c5-45b1-8fda-124fc83d2d4e","security_groups":[],"mac_address":"fa:16:3e:0c:50:a8","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a0aef51-6340-4fac-a582-b99ec0d6c570"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:50Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.9"}],"id":"7a5e3293-6af5-4d65-b236-21f7f2169031","security_groups":["ae4c5574-6b4a-433b-8c80-c92a951ec632"],"mac_address":"fa:16:3e:5f:eb:c6","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:41Z","binding:vnic_type":"normal","device_id":"48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.2"}],"id":"a6f7a18b-db37-450f-975c-06bcb71c6eb4","security_groups":[],"mac_address":"fa:16:3e:97:68:f1","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a0aef51-6340-4fac-a582-b99ec0d6c570"}]} 2018-11-09 08:30:59,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-c252439f-4be4-4dd5-9107-e5ccd4748b34 2018-11-09 08:30:59,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:30:59,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1608852aad394f2cb300812b3875dbfa", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role"}], "expires_at": "2018-11-09T09:30:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e0cc8d64a4461f91634e322101dd21", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/00e0cc8d64a4461f91634e322101dd21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-user", "id": "3e8246b6522d4f1b8d7962f7dfb984ae"}, "audit_ids": ["yd9qBB_GTeCj4578ALuFoA"], "issued_at": "2018-11-09T08:30:59.000000Z"}} 2018-11-09 08:30:59,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b008a9f276d3d97e6bd6134a6a7b2fda81d1d994" 2018-11-09 08:31:00,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:30: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-c70e465a-7217-4623-8120-7aff8b7561cc x-compute-request-id: req-c70e465a-7217-4623-8120-7aff8b7561cc Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:eb:c6", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:50.000000", "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "security_groups": [{"name": "default"}], "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:50Z", "hostId": "f14017a304290c800f99f407dba2afec282704a642d33601f016a8ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [{"id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7"}], "metadata": {}}]} 2018-11-09 08:31:00,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst used request id req-c70e465a-7217-4623-8120-7aff8b7561cc 2018-11-09 08:31:00,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b008a9f276d3d97e6bd6134a6a7b2fda81d1d994" 2018-11-09 08:31:00,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9b98ac71-bd9c-40d1-90c3-473793d30b89 Date: Fri, 09 Nov 2018 08: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":["181cf51c-c4e1-456d-970f-fa225efc8704"],"updated_at":"2018-11-09T08:30:30Z","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e0cc8d64a4461f91634e322101dd21","id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net"}]} 2018-11-09 08:31:00,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net used request id req-9b98ac71-bd9c-40d1-90c3-473793d30b89 2018-11-09 08:31:00,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b008a9f276d3d97e6bd6134a6a7b2fda81d1d994" 2018-11-09 08:31:00,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-77b8b006-7b7d-419c-a4c1-dfc01ed81a88 Date: Fri, 09 Nov 2018 08:31:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:30Z","dns_nameservers":[],"updated_at":"2018-11-09T08:30:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e0cc8d64a4461f91634e322101dd21","id":"181cf51c-c4e1-456d-970f-fa225efc8704","subnetpool_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet"}]} 2018-11-09 08:31:00,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-77b8b006-7b7d-419c-a4c1-dfc01ed81a88 2018-11-09 08:31:00,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b008a9f276d3d97e6bd6134a6a7b2fda81d1d994" 2018-11-09 08:31:00,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-ff84b703-a8d3-4e0f-b3fb-15e77a79f75c Date: Fri, 09 Nov 2018 08:31:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.3"}],"id":"27e749c3-88ec-4fca-b9f6-9643df264dd4","security_groups":[],"mac_address":"fa:16:3e:1f:b3:9a","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a0aef51-6340-4fac-a582-b99ec0d6c570"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.4"}],"id":"2d353ecf-38c5-45b1-8fda-124fc83d2d4e","security_groups":[],"mac_address":"fa:16:3e:0c:50:a8","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a0aef51-6340-4fac-a582-b99ec0d6c570"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:50Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.9"}],"id":"7a5e3293-6af5-4d65-b236-21f7f2169031","security_groups":["ae4c5574-6b4a-433b-8c80-c92a951ec632"],"mac_address":"fa:16:3e:5f:eb:c6","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:41Z","binding:vnic_type":"normal","device_id":"48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:30:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"181cf51c-c4e1-456d-970f-fa225efc8704","ip_address":"10.55.0.2"}],"id":"a6f7a18b-db37-450f-975c-06bcb71c6eb4","security_groups":[],"mac_address":"fa:16:3e:97:68:f1","project_id":"00e0cc8d64a4461f91634e322101dd21","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a0aef51-6340-4fac-a582-b99ec0d6c570","tenant_id":"00e0cc8d64a4461f91634e322101dd21","created_at":"2018-11-09T08:30:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a0aef51-6340-4fac-a582-b99ec0d6c570"}]} 2018-11-09 08:31:00,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-ff84b703-a8d3-4e0f-b3fb-15e77a79f75c 2018-11-09 08:31:00,838 - create_instance - INFO - Deleting Port with ID - 7a5e3293-6af5-4d65-b236-21f7f2169031 2018-11-09 08:31:00,838 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-port 2018-11-09 08:31:00,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/7a5e3293-6af5-4d65-b236-21f7f2169031 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:31:01,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3c374c0-8cc1-4704-9223-39b72a8e80e2 Date: Fri, 09 Nov 2018 08:31:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:31:01,262 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/7a5e3293-6af5-4d65-b236-21f7f2169031 used request id req-e3c374c0-8cc1-4704-9223-39b72a8e80e2 2018-11-09 08:31:01,265 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-90ad3706-58a1-4bf5-ad96-dfa5602b91fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:31:01,464 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:01 GMT Server: Apache x-compute-request-id: req-cd10159b-df5a-49fa-a386-dc8a5a3ac3ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd10159b-df5a-49fa-a386-dc8a5a3ac3ce Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [{"server_id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "attachment_id": "1dba422e-8350-47bf-b795-2b946602e3ee", "attached_at": "2018-11-09T08:31:00.000000", "host_name": null, "volume_id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "device": "/dev/vdb", "id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7"}], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:31:00.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "size": 1}} 2018-11-09 08:31:01,464 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 used request id req-cd10159b-df5a-49fa-a386-dc8a5a3ac3ce 2018-11-09 08:31:01,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0/os-volume_attachments/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:31:03,131 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:31: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-d0311c4e-8762-4975-82c9-ffb314090273 x-compute-request-id: req-d0311c4e-8762-4975-82c9-ffb314090273 Content-Length: 0 Content-Type: application/json 2018-11-09 08:31:03,131 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0/os-volume_attachments/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 used request id req-d0311c4e-8762-4975-82c9-ffb314090273 2018-11-09 08:31:03,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:31:03,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31: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-a145110a-71c9-437d-9153-b479dca113b9 x-compute-request-id: req-a145110a-71c9-437d-9153-b479dca113b9 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:50.000000", "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:59Z", "hostId": "f14017a304290c800f99f407dba2afec282704a642d33601f016a8ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [{"id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7"}], "metadata": {}}} 2018-11-09 08:31:03,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-a145110a-71c9-437d-9153-b479dca113b9 2018-11-09 08:31:06,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:31:06,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31: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-6697b111-a554-4510-86c4-9f974f11e23d x-compute-request-id: req-6697b111-a554-4510-86c4-9f974f11e23d 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.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:50.000000", "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:30:59Z", "hostId": "f14017a304290c800f99f407dba2afec282704a642d33601f016a8ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:31:06,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-6697b111-a554-4510-86c4-9f974f11e23d 2018-11-09 08:31:06,646 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst 2018-11-09 08:31:06,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:31:07,021 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:31: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-ef1640a4-51b4-409e-84b2-56da6414f0f1 x-compute-request-id: req-ef1640a4-51b4-409e-84b2-56da6414f0f1 Content-Type: application/json 2018-11-09 08:31:07,021 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-ef1640a4-51b4-409e-84b2-56da6414f0f1 2018-11-09 08:31:07,021 - create_instance - INFO - Checking deletion status 2018-11-09 08:31:07,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:31:07,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31: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-6bc24004-2010-446f-90cb-6fc8e647cdf3 x-compute-request-id: req-6bc24004-2010-446f-90cb-6fc8e647cdf3 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.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "rel": "bookmark"}], "image": {"id": "da816aaf-ae4e-4cab-ba82-a072e532782c", "links": [{"href": "http://172.30.9.27:8774/images/da816aaf-ae4e-4cab-ba82-a072e532782c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:30:50.000000", "flavor": {"id": "fa9035c1-6706-43b1-bc2d-a30b92daacc5", "links": [{"href": "http://172.30.9.27:8774/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5", "rel": "bookmark"}]}, "id": "48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:06Z", "hostId": "f14017a304290c800f99f407dba2afec282704a642d33601f016a8ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst", "created": "2018-11-09T08:30:44Z", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:31:07,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-6bc24004-2010-446f-90cb-6fc8e647cdf3 2018-11-09 08:31:07,129 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst] is - ACTIVE 2018-11-09 08:31:07,129 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:31:10,132 - create_instance - DEBUG - VM status query timeout in 296.88954401 2018-11-09 08:31:10,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}215ce6cbf411076d9db6b996e77f1495a864ee30" 2018-11-09 08:31:10,185 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:31: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-cfc926d5-2cbe-43f9-a180-43e7fb13dc16 x-compute-request-id: req-cfc926d5-2cbe-43f9-a180-43e7fb13dc16 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 could not be found.", "code": 404}} 2018-11-09 08:31:10,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 used request id req-cfc926d5-2cbe-43f9-a180-43e7fb13dc16 2018-11-09 08:31:10,186 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 48cf28ff-d5f3-4f8e-9d7b-d1bf22d685b0 could not be found. (HTTP 404) (Request-ID: req-cfc926d5-2cbe-43f9-a180-43e7fb13dc16) 2018-11-09 08:31:10,186 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-inst 2018-11-09 08:31:10,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd577f25e150119c6787e7b2edaac218958dfa79" 2018-11-09 08:31:10,232 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:31: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-687ba64f-5ad9-424c-b595-14137fe45138 x-compute-request-id: req-687ba64f-5ad9-424c-b595-14137fe45138 Content-Length: 0 Content-Type: application/json 2018-11-09 08:31:10,232 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/fa9035c1-6706-43b1-bc2d-a30b92daacc5 used request id req-687ba64f-5ad9-424c-b595-14137fe45138 2018-11-09 08:31:10,233 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet 2018-11-09 08:31:10,233 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-subnet 2018-11-09 08:31:10,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/181cf51c-c4e1-456d-970f-fa225efc8704 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f5a1e7323394c3a63730aebe7b4418f66a10c6" 2018-11-09 08:31:12,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dfd062f0-0f16-45e1-b5b6-a6c856dc5474 Date: Fri, 09 Nov 2018 08:31:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:31:12,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/181cf51c-c4e1-456d-970f-fa225efc8704 used request id req-dfd062f0-0f16-45e1-b5b6-a6c856dc5474 2018-11-09 08:31:12,621 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-pub-net 2018-11-09 08:31:12,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/2a0aef51-6340-4fac-a582-b99ec0d6c570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83f5a1e7323394c3a63730aebe7b4418f66a10c6" 2018-11-09 08:31:13,886 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5af2b742-ffdd-4dea-b7f8-5b633637b047 Date: Fri, 09 Nov 2018 08:31:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:31:13,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2a0aef51-6340-4fac-a582-b99ec0d6c570 used request id req-5af2b742-ffdd-4dea-b7f8-5b633637b047 2018-11-09 08:31:13,890 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d0896555-5f7b-4eba-a0ba-93cfcaab3c94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54fe2e0b534feeb52cfe807484fda224d38860ce" 2018-11-09 08:31:14,078 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:13 GMT Server: Apache x-compute-request-id: req-113142e3-b509-4ac9-89fb-29c8de4d17ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-113142e3-b509-4ac9-89fb-29c8de4d17ff Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:30:37.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c743831e-485b-4f01-9037-69d72c51d53f", "size": 1}} 2018-11-09 08:31:14,078 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f used request id req-113142e3-b509-4ac9-89fb-29c8de4d17ff 2018-11-09 08:31:14,079 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:31:14,079 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2 2018-11-09 08:31:14,079 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2 2018-11-09 08:31:14,082 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d0896555-5f7b-4eba-a0ba-93cfcaab3c94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54fe2e0b534feeb52cfe807484fda224d38860ce" 2018-11-09 08:31:14,308 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:31:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-256ce4b7-530b-41da-9ed4-7af6302e48b5 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:31:14,308 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f used request id req-256ce4b7-530b-41da-9ed4-7af6302e48b5 2018-11-09 08:31:14,311 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d0896555-5f7b-4eba-a0ba-93cfcaab3c94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54fe2e0b534feeb52cfe807484fda224d38860ce" 2018-11-09 08:31:14,502 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:14 GMT Server: Apache x-compute-request-id: req-bcc97a3d-8531-487e-938a-8832e5690f54 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bcc97a3d-8531-487e-938a-8832e5690f54 Content-Encoding: gzip Content-Length: 471 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:31:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c743831e-485b-4f01-9037-69d72c51d53f", "size": 1}} 2018-11-09 08:31:14,503 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f used request id req-bcc97a3d-8531-487e-938a-8832e5690f54 2018-11-09 08:31:14,503 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 08:31:14,503 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 08:31:17,506 - create_volume - DEBUG - Volume status query timeout in 56.8018732071 2018-11-09 08:31:17,509 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d0896555-5f7b-4eba-a0ba-93cfcaab3c94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54fe2e0b534feeb52cfe807484fda224d38860ce" 2018-11-09 08:31:17,716 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:31:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-be18298b-cc45-4283-a650-63d80a2456cb x-openstack-request-id: req-be18298b-cc45-4283-a650-63d80a2456cb Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume c743831e-485b-4f01-9037-69d72c51d53f could not be found.", "code": 404}} 2018-11-09 08:31:17,716 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/c743831e-485b-4f01-9037-69d72c51d53f used request id req-be18298b-cc45-4283-a650-63d80a2456cb 2018-11-09 08:31:17,716 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume c743831e-485b-4f01-9037-69d72c51d53f could not be found. (HTTP 404) (Request-ID: req-be18298b-cc45-4283-a650-63d80a2456cb) 2018-11-09 08:31:17,716 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-2 2018-11-09 08:31:17,720 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b973ce0b-7d4a-4563-97c7-d70115544174" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e27fe5ea969033d586ddbe841b3677b3d6d3af" 2018-11-09 08:31:17,770 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:17 GMT Server: Apache x-compute-request-id: req-5d1c3547-c833-4fb4-8047-3113377064ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5d1c3547-c833-4fb4-8047-3113377064ab Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "3e8246b6522d4f1b8d7962f7dfb984ae", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "self"}, {"href": "http://172.30.9.27:8776/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:30:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "00e0cc8d64a4461f91634e322101dd21", "updated_at": "2018-11-09T08:31:03.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7", "size": 1}} 2018-11-09 08:31:17,771 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 used request id req-5d1c3547-c833-4fb4-8047-3113377064ab 2018-11-09 08:31:17,771 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:31:17,771 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1 2018-11-09 08:31:17,771 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1 2018-11-09 08:31:17,774 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b973ce0b-7d4a-4563-97c7-d70115544174" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e27fe5ea969033d586ddbe841b3677b3d6d3af" 2018-11-09 08:31:17,853 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:31:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-579d8856-1fb1-48c9-92c0-cd01234e5df3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:31:17,853 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 used request id req-579d8856-1fb1-48c9-92c0-cd01234e5df3 2018-11-09 08:31:17,856 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b973ce0b-7d4a-4563-97c7-d70115544174" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e27fe5ea969033d586ddbe841b3677b3d6d3af" 2018-11-09 08:31:18,114 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:31:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0e2aff18-a8a3-4bba-8a23-11b4c6c40537 x-openstack-request-id: req-0e2aff18-a8a3-4bba-8a23-11b4c6c40537 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 could not be found.", "code": 404}} 2018-11-09 08:31:18,114 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/00e0cc8d64a4461f91634e322101dd21/volumes/71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 used request id req-0e2aff18-a8a3-4bba-8a23-11b4c6c40537 2018-11-09 08:31:18,114 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 71c8ca2b-63a6-4712-b1c0-50cc5f5cf8b7 could not be found. (HTTP 404) (Request-ID: req-0e2aff18-a8a3-4bba-8a23-11b4c6c40537) 2018-11-09 08:31:18,115 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-1 2018-11-09 08:31:18,115 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-a514d700-9681-4208-bb52-83865271fc13-image 2018-11-09 08:31:18,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cb2133be1f080219afce3b373886ba18c281f12" 2018-11-09 08:31:18,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c82cbce8-da63-4b53-bb01-b8c94717d223 Date: Fri, 09 Nov 2018 08:31:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:31:18,918 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/da816aaf-ae4e-4cab-ba82-a072e532782c used request id req-c82cbce8-da63-4b53-bb01-b8c94717d223 2018-11-09 08:31:18,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:31:19,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-83126c24-a9ad-4f2f-b033-7669d9ab413c Date: Fri, 09 Nov 2018 08:31:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "created_at": "2018-11-09T08:30:29Z", "updated_at": "2018-11-09T08:30:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:30:29Z", "revision_number": 0, "id": "06220464-3030-40c7-8a12-1a4f308ef6ad", "remote_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "remote_ip_prefix": null, "created_at": "2018-11-09T08:30:29Z", "security_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "port_range_min": null, "ethertype": "IPv6", "project_id": "00e0cc8d64a4461f91634e322101dd21"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:30:29Z", "revision_number": 0, "id": "15ffbbd8-85f9-4921-b587-eb8c93229084", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:30:29Z", "security_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "port_range_min": null, "ethertype": "IPv4", "project_id": "00e0cc8d64a4461f91634e322101dd21"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:30:29Z", "revision_number": 0, "id": "3e0e5fd6-1f3d-4503-876c-24afd87b8965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:30:29Z", "security_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "port_range_min": null, "ethertype": "IPv6", "project_id": "00e0cc8d64a4461f91634e322101dd21"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:30:29Z", "revision_number": 0, "id": "8587096d-5dd8-4299-be46-1a288f3ba283", "remote_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "remote_ip_prefix": null, "created_at": "2018-11-09T08:30:29Z", "security_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "port_range_min": null, "ethertype": "IPv4", "project_id": "00e0cc8d64a4461f91634e322101dd21"}], "revision_number": 4, "project_id": "00e0cc8d64a4461f91634e322101dd21", "id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:31:19,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-83126c24-a9ad-4f2f-b033-7669d9ab413c 2018-11-09 08:31:19,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:31:19,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c909eca0-54d8-414e-be73-a412a3271fbf 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:31:19,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-c909eca0-54d8-414e-be73-a412a3271fbf 2018-11-09 08:31:19,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:31:19,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d9544ab-a14b-44f0-8fa8-e4f7e8e4310d 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:31:19,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-5d9544ab-a14b-44f0-8fa8-e4f7e8e4310d 2018-11-09 08:31:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:31:19,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80cd4f98-b848-4861-a91d-0814d70be099 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21"}, "enabled": true, "id": "00e0cc8d64a4461f91634e322101dd21", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-c749a297-d16c-4f8-proj"}} 2018-11-09 08:31:19,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-80cd4f98-b848-4861-a91d-0814d70be099 2018-11-09 08:31:19,430 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae4c5574-6b4a-433b-8c80-c92a951ec632 2018-11-09 08:31:19,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=ae4c5574-6b4a-433b-8c80-c92a951ec632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:31:19,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fecc58ae-c850-456c-aff1-92abbf0d58cd Date: Fri, 09 Nov 2018 08:31:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:30:29Z", "security_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "port_range_min": null, "revision_number": 0, "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "created_at": "2018-11-09T08:30:29Z", "project_id": "00e0cc8d64a4461f91634e322101dd21", "id": "06220464-3030-40c7-8a12-1a4f308ef6ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:30:29Z", "security_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "port_range_min": null, "revision_number": 0, "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "created_at": "2018-11-09T08:30:29Z", "project_id": "00e0cc8d64a4461f91634e322101dd21", "id": "15ffbbd8-85f9-4921-b587-eb8c93229084"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:30:29Z", "security_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "port_range_min": null, "revision_number": 0, "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "created_at": "2018-11-09T08:30:29Z", "project_id": "00e0cc8d64a4461f91634e322101dd21", "id": "3e0e5fd6-1f3d-4503-876c-24afd87b8965"}, {"remote_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:30:29Z", "security_group_id": "ae4c5574-6b4a-433b-8c80-c92a951ec632", "port_range_min": null, "revision_number": 0, "tenant_id": "00e0cc8d64a4461f91634e322101dd21", "created_at": "2018-11-09T08:30:29Z", "project_id": "00e0cc8d64a4461f91634e322101dd21", "id": "8587096d-5dd8-4299-be46-1a288f3ba283"}]} 2018-11-09 08:31:19,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=ae4c5574-6b4a-433b-8c80-c92a951ec632 used request id req-fecc58ae-c850-456c-aff1-92abbf0d58cd 2018-11-09 08:31:19,605 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:31:19,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/ae4c5574-6b4a-433b-8c80-c92a951ec632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:31:19,919 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61704420-20f6-4461-a1af-b5201c8b05c1 Content-Length: 0 Date: Fri, 09 Nov 2018 08:31:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:31:19,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/ae4c5574-6b4a-433b-8c80-c92a951ec632 used request id req-61704420-20f6-4461-a1af-b5201c8b05c1 2018-11-09 08:31:19,920 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-c749a297-d16c-4f8-proj 2018-11-09 08:31:19,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:31:20,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:31:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36ea8761-505e-4589-a13f-05fa1b29fc2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:31:20,113 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/00e0cc8d64a4461f91634e322101dd21 used request id req-36ea8761-505e-4589-a13f-05fa1b29fc2a 2018-11-09 08:31:20,113 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-c749a297-d16c-4f8-proj-role 2018-11-09 08:31:20,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/1608852aad394f2cb300812b3875dbfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:31:20,246 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:31:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae3b687a-4750-4f43-88d2-64dde39a80c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:31:20,246 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/1608852aad394f2cb300812b3875dbfa used request id req-ae3b687a-4750-4f43-88d2-64dde39a80c1 2018-11-09 08:31:20,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbff7a7cad1338105d470ea6b70936de0e85a88" 2018-11-09 08:31:20,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd1a5ca6-3254-4ed0-b320-76a2225ee3b2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:31:20,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fd1a5ca6-3254-4ed0-b320-76a2225ee3b2 2018-11-09 08:31:20,332 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-c749a297-d16c-4f8-user 2018-11-09 08:31:20,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/3e8246b6522d4f1b8d7962f7dfb984ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5082601fe3245bc981836f737d3a1f6561fec9af" 2018-11-09 08:31:20,511 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:31:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87a1f025-197c-471c-a9f9-b142ccda3c24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:31:20,511 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/3e8246b6522d4f1b8d7962f7dfb984ae used request id req-87a1f025-197c-471c-a9f9-b142ccda3c24 2018-11-09 08:31:20,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:20,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:31:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["g9a_4LzwS4e9aRMkx-ZghA"], "issued_at": "2018-11-09T08:31:20.000000Z"}} 2018-11-09 08:31:20,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5c29a787a4e26915d8463a89725da0b7b90e9c1" 2018-11-09 08:31:20,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ae5ea1a-d150-4429-a394-12beda35f9b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:20,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3ae5ea1a-d150-4429-a394-12beda35f9b9 2018-11-09 08:31:20,980 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:31:20,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:21,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:31:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9zWvZX5yRs2yPHDQpSL4Hw"], "issued_at": "2018-11-09T08:31:21.000000Z"}} 2018-11-09 08:31:21,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:31:21,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7573d7c0-7098-4328-a13b-9731f85c0414 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:21,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7573d7c0-7098-4328-a13b-9731f85c0414 2018-11-09 08:31:21,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:31:21,472 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:31: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:31:21,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-81f791da-609d-47f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:31:21,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9957190b-39f5-4567-92c4-7eaa8776c2e8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-81f791da-609d-47f-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:31:21,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-81f791da-609d-47f-proj used request id req-9957190b-39f5-4567-92c4-7eaa8776c2e8 2018-11-09 08:31:21,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:31:21,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03767e0f-335d-4050-a1c7-1e845bc9d7f3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:31:21,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-03767e0f-335d-4050-a1c7-1e845bc9d7f3 2018-11-09 08:31:21,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}}' 2018-11-09 08:31:21,762 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:31:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4db11a8d-bd8e-4f9c-ba6a-dd4e4c0b57fe Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:21,762 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-4db11a8d-bd8e-4f9c-ba6a-dd4e4c0b57fe 2018-11-09 08:31:21,763 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-81f791da-609d-47f-proj 2018-11-09 08:31:21,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:31:21,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:22,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:31:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Nq4BPWaYTm6yx4tzHpbXuw"], "issued_at": "2018-11-09T08:31:21.000000Z"}} 2018-11-09 08:31:22,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff8e672b885eb9dac88a6bca572c9cac3fd902a" 2018-11-09 08:31:22,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d647f62a-2bfe-4fbe-bb09-8d2e5b4d2dfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:22,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d647f62a-2bfe-4fbe-bb09-8d2e5b4d2dfb 2018-11-09 08:31:22,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:31:22,244 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:31:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:31:22,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff8e672b885eb9dac88a6bca572c9cac3fd902a" 2018-11-09 08:31:22,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783327d7-f79e-4ca0-b7ac-76392d85e164 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:31:22,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-783327d7-f79e-4ca0-b7ac-76392d85e164 2018-11-09 08:31:22,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceVolumeTests-81f791da-609d-47f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff8e672b885eb9dac88a6bca572c9cac3fd902a" 2018-11-09 08:31:22,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43905ce4-7616-4aa4-a111-4ce489f4bd78 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceVolumeTests-81f791da-609d-47f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}]} 2018-11-09 08:31:22,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceVolumeTests-81f791da-609d-47f-proj used request id req-43905ce4-7616-4aa4-a111-4ce489f4bd78 2018-11-09 08:31:22,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff8e672b885eb9dac88a6bca572c9cac3fd902a" 2018-11-09 08:31:22,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b34f28d4-db90-493a-bcfe-3e548b3a718f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:31:22,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b34f28d4-db90-493a-bcfe-3e548b3a718f 2018-11-09 08:31:22,936 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-81f791da-609d-47f-user 2018-11-09 08:31:22,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:31:22,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:31:23,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1534df6c-3142-4c2c-bd52-3b93a410ea29 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:31:23,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1534df6c-3142-4c2c-bd52-3b93a410ea29 2018-11-09 08:31:23,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" -d '{"role": {"name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj-role"}}' 2018-11-09 08:31:23,139 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:31:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba31de10-a438-4c70-a2ec-192bcd15439d Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e011782e7072459387f2b3889c8b1165", "links": {"self": "http://172.30.9.27:5000/v3/roles/e011782e7072459387f2b3889c8b1165"}, "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj-role"}} 2018-11-09 08:31:23,140 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-ba31de10-a438-4c70-a2ec-192bcd15439d 2018-11-09 08:31:23,140 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-81f791da-609d-47f-proj-role 2018-11-09 08:31:23,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/e011782e7072459387f2b3889c8b1165 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:31:23,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b02b411f-7869-4c70-bfd4-73f67760d843 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/e011782e7072459387f2b3889c8b1165"}, "domain_id": null, "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj-role", "id": "e011782e7072459387f2b3889c8b1165"}} 2018-11-09 08:31:23,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/e011782e7072459387f2b3889c8b1165 used request id req-b02b411f-7869-4c70-bfd4-73f67760d843 2018-11-09 08:31:23,230 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-81f791da-609d-47f-proj-role to project CreateInstanceVolumeTests-81f791da-609d-47f-proj 2018-11-09 08:31:23,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0/users/23c698075034425cb05c72d42656dea2/roles/e011782e7072459387f2b3889c8b1165 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:31:23,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:31:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40443026-6c90-4cce-b243-de008b79a4f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:31:23,363 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0/users/23c698075034425cb05c72d42656dea2/roles/e011782e7072459387f2b3889c8b1165 used request id req-40443026-6c90-4cce-b243-de008b79a4f0 2018-11-09 08:31:23,364 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:31:23,365 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:31:23,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:31:23,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:23,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e011782e7072459387f2b3889c8b1165", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj-role"}], "expires_at": "2018-11-09T09:31:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-81f791da-609d-47f-user", "id": "23c698075034425cb05c72d42656dea2"}, "audit_ids": ["ynyF_cd0R6eCQFce10XR1Q"], "issued_at": "2018-11-09T08:31:23.000000Z"}} 2018-11-09 08:31:23,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a98af1419d4f90c819872c37d9c8ca34ddbf067a" 2018-11-09 08:31:23,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29b49873-9824-4179-887f-6c3e28f36d15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:23,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-29b49873-9824-4179-887f-6c3e28f36d15 2018-11-09 08:31:23,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a98af1419d4f90c819872c37d9c8ca34ddbf067a" 2018-11-09 08:31:23,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-2d57c31d-3b10-4f1f-b1a8-65c14ed9c3cd Date: Fri, 09 Nov 2018 08:31:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image"} 2018-11-09 08:31:23,991 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image used request id req-2d57c31d-3b10-4f1f-b1a8-65c14ed9c3cd 2018-11-09 08:31:23,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a98af1419d4f90c819872c37d9c8ca34ddbf067a" 2018-11-09 08:31:24,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ecf7e42b-03b5-42be-9b5f-64aa17204e79 Date: Fri, 09 Nov 2018 08:31:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:31:24,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-ecf7e42b-03b5-42be-9b5f-64aa17204e79 2018-11-09 08:31:24,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a98af1419d4f90c819872c37d9c8ca34ddbf067a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image"}' 2018-11-09 08:31:24,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d X-Openstack-Request-Id: req-b9a823d5-c63f-4f79-806c-e43703ec4eb9 Date: Fri, 09 Nov 2018 08:31:24 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:31:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:31:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d", "min_disk": 0, "protected": false, "id": "58a808e4-7d11-4318-a234-db96d6a2186d", "file": "/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d/file", "checksum": null, "owner": "045b9866dbbe4fdb9027719d8ec64ca0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:31:24,368 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b9a823d5-c63f-4f79-806c-e43703ec4eb9 2018-11-09 08:31:24,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a98af1419d4f90c819872c37d9c8ca34ddbf067a" -d '' 2018-11-09 08:31:25,707 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e27c9138-0e14-4091-bce4-81e617b7853b Date: Fri, 09 Nov 2018 08:31:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:31:25,707 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d/file used request id req-e27c9138-0e14-4091-bce4-81e617b7853b 2018-11-09 08:31:25,708 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:31:25,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a98af1419d4f90c819872c37d9c8ca34ddbf067a" 2018-11-09 08:31:25,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-b21cff6c-d71e-4946-94c1-abcb3d220b22 Date: Fri, 09 Nov 2018 08:31:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:31:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:31:25Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/58a808e4-7d11-4318-a234-db96d6a2186d/snap", "metadata": {}}], "self": "/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d", "min_disk": 0, "protected": false, "id": "58a808e4-7d11-4318-a234-db96d6a2186d", "file": "/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "045b9866dbbe4fdb9027719d8ec64ca0", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/58a808e4-7d11-4318-a234-db96d6a2186d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:31:25,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d used request id req-b21cff6c-d71e-4946-94c1-abcb3d220b22 2018-11-09 08:31:25,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a98af1419d4f90c819872c37d9c8ca34ddbf067a" 2018-11-09 08:31:26,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-28f76205-7981-450d-8ae9-88dd38cf85c7 Date: Fri, 09 Nov 2018 08:31:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:31:26,032 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-28f76205-7981-450d-8ae9-88dd38cf85c7 2018-11-09 08:31:26,035 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image 2018-11-09 08:31:26,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a98af1419d4f90c819872c37d9c8ca34ddbf067a" 2018-11-09 08:31:26,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-0cecd9a2-89a3-4324-8c34-91976a2cd7b3 Date: Fri, 09 Nov 2018 08:31:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:31:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:31:25Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/58a808e4-7d11-4318-a234-db96d6a2186d/snap", "metadata": {}}], "self": "/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d", "min_disk": 0, "protected": false, "id": "58a808e4-7d11-4318-a234-db96d6a2186d", "file": "/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "045b9866dbbe4fdb9027719d8ec64ca0", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/58a808e4-7d11-4318-a234-db96d6a2186d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:31:26,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d used request id req-0cecd9a2-89a3-4324-8c34-91976a2cd7b3 2018-11-09 08:31:26,055 - create_image - DEBUG - Instance status is - active 2018-11-09 08:31:26,055 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image 2018-11-09 08:31:26,055 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image 2018-11-09 08:31:26,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:31:26,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:26,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:31:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ehfSY93DScmzmqzURPf1jg"], "issued_at": "2018-11-09T08:31:26.000000Z"}} 2018-11-09 08:31:26,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524ddf72e9d8a073dda5a7002458be399023763b" 2018-11-09 08:31:26,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0654b1a-1e9b-4ad2-8974-398db8766a6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:26,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e0654b1a-1e9b-4ad2-8974-398db8766a6a 2018-11-09 08:31:26,516 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:31:26,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524ddf72e9d8a073dda5a7002458be399023763b" 2018-11-09 08:31:26,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31: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-0e0b6957-7c20-4f28-a08c-f3c49d18e908 x-compute-request-id: req-0e0b6957-7c20-4f28-a08c-f3c49d18e908 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:31:26,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0e0b6957-7c20-4f28-a08c-f3c49d18e908 2018-11-09 08:31:26,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524ddf72e9d8a073dda5a7002458be399023763b" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:31:26,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31: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-c81fa215-e947-4cba-a4c0-30b5d4b43d70 x-compute-request-id: req-c81fa215-e947-4cba-a4c0-30b5d4b43d70 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:31:26,770 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c81fa215-e947-4cba-a4c0-30b5d4b43d70 2018-11-09 08:31:26,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:31:26,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:27,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e011782e7072459387f2b3889c8b1165", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj-role"}], "expires_at": "2018-11-09T09:31:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-81f791da-609d-47f-user", "id": "23c698075034425cb05c72d42656dea2"}, "audit_ids": ["1B5K1gfSRHOznnt8uYwXiw"], "issued_at": "2018-11-09T08:31:27.000000Z"}} 2018-11-09 08:31:27,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d971f7cd3bd26fcbc2d613d08d210ed4ac605c1" 2018-11-09 08:31:27,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ecc4da9-bf54-4341-b919-f4601cd48033 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:27,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2ecc4da9-bf54-4341-b919-f4601cd48033 2018-11-09 08:31:27,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d971f7cd3bd26fcbc2d613d08d210ed4ac605c1" 2018-11-09 08:31:27,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-75b48fb8-8b4f-4b80-83bc-d56f75f87116 Date: Fri, 09 Nov 2018 08:31:27 GMT RESP BODY: {"networks":[]} 2018-11-09 08:31:27,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-75b48fb8-8b4f-4b80-83bc-d56f75f87116 2018-11-09 08:31:27,407 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net 2018-11-09 08:31:27,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d971f7cd3bd26fcbc2d613d08d210ed4ac605c1" -d '{"network": {"name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net", "admin_state_up": true}}' 2018-11-09 08:31:27,971 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-15326bb6-f6a0-4f56-b38c-0d6ab909561b Date: Fri, 09 Nov 2018 08:31:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"52628081-3649-4a50-96a5-67f1eb670792","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:31:27Z","is_default":false,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","mtu":1450}} 2018-11-09 08:31:27,971 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-15326bb6-f6a0-4f56-b38c-0d6ab909561b 2018-11-09 08:31:27,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d971f7cd3bd26fcbc2d613d08d210ed4ac605c1" 2018-11-09 08:31:28,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-77389f92-b422-4849-ad39-5d3212786f31 Date: Fri, 09 Nov 2018 08:31:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:31:27Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:28,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-77389f92-b422-4849-ad39-5d3212786f31 2018-11-09 08:31:28,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d971f7cd3bd26fcbc2d613d08d210ed4ac605c1" 2018-11-09 08:31:28,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e1e9def8-b268-4e12-b8a2-47d846b96c33 Date: Fri, 09 Nov 2018 08:31:28 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:31:28,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-e1e9def8-b268-4e12-b8a2-47d846b96c33 2018-11-09 08:31:28,381 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet 2018-11-09 08:31:28,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d971f7cd3bd26fcbc2d613d08d210ed4ac605c1" -d '{"subnets": [{"ip_version": 4, "network_id": "52628081-3649-4a50-96a5-67f1eb670792", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]}' 2018-11-09 08:31:29,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1b493706-0d13-4301-ad35-0f1537814a89 Date: Fri, 09 Nov 2018 08:31:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","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":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:29,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-1b493706-0d13-4301-ad35-0f1537814a89 2018-11-09 08:31:29,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d971f7cd3bd26fcbc2d613d08d210ed4ac605c1" 2018-11-09 08:31:29,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ad2ffc27-0598-4f0c-a35f-e2d5e8ae0e07 Date: Fri, 09 Nov 2018 08:31:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:29,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-ad2ffc27-0598-4f0c-a35f-e2d5e8ae0e07 2018-11-09 08:31:29,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d971f7cd3bd26fcbc2d613d08d210ed4ac605c1" 2018-11-09 08:31:29,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c0a32cae-a311-4b05-82fe-d584a013aaf9 Date: Fri, 09 Nov 2018 08:31:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:29,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-c0a32cae-a311-4b05-82fe-d584a013aaf9 2018-11-09 08:31:29,515 - OpenStackNetwork - DEBUG - Network [52628081-3649-4a50-96a5-67f1eb670792] created successfully 2018-11-09 08:31:29,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:31:29,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:29,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e011782e7072459387f2b3889c8b1165", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj-role"}], "expires_at": "2018-11-09T09:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-81f791da-609d-47f-user", "id": "23c698075034425cb05c72d42656dea2"}, "audit_ids": ["ZeH1m784SCaLkQFPQIkeJg"], "issued_at": "2018-11-09T08:31:29.000000Z"}} 2018-11-09 08:31:29,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8318c885378ee805597da4a1d9d8ab7a7165f6bf" 2018-11-09 08:31:29,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6a168a7-fe07-4704-9bba-9b30e2aa55b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:29,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a6a168a7-fe07-4704-9bba-9b30e2aa55b3 2018-11-09 08:31:29,901 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8318c885378ee805597da4a1d9d8ab7a7165f6bf" 2018-11-09 08:31:30,511 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:29 GMT Server: Apache x-compute-request-id: req-19214faf-93f5-4340-8b47-30e55da9c1fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-19214faf-93f5-4340-8b47-30e55da9c1fe Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 08:31:30,512 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/detail used request id req-19214faf-93f5-4340-8b47-30e55da9c1fe 2018-11-09 08:31:30,515 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-19214faf-93f5-4340-8b47-30e55da9c1fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8318c885378ee805597da4a1d9d8ab7a7165f6bf" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:31:30,898 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:31:30 GMT Server: Apache x-compute-request-id: req-9ca4f903-dca5-464a-833b-e5b0185de9aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9ca4f903-dca5-464a-833b-e5b0185de9aa Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:30.824781", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "size": 1}} 2018-11-09 08:31:30,898 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes used request id req-9ca4f903-dca5-464a-833b-e5b0185de9aa 2018-11-09 08:31:30,901 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19214faf-93f5-4340-8b47-30e55da9c1fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8318c885378ee805597da4a1d9d8ab7a7165f6bf" 2018-11-09 08:31:31,128 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:30 GMT Server: Apache x-compute-request-id: req-ef85b104-a76a-4f1b-8293-9809475e53d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef85b104-a76a-4f1b-8293-9809475e53d5 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "size": 1}} 2018-11-09 08:31:31,128 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 used request id req-ef85b104-a76a-4f1b-8293-9809475e53d5 2018-11-09 08:31:31,129 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1 2018-11-09 08:31:31,132 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19214faf-93f5-4340-8b47-30e55da9c1fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8318c885378ee805597da4a1d9d8ab7a7165f6bf" 2018-11-09 08:31:31,323 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:31 GMT Server: Apache x-compute-request-id: req-5277a4bd-a9b1-4b11-8a7d-91549ce1be28 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5277a4bd-a9b1-4b11-8a7d-91549ce1be28 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "size": 1}} 2018-11-09 08:31:31,323 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 used request id req-5277a4bd-a9b1-4b11-8a7d-91549ce1be28 2018-11-09 08:31:31,324 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:31:31,324 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1 2018-11-09 08:31:31,324 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1 2018-11-09 08:31:31,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:31:31,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:31,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e011782e7072459387f2b3889c8b1165", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj-role"}], "expires_at": "2018-11-09T09:31:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-81f791da-609d-47f-user", "id": "23c698075034425cb05c72d42656dea2"}, "audit_ids": ["hrYujG7aSyGru1sqrvfQug"], "issued_at": "2018-11-09T08:31:31.000000Z"}} 2018-11-09 08:31:31,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51c2c5fbe961f9769940bc0a139f7525f3d9" 2018-11-09 08:31:31,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d283f64c-71c5-44f9-9c53-5cbc8f7941b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:31,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d283f64c-71c5-44f9-9c53-5cbc8f7941b8 2018-11-09 08:31:31,780 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51c2c5fbe961f9769940bc0a139f7525f3d9" 2018-11-09 08:31:31,973 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:31 GMT Server: Apache x-compute-request-id: req-1e235a41-0eee-4e3d-9235-42c811d2a155 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e235a41-0eee-4e3d-9235-42c811d2a155 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "size": 1}]} 2018-11-09 08:31:31,974 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/detail used request id req-1e235a41-0eee-4e3d-9235-42c811d2a155 2018-11-09 08:31:31,977 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1e235a41-0eee-4e3d-9235-42c811d2a155" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51c2c5fbe961f9769940bc0a139f7525f3d9" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-09 08:31:32,275 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:31:31 GMT Server: Apache x-compute-request-id: req-b2fafddc-fef5-46d7-affa-f9987325c988 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b2fafddc-fef5-46d7-affa-f9987325c988 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:32.030788", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cea22032-5675-462c-8570-172368d8b69a", "size": 1}} 2018-11-09 08:31:32,275 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes used request id req-b2fafddc-fef5-46d7-affa-f9987325c988 2018-11-09 08:31:32,279 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e235a41-0eee-4e3d-9235-42c811d2a155" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51c2c5fbe961f9769940bc0a139f7525f3d9" 2018-11-09 08:31:32,467 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:32 GMT Server: Apache x-compute-request-id: req-1e054305-fdd9-4e05-bab8-e3ecd84bbfa0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e054305-fdd9-4e05-bab8-e3ecd84bbfa0 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cea22032-5675-462c-8570-172368d8b69a", "size": 1}} 2018-11-09 08:31:32,467 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a used request id req-1e054305-fdd9-4e05-bab8-e3ecd84bbfa0 2018-11-09 08:31:32,468 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2 2018-11-09 08:31:32,470 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e235a41-0eee-4e3d-9235-42c811d2a155" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51c2c5fbe961f9769940bc0a139f7525f3d9" 2018-11-09 08:31:32,668 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:32 GMT Server: Apache x-compute-request-id: req-21b5c749-d15d-4254-8a41-ff8729bbd026 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-21b5c749-d15d-4254-8a41-ff8729bbd026 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cea22032-5675-462c-8570-172368d8b69a", "size": 1}} 2018-11-09 08:31:32,668 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a used request id req-21b5c749-d15d-4254-8a41-ff8729bbd026 2018-11-09 08:31:32,669 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:31:32,669 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2 2018-11-09 08:31:32,669 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2 2018-11-09 08:31:32,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:31:32,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:33,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e011782e7072459387f2b3889c8b1165", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj-role"}], "expires_at": "2018-11-09T09:31:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-81f791da-609d-47f-user", "id": "23c698075034425cb05c72d42656dea2"}, "audit_ids": ["nTF_pZCcTwi40_mJkwjSZw"], "issued_at": "2018-11-09T08:31:32.000000Z"}} 2018-11-09 08:31:33,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:33,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25ab007-d199-42fa-ab2a-fcb58cc3b0ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:33,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e25ab007-d199-42fa-ab2a-fcb58cc3b0ad 2018-11-09 08:31:33,123 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:31:33,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:33,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab764f77-7313-451b-9227-50f000fe776e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:33,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ab764f77-7313-451b-9227-50f000fe776e 2018-11-09 08:31:33,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:33,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9318a512-bd9b-4eaa-bca8-039d8c9927d2 Date: Fri, 09 Nov 2018 08: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":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:33,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-9318a512-bd9b-4eaa-bca8-039d8c9927d2 2018-11-09 08:31:33,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:31:33,475 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:31:33,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:33,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-491c1e87-c956-471c-a652-704084990cf8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:33,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-491c1e87-c956-471c-a652-704084990cf8 2018-11-09 08:31:33,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:33,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-445cf228-e573-44f8-add6-9cdda840e5e8 Date: Fri, 09 Nov 2018 08:31:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:33,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-445cf228-e573-44f8-add6-9cdda840e5e8 2018-11-09 08:31:33,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:33,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8aebbbbb-62ad-4940-82b4-8f4528acefee Date: Fri, 09 Nov 2018 08:31:33 GMT RESP BODY: {"ports":[]} 2018-11-09 08:31:33,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port&admin_state_up=True used request id req-8aebbbbb-62ad-4940-82b4-8f4528acefee 2018-11-09 08:31:33,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:34,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-5eaac4cf-613f-4d7b-a669-04b26321651e x-compute-request-id: req-5eaac4cf-613f-4d7b-a669-04b26321651e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:31:34,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst used request id req-5eaac4cf-613f-4d7b-a669-04b26321651e 2018-11-09 08:31:34,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:34,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3a7f89a5-3c27-4671-8dc4-40ab9e1a8301 Date: Fri, 09 Nov 2018 08:31: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":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:34,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-3a7f89a5-3c27-4671-8dc4-40ab9e1a8301 2018-11-09 08:31:34,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:34,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e466366-a5be-49dc-93c2-a5364c827d16 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:34,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-5e466366-a5be-49dc-93c2-a5364c827d16 2018-11-09 08:31:34,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:34,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b8425155-50e8-46bf-8684-746747b12a39 Date: Fri, 09 Nov 2018 08:31:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:34,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-b8425155-50e8-46bf-8684-746747b12a39 2018-11-09 08:31:34,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:34,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-62976a9f-3e25-452e-9a6e-b859653ef504 Date: Fri, 09 Nov 2018 08:31:34 GMT RESP BODY: {"ports":[]} 2018-11-09 08:31:34,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port&admin_state_up=True used request id req-62976a9f-3e25-452e-9a6e-b859653ef504 2018-11-09 08:31:34,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:31:34,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:35,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e011782e7072459387f2b3889c8b1165", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj-role"}], "expires_at": "2018-11-09T09:31:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-81f791da-609d-47f-user", "id": "23c698075034425cb05c72d42656dea2"}, "audit_ids": ["bKyjKA1BQCeXKh-MNSLOMQ"], "issued_at": "2018-11-09T08:31:34.000000Z"}} 2018-11-09 08:31:35,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ac509c6905c78653ee701d35711c0010f84d8e9" 2018-11-09 08:31:35,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef2f912a-4a02-43e2-81df-2e50f919b3bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:31:35,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ef2f912a-4a02-43e2-81df-2e50f919b3bf 2018-11-09 08:31:35,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:35,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e70b8102-4838-4587-8b99-d421e7b1606e Date: Fri, 09 Nov 2018 08: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":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:35,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-e70b8102-4838-4587-8b99-d421e7b1606e 2018-11-09 08:31:35,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:35,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-267cad6a-e8e2-4661-8ea9-04402f8d2a69 Date: Fri, 09 Nov 2018 08:31:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:35,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-267cad6a-e8e2-4661-8ea9-04402f8d2a69 2018-11-09 08:31:35,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:35,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-604b7890-8c96-40f6-95c3-f04e972653a9 Date: Fri, 09 Nov 2018 08: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":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:35,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-604b7890-8c96-40f6-95c3-f04e972653a9 2018-11-09 08:31:35,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:31:35,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:31:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:31:35,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ac509c6905c78653ee701d35711c0010f84d8e9" 2018-11-09 08:31:35,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-839ceb5e-880a-47e2-bc0a-3c9e6bb0b81f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:35,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-839ceb5e-880a-47e2-bc0a-3c9e6bb0b81f 2018-11-09 08:31:35,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:35,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-276df47d-e126-4e5f-b359-be1e2618c552 Date: Fri, 09 Nov 2018 08:31:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:35,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-276df47d-e126-4e5f-b359-be1e2618c552 2018-11-09 08:31:35,918 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net 2018-11-09 08:31:35,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" -d '{"port": {"network_id": "52628081-3649-4a50-96a5-67f1eb670792", "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port", "admin_state_up": true}}' 2018-11-09 08:31:36,982 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-9e931e21-62b3-47e8-882c-d25c69999f1c Date: Fri, 09 Nov 2018 08:31:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.11"}],"id":"5eefcbcb-d134-49f0-9a97-0072b2f2022e","security_groups":["b5d22464-bd33-4af6-9378-ba3fc836cb34"],"mac_address":"fa:16:3e:58:28:a3","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","qos_policy_id":null,"admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:36Z","binding:vnic_type":"normal"}} 2018-11-09 08:31:36,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-9e931e21-62b3-47e8-882c-d25c69999f1c 2018-11-09 08:31:36,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:37,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3bf3300d-8e25-49f2-a2d9-4a842309b617 Date: Fri, 09 Nov 2018 08: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":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:37,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-3bf3300d-8e25-49f2-a2d9-4a842309b617 2018-11-09 08:31:37,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:37,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30bd211e-0b18-4097-9aa2-fe73bfab8672 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:37,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-30bd211e-0b18-4097-9aa2-fe73bfab8672 2018-11-09 08:31:37,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:37,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3b48b02c-e858-4d94-bde5-9eba265e4682 Date: Fri, 09 Nov 2018 08:31:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:37,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-3b48b02c-e858-4d94-bde5-9eba265e4682 2018-11-09 08:31:37,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:37,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-c8818eb6-6bf9-46e2-879c-92fee9acae75 Date: Fri, 09 Nov 2018 08:31:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.11"}],"id":"5eefcbcb-d134-49f0-9a97-0072b2f2022e","security_groups":["b5d22464-bd33-4af6-9378-ba3fc836cb34"],"mac_address":"fa:16:3e:58:28:a3","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:36Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:31:37,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port&admin_state_up=True used request id req-c8818eb6-6bf9-46e2-879c-92fee9acae75 2018-11-09 08:31:37,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:37,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cc77ff7-cb2e-4f45-a4b4-a3ae5cb1b08d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:37,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-9cc77ff7-cb2e-4f45-a4b4-a3ae5cb1b08d 2018-11-09 08:31:37,759 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst 2018-11-09 08:31:37,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:37,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bb8b8ad-011f-49d2-85b1-06428230faa8 x-compute-request-id: req-5bb8b8ad-011f-49d2-85b1-06428230faa8 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-flavor-name"}]} 2018-11-09 08:31:37,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5bb8b8ad-011f-49d2-85b1-06428230faa8 2018-11-09 08:31:37,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:37,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb6dc3bc-4450-499c-b34b-1c0f0310a7f9 x-compute-request-id: req-eb6dc3bc-4450-499c-b34b-1c0f0310a7f9 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:31:37,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1 used request id req-eb6dc3bc-4450-499c-b34b-1c0f0310a7f9 2018-11-09 08:31:37,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:38,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-142cffc6-4c10-4231-8bc3-3b3150668408 Date: Fri, 09 Nov 2018 08:31:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:31:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:31:25Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/58a808e4-7d11-4318-a234-db96d6a2186d/snap", "metadata": {}}], "self": "/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d", "min_disk": 0, "protected": false, "id": "58a808e4-7d11-4318-a234-db96d6a2186d", "file": "/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "045b9866dbbe4fdb9027719d8ec64ca0", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/58a808e4-7d11-4318-a234-db96d6a2186d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image"} 2018-11-09 08:31:38,001 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image used request id req-142cffc6-4c10-4231-8bc3-3b3150668408 2018-11-09 08:31:38,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:38,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c17df813-9b13-4a56-8ee1-d0c2fa50cfa0 Date: Fri, 09 Nov 2018 08:31:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:31:38,166 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-c17df813-9b13-4a56-8ee1-d0c2fa50cfa0 2018-11-09 08:31:38,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" -d '{"server": {"name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "imageRef": "58a808e4-7d11-4318-a234-db96d6a2186d", "flavorRef": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "max_count": 1, "min_count": 1, "networks": [{"port": "5eefcbcb-d134-49f0-9a97-0072b2f2022e"}]}}' 2018-11-09 08:31:39,518 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:31:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1edf1652-7ffb-4c6e-bf65-49364aca8ebf x-compute-request-id: req-1edf1652-7ffb-4c6e-bf65-49364aca8ebf Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2948ebe7-923f-4004-940a-0228c0edf081", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "adminPass": "Moae8i2Aosjf"}} 2018-11-09 08:31:39,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-1edf1652-7ffb-4c6e-bf65-49364aca8ebf 2018-11-09 08:31:39,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:39,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60fa2946-18be-4ed2-b485-a81b510da3ef x-compute-request-id: req-60fa2946-18be-4ed2-b485-a81b510da3ef 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.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:31:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:31:39,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-60fa2946-18be-4ed2-b485-a81b510da3ef 2018-11-09 08:31:39,875 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst 2018-11-09 08:31:39,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:40,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94e5af20-9e9b-4075-8b55-d70f5853824e x-compute-request-id: req-94e5af20-9e9b-4075-8b55-d70f5853824e 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.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:31:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:31:40,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-94e5af20-9e9b-4075-8b55-d70f5853824e 2018-11-09 08:31:40,329 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst] is - BUILD 2018-11-09 08:31:40,329 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:31:43,333 - create_instance - DEBUG - VM status query timeout in 896.542597055 2018-11-09 08:31:43,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:43,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7d96774-d217-4ddc-8939-650b98a43e97 x-compute-request-id: req-d7d96774-d217-4ddc-8939-650b98a43e97 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.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "security_groups": [{"name": "default"}], "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:31:40Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:31:43,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-d7d96774-d217-4ddc-8939-650b98a43e97 2018-11-09 08:31:43,909 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst] is - BUILD 2018-11-09 08:31:43,909 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:31:46,912 - create_instance - DEBUG - VM status query timeout in 892.962962151 2018-11-09 08:31:46,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:47,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fda4ede-704f-4465-82cd-feb43e2943c1 x-compute-request-id: req-5fda4ede-704f-4465-82cd-feb43e2943c1 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:28:a3", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "security_groups": [{"name": "default"}], "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:44Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:31:47,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-5fda4ede-704f-4465-82cd-feb43e2943c1 2018-11-09 08:31:47,534 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst] is - ACTIVE 2018-11-09 08:31:47,534 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:31:47,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:47,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31: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-bb1c0e55-3524-4b8a-85b1-61b0ef418a93 x-compute-request-id: req-bb1c0e55-3524-4b8a-85b1-61b0ef418a93 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:28:a3", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "security_groups": [{"name": "default"}], "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:44Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:31:47,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-bb1c0e55-3524-4b8a-85b1-61b0ef418a93 2018-11-09 08:31:47,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:48,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7241a73f-63c6-48d3-acfd-512099248f48 Date: Fri, 09 Nov 2018 08:31: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":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:48,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-7241a73f-63c6-48d3-acfd-512099248f48 2018-11-09 08:31:48,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:48,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b4de649-a8e1-40b1-9776-fe1a3fddd691 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:48,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-9b4de649-a8e1-40b1-9776-fe1a3fddd691 2018-11-09 08:31:48,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:48,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-222280cb-0955-4ca6-8d4a-087518fa122d Date: Fri, 09 Nov 2018 08:31:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:48,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-222280cb-0955-4ca6-8d4a-087518fa122d 2018-11-09 08:31:48,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:48,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-c00d1a27-67ed-489f-b7d0-aeb1287c25cd Date: Fri, 09 Nov 2018 08:31:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.4"}],"id":"3f24ec40-71d3-4f20-aa78-97ce99536caa","security_groups":[],"mac_address":"fa:16:3e:d2:55:ca","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.11"}],"id":"5eefcbcb-d134-49f0-9a97-0072b2f2022e","security_groups":["b5d22464-bd33-4af6-9378-ba3fc836cb34"],"mac_address":"fa:16:3e:58:28:a3","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:36Z","binding:vnic_type":"normal","device_id":"2948ebe7-923f-4004-940a-0228c0edf081"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.2"}],"id":"a0c0a851-a924-48bb-a3da-0b1f8f52922e","security_groups":[],"mac_address":"fa:16:3e:97:1f:1c","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.3"}],"id":"bb05ce5a-6dd8-4900-8103-44702c51c5fe","security_groups":[],"mac_address":"fa:16:3e:8d:de:4d","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52628081-3649-4a50-96a5-67f1eb670792"}]} 2018-11-09 08:31:48,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-c00d1a27-67ed-489f-b7d0-aeb1287c25cd 2018-11-09 08:31:48,425 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:48,620 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:48 GMT Server: Apache x-compute-request-id: req-4421e783-501b-4d42-a43b-fa6c767ee84e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4421e783-501b-4d42-a43b-fa6c767ee84e Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cea22032-5675-462c-8570-172368d8b69a", "size": 1}, {"status": "available", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "size": 1}]} 2018-11-09 08:31:48,620 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/detail used request id req-4421e783-501b-4d42-a43b-fa6c767ee84e 2018-11-09 08:31:48,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:48,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0920c32a-f200-440e-b0f9-78ee7089b2de Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:48,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-0920c32a-f200-440e-b0f9-78ee7089b2de 2018-11-09 08:31:48,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:49,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1800ad70-b237-4283-94b4-86c66f28f19f x-compute-request-id: req-1800ad70-b237-4283-94b4-86c66f28f19f Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:28:a3", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "security_groups": [{"name": "default"}], "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:44Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:31:49,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-1800ad70-b237-4283-94b4-86c66f28f19f 2018-11-09 08:31:49,313 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst] is - ACTIVE 2018-11-09 08:31:49,313 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:31:49,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:49,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31: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-ad5e5302-215a-4199-beaa-851f6d2fa745 x-compute-request-id: req-ad5e5302-215a-4199-beaa-851f6d2fa745 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:28:a3", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "security_groups": [{"name": "default"}], "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:44Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:31:49,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-ad5e5302-215a-4199-beaa-851f6d2fa745 2018-11-09 08:31:49,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:50,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-843ddb45-5c7a-4aa5-beb5-617cd930592f Date: Fri, 09 Nov 2018 08:31:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:50,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-843ddb45-5c7a-4aa5-beb5-617cd930592f 2018-11-09 08:31:50,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:50,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e07b79-9701-4e9a-817d-d3d46996f9d1 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:50,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-58e07b79-9701-4e9a-817d-d3d46996f9d1 2018-11-09 08:31:50,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:50,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4b2f422a-c100-4ffc-887a-fe3b2cef8eed Date: Fri, 09 Nov 2018 08:31:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:50,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-4b2f422a-c100-4ffc-887a-fe3b2cef8eed 2018-11-09 08:31:50,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:50,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-c41f48e7-bc02-457b-9e20-255f62bd4e66 Date: Fri, 09 Nov 2018 08:31:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.4"}],"id":"3f24ec40-71d3-4f20-aa78-97ce99536caa","security_groups":[],"mac_address":"fa:16:3e:d2:55:ca","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.11"}],"id":"5eefcbcb-d134-49f0-9a97-0072b2f2022e","security_groups":["b5d22464-bd33-4af6-9378-ba3fc836cb34"],"mac_address":"fa:16:3e:58:28:a3","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:36Z","binding:vnic_type":"normal","device_id":"2948ebe7-923f-4004-940a-0228c0edf081"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.2"}],"id":"a0c0a851-a924-48bb-a3da-0b1f8f52922e","security_groups":[],"mac_address":"fa:16:3e:97:1f:1c","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.3"}],"id":"bb05ce5a-6dd8-4900-8103-44702c51c5fe","security_groups":[],"mac_address":"fa:16:3e:8d:de:4d","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52628081-3649-4a50-96a5-67f1eb670792"}]} 2018-11-09 08:31:50,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-c41f48e7-bc02-457b-9e20-255f62bd4e66 2018-11-09 08:31:50,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" -d '{"volumeAttachment": {"volumeId": "e5e9dc98-eab5-4db0-964c-8c6ab8207507"}}' 2018-11-09 08:31:51,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31: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-6a479f51-7d11-4758-b66f-e71234a24eb3 x-compute-request-id: req-6a479f51-7d11-4758-b66f-e71234a24eb3 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "2948ebe7-923f-4004-940a-0228c0edf081", "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "volumeId": "e5e9dc98-eab5-4db0-964c-8c6ab8207507"}} 2018-11-09 08:31:51,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081/os-volume_attachments used request id req-6a479f51-7d11-4758-b66f-e71234a24eb3 2018-11-09 08:31:51,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:51,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31: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-3e4fb9ce-0832-46ce-a6a6-47318c8ce9ee x-compute-request-id: req-3e4fb9ce-0832-46ce-a6a6-47318c8ce9ee Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:28:a3", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "security_groups": [{"name": "default"}], "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:44Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [{"id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507"}], "metadata": {}}} 2018-11-09 08:31:51,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-3e4fb9ce-0832-46ce-a6a6-47318c8ce9ee 2018-11-09 08:31:51,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:52,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a1d7a526-af5b-4112-8429-8d937a6687fe Date: Fri, 09 Nov 2018 08:31: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":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:52,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-a1d7a526-af5b-4112-8429-8d937a6687fe 2018-11-09 08:31:52,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:52,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2444952-0f47-4ccb-b354-6228c0fcb60e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:52,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-f2444952-0f47-4ccb-b354-6228c0fcb60e 2018-11-09 08:31:52,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:52,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-37817415-3dcf-4bc3-b24b-b78c656cf377 Date: Fri, 09 Nov 2018 08:31:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:52,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-37817415-3dcf-4bc3-b24b-b78c656cf377 2018-11-09 08:31:52,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:52,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-a4c852e3-d983-4da2-8156-e52b80146e6f Date: Fri, 09 Nov 2018 08:31:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.4"}],"id":"3f24ec40-71d3-4f20-aa78-97ce99536caa","security_groups":[],"mac_address":"fa:16:3e:d2:55:ca","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.11"}],"id":"5eefcbcb-d134-49f0-9a97-0072b2f2022e","security_groups":["b5d22464-bd33-4af6-9378-ba3fc836cb34"],"mac_address":"fa:16:3e:58:28:a3","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:36Z","binding:vnic_type":"normal","device_id":"2948ebe7-923f-4004-940a-0228c0edf081"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.2"}],"id":"a0c0a851-a924-48bb-a3da-0b1f8f52922e","security_groups":[],"mac_address":"fa:16:3e:97:1f:1c","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.3"}],"id":"bb05ce5a-6dd8-4900-8103-44702c51c5fe","security_groups":[],"mac_address":"fa:16:3e:8d:de:4d","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52628081-3649-4a50-96a5-67f1eb670792"}]} 2018-11-09 08:31:52,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-a4c852e3-d983-4da2-8156-e52b80146e6f 2018-11-09 08:31:52,569 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4421e783-501b-4d42-a43b-fa6c767ee84e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:52,762 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:52 GMT Server: Apache x-compute-request-id: req-4c277400-23bc-48c7-b4cd-dbc821ea662e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c277400-23bc-48c7-b4cd-dbc821ea662e Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cea22032-5675-462c-8570-172368d8b69a", "size": 1}, {"status": "in-use", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [{"server_id": "2948ebe7-923f-4004-940a-0228c0edf081", "attachment_id": "6f60e2cb-3b29-4c65-ad01-eef5f0695a38", "attached_at": "2018-11-09T08:31:52.000000", "host_name": null, "volume_id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "device": "/dev/vdb", "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507"}], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:52.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "size": 1}]} 2018-11-09 08:31:52,762 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/detail used request id req-4c277400-23bc-48c7-b4cd-dbc821ea662e 2018-11-09 08:31:52,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:52,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d50460d8-3a0b-4fc6-8aeb-dafaa5edd669 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:52,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-d50460d8-3a0b-4fc6-8aeb-dafaa5edd669 2018-11-09 08:31:52,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:53,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-ad910d97-7aec-4e14-bbc3-f9ae6af29904 x-compute-request-id: req-ad910d97-7aec-4e14-bbc3-f9ae6af29904 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:28:a3", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "security_groups": [{"name": "default"}], "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:52Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [{"id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507"}], "metadata": {}}} 2018-11-09 08:31:53,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-ad910d97-7aec-4e14-bbc3-f9ae6af29904 2018-11-09 08:31:53,446 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst] is - ACTIVE 2018-11-09 08:31:53,446 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:31:53,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:53,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12d422a9-3368-4ae5-b604-7ecc2fbc95ec x-compute-request-id: req-12d422a9-3368-4ae5-b604-7ecc2fbc95ec Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:28:a3", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "security_groups": [{"name": "default"}], "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:52Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [{"id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507"}], "metadata": {}}} 2018-11-09 08:31:53,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-12d422a9-3368-4ae5-b604-7ecc2fbc95ec 2018-11-09 08:31:53,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:53,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f1235a34-3d7f-4f22-a1e2-81f41c82018e Date: Fri, 09 Nov 2018 08: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":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:53,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-f1235a34-3d7f-4f22-a1e2-81f41c82018e 2018-11-09 08:31:53,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:53,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d62c382d-e029-4998-8f03-b1719ed8c6f7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:53,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-d62c382d-e029-4998-8f03-b1719ed8c6f7 2018-11-09 08:31:53,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:54,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-df592c29-b023-4c0f-9503-f5a362a178c0 Date: Fri, 09 Nov 2018 08:31:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:54,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-df592c29-b023-4c0f-9503-f5a362a178c0 2018-11-09 08:31:54,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:54,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-cd1d02b4-08ee-4fe8-8947-77c51f41b3fe Date: Fri, 09 Nov 2018 08:31:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.4"}],"id":"3f24ec40-71d3-4f20-aa78-97ce99536caa","security_groups":[],"mac_address":"fa:16:3e:d2:55:ca","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.11"}],"id":"5eefcbcb-d134-49f0-9a97-0072b2f2022e","security_groups":["b5d22464-bd33-4af6-9378-ba3fc836cb34"],"mac_address":"fa:16:3e:58:28:a3","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:36Z","binding:vnic_type":"normal","device_id":"2948ebe7-923f-4004-940a-0228c0edf081"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.2"}],"id":"a0c0a851-a924-48bb-a3da-0b1f8f52922e","security_groups":[],"mac_address":"fa:16:3e:97:1f:1c","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.3"}],"id":"bb05ce5a-6dd8-4900-8103-44702c51c5fe","security_groups":[],"mac_address":"fa:16:3e:8d:de:4d","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52628081-3649-4a50-96a5-67f1eb670792"}]} 2018-11-09 08:31:54,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-cd1d02b4-08ee-4fe8-8947-77c51f41b3fe 2018-11-09 08:31:54,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" -d '{"volumeAttachment": {"volumeId": "cea22032-5675-462c-8570-172368d8b69a"}}' 2018-11-09 08:31:54,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebbc459a-b8b5-4e81-89fc-e6b6849cb6bf x-compute-request-id: req-ebbc459a-b8b5-4e81-89fc-e6b6849cb6bf Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "2948ebe7-923f-4004-940a-0228c0edf081", "id": "cea22032-5675-462c-8570-172368d8b69a", "volumeId": "cea22032-5675-462c-8570-172368d8b69a"}} 2018-11-09 08:31:54,994 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081/os-volume_attachments used request id req-ebbc459a-b8b5-4e81-89fc-e6b6849cb6bf 2018-11-09 08:31:54,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:55,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31: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-68c996ee-30b8-4a02-825e-08ebc73fd568 x-compute-request-id: req-68c996ee-30b8-4a02-825e-08ebc73fd568 Content-Encoding: gzip Content-Length: 801 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:28:a3", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "security_groups": [{"name": "default"}], "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:52Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [{"id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507"}, {"id": "cea22032-5675-462c-8570-172368d8b69a"}], "metadata": {}}} 2018-11-09 08:31:55,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-68c996ee-30b8-4a02-825e-08ebc73fd568 2018-11-09 08:31:55,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:55,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7b9cfb10-8936-4fc6-8a05-c84d9190ff79 Date: Fri, 09 Nov 2018 08: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":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:55,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-7b9cfb10-8936-4fc6-8a05-c84d9190ff79 2018-11-09 08:31:55,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:55,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7741b221-2e3b-4921-b8fd-4b684130b3ea Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:31:55,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-7741b221-2e3b-4921-b8fd-4b684130b3ea 2018-11-09 08:31:55,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:55,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-024c4b63-c41d-4a80-87c9-3f269d65814c Date: Fri, 09 Nov 2018 08:31:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:55,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-024c4b63-c41d-4a80-87c9-3f269d65814c 2018-11-09 08:31:55,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:55,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-7e6696d4-f01b-4552-bf31-7b9b810a5a86 Date: Fri, 09 Nov 2018 08:31:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.4"}],"id":"3f24ec40-71d3-4f20-aa78-97ce99536caa","security_groups":[],"mac_address":"fa:16:3e:d2:55:ca","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.11"}],"id":"5eefcbcb-d134-49f0-9a97-0072b2f2022e","security_groups":["b5d22464-bd33-4af6-9378-ba3fc836cb34"],"mac_address":"fa:16:3e:58:28:a3","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:36Z","binding:vnic_type":"normal","device_id":"2948ebe7-923f-4004-940a-0228c0edf081"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.2"}],"id":"a0c0a851-a924-48bb-a3da-0b1f8f52922e","security_groups":[],"mac_address":"fa:16:3e:97:1f:1c","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.3"}],"id":"bb05ce5a-6dd8-4900-8103-44702c51c5fe","security_groups":[],"mac_address":"fa:16:3e:8d:de:4d","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52628081-3649-4a50-96a5-67f1eb670792"}]} 2018-11-09 08:31:55,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-7e6696d4-f01b-4552-bf31-7b9b810a5a86 2018-11-09 08:31:55,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:31:56,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e011782e7072459387f2b3889c8b1165", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj-role"}], "expires_at": "2018-11-09T09:31:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/045b9866dbbe4fdb9027719d8ec64ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-81f791da-609d-47f-user", "id": "23c698075034425cb05c72d42656dea2"}, "audit_ids": ["9hCzswx1Txer_gyau_GOYQ"], "issued_at": "2018-11-09T08:31:56.000000Z"}} 2018-11-09 08:31:56,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8e1ddf03f71399df6ff0c83570fe2951fccb96d" 2018-11-09 08:31:57,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-675045d9-616d-4bc1-ace3-402735f5478f x-compute-request-id: req-675045d9-616d-4bc1-ace3-402735f5478f Content-Encoding: gzip Content-Length: 800 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:28:a3", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "security_groups": [{"name": "default"}], "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:55Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [{"id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507"}, {"id": "cea22032-5675-462c-8570-172368d8b69a"}], "metadata": {}}]} 2018-11-09 08:31:57,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst used request id req-675045d9-616d-4bc1-ace3-402735f5478f 2018-11-09 08:31:57,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8e1ddf03f71399df6ff0c83570fe2951fccb96d" 2018-11-09 08:31:57,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6c2af603-e42c-49ed-97bb-b35a2292b517 Date: Fri, 09 Nov 2018 08:31: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":["d79c01ef-8692-4486-ab3b-c7204efffa7b"],"updated_at":"2018-11-09T08:31:28Z","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"52628081-3649-4a50-96a5-67f1eb670792","name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net"}]} 2018-11-09 08:31:57,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net used request id req-6c2af603-e42c-49ed-97bb-b35a2292b517 2018-11-09 08:31:57,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8e1ddf03f71399df6ff0c83570fe2951fccb96d" 2018-11-09 08:31:57,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7f65f397-f2a1-4d91-a368-283f44b757af Date: Fri, 09 Nov 2018 08:31:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:28Z","dns_nameservers":[],"updated_at":"2018-11-09T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","subnetpool_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet"}]} 2018-11-09 08:31:57,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-7f65f397-f2a1-4d91-a368-283f44b757af 2018-11-09 08:31:57,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8e1ddf03f71399df6ff0c83570fe2951fccb96d" 2018-11-09 08:31:57,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-bfa3d60d-3c37-4d3c-b354-1c227ac98c54 Date: Fri, 09 Nov 2018 08:31:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.4"}],"id":"3f24ec40-71d3-4f20-aa78-97ce99536caa","security_groups":[],"mac_address":"fa:16:3e:d2:55:ca","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.11"}],"id":"5eefcbcb-d134-49f0-9a97-0072b2f2022e","security_groups":["b5d22464-bd33-4af6-9378-ba3fc836cb34"],"mac_address":"fa:16:3e:58:28:a3","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:36Z","binding:vnic_type":"normal","device_id":"2948ebe7-923f-4004-940a-0228c0edf081"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.2"}],"id":"a0c0a851-a924-48bb-a3da-0b1f8f52922e","security_groups":[],"mac_address":"fa:16:3e:97:1f:1c","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52628081-3649-4a50-96a5-67f1eb670792"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d79c01ef-8692-4486-ab3b-c7204efffa7b","ip_address":"10.55.0.3"}],"id":"bb05ce5a-6dd8-4900-8103-44702c51c5fe","security_groups":[],"mac_address":"fa:16:3e:8d:de:4d","project_id":"045b9866dbbe4fdb9027719d8ec64ca0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52628081-3649-4a50-96a5-67f1eb670792","tenant_id":"045b9866dbbe4fdb9027719d8ec64ca0","created_at":"2018-11-09T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52628081-3649-4a50-96a5-67f1eb670792"}]} 2018-11-09 08:31:57,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=52628081-3649-4a50-96a5-67f1eb670792 used request id req-bfa3d60d-3c37-4d3c-b354-1c227ac98c54 2018-11-09 08:31:57,732 - create_instance - INFO - Deleting Port with ID - 5eefcbcb-d134-49f0-9a97-0072b2f2022e 2018-11-09 08:31:57,732 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-port 2018-11-09 08:31:57,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/5eefcbcb-d134-49f0-9a97-0072b2f2022e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:58,185 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa1feb8f-8cb9-431d-b1e2-129b1b6cbbac Date: Fri, 09 Nov 2018 08:31:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:31:58,185 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/5eefcbcb-d134-49f0-9a97-0072b2f2022e used request id req-aa1feb8f-8cb9-431d-b1e2-129b1b6cbbac 2018-11-09 08:31:58,188 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4421e783-501b-4d42-a43b-fa6c767ee84e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:58,399 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:58 GMT Server: Apache x-compute-request-id: req-c7f0d5c0-aa57-4259-97c3-cc54856dd8fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7f0d5c0-aa57-4259-97c3-cc54856dd8fb Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [{"server_id": "2948ebe7-923f-4004-940a-0228c0edf081", "attachment_id": "6f60e2cb-3b29-4c65-ad01-eef5f0695a38", "attached_at": "2018-11-09T08:31:52.000000", "host_name": null, "volume_id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "device": "/dev/vdb", "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507"}], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:52.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "size": 1}} 2018-11-09 08:31:58,399 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 used request id req-c7f0d5c0-aa57-4259-97c3-cc54856dd8fb 2018-11-09 08:31:58,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081/os-volume_attachments/e5e9dc98-eab5-4db0-964c-8c6ab8207507 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:59,041 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:31: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-1f5846a1-2330-4627-a317-1f2537990364 x-compute-request-id: req-1f5846a1-2330-4627-a317-1f2537990364 Content-Length: 0 Content-Type: application/json 2018-11-09 08:31:59,042 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081/os-volume_attachments/e5e9dc98-eab5-4db0-964c-8c6ab8207507 used request id req-1f5846a1-2330-4627-a317-1f2537990364 2018-11-09 08:31:59,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:31:59,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:31:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caca4f5f-d361-4216-8da9-73882193c824 x-compute-request-id: req-caca4f5f-d361-4216-8da9-73882193c824 Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:55Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [{"id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507"}, {"id": "cea22032-5675-462c-8570-172368d8b69a"}], "metadata": {}}} 2018-11-09 08:31:59,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-caca4f5f-d361-4216-8da9-73882193c824 2018-11-09 08:32:02,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:32:02,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e40264c-9081-435a-b18c-da60a76d5cdd x-compute-request-id: req-9e40264c-9081-435a-b18c-da60a76d5cdd 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.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:55Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [{"id": "cea22032-5675-462c-8570-172368d8b69a"}], "metadata": {}}} 2018-11-09 08:32:02,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-9e40264c-9081-435a-b18c-da60a76d5cdd 2018-11-09 08:32:02,691 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4421e783-501b-4d42-a43b-fa6c767ee84e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:32:02,895 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:02 GMT Server: Apache x-compute-request-id: req-42483367-c55a-40e3-87ac-2fe76fa35fec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-42483367-c55a-40e3-87ac-2fe76fa35fec Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [{"server_id": "2948ebe7-923f-4004-940a-0228c0edf081", "attachment_id": "4fc02dcd-0280-45fb-98da-25741f83b6b7", "attached_at": "2018-11-09T08:31:55.000000", "host_name": null, "volume_id": "cea22032-5675-462c-8570-172368d8b69a", "device": "/dev/vdc", "id": "cea22032-5675-462c-8570-172368d8b69a"}], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:55.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "cea22032-5675-462c-8570-172368d8b69a", "size": 1}} 2018-11-09 08:32:02,895 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a used request id req-42483367-c55a-40e3-87ac-2fe76fa35fec 2018-11-09 08:32:02,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081/os-volume_attachments/cea22032-5675-462c-8570-172368d8b69a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:32:04,418 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:32:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a228d9b-9e74-426a-a994-11ac95e82524 x-compute-request-id: req-2a228d9b-9e74-426a-a994-11ac95e82524 Content-Length: 0 Content-Type: application/json 2018-11-09 08:32:04,419 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081/os-volume_attachments/cea22032-5675-462c-8570-172368d8b69a used request id req-2a228d9b-9e74-426a-a994-11ac95e82524 2018-11-09 08:32:04,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:32:04,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-df52b237-5191-4a9e-ad68-0a6275e42166 x-compute-request-id: req-df52b237-5191-4a9e-ad68-0a6275e42166 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.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:55Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [{"id": "cea22032-5675-462c-8570-172368d8b69a"}], "metadata": {}}} 2018-11-09 08:32:04,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-df52b237-5191-4a9e-ad68-0a6275e42166 2018-11-09 08:32:07,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:32:07,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32: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-6027aa40-b5ce-4a94-9481-c78f854a95b3 x-compute-request-id: req-6027aa40-b5ce-4a94-9481-c78f854a95b3 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:31:55Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:32:07,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-6027aa40-b5ce-4a94-9481-c78f854a95b3 2018-11-09 08:32:07,950 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst 2018-11-09 08:32:07,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:32:08,112 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:32: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-7eb5dbb6-bdb5-4c23-9f5a-ac9226034a69 x-compute-request-id: req-7eb5dbb6-bdb5-4c23-9f5a-ac9226034a69 Content-Type: application/json 2018-11-09 08:32:08,112 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-7eb5dbb6-bdb5-4c23-9f5a-ac9226034a69 2018-11-09 08:32:08,112 - create_instance - INFO - Checking deletion status 2018-11-09 08:32:08,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:32:08,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32: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-93e18756-5864-4f52-b4bd-de84ef5baf26 x-compute-request-id: req-93e18756-5864-4f52-b4bd-de84ef5baf26 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2948ebe7-923f-4004-940a-0228c0edf081", "rel": "bookmark"}], "image": {"id": "58a808e4-7d11-4318-a234-db96d6a2186d", "links": [{"href": "http://172.30.9.27:8774/images/58a808e4-7d11-4318-a234-db96d6a2186d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:31:44.000000", "flavor": {"id": "6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "links": [{"href": "http://172.30.9.27:8774/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1", "rel": "bookmark"}]}, "id": "2948ebe7-923f-4004-940a-0228c0edf081", "user_id": "23c698075034425cb05c72d42656dea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:32:08Z", "hostId": "e5bacf822b99d9fc3d6c4ca804316e70a57272727ea9e79170a32729", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst", "created": "2018-11-09T08:31:39Z", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:32:08,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-93e18756-5864-4f52-b4bd-de84ef5baf26 2018-11-09 08:32:08,473 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst] is - ACTIVE 2018-11-09 08:32:08,474 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:32:11,477 - create_instance - DEBUG - VM status query timeout in 296.635746002 2018-11-09 08:32:11,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d286e7c04de4b18dcdee1e1ec4c334e7ebb5a0" 2018-11-09 08:32:11,533 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:32: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-8de25560-4195-400c-94c4-697f24d179f2 x-compute-request-id: req-8de25560-4195-400c-94c4-697f24d179f2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2948ebe7-923f-4004-940a-0228c0edf081 could not be found.", "code": 404}} 2018-11-09 08:32:11,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2948ebe7-923f-4004-940a-0228c0edf081 used request id req-8de25560-4195-400c-94c4-697f24d179f2 2018-11-09 08:32:11,534 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2948ebe7-923f-4004-940a-0228c0edf081 could not be found. (HTTP 404) (Request-ID: req-8de25560-4195-400c-94c4-697f24d179f2) 2018-11-09 08:32:11,534 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-inst 2018-11-09 08:32:11,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524ddf72e9d8a073dda5a7002458be399023763b" 2018-11-09 08:32:11,578 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:32: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-1115f1d4-c774-48e5-904e-8971e12961cb x-compute-request-id: req-1115f1d4-c774-48e5-904e-8971e12961cb Content-Length: 0 Content-Type: application/json 2018-11-09 08:32:11,579 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6f4a441a-0bb6-4b1e-8e9c-24ae1e2c09b1 used request id req-1115f1d4-c774-48e5-904e-8971e12961cb 2018-11-09 08:32:11,580 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet 2018-11-09 08:32:11,580 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-subnet 2018-11-09 08:32:11,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/d79c01ef-8692-4486-ab3b-c7204efffa7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d971f7cd3bd26fcbc2d613d08d210ed4ac605c1" 2018-11-09 08:32:13,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d43c59d3-1bae-431e-a543-610100e41a9e Date: Fri, 09 Nov 2018 08:32:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:32:13,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/d79c01ef-8692-4486-ab3b-c7204efffa7b used request id req-d43c59d3-1bae-431e-a543-610100e41a9e 2018-11-09 08:32:13,868 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-pub-net 2018-11-09 08:32:13,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/52628081-3649-4a50-96a5-67f1eb670792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d971f7cd3bd26fcbc2d613d08d210ed4ac605c1" 2018-11-09 08:32:15,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7068dad5-798b-473a-9f83-3f5e26b5617d Date: Fri, 09 Nov 2018 08:32:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:32:15,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/52628081-3649-4a50-96a5-67f1eb670792 used request id req-7068dad5-798b-473a-9f83-3f5e26b5617d 2018-11-09 08:32:15,194 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e235a41-0eee-4e3d-9235-42c811d2a155" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51c2c5fbe961f9769940bc0a139f7525f3d9" 2018-11-09 08:32:15,400 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:15 GMT Server: Apache x-compute-request-id: req-2549b4bc-b52e-499a-8cd7-9efe8e5f296c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2549b4bc-b52e-499a-8cd7-9efe8e5f296c Content-Encoding: gzip Content-Length: 479 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:32:04.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "cea22032-5675-462c-8570-172368d8b69a", "size": 1}} 2018-11-09 08:32:15,400 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a used request id req-2549b4bc-b52e-499a-8cd7-9efe8e5f296c 2018-11-09 08:32:15,401 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:32:15,401 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2 2018-11-09 08:32:15,401 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2 2018-11-09 08:32:15,404 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e235a41-0eee-4e3d-9235-42c811d2a155" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51c2c5fbe961f9769940bc0a139f7525f3d9" 2018-11-09 08:32:15,482 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:32:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d9e1baef-cba1-4e0c-bd02-8e110a663ec9 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:32:15,482 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a used request id req-d9e1baef-cba1-4e0c-bd02-8e110a663ec9 2018-11-09 08:32:15,485 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e235a41-0eee-4e3d-9235-42c811d2a155" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51c2c5fbe961f9769940bc0a139f7525f3d9" 2018-11-09 08:32:15,691 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:15 GMT Server: Apache x-compute-request-id: req-c0f2a438-661b-445a-aee1-a0357dddda97 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0f2a438-661b-445a-aee1-a0357dddda97 Content-Encoding: gzip Content-Length: 481 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:32:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "cea22032-5675-462c-8570-172368d8b69a", "size": 1}} 2018-11-09 08:32:15,692 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a used request id req-c0f2a438-661b-445a-aee1-a0357dddda97 2018-11-09 08:32:15,692 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 08:32:15,692 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 08:32:18,695 - create_volume - DEBUG - Volume status query timeout in 56.7868020535 2018-11-09 08:32:18,698 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e235a41-0eee-4e3d-9235-42c811d2a155" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51c2c5fbe961f9769940bc0a139f7525f3d9" 2018-11-09 08:32:18,871 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:32:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7b4525dd-17e1-4fd3-93da-9abed37f3afc x-openstack-request-id: req-7b4525dd-17e1-4fd3-93da-9abed37f3afc Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume cea22032-5675-462c-8570-172368d8b69a could not be found.", "code": 404}} 2018-11-09 08:32:18,871 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/cea22032-5675-462c-8570-172368d8b69a used request id req-7b4525dd-17e1-4fd3-93da-9abed37f3afc 2018-11-09 08:32:18,871 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume cea22032-5675-462c-8570-172368d8b69a could not be found. (HTTP 404) (Request-ID: req-7b4525dd-17e1-4fd3-93da-9abed37f3afc) 2018-11-09 08:32:18,872 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-2 2018-11-09 08:32:18,876 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19214faf-93f5-4340-8b47-30e55da9c1fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8318c885378ee805597da4a1d9d8ab7a7165f6bf" 2018-11-09 08:32:19,085 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:18 GMT Server: Apache x-compute-request-id: req-6bf0fe80-0dc9-4fa4-9b1d-dc71332f6170 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6bf0fe80-0dc9-4fa4-9b1d-dc71332f6170 Content-Encoding: gzip Content-Length: 476 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:31:58.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "size": 1}} 2018-11-09 08:32:19,085 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 used request id req-6bf0fe80-0dc9-4fa4-9b1d-dc71332f6170 2018-11-09 08:32:19,085 - create_volume - DEBUG - Instance status is - available 2018-11-09 08:32:19,085 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1 2018-11-09 08:32:19,086 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1 2018-11-09 08:32:19,089 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19214faf-93f5-4340-8b47-30e55da9c1fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8318c885378ee805597da4a1d9d8ab7a7165f6bf" 2018-11-09 08:32:19,326 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:32:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7b3cd4d4-5b50-49ab-8118-5ceeedaad230 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:32:19,326 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 used request id req-7b3cd4d4-5b50-49ab-8118-5ceeedaad230 2018-11-09 08:32:19,329 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19214faf-93f5-4340-8b47-30e55da9c1fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8318c885378ee805597da4a1d9d8ab7a7165f6bf" 2018-11-09 08:32:19,518 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:19 GMT Server: Apache x-compute-request-id: req-b1da19f6-17b2-4b10-b5dc-b0e376ec5bef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b1da19f6-17b2-4b10-b5dc-b0e376ec5bef Content-Encoding: gzip Content-Length: 479 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "23c698075034425cb05c72d42656dea2", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "self"}, {"href": "http://172.30.9.27:8776/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T08:31:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "updated_at": "2018-11-09T08:32:19.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "e5e9dc98-eab5-4db0-964c-8c6ab8207507", "size": 1}} 2018-11-09 08:32:19,518 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 used request id req-b1da19f6-17b2-4b10-b5dc-b0e376ec5bef 2018-11-09 08:32:19,518 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 08:32:19,519 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 08:32:22,522 - create_volume - DEBUG - Volume status query timeout in 56.8046519756 2018-11-09 08:32:22,525 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19214faf-93f5-4340-8b47-30e55da9c1fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8318c885378ee805597da4a1d9d8ab7a7165f6bf" 2018-11-09 08:32:22,562 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:32:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-64360fb9-c694-46c1-b807-7f6d9e8aad4a x-openstack-request-id: req-64360fb9-c694-46c1-b807-7f6d9e8aad4a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e5e9dc98-eab5-4db0-964c-8c6ab8207507 could not be found.", "code": 404}} 2018-11-09 08:32:22,563 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/045b9866dbbe4fdb9027719d8ec64ca0/volumes/e5e9dc98-eab5-4db0-964c-8c6ab8207507 used request id req-64360fb9-c694-46c1-b807-7f6d9e8aad4a 2018-11-09 08:32:22,563 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e5e9dc98-eab5-4db0-964c-8c6ab8207507 could not be found. (HTTP 404) (Request-ID: req-64360fb9-c694-46c1-b807-7f6d9e8aad4a) 2018-11-09 08:32:22,563 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-1 2018-11-09 08:32:22,564 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-f485d451-2762-4928-a975-8093d837c1ee-image 2018-11-09 08:32:22,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a98af1419d4f90c819872c37d9c8ca34ddbf067a" 2018-11-09 08:32:23,728 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04867997-33c0-4c52-8ad5-5365f68fadcc Date: Fri, 09 Nov 2018 08:32:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:32:23,728 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/58a808e4-7d11-4318-a234-db96d6a2186d used request id req-04867997-33c0-4c52-8ad5-5365f68fadcc 2018-11-09 08:32:23,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:32:23,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-305a29d2-d860-4b3f-b4fe-dfe58011a322 Date: Fri, 09 Nov 2018 08:32:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "created_at": "2018-11-09T08:31:27Z", "updated_at": "2018-11-09T08:31:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:31:27Z", "revision_number": 0, "id": "28d8247c-e1ab-4074-b195-d97b1b002a41", "remote_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "remote_ip_prefix": null, "created_at": "2018-11-09T08:31:27Z", "security_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "045b9866dbbe4fdb9027719d8ec64ca0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:31:27Z", "revision_number": 0, "id": "4611847f-d6bc-4590-93a8-ed559574a3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:31:27Z", "security_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "045b9866dbbe4fdb9027719d8ec64ca0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:31:27Z", "revision_number": 0, "id": "7b9cb813-991c-4575-ba49-7c1416a6c237", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:31:27Z", "security_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "045b9866dbbe4fdb9027719d8ec64ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:31:27Z", "revision_number": 0, "id": "f96b0149-7903-4770-b40d-4371fb765ab7", "remote_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "remote_ip_prefix": null, "created_at": "2018-11-09T08:31:27Z", "security_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "045b9866dbbe4fdb9027719d8ec64ca0"}], "revision_number": 4, "project_id": "045b9866dbbe4fdb9027719d8ec64ca0", "id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:32:23,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-305a29d2-d860-4b3f-b4fe-dfe58011a322 2018-11-09 08:32:23,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:32:24,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c6d5a9e-dcd8-42b5-bcf2-79c6da7a14a5 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:32:24,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-9c6d5a9e-dcd8-42b5-bcf2-79c6da7a14a5 2018-11-09 08:32:24,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:32:24,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e83bb3f-b485-4ffd-bf1d-20972467e011 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:32:24,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-3e83bb3f-b485-4ffd-bf1d-20972467e011 2018-11-09 08:32:24,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:32:24,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd8cb0b8-d163-41f7-9886-85ef38ad70a5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0"}, "enabled": true, "id": "045b9866dbbe4fdb9027719d8ec64ca0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-81f791da-609d-47f-proj"}} 2018-11-09 08:32:24,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-fd8cb0b8-d163-41f7-9886-85ef38ad70a5 2018-11-09 08:32:24,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5d22464-bd33-4af6-9378-ba3fc836cb34 2018-11-09 08:32:24,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=b5d22464-bd33-4af6-9378-ba3fc836cb34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:32:24,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6b9d185e-c8b6-4f0d-90b2-49fc235ce5bb Date: Fri, 09 Nov 2018 08:32:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:31:27Z", "security_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "port_range_min": null, "revision_number": 0, "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "created_at": "2018-11-09T08:31:27Z", "project_id": "045b9866dbbe4fdb9027719d8ec64ca0", "id": "28d8247c-e1ab-4074-b195-d97b1b002a41"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:31:27Z", "security_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "port_range_min": null, "revision_number": 0, "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "created_at": "2018-11-09T08:31:27Z", "project_id": "045b9866dbbe4fdb9027719d8ec64ca0", "id": "4611847f-d6bc-4590-93a8-ed559574a3f1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:31:27Z", "security_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "port_range_min": null, "revision_number": 0, "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "created_at": "2018-11-09T08:31:27Z", "project_id": "045b9866dbbe4fdb9027719d8ec64ca0", "id": "7b9cb813-991c-4575-ba49-7c1416a6c237"}, {"remote_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:31:27Z", "security_group_id": "b5d22464-bd33-4af6-9378-ba3fc836cb34", "port_range_min": null, "revision_number": 0, "tenant_id": "045b9866dbbe4fdb9027719d8ec64ca0", "created_at": "2018-11-09T08:31:27Z", "project_id": "045b9866dbbe4fdb9027719d8ec64ca0", "id": "f96b0149-7903-4770-b40d-4371fb765ab7"}]} 2018-11-09 08:32:24,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=b5d22464-bd33-4af6-9378-ba3fc836cb34 used request id req-6b9d185e-c8b6-4f0d-90b2-49fc235ce5bb 2018-11-09 08:32:24,398 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:32:24,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/b5d22464-bd33-4af6-9378-ba3fc836cb34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:32:24,720 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5601af0f-f3c6-479c-b12e-b791bc46f5cd Content-Length: 0 Date: Fri, 09 Nov 2018 08:32:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:32:24,720 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/b5d22464-bd33-4af6-9378-ba3fc836cb34 used request id req-5601af0f-f3c6-479c-b12e-b791bc46f5cd 2018-11-09 08:32:24,721 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-81f791da-609d-47f-proj 2018-11-09 08:32:24,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:32:24,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:32:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-690a1b9c-b549-40c5-bacf-409f0635f520 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:32:24,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/045b9866dbbe4fdb9027719d8ec64ca0 used request id req-690a1b9c-b549-40c5-bacf-409f0635f520 2018-11-09 08:32:24,927 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-81f791da-609d-47f-proj-role 2018-11-09 08:32:24,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/e011782e7072459387f2b3889c8b1165 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:32:25,050 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:32:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c180d4df-6ed0-4bd8-96c4-2d8ce9ded112 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:32:25,050 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/e011782e7072459387f2b3889c8b1165 used request id req-c180d4df-6ed0-4bd8-96c4-2d8ce9ded112 2018-11-09 08:32:25,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffa9f385ec5241249bf5eb2ed13a505c4276944" 2018-11-09 08:32:25,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f88d4e57-f3a3-4ca5-b858-207b2ac1b26e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:32:25,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f88d4e57-f3a3-4ca5-b858-207b2ac1b26e 2018-11-09 08:32:25,144 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-81f791da-609d-47f-user 2018-11-09 08:32:25,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/23c698075034425cb05c72d42656dea2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff8e672b885eb9dac88a6bca572c9cac3fd902a" 2018-11-09 08:32:25,365 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:32:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-721d193c-c22f-462d-a5ad-59faf34e8ac4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:32:25,365 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/23c698075034425cb05c72d42656dea2 used request id req-721d193c-c22f-462d-a5ad-59faf34e8ac4 2018-11-09 08:32:25,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:32:25,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:32:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["wltrXkFFRqyT12FcNWw3vA"], "issued_at": "2018-11-09T08:32:25.000000Z"}} 2018-11-09 08:32:25,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfe3b77122ec0e8f6253f7d0f9c21d4d3cc9d521" 2018-11-09 08:32:25,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a110afff-e948-4ef0-875a-7d0d0ae4e89f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:32:25,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a110afff-e948-4ef0-875a-7d0d0ae4e89f 2018-11-09 08:32:25,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:32:25,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:32:26,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["MQ_EyY4eTOeDE08TrUgZmg"], "issued_at": "2018-11-09T08:32:26.000000Z"}} 2018-11-09 08:32:26,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:32:26,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5d4adb-359e-47b4-a791-62a705ee9c00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:32:26,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ab5d4adb-359e-47b4-a791-62a705ee9c00 2018-11-09 08:32:26,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:32:26,313 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:32: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:32:26,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:32:26,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ad6cd6-eeb0-4cbe-8393-b1a476708055 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:32:26,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj used request id req-d9ad6cd6-eeb0-4cbe-8393-b1a476708055 2018-11-09 08:32:26,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:32:26,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4719f735-1d95-4c5b-a618-1b0d1601d55d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:32:26,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-4719f735-1d95-4c5b-a618-1b0d1601d55d 2018-11-09 08:32:26,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj"}}' 2018-11-09 08:32:26,619 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e362644-2394-422c-a86e-13e71a56ad72 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02"}, "enabled": true, "id": "ad170ddf5f1541f39244f542e0b4cd02", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj"}} 2018-11-09 08:32:26,619 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-3e362644-2394-422c-a86e-13e71a56ad72 2018-11-09 08:32:26,619 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj 2018-11-09 08:32:26,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:32:26,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:32:26,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:32:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["o6jEsPMBQ42Or6DsDUCSgA"], "issued_at": "2018-11-09T08:32:27.000000Z"}} 2018-11-09 08:32:26,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:32:27,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e89cd955-cb7f-4a2a-8033-dd99a7f24494 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:32:27,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e89cd955-cb7f-4a2a-8033-dd99a7f24494 2018-11-09 08:32:27,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:32:27,092 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:32: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:32:27,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:32:27,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f98ab2ae-9776-4c86-a0ee-6f0a1996310c Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:32:27,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f98ab2ae-9776-4c86-a0ee-6f0a1996310c 2018-11-09 08:32:27,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:32:27,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d19b1491-8875-4287-bec6-f45243242325 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02"}, "enabled": true, "id": "ad170ddf5f1541f39244f542e0b4cd02", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj"}]} 2018-11-09 08:32:27,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj used request id req-d19b1491-8875-4287-bec6-f45243242325 2018-11-09 08:32:27,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:32:27,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99dc4baa-1aef-4987-8211-33f112705132 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:32:27,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-99dc4baa-1aef-4987-8211-33f112705132 2018-11-09 08:32:27,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:32:27,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f09d1b-5f0a-4c50-8d91-fe6e26d602d6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:32:27,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-67f09d1b-5f0a-4c50-8d91-fe6e26d602d6 2018-11-09 08:32:27,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:32:27,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720fa21e-65dd-4c5e-b8e2-3d3c032b7abd Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02"}, "enabled": true, "id": "ad170ddf5f1541f39244f542e0b4cd02", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj"}]} 2018-11-09 08:32:27,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj used request id req-720fa21e-65dd-4c5e-b8e2-3d3c032b7abd 2018-11-09 08:32:27,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/ce062e065bfa4db6a839d7367f22aa1f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:32:28,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feab5214-7f5e-4fed-a0c4-938c6a1c527c Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-user", "links": {"self": "http://172.30.9.27:5000/v3/users/ce062e065bfa4db6a839d7367f22aa1f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "ad170ddf5f1541f39244f542e0b4cd02", "id": "ce062e065bfa4db6a839d7367f22aa1f", "password_expires_at": null}} 2018-11-09 08:32:28,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ce062e065bfa4db6a839d7367f22aa1f used request id req-feab5214-7f5e-4fed-a0c4-938c6a1c527c 2018-11-09 08:32:28,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02/users/ce062e065bfa4db6a839d7367f22aa1f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:32:28,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1edd8a75-2935-4a32-9829-703bd1e9c214 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02/users/ce062e065bfa4db6a839d7367f22aa1f/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:32:28,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02/users/ce062e065bfa4db6a839d7367f22aa1f/roles used request id req-1edd8a75-2935-4a32-9829-703bd1e9c214 2018-11-09 08:32:28,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:32:28,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c708c32b-f084-4e5b-85df-4e304e050ead Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:32:28,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-c708c32b-f084-4e5b-85df-4e304e050ead 2018-11-09 08:32:28,290 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj 2018-11-09 08:32:28,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02/users/ce062e065bfa4db6a839d7367f22aa1f/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:32:28,417 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6d03373-4a60-4cc3-95ee-5bd95b8f76ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:32:28,417 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02/users/ce062e065bfa4db6a839d7367f22aa1f/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-e6d03373-4a60-4cc3-95ee-5bd95b8f76ee 2018-11-09 08:32:28,418 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-a341b4c2-c5a2-4fe-user 2018-11-09 08:32:28,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:32:28,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:32:28,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5071539-0afc-455e-91e6-7a6483e0b38e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:32:28,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f5071539-0afc-455e-91e6-7a6483e0b38e 2018-11-09 08:32:28,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" -d '{"role": {"name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj-role"}}' 2018-11-09 08:32:28,636 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8bde765-7737-4d89-8a00-809fa2384915 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "647a8bfe5209473fae779c419549af96", "links": {"self": "http://172.30.9.27:5000/v3/roles/647a8bfe5209473fae779c419549af96"}, "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj-role"}} 2018-11-09 08:32:28,636 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-a8bde765-7737-4d89-8a00-809fa2384915 2018-11-09 08:32:28,636 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj-role 2018-11-09 08:32:28,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/647a8bfe5209473fae779c419549af96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:32:28,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efc857a4-75ec-4065-827d-8d62a53ef361 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/647a8bfe5209473fae779c419549af96"}, "domain_id": null, "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj-role", "id": "647a8bfe5209473fae779c419549af96"}} 2018-11-09 08:32:28,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/647a8bfe5209473fae779c419549af96 used request id req-efc857a4-75ec-4065-827d-8d62a53ef361 2018-11-09 08:32:28,733 - keystone_utils - INFO - Granting role CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj-role to project CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj 2018-11-09 08:32:28,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02/users/ce062e065bfa4db6a839d7367f22aa1f/roles/647a8bfe5209473fae779c419549af96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:32:28,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af8b5de7-284a-4a73-b9f4-be4af367291c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:32:28,861 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02/users/ce062e065bfa4db6a839d7367f22aa1f/roles/647a8bfe5209473fae779c419549af96 used request id req-af8b5de7-284a-4a73-b9f4-be4af367291c 2018-11-09 08:32:28,861 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:32:28,869 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:32:28,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:32:28,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:32:29,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "647a8bfe5209473fae779c419549af96", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad170ddf5f1541f39244f542e0b4cd02", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-user", "id": "ce062e065bfa4db6a839d7367f22aa1f"}, "audit_ids": ["4VwwVz39QXyMWGnJ4IpUqg"], "issued_at": "2018-11-09T08:32:29.000000Z"}} 2018-11-09 08:32:29,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5dfb93b7206a831ab13e96d41427c3357979e0b" 2018-11-09 08:32:29,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aaf26f0-b861-426a-a9a8-d22de3ce9295 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:32:29,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9aaf26f0-b861-426a-a9a8-d22de3ce9295 2018-11-09 08:32:29,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dfb93b7206a831ab13e96d41427c3357979e0b" 2018-11-09 08:32:29,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-8133f337-64bc-4fa7-8906-9a6507a941b3 Date: Fri, 09 Nov 2018 08:32:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image"} 2018-11-09 08:32:29,504 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image used request id req-8133f337-64bc-4fa7-8906-9a6507a941b3 2018-11-09 08:32:29,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dfb93b7206a831ab13e96d41427c3357979e0b" 2018-11-09 08:32:29,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-873f4dfb-cf04-4124-afb7-57751e49f653 Date: Fri, 09 Nov 2018 08: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"}}} 2018-11-09 08:32:29,668 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-873f4dfb-cf04-4124-afb7-57751e49f653 2018-11-09 08:32:29,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5dfb93b7206a831ab13e96d41427c3357979e0b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image"}' 2018-11-09 08:32:29,890 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410 X-Openstack-Request-Id: req-ac17fcb3-7be0-4644-8670-6b8e959d01a5 Date: Fri, 09 Nov 2018 08:32:29 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:32:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:32:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410", "min_disk": 0, "protected": false, "id": "ff762c13-2731-41ea-a5b5-037ad93a2410", "file": "/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410/file", "checksum": null, "owner": "ad170ddf5f1541f39244f542e0b4cd02", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:32:29,890 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ac17fcb3-7be0-4644-8670-6b8e959d01a5 2018-11-09 08:32:29,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dfb93b7206a831ab13e96d41427c3357979e0b" -d '' 2018-11-09 08:32:31,470 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7fe1fcab-acb0-4e87-af55-202233084f32 Date: Fri, 09 Nov 2018 08:32:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:32:31,470 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410/file used request id req-7fe1fcab-acb0-4e87-af55-202233084f32 2018-11-09 08:32:31,470 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:32:31,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dfb93b7206a831ab13e96d41427c3357979e0b" 2018-11-09 08:32:31,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-c97ce978-ed44-46db-9e73-d9087431534c Date: Fri, 09 Nov 2018 08:32:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:32:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:32:31Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ff762c13-2731-41ea-a5b5-037ad93a2410/snap", "metadata": {}}], "self": "/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410", "min_disk": 0, "protected": false, "id": "ff762c13-2731-41ea-a5b5-037ad93a2410", "file": "/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ad170ddf5f1541f39244f542e0b4cd02", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ff762c13-2731-41ea-a5b5-037ad93a2410/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:32:31,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410 used request id req-c97ce978-ed44-46db-9e73-d9087431534c 2018-11-09 08:32:31,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dfb93b7206a831ab13e96d41427c3357979e0b" 2018-11-09 08:32:31,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-615840fa-6c2f-472e-b7bd-4b17d165f7ab Date: Fri, 09 Nov 2018 08:32:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:32:31,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-615840fa-6c2f-472e-b7bd-4b17d165f7ab 2018-11-09 08:32:31,801 - create_image - INFO - Created image with name - CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image 2018-11-09 08:32:31,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dfb93b7206a831ab13e96d41427c3357979e0b" 2018-11-09 08:32:31,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-40882251-090e-4a50-8a24-ff5d19afb40b Date: Fri, 09 Nov 2018 08:32:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:32:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:32:31Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ff762c13-2731-41ea-a5b5-037ad93a2410/snap", "metadata": {}}], "self": "/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410", "min_disk": 0, "protected": false, "id": "ff762c13-2731-41ea-a5b5-037ad93a2410", "file": "/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ad170ddf5f1541f39244f542e0b4cd02", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ff762c13-2731-41ea-a5b5-037ad93a2410/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:32:31,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410 used request id req-40882251-090e-4a50-8a24-ff5d19afb40b 2018-11-09 08:32:31,965 - create_image - DEBUG - Instance status is - active 2018-11-09 08:32:31,965 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image 2018-11-09 08:32:31,965 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image 2018-11-09 08:32:31,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:32:31,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:32:32,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:32:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["cdd3PwncR460g08ltXrErw"], "issued_at": "2018-11-09T08:32:32.000000Z"}} 2018-11-09 08:32:32,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b49693046b0d5ae7f00a43e3049c3063f42cc485" 2018-11-09 08:32:32,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bea4677-5c0d-4045-a96b-bf71d8e9fcc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:32:32,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3bea4677-5c0d-4045-a96b-bf71d8e9fcc1 2018-11-09 08:32:32,437 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:32:32,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b49693046b0d5ae7f00a43e3049c3063f42cc485" 2018-11-09 08:32:32,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32: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-bd0df535-6d0b-44e7-bf08-93a4be74b2c8 x-compute-request-id: req-bd0df535-6d0b-44e7-bf08-93a4be74b2c8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:32:32,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bd0df535-6d0b-44e7-bf08-93a4be74b2c8 2018-11-09 08:32:32,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b49693046b0d5ae7f00a43e3049c3063f42cc485" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:32:32,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32: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-825c0ff8-0cad-4658-bbf9-0a09eef0cd03 x-compute-request-id: req-825c0ff8-0cad-4658-bbf9-0a09eef0cd03 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/eba9eb7b-913b-4bc4-aac6-602e6629fab5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/eba9eb7b-913b-4bc4-aac6-602e6629fab5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "eba9eb7b-913b-4bc4-aac6-602e6629fab5", "name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:32:32,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-825c0ff8-0cad-4658-bbf9-0a09eef0cd03 2018-11-09 08:32:32,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:32:32,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:32:33,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "647a8bfe5209473fae779c419549af96", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:32:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad170ddf5f1541f39244f542e0b4cd02", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-user", "id": "ce062e065bfa4db6a839d7367f22aa1f"}, "audit_ids": ["sbIZ8TWNQre63b-42XYhvg"], "issued_at": "2018-11-09T08:32:33.000000Z"}} 2018-11-09 08:32:33,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:32:33,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe5d8f2-cb5d-49dd-b85f-24ba03257b78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:32:33,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5fe5d8f2-cb5d-49dd-b85f-24ba03257b78 2018-11-09 08:32:33,155 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:32:33,158 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:32:33,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:32:33,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:33 GMT Server: Apache x-openstack-request-id: req-bb9f0411-e75d-4d53-b32a-c7e0fce71d88 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:32:33,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack used request id req-bb9f0411-e75d-4d53-b32a-c7e0fce71d88 2018-11-09 08:32:33,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-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-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name"}}' 2018-11-09 08:32:36,455 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:32:33 GMT Server: Apache x-openstack-request-id: req-1ace4ce9-9c3c-4d9a-a7a2-9013c143e1e7 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}]}} 2018-11-09 08:32:36,455 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks used request id req-1ace4ce9-9c3c-4d9a-a7a2-9013c143e1e7 2018-11-09 08:32:36,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:32:36,990 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:36 GMT Server: Apache x-openstack-request-id: req-89bde7f2-a787-498c-8870-f772e0d9b7a5 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:37,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:37 GMT Server: Apache x-openstack-request-id: req-081b7123-f5b7-4d7c-bcae-f0c21b918097 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:37,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-081b7123-f5b7-4d7c-bcae-f0c21b918097 2018-11-09 08:32:37,035 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack 2018-11-09 08:32:37,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:32:37,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:36 GMT Server: Apache x-openstack-request-id: req-9edced4a-3040-4257-9621-b8bd2bed6633 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:38,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:37 GMT Server: Apache x-openstack-request-id: req-7ed0855b-aece-4fc4-8556-56c8f053feac 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:38,171 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-7ed0855b-aece-4fc4-8556-56c8f053feac 2018-11-09 08:32:38,171 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:32:38,171 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:32:41,175 - create_stack - DEBUG - Stack status query timeout in 1195.86054897 2018-11-09 08:32:41,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:32:41,738 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:41 GMT Server: Apache x-openstack-request-id: req-772ca835-b41a-443c-82e1-34a051e1f744 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:42,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:41 GMT Server: Apache x-openstack-request-id: req-7042e91e-7caa-4e43-b26a-9a772916b6fa 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:42,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-7042e91e-7caa-4e43-b26a-9a772916b6fa 2018-11-09 08:32:42,349 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:32:42,349 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:32:45,352 - create_stack - DEBUG - Stack status query timeout in 1191.68275809 2018-11-09 08:32:45,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:32:45,911 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:45 GMT Server: Apache x-openstack-request-id: req-9a59c184-6be5-4977-ab76-9e428c795fac Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:46,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:45 GMT Server: Apache x-openstack-request-id: req-4731ce0e-d308-4b66-921a-8b584e3269d6 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:46,465 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-4731ce0e-d308-4b66-921a-8b584e3269d6 2018-11-09 08:32:46,465 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:32:46,465 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:32:49,468 - create_stack - DEBUG - Stack status query timeout in 1187.56717801 2018-11-09 08:32:49,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:32:49,497 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:49 GMT Server: Apache x-openstack-request-id: req-56d4dc28-acfc-453a-b04d-90c54775a33b Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:50,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:49 GMT Server: Apache x-openstack-request-id: req-6b08a009-6c4c-4340-8d7c-1cbf8e5d37da 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:50,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-6b08a009-6c4c-4340-8d7c-1cbf8e5d37da 2018-11-09 08:32:50,062 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:32:50,062 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:32:53,065 - create_stack - DEBUG - Stack status query timeout in 1183.96967006 2018-11-09 08:32:53,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:32:53,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:53 GMT Server: Apache x-openstack-request-id: req-30a5e736-4e41-4b46-a357-26f442e2c213 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:53,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:52 GMT Server: Apache x-openstack-request-id: req-bd22ff7c-9cc4-4c3e-a029-c72171b21664 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:53,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-bd22ff7c-9cc4-4c3e-a029-c72171b21664 2018-11-09 08:32:53,807 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:32:53,807 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack 2018-11-09 08:32:53,807 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack 2018-11-09 08:32:53,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:32:54,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "647a8bfe5209473fae779c419549af96", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:32:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad170ddf5f1541f39244f542e0b4cd02", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ad170ddf5f1541f39244f542e0b4cd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-user", "id": "ce062e065bfa4db6a839d7367f22aa1f"}, "audit_ids": ["rNUv_hhfRZGft8wYjCkD0g"], "issued_at": "2018-11-09T08:32:54.000000Z"}} 2018-11-09 08:32:54,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:32:54,363 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:54 GMT Server: Apache x-openstack-request-id: req-bd66973f-d4d1-4576-80ff-bfc3a4cb6904 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:54,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:54 GMT Server: Apache x-openstack-request-id: req-e0f7c493-efe3-4149-8a3d-5c3c3fafbad0 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:54,955 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-e0f7c493-efe3-4149-8a3d-5c3c3fafbad0 2018-11-09 08:32:54,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:32:55,503 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:54 GMT Server: Apache x-openstack-request-id: req-453fa5e1-cab6-4e16-a72b-8932e18b96cd Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:56,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:55 GMT Server: Apache x-openstack-request-id: req-552d9e1c-80ea-466d-9711-af15fa14b900 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:56,139 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-552d9e1c-80ea-466d-9711-af15fa14b900 2018-11-09 08:32:56,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:32:56,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:56 GMT Server: Apache x-openstack-request-id: req-4b86f0b0-5446-439b-a816-c9f8c25751e1 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:57,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:56 GMT Server: Apache x-openstack-request-id: req-d583782a-b668-404a-97b3-9bc28bfbedf0 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:57,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-d583782a-b668-404a-97b3-9bc28bfbedf0 2018-11-09 08:32:57,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:32:57,801 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:57 GMT Server: Apache x-openstack-request-id: req-256c1420-4b49-4bd7-9344-6e47cc01246e Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:57,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:32:57 GMT Server: Apache x-openstack-request-id: req-7d6c8cd8-0057-41ed-bcc9-1e1223fb2356 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:32:57,845 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-7d6c8cd8-0057-41ed-bcc9-1e1223fb2356 2018-11-09 08:32:57,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:32:58,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:57 GMT Server: Apache x-openstack-request-id: req-0537b464-bb27-4433-8624-3b1c970d803d Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:58,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:58 GMT Server: Apache x-openstack-request-id: req-75d36982-128c-4607-8056-6ae9c851a6be 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:58,557 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-75d36982-128c-4607-8056-6ae9c851a6be 2018-11-09 08:32:58,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:32:59,112 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:58 GMT Server: Apache x-openstack-request-id: req-a3c2bc3c-3f7c-4a95-a5af-ff57fc4fa1ca Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:59,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:58 GMT Server: Apache x-openstack-request-id: req-bcffccc6-cb46-45f1-acd0-d60cb36a7004 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:59,272 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-bcffccc6-cb46-45f1-acd0-d60cb36a7004 2018-11-09 08:32:59,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:32:59,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:59 GMT Server: Apache x-openstack-request-id: req-8fc6f39b-6d0a-4e3a-ad70-dceaaa97fbd9 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:59,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:59 GMT Server: Apache x-openstack-request-id: req-51b38228-479b-4e1b-807f-250fb0f648cd 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:59,629 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-51b38228-479b-4e1b-807f-250fb0f648cd 2018-11-09 08:32:59,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:32:59,802 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:59 GMT Server: Apache x-openstack-request-id: req-a2277f1d-02f4-447d-b709-527c99d66353 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:32:59,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:59 GMT Server: Apache x-openstack-request-id: req-36c3b43c-eae1-46b2-89ed-3d3d4e5846bb 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:32:59,828 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-36c3b43c-eae1-46b2-89ed-3d3d4e5846bb 2018-11-09 08:32:59,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:00,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:32:59 GMT Server: Apache x-openstack-request-id: req-53776953-2efa-4e94-bc56-b48a633f4ed8 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:00,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:32:59 GMT Server: Apache x-openstack-request-id: req-5cd2e405-5698-45d1-9e2d-59e8c48188af 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:00,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-5cd2e405-5698-45d1-9e2d-59e8c48188af 2018-11-09 08:33:00,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:00,726 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:00 GMT Server: Apache x-openstack-request-id: req-25c1b07c-b6f5-4fc2-835c-27eae806c522 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:00,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:00 GMT Server: Apache x-openstack-request-id: req-f57156fe-dc57-4784-bd1e-6c89c2e66c9b 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:00,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-f57156fe-dc57-4784-bd1e-6c89c2e66c9b 2018-11-09 08:33:00,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:01,537 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:00 GMT Server: Apache x-openstack-request-id: req-779a06b8-d58c-4570-87a8-1a7ee05781f8 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:01,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-6f0bcca1-4b92-4f93-9a6b-72ac7eff13fe 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:01,563 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-6f0bcca1-4b92-4f93-9a6b-72ac7eff13fe 2018-11-09 08:33:01,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:01,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-691eec34-0add-4bb9-bd1d-603e9a29f41e Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:01,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-3e78bd15-6c17-4592-ad97-48383fc30a9e 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:01,781 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-3e78bd15-6c17-4592-ad97-48383fc30a9e 2018-11-09 08:33:01,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:01,811 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-07814fd8-f4cd-4a97-9a77-c54ac4435fdc Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:01,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-86a0450f-fe13-4dd8-a60c-32f7ffcecfa9 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:01,836 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-86a0450f-fe13-4dd8-a60c-32f7ffcecfa9 2018-11-09 08:33:01,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:01,865 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-7ee96031-603f-44b0-b7b3-865803a00bbe Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:01,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-2371aa1d-af1f-47b1-8dda-6beb083cc73e 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:01,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-2371aa1d-af1f-47b1-8dda-6beb083cc73e 2018-11-09 08:33:01,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:01,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-12ee5a44-334f-4a5f-a50e-7e8126c47c1f Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:01,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-e2a72804-1c71-4a0b-a1ae-f25e5a48d710 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:01,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-e2a72804-1c71-4a0b-a1ae-f25e5a48d710 2018-11-09 08:33:01,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:02,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-169a4dbd-ac74-414f-afb4-a97cd41462ad Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:03,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:02 GMT Server: Apache x-openstack-request-id: req-bbad1672-aaf5-41b8-9802-63c2b97b0a58 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:03,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-bbad1672-aaf5-41b8-9802-63c2b97b0a58 2018-11-09 08:33:03,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:03,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:02 GMT Server: Apache x-openstack-request-id: req-96f8c5d0-e3c0-47fd-b8f9-581da5fa28ae Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:03,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:03 GMT Server: Apache x-openstack-request-id: req-44c8f222-c68c-4183-8ffe-9da6a479d652 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:03,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-44c8f222-c68c-4183-8ffe-9da6a479d652 2018-11-09 08:33:03,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:03,635 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:03 GMT Server: Apache x-openstack-request-id: req-31e92f73-367a-4259-aa32-7d9309727462 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:03,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:03 GMT Server: Apache x-openstack-request-id: req-bcc06ef8-1199-4650-b275-703e326952d0 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:03,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-bcc06ef8-1199-4650-b275-703e326952d0 2018-11-09 08:33:03,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:03,691 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:03 GMT Server: Apache x-openstack-request-id: req-576639cd-09d2-40f6-adbc-1e4e24a15390 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:03,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:03 GMT Server: Apache x-openstack-request-id: req-a4f15fef-c0ba-4cb9-bfa1-7da19da1a4df 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:03,717 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-a4f15fef-c0ba-4cb9-bfa1-7da19da1a4df 2018-11-09 08:33:03,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:03,747 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:03 GMT Server: Apache x-openstack-request-id: req-23f6a3dd-7541-40a4-8f2c-0ae79dc0c87c Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:04,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:03 GMT Server: Apache x-openstack-request-id: req-7a9cad7b-55da-4bf2-b575-c1f8d7bfeb2d 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:04,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-7a9cad7b-55da-4bf2-b575-c1f8d7bfeb2d 2018-11-09 08:33:04,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:04,327 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-8e451c3d-c6af-461a-9c40-d6e5f22263bc Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:04,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-d5cbd38d-1d46-4926-abbd-e706ce1c424a 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:04,353 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-d5cbd38d-1d46-4926-abbd-e706ce1c424a 2018-11-09 08:33:04,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:04,383 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-5640c9f3-0ace-44ca-a8db-d4e9d7c171d3 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:04,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-740e5c50-ea87-4120-a8ad-011df0fa3a01 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:04,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-740e5c50-ea87-4120-a8ad-011df0fa3a01 2018-11-09 08:33:04,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:04,582 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-2fd79d07-ced8-4b40-bf71-dd82aafacba4 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:04,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-d6efce1e-7895-4d56-84b7-ce840b7e98b9 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:04,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-d6efce1e-7895-4d56-84b7-ce840b7e98b9 2018-11-09 08:33:04,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:04,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-28f329dd-8c9d-421e-913e-16b39e7dbc45 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:04,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-999388c3-5a39-473f-b3d2-041a80bb3905 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:04,665 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-999388c3-5a39-473f-b3d2-041a80bb3905 2018-11-09 08:33:04,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:04,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-93feff89-6880-4b31-b2a8-b804337337a5 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:04,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-4b505cc0-cea9-4c4a-af4f-88b8e2eb68f5 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:04,720 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-4b505cc0-cea9-4c4a-af4f-88b8e2eb68f5 2018-11-09 08:33:04,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:04,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-4d62cea5-9230-4a45-964a-5915ac5ecb70 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:04,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-350faa60-caee-4fd4-9521-00d5c09b2627 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:04,777 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-350faa60-caee-4fd4-9521-00d5c09b2627 2018-11-09 08:33:04,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:04,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-6b18f05d-34e0-43df-be82-b4b36638ccb9 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:04,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-304a8add-2ca6-42b3-954b-822706d50ed7 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:04,830 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-304a8add-2ca6-42b3-954b-822706d50ed7 2018-11-09 08:33:04,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:04,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-4afa6c84-3fb5-4982-af9f-2f99ab1692d5 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:04,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-2c6018e0-54a8-43f5-9cff-6e5e48b4f210 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:04,886 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-2c6018e0-54a8-43f5-9cff-6e5e48b4f210 2018-11-09 08:33:04,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:05,434 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:04 GMT Server: Apache x-openstack-request-id: req-258d06c8-1c29-4239-82af-3185bf721a75 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:05,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-5c25f45b-eeea-4b01-89c3-408443b80e43 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:05,598 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-5c25f45b-eeea-4b01-89c3-408443b80e43 2018-11-09 08:33:05,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:05,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-aec34c08-0158-4f55-978d-fcfc85924836 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:05,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-9bf838b9-4bfa-4e4d-b451-dc6002898202 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:05,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-9bf838b9-4bfa-4e4d-b451-dc6002898202 2018-11-09 08:33:05,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:05,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-5e7a1ed8-331b-441a-a84c-304876cdf063 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:05,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-fc457553-3368-4086-a8e0-223b4979303b 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:05,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-fc457553-3368-4086-a8e0-223b4979303b 2018-11-09 08:33:05,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:05,886 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-0dc4333f-0c5a-4d65-858a-bb4a0474f485 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:05,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-5c3d102f-4701-4282-83ea-16caa8a22a9e 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:05,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-5c3d102f-4701-4282-83ea-16caa8a22a9e 2018-11-09 08:33:05,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:05,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-4885b313-4b19-4373-95fb-51e9d5d7ed9e Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:05,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-6c2a653a-6b3c-44e8-92ed-abd5afd6a909 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:05,973 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-6c2a653a-6b3c-44e8-92ed-abd5afd6a909 2018-11-09 08:33:05,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:06,002 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-40353ee4-7aa8-441d-be95-f2edaf160771 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:06,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-6f671972-d76e-4e10-9990-ad9d61104eef 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:06,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-6f671972-d76e-4e10-9990-ad9d61104eef 2018-11-09 08:33:06,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:06,057 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-09af3ac9-6502-4d00-a7f6-e47b67c89102 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:06,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-4366d534-dfc7-45b7-a14d-e4a8d26ab9d9 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:06,083 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-4366d534-dfc7-45b7-a14d-e4a8d26ab9d9 2018-11-09 08:33:06,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:06,111 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-9648bd2e-918b-4b53-8001-6f45625c7b14 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:06,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-56022432-6766-4e11-a198-56feb8eb2551 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:06,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-56022432-6766-4e11-a198-56feb8eb2551 2018-11-09 08:33:06,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:06,183 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-79eac1b0-f357-4384-b02d-378be627f3cf Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:06,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-5d1dc665-8f0a-4936-ae50-8790bde965d1 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:06,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-5d1dc665-8f0a-4936-ae50-8790bde965d1 2018-11-09 08:33:06,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:06,237 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-523dba41-1edd-45e0-8c27-00f55c22f25b Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:06,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-bd2a3c60-869d-41cc-b154-6b4df26cfe8b 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:06,280 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-bd2a3c60-869d-41cc-b154-6b4df26cfe8b 2018-11-09 08:33:06,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:06,308 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-d765be5c-c6c1-416f-a7b8-60d76d9aa29c Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:06,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-d1df2341-d297-415d-808f-7e3a95a9d9fb 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:06,865 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-d1df2341-d297-415d-808f-7e3a95a9d9fb 2018-11-09 08:33:06,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:06,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-cb19dc0c-81ec-421d-967e-4108ad979d7d Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:06,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-fbf3d518-041f-46ea-bdc6-5e7ea9e5b038 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:06,921 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-fbf3d518-041f-46ea-bdc6-5e7ea9e5b038 2018-11-09 08:33:06,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:06,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-e63753e4-8ed9-4a8e-898d-f3e0842106f3 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:06,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-2237a0be-8594-4e1e-9b93-5e63fd141a2d 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:06,977 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-2237a0be-8594-4e1e-9b93-5e63fd141a2d 2018-11-09 08:33:06,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:07,005 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-2d1eb514-eb4b-428e-a6af-e484766544ad Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:07,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-249c5bd1-1af7-4046-9183-7be6fa442137 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:07,031 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-249c5bd1-1af7-4046-9183-7be6fa442137 2018-11-09 08:33:07,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:07,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-ed77000b-61f4-4a07-878e-1c8f0f73ee70 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:07,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-27624a21-e097-41aa-a992-456045c8a420 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:07,086 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-27624a21-e097-41aa-a992-456045c8a420 2018-11-09 08:33:07,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:07,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-4f53c7c7-4c86-4e30-a7cd-87b6cb436eac Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:07,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-86dbc829-4a8f-415a-bd32-30667824de96 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:07,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-86dbc829-4a8f-415a-bd32-30667824de96 2018-11-09 08:33:07,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:07,169 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-59284a5d-4fa9-4f87-93c1-06185ed48f33 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:07,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-5914251d-28da-4ad3-880e-82f25a07cc47 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:07,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-5914251d-28da-4ad3-880e-82f25a07cc47 2018-11-09 08:33:07,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:07,227 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-a3204ecc-f690-4fc2-a7ee-5f76ee76e9f4 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:07,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-727516c9-e355-461a-b876-2ce77505a72f 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:07,253 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-727516c9-e355-461a-b876-2ce77505a72f 2018-11-09 08:33:07,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:07,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-6f415bb7-f5dd-4dba-9153-95562ef73286 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:07,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-9d6ceaeb-3fd0-43ca-a076-8eb7c788ddd2 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:07,860 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-9d6ceaeb-3fd0-43ca-a076-8eb7c788ddd2 2018-11-09 08:33:07,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:07,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-bd2dcf4d-2d60-4b4e-859c-3014307bf5d4 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:07,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-a94535b6-a475-4c8f-9e06-72eb5cf1c3bc 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:07,916 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-a94535b6-a475-4c8f-9e06-72eb5cf1c3bc 2018-11-09 08:33:07,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:07,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-d7522918-dbd6-40db-a54e-5c418a7207e4 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:07,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-0f029e45-eb94-4364-a7f1-a12c4142c90e 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:07,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-0f029e45-eb94-4364-a7f1-a12c4142c90e 2018-11-09 08:33:07,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:07,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-752b739f-c3c3-4cc9-8d82-06a76357762b Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-96318c7f-44f7-4002-bd6a-ce70d89065dc 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,025 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-96318c7f-44f7-4002-bd6a-ce70d89065dc 2018-11-09 08:33:08,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-44a7f63b-1f08-47a6-be89-667fa5a74b3f Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-3e7082be-e7d4-4b37-a0e3-1babdb38de79 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,079 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-3e7082be-e7d4-4b37-a0e3-1babdb38de79 2018-11-09 08:33:08,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,108 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-547937c0-13de-4423-a1bc-a30b315704cc Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-f93c1b13-19ba-49ca-914a-29350267661f 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-f93c1b13-19ba-49ca-914a-29350267661f 2018-11-09 08:33:08,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,161 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:07 GMT Server: Apache x-openstack-request-id: req-1eadc8e6-a41c-439b-870a-08336ec3c425 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-5afc927b-f646-4ffe-8c0f-4cbb3018bcad 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,188 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-5afc927b-f646-4ffe-8c0f-4cbb3018bcad 2018-11-09 08:33:08,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,217 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-f84e4bb0-e25b-4309-876b-eb9af3d4e5d7 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-65b8562b-5900-4de8-99a0-6db344f9430a 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-65b8562b-5900-4de8-99a0-6db344f9430a 2018-11-09 08:33:08,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,270 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-7060e7de-1fed-4f4a-a192-c47f7be3b0e8 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-93c6fb37-2d72-47c4-b7f5-19c56015af41 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,296 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-93c6fb37-2d72-47c4-b7f5-19c56015af41 2018-11-09 08:33:08,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,323 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-01721c68-d8dd-4038-83d9-20e016eaedad Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-b38ce1e6-b4c1-4ad8-a128-28b856e8cad2 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-b38ce1e6-b4c1-4ad8-a128-28b856e8cad2 2018-11-09 08:33:08,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,378 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-568372b3-98c3-4a96-b380-faae943385ee Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-33a35107-e1b9-49ad-b0a8-bda7c58950ef 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-33a35107-e1b9-49ad-b0a8-bda7c58950ef 2018-11-09 08:33:08,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,433 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-84371e13-644a-4b4c-9d0b-7c1701f98c99 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-2b4433d8-a11d-485c-a086-8d5783190bf0 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,458 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-2b4433d8-a11d-485c-a086-8d5783190bf0 2018-11-09 08:33:08,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,487 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-c9e62be2-1e00-4786-b901-a136164622f6 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-c1c5600b-34f8-4130-a162-0f5b041f8d54 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,516 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-c1c5600b-34f8-4130-a162-0f5b041f8d54 2018-11-09 08:33:08,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,545 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-c718acc0-edac-4af5-9682-1679a747e096 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-04fcfb9e-805f-44a2-9924-93f5b38d3298 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-04fcfb9e-805f-44a2-9924-93f5b38d3298 2018-11-09 08:33:08,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,599 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-f80dcf4f-af8e-4899-9e1b-c3f39c94d45b Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-dc8cefab-3423-4380-b3e4-bf249c0b8242 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,624 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-dc8cefab-3423-4380-b3e4-bf249c0b8242 2018-11-09 08:33:08,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-cf5618f8-d332-4203-b677-7bb40aab4ad7 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-5d0b3fde-b1e6-4032-9df1-e4916fed8165 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-5d0b3fde-b1e6-4032-9df1-e4916fed8165 2018-11-09 08:33:08,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:08,725 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-94189636-a824-4cbb-8d84-6479b5e7cc67 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:08,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-96bfc977-0a33-4ed9-8a08-71ae8be6f536 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:08,750 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-96bfc977-0a33-4ed9-8a08-71ae8be6f536 2018-11-09 08:33:08,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:09,308 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:08 GMT Server: Apache x-openstack-request-id: req-adf75ff5-0653-4c2d-9a21-39b0afb20f4d Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:09,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:09 GMT Server: Apache x-openstack-request-id: req-97b5531e-d3ff-4d55-9885-312a49fa19ef 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:09,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-97b5531e-d3ff-4d55-9885-312a49fa19ef 2018-11-09 08:33:09,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:09,365 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:09 GMT Server: Apache x-openstack-request-id: req-d68c36ce-dca8-41a8-9f52-2b089b11b1e2 Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:09,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:09 GMT Server: Apache x-openstack-request-id: req-a7c3c250-8273-4d54-89d2-4e483dfa2644 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:09,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-a7c3c250-8273-4d54-89d2-4e483dfa2644 2018-11-09 08:33:09,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:09,437 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:09 GMT Server: Apache x-openstack-request-id: req-4866676d-e8b7-4713-8cc6-06acdb94da5c Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:09,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:09 GMT Server: Apache x-openstack-request-id: req-e8278a6d-e85a-4933-b4c8-8a71ad629294 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:09,480 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-e8278a6d-e85a-4933-b4c8-8a71ad629294 2018-11-09 08:33:09,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bdcd27461ccf0b80364766fb2afc0787d40600" 2018-11-09 08:33:10,127 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:09 GMT Server: Apache x-openstack-request-id: req-e49b02c1-124a-4ce7-b4c5-a44254d3fb0f Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:10,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:10 GMT Server: Apache x-openstack-request-id: req-d16041d4-3587-41fc-9c15-a8f920865296 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": "ad170ddf5f1541f39244f542e0b4cd02", "OS::stack_id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "image_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image", "inst_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-inst", "subnet_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-subnet", "flavor_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-flavor-name", "net_name": "CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack", "stack_user_project_id": "2f9d56d2de6d4ee4af29595fd83ae990", "tags": null, "creation_time": "2018-11-09T08:32:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:32:57Z", "id": "a1fddf60-ae68-41c3-85ab-427adfb19556", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:10,675 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-d16041d4-3587-41fc-9c15-a8f920865296 2018-11-09 08:33:10,675 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack 2018-11-09 08:33:10,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/a1fddf60-ae68-41c3-85ab-427adfb19556 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414f19d3fc35ac0056522687ddc026056af46cda" 2018-11-09 08:33:11,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:10 GMT Server: Apache x-openstack-request-id: req-76f2ec73-a90d-4a2d-851f-5e43ae91178e Location: http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:11,509 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:33:11 GMT Server: Apache x-openstack-request-id: req-2f6570be-a190-4d9b-a05c-65f813c67264 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:33:11,509 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/ad170ddf5f1541f39244f542e0b4cd02/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-stack/a1fddf60-ae68-41c3-85ab-427adfb19556 used request id req-2f6570be-a190-4d9b-a05c-65f813c67264 2018-11-09 08:33:11,510 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-d368dd7c-88ab-4f5f-a6f2-8aad6ab0215b-image 2018-11-09 08:33:11,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b5dfb93b7206a831ab13e96d41427c3357979e0b" 2018-11-09 08:33:12,528 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b776538d-cdb4-49f4-92a9-f967333b363e Date: Fri, 09 Nov 2018 08:33:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:33:12,528 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ff762c13-2731-41ea-a5b5-037ad93a2410 used request id req-b776538d-cdb4-49f4-92a9-f967333b363e 2018-11-09 08:33:12,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/eba9eb7b-913b-4bc4-aac6-602e6629fab5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b49693046b0d5ae7f00a43e3049c3063f42cc485" 2018-11-09 08:33:12,565 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-61168d99-dfce-4d7b-b472-9f75742a72f1 x-compute-request-id: req-61168d99-dfce-4d7b-b472-9f75742a72f1 Content-Length: 0 Content-Type: application/json 2018-11-09 08:33:12,565 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/eba9eb7b-913b-4bc4-aac6-602e6629fab5 used request id req-61168d99-dfce-4d7b-b472-9f75742a72f1 2018-11-09 08:33:12,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:33:12,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9db7c85a-55f4-48ad-910b-60df4f41d3f2 Date: Fri, 09 Nov 2018 08:33:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ad170ddf5f1541f39244f542e0b4cd02", "created_at": "2018-11-09T08:32:36Z", "updated_at": "2018-11-09T08:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:32:37Z", "revision_number": 0, "id": "29ad1669-8ac1-4814-9b46-8f74008a250d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:32:37Z", "security_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "tenant_id": "ad170ddf5f1541f39244f542e0b4cd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad170ddf5f1541f39244f542e0b4cd02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:32:37Z", "revision_number": 0, "id": "8d59b9e6-b0a5-4eb3-a525-f0130e354498", "remote_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "remote_ip_prefix": null, "created_at": "2018-11-09T08:32:37Z", "security_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "tenant_id": "ad170ddf5f1541f39244f542e0b4cd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad170ddf5f1541f39244f542e0b4cd02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:32:37Z", "revision_number": 0, "id": "a43af77c-dd29-4cca-b8bb-888b74613f6d", "remote_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "remote_ip_prefix": null, "created_at": "2018-11-09T08:32:37Z", "security_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "tenant_id": "ad170ddf5f1541f39244f542e0b4cd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad170ddf5f1541f39244f542e0b4cd02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:32:37Z", "revision_number": 0, "id": "d77da56d-4e60-476c-bc57-f1085d9e0466", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:32:37Z", "security_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "tenant_id": "ad170ddf5f1541f39244f542e0b4cd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad170ddf5f1541f39244f542e0b4cd02"}], "revision_number": 4, "project_id": "ad170ddf5f1541f39244f542e0b4cd02", "id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:33:12,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-9db7c85a-55f4-48ad-910b-60df4f41d3f2 2018-11-09 08:33:12,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:33:12,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbbd1682-df06-44d2-911e-1c690fbe4157 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02"}, "enabled": true, "id": "ad170ddf5f1541f39244f542e0b4cd02", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj"}} 2018-11-09 08:33:12,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02 used request id req-cbbd1682-df06-44d2-911e-1c690fbe4157 2018-11-09 08:33:12,869 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5bf5e110-ebc6-4bc6-aafd-ef062a282759 2018-11-09 08:33:12,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bf5e110-ebc6-4bc6-aafd-ef062a282759 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:33:13,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0adbdadb-4d31-4202-8723-2dfd7748abfd Date: Fri, 09 Nov 2018 08:33:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:32:37Z", "security_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "port_range_min": null, "revision_number": 0, "tenant_id": "ad170ddf5f1541f39244f542e0b4cd02", "created_at": "2018-11-09T08:32:37Z", "project_id": "ad170ddf5f1541f39244f542e0b4cd02", "id": "29ad1669-8ac1-4814-9b46-8f74008a250d"}, {"remote_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:32:37Z", "security_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "port_range_min": null, "revision_number": 0, "tenant_id": "ad170ddf5f1541f39244f542e0b4cd02", "created_at": "2018-11-09T08:32:37Z", "project_id": "ad170ddf5f1541f39244f542e0b4cd02", "id": "8d59b9e6-b0a5-4eb3-a525-f0130e354498"}, {"remote_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:32:37Z", "security_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "port_range_min": null, "revision_number": 0, "tenant_id": "ad170ddf5f1541f39244f542e0b4cd02", "created_at": "2018-11-09T08:32:37Z", "project_id": "ad170ddf5f1541f39244f542e0b4cd02", "id": "a43af77c-dd29-4cca-b8bb-888b74613f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:32:37Z", "security_group_id": "5bf5e110-ebc6-4bc6-aafd-ef062a282759", "port_range_min": null, "revision_number": 0, "tenant_id": "ad170ddf5f1541f39244f542e0b4cd02", "created_at": "2018-11-09T08:32:37Z", "project_id": "ad170ddf5f1541f39244f542e0b4cd02", "id": "d77da56d-4e60-476c-bc57-f1085d9e0466"}]} 2018-11-09 08:33:13,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5bf5e110-ebc6-4bc6-aafd-ef062a282759 used request id req-0adbdadb-4d31-4202-8723-2dfd7748abfd 2018-11-09 08:33:13,045 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:33:13,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/5bf5e110-ebc6-4bc6-aafd-ef062a282759 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:33:13,373 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc49df23-af9f-4ab7-936b-78753ee2ac5e Content-Length: 0 Date: Fri, 09 Nov 2018 08:33:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:33:13,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5bf5e110-ebc6-4bc6-aafd-ef062a282759 used request id req-fc49df23-af9f-4ab7-936b-78753ee2ac5e 2018-11-09 08:33:13,374 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj 2018-11-09 08:33:13,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:33:13,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:33:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a184a5b-0ef0-442e-8f5c-df6dcc29cb81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:33:13,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ad170ddf5f1541f39244f542e0b4cd02 used request id req-3a184a5b-0ef0-442e-8f5c-df6dcc29cb81 2018-11-09 08:33:13,633 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-a341b4c2-c5a2-4fe-proj-role 2018-11-09 08:33:13,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/647a8bfe5209473fae779c419549af96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:33:13,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:33:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e41b9084-4d16-476d-a4a7-81bceb5aca6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:33:13,749 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/647a8bfe5209473fae779c419549af96 used request id req-e41b9084-4d16-476d-a4a7-81bceb5aca6e 2018-11-09 08:33:13,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d09be9babce3718ff3da39b6511546690f38e65" 2018-11-09 08:33:13,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb25c92d-fdca-4a93-9ec2-0ae9f52fc9c0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:33:13,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cb25c92d-fdca-4a93-9ec2-0ae9f52fc9c0 2018-11-09 08:33:13,836 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-a341b4c2-c5a2-4fe-user 2018-11-09 08:33:13,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ce062e065bfa4db6a839d7367f22aa1f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda7c5587cc215614c4b574f567e2a1177b97dcc" 2018-11-09 08:33:14,050 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:33:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1031cfca-0212-481e-8004-8965248d4082 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:33:14,050 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ce062e065bfa4db6a839d7367f22aa1f used request id req-1031cfca-0212-481e-8004-8965248d4082 2018-11-09 08:33:14,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:14,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:33:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["gUMavT0JSs2ttwZhFJc7Ew"], "issued_at": "2018-11-09T08:33:14.000000Z"}} 2018-11-09 08:33:14,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14317ce8e742beef23267b2ddee3dc840736c11e" 2018-11-09 08:33:14,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d924e6f0-8eed-48d0-89d7-17fffb78eaf9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:33:14,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d924e6f0-8eed-48d0-89d7-17fffb78eaf9 2018-11-09 08:33:14,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:33:14,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:14,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:33:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["tHJlQbciTbyl_urklkCsXw"], "issued_at": "2018-11-09T08:33:14.000000Z"}} 2018-11-09 08:33:14,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:14,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b11a83d1-1b52-49c6-ae90-3f58b94dc743 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:33:14,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b11a83d1-1b52-49c6-ae90-3f58b94dc743 2018-11-09 08:33:14,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:33:14,990 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:33: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:33:14,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7bb88062-aab5-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:15,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4608e8-88a6-491a-ae25-632f89e728bd Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7bb88062-aab5-4f1-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:33:15,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7bb88062-aab5-4f1-proj used request id req-0b4608e8-88a6-491a-ae25-632f89e728bd 2018-11-09 08:33:15,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:15,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fc0e4df-70b2-4bc5-9085-84f0b4dc16d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:33:15,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-4fc0e4df-70b2-4bc5-9085-84f0b4dc16d3 2018-11-09 08:33:15,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj"}}' 2018-11-09 08:33:15,504 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd96823c-b46f-4684-be50-187accac4c84 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8"}, "enabled": true, "id": "a2e437b89c774e3abfb9cebe12f651d8", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj"}} 2018-11-09 08:33:15,505 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-cd96823c-b46f-4684-be50-187accac4c84 2018-11-09 08:33:15,505 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-7bb88062-aab5-4f1-proj 2018-11-09 08:33:15,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:33:15,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:15,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:33:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["WKvPWRwCTjeuXYRwSxQU2w"], "issued_at": "2018-11-09T08:33:15.000000Z"}} 2018-11-09 08:33:15,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:15,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-929b7017-4b08-4b6b-96d5-f0db5c84b27f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:33:15,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-929b7017-4b08-4b6b-96d5-f0db5c84b27f 2018-11-09 08:33:15,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:33:15,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:33: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:33:15,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:15,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d26c985d-cc6d-4f30-a7f5-33d4b28e6651 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:33:15,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d26c985d-cc6d-4f30-a7f5-33d4b28e6651 2018-11-09 08:33:15,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-7bb88062-aab5-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:16,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09334f8b-c377-428d-a5c3-fd436123ceee Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-7bb88062-aab5-4f1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8"}, "enabled": true, "id": "a2e437b89c774e3abfb9cebe12f651d8", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj"}]} 2018-11-09 08:33:16,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-7bb88062-aab5-4f1-proj used request id req-09334f8b-c377-428d-a5c3-fd436123ceee 2018-11-09 08:33:16,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:16,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a737e5b2-1d7d-488c-8921-d977f10892cb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:33:16,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-a737e5b2-1d7d-488c-8921-d977f10892cb 2018-11-09 08:33:16,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:16,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6601c17e-eefc-493a-87a6-115e9ada64c9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:33:16,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6601c17e-eefc-493a-87a6-115e9ada64c9 2018-11-09 08:33:16,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-7bb88062-aab5-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:16,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d5bd48-81b1-4078-a7d9-0c27d21e7b7a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-7bb88062-aab5-4f1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8"}, "enabled": true, "id": "a2e437b89c774e3abfb9cebe12f651d8", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj"}]} 2018-11-09 08:33:16,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-7bb88062-aab5-4f1-proj used request id req-77d5bd48-81b1-4078-a7d9-0c27d21e7b7a 2018-11-09 08:33:16,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/e17d8b141378473389548dcb27887bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:16,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4dfd952-af22-4340-8e7c-6fa7131e2279 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-7bb88062-aab5-4f1-user", "links": {"self": "http://172.30.9.27:5000/v3/users/e17d8b141378473389548dcb27887bfa"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "a2e437b89c774e3abfb9cebe12f651d8", "id": "e17d8b141378473389548dcb27887bfa", "password_expires_at": null}} 2018-11-09 08:33:16,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e17d8b141378473389548dcb27887bfa used request id req-c4dfd952-af22-4340-8e7c-6fa7131e2279 2018-11-09 08:33:16,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8/users/e17d8b141378473389548dcb27887bfa/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:16,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e77ba56-c053-4c55-a7e2-94c3adf7a097 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8/users/e17d8b141378473389548dcb27887bfa/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:33:16,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8/users/e17d8b141378473389548dcb27887bfa/roles used request id req-7e77ba56-c053-4c55-a7e2-94c3adf7a097 2018-11-09 08:33:16,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:17,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31bf1d24-e977-4f61-86db-085878520ce8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:33:17,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-31bf1d24-e977-4f61-86db-085878520ce8 2018-11-09 08:33:17,025 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-7bb88062-aab5-4f1-proj 2018-11-09 08:33:17,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8/users/e17d8b141378473389548dcb27887bfa/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:17,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:33:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f171c815-19b9-4f73-8e67-bd266be4fe56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:33:17,155 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8/users/e17d8b141378473389548dcb27887bfa/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-f171c815-19b9-4f73-8e67-bd266be4fe56 2018-11-09 08:33:17,156 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-7bb88062-aab5-4f1-user 2018-11-09 08:33:17,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:33:17,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:17,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4d875d2-f48e-4cb9-9af7-537e38a764ae Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:33:17,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f4d875d2-f48e-4cb9-9af7-537e38a764ae 2018-11-09 08:33:17,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" -d '{"role": {"name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj-role"}}' 2018-11-09 08:33:17,366 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b02182de-290a-4a37-a4d6-ef0150d0d298 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b57022a6f1a649b8a63414a41403005f", "links": {"self": "http://172.30.9.27:5000/v3/roles/b57022a6f1a649b8a63414a41403005f"}, "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj-role"}} 2018-11-09 08:33:17,366 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-b02182de-290a-4a37-a4d6-ef0150d0d298 2018-11-09 08:33:17,367 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-7bb88062-aab5-4f1-proj-role 2018-11-09 08:33:17,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b57022a6f1a649b8a63414a41403005f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:17,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb9ebf54-b9c4-4ac1-8ce4-7088952586c7 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b57022a6f1a649b8a63414a41403005f"}, "domain_id": null, "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj-role", "id": "b57022a6f1a649b8a63414a41403005f"}} 2018-11-09 08:33:17,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b57022a6f1a649b8a63414a41403005f used request id req-eb9ebf54-b9c4-4ac1-8ce4-7088952586c7 2018-11-09 08:33:17,457 - keystone_utils - INFO - Granting role CreateStackSuccessTests-7bb88062-aab5-4f1-proj-role to project CreateStackSuccessTests-7bb88062-aab5-4f1-proj 2018-11-09 08:33:17,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8/users/e17d8b141378473389548dcb27887bfa/roles/b57022a6f1a649b8a63414a41403005f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:17,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8638f8d8-a300-413b-8828-3f0b3cdce3db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:33:17,603 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8/users/e17d8b141378473389548dcb27887bfa/roles/b57022a6f1a649b8a63414a41403005f used request id req-8638f8d8-a300-413b-8828-3f0b3cdce3db 2018-11-09 08:33:17,603 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:33:17,604 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:33:17,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:33:17,605 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:17,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b57022a6f1a649b8a63414a41403005f", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:33:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a2e437b89c774e3abfb9cebe12f651d8", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-user", "id": "e17d8b141378473389548dcb27887bfa"}, "audit_ids": ["WiXBjvEzTEyY5Rm5uuZxdg"], "issued_at": "2018-11-09T08:33:17.000000Z"}} 2018-11-09 08:33:17,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baae73e20b9a6536d3f14cef642d308f1077ba16" 2018-11-09 08:33:18,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba7ef17c-21ae-4b4a-82f9-0613593b3483 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:33:18,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ba7ef17c-21ae-4b4a-82f9-0613593b3483 2018-11-09 08:33:18,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}baae73e20b9a6536d3f14cef642d308f1077ba16" 2018-11-09 08:33:18,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-87d8c7b9-a736-4b91-b578-ff9b082b567f Date: Fri, 09 Nov 2018 08:33:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image"} 2018-11-09 08:33:18,253 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image used request id req-87d8c7b9-a736-4b91-b578-ff9b082b567f 2018-11-09 08:33:18,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}baae73e20b9a6536d3f14cef642d308f1077ba16" 2018-11-09 08:33:18,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0faf21fc-cfd5-4473-b4cf-e709172ce9f0 Date: Fri, 09 Nov 2018 08:33:18 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:33:18,406 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-0faf21fc-cfd5-4473-b4cf-e709172ce9f0 2018-11-09 08:33:18,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}baae73e20b9a6536d3f14cef642d308f1077ba16" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image"}' 2018-11-09 08:33:18,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048 X-Openstack-Request-Id: req-a585b3e8-0335-4cff-a4f9-b2d170f91fb7 Date: Fri, 09 Nov 2018 08:33:18 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:33:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:33:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048", "min_disk": 0, "protected": false, "id": "6c488f28-3ef6-4207-a4e2-ca4916e7c048", "file": "/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048/file", "checksum": null, "owner": "a2e437b89c774e3abfb9cebe12f651d8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:33:18,647 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-a585b3e8-0335-4cff-a4f9-b2d170f91fb7 2018-11-09 08:33:18,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}baae73e20b9a6536d3f14cef642d308f1077ba16" -d '' 2018-11-09 08:33:20,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4033842b-298e-499e-b130-4ab0f14a3862 Date: Fri, 09 Nov 2018 08:33:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:33:20,401 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048/file used request id req-4033842b-298e-499e-b130-4ab0f14a3862 2018-11-09 08:33:20,402 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:33:20,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}baae73e20b9a6536d3f14cef642d308f1077ba16" 2018-11-09 08:33:20,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-3ae9998f-fdea-4568-b5c3-ad4681c3e2b8 Date: Fri, 09 Nov 2018 08:33:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:33:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:33:20Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048/snap", "metadata": {}}], "self": "/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048", "min_disk": 0, "protected": false, "id": "6c488f28-3ef6-4207-a4e2-ca4916e7c048", "file": "/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a2e437b89c774e3abfb9cebe12f651d8", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:33:20,578 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048 used request id req-3ae9998f-fdea-4568-b5c3-ad4681c3e2b8 2018-11-09 08:33:20,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}baae73e20b9a6536d3f14cef642d308f1077ba16" 2018-11-09 08:33:20,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-22f26373-8a5e-4629-b098-1b0040b8bc25 Date: Fri, 09 Nov 2018 08:33:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:33:20,734 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-22f26373-8a5e-4629-b098-1b0040b8bc25 2018-11-09 08:33:20,738 - create_image - INFO - Created image with name - CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image 2018-11-09 08:33:20,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}baae73e20b9a6536d3f14cef642d308f1077ba16" 2018-11-09 08:33:20,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-9e374cd9-2218-4ce7-89c6-74e5c5d18f17 Date: Fri, 09 Nov 2018 08:33:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:33:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:33:20Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048/snap", "metadata": {}}], "self": "/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048", "min_disk": 0, "protected": false, "id": "6c488f28-3ef6-4207-a4e2-ca4916e7c048", "file": "/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a2e437b89c774e3abfb9cebe12f651d8", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:33:20,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048 used request id req-9e374cd9-2218-4ce7-89c6-74e5c5d18f17 2018-11-09 08:33:20,910 - create_image - DEBUG - Instance status is - active 2018-11-09 08:33:20,911 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image 2018-11-09 08:33:20,911 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image 2018-11-09 08:33:20,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:33:20,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:21,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:33:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Rkvt4z1fRj29rtg_gq1azQ"], "issued_at": "2018-11-09T08:33:21.000000Z"}} 2018-11-09 08:33:21,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad83f7daa5104b0d318c5248dd81936d8c67e1c0" 2018-11-09 08:33:21,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d223b3da-c17a-45a0-b016-dd0793e12e08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:33:21,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d223b3da-c17a-45a0-b016-dd0793e12e08 2018-11-09 08:33:21,378 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:33:21,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad83f7daa5104b0d318c5248dd81936d8c67e1c0" 2018-11-09 08:33:21,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33: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-5acda338-d5fc-4c68-9f66-4e88b85e409e x-compute-request-id: req-5acda338-d5fc-4c68-9f66-4e88b85e409e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:33:21,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5acda338-d5fc-4c68-9f66-4e88b85e409e 2018-11-09 08:33:21,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad83f7daa5104b0d318c5248dd81936d8c67e1c0" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:33:21,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33: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-4bbcadbf-5c39-4b94-a5ea-4a6ebea7941c x-compute-request-id: req-4bbcadbf-5c39-4b94-a5ea-4a6ebea7941c Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/23c21657-ac11-4fb9-936a-e67259d24fd5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/23c21657-ac11-4fb9-936a-e67259d24fd5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "23c21657-ac11-4fb9-936a-e67259d24fd5", "name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:33:21,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4bbcadbf-5c39-4b94-a5ea-4a6ebea7941c 2018-11-09 08:33:21,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:33:21,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:22,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b57022a6f1a649b8a63414a41403005f", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:33:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a2e437b89c774e3abfb9cebe12f651d8", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-user", "id": "e17d8b141378473389548dcb27887bfa"}, "audit_ids": ["zZhEwuc7STiCo1knUOKoFg"], "issued_at": "2018-11-09T08:33:21.000000Z"}} 2018-11-09 08:33:22,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:22,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9db8f56-38b0-461d-b3e8-d3a52ddbca19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:33:22,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e9db8f56-38b0-461d-b3e8-d3a52ddbca19 2018-11-09 08:33:22,243 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:33:22,245 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:33:22,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:22,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:22 GMT Server: Apache x-openstack-request-id: req-8694fa60-c601-49ef-84ab-12f5e53e8124 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:33:22,421 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack used request id req-8694fa60-c601-49ef-84ab-12f5e53e8124 2018-11-09 08:33:22,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-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-6680096f-5287-492f-82af-1104e0f16f01-net", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name"}}' 2018-11-09 08:33:24,656 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:33:22 GMT Server: Apache x-openstack-request-id: req-f870502b-cc3c-42b3-b212-7975391305a7 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "46b5680e-e851-4a82-aceb-f318e2a32560", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}]}} 2018-11-09 08:33:24,657 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks used request id req-f870502b-cc3c-42b3-b212-7975391305a7 2018-11-09 08:33:24,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:24,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:24 GMT Server: Apache x-openstack-request-id: req-c3b965a7-57b9-4a44-b1a5-da8f4595fdc7 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:25,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:24 GMT Server: Apache x-openstack-request-id: req-31905afd-fc8e-4179-a93a-23d6bfb5120c 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:25,029 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-31905afd-fc8e-4179-a93a-23d6bfb5120c 2018-11-09 08:33:25,029 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack 2018-11-09 08:33:25,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:25,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:24 GMT Server: Apache x-openstack-request-id: req-0661833d-69ee-4edd-9095-8a6c575f1806 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:25,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:25 GMT Server: Apache x-openstack-request-id: req-8ed5393a-f1a2-4c61-ab62-cae3330ff4bf 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:25,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-8ed5393a-f1a2-4c61-ab62-cae3330ff4bf 2018-11-09 08:33:25,616 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:33:25,616 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:33:28,619 - create_stack - DEBUG - Stack status query timeout in 1196.41054988 2018-11-09 08:33:28,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:28,801 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:28 GMT Server: Apache x-openstack-request-id: req-561c90fb-1d0b-4e72-82d2-a28b8b2f42aa Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:29,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:28 GMT Server: Apache x-openstack-request-id: req-6e8feec2-13f2-4ad8-8453-9f0d3ebb9b68 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:29,009 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-6e8feec2-13f2-4ad8-8453-9f0d3ebb9b68 2018-11-09 08:33:29,009 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:33:29,009 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:33:32,013 - create_stack - DEBUG - Stack status query timeout in 1193.01681089 2018-11-09 08:33:32,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:32,190 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:32 GMT Server: Apache x-openstack-request-id: req-ac65a98d-3358-4dfe-a89b-e84a88eb09a3 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:32,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:32 GMT Server: Apache x-openstack-request-id: req-a455a829-5c6f-4bab-8aa0-2f26bb56f23e 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:32,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-a455a829-5c6f-4bab-8aa0-2f26bb56f23e 2018-11-09 08:33:32,264 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:33:32,265 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:33:35,267 - create_stack - DEBUG - Stack status query timeout in 1189.76249099 2018-11-09 08:33:35,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:35,296 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:35 GMT Server: Apache x-openstack-request-id: req-a9d802e0-ad4d-4c48-b774-7cf7e057d9e0 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:35,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:35 GMT Server: Apache x-openstack-request-id: req-d92f5b1a-3427-491a-92c9-465dfbff27ba 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:35,519 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-d92f5b1a-3427-491a-92c9-465dfbff27ba 2018-11-09 08:33:35,520 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:33:35,520 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:33:38,523 - create_stack - DEBUG - Stack status query timeout in 1186.50630283 2018-11-09 08:33:38,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:38,552 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:38 GMT Server: Apache x-openstack-request-id: req-0bf3bbfd-5627-4b33-9847-d7f1de45d274 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:38,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:38 GMT Server: Apache x-openstack-request-id: req-d8d2c31a-d3de-4033-8b31-202047cfb53e 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:38,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-d8d2c31a-d3de-4033-8b31-202047cfb53e 2018-11-09 08:33:38,743 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:33:38,743 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack 2018-11-09 08:33:38,743 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack 2018-11-09 08:33:38,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:39,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b57022a6f1a649b8a63414a41403005f", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:33:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a2e437b89c774e3abfb9cebe12f651d8", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-user", "id": "e17d8b141378473389548dcb27887bfa"}, "audit_ids": ["AVvFMP77R6u5d2uxmn-qjA"], "issued_at": "2018-11-09T08:33:39.000000Z"}} 2018-11-09 08:33:39,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d545135b25dcddda76d08fcb441df7751827ba" 2018-11-09 08:33:39,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:39 GMT Server: Apache x-openstack-request-id: req-f99b6160-1583-4c5d-8d11-4fed4f0b7d80 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:39,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:39 GMT Server: Apache x-openstack-request-id: req-7a89fc54-7b6c-4e3e-86d7-7a3bf49f497e 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:39,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-7a89fc54-7b6c-4e3e-86d7-7a3bf49f497e 2018-11-09 08:33:39,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:39,544 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:39 GMT Server: Apache x-openstack-request-id: req-cd19d268-cd91-4aae-bb32-edaacd18cfef Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:39,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:39 GMT Server: Apache x-openstack-request-id: req-c7a78e40-564b-4b56-abe0-38a65c535ed9 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:39,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-c7a78e40-564b-4b56-abe0-38a65c535ed9 2018-11-09 08:33:39,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:33:39,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:40,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b57022a6f1a649b8a63414a41403005f", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:33:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a2e437b89c774e3abfb9cebe12f651d8", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/a2e437b89c774e3abfb9cebe12f651d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-user", "id": "e17d8b141378473389548dcb27887bfa"}, "audit_ids": ["Y5GI7Z-PRVK9Aq-4_lRWJw"], "issued_at": "2018-11-09T08:33:39.000000Z"}} 2018-11-09 08:33:40,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0b807ba228178112646c423474b6395be9b1e4c" 2018-11-09 08:33:40,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc523bec-bb74-473d-8366-706f159cbb94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:33:40,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fc523bec-bb74-473d-8366-706f159cbb94 2018-11-09 08:33:40,199 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:33:40,202 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:33:40,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0b807ba228178112646c423474b6395be9b1e4c" 2018-11-09 08:33:40,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:40 GMT Server: Apache x-openstack-request-id: req-6f109aff-aa1c-4cc6-9a54-e7aef7084c9e 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-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "deletion_time": null, "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "tags": null}]} 2018-11-09 08:33:40,769 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack used request id req-6f109aff-aa1c-4cc6-9a54-e7aef7084c9e 2018-11-09 08:33:40,770 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack 2018-11-09 08:33:40,770 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack 2018-11-09 08:33:40,771 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack 2018-11-09 08:33:40,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:41,026 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:40 GMT Server: Apache x-openstack-request-id: req-c943aecd-4b14-41e0-a769-b0de75d64403 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:41,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:33:41 GMT Server: Apache x-openstack-request-id: req-52a45c59-82dd-4e5c-a5c1-d85cc91b0062 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:33:41,251 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-52a45c59-82dd-4e5c-a5c1-d85cc91b0062 2018-11-09 08:33:41,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:41,280 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:41 GMT Server: Apache x-openstack-request-id: req-52ae66a3-d6c9-4bab-9345-d6bd8fa081b5 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:41,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:41 GMT Server: Apache x-openstack-request-id: req-51053614-0700-49a3-9fcd-c9909bba7b03 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "tags": null, "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:33:41Z", "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:41,306 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-51053614-0700-49a3-9fcd-c9909bba7b03 2018-11-09 08:33:41,306 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:33:41,307 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:33:44,310 - create_stack - DEBUG - Stack status query timeout in 1196.94142389 2018-11-09 08:33:44,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:44,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:44 GMT Server: Apache x-openstack-request-id: req-7b481fc1-772d-401a-aac4-92a6b950c038 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:44,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:44 GMT Server: Apache x-openstack-request-id: req-08cb2a51-eb47-47ef-a1ba-4b68bd74abea 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "tags": null, "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:33:41Z", "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:44,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-08cb2a51-eb47-47ef-a1ba-4b68bd74abea 2018-11-09 08:33:44,365 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:33:44,365 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:33:47,368 - create_stack - DEBUG - Stack status query timeout in 1193.88328004 2018-11-09 08:33:47,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:47,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:47 GMT Server: Apache x-openstack-request-id: req-cc92d776-a1a7-4666-b9ba-1d33d9eb078f Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:47,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:47 GMT Server: Apache x-openstack-request-id: req-52d5ae3d-14e6-4b69-9b69-53e53f329c8b 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "tags": null, "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:33:41Z", "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:47,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-52d5ae3d-14e6-4b69-9b69-53e53f329c8b 2018-11-09 08:33:47,724 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:33:47,724 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:33:50,727 - create_stack - DEBUG - Stack status query timeout in 1190.52434087 2018-11-09 08:33:50,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:50,756 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:50 GMT Server: Apache x-openstack-request-id: req-f327d679-13bd-4ae1-b98d-d28848109cf4 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:50,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:50 GMT Server: Apache x-openstack-request-id: req-b31a0e41-26f9-4879-8d27-9b7c3d5c2df3 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "tags": null, "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:33:41Z", "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:50,782 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-b31a0e41-26f9-4879-8d27-9b7c3d5c2df3 2018-11-09 08:33:50,782 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:33:50,782 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:33:53,785 - create_stack - DEBUG - Stack status query timeout in 1187.46624398 2018-11-09 08:33:53,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:53,815 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:53 GMT Server: Apache x-openstack-request-id: req-21e90b71-f7e4-4b4d-aa09-f947583cc106 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:53,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:53 GMT Server: Apache x-openstack-request-id: req-4fb6a97f-d3ed-41df-bb19-80b869ee79ff 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": "a2e437b89c774e3abfb9cebe12f651d8", "OS::stack_id": "46b5680e-e851-4a82-aceb-f318e2a32560", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "image_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image", "inst_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-inst", "subnet_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-subnet", "flavor_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-flavor-name", "net_name": "CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-net"}, "deletion_time": "2018-11-09T08:33:53Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack", "stack_user_project_id": "2c7791323b08453db8ba89c87896adc4", "tags": null, "creation_time": "2018-11-09T08:33:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:33:41Z", "id": "46b5680e-e851-4a82-aceb-f318e2a32560", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:33:53,841 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-4fb6a97f-d3ed-41df-bb19-80b869ee79ff 2018-11-09 08:33:53,841 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:33:53,841 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack 2018-11-09 08:33:53,841 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack 2018-11-09 08:33:53,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/46b5680e-e851-4a82-aceb-f318e2a32560 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d416e50da40cae078a6a07d65aad734ad48d598b" 2018-11-09 08:33:53,871 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:33:53 GMT Server: Apache x-openstack-request-id: req-3d20feb9-f0fe-4a71-b27f-cab2f6f83341 Location: http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:33:53,897 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:33:53 GMT Server: Apache x-openstack-request-id: req-494e6f8a-16dc-49a8-b6b6-39c806d70743 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:33:53,897 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/a2e437b89c774e3abfb9cebe12f651d8/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-stack/46b5680e-e851-4a82-aceb-f318e2a32560 used request id req-494e6f8a-16dc-49a8-b6b6-39c806d70743 2018-11-09 08:33:53,898 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-6680096f-5287-492f-82af-1104e0f16f01-image 2018-11-09 08:33:53,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}baae73e20b9a6536d3f14cef642d308f1077ba16" 2018-11-09 08:33:55,253 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a7eb524-05ff-4aa9-b60a-86f3023e8cd3 Date: Fri, 09 Nov 2018 08:33:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:33:55,253 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6c488f28-3ef6-4207-a4e2-ca4916e7c048 used request id req-9a7eb524-05ff-4aa9-b60a-86f3023e8cd3 2018-11-09 08:33:55,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/23c21657-ac11-4fb9-936a-e67259d24fd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad83f7daa5104b0d318c5248dd81936d8c67e1c0" 2018-11-09 08:33:55,296 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-20617f69-3bfc-4a8e-a7e3-dc577222b2c0 x-compute-request-id: req-20617f69-3bfc-4a8e-a7e3-dc577222b2c0 Content-Length: 0 Content-Type: application/json 2018-11-09 08:33:55,296 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/23c21657-ac11-4fb9-936a-e67259d24fd5 used request id req-20617f69-3bfc-4a8e-a7e3-dc577222b2c0 2018-11-09 08:33:55,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:55,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-649a2a2a-3d8f-4f9f-8703-da2253bd1f33 Date: Fri, 09 Nov 2018 08:33:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a2e437b89c774e3abfb9cebe12f651d8", "created_at": "2018-11-09T08:33:24Z", "updated_at": "2018-11-09T08:33:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:33:25Z", "revision_number": 0, "id": "155dd582-5adf-4590-9c2b-abc6f5c293c8", "remote_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "remote_ip_prefix": null, "created_at": "2018-11-09T08:33:25Z", "security_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "tenant_id": "a2e437b89c774e3abfb9cebe12f651d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a2e437b89c774e3abfb9cebe12f651d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:33:25Z", "revision_number": 0, "id": "2f5e3bd7-064b-4e54-8fbb-6ebf82f6276e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:33:25Z", "security_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "tenant_id": "a2e437b89c774e3abfb9cebe12f651d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a2e437b89c774e3abfb9cebe12f651d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:33:25Z", "revision_number": 0, "id": "85c9a516-abee-416e-b169-6f467c97f1cf", "remote_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "remote_ip_prefix": null, "created_at": "2018-11-09T08:33:25Z", "security_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "tenant_id": "a2e437b89c774e3abfb9cebe12f651d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a2e437b89c774e3abfb9cebe12f651d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:33:25Z", "revision_number": 0, "id": "adf6ca40-2cd5-4576-aba4-43c681b1c928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:33:25Z", "security_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "tenant_id": "a2e437b89c774e3abfb9cebe12f651d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a2e437b89c774e3abfb9cebe12f651d8"}], "revision_number": 4, "project_id": "a2e437b89c774e3abfb9cebe12f651d8", "id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:33:55,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-649a2a2a-3d8f-4f9f-8703-da2253bd1f33 2018-11-09 08:33:55,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:55,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48f4bbd4-6d23-495a-8a7d-098e0a2e77dc 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:33:55,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-48f4bbd4-6d23-495a-8a7d-098e0a2e77dc 2018-11-09 08:33:55,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:55,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f21fd22b-17fb-4599-92a1-7fe0bb905c17 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8"}, "enabled": true, "id": "a2e437b89c774e3abfb9cebe12f651d8", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7bb88062-aab5-4f1-proj"}} 2018-11-09 08:33:55,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8 used request id req-f21fd22b-17fb-4599-92a1-7fe0bb905c17 2018-11-09 08:33:55,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 67fe72a3-1305-47e8-b807-77a1270dba7e 2018-11-09 08:33:55,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=67fe72a3-1305-47e8-b807-77a1270dba7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:55,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7d32c356-3d54-4ee7-9fd0-1c80a2a61ecd Date: Fri, 09 Nov 2018 08:33:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:33:25Z", "security_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "port_range_min": null, "revision_number": 0, "tenant_id": "a2e437b89c774e3abfb9cebe12f651d8", "created_at": "2018-11-09T08:33:25Z", "project_id": "a2e437b89c774e3abfb9cebe12f651d8", "id": "155dd582-5adf-4590-9c2b-abc6f5c293c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:33:25Z", "security_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "port_range_min": null, "revision_number": 0, "tenant_id": "a2e437b89c774e3abfb9cebe12f651d8", "created_at": "2018-11-09T08:33:25Z", "project_id": "a2e437b89c774e3abfb9cebe12f651d8", "id": "2f5e3bd7-064b-4e54-8fbb-6ebf82f6276e"}, {"remote_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:33:25Z", "security_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "port_range_min": null, "revision_number": 0, "tenant_id": "a2e437b89c774e3abfb9cebe12f651d8", "created_at": "2018-11-09T08:33:25Z", "project_id": "a2e437b89c774e3abfb9cebe12f651d8", "id": "85c9a516-abee-416e-b169-6f467c97f1cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:33:25Z", "security_group_id": "67fe72a3-1305-47e8-b807-77a1270dba7e", "port_range_min": null, "revision_number": 0, "tenant_id": "a2e437b89c774e3abfb9cebe12f651d8", "created_at": "2018-11-09T08:33:25Z", "project_id": "a2e437b89c774e3abfb9cebe12f651d8", "id": "adf6ca40-2cd5-4576-aba4-43c681b1c928"}]} 2018-11-09 08:33:55,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=67fe72a3-1305-47e8-b807-77a1270dba7e used request id req-7d32c356-3d54-4ee7-9fd0-1c80a2a61ecd 2018-11-09 08:33:55,886 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:33:55,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/67fe72a3-1305-47e8-b807-77a1270dba7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:56,183 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bd157f8a-c0b2-4895-8d73-b1559733a65b Content-Length: 0 Date: Fri, 09 Nov 2018 08:33:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:33:56,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/67fe72a3-1305-47e8-b807-77a1270dba7e used request id req-bd157f8a-c0b2-4895-8d73-b1559733a65b 2018-11-09 08:33:56,183 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-7bb88062-aab5-4f1-proj 2018-11-09 08:33:56,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:56,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:33:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82265214-5a78-452e-a113-b77726e4ed3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:33:56,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/a2e437b89c774e3abfb9cebe12f651d8 used request id req-82265214-5a78-452e-a113-b77726e4ed3a 2018-11-09 08:33:56,389 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-7bb88062-aab5-4f1-proj-role 2018-11-09 08:33:56,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/b57022a6f1a649b8a63414a41403005f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:56,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:33:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-914c807f-162f-4e6f-bd13-9c49ed48cb40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:33:56,498 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b57022a6f1a649b8a63414a41403005f used request id req-914c807f-162f-4e6f-bd13-9c49ed48cb40 2018-11-09 08:33:56,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0258227ea432edf709f70647a8b2c6aa0ea5c239" 2018-11-09 08:33:56,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a0be247-284a-4376-954b-b3209c0ce3a0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:33:56,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8a0be247-284a-4376-954b-b3209c0ce3a0 2018-11-09 08:33:56,590 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-7bb88062-aab5-4f1-user 2018-11-09 08:33:56,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/e17d8b141378473389548dcb27887bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76932b4a982b994656e80201063edf10933167ce" 2018-11-09 08:33:56,791 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:33:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d3a403c-41e0-41aa-8794-529500621b9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:33:56,791 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e17d8b141378473389548dcb27887bfa used request id req-7d3a403c-41e0-41aa-8794-529500621b9c 2018-11-09 08:33:56,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:57,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:33:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9mNcKmQ8Tcq6OEVo_-v0BQ"], "issued_at": "2018-11-09T08:33:57.000000Z"}} 2018-11-09 08:33:57,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b85d8e361f813eba92f681d55e45af5b484d2f" 2018-11-09 08:33:57,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-565fb1e5-e96e-48e5-9300-430d717f7697 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:33:57,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-565fb1e5-e96e-48e5-9300-430d717f7697 2018-11-09 08:33:57,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:33:57,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:57,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:33:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["-xtd91DDS8eSDYgO7jyfmw"], "issued_at": "2018-11-09T08:33:57.000000Z"}} 2018-11-09 08:33:57,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:33:57,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e9dffee-b14d-41c2-9421-35bc0fb6bd34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:33:57,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6e9dffee-b14d-41c2-9421-35bc0fb6bd34 2018-11-09 08:33:57,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:33:57,774 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:33: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:33:57,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b7baef74-2a7b-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:33:57,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35e0be3a-6c26-4fc7-ae6e-5c9a97b5e595 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b7baef74-2a7b-46a-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:33:57,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b7baef74-2a7b-46a-proj used request id req-35e0be3a-6c26-4fc7-ae6e-5c9a97b5e595 2018-11-09 08:33:57,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:33:57,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41b94d77-5e92-451f-9ea9-98ed2dfc82f5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:33:57,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-41b94d77-5e92-451f-9ea9-98ed2dfc82f5 2018-11-09 08:33:57,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj"}}' 2018-11-09 08:33:58,081 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:33:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a5d8115-9773-45ae-baed-2a4a5bfb2673 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec"}, "enabled": true, "id": "753801845d4a4dfb97fe8fe1c9e47eec", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj"}} 2018-11-09 08:33:58,081 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-1a5d8115-9773-45ae-baed-2a4a5bfb2673 2018-11-09 08:33:58,081 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-b7baef74-2a7b-46a-proj 2018-11-09 08:33:58,081 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:33:58,082 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:33:58,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:33:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["aRx5Ue9WT0WoR5pZrsuYTg"], "issued_at": "2018-11-09T08:33:58.000000Z"}} 2018-11-09 08:33:58,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:33:58,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65a5cb97-eb33-4dae-a4c6-323665a9e89d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:33:58,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-65a5cb97-eb33-4dae-a4c6-323665a9e89d 2018-11-09 08:33:58,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:33:58,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:33: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:33:58,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:33:58,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cc71a54-451d-4a4f-931f-28c69139b11b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:33:58,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3cc71a54-451d-4a4f-931f-28c69139b11b 2018-11-09 08:33:58,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-b7baef74-2a7b-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:33:58,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3103f433-6be5-429f-bcd9-86fc1bc84ec9 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-b7baef74-2a7b-46a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec"}, "enabled": true, "id": "753801845d4a4dfb97fe8fe1c9e47eec", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj"}]} 2018-11-09 08:33:58,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-b7baef74-2a7b-46a-proj used request id req-3103f433-6be5-429f-bcd9-86fc1bc84ec9 2018-11-09 08:33:58,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:33:58,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f5832c3-a827-4c28-ba04-1a511b888fbd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:33:58,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-3f5832c3-a827-4c28-ba04-1a511b888fbd 2018-11-09 08:33:59,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:33:59,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56b6239c-b002-4e7f-a24d-6fa018c0e53d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:33:59,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-56b6239c-b002-4e7f-a24d-6fa018c0e53d 2018-11-09 08:33:59,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-b7baef74-2a7b-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:33:59,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5318358b-7e3c-4133-8036-1ee9ed2b7ac6 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-b7baef74-2a7b-46a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec"}, "enabled": true, "id": "753801845d4a4dfb97fe8fe1c9e47eec", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj"}]} 2018-11-09 08:33:59,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-b7baef74-2a7b-46a-proj used request id req-5318358b-7e3c-4133-8036-1ee9ed2b7ac6 2018-11-09 08:33:59,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/377ada13c15341f0bd9ddd7a918c20c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:33:59,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8739c0a-6638-4df5-9673-3e6fc8e9560c Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-b7baef74-2a7b-46a-user", "links": {"self": "http://172.30.9.27:5000/v3/users/377ada13c15341f0bd9ddd7a918c20c3"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "753801845d4a4dfb97fe8fe1c9e47eec", "id": "377ada13c15341f0bd9ddd7a918c20c3", "password_expires_at": null}} 2018-11-09 08:33:59,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/377ada13c15341f0bd9ddd7a918c20c3 used request id req-b8739c0a-6638-4df5-9673-3e6fc8e9560c 2018-11-09 08:33:59,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec/users/377ada13c15341f0bd9ddd7a918c20c3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:33:59,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35682336-975d-4182-8bea-fd2a0ca622db Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec/users/377ada13c15341f0bd9ddd7a918c20c3/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:33:59,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec/users/377ada13c15341f0bd9ddd7a918c20c3/roles used request id req-35682336-975d-4182-8bea-fd2a0ca622db 2018-11-09 08:33:59,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:33:59,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d827d70e-6595-42fc-8f2a-34ea393b09a9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:33:59,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-d827d70e-6595-42fc-8f2a-34ea393b09a9 2018-11-09 08:33:59,568 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-b7baef74-2a7b-46a-proj 2018-11-09 08:33:59,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec/users/377ada13c15341f0bd9ddd7a918c20c3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:33:59,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:33:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-970cdcce-aaa1-4efd-b4ef-0c27f607ab59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:33:59,704 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec/users/377ada13c15341f0bd9ddd7a918c20c3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-970cdcce-aaa1-4efd-b4ef-0c27f607ab59 2018-11-09 08:33:59,704 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-b7baef74-2a7b-46a-user 2018-11-09 08:33:59,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:33:59,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:33:59,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-515ce7bd-88de-4def-acb3-50faea01198e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:33:59,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-515ce7bd-88de-4def-acb3-50faea01198e 2018-11-09 08:33:59,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" -d '{"role": {"name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj-role"}}' 2018-11-09 08:33:59,911 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:33:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66680d5d-53ca-4f5e-9932-7b0801f589bb Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59aa940bdd4e417a916a4cb3b0211ebf", "links": {"self": "http://172.30.9.27:5000/v3/roles/59aa940bdd4e417a916a4cb3b0211ebf"}, "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj-role"}} 2018-11-09 08:33:59,911 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-66680d5d-53ca-4f5e-9932-7b0801f589bb 2018-11-09 08:33:59,912 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-b7baef74-2a7b-46a-proj-role 2018-11-09 08:33:59,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/59aa940bdd4e417a916a4cb3b0211ebf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:00,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d47f3fc-2dae-4169-84a2-132be04fc91c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/59aa940bdd4e417a916a4cb3b0211ebf"}, "domain_id": null, "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj-role", "id": "59aa940bdd4e417a916a4cb3b0211ebf"}} 2018-11-09 08:34:00,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/59aa940bdd4e417a916a4cb3b0211ebf used request id req-5d47f3fc-2dae-4169-84a2-132be04fc91c 2018-11-09 08:34:00,002 - keystone_utils - INFO - Granting role CreateStackSuccessTests-b7baef74-2a7b-46a-proj-role to project CreateStackSuccessTests-b7baef74-2a7b-46a-proj 2018-11-09 08:34:00,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec/users/377ada13c15341f0bd9ddd7a918c20c3/roles/59aa940bdd4e417a916a4cb3b0211ebf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:00,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:34:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c26eeadb-c0c9-4de5-8754-f1607b6bfae2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:34:00,130 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec/users/377ada13c15341f0bd9ddd7a918c20c3/roles/59aa940bdd4e417a916a4cb3b0211ebf used request id req-c26eeadb-c0c9-4de5-8754-f1607b6bfae2 2018-11-09 08:34:00,130 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:34:00,131 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:34:00,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:34:00,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:34:00,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59aa940bdd4e417a916a4cb3b0211ebf", "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:34:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "753801845d4a4dfb97fe8fe1c9e47eec", "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-user", "id": "377ada13c15341f0bd9ddd7a918c20c3"}, "audit_ids": ["vp5H58VMQ1S7o04vU_20kA"], "issued_at": "2018-11-09T08:34:00.000000Z"}} 2018-11-09 08:34:00,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c0444ca27c5b4944532cda83a66d5ba7dfdfb6" 2018-11-09 08:34:00,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0f2305e-e8bf-474e-91a6-76ea964a23b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:34:00,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a0f2305e-e8bf-474e-91a6-76ea964a23b8 2018-11-09 08:34:00,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63c0444ca27c5b4944532cda83a66d5ba7dfdfb6" 2018-11-09 08:34:00,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-a95417e0-435a-4734-be67-82d520358d6a Date: Fri, 09 Nov 2018 08:34:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image"} 2018-11-09 08:34:00,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image used request id req-a95417e0-435a-4734-be67-82d520358d6a 2018-11-09 08:34:00,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63c0444ca27c5b4944532cda83a66d5ba7dfdfb6" 2018-11-09 08:34:00,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7af36607-6905-443e-b65b-86f0f94340bb Date: Fri, 09 Nov 2018 08:34:00 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:34:00,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-7af36607-6905-443e-b65b-86f0f94340bb 2018-11-09 08:34:00,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}63c0444ca27c5b4944532cda83a66d5ba7dfdfb6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image"}' 2018-11-09 08:34:01,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f X-Openstack-Request-Id: req-02c1024f-b683-413b-8237-568408dcc943 Date: Fri, 09 Nov 2018 08:34:00 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:34:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:34:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f", "min_disk": 0, "protected": false, "id": "08f02a6d-3144-44e2-b843-3347d4f0e36f", "file": "/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f/file", "checksum": null, "owner": "753801845d4a4dfb97fe8fe1c9e47eec", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:34:01,140 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-02c1024f-b683-413b-8237-568408dcc943 2018-11-09 08:34:01,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63c0444ca27c5b4944532cda83a66d5ba7dfdfb6" -d '' 2018-11-09 08:34:02,819 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a8989351-5fa4-43ba-9ebc-fff3bbe738ec Date: Fri, 09 Nov 2018 08:34:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:34:02,820 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f/file used request id req-a8989351-5fa4-43ba-9ebc-fff3bbe738ec 2018-11-09 08:34:02,820 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:34:02,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63c0444ca27c5b4944532cda83a66d5ba7dfdfb6" 2018-11-09 08:34:02,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-65bbca62-4216-4f14-a6e9-37ff0ea1702b Date: Fri, 09 Nov 2018 08:34:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:34:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:34:02Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/08f02a6d-3144-44e2-b843-3347d4f0e36f/snap", "metadata": {}}], "self": "/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f", "min_disk": 0, "protected": false, "id": "08f02a6d-3144-44e2-b843-3347d4f0e36f", "file": "/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "753801845d4a4dfb97fe8fe1c9e47eec", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/08f02a6d-3144-44e2-b843-3347d4f0e36f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:34:02,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f used request id req-65bbca62-4216-4f14-a6e9-37ff0ea1702b 2018-11-09 08:34:02,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63c0444ca27c5b4944532cda83a66d5ba7dfdfb6" 2018-11-09 08:34:03,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-85f5a905-c8c6-4ef0-8f4c-bd85587ae438 Date: Fri, 09 Nov 2018 08:34:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:34:03,135 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-85f5a905-c8c6-4ef0-8f4c-bd85587ae438 2018-11-09 08:34:03,138 - create_image - INFO - Created image with name - CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image 2018-11-09 08:34:03,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63c0444ca27c5b4944532cda83a66d5ba7dfdfb6" 2018-11-09 08:34:03,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-17342f91-acb4-4d2a-9ef6-f05a8a89df03 Date: Fri, 09 Nov 2018 08:34:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:34:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:34:02Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/08f02a6d-3144-44e2-b843-3347d4f0e36f/snap", "metadata": {}}], "self": "/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f", "min_disk": 0, "protected": false, "id": "08f02a6d-3144-44e2-b843-3347d4f0e36f", "file": "/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "753801845d4a4dfb97fe8fe1c9e47eec", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/08f02a6d-3144-44e2-b843-3347d4f0e36f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:34:03,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f used request id req-17342f91-acb4-4d2a-9ef6-f05a8a89df03 2018-11-09 08:34:03,310 - create_image - DEBUG - Instance status is - active 2018-11-09 08:34:03,310 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image 2018-11-09 08:34:03,310 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image 2018-11-09 08:34:03,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:34:03,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:34:03,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:34:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["RUXpQ3xTT3KkjeRQxFlBpQ"], "issued_at": "2018-11-09T08:34:03.000000Z"}} 2018-11-09 08:34:03,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cd72ff7dfc27c846e75e522b856435411e04947" 2018-11-09 08:34:03,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed191425-c47f-4295-a3b9-4f32b10a1d7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:34:03,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ed191425-c47f-4295-a3b9-4f32b10a1d7b 2018-11-09 08:34:03,770 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:34:03,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cd72ff7dfc27c846e75e522b856435411e04947" 2018-11-09 08:34:03,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c27030d1-cc0c-4b3d-8ecd-340297c25ccb x-compute-request-id: req-c27030d1-cc0c-4b3d-8ecd-340297c25ccb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:34:03,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c27030d1-cc0c-4b3d-8ecd-340297c25ccb 2018-11-09 08:34:03,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cd72ff7dfc27c846e75e522b856435411e04947" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:34:04,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-340f4d47-d334-4f7d-b4df-baa23144e538 x-compute-request-id: req-340f4d47-d334-4f7d-b4df-baa23144e538 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/23953993-7f32-4d34-95d5-eac9e52e8925", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/23953993-7f32-4d34-95d5-eac9e52e8925", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "23953993-7f32-4d34-95d5-eac9e52e8925", "name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:34:04,133 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-340f4d47-d334-4f7d-b4df-baa23144e538 2018-11-09 08:34:04,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:34:04,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:34:04,512 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59aa940bdd4e417a916a4cb3b0211ebf", "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:34:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "753801845d4a4dfb97fe8fe1c9e47eec", "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-user", "id": "377ada13c15341f0bd9ddd7a918c20c3"}, "audit_ids": ["94XcTc5fQUGnkPnC1u_mxA"], "issued_at": "2018-11-09T08:34:04.000000Z"}} 2018-11-09 08:34:04,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d1ef0fbd512674ea85d9dc7fbeea6dc1b311458" 2018-11-09 08:34:04,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c918ce5-1662-4ebf-9437-606db840949c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:34:04,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7c918ce5-1662-4ebf-9437-606db840949c 2018-11-09 08:34:04,587 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:34:04,589 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:34:04,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d1ef0fbd512674ea85d9dc7fbeea6dc1b311458" 2018-11-09 08:34:04,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:04 GMT Server: Apache x-openstack-request-id: req-d59de84d-4f72-4fff-8cb9-f510831b0463 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:34:04,782 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack used request id req-d59de84d-4f72-4fff-8cb9-f510831b0463 2018-11-09 08:34:04,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d1ef0fbd512674ea85d9dc7fbeea6dc1b311458" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-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-bb42d865-8bf0-46d6-8cea-f3804ef51a04-net", "inst_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-inst", "subnet_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-subnet", "image_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image", "flavor_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-flavor-name"}}' 2018-11-09 08:34:06,996 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:34:04 GMT Server: Apache x-openstack-request-id: req-59950c83-0419-4cb7-8c6d-2dbad3f7def8 Location: http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "links": [{"href": "http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3", "rel": "self"}]}} 2018-11-09 08:34:06,996 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks used request id req-59950c83-0419-4cb7-8c6d-2dbad3f7def8 2018-11-09 08:34:06,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/4c3add95-890c-45bc-a416-03ea1400c9a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d1ef0fbd512674ea85d9dc7fbeea6dc1b311458" 2018-11-09 08:34:07,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:07 GMT Server: Apache x-openstack-request-id: req-84387733-9b70-48fb-bf5d-73b19c302ef2 Location: http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:07,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:07 GMT Server: Apache x-openstack-request-id: req-54e75805-cb95-464f-a0a4-32582fd8fbe4 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": "753801845d4a4dfb97fe8fe1c9e47eec", "OS::stack_id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack", "image_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image", "inst_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-inst", "subnet_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-subnet", "net_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-net", "flavor_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack", "stack_user_project_id": "fdd1c450accf4888b39d16c56d9307de", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:34:06Z", "links": [{"href": "http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:07,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 used request id req-54e75805-cb95-464f-a0a4-32582fd8fbe4 2018-11-09 08:34:07,368 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack 2018-11-09 08:34:07,368 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-11-09 08:34:07,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/4c3add95-890c-45bc-a416-03ea1400c9a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d1ef0fbd512674ea85d9dc7fbeea6dc1b311458" 2018-11-09 08:34:07,537 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:07 GMT Server: Apache x-openstack-request-id: req-c2f5db7d-5509-473f-a4ea-963ee8601255 Location: http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:07,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:07 GMT Server: Apache x-openstack-request-id: req-bd6cd018-7123-49ce-8084-d600bea3992a 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": "753801845d4a4dfb97fe8fe1c9e47eec", "OS::stack_id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack", "image_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image", "inst_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-inst", "subnet_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-subnet", "net_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-net", "flavor_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack", "stack_user_project_id": "fdd1c450accf4888b39d16c56d9307de", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:34:06Z", "links": [{"href": "http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:07,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 used request id req-bd6cd018-7123-49ce-8084-d600bea3992a 2018-11-09 08:34:07,729 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-11-09 08:34:07,729 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack 2018-11-09 08:34:07,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/4c3add95-890c-45bc-a416-03ea1400c9a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d1ef0fbd512674ea85d9dc7fbeea6dc1b311458" 2018-11-09 08:34:07,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:07 GMT Server: Apache x-openstack-request-id: req-21af383e-e3ac-44ed-bb20-b37c328dec27 Location: http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:08,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:34:07 GMT Server: Apache x-openstack-request-id: req-2c4687d3-32de-49aa-b5f0-33a9f7f4083c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:34:08,084 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 used request id req-2c4687d3-32de-49aa-b5f0-33a9f7f4083c 2018-11-09 08:34:08,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/4c3add95-890c-45bc-a416-03ea1400c9a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d1ef0fbd512674ea85d9dc7fbeea6dc1b311458" 2018-11-09 08:34:08,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:08 GMT Server: Apache x-openstack-request-id: req-8b671ec2-479a-4214-a8f8-4c50ad4d093e Location: http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:08,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:08 GMT Server: Apache x-openstack-request-id: req-9259afca-0b22-445c-aac9-36f1240e098e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "753801845d4a4dfb97fe8fe1c9e47eec", "OS::stack_id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack", "image_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image", "inst_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-inst", "subnet_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-subnet", "flavor_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-flavor-name", "net_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack", "stack_user_project_id": "fdd1c450accf4888b39d16c56d9307de", "tags": null, "creation_time": "2018-11-09T08:34:06Z", "links": [{"href": "http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:34:08Z", "id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:08,291 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 used request id req-9259afca-0b22-445c-aac9-36f1240e098e 2018-11-09 08:34:08,291 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:34:08,291 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:34:11,294 - create_stack - DEBUG - Stack status query timeout in 1196.78977299 2018-11-09 08:34:11,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/4c3add95-890c-45bc-a416-03ea1400c9a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d1ef0fbd512674ea85d9dc7fbeea6dc1b311458" 2018-11-09 08:34:11,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:11 GMT Server: Apache x-openstack-request-id: req-26459ee0-9d2e-4ce5-b65e-e507c23ecaf7 Location: http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:11,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:11 GMT Server: Apache x-openstack-request-id: req-c4f94fc0-b33b-4401-acc1-834e8a491308 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "753801845d4a4dfb97fe8fe1c9e47eec", "OS::stack_id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack", "image_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image", "inst_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-inst", "subnet_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-subnet", "flavor_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-flavor-name", "net_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack", "stack_user_project_id": "fdd1c450accf4888b39d16c56d9307de", "tags": null, "creation_time": "2018-11-09T08:34:06Z", "links": [{"href": "http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:34:08Z", "id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:11,537 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 used request id req-c4f94fc0-b33b-4401-acc1-834e8a491308 2018-11-09 08:34:11,537 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:34:11,537 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:34:14,540 - create_stack - DEBUG - Stack status query timeout in 1193.54375386 2018-11-09 08:34:14,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/4c3add95-890c-45bc-a416-03ea1400c9a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d1ef0fbd512674ea85d9dc7fbeea6dc1b311458" 2018-11-09 08:34:14,571 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:14 GMT Server: Apache x-openstack-request-id: req-e1d39b13-43e0-4f16-b734-c5c5448c5fc7 Location: http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:14,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:14 GMT Server: Apache x-openstack-request-id: req-b71a90d3-0cba-4c81-b999-ce923eb4151b 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": "753801845d4a4dfb97fe8fe1c9e47eec", "OS::stack_id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack", "image_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image", "inst_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-inst", "subnet_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-subnet", "flavor_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-flavor-name", "net_name": "CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-net"}, "deletion_time": "2018-11-09T08:34:13Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack", "stack_user_project_id": "fdd1c450accf4888b39d16c56d9307de", "tags": null, "creation_time": "2018-11-09T08:34:06Z", "links": [{"href": "http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:34:08Z", "id": "4c3add95-890c-45bc-a416-03ea1400c9a3", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:14,597 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 used request id req-b71a90d3-0cba-4c81-b999-ce923eb4151b 2018-11-09 08:34:14,597 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:34:14,597 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack 2018-11-09 08:34:14,597 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack 2018-11-09 08:34:14,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/4c3add95-890c-45bc-a416-03ea1400c9a3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d1ef0fbd512674ea85d9dc7fbeea6dc1b311458" 2018-11-09 08:34:14,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:14 GMT Server: Apache x-openstack-request-id: req-5a9a7470-a121-4975-bab9-e651da3ed750 Location: http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:14,806 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:34:14 GMT Server: Apache x-openstack-request-id: req-70188c0f-c956-4721-962c-d50f02ff22cc Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:34:14,806 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/753801845d4a4dfb97fe8fe1c9e47eec/stacks/CreateStackSuccessTests-CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-stack/4c3add95-890c-45bc-a416-03ea1400c9a3 used request id req-70188c0f-c956-4721-962c-d50f02ff22cc 2018-11-09 08:34:14,807 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-bb42d865-8bf0-46d6-8cea-f3804ef51a04-image 2018-11-09 08:34:14,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63c0444ca27c5b4944532cda83a66d5ba7dfdfb6" 2018-11-09 08:34:17,224 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-33435eaf-9be0-4663-a40b-a9872e1861b9 Date: Fri, 09 Nov 2018 08:34:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:34:17,224 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/08f02a6d-3144-44e2-b843-3347d4f0e36f used request id req-33435eaf-9be0-4663-a40b-a9872e1861b9 2018-11-09 08:34:17,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/23953993-7f32-4d34-95d5-eac9e52e8925 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cd72ff7dfc27c846e75e522b856435411e04947" 2018-11-09 08:34:17,267 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:34:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-11e84945-d643-49c9-8b06-e36c69cf2823 x-compute-request-id: req-11e84945-d643-49c9-8b06-e36c69cf2823 Content-Length: 0 Content-Type: application/json 2018-11-09 08:34:17,267 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/23953993-7f32-4d34-95d5-eac9e52e8925 used request id req-11e84945-d643-49c9-8b06-e36c69cf2823 2018-11-09 08:34:17,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:17,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-db2e6339-1a75-4e05-81e7-5ea07ea665a3 Date: Fri, 09 Nov 2018 08:34:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "753801845d4a4dfb97fe8fe1c9e47eec", "created_at": "2018-11-09T08:34:07Z", "updated_at": "2018-11-09T08:34:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:34:07Z", "revision_number": 0, "id": "4df71ac9-9618-4e72-a56e-e0e0198086a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:34:07Z", "security_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "tenant_id": "753801845d4a4dfb97fe8fe1c9e47eec", "port_range_min": null, "ethertype": "IPv6", "project_id": "753801845d4a4dfb97fe8fe1c9e47eec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:34:07Z", "revision_number": 0, "id": "ba4cd78b-8229-487b-a75a-1c36a6fe1a7f", "remote_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "remote_ip_prefix": null, "created_at": "2018-11-09T08:34:07Z", "security_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "tenant_id": "753801845d4a4dfb97fe8fe1c9e47eec", "port_range_min": null, "ethertype": "IPv4", "project_id": "753801845d4a4dfb97fe8fe1c9e47eec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:34:07Z", "revision_number": 0, "id": "ee431641-3b90-4e62-9ecf-e47c9f88c7ac", "remote_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "remote_ip_prefix": null, "created_at": "2018-11-09T08:34:07Z", "security_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "tenant_id": "753801845d4a4dfb97fe8fe1c9e47eec", "port_range_min": null, "ethertype": "IPv6", "project_id": "753801845d4a4dfb97fe8fe1c9e47eec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:34:07Z", "revision_number": 0, "id": "f7bb5fbf-a2bf-44ae-b133-ce0dca5c54bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:34:07Z", "security_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "tenant_id": "753801845d4a4dfb97fe8fe1c9e47eec", "port_range_min": null, "ethertype": "IPv4", "project_id": "753801845d4a4dfb97fe8fe1c9e47eec"}], "revision_number": 4, "project_id": "753801845d4a4dfb97fe8fe1c9e47eec", "id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:34:17,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-db2e6339-1a75-4e05-81e7-5ea07ea665a3 2018-11-09 08:34:17,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:17,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b265bf0e-79ea-4a44-84c1-2b1b0009128f 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:34:17,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-b265bf0e-79ea-4a44-84c1-2b1b0009128f 2018-11-09 08:34:17,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:17,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a79cfa1e-3394-4308-b820-dbb91b606d28 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:34:17,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-a79cfa1e-3394-4308-b820-dbb91b606d28 2018-11-09 08:34:17,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:17,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ec3588d-f344-4830-9a26-e9110841810b Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec"}, "enabled": true, "id": "753801845d4a4dfb97fe8fe1c9e47eec", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b7baef74-2a7b-46a-proj"}} 2018-11-09 08:34:17,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec used request id req-8ec3588d-f344-4830-9a26-e9110841810b 2018-11-09 08:34:17,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 91423a3b-74ef-4e25-b7d1-e0338ba26e4e 2018-11-09 08:34:17,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=91423a3b-74ef-4e25-b7d1-e0338ba26e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:17,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-335d9199-0770-43e3-805d-1b0e5b8f08d6 Date: Fri, 09 Nov 2018 08:34:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:34:07Z", "security_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "port_range_min": null, "revision_number": 0, "tenant_id": "753801845d4a4dfb97fe8fe1c9e47eec", "created_at": "2018-11-09T08:34:07Z", "project_id": "753801845d4a4dfb97fe8fe1c9e47eec", "id": "4df71ac9-9618-4e72-a56e-e0e0198086a7"}, {"remote_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:34:07Z", "security_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "port_range_min": null, "revision_number": 0, "tenant_id": "753801845d4a4dfb97fe8fe1c9e47eec", "created_at": "2018-11-09T08:34:07Z", "project_id": "753801845d4a4dfb97fe8fe1c9e47eec", "id": "ba4cd78b-8229-487b-a75a-1c36a6fe1a7f"}, {"remote_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:34:07Z", "security_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "port_range_min": null, "revision_number": 0, "tenant_id": "753801845d4a4dfb97fe8fe1c9e47eec", "created_at": "2018-11-09T08:34:07Z", "project_id": "753801845d4a4dfb97fe8fe1c9e47eec", "id": "ee431641-3b90-4e62-9ecf-e47c9f88c7ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:34:07Z", "security_group_id": "91423a3b-74ef-4e25-b7d1-e0338ba26e4e", "port_range_min": null, "revision_number": 0, "tenant_id": "753801845d4a4dfb97fe8fe1c9e47eec", "created_at": "2018-11-09T08:34:07Z", "project_id": "753801845d4a4dfb97fe8fe1c9e47eec", "id": "f7bb5fbf-a2bf-44ae-b133-ce0dca5c54bd"}]} 2018-11-09 08:34:17,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=91423a3b-74ef-4e25-b7d1-e0338ba26e4e used request id req-335d9199-0770-43e3-805d-1b0e5b8f08d6 2018-11-09 08:34:17,982 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:34:17,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/91423a3b-74ef-4e25-b7d1-e0338ba26e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:18,269 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9fcb381-d53e-462d-80ba-680ebc871a82 Content-Length: 0 Date: Fri, 09 Nov 2018 08:34:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:34:18,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/91423a3b-74ef-4e25-b7d1-e0338ba26e4e used request id req-b9fcb381-d53e-462d-80ba-680ebc871a82 2018-11-09 08:34:18,270 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-b7baef74-2a7b-46a-proj 2018-11-09 08:34:18,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:18,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:34:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af8f05db-f26c-485a-9e75-8421802b1d76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:34:18,477 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/753801845d4a4dfb97fe8fe1c9e47eec used request id req-af8f05db-f26c-485a-9e75-8421802b1d76 2018-11-09 08:34:18,477 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-b7baef74-2a7b-46a-proj-role 2018-11-09 08:34:18,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/59aa940bdd4e417a916a4cb3b0211ebf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:18,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:34:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6ce4130-bcac-4784-852f-079a2d405357 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:34:18,581 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/59aa940bdd4e417a916a4cb3b0211ebf used request id req-c6ce4130-bcac-4784-852f-079a2d405357 2018-11-09 08:34:18,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50807fdf244c2eb7d9d34fba21a27c0c7f0887d6" 2018-11-09 08:34:18,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c2343b0-6bdd-4a2f-8090-40b563a81820 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:34:18,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9c2343b0-6bdd-4a2f-8090-40b563a81820 2018-11-09 08:34:18,670 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-b7baef74-2a7b-46a-user 2018-11-09 08:34:18,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/377ada13c15341f0bd9ddd7a918c20c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c664037a982b651f3d0b2c94083acb914830120" 2018-11-09 08:34:18,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:34:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15b26585-4381-49ab-a6be-2d77a5e3a88b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:34:18,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/377ada13c15341f0bd9ddd7a918c20c3 used request id req-15b26585-4381-49ab-a6be-2d77a5e3a88b 2018-11-09 08:34:18,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:34:19,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:34:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["tF48Q59UQmG2u74qptuA6Q"], "issued_at": "2018-11-09T08:34:19.000000Z"}} 2018-11-09 08:34:19,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab7410badd87028c0789f7324f440b203831ae5" 2018-11-09 08:34:19,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f96a979b-3d23-4106-908e-057ec5137fa5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:34:19,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f96a979b-3d23-4106-908e-057ec5137fa5 2018-11-09 08:34:19,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:34:19,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:34:19,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:34:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["VGAqHnfVTf6a4NpkhkSNqQ"], "issued_at": "2018-11-09T08:34:19.000000Z"}} 2018-11-09 08:34:19,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:34:19,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18362477-6be1-4646-83eb-6c26fa59b6d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:34:19,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-18362477-6be1-4646-83eb-6c26fa59b6d3 2018-11-09 08:34:19,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:34:19,793 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:34:19,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:34:19,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9947f6-4fdf-4ec7-9d26-679541c8a815 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:34:19,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj used request id req-8c9947f6-4fdf-4ec7-9d26-679541c8a815 2018-11-09 08:34:19,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:34:19,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-301401e3-cd83-4ac5-9949-e8ce9709ca1f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:34:19,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-301401e3-cd83-4ac5-9949-e8ce9709ca1f 2018-11-09 08:34:19,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj"}}' 2018-11-09 08:34:20,091 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:34:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c03802f7-3345-4530-978d-9c9bce67c899 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf"}, "enabled": true, "id": "36fde24801e942c998cf5e658036bcdf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj"}} 2018-11-09 08:34:20,091 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-c03802f7-3345-4530-978d-9c9bce67c899 2018-11-09 08:34:20,092 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj 2018-11-09 08:34:20,092 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:34:20,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:34:20,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:34:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["TfCKCE8hSVOtQziKrBZebw"], "issued_at": "2018-11-09T08:34:20.000000Z"}} 2018-11-09 08:34:20,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:34:20,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d1a2e72-170f-4a32-a2dd-a128c531c7f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:34:20,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9d1a2e72-170f-4a32-a2dd-a128c531c7f7 2018-11-09 08:34:20,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:34:20,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:34: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:34:20,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:34:20,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5dce5c-8eec-488c-b87d-b3e2e3401ad2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:34:20,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-de5dce5c-8eec-488c-b87d-b3e2e3401ad2 2018-11-09 08:34:20,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:34:20,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caf9adf6-91a3-4465-9b4e-8d0a0dcaf92a Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf"}, "enabled": true, "id": "36fde24801e942c998cf5e658036bcdf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj"}]} 2018-11-09 08:34:20,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj used request id req-caf9adf6-91a3-4465-9b4e-8d0a0dcaf92a 2018-11-09 08:34:20,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:34:20,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-270d0216-0951-45a1-b6a1-7cbe45d92c0f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:34:20,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-270d0216-0951-45a1-b6a1-7cbe45d92c0f 2018-11-09 08:34:21,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:34:21,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2953b305-f785-4c00-908d-7a67a6365f9d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:34:21,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2953b305-f785-4c00-908d-7a67a6365f9d 2018-11-09 08:34:21,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:34:21,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caf90f2c-351c-4ef2-92a6-96f1a3789e4c Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf"}, "enabled": true, "id": "36fde24801e942c998cf5e658036bcdf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj"}]} 2018-11-09 08:34:21,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj used request id req-caf90f2c-351c-4ef2-92a6-96f1a3789e4c 2018-11-09 08:34:21,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/8abbdd9169784ec7941d75237a623ead -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:34:21,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69c416c2-a028-47d1-aecd-2f42fbe644ea Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-user", "links": {"self": "http://172.30.9.27:5000/v3/users/8abbdd9169784ec7941d75237a623ead"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "36fde24801e942c998cf5e658036bcdf", "id": "8abbdd9169784ec7941d75237a623ead", "password_expires_at": null}} 2018-11-09 08:34:21,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8abbdd9169784ec7941d75237a623ead used request id req-69c416c2-a028-47d1-aecd-2f42fbe644ea 2018-11-09 08:34:21,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf/users/8abbdd9169784ec7941d75237a623ead/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:34:21,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7633932-e82a-4e5a-858c-777094e0a710 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf/users/8abbdd9169784ec7941d75237a623ead/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:34:21,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf/users/8abbdd9169784ec7941d75237a623ead/roles used request id req-e7633932-e82a-4e5a-858c-777094e0a710 2018-11-09 08:34:21,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:34:21,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-328b25df-7285-4391-93a0-65bc33a07d70 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:34:21,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-328b25df-7285-4391-93a0-65bc33a07d70 2018-11-09 08:34:21,721 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj 2018-11-09 08:34:21,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf/users/8abbdd9169784ec7941d75237a623ead/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:34:21,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:34:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1267820e-4163-4527-a308-3771e69a808a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:34:21,866 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf/users/8abbdd9169784ec7941d75237a623ead/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-1267820e-4163-4527-a308-3771e69a808a 2018-11-09 08:34:21,867 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-4a2c6bbc-26bd-4b7-user 2018-11-09 08:34:21,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:34:21,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:34:21,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1ca2e6-98c4-45e3-82e5-484d09168084 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:34:21,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6a1ca2e6-98c4-45e3-82e5-484d09168084 2018-11-09 08:34:21,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" -d '{"role": {"name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj-role"}}' 2018-11-09 08:34:22,067 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:34:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc6a7cd6-19de-4bb1-9bb5-beb05c7f632b Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a9cd89bebb8c46ada24c732c461dd296", "links": {"self": "http://172.30.9.27:5000/v3/roles/a9cd89bebb8c46ada24c732c461dd296"}, "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj-role"}} 2018-11-09 08:34:22,067 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-dc6a7cd6-19de-4bb1-9bb5-beb05c7f632b 2018-11-09 08:34:22,067 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj-role 2018-11-09 08:34:22,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/a9cd89bebb8c46ada24c732c461dd296 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:34:22,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1daf472-f93e-4321-83d6-b2d69d877a59 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/a9cd89bebb8c46ada24c732c461dd296"}, "domain_id": null, "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj-role", "id": "a9cd89bebb8c46ada24c732c461dd296"}} 2018-11-09 08:34:22,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/a9cd89bebb8c46ada24c732c461dd296 used request id req-e1daf472-f93e-4321-83d6-b2d69d877a59 2018-11-09 08:34:22,161 - keystone_utils - INFO - Granting role CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj-role to project CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj 2018-11-09 08:34:22,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf/users/8abbdd9169784ec7941d75237a623ead/roles/a9cd89bebb8c46ada24c732c461dd296 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:34:22,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:34:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d421e6a6-b52c-42da-a9d3-cf837e74d8fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:34:22,291 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf/users/8abbdd9169784ec7941d75237a623ead/roles/a9cd89bebb8c46ada24c732c461dd296 used request id req-d421e6a6-b52c-42da-a9d3-cf837e74d8fb 2018-11-09 08:34:22,292 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:34:22,292 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:34:22,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:34:22,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:34:22,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9cd89bebb8c46ada24c732c461dd296", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:34:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36fde24801e942c998cf5e658036bcdf", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-user", "id": "8abbdd9169784ec7941d75237a623ead"}, "audit_ids": ["arekstYqT4ChEgMAYiIn2A"], "issued_at": "2018-11-09T08:34:22.000000Z"}} 2018-11-09 08:34:22,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71af071ccd388ba6b3ae9a03267a342f697d5e52" 2018-11-09 08:34:22,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b41c42f-3467-4874-a796-4885eea96d91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:34:22,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2b41c42f-3467-4874-a796-4885eea96d91 2018-11-09 08:34:22,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71af071ccd388ba6b3ae9a03267a342f697d5e52" 2018-11-09 08:34:22,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-d1612aed-e317-4195-9143-ea71bc45f905 Date: Fri, 09 Nov 2018 08:34:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image"} 2018-11-09 08:34:22,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image used request id req-d1612aed-e317-4195-9143-ea71bc45f905 2018-11-09 08:34:22,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71af071ccd388ba6b3ae9a03267a342f697d5e52" 2018-11-09 08:34:23,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0dca5975-f153-4ecf-9695-e3b14dc5adea Date: Fri, 09 Nov 2018 08:34:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:34:23,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-0dca5975-f153-4ecf-9695-e3b14dc5adea 2018-11-09 08:34:23,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}71af071ccd388ba6b3ae9a03267a342f697d5e52" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image"}' 2018-11-09 08:34:23,297 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1 X-Openstack-Request-Id: req-8cede44e-7ff2-488b-a303-a8f99ce29f7e Date: Fri, 09 Nov 2018 08:34:23 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:34:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:34:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1", "min_disk": 0, "protected": false, "id": "7e3b3ba5-604a-4692-9d57-765a136896f1", "file": "/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1/file", "checksum": null, "owner": "36fde24801e942c998cf5e658036bcdf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:34:23,297 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-8cede44e-7ff2-488b-a303-a8f99ce29f7e 2018-11-09 08:34:23,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71af071ccd388ba6b3ae9a03267a342f697d5e52" -d '' 2018-11-09 08:34:24,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f21c6cb7-688f-4f4e-bc9d-ba4521965dde Date: Fri, 09 Nov 2018 08:34:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:34:24,957 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1/file used request id req-f21c6cb7-688f-4f4e-bc9d-ba4521965dde 2018-11-09 08:34:24,957 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:34:24,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71af071ccd388ba6b3ae9a03267a342f697d5e52" 2018-11-09 08:34:25,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-275d504d-eb9c-4752-a783-5b915ad6be70 Date: Fri, 09 Nov 2018 08:34:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:34:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:34:24Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/7e3b3ba5-604a-4692-9d57-765a136896f1/snap", "metadata": {}}], "self": "/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1", "min_disk": 0, "protected": false, "id": "7e3b3ba5-604a-4692-9d57-765a136896f1", "file": "/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "36fde24801e942c998cf5e658036bcdf", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/7e3b3ba5-604a-4692-9d57-765a136896f1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:34:25,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1 used request id req-275d504d-eb9c-4752-a783-5b915ad6be70 2018-11-09 08:34:25,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71af071ccd388ba6b3ae9a03267a342f697d5e52" 2018-11-09 08:34:25,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-073967b7-0e44-4fe3-84ff-45f0d8e67070 Date: Fri, 09 Nov 2018 08:34:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:34:25,295 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-073967b7-0e44-4fe3-84ff-45f0d8e67070 2018-11-09 08:34:25,298 - create_image - INFO - Created image with name - CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image 2018-11-09 08:34:25,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71af071ccd388ba6b3ae9a03267a342f697d5e52" 2018-11-09 08:34:25,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-e5362d6b-18a6-44a5-919a-ffe091c667f0 Date: Fri, 09 Nov 2018 08:34:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:34:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:34:24Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/7e3b3ba5-604a-4692-9d57-765a136896f1/snap", "metadata": {}}], "self": "/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1", "min_disk": 0, "protected": false, "id": "7e3b3ba5-604a-4692-9d57-765a136896f1", "file": "/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "36fde24801e942c998cf5e658036bcdf", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/7e3b3ba5-604a-4692-9d57-765a136896f1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:34:25,457 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1 used request id req-e5362d6b-18a6-44a5-919a-ffe091c667f0 2018-11-09 08:34:25,458 - create_image - DEBUG - Instance status is - active 2018-11-09 08:34:25,458 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image 2018-11-09 08:34:25,458 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image 2018-11-09 08:34:25,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:34:25,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:34:25,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:34:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Pr1H5sj1SVyCbjNDsbmp3A"], "issued_at": "2018-11-09T08:34:25.000000Z"}} 2018-11-09 08:34:25,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ce121aadd1e6681d21c68f2049a96916b7268b" 2018-11-09 08:34:25,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69f2fc6f-ed10-4e3e-b7f7-df44d862cf04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:34:25,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-69f2fc6f-ed10-4e3e-b7f7-df44d862cf04 2018-11-09 08:34:25,939 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:34:25,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ce121aadd1e6681d21c68f2049a96916b7268b" 2018-11-09 08:34:26,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-caed2026-5226-4f9f-9efc-fd643ca8c011 x-compute-request-id: req-caed2026-5226-4f9f-9efc-fd643ca8c011 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:34:26,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-caed2026-5226-4f9f-9efc-fd643ca8c011 2018-11-09 08:34:26,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ce121aadd1e6681d21c68f2049a96916b7268b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:34:26,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-379709ed-d0b7-49ec-bd9a-c25aea499ce8 x-compute-request-id: req-379709ed-d0b7-49ec-bd9a-c25aea499ce8 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8e10c51e-9486-48ac-9266-8b97382cef3a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8e10c51e-9486-48ac-9266-8b97382cef3a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8e10c51e-9486-48ac-9266-8b97382cef3a", "name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:34:26,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-379709ed-d0b7-49ec-bd9a-c25aea499ce8 2018-11-09 08:34:26,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:34:26,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:34:26,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9cd89bebb8c46ada24c732c461dd296", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:34:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36fde24801e942c998cf5e658036bcdf", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-user", "id": "8abbdd9169784ec7941d75237a623ead"}, "audit_ids": ["O4H8nGETQbyPA-aQ0DPMZA"], "issued_at": "2018-11-09T08:34:26.000000Z"}} 2018-11-09 08:34:26,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:26,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7a551e5-a6ba-455d-9b65-d84a844796ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:34:26,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b7a551e5-a6ba-455d-9b65-d84a844796ad 2018-11-09 08:34:26,755 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:34:26,758 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:34:26,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:26,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:26 GMT Server: Apache x-openstack-request-id: req-5f596e28-0196-4f1c-ada7-82510e50a345 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:34:26,956 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack used request id req-5f596e28-0196-4f1c-ada7-82510e50a345 2018-11-09 08:34:26,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-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-41b04fe2-7248-4732-8fdd-5250854cc406-net", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name"}}' 2018-11-09 08:34:29,379 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:34:26 GMT Server: Apache x-openstack-request-id: req-306071bc-e94c-4964-a57d-1e819e427ba1 Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}]}} 2018-11-09 08:34:29,380 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks used request id req-306071bc-e94c-4964-a57d-1e819e427ba1 2018-11-09 08:34:29,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:29,559 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:29 GMT Server: Apache x-openstack-request-id: req-82b9ce94-c5bb-43fc-82d4-89ed47ec4aea Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:29,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:29 GMT Server: Apache x-openstack-request-id: req-9d50c0f7-831b-4ad6-9118-44857ef391a2 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:29,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-9d50c0f7-831b-4ad6-9118-44857ef391a2 2018-11-09 08:34:29,761 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack 2018-11-09 08:34:29,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:29,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:29 GMT Server: Apache x-openstack-request-id: req-05c8a665-d5d7-49f8-b765-377ed72fbeb9 Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:30,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:29 GMT Server: Apache x-openstack-request-id: req-5eba4b63-fb6f-4ed8-a2f5-f786dfe9a115 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:30,121 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-5eba4b63-fb6f-4ed8-a2f5-f786dfe9a115 2018-11-09 08:34:30,121 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:34:30,122 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:34:33,125 - create_stack - DEBUG - Stack status query timeout in 1196.63670993 2018-11-09 08:34:33,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:33,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:32 GMT Server: Apache x-openstack-request-id: req-936a6d29-a545-4883-95a7-0de1e997140c Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:33,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:33 GMT Server: Apache x-openstack-request-id: req-cae61dbc-5763-4241-aa3b-3f9173c34d17 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:33,484 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-cae61dbc-5763-4241-aa3b-3f9173c34d17 2018-11-09 08:34:33,485 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:34:33,485 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:34:36,488 - create_stack - DEBUG - Stack status query timeout in 1193.2735579 2018-11-09 08:34:36,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:36,756 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:36 GMT Server: Apache x-openstack-request-id: req-be0a439b-c674-4f3b-9738-fd4f11d7fb96 Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:36,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:36 GMT Server: Apache x-openstack-request-id: req-bbc7a3a8-9be9-47df-a688-4afe0bea06b4 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:36,942 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-bbc7a3a8-9be9-47df-a688-4afe0bea06b4 2018-11-09 08:34:36,943 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:34:36,943 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:34:39,946 - create_stack - DEBUG - Stack status query timeout in 1189.81535697 2018-11-09 08:34:39,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:40,118 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:39 GMT Server: Apache x-openstack-request-id: req-7ca8ff1d-b33b-4560-83c0-f25f89cf233e Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:40,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:40 GMT Server: Apache x-openstack-request-id: req-13293665-ca8d-42e7-b823-9e8930161443 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:40,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-13293665-ca8d-42e7-b823-9e8930161443 2018-11-09 08:34:40,307 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:34:40,307 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:34:43,311 - create_stack - DEBUG - Stack status query timeout in 1186.45084405 2018-11-09 08:34:43,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:43,480 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:43 GMT Server: Apache x-openstack-request-id: req-91952d2f-048b-4d3b-92f0-7d55bd7044aa Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:43,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:43 GMT Server: Apache x-openstack-request-id: req-9c59595b-89a6-453c-8a5a-2353d59d2b3b 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:43,671 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-9c59595b-89a6-453c-8a5a-2353d59d2b3b 2018-11-09 08:34:43,671 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:34:43,672 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack 2018-11-09 08:34:43,672 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack 2018-11-09 08:34:43,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:34:44,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9cd89bebb8c46ada24c732c461dd296", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:34:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36fde24801e942c998cf5e658036bcdf", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/36fde24801e942c998cf5e658036bcdf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/36fde24801e942c998cf5e658036bcdf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-user", "id": "8abbdd9169784ec7941d75237a623ead"}, "audit_ids": ["2Mm46AtVS-WN4OouOtKYgg"], "issued_at": "2018-11-09T08:34:44.000000Z"}} 2018-11-09 08:34:44,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f094e7c15984b4182ef5dea23404240e9f883f" 2018-11-09 08:34:44,224 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:44 GMT Server: Apache x-openstack-request-id: req-b88074c3-fbfb-4e23-8378-b9412161e8f8 Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:44,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:44 GMT Server: Apache x-openstack-request-id: req-153e0ec4-ace1-4ed6-b1e2-987028699b17 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:44,420 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-153e0ec4-ace1-4ed6-b1e2-987028699b17 2018-11-09 08:34:44,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:44,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:44 GMT Server: Apache x-openstack-request-id: req-3adeba6b-f9fb-4f7e-8e99-5de90b7ee840 Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:45,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:44 GMT Server: Apache x-openstack-request-id: req-ea9c4fd9-d18e-4f7d-befd-a960ef8d3a79 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:45,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-ea9c4fd9-d18e-4f7d-befd-a960ef8d3a79 2018-11-09 08:34:45,004 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack 2018-11-09 08:34:45,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:45,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:44 GMT Server: Apache x-openstack-request-id: req-0fc6197c-f04d-4510-94c0-fd62f75853e4 Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:45,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:34:45 GMT Server: Apache x-openstack-request-id: req-3e19fa3d-4ae1-41bb-925b-78655c28dad9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:34:45,252 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-3e19fa3d-4ae1-41bb-925b-78655c28dad9 2018-11-09 08:34:45,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:45,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:45 GMT Server: Apache x-openstack-request-id: req-38a43761-d0bb-418e-9f4b-54907c24a39c Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:45,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:45 GMT Server: Apache x-openstack-request-id: req-07cabf93-55ea-46a4-9197-11e6161d1a09 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:45,322 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-07cabf93-55ea-46a4-9197-11e6161d1a09 2018-11-09 08:34:45,323 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:34:45,323 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:34:48,326 - create_stack - DEBUG - Stack status query timeout in 1196.92620206 2018-11-09 08:34:48,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:48,356 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:48 GMT Server: Apache x-openstack-request-id: req-461d221f-3942-4aa2-8009-c20520986556 Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:48,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:48 GMT Server: Apache x-openstack-request-id: req-9cd68ae7-8342-4b87-b7e1-11c6c89746b4 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "tags": null, "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:34:45Z", "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:48,382 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-9cd68ae7-8342-4b87-b7e1-11c6c89746b4 2018-11-09 08:34:48,383 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:34:48,383 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:34:51,386 - create_stack - DEBUG - Stack status query timeout in 1193.86613607 2018-11-09 08:34:51,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:51,567 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:51 GMT Server: Apache x-openstack-request-id: req-124cd9f2-fb2f-40fd-b343-5cab840c966d Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:51,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:51 GMT Server: Apache x-openstack-request-id: req-3e440ac4-5a90-4764-be99-92886d2c073c 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "tags": null, "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:34:45Z", "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:51,593 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-3e440ac4-5a90-4764-be99-92886d2c073c 2018-11-09 08:34:51,593 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:34:51,593 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:34:54,596 - create_stack - DEBUG - Stack status query timeout in 1190.65587687 2018-11-09 08:34:54,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:54,770 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:54 GMT Server: Apache x-openstack-request-id: req-85bfadec-6997-4ec2-bc23-aa0bb121f321 Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:54,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:54 GMT Server: Apache x-openstack-request-id: req-5c2cbcde-284b-4722-8c2e-d27a50172734 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "tags": null, "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:34:45Z", "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:54,795 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-5c2cbcde-284b-4722-8c2e-d27a50172734 2018-11-09 08:34:54,796 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:34:54,796 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:34:57,799 - create_stack - DEBUG - Stack status query timeout in 1187.45309591 2018-11-09 08:34:57,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:57,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:57 GMT Server: Apache x-openstack-request-id: req-5cfc90b7-784b-47a0-ad3f-285208ef6ab3 Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:58,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:57 GMT Server: Apache x-openstack-request-id: req-e9abc2c6-b487-4dc1-91d5-be6c0f9c7973 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": "36fde24801e942c998cf5e658036bcdf", "OS::stack_id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "image_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image", "inst_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-inst", "subnet_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-subnet", "flavor_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-flavor-name", "net_name": "CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-net"}, "deletion_time": "2018-11-09T08:34:56Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack", "stack_user_project_id": "c21498b2aa194c82932be1cbebf01888", "tags": null, "creation_time": "2018-11-09T08:34:28Z", "links": [{"href": "http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:34:45Z", "id": "7c59a8b0-4602-4326-af5c-04e8fb0e1373", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:34:58,022 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-e9abc2c6-b487-4dc1-91d5-be6c0f9c7973 2018-11-09 08:34:58,023 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:34:58,023 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack 2018-11-09 08:34:58,023 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack 2018-11-09 08:34:58,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/7c59a8b0-4602-4326-af5c-04e8fb0e1373 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79982bd35f4e3ecd27619c94d80f9fea4f49df6f" 2018-11-09 08:34:58,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:34:57 GMT Server: Apache x-openstack-request-id: req-14a3da0f-911e-4321-94e6-daa1c1c3916c Location: http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:34:58,238 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:34:58 GMT Server: Apache x-openstack-request-id: req-67fa84ee-92fe-446b-a3c0-e4007f8d2347 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:34:58,238 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/36fde24801e942c998cf5e658036bcdf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-stack/7c59a8b0-4602-4326-af5c-04e8fb0e1373 used request id req-67fa84ee-92fe-446b-a3c0-e4007f8d2347 2018-11-09 08:34:58,239 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-41b04fe2-7248-4732-8fdd-5250854cc406-image 2018-11-09 08:34:58,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71af071ccd388ba6b3ae9a03267a342f697d5e52" 2018-11-09 08:34:59,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-58440358-de51-4335-b538-db4e6a645994 Date: Fri, 09 Nov 2018 08:34:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:34:59,732 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/7e3b3ba5-604a-4692-9d57-765a136896f1 used request id req-58440358-de51-4335-b538-db4e6a645994 2018-11-09 08:34:59,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/8e10c51e-9486-48ac-9266-8b97382cef3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1ce121aadd1e6681d21c68f2049a96916b7268b" 2018-11-09 08:34:59,775 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:34:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e1ce5b4-714d-4fcf-927a-91fae30fc3af x-compute-request-id: req-9e1ce5b4-714d-4fcf-927a-91fae30fc3af Content-Length: 0 Content-Type: application/json 2018-11-09 08:34:59,775 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8e10c51e-9486-48ac-9266-8b97382cef3a used request id req-9e1ce5b4-714d-4fcf-927a-91fae30fc3af 2018-11-09 08:34:59,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:35:00,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-89ac4a08-71aa-4c74-b65f-ea2b446587c0 Date: Fri, 09 Nov 2018 08:35:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "36fde24801e942c998cf5e658036bcdf", "created_at": "2018-11-09T08:34:29Z", "updated_at": "2018-11-09T08:34:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:34:30Z", "revision_number": 0, "id": "10d088ad-de4a-4104-a3c1-1a5e50692c38", "remote_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "remote_ip_prefix": null, "created_at": "2018-11-09T08:34:30Z", "security_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "tenant_id": "36fde24801e942c998cf5e658036bcdf", "port_range_min": null, "ethertype": "IPv4", "project_id": "36fde24801e942c998cf5e658036bcdf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:34:30Z", "revision_number": 0, "id": "3ea713be-c748-472b-8fdd-d9420cb1aefe", "remote_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "remote_ip_prefix": null, "created_at": "2018-11-09T08:34:30Z", "security_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "tenant_id": "36fde24801e942c998cf5e658036bcdf", "port_range_min": null, "ethertype": "IPv6", "project_id": "36fde24801e942c998cf5e658036bcdf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:34:30Z", "revision_number": 0, "id": "6074bd03-bcae-4b0d-b3d1-1267da743a20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:34:30Z", "security_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "tenant_id": "36fde24801e942c998cf5e658036bcdf", "port_range_min": null, "ethertype": "IPv6", "project_id": "36fde24801e942c998cf5e658036bcdf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:34:30Z", "revision_number": 0, "id": "65d41384-1b70-48f1-8257-fb340941fa12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:34:30Z", "security_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "tenant_id": "36fde24801e942c998cf5e658036bcdf", "port_range_min": null, "ethertype": "IPv4", "project_id": "36fde24801e942c998cf5e658036bcdf"}], "revision_number": 4, "project_id": "36fde24801e942c998cf5e658036bcdf", "id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:35:00,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-89ac4a08-71aa-4c74-b65f-ea2b446587c0 2018-11-09 08:35:00,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:35:00,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:34:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3ad0d43-7471-4e5b-9ec0-1237c79b1cd4 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:35:00,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-e3ad0d43-7471-4e5b-9ec0-1237c79b1cd4 2018-11-09 08:35:00,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:35:00,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d19404-b12b-4cc3-a619-21fe7cf13943 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:35:00,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-b8d19404-b12b-4cc3-a619-21fe7cf13943 2018-11-09 08:35:00,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:35:00,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e419dc-474d-4175-8ea7-4e8198713485 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf"}, "enabled": true, "id": "36fde24801e942c998cf5e658036bcdf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj"}} 2018-11-09 08:35:00,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf used request id req-e8e419dc-474d-4175-8ea7-4e8198713485 2018-11-09 08:35:00,278 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7a72bac-81de-41cc-8ff8-44a0513d8b29 2018-11-09 08:35:00,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c7a72bac-81de-41cc-8ff8-44a0513d8b29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:35:00,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ede8bec2-0733-4a95-a750-32c3d0ab687f Date: Fri, 09 Nov 2018 08:35:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:34:30Z", "security_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "port_range_min": null, "revision_number": 0, "tenant_id": "36fde24801e942c998cf5e658036bcdf", "created_at": "2018-11-09T08:34:30Z", "project_id": "36fde24801e942c998cf5e658036bcdf", "id": "10d088ad-de4a-4104-a3c1-1a5e50692c38"}, {"remote_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:34:30Z", "security_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "port_range_min": null, "revision_number": 0, "tenant_id": "36fde24801e942c998cf5e658036bcdf", "created_at": "2018-11-09T08:34:30Z", "project_id": "36fde24801e942c998cf5e658036bcdf", "id": "3ea713be-c748-472b-8fdd-d9420cb1aefe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:34:30Z", "security_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "port_range_min": null, "revision_number": 0, "tenant_id": "36fde24801e942c998cf5e658036bcdf", "created_at": "2018-11-09T08:34:30Z", "project_id": "36fde24801e942c998cf5e658036bcdf", "id": "6074bd03-bcae-4b0d-b3d1-1267da743a20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:34:30Z", "security_group_id": "c7a72bac-81de-41cc-8ff8-44a0513d8b29", "port_range_min": null, "revision_number": 0, "tenant_id": "36fde24801e942c998cf5e658036bcdf", "created_at": "2018-11-09T08:34:30Z", "project_id": "36fde24801e942c998cf5e658036bcdf", "id": "65d41384-1b70-48f1-8257-fb340941fa12"}]} 2018-11-09 08:35:00,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c7a72bac-81de-41cc-8ff8-44a0513d8b29 used request id req-ede8bec2-0733-4a95-a750-32c3d0ab687f 2018-11-09 08:35:00,461 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:35:00,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c7a72bac-81de-41cc-8ff8-44a0513d8b29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:35:00,778 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6432fb11-2ef4-41e9-aaaa-00da7f0e73dd Content-Length: 0 Date: Fri, 09 Nov 2018 08:35:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:35:00,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c7a72bac-81de-41cc-8ff8-44a0513d8b29 used request id req-6432fb11-2ef4-41e9-aaaa-00da7f0e73dd 2018-11-09 08:35:00,779 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj 2018-11-09 08:35:00,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:35:01,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc361b7e-e96e-4e8b-a8c2-93492df394fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:01,034 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/36fde24801e942c998cf5e658036bcdf used request id req-dc361b7e-e96e-4e8b-a8c2-93492df394fd 2018-11-09 08:35:01,034 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-4a2c6bbc-26bd-4b7-proj-role 2018-11-09 08:35:01,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/a9cd89bebb8c46ada24c732c461dd296 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:35:01,162 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7a2ee32-3feb-4a40-8a02-f6ca982e5d1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:01,162 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/a9cd89bebb8c46ada24c732c461dd296 used request id req-f7a2ee32-3feb-4a40-8a02-f6ca982e5d1a 2018-11-09 08:35:01,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0950e53b36c7117f6ae85ba824a6df1a0b4a9f05" 2018-11-09 08:35:01,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36172d93-8cef-48c1-96d1-4f63b96055a9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:35:01,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-36172d93-8cef-48c1-96d1-4f63b96055a9 2018-11-09 08:35:01,253 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-4a2c6bbc-26bd-4b7-user 2018-11-09 08:35:01,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8abbdd9169784ec7941d75237a623ead -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8edbbd023098a3a8e6d88782bb0e7dd8abf966e0" 2018-11-09 08:35:01,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6d79136-85dd-4055-9891-b0df478504c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:01,498 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8abbdd9169784ec7941d75237a623ead used request id req-c6d79136-85dd-4055-9891-b0df478504c8 2018-11-09 08:35:01,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:01,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:35:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ZgOeFfMrQe2cUxLQpCEBvw"], "issued_at": "2018-11-09T08:35:01.000000Z"}} 2018-11-09 08:35:01,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58fdab9d29924a2e26482e1641703fe6a0af7276" 2018-11-09 08:35:01,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d86a1ccb-3e75-4da7-88f1-8b708f2c15b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:01,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d86a1ccb-3e75-4da7-88f1-8b708f2c15b8 2018-11-09 08:35:01,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:01,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:02,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:35:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["ufJC9lOHTl2JqZzvkkqiLQ"], "issued_at": "2018-11-09T08:35:02.000000Z"}} 2018-11-09 08:35:02,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:02,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c49ee8f-422d-438a-ac21-8ff0b440f596 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:02,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7c49ee8f-422d-438a-ac21-8ff0b440f596 2018-11-09 08:35:02,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:35:02,440 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:35: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:35:02,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-38120574-0eec-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:02,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a165db81-2a75-42eb-8d48-a1b779ad6613 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-38120574-0eec-48b-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:35:02,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-38120574-0eec-48b-proj used request id req-a165db81-2a75-42eb-8d48-a1b779ad6613 2018-11-09 08:35:02,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:02,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bb72b5e-517d-4e26-9b6e-330a667419b8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:35:02,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-8bb72b5e-517d-4e26-9b6e-330a667419b8 2018-11-09 08:35:02,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj"}}' 2018-11-09 08:35:02,725 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:35:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f73fbbc-f54d-41f4-903e-de60d3c263dd Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324"}, "enabled": true, "id": "bb759e479ca440bf96cb8d7de5026324", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj"}} 2018-11-09 08:35:02,725 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-9f73fbbc-f54d-41f4-903e-de60d3c263dd 2018-11-09 08:35:02,725 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-38120574-0eec-48b-proj 2018-11-09 08:35:02,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:02,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:03,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:35:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["38QKWMY9Tv-vee5tGcOJpw"], "issued_at": "2018-11-09T08:35:02.000000Z"}} 2018-11-09 08:35:03,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:03,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0648b34f-72b3-47c3-827e-1c3cb2783abc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:03,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0648b34f-72b3-47c3-827e-1c3cb2783abc 2018-11-09 08:35:03,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:35:03,212 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:35:03,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:03,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85a4db95-d5b7-4925-9697-fed9aa300489 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:35:03,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-85a4db95-d5b7-4925-9697-fed9aa300489 2018-11-09 08:35:03,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-38120574-0eec-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:03,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a555ec-dfd7-4572-9456-d7359077121e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-38120574-0eec-48b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324"}, "enabled": true, "id": "bb759e479ca440bf96cb8d7de5026324", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj"}]} 2018-11-09 08:35:03,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-38120574-0eec-48b-proj used request id req-01a555ec-dfd7-4572-9456-d7359077121e 2018-11-09 08:35:03,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:03,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31fb48a8-7c18-46d3-92f3-abe85ef32bbc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:35:03,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-31fb48a8-7c18-46d3-92f3-abe85ef32bbc 2018-11-09 08:35:03,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:03,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e42d0789-0b33-4f62-b9a0-c4bbd18b5b44 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:35:03,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e42d0789-0b33-4f62-b9a0-c4bbd18b5b44 2018-11-09 08:35:04,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-38120574-0eec-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:04,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81f3d254-2bcf-48c8-b4f7-d2a16ae86e87 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-38120574-0eec-48b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324"}, "enabled": true, "id": "bb759e479ca440bf96cb8d7de5026324", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj"}]} 2018-11-09 08:35:04,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-38120574-0eec-48b-proj used request id req-81f3d254-2bcf-48c8-b4f7-d2a16ae86e87 2018-11-09 08:35:04,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/526b32de7ee34852b1026bd2dd15b022 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:04,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3b5fe55-4ca5-4489-9dbf-89d0fd7ae99b Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-38120574-0eec-48b-user", "links": {"self": "http://172.30.9.27:5000/v3/users/526b32de7ee34852b1026bd2dd15b022"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "bb759e479ca440bf96cb8d7de5026324", "id": "526b32de7ee34852b1026bd2dd15b022", "password_expires_at": null}} 2018-11-09 08:35:04,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/526b32de7ee34852b1026bd2dd15b022 used request id req-a3b5fe55-4ca5-4489-9dbf-89d0fd7ae99b 2018-11-09 08:35:04,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324/users/526b32de7ee34852b1026bd2dd15b022/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:04,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df15c48-0619-4bfc-b3ec-dc55fac82b4d Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324/users/526b32de7ee34852b1026bd2dd15b022/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:35:04,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324/users/526b32de7ee34852b1026bd2dd15b022/roles used request id req-2df15c48-0619-4bfc-b3ec-dc55fac82b4d 2018-11-09 08:35:04,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:04,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a412f29e-f439-4001-9634-05644a46f43f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:35:04,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-a412f29e-f439-4001-9634-05644a46f43f 2018-11-09 08:35:04,386 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-38120574-0eec-48b-proj 2018-11-09 08:35:04,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324/users/526b32de7ee34852b1026bd2dd15b022/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:04,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcfd23bc-c80d-4e86-b5d3-89c08bebf2e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:04,512 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324/users/526b32de7ee34852b1026bd2dd15b022/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-dcfd23bc-c80d-4e86-b5d3-89c08bebf2e6 2018-11-09 08:35:04,512 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-38120574-0eec-48b-user 2018-11-09 08:35:04,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:04,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:04,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97a1f9d3-beab-4fc1-8a86-134abd9569bf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:35:04,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-97a1f9d3-beab-4fc1-8a86-134abd9569bf 2018-11-09 08:35:04,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" -d '{"role": {"name": "CreateStackSuccessTests-38120574-0eec-48b-proj-role"}}' 2018-11-09 08:35:04,719 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:35:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9341343c-fd20-45f2-86f8-aeffb3a54bf1 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2ac7ac6fa14c4c49ab1009c56e747a95", "links": {"self": "http://172.30.9.27:5000/v3/roles/2ac7ac6fa14c4c49ab1009c56e747a95"}, "name": "CreateStackSuccessTests-38120574-0eec-48b-proj-role"}} 2018-11-09 08:35:04,719 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-9341343c-fd20-45f2-86f8-aeffb3a54bf1 2018-11-09 08:35:04,720 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-38120574-0eec-48b-proj-role 2018-11-09 08:35:04,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2ac7ac6fa14c4c49ab1009c56e747a95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:04,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e45e999-abfb-4796-b054-d27f3fdf133f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2ac7ac6fa14c4c49ab1009c56e747a95"}, "domain_id": null, "name": "CreateStackSuccessTests-38120574-0eec-48b-proj-role", "id": "2ac7ac6fa14c4c49ab1009c56e747a95"}} 2018-11-09 08:35:04,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2ac7ac6fa14c4c49ab1009c56e747a95 used request id req-7e45e999-abfb-4796-b054-d27f3fdf133f 2018-11-09 08:35:04,811 - keystone_utils - INFO - Granting role CreateStackSuccessTests-38120574-0eec-48b-proj-role to project CreateStackSuccessTests-38120574-0eec-48b-proj 2018-11-09 08:35:04,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324/users/526b32de7ee34852b1026bd2dd15b022/roles/2ac7ac6fa14c4c49ab1009c56e747a95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:04,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e050df2-b2a8-40c0-ac87-799c177d26e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:04,957 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324/users/526b32de7ee34852b1026bd2dd15b022/roles/2ac7ac6fa14c4c49ab1009c56e747a95 used request id req-4e050df2-b2a8-40c0-ac87-799c177d26e1 2018-11-09 08:35:04,957 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:35:04,958 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:35:04,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:04,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:05,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ac7ac6fa14c4c49ab1009c56e747a95", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:35:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb759e479ca440bf96cb8d7de5026324", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-38120574-0eec-48b-user", "id": "526b32de7ee34852b1026bd2dd15b022"}, "audit_ids": ["fhsrwfMLQb6pf120OUd4sA"], "issued_at": "2018-11-09T08:35:05.000000Z"}} 2018-11-09 08:35:05,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dafb6001e76d685753d89fddcf62dda2cd6d6ba" 2018-11-09 08:35:05,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32e53bdb-bd23-453e-a337-03e7d3d91567 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:05,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-32e53bdb-bd23-453e-a337-03e7d3d91567 2018-11-09 08:35:05,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dafb6001e76d685753d89fddcf62dda2cd6d6ba" 2018-11-09 08:35:05,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-5ce59d6a-eab3-4f16-9fb1-0ae7a174eddd Date: Fri, 09 Nov 2018 08:35:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image"} 2018-11-09 08:35:05,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image used request id req-5ce59d6a-eab3-4f16-9fb1-0ae7a174eddd 2018-11-09 08:35:05,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dafb6001e76d685753d89fddcf62dda2cd6d6ba" 2018-11-09 08:35:05,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d6c8ac70-c76a-42a5-b600-521fe269acaf Date: Fri, 09 Nov 2018 08:35:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:35:05,750 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d6c8ac70-c76a-42a5-b600-521fe269acaf 2018-11-09 08:35:05,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6dafb6001e76d685753d89fddcf62dda2cd6d6ba" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image"}' 2018-11-09 08:35:05,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/b0beb339-71ec-4965-822f-8c26de663396 X-Openstack-Request-Id: req-94008dff-960b-41b2-a4c4-83e50426f15f Date: Fri, 09 Nov 2018 08:35:06 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:35:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:35:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/b0beb339-71ec-4965-822f-8c26de663396", "min_disk": 0, "protected": false, "id": "b0beb339-71ec-4965-822f-8c26de663396", "file": "/v2/images/b0beb339-71ec-4965-822f-8c26de663396/file", "checksum": null, "owner": "bb759e479ca440bf96cb8d7de5026324", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:35:05,979 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-94008dff-960b-41b2-a4c4-83e50426f15f 2018-11-09 08:35:05,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/b0beb339-71ec-4965-822f-8c26de663396/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dafb6001e76d685753d89fddcf62dda2cd6d6ba" -d '' 2018-11-09 08:35:07,399 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-917e53eb-9a1b-40d2-9bfb-e7403ed9481e Date: Fri, 09 Nov 2018 08:35:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:35:07,399 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/b0beb339-71ec-4965-822f-8c26de663396/file used request id req-917e53eb-9a1b-40d2-9bfb-e7403ed9481e 2018-11-09 08:35:07,400 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:35:07,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/b0beb339-71ec-4965-822f-8c26de663396 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dafb6001e76d685753d89fddcf62dda2cd6d6ba" 2018-11-09 08:35:07,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-52f86b2c-3585-4adb-b53d-b55e226b6de3 Date: Fri, 09 Nov 2018 08:35:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:35:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:35:07Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b0beb339-71ec-4965-822f-8c26de663396/snap", "metadata": {}}], "self": "/v2/images/b0beb339-71ec-4965-822f-8c26de663396", "min_disk": 0, "protected": false, "id": "b0beb339-71ec-4965-822f-8c26de663396", "file": "/v2/images/b0beb339-71ec-4965-822f-8c26de663396/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bb759e479ca440bf96cb8d7de5026324", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b0beb339-71ec-4965-822f-8c26de663396/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:35:07,580 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/b0beb339-71ec-4965-822f-8c26de663396 used request id req-52f86b2c-3585-4adb-b53d-b55e226b6de3 2018-11-09 08:35:07,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dafb6001e76d685753d89fddcf62dda2cd6d6ba" 2018-11-09 08:35:07,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6b263a6e-67db-4ca8-87b8-792ecbc0079b Date: Fri, 09 Nov 2018 08:35:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:35:07,733 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-6b263a6e-67db-4ca8-87b8-792ecbc0079b 2018-11-09 08:35:07,736 - create_image - INFO - Created image with name - CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image 2018-11-09 08:35:07,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/b0beb339-71ec-4965-822f-8c26de663396 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dafb6001e76d685753d89fddcf62dda2cd6d6ba" 2018-11-09 08:35:07,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-28b14e46-4946-4681-a6b8-c9bc66dd8ab1 Date: Fri, 09 Nov 2018 08:35:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:35:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:35:07Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b0beb339-71ec-4965-822f-8c26de663396/snap", "metadata": {}}], "self": "/v2/images/b0beb339-71ec-4965-822f-8c26de663396", "min_disk": 0, "protected": false, "id": "b0beb339-71ec-4965-822f-8c26de663396", "file": "/v2/images/b0beb339-71ec-4965-822f-8c26de663396/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bb759e479ca440bf96cb8d7de5026324", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b0beb339-71ec-4965-822f-8c26de663396/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:35:07,755 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/b0beb339-71ec-4965-822f-8c26de663396 used request id req-28b14e46-4946-4681-a6b8-c9bc66dd8ab1 2018-11-09 08:35:07,756 - create_image - DEBUG - Instance status is - active 2018-11-09 08:35:07,756 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image 2018-11-09 08:35:07,756 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image 2018-11-09 08:35:07,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:07,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:08,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:35:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["tGSWbh6vSCqalCYHvQWhtw"], "issued_at": "2018-11-09T08:35:08.000000Z"}} 2018-11-09 08:35:08,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15c50197098991fcd44a3d0b0862b7f2a679909f" 2018-11-09 08:35:08,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49d22f4d-7549-45ed-8373-332dbb07b35f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:08,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-49d22f4d-7549-45ed-8373-332dbb07b35f 2018-11-09 08:35:08,218 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:35:08,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15c50197098991fcd44a3d0b0862b7f2a679909f" 2018-11-09 08:35:08,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35: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-2ff0de9b-2583-4947-9bd8-81ab780256e3 x-compute-request-id: req-2ff0de9b-2583-4947-9bd8-81ab780256e3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:35:08,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2ff0de9b-2583-4947-9bd8-81ab780256e3 2018-11-09 08:35:08,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15c50197098991fcd44a3d0b0862b7f2a679909f" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:35:08,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35: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-30651e3b-fa41-48ea-a112-cda6cd75855e x-compute-request-id: req-30651e3b-fa41-48ea-a112-cda6cd75855e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8ac524ce-b95a-4a15-9868-5ec9c426e4ad", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8ac524ce-b95a-4a15-9868-5ec9c426e4ad", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8ac524ce-b95a-4a15-9868-5ec9c426e4ad", "name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:35:08,515 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-30651e3b-fa41-48ea-a112-cda6cd75855e 2018-11-09 08:35:08,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:08,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:08,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ac7ac6fa14c4c49ab1009c56e747a95", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:35:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb759e479ca440bf96cb8d7de5026324", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-38120574-0eec-48b-user", "id": "526b32de7ee34852b1026bd2dd15b022"}, "audit_ids": ["20zkbdvWSYuMl7657C9HLQ"], "issued_at": "2018-11-09T08:35:08.000000Z"}} 2018-11-09 08:35:08,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:08,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de09194d-b917-4c0e-a271-967353b6fd7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:08,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-de09194d-b917-4c0e-a271-967353b6fd7f 2018-11-09 08:35:08,980 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:35:08,982 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:35:08,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:09,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:09 GMT Server: Apache x-openstack-request-id: req-580e28a0-1abd-4774-907c-b6bbdfe6d5b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:35:09,528 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack used request id req-580e28a0-1abd-4774-907c-b6bbdfe6d5b4 2018-11-09 08:35:09,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-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-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}}' 2018-11-09 08:35:11,952 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:35:09 GMT Server: Apache x-openstack-request-id: req-cdf2da6f-a8ee-4fe8-8d87-55420c682843 Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}]}} 2018-11-09 08:35:11,952 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks used request id req-cdf2da6f-a8ee-4fe8-8d87-55420c682843 2018-11-09 08:35:11,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:12,123 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:11 GMT Server: Apache x-openstack-request-id: req-94837587-28e8-4782-a80b-abc23c90019c Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:12,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:12 GMT Server: Apache x-openstack-request-id: req-db44e445-03f2-4452-939a-c97431c6748f 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:12,316 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-db44e445-03f2-4452-939a-c97431c6748f 2018-11-09 08:35:12,317 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack 2018-11-09 08:35:12,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:12,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:12 GMT Server: Apache x-openstack-request-id: req-57ad215e-71dc-4d40-907f-e87e70284c22 Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:12,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:12 GMT Server: Apache x-openstack-request-id: req-70c66ee7-1176-430c-a891-2f2277873044 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:12,765 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-70c66ee7-1176-430c-a891-2f2277873044 2018-11-09 08:35:12,766 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:35:12,766 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:35:15,769 - create_stack - DEBUG - Stack status query timeout in 1196.54791498 2018-11-09 08:35:15,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:15,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:15 GMT Server: Apache x-openstack-request-id: req-8bc07deb-b9e6-4127-9ccf-aebcb3944eda Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:16,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:15 GMT Server: Apache x-openstack-request-id: req-c670b805-1019-4953-a744-f2d967739a73 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:16,134 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-c670b805-1019-4953-a744-f2d967739a73 2018-11-09 08:35:16,134 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:35:16,134 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:35:19,138 - create_stack - DEBUG - Stack status query timeout in 1193.17971683 2018-11-09 08:35:19,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:19,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:19 GMT Server: Apache x-openstack-request-id: req-8aa237de-19c2-4032-8305-87677ffbcb70 Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:19,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:19 GMT Server: Apache x-openstack-request-id: req-ce5cf9a3-f611-4295-9291-4d344bc4edd3 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:19,346 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-ce5cf9a3-f611-4295-9291-4d344bc4edd3 2018-11-09 08:35:19,346 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:35:19,346 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:35:22,349 - create_stack - DEBUG - Stack status query timeout in 1189.96789193 2018-11-09 08:35:22,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:22,537 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:22 GMT Server: Apache x-openstack-request-id: req-00e233f2-741c-4e65-8c5b-2a7339dcba38 Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:22,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:22 GMT Server: Apache x-openstack-request-id: req-fec32150-3a01-4431-85c3-dd586c032778 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:22,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-fec32150-3a01-4431-85c3-dd586c032778 2018-11-09 08:35:22,748 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:35:22,748 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:35:25,752 - create_stack - DEBUG - Stack status query timeout in 1186.56562185 2018-11-09 08:35:25,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:25,933 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:25 GMT Server: Apache x-openstack-request-id: req-c7059ec4-962a-4a76-a357-6004bde195cb Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:26,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:25 GMT Server: Apache x-openstack-request-id: req-2d458e07-9d6e-4ce7-b3db-1b83eab9e4da 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:26,149 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-2d458e07-9d6e-4ce7-b3db-1b83eab9e4da 2018-11-09 08:35:26,149 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:35:26,149 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:35:29,153 - create_stack - DEBUG - Stack status query timeout in 1183.16471195 2018-11-09 08:35:29,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:29,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:29 GMT Server: Apache x-openstack-request-id: req-b269f0b5-07f8-4337-ac9c-6635ac1f5f0c Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:29,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:29 GMT Server: Apache x-openstack-request-id: req-0ce5cb3a-10f3-4bcc-b64d-309f77259084 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:29,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-0ce5cb3a-10f3-4bcc-b64d-309f77259084 2018-11-09 08:35:29,412 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:35:29,412 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack 2018-11-09 08:35:29,412 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack 2018-11-09 08:35:29,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:29,788 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ac7ac6fa14c4c49ab1009c56e747a95", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:35:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb759e479ca440bf96cb8d7de5026324", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-38120574-0eec-48b-user", "id": "526b32de7ee34852b1026bd2dd15b022"}, "audit_ids": ["zweNJLsiSuSxv1JGY5Dp_Q"], "issued_at": "2018-11-09T08:35:29.000000Z"}} 2018-11-09 08:35:29,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585ea0261b347bcca3367bab3f674e9429ba7d2f" 2018-11-09 08:35:29,957 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:29 GMT Server: Apache x-openstack-request-id: req-9db0bdc1-6579-45f9-bf2a-3fcb357a6c8e Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:30,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:29 GMT Server: Apache x-openstack-request-id: req-39a510ca-bf55-44b5-b25c-fecf23d9e621 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:30,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-39a510ca-bf55-44b5-b25c-fecf23d9e621 2018-11-09 08:35:30,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:30,214 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:30 GMT Server: Apache x-openstack-request-id: req-b71ac3e2-4ecb-46f0-b4be-2edb65eda190 Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:30,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:30 GMT Server: Apache x-openstack-request-id: req-bab915b7-99f2-4ed6-81d0-dc2e549942c7 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:30,256 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-bab915b7-99f2-4ed6-81d0-dc2e549942c7 2018-11-09 08:35:30,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:30,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:30,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ac7ac6fa14c4c49ab1009c56e747a95", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:35:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb759e479ca440bf96cb8d7de5026324", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/bb759e479ca440bf96cb8d7de5026324", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-38120574-0eec-48b-user", "id": "526b32de7ee34852b1026bd2dd15b022"}, "audit_ids": ["d5Z6esECSjODVsAqamoVBw"], "issued_at": "2018-11-09T08:35:30.000000Z"}} 2018-11-09 08:35:30,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}867207c65e58f702097992f66fb61af568536833" 2018-11-09 08:35:30,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cc3e569-72b1-483a-9588-7c56ff104e14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:30,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0cc3e569-72b1-483a-9588-7c56ff104e14 2018-11-09 08:35:30,724 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:35:30,727 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:35:30,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}867207c65e58f702097992f66fb61af568536833" 2018-11-09 08:35:30,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:30 GMT Server: Apache x-openstack-request-id: req-2f14d8f4-6199-481a-b225-c0ad5dd92e5b 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-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "deletion_time": null, "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "tags": null}]} 2018-11-09 08:35:30,924 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack used request id req-2f14d8f4-6199-481a-b225-c0ad5dd92e5b 2018-11-09 08:35:30,924 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack 2018-11-09 08:35:30,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}867207c65e58f702097992f66fb61af568536833" 2018-11-09 08:35:31,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:30 GMT Server: Apache x-openstack-request-id: req-87c3ba72-75f6-4e57-afd1-51791d429d49 Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:31,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:30 GMT Server: Apache x-openstack-request-id: req-5c5f9503-eb26-4a2a-8ceb-d6f5b12159ad 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:31,293 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-5c5f9503-eb26-4a2a-8ceb-d6f5b12159ad 2018-11-09 08:35:31,293 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack 2018-11-09 08:35:31,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:31,323 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:31 GMT Server: Apache x-openstack-request-id: req-8b9d522f-8ff2-448a-82bc-01c2cecd4e2d Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:31,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:31 GMT Server: Apache x-openstack-request-id: req-54f7bbc7-2a0c-48d0-b6fa-7ab5d3d0af12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:31,550 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-54f7bbc7-2a0c-48d0-b6fa-7ab5d3d0af12 2018-11-09 08:35:31,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:31,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:31 GMT Server: Apache x-openstack-request-id: req-af8f0c17-7dc0-4a0d-b74c-3b0e36d1ced0 Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:31,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:31 GMT Server: Apache x-openstack-request-id: req-64545adf-8899-4242-b861-701d69179074 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "tags": null, "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:35:31Z", "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:31,740 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-64545adf-8899-4242-b861-701d69179074 2018-11-09 08:35:31,740 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:35:31,741 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:35:34,744 - create_stack - DEBUG - Stack status query timeout in 1196.80609989 2018-11-09 08:35:34,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:34,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:34 GMT Server: Apache x-openstack-request-id: req-a006f035-2f4c-472e-abb2-af543af3ba5e Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:34,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:34 GMT Server: Apache x-openstack-request-id: req-0d7eb326-ed5a-41a8-8300-7776958bf12a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "tags": null, "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:35:31Z", "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:34,802 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-0d7eb326-ed5a-41a8-8300-7776958bf12a 2018-11-09 08:35:34,803 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:35:34,803 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:35:37,806 - create_stack - DEBUG - Stack status query timeout in 1193.7437911 2018-11-09 08:35:37,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:37,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:37 GMT Server: Apache x-openstack-request-id: req-f80faf70-63ad-4587-befc-1ca54279d626 Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:37,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:37 GMT Server: Apache x-openstack-request-id: req-e1ef5ea7-9685-48c8-8e44-b8d101c0996f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "tags": null, "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:35:31Z", "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:37,861 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-e1ef5ea7-9685-48c8-8e44-b8d101c0996f 2018-11-09 08:35:37,861 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:35:37,861 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:35:40,865 - create_stack - DEBUG - Stack status query timeout in 1190.68532491 2018-11-09 08:35:40,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:40,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:40 GMT Server: Apache x-openstack-request-id: req-638018e1-d395-4215-8acc-546e779bdcd8 Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:40,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:40 GMT Server: Apache x-openstack-request-id: req-6a9323ff-8099-412a-8c20-b6369e6b4978 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "tags": null, "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:35:31Z", "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:40,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-6a9323ff-8099-412a-8c20-b6369e6b4978 2018-11-09 08:35:40,938 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:35:40,938 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:35:43,942 - create_stack - DEBUG - Stack status query timeout in 1187.60836005 2018-11-09 08:35:43,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:43,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:43 GMT Server: Apache x-openstack-request-id: req-eecc9390-560b-43d0-81b4-3e13935f8078 Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:44,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:43 GMT Server: Apache x-openstack-request-id: req-cb8338c8-9d5d-499b-836a-a0c32d72d828 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": "bb759e479ca440bf96cb8d7de5026324", "OS::stack_id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "image_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image", "inst_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-inst", "subnet_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-subnet", "flavor_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-flavor-name", "net_name": "CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-net"}, "deletion_time": "2018-11-09T08:35:43Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack", "stack_user_project_id": "70d003564f9e492cbdd68e0a4ca76ca4", "tags": null, "creation_time": "2018-11-09T08:35:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:35:31Z", "id": "aace10a0-0507-469f-a6c0-8caad9f3c869", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:44,014 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-cb8338c8-9d5d-499b-836a-a0c32d72d828 2018-11-09 08:35:44,015 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:35:44,015 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack 2018-11-09 08:35:44,015 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack 2018-11-09 08:35:44,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/aace10a0-0507-469f-a6c0-8caad9f3c869 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e45ece18fe178b7d4d0e569d693b73dacacb010" 2018-11-09 08:35:44,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:44 GMT Server: Apache x-openstack-request-id: req-0158dd2f-6460-4ba9-a51a-56d2c46370cd Location: http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:44,217 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:35:44 GMT Server: Apache x-openstack-request-id: req-e3af40b7-c897-46fb-a421-4d0f61d9ecbd Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:35:44,217 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/bb759e479ca440bf96cb8d7de5026324/stacks/CreateStackSuccessTests-CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-stack/aace10a0-0507-469f-a6c0-8caad9f3c869 used request id req-e3af40b7-c897-46fb-a421-4d0f61d9ecbd 2018-11-09 08:35:44,218 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-97db46ba-4b3b-4c22-acdd-01b8ec77e591-image 2018-11-09 08:35:44,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/b0beb339-71ec-4965-822f-8c26de663396 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dafb6001e76d685753d89fddcf62dda2cd6d6ba" 2018-11-09 08:35:46,480 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5e40f936-8016-472d-b724-abc1757080db Date: Fri, 09 Nov 2018 08:35:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:35:46,480 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/b0beb339-71ec-4965-822f-8c26de663396 used request id req-5e40f936-8016-472d-b724-abc1757080db 2018-11-09 08:35:46,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/8ac524ce-b95a-4a15-9868-5ec9c426e4ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15c50197098991fcd44a3d0b0862b7f2a679909f" 2018-11-09 08:35:46,535 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-c8366c34-3a3b-406c-8bcc-4f82ce0fc5e6 x-compute-request-id: req-c8366c34-3a3b-406c-8bcc-4f82ce0fc5e6 Content-Length: 0 Content-Type: application/json 2018-11-09 08:35:46,535 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8ac524ce-b95a-4a15-9868-5ec9c426e4ad used request id req-c8366c34-3a3b-406c-8bcc-4f82ce0fc5e6 2018-11-09 08:35:46,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:46,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4d9c45b7-a5f8-4b4a-8d5c-4aff1295e8c7 Date: Fri, 09 Nov 2018 08:35:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bb759e479ca440bf96cb8d7de5026324", "created_at": "2018-11-09T08:35:12Z", "updated_at": "2018-11-09T08:35:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:35:12Z", "revision_number": 0, "id": "38c55d1a-b9eb-465f-a7c0-3323b16bd37e", "remote_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "remote_ip_prefix": null, "created_at": "2018-11-09T08:35:12Z", "security_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "tenant_id": "bb759e479ca440bf96cb8d7de5026324", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb759e479ca440bf96cb8d7de5026324"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:35:12Z", "revision_number": 0, "id": "41305d56-8da2-417a-a9be-40d4194070ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:35:12Z", "security_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "tenant_id": "bb759e479ca440bf96cb8d7de5026324", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb759e479ca440bf96cb8d7de5026324"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:35:12Z", "revision_number": 0, "id": "6224df2d-028e-4878-910a-46ad1080fe37", "remote_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "remote_ip_prefix": null, "created_at": "2018-11-09T08:35:12Z", "security_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "tenant_id": "bb759e479ca440bf96cb8d7de5026324", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb759e479ca440bf96cb8d7de5026324"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:35:12Z", "revision_number": 0, "id": "bb581e05-871b-449d-84fa-3d870443305f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:35:12Z", "security_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "tenant_id": "bb759e479ca440bf96cb8d7de5026324", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb759e479ca440bf96cb8d7de5026324"}], "revision_number": 4, "project_id": "bb759e479ca440bf96cb8d7de5026324", "id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "name": "default"}]} 2018-11-09 08:35:46,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-4d9c45b7-a5f8-4b4a-8d5c-4aff1295e8c7 2018-11-09 08:35:46,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:46,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9263c932-ec9d-4f39-a241-0122605b9ab9 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:35:46,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-9263c932-ec9d-4f39-a241-0122605b9ab9 2018-11-09 08:35:46,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:46,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eeee3c9-4e91-4bae-a669-abe8371db3b4 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:35:46,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-9eeee3c9-4e91-4bae-a669-abe8371db3b4 2018-11-09 08:35:46,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:47,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e0a7ea-5b1f-4d79-9146-89e170361b33 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:35:47,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-20e0a7ea-5b1f-4d79-9146-89e170361b33 2018-11-09 08:35:47,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:47,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83a1dd2a-7a61-4ba3-8679-0088c4e4bf1e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324"}, "enabled": true, "id": "bb759e479ca440bf96cb8d7de5026324", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-38120574-0eec-48b-proj"}} 2018-11-09 08:35:47,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324 used request id req-83a1dd2a-7a61-4ba3-8679-0088c4e4bf1e 2018-11-09 08:35:47,217 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f94f7c45-149e-4c44-96be-3938f29a79dd 2018-11-09 08:35:47,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f94f7c45-149e-4c44-96be-3938f29a79dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:47,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-94690335-fc9f-45db-ae96-9107feb20564 Date: Fri, 09 Nov 2018 08:35:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:35:12Z", "security_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "port_range_min": null, "revision_number": 0, "tenant_id": "bb759e479ca440bf96cb8d7de5026324", "created_at": "2018-11-09T08:35:12Z", "project_id": "bb759e479ca440bf96cb8d7de5026324", "id": "38c55d1a-b9eb-465f-a7c0-3323b16bd37e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:35:12Z", "security_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "port_range_min": null, "revision_number": 0, "tenant_id": "bb759e479ca440bf96cb8d7de5026324", "created_at": "2018-11-09T08:35:12Z", "project_id": "bb759e479ca440bf96cb8d7de5026324", "id": "41305d56-8da2-417a-a9be-40d4194070ba"}, {"remote_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:35:12Z", "security_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "port_range_min": null, "revision_number": 0, "tenant_id": "bb759e479ca440bf96cb8d7de5026324", "created_at": "2018-11-09T08:35:12Z", "project_id": "bb759e479ca440bf96cb8d7de5026324", "id": "6224df2d-028e-4878-910a-46ad1080fe37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:35:12Z", "security_group_id": "f94f7c45-149e-4c44-96be-3938f29a79dd", "port_range_min": null, "revision_number": 0, "tenant_id": "bb759e479ca440bf96cb8d7de5026324", "created_at": "2018-11-09T08:35:12Z", "project_id": "bb759e479ca440bf96cb8d7de5026324", "id": "bb581e05-871b-449d-84fa-3d870443305f"}]} 2018-11-09 08:35:47,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f94f7c45-149e-4c44-96be-3938f29a79dd used request id req-94690335-fc9f-45db-ae96-9107feb20564 2018-11-09 08:35:47,384 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:35:47,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/f94f7c45-149e-4c44-96be-3938f29a79dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:47,702 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-85e016f9-4645-4b6c-8ead-f8d277d57ecf Content-Length: 0 Date: Fri, 09 Nov 2018 08:35:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:35:47,703 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f94f7c45-149e-4c44-96be-3938f29a79dd used request id req-85e016f9-4645-4b6c-8ead-f8d277d57ecf 2018-11-09 08:35:47,703 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-38120574-0eec-48b-proj 2018-11-09 08:35:47,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:47,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25eacce7-f583-4adc-90e8-1fe80394956f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:47,913 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/bb759e479ca440bf96cb8d7de5026324 used request id req-25eacce7-f583-4adc-90e8-1fe80394956f 2018-11-09 08:35:47,914 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-38120574-0eec-48b-proj-role 2018-11-09 08:35:47,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/2ac7ac6fa14c4c49ab1009c56e747a95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:48,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b190923-2fb1-45a8-be0f-e30b08fce787 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:48,045 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/2ac7ac6fa14c4c49ab1009c56e747a95 used request id req-1b190923-2fb1-45a8-be0f-e30b08fce787 2018-11-09 08:35:48,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a6bd82cfc0860c354ce3f9b1e60c5a8c43fd46" 2018-11-09 08:35:48,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89de1f31-14e1-460a-8047-eebd68814e59 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:35:48,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-89de1f31-14e1-460a-8047-eebd68814e59 2018-11-09 08:35:48,129 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-38120574-0eec-48b-user 2018-11-09 08:35:48,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/526b32de7ee34852b1026bd2dd15b022 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f41475c70dde7cffc76f221bd23ff61f82f56159" 2018-11-09 08:35:48,329 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58cf1452-0764-4243-bb2f-8cd0a735d27e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:48,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/526b32de7ee34852b1026bd2dd15b022 used request id req-58cf1452-0764-4243-bb2f-8cd0a735d27e 2018-11-09 08:35:48,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:48,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:35:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["-aJkCE3MRCmigQTbTnR25w"], "issued_at": "2018-11-09T08:35:48.000000Z"}} 2018-11-09 08:35:48,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a57075f6c103500498badd08a7b0b1c45d171487" 2018-11-09 08:35:48,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57672743-686a-42a3-baec-98abd76cf1e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:48,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-57672743-686a-42a3-baec-98abd76cf1e8 2018-11-09 08:35:48,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:48,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:49,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:35:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["gsfETkIOT6CUrhilwYsDOQ"], "issued_at": "2018-11-09T08:35:49.000000Z"}} 2018-11-09 08:35:49,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:35:49,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-427849aa-3e0c-4b3d-967e-b6a06aa108ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:49,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-427849aa-3e0c-4b3d-967e-b6a06aa108ae 2018-11-09 08:35:49,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:35:49,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:35: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:35:49,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a416632c-5cfc-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:35:49,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dc30e2e-c9a4-4354-a3df-ac674da38c94 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a416632c-5cfc-466-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:35:49,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a416632c-5cfc-466-proj used request id req-4dc30e2e-c9a4-4354-a3df-ac674da38c94 2018-11-09 08:35:49,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:35:49,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58525a66-5d52-4a0b-8dea-0315bdaa6dc7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:35:49,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-58525a66-5d52-4a0b-8dea-0315bdaa6dc7 2018-11-09 08:35:49,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj"}}' 2018-11-09 08:35:49,671 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:35:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8476f9f2-a202-4673-962e-34cb29406457 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d"}, "enabled": true, "id": "11745c61f05347dcabf02ff0ea4b797d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj"}} 2018-11-09 08:35:49,671 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-8476f9f2-a202-4673-962e-34cb29406457 2018-11-09 08:35:49,671 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-a416632c-5cfc-466-proj 2018-11-09 08:35:49,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:49,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:50,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:35:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["DzxfFA74StuVnTAIeir-pw"], "issued_at": "2018-11-09T08:35:49.000000Z"}} 2018-11-09 08:35:50,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:35:50,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d3feae-8ee7-49f3-a974-82e6bfe03374 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:50,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-06d3feae-8ee7-49f3-a974-82e6bfe03374 2018-11-09 08:35:50,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:35:50,079 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:35: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:35:50,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:35:50,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a569dc7-1fa4-462c-8ad5-9a04d0dcf36d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:35:50,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7a569dc7-1fa4-462c-8ad5-9a04d0dcf36d 2018-11-09 08:35:50,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a416632c-5cfc-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:35:50,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da23bc2a-c473-4381-8a72-b0a655106ad2 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a416632c-5cfc-466-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d"}, "enabled": true, "id": "11745c61f05347dcabf02ff0ea4b797d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj"}]} 2018-11-09 08:35:50,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a416632c-5cfc-466-proj used request id req-da23bc2a-c473-4381-8a72-b0a655106ad2 2018-11-09 08:35:50,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:35:50,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3fc03f-a0e6-4d18-b407-ff614f4f06e6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:35:50,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-7f3fc03f-a0e6-4d18-b407-ff614f4f06e6 2018-11-09 08:35:50,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:35:50,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0273b093-b907-4fea-90c1-0a3d13f9a174 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:35:50,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0273b093-b907-4fea-90c1-0a3d13f9a174 2018-11-09 08:35:50,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a416632c-5cfc-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:35:51,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ec21e9-18c9-4ddb-a552-3d580befb449 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a416632c-5cfc-466-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d"}, "enabled": true, "id": "11745c61f05347dcabf02ff0ea4b797d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj"}]} 2018-11-09 08:35:51,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-a416632c-5cfc-466-proj used request id req-04ec21e9-18c9-4ddb-a552-3d580befb449 2018-11-09 08:35:51,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/a173af57324841cdbea4d3c0d56889c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:35:51,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae2e81d-cd9a-4817-a0e8-19ed3b954cfc Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-a416632c-5cfc-466-user", "links": {"self": "http://172.30.9.27:5000/v3/users/a173af57324841cdbea4d3c0d56889c0"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "11745c61f05347dcabf02ff0ea4b797d", "id": "a173af57324841cdbea4d3c0d56889c0", "password_expires_at": null}} 2018-11-09 08:35:51,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/a173af57324841cdbea4d3c0d56889c0 used request id req-1ae2e81d-cd9a-4817-a0e8-19ed3b954cfc 2018-11-09 08:35:51,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d/users/a173af57324841cdbea4d3c0d56889c0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:35:51,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-235e93d9-8dd1-47ae-83ed-04d6eb395de5 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d/users/a173af57324841cdbea4d3c0d56889c0/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:35:51,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d/users/a173af57324841cdbea4d3c0d56889c0/roles used request id req-235e93d9-8dd1-47ae-83ed-04d6eb395de5 2018-11-09 08:35:51,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:35:51,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-305451b2-2a48-4c8f-a808-aaac5d8c0a30 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:35:51,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-305451b2-2a48-4c8f-a808-aaac5d8c0a30 2018-11-09 08:35:51,329 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-a416632c-5cfc-466-proj 2018-11-09 08:35:51,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d/users/a173af57324841cdbea4d3c0d56889c0/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:35:51,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc3624ce-9fba-4f93-937b-43553f8f6b7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:51,392 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d/users/a173af57324841cdbea4d3c0d56889c0/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-fc3624ce-9fba-4f93-937b-43553f8f6b7b 2018-11-09 08:35:51,392 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-a416632c-5cfc-466-user 2018-11-09 08:35:51,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:51,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:35:51,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5389ad5f-9dd7-4d8f-83c5-f5697ff13cb8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:35:51,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5389ad5f-9dd7-4d8f-83c5-f5697ff13cb8 2018-11-09 08:35:51,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" -d '{"role": {"name": "CreateStackSuccessTests-a416632c-5cfc-466-proj-role"}}' 2018-11-09 08:35:51,677 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de484876-fa63-4409-989a-43c397c859d4 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6b35764e44f149268ecf18442a889289", "links": {"self": "http://172.30.9.27:5000/v3/roles/6b35764e44f149268ecf18442a889289"}, "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj-role"}} 2018-11-09 08:35:51,677 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-de484876-fa63-4409-989a-43c397c859d4 2018-11-09 08:35:51,677 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-a416632c-5cfc-466-proj-role 2018-11-09 08:35:51,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/6b35764e44f149268ecf18442a889289 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:35:51,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd728ee4-c2b3-4113-a93d-3fccd5f188c7 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6b35764e44f149268ecf18442a889289"}, "domain_id": null, "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj-role", "id": "6b35764e44f149268ecf18442a889289"}} 2018-11-09 08:35:51,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6b35764e44f149268ecf18442a889289 used request id req-bd728ee4-c2b3-4113-a93d-3fccd5f188c7 2018-11-09 08:35:51,764 - keystone_utils - INFO - Granting role CreateStackSuccessTests-a416632c-5cfc-466-proj-role to project CreateStackSuccessTests-a416632c-5cfc-466-proj 2018-11-09 08:35:51,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d/users/a173af57324841cdbea4d3c0d56889c0/roles/6b35764e44f149268ecf18442a889289 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:35:51,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fe8c2a4-8de3-4bf6-89ba-ff08cb3ebb8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:35:51,903 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d/users/a173af57324841cdbea4d3c0d56889c0/roles/6b35764e44f149268ecf18442a889289 used request id req-9fe8c2a4-8de3-4bf6-89ba-ff08cb3ebb8d 2018-11-09 08:35:51,904 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:35:51,904 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:35:51,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:51,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:52,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b35764e44f149268ecf18442a889289", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:35:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11745c61f05347dcabf02ff0ea4b797d", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a416632c-5cfc-466-user", "id": "a173af57324841cdbea4d3c0d56889c0"}, "audit_ids": ["j3oqN59pRIO8RwygmxKbxQ"], "issued_at": "2018-11-09T08:35:52.000000Z"}} 2018-11-09 08:35:52,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3765dea16df7b9ee0e5e8245b553fe385553e307" 2018-11-09 08:35:52,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e98f3a-f13b-494a-9391-5355044b5e19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:52,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-94e98f3a-f13b-494a-9391-5355044b5e19 2018-11-09 08:35:52,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3765dea16df7b9ee0e5e8245b553fe385553e307" 2018-11-09 08:35:52,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-59af010e-a0a0-4809-a317-a2a96053da3d Date: Fri, 09 Nov 2018 08:35:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image"} 2018-11-09 08:35:52,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image used request id req-59af010e-a0a0-4809-a317-a2a96053da3d 2018-11-09 08:35:52,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3765dea16df7b9ee0e5e8245b553fe385553e307" 2018-11-09 08:35:52,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cf1cf25c-ef9f-4955-bf09-f13583eac6c1 Date: Fri, 09 Nov 2018 08:35:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:35:52,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-cf1cf25c-ef9f-4955-bf09-f13583eac6c1 2018-11-09 08:35:52,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3765dea16df7b9ee0e5e8245b553fe385553e307" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image"}' 2018-11-09 08:35:52,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5 X-Openstack-Request-Id: req-714613e7-7e89-4401-8260-3e43916c929e Date: Fri, 09 Nov 2018 08:35:52 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:35:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:35:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5", "min_disk": 0, "protected": false, "id": "d795e143-9c7f-44f5-96f7-888dbdabb8e5", "file": "/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5/file", "checksum": null, "owner": "11745c61f05347dcabf02ff0ea4b797d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:35:52,931 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-714613e7-7e89-4401-8260-3e43916c929e 2018-11-09 08:35:52,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3765dea16df7b9ee0e5e8245b553fe385553e307" -d '' 2018-11-09 08:35:54,227 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1916c72-da52-4941-96b4-7b3e14cf2050 Date: Fri, 09 Nov 2018 08:35:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:35:54,227 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5/file used request id req-e1916c72-da52-4941-96b4-7b3e14cf2050 2018-11-09 08:35:54,228 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:35:54,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3765dea16df7b9ee0e5e8245b553fe385553e307" 2018-11-09 08:35:54,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-03832d80-d0fd-403e-96df-285b94e445ad Date: Fri, 09 Nov 2018 08:35:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:35:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:35:54Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5/snap", "metadata": {}}], "self": "/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5", "min_disk": 0, "protected": false, "id": "d795e143-9c7f-44f5-96f7-888dbdabb8e5", "file": "/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "11745c61f05347dcabf02ff0ea4b797d", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:35:54,398 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5 used request id req-03832d80-d0fd-403e-96df-285b94e445ad 2018-11-09 08:35:54,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3765dea16df7b9ee0e5e8245b553fe385553e307" 2018-11-09 08:35:54,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-31d6458c-80f7-4ecf-bc1a-3d24c3dc4f80 Date: Fri, 09 Nov 2018 08:35:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:35:54,552 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-31d6458c-80f7-4ecf-bc1a-3d24c3dc4f80 2018-11-09 08:35:54,555 - create_image - INFO - Created image with name - CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image 2018-11-09 08:35:54,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3765dea16df7b9ee0e5e8245b553fe385553e307" 2018-11-09 08:35:54,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-0818ed11-d691-4beb-a30e-901a028aa7fe Date: Fri, 09 Nov 2018 08:35:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:35:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:35:54Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5/snap", "metadata": {}}], "self": "/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5", "min_disk": 0, "protected": false, "id": "d795e143-9c7f-44f5-96f7-888dbdabb8e5", "file": "/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "11745c61f05347dcabf02ff0ea4b797d", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:35:54,726 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5 used request id req-0818ed11-d691-4beb-a30e-901a028aa7fe 2018-11-09 08:35:54,727 - create_image - DEBUG - Instance status is - active 2018-11-09 08:35:54,727 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image 2018-11-09 08:35:54,727 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image 2018-11-09 08:35:54,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:54,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:55,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:35:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["NF8A-cYdRpaN0UAqac68_A"], "issued_at": "2018-11-09T08:35:55.000000Z"}} 2018-11-09 08:35:55,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e45157ea7d20361e58fb5479b5e5647bb2bba6" 2018-11-09 08:35:55,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f792ffa-2985-4070-bd88-95b542a206ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:55,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4f792ffa-2985-4070-bd88-95b542a206ab 2018-11-09 08:35:55,190 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:35:55,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e45157ea7d20361e58fb5479b5e5647bb2bba6" 2018-11-09 08:35:55,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91bfb49d-d6d5-4c3c-9046-85c481f229d6 x-compute-request-id: req-91bfb49d-d6d5-4c3c-9046-85c481f229d6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:35:55,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-91bfb49d-d6d5-4c3c-9046-85c481f229d6 2018-11-09 08:35:55,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e45157ea7d20361e58fb5479b5e5647bb2bba6" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:35:55,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-f7ec8720-78a2-452b-9039-5057859b9fbd x-compute-request-id: req-f7ec8720-78a2-452b-9039-5057859b9fbd Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cb0d0011-95cc-43c6-bdf1-b7d86b208e9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cb0d0011-95cc-43c6-bdf1-b7d86b208e9a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cb0d0011-95cc-43c6-bdf1-b7d86b208e9a", "name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:35:55,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f7ec8720-78a2-452b-9039-5057859b9fbd 2018-11-09 08:35:55,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:35:55,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:35:55,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b35764e44f149268ecf18442a889289", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:35:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11745c61f05347dcabf02ff0ea4b797d", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a416632c-5cfc-466-user", "id": "a173af57324841cdbea4d3c0d56889c0"}, "audit_ids": ["eJsIxRygRI6ykatfWNo3qg"], "issued_at": "2018-11-09T08:35:55.000000Z"}} 2018-11-09 08:35:55,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:35:55,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af5345d-9ad1-4043-b3b0-22963649832b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:35:55,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4af5345d-9ad1-4043-b3b0-22963649832b 2018-11-09 08:35:55,957 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:35:55,960 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:35:55,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:35:56,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:55 GMT Server: Apache x-openstack-request-id: req-96a5069d-87a7-41b4-a4b6-36fd47863c89 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:35:56,149 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack used request id req-96a5069d-87a7-41b4-a4b6-36fd47863c89 2018-11-09 08:35:56,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-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-fb1c5231-a43f-445f-96e4-f0aa77f22551-net", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name"}}' 2018-11-09 08:35:58,560 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:35:56 GMT Server: Apache x-openstack-request-id: req-fafd5b6e-cbe8-4ec6-b65e-1b4d19051ebc Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}]}} 2018-11-09 08:35:58,560 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks used request id req-fafd5b6e-cbe8-4ec6-b65e-1b4d19051ebc 2018-11-09 08:35:58,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:35:58,754 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:58 GMT Server: Apache x-openstack-request-id: req-9333652c-5123-4757-8130-841250124430 Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:58,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:58 GMT Server: Apache x-openstack-request-id: req-8ecd5e36-090f-4a36-b932-860029d19873 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:58,964 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-8ecd5e36-090f-4a36-b932-860029d19873 2018-11-09 08:35:58,964 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack 2018-11-09 08:35:58,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:35:59,234 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:35:58 GMT Server: Apache x-openstack-request-id: req-37acbfff-179e-4140-92b8-8290cc4803d5 Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:35:59,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:35:59 GMT Server: Apache x-openstack-request-id: req-d67a86fa-86d4-458d-9430-b355cd9c29dc 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:35:59,432 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-d67a86fa-86d4-458d-9430-b355cd9c29dc 2018-11-09 08:35:59,432 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:35:59,432 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:02,435 - create_stack - DEBUG - Stack status query timeout in 1196.52898383 2018-11-09 08:36:02,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:02,608 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:02 GMT Server: Apache x-openstack-request-id: req-2d36236b-1290-4dce-a1bf-cdd7d7bb35a4 Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:02,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:02 GMT Server: Apache x-openstack-request-id: req-14dfa60d-a1ac-4a67-a5bf-ade25cd3d69a 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:02,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-14dfa60d-a1ac-4a67-a5bf-ade25cd3d69a 2018-11-09 08:36:02,806 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:36:02,806 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:05,810 - create_stack - DEBUG - Stack status query timeout in 1193.15497184 2018-11-09 08:36:05,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:05,839 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:05 GMT Server: Apache x-openstack-request-id: req-58938463-c48a-4931-86f6-db1d47a2d3c0 Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:06,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:05 GMT Server: Apache x-openstack-request-id: req-64ba8db2-29c4-4791-975a-27620d0e6891 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:06,024 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-64ba8db2-29c4-4791-975a-27620d0e6891 2018-11-09 08:36:06,024 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:36:06,025 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:09,028 - create_stack - DEBUG - Stack status query timeout in 1189.93671584 2018-11-09 08:36:09,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:09,057 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:09 GMT Server: Apache x-openstack-request-id: req-484e3b35-06a3-47a5-b971-9e3faff1d5df Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:09,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:09 GMT Server: Apache x-openstack-request-id: req-baaca43e-2f92-4c7e-952b-6deeb2b28b70 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:09,233 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-baaca43e-2f92-4c7e-952b-6deeb2b28b70 2018-11-09 08:36:09,234 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:36:09,234 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:12,237 - create_stack - DEBUG - Stack status query timeout in 1186.72751784 2018-11-09 08:36:12,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:12,267 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:12 GMT Server: Apache x-openstack-request-id: req-b9d693ef-0e5e-48da-a1b9-c565792ba827 Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:12,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:12 GMT Server: Apache x-openstack-request-id: req-b1591c4e-1299-4f06-abd9-181cb4b3f62d 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:12,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-b1591c4e-1299-4f06-abd9-181cb4b3f62d 2018-11-09 08:36:12,470 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:36:12,471 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:15,474 - create_stack - DEBUG - Stack status query timeout in 1183.49071288 2018-11-09 08:36:15,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:15,648 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:15 GMT Server: Apache x-openstack-request-id: req-aefef3a7-622e-40b3-9909-d204df497dd1 Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:15,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:15 GMT Server: Apache x-openstack-request-id: req-007d2ebb-f6a4-43d6-9a89-2e6f9c54ea4e 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:15,936 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-007d2ebb-f6a4-43d6-9a89-2e6f9c54ea4e 2018-11-09 08:36:15,936 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:36:15,936 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack 2018-11-09 08:36:15,936 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack 2018-11-09 08:36:15,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:15,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:15 GMT Server: Apache x-openstack-request-id: req-410382b7-66ba-4c35-b8c1-30e146ddc09a Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:16,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:15 GMT Server: Apache x-openstack-request-id: req-3f6e6cfa-27e8-4692-a53c-337cda25f966 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-09T08:35:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:35:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7a0da305-4027-47e9-acda-42e83cfa180c", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-09T08:35:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:35:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "addf31e3-cf96-407e-b2f0-61489dbc1934", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-09T08:35:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:35:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "bd6a9914-f819-4ac8-8851-8b91ce613154", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-09T08:35:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:35:58Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bcb218fe-3b2a-4691-8586-1bb9e651264c", "resource_type": "OS::Nova::Server"}]} 2018-11-09 08:36:16,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc/resources used request id req-3f6e6cfa-27e8-4692-a53c-337cda25f966 2018-11-09 08:36:16,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=bd6a9914-f819-4ac8-8851-8b91ce613154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:16,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-3e3eae75-4297-4c59-98e3-3f3e22c9c77a Date: Fri, 09 Nov 2018 08:36: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":["addf31e3-cf96-407e-b2f0-61489dbc1934"],"updated_at":"2018-11-09T08:36:00Z","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:35:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"11745c61f05347dcabf02ff0ea4b797d","id":"bd6a9914-f819-4ac8-8851-8b91ce613154","name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net"}]} 2018-11-09 08:36:16,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=bd6a9914-f819-4ac8-8851-8b91ce613154 used request id req-3e3eae75-4297-4c59-98e3-3f3e22c9c77a 2018-11-09 08:36:16,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:16,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-06f58a17-32c0-48dc-8eea-39f985b55017 Date: Fri, 09 Nov 2018 08:36:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6a9914-f819-4ac8-8851-8b91ce613154","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:36:00Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36: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":"11745c61f05347dcabf02ff0ea4b797d","id":"addf31e3-cf96-407e-b2f0-61489dbc1934","subnetpool_id":null,"name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet"}]} 2018-11-09 08:36:16,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154 used request id req-06f58a17-32c0-48dc-8eea-39f985b55017 2018-11-09 08:36:16,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:16,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2a3f10cc-ccbb-4378-83b8-db21555e07d5 Date: Fri, 09 Nov 2018 08:36:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6a9914-f819-4ac8-8851-8b91ce613154","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:36:00Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36: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":"11745c61f05347dcabf02ff0ea4b797d","id":"addf31e3-cf96-407e-b2f0-61489dbc1934","subnetpool_id":null,"name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet"}]} 2018-11-09 08:36:16,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154 used request id req-2a3f10cc-ccbb-4378-83b8-db21555e07d5 2018-11-09 08:36:16,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:36:16,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:36:16,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b35764e44f149268ecf18442a889289", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:36:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11745c61f05347dcabf02ff0ea4b797d", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a416632c-5cfc-466-user", "id": "a173af57324841cdbea4d3c0d56889c0"}, "audit_ids": ["EXdJt63pQYe8ZGOTFRKc6g"], "issued_at": "2018-11-09T08:36:16.000000Z"}} 2018-11-09 08:36:16,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f525fde175a87fa10e66dddcdabe0adb500c1a" 2018-11-09 08:36:16,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-704fa326-e2f5-4552-bc0c-65a43abc72ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:36:16,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-704fa326-e2f5-4552-bc0c-65a43abc72ec 2018-11-09 08:36:16,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f525fde175a87fa10e66dddcdabe0adb500c1a" 2018-11-09 08:36:17,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9a42e4f3-5ff4-4ca0-9e60-6aa98aa2307a Date: Fri, 09 Nov 2018 08:36: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":["addf31e3-cf96-407e-b2f0-61489dbc1934"],"updated_at":"2018-11-09T08:36:00Z","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:35:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"11745c61f05347dcabf02ff0ea4b797d","id":"bd6a9914-f819-4ac8-8851-8b91ce613154","name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net"}]} 2018-11-09 08:36:17,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net used request id req-9a42e4f3-5ff4-4ca0-9e60-6aa98aa2307a 2018-11-09 08:36:17,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:36:17,234 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:36: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:36:17,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f525fde175a87fa10e66dddcdabe0adb500c1a" 2018-11-09 08:36:17,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-099cacea-5557-49a4-8aed-61426922d31d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d"}, "enabled": true, "id": "11745c61f05347dcabf02ff0ea4b797d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj"}} 2018-11-09 08:36:17,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d used request id req-099cacea-5557-49a4-8aed-61426922d31d 2018-11-09 08:36:17,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f525fde175a87fa10e66dddcdabe0adb500c1a" 2018-11-09 08:36:17,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-62b93f14-31fc-4039-9a0f-2442883be22e Date: Fri, 09 Nov 2018 08:36:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6a9914-f819-4ac8-8851-8b91ce613154","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:36:00Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36: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":"11745c61f05347dcabf02ff0ea4b797d","id":"addf31e3-cf96-407e-b2f0-61489dbc1934","subnetpool_id":null,"name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet"}]} 2018-11-09 08:36:17,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154 used request id req-62b93f14-31fc-4039-9a0f-2442883be22e 2018-11-09 08:36:17,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:36:17,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b35764e44f149268ecf18442a889289", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:36:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11745c61f05347dcabf02ff0ea4b797d", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/11745c61f05347dcabf02ff0ea4b797d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a416632c-5cfc-466-user", "id": "a173af57324841cdbea4d3c0d56889c0"}, "audit_ids": ["yvpNFUTYTvWaZuVV8L3Z4w"], "issued_at": "2018-11-09T08:36:17.000000Z"}} 2018-11-09 08:36:17,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2730c69ea52b65a8f49c29baf1a3acdb8e66325" 2018-11-09 08:36:18,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18a726b8-307b-4234-9fee-fab65806db98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:36:18,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-18a726b8-307b-4234-9fee-fab65806db98 2018-11-09 08:36:18,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2730c69ea52b65a8f49c29baf1a3acdb8e66325" 2018-11-09 08:36:18,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-35bd4c92-3161-48a7-b147-507105bee507 Date: Fri, 09 Nov 2018 08:36: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":["addf31e3-cf96-407e-b2f0-61489dbc1934"],"updated_at":"2018-11-09T08:36:00Z","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:35:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"11745c61f05347dcabf02ff0ea4b797d","id":"bd6a9914-f819-4ac8-8851-8b91ce613154","name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net"}]} 2018-11-09 08:36:18,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net used request id req-35bd4c92-3161-48a7-b147-507105bee507 2018-11-09 08:36:18,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2730c69ea52b65a8f49c29baf1a3acdb8e66325" 2018-11-09 08:36:18,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-223163ce-dfbf-4cce-899e-41abd1ad25ef Date: Fri, 09 Nov 2018 08:36:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6a9914-f819-4ac8-8851-8b91ce613154","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:36:00Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36: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":"11745c61f05347dcabf02ff0ea4b797d","id":"addf31e3-cf96-407e-b2f0-61489dbc1934","subnetpool_id":null,"name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet"}]} 2018-11-09 08:36:18,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154 used request id req-223163ce-dfbf-4cce-899e-41abd1ad25ef 2018-11-09 08:36:18,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=bd6a9914-f819-4ac8-8851-8b91ce613154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2730c69ea52b65a8f49c29baf1a3acdb8e66325" 2018-11-09 08:36:18,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-c55f7e24-d7bd-408a-b74e-51c6e0b372f3 Date: Fri, 09 Nov 2018 08:36: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":["addf31e3-cf96-407e-b2f0-61489dbc1934"],"updated_at":"2018-11-09T08:36:00Z","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:35:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"11745c61f05347dcabf02ff0ea4b797d","id":"bd6a9914-f819-4ac8-8851-8b91ce613154","name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net"}]} 2018-11-09 08:36:18,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=bd6a9914-f819-4ac8-8851-8b91ce613154 used request id req-c55f7e24-d7bd-408a-b74e-51c6e0b372f3 2018-11-09 08:36:18,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2730c69ea52b65a8f49c29baf1a3acdb8e66325" 2018-11-09 08:36:19,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-84a75bdf-1a68-4d94-afd6-6e0671caa8a6 Date: Fri, 09 Nov 2018 08:36:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6a9914-f819-4ac8-8851-8b91ce613154","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:36:00Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36: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":"11745c61f05347dcabf02ff0ea4b797d","id":"addf31e3-cf96-407e-b2f0-61489dbc1934","subnetpool_id":null,"name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet"}]} 2018-11-09 08:36:19,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154 used request id req-84a75bdf-1a68-4d94-afd6-6e0671caa8a6 2018-11-09 08:36:19,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154&name=CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2730c69ea52b65a8f49c29baf1a3acdb8e66325" 2018-11-09 08:36:19,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-eb550c78-0438-4387-8a29-a2f417742828 Date: Fri, 09 Nov 2018 08:36:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6a9914-f819-4ac8-8851-8b91ce613154","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:36:00Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36: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":"11745c61f05347dcabf02ff0ea4b797d","id":"addf31e3-cf96-407e-b2f0-61489dbc1934","subnetpool_id":null,"name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet"}]} 2018-11-09 08:36:19,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=bd6a9914-f819-4ac8-8851-8b91ce613154&name=CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet used request id req-eb550c78-0438-4387-8a29-a2f417742828 2018-11-09 08:36:19,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/addf31e3-cf96-407e-b2f0-61489dbc1934 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2730c69ea52b65a8f49c29baf1a3acdb8e66325" 2018-11-09 08:36:19,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-7cfa1563-4ba4-4156-b98c-6619aafbd048 Date: Fri, 09 Nov 2018 08:36:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6a9914-f819-4ac8-8851-8b91ce613154","tenant_id":"11745c61f05347dcabf02ff0ea4b797d","created_at":"2018-11-09T08:36:00Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36: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":"11745c61f05347dcabf02ff0ea4b797d","id":"addf31e3-cf96-407e-b2f0-61489dbc1934","subnetpool_id":null,"name":"CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet"}} 2018-11-09 08:36:19,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/addf31e3-cf96-407e-b2f0-61489dbc1934 used request id req-7cfa1563-4ba4-4156-b98c-6619aafbd048 2018-11-09 08:36:19,531 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack 2018-11-09 08:36:19,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:19,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:19 GMT Server: Apache x-openstack-request-id: req-e8d7cc62-a8d7-4046-a6ec-f2aee0368827 Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:19,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:36:19 GMT Server: Apache x-openstack-request-id: req-c4df8a0a-e22b-4d9b-b0a0-d27768f64410 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:36:19,633 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-c4df8a0a-e22b-4d9b-b0a0-d27768f64410 2018-11-09 08:36:19,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:19,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:19 GMT Server: Apache x-openstack-request-id: req-a09dccac-1f4b-4cca-8bd5-d6b1e0505c0e Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:19,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:19 GMT Server: Apache x-openstack-request-id: req-95d1923d-4c2b-4b02-a17e-5e1555f23cff 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "tags": null, "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:36:19Z", "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:19,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-95d1923d-4c2b-4b02-a17e-5e1555f23cff 2018-11-09 08:36:19,687 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:36:19,687 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:22,690 - create_stack - DEBUG - Stack status query timeout in 1196.94328594 2018-11-09 08:36:22,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:22,860 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:22 GMT Server: Apache x-openstack-request-id: req-825e35eb-34d3-4f31-b927-7bbb91fbd811 Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:22,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:22 GMT Server: Apache x-openstack-request-id: req-15b32dfd-be86-4515-86ff-d2c0db247334 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "tags": null, "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:36:19Z", "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:22,885 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-15b32dfd-be86-4515-86ff-d2c0db247334 2018-11-09 08:36:22,886 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:36:22,886 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:25,889 - create_stack - DEBUG - Stack status query timeout in 1193.74433303 2018-11-09 08:36:25,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:25,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:25 GMT Server: Apache x-openstack-request-id: req-ee45bfd4-23e0-4bc1-a88f-944fbd245504 Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:26,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:25 GMT Server: Apache x-openstack-request-id: req-5735c787-e1e6-42e5-9c04-9b4ec8ac7ccb 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "tags": null, "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:36:19Z", "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:26,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-5735c787-e1e6-42e5-9c04-9b4ec8ac7ccb 2018-11-09 08:36:26,087 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:36:26,087 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:29,091 - create_stack - DEBUG - Stack status query timeout in 1190.5428009 2018-11-09 08:36:29,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:29,122 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:29 GMT Server: Apache x-openstack-request-id: req-67c4d204-e892-4e1a-b1cc-5a5aedcf466b Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:29,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:28 GMT Server: Apache x-openstack-request-id: req-9b336c1e-16d7-4aa1-97ff-e073844bb15b 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "tags": null, "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:36:19Z", "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:29,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-9b336c1e-16d7-4aa1-97ff-e073844bb15b 2018-11-09 08:36:29,305 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:36:29,305 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:32,308 - create_stack - DEBUG - Stack status query timeout in 1187.32559705 2018-11-09 08:36:32,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:32,477 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:32 GMT Server: Apache x-openstack-request-id: req-2f8db212-06de-4a2d-9c16-ee6ca352dedf Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:32,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:32 GMT Server: Apache x-openstack-request-id: req-21c585c0-0c2a-47d0-a90d-a47ec8d72fd1 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": "11745c61f05347dcabf02ff0ea4b797d", "OS::stack_id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "image_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image", "inst_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-inst", "subnet_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-subnet", "flavor_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-flavor-name", "net_name": "CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-net"}, "deletion_time": "2018-11-09T08:36:31Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack", "stack_user_project_id": "74a2cf66164d4efc90ad1911e05ee177", "tags": null, "creation_time": "2018-11-09T08:35:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:36:19Z", "id": "2cf5baab-0bcd-4479-8e4c-5642696726dc", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:32,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-21c585c0-0c2a-47d0-a90d-a47ec8d72fd1 2018-11-09 08:36:32,649 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:36:32,649 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack 2018-11-09 08:36:32,650 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack 2018-11-09 08:36:32,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/2cf5baab-0bcd-4479-8e4c-5642696726dc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2ca04ea64340c7eb470f1344469217e2496969" 2018-11-09 08:36:32,678 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:32 GMT Server: Apache x-openstack-request-id: req-663c0674-6d4b-44da-b95a-35748605a9f3 Location: http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:32,867 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:36:32 GMT Server: Apache x-openstack-request-id: req-a4965d5c-4720-4d89-9ea4-4afe8de5193b Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:36:32,867 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/11745c61f05347dcabf02ff0ea4b797d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-stack/2cf5baab-0bcd-4479-8e4c-5642696726dc used request id req-a4965d5c-4720-4d89-9ea4-4afe8de5193b 2018-11-09 08:36:32,868 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-fb1c5231-a43f-445f-96e4-f0aa77f22551-image 2018-11-09 08:36:32,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3765dea16df7b9ee0e5e8245b553fe385553e307" 2018-11-09 08:36:33,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-21188c93-f774-43bb-a1a6-d75d08894fc8 Date: Fri, 09 Nov 2018 08:36:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:36:33,767 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d795e143-9c7f-44f5-96f7-888dbdabb8e5 used request id req-21188c93-f774-43bb-a1a6-d75d08894fc8 2018-11-09 08:36:33,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/cb0d0011-95cc-43c6-bdf1-b7d86b208e9a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e45157ea7d20361e58fb5479b5e5647bb2bba6" 2018-11-09 08:36:33,810 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:36:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36329586-5ad0-487f-a39a-a713fe3c0097 x-compute-request-id: req-36329586-5ad0-487f-a39a-a713fe3c0097 Content-Length: 0 Content-Type: application/json 2018-11-09 08:36:33,810 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/cb0d0011-95cc-43c6-bdf1-b7d86b208e9a used request id req-36329586-5ad0-487f-a39a-a713fe3c0097 2018-11-09 08:36:33,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:36:34,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fd1b1a47-a13f-48a4-a173-e910d42d03a6 Date: Fri, 09 Nov 2018 08:36:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11745c61f05347dcabf02ff0ea4b797d", "created_at": "2018-11-09T08:35:59Z", "updated_at": "2018-11-09T08:35:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:35:59Z", "revision_number": 0, "id": "0a7d33d6-238a-404f-a6d4-bde8e052b3f6", "remote_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "remote_ip_prefix": null, "created_at": "2018-11-09T08:35:59Z", "security_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "tenant_id": "11745c61f05347dcabf02ff0ea4b797d", "port_range_min": null, "ethertype": "IPv6", "project_id": "11745c61f05347dcabf02ff0ea4b797d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:35:59Z", "revision_number": 0, "id": "0f4d210b-7965-41b4-8870-cfe621545622", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:35:59Z", "security_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "tenant_id": "11745c61f05347dcabf02ff0ea4b797d", "port_range_min": null, "ethertype": "IPv4", "project_id": "11745c61f05347dcabf02ff0ea4b797d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:35:59Z", "revision_number": 0, "id": "2e247952-f865-4434-bf70-cc760da0ce9a", "remote_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "remote_ip_prefix": null, "created_at": "2018-11-09T08:35:59Z", "security_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "tenant_id": "11745c61f05347dcabf02ff0ea4b797d", "port_range_min": null, "ethertype": "IPv4", "project_id": "11745c61f05347dcabf02ff0ea4b797d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:35:59Z", "revision_number": 0, "id": "54063c3d-62ec-4367-add7-5ea7bed15299", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:35:59Z", "security_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "tenant_id": "11745c61f05347dcabf02ff0ea4b797d", "port_range_min": null, "ethertype": "IPv6", "project_id": "11745c61f05347dcabf02ff0ea4b797d"}], "revision_number": 4, "project_id": "11745c61f05347dcabf02ff0ea4b797d", "id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:36:34,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-fd1b1a47-a13f-48a4-a173-e910d42d03a6 2018-11-09 08:36:34,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:36:34,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc9dd62e-6d00-4a56-9c86-44e243f44bc1 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:36:34,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-cc9dd62e-6d00-4a56-9c86-44e243f44bc1 2018-11-09 08:36:34,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:36:34,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-217f7b70-757c-4169-8f83-f8fdf66aeb59 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d"}, "enabled": true, "id": "11745c61f05347dcabf02ff0ea4b797d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a416632c-5cfc-466-proj"}} 2018-11-09 08:36:34,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d used request id req-217f7b70-757c-4169-8f83-f8fdf66aeb59 2018-11-09 08:36:34,236 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6810daee-026d-45b9-8e01-cb4ba03fff9d 2018-11-09 08:36:34,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6810daee-026d-45b9-8e01-cb4ba03fff9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:36:34,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2d2ff10d-86ef-45b4-b784-988836f5049d Date: Fri, 09 Nov 2018 08:36:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:35:59Z", "security_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "port_range_min": null, "revision_number": 0, "tenant_id": "11745c61f05347dcabf02ff0ea4b797d", "created_at": "2018-11-09T08:35:59Z", "project_id": "11745c61f05347dcabf02ff0ea4b797d", "id": "0a7d33d6-238a-404f-a6d4-bde8e052b3f6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:35:59Z", "security_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "port_range_min": null, "revision_number": 0, "tenant_id": "11745c61f05347dcabf02ff0ea4b797d", "created_at": "2018-11-09T08:35:59Z", "project_id": "11745c61f05347dcabf02ff0ea4b797d", "id": "0f4d210b-7965-41b4-8870-cfe621545622"}, {"remote_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:35:59Z", "security_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "port_range_min": null, "revision_number": 0, "tenant_id": "11745c61f05347dcabf02ff0ea4b797d", "created_at": "2018-11-09T08:35:59Z", "project_id": "11745c61f05347dcabf02ff0ea4b797d", "id": "2e247952-f865-4434-bf70-cc760da0ce9a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:35:59Z", "security_group_id": "6810daee-026d-45b9-8e01-cb4ba03fff9d", "port_range_min": null, "revision_number": 0, "tenant_id": "11745c61f05347dcabf02ff0ea4b797d", "created_at": "2018-11-09T08:35:59Z", "project_id": "11745c61f05347dcabf02ff0ea4b797d", "id": "54063c3d-62ec-4367-add7-5ea7bed15299"}]} 2018-11-09 08:36:34,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6810daee-026d-45b9-8e01-cb4ba03fff9d used request id req-2d2ff10d-86ef-45b4-b784-988836f5049d 2018-11-09 08:36:34,408 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:36:34,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6810daee-026d-45b9-8e01-cb4ba03fff9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:36:34,707 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7ef351c-f88e-4d03-9813-b832e07e2cb7 Content-Length: 0 Date: Fri, 09 Nov 2018 08:36:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:36:34,707 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6810daee-026d-45b9-8e01-cb4ba03fff9d used request id req-e7ef351c-f88e-4d03-9813-b832e07e2cb7 2018-11-09 08:36:34,708 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-a416632c-5cfc-466-proj 2018-11-09 08:36:34,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:36:34,950 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:36:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-325ca7cf-1ea1-407a-bcb6-41f3906d831d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:36:34,950 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/11745c61f05347dcabf02ff0ea4b797d used request id req-325ca7cf-1ea1-407a-bcb6-41f3906d831d 2018-11-09 08:36:34,950 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-a416632c-5cfc-466-proj-role 2018-11-09 08:36:34,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/6b35764e44f149268ecf18442a889289 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:36:35,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:36:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e032b771-bcd7-4b3f-a246-5b1d89e33c8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:36:35,060 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6b35764e44f149268ecf18442a889289 used request id req-e032b771-bcd7-4b3f-a246-5b1d89e33c8d 2018-11-09 08:36:35,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a502c33cef02007c506e949a5ecf5a0983aa6a" 2018-11-09 08:36:35,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-126eb79c-71b9-4a90-a9db-64964f453c43 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:36:35,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-126eb79c-71b9-4a90-a9db-64964f453c43 2018-11-09 08:36:35,149 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-a416632c-5cfc-466-user 2018-11-09 08:36:35,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/a173af57324841cdbea4d3c0d56889c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523d18eec4aa162e7c56c32430facb1aee25ac7f" 2018-11-09 08:36:35,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:36:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba843452-f7c8-4b42-9aed-ef99efaac482 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:36:35,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/a173af57324841cdbea4d3c0d56889c0 used request id req-ba843452-f7c8-4b42-9aed-ef99efaac482 2018-11-09 08:36:35,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:36:35,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:36:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["SEN9X2LnRcqVSn6UvZOtHg"], "issued_at": "2018-11-09T08:36:35.000000Z"}} 2018-11-09 08:36:35,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77413eb87d21d6400c8218cd3bb77801c2813787" 2018-11-09 08:36:35,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-864eb13d-eb64-4627-b255-ccdca80a94ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:36:35,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-864eb13d-eb64-4627-b255-ccdca80a94ac 2018-11-09 08:36:35,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:36:35,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:36:36,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:36:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["y4Rm9257SCuPdGVTJAmHag"], "issued_at": "2018-11-09T08:36:36.000000Z"}} 2018-11-09 08:36:36,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:36:36,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9c7c794-2edd-4989-bedc-789853da3de3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:36:36,348 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d9c7c794-2edd-4989-bedc-789853da3de3 2018-11-09 08:36:36,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:36:36,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:36: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:36:36,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-162912ef-6d7c-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:36:36,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-337d3677-516c-4aa0-b48b-be8aba071628 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-162912ef-6d7c-4f0-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:36:36,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-162912ef-6d7c-4f0-proj used request id req-337d3677-516c-4aa0-b48b-be8aba071628 2018-11-09 08:36:36,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:36:36,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92907757-b8c6-44ab-81ec-d7c8fae88475 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:36:36,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-92907757-b8c6-44ab-81ec-d7c8fae88475 2018-11-09 08:36:36,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}}' 2018-11-09 08:36:36,691 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:36:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d465ea3c-ce4a-46ea-aee3-6bf9d44baebb Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:36:36,692 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d465ea3c-ce4a-46ea-aee3-6bf9d44baebb 2018-11-09 08:36:36,692 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-162912ef-6d7c-4f0-proj 2018-11-09 08:36:36,692 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:36:36,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:36:37,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:36:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["1qu4sx_CT1Sw0EqTpMiKQw"], "issued_at": "2018-11-09T08:36:37.000000Z"}} 2018-11-09 08:36:37,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:36:37,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-031e203d-7635-4485-bb33-1014eddc4d8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:36:37,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-031e203d-7635-4485-bb33-1014eddc4d8c 2018-11-09 08:36:37,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:36:37,167 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:36:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:36:37,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:36:37,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60751df0-4c97-433c-8d67-65eaf5fd2172 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:36:37,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-60751df0-4c97-433c-8d67-65eaf5fd2172 2018-11-09 08:36:37,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-162912ef-6d7c-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:36:37,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a853823-b3a5-4247-8b6c-e691f3ac2b3b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-162912ef-6d7c-4f0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}]} 2018-11-09 08:36:37,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-162912ef-6d7c-4f0-proj used request id req-9a853823-b3a5-4247-8b6c-e691f3ac2b3b 2018-11-09 08:36:37,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:36:37,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-710a2792-90a4-4515-9091-0a60cc355710 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:36:37,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-710a2792-90a4-4515-9091-0a60cc355710 2018-11-09 08:36:37,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:36:37,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8245bd4-4740-4a5b-ba0d-75c97b2f51cb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:36:37,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f8245bd4-4740-4a5b-ba0d-75c97b2f51cb 2018-11-09 08:36:37,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-162912ef-6d7c-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:36:38,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b490e416-0687-4487-ab56-dc480765eb2f Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-162912ef-6d7c-4f0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}]} 2018-11-09 08:36:38,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSuccessTests-162912ef-6d7c-4f0-proj used request id req-b490e416-0687-4487-ab56-dc480765eb2f 2018-11-09 08:36:38,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/170de42c0e7e465aac9f654def8b2ac2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:36:38,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c94c5398-981d-4217-82a3-909f875b9494 Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-162912ef-6d7c-4f0-user", "links": {"self": "http://172.30.9.27:5000/v3/users/170de42c0e7e465aac9f654def8b2ac2"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "ef781bd2427f4983a4c9bb60e2af27b3", "id": "170de42c0e7e465aac9f654def8b2ac2", "password_expires_at": null}} 2018-11-09 08:36:38,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/170de42c0e7e465aac9f654def8b2ac2 used request id req-c94c5398-981d-4217-82a3-909f875b9494 2018-11-09 08:36:38,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3/users/170de42c0e7e465aac9f654def8b2ac2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:36:38,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-569ef515-a695-4f4e-b59b-c9cffbc77c30 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3/users/170de42c0e7e465aac9f654def8b2ac2/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:36:38,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3/users/170de42c0e7e465aac9f654def8b2ac2/roles used request id req-569ef515-a695-4f4e-b59b-c9cffbc77c30 2018-11-09 08:36:38,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:36:38,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c19474e2-0a82-4dc0-87a7-d457580e8805 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:36:38,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-c19474e2-0a82-4dc0-87a7-d457580e8805 2018-11-09 08:36:38,362 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-162912ef-6d7c-4f0-proj 2018-11-09 08:36:38,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3/users/170de42c0e7e465aac9f654def8b2ac2/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:36:38,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:36:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e06a5737-c0f2-4118-835c-a0486873a5c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:36:38,500 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3/users/170de42c0e7e465aac9f654def8b2ac2/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-e06a5737-c0f2-4118-835c-a0486873a5c1 2018-11-09 08:36:38,500 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-162912ef-6d7c-4f0-user 2018-11-09 08:36:38,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:36:38,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:36:38,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50634787-dce6-4501-a72a-c477ee457dea Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:36:38,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-50634787-dce6-4501-a72a-c477ee457dea 2018-11-09 08:36:38,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" -d '{"role": {"name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj-role"}}' 2018-11-09 08:36:38,703 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:36:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dcb24bc-0fad-4418-ae94-1c3f57383684 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a9b65c38c9654a6aa85d83d9d73b215b", "links": {"self": "http://172.30.9.27:5000/v3/roles/a9b65c38c9654a6aa85d83d9d73b215b"}, "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj-role"}} 2018-11-09 08:36:38,703 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-2dcb24bc-0fad-4418-ae94-1c3f57383684 2018-11-09 08:36:38,703 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-162912ef-6d7c-4f0-proj-role 2018-11-09 08:36:38,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/a9b65c38c9654a6aa85d83d9d73b215b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:36:38,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb60fe3-44d6-4194-a63f-75b21c046178 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/a9b65c38c9654a6aa85d83d9d73b215b"}, "domain_id": null, "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj-role", "id": "a9b65c38c9654a6aa85d83d9d73b215b"}} 2018-11-09 08:36:38,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/a9b65c38c9654a6aa85d83d9d73b215b used request id req-ffb60fe3-44d6-4194-a63f-75b21c046178 2018-11-09 08:36:38,724 - keystone_utils - INFO - Granting role CreateStackSuccessTests-162912ef-6d7c-4f0-proj-role to project CreateStackSuccessTests-162912ef-6d7c-4f0-proj 2018-11-09 08:36:38,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3/users/170de42c0e7e465aac9f654def8b2ac2/roles/a9b65c38c9654a6aa85d83d9d73b215b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:36:38,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:36:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92cbd8d0-541c-4133-9c30-c0c5914f5d2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:36:38,793 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3/users/170de42c0e7e465aac9f654def8b2ac2/roles/a9b65c38c9654a6aa85d83d9d73b215b used request id req-92cbd8d0-541c-4133-9c30-c0c5914f5d2f 2018-11-09 08:36:38,793 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:36:38,793 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:36:38,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:36:38,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:36:39,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9b65c38c9654a6aa85d83d9d73b215b", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-user", "id": "170de42c0e7e465aac9f654def8b2ac2"}, "audit_ids": ["cnlNv0l7SZaZl9T74rgDoQ"], "issued_at": "2018-11-09T08:36:39.000000Z"}} 2018-11-09 08:36:39,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d966b9ad9aff23de2658073dac7716026f02c79" 2018-11-09 08:36:39,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8861dedd-7563-4e50-a156-7a671abc833a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:36:39,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8861dedd-7563-4e50-a156-7a671abc833a 2018-11-09 08:36:39,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d966b9ad9aff23de2658073dac7716026f02c79" 2018-11-09 08:36:39,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-a98063d9-1995-4baa-ab0c-a22ecee231df Date: Fri, 09 Nov 2018 08:36:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image"} 2018-11-09 08:36:39,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image used request id req-a98063d9-1995-4baa-ab0c-a22ecee231df 2018-11-09 08:36:39,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d966b9ad9aff23de2658073dac7716026f02c79" 2018-11-09 08:36:39,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5d656b10-02e3-4940-8618-874e88ee4fb7 Date: Fri, 09 Nov 2018 08:36:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:36:39,576 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-5d656b10-02e3-4940-8618-874e88ee4fb7 2018-11-09 08:36:39,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1d966b9ad9aff23de2658073dac7716026f02c79" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image"}' 2018-11-09 08:36:39,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1 X-Openstack-Request-Id: req-2375c4e3-bd03-43ea-8f83-9fd44f600d21 Date: Fri, 09 Nov 2018 08:36:39 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:36:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:36:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "min_disk": 0, "protected": false, "id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "file": "/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1/file", "checksum": null, "owner": "ef781bd2427f4983a4c9bb60e2af27b3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:36:39,804 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-2375c4e3-bd03-43ea-8f83-9fd44f600d21 2018-11-09 08:36:39,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d966b9ad9aff23de2658073dac7716026f02c79" -d '' 2018-11-09 08:36:41,373 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-15efea66-551b-411a-ad04-fc41d2373654 Date: Fri, 09 Nov 2018 08:36:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:36:41,374 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1/file used request id req-15efea66-551b-411a-ad04-fc41d2373654 2018-11-09 08:36:41,374 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:36:41,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d966b9ad9aff23de2658073dac7716026f02c79" 2018-11-09 08:36:41,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-d118ee88-b02e-4743-876f-4bc06ef67825 Date: Fri, 09 Nov 2018 08:36:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:36:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:36:41Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/42d5b50c-5237-416e-96f9-a95cff592ec1/snap", "metadata": {}}], "self": "/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "min_disk": 0, "protected": false, "id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "file": "/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef781bd2427f4983a4c9bb60e2af27b3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/42d5b50c-5237-416e-96f9-a95cff592ec1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:36:41,398 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1 used request id req-d118ee88-b02e-4743-876f-4bc06ef67825 2018-11-09 08:36:41,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d966b9ad9aff23de2658073dac7716026f02c79" 2018-11-09 08:36:41,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-348abf16-f660-47ca-bf80-0b77a49b2b17 Date: Fri, 09 Nov 2018 08:36:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:36:41,566 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-348abf16-f660-47ca-bf80-0b77a49b2b17 2018-11-09 08:36:41,569 - create_image - INFO - Created image with name - CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image 2018-11-09 08:36:41,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d966b9ad9aff23de2658073dac7716026f02c79" 2018-11-09 08:36:41,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-03d4e88d-ca5b-4eed-8977-4a0d8a6d792b Date: Fri, 09 Nov 2018 08:36:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:36:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:36:41Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/42d5b50c-5237-416e-96f9-a95cff592ec1/snap", "metadata": {}}], "self": "/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "min_disk": 0, "protected": false, "id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "file": "/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef781bd2427f4983a4c9bb60e2af27b3", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/42d5b50c-5237-416e-96f9-a95cff592ec1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:36:41,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1 used request id req-03d4e88d-ca5b-4eed-8977-4a0d8a6d792b 2018-11-09 08:36:41,743 - create_image - DEBUG - Instance status is - active 2018-11-09 08:36:41,743 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image 2018-11-09 08:36:41,743 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image 2018-11-09 08:36:41,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:36:41,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:36:42,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:36:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["uVlDVK21S3S9afoYyHiQcg"], "issued_at": "2018-11-09T08:36:42.000000Z"}} 2018-11-09 08:36:42,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd0f986513b6c5e7f022895b068eba4095a81a11" 2018-11-09 08:36:42,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79de6533-8d01-4588-9adb-21b81092bbf4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:36:42,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-79de6533-8d01-4588-9adb-21b81092bbf4 2018-11-09 08:36:42,209 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:36:42,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd0f986513b6c5e7f022895b068eba4095a81a11" 2018-11-09 08:36:42,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-539ad482-3ff1-43d9-9334-c7c26588a5eb x-compute-request-id: req-539ad482-3ff1-43d9-9334-c7c26588a5eb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:36:42,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-539ad482-3ff1-43d9-9334-c7c26588a5eb 2018-11-09 08:36:42,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd0f986513b6c5e7f022895b068eba4095a81a11" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:36:42,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-ba21c94c-9aa7-424b-9610-49b7d3efef93 x-compute-request-id: req-ba21c94c-9aa7-424b-9610-49b7d3efef93 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ab4e84dd-55d3-438a-bad7-b252a85065b4", "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:36:42,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ba21c94c-9aa7-424b-9610-49b7d3efef93 2018-11-09 08:36:42,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:36:42,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:36:42,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9b65c38c9654a6aa85d83d9d73b215b", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:36:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-user", "id": "170de42c0e7e465aac9f654def8b2ac2"}, "audit_ids": ["8PhNoHuWQgqDawH7tMlBVg"], "issued_at": "2018-11-09T08:36:42.000000Z"}} 2018-11-09 08:36:42,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:36:42,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44346fee-019b-43a9-8c49-93c8072021b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:36:42,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-44346fee-019b-43a9-8c49-93c8072021b7 2018-11-09 08:36:42,916 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:36:42,918 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:36:42,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:36:43,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:42 GMT Server: Apache x-openstack-request-id: req-ef075a02-d2cf-499a-a699-da053ac84a73 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:36:43,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack used request id req-ef075a02-d2cf-499a-a699-da053ac84a73 2018-11-09 08:36:43,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-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-b966daf6-5532-4f79-87ae-d3e18c643c63-net", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name"}}' 2018-11-09 08:36:45,290 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:36:42 GMT Server: Apache x-openstack-request-id: req-8dec0bb1-2f55-49f4-bfba-cd4ef47bdbfe Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "4bec35a5-e566-4396-836f-343392579119", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}]}} 2018-11-09 08:36:45,291 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks used request id req-8dec0bb1-2f55-49f4-bfba-cd4ef47bdbfe 2018-11-09 08:36:45,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:36:45,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:45 GMT Server: Apache x-openstack-request-id: req-df262a7d-cb01-4da2-a829-561db6b93b9d Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:45,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:45 GMT Server: Apache x-openstack-request-id: req-36c6821a-6a48-4b64-b0b6-dcd97baf3f84 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4bec35a5-e566-4396-836f-343392579119", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:45,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-36c6821a-6a48-4b64-b0b6-dcd97baf3f84 2018-11-09 08:36:45,651 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack 2018-11-09 08:36:45,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:36:45,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:45 GMT Server: Apache x-openstack-request-id: req-7a911dc3-458a-4f31-8a3e-42f4789cf1a7 Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:46,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:45 GMT Server: Apache x-openstack-request-id: req-7ea276d3-5d2d-4018-9306-d2c26b6a9e3d 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4bec35a5-e566-4396-836f-343392579119", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:46,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-7ea276d3-5d2d-4018-9306-d2c26b6a9e3d 2018-11-09 08:36:46,095 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:36:46,095 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:49,098 - create_stack - DEBUG - Stack status query timeout in 1196.55355692 2018-11-09 08:36:49,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:36:49,286 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:49 GMT Server: Apache x-openstack-request-id: req-3f5839b2-352b-476a-9e6a-51b87e857092 Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:49,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:49 GMT Server: Apache x-openstack-request-id: req-5c6895ae-d12e-49ae-ae4f-d143186a4a34 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4bec35a5-e566-4396-836f-343392579119", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:49,471 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-5c6895ae-d12e-49ae-ae4f-d143186a4a34 2018-11-09 08:36:49,472 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:36:49,472 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:52,475 - create_stack - DEBUG - Stack status query timeout in 1193.17645597 2018-11-09 08:36:52,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:36:52,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:52 GMT Server: Apache x-openstack-request-id: req-6e89854f-1f4b-4d9d-ac2c-97817913ad40 Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:52,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:52 GMT Server: Apache x-openstack-request-id: req-e6a4d7a7-4a4e-4657-a4b5-c90daddfa149 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4bec35a5-e566-4396-836f-343392579119", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:52,832 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-e6a4d7a7-4a4e-4657-a4b5-c90daddfa149 2018-11-09 08:36:52,833 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:36:52,833 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:55,836 - create_stack - DEBUG - Stack status query timeout in 1189.81550097 2018-11-09 08:36:55,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:36:56,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:55 GMT Server: Apache x-openstack-request-id: req-cd98d236-4da3-4662-9fc1-e19b302501e3 Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:56,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:56 GMT Server: Apache x-openstack-request-id: req-73a1cd81-42fb-4435-b4d0-2d17aa2ad59f 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4bec35a5-e566-4396-836f-343392579119", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:56,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-73a1cd81-42fb-4435-b4d0-2d17aa2ad59f 2018-11-09 08:36:56,055 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:36:56,055 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:36:59,058 - create_stack - DEBUG - Stack status query timeout in 1186.59363008 2018-11-09 08:36:59,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:36:59,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:36:59 GMT Server: Apache x-openstack-request-id: req-a4beb55c-4dbc-44fa-8215-e20a20eea0fa Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:36:59,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:36:59 GMT Server: Apache x-openstack-request-id: req-93e954db-52ba-4e68-acd3-ddecc9f2ba46 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4bec35a5-e566-4396-836f-343392579119", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:36:59,445 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-93e954db-52ba-4e68-acd3-ddecc9f2ba46 2018-11-09 08:36:59,445 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:36:59,445 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:37:02,449 - create_stack - DEBUG - Stack status query timeout in 1183.20286894 2018-11-09 08:37:02,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:02,624 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:02 GMT Server: Apache x-openstack-request-id: req-a068cce6-88bf-4aa2-a6ef-0f32b54b8fa0 Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:02,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:02 GMT Server: Apache x-openstack-request-id: req-25a7d7fb-0bee-4912-8d46-d0e05818c55c 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4bec35a5-e566-4396-836f-343392579119", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:37:02,667 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-25a7d7fb-0bee-4912-8d46-d0e05818c55c 2018-11-09 08:37:02,668 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:37:02,668 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:37:05,671 - create_stack - DEBUG - Stack status query timeout in 1179.9805131 2018-11-09 08:37:05,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:05,840 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:05 GMT Server: Apache x-openstack-request-id: req-4aab5634-d41e-4271-bba7-1ba91ce48baf Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:06,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:05 GMT Server: Apache x-openstack-request-id: req-cdb506b9-2e50-4896-b4af-f3c14bed2eb0 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4bec35a5-e566-4396-836f-343392579119", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:37:06,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-cdb506b9-2e50-4896-b4af-f3c14bed2eb0 2018-11-09 08:37:06,062 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:37:06,062 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack 2018-11-09 08:37:06,062 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack 2018-11-09 08:37:06,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:06,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:06 GMT Server: Apache x-openstack-request-id: req-3a9d4f25-8099-4a65-8cb1-40ccf291aa68 Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:06,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:05 GMT Server: Apache x-openstack-request-id: req-dd1ca25c-cc40-43bc-916e-ba60527307fe 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.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-09T08:36:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:36:45Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0fa99a64-6513-44fe-aa71-e49b175d5b3d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-09T08:36:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:36:45Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "5c2a05a1-707a-46f6-be2f-1c56e99505e3", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-09T08:36:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:36:45Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "2edc1e4e-25dd-4de7-aecc-dbf1339f93e1", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-09T08:36:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:36:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6c832d3e-6d97-4613-ab39-e58f755ae7f1", "resource_type": "OS::Nova::Server"}]} 2018-11-09 08:37:06,134 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources used request id req-dd1ca25c-cc40-43bc-916e-ba60527307fe 2018-11-09 08:37:06,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:06,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37: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-dbe076f1-fd48-4e07-8238-f348a539542f x-compute-request-id: req-dbe076f1-fd48-4e07-8238-f348a539542f Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:c1", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "bookmark"}], "image": {"id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "links": [{"href": "http://172.30.9.27:8774/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:37:00.000000", "flavor": {"id": "ab4e84dd-55d3-438a-bad7-b252a85065b4", "links": [{"href": "http://172.30.9.27:8774/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "bookmark"}]}, "id": "6c832d3e-6d97-4613-ab39-e58f755ae7f1", "security_groups": [{"name": "default"}], "user_id": "170de42c0e7e465aac9f654def8b2ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:37:00Z", "hostId": "fac06fff003101622a3fddc6a03d47fc63f385d7608afb86b2df30ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "created": "2018-11-09T08:36:53Z", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:37:06,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 used request id req-dbe076f1-fd48-4e07-8238-f348a539542f 2018-11-09 08:37:06,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:06,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9744134f-725f-4bf1-9f24-b59c56953337 Date: Fri, 09 Nov 2018 08:37: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":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:06,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-9744134f-725f-4bf1-9f24-b59c56953337 2018-11-09 08:37:06,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:37:06,867 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:37:06,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:06,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e995445c-8d19-4fff-9c40-d86395a18462 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:37:06,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-e995445c-8d19-4fff-9c40-d86395a18462 2018-11-09 08:37:06,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:07,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-53659113-938a-459e-a02d-54f450eb1de7 Date: Fri, 09 Nov 2018 08:37:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:07,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-53659113-938a-459e-a02d-54f450eb1de7 2018-11-09 08:37:07,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:07,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-7a637b52-8d7f-4525-b88d-d7b051def3ec Date: Fri, 09 Nov 2018 08:37:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.2"}],"id":"4cfb5a2c-b5a2-4fdb-90cd-79b207bbf59d","security_groups":[],"mac_address":"fa:16:3e:39:3c:d9","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.3"}],"id":"6e1ed73e-35ba-476b-94d9-fa1d84b6d542","security_groups":[],"mac_address":"fa:16:3e:2d:f6:be","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.4"}],"id":"7edc127c-176f-4ed7-bddf-05d799173072","security_groups":[],"mac_address":"fa:16:3e:40:fc:7d","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"}]} 2018-11-09 08:37:07,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-7a637b52-8d7f-4525-b88d-d7b051def3ec 2018-11-09 08:37:07,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:07,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:07 GMT Server: Apache x-openstack-request-id: req-5b283a5e-8744-4a4e-a449-f824ef6d3916 Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:07,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:07 GMT Server: Apache x-openstack-request-id: req-f97b68ce-4de6-4a62-b235-f57231f69a6f 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.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-09T08:36:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:36:45Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0fa99a64-6513-44fe-aa71-e49b175d5b3d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-09T08:36:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:36:45Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "5c2a05a1-707a-46f6-be2f-1c56e99505e3", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-09T08:36:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:36:45Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "2edc1e4e-25dd-4de7-aecc-dbf1339f93e1", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-09T08:36:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:36:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6c832d3e-6d97-4613-ab39-e58f755ae7f1", "resource_type": "OS::Nova::Server"}]} 2018-11-09 08:37:07,492 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119/resources used request id req-f97b68ce-4de6-4a62-b235-f57231f69a6f 2018-11-09 08:37:07,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:07,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a15b5b6a-f9a1-4188-b44e-b64c90fb9f58 x-compute-request-id: req-a15b5b6a-f9a1-4188-b44e-b64c90fb9f58 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ab4e84dd-55d3-438a-bad7-b252a85065b4", "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:37:07,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4 used request id req-a15b5b6a-f9a1-4188-b44e-b64c90fb9f58 2018-11-09 08:37:07,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/5c2a05a1-707a-46f6-be2f-1c56e99505e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:07,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-f388422e-be0f-4dca-aafe-b5f493702fd5 Date: Fri, 09 Nov 2018 08:37:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}} 2018-11-09 08:37:07,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/5c2a05a1-707a-46f6-be2f-1c56e99505e3 used request id req-f388422e-be0f-4dca-aafe-b5f493702fd5 2018-11-09 08:37:07,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:07,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-996e1ad4-bd7c-4e6a-98d4-151ce77fe877 Date: Fri, 09 Nov 2018 08:37:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:07,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-996e1ad4-bd7c-4e6a-98d4-151ce77fe877 2018-11-09 08:37:07,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:08,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-0d600081-ec6d-4c11-952c-956f3906b2e7 Date: Fri, 09 Nov 2018 08:37:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:08,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-0d600081-ec6d-4c11-952c-956f3906b2e7 2018-11-09 08:37:08,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:08,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-0a51178b-8304-40bd-95da-8e9135efa6a1 Date: Fri, 09 Nov 2018 08:37:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:08,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-0a51178b-8304-40bd-95da-8e9135efa6a1 2018-11-09 08:37:08,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:08,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7984d6b-e700-4035-9a7f-7eee789b71fd Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:37:08,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-a7984d6b-e700-4035-9a7f-7eee789b71fd 2018-11-09 08:37:08,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:08,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-45b04252-6038-48b5-af5b-ec5db560c718 Date: Fri, 09 Nov 2018 08:37:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:08,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-45b04252-6038-48b5-af5b-ec5db560c718 2018-11-09 08:37:08,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1&mac_address=fa%3A16%3A3e%3Aee%3A53%3Ac1&name=CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:08,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-e84b0e7b-9deb-4a04-8bd2-bf0c3168dab4 Date: Fri, 09 Nov 2018 08:37:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"}]} 2018-11-09 08:37:08,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1&mac_address=fa%3A16%3A3e%3Aee%3A53%3Ac1&name=CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd&admin_state_up=True used request id req-e84b0e7b-9deb-4a04-8bd2-bf0c3168dab4 2018-11-09 08:37:08,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:08,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ae16f4-efe3-4476-bff2-a812b242e596 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:37:08,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-18ae16f4-efe3-4476-bff2-a812b242e596 2018-11-09 08:37:08,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:08,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-42dbb62f-897f-4223-a786-51097f66bc18 Date: Fri, 09 Nov 2018 08:37:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:08,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-42dbb62f-897f-4223-a786-51097f66bc18 2018-11-09 08:37:08,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:09,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2fc9fd7a-0801-49dc-b6f1-b5c43fe96639 Date: Fri, 09 Nov 2018 08:37:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:09,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-2fc9fd7a-0801-49dc-b6f1-b5c43fe96639 2018-11-09 08:37:09,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:09,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-21059cd7-0958-449f-a710-bcd8a6bb2208 Date: Fri, 09 Nov 2018 08:37:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.2"}],"id":"4cfb5a2c-b5a2-4fdb-90cd-79b207bbf59d","security_groups":[],"mac_address":"fa:16:3e:39:3c:d9","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.3"}],"id":"6e1ed73e-35ba-476b-94d9-fa1d84b6d542","security_groups":[],"mac_address":"fa:16:3e:2d:f6:be","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.4"}],"id":"7edc127c-176f-4ed7-bddf-05d799173072","security_groups":[],"mac_address":"fa:16:3e:40:fc:7d","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"}]} 2018-11-09 08:37:09,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-21059cd7-0958-449f-a710-bcd8a6bb2208 2018-11-09 08:37:09,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:09,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4ca3ac66-0837-4f26-9062-c528906771b0 Date: Fri, 09 Nov 2018 08:37:08 GMT RESP BODY: {"floatingips": []} 2018-11-09 08:37:09,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-4ca3ac66-0837-4f26-9062-c528906771b0 2018-11-09 08:37:09,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:37:09,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:09,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9b65c38c9654a6aa85d83d9d73b215b", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:37:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-user", "id": "170de42c0e7e465aac9f654def8b2ac2"}, "audit_ids": ["0B_pG2MQRJaWGNjlvtiUiQ"], "issued_at": "2018-11-09T08:37:09.000000Z"}} 2018-11-09 08:37:09,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:09,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c31cd4-1d80-4543-a6d8-d1245ba3c69c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:09,611 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d3c31cd4-1d80-4543-a6d8-d1245ba3c69c 2018-11-09 08:37:09,612 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:37:09,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:09,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de9eb86b-a511-4a60-95cf-4dfcd45b43c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:09,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-de9eb86b-a511-4a60-95cf-4dfcd45b43c3 2018-11-09 08:37:09,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:10,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-ac01f9ca-f4dd-47a6-a8a8-5334ab5ec3d0 Date: Fri, 09 Nov 2018 08:37:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:10,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-ac01f9ca-f4dd-47a6-a8a8-5334ab5ec3d0 2018-11-09 08:37:10,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:37:10,045 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:37:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:37:10,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:10,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c76467-049b-4bae-8efc-868f53191b92 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:37:10,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-58c76467-049b-4bae-8efc-868f53191b92 2018-11-09 08:37:10,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:10,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4490097a-37b1-4e4a-8f12-6c206c9ea5ac Date: Fri, 09 Nov 2018 08:37:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:10,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-4490097a-37b1-4e4a-8f12-6c206c9ea5ac 2018-11-09 08:37:10,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1&mac_address=fa%3A16%3A3e%3Aee%3A53%3Ac1&name=CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:10,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-021fea87-8303-48fd-a7c8-4ee2d1a8858e Date: Fri, 09 Nov 2018 08:37:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"}]} 2018-11-09 08:37:10,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1&mac_address=fa%3A16%3A3e%3Aee%3A53%3Ac1&name=CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd&admin_state_up=True used request id req-021fea87-8303-48fd-a7c8-4ee2d1a8858e 2018-11-09 08:37:10,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:10,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456f3ffd-c440-4aaf-a7d6-3057ce42e312 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:37:10,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-456f3ffd-c440-4aaf-a7d6-3057ce42e312 2018-11-09 08:37:10,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:11,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c2a1be8-02d3-4178-80df-7a94e97a21ca x-compute-request-id: req-6c2a1be8-02d3-4178-80df-7a94e97a21ca Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:c1", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "bookmark"}], "image": {"id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "links": [{"href": "http://172.30.9.27:8774/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:37:00.000000", "flavor": {"id": "ab4e84dd-55d3-438a-bad7-b252a85065b4", "links": [{"href": "http://172.30.9.27:8774/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "bookmark"}]}, "id": "6c832d3e-6d97-4613-ab39-e58f755ae7f1", "security_groups": [{"name": "default"}], "user_id": "170de42c0e7e465aac9f654def8b2ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:37:00Z", "hostId": "fac06fff003101622a3fddc6a03d47fc63f385d7608afb86b2df30ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "created": "2018-11-09T08:36:53Z", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 08:37:11,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst used request id req-6c2a1be8-02d3-4178-80df-7a94e97a21ca 2018-11-09 08:37:11,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:11,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-e6325aa5-3f01-4aa2-ae0b-86a79ef74cdc Date: Fri, 09 Nov 2018 08:37: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":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:11,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-e6325aa5-3f01-4aa2-ae0b-86a79ef74cdc 2018-11-09 08:37:11,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:12,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c1df9087-6e7e-4f7a-b2e5-00a39d09f43d Date: Fri, 09 Nov 2018 08:37:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:12,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-c1df9087-6e7e-4f7a-b2e5-00a39d09f43d 2018-11-09 08:37:12,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:12,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-98531120-b0c6-4100-87ca-982f5cffb900 Date: Fri, 09 Nov 2018 08:37:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.2"}],"id":"4cfb5a2c-b5a2-4fdb-90cd-79b207bbf59d","security_groups":[],"mac_address":"fa:16:3e:39:3c:d9","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.3"}],"id":"6e1ed73e-35ba-476b-94d9-fa1d84b6d542","security_groups":[],"mac_address":"fa:16:3e:2d:f6:be","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.4"}],"id":"7edc127c-176f-4ed7-bddf-05d799173072","security_groups":[],"mac_address":"fa:16:3e:40:fc:7d","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"}]} 2018-11-09 08:37:12,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-98531120-b0c6-4100-87ca-982f5cffb900 2018-11-09 08:37:12,242 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst 2018-11-09 08:37:12,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:12,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6df76c50-e6a3-4bce-b350-d5e6a65e0c50 Date: Fri, 09 Nov 2018 08:37:12 GMT RESP BODY: {"floatingips": []} 2018-11-09 08:37:12,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-6df76c50-e6a3-4bce-b350-d5e6a65e0c50 2018-11-09 08:37:12,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:13,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37: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-a5805adc-2211-49f2-8625-e6ca002590cb x-compute-request-id: req-a5805adc-2211-49f2-8625-e6ca002590cb Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:c1", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "bookmark"}], "image": {"id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "links": [{"href": "http://172.30.9.27:8774/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:37:00.000000", "flavor": {"id": "ab4e84dd-55d3-438a-bad7-b252a85065b4", "links": [{"href": "http://172.30.9.27:8774/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "bookmark"}]}, "id": "6c832d3e-6d97-4613-ab39-e58f755ae7f1", "security_groups": [{"name": "default"}], "user_id": "170de42c0e7e465aac9f654def8b2ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:37:00Z", "hostId": "fac06fff003101622a3fddc6a03d47fc63f385d7608afb86b2df30ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "created": "2018-11-09T08:36:53Z", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:37:13,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 used request id req-a5805adc-2211-49f2-8625-e6ca002590cb 2018-11-09 08:37:13,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:13,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-db318abe-ccfd-4a01-961a-8d5fe1c3a018 Date: Fri, 09 Nov 2018 08:37:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:13,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-db318abe-ccfd-4a01-961a-8d5fe1c3a018 2018-11-09 08:37:13,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:13,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faf13faa-e152-47e5-ad0f-12877323b7b9 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:37:13,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-faf13faa-e152-47e5-ad0f-12877323b7b9 2018-11-09 08:37:13,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:13,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-b6bc0ac3-bda7-4d9e-af5a-62dbd38e982c Date: Fri, 09 Nov 2018 08:37:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:13,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-b6bc0ac3-bda7-4d9e-af5a-62dbd38e982c 2018-11-09 08:37:13,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:13,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-20dcb786-547d-4d73-8be4-f0bed31bddab Date: Fri, 09 Nov 2018 08:37:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.2"}],"id":"4cfb5a2c-b5a2-4fdb-90cd-79b207bbf59d","security_groups":[],"mac_address":"fa:16:3e:39:3c:d9","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.3"}],"id":"6e1ed73e-35ba-476b-94d9-fa1d84b6d542","security_groups":[],"mac_address":"fa:16:3e:2d:f6:be","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.4"}],"id":"7edc127c-176f-4ed7-bddf-05d799173072","security_groups":[],"mac_address":"fa:16:3e:40:fc:7d","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"}]} 2018-11-09 08:37:13,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-20dcb786-547d-4d73-8be4-f0bed31bddab 2018-11-09 08:37:13,622 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:37:13,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:14,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a9b65c38c9654a6aa85d83d9d73b215b", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-user", "id": "170de42c0e7e465aac9f654def8b2ac2"}, "audit_ids": ["ti-N-3JBTp-F_OkmbZ9_Hg"], "issued_at": "2018-11-09T08:37:14.000000Z"}} 2018-11-09 08:37:14,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016bfb2d0e7c97c3a8a36d8f0eabe2c3242888a2" 2018-11-09 08:37:14,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8243113-fda0-4635-8059-fcd290d38f57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:14,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b8243113-fda0-4635-8059-fcd290d38f57 2018-11-09 08:37:14,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:14,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4c1ef11-039b-4029-9d7c-dfd874e274c7 x-compute-request-id: req-a4c1ef11-039b-4029-9d7c-dfd874e274c7 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:c1", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "bookmark"}], "image": {"id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "links": [{"href": "http://172.30.9.27:8774/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:37:00.000000", "flavor": {"id": "ab4e84dd-55d3-438a-bad7-b252a85065b4", "links": [{"href": "http://172.30.9.27:8774/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "bookmark"}]}, "id": "6c832d3e-6d97-4613-ab39-e58f755ae7f1", "security_groups": [{"name": "default"}], "user_id": "170de42c0e7e465aac9f654def8b2ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:37:00Z", "hostId": "fac06fff003101622a3fddc6a03d47fc63f385d7608afb86b2df30ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "created": "2018-11-09T08:36:53Z", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:37:14,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 used request id req-a4c1ef11-039b-4029-9d7c-dfd874e274c7 2018-11-09 08:37:14,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:14,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-78659d4f-257b-4a82-a8ea-0e9632a478b2 Date: Fri, 09 Nov 2018 08:37: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":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:14,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-78659d4f-257b-4a82-a8ea-0e9632a478b2 2018-11-09 08:37:14,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:15,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f32ced64-8483-4cf7-94b9-9ed3c7861467 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:37:15,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-f32ced64-8483-4cf7-94b9-9ed3c7861467 2018-11-09 08:37:15,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:15,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-63944261-bdf8-43a0-b7a8-313d97af7b9b Date: Fri, 09 Nov 2018 08:37:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:15,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-63944261-bdf8-43a0-b7a8-313d97af7b9b 2018-11-09 08:37:15,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:15,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-4a234989-0231-4cda-bbd1-bda9184a43ea Date: Fri, 09 Nov 2018 08:37:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.2"}],"id":"4cfb5a2c-b5a2-4fdb-90cd-79b207bbf59d","security_groups":[],"mac_address":"fa:16:3e:39:3c:d9","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.3"}],"id":"6e1ed73e-35ba-476b-94d9-fa1d84b6d542","security_groups":[],"mac_address":"fa:16:3e:2d:f6:be","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.4"}],"id":"7edc127c-176f-4ed7-bddf-05d799173072","security_groups":[],"mac_address":"fa:16:3e:40:fc:7d","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"}]} 2018-11-09 08:37:15,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-4a234989-0231-4cda-bbd1-bda9184a43ea 2018-11-09 08:37:15,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016bfb2d0e7c97c3a8a36d8f0eabe2c3242888a2" 2018-11-09 08:37:16,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43c0a738-0ffc-447f-a5b8-bb4c3212aea1 x-compute-request-id: req-43c0a738-0ffc-447f-a5b8-bb4c3212aea1 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:c1", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "bookmark"}], "image": {"id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "links": [{"href": "http://172.30.9.27:8774/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:37:00.000000", "flavor": {"id": "ab4e84dd-55d3-438a-bad7-b252a85065b4", "links": [{"href": "http://172.30.9.27:8774/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "bookmark"}]}, "id": "6c832d3e-6d97-4613-ab39-e58f755ae7f1", "security_groups": [{"name": "default"}], "user_id": "170de42c0e7e465aac9f654def8b2ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:37:00Z", "hostId": "fac06fff003101622a3fddc6a03d47fc63f385d7608afb86b2df30ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "created": "2018-11-09T08:36:53Z", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 08:37:16,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst used request id req-43c0a738-0ffc-447f-a5b8-bb4c3212aea1 2018-11-09 08:37:16,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016bfb2d0e7c97c3a8a36d8f0eabe2c3242888a2" 2018-11-09 08:37:16,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-a4be00fd-dbb6-4ab0-bf52-2853824e84d3 Date: Fri, 09 Nov 2018 08:37: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":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:16,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-a4be00fd-dbb6-4ab0-bf52-2853824e84d3 2018-11-09 08:37:16,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016bfb2d0e7c97c3a8a36d8f0eabe2c3242888a2" 2018-11-09 08:37:16,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-288bc0e3-1e52-4f77-b189-d6bdec24d02f Date: Fri, 09 Nov 2018 08:37:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:16,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-288bc0e3-1e52-4f77-b189-d6bdec24d02f 2018-11-09 08:37:16,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016bfb2d0e7c97c3a8a36d8f0eabe2c3242888a2" 2018-11-09 08:37:16,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-c06fcae4-81cc-459d-8ddc-78d030078093 Date: Fri, 09 Nov 2018 08:37:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.2"}],"id":"4cfb5a2c-b5a2-4fdb-90cd-79b207bbf59d","security_groups":[],"mac_address":"fa:16:3e:39:3c:d9","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.3"}],"id":"6e1ed73e-35ba-476b-94d9-fa1d84b6d542","security_groups":[],"mac_address":"fa:16:3e:2d:f6:be","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.4"}],"id":"7edc127c-176f-4ed7-bddf-05d799173072","security_groups":[],"mac_address":"fa:16:3e:40:fc:7d","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"}]} 2018-11-09 08:37:16,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-c06fcae4-81cc-459d-8ddc-78d030078093 2018-11-09 08:37:16,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:17,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bde460f-969a-49cd-8809-ab898f4d03bc x-compute-request-id: req-4bde460f-969a-49cd-8809-ab898f4d03bc Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:c1", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "bookmark"}], "image": {"id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "links": [{"href": "http://172.30.9.27:8774/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:37:00.000000", "flavor": {"id": "ab4e84dd-55d3-438a-bad7-b252a85065b4", "links": [{"href": "http://172.30.9.27:8774/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "bookmark"}]}, "id": "6c832d3e-6d97-4613-ab39-e58f755ae7f1", "security_groups": [{"name": "default"}], "user_id": "170de42c0e7e465aac9f654def8b2ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:37:00Z", "hostId": "fac06fff003101622a3fddc6a03d47fc63f385d7608afb86b2df30ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "created": "2018-11-09T08:36:53Z", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:37:17,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 used request id req-4bde460f-969a-49cd-8809-ab898f4d03bc 2018-11-09 08:37:17,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:17,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-06a53f63-89fc-40d1-aa8b-14382412a28d Date: Fri, 09 Nov 2018 08:37: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":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:17,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-06a53f63-89fc-40d1-aa8b-14382412a28d 2018-11-09 08:37:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:17,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bca4875f-73c8-4ccb-ab76-448212f827d0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:37:17,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-bca4875f-73c8-4ccb-ab76-448212f827d0 2018-11-09 08:37:17,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:18,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ab48fd80-f9c5-4005-82b5-e8a493f5345c Date: Fri, 09 Nov 2018 08:37:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:18,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-ab48fd80-f9c5-4005-82b5-e8a493f5345c 2018-11-09 08:37:18,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:18,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-df251d72-8e85-4ed5-84c9-8b148f9216aa Date: Fri, 09 Nov 2018 08:37:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.2"}],"id":"4cfb5a2c-b5a2-4fdb-90cd-79b207bbf59d","security_groups":[],"mac_address":"fa:16:3e:39:3c:d9","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.3"}],"id":"6e1ed73e-35ba-476b-94d9-fa1d84b6d542","security_groups":[],"mac_address":"fa:16:3e:2d:f6:be","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.4"}],"id":"7edc127c-176f-4ed7-bddf-05d799173072","security_groups":[],"mac_address":"fa:16:3e:40:fc:7d","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"}]} 2018-11-09 08:37:18,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-df251d72-8e85-4ed5-84c9-8b148f9216aa 2018-11-09 08:37:18,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:18,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c607c3ba-5e80-4684-a0b7-39e4501cacb0 x-compute-request-id: req-c607c3ba-5e80-4684-a0b7-39e4501cacb0 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:c1", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "bookmark"}], "image": {"id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "links": [{"href": "http://172.30.9.27:8774/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:37:00.000000", "flavor": {"id": "ab4e84dd-55d3-438a-bad7-b252a85065b4", "links": [{"href": "http://172.30.9.27:8774/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "bookmark"}]}, "id": "6c832d3e-6d97-4613-ab39-e58f755ae7f1", "security_groups": [{"name": "default"}], "user_id": "170de42c0e7e465aac9f654def8b2ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:37:00Z", "hostId": "fac06fff003101622a3fddc6a03d47fc63f385d7608afb86b2df30ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "created": "2018-11-09T08:36:53Z", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:37:18,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 used request id req-c607c3ba-5e80-4684-a0b7-39e4501cacb0 2018-11-09 08:37:18,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:18,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-a1a211b8-a65d-4f8f-ba3f-a81259402ff6 Date: Fri, 09 Nov 2018 08:37:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:18,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-a1a211b8-a65d-4f8f-ba3f-a81259402ff6 2018-11-09 08:37:18,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:18,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57033fa-b5bd-4bfc-a16c-a331c7b9ae11 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:37:18,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-c57033fa-b5bd-4bfc-a16c-a331c7b9ae11 2018-11-09 08:37:18,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:18,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-7d2f1c89-2de7-4808-b9a3-4dbbc0db71fa Date: Fri, 09 Nov 2018 08:37:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:18,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-7d2f1c89-2de7-4808-b9a3-4dbbc0db71fa 2018-11-09 08:37:18,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09954b3847b8bf0c8d0bb829c35277e6f2994dd" 2018-11-09 08:37:19,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-df6efb49-bf2e-4273-b8b6-a62d44252554 Date: Fri, 09 Nov 2018 08:37:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.2"}],"id":"4cfb5a2c-b5a2-4fdb-90cd-79b207bbf59d","security_groups":[],"mac_address":"fa:16:3e:39:3c:d9","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.3"}],"id":"6e1ed73e-35ba-476b-94d9-fa1d84b6d542","security_groups":[],"mac_address":"fa:16:3e:2d:f6:be","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.4"}],"id":"7edc127c-176f-4ed7-bddf-05d799173072","security_groups":[],"mac_address":"fa:16:3e:40:fc:7d","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"}]} 2018-11-09 08:37:19,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-df6efb49-bf2e-4273-b8b6-a62d44252554 2018-11-09 08:37:19,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016bfb2d0e7c97c3a8a36d8f0eabe2c3242888a2" 2018-11-09 08:37:19,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68a0fb5a-9227-48a3-a05d-42c513da0ee8 x-compute-request-id: req-68a0fb5a-9227-48a3-a05d-42c513da0ee8 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:c1", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1", "rel": "bookmark"}], "image": {"id": "42d5b50c-5237-416e-96f9-a95cff592ec1", "links": [{"href": "http://172.30.9.27:8774/images/42d5b50c-5237-416e-96f9-a95cff592ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:37:00.000000", "flavor": {"id": "ab4e84dd-55d3-438a-bad7-b252a85065b4", "links": [{"href": "http://172.30.9.27:8774/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4", "rel": "bookmark"}]}, "id": "6c832d3e-6d97-4613-ab39-e58f755ae7f1", "security_groups": [{"name": "default"}], "user_id": "170de42c0e7e465aac9f654def8b2ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:37:00Z", "hostId": "fac06fff003101622a3fddc6a03d47fc63f385d7608afb86b2df30ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "created": "2018-11-09T08:36:53Z", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:37:19,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/6c832d3e-6d97-4613-ab39-e58f755ae7f1 used request id req-68a0fb5a-9227-48a3-a05d-42c513da0ee8 2018-11-09 08:37:19,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016bfb2d0e7c97c3a8a36d8f0eabe2c3242888a2" 2018-11-09 08:37:19,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2e1010c3-f3da-4fd9-9697-099f2293fd8b Date: Fri, 09 Nov 2018 08:37:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c2a05a1-707a-46f6-be2f-1c56e99505e3"],"updated_at":"2018-11-09T08:36:47Z","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ef781bd2427f4983a4c9bb60e2af27b3","id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}]} 2018-11-09 08:37:19,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net used request id req-2e1010c3-f3da-4fd9-9697-099f2293fd8b 2018-11-09 08:37:19,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016bfb2d0e7c97c3a8a36d8f0eabe2c3242888a2" 2018-11-09 08:37:20,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-e9690c00-f6d0-40de-97dd-884bb7992d84 Date: Fri, 09 Nov 2018 08:37:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:47Z","dns_nameservers":[],"updated_at":"2018-11-09T08:36:47Z","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":"ef781bd2427f4983a4c9bb60e2af27b3","id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","subnetpool_id":null,"name":"CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet"}]} 2018-11-09 08:37:20,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-e9690c00-f6d0-40de-97dd-884bb7992d84 2018-11-09 08:37:20,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016bfb2d0e7c97c3a8a36d8f0eabe2c3242888a2" 2018-11-09 08:37:20,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-980a8488-36fc-4302-8500-43004426d97a Date: Fri, 09 Nov 2018 08:37:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:37:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.6"}],"id":"0fa99a64-6513-44fe-aa71-e49b175d5b3d","security_groups":["508d0694-45fc-4e22-85d7-4776461c6dc5"],"mac_address":"fa:16:3e:ee:53:c1","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack-server1_port-bumoaaitkpwd","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"6c832d3e-6d97-4613-ab39-e58f755ae7f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.2"}],"id":"4cfb5a2c-b5a2-4fdb-90cd-79b207bbf59d","security_groups":[],"mac_address":"fa:16:3e:39:3c:d9","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.3"}],"id":"6e1ed73e-35ba-476b-94d9-fa1d84b6d542","security_groups":[],"mac_address":"fa:16:3e:2d:f6:be","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:36:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c2a05a1-707a-46f6-be2f-1c56e99505e3","ip_address":"10.0.0.4"}],"id":"7edc127c-176f-4ed7-bddf-05d799173072","security_groups":[],"mac_address":"fa:16:3e:40:fc:7d","project_id":"ef781bd2427f4983a4c9bb60e2af27b3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2edc1e4e-25dd-4de7-aecc-dbf1339f93e1","tenant_id":"ef781bd2427f4983a4c9bb60e2af27b3","created_at":"2018-11-09T08:36:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2edc1e4e-25dd-4de7-aecc-dbf1339f93e1"}]} 2018-11-09 08:37:20,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=2edc1e4e-25dd-4de7-aecc-dbf1339f93e1 used request id req-980a8488-36fc-4302-8500-43004426d97a 2018-11-09 08:37:20,307 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack 2018-11-09 08:37:20,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:20,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:20 GMT Server: Apache x-openstack-request-id: req-31d0bc0b-3295-40e2-92e8-1020ce5b073c Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:20,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:20 GMT Server: Apache x-openstack-request-id: req-edb5315b-4ced-442e-b112-bfa70202a5b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:20,378 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-edb5315b-4ced-442e-b112-bfa70202a5b9 2018-11-09 08:37:20,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:20,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:20 GMT Server: Apache x-openstack-request-id: req-e4a10490-d50c-471b-82b0-0e0487367525 Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:20,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:20 GMT Server: Apache x-openstack-request-id: req-5f2ff25e-783f-4592-abfa-a4f154edecb5 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4bec35a5-e566-4396-836f-343392579119", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:37:20,449 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-5f2ff25e-783f-4592-abfa-a4f154edecb5 2018-11-09 08:37:20,450 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:37:20,450 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:37:23,453 - create_stack - DEBUG - Stack status query timeout in 1196.92548203 2018-11-09 08:37:23,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:23,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:23 GMT Server: Apache x-openstack-request-id: req-0ec00932-ea35-47ae-992e-a20d2c78e046 Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:23,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:23 GMT Server: Apache x-openstack-request-id: req-7ac5a2f9-fccf-4c8a-803f-fa5104971f53 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "tags": null, "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:37:20Z", "id": "4bec35a5-e566-4396-836f-343392579119", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:37:23,508 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-7ac5a2f9-fccf-4c8a-803f-fa5104971f53 2018-11-09 08:37:23,508 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:37:23,508 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:37:26,512 - create_stack - DEBUG - Stack status query timeout in 1193.86681604 2018-11-09 08:37:26,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:26,541 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:26 GMT Server: Apache x-openstack-request-id: req-7f81f5e4-57f7-4824-bfc6-1bcfd69e842e Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:26,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:26 GMT Server: Apache x-openstack-request-id: req-ea8a7012-0e58-4f47-a775-7d4f71101a84 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "tags": null, "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:37:20Z", "id": "4bec35a5-e566-4396-836f-343392579119", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:37:26,566 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-ea8a7012-0e58-4f47-a775-7d4f71101a84 2018-11-09 08:37:26,566 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:37:26,567 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:37:29,570 - create_stack - DEBUG - Stack status query timeout in 1190.80874395 2018-11-09 08:37:29,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:29,598 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:29 GMT Server: Apache x-openstack-request-id: req-ea68a7f0-e403-4953-b532-5928859404c8 Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:29,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:29 GMT Server: Apache x-openstack-request-id: req-885e3f47-30c3-4251-934f-139667ceb065 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "tags": null, "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:37:20Z", "id": "4bec35a5-e566-4396-836f-343392579119", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:37:29,624 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-885e3f47-30c3-4251-934f-139667ceb065 2018-11-09 08:37:29,624 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:37:29,624 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:37:32,627 - create_stack - DEBUG - Stack status query timeout in 1187.75146294 2018-11-09 08:37:32,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:32,657 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:32 GMT Server: Apache x-openstack-request-id: req-03427b28-2e84-4b71-962e-24b80b54795a Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:32,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:32 GMT Server: Apache x-openstack-request-id: req-97fc3adc-52ca-4834-9a84-e23b97ee96b7 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": "ef781bd2427f4983a4c9bb60e2af27b3", "OS::stack_id": "4bec35a5-e566-4396-836f-343392579119", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "image_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image", "inst_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-inst", "subnet_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-subnet", "flavor_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-flavor-name", "net_name": "CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-net"}, "deletion_time": "2018-11-09T08:37:32Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack", "stack_user_project_id": "ff69d7abdfdf4c22bba95d1b0b33e5cd", "tags": null, "creation_time": "2018-11-09T08:36:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:37:20Z", "id": "4bec35a5-e566-4396-836f-343392579119", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 08:37:32,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-97fc3adc-52ca-4834-9a84-e23b97ee96b7 2018-11-09 08:37:32,683 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:37:32,683 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack 2018-11-09 08:37:32,684 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack 2018-11-09 08:37:32,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/4bec35a5-e566-4396-836f-343392579119 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a004d164652d1ac4536009394cce7a29e5c75e" 2018-11-09 08:37:32,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:32 GMT Server: Apache x-openstack-request-id: req-730a82ba-e2dc-473d-adef-0fcd94c6bf4c Location: http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:32,746 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:37:32 GMT Server: Apache x-openstack-request-id: req-463c74c0-69cb-450d-81be-447cae24b7e1 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:37:32,746 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/ef781bd2427f4983a4c9bb60e2af27b3/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-stack/4bec35a5-e566-4396-836f-343392579119 used request id req-463c74c0-69cb-450d-81be-447cae24b7e1 2018-11-09 08:37:32,747 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-b966daf6-5532-4f79-87ae-d3e18c643c63-image 2018-11-09 08:37:32,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d966b9ad9aff23de2658073dac7716026f02c79" 2018-11-09 08:37:33,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-abe0b0b1-b35a-4336-abc6-a66aac4055d0 Date: Fri, 09 Nov 2018 08:37:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:37:33,905 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/42d5b50c-5237-416e-96f9-a95cff592ec1 used request id req-abe0b0b1-b35a-4336-abc6-a66aac4055d0 2018-11-09 08:37:33,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd0f986513b6c5e7f022895b068eba4095a81a11" 2018-11-09 08:37:33,947 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:37:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-83bf277a-0fa6-4f24-bbe0-eefb9344e06b x-compute-request-id: req-83bf277a-0fa6-4f24-bbe0-eefb9344e06b Content-Length: 0 Content-Type: application/json 2018-11-09 08:37:33,947 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ab4e84dd-55d3-438a-bad7-b252a85065b4 used request id req-83bf277a-0fa6-4f24-bbe0-eefb9344e06b 2018-11-09 08:37:33,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:37:34,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f355067a-7927-44a9-be23-2e12bf0dda19 Date: Fri, 09 Nov 2018 08:37:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "created_at": "2018-11-09T08:36:46Z", "updated_at": "2018-11-09T08:36:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:36:46Z", "revision_number": 0, "id": "238cd569-4ff6-40a7-bf78-bda7ace2d73c", "remote_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "remote_ip_prefix": null, "created_at": "2018-11-09T08:36:46Z", "security_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef781bd2427f4983a4c9bb60e2af27b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:36:46Z", "revision_number": 0, "id": "340a5e14-1783-41fe-b2b0-fb0873357a1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:36:46Z", "security_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef781bd2427f4983a4c9bb60e2af27b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:36:46Z", "revision_number": 0, "id": "ca77a20b-69ff-402e-8f96-3f56a03da6b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:36:46Z", "security_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef781bd2427f4983a4c9bb60e2af27b3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:36:46Z", "revision_number": 0, "id": "e7a001ef-6c66-4598-b2f9-677e5550a8ae", "remote_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "remote_ip_prefix": null, "created_at": "2018-11-09T08:36:46Z", "security_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef781bd2427f4983a4c9bb60e2af27b3"}], "revision_number": 4, "project_id": "ef781bd2427f4983a4c9bb60e2af27b3", "id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:37:34,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-f355067a-7927-44a9-be23-2e12bf0dda19 2018-11-09 08:37:34,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:37:34,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f8f2251-a1d2-487c-a563-3552bd22b259 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3"}, "enabled": true, "id": "ef781bd2427f4983a4c9bb60e2af27b3", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-162912ef-6d7c-4f0-proj"}} 2018-11-09 08:37:34,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-0f8f2251-a1d2-487c-a563-3552bd22b259 2018-11-09 08:37:34,284 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 508d0694-45fc-4e22-85d7-4776461c6dc5 2018-11-09 08:37:34,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=508d0694-45fc-4e22-85d7-4776461c6dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:37:34,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-678e1e91-9db5-4c9a-bda8-a3f76eb45b30 Date: Fri, 09 Nov 2018 08:37:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:36:46Z", "security_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "port_range_min": null, "revision_number": 0, "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "created_at": "2018-11-09T08:36:46Z", "project_id": "ef781bd2427f4983a4c9bb60e2af27b3", "id": "238cd569-4ff6-40a7-bf78-bda7ace2d73c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:36:46Z", "security_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "port_range_min": null, "revision_number": 0, "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "created_at": "2018-11-09T08:36:46Z", "project_id": "ef781bd2427f4983a4c9bb60e2af27b3", "id": "340a5e14-1783-41fe-b2b0-fb0873357a1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:36:46Z", "security_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "port_range_min": null, "revision_number": 0, "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "created_at": "2018-11-09T08:36:46Z", "project_id": "ef781bd2427f4983a4c9bb60e2af27b3", "id": "ca77a20b-69ff-402e-8f96-3f56a03da6b9"}, {"remote_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:36:46Z", "security_group_id": "508d0694-45fc-4e22-85d7-4776461c6dc5", "port_range_min": null, "revision_number": 0, "tenant_id": "ef781bd2427f4983a4c9bb60e2af27b3", "created_at": "2018-11-09T08:36:46Z", "project_id": "ef781bd2427f4983a4c9bb60e2af27b3", "id": "e7a001ef-6c66-4598-b2f9-677e5550a8ae"}]} 2018-11-09 08:37:34,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=508d0694-45fc-4e22-85d7-4776461c6dc5 used request id req-678e1e91-9db5-4c9a-bda8-a3f76eb45b30 2018-11-09 08:37:34,454 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:37:34,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/508d0694-45fc-4e22-85d7-4776461c6dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:37:34,759 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad1c167c-30f0-4b61-8a03-a5b9a7e0a47e Content-Length: 0 Date: Fri, 09 Nov 2018 08:37:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:37:34,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/508d0694-45fc-4e22-85d7-4776461c6dc5 used request id req-ad1c167c-30f0-4b61-8a03-a5b9a7e0a47e 2018-11-09 08:37:34,760 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-162912ef-6d7c-4f0-proj 2018-11-09 08:37:34,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:37:34,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35bfa6a4-b68a-4236-b0c7-a359c488a47f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:34,997 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ef781bd2427f4983a4c9bb60e2af27b3 used request id req-35bfa6a4-b68a-4236-b0c7-a359c488a47f 2018-11-09 08:37:34,997 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-162912ef-6d7c-4f0-proj-role 2018-11-09 08:37:35,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/a9b65c38c9654a6aa85d83d9d73b215b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:37:35,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16bd6d07-ce09-400f-b525-0ef08a982499 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:35,110 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/a9b65c38c9654a6aa85d83d9d73b215b used request id req-16bd6d07-ce09-400f-b525-0ef08a982499 2018-11-09 08:37:35,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73ae7a788a601e1dc4e1de0f182cf923f7d8f71" 2018-11-09 08:37:35,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9c51924-01fd-4b8e-8cee-e7dcc07659a2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:37:35,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e9c51924-01fd-4b8e-8cee-e7dcc07659a2 2018-11-09 08:37:35,208 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-162912ef-6d7c-4f0-user 2018-11-09 08:37:35,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/170de42c0e7e465aac9f654def8b2ac2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aebe2266d8f815c70ad2322f686e4477a74c6c4" 2018-11-09 08:37:35,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-829e7632-ab6d-48d8-a927-c68d4ed778ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:35,423 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/170de42c0e7e465aac9f654def8b2ac2 used request id req-829e7632-ab6d-48d8-a927-c68d4ed778ee 2018-11-09 08:37:35,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:35,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:37:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["1EHXIZIUR9ehE6cTQfcjFw"], "issued_at": "2018-11-09T08:37:35.000000Z"}} 2018-11-09 08:37:35,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17a95ffad2a20d5c131749854342c93fb1e97e00" 2018-11-09 08:37:35,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c836febe-d971-4bf3-996a-61b12d614a0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:35,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c836febe-d971-4bf3-996a-61b12d614a0a 2018-11-09 08:37:35,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:37:35,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:36,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:37:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lnzeUaruTrK11-RxBUsC-g"], "issued_at": "2018-11-09T08:37:36.000000Z"}} 2018-11-09 08:37:36,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:36,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a11ff4d-0290-4242-b2f0-4340417a0d32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:36,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4a11ff4d-0290-4242-b2f0-4340417a0d32 2018-11-09 08:37:36,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:37:36,369 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:37:36,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:36,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9581d096-56c5-4f66-b363-9de42ab8b9b9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:37:36,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj used request id req-9581d096-56c5-4f66-b363-9de42ab8b9b9 2018-11-09 08:37:36,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:36,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ced0413-0776-48ea-87b9-619062b0246b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:37:36,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-8ced0413-0776-48ea-87b9-619062b0246b 2018-11-09 08:37:36,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj"}}' 2018-11-09 08:37:36,676 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8b4f6fd-d527-4dac-95eb-0f3ab6058cff Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381"}, "enabled": true, "id": "6c964fa63f3a42bb8ca6ccabe034f381", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj"}} 2018-11-09 08:37:36,676 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a8b4f6fd-d527-4dac-95eb-0f3ab6058cff 2018-11-09 08:37:36,677 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-a36a8e38-6b4c-40a-proj 2018-11-09 08:37:36,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:37:36,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:37,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:37:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["g0xUPDfhT96WlkaLhm4NyQ"], "issued_at": "2018-11-09T08:37:37.000000Z"}} 2018-11-09 08:37:37,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:37,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866d6232-091c-4283-b67b-dae35615a8f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:37,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-866d6232-091c-4283-b67b-dae35615a8f7 2018-11-09 08:37:37,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:37:37,233 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:37:37,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:37,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7767b8a1-4fed-4e5b-8117-f8d2eadafa9c Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:37:37,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7767b8a1-4fed-4e5b-8117-f8d2eadafa9c 2018-11-09 08:37:37,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:37,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60eb4225-3747-405a-b3af-9e961506d2fb Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381"}, "enabled": true, "id": "6c964fa63f3a42bb8ca6ccabe034f381", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj"}]} 2018-11-09 08:37:37,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj used request id req-60eb4225-3747-405a-b3af-9e961506d2fb 2018-11-09 08:37:37,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:37,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb89646-87ff-4cea-ad67-d79fe446aaa2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:37:37,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-3fb89646-87ff-4cea-ad67-d79fe446aaa2 2018-11-09 08:37:37,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:37,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa8d5f2-ef20-4953-a2fd-58f0214dc0f5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:37:37,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7aa8d5f2-ef20-4953-a2fd-58f0214dc0f5 2018-11-09 08:37:37,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:38,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a97a3aef-f2d7-48ae-931f-b06f892e602e Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381"}, "enabled": true, "id": "6c964fa63f3a42bb8ca6ccabe034f381", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj"}]} 2018-11-09 08:37:38,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj used request id req-a97a3aef-f2d7-48ae-931f-b06f892e602e 2018-11-09 08:37:38,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/628bf73bcfb24704b41f93108745ef18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:38,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8cf0097-9f6c-4c0e-8fcc-40d2eac0d5ac Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-user", "links": {"self": "http://172.30.9.27:5000/v3/users/628bf73bcfb24704b41f93108745ef18"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "6c964fa63f3a42bb8ca6ccabe034f381", "id": "628bf73bcfb24704b41f93108745ef18", "password_expires_at": null}} 2018-11-09 08:37:38,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/628bf73bcfb24704b41f93108745ef18 used request id req-e8cf0097-9f6c-4c0e-8fcc-40d2eac0d5ac 2018-11-09 08:37:38,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:38,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec6f9c6c-6804-42d4-b374-8da4178d76ee Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:37:38,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles used request id req-ec6f9c6c-6804-42d4-b374-8da4178d76ee 2018-11-09 08:37:38,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:38,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28cb1d58-8d33-407c-bdbd-c0a2bb7525e3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 08:37:38,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-28cb1d58-8d33-407c-bdbd-c0a2bb7525e3 2018-11-09 08:37:38,327 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-a36a8e38-6b4c-40a-proj 2018-11-09 08:37:38,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:38,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec315662-1ea3-429c-a052-7af621426b1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:38,448 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-ec315662-1ea3-429c-a052-7af621426b1d 2018-11-09 08:37:38,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:38,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc52cb94-8b80-404a-aeb9-79d9f8624e9c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:37:38,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cc52cb94-8b80-404a-aeb9-79d9f8624e9c 2018-11-09 08:37:38,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:38,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db36a883-6c1c-4a4c-8479-eb88d552359e Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381"}, "enabled": true, "id": "6c964fa63f3a42bb8ca6ccabe034f381", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj"}]} 2018-11-09 08:37:38,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-a36a8e38-6b4c-40a-proj used request id req-db36a883-6c1c-4a4c-8479-eb88d552359e 2018-11-09 08:37:38,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:38,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da029502-223d-493e-b34e-2564d1b7a357 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}]} 2018-11-09 08:37:38,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles used request id req-da029502-223d-493e-b34e-2564d1b7a357 2018-11-09 08:37:38,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:38,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-837f5267-ec32-4457-8f48-09f74940b56d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:37:38,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-837f5267-ec32-4457-8f48-09f74940b56d 2018-11-09 08:37:38,767 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-a36a8e38-6b4c-40a-proj 2018-11-09 08:37:38,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:38,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de7495f3-579c-4d36-850e-d944a7d1e868 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:38,913 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-de7495f3-579c-4d36-850e-d944a7d1e868 2018-11-09 08:37:38,913 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-a36a8e38-6b4c-40a-user 2018-11-09 08:37:38,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:37:38,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:38,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46f9920f-b894-4e0b-a137-dedeac5174b0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:37:38,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-46f9920f-b894-4e0b-a137-dedeac5174b0 2018-11-09 08:37:39,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" -d '{"role": {"name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj-role"}}' 2018-11-09 08:37:39,150 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:37:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2847462e-2be5-421e-9760-d67f41e7deba Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "01f4cc5f8bcd4418b5ea0450be7a19e8", "links": {"self": "http://172.30.9.27:5000/v3/roles/01f4cc5f8bcd4418b5ea0450be7a19e8"}, "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj-role"}} 2018-11-09 08:37:39,150 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-2847462e-2be5-421e-9760-d67f41e7deba 2018-11-09 08:37:39,150 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-a36a8e38-6b4c-40a-proj-role 2018-11-09 08:37:39,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/01f4cc5f8bcd4418b5ea0450be7a19e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:39,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44894f37-b077-49a7-8323-d7c296f1a260 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/01f4cc5f8bcd4418b5ea0450be7a19e8"}, "domain_id": null, "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj-role", "id": "01f4cc5f8bcd4418b5ea0450be7a19e8"}} 2018-11-09 08:37:39,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/01f4cc5f8bcd4418b5ea0450be7a19e8 used request id req-44894f37-b077-49a7-8323-d7c296f1a260 2018-11-09 08:37:39,246 - keystone_utils - INFO - Granting role CreateStackVolumeTests-a36a8e38-6b4c-40a-proj-role to project CreateStackVolumeTests-a36a8e38-6b4c-40a-proj 2018-11-09 08:37:39,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles/01f4cc5f8bcd4418b5ea0450be7a19e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:39,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9b7fa53-758b-4ff5-88d5-ec6f0d673ef5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:39,367 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381/users/628bf73bcfb24704b41f93108745ef18/roles/01f4cc5f8bcd4418b5ea0450be7a19e8 used request id req-d9b7fa53-758b-4ff5-88d5-ec6f0d673ef5 2018-11-09 08:37:39,367 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:37:39,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:37:39,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:39,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "01f4cc5f8bcd4418b5ea0450be7a19e8", "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:37:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6c964fa63f3a42bb8ca6ccabe034f381", "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-user", "id": "628bf73bcfb24704b41f93108745ef18"}, "audit_ids": ["WoyChFXaS6e4JZtAacbHAQ"], "issued_at": "2018-11-09T08:37:39.000000Z"}} 2018-11-09 08:37:39,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:39,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76157a47-3679-4e02-8e32-27da3a446182 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:39,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-76157a47-3679-4e02-8e32-27da3a446182 2018-11-09 08:37:39,838 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:37:39,841 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:37:39,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:40,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:39 GMT Server: Apache x-openstack-request-id: req-78c678bb-a939-474e-a5ab-a59513a1b229 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:37:40,016 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack used request id req-78c678bb-a939-474e-a5ab-a59513a1b229 2018-11-09 08:37:40,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-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-6cca1175-64b0-4ff4-81af-1587e139056d-volume-type", "volume_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume"}}' 2018-11-09 08:37:41,727 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:37:39 GMT Server: Apache x-openstack-request-id: req-e6ca6604-0972-4d72-834b-736b0117d1e6 Location: http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "links": [{"href": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950", "rel": "self"}]}} 2018-11-09 08:37:41,727 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks used request id req-e6ca6604-0972-4d72-834b-736b0117d1e6 2018-11-09 08:37:41,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/372c2536-0fc7-4aae-9495-630aa8ac4950 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:41,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:41 GMT Server: Apache x-openstack-request-id: req-0a7eb927-74e1-4576-b2d5-38544feb0e2d Location: http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:42,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:42 GMT Server: Apache x-openstack-request-id: req-849a77e3-38d0-4a05-80c6-59eda9927f89 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": "6c964fa63f3a42bb8ca6ccabe034f381", "volume_type_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume-type", "OS::stack_id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack", "volume_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack", "stack_user_project_id": "bbc7814ca05f427696eb38ff7a1a3ef2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:37:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:37:42,181 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 used request id req-849a77e3-38d0-4a05-80c6-59eda9927f89 2018-11-09 08:37:42,182 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack 2018-11-09 08:37:42,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/372c2536-0fc7-4aae-9495-630aa8ac4950 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:42,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:42 GMT Server: Apache x-openstack-request-id: req-f8154f8c-b6c0-48c0-bf1d-d01c0becc8b8 Location: http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:42,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:42 GMT Server: Apache x-openstack-request-id: req-810e79de-63a2-4a59-a98b-0e68253ce716 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": "6c964fa63f3a42bb8ca6ccabe034f381", "volume_type_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume-type", "OS::stack_id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack", "volume_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack", "stack_user_project_id": "bbc7814ca05f427696eb38ff7a1a3ef2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:37:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:37:42,549 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 used request id req-810e79de-63a2-4a59-a98b-0e68253ce716 2018-11-09 08:37:42,550 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:37:42,550 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:37:45,553 - create_stack - DEBUG - Stack status query timeout in 1196.62913299 2018-11-09 08:37:45,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/372c2536-0fc7-4aae-9495-630aa8ac4950 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:45,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:45 GMT Server: Apache x-openstack-request-id: req-e7cdc99a-0b0b-43a0-b2b8-bfae646eff0e Location: http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:45,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:45 GMT Server: Apache x-openstack-request-id: req-2296e0be-ef85-4f7d-b3f5-57cc64e212d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 536 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "6c964fa63f3a42bb8ca6ccabe034f381", "volume_type_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume-type", "OS::stack_id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack", "volume_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack", "stack_user_project_id": "bbc7814ca05f427696eb38ff7a1a3ef2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:37:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:37:45,628 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 used request id req-2296e0be-ef85-4f7d-b3f5-57cc64e212d9 2018-11-09 08:37:45,629 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:37:45,629 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack 2018-11-09 08:37:45,629 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack 2018-11-09 08:37:45,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/372c2536-0fc7-4aae-9495-630aa8ac4950/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:45,822 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:45 GMT Server: Apache x-openstack-request-id: req-0854985b-f319-4d9a-beb3-4fd6d68096c3 Location: http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:46,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:45 GMT Server: Apache x-openstack-request-id: req-5442ac7b-cf63-4b67-8431-878dec4af1c9 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.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950/resources/volume", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-11-09T08:37:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:37:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "3930e06a-8d00-4356-a754-cc8bc113c457", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-11-09T08:37:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:37:41Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "e9a83fc9-040f-47c5-b73b-44ff46006258", "resource_type": "OS::Cinder::VolumeType"}]} 2018-11-09 08:37:46,036 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950/resources used request id req-5442ac7b-cf63-4b67-8431-878dec4af1c9 2018-11-09 08:37:46,039 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381/volumes/3930e06a-8d00-4356-a754-cc8bc113c457 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:46,089 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:46 GMT Server: Apache x-compute-request-id: req-a3fd6f83-0b98-40dc-a438-f8174015fce3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a3fd6f83-0b98-40dc-a438-f8174015fce3 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381/volumes/3930e06a-8d00-4356-a754-cc8bc113c457", "rel": "self"}, {"href": "http://172.30.9.27:8776/6c964fa63f3a42bb8ca6ccabe034f381/volumes/3930e06a-8d00-4356-a754-cc8bc113c457", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T08:37:43.000000", "replication_status": null, "snapshot_id": null, "id": "3930e06a-8d00-4356-a754-cc8bc113c457", "size": 1, "user_id": "628bf73bcfb24704b41f93108745ef18", "os-vol-tenant-attr:tenant_id": "6c964fa63f3a42bb8ca6ccabe034f381", "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-6cca1175-64b0-4ff4-81af-1587e139056d-volume", "bootable": "false", "created_at": "2018-11-09T08:37:42.000000", "volume_type": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume-type"}} 2018-11-09 08:37:46,089 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381/volumes/3930e06a-8d00-4356-a754-cc8bc113c457 used request id req-a3fd6f83-0b98-40dc-a438-f8174015fce3 2018-11-09 08:37:46,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:37:46,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:46,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "01f4cc5f8bcd4418b5ea0450be7a19e8", "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:37:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6c964fa63f3a42bb8ca6ccabe034f381", "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-user", "id": "628bf73bcfb24704b41f93108745ef18"}, "audit_ids": ["rjQEVnibRb-d3VrM1XZqmA"], "issued_at": "2018-11-09T08:37:46.000000Z"}} 2018-11-09 08:37:46,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aaaab6e0928e8cff627e134bf60356aed144a8" 2018-11-09 08:37:46,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-024b49b4-b883-427f-ba56-10b859dfe92d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:46,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-024b49b4-b883-427f-ba56-10b859dfe92d 2018-11-09 08:37:46,556 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aaaab6e0928e8cff627e134bf60356aed144a8" 2018-11-09 08:37:46,774 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:46 GMT Server: Apache x-compute-request-id: req-aa0cd80b-9bef-4672-a74b-4316303c40d6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aa0cd80b-9bef-4672-a74b-4316303c40d6 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381/volumes/3930e06a-8d00-4356-a754-cc8bc113c457", "rel": "self"}, {"href": "http://172.30.9.27:8776/6c964fa63f3a42bb8ca6ccabe034f381/volumes/3930e06a-8d00-4356-a754-cc8bc113c457", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T08:37:43.000000", "replication_status": null, "snapshot_id": null, "id": "3930e06a-8d00-4356-a754-cc8bc113c457", "size": 1, "user_id": "628bf73bcfb24704b41f93108745ef18", "os-vol-tenant-attr:tenant_id": "6c964fa63f3a42bb8ca6ccabe034f381", "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-6cca1175-64b0-4ff4-81af-1587e139056d-volume", "bootable": "false", "created_at": "2018-11-09T08:37:42.000000", "volume_type": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume-type"}]} 2018-11-09 08:37:46,774 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6c964fa63f3a42bb8ca6ccabe034f381/volumes/detail used request id req-aa0cd80b-9bef-4672-a74b-4316303c40d6 2018-11-09 08:37:46,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:37:46,784 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:37:46,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aaaab6e0928e8cff627e134bf60356aed144a8" 2018-11-09 08:37:46,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5a588ec-7e4a-4eaf-8ed4-3be0b4c2099d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381"}, "enabled": true, "id": "6c964fa63f3a42bb8ca6ccabe034f381", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-a36a8e38-6b4c-40a-proj"}} 2018-11-09 08:37:46,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381 used request id req-c5a588ec-7e4a-4eaf-8ed4-3be0b4c2099d 2018-11-09 08:37:46,872 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack 2018-11-09 08:37:46,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/372c2536-0fc7-4aae-9495-630aa8ac4950 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:47,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:46 GMT Server: Apache x-openstack-request-id: req-d5f94708-97a2-4b11-9070-d6998ed1eff3 Location: http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:47,280 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:47 GMT Server: Apache x-openstack-request-id: req-ad1a7617-d1a6-4700-866e-69b907d7c4dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:47,281 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 used request id req-ad1a7617-d1a6-4700-866e-69b907d7c4dc 2018-11-09 08:37:47,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/372c2536-0fc7-4aae-9495-630aa8ac4950 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:47,453 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:47 GMT Server: Apache x-openstack-request-id: req-056806ee-20ad-4ffb-8bc9-282261164ab1 Location: http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:47,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:47 GMT Server: Apache x-openstack-request-id: req-d469a125-2816-42cf-9ae1-2f4f26b4fa25 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 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": "6c964fa63f3a42bb8ca6ccabe034f381", "volume_type_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume-type", "OS::stack_id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack", "volume_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack", "stack_user_project_id": "bbc7814ca05f427696eb38ff7a1a3ef2", "tags": null, "creation_time": "2018-11-09T08:37:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:37:47Z", "id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:37:47,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 used request id req-d469a125-2816-42cf-9ae1-2f4f26b4fa25 2018-11-09 08:37:47,650 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:37:47,650 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:37:50,653 - create_stack - DEBUG - Stack status query timeout in 1196.62806988 2018-11-09 08:37:50,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/372c2536-0fc7-4aae-9495-630aa8ac4950 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:50,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:50 GMT Server: Apache x-openstack-request-id: req-a29843f0-46f5-4681-9072-bd559cc256be Location: http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:50,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:50 GMT Server: Apache x-openstack-request-id: req-b5d1c3fa-58c5-4664-a8aa-3413bccb0fea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "6c964fa63f3a42bb8ca6ccabe034f381", "volume_type_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume-type", "OS::stack_id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack", "volume_name": "CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-volume"}, "deletion_time": "2018-11-09T08:37:50Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack", "stack_user_project_id": "bbc7814ca05f427696eb38ff7a1a3ef2", "tags": null, "creation_time": "2018-11-09T08:37:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:37:47Z", "id": "372c2536-0fc7-4aae-9495-630aa8ac4950", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:37:50,866 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 used request id req-b5d1c3fa-58c5-4664-a8aa-3413bccb0fea 2018-11-09 08:37:50,866 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:37:50,866 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack 2018-11-09 08:37:50,867 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack 2018-11-09 08:37:50,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/372c2536-0fc7-4aae-9495-630aa8ac4950 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0c42153e3c8b9ab25625cb76564c3d7ccd23" 2018-11-09 08:37:50,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:50 GMT Server: Apache x-openstack-request-id: req-2a154980-e36f-4573-8727-61848ecb2717 Location: http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:50,922 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:37:50 GMT Server: Apache x-openstack-request-id: req-cc9861b9-8bd8-4608-b449-a3e607020d1f Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:37:50,922 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/6c964fa63f3a42bb8ca6ccabe034f381/stacks/CreateStackVolumeTests-CreateStackVolumeTests-6cca1175-64b0-4ff4-81af-1587e139056d-stack/372c2536-0fc7-4aae-9495-630aa8ac4950 used request id req-cc9861b9-8bd8-4608-b449-a3e607020d1f 2018-11-09 08:37:50,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:51,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8b9b85e7-6561-4557-ad79-e98003e7b52b Date: Fri, 09 Nov 2018 08:37:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:37:51,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-8b9b85e7-6561-4557-ad79-e98003e7b52b 2018-11-09 08:37:51,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:51,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa28e586-5487-4b2b-b390-e0a823347c42 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:37:51,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-aa28e586-5487-4b2b-b390-e0a823347c42 2018-11-09 08:37:51,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:51,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ee6c3f-fbf1-445b-9917-b1d477f0f4f0 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:37:51,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-f1ee6c3f-fbf1-445b-9917-b1d477f0f4f0 2018-11-09 08:37:51,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:51,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6937e3f-f747-4089-a11c-1376e27ef16e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:37:51,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-f6937e3f-f747-4089-a11c-1376e27ef16e 2018-11-09 08:37:51,425 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-a36a8e38-6b4c-40a-proj 2018-11-09 08:37:51,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:51,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8103e321-7ae9-44e1-8388-0b82610b0875 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:51,649 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6c964fa63f3a42bb8ca6ccabe034f381 used request id req-8103e321-7ae9-44e1-8388-0b82610b0875 2018-11-09 08:37:51,649 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-a36a8e38-6b4c-40a-proj-role 2018-11-09 08:37:51,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/01f4cc5f8bcd4418b5ea0450be7a19e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:51,760 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e04d1e2f-b13f-4d84-b36b-edc62d430d9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:51,760 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/01f4cc5f8bcd4418b5ea0450be7a19e8 used request id req-e04d1e2f-b13f-4d84-b36b-edc62d430d9d 2018-11-09 08:37:51,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c94d1ec28ebc632321696c0ce2480d2b870c3c" 2018-11-09 08:37:51,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c569571-2d1f-4e1d-a33b-70eae7ea7765 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:37:51,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3c569571-2d1f-4e1d-a33b-70eae7ea7765 2018-11-09 08:37:51,846 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-a36a8e38-6b4c-40a-user 2018-11-09 08:37:51,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/628bf73bcfb24704b41f93108745ef18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b9c3342615594fca811ff22e0ef0ed320d88ea" 2018-11-09 08:37:52,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-205fb6fa-bfd8-41c8-bfb7-aad492f8c9af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:52,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/628bf73bcfb24704b41f93108745ef18 used request id req-205fb6fa-bfd8-41c8-bfb7-aad492f8c9af 2018-11-09 08:37:52,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:52,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9Dml96XzRISLWIXmXmQHtw"], "issued_at": "2018-11-09T08:37:52.000000Z"}} 2018-11-09 08:37:52,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}508097bd7964c68d5fbbe56985e58b5f3977ae8c" 2018-11-09 08:37:52,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46e85ce8-2929-4dcb-a715-c13d24b4b3bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:52,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-46e85ce8-2929-4dcb-a715-c13d24b4b3bf 2018-11-09 08:37:52,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:37:52,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:52,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["AOzHBHOMTtaEnc3Ftivsqg"], "issued_at": "2018-11-09T08:37:52.000000Z"}} 2018-11-09 08:37:52,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:37:53,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae6cc9fe-dea1-4c26-a1df-03c7018b22b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:53,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ae6cc9fe-dea1-4c26-a1df-03c7018b22b6 2018-11-09 08:37:53,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:37:53,044 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:37:53,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:37:53,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16e8a345-98b2-4cf0-b167-b1451ff2b824 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:37:53,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj used request id req-16e8a345-98b2-4cf0-b167-b1451ff2b824 2018-11-09 08:37:53,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:37:53,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b14b819-0e06-4649-a4c3-05b500c9dd9b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:37:53,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-8b14b819-0e06-4649-a4c3-05b500c9dd9b 2018-11-09 08:37:53,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj"}}' 2018-11-09 08:37:53,256 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14ac442c-b256-4d0f-acb8-ab419794446f Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2"}, "enabled": true, "id": "7703cd172945418db30a60295fc420c2", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj"}} 2018-11-09 08:37:53,257 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-14ac442c-b256-4d0f-acb8-ab419794446f 2018-11-09 08:37:53,257 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-54a4c04f-899b-4ee-proj 2018-11-09 08:37:53,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:37:53,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:53,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:37:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["b3bcnE7YQ9WWqmGr69zEUw"], "issued_at": "2018-11-09T08:37:53.000000Z"}} 2018-11-09 08:37:53,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:53,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-107cea29-f849-4612-83d6-85254f870977 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:53,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-107cea29-f849-4612-83d6-85254f870977 2018-11-09 08:37:53,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:37:53,742 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:37: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:37:53,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:53,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-816f1e78-b3b2-4f28-9651-2bf90b7071ac Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:37:53,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-816f1e78-b3b2-4f28-9651-2bf90b7071ac 2018-11-09 08:37:53,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:53,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3a45350-d1f3-4b93-ac48-83bdf9549c1f Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2"}, "enabled": true, "id": "7703cd172945418db30a60295fc420c2", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj"}]} 2018-11-09 08:37:53,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj used request id req-e3a45350-d1f3-4b93-ac48-83bdf9549c1f 2018-11-09 08:37:53,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:54,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-552adb90-09fd-4eb5-9464-161a9271dfca Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:37:54,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-552adb90-09fd-4eb5-9464-161a9271dfca 2018-11-09 08:37:54,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:54,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca7fb9de-17be-45a6-82ba-870502dc8b52 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:37:54,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ca7fb9de-17be-45a6-82ba-870502dc8b52 2018-11-09 08:37:54,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:54,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-980a72d3-111e-4001-b573-fb30d51feea2 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2"}, "enabled": true, "id": "7703cd172945418db30a60295fc420c2", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj"}]} 2018-11-09 08:37:54,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj used request id req-980a72d3-111e-4001-b573-fb30d51feea2 2018-11-09 08:37:54,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/8da020f9aca54cdc9514b46ff54a0b73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:54,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0006284a-cc7b-4d45-bc0d-6a92701aac95 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-54a4c04f-899b-4ee-user", "links": {"self": "http://172.30.9.27:5000/v3/users/8da020f9aca54cdc9514b46ff54a0b73"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "7703cd172945418db30a60295fc420c2", "id": "8da020f9aca54cdc9514b46ff54a0b73", "password_expires_at": null}} 2018-11-09 08:37:54,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8da020f9aca54cdc9514b46ff54a0b73 used request id req-0006284a-cc7b-4d45-bc0d-6a92701aac95 2018-11-09 08:37:54,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:54,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fd2c794-200f-4001-b803-cb08a018cc3a Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:37:54,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles used request id req-0fd2c794-200f-4001-b803-cb08a018cc3a 2018-11-09 08:37:54,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:54,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6eed51e-4a98-4605-ab5e-ed1bc55ed9ba Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 08:37:54,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-f6eed51e-4a98-4605-ab5e-ed1bc55ed9ba 2018-11-09 08:37:54,729 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-54a4c04f-899b-4ee-proj 2018-11-09 08:37:54,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:54,859 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83350e73-a839-44a0-8aed-3bb9a1c35088 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:54,859 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-83350e73-a839-44a0-8aed-3bb9a1c35088 2018-11-09 08:37:54,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:54,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2f46a66-cb6c-49e1-873f-0b1017eeb3fd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:37:54,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a2f46a66-cb6c-49e1-873f-0b1017eeb3fd 2018-11-09 08:37:54,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:55,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8ea8b6f-2ac6-4ed3-a7f7-9628ef110c43 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2"}, "enabled": true, "id": "7703cd172945418db30a60295fc420c2", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj"}]} 2018-11-09 08:37:55,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackVolumeTests-54a4c04f-899b-4ee-proj used request id req-e8ea8b6f-2ac6-4ed3-a7f7-9628ef110c43 2018-11-09 08:37:55,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:55,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56a470df-f300-421c-af08-e220a8f69276 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}]} 2018-11-09 08:37:55,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles used request id req-56a470df-f300-421c-af08-e220a8f69276 2018-11-09 08:37:55,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:55,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-599f4eca-61b8-47ef-bbf8-8c89572e7cdf Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:37:55,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-599f4eca-61b8-47ef-bbf8-8c89572e7cdf 2018-11-09 08:37:55,235 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-54a4c04f-899b-4ee-proj 2018-11-09 08:37:55,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:37:55,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3c1a9ac-9151-4b8b-8cc1-f3b7fff4cb3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:55,359 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-a3c1a9ac-9151-4b8b-8cc1-f3b7fff4cb3f 2018-11-09 08:37:55,359 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-54a4c04f-899b-4ee-user 2018-11-09 08:37:55,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:37:55,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:37:55,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76e1bf87-7a89-4ec9-9a36-aae2b3067807 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:37:55,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-76e1bf87-7a89-4ec9-9a36-aae2b3067807 2018-11-09 08:37:55,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" -d '{"role": {"name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj-role"}}' 2018-11-09 08:37:55,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:37:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91598b64-95ec-4980-81fa-d6ab62a95046 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "97024c88350f44b89e63af2787e56db0", "links": {"self": "http://172.30.9.27:5000/v3/roles/97024c88350f44b89e63af2787e56db0"}, "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj-role"}} 2018-11-09 08:37:55,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-91598b64-95ec-4980-81fa-d6ab62a95046 2018-11-09 08:37:55,557 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-54a4c04f-899b-4ee-proj-role 2018-11-09 08:37:55,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/97024c88350f44b89e63af2787e56db0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:37:55,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b261681-55c2-4152-95b4-619c57ee18ee Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/97024c88350f44b89e63af2787e56db0"}, "domain_id": null, "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj-role", "id": "97024c88350f44b89e63af2787e56db0"}} 2018-11-09 08:37:55,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/97024c88350f44b89e63af2787e56db0 used request id req-2b261681-55c2-4152-95b4-619c57ee18ee 2018-11-09 08:37:55,643 - keystone_utils - INFO - Granting role CreateStackVolumeTests-54a4c04f-899b-4ee-proj-role to project CreateStackVolumeTests-54a4c04f-899b-4ee-proj 2018-11-09 08:37:55,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles/97024c88350f44b89e63af2787e56db0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:37:55,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:37:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d2f7095-9fe6-40a9-b191-3f52978b4ab1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:37:55,774 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2/users/8da020f9aca54cdc9514b46ff54a0b73/roles/97024c88350f44b89e63af2787e56db0 used request id req-3d2f7095-9fe6-40a9-b191-3f52978b4ab1 2018-11-09 08:37:55,775 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:37:55,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:37:55,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:37:56,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97024c88350f44b89e63af2787e56db0", "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:37:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7703cd172945418db30a60295fc420c2", "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7703cd172945418db30a60295fc420c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7703cd172945418db30a60295fc420c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7703cd172945418db30a60295fc420c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7703cd172945418db30a60295fc420c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7703cd172945418db30a60295fc420c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7703cd172945418db30a60295fc420c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7703cd172945418db30a60295fc420c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7703cd172945418db30a60295fc420c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7703cd172945418db30a60295fc420c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7703cd172945418db30a60295fc420c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-user", "id": "8da020f9aca54cdc9514b46ff54a0b73"}, "audit_ids": ["maotCT54S2y-TGi8cyTZXw"], "issued_at": "2018-11-09T08:37:56.000000Z"}} 2018-11-09 08:37:56,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:37:56,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497bc3c1-4395-4616-862b-ae97841dce21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:37:56,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-497bc3c1-4395-4616-862b-ae97841dce21 2018-11-09 08:37:56,237 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:37:56,239 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:37:56,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:37:56,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:56 GMT Server: Apache x-openstack-request-id: req-df462714-29fb-41a4-8b72-0392798fe421 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:37:56,418 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack used request id req-df462714-29fb-41a4-8b72-0392798fe421 2018-11-09 08:37:56,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-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-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume-type", "volume_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume"}}' 2018-11-09 08:37:58,208 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:37:56 GMT Server: Apache x-openstack-request-id: req-a4fc9d62-29c4-452c-b97f-0d17ebe19122 Location: http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "c8144489-25b2-4637-8268-4f581ff84a54", "links": [{"href": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54", "rel": "self"}]}} 2018-11-09 08:37:58,208 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks used request id req-a4fc9d62-29c4-452c-b97f-0d17ebe19122 2018-11-09 08:37:58,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/c8144489-25b2-4637-8268-4f581ff84a54 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:37:58,395 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:58 GMT Server: Apache x-openstack-request-id: req-cd27d6b0-1133-4543-bb1d-95580eadbb1d Location: http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:58,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:58 GMT Server: Apache x-openstack-request-id: req-89e9227e-eea0-4b9f-ba0e-90c9840d7d1c 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": "7703cd172945418db30a60295fc420c2", "volume_type_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume-type", "OS::stack_id": "c8144489-25b2-4637-8268-4f581ff84a54", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack", "volume_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack", "stack_user_project_id": "94af7f89c09749fc9137116181e9f45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:37:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c8144489-25b2-4637-8268-4f581ff84a54", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:37:58,592 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 used request id req-89e9227e-eea0-4b9f-ba0e-90c9840d7d1c 2018-11-09 08:37:58,592 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack 2018-11-09 08:37:58,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/c8144489-25b2-4637-8268-4f581ff84a54 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:37:58,768 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:37:58 GMT Server: Apache x-openstack-request-id: req-b09afea3-1fb9-4ff2-a76a-fa22c752a615 Location: http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:37:58,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:37:58 GMT Server: Apache x-openstack-request-id: req-4d4f9c02-c233-4426-91e0-af223ae93ded 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": "7703cd172945418db30a60295fc420c2", "volume_type_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume-type", "OS::stack_id": "c8144489-25b2-4637-8268-4f581ff84a54", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack", "volume_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack", "stack_user_project_id": "94af7f89c09749fc9137116181e9f45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:37:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c8144489-25b2-4637-8268-4f581ff84a54", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:37:58,950 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 used request id req-4d4f9c02-c233-4426-91e0-af223ae93ded 2018-11-09 08:37:58,951 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:37:58,951 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:38:01,954 - create_stack - DEBUG - Stack status query timeout in 1196.63834596 2018-11-09 08:38:01,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/c8144489-25b2-4637-8268-4f581ff84a54 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:38:01,986 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:01 GMT Server: Apache x-openstack-request-id: req-22d4805b-c81d-4ea3-aaaa-8cf1c707967a Location: http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:02,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:01 GMT Server: Apache x-openstack-request-id: req-f3675af4-f241-4b20-81d0-ed9a10471922 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": "7703cd172945418db30a60295fc420c2", "volume_type_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume-type", "OS::stack_id": "c8144489-25b2-4637-8268-4f581ff84a54", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack", "volume_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack", "stack_user_project_id": "94af7f89c09749fc9137116181e9f45e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:37:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c8144489-25b2-4637-8268-4f581ff84a54", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:38:02,192 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 used request id req-f3675af4-f241-4b20-81d0-ed9a10471922 2018-11-09 08:38:02,192 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:38:02,192 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack 2018-11-09 08:38:02,192 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack 2018-11-09 08:38:02,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/c8144489-25b2-4637-8268-4f581ff84a54/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:38:02,223 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:02 GMT Server: Apache x-openstack-request-id: req-c5b5b784-7012-4b7a-8bdd-19363d42a34b Location: http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:02,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:02 GMT Server: Apache x-openstack-request-id: req-9b2965a6-f28b-4716-81d4-f48023eb5632 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 445 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54/resources/volume", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-11-09T08:37:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:37:58Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ff691ffd-9897-446f-b01b-df4a868e5177", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-11-09T08:37:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:37:58Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "d2fd6e8c-e479-4135-8f82-35f38b4bc629", "resource_type": "OS::Cinder::VolumeType"}]} 2018-11-09 08:38:02,422 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54/resources used request id req-9b2965a6-f28b-4716-81d4-f48023eb5632 2018-11-09 08:38:02,425 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types/d2fd6e8c-e479-4135-8f82-35f38b4bc629 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:38:02,603 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:02 GMT Server: Apache x-compute-request-id: req-4ceec0d7-ebf5-44a4-a24c-2ac9c412c139 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4ceec0d7-ebf5-44a4-a24c-2ac9c412c139 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "d2fd6e8c-e479-4135-8f82-35f38b4bc629", "description": null}} 2018-11-09 08:38:02,603 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types/d2fd6e8c-e479-4135-8f82-35f38b4bc629 used request id req-4ceec0d7-ebf5-44a4-a24c-2ac9c412c139 2018-11-09 08:38:02,607 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types/d2fd6e8c-e479-4135-8f82-35f38b4bc629 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ceec0d7-ebf5-44a4-a24c-2ac9c412c139" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:38:02,627 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:02 GMT Server: Apache x-compute-request-id: req-af42e817-a032-49a9-9fd2-fb5aecc7b5fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af42e817-a032-49a9-9fd2-fb5aecc7b5fe Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "d2fd6e8c-e479-4135-8f82-35f38b4bc629", "description": null}} 2018-11-09 08:38:02,627 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types/d2fd6e8c-e479-4135-8f82-35f38b4bc629 used request id req-af42e817-a032-49a9-9fd2-fb5aecc7b5fe 2018-11-09 08:38:02,630 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types/d2fd6e8c-e479-4135-8f82-35f38b4bc629/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ceec0d7-ebf5-44a4-a24c-2ac9c412c139" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:38:02,885 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:02 GMT Server: Apache x-compute-request-id: req-7bf011bf-a074-4a91-afdd-226a49e82d6d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7bf011bf-a074-4a91-afdd-226a49e82d6d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 08:38:02,885 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types/d2fd6e8c-e479-4135-8f82-35f38b4bc629/encryption used request id req-7bf011bf-a074-4a91-afdd-226a49e82d6d 2018-11-09 08:38:02,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:02,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:03,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97024c88350f44b89e63af2787e56db0", "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7703cd172945418db30a60295fc420c2", "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/7703cd172945418db30a60295fc420c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/7703cd172945418db30a60295fc420c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/7703cd172945418db30a60295fc420c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/7703cd172945418db30a60295fc420c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/7703cd172945418db30a60295fc420c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/7703cd172945418db30a60295fc420c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/7703cd172945418db30a60295fc420c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/7703cd172945418db30a60295fc420c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7703cd172945418db30a60295fc420c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/7703cd172945418db30a60295fc420c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-54a4c04f-899b-4ee-user", "id": "8da020f9aca54cdc9514b46ff54a0b73"}, "audit_ids": ["YYzwU7AqThC_dWOvuy9EMg"], "issued_at": "2018-11-09T08:38:03.000000Z"}} 2018-11-09 08:38:03,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61e0011d74267837bb94a716a7ae83bc444aea9" 2018-11-09 08:38:03,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3e1607-1648-4c71-a29b-fc9ce3606102 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:03,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7f3e1607-1648-4c71-a29b-fc9ce3606102 2018-11-09 08:38:03,368 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61e0011d74267837bb94a716a7ae83bc444aea9" 2018-11-09 08:38:03,539 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:03 GMT Server: Apache x-compute-request-id: req-69658a5b-861a-4bd6-9be5-6c21817dc815 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-69658a5b-861a-4bd6-9be5-6c21817dc815 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "d2fd6e8c-e479-4135-8f82-35f38b4bc629", "description": null}]} 2018-11-09 08:38:03,540 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types?is_public=None used request id req-69658a5b-861a-4bd6-9be5-6c21817dc815 2018-11-09 08:38:03,543 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types/d2fd6e8c-e479-4135-8f82-35f38b4bc629 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-69658a5b-861a-4bd6-9be5-6c21817dc815" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61e0011d74267837bb94a716a7ae83bc444aea9" 2018-11-09 08:38:03,721 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:03 GMT Server: Apache x-compute-request-id: req-d2c606c5-6b57-4b2e-bfcc-bbab38edf377 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d2c606c5-6b57-4b2e-bfcc-bbab38edf377 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "d2fd6e8c-e479-4135-8f82-35f38b4bc629", "description": null}} 2018-11-09 08:38:03,721 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types/d2fd6e8c-e479-4135-8f82-35f38b4bc629 used request id req-d2c606c5-6b57-4b2e-bfcc-bbab38edf377 2018-11-09 08:38:03,724 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types/d2fd6e8c-e479-4135-8f82-35f38b4bc629/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-69658a5b-861a-4bd6-9be5-6c21817dc815" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61e0011d74267837bb94a716a7ae83bc444aea9" 2018-11-09 08:38:03,888 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:03 GMT Server: Apache x-compute-request-id: req-902b9337-253c-474f-942d-64c9a1631f42 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-902b9337-253c-474f-942d-64c9a1631f42 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 08:38:03,889 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/7703cd172945418db30a60295fc420c2/types/d2fd6e8c-e479-4135-8f82-35f38b4bc629/encryption used request id req-902b9337-253c-474f-942d-64c9a1631f42 2018-11-09 08:38:03,889 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack 2018-11-09 08:38:03,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/c8144489-25b2-4637-8268-4f581ff84a54 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:38:03,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:03 GMT Server: Apache x-openstack-request-id: req-839ef91c-b756-4531-88c9-1b8913ea352a Location: http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:03,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:03 GMT Server: Apache x-openstack-request-id: req-246eb37b-52c9-4a6d-9067-12865b2daf7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:03,959 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 used request id req-246eb37b-52c9-4a6d-9067-12865b2daf7e 2018-11-09 08:38:03,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/c8144489-25b2-4637-8268-4f581ff84a54 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:38:04,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:03 GMT Server: Apache x-openstack-request-id: req-9f20aea8-9805-464d-8e88-cb28aba5e748 Location: http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:04,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:03 GMT Server: Apache x-openstack-request-id: req-42e7b3e2-fbca-486a-8c8f-9c2b8ff1cc33 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "7703cd172945418db30a60295fc420c2", "volume_type_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume-type", "OS::stack_id": "c8144489-25b2-4637-8268-4f581ff84a54", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack", "volume_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack", "stack_user_project_id": "94af7f89c09749fc9137116181e9f45e", "tags": null, "creation_time": "2018-11-09T08:37:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:38:03Z", "id": "c8144489-25b2-4637-8268-4f581ff84a54", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:38:04,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 used request id req-42e7b3e2-fbca-486a-8c8f-9c2b8ff1cc33 2018-11-09 08:38:04,320 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:38:04,320 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:38:07,324 - create_stack - DEBUG - Stack status query timeout in 1196.63522911 2018-11-09 08:38:07,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/c8144489-25b2-4637-8268-4f581ff84a54 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:38:07,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:07 GMT Server: Apache x-openstack-request-id: req-a2bd1b4e-02c2-4566-a91f-d917deff2d86 Location: http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:07,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:07 GMT Server: Apache x-openstack-request-id: req-aea26f73-c638-4d13-a879-5aa084a74143 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 536 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "7703cd172945418db30a60295fc420c2", "volume_type_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume-type", "OS::stack_id": "c8144489-25b2-4637-8268-4f581ff84a54", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack", "volume_name": "CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-volume"}, "deletion_time": "2018-11-09T08:38:06Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack", "stack_user_project_id": "94af7f89c09749fc9137116181e9f45e", "tags": null, "creation_time": "2018-11-09T08:37:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:38:03Z", "id": "c8144489-25b2-4637-8268-4f581ff84a54", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:38:07,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 used request id req-aea26f73-c638-4d13-a879-5aa084a74143 2018-11-09 08:38:07,397 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:38:07,397 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack 2018-11-09 08:38:07,397 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack 2018-11-09 08:38:07,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/c8144489-25b2-4637-8268-4f581ff84a54 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}031bc6df02c5d794e4f1e67806e784afd1f07117" 2018-11-09 08:38:07,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:07 GMT Server: Apache x-openstack-request-id: req-ca87a8e9-a98f-4ea0-be81-5b55df0e39e6 Location: http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:07,611 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:38:07 GMT Server: Apache x-openstack-request-id: req-581bccd7-1121-459c-9940-f3dc88763421 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:38:07,612 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/7703cd172945418db30a60295fc420c2/stacks/CreateStackVolumeTests-CreateStackVolumeTests-7bb51e67-ad37-4617-9acf-b823d39b19e2-stack/c8144489-25b2-4637-8268-4f581ff84a54 used request id req-581bccd7-1121-459c-9940-f3dc88763421 2018-11-09 08:38:07,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:38:07,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ba1b8677-cb6e-413b-9ad9-6b20c30d66ce Date: Fri, 09 Nov 2018 08:38:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:38:07,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-ba1b8677-cb6e-413b-9ad9-6b20c30d66ce 2018-11-09 08:38:07,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:38:07,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b409ef56-f745-48ab-95fb-64eb45157752 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:38:07,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-b409ef56-f745-48ab-95fb-64eb45157752 2018-11-09 08:38:07,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:38:08,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cc06320-67a4-45ab-895e-4eab543e96b7 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:38:08,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-4cc06320-67a4-45ab-895e-4eab543e96b7 2018-11-09 08:38:08,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:38:08,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b083848f-2c23-4b02-8edb-8e13141e07bd Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:38:08,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-b083848f-2c23-4b02-8edb-8e13141e07bd 2018-11-09 08:38:08,220 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-54a4c04f-899b-4ee-proj 2018-11-09 08:38:08,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:38:08,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78961cbd-2ad8-4c18-a82f-95079ceca58d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:08,847 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/7703cd172945418db30a60295fc420c2 used request id req-78961cbd-2ad8-4c18-a82f-95079ceca58d 2018-11-09 08:38:08,847 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-54a4c04f-899b-4ee-proj-role 2018-11-09 08:38:08,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/97024c88350f44b89e63af2787e56db0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:38:08,964 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4295968-d7ca-4940-976b-dec5d91c60a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:08,964 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/97024c88350f44b89e63af2787e56db0 used request id req-b4295968-d7ca-4940-976b-dec5d91c60a3 2018-11-09 08:38:08,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d28f19045b3aa015b7d57e5ed778308b0f5dca89" 2018-11-09 08:38:09,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e8b64b-5e75-45c7-a982-5c61a118cf6e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:09,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c9e8b64b-5e75-45c7-a982-5c61a118cf6e 2018-11-09 08:38:09,061 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-54a4c04f-899b-4ee-user 2018-11-09 08:38:09,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8da020f9aca54cdc9514b46ff54a0b73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d2a854b3dbf3e8539a00cfcf23cd6e3df3b57" 2018-11-09 08:38:09,231 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5a5e675-3d4f-4e9f-8e2b-4ce7a2404201 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:09,231 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8da020f9aca54cdc9514b46ff54a0b73 used request id req-e5a5e675-3d4f-4e9f-8e2b-4ce7a2404201 2018-11-09 08:38:09,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:09,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["QVSdJTddRj6zcRzhZ9fOcg"], "issued_at": "2018-11-09T08:38:09.000000Z"}} 2018-11-09 08:38:09,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20dc3c8345e29c6b42521e8f2ae90830cf638844" 2018-11-09 08:38:09,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b59d860e-9e5b-48bf-840b-47a18407e901 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:09,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b59d860e-9e5b-48bf-840b-47a18407e901 2018-11-09 08:38:09,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:09,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:10,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["3UTsNvVZQkKBVqHok_vWUw"], "issued_at": "2018-11-09T08:38:10.000000Z"}} 2018-11-09 08:38:10,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:10,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b9faf57-7b4c-40e1-afee-6a321ea9a27d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:10,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6b9faf57-7b4c-40e1-afee-6a321ea9a27d 2018-11-09 08:38:10,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:10,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:10,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:10,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e721460-5c7f-4f47-b5a0-7e5638589673 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:38:10,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj used request id req-4e721460-5c7f-4f47-b5a0-7e5638589673 2018-11-09 08:38:10,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:10,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4e5d228-a519-4e04-a459-ba16804f4f84 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:38:10,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e4e5d228-a519-4e04-a459-ba16804f4f84 2018-11-09 08:38:10,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj"}}' 2018-11-09 08:38:10,407 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6c33fc8-23b1-4ae9-af88-57b64eb0f863 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889"}, "enabled": true, "id": "64b74a2a952c4fdcb8f2e8fbeb3fd889", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj"}} 2018-11-09 08:38:10,407 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e6c33fc8-23b1-4ae9-af88-57b64eb0f863 2018-11-09 08:38:10,407 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-d5e1d936-8dc6-461-proj 2018-11-09 08:38:10,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:10,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:10,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["nG7-C1jZSLCwfADcudfVkA"], "issued_at": "2018-11-09T08:38:10.000000Z"}} 2018-11-09 08:38:10,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:10,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-570f0f76-7ef0-4b62-95a1-f54cb5780cd8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:10,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-570f0f76-7ef0-4b62-95a1-f54cb5780cd8 2018-11-09 08:38:10,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:10,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:10,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:10,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfac6a92-8432-4544-aa7d-dde7c525d3be Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:38:10,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-bfac6a92-8432-4544-aa7d-dde7c525d3be 2018-11-09 08:38:10,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:11,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-074f05a7-6bce-48e9-aed9-80d1b8209ee4 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889"}, "enabled": true, "id": "64b74a2a952c4fdcb8f2e8fbeb3fd889", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj"}]} 2018-11-09 08:38:11,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj used request id req-074f05a7-6bce-48e9-aed9-80d1b8209ee4 2018-11-09 08:38:11,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:11,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85ac96bd-dff2-4866-8c4d-cae4e10252a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:38:11,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-85ac96bd-dff2-4866-8c4d-cae4e10252a5 2018-11-09 08:38:11,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:11,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aee9decf-6416-4ea5-96f7-f63ef2a77f79 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:11,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-aee9decf-6416-4ea5-96f7-f63ef2a77f79 2018-11-09 08:38:11,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:11,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b1a1ad3-febd-4afb-a442-e71a69218ed8 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889"}, "enabled": true, "id": "64b74a2a952c4fdcb8f2e8fbeb3fd889", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj"}]} 2018-11-09 08:38:11,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj used request id req-0b1a1ad3-febd-4afb-a442-e71a69218ed8 2018-11-09 08:38:11,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/20bcd8dd90154971a6d30e6f44c0c9a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:11,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcfeca08-6fb1-49ac-a854-722116e3fa2b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-d5e1d936-8dc6-461-user", "links": {"self": "http://172.30.9.27:5000/v3/users/20bcd8dd90154971a6d30e6f44c0c9a7"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "64b74a2a952c4fdcb8f2e8fbeb3fd889", "id": "20bcd8dd90154971a6d30e6f44c0c9a7", "password_expires_at": null}} 2018-11-09 08:38:11,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/20bcd8dd90154971a6d30e6f44c0c9a7 used request id req-bcfeca08-6fb1-49ac-a854-722116e3fa2b 2018-11-09 08:38:11,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:11,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55cab730-b09b-4d6d-9b21-1adb0cfc41b4 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:38:11,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles used request id req-55cab730-b09b-4d6d-9b21-1adb0cfc41b4 2018-11-09 08:38:11,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:12,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7651e7e5-0920-4e70-85fe-0f68d3f91ee4 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 08:38:12,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-7651e7e5-0920-4e70-85fe-0f68d3f91ee4 2018-11-09 08:38:12,031 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-d5e1d936-8dc6-461-proj 2018-11-09 08:38:12,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:12,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3853368-a513-4681-b6e0-00bf4f3b882d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:12,092 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-f3853368-a513-4681-b6e0-00bf4f3b882d 2018-11-09 08:38:12,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:12,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236c01fb-3acb-468a-879f-d78ac9462d68 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:12,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-236c01fb-3acb-468a-879f-d78ac9462d68 2018-11-09 08:38:12,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:12,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10371847-28fb-423e-a205-2947202e4243 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889"}, "enabled": true, "id": "64b74a2a952c4fdcb8f2e8fbeb3fd889", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj"}]} 2018-11-09 08:38:12,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackFlavorTests-d5e1d936-8dc6-461-proj used request id req-10371847-28fb-423e-a205-2947202e4243 2018-11-09 08:38:12,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:12,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-372fc9ab-41d5-4d38-baf0-5da00f32e92f Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}]} 2018-11-09 08:38:12,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles used request id req-372fc9ab-41d5-4d38-baf0-5da00f32e92f 2018-11-09 08:38:12,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:12,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3627da0-da88-4714-a8d2-e34276847a00 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:38:12,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-c3627da0-da88-4714-a8d2-e34276847a00 2018-11-09 08:38:12,470 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-d5e1d936-8dc6-461-proj 2018-11-09 08:38:12,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:12,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88f552f8-7157-4b5c-810c-8cbf787b7397 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:12,605 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-88f552f8-7157-4b5c-810c-8cbf787b7397 2018-11-09 08:38:12,605 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-d5e1d936-8dc6-461-user 2018-11-09 08:38:12,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:12,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:12,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4074e9b1-1911-4aae-9a14-f698142712bd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:12,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4074e9b1-1911-4aae-9a14-f698142712bd 2018-11-09 08:38:12,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" -d '{"role": {"name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj-role"}}' 2018-11-09 08:38:12,802 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0db8f86f-5f9b-4b54-8d52-49dee45a7a16 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2ee785cca5c44a42b30b0a9d64c7568f", "links": {"self": "http://172.30.9.27:5000/v3/roles/2ee785cca5c44a42b30b0a9d64c7568f"}, "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj-role"}} 2018-11-09 08:38:12,802 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0db8f86f-5f9b-4b54-8d52-49dee45a7a16 2018-11-09 08:38:12,802 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-d5e1d936-8dc6-461-proj-role 2018-11-09 08:38:12,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/2ee785cca5c44a42b30b0a9d64c7568f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:12,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35b2f41d-74d4-47ab-a06f-1d631f1df4e7 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/2ee785cca5c44a42b30b0a9d64c7568f"}, "domain_id": null, "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj-role", "id": "2ee785cca5c44a42b30b0a9d64c7568f"}} 2018-11-09 08:38:12,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/2ee785cca5c44a42b30b0a9d64c7568f used request id req-35b2f41d-74d4-47ab-a06f-1d631f1df4e7 2018-11-09 08:38:12,895 - keystone_utils - INFO - Granting role CreateStackFlavorTests-d5e1d936-8dc6-461-proj-role to project CreateStackFlavorTests-d5e1d936-8dc6-461-proj 2018-11-09 08:38:12,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles/2ee785cca5c44a42b30b0a9d64c7568f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:13,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-394594c2-5496-461f-9285-4f8c06813156 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:13,026 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889/users/20bcd8dd90154971a6d30e6f44c0c9a7/roles/2ee785cca5c44a42b30b0a9d64c7568f used request id req-394594c2-5496-461f-9285-4f8c06813156 2018-11-09 08:38:13,026 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:38:13,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:13,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:13,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ee785cca5c44a42b30b0a9d64c7568f", "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "64b74a2a952c4fdcb8f2e8fbeb3fd889", "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-user", "id": "20bcd8dd90154971a6d30e6f44c0c9a7"}, "audit_ids": ["W30kIr8mQYe0pnNQSR4SeA"], "issued_at": "2018-11-09T08:38:13.000000Z"}} 2018-11-09 08:38:13,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80c986188ab27c590a0983329dbf70eadb8fba2" 2018-11-09 08:38:13,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f68a63-927c-4ca3-ad51-8bb1f4a790a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:13,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-25f68a63-927c-4ca3-ad51-8bb1f4a790a9 2018-11-09 08:38:13,496 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:38:13,499 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:38:13,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks?stack_name=CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80c986188ab27c590a0983329dbf70eadb8fba2" 2018-11-09 08:38:13,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:13 GMT Server: Apache x-openstack-request-id: req-40422861-7ba3-41f8-8a63-a26f1e37e7e5 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:38:13,682 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks?stack_name=CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack used request id req-40422861-7ba3-41f8-8a63-a26f1e37e7e5 2018-11-09 08:38:13,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80c986188ab27c590a0983329dbf70eadb8fba2" -d '{"stack_name": "CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-11-09 08:38:15,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:13 GMT Server: Apache x-openstack-request-id: req-9b1f6609-65cb-4665-8e1a-a6719d6b7693 Location: http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "78819596-c2f0-4561-ab91-901f9839913b", "links": [{"href": "http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b", "rel": "self"}]}} 2018-11-09 08:38:15,229 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks used request id req-9b1f6609-65cb-4665-8e1a-a6719d6b7693 2018-11-09 08:38:15,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/78819596-c2f0-4561-ab91-901f9839913b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80c986188ab27c590a0983329dbf70eadb8fba2" 2018-11-09 08:38:15,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:15 GMT Server: Apache x-openstack-request-id: req-3e0936c4-c57b-4901-89ad-ccc5972cada0 Location: http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:15,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:15 GMT Server: Apache x-openstack-request-id: req-a1b7f396-c475-408e-b221-433240372744 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": "64b74a2a952c4fdcb8f2e8fbeb3fd889", "OS::stack_id": "78819596-c2f0-4561-ab91-901f9839913b", "OS::stack_name": "CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack", "stack_user_project_id": "21e3621f1c744e61a3b1251d66d9e84a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:38:14Z", "links": [{"href": "http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "78819596-c2f0-4561-ab91-901f9839913b", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:38:15,610 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b used request id req-a1b7f396-c475-408e-b221-433240372744 2018-11-09 08:38:15,611 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack 2018-11-09 08:38:15,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/78819596-c2f0-4561-ab91-901f9839913b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80c986188ab27c590a0983329dbf70eadb8fba2" 2018-11-09 08:38:15,783 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:15 GMT Server: Apache x-openstack-request-id: req-3abd05f8-ff66-46c7-a35e-9ba8051f928d Location: http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:15,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:15 GMT Server: Apache x-openstack-request-id: req-355c6476-60ea-406e-861f-9dd1d4f7f1bc 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": "64b74a2a952c4fdcb8f2e8fbeb3fd889", "OS::stack_id": "78819596-c2f0-4561-ab91-901f9839913b", "OS::stack_name": "CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack", "stack_user_project_id": "21e3621f1c744e61a3b1251d66d9e84a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:38:14Z", "links": [{"href": "http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "78819596-c2f0-4561-ab91-901f9839913b", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:38:15,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b used request id req-355c6476-60ea-406e-861f-9dd1d4f7f1bc 2018-11-09 08:38:15,976 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:38:15,976 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack 2018-11-09 08:38:15,976 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack 2018-11-09 08:38:15,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/78819596-c2f0-4561-ab91-901f9839913b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80c986188ab27c590a0983329dbf70eadb8fba2" 2018-11-09 08:38:16,158 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:15 GMT Server: Apache x-openstack-request-id: req-a5640bf3-07c4-4239-88a8-a21b8ab01e00 Location: http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:16,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:15 GMT Server: Apache x-openstack-request-id: req-ee42594b-7aac-43e8-bf4d-64f05e547ec7 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.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-11-09T08:38:15Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:38:15Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b6a10e1b-05b2-4b2d-ae0a-54a50017ef48", "resource_type": "OS::Nova::Flavor"}]} 2018-11-09 08:38:16,341 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b/resources used request id req-ee42594b-7aac-43e8-bf4d-64f05e547ec7 2018-11-09 08:38:16,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/b6a10e1b-05b2-4b2d-ae0a-54a50017ef48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80c986188ab27c590a0983329dbf70eadb8fba2" 2018-11-09 08:38:16,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-35812959-1d7c-4062-8619-2875fdabc4cb x-compute-request-id: req-35812959-1d7c-4062-8619-2875fdabc4cb Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b6a10e1b-05b2-4b2d-ae0a-54a50017ef48", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b6a10e1b-05b2-4b2d-ae0a-54a50017ef48", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "b6a10e1b-05b2-4b2d-ae0a-54a50017ef48", "name": "CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack-flavor-mrhpinaz4gjp", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:38:16,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/b6a10e1b-05b2-4b2d-ae0a-54a50017ef48 used request id req-35812959-1d7c-4062-8619-2875fdabc4cb 2018-11-09 08:38:16,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:16,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:16,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ee785cca5c44a42b30b0a9d64c7568f", "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "64b74a2a952c4fdcb8f2e8fbeb3fd889", "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-d5e1d936-8dc6-461-user", "id": "20bcd8dd90154971a6d30e6f44c0c9a7"}, "audit_ids": ["y1QxzvaWQWK045cc0rcWiA"], "issued_at": "2018-11-09T08:38:16.000000Z"}} 2018-11-09 08:38:16,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d56a0fe7a5f7fde1a5619dfde84d5ee92c895b" 2018-11-09 08:38:16,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1cdad2d-2648-467d-bcb7-925446acfd5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:16,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d1cdad2d-2648-467d-bcb7-925446acfd5e 2018-11-09 08:38:16,833 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:38:16,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d56a0fe7a5f7fde1a5619dfde84d5ee92c895b" 2018-11-09 08:38:17,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-4367aac6-91c1-4d35-884a-a0e0d8130770 x-compute-request-id: req-4367aac6-91c1-4d35-884a-a0e0d8130770 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b6a10e1b-05b2-4b2d-ae0a-54a50017ef48", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b6a10e1b-05b2-4b2d-ae0a-54a50017ef48", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b6a10e1b-05b2-4b2d-ae0a-54a50017ef48", "rel": "bookmark"}], "name": "CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack-flavor-mrhpinaz4gjp"}]} 2018-11-09 08:38:17,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4367aac6-91c1-4d35-884a-a0e0d8130770 2018-11-09 08:38:17,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/b6a10e1b-05b2-4b2d-ae0a-54a50017ef48 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d56a0fe7a5f7fde1a5619dfde84d5ee92c895b" 2018-11-09 08:38:17,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-b4a7f1a0-a2f4-45ba-9cfe-9b633f9eb2b2 x-compute-request-id: req-b4a7f1a0-a2f4-45ba-9cfe-9b633f9eb2b2 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b6a10e1b-05b2-4b2d-ae0a-54a50017ef48", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b6a10e1b-05b2-4b2d-ae0a-54a50017ef48", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "b6a10e1b-05b2-4b2d-ae0a-54a50017ef48", "name": "CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack-flavor-mrhpinaz4gjp", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:38:17,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/b6a10e1b-05b2-4b2d-ae0a-54a50017ef48 used request id req-b4a7f1a0-a2f4-45ba-9cfe-9b633f9eb2b2 2018-11-09 08:38:17,047 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack-flavor-mrhpinaz4gjp 2018-11-09 08:38:17,047 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack 2018-11-09 08:38:17,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/78819596-c2f0-4561-ab91-901f9839913b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80c986188ab27c590a0983329dbf70eadb8fba2" 2018-11-09 08:38:17,252 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:17 GMT Server: Apache x-openstack-request-id: req-6242a931-bb7c-4460-9039-aefbf0e2d122 Location: http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:17,440 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:17 GMT Server: Apache x-openstack-request-id: req-eebeb60d-4946-48d5-bf34-860cea69b5a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:17,441 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b used request id req-eebeb60d-4946-48d5-bf34-860cea69b5a6 2018-11-09 08:38:17,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/78819596-c2f0-4561-ab91-901f9839913b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80c986188ab27c590a0983329dbf70eadb8fba2" 2018-11-09 08:38:17,624 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:17 GMT Server: Apache x-openstack-request-id: req-9f267cfe-9445-48e0-aed4-993961f101b6 Location: http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:17,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:17 GMT Server: Apache x-openstack-request-id: req-c09b0acf-1431-4532-88ee-8778ad4ac1e7 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": "64b74a2a952c4fdcb8f2e8fbeb3fd889", "OS::stack_id": "78819596-c2f0-4561-ab91-901f9839913b", "OS::stack_name": "CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack", "stack_user_project_id": "21e3621f1c744e61a3b1251d66d9e84a", "tags": null, "creation_time": "2018-11-09T08:38:14Z", "links": [{"href": "http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:38:17Z", "id": "78819596-c2f0-4561-ab91-901f9839913b", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 08:38:17,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b used request id req-c09b0acf-1431-4532-88ee-8778ad4ac1e7 2018-11-09 08:38:17,808 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:38:17,808 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack 2018-11-09 08:38:17,808 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack 2018-11-09 08:38:17,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/78819596-c2f0-4561-ab91-901f9839913b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80c986188ab27c590a0983329dbf70eadb8fba2" 2018-11-09 08:38:17,838 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:17 GMT Server: Apache x-openstack-request-id: req-c0de0669-1889-41da-82da-7ad82dbb0833 Location: http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:17,864 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:38:17 GMT Server: Apache x-openstack-request-id: req-b25bd441-2aaf-4cfa-8775-428426c24820 Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:38:17,864 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/64b74a2a952c4fdcb8f2e8fbeb3fd889/stacks/CreateStackFlavorTests-ca22188d-cc57-4d7b-954f-5e74f44827e2-stack/78819596-c2f0-4561-ab91-901f9839913b used request id req-b25bd441-2aaf-4cfa-8775-428426c24820 2018-11-09 08:38:17,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:18,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1c734b5e-b4a7-4b4c-bf7e-79e69cca1c77 Date: Fri, 09 Nov 2018 08:38:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:38:18,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-1c734b5e-b4a7-4b4c-bf7e-79e69cca1c77 2018-11-09 08:38:18,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:18,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed82a3ad-ff57-4498-bd4c-22f628a67d72 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:38:18,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-ed82a3ad-ff57-4498-bd4c-22f628a67d72 2018-11-09 08:38:18,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:18,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91d199aa-0279-4632-b6a0-e13303409edb 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:38:18,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-91d199aa-0279-4632-b6a0-e13303409edb 2018-11-09 08:38:18,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:18,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43481d67-3d86-4daf-ad9c-77e86e6e25db Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:38:18,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-43481d67-3d86-4daf-ad9c-77e86e6e25db 2018-11-09 08:38:18,335 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-d5e1d936-8dc6-461-proj 2018-11-09 08:38:18,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:18,570 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1392a3b-731d-4664-93ef-67fe33dc5da8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:18,571 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/64b74a2a952c4fdcb8f2e8fbeb3fd889 used request id req-c1392a3b-731d-4664-93ef-67fe33dc5da8 2018-11-09 08:38:18,571 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-d5e1d936-8dc6-461-proj-role 2018-11-09 08:38:18,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/2ee785cca5c44a42b30b0a9d64c7568f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:18,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-633362b6-01b2-44e9-91cb-094f0fc0151f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:18,676 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/2ee785cca5c44a42b30b0a9d64c7568f used request id req-633362b6-01b2-44e9-91cb-094f0fc0151f 2018-11-09 08:38:18,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a04507d47a3418ce5feb75e3a994890ab2646623" 2018-11-09 08:38:18,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-138c05fd-33ca-4584-a30f-e63496b85c6c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:18,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-138c05fd-33ca-4584-a30f-e63496b85c6c 2018-11-09 08:38:18,767 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-d5e1d936-8dc6-461-user 2018-11-09 08:38:18,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/20bcd8dd90154971a6d30e6f44c0c9a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b7b1044698c2481d5dafa7583c7a332b7d8e932" 2018-11-09 08:38:18,942 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc576f4b-1413-4cb3-82e3-e81706e41ff4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:18,942 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/20bcd8dd90154971a6d30e6f44c0c9a7 used request id req-bc576f4b-1413-4cb3-82e3-e81706e41ff4 2018-11-09 08:38:18,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:19,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["9AYWT4hnSgWMr-jXtMN2pQ"], "issued_at": "2018-11-09T08:38:19.000000Z"}} 2018-11-09 08:38:19,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6166750c3b0f547e25aae740313d4f82da0757e8" 2018-11-09 08:38:19,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60d63750-1820-43ef-a95f-65092cba6627 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:19,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-60d63750-1820-43ef-a95f-65092cba6627 2018-11-09 08:38:19,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:19,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:19,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["PTu_rd8nSjmm-SvwFcWo2w"], "issued_at": "2018-11-09T08:38:19.000000Z"}} 2018-11-09 08:38:19,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:19,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0555bd0a-b5ad-40dd-8427-6939e896956d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:19,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0555bd0a-b5ad-40dd-8427-6939e896956d 2018-11-09 08:38:19,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:19,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:19,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-0091c88a-7a57-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:19,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb553a6-8ebd-44f5-a2cf-f1ad998c0a16 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-0091c88a-7a57-415-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:38:19,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-0091c88a-7a57-415-proj used request id req-abb553a6-8ebd-44f5-a2cf-f1ad998c0a16 2018-11-09 08:38:19,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:20,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a5d027e-de1a-41f2-8d06-e67f60568374 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:38:20,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-7a5d027e-de1a-41f2-8d06-e67f60568374 2018-11-09 08:38:20,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj"}}' 2018-11-09 08:38:20,186 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7657fca8-f12b-46c2-9be7-fd147361abef Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f"}, "enabled": true, "id": "8b1e0f3a5a3947fcab28f746f914282f", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj"}} 2018-11-09 08:38:20,186 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-7657fca8-f12b-46c2-9be7-fd147361abef 2018-11-09 08:38:20,186 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-0091c88a-7a57-415-proj 2018-11-09 08:38:20,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:20,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:20,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["WV7DtM78QsefZL3whgKP4g"], "issued_at": "2018-11-09T08:38:20.000000Z"}} 2018-11-09 08:38:20,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:20,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89409b1-d78c-4be6-9c82-4b188b8d3bc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:20,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a89409b1-d78c-4be6-9c82-4b188b8d3bc8 2018-11-09 08:38:20,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:20,666 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:20,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:20,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70594600-d720-4f41-b190-41be3949df08 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:38:20,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-70594600-d720-4f41-b190-41be3949df08 2018-11-09 08:38:20,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackKeypairTests-0091c88a-7a57-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:20,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d097ebbf-ca7b-4bae-b15f-eebb0dd3a03b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackKeypairTests-0091c88a-7a57-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f"}, "enabled": true, "id": "8b1e0f3a5a3947fcab28f746f914282f", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj"}]} 2018-11-09 08:38:20,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackKeypairTests-0091c88a-7a57-415-proj used request id req-d097ebbf-ca7b-4bae-b15f-eebb0dd3a03b 2018-11-09 08:38:20,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:20,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8869b6ad-9928-4042-8fd5-7d26debb936c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:38:20,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-8869b6ad-9928-4042-8fd5-7d26debb936c 2018-11-09 08:38:21,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:21,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed0cdd5c-a565-4247-a355-8f2a249ffefa Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:21,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ed0cdd5c-a565-4247-a355-8f2a249ffefa 2018-11-09 08:38:21,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackKeypairTests-0091c88a-7a57-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:21,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b796ea7-be64-4f50-9af1-5fac8a0c117a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackKeypairTests-0091c88a-7a57-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f"}, "enabled": true, "id": "8b1e0f3a5a3947fcab28f746f914282f", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj"}]} 2018-11-09 08:38:21,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackKeypairTests-0091c88a-7a57-415-proj used request id req-4b796ea7-be64-4f50-9af1-5fac8a0c117a 2018-11-09 08:38:21,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/fd93c914d84846728f51b96ad26f4d76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:21,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c78edb2-eb79-4d72-b192-db8935d175cf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackKeypairTests-0091c88a-7a57-415-user", "links": {"self": "http://172.30.9.27:5000/v3/users/fd93c914d84846728f51b96ad26f4d76"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "8b1e0f3a5a3947fcab28f746f914282f", "id": "fd93c914d84846728f51b96ad26f4d76", "password_expires_at": null}} 2018-11-09 08:38:21,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/fd93c914d84846728f51b96ad26f4d76 used request id req-5c78edb2-eb79-4d72-b192-db8935d175cf 2018-11-09 08:38:21,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f/users/fd93c914d84846728f51b96ad26f4d76/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:21,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10b17767-778d-47b5-bd43-151f0d031265 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f/users/fd93c914d84846728f51b96ad26f4d76/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:38:21,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f/users/fd93c914d84846728f51b96ad26f4d76/roles used request id req-10b17767-778d-47b5-bd43-151f0d031265 2018-11-09 08:38:21,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:21,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ddcf210-9e46-463f-ae72-49711a88a9fb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:38:21,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-0ddcf210-9e46-463f-ae72-49711a88a9fb 2018-11-09 08:38:21,677 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-0091c88a-7a57-415-proj 2018-11-09 08:38:21,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f/users/fd93c914d84846728f51b96ad26f4d76/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:21,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9887451a-e753-4f2c-bd10-484a8a171f62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:21,740 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f/users/fd93c914d84846728f51b96ad26f4d76/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-9887451a-e753-4f2c-bd10-484a8a171f62 2018-11-09 08:38:21,740 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-0091c88a-7a57-415-user 2018-11-09 08:38:21,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:21,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:21,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d1cffea-d4d7-4245-8c8b-8f361590dc96 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:21,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6d1cffea-d4d7-4245-8c8b-8f361590dc96 2018-11-09 08:38:21,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" -d '{"role": {"name": "CreateStackKeypairTests-0091c88a-7a57-415-proj-role"}}' 2018-11-09 08:38:21,940 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-204d1d69-92d3-41c4-a5b8-3ed6edd11d6e Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "745d9c047e30474a9f417dd126ecad42", "links": {"self": "http://172.30.9.27:5000/v3/roles/745d9c047e30474a9f417dd126ecad42"}, "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj-role"}} 2018-11-09 08:38:21,940 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-204d1d69-92d3-41c4-a5b8-3ed6edd11d6e 2018-11-09 08:38:21,940 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-0091c88a-7a57-415-proj-role 2018-11-09 08:38:21,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/745d9c047e30474a9f417dd126ecad42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:22,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb7ca14f-5d55-485a-8d39-cc74ff950f80 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/745d9c047e30474a9f417dd126ecad42"}, "domain_id": null, "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj-role", "id": "745d9c047e30474a9f417dd126ecad42"}} 2018-11-09 08:38:22,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/745d9c047e30474a9f417dd126ecad42 used request id req-fb7ca14f-5d55-485a-8d39-cc74ff950f80 2018-11-09 08:38:22,031 - keystone_utils - INFO - Granting role CreateStackKeypairTests-0091c88a-7a57-415-proj-role to project CreateStackKeypairTests-0091c88a-7a57-415-proj 2018-11-09 08:38:22,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f/users/fd93c914d84846728f51b96ad26f4d76/roles/745d9c047e30474a9f417dd126ecad42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:22,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1eb07d74-8919-4664-9e67-e60ad39fc1de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:22,171 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f/users/fd93c914d84846728f51b96ad26f4d76/roles/745d9c047e30474a9f417dd126ecad42 used request id req-1eb07d74-8919-4664-9e67-e60ad39fc1de 2018-11-09 08:38:22,171 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:38:22,172 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:38:22,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:22,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:22,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "745d9c047e30474a9f417dd126ecad42", "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:38:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b1e0f3a5a3947fcab28f746f914282f", "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-0091c88a-7a57-415-user", "id": "fd93c914d84846728f51b96ad26f4d76"}, "audit_ids": ["Owe2IFDBS_ehqiiEO61A1g"], "issued_at": "2018-11-09T08:38:22.000000Z"}} 2018-11-09 08:38:22,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:22,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76db3e4d-b19c-439b-9b26-f235461ad3dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:22,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-76db3e4d-b19c-439b-9b26-f235461ad3dc 2018-11-09 08:38:22,654 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:38:22,657 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:38:22,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:22,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:22 GMT Server: Apache x-openstack-request-id: req-b2f5aab8-c982-45ab-83c5-4c5526905f44 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:38:22,828 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack used request id req-b2f5aab8-c982-45ab-83c5-4c5526905f44 2018-11-09 08:38:22,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-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-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp"}}' 2018-11-09 08:38:24,526 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:22 GMT Server: Apache x-openstack-request-id: req-135d116e-cdfc-4c14-9d33-7362c2efa027 Location: http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "links": [{"href": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "rel": "self"}]}} 2018-11-09 08:38:24,526 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks used request id req-135d116e-cdfc-4c14-9d33-7362c2efa027 2018-11-09 08:38:24,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:24,708 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:24 GMT Server: Apache x-openstack-request-id: req-cbfa89e0-934c-446a-9244-9fe82a62178b Location: http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:24,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:24 GMT Server: Apache x-openstack-request-id: req-dd867dff-1268-4a8f-bab4-6ffd9059ca00 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 564 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": "8b1e0f3a5a3947fcab28f746f914282f", "OS::stack_id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack", "keypair_name": "CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack", "stack_user_project_id": "cdbee6e6e574433cb620b32cb5b9bcc3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:38:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-09 08:38:24,750 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a used request id req-dd867dff-1268-4a8f-bab4-6ffd9059ca00 2018-11-09 08:38:24,751 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack 2018-11-09 08:38:24,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:24,926 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:24 GMT Server: Apache x-openstack-request-id: req-82fb808f-3ed5-4318-8a1c-31c762877131 Location: http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:25,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:24 GMT Server: Apache x-openstack-request-id: req-321cd36a-f165-489e-8b4b-8c677e3a037a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1919 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": "8b1e0f3a5a3947fcab28f746f914282f", "OS::stack_id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack", "keypair_name": "CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack", "stack_user_project_id": "cdbee6e6e574433cb620b32cb5b9bcc3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:38:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzwvfpcyX9yfbDNM3ciep4zQ5imsMtefzEq/N0R60TAqYXMDG\ngjloxuEnuYS88BgyBJ9uHubmQvndgAU1s0CR4hzLf2B1hCVu2VquTEjPm+XGalHL\n1o6YcA70s2uS35lLrcULPCiE+gqVeKUa68ZHhJH1OiCqLixR7mUCS/IKrBH0cUoH\nnIBcTU45RdgXRtYUl+YkFtSj1/D4b3CbR5rg6dbrNWUe1Somlh9gDB5vwCU6DPOz\nGukESRnXgtMqNR8VI6Ax0NVbZC98rl5pPyWRonaN0qbEL5S6ZZuhWve6PPmjws4Y\nP6WA02PFX1MdUG6xJZx2aTB9oP6K0SQIcJKp4wIDAQABAoIBAQC98TukpDRJtpOb\niW3VWRPe7ztWg+yuOPNjEktz7IIlPJcYiHXUZAx+X3KNHHwkm13Ppd9llBhsG0Qc\nPStNng/3ask5uuk0aQ7vceRy8V0cvUgwo4en9ztbmizdKPQeE0k9SoaLEvUjWnBT\ntMwkvss/kJNzVyIop9omJR5dQ9iMj2iV0mj0bkpr1VBi3J9X+0bXVE8LE1QXriK1\nd+nyEZE+40k2AlVYEMNZ5a1zXGFmLEX+k8o6+/picPWH71Z2CeYhKE/7xgVLdqPs\nb6IhT2Egy8dPion7fQskJBpf04kBluGJUAq5w9kWs3KcrqJDDn2nYAKXI2y800nW\nsjK1dOXJAoGBAPh6jR6sCPWXNxuyeq8WcjC/3qQYBOcKi2vMr0u02zphnqGedl8d\noj8+K0pWuUZasMJXmkbhohn08l5qJ6IG7Bl/bRRRr4EwXdMM4Bt5T8lxGysTUsWw\nsIza6oBINQBcUPoMN+9KG1aiwADLTpI+sa9uHIcpZG8WFkPR1LUbfsHlAoGBANVQ\nQ+4ZwkPRJGDJVHblyvD+elOTLYA3UgeBJzBR7p9sdcnn0X7PvJ6TrNgAm6w/t967\n7cHhsuhpLsRaA07CtLrqj2n4B9vxHUpb8RzH/MhoweUnZIrhOELPM3rBGAJQJi+4\n9K1zMGMFyjCvyo37qF6lmLdGEr9kByp013EJhKAnAoGBALwS3p/ZrUpes4qWVEAU\naEg34kgoGgXauF7W5dQSx2DwJMbGD2i9IGJoJxI0hDYZTPM8pXyDKlQlUBJgnTEJ\ntkkyZxjbH1FUj5/AfhytfNPHdb3r+VnC/E8RIDAK93sXZP9uoiPP3tN7ioLPX+BX\n7dwQJy2zCd7/Q8j/mNWgQxh1AoGAMidyIVx7GZjl9b/AlUgIREuBFX9oVlordko+\nnZTWBzPoKfXQgwFy9tH/9LWH5KMCp2MGTuyzNQPuFAqZ9n2/Iqed2quPpX32hhJC\nCaNX4wMGe8ucTy8PHF49W2JlM74GjHfvR4zq1o148aOTe3itKLvEwWq/Y7KwIKJi\nOVikj0cCgYBsgRMG/dK/FTK7+Eb9E9s+rLH3F+DkrbnXJsmVUtTf4jaUpEhCCyeA\nACthyR3p/OZ5OHIsQTmrhrchIXwyjQgp+0NQN9woMbgS7DsSLAmgAV6GlgNGA67B\nSeX0g5bwEza4OkjWuYPKVSeYmBtBvbPHMZN6yb91wyMSrgo97qHQMg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-09 08:38:25,252 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a used request id req-321cd36a-f165-489e-8b4b-8c677e3a037a 2018-11-09 08:38:25,252 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:38:25,252 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack 2018-11-09 08:38:25,253 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack 2018-11-09 08:38:25,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:25,424 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:25 GMT Server: Apache x-openstack-request-id: req-f080300a-ce06-4213-9268-24d2374661f2 Location: http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:25,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:25 GMT Server: Apache x-openstack-request-id: req-083889cb-721f-4ade-a3b3-db54ba2a73cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T08:38:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:38:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-11-09 08:38:25,630 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a/resources used request id req-083889cb-721f-4ade-a3b3-db54ba2a73cb 2018-11-09 08:38:25,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:25,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c841200-ceb1-4a3a-a5cb-bcdc36104190 x-compute-request-id: req-2c841200-ceb1-4a3a-a5cb-bcdc36104190 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPC9+lzJf3J9sM0zdyJ6njNDmKawy15/MSr83RHrRMCphcwMaCOWjG4Se5hLzwGDIEn24e5uZC+d2ABTWzQJHiHMt/YHWEJW7ZWq5MSM+b5cZqUcvWjphwDvSza5LfmUutxQs8KIT6CpV4pRrrxkeEkfU6IKouLFHuZQJL8gqsEfRxSgecgFxNTjlF2BdG1hSX5iQW1KPX8PhvcJtHmuDp1us1ZR7VKiaWH2AMHm/AJToM87Ma6QRJGdeC0yo1HxUjoDHQ1VtkL3yuXmk/JZGido3SpsQvlLplm6Fa97o8+aPCzhg/pYDTY8VfUx1QbrElnHZpMH2g/orRJAhwkqnj Generated-by-Nova", "user_id": "fd93c914d84846728f51b96ad26f4d76", "name": "CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp", "deleted": false, "created_at": "2018-11-09T08:38:24.000000", "updated_at": null, "fingerprint": "b9:63:d6:36:4c:d6:31:87:02:b6:30:22:05:bb:5c:d5", "deleted_at": null, "id": 92}} 2018-11-09 08:38:25,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp used request id req-2c841200-ceb1-4a3a-a5cb-bcdc36104190 2018-11-09 08:38:25,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:25,677 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:25 GMT Server: Apache x-openstack-request-id: req-eecb8193-801c-4386-9391-0b9ebae624c1 Location: http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:25,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:25 GMT Server: Apache x-openstack-request-id: req-8db1d7c1-7479-479d-82b9-195fc2fb73ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1919 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": "8b1e0f3a5a3947fcab28f746f914282f", "OS::stack_id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack", "keypair_name": "CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack", "stack_user_project_id": "cdbee6e6e574433cb620b32cb5b9bcc3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:38:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzwvfpcyX9yfbDNM3ciep4zQ5imsMtefzEq/N0R60TAqYXMDG\ngjloxuEnuYS88BgyBJ9uHubmQvndgAU1s0CR4hzLf2B1hCVu2VquTEjPm+XGalHL\n1o6YcA70s2uS35lLrcULPCiE+gqVeKUa68ZHhJH1OiCqLixR7mUCS/IKrBH0cUoH\nnIBcTU45RdgXRtYUl+YkFtSj1/D4b3CbR5rg6dbrNWUe1Somlh9gDB5vwCU6DPOz\nGukESRnXgtMqNR8VI6Ax0NVbZC98rl5pPyWRonaN0qbEL5S6ZZuhWve6PPmjws4Y\nP6WA02PFX1MdUG6xJZx2aTB9oP6K0SQIcJKp4wIDAQABAoIBAQC98TukpDRJtpOb\niW3VWRPe7ztWg+yuOPNjEktz7IIlPJcYiHXUZAx+X3KNHHwkm13Ppd9llBhsG0Qc\nPStNng/3ask5uuk0aQ7vceRy8V0cvUgwo4en9ztbmizdKPQeE0k9SoaLEvUjWnBT\ntMwkvss/kJNzVyIop9omJR5dQ9iMj2iV0mj0bkpr1VBi3J9X+0bXVE8LE1QXriK1\nd+nyEZE+40k2AlVYEMNZ5a1zXGFmLEX+k8o6+/picPWH71Z2CeYhKE/7xgVLdqPs\nb6IhT2Egy8dPion7fQskJBpf04kBluGJUAq5w9kWs3KcrqJDDn2nYAKXI2y800nW\nsjK1dOXJAoGBAPh6jR6sCPWXNxuyeq8WcjC/3qQYBOcKi2vMr0u02zphnqGedl8d\noj8+K0pWuUZasMJXmkbhohn08l5qJ6IG7Bl/bRRRr4EwXdMM4Bt5T8lxGysTUsWw\nsIza6oBINQBcUPoMN+9KG1aiwADLTpI+sa9uHIcpZG8WFkPR1LUbfsHlAoGBANVQ\nQ+4ZwkPRJGDJVHblyvD+elOTLYA3UgeBJzBR7p9sdcnn0X7PvJ6TrNgAm6w/t967\n7cHhsuhpLsRaA07CtLrqj2n4B9vxHUpb8RzH/MhoweUnZIrhOELPM3rBGAJQJi+4\n9K1zMGMFyjCvyo37qF6lmLdGEr9kByp013EJhKAnAoGBALwS3p/ZrUpes4qWVEAU\naEg34kgoGgXauF7W5dQSx2DwJMbGD2i9IGJoJxI0hDYZTPM8pXyDKlQlUBJgnTEJ\ntkkyZxjbH1FUj5/AfhytfNPHdb3r+VnC/E8RIDAK93sXZP9uoiPP3tN7ioLPX+BX\n7dwQJy2zCd7/Q8j/mNWgQxh1AoGAMidyIVx7GZjl9b/AlUgIREuBFX9oVlordko+\nnZTWBzPoKfXQgwFy9tH/9LWH5KMCp2MGTuyzNQPuFAqZ9n2/Iqed2quPpX32hhJC\nCaNX4wMGe8ucTy8PHF49W2JlM74GjHfvR4zq1o148aOTe3itKLvEwWq/Y7KwIKJi\nOVikj0cCgYBsgRMG/dK/FTK7+Eb9E9s+rLH3F+DkrbnXJsmVUtTf4jaUpEhCCyeA\nACthyR3p/OZ5OHIsQTmrhrchIXwyjQgp+0NQN9woMbgS7DsSLAmgAV6GlgNGA67B\nSeX0g5bwEza4OkjWuYPKVSeYmBtBvbPHMZN6yb91wyMSrgo97qHQMg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-09 08:38:25,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a used request id req-8db1d7c1-7479-479d-82b9-195fc2fb73ff 2018-11-09 08:38:25,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:25,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:26,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "745d9c047e30474a9f417dd126ecad42", "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:38:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b1e0f3a5a3947fcab28f746f914282f", "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-0091c88a-7a57-415-user", "id": "fd93c914d84846728f51b96ad26f4d76"}, "audit_ids": ["HNOTgTVRR9S7Eg1-hisvxg"], "issued_at": "2018-11-09T08:38:26.000000Z"}} 2018-11-09 08:38:26,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de68717b93a9f5b69cb096b4f658ddf0d5de2990" 2018-11-09 08:38:26,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d89a7c49-6ded-440c-b6d0-a15a37b65fff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:26,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d89a7c49-6ded-440c-b6d0-a15a37b65fff 2018-11-09 08:38:26,428 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:38:26,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de68717b93a9f5b69cb096b4f658ddf0d5de2990" 2018-11-09 08:38:26,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-233a8619-bc08-47a1-bb0d-2385ef3a6747 x-compute-request-id: req-233a8619-bc08-47a1-bb0d-2385ef3a6747 Content-Encoding: gzip Content-Length: 490 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPC9+lzJf3J9sM0zdyJ6njNDmKawy15/MSr83RHrRMCphcwMaCOWjG4Se5hLzwGDIEn24e5uZC+d2ABTWzQJHiHMt/YHWEJW7ZWq5MSM+b5cZqUcvWjphwDvSza5LfmUutxQs8KIT6CpV4pRrrxkeEkfU6IKouLFHuZQJL8gqsEfRxSgecgFxNTjlF2BdG1hSX5iQW1KPX8PhvcJtHmuDp1us1ZR7VKiaWH2AMHm/AJToM87Ma6QRJGdeC0yo1HxUjoDHQ1VtkL3yuXmk/JZGido3SpsQvlLplm6Fa97o8+aPCzhg/pYDTY8VfUx1QbrElnHZpMH2g/orRJAhwkqnj Generated-by-Nova", "name": "CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp", "fingerprint": "b9:63:d6:36:4c:d6:31:87:02:b6:30:22:05:bb:5c:d5"}}]} 2018-11-09 08:38:26,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-233a8619-bc08-47a1-bb0d-2385ef3a6747 2018-11-09 08:38:26,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:26,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "745d9c047e30474a9f417dd126ecad42", "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:38:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b1e0f3a5a3947fcab28f746f914282f", "name": "CreateStackKeypairTests-0091c88a-7a57-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/8b1e0f3a5a3947fcab28f746f914282f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-0091c88a-7a57-415-user", "id": "fd93c914d84846728f51b96ad26f4d76"}, "audit_ids": ["uwQxZE9HSDG1lv0XuUKy1g"], "issued_at": "2018-11-09T08:38:27.000000Z"}} 2018-11-09 08:38:26,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3a5e05c3bf3a28da8ed3025d3db08cb6abc42c2" 2018-11-09 08:38:27,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-5a8148b9-b3cc-448d-bbc3-eb85e025e5e6 x-compute-request-id: req-5a8148b9-b3cc-448d-bbc3-eb85e025e5e6 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPC9+lzJf3J9sM0zdyJ6njNDmKawy15/MSr83RHrRMCphcwMaCOWjG4Se5hLzwGDIEn24e5uZC+d2ABTWzQJHiHMt/YHWEJW7ZWq5MSM+b5cZqUcvWjphwDvSza5LfmUutxQs8KIT6CpV4pRrrxkeEkfU6IKouLFHuZQJL8gqsEfRxSgecgFxNTjlF2BdG1hSX5iQW1KPX8PhvcJtHmuDp1us1ZR7VKiaWH2AMHm/AJToM87Ma6QRJGdeC0yo1HxUjoDHQ1VtkL3yuXmk/JZGido3SpsQvlLplm6Fa97o8+aPCzhg/pYDTY8VfUx1QbrElnHZpMH2g/orRJAhwkqnj Generated-by-Nova", "user_id": "fd93c914d84846728f51b96ad26f4d76", "name": "CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp", "deleted": false, "created_at": "2018-11-09T08:38:24.000000", "updated_at": null, "fingerprint": "b9:63:d6:36:4c:d6:31:87:02:b6:30:22:05:bb:5c:d5", "deleted_at": null, "id": 92}} 2018-11-09 08:38:27,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp used request id req-5a8148b9-b3cc-448d-bbc3-eb85e025e5e6 2018-11-09 08:38:27,147 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack 2018-11-09 08:38:27,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:27,331 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:27 GMT Server: Apache x-openstack-request-id: req-ba36252f-79e1-46d2-a661-6d56309e3326 Location: http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:27,522 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:27 GMT Server: Apache x-openstack-request-id: req-bd93c851-94e0-4431-998d-3bf4ee7b493f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:27,522 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a used request id req-bd93c851-94e0-4431-998d-3bf4ee7b493f 2018-11-09 08:38:27,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:27,553 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:27 GMT Server: Apache x-openstack-request-id: req-6ca1371a-bad8-4d0c-abd7-f4fdf39d7683 Location: http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:27,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:27 GMT Server: Apache x-openstack-request-id: req-e742b256-20b6-4bab-8523-ee2082c3617c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "8b1e0f3a5a3947fcab28f746f914282f", "OS::stack_id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack", "keypair_name": "CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack", "stack_user_project_id": "cdbee6e6e574433cb620b32cb5b9bcc3", "tags": null, "creation_time": "2018-11-09T08:38:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:38:27Z", "id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "stack_status_reason": "Stack DELETE started", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-09 08:38:27,801 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a used request id req-e742b256-20b6-4bab-8523-ee2082c3617c 2018-11-09 08:38:27,801 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:38:27,801 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:38:30,805 - create_stack - DEBUG - Stack status query timeout in 1196.71801305 2018-11-09 08:38:30,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:30,837 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:30 GMT Server: Apache x-openstack-request-id: req-943ca265-bf15-4459-9231-7d4e2fb9f86f Location: http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:30,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:30 GMT Server: Apache x-openstack-request-id: req-e4890287-837d-4286-9c97-12a7f632ce76 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "8b1e0f3a5a3947fcab28f746f914282f", "OS::stack_id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack", "keypair_name": "CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-kp"}, "deletion_time": "2018-11-09T08:38:28Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack", "stack_user_project_id": "cdbee6e6e574433cb620b32cb5b9bcc3", "tags": null, "creation_time": "2018-11-09T08:38:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:38:27Z", "id": "5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-09 08:38:30,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a used request id req-e4890287-837d-4286-9c97-12a7f632ce76 2018-11-09 08:38:30,882 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:38:30,882 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack 2018-11-09 08:38:30,882 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack 2018-11-09 08:38:30,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97fee893945fea826381de13332d97859c62f0" 2018-11-09 08:38:30,914 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:30 GMT Server: Apache x-openstack-request-id: req-c7779435-46a3-4060-bf5a-ead4427ee437 Location: http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:31,103 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:38:30 GMT Server: Apache x-openstack-request-id: req-d6c49042-046d-43ca-937d-eb5362447813 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:38:31,103 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/8b1e0f3a5a3947fcab28f746f914282f/stacks/CreateStackKeypairTests-CreateStackKeypairTests-3e29be8a-db9d-4ca9-92e1-8f27dcbe4197-stack/5a8fdf57-cfc8-4bc0-9eac-1a8421e0d31a used request id req-d6c49042-046d-43ca-937d-eb5362447813 2018-11-09 08:38:31,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:31,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-082dcf78-8ad0-4cdf-8845-7dcbc2291465 Date: Fri, 09 Nov 2018 08:38:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:38:31,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-082dcf78-8ad0-4cdf-8845-7dcbc2291465 2018-11-09 08:38:31,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:31,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc8eaed-4750-4577-a5b8-042f41f4b3ee 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:38:31,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-7dc8eaed-4750-4577-a5b8-042f41f4b3ee 2018-11-09 08:38:31,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:31,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b5187d-6d84-4334-9707-d4ab52ec50ca 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:38:31,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-05b5187d-6d84-4334-9707-d4ab52ec50ca 2018-11-09 08:38:31,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:31,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-803df827-f118-4711-a2d3-47f2f488cd36 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:38:31,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-803df827-f118-4711-a2d3-47f2f488cd36 2018-11-09 08:38:31,620 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-0091c88a-7a57-415-proj 2018-11-09 08:38:31,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:31,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-152c85d2-64bd-4f7a-a050-8167ea97e95e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:31,846 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/8b1e0f3a5a3947fcab28f746f914282f used request id req-152c85d2-64bd-4f7a-a050-8167ea97e95e 2018-11-09 08:38:31,847 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-0091c88a-7a57-415-proj-role 2018-11-09 08:38:31,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/745d9c047e30474a9f417dd126ecad42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:31,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d48e968-c9cb-4345-b93c-508053b4dd2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:31,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/745d9c047e30474a9f417dd126ecad42 used request id req-5d48e968-c9cb-4345-b93c-508053b4dd2e 2018-11-09 08:38:31,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6e3efe9ed528767de047cc95c03315b059aa3b" 2018-11-09 08:38:32,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66652f5e-9392-4b3d-9ef6-725ae31db40f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:32,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-66652f5e-9392-4b3d-9ef6-725ae31db40f 2018-11-09 08:38:32,062 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-0091c88a-7a57-415-user 2018-11-09 08:38:32,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/fd93c914d84846728f51b96ad26f4d76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfb899e9632e08b7dcbcba575b01931205cfca10" 2018-11-09 08:38:32,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa84288d-8d6c-4d35-be84-6b2b2584addd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:32,237 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/fd93c914d84846728f51b96ad26f4d76 used request id req-fa84288d-8d6c-4d35-be84-6b2b2584addd 2018-11-09 08:38:32,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:32,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Hpvd1XQrQMGnpRK4YjV03A"], "issued_at": "2018-11-09T08:38:32.000000Z"}} 2018-11-09 08:38:32,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46233abbe5fdbd1a6a6517c205c067a4d92be6a4" 2018-11-09 08:38:32,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b21b560-47d8-4984-a708-10b3c9b7eb98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:32,718 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3b21b560-47d8-4984-a708-10b3c9b7eb98 2018-11-09 08:38:32,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:32,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:33,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["6Hgix1ddTg-C1mwQwypARg"], "issued_at": "2018-11-09T08:38:33.000000Z"}} 2018-11-09 08:38:33,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:33,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b77cd2c1-8f42-44b2-a796-90e2a9ed222f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:33,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b77cd2c1-8f42-44b2-a796-90e2a9ed222f 2018-11-09 08:38:33,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:33,192 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:33,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:33,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7f28731-7bb7-4f07-83fe-251dd89a4af6 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:38:33,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj used request id req-a7f28731-7bb7-4f07-83fe-251dd89a4af6 2018-11-09 08:38:33,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:33,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b15811f8-a112-4408-b92f-9045a80eece3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:38:33,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b15811f8-a112-4408-b92f-9045a80eece3 2018-11-09 08:38:33,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj"}}' 2018-11-09 08:38:33,488 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c67a964f-21b7-4a49-92d9-27c6e131e21b Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec"}, "enabled": true, "id": "4a8f1845437745a0ab555f27c458f3ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj"}} 2018-11-09 08:38:33,488 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-c67a964f-21b7-4a49-92d9-27c6e131e21b 2018-11-09 08:38:33,488 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj 2018-11-09 08:38:33,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:33,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:33,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["WkpQu_NHREGuq0YyxcAhBg"], "issued_at": "2018-11-09T08:38:33.000000Z"}} 2018-11-09 08:38:33,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:33,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b06914b-c9aa-4f0c-b2bf-30ebe67fd007 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:33,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7b06914b-c9aa-4f0c-b2bf-30ebe67fd007 2018-11-09 08:38:33,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:33,958 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:33,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:34,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-953866ab-0cd8-4b4d-8a50-049b4a28bc45 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:38:34,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-953866ab-0cd8-4b4d-8a50-049b4a28bc45 2018-11-09 08:38:34,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:34,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af9b43dd-f7aa-4e78-a6e5-a57a6d3bd15e Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec"}, "enabled": true, "id": "4a8f1845437745a0ab555f27c458f3ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj"}]} 2018-11-09 08:38:34,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj used request id req-af9b43dd-f7aa-4e78-a6e5-a57a6d3bd15e 2018-11-09 08:38:34,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:34,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd2dff05-4fdb-4b6a-8f41-fdd000ab038e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:38:34,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-fd2dff05-4fdb-4b6a-8f41-fdd000ab038e 2018-11-09 08:38:34,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:34,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65039ccc-d60e-4b35-b1d1-f6ef471715fd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:34,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-65039ccc-d60e-4b35-b1d1-f6ef471715fd 2018-11-09 08:38:34,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:34,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-086442ec-2ded-4774-817c-f26d875d9c87 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec"}, "enabled": true, "id": "4a8f1845437745a0ab555f27c458f3ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj"}]} 2018-11-09 08:38:34,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj used request id req-086442ec-2ded-4774-817c-f26d875d9c87 2018-11-09 08:38:34,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/8fa9546b1e164e9590dd4e8474f483c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:34,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a960a9c-f97c-457a-bbfb-b430cbbaaaf6 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-user", "links": {"self": "http://172.30.9.27:5000/v3/users/8fa9546b1e164e9590dd4e8474f483c0"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "8fa9546b1e164e9590dd4e8474f483c0", "password_expires_at": null}} 2018-11-09 08:38:34,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8fa9546b1e164e9590dd4e8474f483c0 used request id req-0a960a9c-f97c-457a-bbfb-b430cbbaaaf6 2018-11-09 08:38:34,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec/users/8fa9546b1e164e9590dd4e8474f483c0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:34,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040f9b59-c17e-4b2a-958a-dc2390d1e7fe Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec/users/8fa9546b1e164e9590dd4e8474f483c0/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:38:34,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec/users/8fa9546b1e164e9590dd4e8474f483c0/roles used request id req-040f9b59-c17e-4b2a-958a-dc2390d1e7fe 2018-11-09 08:38:34,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:34,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b6526ec-f247-462c-a910-7229883ca66f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:38:34,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-6b6526ec-f247-462c-a910-7229883ca66f 2018-11-09 08:38:34,923 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj 2018-11-09 08:38:34,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec/users/8fa9546b1e164e9590dd4e8474f483c0/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:35,050 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb96d2e3-71e8-42a7-81f9-81c8ab7f80d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:35,050 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec/users/8fa9546b1e164e9590dd4e8474f483c0/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-bb96d2e3-71e8-42a7-81f9-81c8ab7f80d5 2018-11-09 08:38:35,051 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-user 2018-11-09 08:38:35,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:35,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:35,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927d0e71-b770-4180-898e-7aaa269bbef8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:35,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-927d0e71-b770-4180-898e-7aaa269bbef8 2018-11-09 08:38:35,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" -d '{"role": {"name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj-role"}}' 2018-11-09 08:38:35,257 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ba74d16-4c93-48e0-8bd1-3cf8a3e7f857 Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a53eebcc06d64c32a4d843c5a9726fcd", "links": {"self": "http://172.30.9.27:5000/v3/roles/a53eebcc06d64c32a4d843c5a9726fcd"}, "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj-role"}} 2018-11-09 08:38:35,257 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-1ba74d16-4c93-48e0-8bd1-3cf8a3e7f857 2018-11-09 08:38:35,257 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj-role 2018-11-09 08:38:35,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/a53eebcc06d64c32a4d843c5a9726fcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:35,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5972fb34-06cf-4dd2-91db-a182b587e8e2 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/a53eebcc06d64c32a4d843c5a9726fcd"}, "domain_id": null, "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj-role", "id": "a53eebcc06d64c32a4d843c5a9726fcd"}} 2018-11-09 08:38:35,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/a53eebcc06d64c32a4d843c5a9726fcd used request id req-5972fb34-06cf-4dd2-91db-a182b587e8e2 2018-11-09 08:38:35,339 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj-role to project CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj 2018-11-09 08:38:35,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec/users/8fa9546b1e164e9590dd4e8474f483c0/roles/a53eebcc06d64c32a4d843c5a9726fcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:35,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce9f6917-a4a5-4a38-9605-4073791f43ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:35,475 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec/users/8fa9546b1e164e9590dd4e8474f483c0/roles/a53eebcc06d64c32a4d843c5a9726fcd used request id req-ce9f6917-a4a5-4a38-9605-4073791f43ed 2018-11-09 08:38:35,476 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:38:35,476 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:38:35,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:35,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:35,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a53eebcc06d64c32a4d843c5a9726fcd", "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:38:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a8f1845437745a0ab555f27c458f3ec", "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4a8f1845437745a0ab555f27c458f3ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4a8f1845437745a0ab555f27c458f3ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4a8f1845437745a0ab555f27c458f3ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4a8f1845437745a0ab555f27c458f3ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4a8f1845437745a0ab555f27c458f3ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4a8f1845437745a0ab555f27c458f3ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-user", "id": "8fa9546b1e164e9590dd4e8474f483c0"}, "audit_ids": ["7q6fwKuASUuyCNYb63q-OQ"], "issued_at": "2018-11-09T08:38:35.000000Z"}} 2018-11-09 08:38:35,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:35,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fde179cc-17b5-4b12-8411-d4465199af0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:35,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fde179cc-17b5-4b12-8411-d4465199af0c 2018-11-09 08:38:35,936 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:38:35,939 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:38:35,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:36,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:35 GMT Server: Apache x-openstack-request-id: req-4319d43f-7180-4a6b-a288-eb8c857f2a0b Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:38:36,121 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack used request id req-4319d43f-7180-4a6b-a288-eb8c857f2a0b 2018-11-09 08:38:36,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-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-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp"}}' 2018-11-09 08:38:37,654 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:36 GMT Server: Apache x-openstack-request-id: req-3c3e8a50-49fa-4e98-9890-d972aed8d04c Location: http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "links": [{"href": "http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af", "rel": "self"}]}} 2018-11-09 08:38:37,654 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks used request id req-3c3e8a50-49fa-4e98-9890-d972aed8d04c 2018-11-09 08:38:37,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/1e1fe37c-2451-47d6-a941-c551c735a0af -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:37,838 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:37 GMT Server: Apache x-openstack-request-id: req-bd610120-481d-4d6d-a24d-07ad28aa524f Location: http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:38,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:37 GMT Server: Apache x-openstack-request-id: req-53a2fdb3-8dd0-4f2c-bd06-fd339489cc58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "4a8f1845437745a0ab555f27c458f3ec", "OS::stack_id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack", "security_group_name": "CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack", "stack_user_project_id": "f72cbed226544886b772280f7bc2cb16", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:38:36Z", "links": [{"href": "http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 08:38:38,026 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af used request id req-53a2fdb3-8dd0-4f2c-bd06-fd339489cc58 2018-11-09 08:38:38,027 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack 2018-11-09 08:38:38,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/1e1fe37c-2451-47d6-a941-c551c735a0af -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:38,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:38 GMT Server: Apache x-openstack-request-id: req-cccd6731-127c-4514-a8dd-7468267134dd Location: http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:38,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:38 GMT Server: Apache x-openstack-request-id: req-460dd82c-3b03-492b-8bfe-623e136f72c6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "4a8f1845437745a0ab555f27c458f3ec", "OS::stack_id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack", "security_group_name": "CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack", "stack_user_project_id": "f72cbed226544886b772280f7bc2cb16", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:38:36Z", "links": [{"href": "http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 08:38:38,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af used request id req-460dd82c-3b03-492b-8bfe-623e136f72c6 2018-11-09 08:38:38,443 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:38:38,443 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:38:41,446 - create_stack - DEBUG - Stack status query timeout in 1196.58111501 2018-11-09 08:38:41,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/1e1fe37c-2451-47d6-a941-c551c735a0af -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:41,661 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:41 GMT Server: Apache x-openstack-request-id: req-492d6e05-5e10-4cfd-a552-acfb6f7889a7 Location: http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:41,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:41 GMT Server: Apache x-openstack-request-id: req-948dfd3b-220e-4c30-8ff0-882e4339bee6 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": "4a8f1845437745a0ab555f27c458f3ec", "OS::stack_id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack", "security_group_name": "CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack", "stack_user_project_id": "f72cbed226544886b772280f7bc2cb16", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:38:36Z", "links": [{"href": "http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 08:38:41,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af used request id req-948dfd3b-220e-4c30-8ff0-882e4339bee6 2018-11-09 08:38:41,879 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:38:41,879 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack 2018-11-09 08:38:41,880 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack 2018-11-09 08:38:41,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/1e1fe37c-2451-47d6-a941-c551c735a0af/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:42,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:41 GMT Server: Apache x-openstack-request-id: req-491a132a-b583-4b06-af22-a7d567371e7f Location: http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:42,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:42 GMT Server: Apache x-openstack-request-id: req-878ccf91-1965-46f8-bd8b-1334e8ef7e7e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T08:38:37Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:38:37Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-11-09 08:38:42,249 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af/resources used request id req-878ccf91-1965-46f8-bd8b-1334e8ef7e7e 2018-11-09 08:38:42,249 - neutron_utils - INFO - Retrieving security group with ID - e55f50b8-fbe8-43d6-93b2-8740994f8f7c 2018-11-09 08:38:42,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:42,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-8f4e65fd-4802-409d-933d-ffc6fcd1521c Date: Fri, 09 Nov 2018 08:38:42 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:38Z", "updated_at": "2018-11-09T08:38:39Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:38:39Z", "revision_number": 0, "id": "5f3d7f99-e39f-4bfd-8ed0-37c752a9dd7b", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4a8f1845437745a0ab555f27c458f3ec"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:38:39Z", "revision_number": 0, "id": "cd9b31bd-1b76-4f67-810f-77b456645017", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a8f1845437745a0ab555f27c458f3ec"}], "revision_number": 6, "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "name": "CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp"}]} 2018-11-09 08:38:42,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c used request id req-8f4e65fd-4802-409d-933d-ffc6fcd1521c 2018-11-09 08:38:42,474 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e55f50b8-fbe8-43d6-93b2-8740994f8f7c 2018-11-09 08:38:42,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:42,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-f126d686-5cf3-4d43-9f74-d1cbb331ed85 Date: Fri, 09 Nov 2018 08:38:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:39Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "5f3d7f99-e39f-4bfd-8ed0-37c752a9dd7b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "port_range_min": null, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:39Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "cd9b31bd-1b76-4f67-810f-77b456645017"}]} 2018-11-09 08:38:42,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c used request id req-f126d686-5cf3-4d43-9f74-d1cbb331ed85 2018-11-09 08:38:42,644 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e55f50b8-fbe8-43d6-93b2-8740994f8f7c 2018-11-09 08:38:42,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:42,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-19576c19-14ed-4b54-a376-980814fb6e27 Date: Fri, 09 Nov 2018 08:38:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:39Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "5f3d7f99-e39f-4bfd-8ed0-37c752a9dd7b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "port_range_min": null, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:39Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "cd9b31bd-1b76-4f67-810f-77b456645017"}]} 2018-11-09 08:38:42,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c used request id req-19576c19-14ed-4b54-a376-980814fb6e27 2018-11-09 08:38:42,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:42,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:43,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a53eebcc06d64c32a4d843c5a9726fcd", "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:38:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a8f1845437745a0ab555f27c458f3ec", "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4a8f1845437745a0ab555f27c458f3ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4a8f1845437745a0ab555f27c458f3ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4a8f1845437745a0ab555f27c458f3ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4a8f1845437745a0ab555f27c458f3ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4a8f1845437745a0ab555f27c458f3ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4a8f1845437745a0ab555f27c458f3ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4a8f1845437745a0ab555f27c458f3ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-user", "id": "8fa9546b1e164e9590dd4e8474f483c0"}, "audit_ids": ["top2qOHJS0eD18PvWI15eQ"], "issued_at": "2018-11-09T08:38:43.000000Z"}} 2018-11-09 08:38:43,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad731cbbfed82a2699d39d88d54d2e6e8ac43d10" 2018-11-09 08:38:43,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b7f24b8-d337-4588-a5f2-c5a89dea6e4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:43,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0b7f24b8-d337-4588-a5f2-c5a89dea6e4a 2018-11-09 08:38:43,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad731cbbfed82a2699d39d88d54d2e6e8ac43d10" 2018-11-09 08:38:43,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-0587c633-3779-4e77-bcbd-dce6e271cd5d Date: Fri, 09 Nov 2018 08:38:43 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:38Z", "updated_at": "2018-11-09T08:38:39Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:38:39Z", "revision_number": 0, "id": "5f3d7f99-e39f-4bfd-8ed0-37c752a9dd7b", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4a8f1845437745a0ab555f27c458f3ec"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:38:39Z", "revision_number": 0, "id": "cd9b31bd-1b76-4f67-810f-77b456645017", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a8f1845437745a0ab555f27c458f3ec"}], "revision_number": 6, "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "name": "CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp"}]} 2018-11-09 08:38:43,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp&description=Test+description used request id req-0587c633-3779-4e77-bcbd-dce6e271cd5d 2018-11-09 08:38:43,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:43,551 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:38:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:43,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad731cbbfed82a2699d39d88d54d2e6e8ac43d10" 2018-11-09 08:38:43,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99307878-80e0-4a3a-86ab-5d01f8b79efa Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec"}, "enabled": true, "id": "4a8f1845437745a0ab555f27c458f3ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj"}} 2018-11-09 08:38:43,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec used request id req-99307878-80e0-4a3a-86ab-5d01f8b79efa 2018-11-09 08:38:43,637 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e55f50b8-fbe8-43d6-93b2-8740994f8f7c 2018-11-09 08:38:43,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad731cbbfed82a2699d39d88d54d2e6e8ac43d10" 2018-11-09 08:38:43,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-c591e771-117e-4823-b547-d47853880fb5 Date: Fri, 09 Nov 2018 08:38:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:39Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "5f3d7f99-e39f-4bfd-8ed0-37c752a9dd7b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "port_range_min": null, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:39Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "cd9b31bd-1b76-4f67-810f-77b456645017"}]} 2018-11-09 08:38:43,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c used request id req-c591e771-117e-4823-b547-d47853880fb5 2018-11-09 08:38:43,809 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e55f50b8-fbe8-43d6-93b2-8740994f8f7c 2018-11-09 08:38:43,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad731cbbfed82a2699d39d88d54d2e6e8ac43d10" 2018-11-09 08:38:43,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-bc2f72f7-5282-4353-b969-758c926f8335 Date: Fri, 09 Nov 2018 08:38:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:39Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "5f3d7f99-e39f-4bfd-8ed0-37c752a9dd7b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "port_range_min": null, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:39Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "cd9b31bd-1b76-4f67-810f-77b456645017"}]} 2018-11-09 08:38:43,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c used request id req-bc2f72f7-5282-4353-b969-758c926f8335 2018-11-09 08:38:43,994 - neutron_utils - INFO - Retrieving security group with ID - e55f50b8-fbe8-43d6-93b2-8740994f8f7c 2018-11-09 08:38:44,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad731cbbfed82a2699d39d88d54d2e6e8ac43d10" 2018-11-09 08:38:44,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-c9812bbf-2830-43e1-9369-f26a7fb10a11 Date: Fri, 09 Nov 2018 08:38:44 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:38Z", "updated_at": "2018-11-09T08:38:39Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:38:39Z", "revision_number": 0, "id": "5f3d7f99-e39f-4bfd-8ed0-37c752a9dd7b", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4a8f1845437745a0ab555f27c458f3ec"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:38:39Z", "revision_number": 0, "id": "cd9b31bd-1b76-4f67-810f-77b456645017", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a8f1845437745a0ab555f27c458f3ec"}], "revision_number": 6, "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "name": "CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp"}]} 2018-11-09 08:38:44,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c used request id req-c9812bbf-2830-43e1-9369-f26a7fb10a11 2018-11-09 08:38:44,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e55f50b8-fbe8-43d6-93b2-8740994f8f7c 2018-11-09 08:38:44,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad731cbbfed82a2699d39d88d54d2e6e8ac43d10" 2018-11-09 08:38:44,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-6fbdba65-5969-4d5f-9e5f-3c2ff0a6bb92 Date: Fri, 09 Nov 2018 08:38:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:39Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "5f3d7f99-e39f-4bfd-8ed0-37c752a9dd7b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-09T08:38:39Z", "security_group_id": "e55f50b8-fbe8-43d6-93b2-8740994f8f7c", "port_range_min": null, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:39Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "cd9b31bd-1b76-4f67-810f-77b456645017"}]} 2018-11-09 08:38:44,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e55f50b8-fbe8-43d6-93b2-8740994f8f7c used request id req-6fbdba65-5969-4d5f-9e5f-3c2ff0a6bb92 2018-11-09 08:38:44,417 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack 2018-11-09 08:38:44,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/1e1fe37c-2451-47d6-a941-c551c735a0af -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:44,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:44 GMT Server: Apache x-openstack-request-id: req-e5d8bbff-c02f-4cef-ab2e-bbe35f9f4bd9 Location: http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:44,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:44 GMT Server: Apache x-openstack-request-id: req-10845cb7-7a3a-4dac-a07a-6d2c571b7f08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:44,717 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af used request id req-10845cb7-7a3a-4dac-a07a-6d2c571b7f08 2018-11-09 08:38:44,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/1e1fe37c-2451-47d6-a941-c551c735a0af -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:44,746 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:44 GMT Server: Apache x-openstack-request-id: req-3b455104-3d97-4b06-8aa3-5df755850f93 Location: http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:44,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:44 GMT Server: Apache x-openstack-request-id: req-11680337-08da-43f5-ab3c-6e7204e09136 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "4a8f1845437745a0ab555f27c458f3ec", "OS::stack_id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack", "security_group_name": "CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack", "stack_user_project_id": "f72cbed226544886b772280f7bc2cb16", "tags": null, "creation_time": "2018-11-09T08:38:36Z", "links": [{"href": "http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:38:44Z", "id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 08:38:44,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af used request id req-11680337-08da-43f5-ab3c-6e7204e09136 2018-11-09 08:38:44,924 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:38:44,924 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:38:47,927 - create_stack - DEBUG - Stack status query timeout in 1196.79015517 2018-11-09 08:38:47,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/1e1fe37c-2451-47d6-a941-c551c735a0af -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:47,960 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:47 GMT Server: Apache x-openstack-request-id: req-d7b1c221-cb59-406d-8b27-b4dd9ae2a79a Location: http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:48,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:47 GMT Server: Apache x-openstack-request-id: req-ebe09aa6-46cc-45a7-b1d7-7a1fe8668fb8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "4a8f1845437745a0ab555f27c458f3ec", "OS::stack_id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack", "security_group_name": "CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-sec-grp"}, "deletion_time": "2018-11-09T08:38:46Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack", "stack_user_project_id": "f72cbed226544886b772280f7bc2cb16", "tags": null, "creation_time": "2018-11-09T08:38:36Z", "links": [{"href": "http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:38:44Z", "id": "1e1fe37c-2451-47d6-a941-c551c735a0af", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 08:38:48,176 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af used request id req-ebe09aa6-46cc-45a7-b1d7-7a1fe8668fb8 2018-11-09 08:38:48,176 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:38:48,176 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack 2018-11-09 08:38:48,176 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack 2018-11-09 08:38:48,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/1e1fe37c-2451-47d6-a941-c551c735a0af -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05fd21ca6af1b42fdb5d767df76bdf9a767d21a0" 2018-11-09 08:38:48,207 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:38:48 GMT Server: Apache x-openstack-request-id: req-ca904590-6bc9-4a06-b16e-34253e0f9f3e Location: http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:38:48,235 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:38:48 GMT Server: Apache x-openstack-request-id: req-6e44b09c-2291-4c05-b154-10c112b47d64 Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:38:48,235 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/4a8f1845437745a0ab555f27c458f3ec/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7ff3a230-4991-4e71-8d75-1071fac4bc36-stack/1e1fe37c-2451-47d6-a941-c551c735a0af used request id req-6e44b09c-2291-4c05-b154-10c112b47d64 2018-11-09 08:38:48,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:48,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ce42cdee-b68d-4d46-ac21-d333a6b81f2d Date: Fri, 09 Nov 2018 08:38:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:38Z", "updated_at": "2018-11-09T08:38:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:38:38Z", "revision_number": 0, "id": "1ef74da9-6579-458b-8bb7-2e5c94283b19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:38:38Z", "security_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a8f1845437745a0ab555f27c458f3ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:38:38Z", "revision_number": 0, "id": "4c2bb042-cb4f-4911-9f2d-3470721c30a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:38:38Z", "security_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a8f1845437745a0ab555f27c458f3ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:38:38Z", "revision_number": 0, "id": "7a1d2ac2-72e6-4c62-948c-e5a2a594eaa7", "remote_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "remote_ip_prefix": null, "created_at": "2018-11-09T08:38:38Z", "security_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a8f1845437745a0ab555f27c458f3ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:38:38Z", "revision_number": 0, "id": "c25d752e-5ecc-4145-82ce-9cb2b3ddc2c4", "remote_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "remote_ip_prefix": null, "created_at": "2018-11-09T08:38:38Z", "security_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a8f1845437745a0ab555f27c458f3ec"}], "revision_number": 4, "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:38:48,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-ce42cdee-b68d-4d46-ac21-d333a6b81f2d 2018-11-09 08:38:48,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:48,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1c277a-f891-4b8c-9d67-7c0cbf5b63b1 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:38:48,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-fe1c277a-f891-4b8c-9d67-7c0cbf5b63b1 2018-11-09 08:38:48,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:48,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b914d7c-0b87-4bac-b1b4-edb08e951926 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:38:48,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-0b914d7c-0b87-4bac-b1b4-edb08e951926 2018-11-09 08:38:48,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:48,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b56ea580-d6ec-48ed-8fc2-6510387b2e0e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec"}, "enabled": true, "id": "4a8f1845437745a0ab555f27c458f3ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj"}} 2018-11-09 08:38:48,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec used request id req-b56ea580-d6ec-48ed-8fc2-6510387b2e0e 2018-11-09 08:38:48,747 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf264cac-d3bf-4994-8ac0-97e389d5a661 2018-11-09 08:38:48,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=cf264cac-d3bf-4994-8ac0-97e389d5a661 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:48,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1df92925-981e-4548-a8e5-076dff8bf9a7 Date: Fri, 09 Nov 2018 08:38:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:38:38Z", "security_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "port_range_min": null, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:38Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "1ef74da9-6579-458b-8bb7-2e5c94283b19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:38:38Z", "security_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "port_range_min": null, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:38Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "4c2bb042-cb4f-4911-9f2d-3470721c30a4"}, {"remote_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:38:38Z", "security_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "port_range_min": null, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:38Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "7a1d2ac2-72e6-4c62-948c-e5a2a594eaa7"}, {"remote_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:38:38Z", "security_group_id": "cf264cac-d3bf-4994-8ac0-97e389d5a661", "port_range_min": null, "revision_number": 0, "tenant_id": "4a8f1845437745a0ab555f27c458f3ec", "created_at": "2018-11-09T08:38:38Z", "project_id": "4a8f1845437745a0ab555f27c458f3ec", "id": "c25d752e-5ecc-4145-82ce-9cb2b3ddc2c4"}]} 2018-11-09 08:38:48,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=cf264cac-d3bf-4994-8ac0-97e389d5a661 used request id req-1df92925-981e-4548-a8e5-076dff8bf9a7 2018-11-09 08:38:48,941 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:38:48,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/cf264cac-d3bf-4994-8ac0-97e389d5a661 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:49,234 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-444e6f80-1fb2-4d23-9e93-4c5a473892d7 Content-Length: 0 Date: Fri, 09 Nov 2018 08:38:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:38:49,235 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/cf264cac-d3bf-4994-8ac0-97e389d5a661 used request id req-444e6f80-1fb2-4d23-9e93-4c5a473892d7 2018-11-09 08:38:49,235 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj 2018-11-09 08:38:49,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:49,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d4e8771-6ed6-41f6-b282-6eec9c210768 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:49,505 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4a8f1845437745a0ab555f27c458f3ec used request id req-6d4e8771-6ed6-41f6-b282-6eec9c210768 2018-11-09 08:38:49,506 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-proj-role 2018-11-09 08:38:49,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/a53eebcc06d64c32a4d843c5a9726fcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:49,614 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73515bca-1737-4b2e-a169-051b3f7a3c9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:49,614 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/a53eebcc06d64c32a4d843c5a9726fcd used request id req-73515bca-1737-4b2e-a169-051b3f7a3c9e 2018-11-09 08:38:49,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7008b235298b99e903496c90a6b8ba34d34e4" 2018-11-09 08:38:49,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2b17a7-743b-49f5-ac4f-967c7750d0b4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:49,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7f2b17a7-743b-49f5-ac4f-967c7750d0b4 2018-11-09 08:38:49,705 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-5a47154e-e1b5-4a5-user 2018-11-09 08:38:49,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8fa9546b1e164e9590dd4e8474f483c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cfa22611f6588389fc44f9794e2fbde8500819" 2018-11-09 08:38:49,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fda1aaaf-4cd6-4a5d-989f-b844497696f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:49,885 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8fa9546b1e164e9590dd4e8474f483c0 used request id req-fda1aaaf-4cd6-4a5d-989f-b844497696f1 2018-11-09 08:38:49,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:50,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["a30YBCP4QvmL8AhbVID-GA"], "issued_at": "2018-11-09T08:38:50.000000Z"}} 2018-11-09 08:38:50,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07aa3a9595d4acd5cf6822bcb8de015c6ac55e8d" 2018-11-09 08:38:50,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-599b0d09-3255-4459-ab29-0535eacb597a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:50,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-599b0d09-3255-4459-ab29-0535eacb597a 2018-11-09 08:38:50,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:50,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:50,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["c4bFMlg5S1CVhsEjXq3ayg"], "issued_at": "2018-11-09T08:38:50.000000Z"}} 2018-11-09 08:38:50,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:50,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-291704f9-91f4-4041-a3ca-28c0ad9115b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:50,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-291704f9-91f4-4041-a3ca-28c0ad9115b5 2018-11-09 08:38:50,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:50,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:50,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:50,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a62b61e-764b-4f37-aa2b-977b42e40c96 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:38:50,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj used request id req-2a62b61e-764b-4f37-aa2b-977b42e40c96 2018-11-09 08:38:50,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:51,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd2d7b9e-3ce9-49f9-a290-938395b8417a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:38:51,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-dd2d7b9e-3ce9-49f9-a290-938395b8417a 2018-11-09 08:38:51,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj"}}' 2018-11-09 08:38:51,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46dd7bc8-e91c-47cd-8755-9ba843ab5ecb Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff"}, "enabled": true, "id": "c568952f59fa4709955d5116358937ff", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj"}} 2018-11-09 08:38:51,225 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-46dd7bc8-e91c-47cd-8755-9ba843ab5ecb 2018-11-09 08:38:51,225 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj 2018-11-09 08:38:51,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:51,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:51,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["JPu4Fld7SzGkeIRWoyHTeg"], "issued_at": "2018-11-09T08:38:51.000000Z"}} 2018-11-09 08:38:51,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:51,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b64740c7-9def-43c4-9ece-5a8baa23185b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:51,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b64740c7-9def-43c4-9ece-5a8baa23185b 2018-11-09 08:38:51,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:51,701 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:51,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:51,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c439c68-67cb-43a0-b34d-00d8a33f6e45 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:38:51,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7c439c68-67cb-43a0-b34d-00d8a33f6e45 2018-11-09 08:38:51,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:51,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f9564f3-d549-431b-8bda-2eb089d44254 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff"}, "enabled": true, "id": "c568952f59fa4709955d5116358937ff", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj"}]} 2018-11-09 08:38:51,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj used request id req-5f9564f3-d549-431b-8bda-2eb089d44254 2018-11-09 08:38:51,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:51,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54cd2ef6-4b13-4d8c-b335-56e84f9013e4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:38:51,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-54cd2ef6-4b13-4d8c-b335-56e84f9013e4 2018-11-09 08:38:52,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:52,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-047765d2-2838-4de6-81d9-7e8fd85144d8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:52,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-047765d2-2838-4de6-81d9-7e8fd85144d8 2018-11-09 08:38:52,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:52,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d907873-6f31-4db3-ac25-afbabd587391 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff"}, "enabled": true, "id": "c568952f59fa4709955d5116358937ff", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj"}]} 2018-11-09 08:38:52,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj used request id req-9d907873-6f31-4db3-ac25-afbabd587391 2018-11-09 08:38:52,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/59b2867c5f524e95a6540fc735af4fb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:52,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9dfbc7-e001-4639-b592-360128d9e6bb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-user", "links": {"self": "http://172.30.9.27:5000/v3/users/59b2867c5f524e95a6540fc735af4fb3"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "c568952f59fa4709955d5116358937ff", "id": "59b2867c5f524e95a6540fc735af4fb3", "password_expires_at": null}} 2018-11-09 08:38:52,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/59b2867c5f524e95a6540fc735af4fb3 used request id req-7f9dfbc7-e001-4639-b592-360128d9e6bb 2018-11-09 08:38:52,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff/users/59b2867c5f524e95a6540fc735af4fb3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:52,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b10b6e7-3584-4eef-ada8-f7a17b4a6274 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff/users/59b2867c5f524e95a6540fc735af4fb3/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:38:52,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff/users/59b2867c5f524e95a6540fc735af4fb3/roles used request id req-6b10b6e7-3584-4eef-ada8-f7a17b4a6274 2018-11-09 08:38:52,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:52,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b33811f-2f2c-46ca-9b76-da64b96b55cb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:38:52,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-2b33811f-2f2c-46ca-9b76-da64b96b55cb 2018-11-09 08:38:52,876 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj 2018-11-09 08:38:52,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff/users/59b2867c5f524e95a6540fc735af4fb3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:53,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76920e0f-f9ab-4d9e-a9cd-484f20dbca19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:53,008 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff/users/59b2867c5f524e95a6540fc735af4fb3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-76920e0f-f9ab-4d9e-a9cd-484f20dbca19 2018-11-09 08:38:53,008 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-9411e8fa-a6d8-4d9-user 2018-11-09 08:38:53,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:53,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:53,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-857ae8c3-95b6-475e-bb6f-037c263cf6dc Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:53,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-857ae8c3-95b6-475e-bb6f-037c263cf6dc 2018-11-09 08:38:53,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" -d '{"role": {"name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj-role"}}' 2018-11-09 08:38:53,215 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b1283cf-59cf-46ef-8656-f6bfa49a8910 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "653708a0770a49feb71b2009d74f5841", "links": {"self": "http://172.30.9.27:5000/v3/roles/653708a0770a49feb71b2009d74f5841"}, "name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj-role"}} 2018-11-09 08:38:53,215 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0b1283cf-59cf-46ef-8656-f6bfa49a8910 2018-11-09 08:38:53,215 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj-role 2018-11-09 08:38:53,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/653708a0770a49feb71b2009d74f5841 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:53,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cb2445b-b9e0-4a90-a09d-e97bd4a33382 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/653708a0770a49feb71b2009d74f5841"}, "domain_id": null, "name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj-role", "id": "653708a0770a49feb71b2009d74f5841"}} 2018-11-09 08:38:53,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/653708a0770a49feb71b2009d74f5841 used request id req-3cb2445b-b9e0-4a90-a09d-e97bd4a33382 2018-11-09 08:38:53,397 - keystone_utils - INFO - Granting role CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj-role to project CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj 2018-11-09 08:38:53,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff/users/59b2867c5f524e95a6540fc735af4fb3/roles/653708a0770a49feb71b2009d74f5841 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:53,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55721332-4f14-48fe-be24-67ba88bc9458 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:53,535 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff/users/59b2867c5f524e95a6540fc735af4fb3/roles/653708a0770a49feb71b2009d74f5841 used request id req-55721332-4f14-48fe-be24-67ba88bc9458 2018-11-09 08:38:53,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:53,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:53,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "653708a0770a49feb71b2009d74f5841", "name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:38:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c568952f59fa4709955d5116358937ff", "name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/c568952f59fa4709955d5116358937ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/c568952f59fa4709955d5116358937ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/c568952f59fa4709955d5116358937ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c568952f59fa4709955d5116358937ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/c568952f59fa4709955d5116358937ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/c568952f59fa4709955d5116358937ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/c568952f59fa4709955d5116358937ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/c568952f59fa4709955d5116358937ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/c568952f59fa4709955d5116358937ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c568952f59fa4709955d5116358937ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/c568952f59fa4709955d5116358937ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/c568952f59fa4709955d5116358937ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-9411e8fa-a6d8-4d9-user", "id": "59b2867c5f524e95a6540fc735af4fb3"}, "audit_ids": ["RShpiLOWTHWuWWTd59VRnQ"], "issued_at": "2018-11-09T08:38:53.000000Z"}} 2018-11-09 08:38:53,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6d346a3ade3fdf8609dd4b582ab29e20c005f6" 2018-11-09 08:38:53,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb5ac840-f919-401c-b7a7-bdcb4a1da31c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:53,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bb5ac840-f919-401c-b7a7-bdcb4a1da31c 2018-11-09 08:38:53,988 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:38:53,991 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:38:53,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/c568952f59fa4709955d5116358937ff/stacks?stack_name=CreateStackNegativeTests-ef752da7-e20a-4211-b8e6-22c4b3932761 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb6d346a3ade3fdf8609dd4b582ab29e20c005f6" 2018-11-09 08:38:54,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:54 GMT Server: Apache x-openstack-request-id: req-bb1c8790-3014-4824-b9fd-b8bdbf29e776 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:38:54,173 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/c568952f59fa4709955d5116358937ff/stacks?stack_name=CreateStackNegativeTests-ef752da7-e20a-4211-b8e6-22c4b3932761 used request id req-bb1c8790-3014-4824-b9fd-b8bdbf29e776 2018-11-09 08:38:54,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:54,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9e05c52a-5276-48e4-a12f-c2fdfe765234 Date: Fri, 09 Nov 2018 08:38:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:38:54,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-9e05c52a-5276-48e4-a12f-c2fdfe765234 2018-11-09 08:38:54,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:54,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d814835a-606b-4063-9595-b92491056024 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:38:54,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-d814835a-606b-4063-9595-b92491056024 2018-11-09 08:38:54,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:54,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cbf9d87-f3f8-4392-aeac-b67a9f38f9a8 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:38:54,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-0cbf9d87-f3f8-4392-aeac-b67a9f38f9a8 2018-11-09 08:38:54,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:54,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae962bb-2e4c-4ed7-a9a0-3b6f24201311 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:38:54,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-6ae962bb-2e4c-4ed7-a9a0-3b6f24201311 2018-11-09 08:38:54,683 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj 2018-11-09 08:38:54,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:54,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab7baaa7-f7dd-4626-a495-1ec59e6eaf44 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:54,888 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/c568952f59fa4709955d5116358937ff used request id req-ab7baaa7-f7dd-4626-a495-1ec59e6eaf44 2018-11-09 08:38:54,889 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-9411e8fa-a6d8-4d9-proj-role 2018-11-09 08:38:54,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/653708a0770a49feb71b2009d74f5841 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:55,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85955d3e-e3e9-4719-bab1-73a096afb950 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:55,009 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/653708a0770a49feb71b2009d74f5841 used request id req-85955d3e-e3e9-4719-bab1-73a096afb950 2018-11-09 08:38:55,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b8dcf42840784f62cf657385a716f3ac7243923" 2018-11-09 08:38:55,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4965f79-739a-408a-bc13-f4f12fad7672 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:55,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b4965f79-739a-408a-bc13-f4f12fad7672 2018-11-09 08:38:55,102 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-9411e8fa-a6d8-4d9-user 2018-11-09 08:38:55,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/59b2867c5f524e95a6540fc735af4fb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}698688993051ed0f1d981734f9834b358c55b67d" 2018-11-09 08:38:55,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d6dd247-8a6f-47ce-be71-2cfc7102bf65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:55,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/59b2867c5f524e95a6540fc735af4fb3 used request id req-5d6dd247-8a6f-47ce-be71-2cfc7102bf65 2018-11-09 08:38:55,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:55,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["sFQKWk02QuKuF7E_k_Hobg"], "issued_at": "2018-11-09T08:38:55.000000Z"}} 2018-11-09 08:38:55,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a2eecd7d3d858e4236917aa85863962a8a069bc" 2018-11-09 08:38:55,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce75f8b2-b3b6-43b7-862f-86a4fc872c7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:55,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ce75f8b2-b3b6-43b7-862f-86a4fc872c7b 2018-11-09 08:38:55,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:55,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:56,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["384NfbdNTnOJbU5Y-UnBQw"], "issued_at": "2018-11-09T08:38:56.000000Z"}} 2018-11-09 08:38:56,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:38:56,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d72d0a9d-a3ec-4e03-b705-64c4f77c9fd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:56,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d72d0a9d-a3ec-4e03-b705-64c4f77c9fd4 2018-11-09 08:38:56,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:56,265 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:56,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:38:56,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba855b80-7989-4075-9e81-c53091fb0f49 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:38:56,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj used request id req-ba855b80-7989-4075-9e81-c53091fb0f49 2018-11-09 08:38:56,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:38:56,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f21942-68fc-49d9-9df0-24b86bfc3c5e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:38:56,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-40f21942-68fc-49d9-9df0-24b86bfc3c5e 2018-11-09 08:38:56,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj"}}' 2018-11-09 08:38:56,556 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2e7dde9-8804-4c31-8390-471847b63848 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a"}, "enabled": true, "id": "a0e9249413c34dcb9878009a55713a7a", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj"}} 2018-11-09 08:38:56,556 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a2e7dde9-8804-4c31-8390-471847b63848 2018-11-09 08:38:56,557 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj 2018-11-09 08:38:56,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:56,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:56,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:38:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["OglNs_qATGWcpMzgfBvykA"], "issued_at": "2018-11-09T08:38:56.000000Z"}} 2018-11-09 08:38:56,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:38:57,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229e3f6d-b7d0-450f-b209-513c6f8ed8a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:57,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-229e3f6d-b7d0-450f-b209-513c6f8ed8a0 2018-11-09 08:38:57,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:38:57,031 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:38: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:38:57,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:38:57,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd315a5-8119-4cd4-84f4-9d35a8467c07 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:38:57,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7bd315a5-8119-4cd4-84f4-9d35a8467c07 2018-11-09 08:38:57,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:38:57,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15a5a663-b64a-40dd-9c6a-10a6b57ff53a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a"}, "enabled": true, "id": "a0e9249413c34dcb9878009a55713a7a", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj"}]} 2018-11-09 08:38:57,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj used request id req-15a5a663-b64a-40dd-9c6a-10a6b57ff53a 2018-11-09 08:38:57,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:38:57,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c29826-2296-4306-9a93-c408d29e9177 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:38:57,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-c1c29826-2296-4306-9a93-c408d29e9177 2018-11-09 08:38:57,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:38:57,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ddcef43-c19f-4415-ab27-c04753b4f5ed Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:57,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7ddcef43-c19f-4415-ab27-c04753b4f5ed 2018-11-09 08:38:57,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:38:57,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68580bf8-ad95-44e7-8155-43e0c15f48dc Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a"}, "enabled": true, "id": "a0e9249413c34dcb9878009a55713a7a", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj"}]} 2018-11-09 08:38:57,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj used request id req-68580bf8-ad95-44e7-8155-43e0c15f48dc 2018-11-09 08:38:57,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/8bbedaeb9983422ead13d685994c80a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:38:57,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3778573d-0779-404a-a834-dfad213aa291 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-user", "links": {"self": "http://172.30.9.27:5000/v3/users/8bbedaeb9983422ead13d685994c80a3"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "a0e9249413c34dcb9878009a55713a7a", "id": "8bbedaeb9983422ead13d685994c80a3", "password_expires_at": null}} 2018-11-09 08:38:57,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8bbedaeb9983422ead13d685994c80a3 used request id req-3778573d-0779-404a-a834-dfad213aa291 2018-11-09 08:38:57,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a/users/8bbedaeb9983422ead13d685994c80a3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:38:58,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4da76ab9-4de4-4a90-b090-fd767a800b85 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a/users/8bbedaeb9983422ead13d685994c80a3/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:38:58,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a/users/8bbedaeb9983422ead13d685994c80a3/roles used request id req-4da76ab9-4de4-4a90-b090-fd767a800b85 2018-11-09 08:38:58,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:38:58,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d75de0-af7c-46bc-bca2-ed6a1bfb3ccb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:38:58,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-66d75de0-af7c-46bc-bca2-ed6a1bfb3ccb 2018-11-09 08:38:58,181 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj 2018-11-09 08:38:58,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a/users/8bbedaeb9983422ead13d685994c80a3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:38:58,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1870cfb-ac0d-4d83-93d0-294fee615af1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:58,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a/users/8bbedaeb9983422ead13d685994c80a3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-f1870cfb-ac0d-4d83-93d0-294fee615af1 2018-11-09 08:38:58,309 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-dd5e6b9a-bb91-4a5-user 2018-11-09 08:38:58,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:58,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:38:58,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da871aca-9a00-4595-9156-48696c311f79 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:38:58,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-da871aca-9a00-4595-9156-48696c311f79 2018-11-09 08:38:58,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" -d '{"role": {"name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj-role"}}' 2018-11-09 08:38:58,512 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:38:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-980de9aa-0a53-466f-83f0-57e8fa8dad60 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "600dc80b6deb4c4abdba345923bcc0aa", "links": {"self": "http://172.30.9.27:5000/v3/roles/600dc80b6deb4c4abdba345923bcc0aa"}, "name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj-role"}} 2018-11-09 08:38:58,512 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-980de9aa-0a53-466f-83f0-57e8fa8dad60 2018-11-09 08:38:58,513 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj-role 2018-11-09 08:38:58,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/600dc80b6deb4c4abdba345923bcc0aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:38:58,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe5d590-76c0-4dba-8c4a-2ba6afbfb7a5 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/600dc80b6deb4c4abdba345923bcc0aa"}, "domain_id": null, "name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj-role", "id": "600dc80b6deb4c4abdba345923bcc0aa"}} 2018-11-09 08:38:58,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/600dc80b6deb4c4abdba345923bcc0aa used request id req-2fe5d590-76c0-4dba-8c4a-2ba6afbfb7a5 2018-11-09 08:38:58,597 - keystone_utils - INFO - Granting role CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj-role to project CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj 2018-11-09 08:38:58,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a/users/8bbedaeb9983422ead13d685994c80a3/roles/600dc80b6deb4c4abdba345923bcc0aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:38:58,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:38:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a96b656e-716a-47c0-be5f-24297367baf8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:38:58,727 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a/users/8bbedaeb9983422ead13d685994c80a3/roles/600dc80b6deb4c4abdba345923bcc0aa used request id req-a96b656e-716a-47c0-be5f-24297367baf8 2018-11-09 08:38:58,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:38:58,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:38:59,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "600dc80b6deb4c4abdba345923bcc0aa", "name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj-role"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}], "expires_at": "2018-11-09T09:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0e9249413c34dcb9878009a55713a7a", "name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/a0e9249413c34dcb9878009a55713a7a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/a0e9249413c34dcb9878009a55713a7a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/a0e9249413c34dcb9878009a55713a7a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a0e9249413c34dcb9878009a55713a7a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/a0e9249413c34dcb9878009a55713a7a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/a0e9249413c34dcb9878009a55713a7a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a0e9249413c34dcb9878009a55713a7a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/a0e9249413c34dcb9878009a55713a7a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/a0e9249413c34dcb9878009a55713a7a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a0e9249413c34dcb9878009a55713a7a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/a0e9249413c34dcb9878009a55713a7a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/a0e9249413c34dcb9878009a55713a7a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-dd5e6b9a-bb91-4a5-user", "id": "8bbedaeb9983422ead13d685994c80a3"}, "audit_ids": ["orZJPtNnSuSeyoXTgbTekQ"], "issued_at": "2018-11-09T08:38:59.000000Z"}} 2018-11-09 08:38:59,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9bbdd9f8073320f0663f3e2f691029c3c20b9" 2018-11-09 08:38:59,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45ab25f3-4ec9-496c-afa4-a75ed9f0ad8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:38:59,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-45ab25f3-4ec9-496c-afa4-a75ed9f0ad8d 2018-11-09 08:38:59,196 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:38:59,199 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:38:59,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/a0e9249413c34dcb9878009a55713a7a/stacks?stack_name=CreateStackNegativeTests-83c0cea9-cf45-4790-a290-7429c99e20e0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9bbdd9f8073320f0663f3e2f691029c3c20b9" 2018-11-09 08:38:59,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:59 GMT Server: Apache x-openstack-request-id: req-eb3a6c5a-e3eb-4d1f-ae24-8ed56232ebcc Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:38:59,375 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/a0e9249413c34dcb9878009a55713a7a/stacks?stack_name=CreateStackNegativeTests-83c0cea9-cf45-4790-a290-7429c99e20e0 used request id req-eb3a6c5a-e3eb-4d1f-ae24-8ed56232ebcc 2018-11-09 08:38:59,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/a0e9249413c34dcb9878009a55713a7a/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9bbdd9f8073320f0663f3e2f691029c3c20b9" -d '{"stack_name": "CreateStackNegativeTests-83c0cea9-cf45-4790-a290-7429c99e20e0", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}}' 2018-11-09 08:38:59,836 - keystoneauth.session - DEBUG - RESP: [400] Date: Fri, 09 Nov 2018 08:38:59 GMT Server: Apache x-openstack-request-id: req-49fae870-cb75-4403-9d42-ebf2a79b9562 Content-Length: 383 Content-Type: application/json RESP BODY: {"explanation": "The server could not comply with the request since it is either malformed or otherwise incorrect.", "code": 400, "error": {"message": "Property error: : resources.my_instance.properties.image: : Error validating value 'heat_utils_tests': No images matching {'name': u'heat_utils_tests'}.", "traceback": null, "type": "StackValidationFailed"}, "title": "Bad Request"} 2018-11-09 08:38:59,836 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/a0e9249413c34dcb9878009a55713a7a/stacks used request id req-49fae870-cb75-4403-9d42-ebf2a79b9562 2018-11-09 08:38:59,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:39:00,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-39ffa17e-833f-4343-a15a-e18a4f33b319 Date: Fri, 09 Nov 2018 08:39:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:39:00,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-39ffa17e-833f-4343-a15a-e18a4f33b319 2018-11-09 08:39:00,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:39:00,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-831a8e29-7768-4e51-8285-43ee94de049a 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:39:00,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-831a8e29-7768-4e51-8285-43ee94de049a 2018-11-09 08:39:00,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:39:00,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9faba826-067e-4176-8273-41b717a0d81f 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:39:00,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-9faba826-067e-4176-8273-41b717a0d81f 2018-11-09 08:39:00,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:39:00,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00f7e052-0f3e-4fd7-a69b-91d9e2ca592c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:39:00,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-00f7e052-0f3e-4fd7-a69b-91d9e2ca592c 2018-11-09 08:39:00,336 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj 2018-11-09 08:39:00,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:39:00,551 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dca0975-8985-4fd3-bb2d-cbe6b34b6454 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:39:00,551 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/a0e9249413c34dcb9878009a55713a7a used request id req-3dca0975-8985-4fd3-bb2d-cbe6b34b6454 2018-11-09 08:39:00,552 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-dd5e6b9a-bb91-4a5-proj-role 2018-11-09 08:39:00,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/600dc80b6deb4c4abdba345923bcc0aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:39:00,670 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b775849-275f-45e8-9948-7331538247a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:39:00,670 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/600dc80b6deb4c4abdba345923bcc0aa used request id req-6b775849-275f-45e8-9948-7331538247a8 2018-11-09 08:39:00,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22c634db97047e76e0966666c7b0d8f8718523" 2018-11-09 08:39:00,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6afae85-e6d8-46f0-8b99-82d6fdd52741 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:39:00,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e6afae85-e6d8-46f0-8b99-82d6fdd52741 2018-11-09 08:39:00,847 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-dd5e6b9a-bb91-4a5-user 2018-11-09 08:39:00,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8bbedaeb9983422ead13d685994c80a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a000ba68cca141d33175776167498c73cdade9a1" 2018-11-09 08:39:01,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b83b474-8c44-44ed-b261-bdffb6646c26 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:39:01,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8bbedaeb9983422ead13d685994c80a3 used request id req-3b83b474-8c44-44ed-b261-bdffb6646c26 2018-11-09 08:39:01,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:01,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Fy3vNyK3RWWx8ZM0ILQsag"], "issued_at": "2018-11-09T08:39:01.000000Z"}} 2018-11-09 08:39:01,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d66ece59a52c8cdfa683f1145c8319b553a67015" 2018-11-09 08:39:01,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4922b396-991f-4bbe-9407-6ba36149cd52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:01,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4922b396-991f-4bbe-9407-6ba36149cd52 2018-11-09 08:39:01,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:01,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:01,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["RhvO2rs-Siayyx3eCJxepQ"], "issued_at": "2018-11-09T08:39:01.000000Z"}} 2018-11-09 08:39:01,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:39:02,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c71886-2852-4e3a-8208-d9641b8694a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:02,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c1c71886-2852-4e3a-8208-d9641b8694a1 2018-11-09 08:39:02,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:39:02,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:39:02,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:39:02,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeb303d1-54c1-4863-828a-4f8b6f4c22a6 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:39:02,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj used request id req-aeb303d1-54c1-4863-828a-4f8b6f4c22a6 2018-11-09 08:39:02,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:39:02,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ad0e67e-057b-41ad-9435-5c0c22d18e33 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:39:02,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-0ad0e67e-057b-41ad-9435-5c0c22d18e33 2018-11-09 08:39:02,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}}' 2018-11-09 08:39:02,345 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bce96943-81a0-4305-9e0f-0e07517e884b Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:02,345 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-bce96943-81a0-4305-9e0f-0e07517e884b 2018-11-09 08:39:02,346 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj 2018-11-09 08:39:02,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:02,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:02,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:39:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lIhZwUNnT-Shia7TfHvZBg"], "issued_at": "2018-11-09T08:39:02.000000Z"}} 2018-11-09 08:39:02,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}330ea866843e6a7a33cf11be7b12f5261809e84f" 2018-11-09 08:39:02,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfa522d4-42f2-4886-bcb1-99f9b4239682 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:02,824 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-dfa522d4-42f2-4886-bcb1-99f9b4239682 2018-11-09 08:39:02,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:39:02,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:39:02,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}330ea866843e6a7a33cf11be7b12f5261809e84f" 2018-11-09 08:39:02,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd4ff5b-8d52-42ba-b882-82c96eda7a9a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:39:02,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-bcd4ff5b-8d52-42ba-b882-82c96eda7a9a 2018-11-09 08:39:02,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}330ea866843e6a7a33cf11be7b12f5261809e84f" 2018-11-09 08:39:03,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d0bd740-25a1-44d3-9e12-566e71661263 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}]} 2018-11-09 08:39:03,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj used request id req-7d0bd740-25a1-44d3-9e12-566e71661263 2018-11-09 08:39:03,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}330ea866843e6a7a33cf11be7b12f5261809e84f" 2018-11-09 08:39:03,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb5a369a-fe70-49cc-afe6-4b59a1fd494b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:39:03,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-eb5a369a-fe70-49cc-afe6-4b59a1fd494b 2018-11-09 08:39:03,508 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-user 2018-11-09 08:39:03,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:03,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:39:03,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c496355-25d5-4fd2-a1e9-51a89ca56d6d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:39:03,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6c496355-25d5-4fd2-a1e9-51a89ca56d6d 2018-11-09 08:39:03,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role"}}' 2018-11-09 08:39:03,713 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:39:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a1222c0-35e3-4c19-99db-a2f1ea536355 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a0e086f6c821438695bb3daa70ec0450", "links": {"self": "http://172.30.9.27:5000/v3/roles/a0e086f6c821438695bb3daa70ec0450"}, "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role"}} 2018-11-09 08:39:03,713 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-5a1222c0-35e3-4c19-99db-a2f1ea536355 2018-11-09 08:39:03,714 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role 2018-11-09 08:39:03,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/a0e086f6c821438695bb3daa70ec0450 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:39:03,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76925746-ca83-4137-9d89-85a7576c49c4 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/a0e086f6c821438695bb3daa70ec0450"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role", "id": "a0e086f6c821438695bb3daa70ec0450"}} 2018-11-09 08:39:03,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/a0e086f6c821438695bb3daa70ec0450 used request id req-76925746-ca83-4137-9d89-85a7576c49c4 2018-11-09 08:39:03,809 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role to project CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj 2018-11-09 08:39:03,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4/users/a9277a0bc7ee4582bd545f270b21bda8/roles/a0e086f6c821438695bb3daa70ec0450 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:39:03,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:39:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8ef84a3-9fc4-4690-903c-7d6e25554fba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:39:03,936 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4/users/a9277a0bc7ee4582bd545f270b21bda8/roles/a0e086f6c821438695bb3daa70ec0450 used request id req-c8ef84a3-9fc4-4690-903c-7d6e25554fba 2018-11-09 08:39:03,936 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:39:03,938 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:39:03,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:03,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:04,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a0e086f6c821438695bb3daa70ec0450", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role"}], "expires_at": "2018-11-09T09:39:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-user", "id": "a9277a0bc7ee4582bd545f270b21bda8"}, "audit_ids": ["px0gE1jMTcG8f1HhHIhX_g"], "issued_at": "2018-11-09T08:39:04.000000Z"}} 2018-11-09 08:39:04,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d5ea7e40f606868692ef98055f3b696dabbfd7" 2018-11-09 08:39:04,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4debc64e-7f44-4524-9cf3-74173b588e3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:04,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4debc64e-7f44-4524-9cf3-74173b588e3b 2018-11-09 08:39:04,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11d5ea7e40f606868692ef98055f3b696dabbfd7" 2018-11-09 08:39:04,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-8c59f9b2-fec2-42c6-ac90-386e7b7d98aa Date: Fri, 09 Nov 2018 08:39:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image"} 2018-11-09 08:39:04,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image used request id req-8c59f9b2-fec2-42c6-ac90-386e7b7d98aa 2018-11-09 08:39:04,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11d5ea7e40f606868692ef98055f3b696dabbfd7" 2018-11-09 08:39:04,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-08c3026b-8261-4c91-993e-4c0c0924ffe3 Date: Fri, 09 Nov 2018 08:39:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:39:04,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-08c3026b-8261-4c91-993e-4c0c0924ffe3 2018-11-09 08:39:04,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11d5ea7e40f606868692ef98055f3b696dabbfd7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image"}' 2018-11-09 08:39:05,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202 X-Openstack-Request-Id: req-dd2369c0-32c1-46b2-b703-a0b9243bac32 Date: Fri, 09 Nov 2018 08:39:05 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:39:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:39:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "min_disk": 0, "protected": false, "id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "file": "/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202/file", "checksum": null, "owner": "4d61085a85ac4f6395fa1a60a7c45de4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:39:05,161 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-dd2369c0-32c1-46b2-b703-a0b9243bac32 2018-11-09 08:39:05,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11d5ea7e40f606868692ef98055f3b696dabbfd7" -d '' 2018-11-09 08:39:06,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a8ef8413-24aa-43c1-80ca-8e79f9938649 Date: Fri, 09 Nov 2018 08:39:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:39:06,688 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202/file used request id req-a8ef8413-24aa-43c1-80ca-8e79f9938649 2018-11-09 08:39:06,689 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:39:06,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11d5ea7e40f606868692ef98055f3b696dabbfd7" 2018-11-09 08:39:06,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4c300839-7ef4-41c3-af19-dc3118ebdf6b Date: Fri, 09 Nov 2018 08:39:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:39:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:39:06Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d08513f4-d356-4418-83d2-ced3dd9cd202/snap", "metadata": {}}], "self": "/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "min_disk": 0, "protected": false, "id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "file": "/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4d61085a85ac4f6395fa1a60a7c45de4", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d08513f4-d356-4418-83d2-ced3dd9cd202/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:39:06,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202 used request id req-4c300839-7ef4-41c3-af19-dc3118ebdf6b 2018-11-09 08:39:06,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11d5ea7e40f606868692ef98055f3b696dabbfd7" 2018-11-09 08:39:06,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3f7ffd70-2587-4435-9f5e-16cbb5e4f5d2 Date: Fri, 09 Nov 2018 08: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"}}} 2018-11-09 08:39:06,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-3f7ffd70-2587-4435-9f5e-16cbb5e4f5d2 2018-11-09 08:39:06,959 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image 2018-11-09 08:39:06,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11d5ea7e40f606868692ef98055f3b696dabbfd7" 2018-11-09 08:39:07,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-3d5ef1cd-0363-4274-934b-369a5985bf40 Date: Fri, 09 Nov 2018 08:39:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:39:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:39:06Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d08513f4-d356-4418-83d2-ced3dd9cd202/snap", "metadata": {}}], "self": "/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "min_disk": 0, "protected": false, "id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "file": "/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4d61085a85ac4f6395fa1a60a7c45de4", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d08513f4-d356-4418-83d2-ced3dd9cd202/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:39:07,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202 used request id req-3d5ef1cd-0363-4274-934b-369a5985bf40 2018-11-09 08:39:07,124 - create_image - DEBUG - Instance status is - active 2018-11-09 08:39:07,124 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image 2018-11-09 08:39:07,124 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image 2018-11-09 08:39:07,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:07,125 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:07,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a0e086f6c821438695bb3daa70ec0450", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role"}], "expires_at": "2018-11-09T09:39:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-user", "id": "a9277a0bc7ee4582bd545f270b21bda8"}, "audit_ids": ["xHpXvZYHTymZcK3qbZSUjQ"], "issued_at": "2018-11-09T08:39:07.000000Z"}} 2018-11-09 08:39:07,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f112d547638a165f9db95f9fdd11b42cf9542d7" 2018-11-09 08:39:07,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e711630e-11e5-455a-9a56-16be31f732c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:07,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e711630e-11e5-455a-9a56-16be31f732c6 2018-11-09 08:39:07,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f112d547638a165f9db95f9fdd11b42cf9542d7" 2018-11-09 08:39:07,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-71de6c14-99c7-4250-8de0-d93b33599ed7 Date: Fri, 09 Nov 2018 08:39:07 GMT RESP BODY: {"networks":[]} 2018-11-09 08:39:07,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-71de6c14-99c7-4250-8de0-d93b33599ed7 2018-11-09 08:39:07,749 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net 2018-11-09 08:39:07,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f112d547638a165f9db95f9fdd11b42cf9542d7" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net", "admin_state_up": true}}' 2018-11-09 08:39:08,411 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d747654a-35c4-49dc-8c09-936861e50544 Date: Fri, 09 Nov 2018 08:39:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"18446659-090e-45b1-a190-22c48de818e9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:39:08Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","mtu":1450}} 2018-11-09 08:39:08,411 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-d747654a-35c4-49dc-8c09-936861e50544 2018-11-09 08:39:08,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f112d547638a165f9db95f9fdd11b42cf9542d7" 2018-11-09 08:39:08,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-fce2e0db-9868-4e38-bc45-dc120224eddd Date: Fri, 09 Nov 2018 08: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":"2018-11-09T08:39:08Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:08,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=18446659-090e-45b1-a190-22c48de818e9 used request id req-fce2e0db-9868-4e38-bc45-dc120224eddd 2018-11-09 08:39:08,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f112d547638a165f9db95f9fdd11b42cf9542d7" 2018-11-09 08:39:08,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a247b374-3a31-41a9-9bf4-ac902363441d Date: Fri, 09 Nov 2018 08:39:08 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:39:08,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-a247b374-3a31-41a9-9bf4-ac902363441d 2018-11-09 08:39:08,962 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet 2018-11-09 08:39:08,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f112d547638a165f9db95f9fdd11b42cf9542d7" -d '{"subnets": [{"ip_version": 4, "network_id": "18446659-090e-45b1-a190-22c48de818e9", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]}' 2018-11-09 08:39:09,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-05b6570c-6e70-4d52-accf-14fd8bfd5f7f Date: Fri, 09 Nov 2018 08:39:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:09,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-05b6570c-6e70-4d52-accf-14fd8bfd5f7f 2018-11-09 08:39:09,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f112d547638a165f9db95f9fdd11b42cf9542d7" 2018-11-09 08:39:09,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e5a2dbee-979c-42f7-b799-0169c1dd6dfa Date: Fri, 09 Nov 2018 08: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":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:09,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=18446659-090e-45b1-a190-22c48de818e9 used request id req-e5a2dbee-979c-42f7-b799-0169c1dd6dfa 2018-11-09 08:39:09,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f112d547638a165f9db95f9fdd11b42cf9542d7" 2018-11-09 08:39:09,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-06357bc1-063e-4fa8-9329-f0ec4d163361 Date: Fri, 09 Nov 2018 08:39:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:09,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-06357bc1-063e-4fa8-9329-f0ec4d163361 2018-11-09 08:39:09,972 - OpenStackNetwork - DEBUG - Network [18446659-090e-45b1-a190-22c48de818e9] created successfully 2018-11-09 08:39:09,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:09,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:10,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a0e086f6c821438695bb3daa70ec0450", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role"}], "expires_at": "2018-11-09T09:39:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-user", "id": "a9277a0bc7ee4582bd545f270b21bda8"}, "audit_ids": ["MBxXJFFWTN660_wQwvWwHA"], "issued_at": "2018-11-09T08:39:10.000000Z"}} 2018-11-09 08:39:10,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:10,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d265e1-02cf-43d3-80e6-0dbe2e5c3e57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:10,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d3d265e1-02cf-43d3-80e6-0dbe2e5c3e57 2018-11-09 08:39:10,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:10,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3e46ff77-7ab5-4bc5-8d24-2052cfb1d64c Date: Fri, 09 Nov 2018 08:39:10 GMT RESP BODY: {"routers": []} 2018-11-09 08:39:10,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router&admin_state_up=True used request id req-3e46ff77-7ab5-4bc5-8d24-2052cfb1d64c 2018-11-09 08:39:10,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:10,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:11,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a0e086f6c821438695bb3daa70ec0450", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role"}], "expires_at": "2018-11-09T09:39:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-user", "id": "a9277a0bc7ee4582bd545f270b21bda8"}, "audit_ids": ["ZnJxCgJqS1m6l_daE8Y5jQ"], "issued_at": "2018-11-09T08:39:11.000000Z"}} 2018-11-09 08:39:11,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42e969e2326ddd1ba07f39be7fd72e98d312a830" 2018-11-09 08:39:11,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823526cf-2cc3-4cc0-ab9c-a9d917202ddb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:11,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-823526cf-2cc3-4cc0-ab9c-a9d917202ddb 2018-11-09 08:39:11,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:11,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-76169a7e-d4f1-485e-93e4-531916e9b50c Date: Fri, 09 Nov 2018 08:39:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:39:11,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-76169a7e-d4f1-485e-93e4-531916e9b50c 2018-11-09 08:39:11,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:11,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5698ce86-1d27-4af5-9bca-616829b780eb Date: Fri, 09 Nov 2018 08:39:11 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:39:11,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-5698ce86-1d27-4af5-9bca-616829b780eb 2018-11-09 08:39:11,600 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router 2018-11-09 08:39:11,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router", "admin_state_up": true}}' 2018-11-09 08:39:16,828 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-1e5ccf58-cc7f-4547-8e07-9a94f917b371 Date: Fri, 09 Nov 2018 08:39:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:12Z", "admin_state_up": true, "updated_at": "2018-11-09T08:39:13Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "67260f62-cb62-4826-b066-f07c8d77b791", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router"}} 2018-11-09 08:39:16,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-1e5ccf58-cc7f-4547-8e07-9a94f917b371 2018-11-09 08:39:16,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=67260f62-cb62-4826-b066-f07c8d77b791 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:17,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-eba9dc5a-5b61-486a-bd36-7d7c8e364bb5 Date: Fri, 09 Nov 2018 08:39:17 GMT RESP BODY: {"ports":[]} 2018-11-09 08:39:17,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=67260f62-cb62-4826-b066-f07c8d77b791 used request id req-eba9dc5a-5b61-486a-bd36-7d7c8e364bb5 2018-11-09 08:39:17,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:17,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-23c84b25-7f1a-4b36-9ed7-899198e16267 Date: Fri, 09 Nov 2018 08: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":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:17,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-23c84b25-7f1a-4b36-9ed7-899198e16267 2018-11-09 08:39:17,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:39:17,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:39: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:39:17,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:17,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-336bbca0-5a1f-480d-a017-b27252d39287 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:17,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-336bbca0-5a1f-480d-a017-b27252d39287 2018-11-09 08:39:17,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:17,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-558fbac9-8361-4eb2-a639-e2d54dd81a39 Date: Fri, 09 Nov 2018 08:39:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:17,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-558fbac9-8361-4eb2-a639-e2d54dd81a39 2018-11-09 08:39:17,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:17,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-12c732e1-2af8-4ae4-bde5-958993a75d31 Date: Fri, 09 Nov 2018 08:39:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:17,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet used request id req-12c732e1-2af8-4ae4-bde5-958993a75d31 2018-11-09 08:39:17,820 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:39:17,820 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router 2018-11-09 08:39:17,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/67260f62-cb62-4826-b066-f07c8d77b791/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" -d '{"subnet_id": "785df86d-a5bb-440f-84fd-429bd72d4e27"}' 2018-11-09 08:39:19,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-84ca3bf1-99cd-4c8d-8c4b-1f6637ad00b7 Date: Fri, 09 Nov 2018 08:39:19 GMT RESP BODY: {"network_id": "18446659-090e-45b1-a190-22c48de818e9", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "subnet_id": "785df86d-a5bb-440f-84fd-429bd72d4e27", "subnet_ids": ["785df86d-a5bb-440f-84fd-429bd72d4e27"], "port_id": "bf9b8f81-fc36-47f3-ac93-fba75d5afdc1", "id": "67260f62-cb62-4826-b066-f07c8d77b791"} 2018-11-09 08:39:19,951 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/67260f62-cb62-4826-b066-f07c8d77b791/add_router_interface used request id req-84ca3bf1-99cd-4c8d-8c4b-1f6637ad00b7 2018-11-09 08:39:19,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/67260f62-cb62-4826-b066-f07c8d77b791 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:20,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-74431737-4b33-4dd1-8ec8-1d42f6001fc6 Date: Fri, 09 Nov 2018 08:39:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:12Z", "admin_state_up": true, "updated_at": "2018-11-09T08:39:18Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "67260f62-cb62-4826-b066-f07c8d77b791", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router"}} 2018-11-09 08:39:20,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/67260f62-cb62-4826-b066-f07c8d77b791 used request id req-74431737-4b33-4dd1-8ec8-1d42f6001fc6 2018-11-09 08:39:20,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=67260f62-cb62-4826-b066-f07c8d77b791 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:20,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-50d6aa6f-604c-4446-925f-9cb0f1943fd3 Date: Fri, 09 Nov 2018 08:39:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.1"}],"id":"bf9b8f81-fc36-47f3-ac93-fba75d5afdc1","security_groups":[],"mac_address":"fa:16:3e:cd:68:df","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:18Z","binding:vnic_type":"normal","device_id":"67260f62-cb62-4826-b066-f07c8d77b791"}]} 2018-11-09 08:39:20,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=67260f62-cb62-4826-b066-f07c8d77b791 used request id req-50d6aa6f-604c-4446-925f-9cb0f1943fd3 2018-11-09 08:39:20,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/785df86d-a5bb-440f-84fd-429bd72d4e27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:39:20,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-2e58cdb7-3ec4-41b0-8258-b409899d1d63 Date: Fri, 09 Nov 2018 08:39:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}} 2018-11-09 08:39:20,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/785df86d-a5bb-440f-84fd-429bd72d4e27 used request id req-2e58cdb7-3ec4-41b0-8258-b409899d1d63 2018-11-09 08:39:20,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:20,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:20,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:39:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["enarv_TbRLSvl_RdU0tKvg"], "issued_at": "2018-11-09T08:39:20.000000Z"}} 2018-11-09 08:39:20,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8c5e1013419ba73b8575328123b265a63a70bcc" 2018-11-09 08:39:20,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ffabdc-1d7f-4685-bb6c-3d91b45e40f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:20,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c0ffabdc-1d7f-4685-bb6c-3d91b45e40f3 2018-11-09 08:39:20,890 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:39:20,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8c5e1013419ba73b8575328123b265a63a70bcc" 2018-11-09 08:39:21,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98c4c2af-ed4b-4485-a230-c775628a22bc x-compute-request-id: req-98c4c2af-ed4b-4485-a230-c775628a22bc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:39:21,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-98c4c2af-ed4b-4485-a230-c775628a22bc 2018-11-09 08:39:21,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8c5e1013419ba73b8575328123b265a63a70bcc" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:39:21,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39: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-136dddf8-3888-4773-9644-cac67e9aaa26 x-compute-request-id: req-136dddf8-3888-4773-9644-cac67e9aaa26 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:39:21,145 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-136dddf8-3888-4773-9644-cac67e9aaa26 2018-11-09 08:39:21,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:21,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:21,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a0e086f6c821438695bb3daa70ec0450", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role"}], "expires_at": "2018-11-09T09:39:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-user", "id": "a9277a0bc7ee4582bd545f270b21bda8"}, "audit_ids": ["2kyAACAKSyGNGe8kvIKdUw"], "issued_at": "2018-11-09T08:39:21.000000Z"}} 2018-11-09 08:39:21,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43676977d9465c6c29bdfe28a29e9be764f3fff" 2018-11-09 08:39:21,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f74f3f-5fe3-45d5-b39f-3a88d8cb1522 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:21,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a9f74f3f-5fe3-45d5-b39f-3a88d8cb1522 2018-11-09 08:39:21,670 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:39:21,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43676977d9465c6c29bdfe28a29e9be764f3fff" 2018-11-09 08:39:21,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39: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-99b3d9c3-7364-4262-9e76-027a5030e13d x-compute-request-id: req-99b3d9c3-7364-4262-9e76-027a5030e13d Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:39:21,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-99b3d9c3-7364-4262-9e76-027a5030e13d 2018-11-09 08:39:21,839 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp... 2018-11-09 08:39:21,839 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:39:21,865 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp 2018-11-09 08:39:21,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43676977d9465c6c29bdfe28a29e9be764f3fff" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC99odQeYImqZzt0D3rANuvF9LQA71fxCBCfZD/h3WgxK9x/NH+mRHc2m5wg5iDk6qvTaASS40CHqfVRDpQcsRhuhzXsBeAHAoC0TGLktOAD48EOuzNbLWZReKGfLXcxPAjE/N+74wdfGqySxHjZYgR0dAJS5u/gjB3VgTz2zpNAQ==", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp"}}' 2018-11-09 08:39:21,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39: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-6906289c-b511-471b-b020-b603673dfc7c x-compute-request-id: req-6906289c-b511-471b-b020-b603673dfc7c Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC99odQeYImqZzt0D3rANuvF9LQA71fxCBCfZD/h3WgxK9x/NH+mRHc2m5wg5iDk6qvTaASS40CHqfVRDpQcsRhuhzXsBeAHAoC0TGLktOAD48EOuzNbLWZReKGfLXcxPAjE/N+74wdfGqySxHjZYgR0dAJS5u/gjB3VgTz2zpNAQ==", "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "fingerprint": "e5:ee:bf:14:b7:1b:ec:cc:ba:06:19:48:bf:6f:44:f2"}} 2018-11-09 08:39:21,940 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-6906289c-b511-471b-b020-b603673dfc7c 2018-11-09 08:39:21,942 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0.pub 2018-11-09 08:39:21,943 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0 2018-11-09 08:39:21,943 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:21,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:22,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a0e086f6c821438695bb3daa70ec0450", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role"}], "expires_at": "2018-11-09T09:39:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-user", "id": "a9277a0bc7ee4582bd545f270b21bda8"}, "audit_ids": ["c04z9PGcQgChUf4TqwgAHw"], "issued_at": "2018-11-09T08:39:22.000000Z"}} 2018-11-09 08:39:22,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:22,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e073ac3f-fd39-4057-a2e3-110763dd8824 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:22,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e073ac3f-fd39-4057-a2e3-110763dd8824 2018-11-09 08:39:22,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:22,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-aa6e351f-99c7-4179-89d0-91499e23d5a7 Date: Fri, 09 Nov 2018 08:39:22 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:39:22,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp used request id req-aa6e351f-99c7-4179-89d0-91499e23d5a7 2018-11-09 08:39:22,575 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp... 2018-11-09 08:39:22,575 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp 2018-11-09 08:39:22,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp"}}' 2018-11-09 08:39:22,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-033fe035-5fb8-42e0-974a-417dd8789893 Date: Fri, 09 Nov 2018 08:39:22 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "updated_at": "2018-11-09T08:39:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "2d2bb01c-6421-4f42-a683-9887916fc0db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "9086ff63-5556-427a-a232-dd62d18d4e2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}], "revision_number": 2, "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp"}} 2018-11-09 08:39:22,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-033fe035-5fb8-42e0-974a-417dd8789893 2018-11-09 08:39:22,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c06e4efe-e795-4cc7-9598-202b9dd556fe 2018-11-09 08:39:22,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:23,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-300d1eba-3a93-44a3-8ad9-71a10a48abaf Date: Fri, 09 Nov 2018 08:39:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "2d2bb01c-6421-4f42-a683-9887916fc0db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "9086ff63-5556-427a-a232-dd62d18d4e2e"}]} 2018-11-09 08:39:23,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-300d1eba-3a93-44a3-8ad9-71a10a48abaf 2018-11-09 08:39:23,123 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c06e4efe-e795-4cc7-9598-202b9dd556fe 2018-11-09 08:39:23,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:23,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5308ead8-90f2-45a1-b265-93aae2451595 Date: Fri, 09 Nov 2018 08:39:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "2d2bb01c-6421-4f42-a683-9887916fc0db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "9086ff63-5556-427a-a232-dd62d18d4e2e"}]} 2018-11-09 08:39:23,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-5308ead8-90f2-45a1-b265-93aae2451595 2018-11-09 08:39:23,304 - neutron_utils - INFO - Retrieving security group with ID - c06e4efe-e795-4cc7-9598-202b9dd556fe 2018-11-09 08:39:23,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:23,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-e2f2b9c1-8618-44fd-9ba0-2903c974c5cc Date: Fri, 09 Nov 2018 08:39:23 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "updated_at": "2018-11-09T08:39:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "2d2bb01c-6421-4f42-a683-9887916fc0db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "9086ff63-5556-427a-a232-dd62d18d4e2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}], "revision_number": 2, "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp"}]} 2018-11-09 08:39:23,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-e2f2b9c1-8618-44fd-9ba0-2903c974c5cc 2018-11-09 08:39:23,514 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c06e4efe-e795-4cc7-9598-202b9dd556fe 2018-11-09 08:39:23,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:23,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-845cef85-f02d-44c0-b3e6-1873fdba7ddc Date: Fri, 09 Nov 2018 08:39:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "2d2bb01c-6421-4f42-a683-9887916fc0db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "9086ff63-5556-427a-a232-dd62d18d4e2e"}]} 2018-11-09 08:39:23,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-845cef85-f02d-44c0-b3e6-1873fdba7ddc 2018-11-09 08:39:23,689 - neutron_utils - INFO - Retrieving security group with ID - c06e4efe-e795-4cc7-9598-202b9dd556fe 2018-11-09 08:39:23,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:23,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-57b3d7b4-2c64-471b-bdee-5b466afc16c1 Date: Fri, 09 Nov 2018 08:39:23 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "updated_at": "2018-11-09T08:39:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "2d2bb01c-6421-4f42-a683-9887916fc0db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "9086ff63-5556-427a-a232-dd62d18d4e2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}], "revision_number": 2, "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp"}]} 2018-11-09 08:39:23,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-57b3d7b4-2c64-471b-bdee-5b466afc16c1 2018-11-09 08:39:23,876 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c06e4efe-e795-4cc7-9598-202b9dd556fe 2018-11-09 08:39:23,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:24,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-746fc8f3-91c9-4da6-bed2-3163d08b9463 Date: Fri, 09 Nov 2018 08:39:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "2d2bb01c-6421-4f42-a683-9887916fc0db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "9086ff63-5556-427a-a232-dd62d18d4e2e"}]} 2018-11-09 08:39:24,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-746fc8f3-91c9-4da6-bed2-3163d08b9463 2018-11-09 08:39:24,062 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp 2018-11-09 08:39:24,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:24,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-61cc5e64-0489-4bf2-9257-c5fc2086f6e0 Date: Fri, 09 Nov 2018 08:39:24 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "updated_at": "2018-11-09T08:39:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "2d2bb01c-6421-4f42-a683-9887916fc0db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "9086ff63-5556-427a-a232-dd62d18d4e2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}], "revision_number": 2, "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp"}]} 2018-11-09 08:39:24,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp used request id req-61cc5e64-0489-4bf2-9257-c5fc2086f6e0 2018-11-09 08:39:24,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:39:24,266 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:39:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:39:24,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:24,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea0569f3-bfdb-42c0-bc89-582708febec0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:24,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-ea0569f3-bfdb-42c0-bc89-582708febec0 2018-11-09 08:39:24,344 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c06e4efe-e795-4cc7-9598-202b9dd556fe 2018-11-09 08:39:24,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:24,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fbd064ea-4bb4-431d-a88a-f349f1394773 Date: Fri, 09 Nov 2018 08:39:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "2d2bb01c-6421-4f42-a683-9887916fc0db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "9086ff63-5556-427a-a232-dd62d18d4e2e"}]} 2018-11-09 08:39:24,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-fbd064ea-4bb4-431d-a88a-f349f1394773 2018-11-09 08:39:24,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}4c9c201df7e00a9635aa7779894180d7efcfa862" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe"}}' 2018-11-09 08:39:24,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-4d4e53b7-e299-4a74-bdf5-88e3a177978e Date: Fri, 09 Nov 2018 08:39:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:24Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:24Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "1e6452c4-0a2a-4928-bd77-6f52a4e9a3c7"}} 2018-11-09 08:39:24,671 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-4d4e53b7-e299-4a74-bdf5-88e3a177978e 2018-11-09 08:39:24,671 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp 2018-11-09 08:39:24,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:24,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-9776aa62-94bd-4d40-a544-a8dfb48a24ee Date: Fri, 09 Nov 2018 08:39:24 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "updated_at": "2018-11-09T08:39:24Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:24Z", "revision_number": 0, "id": "1e6452c4-0a2a-4928-bd77-6f52a4e9a3c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:24Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "2d2bb01c-6421-4f42-a683-9887916fc0db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "9086ff63-5556-427a-a232-dd62d18d4e2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}], "revision_number": 3, "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp"}]} 2018-11-09 08:39:24,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp used request id req-9776aa62-94bd-4d40-a544-a8dfb48a24ee 2018-11-09 08:39:24,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:24,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5b3a5d4-ece8-4793-aeec-fb50c862cd29 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:24,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-a5b3a5d4-ece8-4793-aeec-fb50c862cd29 2018-11-09 08:39:24,948 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c06e4efe-e795-4cc7-9598-202b9dd556fe 2018-11-09 08:39:24,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:25,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-5dbf5b99-97ca-4d5e-9750-c0171e70e76e Date: Fri, 09 Nov 2018 08:39:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:24Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:24Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "1e6452c4-0a2a-4928-bd77-6f52a4e9a3c7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "2d2bb01c-6421-4f42-a683-9887916fc0db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "9086ff63-5556-427a-a232-dd62d18d4e2e"}]} 2018-11-09 08:39:25,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-5dbf5b99-97ca-4d5e-9750-c0171e70e76e 2018-11-09 08:39:25,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}4c9c201df7e00a9635aa7779894180d7efcfa862" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe"}}' 2018-11-09 08:39:25,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-6e46357d-d74a-457d-8ab8-43aded15271e Date: Fri, 09 Nov 2018 08:39:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:39:25Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": 22, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:25Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "1ed3c29c-ba2e-4fb8-b5d2-2bd2fa102d04"}} 2018-11-09 08:39:25,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-6e46357d-d74a-457d-8ab8-43aded15271e 2018-11-09 08:39:25,437 - neutron_utils - INFO - Retrieving security group with ID - c06e4efe-e795-4cc7-9598-202b9dd556fe 2018-11-09 08:39:25,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:25,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-213da656-6163-4d8f-860b-482582895d01 Date: Fri, 09 Nov 2018 08:39:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "updated_at": "2018-11-09T08:39:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:24Z", "revision_number": 0, "id": "1e6452c4-0a2a-4928-bd77-6f52a4e9a3c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:24Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:39:25Z", "revision_number": 0, "id": "1ed3c29c-ba2e-4fb8-b5d2-2bd2fa102d04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:25Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "2d2bb01c-6421-4f42-a683-9887916fc0db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "revision_number": 0, "id": "9086ff63-5556-427a-a232-dd62d18d4e2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}], "revision_number": 4, "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp"}]} 2018-11-09 08:39:25,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-213da656-6163-4d8f-860b-482582895d01 2018-11-09 08:39:25,490 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c06e4efe-e795-4cc7-9598-202b9dd556fe 2018-11-09 08:39:25,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:25,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-9b678338-39d1-46bc-970e-9ef8e65ae1ba Date: Fri, 09 Nov 2018 08:39:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:24Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:24Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "1e6452c4-0a2a-4928-bd77-6f52a4e9a3c7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:39:25Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": 22, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:25Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "1ed3c29c-ba2e-4fb8-b5d2-2bd2fa102d04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "2d2bb01c-6421-4f42-a683-9887916fc0db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:22Z", "security_group_id": "c06e4efe-e795-4cc7-9598-202b9dd556fe", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:22Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "9086ff63-5556-427a-a232-dd62d18d4e2e"}]} 2018-11-09 08:39:25,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-9b678338-39d1-46bc-970e-9ef8e65ae1ba 2018-11-09 08:39:25,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:25,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:26,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a0e086f6c821438695bb3daa70ec0450", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role"}], "expires_at": "2018-11-09T09:39:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-user", "id": "a9277a0bc7ee4582bd545f270b21bda8"}, "audit_ids": ["YsEXc69bSj2yX1WszG-KVA"], "issued_at": "2018-11-09T08:39:25.000000Z"}} 2018-11-09 08:39:26,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:26,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111f6eca-6065-42e8-b181-bf9c1dec17f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:26,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-111f6eca-6065-42e8-b181-bf9c1dec17f1 2018-11-09 08:39:26,127 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:39:26,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:26,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c76746d9-54c9-44bd-803e-83905d352468 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:26,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c76746d9-54c9-44bd-803e-83905d352468 2018-11-09 08:39:26,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:26,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bbece1a4-fe24-4d29-aa0d-ba7c37616297 Date: Fri, 09 Nov 2018 08:39:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:26,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-bbece1a4-fe24-4d29-aa0d-ba7c37616297 2018-11-09 08:39:26,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:39:26,631 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:39:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:39:26,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:26,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc993fc6-97f7-4219-aeeb-51de73b71dbc Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:26,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-cc993fc6-97f7-4219-aeeb-51de73b71dbc 2018-11-09 08:39:26,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:26,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d1598521-8c45-4b20-9698-cc8a027c5644 Date: Fri, 09 Nov 2018 08:39:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:26,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-d1598521-8c45-4b20-9698-cc8a027c5644 2018-11-09 08:39:26,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:27,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a1391f2b-7caf-4df8-a67a-d18ee4dc2cb3 Date: Fri, 09 Nov 2018 08:39:27 GMT RESP BODY: {"ports":[]} 2018-11-09 08:39:27,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1&admin_state_up=True used request id req-a1391f2b-7caf-4df8-a67a-d18ee4dc2cb3 2018-11-09 08:39:27,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:27,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50fc2272-7f4e-4943-a6be-936c3f9141eb x-compute-request-id: req-50fc2272-7f4e-4943-a6be-936c3f9141eb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:39:27,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst used request id req-50fc2272-7f4e-4943-a6be-936c3f9141eb 2018-11-09 08:39:27,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:27,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b2696e12-a494-4655-80f6-e452cfe3c457 Date: Fri, 09 Nov 2018 08:39: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":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:27,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-b2696e12-a494-4655-80f6-e452cfe3c457 2018-11-09 08:39:27,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:27,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a2dedd-9d9c-4c2a-8d97-1e99aa1074e2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:27,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-90a2dedd-9d9c-4c2a-8d97-1e99aa1074e2 2018-11-09 08:39:27,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:27,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-29cc78d7-c16c-4982-81ba-c4def6891a31 Date: Fri, 09 Nov 2018 08:39:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:27,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-29cc78d7-c16c-4982-81ba-c4def6891a31 2018-11-09 08:39:27,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:27,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-37e727e0-8e4e-4959-9d8a-efe696ea6127 Date: Fri, 09 Nov 2018 08:39:27 GMT RESP BODY: {"ports":[]} 2018-11-09 08:39:27,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1&admin_state_up=True used request id req-37e727e0-8e4e-4959-9d8a-efe696ea6127 2018-11-09 08:39:27,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:39:27,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:39:28,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a0e086f6c821438695bb3daa70ec0450", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role"}], "expires_at": "2018-11-09T09:39:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4d61085a85ac4f6395fa1a60a7c45de4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-user", "id": "a9277a0bc7ee4582bd545f270b21bda8"}, "audit_ids": ["VPX72oTUREmIH6NVnG21tw"], "issued_at": "2018-11-09T08:39:28.000000Z"}} 2018-11-09 08:39:28,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29957d321449e5fd20231fd5f1890f13cebf1093" 2018-11-09 08:39:28,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd093f27-e4e6-43e2-ba5b-d1ae894d7e93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:39:28,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fd093f27-e4e6-43e2-ba5b-d1ae894d7e93 2018-11-09 08:39:28,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:28,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0f25ff8d-ee41-4e24-a078-e97656f67fce Date: Fri, 09 Nov 2018 08: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":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:28,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-0f25ff8d-ee41-4e24-a078-e97656f67fce 2018-11-09 08:39:28,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:28,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-efdfb388-7e25-477f-b34a-1e0da6689bbc Date: Fri, 09 Nov 2018 08:39:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:28,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-efdfb388-7e25-477f-b34a-1e0da6689bbc 2018-11-09 08:39:28,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:28,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-eb42ea49-3bd9-416f-89c1-bb32259031bd Date: Fri, 09 Nov 2018 08: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":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:28,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-eb42ea49-3bd9-416f-89c1-bb32259031bd 2018-11-09 08:39:28,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:39:28,867 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:39:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:39:28,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29957d321449e5fd20231fd5f1890f13cebf1093" 2018-11-09 08:39:28,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae62d751-ae56-49b3-8b0d-6052641766b5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:28,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-ae62d751-ae56-49b3-8b0d-6052641766b5 2018-11-09 08:39:28,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:29,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cafdbbbd-c196-443a-bf41-573e54911398 Date: Fri, 09 Nov 2018 08:39:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:29,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-cafdbbbd-c196-443a-bf41-573e54911398 2018-11-09 08:39:29,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:29,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-242add34-fdc5-4fe8-9c00-61133631447f Date: Fri, 09 Nov 2018 08:39:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:29,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet used request id req-242add34-fdc5-4fe8-9c00-61133631447f 2018-11-09 08:39:29,216 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net 2018-11-09 08:39:29,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" -d '{"port": {"network_id": "18446659-090e-45b1-a190-22c48de818e9", "fixed_ips": [{"subnet_id": "785df86d-a5bb-440f-84fd-429bd72d4e27", "ip_address": "10.55.1.100"}], "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1", "admin_state_up": true}}' 2018-11-09 08:39:30,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-2eaceb8e-9567-494d-97ca-57e683c195fb Date: Fri, 09 Nov 2018 08:39:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.100"}],"id":"6d40f3a1-56eb-484f-979f-29f49098ae1e","security_groups":["494512f9-d6cc-4a8d-9a13-d55df579f12b"],"mac_address":"fa:16:3e:3b:42:89","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","qos_policy_id":null,"admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:29Z","binding:vnic_type":"normal"}} 2018-11-09 08:39:30,379 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-2eaceb8e-9567-494d-97ca-57e683c195fb 2018-11-09 08:39:30,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:30,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6ccf8f81-8a7b-49ec-af8b-200afde04b94 Date: Fri, 09 Nov 2018 08: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":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:30,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-6ccf8f81-8a7b-49ec-af8b-200afde04b94 2018-11-09 08:39:30,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:30,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdada806-30a8-4596-87b2-f1ef234fcd0f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:30,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-bdada806-30a8-4596-87b2-f1ef234fcd0f 2018-11-09 08:39:30,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:31,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-18b18cb4-5d67-4f9d-b047-219bf450a0db Date: Fri, 09 Nov 2018 08:39:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:31,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-18b18cb4-5d67-4f9d-b047-219bf450a0db 2018-11-09 08:39:31,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:31,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-15c3f26d-f767-409e-8fa5-2f246a980e5c Date: Fri, 09 Nov 2018 08:39:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.100"}],"id":"6d40f3a1-56eb-484f-979f-29f49098ae1e","security_groups":["494512f9-d6cc-4a8d-9a13-d55df579f12b"],"mac_address":"fa:16:3e:3b:42:89","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:29Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:39:31,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1&admin_state_up=True used request id req-15c3f26d-f767-409e-8fa5-2f246a980e5c 2018-11-09 08:39:31,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:31,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-162c3126-e477-4018-8640-3268bceef7da Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:31,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-162c3126-e477-4018-8640-3268bceef7da 2018-11-09 08:39:31,433 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst 2018-11-09 08:39:31,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:31,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39: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-f78b935e-240b-428f-bfe7-2cdd65b8ef98 x-compute-request-id: req-f78b935e-240b-428f-bfe7-2cdd65b8ef98 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-flavor-name"}]} 2018-11-09 08:39:31,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f78b935e-240b-428f-bfe7-2cdd65b8ef98 2018-11-09 08:39:31,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:31,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39: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-ff10e695-d1e6-49f6-af47-21524afb3e3a x-compute-request-id: req-ff10e695-d1e6-49f6-af47-21524afb3e3a Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:39:31,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6 used request id req-ff10e695-d1e6-49f6-af47-21524afb3e3a 2018-11-09 08:39:31,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:31,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-8b307e33-b3fd-43d9-917b-53d8b9c91ada Date: Fri, 09 Nov 2018 08:39:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:39:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:39:06Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d08513f4-d356-4418-83d2-ced3dd9cd202/snap", "metadata": {}}], "self": "/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "min_disk": 0, "protected": false, "id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "file": "/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4d61085a85ac4f6395fa1a60a7c45de4", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/d08513f4-d356-4418-83d2-ced3dd9cd202/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image"} 2018-11-09 08:39:31,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image used request id req-8b307e33-b3fd-43d9-917b-53d8b9c91ada 2018-11-09 08:39:31,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:31,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d5eb2d49-06f0-4a94-9350-1dc392aaeb62 Date: Fri, 09 Nov 2018 08:39:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:39:31,817 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d5eb2d49-06f0-4a94-9350-1dc392aaeb62 2018-11-09 08:39:31,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "imageRef": "d08513f4-d356-4418-83d2-ced3dd9cd202", "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "flavorRef": "cf401481-fbfc-448b-a221-51e5a737d4e6", "max_count": 1, "min_count": 1, "networks": [{"port": "6d40f3a1-56eb-484f-979f-29f49098ae1e"}]}}' 2018-11-09 08:39:33,059 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:39: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-7cdb10e4-4a7c-4958-86d4-1adac522754c x-compute-request-id: req-7cdb10e4-4a7c-4958-86d4-1adac522754c Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "adminPass": "WvB8XY4hH6YU"}} 2018-11-09 08:39:33,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-7cdb10e4-4a7c-4958-86d4-1adac522754c 2018-11-09 08:39:33,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:33,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-08ffb261-b03e-4d2e-ae95-ce349c55c765 x-compute-request-id: req-08ffb261-b03e-4d2e-ae95-ce349c55c765 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.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:39:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:33,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-08ffb261-b03e-4d2e-ae95-ce349c55c765 2018-11-09 08:39:33,411 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst 2018-11-09 08:39:33,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:33,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-3cd3d17e-a799-4263-873c-cf430d9e2f1b x-compute-request-id: req-3cd3d17e-a799-4263-873c-cf430d9e2f1b Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:39:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:33,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-3cd3d17e-a799-4263-873c-cf430d9e2f1b 2018-11-09 08:39:33,803 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst] is - BUILD 2018-11-09 08:39:33,803 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:39:36,806 - create_instance - DEBUG - VM status query timeout in 896.604578972 2018-11-09 08:39:36,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:37,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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,Accept-Encoding x-openstack-request-id: req-6af1e168-abc3-4fe9-b934-2423a2ea3339 x-compute-request-id: req-6af1e168-abc3-4fe9-b934-2423a2ea3339 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.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "security_groups": [{"name": "default"}], "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:39:34Z", "hostId": "9dbbb5fc36879cff82927005050cc9f8438fa4276599e7c9737b7b16", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:37,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-6af1e168-abc3-4fe9-b934-2423a2ea3339 2018-11-09 08:39:37,424 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst] is - BUILD 2018-11-09 08:39:37,425 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:39:40,428 - create_instance - DEBUG - VM status query timeout in 892.983259916 2018-11-09 08:39:40,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:41,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-afe559c8-63ac-4d33-9978-62b57aeda493 x-compute-request-id: req-afe559c8-63ac-4d33-9978-62b57aeda493 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:42:89", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:39:38.000000", "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "security_groups": [{"name": "default"}], "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:39:38Z", "hostId": "9dbbb5fc36879cff82927005050cc9f8438fa4276599e7c9737b7b16", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:41,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-afe559c8-63ac-4d33-9978-62b57aeda493 2018-11-09 08:39:41,319 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst] is - ACTIVE 2018-11-09 08:39:41,319 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:39:41,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:41,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39: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-8213b392-3fa9-4808-b271-3549730119bc x-compute-request-id: req-8213b392-3fa9-4808-b271-3549730119bc Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:42:89", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:39:38.000000", "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "security_groups": [{"name": "default"}], "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:39:38Z", "hostId": "9dbbb5fc36879cff82927005050cc9f8438fa4276599e7c9737b7b16", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:41,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-8213b392-3fa9-4808-b271-3549730119bc 2018-11-09 08:39:41,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:41,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-444688b3-9358-4f8d-a7df-00cd665c5069 Date: Fri, 09 Nov 2018 08:39: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":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:41,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-444688b3-9358-4f8d-a7df-00cd665c5069 2018-11-09 08:39:41,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:42,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6e10d03-f077-4a0b-b734-e6c81150ae89 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:42,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-a6e10d03-f077-4a0b-b734-e6c81150ae89 2018-11-09 08:39:42,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:42,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2e4e01f6-42f8-4019-ba2a-2a255e5b8ceb Date: Fri, 09 Nov 2018 08:39:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:42,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-2e4e01f6-42f8-4019-ba2a-2a255e5b8ceb 2018-11-09 08:39:42,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:42,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-1044f72e-6543-451e-9a50-eff036020395 Date: Fri, 09 Nov 2018 08:39:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.2"}],"id":"184d9ab3-89fc-4b24-a2bf-93a4d26930c5","security_groups":[],"mac_address":"fa:16:3e:ac:50:fa","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18446659-090e-45b1-a190-22c48de818e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.100"}],"id":"6d40f3a1-56eb-484f-979f-29f49098ae1e","security_groups":["494512f9-d6cc-4a8d-9a13-d55df579f12b"],"mac_address":"fa:16:3e:3b:42:89","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:29Z","binding:vnic_type":"normal","device_id":"bc403a44-f9b1-43fe-a316-4d32c779afb5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.3"}],"id":"768d494b-938c-4621-9654-0d9d0c5ad255","security_groups":[],"mac_address":"fa:16:3e:62:7b:50","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18446659-090e-45b1-a190-22c48de818e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.1"}],"id":"bf9b8f81-fc36-47f3-ac93-fba75d5afdc1","security_groups":[],"mac_address":"fa:16:3e:cd:68:df","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:18Z","binding:vnic_type":"normal","device_id":"67260f62-cb62-4826-b066-f07c8d77b791"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.4"}],"id":"ce2d46d4-68e3-4bfa-a609-b15116f96b21","security_groups":[],"mac_address":"fa:16:3e:38:28:8a","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18446659-090e-45b1-a190-22c48de818e9"}]} 2018-11-09 08:39:42,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-1044f72e-6543-451e-9a50-eff036020395 2018-11-09 08:39:42,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:42,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-06723659-c64b-4430-82ce-0d599dbc1b74 Date: Fri, 09 Nov 2018 08:39:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:12Z", "admin_state_up": true, "updated_at": "2018-11-09T08:39:18Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "67260f62-cb62-4826-b066-f07c8d77b791", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router"}]} 2018-11-09 08:39:42,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router used request id req-06723659-c64b-4430-82ce-0d599dbc1b74 2018-11-09 08:39:42,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:42,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb2d50e-27bc-4ae2-8032-4c8a4365f149 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:42,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-1cb2d50e-27bc-4ae2-8032-4c8a4365f149 2018-11-09 08:39:42,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=67260f62-cb62-4826-b066-f07c8d77b791 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:42,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-bfa69f4f-05b2-40f4-81c9-7e8a866d00b7 Date: Fri, 09 Nov 2018 08:39:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.1"}],"id":"bf9b8f81-fc36-47f3-ac93-fba75d5afdc1","security_groups":[],"mac_address":"fa:16:3e:cd:68:df","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:18Z","binding:vnic_type":"normal","device_id":"67260f62-cb62-4826-b066-f07c8d77b791"}]} 2018-11-09 08:39:42,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=67260f62-cb62-4826-b066-f07c8d77b791 used request id req-bfa69f4f-05b2-40f4-81c9-7e8a866d00b7 2018-11-09 08:39:42,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/785df86d-a5bb-440f-84fd-429bd72d4e27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:42,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ac22b625-0659-4d68-98f4-7532500380e8 Date: Fri, 09 Nov 2018 08:39:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}} 2018-11-09 08:39:42,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/785df86d-a5bb-440f-84fd-429bd72d4e27 used request id req-ac22b625-0659-4d68-98f4-7532500380e8 2018-11-09 08:39:42,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:43,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-09b04123-3cfd-4d8a-a347-b2cf89302d1c Date: Fri, 09 Nov 2018 08:39:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:39:43,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-09b04123-3cfd-4d8a-a347-b2cf89302d1c 2018-11-09 08:39:43,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:43,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c3c718ca-105b-4a09-8da9-0f1bd041b4f5 Date: Fri, 09 Nov 2018 08:39:43 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:39:43,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-c3c718ca-105b-4a09-8da9-0f1bd041b4f5 2018-11-09 08:39:43,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:43,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-3b63685f-11e3-4040-af89-2aedde873171 x-compute-request-id: req-3b63685f-11e3-4040-af89-2aedde873171 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:42:89", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:39:38.000000", "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "security_groups": [{"name": "default"}], "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:39:38Z", "hostId": "9dbbb5fc36879cff82927005050cc9f8438fa4276599e7c9737b7b16", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:43,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-3b63685f-11e3-4040-af89-2aedde873171 2018-11-09 08:39:43,871 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst] is - ACTIVE 2018-11-09 08:39:43,871 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:39:43,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:44,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-d4c9e64d-3515-4d1e-8a5e-11957171b7c5 x-compute-request-id: req-d4c9e64d-3515-4d1e-8a5e-11957171b7c5 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:42:89", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:39:38.000000", "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "security_groups": [{"name": "default"}], "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:39:38Z", "hostId": "9dbbb5fc36879cff82927005050cc9f8438fa4276599e7c9737b7b16", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:44,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-d4c9e64d-3515-4d1e-8a5e-11957171b7c5 2018-11-09 08:39:44,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:44,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f1ba24e9-6533-4a69-a43c-4f56f7ad487d Date: Fri, 09 Nov 2018 08:39: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":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:44,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-f1ba24e9-6533-4a69-a43c-4f56f7ad487d 2018-11-09 08:39:44,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:44,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea78f776-0143-4be9-8d75-0e15a4b00623 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:44,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-ea78f776-0143-4be9-8d75-0e15a4b00623 2018-11-09 08:39:44,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:44,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-483401d8-9cc9-4c8d-955e-3dba59fe1cb8 Date: Fri, 09 Nov 2018 08:39:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:44,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-483401d8-9cc9-4c8d-955e-3dba59fe1cb8 2018-11-09 08:39:44,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:44,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-cda7ea13-4aa5-4688-8947-4b56101ac595 Date: Fri, 09 Nov 2018 08:39:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.2"}],"id":"184d9ab3-89fc-4b24-a2bf-93a4d26930c5","security_groups":[],"mac_address":"fa:16:3e:ac:50:fa","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18446659-090e-45b1-a190-22c48de818e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.100"}],"id":"6d40f3a1-56eb-484f-979f-29f49098ae1e","security_groups":["494512f9-d6cc-4a8d-9a13-d55df579f12b"],"mac_address":"fa:16:3e:3b:42:89","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:29Z","binding:vnic_type":"normal","device_id":"bc403a44-f9b1-43fe-a316-4d32c779afb5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.3"}],"id":"768d494b-938c-4621-9654-0d9d0c5ad255","security_groups":[],"mac_address":"fa:16:3e:62:7b:50","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18446659-090e-45b1-a190-22c48de818e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.1"}],"id":"bf9b8f81-fc36-47f3-ac93-fba75d5afdc1","security_groups":[],"mac_address":"fa:16:3e:cd:68:df","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:18Z","binding:vnic_type":"normal","device_id":"67260f62-cb62-4826-b066-f07c8d77b791"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.4"}],"id":"ce2d46d4-68e3-4bfa-a609-b15116f96b21","security_groups":[],"mac_address":"fa:16:3e:38:28:8a","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18446659-090e-45b1-a190-22c48de818e9"}]} 2018-11-09 08:39:44,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-cda7ea13-4aa5-4688-8947-4b56101ac595 2018-11-09 08:39:44,961 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 08:39:44,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:45,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ef7cda39-478c-4ad9-af10-0bb41647cbbd Date: Fri, 09 Nov 2018 08:39:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:39:45,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-ef7cda39-478c-4ad9-af10-0bb41647cbbd 2018-11-09 08:39:45,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:45,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b1fcb1f5-cd83-4506-994e-463f099b379b Date: Fri, 09 Nov 2018 08:39:45 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:39:45,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-b1fcb1f5-cd83-4506-994e-463f099b379b 2018-11-09 08:39:45,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "port_id": "6d40f3a1-56eb-484f-979f-29f49098ae1e"}}' 2018-11-09 08:39:47,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-01070923-d201-45d3-9682-276f2b6c859a Date: Fri, 09 Nov 2018 08:39:47 GMT RESP BODY: {"floatingip": {"router_id": "67260f62-cb62-4826-b066-f07c8d77b791", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:46Z", "updated_at": "2018-11-09T08:39:46Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.55.1.100", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_id": "6d40f3a1-56eb-484f-979f-29f49098ae1e", "id": "b568047b-0925-42f3-87ec-72572cd3d0c5"}} 2018-11-09 08:39:47,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-01070923-d201-45d3-9682-276f2b6c859a 2018-11-09 08:39:47,470 - create_instance - INFO - Created floating IP 172.30.9.200 via router - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router 2018-11-09 08:39:47,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:47,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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,Accept-Encoding x-openstack-request-id: req-87d34bd5-ef05-4b59-a854-da3f7864127e x-compute-request-id: req-87d34bd5-ef05-4b59-a854-da3f7864127e Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:42:89", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:39:38.000000", "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "security_groups": [{"name": "default"}], "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:39:38Z", "hostId": "9dbbb5fc36879cff82927005050cc9f8438fa4276599e7c9737b7b16", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:47,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-87d34bd5-ef05-4b59-a854-da3f7864127e 2018-11-09 08:39:47,954 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst] is - ACTIVE 2018-11-09 08:39:47,954 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:39:47,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:48,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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,Accept-Encoding x-openstack-request-id: req-e5fec764-d119-4378-89c8-6cbf4f003288 x-compute-request-id: req-e5fec764-d119-4378-89c8-6cbf4f003288 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:42:89", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:39:38.000000", "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "security_groups": [{"name": "default"}], "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:39:38Z", "hostId": "9dbbb5fc36879cff82927005050cc9f8438fa4276599e7c9737b7b16", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:48,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-e5fec764-d119-4378-89c8-6cbf4f003288 2018-11-09 08:39:48,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:48,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2a7c9eef-5588-4e45-8ecf-d096c8abbd9b Date: Fri, 09 Nov 2018 08:39: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":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:48,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-2a7c9eef-5588-4e45-8ecf-d096c8abbd9b 2018-11-09 08:39:48,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:48,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d8912ed-da6d-4af5-bb8c-40f136b8a9e7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:48,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-7d8912ed-da6d-4af5-bb8c-40f136b8a9e7 2018-11-09 08:39:48,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:48,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0b05fe34-c901-4ca6-a5c7-f012b7ad3e32 Date: Fri, 09 Nov 2018 08:39:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:48,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-0b05fe34-c901-4ca6-a5c7-f012b7ad3e32 2018-11-09 08:39:48,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:48,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-02897013-83d4-4588-aa16-27e7c791ee0f Date: Fri, 09 Nov 2018 08:39:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.2"}],"id":"184d9ab3-89fc-4b24-a2bf-93a4d26930c5","security_groups":[],"mac_address":"fa:16:3e:ac:50:fa","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18446659-090e-45b1-a190-22c48de818e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.100"}],"id":"6d40f3a1-56eb-484f-979f-29f49098ae1e","security_groups":["494512f9-d6cc-4a8d-9a13-d55df579f12b"],"mac_address":"fa:16:3e:3b:42:89","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:29Z","binding:vnic_type":"normal","device_id":"bc403a44-f9b1-43fe-a316-4d32c779afb5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.3"}],"id":"768d494b-938c-4621-9654-0d9d0c5ad255","security_groups":[],"mac_address":"fa:16:3e:62:7b:50","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18446659-090e-45b1-a190-22c48de818e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.1"}],"id":"bf9b8f81-fc36-47f3-ac93-fba75d5afdc1","security_groups":[],"mac_address":"fa:16:3e:cd:68:df","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:18Z","binding:vnic_type":"normal","device_id":"67260f62-cb62-4826-b066-f07c8d77b791"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.4"}],"id":"ce2d46d4-68e3-4bfa-a609-b15116f96b21","security_groups":[],"mac_address":"fa:16:3e:38:28:8a","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18446659-090e-45b1-a190-22c48de818e9"}]} 2018-11-09 08:39:48,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-02897013-83d4-4588-aa16-27e7c791ee0f 2018-11-09 08:39:48,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:49,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11179389-b244-4466-80b1-dec12c8de0c9 x-compute-request-id: req-11179389-b244-4466-80b1-dec12c8de0c9 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:42:89", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:42:89", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:39:38.000000", "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "security_groups": [{"name": "default"}], "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:39:38Z", "hostId": "9dbbb5fc36879cff82927005050cc9f8438fa4276599e7c9737b7b16", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:49,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-11179389-b244-4466-80b1-dec12c8de0c9 2018-11-09 08:39:49,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:49,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-85b215a5-145d-407e-a706-4a2ccb0971fa Date: Fri, 09 Nov 2018 08:39: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":["785df86d-a5bb-440f-84fd-429bd72d4e27"],"updated_at":"2018-11-09T08:39:09Z","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4d61085a85ac4f6395fa1a60a7c45de4","id":"18446659-090e-45b1-a190-22c48de818e9","name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net"}]} 2018-11-09 08:39:49,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net used request id req-85b215a5-145d-407e-a706-4a2ccb0971fa 2018-11-09 08:39:49,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:49,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d787488a-4284-43f2-9688-6cc9088ded5e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:39:49,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-d787488a-4284-43f2-9688-6cc9088ded5e 2018-11-09 08:39:49,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:49,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-acd3d078-11a0-4b20-bdda-37d1248a2564 Date: Fri, 09 Nov 2018 08:39:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","dns_nameservers":[],"updated_at":"2018-11-09T08:39: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":"4d61085a85ac4f6395fa1a60a7c45de4","id":"785df86d-a5bb-440f-84fd-429bd72d4e27","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet"}]} 2018-11-09 08:39:49,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-acd3d078-11a0-4b20-bdda-37d1248a2564 2018-11-09 08:39:49,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:50,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-de35da7f-c326-4b83-941e-004da9f2f64d Date: Fri, 09 Nov 2018 08:39:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.2"}],"id":"184d9ab3-89fc-4b24-a2bf-93a4d26930c5","security_groups":[],"mac_address":"fa:16:3e:ac:50:fa","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18446659-090e-45b1-a190-22c48de818e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.100"}],"id":"6d40f3a1-56eb-484f-979f-29f49098ae1e","security_groups":["494512f9-d6cc-4a8d-9a13-d55df579f12b"],"mac_address":"fa:16:3e:3b:42:89","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:29Z","binding:vnic_type":"normal","device_id":"bc403a44-f9b1-43fe-a316-4d32c779afb5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.3"}],"id":"768d494b-938c-4621-9654-0d9d0c5ad255","security_groups":[],"mac_address":"fa:16:3e:62:7b:50","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18446659-090e-45b1-a190-22c48de818e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.1"}],"id":"bf9b8f81-fc36-47f3-ac93-fba75d5afdc1","security_groups":[],"mac_address":"fa:16:3e:cd:68:df","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:18Z","binding:vnic_type":"normal","device_id":"67260f62-cb62-4826-b066-f07c8d77b791"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:39:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"785df86d-a5bb-440f-84fd-429bd72d4e27","ip_address":"10.55.1.4"}],"id":"ce2d46d4-68e3-4bfa-a609-b15116f96b21","security_groups":[],"mac_address":"fa:16:3e:38:28:8a","project_id":"4d61085a85ac4f6395fa1a60a7c45de4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18446659-090e-45b1-a190-22c48de818e9","tenant_id":"4d61085a85ac4f6395fa1a60a7c45de4","created_at":"2018-11-09T08:39:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18446659-090e-45b1-a190-22c48de818e9"}]} 2018-11-09 08:39:50,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=18446659-090e-45b1-a190-22c48de818e9 used request id req-de35da7f-c326-4b83-941e-004da9f2f64d 2018-11-09 08:39:50,115 - create_instance - INFO - Deleting Floating IP - 172.30.9.200 2018-11-09 08:39:50,115 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.200 2018-11-09 08:39:50,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/b568047b-0925-42f3-87ec-72572cd3d0c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:51,127 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4508a78b-ba0a-4c93-bdf8-0404285678e4 Content-Length: 0 Date: Fri, 09 Nov 2018 08:39:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:39:51,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/b568047b-0925-42f3-87ec-72572cd3d0c5 used request id req-4508a78b-ba0a-4c93-bdf8-0404285678e4 2018-11-09 08:39:51,128 - create_instance - INFO - Deleting Port with ID - 6d40f3a1-56eb-484f-979f-29f49098ae1e 2018-11-09 08:39:51,128 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0port-1 2018-11-09 08:39:51,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/6d40f3a1-56eb-484f-979f-29f49098ae1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:51,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-07dc314c-884d-42bb-8991-c4f260a1f9cf Date: Fri, 09 Nov 2018 08:39:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:39:51,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/6d40f3a1-56eb-484f-979f-29f49098ae1e used request id req-07dc314c-884d-42bb-8991-c4f260a1f9cf 2018-11-09 08:39:51,576 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst 2018-11-09 08:39:51,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:51,761 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:39:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d6bf324-f2ff-47b1-bfca-a5aa8e09e179 x-compute-request-id: req-0d6bf324-f2ff-47b1-bfca-a5aa8e09e179 Content-Type: application/json 2018-11-09 08:39:51,761 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-0d6bf324-f2ff-47b1-bfca-a5aa8e09e179 2018-11-09 08:39:51,761 - create_instance - INFO - Checking deletion status 2018-11-09 08:39:51,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:52,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf635af9-874a-4f1b-81e4-c775e4151563 x-compute-request-id: req-cf635af9-874a-4f1b-81e4-c775e4151563 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.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:39:38.000000", "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:39:51Z", "hostId": "9dbbb5fc36879cff82927005050cc9f8438fa4276599e7c9737b7b16", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:52,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-cf635af9-874a-4f1b-81e4-c775e4151563 2018-11-09 08:39:52,001 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst] is - ACTIVE 2018-11-09 08:39:52,001 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:39:55,004 - create_instance - DEBUG - VM status query timeout in 296.75749588 2018-11-09 08:39:55,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:55,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:39: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-33b4d0ac-5029-45ee-b99c-e761420022d4 x-compute-request-id: req-33b4d0ac-5029-45ee-b99c-e761420022d4 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.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5", "rel": "bookmark"}], "image": {"id": "d08513f4-d356-4418-83d2-ced3dd9cd202", "links": [{"href": "http://172.30.9.27:8774/images/d08513f4-d356-4418-83d2-ced3dd9cd202", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:39:38.000000", "flavor": {"id": "cf401481-fbfc-448b-a221-51e5a737d4e6", "links": [{"href": "http://172.30.9.27:8774/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6", "rel": "bookmark"}]}, "id": "bc403a44-f9b1-43fe-a316-4d32c779afb5", "user_id": "a9277a0bc7ee4582bd545f270b21bda8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:39:51Z", "hostId": "9dbbb5fc36879cff82927005050cc9f8438fa4276599e7c9737b7b16", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp", "name": "CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst", "created": "2018-11-09T08:39:33Z", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:39:55,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-33b4d0ac-5029-45ee-b99c-e761420022d4 2018-11-09 08:39:55,409 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst] is - ACTIVE 2018-11-09 08:39:55,409 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:39:58,412 - create_instance - DEBUG - VM status query timeout in 293.349458933 2018-11-09 08:39:58,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9fd049e2e921f32b1c980bc2038868f6679a888" 2018-11-09 08:39:58,465 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:39:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-64c5de65-8d50-471d-a706-7d7bb8324277 x-compute-request-id: req-64c5de65-8d50-471d-a706-7d7bb8324277 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance bc403a44-f9b1-43fe-a316-4d32c779afb5 could not be found.", "code": 404}} 2018-11-09 08:39:58,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/bc403a44-f9b1-43fe-a316-4d32c779afb5 used request id req-64c5de65-8d50-471d-a706-7d7bb8324277 2018-11-09 08:39:58,466 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance bc403a44-f9b1-43fe-a316-4d32c779afb5 could not be found. (HTTP 404) (Request-ID: req-64c5de65-8d50-471d-a706-7d7bb8324277) 2018-11-09 08:39:58,466 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-inst 2018-11-09 08:39:58,467 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp 2018-11-09 08:39:58,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d43676977d9465c6c29bdfe28a29e9be764f3fff" 2018-11-09 08:39:58,532 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:39:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c6c0ce0e-7d7c-4440-a477-e7578962648b x-compute-request-id: req-c6c0ce0e-7d7c-4440-a477-e7578962648b Content-Length: 0 Content-Type: application/json 2018-11-09 08:39:58,533 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-kp used request id req-c6c0ce0e-7d7c-4440-a477-e7578962648b 2018-11-09 08:39:58,533 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0.pub] 2018-11-09 08:39:58,534 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0] 2018-11-09 08:39:58,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8c5e1013419ba73b8575328123b265a63a70bcc" 2018-11-09 08:39:58,581 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:39:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ec62b1b-689b-4a96-be58-f77faff3da4e x-compute-request-id: req-7ec62b1b-689b-4a96-be58-f77faff3da4e Content-Length: 0 Content-Type: application/json 2018-11-09 08:39:58,581 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/cf401481-fbfc-448b-a221-51e5a737d4e6 used request id req-7ec62b1b-689b-4a96-be58-f77faff3da4e 2018-11-09 08:39:58,582 - neutron_utils - INFO - Deleting security group rule with ID - 9086ff63-5556-427a-a232-dd62d18d4e2e 2018-11-09 08:39:58,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/9086ff63-5556-427a-a232-dd62d18d4e2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:58,678 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a4c86ea-737b-43fa-bfa9-1d9f00921ab2 Content-Length: 0 Date: Fri, 09 Nov 2018 08:39:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:39:58,678 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/9086ff63-5556-427a-a232-dd62d18d4e2e used request id req-0a4c86ea-737b-43fa-bfa9-1d9f00921ab2 2018-11-09 08:39:58,679 - neutron_utils - INFO - Deleting security group rule with ID - 1e6452c4-0a2a-4928-bd77-6f52a4e9a3c7 2018-11-09 08:39:58,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/1e6452c4-0a2a-4928-bd77-6f52a4e9a3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:58,937 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-08280c4c-2e4f-4115-8476-e86fd6ecf02b Content-Length: 0 Date: Fri, 09 Nov 2018 08:39:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:39:58,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/1e6452c4-0a2a-4928-bd77-6f52a4e9a3c7 used request id req-08280c4c-2e4f-4115-8476-e86fd6ecf02b 2018-11-09 08:39:58,937 - neutron_utils - INFO - Deleting security group rule with ID - 1ed3c29c-ba2e-4fb8-b5d2-2bd2fa102d04 2018-11-09 08:39:58,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/1ed3c29c-ba2e-4fb8-b5d2-2bd2fa102d04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:59,178 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa71b893-a90d-403f-9e18-965aa6264ceb Content-Length: 0 Date: Fri, 09 Nov 2018 08:39:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:39:59,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/1ed3c29c-ba2e-4fb8-b5d2-2bd2fa102d04 used request id req-aa71b893-a90d-403f-9e18-965aa6264ceb 2018-11-09 08:39:59,178 - neutron_utils - INFO - Deleting security group rule with ID - 2d2bb01c-6421-4f42-a683-9887916fc0db 2018-11-09 08:39:59,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/2d2bb01c-6421-4f42-a683-9887916fc0db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:59,269 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88977f06-e438-4f4d-8b70-b0843a8f6d55 Content-Length: 0 Date: Fri, 09 Nov 2018 08:39:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:39:59,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/2d2bb01c-6421-4f42-a683-9887916fc0db used request id req-88977f06-e438-4f4d-8b70-b0843a8f6d55 2018-11-09 08:39:59,270 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-sec-grp 2018-11-09 08:39:59,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c06e4efe-e795-4cc7-9598-202b9dd556fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9c201df7e00a9635aa7779894180d7efcfa862" 2018-11-09 08:39:59,407 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f1974442-b3dc-460e-83f1-8da7d724e80f Content-Length: 0 Date: Fri, 09 Nov 2018 08:39:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:39:59,407 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c06e4efe-e795-4cc7-9598-202b9dd556fe used request id req-f1974442-b3dc-460e-83f1-8da7d724e80f 2018-11-09 08:39:59,408 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router and subnet CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet 2018-11-09 08:39:59,408 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router 2018-11-09 08:39:59,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/67260f62-cb62-4826-b066-f07c8d77b791/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" -d '{"subnet_id": "785df86d-a5bb-440f-84fd-429bd72d4e27"}' 2018-11-09 08:40:00,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0c16173-9ad9-4e9a-95bf-c7f3dc5e32c3 Date: Fri, 09 Nov 2018 08:40:00 GMT RESP BODY: {"network_id": "18446659-090e-45b1-a190-22c48de818e9", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "subnet_id": "785df86d-a5bb-440f-84fd-429bd72d4e27", "subnet_ids": ["785df86d-a5bb-440f-84fd-429bd72d4e27"], "port_id": "bf9b8f81-fc36-47f3-ac93-fba75d5afdc1", "id": "67260f62-cb62-4826-b066-f07c8d77b791"} 2018-11-09 08:40:00,762 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/67260f62-cb62-4826-b066-f07c8d77b791/remove_router_interface used request id req-e0c16173-9ad9-4e9a-95bf-c7f3dc5e32c3 2018-11-09 08:40:00,763 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router 2018-11-09 08:40:00,763 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-router 2018-11-09 08:40:00,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/67260f62-cb62-4826-b066-f07c8d77b791 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee16ca801cc0c71220411d5a012e5cad07f37004" 2018-11-09 08:40:04,262 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f5a01d7-5216-4c4f-9888-038175048f2e Content-Length: 0 Date: Fri, 09 Nov 2018 08:40:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:40:04,262 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/67260f62-cb62-4826-b066-f07c8d77b791 used request id req-7f5a01d7-5216-4c4f-9888-038175048f2e 2018-11-09 08:40:04,263 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet 2018-11-09 08:40:04,263 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-subnet 2018-11-09 08:40:04,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/785df86d-a5bb-440f-84fd-429bd72d4e27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f112d547638a165f9db95f9fdd11b42cf9542d7" 2018-11-09 08:40:06,590 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-131575c4-2694-4556-ad23-11845207682b Date: Fri, 09 Nov 2018 08:40:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:40:06,590 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/785df86d-a5bb-440f-84fd-429bd72d4e27 used request id req-131575c4-2694-4556-ad23-11845207682b 2018-11-09 08:40:06,590 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-pub-net 2018-11-09 08:40:06,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/18446659-090e-45b1-a190-22c48de818e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f112d547638a165f9db95f9fdd11b42cf9542d7" 2018-11-09 08:40:07,872 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b4173b5-806d-407c-8572-ff6f5748470f Date: Fri, 09 Nov 2018 08:40:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:40:07,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/18446659-090e-45b1-a190-22c48de818e9 used request id req-3b4173b5-806d-407c-8572-ff6f5748470f 2018-11-09 08:40:07,873 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-0a580b07-dd2a-49d1-bbdd-f2962747dee0-image 2018-11-09 08:40:07,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11d5ea7e40f606868692ef98055f3b696dabbfd7" 2018-11-09 08:40:08,951 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-602b38a4-b634-4996-b4da-5b2658a38403 Date: Fri, 09 Nov 2018 08:40:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:40:08,951 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d08513f4-d356-4418-83d2-ced3dd9cd202 used request id req-602b38a4-b634-4996-b4da-5b2658a38403 2018-11-09 08:40:08,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:40:09,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ece9aa5a-8a52-47ce-85d4-c0a047d71ea8 Date: Fri, 09 Nov 2018 08:40:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:08Z", "updated_at": "2018-11-09T08:39:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:08Z", "revision_number": 0, "id": "4d2fc5b8-4353-4b09-978b-98a123d3e1f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:08Z", "security_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:08Z", "revision_number": 0, "id": "63878330-9955-468f-84ed-b1a06ace40aa", "remote_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:08Z", "security_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:08Z", "revision_number": 0, "id": "648872d0-2263-4849-9398-3fa3e808c30a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:08Z", "security_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:39:08Z", "revision_number": 0, "id": "76eed262-856b-47d3-a1af-bfc8a5a51afd", "remote_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "remote_ip_prefix": null, "created_at": "2018-11-09T08:39:08Z", "security_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4"}], "revision_number": 4, "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:40:09,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-ece9aa5a-8a52-47ce-85d4-c0a047d71ea8 2018-11-09 08:40:09,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:40:09,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-962e7a81-3f96-40d6-9255-a0a114e34155 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4"}, "enabled": true, "id": "4d61085a85ac4f6395fa1a60a7c45de4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj"}} 2018-11-09 08:40:09,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-962e7a81-3f96-40d6-9255-a0a114e34155 2018-11-09 08:40:09,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 494512f9-d6cc-4a8d-9a13-d55df579f12b 2018-11-09 08:40:09,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=494512f9-d6cc-4a8d-9a13-d55df579f12b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:40:09,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0b4ebb8c-7f8c-4647-96e5-a18ca43eca67 Date: Fri, 09 Nov 2018 08:40:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:08Z", "security_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:08Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "4d2fc5b8-4353-4b09-978b-98a123d3e1f6"}, {"remote_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:08Z", "security_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:08Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "63878330-9955-468f-84ed-b1a06ace40aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:08Z", "security_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:08Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "648872d0-2263-4849-9398-3fa3e808c30a"}, {"remote_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:39:08Z", "security_group_id": "494512f9-d6cc-4a8d-9a13-d55df579f12b", "port_range_min": null, "revision_number": 0, "tenant_id": "4d61085a85ac4f6395fa1a60a7c45de4", "created_at": "2018-11-09T08:39:08Z", "project_id": "4d61085a85ac4f6395fa1a60a7c45de4", "id": "76eed262-856b-47d3-a1af-bfc8a5a51afd"}]} 2018-11-09 08:40:09,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=494512f9-d6cc-4a8d-9a13-d55df579f12b used request id req-0b4ebb8c-7f8c-4647-96e5-a18ca43eca67 2018-11-09 08:40:09,422 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:40:09,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/494512f9-d6cc-4a8d-9a13-d55df579f12b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:40:09,757 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3543496-2f4b-484c-8167-8c89659de32e Content-Length: 0 Date: Fri, 09 Nov 2018 08:40:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:40:09,757 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/494512f9-d6cc-4a8d-9a13-d55df579f12b used request id req-b3543496-2f4b-484c-8167-8c89659de32e 2018-11-09 08:40:09,758 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj 2018-11-09 08:40:09,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:40:09,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:40:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46a39bf5-2e23-4dae-b74f-78323c78eedd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:40:09,978 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4d61085a85ac4f6395fa1a60a7c45de4 used request id req-46a39bf5-2e23-4dae-b74f-78323c78eedd 2018-11-09 08:40:09,978 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-proj-role 2018-11-09 08:40:09,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/a0e086f6c821438695bb3daa70ec0450 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:40:10,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:40:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b18838f-a83e-4291-bd38-d00b155ce8dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:40:10,088 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/a0e086f6c821438695bb3daa70ec0450 used request id req-6b18838f-a83e-4291-bd38-d00b155ce8dd 2018-11-09 08:40:10,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7194cff2a4e9059c25be7fc0d92cc0042991c87" 2018-11-09 08:40:10,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c7401bd-f33c-4478-ae05-6ff38d4a73d7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:40:10,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3c7401bd-f33c-4478-ae05-6ff38d4a73d7 2018-11-09 08:40:10,176 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ff0d2e69-2e08-4fb-user 2018-11-09 08:40:10,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/a9277a0bc7ee4582bd545f270b21bda8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}330ea866843e6a7a33cf11be7b12f5261809e84f" 2018-11-09 08:40:10,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:40:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-914b889c-ee6c-4bee-88f3-d00046f24509 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:40:10,369 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/a9277a0bc7ee4582bd545f270b21bda8 used request id req-914b889c-ee6c-4bee-88f3-d00046f24509 2018-11-09 08:40:10,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:10,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:40:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["rPe_zRJkQsy4G-OMduy_Yw"], "issued_at": "2018-11-09T08:40:10.000000Z"}} 2018-11-09 08:40:10,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea938a8f06bb619a9316f62736d1a799946c584" 2018-11-09 08:40:10,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b1004f7-d315-433a-96df-e41c00256661 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:10,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2b1004f7-d315-433a-96df-e41c00256661 2018-11-09 08:40:10,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:10,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:11,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:40:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["X1_F4yPeRw6A_doZkvi-3g"], "issued_at": "2018-11-09T08:40:11.000000Z"}} 2018-11-09 08:40:11,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:40:11,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-648fd779-c344-44fe-ba17-53d20527403e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:11,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-648fd779-c344-44fe-ba17-53d20527403e 2018-11-09 08:40:11,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:40:11,335 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:40:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:40:11,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-2c187325-671b-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:40:11,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b934448a-c441-47bb-a6b7-fec67ac58d46 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-2c187325-671b-439-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:40:11,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-2c187325-671b-439-proj used request id req-b934448a-c441-47bb-a6b7-fec67ac58d46 2018-11-09 08:40:11,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:40:11,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7867cb97-715a-4ee2-a3ea-ceaeae34c34a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:40:11,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-7867cb97-715a-4ee2-a3ea-ceaeae34c34a 2018-11-09 08:40:11,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}}' 2018-11-09 08:40:11,638 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:40:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13e871e6-718c-4f27-b5e6-22b15ea9f8a7 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:11,639 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-13e871e6-718c-4f27-b5e6-22b15ea9f8a7 2018-11-09 08:40:11,639 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-2c187325-671b-439-proj 2018-11-09 08:40:11,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:11,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:12,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:40:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["BMHUP4pISSSkOAMoQ9e1Qw"], "issued_at": "2018-11-09T08:40:11.000000Z"}} 2018-11-09 08:40:12,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399004b0d6d3e1f2deac79f3307f1fbb04d6f974" 2018-11-09 08:40:12,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bf67630-94ac-4226-bcee-27779d6a4d95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:12,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5bf67630-94ac-4226-bcee-27779d6a4d95 2018-11-09 08:40:12,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:40:12,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:40: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:40:12,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399004b0d6d3e1f2deac79f3307f1fbb04d6f974" 2018-11-09 08:40:12,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-285a56b2-8194-40a8-b928-7cc9cc458eac Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:40:12,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-285a56b2-8194-40a8-b928-7cc9cc458eac 2018-11-09 08:40:12,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-2c187325-671b-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399004b0d6d3e1f2deac79f3307f1fbb04d6f974" 2018-11-09 08:40:12,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41ab23d1-7315-4cce-a8ca-64c6e74131e5 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-2c187325-671b-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}]} 2018-11-09 08:40:12,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-2c187325-671b-439-proj used request id req-41ab23d1-7315-4cce-a8ca-64c6e74131e5 2018-11-09 08:40:12,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399004b0d6d3e1f2deac79f3307f1fbb04d6f974" 2018-11-09 08:40:12,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0407629-5284-42ea-a779-9f96e9fc616c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:40:12,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f0407629-5284-42ea-a779-9f96e9fc616c 2018-11-09 08:40:12,759 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-2c187325-671b-439-user 2018-11-09 08:40:12,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:12,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:40:12,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48d6dc0-a207-48e6-80ca-2a97b94a974e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:40:12,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e48d6dc0-a207-48e6-80ca-2a97b94a974e 2018-11-09 08:40:12,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role"}}' 2018-11-09 08:40:12,969 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28b5d654-1a9c-4899-a60d-f3e5bbd99353 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f4c4c6ad696433fbedfc487d3d55e2e", "links": {"self": "http://172.30.9.27:5000/v3/roles/0f4c4c6ad696433fbedfc487d3d55e2e"}, "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role"}} 2018-11-09 08:40:12,969 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-28b5d654-1a9c-4899-a60d-f3e5bbd99353 2018-11-09 08:40:12,970 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role 2018-11-09 08:40:12,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/0f4c4c6ad696433fbedfc487d3d55e2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:40:12,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05a9a43-4ca7-4960-84a8-86c5151906e0 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/0f4c4c6ad696433fbedfc487d3d55e2e"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role", "id": "0f4c4c6ad696433fbedfc487d3d55e2e"}} 2018-11-09 08:40:12,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/0f4c4c6ad696433fbedfc487d3d55e2e used request id req-a05a9a43-4ca7-4960-84a8-86c5151906e0 2018-11-09 08:40:12,992 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role to project CreateInstanceSingleNetworkTests-2c187325-671b-439-proj 2018-11-09 08:40:12,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565/users/10590f1d9c2740c2ae74d728d5a07c8c/roles/0f4c4c6ad696433fbedfc487d3d55e2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:40:13,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:40:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17f6f740-6241-4868-ae47-b8e039c21537 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:40:13,132 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565/users/10590f1d9c2740c2ae74d728d5a07c8c/roles/0f4c4c6ad696433fbedfc487d3d55e2e used request id req-17f6f740-6241-4868-ae47-b8e039c21537 2018-11-09 08:40:13,132 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:40:13,134 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:40:13,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:13,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:13,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f4c4c6ad696433fbedfc487d3d55e2e", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role"}], "expires_at": "2018-11-09T09:40:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b74f186100f40ea91b99a08c6109565", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-user", "id": "10590f1d9c2740c2ae74d728d5a07c8c"}, "audit_ids": ["oTYS8590SuyZ-0k5e-SarA"], "issued_at": "2018-11-09T08:40:13.000000Z"}} 2018-11-09 08:40:13,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}303c04c9e8425a787668830a89bd3bda48ff2a97" 2018-11-09 08:40:13,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d7dd9e-ed1a-436b-8ef4-80e04564cb0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:13,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b8d7dd9e-ed1a-436b-8ef4-80e04564cb0a 2018-11-09 08:40:13,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}303c04c9e8425a787668830a89bd3bda48ff2a97" 2018-11-09 08:40:13,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-5a70f143-def0-4fa9-93d5-c851067f2a34 Date: Fri, 09 Nov 2018 08:40:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image"} 2018-11-09 08:40:13,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image used request id req-5a70f143-def0-4fa9-93d5-c851067f2a34 2018-11-09 08:40:13,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}303c04c9e8425a787668830a89bd3bda48ff2a97" 2018-11-09 08:40:13,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c15b89d3-5a0b-41a9-a0ac-de2841345239 Date: Fri, 09 Nov 2018 08:40:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:40:13,925 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-c15b89d3-5a0b-41a9-a0ac-de2841345239 2018-11-09 08:40:13,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}303c04c9e8425a787668830a89bd3bda48ff2a97" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image"}' 2018-11-09 08:40:14,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178 X-Openstack-Request-Id: req-4d214e37-eb0d-4136-85c9-9f349321b3f5 Date: Fri, 09 Nov 2018 08:40:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:40:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:40:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "min_disk": 0, "protected": false, "id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "file": "/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/file", "checksum": null, "owner": "5b74f186100f40ea91b99a08c6109565", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:40:14,157 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-4d214e37-eb0d-4136-85c9-9f349321b3f5 2018-11-09 08:40:14,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}303c04c9e8425a787668830a89bd3bda48ff2a97" -d '' 2018-11-09 08:40:15,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8090241b-d0eb-4fc2-97fb-c7636cc2cce1 Date: Fri, 09 Nov 2018 08:40:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:40:15,837 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/file used request id req-8090241b-d0eb-4fc2-97fb-c7636cc2cce1 2018-11-09 08:40:15,838 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:40:15,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}303c04c9e8425a787668830a89bd3bda48ff2a97" 2018-11-09 08:40:16,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-03a36a7d-e8f0-4634-aeb2-c1916ea63b51 Date: Fri, 09 Nov 2018 08:40:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:40:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:40:15Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/snap", "metadata": {}}], "self": "/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "min_disk": 0, "protected": false, "id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "file": "/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5b74f186100f40ea91b99a08c6109565", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:40:16,008 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178 used request id req-03a36a7d-e8f0-4634-aeb2-c1916ea63b51 2018-11-09 08:40:16,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}303c04c9e8425a787668830a89bd3bda48ff2a97" 2018-11-09 08:40:16,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5cf1e18d-55e2-40d2-b922-bcc62d3aae69 Date: Fri, 09 Nov 2018 08:40:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:40:16,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-5cf1e18d-55e2-40d2-b922-bcc62d3aae69 2018-11-09 08:40:16,164 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image 2018-11-09 08:40:16,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}303c04c9e8425a787668830a89bd3bda48ff2a97" 2018-11-09 08:40:16,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-d78e58a8-1eb2-409e-9db7-8635dcffeae1 Date: Fri, 09 Nov 2018 08:40:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:40:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:40:15Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/snap", "metadata": {}}], "self": "/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "min_disk": 0, "protected": false, "id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "file": "/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5b74f186100f40ea91b99a08c6109565", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:40:16,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178 used request id req-d78e58a8-1eb2-409e-9db7-8635dcffeae1 2018-11-09 08:40:16,335 - create_image - DEBUG - Instance status is - active 2018-11-09 08:40:16,336 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image 2018-11-09 08:40:16,336 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image 2018-11-09 08:40:16,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:16,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:16,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f4c4c6ad696433fbedfc487d3d55e2e", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role"}], "expires_at": "2018-11-09T09:40:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b74f186100f40ea91b99a08c6109565", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-user", "id": "10590f1d9c2740c2ae74d728d5a07c8c"}, "audit_ids": ["SoKqNM_tQLGyAAe4oOkQQw"], "issued_at": "2018-11-09T08:40:16.000000Z"}} 2018-11-09 08:40:16,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744d3243b1c8aad6983d94fb609004a9bd40e7e0" 2018-11-09 08:40:16,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af72ca0e-0e91-4cd7-8587-c09eb4012a14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:16,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-af72ca0e-0e91-4cd7-8587-c09eb4012a14 2018-11-09 08:40:16,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744d3243b1c8aad6983d94fb609004a9bd40e7e0" 2018-11-09 08:40:16,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-41e704dd-2359-4280-8bd9-dfeba9846b9d Date: Fri, 09 Nov 2018 08:40:16 GMT RESP BODY: {"networks":[]} 2018-11-09 08:40:16,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-41e704dd-2359-4280-8bd9-dfeba9846b9d 2018-11-09 08:40:16,963 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net 2018-11-09 08:40:16,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744d3243b1c8aad6983d94fb609004a9bd40e7e0" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net", "admin_state_up": true}}' 2018-11-09 08:40:17,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4bfa8ccf-26c8-4e27-9bd4-e377ce53075f Date: Fri, 09 Nov 2018 08:40:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"88045cbb-1341-4266-816f-5926e45b97ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:40:17Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","mtu":1450}} 2018-11-09 08:40:17,529 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-4bfa8ccf-26c8-4e27-9bd4-e377ce53075f 2018-11-09 08:40:17,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744d3243b1c8aad6983d94fb609004a9bd40e7e0" 2018-11-09 08:40:17,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-4d073426-23d3-48bd-be02-325628884399 Date: Fri, 09 Nov 2018 08:40:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:40:17Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:17,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-4d073426-23d3-48bd-be02-325628884399 2018-11-09 08:40:17,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744d3243b1c8aad6983d94fb609004a9bd40e7e0" 2018-11-09 08:40:17,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e9a9d1d1-12cd-4a88-8bbe-627d7375538b Date: Fri, 09 Nov 2018 08:40:17 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:40:17,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-e9a9d1d1-12cd-4a88-8bbe-627d7375538b 2018-11-09 08:40:17,803 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet 2018-11-09 08:40:17,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744d3243b1c8aad6983d94fb609004a9bd40e7e0" -d '{"subnets": [{"ip_version": 4, "network_id": "88045cbb-1341-4266-816f-5926e45b97ba", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]}' 2018-11-09 08:40:18,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c775a316-cacc-46cf-8253-c2021c0ec12f Date: Fri, 09 Nov 2018 08:40:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","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":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:18,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-c775a316-cacc-46cf-8253-c2021c0ec12f 2018-11-09 08:40:18,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744d3243b1c8aad6983d94fb609004a9bd40e7e0" 2018-11-09 08:40:18,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-80bdb2d7-04d6-4ce8-9005-73aac6339446 Date: Fri, 09 Nov 2018 08:40: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:18,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-80bdb2d7-04d6-4ce8-9005-73aac6339446 2018-11-09 08:40:18,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744d3243b1c8aad6983d94fb609004a9bd40e7e0" 2018-11-09 08:40:19,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-40417b15-8af1-454c-b386-adf2bfe48cec Date: Fri, 09 Nov 2018 08:40:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:19,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-40417b15-8af1-454c-b386-adf2bfe48cec 2018-11-09 08:40:19,181 - OpenStackNetwork - DEBUG - Network [88045cbb-1341-4266-816f-5926e45b97ba] created successfully 2018-11-09 08:40:19,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:19,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:19,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f4c4c6ad696433fbedfc487d3d55e2e", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role"}], "expires_at": "2018-11-09T09:40:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b74f186100f40ea91b99a08c6109565", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-user", "id": "10590f1d9c2740c2ae74d728d5a07c8c"}, "audit_ids": ["YRIEK048Sr-59JVFLank0g"], "issued_at": "2018-11-09T08:40:19.000000Z"}} 2018-11-09 08:40:19,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:19,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135f2e16-a0f8-4e50-84a3-68731fcc3e51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:19,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-135f2e16-a0f8-4e50-84a3-68731fcc3e51 2018-11-09 08:40:19,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:19,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d1606efa-fbfd-448c-8ba5-64738e395ce5 Date: Fri, 09 Nov 2018 08:40:19 GMT RESP BODY: {"routers": []} 2018-11-09 08:40:19,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router&admin_state_up=True used request id req-d1606efa-fbfd-448c-8ba5-64738e395ce5 2018-11-09 08:40:19,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:19,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:20,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f4c4c6ad696433fbedfc487d3d55e2e", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role"}], "expires_at": "2018-11-09T09:40:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b74f186100f40ea91b99a08c6109565", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-user", "id": "10590f1d9c2740c2ae74d728d5a07c8c"}, "audit_ids": ["t1PuqdZQQ0e-aCENreOFKA"], "issued_at": "2018-11-09T08:40:20.000000Z"}} 2018-11-09 08:40:20,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbd7b5d80e5467f3bab7aa8933c9dac1137d7b75" 2018-11-09 08:40:20,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85700b4-15b1-41b7-b7ef-8e8c889edea8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:20,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d85700b4-15b1-41b7-b7ef-8e8c889edea8 2018-11-09 08:40:20,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:20,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4f1c8138-5073-4ab8-a256-18d0e0eeac72 Date: Fri, 09 Nov 2018 08:40:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:40:20,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-4f1c8138-5073-4ab8-a256-18d0e0eeac72 2018-11-09 08:40:20,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:20,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5b4a4ef4-ab4f-4819-89c3-7ab010b8d307 Date: Fri, 09 Nov 2018 08:40:20 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:40:20,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-5b4a4ef4-ab4f-4819-89c3-7ab010b8d307 2018-11-09 08:40:20,772 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router 2018-11-09 08:40:20,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router", "admin_state_up": true}}' 2018-11-09 08:40:26,025 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f93fc173-d1b5-42c1-b2a2-b773a2e477c5 Date: Fri, 09 Nov 2018 08:40:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:21Z", "admin_state_up": true, "updated_at": "2018-11-09T08:40:22Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "031510d8-2453-4587-a9d0-218fd0d7548f", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router"}} 2018-11-09 08:40:26,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-f93fc173-d1b5-42c1-b2a2-b773a2e477c5 2018-11-09 08:40:26,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=031510d8-2453-4587-a9d0-218fd0d7548f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:26,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-517fc1a2-cf1a-4716-948f-3ba9fa101839 Date: Fri, 09 Nov 2018 08:40:26 GMT RESP BODY: {"ports":[]} 2018-11-09 08:40:26,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=031510d8-2453-4587-a9d0-218fd0d7548f used request id req-517fc1a2-cf1a-4716-948f-3ba9fa101839 2018-11-09 08:40:26,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:26,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-294a5925-eedd-4acf-b1cb-3b1f45a173a4 Date: Fri, 09 Nov 2018 08:40: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:26,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-294a5925-eedd-4acf-b1cb-3b1f45a173a4 2018-11-09 08:40:26,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:40:26,348 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:40: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:40:26,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:26,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c79ab8c-a250-42ff-9d7c-47885de719e4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:26,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-3c79ab8c-a250-42ff-9d7c-47885de719e4 2018-11-09 08:40:26,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:26,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-845caab2-1d4d-4e65-b66d-06a97c9fd6ca Date: Fri, 09 Nov 2018 08:40:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:26,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-845caab2-1d4d-4e65-b66d-06a97c9fd6ca 2018-11-09 08:40:26,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:26,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ac44a2f4-3d17-4745-996d-c6c32d805d8a Date: Fri, 09 Nov 2018 08:40:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:26,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet used request id req-ac44a2f4-3d17-4745-996d-c6c32d805d8a 2018-11-09 08:40:26,875 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:40:26,875 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router 2018-11-09 08:40:26,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/031510d8-2453-4587-a9d0-218fd0d7548f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" -d '{"subnet_id": "bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"}' 2018-11-09 08:40:29,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-93f9b0ff-9869-48a4-b996-c04b626d84f4 Date: Fri, 09 Nov 2018 08:40:28 GMT RESP BODY: {"network_id": "88045cbb-1341-4266-816f-5926e45b97ba", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "subnet_id": "bfaf8400-870f-4b9d-bd0e-d5649b2c68bc", "subnet_ids": ["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"], "port_id": "023b1ec9-0689-4d64-815a-1da3f5d606ac", "id": "031510d8-2453-4587-a9d0-218fd0d7548f"} 2018-11-09 08:40:29,093 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/031510d8-2453-4587-a9d0-218fd0d7548f/add_router_interface used request id req-93f9b0ff-9869-48a4-b996-c04b626d84f4 2018-11-09 08:40:29,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/031510d8-2453-4587-a9d0-218fd0d7548f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:29,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-08b1dc88-7a9e-45c4-a168-d631478a92e5 Date: Fri, 09 Nov 2018 08:40:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:21Z", "admin_state_up": true, "updated_at": "2018-11-09T08:40:27Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "031510d8-2453-4587-a9d0-218fd0d7548f", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router"}} 2018-11-09 08:40:29,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/031510d8-2453-4587-a9d0-218fd0d7548f used request id req-08b1dc88-7a9e-45c4-a168-d631478a92e5 2018-11-09 08:40:29,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=031510d8-2453-4587-a9d0-218fd0d7548f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:29,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-f5280c4d-1f81-414f-aefb-5a7070972429 Date: Fri, 09 Nov 2018 08:40:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:28Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.1"}],"id":"023b1ec9-0689-4d64-815a-1da3f5d606ac","security_groups":[],"mac_address":"fa:16:3e:d6:45:f9","project_id":"5b74f186100f40ea91b99a08c6109565","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:27Z","binding:vnic_type":"normal","device_id":"031510d8-2453-4587-a9d0-218fd0d7548f"}]} 2018-11-09 08:40:29,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=031510d8-2453-4587-a9d0-218fd0d7548f used request id req-f5280c4d-1f81-414f-aefb-5a7070972429 2018-11-09 08:40:29,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/bfaf8400-870f-4b9d-bd0e-d5649b2c68bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:40:29,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5b59be89-e8cb-467b-b891-019dda32a710 Date: Fri, 09 Nov 2018 08:40:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","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":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}} 2018-11-09 08:40:29,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/bfaf8400-870f-4b9d-bd0e-d5649b2c68bc used request id req-5b59be89-e8cb-467b-b891-019dda32a710 2018-11-09 08:40:29,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:29,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:30,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:40:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["F6T51QgkRVGl9zhKyKDkZw"], "issued_at": "2018-11-09T08:40:30.000000Z"}} 2018-11-09 08:40:30,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48880f083d4b52a957dde2de875e6759329a8d4" 2018-11-09 08:40:30,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f50e2a4-baf4-4a89-87cc-3ec45d14ef68 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:30,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0f50e2a4-baf4-4a89-87cc-3ec45d14ef68 2018-11-09 08:40:30,278 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:40:30,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48880f083d4b52a957dde2de875e6759329a8d4" 2018-11-09 08:40:30,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40: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-3279e8a1-7378-4ad5-91fb-f89274992a54 x-compute-request-id: req-3279e8a1-7378-4ad5-91fb-f89274992a54 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:40:30,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3279e8a1-7378-4ad5-91fb-f89274992a54 2018-11-09 08:40:30,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48880f083d4b52a957dde2de875e6759329a8d4" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:40:30,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40: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-2f6e2c26-6f54-404f-a7e4-2e2fcaeb7a7e x-compute-request-id: req-2f6e2c26-6f54-404f-a7e4-2e2fcaeb7a7e Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:40:30,510 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2f6e2c26-6f54-404f-a7e4-2e2fcaeb7a7e 2018-11-09 08:40:30,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:30,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:30,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f4c4c6ad696433fbedfc487d3d55e2e", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role"}], "expires_at": "2018-11-09T09:40:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b74f186100f40ea91b99a08c6109565", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-user", "id": "10590f1d9c2740c2ae74d728d5a07c8c"}, "audit_ids": ["cgu4_MoZQ8y7jeZViaLp0g"], "issued_at": "2018-11-09T08:40:30.000000Z"}} 2018-11-09 08:40:30,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c69e52e0b7268978095b4184bb63dfc3550802b" 2018-11-09 08:40:30,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3ea6eaa-a4d4-4d98-8a03-824f26ebf1e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:30,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b3ea6eaa-a4d4-4d98-8a03-824f26ebf1e4 2018-11-09 08:40:30,957 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:40:30,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c69e52e0b7268978095b4184bb63dfc3550802b" 2018-11-09 08:40:31,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40: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-165d4a3f-1493-4b5c-965f-8af3563de22c x-compute-request-id: req-165d4a3f-1493-4b5c-965f-8af3563de22c Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:40:31,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-165d4a3f-1493-4b5c-965f-8af3563de22c 2018-11-09 08:40:31,142 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp... 2018-11-09 08:40:31,142 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:40:31,155 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp 2018-11-09 08:40:31,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c69e52e0b7268978095b4184bb63dfc3550802b" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzdb0BtKR4OUxdtEA0WLIQOgdUrhkssaNAktCQDHWtZWwff7Nu1Fv8tL4t99KeeMyBuYI5vD0rO6KB4BNFR3ThWUv5naMohKp6e4xUgMrKzsThaGVpZ20Gaf3DnqsrZieblOglflUO7YZ1I4dGl4ROjUeTbZsTMrxE+MmwfHKJqw==", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp"}}' 2018-11-09 08:40:31,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40: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-d5ee8436-c5a5-42b8-8463-6faf8a8c4da8 x-compute-request-id: req-d5ee8436-c5a5-42b8-8463-6faf8a8c4da8 Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzdb0BtKR4OUxdtEA0WLIQOgdUrhkssaNAktCQDHWtZWwff7Nu1Fv8tL4t99KeeMyBuYI5vD0rO6KB4BNFR3ThWUv5naMohKp6e4xUgMrKzsThaGVpZ20Gaf3DnqsrZieblOglflUO7YZ1I4dGl4ROjUeTbZsTMrxE+MmwfHKJqw==", "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "fingerprint": "b8:41:c6:cf:82:56:ac:6c:1a:cd:50:a3:55:01:42:04"}} 2018-11-09 08:40:31,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d5ee8436-c5a5-42b8-8463-6faf8a8c4da8 2018-11-09 08:40:31,223 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1.pub 2018-11-09 08:40:31,224 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1 2018-11-09 08:40:31,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:31,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:31,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f4c4c6ad696433fbedfc487d3d55e2e", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role"}], "expires_at": "2018-11-09T09:40:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b74f186100f40ea91b99a08c6109565", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-user", "id": "10590f1d9c2740c2ae74d728d5a07c8c"}, "audit_ids": ["l1DRItefTt-H8zppuGyz8Q"], "issued_at": "2018-11-09T08:40:31.000000Z"}} 2018-11-09 08:40:31,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:31,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbefb49f-d708-4f48-b50c-e192e85582e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:31,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cbefb49f-d708-4f48-b50c-e192e85582e2 2018-11-09 08:40:31,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:31,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a4920a3c-c576-4ae6-855c-e6e5ce66a4ee Date: Fri, 09 Nov 2018 08:40:31 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:40:31,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp used request id req-a4920a3c-c576-4ae6-855c-e6e5ce66a4ee 2018-11-09 08:40:31,949 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp... 2018-11-09 08:40:31,949 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp 2018-11-09 08:40:31,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}}' 2018-11-09 08:40:32,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-16b81d6e-59cf-4eab-a37e-e04b0820185e Date: Fri, 09 Nov 2018 08:40:32 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "updated_at": "2018-11-09T08:40:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}], "revision_number": 2, "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}} 2018-11-09 08:40:32,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-16b81d6e-59cf-4eab-a37e-e04b0820185e 2018-11-09 08:40:32,407 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 2018-11-09 08:40:32,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:32,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ea3a50fb-267f-4f54-8384-0a05aba97389 Date: Fri, 09 Nov 2018 08:40:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f"}]} 2018-11-09 08:40:32,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-ea3a50fb-267f-4f54-8384-0a05aba97389 2018-11-09 08:40:32,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 2018-11-09 08:40:32,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:32,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-35740a65-6bb7-43d9-8181-5aaf8e852ad0 Date: Fri, 09 Nov 2018 08:40:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f"}]} 2018-11-09 08:40:32,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-35740a65-6bb7-43d9-8181-5aaf8e852ad0 2018-11-09 08:40:32,872 - neutron_utils - INFO - Retrieving security group with ID - e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 2018-11-09 08:40:32,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:32,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-9ee3b5fd-67cc-4a33-9d2b-7dc00928ca50 Date: Fri, 09 Nov 2018 08:40:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "updated_at": "2018-11-09T08:40:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}], "revision_number": 2, "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}]} 2018-11-09 08:40:32,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-9ee3b5fd-67cc-4a33-9d2b-7dc00928ca50 2018-11-09 08:40:32,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 2018-11-09 08:40:32,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:33,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7e05f456-1be0-4b85-b859-d87a02a3b5c9 Date: Fri, 09 Nov 2018 08:40:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f"}]} 2018-11-09 08:40:33,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-7e05f456-1be0-4b85-b859-d87a02a3b5c9 2018-11-09 08:40:33,116 - neutron_utils - INFO - Retrieving security group with ID - e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 2018-11-09 08:40:33,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:33,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-9d393dea-83a3-45f3-8205-21c15eec2ad6 Date: Fri, 09 Nov 2018 08:40:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "updated_at": "2018-11-09T08:40:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}], "revision_number": 2, "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}]} 2018-11-09 08:40:33,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-9d393dea-83a3-45f3-8205-21c15eec2ad6 2018-11-09 08:40:33,312 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 2018-11-09 08:40:33,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:33,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cfa5c325-5042-438f-a96c-022a8b2deaa3 Date: Fri, 09 Nov 2018 08:40:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f"}]} 2018-11-09 08:40:33,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-cfa5c325-5042-438f-a96c-022a8b2deaa3 2018-11-09 08:40:33,493 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp 2018-11-09 08:40:33,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:33,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a01f0917-0a59-4032-9c0e-98ac58d3a02d Date: Fri, 09 Nov 2018 08:40:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "updated_at": "2018-11-09T08:40:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}], "revision_number": 2, "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}]} 2018-11-09 08:40:33,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp used request id req-a01f0917-0a59-4032-9c0e-98ac58d3a02d 2018-11-09 08:40:33,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:40:33,695 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:40: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:40:33,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:33,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f89cb20a-eb2b-4cf2-91c7-4217ea81f4d1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:33,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-f89cb20a-eb2b-4cf2-91c7-4217ea81f4d1 2018-11-09 08:40:33,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 2018-11-09 08:40:33,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:33,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aa530600-8db5-4f10-ad86-b9b3841de57e Date: Fri, 09 Nov 2018 08:40:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f"}]} 2018-11-09 08:40:33,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-aa530600-8db5-4f10-ad86-b9b3841de57e 2018-11-09 08:40:33,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}77c156d00fcbfcdf5c43648c89f4e0b617138eff" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62"}}' 2018-11-09 08:40:34,202 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-661430c5-6cea-48f1-b6af-69162ee7d721 Date: Fri, 09 Nov 2018 08:40:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:34Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:34Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "828949be-bc4f-453f-8492-0c7688e26bca"}} 2018-11-09 08:40:34,202 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-661430c5-6cea-48f1-b6af-69162ee7d721 2018-11-09 08:40:34,202 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp 2018-11-09 08:40:34,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:34,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-c8b012c4-93fd-4ac5-a402-3bde0097c2ab Date: Fri, 09 Nov 2018 08:40:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "updated_at": "2018-11-09T08:40:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:34Z", "revision_number": 0, "id": "828949be-bc4f-453f-8492-0c7688e26bca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:34Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}], "revision_number": 3, "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}]} 2018-11-09 08:40:34,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp used request id req-c8b012c4-93fd-4ac5-a402-3bde0097c2ab 2018-11-09 08:40:34,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:34,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aedbc829-5b6c-4273-9221-8e0d072c5ecf Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:34,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-aedbc829-5b6c-4273-9221-8e0d072c5ecf 2018-11-09 08:40:34,473 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 2018-11-09 08:40:34,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:34,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-84338489-4803-4304-a4ba-6de90ffa8bb2 Date: Fri, 09 Nov 2018 08:40:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:34Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:34Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "828949be-bc4f-453f-8492-0c7688e26bca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f"}]} 2018-11-09 08:40:34,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-84338489-4803-4304-a4ba-6de90ffa8bb2 2018-11-09 08:40:34,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}77c156d00fcbfcdf5c43648c89f4e0b617138eff" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62"}}' 2018-11-09 08:40:34,978 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-b1316d15-d43c-4402-833d-b4113fa4b56b Date: Fri, 09 Nov 2018 08:40:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:40:34Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": 22, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:34Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "dd240372-5020-4c9d-99c8-c59cadff693d"}} 2018-11-09 08:40:34,978 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-b1316d15-d43c-4402-833d-b4113fa4b56b 2018-11-09 08:40:34,978 - neutron_utils - INFO - Retrieving security group with ID - e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 2018-11-09 08:40:34,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:35,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-961dd7cf-88bf-4b3a-90aa-d9e68f4e4d82 Date: Fri, 09 Nov 2018 08:40:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "updated_at": "2018-11-09T08:40:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:34Z", "revision_number": 0, "id": "828949be-bc4f-453f-8492-0c7688e26bca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:34Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "revision_number": 0, "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:40:34Z", "revision_number": 0, "id": "dd240372-5020-4c9d-99c8-c59cadff693d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:34Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}], "revision_number": 4, "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}]} 2018-11-09 08:40:35,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-961dd7cf-88bf-4b3a-90aa-d9e68f4e4d82 2018-11-09 08:40:35,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 2018-11-09 08:40:35,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:40:35,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-ab849ac2-5db2-452c-b51c-420d8d569a55 Date: Fri, 09 Nov 2018 08:40:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:34Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:34Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "828949be-bc4f-453f-8492-0c7688e26bca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "ab5eee6a-84d5-4d40-8060-c1c27df040c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:32Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:32Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "c7d82842-7050-4f36-99e6-bbcaebc89d0f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:40:34Z", "security_group_id": "e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62", "port_range_min": 22, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:34Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "dd240372-5020-4c9d-99c8-c59cadff693d"}]} 2018-11-09 08:40:35,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-ab849ac2-5db2-452c-b51c-420d8d569a55 2018-11-09 08:40:35,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:35,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:35,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f4c4c6ad696433fbedfc487d3d55e2e", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role"}], "expires_at": "2018-11-09T09:40:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b74f186100f40ea91b99a08c6109565", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-user", "id": "10590f1d9c2740c2ae74d728d5a07c8c"}, "audit_ids": ["PwiOxJ4GRz6k4-lvNGBFHA"], "issued_at": "2018-11-09T08:40:35.000000Z"}} 2018-11-09 08:40:35,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:35,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50832cfd-3aa3-429c-be4b-03b3e646ab69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:35,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-50832cfd-3aa3-429c-be4b-03b3e646ab69 2018-11-09 08:40:35,739 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:40:35,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:35,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62e5b633-5c51-41ae-9593-15eec304ef2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:35,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-62e5b633-5c51-41ae-9593-15eec304ef2e 2018-11-09 08:40:35,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:36,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-911d54e5-4e57-45ba-92a6-f24132f49b1d Date: Fri, 09 Nov 2018 08:40: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:36,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-911d54e5-4e57-45ba-92a6-f24132f49b1d 2018-11-09 08:40:36,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:40:36,078 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:40:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:40:36,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:36,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d13d8eb9-aa5c-4218-a226-44d2cd2e1c06 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:36,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-d13d8eb9-aa5c-4218-a226-44d2cd2e1c06 2018-11-09 08:40:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:36,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2b5f39bd-2d89-466f-b66e-d57f69adcb14 Date: Fri, 09 Nov 2018 08:40:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:36,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-2b5f39bd-2d89-466f-b66e-d57f69adcb14 2018-11-09 08:40:36,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:36,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-152fd97f-7dfb-4fa4-8a16-757f7ae408ff Date: Fri, 09 Nov 2018 08:40:36 GMT RESP BODY: {"ports":[]} 2018-11-09 08:40:36,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1&admin_state_up=True used request id req-152fd97f-7dfb-4fa4-8a16-757f7ae408ff 2018-11-09 08:40:36,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:36,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-a7095aa4-c63c-4683-a45c-3a3fef9aceda x-compute-request-id: req-a7095aa4-c63c-4683-a45c-3a3fef9aceda Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:40:36,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst used request id req-a7095aa4-c63c-4683-a45c-3a3fef9aceda 2018-11-09 08:40:36,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:37,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4e85792c-f80c-491a-a5bb-3b9d0636cb95 Date: Fri, 09 Nov 2018 08:40: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:37,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-4e85792c-f80c-491a-a5bb-3b9d0636cb95 2018-11-09 08:40:37,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:37,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b3c7fdd-24fd-49c0-ae81-858654d075ce Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:37,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-5b3c7fdd-24fd-49c0-ae81-858654d075ce 2018-11-09 08:40:37,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:37,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-711f368a-8407-4693-ae4d-bb915fd86b35 Date: Fri, 09 Nov 2018 08:40:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:37,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-711f368a-8407-4693-ae4d-bb915fd86b35 2018-11-09 08:40:37,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:37,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a4f6bd11-90df-4f91-999c-8210b2fa047a Date: Fri, 09 Nov 2018 08:40:37 GMT RESP BODY: {"ports":[]} 2018-11-09 08:40:37,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1&admin_state_up=True used request id req-a4f6bd11-90df-4f91-999c-8210b2fa047a 2018-11-09 08:40:37,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:40:37,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:40:37,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f4c4c6ad696433fbedfc487d3d55e2e", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role"}], "expires_at": "2018-11-09T09:40:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b74f186100f40ea91b99a08c6109565", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/5b74f186100f40ea91b99a08c6109565", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-user", "id": "10590f1d9c2740c2ae74d728d5a07c8c"}, "audit_ids": ["uU09hy2RQt2kw-woLpwT4A"], "issued_at": "2018-11-09T08:40:37.000000Z"}} 2018-11-09 08:40:37,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935b270a6191364bfb4efee2d068d8260f19ab30" 2018-11-09 08:40:37,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d133e4-6206-4e2b-ae32-7892d4195435 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:40:37,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d9d133e4-6206-4e2b-ae32-7892d4195435 2018-11-09 08:40:37,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:38,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b0d2a133-2fc4-4215-bc83-ca98f8cfaac2 Date: Fri, 09 Nov 2018 08:40: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:38,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-b0d2a133-2fc4-4215-bc83-ca98f8cfaac2 2018-11-09 08:40:38,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:38,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-de929637-82fc-4830-8bef-a1288571f6fc Date: Fri, 09 Nov 2018 08:40:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:38,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-de929637-82fc-4830-8bef-a1288571f6fc 2018-11-09 08:40:38,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:38,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3200aa1b-8337-47cd-83a6-7a8219c6622c Date: Fri, 09 Nov 2018 08:40: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:38,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-3200aa1b-8337-47cd-83a6-7a8219c6622c 2018-11-09 08:40:38,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:40:38,903 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:40: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:40:38,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935b270a6191364bfb4efee2d068d8260f19ab30" 2018-11-09 08:40:38,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbe2ad8f-6dc4-49dc-acd9-7f9ebbaf05f4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:38,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-dbe2ad8f-6dc4-49dc-acd9-7f9ebbaf05f4 2018-11-09 08:40:38,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:38,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5bd68f62-ce13-41ce-ace5-40afdefc361d Date: Fri, 09 Nov 2018 08:40:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:38,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-5bd68f62-ce13-41ce-ace5-40afdefc361d 2018-11-09 08:40:38,986 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net 2018-11-09 08:40:38,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" -d '{"port": {"network_id": "88045cbb-1341-4266-816f-5926e45b97ba", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1", "admin_state_up": true}}' 2018-11-09 08:40:39,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-9f5e521c-5595-4d71-b853-33c2731d3fe2 Date: Fri, 09 Nov 2018 08:40:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.13"}],"id":"6ba8acbb-1872-403b-b912-4b81e4c7b55f","security_groups":["2ca796c5-39ff-493f-908b-6e37e466a97d"],"mac_address":"fa:16:3e:da:ff:97","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1","project_id":"5b74f186100f40ea91b99a08c6109565","qos_policy_id":null,"admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:39Z","binding:vnic_type":"normal"}} 2018-11-09 08:40:39,770 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-9f5e521c-5595-4d71-b853-33c2731d3fe2 2018-11-09 08:40:39,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:40,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9567cddd-43ae-4a0c-a598-e48df4a11536 Date: Fri, 09 Nov 2018 08:40: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:40,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-9567cddd-43ae-4a0c-a598-e48df4a11536 2018-11-09 08:40:40,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:40,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d24527da-f25d-4e57-ada4-983042ebeb5e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:40,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-d24527da-f25d-4e57-ada4-983042ebeb5e 2018-11-09 08:40:40,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:40,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-551d6b84-fa8b-4b5b-962d-c6f6b3b4f40d Date: Fri, 09 Nov 2018 08:40:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:40,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-551d6b84-fa8b-4b5b-962d-c6f6b3b4f40d 2018-11-09 08:40:40,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:40,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-78980352-447d-4c30-bcc6-c5721db76b3b Date: Fri, 09 Nov 2018 08:40:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.13"}],"id":"6ba8acbb-1872-403b-b912-4b81e4c7b55f","security_groups":["2ca796c5-39ff-493f-908b-6e37e466a97d"],"mac_address":"fa:16:3e:da:ff:97","project_id":"5b74f186100f40ea91b99a08c6109565","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:39Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:40:40,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1&admin_state_up=True used request id req-78980352-447d-4c30-bcc6-c5721db76b3b 2018-11-09 08:40:40,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:40,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a042944-6d59-4002-b037-7f320454d54f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:40,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-5a042944-6d59-4002-b037-7f320454d54f 2018-11-09 08:40:40,592 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst 2018-11-09 08:40:40,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:40,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6111482-d22f-4bfb-be3d-282457b13282 x-compute-request-id: req-f6111482-d22f-4bfb-be3d-282457b13282 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-flavor-name"}]} 2018-11-09 08:40:40,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f6111482-d22f-4bfb-be3d-282457b13282 2018-11-09 08:40:40,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:40,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef768119-c96d-4ab0-866b-5439617ccba4 x-compute-request-id: req-ef768119-c96d-4ab0-866b-5439617ccba4 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:40:40,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5 used request id req-ef768119-c96d-4ab0-866b-5439617ccba4 2018-11-09 08:40:40,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:40,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-fb5d5ff9-2c3e-4aec-b638-cfe2e0d89c9c Date: Fri, 09 Nov 2018 08:40:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:40:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:40:15Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/snap", "metadata": {}}], "self": "/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "min_disk": 0, "protected": false, "id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "file": "/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5b74f186100f40ea91b99a08c6109565", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image"} 2018-11-09 08:40:40,849 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image used request id req-fb5d5ff9-2c3e-4aec-b638-cfe2e0d89c9c 2018-11-09 08:40:40,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:41,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d0c5fda2-2bc7-4830-bd6c-cc4dc18ece8e Date: Fri, 09 Nov 2018 08:40:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:40:41,005 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d0c5fda2-2bc7-4830-bd6c-cc4dc18ece8e 2018-11-09 08:40:41,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "imageRef": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "flavorRef": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "max_count": 1, "min_count": 1, "networks": [{"port": "6ba8acbb-1872-403b-b912-4b81e4c7b55f"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}]}}' 2018-11-09 08:40:42,678 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:40: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-f9e5aed9-1321-4b5f-a012-455b1f0fb4f0 x-compute-request-id: req-f9e5aed9-1321-4b5f-a012-455b1f0fb4f0 Content-Length: 444 location: http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "adminPass": "j4sHSUA8a78E"}} 2018-11-09 08:40:42,679 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-f9e5aed9-1321-4b5f-a012-455b1f0fb4f0 2018-11-09 08:40:42,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:43,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2db1d9e2-d306-4941-8722-75d2aa77d999 x-compute-request-id: req-2db1d9e2-d306-4941-8722-75d2aa77d999 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.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:40:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:40:43,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-2db1d9e2-d306-4941-8722-75d2aa77d999 2018-11-09 08:40:43,038 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst 2018-11-09 08:40:43,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:43,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f395e4c8-ec8d-4d3d-9f56-8669c29d8e49 x-compute-request-id: req-f395e4c8-ec8d-4d3d-9f56-8669c29d8e49 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.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:40:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:40:43,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-f395e4c8-ec8d-4d3d-9f56-8669c29d8e49 2018-11-09 08:40:43,437 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst] is - BUILD 2018-11-09 08:40:43,437 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:40:46,441 - create_instance - DEBUG - VM status query timeout in 896.597673178 2018-11-09 08:40:46,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:46,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71d26f13-1017-4b2e-a3c1-eaab032b8598 x-compute-request-id: req-71d26f13-1017-4b2e-a3c1-eaab032b8598 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.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:40:43Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:40:46,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-71d26f13-1017-4b2e-a3c1-eaab032b8598 2018-11-09 08:40:46,916 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst] is - BUILD 2018-11-09 08:40:46,916 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:40:49,919 - create_instance - DEBUG - VM status query timeout in 893.118824005 2018-11-09 08:40:49,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:50,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-50628901-7707-4277-931e-2a8a0cf38de1 x-compute-request-id: req-50628901-7707-4277-931e-2a8a0cf38de1 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:40:50,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-50628901-7707-4277-931e-2a8a0cf38de1 2018-11-09 08:40:50,418 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst] is - ACTIVE 2018-11-09 08:40:50,419 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:40:50,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:51,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b510b345-6102-41fa-9cce-8c71852ec600 x-compute-request-id: req-b510b345-6102-41fa-9cce-8c71852ec600 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:40:51,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-b510b345-6102-41fa-9cce-8c71852ec600 2018-11-09 08:40:51,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:51,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6c9dfec5-ecb4-4346-a1f8-a6b161fe0a6d Date: Fri, 09 Nov 2018 08:40: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:51,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-6c9dfec5-ecb4-4346-a1f8-a6b161fe0a6d 2018-11-09 08:40:51,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:51,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a893d6da-49df-4f4c-b74a-72f9500bde7e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:51,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-a893d6da-49df-4f4c-b74a-72f9500bde7e 2018-11-09 08:40:51,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:51,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-41cece8e-e181-4475-a825-398efcb11a4a Date: Fri, 09 Nov 2018 08:40:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:51,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-41cece8e-e181-4475-a825-398efcb11a4a 2018-11-09 08:40:51,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:51,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-e32a7ae0-70fe-4cbe-af24-cdaddfbab3a4 Date: Fri, 09 Nov 2018 08:40:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.3"}],"id":"0066c0b4-6065-4c08-a2c0-ed5453f377cc","security_groups":[],"mac_address":"fa:16:3e:d3:27:4a","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.1"}],"id":"023b1ec9-0689-4d64-815a-1da3f5d606ac","security_groups":[],"mac_address":"fa:16:3e:d6:45:f9","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:27Z","binding:vnic_type":"normal","device_id":"031510d8-2453-4587-a9d0-218fd0d7548f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.4"}],"id":"070dad0f-30df-43a9-b653-b789e0ddd04d","security_groups":[],"mac_address":"fa:16:3e:5e:fd:cf","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.13"}],"id":"6ba8acbb-1872-403b-b912-4b81e4c7b55f","security_groups":["2ca796c5-39ff-493f-908b-6e37e466a97d"],"mac_address":"fa:16:3e:da:ff:97","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:39Z","binding:vnic_type":"normal","device_id":"05885cb2-6ef6-4db7-afbd-4b7f22841f60"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.2"}],"id":"8253d7e7-8a7a-43f5-8813-e937124f7949","security_groups":[],"mac_address":"fa:16:3e:e9:ae:2b","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-88045cbb-1341-4266-816f-5926e45b97ba"}]} 2018-11-09 08:40:51,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-e32a7ae0-70fe-4cbe-af24-cdaddfbab3a4 2018-11-09 08:40:51,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:51,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40: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-0c7aa469-cd4f-4cc1-b429-75cfcbbe27f2 x-compute-request-id: req-0c7aa469-cd4f-4cc1-b429-75cfcbbe27f2 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:40:51,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-0c7aa469-cd4f-4cc1-b429-75cfcbbe27f2 2018-11-09 08:40:51,864 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst] is - ACTIVE 2018-11-09 08:40:51,864 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:40:51,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:52,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40: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-d9891a2c-6a35-49ce-af62-5f58acd2bef2 x-compute-request-id: req-d9891a2c-6a35-49ce-af62-5f58acd2bef2 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:40:52,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-d9891a2c-6a35-49ce-af62-5f58acd2bef2 2018-11-09 08:40:52,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:52,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cfd36422-78f4-416a-a485-819a1131a9ec Date: Fri, 09 Nov 2018 08:40: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:52,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-cfd36422-78f4-416a-a485-819a1131a9ec 2018-11-09 08:40:52,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:52,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a00bee0-a620-49d4-b064-6aa4c247ba67 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:52,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-8a00bee0-a620-49d4-b064-6aa4c247ba67 2018-11-09 08:40:52,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:52,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-38fa50ba-5544-4b71-9535-978109d331bb Date: Fri, 09 Nov 2018 08:40:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:52,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-38fa50ba-5544-4b71-9535-978109d331bb 2018-11-09 08:40:52,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:52,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-d4b6e7e8-0154-4a78-8a2e-dfce7c85727a Date: Fri, 09 Nov 2018 08:40:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.3"}],"id":"0066c0b4-6065-4c08-a2c0-ed5453f377cc","security_groups":[],"mac_address":"fa:16:3e:d3:27:4a","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.1"}],"id":"023b1ec9-0689-4d64-815a-1da3f5d606ac","security_groups":[],"mac_address":"fa:16:3e:d6:45:f9","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:27Z","binding:vnic_type":"normal","device_id":"031510d8-2453-4587-a9d0-218fd0d7548f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.4"}],"id":"070dad0f-30df-43a9-b653-b789e0ddd04d","security_groups":[],"mac_address":"fa:16:3e:5e:fd:cf","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.13"}],"id":"6ba8acbb-1872-403b-b912-4b81e4c7b55f","security_groups":["2ca796c5-39ff-493f-908b-6e37e466a97d"],"mac_address":"fa:16:3e:da:ff:97","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:39Z","binding:vnic_type":"normal","device_id":"05885cb2-6ef6-4db7-afbd-4b7f22841f60"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.2"}],"id":"8253d7e7-8a7a-43f5-8813-e937124f7949","security_groups":[],"mac_address":"fa:16:3e:e9:ae:2b","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-88045cbb-1341-4266-816f-5926e45b97ba"}]} 2018-11-09 08:40:52,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-d4b6e7e8-0154-4a78-8a2e-dfce7c85727a 2018-11-09 08:40:53,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}}' 2018-11-09 08:40:54,193 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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-ea67afc3-f909-4af5-b3f2-543ce71d349b x-compute-request-id: req-ea67afc3-f909-4af5-b3f2-543ce71d349b Content-Length: 0 Content-Type: application/json 2018-11-09 08:40:54,193 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60/action used request id req-ea67afc3-f909-4af5-b3f2-543ce71d349b 2018-11-09 08:40:54,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:54,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-0932a04c-4541-4278-b488-0b7761e3c50c Date: Fri, 09 Nov 2018 08:40:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:21Z", "admin_state_up": true, "updated_at": "2018-11-09T08:40:27Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "031510d8-2453-4587-a9d0-218fd0d7548f", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router"}]} 2018-11-09 08:40:54,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router used request id req-0932a04c-4541-4278-b488-0b7761e3c50c 2018-11-09 08:40:54,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:54,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c6377ca-ded7-4aea-a096-5e147eb59408 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:54,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-3c6377ca-ded7-4aea-a096-5e147eb59408 2018-11-09 08:40:54,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=031510d8-2453-4587-a9d0-218fd0d7548f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:54,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-0562ed24-8e16-4aa6-b019-eeb93cf7a9aa Date: Fri, 09 Nov 2018 08:40:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.1"}],"id":"023b1ec9-0689-4d64-815a-1da3f5d606ac","security_groups":[],"mac_address":"fa:16:3e:d6:45:f9","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:27Z","binding:vnic_type":"normal","device_id":"031510d8-2453-4587-a9d0-218fd0d7548f"}]} 2018-11-09 08:40:54,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=031510d8-2453-4587-a9d0-218fd0d7548f used request id req-0562ed24-8e16-4aa6-b019-eeb93cf7a9aa 2018-11-09 08:40:54,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/bfaf8400-870f-4b9d-bd0e-d5649b2c68bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:54,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f9166c84-1b37-41f6-99be-2a7ea8a5d77b Date: Fri, 09 Nov 2018 08:40:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","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":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}} 2018-11-09 08:40:54,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/bfaf8400-870f-4b9d-bd0e-d5649b2c68bc used request id req-f9166c84-1b37-41f6-99be-2a7ea8a5d77b 2018-11-09 08:40:54,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:54,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e2490668-661d-4f04-9ac2-0350f5175862 Date: Fri, 09 Nov 2018 08:40:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:40:54,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-e2490668-661d-4f04-9ac2-0350f5175862 2018-11-09 08:40:54,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:54,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-005312f0-2d0d-4544-86ff-35f1a351c1aa Date: Fri, 09 Nov 2018 08:40:54 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:40:54,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-005312f0-2d0d-4544-86ff-35f1a351c1aa 2018-11-09 08:40:54,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:55,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40: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-1a5cd206-d2bd-4796-8401-e1daffb5776c x-compute-request-id: req-1a5cd206-d2bd-4796-8401-e1daffb5776c Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:40:55,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-1a5cd206-d2bd-4796-8401-e1daffb5776c 2018-11-09 08:40:55,071 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst] is - ACTIVE 2018-11-09 08:40:55,072 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:40:55,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:55,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af467834-ff11-4c5d-a390-06b1e8d72ce0 x-compute-request-id: req-af467834-ff11-4c5d-a390-06b1e8d72ce0 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:40:55,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-af467834-ff11-4c5d-a390-06b1e8d72ce0 2018-11-09 08:40:55,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:55,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-af6428d4-72df-4f3c-975d-eb7038a3e749 Date: Fri, 09 Nov 2018 08:40: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:40:55,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-af6428d4-72df-4f3c-975d-eb7038a3e749 2018-11-09 08:40:55,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:55,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf71410d-0670-4ce6-b0b3-398106c5e831 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:40:55,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-bf71410d-0670-4ce6-b0b3-398106c5e831 2018-11-09 08:40:55,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:55,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6c8f9396-09b1-47af-b67a-6c9a667a8326 Date: Fri, 09 Nov 2018 08:40:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:40:55,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-6c8f9396-09b1-47af-b67a-6c9a667a8326 2018-11-09 08:40:55,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:56,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-e8c4a597-6ec1-44d3-833e-d7ab42c45130 Date: Fri, 09 Nov 2018 08:40:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.3"}],"id":"0066c0b4-6065-4c08-a2c0-ed5453f377cc","security_groups":[],"mac_address":"fa:16:3e:d3:27:4a","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.1"}],"id":"023b1ec9-0689-4d64-815a-1da3f5d606ac","security_groups":[],"mac_address":"fa:16:3e:d6:45:f9","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:27Z","binding:vnic_type":"normal","device_id":"031510d8-2453-4587-a9d0-218fd0d7548f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.4"}],"id":"070dad0f-30df-43a9-b653-b789e0ddd04d","security_groups":[],"mac_address":"fa:16:3e:5e:fd:cf","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.13"}],"id":"6ba8acbb-1872-403b-b912-4b81e4c7b55f","security_groups":["2ca796c5-39ff-493f-908b-6e37e466a97d","e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62"],"mac_address":"fa:16:3e:da:ff:97","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:39Z","binding:vnic_type":"normal","device_id":"05885cb2-6ef6-4db7-afbd-4b7f22841f60"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.2"}],"id":"8253d7e7-8a7a-43f5-8813-e937124f7949","security_groups":[],"mac_address":"fa:16:3e:e9:ae:2b","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-88045cbb-1341-4266-816f-5926e45b97ba"}]} 2018-11-09 08:40:56,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-e8c4a597-6ec1-44d3-833e-d7ab42c45130 2018-11-09 08:40:56,036 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 08:40:56,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:56,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-86a990b4-5076-4eae-961d-c24e54e2461e Date: Fri, 09 Nov 2018 08:40:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:40:56,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-86a990b4-5076-4eae-961d-c24e54e2461e 2018-11-09 08:40:56,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:56,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5926c63b-9e17-4036-b885-ae63aedc3ab9 Date: Fri, 09 Nov 2018 08:40:56 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:40:56,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-5926c63b-9e17-4036-b885-ae63aedc3ab9 2018-11-09 08:40:56,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "port_id": "6ba8acbb-1872-403b-b912-4b81e4c7b55f"}}' 2018-11-09 08:40:59,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-649052d0-3285-41a1-9587-5951db33662b Date: Fri, 09 Nov 2018 08:40:59 GMT RESP BODY: {"floatingip": {"router_id": "031510d8-2453-4587-a9d0-218fd0d7548f", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:57Z", "updated_at": "2018-11-09T08:40:57Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "5b74f186100f40ea91b99a08c6109565", "port_id": "6ba8acbb-1872-403b-b912-4b81e4c7b55f", "id": "f69061d7-6788-4b77-81aa-97223875953c"}} 2018-11-09 08:40:59,178 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-649052d0-3285-41a1-9587-5951db33662b 2018-11-09 08:40:59,178 - create_instance - INFO - Created floating IP 172.30.9.200 via router - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router 2018-11-09 08:40:59,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:40:59,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-ee229463-8ff4-4d2d-b203-0643df94c6d4 x-compute-request-id: req-ee229463-8ff4-4d2d-b203-0643df94c6d4 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:40:59,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-ee229463-8ff4-4d2d-b203-0643df94c6d4 2018-11-09 08:40:59,984 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst] is - ACTIVE 2018-11-09 08:40:59,984 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:40:59,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:00,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-589726dc-bfab-4b4f-a8da-725d72250871 x-compute-request-id: req-589726dc-bfab-4b4f-a8da-725d72250871 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:41:00,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-589726dc-bfab-4b4f-a8da-725d72250871 2018-11-09 08:41:00,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:00,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4c1b403d-3291-4276-b194-102a2dff0446 Date: Fri, 09 Nov 2018 08:41: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:41:00,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-4c1b403d-3291-4276-b194-102a2dff0446 2018-11-09 08:41:00,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:00,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eab3d9be-5f1c-4841-a9a0-23137e393e7c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:41:00,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-eab3d9be-5f1c-4841-a9a0-23137e393e7c 2018-11-09 08:41:00,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:00,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5f86541b-d34a-4ba9-8366-c1598113ae5d Date: Fri, 09 Nov 2018 08:41:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:41:00,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-5f86541b-d34a-4ba9-8366-c1598113ae5d 2018-11-09 08:41:00,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:00,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-3d2507f5-8cb3-4770-8280-853ef7bdde3c Date: Fri, 09 Nov 2018 08:41:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.3"}],"id":"0066c0b4-6065-4c08-a2c0-ed5453f377cc","security_groups":[],"mac_address":"fa:16:3e:d3:27:4a","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.1"}],"id":"023b1ec9-0689-4d64-815a-1da3f5d606ac","security_groups":[],"mac_address":"fa:16:3e:d6:45:f9","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:27Z","binding:vnic_type":"normal","device_id":"031510d8-2453-4587-a9d0-218fd0d7548f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.4"}],"id":"070dad0f-30df-43a9-b653-b789e0ddd04d","security_groups":[],"mac_address":"fa:16:3e:5e:fd:cf","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.13"}],"id":"6ba8acbb-1872-403b-b912-4b81e4c7b55f","security_groups":["2ca796c5-39ff-493f-908b-6e37e466a97d","e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62"],"mac_address":"fa:16:3e:da:ff:97","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:39Z","binding:vnic_type":"normal","device_id":"05885cb2-6ef6-4db7-afbd-4b7f22841f60"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.2"}],"id":"8253d7e7-8a7a-43f5-8813-e937124f7949","security_groups":[],"mac_address":"fa:16:3e:e9:ae:2b","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-88045cbb-1341-4266-816f-5926e45b97ba"}]} 2018-11-09 08:41:00,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-3d2507f5-8cb3-4770-8280-853ef7bdde3c 2018-11-09 08:41:00,884 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2018-11-09 08:41:00,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:01,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-528ec303-f299-4018-9201-8696f251d677 x-compute-request-id: req-528ec303-f299-4018-9201-8696f251d677 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:41:01,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-528ec303-f299-4018-9201-8696f251d677 2018-11-09 08:41:01,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:41:02,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41: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-32e42875-1617-49e3-9e7b-40f399dc2622 x-compute-request-id: req-32e42875-1617-49e3-9e7b-40f399dc2622 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-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 549301190 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.133898] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135635] pid_max: default: 32768 minimum: 301\n[ 0.136562] ACPI: Core revision 20150930\n[ 0.137957] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139313] Security Framework initialized\n[ 0.140164] Yama: becoming mindful.\n[ 0.140936] AppArmor: AppArmor initialized\n[ 0.141822] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143159] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.144474] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.145744] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147157] Initializing cgroup subsys io\n[ 0.147998] Initializing cgroup subsys memory\n[ 0.148885] Initializing cgroup subsys devices\n[ 0.149799] Initializing cgroup subsys freezer\n[ 0.150701] Initializing cgroup subsys net_cls\n[ 0.151597] Initializing cgroup subsys perf_event\n[ 0.152539] Initializing cgroup subsys net_prio\n[ 0.153470] Initializing cgroup subsys hugetlb\n[ 0.154363] Initializing cgroup subsys pids\n[ 0.155277] CPU: Physical Processor ID: 0\n[ 0.156812] mce: CPU supports 10 MCE banks\n[ 0.157715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158751] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161044] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167402] ftrace: allocating 31920 entries in 125 pages\n[ 0.193255] smpboot: Max logical packages: 2\n[ 0.194148] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195451] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.196861] x2apic enabled\n[ 0.197693] Switched APIC routing to physical x2apic.\n[ 0.199473] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200738] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203040] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205111] KVM setup paravirtual spinlock\n[ 0.206631] x86: Booting SMP configuration:\n[ 0.207595] .... node #0, CPUs: #1\n[ 0.208559] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.231108] x86: Booted up 1 node, 2 CPUs\n[ 0.231111] KVM setup async PF for cpu 1\n[ 0.231114] kvm-stealtime: cpu 1, msr f90d940\n[ 0.233883] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.235466] devtmpfs: initialized\n[ 0.237162] evm: security.selinux\n[ 0.237885] evm: security.SMACK64\n[ 0.238602] evm: security.SMACK64EXEC\n[ 0.239384] evm: security.SMACK64TRANSMUTE\n[ 0.240224] evm: security.SMACK64MMAP\n[ 0.241002] evm: security.ima\n[ 0.241667] evm: security.capability\n[ 0.242525] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.244482] pinctrl core: initialized pinctrl subsystem\n[ 0.245621] RTC time: 8:40:49, date: 11/09/18\n[ 0.246621] NET: Registered protocol family 16\n[ 0.256447] cpuidle: using governor ladder\n[ 0.268538] cpuidle: using governor menu\n[ 0.269336] PCCT header not found.\n[ 0.270113] ACPI: bus type PCI registered\n[ 0.270910] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272143] PCI: Using configuration type 1 for base access\n[ 0.285571] ACPI: Added _OSI(Module Device)\n[ 0.286426] ACPI: Added _OSI(Processor Device)\n[ 0.287275] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288165] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290537] ACPI: Interpreter enabled\n[ 0.291288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.293107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.294929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298582] ACPI: (supports S0 S5)\n[ 0.299274] ACPI: Using IOAPIC for interrupt routing\n[ 0.300220] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304698] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.307093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.309317] acpiphp: Slot [3] registered\n[ 0.310114] acpiphp: Slot [4] registered\n[ 0.310909] acpiphp: Slot [5] registered\n[ 0.311708] acpiphp: Slot [6] registered\n[ 0.312498] acpiphp: Slot [7] registered\n[ 0.313286] acpiphp: Slot [8] registered\n[ 0.314078] acpiphp: Slot [9] registered\n[ 0.314869] acpiphp: Slot [10] registered\n[ 0.325740] acpiphp: Slot [11] registered\n[ 0.326589] acpiphp: Slot [12] registered\n[ 0.327395] acpiphp: Slot [13] registered\n[ 0.328191] acpiphp: Slot [14] registered\n[ 0.328992] acpiphp: Slot [15] registered\n[ 0.329803] acpiphp: Slot [16] registered\n[ 0.330607] acpiphp: Slot [17] registered\n[ 0.331409] acpiphp: Slot [18] registered\n[ 0.332206] acpiphp: Slot [19] registered\n[ 0.333009] acpiphp: Slot [20] registered\n[ 0.333818] acpiphp: Slot [21] registered\n[ 0.334621] acpiphp: Slot [22] registered\n[ 0.335427] acpiphp: Slot [23] registered\n[ 0.336227] acpiphp: Slot [24] registered\n[ 0.337041] acpiphp: Slot [25] registered\n[ 0.337850] acpiphp: Slot [26] registered\n[ 0.338659] acpiphp: Slot [27] registered\n[ 0.339462] acpiphp: Slot [28] registered\n[ 0.340259] acpiphp: Slot [29] registered\n[ 0.341061] acpiphp: Slot [30] registered\n[ 0.341869] acpiphp: Slot [31] registered\n[ 0.342674] PCI host bridge to bus 0000:00\n[ 0.343475] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.344677] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345881] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347330] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.348761] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355062] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356321] 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.358753] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.365500] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.366912] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414518] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416000] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417433] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.418843] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.420215] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422328] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423561] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426137] vgaarb: loaded\n[ 0.426735] vgaarb: bridge control possible 0000:00:02.0\n[ 0.427895] SCSI subsystem initialized\n[ 0.428735] ACPI: bus type USB registered\n[ 0.429547] usbcore: registered new interface driver usbfs\n[ 0.430567] usbcore: registered new interface driver hub\n[ 0.431560] usbcore: registered new device driver usb\n[ 0.432657] PCI: Using ACPI for IRQ routing\n[ 0.433679] NetLabel: Initializing\n[ 0.434388] NetLabel: domain hash size = 128\n[ 0.435235] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436174] NetLabel: unlabeled traffic allowed by default\n[ 0.437318] clocksource: Switched to clocksource kvm-clock\n[ 0.443190] AppArmor: AppArmor Filesystem Enabled\n[ 0.444142] pnp: PnP ACPI init\n[ 0.445068] pnp: PnP ACPI: found 5 devices\n[ 0.452429] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.454127] NET: Registered protocol family 2\n[ 0.455113] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.456359] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.457511] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.458671] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459733] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460871] NET: Registered protocol family 1\n[ 0.461730] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462805] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463858] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.482424] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.501237] Trying to unpack rootfs image as initramfs...\n[ 0.552238] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.567016] Scanning for low memory corruption every 60 seconds\n[ 0.568928] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.570716] audit: initializing netlink subsys (disabled)\n[ 0.572313] audit: type=2000 audit(1541752849.742:1): initialized\n[ 0.573708] Initialise system trusted keyring\n[ 0.574684] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.575876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578012] zbud: loaded\n[ 0.578746] VFS: Disk quotas dquot_6.6.0\n[ 0.579588] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.581168] fuse init (API version 7.23)\n[ 0.582107] Key type big_key registered\n[ 0.582924] Allocating IMA MOK and blacklist keyrings.\n[ 0.584119] Key type asymmetric registered\n[ 0.584953] Asymmetric key parser 'x509' registered\n[ 0.585929] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.587438] io scheduler noop registered\n[ 0.588242] io scheduler deadline registered (default)\n[ 0.589268] io scheduler cfq registered\n[ 0.590145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.591213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.592495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.593964] ACPI: Power Button [PWRF]\n[ 0.594832] GHES: HEST is not enabled!\n[ 0.613612] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.651049] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.653407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.677138] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.679769] Linux agpgart interface v0.103\n[ 0.685389] brd: module loaded\n[ 0.688671] loop: module loaded\n[ 0.695333] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696826] GPT:90111 != 20971519\n[ 0.697536] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698651] GPT:90111 != 20971519\n[ 0.699346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.700355] vda: vda1 vda15\n[ 0.701842] scsi host0: ata_piix\n[ 0.702610] scsi host1: ata_piix\n[ 0.703324] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.704564] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.706198] libphy: Fixed MDIO Bus: probed\n[ 0.707044] tun: Universal TUN/TAP device driver, 1.6\n[ 0.708010] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709994] PPP generic driver version 2.4.2\n[ 0.711196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712480] ehci-pci: EHCI PCI platform driver\n[ 0.713355] ehci-platform: EHCI generic platform driver\n[ 0.714349] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715483] ohci-pci: OHCI PCI platform driver\n[ 0.716358] ohci-platform: OHCI generic platform driver\n[ 0.717357] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736095] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737107] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738579] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.740689] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.741932] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743358] usb usb1: Product: UHCI Host Controller\n[ 0.744300] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745455] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746486] hub 1-0:1.0: USB hub found\n[ 0.747267] hub 1-0:1.0: 2 ports detected\n[ 0.748193] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750341] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751307] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752356] mousedev: PS/2 mouse device common for all mice\n[ 0.753556] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754761] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755967] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.757673] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759225] i2c /dev entries driver\n[ 0.760168] device-mapper: uevent: version 1.0.3\n[ 0.761370] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.763401] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.765004] NET: Registered protocol family 10\n[ 0.766244] NET: Registered protocol family 17\n[ 0.767349] Key type dns_resolver registered\n[ 0.768515] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.769881] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771004] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.773207] registered taskstats version 1\n[ 0.774248] Loading compiled-in X.509 certificates\n[ 0.775912] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.778232] zswap: loaded using pool lzo/zbud\n[ 0.779898] Key type trusted registered\n[ 0.781788] Key type encrypted registered\n[ 0.782815] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.784096] ima: No TPM chip found, activating TPM-bypass!\n[ 0.785405] evm: HMAC attrs: 0x1\n[ 0.786503] Magic number: 10:685:674\n[ 0.787547] rtc_cmos 00:00: setting system clock to 2018-11-09 08:40:49 UTC (1541752849)\n[ 0.799885] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.801284] EDD information not available.\n[ 0.862439] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.864342] Write protecting the kernel read-only data: 14336k\n[ 0.866263] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.868471] 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.926724] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.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.33. iid=i-000000e3\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC+2KRWAqyswDLmIyCT/d5l1kmm95d2ay8W2rvIyYEggO0TIq7xViyJQ5kpsvox8VeHL3mcLhzv/rGSI4ZjCkP3vo/NWNhkjTKaQ+zNjQf7nz0bZWawaxTPbCOIzIQddETjBrVLDb1M5MIufuqg4JGf1jR5To9Zl+QGKJLe5e4klLlYEXS3XbHStIGGErzIOhvB8mFUA+U8jcL2sbktF0rboeqT2vz4SRNwUy7D8LjjCVdMa6vuK4bwmf+cyuHcf897MRj1CrjFVkvtcGi3eKKwnU0KIg6bwg5aVpQQTIA7Kaxmycv2wO+CriUzI9o84uW4cULvMVbdZwE3MRoTnfT3 root@createinstancesinglenetworktests-dfceeddf-949f-4b78-ab6b-f22d14\nssh-dss AAAAB3NzaC1kc3MAAACBAPwuU7IVb66xg4yFmkOkV1ISKpUnaqlT3MRndv8koaHBIfvRkYXL8BAtGKurC5DdIWliWf02qC6KVP1AiAjhTLXIbxWOiMWzsx1/mNgba/eZ7ZCSIEWuhkQSngKY/sYh4TL5DPmy80xUzCioUwaIT3E5x4nXgX9lU+2LICWnoru/AAAAFQDXYezFIA89VReBAVeefSTaAqjG2wAAAIEA1ME1HlTnAgkN5TWYjJC4R3K8HdEJOh7awrVpzjqJCU7s3by2otTRmQcCWNEYXEC8Z5R5MZLnqIVaK9Fmq/LGDD7qBCRMEyD22DTLmrkVcpmIksGTmWtGKY7OL3wfR6m2tLuao5edNc/xAeGtXCH0W2rnkNSBiXmxMn+qTaKnVAEAAACAVMx7ZYvNwBUmiqGhBCJyae/1FwAuGl/cf1raopGFhB7WGBe7vwDDlU9LrneQeCy5xOZck/2GFmxBK0JB6DHXz5msMsVpKlfR4ZmPi63u1ypQy2M5BfW0t2GMoGg6iJd+hrd14tFaVSJ57m0DcQBi5qSt53kJ3eCHloLHV+CMF9I= root@createinstancesinglenetworktests-dfceeddf-949f-4b78-ab6b-f22d14\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:feda:ff97/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-000000e3\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-dfceeddf-949f-4b78-ab6b-f22d14\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-dfceeddf-949f-4b78-ab6b-f22d14 login: "} 2018-11-09 08:41:02,144 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60/action used request id req-32e42875-1617-49e3-9e7b-40f399dc2622 2018-11-09 08:41:02,146 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:41:02,146 - 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 549301190 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.133898] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135635] pid_max: default: 32768 minimum: 301 [ 0.136562] ACPI: Core revision 20150930 [ 0.137957] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139313] Security Framework initialized [ 0.140164] Yama: becoming mindful. [ 0.140936] AppArmor: AppArmor initialized [ 0.141822] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143159] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.144474] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.145744] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147157] Initializing cgroup subsys io [ 0.147998] Initializing cgroup subsys memory [ 0.148885] Initializing cgroup subsys devices [ 0.149799] Initializing cgroup subsys freezer [ 0.150701] Initializing cgroup subsys net_cls [ 0.151597] Initializing cgroup subsys perf_event [ 0.152539] Initializing cgroup subsys net_prio [ 0.153470] Initializing cgroup subsys hugetlb [ 0.154363] Initializing cgroup subsys pids [ 0.155277] CPU: Physical Processor ID: 0 [ 0.156812] mce: CPU supports 10 MCE banks [ 0.157715] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158751] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.161044] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.167402] ftrace: allocating 31920 entries in 125 pages [ 0.193255] smpboot: Max logical packages: 2 [ 0.194148] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195451] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.196861] x2apic enabled [ 0.197693] Switched APIC routing to physical x2apic. [ 0.199473] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200738] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203040] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205111] KVM setup paravirtual spinlock [ 0.206631] x86: Booting SMP configuration: [ 0.207595] .... node #0, CPUs: #1 [ 0.208559] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.231108] x86: Booted up 1 node, 2 CPUs [ 0.231111] KVM setup async PF for cpu 1 [ 0.231114] kvm-stealtime: cpu 1, msr f90d940 [ 0.233883] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.235466] devtmpfs: initialized [ 0.237162] evm: security.selinux [ 0.237885] evm: security.SMACK64 [ 0.238602] evm: security.SMACK64EXEC [ 0.239384] evm: security.SMACK64TRANSMUTE [ 0.240224] evm: security.SMACK64MMAP [ 0.241002] evm: security.ima [ 0.241667] evm: security.capability [ 0.242525] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.244482] pinctrl core: initialized pinctrl subsystem [ 0.245621] RTC time: 8:40:49, date: 11/09/18 [ 0.246621] NET: Registered protocol family 16 [ 0.256447] cpuidle: using governor ladder [ 0.268538] cpuidle: using governor menu [ 0.269336] PCCT header not found. [ 0.270113] ACPI: bus type PCI registered [ 0.270910] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.272143] PCI: Using configuration type 1 for base access [ 0.285571] ACPI: Added _OSI(Module Device) [ 0.286426] ACPI: Added _OSI(Processor Device) [ 0.287275] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.288165] ACPI: Added _OSI(Processor Aggregator Device) [ 0.290537] ACPI: Interpreter enabled [ 0.291288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.293107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.294929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.296762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.298582] ACPI: (supports S0 S5) [ 0.299274] ACPI: Using IOAPIC for interrupt routing [ 0.300220] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.303574] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.304698] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.305905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.307093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.309317] acpiphp: Slot [3] registered [ 0.310114] acpiphp: Slot [4] registered [ 0.310909] acpiphp: Slot [5] registered [ 0.311708] acpiphp: Slot [6] registered [ 0.312498] acpiphp: Slot [7] registered [ 0.313286] acpiphp: Slot [8] registered [ 0.314078] acpiphp: Slot [9] registered [ 0.314869] acpiphp: Slot [10] registered [ 0.325740] acpiphp: Slot [11] registered [ 0.326589] acpiphp: Slot [12] registered [ 0.327395] acpiphp: Slot [13] registered [ 0.328191] acpiphp: Slot [14] registered [ 0.328992] acpiphp: Slot [15] registered [ 0.329803] acpiphp: Slot [16] registered [ 0.330607] acpiphp: Slot [17] registered [ 0.331409] acpiphp: Slot [18] registered [ 0.332206] acpiphp: Slot [19] registered [ 0.333009] acpiphp: Slot [20] registered [ 0.333818] acpiphp: Slot [21] registered [ 0.334621] acpiphp: Slot [22] registered [ 0.335427] acpiphp: Slot [23] registered [ 0.336227] acpiphp: Slot [24] registered [ 0.337041] acpiphp: Slot [25] registered [ 0.337850] acpiphp: Slot [26] registered [ 0.338659] acpiphp: Slot [27] registered [ 0.339462] acpiphp: Slot [28] registered [ 0.340259] acpiphp: Slot [29] registered [ 0.341061] acpiphp: Slot [30] registered [ 0.341869] acpiphp: Slot [31] registered [ 0.342674] PCI host bridge to bus 0000:00 [ 0.343475] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.344677] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.345881] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.347330] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.348761] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.355062] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.356321] 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.358753] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.365500] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.366912] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.414518] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.416000] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.417433] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.418843] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.420215] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.422328] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.423561] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.424603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.426137] vgaarb: loaded [ 0.426735] vgaarb: bridge control possible 0000:00:02.0 [ 0.427895] SCSI subsystem initialized [ 0.428735] ACPI: bus type USB registered [ 0.429547] usbcore: registered new interface driver usbfs [ 0.430567] usbcore: registered new interface driver hub [ 0.431560] usbcore: registered new device driver usb [ 0.432657] PCI: Using ACPI for IRQ routing [ 0.433679] NetLabel: Initializing [ 0.434388] NetLabel: domain hash size = 128 [ 0.435235] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.436174] NetLabel: unlabeled traffic allowed by default [ 0.437318] clocksource: Switched to clocksource kvm-clock [ 0.443190] AppArmor: AppArmor Filesystem Enabled [ 0.444142] pnp: PnP ACPI init [ 0.445068] pnp: PnP ACPI: found 5 devices [ 0.452429] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.454127] NET: Registered protocol family 2 [ 0.455113] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.456359] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.457511] TCP: Hash tables configured (established 2048 bind 2048) [ 0.458671] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.459733] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.460871] NET: Registered protocol family 1 [ 0.461730] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.462805] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.463858] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.482424] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.501237] Trying to unpack rootfs image as initramfs... [ 0.552238] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.567016] Scanning for low memory corruption every 60 seconds [ 0.568928] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.570716] audit: initializing netlink subsys (disabled) [ 0.572313] audit: type=2000 audit(1541752849.742:1): initialized [ 0.573708] Initialise system trusted keyring [ 0.574684] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.575876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.578012] zbud: loaded [ 0.578746] VFS: Disk quotas dquot_6.6.0 [ 0.579588] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.581168] fuse init (API version 7.23) [ 0.582107] Key type big_key registered [ 0.582924] Allocating IMA MOK and blacklist keyrings. [ 0.584119] Key type asymmetric registered [ 0.584953] Asymmetric key parser 'x509' registered [ 0.585929] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.587438] io scheduler noop registered [ 0.588242] io scheduler deadline registered (default) [ 0.589268] io scheduler cfq registered [ 0.590145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.591213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.592495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.593964] ACPI: Power Button [PWRF] [ 0.594832] GHES: HEST is not enabled! [ 0.613612] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.651049] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.653407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.677138] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.679769] Linux agpgart interface v0.103 [ 0.685389] brd: module loaded [ 0.688671] loop: module loaded [ 0.695333] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.696826] GPT:90111 != 20971519 [ 0.697536] GPT:Alternate GPT header not at the end of the disk. [ 0.698651] GPT:90111 != 20971519 [ 0.699346] GPT: Use GNU Parted to correct GPT errors. [ 0.700355] vda: vda1 vda15 [ 0.701842] scsi host0: ata_piix [ 0.702610] scsi host1: ata_piix [ 0.703324] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.704564] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.706198] libphy: Fixed MDIO Bus: probed [ 0.707044] tun: Universal TUN/TAP device driver, 1.6 [ 0.708010] tun: (C) 1999-2004 Max Krasnyansky [ 0.709994] PPP generic driver version 2.4.2 [ 0.711196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712480] ehci-pci: EHCI PCI platform driver [ 0.713355] ehci-platform: EHCI generic platform driver [ 0.714349] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715483] ohci-pci: OHCI PCI platform driver [ 0.716358] ohci-platform: OHCI generic platform driver [ 0.717357] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736095] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737107] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738579] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.740689] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.741932] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743358] usb usb1: Product: UHCI Host Controller [ 0.744300] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745455] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746486] hub 1-0:1.0: USB hub found [ 0.747267] hub 1-0:1.0: 2 ports detected [ 0.748193] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750341] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751307] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752356] mousedev: PS/2 mouse device common for all mice [ 0.753556] rtc_cmos 00:00: RTC can wake from S4 [ 0.754761] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.755967] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.757673] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.759225] i2c /dev entries driver [ 0.760168] device-mapper: uevent: version 1.0.3 [ 0.761370] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.763401] ledtrig-cpu: registered to indicate activity on CPUs [ 0.765004] NET: Registered protocol family 10 [ 0.766244] NET: Registered protocol family 17 [ 0.767349] Key type dns_resolver registered [ 0.768515] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.769881] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771004] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.773207] registered taskstats version 1 [ 0.774248] Loading compiled-in X.509 certificates [ 0.775912] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.778232] zswap: loaded using pool lzo/zbud [ 0.779898] Key type trusted registered [ 0.781788] Key type encrypted registered [ 0.782815] AppArmor: AppArmor sha1 policy hashing enabled [ 0.784096] ima: No TPM chip found, activating TPM-bypass! [ 0.785405] evm: HMAC attrs: 0x1 [ 0.786503] Magic number: 10:685:674 [ 0.787547] rtc_cmos 00:00: setting system clock to 2018-11-09 08:40:49 UTC (1541752849) [ 0.799885] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.801284] EDD information not available. [ 0.862439] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.864342] Write protecting the kernel read-only data: 14336k [ 0.866263] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.868471] 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.926724] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.15 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.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.33. iid=i-000000e3 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC+2KRWAqyswDLmIyCT/d5l1kmm95d2ay8W2rvIyYEggO0TIq7xViyJQ5kpsvox8VeHL3mcLhzv/rGSI4ZjCkP3vo/NWNhkjTKaQ+zNjQf7nz0bZWawaxTPbCOIzIQddETjBrVLDb1M5MIufuqg4JGf1jR5To9Zl+QGKJLe5e4klLlYEXS3XbHStIGGErzIOhvB8mFUA+U8jcL2sbktF0rboeqT2vz4SRNwUy7D8LjjCVdMa6vuK4bwmf+cyuHcf897MRj1CrjFVkvtcGi3eKKwnU0KIg6bwg5aVpQQTIA7Kaxmycv2wO+CriUzI9o84uW4cULvMVbdZwE3MRoTnfT3 root@createinstancesinglenetworktests-dfceeddf-949f-4b78-ab6b-f22d14 ssh-dss AAAAB3NzaC1kc3MAAACBAPwuU7IVb66xg4yFmkOkV1ISKpUnaqlT3MRndv8koaHBIfvRkYXL8BAtGKurC5DdIWliWf02qC6KVP1AiAjhTLXIbxWOiMWzsx1/mNgba/eZ7ZCSIEWuhkQSngKY/sYh4TL5DPmy80xUzCioUwaIT3E5x4nXgX9lU+2LICWnoru/AAAAFQDXYezFIA89VReBAVeefSTaAqjG2wAAAIEA1ME1HlTnAgkN5TWYjJC4R3K8HdEJOh7awrVpzjqJCU7s3by2otTRmQcCWNEYXEC8Z5R5MZLnqIVaK9Fmq/LGDD7qBCRMEyD22DTLmrkVcpmIksGTmWtGKY7OL3wfR6m2tLuao5edNc/xAeGtXCH0W2rnkNSBiXmxMn+qTaKnVAEAAACAVMx7ZYvNwBUmiqGhBCJyae/1FwAuGl/cf1raopGFhB7WGBe7vwDDlU9LrneQeCy5xOZck/2GFmxBK0JB6DHXz5msMsVpKlfR4ZmPi63u1ypQy2M5BfW0t2GMoGg6iJd+hrd14tFaVSJ57m0DcQBi5qSt53kJ3eCHloLHV+CMF9I= root@createinstancesinglenetworktests-dfceeddf-949f-4b78-ab6b-f22d14 -----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:feda:ff97/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-000000e3 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-dfceeddf-949f-4b78-ab6b-f22d14 launch-index: 0 === cirros: current=0.4.0 uptime=3.20 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-dfceeddf-949f-4b78-ab6b-f22d14 login: 2018-11-09 08:41:02,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:02,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41: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-d012a4f9-12be-4083-8cc4-061f31124d94 x-compute-request-id: req-d012a4f9-12be-4083-8cc4-061f31124d94 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:41:02,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-d012a4f9-12be-4083-8cc4-061f31124d94 2018-11-09 08:41:02,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:02,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e5c53ef9-c8f9-4758-94e2-d594376d2b57 Date: Fri, 09 Nov 2018 08:41: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:41:02,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-e5c53ef9-c8f9-4758-94e2-d594376d2b57 2018-11-09 08:41:02,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:02,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6d11cb0-8aef-4a43-8574-a6af8b75287c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:41:02,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-b6d11cb0-8aef-4a43-8574-a6af8b75287c 2018-11-09 08:41:02,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:02,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7313d8fb-dfeb-4a89-aa72-5c39a7f5985b Date: Fri, 09 Nov 2018 08:41:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:41:02,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-7313d8fb-dfeb-4a89-aa72-5c39a7f5985b 2018-11-09 08:41:02,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:03,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-52e4250d-8204-4fd7-9a01-d41af63514f8 Date: Fri, 09 Nov 2018 08:41:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.3"}],"id":"0066c0b4-6065-4c08-a2c0-ed5453f377cc","security_groups":[],"mac_address":"fa:16:3e:d3:27:4a","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.1"}],"id":"023b1ec9-0689-4d64-815a-1da3f5d606ac","security_groups":[],"mac_address":"fa:16:3e:d6:45:f9","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:27Z","binding:vnic_type":"normal","device_id":"031510d8-2453-4587-a9d0-218fd0d7548f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.4"}],"id":"070dad0f-30df-43a9-b653-b789e0ddd04d","security_groups":[],"mac_address":"fa:16:3e:5e:fd:cf","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.13"}],"id":"6ba8acbb-1872-403b-b912-4b81e4c7b55f","security_groups":["2ca796c5-39ff-493f-908b-6e37e466a97d","e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62"],"mac_address":"fa:16:3e:da:ff:97","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:39Z","binding:vnic_type":"normal","device_id":"05885cb2-6ef6-4db7-afbd-4b7f22841f60"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.2"}],"id":"8253d7e7-8a7a-43f5-8813-e937124f7949","security_groups":[],"mac_address":"fa:16:3e:e9:ae:2b","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-88045cbb-1341-4266-816f-5926e45b97ba"}]} 2018-11-09 08:41:03,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-52e4250d-8204-4fd7-9a01-d41af63514f8 2018-11-09 08:41:03,138 - create_instance - INFO - Checking if VM is active 2018-11-09 08:41:03,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:03,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41: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-aac7f6e1-4691-4957-b1f4-901adf9c8e97 x-compute-request-id: req-aac7f6e1-4691-4957-b1f4-901adf9c8e97 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:41:03,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-aac7f6e1-4691-4957-b1f4-901adf9c8e97 2018-11-09 08:41:03,614 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst] is - ACTIVE 2018-11-09 08:41:03,614 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:41:03,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:04,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-ce3e4622-b406-4dc3-87ce-f03e14bcbdf8 x-compute-request-id: req-ce3e4622-b406-4dc3-87ce-f03e14bcbdf8 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:ff:97", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp"}], "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:40:48Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:41:04,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-ce3e4622-b406-4dc3-87ce-f03e14bcbdf8 2018-11-09 08:41:04,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:04,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-59d33a40-5a19-498a-9ec3-02bc5517fdba Date: Fri, 09 Nov 2018 08:41: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":["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"],"updated_at":"2018-11-09T08:40:18Z","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b74f186100f40ea91b99a08c6109565","id":"88045cbb-1341-4266-816f-5926e45b97ba","name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net"}]} 2018-11-09 08:41:04,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net used request id req-59d33a40-5a19-498a-9ec3-02bc5517fdba 2018-11-09 08:41:04,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:04,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92303781-52b6-45d7-8827-aee1686d9521 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:41:04,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-92303781-52b6-45d7-8827-aee1686d9521 2018-11-09 08:41:04,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:04,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-32b60360-c886-4c93-be6d-3b7365aca748 Date: Fri, 09 Nov 2018 08:41:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","dns_nameservers":[],"updated_at":"2018-11-09T08:40:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5b74f186100f40ea91b99a08c6109565","id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet"}]} 2018-11-09 08:41:04,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-32b60360-c886-4c93-be6d-3b7365aca748 2018-11-09 08:41:04,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:04,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-c48b5152-0f51-4385-a50c-b70ea92b36fc Date: Fri, 09 Nov 2018 08:41:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.3"}],"id":"0066c0b4-6065-4c08-a2c0-ed5453f377cc","security_groups":[],"mac_address":"fa:16:3e:d3:27:4a","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.1"}],"id":"023b1ec9-0689-4d64-815a-1da3f5d606ac","security_groups":[],"mac_address":"fa:16:3e:d6:45:f9","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:27Z","binding:vnic_type":"normal","device_id":"031510d8-2453-4587-a9d0-218fd0d7548f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.4"}],"id":"070dad0f-30df-43a9-b653-b789e0ddd04d","security_groups":[],"mac_address":"fa:16:3e:5e:fd:cf","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-88045cbb-1341-4266-816f-5926e45b97ba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.13"}],"id":"6ba8acbb-1872-403b-b912-4b81e4c7b55f","security_groups":["2ca796c5-39ff-493f-908b-6e37e466a97d","e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62"],"mac_address":"fa:16:3e:da:ff:97","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:39Z","binding:vnic_type":"normal","device_id":"05885cb2-6ef6-4db7-afbd-4b7f22841f60"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:40:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bfaf8400-870f-4b9d-bd0e-d5649b2c68bc","ip_address":"10.55.1.2"}],"id":"8253d7e7-8a7a-43f5-8813-e937124f7949","security_groups":[],"mac_address":"fa:16:3e:e9:ae:2b","project_id":"5b74f186100f40ea91b99a08c6109565","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"88045cbb-1341-4266-816f-5926e45b97ba","tenant_id":"5b74f186100f40ea91b99a08c6109565","created_at":"2018-11-09T08:40:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-88045cbb-1341-4266-816f-5926e45b97ba"}]} 2018-11-09 08:41:04,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=88045cbb-1341-4266-816f-5926e45b97ba used request id req-c48b5152-0f51-4385-a50c-b70ea92b36fc 2018-11-09 08:41:04,589 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:41:04,594 - paramiko.transport - DEBUG - starting thread (client mode): 0x886cb290L 2018-11-09 08:41:04,594 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:41:04,594 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:41:04,594 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:41:04,596 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:41:04,596 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:41:04,596 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:41:04,596 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:41:04,596 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:41:04,596 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:41:04,614 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:41:04,615 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:41:04,626 - paramiko.transport - DEBUG - Trying key b841c6cf8256ac6c1acd50a355014204 from tmp/CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1 2018-11-09 08:41:04,654 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:41:04,657 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:41:04,757 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:41:04,772 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:41:04,773 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:41:04,774 - paramiko.transport - DEBUG - starting thread (client mode): 0x88638910L 2018-11-09 08:41:04,775 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:41:04,775 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:41:04,775 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:41:04,776 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:41:04,776 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:41:04,776 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:41:04,777 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:41:04,777 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:41:04,777 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:41:04,794 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:41:04,794 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:41:04,807 - paramiko.transport - DEBUG - Trying key b841c6cf8256ac6c1acd50a355014204 from tmp/CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1 2018-11-09 08:41:04,834 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:41:04,837 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:41:04,839 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:41:04,840 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:41:04,840 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:41:04,842 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:41:04,843 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:41:04,844 - create_instance - INFO - Deleting Floating IP - 172.30.9.200 2018-11-09 08:41:04,844 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.200 2018-11-09 08:41:04,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/f69061d7-6788-4b77-81aa-97223875953c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:05,982 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-603028f9-b98c-4dc6-b2b3-7d23f5912a89 Content-Length: 0 Date: Fri, 09 Nov 2018 08:41:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:05,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/f69061d7-6788-4b77-81aa-97223875953c used request id req-603028f9-b98c-4dc6-b2b3-7d23f5912a89 2018-11-09 08:41:05,982 - create_instance - INFO - Deleting Port with ID - 6ba8acbb-1872-403b-b912-4b81e4c7b55f 2018-11-09 08:41:05,982 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1port-1 2018-11-09 08:41:05,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/6ba8acbb-1872-403b-b912-4b81e4c7b55f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:06,461 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3a90006-80fd-4adf-8658-4525b178ea0f Date: Fri, 09 Nov 2018 08:41:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:06,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/6ba8acbb-1872-403b-b912-4b81e4c7b55f used request id req-e3a90006-80fd-4adf-8658-4525b178ea0f 2018-11-09 08:41:06,461 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst 2018-11-09 08:41:06,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:06,598 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-8ff6f52f-fcd0-4bd4-876f-69454c8405de x-compute-request-id: req-8ff6f52f-fcd0-4bd4-876f-69454c8405de Content-Type: application/json 2018-11-09 08:41:06,598 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-8ff6f52f-fcd0-4bd4-876f-69454c8405de 2018-11-09 08:41:06,599 - create_instance - INFO - Checking deletion status 2018-11-09 08:41:06,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:06,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-aa028f6b-a009-45ae-b548-41dabf53aab2 x-compute-request-id: req-aa028f6b-a009-45ae-b548-41dabf53aab2 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:41:06Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:41:06,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-aa028f6b-a009-45ae-b548-41dabf53aab2 2018-11-09 08:41:06,696 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst] is - ACTIVE 2018-11-09 08:41:06,696 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:41:09,697 - create_instance - DEBUG - VM status query timeout in 296.901879072 2018-11-09 08:41:09,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:09,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ec34779-3f7a-4e80-9ed0-d3721119ee82 x-compute-request-id: req-5ec34779-3f7a-4e80-9ed0-d3721119ee82 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60", "rel": "bookmark"}], "image": {"id": "9f38e55c-54bf-40b5-95c0-0f3e952d6178", "links": [{"href": "http://172.30.9.27:8774/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:40:48.000000", "flavor": {"id": "c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "links": [{"href": "http://172.30.9.27:8774/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5", "rel": "bookmark"}]}, "id": "05885cb2-6ef6-4db7-afbd-4b7f22841f60", "user_id": "10590f1d9c2740c2ae74d728d5a07c8c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:41:06Z", "hostId": "b7e1d68e10f86e49c5f257efb18cb457c5c8051769531f1df2d2fd9c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp", "name": "CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst", "created": "2018-11-09T08:40:42Z", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:41:09,938 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-5ec34779-3f7a-4e80-9ed0-d3721119ee82 2018-11-09 08:41:09,939 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst] is - ACTIVE 2018-11-09 08:41:09,939 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:41:12,942 - create_instance - DEBUG - VM status query timeout in 293.656849146 2018-11-09 08:41:12,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbcb653f368db50f7f063b2da850c1f3515420f" 2018-11-09 08:41:12,991 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-23cde25d-368d-47ce-ae9f-e1f5b77ec507 x-compute-request-id: req-23cde25d-368d-47ce-ae9f-e1f5b77ec507 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 05885cb2-6ef6-4db7-afbd-4b7f22841f60 could not be found.", "code": 404}} 2018-11-09 08:41:12,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/05885cb2-6ef6-4db7-afbd-4b7f22841f60 used request id req-23cde25d-368d-47ce-ae9f-e1f5b77ec507 2018-11-09 08:41:12,991 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 05885cb2-6ef6-4db7-afbd-4b7f22841f60 could not be found. (HTTP 404) (Request-ID: req-23cde25d-368d-47ce-ae9f-e1f5b77ec507) 2018-11-09 08:41:12,991 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-inst 2018-11-09 08:41:12,992 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp 2018-11-09 08:41:12,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c69e52e0b7268978095b4184bb63dfc3550802b" 2018-11-09 08:41:13,040 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:41: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-c24a4d54-8c75-44cb-a119-258fdcb7d940 x-compute-request-id: req-c24a4d54-8c75-44cb-a119-258fdcb7d940 Content-Length: 0 Content-Type: application/json 2018-11-09 08:41:13,040 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-kp used request id req-c24a4d54-8c75-44cb-a119-258fdcb7d940 2018-11-09 08:41:13,041 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1.pub] 2018-11-09 08:41:13,041 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1] 2018-11-09 08:41:13,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48880f083d4b52a957dde2de875e6759329a8d4" 2018-11-09 08:41:13,084 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-ae48a085-0325-4392-927e-41c1568e940f x-compute-request-id: req-ae48a085-0325-4392-927e-41c1568e940f Content-Length: 0 Content-Type: application/json 2018-11-09 08:41:13,084 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/c4c6a14d-82a7-4917-acd7-db6f8ce245d5 used request id req-ae48a085-0325-4392-927e-41c1568e940f 2018-11-09 08:41:13,085 - neutron_utils - INFO - Deleting security group rule with ID - 828949be-bc4f-453f-8492-0c7688e26bca 2018-11-09 08:41:13,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/828949be-bc4f-453f-8492-0c7688e26bca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:41:13,186 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-532a13de-80a9-47a4-8a7e-79cb7068f5c3 Content-Length: 0 Date: Fri, 09 Nov 2018 08:41:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:13,186 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/828949be-bc4f-453f-8492-0c7688e26bca used request id req-532a13de-80a9-47a4-8a7e-79cb7068f5c3 2018-11-09 08:41:13,187 - neutron_utils - INFO - Deleting security group rule with ID - ab5eee6a-84d5-4d40-8060-c1c27df040c5 2018-11-09 08:41:13,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/ab5eee6a-84d5-4d40-8060-c1c27df040c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:41:13,428 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-02b15e61-498c-41b4-8f2c-48fafbdfe95b Content-Length: 0 Date: Fri, 09 Nov 2018 08:41:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:13,429 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/ab5eee6a-84d5-4d40-8060-c1c27df040c5 used request id req-02b15e61-498c-41b4-8f2c-48fafbdfe95b 2018-11-09 08:41:13,429 - neutron_utils - INFO - Deleting security group rule with ID - dd240372-5020-4c9d-99c8-c59cadff693d 2018-11-09 08:41:13,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/dd240372-5020-4c9d-99c8-c59cadff693d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:41:13,684 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e6dd943b-2cbd-4451-9bd8-76e4a494fcd4 Content-Length: 0 Date: Fri, 09 Nov 2018 08:41:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:13,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/dd240372-5020-4c9d-99c8-c59cadff693d used request id req-e6dd943b-2cbd-4451-9bd8-76e4a494fcd4 2018-11-09 08:41:13,684 - neutron_utils - INFO - Deleting security group rule with ID - c7d82842-7050-4f36-99e6-bbcaebc89d0f 2018-11-09 08:41:13,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/c7d82842-7050-4f36-99e6-bbcaebc89d0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:41:13,946 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8fbf44d-62cd-48db-a703-fcea404216f3 Content-Length: 0 Date: Fri, 09 Nov 2018 08:41:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:13,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/c7d82842-7050-4f36-99e6-bbcaebc89d0f used request id req-b8fbf44d-62cd-48db-a703-fcea404216f3 2018-11-09 08:41:13,946 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-sec-grp 2018-11-09 08:41:13,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c156d00fcbfcdf5c43648c89f4e0b617138eff" 2018-11-09 08:41:14,226 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-100914fd-b79b-4ae3-a0d4-ee8dc2abeebd Content-Length: 0 Date: Fri, 09 Nov 2018 08:41:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:14,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e6bc1ac8-89b8-49d4-8d67-f0a35f1a3c62 used request id req-100914fd-b79b-4ae3-a0d4-ee8dc2abeebd 2018-11-09 08:41:14,227 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router and subnet CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet 2018-11-09 08:41:14,227 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router 2018-11-09 08:41:14,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/031510d8-2453-4587-a9d0-218fd0d7548f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" -d '{"subnet_id": "bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"}' 2018-11-09 08:41:16,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-94df90d7-f7d7-4c7d-8275-9ec8ae30046e Date: Fri, 09 Nov 2018 08:41:16 GMT RESP BODY: {"network_id": "88045cbb-1341-4266-816f-5926e45b97ba", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "subnet_id": "bfaf8400-870f-4b9d-bd0e-d5649b2c68bc", "subnet_ids": ["bfaf8400-870f-4b9d-bd0e-d5649b2c68bc"], "port_id": "023b1ec9-0689-4d64-815a-1da3f5d606ac", "id": "031510d8-2453-4587-a9d0-218fd0d7548f"} 2018-11-09 08:41:16,124 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/031510d8-2453-4587-a9d0-218fd0d7548f/remove_router_interface used request id req-94df90d7-f7d7-4c7d-8275-9ec8ae30046e 2018-11-09 08:41:16,124 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router 2018-11-09 08:41:16,124 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-router 2018-11-09 08:41:16,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/031510d8-2453-4587-a9d0-218fd0d7548f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49b5d9815fb4573ef27c56b021c877ae7f01fe2d" 2018-11-09 08:41:19,654 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2ebbe7a3-a924-4984-b33b-5b4711ca6c58 Content-Length: 0 Date: Fri, 09 Nov 2018 08:41:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:19,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/031510d8-2453-4587-a9d0-218fd0d7548f used request id req-2ebbe7a3-a924-4984-b33b-5b4711ca6c58 2018-11-09 08:41:19,655 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet 2018-11-09 08:41:19,655 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-subnet 2018-11-09 08:41:19,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/bfaf8400-870f-4b9d-bd0e-d5649b2c68bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744d3243b1c8aad6983d94fb609004a9bd40e7e0" 2018-11-09 08:41:22,133 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a4dc56d-5f95-4828-adf9-de20b22e7b63 Date: Fri, 09 Nov 2018 08:41:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:22,134 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/bfaf8400-870f-4b9d-bd0e-d5649b2c68bc used request id req-6a4dc56d-5f95-4828-adf9-de20b22e7b63 2018-11-09 08:41:22,134 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-pub-net 2018-11-09 08:41:22,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/88045cbb-1341-4266-816f-5926e45b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744d3243b1c8aad6983d94fb609004a9bd40e7e0" 2018-11-09 08:41:23,307 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-344c71b7-26db-408e-beea-576440373aa3 Date: Fri, 09 Nov 2018 08:41:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:23,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/88045cbb-1341-4266-816f-5926e45b97ba used request id req-344c71b7-26db-408e-beea-576440373aa3 2018-11-09 08:41:23,308 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-dfceeddf-949f-4b78-ab6b-f22d143d83b1-image 2018-11-09 08:41:23,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}303c04c9e8425a787668830a89bd3bda48ff2a97" 2018-11-09 08:41:24,088 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a609d106-7689-4e20-97e1-89c2366a95e5 Date: Fri, 09 Nov 2018 08:41:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:41:24,088 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9f38e55c-54bf-40b5-95c0-0f3e952d6178 used request id req-a609d106-7689-4e20-97e1-89c2366a95e5 2018-11-09 08:41:24,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:41:24,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-23efd415-574c-4f69-b7bb-5ab5bec8845c Date: Fri, 09 Nov 2018 08:41:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:17Z", "updated_at": "2018-11-09T08:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:17Z", "revision_number": 0, "id": "702b5824-d433-49fa-8918-75e698a7f9f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:17Z", "security_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:17Z", "revision_number": 0, "id": "a73f199f-ed0c-41dd-98af-7421ff171f88", "remote_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:17Z", "security_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:17Z", "revision_number": 0, "id": "c55c430b-7d70-47a6-a039-c85ec226c9a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:17Z", "security_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b74f186100f40ea91b99a08c6109565"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:40:17Z", "revision_number": 0, "id": "c75fea42-045d-49ce-a9c8-dc91f71a91e7", "remote_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "remote_ip_prefix": null, "created_at": "2018-11-09T08:40:17Z", "security_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "tenant_id": "5b74f186100f40ea91b99a08c6109565", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b74f186100f40ea91b99a08c6109565"}], "revision_number": 4, "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:41:24,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-23efd415-574c-4f69-b7bb-5ab5bec8845c 2018-11-09 08:41:24,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:41:24,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81e3f28f-201a-45f6-bd71-db2fcdd7db62 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565"}, "enabled": true, "id": "5b74f186100f40ea91b99a08c6109565", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2c187325-671b-439-proj"}} 2018-11-09 08:41:24,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-81e3f28f-201a-45f6-bd71-db2fcdd7db62 2018-11-09 08:41:24,477 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2ca796c5-39ff-493f-908b-6e37e466a97d 2018-11-09 08:41:24,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2ca796c5-39ff-493f-908b-6e37e466a97d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:41:24,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-99e1c20d-c612-4cef-bbab-8d98fd271e61 Date: Fri, 09 Nov 2018 08:41:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:17Z", "security_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:17Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "702b5824-d433-49fa-8918-75e698a7f9f4"}, {"remote_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:17Z", "security_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:17Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "a73f199f-ed0c-41dd-98af-7421ff171f88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:17Z", "security_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:17Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "c55c430b-7d70-47a6-a039-c85ec226c9a8"}, {"remote_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:40:17Z", "security_group_id": "2ca796c5-39ff-493f-908b-6e37e466a97d", "port_range_min": null, "revision_number": 0, "tenant_id": "5b74f186100f40ea91b99a08c6109565", "created_at": "2018-11-09T08:40:17Z", "project_id": "5b74f186100f40ea91b99a08c6109565", "id": "c75fea42-045d-49ce-a9c8-dc91f71a91e7"}]} 2018-11-09 08:41:24,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=2ca796c5-39ff-493f-908b-6e37e466a97d used request id req-99e1c20d-c612-4cef-bbab-8d98fd271e61 2018-11-09 08:41:24,654 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:41:24,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/2ca796c5-39ff-493f-908b-6e37e466a97d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:41:25,004 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-18cbbe25-56c6-4a69-b0ac-9b066a2a62fc Content-Length: 0 Date: Fri, 09 Nov 2018 08:41:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:41:25,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/2ca796c5-39ff-493f-908b-6e37e466a97d used request id req-18cbbe25-56c6-4a69-b0ac-9b066a2a62fc 2018-11-09 08:41:25,005 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-2c187325-671b-439-proj 2018-11-09 08:41:25,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:41:25,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:41:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60083c46-774b-4c93-9e35-98660d050752 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:41:25,217 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5b74f186100f40ea91b99a08c6109565 used request id req-60083c46-774b-4c93-9e35-98660d050752 2018-11-09 08:41:25,218 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-2c187325-671b-439-proj-role 2018-11-09 08:41:25,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/0f4c4c6ad696433fbedfc487d3d55e2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:41:25,345 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:41:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2e0c33e-292e-43f9-9109-56665e214d17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:41:25,345 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/0f4c4c6ad696433fbedfc487d3d55e2e used request id req-a2e0c33e-292e-43f9-9109-56665e214d17 2018-11-09 08:41:25,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3247800988c3f7a185c6c6268028f565b6f4c32f" 2018-11-09 08:41:25,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca45981-325f-4309-8f55-1798d7d43a77 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:41:25,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-eca45981-325f-4309-8f55-1798d7d43a77 2018-11-09 08:41:25,429 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-2c187325-671b-439-user 2018-11-09 08:41:25,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/10590f1d9c2740c2ae74d728d5a07c8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399004b0d6d3e1f2deac79f3307f1fbb04d6f974" 2018-11-09 08:41:25,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:41:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea03627f-7264-48a5-9b7a-ce7607eaa478 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:41:25,638 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/10590f1d9c2740c2ae74d728d5a07c8c used request id req-ea03627f-7264-48a5-9b7a-ce7607eaa478 2018-11-09 08:41:25,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:26,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:41:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["KXjBAr0HTM6ijENARAg2zQ"], "issued_at": "2018-11-09T08:41:26.000000Z"}} 2018-11-09 08:41:26,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3998283cce1e291792ea30f8ab2f3d812fe80efa" 2018-11-09 08:41:26,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7adc5ee-caa2-46d7-8b72-d2a9dbb8be1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:26,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d7adc5ee-caa2-46d7-8b72-d2a9dbb8be1f 2018-11-09 08:41:26,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:26,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:26,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:41:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Yzk7kGd-TmyQoCRsmIis2g"], "issued_at": "2018-11-09T08:41:26.000000Z"}} 2018-11-09 08:41:26,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:41:26,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bf62adc-c95f-4ab6-9b45-5d0ce87e9956 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:26,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9bf62adc-c95f-4ab6-9b45-5d0ce87e9956 2018-11-09 08:41:26,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:41:26,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:41: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:41:26,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:41:26,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df56b63-7a94-4650-962f-b56315093804 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:41:26,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj used request id req-2df56b63-7a94-4650-962f-b56315093804 2018-11-09 08:41:26,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:41:26,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eab78040-4deb-4488-97fb-6b82a9ab01f8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:41:26,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-eab78040-4deb-4488-97fb-6b82a9ab01f8 2018-11-09 08:41:26,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}}' 2018-11-09 08:41:26,836 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:41:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e439f013-2497-4d87-b8e7-bd2832649934 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:41:26,836 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e439f013-2497-4d87-b8e7-bd2832649934 2018-11-09 08:41:26,837 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj 2018-11-09 08:41:26,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:26,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:27,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:41:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Wp2ueepcR4yiMNil3CSA7A"], "issued_at": "2018-11-09T08:41:27.000000Z"}} 2018-11-09 08:41:27,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3dfd62d6d0691542049a6bdc8e734770c3df88" 2018-11-09 08:41:27,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6de1a1d9-a8c5-4443-a897-6a2225144708 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:27,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6de1a1d9-a8c5-4443-a897-6a2225144708 2018-11-09 08:41:27,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:41:27,323 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:41:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:41:27,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3dfd62d6d0691542049a6bdc8e734770c3df88" 2018-11-09 08:41:27,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-305d95a4-89e7-460b-9131-bc8350dc14a4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:41:27,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-305d95a4-89e7-460b-9131-bc8350dc14a4 2018-11-09 08:41:27,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3dfd62d6d0691542049a6bdc8e734770c3df88" 2018-11-09 08:41:27,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e08015a-96d3-40e1-96d3-1e5d7368de92 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}]} 2018-11-09 08:41:27,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj used request id req-9e08015a-96d3-40e1-96d3-1e5d7368de92 2018-11-09 08:41:27,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3dfd62d6d0691542049a6bdc8e734770c3df88" 2018-11-09 08:41:27,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c500e13d-0690-432c-998b-fe724cda5d4e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:41:27,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-c500e13d-0690-432c-998b-fe724cda5d4e 2018-11-09 08:41:28,016 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-user 2018-11-09 08:41:28,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:28,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:41:28,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aedb4b59-8a81-4cd4-96f4-728a047a5c2c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:41:28,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-aedb4b59-8a81-4cd4-96f4-728a047a5c2c 2018-11-09 08:41:28,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role"}}' 2018-11-09 08:41:28,232 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:41:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f13933e8-4350-442a-b897-34aaf12d716a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1fc78add2c4644758b79fc7d6fb7541b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1fc78add2c4644758b79fc7d6fb7541b"}, "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role"}} 2018-11-09 08:41:28,232 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-f13933e8-4350-442a-b897-34aaf12d716a 2018-11-09 08:41:28,233 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role 2018-11-09 08:41:28,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/1fc78add2c4644758b79fc7d6fb7541b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:41:28,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7655cbb-e6aa-43fa-9089-1d71a27ce6f9 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/1fc78add2c4644758b79fc7d6fb7541b"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role", "id": "1fc78add2c4644758b79fc7d6fb7541b"}} 2018-11-09 08:41:28,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/1fc78add2c4644758b79fc7d6fb7541b used request id req-e7655cbb-e6aa-43fa-9089-1d71a27ce6f9 2018-11-09 08:41:28,325 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role to project CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj 2018-11-09 08:41:28,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64/users/125cef2d64884a34a0627b936e0ee866/roles/1fc78add2c4644758b79fc7d6fb7541b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:41:28,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:41:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4b29892-5bf7-4b66-b7a6-82b4d13fdb8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:41:28,462 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64/users/125cef2d64884a34a0627b936e0ee866/roles/1fc78add2c4644758b79fc7d6fb7541b used request id req-a4b29892-5bf7-4b66-b7a6-82b4d13fdb8e 2018-11-09 08:41:28,462 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:41:28,464 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:41:28,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:28,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:28,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fc78add2c4644758b79fc7d6fb7541b", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role"}], "expires_at": "2018-11-09T09:41:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fe3f995e34b44bfafc97cef2752cd64", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-user", "id": "125cef2d64884a34a0627b936e0ee866"}, "audit_ids": ["VxKLn5UeSMijg5PzYke8BQ"], "issued_at": "2018-11-09T08:41:28.000000Z"}} 2018-11-09 08:41:28,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1e408feedee21a7bcad353c32aaae2492bed47" 2018-11-09 08:41:28,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61bfebd6-33b8-4a9a-967f-94bd6f25d338 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:28,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-61bfebd6-33b8-4a9a-967f-94bd6f25d338 2018-11-09 08:41:28,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8e1e408feedee21a7bcad353c32aaae2492bed47" 2018-11-09 08:41:29,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-8c4ec1dd-30c4-4c91-8aca-08f84114530b Date: Fri, 09 Nov 2018 08:41:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image"} 2018-11-09 08:41:29,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image used request id req-8c4ec1dd-30c4-4c91-8aca-08f84114530b 2018-11-09 08:41:29,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8e1e408feedee21a7bcad353c32aaae2492bed47" 2018-11-09 08:41:29,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b53ff932-31e4-45f0-a19e-99c573e292cf Date: Fri, 09 Nov 2018 08:41:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:41:29,341 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-b53ff932-31e4-45f0-a19e-99c573e292cf 2018-11-09 08:41:29,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e1e408feedee21a7bcad353c32aaae2492bed47" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image"}' 2018-11-09 08:41:29,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033 X-Openstack-Request-Id: req-ab2f2de6-33fe-438c-985d-998427f2c2fd Date: Fri, 09 Nov 2018 08:41:29 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:41:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:41:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "min_disk": 0, "protected": false, "id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "file": "/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/file", "checksum": null, "owner": "4fe3f995e34b44bfafc97cef2752cd64", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:41:29,570 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ab2f2de6-33fe-438c-985d-998427f2c2fd 2018-11-09 08:41:29,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8e1e408feedee21a7bcad353c32aaae2492bed47" -d '' 2018-11-09 08:41:30,570 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b7c339e2-b644-47d1-9032-9af0dbe6ccf8 Date: Fri, 09 Nov 2018 08:41:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:41:30,570 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/file used request id req-b7c339e2-b644-47d1-9032-9af0dbe6ccf8 2018-11-09 08:41:30,571 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:41:30,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8e1e408feedee21a7bcad353c32aaae2492bed47" 2018-11-09 08:41:30,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-0a6ec659-15b8-42a9-9024-049cc430d9d2 Date: Fri, 09 Nov 2018 08:41:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:41:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:41:30Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/snap", "metadata": {}}], "self": "/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "min_disk": 0, "protected": false, "id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "file": "/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4fe3f995e34b44bfafc97cef2752cd64", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:41:30,747 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033 used request id req-0a6ec659-15b8-42a9-9024-049cc430d9d2 2018-11-09 08:41:30,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8e1e408feedee21a7bcad353c32aaae2492bed47" 2018-11-09 08:41:30,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7a72928a-8a23-4c5e-b2c2-901a62215cd9 Date: Fri, 09 Nov 2018 08:41:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:41:30,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-7a72928a-8a23-4c5e-b2c2-901a62215cd9 2018-11-09 08:41:30,895 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image 2018-11-09 08:41:30,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8e1e408feedee21a7bcad353c32aaae2492bed47" 2018-11-09 08:41:31,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-7c7745d9-0356-498a-b86a-4358c0649c81 Date: Fri, 09 Nov 2018 08:41:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:41:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:41:30Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/snap", "metadata": {}}], "self": "/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "min_disk": 0, "protected": false, "id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "file": "/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4fe3f995e34b44bfafc97cef2752cd64", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:41:31,065 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033 used request id req-7c7745d9-0356-498a-b86a-4358c0649c81 2018-11-09 08:41:31,066 - create_image - DEBUG - Instance status is - active 2018-11-09 08:41:31,066 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image 2018-11-09 08:41:31,066 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image 2018-11-09 08:41:31,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:31,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:31,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fc78add2c4644758b79fc7d6fb7541b", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role"}], "expires_at": "2018-11-09T09:41:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fe3f995e34b44bfafc97cef2752cd64", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-user", "id": "125cef2d64884a34a0627b936e0ee866"}, "audit_ids": ["8AUVUkNxTSeby4gphtS0kg"], "issued_at": "2018-11-09T08:41:31.000000Z"}} 2018-11-09 08:41:31,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d8f3c51094d152db814b65e161a76a0801395bc" 2018-11-09 08:41:31,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07f5bbe0-735f-4ee4-acaa-9adaaef4d6ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:31,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-07f5bbe0-735f-4ee4-acaa-9adaaef4d6ed 2018-11-09 08:41:31,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d8f3c51094d152db814b65e161a76a0801395bc" 2018-11-09 08:41:31,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6795cd55-4ab7-4260-ba9a-c5d48bc0809a Date: Fri, 09 Nov 2018 08:41:31 GMT RESP BODY: {"networks":[]} 2018-11-09 08:41:31,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-6795cd55-4ab7-4260-ba9a-c5d48bc0809a 2018-11-09 08:41:31,693 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net 2018-11-09 08:41:31,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d8f3c51094d152db814b65e161a76a0801395bc" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net", "admin_state_up": true}}' 2018-11-09 08:41:32,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-67e45f15-8f3b-4d05-a095-998ba56e46a4 Date: Fri, 09 Nov 2018 08:41:32 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f6e26546-21cf-4b4b-ba41-827e417c022a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:41:31Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","mtu":1450}} 2018-11-09 08:41:32,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-67e45f15-8f3b-4d05-a095-998ba56e46a4 2018-11-09 08:41:32,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d8f3c51094d152db814b65e161a76a0801395bc" 2018-11-09 08:41:32,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-b3ba757f-5635-49e2-bbe3-ece7ec346776 Date: Fri, 09 Nov 2018 08:41:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:41:31Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:41:32,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-b3ba757f-5635-49e2-bbe3-ece7ec346776 2018-11-09 08:41:32,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d8f3c51094d152db814b65e161a76a0801395bc" 2018-11-09 08:41:32,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a21b629d-8f95-4b20-9194-6184a9ec9a81 Date: Fri, 09 Nov 2018 08:41:33 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:41:32,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-a21b629d-8f95-4b20-9194-6184a9ec9a81 2018-11-09 08:41:32,984 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet 2018-11-09 08:41:32,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d8f3c51094d152db814b65e161a76a0801395bc" -d '{"subnets": [{"ip_version": 4, "network_id": "f6e26546-21cf-4b4b-ba41-827e417c022a", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]}' 2018-11-09 08:41:33,595 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-df5a7a9f-1b72-4ff6-8bb4-eacdbe598581 Date: Fri, 09 Nov 2018 08:41:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:41:33,596 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-df5a7a9f-1b72-4ff6-8bb4-eacdbe598581 2018-11-09 08:41:33,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d8f3c51094d152db814b65e161a76a0801395bc" 2018-11-09 08:41:33,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ca1dbd84-4cea-4ff2-9fb6-041b0e031690 Date: Fri, 09 Nov 2018 08:41: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:41:33,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-ca1dbd84-4cea-4ff2-9fb6-041b0e031690 2018-11-09 08:41:33,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d8f3c51094d152db814b65e161a76a0801395bc" 2018-11-09 08:41:34,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e0bcd417-e297-4264-8b8d-928388dfbedc Date: Fri, 09 Nov 2018 08:41:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:41:34,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-e0bcd417-e297-4264-8b8d-928388dfbedc 2018-11-09 08:41:34,119 - OpenStackNetwork - DEBUG - Network [f6e26546-21cf-4b4b-ba41-827e417c022a] created successfully 2018-11-09 08:41:34,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:34,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:34,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fc78add2c4644758b79fc7d6fb7541b", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role"}], "expires_at": "2018-11-09T09:41:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fe3f995e34b44bfafc97cef2752cd64", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-user", "id": "125cef2d64884a34a0627b936e0ee866"}, "audit_ids": ["00Wh7VsQRvOu6obhtkrDvg"], "issued_at": "2018-11-09T08:41:34.000000Z"}} 2018-11-09 08:41:34,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:34,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce0f51b2-2b09-4976-a87c-156ba17ab13c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:34,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ce0f51b2-2b09-4976-a87c-156ba17ab13c 2018-11-09 08:41:34,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:34,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-316985ea-58ba-4fc3-8140-5fc50a3e78a5 Date: Fri, 09 Nov 2018 08:41:34 GMT RESP BODY: {"routers": []} 2018-11-09 08:41:34,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router&admin_state_up=True used request id req-316985ea-58ba-4fc3-8140-5fc50a3e78a5 2018-11-09 08:41:34,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:34,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:35,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fc78add2c4644758b79fc7d6fb7541b", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role"}], "expires_at": "2018-11-09T09:41:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fe3f995e34b44bfafc97cef2752cd64", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-user", "id": "125cef2d64884a34a0627b936e0ee866"}, "audit_ids": ["21pUHC7LR3uMdUbTOBi5XQ"], "issued_at": "2018-11-09T08:41:35.000000Z"}} 2018-11-09 08:41:35,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dbb9d115db0240bc1c4b1d9f14e57c0c31a257e" 2018-11-09 08:41:35,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0c6b8ff-1f53-4c55-bbcb-99ac1ff58987 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:35,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f0c6b8ff-1f53-4c55-bbcb-99ac1ff58987 2018-11-09 08:41:35,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:35,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-200ca74c-a0fa-4af3-87a5-079d62ee60c0 Date: Fri, 09 Nov 2018 08:41:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:41:35,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-200ca74c-a0fa-4af3-87a5-079d62ee60c0 2018-11-09 08:41:35,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:35,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e3885503-6da2-4864-8ec3-b9d75614121e Date: Fri, 09 Nov 2018 08:41:35 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:41:35,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-e3885503-6da2-4864-8ec3-b9d75614121e 2018-11-09 08:41:35,667 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router 2018-11-09 08:41:35,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router", "admin_state_up": true}}' 2018-11-09 08:41:40,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-ad05d63f-a479-492b-b37c-3d0c09a69934 Date: Fri, 09 Nov 2018 08:41:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:36Z", "admin_state_up": true, "updated_at": "2018-11-09T08:41:37Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "81515071-b7f4-461c-ac98-d0545bdc444c", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router"}} 2018-11-09 08:41:40,862 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-ad05d63f-a479-492b-b37c-3d0c09a69934 2018-11-09 08:41:40,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=81515071-b7f4-461c-ac98-d0545bdc444c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:41,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0a5adc6d-b06c-4b77-afae-857a96ffe7e9 Date: Fri, 09 Nov 2018 08:41:41 GMT RESP BODY: {"ports":[]} 2018-11-09 08:41:41,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=81515071-b7f4-461c-ac98-d0545bdc444c used request id req-0a5adc6d-b06c-4b77-afae-857a96ffe7e9 2018-11-09 08:41:41,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:41,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-17b0d7bc-eee6-406e-a360-586da048b033 Date: Fri, 09 Nov 2018 08:41: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:41:41,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-17b0d7bc-eee6-406e-a360-586da048b033 2018-11-09 08:41:41,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:41:41,335 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:41: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:41:41,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:41,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-514bf099-5f58-4a28-9a41-5894aa199fe7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:41:41,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-514bf099-5f58-4a28-9a41-5894aa199fe7 2018-11-09 08:41:41,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:41,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bff7c23b-82f1-4b04-a349-4d5da57c9e6e Date: Fri, 09 Nov 2018 08:41:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:41:41,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-bff7c23b-82f1-4b04-a349-4d5da57c9e6e 2018-11-09 08:41:41,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:41,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-09e19406-f625-47c6-86bc-c3d2aa59d2c8 Date: Fri, 09 Nov 2018 08:41:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:41:41,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet used request id req-09e19406-f625-47c6-86bc-c3d2aa59d2c8 2018-11-09 08:41:41,819 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:41:41,819 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router 2018-11-09 08:41:41,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/81515071-b7f4-461c-ac98-d0545bdc444c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" -d '{"subnet_id": "ee636bca-842c-49e7-8262-dc07d8444444"}' 2018-11-09 08:41:43,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-86445356-7618-4ab4-aa6f-df89d68c4be9 Date: Fri, 09 Nov 2018 08:41:43 GMT RESP BODY: {"network_id": "f6e26546-21cf-4b4b-ba41-827e417c022a", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "subnet_id": "ee636bca-842c-49e7-8262-dc07d8444444", "subnet_ids": ["ee636bca-842c-49e7-8262-dc07d8444444"], "port_id": "e6f09a0e-6286-407b-9355-50487eab5898", "id": "81515071-b7f4-461c-ac98-d0545bdc444c"} 2018-11-09 08:41:43,970 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/81515071-b7f4-461c-ac98-d0545bdc444c/add_router_interface used request id req-86445356-7618-4ab4-aa6f-df89d68c4be9 2018-11-09 08:41:43,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/81515071-b7f4-461c-ac98-d0545bdc444c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:44,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1bfca698-6b41-47cd-bd19-2d1ad157ee8c Date: Fri, 09 Nov 2018 08:41:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:36Z", "admin_state_up": true, "updated_at": "2018-11-09T08:41:43Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "81515071-b7f4-461c-ac98-d0545bdc444c", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router"}} 2018-11-09 08:41:44,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/81515071-b7f4-461c-ac98-d0545bdc444c used request id req-1bfca698-6b41-47cd-bd19-2d1ad157ee8c 2018-11-09 08:41:44,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=81515071-b7f4-461c-ac98-d0545bdc444c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:44,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-43cd119c-cf4c-429d-8289-c29ff255edb1 Date: Fri, 09 Nov 2018 08:41:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.1"}],"id":"e6f09a0e-6286-407b-9355-50487eab5898","security_groups":[],"mac_address":"fa:16:3e:7a:04:69","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:42Z","binding:vnic_type":"normal","device_id":"81515071-b7f4-461c-ac98-d0545bdc444c"}]} 2018-11-09 08:41:44,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=81515071-b7f4-461c-ac98-d0545bdc444c used request id req-43cd119c-cf4c-429d-8289-c29ff255edb1 2018-11-09 08:41:44,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee636bca-842c-49e7-8262-dc07d8444444 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:41:44,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7dae6034-b65e-4477-9be2-7e5683712e1f Date: Fri, 09 Nov 2018 08:41:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}} 2018-11-09 08:41:44,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee636bca-842c-49e7-8262-dc07d8444444 used request id req-7dae6034-b65e-4477-9be2-7e5683712e1f 2018-11-09 08:41:44,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:44,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:44,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:41:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["lJXXM8hMQQGo8CvP7v5AmA"], "issued_at": "2018-11-09T08:41:44.000000Z"}} 2018-11-09 08:41:44,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d1faac38c7def85c628d26682bbe2fff19926ad" 2018-11-09 08:41:45,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0592fb4-c6d4-4cf9-97c6-f501a8554b35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:45,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a0592fb4-c6d4-4cf9-97c6-f501a8554b35 2018-11-09 08:41:45,041 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:41:45,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d1faac38c7def85c628d26682bbe2fff19926ad" 2018-11-09 08:41:45,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41: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-0939b175-788f-4091-a399-494d37955e8d x-compute-request-id: req-0939b175-788f-4091-a399-494d37955e8d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:41:45,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0939b175-788f-4091-a399-494d37955e8d 2018-11-09 08:41:45,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d1faac38c7def85c628d26682bbe2fff19926ad" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:41:45,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41: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-63dc87df-b24e-45af-9efb-1c25e2765049 x-compute-request-id: req-63dc87df-b24e-45af-9efb-1c25e2765049 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:41:45,279 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-63dc87df-b24e-45af-9efb-1c25e2765049 2018-11-09 08:41:45,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:45,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:45,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fc78add2c4644758b79fc7d6fb7541b", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role"}], "expires_at": "2018-11-09T09:41:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fe3f995e34b44bfafc97cef2752cd64", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-user", "id": "125cef2d64884a34a0627b936e0ee866"}, "audit_ids": ["lUOcR20LRdOO1uwnkZ4x2A"], "issued_at": "2018-11-09T08:41:45.000000Z"}} 2018-11-09 08:41:45,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64338dbaa90af07eae755f09ae14c955a348e512" 2018-11-09 08:41:45,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-463fc5df-4bd7-4d95-b022-2a93560e9402 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:45,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-463fc5df-4bd7-4d95-b022-2a93560e9402 2018-11-09 08:41:45,731 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:41:45,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64338dbaa90af07eae755f09ae14c955a348e512" 2018-11-09 08:41:45,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41: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-1aff51e1-039d-4e27-a0f4-9ef8210a67e2 x-compute-request-id: req-1aff51e1-039d-4e27-a0f4-9ef8210a67e2 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:41:45,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-1aff51e1-039d-4e27-a0f4-9ef8210a67e2 2018-11-09 08:41:45,892 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp... 2018-11-09 08:41:45,892 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:41:45,943 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp 2018-11-09 08:41:45,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64338dbaa90af07eae755f09ae14c955a348e512" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+bWtFS3ITfM8YHETIDKD4kjro83SyWjplUDfY5c9i6I5KOj6HGt4t6xM5sb7W7BF+UYTp3GRzsddviMPGjko0lZYsZVO4XQ0jZYtzCOopssTSbrYMc9oXjqK+shUdSJTUAhtSmA5QwSCHP2Ar+nsBCxk+MfOZKiqOnQE17FI/pQ==", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp"}}' 2018-11-09 08:41:45,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41: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-d5a30878-cb73-49f2-873e-23ecd0eb7f2a x-compute-request-id: req-d5a30878-cb73-49f2-873e-23ecd0eb7f2a Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+bWtFS3ITfM8YHETIDKD4kjro83SyWjplUDfY5c9i6I5KOj6HGt4t6xM5sb7W7BF+UYTp3GRzsddviMPGjko0lZYsZVO4XQ0jZYtzCOopssTSbrYMc9oXjqK+shUdSJTUAhtSmA5QwSCHP2Ar+nsBCxk+MfOZKiqOnQE17FI/pQ==", "user_id": "125cef2d64884a34a0627b936e0ee866", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "fingerprint": "7b:ec:4b:0d:20:0f:1c:b6:3d:1d:c8:34:27:49:82:e1"}} 2018-11-09 08:41:45,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d5a30878-cb73-49f2-873e-23ecd0eb7f2a 2018-11-09 08:41:46,001 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402.pub 2018-11-09 08:41:46,001 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402 2018-11-09 08:41:46,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:46,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:46,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fc78add2c4644758b79fc7d6fb7541b", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role"}], "expires_at": "2018-11-09T09:41:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fe3f995e34b44bfafc97cef2752cd64", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-user", "id": "125cef2d64884a34a0627b936e0ee866"}, "audit_ids": ["bxVOVtUCT5-fFvMP60oJ7g"], "issued_at": "2018-11-09T08:41:46.000000Z"}} 2018-11-09 08:41:46,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:46,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4adaf9d1-7b88-43fc-b35f-3a44cce84ef3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:46,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4adaf9d1-7b88-43fc-b35f-3a44cce84ef3 2018-11-09 08:41:46,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:46,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e2ed0ecd-9a47-41b8-995a-798cb35fa158 Date: Fri, 09 Nov 2018 08:41:46 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:41:46,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp used request id req-e2ed0ecd-9a47-41b8-995a-798cb35fa158 2018-11-09 08:41:46,648 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp... 2018-11-09 08:41:46,648 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp 2018-11-09 08:41:46,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}}' 2018-11-09 08:41:46,982 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-6f3c3d44-ca04-49e3-a263-cc21e2014e56 Date: Fri, 09 Nov 2018 08:41:46 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "updated_at": "2018-11-09T08:41:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}], "revision_number": 2, "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}} 2018-11-09 08:41:46,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-6f3c3d44-ca04-49e3-a263-cc21e2014e56 2018-11-09 08:41:46,982 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb9d9edc-8b36-4a30-b127-7e6222f7febc 2018-11-09 08:41:46,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:47,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b4690a78-7b49-406d-a176-29388284932e Date: Fri, 09 Nov 2018 08:41:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a"}]} 2018-11-09 08:41:47,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-b4690a78-7b49-406d-a176-29388284932e 2018-11-09 08:41:47,151 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb9d9edc-8b36-4a30-b127-7e6222f7febc 2018-11-09 08:41:47,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:47,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-96630e8f-3be7-4387-bc62-25f66b2c61e3 Date: Fri, 09 Nov 2018 08:41:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a"}]} 2018-11-09 08:41:47,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-96630e8f-3be7-4387-bc62-25f66b2c61e3 2018-11-09 08:41:47,181 - neutron_utils - INFO - Retrieving security group with ID - eb9d9edc-8b36-4a30-b127-7e6222f7febc 2018-11-09 08:41:47,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:47,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-67e01d5a-b97a-487a-8135-aceb560bc11d Date: Fri, 09 Nov 2018 08:41:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "updated_at": "2018-11-09T08:41:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}], "revision_number": 2, "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}]} 2018-11-09 08:41:47,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-67e01d5a-b97a-487a-8135-aceb560bc11d 2018-11-09 08:41:47,381 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb9d9edc-8b36-4a30-b127-7e6222f7febc 2018-11-09 08:41:47,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:47,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f7a2abb7-835f-4c46-ad61-7f8a1f48e154 Date: Fri, 09 Nov 2018 08:41:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a"}]} 2018-11-09 08:41:47,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-f7a2abb7-835f-4c46-ad61-7f8a1f48e154 2018-11-09 08:41:47,562 - neutron_utils - INFO - Retrieving security group with ID - eb9d9edc-8b36-4a30-b127-7e6222f7febc 2018-11-09 08:41:47,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:47,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-8586654d-254a-4761-ba96-70ab1f9d4609 Date: Fri, 09 Nov 2018 08:41:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "updated_at": "2018-11-09T08:41:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}], "revision_number": 2, "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}]} 2018-11-09 08:41:47,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-8586654d-254a-4761-ba96-70ab1f9d4609 2018-11-09 08:41:47,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb9d9edc-8b36-4a30-b127-7e6222f7febc 2018-11-09 08:41:47,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:47,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5b9a093f-a4a0-4832-94da-c615230ea8bf Date: Fri, 09 Nov 2018 08:41:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a"}]} 2018-11-09 08:41:47,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-5b9a093f-a4a0-4832-94da-c615230ea8bf 2018-11-09 08:41:47,926 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp 2018-11-09 08:41:47,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:48,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-5e68f14e-0d41-4fe3-bb05-5f16be249ce3 Date: Fri, 09 Nov 2018 08:41:48 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "updated_at": "2018-11-09T08:41:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}], "revision_number": 2, "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}]} 2018-11-09 08:41:48,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp used request id req-5e68f14e-0d41-4fe3-bb05-5f16be249ce3 2018-11-09 08:41:48,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:41:48,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:41: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:41:48,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:48,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bc981e4-09f8-4a31-9259-9b29fafefe85 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:41:48,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-2bc981e4-09f8-4a31-9259-9b29fafefe85 2018-11-09 08:41:48,149 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb9d9edc-8b36-4a30-b127-7e6222f7febc 2018-11-09 08:41:48,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:48,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-81fc31a1-ef33-4193-b5da-b374698c9a7d Date: Fri, 09 Nov 2018 08:41:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a"}]} 2018-11-09 08:41:48,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-81fc31a1-ef33-4193-b5da-b374698c9a7d 2018-11-09 08:41:48,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}fba8d0de620cd21cf2c843797e248beae0ae121b" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc"}}' 2018-11-09 08:41:48,502 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-591fe77c-343e-4ca9-b5ca-39f7a971c099 Date: Fri, 09 Nov 2018 08:41:48 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:48Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:48Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "e0ab8b41-639e-41fd-aaf5-01d2ab2e42ee"}} 2018-11-09 08:41:48,502 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-591fe77c-343e-4ca9-b5ca-39f7a971c099 2018-11-09 08:41:48,502 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp 2018-11-09 08:41:48,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:48,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-36a4d293-16b3-4aa5-99e7-21ba4a384b3e Date: Fri, 09 Nov 2018 08:41:48 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "updated_at": "2018-11-09T08:41:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:48Z", "revision_number": 0, "id": "e0ab8b41-639e-41fd-aaf5-01d2ab2e42ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:48Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}], "revision_number": 3, "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}]} 2018-11-09 08:41:48,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp used request id req-36a4d293-16b3-4aa5-99e7-21ba4a384b3e 2018-11-09 08:41:48,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:48,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13be2ca6-4cd3-4871-ac44-13f5433af29d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:41:48,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-13be2ca6-4cd3-4871-ac44-13f5433af29d 2018-11-09 08:41:48,771 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb9d9edc-8b36-4a30-b127-7e6222f7febc 2018-11-09 08:41:48,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:48,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-7f9134ee-d8c3-4592-8f90-710dd78a809f Date: Fri, 09 Nov 2018 08:41:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:48Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:48Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "e0ab8b41-639e-41fd-aaf5-01d2ab2e42ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a"}]} 2018-11-09 08:41:48,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-7f9134ee-d8c3-4592-8f90-710dd78a809f 2018-11-09 08:41:48,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}fba8d0de620cd21cf2c843797e248beae0ae121b" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc"}}' 2018-11-09 08:41:49,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-62754006-085d-4f22-96a9-b97dff7cab30 Date: Fri, 09 Nov 2018 08:41:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:41:49Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": 22, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:49Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "3195c0d7-6c1d-4cfc-8022-8e8d6198f227"}} 2018-11-09 08:41:49,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-62754006-085d-4f22-96a9-b97dff7cab30 2018-11-09 08:41:49,131 - neutron_utils - INFO - Retrieving security group with ID - eb9d9edc-8b36-4a30-b127-7e6222f7febc 2018-11-09 08:41:49,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:49,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-4b366f4e-ec70-4849-9e9c-630cbfa9bbb2 Date: Fri, 09 Nov 2018 08:41:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "updated_at": "2018-11-09T08:41:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:41:49Z", "revision_number": 0, "id": "3195c0d7-6c1d-4cfc-8022-8e8d6198f227", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:49Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:48Z", "revision_number": 0, "id": "e0ab8b41-639e-41fd-aaf5-01d2ab2e42ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:48Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "revision_number": 0, "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}], "revision_number": 4, "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}]} 2018-11-09 08:41:49,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-4b366f4e-ec70-4849-9e9c-630cbfa9bbb2 2018-11-09 08:41:49,321 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb9d9edc-8b36-4a30-b127-7e6222f7febc 2018-11-09 08:41:49,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:41:49,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-a6d15a70-b312-4342-bba1-10da6d9782cf Date: Fri, 09 Nov 2018 08:41:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "22bc437c-998b-4bbb-b31d-ef42a75dc8b4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:41:49Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": 22, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:49Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "3195c0d7-6c1d-4cfc-8022-8e8d6198f227"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:48Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:48Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "e0ab8b41-639e-41fd-aaf5-01d2ab2e42ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:46Z", "security_group_id": "eb9d9edc-8b36-4a30-b127-7e6222f7febc", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:46Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "f7d45d67-6a66-4f8b-baae-fc2dc1afb83a"}]} 2018-11-09 08:41:49,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-a6d15a70-b312-4342-bba1-10da6d9782cf 2018-11-09 08:41:49,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:49,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:49,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fc78add2c4644758b79fc7d6fb7541b", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role"}], "expires_at": "2018-11-09T09:41:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fe3f995e34b44bfafc97cef2752cd64", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-user", "id": "125cef2d64884a34a0627b936e0ee866"}, "audit_ids": ["3T9bWB_-Ra63_deYIORBJQ"], "issued_at": "2018-11-09T08:41:49.000000Z"}} 2018-11-09 08:41:49,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:49,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e5e6100-c684-4599-ba86-3b9f0dd16251 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:49,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7e5e6100-c684-4599-ba86-3b9f0dd16251 2018-11-09 08:41:49,817 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:41:49,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:49,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-154f1548-a7d4-4a0a-92c8-2d8e71332edd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:49,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-154f1548-a7d4-4a0a-92c8-2d8e71332edd 2018-11-09 08:41:49,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:50,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c2d05237-f05f-40b5-b58d-b2255cfbed1a Date: Fri, 09 Nov 2018 08:41: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:41:50,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-c2d05237-f05f-40b5-b58d-b2255cfbed1a 2018-11-09 08:41:50,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:41:50,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:41: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:41:50,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:50,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd5f5351-e830-4887-9aab-68daf16ec1b8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:41:50,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-dd5f5351-e830-4887-9aab-68daf16ec1b8 2018-11-09 08:41:50,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:50,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8c0bb8e1-1d32-4814-9e7d-d7261ce57ca7 Date: Fri, 09 Nov 2018 08:41:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:41:50,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-8c0bb8e1-1d32-4814-9e7d-d7261ce57ca7 2018-11-09 08:41:50,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:50,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cb5c932d-9686-4307-8a58-cfcc76657e50 Date: Fri, 09 Nov 2018 08:41:50 GMT RESP BODY: {"ports":[]} 2018-11-09 08:41:50,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1&admin_state_up=True used request id req-cb5c932d-9686-4307-8a58-cfcc76657e50 2018-11-09 08:41:50,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:51,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41: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-74e65e36-e12e-4fdb-9187-2642bc18c1cc x-compute-request-id: req-74e65e36-e12e-4fdb-9187-2642bc18c1cc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:41:51,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst used request id req-74e65e36-e12e-4fdb-9187-2642bc18c1cc 2018-11-09 08:41:51,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:51,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8d062cab-429d-440b-bb52-1ef349ff312e Date: Fri, 09 Nov 2018 08:41: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:41:51,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-8d062cab-429d-440b-bb52-1ef349ff312e 2018-11-09 08:41:51,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:51,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59c45165-3728-46e6-bfa0-0ed0f81d981a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:41:51,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-59c45165-3728-46e6-bfa0-0ed0f81d981a 2018-11-09 08:41:51,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:51,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-286b365d-14e4-4a26-8e68-89202d876cee Date: Fri, 09 Nov 2018 08:41:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:41:51,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-286b365d-14e4-4a26-8e68-89202d876cee 2018-11-09 08:41:51,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:51,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-58dcc60f-99b5-4934-8990-1bb696142667 Date: Fri, 09 Nov 2018 08:41:51 GMT RESP BODY: {"ports":[]} 2018-11-09 08:41:51,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1&admin_state_up=True used request id req-58dcc60f-99b5-4934-8990-1bb696142667 2018-11-09 08:41:51,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:41:51,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:41:52,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1fc78add2c4644758b79fc7d6fb7541b", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role"}], "expires_at": "2018-11-09T09:41:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fe3f995e34b44bfafc97cef2752cd64", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/4fe3f995e34b44bfafc97cef2752cd64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-user", "id": "125cef2d64884a34a0627b936e0ee866"}, "audit_ids": ["rA91j46rTA2Rq4SD75weyw"], "issued_at": "2018-11-09T08:41:52.000000Z"}} 2018-11-09 08:41:52,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d09d12e3de2b69a706d4dbf01bcb05edd7d3af" 2018-11-09 08:41:52,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0c660f-069a-4735-b67a-93974d2ea23a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:41:52,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-df0c660f-069a-4735-b67a-93974d2ea23a 2018-11-09 08:41:52,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:52,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a9e83589-281a-4c6c-ad2b-3f693785eb67 Date: Fri, 09 Nov 2018 08:41: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:41:52,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-a9e83589-281a-4c6c-ad2b-3f693785eb67 2018-11-09 08:41:52,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:52,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-799a9c32-a6dc-4de8-a83a-2e9d5d6ce4f9 Date: Fri, 09 Nov 2018 08:41:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:41:52,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-799a9c32-a6dc-4de8-a83a-2e9d5d6ce4f9 2018-11-09 08:41:52,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:53,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b6836a82-773d-4b88-91b0-b3699fa2204c Date: Fri, 09 Nov 2018 08:41: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:41:53,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-b6836a82-773d-4b88-91b0-b3699fa2204c 2018-11-09 08:41:53,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:41:53,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:41: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:41:53,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d09d12e3de2b69a706d4dbf01bcb05edd7d3af" 2018-11-09 08:41:53,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9384f4f5-b06b-4dbf-87fc-ed69b1c81367 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:41:53,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-9384f4f5-b06b-4dbf-87fc-ed69b1c81367 2018-11-09 08:41:53,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:53,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e7461d7f-67c8-4343-bece-863de2f31033 Date: Fri, 09 Nov 2018 08:41:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:41:53,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-e7461d7f-67c8-4343-bece-863de2f31033 2018-11-09 08:41:53,321 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net 2018-11-09 08:41:53,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" -d '{"port": {"network_id": "f6e26546-21cf-4b4b-ba41-827e417c022a", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1", "admin_state_up": true}}' 2018-11-09 08:41:54,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-872d94d0-cc15-4c56-926b-0c11fc11a8bf Date: Fri, 09 Nov 2018 08:41:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:54Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.9"}],"id":"6385f95f-8b4b-42cb-9eb4-5374064097fb","security_groups":["a4be1d27-fc7f-4a9c-8f53-b2888762309c"],"mac_address":"fa:16:3e:11:56:fe","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1","project_id":"4fe3f995e34b44bfafc97cef2752cd64","qos_policy_id":null,"admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:53Z","binding:vnic_type":"normal"}} 2018-11-09 08:41:54,398 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-872d94d0-cc15-4c56-926b-0c11fc11a8bf 2018-11-09 08:41:54,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:54,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d7875abb-2237-4255-a51c-49bfd7271b40 Date: Fri, 09 Nov 2018 08:41: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:41:54,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-d7875abb-2237-4255-a51c-49bfd7271b40 2018-11-09 08:41:54,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:54,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a4b444c-a0b7-48ab-8025-f998e3f980be Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:41:54,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-6a4b444c-a0b7-48ab-8025-f998e3f980be 2018-11-09 08:41:54,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:54,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f4da6cf1-ed24-4ec2-a8eb-3c66a24bac90 Date: Fri, 09 Nov 2018 08:41:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:41:54,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-f4da6cf1-ed24-4ec2-a8eb-3c66a24bac90 2018-11-09 08:41:54,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:55,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-7ac3c539-883e-4aeb-a17d-9c36c58e30c8 Date: Fri, 09 Nov 2018 08:41:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:54Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.9"}],"id":"6385f95f-8b4b-42cb-9eb4-5374064097fb","security_groups":["a4be1d27-fc7f-4a9c-8f53-b2888762309c"],"mac_address":"fa:16:3e:11:56:fe","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:53Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:41:55,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1&admin_state_up=True used request id req-7ac3c539-883e-4aeb-a17d-9c36c58e30c8 2018-11-09 08:41:55,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:55,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f7532ed-7aad-42a1-8c92-48f95fdcb5ba Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:41:55,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-8f7532ed-7aad-42a1-8c92-48f95fdcb5ba 2018-11-09 08:41:55,225 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst 2018-11-09 08:41:55,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:55,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69a4c4f6-da0b-4379-a6a8-78587e5a98c8 x-compute-request-id: req-69a4c4f6-da0b-4379-a6a8-78587e5a98c8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-flavor-name"}]} 2018-11-09 08:41:55,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-69a4c4f6-da0b-4379-a6a8-78587e5a98c8 2018-11-09 08:41:55,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:55,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dff34c46-82d5-434e-9f6d-4fc18fe95bf6 x-compute-request-id: req-dff34c46-82d5-434e-9f6d-4fc18fe95bf6 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:41:55,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf used request id req-dff34c46-82d5-434e-9f6d-4fc18fe95bf6 2018-11-09 08:41:55,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:55,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-60fde8fa-fa42-4ea7-9a8b-5361d8266a8e Date: Fri, 09 Nov 2018 08:41:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:41:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:41:30Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/snap", "metadata": {}}], "self": "/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "min_disk": 0, "protected": false, "id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "file": "/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4fe3f995e34b44bfafc97cef2752cd64", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image"} 2018-11-09 08:41:55,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image used request id req-60fde8fa-fa42-4ea7-9a8b-5361d8266a8e 2018-11-09 08:41:55,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:55,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b759859f-69db-4c91-973b-4036a84b883d Date: Fri, 09 Nov 2018 08:41:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:41:55,626 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-b759859f-69db-4c91-973b-4036a84b883d 2018-11-09 08:41:55,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "imageRef": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "flavorRef": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "max_count": 1, "min_count": 1, "networks": [{"port": "6385f95f-8b4b-42cb-9eb4-5374064097fb"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}]}}' 2018-11-09 08:41:57,952 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:41:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c63b95ed-7e34-4465-998b-300e2651f0b3 x-compute-request-id: req-c63b95ed-7e34-4465-998b-300e2651f0b3 Content-Length: 444 location: http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "7edb748b-af52-40f5-8e5e-568625061756", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "adminPass": "vw4PGCzqc73T"}} 2018-11-09 08:41:57,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-c63b95ed-7e34-4465-998b-300e2651f0b3 2018-11-09 08:41:57,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:58,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-ef6dec50-ed73-4ac0-9b91-39e90e16469c x-compute-request-id: req-ef6dec50-ed73-4ac0-9b91-39e90e16469c 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.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:41:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:41:58,156 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-ef6dec50-ed73-4ac0-9b91-39e90e16469c 2018-11-09 08:41:58,157 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst 2018-11-09 08:41:58,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:41:58,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:41:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f3dace9-86e9-4764-8ba2-c041642be2aa x-compute-request-id: req-7f3dace9-86e9-4764-8ba2-c041642be2aa 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.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:41:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:41:58,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-7f3dace9-86e9-4764-8ba2-c041642be2aa 2018-11-09 08:41:58,388 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst] is - BUILD 2018-11-09 08:41:58,388 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:42:01,391 - create_instance - DEBUG - VM status query timeout in 896.765737057 2018-11-09 08:42:01,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:01,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-188c8803-2bb2-44d9-a62b-a08ee2bb6bca x-compute-request-id: req-188c8803-2bb2-44d9-a62b-a08ee2bb6bca 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.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:41:59Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:01,723 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-188c8803-2bb2-44d9-a62b-a08ee2bb6bca 2018-11-09 08:42:01,723 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst] is - BUILD 2018-11-09 08:42:01,723 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:42:04,726 - create_instance - DEBUG - VM status query timeout in 893.430560112 2018-11-09 08:42:04,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:05,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf9b35d3-862c-4246-aebc-e33d0e0f5adb x-compute-request-id: req-bf9b35d3-862c-4246-aebc-e33d0e0f5adb 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.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:41:59Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:05,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-bf9b35d3-862c-4246-aebc-e33d0e0f5adb 2018-11-09 08:42:05,346 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst] is - BUILD 2018-11-09 08:42:05,346 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:42:08,350 - create_instance - DEBUG - VM status query timeout in 889.807301998 2018-11-09 08:42:08,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:08,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-f4f84a4d-c73b-423d-9728-308b41cda6d4 x-compute-request-id: req-f4f84a4d-c73b-423d-9728-308b41cda6d4 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:08,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-f4f84a4d-c73b-423d-9728-308b41cda6d4 2018-11-09 08:42:08,809 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst] is - ACTIVE 2018-11-09 08:42:08,810 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:42:08,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:09,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-79a58ea8-450f-4c2d-a7ac-66c0f13fd9ba x-compute-request-id: req-79a58ea8-450f-4c2d-a7ac-66c0f13fd9ba Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:09,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-79a58ea8-450f-4c2d-a7ac-66c0f13fd9ba 2018-11-09 08:42:09,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:10,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-19e70345-92c7-48c2-a9b8-98274dcbcb13 Date: Fri, 09 Nov 2018 08:42: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:42:10,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-19e70345-92c7-48c2-a9b8-98274dcbcb13 2018-11-09 08:42:10,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:10,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e643ab5-f2df-4658-bc05-8c1397b887ea Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:42:10,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-0e643ab5-f2df-4658-bc05-8c1397b887ea 2018-11-09 08:42:10,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:10,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d83bc7eb-aa7b-4718-bba2-3532d33a7470 Date: Fri, 09 Nov 2018 08:42:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:42:10,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-d83bc7eb-aa7b-4718-bba2-3532d33a7470 2018-11-09 08:42:10,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:10,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-a77aae1c-334f-4730-8942-3617c6ac71f9 Date: Fri, 09 Nov 2018 08:42:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.3"}],"id":"2ef34ade-2906-4c24-99cd-0acc68aeab73","security_groups":[],"mac_address":"fa:16:3e:bb:49:ef","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.2"}],"id":"48457c6f-6373-4cae-ac37-57c901bc9907","security_groups":[],"mac_address":"fa:16:3e:2d:ef:ca","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:04Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.9"}],"id":"6385f95f-8b4b-42cb-9eb4-5374064097fb","security_groups":["a4be1d27-fc7f-4a9c-8f53-b2888762309c"],"mac_address":"fa:16:3e:11:56:fe","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:53Z","binding:vnic_type":"normal","device_id":"7edb748b-af52-40f5-8e5e-568625061756"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.4"}],"id":"99e8000b-e222-4f27-923e-63e47d15546b","security_groups":[],"mac_address":"fa:16:3e:40:65:c0","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.1"}],"id":"e6f09a0e-6286-407b-9355-50487eab5898","security_groups":[],"mac_address":"fa:16:3e:7a:04:69","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:42Z","binding:vnic_type":"normal","device_id":"81515071-b7f4-461c-ac98-d0545bdc444c"}]} 2018-11-09 08:42:10,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-a77aae1c-334f-4730-8942-3617c6ac71f9 2018-11-09 08:42:10,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:11,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79b99838-497f-4b65-84e4-0599699b4c08 x-compute-request-id: req-79b99838-497f-4b65-84e4-0599699b4c08 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:11,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-79b99838-497f-4b65-84e4-0599699b4c08 2018-11-09 08:42:11,309 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst] is - ACTIVE 2018-11-09 08:42:11,309 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:42:11,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:12,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-c83405e3-9399-4671-9e2b-8341c8a735a6 x-compute-request-id: req-c83405e3-9399-4671-9e2b-8341c8a735a6 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:12,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-c83405e3-9399-4671-9e2b-8341c8a735a6 2018-11-09 08:42:12,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:12,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6533c004-684e-4d9c-b9f4-c94eb1007127 Date: Fri, 09 Nov 2018 08:42:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:42:12,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-6533c004-684e-4d9c-b9f4-c94eb1007127 2018-11-09 08:42:12,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:12,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34aca70d-e0cc-4d76-ae09-71b5fec959c0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:42:12,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-34aca70d-e0cc-4d76-ae09-71b5fec959c0 2018-11-09 08:42:12,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:12,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-afbf71b1-a53e-4d8b-89ce-d402d680156a Date: Fri, 09 Nov 2018 08:42:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:42:12,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-afbf71b1-a53e-4d8b-89ce-d402d680156a 2018-11-09 08:42:12,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:12,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-e44dee6d-c4a5-418c-beb7-10fd988c6223 Date: Fri, 09 Nov 2018 08:42:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.3"}],"id":"2ef34ade-2906-4c24-99cd-0acc68aeab73","security_groups":[],"mac_address":"fa:16:3e:bb:49:ef","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.2"}],"id":"48457c6f-6373-4cae-ac37-57c901bc9907","security_groups":[],"mac_address":"fa:16:3e:2d:ef:ca","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:04Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.9"}],"id":"6385f95f-8b4b-42cb-9eb4-5374064097fb","security_groups":["a4be1d27-fc7f-4a9c-8f53-b2888762309c"],"mac_address":"fa:16:3e:11:56:fe","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:53Z","binding:vnic_type":"normal","device_id":"7edb748b-af52-40f5-8e5e-568625061756"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.4"}],"id":"99e8000b-e222-4f27-923e-63e47d15546b","security_groups":[],"mac_address":"fa:16:3e:40:65:c0","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.1"}],"id":"e6f09a0e-6286-407b-9355-50487eab5898","security_groups":[],"mac_address":"fa:16:3e:7a:04:69","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:42Z","binding:vnic_type":"normal","device_id":"81515071-b7f4-461c-ac98-d0545bdc444c"}]} 2018-11-09 08:42:12,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-e44dee6d-c4a5-418c-beb7-10fd988c6223 2018-11-09 08:42:12,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}}' 2018-11-09 08:42:14,076 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:42:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e5215e8-c684-4ddb-98a4-b87c2b67001e x-compute-request-id: req-5e5215e8-c684-4ddb-98a4-b87c2b67001e Content-Length: 0 Content-Type: application/json 2018-11-09 08:42:14,076 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756/action used request id req-5e5215e8-c684-4ddb-98a4-b87c2b67001e 2018-11-09 08:42:14,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:14,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc321c73-ae17-4ba5-ae14-c934badd8d0a x-compute-request-id: req-dc321c73-ae17-4ba5-ae14-c934badd8d0a Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:14,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-dc321c73-ae17-4ba5-ae14-c934badd8d0a 2018-11-09 08:42:14,775 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst] is - ACTIVE 2018-11-09 08:42:14,776 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:42:14,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:15,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42: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-a9a8ed03-ba51-4956-8ed4-7b1571237b4d x-compute-request-id: req-a9a8ed03-ba51-4956-8ed4-7b1571237b4d Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:15,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-a9a8ed03-ba51-4956-8ed4-7b1571237b4d 2018-11-09 08:42:15,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:15,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6e3f0916-073b-4e63-89d5-9c0200fea636 Date: Fri, 09 Nov 2018 08:42:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:42:15,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-6e3f0916-073b-4e63-89d5-9c0200fea636 2018-11-09 08:42:15,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:15,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdcc9e12-47d1-4816-8d0a-4e630cc308a7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:42:15,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-bdcc9e12-47d1-4816-8d0a-4e630cc308a7 2018-11-09 08:42:15,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:15,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-950f5504-ec6d-4850-a856-ed441f97b196 Date: Fri, 09 Nov 2018 08:42:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:42:15,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-950f5504-ec6d-4850-a856-ed441f97b196 2018-11-09 08:42:15,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:15,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-56d531dc-46e3-4a9a-9045-784f1bbaf4a9 Date: Fri, 09 Nov 2018 08:42:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.3"}],"id":"2ef34ade-2906-4c24-99cd-0acc68aeab73","security_groups":[],"mac_address":"fa:16:3e:bb:49:ef","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.2"}],"id":"48457c6f-6373-4cae-ac37-57c901bc9907","security_groups":[],"mac_address":"fa:16:3e:2d:ef:ca","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.9"}],"id":"6385f95f-8b4b-42cb-9eb4-5374064097fb","security_groups":["a4be1d27-fc7f-4a9c-8f53-b2888762309c","eb9d9edc-8b36-4a30-b127-7e6222f7febc"],"mac_address":"fa:16:3e:11:56:fe","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:53Z","binding:vnic_type":"normal","device_id":"7edb748b-af52-40f5-8e5e-568625061756"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.4"}],"id":"99e8000b-e222-4f27-923e-63e47d15546b","security_groups":[],"mac_address":"fa:16:3e:40:65:c0","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.1"}],"id":"e6f09a0e-6286-407b-9355-50487eab5898","security_groups":[],"mac_address":"fa:16:3e:7a:04:69","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:42Z","binding:vnic_type":"normal","device_id":"81515071-b7f4-461c-ac98-d0545bdc444c"}]} 2018-11-09 08:42:15,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-56d531dc-46e3-4a9a-9045-784f1bbaf4a9 2018-11-09 08:42:15,891 - create_instance_tests - INFO - Looking for IP 10.55.1.9 in the console log 2018-11-09 08:42:15,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:16,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-1fec939b-59ce-4446-bdfe-116359464144 x-compute-request-id: req-1fec939b-59ce-4446-bdfe-116359464144 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:16,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-1fec939b-59ce-4446-bdfe-116359464144 2018-11-09 08:42:16,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:42:17,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-642fc499-7780-4ba1-8ee7-ed3d167c5638 x-compute-request-id: req-642fc499-7780-4ba1-8ee7-ed3d167c5638 Content-Encoding: gzip Content-Length: 9654 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 773274015 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129917] pid_max: default: 32768 minimum: 301\n[ 0.130811] ACPI: Core revision 20150930\n[ 0.132205] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133516] Security Framework initialized\n[ 0.134337] Yama: becoming mindful.\n[ 0.135072] AppArmor: AppArmor initialized\n[ 0.135928] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137224] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138487] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139687] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141078] Initializing cgroup subsys io\n[ 0.141891] Initializing cgroup subsys memory\n[ 0.142755] Initializing cgroup subsys devices\n[ 0.143644] Initializing cgroup subsys freezer\n[ 0.144521] Initializing cgroup subsys net_cls\n[ 0.145392] Initializing cgroup subsys perf_event\n[ 0.146306] Initializing cgroup subsys net_prio\n[ 0.147192] Initializing cgroup subsys hugetlb\n[ 0.148070] Initializing cgroup subsys pids\n[ 0.148944] CPU: Physical Processor ID: 0\n[ 0.150542] mce: CPU supports 10 MCE banks\n[ 0.151569] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.155283] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161986] ftrace: allocating 31920 entries in 125 pages\n[ 0.188224] smpboot: Max logical packages: 2\n[ 0.189232] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.190762] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.192409] x2apic enabled\n[ 0.193332] Switched APIC routing to physical x2apic.\n[ 0.195301] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.196760] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.199303] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.201605] KVM setup paravirtual spinlock\n[ 0.203197] x86: Booting SMP configuration:\n[ 0.204271] .... node #0, CPUs: #1\n[ 0.205329] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.226993] x86: Booted up 1 node, 2 CPUs\n[ 0.226995] KVM setup async PF for cpu 1\n[ 0.226997] kvm-stealtime: cpu 1, msr f90d940\n[ 0.230076] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.231843] devtmpfs: initialized\n[ 0.233699] evm: security.selinux\n[ 0.234545] evm: security.SMACK64\n[ 0.235381] evm: security.SMACK64EXEC\n[ 0.236257] evm: security.SMACK64TRANSMUTE\n[ 0.237207] evm: security.SMACK64MMAP\n[ 0.238076] evm: security.ima\n[ 0.238810] evm: security.capability\n[ 0.239817] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242112] pinctrl core: initialized pinctrl subsystem\n[ 0.243434] RTC time: 8:42:04, date: 11/09/18\n[ 0.244602] NET: Registered protocol family 16\n[ 0.254087] cpuidle: using governor ladder\n[ 0.266176] cpuidle: using governor menu\n[ 0.267023] PCCT header not found.\n[ 0.267829] ACPI: bus type PCI registered\n[ 0.268640] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269903] PCI: Using configuration type 1 for base access\n[ 0.283369] ACPI: Added _OSI(Module Device)\n[ 0.284243] ACPI: Added _OSI(Processor Device)\n[ 0.285113] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286017] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288432] ACPI: Interpreter enabled\n[ 0.289207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.292947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.294803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.296676] ACPI: (supports S0 S5)\n[ 0.297388] ACPI: Using IOAPIC for interrupt routing\n[ 0.298454] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.301845] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303000] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304252] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305484] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307761] acpiphp: Slot [3] registered\n[ 0.308582] acpiphp: Slot [4] registered\n[ 0.309394] acpiphp: Slot [5] registered\n[ 0.310200] acpiphp: Slot [6] registered\n[ 0.311035] acpiphp: Slot [7] registered\n[ 0.311872] acpiphp: Slot [8] registered\n[ 0.312720] acpiphp: Slot [9] registered\n[ 0.313572] acpiphp: Slot [10] registered\n[ 0.324447] acpiphp: Slot [11] registered\n[ 0.325297] acpiphp: Slot [12] registered\n[ 0.326149] acpiphp: Slot [13] registered\n[ 0.326998] acpiphp: Slot [14] registered\n[ 0.327844] acpiphp: Slot [15] registered\n[ 0.328698] acpiphp: Slot [16] registered\n[ 0.329558] acpiphp: Slot [17] registered\n[ 0.330411] acpiphp: Slot [18] registered\n[ 0.331253] acpiphp: Slot [19] registered\n[ 0.332099] acpiphp: Slot [20] registered\n[ 0.332953] acpiphp: Slot [21] registered\n[ 0.333816] acpiphp: Slot [22] registered\n[ 0.334654] acpiphp: Slot [23] registered\n[ 0.335498] acpiphp: Slot [24] registered\n[ 0.336371] acpiphp: Slot [25] registered\n[ 0.337200] acpiphp: Slot [26] registered\n[ 0.338031] acpiphp: Slot [27] registered\n[ 0.338858] acpiphp: Slot [28] registered\n[ 0.339709] acpiphp: Slot [29] registered\n[ 0.340587] acpiphp: Slot [30] registered\n[ 0.341461] acpiphp: Slot [31] registered\n[ 0.342317] PCI host bridge to bus 0000:00\n[ 0.343142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.344447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345700] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347179] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.348723] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355205] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356628] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357838] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359153] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.365623] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367091] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.413812] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.415840] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417818] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.419781] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422643] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424456] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.426157] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427783] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.430135] vgaarb: loaded\n[ 0.431002] vgaarb: bridge control possible 0000:00:02.0\n[ 0.432688] SCSI subsystem initialized\n[ 0.433926] ACPI: bus type USB registered\n[ 0.435171] usbcore: registered new interface driver usbfs\n[ 0.436753] usbcore: registered new interface driver hub\n[ 0.438268] usbcore: registered new device driver usb\n[ 0.439903] PCI: Using ACPI for IRQ routing\n[ 0.441355] NetLabel: Initializing\n[ 0.442410] NetLabel: domain hash size = 128\n[ 0.443687] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.445144] NetLabel: unlabeled traffic allowed by default\n[ 0.446845] clocksource: Switched to clocksource kvm-clock\n[ 0.453428] AppArmor: AppArmor Filesystem Enabled\n[ 0.454874] pnp: PnP ACPI init\n[ 0.456114] pnp: PnP ACPI: found 5 devices\n[ 0.463932] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.466409] NET: Registered protocol family 2\n[ 0.467752] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.469596] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.471299] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.472970] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.474497] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476185] NET: Registered protocol family 1\n[ 0.477406] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478979] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480574] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.499229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519005] Trying to unpack rootfs image as initramfs...\n[ 0.571044] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.585223] Scanning for low memory corruption every 60 seconds\n[ 0.586708] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.587977] audit: initializing netlink subsys (disabled)\n[ 0.589108] audit: type=2000 audit(1541752925.372:1): initialized\n[ 0.590507] Initialise system trusted keyring\n[ 0.591576] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.592837] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.595057] zbud: loaded\n[ 0.595842] VFS: Disk quotas dquot_6.6.0\n[ 0.596732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598376] fuse init (API version 7.23)\n[ 0.599347] Key type big_key registered\n[ 0.600186] Allocating IMA MOK and blacklist keyrings.\n[ 0.601492] Key type asymmetric registered\n[ 0.602346] Asymmetric key parser 'x509' registered\n[ 0.603350] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.604939] io scheduler noop registered\n[ 0.605765] io scheduler deadline registered (default)\n[ 0.606799] io scheduler cfq registered\n[ 0.607680] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.608780] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.611624] ACPI: Power Button [PWRF]\n[ 0.612577] GHES: HEST is not enabled!\n[ 0.630791] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.669183] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671601] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695758] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698429] Linux agpgart interface v0.103\n[ 0.700894] brd: module loaded\n[ 0.702356] loop: module loaded\n[ 0.706450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.708035] GPT:90111 != 20971519\n[ 0.708767] GPT:Alternate GPT header not at the end of the disk.\n[ 0.709957] GPT:90111 != 20971519\n[ 0.710701] GPT: Use GNU Parted to correct GPT errors.\n[ 0.711742] vda: vda1 vda15\n[ 0.713254] scsi host0: ata_piix\n[ 0.714106] scsi host1: ata_piix\n[ 0.714866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.716170] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.717708] libphy: Fixed MDIO Bus: probed\n[ 0.718651] tun: Universal TUN/TAP device driver, 1.6\n[ 0.719664] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.721676] PPP generic driver version 2.4.2\n[ 0.722617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.723962] ehci-pci: EHCI PCI platform driver\n[ 0.724891] ehci-platform: EHCI generic platform driver\n[ 0.725948] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.727158] ohci-pci: OHCI PCI platform driver\n[ 0.728085] ohci-platform: OHCI generic platform driver\n[ 0.729140] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748048] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749111] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.750652] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.751715] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.752904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.754190] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.755681] usb usb1: Product: UHCI Host Controller\n[ 0.756669] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.757903] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.758917] hub 1-0:1.0: USB hub found\n[ 0.759726] hub 1-0:1.0: 2 ports detected\n[ 0.760676] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.762878] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.763885] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.764959] mousedev: PS/2 mouse device common for all mice\n[ 0.766189] rtc_cmos 00:00: RTC can wake from S4\n[ 0.767452] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.769264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.770618] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.771897] i2c /dev entries driver\n[ 0.772703] device-mapper: uevent: version 1.0.3\n[ 0.773698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.775417] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.776806] NET: Registered protocol family 10\n[ 0.777875] NET: Registered protocol family 17\n[ 0.778808] Key type dns_resolver registered\n[ 0.779830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.781002] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.782158] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.784008] registered taskstats version 1\n[ 0.784898] Loading compiled-in X.509 certificates\n[ 0.786400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.788372] zswap: loaded using pool lzo/zbud\n[ 0.789925] Key type trusted registered\n[ 0.791737] Key type encrypted registered\n[ 0.792617] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.793711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.794820] evm: HMAC attrs: 0x1\n[ 0.795812] Magic number: 10:238:725\n[ 0.796640] block loop5: hash matches\n[ 0.807743] rtc_cmos 00:00: setting system clock to 2018-11-09 08:42:05 UTC (1541752925)\n[ 0.809483] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810681] EDD information not available.\n[ 0.871996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.873613] Write protecting the kernel read-only data: 14336k\n[ 0.875297] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.877212] 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.26\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.473948] 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.9...\nLease of 10.55.1.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.45. iid=i-000000e6\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRvYbpCnBN2h+oh0+xHzxACXT129rONJ9HnpI3ZK0roRSfqzwnGU25LfagiENCIHxijJstSi9ldxN+fg0DDYnSGsusPKOS5r/+Q7xgY2LEsS7OpsSIFc7ZRhtEtMXzwhPCbVMJEU1v8m8s4KrtmNOnHIC2lXk5B/Du22uXlZPFBcHyNHrkYjiMG6DLFzZtUvUIEqdftQnVHeOO85GuTZI+g523fjMA6Uo/zJpXu9dnvxZtXWga96wJ9cLQX4IOAYdL1DY+4XH3w0B7TGYRkWPvgRCRCT9TNDUkbbVt00YzviXxo9Xp4/b+jTeqREz6EJ9ZLtUDl3JDhf1yo5VoDrVz root@createinstancesinglenetworktests-3cd2ef37-8dcb-4842-989e-5ab025\nssh-dss AAAAB3NzaC1kc3MAAACBAKRZb56QaDfBtmd+eVIzluMYjWMmqrJPddx8QBPgIkdKka9DG2857wPh6qoJFhCWjiKoCyw927T7esYXEtnZRsmpIR5W1Bqdfl8YAVoxs/VQpynPOkZoRSpYvI+T3S9hyxGwKRueAMqXu6ZWFiUvf7tYqYxqRhlJLGNYBe8C/vsHAAAAFQC0NsWlXAin79bYQN1fMo7RTupd/QAAAIAmrK1bDe/jfKiWS50WnsxV974PB5amMLfaNdMNQhNwaDotJfGvSwJCcmMf9of1R8R6cUBizBgOyY7VUUB0Tu2phD81dqygYf/rDjFBKVkOgBJFT+W18sBL+mid9IVt9xgpk8vkZC5DzxKrIe08EcbfQntaHOCWgGt9ouEO8qs8FwAAAIBKfym+5qE5xa/nSLZo7x45IOZfKF9aAdtAfdQfXnnUX3lnbN5h2tm7OmdoQp/QFkHPuaRkr6ksMjqYWelYE5xdnL/b3W3MxPKD4Lpxa52f/MFwxHUlZrH6iIAFfovnzibihtNhJzkDP3ZDJ6jMVqRHCofFtd0f9XvusOIdiA+QtA== root@createinstancesinglenetworktests-3cd2ef37-8dcb-4842-989e-5ab025\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.9,24,fe80::f816:3eff:fe11:56fe/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.9 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e6\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-3cd2ef37-8dcb-4842-989e-5ab025\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.47 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-3cd2ef37-8dcb-4842-989e-5ab025 login: "} 2018-11-09 08:42:17,671 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756/action used request id req-642fc499-7780-4ba1-8ee7-ed3d167c5638 2018-11-09 08:42:17,673 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:42:17,673 - 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 773274015 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.128263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129917] pid_max: default: 32768 minimum: 301 [ 0.130811] ACPI: Core revision 20150930 [ 0.132205] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133516] Security Framework initialized [ 0.134337] Yama: becoming mindful. [ 0.135072] AppArmor: AppArmor initialized [ 0.135928] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137224] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138487] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139687] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141078] Initializing cgroup subsys io [ 0.141891] Initializing cgroup subsys memory [ 0.142755] Initializing cgroup subsys devices [ 0.143644] Initializing cgroup subsys freezer [ 0.144521] Initializing cgroup subsys net_cls [ 0.145392] Initializing cgroup subsys perf_event [ 0.146306] Initializing cgroup subsys net_prio [ 0.147192] Initializing cgroup subsys hugetlb [ 0.148070] Initializing cgroup subsys pids [ 0.148944] CPU: Physical Processor ID: 0 [ 0.150542] mce: CPU supports 10 MCE banks [ 0.151569] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155283] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161986] ftrace: allocating 31920 entries in 125 pages [ 0.188224] smpboot: Max logical packages: 2 [ 0.189232] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.190762] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.192409] x2apic enabled [ 0.193332] Switched APIC routing to physical x2apic. [ 0.195301] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.196760] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.199303] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.201605] KVM setup paravirtual spinlock [ 0.203197] x86: Booting SMP configuration: [ 0.204271] .... node #0, CPUs: #1 [ 0.205329] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.226993] x86: Booted up 1 node, 2 CPUs [ 0.226995] KVM setup async PF for cpu 1 [ 0.226997] kvm-stealtime: cpu 1, msr f90d940 [ 0.230076] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.231843] devtmpfs: initialized [ 0.233699] evm: security.selinux [ 0.234545] evm: security.SMACK64 [ 0.235381] evm: security.SMACK64EXEC [ 0.236257] evm: security.SMACK64TRANSMUTE [ 0.237207] evm: security.SMACK64MMAP [ 0.238076] evm: security.ima [ 0.238810] evm: security.capability [ 0.239817] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.242112] pinctrl core: initialized pinctrl subsystem [ 0.243434] RTC time: 8:42:04, date: 11/09/18 [ 0.244602] NET: Registered protocol family 16 [ 0.254087] cpuidle: using governor ladder [ 0.266176] cpuidle: using governor menu [ 0.267023] PCCT header not found. [ 0.267829] ACPI: bus type PCI registered [ 0.268640] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269903] PCI: Using configuration type 1 for base access [ 0.283369] ACPI: Added _OSI(Module Device) [ 0.284243] ACPI: Added _OSI(Processor Device) [ 0.285113] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.286017] ACPI: Added _OSI(Processor Aggregator Device) [ 0.288432] ACPI: Interpreter enabled [ 0.289207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.292947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.294803] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.296676] ACPI: (supports S0 S5) [ 0.297388] ACPI: Using IOAPIC for interrupt routing [ 0.298454] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.301845] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.303000] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.304252] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.305484] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307761] acpiphp: Slot [3] registered [ 0.308582] acpiphp: Slot [4] registered [ 0.309394] acpiphp: Slot [5] registered [ 0.310200] acpiphp: Slot [6] registered [ 0.311035] acpiphp: Slot [7] registered [ 0.311872] acpiphp: Slot [8] registered [ 0.312720] acpiphp: Slot [9] registered [ 0.313572] acpiphp: Slot [10] registered [ 0.324447] acpiphp: Slot [11] registered [ 0.325297] acpiphp: Slot [12] registered [ 0.326149] acpiphp: Slot [13] registered [ 0.326998] acpiphp: Slot [14] registered [ 0.327844] acpiphp: Slot [15] registered [ 0.328698] acpiphp: Slot [16] registered [ 0.329558] acpiphp: Slot [17] registered [ 0.330411] acpiphp: Slot [18] registered [ 0.331253] acpiphp: Slot [19] registered [ 0.332099] acpiphp: Slot [20] registered [ 0.332953] acpiphp: Slot [21] registered [ 0.333816] acpiphp: Slot [22] registered [ 0.334654] acpiphp: Slot [23] registered [ 0.335498] acpiphp: Slot [24] registered [ 0.336371] acpiphp: Slot [25] registered [ 0.337200] acpiphp: Slot [26] registered [ 0.338031] acpiphp: Slot [27] registered [ 0.338858] acpiphp: Slot [28] registered [ 0.339709] acpiphp: Slot [29] registered [ 0.340587] acpiphp: Slot [30] registered [ 0.341461] acpiphp: Slot [31] registered [ 0.342317] PCI host bridge to bus 0000:00 [ 0.343142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.344447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.345700] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.347179] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.348723] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.355205] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.356628] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.357838] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.359153] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.365623] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367091] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.413812] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.415840] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.417818] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.419781] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.422643] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424456] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.426157] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427783] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.430135] vgaarb: loaded [ 0.431002] vgaarb: bridge control possible 0000:00:02.0 [ 0.432688] SCSI subsystem initialized [ 0.433926] ACPI: bus type USB registered [ 0.435171] usbcore: registered new interface driver usbfs [ 0.436753] usbcore: registered new interface driver hub [ 0.438268] usbcore: registered new device driver usb [ 0.439903] PCI: Using ACPI for IRQ routing [ 0.441355] NetLabel: Initializing [ 0.442410] NetLabel: domain hash size = 128 [ 0.443687] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.445144] NetLabel: unlabeled traffic allowed by default [ 0.446845] clocksource: Switched to clocksource kvm-clock [ 0.453428] AppArmor: AppArmor Filesystem Enabled [ 0.454874] pnp: PnP ACPI init [ 0.456114] pnp: PnP ACPI: found 5 devices [ 0.463932] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.466409] NET: Registered protocol family 2 [ 0.467752] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.469596] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.471299] TCP: Hash tables configured (established 2048 bind 2048) [ 0.472970] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.474497] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.476185] NET: Registered protocol family 1 [ 0.477406] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.478979] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.480574] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.499229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.519005] Trying to unpack rootfs image as initramfs... [ 0.571044] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.585223] Scanning for low memory corruption every 60 seconds [ 0.586708] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.587977] audit: initializing netlink subsys (disabled) [ 0.589108] audit: type=2000 audit(1541752925.372:1): initialized [ 0.590507] Initialise system trusted keyring [ 0.591576] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.592837] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.595057] zbud: loaded [ 0.595842] VFS: Disk quotas dquot_6.6.0 [ 0.596732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.598376] fuse init (API version 7.23) [ 0.599347] Key type big_key registered [ 0.600186] Allocating IMA MOK and blacklist keyrings. [ 0.601492] Key type asymmetric registered [ 0.602346] Asymmetric key parser 'x509' registered [ 0.603350] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.604939] io scheduler noop registered [ 0.605765] io scheduler deadline registered (default) [ 0.606799] io scheduler cfq registered [ 0.607680] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.608780] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.611624] ACPI: Power Button [PWRF] [ 0.612577] GHES: HEST is not enabled! [ 0.630791] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.669183] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.671601] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.695758] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.698429] Linux agpgart interface v0.103 [ 0.700894] brd: module loaded [ 0.702356] loop: module loaded [ 0.706450] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.708035] GPT:90111 != 20971519 [ 0.708767] GPT:Alternate GPT header not at the end of the disk. [ 0.709957] GPT:90111 != 20971519 [ 0.710701] GPT: Use GNU Parted to correct GPT errors. [ 0.711742] vda: vda1 vda15 [ 0.713254] scsi host0: ata_piix [ 0.714106] scsi host1: ata_piix [ 0.714866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.716170] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.717708] libphy: Fixed MDIO Bus: probed [ 0.718651] tun: Universal TUN/TAP device driver, 1.6 [ 0.719664] tun: (C) 1999-2004 Max Krasnyansky [ 0.721676] PPP generic driver version 2.4.2 [ 0.722617] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.723962] ehci-pci: EHCI PCI platform driver [ 0.724891] ehci-platform: EHCI generic platform driver [ 0.725948] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.727158] ohci-pci: OHCI PCI platform driver [ 0.728085] ohci-platform: OHCI generic platform driver [ 0.729140] uhci_hcd: USB Universal Host Controller Interface driver [ 0.748048] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.749111] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.750652] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.751715] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.752904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.754190] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.755681] usb usb1: Product: UHCI Host Controller [ 0.756669] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.757903] usb usb1: SerialNumber: 0000:00:01.2 [ 0.758917] hub 1-0:1.0: USB hub found [ 0.759726] hub 1-0:1.0: 2 ports detected [ 0.760676] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.762878] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.763885] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.764959] mousedev: PS/2 mouse device common for all mice [ 0.766189] rtc_cmos 00:00: RTC can wake from S4 [ 0.767452] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.769264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.770618] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.771897] i2c /dev entries driver [ 0.772703] device-mapper: uevent: version 1.0.3 [ 0.773698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.775417] ledtrig-cpu: registered to indicate activity on CPUs [ 0.776806] NET: Registered protocol family 10 [ 0.777875] NET: Registered protocol family 17 [ 0.778808] Key type dns_resolver registered [ 0.779830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.781002] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.782158] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.784008] registered taskstats version 1 [ 0.784898] Loading compiled-in X.509 certificates [ 0.786400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.788372] zswap: loaded using pool lzo/zbud [ 0.789925] Key type trusted registered [ 0.791737] Key type encrypted registered [ 0.792617] AppArmor: AppArmor sha1 policy hashing enabled [ 0.793711] ima: No TPM chip found, activating TPM-bypass! [ 0.794820] evm: HMAC attrs: 0x1 [ 0.795812] Magic number: 10:238:725 [ 0.796640] block loop5: hash matches [ 0.807743] rtc_cmos 00:00: setting system clock to 2018-11-09 08:42:05 UTC (1541752925) [ 0.809483] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.810681] EDD information not available. [ 0.871996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.873613] Write protecting the kernel read-only data: 14336k [ 0.875297] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.877212] 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.26 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.473948] 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.9... Lease of 10.55.1.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.45. iid=i-000000e6 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRvYbpCnBN2h+oh0+xHzxACXT129rONJ9HnpI3ZK0roRSfqzwnGU25LfagiENCIHxijJstSi9ldxN+fg0DDYnSGsusPKOS5r/+Q7xgY2LEsS7OpsSIFc7ZRhtEtMXzwhPCbVMJEU1v8m8s4KrtmNOnHIC2lXk5B/Du22uXlZPFBcHyNHrkYjiMG6DLFzZtUvUIEqdftQnVHeOO85GuTZI+g523fjMA6Uo/zJpXu9dnvxZtXWga96wJ9cLQX4IOAYdL1DY+4XH3w0B7TGYRkWPvgRCRCT9TNDUkbbVt00YzviXxo9Xp4/b+jTeqREz6EJ9ZLtUDl3JDhf1yo5VoDrVz root@createinstancesinglenetworktests-3cd2ef37-8dcb-4842-989e-5ab025 ssh-dss AAAAB3NzaC1kc3MAAACBAKRZb56QaDfBtmd+eVIzluMYjWMmqrJPddx8QBPgIkdKka9DG2857wPh6qoJFhCWjiKoCyw927T7esYXEtnZRsmpIR5W1Bqdfl8YAVoxs/VQpynPOkZoRSpYvI+T3S9hyxGwKRueAMqXu6ZWFiUvf7tYqYxqRhlJLGNYBe8C/vsHAAAAFQC0NsWlXAin79bYQN1fMo7RTupd/QAAAIAmrK1bDe/jfKiWS50WnsxV974PB5amMLfaNdMNQhNwaDotJfGvSwJCcmMf9of1R8R6cUBizBgOyY7VUUB0Tu2phD81dqygYf/rDjFBKVkOgBJFT+W18sBL+mid9IVt9xgpk8vkZC5DzxKrIe08EcbfQntaHOCWgGt9ouEO8qs8FwAAAIBKfym+5qE5xa/nSLZo7x45IOZfKF9aAdtAfdQfXnnUX3lnbN5h2tm7OmdoQp/QFkHPuaRkr6ksMjqYWelYE5xdnL/b3W3MxPKD4Lpxa52f/MFwxHUlZrH6iIAFfovnzibihtNhJzkDP3ZDJ6jMVqRHCofFtd0f9XvusOIdiA+QtA== root@createinstancesinglenetworktests-3cd2ef37-8dcb-4842-989e-5ab025 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.9,24,fe80::f816:3eff:fe11:56fe/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.9 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000e6 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-3cd2ef37-8dcb-4842-989e-5ab025 launch-index: 0 === cirros: current=0.4.0 uptime=3.47 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-3cd2ef37-8dcb-4842-989e-5ab025 login: 2018-11-09 08:42:17,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:18,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3bb3b71-9159-4253-acf4-833d59c782a3 x-compute-request-id: req-e3bb3b71-9159-4253-acf4-833d59c782a3 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:18,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-e3bb3b71-9159-4253-acf4-833d59c782a3 2018-11-09 08:42:18,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:18,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d34f6577-7f47-442d-97f9-b84e51aec455 Date: Fri, 09 Nov 2018 08:42: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:42:18,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-d34f6577-7f47-442d-97f9-b84e51aec455 2018-11-09 08:42:18,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:18,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a307c6b-2809-450f-ac6b-4aa67dac938c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:42:18,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-9a307c6b-2809-450f-ac6b-4aa67dac938c 2018-11-09 08:42:18,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:18,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d70db26d-29b5-426a-86fe-43fb025de308 Date: Fri, 09 Nov 2018 08:42:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:42:18,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-d70db26d-29b5-426a-86fe-43fb025de308 2018-11-09 08:42:18,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:18,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-a39161bc-1790-4353-aefc-7adee9175459 Date: Fri, 09 Nov 2018 08:42:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.3"}],"id":"2ef34ade-2906-4c24-99cd-0acc68aeab73","security_groups":[],"mac_address":"fa:16:3e:bb:49:ef","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.2"}],"id":"48457c6f-6373-4cae-ac37-57c901bc9907","security_groups":[],"mac_address":"fa:16:3e:2d:ef:ca","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.9"}],"id":"6385f95f-8b4b-42cb-9eb4-5374064097fb","security_groups":["a4be1d27-fc7f-4a9c-8f53-b2888762309c","eb9d9edc-8b36-4a30-b127-7e6222f7febc"],"mac_address":"fa:16:3e:11:56:fe","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:53Z","binding:vnic_type":"normal","device_id":"7edb748b-af52-40f5-8e5e-568625061756"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.4"}],"id":"99e8000b-e222-4f27-923e-63e47d15546b","security_groups":[],"mac_address":"fa:16:3e:40:65:c0","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.1"}],"id":"e6f09a0e-6286-407b-9355-50487eab5898","security_groups":[],"mac_address":"fa:16:3e:7a:04:69","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:42Z","binding:vnic_type":"normal","device_id":"81515071-b7f4-461c-ac98-d0545bdc444c"}]} 2018-11-09 08:42:18,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-a39161bc-1790-4353-aefc-7adee9175459 2018-11-09 08:42:18,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:18,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-8d9a7db9-3543-4afa-bece-83a38fb1dbf9 Date: Fri, 09 Nov 2018 08:42:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:36Z", "admin_state_up": true, "updated_at": "2018-11-09T08:41:43Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "81515071-b7f4-461c-ac98-d0545bdc444c", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router"}]} 2018-11-09 08:42:18,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router used request id req-8d9a7db9-3543-4afa-bece-83a38fb1dbf9 2018-11-09 08:42:18,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:19,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6a99dc7-697c-42a3-9494-4bf9bb9291c8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:42:19,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-b6a99dc7-697c-42a3-9494-4bf9bb9291c8 2018-11-09 08:42:19,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=81515071-b7f4-461c-ac98-d0545bdc444c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:19,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-4d64a389-c51c-4954-aa52-1cb4cfa728f8 Date: Fri, 09 Nov 2018 08:42:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.1"}],"id":"e6f09a0e-6286-407b-9355-50487eab5898","security_groups":[],"mac_address":"fa:16:3e:7a:04:69","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:42Z","binding:vnic_type":"normal","device_id":"81515071-b7f4-461c-ac98-d0545bdc444c"}]} 2018-11-09 08:42:19,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=81515071-b7f4-461c-ac98-d0545bdc444c used request id req-4d64a389-c51c-4954-aa52-1cb4cfa728f8 2018-11-09 08:42:19,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee636bca-842c-49e7-8262-dc07d8444444 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:19,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c759e666-0832-464a-acf6-a4b55b2fc8cf Date: Fri, 09 Nov 2018 08:42:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}} 2018-11-09 08:42:19,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee636bca-842c-49e7-8262-dc07d8444444 used request id req-c759e666-0832-464a-acf6-a4b55b2fc8cf 2018-11-09 08:42:19,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:19,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ceeec15e-cf8f-4fec-84e2-3d56d14fd61d Date: Fri, 09 Nov 2018 08:42:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:42:19,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-ceeec15e-cf8f-4fec-84e2-3d56d14fd61d 2018-11-09 08:42:19,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:19,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5004c4af-4dad-46ef-86e1-436b028fb73f Date: Fri, 09 Nov 2018 08:42:19 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:42:19,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-5004c4af-4dad-46ef-86e1-436b028fb73f 2018-11-09 08:42:19,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:19,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-4c5c7817-e27e-462a-bcfc-6936e8252d40 x-compute-request-id: req-4c5c7817-e27e-462a-bcfc-6936e8252d40 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:19,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-4c5c7817-e27e-462a-bcfc-6936e8252d40 2018-11-09 08:42:19,870 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst] is - ACTIVE 2018-11-09 08:42:19,870 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:42:19,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:20,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-7f33def2-828c-4d5c-b94a-5a64d8d35878 x-compute-request-id: req-7f33def2-828c-4d5c-b94a-5a64d8d35878 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:20,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-7f33def2-828c-4d5c-b94a-5a64d8d35878 2018-11-09 08:42:20,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:20,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-16f620c9-b490-4f48-8570-6951d56bfe92 Date: Fri, 09 Nov 2018 08: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:42:20,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-16f620c9-b490-4f48-8570-6951d56bfe92 2018-11-09 08:42:20,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:20,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1b9893f-b0c3-4ef2-8e1a-6761a71231cd Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:42:20,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-b1b9893f-b0c3-4ef2-8e1a-6761a71231cd 2018-11-09 08:42:20,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:20,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-80b946f7-a3a8-48cc-932d-14e7eb713d1c Date: Fri, 09 Nov 2018 08:42:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:42:20,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-80b946f7-a3a8-48cc-932d-14e7eb713d1c 2018-11-09 08:42:20,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:20,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-6eca337c-786f-4cbf-b87d-253ac5563482 Date: Fri, 09 Nov 2018 08:42:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.3"}],"id":"2ef34ade-2906-4c24-99cd-0acc68aeab73","security_groups":[],"mac_address":"fa:16:3e:bb:49:ef","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.2"}],"id":"48457c6f-6373-4cae-ac37-57c901bc9907","security_groups":[],"mac_address":"fa:16:3e:2d:ef:ca","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.9"}],"id":"6385f95f-8b4b-42cb-9eb4-5374064097fb","security_groups":["a4be1d27-fc7f-4a9c-8f53-b2888762309c","eb9d9edc-8b36-4a30-b127-7e6222f7febc"],"mac_address":"fa:16:3e:11:56:fe","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:53Z","binding:vnic_type":"normal","device_id":"7edb748b-af52-40f5-8e5e-568625061756"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.4"}],"id":"99e8000b-e222-4f27-923e-63e47d15546b","security_groups":[],"mac_address":"fa:16:3e:40:65:c0","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.1"}],"id":"e6f09a0e-6286-407b-9355-50487eab5898","security_groups":[],"mac_address":"fa:16:3e:7a:04:69","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:42Z","binding:vnic_type":"normal","device_id":"81515071-b7f4-461c-ac98-d0545bdc444c"}]} 2018-11-09 08:42:20,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-6eca337c-786f-4cbf-b87d-253ac5563482 2018-11-09 08:42:20,838 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 08:42:20,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:20,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-42e9e17b-9b13-48f0-b3fd-69dafd7230a1 Date: Fri, 09 Nov 2018 08:42:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:42:20,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-42e9e17b-9b13-48f0-b3fd-69dafd7230a1 2018-11-09 08:42:20,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:20,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fdfea8d0-35c1-4df7-9d89-9904587c678b Date: Fri, 09 Nov 2018 08:42:20 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:42:20,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-fdfea8d0-35c1-4df7-9d89-9904587c678b 2018-11-09 08:42:20,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "port_id": "6385f95f-8b4b-42cb-9eb4-5374064097fb"}}' 2018-11-09 08:42:22,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-7970576d-0807-4db0-ad23-a5636151c62c Date: Fri, 09 Nov 2018 08:42:22 GMT RESP BODY: {"floatingip": {"router_id": "81515071-b7f4-461c-ac98-d0545bdc444c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:42:21Z", "updated_at": "2018-11-09T08:42:21Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.55.1.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_id": "6385f95f-8b4b-42cb-9eb4-5374064097fb", "id": "7b9fa495-8d6e-41e6-a6e9-d945f6cf5305"}} 2018-11-09 08:42:22,769 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-7970576d-0807-4db0-ad23-a5636151c62c 2018-11-09 08:42:22,770 - create_instance - INFO - Created floating IP 172.30.9.210 via router - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router 2018-11-09 08:42:22,770 - create_instance - INFO - Checking if VM is active 2018-11-09 08:42:22,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:23,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0c7168b-f6d3-4b8d-9cec-d6239f12f239 x-compute-request-id: req-b0c7168b-f6d3-4b8d-9cec-d6239f12f239 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:23,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-b0c7168b-f6d3-4b8d-9cec-d6239f12f239 2018-11-09 08:42:23,405 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst] is - ACTIVE 2018-11-09 08:42:23,405 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:42:23,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:23,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42: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-b40deb97-a698-4f9d-a94d-dbdca8198f97 x-compute-request-id: req-b40deb97-a698-4f9d-a94d-dbdca8198f97 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp"}], "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:05Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:23,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-b40deb97-a698-4f9d-a94d-dbdca8198f97 2018-11-09 08:42:23,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:24,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-121b15c9-ed18-413f-bf11-8c4105cc0064 Date: Fri, 09 Nov 2018 08:42: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":["ee636bca-842c-49e7-8262-dc07d8444444"],"updated_at":"2018-11-09T08:41:33Z","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"f6e26546-21cf-4b4b-ba41-827e417c022a","name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net"}]} 2018-11-09 08:42:24,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net used request id req-121b15c9-ed18-413f-bf11-8c4105cc0064 2018-11-09 08:42:24,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:24,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99d0b6f3-f94b-41c5-97f1-a045635c2434 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:42:24,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-99d0b6f3-f94b-41c5-97f1-a045635c2434 2018-11-09 08:42:24,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:24,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-560ff848-d135-428a-b363-f46b5bf9e590 Date: Fri, 09 Nov 2018 08:42:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","dns_nameservers":[],"updated_at":"2018-11-09T08:41:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4fe3f995e34b44bfafc97cef2752cd64","id":"ee636bca-842c-49e7-8262-dc07d8444444","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet"}]} 2018-11-09 08:42:24,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-560ff848-d135-428a-b363-f46b5bf9e590 2018-11-09 08:42:24,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:24,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-4c34d52c-dee8-4995-bf6a-3537e3e7fe92 Date: Fri, 09 Nov 2018 08:42:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.3"}],"id":"2ef34ade-2906-4c24-99cd-0acc68aeab73","security_groups":[],"mac_address":"fa:16:3e:bb:49:ef","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.2"}],"id":"48457c6f-6373-4cae-ac37-57c901bc9907","security_groups":[],"mac_address":"fa:16:3e:2d:ef:ca","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.9"}],"id":"6385f95f-8b4b-42cb-9eb4-5374064097fb","security_groups":["a4be1d27-fc7f-4a9c-8f53-b2888762309c","eb9d9edc-8b36-4a30-b127-7e6222f7febc"],"mac_address":"fa:16:3e:11:56:fe","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:53Z","binding:vnic_type":"normal","device_id":"7edb748b-af52-40f5-8e5e-568625061756"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.4"}],"id":"99e8000b-e222-4f27-923e-63e47d15546b","security_groups":[],"mac_address":"fa:16:3e:40:65:c0","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f6e26546-21cf-4b4b-ba41-827e417c022a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:41:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee636bca-842c-49e7-8262-dc07d8444444","ip_address":"10.55.1.1"}],"id":"e6f09a0e-6286-407b-9355-50487eab5898","security_groups":[],"mac_address":"fa:16:3e:7a:04:69","project_id":"4fe3f995e34b44bfafc97cef2752cd64","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f6e26546-21cf-4b4b-ba41-827e417c022a","tenant_id":"4fe3f995e34b44bfafc97cef2752cd64","created_at":"2018-11-09T08:41:42Z","binding:vnic_type":"normal","device_id":"81515071-b7f4-461c-ac98-d0545bdc444c"}]} 2018-11-09 08:42:24,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-4c34d52c-dee8-4995-bf6a-3537e3e7fe92 2018-11-09 08:42:24,321 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:42:24,324 - paramiko.transport - DEBUG - starting thread (client mode): 0x88518e90L 2018-11-09 08:42:24,324 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:42:24,324 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:42:24,325 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:42:24,326 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:42:24,326 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:42:24,326 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:42:24,326 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:42:24,326 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:42:24,326 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:42:24,344 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:42:24,344 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:42:24,356 - paramiko.transport - DEBUG - Trying key 7bec4b0d200f1cb63d1dc834274982e1 from tmp/CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402 2018-11-09 08:42:24,382 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:42:24,386 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:42:24,486 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:42:24,502 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:42:24,502 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:42:24,504 - paramiko.transport - DEBUG - starting thread (client mode): 0x88518cd0L 2018-11-09 08:42:24,505 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:42:24,505 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:42:24,505 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:42:24,506 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:42:24,506 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:42:24,507 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:42:24,507 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:42:24,507 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:42:24,507 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:42:24,524 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:42:24,525 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:42:24,537 - paramiko.transport - DEBUG - Trying key 7bec4b0d200f1cb63d1dc834274982e1 from tmp/CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402 2018-11-09 08:42:24,562 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:42:24,566 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:42:24,569 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:42:24,570 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:42:24,570 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:42:24,572 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:42:24,573 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:42:24,574 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2018-11-09 08:42:24,575 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2018-11-09 08:42:24,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/7b9fa495-8d6e-41e6-a6e9-d945f6cf5305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:25,962 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d86401b7-d7da-4c81-86c8-59b8c65e2846 Content-Length: 0 Date: Fri, 09 Nov 2018 08:42:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:25,962 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/7b9fa495-8d6e-41e6-a6e9-d945f6cf5305 used request id req-d86401b7-d7da-4c81-86c8-59b8c65e2846 2018-11-09 08:42:25,962 - create_instance - INFO - Deleting Port with ID - 6385f95f-8b4b-42cb-9eb4-5374064097fb 2018-11-09 08:42:25,962 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402port-1 2018-11-09 08:42:25,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/6385f95f-8b4b-42cb-9eb4-5374064097fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:26,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-04d4adcc-2dcd-45c0-a864-869dcc656ba7 Date: Fri, 09 Nov 2018 08:42:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:26,423 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/6385f95f-8b4b-42cb-9eb4-5374064097fb used request id req-04d4adcc-2dcd-45c0-a864-869dcc656ba7 2018-11-09 08:42:26,423 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst 2018-11-09 08:42:26,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:26,611 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:42:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-edc887fd-fbd7-47a3-958c-8296cd7d7885 x-compute-request-id: req-edc887fd-fbd7-47a3-958c-8296cd7d7885 Content-Type: application/json 2018-11-09 08:42:26,611 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-edc887fd-fbd7-47a3-958c-8296cd7d7885 2018-11-09 08:42:26,611 - create_instance - INFO - Checking deletion status 2018-11-09 08:42:26,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:26,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87defaf3-a04f-4fdd-b1df-189ff46bd160 x-compute-request-id: req-87defaf3-a04f-4fdd-b1df-189ff46bd160 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:26Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:26,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-87defaf3-a04f-4fdd-b1df-189ff46bd160 2018-11-09 08:42:26,730 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst] is - ACTIVE 2018-11-09 08:42:26,730 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:42:29,733 - create_instance - DEBUG - VM status query timeout in 296.878174067 2018-11-09 08:42:29,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:30,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42: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-f07fb9f1-81d3-4a87-9b95-5f693b9e6934 x-compute-request-id: req-f07fb9f1-81d3-4a87-9b95-5f693b9e6934 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:56:fe", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7edb748b-af52-40f5-8e5e-568625061756", "rel": "bookmark"}], "image": {"id": "ac45e8f3-d743-4ca7-b5f0-c526f067d033", "links": [{"href": "http://172.30.9.27:8774/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:42:04.000000", "flavor": {"id": "6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "links": [{"href": "http://172.30.9.27:8774/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf", "rel": "bookmark"}]}, "id": "7edb748b-af52-40f5-8e5e-568625061756", "user_id": "125cef2d64884a34a0627b936e0ee866", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:42:26Z", "hostId": "b91b93bc41f4a273c48386248af91928b23895a14a301ee1ba83a494", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp", "name": "CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst", "created": "2018-11-09T08:41:57Z", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:42:30,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-f07fb9f1-81d3-4a87-9b95-5f693b9e6934 2018-11-09 08:42:30,197 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst] is - ACTIVE 2018-11-09 08:42:30,197 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:42:33,201 - create_instance - DEBUG - VM status query timeout in 293.410858154 2018-11-09 08:42:33,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0fec997595fc13401a2e7f1a0c77a6ab9260cb9" 2018-11-09 08:42:33,442 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:42: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-a49c9524-85ef-4581-ad4d-044789004e64 x-compute-request-id: req-a49c9524-85ef-4581-ad4d-044789004e64 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7edb748b-af52-40f5-8e5e-568625061756 could not be found.", "code": 404}} 2018-11-09 08:42:33,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7edb748b-af52-40f5-8e5e-568625061756 used request id req-a49c9524-85ef-4581-ad4d-044789004e64 2018-11-09 08:42:33,443 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7edb748b-af52-40f5-8e5e-568625061756 could not be found. (HTTP 404) (Request-ID: req-a49c9524-85ef-4581-ad4d-044789004e64) 2018-11-09 08:42:33,443 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-inst 2018-11-09 08:42:33,444 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp 2018-11-09 08:42:33,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64338dbaa90af07eae755f09ae14c955a348e512" 2018-11-09 08:42:33,520 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:42: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-816618af-e5f1-4c5a-9ac9-bef6d0c194c3 x-compute-request-id: req-816618af-e5f1-4c5a-9ac9-bef6d0c194c3 Content-Length: 0 Content-Type: application/json 2018-11-09 08:42:33,520 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-kp used request id req-816618af-e5f1-4c5a-9ac9-bef6d0c194c3 2018-11-09 08:42:33,521 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402.pub] 2018-11-09 08:42:33,521 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402] 2018-11-09 08:42:33,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d1faac38c7def85c628d26682bbe2fff19926ad" 2018-11-09 08:42:33,616 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:42: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-4c0e4ea0-6fba-4f0d-b5f9-4402ec9b6aab x-compute-request-id: req-4c0e4ea0-6fba-4f0d-b5f9-4402ec9b6aab Content-Length: 0 Content-Type: application/json 2018-11-09 08:42:33,617 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6073f3a9-6ced-4793-a25a-b307fc4f3dcf used request id req-4c0e4ea0-6fba-4f0d-b5f9-4402ec9b6aab 2018-11-09 08:42:33,617 - neutron_utils - INFO - Deleting security group rule with ID - 22bc437c-998b-4bbb-b31d-ef42a75dc8b4 2018-11-09 08:42:33,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/22bc437c-998b-4bbb-b31d-ef42a75dc8b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:42:33,738 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-493044a0-841d-45b3-8a13-22f048023e04 Content-Length: 0 Date: Fri, 09 Nov 2018 08:42:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:33,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/22bc437c-998b-4bbb-b31d-ef42a75dc8b4 used request id req-493044a0-841d-45b3-8a13-22f048023e04 2018-11-09 08:42:33,738 - neutron_utils - INFO - Deleting security group rule with ID - f7d45d67-6a66-4f8b-baae-fc2dc1afb83a 2018-11-09 08:42:33,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/f7d45d67-6a66-4f8b-baae-fc2dc1afb83a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:42:33,864 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c29a5331-0cd9-40f7-98fb-af1ed9213d8b Content-Length: 0 Date: Fri, 09 Nov 2018 08:42:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:33,864 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/f7d45d67-6a66-4f8b-baae-fc2dc1afb83a used request id req-c29a5331-0cd9-40f7-98fb-af1ed9213d8b 2018-11-09 08:42:33,864 - neutron_utils - INFO - Deleting security group rule with ID - 3195c0d7-6c1d-4cfc-8022-8e8d6198f227 2018-11-09 08:42:33,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/3195c0d7-6c1d-4cfc-8022-8e8d6198f227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:42:33,987 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c1769ae-432b-4cc5-a79e-e795f784fe10 Content-Length: 0 Date: Fri, 09 Nov 2018 08:42:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:33,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/3195c0d7-6c1d-4cfc-8022-8e8d6198f227 used request id req-0c1769ae-432b-4cc5-a79e-e795f784fe10 2018-11-09 08:42:33,987 - neutron_utils - INFO - Deleting security group rule with ID - e0ab8b41-639e-41fd-aaf5-01d2ab2e42ee 2018-11-09 08:42:33,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/e0ab8b41-639e-41fd-aaf5-01d2ab2e42ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:42:34,251 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-941addee-b463-4c93-8e93-9b7bed54d562 Content-Length: 0 Date: Fri, 09 Nov 2018 08:42:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:34,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/e0ab8b41-639e-41fd-aaf5-01d2ab2e42ee used request id req-941addee-b463-4c93-8e93-9b7bed54d562 2018-11-09 08:42:34,251 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-sec-grp 2018-11-09 08:42:34,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/eb9d9edc-8b36-4a30-b127-7e6222f7febc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fba8d0de620cd21cf2c843797e248beae0ae121b" 2018-11-09 08:42:34,502 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f281717-8369-49f4-a839-fc5127cc9304 Content-Length: 0 Date: Fri, 09 Nov 2018 08:42:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:34,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/eb9d9edc-8b36-4a30-b127-7e6222f7febc used request id req-7f281717-8369-49f4-a839-fc5127cc9304 2018-11-09 08:42:34,503 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router and subnet CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet 2018-11-09 08:42:34,503 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router 2018-11-09 08:42:34,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/81515071-b7f4-461c-ac98-d0545bdc444c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" -d '{"subnet_id": "ee636bca-842c-49e7-8262-dc07d8444444"}' 2018-11-09 08:42:36,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e4cd460c-64f2-462a-a0d0-57bd9b2d0ad4 Date: Fri, 09 Nov 2018 08:42:35 GMT RESP BODY: {"network_id": "f6e26546-21cf-4b4b-ba41-827e417c022a", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "subnet_id": "ee636bca-842c-49e7-8262-dc07d8444444", "subnet_ids": ["ee636bca-842c-49e7-8262-dc07d8444444"], "port_id": "e6f09a0e-6286-407b-9355-50487eab5898", "id": "81515071-b7f4-461c-ac98-d0545bdc444c"} 2018-11-09 08:42:36,021 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/81515071-b7f4-461c-ac98-d0545bdc444c/remove_router_interface used request id req-e4cd460c-64f2-462a-a0d0-57bd9b2d0ad4 2018-11-09 08:42:36,021 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router 2018-11-09 08:42:36,021 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-router 2018-11-09 08:42:36,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/81515071-b7f4-461c-ac98-d0545bdc444c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164ced7024879d0506f2c32dada1655e58225e7" 2018-11-09 08:42:39,473 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-10053da6-a743-4593-b381-c0bfb7c76ace Content-Length: 0 Date: Fri, 09 Nov 2018 08:42:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:39,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/81515071-b7f4-461c-ac98-d0545bdc444c used request id req-10053da6-a743-4593-b381-c0bfb7c76ace 2018-11-09 08:42:39,474 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet 2018-11-09 08:42:39,474 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-subnet 2018-11-09 08:42:39,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/ee636bca-842c-49e7-8262-dc07d8444444 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d8f3c51094d152db814b65e161a76a0801395bc" 2018-11-09 08:42:41,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2437f3e-3b9b-48d9-90c4-1f798d054ad4 Date: Fri, 09 Nov 2018 08:42:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:41,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/ee636bca-842c-49e7-8262-dc07d8444444 used request id req-d2437f3e-3b9b-48d9-90c4-1f798d054ad4 2018-11-09 08:42:41,846 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-pub-net 2018-11-09 08:42:41,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/f6e26546-21cf-4b4b-ba41-827e417c022a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d8f3c51094d152db814b65e161a76a0801395bc" 2018-11-09 08:42:43,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-204b88f7-0df2-4173-b6e8-699266596565 Date: Fri, 09 Nov 2018 08:42:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:43,208 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/f6e26546-21cf-4b4b-ba41-827e417c022a used request id req-204b88f7-0df2-4173-b6e8-699266596565 2018-11-09 08:42:43,208 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-3cd2ef37-8dcb-4842-989e-5ab025152402-image 2018-11-09 08:42:43,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8e1e408feedee21a7bcad353c32aaae2492bed47" 2018-11-09 08:42:44,609 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4c15e2f3-083f-453d-8c93-d76014fde0f7 Date: Fri, 09 Nov 2018 08:42:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:42:44,609 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ac45e8f3-d743-4ca7-b5f0-c526f067d033 used request id req-4c15e2f3-083f-453d-8c93-d76014fde0f7 2018-11-09 08:42:44,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:42:44,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-dc1c47d5-83cb-4b7b-b38f-34999a93c07a Date: Fri, 09 Nov 2018 08:42:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:31Z", "updated_at": "2018-11-09T08:41:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:31Z", "revision_number": 0, "id": "804ca5e5-1560-4bfb-bfb9-40b4a7bec8d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:31Z", "security_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:31Z", "revision_number": 0, "id": "b0a317a3-f50a-4d41-b0f8-1c1510d3d8da", "remote_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:31Z", "security_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:31Z", "revision_number": 0, "id": "c4d2665e-c99d-45fb-9e76-6b6965e15b95", "remote_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:31Z", "security_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:41:31Z", "revision_number": 0, "id": "cfbd32f2-48d2-4257-9818-3fe1e7a7a8bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:41:31Z", "security_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fe3f995e34b44bfafc97cef2752cd64"}], "revision_number": 4, "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:42:44,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-dc1c47d5-83cb-4b7b-b38f-34999a93c07a 2018-11-09 08:42:44,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:42:44,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc051dbf-6171-44c7-bfd3-661be843db2f 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:42:44,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-cc051dbf-6171-44c7-bfd3-661be843db2f 2018-11-09 08:42:44,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:42:45,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da99e76b-5af3-402a-9915-47831f0be268 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:42:45,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-da99e76b-5af3-402a-9915-47831f0be268 2018-11-09 08:42:45,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:42:45,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cfd31c6-7c51-4a6d-9b3c-9e688f1cd799 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64"}, "enabled": true, "id": "4fe3f995e34b44bfafc97cef2752cd64", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj"}} 2018-11-09 08:42:45,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-8cfd31c6-7c51-4a6d-9b3c-9e688f1cd799 2018-11-09 08:42:45,120 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a4be1d27-fc7f-4a9c-8f53-b2888762309c 2018-11-09 08:42:45,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a4be1d27-fc7f-4a9c-8f53-b2888762309c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:42:45,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-56477f55-6cfd-4a71-a8c1-ba184d55e1ae Date: Fri, 09 Nov 2018 08:42:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:31Z", "security_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:31Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "804ca5e5-1560-4bfb-bfb9-40b4a7bec8d2"}, {"remote_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:31Z", "security_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:31Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "b0a317a3-f50a-4d41-b0f8-1c1510d3d8da"}, {"remote_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:31Z", "security_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:31Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "c4d2665e-c99d-45fb-9e76-6b6965e15b95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:41:31Z", "security_group_id": "a4be1d27-fc7f-4a9c-8f53-b2888762309c", "port_range_min": null, "revision_number": 0, "tenant_id": "4fe3f995e34b44bfafc97cef2752cd64", "created_at": "2018-11-09T08:41:31Z", "project_id": "4fe3f995e34b44bfafc97cef2752cd64", "id": "cfbd32f2-48d2-4257-9818-3fe1e7a7a8bc"}]} 2018-11-09 08:42:45,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a4be1d27-fc7f-4a9c-8f53-b2888762309c used request id req-56477f55-6cfd-4a71-a8c1-ba184d55e1ae 2018-11-09 08:42:45,302 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:42:45,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/a4be1d27-fc7f-4a9c-8f53-b2888762309c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:42:45,613 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-08e92206-ce71-47bb-b2ad-b8392d84d706 Content-Length: 0 Date: Fri, 09 Nov 2018 08:42:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:42:45,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/a4be1d27-fc7f-4a9c-8f53-b2888762309c used request id req-08e92206-ce71-47bb-b2ad-b8392d84d706 2018-11-09 08:42:45,613 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj 2018-11-09 08:42:45,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:42:45,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:42:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c32e3ff4-a5d1-4a20-a383-4511f6671bc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:42:45,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4fe3f995e34b44bfafc97cef2752cd64 used request id req-c32e3ff4-a5d1-4a20-a383-4511f6671bc4 2018-11-09 08:42:45,816 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-proj-role 2018-11-09 08:42:45,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/1fc78add2c4644758b79fc7d6fb7541b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:42:45,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:42:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd2873ad-97ab-450e-a13b-28759a61da04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:42:45,920 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/1fc78add2c4644758b79fc7d6fb7541b used request id req-bd2873ad-97ab-450e-a13b-28759a61da04 2018-11-09 08:42:45,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64629bbb9bf9036910c0ea32ddb168e28ad60772" 2018-11-09 08:42:46,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe7c80d-334f-46b0-a990-aa29e7e3ff59 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:42:46,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cbe7c80d-334f-46b0-a990-aa29e7e3ff59 2018-11-09 08:42:46,015 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-16fe9949-0393-4ba-user 2018-11-09 08:42:46,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/125cef2d64884a34a0627b936e0ee866 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3dfd62d6d0691542049a6bdc8e734770c3df88" 2018-11-09 08:42:46,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:42:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c6eb83d-31c7-42b6-9936-a640f75b0549 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:42:46,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/125cef2d64884a34a0627b936e0ee866 used request id req-0c6eb83d-31c7-42b6-9936-a640f75b0549 2018-11-09 08:42:46,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:42:46,564 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:42:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["M6oL0re5QNKfIJoWXPtCkg"], "issued_at": "2018-11-09T08:42:46.000000Z"}} 2018-11-09 08:42:46,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e80bcdc6496f8b75c6ca31f0ee67314151bf7980" 2018-11-09 08:42:46,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efc0ecab-65f6-4298-8531-fe4ec7e650e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:42:46,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-efc0ecab-65f6-4298-8531-fe4ec7e650e0 2018-11-09 08:42:46,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:42:46,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:42:47,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:42:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["HwyAMzduSaCSftuZRp8bAg"], "issued_at": "2018-11-09T08:42:47.000000Z"}} 2018-11-09 08:42:47,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:42:47,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e0b53d2-c1da-48c0-a0fc-16c0bc4eed98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:42:47,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4e0b53d2-c1da-48c0-a0fc-16c0bc4eed98 2018-11-09 08:42:47,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:42:47,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:42:47,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:42:47,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14a856df-79d9-49cf-b48d-2b3fab092b0c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:42:47,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj used request id req-14a856df-79d9-49cf-b48d-2b3fab092b0c 2018-11-09 08:42:47,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:42:47,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce1538bc-830c-421d-bee6-9c3c244dfbf9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:42:47,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-ce1538bc-830c-421d-bee6-9c3c244dfbf9 2018-11-09 08:42:47,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}}' 2018-11-09 08:42:47,448 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:42:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-152b78df-0d20-4aa9-9053-a3d6cd01daae Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:42:47,448 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-152b78df-0d20-4aa9-9053-a3d6cd01daae 2018-11-09 08:42:47,448 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj 2018-11-09 08:42:47,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:42:47,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:42:47,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:42:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["qk6IPyt6R-qXn85QhsBK8w"], "issued_at": "2018-11-09T08:42:47.000000Z"}} 2018-11-09 08:42:47,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a878662adc4691f6e4766886c331729b507c055e" 2018-11-09 08:42:47,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d7e247-e769-4df6-9a1b-749d699a757b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:42:47,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d3d7e247-e769-4df6-9a1b-749d699a757b 2018-11-09 08:42:47,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:42:47,922 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:42:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:42:47,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a878662adc4691f6e4766886c331729b507c055e" 2018-11-09 08:42:48,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50b207dd-ba7a-486b-bd6c-3a87f8966f83 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:42:48,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-50b207dd-ba7a-486b-bd6c-3a87f8966f83 2018-11-09 08:42:48,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a878662adc4691f6e4766886c331729b507c055e" 2018-11-09 08:42:48,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e70a2cd5-d0fe-4f6e-852c-bc3c1f532241 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}]} 2018-11-09 08:42:48,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj used request id req-e70a2cd5-d0fe-4f6e-852c-bc3c1f532241 2018-11-09 08:42:48,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a878662adc4691f6e4766886c331729b507c055e" 2018-11-09 08:42:48,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7983de72-23a8-4774-9ad7-98a56b8f6660 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:42:48,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-7983de72-23a8-4774-9ad7-98a56b8f6660 2018-11-09 08:42:48,597 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-user 2018-11-09 08:42:48,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:42:48,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:42:48,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eac157b6-c4b9-42e2-bd43-00e10703b8e9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:42:48,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-eac157b6-c4b9-42e2-bd43-00e10703b8e9 2018-11-09 08:42:48,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role"}}' 2018-11-09 08:42:48,800 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:42:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c74d72ec-f05b-4883-aa29-c1ee70d5b926 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33d88b3d331444c9908ea37183de8729", "links": {"self": "http://172.30.9.27:5000/v3/roles/33d88b3d331444c9908ea37183de8729"}, "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role"}} 2018-11-09 08:42:48,801 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-c74d72ec-f05b-4883-aa29-c1ee70d5b926 2018-11-09 08:42:48,801 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role 2018-11-09 08:42:48,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/33d88b3d331444c9908ea37183de8729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:42:48,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6380ffa7-f5e2-4a39-9537-31081654b3e7 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/33d88b3d331444c9908ea37183de8729"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role", "id": "33d88b3d331444c9908ea37183de8729"}} 2018-11-09 08:42:48,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/33d88b3d331444c9908ea37183de8729 used request id req-6380ffa7-f5e2-4a39-9537-31081654b3e7 2018-11-09 08:42:48,894 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role to project CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj 2018-11-09 08:42:48,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da/users/64f3524f56db4e72ac7f6ed0615803ed/roles/33d88b3d331444c9908ea37183de8729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:42:49,030 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:42:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd84133e-f22b-4ac4-9cc3-39c72b4c8313 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:42:49,031 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da/users/64f3524f56db4e72ac7f6ed0615803ed/roles/33d88b3d331444c9908ea37183de8729 used request id req-fd84133e-f22b-4ac4-9cc3-39c72b4c8313 2018-11-09 08:42:49,031 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:42:49,032 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:42:49,033 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:42:49,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:42:49,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d88b3d331444c9908ea37183de8729", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role"}], "expires_at": "2018-11-09T09:42:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1880434caed043c1a18ebad7218907da", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-user", "id": "64f3524f56db4e72ac7f6ed0615803ed"}, "audit_ids": ["pZnFSf26SIiOFXD6D79RTQ"], "issued_at": "2018-11-09T08:42:49.000000Z"}} 2018-11-09 08:42:49,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0e8f491d3daee773036eff91c4f55d62edf4bb8" 2018-11-09 08:42:49,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54a34196-1010-4310-9223-7183a09d0cf5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:42:49,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-54a34196-1010-4310-9223-7183a09d0cf5 2018-11-09 08:42:49,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0e8f491d3daee773036eff91c4f55d62edf4bb8" 2018-11-09 08:42:49,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-0003352d-a1b6-41f9-9d7e-bbc1bc348304 Date: Fri, 09 Nov 2018 08:42:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image"} 2018-11-09 08:42:49,683 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image used request id req-0003352d-a1b6-41f9-9d7e-bbc1bc348304 2018-11-09 08:42:49,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0e8f491d3daee773036eff91c4f55d62edf4bb8" 2018-11-09 08:42:49,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5ffcb61a-a95a-45a8-90c8-a6e39be23a4f Date: Fri, 09 Nov 2018 08:42:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:42:49,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-5ffcb61a-a95a-45a8-90c8-a6e39be23a4f 2018-11-09 08:42:49,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0e8f491d3daee773036eff91c4f55d62edf4bb8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image"}' 2018-11-09 08:42:50,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc X-Openstack-Request-Id: req-5201c237-868e-4177-a771-55efc790e7db Date: Fri, 09 Nov 2018 08:42:50 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:42:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:42:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "min_disk": 0, "protected": false, "id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "file": "/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/file", "checksum": null, "owner": "1880434caed043c1a18ebad7218907da", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:42:50,084 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5201c237-868e-4177-a771-55efc790e7db 2018-11-09 08:42:50,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0e8f491d3daee773036eff91c4f55d62edf4bb8" -d '' 2018-11-09 08:42:51,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c26b156-d519-4c25-80b1-2c3bb8d9d2aa Date: Fri, 09 Nov 2018 08:42:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:42:51,751 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/file used request id req-7c26b156-d519-4c25-80b1-2c3bb8d9d2aa 2018-11-09 08:42:51,752 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:42:51,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0e8f491d3daee773036eff91c4f55d62edf4bb8" 2018-11-09 08:42:51,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-3353a398-efc4-470e-883f-35928b310427 Date: Fri, 09 Nov 2018 08:42:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:42:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:42:51Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/snap", "metadata": {}}], "self": "/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "min_disk": 0, "protected": false, "id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "file": "/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1880434caed043c1a18ebad7218907da", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:42:51,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc used request id req-3353a398-efc4-470e-883f-35928b310427 2018-11-09 08:42:51,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0e8f491d3daee773036eff91c4f55d62edf4bb8" 2018-11-09 08:42:52,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1cdcdf79-2523-492f-bd08-c388cf693f15 Date: Fri, 09 Nov 2018 08:42:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:42:52,078 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-1cdcdf79-2523-492f-bd08-c388cf693f15 2018-11-09 08:42:52,081 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image 2018-11-09 08:42:52,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0e8f491d3daee773036eff91c4f55d62edf4bb8" 2018-11-09 08:42:52,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-5e8b1180-a6cb-486e-98c4-3dd3fa8bcaf6 Date: Fri, 09 Nov 2018 08:42:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:42:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:42:51Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/snap", "metadata": {}}], "self": "/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "min_disk": 0, "protected": false, "id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "file": "/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1880434caed043c1a18ebad7218907da", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:42:52,245 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc used request id req-5e8b1180-a6cb-486e-98c4-3dd3fa8bcaf6 2018-11-09 08:42:52,246 - create_image - DEBUG - Instance status is - active 2018-11-09 08:42:52,246 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image 2018-11-09 08:42:52,246 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image 2018-11-09 08:42:52,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:42:52,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:42:52,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d88b3d331444c9908ea37183de8729", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role"}], "expires_at": "2018-11-09T09:42:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1880434caed043c1a18ebad7218907da", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-user", "id": "64f3524f56db4e72ac7f6ed0615803ed"}, "audit_ids": ["pOXM1Bx0SzSBN9E068gE6Q"], "issued_at": "2018-11-09T08:42:52.000000Z"}} 2018-11-09 08:42:52,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75877010f6f644f93ea340d0945ba94e707ae7e" 2018-11-09 08:42:52,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-736f4ead-cd08-4e0a-bc21-cc7b408eb010 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:42:52,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-736f4ead-cd08-4e0a-bc21-cc7b408eb010 2018-11-09 08:42:52,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75877010f6f644f93ea340d0945ba94e707ae7e" 2018-11-09 08:42:52,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2937b9a7-8969-4dde-813f-67be8170f9fc Date: Fri, 09 Nov 2018 08:42:52 GMT RESP BODY: {"networks":[]} 2018-11-09 08:42:52,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-2937b9a7-8969-4dde-813f-67be8170f9fc 2018-11-09 08:42:52,889 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net 2018-11-09 08:42:52,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75877010f6f644f93ea340d0945ba94e707ae7e" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net", "admin_state_up": true}}' 2018-11-09 08:42:53,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-77a27ec0-b68d-4b7b-ae6f-2cfe78b01973 Date: Fri, 09 Nov 2018 08:42:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:42:53Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","mtu":1450}} 2018-11-09 08:42:53,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-77a27ec0-b68d-4b7b-ae6f-2cfe78b01973 2018-11-09 08:42:53,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75877010f6f644f93ea340d0945ba94e707ae7e" 2018-11-09 08:42:53,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-bf211020-5667-4c47-b4c0-f5f8a3c3772d Date: Fri, 09 Nov 2018 08:42:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:42:53Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:42:53,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-bf211020-5667-4c47-b4c0-f5f8a3c3772d 2018-11-09 08:42:53,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75877010f6f644f93ea340d0945ba94e707ae7e" 2018-11-09 08:42:53,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d3dd8aea-8522-4ef7-9414-0fb8b51a7c70 Date: Fri, 09 Nov 2018 08:42:53 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:42:53,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-d3dd8aea-8522-4ef7-9414-0fb8b51a7c70 2018-11-09 08:42:53,854 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet 2018-11-09 08:42:53,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75877010f6f644f93ea340d0945ba94e707ae7e" -d '{"subnets": [{"ip_version": 4, "network_id": "eeca38fc-bd9c-4bdf-ab0a-77fe999955ca", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]}' 2018-11-09 08:42:54,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c30964e1-1023-4547-9a35-23b09f650376 Date: Fri, 09 Nov 2018 08:42:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:42:54,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-c30964e1-1023-4547-9a35-23b09f650376 2018-11-09 08:42:54,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75877010f6f644f93ea340d0945ba94e707ae7e" 2018-11-09 08:42:54,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3e749b58-f3ea-4245-9cb9-b16a50808476 Date: Fri, 09 Nov 2018 08:42: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:42:54,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-3e749b58-f3ea-4245-9cb9-b16a50808476 2018-11-09 08:42:54,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75877010f6f644f93ea340d0945ba94e707ae7e" 2018-11-09 08:42:54,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-900f0322-d806-4e18-8f92-7458b04d1a7d Date: Fri, 09 Nov 2018 08:42:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:42:54,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-900f0322-d806-4e18-8f92-7458b04d1a7d 2018-11-09 08:42:54,925 - OpenStackNetwork - DEBUG - Network [eeca38fc-bd9c-4bdf-ab0a-77fe999955ca] created successfully 2018-11-09 08:42:54,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:42:54,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:42:55,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d88b3d331444c9908ea37183de8729", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role"}], "expires_at": "2018-11-09T09:42:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1880434caed043c1a18ebad7218907da", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-user", "id": "64f3524f56db4e72ac7f6ed0615803ed"}, "audit_ids": ["bJNcbLBaQAO4iVTODH38DA"], "issued_at": "2018-11-09T08:42:55.000000Z"}} 2018-11-09 08:42:55,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:42:55,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aeccc66-b523-40d7-a36a-dad346ab446d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:42:55,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4aeccc66-b523-40d7-a36a-dad346ab446d 2018-11-09 08:42:55,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:42:55,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-98f92a13-36cd-4079-aff9-9070fcda0bb6 Date: Fri, 09 Nov 2018 08:42:55 GMT RESP BODY: {"routers": []} 2018-11-09 08:42:55,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router&admin_state_up=True used request id req-98f92a13-36cd-4079-aff9-9070fcda0bb6 2018-11-09 08:42:55,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:42:55,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:42:55,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d88b3d331444c9908ea37183de8729", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role"}], "expires_at": "2018-11-09T09:42:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1880434caed043c1a18ebad7218907da", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-user", "id": "64f3524f56db4e72ac7f6ed0615803ed"}, "audit_ids": ["tBdO-hMXTnOY35BGrX0OHg"], "issued_at": "2018-11-09T08:42:55.000000Z"}} 2018-11-09 08:42:55,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a46d878d49e2caf03c77acb41b07df60a06bd7a" 2018-11-09 08:42:56,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c977862-0543-4c6b-b128-b5e9019f5214 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:42:56,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4c977862-0543-4c6b-b128-b5e9019f5214 2018-11-09 08:42:56,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:42:56,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a4511c90-cc06-4d44-9868-1e8182e11ebb Date: Fri, 09 Nov 2018 08:42:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:42:56,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-a4511c90-cc06-4d44-9868-1e8182e11ebb 2018-11-09 08:42:56,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:42:56,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5826e6ab-74a6-4ee8-92be-f1325025b108 Date: Fri, 09 Nov 2018 08:42:56 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:42:56,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-5826e6ab-74a6-4ee8-92be-f1325025b108 2018-11-09 08:42:56,447 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router 2018-11-09 08:42:56,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router", "admin_state_up": true}}' 2018-11-09 08:43:01,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-331e9a50-ea99-4370-b5d0-ad8e9fa60543 Date: Fri, 09 Nov 2018 08:43:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:42:57Z", "admin_state_up": true, "updated_at": "2018-11-09T08:42:58Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "1880434caed043c1a18ebad7218907da", "id": "3451ea60-6f65-4b28-8113-6c3b7f186b7c", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router"}} 2018-11-09 08:43:01,748 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-331e9a50-ea99-4370-b5d0-ad8e9fa60543 2018-11-09 08:43:01,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=3451ea60-6f65-4b28-8113-6c3b7f186b7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:43:01,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-64bfec88-7d6f-459e-bea0-9b9ffe4e2e10 Date: Fri, 09 Nov 2018 08:43:01 GMT RESP BODY: {"ports":[]} 2018-11-09 08:43:01,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=3451ea60-6f65-4b28-8113-6c3b7f186b7c used request id req-64bfec88-7d6f-459e-bea0-9b9ffe4e2e10 2018-11-09 08:43:01,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:43:02,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-344f64a9-461b-4238-9b82-0b3a72b1be6f Date: Fri, 09 Nov 2018 08:43:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:02,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-344f64a9-461b-4238-9b82-0b3a72b1be6f 2018-11-09 08:43:02,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:43:02,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:43: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:43:02,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:43:02,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e278f49-bd0d-4021-9bf5-91916d2de045 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:02,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-7e278f49-bd0d-4021-9bf5-91916d2de045 2018-11-09 08:43:02,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:43:02,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a76a555c-7ec6-4b05-93c5-4afb00fc1c00 Date: Fri, 09 Nov 2018 08:43:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:02,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-a76a555c-7ec6-4b05-93c5-4afb00fc1c00 2018-11-09 08:43:02,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:43:02,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ce8a5e7c-925c-446b-83f7-4620c4f45b8e Date: Fri, 09 Nov 2018 08:43:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:02,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet used request id req-ce8a5e7c-925c-446b-83f7-4620c4f45b8e 2018-11-09 08:43:02,403 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:43:02,403 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router 2018-11-09 08:43:02,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/3451ea60-6f65-4b28-8113-6c3b7f186b7c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" -d '{"subnet_id": "2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"}' 2018-11-09 08:43:04,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c431a751-f1ad-44a3-8e88-df85edf04ee3 Date: Fri, 09 Nov 2018 08:43:04 GMT RESP BODY: {"network_id": "eeca38fc-bd9c-4bdf-ab0a-77fe999955ca", "tenant_id": "1880434caed043c1a18ebad7218907da", "subnet_id": "2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8", "subnet_ids": ["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"], "port_id": "c3780a3b-ce1f-497f-ab78-4c7b4fbf6287", "id": "3451ea60-6f65-4b28-8113-6c3b7f186b7c"} 2018-11-09 08:43:04,468 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3451ea60-6f65-4b28-8113-6c3b7f186b7c/add_router_interface used request id req-c431a751-f1ad-44a3-8e88-df85edf04ee3 2018-11-09 08:43:04,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/3451ea60-6f65-4b28-8113-6c3b7f186b7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:43:04,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1ed96677-5e44-4056-9499-f373bda688af Date: Fri, 09 Nov 2018 08:43:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:42:57Z", "admin_state_up": true, "updated_at": "2018-11-09T08:43:03Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "1880434caed043c1a18ebad7218907da", "id": "3451ea60-6f65-4b28-8113-6c3b7f186b7c", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router"}} 2018-11-09 08:43:04,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/3451ea60-6f65-4b28-8113-6c3b7f186b7c used request id req-1ed96677-5e44-4056-9499-f373bda688af 2018-11-09 08:43:04,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=3451ea60-6f65-4b28-8113-6c3b7f186b7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:43:04,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-38bba845-650b-4bb3-a1a1-1956e76e24d4 Date: Fri, 09 Nov 2018 08:43:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"}]} 2018-11-09 08:43:04,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=3451ea60-6f65-4b28-8113-6c3b7f186b7c used request id req-38bba845-650b-4bb3-a1a1-1956e76e24d4 2018-11-09 08:43:04,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:43:05,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-77dc2bec-d683-43d3-bdeb-28ab99e1d1da Date: Fri, 09 Nov 2018 08:43:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}} 2018-11-09 08:43:05,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8 used request id req-77dc2bec-d683-43d3-bdeb-28ab99e1d1da 2018-11-09 08:43:05,149 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:43:05,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:43:05,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["GB9YQ8mLQua3io6TGmMyKg"], "issued_at": "2018-11-09T08:43:05.000000Z"}} 2018-11-09 08:43:05,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe19314a7939a5d5e2cfa3e0d62ccd495446a530" 2018-11-09 08:43:05,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c08f83f9-fb93-4438-a575-322189145b8a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:43:05,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c08f83f9-fb93-4438-a575-322189145b8a 2018-11-09 08:43:05,627 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:43:05,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe19314a7939a5d5e2cfa3e0d62ccd495446a530" 2018-11-09 08:43:05,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-5e321e0a-4b5e-4757-adf6-e20a0cfe0642 x-compute-request-id: req-5e321e0a-4b5e-4757-adf6-e20a0cfe0642 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:43:05,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5e321e0a-4b5e-4757-adf6-e20a0cfe0642 2018-11-09 08:43:05,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe19314a7939a5d5e2cfa3e0d62ccd495446a530" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:43:05,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-5524a9a5-e8e0-4b2f-ad19-dc3008a99116 x-compute-request-id: req-5524a9a5-e8e0-4b2f-ad19-dc3008a99116 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "89b5264e-86a9-4846-8480-6cc00a989c98", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:43:05,885 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5524a9a5-e8e0-4b2f-ad19-dc3008a99116 2018-11-09 08:43:05,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:43:05,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:43:06,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d88b3d331444c9908ea37183de8729", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role"}], "expires_at": "2018-11-09T09:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1880434caed043c1a18ebad7218907da", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-user", "id": "64f3524f56db4e72ac7f6ed0615803ed"}, "audit_ids": ["IimGxDwESNKeoZRG4g9_bQ"], "issued_at": "2018-11-09T08:43:06.000000Z"}} 2018-11-09 08:43:06,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2c82efa0af38ecbe1ff5286c0c764a6996f69e" 2018-11-09 08:43:06,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4866aa85-c6df-40c7-81b1-22ca3ce5934b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:43:06,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4866aa85-c6df-40c7-81b1-22ca3ce5934b 2018-11-09 08:43:06,342 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:43:06,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2c82efa0af38ecbe1ff5286c0c764a6996f69e" 2018-11-09 08:43:06,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-21673208-9061-4fc7-9c7f-14b57188a9be x-compute-request-id: req-21673208-9061-4fc7-9c7f-14b57188a9be Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:43:06,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-21673208-9061-4fc7-9c7f-14b57188a9be 2018-11-09 08:43:06,519 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp... 2018-11-09 08:43:06,519 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:43:06,555 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp 2018-11-09 08:43:06,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2c82efa0af38ecbe1ff5286c0c764a6996f69e" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDcwCe91UyppstTcfVxwJ0Mm/CJGR9JBgxmts5DWNuIJ4eIZZuf0KmC9chxz/BDgObuDXA98gLbr7wxxZiJc2/SWRKBvcIFvpBPfxbssQ0nLXigz4HcBougheFPSJNah+C07VSM8F6tYSjU5RMgbIkcfXZXHzhHNIBla0BG2nQnyw==", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp"}}' 2018-11-09 08:43:06,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-e8028eff-d25a-43c6-967c-e54d1fd951cf x-compute-request-id: req-e8028eff-d25a-43c6-967c-e54d1fd951cf Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDcwCe91UyppstTcfVxwJ0Mm/CJGR9JBgxmts5DWNuIJ4eIZZuf0KmC9chxz/BDgObuDXA98gLbr7wxxZiJc2/SWRKBvcIFvpBPfxbssQ0nLXigz4HcBougheFPSJNah+C07VSM8F6tYSjU5RMgbIkcfXZXHzhHNIBla0BG2nQnyw==", "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "fingerprint": "b7:bf:c8:db:ce:09:27:63:35:60:39:28:d4:07:7d:5d"}} 2018-11-09 08:43:06,615 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-e8028eff-d25a-43c6-967c-e54d1fd951cf 2018-11-09 08:43:06,617 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38.pub 2018-11-09 08:43:06,618 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38 2018-11-09 08:43:06,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:43:06,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:43:06,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d88b3d331444c9908ea37183de8729", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role"}], "expires_at": "2018-11-09T09:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1880434caed043c1a18ebad7218907da", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-user", "id": "64f3524f56db4e72ac7f6ed0615803ed"}, "audit_ids": ["tdwX4VL6RcCeT-HZSuXIRg"], "issued_at": "2018-11-09T08:43:06.000000Z"}} 2018-11-09 08:43:06,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:07,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9346369-fd73-462f-a38f-053f1b526727 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:43:07,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d9346369-fd73-462f-a38f-053f1b526727 2018-11-09 08:43:07,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:07,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-927d556f-329e-4513-bde5-5fc3d757f5db Date: Fri, 09 Nov 2018 08:43:07 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:43:07,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp used request id req-927d556f-329e-4513-bde5-5fc3d757f5db 2018-11-09 08:43:07,251 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp... 2018-11-09 08:43:07,251 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp 2018-11-09 08:43:07,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}}' 2018-11-09 08:43:07,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-85f0e4e7-8f8d-4356-9441-9d43a0f88b68 Date: Fri, 09 Nov 2018 08:43:07 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "updated_at": "2018-11-09T08:43:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "94758e42-cb01-4a45-adb7-1d1241196a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1880434caed043c1a18ebad7218907da"}], "revision_number": 2, "project_id": "1880434caed043c1a18ebad7218907da", "id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}} 2018-11-09 08:43:07,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-85f0e4e7-8f8d-4356-9441-9d43a0f88b68 2018-11-09 08:43:07,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 624442b8-5bed-4e0b-82dc-fc9febb2c670 2018-11-09 08:43:07,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:07,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ddf90e76-35b1-42f6-9390-7cc09b7225a2 Date: Fri, 09 Nov 2018 08:43:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "94758e42-cb01-4a45-adb7-1d1241196a38"}]} 2018-11-09 08:43:07,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-ddf90e76-35b1-42f6-9390-7cc09b7225a2 2018-11-09 08:43:07,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 624442b8-5bed-4e0b-82dc-fc9febb2c670 2018-11-09 08:43:07,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:07,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7ca7512b-3d1f-4a57-b9a6-3de42b1de139 Date: Fri, 09 Nov 2018 08:43:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "94758e42-cb01-4a45-adb7-1d1241196a38"}]} 2018-11-09 08:43:07,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-7ca7512b-3d1f-4a57-b9a6-3de42b1de139 2018-11-09 08:43:07,969 - neutron_utils - INFO - Retrieving security group with ID - 624442b8-5bed-4e0b-82dc-fc9febb2c670 2018-11-09 08:43:07,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:08,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a36f9065-01fe-492b-90b6-1184a9fcacaa Date: Fri, 09 Nov 2018 08:43:07 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "updated_at": "2018-11-09T08:43:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "94758e42-cb01-4a45-adb7-1d1241196a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1880434caed043c1a18ebad7218907da"}], "revision_number": 2, "project_id": "1880434caed043c1a18ebad7218907da", "id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}]} 2018-11-09 08:43:08,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-a36f9065-01fe-492b-90b6-1184a9fcacaa 2018-11-09 08:43:08,039 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 624442b8-5bed-4e0b-82dc-fc9febb2c670 2018-11-09 08:43:08,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:08,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d73f5bc8-85aa-4823-b29b-f765b67afc09 Date: Fri, 09 Nov 2018 08:43:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "94758e42-cb01-4a45-adb7-1d1241196a38"}]} 2018-11-09 08:43:08,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-d73f5bc8-85aa-4823-b29b-f765b67afc09 2018-11-09 08:43:08,220 - neutron_utils - INFO - Retrieving security group with ID - 624442b8-5bed-4e0b-82dc-fc9febb2c670 2018-11-09 08:43:08,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:08,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-b2f1e92c-a16f-4052-8a03-0528129329d5 Date: Fri, 09 Nov 2018 08:43:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "updated_at": "2018-11-09T08:43:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "94758e42-cb01-4a45-adb7-1d1241196a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1880434caed043c1a18ebad7218907da"}], "revision_number": 2, "project_id": "1880434caed043c1a18ebad7218907da", "id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}]} 2018-11-09 08:43:08,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-b2f1e92c-a16f-4052-8a03-0528129329d5 2018-11-09 08:43:08,272 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 624442b8-5bed-4e0b-82dc-fc9febb2c670 2018-11-09 08:43:08,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:08,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-35564932-99cd-4dd7-a13f-a488f83511eb Date: Fri, 09 Nov 2018 08:43:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "94758e42-cb01-4a45-adb7-1d1241196a38"}]} 2018-11-09 08:43:08,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-35564932-99cd-4dd7-a13f-a488f83511eb 2018-11-09 08:43:08,326 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp 2018-11-09 08:43:08,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:08,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-efeb0242-f8e8-486c-a14e-e76e57f4d16d Date: Fri, 09 Nov 2018 08:43:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "updated_at": "2018-11-09T08:43:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "94758e42-cb01-4a45-adb7-1d1241196a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1880434caed043c1a18ebad7218907da"}], "revision_number": 2, "project_id": "1880434caed043c1a18ebad7218907da", "id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}]} 2018-11-09 08:43:08,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp used request id req-efeb0242-f8e8-486c-a14e-e76e57f4d16d 2018-11-09 08:43:08,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:43:08,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:43: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:43:08,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:08,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd13184d-c3b4-49bb-b4be-7f2885192518 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:08,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-dd13184d-c3b4-49bb-b4be-7f2885192518 2018-11-09 08:43:08,463 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 624442b8-5bed-4e0b-82dc-fc9febb2c670 2018-11-09 08:43:08,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:08,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7e30e08-6e01-4957-8fcf-d1d7cd8498f0 Date: Fri, 09 Nov 2018 08:43:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "94758e42-cb01-4a45-adb7-1d1241196a38"}]} 2018-11-09 08:43:08,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-a7e30e08-6e01-4957-8fcf-d1d7cd8498f0 2018-11-09 08:43:08,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}d2fdefaa284e6bee34e4257078037b1afe3924f6" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670"}}' 2018-11-09 08:43:08,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-10fefb27-a789-45f2-8c38-7b4fbf5993ac Date: Fri, 09 Nov 2018 08:43:08 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:08Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:08Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "41b3742f-3ed8-4324-a0c4-fa32e6e59ccf"}} 2018-11-09 08:43:08,801 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-10fefb27-a789-45f2-8c38-7b4fbf5993ac 2018-11-09 08:43:08,801 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp 2018-11-09 08:43:08,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:08,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-517e561e-c97f-4fc5-b658-d234de074c5f Date: Fri, 09 Nov 2018 08:43:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "updated_at": "2018-11-09T08:43:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:08Z", "revision_number": 0, "id": "41b3742f-3ed8-4324-a0c4-fa32e6e59ccf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:08Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "94758e42-cb01-4a45-adb7-1d1241196a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1880434caed043c1a18ebad7218907da"}], "revision_number": 3, "project_id": "1880434caed043c1a18ebad7218907da", "id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}]} 2018-11-09 08:43:08,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp used request id req-517e561e-c97f-4fc5-b658-d234de074c5f 2018-11-09 08:43:08,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:08,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c7eb34-5e13-46a7-8ab0-533a0d1f409f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:08,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-82c7eb34-5e13-46a7-8ab0-533a0d1f409f 2018-11-09 08:43:08,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 624442b8-5bed-4e0b-82dc-fc9febb2c670 2018-11-09 08:43:08,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:09,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-ab8eaad8-85bd-40ad-a81d-89e13484c1fd Date: Fri, 09 Nov 2018 08:43:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:08Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:08Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "41b3742f-3ed8-4324-a0c4-fa32e6e59ccf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "94758e42-cb01-4a45-adb7-1d1241196a38"}]} 2018-11-09 08:43:09,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-ab8eaad8-85bd-40ad-a81d-89e13484c1fd 2018-11-09 08:43:09,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}d2fdefaa284e6bee34e4257078037b1afe3924f6" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670"}}' 2018-11-09 08:43:09,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-23d9d0f4-cbbe-4e19-9ab3-895d02ff6706 Date: Fri, 09 Nov 2018 08:43:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:43:09Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": 22, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:09Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "db9d9da8-3443-4ca8-bbae-addce0a64736"}} 2018-11-09 08:43:09,304 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-23d9d0f4-cbbe-4e19-9ab3-895d02ff6706 2018-11-09 08:43:09,305 - neutron_utils - INFO - Retrieving security group with ID - 624442b8-5bed-4e0b-82dc-fc9febb2c670 2018-11-09 08:43:09,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:09,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-8749637a-88b4-4d9c-a847-76d2851ec49d Date: Fri, 09 Nov 2018 08:43:09 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "updated_at": "2018-11-09T08:43:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:08Z", "revision_number": 0, "id": "41b3742f-3ed8-4324-a0c4-fa32e6e59ccf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:08Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "revision_number": 0, "id": "94758e42-cb01-4a45-adb7-1d1241196a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:43:09Z", "revision_number": 0, "id": "db9d9da8-3443-4ca8-bbae-addce0a64736", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:43:09Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}], "revision_number": 4, "project_id": "1880434caed043c1a18ebad7218907da", "id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}]} 2018-11-09 08:43:09,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-8749637a-88b4-4d9c-a847-76d2851ec49d 2018-11-09 08:43:09,522 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 624442b8-5bed-4e0b-82dc-fc9febb2c670 2018-11-09 08:43:09,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:43:09,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-a30cac40-32cc-4ef9-b9c8-bc819dca90a5 Date: Fri, 09 Nov 2018 08:43:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "26f47f93-cf43-49c1-8c23-e6d218e480fc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:08Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:08Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "41b3742f-3ed8-4324-a0c4-fa32e6e59ccf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:43:07Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:07Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "94758e42-cb01-4a45-adb7-1d1241196a38"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:43:09Z", "security_group_id": "624442b8-5bed-4e0b-82dc-fc9febb2c670", "port_range_min": 22, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:09Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "db9d9da8-3443-4ca8-bbae-addce0a64736"}]} 2018-11-09 08:43:09,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-a30cac40-32cc-4ef9-b9c8-bc819dca90a5 2018-11-09 08:43:09,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:43:09,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:43:10,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d88b3d331444c9908ea37183de8729", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role"}], "expires_at": "2018-11-09T09:43:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1880434caed043c1a18ebad7218907da", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-user", "id": "64f3524f56db4e72ac7f6ed0615803ed"}, "audit_ids": ["3o2JiwQYQNWc9PHJh6c5Nw"], "issued_at": "2018-11-09T08:43:10.000000Z"}} 2018-11-09 08:43:10,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:10,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6c676af-afa2-4b6a-a989-1e50f8e72825 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:43:10,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f6c676af-afa2-4b6a-a989-1e50f8e72825 2018-11-09 08:43:10,164 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:43:10,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:10,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67762421-3ed6-42ad-84f3-3fc337a3b52f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:43:10,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-67762421-3ed6-42ad-84f3-3fc337a3b52f 2018-11-09 08:43:10,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:10,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e928133c-33ad-4442-8b82-796709823dd2 Date: Fri, 09 Nov 2018 08:43: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:10,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-e928133c-33ad-4442-8b82-796709823dd2 2018-11-09 08:43:10,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:43:10,512 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:43: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:43:10,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:10,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f0d5fb4-ab6d-42a9-9684-ec482087cce3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:10,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-9f0d5fb4-ab6d-42a9-9684-ec482087cce3 2018-11-09 08:43:10,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:10,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9f53775b-7804-4d37-8541-228ff55149fb Date: Fri, 09 Nov 2018 08:43:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:10,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-9f53775b-7804-4d37-8541-228ff55149fb 2018-11-09 08:43:10,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:11,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e46c8db4-ffca-4218-9d6a-5aaf074f0643 Date: Fri, 09 Nov 2018 08:43:11 GMT RESP BODY: {"ports":[]} 2018-11-09 08:43:11,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1&admin_state_up=True used request id req-e46c8db4-ffca-4218-9d6a-5aaf074f0643 2018-11-09 08:43:11,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:11,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a0f56f3-4022-4b29-90ad-e120a05fde58 x-compute-request-id: req-2a0f56f3-4022-4b29-90ad-e120a05fde58 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:43:11,290 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst used request id req-2a0f56f3-4022-4b29-90ad-e120a05fde58 2018-11-09 08:43:11,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:11,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-de21d61c-a7b5-4d0c-9b57-b254f2387d3c Date: Fri, 09 Nov 2018 08:43: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:11,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-de21d61c-a7b5-4d0c-9b57-b254f2387d3c 2018-11-09 08:43:11,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:11,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83355665-cc96-4665-a639-130c7ff31a5c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:11,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-83355665-cc96-4665-a639-130c7ff31a5c 2018-11-09 08:43:11,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:11,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e4bd126a-a415-43db-9373-d67bda85dbfc Date: Fri, 09 Nov 2018 08:43:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:11,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-e4bd126a-a415-43db-9373-d67bda85dbfc 2018-11-09 08:43:11,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:11,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c9bd5769-3603-43ad-aae6-c622b2871afb Date: Fri, 09 Nov 2018 08:43:11 GMT RESP BODY: {"ports":[]} 2018-11-09 08:43:11,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1&admin_state_up=True used request id req-c9bd5769-3603-43ad-aae6-c622b2871afb 2018-11-09 08:43:11,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:43:11,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:43:12,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33d88b3d331444c9908ea37183de8729", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role"}], "expires_at": "2018-11-09T09:43:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1880434caed043c1a18ebad7218907da", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1880434caed043c1a18ebad7218907da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-user", "id": "64f3524f56db4e72ac7f6ed0615803ed"}, "audit_ids": ["TohDU8dGRx2zXbcXaZIhoA"], "issued_at": "2018-11-09T08:43:12.000000Z"}} 2018-11-09 08:43:12,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559c9058224d1853edd25421ba446b399ac5babe" 2018-11-09 08:43:12,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20476646-a263-4ca9-b216-0b1e2297179d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:43:12,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-20476646-a263-4ca9-b216-0b1e2297179d 2018-11-09 08:43:12,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:12,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-256195f5-b653-4043-b9d9-a112705e5135 Date: Fri, 09 Nov 2018 08:43: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:12,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-256195f5-b653-4043-b9d9-a112705e5135 2018-11-09 08:43:12,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:12,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6d9e56ff-6e1e-40ab-bf9e-2031c955582e Date: Fri, 09 Nov 2018 08:43:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:12,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-6d9e56ff-6e1e-40ab-bf9e-2031c955582e 2018-11-09 08:43:12,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:12,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b7694a45-864f-49d6-88a1-cdebc886c26d Date: Fri, 09 Nov 2018 08:43: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:12,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-b7694a45-864f-49d6-88a1-cdebc886c26d 2018-11-09 08:43:12,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:43:12,897 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:43: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:43:12,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}559c9058224d1853edd25421ba446b399ac5babe" 2018-11-09 08:43:12,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4467b28-2dfe-4e3f-9687-d9ec65ac2c94 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:12,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-c4467b28-2dfe-4e3f-9687-d9ec65ac2c94 2018-11-09 08:43:12,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:13,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5e61ff59-3db6-44c3-b89f-c55375209f42 Date: Fri, 09 Nov 2018 08:43:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:13,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-5e61ff59-3db6-44c3-b89f-c55375209f42 2018-11-09 08:43:13,196 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net 2018-11-09 08:43:13,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"port": {"network_id": "eeca38fc-bd9c-4bdf-ab0a-77fe999955ca", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1", "admin_state_up": true}}' 2018-11-09 08:43:14,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-829d3aa3-4abd-472f-a8c3-f496a63e00dd Date: Fri, 09 Nov 2018 08:43:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","project_id":"1880434caed043c1a18ebad7218907da","qos_policy_id":null,"admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal"}} 2018-11-09 08:43:14,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-829d3aa3-4abd-472f-a8c3-f496a63e00dd 2018-11-09 08:43:14,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:14,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d1a5d681-d18b-495a-bec7-f228457f57e1 Date: Fri, 09 Nov 2018 08:43: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:14,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-d1a5d681-d18b-495a-bec7-f228457f57e1 2018-11-09 08:43:14,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:14,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd625b38-d661-4170-aab7-0fa2aaf0a477 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:14,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-cd625b38-d661-4170-aab7-0fa2aaf0a477 2018-11-09 08:43:14,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:14,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f6baeb32-5d41-4b09-b3a7-c46a9dc64b8a Date: Fri, 09 Nov 2018 08:43:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:14,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-f6baeb32-5d41-4b09-b3a7-c46a9dc64b8a 2018-11-09 08:43:14,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:14,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-a03628b0-acdd-49c8-8e04-5a0f9484003d Date: Fri, 09 Nov 2018 08:43:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","project_id":"1880434caed043c1a18ebad7218907da","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:43:14,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1&admin_state_up=True used request id req-a03628b0-acdd-49c8-8e04-5a0f9484003d 2018-11-09 08:43:14,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:14,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d16515eb-902a-45d4-b81d-8986b46d1632 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:14,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-d16515eb-902a-45d4-b81d-8986b46d1632 2018-11-09 08:43:14,982 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst 2018-11-09 08:43:14,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:15,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-e927e4d1-d297-4960-a6cf-436cab7652e9 x-compute-request-id: req-e927e4d1-d297-4960-a6cf-436cab7652e9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-flavor-name"}]} 2018-11-09 08:43:15,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e927e4d1-d297-4960-a6cf-436cab7652e9 2018-11-09 08:43:15,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/89b5264e-86a9-4846-8480-6cc00a989c98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:15,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-029e0908-5e4a-47b2-853f-50013c4463a0 x-compute-request-id: req-029e0908-5e4a-47b2-853f-50013c4463a0 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "89b5264e-86a9-4846-8480-6cc00a989c98", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:43:15,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/89b5264e-86a9-4846-8480-6cc00a989c98 used request id req-029e0908-5e4a-47b2-853f-50013c4463a0 2018-11-09 08:43:15,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:15,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-19271f10-e6db-49b2-a68e-350d901597f4 Date: Fri, 09 Nov 2018 08:43:15 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:42:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:42:51Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/snap", "metadata": {}}], "self": "/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "min_disk": 0, "protected": false, "id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "file": "/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1880434caed043c1a18ebad7218907da", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image"} 2018-11-09 08:43:15,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image used request id req-19271f10-e6db-49b2-a68e-350d901597f4 2018-11-09 08:43:15,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:15,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-31d542d3-796f-4141-8dd8-bfa09776342f Date: Fri, 09 Nov 2018 08:43:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:43:15,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-31d542d3-796f-4141-8dd8-bfa09776342f 2018-11-09 08:43:15,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "imageRef": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "flavorRef": "89b5264e-86a9-4846-8480-6cc00a989c98", "max_count": 1, "min_count": 1, "networks": [{"port": "1423183a-68a9-49ef-9973-a770a51d8172"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}]}}' 2018-11-09 08:43:17,210 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:43: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-b15f2cf3-dccf-48fd-866e-88ac5bbe1696 x-compute-request-id: req-b15f2cf3-dccf-48fd-866e-88ac5bbe1696 Content-Length: 444 location: http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "adminPass": "KB7e8L98aMqy"}} 2018-11-09 08:43:17,210 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-b15f2cf3-dccf-48fd-866e-88ac5bbe1696 2018-11-09 08:43:17,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:17,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-bed2c916-4b68-4398-ba14-13940582561b x-compute-request-id: req-bed2c916-4b68-4398-ba14-13940582561b 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.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:43:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:17,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-bed2c916-4b68-4398-ba14-13940582561b 2018-11-09 08:43:17,584 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst 2018-11-09 08:43:17,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:17,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-acfca8f7-551f-40af-9960-e67248668a88 x-compute-request-id: req-acfca8f7-551f-40af-9960-e67248668a88 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.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:43:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:17,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-acfca8f7-551f-40af-9960-e67248668a88 2018-11-09 08:43:17,934 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - BUILD 2018-11-09 08:43:17,934 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:43:20,938 - create_instance - DEBUG - VM status query timeout in 896.646456003 2018-11-09 08:43:20,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:21,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-9fdc136d-82b3-4684-823f-6c4e3ed80197 x-compute-request-id: req-9fdc136d-82b3-4684-823f-6c4e3ed80197 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.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:43:18Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:21,450 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-9fdc136d-82b3-4684-823f-6c4e3ed80197 2018-11-09 08:43:21,450 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - BUILD 2018-11-09 08:43:21,450 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:43:24,454 - create_instance - DEBUG - VM status query timeout in 893.130481005 2018-11-09 08:43:24,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:24,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-3be723f5-f167-4e5b-87e2-9f13b8a35260 x-compute-request-id: req-3be723f5-f167-4e5b-87e2-9f13b8a35260 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:24,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-3be723f5-f167-4e5b-87e2-9f13b8a35260 2018-11-09 08:43:24,904 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:43:24,904 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:43:24,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:25,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-795b9fba-899b-4aff-940e-2f18850a4a87 x-compute-request-id: req-795b9fba-899b-4aff-940e-2f18850a4a87 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:25,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-795b9fba-899b-4aff-940e-2f18850a4a87 2018-11-09 08:43:25,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:25,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ff8fd7b8-0811-4e51-9ef5-43167a044396 Date: Fri, 09 Nov 2018 08:43: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:25,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-ff8fd7b8-0811-4e51-9ef5-43167a044396 2018-11-09 08:43:25,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:25,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9136315-6082-41c0-89ec-f755ef7a1139 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:25,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-e9136315-6082-41c0-89ec-f755ef7a1139 2018-11-09 08:43:25,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:25,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-84d72183-c69c-456e-9e6b-8c5945b7bea5 Date: Fri, 09 Nov 2018 08:43:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:25,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-84d72183-c69c-456e-9e6b-8c5945b7bea5 2018-11-09 08:43:25,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:25,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-15b0e1d8-7fb1-49a6-817f-ba8f54ad800c Date: Fri, 09 Nov 2018 08:43:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal","device_id":"87f39b58-cfa7-495a-8337-d3cb405aba7a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.3"}],"id":"2ea3e1ea-a2b8-40a1-9505-d9463f09363a","security_groups":[],"mac_address":"fa:16:3e:2e:92:bb","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.4"}],"id":"8219e1c5-579e-41cf-80e9-9830f74ce913","security_groups":[],"mac_address":"fa:16:3e:b9:38:d7","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.2"}],"id":"e7d2c8a6-53e9-4d98-b591-5b27918b3cd9","security_groups":[],"mac_address":"fa:16:3e:7f:f5:36","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"}]} 2018-11-09 08:43:25,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-15b0e1d8-7fb1-49a6-817f-ba8f54ad800c 2018-11-09 08:43:25,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:26,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-895f349e-7501-4109-b3ec-aa6b794f4497 x-compute-request-id: req-895f349e-7501-4109-b3ec-aa6b794f4497 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:26,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-895f349e-7501-4109-b3ec-aa6b794f4497 2018-11-09 08:43:26,458 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:43:26,458 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:43:26,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:26,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-7ed262f6-eeca-4824-968d-dcbe5d61c804 x-compute-request-id: req-7ed262f6-eeca-4824-968d-dcbe5d61c804 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:26,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-7ed262f6-eeca-4824-968d-dcbe5d61c804 2018-11-09 08:43:26,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:27,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-68bf8666-034e-4374-844b-45371284f487 Date: Fri, 09 Nov 2018 08:43: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:27,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-68bf8666-034e-4374-844b-45371284f487 2018-11-09 08:43:27,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:27,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4387dfd-8057-4180-8e29-8bdc1fd24e2a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:27,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-b4387dfd-8057-4180-8e29-8bdc1fd24e2a 2018-11-09 08:43:27,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:27,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-19606b96-d3cd-474b-9fd9-d8050a5c41ce Date: Fri, 09 Nov 2018 08:43:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:27,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-19606b96-d3cd-474b-9fd9-d8050a5c41ce 2018-11-09 08:43:27,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:27,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-de36c136-cc14-4150-b747-dc6cfebb5b90 Date: Fri, 09 Nov 2018 08:43:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal","device_id":"87f39b58-cfa7-495a-8337-d3cb405aba7a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.3"}],"id":"2ea3e1ea-a2b8-40a1-9505-d9463f09363a","security_groups":[],"mac_address":"fa:16:3e:2e:92:bb","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.4"}],"id":"8219e1c5-579e-41cf-80e9-9830f74ce913","security_groups":[],"mac_address":"fa:16:3e:b9:38:d7","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.2"}],"id":"e7d2c8a6-53e9-4d98-b591-5b27918b3cd9","security_groups":[],"mac_address":"fa:16:3e:7f:f5:36","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"}]} 2018-11-09 08:43:27,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-de36c136-cc14-4150-b747-dc6cfebb5b90 2018-11-09 08:43:27,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}}' 2018-11-09 08:43:28,507 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:43: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-6d18e4ef-5786-4dde-817b-8f873e616682 x-compute-request-id: req-6d18e4ef-5786-4dde-817b-8f873e616682 Content-Length: 0 Content-Type: application/json 2018-11-09 08:43:28,507 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action used request id req-6d18e4ef-5786-4dde-817b-8f873e616682 2018-11-09 08:43:28,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:28,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-d33be4f9-d675-4899-b5b7-e4340dfe25b4 Date: Fri, 09 Nov 2018 08:43:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:42:57Z", "admin_state_up": true, "updated_at": "2018-11-09T08:43:03Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "1880434caed043c1a18ebad7218907da", "id": "3451ea60-6f65-4b28-8113-6c3b7f186b7c", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router"}]} 2018-11-09 08:43:28,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router used request id req-d33be4f9-d675-4899-b5b7-e4340dfe25b4 2018-11-09 08:43:28,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:28,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74d5a21d-8385-4df5-8dc6-59034390764f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:28,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-74d5a21d-8385-4df5-8dc6-59034390764f 2018-11-09 08:43:28,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=3451ea60-6f65-4b28-8113-6c3b7f186b7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:28,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-e3c30232-85ef-468a-b0c7-27df2de92d62 Date: Fri, 09 Nov 2018 08:43:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"}]} 2018-11-09 08:43:28,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=3451ea60-6f65-4b28-8113-6c3b7f186b7c used request id req-e3c30232-85ef-468a-b0c7-27df2de92d62 2018-11-09 08:43:28,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:29,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-dd25b34d-75eb-4f7d-a7bb-8158b3480f80 Date: Fri, 09 Nov 2018 08:43:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}} 2018-11-09 08:43:29,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8 used request id req-dd25b34d-75eb-4f7d-a7bb-8158b3480f80 2018-11-09 08:43:29,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:29,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-882a7067-40e0-4e47-a4cd-069cc83e15d8 Date: Fri, 09 Nov 2018 08:43:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:43:29,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-882a7067-40e0-4e47-a4cd-069cc83e15d8 2018-11-09 08:43:29,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:29,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7f17a788-3dcb-483f-aebc-30877578855b Date: Fri, 09 Nov 2018 08:43:29 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:43:29,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-7f17a788-3dcb-483f-aebc-30877578855b 2018-11-09 08:43:29,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:29,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f152d8bd-58f8-484e-8619-d22f684bcdf9 x-compute-request-id: req-f152d8bd-58f8-484e-8619-d22f684bcdf9 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:29,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-f152d8bd-58f8-484e-8619-d22f684bcdf9 2018-11-09 08:43:29,836 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:43:29,837 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:43:29,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:30,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3c52155-3fa1-4a19-b82b-2485859cb1e7 x-compute-request-id: req-a3c52155-3fa1-4a19-b82b-2485859cb1e7 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:30,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-a3c52155-3fa1-4a19-b82b-2485859cb1e7 2018-11-09 08:43:30,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:30,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-63fac3b1-5176-472e-a3c2-630649cb76df Date: Fri, 09 Nov 2018 08:43:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:30,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-63fac3b1-5176-472e-a3c2-630649cb76df 2018-11-09 08:43:30,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:30,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73761115-d60d-4da4-9f40-657745073424 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:30,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-73761115-d60d-4da4-9f40-657745073424 2018-11-09 08:43:30,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:30,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0a964a55-7d24-4089-9802-989d431669b3 Date: Fri, 09 Nov 2018 08:43:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:30,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-0a964a55-7d24-4089-9802-989d431669b3 2018-11-09 08:43:30,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:30,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-7eb242c8-08e8-4d34-bf7b-335669183eda Date: Fri, 09 Nov 2018 08:43:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["624442b8-5bed-4e0b-82dc-fc9febb2c670","a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal","device_id":"87f39b58-cfa7-495a-8337-d3cb405aba7a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.3"}],"id":"2ea3e1ea-a2b8-40a1-9505-d9463f09363a","security_groups":[],"mac_address":"fa:16:3e:2e:92:bb","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.4"}],"id":"8219e1c5-579e-41cf-80e9-9830f74ce913","security_groups":[],"mac_address":"fa:16:3e:b9:38:d7","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.2"}],"id":"e7d2c8a6-53e9-4d98-b591-5b27918b3cd9","security_groups":[],"mac_address":"fa:16:3e:7f:f5:36","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"}]} 2018-11-09 08:43:30,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-7eb242c8-08e8-4d34-bf7b-335669183eda 2018-11-09 08:43:30,675 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 08:43:30,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:30,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4dc7b751-c9d6-4407-be34-0f340e9c6087 Date: Fri, 09 Nov 2018 08:43:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:43:30,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-4dc7b751-c9d6-4407-be34-0f340e9c6087 2018-11-09 08:43:30,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:30,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a00462fe-3b3b-46a8-a037-d2173acd0e35 Date: Fri, 09 Nov 2018 08:43:30 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:43:30,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-a00462fe-3b3b-46a8-a037-d2173acd0e35 2018-11-09 08:43:30,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "port_id": "1423183a-68a9-49ef-9973-a770a51d8172"}}' 2018-11-09 08:43:33,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-936b8c2f-923c-4e1a-9ac0-f43ec12146db Date: Fri, 09 Nov 2018 08:43:33 GMT RESP BODY: {"floatingip": {"router_id": "3451ea60-6f65-4b28-8113-6c3b7f186b7c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:43:31Z", "updated_at": "2018-11-09T08:43:31Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.55.1.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "1880434caed043c1a18ebad7218907da", "port_id": "1423183a-68a9-49ef-9973-a770a51d8172", "id": "0cc9806e-160c-4d84-9728-c71f65d710ae"}} 2018-11-09 08:43:33,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-936b8c2f-923c-4e1a-9ac0-f43ec12146db 2018-11-09 08:43:33,355 - create_instance - INFO - Created floating IP 172.30.9.200 via router - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router 2018-11-09 08:43:33,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:33,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-bd3133c5-3376-4e3f-b839-4136027450f3 x-compute-request-id: req-bd3133c5-3376-4e3f-b839-4136027450f3 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:33,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-bd3133c5-3376-4e3f-b839-4136027450f3 2018-11-09 08:43:33,634 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:43:33,634 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:43:33,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:33,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-e9831662-b9bd-4ad2-9c1c-0337804f572e x-compute-request-id: req-e9831662-b9bd-4ad2-9c1c-0337804f572e Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:33,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-e9831662-b9bd-4ad2-9c1c-0337804f572e 2018-11-09 08:43:33,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:34,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1726d929-6b82-421e-a228-a27c89ea56a1 Date: Fri, 09 Nov 2018 08:43:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:34,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-1726d929-6b82-421e-a228-a27c89ea56a1 2018-11-09 08:43:34,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:34,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2e9de3-ea8f-48c2-9c06-70efe89bc8e9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:34,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-3f2e9de3-ea8f-48c2-9c06-70efe89bc8e9 2018-11-09 08:43:34,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:34,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2bd0118e-9874-4ece-8761-2a5c1d304820 Date: Fri, 09 Nov 2018 08:43:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:34,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-2bd0118e-9874-4ece-8761-2a5c1d304820 2018-11-09 08:43:34,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:34,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-085c5f2a-265f-48d2-980f-44b8748b42f2 Date: Fri, 09 Nov 2018 08:43:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["624442b8-5bed-4e0b-82dc-fc9febb2c670","a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal","device_id":"87f39b58-cfa7-495a-8337-d3cb405aba7a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.3"}],"id":"2ea3e1ea-a2b8-40a1-9505-d9463f09363a","security_groups":[],"mac_address":"fa:16:3e:2e:92:bb","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.4"}],"id":"8219e1c5-579e-41cf-80e9-9830f74ce913","security_groups":[],"mac_address":"fa:16:3e:b9:38:d7","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.2"}],"id":"e7d2c8a6-53e9-4d98-b591-5b27918b3cd9","security_groups":[],"mac_address":"fa:16:3e:7f:f5:36","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"}]} 2018-11-09 08:43:34,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-085c5f2a-265f-48d2-980f-44b8748b42f2 2018-11-09 08:43:34,406 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2018-11-09 08:43:34,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:34,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c4b7a94-cf21-449a-8478-497e5b1ae160 x-compute-request-id: req-8c4b7a94-cf21-449a-8478-497e5b1ae160 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:34,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-8c4b7a94-cf21-449a-8478-497e5b1ae160 2018-11-09 08:43:34,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:43:35,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42f775ff-3b4b-4d6b-acde-e43ba1edd894 x-compute-request-id: req-42f775ff-3b4b-4d6b-acde-e43ba1edd894 Content-Encoding: gzip Content-Length: 9655 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 513276324 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.125519] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127136] pid_max: default: 32768 minimum: 301\n[ 0.128005] ACPI: Core revision 20150930\n[ 0.129371] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130640] Security Framework initialized\n[ 0.131431] Yama: becoming mindful.\n[ 0.132141] AppArmor: AppArmor initialized\n[ 0.132977] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134224] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135442] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136593] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137923] Initializing cgroup subsys io\n[ 0.138710] Initializing cgroup subsys memory\n[ 0.139546] Initializing cgroup subsys devices\n[ 0.140390] Initializing cgroup subsys freezer\n[ 0.141258] Initializing cgroup subsys net_cls\n[ 0.142102] Initializing cgroup subsys perf_event\n[ 0.142988] Initializing cgroup subsys net_prio\n[ 0.143844] Initializing cgroup subsys hugetlb\n[ 0.144692] Initializing cgroup subsys pids\n[ 0.145545] CPU: Physical Processor ID: 0\n[ 0.147022] mce: CPU supports 10 MCE banks\n[ 0.147845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.148825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.151062] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.157437] ftrace: allocating 31920 entries in 125 pages\n[ 0.183588] smpboot: Max logical packages: 2\n[ 0.184419] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.185581] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.186896] x2apic enabled\n[ 0.187687] Switched APIC routing to physical x2apic.\n[ 0.189430] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.190598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.192665] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.194521] KVM setup paravirtual spinlock\n[ 0.195919] x86: Booting SMP configuration:\n[ 0.196789] .... node #0, CPUs: #1\n[ 0.197651] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.220155] x86: Booted up 1 node, 2 CPUs\n[ 0.220164] KVM setup async PF for cpu 1\n[ 0.220167] kvm-stealtime: cpu 1, msr f90d940\n[ 0.222679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.224203] devtmpfs: initialized\n[ 0.225898] evm: security.selinux\n[ 0.226579] evm: security.SMACK64\n[ 0.227255] evm: security.SMACK64EXEC\n[ 0.227980] evm: security.SMACK64TRANSMUTE\n[ 0.228791] evm: security.SMACK64MMAP\n[ 0.229572] evm: security.ima\n[ 0.230299] evm: security.capability\n[ 0.231189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233116] pinctrl core: initialized pinctrl subsystem\n[ 0.234255] RTC time: 8:43:23, date: 11/09/18\n[ 0.235267] NET: Registered protocol family 16\n[ 0.245115] cpuidle: using governor ladder\n[ 0.257213] cpuidle: using governor menu\n[ 0.258025] PCCT header not found.\n[ 0.258829] ACPI: bus type PCI registered\n[ 0.259650] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260922] PCI: Using configuration type 1 for base access\n[ 0.274409] ACPI: Added _OSI(Module Device)\n[ 0.275292] ACPI: Added _OSI(Processor Device)\n[ 0.276160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.277069] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.279492] ACPI: Interpreter enabled\n[ 0.280267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.282115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.285943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.287799] ACPI: (supports S0 S5)\n[ 0.288558] ACPI: Using IOAPIC for interrupt routing\n[ 0.289621] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.293055] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.294184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.295449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.296606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.298794] acpiphp: Slot [3] registered\n[ 0.299577] acpiphp: Slot [4] registered\n[ 0.300354] acpiphp: Slot [5] registered\n[ 0.301127] acpiphp: Slot [6] registered\n[ 0.301900] acpiphp: Slot [7] registered\n[ 0.302671] acpiphp: Slot [8] registered\n[ 0.303488] acpiphp: Slot [9] registered\n[ 0.304287] acpiphp: Slot [10] registered\n[ 0.315318] acpiphp: Slot [11] registered\n[ 0.316131] acpiphp: Slot [12] registered\n[ 0.316971] acpiphp: Slot [13] registered\n[ 0.317765] acpiphp: Slot [14] registered\n[ 0.318621] acpiphp: Slot [15] registered\n[ 0.319439] acpiphp: Slot [16] registered\n[ 0.320238] acpiphp: Slot [17] registered\n[ 0.321031] acpiphp: Slot [18] registered\n[ 0.321919] acpiphp: Slot [19] registered\n[ 0.322874] acpiphp: Slot [20] registered\n[ 0.323792] acpiphp: Slot [21] registered\n[ 0.324696] acpiphp: Slot [22] registered\n[ 0.325606] acpiphp: Slot [23] registered\n[ 0.326515] acpiphp: Slot [24] registered\n[ 0.327404] acpiphp: Slot [25] registered\n[ 0.328289] acpiphp: Slot [26] registered\n[ 0.329225] acpiphp: Slot [27] registered\n[ 0.330139] acpiphp: Slot [28] registered\n[ 0.331173] acpiphp: Slot [29] registered\n[ 0.332157] acpiphp: Slot [30] registered\n[ 0.333139] acpiphp: Slot [31] registered\n[ 0.334116] PCI host bridge to bus 0000:00\n[ 0.335208] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336878] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.338667] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.340762] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.342847] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349624] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.351514] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.353273] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.355135] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362474] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.364510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.412304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.414235] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.419547] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.423114] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.424687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.426214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428388] vgaarb: loaded\n[ 0.429199] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430757] SCSI subsystem initialized\n[ 0.431894] ACPI: bus type USB registered\n[ 0.433086] usbcore: registered new interface driver usbfs\n[ 0.434558] usbcore: registered new interface driver hub\n[ 0.435998] usbcore: registered new device driver usb\n[ 0.437547] PCI: Using ACPI for IRQ routing\n[ 0.438917] NetLabel: Initializing\n[ 0.439898] NetLabel: domain hash size = 128\n[ 0.441089] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.442469] NetLabel: unlabeled traffic allowed by default\n[ 0.444085] clocksource: Switched to clocksource kvm-clock\n[ 0.450587] AppArmor: AppArmor Filesystem Enabled\n[ 0.451936] pnp: PnP ACPI init\n[ 0.453139] pnp: PnP ACPI: found 5 devices\n[ 0.460580] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.463043] NET: Registered protocol family 2\n[ 0.464397] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.466260] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.467927] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.469591] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.471118] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.472783] NET: Registered protocol family 1\n[ 0.474008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.475570] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.477088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495811] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.514845] Trying to unpack rootfs image as initramfs...\n[ 0.566539] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.581562] Scanning for low memory corruption every 60 seconds\n[ 0.582997] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.584173] audit: initializing netlink subsys (disabled)\n[ 0.585207] audit: type=2000 audit(1541753004.140:1): initialized\n[ 0.586529] Initialise system trusted keyring\n[ 0.587482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.588659] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.590761] zbud: loaded\n[ 0.591494] VFS: Disk quotas dquot_6.6.0\n[ 0.592324] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.593889] fuse init (API version 7.23)\n[ 0.594794] Key type big_key registered\n[ 0.595591] Allocating IMA MOK and blacklist keyrings.\n[ 0.596787] Key type asymmetric registered\n[ 0.597606] Asymmetric key parser 'x509' registered\n[ 0.598565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.600040] io scheduler noop registered\n[ 0.600846] io scheduler deadline registered (default)\n[ 0.601841] io scheduler cfq registered\n[ 0.602678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.603727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.605013] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606471] ACPI: Power Button [PWRF]\n[ 0.607343] GHES: HEST is not enabled!\n[ 0.626044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.663584] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.689522] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.691737] Linux agpgart interface v0.103\n[ 0.694091] brd: module loaded\n[ 0.695422] loop: module loaded\n[ 0.699549] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.701034] GPT:90111 != 20971519\n[ 0.701731] GPT:Alternate GPT header not at the end of the disk.\n[ 0.702998] GPT:90111 != 20971519\n[ 0.703868] GPT: Use GNU Parted to correct GPT errors.\n[ 0.705104] vda: vda1 vda15\n[ 0.706912] scsi host0: ata_piix\n[ 0.707758] scsi host1: ata_piix\n[ 0.708548] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.710050] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.711783] libphy: Fixed MDIO Bus: probed\n[ 0.712901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.714122] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.716666] PPP generic driver version 2.4.2\n[ 0.717796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.719256] ehci-pci: EHCI PCI platform driver\n[ 0.720350] ehci-platform: EHCI generic platform driver\n[ 0.721568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.722935] ohci-pci: OHCI PCI platform driver\n[ 0.723888] ohci-platform: OHCI generic platform driver\n[ 0.724944] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.743957] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.745005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.746527] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.747584] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.748775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.750172] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.751803] usb usb1: Product: UHCI Host Controller\n[ 0.752897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.754176] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.755205] hub 1-0:1.0: USB hub found\n[ 0.756018] hub 1-0:1.0: 2 ports detected\n[ 0.756986] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.759183] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.760218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.761321] mousedev: PS/2 mouse device common for all mice\n[ 0.762571] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763842] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.765663] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.767031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.768338] i2c /dev entries driver\n[ 0.769147] device-mapper: uevent: version 1.0.3\n[ 0.770137] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.771874] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.773253] NET: Registered protocol family 10\n[ 0.774350] NET: Registered protocol family 17\n[ 0.775309] Key type dns_resolver registered\n[ 0.776329] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.777538] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.778726] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.780630] registered taskstats version 1\n[ 0.781539] Loading compiled-in X.509 certificates\n[ 0.783077] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.785108] zswap: loaded using pool lzo/zbud\n[ 0.786704] Key type trusted registered\n[ 0.788506] Key type encrypted registered\n[ 0.789408] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.790525] ima: No TPM chip found, activating TPM-bypass!\n[ 0.791657] evm: HMAC attrs: 0x1\n[ 0.792695] Magic number: 10:238:725\n[ 0.793555] block loop5: hash matches\n[ 0.804799] rtc_cmos 00:00: setting system clock to 2018-11-09 08:43:23 UTC (1541753003)\n[ 0.806623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807858] EDD information not available.\n[ 0.865213] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.866919] Write protecting the kernel read-only data: 14336k\n[ 0.868604] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.870539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.925526] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.8...\nLease of 10.55.1.8 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.30. iid=i-000000e9\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOXjepOjdfC5NiRf2Ly8KLRSvEe1fGG4VHHFY8+DqJYXIl3ZtTtuiDdoRlqH2TMoCPUIPGy3p5ScG9VmLmjL/zqQ26VYch1z8a/j0XGdgmweQV9Pt6VVRUdheT20WsEuNivXctg2QIAGpxCB4yLxqSOTYz7y7XQApuBifMYJ9RuvJrVxD2Ic0vOgPkFPxMwWc74txgvtN4Wd2M/KEvSGbo56p22O5rzuCIEp8sFhIoczU37R273426HEgUNhq7fuTH4etxDevZEoB2XDE4L0K03c0N3YAzpnRGEjjyPsbci6k/aZkHyjtGKDwcn6EgXgW4vGLOGYNfa1MORvC4EX0L root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\nssh-dss AAAAB3NzaC1kc3MAAACBAJ5ucRHmZCzn3OxoEoe3SEwsYQfKiamKaHkY+I/niJ+YFpPFmBO4zznvOqx4YITdUpV9yW2GSrfEQCpqdGMw7MAcAJPdB0BoRiHZoDBhT6iAMAC0zpjYNtQipq1/0rulFxR5ZvtBRp+mn9l/PB7S+e8IOqCtPvOE7NVVFGpqt277AAAAFQDEe/+z8cvpgJWSguzWMyaz9a5xewAAAIAglOOOOIEL7wzfk40Wa4P38VwQiFA2yO6Zy5GaBH7AgWW/PdxQsDK2C1zgXimHbEUD9fjoaNQPEFu6bPab+2E2yCcXx7NsEglgSmtUIpTH4+ja6kPvUPDPTSiRM25rQ/0L/zk3eaC97n5t0Abv7oHqqZKF42ZM2k/2mCAVJkj9lwAAAIAFKphE4PxFUlqM3iA0vgKztV1PjNzNwOIVG4R66OJkXiqVDkGIXxDXzDmVZwVESV2/zAOA0wvWEm4BU+xSb2GxihUp9dguKGaiuZEeEwnjvFNsvkKjbokfQvjazigVNYB/u6+v90SDJ5YwgG6jlaIMBnk0aeo9tYplGYeV5l3uSg== root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\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.8,24,fe80::f816:3eff:fe38:6963/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 \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-000000e9\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.47 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c login: "} 2018-11-09 08:43:35,819 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action used request id req-42f775ff-3b4b-4d6b-acde-e43ba1edd894 2018-11-09 08:43:35,820 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:43:35,820 - 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 513276324 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.125519] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.127136] pid_max: default: 32768 minimum: 301 [ 0.128005] ACPI: Core revision 20150930 [ 0.129371] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130640] Security Framework initialized [ 0.131431] Yama: becoming mindful. [ 0.132141] AppArmor: AppArmor initialized [ 0.132977] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134224] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135442] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136593] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137923] Initializing cgroup subsys io [ 0.138710] Initializing cgroup subsys memory [ 0.139546] Initializing cgroup subsys devices [ 0.140390] Initializing cgroup subsys freezer [ 0.141258] Initializing cgroup subsys net_cls [ 0.142102] Initializing cgroup subsys perf_event [ 0.142988] Initializing cgroup subsys net_prio [ 0.143844] Initializing cgroup subsys hugetlb [ 0.144692] Initializing cgroup subsys pids [ 0.145545] CPU: Physical Processor ID: 0 [ 0.147022] mce: CPU supports 10 MCE banks [ 0.147845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.148825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.151062] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.157437] ftrace: allocating 31920 entries in 125 pages [ 0.183588] smpboot: Max logical packages: 2 [ 0.184419] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.185581] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.186896] x2apic enabled [ 0.187687] Switched APIC routing to physical x2apic. [ 0.189430] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.190598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.192665] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.194521] KVM setup paravirtual spinlock [ 0.195919] x86: Booting SMP configuration: [ 0.196789] .... node #0, CPUs: #1 [ 0.197651] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.220155] x86: Booted up 1 node, 2 CPUs [ 0.220164] KVM setup async PF for cpu 1 [ 0.220167] kvm-stealtime: cpu 1, msr f90d940 [ 0.222679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.224203] devtmpfs: initialized [ 0.225898] evm: security.selinux [ 0.226579] evm: security.SMACK64 [ 0.227255] evm: security.SMACK64EXEC [ 0.227980] evm: security.SMACK64TRANSMUTE [ 0.228791] evm: security.SMACK64MMAP [ 0.229572] evm: security.ima [ 0.230299] evm: security.capability [ 0.231189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233116] pinctrl core: initialized pinctrl subsystem [ 0.234255] RTC time: 8:43:23, date: 11/09/18 [ 0.235267] NET: Registered protocol family 16 [ 0.245115] cpuidle: using governor ladder [ 0.257213] cpuidle: using governor menu [ 0.258025] PCCT header not found. [ 0.258829] ACPI: bus type PCI registered [ 0.259650] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260922] PCI: Using configuration type 1 for base access [ 0.274409] ACPI: Added _OSI(Module Device) [ 0.275292] ACPI: Added _OSI(Processor Device) [ 0.276160] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.277069] ACPI: Added _OSI(Processor Aggregator Device) [ 0.279492] ACPI: Interpreter enabled [ 0.280267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.282115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.285943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.287799] ACPI: (supports S0 S5) [ 0.288558] ACPI: Using IOAPIC for interrupt routing [ 0.289621] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.293055] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.294184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.295449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.296606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.298794] acpiphp: Slot [3] registered [ 0.299577] acpiphp: Slot [4] registered [ 0.300354] acpiphp: Slot [5] registered [ 0.301127] acpiphp: Slot [6] registered [ 0.301900] acpiphp: Slot [7] registered [ 0.302671] acpiphp: Slot [8] registered [ 0.303488] acpiphp: Slot [9] registered [ 0.304287] acpiphp: Slot [10] registered [ 0.315318] acpiphp: Slot [11] registered [ 0.316131] acpiphp: Slot [12] registered [ 0.316971] acpiphp: Slot [13] registered [ 0.317765] acpiphp: Slot [14] registered [ 0.318621] acpiphp: Slot [15] registered [ 0.319439] acpiphp: Slot [16] registered [ 0.320238] acpiphp: Slot [17] registered [ 0.321031] acpiphp: Slot [18] registered [ 0.321919] acpiphp: Slot [19] registered [ 0.322874] acpiphp: Slot [20] registered [ 0.323792] acpiphp: Slot [21] registered [ 0.324696] acpiphp: Slot [22] registered [ 0.325606] acpiphp: Slot [23] registered [ 0.326515] acpiphp: Slot [24] registered [ 0.327404] acpiphp: Slot [25] registered [ 0.328289] acpiphp: Slot [26] registered [ 0.329225] acpiphp: Slot [27] registered [ 0.330139] acpiphp: Slot [28] registered [ 0.331173] acpiphp: Slot [29] registered [ 0.332157] acpiphp: Slot [30] registered [ 0.333139] acpiphp: Slot [31] registered [ 0.334116] PCI host bridge to bus 0000:00 [ 0.335208] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336878] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.338667] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.340762] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.342847] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.349624] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.351514] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.353273] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.355135] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.362474] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.364510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.412304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.414235] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.417692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.419547] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.421363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.423114] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.424687] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.426214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428388] vgaarb: loaded [ 0.429199] vgaarb: bridge control possible 0000:00:02.0 [ 0.430757] SCSI subsystem initialized [ 0.431894] ACPI: bus type USB registered [ 0.433086] usbcore: registered new interface driver usbfs [ 0.434558] usbcore: registered new interface driver hub [ 0.435998] usbcore: registered new device driver usb [ 0.437547] PCI: Using ACPI for IRQ routing [ 0.438917] NetLabel: Initializing [ 0.439898] NetLabel: domain hash size = 128 [ 0.441089] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.442469] NetLabel: unlabeled traffic allowed by default [ 0.444085] clocksource: Switched to clocksource kvm-clock [ 0.450587] AppArmor: AppArmor Filesystem Enabled [ 0.451936] pnp: PnP ACPI init [ 0.453139] pnp: PnP ACPI: found 5 devices [ 0.460580] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.463043] NET: Registered protocol family 2 [ 0.464397] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.466260] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.467927] TCP: Hash tables configured (established 2048 bind 2048) [ 0.469591] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.471118] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.472783] NET: Registered protocol family 1 [ 0.474008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.475570] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.477088] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.495811] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.514845] Trying to unpack rootfs image as initramfs... [ 0.566539] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.581562] Scanning for low memory corruption every 60 seconds [ 0.582997] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.584173] audit: initializing netlink subsys (disabled) [ 0.585207] audit: type=2000 audit(1541753004.140:1): initialized [ 0.586529] Initialise system trusted keyring [ 0.587482] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.588659] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.590761] zbud: loaded [ 0.591494] VFS: Disk quotas dquot_6.6.0 [ 0.592324] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.593889] fuse init (API version 7.23) [ 0.594794] Key type big_key registered [ 0.595591] Allocating IMA MOK and blacklist keyrings. [ 0.596787] Key type asymmetric registered [ 0.597606] Asymmetric key parser 'x509' registered [ 0.598565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.600040] io scheduler noop registered [ 0.600846] io scheduler deadline registered (default) [ 0.601841] io scheduler cfq registered [ 0.602678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.603727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.605013] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.606471] ACPI: Power Button [PWRF] [ 0.607343] GHES: HEST is not enabled! [ 0.626044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.663584] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.665862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.689522] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.691737] Linux agpgart interface v0.103 [ 0.694091] brd: module loaded [ 0.695422] loop: module loaded [ 0.699549] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.701034] GPT:90111 != 20971519 [ 0.701731] GPT:Alternate GPT header not at the end of the disk. [ 0.702998] GPT:90111 != 20971519 [ 0.703868] GPT: Use GNU Parted to correct GPT errors. [ 0.705104] vda: vda1 vda15 [ 0.706912] scsi host0: ata_piix [ 0.707758] scsi host1: ata_piix [ 0.708548] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.710050] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.711783] libphy: Fixed MDIO Bus: probed [ 0.712901] tun: Universal TUN/TAP device driver, 1.6 [ 0.714122] tun: (C) 1999-2004 Max Krasnyansky [ 0.716666] PPP generic driver version 2.4.2 [ 0.717796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.719256] ehci-pci: EHCI PCI platform driver [ 0.720350] ehci-platform: EHCI generic platform driver [ 0.721568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.722935] ohci-pci: OHCI PCI platform driver [ 0.723888] ohci-platform: OHCI generic platform driver [ 0.724944] uhci_hcd: USB Universal Host Controller Interface driver [ 0.743957] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.745005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.746527] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.747584] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.748775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.750172] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.751803] usb usb1: Product: UHCI Host Controller [ 0.752897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.754176] usb usb1: SerialNumber: 0000:00:01.2 [ 0.755205] hub 1-0:1.0: USB hub found [ 0.756018] hub 1-0:1.0: 2 ports detected [ 0.756986] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.759183] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.760218] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.761321] mousedev: PS/2 mouse device common for all mice [ 0.762571] rtc_cmos 00:00: RTC can wake from S4 [ 0.763842] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.765663] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.767031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.768338] i2c /dev entries driver [ 0.769147] device-mapper: uevent: version 1.0.3 [ 0.770137] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.771874] ledtrig-cpu: registered to indicate activity on CPUs [ 0.773253] NET: Registered protocol family 10 [ 0.774350] NET: Registered protocol family 17 [ 0.775309] Key type dns_resolver registered [ 0.776329] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.777538] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.778726] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.780630] registered taskstats version 1 [ 0.781539] Loading compiled-in X.509 certificates [ 0.783077] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.785108] zswap: loaded using pool lzo/zbud [ 0.786704] Key type trusted registered [ 0.788506] Key type encrypted registered [ 0.789408] AppArmor: AppArmor sha1 policy hashing enabled [ 0.790525] ima: No TPM chip found, activating TPM-bypass! [ 0.791657] evm: HMAC attrs: 0x1 [ 0.792695] Magic number: 10:238:725 [ 0.793555] block loop5: hash matches [ 0.804799] rtc_cmos 00:00: setting system clock to 2018-11-09 08:43:23 UTC (1541753003) [ 0.806623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807858] EDD information not available. [ 0.865213] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.866919] Write protecting the kernel read-only data: 14336k [ 0.868604] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.870539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.925526] 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.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.8... Lease of 10.55.1.8 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.30. iid=i-000000e9 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOXjepOjdfC5NiRf2Ly8KLRSvEe1fGG4VHHFY8+DqJYXIl3ZtTtuiDdoRlqH2TMoCPUIPGy3p5ScG9VmLmjL/zqQ26VYch1z8a/j0XGdgmweQV9Pt6VVRUdheT20WsEuNivXctg2QIAGpxCB4yLxqSOTYz7y7XQApuBifMYJ9RuvJrVxD2Ic0vOgPkFPxMwWc74txgvtN4Wd2M/KEvSGbo56p22O5rzuCIEp8sFhIoczU37R273426HEgUNhq7fuTH4etxDevZEoB2XDE4L0K03c0N3YAzpnRGEjjyPsbci6k/aZkHyjtGKDwcn6EgXgW4vGLOGYNfa1MORvC4EX0L root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c ssh-dss AAAAB3NzaC1kc3MAAACBAJ5ucRHmZCzn3OxoEoe3SEwsYQfKiamKaHkY+I/niJ+YFpPFmBO4zznvOqx4YITdUpV9yW2GSrfEQCpqdGMw7MAcAJPdB0BoRiHZoDBhT6iAMAC0zpjYNtQipq1/0rulFxR5ZvtBRp+mn9l/PB7S+e8IOqCtPvOE7NVVFGpqt277AAAAFQDEe/+z8cvpgJWSguzWMyaz9a5xewAAAIAglOOOOIEL7wzfk40Wa4P38VwQiFA2yO6Zy5GaBH7AgWW/PdxQsDK2C1zgXimHbEUD9fjoaNQPEFu6bPab+2E2yCcXx7NsEglgSmtUIpTH4+ja6kPvUPDPTSiRM25rQ/0L/zk3eaC97n5t0Abv7oHqqZKF42ZM2k/2mCAVJkj9lwAAAIAFKphE4PxFUlqM3iA0vgKztV1PjNzNwOIVG4R66OJkXiqVDkGIXxDXzDmVZwVESV2/zAOA0wvWEm4BU+xSb2GxihUp9dguKGaiuZEeEwnjvFNsvkKjbokfQvjazigVNYB/u6+v90SDJ5YwgG6jlaIMBnk0aeo9tYplGYeV5l3uSg== root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.8,24,fe80::f816:3eff:fe38:6963/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 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-000000e9 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c launch-index: 0 === cirros: current=0.4.0 uptime=3.47 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c login: 2018-11-09 08:43:35,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:36,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-1d4db0d6-404a-49f3-862a-34a5595bd238 x-compute-request-id: req-1d4db0d6-404a-49f3-862a-34a5595bd238 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:36,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-1d4db0d6-404a-49f3-862a-34a5595bd238 2018-11-09 08:43:36,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:36,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-25d773f9-10f4-4ae3-8c59-10455c71b6a1 Date: Fri, 09 Nov 2018 08:43: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:36,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-25d773f9-10f4-4ae3-8c59-10455c71b6a1 2018-11-09 08:43:36,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:36,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37383fe6-bf5f-4ce7-bda4-7b57e1c4fa0a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:36,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-37383fe6-bf5f-4ce7-bda4-7b57e1c4fa0a 2018-11-09 08:43:36,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:36,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-498323ae-8fe9-44f0-988d-a03b23edaf7b Date: Fri, 09 Nov 2018 08:43:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:36,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-498323ae-8fe9-44f0-988d-a03b23edaf7b 2018-11-09 08:43:36,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:36,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-8a1586f7-25c6-485d-8ad9-e39892708fd3 Date: Fri, 09 Nov 2018 08:43:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["624442b8-5bed-4e0b-82dc-fc9febb2c670","a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal","device_id":"87f39b58-cfa7-495a-8337-d3cb405aba7a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.3"}],"id":"2ea3e1ea-a2b8-40a1-9505-d9463f09363a","security_groups":[],"mac_address":"fa:16:3e:2e:92:bb","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.4"}],"id":"8219e1c5-579e-41cf-80e9-9830f74ce913","security_groups":[],"mac_address":"fa:16:3e:b9:38:d7","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.2"}],"id":"e7d2c8a6-53e9-4d98-b591-5b27918b3cd9","security_groups":[],"mac_address":"fa:16:3e:7f:f5:36","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"}]} 2018-11-09 08:43:36,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-8a1586f7-25c6-485d-8ad9-e39892708fd3 2018-11-09 08:43:36,786 - create_instance - INFO - Checking if VM is active 2018-11-09 08:43:36,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:37,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-381e7260-5fb4-4ffa-846b-b8d140657174 x-compute-request-id: req-381e7260-5fb4-4ffa-846b-b8d140657174 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:37,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-381e7260-5fb4-4ffa-846b-b8d140657174 2018-11-09 08:43:37,399 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:43:37,399 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:43:37,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:38,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2aaa4430-6961-4bc0-8cc9-e34f7c4bd7f9 x-compute-request-id: req-2aaa4430-6961-4bc0-8cc9-e34f7c4bd7f9 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:38,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-2aaa4430-6961-4bc0-8cc9-e34f7c4bd7f9 2018-11-09 08:43:38,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:38,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-451907bf-6ddc-43d6-843a-2ff414c76ff2 Date: Fri, 09 Nov 2018 08: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:43:38,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-451907bf-6ddc-43d6-843a-2ff414c76ff2 2018-11-09 08:43:38,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:38,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ca19ba-592c-498a-9803-f13a2274b9f5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:43:38,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-d1ca19ba-592c-498a-9803-f13a2274b9f5 2018-11-09 08:43:38,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:38,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cec11949-06b1-4e47-8146-ccbde9f27351 Date: Fri, 09 Nov 2018 08:43:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:43:38,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-cec11949-06b1-4e47-8146-ccbde9f27351 2018-11-09 08:43:38,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:38,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-8df32efd-40df-4b48-9771-b013135fdcf9 Date: Fri, 09 Nov 2018 08:43:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["624442b8-5bed-4e0b-82dc-fc9febb2c670","a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal","device_id":"87f39b58-cfa7-495a-8337-d3cb405aba7a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.3"}],"id":"2ea3e1ea-a2b8-40a1-9505-d9463f09363a","security_groups":[],"mac_address":"fa:16:3e:2e:92:bb","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.4"}],"id":"8219e1c5-579e-41cf-80e9-9830f74ce913","security_groups":[],"mac_address":"fa:16:3e:b9:38:d7","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.2"}],"id":"e7d2c8a6-53e9-4d98-b591-5b27918b3cd9","security_groups":[],"mac_address":"fa:16:3e:7f:f5:36","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"}]} 2018-11-09 08:43:38,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-8df32efd-40df-4b48-9771-b013135fdcf9 2018-11-09 08:43:38,887 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:43:38,890 - paramiko.transport - DEBUG - starting thread (client mode): 0x88389d50L 2018-11-09 08:43:38,891 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:43:38,891 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:43:38,891 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:43:38,892 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:43:38,893 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:43:38,893 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:43:38,893 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:43:38,893 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:43:38,893 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:43:38,910 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:43:38,910 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:43:38,923 - paramiko.transport - DEBUG - Trying key b7bfc8dbce09276335603928d4077d5d from tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38 2018-11-09 08:43:38,949 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:43:38,953 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:43:39,053 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:43:39,069 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:43:39,069 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:43:39,071 - paramiko.transport - DEBUG - starting thread (client mode): 0x883897d0L 2018-11-09 08:43:39,071 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:43:39,071 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:43:39,072 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:43:39,073 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:43:39,073 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:43:39,073 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:43:39,073 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:43:39,073 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:43:39,073 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:43:39,091 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:43:39,091 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:43:39,103 - paramiko.transport - DEBUG - Trying key b7bfc8dbce09276335603928d4077d5d from tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38 2018-11-09 08:43:39,129 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:43:39,132 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:43:39,136 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:43:39,137 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:43:39,137 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:43:39,138 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:43:39,140 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:43:39,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:39,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1f6660a-a55d-4524-807c-80deb97a9328 x-compute-request-id: req-f1f6660a-a55d-4524-807c-80deb97a9328 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:43:23Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:39,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-f1f6660a-a55d-4524-807c-80deb97a9328 2018-11-09 08:43:39,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"reboot": {"type": "SOFT"}}' 2018-11-09 08:43:39,915 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:43:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-77ea43ce-46a9-477c-b638-01461ab0c552 x-compute-request-id: req-77ea43ce-46a9-477c-b638-01461ab0c552 Content-Length: 0 Content-Type: application/json 2018-11-09 08:43:39,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action used request id req-77ea43ce-46a9-477c-b638-01461ab0c552 2018-11-09 08:43:54,931 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2018-11-09 08:43:54,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:55,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1493afaa-b607-4532-8c0f-23978770339c x-compute-request-id: req-1493afaa-b607-4532-8c0f-23978770339c Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-11-09T08:43:40Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:55,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-1493afaa-b607-4532-8c0f-23978770339c 2018-11-09 08:43:55,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:43:56,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:43: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-eb425146-2672-4a12-8c35-d1ade42da97f x-compute-request-id: req-eb425146-2672-4a12-8c35-d1ade42da97f Content-Encoding: gzip Content-Length: 9674 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 513276324 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.125519] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127136] pid_max: default: 32768 minimum: 301\n[ 0.128005] ACPI: Core revision 20150930\n[ 0.129371] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130640] Security Framework initialized\n[ 0.131431] Yama: becoming mindful.\n[ 0.132141] AppArmor: AppArmor initialized\n[ 0.132977] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134224] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135442] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136593] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137923] Initializing cgroup subsys io\n[ 0.138710] Initializing cgroup subsys memory\n[ 0.139546] Initializing cgroup subsys devices\n[ 0.140390] Initializing cgroup subsys freezer\n[ 0.141258] Initializing cgroup subsys net_cls\n[ 0.142102] Initializing cgroup subsys perf_event\n[ 0.142988] Initializing cgroup subsys net_prio\n[ 0.143844] Initializing cgroup subsys hugetlb\n[ 0.144692] Initializing cgroup subsys pids\n[ 0.145545] CPU: Physical Processor ID: 0\n[ 0.147022] mce: CPU supports 10 MCE banks\n[ 0.147845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.148825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.151062] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.157437] ftrace: allocating 31920 entries in 125 pages\n[ 0.183588] smpboot: Max logical packages: 2\n[ 0.184419] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.185581] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.186896] x2apic enabled\n[ 0.187687] Switched APIC routing to physical x2apic.\n[ 0.189430] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.190598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.192665] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.194521] KVM setup paravirtual spinlock\n[ 0.195919] x86: Booting SMP configuration:\n[ 0.196789] .... node #0, CPUs: #1\n[ 0.197651] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.220155] x86: Booted up 1 node, 2 CPUs\n[ 0.220164] KVM setup async PF for cpu 1\n[ 0.220167] kvm-stealtime: cpu 1, msr f90d940\n[ 0.222679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.224203] devtmpfs: initialized\n[ 0.225898] evm: security.selinux\n[ 0.226579] evm: security.SMACK64\n[ 0.227255] evm: security.SMACK64EXEC\n[ 0.227980] evm: security.SMACK64TRANSMUTE\n[ 0.228791] evm: security.SMACK64MMAP\n[ 0.229572] evm: security.ima\n[ 0.230299] evm: security.capability\n[ 0.231189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233116] pinctrl core: initialized pinctrl subsystem\n[ 0.234255] RTC time: 8:43:23, date: 11/09/18\n[ 0.235267] NET: Registered protocol family 16\n[ 0.245115] cpuidle: using governor ladder\n[ 0.257213] cpuidle: using governor menu\n[ 0.258025] PCCT header not found.\n[ 0.258829] ACPI: bus type PCI registered\n[ 0.259650] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260922] PCI: Using configuration type 1 for base access\n[ 0.274409] ACPI: Added _OSI(Module Device)\n[ 0.275292] ACPI: Added _OSI(Processor Device)\n[ 0.276160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.277069] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.279492] ACPI: Interpreter enabled\n[ 0.280267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.282115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.285943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.287799] ACPI: (supports S0 S5)\n[ 0.288558] ACPI: Using IOAPIC for interrupt routing\n[ 0.289621] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.293055] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.294184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.295449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.296606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.298794] acpiphp: Slot [3] registered\n[ 0.299577] acpiphp: Slot [4] registered\n[ 0.300354] acpiphp: Slot [5] registered\n[ 0.301127] acpiphp: Slot [6] registered\n[ 0.301900] acpiphp: Slot [7] registered\n[ 0.302671] acpiphp: Slot [8] registered\n[ 0.303488] acpiphp: Slot [9] registered\n[ 0.304287] acpiphp: Slot [10] registered\n[ 0.315318] acpiphp: Slot [11] registered\n[ 0.316131] acpiphp: Slot [12] registered\n[ 0.316971] acpiphp: Slot [13] registered\n[ 0.317765] acpiphp: Slot [14] registered\n[ 0.318621] acpiphp: Slot [15] registered\n[ 0.319439] acpiphp: Slot [16] registered\n[ 0.320238] acpiphp: Slot [17] registered\n[ 0.321031] acpiphp: Slot [18] registered\n[ 0.321919] acpiphp: Slot [19] registered\n[ 0.322874] acpiphp: Slot [20] registered\n[ 0.323792] acpiphp: Slot [21] registered\n[ 0.324696] acpiphp: Slot [22] registered\n[ 0.325606] acpiphp: Slot [23] registered\n[ 0.326515] acpiphp: Slot [24] registered\n[ 0.327404] acpiphp: Slot [25] registered\n[ 0.328289] acpiphp: Slot [26] registered\n[ 0.329225] acpiphp: Slot [27] registered\n[ 0.330139] acpiphp: Slot [28] registered\n[ 0.331173] acpiphp: Slot [29] registered\n[ 0.332157] acpiphp: Slot [30] registered\n[ 0.333139] acpiphp: Slot [31] registered\n[ 0.334116] PCI host bridge to bus 0000:00\n[ 0.335208] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336878] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.338667] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.340762] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.342847] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349624] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.351514] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.353273] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.355135] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362474] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.364510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.412304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.414235] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.419547] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.423114] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.424687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.426214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428388] vgaarb: loaded\n[ 0.429199] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430757] SCSI subsystem initialized\n[ 0.431894] ACPI: bus type USB registered\n[ 0.433086] usbcore: registered new interface driver usbfs\n[ 0.434558] usbcore: registered new interface driver hub\n[ 0.435998] usbcore: registered new device driver usb\n[ 0.437547] PCI: Using ACPI for IRQ routing\n[ 0.438917] NetLabel: Initializing\n[ 0.439898] NetLabel: domain hash size = 128\n[ 0.441089] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.442469] NetLabel: unlabeled traffic allowed by default\n[ 0.444085] clocksource: Switched to clocksource kvm-clock\n[ 0.450587] AppArmor: AppArmor Filesystem Enabled\n[ 0.451936] pnp: PnP ACPI init\n[ 0.453139] pnp: PnP ACPI: found 5 devices\n[ 0.460580] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.463043] NET: Registered protocol family 2\n[ 0.464397] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.466260] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.467927] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.469591] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.471118] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.472783] NET: Registered protocol family 1\n[ 0.474008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.475570] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.477088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.495811] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.514845] Trying to unpack rootfs image as initramfs...\n[ 0.566539] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.581562] Scanning for low memory corruption every 60 seconds\n[ 0.582997] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.584173] audit: initializing netlink subsys (disabled)\n[ 0.585207] audit: type=2000 audit(1541753004.140:1): initialized\n[ 0.586529] Initialise system trusted keyring\n[ 0.587482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.588659] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.590761] zbud: loaded\n[ 0.591494] VFS: Disk quotas dquot_6.6.0\n[ 0.592324] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.593889] fuse init (API version 7.23)\n[ 0.594794] Key type big_key registered\n[ 0.595591] Allocating IMA MOK and blacklist keyrings.\n[ 0.596787] Key type asymmetric registered\n[ 0.597606] Asymmetric key parser 'x509' registered\n[ 0.598565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.600040] io scheduler noop registered\n[ 0.600846] io scheduler deadline registered (default)\n[ 0.601841] io scheduler cfq registered\n[ 0.602678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.603727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.605013] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606471] ACPI: Power Button [PWRF]\n[ 0.607343] GHES: HEST is not enabled!\n[ 0.626044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.663584] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.665862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.689522] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.691737] Linux agpgart interface v0.103\n[ 0.694091] brd: module loaded\n[ 0.695422] loop: module loaded\n[ 0.699549] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.701034] GPT:90111 != 20971519\n[ 0.701731] GPT:Alternate GPT header not at the end of the disk.\n[ 0.702998] GPT:90111 != 20971519\n[ 0.703868] GPT: Use GNU Parted to correct GPT errors.\n[ 0.705104] vda: vda1 vda15\n[ 0.706912] scsi host0: ata_piix\n[ 0.707758] scsi host1: ata_piix\n[ 0.708548] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.710050] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.711783] libphy: Fixed MDIO Bus: probed\n[ 0.712901] tun: Universal TUN/TAP device driver, 1.6\n[ 0.714122] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.716666] PPP generic driver version 2.4.2\n[ 0.717796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.719256] ehci-pci: EHCI PCI platform driver\n[ 0.720350] ehci-platform: EHCI generic platform driver\n[ 0.721568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.722935] ohci-pci: OHCI PCI platform driver\n[ 0.723888] ohci-platform: OHCI generic platform driver\n[ 0.724944] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.743957] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.745005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.746527] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.747584] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.748775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.750172] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.751803] usb usb1: Product: UHCI Host Controller\n[ 0.752897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.754176] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.755205] hub 1-0:1.0: USB hub found\n[ 0.756018] hub 1-0:1.0: 2 ports detected\n[ 0.756986] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.759183] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.760218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.761321] mousedev: PS/2 mouse device common for all mice\n[ 0.762571] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763842] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.765663] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.767031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.768338] i2c /dev entries driver\n[ 0.769147] device-mapper: uevent: version 1.0.3\n[ 0.770137] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.771874] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.773253] NET: Registered protocol family 10\n[ 0.774350] NET: Registered protocol family 17\n[ 0.775309] Key type dns_resolver registered\n[ 0.776329] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.777538] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.778726] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.780630] registered taskstats version 1\n[ 0.781539] Loading compiled-in X.509 certificates\n[ 0.783077] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.785108] zswap: loaded using pool lzo/zbud\n[ 0.786704] Key type trusted registered\n[ 0.788506] Key type encrypted registered\n[ 0.789408] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.790525] ima: No TPM chip found, activating TPM-bypass!\n[ 0.791657] evm: HMAC attrs: 0x1\n[ 0.792695] Magic number: 10:238:725\n[ 0.793555] block loop5: hash matches\n[ 0.804799] rtc_cmos 00:00: setting system clock to 2018-11-09 08:43:23 UTC (1541753003)\n[ 0.806623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807858] EDD information not available.\n[ 0.865213] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.866919] Write protecting the kernel read-only data: 14336k\n[ 0.868604] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.870539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.925526] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.8...\nLease of 10.55.1.8 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.30. iid=i-000000e9\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOXjepOjdfC5NiRf2Ly8KLRSvEe1fGG4VHHFY8+DqJYXIl3ZtTtuiDdoRlqH2TMoCPUIPGy3p5ScG9VmLmjL/zqQ26VYch1z8a/j0XGdgmweQV9Pt6VVRUdheT20WsEuNivXctg2QIAGpxCB4yLxqSOTYz7y7XQApuBifMYJ9RuvJrVxD2Ic0vOgPkFPxMwWc74txgvtN4Wd2M/KEvSGbo56p22O5rzuCIEp8sFhIoczU37R273426HEgUNhq7fuTH4etxDevZEoB2XDE4L0K03c0N3YAzpnRGEjjyPsbci6k/aZkHyjtGKDwcn6EgXgW4vGLOGYNfa1MORvC4EX0L root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\nssh-dss AAAAB3NzaC1kc3MAAACBAJ5ucRHmZCzn3OxoEoe3SEwsYQfKiamKaHkY+I/niJ+YFpPFmBO4zznvOqx4YITdUpV9yW2GSrfEQCpqdGMw7MAcAJPdB0BoRiHZoDBhT6iAMAC0zpjYNtQipq1/0rulFxR5ZvtBRp+mn9l/PB7S+e8IOqCtPvOE7NVVFGpqt277AAAAFQDEe/+z8cvpgJWSguzWMyaz9a5xewAAAIAglOOOOIEL7wzfk40Wa4P38VwQiFA2yO6Zy5GaBH7AgWW/PdxQsDK2C1zgXimHbEUD9fjoaNQPEFu6bPab+2E2yCcXx7NsEglgSmtUIpTH4+ja6kPvUPDPTSiRM25rQ/0L/zk3eaC97n5t0Abv7oHqqZKF42ZM2k/2mCAVJkj9lwAAAIAFKphE4PxFUlqM3iA0vgKztV1PjNzNwOIVG4R66OJkXiqVDkGIXxDXzDmVZwVESV2/zAOA0wvWEm4BU+xSb2GxihUp9dguKGaiuZEeEwnjvFNsvkKjbokfQvjazigVNYB/u6+v90SDJ5YwgG6jlaIMBnk0aeo9tYplGYeV5l3uSg== root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\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.8,24,fe80::f816:3eff:fe38:6963/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 \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-000000e9\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.47 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c login: The system is going down NOW!\n"} 2018-11-09 08:43:56,533 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action used request id req-eb425146-2672-4a12-8c35-d1ade42da97f 2018-11-09 08:43:56,534 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:43:56,534 - 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 513276324 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.125519] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.127136] pid_max: default: 32768 minimum: 301 [ 0.128005] ACPI: Core revision 20150930 [ 0.129371] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130640] Security Framework initialized [ 0.131431] Yama: becoming mindful. [ 0.132141] AppArmor: AppArmor initialized [ 0.132977] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134224] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135442] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136593] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137923] Initializing cgroup subsys io [ 0.138710] Initializing cgroup subsys memory [ 0.139546] Initializing cgroup subsys devices [ 0.140390] Initializing cgroup subsys freezer [ 0.141258] Initializing cgroup subsys net_cls [ 0.142102] Initializing cgroup subsys perf_event [ 0.142988] Initializing cgroup subsys net_prio [ 0.143844] Initializing cgroup subsys hugetlb [ 0.144692] Initializing cgroup subsys pids [ 0.145545] CPU: Physical Processor ID: 0 [ 0.147022] mce: CPU supports 10 MCE banks [ 0.147845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.148825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.151062] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.157437] ftrace: allocating 31920 entries in 125 pages [ 0.183588] smpboot: Max logical packages: 2 [ 0.184419] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.185581] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.186896] x2apic enabled [ 0.187687] Switched APIC routing to physical x2apic. [ 0.189430] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.190598] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.192665] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.194521] KVM setup paravirtual spinlock [ 0.195919] x86: Booting SMP configuration: [ 0.196789] .... node #0, CPUs: #1 [ 0.197651] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.220155] x86: Booted up 1 node, 2 CPUs [ 0.220164] KVM setup async PF for cpu 1 [ 0.220167] kvm-stealtime: cpu 1, msr f90d940 [ 0.222679] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.224203] devtmpfs: initialized [ 0.225898] evm: security.selinux [ 0.226579] evm: security.SMACK64 [ 0.227255] evm: security.SMACK64EXEC [ 0.227980] evm: security.SMACK64TRANSMUTE [ 0.228791] evm: security.SMACK64MMAP [ 0.229572] evm: security.ima [ 0.230299] evm: security.capability [ 0.231189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233116] pinctrl core: initialized pinctrl subsystem [ 0.234255] RTC time: 8:43:23, date: 11/09/18 [ 0.235267] NET: Registered protocol family 16 [ 0.245115] cpuidle: using governor ladder [ 0.257213] cpuidle: using governor menu [ 0.258025] PCCT header not found. [ 0.258829] ACPI: bus type PCI registered [ 0.259650] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260922] PCI: Using configuration type 1 for base access [ 0.274409] ACPI: Added _OSI(Module Device) [ 0.275292] ACPI: Added _OSI(Processor Device) [ 0.276160] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.277069] ACPI: Added _OSI(Processor Aggregator Device) [ 0.279492] ACPI: Interpreter enabled [ 0.280267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.282115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.285943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.287799] ACPI: (supports S0 S5) [ 0.288558] ACPI: Using IOAPIC for interrupt routing [ 0.289621] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.293055] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.294184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.295449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.296606] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.298794] acpiphp: Slot [3] registered [ 0.299577] acpiphp: Slot [4] registered [ 0.300354] acpiphp: Slot [5] registered [ 0.301127] acpiphp: Slot [6] registered [ 0.301900] acpiphp: Slot [7] registered [ 0.302671] acpiphp: Slot [8] registered [ 0.303488] acpiphp: Slot [9] registered [ 0.304287] acpiphp: Slot [10] registered [ 0.315318] acpiphp: Slot [11] registered [ 0.316131] acpiphp: Slot [12] registered [ 0.316971] acpiphp: Slot [13] registered [ 0.317765] acpiphp: Slot [14] registered [ 0.318621] acpiphp: Slot [15] registered [ 0.319439] acpiphp: Slot [16] registered [ 0.320238] acpiphp: Slot [17] registered [ 0.321031] acpiphp: Slot [18] registered [ 0.321919] acpiphp: Slot [19] registered [ 0.322874] acpiphp: Slot [20] registered [ 0.323792] acpiphp: Slot [21] registered [ 0.324696] acpiphp: Slot [22] registered [ 0.325606] acpiphp: Slot [23] registered [ 0.326515] acpiphp: Slot [24] registered [ 0.327404] acpiphp: Slot [25] registered [ 0.328289] acpiphp: Slot [26] registered [ 0.329225] acpiphp: Slot [27] registered [ 0.330139] acpiphp: Slot [28] registered [ 0.331173] acpiphp: Slot [29] registered [ 0.332157] acpiphp: Slot [30] registered [ 0.333139] acpiphp: Slot [31] registered [ 0.334116] PCI host bridge to bus 0000:00 [ 0.335208] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336878] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.338667] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.340762] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.342847] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.349624] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.351514] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.353273] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.355135] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.362474] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.364510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.412304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.414235] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.417692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.419547] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.421363] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.423114] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.424687] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.426214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428388] vgaarb: loaded [ 0.429199] vgaarb: bridge control possible 0000:00:02.0 [ 0.430757] SCSI subsystem initialized [ 0.431894] ACPI: bus type USB registered [ 0.433086] usbcore: registered new interface driver usbfs [ 0.434558] usbcore: registered new interface driver hub [ 0.435998] usbcore: registered new device driver usb [ 0.437547] PCI: Using ACPI for IRQ routing [ 0.438917] NetLabel: Initializing [ 0.439898] NetLabel: domain hash size = 128 [ 0.441089] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.442469] NetLabel: unlabeled traffic allowed by default [ 0.444085] clocksource: Switched to clocksource kvm-clock [ 0.450587] AppArmor: AppArmor Filesystem Enabled [ 0.451936] pnp: PnP ACPI init [ 0.453139] pnp: PnP ACPI: found 5 devices [ 0.460580] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.463043] NET: Registered protocol family 2 [ 0.464397] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.466260] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.467927] TCP: Hash tables configured (established 2048 bind 2048) [ 0.469591] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.471118] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.472783] NET: Registered protocol family 1 [ 0.474008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.475570] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.477088] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.495811] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.514845] Trying to unpack rootfs image as initramfs... [ 0.566539] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.581562] Scanning for low memory corruption every 60 seconds [ 0.582997] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.584173] audit: initializing netlink subsys (disabled) [ 0.585207] audit: type=2000 audit(1541753004.140:1): initialized [ 0.586529] Initialise system trusted keyring [ 0.587482] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.588659] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.590761] zbud: loaded [ 0.591494] VFS: Disk quotas dquot_6.6.0 [ 0.592324] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.593889] fuse init (API version 7.23) [ 0.594794] Key type big_key registered [ 0.595591] Allocating IMA MOK and blacklist keyrings. [ 0.596787] Key type asymmetric registered [ 0.597606] Asymmetric key parser 'x509' registered [ 0.598565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.600040] io scheduler noop registered [ 0.600846] io scheduler deadline registered (default) [ 0.601841] io scheduler cfq registered [ 0.602678] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.603727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.605013] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.606471] ACPI: Power Button [PWRF] [ 0.607343] GHES: HEST is not enabled! [ 0.626044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.663584] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.665862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.689522] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.691737] Linux agpgart interface v0.103 [ 0.694091] brd: module loaded [ 0.695422] loop: module loaded [ 0.699549] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.701034] GPT:90111 != 20971519 [ 0.701731] GPT:Alternate GPT header not at the end of the disk. [ 0.702998] GPT:90111 != 20971519 [ 0.703868] GPT: Use GNU Parted to correct GPT errors. [ 0.705104] vda: vda1 vda15 [ 0.706912] scsi host0: ata_piix [ 0.707758] scsi host1: ata_piix [ 0.708548] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.710050] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.711783] libphy: Fixed MDIO Bus: probed [ 0.712901] tun: Universal TUN/TAP device driver, 1.6 [ 0.714122] tun: (C) 1999-2004 Max Krasnyansky [ 0.716666] PPP generic driver version 2.4.2 [ 0.717796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.719256] ehci-pci: EHCI PCI platform driver [ 0.720350] ehci-platform: EHCI generic platform driver [ 0.721568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.722935] ohci-pci: OHCI PCI platform driver [ 0.723888] ohci-platform: OHCI generic platform driver [ 0.724944] uhci_hcd: USB Universal Host Controller Interface driver [ 0.743957] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.745005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.746527] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.747584] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.748775] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.750172] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.751803] usb usb1: Product: UHCI Host Controller [ 0.752897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.754176] usb usb1: SerialNumber: 0000:00:01.2 [ 0.755205] hub 1-0:1.0: USB hub found [ 0.756018] hub 1-0:1.0: 2 ports detected [ 0.756986] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.759183] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.760218] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.761321] mousedev: PS/2 mouse device common for all mice [ 0.762571] rtc_cmos 00:00: RTC can wake from S4 [ 0.763842] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.765663] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.767031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.768338] i2c /dev entries driver [ 0.769147] device-mapper: uevent: version 1.0.3 [ 0.770137] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.771874] ledtrig-cpu: registered to indicate activity on CPUs [ 0.773253] NET: Registered protocol family 10 [ 0.774350] NET: Registered protocol family 17 [ 0.775309] Key type dns_resolver registered [ 0.776329] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.777538] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.778726] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.780630] registered taskstats version 1 [ 0.781539] Loading compiled-in X.509 certificates [ 0.783077] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.785108] zswap: loaded using pool lzo/zbud [ 0.786704] Key type trusted registered [ 0.788506] Key type encrypted registered [ 0.789408] AppArmor: AppArmor sha1 policy hashing enabled [ 0.790525] ima: No TPM chip found, activating TPM-bypass! [ 0.791657] evm: HMAC attrs: 0x1 [ 0.792695] Magic number: 10:238:725 [ 0.793555] block loop5: hash matches [ 0.804799] rtc_cmos 00:00: setting system clock to 2018-11-09 08:43:23 UTC (1541753003) [ 0.806623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807858] EDD information not available. [ 0.865213] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.866919] Write protecting the kernel read-only data: 14336k [ 0.868604] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.870539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.925526] 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.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.8... Lease of 10.55.1.8 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.30. iid=i-000000e9 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOXjepOjdfC5NiRf2Ly8KLRSvEe1fGG4VHHFY8+DqJYXIl3ZtTtuiDdoRlqH2TMoCPUIPGy3p5ScG9VmLmjL/zqQ26VYch1z8a/j0XGdgmweQV9Pt6VVRUdheT20WsEuNivXctg2QIAGpxCB4yLxqSOTYz7y7XQApuBifMYJ9RuvJrVxD2Ic0vOgPkFPxMwWc74txgvtN4Wd2M/KEvSGbo56p22O5rzuCIEp8sFhIoczU37R273426HEgUNhq7fuTH4etxDevZEoB2XDE4L0K03c0N3YAzpnRGEjjyPsbci6k/aZkHyjtGKDwcn6EgXgW4vGLOGYNfa1MORvC4EX0L root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c ssh-dss AAAAB3NzaC1kc3MAAACBAJ5ucRHmZCzn3OxoEoe3SEwsYQfKiamKaHkY+I/niJ+YFpPFmBO4zznvOqx4YITdUpV9yW2GSrfEQCpqdGMw7MAcAJPdB0BoRiHZoDBhT6iAMAC0zpjYNtQipq1/0rulFxR5ZvtBRp+mn9l/PB7S+e8IOqCtPvOE7NVVFGpqt277AAAAFQDEe/+z8cvpgJWSguzWMyaz9a5xewAAAIAglOOOOIEL7wzfk40Wa4P38VwQiFA2yO6Zy5GaBH7AgWW/PdxQsDK2C1zgXimHbEUD9fjoaNQPEFu6bPab+2E2yCcXx7NsEglgSmtUIpTH4+ja6kPvUPDPTSiRM25rQ/0L/zk3eaC97n5t0Abv7oHqqZKF42ZM2k/2mCAVJkj9lwAAAIAFKphE4PxFUlqM3iA0vgKztV1PjNzNwOIVG4R66OJkXiqVDkGIXxDXzDmVZwVESV2/zAOA0wvWEm4BU+xSb2GxihUp9dguKGaiuZEeEwnjvFNsvkKjbokfQvjazigVNYB/u6+v90SDJ5YwgG6jlaIMBnk0aeo9tYplGYeV5l3uSg== root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.8,24,fe80::f816:3eff:fe38:6963/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 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-000000e9 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c launch-index: 0 === cirros: current=0.4.0 uptime=3.47 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c login: The system is going down NOW! 2018-11-09 08:43:56,535 - create_instance - INFO - Checking if VM is active 2018-11-09 08:43:56,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:43:57,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-06e5abd1-3aba-4b2c-97cc-19ab087e9c7e x-compute-request-id: req-06e5abd1-3aba-4b2c-97cc-19ab087e9c7e Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-11-09T08:43:40Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:43:57,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-06e5abd1-3aba-4b2c-97cc-19ab087e9c7e 2018-11-09 08:43:57,051 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - REBOOT 2018-11-09 08:43:57,051 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:44:00,054 - create_instance - DEBUG - VM status query timeout in 896.480912209 2018-11-09 08:44:00,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:00,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-f1010c0c-dd0b-4409-82c1-d4a5889e7cdb x-compute-request-id: req-f1010c0c-dd0b-4409-82c1-d4a5889e7cdb Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-11-09T08:43:40Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:00,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-f1010c0c-dd0b-4409-82c1-d4a5889e7cdb 2018-11-09 08:44:00,549 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - REBOOT 2018-11-09 08:44:00,549 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:44:03,552 - create_instance - DEBUG - VM status query timeout in 892.982690096 2018-11-09 08:44:03,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:04,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-2b0d604f-9358-40ec-b82c-ae6190710043 x-compute-request-id: req-2b0d604f-9358-40ec-b82c-ae6190710043 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:01Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:04,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-2b0d604f-9358-40ec-b82c-ae6190710043 2018-11-09 08:44:04,022 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:44:04,023 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:44:04,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:04,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-6c8a2fe2-7b73-438f-9fea-a5aa2271d587 x-compute-request-id: req-6c8a2fe2-7b73-438f-9fea-a5aa2271d587 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:01Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:04,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-6c8a2fe2-7b73-438f-9fea-a5aa2271d587 2018-11-09 08:44:04,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:04,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d25f6ef4-b0d2-474d-9b38-bdc14aaab9a4 Date: Fri, 09 Nov 2018 08:44: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":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:44:04,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-d25f6ef4-b0d2-474d-9b38-bdc14aaab9a4 2018-11-09 08:44:04,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:04,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94db7253-0c16-4246-9780-4736485bb452 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:44:04,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-94db7253-0c16-4246-9780-4736485bb452 2018-11-09 08:44:04,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:04,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5d26af40-4128-4824-8ce4-3f057567e051 Date: Fri, 09 Nov 2018 08:44:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:44:04,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-5d26af40-4128-4824-8ce4-3f057567e051 2018-11-09 08:44:04,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:05,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-60079168-57de-464b-8a10-767ed02ec6b8 Date: Fri, 09 Nov 2018 08:44:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["624442b8-5bed-4e0b-82dc-fc9febb2c670","a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal","device_id":"87f39b58-cfa7-495a-8337-d3cb405aba7a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.3"}],"id":"2ea3e1ea-a2b8-40a1-9505-d9463f09363a","security_groups":[],"mac_address":"fa:16:3e:2e:92:bb","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.4"}],"id":"8219e1c5-579e-41cf-80e9-9830f74ce913","security_groups":[],"mac_address":"fa:16:3e:b9:38:d7","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.2"}],"id":"e7d2c8a6-53e9-4d98-b591-5b27918b3cd9","security_groups":[],"mac_address":"fa:16:3e:7f:f5:36","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"}]} 2018-11-09 08:44:05,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-60079168-57de-464b-8a10-767ed02ec6b8 2018-11-09 08:44:05,024 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:44:05,026 - paramiko.transport - DEBUG - starting thread (client mode): 0x883faf10L 2018-11-09 08:44:05,027 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:44:05,027 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:44:05,027 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:44:05,028 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:44:05,029 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:44:05,029 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:44:05,029 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:44:05,029 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:44:05,029 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:44:05,046 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:44:05,046 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:44:05,059 - paramiko.transport - DEBUG - Trying key b7bfc8dbce09276335603928d4077d5d from tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38 2018-11-09 08:44:05,086 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:44:05,092 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:44:05,193 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:44:05,237 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:44:05,237 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:44:05,239 - paramiko.transport - DEBUG - starting thread (client mode): 0x88518e90L 2018-11-09 08:44:05,240 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:44:05,240 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:44:05,240 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:44:05,241 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:44:05,241 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:44:05,241 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:44:05,241 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:44:05,242 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:44:05,242 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:44:05,259 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:44:05,260 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:44:05,272 - paramiko.transport - DEBUG - Trying key b7bfc8dbce09276335603928d4077d5d from tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38 2018-11-09 08:44:05,298 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:44:05,302 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:44:05,304 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:44:05,305 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:44:05,305 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:44:05,307 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:44:05,309 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:44:05,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:05,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44: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-43246937-7cbc-4f0d-8aaa-74b6aab8e798 x-compute-request-id: req-43246937-7cbc-4f0d-8aaa-74b6aab8e798 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:01Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:05,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-43246937-7cbc-4f0d-8aaa-74b6aab8e798 2018-11-09 08:44:05,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"reboot": {"type": "SOFT"}}' 2018-11-09 08:44:06,083 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:44: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-34ae9fb5-2549-44aa-aef6-679e8ab8f913 x-compute-request-id: req-34ae9fb5-2549-44aa-aef6-679e8ab8f913 Content-Length: 0 Content-Type: application/json 2018-11-09 08:44:06,083 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action used request id req-34ae9fb5-2549-44aa-aef6-679e8ab8f913 2018-11-09 08:44:21,098 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2018-11-09 08:44:21,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:21,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4041595e-6c0e-42f2-bea0-e03d4ef0dccb x-compute-request-id: req-4041595e-6c0e-42f2-bea0-e03d4ef0dccb Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:10Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:21,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-4041595e-6c0e-42f2-bea0-e03d4ef0dccb 2018-11-09 08:44:21,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:44:22,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddfa483b-7df9-4845-9765-3eb68eb8c492 x-compute-request-id: req-ddfa483b-7df9-4845-9765-3eb68eb8c492 Content-Encoding: gzip Content-Length: 9503 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 544681368 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.129518] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131214] pid_max: default: 32768 minimum: 301\n[ 0.132134] ACPI: Core revision 20150930\n[ 0.133541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134887] Security Framework initialized\n[ 0.135748] Yama: becoming mindful.\n[ 0.136484] AppArmor: AppArmor initialized\n[ 0.137343] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138643] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139900] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141110] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142493] Initializing cgroup subsys io\n[ 0.143331] Initializing cgroup subsys memory\n[ 0.144186] Initializing cgroup subsys devices\n[ 0.145065] Initializing cgroup subsys freezer\n[ 0.145932] Initializing cgroup subsys net_cls\n[ 0.146798] Initializing cgroup subsys perf_event\n[ 0.147698] Initializing cgroup subsys net_prio\n[ 0.148592] Initializing cgroup subsys hugetlb\n[ 0.149469] Initializing cgroup subsys pids\n[ 0.150352] CPU: Physical Processor ID: 0\n[ 0.151844] mce: CPU supports 10 MCE banks\n[ 0.152710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153733] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.155975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.162273] ftrace: allocating 31920 entries in 125 pages\n[ 0.187974] smpboot: Max logical packages: 2\n[ 0.188858] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.190047] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.191380] x2apic enabled\n[ 0.192183] Switched APIC routing to physical x2apic.\n[ 0.193999] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.195232] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.197389] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.199344] KVM setup paravirtual spinlock\n[ 0.200775] x86: Booting SMP configuration:\n[ 0.201681] .... node #0, CPUs: #1\n[ 0.202582] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.224303] x86: Booted up 1 node, 2 CPUs\n[ 0.224305] KVM setup async PF for cpu 1\n[ 0.224308] kvm-stealtime: cpu 1, msr f90d940\n[ 0.226879] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.228384] devtmpfs: initialized\n[ 0.230078] evm: security.selinux\n[ 0.230774] evm: security.SMACK64\n[ 0.231462] evm: security.SMACK64EXEC\n[ 0.232207] evm: security.SMACK64TRANSMUTE\n[ 0.233055] evm: security.SMACK64MMAP\n[ 0.233834] evm: security.ima\n[ 0.234466] evm: security.capability\n[ 0.235339] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237240] pinctrl core: initialized pinctrl subsystem\n[ 0.238379] RTC time: 8:44:10, date: 11/09/18\n[ 0.239367] NET: Registered protocol family 16\n[ 0.249233] cpuidle: using governor ladder\n[ 0.261295] cpuidle: using governor menu\n[ 0.262107] PCCT header not found.\n[ 0.262873] ACPI: bus type PCI registered\n[ 0.263665] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264889] PCI: Using configuration type 1 for base access\n[ 0.278357] ACPI: Added _OSI(Module Device)\n[ 0.279223] ACPI: Added _OSI(Processor Device)\n[ 0.280070] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.280954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.283316] ACPI: Interpreter enabled\n[ 0.284074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.285904] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.289515] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.291325] ACPI: (supports S0 S5)\n[ 0.292018] ACPI: Using IOAPIC for interrupt routing\n[ 0.292938] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.296284] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.297403] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.298607] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299775] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301981] acpiphp: Slot [3] registered\n[ 0.302771] acpiphp: Slot [4] registered\n[ 0.303554] acpiphp: Slot [5] registered\n[ 0.304341] acpiphp: Slot [6] registered\n[ 0.305141] acpiphp: Slot [7] registered\n[ 0.305926] acpiphp: Slot [8] registered\n[ 0.306710] acpiphp: Slot [9] registered\n[ 0.307490] acpiphp: Slot [10] registered\n[ 0.318448] acpiphp: Slot [11] registered\n[ 0.319253] acpiphp: Slot [12] registered\n[ 0.320050] acpiphp: Slot [13] registered\n[ 0.320844] acpiphp: Slot [14] registered\n[ 0.321637] acpiphp: Slot [15] registered\n[ 0.322428] acpiphp: Slot [16] registered\n[ 0.323232] acpiphp: Slot [17] registered\n[ 0.324030] acpiphp: Slot [18] registered\n[ 0.324824] acpiphp: Slot [19] registered\n[ 0.325621] acpiphp: Slot [20] registered\n[ 0.326414] acpiphp: Slot [21] registered\n[ 0.327211] acpiphp: Slot [22] registered\n[ 0.328017] acpiphp: Slot [23] registered\n[ 0.328817] acpiphp: Slot [24] registered\n[ 0.329615] acpiphp: Slot [25] registered\n[ 0.330407] acpiphp: Slot [26] registered\n[ 0.331204] acpiphp: Slot [27] registered\n[ 0.332010] acpiphp: Slot [28] registered\n[ 0.332805] acpiphp: Slot [29] registered\n[ 0.333602] acpiphp: Slot [30] registered\n[ 0.334395] acpiphp: Slot [31] registered\n[ 0.335196] PCI host bridge to bus 0000:00\n[ 0.336011] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.337213] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.338411] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.339849] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.341284] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347698] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350141] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351392] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359485] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.405911] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.407442] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.408867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.410294] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.411677] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.412959] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414145] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.415323] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.416871] vgaarb: loaded\n[ 0.417468] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418627] SCSI subsystem initialized\n[ 0.419458] ACPI: bus type USB registered\n[ 0.420275] usbcore: registered new interface driver usbfs\n[ 0.421301] usbcore: registered new interface driver hub\n[ 0.422310] usbcore: registered new device driver usb\n[ 0.423413] PCI: Using ACPI for IRQ routing\n[ 0.424455] NetLabel: Initializing\n[ 0.425170] NetLabel: domain hash size = 128\n[ 0.426025] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.426970] NetLabel: unlabeled traffic allowed by default\n[ 0.428077] clocksource: Switched to clocksource kvm-clock\n[ 0.434060] AppArmor: AppArmor Filesystem Enabled\n[ 0.435011] pnp: PnP ACPI init\n[ 0.435936] pnp: PnP ACPI: found 5 devices\n[ 0.443011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444709] NET: Registered protocol family 2\n[ 0.445688] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.446947] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.448111] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.449270] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.450339] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451492] NET: Registered protocol family 1\n[ 0.452355] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.453437] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.454495] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472928] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.491717] Trying to unpack rootfs image as initramfs...\n[ 0.541871] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.556449] Scanning for low memory corruption every 60 seconds\n[ 0.558210] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.559746] audit: initializing netlink subsys (disabled)\n[ 0.561119] audit: type=2000 audit(1541753051.258:1): initialized\n[ 0.563097] Initialise system trusted keyring\n[ 0.564470] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566249] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569245] zbud: loaded\n[ 0.570328] VFS: Disk quotas dquot_6.6.0\n[ 0.571612] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573940] fuse init (API version 7.23)\n[ 0.575261] Key type big_key registered\n[ 0.576435] Allocating IMA MOK and blacklist keyrings.\n[ 0.578172] Key type asymmetric registered\n[ 0.579518] Asymmetric key parser 'x509' registered\n[ 0.580977] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.583255] io scheduler noop registered\n[ 0.584315] io scheduler deadline registered (default)\n[ 0.585624] io scheduler cfq registered\n[ 0.586722] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.588177] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.589864] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.591727] ACPI: Power Button [PWRF]\n[ 0.592883] GHES: HEST is not enabled!\n[ 0.611401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.648637] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.651293] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678442] Linux agpgart interface v0.103\n[ 0.681012] brd: module loaded\n[ 0.682575] loop: module loaded\n[ 0.686973] vda: vda1 vda15\n[ 0.688691] scsi host0: ata_piix\n[ 0.689674] scsi host1: ata_piix\n[ 0.690595] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.692222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.694254] libphy: Fixed MDIO Bus: probed\n[ 0.695325] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699013] PPP generic driver version 2.4.2\n[ 0.700185] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.701777] ehci-pci: EHCI PCI platform driver\n[ 0.702912] ehci-platform: EHCI generic platform driver\n[ 0.704228] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.705738] ohci-pci: OHCI PCI platform driver\n[ 0.706885] ohci-platform: OHCI generic platform driver\n[ 0.708194] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.727496] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.728853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.730760] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.732054] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.733527] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.735169] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.737041] usb usb1: Product: UHCI Host Controller\n[ 0.738299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.739818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.741069] hub 1-0:1.0: USB hub found\n[ 0.742076] hub 1-0:1.0: 2 ports detected\n[ 0.743228] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.745832] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.747085] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.748420] mousedev: PS/2 mouse device common for all mice\n[ 0.749943] rtc_cmos 00:00: RTC can wake from S4\n[ 0.751447] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.752116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.752231] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752239] i2c /dev entries driver\n[ 0.752274] device-mapper: uevent: version 1.0.3\n[ 0.753668] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.753682] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.753868] NET: Registered protocol family 10\n[ 0.753996] NET: Registered protocol family 17\n[ 0.754003] Key type dns_resolver registered\n[ 0.754101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.755129] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.755147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.755229] registered taskstats version 1\n[ 0.755239] Loading compiled-in X.509 certificates\n[ 0.755759] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.755774] zswap: loaded using pool lzo/zbud\n[ 0.756325] Key type trusted registered\n[ 0.757113] Key type encrypted registered\n[ 0.757116] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757118] ima: No TPM chip found, activating TPM-bypass!\n[ 0.757129] evm: HMAC attrs: 0x1\n[ 0.757504] Magic number: 10:238:725\n[ 0.757508] block loop5: hash matches\n[ 0.757684] rtc_cmos 00:00: setting system clock to 2018-11-09 08:44:11 UTC (1541753051)\n[ 0.757735] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.757735] EDD information not available.\n[ 0.849202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.861126] Write protecting the kernel read-only data: 14336k\n[ 0.862751] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864549] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.87\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.103929] 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.8...\nLease of 10.55.1.8 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.10. iid=i-000000e9\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOXjepOjdfC5NiRf2Ly8KLRSvEe1fGG4VHHFY8+DqJYXIl3ZtTtuiDdoRlqH2TMoCPUIPGy3p5ScG9VmLmjL/zqQ26VYch1z8a/j0XGdgmweQV9Pt6VVRUdheT20WsEuNivXctg2QIAGpxCB4yLxqSOTYz7y7XQApuBifMYJ9RuvJrVxD2Ic0vOgPkFPxMwWc74txgvtN4Wd2M/KEvSGbo56p22O5rzuCIEp8sFhIoczU37R273426HEgUNhq7fuTH4etxDevZEoB2XDE4L0K03c0N3YAzpnRGEjjyPsbci6k/aZkHyjtGKDwcn6EgXgW4vGLOGYNfa1MORvC4EX0L root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\nssh-dss AAAAB3NzaC1kc3MAAACBAJ5ucRHmZCzn3OxoEoe3SEwsYQfKiamKaHkY+I/niJ+YFpPFmBO4zznvOqx4YITdUpV9yW2GSrfEQCpqdGMw7MAcAJPdB0BoRiHZoDBhT6iAMAC0zpjYNtQipq1/0rulFxR5ZvtBRp+mn9l/PB7S+e8IOqCtPvOE7NVVFGpqt277AAAAFQDEe/+z8cvpgJWSguzWMyaz9a5xewAAAIAglOOOOIEL7wzfk40Wa4P38VwQiFA2yO6Zy5GaBH7AgWW/PdxQsDK2C1zgXimHbEUD9fjoaNQPEFu6bPab+2E2yCcXx7NsEglgSmtUIpTH4+ja6kPvUPDPTSiRM25rQ/0L/zk3eaC97n5t0Abv7oHqqZKF42ZM2k/2mCAVJkj9lwAAAIAFKphE4PxFUlqM3iA0vgKztV1PjNzNwOIVG4R66OJkXiqVDkGIXxDXzDmVZwVESV2/zAOA0wvWEm4BU+xSb2GxihUp9dguKGaiuZEeEwnjvFNsvkKjbokfQvjazigVNYB/u6+v90SDJ5YwgG6jlaIMBnk0aeo9tYplGYeV5l3uSg== root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\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.8,24,fe80::f816:3eff:fe38:6963/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 \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-000000e9\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.92 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c login: "} 2018-11-09 08:44:22,768 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action used request id req-ddfa483b-7df9-4845-9765-3eb68eb8c492 2018-11-09 08:44:22,769 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:44:22,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 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 544681368 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.129518] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131214] pid_max: default: 32768 minimum: 301 [ 0.132134] ACPI: Core revision 20150930 [ 0.133541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134887] Security Framework initialized [ 0.135748] Yama: becoming mindful. [ 0.136484] AppArmor: AppArmor initialized [ 0.137343] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138643] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139900] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141110] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142493] Initializing cgroup subsys io [ 0.143331] Initializing cgroup subsys memory [ 0.144186] Initializing cgroup subsys devices [ 0.145065] Initializing cgroup subsys freezer [ 0.145932] Initializing cgroup subsys net_cls [ 0.146798] Initializing cgroup subsys perf_event [ 0.147698] Initializing cgroup subsys net_prio [ 0.148592] Initializing cgroup subsys hugetlb [ 0.149469] Initializing cgroup subsys pids [ 0.150352] CPU: Physical Processor ID: 0 [ 0.151844] mce: CPU supports 10 MCE banks [ 0.152710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153733] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155975] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.162273] ftrace: allocating 31920 entries in 125 pages [ 0.187974] smpboot: Max logical packages: 2 [ 0.188858] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.190047] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.191380] x2apic enabled [ 0.192183] Switched APIC routing to physical x2apic. [ 0.193999] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.195232] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.197389] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.199344] KVM setup paravirtual spinlock [ 0.200775] x86: Booting SMP configuration: [ 0.201681] .... node #0, CPUs: #1 [ 0.202582] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.224303] x86: Booted up 1 node, 2 CPUs [ 0.224305] KVM setup async PF for cpu 1 [ 0.224308] kvm-stealtime: cpu 1, msr f90d940 [ 0.226879] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.228384] devtmpfs: initialized [ 0.230078] evm: security.selinux [ 0.230774] evm: security.SMACK64 [ 0.231462] evm: security.SMACK64EXEC [ 0.232207] evm: security.SMACK64TRANSMUTE [ 0.233055] evm: security.SMACK64MMAP [ 0.233834] evm: security.ima [ 0.234466] evm: security.capability [ 0.235339] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237240] pinctrl core: initialized pinctrl subsystem [ 0.238379] RTC time: 8:44:10, date: 11/09/18 [ 0.239367] NET: Registered protocol family 16 [ 0.249233] cpuidle: using governor ladder [ 0.261295] cpuidle: using governor menu [ 0.262107] PCCT header not found. [ 0.262873] ACPI: bus type PCI registered [ 0.263665] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.264889] PCI: Using configuration type 1 for base access [ 0.278357] ACPI: Added _OSI(Module Device) [ 0.279223] ACPI: Added _OSI(Processor Device) [ 0.280070] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.280954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.283316] ACPI: Interpreter enabled [ 0.284074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.285904] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.287714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.289515] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.291325] ACPI: (supports S0 S5) [ 0.292018] ACPI: Using IOAPIC for interrupt routing [ 0.292938] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.296284] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.297403] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.298607] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.299775] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.301981] acpiphp: Slot [3] registered [ 0.302771] acpiphp: Slot [4] registered [ 0.303554] acpiphp: Slot [5] registered [ 0.304341] acpiphp: Slot [6] registered [ 0.305141] acpiphp: Slot [7] registered [ 0.305926] acpiphp: Slot [8] registered [ 0.306710] acpiphp: Slot [9] registered [ 0.307490] acpiphp: Slot [10] registered [ 0.318448] acpiphp: Slot [11] registered [ 0.319253] acpiphp: Slot [12] registered [ 0.320050] acpiphp: Slot [13] registered [ 0.320844] acpiphp: Slot [14] registered [ 0.321637] acpiphp: Slot [15] registered [ 0.322428] acpiphp: Slot [16] registered [ 0.323232] acpiphp: Slot [17] registered [ 0.324030] acpiphp: Slot [18] registered [ 0.324824] acpiphp: Slot [19] registered [ 0.325621] acpiphp: Slot [20] registered [ 0.326414] acpiphp: Slot [21] registered [ 0.327211] acpiphp: Slot [22] registered [ 0.328017] acpiphp: Slot [23] registered [ 0.328817] acpiphp: Slot [24] registered [ 0.329615] acpiphp: Slot [25] registered [ 0.330407] acpiphp: Slot [26] registered [ 0.331204] acpiphp: Slot [27] registered [ 0.332010] acpiphp: Slot [28] registered [ 0.332805] acpiphp: Slot [29] registered [ 0.333602] acpiphp: Slot [30] registered [ 0.334395] acpiphp: Slot [31] registered [ 0.335196] PCI host bridge to bus 0000:00 [ 0.336011] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.337213] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.338411] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.339849] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.341284] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.347698] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.348973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.350141] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.351392] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.358041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.359485] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.405911] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.407442] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.408867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.410294] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.411677] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.412959] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.414145] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.415323] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.416871] vgaarb: loaded [ 0.417468] vgaarb: bridge control possible 0000:00:02.0 [ 0.418627] SCSI subsystem initialized [ 0.419458] ACPI: bus type USB registered [ 0.420275] usbcore: registered new interface driver usbfs [ 0.421301] usbcore: registered new interface driver hub [ 0.422310] usbcore: registered new device driver usb [ 0.423413] PCI: Using ACPI for IRQ routing [ 0.424455] NetLabel: Initializing [ 0.425170] NetLabel: domain hash size = 128 [ 0.426025] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.426970] NetLabel: unlabeled traffic allowed by default [ 0.428077] clocksource: Switched to clocksource kvm-clock [ 0.434060] AppArmor: AppArmor Filesystem Enabled [ 0.435011] pnp: PnP ACPI init [ 0.435936] pnp: PnP ACPI: found 5 devices [ 0.443011] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.444709] NET: Registered protocol family 2 [ 0.445688] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.446947] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.448111] TCP: Hash tables configured (established 2048 bind 2048) [ 0.449270] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.450339] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.451492] NET: Registered protocol family 1 [ 0.452355] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.453437] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.454495] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.472928] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.491717] Trying to unpack rootfs image as initramfs... [ 0.541871] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.556449] Scanning for low memory corruption every 60 seconds [ 0.558210] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.559746] audit: initializing netlink subsys (disabled) [ 0.561119] audit: type=2000 audit(1541753051.258:1): initialized [ 0.563097] Initialise system trusted keyring [ 0.564470] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.566249] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.569245] zbud: loaded [ 0.570328] VFS: Disk quotas dquot_6.6.0 [ 0.571612] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.573940] fuse init (API version 7.23) [ 0.575261] Key type big_key registered [ 0.576435] Allocating IMA MOK and blacklist keyrings. [ 0.578172] Key type asymmetric registered [ 0.579518] Asymmetric key parser 'x509' registered [ 0.580977] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.583255] io scheduler noop registered [ 0.584315] io scheduler deadline registered (default) [ 0.585624] io scheduler cfq registered [ 0.586722] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.588177] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.589864] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.591727] ACPI: Power Button [PWRF] [ 0.592883] GHES: HEST is not enabled! [ 0.611401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.648637] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.651293] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678442] Linux agpgart interface v0.103 [ 0.681012] brd: module loaded [ 0.682575] loop: module loaded [ 0.686973] vda: vda1 vda15 [ 0.688691] scsi host0: ata_piix [ 0.689674] scsi host1: ata_piix [ 0.690595] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.692222] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.694254] libphy: Fixed MDIO Bus: probed [ 0.695325] tun: Universal TUN/TAP device driver, 1.6 [ 0.696611] tun: (C) 1999-2004 Max Krasnyansky [ 0.699013] PPP generic driver version 2.4.2 [ 0.700185] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.701777] ehci-pci: EHCI PCI platform driver [ 0.702912] ehci-platform: EHCI generic platform driver [ 0.704228] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.705738] ohci-pci: OHCI PCI platform driver [ 0.706885] ohci-platform: OHCI generic platform driver [ 0.708194] uhci_hcd: USB Universal Host Controller Interface driver [ 0.727496] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.728853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.730760] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.732054] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.733527] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.735169] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.737041] usb usb1: Product: UHCI Host Controller [ 0.738299] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.739818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.741069] hub 1-0:1.0: USB hub found [ 0.742076] hub 1-0:1.0: 2 ports detected [ 0.743228] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.745832] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.747085] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.748420] mousedev: PS/2 mouse device common for all mice [ 0.749943] rtc_cmos 00:00: RTC can wake from S4 [ 0.751447] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.752116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.752231] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752239] i2c /dev entries driver [ 0.752274] device-mapper: uevent: version 1.0.3 [ 0.753668] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.753682] ledtrig-cpu: registered to indicate activity on CPUs [ 0.753868] NET: Registered protocol family 10 [ 0.753996] NET: Registered protocol family 17 [ 0.754003] Key type dns_resolver registered [ 0.754101] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.755129] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.755147] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.755229] registered taskstats version 1 [ 0.755239] Loading compiled-in X.509 certificates [ 0.755759] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.755774] zswap: loaded using pool lzo/zbud [ 0.756325] Key type trusted registered [ 0.757113] Key type encrypted registered [ 0.757116] AppArmor: AppArmor sha1 policy hashing enabled [ 0.757118] ima: No TPM chip found, activating TPM-bypass! [ 0.757129] evm: HMAC attrs: 0x1 [ 0.757504] Magic number: 10:238:725 [ 0.757508] block loop5: hash matches [ 0.757684] rtc_cmos 00:00: setting system clock to 2018-11-09 08:44:11 UTC (1541753051) [ 0.757735] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.757735] EDD information not available. [ 0.849202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.861126] Write protecting the kernel read-only data: 14336k [ 0.862751] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.864549] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.87 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.103929] 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.8... Lease of 10.55.1.8 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.10. iid=i-000000e9 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOXjepOjdfC5NiRf2Ly8KLRSvEe1fGG4VHHFY8+DqJYXIl3ZtTtuiDdoRlqH2TMoCPUIPGy3p5ScG9VmLmjL/zqQ26VYch1z8a/j0XGdgmweQV9Pt6VVRUdheT20WsEuNivXctg2QIAGpxCB4yLxqSOTYz7y7XQApuBifMYJ9RuvJrVxD2Ic0vOgPkFPxMwWc74txgvtN4Wd2M/KEvSGbo56p22O5rzuCIEp8sFhIoczU37R273426HEgUNhq7fuTH4etxDevZEoB2XDE4L0K03c0N3YAzpnRGEjjyPsbci6k/aZkHyjtGKDwcn6EgXgW4vGLOGYNfa1MORvC4EX0L root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c ssh-dss AAAAB3NzaC1kc3MAAACBAJ5ucRHmZCzn3OxoEoe3SEwsYQfKiamKaHkY+I/niJ+YFpPFmBO4zznvOqx4YITdUpV9yW2GSrfEQCpqdGMw7MAcAJPdB0BoRiHZoDBhT6iAMAC0zpjYNtQipq1/0rulFxR5ZvtBRp+mn9l/PB7S+e8IOqCtPvOE7NVVFGpqt277AAAAFQDEe/+z8cvpgJWSguzWMyaz9a5xewAAAIAglOOOOIEL7wzfk40Wa4P38VwQiFA2yO6Zy5GaBH7AgWW/PdxQsDK2C1zgXimHbEUD9fjoaNQPEFu6bPab+2E2yCcXx7NsEglgSmtUIpTH4+ja6kPvUPDPTSiRM25rQ/0L/zk3eaC97n5t0Abv7oHqqZKF42ZM2k/2mCAVJkj9lwAAAIAFKphE4PxFUlqM3iA0vgKztV1PjNzNwOIVG4R66OJkXiqVDkGIXxDXzDmVZwVESV2/zAOA0wvWEm4BU+xSb2GxihUp9dguKGaiuZEeEwnjvFNsvkKjbokfQvjazigVNYB/u6+v90SDJ5YwgG6jlaIMBnk0aeo9tYplGYeV5l3uSg== root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.8,24,fe80::f816:3eff:fe38:6963/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 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-000000e9 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c launch-index: 0 === cirros: current=0.4.0 uptime=1.92 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c login: 2018-11-09 08:44:22,770 - create_instance - INFO - Checking if VM is active 2018-11-09 08:44:22,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:23,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c08ba76e-cb7b-4472-b4dd-df0fdec5f874 x-compute-request-id: req-c08ba76e-cb7b-4472-b4dd-df0fdec5f874 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:10Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:23,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-c08ba76e-cb7b-4472-b4dd-df0fdec5f874 2018-11-09 08:44:23,240 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:44:23,240 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:44:23,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:23,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c659dd59-ad95-4e62-be63-064d6881b04d x-compute-request-id: req-c659dd59-ad95-4e62-be63-064d6881b04d Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:10Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:23,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-c659dd59-ad95-4e62-be63-064d6881b04d 2018-11-09 08:44:23,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:23,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4f37d058-adf5-41cc-b7fb-2b1fd21260ef Date: Fri, 09 Nov 2018 08:44:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:44:23,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-4f37d058-adf5-41cc-b7fb-2b1fd21260ef 2018-11-09 08:44:23,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:23,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7a3b35a-f79e-4556-abe5-33101bb46f26 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:44:23,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-d7a3b35a-f79e-4556-abe5-33101bb46f26 2018-11-09 08:44:23,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:24,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6f9591fa-2bd4-4d06-a987-62fe5d16dad6 Date: Fri, 09 Nov 2018 08:44:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:44:24,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-6f9591fa-2bd4-4d06-a987-62fe5d16dad6 2018-11-09 08:44:24,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:24,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-698a5375-5b3c-4d4e-88e9-f3d79ee40837 Date: Fri, 09 Nov 2018 08:44:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["624442b8-5bed-4e0b-82dc-fc9febb2c670","a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal","device_id":"87f39b58-cfa7-495a-8337-d3cb405aba7a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.3"}],"id":"2ea3e1ea-a2b8-40a1-9505-d9463f09363a","security_groups":[],"mac_address":"fa:16:3e:2e:92:bb","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.4"}],"id":"8219e1c5-579e-41cf-80e9-9830f74ce913","security_groups":[],"mac_address":"fa:16:3e:b9:38:d7","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.2"}],"id":"e7d2c8a6-53e9-4d98-b591-5b27918b3cd9","security_groups":[],"mac_address":"fa:16:3e:7f:f5:36","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"}]} 2018-11-09 08:44:24,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-698a5375-5b3c-4d4e-88e9-f3d79ee40837 2018-11-09 08:44:24,156 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:44:24,158 - paramiko.transport - DEBUG - starting thread (client mode): 0x8843cd50L 2018-11-09 08:44:24,159 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:44:24,159 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:44:24,159 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:44:24,160 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:44:24,160 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:44:24,161 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:44:24,161 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:44:24,161 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:44:24,161 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:44:24,178 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:44:24,178 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:44:24,191 - paramiko.transport - DEBUG - Trying key b7bfc8dbce09276335603928d4077d5d from tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38 2018-11-09 08:44:24,216 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:44:24,223 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:44:24,323 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:44:24,369 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:44:24,369 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:44:24,371 - paramiko.transport - DEBUG - starting thread (client mode): 0x883edb50L 2018-11-09 08:44:24,372 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:44:24,372 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:44:24,372 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:44:24,373 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:44:24,373 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:44:24,373 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:44:24,373 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:44:24,374 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:44:24,374 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:44:24,391 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:44:24,391 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:44:24,404 - paramiko.transport - DEBUG - Trying key b7bfc8dbce09276335603928d4077d5d from tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38 2018-11-09 08:44:24,428 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:44:24,431 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:44:24,436 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:44:24,438 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:44:24,438 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:44:24,441 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:44:24,444 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-09 08:44:24,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:24,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44: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-443f799c-3001-469c-bc5d-0434fcfe530a x-compute-request-id: req-443f799c-3001-469c-bc5d-0434fcfe530a Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:10Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:24,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-443f799c-3001-469c-bc5d-0434fcfe530a 2018-11-09 08:44:24,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"reboot": {"type": "HARD"}}' 2018-11-09 08:44:24,891 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:44: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-d3ed34b4-b600-44ad-bb3f-d7877ffef1e7 x-compute-request-id: req-d3ed34b4-b600-44ad-bb3f-d7877ffef1e7 Content-Length: 0 Content-Type: application/json 2018-11-09 08:44:24,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action used request id req-d3ed34b4-b600-44ad-bb3f-d7877ffef1e7 2018-11-09 08:44:39,906 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2018-11-09 08:44:39,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:40,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-253d0f40-34db-4089-a15d-dc435fbfdbb5 x-compute-request-id: req-253d0f40-34db-4089-a15d-dc435fbfdbb5 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:26Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:40,560 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-253d0f40-34db-4089-a15d-dc435fbfdbb5 2018-11-09 08:44:40,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:44:41,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90745142-2e6a-46c4-9043-728fd833f4a6 x-compute-request-id: req-90745142-2e6a-46c4-9043-728fd833f4a6 Content-Encoding: gzip Content-Length: 9521 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 527718955 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.132953] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134691] pid_max: default: 32768 minimum: 301\n[ 0.135632] ACPI: Core revision 20150930\n[ 0.137042] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138443] Security Framework initialized\n[ 0.139269] Yama: becoming mindful.\n[ 0.140022] AppArmor: AppArmor initialized\n[ 0.140887] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142206] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.143491] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144718] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.146115] Initializing cgroup subsys io\n[ 0.146947] Initializing cgroup subsys memory\n[ 0.147851] Initializing cgroup subsys devices\n[ 0.148764] Initializing cgroup subsys freezer\n[ 0.149654] Initializing cgroup subsys net_cls\n[ 0.150539] Initializing cgroup subsys perf_event\n[ 0.151474] Initializing cgroup subsys net_prio\n[ 0.152391] Initializing cgroup subsys hugetlb\n[ 0.153280] Initializing cgroup subsys pids\n[ 0.154173] CPU: Physical Processor ID: 0\n[ 0.155677] mce: CPU supports 10 MCE banks\n[ 0.156549] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157592] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166227] ftrace: allocating 31920 entries in 125 pages\n[ 0.192148] smpboot: Max logical packages: 2\n[ 0.193033] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.194261] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.195646] x2apic enabled\n[ 0.196475] Switched APIC routing to physical x2apic.\n[ 0.198277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199549] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203808] KVM setup paravirtual spinlock\n[ 0.205256] x86: Booting SMP configuration:\n[ 0.206198] .... node #0, CPUs: #1\n[ 0.207144] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.228878] x86: Booted up 1 node, 2 CPUs\n[ 0.228880] KVM setup async PF for cpu 1\n[ 0.228883] kvm-stealtime: cpu 1, msr f90d940\n[ 0.231518] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.233062] devtmpfs: initialized\n[ 0.234790] evm: security.selinux\n[ 0.235515] evm: security.SMACK64\n[ 0.236254] evm: security.SMACK64EXEC\n[ 0.237041] evm: security.SMACK64TRANSMUTE\n[ 0.237917] evm: security.SMACK64MMAP\n[ 0.238701] evm: security.ima\n[ 0.239368] evm: security.capability\n[ 0.240246] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242218] pinctrl core: initialized pinctrl subsystem\n[ 0.243390] RTC time: 8:44:26, date: 11/09/18\n[ 0.244395] NET: Registered protocol family 16\n[ 0.254218] cpuidle: using governor ladder\n[ 0.266306] cpuidle: using governor menu\n[ 0.267144] PCCT header not found.\n[ 0.267958] ACPI: bus type PCI registered\n[ 0.268811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270164] PCI: Using configuration type 1 for base access\n[ 0.283606] ACPI: Added _OSI(Module Device)\n[ 0.284512] ACPI: Added _OSI(Processor Device)\n[ 0.285437] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286398] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288801] ACPI: Interpreter enabled\n[ 0.289642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.297307] ACPI: (supports S0 S5)\n[ 0.298063] ACPI: Using IOAPIC for interrupt routing\n[ 0.299172] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302572] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304170] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.307509] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.310553] acpiphp: Slot [3] registered\n[ 0.311602] acpiphp: Slot [4] registered\n[ 0.312647] acpiphp: Slot [5] registered\n[ 0.313702] acpiphp: Slot [6] registered\n[ 0.314759] acpiphp: Slot [7] registered\n[ 0.315794] acpiphp: Slot [8] registered\n[ 0.316828] acpiphp: Slot [9] registered\n[ 0.317884] acpiphp: Slot [10] registered\n[ 0.328858] acpiphp: Slot [11] registered\n[ 0.329955] acpiphp: Slot [12] registered\n[ 0.331002] acpiphp: Slot [13] registered\n[ 0.332050] acpiphp: Slot [14] registered\n[ 0.333152] acpiphp: Slot [15] registered\n[ 0.334239] acpiphp: Slot [16] registered\n[ 0.335323] acpiphp: Slot [17] registered\n[ 0.336402] acpiphp: Slot [18] registered\n[ 0.337492] acpiphp: Slot [19] registered\n[ 0.338574] acpiphp: Slot [20] registered\n[ 0.339656] acpiphp: Slot [21] registered\n[ 0.340721] acpiphp: Slot [22] registered\n[ 0.341802] acpiphp: Slot [23] registered\n[ 0.342885] acpiphp: Slot [24] registered\n[ 0.343958] acpiphp: Slot [25] registered\n[ 0.345038] acpiphp: Slot [26] registered\n[ 0.346102] acpiphp: Slot [27] registered\n[ 0.347172] acpiphp: Slot [28] registered\n[ 0.348230] acpiphp: Slot [29] registered\n[ 0.349296] acpiphp: Slot [30] registered\n[ 0.350370] acpiphp: Slot [31] registered\n[ 0.351438] PCI host bridge to bus 0000:00\n[ 0.352514] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.354182] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.355845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.357783] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.359727] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.366351] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.368140] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.369756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.371497] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.378098] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379984] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.425221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.427136] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.428886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.430646] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.432803] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.434452] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.436015] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.437457] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.439526] vgaarb: loaded\n[ 0.440297] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441815] SCSI subsystem initialized\n[ 0.442907] ACPI: bus type USB registered\n[ 0.444008] usbcore: registered new interface driver usbfs\n[ 0.445414] usbcore: registered new interface driver hub\n[ 0.446778] usbcore: registered new device driver usb\n[ 0.448228] PCI: Using ACPI for IRQ routing\n[ 0.449547] NetLabel: Initializing\n[ 0.450499] NetLabel: domain hash size = 128\n[ 0.451648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.452934] NetLabel: unlabeled traffic allowed by default\n[ 0.454425] clocksource: Switched to clocksource kvm-clock\n[ 0.460687] AppArmor: AppArmor Filesystem Enabled\n[ 0.461998] pnp: PnP ACPI init\n[ 0.463119] pnp: PnP ACPI: found 5 devices\n[ 0.470493] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.472836] NET: Registered protocol family 2\n[ 0.474116] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.475893] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.477457] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.479013] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480447] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.482070] NET: Registered protocol family 1\n[ 0.483244] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.484719] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.486188] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504842] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523790] Trying to unpack rootfs image as initramfs...\n[ 0.574657] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.588817] Scanning for low memory corruption every 60 seconds\n[ 0.590186] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.591351] audit: initializing netlink subsys (disabled)\n[ 0.592372] audit: type=2000 audit(1541753067.135:1): initialized\n[ 0.593671] Initialise system trusted keyring\n[ 0.594605] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.595764] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.597865] zbud: loaded\n[ 0.598602] VFS: Disk quotas dquot_6.6.0\n[ 0.599428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.600974] fuse init (API version 7.23)\n[ 0.601878] Key type big_key registered\n[ 0.602678] Allocating IMA MOK and blacklist keyrings.\n[ 0.603872] Key type asymmetric registered\n[ 0.604698] Asymmetric key parser 'x509' registered\n[ 0.605647] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.607122] io scheduler noop registered\n[ 0.607927] io scheduler deadline registered (default)\n[ 0.608906] io scheduler cfq registered\n[ 0.609737] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.610786] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.612037] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.613467] ACPI: Power Button [PWRF]\n[ 0.614317] GHES: HEST is not enabled!\n[ 0.632726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.670107] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.672434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.696527] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.699078] Linux agpgart interface v0.103\n[ 0.701382] brd: module loaded\n[ 0.702682] loop: module loaded\n[ 0.707140] vda: vda1 vda15\n[ 0.708899] scsi host0: ata_piix\n[ 0.709864] scsi host1: ata_piix\n[ 0.710678] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.712031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.713490] libphy: Fixed MDIO Bus: probed\n[ 0.714690] tun: Universal TUN/TAP device driver, 1.6\n[ 0.715844] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.718055] PPP generic driver version 2.4.2\n[ 0.719360] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.721119] ehci-pci: EHCI PCI platform driver\n[ 0.722382] ehci-platform: EHCI generic platform driver\n[ 0.723977] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.725765] ohci-pci: OHCI PCI platform driver\n[ 0.727063] ohci-platform: OHCI generic platform driver\n[ 0.728352] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747646] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.748941] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.750826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752093] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.753507] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755159] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757021] usb usb1: Product: UHCI Host Controller\n[ 0.758284] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.759785] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761000] hub 1-0:1.0: USB hub found\n[ 0.761977] hub 1-0:1.0: 2 ports detected\n[ 0.763151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.765838] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767104] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.768431] mousedev: PS/2 mouse device common for all mice\n[ 0.769917] rtc_cmos 00:00: RTC can wake from S4\n[ 0.771439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773667] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.775265] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.776439] i2c /dev entries driver\n[ 0.777192] device-mapper: uevent: version 1.0.3\n[ 0.778123] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.779734] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.781034] NET: Registered protocol family 10\n[ 0.782074] NET: Registered protocol family 17\n[ 0.782958] Key type dns_resolver registered\n[ 0.783922] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.785022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786099] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.787831] registered taskstats version 1\n[ 0.788655] Loading compiled-in X.509 certificates\n[ 0.790074] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.791903] zswap: loaded using pool lzo/zbud\n[ 0.793396] Key type trusted registered\n[ 0.795561] Key type encrypted registered\n[ 0.796382] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.797394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.798415] evm: HMAC attrs: 0x1\n[ 0.799386] Magic number: 10:238:725\n[ 0.800159] block loop5: hash matches\n[ 0.801017] rtc_cmos 00:00: setting system clock to 2018-11-09 08:44:27 UTC (1541753067)\n[ 0.802624] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.803721] EDD information not available.\n[ 0.871491] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883359] Write protecting the kernel read-only data: 14336k\n[ 0.885148] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.887225] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.88\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.115979] 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.55.1.8...\nLease of 10.55.1.8 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.11. iid=i-000000e9\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOXjepOjdfC5NiRf2Ly8KLRSvEe1fGG4VHHFY8+DqJYXIl3ZtTtuiDdoRlqH2TMoCPUIPGy3p5ScG9VmLmjL/zqQ26VYch1z8a/j0XGdgmweQV9Pt6VVRUdheT20WsEuNivXctg2QIAGpxCB4yLxqSOTYz7y7XQApuBifMYJ9RuvJrVxD2Ic0vOgPkFPxMwWc74txgvtN4Wd2M/KEvSGbo56p22O5rzuCIEp8sFhIoczU37R273426HEgUNhq7fuTH4etxDevZEoB2XDE4L0K03c0N3YAzpnRGEjjyPsbci6k/aZkHyjtGKDwcn6EgXgW4vGLOGYNfa1MORvC4EX0L root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\nssh-dss AAAAB3NzaC1kc3MAAACBAJ5ucRHmZCzn3OxoEoe3SEwsYQfKiamKaHkY+I/niJ+YFpPFmBO4zznvOqx4YITdUpV9yW2GSrfEQCpqdGMw7MAcAJPdB0BoRiHZoDBhT6iAMAC0zpjYNtQipq1/0rulFxR5ZvtBRp+mn9l/PB7S+e8IOqCtPvOE7NVVFGpqt277AAAAFQDEe/+z8cvpgJWSguzWMyaz9a5xewAAAIAglOOOOIEL7wzfk40Wa4P38VwQiFA2yO6Zy5GaBH7AgWW/PdxQsDK2C1zgXimHbEUD9fjoaNQPEFu6bPab+2E2yCcXx7NsEglgSmtUIpTH4+ja6kPvUPDPTSiRM25rQ/0L/zk3eaC97n5t0Abv7oHqqZKF42ZM2k/2mCAVJkj9lwAAAIAFKphE4PxFUlqM3iA0vgKztV1PjNzNwOIVG4R66OJkXiqVDkGIXxDXzDmVZwVESV2/zAOA0wvWEm4BU+xSb2GxihUp9dguKGaiuZEeEwnjvFNsvkKjbokfQvjazigVNYB/u6+v90SDJ5YwgG6jlaIMBnk0aeo9tYplGYeV5l3uSg== root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\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.8,24,fe80::f816:3eff:fe38:6963/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 \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-000000e9\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.26 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c login: "} 2018-11-09 08:44:41,678 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a/action used request id req-90745142-2e6a-46c4-9043-728fd833f4a6 2018-11-09 08:44:41,679 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:44:41,679 - 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 527718955 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.132953] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134691] pid_max: default: 32768 minimum: 301 [ 0.135632] ACPI: Core revision 20150930 [ 0.137042] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138443] Security Framework initialized [ 0.139269] Yama: becoming mindful. [ 0.140022] AppArmor: AppArmor initialized [ 0.140887] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142206] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.143491] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144718] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.146115] Initializing cgroup subsys io [ 0.146947] Initializing cgroup subsys memory [ 0.147851] Initializing cgroup subsys devices [ 0.148764] Initializing cgroup subsys freezer [ 0.149654] Initializing cgroup subsys net_cls [ 0.150539] Initializing cgroup subsys perf_event [ 0.151474] Initializing cgroup subsys net_prio [ 0.152391] Initializing cgroup subsys hugetlb [ 0.153280] Initializing cgroup subsys pids [ 0.154173] CPU: Physical Processor ID: 0 [ 0.155677] mce: CPU supports 10 MCE banks [ 0.156549] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157592] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.159880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166227] ftrace: allocating 31920 entries in 125 pages [ 0.192148] smpboot: Max logical packages: 2 [ 0.193033] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.194261] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.195646] x2apic enabled [ 0.196475] Switched APIC routing to physical x2apic. [ 0.198277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.199549] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.201790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203808] KVM setup paravirtual spinlock [ 0.205256] x86: Booting SMP configuration: [ 0.206198] .... node #0, CPUs: #1 [ 0.207144] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.228878] x86: Booted up 1 node, 2 CPUs [ 0.228880] KVM setup async PF for cpu 1 [ 0.228883] kvm-stealtime: cpu 1, msr f90d940 [ 0.231518] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.233062] devtmpfs: initialized [ 0.234790] evm: security.selinux [ 0.235515] evm: security.SMACK64 [ 0.236254] evm: security.SMACK64EXEC [ 0.237041] evm: security.SMACK64TRANSMUTE [ 0.237917] evm: security.SMACK64MMAP [ 0.238701] evm: security.ima [ 0.239368] evm: security.capability [ 0.240246] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.242218] pinctrl core: initialized pinctrl subsystem [ 0.243390] RTC time: 8:44:26, date: 11/09/18 [ 0.244395] NET: Registered protocol family 16 [ 0.254218] cpuidle: using governor ladder [ 0.266306] cpuidle: using governor menu [ 0.267144] PCCT header not found. [ 0.267958] ACPI: bus type PCI registered [ 0.268811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.270164] PCI: Using configuration type 1 for base access [ 0.283606] ACPI: Added _OSI(Module Device) [ 0.284512] ACPI: Added _OSI(Processor Device) [ 0.285437] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.286398] ACPI: Added _OSI(Processor Aggregator Device) [ 0.288801] ACPI: Interpreter enabled [ 0.289642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.293484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.295413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.297307] ACPI: (supports S0 S5) [ 0.298063] ACPI: Using IOAPIC for interrupt routing [ 0.299172] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.302572] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.304170] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.305877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.307509] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.310553] acpiphp: Slot [3] registered [ 0.311602] acpiphp: Slot [4] registered [ 0.312647] acpiphp: Slot [5] registered [ 0.313702] acpiphp: Slot [6] registered [ 0.314759] acpiphp: Slot [7] registered [ 0.315794] acpiphp: Slot [8] registered [ 0.316828] acpiphp: Slot [9] registered [ 0.317884] acpiphp: Slot [10] registered [ 0.328858] acpiphp: Slot [11] registered [ 0.329955] acpiphp: Slot [12] registered [ 0.331002] acpiphp: Slot [13] registered [ 0.332050] acpiphp: Slot [14] registered [ 0.333152] acpiphp: Slot [15] registered [ 0.334239] acpiphp: Slot [16] registered [ 0.335323] acpiphp: Slot [17] registered [ 0.336402] acpiphp: Slot [18] registered [ 0.337492] acpiphp: Slot [19] registered [ 0.338574] acpiphp: Slot [20] registered [ 0.339656] acpiphp: Slot [21] registered [ 0.340721] acpiphp: Slot [22] registered [ 0.341802] acpiphp: Slot [23] registered [ 0.342885] acpiphp: Slot [24] registered [ 0.343958] acpiphp: Slot [25] registered [ 0.345038] acpiphp: Slot [26] registered [ 0.346102] acpiphp: Slot [27] registered [ 0.347172] acpiphp: Slot [28] registered [ 0.348230] acpiphp: Slot [29] registered [ 0.349296] acpiphp: Slot [30] registered [ 0.350370] acpiphp: Slot [31] registered [ 0.351438] PCI host bridge to bus 0000:00 [ 0.352514] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.354182] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.355845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.357783] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.359727] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.366351] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.368140] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.369756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.371497] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.378098] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.379984] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.425221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.427136] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.428886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.430646] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.432803] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.434452] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.436015] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.437457] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.439526] vgaarb: loaded [ 0.440297] vgaarb: bridge control possible 0000:00:02.0 [ 0.441815] SCSI subsystem initialized [ 0.442907] ACPI: bus type USB registered [ 0.444008] usbcore: registered new interface driver usbfs [ 0.445414] usbcore: registered new interface driver hub [ 0.446778] usbcore: registered new device driver usb [ 0.448228] PCI: Using ACPI for IRQ routing [ 0.449547] NetLabel: Initializing [ 0.450499] NetLabel: domain hash size = 128 [ 0.451648] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.452934] NetLabel: unlabeled traffic allowed by default [ 0.454425] clocksource: Switched to clocksource kvm-clock [ 0.460687] AppArmor: AppArmor Filesystem Enabled [ 0.461998] pnp: PnP ACPI init [ 0.463119] pnp: PnP ACPI: found 5 devices [ 0.470493] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.472836] NET: Registered protocol family 2 [ 0.474116] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.475893] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.477457] TCP: Hash tables configured (established 2048 bind 2048) [ 0.479013] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.480447] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.482070] NET: Registered protocol family 1 [ 0.483244] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.484719] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.486188] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.504842] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523790] Trying to unpack rootfs image as initramfs... [ 0.574657] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.588817] Scanning for low memory corruption every 60 seconds [ 0.590186] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.591351] audit: initializing netlink subsys (disabled) [ 0.592372] audit: type=2000 audit(1541753067.135:1): initialized [ 0.593671] Initialise system trusted keyring [ 0.594605] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.595764] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.597865] zbud: loaded [ 0.598602] VFS: Disk quotas dquot_6.6.0 [ 0.599428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.600974] fuse init (API version 7.23) [ 0.601878] Key type big_key registered [ 0.602678] Allocating IMA MOK and blacklist keyrings. [ 0.603872] Key type asymmetric registered [ 0.604698] Asymmetric key parser 'x509' registered [ 0.605647] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.607122] io scheduler noop registered [ 0.607927] io scheduler deadline registered (default) [ 0.608906] io scheduler cfq registered [ 0.609737] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.610786] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.612037] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.613467] ACPI: Power Button [PWRF] [ 0.614317] GHES: HEST is not enabled! [ 0.632726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.670107] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.672434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.696527] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.699078] Linux agpgart interface v0.103 [ 0.701382] brd: module loaded [ 0.702682] loop: module loaded [ 0.707140] vda: vda1 vda15 [ 0.708899] scsi host0: ata_piix [ 0.709864] scsi host1: ata_piix [ 0.710678] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.712031] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.713490] libphy: Fixed MDIO Bus: probed [ 0.714690] tun: Universal TUN/TAP device driver, 1.6 [ 0.715844] tun: (C) 1999-2004 Max Krasnyansky [ 0.718055] PPP generic driver version 2.4.2 [ 0.719360] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.721119] ehci-pci: EHCI PCI platform driver [ 0.722382] ehci-platform: EHCI generic platform driver [ 0.723977] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.725765] ohci-pci: OHCI PCI platform driver [ 0.727063] ohci-platform: OHCI generic platform driver [ 0.728352] uhci_hcd: USB Universal Host Controller Interface driver [ 0.747646] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.748941] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.750826] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.752093] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.753507] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.755159] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.757021] usb usb1: Product: UHCI Host Controller [ 0.758284] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.759785] usb usb1: SerialNumber: 0000:00:01.2 [ 0.761000] hub 1-0:1.0: USB hub found [ 0.761977] hub 1-0:1.0: 2 ports detected [ 0.763151] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.765838] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.767104] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.768431] mousedev: PS/2 mouse device common for all mice [ 0.769917] rtc_cmos 00:00: RTC can wake from S4 [ 0.771439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.773667] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.775265] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.776439] i2c /dev entries driver [ 0.777192] device-mapper: uevent: version 1.0.3 [ 0.778123] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.779734] ledtrig-cpu: registered to indicate activity on CPUs [ 0.781034] NET: Registered protocol family 10 [ 0.782074] NET: Registered protocol family 17 [ 0.782958] Key type dns_resolver registered [ 0.783922] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.785022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.786099] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.787831] registered taskstats version 1 [ 0.788655] Loading compiled-in X.509 certificates [ 0.790074] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.791903] zswap: loaded using pool lzo/zbud [ 0.793396] Key type trusted registered [ 0.795561] Key type encrypted registered [ 0.796382] AppArmor: AppArmor sha1 policy hashing enabled [ 0.797394] ima: No TPM chip found, activating TPM-bypass! [ 0.798415] evm: HMAC attrs: 0x1 [ 0.799386] Magic number: 10:238:725 [ 0.800159] block loop5: hash matches [ 0.801017] rtc_cmos 00:00: setting system clock to 2018-11-09 08:44:27 UTC (1541753067) [ 0.802624] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.803721] EDD information not available. [ 0.871491] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883359] Write protecting the kernel read-only data: 14336k [ 0.885148] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.887225] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.88 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.115979] 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.55.1.8... Lease of 10.55.1.8 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.11. iid=i-000000e9 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOXjepOjdfC5NiRf2Ly8KLRSvEe1fGG4VHHFY8+DqJYXIl3ZtTtuiDdoRlqH2TMoCPUIPGy3p5ScG9VmLmjL/zqQ26VYch1z8a/j0XGdgmweQV9Pt6VVRUdheT20WsEuNivXctg2QIAGpxCB4yLxqSOTYz7y7XQApuBifMYJ9RuvJrVxD2Ic0vOgPkFPxMwWc74txgvtN4Wd2M/KEvSGbo56p22O5rzuCIEp8sFhIoczU37R273426HEgUNhq7fuTH4etxDevZEoB2XDE4L0K03c0N3YAzpnRGEjjyPsbci6k/aZkHyjtGKDwcn6EgXgW4vGLOGYNfa1MORvC4EX0L root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c ssh-dss AAAAB3NzaC1kc3MAAACBAJ5ucRHmZCzn3OxoEoe3SEwsYQfKiamKaHkY+I/niJ+YFpPFmBO4zznvOqx4YITdUpV9yW2GSrfEQCpqdGMw7MAcAJPdB0BoRiHZoDBhT6iAMAC0zpjYNtQipq1/0rulFxR5ZvtBRp+mn9l/PB7S+e8IOqCtPvOE7NVVFGpqt277AAAAFQDEe/+z8cvpgJWSguzWMyaz9a5xewAAAIAglOOOOIEL7wzfk40Wa4P38VwQiFA2yO6Zy5GaBH7AgWW/PdxQsDK2C1zgXimHbEUD9fjoaNQPEFu6bPab+2E2yCcXx7NsEglgSmtUIpTH4+ja6kPvUPDPTSiRM25rQ/0L/zk3eaC97n5t0Abv7oHqqZKF42ZM2k/2mCAVJkj9lwAAAIAFKphE4PxFUlqM3iA0vgKztV1PjNzNwOIVG4R66OJkXiqVDkGIXxDXzDmVZwVESV2/zAOA0wvWEm4BU+xSb2GxihUp9dguKGaiuZEeEwnjvFNsvkKjbokfQvjazigVNYB/u6+v90SDJ5YwgG6jlaIMBnk0aeo9tYplGYeV5l3uSg== root@createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.8,24,fe80::f816:3eff:fe38:6963/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 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-000000e9 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c launch-index: 0 === cirros: current=0.4.0 uptime=2.26 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-837e71f4-24ea-4b6a-aca7-3b9c9c login: 2018-11-09 08:44:41,680 - create_instance - INFO - Checking if VM is active 2018-11-09 08:44:41,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:42,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5c9412d-d24a-4000-bb2a-fa1c3d6e8d2a x-compute-request-id: req-b5c9412d-d24a-4000-bb2a-fa1c3d6e8d2a Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:26Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:42,054 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-b5c9412d-d24a-4000-bb2a-fa1c3d6e8d2a 2018-11-09 08:44:42,054 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:44:42,054 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:44:42,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:42,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-b9e102fa-052c-49a5-800d-f8be2630e5cf x-compute-request-id: req-b9e102fa-052c-49a5-800d-f8be2630e5cf Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:69:63", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp"}, {"name": "default"}], "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:26Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:42,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-b9e102fa-052c-49a5-800d-f8be2630e5cf 2018-11-09 08:44:42,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:42,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-88996573-a276-4e26-bb20-c9ac2d579f60 Date: Fri, 09 Nov 2018 08:44:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"],"updated_at":"2018-11-09T08:42:54Z","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1880434caed043c1a18ebad7218907da","id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net"}]} 2018-11-09 08:44:42,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net used request id req-88996573-a276-4e26-bb20-c9ac2d579f60 2018-11-09 08:44:42,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:42,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34517be3-6d6e-4d86-9ffb-c8beccafb087 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:44:42,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-34517be3-6d6e-4d86-9ffb-c8beccafb087 2018-11-09 08:44:42,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:42,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-22763568-191e-49a9-b85d-c0c8d6728391 Date: Fri, 09 Nov 2018 08:44:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","dns_nameservers":[],"updated_at":"2018-11-09T08:42: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":"1880434caed043c1a18ebad7218907da","id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet"}]} 2018-11-09 08:44:42,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-22763568-191e-49a9-b85d-c0c8d6728391 2018-11-09 08:44:42,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:42,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-b41fac52-af18-4a0a-9d80-3e6592481c67 Date: Fri, 09 Nov 2018 08:44:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:44:26Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.8"}],"id":"1423183a-68a9-49ef-9973-a770a51d8172","security_groups":["624442b8-5bed-4e0b-82dc-fc9febb2c670","a5b4b360-6419-4ae3-9e4f-dd300b68af05"],"mac_address":"fa:16:3e:38:69:63","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:13Z","binding:vnic_type":"normal","device_id":"87f39b58-cfa7-495a-8337-d3cb405aba7a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.3"}],"id":"2ea3e1ea-a2b8-40a1-9505-d9463f09363a","security_groups":[],"mac_address":"fa:16:3e:2e:92:bb","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.4"}],"id":"8219e1c5-579e-41cf-80e9-9830f74ce913","security_groups":[],"mac_address":"fa:16:3e:b9:38:d7","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:43:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.1"}],"id":"c3780a3b-ce1f-497f-ab78-4c7b4fbf6287","security_groups":[],"mac_address":"fa:16:3e:50:7c:bd","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:43:03Z","binding:vnic_type":"normal","device_id":"3451ea60-6f65-4b28-8113-6c3b7f186b7c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:42:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8","ip_address":"10.55.1.2"}],"id":"e7d2c8a6-53e9-4d98-b591-5b27918b3cd9","security_groups":[],"mac_address":"fa:16:3e:7f:f5:36","project_id":"1880434caed043c1a18ebad7218907da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eeca38fc-bd9c-4bdf-ab0a-77fe999955ca","tenant_id":"1880434caed043c1a18ebad7218907da","created_at":"2018-11-09T08:42:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eeca38fc-bd9c-4bdf-ab0a-77fe999955ca"}]} 2018-11-09 08:44:42,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-b41fac52-af18-4a0a-9d80-3e6592481c67 2018-11-09 08:44:42,605 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:44:42,607 - paramiko.transport - DEBUG - starting thread (client mode): 0x883ed0d0L 2018-11-09 08:44:42,608 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:44:42,608 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:44:42,608 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:44:42,609 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:44:42,610 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:44:42,610 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:44:42,610 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:44:42,610 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:44:42,610 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:44:42,627 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:44:42,628 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:44:42,640 - paramiko.transport - DEBUG - Trying key b7bfc8dbce09276335603928d4077d5d from tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38 2018-11-09 08:44:42,667 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:44:42,673 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:44:42,773 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:44:42,818 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:44:42,819 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:44:42,820 - paramiko.transport - DEBUG - starting thread (client mode): 0x883edb50L 2018-11-09 08:44:42,820 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:44:42,821 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:44:42,821 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:44:42,822 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:44:42,822 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:44:42,822 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:44:42,822 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:44:42,823 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:44:42,823 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:44:42,839 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:44:42,840 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:44:42,853 - paramiko.transport - DEBUG - Trying key b7bfc8dbce09276335603928d4077d5d from tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38 2018-11-09 08:44:42,879 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:44:42,883 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:44:42,885 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:44:42,886 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:44:42,886 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:44:42,888 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:44:42,890 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:44:42,891 - create_instance - INFO - Deleting Floating IP - 172.30.9.200 2018-11-09 08:44:42,891 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.200 2018-11-09 08:44:42,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/0cc9806e-160c-4d84-9728-c71f65d710ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:43,916 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e46c789-c0b0-4855-9300-81e817d36319 Content-Length: 0 Date: Fri, 09 Nov 2018 08:44:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:44:43,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/0cc9806e-160c-4d84-9728-c71f65d710ae used request id req-5e46c789-c0b0-4855-9300-81e817d36319 2018-11-09 08:44:43,917 - create_instance - INFO - Deleting Port with ID - 1423183a-68a9-49ef-9973-a770a51d8172 2018-11-09 08:44:43,917 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38port-1 2018-11-09 08:44:43,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/1423183a-68a9-49ef-9973-a770a51d8172 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:44,444 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3652cf9f-2a8a-44e4-bb0e-5a734cfb361a Date: Fri, 09 Nov 2018 08:44:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:44:44,444 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/1423183a-68a9-49ef-9973-a770a51d8172 used request id req-3652cf9f-2a8a-44e4-bb0e-5a734cfb361a 2018-11-09 08:44:44,445 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst 2018-11-09 08:44:44,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:44,604 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:44:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c3c5ea86-82f5-4e9a-b393-0f3e0d036d9c x-compute-request-id: req-c3c5ea86-82f5-4e9a-b393-0f3e0d036d9c Content-Type: application/json 2018-11-09 08:44:44,604 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-c3c5ea86-82f5-4e9a-b393-0f3e0d036d9c 2018-11-09 08:44:44,604 - create_instance - INFO - Checking deletion status 2018-11-09 08:44:44,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:45,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06834ff0-db60-41fc-83e9-d7a23cf76e60 x-compute-request-id: req-06834ff0-db60-41fc-83e9-d7a23cf76e60 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.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:44Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:45,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-06834ff0-db60-41fc-83e9-d7a23cf76e60 2018-11-09 08:44:45,075 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:44:45,075 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:44:48,076 - create_instance - DEBUG - VM status query timeout in 296.528487921 2018-11-09 08:44:48,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:48,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68178d37-6809-4fb2-90d7-953e497679e2 x-compute-request-id: req-68178d37-6809-4fb2-90d7-953e497679e2 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.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:44Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:48,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-68178d37-6809-4fb2-90d7-953e497679e2 2018-11-09 08:44:48,342 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:44:48,342 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:44:51,345 - create_instance - DEBUG - VM status query timeout in 293.259281874 2018-11-09 08:44:51,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:51,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:44: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-f6e231fb-8088-4e2a-8054-01ab83f25e25 x-compute-request-id: req-f6e231fb-8088-4e2a-8054-01ab83f25e25 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.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a", "rel": "bookmark"}], "image": {"id": "9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "links": [{"href": "http://172.30.9.27:8774/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:43:23.000000", "flavor": {"id": "89b5264e-86a9-4846-8480-6cc00a989c98", "links": [{"href": "http://172.30.9.27:8774/flavors/89b5264e-86a9-4846-8480-6cc00a989c98", "rel": "bookmark"}]}, "id": "87f39b58-cfa7-495a-8337-d3cb405aba7a", "user_id": "64f3524f56db4e72ac7f6ed0615803ed", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:44:44Z", "hostId": "dc4f9a1e26d092718754e0871f5f8b5ac37ad837651487fb673a526f", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp", "name": "CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst", "created": "2018-11-09T08:43:17Z", "tenant_id": "1880434caed043c1a18ebad7218907da", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:44:51,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-f6e231fb-8088-4e2a-8054-01ab83f25e25 2018-11-09 08:44:51,756 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst] is - ACTIVE 2018-11-09 08:44:51,756 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:44:54,759 - create_instance - DEBUG - VM status query timeout in 289.845263004 2018-11-09 08:44:54,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8d4073203babc6da95df24f7b0b4f376b7e0fe" 2018-11-09 08:44:54,813 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:44: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-9817f946-91ce-4e1b-8a8d-e4226f253c6c x-compute-request-id: req-9817f946-91ce-4e1b-8a8d-e4226f253c6c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 87f39b58-cfa7-495a-8337-d3cb405aba7a could not be found.", "code": 404}} 2018-11-09 08:44:54,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/87f39b58-cfa7-495a-8337-d3cb405aba7a used request id req-9817f946-91ce-4e1b-8a8d-e4226f253c6c 2018-11-09 08:44:54,813 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 87f39b58-cfa7-495a-8337-d3cb405aba7a could not be found. (HTTP 404) (Request-ID: req-9817f946-91ce-4e1b-8a8d-e4226f253c6c) 2018-11-09 08:44:54,813 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-inst 2018-11-09 08:44:54,814 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp 2018-11-09 08:44:54,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2c82efa0af38ecbe1ff5286c0c764a6996f69e" 2018-11-09 08:44:54,865 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:44: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-2730a26a-9b51-46ff-841c-fb630a3bf8b1 x-compute-request-id: req-2730a26a-9b51-46ff-841c-fb630a3bf8b1 Content-Length: 0 Content-Type: application/json 2018-11-09 08:44:54,865 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-kp used request id req-2730a26a-9b51-46ff-841c-fb630a3bf8b1 2018-11-09 08:44:54,866 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38.pub] 2018-11-09 08:44:54,866 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38] 2018-11-09 08:44:54,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/89b5264e-86a9-4846-8480-6cc00a989c98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe19314a7939a5d5e2cfa3e0d62ccd495446a530" 2018-11-09 08:44:54,921 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:44: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-664cf6b7-ce1c-437d-84cb-d08ca1ffbfe9 x-compute-request-id: req-664cf6b7-ce1c-437d-84cb-d08ca1ffbfe9 Content-Length: 0 Content-Type: application/json 2018-11-09 08:44:54,921 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/89b5264e-86a9-4846-8480-6cc00a989c98 used request id req-664cf6b7-ce1c-437d-84cb-d08ca1ffbfe9 2018-11-09 08:44:54,922 - neutron_utils - INFO - Deleting security group rule with ID - 41b3742f-3ed8-4324-a0c4-fa32e6e59ccf 2018-11-09 08:44:54,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/41b3742f-3ed8-4324-a0c4-fa32e6e59ccf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:44:55,184 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17bf80e9-96aa-4497-a85b-ff4bb807b532 Content-Length: 0 Date: Fri, 09 Nov 2018 08:44:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:44:55,184 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/41b3742f-3ed8-4324-a0c4-fa32e6e59ccf used request id req-17bf80e9-96aa-4497-a85b-ff4bb807b532 2018-11-09 08:44:55,184 - neutron_utils - INFO - Deleting security group rule with ID - 94758e42-cb01-4a45-adb7-1d1241196a38 2018-11-09 08:44:55,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/94758e42-cb01-4a45-adb7-1d1241196a38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:44:55,480 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f124d26-9949-4d53-a510-8a69faa7393f Content-Length: 0 Date: Fri, 09 Nov 2018 08:44:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:44:55,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/94758e42-cb01-4a45-adb7-1d1241196a38 used request id req-8f124d26-9949-4d53-a510-8a69faa7393f 2018-11-09 08:44:55,480 - neutron_utils - INFO - Deleting security group rule with ID - db9d9da8-3443-4ca8-bbae-addce0a64736 2018-11-09 08:44:55,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/db9d9da8-3443-4ca8-bbae-addce0a64736 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:44:55,739 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-24a4813a-64a1-4c77-b1ee-3a74c9c6b96e Content-Length: 0 Date: Fri, 09 Nov 2018 08:44:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:44:55,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/db9d9da8-3443-4ca8-bbae-addce0a64736 used request id req-24a4813a-64a1-4c77-b1ee-3a74c9c6b96e 2018-11-09 08:44:55,739 - neutron_utils - INFO - Deleting security group rule with ID - 26f47f93-cf43-49c1-8c23-e6d218e480fc 2018-11-09 08:44:55,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/26f47f93-cf43-49c1-8c23-e6d218e480fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:44:55,832 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aafb3af8-91c7-4d52-a6e4-5c110270a2c7 Content-Length: 0 Date: Fri, 09 Nov 2018 08:44:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:44:55,832 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/26f47f93-cf43-49c1-8c23-e6d218e480fc used request id req-aafb3af8-91c7-4d52-a6e4-5c110270a2c7 2018-11-09 08:44:55,832 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-sec-grp 2018-11-09 08:44:55,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/624442b8-5bed-4e0b-82dc-fc9febb2c670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2fdefaa284e6bee34e4257078037b1afe3924f6" 2018-11-09 08:44:56,268 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d38bd9f8-5a5b-454e-acda-4540b6a693f0 Content-Length: 0 Date: Fri, 09 Nov 2018 08:44:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:44:56,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/624442b8-5bed-4e0b-82dc-fc9febb2c670 used request id req-d38bd9f8-5a5b-454e-acda-4540b6a693f0 2018-11-09 08:44:56,269 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router and subnet CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet 2018-11-09 08:44:56,269 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router 2018-11-09 08:44:56,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/3451ea60-6f65-4b28-8113-6c3b7f186b7c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" -d '{"subnet_id": "2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"}' 2018-11-09 08:44:57,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-66a1bc60-48f4-4814-9c0a-c8c73f1c695f Date: Fri, 09 Nov 2018 08:44:57 GMT RESP BODY: {"network_id": "eeca38fc-bd9c-4bdf-ab0a-77fe999955ca", "tenant_id": "1880434caed043c1a18ebad7218907da", "subnet_id": "2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8", "subnet_ids": ["2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8"], "port_id": "c3780a3b-ce1f-497f-ab78-4c7b4fbf6287", "id": "3451ea60-6f65-4b28-8113-6c3b7f186b7c"} 2018-11-09 08:44:57,965 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3451ea60-6f65-4b28-8113-6c3b7f186b7c/remove_router_interface used request id req-66a1bc60-48f4-4814-9c0a-c8c73f1c695f 2018-11-09 08:44:57,966 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router 2018-11-09 08:44:57,966 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-router 2018-11-09 08:44:57,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/3451ea60-6f65-4b28-8113-6c3b7f186b7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52d16e6c3436220251bcd8029d776ebfab37ff7" 2018-11-09 08:45:01,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af144d7d-39f0-43d9-9996-0309610c65b5 Content-Length: 0 Date: Fri, 09 Nov 2018 08:45:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:45:01,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/3451ea60-6f65-4b28-8113-6c3b7f186b7c used request id req-af144d7d-39f0-43d9-9996-0309610c65b5 2018-11-09 08:45:01,517 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet 2018-11-09 08:45:01,517 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-subnet 2018-11-09 08:45:01,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75877010f6f644f93ea340d0945ba94e707ae7e" 2018-11-09 08:45:03,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-15ccd52b-89e3-4171-906b-0a786d1e40f4 Date: Fri, 09 Nov 2018 08:45:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:45:03,945 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/2ffd5bb0-3c1c-41bb-9231-08bdb4c13dd8 used request id req-15ccd52b-89e3-4171-906b-0a786d1e40f4 2018-11-09 08:45:03,946 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-pub-net 2018-11-09 08:45:03,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/eeca38fc-bd9c-4bdf-ab0a-77fe999955ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d75877010f6f644f93ea340d0945ba94e707ae7e" 2018-11-09 08:45:04,880 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1d681ac-fb1e-4af0-abce-3f64cd071332 Date: Fri, 09 Nov 2018 08:45:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:45:04,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/eeca38fc-bd9c-4bdf-ab0a-77fe999955ca used request id req-d1d681ac-fb1e-4af0-abce-3f64cd071332 2018-11-09 08:45:04,881 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-837e71f4-24ea-4b6a-aca7-3b9c9cff4c38-image 2018-11-09 08:45:04,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0e8f491d3daee773036eff91c4f55d62edf4bb8" 2018-11-09 08:45:05,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1cf44c04-3aa5-419c-871f-bfe415d618d4 Date: Fri, 09 Nov 2018 08:45:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:45:05,608 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9d5ac2a6-ecf4-442a-9aad-5b40c951eefc used request id req-1cf44c04-3aa5-419c-871f-bfe415d618d4 2018-11-09 08:45:05,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:45:05,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b8d18f73-2c86-41fc-ad4c-9c34d3e9ffe6 Date: Fri, 09 Nov 2018 08:45:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:42:53Z", "updated_at": "2018-11-09T08:42:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:42:53Z", "revision_number": 0, "id": "1571d74b-8bc4-4ef7-b4a5-780fb665c9ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:42:53Z", "security_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:42:53Z", "revision_number": 0, "id": "9b648f0b-6043-42c6-9347-c95cd653f201", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:42:53Z", "security_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:42:53Z", "revision_number": 0, "id": "e6b10291-9e95-450d-b882-12663be8877c", "remote_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "remote_ip_prefix": null, "created_at": "2018-11-09T08:42:53Z", "security_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv4", "project_id": "1880434caed043c1a18ebad7218907da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:42:53Z", "revision_number": 0, "id": "faa582f2-b9e2-40e0-a6d2-5030a95ca0f3", "remote_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "remote_ip_prefix": null, "created_at": "2018-11-09T08:42:53Z", "security_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "tenant_id": "1880434caed043c1a18ebad7218907da", "port_range_min": null, "ethertype": "IPv6", "project_id": "1880434caed043c1a18ebad7218907da"}], "revision_number": 4, "project_id": "1880434caed043c1a18ebad7218907da", "id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:45:05,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-b8d18f73-2c86-41fc-ad4c-9c34d3e9ffe6 2018-11-09 08:45:05,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:45:05,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-915362b2-a28a-4c16-a44c-cd0506c6d9ee 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:45:05,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-915362b2-a28a-4c16-a44c-cd0506c6d9ee 2018-11-09 08:45:05,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:45:06,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1977bce0-3851-4abd-b65a-b58f715bfaae 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:45:06,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-1977bce0-3851-4abd-b65a-b58f715bfaae 2018-11-09 08:45:06,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:45:06,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8aac5a7-c24e-44c7-82d0-3cea266c5b3b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da"}, "enabled": true, "id": "1880434caed043c1a18ebad7218907da", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj"}} 2018-11-09 08:45:06,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-e8aac5a7-c24e-44c7-82d0-3cea266c5b3b 2018-11-09 08:45:06,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a5b4b360-6419-4ae3-9e4f-dd300b68af05 2018-11-09 08:45:06,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a5b4b360-6419-4ae3-9e4f-dd300b68af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:45:06,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f30666c5-0cef-4aa4-b377-4acb797ad157 Date: Fri, 09 Nov 2018 08:45:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:42:53Z", "security_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:42:53Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "1571d74b-8bc4-4ef7-b4a5-780fb665c9ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:42:53Z", "security_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:42:53Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "9b648f0b-6043-42c6-9347-c95cd653f201"}, {"remote_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:42:53Z", "security_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:42:53Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "e6b10291-9e95-450d-b882-12663be8877c"}, {"remote_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:42:53Z", "security_group_id": "a5b4b360-6419-4ae3-9e4f-dd300b68af05", "port_range_min": null, "revision_number": 0, "tenant_id": "1880434caed043c1a18ebad7218907da", "created_at": "2018-11-09T08:42:53Z", "project_id": "1880434caed043c1a18ebad7218907da", "id": "faa582f2-b9e2-40e0-a6d2-5030a95ca0f3"}]} 2018-11-09 08:45:06,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a5b4b360-6419-4ae3-9e4f-dd300b68af05 used request id req-f30666c5-0cef-4aa4-b377-4acb797ad157 2018-11-09 08:45:06,360 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:45:06,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/a5b4b360-6419-4ae3-9e4f-dd300b68af05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:45:06,770 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bd0e7bf-09a6-46d2-bf24-98551209a5d7 Content-Length: 0 Date: Fri, 09 Nov 2018 08:45:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:45:06,771 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/a5b4b360-6419-4ae3-9e4f-dd300b68af05 used request id req-7bd0e7bf-09a6-46d2-bf24-98551209a5d7 2018-11-09 08:45:06,771 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj 2018-11-09 08:45:06,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:45:06,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:45:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75ab5b47-03a4-416a-9e17-bf4173c1cb1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:45:06,977 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/1880434caed043c1a18ebad7218907da used request id req-75ab5b47-03a4-416a-9e17-bf4173c1cb1c 2018-11-09 08:45:06,977 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-proj-role 2018-11-09 08:45:06,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/33d88b3d331444c9908ea37183de8729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:45:07,087 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:45:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2195f3b-d81e-4f98-9d5d-111794555731 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:45:07,087 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/33d88b3d331444c9908ea37183de8729 used request id req-e2195f3b-d81e-4f98-9d5d-111794555731 2018-11-09 08:45:07,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec65861e07eabd5ecee8da5ccc55700441de4" 2018-11-09 08:45:07,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52ecc49b-db6a-4311-9499-b0b3cdc5f79d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:45:07,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-52ecc49b-db6a-4311-9499-b0b3cdc5f79d 2018-11-09 08:45:07,179 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-3323c60b-741e-4ee-user 2018-11-09 08:45:07,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/64f3524f56db4e72ac7f6ed0615803ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a878662adc4691f6e4766886c331729b507c055e" 2018-11-09 08:45:07,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:45:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0003969-a988-42c5-9479-72e008b3cc1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:45:07,373 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/64f3524f56db4e72ac7f6ed0615803ed used request id req-f0003969-a988-42c5-9479-72e008b3cc1a 2018-11-09 08:45:07,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:07,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["DBBIgceoTVC9bA-Jq49vgg"], "issued_at": "2018-11-09T08:45:07.000000Z"}} 2018-11-09 08:45:07,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5b09a3c434951207d103b4a467fc68475a1e3b7" 2018-11-09 08:45:07,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad4caa0f-aacc-477e-a8cd-0eb8697bc355 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:07,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ad4caa0f-aacc-477e-a8cd-0eb8697bc355 2018-11-09 08:45:07,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:07,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:08,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:45:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["52n8Szd5SZmjVYEV1RBlDQ"], "issued_at": "2018-11-09T08:45:08.000000Z"}} 2018-11-09 08:45:08,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:45:08,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec3c1d57-3f8f-4d9d-9e97-068a269dc4b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:08,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ec3c1d57-3f8f-4d9d-9e97-068a269dc4b5 2018-11-09 08:45:08,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:45:08,321 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:45: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:45:08,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f9420516-2269-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:45:08,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9791995-3667-4030-bc9f-bf001b1618f4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f9420516-2269-472-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:45:08,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f9420516-2269-472-proj used request id req-a9791995-3667-4030-bc9f-bf001b1618f4 2018-11-09 08:45:08,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:45:08,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea1209b2-90b0-45e7-9d96-392b53667d04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:45:08,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-ea1209b2-90b0-45e7-9d96-392b53667d04 2018-11-09 08:45:08,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}}' 2018-11-09 08:45:08,663 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:45:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d372f18f-6ee1-485d-b0d7-8f4994f1edb3 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:08,663 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d372f18f-6ee1-485d-b0d7-8f4994f1edb3 2018-11-09 08:45:08,663 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-f9420516-2269-472-proj 2018-11-09 08:45:08,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:08,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:09,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:45:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["RCH6wW6rQO-85xY0O0FiSQ"], "issued_at": "2018-11-09T08:45:09.000000Z"}} 2018-11-09 08:45:09,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8416c733552d97da3be63fa5f78bb5cb73c63c" 2018-11-09 08:45:09,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-371b87cf-a9a9-4724-9d62-ef1579a8578b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:09,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-371b87cf-a9a9-4724-9d62-ef1579a8578b 2018-11-09 08:45:09,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:45:09,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:45: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:45:09,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8416c733552d97da3be63fa5f78bb5cb73c63c" 2018-11-09 08:45:09,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f418c0-7da1-41fc-94ee-2dded87ba5ef Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:45:09,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-64f418c0-7da1-41fc-94ee-2dded87ba5ef 2018-11-09 08:45:09,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f9420516-2269-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8416c733552d97da3be63fa5f78bb5cb73c63c" 2018-11-09 08:45:09,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13c4df0a-22fc-40cb-b873-a9c27fdaa744 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f9420516-2269-472-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}]} 2018-11-09 08:45:09,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f9420516-2269-472-proj used request id req-13c4df0a-22fc-40cb-b873-a9c27fdaa744 2018-11-09 08:45:09,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8416c733552d97da3be63fa5f78bb5cb73c63c" 2018-11-09 08:45:09,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c437bf-21c1-4bf4-890f-ff12515332ca Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:45:09,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-89c437bf-21c1-4bf4-890f-ff12515332ca 2018-11-09 08:45:09,829 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-f9420516-2269-472-user 2018-11-09 08:45:09,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:09,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:45:09,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df83697e-f474-4dcf-930a-f9478f7ab409 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:45:09,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-df83697e-f474-4dcf-930a-f9478f7ab409 2018-11-09 08:45:09,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role"}}' 2018-11-09 08:45:10,045 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:45:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-176ea3d8-1bb9-44f1-a494-d023a487b36d Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8cb7f53ac20b44439b66a87fcde426b7", "links": {"self": "http://172.30.9.27:5000/v3/roles/8cb7f53ac20b44439b66a87fcde426b7"}, "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role"}} 2018-11-09 08:45:10,045 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-176ea3d8-1bb9-44f1-a494-d023a487b36d 2018-11-09 08:45:10,046 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role 2018-11-09 08:45:10,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/8cb7f53ac20b44439b66a87fcde426b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:45:10,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e94fab-5124-41ab-9658-6bb115ff30e8 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/8cb7f53ac20b44439b66a87fcde426b7"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role", "id": "8cb7f53ac20b44439b66a87fcde426b7"}} 2018-11-09 08:45:10,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/8cb7f53ac20b44439b66a87fcde426b7 used request id req-96e94fab-5124-41ab-9658-6bb115ff30e8 2018-11-09 08:45:10,142 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role to project CreateInstanceSingleNetworkTests-f9420516-2269-472-proj 2018-11-09 08:45:10,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d/users/d0d8c016a35a411991ad10c1e2fefb6a/roles/8cb7f53ac20b44439b66a87fcde426b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:45:10,281 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:45:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e78fdbc-8bcd-4aa7-921d-4df37705ca09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:45:10,282 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d/users/d0d8c016a35a411991ad10c1e2fefb6a/roles/8cb7f53ac20b44439b66a87fcde426b7 used request id req-0e78fdbc-8bcd-4aa7-921d-4df37705ca09 2018-11-09 08:45:10,282 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:45:10,283 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:45:10,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:10,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:10,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cb7f53ac20b44439b66a87fcde426b7", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role"}], "expires_at": "2018-11-09T09:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "164b7fecb3bf44248ac87ff35494359d", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-user", "id": "d0d8c016a35a411991ad10c1e2fefb6a"}, "audit_ids": ["nGreGcl2RguAGrs_4iN71g"], "issued_at": "2018-11-09T08:45:10.000000Z"}} 2018-11-09 08:45:10,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1c9be02651de1f7ed21680632a3bef0a61e381" 2018-11-09 08:45:10,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28231d6a-f031-45e6-a7a5-7a2a19bf783f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:10,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-28231d6a-f031-45e6-a7a5-7a2a19bf783f 2018-11-09 08:45:10,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa1c9be02651de1f7ed21680632a3bef0a61e381" 2018-11-09 08:45:10,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-a29d0a1b-ae03-42a7-bf8e-490b71e54f06 Date: Fri, 09 Nov 2018 08:45:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image"} 2018-11-09 08:45:10,921 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image used request id req-a29d0a1b-ae03-42a7-bf8e-490b71e54f06 2018-11-09 08:45:10,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa1c9be02651de1f7ed21680632a3bef0a61e381" 2018-11-09 08:45:11,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-09577f58-d094-4ff8-9586-71764f3265a2 Date: Fri, 09 Nov 2018 08:45:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:45:11,070 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-09577f58-d094-4ff8-9586-71764f3265a2 2018-11-09 08:45:11,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa1c9be02651de1f7ed21680632a3bef0a61e381" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image"}' 2018-11-09 08:45:11,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea X-Openstack-Request-Id: req-7feab7f8-8e44-454e-87ca-ea02522df476 Date: Fri, 09 Nov 2018 08:45:11 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:45:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:45:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "min_disk": 0, "protected": false, "id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "file": "/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/file", "checksum": null, "owner": "164b7fecb3bf44248ac87ff35494359d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:45:11,288 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7feab7f8-8e44-454e-87ca-ea02522df476 2018-11-09 08:45:11,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa1c9be02651de1f7ed21680632a3bef0a61e381" -d '' 2018-11-09 08:45:12,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd79f656-dc0a-430e-ba42-659e58c63b3d Date: Fri, 09 Nov 2018 08:45:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:45:12,236 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/file used request id req-bd79f656-dc0a-430e-ba42-659e58c63b3d 2018-11-09 08:45:12,236 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:45:12,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa1c9be02651de1f7ed21680632a3bef0a61e381" 2018-11-09 08:45:12,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-f50a8a3a-45ca-406c-bedd-4574defeff54 Date: Fri, 09 Nov 2018 08:45:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:45:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:45:12Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/snap", "metadata": {}}], "self": "/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "min_disk": 0, "protected": false, "id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "file": "/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "164b7fecb3bf44248ac87ff35494359d", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:45:12,399 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea used request id req-f50a8a3a-45ca-406c-bedd-4574defeff54 2018-11-09 08:45:12,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa1c9be02651de1f7ed21680632a3bef0a61e381" 2018-11-09 08:45:12,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-acac3532-72b7-4bd8-9a99-f1f26c1d7e69 Date: Fri, 09 Nov 2018 08:45:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:45:12,410 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-acac3532-72b7-4bd8-9a99-f1f26c1d7e69 2018-11-09 08:45:12,412 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image 2018-11-09 08:45:12,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa1c9be02651de1f7ed21680632a3bef0a61e381" 2018-11-09 08:45:12,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-e83515e6-21de-49ba-8915-064eb3fca236 Date: Fri, 09 Nov 2018 08:45:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:45:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:45:12Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/snap", "metadata": {}}], "self": "/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "min_disk": 0, "protected": false, "id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "file": "/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "164b7fecb3bf44248ac87ff35494359d", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:45:12,575 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea used request id req-e83515e6-21de-49ba-8915-064eb3fca236 2018-11-09 08:45:12,575 - create_image - DEBUG - Instance status is - active 2018-11-09 08:45:12,576 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image 2018-11-09 08:45:12,576 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image 2018-11-09 08:45:12,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:12,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:12,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cb7f53ac20b44439b66a87fcde426b7", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role"}], "expires_at": "2018-11-09T09:45:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "164b7fecb3bf44248ac87ff35494359d", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-user", "id": "d0d8c016a35a411991ad10c1e2fefb6a"}, "audit_ids": ["glhNblEORgGLEkQU2DsSnw"], "issued_at": "2018-11-09T08:45:12.000000Z"}} 2018-11-09 08:45:12,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f8d5238912e32f7c6b71810c1842bf06cdc61c" 2018-11-09 08:45:13,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a75f8c3-a45a-475f-9928-324d6836f747 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:13,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9a75f8c3-a45a-475f-9928-324d6836f747 2018-11-09 08:45:13,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f8d5238912e32f7c6b71810c1842bf06cdc61c" 2018-11-09 08:45:13,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8798f334-f4c5-4028-a2a6-371ef825c9a5 Date: Fri, 09 Nov 2018 08:45:13 GMT RESP BODY: {"networks":[]} 2018-11-09 08:45:13,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-8798f334-f4c5-4028-a2a6-371ef825c9a5 2018-11-09 08:45:13,224 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net 2018-11-09 08:45:13,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f8d5238912e32f7c6b71810c1842bf06cdc61c" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net", "admin_state_up": true}}' 2018-11-09 08:45:13,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-c79df6d3-6ae0-4745-8dad-7bce59fdc2d4 Date: Fri, 09 Nov 2018 08:45:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8f50819f-322d-4ddb-a8a1-88189591ee25","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:45:13Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","mtu":1450}} 2018-11-09 08:45:13,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-c79df6d3-6ae0-4745-8dad-7bce59fdc2d4 2018-11-09 08:45:13,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f8d5238912e32f7c6b71810c1842bf06cdc61c" 2018-11-09 08:45:14,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-4e2e2156-526b-4b92-9b7d-6f06e7c1bb35 Date: Fri, 09 Nov 2018 08:45:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:45:13Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:14,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-4e2e2156-526b-4b92-9b7d-6f06e7c1bb35 2018-11-09 08:45:14,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f8d5238912e32f7c6b71810c1842bf06cdc61c" 2018-11-09 08:45:14,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ed9fb6e2-94f1-4f51-8cb4-b3f67bd26a30 Date: Fri, 09 Nov 2018 08:45:14 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:45:14,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-ed9fb6e2-94f1-4f51-8cb4-b3f67bd26a30 2018-11-09 08:45:14,248 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet 2018-11-09 08:45:14,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f8d5238912e32f7c6b71810c1842bf06cdc61c" -d '{"subnets": [{"ip_version": 4, "network_id": "8f50819f-322d-4ddb-a8a1-88189591ee25", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]}' 2018-11-09 08:45:14,912 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7931c669-782a-4704-b754-707032cba7cf Date: Fri, 09 Nov 2018 08:45:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:14,912 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-7931c669-782a-4704-b754-707032cba7cf 2018-11-09 08:45:14,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f8d5238912e32f7c6b71810c1842bf06cdc61c" 2018-11-09 08:45:15,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1e4aa992-448a-473f-87d2-e6a263ef07d6 Date: Fri, 09 Nov 2018 08:45:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:15,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-1e4aa992-448a-473f-87d2-e6a263ef07d6 2018-11-09 08:45:15,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f8d5238912e32f7c6b71810c1842bf06cdc61c" 2018-11-09 08:45:15,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-52f5073d-5128-456f-a0b4-a21131a1a72c Date: Fri, 09 Nov 2018 08:45:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:15,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-52f5073d-5128-456f-a0b4-a21131a1a72c 2018-11-09 08:45:15,259 - OpenStackNetwork - DEBUG - Network [8f50819f-322d-4ddb-a8a1-88189591ee25] created successfully 2018-11-09 08:45:15,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:15,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:15,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cb7f53ac20b44439b66a87fcde426b7", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role"}], "expires_at": "2018-11-09T09:45:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "164b7fecb3bf44248ac87ff35494359d", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-user", "id": "d0d8c016a35a411991ad10c1e2fefb6a"}, "audit_ids": ["v5U5NCMXSCO8UvFemM53iQ"], "issued_at": "2018-11-09T08:45:15.000000Z"}} 2018-11-09 08:45:15,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:15,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b3afae4-e8ae-4433-9c2f-096e17e696dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:15,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8b3afae4-e8ae-4433-9c2f-096e17e696dc 2018-11-09 08:45:15,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:15,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-48a0f599-ecbe-465b-bfa8-31ae6789b3a9 Date: Fri, 09 Nov 2018 08:45:15 GMT RESP BODY: {"routers": []} 2018-11-09 08:45:15,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router&admin_state_up=True used request id req-48a0f599-ecbe-465b-bfa8-31ae6789b3a9 2018-11-09 08:45:15,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:15,840 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:16,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cb7f53ac20b44439b66a87fcde426b7", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role"}], "expires_at": "2018-11-09T09:45:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "164b7fecb3bf44248ac87ff35494359d", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-user", "id": "d0d8c016a35a411991ad10c1e2fefb6a"}, "audit_ids": ["zlmfWZ7kRHSlrw8dm1P-BQ"], "issued_at": "2018-11-09T08:45:16.000000Z"}} 2018-11-09 08:45:16,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb0d0bc783bb1a67fa0b050ec736e410f6daf3a" 2018-11-09 08:45:16,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2faa922c-b9c1-47b9-a03c-567039adc473 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:16,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2faa922c-b9c1-47b9-a03c-567039adc473 2018-11-09 08:45:16,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:16,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-46d5dfd5-3606-43c2-af45-ed3092605ae3 Date: Fri, 09 Nov 2018 08:45:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:45:16,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-46d5dfd5-3606-43c2-af45-ed3092605ae3 2018-11-09 08:45:16,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:16,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fe982042-c6af-44e8-8430-6dbb61d8f7ee Date: Fri, 09 Nov 2018 08:45:16 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:45:16,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-fe982042-c6af-44e8-8430-6dbb61d8f7ee 2018-11-09 08:45:16,744 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router 2018-11-09 08:45:16,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router", "admin_state_up": true}}' 2018-11-09 08:45:22,089 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-a2a82620-b3ca-41c0-9163-54cb1922ef50 Date: Fri, 09 Nov 2018 08:45:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:17Z", "admin_state_up": true, "updated_at": "2018-11-09T08:45:18Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "ecb481bf-18e3-46a7-9248-4c18155ba924", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router"}} 2018-11-09 08:45:22,089 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-a2a82620-b3ca-41c0-9163-54cb1922ef50 2018-11-09 08:45:22,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=ecb481bf-18e3-46a7-9248-4c18155ba924 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:22,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a932381b-7d49-496c-a2c0-5a1eedb22c0d Date: Fri, 09 Nov 2018 08:45:22 GMT RESP BODY: {"ports":[]} 2018-11-09 08:45:22,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=ecb481bf-18e3-46a7-9248-4c18155ba924 used request id req-a932381b-7d49-496c-a2c0-5a1eedb22c0d 2018-11-09 08:45:22,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:22,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-05bdb5a4-d45a-4f7e-b01d-484fff8ad100 Date: Fri, 09 Nov 2018 08:45: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":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:22,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-05bdb5a4-d45a-4f7e-b01d-484fff8ad100 2018-11-09 08:45:22,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:45:22,552 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:45: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:45:22,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:22,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5913dea0-f265-4d9d-89c3-308d04c272d4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:22,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-5913dea0-f265-4d9d-89c3-308d04c272d4 2018-11-09 08:45:22,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:22,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-05ac38c5-d2a5-4dc2-825e-77175a47665a Date: Fri, 09 Nov 2018 08:45:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:22,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-05ac38c5-d2a5-4dc2-825e-77175a47665a 2018-11-09 08:45:22,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:23,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c3db0dfa-57be-421e-b695-1302e5129432 Date: Fri, 09 Nov 2018 08:45:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:23,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet used request id req-c3db0dfa-57be-421e-b695-1302e5129432 2018-11-09 08:45:23,053 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:45:23,053 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router 2018-11-09 08:45:23,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/ecb481bf-18e3-46a7-9248-4c18155ba924/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" -d '{"subnet_id": "7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"}' 2018-11-09 08:45:25,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b5d1f358-4102-49ff-83b0-3a815b891a6b Date: Fri, 09 Nov 2018 08:45:24 GMT RESP BODY: {"network_id": "8f50819f-322d-4ddb-a8a1-88189591ee25", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "subnet_id": "7f1951ce-c5a5-45b2-a5be-cd164a9d1a19", "subnet_ids": ["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"], "port_id": "f8ef257a-3191-446a-ac18-4d8f8899899a", "id": "ecb481bf-18e3-46a7-9248-4c18155ba924"} 2018-11-09 08:45:25,128 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/ecb481bf-18e3-46a7-9248-4c18155ba924/add_router_interface used request id req-b5d1f358-4102-49ff-83b0-3a815b891a6b 2018-11-09 08:45:25,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/ecb481bf-18e3-46a7-9248-4c18155ba924 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:25,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-41c539bb-3f1a-48ad-8b1e-62d590e299c4 Date: Fri, 09 Nov 2018 08:45:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:17Z", "admin_state_up": true, "updated_at": "2018-11-09T08:45:24Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "ecb481bf-18e3-46a7-9248-4c18155ba924", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router"}} 2018-11-09 08:45:25,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/ecb481bf-18e3-46a7-9248-4c18155ba924 used request id req-41c539bb-3f1a-48ad-8b1e-62d590e299c4 2018-11-09 08:45:25,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=ecb481bf-18e3-46a7-9248-4c18155ba924 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:25,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-1d5b1167-7610-4197-97b1-a1bdcdca62bb Date: Fri, 09 Nov 2018 08:45:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.1"}],"id":"f8ef257a-3191-446a-ac18-4d8f8899899a","security_groups":[],"mac_address":"fa:16:3e:6c:14:7b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:23Z","binding:vnic_type":"normal","device_id":"ecb481bf-18e3-46a7-9248-4c18155ba924"}]} 2018-11-09 08:45:25,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=ecb481bf-18e3-46a7-9248-4c18155ba924 used request id req-1d5b1167-7610-4197-97b1-a1bdcdca62bb 2018-11-09 08:45:25,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/7f1951ce-c5a5-45b2-a5be-cd164a9d1a19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:45:25,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4986027a-2c0e-4cb0-bbf1-454cf064ef64 Date: Fri, 09 Nov 2018 08:45:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}} 2018-11-09 08:45:25,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/7f1951ce-c5a5-45b2-a5be-cd164a9d1a19 used request id req-4986027a-2c0e-4cb0-bbf1-454cf064ef64 2018-11-09 08:45:25,722 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:25,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:26,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:45:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["a92_49DARi6txGrFPwSZGQ"], "issued_at": "2018-11-09T08:45:26.000000Z"}} 2018-11-09 08:45:26,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1663ffcf8fd41bc36fa0138851909d5ff2fd7af" 2018-11-09 08:45:26,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-947c0699-1dba-447d-a66d-82661c7c964e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:26,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-947c0699-1dba-447d-a66d-82661c7c964e 2018-11-09 08:45:26,183 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:45:26,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1663ffcf8fd41bc36fa0138851909d5ff2fd7af" 2018-11-09 08:45:26,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-67c8974c-dca7-46e0-9d3c-dad1a55ff6c7 x-compute-request-id: req-67c8974c-dca7-46e0-9d3c-dad1a55ff6c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:45:26,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-67c8974c-dca7-46e0-9d3c-dad1a55ff6c7 2018-11-09 08:45:26,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1663ffcf8fd41bc36fa0138851909d5ff2fd7af" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:45:26,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-b247a9f9-62eb-4048-a01b-1585d22abedd x-compute-request-id: req-b247a9f9-62eb-4048-a01b-1585d22abedd Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:45:26,410 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b247a9f9-62eb-4048-a01b-1585d22abedd 2018-11-09 08:45:26,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:26,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:26,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cb7f53ac20b44439b66a87fcde426b7", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role"}], "expires_at": "2018-11-09T09:45:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "164b7fecb3bf44248ac87ff35494359d", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-user", "id": "d0d8c016a35a411991ad10c1e2fefb6a"}, "audit_ids": ["Uxn8jKiCSUKvywgNh9mswA"], "issued_at": "2018-11-09T08:45:26.000000Z"}} 2018-11-09 08:45:26,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766ef4342ff4490c7ac163a132ed85af5074fb82" 2018-11-09 08:45:26,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caddc712-3221-410a-a25f-b55449fae4d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:26,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-caddc712-3221-410a-a25f-b55449fae4d3 2018-11-09 08:45:26,862 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:45:26,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766ef4342ff4490c7ac163a132ed85af5074fb82" 2018-11-09 08:45:27,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-711132e1-9d68-4ad6-8e26-73cf780c24b5 x-compute-request-id: req-711132e1-9d68-4ad6-8e26-73cf780c24b5 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:45:27,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-711132e1-9d68-4ad6-8e26-73cf780c24b5 2018-11-09 08:45:27,028 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp... 2018-11-09 08:45:27,028 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:45:27,039 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp 2018-11-09 08:45:27,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766ef4342ff4490c7ac163a132ed85af5074fb82" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDiOGVpAH4kIkSujce8oaG/44poBNicLlDyHnoI06U4jVzB5icw9WqkZwAHHXZ9kkWYYcPm3VrP0SHZ677mFh4/cK+GUof10BsurT25xRlPOPFyQ/6yNxqRJmB97DT+jvT+9AwVhzGXOkH9jb4+7lvRHdCyYWODVYpE/hXB/c1UMw==", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp"}}' 2018-11-09 08:45:27,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-ac017f98-371c-4c71-87dd-536a3ec67255 x-compute-request-id: req-ac017f98-371c-4c71-87dd-536a3ec67255 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDiOGVpAH4kIkSujce8oaG/44poBNicLlDyHnoI06U4jVzB5icw9WqkZwAHHXZ9kkWYYcPm3VrP0SHZ677mFh4/cK+GUof10BsurT25xRlPOPFyQ/6yNxqRJmB97DT+jvT+9AwVhzGXOkH9jb4+7lvRHdCyYWODVYpE/hXB/c1UMw==", "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "fingerprint": "df:8e:94:e4:24:ff:d3:d9:80:d8:08:c7:ce:b8:97:20"}} 2018-11-09 08:45:27,094 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-ac017f98-371c-4c71-87dd-536a3ec67255 2018-11-09 08:45:27,097 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182.pub 2018-11-09 08:45:27,097 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182 2018-11-09 08:45:27,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:27,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:27,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cb7f53ac20b44439b66a87fcde426b7", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role"}], "expires_at": "2018-11-09T09:45:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "164b7fecb3bf44248ac87ff35494359d", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-user", "id": "d0d8c016a35a411991ad10c1e2fefb6a"}, "audit_ids": ["ASB6GC11RdSKEdOXiX0jSg"], "issued_at": "2018-11-09T08:45:27.000000Z"}} 2018-11-09 08:45:27,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:27,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c744952-7d6b-4543-9cf2-5769e1d746d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:27,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1c744952-7d6b-4543-9cf2-5769e1d746d1 2018-11-09 08:45:27,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:27,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4e2f5fbd-477e-4f87-895d-192e4fda729b Date: Fri, 09 Nov 2018 08:45:27 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:45:27,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp used request id req-4e2f5fbd-477e-4f87-895d-192e4fda729b 2018-11-09 08:45:27,735 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp... 2018-11-09 08:45:27,735 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp 2018-11-09 08:45:27,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}}' 2018-11-09 08:45:28,076 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-3da42424-b4e8-45c6-bcba-fb5b1e5a7118 Date: Fri, 09 Nov 2018 08:45:28 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:27Z", "updated_at": "2018-11-09T08:45:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv6", "project_id": "164b7fecb3bf44248ac87ff35494359d"}], "revision_number": 2, "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}} 2018-11-09 08:45:28,076 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-3da42424-b4e8-45c6-bcba-fb5b1e5a7118 2018-11-09 08:45:28,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d07303db-bce5-4939-b178-8c7c1a9f7296 2018-11-09 08:45:28,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:28,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b9481fb9-8603-4102-8558-ea9bf5792dd8 Date: Fri, 09 Nov 2018 08:45:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb"}]} 2018-11-09 08:45:28,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-b9481fb9-8603-4102-8558-ea9bf5792dd8 2018-11-09 08:45:28,257 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d07303db-bce5-4939-b178-8c7c1a9f7296 2018-11-09 08:45:28,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:28,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bb373b1d-2e41-4916-8766-8f90c8e09b2c Date: Fri, 09 Nov 2018 08:45:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb"}]} 2018-11-09 08:45:28,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-bb373b1d-2e41-4916-8766-8f90c8e09b2c 2018-11-09 08:45:28,439 - neutron_utils - INFO - Retrieving security group with ID - d07303db-bce5-4939-b178-8c7c1a9f7296 2018-11-09 08:45:28,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:28,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-4773d809-fb5c-42a2-aeac-5b8d5abc9092 Date: Fri, 09 Nov 2018 08:45:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:27Z", "updated_at": "2018-11-09T08:45:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv6", "project_id": "164b7fecb3bf44248ac87ff35494359d"}], "revision_number": 2, "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}]} 2018-11-09 08:45:28,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-4773d809-fb5c-42a2-aeac-5b8d5abc9092 2018-11-09 08:45:28,628 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d07303db-bce5-4939-b178-8c7c1a9f7296 2018-11-09 08:45:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:28,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a98d2fc3-fff8-495f-974d-3a15b9d0cb84 Date: Fri, 09 Nov 2018 08:45:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb"}]} 2018-11-09 08:45:28,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-a98d2fc3-fff8-495f-974d-3a15b9d0cb84 2018-11-09 08:45:28,827 - neutron_utils - INFO - Retrieving security group with ID - d07303db-bce5-4939-b178-8c7c1a9f7296 2018-11-09 08:45:28,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:29,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-22592265-0d3d-4df5-8331-e856dffa5432 Date: Fri, 09 Nov 2018 08:45:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:27Z", "updated_at": "2018-11-09T08:45:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv6", "project_id": "164b7fecb3bf44248ac87ff35494359d"}], "revision_number": 2, "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}]} 2018-11-09 08:45:29,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-22592265-0d3d-4df5-8331-e856dffa5432 2018-11-09 08:45:29,044 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d07303db-bce5-4939-b178-8c7c1a9f7296 2018-11-09 08:45:29,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:29,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-02caa029-b7dc-4057-937c-aecf09c2e0e0 Date: Fri, 09 Nov 2018 08:45: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": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb"}]} 2018-11-09 08:45:29,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-02caa029-b7dc-4057-937c-aecf09c2e0e0 2018-11-09 08:45:29,075 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp 2018-11-09 08:45:29,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:29,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-aa7c59e8-32d3-4cfc-a66b-30138893f713 Date: Fri, 09 Nov 2018 08:45:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:27Z", "updated_at": "2018-11-09T08:45:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv6", "project_id": "164b7fecb3bf44248ac87ff35494359d"}], "revision_number": 2, "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}]} 2018-11-09 08:45:29,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp used request id req-aa7c59e8-32d3-4cfc-a66b-30138893f713 2018-11-09 08:45:29,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:45:29,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:45: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:45:29,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:29,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e0eb78e-765c-4a4d-91d6-a4d201d5378d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:29,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-2e0eb78e-765c-4a4d-91d6-a4d201d5378d 2018-11-09 08:45:29,222 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d07303db-bce5-4939-b178-8c7c1a9f7296 2018-11-09 08:45:29,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:29,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-00f38fea-a667-4b10-8ea6-69dae252a780 Date: Fri, 09 Nov 2018 08:45: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": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb"}]} 2018-11-09 08:45:29,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-00f38fea-a667-4b10-8ea6-69dae252a780 2018-11-09 08:45:29,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}aada1bf5301d6ac2fb23e8d04edcb611f7734789" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296"}}' 2018-11-09 08:45:29,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-787464f3-31ec-478a-97d0-0dd188c8fec3 Date: Fri, 09 Nov 2018 08:45: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": "2018-11-09T08:45:29Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:29Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "79cebc1d-606e-4bb9-ba28-1c936c04c45e"}} 2018-11-09 08:45:29,567 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-787464f3-31ec-478a-97d0-0dd188c8fec3 2018-11-09 08:45:29,567 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp 2018-11-09 08:45:29,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:29,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-2276dcc2-1740-4839-8a6e-828021f46e54 Date: Fri, 09 Nov 2018 08:45:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:27Z", "updated_at": "2018-11-09T08:45:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:29Z", "revision_number": 0, "id": "79cebc1d-606e-4bb9-ba28-1c936c04c45e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:29Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv6", "project_id": "164b7fecb3bf44248ac87ff35494359d"}], "revision_number": 3, "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}]} 2018-11-09 08:45:29,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp used request id req-2276dcc2-1740-4839-8a6e-828021f46e54 2018-11-09 08:45:29,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:29,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b84b464-5529-4d15-938a-e927928d16aa Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:29,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-2b84b464-5529-4d15-938a-e927928d16aa 2018-11-09 08:45:29,849 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d07303db-bce5-4939-b178-8c7c1a9f7296 2018-11-09 08:45:29,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:29,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-2c396270-8ae2-4bb9-be39-5e50317db6b8 Date: Fri, 09 Nov 2018 08:45: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": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:29Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:29Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "79cebc1d-606e-4bb9-ba28-1c936c04c45e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb"}]} 2018-11-09 08:45:29,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-2c396270-8ae2-4bb9-be39-5e50317db6b8 2018-11-09 08:45:29,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}aada1bf5301d6ac2fb23e8d04edcb611f7734789" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296"}}' 2018-11-09 08:45:30,239 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-5c0b9e50-1ca3-43dd-b290-a4f465673471 Date: Fri, 09 Nov 2018 08:45:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:45:30Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": 22, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:30Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "617a7f43-ab8d-40bc-90cf-007c00b9e03f"}} 2018-11-09 08:45:30,239 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-5c0b9e50-1ca3-43dd-b290-a4f465673471 2018-11-09 08:45:30,240 - neutron_utils - INFO - Retrieving security group with ID - d07303db-bce5-4939-b178-8c7c1a9f7296 2018-11-09 08:45:30,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:30,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-d1cf5646-48cb-4668-870a-7148c2c8fca1 Date: Fri, 09 Nov 2018 08:45:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:27Z", "updated_at": "2018-11-09T08:45:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:45:30Z", "revision_number": 0, "id": "617a7f43-ab8d-40bc-90cf-007c00b9e03f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:30Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:29Z", "revision_number": 0, "id": "79cebc1d-606e-4bb9-ba28-1c936c04c45e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:29Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "revision_number": 0, "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv6", "project_id": "164b7fecb3bf44248ac87ff35494359d"}], "revision_number": 4, "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}]} 2018-11-09 08:45:30,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-d1cf5646-48cb-4668-870a-7148c2c8fca1 2018-11-09 08:45:30,298 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d07303db-bce5-4939-b178-8c7c1a9f7296 2018-11-09 08:45:30,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:45:30,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-bea08cf7-a426-4094-91db-2d1bbe96818e Date: Fri, 09 Nov 2018 08:45:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:45:30Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": 22, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:30Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "617a7f43-ab8d-40bc-90cf-007c00b9e03f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "6ff2fe7d-ce39-4187-abd8-f591200d5352"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:29Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:29Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "79cebc1d-606e-4bb9-ba28-1c936c04c45e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:28Z", "security_group_id": "d07303db-bce5-4939-b178-8c7c1a9f7296", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:28Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "de004b7a-8a2e-4efd-808f-bf8b82a61dbb"}]} 2018-11-09 08:45:30,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-bea08cf7-a426-4094-91db-2d1bbe96818e 2018-11-09 08:45:30,523 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:30,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:30,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cb7f53ac20b44439b66a87fcde426b7", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role"}], "expires_at": "2018-11-09T09:45:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "164b7fecb3bf44248ac87ff35494359d", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-user", "id": "d0d8c016a35a411991ad10c1e2fefb6a"}, "audit_ids": ["tb0gT0eQSDuxAEZxWzRyvA"], "issued_at": "2018-11-09T08:45:30.000000Z"}} 2018-11-09 08:45:30,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:30,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6df87043-d719-4307-a81f-46c97a78091f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:30,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6df87043-d719-4307-a81f-46c97a78091f 2018-11-09 08:45:30,983 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:45:30,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:30,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4055c8ea-d8b0-4773-8b57-3c3947e923ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:30,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4055c8ea-d8b0-4773-8b57-3c3947e923ce 2018-11-09 08:45:31,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:31,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7042aec7-cc83-4f11-9458-1b5858c69df3 Date: Fri, 09 Nov 2018 08:45: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":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:31,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-7042aec7-cc83-4f11-9458-1b5858c69df3 2018-11-09 08:45:31,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:45:31,257 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:45: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:45:31,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:31,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06eed3d1-64bd-4e64-ba4a-1aa5be09c1e4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:31,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-06eed3d1-64bd-4e64-ba4a-1aa5be09c1e4 2018-11-09 08:45:31,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:31,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f6923a67-598d-4947-9485-7f4e7e5e3493 Date: Fri, 09 Nov 2018 08:45:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:31,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-f6923a67-598d-4947-9485-7f4e7e5e3493 2018-11-09 08:45:31,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:31,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bb69b4a2-9c0f-4696-a398-3b0316de835b Date: Fri, 09 Nov 2018 08:45:31 GMT RESP BODY: {"ports":[]} 2018-11-09 08:45:31,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1&admin_state_up=True used request id req-bb69b4a2-9c0f-4696-a398-3b0316de835b 2018-11-09 08:45:31,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:31,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-580632db-5a08-4c1f-a252-4aac9e902bc6 x-compute-request-id: req-580632db-5a08-4c1f-a252-4aac9e902bc6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:45:31,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst used request id req-580632db-5a08-4c1f-a252-4aac9e902bc6 2018-11-09 08:45:31,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:32,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2f1f4cef-be3a-4c5b-a688-291af1fe7c54 Date: Fri, 09 Nov 2018 08:45: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":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:32,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-2f1f4cef-be3a-4c5b-a688-291af1fe7c54 2018-11-09 08:45:32,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:32,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bbbcd4d-f90b-49ca-b970-1eae9c9476e2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:32,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-5bbbcd4d-f90b-49ca-b970-1eae9c9476e2 2018-11-09 08:45:32,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:32,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a21298a3-c6d6-4af0-aa02-c58c14048c99 Date: Fri, 09 Nov 2018 08:45:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:32,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-a21298a3-c6d6-4af0-aa02-c58c14048c99 2018-11-09 08:45:32,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:32,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5352b551-07f1-4da1-8b65-c05efd46aa04 Date: Fri, 09 Nov 2018 08:45:32 GMT RESP BODY: {"ports":[]} 2018-11-09 08:45:32,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1&admin_state_up=True used request id req-5352b551-07f1-4da1-8b65-c05efd46aa04 2018-11-09 08:45:32,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:45:32,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:45:33,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cb7f53ac20b44439b66a87fcde426b7", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role"}], "expires_at": "2018-11-09T09:45:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "164b7fecb3bf44248ac87ff35494359d", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/164b7fecb3bf44248ac87ff35494359d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-user", "id": "d0d8c016a35a411991ad10c1e2fefb6a"}, "audit_ids": ["eiDkNusCTk-oh5Of8HOj0w"], "issued_at": "2018-11-09T08:45:33.000000Z"}} 2018-11-09 08:45:33,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f96da55f1e96abfa98359c61468d6a81563847a5" 2018-11-09 08:45:33,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81f4f6b1-5ac0-424f-90a7-e8c9b64f53c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:45:33,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-81f4f6b1-5ac0-424f-90a7-e8c9b64f53c0 2018-11-09 08:45:33,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:33,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-34942837-a1f8-4d26-a5a7-eef25dbb5a74 Date: Fri, 09 Nov 2018 08:45:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:33,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-34942837-a1f8-4d26-a5a7-eef25dbb5a74 2018-11-09 08:45:33,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:33,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-762c9732-5111-49ff-972e-386e90f9ec4c Date: Fri, 09 Nov 2018 08:45:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:33,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-762c9732-5111-49ff-972e-386e90f9ec4c 2018-11-09 08:45:33,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:33,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-60ef0160-d536-49d0-8322-eb8c76b7988f Date: Fri, 09 Nov 2018 08:45:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:33,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-60ef0160-d536-49d0-8322-eb8c76b7988f 2018-11-09 08:45:33,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:45:33,820 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:45:33,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f96da55f1e96abfa98359c61468d6a81563847a5" 2018-11-09 08:45:33,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9759b17-e216-4529-ac5b-a5b1e3f319ee Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:33,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-d9759b17-e216-4529-ac5b-a5b1e3f319ee 2018-11-09 08:45:33,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:34,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1dc18486-c235-4564-81e4-76d612972e97 Date: Fri, 09 Nov 2018 08:45:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:34,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-1dc18486-c235-4564-81e4-76d612972e97 2018-11-09 08:45:34,270 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net 2018-11-09 08:45:34,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" -d '{"port": {"network_id": "8f50819f-322d-4ddb-a8a1-88189591ee25", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1", "admin_state_up": true}}' 2018-11-09 08:45:35,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-04bc912c-a6e0-4df3-a50e-e2fe1918c550 Date: Fri, 09 Nov 2018 08:45:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.8"}],"id":"fd51f667-cb5c-4a00-8368-1edb23948926","security_groups":["9840c876-ac8f-4818-ae2c-24f84c385ae3"],"mac_address":"fa:16:3e:e8:66:79","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1","project_id":"164b7fecb3bf44248ac87ff35494359d","qos_policy_id":null,"admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:34Z","binding:vnic_type":"normal"}} 2018-11-09 08:45:35,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-04bc912c-a6e0-4df3-a50e-e2fe1918c550 2018-11-09 08:45:35,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:35,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c8115474-5e50-4f29-84cf-5bfcbe6722ee Date: Fri, 09 Nov 2018 08:45: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":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:35,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-c8115474-5e50-4f29-84cf-5bfcbe6722ee 2018-11-09 08:45:35,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:35,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786a34ea-b679-410d-ac54-fdd4b8ac2c59 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:35,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-786a34ea-b679-410d-ac54-fdd4b8ac2c59 2018-11-09 08:45:35,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:35,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-06a9d42c-a9f4-4960-8bba-02bd4ff8871b Date: Fri, 09 Nov 2018 08:45:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:35,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-06a9d42c-a9f4-4960-8bba-02bd4ff8871b 2018-11-09 08:45:35,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:35,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-609f504b-390f-43aa-8889-bf8343b25ddb Date: Fri, 09 Nov 2018 08:45:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.8"}],"id":"fd51f667-cb5c-4a00-8368-1edb23948926","security_groups":["9840c876-ac8f-4818-ae2c-24f84c385ae3"],"mac_address":"fa:16:3e:e8:66:79","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:34Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:45:35,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1&admin_state_up=True used request id req-609f504b-390f-43aa-8889-bf8343b25ddb 2018-11-09 08:45:35,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:36,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd55d34f-ab10-4613-914f-9ca02dad3f15 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:36,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-dd55d34f-ab10-4613-914f-9ca02dad3f15 2018-11-09 08:45:36,079 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst 2018-11-09 08:45:36,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:36,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46714a13-cb3c-407b-8149-cfd7a2fb429c x-compute-request-id: req-46714a13-cb3c-407b-8149-cfd7a2fb429c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-flavor-name"}]} 2018-11-09 08:45:36,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-46714a13-cb3c-407b-8149-cfd7a2fb429c 2018-11-09 08:45:36,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:36,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4090380-6e1f-4596-b15d-f1110172d228 x-compute-request-id: req-e4090380-6e1f-4596-b15d-f1110172d228 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:45:36,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621 used request id req-e4090380-6e1f-4596-b15d-f1110172d228 2018-11-09 08:45:36,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:36,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-0f544f26-5178-4f62-b30d-dafd5f748b1e Date: Fri, 09 Nov 2018 08:45:36 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:45:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:45:12Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/snap", "metadata": {}}], "self": "/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "min_disk": 0, "protected": false, "id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "file": "/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "164b7fecb3bf44248ac87ff35494359d", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/f544e7c2-932f-4f90-b03d-af553dbce7ea/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image"} 2018-11-09 08:45:36,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image used request id req-0f544f26-5178-4f62-b30d-dafd5f748b1e 2018-11-09 08:45:36,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:36,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-28c806ef-c896-452c-9337-fe6f590b0683 Date: Fri, 09 Nov 2018 08:45:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:45:36,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-28c806ef-c896-452c-9337-fe6f590b0683 2018-11-09 08:45:36,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "imageRef": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "flavorRef": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "max_count": 1, "min_count": 1, "networks": [{"port": "fd51f667-cb5c-4a00-8368-1edb23948926"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}]}}' 2018-11-09 08:45:38,101 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:45:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a90a3e5f-da24-466c-83fd-fa5e11eed02a x-compute-request-id: req-a90a3e5f-da24-466c-83fd-fa5e11eed02a Content-Length: 444 location: http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "7203738d-92e1-459f-85d2-20636e022e42", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "adminPass": "Z583dry2nUfW"}} 2018-11-09 08:45:38,101 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-a90a3e5f-da24-466c-83fd-fa5e11eed02a 2018-11-09 08:45:38,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:38,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edc80af3-af81-4ce8-b700-438079426ff4 x-compute-request-id: req-edc80af3-af81-4ce8-b700-438079426ff4 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.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:45:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:38,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-edc80af3-af81-4ce8-b700-438079426ff4 2018-11-09 08:45:38,558 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst 2018-11-09 08:45:38,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:38,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0644d7e5-6f8c-44a1-937a-3bf7aae99a12 x-compute-request-id: req-0644d7e5-6f8c-44a1-937a-3bf7aae99a12 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.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:45:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:38,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-0644d7e5-6f8c-44a1-937a-3bf7aae99a12 2018-11-09 08:45:38,782 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst] is - BUILD 2018-11-09 08:45:38,782 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:45:41,785 - create_instance - DEBUG - VM status query timeout in 896.77353096 2018-11-09 08:45:41,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:42,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf8e3444-6c4f-40f2-8235-e428be282822 x-compute-request-id: req-bf8e3444-6c4f-40f2-8235-e428be282822 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.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:45:39Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:42,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-bf8e3444-6c4f-40f2-8235-e428be282822 2018-11-09 08:45:42,401 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst] is - BUILD 2018-11-09 08:45:42,401 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:45:45,404 - create_instance - DEBUG - VM status query timeout in 893.154347897 2018-11-09 08:45:45,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:45,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-9d34ba96-b05f-4bf0-92d7-9bb65a61516b x-compute-request-id: req-9d34ba96-b05f-4bf0-92d7-9bb65a61516b Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:44Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:45,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-9d34ba96-b05f-4bf0-92d7-9bb65a61516b 2018-11-09 08:45:45,865 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst] is - ACTIVE 2018-11-09 08:45:45,865 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:45:45,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:46,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-88f42baf-fbfe-4ece-afd7-2cae8a1d1ae1 x-compute-request-id: req-88f42baf-fbfe-4ece-afd7-2cae8a1d1ae1 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:44Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:46,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-88f42baf-fbfe-4ece-afd7-2cae8a1d1ae1 2018-11-09 08:45:46,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:46,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-af294c8a-13a8-4bfc-aaa3-795ca382a116 Date: Fri, 09 Nov 2018 08:45: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":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:46,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-af294c8a-13a8-4bfc-aaa3-795ca382a116 2018-11-09 08:45:46,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:46,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50b6172d-c397-479c-a2c2-655fb2d5ee5e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:46,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-50b6172d-c397-479c-a2c2-655fb2d5ee5e 2018-11-09 08:45:46,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:46,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5d5e0c93-8b28-402a-91b0-f34a220a7843 Date: Fri, 09 Nov 2018 08:45:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:46,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-5d5e0c93-8b28-402a-91b0-f34a220a7843 2018-11-09 08:45:46,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:46,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-726afa16-9df1-4b60-8fe8-562ff2cefd45 Date: Fri, 09 Nov 2018 08:45:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.2"}],"id":"302be1e8-73d2-45e9-a4a1-64124ec6b6d9","security_groups":[],"mac_address":"fa:16:3e:15:4a:c7","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.4"}],"id":"4230dd91-3f48-441d-9a09-4b63c383b925","security_groups":[],"mac_address":"fa:16:3e:17:44:77","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.3"}],"id":"a1d883fe-3658-41f7-a115-83bf73bf4854","security_groups":[],"mac_address":"fa:16:3e:97:79:6b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.1"}],"id":"f8ef257a-3191-446a-ac18-4d8f8899899a","security_groups":[],"mac_address":"fa:16:3e:6c:14:7b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:23Z","binding:vnic_type":"normal","device_id":"ecb481bf-18e3-46a7-9248-4c18155ba924"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.8"}],"id":"fd51f667-cb5c-4a00-8368-1edb23948926","security_groups":["9840c876-ac8f-4818-ae2c-24f84c385ae3"],"mac_address":"fa:16:3e:e8:66:79","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:34Z","binding:vnic_type":"normal","device_id":"7203738d-92e1-459f-85d2-20636e022e42"}]} 2018-11-09 08:45:46,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-726afa16-9df1-4b60-8fe8-562ff2cefd45 2018-11-09 08:45:46,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}}' 2018-11-09 08:45:47,786 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:45:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3c86a875-fda8-4326-836d-a468e724670d x-compute-request-id: req-3c86a875-fda8-4326-836d-a468e724670d Content-Length: 0 Content-Type: application/json 2018-11-09 08:45:47,786 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42/action used request id req-3c86a875-fda8-4326-836d-a468e724670d 2018-11-09 08:45:47,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:47,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-be4a9f2d-9b92-4188-bc10-4d9adf256e03 Date: Fri, 09 Nov 2018 08:45:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:17Z", "admin_state_up": true, "updated_at": "2018-11-09T08:45:24Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "ecb481bf-18e3-46a7-9248-4c18155ba924", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router"}]} 2018-11-09 08:45:47,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router used request id req-be4a9f2d-9b92-4188-bc10-4d9adf256e03 2018-11-09 08:45:47,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:47,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d43decff-47ec-4229-9584-ef7a245ddf8d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:47,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-d43decff-47ec-4229-9584-ef7a245ddf8d 2018-11-09 08:45:47,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=ecb481bf-18e3-46a7-9248-4c18155ba924 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:48,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-12ef74d1-c869-4605-b4c2-d9bc490135de Date: Fri, 09 Nov 2018 08:45:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.1"}],"id":"f8ef257a-3191-446a-ac18-4d8f8899899a","security_groups":[],"mac_address":"fa:16:3e:6c:14:7b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:23Z","binding:vnic_type":"normal","device_id":"ecb481bf-18e3-46a7-9248-4c18155ba924"}]} 2018-11-09 08:45:48,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=ecb481bf-18e3-46a7-9248-4c18155ba924 used request id req-12ef74d1-c869-4605-b4c2-d9bc490135de 2018-11-09 08:45:48,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/7f1951ce-c5a5-45b2-a5be-cd164a9d1a19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:48,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d05e1547-ac10-46fc-ada1-031aa1706da1 Date: Fri, 09 Nov 2018 08:45:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}} 2018-11-09 08:45:48,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/7f1951ce-c5a5-45b2-a5be-cd164a9d1a19 used request id req-d05e1547-ac10-46fc-ada1-031aa1706da1 2018-11-09 08:45:48,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:48,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-62e61698-adfe-4612-8ebe-f2bdda1b46c9 Date: Fri, 09 Nov 2018 08:45:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:45:48,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-62e61698-adfe-4612-8ebe-f2bdda1b46c9 2018-11-09 08:45:48,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:48,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-972f53ee-ea56-4964-b728-05e1297145bd Date: Fri, 09 Nov 2018 08:45:48 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:45:48,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-972f53ee-ea56-4964-b728-05e1297145bd 2018-11-09 08:45:48,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:49,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e844c60-92a8-41e7-a763-ed7556b24cef x-compute-request-id: req-5e844c60-92a8-41e7-a763-ed7556b24cef Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:44Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:49,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-5e844c60-92a8-41e7-a763-ed7556b24cef 2018-11-09 08:45:49,117 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst] is - ACTIVE 2018-11-09 08:45:49,117 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:45:49,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:49,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04b6a0f7-6e4b-4a12-b19b-536071c2ff5d x-compute-request-id: req-04b6a0f7-6e4b-4a12-b19b-536071c2ff5d Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:44Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:49,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-04b6a0f7-6e4b-4a12-b19b-536071c2ff5d 2018-11-09 08:45:49,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:49,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f06ed095-5569-41a0-8f80-d4d5e4b40949 Date: Fri, 09 Nov 2018 08:45: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":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:49,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-f06ed095-5569-41a0-8f80-d4d5e4b40949 2018-11-09 08:45:49,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:49,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b492058e-aee4-40ab-b60e-e373405cf819 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:49,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-b492058e-aee4-40ab-b60e-e373405cf819 2018-11-09 08:45:49,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:49,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-089d05af-df6c-4a22-bbd7-84e44111a2f8 Date: Fri, 09 Nov 2018 08:45:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:49,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-089d05af-df6c-4a22-bbd7-84e44111a2f8 2018-11-09 08:45:49,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:49,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-33a11a32-8744-404e-b0f0-7ba7fb475772 Date: Fri, 09 Nov 2018 08:45:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.2"}],"id":"302be1e8-73d2-45e9-a4a1-64124ec6b6d9","security_groups":[],"mac_address":"fa:16:3e:15:4a:c7","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.4"}],"id":"4230dd91-3f48-441d-9a09-4b63c383b925","security_groups":[],"mac_address":"fa:16:3e:17:44:77","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.3"}],"id":"a1d883fe-3658-41f7-a115-83bf73bf4854","security_groups":[],"mac_address":"fa:16:3e:97:79:6b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.1"}],"id":"f8ef257a-3191-446a-ac18-4d8f8899899a","security_groups":[],"mac_address":"fa:16:3e:6c:14:7b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:23Z","binding:vnic_type":"normal","device_id":"ecb481bf-18e3-46a7-9248-4c18155ba924"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.8"}],"id":"fd51f667-cb5c-4a00-8368-1edb23948926","security_groups":["9840c876-ac8f-4818-ae2c-24f84c385ae3","d07303db-bce5-4939-b178-8c7c1a9f7296"],"mac_address":"fa:16:3e:e8:66:79","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:34Z","binding:vnic_type":"normal","device_id":"7203738d-92e1-459f-85d2-20636e022e42"}]} 2018-11-09 08:45:49,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-33a11a32-8744-404e-b0f0-7ba7fb475772 2018-11-09 08:45:49,823 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 08:45:49,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:50,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-099c9aa8-3408-4f76-b674-bbf262b1881a Date: Fri, 09 Nov 2018 08:45:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:45:50,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-099c9aa8-3408-4f76-b674-bbf262b1881a 2018-11-09 08:45:50,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:50,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a689897d-47b0-4c0b-98df-dab5572ccb8d Date: Fri, 09 Nov 2018 08:45:50 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:45:50,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-a689897d-47b0-4c0b-98df-dab5572ccb8d 2018-11-09 08:45:50,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "port_id": "fd51f667-cb5c-4a00-8368-1edb23948926"}}' 2018-11-09 08:45:52,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-6e05f981-8b61-4410-b4ca-5919a68dda31 Date: Fri, 09 Nov 2018 08:45:52 GMT RESP BODY: {"floatingip": {"router_id": "ecb481bf-18e3-46a7-9248-4c18155ba924", "status": "DOWN", "description": "", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:51Z", "updated_at": "2018-11-09T08:45:51Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.55.1.8", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "164b7fecb3bf44248ac87ff35494359d", "port_id": "fd51f667-cb5c-4a00-8368-1edb23948926", "id": "96169954-872c-40e2-9ae0-374b77cd8408"}} 2018-11-09 08:45:52,307 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-6e05f981-8b61-4410-b4ca-5919a68dda31 2018-11-09 08:45:52,308 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router 2018-11-09 08:45:52,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:52,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-3f2d908a-4e78-493b-8207-0af63b2e774a x-compute-request-id: req-3f2d908a-4e78-493b-8207-0af63b2e774a Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:44Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:52,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-3f2d908a-4e78-493b-8207-0af63b2e774a 2018-11-09 08:45:52,682 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst] is - ACTIVE 2018-11-09 08:45:52,682 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:45:52,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:53,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-4bdfd725-ff3e-43a0-abc5-81857bc6daac x-compute-request-id: req-4bdfd725-ff3e-43a0-abc5-81857bc6daac Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:44Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:53,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-4bdfd725-ff3e-43a0-abc5-81857bc6daac 2018-11-09 08:45:53,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:53,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f2558801-c13c-45a7-a539-59ecdf14c70c Date: Fri, 09 Nov 2018 08:45: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":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:53,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-f2558801-c13c-45a7-a539-59ecdf14c70c 2018-11-09 08:45:53,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:53,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91bf2afe-7ab8-46b4-bff7-b94c9ba22746 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:53,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-91bf2afe-7ab8-46b4-bff7-b94c9ba22746 2018-11-09 08:45:53,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:53,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5bfdc18f-2855-400c-a6a7-14fb3649aa16 Date: Fri, 09 Nov 2018 08:45:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:53,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-5bfdc18f-2855-400c-a6a7-14fb3649aa16 2018-11-09 08:45:53,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:53,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-5d14d799-1f8a-4870-bb0e-acb03747b82d Date: Fri, 09 Nov 2018 08:45:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.2"}],"id":"302be1e8-73d2-45e9-a4a1-64124ec6b6d9","security_groups":[],"mac_address":"fa:16:3e:15:4a:c7","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.4"}],"id":"4230dd91-3f48-441d-9a09-4b63c383b925","security_groups":[],"mac_address":"fa:16:3e:17:44:77","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.3"}],"id":"a1d883fe-3658-41f7-a115-83bf73bf4854","security_groups":[],"mac_address":"fa:16:3e:97:79:6b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.1"}],"id":"f8ef257a-3191-446a-ac18-4d8f8899899a","security_groups":[],"mac_address":"fa:16:3e:6c:14:7b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:23Z","binding:vnic_type":"normal","device_id":"ecb481bf-18e3-46a7-9248-4c18155ba924"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.8"}],"id":"fd51f667-cb5c-4a00-8368-1edb23948926","security_groups":["9840c876-ac8f-4818-ae2c-24f84c385ae3","d07303db-bce5-4939-b178-8c7c1a9f7296"],"mac_address":"fa:16:3e:e8:66:79","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:34Z","binding:vnic_type":"normal","device_id":"7203738d-92e1-459f-85d2-20636e022e42"}]} 2018-11-09 08:45:53,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-5d14d799-1f8a-4870-bb0e-acb03747b82d 2018-11-09 08:45:53,819 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2018-11-09 08:45:53,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:54,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-f996cff9-9df6-4d70-a1cc-a907acd7bd2e x-compute-request-id: req-f996cff9-9df6-4d70-a1cc-a907acd7bd2e Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:44Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:54,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-f996cff9-9df6-4d70-a1cc-a907acd7bd2e 2018-11-09 08:45:54,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:45:55,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fae710b-68e5-428f-9e93-25bb40352aee x-compute-request-id: req-8fae710b-68e5-428f-9e93-25bb40352aee Content-Encoding: gzip Content-Length: 9667 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 547324899 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.128412] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130035] pid_max: default: 32768 minimum: 301\n[ 0.130904] ACPI: Core revision 20150930\n[ 0.132271] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133546] Security Framework initialized\n[ 0.134342] Yama: becoming mindful.\n[ 0.135059] AppArmor: AppArmor initialized\n[ 0.135897] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137143] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138363] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139532] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140867] Initializing cgroup subsys io\n[ 0.141653] Initializing cgroup subsys memory\n[ 0.142489] Initializing cgroup subsys devices\n[ 0.143336] Initializing cgroup subsys freezer\n[ 0.144189] Initializing cgroup subsys net_cls\n[ 0.145037] Initializing cgroup subsys perf_event\n[ 0.145919] Initializing cgroup subsys net_prio\n[ 0.146769] Initializing cgroup subsys hugetlb\n[ 0.147621] Initializing cgroup subsys pids\n[ 0.148479] CPU: Physical Processor ID: 0\n[ 0.149950] mce: CPU supports 10 MCE banks\n[ 0.150769] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151745] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.160511] ftrace: allocating 31920 entries in 125 pages\n[ 0.187147] smpboot: Max logical packages: 2\n[ 0.187990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.189144] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190458] x2apic enabled\n[ 0.191257] Switched APIC routing to physical x2apic.\n[ 0.193011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.194204] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196304] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.198187] KVM setup paravirtual spinlock\n[ 0.199589] x86: Booting SMP configuration:\n[ 0.200470] .... node #0, CPUs: #1\n[ 0.201360] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.223525] x86: Booted up 1 node, 2 CPUs\n[ 0.223527] KVM setup async PF for cpu 1\n[ 0.223530] kvm-stealtime: cpu 1, msr f90d940\n[ 0.226198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.227737] devtmpfs: initialized\n[ 0.229432] evm: security.selinux\n[ 0.230144] evm: security.SMACK64\n[ 0.230832] evm: security.SMACK64EXEC\n[ 0.231598] evm: security.SMACK64TRANSMUTE\n[ 0.232415] evm: security.SMACK64MMAP\n[ 0.233166] evm: security.ima\n[ 0.233805] evm: security.capability\n[ 0.234679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236641] pinctrl core: initialized pinctrl subsystem\n[ 0.237750] RTC time: 8:45:45, date: 11/09/18\n[ 0.238718] NET: Registered protocol family 16\n[ 0.248619] cpuidle: using governor ladder\n[ 0.260711] cpuidle: using governor menu\n[ 0.261550] PCCT header not found.\n[ 0.262374] ACPI: bus type PCI registered\n[ 0.263221] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264488] PCI: Using configuration type 1 for base access\n[ 0.277960] ACPI: Added _OSI(Module Device)\n[ 0.278813] ACPI: Added _OSI(Processor Device)\n[ 0.279691] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.280609] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.282960] ACPI: Interpreter enabled\n[ 0.283730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.285609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.289384] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.291290] ACPI: (supports S0 S5)\n[ 0.292004] ACPI: Using IOAPIC for interrupt routing\n[ 0.293077] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.296467] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.297622] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.298912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.300123] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.302388] acpiphp: Slot [3] registered\n[ 0.303214] acpiphp: Slot [4] registered\n[ 0.304017] acpiphp: Slot [5] registered\n[ 0.304813] acpiphp: Slot [6] registered\n[ 0.305618] acpiphp: Slot [7] registered\n[ 0.306453] acpiphp: Slot [8] registered\n[ 0.307264] acpiphp: Slot [9] registered\n[ 0.308068] acpiphp: Slot [10] registered\n[ 0.318798] acpiphp: Slot [11] registered\n[ 0.319625] acpiphp: Slot [12] registered\n[ 0.320443] acpiphp: Slot [13] registered\n[ 0.321260] acpiphp: Slot [14] registered\n[ 0.322096] acpiphp: Slot [15] registered\n[ 0.322929] acpiphp: Slot [16] registered\n[ 0.323743] acpiphp: Slot [17] registered\n[ 0.324563] acpiphp: Slot [18] registered\n[ 0.325379] acpiphp: Slot [19] registered\n[ 0.326224] acpiphp: Slot [20] registered\n[ 0.327061] acpiphp: Slot [21] registered\n[ 0.327893] acpiphp: Slot [22] registered\n[ 0.328710] acpiphp: Slot [23] registered\n[ 0.329559] acpiphp: Slot [24] registered\n[ 0.330399] acpiphp: Slot [25] registered\n[ 0.331251] acpiphp: Slot [26] registered\n[ 0.332069] acpiphp: Slot [27] registered\n[ 0.332886] acpiphp: Slot [28] registered\n[ 0.333694] acpiphp: Slot [29] registered\n[ 0.334513] acpiphp: Slot [30] registered\n[ 0.335340] acpiphp: Slot [31] registered\n[ 0.336174] PCI host bridge to bus 0000:00\n[ 0.337020] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338265] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.339498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.340990] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.342466] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.348689] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350042] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.352602] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359035] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360534] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.406179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.407706] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.409188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.410627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.412041] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.413346] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.414938] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.417676] vgaarb: loaded\n[ 0.418310] vgaarb: bridge control possible 0000:00:02.0\n[ 0.419510] SCSI subsystem initialized\n[ 0.420355] ACPI: bus type USB registered\n[ 0.421222] usbcore: registered new interface driver usbfs\n[ 0.422299] usbcore: registered new interface driver hub\n[ 0.423320] usbcore: registered new device driver usb\n[ 0.424482] PCI: Using ACPI for IRQ routing\n[ 0.425541] NetLabel: Initializing\n[ 0.426300] NetLabel: domain hash size = 128\n[ 0.427181] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.428201] NetLabel: unlabeled traffic allowed by default\n[ 0.429338] clocksource: Switched to clocksource kvm-clock\n[ 0.435431] AppArmor: AppArmor Filesystem Enabled\n[ 0.436431] pnp: PnP ACPI init\n[ 0.437409] pnp: PnP ACPI: found 5 devices\n[ 0.444891] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.446670] NET: Registered protocol family 2\n[ 0.447699] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.449010] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.450212] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.451409] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452535] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453761] NET: Registered protocol family 1\n[ 0.454631] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455766] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.456870] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475353] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493950] Trying to unpack rootfs image as initramfs...\n[ 0.543897] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.558669] Scanning for low memory corruption every 60 seconds\n[ 0.560584] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.562290] audit: initializing netlink subsys (disabled)\n[ 0.563811] audit: type=2000 audit(1541753145.735:1): initialized\n[ 0.565680] Initialise system trusted keyring\n[ 0.567071] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.568810] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.570888] zbud: loaded\n[ 0.571634] VFS: Disk quotas dquot_6.6.0\n[ 0.572449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.574004] fuse init (API version 7.23)\n[ 0.574897] Key type big_key registered\n[ 0.575686] Allocating IMA MOK and blacklist keyrings.\n[ 0.576949] Key type asymmetric registered\n[ 0.577763] Asymmetric key parser 'x509' registered\n[ 0.578706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.580207] io scheduler noop registered\n[ 0.580993] io scheduler deadline registered (default)\n[ 0.581971] io scheduler cfq registered\n[ 0.582797] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583825] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585077] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586509] ACPI: Power Button [PWRF]\n[ 0.587428] GHES: HEST is not enabled!\n[ 0.605766] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645139] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.669141] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.671707] Linux agpgart interface v0.103\n[ 0.674368] brd: module loaded\n[ 0.675964] loop: module loaded\n[ 0.680985] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.682470] GPT:90111 != 20971519\n[ 0.683193] GPT:Alternate GPT header not at the end of the disk.\n[ 0.684315] GPT:90111 != 20971519\n[ 0.685021] GPT: Use GNU Parted to correct GPT errors.\n[ 0.686071] vda: vda1 vda15\n[ 0.687568] scsi host0: ata_piix\n[ 0.688381] scsi host1: ata_piix\n[ 0.689128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.690432] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.691766] libphy: Fixed MDIO Bus: probed\n[ 0.692801] tun: Universal TUN/TAP device driver, 1.6\n[ 0.693833] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696026] PPP generic driver version 2.4.2\n[ 0.697304] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698829] ehci-pci: EHCI PCI platform driver\n[ 0.699948] ehci-platform: EHCI generic platform driver\n[ 0.701208] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.702677] ohci-pci: OHCI PCI platform driver\n[ 0.703844] ohci-platform: OHCI generic platform driver\n[ 0.705062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724656] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.725771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727321] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.728363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.729558] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.730941] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.732463] usb usb1: Product: UHCI Host Controller\n[ 0.733484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.734821] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.735878] hub 1-0:1.0: USB hub found\n[ 0.736690] hub 1-0:1.0: 2 ports detected\n[ 0.737682] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739995] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.741073] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742293] mousedev: PS/2 mouse device common for all mice\n[ 0.743557] rtc_cmos 00:00: RTC can wake from S4\n[ 0.744899] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.745376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.745603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.745610] i2c /dev entries driver\n[ 0.745649] device-mapper: uevent: version 1.0.3\n[ 0.746771] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746786] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.746987] NET: Registered protocol family 10\n[ 0.747119] NET: Registered protocol family 17\n[ 0.747129] Key type dns_resolver registered\n[ 0.747235] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747973] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747994] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748078] registered taskstats version 1\n[ 0.748089] Loading compiled-in X.509 certificates\n[ 0.748617] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.748631] zswap: loaded using pool lzo/zbud\n[ 0.749156] Key type trusted registered\n[ 0.749949] Key type encrypted registered\n[ 0.749952] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.749954] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749965] evm: HMAC attrs: 0x1\n[ 0.750462] Magic number: 10:788:775\n[ 0.750462] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:644\n[ 0.750465] misc psaux: hash matches\n[ 0.750478] misc fuse: hash matches\n[ 0.751044] rtc_cmos 00:00: setting system clock to 2018-11-09 08:45:45 UTC (1541753145)\n[ 0.751100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751101] EDD information not available.\n[ 0.846482] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.848749] Write protecting the kernel read-only data: 14336k\n[ 0.850589] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.852533] 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.910632] 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.01\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.8...\nLease of 10.55.1.8 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.20. iid=i-000000ec\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDD7Qps9Y1O0BAY2pKu0KciQJ7tnhgsJL6GJG9OSejDt/t1BfUpS1LOO3Ky2LONQu6qMA0FCqXtrX13N4U7QMuZiBeXOxEMpUh+eyFFPtsSm8RuZw29nAbihayjQXMm7MFQhCrebfskJoKQuTi6abLPLT0ukYn/QSkY60J4n2Fu5HAI+iPKgY3N28JVidnARexl4rri1PciZbXcNSRd6yenPo5cbcowl45+eC5687UnhqeTf9ZJfpkp6Q7xaKuFsKc4eMIgbaY0qRN4EN2WUM0jvhupUqpzyaloQ8f/4ZenBCLJI/JxBg+J2SVo00vbxLSoj60iDQnjaG2W8reo6U4T root@createinstancesinglenetworktests-ceadec6a-2fe2-4c75-9205-3124c8\nssh-dss AAAAB3NzaC1kc3MAAACBANMHRSfS2xKfs5oHtsTN0qYXgoqRUNcVG/LySDj17u8bHZkLewNqAZE23FpyZui3WtTC2JCMhQOoi66vJMmzV90QdoLZd5xXiPUrL0bRGeYvYn+SR8ag+zyxwRER6MJDC9AtaQ/BGc4+6+j5mUouwlj8aEmuMiUyQwxFylcY52f5AAAAFQClbHb7LLLzjE1kzPxQMoHNX9a4pQAAAIEAn1DHoIWeGGppn12/wFGz2gnjnHZZA+a2/FBOC9WDolxOmHaQOP4ZiVPr9nXEcI4QX1MWYq/3uw0mfp+jFAmGe18zrCnk1P9BcCYyz2rUy8CkyoAvfvRvW9amAto+TEzZ7MU4oRD8rPmvzFOw9Z3pywHaJp5ro28b8+GvfuzISBQAAACAFJsuvkTMbxswAhQhX0+FkacIH4X9GNvC2WuEJSDWbVFGonMi8NQEaZAJseiSfQZkgmfg81kONlIgmVDpw3E2gmTKkbgDDo35qEK0n4L/1oIXSTPo4Wg5BqnRBeHCPgWtqTli971g0DW7a47wyEqaiZrr56D5pTM9Q5Na38ulPaI= root@createinstancesinglenetworktests-ceadec6a-2fe2-4c75-9205-3124c8\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.8,24,fe80::f816:3eff:fee8:6679/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 \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-000000ec\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-ceadec6a-2fe2-4c75-9205-3124c8\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.24 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-ceadec6a-2fe2-4c75-9205-3124c8 login: "} 2018-11-09 08:45:55,230 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42/action used request id req-8fae710b-68e5-428f-9e93-25bb40352aee 2018-11-09 08:45:55,231 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:45:55,232 - 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 547324899 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.128412] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130035] pid_max: default: 32768 minimum: 301 [ 0.130904] ACPI: Core revision 20150930 [ 0.132271] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133546] Security Framework initialized [ 0.134342] Yama: becoming mindful. [ 0.135059] AppArmor: AppArmor initialized [ 0.135897] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137143] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138363] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139532] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140867] Initializing cgroup subsys io [ 0.141653] Initializing cgroup subsys memory [ 0.142489] Initializing cgroup subsys devices [ 0.143336] Initializing cgroup subsys freezer [ 0.144189] Initializing cgroup subsys net_cls [ 0.145037] Initializing cgroup subsys perf_event [ 0.145919] Initializing cgroup subsys net_prio [ 0.146769] Initializing cgroup subsys hugetlb [ 0.147621] Initializing cgroup subsys pids [ 0.148479] CPU: Physical Processor ID: 0 [ 0.149950] mce: CPU supports 10 MCE banks [ 0.150769] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151745] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.154011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.160511] ftrace: allocating 31920 entries in 125 pages [ 0.187147] smpboot: Max logical packages: 2 [ 0.187990] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.189144] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190458] x2apic enabled [ 0.191257] Switched APIC routing to physical x2apic. [ 0.193011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.194204] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.196304] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.198187] KVM setup paravirtual spinlock [ 0.199589] x86: Booting SMP configuration: [ 0.200470] .... node #0, CPUs: #1 [ 0.201360] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.223525] x86: Booted up 1 node, 2 CPUs [ 0.223527] KVM setup async PF for cpu 1 [ 0.223530] kvm-stealtime: cpu 1, msr f90d940 [ 0.226198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.227737] devtmpfs: initialized [ 0.229432] evm: security.selinux [ 0.230144] evm: security.SMACK64 [ 0.230832] evm: security.SMACK64EXEC [ 0.231598] evm: security.SMACK64TRANSMUTE [ 0.232415] evm: security.SMACK64MMAP [ 0.233166] evm: security.ima [ 0.233805] evm: security.capability [ 0.234679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236641] pinctrl core: initialized pinctrl subsystem [ 0.237750] RTC time: 8:45:45, date: 11/09/18 [ 0.238718] NET: Registered protocol family 16 [ 0.248619] cpuidle: using governor ladder [ 0.260711] cpuidle: using governor menu [ 0.261550] PCCT header not found. [ 0.262374] ACPI: bus type PCI registered [ 0.263221] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.264488] PCI: Using configuration type 1 for base access [ 0.277960] ACPI: Added _OSI(Module Device) [ 0.278813] ACPI: Added _OSI(Processor Device) [ 0.279691] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.280609] ACPI: Added _OSI(Processor Aggregator Device) [ 0.282960] ACPI: Interpreter enabled [ 0.283730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.285609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.287522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.289384] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.291290] ACPI: (supports S0 S5) [ 0.292004] ACPI: Using IOAPIC for interrupt routing [ 0.293077] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.296467] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.297622] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.298912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.300123] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.302388] acpiphp: Slot [3] registered [ 0.303214] acpiphp: Slot [4] registered [ 0.304017] acpiphp: Slot [5] registered [ 0.304813] acpiphp: Slot [6] registered [ 0.305618] acpiphp: Slot [7] registered [ 0.306453] acpiphp: Slot [8] registered [ 0.307264] acpiphp: Slot [9] registered [ 0.308068] acpiphp: Slot [10] registered [ 0.318798] acpiphp: Slot [11] registered [ 0.319625] acpiphp: Slot [12] registered [ 0.320443] acpiphp: Slot [13] registered [ 0.321260] acpiphp: Slot [14] registered [ 0.322096] acpiphp: Slot [15] registered [ 0.322929] acpiphp: Slot [16] registered [ 0.323743] acpiphp: Slot [17] registered [ 0.324563] acpiphp: Slot [18] registered [ 0.325379] acpiphp: Slot [19] registered [ 0.326224] acpiphp: Slot [20] registered [ 0.327061] acpiphp: Slot [21] registered [ 0.327893] acpiphp: Slot [22] registered [ 0.328710] acpiphp: Slot [23] registered [ 0.329559] acpiphp: Slot [24] registered [ 0.330399] acpiphp: Slot [25] registered [ 0.331251] acpiphp: Slot [26] registered [ 0.332069] acpiphp: Slot [27] registered [ 0.332886] acpiphp: Slot [28] registered [ 0.333694] acpiphp: Slot [29] registered [ 0.334513] acpiphp: Slot [30] registered [ 0.335340] acpiphp: Slot [31] registered [ 0.336174] PCI host bridge to bus 0000:00 [ 0.337020] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.338265] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.339498] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.340990] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.342466] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.348689] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.350042] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.351305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.352602] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.359035] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.360534] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.406179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.407706] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.409188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.410627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.412041] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.413346] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.414938] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.416061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.417676] vgaarb: loaded [ 0.418310] vgaarb: bridge control possible 0000:00:02.0 [ 0.419510] SCSI subsystem initialized [ 0.420355] ACPI: bus type USB registered [ 0.421222] usbcore: registered new interface driver usbfs [ 0.422299] usbcore: registered new interface driver hub [ 0.423320] usbcore: registered new device driver usb [ 0.424482] PCI: Using ACPI for IRQ routing [ 0.425541] NetLabel: Initializing [ 0.426300] NetLabel: domain hash size = 128 [ 0.427181] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.428201] NetLabel: unlabeled traffic allowed by default [ 0.429338] clocksource: Switched to clocksource kvm-clock [ 0.435431] AppArmor: AppArmor Filesystem Enabled [ 0.436431] pnp: PnP ACPI init [ 0.437409] pnp: PnP ACPI: found 5 devices [ 0.444891] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.446670] NET: Registered protocol family 2 [ 0.447699] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.449010] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.450212] TCP: Hash tables configured (established 2048 bind 2048) [ 0.451409] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452535] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453761] NET: Registered protocol family 1 [ 0.454631] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.455766] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.456870] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.475353] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.493950] Trying to unpack rootfs image as initramfs... [ 0.543897] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.558669] Scanning for low memory corruption every 60 seconds [ 0.560584] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.562290] audit: initializing netlink subsys (disabled) [ 0.563811] audit: type=2000 audit(1541753145.735:1): initialized [ 0.565680] Initialise system trusted keyring [ 0.567071] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.568810] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.570888] zbud: loaded [ 0.571634] VFS: Disk quotas dquot_6.6.0 [ 0.572449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.574004] fuse init (API version 7.23) [ 0.574897] Key type big_key registered [ 0.575686] Allocating IMA MOK and blacklist keyrings. [ 0.576949] Key type asymmetric registered [ 0.577763] Asymmetric key parser 'x509' registered [ 0.578706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.580207] io scheduler noop registered [ 0.580993] io scheduler deadline registered (default) [ 0.581971] io scheduler cfq registered [ 0.582797] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.583825] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.585077] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.586509] ACPI: Power Button [PWRF] [ 0.587428] GHES: HEST is not enabled! [ 0.605766] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.642766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.645139] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.669141] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.671707] Linux agpgart interface v0.103 [ 0.674368] brd: module loaded [ 0.675964] loop: module loaded [ 0.680985] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.682470] GPT:90111 != 20971519 [ 0.683193] GPT:Alternate GPT header not at the end of the disk. [ 0.684315] GPT:90111 != 20971519 [ 0.685021] GPT: Use GNU Parted to correct GPT errors. [ 0.686071] vda: vda1 vda15 [ 0.687568] scsi host0: ata_piix [ 0.688381] scsi host1: ata_piix [ 0.689128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.690432] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.691766] libphy: Fixed MDIO Bus: probed [ 0.692801] tun: Universal TUN/TAP device driver, 1.6 [ 0.693833] tun: (C) 1999-2004 Max Krasnyansky [ 0.696026] PPP generic driver version 2.4.2 [ 0.697304] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.698829] ehci-pci: EHCI PCI platform driver [ 0.699948] ehci-platform: EHCI generic platform driver [ 0.701208] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.702677] ohci-pci: OHCI PCI platform driver [ 0.703844] ohci-platform: OHCI generic platform driver [ 0.705062] uhci_hcd: USB Universal Host Controller Interface driver [ 0.724656] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.725771] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.727321] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.728363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.729558] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.730941] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.732463] usb usb1: Product: UHCI Host Controller [ 0.733484] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.734821] usb usb1: SerialNumber: 0000:00:01.2 [ 0.735878] hub 1-0:1.0: USB hub found [ 0.736690] hub 1-0:1.0: 2 ports detected [ 0.737682] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739995] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.741073] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742293] mousedev: PS/2 mouse device common for all mice [ 0.743557] rtc_cmos 00:00: RTC can wake from S4 [ 0.744899] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.745376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.745603] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.745610] i2c /dev entries driver [ 0.745649] device-mapper: uevent: version 1.0.3 [ 0.746771] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.746786] ledtrig-cpu: registered to indicate activity on CPUs [ 0.746987] NET: Registered protocol family 10 [ 0.747119] NET: Registered protocol family 17 [ 0.747129] Key type dns_resolver registered [ 0.747235] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.747973] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.747994] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.748078] registered taskstats version 1 [ 0.748089] Loading compiled-in X.509 certificates [ 0.748617] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.748631] zswap: loaded using pool lzo/zbud [ 0.749156] Key type trusted registered [ 0.749949] Key type encrypted registered [ 0.749952] AppArmor: AppArmor sha1 policy hashing enabled [ 0.749954] ima: No TPM chip found, activating TPM-bypass! [ 0.749965] evm: HMAC attrs: 0x1 [ 0.750462] Magic number: 10:788:775 [ 0.750462] hash matches /build/linux-BvkamA/linux-4.4.0/drivers/base/power/main.c:644 [ 0.750465] misc psaux: hash matches [ 0.750478] misc fuse: hash matches [ 0.751044] rtc_cmos 00:00: setting system clock to 2018-11-09 08:45:45 UTC (1541753145) [ 0.751100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.751101] EDD information not available. [ 0.846482] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.848749] Write protecting the kernel read-only data: 14336k [ 0.850589] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.852533] 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.910632] 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.01 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.8... Lease of 10.55.1.8 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.20. iid=i-000000ec 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDD7Qps9Y1O0BAY2pKu0KciQJ7tnhgsJL6GJG9OSejDt/t1BfUpS1LOO3Ky2LONQu6qMA0FCqXtrX13N4U7QMuZiBeXOxEMpUh+eyFFPtsSm8RuZw29nAbihayjQXMm7MFQhCrebfskJoKQuTi6abLPLT0ukYn/QSkY60J4n2Fu5HAI+iPKgY3N28JVidnARexl4rri1PciZbXcNSRd6yenPo5cbcowl45+eC5687UnhqeTf9ZJfpkp6Q7xaKuFsKc4eMIgbaY0qRN4EN2WUM0jvhupUqpzyaloQ8f/4ZenBCLJI/JxBg+J2SVo00vbxLSoj60iDQnjaG2W8reo6U4T root@createinstancesinglenetworktests-ceadec6a-2fe2-4c75-9205-3124c8 ssh-dss AAAAB3NzaC1kc3MAAACBANMHRSfS2xKfs5oHtsTN0qYXgoqRUNcVG/LySDj17u8bHZkLewNqAZE23FpyZui3WtTC2JCMhQOoi66vJMmzV90QdoLZd5xXiPUrL0bRGeYvYn+SR8ag+zyxwRER6MJDC9AtaQ/BGc4+6+j5mUouwlj8aEmuMiUyQwxFylcY52f5AAAAFQClbHb7LLLzjE1kzPxQMoHNX9a4pQAAAIEAn1DHoIWeGGppn12/wFGz2gnjnHZZA+a2/FBOC9WDolxOmHaQOP4ZiVPr9nXEcI4QX1MWYq/3uw0mfp+jFAmGe18zrCnk1P9BcCYyz2rUy8CkyoAvfvRvW9amAto+TEzZ7MU4oRD8rPmvzFOw9Z3pywHaJp5ro28b8+GvfuzISBQAAACAFJsuvkTMbxswAhQhX0+FkacIH4X9GNvC2WuEJSDWbVFGonMi8NQEaZAJseiSfQZkgmfg81kONlIgmVDpw3E2gmTKkbgDDo35qEK0n4L/1oIXSTPo4Wg5BqnRBeHCPgWtqTli971g0DW7a47wyEqaiZrr56D5pTM9Q5Na38ulPaI= root@createinstancesinglenetworktests-ceadec6a-2fe2-4c75-9205-3124c8 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.8,24,fe80::f816:3eff:fee8:6679/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 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-000000ec name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-ceadec6a-2fe2-4c75-9205-3124c8 launch-index: 0 === cirros: current=0.4.0 uptime=3.24 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-ceadec6a-2fe2-4c75-9205-3124c8 login: 2018-11-09 08:45:55,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:55,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42368787-ac21-4301-ad76-3409da5e82f2 x-compute-request-id: req-42368787-ac21-4301-ad76-3409da5e82f2 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:44Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:55,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-42368787-ac21-4301-ad76-3409da5e82f2 2018-11-09 08:45:55,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:55,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-00e7c6b9-f0ee-47dc-bf76-df05664aea4b Date: Fri, 09 Nov 2018 08:45: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":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:55,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-00e7c6b9-f0ee-47dc-bf76-df05664aea4b 2018-11-09 08:45:55,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:56,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f62dd29d-a77b-4566-919b-c2906f30fd99 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:56,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-f62dd29d-a77b-4566-919b-c2906f30fd99 2018-11-09 08:45:56,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:56,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e2f6d46d-0688-49c6-a8f2-c236ccb70f38 Date: Fri, 09 Nov 2018 08:45:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:56,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-e2f6d46d-0688-49c6-a8f2-c236ccb70f38 2018-11-09 08:45:56,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:56,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-453d2d9f-260d-4cc3-bef5-82ff528bd1c8 Date: Fri, 09 Nov 2018 08:45:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.2"}],"id":"302be1e8-73d2-45e9-a4a1-64124ec6b6d9","security_groups":[],"mac_address":"fa:16:3e:15:4a:c7","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.4"}],"id":"4230dd91-3f48-441d-9a09-4b63c383b925","security_groups":[],"mac_address":"fa:16:3e:17:44:77","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.3"}],"id":"a1d883fe-3658-41f7-a115-83bf73bf4854","security_groups":[],"mac_address":"fa:16:3e:97:79:6b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.1"}],"id":"f8ef257a-3191-446a-ac18-4d8f8899899a","security_groups":[],"mac_address":"fa:16:3e:6c:14:7b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:23Z","binding:vnic_type":"normal","device_id":"ecb481bf-18e3-46a7-9248-4c18155ba924"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.8"}],"id":"fd51f667-cb5c-4a00-8368-1edb23948926","security_groups":["9840c876-ac8f-4818-ae2c-24f84c385ae3","d07303db-bce5-4939-b178-8c7c1a9f7296"],"mac_address":"fa:16:3e:e8:66:79","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:34Z","binding:vnic_type":"normal","device_id":"7203738d-92e1-459f-85d2-20636e022e42"}]} 2018-11-09 08:45:56,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-453d2d9f-260d-4cc3-bef5-82ff528bd1c8 2018-11-09 08:45:56,342 - create_instance - INFO - Checking if VM is active 2018-11-09 08:45:56,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:57,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-cde16de9-64d3-4ec8-9a77-37fb71976a8d x-compute-request-id: req-cde16de9-64d3-4ec8-9a77-37fb71976a8d Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:44Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:57,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-cde16de9-64d3-4ec8-9a77-37fb71976a8d 2018-11-09 08:45:57,042 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst] is - ACTIVE 2018-11-09 08:45:57,042 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:45:57,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:57,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02f97b5f-3b44-4c81-ab3c-a8c1a013397e x-compute-request-id: req-02f97b5f-3b44-4c81-ab3c-a8c1a013397e Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:66:79", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp"}], "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:44Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:57,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-02f97b5f-3b44-4c81-ab3c-a8c1a013397e 2018-11-09 08:45:57,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:57,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9e907efa-97c5-4513-8d9e-6206dd67a2b3 Date: Fri, 09 Nov 2018 08:45: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":["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"],"updated_at":"2018-11-09T08:45:14Z","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"164b7fecb3bf44248ac87ff35494359d","id":"8f50819f-322d-4ddb-a8a1-88189591ee25","name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net"}]} 2018-11-09 08:45:57,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net used request id req-9e907efa-97c5-4513-8d9e-6206dd67a2b3 2018-11-09 08:45:57,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:57,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a3a62ef-d9e2-4fc1-891f-d8a80dbd1f7e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:45:57,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-2a3a62ef-d9e2-4fc1-891f-d8a80dbd1f7e 2018-11-09 08:45:57,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:57,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0b4c0ada-24b3-4a7f-aec7-d7fc52b68fdd Date: Fri, 09 Nov 2018 08:45:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:14Z","dns_nameservers":[],"updated_at":"2018-11-09T08:45: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":"164b7fecb3bf44248ac87ff35494359d","id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet"}]} 2018-11-09 08:45:57,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-0b4c0ada-24b3-4a7f-aec7-d7fc52b68fdd 2018-11-09 08:45:57,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:57,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-b977d28b-9312-458c-8837-a32e06fe9c9c Date: Fri, 09 Nov 2018 08:45:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.2"}],"id":"302be1e8-73d2-45e9-a4a1-64124ec6b6d9","security_groups":[],"mac_address":"fa:16:3e:15:4a:c7","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.4"}],"id":"4230dd91-3f48-441d-9a09-4b63c383b925","security_groups":[],"mac_address":"fa:16:3e:17:44:77","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.3"}],"id":"a1d883fe-3658-41f7-a115-83bf73bf4854","security_groups":[],"mac_address":"fa:16:3e:97:79:6b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8f50819f-322d-4ddb-a8a1-88189591ee25"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.1"}],"id":"f8ef257a-3191-446a-ac18-4d8f8899899a","security_groups":[],"mac_address":"fa:16:3e:6c:14:7b","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:23Z","binding:vnic_type":"normal","device_id":"ecb481bf-18e3-46a7-9248-4c18155ba924"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:45:47Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f1951ce-c5a5-45b2-a5be-cd164a9d1a19","ip_address":"10.55.1.8"}],"id":"fd51f667-cb5c-4a00-8368-1edb23948926","security_groups":["9840c876-ac8f-4818-ae2c-24f84c385ae3","d07303db-bce5-4939-b178-8c7c1a9f7296"],"mac_address":"fa:16:3e:e8:66:79","project_id":"164b7fecb3bf44248ac87ff35494359d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1","admin_state_up":true,"network_id":"8f50819f-322d-4ddb-a8a1-88189591ee25","tenant_id":"164b7fecb3bf44248ac87ff35494359d","created_at":"2018-11-09T08:45:34Z","binding:vnic_type":"normal","device_id":"7203738d-92e1-459f-85d2-20636e022e42"}]} 2018-11-09 08:45:57,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-b977d28b-9312-458c-8837-a32e06fe9c9c 2018-11-09 08:45:57,729 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:45:57,733 - paramiko.transport - DEBUG - starting thread (client mode): 0x882d9810L 2018-11-09 08:45:57,733 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:45:57,733 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:45:57,733 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:45:57,734 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:45:57,735 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:45:57,735 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:45:57,735 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:45:57,735 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:45:57,735 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:45:57,752 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:45:57,753 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:45:57,765 - paramiko.transport - DEBUG - Trying key df8e94e424ffd3d980d808c7ceb89720 from tmp/CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182 2018-11-09 08:45:57,791 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:45:57,795 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:45:57,896 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:45:57,911 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:45:57,911 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:45:57,913 - paramiko.transport - DEBUG - starting thread (client mode): 0x88300a90L 2018-11-09 08:45:57,914 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:45:57,914 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:45:57,914 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:45:57,915 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:45:57,915 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:45:57,916 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:45:57,916 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:45:57,916 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:45:57,916 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:45:57,933 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:45:57,934 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:45:57,946 - paramiko.transport - DEBUG - Trying key df8e94e424ffd3d980d808c7ceb89720 from tmp/CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182 2018-11-09 08:45:57,972 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:45:57,975 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:45:57,978 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:45:57,979 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:45:57,979 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:45:57,981 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:45:57,982 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-09 08:45:57,983 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-11-09 08:45:57,983 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-11-09 08:45:57,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/96169954-872c-40e2-9ae0-374b77cd8408 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:58,959 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-43c19c69-f86c-474a-86e9-ddcbaef41a4f Content-Length: 0 Date: Fri, 09 Nov 2018 08:45:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:45:58,959 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/96169954-872c-40e2-9ae0-374b77cd8408 used request id req-43c19c69-f86c-474a-86e9-ddcbaef41a4f 2018-11-09 08:45:58,960 - create_instance - INFO - Deleting Port with ID - fd51f667-cb5c-4a00-8368-1edb23948926 2018-11-09 08:45:58,960 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182port-1 2018-11-09 08:45:58,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/fd51f667-cb5c-4a00-8368-1edb23948926 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:59,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b58139b-fe7d-4572-a9e2-e1b5ee01f822 Date: Fri, 09 Nov 2018 08:45:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:45:59,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/fd51f667-cb5c-4a00-8368-1edb23948926 used request id req-0b58139b-fe7d-4572-a9e2-e1b5ee01f822 2018-11-09 08:45:59,594 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst 2018-11-09 08:45:59,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:59,747 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:45: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-8f4a3c0c-67bf-4091-87ba-8d8a400ae8ec x-compute-request-id: req-8f4a3c0c-67bf-4091-87ba-8d8a400ae8ec Content-Type: application/json 2018-11-09 08:45:59,747 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-8f4a3c0c-67bf-4091-87ba-8d8a400ae8ec 2018-11-09 08:45:59,748 - create_instance - INFO - Checking deletion status 2018-11-09 08:45:59,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:45:59,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:45: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-f24da547-68d2-477e-a165-7e1d02757b42 x-compute-request-id: req-f24da547-68d2-477e-a165-7e1d02757b42 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.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:59Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:45:59,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-f24da547-68d2-477e-a165-7e1d02757b42 2018-11-09 08:45:59,859 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst] is - ACTIVE 2018-11-09 08:45:59,859 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:46:02,863 - create_instance - DEBUG - VM status query timeout in 296.885017157 2018-11-09 08:46:02,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:46:03,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46: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-1bf205f4-c980-4f56-aa93-84e2580a5cf5 x-compute-request-id: req-1bf205f4-c980-4f56-aa93-84e2580a5cf5 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.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7203738d-92e1-459f-85d2-20636e022e42", "rel": "bookmark"}], "image": {"id": "f544e7c2-932f-4f90-b03d-af553dbce7ea", "links": [{"href": "http://172.30.9.27:8774/images/f544e7c2-932f-4f90-b03d-af553dbce7ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:45:44.000000", "flavor": {"id": "c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "links": [{"href": "http://172.30.9.27:8774/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621", "rel": "bookmark"}]}, "id": "7203738d-92e1-459f-85d2-20636e022e42", "user_id": "d0d8c016a35a411991ad10c1e2fefb6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:45:59Z", "hostId": "414542b68d6f4813e4f9f6d6997bedc350d72d2e20689bc6d5f457fe", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp", "name": "CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst", "created": "2018-11-09T08:45:38Z", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:46:03,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-1bf205f4-c980-4f56-aa93-84e2580a5cf5 2018-11-09 08:46:03,117 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst] is - ACTIVE 2018-11-09 08:46:03,117 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:46:06,120 - create_instance - DEBUG - VM status query timeout in 293.627706051 2018-11-09 08:46:06,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3799d8a980fb9fb79576e08503fd74d082a1b8" 2018-11-09 08:46:06,178 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:46:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dbfc6cc5-eaaa-4249-bfb9-a3fae88715df x-compute-request-id: req-dbfc6cc5-eaaa-4249-bfb9-a3fae88715df Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7203738d-92e1-459f-85d2-20636e022e42 could not be found.", "code": 404}} 2018-11-09 08:46:06,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/7203738d-92e1-459f-85d2-20636e022e42 used request id req-dbfc6cc5-eaaa-4249-bfb9-a3fae88715df 2018-11-09 08:46:06,178 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7203738d-92e1-459f-85d2-20636e022e42 could not be found. (HTTP 404) (Request-ID: req-dbfc6cc5-eaaa-4249-bfb9-a3fae88715df) 2018-11-09 08:46:06,178 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-inst 2018-11-09 08:46:06,179 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp 2018-11-09 08:46:06,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766ef4342ff4490c7ac163a132ed85af5074fb82" 2018-11-09 08:46:06,231 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:46:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-488ed93d-63fa-4212-95d4-018c84e8ee73 x-compute-request-id: req-488ed93d-63fa-4212-95d4-018c84e8ee73 Content-Length: 0 Content-Type: application/json 2018-11-09 08:46:06,231 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-kp used request id req-488ed93d-63fa-4212-95d4-018c84e8ee73 2018-11-09 08:46:06,231 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182.pub] 2018-11-09 08:46:06,232 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182] 2018-11-09 08:46:06,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1663ffcf8fd41bc36fa0138851909d5ff2fd7af" 2018-11-09 08:46:06,276 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:46:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-75ac6ad0-05f5-4400-8c4d-53b0eb2bd4f6 x-compute-request-id: req-75ac6ad0-05f5-4400-8c4d-53b0eb2bd4f6 Content-Length: 0 Content-Type: application/json 2018-11-09 08:46:06,276 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/c7dae3a5-83c5-4fcc-9c80-9cb145c26621 used request id req-75ac6ad0-05f5-4400-8c4d-53b0eb2bd4f6 2018-11-09 08:46:06,277 - neutron_utils - INFO - Deleting security group rule with ID - 79cebc1d-606e-4bb9-ba28-1c936c04c45e 2018-11-09 08:46:06,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/79cebc1d-606e-4bb9-ba28-1c936c04c45e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:46:06,549 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c8ad75d-bf42-4c0c-b44f-79ba50de5256 Content-Length: 0 Date: Fri, 09 Nov 2018 08:46:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:46:06,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/79cebc1d-606e-4bb9-ba28-1c936c04c45e used request id req-1c8ad75d-bf42-4c0c-b44f-79ba50de5256 2018-11-09 08:46:06,549 - neutron_utils - INFO - Deleting security group rule with ID - de004b7a-8a2e-4efd-808f-bf8b82a61dbb 2018-11-09 08:46:06,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/de004b7a-8a2e-4efd-808f-bf8b82a61dbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:46:06,809 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65d9fc8c-4d15-41e3-978d-e248bde45b72 Content-Length: 0 Date: Fri, 09 Nov 2018 08:46:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:46:06,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/de004b7a-8a2e-4efd-808f-bf8b82a61dbb used request id req-65d9fc8c-4d15-41e3-978d-e248bde45b72 2018-11-09 08:46:06,810 - neutron_utils - INFO - Deleting security group rule with ID - 6ff2fe7d-ce39-4187-abd8-f591200d5352 2018-11-09 08:46:06,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/6ff2fe7d-ce39-4187-abd8-f591200d5352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:46:06,921 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38d9ff0d-3afa-4914-8716-e3570b923ec9 Content-Length: 0 Date: Fri, 09 Nov 2018 08:46:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:46:06,921 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/6ff2fe7d-ce39-4187-abd8-f591200d5352 used request id req-38d9ff0d-3afa-4914-8716-e3570b923ec9 2018-11-09 08:46:06,921 - neutron_utils - INFO - Deleting security group rule with ID - 617a7f43-ab8d-40bc-90cf-007c00b9e03f 2018-11-09 08:46:06,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/617a7f43-ab8d-40bc-90cf-007c00b9e03f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:46:07,024 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06799320-173d-4e9b-9543-ffbae2ee4506 Content-Length: 0 Date: Fri, 09 Nov 2018 08:46:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:46:07,024 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/617a7f43-ab8d-40bc-90cf-007c00b9e03f used request id req-06799320-173d-4e9b-9543-ffbae2ee4506 2018-11-09 08:46:07,025 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-sec-grp 2018-11-09 08:46:07,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/d07303db-bce5-4939-b178-8c7c1a9f7296 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aada1bf5301d6ac2fb23e8d04edcb611f7734789" 2018-11-09 08:46:07,159 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d311e01-f97e-496f-922c-1b4cff3578b0 Content-Length: 0 Date: Fri, 09 Nov 2018 08:46:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:46:07,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/d07303db-bce5-4939-b178-8c7c1a9f7296 used request id req-8d311e01-f97e-496f-922c-1b4cff3578b0 2018-11-09 08:46:07,160 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router and subnet CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet 2018-11-09 08:46:07,160 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router 2018-11-09 08:46:07,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/ecb481bf-18e3-46a7-9248-4c18155ba924/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" -d '{"subnet_id": "7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"}' 2018-11-09 08:46:08,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f8183fcd-4ccf-4c64-a7e3-2ef8555d49b8 Date: Fri, 09 Nov 2018 08:46:08 GMT RESP BODY: {"network_id": "8f50819f-322d-4ddb-a8a1-88189591ee25", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "subnet_id": "7f1951ce-c5a5-45b2-a5be-cd164a9d1a19", "subnet_ids": ["7f1951ce-c5a5-45b2-a5be-cd164a9d1a19"], "port_id": "f8ef257a-3191-446a-ac18-4d8f8899899a", "id": "ecb481bf-18e3-46a7-9248-4c18155ba924"} 2018-11-09 08:46:08,800 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/ecb481bf-18e3-46a7-9248-4c18155ba924/remove_router_interface used request id req-f8183fcd-4ccf-4c64-a7e3-2ef8555d49b8 2018-11-09 08:46:08,801 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router 2018-11-09 08:46:08,801 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-router 2018-11-09 08:46:08,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/ecb481bf-18e3-46a7-9248-4c18155ba924 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8e4aab7c36ef85bd96681e8c4c45c531da99419" 2018-11-09 08:46:12,193 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f5b51b7f-4990-4757-b724-381a60468cbf Content-Length: 0 Date: Fri, 09 Nov 2018 08:46:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:46:12,193 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/ecb481bf-18e3-46a7-9248-4c18155ba924 used request id req-f5b51b7f-4990-4757-b724-381a60468cbf 2018-11-09 08:46:12,194 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet 2018-11-09 08:46:12,194 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-subnet 2018-11-09 08:46:12,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/7f1951ce-c5a5-45b2-a5be-cd164a9d1a19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f8d5238912e32f7c6b71810c1842bf06cdc61c" 2018-11-09 08:46:14,606 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc7f56ac-e2cb-42bb-8ee1-98d814e52d1e Date: Fri, 09 Nov 2018 08:46:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:46:14,606 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/7f1951ce-c5a5-45b2-a5be-cd164a9d1a19 used request id req-fc7f56ac-e2cb-42bb-8ee1-98d814e52d1e 2018-11-09 08:46:14,606 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-pub-net 2018-11-09 08:46:14,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/8f50819f-322d-4ddb-a8a1-88189591ee25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f8d5238912e32f7c6b71810c1842bf06cdc61c" 2018-11-09 08:46:15,541 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9cd4f33d-c103-4500-899c-9e95193611f4 Date: Fri, 09 Nov 2018 08:46:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:46:15,541 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/8f50819f-322d-4ddb-a8a1-88189591ee25 used request id req-9cd4f33d-c103-4500-899c-9e95193611f4 2018-11-09 08:46:15,542 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ceadec6a-2fe2-4c75-9205-3124c8dca182-image 2018-11-09 08:46:15,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa1c9be02651de1f7ed21680632a3bef0a61e381" 2018-11-09 08:46:16,722 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-876af915-6c84-4a40-8bd9-9ce80694219d Date: Fri, 09 Nov 2018 08:46:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:46:16,722 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/f544e7c2-932f-4f90-b03d-af553dbce7ea used request id req-876af915-6c84-4a40-8bd9-9ce80694219d 2018-11-09 08:46:16,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:46:17,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7657863a-aebb-44e6-85db-85706c2fcabc Date: Fri, 09 Nov 2018 08:46:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:13Z", "updated_at": "2018-11-09T08:45:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:13Z", "revision_number": 0, "id": "0546fdac-d9b1-4e97-8cee-9b9d0d46f483", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:13Z", "security_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:13Z", "revision_number": 0, "id": "594216d6-ef89-4ffa-9a5c-dcbd2e17ac86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:13Z", "security_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv6", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:13Z", "revision_number": 0, "id": "698ddc88-6bed-4aa8-b938-064229d1405f", "remote_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:13Z", "security_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv6", "project_id": "164b7fecb3bf44248ac87ff35494359d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:45:13Z", "revision_number": 0, "id": "cfbdd5f3-a290-470c-8e9f-711662a27e73", "remote_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "remote_ip_prefix": null, "created_at": "2018-11-09T08:45:13Z", "security_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "port_range_min": null, "ethertype": "IPv4", "project_id": "164b7fecb3bf44248ac87ff35494359d"}], "revision_number": 4, "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:46:17,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-7657863a-aebb-44e6-85db-85706c2fcabc 2018-11-09 08:46:17,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:46:17,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f705ac6-8bdc-4e30-aeb7-d04fc49fad6f 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:46:17,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-0f705ac6-8bdc-4e30-aeb7-d04fc49fad6f 2018-11-09 08:46:17,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:46:17,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbb39e15-d625-4094-9b94-cd74efb577b5 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:46:17,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-fbb39e15-d625-4094-9b94-cd74efb577b5 2018-11-09 08:46:17,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:46:17,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-681ca1a0-03c6-4063-875a-0e0ff3dbc055 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d"}, "enabled": true, "id": "164b7fecb3bf44248ac87ff35494359d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f9420516-2269-472-proj"}} 2018-11-09 08:46:17,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-681ca1a0-03c6-4063-875a-0e0ff3dbc055 2018-11-09 08:46:17,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9840c876-ac8f-4818-ae2c-24f84c385ae3 2018-11-09 08:46:17,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9840c876-ac8f-4818-ae2c-24f84c385ae3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:46:17,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ace33ee3-27a7-4e4f-867f-8b2caf52b026 Date: Fri, 09 Nov 2018 08:46:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:13Z", "security_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:13Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "0546fdac-d9b1-4e97-8cee-9b9d0d46f483"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:13Z", "security_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:13Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "594216d6-ef89-4ffa-9a5c-dcbd2e17ac86"}, {"remote_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:13Z", "security_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:13Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "698ddc88-6bed-4aa8-b938-064229d1405f"}, {"remote_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:45:13Z", "security_group_id": "9840c876-ac8f-4818-ae2c-24f84c385ae3", "port_range_min": null, "revision_number": 0, "tenant_id": "164b7fecb3bf44248ac87ff35494359d", "created_at": "2018-11-09T08:45:13Z", "project_id": "164b7fecb3bf44248ac87ff35494359d", "id": "cfbdd5f3-a290-470c-8e9f-711662a27e73"}]} 2018-11-09 08:46:17,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=9840c876-ac8f-4818-ae2c-24f84c385ae3 used request id req-ace33ee3-27a7-4e4f-867f-8b2caf52b026 2018-11-09 08:46:17,473 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:46:17,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/9840c876-ac8f-4818-ae2c-24f84c385ae3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:46:17,826 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9c0d3aa-b46f-4ae6-8d7a-c3eda336d43d Content-Length: 0 Date: Fri, 09 Nov 2018 08:46:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:46:17,827 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/9840c876-ac8f-4818-ae2c-24f84c385ae3 used request id req-e9c0d3aa-b46f-4ae6-8d7a-c3eda336d43d 2018-11-09 08:46:17,827 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-f9420516-2269-472-proj 2018-11-09 08:46:17,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:46:18,047 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:46:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f18d409-d1e1-4d84-83a4-467fca5cbf99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:46:18,047 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/164b7fecb3bf44248ac87ff35494359d used request id req-5f18d409-d1e1-4d84-83a4-467fca5cbf99 2018-11-09 08:46:18,048 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-f9420516-2269-472-proj-role 2018-11-09 08:46:18,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/8cb7f53ac20b44439b66a87fcde426b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:46:18,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:46:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68b3bba2-b884-449c-8e59-99db84f1c1df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:46:18,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/8cb7f53ac20b44439b66a87fcde426b7 used request id req-68b3bba2-b884-449c-8e59-99db84f1c1df 2018-11-09 08:46:18,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03884ca1fa8c1439883e8fc2d5f77f6923224826" 2018-11-09 08:46:18,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d09b6e-ac0c-43a0-8f8b-d40cf0d0cbca Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:46:18,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-16d09b6e-ac0c-43a0-8f8b-d40cf0d0cbca 2018-11-09 08:46:18,243 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-f9420516-2269-472-user 2018-11-09 08:46:18,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/d0d8c016a35a411991ad10c1e2fefb6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8416c733552d97da3be63fa5f78bb5cb73c63c" 2018-11-09 08:46:18,426 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:46:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-665a75a3-f663-4914-9764-139d84aff678 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:46:18,426 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/d0d8c016a35a411991ad10c1e2fefb6a used request id req-665a75a3-f663-4914-9764-139d84aff678 2018-11-09 08:46:18,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:18,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:46:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["7RkV-3n3QxySF8KHPOVMVw"], "issued_at": "2018-11-09T08:46:18.000000Z"}} 2018-11-09 08:46:18,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5d6d087c9e924c1bfef758b90a5f80b4654b689" 2018-11-09 08:46:18,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2478415-ae6e-4d31-92ec-b61effc90bcd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:18,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b2478415-ae6e-4d31-92ec-b61effc90bcd 2018-11-09 08:46:18,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:18,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:19,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:46:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["0I_RDw2ZQ8-lPqWb84oymg"], "issued_at": "2018-11-09T08:46:19.000000Z"}} 2018-11-09 08:46:19,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:46:19,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0faae7b-3fd3-45e6-9332-559c6ac77ca8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:19,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d0faae7b-3fd3-45e6-9332-559c6ac77ca8 2018-11-09 08:46:19,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:46:19,372 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:46: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:46:19,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:46:19,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3e2cee-fbc5-4eeb-90a9-4cd8a790f0a3 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:46:19,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj used request id req-2b3e2cee-fbc5-4eeb-90a9-4cd8a790f0a3 2018-11-09 08:46:19,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:46:19,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45f7ef26-590d-492f-8af2-859794af5490 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:46:19,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-45f7ef26-590d-492f-8af2-859794af5490 2018-11-09 08:46:19,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}}' 2018-11-09 08:46:19,661 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:46:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b77a27fa-6cf9-42cb-8ec0-d577ea5f3494 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:46:19,661 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-b77a27fa-6cf9-42cb-8ec0-d577ea5f3494 2018-11-09 08:46:19,662 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj 2018-11-09 08:46:19,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:19,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:20,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:46:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["RU5iOYxqRQWkf4n6oOjz0w"], "issued_at": "2018-11-09T08:46:20.000000Z"}} 2018-11-09 08:46:20,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3117a31e66599155085839ce67cba59ee8b3cb33" 2018-11-09 08:46:20,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88f75430-92b7-4a3c-9e36-360371073785 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:20,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-88f75430-92b7-4a3c-9e36-360371073785 2018-11-09 08:46:20,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:46:20,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:46: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:46:20,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3117a31e66599155085839ce67cba59ee8b3cb33" 2018-11-09 08:46:20,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cced1613-3a05-48fb-a04d-ac199763ae87 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:46:20,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cced1613-3a05-48fb-a04d-ac199763ae87 2018-11-09 08:46:20,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3117a31e66599155085839ce67cba59ee8b3cb33" 2018-11-09 08:46:20,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8133fb9-16ab-4b62-967b-9d10bff263c9 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}]} 2018-11-09 08:46:20,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj used request id req-f8133fb9-16ab-4b62-967b-9d10bff263c9 2018-11-09 08:46:20,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3117a31e66599155085839ce67cba59ee8b3cb33" 2018-11-09 08:46:20,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d717336e-262f-48d5-8438-ae5add3dab67 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:46:20,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d717336e-262f-48d5-8438-ae5add3dab67 2018-11-09 08:46:20,710 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user 2018-11-09 08:46:20,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:20,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:46:20,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab8e8239-de94-4aa3-a8d6-501e05ef98c6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:46:20,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ab8e8239-de94-4aa3-a8d6-501e05ef98c6 2018-11-09 08:46:20,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}}' 2018-11-09 08:46:20,918 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:46:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcb7dc25-11bd-4fd7-9a86-b3eacefe9327 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60cbf7a5d24142789c4d8cdfb4772b38", "links": {"self": "http://172.30.9.27:5000/v3/roles/60cbf7a5d24142789c4d8cdfb4772b38"}, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}} 2018-11-09 08:46:20,919 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-bcb7dc25-11bd-4fd7-9a86-b3eacefe9327 2018-11-09 08:46:20,919 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role 2018-11-09 08:46:20,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/60cbf7a5d24142789c4d8cdfb4772b38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:46:21,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9cd9a2f-5707-4534-9a4e-6909686a5555 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/60cbf7a5d24142789c4d8cdfb4772b38"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role", "id": "60cbf7a5d24142789c4d8cdfb4772b38"}} 2018-11-09 08:46:21,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/60cbf7a5d24142789c4d8cdfb4772b38 used request id req-b9cd9a2f-5707-4534-9a4e-6909686a5555 2018-11-09 08:46:21,001 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role to project CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj 2018-11-09 08:46:21,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b/users/cd80c42715504b46b0a15bdb696549b1/roles/60cbf7a5d24142789c4d8cdfb4772b38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:46:21,185 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:46:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac2278cd-3568-448f-87d2-9df93d8d1432 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:46:21,185 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b/users/cd80c42715504b46b0a15bdb696549b1/roles/60cbf7a5d24142789c4d8cdfb4772b38 used request id req-ac2278cd-3568-448f-87d2-9df93d8d1432 2018-11-09 08:46:21,185 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:46:21,186 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:46:21,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:21,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:21,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60cbf7a5d24142789c4d8cdfb4772b38", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}], "expires_at": "2018-11-09T09:46:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a43f8ee74024ad1b928fc10fccc397b", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user", "id": "cd80c42715504b46b0a15bdb696549b1"}, "audit_ids": ["bOqGAaZESpGsr9eOx9aFlQ"], "issued_at": "2018-11-09T08:46:21.000000Z"}} 2018-11-09 08:46:21,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea8b93a29ffef49ccd33b3df59f0ce1ba5339871" 2018-11-09 08:46:21,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf0273e-cd24-43a1-9327-d6aebef4e26d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:21,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8bf0273e-cd24-43a1-9327-d6aebef4e26d 2018-11-09 08:46:21,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea8b93a29ffef49ccd33b3df59f0ce1ba5339871" 2018-11-09 08:46:21,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-8329787b-1692-45af-903c-e0448002a36a Date: Fri, 09 Nov 2018 08:46:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image"} 2018-11-09 08:46:21,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image used request id req-8329787b-1692-45af-903c-e0448002a36a 2018-11-09 08:46:21,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea8b93a29ffef49ccd33b3df59f0ce1ba5339871" 2018-11-09 08:46:22,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1b6bb198-971d-49c3-8690-cd48adc6961a Date: Fri, 09 Nov 2018 08:46:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:46:22,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-1b6bb198-971d-49c3-8690-cd48adc6961a 2018-11-09 08:46:22,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea8b93a29ffef49ccd33b3df59f0ce1ba5339871" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image"}' 2018-11-09 08:46:22,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8 X-Openstack-Request-Id: req-4be2ff20-ebe9-42e8-9b6a-7e67cbac1710 Date: Fri, 09 Nov 2018 08:46:22 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:46:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:46:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "min_disk": 0, "protected": false, "id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "file": "/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/file", "checksum": null, "owner": "3a43f8ee74024ad1b928fc10fccc397b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:46:22,281 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-4be2ff20-ebe9-42e8-9b6a-7e67cbac1710 2018-11-09 08:46:22,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea8b93a29ffef49ccd33b3df59f0ce1ba5339871" -d '' 2018-11-09 08:46:23,642 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-120aba2d-2986-458a-b4bd-369810541a34 Date: Fri, 09 Nov 2018 08:46:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:46:23,642 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/file used request id req-120aba2d-2986-458a-b4bd-369810541a34 2018-11-09 08:46:23,642 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:46:23,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea8b93a29ffef49ccd33b3df59f0ce1ba5339871" 2018-11-09 08:46:23,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-c7cf0f75-e3d0-4084-9514-e8e6d5431f76 Date: Fri, 09 Nov 2018 08:46:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:46:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:46:23Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/snap", "metadata": {}}], "self": "/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "min_disk": 0, "protected": false, "id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "file": "/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a43f8ee74024ad1b928fc10fccc397b", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:46:23,806 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8 used request id req-c7cf0f75-e3d0-4084-9514-e8e6d5431f76 2018-11-09 08:46:23,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea8b93a29ffef49ccd33b3df59f0ce1ba5339871" 2018-11-09 08:46:23,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-63886a95-7114-4e46-9837-8876e178101c Date: Fri, 09 Nov 2018 08:46:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:46:23,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-63886a95-7114-4e46-9837-8876e178101c 2018-11-09 08:46:23,975 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image 2018-11-09 08:46:23,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea8b93a29ffef49ccd33b3df59f0ce1ba5339871" 2018-11-09 08:46:24,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-7c136846-a593-439c-acec-53cf09613794 Date: Fri, 09 Nov 2018 08:46:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:46:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:46:23Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/snap", "metadata": {}}], "self": "/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "min_disk": 0, "protected": false, "id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "file": "/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a43f8ee74024ad1b928fc10fccc397b", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:46:24,138 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8 used request id req-7c136846-a593-439c-acec-53cf09613794 2018-11-09 08:46:24,138 - create_image - DEBUG - Instance status is - active 2018-11-09 08:46:24,139 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image 2018-11-09 08:46:24,139 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image 2018-11-09 08:46:24,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:24,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:24,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60cbf7a5d24142789c4d8cdfb4772b38", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}], "expires_at": "2018-11-09T09:46:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a43f8ee74024ad1b928fc10fccc397b", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user", "id": "cd80c42715504b46b0a15bdb696549b1"}, "audit_ids": ["g_b-FXJzSae50-lr8S0LBQ"], "issued_at": "2018-11-09T08:46:24.000000Z"}} 2018-11-09 08:46:24,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a10bf9ad16c6b44039c707063007960db6b2dba" 2018-11-09 08:46:24,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-735f0443-f9bc-4cae-9958-fed7e7d79a16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:24,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-735f0443-f9bc-4cae-9958-fed7e7d79a16 2018-11-09 08:46:24,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a10bf9ad16c6b44039c707063007960db6b2dba" 2018-11-09 08:46:24,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ae6f66fd-391f-4b2c-868a-1bd2191e083c Date: Fri, 09 Nov 2018 08:46:24 GMT RESP BODY: {"networks":[]} 2018-11-09 08:46:24,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-ae6f66fd-391f-4b2c-868a-1bd2191e083c 2018-11-09 08:46:24,779 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net 2018-11-09 08:46:24,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a10bf9ad16c6b44039c707063007960db6b2dba" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net", "admin_state_up": true}}' 2018-11-09 08:46:25,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-a013db99-2814-479e-90cc-859d916fff8b Date: Fri, 09 Nov 2018 08:46:25 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:46:25Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","mtu":1450}} 2018-11-09 08:46:25,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-a013db99-2814-479e-90cc-859d916fff8b 2018-11-09 08:46:25,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a10bf9ad16c6b44039c707063007960db6b2dba" 2018-11-09 08:46:25,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-1c37e45c-b0a5-46db-9596-f1e50dfd590a Date: Fri, 09 Nov 2018 08:46:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:46:25Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:46:25,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-1c37e45c-b0a5-46db-9596-f1e50dfd590a 2018-11-09 08:46:25,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a10bf9ad16c6b44039c707063007960db6b2dba" 2018-11-09 08:46:25,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5b4d954b-09b1-448a-b3e4-3f8f15cd8879 Date: Fri, 09 Nov 2018 08:46:25 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:46:25,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-5b4d954b-09b1-448a-b3e4-3f8f15cd8879 2018-11-09 08:46:25,721 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet 2018-11-09 08:46:25,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a10bf9ad16c6b44039c707063007960db6b2dba" -d '{"subnets": [{"ip_version": 4, "network_id": "5dfb7e98-fd88-4af6-ae65-cacbd6729ac0", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]}' 2018-11-09 08:46:26,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a5435a82-0bd2-49e2-8e66-797b854bf413 Date: Fri, 09 Nov 2018 08:46:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:46:26,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-a5435a82-0bd2-49e2-8e66-797b854bf413 2018-11-09 08:46:26,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a10bf9ad16c6b44039c707063007960db6b2dba" 2018-11-09 08:46:26,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e6e8b43f-df1b-49d5-905f-d77c751b2111 Date: Fri, 09 Nov 2018 08:46:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:46:26,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-e6e8b43f-df1b-49d5-905f-d77c751b2111 2018-11-09 08:46:26,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a10bf9ad16c6b44039c707063007960db6b2dba" 2018-11-09 08:46:27,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1f5ec7f4-cba9-4476-8c0d-5264e9206d52 Date: Fri, 09 Nov 2018 08:46:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:46:27,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-1f5ec7f4-cba9-4476-8c0d-5264e9206d52 2018-11-09 08:46:27,039 - OpenStackNetwork - DEBUG - Network [5dfb7e98-fd88-4af6-ae65-cacbd6729ac0] created successfully 2018-11-09 08:46:27,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:27,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:27,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60cbf7a5d24142789c4d8cdfb4772b38", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}], "expires_at": "2018-11-09T09:46:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a43f8ee74024ad1b928fc10fccc397b", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user", "id": "cd80c42715504b46b0a15bdb696549b1"}, "audit_ids": ["toMg2t-dTUGgr821XlymXQ"], "issued_at": "2018-11-09T08:46:27.000000Z"}} 2018-11-09 08:46:27,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:27,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a6b0a4-1f32-4199-bca5-378cf329b98f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:27,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-17a6b0a4-1f32-4199-bca5-378cf329b98f 2018-11-09 08:46:27,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:27,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6490b599-0764-4fa9-9c21-b3952f89c5d8 Date: Fri, 09 Nov 2018 08:46:27 GMT RESP BODY: {"routers": []} 2018-11-09 08:46:27,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router&admin_state_up=True used request id req-6490b599-0764-4fa9-9c21-b3952f89c5d8 2018-11-09 08:46:27,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:27,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:28,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60cbf7a5d24142789c4d8cdfb4772b38", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}], "expires_at": "2018-11-09T09:46:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a43f8ee74024ad1b928fc10fccc397b", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user", "id": "cd80c42715504b46b0a15bdb696549b1"}, "audit_ids": ["EpaQuv4CTaOgc9c0QqodYA"], "issued_at": "2018-11-09T08:46:28.000000Z"}} 2018-11-09 08:46:28,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d88f77142af9b25a79e1e7ac96eb80a1c2c97b14" 2018-11-09 08:46:28,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6784c504-307a-4049-a5be-f95107d5ebfa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:28,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6784c504-307a-4049-a5be-f95107d5ebfa 2018-11-09 08:46:28,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:28,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-49e8734b-110b-4774-9d95-7cedfeb8a9a9 Date: Fri, 09 Nov 2018 08:46:28 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:46:28,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-49e8734b-110b-4774-9d95-7cedfeb8a9a9 2018-11-09 08:46:28,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:28,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f7a38c6c-1dd5-43f2-a44f-e364a3cd6857 Date: Fri, 09 Nov 2018 08:46:28 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:46:28,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-f7a38c6c-1dd5-43f2-a44f-e364a3cd6857 2018-11-09 08:46:28,509 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router 2018-11-09 08:46:28,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router", "admin_state_up": true}}' 2018-11-09 08:46:33,635 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-5c8cf466-3e11-42b6-b872-5035b084912e Date: Fri, 09 Nov 2018 08:46:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:29Z", "admin_state_up": true, "updated_at": "2018-11-09T08:46:29Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "59430232-11ff-4deb-9138-7c71093f2d0c", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router"}} 2018-11-09 08:46:33,635 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-5c8cf466-3e11-42b6-b872-5035b084912e 2018-11-09 08:46:33,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=59430232-11ff-4deb-9138-7c71093f2d0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:33,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8e3b3d56-358b-4cad-a3fe-df49eb946d3f Date: Fri, 09 Nov 2018 08:46:33 GMT RESP BODY: {"ports":[]} 2018-11-09 08:46:33,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=59430232-11ff-4deb-9138-7c71093f2d0c used request id req-8e3b3d56-358b-4cad-a3fe-df49eb946d3f 2018-11-09 08:46:33,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:34,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-19d3bf0d-8d35-47fd-a0ce-5c7fdaea889f Date: Fri, 09 Nov 2018 08:46: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:46:34,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-19d3bf0d-8d35-47fd-a0ce-5c7fdaea889f 2018-11-09 08:46:34,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:46:34,241 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:46:34,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:34,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a166d38b-c091-4a92-8075-c60079933e32 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:46:34,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-a166d38b-c091-4a92-8075-c60079933e32 2018-11-09 08:46:34,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:34,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-010accdc-ec73-4775-a92a-9b3164ea45d6 Date: Fri, 09 Nov 2018 08:46:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:46:34,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-010accdc-ec73-4775-a92a-9b3164ea45d6 2018-11-09 08:46:34,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:34,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-635dc68e-eb45-4762-a9bf-94ee1eaf1e4c Date: Fri, 09 Nov 2018 08:46:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:46:34,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet used request id req-635dc68e-eb45-4762-a9bf-94ee1eaf1e4c 2018-11-09 08:46:34,753 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:46:34,753 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router 2018-11-09 08:46:34,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/59430232-11ff-4deb-9138-7c71093f2d0c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" -d '{"subnet_id": "fe55073a-5565-4067-b496-92b14f13454e"}' 2018-11-09 08:46:36,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-67f35fec-b31c-4b0d-be57-ce8664340690 Date: Fri, 09 Nov 2018 08:46:36 GMT RESP BODY: {"network_id": "5dfb7e98-fd88-4af6-ae65-cacbd6729ac0", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "subnet_id": "fe55073a-5565-4067-b496-92b14f13454e", "subnet_ids": ["fe55073a-5565-4067-b496-92b14f13454e"], "port_id": "d3932ea3-4132-4f3e-91fc-52c8b2368560", "id": "59430232-11ff-4deb-9138-7c71093f2d0c"} 2018-11-09 08:46:36,727 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/59430232-11ff-4deb-9138-7c71093f2d0c/add_router_interface used request id req-67f35fec-b31c-4b0d-be57-ce8664340690 2018-11-09 08:46:36,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/59430232-11ff-4deb-9138-7c71093f2d0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:36,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-05906c35-0b51-469d-a77b-4a8f30c940fd Date: Fri, 09 Nov 2018 08:46:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:29Z", "admin_state_up": true, "updated_at": "2018-11-09T08:46:35Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "59430232-11ff-4deb-9138-7c71093f2d0c", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router"}} 2018-11-09 08:46:36,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/59430232-11ff-4deb-9138-7c71093f2d0c used request id req-05906c35-0b51-469d-a77b-4a8f30c940fd 2018-11-09 08:46:36,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=59430232-11ff-4deb-9138-7c71093f2d0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:37,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-44201265-75c2-4116-bde9-cb0b0cc9d49a Date: Fri, 09 Nov 2018 08:46:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.1"}],"id":"d3932ea3-4132-4f3e-91fc-52c8b2368560","security_groups":[],"mac_address":"fa:16:3e:b3:c3:ca","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:35Z","binding:vnic_type":"normal","device_id":"59430232-11ff-4deb-9138-7c71093f2d0c"}]} 2018-11-09 08:46:37,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=59430232-11ff-4deb-9138-7c71093f2d0c used request id req-44201265-75c2-4116-bde9-cb0b0cc9d49a 2018-11-09 08:46:37,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/fe55073a-5565-4067-b496-92b14f13454e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:46:37,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-1616b728-bac6-4697-b341-69f1a46d834e Date: Fri, 09 Nov 2018 08:46:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}} 2018-11-09 08:46:37,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/fe55073a-5565-4067-b496-92b14f13454e used request id req-1616b728-bac6-4697-b341-69f1a46d834e 2018-11-09 08:46:37,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:37,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:37,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:46:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Fs3Fb61gSymGzaZN8r1kQw"], "issued_at": "2018-11-09T08:46:37.000000Z"}} 2018-11-09 08:46:37,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96826afab515996b655e91e8787b242131242762" 2018-11-09 08:46:37,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-395def60-ff72-4d24-88ba-795327b3d5ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:37,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-395def60-ff72-4d24-88ba-795327b3d5ae 2018-11-09 08:46:37,811 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:46:37,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96826afab515996b655e91e8787b242131242762" 2018-11-09 08:46:38,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-743acf9b-c7e7-41b0-a42e-bb62f272cade x-compute-request-id: req-743acf9b-c7e7-41b0-a42e-bb62f272cade Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:46:38,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-743acf9b-c7e7-41b0-a42e-bb62f272cade 2018-11-09 08:46:38,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96826afab515996b655e91e8787b242131242762" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:46:38,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f93ca5b3-a435-4e92-91c3-ec5e202dbf09 x-compute-request-id: req-f93ca5b3-a435-4e92-91c3-ec5e202dbf09 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:46:38,051 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f93ca5b3-a435-4e92-91c3-ec5e202dbf09 2018-11-09 08:46:38,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:38,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:38,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60cbf7a5d24142789c4d8cdfb4772b38", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}], "expires_at": "2018-11-09T09:46:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a43f8ee74024ad1b928fc10fccc397b", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user", "id": "cd80c42715504b46b0a15bdb696549b1"}, "audit_ids": ["JgTEaYJUQiusa8Caj--67A"], "issued_at": "2018-11-09T08:46:38.000000Z"}} 2018-11-09 08:46:38,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df11af68d56d012e26935bce9c122d8682087a32" 2018-11-09 08:46:38,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3f11aaa-565f-407e-87d4-0d766350f6d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:38,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f3f11aaa-565f-407e-87d4-0d766350f6d6 2018-11-09 08:46:38,525 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:46:38,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df11af68d56d012e26935bce9c122d8682087a32" 2018-11-09 08:46:38,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c56bb3e3-8fab-4a05-919b-c3f0530c4fd7 x-compute-request-id: req-c56bb3e3-8fab-4a05-919b-c3f0530c4fd7 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:46:38,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-c56bb3e3-8fab-4a05-919b-c3f0530c4fd7 2018-11-09 08:46:38,696 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp... 2018-11-09 08:46:38,697 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:46:38,721 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp 2018-11-09 08:46:38,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df11af68d56d012e26935bce9c122d8682087a32" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDSTnmO8dQciAqxXNUlDWz/G+Sm2QygQVkWRqwddeYQYYx0WrJrZjAEqmNnpahs01XPMsPkKUQrIcp6tkxhvgVDfg8EDskm4y0EDGtA0hSAEOkZUpIskkDqCNjVWAIkLK3SpGK6liyMySng97ZNI1WhmpK+mxPbL9if2Vi2Q23h3w==", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp"}}' 2018-11-09 08:46:38,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75c129a1-adff-47ef-8ac6-a773516f4be6 x-compute-request-id: req-75c129a1-adff-47ef-8ac6-a773516f4be6 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDSTnmO8dQciAqxXNUlDWz/G+Sm2QygQVkWRqwddeYQYYx0WrJrZjAEqmNnpahs01XPMsPkKUQrIcp6tkxhvgVDfg8EDskm4y0EDGtA0hSAEOkZUpIskkDqCNjVWAIkLK3SpGK6liyMySng97ZNI1WhmpK+mxPbL9if2Vi2Q23h3w==", "user_id": "cd80c42715504b46b0a15bdb696549b1", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "fingerprint": "8d:22:ec:1e:49:97:56:49:cf:a2:60:2f:07:06:6a:31"}} 2018-11-09 08:46:38,781 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-75c129a1-adff-47ef-8ac6-a773516f4be6 2018-11-09 08:46:38,783 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e.pub 2018-11-09 08:46:38,783 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e 2018-11-09 08:46:38,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:38,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:39,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60cbf7a5d24142789c4d8cdfb4772b38", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}], "expires_at": "2018-11-09T09:46:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a43f8ee74024ad1b928fc10fccc397b", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user", "id": "cd80c42715504b46b0a15bdb696549b1"}, "audit_ids": ["W2jJgmR7Q-C7-FncXy1rKA"], "issued_at": "2018-11-09T08:46:38.000000Z"}} 2018-11-09 08:46:39,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:39,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45858b7-f2da-4188-ac11-7ea6188b5138 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:39,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f45858b7-f2da-4188-ac11-7ea6188b5138 2018-11-09 08:46:39,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:39,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9aa5dce9-1201-4358-a69a-aab876f363e9 Date: Fri, 09 Nov 2018 08:46:39 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:46:39,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp used request id req-9aa5dce9-1201-4358-a69a-aab876f363e9 2018-11-09 08:46:39,426 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp... 2018-11-09 08:46:39,426 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp 2018-11-09 08:46:39,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}}' 2018-11-09 08:46:39,764 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-3701e3e2-4c62-4188-abb4-576308a8285c Date: Fri, 09 Nov 2018 08:46:39 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "updated_at": "2018-11-09T08:46:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "679aca3c-1eaa-41d5-afa0-3870a1179160", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}], "revision_number": 2, "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}} 2018-11-09 08:46:39,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-3701e3e2-4c62-4188-abb4-576308a8285c 2018-11-09 08:46:39,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28f43b21-1022-43b5-b7d8-0d0cf5155507 2018-11-09 08:46:39,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:39,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1889a4b4-fea6-4780-bac3-caf0e53c8352 Date: Fri, 09 Nov 2018 08:46:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "679aca3c-1eaa-41d5-afa0-3870a1179160"}]} 2018-11-09 08:46:39,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-1889a4b4-fea6-4780-bac3-caf0e53c8352 2018-11-09 08:46:39,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28f43b21-1022-43b5-b7d8-0d0cf5155507 2018-11-09 08:46:39,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:39,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8e5f4e5f-e02d-4d6d-8a55-0c1417071893 Date: Fri, 09 Nov 2018 08:46:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "679aca3c-1eaa-41d5-afa0-3870a1179160"}]} 2018-11-09 08:46:39,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-8e5f4e5f-e02d-4d6d-8a55-0c1417071893 2018-11-09 08:46:39,969 - neutron_utils - INFO - Retrieving security group with ID - 28f43b21-1022-43b5-b7d8-0d0cf5155507 2018-11-09 08:46:39,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:40,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-11c7ec59-c5b6-4aae-86d5-d5246286662c Date: Fri, 09 Nov 2018 08:46:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "updated_at": "2018-11-09T08:46:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "679aca3c-1eaa-41d5-afa0-3870a1179160", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}], "revision_number": 2, "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}]} 2018-11-09 08:46:40,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-11c7ec59-c5b6-4aae-86d5-d5246286662c 2018-11-09 08:46:40,169 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28f43b21-1022-43b5-b7d8-0d0cf5155507 2018-11-09 08:46:40,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:40,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03599d41-9eeb-42be-a067-42f0da5713eb Date: Fri, 09 Nov 2018 08:46:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "679aca3c-1eaa-41d5-afa0-3870a1179160"}]} 2018-11-09 08:46:40,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-03599d41-9eeb-42be-a067-42f0da5713eb 2018-11-09 08:46:40,344 - neutron_utils - INFO - Retrieving security group with ID - 28f43b21-1022-43b5-b7d8-0d0cf5155507 2018-11-09 08:46:40,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:40,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a5062b37-0deb-43ee-9cda-e699d6ca756f Date: Fri, 09 Nov 2018 08:46:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "updated_at": "2018-11-09T08:46:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "679aca3c-1eaa-41d5-afa0-3870a1179160", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}], "revision_number": 2, "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}]} 2018-11-09 08:46:40,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-a5062b37-0deb-43ee-9cda-e699d6ca756f 2018-11-09 08:46:40,548 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28f43b21-1022-43b5-b7d8-0d0cf5155507 2018-11-09 08:46:40,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:40,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bc832760-d66e-4500-9648-68a15117e183 Date: Fri, 09 Nov 2018 08:46:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "679aca3c-1eaa-41d5-afa0-3870a1179160"}]} 2018-11-09 08:46:40,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-bc832760-d66e-4500-9648-68a15117e183 2018-11-09 08:46:40,730 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp 2018-11-09 08:46:40,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:40,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-55fa0c74-7879-44e5-a716-a3064569ed62 Date: Fri, 09 Nov 2018 08:46:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "updated_at": "2018-11-09T08:46:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "679aca3c-1eaa-41d5-afa0-3870a1179160", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}], "revision_number": 2, "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}]} 2018-11-09 08:46:40,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp used request id req-55fa0c74-7879-44e5-a716-a3064569ed62 2018-11-09 08:46:40,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:46:40,931 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:46: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:46:40,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:41,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a165ce9-754b-4608-b998-f8acc6a4e3c9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:46:41,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-8a165ce9-754b-4608-b998-f8acc6a4e3c9 2018-11-09 08:46:41,016 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28f43b21-1022-43b5-b7d8-0d0cf5155507 2018-11-09 08:46:41,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:41,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ff7f4bb9-7b5f-4663-8d61-502e98125760 Date: Fri, 09 Nov 2018 08:46:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "679aca3c-1eaa-41d5-afa0-3870a1179160"}]} 2018-11-09 08:46:41,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-ff7f4bb9-7b5f-4663-8d61-502e98125760 2018-11-09 08:46:41,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507"}}' 2018-11-09 08:46:41,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-cbc4552b-5eeb-4675-81e1-0b07344a16e5 Date: Fri, 09 Nov 2018 08:46:41 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:41Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:41Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "43ab73e3-69cf-402e-b09b-0dd37f40c7ba"}} 2018-11-09 08:46:41,473 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-cbc4552b-5eeb-4675-81e1-0b07344a16e5 2018-11-09 08:46:41,474 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp 2018-11-09 08:46:41,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:41,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-415a7b13-2a96-4ea9-be1d-02f7c3c0eedd Date: Fri, 09 Nov 2018 08:46:41 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "updated_at": "2018-11-09T08:46:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:41Z", "revision_number": 0, "id": "43ab73e3-69cf-402e-b09b-0dd37f40c7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:41Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "679aca3c-1eaa-41d5-afa0-3870a1179160", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}], "revision_number": 3, "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}]} 2018-11-09 08:46:41,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp used request id req-415a7b13-2a96-4ea9-be1d-02f7c3c0eedd 2018-11-09 08:46:41,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:41,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b450700-deec-4df8-878a-50fd7f42fe8d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:46:41,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-3b450700-deec-4df8-878a-50fd7f42fe8d 2018-11-09 08:46:41,620 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28f43b21-1022-43b5-b7d8-0d0cf5155507 2018-11-09 08:46:41,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:41,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-ad6c6111-c7cc-4b15-8120-3914fddaf819 Date: Fri, 09 Nov 2018 08:46:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:41Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:41Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "43ab73e3-69cf-402e-b09b-0dd37f40c7ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "679aca3c-1eaa-41d5-afa0-3870a1179160"}]} 2018-11-09 08:46:41,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-ad6c6111-c7cc-4b15-8120-3914fddaf819 2018-11-09 08:46:41,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507"}}' 2018-11-09 08:46:42,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-a431508d-16ef-4f31-9810-fe6ff878fe0f Date: Fri, 09 Nov 2018 08:46:42 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:46:42Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": 22, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:42Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "2dbc5215-3cc3-4706-a358-5d71d5b9f419"}} 2018-11-09 08:46:42,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-a431508d-16ef-4f31-9810-fe6ff878fe0f 2018-11-09 08:46:42,107 - neutron_utils - INFO - Retrieving security group with ID - 28f43b21-1022-43b5-b7d8-0d0cf5155507 2018-11-09 08:46:42,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:42,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-d0fbdf75-8ce6-4c32-8886-15f4f6f02d00 Date: Fri, 09 Nov 2018 08:46:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "updated_at": "2018-11-09T08:46:42Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:46:42Z", "revision_number": 0, "id": "2dbc5215-3cc3-4706-a358-5d71d5b9f419", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:42Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:41Z", "revision_number": 0, "id": "43ab73e3-69cf-402e-b09b-0dd37f40c7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:41Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "revision_number": 0, "id": "679aca3c-1eaa-41d5-afa0-3870a1179160", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}], "revision_number": 4, "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}]} 2018-11-09 08:46:42,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-d0fbdf75-8ce6-4c32-8886-15f4f6f02d00 2018-11-09 08:46:42,294 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28f43b21-1022-43b5-b7d8-0d0cf5155507 2018-11-09 08:46:42,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:46:42,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-b86df7f2-75bd-43f5-978b-ca17431cb163 Date: Fri, 09 Nov 2018 08:46:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:46:42Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": 22, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:42Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "2dbc5215-3cc3-4706-a358-5d71d5b9f419"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:41Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:41Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "43ab73e3-69cf-402e-b09b-0dd37f40c7ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "54ba7a1e-7d86-4ad1-a107-2d0a1579066e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:39Z", "security_group_id": "28f43b21-1022-43b5-b7d8-0d0cf5155507", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:39Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "679aca3c-1eaa-41d5-afa0-3870a1179160"}]} 2018-11-09 08:46:42,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-b86df7f2-75bd-43f5-978b-ca17431cb163 2018-11-09 08:46:42,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:42,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:42,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60cbf7a5d24142789c4d8cdfb4772b38", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}], "expires_at": "2018-11-09T09:46:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a43f8ee74024ad1b928fc10fccc397b", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user", "id": "cd80c42715504b46b0a15bdb696549b1"}, "audit_ids": ["p4dTkFglRmajyyL3NGl6NQ"], "issued_at": "2018-11-09T08:46:42.000000Z"}} 2018-11-09 08:46:42,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:42,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77bf82f3-494b-4bc7-adcf-cb521cf51d61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:42,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-77bf82f3-494b-4bc7-adcf-cb521cf51d61 2018-11-09 08:46:42,922 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:46:42,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:43,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17d9a47-d97e-4b1a-8024-dd9c6b35eab7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:43,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e17d9a47-d97e-4b1a-8024-dd9c6b35eab7 2018-11-09 08:46:43,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:43,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8aa463f1-e295-472f-82f6-7134430fb9df Date: Fri, 09 Nov 2018 08:46: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:46:43,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-8aa463f1-e295-472f-82f6-7134430fb9df 2018-11-09 08:46:43,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:46:43,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:46: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:46:43,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:43,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b754c141-dbd5-4145-a0fc-d11d4b4291bc Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:46:43,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-b754c141-dbd5-4145-a0fc-d11d4b4291bc 2018-11-09 08:46:43,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:43,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-22db7add-5f79-41ae-a691-af7331fbe2fb Date: Fri, 09 Nov 2018 08:46:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:46:43,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-22db7add-5f79-41ae-a691-af7331fbe2fb 2018-11-09 08:46:43,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:43,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-03e9bb91-b876-495e-887b-6913ed8e3611 Date: Fri, 09 Nov 2018 08:46:43 GMT RESP BODY: {"ports":[]} 2018-11-09 08:46:43,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1&admin_state_up=True used request id req-03e9bb91-b876-495e-887b-6913ed8e3611 2018-11-09 08:46:43,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:43,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46: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-a8480e31-7a01-4fa6-ad5f-6ccfa3f2d6fd x-compute-request-id: req-a8480e31-7a01-4fa6-ad5f-6ccfa3f2d6fd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:46:43,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst used request id req-a8480e31-7a01-4fa6-ad5f-6ccfa3f2d6fd 2018-11-09 08:46:43,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:44,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-41e61b37-bf3d-4ab6-bf59-17fe684a15c8 Date: Fri, 09 Nov 2018 08:46: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:46:44,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-41e61b37-bf3d-4ab6-bf59-17fe684a15c8 2018-11-09 08:46:44,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:44,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad0de970-9fbe-452b-a191-e40fb1907859 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:46:44,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-ad0de970-9fbe-452b-a191-e40fb1907859 2018-11-09 08:46:44,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:44,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e5c691ad-17e6-4fb6-ba53-3fd7960dec27 Date: Fri, 09 Nov 2018 08:46:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:46:44,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-e5c691ad-17e6-4fb6-ba53-3fd7960dec27 2018-11-09 08:46:44,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:44,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ec325e44-2ad6-4ec2-bc5d-7549e42d82a1 Date: Fri, 09 Nov 2018 08:46:44 GMT RESP BODY: {"ports":[]} 2018-11-09 08:46:44,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1&admin_state_up=True used request id req-ec325e44-2ad6-4ec2-bc5d-7549e42d82a1 2018-11-09 08:46:44,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:46:44,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:46:45,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60cbf7a5d24142789c4d8cdfb4772b38", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}], "expires_at": "2018-11-09T09:46:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a43f8ee74024ad1b928fc10fccc397b", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user", "id": "cd80c42715504b46b0a15bdb696549b1"}, "audit_ids": ["zLSOalMeQ9mi1VQHkb53ZA"], "issued_at": "2018-11-09T08:46:45.000000Z"}} 2018-11-09 08:46:45,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f42392ecf5a187264b97d0ac6f5ea6f7e56fb9" 2018-11-09 08:46:45,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea28ddaf-9d41-4646-a91f-665a6d9eab24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:46:45,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ea28ddaf-9d41-4646-a91f-665a6d9eab24 2018-11-09 08:46:45,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:45,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d9313ff9-cfae-448f-a778-4110dba07c50 Date: Fri, 09 Nov 2018 08:46: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:46:45,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-d9313ff9-cfae-448f-a778-4110dba07c50 2018-11-09 08:46:45,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:45,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-11526071-c220-49fb-a45c-c6330919b6c4 Date: Fri, 09 Nov 2018 08:46:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:46:45,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-11526071-c220-49fb-a45c-c6330919b6c4 2018-11-09 08:46:45,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:45,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-23e0075a-7560-47cf-b23b-236e05433c61 Date: Fri, 09 Nov 2018 08:46: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:46:45,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-23e0075a-7560-47cf-b23b-236e05433c61 2018-11-09 08:46:45,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:46:45,854 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:46: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:46:45,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f42392ecf5a187264b97d0ac6f5ea6f7e56fb9" 2018-11-09 08:46:45,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c4d5872-58d1-49d6-93af-654bcf012302 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:46:45,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-4c4d5872-58d1-49d6-93af-654bcf012302 2018-11-09 08:46:45,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:46,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3e834dd3-8e0b-412c-a102-d1cf3ec35455 Date: Fri, 09 Nov 2018 08:46:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:46:46,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-3e834dd3-8e0b-412c-a102-d1cf3ec35455 2018-11-09 08:46:46,146 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net 2018-11-09 08:46:46,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" -d '{"port": {"network_id": "5dfb7e98-fd88-4af6-ae65-cacbd6729ac0", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1", "admin_state_up": true}}' 2018-11-09 08:46:47,390 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-e0d74aff-80d5-4bd7-9da2-64ba05bd51d1 Date: Fri, 09 Nov 2018 08:46:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","project_id":"3a43f8ee74024ad1b928fc10fccc397b","qos_policy_id":null,"admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal"}} 2018-11-09 08:46:47,391 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-e0d74aff-80d5-4bd7-9da2-64ba05bd51d1 2018-11-09 08:46:47,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:47,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6a70e3a0-11a3-4f2b-b9e8-c686aa5e514c Date: Fri, 09 Nov 2018 08:46: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:46:47,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-6a70e3a0-11a3-4f2b-b9e8-c686aa5e514c 2018-11-09 08:46:47,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:47,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48751644-869a-4546-98a9-ea9f1fde8786 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:46:47,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-48751644-869a-4546-98a9-ea9f1fde8786 2018-11-09 08:46:47,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:47,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-444e742d-bd36-4e79-b4db-f15049bed6ed Date: Fri, 09 Nov 2018 08:46:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:46:47,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-444e742d-bd36-4e79-b4db-f15049bed6ed 2018-11-09 08:46:47,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:47,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-d3c5ea15-8916-41c9-b7d5-e2e1cb530404 Date: Fri, 09 Nov 2018 08:46:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:46:47,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1&admin_state_up=True used request id req-d3c5ea15-8916-41c9-b7d5-e2e1cb530404 2018-11-09 08:46:47,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:47,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cebef84-ae62-44f9-86f0-e980abaceac0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:46:47,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-7cebef84-ae62-44f9-86f0-e980abaceac0 2018-11-09 08:46:47,940 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst 2018-11-09 08:46:47,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:47,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4c8fed7-6c7f-4579-832e-ece54ae8178b x-compute-request-id: req-f4c8fed7-6c7f-4579-832e-ece54ae8178b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-flavor-name"}]} 2018-11-09 08:46:47,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f4c8fed7-6c7f-4579-832e-ece54ae8178b 2018-11-09 08:46:47,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:47,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecb0da62-5754-4d13-85f8-2216cb89e161 x-compute-request-id: req-ecb0da62-5754-4d13-85f8-2216cb89e161 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:46:47,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b used request id req-ecb0da62-5754-4d13-85f8-2216cb89e161 2018-11-09 08:46:47,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:48,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-e759362c-2b08-44d7-856e-27b6c735e876 Date: Fri, 09 Nov 2018 08:46:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:46:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:46:23Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/snap", "metadata": {}}], "self": "/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "min_disk": 0, "protected": false, "id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "file": "/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a43f8ee74024ad1b928fc10fccc397b", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image"} 2018-11-09 08:46:48,166 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image used request id req-e759362c-2b08-44d7-856e-27b6c735e876 2018-11-09 08:46:48,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:48,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ce20f223-fdea-4aef-8bc4-5336c396a285 Date: Fri, 09 Nov 2018 08:46:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:46:48,318 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-ce20f223-fdea-4aef-8bc4-5336c396a285 2018-11-09 08:46:48,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "imageRef": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "flavorRef": "efa5fc4d-46ae-4151-844e-5a38be02595b", "max_count": 1, "min_count": 1, "networks": [{"port": "3ac08353-cbfe-49b9-b7fa-4b31454b0b3b"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}]}}' 2018-11-09 08:46:50,232 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:46: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-a84e6afb-27d7-4e7d-a15a-793c2e36defa x-compute-request-id: req-a84e6afb-27d7-4e7d-a15a-793c2e36defa Content-Length: 444 location: http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "adminPass": "wQM8rGxS6G9w"}} 2018-11-09 08:46:50,232 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-a84e6afb-27d7-4e7d-a15a-793c2e36defa 2018-11-09 08:46:50,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:50,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46: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-0bfb9089-3012-4636-9ecf-45bd131d713c x-compute-request-id: req-0bfb9089-3012-4636-9ecf-45bd131d713c 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.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:46:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:46:50,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-0bfb9089-3012-4636-9ecf-45bd131d713c 2018-11-09 08:46:50,593 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst 2018-11-09 08:46:50,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:50,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46: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-3880238c-2151-4cb0-ac32-de334e436c02 x-compute-request-id: req-3880238c-2151-4cb0-ac32-de334e436c02 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:46:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:46:50,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-3880238c-2151-4cb0-ac32-de334e436c02 2018-11-09 08:46:50,836 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst] is - BUILD 2018-11-09 08:46:50,836 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:46:53,839 - create_instance - DEBUG - VM status query timeout in 896.753715992 2018-11-09 08:46:53,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:54,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46: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-f89b46ee-346b-409d-a6ef-3cf39125888d x-compute-request-id: req-f89b46ee-346b-409d-a6ef-3cf39125888d 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.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:46:51Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:46:54,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-f89b46ee-346b-409d-a6ef-3cf39125888d 2018-11-09 08:46:54,539 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst] is - BUILD 2018-11-09 08:46:54,539 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:46:57,542 - create_instance - DEBUG - VM status query timeout in 893.051063061 2018-11-09 08:46:57,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:58,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46: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-9f333350-e36b-4b37-b15b-bf8879bdb3c5 x-compute-request-id: req-9f333350-e36b-4b37-b15b-bf8879bdb3c5 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:46:58,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-9f333350-e36b-4b37-b15b-bf8879bdb3c5 2018-11-09 08:46:58,029 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst] is - ACTIVE 2018-11-09 08:46:58,029 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:46:58,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:58,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d19863ae-7167-49ad-8754-aa349299b358 x-compute-request-id: req-d19863ae-7167-49ad-8754-aa349299b358 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:46:58,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-d19863ae-7167-49ad-8754-aa349299b358 2018-11-09 08:46:58,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:58,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1c786317-7c87-4002-8739-2765987fed44 Date: Fri, 09 Nov 2018 08:46:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:46:58,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-1c786317-7c87-4002-8739-2765987fed44 2018-11-09 08:46:58,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:58,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2383d21c-ee9f-4144-8da5-6ef5f1807318 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:46:58,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-2383d21c-ee9f-4144-8da5-6ef5f1807318 2018-11-09 08:46:58,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:58,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-99caecea-374f-4cfa-8f70-606251ab290b Date: Fri, 09 Nov 2018 08:46:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:46:58,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-99caecea-374f-4cfa-8f70-606251ab290b 2018-11-09 08:46:58,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:58,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-7c1c0990-7cea-4428-abee-3d865c640d16 Date: Fri, 09 Nov 2018 08:46:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.2"}],"id":"1c0d2cdc-a41b-492b-abdc-e39112c503c1","security_groups":[],"mac_address":"fa:16:3e:48:3a:8d","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal","device_id":"891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.3"}],"id":"7535c695-0ece-416b-8af3-33236a826d71","security_groups":[],"mac_address":"fa:16:3e:e4:8c:d9","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.4"}],"id":"7ed73b4d-6687-4675-a28c-3eb7662b8059","security_groups":[],"mac_address":"fa:16:3e:dc:90:63","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.1"}],"id":"d3932ea3-4132-4f3e-91fc-52c8b2368560","security_groups":[],"mac_address":"fa:16:3e:b3:c3:ca","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:35Z","binding:vnic_type":"normal","device_id":"59430232-11ff-4deb-9138-7c71093f2d0c"}]} 2018-11-09 08:46:58,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-7c1c0990-7cea-4428-abee-3d865c640d16 2018-11-09 08:46:59,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:46:59,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-852bf194-34eb-4a35-bada-2243b628e667 x-compute-request-id: req-852bf194-34eb-4a35-bada-2243b628e667 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:46:59,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-852bf194-34eb-4a35-bada-2243b628e667 2018-11-09 08:46:59,741 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst] is - ACTIVE 2018-11-09 08:46:59,741 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:46:59,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:00,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:46:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb0d868c-a2e6-4148-acf9-7050ccd519af x-compute-request-id: req-cb0d868c-a2e6-4148-acf9-7050ccd519af Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:47:00,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-cb0d868c-a2e6-4148-acf9-7050ccd519af 2018-11-09 08:47:00,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:00,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0018b11c-6ce0-47fc-9f45-2e5021adf300 Date: Fri, 09 Nov 2018 08:47: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:47:00,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-0018b11c-6ce0-47fc-9f45-2e5021adf300 2018-11-09 08:47:00,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:00,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9cdfaa4-f44b-4347-aac8-7bf2066b51a6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:47:00,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-d9cdfaa4-f44b-4347-aac8-7bf2066b51a6 2018-11-09 08:47:00,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:00,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-96f377cd-2057-4df3-9215-9be9d7d40a4a Date: Fri, 09 Nov 2018 08:47:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:47:00,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-96f377cd-2057-4df3-9215-9be9d7d40a4a 2018-11-09 08:47:00,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:00,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-9b562c6a-8fb5-448d-b2c1-85a4f8050f48 Date: Fri, 09 Nov 2018 08:47:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.2"}],"id":"1c0d2cdc-a41b-492b-abdc-e39112c503c1","security_groups":[],"mac_address":"fa:16:3e:48:3a:8d","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal","device_id":"891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.3"}],"id":"7535c695-0ece-416b-8af3-33236a826d71","security_groups":[],"mac_address":"fa:16:3e:e4:8c:d9","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.4"}],"id":"7ed73b4d-6687-4675-a28c-3eb7662b8059","security_groups":[],"mac_address":"fa:16:3e:dc:90:63","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.1"}],"id":"d3932ea3-4132-4f3e-91fc-52c8b2368560","security_groups":[],"mac_address":"fa:16:3e:b3:c3:ca","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:35Z","binding:vnic_type":"normal","device_id":"59430232-11ff-4deb-9138-7c71093f2d0c"}]} 2018-11-09 08:47:00,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-9b562c6a-8fb5-448d-b2c1-85a4f8050f48 2018-11-09 08:47:00,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}}' 2018-11-09 08:47:01,674 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:47: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-0b6ee27e-d7eb-42fc-833a-14b6fe66d102 x-compute-request-id: req-0b6ee27e-d7eb-42fc-833a-14b6fe66d102 Content-Length: 0 Content-Type: application/json 2018-11-09 08:47:01,674 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc/action used request id req-0b6ee27e-d7eb-42fc-833a-14b6fe66d102 2018-11-09 08:47:01,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:02,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47: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-575175f6-82ea-4e16-908a-85f8cee24802 x-compute-request-id: req-575175f6-82ea-4e16-908a-85f8cee24802 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}, {"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:47:02,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-575175f6-82ea-4e16-908a-85f8cee24802 2018-11-09 08:47:02,147 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst] is - ACTIVE 2018-11-09 08:47:02,147 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:47:02,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:02,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f0d6871-f4e0-4afb-b0a2-38dc082916bf x-compute-request-id: req-4f0d6871-f4e0-4afb-b0a2-38dc082916bf Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}, {"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:47:02,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-4f0d6871-f4e0-4afb-b0a2-38dc082916bf 2018-11-09 08:47:02,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:03,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9fcb8482-c520-41cf-a56a-a7fa0f5bd69e Date: Fri, 09 Nov 2018 08:47: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:47:03,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-9fcb8482-c520-41cf-a56a-a7fa0f5bd69e 2018-11-09 08:47:03,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:03,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-060bb388-5657-456b-8eb8-ffc59e8abed2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:47:03,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-060bb388-5657-456b-8eb8-ffc59e8abed2 2018-11-09 08:47:03,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:03,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1b643917-058a-4b8c-8d85-410caeb41c51 Date: Fri, 09 Nov 2018 08:47:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:47:03,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-1b643917-058a-4b8c-8d85-410caeb41c51 2018-11-09 08:47:03,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:03,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-fdb33900-3472-46e4-b6c8-33a700b7bcd8 Date: Fri, 09 Nov 2018 08:47:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.2"}],"id":"1c0d2cdc-a41b-492b-abdc-e39112c503c1","security_groups":[],"mac_address":"fa:16:3e:48:3a:8d","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["28f43b21-1022-43b5-b7d8-0d0cf5155507","6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal","device_id":"891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.3"}],"id":"7535c695-0ece-416b-8af3-33236a826d71","security_groups":[],"mac_address":"fa:16:3e:e4:8c:d9","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.4"}],"id":"7ed73b4d-6687-4675-a28c-3eb7662b8059","security_groups":[],"mac_address":"fa:16:3e:dc:90:63","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.1"}],"id":"d3932ea3-4132-4f3e-91fc-52c8b2368560","security_groups":[],"mac_address":"fa:16:3e:b3:c3:ca","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:35Z","binding:vnic_type":"normal","device_id":"59430232-11ff-4deb-9138-7c71093f2d0c"}]} 2018-11-09 08:47:03,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-fdb33900-3472-46e4-b6c8-33a700b7bcd8 2018-11-09 08:47:03,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:47:03,575 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:47:03,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:47:03,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60cbf7a5d24142789c4d8cdfb4772b38", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}], "expires_at": "2018-11-09T09:47:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a43f8ee74024ad1b928fc10fccc397b", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user", "id": "cd80c42715504b46b0a15bdb696549b1"}, "audit_ids": ["NeQ91Z-RRTiEEyWf48cauw"], "issued_at": "2018-11-09T08:47:03.000000Z"}} 2018-11-09 08:47:03,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:04,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5935a606-36d9-4ec0-a4d8-5ccfd61c53cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:47:04,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5935a606-36d9-4ec0-a4d8-5ccfd61c53cc 2018-11-09 08:47:04,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:04,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d758c8f3-11d8-4516-bbb0-c44279fe17c3 x-compute-request-id: req-d758c8f3-11d8-4516-bbb0-c44279fe17c3 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:47:04,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b used request id req-d758c8f3-11d8-4516-bbb0-c44279fe17c3 2018-11-09 08:47:04,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/fe55073a-5565-4067-b496-92b14f13454e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:04,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-1382e715-f0b3-42ae-bad3-83aa001d5522 Date: Fri, 09 Nov 2018 08:47:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}} 2018-11-09 08:47:04,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/fe55073a-5565-4067-b496-92b14f13454e used request id req-1382e715-f0b3-42ae-bad3-83aa001d5522 2018-11-09 08:47:04,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:04,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5e0d68aa-7ce4-4f9a-8165-9c7df7d93412 Date: Fri, 09 Nov 2018 08:47: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:47:04,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-5e0d68aa-7ce4-4f9a-8165-9c7df7d93412 2018-11-09 08:47:04,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:04,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-67c74167-2998-4fe3-911d-c46128ad5a4f Date: Fri, 09 Nov 2018 08:47:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:47:04,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-67c74167-2998-4fe3-911d-c46128ad5a4f 2018-11-09 08:47:04,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:05,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-966b722a-525c-4eed-b060-d1976163963f Date: Fri, 09 Nov 2018 08:47: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:47:05,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-966b722a-525c-4eed-b060-d1976163963f 2018-11-09 08:47:05,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:47:05,090 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:47: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:47:05,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:05,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb069d2-564f-4e5a-901d-3b8aedef6d55 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:47:05,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-ffb069d2-564f-4e5a-901d-3b8aedef6d55 2018-11-09 08:47:05,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:05,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e4ca1f62-39ba-4a40-9e68-0f981c3f614f Date: Fri, 09 Nov 2018 08:47:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:47:05,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-e4ca1f62-39ba-4a40-9e68-0f981c3f614f 2018-11-09 08:47:05,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&mac_address=fa%3A16%3A3e%3Ae9%3A6e%3Acb&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:05,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-a7d72b0c-ef3e-4803-8bb7-f89d17b21ecd Date: Fri, 09 Nov 2018 08:47:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["28f43b21-1022-43b5-b7d8-0d0cf5155507","6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal","device_id":"891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc"}]} 2018-11-09 08:47:05,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&mac_address=fa%3A16%3A3e%3Ae9%3A6e%3Acb&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1&admin_state_up=True used request id req-a7d72b0c-ef3e-4803-8bb7-f89d17b21ecd 2018-11-09 08:47:05,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:05,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53bd5972-58a1-4616-8db1-85447598216f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:47:05,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-53bd5972-58a1-4616-8db1-85447598216f 2018-11-09 08:47:05,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:05,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b5d107b2-9833-4a78-b424-a48db59c23b6 Date: Fri, 09 Nov 2018 08:47: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:47:05,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-b5d107b2-9833-4a78-b424-a48db59c23b6 2018-11-09 08:47:05,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:05,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-aaec541a-c791-4eaa-a7db-b6928c6bfe59 Date: Fri, 09 Nov 2018 08:47:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:47:05,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-aaec541a-c791-4eaa-a7db-b6928c6bfe59 2018-11-09 08:47:05,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:05,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-60f832f6-e18b-4f99-8941-17c103f44626 Date: Fri, 09 Nov 2018 08:47:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.2"}],"id":"1c0d2cdc-a41b-492b-abdc-e39112c503c1","security_groups":[],"mac_address":"fa:16:3e:48:3a:8d","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["28f43b21-1022-43b5-b7d8-0d0cf5155507","6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal","device_id":"891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.3"}],"id":"7535c695-0ece-416b-8af3-33236a826d71","security_groups":[],"mac_address":"fa:16:3e:e4:8c:d9","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.4"}],"id":"7ed73b4d-6687-4675-a28c-3eb7662b8059","security_groups":[],"mac_address":"fa:16:3e:dc:90:63","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.1"}],"id":"d3932ea3-4132-4f3e-91fc-52c8b2368560","security_groups":[],"mac_address":"fa:16:3e:b3:c3:ca","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:35Z","binding:vnic_type":"normal","device_id":"59430232-11ff-4deb-9138-7c71093f2d0c"}]} 2018-11-09 08:47:05,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-60f832f6-e18b-4f99-8941-17c103f44626 2018-11-09 08:47:05,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a35ea2a1acd29b4e35de1fd903c5423633b1f091" 2018-11-09 08:47:06,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c6d83253-dca3-4c18-9058-f9977e86a09a Date: Fri, 09 Nov 2018 08:47:05 GMT RESP BODY: {"floatingips": []} 2018-11-09 08:47:06,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-c6d83253-dca3-4c18-9058-f9977e86a09a 2018-11-09 08:47:06,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:47:06,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:47:06,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60cbf7a5d24142789c4d8cdfb4772b38", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role"}], "expires_at": "2018-11-09T09:47:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a43f8ee74024ad1b928fc10fccc397b", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/3a43f8ee74024ad1b928fc10fccc397b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user", "id": "cd80c42715504b46b0a15bdb696549b1"}, "audit_ids": ["kYZWMvDUQ4afA8R1VFaITw"], "issued_at": "2018-11-09T08:47:06.000000Z"}} 2018-11-09 08:47:06,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:06,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7755c497-5518-4654-a862-efe2a3e9038a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:47:06,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7755c497-5518-4654-a862-efe2a3e9038a 2018-11-09 08:47:06,570 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:47:06,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:06,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9429835-1be9-44c3-bcba-d4ca814d77b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:47:06,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e9429835-1be9-44c3-bcba-d4ca814d77b5 2018-11-09 08:47:06,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:06,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-86920258-3192-4411-a2c4-7bbd887a71fb Date: Fri, 09 Nov 2018 08:47: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:47:06,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-86920258-3192-4411-a2c4-7bbd887a71fb 2018-11-09 08:47:06,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:47:06,999 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:47: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:47:07,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:07,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baca0121-c446-436e-8184-d9df56d0d3d5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:47:07,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-baca0121-c446-436e-8184-d9df56d0d3d5 2018-11-09 08:47:07,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:07,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-675af91c-0920-49ea-aab0-be170d852f9d Date: Fri, 09 Nov 2018 08:47:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:47:07,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-675af91c-0920-49ea-aab0-be170d852f9d 2018-11-09 08:47:07,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&mac_address=fa%3A16%3A3e%3Ae9%3A6e%3Acb&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:07,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-89284287-35d5-4aae-8691-cff204539ec0 Date: Fri, 09 Nov 2018 08:47:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["28f43b21-1022-43b5-b7d8-0d0cf5155507","6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal","device_id":"891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc"}]} 2018-11-09 08:47:07,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0&mac_address=fa%3A16%3A3e%3Ae9%3A6e%3Acb&name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1&admin_state_up=True used request id req-89284287-35d5-4aae-8691-cff204539ec0 2018-11-09 08:47:07,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:07,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5c7bfe8-6ec8-445b-959b-cebb899ec070 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:47:07,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-a5c7bfe8-6ec8-445b-959b-cebb899ec070 2018-11-09 08:47:07,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:08,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3dcd691-4b11-4915-8bbe-c193514f08f9 x-compute-request-id: req-a3dcd691-4b11-4915-8bbe-c193514f08f9 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}, {"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 08:47:08,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst used request id req-a3dcd691-4b11-4915-8bbe-c193514f08f9 2018-11-09 08:47:08,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:08,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0f56f93a-e56f-446e-a119-3e34262438fd Date: Fri, 09 Nov 2018 08:47: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:47:08,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-0f56f93a-e56f-446e-a119-3e34262438fd 2018-11-09 08:47:08,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:09,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6588b6a5-1243-4c7d-95e2-55d13bcb0c70 Date: Fri, 09 Nov 2018 08:47:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:47:09,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-6588b6a5-1243-4c7d-95e2-55d13bcb0c70 2018-11-09 08:47:09,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:09,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-9a2bbaa4-7e30-4d80-9cf6-f65404b50081 Date: Fri, 09 Nov 2018 08:47:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.2"}],"id":"1c0d2cdc-a41b-492b-abdc-e39112c503c1","security_groups":[],"mac_address":"fa:16:3e:48:3a:8d","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["28f43b21-1022-43b5-b7d8-0d0cf5155507","6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal","device_id":"891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.3"}],"id":"7535c695-0ece-416b-8af3-33236a826d71","security_groups":[],"mac_address":"fa:16:3e:e4:8c:d9","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.4"}],"id":"7ed73b4d-6687-4675-a28c-3eb7662b8059","security_groups":[],"mac_address":"fa:16:3e:dc:90:63","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.1"}],"id":"d3932ea3-4132-4f3e-91fc-52c8b2368560","security_groups":[],"mac_address":"fa:16:3e:b3:c3:ca","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:35Z","binding:vnic_type":"normal","device_id":"59430232-11ff-4deb-9138-7c71093f2d0c"}]} 2018-11-09 08:47:09,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-9a2bbaa4-7e30-4d80-9cf6-f65404b50081 2018-11-09 08:47:09,376 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst 2018-11-09 08:47:09,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:09,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-19399331-17cb-4a58-849a-085753ee8b8f Date: Fri, 09 Nov 2018 08:47:09 GMT RESP BODY: {"floatingips": []} 2018-11-09 08:47:09,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-19399331-17cb-4a58-849a-085753ee8b8f 2018-11-09 08:47:09,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:09,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-5832a72a-1400-4ab8-b81d-6a206e645a59 Date: Fri, 09 Nov 2018 08:47:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:29Z", "admin_state_up": true, "updated_at": "2018-11-09T08:46:35Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "59430232-11ff-4deb-9138-7c71093f2d0c", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router"}]} 2018-11-09 08:47:09,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router used request id req-5832a72a-1400-4ab8-b81d-6a206e645a59 2018-11-09 08:47:09,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:09,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0e2485d-e0d6-48e9-8d40-8c945a6ec23b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:47:09,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-a0e2485d-e0d6-48e9-8d40-8c945a6ec23b 2018-11-09 08:47:09,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=59430232-11ff-4deb-9138-7c71093f2d0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:09,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-79918ccc-4e8c-4a0f-bd15-c06e7cf6a284 Date: Fri, 09 Nov 2018 08:47:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.1"}],"id":"d3932ea3-4132-4f3e-91fc-52c8b2368560","security_groups":[],"mac_address":"fa:16:3e:b3:c3:ca","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:35Z","binding:vnic_type":"normal","device_id":"59430232-11ff-4deb-9138-7c71093f2d0c"}]} 2018-11-09 08:47:09,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=59430232-11ff-4deb-9138-7c71093f2d0c used request id req-79918ccc-4e8c-4a0f-bd15-c06e7cf6a284 2018-11-09 08:47:09,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/fe55073a-5565-4067-b496-92b14f13454e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:09,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c4a5e763-4c98-4638-a0fa-9a37119420cc Date: Fri, 09 Nov 2018 08:47:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}} 2018-11-09 08:47:09,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/fe55073a-5565-4067-b496-92b14f13454e used request id req-c4a5e763-4c98-4638-a0fa-9a37119420cc 2018-11-09 08:47:09,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:10,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-accf7fcd-b80e-491c-8acc-6bedebdd4c58 Date: Fri, 09 Nov 2018 08:47:10 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:47:10,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-accf7fcd-b80e-491c-8acc-6bedebdd4c58 2018-11-09 08:47:10,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:10,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0f29f5dd-d591-4ec9-9edb-b2f13cda2139 Date: Fri, 09 Nov 2018 08:47:10 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:47:10,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-0f29f5dd-d591-4ec9-9edb-b2f13cda2139 2018-11-09 08:47:10,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:11,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b565c56-71e5-4ec0-8022-2647e468294e x-compute-request-id: req-3b565c56-71e5-4ec0-8022-2647e468294e Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}, {"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:47:11,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-3b565c56-71e5-4ec0-8022-2647e468294e 2018-11-09 08:47:11,005 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst] is - ACTIVE 2018-11-09 08:47:11,005 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:47:11,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:11,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47: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-bda63f29-cd01-42ab-bb24-f309b0e2f7d9 x-compute-request-id: req-bda63f29-cd01-42ab-bb24-f309b0e2f7d9 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}, {"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:47:11,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-bda63f29-cd01-42ab-bb24-f309b0e2f7d9 2018-11-09 08:47:11,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:11,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1be56770-c83a-428d-963b-2f62a6670374 Date: Fri, 09 Nov 2018 08:47:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:47:11,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-1be56770-c83a-428d-963b-2f62a6670374 2018-11-09 08:47:11,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:11,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9da6a6a-5760-4522-a62a-499d5fc3068a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:47:11,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-f9da6a6a-5760-4522-a62a-499d5fc3068a 2018-11-09 08:47:11,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:12,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6844fac8-5283-4a94-97e9-058b9b328c1c Date: Fri, 09 Nov 2018 08:47:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:47:12,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-6844fac8-5283-4a94-97e9-058b9b328c1c 2018-11-09 08:47:12,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:12,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-653dc757-15c1-4cc0-ad59-33d40a0aafc2 Date: Fri, 09 Nov 2018 08:47:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.2"}],"id":"1c0d2cdc-a41b-492b-abdc-e39112c503c1","security_groups":[],"mac_address":"fa:16:3e:48:3a:8d","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["28f43b21-1022-43b5-b7d8-0d0cf5155507","6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal","device_id":"891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.3"}],"id":"7535c695-0ece-416b-8af3-33236a826d71","security_groups":[],"mac_address":"fa:16:3e:e4:8c:d9","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.4"}],"id":"7ed73b4d-6687-4675-a28c-3eb7662b8059","security_groups":[],"mac_address":"fa:16:3e:dc:90:63","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.1"}],"id":"d3932ea3-4132-4f3e-91fc-52c8b2368560","security_groups":[],"mac_address":"fa:16:3e:b3:c3:ca","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:35Z","binding:vnic_type":"normal","device_id":"59430232-11ff-4deb-9138-7c71093f2d0c"}]} 2018-11-09 08:47:12,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-653dc757-15c1-4cc0-ad59-33d40a0aafc2 2018-11-09 08:47:12,122 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 08:47:12,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:12,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1b70ab03-ed24-4080-bb7d-e70402e8d329 Date: Fri, 09 Nov 2018 08:47:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:47:12,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-1b70ab03-ed24-4080-bb7d-e70402e8d329 2018-11-09 08:47:12,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:12,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9908d305-b302-4815-9778-60d456941adf Date: Fri, 09 Nov 2018 08:47:12 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:47:12,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-9908d305-b302-4815-9778-60d456941adf 2018-11-09 08:47:12,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "port_id": "3ac08353-cbfe-49b9-b7fa-4b31454b0b3b"}}' 2018-11-09 08:47:14,780 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-16d9eba5-85b8-4baf-8dc9-422479e2e883 Date: Fri, 09 Nov 2018 08:47:14 GMT RESP BODY: {"floatingip": {"router_id": "59430232-11ff-4deb-9138-7c71093f2d0c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:47:13Z", "updated_at": "2018-11-09T08:47:13Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.55.1.6", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_id": "3ac08353-cbfe-49b9-b7fa-4b31454b0b3b", "id": "05cf1b39-95c3-40bc-8ab8-081408e7a6bf"}} 2018-11-09 08:47:14,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-16d9eba5-85b8-4baf-8dc9-422479e2e883 2018-11-09 08:47:14,781 - create_instance - INFO - Created floating IP 172.30.9.208 via router - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router 2018-11-09 08:47:14,781 - create_instance - INFO - Checking if VM is active 2018-11-09 08:47:14,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:15,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e281496-3026-4ba7-88fd-bde89946a1eb x-compute-request-id: req-8e281496-3026-4ba7-88fd-bde89946a1eb Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}, {"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:47:15,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-8e281496-3026-4ba7-88fd-bde89946a1eb 2018-11-09 08:47:15,916 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst] is - ACTIVE 2018-11-09 08:47:15,916 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:47:15,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:16,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f84a5b3c-75f3-4992-8d34-1dd3ed99e1a4 x-compute-request-id: req-f84a5b3c-75f3-4992-8d34-1dd3ed99e1a4 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:6e:cb", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp"}, {"name": "default"}], "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:46:56Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:47:16,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-f84a5b3c-75f3-4992-8d34-1dd3ed99e1a4 2018-11-09 08:47:16,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:16,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1cde3805-a35d-454f-b276-f14f47e0896c Date: Fri, 09 Nov 2018 08:47: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":["fe55073a-5565-4067-b496-92b14f13454e"],"updated_at":"2018-11-09T08:46:26Z","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net"}]} 2018-11-09 08:47:16,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net used request id req-1cde3805-a35d-454f-b276-f14f47e0896c 2018-11-09 08:47:16,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:16,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e126c44-fe36-417f-bb1a-d316b4e94d88 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:47:16,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-0e126c44-fe36-417f-bb1a-d316b4e94d88 2018-11-09 08:47:16,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:16,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-11525c67-0867-48c1-bae3-200b9dc9e4c6 Date: Fri, 09 Nov 2018 08:47:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","dns_nameservers":[],"updated_at":"2018-11-09T08:46:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a43f8ee74024ad1b928fc10fccc397b","id":"fe55073a-5565-4067-b496-92b14f13454e","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet"}]} 2018-11-09 08:47:16,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-11525c67-0867-48c1-bae3-200b9dc9e4c6 2018-11-09 08:47:16,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:16,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-2dea1884-8ff7-42e2-831f-bcb2c3e2b965 Date: Fri, 09 Nov 2018 08:47:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.2"}],"id":"1c0d2cdc-a41b-492b-abdc-e39112c503c1","security_groups":[],"mac_address":"fa:16:3e:48:3a:8d","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.6"}],"id":"3ac08353-cbfe-49b9-b7fa-4b31454b0b3b","security_groups":["28f43b21-1022-43b5-b7d8-0d0cf5155507","6f75f960-c8d6-474d-a1b6-91502b5066fa"],"mac_address":"fa:16:3e:e9:6e:cb","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:46Z","binding:vnic_type":"normal","device_id":"891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.3"}],"id":"7535c695-0ece-416b-8af3-33236a826d71","security_groups":[],"mac_address":"fa:16:3e:e4:8c:d9","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.4"}],"id":"7ed73b4d-6687-4675-a28c-3eb7662b8059","security_groups":[],"mac_address":"fa:16:3e:dc:90:63","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5dfb7e98-fd88-4af6-ae65-cacbd6729ac0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:46:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fe55073a-5565-4067-b496-92b14f13454e","ip_address":"10.55.1.1"}],"id":"d3932ea3-4132-4f3e-91fc-52c8b2368560","security_groups":[],"mac_address":"fa:16:3e:b3:c3:ca","project_id":"3a43f8ee74024ad1b928fc10fccc397b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5dfb7e98-fd88-4af6-ae65-cacbd6729ac0","tenant_id":"3a43f8ee74024ad1b928fc10fccc397b","created_at":"2018-11-09T08:46:35Z","binding:vnic_type":"normal","device_id":"59430232-11ff-4deb-9138-7c71093f2d0c"}]} 2018-11-09 08:47:16,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-2dea1884-8ff7-42e2-831f-bcb2c3e2b965 2018-11-09 08:47:16,725 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:47:16,728 - paramiko.transport - DEBUG - starting thread (client mode): 0x8819ff50L 2018-11-09 08:47:16,729 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:47:16,729 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:47:16,729 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:47:16,730 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:47:16,730 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:47:16,730 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:47:16,730 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:47:16,730 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:47:16,731 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:47:16,746 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:47:16,746 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:47:16,761 - paramiko.transport - DEBUG - Trying key 8d22ec1e49975649cfa2602f07066a31 from tmp/CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e 2018-11-09 08:47:16,784 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:47:16,786 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:47:16,887 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:47:16,907 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:47:16,907 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:47:16,908 - paramiko.transport - DEBUG - starting thread (client mode): 0x8819ff50L 2018-11-09 08:47:16,908 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:47:16,909 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:47:16,909 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:47:16,910 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:47:16,910 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:47:16,910 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:47:16,910 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:47:16,911 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:47:16,911 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:47:16,924 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:47:16,925 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:47:16,940 - paramiko.transport - DEBUG - Trying key 8d22ec1e49975649cfa2602f07066a31 from tmp/CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e 2018-11-09 08:47:16,964 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:47:16,967 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:47:16,972 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:47:16,973 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:47:16,973 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:47:16,975 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:47:16,976 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:47:16,977 - create_instance - INFO - Deleting Port with ID - 3ac08353-cbfe-49b9-b7fa-4b31454b0b3b 2018-11-09 08:47:16,978 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1 2018-11-09 08:47:16,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/3ac08353-cbfe-49b9-b7fa-4b31454b0b3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:18,162 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b8e1310d-6fa6-4d91-93ec-bb6838064211 Date: Fri, 09 Nov 2018 08:47:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:18,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/3ac08353-cbfe-49b9-b7fa-4b31454b0b3b used request id req-b8e1310d-6fa6-4d91-93ec-bb6838064211 2018-11-09 08:47:18,163 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst 2018-11-09 08:47:18,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:18,324 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:47:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42274ffb-e525-48f5-b497-5c952331283f x-compute-request-id: req-42274ffb-e525-48f5-b497-5c952331283f Content-Type: application/json 2018-11-09 08:47:18,324 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-42274ffb-e525-48f5-b497-5c952331283f 2018-11-09 08:47:18,325 - create_instance - INFO - Checking deletion status 2018-11-09 08:47:18,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:18,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa82e17e-ac26-411b-8c2b-706d116550ae x-compute-request-id: req-fa82e17e-ac26-411b-8c2b-706d116550ae 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.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:47:18Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:47:18,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-fa82e17e-ac26-411b-8c2b-706d116550ae 2018-11-09 08:47:18,605 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst] is - ACTIVE 2018-11-09 08:47:18,605 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:47:21,608 - create_instance - DEBUG - VM status query timeout in 296.716928959 2018-11-09 08:47:21,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:21,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db715e44-519e-4584-92a9-1bfdec5f0d30 x-compute-request-id: req-db715e44-519e-4584-92a9-1bfdec5f0d30 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.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:47:18Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:47:21,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-db715e44-519e-4584-92a9-1bfdec5f0d30 2018-11-09 08:47:21,904 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst] is - ACTIVE 2018-11-09 08:47:21,904 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:47:24,907 - create_instance - DEBUG - VM status query timeout in 293.417469978 2018-11-09 08:47:24,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:25,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-fee429d9-36cd-43dd-8d9b-f24b58f118db x-compute-request-id: req-fee429d9-36cd-43dd-8d9b-f24b58f118db 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.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "rel": "bookmark"}], "image": {"id": "a02f6da5-25b0-4cb3-824e-c71c49c366d8", "links": [{"href": "http://172.30.9.27:8774/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:46:56.000000", "flavor": {"id": "efa5fc4d-46ae-4151-844e-5a38be02595b", "links": [{"href": "http://172.30.9.27:8774/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b", "rel": "bookmark"}]}, "id": "891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc", "user_id": "cd80c42715504b46b0a15bdb696549b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:47:18Z", "hostId": "64b5d84b51bf72e1555acf43170663ea70482f15226c8d96e715f36b", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp", "name": "CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst", "created": "2018-11-09T08:46:50Z", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:47:25,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-fee429d9-36cd-43dd-8d9b-f24b58f118db 2018-11-09 08:47:25,157 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst] is - ACTIVE 2018-11-09 08:47:25,158 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:47:28,158 - create_instance - DEBUG - VM status query timeout in 290.166677952 2018-11-09 08:47:28,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e231c1c4bae9b24e3893920922c3971a17639a" 2018-11-09 08:47:28,391 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:47:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-768502c2-b9f8-400f-ada6-3980110caf2a x-compute-request-id: req-768502c2-b9f8-400f-ada6-3980110caf2a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc could not be found.", "code": 404}} 2018-11-09 08:47:28,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc used request id req-768502c2-b9f8-400f-ada6-3980110caf2a 2018-11-09 08:47:28,391 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 891a939b-ba8d-45e5-b1b4-d9ec0f2f4ccc could not be found. (HTTP 404) (Request-ID: req-768502c2-b9f8-400f-ada6-3980110caf2a) 2018-11-09 08:47:28,391 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-inst 2018-11-09 08:47:28,392 - create_instance - INFO - Deleting Floating IP - 172.30.9.208 2018-11-09 08:47:28,392 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-11-09 08:47:28,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/05cf1b39-95c3-40bc-8ab8-081408e7a6bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:28,819 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-20c671b0-d76d-46e5-8356-c15122c679f3 Content-Length: 0 Date: Fri, 09 Nov 2018 08:47:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:28,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/05cf1b39-95c3-40bc-8ab8-081408e7a6bf used request id req-20c671b0-d76d-46e5-8356-c15122c679f3 2018-11-09 08:47:28,819 - create_instance - INFO - Deleting Port with ID - 3ac08353-cbfe-49b9-b7fa-4b31454b0b3b 2018-11-09 08:47:28,819 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802eport-1 2018-11-09 08:47:28,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/3ac08353-cbfe-49b9-b7fa-4b31454b0b3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5d913da0b608a36c94dc3c8028aa1e714ad758" 2018-11-09 08:47:28,866 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 132 X-Openstack-Request-Id: req-51d34e48-f2e3-4f62-867f-e7b2c8112d66 Date: Fri, 09 Nov 2018 08:47:28 GMT RESP BODY: {"NeutronError": {"message": "Port 3ac08353-cbfe-49b9-b7fa-4b31454b0b3b could not be found.", "type": "PortNotFound", "detail": ""}} 2018-11-09 08:47:28,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/3ac08353-cbfe-49b9-b7fa-4b31454b0b3b used request id req-51d34e48-f2e3-4f62-867f-e7b2c8112d66 2018-11-09 08:47:28,867 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port 3ac08353-cbfe-49b9-b7fa-4b31454b0b3b could not be found.", "type": "PortNotFound", "detail": ""}} 2018-11-09 08:47:28,867 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port 3ac08353-cbfe-49b9-b7fa-4b31454b0b3b could not be found. Neutron server returns request_ids: ['req-51d34e48-f2e3-4f62-867f-e7b2c8112d66'] 2018-11-09 08:47:28,868 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp 2018-11-09 08:47:28,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df11af68d56d012e26935bce9c122d8682087a32" 2018-11-09 08:47:28,907 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:47:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-223e16c8-3bb9-4118-b1f7-f283dd9d7482 x-compute-request-id: req-223e16c8-3bb9-4118-b1f7-f283dd9d7482 Content-Length: 0 Content-Type: application/json 2018-11-09 08:47:28,907 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-kp used request id req-223e16c8-3bb9-4118-b1f7-f283dd9d7482 2018-11-09 08:47:28,907 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e.pub] 2018-11-09 08:47:28,908 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e] 2018-11-09 08:47:28,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96826afab515996b655e91e8787b242131242762" 2018-11-09 08:47:28,948 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:47:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d408f290-cadf-434f-b239-5884e70b03ca x-compute-request-id: req-d408f290-cadf-434f-b239-5884e70b03ca Content-Length: 0 Content-Type: application/json 2018-11-09 08:47:28,948 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/efa5fc4d-46ae-4151-844e-5a38be02595b used request id req-d408f290-cadf-434f-b239-5884e70b03ca 2018-11-09 08:47:28,949 - neutron_utils - INFO - Deleting security group rule with ID - 54ba7a1e-7d86-4ad1-a107-2d0a1579066e 2018-11-09 08:47:28,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/54ba7a1e-7d86-4ad1-a107-2d0a1579066e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:47:29,190 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c21bb85b-efcc-4d31-a0e3-dbaf1749a31a Content-Length: 0 Date: Fri, 09 Nov 2018 08:47:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:29,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/54ba7a1e-7d86-4ad1-a107-2d0a1579066e used request id req-c21bb85b-efcc-4d31-a0e3-dbaf1749a31a 2018-11-09 08:47:29,191 - neutron_utils - INFO - Deleting security group rule with ID - 43ab73e3-69cf-402e-b09b-0dd37f40c7ba 2018-11-09 08:47:29,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/43ab73e3-69cf-402e-b09b-0dd37f40c7ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:47:29,285 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f2c9a2f-8fcf-43c3-b7de-9a650ff93018 Content-Length: 0 Date: Fri, 09 Nov 2018 08:47:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:29,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/43ab73e3-69cf-402e-b09b-0dd37f40c7ba used request id req-9f2c9a2f-8fcf-43c3-b7de-9a650ff93018 2018-11-09 08:47:29,286 - neutron_utils - INFO - Deleting security group rule with ID - 2dbc5215-3cc3-4706-a358-5d71d5b9f419 2018-11-09 08:47:29,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/2dbc5215-3cc3-4706-a358-5d71d5b9f419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:47:29,373 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-68e5654e-1446-4950-b3d5-22fce47bcbb2 Content-Length: 0 Date: Fri, 09 Nov 2018 08:47:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:29,373 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/2dbc5215-3cc3-4706-a358-5d71d5b9f419 used request id req-68e5654e-1446-4950-b3d5-22fce47bcbb2 2018-11-09 08:47:29,373 - neutron_utils - INFO - Deleting security group rule with ID - 679aca3c-1eaa-41d5-afa0-3870a1179160 2018-11-09 08:47:29,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/679aca3c-1eaa-41d5-afa0-3870a1179160 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:47:29,504 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1f6d8357-731d-43da-96b2-f5c042ce2f8c Content-Length: 0 Date: Fri, 09 Nov 2018 08:47:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:29,504 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/679aca3c-1eaa-41d5-afa0-3870a1179160 used request id req-1f6d8357-731d-43da-96b2-f5c042ce2f8c 2018-11-09 08:47:29,504 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-sec-grp 2018-11-09 08:47:29,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/28f43b21-1022-43b5-b7d8-0d0cf5155507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6fba97ee6ae9b32a2c1461b96bd9b997631056" 2018-11-09 08:47:29,797 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64602170-8eb8-4908-bc85-35baf23085e9 Content-Length: 0 Date: Fri, 09 Nov 2018 08:47:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:29,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/28f43b21-1022-43b5-b7d8-0d0cf5155507 used request id req-64602170-8eb8-4908-bc85-35baf23085e9 2018-11-09 08:47:29,798 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router and subnet CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet 2018-11-09 08:47:29,798 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router 2018-11-09 08:47:29,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/59430232-11ff-4deb-9138-7c71093f2d0c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" -d '{"subnet_id": "fe55073a-5565-4067-b496-92b14f13454e"}' 2018-11-09 08:47:31,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c7525525-a47b-416c-bb17-de0447b83ea9 Date: Fri, 09 Nov 2018 08:47:31 GMT RESP BODY: {"network_id": "5dfb7e98-fd88-4af6-ae65-cacbd6729ac0", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "subnet_id": "fe55073a-5565-4067-b496-92b14f13454e", "subnet_ids": ["fe55073a-5565-4067-b496-92b14f13454e"], "port_id": "d3932ea3-4132-4f3e-91fc-52c8b2368560", "id": "59430232-11ff-4deb-9138-7c71093f2d0c"} 2018-11-09 08:47:31,458 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/59430232-11ff-4deb-9138-7c71093f2d0c/remove_router_interface used request id req-c7525525-a47b-416c-bb17-de0447b83ea9 2018-11-09 08:47:31,459 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router 2018-11-09 08:47:31,459 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-router 2018-11-09 08:47:31,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/59430232-11ff-4deb-9138-7c71093f2d0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456df5adbd3e6c3abbdbba9f5b6203ebefee9ba" 2018-11-09 08:47:34,949 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-15900074-08b5-43e8-a124-3bc7bbe1c792 Content-Length: 0 Date: Fri, 09 Nov 2018 08:47:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:34,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/59430232-11ff-4deb-9138-7c71093f2d0c used request id req-15900074-08b5-43e8-a124-3bc7bbe1c792 2018-11-09 08:47:34,950 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet 2018-11-09 08:47:34,950 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-subnet 2018-11-09 08:47:34,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/fe55073a-5565-4067-b496-92b14f13454e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a10bf9ad16c6b44039c707063007960db6b2dba" 2018-11-09 08:47:37,247 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-76b0a06a-db75-4058-b306-9787c3d410f0 Date: Fri, 09 Nov 2018 08:47:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:37,248 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/fe55073a-5565-4067-b496-92b14f13454e used request id req-76b0a06a-db75-4058-b306-9787c3d410f0 2018-11-09 08:47:37,248 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-pub-net 2018-11-09 08:47:37,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a10bf9ad16c6b44039c707063007960db6b2dba" 2018-11-09 08:47:38,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-03665280-2637-498a-aab1-9901acc5b0d5 Date: Fri, 09 Nov 2018 08:47:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:38,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/5dfb7e98-fd88-4af6-ae65-cacbd6729ac0 used request id req-03665280-2637-498a-aab1-9901acc5b0d5 2018-11-09 08:47:38,556 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-0f74f83e-070d-41cd-a987-203552ac802e-image 2018-11-09 08:47:38,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea8b93a29ffef49ccd33b3df59f0ce1ba5339871" 2018-11-09 08:47:39,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2cd3468a-adec-4288-926b-0473ca7f349f Date: Fri, 09 Nov 2018 08:47:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:47:39,560 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/a02f6da5-25b0-4cb3-824e-c71c49c366d8 used request id req-2cd3468a-adec-4288-926b-0473ca7f349f 2018-11-09 08:47:39,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:47:39,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4e0a353d-6288-497b-b22c-1be5c86d849f Date: Fri, 09 Nov 2018 08:47:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:24Z", "updated_at": "2018-11-09T08:46:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:24Z", "revision_number": 0, "id": "804b6e89-c914-414f-8d5e-3b4e6e3af174", "remote_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:24Z", "security_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:24Z", "revision_number": 0, "id": "92db15fc-eae3-4206-a097-c5b2ddc34e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:24Z", "security_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:24Z", "revision_number": 0, "id": "ab97abee-c109-4985-b955-e6abf4ed8eac", "remote_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:24Z", "security_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:46:24Z", "revision_number": 0, "id": "dc937798-4b43-4565-ab06-f661120cd06d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:46:24Z", "security_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a43f8ee74024ad1b928fc10fccc397b"}], "revision_number": 4, "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:47:39,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-4e0a353d-6288-497b-b22c-1be5c86d849f 2018-11-09 08:47:39,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:47:39,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fdae08d-d828-44e0-bd09-5ee33f2b04c8 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:47:39,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-1fdae08d-d828-44e0-bd09-5ee33f2b04c8 2018-11-09 08:47:39,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:47:39,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1ff920-c73d-454e-8206-da72acc3c975 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b"}, "enabled": true, "id": "3a43f8ee74024ad1b928fc10fccc397b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj"}} 2018-11-09 08:47:39,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-7d1ff920-c73d-454e-8206-da72acc3c975 2018-11-09 08:47:39,971 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6f75f960-c8d6-474d-a1b6-91502b5066fa 2018-11-09 08:47:39,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6f75f960-c8d6-474d-a1b6-91502b5066fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:47:40,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ed2b1129-8ca0-4c53-b11d-ec37760e7683 Date: Fri, 09 Nov 2018 08:47:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:24Z", "security_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:24Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "804b6e89-c914-414f-8d5e-3b4e6e3af174"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:24Z", "security_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:24Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "92db15fc-eae3-4206-a097-c5b2ddc34e53"}, {"remote_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:24Z", "security_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:24Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "ab97abee-c109-4985-b955-e6abf4ed8eac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:46:24Z", "security_group_id": "6f75f960-c8d6-474d-a1b6-91502b5066fa", "port_range_min": null, "revision_number": 0, "tenant_id": "3a43f8ee74024ad1b928fc10fccc397b", "created_at": "2018-11-09T08:46:24Z", "project_id": "3a43f8ee74024ad1b928fc10fccc397b", "id": "dc937798-4b43-4565-ab06-f661120cd06d"}]} 2018-11-09 08:47:40,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=6f75f960-c8d6-474d-a1b6-91502b5066fa used request id req-ed2b1129-8ca0-4c53-b11d-ec37760e7683 2018-11-09 08:47:40,154 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:47:40,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6f75f960-c8d6-474d-a1b6-91502b5066fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:47:40,573 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35d5e39b-35f6-4a29-b9b8-00c0abbeebd8 Content-Length: 0 Date: Fri, 09 Nov 2018 08:47:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:47:40,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6f75f960-c8d6-474d-a1b6-91502b5066fa used request id req-35d5e39b-35f6-4a29-b9b8-00c0abbeebd8 2018-11-09 08:47:40,574 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj 2018-11-09 08:47:40,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:47:40,781 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:47:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f03f6228-b0a3-4ec1-8078-21a6af66a8e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:47:40,781 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/3a43f8ee74024ad1b928fc10fccc397b used request id req-f03f6228-b0a3-4ec1-8078-21a6af66a8e4 2018-11-09 08:47:40,782 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-f2cc6544-8232-479-proj-role 2018-11-09 08:47:40,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/60cbf7a5d24142789c4d8cdfb4772b38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:47:40,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:47:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dec8100c-c8bb-4c14-b385-a57af3c9dd33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:47:40,895 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/60cbf7a5d24142789c4d8cdfb4772b38 used request id req-dec8100c-c8bb-4c14-b385-a57af3c9dd33 2018-11-09 08:47:40,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a916fa19f64b0ec6d38e1901321d16c1349c2c5" 2018-11-09 08:47:40,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da0b8214-bc00-4e12-8da6-4d092d24d278 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:47:40,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-da0b8214-bc00-4e12-8da6-4d092d24d278 2018-11-09 08:47:40,981 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-f2cc6544-8232-479-user 2018-11-09 08:47:40,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/cd80c42715504b46b0a15bdb696549b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3117a31e66599155085839ce67cba59ee8b3cb33" 2018-11-09 08:47:41,199 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:47:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36f20b90-ad76-4c0c-abd9-b0013a7a0450 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:47:41,199 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/cd80c42715504b46b0a15bdb696549b1 used request id req-36f20b90-ad76-4c0c-abd9-b0013a7a0450 2018-11-09 08:47:41,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:47:41,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:47:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["1cUFqOU4SGe5Ue3gw4WKzw"], "issued_at": "2018-11-09T08:47:41.000000Z"}} 2018-11-09 08:47:41,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0f913d2421b17342b048cc993541bb678b931c" 2018-11-09 08:47:41,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3b73972-d084-47ce-9228-bb90fbba7ce2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:47:41,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a3b73972-d084-47ce-9228-bb90fbba7ce2 2018-11-09 08:47:41,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:47:41,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:47:42,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:47:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["CPyA7eoBTjWTWi2uJcBELA"], "issued_at": "2018-11-09T08:47:41.000000Z"}} 2018-11-09 08:47:42,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:47:42,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8c8c4b8-e6f9-418b-b528-adb388ff7d24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:47:42,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c8c8c4b8-e6f9-418b-b528-adb388ff7d24 2018-11-09 08:47:42,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:47:42,168 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:47: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:47:42,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:47:42,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c1c5e5-2d42-4d79-bd49-8fb27efced14 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:47:42,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj used request id req-97c1c5e5-2d42-4d79-bd49-8fb27efced14 2018-11-09 08:47:42,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:47:42,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16081bd4-6204-47c7-98db-9cd6c7948793 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:47:42,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-16081bd4-6204-47c7-98db-9cd6c7948793 2018-11-09 08:47:42,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}}' 2018-11-09 08:47:42,481 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43e76586-87d6-477f-87d1-86c9a57666b7 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:47:42,482 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-43e76586-87d6-477f-87d1-86c9a57666b7 2018-11-09 08:47:42,482 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj 2018-11-09 08:47:42,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:47:42,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:47:42,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:47:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["KV1QXWXGQAqOOz85x7UCqw"], "issued_at": "2018-11-09T08:47:42.000000Z"}} 2018-11-09 08:47:42,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e918a5ce99c99261cab0dbf12cbc05b3da4da1" 2018-11-09 08:47:42,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30b1908d-a8ae-475f-860c-b437a430cf61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:47:42,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-30b1908d-a8ae-475f-860c-b437a430cf61 2018-11-09 08:47:42,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:47:42,958 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:47: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:47:42,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e918a5ce99c99261cab0dbf12cbc05b3da4da1" 2018-11-09 08:47:43,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd2f76f-f36f-4546-acf2-5c34a66d8e41 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:47:43,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9dd2f76f-f36f-4546-acf2-5c34a66d8e41 2018-11-09 08:47:43,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e918a5ce99c99261cab0dbf12cbc05b3da4da1" 2018-11-09 08:47:43,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84437f1e-b582-46b2-a5d1-6f5d00affe2b Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}]} 2018-11-09 08:47:43,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj used request id req-84437f1e-b582-46b2-a5d1-6f5d00affe2b 2018-11-09 08:47:43,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e918a5ce99c99261cab0dbf12cbc05b3da4da1" 2018-11-09 08:47:43,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f03d24a8-ec3d-4ea6-ada3-61ab554bc651 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:47:43,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f03d24a8-ec3d-4ea6-ada3-61ab554bc651 2018-11-09 08:47:43,651 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user 2018-11-09 08:47:43,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:47:43,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:47:43,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2ceb21c-befa-4687-ac19-e11e83dbab2b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:47:43,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b2ceb21c-befa-4687-ac19-e11e83dbab2b 2018-11-09 08:47:43,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}}' 2018-11-09 08:47:43,847 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:47:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b96a5f1-b331-4531-8ac9-885451017856 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "06e7a1d3164f4d629dc14f0b70180f16", "links": {"self": "http://172.30.9.27:5000/v3/roles/06e7a1d3164f4d629dc14f0b70180f16"}, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}} 2018-11-09 08:47:43,847 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-2b96a5f1-b331-4531-8ac9-885451017856 2018-11-09 08:47:43,848 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role 2018-11-09 08:47:43,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/06e7a1d3164f4d629dc14f0b70180f16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:47:43,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f3a66a0-e532-4abd-8645-6c8d45e5a345 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/06e7a1d3164f4d629dc14f0b70180f16"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role", "id": "06e7a1d3164f4d629dc14f0b70180f16"}} 2018-11-09 08:47:43,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/06e7a1d3164f4d629dc14f0b70180f16 used request id req-5f3a66a0-e532-4abd-8645-6c8d45e5a345 2018-11-09 08:47:43,935 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role to project CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj 2018-11-09 08:47:43,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0/users/90dd3b8c69a14e97bf1112073a41f133/roles/06e7a1d3164f4d629dc14f0b70180f16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:47:44,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:47:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f7526be-86cc-4258-a1dd-414c43474518 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:47:44,063 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0/users/90dd3b8c69a14e97bf1112073a41f133/roles/06e7a1d3164f4d629dc14f0b70180f16 used request id req-7f7526be-86cc-4258-a1dd-414c43474518 2018-11-09 08:47:44,063 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:47:44,064 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:47:44,064 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:47:44,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:47:44,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06e7a1d3164f4d629dc14f0b70180f16", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}], "expires_at": "2018-11-09T09:47:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ccb89efaab1432099765498128e87b0", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user", "id": "90dd3b8c69a14e97bf1112073a41f133"}, "audit_ids": ["EJ9fupaKSDqodEBd6oka7A"], "issued_at": "2018-11-09T08:47:44.000000Z"}} 2018-11-09 08:47:44,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1f375461dfac2fb97c0aa30f40bd078d82ba03c" 2018-11-09 08:47:44,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-056bc0b3-b2da-4fe7-8f41-04d3714cd21d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:47:44,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-056bc0b3-b2da-4fe7-8f41-04d3714cd21d 2018-11-09 08:47:44,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f375461dfac2fb97c0aa30f40bd078d82ba03c" 2018-11-09 08:47:44,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-aad241ea-f71e-46fd-aec9-2451de77c18f Date: Fri, 09 Nov 2018 08:47:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image"} 2018-11-09 08:47:44,686 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image used request id req-aad241ea-f71e-46fd-aec9-2451de77c18f 2018-11-09 08:47:44,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f375461dfac2fb97c0aa30f40bd078d82ba03c" 2018-11-09 08:47:44,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e069fbac-6ea7-4e48-9ae0-2b422375e909 Date: Fri, 09 Nov 2018 08:47:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:47:44,860 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-e069fbac-6ea7-4e48-9ae0-2b422375e909 2018-11-09 08:47:44,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d1f375461dfac2fb97c0aa30f40bd078d82ba03c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image"}' 2018-11-09 08:47:45,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f X-Openstack-Request-Id: req-2c66a89b-5c77-499c-880f-f547fab86b55 Date: Fri, 09 Nov 2018 08:47:45 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:47:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:47:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f", "min_disk": 0, "protected": false, "id": "4459473c-f49b-47d6-9b73-9c43d923445f", "file": "/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f/file", "checksum": null, "owner": "0ccb89efaab1432099765498128e87b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:47:45,064 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-2c66a89b-5c77-499c-880f-f547fab86b55 2018-11-09 08:47:45,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f375461dfac2fb97c0aa30f40bd078d82ba03c" -d '' 2018-11-09 08:47:46,875 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c050ac1c-5ff6-4567-bb86-82fb98ea85cc Date: Fri, 09 Nov 2018 08:47:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:47:46,876 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f/file used request id req-c050ac1c-5ff6-4567-bb86-82fb98ea85cc 2018-11-09 08:47:46,876 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:47:46,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f375461dfac2fb97c0aa30f40bd078d82ba03c" 2018-11-09 08:47:47,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-44d717a8-9051-48f6-b33f-acfd772280f7 Date: Fri, 09 Nov 2018 08:47:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:47:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:47:46Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4459473c-f49b-47d6-9b73-9c43d923445f/snap", "metadata": {}}], "self": "/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f", "min_disk": 0, "protected": false, "id": "4459473c-f49b-47d6-9b73-9c43d923445f", "file": "/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0ccb89efaab1432099765498128e87b0", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4459473c-f49b-47d6-9b73-9c43d923445f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:47:47,055 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f used request id req-44d717a8-9051-48f6-b33f-acfd772280f7 2018-11-09 08:47:47,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f375461dfac2fb97c0aa30f40bd078d82ba03c" 2018-11-09 08:47:47,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bec6c8d0-7211-4fea-ab7b-1717e2d6c299 Date: Fri, 09 Nov 2018 08:47:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:47:47,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-bec6c8d0-7211-4fea-ab7b-1717e2d6c299 2018-11-09 08:47:47,218 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image 2018-11-09 08:47:47,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f375461dfac2fb97c0aa30f40bd078d82ba03c" 2018-11-09 08:47:47,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-bb72591d-33f8-47cd-9186-2d34a4b98880 Date: Fri, 09 Nov 2018 08:47:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:47:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:47:46Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4459473c-f49b-47d6-9b73-9c43d923445f/snap", "metadata": {}}], "self": "/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f", "min_disk": 0, "protected": false, "id": "4459473c-f49b-47d6-9b73-9c43d923445f", "file": "/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0ccb89efaab1432099765498128e87b0", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4459473c-f49b-47d6-9b73-9c43d923445f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:47:47,368 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f used request id req-bb72591d-33f8-47cd-9186-2d34a4b98880 2018-11-09 08:47:47,369 - create_image - DEBUG - Instance status is - active 2018-11-09 08:47:47,369 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image 2018-11-09 08:47:47,369 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image 2018-11-09 08:47:47,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:47:47,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:47:47,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06e7a1d3164f4d629dc14f0b70180f16", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}], "expires_at": "2018-11-09T09:47:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ccb89efaab1432099765498128e87b0", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user", "id": "90dd3b8c69a14e97bf1112073a41f133"}, "audit_ids": ["2784xoEiQoqu8C1alNiUMg"], "issued_at": "2018-11-09T08:47:47.000000Z"}} 2018-11-09 08:47:47,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3371f32a94da24ee63111104462a6d459b678" 2018-11-09 08:47:47,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b940a677-557d-4567-a4d6-ac2f72ba751e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:47:47,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b940a677-557d-4567-a4d6-ac2f72ba751e 2018-11-09 08:47:47,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3371f32a94da24ee63111104462a6d459b678" 2018-11-09 08:47:48,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a843351c-bcc2-4613-acd9-8a5d8206ecc9 Date: Fri, 09 Nov 2018 08:47:48 GMT RESP BODY: {"networks":[]} 2018-11-09 08:47:48,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-a843351c-bcc2-4613-acd9-8a5d8206ecc9 2018-11-09 08:47:48,003 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net 2018-11-09 08:47:48,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3371f32a94da24ee63111104462a6d459b678" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net", "admin_state_up": true}}' 2018-11-09 08:47:48,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-0b34d2e4-27ba-4eb9-a270-55d6a9584199 Date: Fri, 09 Nov 2018 08:47:48 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"47425564-ddf6-4688-811b-47ac4781e562","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:47:48Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","mtu":1450}} 2018-11-09 08:47:48,558 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-0b34d2e4-27ba-4eb9-a270-55d6a9584199 2018-11-09 08:47:48,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3371f32a94da24ee63111104462a6d459b678" 2018-11-09 08:47:48,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-b06a11c9-27f5-49f8-ac76-13c95954ea55 Date: Fri, 09 Nov 2018 08:47:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:47:48Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:47:48,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-b06a11c9-27f5-49f8-ac76-13c95954ea55 2018-11-09 08:47:48,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3371f32a94da24ee63111104462a6d459b678" 2018-11-09 08:47:48,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-544cb6be-9662-46ad-a750-7fc327c9badf Date: Fri, 09 Nov 2018 08:47:48 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:47:48,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-544cb6be-9662-46ad-a750-7fc327c9badf 2018-11-09 08:47:48,822 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet 2018-11-09 08:47:48,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3371f32a94da24ee63111104462a6d459b678" -d '{"subnets": [{"ip_version": 4, "network_id": "47425564-ddf6-4688-811b-47ac4781e562", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]}' 2018-11-09 08:47:49,552 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f3bb68df-a295-47e3-97f1-ff2b8e49b4cb Date: Fri, 09 Nov 2018 08:47:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","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":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:47:49,552 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-f3bb68df-a295-47e3-97f1-ff2b8e49b4cb 2018-11-09 08:47:49,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3371f32a94da24ee63111104462a6d459b678" 2018-11-09 08:47:49,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-42bdb40e-5f53-456c-8f2a-9f9d213c6c7d Date: Fri, 09 Nov 2018 08:47: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:47:49,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-42bdb40e-5f53-456c-8f2a-9f9d213c6c7d 2018-11-09 08:47:49,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3371f32a94da24ee63111104462a6d459b678" 2018-11-09 08:47:49,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-97b9d59e-57ad-4780-848c-d5abe7b10d98 Date: Fri, 09 Nov 2018 08:47:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:47:49,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-97b9d59e-57ad-4780-848c-d5abe7b10d98 2018-11-09 08:47:49,857 - OpenStackNetwork - DEBUG - Network [47425564-ddf6-4688-811b-47ac4781e562] created successfully 2018-11-09 08:47:49,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:47:49,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:47:50,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06e7a1d3164f4d629dc14f0b70180f16", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}], "expires_at": "2018-11-09T09:47:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ccb89efaab1432099765498128e87b0", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user", "id": "90dd3b8c69a14e97bf1112073a41f133"}, "audit_ids": ["2Q4YNyDmSY-pQtqSUsx3Mw"], "issued_at": "2018-11-09T08:47:50.000000Z"}} 2018-11-09 08:47:50,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:50,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46dd9566-91dc-4968-90ba-4cee78632138 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:47:50,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-46dd9566-91dc-4968-90ba-4cee78632138 2018-11-09 08:47:50,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:50,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cf4cd188-5e17-4b3e-ae63-706782c74d4d Date: Fri, 09 Nov 2018 08:47:50 GMT RESP BODY: {"routers": []} 2018-11-09 08:47:50,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router&admin_state_up=True used request id req-cf4cd188-5e17-4b3e-ae63-706782c74d4d 2018-11-09 08:47:50,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:47:50,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:47:50,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06e7a1d3164f4d629dc14f0b70180f16", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}], "expires_at": "2018-11-09T09:47:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ccb89efaab1432099765498128e87b0", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user", "id": "90dd3b8c69a14e97bf1112073a41f133"}, "audit_ids": ["6khXt36-S22EyCqvgNSKkw"], "issued_at": "2018-11-09T08:47:50.000000Z"}} 2018-11-09 08:47:50,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fd548e39cda0c3b98284938fd2a391838f7d15d" 2018-11-09 08:47:50,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8187f2b1-e570-4405-a3eb-2018f1e1b657 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:47:50,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8187f2b1-e570-4405-a3eb-2018f1e1b657 2018-11-09 08:47:50,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:51,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dbe4d00e-8665-4f6e-9238-bbdc3e2bade8 Date: Fri, 09 Nov 2018 08:47:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:47:51,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-dbe4d00e-8665-4f6e-9238-bbdc3e2bade8 2018-11-09 08:47:51,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:51,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f048291d-0d46-4e12-80e3-5f9338728be3 Date: Fri, 09 Nov 2018 08:47:51 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:47:51,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-f048291d-0d46-4e12-80e3-5f9338728be3 2018-11-09 08:47:51,535 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router 2018-11-09 08:47:51,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router", "admin_state_up": true}}' 2018-11-09 08:47:56,500 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f136dfdf-966b-4ac1-af9e-6d1033dbe629 Date: Fri, 09 Nov 2018 08:47:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:47:52Z", "admin_state_up": true, "updated_at": "2018-11-09T08:47:53Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "0ccb89efaab1432099765498128e87b0", "id": "a8748e79-ccb4-4806-afef-5c8fd40ec9e0", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router"}} 2018-11-09 08:47:56,500 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-f136dfdf-966b-4ac1-af9e-6d1033dbe629 2018-11-09 08:47:56,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=a8748e79-ccb4-4806-afef-5c8fd40ec9e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:56,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c23f1ee1-333f-46ce-a255-5ef157d517d6 Date: Fri, 09 Nov 2018 08:47:56 GMT RESP BODY: {"ports":[]} 2018-11-09 08:47:56,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=a8748e79-ccb4-4806-afef-5c8fd40ec9e0 used request id req-c23f1ee1-333f-46ce-a255-5ef157d517d6 2018-11-09 08:47:56,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:56,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e8a58442-b096-423e-819c-8b896e885969 Date: Fri, 09 Nov 2018 08:47: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:47:56,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-e8a58442-b096-423e-819c-8b896e885969 2018-11-09 08:47:56,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:47:56,939 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:47: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:47:56,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:57,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:47:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba124a9-dc80-4dc2-b3d5-45cc8923f0a8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:47:57,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-dba124a9-dc80-4dc2-b3d5-45cc8923f0a8 2018-11-09 08:47:57,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:57,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-adbcfd19-eb82-4189-b640-e7fd25d5921c Date: Fri, 09 Nov 2018 08:47:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:47:57,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-adbcfd19-eb82-4189-b640-e7fd25d5921c 2018-11-09 08:47:57,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:57,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b863b7a8-c034-423a-95d2-14bde91f3814 Date: Fri, 09 Nov 2018 08:47:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:47:57,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet used request id req-b863b7a8-c034-423a-95d2-14bde91f3814 2018-11-09 08:47:57,434 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:47:57,434 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router 2018-11-09 08:47:57,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/a8748e79-ccb4-4806-afef-5c8fd40ec9e0/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" -d '{"subnet_id": "43612c57-8d7d-4375-8565-6cac905c54d6"}' 2018-11-09 08:47:59,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-44a7fa25-73b5-4e95-a5e1-86ddc1d5b709 Date: Fri, 09 Nov 2018 08:47:59 GMT RESP BODY: {"network_id": "47425564-ddf6-4688-811b-47ac4781e562", "tenant_id": "0ccb89efaab1432099765498128e87b0", "subnet_id": "43612c57-8d7d-4375-8565-6cac905c54d6", "subnet_ids": ["43612c57-8d7d-4375-8565-6cac905c54d6"], "port_id": "ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07", "id": "a8748e79-ccb4-4806-afef-5c8fd40ec9e0"} 2018-11-09 08:47:59,459 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a8748e79-ccb4-4806-afef-5c8fd40ec9e0/add_router_interface used request id req-44a7fa25-73b5-4e95-a5e1-86ddc1d5b709 2018-11-09 08:47:59,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/a8748e79-ccb4-4806-afef-5c8fd40ec9e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:59,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1eb02877-08ca-43fe-a0bc-f0158f209822 Date: Fri, 09 Nov 2018 08:47:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:47:52Z", "admin_state_up": true, "updated_at": "2018-11-09T08:47:58Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "0ccb89efaab1432099765498128e87b0", "id": "a8748e79-ccb4-4806-afef-5c8fd40ec9e0", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router"}} 2018-11-09 08:47:59,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/a8748e79-ccb4-4806-afef-5c8fd40ec9e0 used request id req-1eb02877-08ca-43fe-a0bc-f0158f209822 2018-11-09 08:47:59,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=a8748e79-ccb4-4806-afef-5c8fd40ec9e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:47:59,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-793e913f-b414-455a-93ed-2a1a0c847619 Date: Fri, 09 Nov 2018 08:47:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.1"}],"id":"ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07","security_groups":[],"mac_address":"fa:16:3e:35:aa:90","project_id":"0ccb89efaab1432099765498128e87b0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:57Z","binding:vnic_type":"normal","device_id":"a8748e79-ccb4-4806-afef-5c8fd40ec9e0"}]} 2018-11-09 08:47:59,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=a8748e79-ccb4-4806-afef-5c8fd40ec9e0 used request id req-793e913f-b414-455a-93ed-2a1a0c847619 2018-11-09 08:47:59,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/43612c57-8d7d-4375-8565-6cac905c54d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:48:00,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-2e22453e-b5a8-4a94-aa48-1599811201c9 Date: Fri, 09 Nov 2018 08:48:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","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":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}} 2018-11-09 08:48:00,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/43612c57-8d7d-4375-8565-6cac905c54d6 used request id req-2e22453e-b5a8-4a94-aa48-1599811201c9 2018-11-09 08:48:00,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:48:00,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:48:00,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:48:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["QA4ioyGnRPaZEY5h_7eE7w"], "issued_at": "2018-11-09T08:48:00.000000Z"}} 2018-11-09 08:48:00,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d450efa0783cc5eca1035cfdf51fe9b10648270a" 2018-11-09 08:48:00,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b52b8f1-f864-46d3-95f1-7ec24fc72905 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:48:00,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6b52b8f1-f864-46d3-95f1-7ec24fc72905 2018-11-09 08:48:00,581 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:48:00,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d450efa0783cc5eca1035cfdf51fe9b10648270a" 2018-11-09 08:48:00,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-9f66cac1-f87d-4ec1-8915-371f0e9e9b06 x-compute-request-id: req-9f66cac1-f87d-4ec1-8915-371f0e9e9b06 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:48:00,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9f66cac1-f87d-4ec1-8915-371f0e9e9b06 2018-11-09 08:48:00,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d450efa0783cc5eca1035cfdf51fe9b10648270a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 08:48:00,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-38db18f4-ef2b-4813-aefa-91e403ed4d6c x-compute-request-id: req-38db18f4-ef2b-4813-aefa-91e403ed4d6c Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:48:00,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-38db18f4-ef2b-4813-aefa-91e403ed4d6c 2018-11-09 08:48:00,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:48:00,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:48:01,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06e7a1d3164f4d629dc14f0b70180f16", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}], "expires_at": "2018-11-09T09:48:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ccb89efaab1432099765498128e87b0", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user", "id": "90dd3b8c69a14e97bf1112073a41f133"}, "audit_ids": ["bsz3b6PhTPS0k6Wk2dGocg"], "issued_at": "2018-11-09T08:48:01.000000Z"}} 2018-11-09 08:48:01,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f240f4e4da3c83f358220571ebdd69314ad35ad7" 2018-11-09 08:48:01,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f71f932-2ea6-4347-a2c2-a768ec713456 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:48:01,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1f71f932-2ea6-4347-a2c2-a768ec713456 2018-11-09 08:48:01,274 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:48:01,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f240f4e4da3c83f358220571ebdd69314ad35ad7" 2018-11-09 08:48:01,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-adc1550f-ff43-425a-9270-9dbe4ea5d271 x-compute-request-id: req-adc1550f-ff43-425a-9270-9dbe4ea5d271 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:48:01,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-adc1550f-ff43-425a-9270-9dbe4ea5d271 2018-11-09 08:48:01,450 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp... 2018-11-09 08:48:01,450 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:48:01,472 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp 2018-11-09 08:48:01,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f240f4e4da3c83f358220571ebdd69314ad35ad7" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDNnPu8yxEwLskhsQU22oSzgsd3TH7nTgG1uBcXss3ZK5UWAvEDgQ+TXlFdyjZYIEwC1q+ohb2zaTYIQFLk5+50L0fhDVs0BsAyc9ya35xguzrhZUHeLv3kOmgBlwVcK6yAIFaWTK6Dr/xAlKrUSaBkXM2Ct4Gy9Tthhyh4zGn1rQ==", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp"}}' 2018-11-09 08:48:01,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e6a37d0-5aec-4d22-a9ea-ebc0eba3a437 x-compute-request-id: req-9e6a37d0-5aec-4d22-a9ea-ebc0eba3a437 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDNnPu8yxEwLskhsQU22oSzgsd3TH7nTgG1uBcXss3ZK5UWAvEDgQ+TXlFdyjZYIEwC1q+ohb2zaTYIQFLk5+50L0fhDVs0BsAyc9ya35xguzrhZUHeLv3kOmgBlwVcK6yAIFaWTK6Dr/xAlKrUSaBkXM2Ct4Gy9Tthhyh4zGn1rQ==", "user_id": "90dd3b8c69a14e97bf1112073a41f133", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "fingerprint": "3a:a7:61:cf:bf:c6:77:e9:49:cc:92:86:42:a7:d4:b9"}} 2018-11-09 08:48:01,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-9e6a37d0-5aec-4d22-a9ea-ebc0eba3a437 2018-11-09 08:48:01,551 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e.pub 2018-11-09 08:48:01,552 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e 2018-11-09 08:48:01,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:48:01,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:48:01,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06e7a1d3164f4d629dc14f0b70180f16", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}], "expires_at": "2018-11-09T09:48:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ccb89efaab1432099765498128e87b0", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user", "id": "90dd3b8c69a14e97bf1112073a41f133"}, "audit_ids": ["v0_tVJ5OTYK921mM0y19Wg"], "issued_at": "2018-11-09T08:48:01.000000Z"}} 2018-11-09 08:48:01,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:02,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd1142cd-a2dd-410d-b938-7c2da3b1f93e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:48:02,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fd1142cd-a2dd-410d-b938-7c2da3b1f93e 2018-11-09 08:48:02,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:02,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b5453a7c-5cb9-4724-abf8-361ef3e0ddfd Date: Fri, 09 Nov 2018 08:48:02 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:48:02,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp used request id req-b5453a7c-5cb9-4724-abf8-361ef3e0ddfd 2018-11-09 08:48:02,209 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp... 2018-11-09 08:48:02,209 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp 2018-11-09 08:48:02,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}}' 2018-11-09 08:48:02,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-42a5c286-3769-44c8-9e81-7705e02d93f3 Date: Fri, 09 Nov 2018 08:48:02 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "updated_at": "2018-11-09T08:48:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "ea0f268e-948f-478e-97aa-00931ffd1a47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}], "revision_number": 2, "project_id": "0ccb89efaab1432099765498128e87b0", "id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}} 2018-11-09 08:48:02,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-42a5c286-3769-44c8-9e81-7705e02d93f3 2018-11-09 08:48:02,561 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4464de3-445a-4d2a-84e1-d6a2922fae34 2018-11-09 08:48:02,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:02,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b436987a-9897-4c61-9278-b6bdbe406fa8 Date: Fri, 09 Nov 2018 08:48:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "ea0f268e-948f-478e-97aa-00931ffd1a47"}]} 2018-11-09 08:48:02,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-b436987a-9897-4c61-9278-b6bdbe406fa8 2018-11-09 08:48:02,752 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4464de3-445a-4d2a-84e1-d6a2922fae34 2018-11-09 08:48:02,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:02,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-099af4a6-894f-4a43-8664-1e8fb521ec25 Date: Fri, 09 Nov 2018 08:48:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "ea0f268e-948f-478e-97aa-00931ffd1a47"}]} 2018-11-09 08:48:02,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-099af4a6-894f-4a43-8664-1e8fb521ec25 2018-11-09 08:48:02,931 - neutron_utils - INFO - Retrieving security group with ID - c4464de3-445a-4d2a-84e1-d6a2922fae34 2018-11-09 08:48:02,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:03,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-815c50d6-c726-4a79-9c25-b123a4d63e9b Date: Fri, 09 Nov 2018 08:48:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "updated_at": "2018-11-09T08:48:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "ea0f268e-948f-478e-97aa-00931ffd1a47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}], "revision_number": 2, "project_id": "0ccb89efaab1432099765498128e87b0", "id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}]} 2018-11-09 08:48:03,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-815c50d6-c726-4a79-9c25-b123a4d63e9b 2018-11-09 08:48:03,119 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4464de3-445a-4d2a-84e1-d6a2922fae34 2018-11-09 08:48:03,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:03,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1caf2947-53bf-45b4-b77b-ad6a327d8804 Date: Fri, 09 Nov 2018 08:48:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "ea0f268e-948f-478e-97aa-00931ffd1a47"}]} 2018-11-09 08:48:03,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-1caf2947-53bf-45b4-b77b-ad6a327d8804 2018-11-09 08:48:03,308 - neutron_utils - INFO - Retrieving security group with ID - c4464de3-445a-4d2a-84e1-d6a2922fae34 2018-11-09 08:48:03,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:03,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-c4905c0f-0bae-46bf-af48-489aa78e7880 Date: Fri, 09 Nov 2018 08:48:03 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "updated_at": "2018-11-09T08:48:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "ea0f268e-948f-478e-97aa-00931ffd1a47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}], "revision_number": 2, "project_id": "0ccb89efaab1432099765498128e87b0", "id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}]} 2018-11-09 08:48:03,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-c4905c0f-0bae-46bf-af48-489aa78e7880 2018-11-09 08:48:03,513 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4464de3-445a-4d2a-84e1-d6a2922fae34 2018-11-09 08:48:03,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:03,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-afa42b83-94e8-4c29-86ac-a021f39f34eb Date: Fri, 09 Nov 2018 08:48:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "ea0f268e-948f-478e-97aa-00931ffd1a47"}]} 2018-11-09 08:48:03,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-afa42b83-94e8-4c29-86ac-a021f39f34eb 2018-11-09 08:48:03,542 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp 2018-11-09 08:48:03,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:03,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d084381f-cd83-4844-960a-3b58e812c91e Date: Fri, 09 Nov 2018 08:48:03 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "updated_at": "2018-11-09T08:48:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "ea0f268e-948f-478e-97aa-00931ffd1a47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}], "revision_number": 2, "project_id": "0ccb89efaab1432099765498128e87b0", "id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}]} 2018-11-09 08:48:03,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp used request id req-d084381f-cd83-4844-960a-3b58e812c91e 2018-11-09 08:48:03,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:48:03,753 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:48:03,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:03,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ede599f-960f-48d0-8135-90b2a83ae4b5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:03,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-5ede599f-960f-48d0-8135-90b2a83ae4b5 2018-11-09 08:48:03,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4464de3-445a-4d2a-84e1-d6a2922fae34 2018-11-09 08:48:03,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:04,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7eaebf2e-7dc5-4833-a9c2-e8a1ef6f0246 Date: Fri, 09 Nov 2018 08:48:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "ea0f268e-948f-478e-97aa-00931ffd1a47"}]} 2018-11-09 08:48:04,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-7eaebf2e-7dc5-4833-a9c2-e8a1ef6f0246 2018-11-09 08:48:04,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34"}}' 2018-11-09 08:48:04,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-40236405-2e93-4a8f-ab1d-5e634f92306b Date: Fri, 09 Nov 2018 08:48:03 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:03Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:03Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "1a5a2332-8183-431d-9de8-4081859abedc"}} 2018-11-09 08:48:04,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-40236405-2e93-4a8f-ab1d-5e634f92306b 2018-11-09 08:48:04,165 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp 2018-11-09 08:48:04,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:04,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-852bb18f-65c4-4330-a626-1d9f4fa25f99 Date: Fri, 09 Nov 2018 08:48:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "updated_at": "2018-11-09T08:48:03Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:03Z", "revision_number": 0, "id": "1a5a2332-8183-431d-9de8-4081859abedc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:03Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "ea0f268e-948f-478e-97aa-00931ffd1a47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}], "revision_number": 3, "project_id": "0ccb89efaab1432099765498128e87b0", "id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}]} 2018-11-09 08:48:04,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp used request id req-852bb18f-65c4-4330-a626-1d9f4fa25f99 2018-11-09 08:48:04,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:04,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8caa5a29-a67d-474e-967f-98b6af83046f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:04,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-8caa5a29-a67d-474e-967f-98b6af83046f 2018-11-09 08:48:04,390 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4464de3-445a-4d2a-84e1-d6a2922fae34 2018-11-09 08:48:04,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:04,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-dff4b0a7-08c3-4a38-8603-fcf87b20a086 Date: Fri, 09 Nov 2018 08:48:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:03Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:03Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "1a5a2332-8183-431d-9de8-4081859abedc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "ea0f268e-948f-478e-97aa-00931ffd1a47"}]} 2018-11-09 08:48:04,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-dff4b0a7-08c3-4a38-8603-fcf87b20a086 2018-11-09 08:48:04,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34"}}' 2018-11-09 08:48:04,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-271a6681-e678-4ac5-a9df-ea3cf4b02803 Date: Fri, 09 Nov 2018 08:48:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:48:04Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": 22, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:04Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "fd4c4888-4185-46f7-a647-706192f3c204"}} 2018-11-09 08:48:04,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-271a6681-e678-4ac5-a9df-ea3cf4b02803 2018-11-09 08:48:04,722 - neutron_utils - INFO - Retrieving security group with ID - c4464de3-445a-4d2a-84e1-d6a2922fae34 2018-11-09 08:48:04,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:04,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-3ca907eb-cefa-4af6-a9ca-84274656f6b4 Date: Fri, 09 Nov 2018 08:48:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "updated_at": "2018-11-09T08:48:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:03Z", "revision_number": 0, "id": "1a5a2332-8183-431d-9de8-4081859abedc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:03Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "revision_number": 0, "id": "ea0f268e-948f-478e-97aa-00931ffd1a47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:48:04Z", "revision_number": 0, "id": "fd4c4888-4185-46f7-a647-706192f3c204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:48:04Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}], "revision_number": 4, "project_id": "0ccb89efaab1432099765498128e87b0", "id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}]} 2018-11-09 08:48:04,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-3ca907eb-cefa-4af6-a9ca-84274656f6b4 2018-11-09 08:48:04,773 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4464de3-445a-4d2a-84e1-d6a2922fae34 2018-11-09 08:48:04,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:04,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-f4c7d1e2-e50f-49ba-bf0a-24dfd3ac584f Date: Fri, 09 Nov 2018 08:48:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:03Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:03Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "1a5a2332-8183-431d-9de8-4081859abedc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "7dc7f86b-edcb-4147-b56a-fe58d6e76391"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:48:02Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:02Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "ea0f268e-948f-478e-97aa-00931ffd1a47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:48:04Z", "security_group_id": "c4464de3-445a-4d2a-84e1-d6a2922fae34", "port_range_min": 22, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:04Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "fd4c4888-4185-46f7-a647-706192f3c204"}]} 2018-11-09 08:48:04,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-f4c7d1e2-e50f-49ba-bf0a-24dfd3ac584f 2018-11-09 08:48:04,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:48:04,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:48:05,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06e7a1d3164f4d629dc14f0b70180f16", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}], "expires_at": "2018-11-09T09:48:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ccb89efaab1432099765498128e87b0", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user", "id": "90dd3b8c69a14e97bf1112073a41f133"}, "audit_ids": ["BwNBvIUxTMWMHEdJSgH1TA"], "issued_at": "2018-11-09T08:48:05.000000Z"}} 2018-11-09 08:48:05,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:05,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-710d0125-692b-40d8-b6cd-d5b09716bd6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:48:05,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-710d0125-692b-40d8-b6cd-d5b09716bd6a 2018-11-09 08:48:05,373 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:48:05,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:05,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d648e097-4bde-49d7-b7de-27bb0a1b0623 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:48:05,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d648e097-4bde-49d7-b7de-27bb0a1b0623 2018-11-09 08:48:05,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:05,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0c7700de-61c8-4282-9a75-afd8a2362660 Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:05,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-0c7700de-61c8-4282-9a75-afd8a2362660 2018-11-09 08:48:05,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:48:05,720 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:48: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:48:05,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:05,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aca7a12-dc64-470e-b49b-8cbdad2cd9dd Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:05,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-6aca7a12-dc64-470e-b49b-8cbdad2cd9dd 2018-11-09 08:48:05,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:06,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c05c6df5-6100-4386-bb93-d2a54400d82a Date: Fri, 09 Nov 2018 08:48:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:06,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-c05c6df5-6100-4386-bb93-d2a54400d82a 2018-11-09 08:48:06,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:06,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-85eb2906-f2a4-47e7-91ab-b409ea64d582 Date: Fri, 09 Nov 2018 08:48:06 GMT RESP BODY: {"ports":[]} 2018-11-09 08:48:06,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1&admin_state_up=True used request id req-85eb2906-f2a4-47e7-91ab-b409ea64d582 2018-11-09 08:48:06,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:06,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7da9597f-3f13-4c4f-9038-79d0d37be342 x-compute-request-id: req-7da9597f-3f13-4c4f-9038-79d0d37be342 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:48:06,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst used request id req-7da9597f-3f13-4c4f-9038-79d0d37be342 2018-11-09 08:48:06,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:06,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3d4881cd-7fac-4a86-b3fb-c654b76d48fc Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:06,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-3d4881cd-7fac-4a86-b3fb-c654b76d48fc 2018-11-09 08:48:06,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:06,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93590085-65ea-4804-a401-10e5e61466cc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:06,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-93590085-65ea-4804-a401-10e5e61466cc 2018-11-09 08:48:06,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:06,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f4996a8c-9b14-4bcc-ba06-0ed183e56f00 Date: Fri, 09 Nov 2018 08:48:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:06,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-f4996a8c-9b14-4bcc-ba06-0ed183e56f00 2018-11-09 08:48:06,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:07,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-41c3dc90-ff82-452f-a22a-5d61be7ac646 Date: Fri, 09 Nov 2018 08:48:07 GMT RESP BODY: {"ports":[]} 2018-11-09 08:48:07,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1&admin_state_up=True used request id req-41c3dc90-ff82-452f-a22a-5d61be7ac646 2018-11-09 08:48:07,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:48:07,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:48:07,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06e7a1d3164f4d629dc14f0b70180f16", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}], "expires_at": "2018-11-09T09:48:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ccb89efaab1432099765498128e87b0", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user", "id": "90dd3b8c69a14e97bf1112073a41f133"}, "audit_ids": ["8aW2ITeJSryuJeIjxNT8iw"], "issued_at": "2018-11-09T08:48:07.000000Z"}} 2018-11-09 08:48:07,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73195987aedcf5b87192d4c08f0fdedca2f50591" 2018-11-09 08:48:07,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d5cf3f9-d084-480f-bcc5-7c1cae5b73a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:48:07,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9d5cf3f9-d084-480f-bcc5-7c1cae5b73a2 2018-11-09 08:48:07,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:07,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4540ddf1-ceaf-4473-88ab-c02b97ec5b7e Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:07,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-4540ddf1-ceaf-4473-88ab-c02b97ec5b7e 2018-11-09 08:48:07,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:08,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dc8b8222-c0cb-4012-8f29-7882ab1aadb4 Date: Fri, 09 Nov 2018 08:48:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:08,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-dc8b8222-c0cb-4012-8f29-7882ab1aadb4 2018-11-09 08:48:08,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:08,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-713d23b1-ab27-4a8b-a4f8-7a15aee9a977 Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:08,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-713d23b1-ab27-4a8b-a4f8-7a15aee9a977 2018-11-09 08:48:08,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:48:08,168 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:48: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:48:08,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73195987aedcf5b87192d4c08f0fdedca2f50591" 2018-11-09 08:48:08,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97885ed1-260d-4ba0-8cdf-286ba8ba5780 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:08,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-97885ed1-260d-4ba0-8cdf-286ba8ba5780 2018-11-09 08:48:08,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:08,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-231b70a9-c014-430e-b9e9-9dadd5ce760c Date: Fri, 09 Nov 2018 08:48:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:08,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-231b70a9-c014-430e-b9e9-9dadd5ce760c 2018-11-09 08:48:08,458 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net 2018-11-09 08:48:08,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" -d '{"port": {"network_id": "47425564-ddf6-4688-811b-47ac4781e562", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1", "admin_state_up": true}}' 2018-11-09 08:48:09,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-8d7d959e-7ade-488c-9671-cf05773cdd1d Date: Fri, 09 Nov 2018 08:48:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a"],"mac_address":"fa:16:3e:11:c5:68","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","project_id":"0ccb89efaab1432099765498128e87b0","qos_policy_id":null,"admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal"}} 2018-11-09 08:48:09,605 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-8d7d959e-7ade-488c-9671-cf05773cdd1d 2018-11-09 08:48:09,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:09,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f6168ab7-1e5f-4b3c-af3a-b7d43c91dfee Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:09,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-f6168ab7-1e5f-4b3c-af3a-b7d43c91dfee 2018-11-09 08:48:09,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:09,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d230be-52d6-4780-9a7d-608982772141 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:09,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-56d230be-52d6-4780-9a7d-608982772141 2018-11-09 08:48:09,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:09,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-910eea0f-a017-4e46-9068-27e8f04fda3f Date: Fri, 09 Nov 2018 08:48:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:09,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-910eea0f-a017-4e46-9068-27e8f04fda3f 2018-11-09 08:48:09,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:09,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-9d7d40e9-7dcb-4e17-b16d-8399d301a7d5 Date: Fri, 09 Nov 2018 08:48:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a"],"mac_address":"fa:16:3e:11:c5:68","project_id":"0ccb89efaab1432099765498128e87b0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:48:09,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1&admin_state_up=True used request id req-9d7d40e9-7dcb-4e17-b16d-8399d301a7d5 2018-11-09 08:48:09,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:10,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73dad81b-a7ad-48c5-a02e-296b47ce277c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:10,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-73dad81b-a7ad-48c5-a02e-296b47ce277c 2018-11-09 08:48:10,015 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst 2018-11-09 08:48:10,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:10,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b948bae9-3ac7-4086-b4bf-1e7879e02bac x-compute-request-id: req-b948bae9-3ac7-4086-b4bf-1e7879e02bac Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-flavor-name"}]} 2018-11-09 08:48:10,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b948bae9-3ac7-4086-b4bf-1e7879e02bac 2018-11-09 08:48:10,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:10,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e568ba47-dfec-48de-8843-6abdd6558757 x-compute-request-id: req-e568ba47-dfec-48de-8843-6abdd6558757 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:48:10,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44 used request id req-e568ba47-dfec-48de-8843-6abdd6558757 2018-11-09 08:48:10,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:10,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-3b605cac-35d3-4da7-9eae-40306d6816d1 Date: Fri, 09 Nov 2018 08:48:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:47:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:47:46Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4459473c-f49b-47d6-9b73-9c43d923445f/snap", "metadata": {}}], "self": "/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f", "min_disk": 0, "protected": false, "id": "4459473c-f49b-47d6-9b73-9c43d923445f", "file": "/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0ccb89efaab1432099765498128e87b0", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/4459473c-f49b-47d6-9b73-9c43d923445f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image"} 2018-11-09 08:48:10,246 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image used request id req-3b605cac-35d3-4da7-9eae-40306d6816d1 2018-11-09 08:48:10,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:10,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-413eccab-cb96-497e-b4fe-c829749897b1 Date: Fri, 09 Nov 2018 08:48:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:48:10,407 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-413eccab-cb96-497e-b4fe-c829749897b1 2018-11-09 08:48:10,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "imageRef": "4459473c-f49b-47d6-9b73-9c43d923445f", "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "flavorRef": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "max_count": 1, "min_count": 1, "networks": [{"port": "71b320ce-2cab-4e94-b198-d2ceb1ff86be"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}]}}' 2018-11-09 08:48:12,800 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:48:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e71cb473-a07e-4d2d-bb05-61c0e4c2922b x-compute-request-id: req-e71cb473-a07e-4d2d-bb05-61c0e4c2922b Content-Length: 444 location: http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "adminPass": "FKWxXXh6SqLL"}} 2018-11-09 08:48:12,800 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-e71cb473-a07e-4d2d-bb05-61c0e4c2922b 2018-11-09 08:48:12,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:13,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-233e5e51-e96a-4039-82e0-1224ecffa084 x-compute-request-id: req-233e5e51-e96a-4039-82e0-1224ecffa084 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.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:48:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:13,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-233e5e51-e96a-4039-82e0-1224ecffa084 2018-11-09 08:48:13,020 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst 2018-11-09 08:48:13,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:13,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-0e460e4b-5ed9-49db-943e-859386991b8c x-compute-request-id: req-0e460e4b-5ed9-49db-943e-859386991b8c 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.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:48:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:13,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-0e460e4b-5ed9-49db-943e-859386991b8c 2018-11-09 08:48:13,237 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - BUILD 2018-11-09 08:48:13,237 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:48:16,241 - create_instance - DEBUG - VM status query timeout in 896.779304028 2018-11-09 08:48:16,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:16,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-51456ed1-0db0-48b0-92bc-1288011eb3b9 x-compute-request-id: req-51456ed1-0db0-48b0-92bc-1288011eb3b9 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.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:48:13Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:16,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-51456ed1-0db0-48b0-92bc-1288011eb3b9 2018-11-09 08:48:16,715 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - BUILD 2018-11-09 08:48:16,715 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:48:19,718 - create_instance - DEBUG - VM status query timeout in 893.30163002 2018-11-09 08:48:19,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:20,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a61cc32-9b2d-4a0a-b206-984d665dd471 x-compute-request-id: req-1a61cc32-9b2d-4a0a-b206-984d665dd471 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:20,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-1a61cc32-9b2d-4a0a-b206-984d665dd471 2018-11-09 08:48:20,215 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - ACTIVE 2018-11-09 08:48:20,215 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:48:20,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:20,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e96b259a-8792-465e-b9d4-37f10affa728 x-compute-request-id: req-e96b259a-8792-465e-b9d4-37f10affa728 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:20,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-e96b259a-8792-465e-b9d4-37f10affa728 2018-11-09 08:48:20,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:20,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7a2587cc-0945-47af-9120-d7c969ac105c Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:20,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-7a2587cc-0945-47af-9120-d7c969ac105c 2018-11-09 08:48:20,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:20,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-230682d9-20ba-4f49-8d19-a83548aa4476 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:20,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-230682d9-20ba-4f49-8d19-a83548aa4476 2018-11-09 08:48:20,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:21,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0b4d906d-a245-47fd-a4f9-1974331f19b3 Date: Fri, 09 Nov 2018 08:48:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:21,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-0b4d906d-a245-47fd-a4f9-1974331f19b3 2018-11-09 08:48:21,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:21,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-b3264d3d-bbfd-4a30-8bf5-7429d2bed034 Date: Fri, 09 Nov 2018 08:48:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.3"}],"id":"29676c91-b7de-442a-85fa-8caf2dc05452","security_groups":[],"mac_address":"fa:16:3e:fe:b5:b4","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.2"}],"id":"65f4f3af-2f72-4001-bb21-389b32ba2175","security_groups":[],"mac_address":"fa:16:3e:24:03:e2","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a"],"mac_address":"fa:16:3e:11:c5:68","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal","device_id":"0902874f-2564-448d-a3b3-6d027ca3d901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.1"}],"id":"ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07","security_groups":[],"mac_address":"fa:16:3e:35:aa:90","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:57Z","binding:vnic_type":"normal","device_id":"a8748e79-ccb4-4806-afef-5c8fd40ec9e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.4"}],"id":"eb0b9715-081c-4bad-85ef-8716fcce0612","security_groups":[],"mac_address":"fa:16:3e:a2:b2:d3","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-47425564-ddf6-4688-811b-47ac4781e562"}]} 2018-11-09 08:48:21,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-b3264d3d-bbfd-4a30-8bf5-7429d2bed034 2018-11-09 08:48:21,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:22,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-337928f8-0690-464a-bab8-d7f0aa5e17fa x-compute-request-id: req-337928f8-0690-464a-bab8-d7f0aa5e17fa Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:22,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-337928f8-0690-464a-bab8-d7f0aa5e17fa 2018-11-09 08:48:22,240 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - ACTIVE 2018-11-09 08:48:22,240 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:48:22,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:22,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d220e760-8499-4cae-b835-77308b96a832 x-compute-request-id: req-d220e760-8499-4cae-b835-77308b96a832 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:22,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-d220e760-8499-4cae-b835-77308b96a832 2018-11-09 08:48:22,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:23,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a4fc2f8b-9b97-45ad-bc4c-0f1b2dc04c67 Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:23,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-a4fc2f8b-9b97-45ad-bc4c-0f1b2dc04c67 2018-11-09 08:48:23,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:23,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c498704-2bba-4df1-980f-757b17967a57 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:23,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-5c498704-2bba-4df1-980f-757b17967a57 2018-11-09 08:48:23,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:23,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c1971127-4cbd-4f50-a47a-77e637cd6fa1 Date: Fri, 09 Nov 2018 08:48:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:23,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-c1971127-4cbd-4f50-a47a-77e637cd6fa1 2018-11-09 08:48:23,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:23,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-ef05aaed-2f3a-4e27-b444-f58cd77e44ff Date: Fri, 09 Nov 2018 08:48:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.3"}],"id":"29676c91-b7de-442a-85fa-8caf2dc05452","security_groups":[],"mac_address":"fa:16:3e:fe:b5:b4","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.2"}],"id":"65f4f3af-2f72-4001-bb21-389b32ba2175","security_groups":[],"mac_address":"fa:16:3e:24:03:e2","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a"],"mac_address":"fa:16:3e:11:c5:68","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal","device_id":"0902874f-2564-448d-a3b3-6d027ca3d901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.1"}],"id":"ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07","security_groups":[],"mac_address":"fa:16:3e:35:aa:90","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:57Z","binding:vnic_type":"normal","device_id":"a8748e79-ccb4-4806-afef-5c8fd40ec9e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.4"}],"id":"eb0b9715-081c-4bad-85ef-8716fcce0612","security_groups":[],"mac_address":"fa:16:3e:a2:b2:d3","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-47425564-ddf6-4688-811b-47ac4781e562"}]} 2018-11-09 08:48:23,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-ef05aaed-2f3a-4e27-b444-f58cd77e44ff 2018-11-09 08:48:23,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}}' 2018-11-09 08:48:24,340 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-de170155-d601-472d-bc81-35eaedaa6841 x-compute-request-id: req-de170155-d601-472d-bc81-35eaedaa6841 Content-Length: 0 Content-Type: application/json 2018-11-09 08:48:24,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901/action used request id req-de170155-d601-472d-bc81-35eaedaa6841 2018-11-09 08:48:24,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:24,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-69a868e2-615d-4895-a197-a9d872d47e5f Date: Fri, 09 Nov 2018 08:48:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:47:52Z", "admin_state_up": true, "updated_at": "2018-11-09T08:47:58Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "0ccb89efaab1432099765498128e87b0", "id": "a8748e79-ccb4-4806-afef-5c8fd40ec9e0", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router"}]} 2018-11-09 08:48:24,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router used request id req-69a868e2-615d-4895-a197-a9d872d47e5f 2018-11-09 08:48:24,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:24,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e16d3d8-7e48-4bab-a60c-fb7ee892b540 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:24,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-9e16d3d8-7e48-4bab-a60c-fb7ee892b540 2018-11-09 08:48:24,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=a8748e79-ccb4-4806-afef-5c8fd40ec9e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:24,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-8d4a72ac-9524-4a94-999c-c6657f7fccbf Date: Fri, 09 Nov 2018 08:48:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.1"}],"id":"ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07","security_groups":[],"mac_address":"fa:16:3e:35:aa:90","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:57Z","binding:vnic_type":"normal","device_id":"a8748e79-ccb4-4806-afef-5c8fd40ec9e0"}]} 2018-11-09 08:48:24,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=a8748e79-ccb4-4806-afef-5c8fd40ec9e0 used request id req-8d4a72ac-9524-4a94-999c-c6657f7fccbf 2018-11-09 08:48:24,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/43612c57-8d7d-4375-8565-6cac905c54d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:24,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-9a54f519-c5c8-474e-bf0a-c74a3f0606ff Date: Fri, 09 Nov 2018 08:48:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","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":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}} 2018-11-09 08:48:24,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/43612c57-8d7d-4375-8565-6cac905c54d6 used request id req-9a54f519-c5c8-474e-bf0a-c74a3f0606ff 2018-11-09 08:48:24,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:25,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-56700f1f-41c3-4477-a9b9-9704d1f1e848 Date: Fri, 09 Nov 2018 08:48:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:48:25,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-56700f1f-41c3-4477-a9b9-9704d1f1e848 2018-11-09 08:48:25,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:25,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d793b3a3-814e-4bed-9831-1ad1909e5454 Date: Fri, 09 Nov 2018 08:48:24 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:48:25,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-d793b3a3-814e-4bed-9831-1ad1909e5454 2018-11-09 08:48:25,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:25,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-974ecd2b-80d5-45f1-9c66-67df2d3c62f1 x-compute-request-id: req-974ecd2b-80d5-45f1-9c66-67df2d3c62f1 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:25,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-974ecd2b-80d5-45f1-9c66-67df2d3c62f1 2018-11-09 08:48:25,520 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - ACTIVE 2018-11-09 08:48:25,520 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:48:25,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:26,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6567cb01-d81d-4f29-b537-96a88d3a69cf x-compute-request-id: req-6567cb01-d81d-4f29-b537-96a88d3a69cf Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:26,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-6567cb01-d81d-4f29-b537-96a88d3a69cf 2018-11-09 08:48:26,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:26,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-50256e62-7920-440f-a7da-e6b0d1152726 Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:26,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-50256e62-7920-440f-a7da-e6b0d1152726 2018-11-09 08:48:26,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:26,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21c7cc22-834f-4347-b1ac-8cf47572ccda Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:26,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-21c7cc22-834f-4347-b1ac-8cf47572ccda 2018-11-09 08:48:26,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:26,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cb983c42-164d-4db3-b406-a60f379d0853 Date: Fri, 09 Nov 2018 08:48:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:26,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-cb983c42-164d-4db3-b406-a60f379d0853 2018-11-09 08:48:26,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:26,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-0453c332-791b-43e9-94db-aac8248903ff Date: Fri, 09 Nov 2018 08:48:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.3"}],"id":"29676c91-b7de-442a-85fa-8caf2dc05452","security_groups":[],"mac_address":"fa:16:3e:fe:b5:b4","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.2"}],"id":"65f4f3af-2f72-4001-bb21-389b32ba2175","security_groups":[],"mac_address":"fa:16:3e:24:03:e2","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a","c4464de3-445a-4d2a-84e1-d6a2922fae34"],"mac_address":"fa:16:3e:11:c5:68","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal","device_id":"0902874f-2564-448d-a3b3-6d027ca3d901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.1"}],"id":"ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07","security_groups":[],"mac_address":"fa:16:3e:35:aa:90","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:57Z","binding:vnic_type":"normal","device_id":"a8748e79-ccb4-4806-afef-5c8fd40ec9e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.4"}],"id":"eb0b9715-081c-4bad-85ef-8716fcce0612","security_groups":[],"mac_address":"fa:16:3e:a2:b2:d3","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-47425564-ddf6-4688-811b-47ac4781e562"}]} 2018-11-09 08:48:26,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-0453c332-791b-43e9-94db-aac8248903ff 2018-11-09 08:48:26,695 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 08:48:26,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:26,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b01a808a-93df-4445-b778-0e1c040e60a7 Date: Fri, 09 Nov 2018 08:48:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:48:26,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-b01a808a-93df-4445-b778-0e1c040e60a7 2018-11-09 08:48:26,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:26,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ab269679-e039-4901-9ef6-9046635c8877 Date: Fri, 09 Nov 2018 08:48:26 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:48:26,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-ab269679-e039-4901-9ef6-9046635c8877 2018-11-09 08:48:26,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "port_id": "71b320ce-2cab-4e94-b198-d2ceb1ff86be"}}' 2018-11-09 08:48:29,100 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-ded2b988-a061-409e-927d-a9de140bf4cf Date: Fri, 09 Nov 2018 08:48:28 GMT RESP BODY: {"floatingip": {"router_id": "a8748e79-ccb4-4806-afef-5c8fd40ec9e0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:27Z", "updated_at": "2018-11-09T08:48:27Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "0ccb89efaab1432099765498128e87b0", "port_id": "71b320ce-2cab-4e94-b198-d2ceb1ff86be", "id": "ed09a97f-0792-4a5e-9695-61362d3cbc32"}} 2018-11-09 08:48:29,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-ded2b988-a061-409e-927d-a9de140bf4cf 2018-11-09 08:48:29,101 - create_instance - INFO - Created floating IP 172.30.9.207 via router - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router 2018-11-09 08:48:29,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:29,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5606cffb-d4a9-456f-8c0a-e286ee6f67c8 x-compute-request-id: req-5606cffb-d4a9-456f-8c0a-e286ee6f67c8 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:29,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-5606cffb-d4a9-456f-8c0a-e286ee6f67c8 2018-11-09 08:48:29,607 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - ACTIVE 2018-11-09 08:48:29,607 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:48:29,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:29,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-7245bf85-2abb-41e6-a7e2-4ed94b5515fc x-compute-request-id: req-7245bf85-2abb-41e6-a7e2-4ed94b5515fc Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:29,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-7245bf85-2abb-41e6-a7e2-4ed94b5515fc 2018-11-09 08:48:29,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:30,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a35619bf-98e5-4f8c-91c6-c3e78559d95c Date: Fri, 09 Nov 2018 08: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:30,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-a35619bf-98e5-4f8c-91c6-c3e78559d95c 2018-11-09 08:48:30,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:30,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c6ece4b-1535-47ff-9194-3ebdbac316be Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:30,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-7c6ece4b-1535-47ff-9194-3ebdbac316be 2018-11-09 08:48:30,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:30,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fddbd70d-74db-4ccb-a8ed-4b4e3ce408f2 Date: Fri, 09 Nov 2018 08:48:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:30,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-fddbd70d-74db-4ccb-a8ed-4b4e3ce408f2 2018-11-09 08:48:30,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:30,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-8ad73a70-74d9-46d0-a850-bf1dab127785 Date: Fri, 09 Nov 2018 08:48:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.3"}],"id":"29676c91-b7de-442a-85fa-8caf2dc05452","security_groups":[],"mac_address":"fa:16:3e:fe:b5:b4","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.2"}],"id":"65f4f3af-2f72-4001-bb21-389b32ba2175","security_groups":[],"mac_address":"fa:16:3e:24:03:e2","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a","c4464de3-445a-4d2a-84e1-d6a2922fae34"],"mac_address":"fa:16:3e:11:c5:68","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal","device_id":"0902874f-2564-448d-a3b3-6d027ca3d901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.1"}],"id":"ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07","security_groups":[],"mac_address":"fa:16:3e:35:aa:90","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:57Z","binding:vnic_type":"normal","device_id":"a8748e79-ccb4-4806-afef-5c8fd40ec9e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.4"}],"id":"eb0b9715-081c-4bad-85ef-8716fcce0612","security_groups":[],"mac_address":"fa:16:3e:a2:b2:d3","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-47425564-ddf6-4688-811b-47ac4781e562"}]} 2018-11-09 08:48:30,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-8ad73a70-74d9-46d0-a850-bf1dab127785 2018-11-09 08:48:30,432 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2018-11-09 08:48:30,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:30,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c74e033f-7d24-4287-9ed4-547f64d0bfb4 x-compute-request-id: req-c74e033f-7d24-4287-9ed4-547f64d0bfb4 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:30,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-c74e033f-7d24-4287-9ed4-547f64d0bfb4 2018-11-09 08:48:30,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:48:31,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f91a6dee-8d9c-4ba9-8d99-9d9a5b55f6d4 x-compute-request-id: req-f91a6dee-8d9c-4ba9-8d99-9d9a5b55f6d4 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-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 482731493 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.143947] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145594] pid_max: default: 32768 minimum: 301\n[ 0.146484] ACPI: Core revision 20150930\n[ 0.147882] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149177] Security Framework initialized\n[ 0.149983] Yama: becoming mindful.\n[ 0.150709] AppArmor: AppArmor initialized\n[ 0.151563] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152858] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.154107] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.155292] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.156669] Initializing cgroup subsys io\n[ 0.157477] Initializing cgroup subsys memory\n[ 0.158332] Initializing cgroup subsys devices\n[ 0.159210] Initializing cgroup subsys freezer\n[ 0.160071] Initializing cgroup subsys net_cls\n[ 0.160931] Initializing cgroup subsys perf_event\n[ 0.161833] Initializing cgroup subsys net_prio\n[ 0.162707] Initializing cgroup subsys hugetlb\n[ 0.163577] Initializing cgroup subsys pids\n[ 0.164510] CPU: Physical Processor ID: 0\n[ 0.166033] mce: CPU supports 10 MCE banks\n[ 0.166874] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167877] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170184] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176936] ftrace: allocating 31920 entries in 125 pages\n[ 0.204426] smpboot: Max logical packages: 2\n[ 0.205268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206435] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.207770] x2apic enabled\n[ 0.208574] Switched APIC routing to physical x2apic.\n[ 0.210310] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211508] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213614] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215517] KVM setup paravirtual spinlock\n[ 0.216986] x86: Booting SMP configuration:\n[ 0.217868] .... node #0, CPUs: #1\n[ 0.218742] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.240398] x86: Booted up 1 node, 2 CPUs\n[ 0.240400] KVM setup async PF for cpu 1\n[ 0.240403] kvm-stealtime: cpu 1, msr f90d940\n[ 0.242939] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.244419] devtmpfs: initialized\n[ 0.246123] evm: security.selinux\n[ 0.246805] evm: security.SMACK64\n[ 0.247485] evm: security.SMACK64EXEC\n[ 0.248214] evm: security.SMACK64TRANSMUTE\n[ 0.249012] evm: security.SMACK64MMAP\n[ 0.249742] evm: security.ima\n[ 0.250370] evm: security.capability\n[ 0.251215] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253072] pinctrl core: initialized pinctrl subsystem\n[ 0.254155] RTC time: 8:48:19, date: 11/09/18\n[ 0.255130] NET: Registered protocol family 16\n[ 0.265090] cpuidle: using governor ladder\n[ 0.277110] cpuidle: using governor menu\n[ 0.277924] PCCT header not found.\n[ 0.278696] ACPI: bus type PCI registered\n[ 0.279503] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280750] PCI: Using configuration type 1 for base access\n[ 0.294186] ACPI: Added _OSI(Module Device)\n[ 0.295044] ACPI: Added _OSI(Processor Device)\n[ 0.295906] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.296805] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.299178] ACPI: Interpreter enabled\n[ 0.299948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.301789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.303634] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.305477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.307329] ACPI: (supports S0 S5)\n[ 0.308036] ACPI: Using IOAPIC for interrupt routing\n[ 0.309097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.312477] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.313614] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.314854] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.316043] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.318286] acpiphp: Slot [3] registered\n[ 0.319101] acpiphp: Slot [4] registered\n[ 0.319907] acpiphp: Slot [5] registered\n[ 0.320702] acpiphp: Slot [6] registered\n[ 0.321497] acpiphp: Slot [7] registered\n[ 0.322293] acpiphp: Slot [8] registered\n[ 0.323097] acpiphp: Slot [9] registered\n[ 0.323900] acpiphp: Slot [10] registered\n[ 0.334708] acpiphp: Slot [11] registered\n[ 0.335557] acpiphp: Slot [12] registered\n[ 0.336366] acpiphp: Slot [13] registered\n[ 0.337170] acpiphp: Slot [14] registered\n[ 0.337975] acpiphp: Slot [15] registered\n[ 0.338787] acpiphp: Slot [16] registered\n[ 0.339599] acpiphp: Slot [17] registered\n[ 0.340406] acpiphp: Slot [18] registered\n[ 0.341214] acpiphp: Slot [19] registered\n[ 0.342022] acpiphp: Slot [20] registered\n[ 0.342837] acpiphp: Slot [21] registered\n[ 0.343641] acpiphp: Slot [22] registered\n[ 0.344461] acpiphp: Slot [23] registered\n[ 0.345275] acpiphp: Slot [24] registered\n[ 0.346212] acpiphp: Slot [25] registered\n[ 0.347034] acpiphp: Slot [26] registered\n[ 0.347850] acpiphp: Slot [27] registered\n[ 0.348656] acpiphp: Slot [28] registered\n[ 0.349479] acpiphp: Slot [29] registered\n[ 0.350293] acpiphp: Slot [30] registered\n[ 0.351112] acpiphp: Slot [31] registered\n[ 0.351922] PCI host bridge to bus 0000:00\n[ 0.352729] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.353948] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.355170] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.356615] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.358065] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.364408] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.365689] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.366870] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.368137] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.374581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.376012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.422239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.423725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.425158] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426575] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427966] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429262] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430775] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431852] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433407] vgaarb: loaded\n[ 0.434010] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435183] SCSI subsystem initialized\n[ 0.436031] ACPI: bus type USB registered\n[ 0.436855] usbcore: registered new interface driver usbfs\n[ 0.437888] usbcore: registered new interface driver hub\n[ 0.438895] usbcore: registered new device driver usb\n[ 0.440008] PCI: Using ACPI for IRQ routing\n[ 0.441057] NetLabel: Initializing\n[ 0.441768] NetLabel: domain hash size = 128\n[ 0.442619] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.443568] NetLabel: unlabeled traffic allowed by default\n[ 0.444685] clocksource: Switched to clocksource kvm-clock\n[ 0.450885] AppArmor: AppArmor Filesystem Enabled\n[ 0.451846] pnp: PnP ACPI init\n[ 0.452798] pnp: PnP ACPI: found 5 devices\n[ 0.459904] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.461636] NET: Registered protocol family 2\n[ 0.462638] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.463917] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.465089] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466253] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467329] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468496] NET: Registered protocol family 1\n[ 0.469366] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.470461] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.471530] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.489934] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508428] Trying to unpack rootfs image as initramfs...\n[ 0.560248] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.574452] Scanning for low memory corruption every 60 seconds\n[ 0.576126] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.577537] audit: initializing netlink subsys (disabled)\n[ 0.578786] audit: type=2000 audit(1541753300.244:1): initialized\n[ 0.580356] Initialise system trusted keyring\n[ 0.581501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.582920] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.585273] zbud: loaded\n[ 0.586106] VFS: Disk quotas dquot_6.6.0\n[ 0.587081] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.588950] fuse init (API version 7.23)\n[ 0.590008] Key type big_key registered\n[ 0.590965] Allocating IMA MOK and blacklist keyrings.\n[ 0.592396] Key type asymmetric registered\n[ 0.593390] Asymmetric key parser 'x509' registered\n[ 0.594544] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596321] io scheduler noop registered\n[ 0.597287] io scheduler deadline registered (default)\n[ 0.598487] io scheduler cfq registered\n[ 0.599488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600761] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.602303] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.604043] ACPI: Power Button [PWRF]\n[ 0.605065] GHES: HEST is not enabled!\n[ 0.623513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.666856] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670471] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694738] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697582] Linux agpgart interface v0.103\n[ 0.700645] brd: module loaded\n[ 0.702209] loop: module loaded\n[ 0.707170] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.708937] GPT:90111 != 20971519\n[ 0.709762] GPT:Alternate GPT header not at the end of the disk.\n[ 0.711094] GPT:90111 != 20971519\n[ 0.711926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.713107] vda: vda1 vda15\n[ 0.714839] scsi host0: ata_piix\n[ 0.715748] scsi host1: ata_piix\n[ 0.716591] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.718092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719659] libphy: Fixed MDIO Bus: probed\n[ 0.720680] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721892] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724498] PPP generic driver version 2.4.2\n[ 0.725350] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.726637] ehci-pci: EHCI PCI platform driver\n[ 0.727692] ehci-platform: EHCI generic platform driver\n[ 0.728906] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.730285] ohci-pci: OHCI PCI platform driver\n[ 0.731336] ohci-platform: OHCI generic platform driver\n[ 0.732533] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.751871] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753077] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.754808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.756009] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.757359] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.758863] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.760556] usb usb1: Product: UHCI Host Controller\n[ 0.761796] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.763227] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.764402] hub 1-0:1.0: USB hub found\n[ 0.765330] hub 1-0:1.0: 2 ports detected\n[ 0.766432] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.768894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.770026] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.771285] mousedev: PS/2 mouse device common for all mice\n[ 0.772801] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.774986] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776277] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777743] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779198] i2c /dev entries driver\n[ 0.780109] device-mapper: uevent: version 1.0.3\n[ 0.781267] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.783217] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.784781] NET: Registered protocol family 10\n[ 0.785982] NET: Registered protocol family 17\n[ 0.787046] Key type dns_resolver registered\n[ 0.788169] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789438] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.790628] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.792447] registered taskstats version 1\n[ 0.793296] Loading compiled-in X.509 certificates\n[ 0.794740] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796585] zswap: loaded using pool lzo/zbud\n[ 0.798587] Key type trusted registered\n[ 0.800278] Key type encrypted registered\n[ 0.801111] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802138] ima: No TPM chip found, activating TPM-bypass!\n[ 0.803178] evm: HMAC attrs: 0x1\n[ 0.804158] Magic number: 10:341:826\n[ 0.805052] rtc_cmos 00:00: setting system clock to 2018-11-09 08:48:20 UTC (1541753300)\n[ 0.816908] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.818013] EDD information not available.\n[ 0.877698] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.879249] Write protecting the kernel read-only data: 14336k\n[ 0.880872] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.882688] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\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.241556] 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.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.19. iid=i-000000f2\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDTttV3dEn2vDftOLKfbQrC4GOoLCg0hz3hrFN/Is07a6XOAhU/VY81pOtO9Q5MNrvYxUNseNMQIyHsOMGj5PjPxni4uYQ/g5mhxdq2uh/SdZBjZgTK8I+m1LWxXDGy8WJRUh2J9Yz/y2ltf38Ax8P+q2T/WM1sdhJcmAfmHSHzqwLvfRelVWtTMnkXyQSiw0nA/K4rcWbN5MFmCyLLYD0lRjCwGbQdyK6XoWcvbKlkCk3bijj+XJ6f+Ug0YPEl5zfkEC15UcJto6jp9xRJcS5C2XIaXUNfCLb33zehObHw4s0bh/TWzGCh10jidcGtA78akFSZTGHOKwLLdfTL75YT root@createinstancesinglenetworktests-8ef6b28d-6d5b-47d7-a667-d62392\nssh-dss AAAAB3NzaC1kc3MAAACBANkGYstQHBC/MlrZvTk+dwVBud6QB7yc4yFxChMzihfCX/wVOM5VBZ30unaIAVgHKw4F0fd6r+JXPHi4IY+WDQTZJFaRfzUToATYdvh7/Jsp4K621xHNHqsUwV5f1MvLCkSKsxzxGURZ7CxEH3Y4tkH+sTAnfwyzYikAtTHZusqJAAAAFQCk2IFIkjJ237k8c9V/NbQbHOlRMwAAAIEAhZaF5YV3HPZDb4KfgzjIGG4LH0s8xHZBym061c6ICEUc/We1PKjTfzUslSeqlIZvfe4YARA2fqrtjW+pjZlDlmFPlgCu9jLYfwAF9twEsYKC8xnv+vfxUBMmZOos0j06Zu99a4tWUobVhDEC51QpF/b2s1KTntXe/IHXgReTgq8AAACAb9ZWLfhe1cC/kPegBWp1ZVdrZxY7kmcXDTMBKLpUA/cQkG0CFw5G3Swm78hr3pN+rG0pmDMBA+ybZbASDLgIOntn5j1VemzaOm0lk3ojU+Lt17QH8/DlvGwnfy7k4uziPGpOloGNddI7e0pOjtoMtkC/1VlhqPz8CWqYhmcb9rA= root@createinstancesinglenetworktests-8ef6b28d-6d5b-47d7-a667-d62392\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:fe11:c568/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-000000f2\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-8ef6b28d-6d5b-47d7-a667-d62392\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.91 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-8ef6b28d-6d5b-47d7-a667-d62392 login: "} 2018-11-09 08:48:31,903 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901/action used request id req-f91a6dee-8d9c-4ba9-8d99-9d9a5b55f6d4 2018-11-09 08:48:31,905 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:48:31,905 - 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 482731493 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.143947] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.145594] pid_max: default: 32768 minimum: 301 [ 0.146484] ACPI: Core revision 20150930 [ 0.147882] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149177] Security Framework initialized [ 0.149983] Yama: becoming mindful. [ 0.150709] AppArmor: AppArmor initialized [ 0.151563] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152858] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.154107] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.155292] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.156669] Initializing cgroup subsys io [ 0.157477] Initializing cgroup subsys memory [ 0.158332] Initializing cgroup subsys devices [ 0.159210] Initializing cgroup subsys freezer [ 0.160071] Initializing cgroup subsys net_cls [ 0.160931] Initializing cgroup subsys perf_event [ 0.161833] Initializing cgroup subsys net_prio [ 0.162707] Initializing cgroup subsys hugetlb [ 0.163577] Initializing cgroup subsys pids [ 0.164510] CPU: Physical Processor ID: 0 [ 0.166033] mce: CPU supports 10 MCE banks [ 0.166874] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167877] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.170184] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.176936] ftrace: allocating 31920 entries in 125 pages [ 0.204426] smpboot: Max logical packages: 2 [ 0.205268] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.206435] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.207770] x2apic enabled [ 0.208574] Switched APIC routing to physical x2apic. [ 0.210310] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211508] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213614] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215517] KVM setup paravirtual spinlock [ 0.216986] x86: Booting SMP configuration: [ 0.217868] .... node #0, CPUs: #1 [ 0.218742] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.240398] x86: Booted up 1 node, 2 CPUs [ 0.240400] KVM setup async PF for cpu 1 [ 0.240403] kvm-stealtime: cpu 1, msr f90d940 [ 0.242939] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.244419] devtmpfs: initialized [ 0.246123] evm: security.selinux [ 0.246805] evm: security.SMACK64 [ 0.247485] evm: security.SMACK64EXEC [ 0.248214] evm: security.SMACK64TRANSMUTE [ 0.249012] evm: security.SMACK64MMAP [ 0.249742] evm: security.ima [ 0.250370] evm: security.capability [ 0.251215] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.253072] pinctrl core: initialized pinctrl subsystem [ 0.254155] RTC time: 8:48:19, date: 11/09/18 [ 0.255130] NET: Registered protocol family 16 [ 0.265090] cpuidle: using governor ladder [ 0.277110] cpuidle: using governor menu [ 0.277924] PCCT header not found. [ 0.278696] ACPI: bus type PCI registered [ 0.279503] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.280750] PCI: Using configuration type 1 for base access [ 0.294186] ACPI: Added _OSI(Module Device) [ 0.295044] ACPI: Added _OSI(Processor Device) [ 0.295906] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.296805] ACPI: Added _OSI(Processor Aggregator Device) [ 0.299178] ACPI: Interpreter enabled [ 0.299948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.301789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.303634] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.305477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.307329] ACPI: (supports S0 S5) [ 0.308036] ACPI: Using IOAPIC for interrupt routing [ 0.309097] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.312477] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.313614] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.314854] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.316043] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.318286] acpiphp: Slot [3] registered [ 0.319101] acpiphp: Slot [4] registered [ 0.319907] acpiphp: Slot [5] registered [ 0.320702] acpiphp: Slot [6] registered [ 0.321497] acpiphp: Slot [7] registered [ 0.322293] acpiphp: Slot [8] registered [ 0.323097] acpiphp: Slot [9] registered [ 0.323900] acpiphp: Slot [10] registered [ 0.334708] acpiphp: Slot [11] registered [ 0.335557] acpiphp: Slot [12] registered [ 0.336366] acpiphp: Slot [13] registered [ 0.337170] acpiphp: Slot [14] registered [ 0.337975] acpiphp: Slot [15] registered [ 0.338787] acpiphp: Slot [16] registered [ 0.339599] acpiphp: Slot [17] registered [ 0.340406] acpiphp: Slot [18] registered [ 0.341214] acpiphp: Slot [19] registered [ 0.342022] acpiphp: Slot [20] registered [ 0.342837] acpiphp: Slot [21] registered [ 0.343641] acpiphp: Slot [22] registered [ 0.344461] acpiphp: Slot [23] registered [ 0.345275] acpiphp: Slot [24] registered [ 0.346212] acpiphp: Slot [25] registered [ 0.347034] acpiphp: Slot [26] registered [ 0.347850] acpiphp: Slot [27] registered [ 0.348656] acpiphp: Slot [28] registered [ 0.349479] acpiphp: Slot [29] registered [ 0.350293] acpiphp: Slot [30] registered [ 0.351112] acpiphp: Slot [31] registered [ 0.351922] PCI host bridge to bus 0000:00 [ 0.352729] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.353948] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.355170] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.356615] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.358065] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.364408] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.365689] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.366870] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.368137] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.374581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.376012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.422239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.423725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.425158] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426575] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427966] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429262] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.430775] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.431852] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433407] vgaarb: loaded [ 0.434010] vgaarb: bridge control possible 0000:00:02.0 [ 0.435183] SCSI subsystem initialized [ 0.436031] ACPI: bus type USB registered [ 0.436855] usbcore: registered new interface driver usbfs [ 0.437888] usbcore: registered new interface driver hub [ 0.438895] usbcore: registered new device driver usb [ 0.440008] PCI: Using ACPI for IRQ routing [ 0.441057] NetLabel: Initializing [ 0.441768] NetLabel: domain hash size = 128 [ 0.442619] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.443568] NetLabel: unlabeled traffic allowed by default [ 0.444685] clocksource: Switched to clocksource kvm-clock [ 0.450885] AppArmor: AppArmor Filesystem Enabled [ 0.451846] pnp: PnP ACPI init [ 0.452798] pnp: PnP ACPI: found 5 devices [ 0.459904] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.461636] NET: Registered protocol family 2 [ 0.462638] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.463917] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.465089] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466253] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.467329] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.468496] NET: Registered protocol family 1 [ 0.469366] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.470461] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.471530] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.489934] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.508428] Trying to unpack rootfs image as initramfs... [ 0.560248] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.574452] Scanning for low memory corruption every 60 seconds [ 0.576126] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.577537] audit: initializing netlink subsys (disabled) [ 0.578786] audit: type=2000 audit(1541753300.244:1): initialized [ 0.580356] Initialise system trusted keyring [ 0.581501] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.582920] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.585273] zbud: loaded [ 0.586106] VFS: Disk quotas dquot_6.6.0 [ 0.587081] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.588950] fuse init (API version 7.23) [ 0.590008] Key type big_key registered [ 0.590965] Allocating IMA MOK and blacklist keyrings. [ 0.592396] Key type asymmetric registered [ 0.593390] Asymmetric key parser 'x509' registered [ 0.594544] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.596321] io scheduler noop registered [ 0.597287] io scheduler deadline registered (default) [ 0.598487] io scheduler cfq registered [ 0.599488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.600761] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.602303] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.604043] ACPI: Power Button [PWRF] [ 0.605065] GHES: HEST is not enabled! [ 0.623513] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.666856] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.670471] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.694738] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.697582] Linux agpgart interface v0.103 [ 0.700645] brd: module loaded [ 0.702209] loop: module loaded [ 0.707170] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.708937] GPT:90111 != 20971519 [ 0.709762] GPT:Alternate GPT header not at the end of the disk. [ 0.711094] GPT:90111 != 20971519 [ 0.711926] GPT: Use GNU Parted to correct GPT errors. [ 0.713107] vda: vda1 vda15 [ 0.714839] scsi host0: ata_piix [ 0.715748] scsi host1: ata_piix [ 0.716591] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.718092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.719659] libphy: Fixed MDIO Bus: probed [ 0.720680] tun: Universal TUN/TAP device driver, 1.6 [ 0.721892] tun: (C) 1999-2004 Max Krasnyansky [ 0.724498] PPP generic driver version 2.4.2 [ 0.725350] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.726637] ehci-pci: EHCI PCI platform driver [ 0.727692] ehci-platform: EHCI generic platform driver [ 0.728906] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.730285] ohci-pci: OHCI PCI platform driver [ 0.731336] ohci-platform: OHCI generic platform driver [ 0.732533] uhci_hcd: USB Universal Host Controller Interface driver [ 0.751871] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.753077] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.754808] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.756009] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.757359] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.758863] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.760556] usb usb1: Product: UHCI Host Controller [ 0.761796] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.763227] usb usb1: SerialNumber: 0000:00:01.2 [ 0.764402] hub 1-0:1.0: USB hub found [ 0.765330] hub 1-0:1.0: 2 ports detected [ 0.766432] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.768894] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.770026] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.771285] mousedev: PS/2 mouse device common for all mice [ 0.772801] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.774986] rtc_cmos 00:00: RTC can wake from S4 [ 0.776277] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777743] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779198] i2c /dev entries driver [ 0.780109] device-mapper: uevent: version 1.0.3 [ 0.781267] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.783217] ledtrig-cpu: registered to indicate activity on CPUs [ 0.784781] NET: Registered protocol family 10 [ 0.785982] NET: Registered protocol family 17 [ 0.787046] Key type dns_resolver registered [ 0.788169] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789438] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.790628] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.792447] registered taskstats version 1 [ 0.793296] Loading compiled-in X.509 certificates [ 0.794740] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.796585] zswap: loaded using pool lzo/zbud [ 0.798587] Key type trusted registered [ 0.800278] Key type encrypted registered [ 0.801111] AppArmor: AppArmor sha1 policy hashing enabled [ 0.802138] ima: No TPM chip found, activating TPM-bypass! [ 0.803178] evm: HMAC attrs: 0x1 [ 0.804158] Magic number: 10:341:826 [ 0.805052] rtc_cmos 00:00: setting system clock to 2018-11-09 08:48:20 UTC (1541753300) [ 0.816908] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.818013] EDD information not available. [ 0.877698] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.879249] Write protecting the kernel read-only data: 14336k [ 0.880872] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.882688] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.01 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.241556] 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.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.19. iid=i-000000f2 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDTttV3dEn2vDftOLKfbQrC4GOoLCg0hz3hrFN/Is07a6XOAhU/VY81pOtO9Q5MNrvYxUNseNMQIyHsOMGj5PjPxni4uYQ/g5mhxdq2uh/SdZBjZgTK8I+m1LWxXDGy8WJRUh2J9Yz/y2ltf38Ax8P+q2T/WM1sdhJcmAfmHSHzqwLvfRelVWtTMnkXyQSiw0nA/K4rcWbN5MFmCyLLYD0lRjCwGbQdyK6XoWcvbKlkCk3bijj+XJ6f+Ug0YPEl5zfkEC15UcJto6jp9xRJcS5C2XIaXUNfCLb33zehObHw4s0bh/TWzGCh10jidcGtA78akFSZTGHOKwLLdfTL75YT root@createinstancesinglenetworktests-8ef6b28d-6d5b-47d7-a667-d62392 ssh-dss AAAAB3NzaC1kc3MAAACBANkGYstQHBC/MlrZvTk+dwVBud6QB7yc4yFxChMzihfCX/wVOM5VBZ30unaIAVgHKw4F0fd6r+JXPHi4IY+WDQTZJFaRfzUToATYdvh7/Jsp4K621xHNHqsUwV5f1MvLCkSKsxzxGURZ7CxEH3Y4tkH+sTAnfwyzYikAtTHZusqJAAAAFQCk2IFIkjJ237k8c9V/NbQbHOlRMwAAAIEAhZaF5YV3HPZDb4KfgzjIGG4LH0s8xHZBym061c6ICEUc/We1PKjTfzUslSeqlIZvfe4YARA2fqrtjW+pjZlDlmFPlgCu9jLYfwAF9twEsYKC8xnv+vfxUBMmZOos0j06Zu99a4tWUobVhDEC51QpF/b2s1KTntXe/IHXgReTgq8AAACAb9ZWLfhe1cC/kPegBWp1ZVdrZxY7kmcXDTMBKLpUA/cQkG0CFw5G3Swm78hr3pN+rG0pmDMBA+ybZbASDLgIOntn5j1VemzaOm0lk3ojU+Lt17QH8/DlvGwnfy7k4uziPGpOloGNddI7e0pOjtoMtkC/1VlhqPz8CWqYhmcb9rA= root@createinstancesinglenetworktests-8ef6b28d-6d5b-47d7-a667-d62392 -----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:fe11:c568/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-000000f2 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-8ef6b28d-6d5b-47d7-a667-d62392 launch-index: 0 === cirros: current=0.4.0 uptime=2.91 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-8ef6b28d-6d5b-47d7-a667-d62392 login: 2018-11-09 08:48:31,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:32,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-caa3bb87-2dec-49df-b0c0-1e96c7e74c95 x-compute-request-id: req-caa3bb87-2dec-49df-b0c0-1e96c7e74c95 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:32,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-caa3bb87-2dec-49df-b0c0-1e96c7e74c95 2018-11-09 08:48:32,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:32,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ac145267-7f98-4f4a-aaed-160e094cd2bd Date: Fri, 09 Nov 2018 08: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:32,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-ac145267-7f98-4f4a-aaed-160e094cd2bd 2018-11-09 08:48:32,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:32,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df63e843-52a8-41a2-90cf-f71122cd8a1c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:32,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-df63e843-52a8-41a2-90cf-f71122cd8a1c 2018-11-09 08:48:32,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:32,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cdb1cea2-c71f-4f86-930a-767da9a457f5 Date: Fri, 09 Nov 2018 08:48:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:32,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-cdb1cea2-c71f-4f86-930a-767da9a457f5 2018-11-09 08:48:32,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:32,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-efe01462-5049-4b3e-95fe-ba3f1c291468 Date: Fri, 09 Nov 2018 08:48:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.3"}],"id":"29676c91-b7de-442a-85fa-8caf2dc05452","security_groups":[],"mac_address":"fa:16:3e:fe:b5:b4","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.2"}],"id":"65f4f3af-2f72-4001-bb21-389b32ba2175","security_groups":[],"mac_address":"fa:16:3e:24:03:e2","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a","c4464de3-445a-4d2a-84e1-d6a2922fae34"],"mac_address":"fa:16:3e:11:c5:68","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal","device_id":"0902874f-2564-448d-a3b3-6d027ca3d901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.1"}],"id":"ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07","security_groups":[],"mac_address":"fa:16:3e:35:aa:90","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:57Z","binding:vnic_type":"normal","device_id":"a8748e79-ccb4-4806-afef-5c8fd40ec9e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.4"}],"id":"eb0b9715-081c-4bad-85ef-8716fcce0612","security_groups":[],"mac_address":"fa:16:3e:a2:b2:d3","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-47425564-ddf6-4688-811b-47ac4781e562"}]} 2018-11-09 08:48:32,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-efe01462-5049-4b3e-95fe-ba3f1c291468 2018-11-09 08:48:32,827 - create_instance - INFO - Checking if VM is active 2018-11-09 08:48:32,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:33,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e697f74a-081c-4874-8146-1728e210a251 x-compute-request-id: req-e697f74a-081c-4874-8146-1728e210a251 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:33,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-e697f74a-081c-4874-8146-1728e210a251 2018-11-09 08:48:33,312 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - ACTIVE 2018-11-09 08:48:33,312 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:48:33,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:33,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48: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-232c1f70-2b97-40b6-b207-6945274a0b99 x-compute-request-id: req-232c1f70-2b97-40b6-b207-6945274a0b99 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:33,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-232c1f70-2b97-40b6-b207-6945274a0b99 2018-11-09 08:48:33,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:33,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-57845b50-f18c-4abf-ab47-df30584bfed3 Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:33,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-57845b50-f18c-4abf-ab47-df30584bfed3 2018-11-09 08:48:33,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:34,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84b2138-fa1e-4b16-86ed-f28d87521748 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:34,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-b84b2138-fa1e-4b16-86ed-f28d87521748 2018-11-09 08:48:34,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:34,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e3e3d1de-57dd-4991-bdb5-f9dfa07af249 Date: Fri, 09 Nov 2018 08:48:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:34,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-e3e3d1de-57dd-4991-bdb5-f9dfa07af249 2018-11-09 08:48:34,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:34,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-223b51f2-cd40-4ef7-b767-42f88c94f5eb Date: Fri, 09 Nov 2018 08:48:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.3"}],"id":"29676c91-b7de-442a-85fa-8caf2dc05452","security_groups":[],"mac_address":"fa:16:3e:fe:b5:b4","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.2"}],"id":"65f4f3af-2f72-4001-bb21-389b32ba2175","security_groups":[],"mac_address":"fa:16:3e:24:03:e2","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a","c4464de3-445a-4d2a-84e1-d6a2922fae34"],"mac_address":"fa:16:3e:11:c5:68","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal","device_id":"0902874f-2564-448d-a3b3-6d027ca3d901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.1"}],"id":"ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07","security_groups":[],"mac_address":"fa:16:3e:35:aa:90","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:57Z","binding:vnic_type":"normal","device_id":"a8748e79-ccb4-4806-afef-5c8fd40ec9e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.4"}],"id":"eb0b9715-081c-4bad-85ef-8716fcce0612","security_groups":[],"mac_address":"fa:16:3e:a2:b2:d3","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-47425564-ddf6-4688-811b-47ac4781e562"}]} 2018-11-09 08:48:34,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-223b51f2-cd40-4ef7-b767-42f88c94f5eb 2018-11-09 08:48:34,167 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:48:34,171 - paramiko.transport - DEBUG - starting thread (client mode): 0x880584d0L 2018-11-09 08:48:34,171 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:48:34,171 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:48:34,171 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:48:34,172 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:48:34,172 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:48:34,172 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:48:34,172 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:48:34,172 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:48:34,172 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:48:34,189 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:48:34,190 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:48:34,203 - paramiko.transport - DEBUG - Trying key 3aa761cfbfc677e949cc928642a7d4b9 from tmp/CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e 2018-11-09 08:48:34,227 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:48:34,230 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:48:34,331 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:48:34,349 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:48:34,349 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:48:34,351 - paramiko.transport - DEBUG - starting thread (client mode): 0x880584d0L 2018-11-09 08:48:34,351 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:48:34,352 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:48:34,352 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:48:34,353 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:48:34,353 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:48:34,353 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:48:34,353 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:48:34,354 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:48:34,354 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:48:34,373 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:48:34,373 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:48:34,385 - paramiko.transport - DEBUG - Trying key 3aa761cfbfc677e949cc928642a7d4b9 from tmp/CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e 2018-11-09 08:48:34,411 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:48:34,415 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:48:34,417 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:48:34,419 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:48:34,419 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:48:34,422 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:48:34,423 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:48:34,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:48:34,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:48:34,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06e7a1d3164f4d629dc14f0b70180f16", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role"}], "expires_at": "2018-11-09T09:48:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ccb89efaab1432099765498128e87b0", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0ccb89efaab1432099765498128e87b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user", "id": "90dd3b8c69a14e97bf1112073a41f133"}, "audit_ids": ["SUagELojTnmrF33wseNOnA"], "issued_at": "2018-11-09T08:48:34.000000Z"}} 2018-11-09 08:48:34,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:34,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5d181a-4747-49b1-8733-bee385125e91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:48:34,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-de5d181a-4747-49b1-8733-bee385125e91 2018-11-09 08:48:34,900 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:48:34,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:34,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f888be2-5ba2-44f2-89d8-270d7b225bb2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:48:34,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4f888be2-5ba2-44f2-89d8-270d7b225bb2 2018-11-09 08:48:34,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:35,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-445bdf36-e758-4138-b8c5-aebefe682aab Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:35,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-445bdf36-e758-4138-b8c5-aebefe682aab 2018-11-09 08:48:35,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:48:35,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:48: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:48:35,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:35,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6b1d9e3-21bb-4785-a187-4b5cfc9ee297 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:35,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-a6b1d9e3-21bb-4785-a187-4b5cfc9ee297 2018-11-09 08:48:35,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:35,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d39215c0-a8be-48ae-9433-196e2ee64103 Date: Fri, 09 Nov 2018 08:48:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:35,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-d39215c0-a8be-48ae-9433-196e2ee64103 2018-11-09 08:48:35,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:35,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-776ec689-49de-4450-8c11-1fe5bd899513 Date: Fri, 09 Nov 2018 08:48:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a","c4464de3-445a-4d2a-84e1-d6a2922fae34"],"mac_address":"fa:16:3e:11:c5:68","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal","device_id":"0902874f-2564-448d-a3b3-6d027ca3d901"}]} 2018-11-09 08:48:35,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562&name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1&admin_state_up=True used request id req-776ec689-49de-4450-8c11-1fe5bd899513 2018-11-09 08:48:35,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:35,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb9cbf4-27ed-475e-bef0-28ec14ac6c84 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:35,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-1fb9cbf4-27ed-475e-bef0-28ec14ac6c84 2018-11-09 08:48:35,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:36,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48: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-4f7e997f-be5f-48b8-bb5d-172b5a7da99b x-compute-request-id: req-4f7e997f-be5f-48b8-bb5d-172b5a7da99b Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 08:48:36,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst used request id req-4f7e997f-be5f-48b8-bb5d-172b5a7da99b 2018-11-09 08:48:36,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:36,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d0313e54-6c4b-480e-bbea-9890ed483d06 Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:36,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-d0313e54-6c4b-480e-bbea-9890ed483d06 2018-11-09 08:48:36,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:37,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4e9acff3-bd4d-4555-ad76-d31afc855e5b Date: Fri, 09 Nov 2018 08:48:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:37,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-4e9acff3-bd4d-4555-ad76-d31afc855e5b 2018-11-09 08:48:37,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:37,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-3a81ff55-35b3-4d5e-a0d9-2d76b9bb34ad Date: Fri, 09 Nov 2018 08:48:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.3"}],"id":"29676c91-b7de-442a-85fa-8caf2dc05452","security_groups":[],"mac_address":"fa:16:3e:fe:b5:b4","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.2"}],"id":"65f4f3af-2f72-4001-bb21-389b32ba2175","security_groups":[],"mac_address":"fa:16:3e:24:03:e2","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a","c4464de3-445a-4d2a-84e1-d6a2922fae34"],"mac_address":"fa:16:3e:11:c5:68","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal","device_id":"0902874f-2564-448d-a3b3-6d027ca3d901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.1"}],"id":"ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07","security_groups":[],"mac_address":"fa:16:3e:35:aa:90","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:57Z","binding:vnic_type":"normal","device_id":"a8748e79-ccb4-4806-afef-5c8fd40ec9e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.4"}],"id":"eb0b9715-081c-4bad-85ef-8716fcce0612","security_groups":[],"mac_address":"fa:16:3e:a2:b2:d3","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-47425564-ddf6-4688-811b-47ac4781e562"}]} 2018-11-09 08:48:37,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-3a81ff55-35b3-4d5e-a0d9-2d76b9bb34ad 2018-11-09 08:48:37,294 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst 2018-11-09 08:48:37,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:37,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-28c6e09d-fcd2-43d1-8c08-98ab0f36e0e9 Date: Fri, 09 Nov 2018 08:48:37 GMT RESP BODY: {"floatingips": [{"router_id": "a8748e79-ccb4-4806-afef-5c8fd40ec9e0", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:48:27Z", "updated_at": "2018-11-09T08:48:27Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "0ccb89efaab1432099765498128e87b0", "port_id": "71b320ce-2cab-4e94-b198-d2ceb1ff86be", "id": "ed09a97f-0792-4a5e-9695-61362d3cbc32"}]} 2018-11-09 08:48:37,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-28c6e09d-fcd2-43d1-8c08-98ab0f36e0e9 2018-11-09 08:48:37,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports/71b320ce-2cab-4e94-b198-d2ceb1ff86be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:37,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-c98b92a0-81fa-44d3-9369-3c2c85b64780 Date: Fri, 09 Nov 2018 08:48:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a","c4464de3-445a-4d2a-84e1-d6a2922fae34"],"mac_address":"fa:16:3e:11:c5:68","device_id":"0902874f-2564-448d-a3b3-6d027ca3d901","status":"ACTIVE","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","project_id":"0ccb89efaab1432099765498128e87b0","qos_policy_id":null,"admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal"}} 2018-11-09 08:48:37,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports/71b320ce-2cab-4e94-b198-d2ceb1ff86be used request id req-c98b92a0-81fa-44d3-9369-3c2c85b64780 2018-11-09 08:48:37,692 - create_instance - INFO - Checking if VM is active 2018-11-09 08:48:37,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:38,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6d2268a-c4f6-425c-b27e-b3d5b1b50724 x-compute-request-id: req-f6d2268a-c4f6-425c-b27e-b3d5b1b50724 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:38,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-f6d2268a-c4f6-425c-b27e-b3d5b1b50724 2018-11-09 08:48:38,441 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - ACTIVE 2018-11-09 08:48:38,441 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:48:38,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:39,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48: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-9327db29-3937-44ca-979c-c971f9bb1ae5 x-compute-request-id: req-9327db29-3937-44ca-979c-c971f9bb1ae5 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:c5:68", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp"}], "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:19Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:39,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-9327db29-3937-44ca-979c-c971f9bb1ae5 2018-11-09 08:48:39,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:39,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f27dce6a-835e-4170-8102-ef7f3708c589 Date: Fri, 09 Nov 2018 08:48: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":["43612c57-8d7d-4375-8565-6cac905c54d6"],"updated_at":"2018-11-09T08:47:49Z","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0ccb89efaab1432099765498128e87b0","id":"47425564-ddf6-4688-811b-47ac4781e562","name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net"}]} 2018-11-09 08:48:39,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net used request id req-f27dce6a-835e-4170-8102-ef7f3708c589 2018-11-09 08:48:39,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:39,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed42e28-3a60-423d-bf1c-700d519898b7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:48:39,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-8ed42e28-3a60-423d-bf1c-700d519898b7 2018-11-09 08:48:39,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:39,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a077d859-87ed-4811-8a84-6266af223ba1 Date: Fri, 09 Nov 2018 08:48:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","dns_nameservers":[],"updated_at":"2018-11-09T08:47:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0ccb89efaab1432099765498128e87b0","id":"43612c57-8d7d-4375-8565-6cac905c54d6","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet"}]} 2018-11-09 08:48:39,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-a077d859-87ed-4811-8a84-6266af223ba1 2018-11-09 08:48:39,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0c0d60acb8a19b4f3c65bc185987a65b3c43a0" 2018-11-09 08:48:39,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-f099d2c3-a862-4f0f-bf23-ea506e630472 Date: Fri, 09 Nov 2018 08:48:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.3"}],"id":"29676c91-b7de-442a-85fa-8caf2dc05452","security_groups":[],"mac_address":"fa:16:3e:fe:b5:b4","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.2"}],"id":"65f4f3af-2f72-4001-bb21-389b32ba2175","security_groups":[],"mac_address":"fa:16:3e:24:03:e2","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-47425564-ddf6-4688-811b-47ac4781e562"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.7"}],"id":"71b320ce-2cab-4e94-b198-d2ceb1ff86be","security_groups":["047e87bd-77d8-4f9c-a031-06760d1bec4a","c4464de3-445a-4d2a-84e1-d6a2922fae34"],"mac_address":"fa:16:3e:11:c5:68","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:48:08Z","binding:vnic_type":"normal","device_id":"0902874f-2564-448d-a3b3-6d027ca3d901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:48:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.1"}],"id":"ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07","security_groups":[],"mac_address":"fa:16:3e:35:aa:90","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:57Z","binding:vnic_type":"normal","device_id":"a8748e79-ccb4-4806-afef-5c8fd40ec9e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:47:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43612c57-8d7d-4375-8565-6cac905c54d6","ip_address":"10.55.1.4"}],"id":"eb0b9715-081c-4bad-85ef-8716fcce0612","security_groups":[],"mac_address":"fa:16:3e:a2:b2:d3","project_id":"0ccb89efaab1432099765498128e87b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"47425564-ddf6-4688-811b-47ac4781e562","tenant_id":"0ccb89efaab1432099765498128e87b0","created_at":"2018-11-09T08:47:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-47425564-ddf6-4688-811b-47ac4781e562"}]} 2018-11-09 08:48:39,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=47425564-ddf6-4688-811b-47ac4781e562 used request id req-f099d2c3-a862-4f0f-bf23-ea506e630472 2018-11-09 08:48:39,573 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:48:39,574 - paramiko.transport - DEBUG - starting thread (client mode): 0x8807f190L 2018-11-09 08:48:39,575 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:48:39,575 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:48:39,575 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:48:39,576 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:48:39,576 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:48:39,576 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:48:39,577 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:48:39,577 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:48:39,577 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:48:39,594 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:48:39,594 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:48:39,607 - paramiko.transport - DEBUG - Trying key 3aa761cfbfc677e949cc928642a7d4b9 from tmp/CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e 2018-11-09 08:48:39,631 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:48:39,634 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:48:39,735 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:48:39,753 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:48:39,753 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:48:39,754 - paramiko.transport - DEBUG - starting thread (client mode): 0x8807f4d0L 2018-11-09 08:48:39,755 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:48:39,755 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:48:39,756 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:48:39,757 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:48:39,757 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:48:39,757 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:48:39,757 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:48:39,758 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:48:39,758 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:48:39,775 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:48:39,776 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:48:39,787 - paramiko.transport - DEBUG - Trying key 3aa761cfbfc677e949cc928642a7d4b9 from tmp/CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e 2018-11-09 08:48:39,815 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:48:39,818 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:48:39,820 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:48:39,821 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:48:39,821 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:48:39,822 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:48:39,823 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:48:39,825 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2018-11-09 08:48:39,825 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-11-09 08:48:39,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/ed09a97f-0792-4a5e-9695-61362d3cbc32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:40,698 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c99efc00-271b-4200-996d-d63e01bb097b Content-Length: 0 Date: Fri, 09 Nov 2018 08:48:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:48:40,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/ed09a97f-0792-4a5e-9695-61362d3cbc32 used request id req-c99efc00-271b-4200-996d-d63e01bb097b 2018-11-09 08:48:40,699 - create_instance - INFO - Deleting Port with ID - 71b320ce-2cab-4e94-b198-d2ceb1ff86be 2018-11-09 08:48:40,699 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22eport-1 2018-11-09 08:48:40,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/71b320ce-2cab-4e94-b198-d2ceb1ff86be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:41,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7245c22d-28c7-4169-941e-f4a2536b32af Date: Fri, 09 Nov 2018 08:48:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:48:41,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/71b320ce-2cab-4e94-b198-d2ceb1ff86be used request id req-7245c22d-28c7-4169-941e-f4a2536b32af 2018-11-09 08:48:41,174 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst 2018-11-09 08:48:41,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:41,476 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-49ae489f-a126-45a9-b2c8-79ac043813c6 x-compute-request-id: req-49ae489f-a126-45a9-b2c8-79ac043813c6 Content-Type: application/json 2018-11-09 08:48:41,476 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-49ae489f-a126-45a9-b2c8-79ac043813c6 2018-11-09 08:48:41,476 - create_instance - INFO - Checking deletion status 2018-11-09 08:48:41,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:41,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-5252b11b-5438-4d6c-9cf8-bddfb1b57c50 x-compute-request-id: req-5252b11b-5438-4d6c-9cf8-bddfb1b57c50 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.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:41Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:41,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-5252b11b-5438-4d6c-9cf8-bddfb1b57c50 2018-11-09 08:48:41,715 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - ACTIVE 2018-11-09 08:48:41,715 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:48:44,718 - create_instance - DEBUG - VM status query timeout in 296.758517981 2018-11-09 08:48:44,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:44,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-6186aae9-fb95-4c0b-8976-482f32bbf841 x-compute-request-id: req-6186aae9-fb95-4c0b-8976-482f32bbf841 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.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:41Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:44,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-6186aae9-fb95-4c0b-8976-482f32bbf841 2018-11-09 08:48:44,981 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - ACTIVE 2018-11-09 08:48:44,981 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:48:47,984 - create_instance - DEBUG - VM status query timeout in 293.492536068 2018-11-09 08:48:47,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:48,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:48:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd6e04f6-1c17-46d8-bd8d-9849ea3f5667 x-compute-request-id: req-dd6e04f6-1c17-46d8-bd8d-9849ea3f5667 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.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0902874f-2564-448d-a3b3-6d027ca3d901", "rel": "bookmark"}], "image": {"id": "4459473c-f49b-47d6-9b73-9c43d923445f", "links": [{"href": "http://172.30.9.27:8774/images/4459473c-f49b-47d6-9b73-9c43d923445f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:48:19.000000", "flavor": {"id": "c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "links": [{"href": "http://172.30.9.27:8774/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44", "rel": "bookmark"}]}, "id": "0902874f-2564-448d-a3b3-6d027ca3d901", "user_id": "90dd3b8c69a14e97bf1112073a41f133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:48:41Z", "hostId": "cde876da64aaa1cf23f4c742f816ca13b297299f16e97f1198d5360c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp", "name": "CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst", "created": "2018-11-09T08:48:12Z", "tenant_id": "0ccb89efaab1432099765498128e87b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:48:48,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-dd6e04f6-1c17-46d8-bd8d-9849ea3f5667 2018-11-09 08:48:48,267 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst] is - ACTIVE 2018-11-09 08:48:48,267 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:48:51,270 - create_instance - DEBUG - VM status query timeout in 290.206161976 2018-11-09 08:48:51,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03b08c4ffe126f853f98f2dea967016961c5794" 2018-11-09 08:48:51,326 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-98cb8b96-20b1-4ac2-b854-fd8068734fa5 x-compute-request-id: req-98cb8b96-20b1-4ac2-b854-fd8068734fa5 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0902874f-2564-448d-a3b3-6d027ca3d901 could not be found.", "code": 404}} 2018-11-09 08:48:51,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0902874f-2564-448d-a3b3-6d027ca3d901 used request id req-98cb8b96-20b1-4ac2-b854-fd8068734fa5 2018-11-09 08:48:51,326 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0902874f-2564-448d-a3b3-6d027ca3d901 could not be found. (HTTP 404) (Request-ID: req-98cb8b96-20b1-4ac2-b854-fd8068734fa5) 2018-11-09 08:48:51,327 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-inst 2018-11-09 08:48:51,328 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp 2018-11-09 08:48:51,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f240f4e4da3c83f358220571ebdd69314ad35ad7" 2018-11-09 08:48:51,367 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-f4809c69-6126-4ea6-8a2b-ccb15df6289f x-compute-request-id: req-f4809c69-6126-4ea6-8a2b-ccb15df6289f Content-Length: 0 Content-Type: application/json 2018-11-09 08:48:51,368 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-kp used request id req-f4809c69-6126-4ea6-8a2b-ccb15df6289f 2018-11-09 08:48:51,368 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e.pub] 2018-11-09 08:48:51,368 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e] 2018-11-09 08:48:51,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d450efa0783cc5eca1035cfdf51fe9b10648270a" 2018-11-09 08:48:51,620 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-abdf0af7-9584-419f-86d4-979ac43afdf8 x-compute-request-id: req-abdf0af7-9584-419f-86d4-979ac43afdf8 Content-Length: 0 Content-Type: application/json 2018-11-09 08:48:51,620 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/c7f5cd9b-ae30-4502-8492-ffe992e2bb44 used request id req-abdf0af7-9584-419f-86d4-979ac43afdf8 2018-11-09 08:48:51,621 - neutron_utils - INFO - Deleting security group rule with ID - ea0f268e-948f-478e-97aa-00931ffd1a47 2018-11-09 08:48:51,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/ea0f268e-948f-478e-97aa-00931ffd1a47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:51,905 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b0562b8-07a2-4573-9d05-fe70a4a8d20a Content-Length: 0 Date: Fri, 09 Nov 2018 08:48:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:48:51,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/ea0f268e-948f-478e-97aa-00931ffd1a47 used request id req-0b0562b8-07a2-4573-9d05-fe70a4a8d20a 2018-11-09 08:48:51,905 - neutron_utils - INFO - Deleting security group rule with ID - 7dc7f86b-edcb-4147-b56a-fe58d6e76391 2018-11-09 08:48:51,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/7dc7f86b-edcb-4147-b56a-fe58d6e76391 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:52,156 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2af8ea5-8130-4bf6-b457-64e4f06c7f1f Content-Length: 0 Date: Fri, 09 Nov 2018 08:48:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:48:52,157 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/7dc7f86b-edcb-4147-b56a-fe58d6e76391 used request id req-e2af8ea5-8130-4bf6-b457-64e4f06c7f1f 2018-11-09 08:48:52,157 - neutron_utils - INFO - Deleting security group rule with ID - fd4c4888-4185-46f7-a647-706192f3c204 2018-11-09 08:48:52,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/fd4c4888-4185-46f7-a647-706192f3c204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:52,263 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78ae5c83-03ad-4a91-b72d-4098d11d3312 Content-Length: 0 Date: Fri, 09 Nov 2018 08:48:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:48:52,263 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/fd4c4888-4185-46f7-a647-706192f3c204 used request id req-78ae5c83-03ad-4a91-b72d-4098d11d3312 2018-11-09 08:48:52,263 - neutron_utils - INFO - Deleting security group rule with ID - 1a5a2332-8183-431d-9de8-4081859abedc 2018-11-09 08:48:52,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/1a5a2332-8183-431d-9de8-4081859abedc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:52,390 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4362e252-c350-4dd0-9e13-98106fda22f9 Content-Length: 0 Date: Fri, 09 Nov 2018 08:48:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:48:52,390 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/1a5a2332-8183-431d-9de8-4081859abedc used request id req-4362e252-c350-4dd0-9e13-98106fda22f9 2018-11-09 08:48:52,391 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-sec-grp 2018-11-09 08:48:52,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/c4464de3-445a-4d2a-84e1-d6a2922fae34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7fdddcf933a6c8dc34e1430515805f48c42aa3" 2018-11-09 08:48:52,671 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d78de3b0-7d33-4b32-a02a-0db433cd9db9 Content-Length: 0 Date: Fri, 09 Nov 2018 08:48:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:48:52,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/c4464de3-445a-4d2a-84e1-d6a2922fae34 used request id req-d78de3b0-7d33-4b32-a02a-0db433cd9db9 2018-11-09 08:48:52,672 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router and subnet CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet 2018-11-09 08:48:52,673 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router 2018-11-09 08:48:52,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/a8748e79-ccb4-4806-afef-5c8fd40ec9e0/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" -d '{"subnet_id": "43612c57-8d7d-4375-8565-6cac905c54d6"}' 2018-11-09 08:48:54,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eb301f72-5414-4451-87db-681a274087ef Date: Fri, 09 Nov 2018 08:48:54 GMT RESP BODY: {"network_id": "47425564-ddf6-4688-811b-47ac4781e562", "tenant_id": "0ccb89efaab1432099765498128e87b0", "subnet_id": "43612c57-8d7d-4375-8565-6cac905c54d6", "subnet_ids": ["43612c57-8d7d-4375-8565-6cac905c54d6"], "port_id": "ceb5a5b7-fd01-4c30-8831-a6d2b6a3ed07", "id": "a8748e79-ccb4-4806-afef-5c8fd40ec9e0"} 2018-11-09 08:48:54,118 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a8748e79-ccb4-4806-afef-5c8fd40ec9e0/remove_router_interface used request id req-eb301f72-5414-4451-87db-681a274087ef 2018-11-09 08:48:54,119 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router 2018-11-09 08:48:54,119 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-router 2018-11-09 08:48:54,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/a8748e79-ccb4-4806-afef-5c8fd40ec9e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d7754131b821ef3d0e7ec990c358cfe83a64f" 2018-11-09 08:48:57,505 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-304659de-dc21-409d-abf7-f89aadb7bfa6 Content-Length: 0 Date: Fri, 09 Nov 2018 08:48:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:48:57,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/a8748e79-ccb4-4806-afef-5c8fd40ec9e0 used request id req-304659de-dc21-409d-abf7-f89aadb7bfa6 2018-11-09 08:48:57,506 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet 2018-11-09 08:48:57,506 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-subnet 2018-11-09 08:48:57,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/43612c57-8d7d-4375-8565-6cac905c54d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3371f32a94da24ee63111104462a6d459b678" 2018-11-09 08:48:59,797 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6bb89ae2-4e99-4540-9cc6-2e338b6b90d9 Date: Fri, 09 Nov 2018 08:48:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:48:59,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/43612c57-8d7d-4375-8565-6cac905c54d6 used request id req-6bb89ae2-4e99-4540-9cc6-2e338b6b90d9 2018-11-09 08:48:59,797 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-pub-net 2018-11-09 08:48:59,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/47425564-ddf6-4688-811b-47ac4781e562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90a3371f32a94da24ee63111104462a6d459b678" 2018-11-09 08:49:00,823 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f2fbfae9-bcf2-43a7-884e-5829b4c598bf Date: Fri, 09 Nov 2018 08:49:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:49:00,823 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/47425564-ddf6-4688-811b-47ac4781e562 used request id req-f2fbfae9-bcf2-43a7-884e-5829b4c598bf 2018-11-09 08:49:00,824 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-8ef6b28d-6d5b-47d7-a667-d623922ab22e-image 2018-11-09 08:49:00,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f375461dfac2fb97c0aa30f40bd078d82ba03c" 2018-11-09 08:49:01,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6b63757-ca34-46f1-9e13-ca71a817749c Date: Fri, 09 Nov 2018 08:49:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:49:01,994 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4459473c-f49b-47d6-9b73-9c43d923445f used request id req-d6b63757-ca34-46f1-9e13-ca71a817749c 2018-11-09 08:49:02,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:49:02,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-180ccccf-003c-435e-aa8d-bca6df833814 Date: Fri, 09 Nov 2018 08:49:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:47:48Z", "updated_at": "2018-11-09T08:47:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:47:48Z", "revision_number": 0, "id": "74086749-97d9-44f3-884f-80ed6c2f9b6d", "remote_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "remote_ip_prefix": null, "created_at": "2018-11-09T08:47:48Z", "security_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:47:48Z", "revision_number": 0, "id": "7ba8788b-057e-401e-af3e-147226fd9e6e", "remote_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "remote_ip_prefix": null, "created_at": "2018-11-09T08:47:48Z", "security_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:47:48Z", "revision_number": 0, "id": "8db4427d-7a48-44ae-a729-24cb2d8e973c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:47:48Z", "security_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ccb89efaab1432099765498128e87b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:47:48Z", "revision_number": 0, "id": "f9a4af06-695e-42d9-9d5f-aaafc5cf9a1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:47:48Z", "security_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "tenant_id": "0ccb89efaab1432099765498128e87b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ccb89efaab1432099765498128e87b0"}], "revision_number": 4, "project_id": "0ccb89efaab1432099765498128e87b0", "id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:49:02,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-180ccccf-003c-435e-aa8d-bca6df833814 2018-11-09 08:49:02,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:49:02,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78ebf4db-ecff-4ca7-9d99-91a87d88c7d1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0"}, "enabled": true, "id": "0ccb89efaab1432099765498128e87b0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj"}} 2018-11-09 08:49:02,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-78ebf4db-ecff-4ca7-9d99-91a87d88c7d1 2018-11-09 08:49:02,293 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 047e87bd-77d8-4f9c-a031-06760d1bec4a 2018-11-09 08:49:02,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=047e87bd-77d8-4f9c-a031-06760d1bec4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:49:02,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6327d78b-6913-4979-be52-5b6408b273fb Date: Fri, 09 Nov 2018 08:49:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:47:48Z", "security_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:47:48Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "74086749-97d9-44f3-884f-80ed6c2f9b6d"}, {"remote_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:47:48Z", "security_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:47:48Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "7ba8788b-057e-401e-af3e-147226fd9e6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:47:48Z", "security_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:47:48Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "8db4427d-7a48-44ae-a729-24cb2d8e973c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:47:48Z", "security_group_id": "047e87bd-77d8-4f9c-a031-06760d1bec4a", "port_range_min": null, "revision_number": 0, "tenant_id": "0ccb89efaab1432099765498128e87b0", "created_at": "2018-11-09T08:47:48Z", "project_id": "0ccb89efaab1432099765498128e87b0", "id": "f9a4af06-695e-42d9-9d5f-aaafc5cf9a1e"}]} 2018-11-09 08:49:02,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=047e87bd-77d8-4f9c-a031-06760d1bec4a used request id req-6327d78b-6913-4979-be52-5b6408b273fb 2018-11-09 08:49:02,479 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:49:02,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/047e87bd-77d8-4f9c-a031-06760d1bec4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:49:02,829 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-26095f01-7af6-416a-ab58-c8c7a360bbdf Content-Length: 0 Date: Fri, 09 Nov 2018 08:49:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:49:02,829 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/047e87bd-77d8-4f9c-a031-06760d1bec4a used request id req-26095f01-7af6-416a-ab58-c8c7a360bbdf 2018-11-09 08:49:02,830 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj 2018-11-09 08:49:02,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:49:03,034 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:49:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9716af13-9d3b-4449-8da8-728ae99f2b09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:49:03,035 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0ccb89efaab1432099765498128e87b0 used request id req-9716af13-9d3b-4449-8da8-728ae99f2b09 2018-11-09 08:49:03,035 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-proj-role 2018-11-09 08:49:03,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/06e7a1d3164f4d629dc14f0b70180f16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:49:03,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:49:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-512e4699-666d-4862-ae67-ac608e7e6e13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:49:03,151 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/06e7a1d3164f4d629dc14f0b70180f16 used request id req-512e4699-666d-4862-ae67-ac608e7e6e13 2018-11-09 08:49:03,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e4d9004e25e55d62cf8ca36780b1cf6ce35feb" 2018-11-09 08:49:03,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a56efcd-6597-4597-9640-09e107d74611 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:49:03,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3a56efcd-6597-4597-9640-09e107d74611 2018-11-09 08:49:03,240 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-cbc57812-4f27-49f-user 2018-11-09 08:49:03,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/90dd3b8c69a14e97bf1112073a41f133 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9e918a5ce99c99261cab0dbf12cbc05b3da4da1" 2018-11-09 08:49:03,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:49:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ef2ba77-f487-4ee9-9f46-0e958f850789 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:49:03,432 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/90dd3b8c69a14e97bf1112073a41f133 used request id req-9ef2ba77-f487-4ee9-9f46-0e958f850789 2018-11-09 08:49:03,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:49:03,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:49:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["RWdEp8_WQsGWmGz48Yti-Q"], "issued_at": "2018-11-09T08:49:03.000000Z"}} 2018-11-09 08:49:03,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffb6bcd0b320ee7df8c0c169b160155e2367094b" 2018-11-09 08:49:03,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19628545-f3f8-4fec-a82a-a89eb4343a2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:49:03,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-19628545-f3f8-4fec-a82a-a89eb4343a2a 2018-11-09 08:49:03,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:49:03,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:49:04,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:49:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["jVqEEPhNQd27Z1vWa8UwNg"], "issued_at": "2018-11-09T08:49:04.000000Z"}} 2018-11-09 08:49:04,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:49:04,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63045899-1b52-46dc-9bc5-5f674f864916 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:49:04,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-63045899-1b52-46dc-9bc5-5f674f864916 2018-11-09 08:49:04,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:49:04,388 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:49: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:49:04,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:49:04,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6727d62-cd74-4181-bbbf-bdef18edb8c4 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:49:04,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj used request id req-c6727d62-cd74-4181-bbbf-bdef18edb8c4 2018-11-09 08:49:04,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:49:04,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfb8ebb1-f99c-4907-9916-6b5f2f1a45df Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:49:04,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-dfb8ebb1-f99c-4907-9916-6b5f2f1a45df 2018-11-09 08:49:04,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}}' 2018-11-09 08:49:04,696 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0e698ad-8dd8-4cdb-a4c2-59175336b5c0 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:04,697 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f0e698ad-8dd8-4cdb-a4c2-59175336b5c0 2018-11-09 08:49:04,697 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj 2018-11-09 08:49:04,697 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:49:04,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:49:05,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:49:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["UHiV3k84TMuk1wxjtIxEuw"], "issued_at": "2018-11-09T08:49:04.000000Z"}} 2018-11-09 08:49:05,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:05,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bb2a77c-a785-4801-a709-b4f6dc632d70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:49:05,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7bb2a77c-a785-4801-a709-b4f6dc632d70 2018-11-09 08:49:05,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:49:05,195 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:49: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:49:05,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:05,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-621b4e1a-8800-4d26-8b6d-dc31670f7cc3 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:49:05,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-621b4e1a-8800-4d26-8b6d-dc31670f7cc3 2018-11-09 08:49:05,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:05,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02c7cfcb-3bfa-4131-8ee7-30383de93883 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}]} 2018-11-09 08:49:05,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj used request id req-02c7cfcb-3bfa-4131-8ee7-30383de93883 2018-11-09 08:49:05,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:05,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a328b4d0-d00a-4303-b1b3-4d6ec0318fa2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:49:05,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-a328b4d0-d00a-4303-b1b3-4d6ec0318fa2 2018-11-09 08:49:05,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:05,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4548493-8866-42da-bc50-d4a8b9e86148 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:49:05,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a4548493-8866-42da-bc50-d4a8b9e86148 2018-11-09 08:49:05,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:06,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69411260-5468-410e-b759-994d8b507fe0 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}]} 2018-11-09 08:49:06,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj used request id req-69411260-5468-410e-b759-994d8b507fe0 2018-11-09 08:49:06,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/40440b9ca78e4b329f8b5759103168ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:06,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68117bc0-6c38-486e-95a9-0fe008742738 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-user", "links": {"self": "http://172.30.9.27:5000/v3/users/40440b9ca78e4b329f8b5759103168ae"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "138c1dc2e65b49a8956ac3080846ff45", "id": "40440b9ca78e4b329f8b5759103168ae", "password_expires_at": null}} 2018-11-09 08:49:06,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/40440b9ca78e4b329f8b5759103168ae used request id req-68117bc0-6c38-486e-95a9-0fe008742738 2018-11-09 08:49:06,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:06,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-811fb3bc-ecf2-4c88-907f-14d618b9ba79 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:49:06,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles used request id req-811fb3bc-ecf2-4c88-907f-14d618b9ba79 2018-11-09 08:49:06,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:06,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fed72d3-29f2-4208-8b46-1e1cf794c601 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 08:49:06,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-6fed72d3-29f2-4208-8b46-1e1cf794c601 2018-11-09 08:49:06,257 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj 2018-11-09 08:49:06,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:06,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:49:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-414e7db0-62c6-47f0-a1f4-2ef04dcac947 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:49:06,385 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-414e7db0-62c6-47f0-a1f4-2ef04dcac947 2018-11-09 08:49:06,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:06,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-530e37a5-9b84-49fa-a797-b7b6060b2d39 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:49:06,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-530e37a5-9b84-49fa-a797-b7b6060b2d39 2018-11-09 08:49:06,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:06,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa547e8-ac56-4b9a-83a1-42a0205d4c00 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}]} 2018-11-09 08:49:06,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj used request id req-6aa547e8-ac56-4b9a-83a1-42a0205d4c00 2018-11-09 08:49:06,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:06,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56d6457-c67c-4029-afb9-78297a473206 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}]} 2018-11-09 08:49:06,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles used request id req-a56d6457-c67c-4029-afb9-78297a473206 2018-11-09 08:49:06,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:06,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1110a8-c197-4e0c-8190-5caa5b78a1bf Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:49:06,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-fe1110a8-c197-4e0c-8190-5caa5b78a1bf 2018-11-09 08:49:06,752 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj 2018-11-09 08:49:06,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:49:06,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:49:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10f0955d-24cf-4c93-bdd9-5a29d0cb4dc3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:49:06,872 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-10f0955d-24cf-4c93-bdd9-5a29d0cb4dc3 2018-11-09 08:49:06,872 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-a4b1b10e-875f-4b2-user 2018-11-09 08:49:06,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:49:06,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:49:06,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51b269cd-e0d2-4d58-93ba-be2d9a3888d2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:49:06,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-51b269cd-e0d2-4d58-93ba-be2d9a3888d2 2018-11-09 08:49:06,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" -d '{"role": {"name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj-role"}}' 2018-11-09 08:49:07,098 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:49:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af6e6944-30a7-43bc-8acf-4d9c394976d4 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1ff226743d33444e8c2ad5679c49c826", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ff226743d33444e8c2ad5679c49c826"}, "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj-role"}} 2018-11-09 08:49:07,098 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-af6e6944-30a7-43bc-8acf-4d9c394976d4 2018-11-09 08:49:07,099 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj-role 2018-11-09 08:49:07,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/1ff226743d33444e8c2ad5679c49c826 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:49:07,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac122d8b-4803-4678-a256-c74b3ec3a912 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/1ff226743d33444e8c2ad5679c49c826"}, "domain_id": null, "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj-role", "id": "1ff226743d33444e8c2ad5679c49c826"}} 2018-11-09 08:49:07,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/1ff226743d33444e8c2ad5679c49c826 used request id req-ac122d8b-4803-4678-a256-c74b3ec3a912 2018-11-09 08:49:07,185 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj-role to project CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj 2018-11-09 08:49:07,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles/1ff226743d33444e8c2ad5679c49c826 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:49:07,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:49:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8683d3be-69b0-480c-a06c-d2073f1843a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:49:07,371 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45/users/40440b9ca78e4b329f8b5759103168ae/roles/1ff226743d33444e8c2ad5679c49c826 used request id req-8683d3be-69b0-480c-a06c-d2073f1843a7 2018-11-09 08:49:07,371 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:49:07,371 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:49:07,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:49:07,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:49:07,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "1ff226743d33444e8c2ad5679c49c826", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:49:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "138c1dc2e65b49a8956ac3080846ff45", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-user", "id": "40440b9ca78e4b329f8b5759103168ae"}, "audit_ids": ["CCONs82LRoee9VSx_J_9ZA"], "issued_at": "2018-11-09T08:49:07.000000Z"}} 2018-11-09 08:49:07,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ec62e57ef0984d27e665c7252d1007da6e2d4b" 2018-11-09 08:49:07,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b513672d-9fb4-4f5f-b8a1-2ade457e0548 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:49:07,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b513672d-9fb4-4f5f-b8a1-2ade457e0548 2018-11-09 08:49:07,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9ec62e57ef0984d27e665c7252d1007da6e2d4b" 2018-11-09 08:49:08,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-19e339fd-c02d-4b58-9225-c10fdc44cf3a Date: Fri, 09 Nov 2018 08:49:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"} 2018-11-09 08:49:08,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image used request id req-19e339fd-c02d-4b58-9225-c10fdc44cf3a 2018-11-09 08:49:08,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9ec62e57ef0984d27e665c7252d1007da6e2d4b" 2018-11-09 08:49:08,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0610cd81-7f01-4013-91ad-a2dca3260855 Date: Fri, 09 Nov 2018 08:49:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:49:08,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-0610cd81-7f01-4013-91ad-a2dca3260855 2018-11-09 08:49:08,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9ec62e57ef0984d27e665c7252d1007da6e2d4b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}' 2018-11-09 08:49:08,590 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d X-Openstack-Request-Id: req-04233657-204f-4919-8d3a-c31e02be2ac6 Date: Fri, 09 Nov 2018 08:49:08 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:49:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:49:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "min_disk": 0, "protected": false, "id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "file": "/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/file", "checksum": null, "owner": "138c1dc2e65b49a8956ac3080846ff45", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:49:08,590 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-04233657-204f-4919-8d3a-c31e02be2ac6 2018-11-09 08:49:08,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9ec62e57ef0984d27e665c7252d1007da6e2d4b" -d '' 2018-11-09 08:49:09,579 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c584cf64-094d-4454-b7e7-0df02eb4da80 Date: Fri, 09 Nov 2018 08:49:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:49:09,579 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/file used request id req-c584cf64-094d-4454-b7e7-0df02eb4da80 2018-11-09 08:49:09,580 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:49:09,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9ec62e57ef0984d27e665c7252d1007da6e2d4b" 2018-11-09 08:49:09,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-69eac0f7-094a-4854-a00e-b83338cbcc9e Date: Fri, 09 Nov 2018 08:49:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:49:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:49:09Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/snap", "metadata": {}}], "self": "/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "min_disk": 0, "protected": false, "id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "file": "/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "138c1dc2e65b49a8956ac3080846ff45", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:49:09,758 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d used request id req-69eac0f7-094a-4854-a00e-b83338cbcc9e 2018-11-09 08:49:09,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9ec62e57ef0984d27e665c7252d1007da6e2d4b" 2018-11-09 08:49:09,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-82c9f5ef-1983-4da1-a930-1131ba426cb1 Date: Fri, 09 Nov 2018 08:49:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:49:09,927 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-82c9f5ef-1983-4da1-a930-1131ba426cb1 2018-11-09 08:49:09,930 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image 2018-11-09 08:49:09,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9ec62e57ef0984d27e665c7252d1007da6e2d4b" 2018-11-09 08:49:10,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6a25afd6-d666-42f1-a3f1-d4fdb678ab05 Date: Fri, 09 Nov 2018 08:49:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:49:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:49:09Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/snap", "metadata": {}}], "self": "/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "min_disk": 0, "protected": false, "id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "file": "/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "138c1dc2e65b49a8956ac3080846ff45", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:49:10,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d used request id req-6a25afd6-d666-42f1-a3f1-d4fdb678ab05 2018-11-09 08:49:10,109 - create_image - DEBUG - Instance status is - active 2018-11-09 08:49:10,110 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image 2018-11-09 08:49:10,110 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image 2018-11-09 08:49:10,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:49:10,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:49:10,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "1ff226743d33444e8c2ad5679c49c826", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:49:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "138c1dc2e65b49a8956ac3080846ff45", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-user", "id": "40440b9ca78e4b329f8b5759103168ae"}, "audit_ids": ["npIF5uYIQHSNMPzzdbTRhA"], "issued_at": "2018-11-09T08:49:10.000000Z"}} 2018-11-09 08:49:10,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:10,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7370b9c8-0825-4196-bfb1-69216b766068 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:49:10,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7370b9c8-0825-4196-bfb1-69216b766068 2018-11-09 08:49:10,578 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:49:10,580 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:49:10,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:10,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:10 GMT Server: Apache x-openstack-request-id: req-7512b3b5-6660-46c3-b95a-9bcc9f25975c Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:49:10,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack used request id req-7512b3b5-6660-46c3-b95a-9bcc9f25975c 2018-11-09 08:49:10,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-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-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net"}}' 2018-11-09 08:49:14,357 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:49:10 GMT Server: Apache x-openstack-request-id: req-1f6eb6cc-1a6a-4020-8408-bab6042405e6 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}]}} 2018-11-09 08:49:14,357 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks used request id req-1f6eb6cc-1a6a-4020-8408-bab6042405e6 2018-11-09 08:49:14,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:14,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:14 GMT Server: Apache x-openstack-request-id: req-abff4926-e688-4582-a1fa-ec2b3a0c8007 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:14,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:14 GMT Server: Apache x-openstack-request-id: req-cf64ff3a-d63e-42db-9a66-712043a5ea74 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-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:14,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-cf64ff3a-d63e-42db-9a66-712043a5ea74 2018-11-09 08:49:14,722 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack 2018-11-09 08:49:14,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:14,909 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:14 GMT Server: Apache x-openstack-request-id: req-286c7016-dc6a-46eb-802b-ed2745e0c616 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:15,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:14 GMT Server: Apache x-openstack-request-id: req-d1708247-b536-431f-a702-671a00838840 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-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:15,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-d1708247-b536-431f-a702-671a00838840 2018-11-09 08:49:15,101 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:49:15,101 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:49:18,105 - create_stack - DEBUG - Stack status query timeout in 1196.61750913 2018-11-09 08:49:18,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:18,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:18 GMT Server: Apache x-openstack-request-id: req-55767a6d-c221-44d5-a843-182e34b38942 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:18,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:18 GMT Server: Apache x-openstack-request-id: req-d2822d11-61ee-40a4-80a9-5bd489f4bfb6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAz4NsweJiW54K7i0erW9cfioRpUma5g4FkqGLWZsi62vZv8Qu\nP1U/xudZ1fRr1xvdGK58VVI+wIzRIBFYoi/80+7o/UWghjt+Vw9jDnroL5f0YLqm\n5EQItGSWJPpk+u8a+Avm0JZ1uINqET0x0dAAYqtlQqAPMYJmAI7zJ9UKRa03ny5q\np6nPTbXfwXRHAxQnwi7ixQzsF8ME9gIDPFhyYOdGG+F4MIIIJfh4JE3DCjpwwxq0\nOzpzhXOMRQsi9tVHSh2+bJ3Af9bQglQ1RmW8o2dweY80OilbWbRoWtthnZiS2Ppy\nfR4AL2JLuibj47MmCUFYiIV8ZPq0dTz6onAMbQIDAQABAoIBADYrhLSIOEzaUNgk\nByIXM/nrWXfgYwMzHdlNOmdFzDPQj6Mzvy7hPijaM+VaTNx2dZz/z40mTyNMnzrT\nzGNqS4G3mDKlfmYMGcr4RU9+XiYucKjfkLl92RfeOiOlCb9Hs66UzMgevtRP2dxu\nMRcoSTF4tJJT3iN6es4igu8e+fN978u27qgyk6oRo9ceWrtfqpM6pZ7FZZfESLjt\nRCdzqNud1okqB+4YqSUhx1gOah8JScqkmo97/hoCmZR88iWVLHEKvkAqHTX4O83z\ndSS7yGmLmvwiWGx84VIDFMNmx/4Dce/8p+qHn8wjM0CpBZYhnwT6tvDFoOAlq6qH\n10H+xrECgYEA8snA/zZI1Jg0XU8gEF97QcOOidRUT057Y/D+/xUbJnTf8PA1WDqP\nEl4BWUrv7d0rLIJGaEw0Vz8mslxULKqqz1+7iSXQTvBIjzMS77oWGdtAkzkxnfDu\ndZZ9YQv/WZLco3twVKDaZ9H0mSLrhjUGppDYvHVecaWKL29GR0HC0isCgYEA2s5D\ni6htT8Db3LJXTFcvtDY2oXahrrmwfNlZAwFanvOmVdgL4GSNZb45nMGyjgvopdFn\nOQSnN2s4Ywzy9RAFkULNPVBBEB2R8IhOz/1sWWEzbQbx1vJrtlBoMBePbRC6YSiH\nbLOhHSCC1ehFgfeW0C0Gctel6PaHJcp5owJ+h8cCgYBrNB7eEhAyn0pv8SJNWHvK\nXBkyTukzY4okZSOTarRkVLMVZluHq8PE7nFWBjrPIxuPOa7xGsT5yU7C7vXUC0AE\n9VaPhnzmfj7rzDeOVvKvVBq9Z0G7ZclFbr/J/EwyNyDppvXAyI3nzdNdUwgAaKWZ\nItgwzvp24AuWSmIT0Lu/pQKBgG4Wxalo7sbn1Ddwi7ffTiMv+8C1fZf52bCXcs+u\nSLgdAx3B/AfEz9fXJAmY84vAtidn+rWXf8LEcbR0eXGPxB1YLQeib3n6Rsls66p+\naZt26nb6vYdWpZcvUZyQ3hsUBZKI38pzfqa3Ct0xZneD6R+I5+u0UMer8kezXgwE\nX0FVAoGBAOmG4nMPONtj2Yj/tItbGATRrdE2KDIdHg/rnh1QjAiUE0uloSSeMs2V\niJbtCM4xqszLK+Q5F6yPqF+tfS0u0Ecn/NXoGtQWLRJ82722mZD9uPT0eqMaK1tk\n8HlxCUdPlr5l8NG/PtFx+vaweyWJu2nOxJI0XqbcZgnbwTFf3hza\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:18,619 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-d2822d11-61ee-40a4-80a9-5bd489f4bfb6 2018-11-09 08:49:18,620 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:49:18,620 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:49:21,623 - create_stack - DEBUG - Stack status query timeout in 1193.09880114 2018-11-09 08:49:21,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:21,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:21 GMT Server: Apache x-openstack-request-id: req-03377475-1fee-4bb9-a1ac-32c61f55f78f Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:21,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:21 GMT Server: Apache x-openstack-request-id: req-6d497bd1-420a-4ef1-aa75-1a07a76f228e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAz4NsweJiW54K7i0erW9cfioRpUma5g4FkqGLWZsi62vZv8Qu\nP1U/xudZ1fRr1xvdGK58VVI+wIzRIBFYoi/80+7o/UWghjt+Vw9jDnroL5f0YLqm\n5EQItGSWJPpk+u8a+Avm0JZ1uINqET0x0dAAYqtlQqAPMYJmAI7zJ9UKRa03ny5q\np6nPTbXfwXRHAxQnwi7ixQzsF8ME9gIDPFhyYOdGG+F4MIIIJfh4JE3DCjpwwxq0\nOzpzhXOMRQsi9tVHSh2+bJ3Af9bQglQ1RmW8o2dweY80OilbWbRoWtthnZiS2Ppy\nfR4AL2JLuibj47MmCUFYiIV8ZPq0dTz6onAMbQIDAQABAoIBADYrhLSIOEzaUNgk\nByIXM/nrWXfgYwMzHdlNOmdFzDPQj6Mzvy7hPijaM+VaTNx2dZz/z40mTyNMnzrT\nzGNqS4G3mDKlfmYMGcr4RU9+XiYucKjfkLl92RfeOiOlCb9Hs66UzMgevtRP2dxu\nMRcoSTF4tJJT3iN6es4igu8e+fN978u27qgyk6oRo9ceWrtfqpM6pZ7FZZfESLjt\nRCdzqNud1okqB+4YqSUhx1gOah8JScqkmo97/hoCmZR88iWVLHEKvkAqHTX4O83z\ndSS7yGmLmvwiWGx84VIDFMNmx/4Dce/8p+qHn8wjM0CpBZYhnwT6tvDFoOAlq6qH\n10H+xrECgYEA8snA/zZI1Jg0XU8gEF97QcOOidRUT057Y/D+/xUbJnTf8PA1WDqP\nEl4BWUrv7d0rLIJGaEw0Vz8mslxULKqqz1+7iSXQTvBIjzMS77oWGdtAkzkxnfDu\ndZZ9YQv/WZLco3twVKDaZ9H0mSLrhjUGppDYvHVecaWKL29GR0HC0isCgYEA2s5D\ni6htT8Db3LJXTFcvtDY2oXahrrmwfNlZAwFanvOmVdgL4GSNZb45nMGyjgvopdFn\nOQSnN2s4Ywzy9RAFkULNPVBBEB2R8IhOz/1sWWEzbQbx1vJrtlBoMBePbRC6YSiH\nbLOhHSCC1ehFgfeW0C0Gctel6PaHJcp5owJ+h8cCgYBrNB7eEhAyn0pv8SJNWHvK\nXBkyTukzY4okZSOTarRkVLMVZluHq8PE7nFWBjrPIxuPOa7xGsT5yU7C7vXUC0AE\n9VaPhnzmfj7rzDeOVvKvVBq9Z0G7ZclFbr/J/EwyNyDppvXAyI3nzdNdUwgAaKWZ\nItgwzvp24AuWSmIT0Lu/pQKBgG4Wxalo7sbn1Ddwi7ffTiMv+8C1fZf52bCXcs+u\nSLgdAx3B/AfEz9fXJAmY84vAtidn+rWXf8LEcbR0eXGPxB1YLQeib3n6Rsls66p+\naZt26nb6vYdWpZcvUZyQ3hsUBZKI38pzfqa3Ct0xZneD6R+I5+u0UMer8kezXgwE\nX0FVAoGBAOmG4nMPONtj2Yj/tItbGATRrdE2KDIdHg/rnh1QjAiUE0uloSSeMs2V\niJbtCM4xqszLK+Q5F6yPqF+tfS0u0Ecn/NXoGtQWLRJ82722mZD9uPT0eqMaK1tk\n8HlxCUdPlr5l8NG/PtFx+vaweyWJu2nOxJI0XqbcZgnbwTFf3hza\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:21,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-6d497bd1-420a-4ef1-aa75-1a07a76f228e 2018-11-09 08:49:21,990 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:49:21,990 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:49:24,991 - create_stack - DEBUG - Stack status query timeout in 1189.73075104 2018-11-09 08:49:24,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:25,021 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:25 GMT Server: Apache x-openstack-request-id: req-dad9b690-2f8b-4567-97e9-b4544231a592 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:25,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:24 GMT Server: Apache x-openstack-request-id: req-b469645b-9dbd-4f95-94e0-d1d08f369704 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAz4NsweJiW54K7i0erW9cfioRpUma5g4FkqGLWZsi62vZv8Qu\nP1U/xudZ1fRr1xvdGK58VVI+wIzRIBFYoi/80+7o/UWghjt+Vw9jDnroL5f0YLqm\n5EQItGSWJPpk+u8a+Avm0JZ1uINqET0x0dAAYqtlQqAPMYJmAI7zJ9UKRa03ny5q\np6nPTbXfwXRHAxQnwi7ixQzsF8ME9gIDPFhyYOdGG+F4MIIIJfh4JE3DCjpwwxq0\nOzpzhXOMRQsi9tVHSh2+bJ3Af9bQglQ1RmW8o2dweY80OilbWbRoWtthnZiS2Ppy\nfR4AL2JLuibj47MmCUFYiIV8ZPq0dTz6onAMbQIDAQABAoIBADYrhLSIOEzaUNgk\nByIXM/nrWXfgYwMzHdlNOmdFzDPQj6Mzvy7hPijaM+VaTNx2dZz/z40mTyNMnzrT\nzGNqS4G3mDKlfmYMGcr4RU9+XiYucKjfkLl92RfeOiOlCb9Hs66UzMgevtRP2dxu\nMRcoSTF4tJJT3iN6es4igu8e+fN978u27qgyk6oRo9ceWrtfqpM6pZ7FZZfESLjt\nRCdzqNud1okqB+4YqSUhx1gOah8JScqkmo97/hoCmZR88iWVLHEKvkAqHTX4O83z\ndSS7yGmLmvwiWGx84VIDFMNmx/4Dce/8p+qHn8wjM0CpBZYhnwT6tvDFoOAlq6qH\n10H+xrECgYEA8snA/zZI1Jg0XU8gEF97QcOOidRUT057Y/D+/xUbJnTf8PA1WDqP\nEl4BWUrv7d0rLIJGaEw0Vz8mslxULKqqz1+7iSXQTvBIjzMS77oWGdtAkzkxnfDu\ndZZ9YQv/WZLco3twVKDaZ9H0mSLrhjUGppDYvHVecaWKL29GR0HC0isCgYEA2s5D\ni6htT8Db3LJXTFcvtDY2oXahrrmwfNlZAwFanvOmVdgL4GSNZb45nMGyjgvopdFn\nOQSnN2s4Ywzy9RAFkULNPVBBEB2R8IhOz/1sWWEzbQbx1vJrtlBoMBePbRC6YSiH\nbLOhHSCC1ehFgfeW0C0Gctel6PaHJcp5owJ+h8cCgYBrNB7eEhAyn0pv8SJNWHvK\nXBkyTukzY4okZSOTarRkVLMVZluHq8PE7nFWBjrPIxuPOa7xGsT5yU7C7vXUC0AE\n9VaPhnzmfj7rzDeOVvKvVBq9Z0G7ZclFbr/J/EwyNyDppvXAyI3nzdNdUwgAaKWZ\nItgwzvp24AuWSmIT0Lu/pQKBgG4Wxalo7sbn1Ddwi7ffTiMv+8C1fZf52bCXcs+u\nSLgdAx3B/AfEz9fXJAmY84vAtidn+rWXf8LEcbR0eXGPxB1YLQeib3n6Rsls66p+\naZt26nb6vYdWpZcvUZyQ3hsUBZKI38pzfqa3Ct0xZneD6R+I5+u0UMer8kezXgwE\nX0FVAoGBAOmG4nMPONtj2Yj/tItbGATRrdE2KDIdHg/rnh1QjAiUE0uloSSeMs2V\niJbtCM4xqszLK+Q5F6yPqF+tfS0u0Ecn/NXoGtQWLRJ82722mZD9uPT0eqMaK1tk\n8HlxCUdPlr5l8NG/PtFx+vaweyWJu2nOxJI0XqbcZgnbwTFf3hza\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:25,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-b469645b-9dbd-4f95-94e0-d1d08f369704 2018-11-09 08:49:25,349 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:49:25,349 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:49:28,352 - create_stack - DEBUG - Stack status query timeout in 1186.36963415 2018-11-09 08:49:28,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:28,524 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:28 GMT Server: Apache x-openstack-request-id: req-b36e2c9c-6894-4c80-8f65-7db4d298b46f Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:28,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:28 GMT Server: Apache x-openstack-request-id: req-25032bdc-6e0a-40c1-90df-bd41887799b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAz4NsweJiW54K7i0erW9cfioRpUma5g4FkqGLWZsi62vZv8Qu\nP1U/xudZ1fRr1xvdGK58VVI+wIzRIBFYoi/80+7o/UWghjt+Vw9jDnroL5f0YLqm\n5EQItGSWJPpk+u8a+Avm0JZ1uINqET0x0dAAYqtlQqAPMYJmAI7zJ9UKRa03ny5q\np6nPTbXfwXRHAxQnwi7ixQzsF8ME9gIDPFhyYOdGG+F4MIIIJfh4JE3DCjpwwxq0\nOzpzhXOMRQsi9tVHSh2+bJ3Af9bQglQ1RmW8o2dweY80OilbWbRoWtthnZiS2Ppy\nfR4AL2JLuibj47MmCUFYiIV8ZPq0dTz6onAMbQIDAQABAoIBADYrhLSIOEzaUNgk\nByIXM/nrWXfgYwMzHdlNOmdFzDPQj6Mzvy7hPijaM+VaTNx2dZz/z40mTyNMnzrT\nzGNqS4G3mDKlfmYMGcr4RU9+XiYucKjfkLl92RfeOiOlCb9Hs66UzMgevtRP2dxu\nMRcoSTF4tJJT3iN6es4igu8e+fN978u27qgyk6oRo9ceWrtfqpM6pZ7FZZfESLjt\nRCdzqNud1okqB+4YqSUhx1gOah8JScqkmo97/hoCmZR88iWVLHEKvkAqHTX4O83z\ndSS7yGmLmvwiWGx84VIDFMNmx/4Dce/8p+qHn8wjM0CpBZYhnwT6tvDFoOAlq6qH\n10H+xrECgYEA8snA/zZI1Jg0XU8gEF97QcOOidRUT057Y/D+/xUbJnTf8PA1WDqP\nEl4BWUrv7d0rLIJGaEw0Vz8mslxULKqqz1+7iSXQTvBIjzMS77oWGdtAkzkxnfDu\ndZZ9YQv/WZLco3twVKDaZ9H0mSLrhjUGppDYvHVecaWKL29GR0HC0isCgYEA2s5D\ni6htT8Db3LJXTFcvtDY2oXahrrmwfNlZAwFanvOmVdgL4GSNZb45nMGyjgvopdFn\nOQSnN2s4Ywzy9RAFkULNPVBBEB2R8IhOz/1sWWEzbQbx1vJrtlBoMBePbRC6YSiH\nbLOhHSCC1ehFgfeW0C0Gctel6PaHJcp5owJ+h8cCgYBrNB7eEhAyn0pv8SJNWHvK\nXBkyTukzY4okZSOTarRkVLMVZluHq8PE7nFWBjrPIxuPOa7xGsT5yU7C7vXUC0AE\n9VaPhnzmfj7rzDeOVvKvVBq9Z0G7ZclFbr/J/EwyNyDppvXAyI3nzdNdUwgAaKWZ\nItgwzvp24AuWSmIT0Lu/pQKBgG4Wxalo7sbn1Ddwi7ffTiMv+8C1fZf52bCXcs+u\nSLgdAx3B/AfEz9fXJAmY84vAtidn+rWXf8LEcbR0eXGPxB1YLQeib3n6Rsls66p+\naZt26nb6vYdWpZcvUZyQ3hsUBZKI38pzfqa3Ct0xZneD6R+I5+u0UMer8kezXgwE\nX0FVAoGBAOmG4nMPONtj2Yj/tItbGATRrdE2KDIdHg/rnh1QjAiUE0uloSSeMs2V\niJbtCM4xqszLK+Q5F6yPqF+tfS0u0Ecn/NXoGtQWLRJ82722mZD9uPT0eqMaK1tk\n8HlxCUdPlr5l8NG/PtFx+vaweyWJu2nOxJI0XqbcZgnbwTFf3hza\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:28,866 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-25032bdc-6e0a-40c1-90df-bd41887799b4 2018-11-09 08:49:28,867 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:49:28,867 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:49:31,870 - create_stack - DEBUG - Stack status query timeout in 1182.85223103 2018-11-09 08:49:31,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:32,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:31 GMT Server: Apache x-openstack-request-id: req-3c549077-f272-47e1-843a-7ac0bb383620 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:32,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:32 GMT Server: Apache x-openstack-request-id: req-b0c6f6f5-930d-4bd1-a4e3-0e27138920ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAz4NsweJiW54K7i0erW9cfioRpUma5g4FkqGLWZsi62vZv8Qu\nP1U/xudZ1fRr1xvdGK58VVI+wIzRIBFYoi/80+7o/UWghjt+Vw9jDnroL5f0YLqm\n5EQItGSWJPpk+u8a+Avm0JZ1uINqET0x0dAAYqtlQqAPMYJmAI7zJ9UKRa03ny5q\np6nPTbXfwXRHAxQnwi7ixQzsF8ME9gIDPFhyYOdGG+F4MIIIJfh4JE3DCjpwwxq0\nOzpzhXOMRQsi9tVHSh2+bJ3Af9bQglQ1RmW8o2dweY80OilbWbRoWtthnZiS2Ppy\nfR4AL2JLuibj47MmCUFYiIV8ZPq0dTz6onAMbQIDAQABAoIBADYrhLSIOEzaUNgk\nByIXM/nrWXfgYwMzHdlNOmdFzDPQj6Mzvy7hPijaM+VaTNx2dZz/z40mTyNMnzrT\nzGNqS4G3mDKlfmYMGcr4RU9+XiYucKjfkLl92RfeOiOlCb9Hs66UzMgevtRP2dxu\nMRcoSTF4tJJT3iN6es4igu8e+fN978u27qgyk6oRo9ceWrtfqpM6pZ7FZZfESLjt\nRCdzqNud1okqB+4YqSUhx1gOah8JScqkmo97/hoCmZR88iWVLHEKvkAqHTX4O83z\ndSS7yGmLmvwiWGx84VIDFMNmx/4Dce/8p+qHn8wjM0CpBZYhnwT6tvDFoOAlq6qH\n10H+xrECgYEA8snA/zZI1Jg0XU8gEF97QcOOidRUT057Y/D+/xUbJnTf8PA1WDqP\nEl4BWUrv7d0rLIJGaEw0Vz8mslxULKqqz1+7iSXQTvBIjzMS77oWGdtAkzkxnfDu\ndZZ9YQv/WZLco3twVKDaZ9H0mSLrhjUGppDYvHVecaWKL29GR0HC0isCgYEA2s5D\ni6htT8Db3LJXTFcvtDY2oXahrrmwfNlZAwFanvOmVdgL4GSNZb45nMGyjgvopdFn\nOQSnN2s4Ywzy9RAFkULNPVBBEB2R8IhOz/1sWWEzbQbx1vJrtlBoMBePbRC6YSiH\nbLOhHSCC1ehFgfeW0C0Gctel6PaHJcp5owJ+h8cCgYBrNB7eEhAyn0pv8SJNWHvK\nXBkyTukzY4okZSOTarRkVLMVZluHq8PE7nFWBjrPIxuPOa7xGsT5yU7C7vXUC0AE\n9VaPhnzmfj7rzDeOVvKvVBq9Z0G7ZclFbr/J/EwyNyDppvXAyI3nzdNdUwgAaKWZ\nItgwzvp24AuWSmIT0Lu/pQKBgG4Wxalo7sbn1Ddwi7ffTiMv+8C1fZf52bCXcs+u\nSLgdAx3B/AfEz9fXJAmY84vAtidn+rWXf8LEcbR0eXGPxB1YLQeib3n6Rsls66p+\naZt26nb6vYdWpZcvUZyQ3hsUBZKI38pzfqa3Ct0xZneD6R+I5+u0UMer8kezXgwE\nX0FVAoGBAOmG4nMPONtj2Yj/tItbGATRrdE2KDIdHg/rnh1QjAiUE0uloSSeMs2V\niJbtCM4xqszLK+Q5F6yPqF+tfS0u0Ecn/NXoGtQWLRJ82722mZD9uPT0eqMaK1tk\n8HlxCUdPlr5l8NG/PtFx+vaweyWJu2nOxJI0XqbcZgnbwTFf3hza\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:32,387 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-b0c6f6f5-930d-4bd1-a4e3-0e27138920ac 2018-11-09 08:49:32,388 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:49:32,388 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:49:35,391 - create_stack - DEBUG - Stack status query timeout in 1179.3310101 2018-11-09 08:49:35,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:35,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:35 GMT Server: Apache x-openstack-request-id: req-8fa40105-43c5-4c2c-90ad-d7564312161a Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:35,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:35 GMT Server: Apache x-openstack-request-id: req-d71bea66-8172-4f6a-b544-3acb61a11469 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAz4NsweJiW54K7i0erW9cfioRpUma5g4FkqGLWZsi62vZv8Qu\nP1U/xudZ1fRr1xvdGK58VVI+wIzRIBFYoi/80+7o/UWghjt+Vw9jDnroL5f0YLqm\n5EQItGSWJPpk+u8a+Avm0JZ1uINqET0x0dAAYqtlQqAPMYJmAI7zJ9UKRa03ny5q\np6nPTbXfwXRHAxQnwi7ixQzsF8ME9gIDPFhyYOdGG+F4MIIIJfh4JE3DCjpwwxq0\nOzpzhXOMRQsi9tVHSh2+bJ3Af9bQglQ1RmW8o2dweY80OilbWbRoWtthnZiS2Ppy\nfR4AL2JLuibj47MmCUFYiIV8ZPq0dTz6onAMbQIDAQABAoIBADYrhLSIOEzaUNgk\nByIXM/nrWXfgYwMzHdlNOmdFzDPQj6Mzvy7hPijaM+VaTNx2dZz/z40mTyNMnzrT\nzGNqS4G3mDKlfmYMGcr4RU9+XiYucKjfkLl92RfeOiOlCb9Hs66UzMgevtRP2dxu\nMRcoSTF4tJJT3iN6es4igu8e+fN978u27qgyk6oRo9ceWrtfqpM6pZ7FZZfESLjt\nRCdzqNud1okqB+4YqSUhx1gOah8JScqkmo97/hoCmZR88iWVLHEKvkAqHTX4O83z\ndSS7yGmLmvwiWGx84VIDFMNmx/4Dce/8p+qHn8wjM0CpBZYhnwT6tvDFoOAlq6qH\n10H+xrECgYEA8snA/zZI1Jg0XU8gEF97QcOOidRUT057Y/D+/xUbJnTf8PA1WDqP\nEl4BWUrv7d0rLIJGaEw0Vz8mslxULKqqz1+7iSXQTvBIjzMS77oWGdtAkzkxnfDu\ndZZ9YQv/WZLco3twVKDaZ9H0mSLrhjUGppDYvHVecaWKL29GR0HC0isCgYEA2s5D\ni6htT8Db3LJXTFcvtDY2oXahrrmwfNlZAwFanvOmVdgL4GSNZb45nMGyjgvopdFn\nOQSnN2s4Ywzy9RAFkULNPVBBEB2R8IhOz/1sWWEzbQbx1vJrtlBoMBePbRC6YSiH\nbLOhHSCC1ehFgfeW0C0Gctel6PaHJcp5owJ+h8cCgYBrNB7eEhAyn0pv8SJNWHvK\nXBkyTukzY4okZSOTarRkVLMVZluHq8PE7nFWBjrPIxuPOa7xGsT5yU7C7vXUC0AE\n9VaPhnzmfj7rzDeOVvKvVBq9Z0G7ZclFbr/J/EwyNyDppvXAyI3nzdNdUwgAaKWZ\nItgwzvp24AuWSmIT0Lu/pQKBgG4Wxalo7sbn1Ddwi7ffTiMv+8C1fZf52bCXcs+u\nSLgdAx3B/AfEz9fXJAmY84vAtidn+rWXf8LEcbR0eXGPxB1YLQeib3n6Rsls66p+\naZt26nb6vYdWpZcvUZyQ3hsUBZKI38pzfqa3Ct0xZneD6R+I5+u0UMer8kezXgwE\nX0FVAoGBAOmG4nMPONtj2Yj/tItbGATRrdE2KDIdHg/rnh1QjAiUE0uloSSeMs2V\niJbtCM4xqszLK+Q5F6yPqF+tfS0u0Ecn/NXoGtQWLRJ82722mZD9uPT0eqMaK1tk\n8HlxCUdPlr5l8NG/PtFx+vaweyWJu2nOxJI0XqbcZgnbwTFf3hza\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:35,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-d71bea66-8172-4f6a-b544-3acb61a11469 2018-11-09 08:49:35,752 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:49:35,752 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack 2018-11-09 08:49:35,752 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack 2018-11-09 08:49:35,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:35,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:35 GMT Server: Apache x-openstack-request-id: req-9bbd5e03-b861-42b5-8a95-742299b92aef Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:36,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:35 GMT Server: Apache x-openstack-request-id: req-b4dd19d6-5df7-4751-b845-a018f4b8a263 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.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ce5cf9c7-4c07-4ccb-8854-331766821ad1", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "439a8e20-c1db-481a-bc4b-addfb41ea531", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "82cea943-7140-499c-972a-a3c74c12eb11", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "03774cd8-3188-47f9-a03f-34482afd5a25", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "227", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a4d611b4-0990-4f93-bcf1-1ae8c1e12428:subnet_id=191e2e43-1988-4fc5-b544-da22873c82c5", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "191e2e43-1988-4fc5-b544-da22873c82c5", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "a4d611b4-0990-4f93-bcf1-1ae8c1e12428", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "98018005-ccf4-47e3-b92e-1949100709c6", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "156584dd-1e0b-4bb2-a650-a30e17f6679e", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "442b814b-5bf6-4616-b04e-76311c32cc76", "resource_type": "OS::Neutron::Port"}]} 2018-11-09 08:49:36,161 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources used request id req-b4dd19d6-5df7-4751-b845-a018f4b8a263 2018-11-09 08:49:36,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:36,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ec6cc1e-7d61-4560-b91c-9d0a7af28aa8 x-compute-request-id: req-7ec6cc1e-7d61-4560-b91c-9d0a7af28aa8 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:40:ed", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:40:ed", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98018005-ccf4-47e3-b92e-1949100709c6", "rel": "bookmark"}], "image": {"id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "links": [{"href": "http://172.30.9.27:8774/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": "2018-11-09T08:49:31.000000", "flavor": {"id": "ce5cf9c7-4c07-4ccb-8854-331766821ad1", "links": [{"href": "http://172.30.9.27:8774/flavors/ce5cf9c7-4c07-4ccb-8854-331766821ad1", "rel": "bookmark"}]}, "id": "98018005-ccf4-47e3-b92e-1949100709c6", "security_groups": [{"name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp"}], "user_id": "40440b9ca78e4b329f8b5759103168ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:49:32Z", "hostId": "39f3ceae1ffb2437ebabcef7a6498f43d574134933b1b2b3079d5b85", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "created": "2018-11-09T08:49:25Z", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:49:36,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6 used request id req-7ec6cc1e-7d61-4560-b91c-9d0a7af28aa8 2018-11-09 08:49:36,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:36,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4770361b-4cc6-478e-8728-259686f4f66d Date: Fri, 09 Nov 2018 08:49:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:36,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-4770361b-4cc6-478e-8728-259686f4f66d 2018-11-09 08:49:36,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:49:36,660 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:49: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:49:36,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:36,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10785b43-d75b-4f34-8fa7-09b628304c9b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:36,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-10785b43-d75b-4f34-8fa7-09b628304c9b 2018-11-09 08:49:36,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:36,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a4952930-57df-47fd-a067-40f746d6f559 Date: Fri, 09 Nov 2018 08:49:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:36,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-a4952930-57df-47fd-a067-40f746d6f559 2018-11-09 08:49:36,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:36,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-a5de54c7-d0c2-410e-822d-7c0e6d8e54c9 Date: Fri, 09 Nov 2018 08:49:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.2"}],"id":"3df9e9e5-5693-4d10-be71-ff843103675a","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:05:30","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.1"}],"id":"45bba60a-3a51-4ffd-a898-7937cc42f8f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:98:a9","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:28Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.4"}],"id":"8a436a94-b56f-42bc-9821-21a69fe6b393","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8c:0a","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.3"}],"id":"e32f3678-b503-4254-a40d-53fb1c3f4e06","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:84:57","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-439a8e20-c1db-481a-bc4b-addfb41ea531"}]} 2018-11-09 08:49:36,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-a5de54c7-d0c2-410e-822d-7c0e6d8e54c9 2018-11-09 08:49:36,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/156584dd-1e0b-4bb2-a650-a30e17f6679e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:37,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4570e5a0-4c62-4eae-ad3a-7e58ab5067a8 x-compute-request-id: req-4570e5a0-4c62-4eae-ad3a-7e58ab5067a8 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:d5:31", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/156584dd-1e0b-4bb2-a650-a30e17f6679e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/156584dd-1e0b-4bb2-a650-a30e17f6679e", "rel": "bookmark"}], "image": {"id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "links": [{"href": "http://172.30.9.27:8774/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-11-09T08:49:31.000000", "flavor": {"id": "915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "links": [{"href": "http://172.30.9.27:8774/flavors/915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "rel": "bookmark"}]}, "id": "156584dd-1e0b-4bb2-a650-a30e17f6679e", "security_groups": [{"name": "default"}], "user_id": "40440b9ca78e4b329f8b5759103168ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:49:31Z", "hostId": "2b6f15ca2fd9da2358911c17a513837ad2635cd08c431ebd375913e2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "created": "2018-11-09T08:49:23Z", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:49:37,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/156584dd-1e0b-4bb2-a650-a30e17f6679e used request id req-4570e5a0-4c62-4eae-ad3a-7e58ab5067a8 2018-11-09 08:49:37,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:37,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9f8550a2-fb64-4f61-8428-6a632f2fcaf7 Date: Fri, 09 Nov 2018 08:49:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:37,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-9f8550a2-fb64-4f61-8428-6a632f2fcaf7 2018-11-09 08:49:37,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:37,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f804b62-3311-4cef-814a-2f80208cc93e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:37,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-5f804b62-3311-4cef-814a-2f80208cc93e 2018-11-09 08:49:37,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:37,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e6d1ba99-f1ef-487f-a812-e66c7855e87e Date: Fri, 09 Nov 2018 08:49:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:37,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-e6d1ba99-f1ef-487f-a812-e66c7855e87e 2018-11-09 08:49:37,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:37,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-a49ae47a-af5c-4869-908b-afaa53a0d0fc Date: Fri, 09 Nov 2018 08:49:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.2"}],"id":"3df9e9e5-5693-4d10-be71-ff843103675a","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:05:30","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.1"}],"id":"45bba60a-3a51-4ffd-a898-7937cc42f8f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:98:a9","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:28Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.4"}],"id":"8a436a94-b56f-42bc-9821-21a69fe6b393","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8c:0a","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.3"}],"id":"e32f3678-b503-4254-a40d-53fb1c3f4e06","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:84:57","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-439a8e20-c1db-481a-bc4b-addfb41ea531"}]} 2018-11-09 08:49:37,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-a49ae47a-af5c-4869-908b-afaa53a0d0fc 2018-11-09 08:49:37,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:37,654 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:37 GMT Server: Apache x-openstack-request-id: req-07fb391e-02ec-4cca-afa1-65cb7082401e Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:37,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:37 GMT Server: Apache x-openstack-request-id: req-68394745-be06-4545-bd5d-20ace2c0527a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1050 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ce5cf9c7-4c07-4ccb-8854-331766821ad1", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "439a8e20-c1db-481a-bc4b-addfb41ea531", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "82cea943-7140-499c-972a-a3c74c12eb11", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "03774cd8-3188-47f9-a03f-34482afd5a25", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "227", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a4d611b4-0990-4f93-bcf1-1ae8c1e12428:subnet_id=191e2e43-1988-4fc5-b544-da22873c82c5", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "191e2e43-1988-4fc5-b544-da22873c82c5", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "a4d611b4-0990-4f93-bcf1-1ae8c1e12428", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "98018005-ccf4-47e3-b92e-1949100709c6", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "156584dd-1e0b-4bb2-a650-a30e17f6679e", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-09T08:49:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:49:14Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "442b814b-5bf6-4616-b04e-76311c32cc76", "resource_type": "OS::Neutron::Port"}]} 2018-11-09 08:49:37,732 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a/resources used request id req-68394745-be06-4545-bd5d-20ace2c0527a 2018-11-09 08:49:37,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/ce5cf9c7-4c07-4ccb-8854-331766821ad1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:37,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-6e54c175-160a-477b-b5c4-90ce9ba68613 x-compute-request-id: req-6e54c175-160a-477b-b5c4-90ce9ba68613 Content-Encoding: gzip Content-Length: 336 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ce5cf9c7-4c07-4ccb-8854-331766821ad1", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ce5cf9c7-4c07-4ccb-8854-331766821ad1", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "ce5cf9c7-4c07-4ccb-8854-331766821ad1", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-flavor1-rsbi32kl7wlm", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:49:37,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/ce5cf9c7-4c07-4ccb-8854-331766821ad1 used request id req-6e54c175-160a-477b-b5c4-90ce9ba68613 2018-11-09 08:49:37,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/191e2e43-1988-4fc5-b544-da22873c82c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:37,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a0045455-eeea-4573-83ed-1c8d775a7fa9 Date: Fri, 09 Nov 2018 08:49:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}} 2018-11-09 08:49:37,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/191e2e43-1988-4fc5-b544-da22873c82c5 used request id req-a0045455-eeea-4573-83ed-1c8d775a7fa9 2018-11-09 08:49:37,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1731a4d8-461f-43c7-8fbd-c42ab67eac9a Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:38,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-1731a4d8-461f-43c7-8fbd-c42ab67eac9a 2018-11-09 08:49:38,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-90947055-b48f-4497-88e3-559dd92e0e1d Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:38,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-90947055-b48f-4497-88e3-559dd92e0e1d 2018-11-09 08:49:38,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c853b678-54b9-432e-9832-e9fd26957901 Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:38,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-c853b678-54b9-432e-9832-e9fd26957901 2018-11-09 08:49:38,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-434ce10c-25c5-49f9-8247-0fa890ea5e4d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:38,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-434ce10c-25c5-49f9-8247-0fa890ea5e4d 2018-11-09 08:49:38,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-60aff221-2744-4805-afe2-6e79e0b27542 Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:38,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-60aff221-2744-4805-afe2-6e79e0b27542 2018-11-09 08:49:38,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531&mac_address=fa%3A16%3A3e%3Ad5%3A40%3Aed&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-e168d9db-e354-4162-8bac-6c9d2e7f8ad8 Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"}]} 2018-11-09 08:49:38,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531&mac_address=fa%3A16%3A3e%3Ad5%3A40%3Aed&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc&admin_state_up=True used request id req-e168d9db-e354-4162-8bac-6c9d2e7f8ad8 2018-11-09 08:49:38,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f56c86ca-1dd5-4fc0-8503-56ae49bb8b9b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:38,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-f56c86ca-1dd5-4fc0-8503-56ae49bb8b9b 2018-11-09 08:49:38,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-7d9540da-91bf-4c28-b073-2a1877617004 Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:38,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-7d9540da-91bf-4c28-b073-2a1877617004 2018-11-09 08:49:38,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7fd2740a-68e2-437e-b09b-fa5bf250f881 Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:38,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-7fd2740a-68e2-437e-b09b-fa5bf250f881 2018-11-09 08:49:38,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-41a91876-f2c5-4e4d-8351-93caeef24182 Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.2"}],"id":"3df9e9e5-5693-4d10-be71-ff843103675a","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:05:30","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.1"}],"id":"45bba60a-3a51-4ffd-a898-7937cc42f8f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:98:a9","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:28Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.4"}],"id":"8a436a94-b56f-42bc-9821-21a69fe6b393","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8c:0a","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.3"}],"id":"e32f3678-b503-4254-a40d-53fb1c3f4e06","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:84:57","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-439a8e20-c1db-481a-bc4b-addfb41ea531"}]} 2018-11-09 08:49:38,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-41a91876-f2c5-4e4d-8351-93caeef24182 2018-11-09 08:49:38,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-c221bf89-c136-417c-b6c3-822f83e9f2dd Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"floatingips": [{"router_id": "a4d611b4-0990-4f93-bcf1-1ae8c1e12428", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "created_at": "2018-11-09T08:49:27Z", "updated_at": "2018-11-09T08:49:30Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "138c1dc2e65b49a8956ac3080846ff45", "port_id": "442b814b-5bf6-4616-b04e-76311c32cc76", "id": "03774cd8-3188-47f9-a03f-34482afd5a25"}]} 2018-11-09 08:49:38,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-c221bf89-c136-417c-b6c3-822f83e9f2dd 2018-11-09 08:49:38,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/a4d611b4-0990-4f93-bcf1-1ae8c1e12428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-0cabe37f-6570-433a-890c-f6e194361ea7 Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "created_at": "2018-11-09T08:49:21Z", "admin_state_up": true, "updated_at": "2018-11-09T08:49:29Z", "project_id": "138c1dc2e65b49a8956ac3080846ff45", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "a4d611b4-0990-4f93-bcf1-1ae8c1e12428", "name": "mgmt_router"}} 2018-11-09 08:49:38,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/a4d611b4-0990-4f93-bcf1-1ae8c1e12428 used request id req-0cabe37f-6570-433a-890c-f6e194361ea7 2018-11-09 08:49:38,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=a4d611b4-0990-4f93-bcf1-1ae8c1e12428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4544 X-Openstack-Request-Id: req-60442bd0-3988-4c14-afdc-308c6b246255 Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.1"}],"id":"45bba60a-3a51-4ffd-a898-7937cc42f8f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:98:a9","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:28Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:29Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"812b1fa1-008b-47b4-a64c-c88076f51074","ip_address":"169.254.192.8"}],"id":"8d320a51-751d-46fa-a900-f2eefe765623","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:26:35:80","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 138c1dc2e65b49a8956ac3080846ff45","admin_state_up":true,"network_id":"6773bf46-6732-4a65-a995-9701d76d2970","tenant_id":"","created_at":"2018-11-09T08:49:24Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"network:router_gateway","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.205"}],"id":"9bdbb1a9-e13e-48b5-80b4-4febd37d003a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:8c:ac","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":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:27Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"812b1fa1-008b-47b4-a64c-c88076f51074","ip_address":"169.254.192.11"}],"id":"9c0b023a-d2b5-4cc2-b631-fa55d1a3ffb4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:a6:cd","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 138c1dc2e65b49a8956ac3080846ff45","admin_state_up":true,"network_id":"6773bf46-6732-4a65-a995-9701d76d2970","tenant_id":"","created_at":"2018-11-09T08:49:23Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"812b1fa1-008b-47b4-a64c-c88076f51074","ip_address":"169.254.192.3"}],"id":"ae116a9a-d1ae-4e09-b87e-94e7697e9387","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:62:ec","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 138c1dc2e65b49a8956ac3080846ff45","admin_state_up":true,"network_id":"6773bf46-6732-4a65-a995-9701d76d2970","tenant_id":"","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"}]} 2018-11-09 08:49:38,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=a4d611b4-0990-4f93-bcf1-1ae8c1e12428 used request id req-60442bd0-3988-4c14-afdc-308c6b246255 2018-11-09 08:49:38,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:38,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-252f128e-a852-4817-a425-9a8793229200 Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:49:38,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-252f128e-a852-4817-a425-9a8793229200 2018-11-09 08:49:38,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/812b1fa1-008b-47b4-a64c-c88076f51074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:39,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-35500be3-c412-48e5-8dc5-8ca92903e6c2 Date: Fri, 09 Nov 2018 08:49:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6773bf46-6732-4a65-a995-9701d76d2970","tenant_id":"","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"812b1fa1-008b-47b4-a64c-c88076f51074","subnetpool_id":null,"name":"HA subnet tenant 138c1dc2e65b49a8956ac3080846ff45"}} 2018-11-09 08:49:39,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/812b1fa1-008b-47b4-a64c-c88076f51074 used request id req-35500be3-c412-48e5-8dc5-8ca92903e6c2 2018-11-09 08:49:39,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/812b1fa1-008b-47b4-a64c-c88076f51074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:39,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a3d2fffa-27bd-49bc-ad22-f1a41c75428a Date: Fri, 09 Nov 2018 08:49:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6773bf46-6732-4a65-a995-9701d76d2970","tenant_id":"","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"812b1fa1-008b-47b4-a64c-c88076f51074","subnetpool_id":null,"name":"HA subnet tenant 138c1dc2e65b49a8956ac3080846ff45"}} 2018-11-09 08:49:39,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/812b1fa1-008b-47b4-a64c-c88076f51074 used request id req-a3d2fffa-27bd-49bc-ad22-f1a41c75428a 2018-11-09 08:49:39,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/812b1fa1-008b-47b4-a64c-c88076f51074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:39,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cb3298ba-f9d8-48c8-a5b0-113425985037 Date: Fri, 09 Nov 2018 08:49:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6773bf46-6732-4a65-a995-9701d76d2970","tenant_id":"","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"812b1fa1-008b-47b4-a64c-c88076f51074","subnetpool_id":null,"name":"HA subnet tenant 138c1dc2e65b49a8956ac3080846ff45"}} 2018-11-09 08:49:39,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/812b1fa1-008b-47b4-a64c-c88076f51074 used request id req-cb3298ba-f9d8-48c8-a5b0-113425985037 2018-11-09 08:49:39,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/191e2e43-1988-4fc5-b544-da22873c82c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:39,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-52d3678f-f401-48e7-8a97-508db800d9ec Date: Fri, 09 Nov 2018 08:49:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}} 2018-11-09 08:49:39,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/191e2e43-1988-4fc5-b544-da22873c82c5 used request id req-52d3678f-f401-48e7-8a97-508db800d9ec 2018-11-09 08:49:39,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports/442b814b-5bf6-4616-b04e-76311c32cc76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:39,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-aacf7f26-f3cf-4e2c-b127-b84bd4fcf196 Date: Fri, 09 Nov 2018 08:49:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","device_id":"98018005-ccf4-47e3-b92e-1949100709c6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","project_id":"138c1dc2e65b49a8956ac3080846ff45","qos_policy_id":null,"admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal"}} 2018-11-09 08:49:39,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports/442b814b-5bf6-4616-b04e-76311c32cc76 used request id req-aacf7f26-f3cf-4e2c-b127-b84bd4fcf196 2018-11-09 08:49:39,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/191e2e43-1988-4fc5-b544-da22873c82c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:39,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-31d125dc-8d20-4dc2-ba3f-c13439a4d635 Date: Fri, 09 Nov 2018 08:49:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}} 2018-11-09 08:49:39,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/191e2e43-1988-4fc5-b544-da22873c82c5 used request id req-31d125dc-8d20-4dc2-ba3f-c13439a4d635 2018-11-09 08:49:39,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:39,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0e7c9c6b-c0cc-43a9-a592-63502cca4edd Date: Fri, 09 Nov 2018 08:49:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:49:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:49:09Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/snap", "metadata": {}}], "self": "/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "min_disk": 0, "protected": false, "id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "file": "/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "138c1dc2e65b49a8956ac3080846ff45", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:49:39,283 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d used request id req-0e7c9c6b-c0cc-43a9-a592-63502cca4edd 2018-11-09 08:49:39,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:39,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ee32d8b9-c4df-48f1-bdb2-bee7c594dbf2 Date: Fri, 09 Nov 2018 08:49:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:49:39,535 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-ee32d8b9-c4df-48f1-bdb2-bee7c594dbf2 2018-11-09 08:49:39,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:39,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:39 GMT Server: Apache x-openstack-request-id: req-23e74c47-2cae-495d-a8dd-f9f3852cb9bd Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:39,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:39 GMT Server: Apache x-openstack-request-id: req-47699654-f05c-4d14-ae6f-0d97b9973327 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAz4NsweJiW54K7i0erW9cfioRpUma5g4FkqGLWZsi62vZv8Qu\nP1U/xudZ1fRr1xvdGK58VVI+wIzRIBFYoi/80+7o/UWghjt+Vw9jDnroL5f0YLqm\n5EQItGSWJPpk+u8a+Avm0JZ1uINqET0x0dAAYqtlQqAPMYJmAI7zJ9UKRa03ny5q\np6nPTbXfwXRHAxQnwi7ixQzsF8ME9gIDPFhyYOdGG+F4MIIIJfh4JE3DCjpwwxq0\nOzpzhXOMRQsi9tVHSh2+bJ3Af9bQglQ1RmW8o2dweY80OilbWbRoWtthnZiS2Ppy\nfR4AL2JLuibj47MmCUFYiIV8ZPq0dTz6onAMbQIDAQABAoIBADYrhLSIOEzaUNgk\nByIXM/nrWXfgYwMzHdlNOmdFzDPQj6Mzvy7hPijaM+VaTNx2dZz/z40mTyNMnzrT\nzGNqS4G3mDKlfmYMGcr4RU9+XiYucKjfkLl92RfeOiOlCb9Hs66UzMgevtRP2dxu\nMRcoSTF4tJJT3iN6es4igu8e+fN978u27qgyk6oRo9ceWrtfqpM6pZ7FZZfESLjt\nRCdzqNud1okqB+4YqSUhx1gOah8JScqkmo97/hoCmZR88iWVLHEKvkAqHTX4O83z\ndSS7yGmLmvwiWGx84VIDFMNmx/4Dce/8p+qHn8wjM0CpBZYhnwT6tvDFoOAlq6qH\n10H+xrECgYEA8snA/zZI1Jg0XU8gEF97QcOOidRUT057Y/D+/xUbJnTf8PA1WDqP\nEl4BWUrv7d0rLIJGaEw0Vz8mslxULKqqz1+7iSXQTvBIjzMS77oWGdtAkzkxnfDu\ndZZ9YQv/WZLco3twVKDaZ9H0mSLrhjUGppDYvHVecaWKL29GR0HC0isCgYEA2s5D\ni6htT8Db3LJXTFcvtDY2oXahrrmwfNlZAwFanvOmVdgL4GSNZb45nMGyjgvopdFn\nOQSnN2s4Ywzy9RAFkULNPVBBEB2R8IhOz/1sWWEzbQbx1vJrtlBoMBePbRC6YSiH\nbLOhHSCC1ehFgfeW0C0Gctel6PaHJcp5owJ+h8cCgYBrNB7eEhAyn0pv8SJNWHvK\nXBkyTukzY4okZSOTarRkVLMVZluHq8PE7nFWBjrPIxuPOa7xGsT5yU7C7vXUC0AE\n9VaPhnzmfj7rzDeOVvKvVBq9Z0G7ZclFbr/J/EwyNyDppvXAyI3nzdNdUwgAaKWZ\nItgwzvp24AuWSmIT0Lu/pQKBgG4Wxalo7sbn1Ddwi7ffTiMv+8C1fZf52bCXcs+u\nSLgdAx3B/AfEz9fXJAmY84vAtidn+rWXf8LEcbR0eXGPxB1YLQeib3n6Rsls66p+\naZt26nb6vYdWpZcvUZyQ3hsUBZKI38pzfqa3Ct0xZneD6R+I5+u0UMer8kezXgwE\nX0FVAoGBAOmG4nMPONtj2Yj/tItbGATRrdE2KDIdHg/rnh1QjAiUE0uloSSeMs2V\niJbtCM4xqszLK+Q5F6yPqF+tfS0u0Ecn/NXoGtQWLRJ82722mZD9uPT0eqMaK1tk\n8HlxCUdPlr5l8NG/PtFx+vaweyWJu2nOxJI0XqbcZgnbwTFf3hza\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:39,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-47699654-f05c-4d14-ae6f-0d97b9973327 2018-11-09 08:49:39,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:49:39,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:49:40,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "1ff226743d33444e8c2ad5679c49c826", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:49:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "138c1dc2e65b49a8956ac3080846ff45", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-user", "id": "40440b9ca78e4b329f8b5759103168ae"}, "audit_ids": ["Z9T-5_mBQlCg_67-fT3zSQ"], "issued_at": "2018-11-09T08:49:40.000000Z"}} 2018-11-09 08:49:40,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:40,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22bb20a7-ce1f-49f1-9c2c-fc306287845d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:49:40,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-22bb20a7-ce1f-49f1-9c2c-fc306287845d 2018-11-09 08:49:40,442 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:49:40,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:40,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6efddad6-95a9-45fd-ba9d-264fad9b9397 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:49:40,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6efddad6-95a9-45fd-ba9d-264fad9b9397 2018-11-09 08:49:40,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:40,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d53f4949-a3fe-477e-90dc-2ade5fc1e5de Date: Fri, 09 Nov 2018 08:49:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:40,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-d53f4949-a3fe-477e-90dc-2ade5fc1e5de 2018-11-09 08:49:40,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:49:40,789 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:49: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:49:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:40,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44926d9b-cf98-455d-a8fc-334b11c353e4 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:40,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-44926d9b-cf98-455d-a8fc-334b11c353e4 2018-11-09 08:49:40,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:41,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-34bdc7b8-9eec-464f-8618-d23966549016 Date: Fri, 09 Nov 2018 08:49:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:41,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-34bdc7b8-9eec-464f-8618-d23966549016 2018-11-09 08:49:41,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531&mac_address=fa%3A16%3A3e%3Ad5%3A40%3Aed&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:41,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-52e29bbd-137a-440b-a174-2d9243cb32a1 Date: Fri, 09 Nov 2018 08:49:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"}]} 2018-11-09 08:49:41,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531&mac_address=fa%3A16%3A3e%3Ad5%3A40%3Aed&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc&admin_state_up=True used request id req-52e29bbd-137a-440b-a174-2d9243cb32a1 2018-11-09 08:49:41,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:41,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a34f9a5c-f9fb-4773-a30e-1860a7031e53 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:41,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-a34f9a5c-f9fb-4773-a30e-1860a7031e53 2018-11-09 08:49:41,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:42,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b07a566-0ed8-444a-b7b9-d0baec48cc3c x-compute-request-id: req-0b07a566-0ed8-444a-b7b9-d0baec48cc3c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:40:ed", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:40:ed", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98018005-ccf4-47e3-b92e-1949100709c6", "rel": "bookmark"}], "image": {"id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "links": [{"href": "http://172.30.9.27:8774/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": "2018-11-09T08:49:31.000000", "flavor": {"id": "ce5cf9c7-4c07-4ccb-8854-331766821ad1", "links": [{"href": "http://172.30.9.27:8774/flavors/ce5cf9c7-4c07-4ccb-8854-331766821ad1", "rel": "bookmark"}]}, "id": "98018005-ccf4-47e3-b92e-1949100709c6", "security_groups": [{"name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp"}], "user_id": "40440b9ca78e4b329f8b5759103168ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:49:32Z", "hostId": "39f3ceae1ffb2437ebabcef7a6498f43d574134933b1b2b3079d5b85", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "created": "2018-11-09T08:49:25Z", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 08:49:42,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1 used request id req-0b07a566-0ed8-444a-b7b9-d0baec48cc3c 2018-11-09 08:49:42,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:42,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-22900c7b-bb2b-4227-828e-90816350911a Date: Fri, 09 Nov 2018 08:49:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:42,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-22900c7b-bb2b-4227-828e-90816350911a 2018-11-09 08:49:42,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:43,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-764c8df3-d536-42ad-a05a-ddaec14f14ae Date: Fri, 09 Nov 2018 08:49:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:43,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-764c8df3-d536-42ad-a05a-ddaec14f14ae 2018-11-09 08:49:43,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:43,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-7b9f5078-6e7a-4309-9e86-621b88206f63 Date: Fri, 09 Nov 2018 08:49:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.2"}],"id":"3df9e9e5-5693-4d10-be71-ff843103675a","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:05:30","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.1"}],"id":"45bba60a-3a51-4ffd-a898-7937cc42f8f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:98:a9","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:28Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.4"}],"id":"8a436a94-b56f-42bc-9821-21a69fe6b393","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8c:0a","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.3"}],"id":"e32f3678-b503-4254-a40d-53fb1c3f4e06","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:84:57","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-439a8e20-c1db-481a-bc4b-addfb41ea531"}]} 2018-11-09 08:49:43,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-7b9f5078-6e7a-4309-9e86-621b88206f63 2018-11-09 08:49:43,345 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1 2018-11-09 08:49:43,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:43,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-2e08b627-bddd-4e7d-9f21-5cb928fdf8ea Date: Fri, 09 Nov 2018 08:49:43 GMT RESP BODY: {"floatingips": [{"router_id": "a4d611b4-0990-4f93-bcf1-1ae8c1e12428", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "created_at": "2018-11-09T08:49:27Z", "updated_at": "2018-11-09T08:49:30Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "138c1dc2e65b49a8956ac3080846ff45", "port_id": "442b814b-5bf6-4616-b04e-76311c32cc76", "id": "03774cd8-3188-47f9-a03f-34482afd5a25"}]} 2018-11-09 08:49:43,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-2e08b627-bddd-4e7d-9f21-5cb928fdf8ea 2018-11-09 08:49:43,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/915a11f6-d72e-4b7c-b4b5-e4ac56032daf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:43,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74e30cbb-99c2-41d9-a4e7-9ec0eb345a9b x-compute-request-id: req-74e30cbb-99c2-41d9-a4e7-9ec0eb345a9b Content-Encoding: gzip Content-Length: 336 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-flavor2-rwr4fi4m5k5h", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:49:43,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/915a11f6-d72e-4b7c-b4b5-e4ac56032daf used request id req-74e30cbb-99c2-41d9-a4e7-9ec0eb345a9b 2018-11-09 08:49:43,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/191e2e43-1988-4fc5-b544-da22873c82c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:43,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-129fb90e-4de1-47ce-8df4-f0887a44d70f Date: Fri, 09 Nov 2018 08:49:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}} 2018-11-09 08:49:43,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/191e2e43-1988-4fc5-b544-da22873c82c5 used request id req-129fb90e-4de1-47ce-8df4-f0887a44d70f 2018-11-09 08:49:43,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:43,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1c5f0769-a79d-4e33-a3fb-53d2de01e32d Date: Fri, 09 Nov 2018 08:49:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:43,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-1c5f0769-a79d-4e33-a3fb-53d2de01e32d 2018-11-09 08:49:43,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:44,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5393a726-4399-4f28-8647-f1b2ca8419b2 Date: Fri, 09 Nov 2018 08:49:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:44,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-5393a726-4399-4f28-8647-f1b2ca8419b2 2018-11-09 08:49:44,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:44,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-f4032426-34c1-4a63-a854-fbb74d92cf0b Date: Fri, 09 Nov 2018 08:49:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:44,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-f4032426-34c1-4a63-a854-fbb74d92cf0b 2018-11-09 08:49:44,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:44,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7811e1f7-c800-42ca-b81c-932fce204a7a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:44,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-7811e1f7-c800-42ca-b81c-932fce204a7a 2018-11-09 08:49:44,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:44,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2bb08478-c6a6-42ae-a8c5-0b5902010c12 Date: Fri, 09 Nov 2018 08:49:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:44,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-2bb08478-c6a6-42ae-a8c5-0b5902010c12 2018-11-09 08:49:44,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531&mac_address=fa%3A16%3A3e%3Ad9%3Ad5%3A31&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:44,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-47cbea85-9349-43da-aade-ca852e0f412a Date: Fri, 09 Nov 2018 08:49:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"}]} 2018-11-09 08:49:44,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531&mac_address=fa%3A16%3A3e%3Ad9%3Ad5%3A31&admin_state_up=True used request id req-47cbea85-9349-43da-aade-ca852e0f412a 2018-11-09 08:49:44,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:44,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff98efe7-1044-47bf-aae5-98d80800ec2c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:44,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-ff98efe7-1044-47bf-aae5-98d80800ec2c 2018-11-09 08:49:44,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:44,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-f9e0e825-2f0b-4f46-b8f5-c7e1b014f094 Date: Fri, 09 Nov 2018 08:49:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:44,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-f9e0e825-2f0b-4f46-b8f5-c7e1b014f094 2018-11-09 08:49:44,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:44,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-35a52172-6fb9-48c7-a8be-6be43eec8ee7 Date: Fri, 09 Nov 2018 08:49:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:44,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-35a52172-6fb9-48c7-a8be-6be43eec8ee7 2018-11-09 08:49:44,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:44,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-5d0a5781-ab0f-40f2-ba48-32ed33df47fb Date: Fri, 09 Nov 2018 08:49:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.2"}],"id":"3df9e9e5-5693-4d10-be71-ff843103675a","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:05:30","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.1"}],"id":"45bba60a-3a51-4ffd-a898-7937cc42f8f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:98:a9","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:28Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.4"}],"id":"8a436a94-b56f-42bc-9821-21a69fe6b393","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8c:0a","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.3"}],"id":"e32f3678-b503-4254-a40d-53fb1c3f4e06","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:84:57","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-439a8e20-c1db-481a-bc4b-addfb41ea531"}]} 2018-11-09 08:49:44,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-5d0a5781-ab0f-40f2-ba48-32ed33df47fb 2018-11-09 08:49:44,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:45,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-77edabea-baea-4a16-9d46-ad2634715d3b Date: Fri, 09 Nov 2018 08:49:45 GMT RESP BODY: {"floatingips": [{"router_id": "a4d611b4-0990-4f93-bcf1-1ae8c1e12428", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "created_at": "2018-11-09T08:49:27Z", "updated_at": "2018-11-09T08:49:30Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "138c1dc2e65b49a8956ac3080846ff45", "port_id": "442b814b-5bf6-4616-b04e-76311c32cc76", "id": "03774cd8-3188-47f9-a03f-34482afd5a25"}]} 2018-11-09 08:49:45,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-77edabea-baea-4a16-9d46-ad2634715d3b 2018-11-09 08:49:45,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:45,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ee6983bb-5de9-48b4-a0fb-9cb54bd00459 Date: Fri, 09 Nov 2018 08:49:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:49:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:49:09Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/snap", "metadata": {}}], "self": "/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "min_disk": 0, "protected": false, "id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "file": "/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "138c1dc2e65b49a8956ac3080846ff45", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:49:45,188 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d used request id req-ee6983bb-5de9-48b4-a0fb-9cb54bd00459 2018-11-09 08:49:45,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:45,369 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:45 GMT Server: Apache x-openstack-request-id: req-92cd55df-da39-45bd-8ddf-05134b0e862b Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:45,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:45 GMT Server: Apache x-openstack-request-id: req-a077077d-f7ff-4fff-be39-9924952d0bc2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAz4NsweJiW54K7i0erW9cfioRpUma5g4FkqGLWZsi62vZv8Qu\nP1U/xudZ1fRr1xvdGK58VVI+wIzRIBFYoi/80+7o/UWghjt+Vw9jDnroL5f0YLqm\n5EQItGSWJPpk+u8a+Avm0JZ1uINqET0x0dAAYqtlQqAPMYJmAI7zJ9UKRa03ny5q\np6nPTbXfwXRHAxQnwi7ixQzsF8ME9gIDPFhyYOdGG+F4MIIIJfh4JE3DCjpwwxq0\nOzpzhXOMRQsi9tVHSh2+bJ3Af9bQglQ1RmW8o2dweY80OilbWbRoWtthnZiS2Ppy\nfR4AL2JLuibj47MmCUFYiIV8ZPq0dTz6onAMbQIDAQABAoIBADYrhLSIOEzaUNgk\nByIXM/nrWXfgYwMzHdlNOmdFzDPQj6Mzvy7hPijaM+VaTNx2dZz/z40mTyNMnzrT\nzGNqS4G3mDKlfmYMGcr4RU9+XiYucKjfkLl92RfeOiOlCb9Hs66UzMgevtRP2dxu\nMRcoSTF4tJJT3iN6es4igu8e+fN978u27qgyk6oRo9ceWrtfqpM6pZ7FZZfESLjt\nRCdzqNud1okqB+4YqSUhx1gOah8JScqkmo97/hoCmZR88iWVLHEKvkAqHTX4O83z\ndSS7yGmLmvwiWGx84VIDFMNmx/4Dce/8p+qHn8wjM0CpBZYhnwT6tvDFoOAlq6qH\n10H+xrECgYEA8snA/zZI1Jg0XU8gEF97QcOOidRUT057Y/D+/xUbJnTf8PA1WDqP\nEl4BWUrv7d0rLIJGaEw0Vz8mslxULKqqz1+7iSXQTvBIjzMS77oWGdtAkzkxnfDu\ndZZ9YQv/WZLco3twVKDaZ9H0mSLrhjUGppDYvHVecaWKL29GR0HC0isCgYEA2s5D\ni6htT8Db3LJXTFcvtDY2oXahrrmwfNlZAwFanvOmVdgL4GSNZb45nMGyjgvopdFn\nOQSnN2s4Ywzy9RAFkULNPVBBEB2R8IhOz/1sWWEzbQbx1vJrtlBoMBePbRC6YSiH\nbLOhHSCC1ehFgfeW0C0Gctel6PaHJcp5owJ+h8cCgYBrNB7eEhAyn0pv8SJNWHvK\nXBkyTukzY4okZSOTarRkVLMVZluHq8PE7nFWBjrPIxuPOa7xGsT5yU7C7vXUC0AE\n9VaPhnzmfj7rzDeOVvKvVBq9Z0G7ZclFbr/J/EwyNyDppvXAyI3nzdNdUwgAaKWZ\nItgwzvp24AuWSmIT0Lu/pQKBgG4Wxalo7sbn1Ddwi7ffTiMv+8C1fZf52bCXcs+u\nSLgdAx3B/AfEz9fXJAmY84vAtidn+rWXf8LEcbR0eXGPxB1YLQeib3n6Rsls66p+\naZt26nb6vYdWpZcvUZyQ3hsUBZKI38pzfqa3Ct0xZneD6R+I5+u0UMer8kezXgwE\nX0FVAoGBAOmG4nMPONtj2Yj/tItbGATRrdE2KDIdHg/rnh1QjAiUE0uloSSeMs2V\niJbtCM4xqszLK+Q5F6yPqF+tfS0u0Ecn/NXoGtQWLRJ82722mZD9uPT0eqMaK1tk\n8HlxCUdPlr5l8NG/PtFx+vaweyWJu2nOxJI0XqbcZgnbwTFf3hza\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:45,593 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-a077077d-f7ff-4fff-be39-9924952d0bc2 2018-11-09 08:49:45,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:49:45,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:49:46,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "1ff226743d33444e8c2ad5679c49c826", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:49:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "138c1dc2e65b49a8956ac3080846ff45", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/138c1dc2e65b49a8956ac3080846ff45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-user", "id": "40440b9ca78e4b329f8b5759103168ae"}, "audit_ids": ["-DdnNq9iRcqyAdj6mNoyQg"], "issued_at": "2018-11-09T08:49:45.000000Z"}} 2018-11-09 08:49:46,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:46,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3140ced-29e7-4b9d-841a-acecf038b0fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:49:46,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f3140ced-29e7-4b9d-841a-acecf038b0fc 2018-11-09 08:49:46,144 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:49:46,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:46,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c01eda4-2148-4891-88ee-68d8b4640479 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:49:46,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1c01eda4-2148-4891-88ee-68d8b4640479 2018-11-09 08:49:46,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:46,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1593cfde-c3e6-4ff4-9fd6-5582afba3814 Date: Fri, 09 Nov 2018 08:49:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:46,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-1593cfde-c3e6-4ff4-9fd6-5582afba3814 2018-11-09 08:49:46,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:49:46,471 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:49: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:49:46,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:46,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b948c1c4-cae8-44b4-8714-d70163d87068 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:46,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-b948c1c4-cae8-44b4-8714-d70163d87068 2018-11-09 08:49:46,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:47,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b8eff0a6-3d36-4503-9714-797c56d70242 Date: Fri, 09 Nov 2018 08:49:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:47,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-b8eff0a6-3d36-4503-9714-797c56d70242 2018-11-09 08:49:47,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531&mac_address=fa%3A16%3A3e%3Ad9%3Ad5%3A31&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:47,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-4f18db06-3264-4352-b4a0-32ac4bd8fdd7 Date: Fri, 09 Nov 2018 08:49:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"}]} 2018-11-09 08:49:47,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531&mac_address=fa%3A16%3A3e%3Ad9%3Ad5%3A31&admin_state_up=True used request id req-4f18db06-3264-4352-b4a0-32ac4bd8fdd7 2018-11-09 08:49:47,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:47,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb297374-7283-45f0-9031-38be57bda460 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:47,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-eb297374-7283-45f0-9031-38be57bda460 2018-11-09 08:49:47,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:48,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-6d6a6349-7726-4f07-b02a-7b788b58fa5e x-compute-request-id: req-6d6a6349-7726-4f07-b02a-7b788b58fa5e Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:d5:31", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/156584dd-1e0b-4bb2-a650-a30e17f6679e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/156584dd-1e0b-4bb2-a650-a30e17f6679e", "rel": "bookmark"}], "image": {"id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "links": [{"href": "http://172.30.9.27:8774/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-11-09T08:49:31.000000", "flavor": {"id": "915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "links": [{"href": "http://172.30.9.27:8774/flavors/915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "rel": "bookmark"}]}, "id": "156584dd-1e0b-4bb2-a650-a30e17f6679e", "security_groups": [{"name": "default"}], "user_id": "40440b9ca78e4b329f8b5759103168ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:49:31Z", "hostId": "2b6f15ca2fd9da2358911c17a513837ad2635cd08c431ebd375913e2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "created": "2018-11-09T08:49:23Z", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 08:49:48,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2 used request id req-6d6a6349-7726-4f07-b02a-7b788b58fa5e 2018-11-09 08:49:48,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:48,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-948ef9e5-d40b-4092-8fa7-cf8fa5a21a01 Date: Fri, 09 Nov 2018 08:49:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:48,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-948ef9e5-d40b-4092-8fa7-cf8fa5a21a01 2018-11-09 08:49:48,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:49,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-166da487-a38f-4426-9169-0b80214c2010 Date: Fri, 09 Nov 2018 08:49:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:49,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-166da487-a38f-4426-9169-0b80214c2010 2018-11-09 08:49:49,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:49,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-9eb7b3e8-7ca5-4d50-8a04-720eedb205b6 Date: Fri, 09 Nov 2018 08:49:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.2"}],"id":"3df9e9e5-5693-4d10-be71-ff843103675a","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:05:30","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.1"}],"id":"45bba60a-3a51-4ffd-a898-7937cc42f8f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:98:a9","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:28Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.4"}],"id":"8a436a94-b56f-42bc-9821-21a69fe6b393","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8c:0a","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.3"}],"id":"e32f3678-b503-4254-a40d-53fb1c3f4e06","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:84:57","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-439a8e20-c1db-481a-bc4b-addfb41ea531"}]} 2018-11-09 08:49:49,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-9eb7b3e8-7ca5-4d50-8a04-720eedb205b6 2018-11-09 08:49:49,402 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2 2018-11-09 08:49:49,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:49,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-1a5b1ea6-a4f1-40f1-b809-c3aa27412373 Date: Fri, 09 Nov 2018 08:49:49 GMT RESP BODY: {"floatingips": [{"router_id": "a4d611b4-0990-4f93-bcf1-1ae8c1e12428", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "created_at": "2018-11-09T08:49:27Z", "updated_at": "2018-11-09T08:49:30Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "138c1dc2e65b49a8956ac3080846ff45", "port_id": "442b814b-5bf6-4616-b04e-76311c32cc76", "id": "03774cd8-3188-47f9-a03f-34482afd5a25"}]} 2018-11-09 08:49:49,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-1a5b1ea6-a4f1-40f1-b809-c3aa27412373 2018-11-09 08:49:49,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:50,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-8fa97db1-19fe-4a7a-8906-3075903998a4 x-compute-request-id: req-8fa97db1-19fe-4a7a-8906-3075903998a4 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:40:ed", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:40:ed", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98018005-ccf4-47e3-b92e-1949100709c6", "rel": "bookmark"}], "image": {"id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "links": [{"href": "http://172.30.9.27:8774/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": "2018-11-09T08:49:31.000000", "flavor": {"id": "ce5cf9c7-4c07-4ccb-8854-331766821ad1", "links": [{"href": "http://172.30.9.27:8774/flavors/ce5cf9c7-4c07-4ccb-8854-331766821ad1", "rel": "bookmark"}]}, "id": "98018005-ccf4-47e3-b92e-1949100709c6", "security_groups": [{"name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp"}], "user_id": "40440b9ca78e4b329f8b5759103168ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:49:32Z", "hostId": "39f3ceae1ffb2437ebabcef7a6498f43d574134933b1b2b3079d5b85", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "created": "2018-11-09T08:49:25Z", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:49:50,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6 used request id req-8fa97db1-19fe-4a7a-8906-3075903998a4 2018-11-09 08:49:50,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:50,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ae4119b8-8827-402d-a725-e80da52b7dcd Date: Fri, 09 Nov 2018 08:49:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:50,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-ae4119b8-8827-402d-a725-e80da52b7dcd 2018-11-09 08:49:50,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:50,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90b8a52d-60bb-445f-a165-fcb8bf114ce2 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:50,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-90b8a52d-60bb-445f-a165-fcb8bf114ce2 2018-11-09 08:49:50,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:50,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-46e5d5a4-adf1-4946-9e85-52be5ce090b3 Date: Fri, 09 Nov 2018 08:49:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:50,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-46e5d5a4-adf1-4946-9e85-52be5ce090b3 2018-11-09 08:49:50,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:50,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-83b48e08-8cb3-4d36-ba78-2e5613c38b20 Date: Fri, 09 Nov 2018 08:49:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.2"}],"id":"3df9e9e5-5693-4d10-be71-ff843103675a","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:05:30","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.1"}],"id":"45bba60a-3a51-4ffd-a898-7937cc42f8f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:98:a9","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:28Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.4"}],"id":"8a436a94-b56f-42bc-9821-21a69fe6b393","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8c:0a","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.3"}],"id":"e32f3678-b503-4254-a40d-53fb1c3f4e06","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:84:57","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-439a8e20-c1db-481a-bc4b-addfb41ea531"}]} 2018-11-09 08:49:50,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-83b48e08-8cb3-4d36-ba78-2e5613c38b20 2018-11-09 08:49:50,800 - create_instance - INFO - Checking if VM is active 2018-11-09 08:49:50,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:51,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3b60bcf-1f32-48e0-9ee6-d1aeadcabff2 x-compute-request-id: req-a3b60bcf-1f32-48e0-9ee6-d1aeadcabff2 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:40:ed", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:40:ed", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98018005-ccf4-47e3-b92e-1949100709c6", "rel": "bookmark"}], "image": {"id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "links": [{"href": "http://172.30.9.27:8774/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": "2018-11-09T08:49:31.000000", "flavor": {"id": "ce5cf9c7-4c07-4ccb-8854-331766821ad1", "links": [{"href": "http://172.30.9.27:8774/flavors/ce5cf9c7-4c07-4ccb-8854-331766821ad1", "rel": "bookmark"}]}, "id": "98018005-ccf4-47e3-b92e-1949100709c6", "security_groups": [{"name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp"}], "user_id": "40440b9ca78e4b329f8b5759103168ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:49:32Z", "hostId": "39f3ceae1ffb2437ebabcef7a6498f43d574134933b1b2b3079d5b85", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "created": "2018-11-09T08:49:25Z", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:49:51,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6 used request id req-a3b60bcf-1f32-48e0-9ee6-d1aeadcabff2 2018-11-09 08:49:51,566 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1] is - ACTIVE 2018-11-09 08:49:51,566 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:49:51,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:52,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8788c9cb-a1e7-4a6f-9bd6-29daf625f9de x-compute-request-id: req-8788c9cb-a1e7-4a6f-9bd6-29daf625f9de Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:40:ed", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:40:ed", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/98018005-ccf4-47e3-b92e-1949100709c6", "rel": "bookmark"}], "image": {"id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "links": [{"href": "http://172.30.9.27:8774/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": "2018-11-09T08:49:31.000000", "flavor": {"id": "ce5cf9c7-4c07-4ccb-8854-331766821ad1", "links": [{"href": "http://172.30.9.27:8774/flavors/ce5cf9c7-4c07-4ccb-8854-331766821ad1", "rel": "bookmark"}]}, "id": "98018005-ccf4-47e3-b92e-1949100709c6", "security_groups": [{"name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp"}], "user_id": "40440b9ca78e4b329f8b5759103168ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:49:32Z", "hostId": "39f3ceae1ffb2437ebabcef7a6498f43d574134933b1b2b3079d5b85", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "created": "2018-11-09T08:49:25Z", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:49:52,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/98018005-ccf4-47e3-b92e-1949100709c6 used request id req-8788c9cb-a1e7-4a6f-9bd6-29daf625f9de 2018-11-09 08:49:52,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:52,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0bc78f48-4bf5-49b6-8448-e714ede26887 Date: Fri, 09 Nov 2018 08:49:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:52,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-0bc78f48-4bf5-49b6-8448-e714ede26887 2018-11-09 08:49:52,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:52,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae7bdbc-4489-47a2-acd8-c48b704e959e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:52,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-4ae7bdbc-4489-47a2-acd8-c48b704e959e 2018-11-09 08:49:52,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:52,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bc2e3011-3fe8-48bd-ab4b-c56974f919a2 Date: Fri, 09 Nov 2018 08:49:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:52,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-bc2e3011-3fe8-48bd-ab4b-c56974f919a2 2018-11-09 08:49:52,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a9b4e9654688e105d842716843955bd3075bd3" 2018-11-09 08:49:53,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-2d3ca0f1-413f-4dc9-8997-d72d920a08b3 Date: Fri, 09 Nov 2018 08:49:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.2"}],"id":"3df9e9e5-5693-4d10-be71-ff843103675a","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:05:30","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.1"}],"id":"45bba60a-3a51-4ffd-a898-7937cc42f8f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:98:a9","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:28Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.4"}],"id":"8a436a94-b56f-42bc-9821-21a69fe6b393","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8c:0a","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.3"}],"id":"e32f3678-b503-4254-a40d-53fb1c3f4e06","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:84:57","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-439a8e20-c1db-481a-bc4b-addfb41ea531"}]} 2018-11-09 08:49:53,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-2d3ca0f1-413f-4dc9-8997-d72d920a08b3 2018-11-09 08:49:53,395 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:49:53,398 - paramiko.transport - DEBUG - starting thread (client mode): 0x87f1ee50L 2018-11-09 08:49:53,399 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:49:53,399 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:49:53,399 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:49:53,400 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:49:53,400 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:49:53,401 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:49:53,401 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:49:53,401 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:49:53,401 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:49:53,419 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:49:53,419 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:49:53,431 - paramiko.transport - DEBUG - Trying key 48e3628f3e8db23cc9873e29926533ad from f01300e1-95be-4fdc-8876-8ee36f201271 2018-11-09 08:49:53,457 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:49:53,462 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:49:53,562 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:49:53,577 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:49:53,577 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:49:53,579 - paramiko.transport - DEBUG - starting thread (client mode): 0x87f1e890L 2018-11-09 08:49:53,579 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:49:53,579 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:49:53,580 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:49:53,581 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:49:53,581 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:49:53,581 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:49:53,581 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:49:53,582 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:49:53,582 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:49:53,598 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:49:53,599 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:49:53,612 - paramiko.transport - DEBUG - Trying key 48e3628f3e8db23cc9873e29926533ad from f01300e1-95be-4fdc-8876-8ee36f201271 2018-11-09 08:49:53,637 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:49:53,643 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:49:53,644 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:49:53,645 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:49:53,645 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:49:53,646 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:49:53,647 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:49:53,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/156584dd-1e0b-4bb2-a650-a30e17f6679e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:54,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4c49515-0689-4351-b629-f1fd65a087a8 x-compute-request-id: req-d4c49515-0689-4351-b629-f1fd65a087a8 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:d5:31", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/156584dd-1e0b-4bb2-a650-a30e17f6679e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/156584dd-1e0b-4bb2-a650-a30e17f6679e", "rel": "bookmark"}], "image": {"id": "79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "links": [{"href": "http://172.30.9.27:8774/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-11-09T08:49:31.000000", "flavor": {"id": "915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "links": [{"href": "http://172.30.9.27:8774/flavors/915a11f6-d72e-4b7c-b4b5-e4ac56032daf", "rel": "bookmark"}]}, "id": "156584dd-1e0b-4bb2-a650-a30e17f6679e", "security_groups": [{"name": "default"}], "user_id": "40440b9ca78e4b329f8b5759103168ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:49:31Z", "hostId": "2b6f15ca2fd9da2358911c17a513837ad2635cd08c431ebd375913e2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "created": "2018-11-09T08:49:23Z", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:49:54,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/156584dd-1e0b-4bb2-a650-a30e17f6679e used request id req-d4c49515-0689-4351-b629-f1fd65a087a8 2018-11-09 08:49:54,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:54,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a122d6a6-90f3-4a5e-bdd3-144a001897ef Date: Fri, 09 Nov 2018 08:49:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"439a8e20-c1db-481a-bc4b-addfb41ea531","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","subnets":["191e2e43-1988-4fc5-b544-da22873c82c5"],"description":"","tags":[],"updated_at":"2018-11-09T08:49:20Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net","admin_state_up":true,"tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:19Z","provider:network_type":"vxlan"}]} 2018-11-09 08:49:54,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net used request id req-a122d6a6-90f3-4a5e-bdd3-144a001897ef 2018-11-09 08:49:54,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:54,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63ed8bf-c8f5-46c6-9fb1-ae71e47bc910 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:49:54,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-b63ed8bf-c8f5-46c6-9fb1-ae71e47bc910 2018-11-09 08:49:54,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:54,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-db1d43fc-e0e2-4f74-968e-568077e1b439 Date: Fri, 09 Nov 2018 08:49:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:20Z","dns_nameservers":[],"updated_at":"2018-11-09T08:49:20Z","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":"138c1dc2e65b49a8956ac3080846ff45","id":"191e2e43-1988-4fc5-b544-da22873c82c5","subnetpool_id":null,"name":"CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet"}]} 2018-11-09 08:49:54,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-db1d43fc-e0e2-4f74-968e-568077e1b439 2018-11-09 08:49:54,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5cd8f024fe53a8d675eb194924c023293640c9" 2018-11-09 08:49:55,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-83a504a2-7c6e-4e04-80a1-b2b55c5dbd00 Date: Fri, 09 Nov 2018 08:49:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.2"}],"id":"3df9e9e5-5693-4d10-be71-ff843103675a","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:05:30","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.9"}],"id":"442b814b-5bf6-4616-b04e-76311c32cc76","security_groups":["82cea943-7140-499c-972a-a3c74c12eb11"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:40:ed","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack-port1-boyoxmpthppc","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"98018005-ccf4-47e3-b92e-1949100709c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.1"}],"id":"45bba60a-3a51-4ffd-a898-7937cc42f8f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:98:a9","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:28Z","binding:vnic_type":"normal","device_id":"a4d611b4-0990-4f93-bcf1-1ae8c1e12428"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.5"}],"id":"7e79a442-c7b4-44b3-a399-eacd313f6f63","security_groups":["a0c08cec-4502-43b1-aab1-596fd5d667db"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d5:31","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:25Z","binding:vnic_type":"normal","device_id":"156584dd-1e0b-4bb2-a650-a30e17f6679e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.4"}],"id":"8a436a94-b56f-42bc-9821-21a69fe6b393","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:8c:0a","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-439a8e20-c1db-481a-bc4b-addfb41ea531"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:49:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"191e2e43-1988-4fc5-b544-da22873c82c5","ip_address":"10.1.2.3"}],"id":"e32f3678-b503-4254-a40d-53fb1c3f4e06","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:84:57","project_id":"138c1dc2e65b49a8956ac3080846ff45","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"439a8e20-c1db-481a-bc4b-addfb41ea531","tenant_id":"138c1dc2e65b49a8956ac3080846ff45","created_at":"2018-11-09T08:49:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-439a8e20-c1db-481a-bc4b-addfb41ea531"}]} 2018-11-09 08:49:55,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=439a8e20-c1db-481a-bc4b-addfb41ea531 used request id req-83a504a2-7c6e-4e04-80a1-b2b55c5dbd00 2018-11-09 08:49:55,115 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack 2018-11-09 08:49:55,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:55,145 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:54 GMT Server: Apache x-openstack-request-id: req-91197c3b-80ea-4435-addf-8507660e0767 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:55,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:49:55 GMT Server: Apache x-openstack-request-id: req-a80c28dc-f84e-4fff-ae71-48397d388629 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:49:55,218 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-a80c28dc-f84e-4fff-ae71-48397d388629 2018-11-09 08:49:55,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:55,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:55 GMT Server: Apache x-openstack-request-id: req-fddcdc72-7c88-45b6-a459-044ba0da38f3 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:55,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:55 GMT Server: Apache x-openstack-request-id: req-4b34ac21-4eaf-44be-9933-c0dfb33de9eb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "tags": null, "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:49:55Z", "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:55,270 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-4b34ac21-4eaf-44be-9933-c0dfb33de9eb 2018-11-09 08:49:55,270 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:49:55,271 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:49:58,273 - create_stack - DEBUG - Stack status query timeout in 1196.94526911 2018-11-09 08:49:58,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:49:58,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:49:58 GMT Server: Apache x-openstack-request-id: req-7492f733-b40d-4e88-867e-d5b52da1bd22 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:49:58,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:49:58 GMT Server: Apache x-openstack-request-id: req-60a2ee72-7373-4d81-92a5-6f8e63755dbf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "tags": null, "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:49:55Z", "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:49:58,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-60a2ee72-7373-4d81-92a5-6f8e63755dbf 2018-11-09 08:49:58,350 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:49:58,350 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:50:01,352 - create_stack - DEBUG - Stack status query timeout in 1193.8661921 2018-11-09 08:50:01,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:50:01,551 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:01 GMT Server: Apache x-openstack-request-id: req-e8d5c32a-ef7d-4ce7-91d4-92946b72bf74 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:01,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:01 GMT Server: Apache x-openstack-request-id: req-99c5a027-5406-4696-8d83-afc66da6ddab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "tags": null, "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:49:55Z", "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:01,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-99c5a027-5406-4696-8d83-afc66da6ddab 2018-11-09 08:50:01,594 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:50:01,594 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:50:04,598 - create_stack - DEBUG - Stack status query timeout in 1190.62073112 2018-11-09 08:50:04,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:50:04,629 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:04 GMT Server: Apache x-openstack-request-id: req-b16ff9d1-6324-446c-9d4a-d18e08da8624 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:04,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:04 GMT Server: Apache x-openstack-request-id: req-f8a14fe2-7d6e-4244-887f-c5cc91360837 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "tags": null, "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:49:55Z", "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:04,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-f8a14fe2-7d6e-4244-887f-c5cc91360837 2018-11-09 08:50:04,817 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:50:04,817 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:50:07,820 - create_stack - DEBUG - Stack status query timeout in 1187.39827609 2018-11-09 08:50:07,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:50:07,850 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:07 GMT Server: Apache x-openstack-request-id: req-844992b9-f907-49a4-84f4-99c84157d044 Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:07,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:07 GMT Server: Apache x-openstack-request-id: req-73495b36-f545-4c45-b141-e9a94d1d2422 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-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor2", "OS::project_id": "138c1dc2e65b49a8956ac3080846ff45", "OS::stack_id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-kp", "security_group_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-sec_grp", "subnet_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-subnet", "net_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst2", "inst1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-inst1", "image2_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image", "flavor1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-flavor1", "image1_name": "CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image"}, "deletion_time": "2018-11-09T08:50:06Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack", "stack_user_project_id": "b9983307d3da4879a82dc26c52ef0e26", "tags": null, "creation_time": "2018-11-09T08:49:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:49:55Z", "id": "976ba491-e878-47d3-8019-8e5bfb08f92a", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:07,877 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-73495b36-f545-4c45-b141-e9a94d1d2422 2018-11-09 08:50:07,878 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:50:07,878 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack 2018-11-09 08:50:07,878 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack 2018-11-09 08:50:07,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/976ba491-e878-47d3-8019-8e5bfb08f92a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26772c57322aa4b577e42de47e191f3af6f2508f" 2018-11-09 08:50:07,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:07 GMT Server: Apache x-openstack-request-id: req-8697553c-c795-458b-b570-ecb6d3a8ef3b Location: http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:08,096 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:50:07 GMT Server: Apache x-openstack-request-id: req-1b00cd33-9429-44c1-9ca5-6dd633acdfc5 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:50:08,096 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/138c1dc2e65b49a8956ac3080846ff45/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-stack/976ba491-e878-47d3-8019-8e5bfb08f92a used request id req-1b00cd33-9429-44c1-9ca5-6dd633acdfc5 2018-11-09 08:50:08,098 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-96c3eff8-a3ed-4adc-acf8-ab149e329398-image 2018-11-09 08:50:08,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9ec62e57ef0984d27e665c7252d1007da6e2d4b" 2018-11-09 08:50:09,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a3b6668-b181-4a98-8c6e-5fa4581d4ded Date: Fri, 09 Nov 2018 08:50:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:50:09,576 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/79be9bb5-fa3a-4f9f-a558-4b3fdaa6a93d used request id req-1a3b6668-b181-4a98-8c6e-5fa4581d4ded 2018-11-09 08:50:09,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:50:10,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f3122f9c-151d-47c4-8649-c821cfc8215a Date: Fri, 09 Nov 2018 08:50:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "created_at": "2018-11-09T08:49:16Z", "updated_at": "2018-11-09T08:49:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:49:16Z", "revision_number": 0, "id": "30d65173-a8ea-424d-ba53-25ae58df7837", "remote_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "remote_ip_prefix": null, "created_at": "2018-11-09T08:49:16Z", "security_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "port_range_min": null, "ethertype": "IPv4", "project_id": "138c1dc2e65b49a8956ac3080846ff45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:49:16Z", "revision_number": 0, "id": "77f7a377-c41c-4194-b860-18208a9fb2ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:49:16Z", "security_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "port_range_min": null, "ethertype": "IPv4", "project_id": "138c1dc2e65b49a8956ac3080846ff45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:49:16Z", "revision_number": 0, "id": "dd2566ab-1b4e-4c08-8470-75d75a176589", "remote_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "remote_ip_prefix": null, "created_at": "2018-11-09T08:49:16Z", "security_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "port_range_min": null, "ethertype": "IPv6", "project_id": "138c1dc2e65b49a8956ac3080846ff45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:49:16Z", "revision_number": 0, "id": "e8472cf0-74e5-4d7c-92a6-ff84c5766010", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:49:16Z", "security_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "port_range_min": null, "ethertype": "IPv6", "project_id": "138c1dc2e65b49a8956ac3080846ff45"}], "revision_number": 4, "project_id": "138c1dc2e65b49a8956ac3080846ff45", "id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:50:10,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-f3122f9c-151d-47c4-8649-c821cfc8215a 2018-11-09 08:50:10,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:50:10,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0530872a-6259-4007-817a-51ff38e7e13c 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:50:10,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-0530872a-6259-4007-817a-51ff38e7e13c 2018-11-09 08:50:10,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:50:10,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59023246-5383-4b72-9cfc-a9f54bdb88b9 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:50:10,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-59023246-5383-4b72-9cfc-a9f54bdb88b9 2018-11-09 08:50:10,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:50:10,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9fa9119-5608-4ad8-ad65-d8c21c15b33a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45"}, "enabled": true, "id": "138c1dc2e65b49a8956ac3080846ff45", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj"}} 2018-11-09 08:50:10,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-c9fa9119-5608-4ad8-ad65-d8c21c15b33a 2018-11-09 08:50:10,547 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0c08cec-4502-43b1-aab1-596fd5d667db 2018-11-09 08:50:10,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a0c08cec-4502-43b1-aab1-596fd5d667db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:50:10,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ff9f00cd-fb7c-4dbe-aa89-8e220aff1bca Date: Fri, 09 Nov 2018 08:50:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:49:16Z", "security_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "port_range_min": null, "revision_number": 0, "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "created_at": "2018-11-09T08:49:16Z", "project_id": "138c1dc2e65b49a8956ac3080846ff45", "id": "30d65173-a8ea-424d-ba53-25ae58df7837"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:49:16Z", "security_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "port_range_min": null, "revision_number": 0, "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "created_at": "2018-11-09T08:49:16Z", "project_id": "138c1dc2e65b49a8956ac3080846ff45", "id": "77f7a377-c41c-4194-b860-18208a9fb2ed"}, {"remote_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:49:16Z", "security_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "port_range_min": null, "revision_number": 0, "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "created_at": "2018-11-09T08:49:16Z", "project_id": "138c1dc2e65b49a8956ac3080846ff45", "id": "dd2566ab-1b4e-4c08-8470-75d75a176589"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:49:16Z", "security_group_id": "a0c08cec-4502-43b1-aab1-596fd5d667db", "port_range_min": null, "revision_number": 0, "tenant_id": "138c1dc2e65b49a8956ac3080846ff45", "created_at": "2018-11-09T08:49:16Z", "project_id": "138c1dc2e65b49a8956ac3080846ff45", "id": "e8472cf0-74e5-4d7c-92a6-ff84c5766010"}]} 2018-11-09 08:50:10,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=a0c08cec-4502-43b1-aab1-596fd5d667db used request id req-ff9f00cd-fb7c-4dbe-aa89-8e220aff1bca 2018-11-09 08:50:10,721 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:50:10,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/a0c08cec-4502-43b1-aab1-596fd5d667db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:50:11,422 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c406299d-5720-4296-aa49-fb09d106372a Content-Length: 0 Date: Fri, 09 Nov 2018 08:50:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:50:11,422 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/a0c08cec-4502-43b1-aab1-596fd5d667db used request id req-c406299d-5720-4296-aa49-fb09d106372a 2018-11-09 08:50:11,423 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj 2018-11-09 08:50:11,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:50:11,742 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:50:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a893ea8b-648c-4f8f-a02e-a771b88f7dde Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:50:11,742 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/138c1dc2e65b49a8956ac3080846ff45 used request id req-a893ea8b-648c-4f8f-a02e-a771b88f7dde 2018-11-09 08:50:11,742 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-a4b1b10e-875f-4b2-proj-role 2018-11-09 08:50:11,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/1ff226743d33444e8c2ad5679c49c826 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:50:11,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:50:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ad119a9-2a25-4f68-959c-d9ba16456821 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:50:11,876 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/1ff226743d33444e8c2ad5679c49c826 used request id req-4ad119a9-2a25-4f68-959c-d9ba16456821 2018-11-09 08:50:11,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11c21b6bf716bb9b8e27d349a0692baecfe24a69" 2018-11-09 08:50:11,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f96f76c-020d-4859-9396-d371173b6039 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:50:11,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0f96f76c-020d-4859-9396-d371173b6039 2018-11-09 08:50:11,964 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-a4b1b10e-875f-4b2-user 2018-11-09 08:50:11,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/40440b9ca78e4b329f8b5759103168ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a21716e1811ded3c732ecc3adce04e359c9bec71" 2018-11-09 08:50:12,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:50:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89e77e38-99df-48c4-9daa-9b6a35e88166 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:50:12,198 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/40440b9ca78e4b329f8b5759103168ae used request id req-89e77e38-99df-48c4-9daa-9b6a35e88166 2018-11-09 08:50:12,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:50:12,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["zv-BNSy5QPm89kCM_Qicig"], "issued_at": "2018-11-09T08:50:12.000000Z"}} 2018-11-09 08:50:12,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51387515ee3b0c2581366765c4b128ab01be1ca" 2018-11-09 08:50:12,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97cabaec-08e0-4bc1-b849-5a71c1e850ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:50:12,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-97cabaec-08e0-4bc1-b849-5a71c1e850ea 2018-11-09 08:50:12,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:50:12,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:50:13,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["iqd4_6P9SOqwF7MRRimIjQ"], "issued_at": "2018-11-09T08:50:12.000000Z"}} 2018-11-09 08:50:13,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:50:13,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffff234a-8a9b-472e-88b1-3cee781d210d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:50:13,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ffff234a-8a9b-472e-88b1-3cee781d210d 2018-11-09 08:50:13,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:50:13,160 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:50: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:50:13,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:50:13,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f35b48e-a99a-4cd1-80ed-355231e90e72 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:50:13,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj used request id req-5f35b48e-a99a-4cd1-80ed-355231e90e72 2018-11-09 08:50:13,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:50:13,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-897996b0-c0cb-4d0d-995c-c378ceb6cd3d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:50:13,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-897996b0-c0cb-4d0d-995c-c378ceb6cd3d 2018-11-09 08:50:13,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}}' 2018-11-09 08:50:13,462 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:50:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4af8e68-999f-412b-9fe9-43aa85818567 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:50:13,462 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-c4af8e68-999f-412b-9fe9-43aa85818567 2018-11-09 08:50:13,462 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj 2018-11-09 08:50:13,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:50:13,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:50:13,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:50:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["xPUWAy3TToyhfRNpYYDxgA"], "issued_at": "2018-11-09T08:50:13.000000Z"}} 2018-11-09 08:50:13,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:14,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3958e6d1-0400-4afc-849c-e04ed3d17bdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:50:14,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3958e6d1-0400-4afc-849c-e04ed3d17bdd 2018-11-09 08:50:14,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:50:14,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:50: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:50:14,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:14,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b6b01e-1f9f-4e6f-a25b-a1cb186dba56 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:50:14,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-59b6b01e-1f9f-4e6f-a25b-a1cb186dba56 2018-11-09 08:50:14,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:14,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f099fa62-051e-4863-8d0d-5dba690794d6 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}]} 2018-11-09 08:50:14,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj used request id req-f099fa62-051e-4863-8d0d-5dba690794d6 2018-11-09 08:50:14,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:14,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e29e4a3a-98b4-4e37-b6a2-66aee6441af1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:50:14,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e29e4a3a-98b4-4e37-b6a2-66aee6441af1 2018-11-09 08:50:14,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:14,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c55ceb1-8a82-4f15-87c2-90e409e95c01 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:50:14,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8c55ceb1-8a82-4f15-87c2-90e409e95c01 2018-11-09 08:50:14,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:14,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a297a5d-8b34-4285-a574-066ee1b3faab Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}]} 2018-11-09 08:50:14,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj used request id req-3a297a5d-8b34-4285-a574-066ee1b3faab 2018-11-09 08:50:14,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/fa4e1d6949244354bf47cd4fdcb1c716 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:14,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db193b21-b7f3-49e9-ba77-e2362112c17f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-user", "links": {"self": "http://172.30.9.27:5000/v3/users/fa4e1d6949244354bf47cd4fdcb1c716"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "d83baae98d14495fb2522120e8461e67", "id": "fa4e1d6949244354bf47cd4fdcb1c716", "password_expires_at": null}} 2018-11-09 08:50:14,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/fa4e1d6949244354bf47cd4fdcb1c716 used request id req-db193b21-b7f3-49e9-ba77-e2362112c17f 2018-11-09 08:50:14,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:14,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e89422ee-39ac-42d4-bffa-6ac8281d6876 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 08:50:14,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles used request id req-e89422ee-39ac-42d4-bffa-6ac8281d6876 2018-11-09 08:50:14,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:15,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799cc00c-2d7a-4b34-9ada-646f65689ba4 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "domain_id": null, "name": "admin", "id": "79f21433cbd840ddbed71b46b37d5f03"}} 2018-11-09 08:50:15,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-799cc00c-2d7a-4b34-9ada-646f65689ba4 2018-11-09 08:50:15,063 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj 2018-11-09 08:50:15,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:15,189 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:50:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1053177a-8b7b-45a8-b378-577ee7ae4cf6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:50:15,190 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-1053177a-8b7b-45a8-b378-577ee7ae4cf6 2018-11-09 08:50:15,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:15,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31f70026-e64b-47d0-8180-e7454b1bfb2b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:50:15,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-31f70026-e64b-47d0-8180-e7454b1bfb2b 2018-11-09 08:50:15,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:15,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e4aec0a-1092-471e-bddc-a53e3f668431 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}]} 2018-11-09 08:50:15,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj used request id req-9e4aec0a-1092-471e-bddc-a53e3f668431 2018-11-09 08:50:15,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:15,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bc61841-5157-406b-8f8b-160f761a7929 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}]} 2018-11-09 08:50:15,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles used request id req-7bc61841-5157-406b-8f8b-160f761a7929 2018-11-09 08:50:15,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:15,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fceee513-5455-43cd-89c1-60da93cdc5ff Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "domain_id": null, "name": "heat_stack_owner", "id": "b69534ee78274545905aa3733fb9f4f3"}} 2018-11-09 08:50:15,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-fceee513-5455-43cd-89c1-60da93cdc5ff 2018-11-09 08:50:15,593 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj 2018-11-09 08:50:15,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:50:15,722 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e33e1e1-41cc-4a2d-a187-c80fab8c56e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:50:15,722 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-2e33e1e1-41cc-4a2d-a187-c80fab8c56e3 2018-11-09 08:50:15,723 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-5ed52cce-8cea-41b-user 2018-11-09 08:50:15,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:50:15,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:50:15,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37d8d34f-74d3-45da-be09-8b915cffeb99 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:50:15,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-37d8d34f-74d3-45da-be09-8b915cffeb99 2018-11-09 08:50:15,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" -d '{"role": {"name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role"}}' 2018-11-09 08:50:15,941 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7a21f45-e8fd-4721-b0e7-6aad4af2eafe Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "68b9e7263e1a4dcd87d09590bdda4161", "links": {"self": "http://172.30.9.27:5000/v3/roles/68b9e7263e1a4dcd87d09590bdda4161"}, "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role"}} 2018-11-09 08:50:15,941 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-d7a21f45-e8fd-4721-b0e7-6aad4af2eafe 2018-11-09 08:50:15,941 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role 2018-11-09 08:50:15,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/68b9e7263e1a4dcd87d09590bdda4161 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:50:16,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c6f417f-476f-4e6a-b4cb-eb9c46312733 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/68b9e7263e1a4dcd87d09590bdda4161"}, "domain_id": null, "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role", "id": "68b9e7263e1a4dcd87d09590bdda4161"}} 2018-11-09 08:50:16,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/68b9e7263e1a4dcd87d09590bdda4161 used request id req-4c6f417f-476f-4e6a-b4cb-eb9c46312733 2018-11-09 08:50:16,026 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role to project CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj 2018-11-09 08:50:16,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles/68b9e7263e1a4dcd87d09590bdda4161 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:50:16,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb48962a-7f46-4eab-b26a-aba5853bb33e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:50:16,166 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67/users/fa4e1d6949244354bf47cd4fdcb1c716/roles/68b9e7263e1a4dcd87d09590bdda4161 used request id req-fb48962a-7f46-4eab-b26a-aba5853bb33e 2018-11-09 08:50:16,166 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:50:16,166 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 08:50:16,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:50:16,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:50:16,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "68b9e7263e1a4dcd87d09590bdda4161", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:50:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d83baae98d14495fb2522120e8461e67", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-user", "id": "fa4e1d6949244354bf47cd4fdcb1c716"}, "audit_ids": ["RW8Jj4DcRyqeBZ-ji8tHYg"], "issued_at": "2018-11-09T08:50:16.000000Z"}} 2018-11-09 08:50:16,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}064865630581964ad5f698f46a1632c77e8fb230" 2018-11-09 08:50:16,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a8682a-a2e0-4ae6-b2c3-57619255819a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:50:16,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-07a8682a-a2e0-4ae6-b2c3-57619255819a 2018-11-09 08:50:16,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}064865630581964ad5f698f46a1632c77e8fb230" 2018-11-09 08:50:16,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-ddb95e14-6537-4392-a277-92ffb1eb6e22 Date: Fri, 09 Nov 2018 08:50:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"} 2018-11-09 08:50:16,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image used request id req-ddb95e14-6537-4392-a277-92ffb1eb6e22 2018-11-09 08:50:16,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}064865630581964ad5f698f46a1632c77e8fb230" 2018-11-09 08:50:16,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-67e6161a-8b8a-40fb-b576-64eaf5196299 Date: Fri, 09 Nov 2018 08:50:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:50:16,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-67e6161a-8b8a-40fb-b576-64eaf5196299 2018-11-09 08:50:16,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}064865630581964ad5f698f46a1632c77e8fb230" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}' 2018-11-09 08:50:17,213 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a X-Openstack-Request-Id: req-dcd6c6af-ee7f-427a-b4e5-d2d4f3c2d312 Date: Fri, 09 Nov 2018 08:50:17 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:50:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:50:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "min_disk": 0, "protected": false, "id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "file": "/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/file", "checksum": null, "owner": "d83baae98d14495fb2522120e8461e67", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:50:17,213 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-dcd6c6af-ee7f-427a-b4e5-d2d4f3c2d312 2018-11-09 08:50:17,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}064865630581964ad5f698f46a1632c77e8fb230" -d '' 2018-11-09 08:50:18,711 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-72d658ce-75b3-46c4-be8f-e7b68c1d91d3 Date: Fri, 09 Nov 2018 08:50:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:50:18,712 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/file used request id req-72d658ce-75b3-46c4-be8f-e7b68c1d91d3 2018-11-09 08:50:18,712 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:50:18,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}064865630581964ad5f698f46a1632c77e8fb230" 2018-11-09 08:50:18,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0a44f46d-d910-40a3-84e1-f97fc157915d Date: Fri, 09 Nov 2018 08:50:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:50:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:50:18Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/snap", "metadata": {}}], "self": "/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "min_disk": 0, "protected": false, "id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "file": "/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d83baae98d14495fb2522120e8461e67", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:50:18,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a used request id req-0a44f46d-d910-40a3-84e1-f97fc157915d 2018-11-09 08:50:18,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}064865630581964ad5f698f46a1632c77e8fb230" 2018-11-09 08:50:19,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2dfbd034-1444-49ad-83b2-3fe8564a4c58 Date: Fri, 09 Nov 2018 08:50:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:50:19,066 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-2dfbd034-1444-49ad-83b2-3fe8564a4c58 2018-11-09 08:50:19,069 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image 2018-11-09 08:50:19,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}064865630581964ad5f698f46a1632c77e8fb230" 2018-11-09 08:50:19,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-599983ef-7725-498d-a49b-ed2f4d8640d9 Date: Fri, 09 Nov 2018 08:50:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:50:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:50:18Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/snap", "metadata": {}}], "self": "/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "min_disk": 0, "protected": false, "id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "file": "/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d83baae98d14495fb2522120e8461e67", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:50:19,233 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a used request id req-599983ef-7725-498d-a49b-ed2f4d8640d9 2018-11-09 08:50:19,234 - create_image - DEBUG - Instance status is - active 2018-11-09 08:50:19,234 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image 2018-11-09 08:50:19,234 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image 2018-11-09 08:50:19,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:50:19,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:50:19,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "68b9e7263e1a4dcd87d09590bdda4161", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:50:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d83baae98d14495fb2522120e8461e67", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-user", "id": "fa4e1d6949244354bf47cd4fdcb1c716"}, "audit_ids": ["tfkvxFJ5TtGxCGgWpzTlaA"], "issued_at": "2018-11-09T08:50:19.000000Z"}} 2018-11-09 08:50:19,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:50:19,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aedfeecb-ee84-436e-ae89-07bb80920a24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:50:19,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-aedfeecb-ee84-436e-ae89-07bb80920a24 2018-11-09 08:50:19,644 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:50:19,647 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:50:19,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:50:19,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:19 GMT Server: Apache x-openstack-request-id: req-ef960504-70d0-4551-82ff-7e2172602cff Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 08:50:19,829 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack used request id req-ef960504-70d0-4551-82ff-7e2172602cff 2018-11-09 08:50:19,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-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-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net"}}' 2018-11-09 08:50:24,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:50:19 GMT Server: Apache x-openstack-request-id: req-427742ae-22b5-4acc-9686-3ac40456c80b Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}]}} 2018-11-09 08:50:24,226 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks used request id req-427742ae-22b5-4acc-9686-3ac40456c80b 2018-11-09 08:50:24,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:50:24,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:24 GMT Server: Apache x-openstack-request-id: req-048059e1-6b30-491f-9c2c-caa8741dd06d Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:24,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:24 GMT Server: Apache x-openstack-request-id: req-7855f626-28d2-426f-a89e-0a68aaaad3b6 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-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:24,599 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-7855f626-28d2-426f-a89e-0a68aaaad3b6 2018-11-09 08:50:24,600 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack 2018-11-09 08:50:24,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:50:24,781 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:24 GMT Server: Apache x-openstack-request-id: req-5e9fb643-55cc-4458-b25c-9841b308579e Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:24,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:24 GMT Server: Apache x-openstack-request-id: req-32ebf72e-bd24-40e8-9b09-37c23a454080 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-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:24,823 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-32ebf72e-bd24-40e8-9b09-37c23a454080 2018-11-09 08:50:24,824 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:50:24,824 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:50:27,827 - create_stack - DEBUG - Stack status query timeout in 1196.77260804 2018-11-09 08:50:27,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:50:28,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:27 GMT Server: Apache x-openstack-request-id: req-3df98ed2-182e-4e49-851f-21f83d2e6da6 Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:28,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:27 GMT Server: Apache x-openstack-request-id: req-62688bd2-7928-4f50-b50c-dfa015bb9f2a 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": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsui+llvGpPAdwzzNq7WHIEK3xg+dGb3BT3Z0LgoItEweajn5\ntYXa2hJG13I9qgYEFoNXRNyvyHyzfbm6ciMyPvrF4R2l/uzgPdg7+1GE2/t4M/lm\nkeVegJyjSIUsixDkYJL6GCVAtbcdJOuCGGIDoHX/CiP4I2A0y3HpU2bli76xj0b8\noaW+H81Lo+nwAtmOqEOotevzS9uV9WUVDr69QBl8e9lERZt86ccdUVmYhfBiZf69\nCb7Fyx7aex2KLJKumTvJS9+WdvCu1kFbGXgTcvn70OvV0mrR8LFsM/Ll5UiJY6RC\nWK/a2i0UPz9s36D3deYNqwihkjxFUo2xel79FwIDAQABAoIBAQCvxRAx4rrXovxq\nqxsZfr/iBwpMMVzURGRecG8WKE+C62HaVVkqaPap1tj4pElG+KAdii47/mFJJJKn\ni8hMiJ292Fx+ncVPHmP0/rN3ZxCTm4zt6zJFVkaxLrMQ9Z3cht0IsH27KSZZIS0l\n76ch03HivOqziMEp6EQWOLTWdrpAvpPF/pYZoLSzydbqGU59DyEj7e07veZLypvC\nYTKoY4LGNDuC3KViq4jQ9GU8gawLhyjbqBdJuFLbRxg6zwrGQ6CNGCIXoMNoAag8\nnqwxVWFMxOWZkE/MsuOtaCTtj9TYyKIyxeGQ1wLsyKBxRASJiweO0XowZct+Vzev\nLa/PD0ERAoGBAOm/qA/dW8c1OFDXGX7zeiT9URDICjMn8kwlBu4LXlM1KTF/lY4o\nmxImuSIG83HMHDV+tLFKJ9vCXOtj3fun56eldSLEjHhklbbDsvWK86/3Dvr2tvaa\nrxpoJVYA4G+vJgQ7D3FIMazH0q4vKTgHcZM0ruIW8Alv1WJv141ehAU/AoGBAMPw\nrOyA5KrwExcd+HklTDM8ljIO/TZb0U6g/Y1oXYLZkK8mvjWsNT9k60NFkZAEM8ed\n3pFps9EunONPeKEXuq1hBk4KZ5XnbTrJt5CEVBYOP5QUi84ImHXqvwJrl2BccwFq\n4lKYI2rwwQuK6gfETZavuBtGCkX3eYFt54GwHlopAoGAPU60YLzZRo1x4NoZ6M8p\nWSxLp9AfxL0Uct4/TA4VRlOqIz5oVmnWClO3uPIDxfQX7fv2no1pmN0IjACch1XJ\nj5H5AA53HVicX9xCQt6X/a4Z8r7kzBdUF+P67uy58PEKUo+/BCJATSX33xGliPmC\n02489DW57W+0kuXsrjp8+/cCgYEAmC3Q4E6rSufyq72nQc/qAtFHhdGGcDWXto3q\n32zzU7FOYfqhOGZrZLUo07Kwfz4ESUEfn6iM9CZTy2fptJQNdKMqlmoWUaLQfxwz\n6ZYdCJRAZO4gNwEOCGctut99TmX/HFa7OJLYzzH1fNWDNk0MRcBsKSKY0AaI5DFL\n4Lm8mSECgYBbeJOsEmOWmbjgcZhhHbWdrWptkoU4EA2zidpLDQUdpk/r45HG0Q5L\nPMO5frpUkGQrZY+L0w3xfyoxTFta4qCkCr0wJJgb2q0TEvLILcshra1I9uFDwkVI\n24QAoRLN1sPap5gnDWF3rspI7KESvtithiSoGTi32j2xGFdoPBmEMw==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:28,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-62688bd2-7928-4f50-b50c-dfa015bb9f2a 2018-11-09 08:50:28,303 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:50:28,303 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:50:31,306 - create_stack - DEBUG - Stack status query timeout in 1193.29384899 2018-11-09 08:50:31,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:50:31,489 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:31 GMT Server: Apache x-openstack-request-id: req-e083d423-7e84-4226-a3bb-d35c8252b07c Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:31,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:31 GMT Server: Apache x-openstack-request-id: req-30a0c9de-c71f-42f5-be65-9d960b1aebcb 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": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsui+llvGpPAdwzzNq7WHIEK3xg+dGb3BT3Z0LgoItEweajn5\ntYXa2hJG13I9qgYEFoNXRNyvyHyzfbm6ciMyPvrF4R2l/uzgPdg7+1GE2/t4M/lm\nkeVegJyjSIUsixDkYJL6GCVAtbcdJOuCGGIDoHX/CiP4I2A0y3HpU2bli76xj0b8\noaW+H81Lo+nwAtmOqEOotevzS9uV9WUVDr69QBl8e9lERZt86ccdUVmYhfBiZf69\nCb7Fyx7aex2KLJKumTvJS9+WdvCu1kFbGXgTcvn70OvV0mrR8LFsM/Ll5UiJY6RC\nWK/a2i0UPz9s36D3deYNqwihkjxFUo2xel79FwIDAQABAoIBAQCvxRAx4rrXovxq\nqxsZfr/iBwpMMVzURGRecG8WKE+C62HaVVkqaPap1tj4pElG+KAdii47/mFJJJKn\ni8hMiJ292Fx+ncVPHmP0/rN3ZxCTm4zt6zJFVkaxLrMQ9Z3cht0IsH27KSZZIS0l\n76ch03HivOqziMEp6EQWOLTWdrpAvpPF/pYZoLSzydbqGU59DyEj7e07veZLypvC\nYTKoY4LGNDuC3KViq4jQ9GU8gawLhyjbqBdJuFLbRxg6zwrGQ6CNGCIXoMNoAag8\nnqwxVWFMxOWZkE/MsuOtaCTtj9TYyKIyxeGQ1wLsyKBxRASJiweO0XowZct+Vzev\nLa/PD0ERAoGBAOm/qA/dW8c1OFDXGX7zeiT9URDICjMn8kwlBu4LXlM1KTF/lY4o\nmxImuSIG83HMHDV+tLFKJ9vCXOtj3fun56eldSLEjHhklbbDsvWK86/3Dvr2tvaa\nrxpoJVYA4G+vJgQ7D3FIMazH0q4vKTgHcZM0ruIW8Alv1WJv141ehAU/AoGBAMPw\nrOyA5KrwExcd+HklTDM8ljIO/TZb0U6g/Y1oXYLZkK8mvjWsNT9k60NFkZAEM8ed\n3pFps9EunONPeKEXuq1hBk4KZ5XnbTrJt5CEVBYOP5QUi84ImHXqvwJrl2BccwFq\n4lKYI2rwwQuK6gfETZavuBtGCkX3eYFt54GwHlopAoGAPU60YLzZRo1x4NoZ6M8p\nWSxLp9AfxL0Uct4/TA4VRlOqIz5oVmnWClO3uPIDxfQX7fv2no1pmN0IjACch1XJ\nj5H5AA53HVicX9xCQt6X/a4Z8r7kzBdUF+P67uy58PEKUo+/BCJATSX33xGliPmC\n02489DW57W+0kuXsrjp8+/cCgYEAmC3Q4E6rSufyq72nQc/qAtFHhdGGcDWXto3q\n32zzU7FOYfqhOGZrZLUo07Kwfz4ESUEfn6iM9CZTy2fptJQNdKMqlmoWUaLQfxwz\n6ZYdCJRAZO4gNwEOCGctut99TmX/HFa7OJLYzzH1fNWDNk0MRcBsKSKY0AaI5DFL\n4Lm8mSECgYBbeJOsEmOWmbjgcZhhHbWdrWptkoU4EA2zidpLDQUdpk/r45HG0Q5L\nPMO5frpUkGQrZY+L0w3xfyoxTFta4qCkCr0wJJgb2q0TEvLILcshra1I9uFDwkVI\n24QAoRLN1sPap5gnDWF3rspI7KESvtithiSoGTi32j2xGFdoPBmEMw==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:31,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-30a0c9de-c71f-42f5-be65-9d960b1aebcb 2018-11-09 08:50:31,665 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:50:31,665 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:50:34,666 - create_stack - DEBUG - Stack status query timeout in 1189.93387604 2018-11-09 08:50:34,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:50:35,319 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:34 GMT Server: Apache x-openstack-request-id: req-af48f990-66c3-4703-847a-104eb562f713 Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:35,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:35 GMT Server: Apache x-openstack-request-id: req-78925149-5f96-49ee-9c8b-a6ac15cb3dd8 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": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsui+llvGpPAdwzzNq7WHIEK3xg+dGb3BT3Z0LgoItEweajn5\ntYXa2hJG13I9qgYEFoNXRNyvyHyzfbm6ciMyPvrF4R2l/uzgPdg7+1GE2/t4M/lm\nkeVegJyjSIUsixDkYJL6GCVAtbcdJOuCGGIDoHX/CiP4I2A0y3HpU2bli76xj0b8\noaW+H81Lo+nwAtmOqEOotevzS9uV9WUVDr69QBl8e9lERZt86ccdUVmYhfBiZf69\nCb7Fyx7aex2KLJKumTvJS9+WdvCu1kFbGXgTcvn70OvV0mrR8LFsM/Ll5UiJY6RC\nWK/a2i0UPz9s36D3deYNqwihkjxFUo2xel79FwIDAQABAoIBAQCvxRAx4rrXovxq\nqxsZfr/iBwpMMVzURGRecG8WKE+C62HaVVkqaPap1tj4pElG+KAdii47/mFJJJKn\ni8hMiJ292Fx+ncVPHmP0/rN3ZxCTm4zt6zJFVkaxLrMQ9Z3cht0IsH27KSZZIS0l\n76ch03HivOqziMEp6EQWOLTWdrpAvpPF/pYZoLSzydbqGU59DyEj7e07veZLypvC\nYTKoY4LGNDuC3KViq4jQ9GU8gawLhyjbqBdJuFLbRxg6zwrGQ6CNGCIXoMNoAag8\nnqwxVWFMxOWZkE/MsuOtaCTtj9TYyKIyxeGQ1wLsyKBxRASJiweO0XowZct+Vzev\nLa/PD0ERAoGBAOm/qA/dW8c1OFDXGX7zeiT9URDICjMn8kwlBu4LXlM1KTF/lY4o\nmxImuSIG83HMHDV+tLFKJ9vCXOtj3fun56eldSLEjHhklbbDsvWK86/3Dvr2tvaa\nrxpoJVYA4G+vJgQ7D3FIMazH0q4vKTgHcZM0ruIW8Alv1WJv141ehAU/AoGBAMPw\nrOyA5KrwExcd+HklTDM8ljIO/TZb0U6g/Y1oXYLZkK8mvjWsNT9k60NFkZAEM8ed\n3pFps9EunONPeKEXuq1hBk4KZ5XnbTrJt5CEVBYOP5QUi84ImHXqvwJrl2BccwFq\n4lKYI2rwwQuK6gfETZavuBtGCkX3eYFt54GwHlopAoGAPU60YLzZRo1x4NoZ6M8p\nWSxLp9AfxL0Uct4/TA4VRlOqIz5oVmnWClO3uPIDxfQX7fv2no1pmN0IjACch1XJ\nj5H5AA53HVicX9xCQt6X/a4Z8r7kzBdUF+P67uy58PEKUo+/BCJATSX33xGliPmC\n02489DW57W+0kuXsrjp8+/cCgYEAmC3Q4E6rSufyq72nQc/qAtFHhdGGcDWXto3q\n32zzU7FOYfqhOGZrZLUo07Kwfz4ESUEfn6iM9CZTy2fptJQNdKMqlmoWUaLQfxwz\n6ZYdCJRAZO4gNwEOCGctut99TmX/HFa7OJLYzzH1fNWDNk0MRcBsKSKY0AaI5DFL\n4Lm8mSECgYBbeJOsEmOWmbjgcZhhHbWdrWptkoU4EA2zidpLDQUdpk/r45HG0Q5L\nPMO5frpUkGQrZY+L0w3xfyoxTFta4qCkCr0wJJgb2q0TEvLILcshra1I9uFDwkVI\n24QAoRLN1sPap5gnDWF3rspI7KESvtithiSoGTi32j2xGFdoPBmEMw==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:35,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-78925149-5f96-49ee-9c8b-a6ac15cb3dd8 2018-11-09 08:50:35,977 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:50:35,977 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:50:38,980 - create_stack - DEBUG - Stack status query timeout in 1185.61990309 2018-11-09 08:50:38,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:50:39,161 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:39 GMT Server: Apache x-openstack-request-id: req-6d4e50f0-4186-4eec-b906-234953a12885 Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:39,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:38 GMT Server: Apache x-openstack-request-id: req-6c202a70-8eb3-4bee-b840-5c4cc951bb79 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": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsui+llvGpPAdwzzNq7WHIEK3xg+dGb3BT3Z0LgoItEweajn5\ntYXa2hJG13I9qgYEFoNXRNyvyHyzfbm6ciMyPvrF4R2l/uzgPdg7+1GE2/t4M/lm\nkeVegJyjSIUsixDkYJL6GCVAtbcdJOuCGGIDoHX/CiP4I2A0y3HpU2bli76xj0b8\noaW+H81Lo+nwAtmOqEOotevzS9uV9WUVDr69QBl8e9lERZt86ccdUVmYhfBiZf69\nCb7Fyx7aex2KLJKumTvJS9+WdvCu1kFbGXgTcvn70OvV0mrR8LFsM/Ll5UiJY6RC\nWK/a2i0UPz9s36D3deYNqwihkjxFUo2xel79FwIDAQABAoIBAQCvxRAx4rrXovxq\nqxsZfr/iBwpMMVzURGRecG8WKE+C62HaVVkqaPap1tj4pElG+KAdii47/mFJJJKn\ni8hMiJ292Fx+ncVPHmP0/rN3ZxCTm4zt6zJFVkaxLrMQ9Z3cht0IsH27KSZZIS0l\n76ch03HivOqziMEp6EQWOLTWdrpAvpPF/pYZoLSzydbqGU59DyEj7e07veZLypvC\nYTKoY4LGNDuC3KViq4jQ9GU8gawLhyjbqBdJuFLbRxg6zwrGQ6CNGCIXoMNoAag8\nnqwxVWFMxOWZkE/MsuOtaCTtj9TYyKIyxeGQ1wLsyKBxRASJiweO0XowZct+Vzev\nLa/PD0ERAoGBAOm/qA/dW8c1OFDXGX7zeiT9URDICjMn8kwlBu4LXlM1KTF/lY4o\nmxImuSIG83HMHDV+tLFKJ9vCXOtj3fun56eldSLEjHhklbbDsvWK86/3Dvr2tvaa\nrxpoJVYA4G+vJgQ7D3FIMazH0q4vKTgHcZM0ruIW8Alv1WJv141ehAU/AoGBAMPw\nrOyA5KrwExcd+HklTDM8ljIO/TZb0U6g/Y1oXYLZkK8mvjWsNT9k60NFkZAEM8ed\n3pFps9EunONPeKEXuq1hBk4KZ5XnbTrJt5CEVBYOP5QUi84ImHXqvwJrl2BccwFq\n4lKYI2rwwQuK6gfETZavuBtGCkX3eYFt54GwHlopAoGAPU60YLzZRo1x4NoZ6M8p\nWSxLp9AfxL0Uct4/TA4VRlOqIz5oVmnWClO3uPIDxfQX7fv2no1pmN0IjACch1XJ\nj5H5AA53HVicX9xCQt6X/a4Z8r7kzBdUF+P67uy58PEKUo+/BCJATSX33xGliPmC\n02489DW57W+0kuXsrjp8+/cCgYEAmC3Q4E6rSufyq72nQc/qAtFHhdGGcDWXto3q\n32zzU7FOYfqhOGZrZLUo07Kwfz4ESUEfn6iM9CZTy2fptJQNdKMqlmoWUaLQfxwz\n6ZYdCJRAZO4gNwEOCGctut99TmX/HFa7OJLYzzH1fNWDNk0MRcBsKSKY0AaI5DFL\n4Lm8mSECgYBbeJOsEmOWmbjgcZhhHbWdrWptkoU4EA2zidpLDQUdpk/r45HG0Q5L\nPMO5frpUkGQrZY+L0w3xfyoxTFta4qCkCr0wJJgb2q0TEvLILcshra1I9uFDwkVI\n24QAoRLN1sPap5gnDWF3rspI7KESvtithiSoGTi32j2xGFdoPBmEMw==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:39,585 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-6c202a70-8eb3-4bee-b840-5c4cc951bb79 2018-11-09 08:50:39,585 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:50:39,586 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:50:42,589 - create_stack - DEBUG - Stack status query timeout in 1182.01111603 2018-11-09 08:50:42,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:50:42,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:42 GMT Server: Apache x-openstack-request-id: req-db275b44-229c-4eb9-a85c-f3509f66257c Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:42,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:42 GMT Server: Apache x-openstack-request-id: req-a95a6ffa-88af-412b-9264-cbbee39bafd8 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": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsui+llvGpPAdwzzNq7WHIEK3xg+dGb3BT3Z0LgoItEweajn5\ntYXa2hJG13I9qgYEFoNXRNyvyHyzfbm6ciMyPvrF4R2l/uzgPdg7+1GE2/t4M/lm\nkeVegJyjSIUsixDkYJL6GCVAtbcdJOuCGGIDoHX/CiP4I2A0y3HpU2bli76xj0b8\noaW+H81Lo+nwAtmOqEOotevzS9uV9WUVDr69QBl8e9lERZt86ccdUVmYhfBiZf69\nCb7Fyx7aex2KLJKumTvJS9+WdvCu1kFbGXgTcvn70OvV0mrR8LFsM/Ll5UiJY6RC\nWK/a2i0UPz9s36D3deYNqwihkjxFUo2xel79FwIDAQABAoIBAQCvxRAx4rrXovxq\nqxsZfr/iBwpMMVzURGRecG8WKE+C62HaVVkqaPap1tj4pElG+KAdii47/mFJJJKn\ni8hMiJ292Fx+ncVPHmP0/rN3ZxCTm4zt6zJFVkaxLrMQ9Z3cht0IsH27KSZZIS0l\n76ch03HivOqziMEp6EQWOLTWdrpAvpPF/pYZoLSzydbqGU59DyEj7e07veZLypvC\nYTKoY4LGNDuC3KViq4jQ9GU8gawLhyjbqBdJuFLbRxg6zwrGQ6CNGCIXoMNoAag8\nnqwxVWFMxOWZkE/MsuOtaCTtj9TYyKIyxeGQ1wLsyKBxRASJiweO0XowZct+Vzev\nLa/PD0ERAoGBAOm/qA/dW8c1OFDXGX7zeiT9URDICjMn8kwlBu4LXlM1KTF/lY4o\nmxImuSIG83HMHDV+tLFKJ9vCXOtj3fun56eldSLEjHhklbbDsvWK86/3Dvr2tvaa\nrxpoJVYA4G+vJgQ7D3FIMazH0q4vKTgHcZM0ruIW8Alv1WJv141ehAU/AoGBAMPw\nrOyA5KrwExcd+HklTDM8ljIO/TZb0U6g/Y1oXYLZkK8mvjWsNT9k60NFkZAEM8ed\n3pFps9EunONPeKEXuq1hBk4KZ5XnbTrJt5CEVBYOP5QUi84ImHXqvwJrl2BccwFq\n4lKYI2rwwQuK6gfETZavuBtGCkX3eYFt54GwHlopAoGAPU60YLzZRo1x4NoZ6M8p\nWSxLp9AfxL0Uct4/TA4VRlOqIz5oVmnWClO3uPIDxfQX7fv2no1pmN0IjACch1XJ\nj5H5AA53HVicX9xCQt6X/a4Z8r7kzBdUF+P67uy58PEKUo+/BCJATSX33xGliPmC\n02489DW57W+0kuXsrjp8+/cCgYEAmC3Q4E6rSufyq72nQc/qAtFHhdGGcDWXto3q\n32zzU7FOYfqhOGZrZLUo07Kwfz4ESUEfn6iM9CZTy2fptJQNdKMqlmoWUaLQfxwz\n6ZYdCJRAZO4gNwEOCGctut99TmX/HFa7OJLYzzH1fNWDNk0MRcBsKSKY0AaI5DFL\n4Lm8mSECgYBbeJOsEmOWmbjgcZhhHbWdrWptkoU4EA2zidpLDQUdpk/r45HG0Q5L\nPMO5frpUkGQrZY+L0w3xfyoxTFta4qCkCr0wJJgb2q0TEvLILcshra1I9uFDwkVI\n24QAoRLN1sPap5gnDWF3rspI7KESvtithiSoGTi32j2xGFdoPBmEMw==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:42,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-a95a6ffa-88af-412b-9264-cbbee39bafd8 2018-11-09 08:50:42,947 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-09 08:50:42,948 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:50:45,951 - create_stack - DEBUG - Stack status query timeout in 1178.64904499 2018-11-09 08:50:45,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:50:46,129 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:45 GMT Server: Apache x-openstack-request-id: req-63593f59-b9ca-4364-981b-f43cc77f3c00 Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:46,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:46 GMT Server: Apache x-openstack-request-id: req-a9e8d7dc-44f2-4472-b062-5d6a481e878f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2087 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-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsui+llvGpPAdwzzNq7WHIEK3xg+dGb3BT3Z0LgoItEweajn5\ntYXa2hJG13I9qgYEFoNXRNyvyHyzfbm6ciMyPvrF4R2l/uzgPdg7+1GE2/t4M/lm\nkeVegJyjSIUsixDkYJL6GCVAtbcdJOuCGGIDoHX/CiP4I2A0y3HpU2bli76xj0b8\noaW+H81Lo+nwAtmOqEOotevzS9uV9WUVDr69QBl8e9lERZt86ccdUVmYhfBiZf69\nCb7Fyx7aex2KLJKumTvJS9+WdvCu1kFbGXgTcvn70OvV0mrR8LFsM/Ll5UiJY6RC\nWK/a2i0UPz9s36D3deYNqwihkjxFUo2xel79FwIDAQABAoIBAQCvxRAx4rrXovxq\nqxsZfr/iBwpMMVzURGRecG8WKE+C62HaVVkqaPap1tj4pElG+KAdii47/mFJJJKn\ni8hMiJ292Fx+ncVPHmP0/rN3ZxCTm4zt6zJFVkaxLrMQ9Z3cht0IsH27KSZZIS0l\n76ch03HivOqziMEp6EQWOLTWdrpAvpPF/pYZoLSzydbqGU59DyEj7e07veZLypvC\nYTKoY4LGNDuC3KViq4jQ9GU8gawLhyjbqBdJuFLbRxg6zwrGQ6CNGCIXoMNoAag8\nnqwxVWFMxOWZkE/MsuOtaCTtj9TYyKIyxeGQ1wLsyKBxRASJiweO0XowZct+Vzev\nLa/PD0ERAoGBAOm/qA/dW8c1OFDXGX7zeiT9URDICjMn8kwlBu4LXlM1KTF/lY4o\nmxImuSIG83HMHDV+tLFKJ9vCXOtj3fun56eldSLEjHhklbbDsvWK86/3Dvr2tvaa\nrxpoJVYA4G+vJgQ7D3FIMazH0q4vKTgHcZM0ruIW8Alv1WJv141ehAU/AoGBAMPw\nrOyA5KrwExcd+HklTDM8ljIO/TZb0U6g/Y1oXYLZkK8mvjWsNT9k60NFkZAEM8ed\n3pFps9EunONPeKEXuq1hBk4KZ5XnbTrJt5CEVBYOP5QUi84ImHXqvwJrl2BccwFq\n4lKYI2rwwQuK6gfETZavuBtGCkX3eYFt54GwHlopAoGAPU60YLzZRo1x4NoZ6M8p\nWSxLp9AfxL0Uct4/TA4VRlOqIz5oVmnWClO3uPIDxfQX7fv2no1pmN0IjACch1XJ\nj5H5AA53HVicX9xCQt6X/a4Z8r7kzBdUF+P67uy58PEKUo+/BCJATSX33xGliPmC\n02489DW57W+0kuXsrjp8+/cCgYEAmC3Q4E6rSufyq72nQc/qAtFHhdGGcDWXto3q\n32zzU7FOYfqhOGZrZLUo07Kwfz4ESUEfn6iM9CZTy2fptJQNdKMqlmoWUaLQfxwz\n6ZYdCJRAZO4gNwEOCGctut99TmX/HFa7OJLYzzH1fNWDNk0MRcBsKSKY0AaI5DFL\n4Lm8mSECgYBbeJOsEmOWmbjgcZhhHbWdrWptkoU4EA2zidpLDQUdpk/r45HG0Q5L\nPMO5frpUkGQrZY+L0w3xfyoxTFta4qCkCr0wJJgb2q0TEvLILcshra1I9uFDwkVI\n24QAoRLN1sPap5gnDWF3rspI7KESvtithiSoGTi32j2xGFdoPBmEMw==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:46,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-a9e8d7dc-44f2-4472-b062-5d6a481e878f 2018-11-09 08:50:46,305 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-09 08:50:46,305 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack 2018-11-09 08:50:46,305 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack 2018-11-09 08:50:46,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:50:46,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:50:46,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "68b9e7263e1a4dcd87d09590bdda4161", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:50:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d83baae98d14495fb2522120e8461e67", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-user", "id": "fa4e1d6949244354bf47cd4fdcb1c716"}, "audit_ids": ["UW-sZtQDR3yckJi0Gxb_Ag"], "issued_at": "2018-11-09T08:50:46.000000Z"}} 2018-11-09 08:50:46,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:46,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be162701-f351-4792-a964-84f6d9e2089e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:50:46,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-be162701-f351-4792-a964-84f6d9e2089e 2018-11-09 08:50:46,769 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:50:46,771 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 08:50:46,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:46,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:46 GMT Server: Apache x-openstack-request-id: req-2910e8db-c2c3-4346-ace3-33aa478f7bfe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "deletion_time": null, "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "updated_time": null, "project": "d83baae98d14495fb2522120e8461e67", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "tags": null}]} 2018-11-09 08:50:46,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack used request id req-2910e8db-c2c3-4346-ace3-33aa478f7bfe 2018-11-09 08:50:46,976 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack 2018-11-09 08:50:46,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:47,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:46 GMT Server: Apache x-openstack-request-id: req-53631cc3-3b54-4c68-b9fd-f44f91a1172c Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:47,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:47 GMT Server: Apache x-openstack-request-id: req-de794125-193d-4e9e-ae1b-141d359ad08f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1055 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c224ddd8-83d4-4136-8896-9b2eb847961a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "593b067b-0359-434d-9610-d54da5d7d392", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "92f4415e-7c41-48ba-a764-37e099a8ecb9", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "dcf2007c-3a2b-4056-82b1-daf2afafda47", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "260", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "25d75d5c-1617-4088-ad3d-f87bd68adcb9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "25d75d5c-1617-4088-ad3d-f87bd68adcb9:subnet_id=26929d26-b340-44f8-935d-5244af365aa7", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "26929d26-b340-44f8-935d-5244af365aa7", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "59a478ad-1ef8-48ab-8c6b-2918b71b474a", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "af0a159d-d171-47d7-8bfb-2b6e1973a783", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7215d43f-d77d-465e-a13b-80c499331ce9", "resource_type": "OS::Neutron::Port"}]} 2018-11-09 08:50:47,373 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources used request id req-de794125-193d-4e9e-ae1b-141d359ad08f 2018-11-09 08:50:47,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:48,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-c0dfdef9-9f53-4e9e-86d4-8f19b558af26 x-compute-request-id: req-c0dfdef9-9f53-4e9e-86d4-8f19b558af26 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:22:e0", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:22:e0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a", "rel": "bookmark"}], "image": {"id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "links": [{"href": "http://172.30.9.27:8774/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2018-11-09T08:50:41.000000", "flavor": {"id": "c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "links": [{"href": "http://172.30.9.27:8774/flavors/c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "rel": "bookmark"}]}, "id": "59a478ad-1ef8-48ab-8c6b-2918b71b474a", "security_groups": [{"name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp"}], "user_id": "fa4e1d6949244354bf47cd4fdcb1c716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:50:41Z", "hostId": "680e69c7233c308d40eda366c4b181baa381687ea761584da89d4cb8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "created": "2018-11-09T08:50:32Z", "tenant_id": "d83baae98d14495fb2522120e8461e67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:50:48,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a used request id req-c0dfdef9-9f53-4e9e-86d4-8f19b558af26 2018-11-09 08:50:48,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:48,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a6ba33bb-3f30-494e-94d4-bd57a6d707e0 Date: Fri, 09 Nov 2018 08:50:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:50:48,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-a6ba33bb-3f30-494e-94d4-bd57a6d707e0 2018-11-09 08:50:48,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:50:48,324 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:50:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:50:48,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:48,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0c4df8-26e5-431a-86bb-9cc5070497b0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:50:48,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-6f0c4df8-26e5-431a-86bb-9cc5070497b0 2018-11-09 08:50:48,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:48,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-173d245a-81ee-4622-9cb2-4cd78c1ec600 Date: Fri, 09 Nov 2018 08:50:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:50:48,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-173d245a-81ee-4622-9cb2-4cd78c1ec600 2018-11-09 08:50:48,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:48,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-17ebd4fc-c166-4e1a-877f-7f713f58e352 Date: Fri, 09 Nov 2018 08:50:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.1"}],"id":"1fcd0c58-99b2-4613-84e7-e060f377d949","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:41:e4","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:31Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.2"}],"id":"acca0e57-7390-4b8c-9b62-03c76d44ee71","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:1e:f8","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.3"}],"id":"ef0a2c5c-2dfb-4b07-8f17-27e8c9624d01","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:0e:1d","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.4"}],"id":"f02affc2-d233-487c-af52-b286c3b4203c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:00:a3:f6","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-593b067b-0359-434d-9610-d54da5d7d392"}]} 2018-11-09 08:50:48,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-17ebd4fc-c166-4e1a-877f-7f713f58e352 2018-11-09 08:50:48,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/af0a159d-d171-47d7-8bfb-2b6e1973a783 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:49,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-e1945cd9-3f70-4abb-8282-ed63bff02900 x-compute-request-id: req-e1945cd9-3f70-4abb-8282-ed63bff02900 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c7:17", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/af0a159d-d171-47d7-8bfb-2b6e1973a783", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/af0a159d-d171-47d7-8bfb-2b6e1973a783", "rel": "bookmark"}], "image": {"id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "links": [{"href": "http://172.30.9.27:8774/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000104", "OS-SRV-USG:launched_at": "2018-11-09T08:50:40.000000", "flavor": {"id": "c224ddd8-83d4-4136-8896-9b2eb847961a", "links": [{"href": "http://172.30.9.27:8774/flavors/c224ddd8-83d4-4136-8896-9b2eb847961a", "rel": "bookmark"}]}, "id": "af0a159d-d171-47d7-8bfb-2b6e1973a783", "security_groups": [{"name": "default"}], "user_id": "fa4e1d6949244354bf47cd4fdcb1c716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:50:40Z", "hostId": "659118484bdaf6947b4e24305020601134f4071374c4e53385629949", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "created": "2018-11-09T08:50:33Z", "tenant_id": "d83baae98d14495fb2522120e8461e67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:50:49,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/af0a159d-d171-47d7-8bfb-2b6e1973a783 used request id req-e1945cd9-3f70-4abb-8282-ed63bff02900 2018-11-09 08:50:49,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:50,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ed68d293-63ad-4d2d-854f-01e71e5d073b Date: Fri, 09 Nov 2018 08:50:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:50:50,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-ed68d293-63ad-4d2d-854f-01e71e5d073b 2018-11-09 08:50:50,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:50,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70303836-2530-464f-bc5c-0f9fda9f0340 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:50:50,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-70303836-2530-464f-bc5c-0f9fda9f0340 2018-11-09 08:50:50,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:50,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6da44c8c-ad13-4112-9acb-4f4b3a49baa5 Date: Fri, 09 Nov 2018 08:50:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:50:50,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-6da44c8c-ad13-4112-9acb-4f4b3a49baa5 2018-11-09 08:50:50,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:51,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-735d016e-9b06-40e6-a370-b3c5aacb4e45 Date: Fri, 09 Nov 2018 08:50:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.1"}],"id":"1fcd0c58-99b2-4613-84e7-e060f377d949","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:41:e4","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:31Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.2"}],"id":"acca0e57-7390-4b8c-9b62-03c76d44ee71","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:1e:f8","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.3"}],"id":"ef0a2c5c-2dfb-4b07-8f17-27e8c9624d01","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:0e:1d","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.4"}],"id":"f02affc2-d233-487c-af52-b286c3b4203c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:00:a3:f6","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-593b067b-0359-434d-9610-d54da5d7d392"}]} 2018-11-09 08:50:51,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-735d016e-9b06-40e6-a370-b3c5aacb4e45 2018-11-09 08:50:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:51,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:51 GMT Server: Apache x-openstack-request-id: req-ce76af03-fb74-473d-97ae-0e8b2efa2728 Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:51,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:50 GMT Server: Apache x-openstack-request-id: req-c3c4bf49-e2c8-40ce-aea2-63d55bcaea4c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1055 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c224ddd8-83d4-4136-8896-9b2eb847961a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/network", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "593b067b-0359-434d-9610-d54da5d7d392", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "92f4415e-7c41-48ba-a764-37e099a8ecb9", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "dcf2007c-3a2b-4056-82b1-daf2afafda47", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "260", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "25d75d5c-1617-4088-ad3d-f87bd68adcb9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "25d75d5c-1617-4088-ad3d-f87bd68adcb9:subnet_id=26929d26-b340-44f8-935d-5244af365aa7", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "26929d26-b340-44f8-935d-5244af365aa7", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "59a478ad-1ef8-48ab-8c6b-2918b71b474a", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "af0a159d-d171-47d7-8bfb-2b6e1973a783", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources/port1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-09T08:50:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T08:50:24Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7215d43f-d77d-465e-a13b-80c499331ce9", "resource_type": "OS::Neutron::Port"}]} 2018-11-09 08:50:51,271 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452/resources used request id req-c3c4bf49-e2c8-40ce-aea2-63d55bcaea4c 2018-11-09 08:50:51,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/c56d6bb6-0d6e-43bb-bac9-5ed30b516548 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:51,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c757036-060f-4c46-95f9-5d59fc1bbb80 x-compute-request-id: req-9c757036-060f-4c46-95f9-5d59fc1bbb80 Content-Encoding: gzip Content-Length: 339 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-flavor1-46spzii2exdx", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:50:51,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/c56d6bb6-0d6e-43bb-bac9-5ed30b516548 used request id req-9c757036-060f-4c46-95f9-5d59fc1bbb80 2018-11-09 08:50:51,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/26929d26-b340-44f8-935d-5244af365aa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:51,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3ad62e8d-b0c6-45cd-92fd-563de19ea28f Date: Fri, 09 Nov 2018 08:50:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}} 2018-11-09 08:50:51,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/26929d26-b340-44f8-935d-5244af365aa7 used request id req-3ad62e8d-b0c6-45cd-92fd-563de19ea28f 2018-11-09 08:50:51,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:51,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-415170af-59f2-480c-af51-b98eab2fe232 Date: Fri, 09 Nov 2018 08:50:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:50:51,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-415170af-59f2-480c-af51-b98eab2fe232 2018-11-09 08:50:51,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:52,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-127872dd-cb20-46b9-86cd-6749ca17910b Date: Fri, 09 Nov 2018 08:50:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:50:52,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-127872dd-cb20-46b9-86cd-6749ca17910b 2018-11-09 08:50:52,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:52,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-7db30605-a428-4ddc-a8f2-a243c475ffd0 Date: Fri, 09 Nov 2018 08:50:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:50:52,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-7db30605-a428-4ddc-a8f2-a243c475ffd0 2018-11-09 08:50:52,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:52,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5de8c41-ca7a-46e3-a145-4b7671bd69db Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:50:52,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-e5de8c41-ca7a-46e3-a145-4b7671bd69db 2018-11-09 08:50:52,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:52,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fa2d7115-ca88-4c0e-8c95-2e64ef9394b1 Date: Fri, 09 Nov 2018 08:50:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:50:52,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-fa2d7115-ca88-4c0e-8c95-2e64ef9394b1 2018-11-09 08:50:52,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392&mac_address=fa%3A16%3A3e%3A72%3A22%3Ae0&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:52,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-90e1b046-50e1-4130-ba12-7d697c80f3d9 Date: Fri, 09 Nov 2018 08:50:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"}]} 2018-11-09 08:50:52,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392&mac_address=fa%3A16%3A3e%3A72%3A22%3Ae0&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6&admin_state_up=True used request id req-90e1b046-50e1-4130-ba12-7d697c80f3d9 2018-11-09 08:50:52,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:53,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a9fddc4-e179-4f98-ac2e-84ffbfc0aef6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:50:53,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-2a9fddc4-e179-4f98-ac2e-84ffbfc0aef6 2018-11-09 08:50:53,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:53,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-b6bbd274-a8e1-445c-aff6-23f90bba37f3 Date: Fri, 09 Nov 2018 08:50:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:50:53,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-b6bbd274-a8e1-445c-aff6-23f90bba37f3 2018-11-09 08:50:53,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:53,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5f978c13-ef07-4da9-9d98-9d924007fe3b Date: Fri, 09 Nov 2018 08:50:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:50:53,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-5f978c13-ef07-4da9-9d98-9d924007fe3b 2018-11-09 08:50:53,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:53,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-d0825632-78b0-4a0b-8a44-2c255ee10615 Date: Fri, 09 Nov 2018 08:50:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.1"}],"id":"1fcd0c58-99b2-4613-84e7-e060f377d949","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:41:e4","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:31Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.2"}],"id":"acca0e57-7390-4b8c-9b62-03c76d44ee71","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:1e:f8","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.3"}],"id":"ef0a2c5c-2dfb-4b07-8f17-27e8c9624d01","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:0e:1d","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.4"}],"id":"f02affc2-d233-487c-af52-b286c3b4203c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:00:a3:f6","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-593b067b-0359-434d-9610-d54da5d7d392"}]} 2018-11-09 08:50:53,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-d0825632-78b0-4a0b-8a44-2c255ee10615 2018-11-09 08:50:53,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:53,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-d7d69465-1c45-4918-b58e-1a8589acb511 Date: Fri, 09 Nov 2018 08:50:53 GMT RESP BODY: {"floatingips": [{"router_id": "25d75d5c-1617-4088-ad3d-f87bd68adcb9", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d83baae98d14495fb2522120e8461e67", "created_at": "2018-11-09T08:50:31Z", "updated_at": "2018-11-09T08:50:33Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "d83baae98d14495fb2522120e8461e67", "port_id": "7215d43f-d77d-465e-a13b-80c499331ce9", "id": "dcf2007c-3a2b-4056-82b1-daf2afafda47"}]} 2018-11-09 08:50:53,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-d7d69465-1c45-4918-b58e-1a8589acb511 2018-11-09 08:50:53,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/25d75d5c-1617-4088-ad3d-f87bd68adcb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:54,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-3441d961-33c5-4868-a74b-fb6bab111ac1 Date: Fri, 09 Nov 2018 08:50:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d83baae98d14495fb2522120e8461e67", "created_at": "2018-11-09T08:50:25Z", "admin_state_up": true, "updated_at": "2018-11-09T08:50:32Z", "project_id": "d83baae98d14495fb2522120e8461e67", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "25d75d5c-1617-4088-ad3d-f87bd68adcb9", "name": "mgmt_router"}} 2018-11-09 08:50:54,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/25d75d5c-1617-4088-ad3d-f87bd68adcb9 used request id req-3441d961-33c5-4868-a74b-fb6bab111ac1 2018-11-09 08:50:54,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=25d75d5c-1617-4088-ad3d-f87bd68adcb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:54,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4542 X-Openstack-Request-Id: req-42203fc5-1616-42b3-8e12-14d5406e4493 Date: Fri, 09 Nov 2018 08:50:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:34Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aff9de3c-b7ca-47c7-9ae0-72901a15a5b7","ip_address":"169.254.192.2"}],"id":"02a15190-5abd-4e16-aed7-93d3f8e88649","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:a4:ef","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d83baae98d14495fb2522120e8461e67","admin_state_up":true,"network_id":"a3cea053-b758-4f62-a8bd-0ea687d966d1","tenant_id":"","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.1"}],"id":"1fcd0c58-99b2-4613-84e7-e060f377d949","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:41:e4","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:31Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:47Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cb65f4ed-a378-4853-84d5-43a993df3191","ip_address":"172.30.9.208"}],"id":"2b265a35-4ddd-4af0-a5ea-63a873436ae7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:5a:9b","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"","created_at":"2018-11-09T08:50:26Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:33Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aff9de3c-b7ca-47c7-9ae0-72901a15a5b7","ip_address":"169.254.192.8"}],"id":"a987af4d-7e6f-4445-820c-bb51c7662077","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:7e:f7","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d83baae98d14495fb2522120e8461e67","admin_state_up":true,"network_id":"a3cea053-b758-4f62-a8bd-0ea687d966d1","tenant_id":"","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:35Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aff9de3c-b7ca-47c7-9ae0-72901a15a5b7","ip_address":"169.254.192.9"}],"id":"f05c9684-56fb-48c7-a3e6-35f3da8b6f1b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0e:84:1d","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant d83baae98d14495fb2522120e8461e67","admin_state_up":true,"network_id":"a3cea053-b758-4f62-a8bd-0ea687d966d1","tenant_id":"","created_at":"2018-11-09T08:50:27Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"}]} 2018-11-09 08:50:54,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=25d75d5c-1617-4088-ad3d-f87bd68adcb9 used request id req-42203fc5-1616-42b3-8e12-14d5406e4493 2018-11-09 08:50:54,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:54,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-40c3ff59-8eb4-4e94-97d6-22aba9996a76 Date: Fri, 09 Nov 2018 08:50:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:12Z","dns_nameservers":[],"updated_at":"2018-11-09T06:41:12Z","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":"9089c82e917c466f80aaf9544aa8e123","id":"cb65f4ed-a378-4853-84d5-43a993df3191","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 08:50:54,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/cb65f4ed-a378-4853-84d5-43a993df3191 used request id req-40c3ff59-8eb4-4e94-97d6-22aba9996a76 2018-11-09 08:50:54,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/aff9de3c-b7ca-47c7-9ae0-72901a15a5b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:54,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f4324575-1a4d-4373-9748-7d8e5a0de738 Date: Fri, 09 Nov 2018 08:50:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a3cea053-b758-4f62-a8bd-0ea687d966d1","tenant_id":"","created_at":"2018-11-09T08:50:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:25Z","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":"aff9de3c-b7ca-47c7-9ae0-72901a15a5b7","subnetpool_id":null,"name":"HA subnet tenant d83baae98d14495fb2522120e8461e67"}} 2018-11-09 08:50:54,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/aff9de3c-b7ca-47c7-9ae0-72901a15a5b7 used request id req-f4324575-1a4d-4373-9748-7d8e5a0de738 2018-11-09 08:50:54,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/aff9de3c-b7ca-47c7-9ae0-72901a15a5b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:54,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c3144189-8dd0-4f89-9ef1-ecabd8d71732 Date: Fri, 09 Nov 2018 08:50:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a3cea053-b758-4f62-a8bd-0ea687d966d1","tenant_id":"","created_at":"2018-11-09T08:50:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:25Z","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":"aff9de3c-b7ca-47c7-9ae0-72901a15a5b7","subnetpool_id":null,"name":"HA subnet tenant d83baae98d14495fb2522120e8461e67"}} 2018-11-09 08:50:54,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/aff9de3c-b7ca-47c7-9ae0-72901a15a5b7 used request id req-c3144189-8dd0-4f89-9ef1-ecabd8d71732 2018-11-09 08:50:54,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/aff9de3c-b7ca-47c7-9ae0-72901a15a5b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:54,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-14b49296-66b7-4769-820d-d1efac10c130 Date: Fri, 09 Nov 2018 08:50:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a3cea053-b758-4f62-a8bd-0ea687d966d1","tenant_id":"","created_at":"2018-11-09T08:50:25Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:25Z","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":"aff9de3c-b7ca-47c7-9ae0-72901a15a5b7","subnetpool_id":null,"name":"HA subnet tenant d83baae98d14495fb2522120e8461e67"}} 2018-11-09 08:50:54,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/aff9de3c-b7ca-47c7-9ae0-72901a15a5b7 used request id req-14b49296-66b7-4769-820d-d1efac10c130 2018-11-09 08:50:54,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/26929d26-b340-44f8-935d-5244af365aa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:54,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-8d761bf2-0945-42d2-83f4-6edd980032fb Date: Fri, 09 Nov 2018 08:50:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}} 2018-11-09 08:50:55,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/26929d26-b340-44f8-935d-5244af365aa7 used request id req-8d761bf2-0945-42d2-83f4-6edd980032fb 2018-11-09 08:50:55,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports/7215d43f-d77d-465e-a13b-80c499331ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:55,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-89814e29-0e12-4438-8f6e-134f9db422ef Date: Fri, 09 Nov 2018 08:50:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","project_id":"d83baae98d14495fb2522120e8461e67","qos_policy_id":null,"admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal"}} 2018-11-09 08:50:55,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports/7215d43f-d77d-465e-a13b-80c499331ce9 used request id req-89814e29-0e12-4438-8f6e-134f9db422ef 2018-11-09 08:50:55,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/26929d26-b340-44f8-935d-5244af365aa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:55,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-314ce373-5ff2-4c2a-a0e0-e12d783cfac0 Date: Fri, 09 Nov 2018 08:50:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}} 2018-11-09 08:50:55,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/26929d26-b340-44f8-935d-5244af365aa7 used request id req-314ce373-5ff2-4c2a-a0e0-e12d783cfac0 2018-11-09 08:50:55,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:55,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-c9cbc86c-c76e-4ee8-9999-c897f6d0d520 Date: Fri, 09 Nov 2018 08:50:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:50:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:50:18Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/snap", "metadata": {}}], "self": "/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "min_disk": 0, "protected": false, "id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "file": "/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d83baae98d14495fb2522120e8461e67", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:50:55,280 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a used request id req-c9cbc86c-c76e-4ee8-9999-c897f6d0d520 2018-11-09 08:50:55,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:55,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c9b01763-47e8-4f32-b1cf-dc13aeb470b7 Date: Fri, 09 Nov 2018 08:50:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:50:55,436 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-c9b01763-47e8-4f32-b1cf-dc13aeb470b7 2018-11-09 08:50:55,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:50:55,629 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:50:55 GMT Server: Apache x-openstack-request-id: req-8bda01cc-714e-4e92-bfed-bf41d8324044 Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:50:55,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:55 GMT Server: Apache x-openstack-request-id: req-86c49049-2fe3-49b8-9ada-546bda0b5a83 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2087 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-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsui+llvGpPAdwzzNq7WHIEK3xg+dGb3BT3Z0LgoItEweajn5\ntYXa2hJG13I9qgYEFoNXRNyvyHyzfbm6ciMyPvrF4R2l/uzgPdg7+1GE2/t4M/lm\nkeVegJyjSIUsixDkYJL6GCVAtbcdJOuCGGIDoHX/CiP4I2A0y3HpU2bli76xj0b8\noaW+H81Lo+nwAtmOqEOotevzS9uV9WUVDr69QBl8e9lERZt86ccdUVmYhfBiZf69\nCb7Fyx7aex2KLJKumTvJS9+WdvCu1kFbGXgTcvn70OvV0mrR8LFsM/Ll5UiJY6RC\nWK/a2i0UPz9s36D3deYNqwihkjxFUo2xel79FwIDAQABAoIBAQCvxRAx4rrXovxq\nqxsZfr/iBwpMMVzURGRecG8WKE+C62HaVVkqaPap1tj4pElG+KAdii47/mFJJJKn\ni8hMiJ292Fx+ncVPHmP0/rN3ZxCTm4zt6zJFVkaxLrMQ9Z3cht0IsH27KSZZIS0l\n76ch03HivOqziMEp6EQWOLTWdrpAvpPF/pYZoLSzydbqGU59DyEj7e07veZLypvC\nYTKoY4LGNDuC3KViq4jQ9GU8gawLhyjbqBdJuFLbRxg6zwrGQ6CNGCIXoMNoAag8\nnqwxVWFMxOWZkE/MsuOtaCTtj9TYyKIyxeGQ1wLsyKBxRASJiweO0XowZct+Vzev\nLa/PD0ERAoGBAOm/qA/dW8c1OFDXGX7zeiT9URDICjMn8kwlBu4LXlM1KTF/lY4o\nmxImuSIG83HMHDV+tLFKJ9vCXOtj3fun56eldSLEjHhklbbDsvWK86/3Dvr2tvaa\nrxpoJVYA4G+vJgQ7D3FIMazH0q4vKTgHcZM0ruIW8Alv1WJv141ehAU/AoGBAMPw\nrOyA5KrwExcd+HklTDM8ljIO/TZb0U6g/Y1oXYLZkK8mvjWsNT9k60NFkZAEM8ed\n3pFps9EunONPeKEXuq1hBk4KZ5XnbTrJt5CEVBYOP5QUi84ImHXqvwJrl2BccwFq\n4lKYI2rwwQuK6gfETZavuBtGCkX3eYFt54GwHlopAoGAPU60YLzZRo1x4NoZ6M8p\nWSxLp9AfxL0Uct4/TA4VRlOqIz5oVmnWClO3uPIDxfQX7fv2no1pmN0IjACch1XJ\nj5H5AA53HVicX9xCQt6X/a4Z8r7kzBdUF+P67uy58PEKUo+/BCJATSX33xGliPmC\n02489DW57W+0kuXsrjp8+/cCgYEAmC3Q4E6rSufyq72nQc/qAtFHhdGGcDWXto3q\n32zzU7FOYfqhOGZrZLUo07Kwfz4ESUEfn6iM9CZTy2fptJQNdKMqlmoWUaLQfxwz\n6ZYdCJRAZO4gNwEOCGctut99TmX/HFa7OJLYzzH1fNWDNk0MRcBsKSKY0AaI5DFL\n4Lm8mSECgYBbeJOsEmOWmbjgcZhhHbWdrWptkoU4EA2zidpLDQUdpk/r45HG0Q5L\nPMO5frpUkGQrZY+L0w3xfyoxTFta4qCkCr0wJJgb2q0TEvLILcshra1I9uFDwkVI\n24QAoRLN1sPap5gnDWF3rspI7KESvtithiSoGTi32j2xGFdoPBmEMw==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:50:55,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-86c49049-2fe3-49b8-9ada-546bda0b5a83 2018-11-09 08:50:55,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:50:55,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:50:56,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "68b9e7263e1a4dcd87d09590bdda4161", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:50:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d83baae98d14495fb2522120e8461e67", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-user", "id": "fa4e1d6949244354bf47cd4fdcb1c716"}, "audit_ids": ["CdkkzUvaRpCKIrR9Z7XxgQ"], "issued_at": "2018-11-09T08:50:56.000000Z"}} 2018-11-09 08:50:56,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:56,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3d1e6e4-3c0d-4093-ad65-b46a600b76b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:50:56,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c3d1e6e4-3c0d-4093-ad65-b46a600b76b1 2018-11-09 08:50:56,429 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:50:56,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:56,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf65e1a7-4cee-456b-b85a-ae9c6045c458 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:50:56,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cf65e1a7-4cee-456b-b85a-ae9c6045c458 2018-11-09 08:50:56,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:56,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-35683703-6f49-4471-8d2b-e5d074fb758e Date: Fri, 09 Nov 2018 08:50:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:50:56,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-35683703-6f49-4471-8d2b-e5d074fb758e 2018-11-09 08:50:56,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:50:56,757 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:50: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:50:56,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:56,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dab0415-6bab-42dc-ae45-f2434e7af0b2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:50:56,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-5dab0415-6bab-42dc-ae45-f2434e7af0b2 2018-11-09 08:50:56,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:57,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cd94409e-2568-46cb-a0ab-d97acafde011 Date: Fri, 09 Nov 2018 08:50:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:50:57,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-cd94409e-2568-46cb-a0ab-d97acafde011 2018-11-09 08:50:57,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392&mac_address=fa%3A16%3A3e%3A72%3A22%3Ae0&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:57,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-0dbbec6a-3ee6-40c6-8006-55501abdd5db Date: Fri, 09 Nov 2018 08:50:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"}]} 2018-11-09 08:50:57,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392&mac_address=fa%3A16%3A3e%3A72%3A22%3Ae0&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6&admin_state_up=True used request id req-0dbbec6a-3ee6-40c6-8006-55501abdd5db 2018-11-09 08:50:57,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:57,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b41fce9b-aa41-4400-8f1b-55feca23cbf9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:50:57,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-b41fce9b-aa41-4400-8f1b-55feca23cbf9 2018-11-09 08:50:57,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:59,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:50:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1999acf-4797-42d9-a869-ab1a4dabf67b x-compute-request-id: req-c1999acf-4797-42d9-a869-ab1a4dabf67b Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:22:e0", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:22:e0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a", "rel": "bookmark"}], "image": {"id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "links": [{"href": "http://172.30.9.27:8774/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2018-11-09T08:50:41.000000", "flavor": {"id": "c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "links": [{"href": "http://172.30.9.27:8774/flavors/c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "rel": "bookmark"}]}, "id": "59a478ad-1ef8-48ab-8c6b-2918b71b474a", "security_groups": [{"name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp"}], "user_id": "fa4e1d6949244354bf47cd4fdcb1c716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:50:41Z", "hostId": "680e69c7233c308d40eda366c4b181baa381687ea761584da89d4cb8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "created": "2018-11-09T08:50:32Z", "tenant_id": "d83baae98d14495fb2522120e8461e67", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 08:50:59,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1 used request id req-c1999acf-4797-42d9-a869-ab1a4dabf67b 2018-11-09 08:50:59,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:59,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-dfca4f90-86fc-4b08-9cb0-6d94f33cc091 Date: Fri, 09 Nov 2018 08:50:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:50:59,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-dfca4f90-86fc-4b08-9cb0-6d94f33cc091 2018-11-09 08:50:59,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:59,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d015a950-0678-407f-9d52-24de6491528a Date: Fri, 09 Nov 2018 08:50:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:50:59,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-d015a950-0678-407f-9d52-24de6491528a 2018-11-09 08:50:59,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:50:59,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-2b1277dc-81c1-4e5b-bd20-16fb62a8dc54 Date: Fri, 09 Nov 2018 08:50:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.1"}],"id":"1fcd0c58-99b2-4613-84e7-e060f377d949","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:41:e4","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:31Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.2"}],"id":"acca0e57-7390-4b8c-9b62-03c76d44ee71","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:1e:f8","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.3"}],"id":"ef0a2c5c-2dfb-4b07-8f17-27e8c9624d01","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:0e:1d","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.4"}],"id":"f02affc2-d233-487c-af52-b286c3b4203c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:00:a3:f6","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-593b067b-0359-434d-9610-d54da5d7d392"}]} 2018-11-09 08:50:59,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-2b1277dc-81c1-4e5b-bd20-16fb62a8dc54 2018-11-09 08:50:59,911 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1 2018-11-09 08:50:59,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:00,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-db5c6fa1-6068-467d-8791-5ce4c0146a2c Date: Fri, 09 Nov 2018 08:50:59 GMT RESP BODY: {"floatingips": [{"router_id": "25d75d5c-1617-4088-ad3d-f87bd68adcb9", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d83baae98d14495fb2522120e8461e67", "created_at": "2018-11-09T08:50:31Z", "updated_at": "2018-11-09T08:50:33Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "d83baae98d14495fb2522120e8461e67", "port_id": "7215d43f-d77d-465e-a13b-80c499331ce9", "id": "dcf2007c-3a2b-4056-82b1-daf2afafda47"}]} 2018-11-09 08:51:00,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-db5c6fa1-6068-467d-8791-5ce4c0146a2c 2018-11-09 08:51:00,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/c224ddd8-83d4-4136-8896-9b2eb847961a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:00,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-284a8e79-351a-48cc-86fb-e3c538554e8f x-compute-request-id: req-284a8e79-351a-48cc-86fb-e3c538554e8f Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c224ddd8-83d4-4136-8896-9b2eb847961a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c224ddd8-83d4-4136-8896-9b2eb847961a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "c224ddd8-83d4-4136-8896-9b2eb847961a", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-flavor2-rge3v25kblnt", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:51:00,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/c224ddd8-83d4-4136-8896-9b2eb847961a used request id req-284a8e79-351a-48cc-86fb-e3c538554e8f 2018-11-09 08:51:00,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/26929d26-b340-44f8-935d-5244af365aa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:00,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-d1d5c445-469a-4674-b4a5-c3062d7999c9 Date: Fri, 09 Nov 2018 08:51:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}} 2018-11-09 08:51:00,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/26929d26-b340-44f8-935d-5244af365aa7 used request id req-d1d5c445-469a-4674-b4a5-c3062d7999c9 2018-11-09 08:51:00,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:00,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9e56796f-0279-46d1-b290-20db70b2f299 Date: Fri, 09 Nov 2018 08:51:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:51:00,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-9e56796f-0279-46d1-b290-20db70b2f299 2018-11-09 08:51:00,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:00,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c3eeeefe-7fff-4318-a318-75cb21dfe062 Date: Fri, 09 Nov 2018 08:51:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:51:00,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-c3eeeefe-7fff-4318-a318-75cb21dfe062 2018-11-09 08:51:00,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:00,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-759809e8-3e27-4cf2-bd1a-dd3932d26b38 Date: Fri, 09 Nov 2018 08:51:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:51:00,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-759809e8-3e27-4cf2-bd1a-dd3932d26b38 2018-11-09 08:51:00,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:00,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14106aae-2261-458e-9ffe-2b770073b81b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:51:00,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-14106aae-2261-458e-9ffe-2b770073b81b 2018-11-09 08:51:00,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:00,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2c890723-7d29-45b0-a6cd-5fdf31e78542 Date: Fri, 09 Nov 2018 08:51:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:51:00,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-2c890723-7d29-45b0-a6cd-5fdf31e78542 2018-11-09 08:51:00,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392&mac_address=fa%3A16%3A3e%3Aad%3Ac7%3A17&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:00,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-a8dac1cd-c654-4762-8f4d-d56271ed8afe Date: Fri, 09 Nov 2018 08:51:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"}]} 2018-11-09 08:51:00,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392&mac_address=fa%3A16%3A3e%3Aad%3Ac7%3A17&admin_state_up=True used request id req-a8dac1cd-c654-4762-8f4d-d56271ed8afe 2018-11-09 08:51:00,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:01,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac576020-51c3-41e8-a3ab-e7925e5bf4f4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:51:01,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-ac576020-51c3-41e8-a3ab-e7925e5bf4f4 2018-11-09 08:51:01,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:01,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-faef2942-9825-47b3-b9a9-a8651ba0a796 Date: Fri, 09 Nov 2018 08:51:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:51:01,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-faef2942-9825-47b3-b9a9-a8651ba0a796 2018-11-09 08:51:01,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:01,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3cf894e4-6f91-44dc-bfa1-8f4f3072776f Date: Fri, 09 Nov 2018 08:51:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:51:01,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-3cf894e4-6f91-44dc-bfa1-8f4f3072776f 2018-11-09 08:51:01,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:01,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-9b3dae8b-7c65-467b-bec6-e5e4e2cd3243 Date: Fri, 09 Nov 2018 08:51:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.1"}],"id":"1fcd0c58-99b2-4613-84e7-e060f377d949","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:41:e4","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:31Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.2"}],"id":"acca0e57-7390-4b8c-9b62-03c76d44ee71","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:1e:f8","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.3"}],"id":"ef0a2c5c-2dfb-4b07-8f17-27e8c9624d01","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:0e:1d","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.4"}],"id":"f02affc2-d233-487c-af52-b286c3b4203c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:00:a3:f6","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-593b067b-0359-434d-9610-d54da5d7d392"}]} 2018-11-09 08:51:01,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-9b3dae8b-7c65-467b-bec6-e5e4e2cd3243 2018-11-09 08:51:01,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:01,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-13f821ef-5ccf-472a-9a4a-8171607252cc Date: Fri, 09 Nov 2018 08:51:01 GMT RESP BODY: {"floatingips": [{"router_id": "25d75d5c-1617-4088-ad3d-f87bd68adcb9", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d83baae98d14495fb2522120e8461e67", "created_at": "2018-11-09T08:50:31Z", "updated_at": "2018-11-09T08:50:33Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "d83baae98d14495fb2522120e8461e67", "port_id": "7215d43f-d77d-465e-a13b-80c499331ce9", "id": "dcf2007c-3a2b-4056-82b1-daf2afafda47"}]} 2018-11-09 08:51:01,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-13f821ef-5ccf-472a-9a4a-8171607252cc 2018-11-09 08:51:01,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:01,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-17827e63-a08d-4ef6-91b1-94c235f75f06 Date: Fri, 09 Nov 2018 08:51:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:50:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T08:50:18Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/snap", "metadata": {}}], "self": "/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "min_disk": 0, "protected": false, "id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "file": "/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d83baae98d14495fb2522120e8461e67", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/c96146bf-95e9-4a17-8b70-c13145a16b0a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:51:01,982 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a used request id req-17827e63-a08d-4ef6-91b1-94c235f75f06 2018-11-09 08:51:01,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d940968709809260b29a464f7229ab10dd27600" 2018-11-09 08:51:02,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:51:01 GMT Server: Apache x-openstack-request-id: req-6ff1299a-7f87-4225-a94e-12db05c84c37 Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:51:02,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:02 GMT Server: Apache x-openstack-request-id: req-dd39038e-25d1-4a26-aeaa-f1ccd7e95c4d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2087 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-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsui+llvGpPAdwzzNq7WHIEK3xg+dGb3BT3Z0LgoItEweajn5\ntYXa2hJG13I9qgYEFoNXRNyvyHyzfbm6ciMyPvrF4R2l/uzgPdg7+1GE2/t4M/lm\nkeVegJyjSIUsixDkYJL6GCVAtbcdJOuCGGIDoHX/CiP4I2A0y3HpU2bli76xj0b8\noaW+H81Lo+nwAtmOqEOotevzS9uV9WUVDr69QBl8e9lERZt86ccdUVmYhfBiZf69\nCb7Fyx7aex2KLJKumTvJS9+WdvCu1kFbGXgTcvn70OvV0mrR8LFsM/Ll5UiJY6RC\nWK/a2i0UPz9s36D3deYNqwihkjxFUo2xel79FwIDAQABAoIBAQCvxRAx4rrXovxq\nqxsZfr/iBwpMMVzURGRecG8WKE+C62HaVVkqaPap1tj4pElG+KAdii47/mFJJJKn\ni8hMiJ292Fx+ncVPHmP0/rN3ZxCTm4zt6zJFVkaxLrMQ9Z3cht0IsH27KSZZIS0l\n76ch03HivOqziMEp6EQWOLTWdrpAvpPF/pYZoLSzydbqGU59DyEj7e07veZLypvC\nYTKoY4LGNDuC3KViq4jQ9GU8gawLhyjbqBdJuFLbRxg6zwrGQ6CNGCIXoMNoAag8\nnqwxVWFMxOWZkE/MsuOtaCTtj9TYyKIyxeGQ1wLsyKBxRASJiweO0XowZct+Vzev\nLa/PD0ERAoGBAOm/qA/dW8c1OFDXGX7zeiT9URDICjMn8kwlBu4LXlM1KTF/lY4o\nmxImuSIG83HMHDV+tLFKJ9vCXOtj3fun56eldSLEjHhklbbDsvWK86/3Dvr2tvaa\nrxpoJVYA4G+vJgQ7D3FIMazH0q4vKTgHcZM0ruIW8Alv1WJv141ehAU/AoGBAMPw\nrOyA5KrwExcd+HklTDM8ljIO/TZb0U6g/Y1oXYLZkK8mvjWsNT9k60NFkZAEM8ed\n3pFps9EunONPeKEXuq1hBk4KZ5XnbTrJt5CEVBYOP5QUi84ImHXqvwJrl2BccwFq\n4lKYI2rwwQuK6gfETZavuBtGCkX3eYFt54GwHlopAoGAPU60YLzZRo1x4NoZ6M8p\nWSxLp9AfxL0Uct4/TA4VRlOqIz5oVmnWClO3uPIDxfQX7fv2no1pmN0IjACch1XJ\nj5H5AA53HVicX9xCQt6X/a4Z8r7kzBdUF+P67uy58PEKUo+/BCJATSX33xGliPmC\n02489DW57W+0kuXsrjp8+/cCgYEAmC3Q4E6rSufyq72nQc/qAtFHhdGGcDWXto3q\n32zzU7FOYfqhOGZrZLUo07Kwfz4ESUEfn6iM9CZTy2fptJQNdKMqlmoWUaLQfxwz\n6ZYdCJRAZO4gNwEOCGctut99TmX/HFa7OJLYzzH1fNWDNk0MRcBsKSKY0AaI5DFL\n4Lm8mSECgYBbeJOsEmOWmbjgcZhhHbWdrWptkoU4EA2zidpLDQUdpk/r45HG0Q5L\nPMO5frpUkGQrZY+L0w3xfyoxTFta4qCkCr0wJJgb2q0TEvLILcshra1I9uFDwkVI\n24QAoRLN1sPap5gnDWF3rspI7KESvtithiSoGTi32j2xGFdoPBmEMw==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:51:02,334 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-dd39038e-25d1-4a26-aeaa-f1ccd7e95c4d 2018-11-09 08:51:02,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:02,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:02,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "68b9e7263e1a4dcd87d09590bdda4161", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:51:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d83baae98d14495fb2522120e8461e67", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/d83baae98d14495fb2522120e8461e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-user", "id": "fa4e1d6949244354bf47cd4fdcb1c716"}, "audit_ids": ["Ssro0vlMQ6mxsacSNLgxQA"], "issued_at": "2018-11-09T08:51:02.000000Z"}} 2018-11-09 08:51:02,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:02,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94125429-f083-4a61-8d86-9f80dfc39993 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:02,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-94125429-f083-4a61-8d86-9f80dfc39993 2018-11-09 08:51:02,799 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:51:02,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:02,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a006ebdc-fe87-45a4-a0bd-6947475e86c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:02,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a006ebdc-fe87-45a4-a0bd-6947475e86c5 2018-11-09 08:51:02,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:03,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-8df179ae-e661-47dc-b4a5-1f0b6f199058 Date: Fri, 09 Nov 2018 08:51:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:51:03,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-8df179ae-e661-47dc-b4a5-1f0b6f199058 2018-11-09 08:51:03,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:51:03,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:51: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:51:03,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:03,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ea7c8d-9194-4ccf-8dcf-32dfa472f259 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:51:03,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-f4ea7c8d-9194-4ccf-8dcf-32dfa472f259 2018-11-09 08:51:03,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:03,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-775db733-5ef2-4d68-b7bc-9f12d15bcc2d Date: Fri, 09 Nov 2018 08:51:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:51:03,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-775db733-5ef2-4d68-b7bc-9f12d15bcc2d 2018-11-09 08:51:03,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392&mac_address=fa%3A16%3A3e%3Aad%3Ac7%3A17&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:03,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-5eb9ef71-be57-4534-8b71-8adf0d240c80 Date: Fri, 09 Nov 2018 08:51:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"}]} 2018-11-09 08:51:03,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392&mac_address=fa%3A16%3A3e%3Aad%3Ac7%3A17&admin_state_up=True used request id req-5eb9ef71-be57-4534-8b71-8adf0d240c80 2018-11-09 08:51:03,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:03,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47db8179-7403-409a-a5ba-7d4afcc4c83b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:51:03,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-47db8179-7403-409a-a5ba-7d4afcc4c83b 2018-11-09 08:51:03,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:04,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51: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-1ce17092-394e-4cca-b253-c9018aa7fc70 x-compute-request-id: req-1ce17092-394e-4cca-b253-c9018aa7fc70 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c7:17", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/af0a159d-d171-47d7-8bfb-2b6e1973a783", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/af0a159d-d171-47d7-8bfb-2b6e1973a783", "rel": "bookmark"}], "image": {"id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "links": [{"href": "http://172.30.9.27:8774/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000104", "OS-SRV-USG:launched_at": "2018-11-09T08:50:40.000000", "flavor": {"id": "c224ddd8-83d4-4136-8896-9b2eb847961a", "links": [{"href": "http://172.30.9.27:8774/flavors/c224ddd8-83d4-4136-8896-9b2eb847961a", "rel": "bookmark"}]}, "id": "af0a159d-d171-47d7-8bfb-2b6e1973a783", "security_groups": [{"name": "default"}], "user_id": "fa4e1d6949244354bf47cd4fdcb1c716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:50:40Z", "hostId": "659118484bdaf6947b4e24305020601134f4071374c4e53385629949", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "created": "2018-11-09T08:50:33Z", "tenant_id": "d83baae98d14495fb2522120e8461e67", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 08:51:04,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2 used request id req-1ce17092-394e-4cca-b253-c9018aa7fc70 2018-11-09 08:51:04,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:04,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d70d64f3-36cf-44db-bdae-a147b6c21df1 Date: Fri, 09 Nov 2018 08:51:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:51:04,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-d70d64f3-36cf-44db-bdae-a147b6c21df1 2018-11-09 08:51:04,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:05,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bc2e9541-c625-4d65-9e00-9ec0b6bd8c67 Date: Fri, 09 Nov 2018 08:51:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:51:05,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-bc2e9541-c625-4d65-9e00-9ec0b6bd8c67 2018-11-09 08:51:05,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:05,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-82e0f5a7-c382-40a2-9aa5-b0e85453b13a Date: Fri, 09 Nov 2018 08:51:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.1"}],"id":"1fcd0c58-99b2-4613-84e7-e060f377d949","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:41:e4","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:31Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.2"}],"id":"acca0e57-7390-4b8c-9b62-03c76d44ee71","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:1e:f8","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.3"}],"id":"ef0a2c5c-2dfb-4b07-8f17-27e8c9624d01","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:0e:1d","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.4"}],"id":"f02affc2-d233-487c-af52-b286c3b4203c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:00:a3:f6","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-593b067b-0359-434d-9610-d54da5d7d392"}]} 2018-11-09 08:51:05,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-82e0f5a7-c382-40a2-9aa5-b0e85453b13a 2018-11-09 08:51:05,382 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2 2018-11-09 08:51:05,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:05,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-2098fa77-5a71-4753-ac71-85fb496c92b6 Date: Fri, 09 Nov 2018 08:51:05 GMT RESP BODY: {"floatingips": [{"router_id": "25d75d5c-1617-4088-ad3d-f87bd68adcb9", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d83baae98d14495fb2522120e8461e67", "created_at": "2018-11-09T08:50:31Z", "updated_at": "2018-11-09T08:50:33Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "d83baae98d14495fb2522120e8461e67", "port_id": "7215d43f-d77d-465e-a13b-80c499331ce9", "id": "dcf2007c-3a2b-4056-82b1-daf2afafda47"}]} 2018-11-09 08:51:05,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-2098fa77-5a71-4753-ac71-85fb496c92b6 2018-11-09 08:51:05,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:06,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3ba5358-a815-42da-a08d-d79c992212cc x-compute-request-id: req-c3ba5358-a815-42da-a08d-d79c992212cc Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:22:e0", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:22:e0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a", "rel": "bookmark"}], "image": {"id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "links": [{"href": "http://172.30.9.27:8774/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2018-11-09T08:50:41.000000", "flavor": {"id": "c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "links": [{"href": "http://172.30.9.27:8774/flavors/c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "rel": "bookmark"}]}, "id": "59a478ad-1ef8-48ab-8c6b-2918b71b474a", "security_groups": [{"name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp"}], "user_id": "fa4e1d6949244354bf47cd4fdcb1c716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:50:41Z", "hostId": "680e69c7233c308d40eda366c4b181baa381687ea761584da89d4cb8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "created": "2018-11-09T08:50:32Z", "tenant_id": "d83baae98d14495fb2522120e8461e67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:51:06,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a used request id req-c3ba5358-a815-42da-a08d-d79c992212cc 2018-11-09 08:51:06,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:06,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-af40076d-b21b-45dd-bc74-991822c46bf0 Date: Fri, 09 Nov 2018 08:51:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:51:06,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-af40076d-b21b-45dd-bc74-991822c46bf0 2018-11-09 08:51:06,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:06,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b109b714-77bf-494d-a772-2f45a1dc708d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:51:06,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-b109b714-77bf-494d-a772-2f45a1dc708d 2018-11-09 08:51:06,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:07,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a8d53a20-d87f-4af5-8dfc-730fa0f4425c Date: Fri, 09 Nov 2018 08:51:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:51:07,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-a8d53a20-d87f-4af5-8dfc-730fa0f4425c 2018-11-09 08:51:07,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:07,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-2b4aac35-50d9-4b33-867f-9506b80a9b01 Date: Fri, 09 Nov 2018 08:51:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.1"}],"id":"1fcd0c58-99b2-4613-84e7-e060f377d949","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:41:e4","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:31Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.2"}],"id":"acca0e57-7390-4b8c-9b62-03c76d44ee71","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:1e:f8","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.3"}],"id":"ef0a2c5c-2dfb-4b07-8f17-27e8c9624d01","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:0e:1d","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.4"}],"id":"f02affc2-d233-487c-af52-b286c3b4203c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:00:a3:f6","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-593b067b-0359-434d-9610-d54da5d7d392"}]} 2018-11-09 08:51:07,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-2b4aac35-50d9-4b33-867f-9506b80a9b01 2018-11-09 08:51:07,312 - create_instance - INFO - Checking if VM is active 2018-11-09 08:51:07,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:07,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51: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-5fa5d369-519a-415b-bd07-3738ab5ad4f9 x-compute-request-id: req-5fa5d369-519a-415b-bd07-3738ab5ad4f9 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:22:e0", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:22:e0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a", "rel": "bookmark"}], "image": {"id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "links": [{"href": "http://172.30.9.27:8774/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2018-11-09T08:50:41.000000", "flavor": {"id": "c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "links": [{"href": "http://172.30.9.27:8774/flavors/c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "rel": "bookmark"}]}, "id": "59a478ad-1ef8-48ab-8c6b-2918b71b474a", "security_groups": [{"name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp"}], "user_id": "fa4e1d6949244354bf47cd4fdcb1c716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:50:41Z", "hostId": "680e69c7233c308d40eda366c4b181baa381687ea761584da89d4cb8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "created": "2018-11-09T08:50:32Z", "tenant_id": "d83baae98d14495fb2522120e8461e67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:51:07,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a used request id req-5fa5d369-519a-415b-bd07-3738ab5ad4f9 2018-11-09 08:51:07,762 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1] is - ACTIVE 2018-11-09 08:51:07,762 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:51:07,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:08,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51: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-33f45f7d-025d-4adc-be77-2601b5393b29 x-compute-request-id: req-33f45f7d-025d-4adc-be77-2601b5393b29 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:22:e0", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:22:e0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a", "rel": "bookmark"}], "image": {"id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "links": [{"href": "http://172.30.9.27:8774/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2018-11-09T08:50:41.000000", "flavor": {"id": "c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "links": [{"href": "http://172.30.9.27:8774/flavors/c56d6bb6-0d6e-43bb-bac9-5ed30b516548", "rel": "bookmark"}]}, "id": "59a478ad-1ef8-48ab-8c6b-2918b71b474a", "security_groups": [{"name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp"}], "user_id": "fa4e1d6949244354bf47cd4fdcb1c716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:50:41Z", "hostId": "680e69c7233c308d40eda366c4b181baa381687ea761584da89d4cb8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "created": "2018-11-09T08:50:32Z", "tenant_id": "d83baae98d14495fb2522120e8461e67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:51:08,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/59a478ad-1ef8-48ab-8c6b-2918b71b474a used request id req-33f45f7d-025d-4adc-be77-2601b5393b29 2018-11-09 08:51:08,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:08,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-f26348b1-c67a-4c3e-9d71-bda80d0c5658 Date: Fri, 09 Nov 2018 08:51:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:51:08,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-f26348b1-c67a-4c3e-9d71-bda80d0c5658 2018-11-09 08:51:08,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:08,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d1ccfb-8f76-4932-b497-66ebbc2030e0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:51:08,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-e8d1ccfb-8f76-4932-b497-66ebbc2030e0 2018-11-09 08:51:08,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:08,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0167a67d-3394-4330-9e77-89de79bfead3 Date: Fri, 09 Nov 2018 08:51:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:51:08,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-0167a67d-3394-4330-9e77-89de79bfead3 2018-11-09 08:51:08,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d06c0efd52cdc3da83ab08f9dc6c4b7c903ff43" 2018-11-09 08:51:08,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-dc02b483-ab37-4703-aa4d-7e2c6ee0b794 Date: Fri, 09 Nov 2018 08:51:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.1"}],"id":"1fcd0c58-99b2-4613-84e7-e060f377d949","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:41:e4","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:31Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.2"}],"id":"acca0e57-7390-4b8c-9b62-03c76d44ee71","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:1e:f8","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.3"}],"id":"ef0a2c5c-2dfb-4b07-8f17-27e8c9624d01","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:0e:1d","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.4"}],"id":"f02affc2-d233-487c-af52-b286c3b4203c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:00:a3:f6","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-593b067b-0359-434d-9610-d54da5d7d392"}]} 2018-11-09 08:51:08,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-dc02b483-ab37-4703-aa4d-7e2c6ee0b794 2018-11-09 08:51:08,927 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:51:08,932 - paramiko.transport - DEBUG - starting thread (client mode): 0x87eadd90L 2018-11-09 08:51:08,933 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:51:08,933 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:51:08,933 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:51:08,934 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:51:08,934 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:51:08,935 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:51:08,935 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:51:08,935 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:51:08,935 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:51:08,952 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:51:08,953 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:51:08,965 - paramiko.transport - DEBUG - Trying key 3ed8f910f2682fd9be8f53bdb04db9f1 from dc47acbb-07d0-4c49-a493-1f48721f2654 2018-11-09 08:51:08,991 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:51:08,997 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:51:09,098 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:51:09,143 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:51:09,144 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:51:09,145 - paramiko.transport - DEBUG - starting thread (client mode): 0x87eadf50L 2018-11-09 08:51:09,146 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:51:09,146 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-09 08:51:09,146 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-09 08:51:09,147 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:51:09,147 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:51:09,147 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-09 08:51:09,148 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:51:09,148 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:51:09,148 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:51:09,164 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:51:09,165 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:51:09,178 - paramiko.transport - DEBUG - Trying key 3ed8f910f2682fd9be8f53bdb04db9f1 from dc47acbb-07d0-4c49-a493-1f48721f2654 2018-11-09 08:51:09,203 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:51:09,209 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:51:09,210 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:51:09,211 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-09 08:51:09,212 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:51:09,213 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:51:09,214 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-09 08:51:09,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/af0a159d-d171-47d7-8bfb-2b6e1973a783 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:09,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18e83ac5-2279-46e9-8d43-0c6a2388a5a5 x-compute-request-id: req-18e83ac5-2279-46e9-8d43-0c6a2388a5a5 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:c7:17", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/af0a159d-d171-47d7-8bfb-2b6e1973a783", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/af0a159d-d171-47d7-8bfb-2b6e1973a783", "rel": "bookmark"}], "image": {"id": "c96146bf-95e9-4a17-8b70-c13145a16b0a", "links": [{"href": "http://172.30.9.27:8774/images/c96146bf-95e9-4a17-8b70-c13145a16b0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000104", "OS-SRV-USG:launched_at": "2018-11-09T08:50:40.000000", "flavor": {"id": "c224ddd8-83d4-4136-8896-9b2eb847961a", "links": [{"href": "http://172.30.9.27:8774/flavors/c224ddd8-83d4-4136-8896-9b2eb847961a", "rel": "bookmark"}]}, "id": "af0a159d-d171-47d7-8bfb-2b6e1973a783", "security_groups": [{"name": "default"}], "user_id": "fa4e1d6949244354bf47cd4fdcb1c716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:50:40Z", "hostId": "659118484bdaf6947b4e24305020601134f4071374c4e53385629949", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "created": "2018-11-09T08:50:33Z", "tenant_id": "d83baae98d14495fb2522120e8461e67", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:51:09,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/af0a159d-d171-47d7-8bfb-2b6e1973a783 used request id req-18e83ac5-2279-46e9-8d43-0c6a2388a5a5 2018-11-09 08:51:09,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:09,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-5c3f061c-c3ee-40d5-aa43-3fb17f5dafc3 Date: Fri, 09 Nov 2018 08:51:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"593b067b-0359-434d-9610-d54da5d7d392","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","subnets":["26929d26-b340-44f8-935d-5244af365aa7"],"description":"","tags":[],"updated_at":"2018-11-09T08:50:27Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net","admin_state_up":true,"tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:26Z","provider:network_type":"vxlan"}]} 2018-11-09 08:51:09,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net used request id req-5c3f061c-c3ee-40d5-aa43-3fb17f5dafc3 2018-11-09 08:51:09,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:09,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e06c695-08ff-433e-afea-02ff933602a7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:51:09,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-4e06c695-08ff-433e-afea-02ff933602a7 2018-11-09 08:51:09,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:10,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c2f1b46f-fe2b-4ed8-970c-a1c09a5d5768 Date: Fri, 09 Nov 2018 08:51:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","dns_nameservers":[],"updated_at":"2018-11-09T08:50:27Z","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":"d83baae98d14495fb2522120e8461e67","id":"26929d26-b340-44f8-935d-5244af365aa7","subnetpool_id":null,"name":"CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet"}]} 2018-11-09 08:51:10,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-c2f1b46f-fe2b-4ed8-970c-a1c09a5d5768 2018-11-09 08:51:10,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0159b8a1dbb35dfd63a7c331b645c2402dcbc2" 2018-11-09 08:51:10,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-cbf3d9e7-dc1b-46dc-ba5a-0cbd3761e04e Date: Fri, 09 Nov 2018 08:51:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.1"}],"id":"1fcd0c58-99b2-4613-84e7-e060f377d949","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:41:e4","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:31Z","binding:vnic_type":"normal","device_id":"25d75d5c-1617-4088-ad3d-f87bd68adcb9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.15"}],"id":"51663d24-4841-43fc-894a-0235a5088c6d","security_groups":["60e0703e-8e1e-475c-b2ac-71ca4061247c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:c7:17","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:34Z","binding:vnic_type":"normal","device_id":"af0a159d-d171-47d7-8bfb-2b6e1973a783"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.5"}],"id":"7215d43f-d77d-465e-a13b-80c499331ce9","security_groups":["92f4415e-7c41-48ba-a764-37e099a8ecb9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:e0","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack-port1-wn6rnfxu7tw6","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"59a478ad-1ef8-48ab-8c6b-2918b71b474a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.2"}],"id":"acca0e57-7390-4b8c-9b62-03c76d44ee71","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:57:1e:f8","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.3"}],"id":"ef0a2c5c-2dfb-4b07-8f17-27e8c9624d01","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:0e:1d","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-593b067b-0359-434d-9610-d54da5d7d392"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:50:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26929d26-b340-44f8-935d-5244af365aa7","ip_address":"10.1.2.4"}],"id":"f02affc2-d233-487c-af52-b286c3b4203c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:00:a3:f6","project_id":"d83baae98d14495fb2522120e8461e67","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"593b067b-0359-434d-9610-d54da5d7d392","tenant_id":"d83baae98d14495fb2522120e8461e67","created_at":"2018-11-09T08:50:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-593b067b-0359-434d-9610-d54da5d7d392"}]} 2018-11-09 08:51:10,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=593b067b-0359-434d-9610-d54da5d7d392 used request id req-cbf3d9e7-dc1b-46dc-ba5a-0cbd3761e04e 2018-11-09 08:51:10,243 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack 2018-11-09 08:51:10,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:51:10,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:51:10 GMT Server: Apache x-openstack-request-id: req-07fc12b2-e7de-475f-aa8b-53a6470a8d5a Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:51:10,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:51:10 GMT Server: Apache x-openstack-request-id: req-273284df-6f6e-4f35-a7cd-f8c739027a0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:51:10,544 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-273284df-6f6e-4f35-a7cd-f8c739027a0f 2018-11-09 08:51:10,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:51:10,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:51:10 GMT Server: Apache x-openstack-request-id: req-890df4d1-27e3-4416-8072-b6f541bccc15 Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:51:10,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:10 GMT Server: Apache x-openstack-request-id: req-b4afcc15-cca0-4f09-8a0d-cefc535b1607 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-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "tags": null, "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:51:10Z", "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:51:10,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-b4afcc15-cca0-4f09-8a0d-cefc535b1607 2018-11-09 08:51:10,763 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:51:10,763 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:51:13,766 - create_stack - DEBUG - Stack status query timeout in 1196.77856803 2018-11-09 08:51:13,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:51:13,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:51:13 GMT Server: Apache x-openstack-request-id: req-c808a31f-5daa-4b73-8100-82bd83c9eaac Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:51:14,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:13 GMT Server: Apache x-openstack-request-id: req-701ee3a9-24b6-4627-b95a-f95a30335c32 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-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "tags": null, "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:51:10Z", "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:51:14,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-701ee3a9-24b6-4627-b95a-f95a30335c32 2018-11-09 08:51:14,163 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:51:14,164 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:51:17,167 - create_stack - DEBUG - Stack status query timeout in 1193.37770486 2018-11-09 08:51:17,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:51:17,196 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:51:17 GMT Server: Apache x-openstack-request-id: req-bf313d77-8eee-4c45-8588-eeec2453ab5a Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:51:17,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:17 GMT Server: Apache x-openstack-request-id: req-37cbb4bf-a969-4200-aede-c278cff672fa 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-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "tags": null, "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-09T08:51:10Z", "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:51:17,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-37cbb4bf-a969-4200-aede-c278cff672fa 2018-11-09 08:51:17,222 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-09 08:51:17,222 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-09 08:51:20,223 - create_stack - DEBUG - Stack status query timeout in 1190.32152796 2018-11-09 08:51:20,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:51:20,252 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:51:20 GMT Server: Apache x-openstack-request-id: req-960b9ad4-b2c6-4595-9fa4-3b678d4fde4a Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:51:20,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:20 GMT Server: Apache x-openstack-request-id: req-bb1f3c8e-5834-4e4e-b5dc-5cb3761bc4b6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 689 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-91263b22-17d9-4378-984e-695138e7eb2e-flavor2", "OS::project_id": "d83baae98d14495fb2522120e8461e67", "OS::stack_id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-kp", "security_group_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-subnet", "net_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst2", "inst1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-inst1", "image2_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image", "flavor1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-flavor1", "image1_name": "CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack", "stack_user_project_id": "68076c0733fe453d8dc932367ef4bff2", "tags": null, "creation_time": "2018-11-09T08:50:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-09T08:51:10Z", "id": "3337e460-f42e-42fa-be7d-968cbf1f2452", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-09 08:51:20,278 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-bb1f3c8e-5834-4e4e-b5dc-5cb3761bc4b6 2018-11-09 08:51:20,279 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-09 08:51:20,279 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack 2018-11-09 08:51:20,279 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack 2018-11-09 08:51:20,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/3337e460-f42e-42fa-be7d-968cbf1f2452 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dc4585868d8b7b25e8a64b3b49c407a664f5936" 2018-11-09 08:51:20,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 08:51:20 GMT Server: Apache x-openstack-request-id: req-8a642bd1-6562-4371-8bbc-4acb9cf64edd Location: http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 08:51:20,651 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:51:20 GMT Server: Apache x-openstack-request-id: req-55238a3f-4c49-4d7a-b4a1-df72ee56737c Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-09 08:51:20,651 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/d83baae98d14495fb2522120e8461e67/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-stack/3337e460-f42e-42fa-be7d-968cbf1f2452 used request id req-55238a3f-4c49-4d7a-b4a1-df72ee56737c 2018-11-09 08:51:20,652 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-91263b22-17d9-4378-984e-695138e7eb2e-image 2018-11-09 08:51:20,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}064865630581964ad5f698f46a1632c77e8fb230" 2018-11-09 08:51:22,175 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1d518589-d6a7-4841-9103-f9b6a56393c4 Date: Fri, 09 Nov 2018 08:51:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:51:22,175 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c96146bf-95e9-4a17-8b70-c13145a16b0a used request id req-1d518589-d6a7-4841-9103-f9b6a56393c4 2018-11-09 08:51:22,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:51:22,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c9c05563-cb08-4fd3-a34e-39651fea5159 Date: Fri, 09 Nov 2018 08:51:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d83baae98d14495fb2522120e8461e67", "created_at": "2018-11-09T08:50:26Z", "updated_at": "2018-11-09T08:50:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:50:26Z", "revision_number": 0, "id": "07602b89-6acb-4227-8648-7b34476d0148", "remote_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "remote_ip_prefix": null, "created_at": "2018-11-09T08:50:26Z", "security_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "tenant_id": "d83baae98d14495fb2522120e8461e67", "port_range_min": null, "ethertype": "IPv4", "project_id": "d83baae98d14495fb2522120e8461e67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:50:26Z", "revision_number": 0, "id": "11058063-53af-4352-b69e-70e8d46a1d80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:50:26Z", "security_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "tenant_id": "d83baae98d14495fb2522120e8461e67", "port_range_min": null, "ethertype": "IPv4", "project_id": "d83baae98d14495fb2522120e8461e67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:50:26Z", "revision_number": 0, "id": "bb764b7f-5573-4d43-9767-3b2b4eddf64e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:50:26Z", "security_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "tenant_id": "d83baae98d14495fb2522120e8461e67", "port_range_min": null, "ethertype": "IPv6", "project_id": "d83baae98d14495fb2522120e8461e67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:50:26Z", "revision_number": 0, "id": "c9f47891-21ee-4cd1-98ef-b370bd35d073", "remote_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "remote_ip_prefix": null, "created_at": "2018-11-09T08:50:26Z", "security_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "tenant_id": "d83baae98d14495fb2522120e8461e67", "port_range_min": null, "ethertype": "IPv6", "project_id": "d83baae98d14495fb2522120e8461e67"}], "revision_number": 4, "project_id": "d83baae98d14495fb2522120e8461e67", "id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:51:22,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-c9c05563-cb08-4fd3-a34e-39651fea5159 2018-11-09 08:51:22,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:51:22,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3009dd8e-1cf2-4a80-bd5a-6da944391a7a 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:51:22,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-3009dd8e-1cf2-4a80-bd5a-6da944391a7a 2018-11-09 08:51:22,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:51:22,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f32df51a-7c45-4257-9810-7b9690929b6d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67"}, "enabled": true, "id": "d83baae98d14495fb2522120e8461e67", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj"}} 2018-11-09 08:51:22,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-f32df51a-7c45-4257-9810-7b9690929b6d 2018-11-09 08:51:22,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 60e0703e-8e1e-475c-b2ac-71ca4061247c 2018-11-09 08:51:22,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=60e0703e-8e1e-475c-b2ac-71ca4061247c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:51:22,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-03211c88-6b8e-40a1-8f4e-dfa4da12a808 Date: Fri, 09 Nov 2018 08:51:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:50:26Z", "security_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "port_range_min": null, "revision_number": 0, "tenant_id": "d83baae98d14495fb2522120e8461e67", "created_at": "2018-11-09T08:50:26Z", "project_id": "d83baae98d14495fb2522120e8461e67", "id": "07602b89-6acb-4227-8648-7b34476d0148"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:50:26Z", "security_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "port_range_min": null, "revision_number": 0, "tenant_id": "d83baae98d14495fb2522120e8461e67", "created_at": "2018-11-09T08:50:26Z", "project_id": "d83baae98d14495fb2522120e8461e67", "id": "11058063-53af-4352-b69e-70e8d46a1d80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:50:26Z", "security_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "port_range_min": null, "revision_number": 0, "tenant_id": "d83baae98d14495fb2522120e8461e67", "created_at": "2018-11-09T08:50:26Z", "project_id": "d83baae98d14495fb2522120e8461e67", "id": "bb764b7f-5573-4d43-9767-3b2b4eddf64e"}, {"remote_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:50:26Z", "security_group_id": "60e0703e-8e1e-475c-b2ac-71ca4061247c", "port_range_min": null, "revision_number": 0, "tenant_id": "d83baae98d14495fb2522120e8461e67", "created_at": "2018-11-09T08:50:26Z", "project_id": "d83baae98d14495fb2522120e8461e67", "id": "c9f47891-21ee-4cd1-98ef-b370bd35d073"}]} 2018-11-09 08:51:22,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=60e0703e-8e1e-475c-b2ac-71ca4061247c used request id req-03211c88-6b8e-40a1-8f4e-dfa4da12a808 2018-11-09 08:51:22,759 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:51:22,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/60e0703e-8e1e-475c-b2ac-71ca4061247c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:51:23,126 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f19156e-3ba9-4171-b066-c9a42fa419e2 Content-Length: 0 Date: Fri, 09 Nov 2018 08:51:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:51:23,126 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/60e0703e-8e1e-475c-b2ac-71ca4061247c used request id req-2f19156e-3ba9-4171-b066-c9a42fa419e2 2018-11-09 08:51:23,127 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj 2018-11-09 08:51:23,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:51:23,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be83eeae-79df-42c5-b982-673a47bcdf7f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:51:23,467 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/d83baae98d14495fb2522120e8461e67 used request id req-be83eeae-79df-42c5-b982-673a47bcdf7f 2018-11-09 08:51:23,467 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-5ed52cce-8cea-41b-proj-role 2018-11-09 08:51:23,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/68b9e7263e1a4dcd87d09590bdda4161 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:51:23,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9e8b283-f52e-4bfb-9bd1-0248ea161507 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:51:23,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/68b9e7263e1a4dcd87d09590bdda4161 used request id req-a9e8b283-f52e-4bfb-9bd1-0248ea161507 2018-11-09 08:51:23,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73655974cc442c790efc669b68f7ae098ffeb39" 2018-11-09 08:51:23,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-948e4764-8553-4fcf-bf8b-27e4cca0acf5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:51:23,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-948e4764-8553-4fcf-bf8b-27e4cca0acf5 2018-11-09 08:51:23,674 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-5ed52cce-8cea-41b-user 2018-11-09 08:51:23,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/fa4e1d6949244354bf47cd4fdcb1c716 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dcd4fb86b96454af424243165654d3e636f1940" 2018-11-09 08:51:23,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d635f9e1-69fc-4d34-806c-5b8194e98505 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:51:23,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/fa4e1d6949244354bf47cd4fdcb1c716 used request id req-d635f9e1-69fc-4d34-806c-5b8194e98505 2018-11-09 08:51:23,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:24,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:51:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["LLMhAnFIRkWuF5D0UeEiyQ"], "issued_at": "2018-11-09T08:51:24.000000Z"}} 2018-11-09 08:51:24,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f8e827d9e2ec7c8f5adbc2f9e74c1c9458d8613" 2018-11-09 08:51:24,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85015c8e-de4a-48e7-a34c-311d59eca240 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:24,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-85015c8e-de4a-48e7-a34c-311d59eca240 2018-11-09 08:51:24,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:24,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:24,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:51:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["R8mTX_Q8TzmGwFA_fb9amw"], "issued_at": "2018-11-09T08:51:24.000000Z"}} 2018-11-09 08:51:24,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:51:24,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee6da12-274b-469d-8714-d41cf201852c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:24,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1ee6da12-274b-469d-8714-d41cf201852c 2018-11-09 08:51:24,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:51:24,812 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:51:24,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-3994fe7a-0401-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:51:24,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c40cae6f-020c-488d-86d5-4f998d4cdb52 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-3994fe7a-0401-471-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:51:24,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-3994fe7a-0401-471-proj used request id req-c40cae6f-020c-488d-86d5-4f998d4cdb52 2018-11-09 08:51:24,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:51:24,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8170e5c7-5822-4ed0-8336-57864e39bb50 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:51:24,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-8170e5c7-5822-4ed0-8336-57864e39bb50 2018-11-09 08:51:24,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}}' 2018-11-09 08:51:25,127 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83cd36e3-8918-4c35-a558-be3a6dd7439b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:51:25,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-83cd36e3-8918-4c35-a558-be3a6dd7439b 2018-11-09 08:51:25,127 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-3994fe7a-0401-471-proj 2018-11-09 08:51:25,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:25,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:25,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["C3EAgbNETI60VwBKZhKHZg"], "issued_at": "2018-11-09T08:51:25.000000Z"}} 2018-11-09 08:51:25,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44dfcc17d8da82e21db2bd5f220185f9f748390c" 2018-11-09 08:51:25,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d9e685a-78e8-4936-b8ab-ac3b608c942d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:25,595 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2d9e685a-78e8-4936-b8ab-ac3b608c942d 2018-11-09 08:51:25,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:51:25,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:51:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:51:25,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44dfcc17d8da82e21db2bd5f220185f9f748390c" 2018-11-09 08:51:25,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e035500-e007-4739-a4f9-7f5302eeb636 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:51:25,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6e035500-e007-4739-a4f9-7f5302eeb636 2018-11-09 08:51:25,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=AnsibleProvisioningTests-3994fe7a-0401-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44dfcc17d8da82e21db2bd5f220185f9f748390c" 2018-11-09 08:51:25,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7c5f026-eb88-4419-86d2-c79d0bde038f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=AnsibleProvisioningTests-3994fe7a-0401-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}]} 2018-11-09 08:51:25,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=AnsibleProvisioningTests-3994fe7a-0401-471-proj used request id req-f7c5f026-eb88-4419-86d2-c79d0bde038f 2018-11-09 08:51:25,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44dfcc17d8da82e21db2bd5f220185f9f748390c" 2018-11-09 08:51:25,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c46ea7-da92-4a26-829a-8f3df2045bf7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:51:25,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-96c46ea7-da92-4a26-829a-8f3df2045bf7 2018-11-09 08:51:26,271 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-3994fe7a-0401-471-user 2018-11-09 08:51:26,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:26,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:51:26,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807a5580-2bbf-45f6-88e3-1cd7c3bf79cb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:51:26,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-807a5580-2bbf-45f6-88e3-1cd7c3bf79cb 2018-11-09 08:51:26,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" -d '{"role": {"name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role"}}' 2018-11-09 08:51:26,516 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:51:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4995020c-1bc1-4d20-ad4d-c3838e4f1112 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3a5c34e1bb0434b9f917ece702e7d39", "links": {"self": "http://172.30.9.27:5000/v3/roles/b3a5c34e1bb0434b9f917ece702e7d39"}, "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role"}} 2018-11-09 08:51:26,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-4995020c-1bc1-4d20-ad4d-c3838e4f1112 2018-11-09 08:51:26,517 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-3994fe7a-0401-471-proj-role 2018-11-09 08:51:26,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/b3a5c34e1bb0434b9f917ece702e7d39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:51:26,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7f0c360-755e-4435-991b-ec6643f32842 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/b3a5c34e1bb0434b9f917ece702e7d39"}, "domain_id": null, "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role", "id": "b3a5c34e1bb0434b9f917ece702e7d39"}} 2018-11-09 08:51:26,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/b3a5c34e1bb0434b9f917ece702e7d39 used request id req-b7f0c360-755e-4435-991b-ec6643f32842 2018-11-09 08:51:26,606 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-3994fe7a-0401-471-proj-role to project AnsibleProvisioningTests-3994fe7a-0401-471-proj 2018-11-09 08:51:26,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511/users/8820be2574124f88af19829c2fa0ce9c/roles/b3a5c34e1bb0434b9f917ece702e7d39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:51:26,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:51:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2360b985-d462-464f-8193-ad27ea0912b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:51:26,740 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511/users/8820be2574124f88af19829c2fa0ce9c/roles/b3a5c34e1bb0434b9f917ece702e7d39 used request id req-2360b985-d462-464f-8193-ad27ea0912b1 2018-11-09 08:51:26,740 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:51:26,741 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-11-09 08:51:26,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:26,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:27,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3a5c34e1bb0434b9f917ece702e7d39", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role"}], "expires_at": "2018-11-09T09:51:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b3546e98b041228ffe5d12b6646511", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3994fe7a-0401-471-user", "id": "8820be2574124f88af19829c2fa0ce9c"}, "audit_ids": ["HfHW7uI0RI-QOCfRWpaeEA"], "issued_at": "2018-11-09T08:51:26.000000Z"}} 2018-11-09 08:51:27,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86834f4d4b1e6ae59e389286867c736f9183e8c" 2018-11-09 08:51:27,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f40609-421a-40dc-9c7d-4c5b1f28dcba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:27,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-55f40609-421a-40dc-9c7d-4c5b1f28dcba 2018-11-09 08:51:27,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d86834f4d4b1e6ae59e389286867c736f9183e8c" 2018-11-09 08:51:27,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-031e919b-a0df-431e-baf1-066b6689ce50 Date: Fri, 09 Nov 2018 08:51:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image"} 2018-11-09 08:51:27,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image used request id req-031e919b-a0df-431e-baf1-066b6689ce50 2018-11-09 08:51:27,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d86834f4d4b1e6ae59e389286867c736f9183e8c" 2018-11-09 08:51:27,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cb2a43b4-7ba5-4e8b-9e20-d4ced7726235 Date: Fri, 09 Nov 2018 08: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"}}} 2018-11-09 08:51:27,924 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-cb2a43b4-7ba5-4e8b-9e20-d4ced7726235 2018-11-09 08:51:27,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d86834f4d4b1e6ae59e389286867c736f9183e8c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image"}' 2018-11-09 08:51:28,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4 X-Openstack-Request-Id: req-3c6fc1d6-f113-4eb1-a458-5d8139372255 Date: Fri, 09 Nov 2018 08:51:28 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:51:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:51:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "min_disk": 0, "protected": false, "id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "file": "/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4/file", "checksum": null, "owner": "59b3546e98b041228ffe5d12b6646511", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:51:28,136 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-3c6fc1d6-f113-4eb1-a458-5d8139372255 2018-11-09 08:51:28,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d86834f4d4b1e6ae59e389286867c736f9183e8c" -d '' 2018-11-09 08:51:34,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1b1d762-bf9c-4c5c-8d8a-be3c9207b993 Date: Fri, 09 Nov 2018 08:51:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:51:34,862 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4/file used request id req-e1b1d762-bf9c-4c5c-8d8a-be3c9207b993 2018-11-09 08:51:34,863 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-11-09 08:51:34,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d86834f4d4b1e6ae59e389286867c736f9183e8c" 2018-11-09 08:51:35,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8e87f835-0917-4ce0-8d36-5692b1722852 Date: Fri, 09 Nov 2018 08:51:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:51:28Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-09T08:51:34Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b7f0b999-55ed-416e-875c-9fc5838887c4/snap", "metadata": {}}], "self": "/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "min_disk": 0, "protected": false, "id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "file": "/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "59b3546e98b041228ffe5d12b6646511", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b7f0b999-55ed-416e-875c-9fc5838887c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:51:35,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4 used request id req-8e87f835-0917-4ce0-8d36-5692b1722852 2018-11-09 08:51:35,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d86834f4d4b1e6ae59e389286867c736f9183e8c" 2018-11-09 08:51:35,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5d94c7fc-6bfd-4f5a-89b5-68807b77b97e Date: Fri, 09 Nov 2018 08:51:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:51:35,195 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-5d94c7fc-6bfd-4f5a-89b5-68807b77b97e 2018-11-09 08:51:35,198 - create_image - INFO - Created image with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image 2018-11-09 08:51:35,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d86834f4d4b1e6ae59e389286867c736f9183e8c" 2018-11-09 08:51:35,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9f0bf146-1485-4d86-a483-6a64926e95cd Date: Fri, 09 Nov 2018 08:51:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:51:28Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-09T08:51:34Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b7f0b999-55ed-416e-875c-9fc5838887c4/snap", "metadata": {}}], "self": "/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "min_disk": 0, "protected": false, "id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "file": "/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "59b3546e98b041228ffe5d12b6646511", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b7f0b999-55ed-416e-875c-9fc5838887c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:51:35,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4 used request id req-9f0bf146-1485-4d86-a483-6a64926e95cd 2018-11-09 08:51:35,363 - create_image - DEBUG - Instance status is - active 2018-11-09 08:51:35,363 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image 2018-11-09 08:51:35,363 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image 2018-11-09 08:51:35,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:35,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:35,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3a5c34e1bb0434b9f917ece702e7d39", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role"}], "expires_at": "2018-11-09T09:51:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b3546e98b041228ffe5d12b6646511", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3994fe7a-0401-471-user", "id": "8820be2574124f88af19829c2fa0ce9c"}, "audit_ids": ["rWAjxePJQF-WiOwpdmtWrQ"], "issued_at": "2018-11-09T08:51:35.000000Z"}} 2018-11-09 08:51:35,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d33906ae945238f9c185c94db1ca71514d40e3" 2018-11-09 08:51:35,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7beddadf-7337-463a-8363-9f44eb4bbc58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:35,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7beddadf-7337-463a-8363-9f44eb4bbc58 2018-11-09 08:51:35,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d33906ae945238f9c185c94db1ca71514d40e3" 2018-11-09 08:51:36,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2a571d1d-c671-40e0-b047-9e0045f92310 Date: Fri, 09 Nov 2018 08:51:35 GMT RESP BODY: {"networks":[]} 2018-11-09 08:51:36,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-2a571d1d-c671-40e0-b047-9e0045f92310 2018-11-09 08:51:36,074 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net 2018-11-09 08:51:36,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d33906ae945238f9c185c94db1ca71514d40e3" -d '{"network": {"name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net", "admin_state_up": true}}' 2018-11-09 08:51:36,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-8e7f58b8-a06f-407a-8ca6-f3720afdf7e7 Date: Fri, 09 Nov 2018 08:51:36 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:51:36Z","is_default":false,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","mtu":1450}} 2018-11-09 08:51:36,670 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-8e7f58b8-a06f-407a-8ca6-f3720afdf7e7 2018-11-09 08:51:36,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d33906ae945238f9c185c94db1ca71514d40e3" 2018-11-09 08:51:37,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-feb53f3c-dc44-49e8-ba16-aac7a527ff11 Date: Fri, 09 Nov 2018 08:51: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":"2018-11-09T08:51:36Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:51:37,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-feb53f3c-dc44-49e8-ba16-aac7a527ff11 2018-11-09 08:51:37,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d33906ae945238f9c185c94db1ca71514d40e3" 2018-11-09 08:51:37,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-660cf946-4a39-4df8-b809-af0a66c6613c Date: Fri, 09 Nov 2018 08:51:37 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:51:37,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-660cf946-4a39-4df8-b809-af0a66c6613c 2018-11-09 08:51:37,657 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet 2018-11-09 08:51:37,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d33906ae945238f9c185c94db1ca71514d40e3" -d '{"subnets": [{"ip_version": 4, "network_id": "0c94c8ef-21b1-404a-bcf1-15534a0b5bd7", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]}' 2018-11-09 08:51:38,406 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-039fab3f-6c3b-4c71-9247-38d81b68b814 Date: Fri, 09 Nov 2018 08:51:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:51:38,406 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-039fab3f-6c3b-4c71-9247-38d81b68b814 2018-11-09 08:51:38,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d33906ae945238f9c185c94db1ca71514d40e3" 2018-11-09 08:51:38,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-0345f2a0-2711-46f3-b5fd-46fb9d58ba89 Date: Fri, 09 Nov 2018 08:51: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:51:38,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-0345f2a0-2711-46f3-b5fd-46fb9d58ba89 2018-11-09 08:51:38,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d33906ae945238f9c185c94db1ca71514d40e3" 2018-11-09 08:51:39,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0bf77b3c-bd00-4a82-947e-dc93c19b59ff Date: Fri, 09 Nov 2018 08:51:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:51:39,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-0bf77b3c-bd00-4a82-947e-dc93c19b59ff 2018-11-09 08:51:39,018 - OpenStackNetwork - DEBUG - Network [0c94c8ef-21b1-404a-bcf1-15534a0b5bd7] created successfully 2018-11-09 08:51:39,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:39,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:39,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3a5c34e1bb0434b9f917ece702e7d39", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role"}], "expires_at": "2018-11-09T09:51:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b3546e98b041228ffe5d12b6646511", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3994fe7a-0401-471-user", "id": "8820be2574124f88af19829c2fa0ce9c"}, "audit_ids": ["WQo9wHRnQUuhpxMqzGtySg"], "issued_at": "2018-11-09T08:51:39.000000Z"}} 2018-11-09 08:51:39,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:39,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eac308b-5079-42ca-b389-e979f448a1ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:39,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0eac308b-5079-42ca-b389-e979f448a1ba 2018-11-09 08:51:39,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:39,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5b86d1a5-ce31-4bf9-a472-45912d913d6e Date: Fri, 09 Nov 2018 08:51:39 GMT RESP BODY: {"routers": []} 2018-11-09 08:51:39,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router&admin_state_up=True used request id req-5b86d1a5-ce31-4bf9-a472-45912d913d6e 2018-11-09 08:51:39,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:39,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:40,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3a5c34e1bb0434b9f917ece702e7d39", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role"}], "expires_at": "2018-11-09T09:51:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b3546e98b041228ffe5d12b6646511", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3994fe7a-0401-471-user", "id": "8820be2574124f88af19829c2fa0ce9c"}, "audit_ids": ["6UM-MHb6RviKGNqu9PuNuQ"], "issued_at": "2018-11-09T08:51:39.000000Z"}} 2018-11-09 08:51:40,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcd05ee48c1474d0358589268319a9958d0dc8e" 2018-11-09 08:51:40,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff37880a-ce45-4e2e-860a-3f34161db2b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:40,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ff37880a-ce45-4e2e-860a-3f34161db2b4 2018-11-09 08:51:40,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:40,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-736b22a3-c404-4121-b969-81b6951ad0aa Date: Fri, 09 Nov 2018 08:51:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:51:40,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-736b22a3-c404-4121-b969-81b6951ad0aa 2018-11-09 08:51:40,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:40,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-adab721e-522c-4ad2-97a9-3a1a4c241a40 Date: Fri, 09 Nov 2018 08:51:40 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:51:40,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-adab721e-522c-4ad2-97a9-3a1a4c241a40 2018-11-09 08:51:40,559 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router 2018-11-09 08:51:40,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router", "admin_state_up": true}}' 2018-11-09 08:51:45,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-63f857cf-f138-4294-94e5-aa16201be4d7 Date: Fri, 09 Nov 2018 08:51:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:41Z", "admin_state_up": true, "updated_at": "2018-11-09T08:51:42Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "93e78101-e4c4-47f0-8447-f2cde54673db", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router"}} 2018-11-09 08:51:45,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-63f857cf-f138-4294-94e5-aa16201be4d7 2018-11-09 08:51:45,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=93e78101-e4c4-47f0-8447-f2cde54673db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:45,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2fe7d9d6-1809-4156-a397-52afb78509b0 Date: Fri, 09 Nov 2018 08:51:45 GMT RESP BODY: {"ports":[]} 2018-11-09 08:51:45,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=93e78101-e4c4-47f0-8447-f2cde54673db used request id req-2fe7d9d6-1809-4156-a397-52afb78509b0 2018-11-09 08:51:45,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:46,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-c43adc80-0dd2-4b6e-8589-f255fb2cbd36 Date: Fri, 09 Nov 2018 08: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:51:46,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-c43adc80-0dd2-4b6e-8589-f255fb2cbd36 2018-11-09 08:51:46,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:51:46,026 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:51: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:51:46,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:46,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83ce7bdd-c02f-4216-b750-6903a5386e4b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:51:46,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-83ce7bdd-c02f-4216-b750-6903a5386e4b 2018-11-09 08:51:46,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:46,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e0b8aa00-0cb5-458b-9916-cd6cffbcc410 Date: Fri, 09 Nov 2018 08:51:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:51:46,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-e0b8aa00-0cb5-458b-9916-cd6cffbcc410 2018-11-09 08:51:46,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:46,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3a9b560c-fad3-45d0-a5ba-7f01f2404658 Date: Fri, 09 Nov 2018 08:51:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:51:46,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet used request id req-3a9b560c-fad3-45d0-a5ba-7f01f2404658 2018-11-09 08:51:46,235 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:51:46,235 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router 2018-11-09 08:51:46,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/93e78101-e4c4-47f0-8447-f2cde54673db/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" -d '{"subnet_id": "359631bf-3c52-40d3-a89e-42579235d6c9"}' 2018-11-09 08:51:48,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d68d8559-49ef-45f1-a98c-d061402327fe Date: Fri, 09 Nov 2018 08:51:48 GMT RESP BODY: {"network_id": "0c94c8ef-21b1-404a-bcf1-15534a0b5bd7", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "subnet_id": "359631bf-3c52-40d3-a89e-42579235d6c9", "subnet_ids": ["359631bf-3c52-40d3-a89e-42579235d6c9"], "port_id": "91a49b08-9619-4432-9133-400601b474b9", "id": "93e78101-e4c4-47f0-8447-f2cde54673db"} 2018-11-09 08:51:48,592 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/93e78101-e4c4-47f0-8447-f2cde54673db/add_router_interface used request id req-d68d8559-49ef-45f1-a98c-d061402327fe 2018-11-09 08:51:48,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/93e78101-e4c4-47f0-8447-f2cde54673db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:48,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-7f4b20eb-a5ae-46b0-a465-76c9a6ae020b Date: Fri, 09 Nov 2018 08:51:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:41Z", "admin_state_up": true, "updated_at": "2018-11-09T08:51:47Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "93e78101-e4c4-47f0-8447-f2cde54673db", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router"}} 2018-11-09 08:51:48,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/93e78101-e4c4-47f0-8447-f2cde54673db used request id req-7f4b20eb-a5ae-46b0-a465-76c9a6ae020b 2018-11-09 08:51:48,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=93e78101-e4c4-47f0-8447-f2cde54673db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:48,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-a0daa2fe-15bf-4add-9416-a15cd1176978 Date: Fri, 09 Nov 2018 08:51:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.1"}],"id":"91a49b08-9619-4432-9133-400601b474b9","security_groups":[],"mac_address":"fa:16:3e:3f:0b:92","project_id":"59b3546e98b041228ffe5d12b6646511","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:46Z","binding:vnic_type":"normal","device_id":"93e78101-e4c4-47f0-8447-f2cde54673db"}]} 2018-11-09 08:51:48,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=93e78101-e4c4-47f0-8447-f2cde54673db used request id req-a0daa2fe-15bf-4add-9416-a15cd1176978 2018-11-09 08:51:48,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/359631bf-3c52-40d3-a89e-42579235d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:51:49,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-83be6a43-3bbf-41e7-8f9e-52c3eec6d88f Date: Fri, 09 Nov 2018 08:51:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}} 2018-11-09 08:51:49,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/359631bf-3c52-40d3-a89e-42579235d6c9 used request id req-83be6a43-3bbf-41e7-8f9e-52c3eec6d88f 2018-11-09 08:51:49,092 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:49,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:49,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:51:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["mXOv7YL2TvCJiKOkgtlx1Q"], "issued_at": "2018-11-09T08:51:49.000000Z"}} 2018-11-09 08:51:49,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e78d5c929169211b92a8986ac33963bcb4f9174b" 2018-11-09 08:51:49,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47d4626-ae12-4f6a-a012-713e09a0872a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:49,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f47d4626-ae12-4f6a-a012-713e09a0872a 2018-11-09 08:51:49,559 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:51:49,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e78d5c929169211b92a8986ac33963bcb4f9174b" 2018-11-09 08:51:49,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bcb2a4e5-3a17-4260-ac2d-1f8fdec3f546 x-compute-request-id: req-bcb2a4e5-3a17-4260-ac2d-1f8fdec3f546 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:51:49,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bcb2a4e5-3a17-4260-ac2d-1f8fdec3f546 2018-11-09 08:51:49,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e78d5c929169211b92a8986ac33963bcb4f9174b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-11-09 08:51:49,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e980102-b8cf-44bf-acc1-b2a526c9b40c x-compute-request-id: req-6e980102-b8cf-44bf-acc1-b2a526c9b40c Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:51:49,825 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6e980102-b8cf-44bf-acc1-b2a526c9b40c 2018-11-09 08:51:49,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:49,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:50,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3a5c34e1bb0434b9f917ece702e7d39", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role"}], "expires_at": "2018-11-09T09:51:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b3546e98b041228ffe5d12b6646511", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3994fe7a-0401-471-user", "id": "8820be2574124f88af19829c2fa0ce9c"}, "audit_ids": ["SoanISZfTdyNhGQ-_Ji08A"], "issued_at": "2018-11-09T08:51:50.000000Z"}} 2018-11-09 08:51:50,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c704eb9ea6c86d5ff26bd49cb57925021b8c8c0" 2018-11-09 08:51:50,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-307d4b1b-2964-4f28-bf5a-b8b7bf9a71f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:50,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-307d4b1b-2964-4f28-bf5a-b8b7bf9a71f7 2018-11-09 08:51:50,273 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:51:50,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c704eb9ea6c86d5ff26bd49cb57925021b8c8c0" 2018-11-09 08:51:50,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-963e13fd-8797-4e1b-8c72-27c0516f4ae9 x-compute-request-id: req-963e13fd-8797-4e1b-8c72-27c0516f4ae9 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:51:50,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-963e13fd-8797-4e1b-8c72-27c0516f4ae9 2018-11-09 08:51:50,814 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp... 2018-11-09 08:51:50,814 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:51:50,835 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp 2018-11-09 08:51:50,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c704eb9ea6c86d5ff26bd49cb57925021b8c8c0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC48EVpnJHE6CF8gofvLdXYKK5Am9W1eWeyB653fc6/8Ez+wPaA2/6pidovCSp9QZcPDkVlUpCe+sYWoTR4wY3/egsiwDomfc3URD0FCrllUhGZm3C8nKlLIbh2DaAaakQs9qFb50XrTYjhaMWDRAntKXQylq48VJu1XfA0QLJ09w==", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp"}}' 2018-11-09 08:51:50,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-756bf387-32dc-49ae-8f8f-19e445bf1a75 x-compute-request-id: req-756bf387-32dc-49ae-8f8f-19e445bf1a75 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC48EVpnJHE6CF8gofvLdXYKK5Am9W1eWeyB653fc6/8Ez+wPaA2/6pidovCSp9QZcPDkVlUpCe+sYWoTR4wY3/egsiwDomfc3URD0FCrllUhGZm3C8nKlLIbh2DaAaakQs9qFb50XrTYjhaMWDRAntKXQylq48VJu1XfA0QLJ09w==", "user_id": "8820be2574124f88af19829c2fa0ce9c", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "fingerprint": "18:77:85:09:61:91:e1:34:dd:9c:e5:4c:c2:a0:d8:89"}} 2018-11-09 08:51:50,899 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-756bf387-32dc-49ae-8f8f-19e445bf1a75 2018-11-09 08:51:50,901 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7.pub 2018-11-09 08:51:50,902 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7 2018-11-09 08:51:50,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:50,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:51,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3a5c34e1bb0434b9f917ece702e7d39", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role"}], "expires_at": "2018-11-09T09:51:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b3546e98b041228ffe5d12b6646511", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3994fe7a-0401-471-user", "id": "8820be2574124f88af19829c2fa0ce9c"}, "audit_ids": ["8xE0Yw7DSAuvg4j6FYuCgw"], "issued_at": "2018-11-09T08:51:51.000000Z"}} 2018-11-09 08:51:51,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:51,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a8b5931-7442-4379-8380-8dfb82b7a32f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:51,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5a8b5931-7442-4379-8380-8dfb82b7a32f 2018-11-09 08:51:51,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:51,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0ac82796-e194-45ab-a136-2b6a2b91b10b Date: Fri, 09 Nov 2018 08:51:51 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:51:51,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp used request id req-0ac82796-e194-45ab-a136-2b6a2b91b10b 2018-11-09 08:51:51,520 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp... 2018-11-09 08:51:51,520 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp 2018-11-09 08:51:51,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" -d '{"security_group": {"name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}}' 2018-11-09 08:51:51,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-8d68af69-5a10-4593-a052-cb130925b99f Date: Fri, 09 Nov 2018 08:51:51 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "updated_at": "2018-11-09T08:51:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "088b98c4-bac3-41a2-838b-fe3b06e51833", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "39b24baf-5085-4eab-899f-b8378367bae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b3546e98b041228ffe5d12b6646511"}], "revision_number": 2, "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}} 2018-11-09 08:51:51,858 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-8d68af69-5a10-4593-a052-cb130925b99f 2018-11-09 08:51:51,859 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 759b10c5-653c-4977-bd9a-dbcc69fe451c 2018-11-09 08:51:51,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:52,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-16550d4e-d575-46da-b7e6-746944e2a057 Date: Fri, 09 Nov 2018 08:51:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "088b98c4-bac3-41a2-838b-fe3b06e51833"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "39b24baf-5085-4eab-899f-b8378367bae5"}]} 2018-11-09 08:51:52,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-16550d4e-d575-46da-b7e6-746944e2a057 2018-11-09 08:51:52,036 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 759b10c5-653c-4977-bd9a-dbcc69fe451c 2018-11-09 08:51:52,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:52,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3dfa51f1-7938-4fae-88d5-0b972d5f34c7 Date: Fri, 09 Nov 2018 08:51:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "088b98c4-bac3-41a2-838b-fe3b06e51833"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "39b24baf-5085-4eab-899f-b8378367bae5"}]} 2018-11-09 08:51:52,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-3dfa51f1-7938-4fae-88d5-0b972d5f34c7 2018-11-09 08:51:52,216 - neutron_utils - INFO - Retrieving security group with ID - 759b10c5-653c-4977-bd9a-dbcc69fe451c 2018-11-09 08:51:52,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:52,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-dd017cb0-6d61-4d21-9a28-c4a20e6c0edb Date: Fri, 09 Nov 2018 08:51:52 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "updated_at": "2018-11-09T08:51:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "088b98c4-bac3-41a2-838b-fe3b06e51833", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "39b24baf-5085-4eab-899f-b8378367bae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b3546e98b041228ffe5d12b6646511"}], "revision_number": 2, "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}]} 2018-11-09 08:51:52,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-dd017cb0-6d61-4d21-9a28-c4a20e6c0edb 2018-11-09 08:51:52,417 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 759b10c5-653c-4977-bd9a-dbcc69fe451c 2018-11-09 08:51:52,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:52,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fbd46a36-ad38-49b9-b0a5-a6f4aa89a48d Date: Fri, 09 Nov 2018 08:51:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "088b98c4-bac3-41a2-838b-fe3b06e51833"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "39b24baf-5085-4eab-899f-b8378367bae5"}]} 2018-11-09 08:51:52,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-fbd46a36-ad38-49b9-b0a5-a6f4aa89a48d 2018-11-09 08:51:52,585 - neutron_utils - INFO - Retrieving security group with ID - 759b10c5-653c-4977-bd9a-dbcc69fe451c 2018-11-09 08:51:52,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:52,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-42442388-0428-4ad1-9287-faf3e0994b36 Date: Fri, 09 Nov 2018 08:51:52 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "updated_at": "2018-11-09T08:51:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "088b98c4-bac3-41a2-838b-fe3b06e51833", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "39b24baf-5085-4eab-899f-b8378367bae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b3546e98b041228ffe5d12b6646511"}], "revision_number": 2, "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}]} 2018-11-09 08:51:52,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-42442388-0428-4ad1-9287-faf3e0994b36 2018-11-09 08:51:52,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 759b10c5-653c-4977-bd9a-dbcc69fe451c 2018-11-09 08:51:52,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:53,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d944a76d-49be-484d-9a73-67aaea3f1784 Date: Fri, 09 Nov 2018 08:51:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "088b98c4-bac3-41a2-838b-fe3b06e51833"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "39b24baf-5085-4eab-899f-b8378367bae5"}]} 2018-11-09 08:51:53,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-d944a76d-49be-484d-9a73-67aaea3f1784 2018-11-09 08:51:53,334 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp 2018-11-09 08:51:53,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:53,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-d71ead06-4dee-415d-b9a2-96f1c071c27e Date: Fri, 09 Nov 2018 08:51:53 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "updated_at": "2018-11-09T08:51:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "088b98c4-bac3-41a2-838b-fe3b06e51833", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "39b24baf-5085-4eab-899f-b8378367bae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b3546e98b041228ffe5d12b6646511"}], "revision_number": 2, "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}]} 2018-11-09 08:51:53,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp used request id req-d71ead06-4dee-415d-b9a2-96f1c071c27e 2018-11-09 08:51:53,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:51:53,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:51: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:51:53,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:53,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-873ad0e0-c4e5-4f6c-830b-385d0722f88e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:51:53,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-873ad0e0-c4e5-4f6c-830b-385d0722f88e 2018-11-09 08:51:53,551 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 759b10c5-653c-4977-bd9a-dbcc69fe451c 2018-11-09 08:51:53,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:54,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fe4cdc65-1446-42d7-8bbd-ee02a6bf622b Date: Fri, 09 Nov 2018 08:51:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "088b98c4-bac3-41a2-838b-fe3b06e51833"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "39b24baf-5085-4eab-899f-b8378367bae5"}]} 2018-11-09 08:51:54,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-fe4cdc65-1446-42d7-8bbd-ee02a6bf622b 2018-11-09 08:51:54,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}899beffbe70a982c9d02468958e6e0f7704a1825" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c"}}' 2018-11-09 08:51:54,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-f7e74756-ce38-41af-9418-3eff389795be Date: Fri, 09 Nov 2018 08:51:54 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:54Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:54Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "aa015135-4b3f-466a-bbb0-8561fc125dbe"}} 2018-11-09 08:51:54,792 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-f7e74756-ce38-41af-9418-3eff389795be 2018-11-09 08:51:54,793 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp 2018-11-09 08:51:54,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:54,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-f874ef4c-2870-4ba3-b3eb-f8391c0dec80 Date: Fri, 09 Nov 2018 08:51:54 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "updated_at": "2018-11-09T08:51:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "088b98c4-bac3-41a2-838b-fe3b06e51833", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "39b24baf-5085-4eab-899f-b8378367bae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:54Z", "revision_number": 0, "id": "aa015135-4b3f-466a-bbb0-8561fc125dbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:54Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}], "revision_number": 3, "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}]} 2018-11-09 08:51:54,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp used request id req-f874ef4c-2870-4ba3-b3eb-f8391c0dec80 2018-11-09 08:51:54,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:54,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e05652df-1256-4170-8c7f-93ea5ff21d8f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:51:54,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-e05652df-1256-4170-8c7f-93ea5ff21d8f 2018-11-09 08:51:54,933 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 759b10c5-653c-4977-bd9a-dbcc69fe451c 2018-11-09 08:51:54,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:55,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-6688712d-49e0-4228-bd7f-91eacefc8dc2 Date: Fri, 09 Nov 2018 08:51:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "088b98c4-bac3-41a2-838b-fe3b06e51833"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "39b24baf-5085-4eab-899f-b8378367bae5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:54Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:54Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "aa015135-4b3f-466a-bbb0-8561fc125dbe"}]} 2018-11-09 08:51:55,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-6688712d-49e0-4228-bd7f-91eacefc8dc2 2018-11-09 08:51:55,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}899beffbe70a982c9d02468958e6e0f7704a1825" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c"}}' 2018-11-09 08:51:55,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-48f0f16c-d84a-4945-ade7-eb97de2e1986 Date: Fri, 09 Nov 2018 08:51:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:51:55Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": 22, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:55Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "37fc03cf-e45b-4b13-ae00-4de63ba7d232"}} 2018-11-09 08:51:55,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-48f0f16c-d84a-4945-ade7-eb97de2e1986 2018-11-09 08:51:55,266 - neutron_utils - INFO - Retrieving security group with ID - 759b10c5-653c-4977-bd9a-dbcc69fe451c 2018-11-09 08:51:55,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:55,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-f175ca71-4dc8-42db-bc60-68335999cc96 Date: Fri, 09 Nov 2018 08:51:55 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "updated_at": "2018-11-09T08:51:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "088b98c4-bac3-41a2-838b-fe3b06e51833", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:51:55Z", "revision_number": 0, "id": "37fc03cf-e45b-4b13-ae00-4de63ba7d232", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:55Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": 22, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "revision_number": 0, "id": "39b24baf-5085-4eab-899f-b8378367bae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:54Z", "revision_number": 0, "id": "aa015135-4b3f-466a-bbb0-8561fc125dbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:54Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}], "revision_number": 4, "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}]} 2018-11-09 08:51:55,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-f175ca71-4dc8-42db-bc60-68335999cc96 2018-11-09 08:51:55,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 759b10c5-653c-4977-bd9a-dbcc69fe451c 2018-11-09 08:51:55,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:51:56,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-06e1c0f4-3ca4-45a0-8747-d65be34bb3a3 Date: Fri, 09 Nov 2018 08:51:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "088b98c4-bac3-41a2-838b-fe3b06e51833"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:51:55Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": 22, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:55Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "37fc03cf-e45b-4b13-ae00-4de63ba7d232"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:51Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:51Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "39b24baf-5085-4eab-899f-b8378367bae5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:54Z", "security_group_id": "759b10c5-653c-4977-bd9a-dbcc69fe451c", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:54Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "aa015135-4b3f-466a-bbb0-8561fc125dbe"}]} 2018-11-09 08:51:56,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-06e1c0f4-3ca4-45a0-8747-d65be34bb3a3 2018-11-09 08:51:56,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:56,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:56,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3a5c34e1bb0434b9f917ece702e7d39", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role"}], "expires_at": "2018-11-09T09:51:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b3546e98b041228ffe5d12b6646511", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3994fe7a-0401-471-user", "id": "8820be2574124f88af19829c2fa0ce9c"}, "audit_ids": ["iWWVbTLzSdmfmcYlwAbZTQ"], "issued_at": "2018-11-09T08:51:56.000000Z"}} 2018-11-09 08:51:56,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:56,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-031a20df-4c04-4e7c-90fa-689e9eb992b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:56,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-031a20df-4c04-4e7c-90fa-689e9eb992b2 2018-11-09 08:51:56,644 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:51:56,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:56,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db9cfdaa-640c-4426-92ee-deb5f2479f69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:56,718 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-db9cfdaa-640c-4426-92ee-deb5f2479f69 2018-11-09 08:51:56,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:56,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-fe82b42a-262b-4738-ac76-241db705d0c6 Date: Fri, 09 Nov 2018 08:51: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:51:56,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-fe82b42a-262b-4738-ac76-241db705d0c6 2018-11-09 08:51:56,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:51:56,975 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:51: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:51:56,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:57,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f9c7708-0b18-4d5a-ba40-17f7755f5acc Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:51:57,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-1f9c7708-0b18-4d5a-ba40-17f7755f5acc 2018-11-09 08:51:57,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:57,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-87a7dde0-9d2a-49f9-9aa4-e53daabef2c3 Date: Fri, 09 Nov 2018 08:51:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:51:57,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-87a7dde0-9d2a-49f9-9aa4-e53daabef2c3 2018-11-09 08:51:57,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:57,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a5eac5c9-2676-4781-937b-5a6c841e1a11 Date: Fri, 09 Nov 2018 08:51:57 GMT RESP BODY: {"ports":[]} 2018-11-09 08:51:57,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1&admin_state_up=True used request id req-a5eac5c9-2676-4781-937b-5a6c841e1a11 2018-11-09 08:51:57,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:57,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51: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-fd3f49c3-ca60-4601-a4e1-aa518345b810 x-compute-request-id: req-fd3f49c3-ca60-4601-a4e1-aa518345b810 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:51:57,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst used request id req-fd3f49c3-ca60-4601-a4e1-aa518345b810 2018-11-09 08:51:57,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:57,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-93c3d05b-872a-42a5-9493-46af831ac9d7 Date: Fri, 09 Nov 2018 08:51: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:51:57,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-93c3d05b-872a-42a5-9493-46af831ac9d7 2018-11-09 08:51:57,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:58,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c20996b-e1c9-4547-ae11-cd1889725087 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:51:58,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-8c20996b-e1c9-4547-ae11-cd1889725087 2018-11-09 08:51:58,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:58,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0e04207f-4ebb-40f6-8fc4-0e538a162e8e Date: Fri, 09 Nov 2018 08:51:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:51:58,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-0e04207f-4ebb-40f6-8fc4-0e538a162e8e 2018-11-09 08:51:58,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:58,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8d51d0d0-13cf-4d0e-8483-4e6dedcd9103 Date: Fri, 09 Nov 2018 08:51:58 GMT RESP BODY: {"ports":[]} 2018-11-09 08:51:58,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1&admin_state_up=True used request id req-8d51d0d0-13cf-4d0e-8483-4e6dedcd9103 2018-11-09 08:51:58,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:51:58,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:51:58,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3a5c34e1bb0434b9f917ece702e7d39", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj-role"}], "expires_at": "2018-11-09T09:51:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b3546e98b041228ffe5d12b6646511", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/59b3546e98b041228ffe5d12b6646511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3994fe7a-0401-471-user", "id": "8820be2574124f88af19829c2fa0ce9c"}, "audit_ids": ["kcjB0FMBSo6Ffi0IPZnJDw"], "issued_at": "2018-11-09T08:51:58.000000Z"}} 2018-11-09 08:51:58,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8919ddc9ce607fbc6077f15e1ed4c0c44b00ece" 2018-11-09 08:51:58,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1acc4bc3-abfe-44e8-a4ac-3551f9c0a5dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:51:58,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1acc4bc3-abfe-44e8-a4ac-3551f9c0a5dd 2018-11-09 08:51:58,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:59,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-03a990a7-6f5b-439a-9c34-333eef3163ba Date: Fri, 09 Nov 2018 08:51: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:51:59,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-03a990a7-6f5b-439a-9c34-333eef3163ba 2018-11-09 08:51:59,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:59,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f2091688-2e2b-43b6-a44d-f7a3b11ee0f0 Date: Fri, 09 Nov 2018 08:51:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:51:59,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-f2091688-2e2b-43b6-a44d-f7a3b11ee0f0 2018-11-09 08:51:59,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:59,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-f7447083-4ba3-4d40-8d80-3f04b08352a2 Date: Fri, 09 Nov 2018 08:51: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:51:59,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-f7447083-4ba3-4d40-8d80-3f04b08352a2 2018-11-09 08:51:59,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:51:59,612 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:51: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:51:59,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8919ddc9ce607fbc6077f15e1ed4c0c44b00ece" 2018-11-09 08:51:59,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deaed009-1ea5-4054-8a32-8c3a2a4d357c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:51:59,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-deaed009-1ea5-4054-8a32-8c3a2a4d357c 2018-11-09 08:51:59,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:51:59,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dbbec625-236d-4fa3-9bb1-9580bf9bf0a2 Date: Fri, 09 Nov 2018 08:51:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:51:59,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-dbbec625-236d-4fa3-9bb1-9580bf9bf0a2 2018-11-09 08:51:59,745 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net 2018-11-09 08:51:59,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" -d '{"port": {"network_id": "0c94c8ef-21b1-404a-bcf1-15534a0b5bd7", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1", "admin_state_up": true}}' 2018-11-09 08:52:01,203 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-1106ead1-b634-42eb-a357-51bdc85c6d35 Date: Fri, 09 Nov 2018 08:52:01 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:52:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.11"}],"id":"438130b6-c76c-46fe-b7d3-6f3df4547ce8","security_groups":["fb0ce210-c6d4-4a87-a666-6935d017ea1d"],"mac_address":"fa:16:3e:a3:76:e7","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1","project_id":"59b3546e98b041228ffe5d12b6646511","qos_policy_id":null,"admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:52:00Z","binding:vnic_type":"normal"}} 2018-11-09 08:52:01,203 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-1106ead1-b634-42eb-a357-51bdc85c6d35 2018-11-09 08:52:01,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:01,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-b1854558-41b2-47b3-9bc3-f399e81730ea Date: Fri, 09 Nov 2018 08: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:52:01,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-b1854558-41b2-47b3-9bc3-f399e81730ea 2018-11-09 08:52:01,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:01,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee5e52b-62d2-4038-87d8-b8edea97d5a6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:52:01,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-6ee5e52b-62d2-4038-87d8-b8edea97d5a6 2018-11-09 08:52:01,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:01,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6aad5986-cf18-44c2-87fd-c997a3396d87 Date: Fri, 09 Nov 2018 08:52:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:52:01,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-6aad5986-cf18-44c2-87fd-c997a3396d87 2018-11-09 08:52:01,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:01,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-d2ca4de1-abe8-44c3-8dff-3be96fad6250 Date: Fri, 09 Nov 2018 08:52:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:52:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.11"}],"id":"438130b6-c76c-46fe-b7d3-6f3df4547ce8","security_groups":["fb0ce210-c6d4-4a87-a666-6935d017ea1d"],"mac_address":"fa:16:3e:a3:76:e7","project_id":"59b3546e98b041228ffe5d12b6646511","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:52:00Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:52:01,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1&admin_state_up=True used request id req-d2ca4de1-abe8-44c3-8dff-3be96fad6250 2018-11-09 08:52:01,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:02,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3141e65-1d7f-486a-99e8-b79780ef4996 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:52:02,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-b3141e65-1d7f-486a-99e8-b79780ef4996 2018-11-09 08:52:02,077 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst 2018-11-09 08:52:02,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:02,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52: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-6469329a-8494-489e-be2e-a8a81d375a46 x-compute-request-id: req-6469329a-8494-489e-be2e-a8a81d375a46 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-flavor-name"}]} 2018-11-09 08:52:02,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6469329a-8494-489e-be2e-a8a81d375a46 2018-11-09 08:52:02,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:02,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-1864e7ed-7d8b-4b58-9d40-7c61318f021e x-compute-request-id: req-1864e7ed-7d8b-4b58-9d40-7c61318f021e Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:52:02,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7 used request id req-1864e7ed-7d8b-4b58-9d40-7c61318f021e 2018-11-09 08:52:02,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:02,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-af817700-48ec-42e0-8ad0-cb01252c0187 Date: Fri, 09 Nov 2018 08:52:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:51:28Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-09T08:51:34Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b7f0b999-55ed-416e-875c-9fc5838887c4/snap", "metadata": {}}], "self": "/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "min_disk": 0, "protected": false, "id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "file": "/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "59b3546e98b041228ffe5d12b6646511", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/b7f0b999-55ed-416e-875c-9fc5838887c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image"} 2018-11-09 08:52:02,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image used request id req-af817700-48ec-42e0-8ad0-cb01252c0187 2018-11-09 08:52:02,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:02,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c50f6f0e-5551-45dd-b18f-20ec34152ea4 Date: Fri, 09 Nov 2018 08:52:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:52:02,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-c50f6f0e-5551-45dd-b18f-20ec34152ea4 2018-11-09 08:52:02,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" -d '{"server": {"name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "imageRef": "b7f0b999-55ed-416e-875c-9fc5838887c4", "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "flavorRef": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "max_count": 1, "min_count": 1, "networks": [{"port": "438130b6-c76c-46fe-b7d3-6f3df4547ce8"}]}}' 2018-11-09 08:52:04,355 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-d453f06a-f0f0-441f-a285-b404de8f4e9a x-compute-request-id: req-d453f06a-f0f0-441f-a285-b404de8f4e9a Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "adminPass": "Wrgh6HihVjA6"}} 2018-11-09 08:52:04,356 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d453f06a-f0f0-441f-a285-b404de8f4e9a 2018-11-09 08:52:04,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:04,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e88930e0-abaa-4e4e-8d1f-0cffaaf1b595 x-compute-request-id: req-e88930e0-abaa-4e4e-8d1f-0cffaaf1b595 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:04,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-e88930e0-abaa-4e4e-8d1f-0cffaaf1b595 2018-11-09 08:52:04,718 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst 2018-11-09 08:52:04,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:05,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-079b7ae8-4bcf-4f1c-8902-582d86337417 x-compute-request-id: req-079b7ae8-4bcf-4f1c-8902-582d86337417 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:05,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-079b7ae8-4bcf-4f1c-8902-582d86337417 2018-11-09 08:52:05,137 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:05,137 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:08,141 - create_instance - DEBUG - VM status query timeout in 896.57747221 2018-11-09 08:52:08,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:08,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-7b694468-6e26-4cf4-8bc0-79b09dfe84d7 x-compute-request-id: req-7b694468-6e26-4cf4-8bc0-79b09dfe84d7 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:08,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-7b694468-6e26-4cf4-8bc0-79b09dfe84d7 2018-11-09 08:52:08,564 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:08,564 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:11,567 - create_instance - DEBUG - VM status query timeout in 893.150763035 2018-11-09 08:52:11,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:12,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-40323e8c-df2e-4ae4-b585-4426f35a7bf3 x-compute-request-id: req-40323e8c-df2e-4ae4-b585-4426f35a7bf3 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:12,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-40323e8c-df2e-4ae4-b585-4426f35a7bf3 2018-11-09 08:52:12,233 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:12,233 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:15,236 - create_instance - DEBUG - VM status query timeout in 889.482247114 2018-11-09 08:52:15,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:15,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3762763b-0a12-498d-bd86-af293fbb0529 x-compute-request-id: req-3762763b-0a12-498d-bd86-af293fbb0529 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:15,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-3762763b-0a12-498d-bd86-af293fbb0529 2018-11-09 08:52:15,846 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:15,846 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:18,849 - create_instance - DEBUG - VM status query timeout in 885.869086027 2018-11-09 08:52:18,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:19,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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,Accept-Encoding x-openstack-request-id: req-a0d6302f-0e0f-478c-919f-c974f59063db x-compute-request-id: req-a0d6302f-0e0f-478c-919f-c974f59063db 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:19,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-a0d6302f-0e0f-478c-919f-c974f59063db 2018-11-09 08:52:19,365 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:19,365 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:22,368 - create_instance - DEBUG - VM status query timeout in 882.349991083 2018-11-09 08:52:22,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:22,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52: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-8f92fea1-bcb5-46b5-95b6-e0bb05811007 x-compute-request-id: req-8f92fea1-bcb5-46b5-95b6-e0bb05811007 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:22,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-8f92fea1-bcb5-46b5-95b6-e0bb05811007 2018-11-09 08:52:22,875 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:22,875 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:25,878 - create_instance - DEBUG - VM status query timeout in 878.840099096 2018-11-09 08:52:25,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:26,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52: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-d2e89bcb-4fd1-4f21-87c8-1bfb9a3ac598 x-compute-request-id: req-d2e89bcb-4fd1-4f21-87c8-1bfb9a3ac598 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:26,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-d2e89bcb-4fd1-4f21-87c8-1bfb9a3ac598 2018-11-09 08:52:26,367 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:26,367 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:29,370 - create_instance - DEBUG - VM status query timeout in 875.34791708 2018-11-09 08:52:29,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:30,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52: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-4b05c2d3-d212-4ed4-a0bb-07623152d9e3 x-compute-request-id: req-4b05c2d3-d212-4ed4-a0bb-07623152d9e3 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:30,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-4b05c2d3-d212-4ed4-a0bb-07623152d9e3 2018-11-09 08:52:30,030 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:30,030 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:33,033 - create_instance - DEBUG - VM status query timeout in 871.684941053 2018-11-09 08:52:33,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:33,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52: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-bc91cf8c-7c15-485e-8104-43ef2e2a5313 x-compute-request-id: req-bc91cf8c-7c15-485e-8104-43ef2e2a5313 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:33,505 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-bc91cf8c-7c15-485e-8104-43ef2e2a5313 2018-11-09 08:52:33,505 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:33,505 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:36,508 - create_instance - DEBUG - VM status query timeout in 868.2096982 2018-11-09 08:52:36,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:37,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-931eb2be-f654-4d66-817b-25d8e77dc320 x-compute-request-id: req-931eb2be-f654-4d66-817b-25d8e77dc320 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:37,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-931eb2be-f654-4d66-817b-25d8e77dc320 2018-11-09 08:52:37,184 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:37,184 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:40,187 - create_instance - DEBUG - VM status query timeout in 864.530771017 2018-11-09 08:52:40,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:41,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f4a3d05-04d4-4bf1-8e0b-420ea0b92652 x-compute-request-id: req-5f4a3d05-04d4-4bf1-8e0b-420ea0b92652 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:41,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-5f4a3d05-04d4-4bf1-8e0b-420ea0b92652 2018-11-09 08:52:41,380 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:41,380 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:44,383 - create_instance - DEBUG - VM status query timeout in 860.335128069 2018-11-09 08:52:44,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:44,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77d02eca-0305-4678-8777-6d6804c99ab0 x-compute-request-id: req-77d02eca-0305-4678-8777-6d6804c99ab0 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:44,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-77d02eca-0305-4678-8777-6d6804c99ab0 2018-11-09 08:52:44,972 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:44,972 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:47,975 - create_instance - DEBUG - VM status query timeout in 856.742624998 2018-11-09 08:52:47,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:48,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2180ce5-60fb-4d00-8907-8345043742da x-compute-request-id: req-f2180ce5-60fb-4d00-8907-8345043742da 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:48,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-f2180ce5-60fb-4d00-8907-8345043742da 2018-11-09 08:52:48,825 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:48,825 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:51,828 - create_instance - DEBUG - VM status query timeout in 852.889655113 2018-11-09 08:52:51,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:52,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bd734b5-43e8-46ee-8629-0ccc2dd07da9 x-compute-request-id: req-8bd734b5-43e8-46ee-8629-0ccc2dd07da9 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:52,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-8bd734b5-43e8-46ee-8629-0ccc2dd07da9 2018-11-09 08:52:52,340 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:52,340 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:55,341 - create_instance - DEBUG - VM status query timeout in 849.376954079 2018-11-09 08:52:55,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:55,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be0b2115-65ef-4c51-9895-7fbc8ac15e3e x-compute-request-id: req-be0b2115-65ef-4c51-9895-7fbc8ac15e3e 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:55,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-be0b2115-65ef-4c51-9895-7fbc8ac15e3e 2018-11-09 08:52:55,956 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:55,956 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:52:58,960 - create_instance - DEBUG - VM status query timeout in 845.758549213 2018-11-09 08:52:58,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:52:59,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:52:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbf69e28-835e-4bb6-b7c1-b53bafcc182c x-compute-request-id: req-dbf69e28-835e-4bb6-b7c1-b53bafcc182c 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:52:59,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-dbf69e28-835e-4bb6-b7c1-b53bafcc182c 2018-11-09 08:52:59,608 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:52:59,608 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:02,611 - create_instance - DEBUG - VM status query timeout in 842.106826067 2018-11-09 08:53:02,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:03,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53: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-f1f1998a-787a-4d90-9e14-0ed5587ceb98 x-compute-request-id: req-f1f1998a-787a-4d90-9e14-0ed5587ceb98 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:03,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-f1f1998a-787a-4d90-9e14-0ed5587ceb98 2018-11-09 08:53:03,281 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:03,282 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:06,285 - create_instance - DEBUG - VM status query timeout in 838.433553219 2018-11-09 08:53:06,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:07,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-727a60e6-d45d-4ad4-a019-2958bb302a8b x-compute-request-id: req-727a60e6-d45d-4ad4-a019-2958bb302a8b 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:07,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-727a60e6-d45d-4ad4-a019-2958bb302a8b 2018-11-09 08:53:07,320 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:07,320 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:10,323 - create_instance - DEBUG - VM status query timeout in 834.395222187 2018-11-09 08:53:10,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:10,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-53bea9a3-759a-44e6-9cde-12a1b0509a83 x-compute-request-id: req-53bea9a3-759a-44e6-9cde-12a1b0509a83 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:10,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-53bea9a3-759a-44e6-9cde-12a1b0509a83 2018-11-09 08:53:10,943 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:10,943 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:13,946 - create_instance - DEBUG - VM status query timeout in 830.771696091 2018-11-09 08:53:13,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:14,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-770dc9ea-c1de-4ea2-8960-37660082b047 x-compute-request-id: req-770dc9ea-c1de-4ea2-8960-37660082b047 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:14,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-770dc9ea-c1de-4ea2-8960-37660082b047 2018-11-09 08:53:14,305 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:14,306 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:17,309 - create_instance - DEBUG - VM status query timeout in 827.409395218 2018-11-09 08:53:17,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:17,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-802a7ca6-3a2a-4a3e-b863-2ec08227a22a x-compute-request-id: req-802a7ca6-3a2a-4a3e-b863-2ec08227a22a 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:17,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-802a7ca6-3a2a-4a3e-b863-2ec08227a22a 2018-11-09 08:53:17,808 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:17,808 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:20,811 - create_instance - DEBUG - VM status query timeout in 823.907210112 2018-11-09 08:53:20,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:21,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-486f40d8-65da-4104-9d63-ad6440f596fe x-compute-request-id: req-486f40d8-65da-4104-9d63-ad6440f596fe 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:21,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-486f40d8-65da-4104-9d63-ad6440f596fe 2018-11-09 08:53:21,175 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:21,175 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:24,178 - create_instance - DEBUG - VM status query timeout in 820.539965153 2018-11-09 08:53:24,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:24,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-131b38df-6f51-4db0-97a3-b6230d3d8ba1 x-compute-request-id: req-131b38df-6f51-4db0-97a3-b6230d3d8ba1 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:24,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-131b38df-6f51-4db0-97a3-b6230d3d8ba1 2018-11-09 08:53:24,854 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:24,855 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:27,858 - create_instance - DEBUG - VM status query timeout in 816.860387087 2018-11-09 08:53:27,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:28,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-138fdd77-09ca-48df-a9ac-937b163808ac x-compute-request-id: req-138fdd77-09ca-48df-a9ac-937b163808ac 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:28,344 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-138fdd77-09ca-48df-a9ac-937b163808ac 2018-11-09 08:53:28,345 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:28,345 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:31,348 - create_instance - DEBUG - VM status query timeout in 813.370227098 2018-11-09 08:53:31,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:31,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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,Accept-Encoding x-openstack-request-id: req-580b4203-1c50-4cd7-9715-701ea23d84ff x-compute-request-id: req-580b4203-1c50-4cd7-9715-701ea23d84ff 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:31,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-580b4203-1c50-4cd7-9715-701ea23d84ff 2018-11-09 08:53:31,867 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:31,867 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:34,870 - create_instance - DEBUG - VM status query timeout in 809.848058224 2018-11-09 08:53:34,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:35,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9481989d-4307-4985-940b-c53c9ec7a4b1 x-compute-request-id: req-9481989d-4307-4985-940b-c53c9ec7a4b1 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:35,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-9481989d-4307-4985-940b-c53c9ec7a4b1 2018-11-09 08:53:35,368 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:35,368 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:38,372 - create_instance - DEBUG - VM status query timeout in 806.34655714 2018-11-09 08:53:38,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:39,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a754a4ea-99fc-4ddd-9d66-960596ce97f4 x-compute-request-id: req-a754a4ea-99fc-4ddd-9d66-960596ce97f4 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:39,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-a754a4ea-99fc-4ddd-9d66-960596ce97f4 2018-11-09 08:53:39,031 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:39,031 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:42,031 - create_instance - DEBUG - VM status query timeout in 802.686666012 2018-11-09 08:53:42,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:42,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f56c4e06-0eb6-4592-a3e8-391a15bc9e6a x-compute-request-id: req-f56c4e06-0eb6-4592-a3e8-391a15bc9e6a 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:42,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-f56c4e06-0eb6-4592-a3e8-391a15bc9e6a 2018-11-09 08:53:42,676 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:42,676 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:45,679 - create_instance - DEBUG - VM status query timeout in 799.038661003 2018-11-09 08:53:45,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:46,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-a9be112a-2b60-486d-b7e0-65eed3d3850a x-compute-request-id: req-a9be112a-2b60-486d-b7e0-65eed3d3850a 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.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:52:05Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:46,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-a9be112a-2b60-486d-b7e0-65eed3d3850a 2018-11-09 08:53:46,170 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - BUILD 2018-11-09 08:53:46,170 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:53:49,172 - create_instance - DEBUG - VM status query timeout in 795.546282053 2018-11-09 08:53:49,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:49,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-0ddf460b-8ac9-4693-b9ef-6c8cd0ea0b26 x-compute-request-id: req-0ddf460b-8ac9-4693-b9ef-6c8cd0ea0b26 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:49,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-0ddf460b-8ac9-4693-b9ef-6c8cd0ea0b26 2018-11-09 08:53:49,691 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - ACTIVE 2018-11-09 08:53:49,691 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:53:49,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-0b24399c-4918-44f0-ab62-c2934373f877 x-compute-request-id: req-0b24399c-4918-44f0-ab62-c2934373f877 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:50,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-0b24399c-4918-44f0-ab62-c2934373f877 2018-11-09 08:53:50,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-0e941429-8db4-4959-9bf8-9d235b1b5809 Date: Fri, 09 Nov 2018 08:53: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:53:50,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-0e941429-8db4-4959-9bf8-9d235b1b5809 2018-11-09 08:53:50,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b10468cc-625f-4c5f-9869-c64897b54abe Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:53:50,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-b10468cc-625f-4c5f-9869-c64897b54abe 2018-11-09 08:53:50,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5209cdbb-4c52-47bd-8c05-9c43d98dd0b2 Date: Fri, 09 Nov 2018 08:53:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:53:50,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-5209cdbb-4c52-47bd-8c05-9c43d98dd0b2 2018-11-09 08:53:50,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-36af8419-600a-49a5-b243-0e4c81bdc813 Date: Fri, 09 Nov 2018 08:53:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.4"}],"id":"15ba2da0-9796-4bdf-aea7-3c2615cf65f9","security_groups":[],"mac_address":"fa:16:3e:b4:19:08","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:53:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.11"}],"id":"438130b6-c76c-46fe-b7d3-6f3df4547ce8","security_groups":["fb0ce210-c6d4-4a87-a666-6935d017ea1d"],"mac_address":"fa:16:3e:a3:76:e7","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:52:00Z","binding:vnic_type":"normal","device_id":"2ee2ad94-b526-4f74-801f-0006c93f82a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.2"}],"id":"6805ed78-26bf-41d5-9e39-ece2d9db6c90","security_groups":[],"mac_address":"fa:16:3e:04:ab:0c","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:52:00Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.1"}],"id":"91a49b08-9619-4432-9133-400601b474b9","security_groups":[],"mac_address":"fa:16:3e:3f:0b:92","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:46Z","binding:vnic_type":"normal","device_id":"93e78101-e4c4-47f0-8447-f2cde54673db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.3"}],"id":"fba014db-237a-4894-b8ed-bd4d2d31d550","security_groups":[],"mac_address":"fa:16:3e:79:3b:fc","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"}]} 2018-11-09 08:53:50,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-36af8419-600a-49a5-b243-0e4c81bdc813 2018-11-09 08:53:50,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-6f85c3ba-4b43-428f-b9d5-85e22ccfd7e1 Date: Fri, 09 Nov 2018 08:53:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:41Z", "admin_state_up": true, "updated_at": "2018-11-09T08:51:47Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "93e78101-e4c4-47f0-8447-f2cde54673db", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router"}]} 2018-11-09 08:53:50,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router used request id req-6f85c3ba-4b43-428f-b9d5-85e22ccfd7e1 2018-11-09 08:53:50,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a10111e4-c856-4434-9bec-19b0431d5e37 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:53:50,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-a10111e4-c856-4434-9bec-19b0431d5e37 2018-11-09 08:53:50,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=93e78101-e4c4-47f0-8447-f2cde54673db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-c4ee7b4f-2c8c-4e42-9c4d-b30a439fada9 Date: Fri, 09 Nov 2018 08:53:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:52:00Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.1"}],"id":"91a49b08-9619-4432-9133-400601b474b9","security_groups":[],"mac_address":"fa:16:3e:3f:0b:92","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:46Z","binding:vnic_type":"normal","device_id":"93e78101-e4c4-47f0-8447-f2cde54673db"}]} 2018-11-09 08:53:50,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=93e78101-e4c4-47f0-8447-f2cde54673db used request id req-c4ee7b4f-2c8c-4e42-9c4d-b30a439fada9 2018-11-09 08:53:50,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/359631bf-3c52-40d3-a89e-42579235d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-7c675a15-2695-43d7-846b-f61676749cf3 Date: Fri, 09 Nov 2018 08:53:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}} 2018-11-09 08:53:50,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/359631bf-3c52-40d3-a89e-42579235d6c9 used request id req-7c675a15-2695-43d7-846b-f61676749cf3 2018-11-09 08:53:50,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-0222c10f-a786-4351-8bac-b60647726938 Date: Fri, 09 Nov 2018 08:53:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:53:50,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-0222c10f-a786-4351-8bac-b60647726938 2018-11-09 08:53:50,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:50,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-04ff57cc-0e76-4b09-b5b1-b447ac1bbd90 Date: Fri, 09 Nov 2018 08:53:50 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:53:50,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-04ff57cc-0e76-4b09-b5b1-b447ac1bbd90 2018-11-09 08:53:50,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:51,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-dcb454ee-1ef2-4ecc-9a46-9a6f7d3d7d9d x-compute-request-id: req-dcb454ee-1ef2-4ecc-9a46-9a6f7d3d7d9d Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:51,323 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-dcb454ee-1ef2-4ecc-9a46-9a6f7d3d7d9d 2018-11-09 08:53:51,324 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - ACTIVE 2018-11-09 08:53:51,324 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:53:51,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:52,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5360a7e-9600-4c60-982b-ddd268fe637e x-compute-request-id: req-f5360a7e-9600-4c60-982b-ddd268fe637e Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:52,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-f5360a7e-9600-4c60-982b-ddd268fe637e 2018-11-09 08:53:52,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:52,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-455687c6-678c-4df8-ac74-7c5695ce19c5 Date: Fri, 09 Nov 2018 08:53: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:53:52,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-455687c6-678c-4df8-ac74-7c5695ce19c5 2018-11-09 08:53:52,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:52,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a05145-9e88-44e6-a83c-e9879609066d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:53:52,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-a4a05145-9e88-44e6-a83c-e9879609066d 2018-11-09 08:53:52,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:52,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2cc5048f-01ad-401b-b1aa-d69e80e5f009 Date: Fri, 09 Nov 2018 08:53:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:53:52,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-2cc5048f-01ad-401b-b1aa-d69e80e5f009 2018-11-09 08:53:52,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:52,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-1d43d010-a7fe-454f-b235-c8c613444dd5 Date: Fri, 09 Nov 2018 08:53:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.4"}],"id":"15ba2da0-9796-4bdf-aea7-3c2615cf65f9","security_groups":[],"mac_address":"fa:16:3e:b4:19:08","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:53:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.11"}],"id":"438130b6-c76c-46fe-b7d3-6f3df4547ce8","security_groups":["fb0ce210-c6d4-4a87-a666-6935d017ea1d"],"mac_address":"fa:16:3e:a3:76:e7","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:52:00Z","binding:vnic_type":"normal","device_id":"2ee2ad94-b526-4f74-801f-0006c93f82a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.2"}],"id":"6805ed78-26bf-41d5-9e39-ece2d9db6c90","security_groups":[],"mac_address":"fa:16:3e:04:ab:0c","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:52:00Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.1"}],"id":"91a49b08-9619-4432-9133-400601b474b9","security_groups":[],"mac_address":"fa:16:3e:3f:0b:92","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:46Z","binding:vnic_type":"normal","device_id":"93e78101-e4c4-47f0-8447-f2cde54673db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.3"}],"id":"fba014db-237a-4894-b8ed-bd4d2d31d550","security_groups":[],"mac_address":"fa:16:3e:79:3b:fc","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"}]} 2018-11-09 08:53:52,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-1d43d010-a7fe-454f-b235-c8c613444dd5 2018-11-09 08:53:52,494 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 08:53:52,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:52,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-335a1e43-7b12-4804-811b-3dd61d1daf24 Date: Fri, 09 Nov 2018 08:53:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:53:52,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-335a1e43-7b12-4804-811b-3dd61d1daf24 2018-11-09 08:53:52,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:52,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-41758abf-62c6-4dc5-be7a-13e16a182bf8 Date: Fri, 09 Nov 2018 08:53:52 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:53:52,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-41758abf-62c6-4dc5-be7a-13e16a182bf8 2018-11-09 08:53:52,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "port_id": "438130b6-c76c-46fe-b7d3-6f3df4547ce8"}}' 2018-11-09 08:53:54,690 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-b312395d-e017-4cd1-892d-faef54920799 Date: Fri, 09 Nov 2018 08:53:54 GMT RESP BODY: {"floatingip": {"router_id": "93e78101-e4c4-47f0-8447-f2cde54673db", "status": "DOWN", "description": "", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:53:53Z", "updated_at": "2018-11-09T08:53:53Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "59b3546e98b041228ffe5d12b6646511", "port_id": "438130b6-c76c-46fe-b7d3-6f3df4547ce8", "id": "3d67fe01-8837-4461-8e0a-43640832858c"}} 2018-11-09 08:53:54,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-b312395d-e017-4cd1-892d-faef54920799 2018-11-09 08:53:54,691 - create_instance - INFO - Created floating IP 172.30.9.207 via router - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router 2018-11-09 08:53:54,691 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-11-09 08:53:54,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:55,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68888175-4753-4218-869a-c5db6d0af704 x-compute-request-id: req-68888175-4753-4218-869a-c5db6d0af704 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:55,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-68888175-4753-4218-869a-c5db6d0af704 2018-11-09 08:53:55,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:53:56,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66078c78-a0a9-4966-ad04-ea97295f3ac5 x-compute-request-id: req-66078c78-a0a9-4966-ad04-ea97295f3ac5 Content-Encoding: gzip Content-Length: 9820 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.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.009015] AppArmor: AppArmor initialized\n[ 0.009995] Yama: becoming mindful.\n[ 0.011339] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012625] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014277] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017661] Initializing cgroup subsys memory\n[ 0.018700] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.021037] Initializing cgroup subsys blkio\n[ 0.022031] Initializing cgroup subsys perf_event\n[ 0.023111] Initializing cgroup subsys hugetlb\n[ 0.024056] FEATURE SPEC_CTRL Not Present\n[ 0.025701] mce: CPU supports 10 MCE banks\n[ 0.026692] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026692] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029407] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032002] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.034262] Speculative Store Bypass: Vulnerable\n[ 0.036638] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.041333] ACPI: Core revision 20131115\n[ 0.042701] ACPI: All ACPI Tables successfully acquired\n[ 0.044020] ftrace: allocating 28747 entries in 113 pages\n[ 0.064022] smpboot: Max logical packages: 2\n[ 0.065042] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066489] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068170] Enabling x2apic\n[ 0.068911] Enabled x2apic\n[ 0.069819] Switched APIC routing to physical x2apic.\n[ 0.072350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.073766] 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.083185] KVM setup paravirtual spinlock\n[ 0.085008] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.086588] x86: Booting SMP configuration:\n[ 0.087647] .... node #0, CPUs: #1[ 0.085001] 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.100013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.103185] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104276] devtmpfs: initialized\n[ 0.106242] EVM: security.selinux\n[ 0.107084] EVM: security.SMACK64\n[ 0.108005] EVM: security.ima\n[ 0.108767] EVM: security.capability\n[ 0.109659] pinctrl core: initialized pinctrl subsystem\n[ 0.109929] regulator-dummy: no parameters\n[ 0.112059] RTC time: 8:53:47, date: 11/09/18\n[ 0.113041] NET: Registered protocol family 16\n[ 0.114067] cpuidle: using governor ladder\n[ 0.114971] cpuidle: using governor menu\n[ 0.115905] ACPI: bus type PCI registered\n[ 0.116003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117369] PCI: Using configuration type 1 for base access\n[ 0.118988] bio: create slab at 0\n[ 0.120046] ACPI: Added _OSI(Module Device)\n[ 0.120964] ACPI: Added _OSI(Processor Device)\n[ 0.121925] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.122914] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.125307] ACPI: Interpreter enabled\n[ 0.126135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.128004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.130047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.132003] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.134045] ACPI: (supports S0 S5)\n[ 0.134935] ACPI: Using IOAPIC for interrupt routing\n[ 0.135989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.136192] ACPI: No dock devices found.\n[ 0.141611] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.142866] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.144006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.145347] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.147795] acpiphp: Slot [3] registered\n[ 0.148018] acpiphp: Slot [4] registered\n[ 0.148896] acpiphp: Slot [5] registered\n[ 0.149774] acpiphp: Slot [6] registered\n[ 0.150655] acpiphp: Slot [7] registered\n[ 0.151535] acpiphp: Slot [8] registered\n[ 0.152017] acpiphp: Slot [9] registered\n[ 0.152888] acpiphp: Slot [10] registered\n[ 0.153753] acpiphp: Slot [11] registered\n[ 0.154625] acpiphp: Slot [12] registered\n[ 0.155528] acpiphp: Slot [13] registered\n[ 0.156016] acpiphp: Slot [14] registered\n[ 0.156890] acpiphp: Slot [15] registered\n[ 0.157763] acpiphp: Slot [16] registered\n[ 0.158661] acpiphp: Slot [17] registered\n[ 0.159560] acpiphp: Slot [18] registered\n[ 0.160018] acpiphp: Slot [19] registered\n[ 0.160891] acpiphp: Slot [20] registered\n[ 0.161768] acpiphp: Slot [21] registered\n[ 0.162665] acpiphp: Slot [22] registered\n[ 0.163563] acpiphp: Slot [23] registered\n[ 0.164018] acpiphp: Slot [24] registered\n[ 0.164898] acpiphp: Slot [25] registered\n[ 0.165790] acpiphp: Slot [26] registered\n[ 0.166694] acpiphp: Slot [27] registered\n[ 0.167592] acpiphp: Slot [28] registered\n[ 0.168016] acpiphp: Slot [29] registered\n[ 0.168915] acpiphp: Slot [30] registered\n[ 0.169811] acpiphp: Slot [31] registered\n[ 0.170706] PCI host bridge to bus 0000:00\n[ 0.171579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.172004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.173246] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.174499] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.175873] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.186541] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.231112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.234418] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.236042] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.237673] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.239177] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.240103] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.241352] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.243175] vgaarb: loaded\n[ 0.243862] vgaarb: bridge control possible 0000:00:02.0\n[ 0.244119] SCSI subsystem initialized\n[ 0.245065] ACPI: bus type USB registered\n[ 0.245065] usbcore: registered new interface driver usbfs\n[ 0.246258] usbcore: registered new interface driver hub\n[ 0.248018] usbcore: registered new device driver usb\n[ 0.249234] PCI: Using ACPI for IRQ routing\n[ 0.249234] NetLabel: Initializing\n[ 0.250035] NetLabel: domain hash size = 128\n[ 0.252008] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.253132] NetLabel: unlabeled traffic allowed by default\n[ 0.254369] Switched to clocksource kvm-clock\n[ 0.256947] AppArmor: AppArmor Filesystem Enabled\n[ 0.258039] pnp: PnP ACPI init\n[ 0.258811] ACPI: bus type PNP registered\n[ 0.260101] pnp: PnP ACPI: found 8 devices\n[ 0.261067] ACPI: bus type PNP unregistered\n[ 0.267926] NET: Registered protocol family 2\n[ 0.269105] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.270850] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.272318] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.274136] TCP: reno registered\n[ 0.274954] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.276326] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.277779] NET: Registered protocol family 1\n[ 0.278783] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.280082] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.281346] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302958] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324864] Trying to unpack rootfs image as initramfs...\n[ 0.403493] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.405407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406744] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407888] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.409891] Scanning for low memory corruption every 60 seconds\n[ 0.411449] Initialise system trusted keyring\n[ 0.412374] audit: initializing netlink socket (disabled)\n[ 0.413395] type=2000 audit(1541753628.475:1): initialized\n[ 0.431198] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.432984] zbud: loaded\n[ 0.433753] VFS: Disk quotas dquot_6.5.2\n[ 0.434572] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.435978] fuse init (API version 7.22)\n[ 0.436823] msgmni has been set to 3997\n[ 0.437643] Key type big_key registered\n[ 0.438607] Key type asymmetric registered\n[ 0.439423] Asymmetric key parser 'x509' registered\n[ 0.440375] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.441836] io scheduler noop registered\n[ 0.442622] io scheduler deadline registered (default)\n[ 0.443596] io scheduler cfq registered\n[ 0.444416] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.445457] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.446665] ipmi message handler version 39.2\n[ 0.447559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.448996] ACPI: Power Button [PWRF]\n[ 0.449817] GHES: HEST is not enabled!\n[ 0.471382] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.514179] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.515906] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.539987] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.541966] Linux agpgart interface v0.103\n[ 0.543401] brd: module loaded\n[ 0.544384] loop: module loaded\n[ 0.545298] blk-mq: CPU -> queue map\n[ 0.546039] CPU 0 -> Queue 0\n[ 0.546689] CPU 1 -> Queue 0\n[ 0.547761] vda: vda1\n[ 0.549194] scsi0 : ata_piix\n[ 0.550055] scsi1 : ata_piix\n[ 0.550848] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.552309] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.553939] libphy: Fixed MDIO Bus: probed\n[ 0.555023] tun: Universal TUN/TAP device driver, 1.6\n[ 0.556236] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.558662] PPP generic driver version 2.4.2\n[ 0.559821] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.561298] ehci-pci: EHCI PCI platform driver\n[ 0.562326] ehci-platform: EHCI generic platform driver\n[ 0.563529] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.564909] ohci-pci: OHCI PCI platform driver\n[ 0.565936] ohci-platform: OHCI generic platform driver\n[ 0.567106] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.589168] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.590370] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.592140] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.593485] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.594980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.596664] usb usb1: Product: UHCI Host Controller\n[ 0.597762] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd\n[ 0.599183] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.600375] hub 1-0:1.0: USB hub found\n[ 0.601312] hub 1-0:1.0: 2 ports detected\n[ 0.602344] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.604730] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.605862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.607110] mousedev: PS/2 mouse device common for all mice\n[ 0.608574] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.610448] rtc_cmos 00:00: RTC can wake from S4\n[ 0.611587] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.612786] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.614027] device-mapper: uevent: version 1.0.3\n[ 0.615002] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.616641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.617808] TCP: cubic registered\n[ 0.618574] NET: Registered protocol family 10\n[ 0.619586] NET: Registered protocol family 17\n[ 0.620472] Key type dns_resolver registered\n[ 0.621484] Loading compiled-in X.509 certificates\n[ 0.622924] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11'\n[ 0.624716] registered taskstats version 1\n[ 0.626835] Key type trusted registered\n[ 0.629777] Key type encrypted registered\n[ 0.630620] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.631646] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.639763] regulator-dummy: disabling\n[ 0.640643] Magic number: 10:891:876\n[ 0.641522] rtc_cmos 00:00: setting system clock to 2018-11-09 08:53:48 UTC (1541753628)\n[ 0.643151] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.644296] EDD information not available.\n[ 0.708961] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.710513] Write protecting the kernel read-only data: 12288k\n[ 0.711846] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000)\n[ 0.714402] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.725293] systemd-udevd[107]: starting version 204\n[ 0.764365] FDC 0 is a S82078B\n[ 0.912043] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.076925] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.078276] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.079633] usb 1-1: Product: QEMU USB Tablet\n[ 1.080542] usb 1-1: Manufacturer: QEMU\n[ 1.081367] usb 1-1: SerialNumber: 42\n[ 1.404120] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.773019] 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.003655] 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.116025] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.197211] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 09 Nov 2018 08:53:50 +0000. Up 2.52 seconds.\ncloud-init-nonet[2.68]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.50]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 09 Nov 2018 08:53:51 +0000. Up 3.62 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.11 | 255.255.255.0 | fa:16:3e:a3:76:e7 |\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:\n71:3b:29:ce:a1:7a:6a:09:55:a1:96:96:92:05:73:6c root@ansibleprovisioningtests-32de0246-ca5b-4e44-9088-cec73f8405f7-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ooo .. |\n| =E+. |\n| o.*. . . |\n| +. o o |\n| . S + |\n| . + o . |\n| . .. o |\n| o.. |\n| .oo |\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:\n03:4d:04:31:a5:9f:37:13:b4:2f:4d:de:56:00:d9:1d root@ansibleprovisioningtests-32de0246-ca5b-4e44-9088-cec73f8405f7-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| +=+ . .+.E.|\n| = . .. ...|\n| o . o . .|\n| o . * . . |\n| S = + o |\n| o + . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd6:a1:27:70:61:66:1e:52:69:9b:5c:00:fa:8c:90:9c root@ansibleprovisioningtests-32de0246-ca5b-4e44-9088-cec73f8405f7-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ooOo |\n| . o . *oo. |\n| E . .oo+. |\n| . + o+o . |\n| . o S o |\n| . o |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n0c:5e:81:fd:79:90:f9:58:44:0c:2f:89:16:81:0c:d2 root@ansibleprovisioningtests-32de0246-ca5b-4e44-9088-cec73f8405f7-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| ...o ++..Bo |\n| .E + .++oo |\n| . +.o*. |\n| . = +.o |\n| . S . |\n| |\n| |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting 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 * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting early crypto disks... [80G * Starting Bridge file events into upstart[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 Fri, 09 Nov 2018 08:53:54 +0000. Up 6.87 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 Fri, 09 Nov 2018 08:53:55 +0000. Up 7.87 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 | 18:77:85:09:61:91:e1:34:dd:9c:e5:4c:c2:a0:d8:89 | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\n"} 2018-11-09 08:53:56,139 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7/action used request id req-66078c78-a0a9-4966-ad04-ea97295f3ac5 2018-11-09 08:53:56,141 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:53:56,141 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.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.009015] AppArmor: AppArmor initialized [ 0.009995] Yama: becoming mindful. [ 0.011339] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012625] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014277] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017661] Initializing cgroup subsys memory [ 0.018700] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.021037] Initializing cgroup subsys blkio [ 0.022031] Initializing cgroup subsys perf_event [ 0.023111] Initializing cgroup subsys hugetlb [ 0.024056] FEATURE SPEC_CTRL Not Present [ 0.025701] mce: CPU supports 10 MCE banks [ 0.026692] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026692] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029407] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032002] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.034262] Speculative Store Bypass: Vulnerable [ 0.036638] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.041333] ACPI: Core revision 20131115 [ 0.042701] ACPI: All ACPI Tables successfully acquired [ 0.044020] ftrace: allocating 28747 entries in 113 pages [ 0.064022] smpboot: Max logical packages: 2 [ 0.065042] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066489] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068170] Enabling x2apic [ 0.068911] Enabled x2apic [ 0.069819] Switched APIC routing to physical x2apic. [ 0.072350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.073766] 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.083185] KVM setup paravirtual spinlock [ 0.085008] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.086588] x86: Booting SMP configuration: [ 0.087647] .... node #0, CPUs: #1[ 0.085001] 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.100013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.103185] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104276] devtmpfs: initialized [ 0.106242] EVM: security.selinux [ 0.107084] EVM: security.SMACK64 [ 0.108005] EVM: security.ima [ 0.108767] EVM: security.capability [ 0.109659] pinctrl core: initialized pinctrl subsystem [ 0.109929] regulator-dummy: no parameters [ 0.112059] RTC time: 8:53:47, date: 11/09/18 [ 0.113041] NET: Registered protocol family 16 [ 0.114067] cpuidle: using governor ladder [ 0.114971] cpuidle: using governor menu [ 0.115905] ACPI: bus type PCI registered [ 0.116003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117369] PCI: Using configuration type 1 for base access [ 0.118988] bio: create slab at 0 [ 0.120046] ACPI: Added _OSI(Module Device) [ 0.120964] ACPI: Added _OSI(Processor Device) [ 0.121925] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.122914] ACPI: Added _OSI(Processor Aggregator Device) [ 0.125307] ACPI: Interpreter enabled [ 0.126135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.128004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.130047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.132003] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.134045] ACPI: (supports S0 S5) [ 0.134935] ACPI: Using IOAPIC for interrupt routing [ 0.135989] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.136192] ACPI: No dock devices found. [ 0.141611] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.142866] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.144006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.145347] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.147795] acpiphp: Slot [3] registered [ 0.148018] acpiphp: Slot [4] registered [ 0.148896] acpiphp: Slot [5] registered [ 0.149774] acpiphp: Slot [6] registered [ 0.150655] acpiphp: Slot [7] registered [ 0.151535] acpiphp: Slot [8] registered [ 0.152017] acpiphp: Slot [9] registered [ 0.152888] acpiphp: Slot [10] registered [ 0.153753] acpiphp: Slot [11] registered [ 0.154625] acpiphp: Slot [12] registered [ 0.155528] acpiphp: Slot [13] registered [ 0.156016] acpiphp: Slot [14] registered [ 0.156890] acpiphp: Slot [15] registered [ 0.157763] acpiphp: Slot [16] registered [ 0.158661] acpiphp: Slot [17] registered [ 0.159560] acpiphp: Slot [18] registered [ 0.160018] acpiphp: Slot [19] registered [ 0.160891] acpiphp: Slot [20] registered [ 0.161768] acpiphp: Slot [21] registered [ 0.162665] acpiphp: Slot [22] registered [ 0.163563] acpiphp: Slot [23] registered [ 0.164018] acpiphp: Slot [24] registered [ 0.164898] acpiphp: Slot [25] registered [ 0.165790] acpiphp: Slot [26] registered [ 0.166694] acpiphp: Slot [27] registered [ 0.167592] acpiphp: Slot [28] registered [ 0.168016] acpiphp: Slot [29] registered [ 0.168915] acpiphp: Slot [30] registered [ 0.169811] acpiphp: Slot [31] registered [ 0.170706] PCI host bridge to bus 0000:00 [ 0.171579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.172004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.173246] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.174499] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.175873] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.186541] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.231112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.234418] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.236042] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.237673] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.239177] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.240103] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.241352] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.243175] vgaarb: loaded [ 0.243862] vgaarb: bridge control possible 0000:00:02.0 [ 0.244119] SCSI subsystem initialized [ 0.245065] ACPI: bus type USB registered [ 0.245065] usbcore: registered new interface driver usbfs [ 0.246258] usbcore: registered new interface driver hub [ 0.248018] usbcore: registered new device driver usb [ 0.249234] PCI: Using ACPI for IRQ routing [ 0.249234] NetLabel: Initializing [ 0.250035] NetLabel: domain hash size = 128 [ 0.252008] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.253132] NetLabel: unlabeled traffic allowed by default [ 0.254369] Switched to clocksource kvm-clock [ 0.256947] AppArmor: AppArmor Filesystem Enabled [ 0.258039] pnp: PnP ACPI init [ 0.258811] ACPI: bus type PNP registered [ 0.260101] pnp: PnP ACPI: found 8 devices [ 0.261067] ACPI: bus type PNP unregistered [ 0.267926] NET: Registered protocol family 2 [ 0.269105] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.270850] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.272318] TCP: Hash tables configured (established 16384 bind 16384) [ 0.274136] TCP: reno registered [ 0.274954] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.276326] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.277779] NET: Registered protocol family 1 [ 0.278783] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.280082] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.281346] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302958] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324864] Trying to unpack rootfs image as initramfs... [ 0.403493] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.405407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406744] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407888] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.409891] Scanning for low memory corruption every 60 seconds [ 0.411449] Initialise system trusted keyring [ 0.412374] audit: initializing netlink socket (disabled) [ 0.413395] type=2000 audit(1541753628.475:1): initialized [ 0.431198] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.432984] zbud: loaded [ 0.433753] VFS: Disk quotas dquot_6.5.2 [ 0.434572] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.435978] fuse init (API version 7.22) [ 0.436823] msgmni has been set to 3997 [ 0.437643] Key type big_key registered [ 0.438607] Key type asymmetric registered [ 0.439423] Asymmetric key parser 'x509' registered [ 0.440375] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.441836] io scheduler noop registered [ 0.442622] io scheduler deadline registered (default) [ 0.443596] io scheduler cfq registered [ 0.444416] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.445457] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.446665] ipmi message handler version 39.2 [ 0.447559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.448996] ACPI: Power Button [PWRF] [ 0.449817] GHES: HEST is not enabled! [ 0.471382] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.514179] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.515906] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.539987] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.541966] Linux agpgart interface v0.103 [ 0.543401] brd: module loaded [ 0.544384] loop: module loaded [ 0.545298] blk-mq: CPU -> queue map [ 0.546039] CPU 0 -> Queue 0 [ 0.546689] CPU 1 -> Queue 0 [ 0.547761] vda: vda1 [ 0.549194] scsi0 : ata_piix [ 0.550055] scsi1 : ata_piix [ 0.550848] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.552309] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.553939] libphy: Fixed MDIO Bus: probed [ 0.555023] tun: Universal TUN/TAP device driver, 1.6 [ 0.556236] tun: (C) 1999-2004 Max Krasnyansky [ 0.558662] PPP generic driver version 2.4.2 [ 0.559821] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.561298] ehci-pci: EHCI PCI platform driver [ 0.562326] ehci-platform: EHCI generic platform driver [ 0.563529] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.564909] ohci-pci: OHCI PCI platform driver [ 0.565936] ohci-platform: OHCI generic platform driver [ 0.567106] uhci_hcd: USB Universal Host Controller Interface driver [ 0.589168] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.590370] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.592140] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.593485] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.594980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.596664] usb usb1: Product: UHCI Host Controller [ 0.597762] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd [ 0.599183] usb usb1: SerialNumber: 0000:00:01.2 [ 0.600375] hub 1-0:1.0: USB hub found [ 0.601312] hub 1-0:1.0: 2 ports detected [ 0.602344] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.604730] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.605862] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.607110] mousedev: PS/2 mouse device common for all mice [ 0.608574] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.610448] rtc_cmos 00:00: RTC can wake from S4 [ 0.611587] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.612786] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.614027] device-mapper: uevent: version 1.0.3 [ 0.615002] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.616641] ledtrig-cpu: registered to indicate activity on CPUs [ 0.617808] TCP: cubic registered [ 0.618574] NET: Registered protocol family 10 [ 0.619586] NET: Registered protocol family 17 [ 0.620472] Key type dns_resolver registered [ 0.621484] Loading compiled-in X.509 certificates [ 0.622924] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11' [ 0.624716] registered taskstats version 1 [ 0.626835] Key type trusted registered [ 0.629777] Key type encrypted registered [ 0.630620] AppArmor: AppArmor sha1 policy hashing enabled [ 0.631646] IMA: No TPM chip found, activating TPM-bypass! [ 0.639763] regulator-dummy: disabling [ 0.640643] Magic number: 10:891:876 [ 0.641522] rtc_cmos 00:00: setting system clock to 2018-11-09 08:53:48 UTC (1541753628) [ 0.643151] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.644296] EDD information not available. [ 0.708961] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.710513] Write protecting the kernel read-only data: 12288k [ 0.711846] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000) [ 0.714402] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.725293] systemd-udevd[107]: starting version 204 [ 0.764365] FDC 0 is a S82078B [ 0.912043] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.076925] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.078276] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.079633] usb 1-1: Product: QEMU USB Tablet [ 1.080542] usb 1-1: Manufacturer: QEMU [ 1.081367] usb 1-1: SerialNumber: 42 [ 1.404120] tsc: Refined TSC clocksource calibration: 3491.911 MHz [ 1.773019] 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.003655] 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.116025] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.197211] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 09 Nov 2018 08:53:50 +0000. Up 2.52 seconds. cloud-init-nonet[2.68]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[3.50]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 09 Nov 2018 08:53:51 +0000. Up 3.62 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.11 | 255.255.255.0 | fa:16:3e:a3:76:e7 | 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: 71:3b:29:ce:a1:7a:6a:09:55:a1:96:96:92:05:73:6c root@ansibleprovisioningtests-32de0246-ca5b-4e44-9088-cec73f8405f7-i The key's randomart image is: +--[ RSA 2048]----+ | ooo .. | | =E+. | | o.*. . . | | +. o o | | . S + | | . + o . | | . .. o | | o.. | | .oo | +-----------------+ 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: 03:4d:04:31:a5:9f:37:13:b4:2f:4d:de:56:00:d9:1d root@ansibleprovisioningtests-32de0246-ca5b-4e44-9088-cec73f8405f7-i The key's randomart image is: +--[ DSA 1024]----+ | +=+ . .+.E.| | = . .. ...| | o . o . .| | o . * . . | | S = + o | | o + . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: d6:a1:27:70:61:66:1e:52:69:9b:5c:00:fa:8c:90:9c root@ansibleprovisioningtests-32de0246-ca5b-4e44-9088-cec73f8405f7-i The key's randomart image is: +--[ECDSA 256]---+ | ooOo | | . o . *oo. | | E . .oo+. | | . + o+o . | | . o S 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: 0c:5e:81:fd:79:90:f9:58:44:0c:2f:89:16:81:0c:d2 root@ansibleprovisioningtests-32de0246-ca5b-4e44-9088-cec73f8405f7-i The key's randomart image is: +--[ED25519 256--+ | ...o ++..Bo | | .E + .++oo | | . +.o*. | | . = +.o | | . S . | | | | | | | | | +-----------------+ * 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 ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting early crypto disks... [80G * Starting Bridge file events into upstart[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 Fri, 09 Nov 2018 08:53:54 +0000. Up 6.87 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 Fri, 09 Nov 2018 08:53:55 +0000. Up 7.87 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 | 18:77:85:09:61:91:e1:34:dd:9c:e5:4c:c2:a0:d8:89 | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ 2018-11-09 08:53:56,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:56,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d1de37c-1a4f-4b21-8de8-99af9ce2d22c x-compute-request-id: req-9d1de37c-1a4f-4b21-8de8-99af9ce2d22c Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:56,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-9d1de37c-1a4f-4b21-8de8-99af9ce2d22c 2018-11-09 08:53:56,469 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - ACTIVE 2018-11-09 08:53:56,469 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:53:56,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:56,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24fd9b2a-fa87-4e9b-a98a-6c3e16c6d75e x-compute-request-id: req-24fd9b2a-fa87-4e9b-a98a-6c3e16c6d75e Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:56,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-24fd9b2a-fa87-4e9b-a98a-6c3e16c6d75e 2018-11-09 08:53:56,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:56,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-75328dc4-af8a-4197-ac15-709c36f6a36a Date: Fri, 09 Nov 2018 08:53: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:53:56,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-75328dc4-af8a-4197-ac15-709c36f6a36a 2018-11-09 08:53:56,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:56,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f3e1b3e-862f-438d-923b-04ec0d47ebd2 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:53:56,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-9f3e1b3e-862f-438d-923b-04ec0d47ebd2 2018-11-09 08:53:56,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:57,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-91e7c41d-6a86-4450-abfa-42b736406a54 Date: Fri, 09 Nov 2018 08:53:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:53:57,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-91e7c41d-6a86-4450-abfa-42b736406a54 2018-11-09 08:53:57,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:57,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-eb815a93-3cb1-4f43-ae81-9fe7685db6c5 Date: Fri, 09 Nov 2018 08:53:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.4"}],"id":"15ba2da0-9796-4bdf-aea7-3c2615cf65f9","security_groups":[],"mac_address":"fa:16:3e:b4:19:08","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:53:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.11"}],"id":"438130b6-c76c-46fe-b7d3-6f3df4547ce8","security_groups":["fb0ce210-c6d4-4a87-a666-6935d017ea1d"],"mac_address":"fa:16:3e:a3:76:e7","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:52:00Z","binding:vnic_type":"normal","device_id":"2ee2ad94-b526-4f74-801f-0006c93f82a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.2"}],"id":"6805ed78-26bf-41d5-9e39-ece2d9db6c90","security_groups":[],"mac_address":"fa:16:3e:04:ab:0c","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:52:00Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.1"}],"id":"91a49b08-9619-4432-9133-400601b474b9","security_groups":[],"mac_address":"fa:16:3e:3f:0b:92","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:46Z","binding:vnic_type":"normal","device_id":"93e78101-e4c4-47f0-8447-f2cde54673db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.3"}],"id":"fba014db-237a-4894-b8ed-bd4d2d31d550","security_groups":[],"mac_address":"fa:16:3e:79:3b:fc","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"}]} 2018-11-09 08:53:57,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-eb815a93-3cb1-4f43-ae81-9fe7685db6c5 2018-11-09 08:53:57,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:57,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c43e5a15-37c6-4d30-a0e5-bb4700d86f40 x-compute-request-id: req-c43e5a15-37c6-4d30-a0e5-bb4700d86f40 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:57,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-c43e5a15-37c6-4d30-a0e5-bb4700d86f40 2018-11-09 08:53:57,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:57,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-0d1916dd-45a5-4ad0-ba96-e507b52797e7 Date: Fri, 09 Nov 2018 08:53: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:53:57,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-0d1916dd-45a5-4ad0-ba96-e507b52797e7 2018-11-09 08:53:57,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:57,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abc57e8c-969d-4ccf-9f6f-54988501dc22 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:53:57,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-abc57e8c-969d-4ccf-9f6f-54988501dc22 2018-11-09 08:53:57,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:57,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-679fe7c8-0fce-4ce9-a9db-d350a7cf4eca Date: Fri, 09 Nov 2018 08:53:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:53:57,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-679fe7c8-0fce-4ce9-a9db-d350a7cf4eca 2018-11-09 08:53:57,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:58,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-4566581f-80c9-4396-9860-af78f6b15ee0 Date: Fri, 09 Nov 2018 08:53:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.4"}],"id":"15ba2da0-9796-4bdf-aea7-3c2615cf65f9","security_groups":[],"mac_address":"fa:16:3e:b4:19:08","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:53:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.11"}],"id":"438130b6-c76c-46fe-b7d3-6f3df4547ce8","security_groups":["fb0ce210-c6d4-4a87-a666-6935d017ea1d"],"mac_address":"fa:16:3e:a3:76:e7","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:52:00Z","binding:vnic_type":"normal","device_id":"2ee2ad94-b526-4f74-801f-0006c93f82a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.2"}],"id":"6805ed78-26bf-41d5-9e39-ece2d9db6c90","security_groups":[],"mac_address":"fa:16:3e:04:ab:0c","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:52:00Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.1"}],"id":"91a49b08-9619-4432-9133-400601b474b9","security_groups":[],"mac_address":"fa:16:3e:3f:0b:92","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:46Z","binding:vnic_type":"normal","device_id":"93e78101-e4c4-47f0-8447-f2cde54673db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.3"}],"id":"fba014db-237a-4894-b8ed-bd4d2d31d550","security_groups":[],"mac_address":"fa:16:3e:79:3b:fc","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"}]} 2018-11-09 08:53:58,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-4566581f-80c9-4396-9860-af78f6b15ee0 2018-11-09 08:53:58,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}}' 2018-11-09 08:53:58,971 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:53:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f26201d9-e579-42eb-9413-8610be5cc369 x-compute-request-id: req-f26201d9-e579-42eb-9413-8610be5cc369 Content-Length: 0 Content-Type: application/json 2018-11-09 08:53:58,971 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7/action used request id req-f26201d9-e579-42eb-9413-8610be5cc369 2018-11-09 08:53:58,972 - create_instance - INFO - Checking if VM is active 2018-11-09 08:53:58,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:59,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db749b05-513d-48d8-b57c-cb71b6101e82 x-compute-request-id: req-db749b05-513d-48d8-b57c-cb71b6101e82 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}, {"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:59,298 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-db749b05-513d-48d8-b57c-cb71b6101e82 2018-11-09 08:53:59,298 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - ACTIVE 2018-11-09 08:53:59,298 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:53:59,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:59,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a367ec4c-7914-44b2-8ba2-1547305455cf x-compute-request-id: req-a367ec4c-7914-44b2-8ba2-1547305455cf Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}, {"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:53:59,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-a367ec4c-7914-44b2-8ba2-1547305455cf 2018-11-09 08:53:59,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:59,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-5a000473-75b4-4800-8f6d-1a30007ca081 Date: Fri, 09 Nov 2018 08:53: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:53:59,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-5a000473-75b4-4800-8f6d-1a30007ca081 2018-11-09 08:53:59,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:59,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aa77c6b-06e9-4eaa-9ab1-9610f94b5c8e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:53:59,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-9aa77c6b-06e9-4eaa-9ab1-9610f94b5c8e 2018-11-09 08:53:59,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:59,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-009b9522-edb3-4c40-84d5-39f8f7de9b70 Date: Fri, 09 Nov 2018 08:53:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:53:59,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-009b9522-edb3-4c40-84d5-39f8f7de9b70 2018-11-09 08:53:59,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:53:59,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-888cf3bb-b85a-4164-94f3-bc808bfeca4b Date: Fri, 09 Nov 2018 08:53:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.4"}],"id":"15ba2da0-9796-4bdf-aea7-3c2615cf65f9","security_groups":[],"mac_address":"fa:16:3e:b4:19:08","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:53:58Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.11"}],"id":"438130b6-c76c-46fe-b7d3-6f3df4547ce8","security_groups":["759b10c5-653c-4977-bd9a-dbcc69fe451c","fb0ce210-c6d4-4a87-a666-6935d017ea1d"],"mac_address":"fa:16:3e:a3:76:e7","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:52:00Z","binding:vnic_type":"normal","device_id":"2ee2ad94-b526-4f74-801f-0006c93f82a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.2"}],"id":"6805ed78-26bf-41d5-9e39-ece2d9db6c90","security_groups":[],"mac_address":"fa:16:3e:04:ab:0c","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:52:00Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.1"}],"id":"91a49b08-9619-4432-9133-400601b474b9","security_groups":[],"mac_address":"fa:16:3e:3f:0b:92","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:46Z","binding:vnic_type":"normal","device_id":"93e78101-e4c4-47f0-8447-f2cde54673db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.3"}],"id":"fba014db-237a-4894-b8ed-bd4d2d31d550","security_groups":[],"mac_address":"fa:16:3e:79:3b:fc","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"}]} 2018-11-09 08:53:59,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-888cf3bb-b85a-4164-94f3-bc808bfeca4b 2018-11-09 08:53:59,970 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:54:00,974 - paramiko.transport - DEBUG - starting thread (client mode): 0x87d19fd0L 2018-11-09 08:54:00,974 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:54:00,980 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-09 08:54:00,980 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-09 08:54:00,982 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:54:00,982 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:54:00,982 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 08:54:00,982 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:54:00,982 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:54:00,982 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:54:01,025 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:54:01,026 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:54:01,038 - paramiko.transport - DEBUG - Trying key 187785096191e134dd9ce54cc2a0d889 from tmp/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7 2018-11-09 08:54:01,066 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:54:01,091 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:54:01,192 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:54:01,216 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:54:01,217 - create_instance - INFO - Checking if cloud-init has completed 2018-11-09 08:54:01,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:01,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2004f96-2729-4ce7-9aa7-6d7e54e1f842 x-compute-request-id: req-b2004f96-2729-4ce7-9aa7-6d7e54e1f842 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}, {"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:54:01,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-b2004f96-2729-4ce7-9aa7-6d7e54e1f842 2018-11-09 08:54:01,685 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - ACTIVE 2018-11-09 08:54:01,685 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:54:01,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:02,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-637564fa-d9ca-45fd-9b9a-20bb1dc3a395 x-compute-request-id: req-637564fa-d9ca-45fd-9b9a-20bb1dc3a395 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}, {"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:54:02,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-637564fa-d9ca-45fd-9b9a-20bb1dc3a395 2018-11-09 08:54:02,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:02,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-dfb03a1c-e026-4f65-a929-0a79cdda3ea8 Date: Fri, 09 Nov 2018 08:54: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:54:02,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-dfb03a1c-e026-4f65-a929-0a79cdda3ea8 2018-11-09 08:54:02,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:02,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a39dffe9-f75f-427f-a7dd-30fea885b0c2 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:54:02,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-a39dffe9-f75f-427f-a7dd-30fea885b0c2 2018-11-09 08:54:02,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:02,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b10fed03-1aff-4c63-94a7-e2f423c47881 Date: Fri, 09 Nov 2018 08:54:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:54:02,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-b10fed03-1aff-4c63-94a7-e2f423c47881 2018-11-09 08:54:02,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:02,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-21fa92ff-98ed-4c3f-a4a7-538ef8cc9eb5 Date: Fri, 09 Nov 2018 08:54:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.4"}],"id":"15ba2da0-9796-4bdf-aea7-3c2615cf65f9","security_groups":[],"mac_address":"fa:16:3e:b4:19:08","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:53:58Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.11"}],"id":"438130b6-c76c-46fe-b7d3-6f3df4547ce8","security_groups":["759b10c5-653c-4977-bd9a-dbcc69fe451c","fb0ce210-c6d4-4a87-a666-6935d017ea1d"],"mac_address":"fa:16:3e:a3:76:e7","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:52:00Z","binding:vnic_type":"normal","device_id":"2ee2ad94-b526-4f74-801f-0006c93f82a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.2"}],"id":"6805ed78-26bf-41d5-9e39-ece2d9db6c90","security_groups":[],"mac_address":"fa:16:3e:04:ab:0c","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:52:00Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.1"}],"id":"91a49b08-9619-4432-9133-400601b474b9","security_groups":[],"mac_address":"fa:16:3e:3f:0b:92","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:46Z","binding:vnic_type":"normal","device_id":"93e78101-e4c4-47f0-8447-f2cde54673db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.3"}],"id":"fba014db-237a-4894-b8ed-bd4d2d31d550","security_groups":[],"mac_address":"fa:16:3e:79:3b:fc","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"}]} 2018-11-09 08:54:02,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-21fa92ff-98ed-4c3f-a4a7-538ef8cc9eb5 2018-11-09 08:54:02,452 - create_instance - INFO - Checking if VM is active 2018-11-09 08:54:02,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:02,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-843f6493-7480-464b-ac43-90b9b6e3a128 x-compute-request-id: req-843f6493-7480-464b-ac43-90b9b6e3a128 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}, {"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:54:02,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-843f6493-7480-464b-ac43-90b9b6e3a128 2018-11-09 08:54:02,932 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - ACTIVE 2018-11-09 08:54:02,932 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:54:02,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:03,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c14edc4a-04a9-4f1f-b74a-f3939e9fdefe x-compute-request-id: req-c14edc4a-04a9-4f1f-b74a-f3939e9fdefe Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "security_groups": [{"name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp"}, {"name": "default"}], "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:53:47Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:54:03,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-c14edc4a-04a9-4f1f-b74a-f3939e9fdefe 2018-11-09 08:54:03,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:03,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-41349445-f91f-4478-a68f-3726e9d2a479 Date: Fri, 09 Nov 2018 08:54: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":["359631bf-3c52-40d3-a89e-42579235d6c9"],"updated_at":"2018-11-09T08:51:38Z","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59b3546e98b041228ffe5d12b6646511","id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net"}]} 2018-11-09 08:54:03,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net used request id req-41349445-f91f-4478-a68f-3726e9d2a479 2018-11-09 08:54:03,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:03,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c29e5df-08fc-4b2a-a378-5b59b613e13c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:54:03,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-8c29e5df-08fc-4b2a-a378-5b59b613e13c 2018-11-09 08:54:03,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:03,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a83a6b42-0d36-41ba-95f6-7d8097807c2a Date: Fri, 09 Nov 2018 08:54:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","dns_nameservers":[],"updated_at":"2018-11-09T08:51: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":"59b3546e98b041228ffe5d12b6646511","id":"359631bf-3c52-40d3-a89e-42579235d6c9","subnetpool_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet"}]} 2018-11-09 08:54:03,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-a83a6b42-0d36-41ba-95f6-7d8097807c2a 2018-11-09 08:54:03,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:03,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-dfba0e1d-6b43-4c86-8b49-6a3af5372045 Date: Fri, 09 Nov 2018 08:54:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.4"}],"id":"15ba2da0-9796-4bdf-aea7-3c2615cf65f9","security_groups":[],"mac_address":"fa:16:3e:b4:19:08","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:53:58Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.11"}],"id":"438130b6-c76c-46fe-b7d3-6f3df4547ce8","security_groups":["759b10c5-653c-4977-bd9a-dbcc69fe451c","fb0ce210-c6d4-4a87-a666-6935d017ea1d"],"mac_address":"fa:16:3e:a3:76:e7","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:52:00Z","binding:vnic_type":"normal","device_id":"2ee2ad94-b526-4f74-801f-0006c93f82a7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.2"}],"id":"6805ed78-26bf-41d5-9e39-ece2d9db6c90","security_groups":[],"mac_address":"fa:16:3e:04:ab:0c","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:52:00Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.1"}],"id":"91a49b08-9619-4432-9133-400601b474b9","security_groups":[],"mac_address":"fa:16:3e:3f:0b:92","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:46Z","binding:vnic_type":"normal","device_id":"93e78101-e4c4-47f0-8447-f2cde54673db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:51:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"359631bf-3c52-40d3-a89e-42579235d6c9","ip_address":"10.55.1.3"}],"id":"fba014db-237a-4894-b8ed-bd4d2d31d550","security_groups":[],"mac_address":"fa:16:3e:79:3b:fc","project_id":"59b3546e98b041228ffe5d12b6646511","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0c94c8ef-21b1-404a-bcf1-15534a0b5bd7","tenant_id":"59b3546e98b041228ffe5d12b6646511","created_at":"2018-11-09T08:51:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0c94c8ef-21b1-404a-bcf1-15534a0b5bd7"}]} 2018-11-09 08:54:03,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-dfba0e1d-6b43-4c86-8b49-6a3af5372045 2018-11-09 08:54:03,915 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:54:03,917 - paramiko.transport - DEBUG - starting thread (client mode): 0x87e506d0L 2018-11-09 08:54:03,917 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:54:03,920 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-09 08:54:03,920 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-09 08:54:03,921 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:54:03,922 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:54:03,922 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 08:54:03,922 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:54:03,922 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:54:03,922 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:54:03,965 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:54:03,966 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:54:03,982 - paramiko.transport - DEBUG - Trying key 187785096191e134dd9ce54cc2a0d889 from tmp/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7 2018-11-09 08:54:04,006 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:54:04,012 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:54:04,113 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:54:04,128 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:54:04,128 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:54:04,129 - paramiko.transport - DEBUG - starting thread (client mode): 0x87e506d0L 2018-11-09 08:54:04,130 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:54:04,132 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-09 08:54:04,133 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-09 08:54:04,134 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:54:04,134 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:54:04,134 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 08:54:04,134 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:54:04,135 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:54:04,135 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:54:04,177 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:54:04,177 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:54:04,194 - paramiko.transport - DEBUG - Trying key 187785096191e134dd9ce54cc2a0d889 from tmp/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7 2018-11-09 08:54:04,218 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:54:04,224 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:54:04,226 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:54:04,390 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-09 08:54:04,391 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:54:04,429 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:54:04,435 - create_instance - INFO - cloud-init complete for VM instance 2018-11-09 08:54:04,436 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:54:04,436 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-09 08:54:04,438 - paramiko.transport - DEBUG - starting thread (client mode): 0x87e50f10L 2018-11-09 08:54:04,438 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-09 08:54:04,439 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:54:04,440 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-09 08:54:04,441 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-09 08:54:04,442 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:54:04,442 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:54:04,442 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 08:54:04,442 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:54:04,443 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:54:04,443 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:54:04,485 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:54:04,485 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:54:04,503 - paramiko.transport - DEBUG - Trying key 187785096191e134dd9ce54cc2a0d889 from tmp/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7 2018-11-09 08:54:04,526 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:54:04,532 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:54:04,536 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:54:04,699 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-09 08:54:04,699 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:54:04,701 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:54:04,775 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-11-09 08:54:04,858 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-11-09 08:54:10,528 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:54:10,530 - paramiko.transport - DEBUG - starting thread (client mode): 0x87b48950L 2018-11-09 08:54:10,531 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:54:10,533 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-09 08:54:10,534 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-09 08:54:10,535 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:54:10,535 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:54:10,535 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 08:54:10,536 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:54:10,536 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:54:10,536 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:54:10,577 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:54:10,578 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:54:10,595 - paramiko.transport - DEBUG - Trying key 187785096191e134dd9ce54cc2a0d889 from tmp/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7 2018-11-09 08:54:10,618 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:54:10,625 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:54:10,628 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:54:10,805 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-09 08:54:10,806 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:54:10,830 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:54:10,845 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-09 08:54:10,846 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-09 08:54:10,946 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:54:10,961 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2018-11-09 08:54:10,962 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-11-09 08:54:10,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/3d67fe01-8837-4461-8e0a-43640832858c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:11,902 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92f94d52-fa6c-4a79-a963-b6b305353437 Content-Length: 0 Date: Fri, 09 Nov 2018 08:54:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:11,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/3d67fe01-8837-4461-8e0a-43640832858c used request id req-92f94d52-fa6c-4a79-a963-b6b305353437 2018-11-09 08:54:11,902 - create_instance - INFO - Deleting Port with ID - 438130b6-c76c-46fe-b7d3-6f3df4547ce8 2018-11-09 08:54:11,903 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-port-1 2018-11-09 08:54:11,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/438130b6-c76c-46fe-b7d3-6f3df4547ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:12,567 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e61d2ba7-e69e-4fab-a8c3-7a15259ba83c Date: Fri, 09 Nov 2018 08:54:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:12,567 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/438130b6-c76c-46fe-b7d3-6f3df4547ce8 used request id req-e61d2ba7-e69e-4fab-a8c3-7a15259ba83c 2018-11-09 08:54:12,567 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst 2018-11-09 08:54:12,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:12,721 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:54:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-75d72725-80fa-46ed-b24c-5cd7d971f946 x-compute-request-id: req-75d72725-80fa-46ed-b24c-5cd7d971f946 Content-Type: application/json 2018-11-09 08:54:12,721 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-75d72725-80fa-46ed-b24c-5cd7d971f946 2018-11-09 08:54:12,722 - create_instance - INFO - Checking deletion status 2018-11-09 08:54:12,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:12,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b132b009-1ce4-448f-8253-429af28003ee x-compute-request-id: req-b132b009-1ce4-448f-8253-429af28003ee Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:76:e7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7", "rel": "bookmark"}], "image": {"id": "b7f0b999-55ed-416e-875c-9fc5838887c4", "links": [{"href": "http://172.30.9.27:8774/images/b7f0b999-55ed-416e-875c-9fc5838887c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:53:47.000000", "flavor": {"id": "6078595e-e4a6-40b1-b20d-5cdf599261f7", "links": [{"href": "http://172.30.9.27:8774/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7", "rel": "bookmark"}]}, "id": "2ee2ad94-b526-4f74-801f-0006c93f82a7", "user_id": "8820be2574124f88af19829c2fa0ce9c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:54:12Z", "hostId": "03cd20f1a803a4bc76cc073c4b2129e29480454bcc2355f3b4055827", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp", "name": "AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst", "created": "2018-11-09T08:52:04Z", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:54:12,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-b132b009-1ce4-448f-8253-429af28003ee 2018-11-09 08:54:12,967 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst] is - ACTIVE 2018-11-09 08:54:12,967 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:54:15,971 - create_instance - DEBUG - VM status query timeout in 296.751207113 2018-11-09 08:54:15,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb046331c25fec613315f0736a67f9ecf3d3459a" 2018-11-09 08:54:16,028 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:54: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-4ebc814b-246b-435b-a75a-849f43cec104 x-compute-request-id: req-4ebc814b-246b-435b-a75a-849f43cec104 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2ee2ad94-b526-4f74-801f-0006c93f82a7 could not be found.", "code": 404}} 2018-11-09 08:54:16,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/2ee2ad94-b526-4f74-801f-0006c93f82a7 used request id req-4ebc814b-246b-435b-a75a-849f43cec104 2018-11-09 08:54:16,028 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2ee2ad94-b526-4f74-801f-0006c93f82a7 could not be found. (HTTP 404) (Request-ID: req-4ebc814b-246b-435b-a75a-849f43cec104) 2018-11-09 08:54:16,028 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-inst 2018-11-09 08:54:16,029 - neutron_utils - INFO - Deleting security group rule with ID - 088b98c4-bac3-41a2-838b-fe3b06e51833 2018-11-09 08:54:16,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/088b98c4-bac3-41a2-838b-fe3b06e51833 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:54:16,150 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6563df02-5cfd-4a22-87eb-7d150f64c625 Content-Length: 0 Date: Fri, 09 Nov 2018 08:54:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:16,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/088b98c4-bac3-41a2-838b-fe3b06e51833 used request id req-6563df02-5cfd-4a22-87eb-7d150f64c625 2018-11-09 08:54:16,150 - neutron_utils - INFO - Deleting security group rule with ID - 39b24baf-5085-4eab-899f-b8378367bae5 2018-11-09 08:54:16,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/39b24baf-5085-4eab-899f-b8378367bae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:54:16,254 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2056ac73-d767-4ef5-ab4e-c9a1523deb60 Content-Length: 0 Date: Fri, 09 Nov 2018 08:54:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:16,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/39b24baf-5085-4eab-899f-b8378367bae5 used request id req-2056ac73-d767-4ef5-ab4e-c9a1523deb60 2018-11-09 08:54:16,255 - neutron_utils - INFO - Deleting security group rule with ID - 37fc03cf-e45b-4b13-ae00-4de63ba7d232 2018-11-09 08:54:16,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/37fc03cf-e45b-4b13-ae00-4de63ba7d232 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:54:16,534 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b603939c-0cba-4229-8920-5359c732527d Content-Length: 0 Date: Fri, 09 Nov 2018 08:54:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:16,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/37fc03cf-e45b-4b13-ae00-4de63ba7d232 used request id req-b603939c-0cba-4229-8920-5359c732527d 2018-11-09 08:54:16,535 - neutron_utils - INFO - Deleting security group rule with ID - aa015135-4b3f-466a-bbb0-8561fc125dbe 2018-11-09 08:54:16,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/aa015135-4b3f-466a-bbb0-8561fc125dbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:54:16,718 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2fb54b24-185b-4be7-82f7-35633d6262bd Content-Length: 0 Date: Fri, 09 Nov 2018 08:54:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:16,718 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/aa015135-4b3f-466a-bbb0-8561fc125dbe used request id req-2fb54b24-185b-4be7-82f7-35633d6262bd 2018-11-09 08:54:16,718 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-sec-grp 2018-11-09 08:54:16,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/759b10c5-653c-4977-bd9a-dbcc69fe451c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}899beffbe70a982c9d02468958e6e0f7704a1825" 2018-11-09 08:54:16,853 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6b73675-31db-46fe-a9eb-b3effb3217d4 Content-Length: 0 Date: Fri, 09 Nov 2018 08:54:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:16,853 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/759b10c5-653c-4977-bd9a-dbcc69fe451c used request id req-f6b73675-31db-46fe-a9eb-b3effb3217d4 2018-11-09 08:54:16,854 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp 2018-11-09 08:54:16,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c704eb9ea6c86d5ff26bd49cb57925021b8c8c0" 2018-11-09 08:54:16,905 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-9807c454-79b4-4716-b47e-6e60d21c10f4 x-compute-request-id: req-9807c454-79b4-4716-b47e-6e60d21c10f4 Content-Length: 0 Content-Type: application/json 2018-11-09 08:54:16,905 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-kp used request id req-9807c454-79b4-4716-b47e-6e60d21c10f4 2018-11-09 08:54:16,906 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7.pub] 2018-11-09 08:54:16,906 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7] 2018-11-09 08:54:16,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e78d5c929169211b92a8986ac33963bcb4f9174b" 2018-11-09 08:54:16,961 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-7fda4210-4ba1-4f73-a0e8-e1b5aa4ddc67 x-compute-request-id: req-7fda4210-4ba1-4f73-a0e8-e1b5aa4ddc67 Content-Length: 0 Content-Type: application/json 2018-11-09 08:54:16,961 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6078595e-e4a6-40b1-b20d-5cdf599261f7 used request id req-7fda4210-4ba1-4f73-a0e8-e1b5aa4ddc67 2018-11-09 08:54:16,962 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router and subnet AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet 2018-11-09 08:54:16,963 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router 2018-11-09 08:54:16,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/93e78101-e4c4-47f0-8447-f2cde54673db/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" -d '{"subnet_id": "359631bf-3c52-40d3-a89e-42579235d6c9"}' 2018-11-09 08:54:18,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4f543c1a-e208-475b-b80d-da02699fe5b3 Date: Fri, 09 Nov 2018 08:54:18 GMT RESP BODY: {"network_id": "0c94c8ef-21b1-404a-bcf1-15534a0b5bd7", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "subnet_id": "359631bf-3c52-40d3-a89e-42579235d6c9", "subnet_ids": ["359631bf-3c52-40d3-a89e-42579235d6c9"], "port_id": "91a49b08-9619-4432-9133-400601b474b9", "id": "93e78101-e4c4-47f0-8447-f2cde54673db"} 2018-11-09 08:54:18,597 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/93e78101-e4c4-47f0-8447-f2cde54673db/remove_router_interface used request id req-4f543c1a-e208-475b-b80d-da02699fe5b3 2018-11-09 08:54:18,598 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router 2018-11-09 08:54:18,598 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-router 2018-11-09 08:54:18,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/93e78101-e4c4-47f0-8447-f2cde54673db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae83cab78c07a553153684035ee42c98eae9d62a" 2018-11-09 08:54:22,279 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8cd09b05-d93e-4fa3-a7d3-b1a7e1aa9de5 Content-Length: 0 Date: Fri, 09 Nov 2018 08:54:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:22,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/93e78101-e4c4-47f0-8447-f2cde54673db used request id req-8cd09b05-d93e-4fa3-a7d3-b1a7e1aa9de5 2018-11-09 08:54:22,280 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet 2018-11-09 08:54:22,281 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-subnet 2018-11-09 08:54:22,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/359631bf-3c52-40d3-a89e-42579235d6c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d33906ae945238f9c185c94db1ca71514d40e3" 2018-11-09 08:54:24,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0444e198-54ce-48d1-bc30-edd169f48f95 Date: Fri, 09 Nov 2018 08:54:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:24,566 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/359631bf-3c52-40d3-a89e-42579235d6c9 used request id req-0444e198-54ce-48d1-bc30-edd169f48f95 2018-11-09 08:54:24,566 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7-pub-net 2018-11-09 08:54:24,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d33906ae945238f9c185c94db1ca71514d40e3" 2018-11-09 08:54:25,982 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6e7d8ea1-2e9f-4e7d-8f4d-7ba6e3a9be1d Date: Fri, 09 Nov 2018 08:54:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:25,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/0c94c8ef-21b1-404a-bcf1-15534a0b5bd7 used request id req-6e7d8ea1-2e9f-4e7d-8f4d-7ba6e3a9be1d 2018-11-09 08:54:25,983 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-32de0246-ca5b-4e44-9088-cec73f8405f7--image 2018-11-09 08:54:25,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d86834f4d4b1e6ae59e389286867c736f9183e8c" 2018-11-09 08:54:27,793 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-72b26a21-e0fa-40d3-a479-3897af42bbbb Date: Fri, 09 Nov 2018 08:54:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:54:27,794 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/b7f0b999-55ed-416e-875c-9fc5838887c4 used request id req-72b26a21-e0fa-40d3-a479-3897af42bbbb 2018-11-09 08:54:27,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:54:28,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b368b64d-216f-4505-8776-c037de4276c1 Date: Fri, 09 Nov 2018 08:54:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:36Z", "updated_at": "2018-11-09T08:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:36Z", "revision_number": 0, "id": "04470557-daea-4153-a1df-f4f614f421b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:36Z", "security_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:36Z", "revision_number": 0, "id": "417820af-767b-4551-9de9-3ba95a2c32bd", "remote_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:36Z", "security_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:36Z", "revision_number": 0, "id": "903c194c-4cba-4b5a-9f9e-361325422d99", "remote_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:36Z", "security_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b3546e98b041228ffe5d12b6646511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:51:36Z", "revision_number": 0, "id": "eac016ce-d7b7-40ea-ac54-67a50b3e72fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:51:36Z", "security_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "tenant_id": "59b3546e98b041228ffe5d12b6646511", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b3546e98b041228ffe5d12b6646511"}], "revision_number": 4, "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "name": "default"}]} 2018-11-09 08:54:28,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-b368b64d-216f-4505-8776-c037de4276c1 2018-11-09 08:54:28,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:54:28,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f70fc7c-9e88-46a3-b440-9169fd813c81 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:54:28,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-2f70fc7c-9e88-46a3-b440-9169fd813c81 2018-11-09 08:54:28,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:54:28,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d112c4-1fcf-4cd6-8b3b-1f902b0ccb69 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:54:28,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-76d112c4-1fcf-4cd6-8b3b-1f902b0ccb69 2018-11-09 08:54:28,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:54:28,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a880c91-a8b2-4cfe-a44f-6e395a6b0c4c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:54:28,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-2a880c91-a8b2-4cfe-a44f-6e395a6b0c4c 2018-11-09 08:54:28,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:54:28,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d20485c-32f1-449e-ab4c-6cfda6872c33 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511"}, "enabled": true, "id": "59b3546e98b041228ffe5d12b6646511", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3994fe7a-0401-471-proj"}} 2018-11-09 08:54:28,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-4d20485c-32f1-449e-ab4c-6cfda6872c33 2018-11-09 08:54:28,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb0ce210-c6d4-4a87-a666-6935d017ea1d 2018-11-09 08:54:28,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=fb0ce210-c6d4-4a87-a666-6935d017ea1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:54:28,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-86569071-4d9c-4f2a-9b79-ac61f6427200 Date: Fri, 09 Nov 2018 08:54:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:36Z", "security_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:36Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "04470557-daea-4153-a1df-f4f614f421b6"}, {"remote_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:36Z", "security_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:36Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "417820af-767b-4551-9de9-3ba95a2c32bd"}, {"remote_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:36Z", "security_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:36Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "903c194c-4cba-4b5a-9f9e-361325422d99"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:51:36Z", "security_group_id": "fb0ce210-c6d4-4a87-a666-6935d017ea1d", "port_range_min": null, "revision_number": 0, "tenant_id": "59b3546e98b041228ffe5d12b6646511", "created_at": "2018-11-09T08:51:36Z", "project_id": "59b3546e98b041228ffe5d12b6646511", "id": "eac016ce-d7b7-40ea-ac54-67a50b3e72fd"}]} 2018-11-09 08:54:28,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=fb0ce210-c6d4-4a87-a666-6935d017ea1d used request id req-86569071-4d9c-4f2a-9b79-ac61f6427200 2018-11-09 08:54:28,581 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:54:28,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/fb0ce210-c6d4-4a87-a666-6935d017ea1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:54:28,933 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-169d491c-8171-45a4-85b3-a7617c7c9c43 Content-Length: 0 Date: Fri, 09 Nov 2018 08:54:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:54:28,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/fb0ce210-c6d4-4a87-a666-6935d017ea1d used request id req-169d491c-8171-45a4-85b3-a7617c7c9c43 2018-11-09 08:54:28,934 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-3994fe7a-0401-471-proj 2018-11-09 08:54:28,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:54:29,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:54:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07795e2e-7b91-44f8-ab2f-2fd5b338eb2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:54:29,123 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/59b3546e98b041228ffe5d12b6646511 used request id req-07795e2e-7b91-44f8-ab2f-2fd5b338eb2c 2018-11-09 08:54:29,123 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-3994fe7a-0401-471-proj-role 2018-11-09 08:54:29,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/b3a5c34e1bb0434b9f917ece702e7d39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:54:29,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-781f9009-aa09-4340-a1a2-272f5a8b8d9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:54:29,235 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b3a5c34e1bb0434b9f917ece702e7d39 used request id req-781f9009-aa09-4340-a1a2-272f5a8b8d9d 2018-11-09 08:54:29,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b35d458554dea633202266df95424ba9c10b57" 2018-11-09 08:54:29,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-894f56d1-49d4-49bd-be69-d3dce781dc7d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:54:29,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-894f56d1-49d4-49bd-be69-d3dce781dc7d 2018-11-09 08:54:29,329 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-3994fe7a-0401-471-user 2018-11-09 08:54:29,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/8820be2574124f88af19829c2fa0ce9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44dfcc17d8da82e21db2bd5f220185f9f748390c" 2018-11-09 08:54:29,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6608b184-2884-45db-94e3-ae55216df0ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:54:29,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8820be2574124f88af19829c2fa0ce9c used request id req-6608b184-2884-45db-94e3-ae55216df0ff 2018-11-09 08:54:29,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:29,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:54:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["rnM2PTpLTa-2I5EOmraCbg"], "issued_at": "2018-11-09T08:54:29.000000Z"}} 2018-11-09 08:54:29,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6327f01fef62317f1d0a4e9a0f881805dc7895b4" 2018-11-09 08:54:30,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72207435-6485-4bc6-9794-e4b35adb48c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:30,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-72207435-6485-4bc6-9794-e4b35adb48c1 2018-11-09 08:54:30,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:30,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:30,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:54:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["Q8KX7TvhTPyUGsabhdWH0g"], "issued_at": "2018-11-09T08:54:30.000000Z"}} 2018-11-09 08:54:30,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:54:30,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a997b0-0075-4975-a932-158cc8ac70d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:30,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-34a997b0-0075-4975-a932-158cc8ac70d1 2018-11-09 08:54:30,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:54:30,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:54: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:54:30,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-2b995484-5e1d-4b5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:54:30,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b541c99-2d18-44ba-8016-8824353e8842 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-2b995484-5e1d-4b5-proj", "previous": null, "next": null}, "projects": []} 2018-11-09 08:54:30,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-2b995484-5e1d-4b5-proj used request id req-4b541c99-2d18-44ba-8016-8824353e8842 2018-11-09 08:54:30,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:54:30,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-990de568-b897-45f8-bd85-24b2677489c3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:54:30,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-990de568-b897-45f8-bd85-24b2677489c3 2018-11-09 08:54:30,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}}' 2018-11-09 08:54:30,910 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-566f73e6-7c9e-457a-9732-4475dde44e30 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:54:30,910 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-566f73e6-7c9e-457a-9732-4475dde44e30 2018-11-09 08:54:30,911 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-2b995484-5e1d-4b5-proj 2018-11-09 08:54:30,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:30,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:31,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:54:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["dcKWYJKwSZqZ-eFSe6eaIQ"], "issued_at": "2018-11-09T08:54:31.000000Z"}} 2018-11-09 08:54:31,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675e8e8b0e3f58b6d1180b18af40c5de636896eb" 2018-11-09 08:54:31,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d764404-4663-404c-909e-0ed14fa9759d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:31,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6d764404-4663-404c-909e-0ed14fa9759d 2018-11-09 08:54:31,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:54:31,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:54: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:54:31,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675e8e8b0e3f58b6d1180b18af40c5de636896eb" 2018-11-09 08:54:31,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5872f49f-4c24-4342-88da-5c8e2393a858 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:54:31,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-5872f49f-4c24-4342-88da-5c8e2393a858 2018-11-09 08:54:31,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=AnsibleProvisioningTests-2b995484-5e1d-4b5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675e8e8b0e3f58b6d1180b18af40c5de636896eb" 2018-11-09 08:54:31,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9143099c-7f52-4f72-a977-305045a614ca Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=AnsibleProvisioningTests-2b995484-5e1d-4b5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}]} 2018-11-09 08:54:31,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=AnsibleProvisioningTests-2b995484-5e1d-4b5-proj used request id req-9143099c-7f52-4f72-a977-305045a614ca 2018-11-09 08:54:31,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675e8e8b0e3f58b6d1180b18af40c5de636896eb" 2018-11-09 08:54:31,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cddd1528-f48c-4db4-a92b-5c98a58950ff Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 08:54:31,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-cddd1528-f48c-4db4-a92b-5c98a58950ff 2018-11-09 08:54:32,095 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-2b995484-5e1d-4b5-user 2018-11-09 08:54:32,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:32,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:54:32,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-024b079a-0cf9-47fa-ab89-8f2348d19e97 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:54:32,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-024b079a-0cf9-47fa-ab89-8f2348d19e97 2018-11-09 08:54:32,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" -d '{"role": {"name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role"}}' 2018-11-09 08:54:32,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3de21c1e-3dc0-4717-a555-13cad258b713 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3bc65ab33cf747289d0acbf8cbb950c6", "links": {"self": "http://172.30.9.27:5000/v3/roles/3bc65ab33cf747289d0acbf8cbb950c6"}, "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role"}} 2018-11-09 08:54:32,294 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-3de21c1e-3dc0-4717-a555-13cad258b713 2018-11-09 08:54:32,294 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role 2018-11-09 08:54:32,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/3bc65ab33cf747289d0acbf8cbb950c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:54:32,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-670fc74b-e64a-4750-b777-d6122f765ae5 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/3bc65ab33cf747289d0acbf8cbb950c6"}, "domain_id": null, "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role", "id": "3bc65ab33cf747289d0acbf8cbb950c6"}} 2018-11-09 08:54:32,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/3bc65ab33cf747289d0acbf8cbb950c6 used request id req-670fc74b-e64a-4750-b777-d6122f765ae5 2018-11-09 08:54:32,386 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role to project AnsibleProvisioningTests-2b995484-5e1d-4b5-proj 2018-11-09 08:54:32,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963/users/0cb375c1f21f4e9aa40225195f5910c0/roles/3bc65ab33cf747289d0acbf8cbb950c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:54:32,511 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db0fb89f-fdf1-4323-9584-c4c40aa1321b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:54:32,511 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963/users/0cb375c1f21f4e9aa40225195f5910c0/roles/3bc65ab33cf747289d0acbf8cbb950c6 used request id req-db0fb89f-fdf1-4323-9584-c4c40aa1321b 2018-11-09 08:54:32,511 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:54:32,514 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-11-09 08:54:32,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:32,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:32,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bc65ab33cf747289d0acbf8cbb950c6", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role"}], "expires_at": "2018-11-09T09:54:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15094870ff934128b81ee8c8c29ab963", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-user", "id": "0cb375c1f21f4e9aa40225195f5910c0"}, "audit_ids": ["P0CGF5DMTFCUXtHGiR7JQQ"], "issued_at": "2018-11-09T08:54:32.000000Z"}} 2018-11-09 08:54:32,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53904c20c1bc5c35b6bbc441c5ca4dcfd563ac9d" 2018-11-09 08:54:32,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f10d573-d109-4a18-be76-8ba70fbb7f01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:32,974 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7f10d573-d109-4a18-be76-8ba70fbb7f01 2018-11-09 08:54:32,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}53904c20c1bc5c35b6bbc441c5ca4dcfd563ac9d" 2018-11-09 08:54:33,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-95669571-2701-4867-bced-106fc1ab153a Date: Fri, 09 Nov 2018 08:54:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image"} 2018-11-09 08:54:33,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image used request id req-95669571-2701-4867-bced-106fc1ab153a 2018-11-09 08:54:33,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}53904c20c1bc5c35b6bbc441c5ca4dcfd563ac9d" 2018-11-09 08:54:33,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9b3d9825-403c-4f37-9330-f28a1124e30c Date: Fri, 09 Nov 2018 08:54:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:54:33,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-9b3d9825-403c-4f37-9330-f28a1124e30c 2018-11-09 08:54:33,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}53904c20c1bc5c35b6bbc441c5ca4dcfd563ac9d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image"}' 2018-11-09 08:54:33,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5 X-Openstack-Request-Id: req-c8573960-05eb-4e31-8d83-1ab7fe43386e Date: Fri, 09 Nov 2018 08:54:33 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:54:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T08:54:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "min_disk": 0, "protected": false, "id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "file": "/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/file", "checksum": null, "owner": "15094870ff934128b81ee8c8c29ab963", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:54:33,555 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c8573960-05eb-4e31-8d83-1ab7fe43386e 2018-11-09 08:54:33,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}53904c20c1bc5c35b6bbc441c5ca4dcfd563ac9d" -d '' 2018-11-09 08:54:40,076 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49b33dae-365e-4ae4-adf7-f8752b00b3d5 Date: Fri, 09 Nov 2018 08:54:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:54:40,076 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/file used request id req-49b33dae-365e-4ae4-adf7-f8752b00b3d5 2018-11-09 08:54:40,077 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-11-09 08:54:40,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}53904c20c1bc5c35b6bbc441c5ca4dcfd563ac9d" 2018-11-09 08:54:40,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0fe8422f-80f8-4ba9-908a-61b3fe6a6623 Date: Fri, 09 Nov 2018 08:54:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:54:33Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-09T08:54:40Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/snap", "metadata": {}}], "self": "/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "min_disk": 0, "protected": false, "id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "file": "/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "15094870ff934128b81ee8c8c29ab963", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:54:40,236 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5 used request id req-0fe8422f-80f8-4ba9-908a-61b3fe6a6623 2018-11-09 08:54:40,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}53904c20c1bc5c35b6bbc441c5ca4dcfd563ac9d" 2018-11-09 08:54:40,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4b24dd07-6b04-4f56-b730-873542c130c2 Date: Fri, 09 Nov 2018 08:54:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:54:40,404 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-4b24dd07-6b04-4f56-b730-873542c130c2 2018-11-09 08:54:40,407 - create_image - INFO - Created image with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image 2018-11-09 08:54:40,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}53904c20c1bc5c35b6bbc441c5ca4dcfd563ac9d" 2018-11-09 08:54:40,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9e4c1f58-f4b8-431a-be33-0007cef680c9 Date: Fri, 09 Nov 2018 08:54:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:54:33Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-09T08:54:40Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/snap", "metadata": {}}], "self": "/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "min_disk": 0, "protected": false, "id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "file": "/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "15094870ff934128b81ee8c8c29ab963", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 08:54:40,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5 used request id req-9e4c1f58-f4b8-431a-be33-0007cef680c9 2018-11-09 08:54:40,584 - create_image - DEBUG - Instance status is - active 2018-11-09 08:54:40,584 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image 2018-11-09 08:54:40,584 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image 2018-11-09 08:54:40,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:40,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:40,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bc65ab33cf747289d0acbf8cbb950c6", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role"}], "expires_at": "2018-11-09T09:54:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15094870ff934128b81ee8c8c29ab963", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-user", "id": "0cb375c1f21f4e9aa40225195f5910c0"}, "audit_ids": ["BphLt5QCST-vypJMynQHEA"], "issued_at": "2018-11-09T08:54:40.000000Z"}} 2018-11-09 08:54:40,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e7e3b8c4a26a864a8892ab5dd27e1e86b4c38a" 2018-11-09 08:54:41,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8c4ebaf-80d6-4857-8f61-4848b1a37374 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:41,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c8c4ebaf-80d6-4857-8f61-4848b1a37374 2018-11-09 08:54:41,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e7e3b8c4a26a864a8892ab5dd27e1e86b4c38a" 2018-11-09 08:54:41,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fcc2c7b5-85c8-4ecd-986c-25db0160ff02 Date: Fri, 09 Nov 2018 08:54:41 GMT RESP BODY: {"networks":[]} 2018-11-09 08:54:41,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-fcc2c7b5-85c8-4ecd-986c-25db0160ff02 2018-11-09 08:54:41,227 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net 2018-11-09 08:54:41,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e7e3b8c4a26a864a8892ab5dd27e1e86b4c38a" -d '{"network": {"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net", "admin_state_up": true}}' 2018-11-09 08:54:41,729 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-44ce36f0-c9d5-418d-9b1d-62d7c62a21c0 Date: Fri, 09 Nov 2018 08:54:41 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T08:54:41Z","is_default":false,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","mtu":1450}} 2018-11-09 08:54:41,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-44ce36f0-c9d5-418d-9b1d-62d7c62a21c0 2018-11-09 08:54:41,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e7e3b8c4a26a864a8892ab5dd27e1e86b4c38a" 2018-11-09 08:54:41,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-1b73123f-200f-4ce4-bfc4-678df4978007 Date: Fri, 09 Nov 2018 08:54:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T08:54:41Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:54:41,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-1b73123f-200f-4ce4-bfc4-678df4978007 2018-11-09 08:54:41,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e7e3b8c4a26a864a8892ab5dd27e1e86b4c38a" 2018-11-09 08:54:42,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-45675add-e5b0-487b-9518-f3104c972ea4 Date: Fri, 09 Nov 2018 08:54:42 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:54:42,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-45675add-e5b0-487b-9518-f3104c972ea4 2018-11-09 08:54:42,154 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet 2018-11-09 08:54:42,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e7e3b8c4a26a864a8892ab5dd27e1e86b4c38a" -d '{"subnets": [{"ip_version": 4, "network_id": "5f5d913f-baba-4eb2-bd63-83cc4cc14287", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]}' 2018-11-09 08:54:42,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b1eed2bc-08ab-4a0f-bcb2-625b67a8487c Date: Fri, 09 Nov 2018 08:54:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:54:42,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-b1eed2bc-08ab-4a0f-bcb2-625b67a8487c 2018-11-09 08:54:42,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e7e3b8c4a26a864a8892ab5dd27e1e86b4c38a" 2018-11-09 08:54:43,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e2b5c669-824d-4f19-b381-0781e2a9509b Date: Fri, 09 Nov 2018 08:54: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:54:43,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-e2b5c669-824d-4f19-b381-0781e2a9509b 2018-11-09 08:54:43,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e7e3b8c4a26a864a8892ab5dd27e1e86b4c38a" 2018-11-09 08:54:43,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-60398df2-9480-40dc-8f03-b5276249f00e Date: Fri, 09 Nov 2018 08:54:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:54:43,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-60398df2-9480-40dc-8f03-b5276249f00e 2018-11-09 08:54:43,485 - OpenStackNetwork - DEBUG - Network [5f5d913f-baba-4eb2-bd63-83cc4cc14287] created successfully 2018-11-09 08:54:43,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:43,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:43,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bc65ab33cf747289d0acbf8cbb950c6", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role"}], "expires_at": "2018-11-09T09:54:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15094870ff934128b81ee8c8c29ab963", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-user", "id": "0cb375c1f21f4e9aa40225195f5910c0"}, "audit_ids": ["4J4DC8GCRxefK8SdTPk-Vw"], "issued_at": "2018-11-09T08:54:43.000000Z"}} 2018-11-09 08:54:43,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:43,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7638f8d-74cc-4710-92fd-fc792a5e8bbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:43,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d7638f8d-74cc-4710-92fd-fc792a5e8bbd 2018-11-09 08:54:43,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:44,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-33e220a3-a726-436b-afce-9375c6463f61 Date: Fri, 09 Nov 2018 08:54:43 GMT RESP BODY: {"routers": []} 2018-11-09 08:54:44,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router&admin_state_up=True used request id req-33e220a3-a726-436b-afce-9375c6463f61 2018-11-09 08:54:44,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:44,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:44,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bc65ab33cf747289d0acbf8cbb950c6", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role"}], "expires_at": "2018-11-09T09:54:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15094870ff934128b81ee8c8c29ab963", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-user", "id": "0cb375c1f21f4e9aa40225195f5910c0"}, "audit_ids": ["EVnOMJA-TWGvzeX_cYHAng"], "issued_at": "2018-11-09T08:54:44.000000Z"}} 2018-11-09 08:54:44,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e91b793d05f01707a987d8bfd8765bd6c6e6f949" 2018-11-09 08:54:44,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba112206-bd97-4d0e-a12e-46e1242b4f45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:44,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ba112206-bd97-4d0e-a12e-46e1242b4f45 2018-11-09 08:54:44,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:44,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-db8ce640-9231-4fbc-9708-593f3b8c5dff Date: Fri, 09 Nov 2018 08:54:44 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:54:44,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-db8ce640-9231-4fbc-9708-593f3b8c5dff 2018-11-09 08:54:44,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:45,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c257cad0-c590-4daa-80e7-3cb9160a3a51 Date: Fri, 09 Nov 2018 08:54:45 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:54:45,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-c257cad0-c590-4daa-80e7-3cb9160a3a51 2018-11-09 08:54:45,049 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router 2018-11-09 08:54:45,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router", "admin_state_up": true}}' 2018-11-09 08:54:50,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-604a576f-9cad-4534-b6eb-572342919578 Date: Fri, 09 Nov 2018 08:54:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:45Z", "admin_state_up": true, "updated_at": "2018-11-09T08:54:46Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "0179b5cb-7c0f-40bc-bf6e-3030f3aab096", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router"}} 2018-11-09 08:54:50,247 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-604a576f-9cad-4534-b6eb-572342919578 2018-11-09 08:54:50,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=0179b5cb-7c0f-40bc-bf6e-3030f3aab096 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:50,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-79a6c0f1-77c1-4b59-b1f1-ab78a3228134 Date: Fri, 09 Nov 2018 08:54:50 GMT RESP BODY: {"ports":[]} 2018-11-09 08:54:50,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=0179b5cb-7c0f-40bc-bf6e-3030f3aab096 used request id req-79a6c0f1-77c1-4b59-b1f1-ab78a3228134 2018-11-09 08:54:50,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:50,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e8b2ec48-14dc-4554-b1a0-0f313f3ce0ed Date: Fri, 09 Nov 2018 08:54: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:54:50,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-e8b2ec48-14dc-4554-b1a0-0f313f3ce0ed 2018-11-09 08:54:50,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:54:50,722 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:54:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:54:50,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:50,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-976fe0bb-0822-4130-b95e-4dab42075906 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:54:50,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-976fe0bb-0822-4130-b95e-4dab42075906 2018-11-09 08:54:50,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:51,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6880e821-af0e-44df-8efe-cd59916bbea3 Date: Fri, 09 Nov 2018 08:54:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:54:51,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-6880e821-af0e-44df-8efe-cd59916bbea3 2018-11-09 08:54:51,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:51,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3a018a6d-0226-4734-b0eb-074f7a586fa9 Date: Fri, 09 Nov 2018 08:54:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:54:51,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet used request id req-3a018a6d-0226-4734-b0eb-074f7a586fa9 2018-11-09 08:54:51,261 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-09 08:54:51,261 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router 2018-11-09 08:54:51,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/0179b5cb-7c0f-40bc-bf6e-3030f3aab096/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" -d '{"subnet_id": "5632b2c9-5656-450d-b296-a423ff38e0bc"}' 2018-11-09 08:54:53,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-70b3271e-db73-4047-84d1-ca4a9c9e55c9 Date: Fri, 09 Nov 2018 08:54:53 GMT RESP BODY: {"network_id": "5f5d913f-baba-4eb2-bd63-83cc4cc14287", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "subnet_id": "5632b2c9-5656-450d-b296-a423ff38e0bc", "subnet_ids": ["5632b2c9-5656-450d-b296-a423ff38e0bc"], "port_id": "6f43019c-1ad6-4063-94b7-6ac1bcd688f5", "id": "0179b5cb-7c0f-40bc-bf6e-3030f3aab096"} 2018-11-09 08:54:53,303 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0179b5cb-7c0f-40bc-bf6e-3030f3aab096/add_router_interface used request id req-70b3271e-db73-4047-84d1-ca4a9c9e55c9 2018-11-09 08:54:53,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers/0179b5cb-7c0f-40bc-bf6e-3030f3aab096 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:53,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-1ba0e696-e32b-4838-88e0-f8511e3be82d Date: Fri, 09 Nov 2018 08:54:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:45Z", "admin_state_up": true, "updated_at": "2018-11-09T08:54:52Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "0179b5cb-7c0f-40bc-bf6e-3030f3aab096", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router"}} 2018-11-09 08:54:53,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers/0179b5cb-7c0f-40bc-bf6e-3030f3aab096 used request id req-1ba0e696-e32b-4838-88e0-f8511e3be82d 2018-11-09 08:54:53,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=0179b5cb-7c0f-40bc-bf6e-3030f3aab096 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:53,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-304d167c-be5f-470d-89ab-4cc0fb527708 Date: Fri, 09 Nov 2018 08:54:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"}]} 2018-11-09 08:54:53,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=0179b5cb-7c0f-40bc-bf6e-3030f3aab096 used request id req-304d167c-be5f-470d-89ab-4cc0fb527708 2018-11-09 08:54:53,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/5632b2c9-5656-450d-b296-a423ff38e0bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:54:53,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-75ab1a71-15ab-4c34-b264-967aae3dbcce Date: Fri, 09 Nov 2018 08:54:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}} 2018-11-09 08:54:53,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/5632b2c9-5656-450d-b296-a423ff38e0bc used request id req-75ab1a71-15ab-4c34-b264-967aae3dbcce 2018-11-09 08:54:53,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:53,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:54,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b594f95a74a04282be3189264fc3120c", "name": "Member"}, {"id": "b69534ee78274545905aa3733fb9f4f3", "name": "heat_stack_owner"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:54:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b2f64a45219400697df961f5de737ee", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/0b2f64a45219400697df961f5de737ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "id": "27c3e836531849f4a6769d901c4ad5fc"}, "audit_ids": ["S16rP2YDQ2WgtSjhwJwUVw"], "issued_at": "2018-11-09T08:54:54.000000Z"}} 2018-11-09 08:54:54,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631339707d6e383e4d3c56846f7692106f517d0e" 2018-11-09 08:54:54,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba51a7b9-8028-4979-af9c-57f29be0436d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:54,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ba51a7b9-8028-4979-af9c-57f29be0436d 2018-11-09 08:54:54,263 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:54:54,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631339707d6e383e4d3c56846f7692106f517d0e" 2018-11-09 08:54:54,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c6a15196-61e1-49cd-bd5a-d4e3a7b0b20c x-compute-request-id: req-c6a15196-61e1-49cd-bd5a-d4e3a7b0b20c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 08:54:54,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c6a15196-61e1-49cd-bd5a-d4e3a7b0b20c 2018-11-09 08:54:54,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631339707d6e383e4d3c56846f7692106f517d0e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-11-09 08:54:54,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f91f6f8-b06d-4929-9e03-507d1da6ced6 x-compute-request-id: req-2f91f6f8-b06d-4929-9e03-507d1da6ced6 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:54:54,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2f91f6f8-b06d-4929-9e03-507d1da6ced6 2018-11-09 08:54:54,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:54,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:54,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bc65ab33cf747289d0acbf8cbb950c6", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role"}], "expires_at": "2018-11-09T09:54:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15094870ff934128b81ee8c8c29ab963", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-user", "id": "0cb375c1f21f4e9aa40225195f5910c0"}, "audit_ids": ["JQmfsGZaRIaIpfGN3NMQaA"], "issued_at": "2018-11-09T08:54:54.000000Z"}} 2018-11-09 08:54:54,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1b83c12c37d2885c6adcbb485c65ef6c6caa0a" 2018-11-09 08:54:54,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8e12f6a-dab6-440f-b667-c3cf2c7c3fa0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:54,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a8e12f6a-dab6-440f-b667-c3cf2c7c3fa0 2018-11-09 08:54:54,959 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:54:54,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1b83c12c37d2885c6adcbb485c65ef6c6caa0a" 2018-11-09 08:54:55,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d54a6d5b-0250-43f6-a563-a8ed98001d58 x-compute-request-id: req-d54a6d5b-0250-43f6-a563-a8ed98001d58 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-09 08:54:55,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d54a6d5b-0250-43f6-a563-a8ed98001d58 2018-11-09 08:54:55,128 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp... 2018-11-09 08:54:55,128 - OpenStackKeypair - INFO - Creating new keypair 2018-11-09 08:54:55,145 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp 2018-11-09 08:54:55,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1b83c12c37d2885c6adcbb485c65ef6c6caa0a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCwgCMexXEiKrcEd0LXfSULrE6qkliE/YignL2UceG6x5Yr1rT0+u7+YvphF6Kuztykk5JzO5OSBVbBaaDQ/nO0noQWk2vmSTU0CDPBxIGxOZbec5hMLN7jbvzsfaqhJW6PIl6oWafgYqZxGiwGt32iBv0AqE5JYuO7a4JtSwY5HQ==", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp"}}' 2018-11-09 08:54:55,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-515e7e93-0401-4d6b-bd76-69304b764697 x-compute-request-id: req-515e7e93-0401-4d6b-bd76-69304b764697 Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCwgCMexXEiKrcEd0LXfSULrE6qkliE/YignL2UceG6x5Yr1rT0+u7+YvphF6Kuztykk5JzO5OSBVbBaaDQ/nO0noQWk2vmSTU0CDPBxIGxOZbec5hMLN7jbvzsfaqhJW6PIl6oWafgYqZxGiwGt32iBv0AqE5JYuO7a4JtSwY5HQ==", "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "fingerprint": "f0:ae:10:23:ac:fd:90:51:e6:4f:cc:69:71:07:62:89"}} 2018-11-09 08:54:55,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-515e7e93-0401-4d6b-bd76-69304b764697 2018-11-09 08:54:55,206 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb.pub 2018-11-09 08:54:55,206 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb 2018-11-09 08:54:55,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:55,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:55,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bc65ab33cf747289d0acbf8cbb950c6", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role"}], "expires_at": "2018-11-09T09:54:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15094870ff934128b81ee8c8c29ab963", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-user", "id": "0cb375c1f21f4e9aa40225195f5910c0"}, "audit_ids": ["IWf1YlO-Q8WFdeBMXb9m6A"], "issued_at": "2018-11-09T08:54:55.000000Z"}} 2018-11-09 08:54:55,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:55,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9617ab3-8c03-401d-b62b-62ce57b64b55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:55,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d9617ab3-8c03-401d-b62b-62ce57b64b55 2018-11-09 08:54:55,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:55,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e056adc6-05e0-4d13-8e48-0abd94fb3e0d Date: Fri, 09 Nov 2018 08:54:55 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:54:55,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp used request id req-e056adc6-05e0-4d13-8e48-0abd94fb3e0d 2018-11-09 08:54:55,858 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp... 2018-11-09 08:54:55,858 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp 2018-11-09 08:54:55,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" -d '{"security_group": {"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}}' 2018-11-09 08:54:56,217 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-cb055261-eade-47fa-8062-e2aeb744ba37 Date: Fri, 09 Nov 2018 08:54:56 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "updated_at": "2018-11-09T08:54:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "1db8e622-a429-4127-876d-90ec10264dd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "2f27df9d-656e-4711-95a8-fbe239c9e253", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv6", "project_id": "15094870ff934128b81ee8c8c29ab963"}], "revision_number": 2, "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}} 2018-11-09 08:54:56,217 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-cb055261-eade-47fa-8062-e2aeb744ba37 2018-11-09 08:54:56,217 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3412eb03-fb84-4d39-a75d-8398d88ec5c6 2018-11-09 08:54:56,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:56,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d2178962-ec5c-407a-9334-0d2272d2bf0f Date: Fri, 09 Nov 2018 08:54:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "1db8e622-a429-4127-876d-90ec10264dd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "2f27df9d-656e-4711-95a8-fbe239c9e253"}]} 2018-11-09 08:54:56,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-d2178962-ec5c-407a-9334-0d2272d2bf0f 2018-11-09 08:54:56,394 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3412eb03-fb84-4d39-a75d-8398d88ec5c6 2018-11-09 08:54:56,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:56,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b3a77336-ed29-4e38-8b50-ce2c0ea16a4b Date: Fri, 09 Nov 2018 08:54:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "1db8e622-a429-4127-876d-90ec10264dd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "2f27df9d-656e-4711-95a8-fbe239c9e253"}]} 2018-11-09 08:54:56,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-b3a77336-ed29-4e38-8b50-ce2c0ea16a4b 2018-11-09 08:54:56,560 - neutron_utils - INFO - Retrieving security group with ID - 3412eb03-fb84-4d39-a75d-8398d88ec5c6 2018-11-09 08:54:56,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:56,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-be7340fd-2dd9-4f8a-b694-85d5257c3d6d Date: Fri, 09 Nov 2018 08:54:56 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "updated_at": "2018-11-09T08:54:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "1db8e622-a429-4127-876d-90ec10264dd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "2f27df9d-656e-4711-95a8-fbe239c9e253", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv6", "project_id": "15094870ff934128b81ee8c8c29ab963"}], "revision_number": 2, "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}]} 2018-11-09 08:54:56,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-be7340fd-2dd9-4f8a-b694-85d5257c3d6d 2018-11-09 08:54:56,762 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3412eb03-fb84-4d39-a75d-8398d88ec5c6 2018-11-09 08:54:56,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:56,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1c59696e-50c8-4a2a-9a8a-ab68f56338bd Date: Fri, 09 Nov 2018 08:54:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "1db8e622-a429-4127-876d-90ec10264dd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "2f27df9d-656e-4711-95a8-fbe239c9e253"}]} 2018-11-09 08:54:56,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-1c59696e-50c8-4a2a-9a8a-ab68f56338bd 2018-11-09 08:54:56,943 - neutron_utils - INFO - Retrieving security group with ID - 3412eb03-fb84-4d39-a75d-8398d88ec5c6 2018-11-09 08:54:56,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:57,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-be5e8adf-0391-4e54-871b-9964f593566b Date: Fri, 09 Nov 2018 08:54:56 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "updated_at": "2018-11-09T08:54:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "1db8e622-a429-4127-876d-90ec10264dd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "2f27df9d-656e-4711-95a8-fbe239c9e253", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv6", "project_id": "15094870ff934128b81ee8c8c29ab963"}], "revision_number": 2, "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}]} 2018-11-09 08:54:57,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-be5e8adf-0391-4e54-871b-9964f593566b 2018-11-09 08:54:57,129 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3412eb03-fb84-4d39-a75d-8398d88ec5c6 2018-11-09 08:54:57,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:57,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-812d3682-fe96-4493-97d0-ccab59098e5a Date: Fri, 09 Nov 2018 08:54:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "1db8e622-a429-4127-876d-90ec10264dd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "2f27df9d-656e-4711-95a8-fbe239c9e253"}]} 2018-11-09 08:54:57,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-812d3682-fe96-4493-97d0-ccab59098e5a 2018-11-09 08:54:57,307 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp 2018-11-09 08:54:57,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:57,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-9894b5e1-15d0-4c70-a11c-4f05208a2ff1 Date: Fri, 09 Nov 2018 08:54:57 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "updated_at": "2018-11-09T08:54:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "1db8e622-a429-4127-876d-90ec10264dd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "2f27df9d-656e-4711-95a8-fbe239c9e253", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv6", "project_id": "15094870ff934128b81ee8c8c29ab963"}], "revision_number": 2, "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}]} 2018-11-09 08:54:57,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp used request id req-9894b5e1-15d0-4c70-a11c-4f05208a2ff1 2018-11-09 08:54:57,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:54:57,518 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:54: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:54:57,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:57,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0063ab7c-5666-4877-bbe6-003339bde2a9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:54:57,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-0063ab7c-5666-4877-bbe6-003339bde2a9 2018-11-09 08:54:57,534 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3412eb03-fb84-4d39-a75d-8398d88ec5c6 2018-11-09 08:54:57,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:57,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ffcdacf-b221-4208-bc25-81c9d7b7939b Date: Fri, 09 Nov 2018 08:54:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "1db8e622-a429-4127-876d-90ec10264dd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "2f27df9d-656e-4711-95a8-fbe239c9e253"}]} 2018-11-09 08:54:57,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-2ffcdacf-b221-4208-bc25-81c9d7b7939b 2018-11-09 08:54:57,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6"}}' 2018-11-09 08:54:57,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-13c7fff8-7f9a-4901-b60a-2b9e6dbc9969 Date: Fri, 09 Nov 2018 08:54:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:57Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:57Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "86f0fdcf-e1a4-4be4-b18b-a71d9b19ef69"}} 2018-11-09 08:54:57,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-13c7fff8-7f9a-4901-b60a-2b9e6dbc9969 2018-11-09 08:54:57,911 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp 2018-11-09 08:54:57,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:58,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-4d673a5c-7289-435a-90a4-b9e52334f791 Date: Fri, 09 Nov 2018 08:54:58 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "updated_at": "2018-11-09T08:54:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "1db8e622-a429-4127-876d-90ec10264dd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "2f27df9d-656e-4711-95a8-fbe239c9e253", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv6", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:57Z", "revision_number": 0, "id": "86f0fdcf-e1a4-4be4-b18b-a71d9b19ef69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:57Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}], "revision_number": 3, "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}]} 2018-11-09 08:54:58,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp used request id req-4d673a5c-7289-435a-90a4-b9e52334f791 2018-11-09 08:54:58,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:58,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5d960ba-ff30-4938-baa0-5e624544721b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:54:58,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-c5d960ba-ff30-4938-baa0-5e624544721b 2018-11-09 08:54:58,195 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3412eb03-fb84-4d39-a75d-8398d88ec5c6 2018-11-09 08:54:58,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:58,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-9db400a9-596d-4383-8c28-b89e90f53af7 Date: Fri, 09 Nov 2018 08:54:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "1db8e622-a429-4127-876d-90ec10264dd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "2f27df9d-656e-4711-95a8-fbe239c9e253"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:57Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:57Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "86f0fdcf-e1a4-4be4-b18b-a71d9b19ef69"}]} 2018-11-09 08:54:58,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-9db400a9-596d-4383-8c28-b89e90f53af7 2018-11-09 08:54:58,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6"}}' 2018-11-09 08:54:58,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-401b7a18-ae09-4a20-85e0-f0cc0cdb36ba Date: Fri, 09 Nov 2018 08:54:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:54:58Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": 22, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:58Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "3adf68b9-c663-4c13-bec6-5c29dfb6b97d"}} 2018-11-09 08:54:58,678 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-401b7a18-ae09-4a20-85e0-f0cc0cdb36ba 2018-11-09 08:54:58,678 - neutron_utils - INFO - Retrieving security group with ID - 3412eb03-fb84-4d39-a75d-8398d88ec5c6 2018-11-09 08:54:58,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:58,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-76829acf-f2f5-4df5-a541-a0fed5f6d959 Date: Fri, 09 Nov 2018 08:54:58 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "updated_at": "2018-11-09T08:54:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "1db8e622-a429-4127-876d-90ec10264dd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "revision_number": 0, "id": "2f27df9d-656e-4711-95a8-fbe239c9e253", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv6", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T08:54:58Z", "revision_number": 0, "id": "3adf68b9-c663-4c13-bec6-5c29dfb6b97d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:58Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": 22, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:57Z", "revision_number": 0, "id": "86f0fdcf-e1a4-4be4-b18b-a71d9b19ef69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:57Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}], "revision_number": 4, "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}]} 2018-11-09 08:54:58,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-76829acf-f2f5-4df5-a541-a0fed5f6d959 2018-11-09 08:54:58,732 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3412eb03-fb84-4d39-a75d-8398d88ec5c6 2018-11-09 08:54:58,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:54:58,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-bdb42a6f-0651-4986-9d6a-d6d764ffd1da Date: Fri, 09 Nov 2018 08:54:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "1db8e622-a429-4127-876d-90ec10264dd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:56Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:56Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "2f27df9d-656e-4711-95a8-fbe239c9e253"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T08:54:58Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": 22, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:58Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "3adf68b9-c663-4c13-bec6-5c29dfb6b97d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:57Z", "security_group_id": "3412eb03-fb84-4d39-a75d-8398d88ec5c6", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:57Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "86f0fdcf-e1a4-4be4-b18b-a71d9b19ef69"}]} 2018-11-09 08:54:58,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-bdb42a6f-0651-4986-9d6a-d6d764ffd1da 2018-11-09 08:54:58,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:54:58,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:54:59,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bc65ab33cf747289d0acbf8cbb950c6", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role"}], "expires_at": "2018-11-09T09:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15094870ff934128b81ee8c8c29ab963", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-user", "id": "0cb375c1f21f4e9aa40225195f5910c0"}, "audit_ids": ["LHT-YFqTT-2P21hOePfNHA"], "issued_at": "2018-11-09T08:54:59.000000Z"}} 2018-11-09 08:54:59,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:54:59,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66e70aa2-6817-45d4-b374-08f1d683d4f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:59,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-66e70aa2-6817-45d4-b374-08f1d683d4f9 2018-11-09 08:54:59,359 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 08:54:59,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:54:59,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e681b47-66fa-4a6b-9896-083f7ab12d61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:54:59,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1e681b47-66fa-4a6b-9896-083f7ab12d61 2018-11-09 08:54:59,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:54:59,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-53d0abe9-4128-432e-ba4d-f7614336ce85 Date: Fri, 09 Nov 2018 08:54: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:54:59,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-53d0abe9-4128-432e-ba4d-f7614336ce85 2018-11-09 08:54:59,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:54:59,707 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:54:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:54:59,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:54:59,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f32e967-32f2-45b1-a2ea-a9ba29725ea6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:54:59,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-3f32e967-32f2-45b1-a2ea-a9ba29725ea6 2018-11-09 08:54:59,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:54:59,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-060b93f0-e5fb-4125-a5ca-ad6cece40f70 Date: Fri, 09 Nov 2018 08:54:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:54:59,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-060b93f0-e5fb-4125-a5ca-ad6cece40f70 2018-11-09 08:54:59,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:00,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4431f080-efcb-4c34-9e4f-8fd2960175bf Date: Fri, 09 Nov 2018 08:54:59 GMT RESP BODY: {"ports":[]} 2018-11-09 08:55:00,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1&admin_state_up=True used request id req-4431f080-efcb-4c34-9e4f-8fd2960175bf 2018-11-09 08:55:00,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:00,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34dcb2f6-8b8e-41da-bb20-4797a3bc443f x-compute-request-id: req-34dcb2f6-8b8e-41da-bb20-4797a3bc443f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 08:55:00,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst used request id req-34dcb2f6-8b8e-41da-bb20-4797a3bc443f 2018-11-09 08:55:00,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:00,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-15300194-75d6-4f04-ab4f-23eae2e5adfe Date: Fri, 09 Nov 2018 08:55: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:55:00,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-15300194-75d6-4f04-ab4f-23eae2e5adfe 2018-11-09 08:55:00,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:00,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d58bd8-edcb-4c82-91f4-1f710724b33a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:55:00,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-70d58bd8-edcb-4c82-91f4-1f710724b33a 2018-11-09 08:55:00,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:00,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cd463185-2093-4fbb-81ea-bc4133b9432f Date: Fri, 09 Nov 2018 08:55:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:55:00,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-cd463185-2093-4fbb-81ea-bc4133b9432f 2018-11-09 08:55:00,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:01,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7e9df8d1-10f6-4f57-80b9-2a5b25e1409f Date: Fri, 09 Nov 2018 08:55:00 GMT RESP BODY: {"ports":[]} 2018-11-09 08:55:01,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1&admin_state_up=True used request id req-7e9df8d1-10f6-4f57-80b9-2a5b25e1409f 2018-11-09 08:55:01,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 08:55:01,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:55:01,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bc65ab33cf747289d0acbf8cbb950c6", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role"}], "expires_at": "2018-11-09T09:55:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15094870ff934128b81ee8c8c29ab963", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/15094870ff934128b81ee8c8c29ab963", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-user", "id": "0cb375c1f21f4e9aa40225195f5910c0"}, "audit_ids": ["CAfsvnorTKKvgwoAmoHZKw"], "issued_at": "2018-11-09T08:55:01.000000Z"}} 2018-11-09 08:55:01,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3116f7e244c488a1ec35033767badf1244c359" 2018-11-09 08:55:01,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81100357-3b78-49b8-8212-e9dc71df5637 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:55:01,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-81100357-3b78-49b8-8212-e9dc71df5637 2018-11-09 08:55:01,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:01,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-2f5407ce-63df-4073-a041-b15ae06e472c Date: Fri, 09 Nov 2018 08:55: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:55:01,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-2f5407ce-63df-4073-a041-b15ae06e472c 2018-11-09 08:55:01,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:02,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d326fee9-8141-4c70-8a89-7195887db3f7 Date: Fri, 09 Nov 2018 08:55:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:55:02,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-d326fee9-8141-4c70-8a89-7195887db3f7 2018-11-09 08:55:02,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:02,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-0dd830e7-efc0-46dc-8854-b46836915f1b Date: Fri, 09 Nov 2018 08:55: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:55:02,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-0dd830e7-efc0-46dc-8854-b46836915f1b 2018-11-09 08:55:02,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:55:02,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:55: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:55:02,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3116f7e244c488a1ec35033767badf1244c359" 2018-11-09 08:55:02,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eaa0e1e-844b-4979-b11e-82a631a437ab Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:55:02,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-7eaa0e1e-844b-4979-b11e-82a631a437ab 2018-11-09 08:55:02,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:02,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c4d4a809-a1be-41e4-a113-476c090d417d Date: Fri, 09 Nov 2018 08:55:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:55:02,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-c4d4a809-a1be-41e4-a113-476c090d417d 2018-11-09 08:55:02,719 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net 2018-11-09 08:55:02,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" -d '{"port": {"network_id": "5f5d913f-baba-4eb2-bd63-83cc4cc14287", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1", "admin_state_up": true}}' 2018-11-09 08:55:03,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-0b0caee4-0265-4744-b0aa-82f7ba310f85 Date: Fri, 09 Nov 2018 08:55:03 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","project_id":"15094870ff934128b81ee8c8c29ab963","qos_policy_id":null,"admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal"}} 2018-11-09 08:55:03,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-0b0caee4-0265-4744-b0aa-82f7ba310f85 2018-11-09 08:55:03,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:04,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d1fc7341-7a66-467a-85a5-3e8aea40fac6 Date: Fri, 09 Nov 2018 08:55: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:55:04,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-d1fc7341-7a66-467a-85a5-3e8aea40fac6 2018-11-09 08:55:04,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:04,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b9287a1-9ac4-4478-8f7a-3899ac71bf7b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:55:04,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-7b9287a1-9ac4-4478-8f7a-3899ac71bf7b 2018-11-09 08:55:04,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:04,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c83cdbce-7c79-400f-9466-4ab2c006326d Date: Fri, 09 Nov 2018 08:55:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:55:04,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-c83cdbce-7c79-400f-9466-4ab2c006326d 2018-11-09 08:55:04,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:04,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-e6c4d534-a02e-4ca5-beeb-83eaf02116ec Date: Fri, 09 Nov 2018 08:55:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-09 08:55:04,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1&admin_state_up=True used request id req-e6c4d534-a02e-4ca5-beeb-83eaf02116ec 2018-11-09 08:55:04,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:04,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf973c35-d979-479a-bb95-35c6eb7690f9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:55:04,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-bf973c35-d979-479a-bb95-35c6eb7690f9 2018-11-09 08:55:04,673 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst 2018-11-09 08:55:04,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:04,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93cb4859-fd42-4ad6-84ab-4420a0a46def x-compute-request-id: req-93cb4859-fd42-4ad6-84ab-4420a0a46def Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-flavor-name"}]} 2018-11-09 08:55:04,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-93cb4859-fd42-4ad6-84ab-4420a0a46def 2018-11-09 08:55:04,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:04,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4290dd0c-788d-4ea5-8b1a-b6bed8be9c54 x-compute-request-id: req-4290dd0c-788d-4ea5-8b1a-b6bed8be9c54 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:55:04,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280 used request id req-4290dd0c-788d-4ea5-8b1a-b6bed8be9c54 2018-11-09 08:55:04,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:04,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-9ffdbfee-8a85-4092-aee6-e4f4dcdf599b Date: Fri, 09 Nov 2018 08:55:04 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T08:54:33Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-09T08:54:40Z", "visibility": "shared", "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/snap", "metadata": {}}], "self": "/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "min_disk": 0, "protected": false, "id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "file": "/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "15094870ff934128b81ee8c8c29ab963", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image"} 2018-11-09 08:55:04,907 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image used request id req-9ffdbfee-8a85-4092-aee6-e4f4dcdf599b 2018-11-09 08:55:04,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:05,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9252669f-ff8a-450b-bbf5-061a17a76f8c Date: Fri, 09 Nov 2018 08:55:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-09 08:55:05,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-9252669f-ff8a-450b-bbf5-061a17a76f8c 2018-11-09 08:55:05,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" -d '{"server": {"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "imageRef": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "flavorRef": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "max_count": 1, "min_count": 1, "networks": [{"port": "6c7d9248-3949-485d-a00d-76277825b0a0"}]}}' 2018-11-09 08:55:06,625 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:55:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82fbc4e4-32df-4665-bc52-91166603182d x-compute-request-id: req-82fbc4e4-32df-4665-bc52-91166603182d Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "adminPass": "o9DSpRt7Mr5a"}} 2018-11-09 08:55:06,625 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-82fbc4e4-32df-4665-bc52-91166603182d 2018-11-09 08:55:06,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:07,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55: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-dd67ef32-7ba2-4276-be3e-4399aaa5b10a x-compute-request-id: req-dd67ef32-7ba2-4276-be3e-4399aaa5b10a 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:07,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-dd67ef32-7ba2-4276-be3e-4399aaa5b10a 2018-11-09 08:55:07,008 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst 2018-11-09 08:55:07,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:07,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55: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-aa02eae2-6116-47c6-875b-d4e397860987 x-compute-request-id: req-aa02eae2-6116-47c6-875b-d4e397860987 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:07,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-aa02eae2-6116-47c6-875b-d4e397860987 2018-11-09 08:55:07,377 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:07,378 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:10,380 - create_instance - DEBUG - VM status query timeout in 896.627780914 2018-11-09 08:55:10,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:10,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ced13e78-2a1e-49a2-bd5a-57f23bfd4f02 x-compute-request-id: req-ced13e78-2a1e-49a2-bd5a-57f23bfd4f02 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:10,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-ced13e78-2a1e-49a2-bd5a-57f23bfd4f02 2018-11-09 08:55:10,778 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:10,779 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:13,782 - create_instance - DEBUG - VM status query timeout in 893.225953102 2018-11-09 08:55:13,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:14,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48231d67-0abb-4898-81d2-a39dd4308a35 x-compute-request-id: req-48231d67-0abb-4898-81d2-a39dd4308a35 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:14,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-48231d67-0abb-4898-81d2-a39dd4308a35 2018-11-09 08:55:14,592 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:14,592 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:17,595 - create_instance - DEBUG - VM status query timeout in 889.41266799 2018-11-09 08:55:17,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:18,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c90b2953-ffa3-48f0-81b2-1159d1010982 x-compute-request-id: req-c90b2953-ffa3-48f0-81b2-1159d1010982 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:18,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-c90b2953-ffa3-48f0-81b2-1159d1010982 2018-11-09 08:55:18,766 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:18,766 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:21,769 - create_instance - DEBUG - VM status query timeout in 885.238865137 2018-11-09 08:55:21,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:22,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-2ff6ee59-15e4-46ea-88a1-505f2a06de9d x-compute-request-id: req-2ff6ee59-15e4-46ea-88a1-505f2a06de9d 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:22,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-2ff6ee59-15e4-46ea-88a1-505f2a06de9d 2018-11-09 08:55:22,469 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:22,469 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:25,472 - create_instance - DEBUG - VM status query timeout in 881.535773039 2018-11-09 08:55:25,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:25,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9ac6c7e-9f66-4aa9-a66f-c8532be13456 x-compute-request-id: req-c9ac6c7e-9f66-4aa9-a66f-c8532be13456 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:25,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-c9ac6c7e-9f66-4aa9-a66f-c8532be13456 2018-11-09 08:55:25,979 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:25,979 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:28,982 - create_instance - DEBUG - VM status query timeout in 878.025669098 2018-11-09 08:55:28,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:29,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55: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-2c64c790-0e2f-497a-bf68-786ae1bf5f30 x-compute-request-id: req-2c64c790-0e2f-497a-bf68-786ae1bf5f30 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:29,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-2c64c790-0e2f-497a-bf68-786ae1bf5f30 2018-11-09 08:55:29,650 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:29,650 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:32,653 - create_instance - DEBUG - VM status query timeout in 874.35476613 2018-11-09 08:55:32,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:33,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-c055f490-bcf3-4a13-86e0-b4520ed6bc7d x-compute-request-id: req-c055f490-bcf3-4a13-86e0-b4520ed6bc7d 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:33,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-c055f490-bcf3-4a13-86e0-b4520ed6bc7d 2018-11-09 08:55:33,259 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:33,259 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:36,263 - create_instance - DEBUG - VM status query timeout in 870.745074987 2018-11-09 08:55:36,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:37,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-f0a46b29-279c-4392-92fc-260cd4ab40c0 x-compute-request-id: req-f0a46b29-279c-4392-92fc-260cd4ab40c0 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:37,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-f0a46b29-279c-4392-92fc-260cd4ab40c0 2018-11-09 08:55:37,083 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:37,084 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:40,087 - create_instance - DEBUG - VM status query timeout in 866.920958042 2018-11-09 08:55:40,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:40,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-eae1b5b4-b013-40ce-9666-7f876690dc27 x-compute-request-id: req-eae1b5b4-b013-40ce-9666-7f876690dc27 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:40,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-eae1b5b4-b013-40ce-9666-7f876690dc27 2018-11-09 08:55:40,746 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:40,746 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:43,749 - create_instance - DEBUG - VM status query timeout in 863.258563995 2018-11-09 08:55:43,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:44,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5f47827-c249-4b49-9132-318d671074e9 x-compute-request-id: req-e5f47827-c249-4b49-9132-318d671074e9 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:44,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-e5f47827-c249-4b49-9132-318d671074e9 2018-11-09 08:55:44,682 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:44,682 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:47,685 - create_instance - DEBUG - VM status query timeout in 859.322425127 2018-11-09 08:55:47,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:48,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-338fc0b4-b7e9-4181-b540-dd50d29440af x-compute-request-id: req-338fc0b4-b7e9-4181-b540-dd50d29440af 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:48,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-338fc0b4-b7e9-4181-b540-dd50d29440af 2018-11-09 08:55:48,699 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:48,700 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:51,703 - create_instance - DEBUG - VM status query timeout in 855.304991961 2018-11-09 08:55:51,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:52,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-c4437821-46bf-4cb4-bce1-be601f267694 x-compute-request-id: req-c4437821-46bf-4cb4-bce1-be601f267694 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:52,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-c4437821-46bf-4cb4-bce1-be601f267694 2018-11-09 08:55:52,048 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:52,048 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:55,052 - create_instance - DEBUG - VM status query timeout in 851.956207037 2018-11-09 08:55:55,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:55,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2dda7d03-433e-4dc2-b3cf-18c1d52117fd x-compute-request-id: req-2dda7d03-433e-4dc2-b3cf-18c1d52117fd 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:55,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-2dda7d03-433e-4dc2-b3cf-18c1d52117fd 2018-11-09 08:55:55,590 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:55,590 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:55:58,593 - create_instance - DEBUG - VM status query timeout in 848.414802074 2018-11-09 08:55:58,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:55:59,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:55:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d671c47-1be5-4aad-bf48-c1c77b0bd6cf x-compute-request-id: req-2d671c47-1be5-4aad-bf48-c1c77b0bd6cf 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:55:59,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-2d671c47-1be5-4aad-bf48-c1c77b0bd6cf 2018-11-09 08:55:59,233 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:55:59,233 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:02,236 - create_instance - DEBUG - VM status query timeout in 844.771445036 2018-11-09 08:56:02,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:02,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bd64345-0758-43d3-bade-e428c4c34905 x-compute-request-id: req-2bd64345-0758-43d3-bade-e428c4c34905 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:02,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-2bd64345-0758-43d3-bade-e428c4c34905 2018-11-09 08:56:02,613 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:02,613 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:05,617 - create_instance - DEBUG - VM status query timeout in 841.391088009 2018-11-09 08:56:05,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:06,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d715ef61-8641-40d2-b599-cdb26d35a4e0 x-compute-request-id: req-d715ef61-8641-40d2-b599-cdb26d35a4e0 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:06,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-d715ef61-8641-40d2-b599-cdb26d35a4e0 2018-11-09 08:56:06,218 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:06,218 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:09,221 - create_instance - DEBUG - VM status query timeout in 837.786888123 2018-11-09 08:56:09,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:09,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8caa9242-bac0-44ee-832c-67242c31c3d2 x-compute-request-id: req-8caa9242-bac0-44ee-832c-67242c31c3d2 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:09,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-8caa9242-bac0-44ee-832c-67242c31c3d2 2018-11-09 08:56:09,882 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:09,882 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:12,885 - create_instance - DEBUG - VM status query timeout in 834.122781038 2018-11-09 08:56:12,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:13,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f96ba648-fd9b-4474-b516-97686fa877c2 x-compute-request-id: req-f96ba648-fd9b-4474-b516-97686fa877c2 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:13,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-f96ba648-fd9b-4474-b516-97686fa877c2 2018-11-09 08:56:13,400 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:13,400 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:16,403 - create_instance - DEBUG - VM status query timeout in 830.604532957 2018-11-09 08:56:16,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:17,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dd8d2d8-330d-4034-a041-b5f9e59355da x-compute-request-id: req-5dd8d2d8-330d-4034-a041-b5f9e59355da 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:17,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-5dd8d2d8-330d-4034-a041-b5f9e59355da 2018-11-09 08:56:17,066 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:17,066 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:20,069 - create_instance - DEBUG - VM status query timeout in 826.938308954 2018-11-09 08:56:20,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:20,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e7c4754-8eea-411c-b61c-c3d68244ac16 x-compute-request-id: req-9e7c4754-8eea-411c-b61c-c3d68244ac16 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:20,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-9e7c4754-8eea-411c-b61c-c3d68244ac16 2018-11-09 08:56:20,763 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:20,763 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:23,766 - create_instance - DEBUG - VM status query timeout in 823.241323948 2018-11-09 08:56:23,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:24,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56: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-f0db4531-5845-4f0d-8478-befd504d1bf9 x-compute-request-id: req-f0db4531-5845-4f0d-8478-befd504d1bf9 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:24,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-f0db4531-5845-4f0d-8478-befd504d1bf9 2018-11-09 08:56:24,400 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:24,400 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:27,403 - create_instance - DEBUG - VM status query timeout in 819.604816914 2018-11-09 08:56:27,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:28,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c362e62a-b4b4-471a-8047-aa2afe00e2f7 x-compute-request-id: req-c362e62a-b4b4-471a-8047-aa2afe00e2f7 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:28,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-c362e62a-b4b4-471a-8047-aa2afe00e2f7 2018-11-09 08:56:28,032 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:28,032 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:31,036 - create_instance - DEBUG - VM status query timeout in 815.972144127 2018-11-09 08:56:31,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:31,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3471a873-d19d-4262-9001-eb2e12af2e71 x-compute-request-id: req-3471a873-d19d-4262-9001-eb2e12af2e71 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:31,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-3471a873-d19d-4262-9001-eb2e12af2e71 2018-11-09 08:56:31,491 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:31,491 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:34,494 - create_instance - DEBUG - VM status query timeout in 812.513854027 2018-11-09 08:56:34,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:35,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6706326-1b6f-4f08-8990-d4621964e481 x-compute-request-id: req-d6706326-1b6f-4f08-8990-d4621964e481 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:35,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-d6706326-1b6f-4f08-8990-d4621964e481 2018-11-09 08:56:35,127 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:35,127 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:38,130 - create_instance - DEBUG - VM status query timeout in 808.877784014 2018-11-09 08:56:38,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:38,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01ff06d8-f24a-4cfc-82b0-1c2ab37a9522 x-compute-request-id: req-01ff06d8-f24a-4cfc-82b0-1c2ab37a9522 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T08:55:07Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:38,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-01ff06d8-f24a-4cfc-82b0-1c2ab37a9522 2018-11-09 08:56:38,596 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - BUILD 2018-11-09 08:56:38,596 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:56:41,599 - create_instance - DEBUG - VM status query timeout in 805.40892601 2018-11-09 08:56:41,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:42,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4641d836-71a4-455c-94ae-e9ccd7b9273e x-compute-request-id: req-4641d836-71a4-455c-94ae-e9ccd7b9273e Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:42,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-4641d836-71a4-455c-94ae-e9ccd7b9273e 2018-11-09 08:56:42,312 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - ACTIVE 2018-11-09 08:56:42,312 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:56:42,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:42,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5b1314b-3370-49bf-a2fb-e97729cce460 x-compute-request-id: req-e5b1314b-3370-49bf-a2fb-e97729cce460 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:42,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-e5b1314b-3370-49bf-a2fb-e97729cce460 2018-11-09 08:56:42,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:43,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-2bb534d0-0dcc-4422-a8d7-3eac1eb2f8f2 Date: Fri, 09 Nov 2018 08:56: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:56:43,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-2bb534d0-0dcc-4422-a8d7-3eac1eb2f8f2 2018-11-09 08:56:43,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:43,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffcf1b0c-47a6-4b7e-b5c9-65ea404f667b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:56:43,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-ffcf1b0c-47a6-4b7e-b5c9-65ea404f667b 2018-11-09 08:56:43,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:43,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cef43e84-080f-444b-8ea9-6b09a0a796de Date: Fri, 09 Nov 2018 08:56:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:56:43,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-cef43e84-080f-444b-8ea9-6b09a0a796de 2018-11-09 08:56:43,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:43,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-08783167-386f-4105-a0a4-f31726969eb5 Date: Fri, 09 Nov 2018 08:56:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.2"}],"id":"532e91f0-5822-4849-ac77-ea37cb8095d2","security_groups":[],"mac_address":"fa:16:3e:7b:fe:ea","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:56:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal","device_id":"c69969ad-dd4d-43ef-9814-ef3edc48f1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.4"}],"id":"8c56799e-501f-4814-a853-8217592596a1","security_groups":[],"mac_address":"fa:16:3e:02:91:8a","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.3"}],"id":"ffc8f5cb-dc8a-4146-8560-57848fcd6851","security_groups":[],"mac_address":"fa:16:3e:06:94:40","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f5d913f-baba-4eb2-bd63-83cc4cc14287"}]} 2018-11-09 08:56:43,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-08783167-386f-4105-a0a4-f31726969eb5 2018-11-09 08:56:43,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:43,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-f9a92ed7-84ac-4c47-8e57-21f0dc5adc73 Date: Fri, 09 Nov 2018 08:56:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:45Z", "admin_state_up": true, "updated_at": "2018-11-09T08:54:52Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "0179b5cb-7c0f-40bc-bf6e-3030f3aab096", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router"}]} 2018-11-09 08:56:43,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router used request id req-f9a92ed7-84ac-4c47-8e57-21f0dc5adc73 2018-11-09 08:56:43,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:43,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-796c3883-1631-4693-9de6-f8a5f0cb3dbd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:56:43,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-796c3883-1631-4693-9de6-f8a5f0cb3dbd 2018-11-09 08:56:43,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=0179b5cb-7c0f-40bc-bf6e-3030f3aab096 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:43,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-b72b1dc6-afba-4878-8a83-8ec918e759e5 Date: Fri, 09 Nov 2018 08:56:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"}]} 2018-11-09 08:56:43,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=0179b5cb-7c0f-40bc-bf6e-3030f3aab096 used request id req-b72b1dc6-afba-4878-8a83-8ec918e759e5 2018-11-09 08:56:43,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/5632b2c9-5656-450d-b296-a423ff38e0bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:43,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-6b8530d8-9be7-495c-95b5-0604867e4110 Date: Fri, 09 Nov 2018 08:56:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}} 2018-11-09 08:56:43,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/5632b2c9-5656-450d-b296-a423ff38e0bc used request id req-6b8530d8-9be7-495c-95b5-0604867e4110 2018-11-09 08:56:43,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:43,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f8f80a63-302f-4320-bf56-3d66f67c4398 Date: Fri, 09 Nov 2018 08:56:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:56:43,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-f8f80a63-302f-4320-bf56-3d66f67c4398 2018-11-09 08:56:43,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:43,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4ed777bc-9735-47df-8244-ae309f9cc538 Date: Fri, 09 Nov 2018 08:56:43 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:56:43,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-4ed777bc-9735-47df-8244-ae309f9cc538 2018-11-09 08:56:43,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:44,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-101e0ff8-9329-43f2-aa47-9ef7ff667962 x-compute-request-id: req-101e0ff8-9329-43f2-aa47-9ef7ff667962 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:44,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-101e0ff8-9329-43f2-aa47-9ef7ff667962 2018-11-09 08:56:44,022 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - ACTIVE 2018-11-09 08:56:44,022 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:56:44,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:44,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0747950-6461-40c5-9853-a4b5647c7852 x-compute-request-id: req-e0747950-6461-40c5-9853-a4b5647c7852 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:44,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-e0747950-6461-40c5-9853-a4b5647c7852 2018-11-09 08:56:44,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:44,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-b09d8f96-39b5-4b8e-a401-df6c44ddb457 Date: Fri, 09 Nov 2018 08:56:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:56:44,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-b09d8f96-39b5-4b8e-a401-df6c44ddb457 2018-11-09 08:56:44,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:44,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6005c4bb-1133-445f-b8ee-370c7a6d2fa3 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:56:44,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-6005c4bb-1133-445f-b8ee-370c7a6d2fa3 2018-11-09 08:56:44,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:44,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-80076be7-e52a-4e8a-a71f-ade7aa2f0295 Date: Fri, 09 Nov 2018 08:56:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:56:44,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-80076be7-e52a-4e8a-a71f-ade7aa2f0295 2018-11-09 08:56:44,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:44,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-32a3b392-6b4f-4ebf-b641-9e5d30b3dae9 Date: Fri, 09 Nov 2018 08:56:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.2"}],"id":"532e91f0-5822-4849-ac77-ea37cb8095d2","security_groups":[],"mac_address":"fa:16:3e:7b:fe:ea","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:56:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal","device_id":"c69969ad-dd4d-43ef-9814-ef3edc48f1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.4"}],"id":"8c56799e-501f-4814-a853-8217592596a1","security_groups":[],"mac_address":"fa:16:3e:02:91:8a","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.3"}],"id":"ffc8f5cb-dc8a-4146-8560-57848fcd6851","security_groups":[],"mac_address":"fa:16:3e:06:94:40","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f5d913f-baba-4eb2-bd63-83cc4cc14287"}]} 2018-11-09 08:56:44,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-32a3b392-6b4f-4ebf-b641-9e5d30b3dae9 2018-11-09 08:56:44,847 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 08:56:44,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:44,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-84deafd8-8352-48c8-ac6a-9d2875fb13b0 Date: Fri, 09 Nov 2018 08:56:44 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 08:56:44,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-84deafd8-8352-48c8-ac6a-9d2875fb13b0 2018-11-09 08:56:44,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:44,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0d7eaf57-c7a8-4874-a7e2-ed23049b8d3b Date: Fri, 09 Nov 2018 08:56:44 GMT RESP BODY: {"subnets":[]} 2018-11-09 08:56:44,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fa1d7785-f068-46b2-8c3a-e376cfcf640e used request id req-0d7eaf57-c7a8-4874-a7e2-ed23049b8d3b 2018-11-09 08:56:45,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "port_id": "6c7d9248-3949-485d-a00d-76277825b0a0"}}' 2018-11-09 08:56:46,927 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-f138f68b-edaf-4b19-9b59-36a50311fd61 Date: Fri, 09 Nov 2018 08:56:46 GMT RESP BODY: {"floatingip": {"router_id": "0179b5cb-7c0f-40bc-bf6e-3030f3aab096", "status": "DOWN", "description": "", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:56:45Z", "updated_at": "2018-11-09T08:56:45Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "15094870ff934128b81ee8c8c29ab963", "port_id": "6c7d9248-3949-485d-a00d-76277825b0a0", "id": "726e4881-9ba6-4b32-b18e-152804e1aa58"}} 2018-11-09 08:56:46,927 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-f138f68b-edaf-4b19-9b59-36a50311fd61 2018-11-09 08:56:46,927 - create_instance - INFO - Created floating IP 172.30.9.201 via router - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router 2018-11-09 08:56:46,927 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-11-09 08:56:46,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:47,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-728b5ae1-f8b2-4220-828b-031d82558688 x-compute-request-id: req-728b5ae1-f8b2-4220-828b-031d82558688 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:47,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-728b5ae1-f8b2-4220-828b-031d82558688 2018-11-09 08:56:47,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 08:56:48,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9938236d-f932-4a9f-b989-b18b209bb4a2 x-compute-request-id: req-9938236d-f932-4a9f-b989-b18b209bb4a2 Content-Encoding: gzip Content-Length: 9678 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.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.008823] Yama: becoming mindful.\n[ 0.010011] 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.013352] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014543] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016055] Initializing cgroup subsys memory\n[ 0.016906] Initializing cgroup subsys devices\n[ 0.017766] Initializing cgroup subsys freezer\n[ 0.018704] Initializing cgroup subsys blkio\n[ 0.019623] Initializing cgroup subsys perf_event\n[ 0.020004] Initializing cgroup subsys hugetlb\n[ 0.020964] FEATURE SPEC_CTRL Not Present\n[ 0.022522] mce: CPU supports 10 MCE banks\n[ 0.024031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026122] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.027405] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.028002] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.030076] Speculative Store Bypass: Vulnerable\n[ 0.032639] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.037081] ACPI: Core revision 20131115\n[ 0.038343] ACPI: All ACPI Tables successfully acquired\n[ 0.039545] ftrace: allocating 28747 entries in 113 pages\n[ 0.060043] smpboot: Max logical packages: 2\n[ 0.060970] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.062209] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.063623] Enabling x2apic\n[ 0.064000] Enabled x2apic\n[ 0.064003] Switched APIC routing to physical x2apic.\n[ 0.065926] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.068001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.070143] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.074859] KVM setup paravirtual spinlock\n[ 0.076739] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.078055] x86: Booting SMP configuration:\n[ 0.078936] .... node #0, CPUs: #1[ 0.076731] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.092016] x86: Booted up 1 node, 2 CPUs\n[ 0.092010] KVM setup async PF for cpu 1\n[ 0.092012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.094659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.096110] devtmpfs: initialized\n[ 0.098249] EVM: security.selinux\n[ 0.098939] EVM: security.SMACK64\n[ 0.099617] EVM: security.ima\n[ 0.100005] EVM: security.capability\n[ 0.100750] pinctrl core: initialized pinctrl subsystem\n[ 0.101703] regulator-dummy: no parameters\n[ 0.102570] RTC time: 8:56:39, date: 11/09/18\n[ 0.104024] NET: Registered protocol family 16\n[ 0.104942] cpuidle: using governor ladder\n[ 0.105748] cpuidle: using governor menu\n[ 0.106568] ACPI: bus type PCI registered\n[ 0.107357] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.108077] PCI: Using configuration type 1 for base access\n[ 0.109553] bio: create slab at 0\n[ 0.109553] ACPI: Added _OSI(Module Device)\n[ 0.109553] ACPI: Added _OSI(Processor Device)\n[ 0.112003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.112885] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.115189] ACPI: Interpreter enabled\n[ 0.115944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.117186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.119000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.120521] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.122340] ACPI: (supports S0 S5)\n[ 0.123039] ACPI: Using IOAPIC for interrupt routing\n[ 0.123972] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.124195] ACPI: No dock devices found.\n[ 0.129624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.130799] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.132006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.133267] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.135575] acpiphp: Slot [3] registered\n[ 0.136018] acpiphp: Slot [4] registered\n[ 0.136861] acpiphp: Slot [5] registered\n[ 0.137703] acpiphp: Slot [6] registered\n[ 0.138521] acpiphp: Slot [7] registered\n[ 0.139331] acpiphp: Slot [8] registered\n[ 0.140016] acpiphp: Slot [9] registered\n[ 0.140889] acpiphp: Slot [10] registered\n[ 0.141689] acpiphp: Slot [11] registered\n[ 0.142497] acpiphp: Slot [12] registered\n[ 0.143298] acpiphp: Slot [13] registered\n[ 0.144016] acpiphp: Slot [14] registered\n[ 0.144836] acpiphp: Slot [15] registered\n[ 0.145635] acpiphp: Slot [16] registered\n[ 0.146438] acpiphp: Slot [17] registered\n[ 0.147241] acpiphp: Slot [18] registered\n[ 0.148017] acpiphp: Slot [19] registered\n[ 0.148820] acpiphp: Slot [20] registered\n[ 0.149617] acpiphp: Slot [21] registered\n[ 0.150423] acpiphp: Slot [22] registered\n[ 0.151225] acpiphp: Slot [23] registered\n[ 0.152017] acpiphp: Slot [24] registered\n[ 0.152821] acpiphp: Slot [25] registered\n[ 0.153621] acpiphp: Slot [26] registered\n[ 0.154426] acpiphp: Slot [27] registered\n[ 0.155230] acpiphp: Slot [28] registered\n[ 0.156016] acpiphp: Slot [29] registered\n[ 0.156818] acpiphp: Slot [30] registered\n[ 0.157616] acpiphp: Slot [31] registered\n[ 0.158413] PCI host bridge to bus 0000:00\n[ 0.159215] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.160003] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.161110] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.162215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.163425] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.174142] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.215609] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216696] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.219547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.222182] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223540] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224104] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225141] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.226790] vgaarb: loaded\n[ 0.227437] vgaarb: bridge control possible 0000:00:02.0\n[ 0.228116] SCSI subsystem initialized\n[ 0.228961] ACPI: bus type USB registered\n[ 0.228961] usbcore: registered new interface driver usbfs\n[ 0.230010] usbcore: registered new interface driver hub\n[ 0.232017] usbcore: registered new device driver usb\n[ 0.233071] PCI: Using ACPI for IRQ routing\n[ 0.233071] NetLabel: Initializing\n[ 0.233721] NetLabel: domain hash size = 128\n[ 0.234564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.236015] NetLabel: unlabeled traffic allowed by default\n[ 0.237055] Switched to clocksource kvm-clock\n[ 0.240734] AppArmor: AppArmor Filesystem Enabled\n[ 0.244402] pnp: PnP ACPI init\n[ 0.245077] ACPI: bus type PNP registered\n[ 0.246279] pnp: PnP ACPI: found 8 devices\n[ 0.247109] ACPI: bus type PNP unregistered\n[ 0.253827] NET: Registered protocol family 2\n[ 0.254850] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.256322] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.257545] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.259102] TCP: reno registered\n[ 0.259789] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260907] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262107] NET: Registered protocol family 1\n[ 0.262969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264072] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265145] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.286919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.309177] Trying to unpack rootfs image as initramfs...\n[ 0.389281] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.390971] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.392059] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.393207] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.394851] Scanning for low memory corruption every 60 seconds\n[ 0.396191] Initialise system trusted keyring\n[ 0.397104] audit: initializing netlink socket (disabled)\n[ 0.398112] type=2000 audit(1541753799.973:1): initialized\n[ 0.415922] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.417694] zbud: loaded\n[ 0.418485] VFS: Disk quotas dquot_6.5.2\n[ 0.419302] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.420706] fuse init (API version 7.22)\n[ 0.421541] msgmni has been set to 3997\n[ 0.422345] Key type big_key registered\n[ 0.423324] Key type asymmetric registered\n[ 0.424140] Asymmetric key parser 'x509' registered\n[ 0.425075] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.426550] io scheduler noop registered\n[ 0.427336] io scheduler deadline registered (default)\n[ 0.428312] io scheduler cfq registered\n[ 0.429120] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.430146] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.431352] ipmi message handler version 39.2\n[ 0.432241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.433669] ACPI: Power Button [PWRF]\n[ 0.434480] GHES: HEST is not enabled!\n[ 0.456039] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.499115] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.500877] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.524746] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.526713] Linux agpgart interface v0.103\n[ 0.528189] brd: module loaded\n[ 0.529163] loop: module loaded\n[ 0.530060] blk-mq: CPU -> queue map\n[ 0.530787] CPU 0 -> Queue 0\n[ 0.531436] CPU 1 -> Queue 0\n[ 0.532570] vda: vda1\n[ 0.533926] scsi0 : ata_piix\n[ 0.534645] scsi1 : ata_piix\n[ 0.535312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.536544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.537938] libphy: Fixed MDIO Bus: probed\n[ 0.538823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.539815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.541996] PPP generic driver version 2.4.2\n[ 0.542891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.544147] ehci-pci: EHCI PCI platform driver\n[ 0.545030] ehci-platform: EHCI generic platform driver\n[ 0.546025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.547155] ohci-pci: OHCI PCI platform driver\n[ 0.548035] ohci-platform: OHCI generic platform driver\n[ 0.549035] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.571172] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.572182] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.573708] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.574831] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.576070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.577501] usb usb1: Product: UHCI Host Controller\n[ 0.578440] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd\n[ 0.579614] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.580618] hub 1-0:1.0: USB hub found\n[ 0.581445] hub 1-0:1.0: 2 ports detected\n[ 0.582347] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.584651] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.585676] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.586735] mousedev: PS/2 mouse device common for all mice\n[ 0.588020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.589850] rtc_cmos 00:00: RTC can wake from S4\n[ 0.590959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.592154] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.593379] device-mapper: uevent: version 1.0.3\n[ 0.594329] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.595954] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.597131] TCP: cubic registered\n[ 0.597890] NET: Registered protocol family 10\n[ 0.598873] NET: Registered protocol family 17\n[ 0.599752] Key type dns_resolver registered\n[ 0.600773] Loading compiled-in X.509 certificates\n[ 0.602220] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11'\n[ 0.604022] registered taskstats version 1\n[ 0.606160] Key type trusted registered\n[ 0.609067] Key type encrypted registered\n[ 0.609890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.610913] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.619113] regulator-dummy: disabling\n[ 0.619945] Magic number: 10:444:927\n[ 0.620835] rtc_cmos 00:00: setting system clock to 2018-11-09 08:56:40 UTC (1541753800)\n[ 0.622455] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.623568] EDD information not available.\n[ 0.692925] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.694483] Write protecting the kernel read-only data: 12288k\n[ 0.695825] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000)\n[ 0.698495] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.709585] systemd-udevd[107]: starting version 204\n[ 0.744421] FDC 0 is a S82078B\n[ 0.892021] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.053338] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.054595] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.055876] usb 1-1: Product: QEMU USB Tablet\n[ 1.056836] usb 1-1: Manufacturer: QEMU\n[ 1.057675] usb 1-1: SerialNumber: 42\n[ 1.388203] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.756935] 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.988767] 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.126756] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.218732] 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 Fri, 09 Nov 2018 08:56:42 +0000. Up 2.59 seconds.\ncloud-init-nonet[2.73]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\ncloud-init-nonet[3.75]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 09 Nov 2018 08:56:43 +0000. Up 3.86 seconds.\nci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.10 | 255.255.255.0 | fa:16:3e:e8:92:8c |\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.4 | 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:\na9:8d:cb:27:6a:b0:a0:45:79:a7:a2:81:16:46:e5:f5 root@ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .. . |\n| .. . . |\n|. o E |\n| oo . . . |\n|o... o S |\n|+.+ . + |\n|o= + o . |\n|o . ..... |\n| ...oo |\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:\n4d:73:f4:ce:29:2e:22:48:8a:19:fd:ed:ff:6c:6f:11 root@ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| o . . |\n| . o oEo . |\n|. . . S . ..+ |\n| + + o ... |\n|o . o o . . .. |\n| . . o... |\n| ...ooo. |\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:\n84:77:da:91:88:66:ec:5a:7a:d2:57:84:d2:fb:8e:a5 root@ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . + o . |\n| B * = |\n| + + * . |\n| o S o |\n| = o |\n| + o . o |\n| o . = |\n| E . |\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:\n4d:b5:d9:94:cc:0e:a3:76:a6:b0:f3:76:71:fe:b0:e4 root@ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.. |\n| .o=+ |\n| ..o+. |\n| .oo o . |\n| S+.+ |\n| o . . . |\n| o +o |\n| o .o.o |\n| . . E..|\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 D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * 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 Fri, 09 Nov 2018 08:56:47 +0000. Up 7.13 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i ttyS0\n\nansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i login: "} 2018-11-09 08:56:48,391 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0/action used request id req-9938236d-f932-4a9f-b989-b18b209bb4a2 2018-11-09 08:56:48,392 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-09 08:56:48,392 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.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.008823] Yama: becoming mindful. [ 0.010011] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013352] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014543] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016055] Initializing cgroup subsys memory [ 0.016906] Initializing cgroup subsys devices [ 0.017766] Initializing cgroup subsys freezer [ 0.018704] Initializing cgroup subsys blkio [ 0.019623] Initializing cgroup subsys perf_event [ 0.020004] Initializing cgroup subsys hugetlb [ 0.020964] FEATURE SPEC_CTRL Not Present [ 0.022522] mce: CPU supports 10 MCE banks [ 0.024031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026122] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.027405] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.028002] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.030076] Speculative Store Bypass: Vulnerable [ 0.032639] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.037081] ACPI: Core revision 20131115 [ 0.038343] ACPI: All ACPI Tables successfully acquired [ 0.039545] ftrace: allocating 28747 entries in 113 pages [ 0.060043] smpboot: Max logical packages: 2 [ 0.060970] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.062209] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.063623] Enabling x2apic [ 0.064000] Enabled x2apic [ 0.064003] Switched APIC routing to physical x2apic. [ 0.065926] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.068001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.070143] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.074859] KVM setup paravirtual spinlock [ 0.076739] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.078055] x86: Booting SMP configuration: [ 0.078936] .... node #0, CPUs: #1[ 0.076731] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.092016] x86: Booted up 1 node, 2 CPUs [ 0.092010] KVM setup async PF for cpu 1 [ 0.092012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.094659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.096110] devtmpfs: initialized [ 0.098249] EVM: security.selinux [ 0.098939] EVM: security.SMACK64 [ 0.099617] EVM: security.ima [ 0.100005] EVM: security.capability [ 0.100750] pinctrl core: initialized pinctrl subsystem [ 0.101703] regulator-dummy: no parameters [ 0.102570] RTC time: 8:56:39, date: 11/09/18 [ 0.104024] NET: Registered protocol family 16 [ 0.104942] cpuidle: using governor ladder [ 0.105748] cpuidle: using governor menu [ 0.106568] ACPI: bus type PCI registered [ 0.107357] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.108077] PCI: Using configuration type 1 for base access [ 0.109553] bio: create slab at 0 [ 0.109553] ACPI: Added _OSI(Module Device) [ 0.109553] ACPI: Added _OSI(Processor Device) [ 0.112003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.112885] ACPI: Added _OSI(Processor Aggregator Device) [ 0.115189] ACPI: Interpreter enabled [ 0.115944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.117186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.119000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.120521] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.122340] ACPI: (supports S0 S5) [ 0.123039] ACPI: Using IOAPIC for interrupt routing [ 0.123972] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.124195] ACPI: No dock devices found. [ 0.129624] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.130799] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.132006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.133267] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.135575] acpiphp: Slot [3] registered [ 0.136018] acpiphp: Slot [4] registered [ 0.136861] acpiphp: Slot [5] registered [ 0.137703] acpiphp: Slot [6] registered [ 0.138521] acpiphp: Slot [7] registered [ 0.139331] acpiphp: Slot [8] registered [ 0.140016] acpiphp: Slot [9] registered [ 0.140889] acpiphp: Slot [10] registered [ 0.141689] acpiphp: Slot [11] registered [ 0.142497] acpiphp: Slot [12] registered [ 0.143298] acpiphp: Slot [13] registered [ 0.144016] acpiphp: Slot [14] registered [ 0.144836] acpiphp: Slot [15] registered [ 0.145635] acpiphp: Slot [16] registered [ 0.146438] acpiphp: Slot [17] registered [ 0.147241] acpiphp: Slot [18] registered [ 0.148017] acpiphp: Slot [19] registered [ 0.148820] acpiphp: Slot [20] registered [ 0.149617] acpiphp: Slot [21] registered [ 0.150423] acpiphp: Slot [22] registered [ 0.151225] acpiphp: Slot [23] registered [ 0.152017] acpiphp: Slot [24] registered [ 0.152821] acpiphp: Slot [25] registered [ 0.153621] acpiphp: Slot [26] registered [ 0.154426] acpiphp: Slot [27] registered [ 0.155230] acpiphp: Slot [28] registered [ 0.156016] acpiphp: Slot [29] registered [ 0.156818] acpiphp: Slot [30] registered [ 0.157616] acpiphp: Slot [31] registered [ 0.158413] PCI host bridge to bus 0000:00 [ 0.159215] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.160003] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.161110] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.162215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.163425] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.174142] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.215609] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216696] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.219547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.222182] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223540] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224104] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225141] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.226790] vgaarb: loaded [ 0.227437] vgaarb: bridge control possible 0000:00:02.0 [ 0.228116] SCSI subsystem initialized [ 0.228961] ACPI: bus type USB registered [ 0.228961] usbcore: registered new interface driver usbfs [ 0.230010] usbcore: registered new interface driver hub [ 0.232017] usbcore: registered new device driver usb [ 0.233071] PCI: Using ACPI for IRQ routing [ 0.233071] NetLabel: Initializing [ 0.233721] NetLabel: domain hash size = 128 [ 0.234564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.236015] NetLabel: unlabeled traffic allowed by default [ 0.237055] Switched to clocksource kvm-clock [ 0.240734] AppArmor: AppArmor Filesystem Enabled [ 0.244402] pnp: PnP ACPI init [ 0.245077] ACPI: bus type PNP registered [ 0.246279] pnp: PnP ACPI: found 8 devices [ 0.247109] ACPI: bus type PNP unregistered [ 0.253827] NET: Registered protocol family 2 [ 0.254850] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.256322] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.257545] TCP: Hash tables configured (established 16384 bind 16384) [ 0.259102] TCP: reno registered [ 0.259789] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260907] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262107] NET: Registered protocol family 1 [ 0.262969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264072] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265145] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.286919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.309177] Trying to unpack rootfs image as initramfs... [ 0.389281] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.390971] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.392059] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.393207] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.394851] Scanning for low memory corruption every 60 seconds [ 0.396191] Initialise system trusted keyring [ 0.397104] audit: initializing netlink socket (disabled) [ 0.398112] type=2000 audit(1541753799.973:1): initialized [ 0.415922] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.417694] zbud: loaded [ 0.418485] VFS: Disk quotas dquot_6.5.2 [ 0.419302] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.420706] fuse init (API version 7.22) [ 0.421541] msgmni has been set to 3997 [ 0.422345] Key type big_key registered [ 0.423324] Key type asymmetric registered [ 0.424140] Asymmetric key parser 'x509' registered [ 0.425075] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.426550] io scheduler noop registered [ 0.427336] io scheduler deadline registered (default) [ 0.428312] io scheduler cfq registered [ 0.429120] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.430146] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.431352] ipmi message handler version 39.2 [ 0.432241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.433669] ACPI: Power Button [PWRF] [ 0.434480] GHES: HEST is not enabled! [ 0.456039] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.499115] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.500877] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.524746] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.526713] Linux agpgart interface v0.103 [ 0.528189] brd: module loaded [ 0.529163] loop: module loaded [ 0.530060] blk-mq: CPU -> queue map [ 0.530787] CPU 0 -> Queue 0 [ 0.531436] CPU 1 -> Queue 0 [ 0.532570] vda: vda1 [ 0.533926] scsi0 : ata_piix [ 0.534645] scsi1 : ata_piix [ 0.535312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.536544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.537938] libphy: Fixed MDIO Bus: probed [ 0.538823] tun: Universal TUN/TAP device driver, 1.6 [ 0.539815] tun: (C) 1999-2004 Max Krasnyansky [ 0.541996] PPP generic driver version 2.4.2 [ 0.542891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.544147] ehci-pci: EHCI PCI platform driver [ 0.545030] ehci-platform: EHCI generic platform driver [ 0.546025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.547155] ohci-pci: OHCI PCI platform driver [ 0.548035] ohci-platform: OHCI generic platform driver [ 0.549035] uhci_hcd: USB Universal Host Controller Interface driver [ 0.571172] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.572182] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.573708] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.574831] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.576070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.577501] usb usb1: Product: UHCI Host Controller [ 0.578440] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd [ 0.579614] usb usb1: SerialNumber: 0000:00:01.2 [ 0.580618] hub 1-0:1.0: USB hub found [ 0.581445] hub 1-0:1.0: 2 ports detected [ 0.582347] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.584651] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.585676] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.586735] mousedev: PS/2 mouse device common for all mice [ 0.588020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.589850] rtc_cmos 00:00: RTC can wake from S4 [ 0.590959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.592154] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.593379] device-mapper: uevent: version 1.0.3 [ 0.594329] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.595954] ledtrig-cpu: registered to indicate activity on CPUs [ 0.597131] TCP: cubic registered [ 0.597890] NET: Registered protocol family 10 [ 0.598873] NET: Registered protocol family 17 [ 0.599752] Key type dns_resolver registered [ 0.600773] Loading compiled-in X.509 certificates [ 0.602220] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11' [ 0.604022] registered taskstats version 1 [ 0.606160] Key type trusted registered [ 0.609067] Key type encrypted registered [ 0.609890] AppArmor: AppArmor sha1 policy hashing enabled [ 0.610913] IMA: No TPM chip found, activating TPM-bypass! [ 0.619113] regulator-dummy: disabling [ 0.619945] Magic number: 10:444:927 [ 0.620835] rtc_cmos 00:00: setting system clock to 2018-11-09 08:56:40 UTC (1541753800) [ 0.622455] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.623568] EDD information not available. [ 0.692925] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.694483] Write protecting the kernel read-only data: 12288k [ 0.695825] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000) [ 0.698495] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.709585] systemd-udevd[107]: starting version 204 [ 0.744421] FDC 0 is a S82078B [ 0.892021] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.053338] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.054595] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.055876] usb 1-1: Product: QEMU USB Tablet [ 1.056836] usb 1-1: Manufacturer: QEMU [ 1.057675] usb 1-1: SerialNumber: 42 [ 1.388203] tsc: Refined TSC clocksource calibration: 3491.911 MHz [ 1.756935] 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.988767] 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.126756] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.218732] 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 Fri, 09 Nov 2018 08:56:42 +0000. Up 2.59 seconds. cloud-init-nonet[2.73]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] cloud-init-nonet[3.75]: static networking is now up * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 09 Nov 2018 08:56:43 +0000. Up 3.86 seconds. ci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.10 | 255.255.255.0 | fa:16:3e:e8:92:8c | 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.4 | 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: a9:8d:cb:27:6a:b0:a0:45:79:a7:a2:81:16:46:e5:f5 root@ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i The key's randomart image is: +--[ RSA 2048]----+ | .. . | | .. . . | |. o E | | oo . . . | |o... o S | |+.+ . + | |o= + o . | |o . ..... | | ...oo | +-----------------+ 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: 4d:73:f4:ce:29:2e:22:48:8a:19:fd:ed:ff:6c:6f:11 root@ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | o . . | | . o oEo . | |. . . S . ..+ | | + + o ... | |o . o o . . .. | | . . o... | | ...ooo. | +-----------------+ 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: 84:77:da:91:88:66:ec:5a:7a:d2:57:84:d2:fb:8e:a5 root@ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i The key's randomart image is: +--[ECDSA 256]---+ | | | . + o . | | B * = | | + + * . | | o S o | | = o | | + o . o | | o . = | | E . | +-----------------+ 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: 4d:b5:d9:94:cc:0e:a3:76:a6:b0:f3:76:71:fe:b0:e4 root@ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i The key's randomart image is: +--[ED25519 256--+ | .o.. | | .o=+ | | ..o+. | | .oo o . | | S+.+ | | o . . . | | o +o | | o .o.o | | . . E..| +-----------------+ * 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 D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * 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 Fri, 09 Nov 2018 08:56:47 +0000. Up 7.13 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i ttyS0 ansibleprovisioningtests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-i login: 2018-11-09 08:56:48,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:48,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56: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-d06a018d-507a-44ac-b4b4-9308930db1b9 x-compute-request-id: req-d06a018d-507a-44ac-b4b4-9308930db1b9 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:48,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-d06a018d-507a-44ac-b4b4-9308930db1b9 2018-11-09 08:56:48,862 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - ACTIVE 2018-11-09 08:56:48,862 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:56:48,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:49,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56: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-435e8974-299e-4c11-bf28-55076bc16b74 x-compute-request-id: req-435e8974-299e-4c11-bf28-55076bc16b74 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:49,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-435e8974-299e-4c11-bf28-55076bc16b74 2018-11-09 08:56:49,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:49,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-16e2179d-ba08-4a29-85e9-0e2a27170554 Date: Fri, 09 Nov 2018 08:56: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:56:49,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-16e2179d-ba08-4a29-85e9-0e2a27170554 2018-11-09 08:56:49,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:49,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df45588-a7e6-4561-89c7-0346b9d1652c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:56:49,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-3df45588-a7e6-4561-89c7-0346b9d1652c 2018-11-09 08:56:49,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:49,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c261f5cc-44a0-43cc-93fe-71b33f1c7150 Date: Fri, 09 Nov 2018 08:56:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:56:49,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-c261f5cc-44a0-43cc-93fe-71b33f1c7150 2018-11-09 08:56:49,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:49,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-a7dba5dd-674f-41b1-b80b-79b99f2fa80d Date: Fri, 09 Nov 2018 08:56:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.2"}],"id":"532e91f0-5822-4849-ac77-ea37cb8095d2","security_groups":[],"mac_address":"fa:16:3e:7b:fe:ea","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:56:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal","device_id":"c69969ad-dd4d-43ef-9814-ef3edc48f1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.4"}],"id":"8c56799e-501f-4814-a853-8217592596a1","security_groups":[],"mac_address":"fa:16:3e:02:91:8a","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.3"}],"id":"ffc8f5cb-dc8a-4146-8560-57848fcd6851","security_groups":[],"mac_address":"fa:16:3e:06:94:40","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f5d913f-baba-4eb2-bd63-83cc4cc14287"}]} 2018-11-09 08:56:49,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-a7dba5dd-674f-41b1-b80b-79b99f2fa80d 2018-11-09 08:56:49,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:50,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afcef83c-b408-49db-8b6d-6ba9236fbd34 x-compute-request-id: req-afcef83c-b408-49db-8b6d-6ba9236fbd34 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:50,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-afcef83c-b408-49db-8b6d-6ba9236fbd34 2018-11-09 08:56:50,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:50,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-dd6bc9a4-f5c5-4c2b-873c-3c1c27d07b57 Date: Fri, 09 Nov 2018 08:56: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:56:50,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-dd6bc9a4-f5c5-4c2b-873c-3c1c27d07b57 2018-11-09 08:56:50,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:50,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0035dcfd-9542-4085-b590-a493a7c3b525 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:56:50,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-0035dcfd-9542-4085-b590-a493a7c3b525 2018-11-09 08:56:50,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:50,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-00dc3773-6453-4d5c-9bdc-56db48695cd6 Date: Fri, 09 Nov 2018 08:56:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:56:50,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-00dc3773-6453-4d5c-9bdc-56db48695cd6 2018-11-09 08:56:50,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:50,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-7ed2afc2-3cdd-4fb8-982e-91a4a998ecc7 Date: Fri, 09 Nov 2018 08:56:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.2"}],"id":"532e91f0-5822-4849-ac77-ea37cb8095d2","security_groups":[],"mac_address":"fa:16:3e:7b:fe:ea","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:56:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal","device_id":"c69969ad-dd4d-43ef-9814-ef3edc48f1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.4"}],"id":"8c56799e-501f-4814-a853-8217592596a1","security_groups":[],"mac_address":"fa:16:3e:02:91:8a","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.3"}],"id":"ffc8f5cb-dc8a-4146-8560-57848fcd6851","security_groups":[],"mac_address":"fa:16:3e:06:94:40","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f5d913f-baba-4eb2-bd63-83cc4cc14287"}]} 2018-11-09 08:56:50,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-7ed2afc2-3cdd-4fb8-982e-91a4a998ecc7 2018-11-09 08:56:50,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}}' 2018-11-09 08:56:52,039 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:56:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7d65a1d1-d21c-4927-8cac-1aa13392ff9c x-compute-request-id: req-7d65a1d1-d21c-4927-8cac-1aa13392ff9c Content-Length: 0 Content-Type: application/json 2018-11-09 08:56:52,039 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0/action used request id req-7d65a1d1-d21c-4927-8cac-1aa13392ff9c 2018-11-09 08:56:52,040 - create_instance - INFO - Checking if VM is active 2018-11-09 08:56:52,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:52,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54920be4-132c-4046-8d81-07115e51763d x-compute-request-id: req-54920be4-132c-4046-8d81-07115e51763d Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}, {"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:52,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-54920be4-132c-4046-8d81-07115e51763d 2018-11-09 08:56:52,388 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - ACTIVE 2018-11-09 08:56:52,388 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:56:52,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:52,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed464638-09dc-44fe-9c70-c29d88c260ed x-compute-request-id: req-ed464638-09dc-44fe-9c70-c29d88c260ed Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}, {"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:52,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-ed464638-09dc-44fe-9c70-c29d88c260ed 2018-11-09 08:56:52,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:52,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-1026e725-4f42-495c-b552-ead8c2e524c3 Date: Fri, 09 Nov 2018 08:56: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:56:52,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-1026e725-4f42-495c-b552-ead8c2e524c3 2018-11-09 08:56:52,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:52,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7d4b53e-f148-4ab2-a3a5-7f59d4a5443b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:56:52,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-b7d4b53e-f148-4ab2-a3a5-7f59d4a5443b 2018-11-09 08:56:52,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:52,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c056ec71-8e9b-4ec9-b413-9f7276f6047a Date: Fri, 09 Nov 2018 08:56:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:56:52,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-c056ec71-8e9b-4ec9-b413-9f7276f6047a 2018-11-09 08:56:52,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:52,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-5daeb6af-3376-4d5f-bce0-d37266683e21 Date: Fri, 09 Nov 2018 08:56:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.2"}],"id":"532e91f0-5822-4849-ac77-ea37cb8095d2","security_groups":[],"mac_address":"fa:16:3e:7b:fe:ea","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:56:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["3412eb03-fb84-4d39-a75d-8398d88ec5c6","e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal","device_id":"c69969ad-dd4d-43ef-9814-ef3edc48f1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.4"}],"id":"8c56799e-501f-4814-a853-8217592596a1","security_groups":[],"mac_address":"fa:16:3e:02:91:8a","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.3"}],"id":"ffc8f5cb-dc8a-4146-8560-57848fcd6851","security_groups":[],"mac_address":"fa:16:3e:06:94:40","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f5d913f-baba-4eb2-bd63-83cc4cc14287"}]} 2018-11-09 08:56:52,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-5daeb6af-3376-4d5f-bce0-d37266683e21 2018-11-09 08:56:52,956 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:56:52,960 - paramiko.transport - DEBUG - starting thread (client mode): 0x877a3090L 2018-11-09 08:56:52,961 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:56:52,966 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-09 08:56:52,966 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-09 08:56:52,967 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:56:52,967 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:56:52,967 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 08:56:52,968 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:56:52,968 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:56:52,968 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:56:53,011 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:56:53,011 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:56:53,025 - paramiko.transport - DEBUG - Trying key f0ae1023acfd9051e64fcc6971076289 from tmp/AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb 2018-11-09 08:56:53,052 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:56:53,070 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:56:53,170 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:56:53,203 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:56:53,203 - create_instance - INFO - Checking if cloud-init has completed 2018-11-09 08:56:53,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:53,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6967cfce-32c0-44ae-9948-2cfe25825b38 x-compute-request-id: req-6967cfce-32c0-44ae-9948-2cfe25825b38 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}, {"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:53,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-6967cfce-32c0-44ae-9948-2cfe25825b38 2018-11-09 08:56:53,545 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - ACTIVE 2018-11-09 08:56:53,545 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:56:53,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:53,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-951ac48f-46a6-404c-8d54-cb48f5046e03 x-compute-request-id: req-951ac48f-46a6-404c-8d54-cb48f5046e03 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}, {"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:53,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-951ac48f-46a6-404c-8d54-cb48f5046e03 2018-11-09 08:56:53,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:53,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-2f7c46df-b3ee-4302-92f4-212e4c14c3e3 Date: Fri, 09 Nov 2018 08:56: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:56:53,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-2f7c46df-b3ee-4302-92f4-212e4c14c3e3 2018-11-09 08:56:53,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:54,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14fdf0f9-a3a1-4173-8463-ab22f71e6455 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:56:54,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-14fdf0f9-a3a1-4173-8463-ab22f71e6455 2018-11-09 08:56:54,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:54,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-23d12f78-30dd-4358-92ee-8366d21a2004 Date: Fri, 09 Nov 2018 08:56:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:56:54,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-23d12f78-30dd-4358-92ee-8366d21a2004 2018-11-09 08:56:54,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:54,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-a316a0fc-6a5a-429e-85fc-cce26bfaefe9 Date: Fri, 09 Nov 2018 08:56:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.2"}],"id":"532e91f0-5822-4849-ac77-ea37cb8095d2","security_groups":[],"mac_address":"fa:16:3e:7b:fe:ea","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:56:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["3412eb03-fb84-4d39-a75d-8398d88ec5c6","e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal","device_id":"c69969ad-dd4d-43ef-9814-ef3edc48f1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.4"}],"id":"8c56799e-501f-4814-a853-8217592596a1","security_groups":[],"mac_address":"fa:16:3e:02:91:8a","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.3"}],"id":"ffc8f5cb-dc8a-4146-8560-57848fcd6851","security_groups":[],"mac_address":"fa:16:3e:06:94:40","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f5d913f-baba-4eb2-bd63-83cc4cc14287"}]} 2018-11-09 08:56:54,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-a316a0fc-6a5a-429e-85fc-cce26bfaefe9 2018-11-09 08:56:54,227 - create_instance - INFO - Checking if VM is active 2018-11-09 08:56:54,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:55,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa4ff9e4-1556-42a5-96b8-a8316bcb4143 x-compute-request-id: req-fa4ff9e4-1556-42a5-96b8-a8316bcb4143 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}, {"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:55,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-fa4ff9e4-1556-42a5-96b8-a8316bcb4143 2018-11-09 08:56:55,011 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - ACTIVE 2018-11-09 08:56:55,011 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:56:55,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:55,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7413c30e-2ac8-4190-91c3-11dbf0ddcccb x-compute-request-id: req-7413c30e-2ac8-4190-91c3-11dbf0ddcccb Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}, {"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:55,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-7413c30e-2ac8-4190-91c3-11dbf0ddcccb 2018-11-09 08:56:55,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:55,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9683f225-69eb-4725-8d17-6113fb3e6184 Date: Fri, 09 Nov 2018 08:56: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:56:55,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-9683f225-69eb-4725-8d17-6113fb3e6184 2018-11-09 08:56:55,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:55,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c548f278-6257-4ed0-b4fd-7ea5dd870151 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:56:55,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-c548f278-6257-4ed0-b4fd-7ea5dd870151 2018-11-09 08:56:55,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:55,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6d66b5c7-7b2f-4848-8168-1b484ced3b6c Date: Fri, 09 Nov 2018 08:56:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:56:55,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-6d66b5c7-7b2f-4848-8168-1b484ced3b6c 2018-11-09 08:56:55,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:55,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-407ecf39-cde2-4f56-a3bf-00dc7cce4016 Date: Fri, 09 Nov 2018 08:56:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.2"}],"id":"532e91f0-5822-4849-ac77-ea37cb8095d2","security_groups":[],"mac_address":"fa:16:3e:7b:fe:ea","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:56:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["3412eb03-fb84-4d39-a75d-8398d88ec5c6","e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal","device_id":"c69969ad-dd4d-43ef-9814-ef3edc48f1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.4"}],"id":"8c56799e-501f-4814-a853-8217592596a1","security_groups":[],"mac_address":"fa:16:3e:02:91:8a","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.3"}],"id":"ffc8f5cb-dc8a-4146-8560-57848fcd6851","security_groups":[],"mac_address":"fa:16:3e:06:94:40","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f5d913f-baba-4eb2-bd63-83cc4cc14287"}]} 2018-11-09 08:56:55,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-407ecf39-cde2-4f56-a3bf-00dc7cce4016 2018-11-09 08:56:55,763 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:56:55,764 - paramiko.transport - DEBUG - starting thread (client mode): 0x877a3090L 2018-11-09 08:56:55,765 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:56:55,768 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-09 08:56:55,768 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-09 08:56:55,769 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:56:55,770 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:56:55,770 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 08:56:55,770 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:56:55,770 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:56:55,770 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:56:55,811 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:56:55,811 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:56:55,829 - paramiko.transport - DEBUG - Trying key f0ae1023acfd9051e64fcc6971076289 from tmp/AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb 2018-11-09 08:56:55,851 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:56:55,858 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:56:55,958 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:56:55,975 - create_instance - INFO - SSH is active for VM instance 2018-11-09 08:56:55,976 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:56:55,977 - paramiko.transport - DEBUG - starting thread (client mode): 0x877a31d0L 2018-11-09 08:56:55,978 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:56:55,981 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-09 08:56:55,981 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-09 08:56:55,982 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:56:55,982 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:56:55,982 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 08:56:55,982 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:56:55,983 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:56:55,983 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:56:56,023 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:56:56,023 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:56:56,042 - paramiko.transport - DEBUG - Trying key f0ae1023acfd9051e64fcc6971076289 from tmp/AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb 2018-11-09 08:56:56,063 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:56:56,070 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:56:56,074 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:56:56,249 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-09 08:56:56,249 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:56:56,276 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:56:56,287 - create_instance - INFO - cloud-init complete for VM instance 2018-11-09 08:56:56,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:56,295 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-09 08:56:56,296 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-09 08:56:57,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56: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-e8ecadf8-7f9b-4ea4-8187-708f41f242ea x-compute-request-id: req-e8ecadf8-7f9b-4ea4-8187-708f41f242ea Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}, {"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:57,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-e8ecadf8-7f9b-4ea4-8187-708f41f242ea 2018-11-09 08:56:57,252 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - ACTIVE 2018-11-09 08:56:57,253 - create_instance - INFO - VM is - ACTIVE 2018-11-09 08:56:57,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:57,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab492785-39b5-4462-a5c1-a9df62ac9947 x-compute-request-id: req-ab492785-39b5-4462-a5c1-a9df62ac9947 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}, {"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:57,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-ab492785-39b5-4462-a5c1-a9df62ac9947 2018-11-09 08:56:57,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:57,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-383b1ffb-9cf7-4738-b59b-588512bf5375 Date: Fri, 09 Nov 2018 08:56: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:56:57,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-383b1ffb-9cf7-4738-b59b-588512bf5375 2018-11-09 08:56:57,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:57,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e8c35b5-8084-476b-90cc-8452e4d4d809 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:56:57,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-1e8c35b5-8084-476b-90cc-8452e4d4d809 2018-11-09 08:56:57,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:57,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0e147749-ba62-463f-86c4-d347e1b94240 Date: Fri, 09 Nov 2018 08:56:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:56:57,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-0e147749-ba62-463f-86c4-d347e1b94240 2018-11-09 08:56:57,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:58,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-f8e741ec-04ff-447b-8467-6fa3127b6990 Date: Fri, 09 Nov 2018 08:56:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.2"}],"id":"532e91f0-5822-4849-ac77-ea37cb8095d2","security_groups":[],"mac_address":"fa:16:3e:7b:fe:ea","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:56:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["3412eb03-fb84-4d39-a75d-8398d88ec5c6","e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal","device_id":"c69969ad-dd4d-43ef-9814-ef3edc48f1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.4"}],"id":"8c56799e-501f-4814-a853-8217592596a1","security_groups":[],"mac_address":"fa:16:3e:02:91:8a","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.3"}],"id":"ffc8f5cb-dc8a-4146-8560-57848fcd6851","security_groups":[],"mac_address":"fa:16:3e:06:94:40","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f5d913f-baba-4eb2-bd63-83cc4cc14287"}]} 2018-11-09 08:56:58,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-f8e741ec-04ff-447b-8467-6fa3127b6990 2018-11-09 08:56:58,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:58,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e826d47f-0579-4824-b5c8-6c440c348199 x-compute-request-id: req-e826d47f-0579-4824-b5c8-6c440c348199 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}, {"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:58,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-e826d47f-0579-4824-b5c8-6c440c348199 2018-11-09 08:56:58,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:58,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-394b1cd5-9e0c-47cc-9c5a-4c98728a3cf1 Date: Fri, 09 Nov 2018 08:56: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":["5632b2c9-5656-450d-b296-a423ff38e0bc"],"updated_at":"2018-11-09T08:54:42Z","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"15094870ff934128b81ee8c8c29ab963","id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net"}]} 2018-11-09 08:56:58,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net used request id req-394b1cd5-9e0c-47cc-9c5a-4c98728a3cf1 2018-11-09 08:56:58,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:58,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13935801-c8d4-449a-a831-36f8aacf8934 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:56:58,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-13935801-c8d4-449a-a831-36f8aacf8934 2018-11-09 08:56:58,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:58,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d9de1c2e-46df-468e-9534-64687be58ce7 Date: Fri, 09 Nov 2018 08:56:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:42Z","dns_nameservers":[],"updated_at":"2018-11-09T08:54:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"15094870ff934128b81ee8c8c29ab963","id":"5632b2c9-5656-450d-b296-a423ff38e0bc","subnetpool_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet"}]} 2018-11-09 08:56:58,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-d9de1c2e-46df-468e-9534-64687be58ce7 2018-11-09 08:56:58,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:58,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-442dbc71-fb7b-45b2-9cc4-e120c731dd29 Date: Fri, 09 Nov 2018 08:56:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.2"}],"id":"532e91f0-5822-4849-ac77-ea37cb8095d2","security_groups":[],"mac_address":"fa:16:3e:7b:fe:ea","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:56:51Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.10"}],"id":"6c7d9248-3949-485d-a00d-76277825b0a0","security_groups":["3412eb03-fb84-4d39-a75d-8398d88ec5c6","e309ae98-c31a-4dde-b992-cd53ed599ad0"],"mac_address":"fa:16:3e:e8:92:8c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:55:03Z","binding:vnic_type":"normal","device_id":"c69969ad-dd4d-43ef-9814-ef3edc48f1a0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:55:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.1"}],"id":"6f43019c-1ad6-4063-94b7-6ac1bcd688f5","security_groups":[],"mac_address":"fa:16:3e:7c:24:5c","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:51Z","binding:vnic_type":"normal","device_id":"0179b5cb-7c0f-40bc-bf6e-3030f3aab096"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.4"}],"id":"8c56799e-501f-4814-a853-8217592596a1","security_groups":[],"mac_address":"fa:16:3e:02:91:8a","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5f5d913f-baba-4eb2-bd63-83cc4cc14287"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T08:54:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5632b2c9-5656-450d-b296-a423ff38e0bc","ip_address":"10.55.1.3"}],"id":"ffc8f5cb-dc8a-4146-8560-57848fcd6851","security_groups":[],"mac_address":"fa:16:3e:06:94:40","project_id":"15094870ff934128b81ee8c8c29ab963","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f5d913f-baba-4eb2-bd63-83cc4cc14287","tenant_id":"15094870ff934128b81ee8c8c29ab963","created_at":"2018-11-09T08:54:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5f5d913f-baba-4eb2-bd63-83cc4cc14287"}]} 2018-11-09 08:56:58,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-442dbc71-fb7b-45b2-9cc4-e120c731dd29 2018-11-09 08:56:58,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}}' 2018-11-09 08:56:59,426 - novaclient.v2.client - DEBUG - RESP: [400] Date: Fri, 09 Nov 2018 08:56:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d87cacd4-982b-4d10-a28c-98fc2c8afc91 x-compute-request-id: req-d87cacd4-982b-4d10-a28c-98fc2c8afc91 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: '3412eb03-fb84-4d39-a75d-8398d88ec5c6'.\nNeutron server returns request_ids: ['req-67059ccd-7d61-4f44-bcee-bc3ce15ce0ca']", "code": 400}} 2018-11-09 08:56:59,426 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0/action used request id req-d87cacd4-982b-4d10-a28c-98fc2c8afc91 2018-11-09 08:56:59,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:56:59,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e0d2b82-c572-4a82-af73-6adab1c3e074 x-compute-request-id: req-8e0d2b82-c572-4a82-af73-6adab1c3e074 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:8c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "security_groups": [{"name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp"}, {"name": "default"}], "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:56:38Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:56:59,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-8e0d2b82-c572-4a82-af73-6adab1c3e074 2018-11-09 08:56:59,755 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp] already added to VM [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] 2018-11-09 08:56:59,760 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-11-09 08:56:59,761 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-11-09 08:57:01,059 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-09 08:57:01,061 - paramiko.transport - DEBUG - starting thread (client mode): 0x876c4450L 2018-11-09 08:57:01,062 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 08:57:01,064 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-09 08:57:01,065 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-09 08:57:01,066 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 08:57:01,066 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 08:57:01,067 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 08:57:01,067 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 08:57:01,067 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 08:57:01,067 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 08:57:01,107 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 08:57:01,108 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 08:57:01,126 - paramiko.transport - DEBUG - Trying key f0ae1023acfd9051e64fcc6971076289 from tmp/AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb 2018-11-09 08:57:01,147 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 08:57:01,154 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 08:57:01,159 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 08:57:01,322 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-09 08:57:01,322 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 08:57:01,325 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 08:57:01,343 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-09 08:57:01,342 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-09 08:57:01,444 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:57:01,458 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2018-11-09 08:57:01,458 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.201 2018-11-09 08:57:01,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/726e4881-9ba6-4b32-b18e-152804e1aa58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:57:02,461 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d203dbb-9f7c-4bcc-b378-0cff6a18290b Content-Length: 0 Date: Fri, 09 Nov 2018 08:57:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:02,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/726e4881-9ba6-4b32-b18e-152804e1aa58 used request id req-6d203dbb-9f7c-4bcc-b378-0cff6a18290b 2018-11-09 08:57:02,461 - create_instance - INFO - Deleting Port with ID - 6c7d9248-3949-485d-a00d-76277825b0a0 2018-11-09 08:57:02,461 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-port-1 2018-11-09 08:57:02,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/6c7d9248-3949-485d-a00d-76277825b0a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:57:02,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fbe19dae-ca3a-45d8-9bca-53804499f3b2 Date: Fri, 09 Nov 2018 08:57:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:02,907 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/6c7d9248-3949-485d-a00d-76277825b0a0 used request id req-fbe19dae-ca3a-45d8-9bca-53804499f3b2 2018-11-09 08:57:02,907 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst 2018-11-09 08:57:02,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:57:03,051 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-7253547e-d0a6-48d7-b045-6947b47da8e3 x-compute-request-id: req-7253547e-d0a6-48d7-b045-6947b47da8e3 Content-Type: application/json 2018-11-09 08:57:03,051 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-7253547e-d0a6-48d7-b045-6947b47da8e3 2018-11-09 08:57:03,051 - create_instance - INFO - Checking deletion status 2018-11-09 08:57:03,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:57:03,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-9b2e9247-1459-4805-baff-fda0f2b2d481 x-compute-request-id: req-9b2e9247-1459-4805-baff-fda0f2b2d481 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.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "rel": "bookmark"}], "image": {"id": "5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "links": [{"href": "http://172.30.9.27:8774/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T08:56:38.000000", "flavor": {"id": "df2cd787-9fe0-4c99-8766-a6ba58ac5280", "links": [{"href": "http://172.30.9.27:8774/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280", "rel": "bookmark"}]}, "id": "c69969ad-dd4d-43ef-9814-ef3edc48f1a0", "user_id": "0cb375c1f21f4e9aa40225195f5910c0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T08:57:03Z", "hostId": "eefbead3bf00e79849e42967ccc323e14ecbf40254e075a4d79d9b86", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp", "name": "AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst", "created": "2018-11-09T08:55:06Z", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 08:57:03,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-9b2e9247-1459-4805-baff-fda0f2b2d481 2018-11-09 08:57:03,168 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst] is - ACTIVE 2018-11-09 08:57:03,168 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 08:57:06,169 - create_instance - DEBUG - VM status query timeout in 296.882296085 2018-11-09 08:57:06,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7405a17bf7bd9e0adc14cee91baed4e72daeb885" 2018-11-09 08:57:06,231 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 08:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2bad0b3b-ad79-4b66-870e-5d2d5b639bed x-compute-request-id: req-2bad0b3b-ad79-4b66-870e-5d2d5b639bed Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c69969ad-dd4d-43ef-9814-ef3edc48f1a0 could not be found.", "code": 404}} 2018-11-09 08:57:06,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c69969ad-dd4d-43ef-9814-ef3edc48f1a0 used request id req-2bad0b3b-ad79-4b66-870e-5d2d5b639bed 2018-11-09 08:57:06,231 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c69969ad-dd4d-43ef-9814-ef3edc48f1a0 could not be found. (HTTP 404) (Request-ID: req-2bad0b3b-ad79-4b66-870e-5d2d5b639bed) 2018-11-09 08:57:06,232 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-inst 2018-11-09 08:57:06,233 - neutron_utils - INFO - Deleting security group rule with ID - 3adf68b9-c663-4c13-bec6-5c29dfb6b97d 2018-11-09 08:57:06,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/3adf68b9-c663-4c13-bec6-5c29dfb6b97d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:57:06,499 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-454cfe3e-b3a8-4d2b-befd-36c8b8e4ef37 Content-Length: 0 Date: Fri, 09 Nov 2018 08:57:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:06,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/3adf68b9-c663-4c13-bec6-5c29dfb6b97d used request id req-454cfe3e-b3a8-4d2b-befd-36c8b8e4ef37 2018-11-09 08:57:06,499 - neutron_utils - INFO - Deleting security group rule with ID - 2f27df9d-656e-4711-95a8-fbe239c9e253 2018-11-09 08:57:06,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/2f27df9d-656e-4711-95a8-fbe239c9e253 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:57:06,587 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5f76200-796d-4dac-b3c7-0fe799a024c7 Content-Length: 0 Date: Fri, 09 Nov 2018 08:57:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:06,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/2f27df9d-656e-4711-95a8-fbe239c9e253 used request id req-a5f76200-796d-4dac-b3c7-0fe799a024c7 2018-11-09 08:57:06,588 - neutron_utils - INFO - Deleting security group rule with ID - 1db8e622-a429-4127-876d-90ec10264dd5 2018-11-09 08:57:06,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/1db8e622-a429-4127-876d-90ec10264dd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:57:06,697 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ecc149d-8251-4d35-b150-e3827d3aba3b Content-Length: 0 Date: Fri, 09 Nov 2018 08:57:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:06,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/1db8e622-a429-4127-876d-90ec10264dd5 used request id req-7ecc149d-8251-4d35-b150-e3827d3aba3b 2018-11-09 08:57:06,697 - neutron_utils - INFO - Deleting security group rule with ID - 86f0fdcf-e1a4-4be4-b18b-a71d9b19ef69 2018-11-09 08:57:06,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/86f0fdcf-e1a4-4be4-b18b-a71d9b19ef69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:57:07,014 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a252d53-15b8-40f7-a59b-b8240116ee07 Content-Length: 0 Date: Fri, 09 Nov 2018 08:57:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:07,015 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/86f0fdcf-e1a4-4be4-b18b-a71d9b19ef69 used request id req-1a252d53-15b8-40f7-a59b-b8240116ee07 2018-11-09 08:57:07,015 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-sec-grp 2018-11-09 08:57:07,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/3412eb03-fb84-4d39-a75d-8398d88ec5c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a89a6b1660aea09f4e86be2b6455dab08d4b36" 2018-11-09 08:57:07,336 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2741b11a-b6e6-460b-aa93-c47c678198d6 Content-Length: 0 Date: Fri, 09 Nov 2018 08:57:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:07,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/3412eb03-fb84-4d39-a75d-8398d88ec5c6 used request id req-2741b11a-b6e6-460b-aa93-c47c678198d6 2018-11-09 08:57:07,337 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp 2018-11-09 08:57:07,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1b83c12c37d2885c6adcbb485c65ef6c6caa0a" 2018-11-09 08:57:07,389 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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-6b8ebff3-9833-4f75-a444-b5c407bca863 x-compute-request-id: req-6b8ebff3-9833-4f75-a444-b5c407bca863 Content-Length: 0 Content-Type: application/json 2018-11-09 08:57:07,389 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-kp used request id req-6b8ebff3-9833-4f75-a444-b5c407bca863 2018-11-09 08:57:07,389 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb.pub] 2018-11-09 08:57:07,390 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb] 2018-11-09 08:57:07,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631339707d6e383e4d3c56846f7692106f517d0e" 2018-11-09 08:57:07,445 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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-1535c083-3aed-41ee-b547-9e5f2c1c54d5 x-compute-request-id: req-1535c083-3aed-41ee-b547-9e5f2c1c54d5 Content-Length: 0 Content-Type: application/json 2018-11-09 08:57:07,445 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/df2cd787-9fe0-4c99-8766-a6ba58ac5280 used request id req-1535c083-3aed-41ee-b547-9e5f2c1c54d5 2018-11-09 08:57:07,446 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router and subnet AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet 2018-11-09 08:57:07,446 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router 2018-11-09 08:57:07,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/0179b5cb-7c0f-40bc-bf6e-3030f3aab096/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" -d '{"subnet_id": "5632b2c9-5656-450d-b296-a423ff38e0bc"}' 2018-11-09 08:57:08,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-53c62fe2-709e-4682-bf64-31efe4950f94 Date: Fri, 09 Nov 2018 08:57:08 GMT RESP BODY: {"network_id": "5f5d913f-baba-4eb2-bd63-83cc4cc14287", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "subnet_id": "5632b2c9-5656-450d-b296-a423ff38e0bc", "subnet_ids": ["5632b2c9-5656-450d-b296-a423ff38e0bc"], "port_id": "6f43019c-1ad6-4063-94b7-6ac1bcd688f5", "id": "0179b5cb-7c0f-40bc-bf6e-3030f3aab096"} 2018-11-09 08:57:08,981 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0179b5cb-7c0f-40bc-bf6e-3030f3aab096/remove_router_interface used request id req-53c62fe2-709e-4682-bf64-31efe4950f94 2018-11-09 08:57:08,982 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router 2018-11-09 08:57:08,982 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-router 2018-11-09 08:57:08,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/0179b5cb-7c0f-40bc-bf6e-3030f3aab096 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf634dab1197614dc8cc1d63517eeec5b3a8cd3" 2018-11-09 08:57:12,499 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-280dcf1a-4e91-446d-8b72-d41d1c9f63c0 Content-Length: 0 Date: Fri, 09 Nov 2018 08:57:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:12,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/0179b5cb-7c0f-40bc-bf6e-3030f3aab096 used request id req-280dcf1a-4e91-446d-8b72-d41d1c9f63c0 2018-11-09 08:57:12,500 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet 2018-11-09 08:57:12,500 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-subnet 2018-11-09 08:57:12,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/5632b2c9-5656-450d-b296-a423ff38e0bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e7e3b8c4a26a864a8892ab5dd27e1e86b4c38a" 2018-11-09 08:57:14,841 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ca1539a-2ae3-4c8c-8210-36edfcb06140 Date: Fri, 09 Nov 2018 08:57:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:14,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5632b2c9-5656-450d-b296-a423ff38e0bc used request id req-2ca1539a-2ae3-4c8c-8210-36edfcb06140 2018-11-09 08:57:14,841 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb-pub-net 2018-11-09 08:57:14,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/5f5d913f-baba-4eb2-bd63-83cc4cc14287 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e7e3b8c4a26a864a8892ab5dd27e1e86b4c38a" 2018-11-09 08:57:16,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b0561b8b-19da-4f10-9e19-6da4589002d2 Date: Fri, 09 Nov 2018 08:57:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:16,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/5f5d913f-baba-4eb2-bd63-83cc4cc14287 used request id req-b0561b8b-19da-4f10-9e19-6da4589002d2 2018-11-09 08:57:16,034 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-4c8d1425-5b28-438d-b6d8-7ded4e4a6dbb--image 2018-11-09 08:57:16,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}53904c20c1bc5c35b6bbc441c5ca4dcfd563ac9d" 2018-11-09 08:57:16,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-92360929-4be4-49f2-bff7-5835e772de76 Date: Fri, 09 Nov 2018 08:57:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:57:16,904 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/5cb54dc1-54af-498e-b3d4-d9ca9eff52f5 used request id req-92360929-4be4-49f2-bff7-5835e772de76 2018-11-09 08:57:16,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:57:17,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-06fcb1ab-268d-444f-bb37-eb2746d0cb89 Date: Fri, 09 Nov 2018 08:57:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:41Z", "updated_at": "2018-11-09T08:54:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:41Z", "revision_number": 0, "id": "2aa433b3-beb3-474d-93b7-41934de111b7", "remote_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:41Z", "security_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv6", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:41Z", "revision_number": 0, "id": "50ab6356-d2fc-49e6-8122-b63c8be4d37c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:41Z", "security_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv6", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:41Z", "revision_number": 0, "id": "9dc14055-6622-4634-9114-37398cb6771c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:41Z", "security_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:54:41Z", "revision_number": 0, "id": "a1c85071-abdf-4942-a9b4-5a67a5a27a27", "remote_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "remote_ip_prefix": null, "created_at": "2018-11-09T08:54:41Z", "security_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "tenant_id": "15094870ff934128b81ee8c8c29ab963", "port_range_min": null, "ethertype": "IPv4", "project_id": "15094870ff934128b81ee8c8c29ab963"}], "revision_number": 4, "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:57:17,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-06fcb1ab-268d-444f-bb37-eb2746d0cb89 2018-11-09 08:57:17,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:57:17,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7022f535-b8ed-4eea-8de6-ddecf8193a2c 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.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 08:57:17,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123 used request id req-7022f535-b8ed-4eea-8de6-ddecf8193a2c 2018-11-09 08:57:17,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:57:17,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d2a3fad-89f9-485f-aaf1-6fd1e9670b09 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.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 08:57:17,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd used request id req-0d2a3fad-89f9-485f-aaf1-6fd1e9670b09 2018-11-09 08:57:17,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:57:17,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7e2a76a-a874-43c2-9dcd-16f24d7a55c6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963"}, "enabled": true, "id": "15094870ff934128b81ee8c8c29ab963", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-2b995484-5e1d-4b5-proj"}} 2018-11-09 08:57:17,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-e7e2a76a-a874-43c2-9dcd-16f24d7a55c6 2018-11-09 08:57:17,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e309ae98-c31a-4dde-b992-cd53ed599ad0 2018-11-09 08:57:17,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e309ae98-c31a-4dde-b992-cd53ed599ad0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:57:17,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e3e25072-b602-4acc-94e2-a6a8356acbba Date: Fri, 09 Nov 2018 08:57:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:41Z", "security_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:41Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "2aa433b3-beb3-474d-93b7-41934de111b7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:41Z", "security_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:41Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "50ab6356-d2fc-49e6-8122-b63c8be4d37c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:41Z", "security_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:41Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "9dc14055-6622-4634-9114-37398cb6771c"}, {"remote_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T08:54:41Z", "security_group_id": "e309ae98-c31a-4dde-b992-cd53ed599ad0", "port_range_min": null, "revision_number": 0, "tenant_id": "15094870ff934128b81ee8c8c29ab963", "created_at": "2018-11-09T08:54:41Z", "project_id": "15094870ff934128b81ee8c8c29ab963", "id": "a1c85071-abdf-4942-a9b4-5a67a5a27a27"}]} 2018-11-09 08:57:17,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=e309ae98-c31a-4dde-b992-cd53ed599ad0 used request id req-e3e25072-b602-4acc-94e2-a6a8356acbba 2018-11-09 08:57:17,572 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 08:57:17,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/e309ae98-c31a-4dde-b992-cd53ed599ad0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:57:17,848 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7653a2f8-c5e5-4e71-bec1-825a129370eb Content-Length: 0 Date: Fri, 09 Nov 2018 08:57:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:17,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e309ae98-c31a-4dde-b992-cd53ed599ad0 used request id req-7653a2f8-c5e5-4e71-bec1-825a129370eb 2018-11-09 08:57:17,849 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-2b995484-5e1d-4b5-proj 2018-11-09 08:57:17,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:57:18,035 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:57:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c27a569d-5a33-4d7f-93ff-43d7b4cfc2e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:57:18,035 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/15094870ff934128b81ee8c8c29ab963 used request id req-c27a569d-5a33-4d7f-93ff-43d7b4cfc2e1 2018-11-09 08:57:18,035 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-2b995484-5e1d-4b5-proj-role 2018-11-09 08:57:18,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/3bc65ab33cf747289d0acbf8cbb950c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:57:18,148 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:57:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ff78e9c-0547-4f8f-bf12-5d7ce16e1f12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:57:18,148 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/3bc65ab33cf747289d0acbf8cbb950c6 used request id req-5ff78e9c-0547-4f8f-bf12-5d7ce16e1f12 2018-11-09 08:57:18,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c4398b366c524faa39eef59014065a5b1a6af6" 2018-11-09 08:57:18,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a628dc26-6466-48d4-aaec-14e50dd9a944 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:57:18,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a628dc26-6466-48d4-aaec-14e50dd9a944 2018-11-09 08:57:18,334 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-2b995484-5e1d-4b5-user 2018-11-09 08:57:18,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/0cb375c1f21f4e9aa40225195f5910c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675e8e8b0e3f58b6d1180b18af40c5de636896eb" 2018-11-09 08:57:18,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:57:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-963789a0-eeaf-4574-8359-8b93272d3d81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:57:18,519 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0cb375c1f21f4e9aa40225195f5910c0 used request id req-963789a0-eeaf-4574-8359-8b93272d3d81 2018-11-09 08:57:18,520 - 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 3408.840s OK 2018-11-09 08:57:18,729 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 08:57:18,730 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 56:49 | PASS | +---------------------+------------------+------------------+----------------+ 2018-11-09 08:57:18,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:57:18,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:18,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-377e935b-6166-4152-95a7-4c3f7268eabd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}, {"domain_id": null, "id": "b69534ee78274545905aa3733fb9f4f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3"}, "name": "heat_stack_owner"}]} 2018-11-09 08:57:18,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-377e935b-6166-4152-95a7-4c3f7268eabd 2018-11-09 08:57:18,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.16261100769s 2018-11-09 08:57:18,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 08:57:18,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:19,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:57:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc18d290-3539-4259-8d80-dc8b5b7edb36 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:57:19,141 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b69534ee78274545905aa3733fb9f4f3 used request id req-cc18d290-3539-4259-8d80-dc8b5b7edb36 2018-11-09 08:57:19,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.240628004074s 2018-11-09 08:57:19,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:57:19,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:19,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48940e22-0490-4256-ba82-1e6bd09a9c16 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef", "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "domain_id": "default", "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:57:19,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-48940e22-0490-4256-ba82-1e6bd09a9c16 2018-11-09 08:57:19,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0960960388184s 2018-11-09 08:57:19,238 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-48940e22-0490-4256-ba82-1e6bd09a9c16 2018-11-09 08:57:19,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:57:19,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:19,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca0bc89-140f-47c3-b762-de334ef1c825 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc"}, "enabled": true, "id": "27c3e836531849f4a6769d901c4ad5fc", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}} 2018-11-09 08:57:19,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc used request id req-0ca0bc89-140f-47c3-b762-de334ef1c825 2018-11-09 08:57:19,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934538841248s 2018-11-09 08:57:19,339 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc used request id req-0ca0bc89-140f-47c3-b762-de334ef1c825 2018-11-09 08:57:19,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 08:57:19,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:19,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:57:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb4f8f9e-4d0c-4e9b-882a-a56afff77e90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:57:19,544 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc used request id req-bb4f8f9e-4d0c-4e9b-882a-a56afff77e90 2018-11-09 08:57:19,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.204744815826s 2018-11-09 08:57:19,544 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/27c3e836531849f4a6769d901c4ad5fc used request id req-bb4f8f9e-4d0c-4e9b-882a-a56afff77e90 2018-11-09 08:57:19,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 08:57:19,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:19,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d90ffd9-8f48-43e8-9aef-ef4c4f19d5b0 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee"}, "enabled": true, "id": "0b2f64a45219400697df961f5de737ee", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_0a064aac-cfc6-4994-8336-cd0d9b6ae6ef"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 08:57:19,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-3d90ffd9-8f48-43e8-9aef-ef4c4f19d5b0 2018-11-09 08:57:19,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0760791301727s 2018-11-09 08:57:19,622 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-3d90ffd9-8f48-43e8-9aef-ef4c4f19d5b0 2018-11-09 08:57:19,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 08:57:19,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:19,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:57:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab7d42e1-030a-4557-97ee-a68a8ce5968d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:57:19,775 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-ab7d42e1-030a-4557-97ee-a68a8ce5968d 2018-11-09 08:57:19,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.150346040726s 2018-11-09 08:57:19,775 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0b2f64a45219400697df961f5de737ee used request id req-ab7d42e1-030a-4557-97ee-a68a8ce5968d 2018-11-09 08:57:19,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:57:19,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:19,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec856b66-4808-4005-960b-90f63b75287c Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b594f95a74a04282be3189264fc3120c", "links": {"self": "http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c"}, "name": "Member"}]} 2018-11-09 08:57:19,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ec856b66-4808-4005-960b-90f63b75287c 2018-11-09 08:57:19,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0919930934906s 2018-11-09 08:57:19,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 08:57:19,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:19,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:57:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f76d8ae-c70e-44ef-980e-f5a58f8c48a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:57:19,999 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b594f95a74a04282be3189264fc3120c used request id req-3f76d8ae-c70e-44ef-980e-f5a58f8c48a7 2018-11-09 08:57:19,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.130126953125s 2018-11-09 08:57:20,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 08:57:20,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=0b2f64a45219400697df961f5de737ee&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}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:20,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f6070443-9ad4-448d-9baf-b97a69b44270 Date: Fri, 09 Nov 2018 08:57:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:57:20,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=0b2f64a45219400697df961f5de737ee&name=default used request id req-f6070443-9ad4-448d-9baf-b97a69b44270 2018-11-09 08:57:20,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.185204029083s 2018-11-09 08:57:20,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=0b2f64a45219400697df961f5de737ee&name=default used request id req-f6070443-9ad4-448d-9baf-b97a69b44270 2018-11-09 08:57:20,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 08:57:20,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:20,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-88708635-b20b-405a-893a-d80f1572eaaa Date: Fri, 09 Nov 2018 08:57:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b2f64a45219400697df961f5de737ee", "created_at": "2018-11-09T08:00:38Z", "updated_at": "2018-11-09T08:00:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "96852490-cbba-4e10-8961-931bcba246d3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "2ff46a57-1006-49e3-a521-7da7399aefe3", "remote_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "eb1f5919-fec3-4a19-83a2-ed1f48363e00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b2f64a45219400697df961f5de737ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T08:00:38Z", "revision_number": 0, "id": "d79aadea-344a-4a53-8f65-fc35e2a83f82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T08:00:38Z", "security_group_id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "tenant_id": "0b2f64a45219400697df961f5de737ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b2f64a45219400697df961f5de737ee"}], "revision_number": 4, "project_id": "0b2f64a45219400697df961f5de737ee", "id": "e8c15a77-2cf5-4d91-82ad-0169578a4901", "name": "default"}]} 2018-11-09 08:57:20,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-88708635-b20b-405a-893a-d80f1572eaaa 2018-11-09 08:57:20,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.241316080093s 2018-11-09 08:57:20,436 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-88708635-b20b-405a-893a-d80f1572eaaa 2018-11-09 08:57:20,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 08:57:20,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/e8c15a77-2cf5-4d91-82ad-0169578a4901.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f3965f508934052a55fbc550ee5db581dde3403" 2018-11-09 08:57:20,884 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a63acf7-a5f1-4c3a-bb5a-74937b5cd1e1 Content-Length: 0 Date: Fri, 09 Nov 2018 08:57:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 08:57:20,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e8c15a77-2cf5-4d91-82ad-0169578a4901.json used request id req-9a63acf7-a5f1-4c3a-bb5a-74937b5cd1e1 2018-11-09 08:57:20,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.442827939987s 2018-11-09 08:57:20,884 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e8c15a77-2cf5-4d91-82ad-0169578a4901.json used request id req-9a63acf7-a5f1-4c3a-bb5a-74937b5cd1e1 2018-11-09 08:57:20,937 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-11-09 08:57:20,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 08:57:20,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 08:57:20,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 08:57:20,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 08:57:20,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 08:57:20,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 08:57:20,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 08:57:20,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 08:57:20,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 08:57:20,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 08:57:20,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 08:57:20,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 08:57:20,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:57:20,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-369dd1c4-c3c4-463e-bf40-d522d4f7df49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:57:20,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-369dd1c4-c3c4-463e-bf40-d522d4f7df49 2018-11-09 08:57:20,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:57:21,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:57:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["ZSNqN4CqTU-3ABRzNp0Gmg"], "issued_at": "2018-11-09T08:57:21.000000Z"}} 2018-11-09 08:57:21,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 08:57:21,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:21,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-4f959ec9-c9ef-46f8-b9c2-f62da80aebc3 Date: Fri, 09 Nov 2018 08:57:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 08:57:21,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4f959ec9-c9ef-46f8-b9c2-f62da80aebc3 2018-11-09 08:57:21,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248898029327s 2018-11-09 08:57:21,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4f959ec9-c9ef-46f8-b9c2-f62da80aebc3 2018-11-09 08:57:21,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 08:57:21,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:21,633 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:57:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:57:21,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:21,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d289e93-3056-436c-9d9f-b278f81a32f8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 08:57:21,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-1d289e93-3056-436c-9d9f-b278f81a32f8 2018-11-09 08:57:21,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.101906061172s 2018-11-09 08:57:21,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 08:57:21,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e40212529263fccf053be299db2da960a495a982" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181"}}' 2018-11-09 08:57:21,850 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:57:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d19ad7b-be21-400e-ac01-08ff4ddf33ce 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.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf"}, "enabled": true, "id": "12b79911131d42948bf0d08ceccc02cf", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181"}} 2018-11-09 08:57:21,850 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-3d19ad7b-be21-400e-ac01-08ff4ddf33ce 2018-11-09 08:57:21,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.12220287323s 2018-11-09 08:57:21,850 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-3d19ad7b-be21-400e-ac01-08ff4ddf33ce 2018-11-09 08:57:21,851 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181', 'id': u'12b79911131d42948bf0d08ceccc02cf', 'description': u'Created by OPNFV Functest: neutron_trunk', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 08:57:21,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 08:57:22,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.375722885132s 2018-11-09 08:57:22,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:22,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9247bf8-fbb7-42e7-af14-0bd447470a27 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b"}, "enabled": true, "id": "db8d7a011fb3490fa6a20627ceb1e25b", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_afae211c-1ab6-4b73-ad36-602a14fbe181"}} 2018-11-09 08:57:22,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b used request id req-e9247bf8-fbb7-42e7-af14-0bd447470a27 2018-11-09 08:57:22,334 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'db8d7a011fb3490fa6a20627ceb1e25b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_afae211c-1ab6-4b73-ad36-602a14fbe181'}) 2018-11-09 08:57:22,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:57:22,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:22,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c5dddea-ebd2-4c56-969a-98c3858023ad Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:57:22,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2c5dddea-ebd2-4c56-969a-98c3858023ad 2018-11-09 08:57:22,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0905659198761s 2018-11-09 08:57:22,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:57:22,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:22,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ddbd489-110a-48af-847f-9e9e83ba7e82 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:57:22,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6ddbd489-110a-48af-847f-9e9e83ba7e82 2018-11-09 08:57:22,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753650665283s 2018-11-09 08:57:22,503 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 08:57:22,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 08:57:22,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" -d '{"role": {"name": "Member"}}' 2018-11-09 08:57:22,601 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 08:57:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f176440-2eb5-4715-a048-2f558168a66a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "532ee7a84f8442a98ef5853cdee1f3cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb"}, "name": "Member"}} 2018-11-09 08:57:22,601 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-3f176440-2eb5-4715-a048-2f558168a66a 2018-11-09 08:57:22,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0977110862732s 2018-11-09 08:57:22,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:22,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46712d23-1cef-4907-a102-32e5820731ba Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb"}, "domain_id": null, "name": "Member", "id": "532ee7a84f8442a98ef5853cdee1f3cb"}} 2018-11-09 08:57:22,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb used request id req-46712d23-1cef-4907-a102-32e5820731ba 2018-11-09 08:57:22,685 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb'}, 'domain_id': None, 'human_id': None, 'id': u'532ee7a84f8442a98ef5853cdee1f3cb', 'HUMAN_ID': False}) 2018-11-09 08:57:22,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:57:22,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:22,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-353d5f59-5f58-4ecd-aa2c-44047a607f5a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "532ee7a84f8442a98ef5853cdee1f3cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:57:22,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-353d5f59-5f58-4ecd-aa2c-44047a607f5a 2018-11-09 08:57:22,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789270401001s 2018-11-09 08:57:22,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 08:57:22,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:22,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e964247d-0a4f-4fa8-b077-d35ad4eba8c1 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 08:57:22,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-e964247d-0a4f-4fa8-b077-d35ad4eba8c1 2018-11-09 08:57:22,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0838050842285s 2018-11-09 08:57:22,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:57:22,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:22,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99a059fe-f188-4689-a798-99b29ab0b0ff Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_afae211c-1ab6-4b73-ad36-602a14fbe181", "links": {"self": "http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b"}, "domain_id": "default", "enabled": true, "id": "db8d7a011fb3490fa6a20627ceb1e25b", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:57:22,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-99a059fe-f188-4689-a798-99b29ab0b0ff 2018-11-09 08:57:22,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.095057964325s 2018-11-09 08:57:22,946 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-99a059fe-f188-4689-a798-99b29ab0b0ff 2018-11-09 08:57:22,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 08:57:22,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23d9464f-765f-4fa0-994b-169d1c9d1d80 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf"}, "enabled": true, "id": "12b79911131d42948bf0d08ceccc02cf", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 08:57:23,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-23d9464f-765f-4fa0-994b-169d1c9d1d80 2018-11-09 08:57:23,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0754539966583s 2018-11-09 08:57:23,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-23d9464f-765f-4fa0-994b-169d1c9d1d80 2018-11-09 08:57:23,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 08:57:23,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=db8d7a011fb3490fa6a20627ceb1e25b&scope.project.id=12b79911131d42948bf0d08ceccc02cf&role.id=532ee7a84f8442a98ef5853cdee1f3cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d25c550f-0f44-45e0-a50f-e6eba0e062d1 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=db8d7a011fb3490fa6a20627ceb1e25b&scope.project.id=12b79911131d42948bf0d08ceccc02cf&role.id=532ee7a84f8442a98ef5853cdee1f3cb", "previous": null, "next": null}} 2018-11-09 08:57:23,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=db8d7a011fb3490fa6a20627ceb1e25b&scope.project.id=12b79911131d42948bf0d08ceccc02cf&role.id=532ee7a84f8442a98ef5853cdee1f3cb used request id req-d25c550f-0f44-45e0-a50f-e6eba0e062d1 2018-11-09 08:57:23,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0820188522339s 2018-11-09 08:57:23,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 08:57:23,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf/users/db8d7a011fb3490fa6a20627ceb1e25b/roles/532ee7a84f8442a98ef5853cdee1f3cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0783c4c-29bb-40f6-b277-47eb80cdb419 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:57:23,235 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf/users/db8d7a011fb3490fa6a20627ceb1e25b/roles/532ee7a84f8442a98ef5853cdee1f3cb used request id req-b0783c4c-29bb-40f6-b277-47eb80cdb419 2018-11-09 08:57:23,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121124982834s 2018-11-09 08:57:23,236 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181', 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': 'ba35f118-a2fa-424a-99ec-461210a70616', 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_afae211c-1ab6-4b73-ad36-602a14fbe181', 'project_id': u'12b79911131d42948bf0d08ceccc02cf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 08:57:23,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 08:57:23,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 08:57:23,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 08:57:23,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 08:57:23,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 08:57:23,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 08:57:23,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 08:57:23,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 08:57:23,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 08:57:23,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 08:57:23,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 08:57:23,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 08:57:23,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 08:57:23,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 08:57:23,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 08:57:23,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 08:57:23,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 08:57:23,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 08:57:23,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 08:57:23,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 08:57:23,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 08:57:23,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 08:57:23,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 08:57:23,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 08:57:23,242 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_afae211c-1ab6-4b73-ad36-602a14fbe181', 'password': 'ba35f118-a2fa-424a-99ec-461210a70616', 'project_name': 'neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '12b79911131d42948bf0d08ceccc02cf', 'project_domain_name': 'Default'} 2018-11-09 08:57:23,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:57:23,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-654c0fd7-5917-4fe9-8884-0e156350ffe5 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "532ee7a84f8442a98ef5853cdee1f3cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:57:23,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-654c0fd7-5917-4fe9-8884-0e156350ffe5 2018-11-09 08:57:23,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0749881267548s 2018-11-09 08:57:23,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:57:23,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d08a2e2-fbf6-45c2-b542-36076dd2cd7c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "532ee7a84f8442a98ef5853cdee1f3cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:57:23,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8d08a2e2-fbf6-45c2-b542-36076dd2cd7c 2018-11-09 08:57:23,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777549743652s 2018-11-09 08:57:23,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 08:57:23,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90358310-eaf0-473b-8e93-93868adcbb70 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 08:57:23,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-90358310-eaf0-473b-8e93-93868adcbb70 2018-11-09 08:57:23,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0784091949463s 2018-11-09 08:57:23,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:57:23,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75096e66-bc80-417b-a4a0-e805178b6a4d Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_afae211c-1ab6-4b73-ad36-602a14fbe181", "links": {"self": "http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b"}, "domain_id": "default", "enabled": true, "id": "db8d7a011fb3490fa6a20627ceb1e25b", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:57:23,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-75096e66-bc80-417b-a4a0-e805178b6a4d 2018-11-09 08:57:23,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0904870033264s 2018-11-09 08:57:23,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-75096e66-bc80-417b-a4a0-e805178b6a4d 2018-11-09 08:57:23,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 08:57:23,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee51d62-c331-45ef-9d95-b9eb78d836b8 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf"}, "enabled": true, "id": "12b79911131d42948bf0d08ceccc02cf", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 08:57:23,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-6ee51d62-c331-45ef-9d95-b9eb78d836b8 2018-11-09 08:57:23,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0806479454041s 2018-11-09 08:57:23,656 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-6ee51d62-c331-45ef-9d95-b9eb78d836b8 2018-11-09 08:57:23,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 08:57:23,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=db8d7a011fb3490fa6a20627ceb1e25b&scope.project.id=12b79911131d42948bf0d08ceccc02cf&role.id=79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8682a181-dd4e-4cb4-b247-3203781c175f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=db8d7a011fb3490fa6a20627ceb1e25b&scope.project.id=12b79911131d42948bf0d08ceccc02cf&role.id=79f21433cbd840ddbed71b46b37d5f03", "previous": null, "next": null}} 2018-11-09 08:57:23,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=db8d7a011fb3490fa6a20627ceb1e25b&scope.project.id=12b79911131d42948bf0d08ceccc02cf&role.id=79f21433cbd840ddbed71b46b37d5f03 used request id req-8682a181-dd4e-4cb4-b247-3203781c175f 2018-11-09 08:57:23,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0834910869598s 2018-11-09 08:57:23,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 08:57:23,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf/users/db8d7a011fb3490fa6a20627ceb1e25b/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efeaa8f4-a82c-4c02-9901-32782f0c1e28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:57:23,858 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf/users/db8d7a011fb3490fa6a20627ceb1e25b/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-efeaa8f4-a82c-4c02-9901-32782f0c1e28 2018-11-09 08:57:23,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116362094879s 2018-11-09 08:57:23,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:57:23,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:23,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60179ae4-39a4-4935-8c51-d4cf6281a2a6 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "532ee7a84f8442a98ef5853cdee1f3cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:57:23,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-60179ae4-39a4-4935-8c51-d4cf6281a2a6 2018-11-09 08:57:23,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0874309539795s 2018-11-09 08:57:23,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 08:57:23,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:24,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e067420-972a-42d9-8e30-eb17896ffb51 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 08:57:24,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-2e067420-972a-42d9-8e30-eb17896ffb51 2018-11-09 08:57:24,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0870480537415s 2018-11-09 08:57:24,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:57:24,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:24,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba9787b-ea30-4844-aeed-78952395a82d Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_afae211c-1ab6-4b73-ad36-602a14fbe181", "links": {"self": "http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b"}, "domain_id": "default", "enabled": true, "id": "db8d7a011fb3490fa6a20627ceb1e25b", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:57:24,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-fba9787b-ea30-4844-aeed-78952395a82d 2018-11-09 08:57:24,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.090096950531s 2018-11-09 08:57:24,126 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-fba9787b-ea30-4844-aeed-78952395a82d 2018-11-09 08:57:24,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 08:57:24,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=db8d7a011fb3490fa6a20627ceb1e25b&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:24,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c5e7814-44b4-4622-bd00-1a44883c9759 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=db8d7a011fb3490fa6a20627ceb1e25b&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default", "previous": null, "next": null}} 2018-11-09 08:57:24,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=db8d7a011fb3490fa6a20627ceb1e25b&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default used request id req-3c5e7814-44b4-4622-bd00-1a44883c9759 2018-11-09 08:57:24,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.080197095871s 2018-11-09 08:57:24,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 08:57:24,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/domains/default/users/db8d7a011fb3490fa6a20627ceb1e25b/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:57:24,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:57:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4a14175-bf6e-4d4f-ab8b-e705bf7bd691 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:57:24,333 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/domains/default/users/db8d7a011fb3490fa6a20627ceb1e25b/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-d4a14175-bf6e-4d4f-ab8b-e705bf7bd691 2018-11-09 08:57:24,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121261835098s 2018-11-09 08:57:24,334 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-09 08:57:27,122 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-09 08:57:26.590 11550 INFO rally.deployment.engine [-] Deployment 3aa33278-e503-4b4f-8c31-cb06a068cfe6 | Starting: Destroy cloud and free allocated resources. 2018-11-09 08:57:26.721 11550 INFO rally.deployment.engine [-] Deployment 3aa33278-e503-4b4f-8c31-cb06a068cfe6 | Completed: Destroy cloud and free allocated resources. 2018-11-09 08:57:26.777 11550 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=920d656b-460b-4b5f-9786-4d447da11c54) for deployment 'opnfv-rally'. 2018-11-09 08:57:26.809 11550 INFO rally.api [-] Deleting verification (UUID=18b72359-6e6b-48d5-9b70-c2669b95d871). 2018-11-09 08:57:26.861 11550 INFO rally.api [-] Verification has been successfully deleted! 2018-11-09 08:57:26.862 11550 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=920d656b-460b-4b5f-9786-4d447da11c54). 2018-11-09 08:57:26.870 11550 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-09 08:57:29,743 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-09 08:57:29.374 11553 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8e5d87f7-7f46-4ff0-926a-11e64482f426) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8e5d87f7-7f46-4ff0-926a-11e64482f426 | 2018-11-09T08:57:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8e5d87f7-7f46-4ff0-926a-11e64482f426 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-09 08:57:33,145 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-09 08:57:33,145 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-09 08:57:35,871 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-09 08:57:35.541 11559 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=920d656b-460b-4b5f-9786-4d447da11c54). 2018-11-09 08:57:35.708 11559 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-09 08:57:40,694 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-09 08:57:37.949 11562 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-09 08:57:38.140 11562 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-09 08:57:40.476 11562 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21e3f16f-3af6-4fea-a3b6-d6092d4f83a4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=21e3f16f-3af6-4fea-a3b6-d6092d4f83a4) as the default verifier for the future CLI operations. 2018-11-09 08:57:43,815 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-11-09 08:57:43,816 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 08:57:43,902 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-09 08:57:43,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 08:57:43,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce816bbe-ed46-4fb6-bad2-8b0080044341 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 08:57:43,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ce816bbe-ed46-4fb6-bad2-8b0080044341 2018-11-09 08:57:43,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 08:57:44,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "532ee7a84f8442a98ef5853cdee1f3cb", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T09:57:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12b79911131d42948bf0d08ceccc02cf", "name": "neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/12b79911131d42948bf0d08ceccc02cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/12b79911131d42948bf0d08ceccc02cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/12b79911131d42948bf0d08ceccc02cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/12b79911131d42948bf0d08ceccc02cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/12b79911131d42948bf0d08ceccc02cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/12b79911131d42948bf0d08ceccc02cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/12b79911131d42948bf0d08ceccc02cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/12b79911131d42948bf0d08ceccc02cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/12b79911131d42948bf0d08ceccc02cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/12b79911131d42948bf0d08ceccc02cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/12b79911131d42948bf0d08ceccc02cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/12b79911131d42948bf0d08ceccc02cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_afae211c-1ab6-4b73-ad36-602a14fbe181", "id": "db8d7a011fb3490fa6a20627ceb1e25b"}, "audit_ids": ["Xq_4khLWTBetatabDpHQCw"], "issued_at": "2018-11-09T08:57:44.000000Z"}} 2018-11-09 08:57:44,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:57:44,306 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 08:57:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 08:57:44,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 08:57:44,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:57:44,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4843334f-c358-4c94-a70e-51a4929e3545 Date: Fri, 09 Nov 2018 08:57:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 08:57:44,974 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4843334f-c358-4c94-a70e-51a4929e3545 2018-11-09 08:57:44,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.662631988525s 2018-11-09 08:57:44,975 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4843334f-c358-4c94-a70e-51a4929e3545 2018-11-09 08:57:44,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 08:57:44,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181"}' 2018-11-09 08:57:45,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/97317257-95db-458b-801c-f7da1d73dc68 X-Openstack-Request-Id: req-1cb5359b-e4a5-481f-9931-335d556646ba Date: Fri, 09 Nov 2018 08:57:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/97317257-95db-458b-801c-f7da1d73dc68/file", "owner": "12b79911131d42948bf0d08ceccc02cf", "id": "97317257-95db-458b-801c-f7da1d73dc68", "size": null, "self": "/v2/images/97317257-95db-458b-801c-f7da1d73dc68", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T08:57:45Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "checksum": null, "created_at": "2018-11-09T08:57:45Z", "protected": false} 2018-11-09 08:57:45,684 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1cb5359b-e4a5-481f-9931-335d556646ba 2018-11-09 08:57:45,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.708139896393s 2018-11-09 08:57:45,685 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1cb5359b-e4a5-481f-9931-335d556646ba returning object 97317257-95db-458b-801c-f7da1d73dc68 2018-11-09 08:57:45,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 08:57:45,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/97317257-95db-458b-801c-f7da1d73dc68/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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" -d '' 2018-11-09 08:57:47,147 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3a3c8784-79ae-4094-9dc7-dfc6bd19dff8 Date: Fri, 09 Nov 2018 08:57:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:57:47,147 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/97317257-95db-458b-801c-f7da1d73dc68/file used request id req-3a3c8784-79ae-4094-9dc7-dfc6bd19dff8 2018-11-09 08:57:47,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.46124792099s 2018-11-09 08:57:47,148 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/97317257-95db-458b-801c-f7da1d73dc68/file used request id req-3a3c8784-79ae-4094-9dc7-dfc6bd19dff8 2018-11-09 08:57:47,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 08:57:47,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:57:47,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-77a190bf-2bf9-4a71-9878-a754c7be944a Date: Fri, 09 Nov 2018 08:57:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/97317257-95db-458b-801c-f7da1d73dc68/snap", "metadata": {}}], "file": "/v2/images/97317257-95db-458b-801c-f7da1d73dc68/file", "owner": "12b79911131d42948bf0d08ceccc02cf", "id": "97317257-95db-458b-801c-f7da1d73dc68", "size": 12716032, "self": "/v2/images/97317257-95db-458b-801c-f7da1d73dc68", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/97317257-95db-458b-801c-f7da1d73dc68/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T08:57:47Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T08:57:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 08:57:47,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-77a190bf-2bf9-4a71-9878-a754c7be944a 2018-11-09 08:57:47,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18105506897s 2018-11-09 08:57:47,330 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-77a190bf-2bf9-4a71-9878-a754c7be944a 2018-11-09 08:57:47,332 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/97317257-95db-458b-801c-f7da1d73dc68/snap', u'metadata': Munch({})})], 'file': u'/v2/images/97317257-95db-458b-801c-f7da1d73dc68/file', 'owner': u'12b79911131d42948bf0d08ceccc02cf', 'id': u'97317257-95db-458b-801c-f7da1d73dc68', 'size': 12716032, u'self': u'/v2/images/97317257-95db-458b-801c-f7da1d73dc68', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'12b79911131d42948bf0d08ceccc02cf', 'name': 'neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/97317257-95db-458b-801c-f7da1d73dc68/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T08:57:47Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T08:57:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/97317257-95db-458b-801c-f7da1d73dc68', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181', 'created': u'2018-11-09T08:57:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T08:57:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/97317257-95db-458b-801c-f7da1d73dc68', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 08:57:47,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 08:57:47,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_afae211c-1ab6-4b73-ad36-602a14fbe181", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 08:57:47,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57: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-f52e2f5f-320c-4e82-8e02-a85d42d2367c x-compute-request-id: req-f52e2f5f-320c-4e82-8e02-a85d42d2367c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/89fde458-ba37-4f39-8d75-14cde333343d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/89fde458-ba37-4f39-8d75-14cde333343d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89fde458-ba37-4f39-8d75-14cde333343d", "name": "neutron_trunk-flavor_afae211c-1ab6-4b73-ad36-602a14fbe181", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:57:47,520 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f52e2f5f-320c-4e82-8e02-a85d42d2367c 2018-11-09 08:57:47,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.186976194382s 2018-11-09 08:57:47,520 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f52e2f5f-320c-4e82-8e02-a85d42d2367c returning object 89fde458-ba37-4f39-8d75-14cde333343d 2018-11-09 08:57:47,521 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_afae211c-1ab6-4b73-ad36-602a14fbe181', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'89fde458-ba37-4f39-8d75-14cde333343d', 'swap': 0}) 2018-11-09 08:57:47,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 08:57:47,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/89fde458-ba37-4f39-8d75-14cde333343d/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}e40212529263fccf053be299db2da960a495a982" -d '{"extra_specs": {}}' 2018-11-09 08:57:47,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57: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-d4ad2150-12d8-4c90-8b2c-00724f082465 x-compute-request-id: req-d4ad2150-12d8-4c90-8b2c-00724f082465 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 08:57:47,543 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/89fde458-ba37-4f39-8d75-14cde333343d/os-extra_specs used request id req-d4ad2150-12d8-4c90-8b2c-00724f082465 2018-11-09 08:57:47,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212469100952s 2018-11-09 08:57:47,543 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/89fde458-ba37-4f39-8d75-14cde333343d/os-extra_specs used request id req-d4ad2150-12d8-4c90-8b2c-00724f082465 2018-11-09 08:57:47,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:57:47,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:57:47,555 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 08:57:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 08:57:47,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:57:47,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f32a06e3-ec4b-40aa-b93b-cba9e6ed5040 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "532ee7a84f8442a98ef5853cdee1f3cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:57:47,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f32a06e3-ec4b-40aa-b93b-cba9e6ed5040 2018-11-09 08:57:47,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0924789905548s 2018-11-09 08:57:48,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-09 08:57:48,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:57:48,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57: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-946aa3b9-d833-4a7a-bf25-ea05aee63ca8 x-compute-request-id: req-946aa3b9-d833-4a7a-bf25-ea05aee63ca8 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 194}, "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.3", "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": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-09 08:57:48,355 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-946aa3b9-d833-4a7a-bf25-ea05aee63ca8 2018-11-09 08:57:48,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.268156051636s 2018-11-09 08:57:48,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-946aa3b9-d833-4a7a-bf25-ea05aee63ca8 2018-11-09 08:57:48,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 08:57:48,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:57:48,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-8aeb6918-55c8-46e5-840d-31c792f0623d Date: Fri, 09 Nov 2018 08:57:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/97317257-95db-458b-801c-f7da1d73dc68/snap", "metadata": {}}], "file": "/v2/images/97317257-95db-458b-801c-f7da1d73dc68/file", "owner": "12b79911131d42948bf0d08ceccc02cf", "id": "97317257-95db-458b-801c-f7da1d73dc68", "size": 12716032, "self": "/v2/images/97317257-95db-458b-801c-f7da1d73dc68", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/97317257-95db-458b-801c-f7da1d73dc68/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T08:57:47Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T08:57:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 08:57:48,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8aeb6918-55c8-46e5-840d-31c792f0623d 2018-11-09 08:57:48,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166303873062s 2018-11-09 08:57:48,523 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8aeb6918-55c8-46e5-840d-31c792f0623d 2018-11-09 08:57:48,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 08:57:48,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_afae211c-1ab6-4b73-ad36-602a14fbe181", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_afae211c-1ab6-4b73-ad36-602a14fbe181"}' 2018-11-09 08:57:48,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d X-Openstack-Request-Id: req-c6c0f218-dcb2-44c4-abf1-246d0d5131b0 Date: Fri, 09 Nov 2018 08:57:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d/file", "owner": "12b79911131d42948bf0d08ceccc02cf", "id": "6445005a-dbc9-453c-8b44-158f5cf3ad3d", "size": null, "self": "/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T08:57:48Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_afae211c-1ab6-4b73-ad36-602a14fbe181", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_afae211c-1ab6-4b73-ad36-602a14fbe181", "checksum": null, "created_at": "2018-11-09T08:57:48Z", "protected": false} 2018-11-09 08:57:48,726 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c6c0f218-dcb2-44c4-abf1-246d0d5131b0 2018-11-09 08:57:48,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.199764966965s 2018-11-09 08:57:48,727 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c6c0f218-dcb2-44c4-abf1-246d0d5131b0 returning object 6445005a-dbc9-453c-8b44-158f5cf3ad3d 2018-11-09 08:57:48,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 08:57:48,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d/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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" -d '' 2018-11-09 08:57:50,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2c42024d-b48c-4c4f-975e-2394f4a21e44 Date: Fri, 09 Nov 2018 08:57:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:57:50,709 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d/file used request id req-2c42024d-b48c-4c4f-975e-2394f4a21e44 2018-11-09 08:57:50,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.98204994202s 2018-11-09 08:57:50,710 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d/file used request id req-2c42024d-b48c-4c4f-975e-2394f4a21e44 2018-11-09 08:57:50,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 08:57:50,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:57:51,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-90afd3f9-1e2e-4a17-ae8a-b6067b845da0 Date: Fri, 09 Nov 2018 08:57:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d/snap", "metadata": {}}], "file": "/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d/file", "owner": "12b79911131d42948bf0d08ceccc02cf", "id": "6445005a-dbc9-453c-8b44-158f5cf3ad3d", "size": 12716032, "self": "/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T08:57:50Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_afae211c-1ab6-4b73-ad36-602a14fbe181", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_afae211c-1ab6-4b73-ad36-602a14fbe181", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T08:57:48Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/97317257-95db-458b-801c-f7da1d73dc68/snap", "metadata": {}}], "file": "/v2/images/97317257-95db-458b-801c-f7da1d73dc68/file", "owner": "12b79911131d42948bf0d08ceccc02cf", "id": "97317257-95db-458b-801c-f7da1d73dc68", "size": 12716032, "self": "/v2/images/97317257-95db-458b-801c-f7da1d73dc68", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/97317257-95db-458b-801c-f7da1d73dc68/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T08:57:47Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T08:57:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 08:57:51,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-90afd3f9-1e2e-4a17-ae8a-b6067b845da0 2018-11-09 08:57:51,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.552802085876s 2018-11-09 08:57:51,264 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-90afd3f9-1e2e-4a17-ae8a-b6067b845da0 2018-11-09 08:57:51,266 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d/file', 'owner': u'12b79911131d42948bf0d08ceccc02cf', 'id': u'6445005a-dbc9-453c-8b44-158f5cf3ad3d', 'size': 12716032, u'self': u'/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'12b79911131d42948bf0d08ceccc02cf', 'name': 'neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T08:57:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T08:57:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_afae211c-1ab6-4b73-ad36-602a14fbe181', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_afae211c-1ab6-4b73-ad36-602a14fbe181', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_afae211c-1ab6-4b73-ad36-602a14fbe181', 'created': u'2018-11-09T08:57:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T08:57:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_afae211c-1ab6-4b73-ad36-602a14fbe181', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 08:57:51,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 08:57:51,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_afae211c-1ab6-4b73-ad36-602a14fbe181", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 08:57:51,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c0b7688-9ae4-459d-8cb9-973d5425a0a4 x-compute-request-id: req-4c0b7688-9ae4-459d-8cb9-973d5425a0a4 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/75a92294-3625-48cd-a287-07c0eda29c09", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/75a92294-3625-48cd-a287-07c0eda29c09", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "75a92294-3625-48cd-a287-07c0eda29c09", "name": "neutron_trunk-flavor_alt_afae211c-1ab6-4b73-ad36-602a14fbe181", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 08:57:51,390 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4c0b7688-9ae4-459d-8cb9-973d5425a0a4 2018-11-09 08:57:51,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.122716903687s 2018-11-09 08:57:51,390 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4c0b7688-9ae4-459d-8cb9-973d5425a0a4 returning object 75a92294-3625-48cd-a287-07c0eda29c09 2018-11-09 08:57:51,391 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_afae211c-1ab6-4b73-ad36-602a14fbe181', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'75a92294-3625-48cd-a287-07c0eda29c09', 'swap': 0}) 2018-11-09 08:57:51,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 08:57:51,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/75a92294-3625-48cd-a287-07c0eda29c09/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}e40212529263fccf053be299db2da960a495a982" -d '{"extra_specs": {}}' 2018-11-09 08:57:51,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b00bbec3-9a19-423c-990b-6703ff6b311f x-compute-request-id: req-b00bbec3-9a19-423c-990b-6703ff6b311f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 08:57:51,418 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/75a92294-3625-48cd-a287-07c0eda29c09/os-extra_specs used request id req-b00bbec3-9a19-423c-990b-6703ff6b311f 2018-11-09 08:57:51,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0260150432587s 2018-11-09 08:57:51,419 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/75a92294-3625-48cd-a287-07c0eda29c09/os-extra_specs used request id req-b00bbec3-9a19-423c-990b-6703ff6b311f 2018-11-09 08:57:51,419 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_afae211c-1ab6-4b73-ad36-602a14fbe181', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'75a92294-3625-48cd-a287-07c0eda29c09', 'swap': 0}) 2018-11-09 08:57:54,983 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-09 08:57:53.842 11581 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=21e3f16f-3af6-4fea-a3b6-d6092d4f83a4) for deployment 'opnfv-rally' (UUID=8e5d87f7-7f46-4ff0-926a-11e64482f426). 2018-11-09 08:57:54.808 11581 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-09 08:57:54.810 11581 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21e3f16f-3af6-4fea-a3b6-d6092d4f83a4) has been successfully configured for deployment 'opnfv-rally' (UUID=8e5d87f7-7f46-4ff0-926a-11e64482f426)! 2018-11-09 08:57:54,984 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-09 08:57:54,984 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-09 08:57:54,987 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-09 08:57:55,007 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-09 08:57:58,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-21e3f16f-3af6-4fea-a3b6-d6092d4f83a4/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-11-09 08:57:58,582 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-09 08:57:58,605 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-09 08:57:58,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-11-09 08:58:01,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 08:58:01.716 11590 INFO rally.api [-] Starting verification (UUID=79fa9fe0-73cc-4385-b614-19a05bb2e1cc) for deployment 'opnfv-rally' (UUID=8e5d87f7-7f46-4ff0-926a-11e64482f426) by verifier 'opnfv-tempest' (UUID=21e3f16f-3af6-4fea-a3b6-d6092d4f83a4). 2018-11-09 08:58:01,718 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 79fa9fe0-73cc-4385-b614-19a05bb2e1cc 2018-11-09 08:59:50,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 79fa9fe0-73cc-4385-b614-19a05bb2e1cc 2018-11-09 08:59:50,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '79fa9fe0-73cc-4385-b614-19a05bb2e1cc']'. 2018-11-09 08:59:51,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-09 08:59:51,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-09 08:59:51,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-09 08:59:51,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 79fa9fe0-73cc-4385-b614-19a05bb2e1cc | 2018-11-09 08:59:51,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-09 08:59:51,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-09 08:58:00 | 2018-11-09 08:59:51,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-09 08:59:50 | 2018-11-09 08:59:51,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-11-09 08:59:51,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-09 08:59:51,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-09 08:59:51,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 21e3f16f-3af6-4fea-a3b6-d6092d4f83a4) | 2018-11-09 08:59:51,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-09 08:59:51,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8e5d87f7-7f46-4ff0-926a-11e64482f426) | 2018-11-09 08:59:51,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-11-09 08:59:51,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 98.457 | 2018-11-09 08:59:51,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-11-09 08:59:51,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-11-09 08:59:51,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-09 08:59:51,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-09 08:59:51,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-09 08:59:51,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-09 08:59:51,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-09 08:59:51,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-09 08:59:51,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-11-09 08:59:51,940 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 08:59:51,941 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:08 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-11-09 08:59:51,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 08:59:51,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:59:53,185 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ec0ff3fc-1fcc-491b-9772-3b97304b86ad Date: Fri, 09 Nov 2018 08:59:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:59:53,185 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d used request id req-ec0ff3fc-1fcc-491b-9772-3b97304b86ad 2018-11-09 08:59:53,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.23837995529s 2018-11-09 08:59:53,185 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6445005a-dbc9-453c-8b44-158f5cf3ad3d used request id req-ec0ff3fc-1fcc-491b-9772-3b97304b86ad 2018-11-09 08:59:53,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 08:59:53,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:53,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08: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-9ffec272-1e08-4e58-9041-4ad428995d60 x-compute-request-id: req-9ffec272-1e08-4e58-9041-4ad428995d60 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/75a92294-3625-48cd-a287-07c0eda29c09", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/75a92294-3625-48cd-a287-07c0eda29c09", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "75a92294-3625-48cd-a287-07c0eda29c09", "name": "neutron_trunk-flavor_alt_afae211c-1ab6-4b73-ad36-602a14fbe181", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/89fde458-ba37-4f39-8d75-14cde333343d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/89fde458-ba37-4f39-8d75-14cde333343d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89fde458-ba37-4f39-8d75-14cde333343d", "name": "neutron_trunk-flavor_afae211c-1ab6-4b73-ad36-602a14fbe181", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 08:59:53,221 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-9ffec272-1e08-4e58-9041-4ad428995d60 2018-11-09 08:59:53,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0351650714874s 2018-11-09 08:59:53,222 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-9ffec272-1e08-4e58-9041-4ad428995d60 2018-11-09 08:59:53,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 08:59:53,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/75a92294-3625-48cd-a287-07c0eda29c09 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:53,276 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08: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 x-openstack-request-id: req-abc27e03-663e-48bd-9703-436e926f0ac7 x-compute-request-id: req-abc27e03-663e-48bd-9703-436e926f0ac7 Content-Length: 0 Content-Type: application/json 2018-11-09 08:59:53,276 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/75a92294-3625-48cd-a287-07c0eda29c09 used request id req-abc27e03-663e-48bd-9703-436e926f0ac7 2018-11-09 08:59:53,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0525870323181s 2018-11-09 08:59:53,276 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/75a92294-3625-48cd-a287-07c0eda29c09 used request id req-abc27e03-663e-48bd-9703-436e926f0ac7 2018-11-09 08:59:53,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 08:59:53,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:59:53,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-2dc43bd6-2674-4874-b847-9e51b009e9ed Date: Fri, 09 Nov 2018 08:59:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/97317257-95db-458b-801c-f7da1d73dc68/snap", "metadata": {}}], "file": "/v2/images/97317257-95db-458b-801c-f7da1d73dc68/file", "owner": "12b79911131d42948bf0d08ceccc02cf", "id": "97317257-95db-458b-801c-f7da1d73dc68", "size": 12716032, "self": "/v2/images/97317257-95db-458b-801c-f7da1d73dc68", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/97317257-95db-458b-801c-f7da1d73dc68/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T08:57:47Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_afae211c-1ab6-4b73-ad36-602a14fbe181", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T08:57:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 08:59:53,461 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2dc43bd6-2674-4874-b847-9e51b009e9ed 2018-11-09 08:59:53,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184076070786s 2018-11-09 08:59:53,461 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2dc43bd6-2674-4874-b847-9e51b009e9ed 2018-11-09 08:59:53,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 08:59:53,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/97317257-95db-458b-801c-f7da1d73dc68 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf01c99dd04fa2471ad0ec74208b2d801dae5ecf" 2018-11-09 08:59:54,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-83d41f09-4e14-4b12-a0f7-8e15eb2249ea Date: Fri, 09 Nov 2018 08:59:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 08:59:54,359 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/97317257-95db-458b-801c-f7da1d73dc68 used request id req-83d41f09-4e14-4b12-a0f7-8e15eb2249ea 2018-11-09 08:59:54,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.895946025848s 2018-11-09 08:59:54,359 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/97317257-95db-458b-801c-f7da1d73dc68 used request id req-83d41f09-4e14-4b12-a0f7-8e15eb2249ea 2018-11-09 08:59:54,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 08:59:54,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:54,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:59: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-2ba893b8-92b0-4767-a33d-d24cc1b9adad x-compute-request-id: req-2ba893b8-92b0-4767-a33d-d24cc1b9adad Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/89fde458-ba37-4f39-8d75-14cde333343d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/89fde458-ba37-4f39-8d75-14cde333343d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89fde458-ba37-4f39-8d75-14cde333343d", "name": "neutron_trunk-flavor_afae211c-1ab6-4b73-ad36-602a14fbe181", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 08:59:54,392 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2ba893b8-92b0-4767-a33d-d24cc1b9adad 2018-11-09 08:59:54,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0323939323425s 2018-11-09 08:59:54,392 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2ba893b8-92b0-4767-a33d-d24cc1b9adad 2018-11-09 08:59:54,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 08:59:54,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/89fde458-ba37-4f39-8d75-14cde333343d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:54,424 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 08:59: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-d0af7327-52aa-40dd-9a1b-c022f5d941a8 x-compute-request-id: req-d0af7327-52aa-40dd-9a1b-c022f5d941a8 Content-Length: 0 Content-Type: application/json 2018-11-09 08:59:54,424 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/89fde458-ba37-4f39-8d75-14cde333343d used request id req-d0af7327-52aa-40dd-9a1b-c022f5d941a8 2018-11-09 08:59:54,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0302600860596s 2018-11-09 08:59:54,425 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/89fde458-ba37-4f39-8d75-14cde333343d used request id req-d0af7327-52aa-40dd-9a1b-c022f5d941a8 2018-11-09 08:59:54,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:59:54,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:54,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:59:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-912ea2dd-b35b-46a4-b3ad-f62d53b1af3b Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_afae211c-1ab6-4b73-ad36-602a14fbe181", "links": {"self": "http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b"}, "domain_id": "default", "enabled": true, "id": "db8d7a011fb3490fa6a20627ceb1e25b", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 08:59:54,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-912ea2dd-b35b-46a4-b3ad-f62d53b1af3b 2018-11-09 08:59:54,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0979189872742s 2018-11-09 08:59:54,524 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-912ea2dd-b35b-46a4-b3ad-f62d53b1af3b 2018-11-09 08:59:54,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 08:59:54,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:54,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:59:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18a6becd-36c3-489a-a1f4-8466d8f9e77b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b"}, "enabled": true, "id": "db8d7a011fb3490fa6a20627ceb1e25b", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_afae211c-1ab6-4b73-ad36-602a14fbe181"}} 2018-11-09 08:59:54,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b used request id req-18a6becd-36c3-489a-a1f4-8466d8f9e77b 2018-11-09 08:59:54,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121855974197s 2018-11-09 08:59:54,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b used request id req-18a6becd-36c3-489a-a1f4-8466d8f9e77b 2018-11-09 08:59:54,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 08:59:54,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:54,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:59:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29eeac7c-1c7f-4b0c-a917-3ac9bbb6c15e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:59:54,882 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b used request id req-29eeac7c-1c7f-4b0c-a917-3ac9bbb6c15e 2018-11-09 08:59:54,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.2294049263s 2018-11-09 08:59:54,882 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/db8d7a011fb3490fa6a20627ceb1e25b used request id req-29eeac7c-1c7f-4b0c-a917-3ac9bbb6c15e 2018-11-09 08:59:54,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 08:59:54,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:54,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:59:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6126dc35-073c-43d1-8e63-0daa9577d43a Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf"}, "enabled": true, "id": "12b79911131d42948bf0d08ceccc02cf", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_afae211c-1ab6-4b73-ad36-602a14fbe181"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 08:59:54,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-6126dc35-073c-43d1-8e63-0daa9577d43a 2018-11-09 08:59:54,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.090626001358s 2018-11-09 08:59:54,974 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-6126dc35-073c-43d1-8e63-0daa9577d43a 2018-11-09 08:59:54,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 08:59:54,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:55,150 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:59:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc21fe14-ab1e-4137-a7a2-6c836a38061f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:59:55,151 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf used request id req-fc21fe14-ab1e-4137-a7a2-6c836a38061f 2018-11-09 08:59:55,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.174397945404s 2018-11-09 08:59:55,151 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/12b79911131d42948bf0d08ceccc02cf used request id req-fc21fe14-ab1e-4137-a7a2-6c836a38061f 2018-11-09 08:59:55,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 08:59:55,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:55,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 08:59:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72806f50-c05c-4bfd-a946-171fb42196a5 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "532ee7a84f8442a98ef5853cdee1f3cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 08:59:55,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-72806f50-c05c-4bfd-a946-171fb42196a5 2018-11-09 08:59:55,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734760761261s 2018-11-09 08:59:55,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 08:59:55,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:55,338 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 08:59:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d39ca733-7fb6-4e27-bb87-5f7aa7fa4fe8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 08:59:55,338 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/532ee7a84f8442a98ef5853cdee1f3cb used request id req-d39ca733-7fb6-4e27-bb87-5f7aa7fa4fe8 2018-11-09 08:59:55,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.111705064774s 2018-11-09 08:59:55,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 08:59:55,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=12b79911131d42948bf0d08ceccc02cf&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}e40212529263fccf053be299db2da960a495a982" 2018-11-09 08:59:55,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d4c4e1d7-9948-491c-84ad-d0ffd74dbae8 Date: Fri, 09 Nov 2018 08:59:55 GMT RESP BODY: {"security_groups": []} 2018-11-09 08:59:55,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=12b79911131d42948bf0d08ceccc02cf&name=default used request id req-d4c4e1d7-9948-491c-84ad-d0ffd74dbae8 2018-11-09 08:59:55,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197700023651s 2018-11-09 08:59:55,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=12b79911131d42948bf0d08ceccc02cf&name=default used request id req-d4c4e1d7-9948-491c-84ad-d0ffd74dbae8 2018-11-09 08:59:55,540 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:43 | PASS | | vping_userdata | functest | smoke | 00:38 | PASS | | tempest_smoke_serial | functest | smoke | 14:41 | PASS | | rally_sanity | functest | smoke | 25:57 | PASS | | refstack_defcore | functest | smoke | 06:15 | PASS | | patrole | functest | smoke | 02:40 | PASS | | snaps_smoke | functest | smoke | 56:49 | PASS | | neutron_trunk | functest | smoke | 02:08 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-11-09 08:59:55,551 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-09 08:59:55,742 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 08:59:55,843 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 09:00:05,849 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-311 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-09 09:00:05,855 - 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=tMU7RBECnjg4a944fPs64vra6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-09 09:00:05,856 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-09 09:00:05,856 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-09 09:00:05,857 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-11-09 09:00:05,862 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-09 09:00:12,457 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-311 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-09 09:00:12,465 - 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=tMU7RBECnjg4a944fPs64vra6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-09 09:00:12,465 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-09 09:00:12,467 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-11-09 09:00:12,487 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-11-09 09:00:14,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 09:00:14,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 09:00:14,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 09:00:14,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 09:00:14,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 09:00:14,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 09:00:14,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 09:00:14,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 09:00:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 09:00:14,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b21c710b-4f6b-4810-9536-80cacca9769f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 09:00:14,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b21c710b-4f6b-4810-9536-80cacca9769f 2018-11-09 09:00:14,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 09:00:14,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T10:00:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["RPTu2vVmRDyPHb84234TVg"], "issued_at": "2018-11-09T09:00:14.000000Z"}} 2018-11-09 09:00:14,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:00:14,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:15,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-444d6378-8744-4652-b2ce-5c741af39897 Date: Fri, 09 Nov 2018 09:00:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 09:00:15,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-444d6378-8744-4652-b2ce-5c741af39897 2018-11-09 09:00:15,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265871047974s 2018-11-09 09:00:15,227 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-444d6378-8744-4652-b2ce-5c741af39897 2018-11-09 09:00:15,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 09:00:15,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:15,241 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 09:00: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 09:00:15,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:15,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba22a58a-97a6-4e27-837a-7a065348e975 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 09:00:15,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ba22a58a-97a6-4e27-837a-7a065348e975 2018-11-09 09:00:15,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.644580841064s 2018-11-09 09:00:15,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 09:00:15,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}893aaab2feb5151d831fdf91f94e8471610d9dfc" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071"}}' 2018-11-09 09:00:15,986 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 09:00:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2811053b-be4b-4771-9843-613ee0fcccc5 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.27:5000/v3/projects/1135de1747b9400187d2c49567a751f8"}, "enabled": true, "id": "1135de1747b9400187d2c49567a751f8", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071"}} 2018-11-09 09:00:15,986 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2811053b-be4b-4771-9843-613ee0fcccc5 2018-11-09 09:00:15,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.107554912567s 2018-11-09 09:00:15,987 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2811053b-be4b-4771-9843-613ee0fcccc5 2018-11-09 09:00:15,988 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071', 'id': u'1135de1747b9400187d2c49567a751f8', 'description': u'Created by OPNFV Functest: cloudify_ims', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 09:00:15,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 09:00:16,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.373621940613s 2018-11-09 09:00:16,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:16,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cdd4aed-0947-4bf6-b193-f91b10533d15 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b"}, "enabled": true, "id": "d2a4b628aee14e67b5932f087d19d58b", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_52017f0d-2fed-4fad-b39e-b933416cc071"}} 2018-11-09 09:00:16,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b used request id req-2cdd4aed-0947-4bf6-b193-f91b10533d15 2018-11-09 09:00:16,472 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd2a4b628aee14e67b5932f087d19d58b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_52017f0d-2fed-4fad-b39e-b933416cc071'}) 2018-11-09 09:00:16,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:00:16,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:16,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92e4c035-a583-4cb4-b405-50d906409f49 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:00:16,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-92e4c035-a583-4cb4-b405-50d906409f49 2018-11-09 09:00:16,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748720169067s 2018-11-09 09:00:16,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:00:16,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:16,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b8bd808-f5b0-45d5-81a1-2dc042a59d2d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:00:16,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1b8bd808-f5b0-45d5-81a1-2dc042a59d2d 2018-11-09 09:00:16,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0801260471344s 2018-11-09 09:00:16,630 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 09:00:16,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 09:00:16,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" -d '{"role": {"name": "Member"}}' 2018-11-09 09:00:16,728 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 09:00:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3efc288-2345-40a0-9d7d-c36f12283e93 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1cbf3296e8404dfebf5fea155c5156ce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1cbf3296e8404dfebf5fea155c5156ce"}, "name": "Member"}} 2018-11-09 09:00:16,729 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-d3efc288-2345-40a0-9d7d-c36f12283e93 2018-11-09 09:00:16,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0985960960388s 2018-11-09 09:00:16,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/1cbf3296e8404dfebf5fea155c5156ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:16,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8af76660-3da1-4432-a1c8-8d375d56db4b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/1cbf3296e8404dfebf5fea155c5156ce"}, "domain_id": null, "name": "Member", "id": "1cbf3296e8404dfebf5fea155c5156ce"}} 2018-11-09 09:00:16,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/1cbf3296e8404dfebf5fea155c5156ce used request id req-8af76660-3da1-4432-a1c8-8d375d56db4b 2018-11-09 09:00:16,808 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/1cbf3296e8404dfebf5fea155c5156ce'}, 'domain_id': None, 'human_id': None, 'id': u'1cbf3296e8404dfebf5fea155c5156ce', 'HUMAN_ID': False}) 2018-11-09 09:00:16,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:00:16,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:16,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f2f2255-48e9-4a14-87b1-db46f2498060 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1cbf3296e8404dfebf5fea155c5156ce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1cbf3296e8404dfebf5fea155c5156ce"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:00:16,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9f2f2255-48e9-4a14-87b1-db46f2498060 2018-11-09 09:00:16,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0928008556366s 2018-11-09 09:00:16,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 09:00:16,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:16,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-227c271e-cbb1-4346-b01e-9eff5385067f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 09:00:16,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-227c271e-cbb1-4346-b01e-9eff5385067f 2018-11-09 09:00:16,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0840549468994s 2018-11-09 09:00:16,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 09:00:16,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:17,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f16643-b428-425d-8fcb-b196dbd38a15 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_52017f0d-2fed-4fad-b39e-b933416cc071", "links": {"self": "http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b"}, "domain_id": "default", "enabled": true, "id": "d2a4b628aee14e67b5932f087d19d58b", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 09:00:17,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-41f16643-b428-425d-8fcb-b196dbd38a15 2018-11-09 09:00:17,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0337941646576s 2018-11-09 09:00:17,022 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-41f16643-b428-425d-8fcb-b196dbd38a15 2018-11-09 09:00:17,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 09:00:17,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:17,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f994335-c4a0-4122-90fa-2db5881ba26b Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/1135de1747b9400187d2c49567a751f8"}, "enabled": true, "id": "1135de1747b9400187d2c49567a751f8", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 09:00:17,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-6f994335-c4a0-4122-90fa-2db5881ba26b 2018-11-09 09:00:17,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0808770656586s 2018-11-09 09:00:17,110 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-6f994335-c4a0-4122-90fa-2db5881ba26b 2018-11-09 09:00:17,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 09:00:17,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=d2a4b628aee14e67b5932f087d19d58b&scope.project.id=1135de1747b9400187d2c49567a751f8&role.id=1cbf3296e8404dfebf5fea155c5156ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:17,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d4a1d2-3280-4796-9e62-1c069ab06072 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=d2a4b628aee14e67b5932f087d19d58b&scope.project.id=1135de1747b9400187d2c49567a751f8&role.id=1cbf3296e8404dfebf5fea155c5156ce", "previous": null, "next": null}} 2018-11-09 09:00:17,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=d2a4b628aee14e67b5932f087d19d58b&scope.project.id=1135de1747b9400187d2c49567a751f8&role.id=1cbf3296e8404dfebf5fea155c5156ce used request id req-33d4a1d2-3280-4796-9e62-1c069ab06072 2018-11-09 09:00:17,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0878250598907s 2018-11-09 09:00:17,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 09:00:17,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/1135de1747b9400187d2c49567a751f8/users/d2a4b628aee14e67b5932f087d19d58b/roles/1cbf3296e8404dfebf5fea155c5156ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:17,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:00:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98121c31-1969-43ee-af4e-61256466b911 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 09:00:17,331 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/1135de1747b9400187d2c49567a751f8/users/d2a4b628aee14e67b5932f087d19d58b/roles/1cbf3296e8404dfebf5fea155c5156ce used request id req-98121c31-1969-43ee-af4e-61256466b911 2018-11-09 09:00:17,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.130235910416s 2018-11-09 09:00:17,332 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071', 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': '1cd43294-e871-4fb8-8b62-125d27fd687a', 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_52017f0d-2fed-4fad-b39e-b933416cc071', 'project_id': u'1135de1747b9400187d2c49567a751f8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 09:00:17,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 09:00:17,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 09:00:17,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 09:00:17,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 09:00:17,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 09:00:17,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 09:00:17,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 09:00:17,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 09:00:17,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 09:00:17,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 09:00:17,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 09:00:17,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 09:00:17,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 09:00:17,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 09:00:17,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 09:00:17,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 09:00:17,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 09:00:17,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 09:00:17,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 09:00:17,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 09:00:17,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 09:00:17,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 09:00:17,337 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_52017f0d-2fed-4fad-b39e-b933416cc071', 'password': '1cd43294-e871-4fb8-8b62-125d27fd687a', 'project_name': 'cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '1135de1747b9400187d2c49567a751f8', 'project_domain_name': 'Default'} 2018-11-09 09:00:17,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'descriptor': {u'file_name': u'/src/cloudify_vims/openstack-blueprint.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}} 2018-11-09 09:00:17,414 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-11-09 09:00:17,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 09:00:17,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:17,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9f7bfa1-c5ca-4207-8684-46fd50898cbc Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 09:00:17,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-d9f7bfa1-c5ca-4207-8684-46fd50898cbc 2018-11-09 09:00:17,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.107477903366s 2018-11-09 09:00:17,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 09:00:17,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:00:17,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a469c148-d603-401c-b3a6-a0bd6e9c681f Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/1135de1747b9400187d2c49567a751f8"}, "enabled": true, "id": "1135de1747b9400187d2c49567a751f8", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 09:00:17,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a469c148-d603-401c-b3a6-a0bd6e9c681f 2018-11-09 09:00:17,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0754380226135s 2018-11-09 09:00:17,599 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a469c148-d603-401c-b3a6-a0bd6e9c681f 2018-11-09 09:00:17,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-09 09:00:17,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" -d '{"network": {"tenant_id": "1135de1747b9400187d2c49567a751f8", "name": "cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071", "admin_state_up": true}}' 2018-11-09 09:00:18,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-1c378749-8b57-44cb-b4de-3867a6789e44 Date: Fri, 09 Nov 2018 09:00: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":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":false,"project_id":"1135de1747b9400187d2c49567a751f8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T09:00:18Z","is_default":false,"qos_policy_id":null,"name":"cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071","admin_state_up":true,"tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:00:18Z","mtu":1450}} 2018-11-09 09:00:18,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1c378749-8b57-44cb-b4de-3867a6789e44 2018-11-09 09:00:18,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.60257601738s 2018-11-09 09:00:18,205 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1c378749-8b57-44cb-b4de-3867a6789e44 2018-11-09 09:00:18,206 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-09T09:00:18Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7', u'provider:segmentation_id': 42, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', u'created_at': u'2018-11-09T09:00:18Z', u'mtu': 1450, u'tenant_id': u'1135de1747b9400187d2c49567a751f8', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1135de1747b9400187d2c49567a751f8'}) 2018-11-09 09:00:18,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 09:00:18,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-594079cf-8db2-4fcb-9621-8a18ae7b7e42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 09:00:18,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-594079cf-8db2-4fcb-9621-8a18ae7b7e42 2018-11-09 09:00:18,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 09:00:18,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1cbf3296e8404dfebf5fea155c5156ce", "name": "Member"}], "expires_at": "2018-11-09T10:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1135de1747b9400187d2c49567a751f8", "name": "cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/1135de1747b9400187d2c49567a751f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/1135de1747b9400187d2c49567a751f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/1135de1747b9400187d2c49567a751f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/1135de1747b9400187d2c49567a751f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/1135de1747b9400187d2c49567a751f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/1135de1747b9400187d2c49567a751f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/1135de1747b9400187d2c49567a751f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/1135de1747b9400187d2c49567a751f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/1135de1747b9400187d2c49567a751f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1135de1747b9400187d2c49567a751f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/1135de1747b9400187d2c49567a751f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/1135de1747b9400187d2c49567a751f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_52017f0d-2fed-4fad-b39e-b933416cc071", "id": "d2a4b628aee14e67b5932f087d19d58b"}, "audit_ids": ["RjtBs0XET62CfVKIadylnA"], "issued_at": "2018-11-09T09:00:18.000000Z"}} 2018-11-09 09:00:18,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:00:18,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:00:18,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-d7fba7eb-8ea0-45d0-a24c-7fc3ec183b53 Date: Fri, 09 Nov 2018 09:00:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T09:00:18Z","tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1135de1747b9400187d2c49567a751f8","id":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","name":"cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:00:18,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d7fba7eb-8ea0-45d0-a24c-7fc3ec183b53 2018-11-09 09:00:18,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259321928024s 2018-11-09 09:00:18,847 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d7fba7eb-8ea0-45d0-a24c-7fc3ec183b53 2018-11-09 09:00:18,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-09 09:00:18,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"subnet": {"name": "cloudify_ims-subnet_52017f0d-2fed-4fad-b39e-b933416cc071", "enable_dhcp": true, "network_id": "b218d0b1-b3f0-4f72-80d8-1bb307feb6b7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-09 09:00:19,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-95ecc261-c3cc-402f-b9e2-6f8377f8fbee Date: Fri, 09 Nov 2018 09:00:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:00:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T09:00:19Z","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":"1135de1747b9400187d2c49567a751f8","id":"91b3d90b-1710-4a3c-8dfa-c5c296c08a53","subnetpool_id":null,"name":"cloudify_ims-subnet_52017f0d-2fed-4fad-b39e-b933416cc071"}} 2018-11-09 09:00:19,715 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-95ecc261-c3cc-402f-b9e2-6f8377f8fbee 2018-11-09 09:00:19,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.866248846054s 2018-11-09 09:00:19,716 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-95ecc261-c3cc-402f-b9e2-6f8377f8fbee 2018-11-09 09:00:19,716 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T09:00:19Z', 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'91b3d90b-1710-4a3c-8dfa-c5c296c08a53', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_52017f0d-2fed-4fad-b39e-b933416cc071', u'enable_dhcp': True, u'network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7', u'tenant_id': u'1135de1747b9400187d2c49567a751f8', u'created_at': u'2018-11-09T09:00:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1135de1747b9400187d2c49567a751f8'}) 2018-11-09 09:00:19,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-09 09:00:19,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "cloudify_ims-router_52017f0d-2fed-4fad-b39e-b933416cc071", "admin_state_up": true}}' 2018-11-09 09:00:25,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-e19fcee3-7b53-4d86-b91f-94994a4b6d8a Date: Fri, 09 Nov 2018 09:00:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:20Z", "admin_state_up": true, "updated_at": "2018-11-09T09:00:21Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "1135de1747b9400187d2c49567a751f8", "id": "638e4d27-ee23-4e91-b568-3cf24e15c785", "name": "cloudify_ims-router_52017f0d-2fed-4fad-b39e-b933416cc071"}} 2018-11-09 09:00:25,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-e19fcee3-7b53-4d86-b91f-94994a4b6d8a 2018-11-09 09:00:25,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.85178303719s 2018-11-09 09:00:25,569 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-e19fcee3-7b53-4d86-b91f-94994a4b6d8a 2018-11-09 09:00:25,570 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T09:00:21Z', u'revision_number': 3, u'id': u'638e4d27-ee23-4e91-b568-3cf24e15c785', u'external_gateway_info': {u'network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cb65f4ed-a378-4853-84d5-43a993df3191', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_52017f0d-2fed-4fad-b39e-b933416cc071', u'admin_state_up': True, u'tenant_id': u'1135de1747b9400187d2c49567a751f8', u'created_at': u'2018-11-09T09:00:20Z', u'flavor_id': None, u'routes': [], u'project_id': u'1135de1747b9400187d2c49567a751f8'}) 2018-11-09 09:00:25,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-09 09:00:25,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/638e4d27-ee23-4e91-b568-3cf24e15c785/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}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"subnet_id": "91b3d90b-1710-4a3c-8dfa-c5c296c08a53"}' 2018-11-09 09:00:27,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a0c1b9d6-9d7e-483e-bc36-5160ffd83ded Date: Fri, 09 Nov 2018 09:00:27 GMT RESP BODY: {"network_id": "b218d0b1-b3f0-4f72-80d8-1bb307feb6b7", "tenant_id": "1135de1747b9400187d2c49567a751f8", "subnet_id": "91b3d90b-1710-4a3c-8dfa-c5c296c08a53", "subnet_ids": ["91b3d90b-1710-4a3c-8dfa-c5c296c08a53"], "port_id": "4b9427f1-cca8-4c57-84eb-6b0192f312ea", "id": "638e4d27-ee23-4e91-b568-3cf24e15c785"} 2018-11-09 09:00:27,720 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/638e4d27-ee23-4e91-b568-3cf24e15c785/add_router_interface.json used request id req-a0c1b9d6-9d7e-483e-bc36-5160ffd83ded 2018-11-09 09:00:27,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.14990997314s 2018-11-09 09:00:27,721 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/638e4d27-ee23-4e91-b568-3cf24e15c785/add_router_interface.json used request id req-a0c1b9d6-9d7e-483e-bc36-5160ffd83ded returning object 638e4d27-ee23-4e91-b568-3cf24e15c785 2018-11-09 09:00:27,721 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-11-09 09:01:45,047 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-11-09 09:01:45,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:01:45,062 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 09:01:45 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 09:01:45,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:01:45,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:01:45,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-07aa5960-2dbb-4bb4-bdc9-b3afeedab1fb Date: Fri, 09 Nov 2018 09:01:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:01:45,617 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-07aa5960-2dbb-4bb4-bdc9-b3afeedab1fb 2018-11-09 09:01:45,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.551374912262s 2018-11-09 09:01:45,618 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-07aa5960-2dbb-4bb4-bdc9-b3afeedab1fb 2018-11-09 09:01:45,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 09:01:45,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071"}' 2018-11-09 09:01:45,863 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/2b56e494-f609-4aee-9eee-514164226c16 X-Openstack-Request-Id: req-1876daf1-db60-4260-bae3-34501161ed15 Date: Fri, 09 Nov 2018 09:01:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16/file", "owner": "1135de1747b9400187d2c49567a751f8", "id": "2b56e494-f609-4aee-9eee-514164226c16", "size": null, "self": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:01:45Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "checksum": null, "created_at": "2018-11-09T09:01:45Z", "protected": false} 2018-11-09 09:01:45,863 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1876daf1-db60-4260-bae3-34501161ed15 2018-11-09 09:01:45,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.243084907532s 2018-11-09 09:01:45,864 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1876daf1-db60-4260-bae3-34501161ed15 returning object 2b56e494-f609-4aee-9eee-514164226c16 2018-11-09 09:01:45,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 09:01:45,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/2b56e494-f609-4aee-9eee-514164226c16/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}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '' 2018-11-09 09:03:01,745 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9649a25c-3487-4db0-aceb-cce5cacd5fea Date: Fri, 09 Nov 2018 09:03:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 09:03:01,745 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/2b56e494-f609-4aee-9eee-514164226c16/file used request id req-9649a25c-3487-4db0-aceb-cce5cacd5fea 2018-11-09 09:03:01,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 75.8808748722s 2018-11-09 09:03:01,746 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/2b56e494-f609-4aee-9eee-514164226c16/file used request id req-9649a25c-3487-4db0-aceb-cce5cacd5fea 2018-11-09 09:03:01,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:03:01,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:01,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-3167b804-8a38-453b-b1e3-c28db159dc95 Date: Fri, 09 Nov 2018 09:03:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap", "metadata": {}}], "file": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16/file", "owner": "1135de1747b9400187d2c49567a751f8", "id": "2b56e494-f609-4aee-9eee-514164226c16", "size": 4373348352, "self": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:03:01Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-09T09:01:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:03:01,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3167b804-8a38-453b-b1e3-c28db159dc95 2018-11-09 09:03:01,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.196361064911s 2018-11-09 09:03:01,945 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3167b804-8a38-453b-b1e3-c28db159dc95 2018-11-09 09:03:01,948 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2b56e494-f609-4aee-9eee-514164226c16/file', 'owner': u'1135de1747b9400187d2c49567a751f8', 'id': u'2b56e494-f609-4aee-9eee-514164226c16', 'size': 4373348352, u'self': u'/v2/images/2b56e494-f609-4aee-9eee-514164226c16', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1135de1747b9400187d2c49567a751f8', 'name': 'cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T09:03:01Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-09T09:03:01Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/2b56e494-f609-4aee-9eee-514164226c16', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071', 'created': u'2018-11-09T09:01:45Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-11-09T09:01:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2b56e494-f609-4aee-9eee-514164226c16', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-11-09 09:03:01,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 09:03:01,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_52017f0d-2fed-4fad-b39e-b933416cc071", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-11-09 09:03:02,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-985d50f5-54ba-4ea9-86f2-766e295ef027 x-compute-request-id: req-985d50f5-54ba-4ea9-86f2-766e295ef027 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "0f7a8260-284b-4275-b161-6d812010af8c", "name": "cloudify_ims-flavor_52017f0d-2fed-4fad-b39e-b933416cc071", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 09:03:02,164 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-985d50f5-54ba-4ea9-86f2-766e295ef027 2018-11-09 09:03:02,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.214462995529s 2018-11-09 09:03:02,165 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-985d50f5-54ba-4ea9-86f2-766e295ef027 returning object 0f7a8260-284b-4275-b161-6d812010af8c 2018-11-09 09:03:02,165 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_52017f0d-2fed-4fad-b39e-b933416cc071', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'0f7a8260-284b-4275-b161-6d812010af8c', 'swap': 0}) 2018-11-09 09:03:02,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 09:03:02,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/0f7a8260-284b-4275-b161-6d812010af8c/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}893aaab2feb5151d831fdf91f94e8471610d9dfc" -d '{"extra_specs": {}}' 2018-11-09 09:03:02,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-8b79c797-c159-42f6-917c-1a5b1665ac90 x-compute-request-id: req-8b79c797-c159-42f6-917c-1a5b1665ac90 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 09:03:02,190 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/0f7a8260-284b-4275-b161-6d812010af8c/os-extra_specs used request id req-8b79c797-c159-42f6-917c-1a5b1665ac90 2018-11-09 09:03:02,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.024032831192s 2018-11-09 09:03:02,191 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/0f7a8260-284b-4275-b161-6d812010af8c/os-extra_specs used request id req-8b79c797-c159-42f6-917c-1a5b1665ac90 2018-11-09 09:03:02,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-11-09 09:03:02,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"keypair": {"name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071"}}' 2018-11-09 09:03:02,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-1c6107b7-4480-41f7-b485-a82350c36ce8 x-compute-request-id: req-1c6107b7-4480-41f7-b485-a82350c36ce8 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7ctymYkaBLTRq6yJTg1nMy43IWoLWqbSN9+U2rC5jfqD5e+jXQ9SIxNHGDbptyJ6KkpPMsFuCSkIBK3vwSJd8SpsgmOpF7EnXnuQkg/LmzVOYK/gC1QHziNqqCMiKwh54laWyQ5Yacrn8KhBeBuh06HCEFAYgLcVSLBXWKOmelTNEMVc+xyjtJh1wEhvMmT4tfIDdOoS7n3EijEfvvtnKnqsGx3Zs0Ra7wVCFauCzgbHjXz7izg+22JppYadCPFgbdTNfNnpNWDIunUS+GYOZ23iFniMjjZTEnetKxMMsHm0Juz3f8Ia58KlJb6p6QLBR+lZH/ZoNwWSKj8/mAlM/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu3LcpmJGgS00ausiU4NZzMuNyFqC1qm0jfflNqwuY36g+Xvo\n10PUiMTRxg26bcieipKTzLBbgkpCASt78EiXfEqbIJjqRexJ157kJIPy5s1TmCv4\nAtUB84jaqgjIisIeeJWlskOWGnK5/CoQXgbodOhwhBQGIC3FUiwV1ijpnpUzRDFX\nPsco7SYdcBIbzJk+LXyA3TqEu59xIoxH777Zyp6rBsd2bNEWu8FQhWrgs4Gx418+\n4s4PttiaaWGnQjxYG3UzXzZ6TVgyLp1EvhmDmdt4hZ4jI42UxJ3rSsTDLB5tCbs9\n3/CGufCpSW+qekCwUfpWR/2aDcFkio/P5gJTPwIDAQABAoIBAQCZMemFDcJjZkd1\nrk+ygyIMDrwEZ3yQ5cdLU7L/+L480EvNOeh0rdnwITL0M1oOySxRQjQK0IMpO3kw\nLZKwMROlH/AiNvcYSGGdGB2KflAxMtPEBQM/hUh/+XQEDQOg678te9gclcICQYsg\nvFv+DJVEnob+WsMa321pl+AM1AkCcbLfnDEb16bv5W6d5V6T6a+Xno5TwrIjnVhW\nDQ70sSRy+iYYK8YrM2guKyRzGp0r9j9PFTFTPydsy2CAUzTqgXUIbR9jBGVJ93NZ\nscfrSibdy01UHGHsTbqTmgL0sNnJ53gZ9hH3KE0dNPbdW8OiOvjtYdRj2+oYvuOt\nCHojmiexAoGBAPegfUK1zrOzXqUBn1bf1E7D1lQrmaYOT6bBCYr4p78Rs5P1/oWl\nGgxuEyhau72L2jKC6LPtfb68Vq3n+YZVjoS7npa3PvlfTZI0+uiiRYLDZiRF/nDz\nx3qmCfV3EgX5gg6+gFLJMCJdEmpzyoMt2agxP9gKKBSd7SmoOhVE3NCHAoGBAMHJ\ndQitPAczl7XS5ED0PklpOlGGH9hXsUQRSvcJ2r84neKKge7oGoQkZbqM3v+3WdKy\nrKywyBXE5oc2gdAhsA9ZbGGqaQSBcg3KW8zqmkxnRkc1M22uoXs4XHATfNUcdzil\nz+/bmk1YuU7x7YMJvkmN1ppgMDgV4Ifa6VOyGS2JAoGABhkvvIrZsldCh3HIyMzu\nX5o3Fw+T0yEbGRI79+4zw2LeN1Chmgz83T2Av0esw/hDwWaz8Gpy5FWjFNlXrdVB\nk0dDmpacuGt+b5FadIw6hgPl6hLHN2Tpjr20FRV/niIM7+wFIQTPaKk+IN0FKcHh\nUGEWH23wmsFg69u2wntVrNUCgYBit2ZYAi+HF6Ab7o96CzHDocgkiWelhJ53pzuB\n9tIpAQVkxtwDwNbpI8Vyr5pVt6gZLg3Kds+mT0SD8p9UUCTo3MvaQL34npxkLAZx\nr7zkWOOzGIXXRNNb+s0UBslbooGVKNpxPHQxHJZhgdpVG1yFCa0dvQwzNenIKxsb\nGKm8yQKBgEqhy4Hlw6eDVAG08IpCElawhYObCESVjYc89+gBJDmU32U9k+PiSIzW\nOIn2sKOuapCkEHZcrXTGsv4eEOnY9rSSUu4T/Xb78JJJ7cUHQLlQtu0n8gvbD1af\nYh6rUFTFvq3QBZSAMJJ4rbvEkYYu9YvA21jpmCByN8xV/uiPwhft\n-----END RSA PRIVATE KEY-----\n", "user_id": "d2a4b628aee14e67b5932f087d19d58b", "name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "fingerprint": "8e:5c:f0:66:92:75:7d:4e:a3:f6:23:2d:fc:ab:67:6e"}} 2018-11-09 09:03:02,961 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-1c6107b7-4480-41f7-b485-a82350c36ce8 2018-11-09 09:03:02,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.769102096558s 2018-11-09 09:03:02,961 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-1c6107b7-4480-41f7-b485-a82350c36ce8 2018-11-09 09:03:02,962 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7ctymYkaBLTRq6yJTg1nMy43IWoLWqbSN9+U2rC5jfqD5e+jXQ9SIxNHGDbptyJ6KkpPMsFuCSkIBK3vwSJd8SpsgmOpF7EnXnuQkg/LmzVOYK/gC1QHziNqqCMiKwh54laWyQ5Yacrn8KhBeBuh06HCEFAYgLcVSLBXWKOmelTNEMVc+xyjtJh1wEhvMmT4tfIDdOoS7n3EijEfvvtnKnqsGx3Zs0Ra7wVCFauCzgbHjXz7izg+22JppYadCPFgbdTNfNnpNWDIunUS+GYOZ23iFniMjjZTEnetKxMMsHm0Juz3f8Ia58KlJb6p6QLBR+lZH/ZoNwWSKj8/mAlM/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu3LcpmJGgS00ausiU4NZzMuNyFqC1qm0jfflNqwuY36g+Xvo\n10PUiMTRxg26bcieipKTzLBbgkpCASt78EiXfEqbIJjqRexJ157kJIPy5s1TmCv4\nAtUB84jaqgjIisIeeJWlskOWGnK5/CoQXgbodOhwhBQGIC3FUiwV1ijpnpUzRDFX\nPsco7SYdcBIbzJk+LXyA3TqEu59xIoxH777Zyp6rBsd2bNEWu8FQhWrgs4Gx418+\n4s4PttiaaWGnQjxYG3UzXzZ6TVgyLp1EvhmDmdt4hZ4jI42UxJ3rSsTDLB5tCbs9\n3/CGufCpSW+qekCwUfpWR/2aDcFkio/P5gJTPwIDAQABAoIBAQCZMemFDcJjZkd1\nrk+ygyIMDrwEZ3yQ5cdLU7L/+L480EvNOeh0rdnwITL0M1oOySxRQjQK0IMpO3kw\nLZKwMROlH/AiNvcYSGGdGB2KflAxMtPEBQM/hUh/+XQEDQOg678te9gclcICQYsg\nvFv+DJVEnob+WsMa321pl+AM1AkCcbLfnDEb16bv5W6d5V6T6a+Xno5TwrIjnVhW\nDQ70sSRy+iYYK8YrM2guKyRzGp0r9j9PFTFTPydsy2CAUzTqgXUIbR9jBGVJ93NZ\nscfrSibdy01UHGHsTbqTmgL0sNnJ53gZ9hH3KE0dNPbdW8OiOvjtYdRj2+oYvuOt\nCHojmiexAoGBAPegfUK1zrOzXqUBn1bf1E7D1lQrmaYOT6bBCYr4p78Rs5P1/oWl\nGgxuEyhau72L2jKC6LPtfb68Vq3n+YZVjoS7npa3PvlfTZI0+uiiRYLDZiRF/nDz\nx3qmCfV3EgX5gg6+gFLJMCJdEmpzyoMt2agxP9gKKBSd7SmoOhVE3NCHAoGBAMHJ\ndQitPAczl7XS5ED0PklpOlGGH9hXsUQRSvcJ2r84neKKge7oGoQkZbqM3v+3WdKy\nrKywyBXE5oc2gdAhsA9ZbGGqaQSBcg3KW8zqmkxnRkc1M22uoXs4XHATfNUcdzil\nz+/bmk1YuU7x7YMJvkmN1ppgMDgV4Ifa6VOyGS2JAoGABhkvvIrZsldCh3HIyMzu\nX5o3Fw+T0yEbGRI79+4zw2LeN1Chmgz83T2Av0esw/hDwWaz8Gpy5FWjFNlXrdVB\nk0dDmpacuGt+b5FadIw6hgPl6hLHN2Tpjr20FRV/niIM7+wFIQTPaKk+IN0FKcHh\nUGEWH23wmsFg69u2wntVrNUCgYBit2ZYAi+HF6Ab7o96CzHDocgkiWelhJ53pzuB\n9tIpAQVkxtwDwNbpI8Vyr5pVt6gZLg3Kds+mT0SD8p9UUCTo3MvaQL34npxkLAZx\nr7zkWOOzGIXXRNNb+s0UBslbooGVKNpxPHQxHJZhgdpVG1yFCa0dvQwzNenIKxsb\nGKm8yQKBgEqhy4Hlw6eDVAG08IpCElawhYObCESVjYc89+gBJDmU32U9k+PiSIzW\nOIn2sKOuapCkEHZcrXTGsv4eEOnY9rSSUu4T/Xb78JJJ7cUHQLlQtu0n8gvbD1af\nYh6rUFTFvq3QBZSAMJJ4rbvEkYYu9YvA21jpmCByN8xV/uiPwhft\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd2a4b628aee14e67b5932f087d19d58b', 'name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'created_at': '2018-11-09T09:03:02.962331', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1135de1747b9400187d2c49567a751f8', 'name': 'cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'8e:5c:f0:66:92:75:7d:4e:a3:f6:23:2d:fc:ab:67:6e', 'type': 'ssh', 'id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071'}) 2018-11-09 09:03:02,962 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAu3LcpmJGgS00ausiU4NZzMuNyFqC1qm0jfflNqwuY36g+Xvo 10PUiMTRxg26bcieipKTzLBbgkpCASt78EiXfEqbIJjqRexJ157kJIPy5s1TmCv4 AtUB84jaqgjIisIeeJWlskOWGnK5/CoQXgbodOhwhBQGIC3FUiwV1ijpnpUzRDFX Psco7SYdcBIbzJk+LXyA3TqEu59xIoxH777Zyp6rBsd2bNEWu8FQhWrgs4Gx418+ 4s4PttiaaWGnQjxYG3UzXzZ6TVgyLp1EvhmDmdt4hZ4jI42UxJ3rSsTDLB5tCbs9 3/CGufCpSW+qekCwUfpWR/2aDcFkio/P5gJTPwIDAQABAoIBAQCZMemFDcJjZkd1 rk+ygyIMDrwEZ3yQ5cdLU7L/+L480EvNOeh0rdnwITL0M1oOySxRQjQK0IMpO3kw LZKwMROlH/AiNvcYSGGdGB2KflAxMtPEBQM/hUh/+XQEDQOg678te9gclcICQYsg vFv+DJVEnob+WsMa321pl+AM1AkCcbLfnDEb16bv5W6d5V6T6a+Xno5TwrIjnVhW DQ70sSRy+iYYK8YrM2guKyRzGp0r9j9PFTFTPydsy2CAUzTqgXUIbR9jBGVJ93NZ scfrSibdy01UHGHsTbqTmgL0sNnJ53gZ9hH3KE0dNPbdW8OiOvjtYdRj2+oYvuOt CHojmiexAoGBAPegfUK1zrOzXqUBn1bf1E7D1lQrmaYOT6bBCYr4p78Rs5P1/oWl GgxuEyhau72L2jKC6LPtfb68Vq3n+YZVjoS7npa3PvlfTZI0+uiiRYLDZiRF/nDz x3qmCfV3EgX5gg6+gFLJMCJdEmpzyoMt2agxP9gKKBSd7SmoOhVE3NCHAoGBAMHJ dQitPAczl7XS5ED0PklpOlGGH9hXsUQRSvcJ2r84neKKge7oGoQkZbqM3v+3WdKy rKywyBXE5oc2gdAhsA9ZbGGqaQSBcg3KW8zqmkxnRkc1M22uoXs4XHATfNUcdzil z+/bmk1YuU7x7YMJvkmN1ppgMDgV4Ifa6VOyGS2JAoGABhkvvIrZsldCh3HIyMzu X5o3Fw+T0yEbGRI79+4zw2LeN1Chmgz83T2Av0esw/hDwWaz8Gpy5FWjFNlXrdVB k0dDmpacuGt+b5FadIw6hgPl6hLHN2Tpjr20FRV/niIM7+wFIQTPaKk+IN0FKcHh UGEWH23wmsFg69u2wntVrNUCgYBit2ZYAi+HF6Ab7o96CzHDocgkiWelhJ53pzuB 9tIpAQVkxtwDwNbpI8Vyr5pVt6gZLg3Kds+mT0SD8p9UUCTo3MvaQL34npxkLAZx r7zkWOOzGIXXRNNb+s0UBslbooGVKNpxPHQxHJZhgdpVG1yFCa0dvQwzNenIKxsb GKm8yQKBgEqhy4Hlw6eDVAG08IpCElawhYObCESVjYc89+gBJDmU32U9k+PiSIzW OIn2sKOuapCkEHZcrXTGsv4eEOnY9rSSUu4T/Xb78JJJ7cUHQLlQtu0n8gvbD1af Yh6rUFTFvq3QBZSAMJJ4rbvEkYYu9YvA21jpmCByN8xV/uiPwhft -----END RSA PRIVATE KEY----- 2018-11-09 09:03:02,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-11-09 09:03:02,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"security_group": {"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-11-09 09:03:03,339 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-e93c8379-25fa-4843-87b1-63f065c7a49e Date: Fri, 09 Nov 2018 09:03:03 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:03Z", "updated_at": "2018-11-09T09:03:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "90720e8f-cb5f-4258-8081-0c3174be8698", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "ff6e3dc3-6a9f-48bc-b42d-fc5a1ea7a8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 2, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}} 2018-11-09 09:03:03,340 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e93c8379-25fa-4843-87b1-63f065c7a49e 2018-11-09 09:03:03,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.373584985733s 2018-11-09 09:03:03,340 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e93c8379-25fa-4843-87b1-63f065c7a49e 2018-11-09 09:03:03,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:03:03,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:03,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-abc218a3-3261-44ed-8ad0-06f72837a4e9 Date: Fri, 09 Nov 2018 09:03:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:03Z", "updated_at": "2018-11-09T09:03:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "90720e8f-cb5f-4258-8081-0c3174be8698", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "ff6e3dc3-6a9f-48bc-b42d-fc5a1ea7a8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 2, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:00:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 4, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:03:03,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-abc218a3-3261-44ed-8ad0-06f72837a4e9 2018-11-09 09:03:03,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191210985184s 2018-11-09 09:03:03,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-abc218a3-3261-44ed-8ad0-06f72837a4e9 2018-11-09 09:03:03,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:03:03,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -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": "3b5459f1-f12a-49c9-88d6-5536b76ded64"}}' 2018-11-09 09:03:03,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-df2538e0-9fdf-412e-a285-52ffac9285a6 Date: Fri, 09 Nov 2018 09:03:03 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "port_range_min": 22, "revision_number": 0, "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:03Z", "project_id": "1135de1747b9400187d2c49567a751f8", "id": "be98e8fe-080d-4902-8345-011f4e1ece3e"}} 2018-11-09 09:03:03,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-df2538e0-9fdf-412e-a285-52ffac9285a6 2018-11-09 09:03:03,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.325985908508s 2018-11-09 09:03:03,867 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-df2538e0-9fdf-412e-a285-52ffac9285a6 2018-11-09 09:03:03,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:03:03,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:03,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-820d996f-9faa-4829-80af-08d4a84d44c1 Date: Fri, 09 Nov 2018 09:03:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:03Z", "updated_at": "2018-11-09T09:03:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "90720e8f-cb5f-4258-8081-0c3174be8698", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "be98e8fe-080d-4902-8345-011f4e1ece3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "ff6e3dc3-6a9f-48bc-b42d-fc5a1ea7a8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 3, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:00:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 4, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:03:03,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-820d996f-9faa-4829-80af-08d4a84d44c1 2018-11-09 09:03:03,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0614469051361s 2018-11-09 09:03:03,932 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-820d996f-9faa-4829-80af-08d4a84d44c1 2018-11-09 09:03:03,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:03:03,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -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": "3b5459f1-f12a-49c9-88d6-5536b76ded64"}}' 2018-11-09 09:03:04,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-9c3653ca-d726-4ca6-a925-2081d0803857 Date: Fri, 09 Nov 2018 09:03:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "port_range_min": null, "revision_number": 0, "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:04Z", "project_id": "1135de1747b9400187d2c49567a751f8", "id": "d251814c-82c1-4c33-953e-d2fde25b77db"}} 2018-11-09 09:03:04,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-9c3653ca-d726-4ca6-a925-2081d0803857 2018-11-09 09:03:04,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.338001966476s 2018-11-09 09:03:04,274 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-9c3653ca-d726-4ca6-a925-2081d0803857 2018-11-09 09:03:04,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:03:04,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:04,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-d6d8656c-faf5-42d7-8516-a20513a70dc5 Date: Fri, 09 Nov 2018 09:03:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:03Z", "updated_at": "2018-11-09T09:03:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "90720e8f-cb5f-4258-8081-0c3174be8698", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "be98e8fe-080d-4902-8345-011f4e1ece3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "d251814c-82c1-4c33-953e-d2fde25b77db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "ff6e3dc3-6a9f-48bc-b42d-fc5a1ea7a8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 4, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:00:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 4, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:03:04,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d6d8656c-faf5-42d7-8516-a20513a70dc5 2018-11-09 09:03:04,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0538461208344s 2018-11-09 09:03:04,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d6d8656c-faf5-42d7-8516-a20513a70dc5 2018-11-09 09:03:04,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:03:04,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -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": "3b5459f1-f12a-49c9-88d6-5536b76ded64"}}' 2018-11-09 09:03:04,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7beb3907-b64b-4f9a-bf28-9a6151fbf237 Date: Fri, 09 Nov 2018 09:03:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "port_range_min": 80, "revision_number": 0, "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:04Z", "project_id": "1135de1747b9400187d2c49567a751f8", "id": "93cefce6-6615-41b8-8ec6-c95248d20b39"}} 2018-11-09 09:03:04,483 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-7beb3907-b64b-4f9a-bf28-9a6151fbf237 2018-11-09 09:03:04,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.147356987s 2018-11-09 09:03:04,484 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-7beb3907-b64b-4f9a-bf28-9a6151fbf237 2018-11-09 09:03:04,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:03:04,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:04,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-fcc7a1a1-56f8-47cf-9dfe-7bc90c26772c Date: Fri, 09 Nov 2018 09:03:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:03Z", "updated_at": "2018-11-09T09:03:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "90720e8f-cb5f-4258-8081-0c3174be8698", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "93cefce6-6615-41b8-8ec6-c95248d20b39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "be98e8fe-080d-4902-8345-011f4e1ece3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "d251814c-82c1-4c33-953e-d2fde25b77db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "ff6e3dc3-6a9f-48bc-b42d-fc5a1ea7a8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 5, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:00:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 4, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:03:04,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fcc7a1a1-56f8-47cf-9dfe-7bc90c26772c 2018-11-09 09:03:04,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0515170097351s 2018-11-09 09:03:04,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fcc7a1a1-56f8-47cf-9dfe-7bc90c26772c 2018-11-09 09:03:04,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:03:04,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -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": "3b5459f1-f12a-49c9-88d6-5536b76ded64"}}' 2018-11-09 09:03:04,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-2003eb70-f880-4075-b0ef-e34c4b81a9d2 Date: Fri, 09 Nov 2018 09:03:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "port_range_min": 443, "revision_number": 0, "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:04Z", "project_id": "1135de1747b9400187d2c49567a751f8", "id": "d32d8e6f-00d7-4650-9676-3f83ea871f7e"}} 2018-11-09 09:03:04,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-2003eb70-f880-4075-b0ef-e34c4b81a9d2 2018-11-09 09:03:04,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.322992086411s 2018-11-09 09:03:04,866 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-2003eb70-f880-4075-b0ef-e34c4b81a9d2 2018-11-09 09:03:04,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:03:04,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:05,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-c3dc517a-7a33-4252-87c3-ff3d8751d104 Date: Fri, 09 Nov 2018 09:03:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:03Z", "updated_at": "2018-11-09T09:03:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "90720e8f-cb5f-4258-8081-0c3174be8698", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "93cefce6-6615-41b8-8ec6-c95248d20b39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "be98e8fe-080d-4902-8345-011f4e1ece3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "d251814c-82c1-4c33-953e-d2fde25b77db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "d32d8e6f-00d7-4650-9676-3f83ea871f7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "ff6e3dc3-6a9f-48bc-b42d-fc5a1ea7a8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 6, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:00:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 4, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:03:05,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c3dc517a-7a33-4252-87c3-ff3d8751d104 2018-11-09 09:03:05,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205960988998s 2018-11-09 09:03:05,076 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c3dc517a-7a33-4252-87c3-ff3d8751d104 2018-11-09 09:03:05,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:03:05,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -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": "3b5459f1-f12a-49c9-88d6-5536b76ded64"}}' 2018-11-09 09:03:05,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-80ece412-fcdd-4929-9050-5993728975bb Date: Fri, 09 Nov 2018 09:03:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-11-09T09:03:05Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "port_range_min": 5671, "revision_number": 0, "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:05Z", "project_id": "1135de1747b9400187d2c49567a751f8", "id": "bce8b586-9516-4e0f-b2d1-f10e50daee6b"}} 2018-11-09 09:03:05,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-80ece412-fcdd-4929-9050-5993728975bb 2018-11-09 09:03:05,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.151013851166s 2018-11-09 09:03:05,232 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-80ece412-fcdd-4929-9050-5993728975bb 2018-11-09 09:03:05,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:03:05,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:05,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-b5a6935c-d4a3-4667-a4ad-0535f6378a75 Date: Fri, 09 Nov 2018 09:03:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:03Z", "updated_at": "2018-11-09T09:03:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "90720e8f-cb5f-4258-8081-0c3174be8698", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "93cefce6-6615-41b8-8ec6-c95248d20b39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-11-09T09:03:05Z", "revision_number": 0, "id": "bce8b586-9516-4e0f-b2d1-f10e50daee6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:05Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "be98e8fe-080d-4902-8345-011f4e1ece3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "d251814c-82c1-4c33-953e-d2fde25b77db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "d32d8e6f-00d7-4650-9676-3f83ea871f7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "ff6e3dc3-6a9f-48bc-b42d-fc5a1ea7a8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 7, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:00:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 4, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:03:05,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b5a6935c-d4a3-4667-a4ad-0535f6378a75 2018-11-09 09:03:05,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205207824707s 2018-11-09 09:03:05,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b5a6935c-d4a3-4667-a4ad-0535f6378a75 2018-11-09 09:03:05,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:03:05,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -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": "3b5459f1-f12a-49c9-88d6-5536b76ded64"}}' 2018-11-09 09:03:05,758 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-6343897b-6ef0-4047-8e14-c4cce18cd3d7 Date: Fri, 09 Nov 2018 09:03:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-11-09T09:03:05Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "port_range_min": 53333, "revision_number": 0, "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:05Z", "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f10e2c1b-ecbe-4347-9e48-59614c50aa32"}} 2018-11-09 09:03:05,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-6343897b-6ef0-4047-8e14-c4cce18cd3d7 2018-11-09 09:03:05,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.313682079315s 2018-11-09 09:03:05,758 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-6343897b-6ef0-4047-8e14-c4cce18cd3d7 2018-11-09 09:03:05,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:03:05,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:05,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-5cb5cf80-5855-4c61-89bc-d8010e431344 Date: Fri, 09 Nov 2018 09:03: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":["91b3d90b-1710-4a3c-8dfa-c5c296c08a53"],"updated_at":"2018-11-09T09:00:19Z","tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1135de1747b9400187d2c49567a751f8","id":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","name":"cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:03:05,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5cb5cf80-5855-4c61-89bc-d8010e431344 2018-11-09 09:03:05,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111096858978s 2018-11-09 09:03:05,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5cb5cf80-5855-4c61-89bc-d8010e431344 2018-11-09 09:03:05,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:03:05,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:06,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-55ec2eb2-2672-4795-9e75-91338e0926cd Date: Fri, 09 Nov 2018 09:03:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap", "metadata": {}}], "file": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16/file", "owner": "1135de1747b9400187d2c49567a751f8", "id": "2b56e494-f609-4aee-9eee-514164226c16", "size": 4373348352, "self": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:03:01Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-09T09:01:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:03:06,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-55ec2eb2-2672-4795-9e75-91338e0926cd 2018-11-09 09:03:06,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.555950164795s 2018-11-09 09:03:06,429 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-55ec2eb2-2672-4795-9e75-91338e0926cd 2018-11-09 09:03:06,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 09:03:06,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:06,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-0d889d78-02c3-4d60-99b3-7164a7754c12 x-compute-request-id: req-0d889d78-02c3-4d60-99b3-7164a7754c12 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "0f7a8260-284b-4275-b161-6d812010af8c", "name": "cloudify_ims-flavor_52017f0d-2fed-4fad-b39e-b933416cc071", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 09:03:06,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-0d889d78-02c3-4d60-99b3-7164a7754c12 2018-11-09 09:03:06,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0340518951416s 2018-11-09 09:03:06,465 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-0d889d78-02c3-4d60-99b3-7164a7754c12 2018-11-09 09:03:06,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-09 09:03:06,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"server": {"name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "imageRef": "2b56e494-f609-4aee-9eee-514164226c16", "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "flavorRef": "0f7a8260-284b-4275-b161-6d812010af8c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b218d0b1-b3f0-4f72-80d8-1bb307feb6b7"}], "security_groups": [{"name": "3b5459f1-f12a-49c9-88d6-5536b76ded64"}]}}' 2018-11-09 09:03:09,143 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 09:03: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-1c5754b8-d4c6-4147-841f-f2dca75cb2f7 x-compute-request-id: req-1c5754b8-d4c6-4147-841f-f2dca75cb2f7 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3b5459f1-f12a-49c9-88d6-5536b76ded64"}], "OS-DCF:diskConfig": "MANUAL", "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "adminPass": "YgLbD2XpVH6h"}} 2018-11-09 09:03:09,143 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-1c5754b8-d4c6-4147-841f-f2dca75cb2f7 2018-11-09 09:03:09,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.67613697052s 2018-11-09 09:03:09,144 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-1c5754b8-d4c6-4147-841f-f2dca75cb2f7 2018-11-09 09:03:09,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:09,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:09,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-9e1bdf89-94d8-419c-be72-b1096800ed9c x-compute-request-id: req-9e1bdf89-94d8-419c-be72-b1096800ed9c 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.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:09,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9e1bdf89-94d8-419c-be72-b1096800ed9c 2018-11-09 09:03:09,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49832201004s 2018-11-09 09:03:09,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9e1bdf89-94d8-419c-be72-b1096800ed9c 2018-11-09 09:03:09,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:03:09,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:09,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-60cca115-fdef-4e5f-91a1-21ba22ad4327 Date: Fri, 09 Nov 2018 09:03: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":["91b3d90b-1710-4a3c-8dfa-c5c296c08a53"],"updated_at":"2018-11-09T09:00:19Z","tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1135de1747b9400187d2c49567a751f8","id":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","name":"cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:03:09,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-60cca115-fdef-4e5f-91a1-21ba22ad4327 2018-11-09 09:03:09,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116618871689s 2018-11-09 09:03:09,768 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-60cca115-fdef-4e5f-91a1-21ba22ad4327 2018-11-09 09:03:09,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-09 09:03:09,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:09,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-d613ccd7-de0c-48c8-8aaf-6a53c2ea7419 Date: Fri, 09 Nov 2018 09:03:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:00:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T09:00:19Z","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":"1135de1747b9400187d2c49567a751f8","id":"91b3d90b-1710-4a3c-8dfa-c5c296c08a53","subnetpool_id":null,"name":"cloudify_ims-subnet_52017f0d-2fed-4fad-b39e-b933416cc071"}]} 2018-11-09 09:03:09,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d613ccd7-de0c-48c8-8aaf-6a53c2ea7419 2018-11-09 09:03:09,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.182281970978s 2018-11-09 09:03:09,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d613ccd7-de0c-48c8-8aaf-6a53c2ea7419 2018-11-09 09:03:09,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:11,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:11,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:12,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-3dd37b14-7018-46a6-9060-0e5401519994 x-compute-request-id: req-3dd37b14-7018-46a6-9060-0e5401519994 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:12,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3dd37b14-7018-46a6-9060-0e5401519994 2018-11-09 09:03:12,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684180021286s 2018-11-09 09:03:12,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3dd37b14-7018-46a6-9060-0e5401519994 2018-11-09 09:03:12,644 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:14,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:14,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:15,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd4aa1f4-8114-45b4-a16e-2e4a5fde0998 x-compute-request-id: req-bd4aa1f4-8114-45b4-a16e-2e4a5fde0998 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:15,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bd4aa1f4-8114-45b4-a16e-2e4a5fde0998 2018-11-09 09:03:15,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.855454206467s 2018-11-09 09:03:15,503 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bd4aa1f4-8114-45b4-a16e-2e4a5fde0998 2018-11-09 09:03:15,507 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:17,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:17,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:18,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5b64ba9-b89e-491e-81d4-377dc21d21de x-compute-request-id: req-b5b64ba9-b89e-491e-81d4-377dc21d21de Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:18,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b5b64ba9-b89e-491e-81d4-377dc21d21de 2018-11-09 09:03:18,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622747182846s 2018-11-09 09:03:18,133 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b5b64ba9-b89e-491e-81d4-377dc21d21de 2018-11-09 09:03:18,137 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:20,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:20,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:20,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-cbd8fc9a-8db8-440c-9d09-9cecb1952674 x-compute-request-id: req-cbd8fc9a-8db8-440c-9d09-9cecb1952674 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:20,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cbd8fc9a-8db8-440c-9d09-9cecb1952674 2018-11-09 09:03:20,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56322312355s 2018-11-09 09:03:20,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cbd8fc9a-8db8-440c-9d09-9cecb1952674 2018-11-09 09:03:20,707 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:22,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:22,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:23,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-10cc07a8-97b3-46b9-b592-a5ebe17bdc2f x-compute-request-id: req-10cc07a8-97b3-46b9-b592-a5ebe17bdc2f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:23,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-10cc07a8-97b3-46b9-b592-a5ebe17bdc2f 2018-11-09 09:03:23,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580696105957s 2018-11-09 09:03:23,290 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-10cc07a8-97b3-46b9-b592-a5ebe17bdc2f 2018-11-09 09:03:23,294 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:25,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:25,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:25,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-1528fd00-7f77-47c0-a410-e8cafa6f69e3 x-compute-request-id: req-1528fd00-7f77-47c0-a410-e8cafa6f69e3 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:25,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1528fd00-7f77-47c0-a410-e8cafa6f69e3 2018-11-09 09:03:25,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67822098732s 2018-11-09 09:03:25,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1528fd00-7f77-47c0-a410-e8cafa6f69e3 2018-11-09 09:03:25,980 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:27,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:27,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:28,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-9506f5f0-dab4-450a-9fc3-8d3223fdff73 x-compute-request-id: req-9506f5f0-dab4-450a-9fc3-8d3223fdff73 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:28,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9506f5f0-dab4-450a-9fc3-8d3223fdff73 2018-11-09 09:03:28,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646913051605s 2018-11-09 09:03:28,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9506f5f0-dab4-450a-9fc3-8d3223fdff73 2018-11-09 09:03:28,634 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:30,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:30,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:31,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-017bba19-c348-4856-82ec-96a42fdd0780 x-compute-request-id: req-017bba19-c348-4856-82ec-96a42fdd0780 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:31,466 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-017bba19-c348-4856-82ec-96a42fdd0780 2018-11-09 09:03:31,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.829762935638s 2018-11-09 09:03:31,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-017bba19-c348-4856-82ec-96a42fdd0780 2018-11-09 09:03:31,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:33,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:33,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:33,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8ac4681-f3ea-49ec-9a82-9554aa39fa8f x-compute-request-id: req-e8ac4681-f3ea-49ec-9a82-9554aa39fa8f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:33,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e8ac4681-f3ea-49ec-9a82-9554aa39fa8f 2018-11-09 09:03:33,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516956806183s 2018-11-09 09:03:33,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e8ac4681-f3ea-49ec-9a82-9554aa39fa8f 2018-11-09 09:03:33,995 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:35,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:36,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:36,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-f2f0f684-2070-45a7-9867-ca576f4947fd x-compute-request-id: req-f2f0f684-2070-45a7-9867-ca576f4947fd Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:36,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f2f0f684-2070-45a7-9867-ca576f4947fd 2018-11-09 09:03:36,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643854141235s 2018-11-09 09:03:36,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f2f0f684-2070-45a7-9867-ca576f4947fd 2018-11-09 09:03:36,645 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:38,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:38,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:39,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-b4cbf5bc-9be4-4694-a93b-90bf0133853e x-compute-request-id: req-b4cbf5bc-9be4-4694-a93b-90bf0133853e Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:39,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b4cbf5bc-9be4-4694-a93b-90bf0133853e 2018-11-09 09:03:39,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.834541082382s 2018-11-09 09:03:39,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b4cbf5bc-9be4-4694-a93b-90bf0133853e 2018-11-09 09:03:39,487 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:41,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:41,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:42,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-368735d9-88cb-46c8-b162-a64882953532 x-compute-request-id: req-368735d9-88cb-46c8-b162-a64882953532 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:42,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-368735d9-88cb-46c8-b162-a64882953532 2018-11-09 09:03:42,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718858957291s 2018-11-09 09:03:42,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-368735d9-88cb-46c8-b162-a64882953532 2018-11-09 09:03:42,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:44,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:44,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:44,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-2138661a-d774-489d-bb4c-fd006d5280b2 x-compute-request-id: req-2138661a-d774-489d-bb4c-fd006d5280b2 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:44,916 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2138661a-d774-489d-bb4c-fd006d5280b2 2018-11-09 09:03:44,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700860023499s 2018-11-09 09:03:44,916 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2138661a-d774-489d-bb4c-fd006d5280b2 2018-11-09 09:03:44,920 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:46,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:46,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:47,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e92628ee-b747-4f31-bbf3-b4e48c125c99 x-compute-request-id: req-e92628ee-b747-4f31-bbf3-b4e48c125c99 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:47,735 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e92628ee-b747-4f31-bbf3-b4e48c125c99 2018-11-09 09:03:47,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.811888933182s 2018-11-09 09:03:47,735 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e92628ee-b747-4f31-bbf3-b4e48c125c99 2018-11-09 09:03:47,739 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:49,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:49,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:50,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-31636c89-4dea-490d-85af-0f9838b6187c x-compute-request-id: req-31636c89-4dea-490d-85af-0f9838b6187c Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:50,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-31636c89-4dea-490d-85af-0f9838b6187c 2018-11-09 09:03:50,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678483963013s 2018-11-09 09:03:50,421 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-31636c89-4dea-490d-85af-0f9838b6187c 2018-11-09 09:03:50,425 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:52,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:52,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:53,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-5e96e379-5fb3-435f-97db-20603312a91d x-compute-request-id: req-5e96e379-5fb3-435f-97db-20603312a91d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:53,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5e96e379-5fb3-435f-97db-20603312a91d 2018-11-09 09:03:53,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654636859894s 2018-11-09 09:03:53,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5e96e379-5fb3-435f-97db-20603312a91d 2018-11-09 09:03:53,087 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:55,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:55,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:55,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03: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-1ee96dec-6300-4299-b87e-3081322d802e x-compute-request-id: req-1ee96dec-6300-4299-b87e-3081322d802e Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:55,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1ee96dec-6300-4299-b87e-3081322d802e 2018-11-09 09:03:55,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553779840469s 2018-11-09 09:03:55,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1ee96dec-6300-4299-b87e-3081322d802e 2018-11-09 09:03:55,649 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:03:57,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:03:57,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:03:58,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:03:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12ee5e0f-8055-41c4-9c58-e697dfa4d9ee x-compute-request-id: req-12ee5e0f-8055-41c4-9c58-e697dfa4d9ee Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:03:58,173 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-12ee5e0f-8055-41c4-9c58-e697dfa4d9ee 2018-11-09 09:03:58,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520378112793s 2018-11-09 09:03:58,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-12ee5e0f-8055-41c4-9c58-e697dfa4d9ee 2018-11-09 09:03:58,177 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:00,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:00,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:00,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-b3b29295-60ad-4228-9157-31ba2d4eb14c x-compute-request-id: req-b3b29295-60ad-4228-9157-31ba2d4eb14c Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:00,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3b29295-60ad-4228-9157-31ba2d4eb14c 2018-11-09 09:04:00,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688249826431s 2018-11-09 09:04:00,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3b29295-60ad-4228-9157-31ba2d4eb14c 2018-11-09 09:04:00,872 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:02,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:02,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:03,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-2604c36e-1a3f-4a3b-b674-bbb83a51ff96 x-compute-request-id: req-2604c36e-1a3f-4a3b-b674-bbb83a51ff96 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:03,273 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2604c36e-1a3f-4a3b-b674-bbb83a51ff96 2018-11-09 09:04:03,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398316144943s 2018-11-09 09:04:03,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2604c36e-1a3f-4a3b-b674-bbb83a51ff96 2018-11-09 09:04:03,277 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:05,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:05,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:05,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-f7e5607f-f1a4-4bcc-86bb-3edb05a75f74 x-compute-request-id: req-f7e5607f-f1a4-4bcc-86bb-3edb05a75f74 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:05,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f7e5607f-f1a4-4bcc-86bb-3edb05a75f74 2018-11-09 09:04:05,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543637037277s 2018-11-09 09:04:05,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f7e5607f-f1a4-4bcc-86bb-3edb05a75f74 2018-11-09 09:04:05,828 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:07,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:07,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:08,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-aea3305d-d042-4e8a-86a0-2308436b8fb7 x-compute-request-id: req-aea3305d-d042-4e8a-86a0-2308436b8fb7 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:08,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-aea3305d-d042-4e8a-86a0-2308436b8fb7 2018-11-09 09:04:08,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523079156876s 2018-11-09 09:04:08,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-aea3305d-d042-4e8a-86a0-2308436b8fb7 2018-11-09 09:04:08,359 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:10,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:10,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:11,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-4f7020d3-2b6c-4504-a9a0-31600e0c1170 x-compute-request-id: req-4f7020d3-2b6c-4504-a9a0-31600e0c1170 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:11,451 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4f7020d3-2b6c-4504-a9a0-31600e0c1170 2018-11-09 09:04:11,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08927607536s 2018-11-09 09:04:11,451 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4f7020d3-2b6c-4504-a9a0-31600e0c1170 2018-11-09 09:04:11,455 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:13,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:13,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:14,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62530e67-e55b-4dea-80e3-ebc4e85f3cd6 x-compute-request-id: req-62530e67-e55b-4dea-80e3-ebc4e85f3cd6 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:14,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-62530e67-e55b-4dea-80e3-ebc4e85f3cd6 2018-11-09 09:04:14,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71705198288s 2018-11-09 09:04:14,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-62530e67-e55b-4dea-80e3-ebc4e85f3cd6 2018-11-09 09:04:14,180 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:16,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:16,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:16,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-f0a301a8-2807-4413-8504-8793a7290f08 x-compute-request-id: req-f0a301a8-2807-4413-8504-8793a7290f08 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:16,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f0a301a8-2807-4413-8504-8793a7290f08 2018-11-09 09:04:16,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519727945328s 2018-11-09 09:04:16,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f0a301a8-2807-4413-8504-8793a7290f08 2018-11-09 09:04:16,707 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:18,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:18,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:19,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-26f48447-f597-47ad-ad2b-08bc3be8f34f x-compute-request-id: req-26f48447-f597-47ad-ad2b-08bc3be8f34f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:19,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-26f48447-f597-47ad-ad2b-08bc3be8f34f 2018-11-09 09:04:19,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.950613975525s 2018-11-09 09:04:19,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-26f48447-f597-47ad-ad2b-08bc3be8f34f 2018-11-09 09:04:19,664 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:21,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:21,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:22,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-327457b4-b47c-4372-94c0-fd2ffab155c0 x-compute-request-id: req-327457b4-b47c-4372-94c0-fd2ffab155c0 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:22,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-327457b4-b47c-4372-94c0-fd2ffab155c0 2018-11-09 09:04:22,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.927263021469s 2018-11-09 09:04:22,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-327457b4-b47c-4372-94c0-fd2ffab155c0 2018-11-09 09:04:22,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:24,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:24,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:25,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a671ed3-5b02-418c-9805-a32a2ab29367 x-compute-request-id: req-1a671ed3-5b02-418c-9805-a32a2ab29367 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:25,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1a671ed3-5b02-418c-9805-a32a2ab29367 2018-11-09 09:04:25,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.682811975479s 2018-11-09 09:04:25,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1a671ed3-5b02-418c-9805-a32a2ab29367 2018-11-09 09:04:25,289 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:27,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:27,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:27,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-e7be4ab6-2766-4cc9-a79f-dc709a1cbeee x-compute-request-id: req-e7be4ab6-2766-4cc9-a79f-dc709a1cbeee Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:27,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e7be4ab6-2766-4cc9-a79f-dc709a1cbeee 2018-11-09 09:04:27,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531080007553s 2018-11-09 09:04:27,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e7be4ab6-2766-4cc9-a79f-dc709a1cbeee 2018-11-09 09:04:27,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:29,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:29,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:30,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-572bf279-69e5-4a0f-9010-a6f1b7db4cf2 x-compute-request-id: req-572bf279-69e5-4a0f-9010-a6f1b7db4cf2 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:30,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-572bf279-69e5-4a0f-9010-a6f1b7db4cf2 2018-11-09 09:04:30,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498862028122s 2018-11-09 09:04:30,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-572bf279-69e5-4a0f-9010-a6f1b7db4cf2 2018-11-09 09:04:30,333 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:32,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:32,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:32,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-e28515c1-d7fd-43f6-a9e8-c6fd21d58047 x-compute-request-id: req-e28515c1-d7fd-43f6-a9e8-c6fd21d58047 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:32,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e28515c1-d7fd-43f6-a9e8-c6fd21d58047 2018-11-09 09:04:32,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583544969559s 2018-11-09 09:04:32,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e28515c1-d7fd-43f6-a9e8-c6fd21d58047 2018-11-09 09:04:32,923 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:34,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:34,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:35,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-23a30d08-75f8-49a1-8035-df55a4f81ce9 x-compute-request-id: req-23a30d08-75f8-49a1-8035-df55a4f81ce9 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:35,433 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-23a30d08-75f8-49a1-8035-df55a4f81ce9 2018-11-09 09:04:35,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506376981735s 2018-11-09 09:04:35,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-23a30d08-75f8-49a1-8035-df55a4f81ce9 2018-11-09 09:04:35,437 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:37,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:37,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:37,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-deb665cc-46f6-4604-b41c-6536e83bc4bd x-compute-request-id: req-deb665cc-46f6-4604-b41c-6536e83bc4bd Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:37,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-deb665cc-46f6-4604-b41c-6536e83bc4bd 2018-11-09 09:04:37,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526567935944s 2018-11-09 09:04:37,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-deb665cc-46f6-4604-b41c-6536e83bc4bd 2018-11-09 09:04:37,968 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:39,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:39,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:40,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c94bc638-e83e-4e49-afb4-7a3eb9a78316 x-compute-request-id: req-c94bc638-e83e-4e49-afb4-7a3eb9a78316 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:40,476 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c94bc638-e83e-4e49-afb4-7a3eb9a78316 2018-11-09 09:04:40,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504865884781s 2018-11-09 09:04:40,476 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c94bc638-e83e-4e49-afb4-7a3eb9a78316 2018-11-09 09:04:40,480 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:42,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:42,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:42,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04: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-0c5ffc29-fb11-4e61-853a-6f0f27a33357 x-compute-request-id: req-0c5ffc29-fb11-4e61-853a-6f0f27a33357 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:42,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0c5ffc29-fb11-4e61-853a-6f0f27a33357 2018-11-09 09:04:42,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366834878922s 2018-11-09 09:04:42,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0c5ffc29-fb11-4e61-853a-6f0f27a33357 2018-11-09 09:04:42,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:44,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:44,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:45,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-4dae4fdd-0688-4ed6-bd5e-57d205c0ac47 x-compute-request-id: req-4dae4fdd-0688-4ed6-bd5e-57d205c0ac47 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:45,521 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4dae4fdd-0688-4ed6-bd5e-57d205c0ac47 2018-11-09 09:04:45,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664465904236s 2018-11-09 09:04:45,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4dae4fdd-0688-4ed6-bd5e-57d205c0ac47 2018-11-09 09:04:45,526 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:47,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:47,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:47,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-fde13663-5721-44ad-b7c1-789417033f9b x-compute-request-id: req-fde13663-5721-44ad-b7c1-789417033f9b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:47,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fde13663-5721-44ad-b7c1-789417033f9b 2018-11-09 09:04:47,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354216098785s 2018-11-09 09:04:47,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fde13663-5721-44ad-b7c1-789417033f9b 2018-11-09 09:04:47,887 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:49,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:49,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:50,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c779ea85-6882-487c-a676-cb0164367860 x-compute-request-id: req-c779ea85-6882-487c-a676-cb0164367860 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:50,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c779ea85-6882-487c-a676-cb0164367860 2018-11-09 09:04:50,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522678852081s 2018-11-09 09:04:50,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c779ea85-6882-487c-a676-cb0164367860 2018-11-09 09:04:50,417 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:52,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:52,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:52,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ba918f7-2099-40bd-89ad-1aae7cfc855c x-compute-request-id: req-5ba918f7-2099-40bd-89ad-1aae7cfc855c Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:52,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5ba918f7-2099-40bd-89ad-1aae7cfc855c 2018-11-09 09:04:52,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505028009415s 2018-11-09 09:04:52,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5ba918f7-2099-40bd-89ad-1aae7cfc855c 2018-11-09 09:04:52,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:54,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:54,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:55,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e543fa5f-1235-4982-81cf-24f2bc99703c x-compute-request-id: req-e543fa5f-1235-4982-81cf-24f2bc99703c Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:55,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e543fa5f-1235-4982-81cf-24f2bc99703c 2018-11-09 09:04:55,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519853115082s 2018-11-09 09:04:55,452 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e543fa5f-1235-4982-81cf-24f2bc99703c 2018-11-09 09:04:55,456 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:57,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:57,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:04:57,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:04:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19e769a7-3c3d-435a-a973-46d6303036d3 x-compute-request-id: req-19e769a7-3c3d-435a-a973-46d6303036d3 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:04:57,977 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-19e769a7-3c3d-435a-a973-46d6303036d3 2018-11-09 09:04:57,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517948865891s 2018-11-09 09:04:57,977 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-19e769a7-3c3d-435a-a973-46d6303036d3 2018-11-09 09:04:57,981 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:04:59,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:04:59,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:00,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05: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-00c35eda-9afd-4999-b07f-7f87853db6fb x-compute-request-id: req-00c35eda-9afd-4999-b07f-7f87853db6fb Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:00,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-00c35eda-9afd-4999-b07f-7f87853db6fb 2018-11-09 09:05:00,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.502002000809s 2018-11-09 09:05:00,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-00c35eda-9afd-4999-b07f-7f87853db6fb 2018-11-09 09:05:00,489 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:02,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:02,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:02,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-b782be88-d6bb-408f-82ac-da3ce5a5c525 x-compute-request-id: req-b782be88-d6bb-408f-82ac-da3ce5a5c525 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:02,982 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b782be88-d6bb-408f-82ac-da3ce5a5c525 2018-11-09 09:05:02,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49048781395s 2018-11-09 09:05:02,983 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b782be88-d6bb-408f-82ac-da3ce5a5c525 2018-11-09 09:05:02,987 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:04,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:04,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:05,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05: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-c533e86e-4aa8-4d21-8ead-ae5f00698ec0 x-compute-request-id: req-c533e86e-4aa8-4d21-8ead-ae5f00698ec0 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:05,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c533e86e-4aa8-4d21-8ead-ae5f00698ec0 2018-11-09 09:05:05,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527410030365s 2018-11-09 09:05:05,517 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c533e86e-4aa8-4d21-8ead-ae5f00698ec0 2018-11-09 09:05:05,521 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:07,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:07,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:08,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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,Accept-Encoding x-openstack-request-id: req-77fc8714-a184-4443-9398-8df11a500be9 x-compute-request-id: req-77fc8714-a184-4443-9398-8df11a500be9 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:08,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-77fc8714-a184-4443-9398-8df11a500be9 2018-11-09 09:05:08,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.899971008301s 2018-11-09 09:05:08,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-77fc8714-a184-4443-9398-8df11a500be9 2018-11-09 09:05:08,428 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:10,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:10,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:10,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-61ee88da-279d-4d3c-90d7-ff6cf5ae8996 x-compute-request-id: req-61ee88da-279d-4d3c-90d7-ff6cf5ae8996 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:10,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-61ee88da-279d-4d3c-90d7-ff6cf5ae8996 2018-11-09 09:05:10,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211735963821s 2018-11-09 09:05:10,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-61ee88da-279d-4d3c-90d7-ff6cf5ae8996 2018-11-09 09:05:10,647 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:12,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:12,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:13,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05: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-4ff7fc1f-602b-40ae-abf7-e8830923e13b x-compute-request-id: req-4ff7fc1f-602b-40ae-abf7-e8830923e13b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:13,333 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4ff7fc1f-602b-40ae-abf7-e8830923e13b 2018-11-09 09:05:13,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683268070221s 2018-11-09 09:05:13,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4ff7fc1f-602b-40ae-abf7-e8830923e13b 2018-11-09 09:05:13,337 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:15,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:15,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:15,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05: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-d3daefdd-14d4-4543-99d3-6be1a1b631b7 x-compute-request-id: req-d3daefdd-14d4-4543-99d3-6be1a1b631b7 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:15,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d3daefdd-14d4-4543-99d3-6be1a1b631b7 2018-11-09 09:05:15,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351149082184s 2018-11-09 09:05:15,692 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d3daefdd-14d4-4543-99d3-6be1a1b631b7 2018-11-09 09:05:15,696 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:17,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:17,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:18,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-e9f6e7a5-5186-4763-9c9f-1aeb41884c43 x-compute-request-id: req-e9f6e7a5-5186-4763-9c9f-1aeb41884c43 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:18,056 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e9f6e7a5-5186-4763-9c9f-1aeb41884c43 2018-11-09 09:05:18,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357376098633s 2018-11-09 09:05:18,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e9f6e7a5-5186-4763-9c9f-1aeb41884c43 2018-11-09 09:05:18,060 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:20,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:20,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:20,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05: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-ba241338-bc68-405f-bef7-7c828733a495 x-compute-request-id: req-ba241338-bc68-405f-bef7-7c828733a495 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:20,723 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ba241338-bc68-405f-bef7-7c828733a495 2018-11-09 09:05:20,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660629034042s 2018-11-09 09:05:20,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ba241338-bc68-405f-bef7-7c828733a495 2018-11-09 09:05:20,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:22,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:22,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:23,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05: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-a035b294-7819-4b61-aa83-c455e2b96e08 x-compute-request-id: req-a035b294-7819-4b61-aa83-c455e2b96e08 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:23,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a035b294-7819-4b61-aa83-c455e2b96e08 2018-11-09 09:05:23,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529187917709s 2018-11-09 09:05:23,260 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a035b294-7819-4b61-aa83-c455e2b96e08 2018-11-09 09:05:23,264 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:25,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:25,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:25,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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,Accept-Encoding x-openstack-request-id: req-e33f252d-f7ff-444a-9998-49d23016d19f x-compute-request-id: req-e33f252d-f7ff-444a-9998-49d23016d19f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:25,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e33f252d-f7ff-444a-9998-49d23016d19f 2018-11-09 09:05:25,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543430089951s 2018-11-09 09:05:25,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e33f252d-f7ff-444a-9998-49d23016d19f 2018-11-09 09:05:25,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:27,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:27,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:28,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-d45861a1-4632-44f7-9d92-d1cd3b550af7 x-compute-request-id: req-d45861a1-4632-44f7-9d92-d1cd3b550af7 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:28,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d45861a1-4632-44f7-9d92-d1cd3b550af7 2018-11-09 09:05:28,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493454933167s 2018-11-09 09:05:28,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d45861a1-4632-44f7-9d92-d1cd3b550af7 2018-11-09 09:05:28,315 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:30,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:30,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:30,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d464705-47ac-4758-bf91-14265fb60ce8 x-compute-request-id: req-4d464705-47ac-4758-bf91-14265fb60ce8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:30,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4d464705-47ac-4758-bf91-14265fb60ce8 2018-11-09 09:05:30,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549208879471s 2018-11-09 09:05:30,867 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4d464705-47ac-4758-bf91-14265fb60ce8 2018-11-09 09:05:30,871 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:32,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:32,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:33,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05: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-973cc2b1-e68b-425a-83da-dc4997225814 x-compute-request-id: req-973cc2b1-e68b-425a-83da-dc4997225814 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:33,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-973cc2b1-e68b-425a-83da-dc4997225814 2018-11-09 09:05:33,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685439109802s 2018-11-09 09:05:33,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-973cc2b1-e68b-425a-83da-dc4997225814 2018-11-09 09:05:33,564 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:35,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:35,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:35,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-7fef41ae-df7d-48ba-81d7-1f95ce9c0f5c x-compute-request-id: req-7fef41ae-df7d-48ba-81d7-1f95ce9c0f5c Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:35,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7fef41ae-df7d-48ba-81d7-1f95ce9c0f5c 2018-11-09 09:05:35,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3459649086s 2018-11-09 09:05:35,913 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7fef41ae-df7d-48ba-81d7-1f95ce9c0f5c 2018-11-09 09:05:35,917 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:37,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:37,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:38,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05: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-a2311821-1ef0-4cf9-a3bc-9504e027e4d7 x-compute-request-id: req-a2311821-1ef0-4cf9-a3bc-9504e027e4d7 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:38,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a2311821-1ef0-4cf9-a3bc-9504e027e4d7 2018-11-09 09:05:38,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532881975174s 2018-11-09 09:05:38,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a2311821-1ef0-4cf9-a3bc-9504e027e4d7 2018-11-09 09:05:38,457 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:40,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:40,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:40,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccb10b53-aa86-410b-9c07-93ac69639c23 x-compute-request-id: req-ccb10b53-aa86-410b-9c07-93ac69639c23 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:40,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ccb10b53-aa86-410b-9c07-93ac69639c23 2018-11-09 09:05:40,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.215380191803s 2018-11-09 09:05:40,676 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ccb10b53-aa86-410b-9c07-93ac69639c23 2018-11-09 09:05:40,680 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:42,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:42,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:43,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-7d5d539b-5999-4c20-8adb-37954dc8fed6 x-compute-request-id: req-7d5d539b-5999-4c20-8adb-37954dc8fed6 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:03:10Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:43,197 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7d5d539b-5999-4c20-8adb-37954dc8fed6 2018-11-09 09:05:43,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514601945877s 2018-11-09 09:05:43,198 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7d5d539b-5999-4c20-8adb-37954dc8fed6 2018-11-09 09:05:43,201 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:05:45,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:05:45,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:45,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-0d9292d6-a59f-4957-9d20-c8143dffa0e7 x-compute-request-id: req-0d9292d6-a59f-4957-9d20-c8143dffa0e7 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:47:80", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:05:44.000000", "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:05:44Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:05:45,700 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0d9292d6-a59f-4957-9d20-c8143dffa0e7 2018-11-09 09:05:45,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495410919189s 2018-11-09 09:05:45,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0d9292d6-a59f-4957-9d20-c8143dffa0e7 2018-11-09 09:05:45,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-09 09:05:45,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=324b6470-66ab-48d1-99b6-8732f07cd688" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:45,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-52e58906-5f22-4aed-a7c9-6049e020fa75 Date: Fri, 09 Nov 2018 09:05:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T09:05:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91b3d90b-1710-4a3c-8dfa-c5c296c08a53","ip_address":"192.168.120.5"}],"id":"f0759319-eacf-4558-aced-15ac81587a8d","security_groups":["3b5459f1-f12a-49c9-88d6-5536b76ded64"],"mac_address":"fa:16:3e:90:47:80","project_id":"1135de1747b9400187d2c49567a751f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:03:10Z","binding:vnic_type":"normal","device_id":"324b6470-66ab-48d1-99b6-8732f07cd688"}]} 2018-11-09 09:05:45,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=324b6470-66ab-48d1-99b6-8732f07cd688 used request id req-52e58906-5f22-4aed-a7c9-6049e020fa75 2018-11-09 09:05:45,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0697939395905s 2018-11-09 09:05:45,773 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=324b6470-66ab-48d1-99b6-8732f07cd688 used request id req-52e58906-5f22-4aed-a7c9-6049e020fa75 2018-11-09 09:05:45,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:05:45,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=f0759319-eacf-4558-aced-15ac81587a8d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:45,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c0b9f556-1cca-43e3-a934-3d6c13313e6a Date: Fri, 09 Nov 2018 09:05:45 GMT RESP BODY: {"floatingips": []} 2018-11-09 09:05:45,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=f0759319-eacf-4558-aced-15ac81587a8d used request id req-c0b9f556-1cca-43e3-a934-3d6c13313e6a 2018-11-09 09:05:45,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0169630050659s 2018-11-09 09:05:45,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=f0759319-eacf-4558-aced-15ac81587a8d used request id req-c0b9f556-1cca-43e3-a934-3d6c13313e6a 2018-11-09 09:05:45,794 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:90:47:80', 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'2b56e494-f609-4aee-9eee-514164226c16'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T09:05:44.000000', 'flavor': Munch({u'id': u'0f7a8260-284b-4275-b161-6d812010af8c'}), 'az': u'nova', 'id': u'324b6470-66ab-48d1-99b6-8732f07cd688', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2a4b628aee14e67b5932f087d19d58b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1135de1747b9400187d2c49567a751f8', 'name': 'cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-09T09:05:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-09T09:05:44Z', 'hostId': u'89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T09:05:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1135de1747b9400187d2c49567a751f8', 'name': u'cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071', 'adminPass': u'YgLbD2XpVH6h', 'tenant_id': u'1135de1747b9400187d2c49567a751f8', 'region': 'regionOne', 'created': u'2018-11-09T09:03:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-09 09:05:45,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:05:45,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:45,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-e5bfddb5-92bf-48d0-8da3-05c04dca2662 Date: Fri, 09 Nov 2018 09:05: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":["91b3d90b-1710-4a3c-8dfa-c5c296c08a53"],"updated_at":"2018-11-09T09:00:19Z","tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1135de1747b9400187d2c49567a751f8","id":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","name":"cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:05:45,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e5bfddb5-92bf-48d0-8da3-05c04dca2662 2018-11-09 09:05:45,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120074033737s 2018-11-09 09:05:45,917 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e5bfddb5-92bf-48d0-8da3-05c04dca2662 2018-11-09 09:05:45,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-09 09:05:45,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=324b6470-66ab-48d1-99b6-8732f07cd688" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:45,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-06aa9b7c-40c0-4d89-8e31-769fed4766c4 Date: Fri, 09 Nov 2018 09:05:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T09:05:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91b3d90b-1710-4a3c-8dfa-c5c296c08a53","ip_address":"192.168.120.5"}],"id":"f0759319-eacf-4558-aced-15ac81587a8d","security_groups":["3b5459f1-f12a-49c9-88d6-5536b76ded64"],"mac_address":"fa:16:3e:90:47:80","project_id":"1135de1747b9400187d2c49567a751f8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:03:10Z","binding:vnic_type":"normal","device_id":"324b6470-66ab-48d1-99b6-8732f07cd688"}]} 2018-11-09 09:05:45,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=324b6470-66ab-48d1-99b6-8732f07cd688 used request id req-06aa9b7c-40c0-4d89-8e31-769fed4766c4 2018-11-09 09:05:45,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0539908409119s 2018-11-09 09:05:45,972 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=324b6470-66ab-48d1-99b6-8732f07cd688 used request id req-06aa9b7c-40c0-4d89-8e31-769fed4766c4 2018-11-09 09:05:45,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-11-09 09:05:45,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "port_id": "f0759319-eacf-4558-aced-15ac81587a8d"}}' 2018-11-09 09:05:48,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-bf931f53-7d98-4769-8b7d-6c8f1dea2faa Date: Fri, 09 Nov 2018 09:05:47 GMT RESP BODY: {"floatingip": {"router_id": "638e4d27-ee23-4e91-b568-3cf24e15c785", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:05:46Z", "updated_at": "2018-11-09T09:05:46Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "1135de1747b9400187d2c49567a751f8", "port_id": "f0759319-eacf-4558-aced-15ac81587a8d", "id": "588f19e3-3f84-4e51-a01f-426cc3e5d988"}} 2018-11-09 09:05:48,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-bf931f53-7d98-4769-8b7d-6c8f1dea2faa 2018-11-09 09:05:48,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.03505897522s 2018-11-09 09:05:48,008 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-bf931f53-7d98-4769-8b7d-6c8f1dea2faa 2018-11-09 09:05:48,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:05:48,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:48,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-5a4f2945-118c-417f-aa9b-81d520828130 Date: Fri, 09 Nov 2018 09:05:48 GMT RESP BODY: {"floatingips": [{"router_id": "638e4d27-ee23-4e91-b568-3cf24e15c785", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:05:46Z", "updated_at": "2018-11-09T09:05:46Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "1135de1747b9400187d2c49567a751f8", "port_id": "f0759319-eacf-4558-aced-15ac81587a8d", "id": "588f19e3-3f84-4e51-a01f-426cc3e5d988"}]} 2018-11-09 09:05:48,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-5a4f2945-118c-417f-aa9b-81d520828130 2018-11-09 09:05:48,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0230748653412s 2018-11-09 09:05:48,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-5a4f2945-118c-417f-aa9b-81d520828130 2018-11-09 09:05:48,045 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 09:05:48,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:05:48,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:48,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-5cba72c0-5219-4b5e-be16-97df1f725a16 Date: Fri, 09 Nov 2018 09:05:48 GMT RESP BODY: {"floatingips": [{"router_id": "638e4d27-ee23-4e91-b568-3cf24e15c785", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:05:46Z", "updated_at": "2018-11-09T09:05:46Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "1135de1747b9400187d2c49567a751f8", "port_id": "f0759319-eacf-4558-aced-15ac81587a8d", "id": "588f19e3-3f84-4e51-a01f-426cc3e5d988"}]} 2018-11-09 09:05:48,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-5cba72c0-5219-4b5e-be16-97df1f725a16 2018-11-09 09:05:48,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0224568843842s 2018-11-09 09:05:48,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-5cba72c0-5219-4b5e-be16-97df1f725a16 2018-11-09 09:05:48,177 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 09:05:48,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:05:48,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:48,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-e2716684-0bdd-4d72-8334-e415b933ede9 Date: Fri, 09 Nov 2018 09:05:48 GMT RESP BODY: {"floatingips": [{"router_id": "638e4d27-ee23-4e91-b568-3cf24e15c785", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:05:46Z", "updated_at": "2018-11-09T09:05:46Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "1135de1747b9400187d2c49567a751f8", "port_id": "f0759319-eacf-4558-aced-15ac81587a8d", "id": "588f19e3-3f84-4e51-a01f-426cc3e5d988"}]} 2018-11-09 09:05:48,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e2716684-0bdd-4d72-8334-e415b933ede9 2018-11-09 09:05:48,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0225620269775s 2018-11-09 09:05:48,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e2716684-0bdd-4d72-8334-e415b933ede9 2018-11-09 09:05:48,309 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 09:05:48,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:05:48,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:48,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-553a4ba9-31fc-4623-aad1-197646707521 Date: Fri, 09 Nov 2018 09:05:48 GMT RESP BODY: {"floatingips": [{"router_id": "638e4d27-ee23-4e91-b568-3cf24e15c785", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:05:46Z", "updated_at": "2018-11-09T09:05:46Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "1135de1747b9400187d2c49567a751f8", "port_id": "f0759319-eacf-4558-aced-15ac81587a8d", "id": "588f19e3-3f84-4e51-a01f-426cc3e5d988"}]} 2018-11-09 09:05:48,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-553a4ba9-31fc-4623-aad1-197646707521 2018-11-09 09:05:48,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0239338874817s 2018-11-09 09:05:48,439 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-553a4ba9-31fc-4623-aad1-197646707521 2018-11-09 09:05:48,442 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 09:05:48,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:05:48,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:05:48,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-1b53645e-5c55-4041-a7c3-0ab1fdbca6f1 Date: Fri, 09 Nov 2018 09:05:48 GMT RESP BODY: {"floatingips": [{"router_id": "638e4d27-ee23-4e91-b568-3cf24e15c785", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:05:46Z", "updated_at": "2018-11-09T09:05:46Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "1135de1747b9400187d2c49567a751f8", "port_id": "f0759319-eacf-4558-aced-15ac81587a8d", "id": "588f19e3-3f84-4e51-a01f-426cc3e5d988"}]} 2018-11-09 09:05:48,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1b53645e-5c55-4041-a7c3-0ab1fdbca6f1 2018-11-09 09:05:48,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0270969867706s 2018-11-09 09:05:48,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1b53645e-5c55-4041-a7c3-0ab1fdbca6f1 2018-11-09 09:05:48,579 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'638e4d27-ee23-4e91-b568-3cf24e15c785', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'1135de1747b9400187d2c49567a751f8', 'created_at': u'2018-11-09T09:05:46Z', 'attached': True, 'updated_at': u'2018-11-09T09:05:46Z', 'id': u'588f19e3-3f84-4e51-a01f-426cc3e5d988', 'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1135de1747b9400187d2c49567a751f8', 'name': 'cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'638e4d27-ee23-4e91-b568-3cf24e15c785', 'project_id': u'1135de1747b9400187d2c49567a751f8', 'port_id': u'f0759319-eacf-4558-aced-15ac81587a8d', 'port': u'f0759319-eacf-4558-aced-15ac81587a8d', 'network': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e'}) 2018-11-09 09:05:48,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-09 09:05:48,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688/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}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 09:05:51,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:05: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-26160fd2-fcc7-4650-9aa6-348c612f5717 x-compute-request-id: req-26160fd2-fcc7-4650-9aa6-348c612f5717 Content-Encoding: gzip Content-Length: 10912 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 1853608511 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.302110] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.304280] pid_max: default: 32768 minimum: 301\n[ 0.305460] Security Framework initialized\n[ 0.306543] SELinux: Initializing.\n[ 0.307786] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.312583] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.315464] Mount-cache hash table entries: 4096\n[ 0.316893] Initializing cgroup subsys memory\n[ 0.318031] Initializing cgroup subsys devices\n[ 0.319160] Initializing cgroup subsys freezer\n[ 0.320286] Initializing cgroup subsys net_cls\n[ 0.321407] Initializing cgroup subsys blkio\n[ 0.322503] Initializing cgroup subsys perf_event\n[ 0.323682] Initializing cgroup subsys hugetlb\n[ 0.324803] Initializing cgroup subsys pids\n[ 0.325893] Initializing cgroup subsys net_prio\n[ 0.327102] CPU: Physical Processor ID: 0\n[ 0.328872] mce: CPU supports 10 MCE banks\n[ 0.329975] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.331228] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.332485] tlb_flushall_shift: 6\n[ 0.333728] Freeing SMP alternatives: 28k freed\n[ 0.337737] ACPI: Core revision 20130517\n[ 0.339225] ACPI: All ACPI Tables successfully acquired\n[ 0.340653] ftrace: allocating 25812 entries in 101 pages\n[ 0.362993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.364503] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.365956] smpboot: Max logical packages: 2\n[ 0.367229] Enabling x2apic\n[ 0.368117] Enabled x2apic\n[ 0.369187] Switched APIC routing to physical x2apic.\n[ 0.371349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.372909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.375635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.383274] KVM setup paravirtual spinlock\n[ 0.385610] smpboot: Booting Node 0, Processors #1 OK\n[ 0.387298] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.410314] Brought up 2 CPUs\n[ 0.410317] KVM setup async PF for cpu 1\n[ 0.410321] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.413446] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.415564] devtmpfs: initialized\n[ 0.418038] EVM: security.selinux\n[ 0.419023] EVM: security.ima\n[ 0.419934] EVM: security.capability\n[ 0.421584] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.423096] pinctrl core: initialized pinctrl subsystem\n[ 0.424465] NET: Registered protocol family 16\n[ 0.425802] ACPI: bus type PCI registered\n[ 0.426874] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.428386] PCI: Using configuration type 1 for base access\n[ 0.433056] ACPI: Added _OSI(Module Device)\n[ 0.434203] ACPI: Added _OSI(Processor Device)\n[ 0.435348] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.436526] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.439254] ACPI: Interpreter enabled\n[ 0.440301] ACPI: (supports S0 S5)\n[ 0.441283] ACPI: Using IOAPIC for interrupt routing\n[ 0.442506] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.446419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.447842] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.449484] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.450978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.453762] acpiphp: Slot [3] registered\n[ 0.454845] acpiphp: Slot [4] registered\n[ 0.455931] acpiphp: Slot [5] registered\n[ 0.457012] acpiphp: Slot [6] registered\n[ 0.458089] acpiphp: Slot [7] registered\n[ 0.459167] acpiphp: Slot [8] registered\n[ 0.460243] acpiphp: Slot [9] registered\n[ 0.461321] acpiphp: Slot [10] registered\n[ 0.462412] acpiphp: Slot [11] registered\n[ 0.463507] acpiphp: Slot [12] registered\n[ 0.464609] acpiphp: Slot [13] registered\n[ 0.465702] acpiphp: Slot [14] registered\n[ 0.466790] acpiphp: Slot [15] registered\n[ 0.467875] acpiphp: Slot [16] registered\n[ 0.468968] acpiphp: Slot [17] registered\n[ 0.470059] acpiphp: Slot [18] registered\n[ 0.471148] acpiphp: Slot [19] registered\n[ 0.472246] acpiphp: Slot [20] registered\n[ 0.473338] acpiphp: Slot [21] registered\n[ 0.474426] acpiphp: Slot [22] registered\n[ 0.475515] acpiphp: Slot [23] registered\n[ 0.476600] acpiphp: Slot [24] registered\n[ 0.477696] acpiphp: Slot [25] registered\n[ 0.478784] acpiphp: Slot [26] registered\n[ 0.479889] acpiphp: Slot [27] registered\n[ 0.480977] acpiphp: Slot [28] registered\n[ 0.482063] acpiphp: Slot [29] registered\n[ 0.483152] acpiphp: Slot [30] registered\n[ 0.484244] acpiphp: Slot [31] registered\n[ 0.485329] PCI host bridge to bus 0000:00\n[ 0.486409] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.487699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.489177] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.490656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.492635] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.500317] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.501874] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.503336] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.504894] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.511677] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.513659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.563458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.565271] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.568205] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.569936] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.571648] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.573235] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.574873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.576974] vgaarb: loaded\n[ 0.577847] vgaarb: bridge control possible 0000:00:02.0\n[ 0.579269] SCSI subsystem initialized\n[ 0.580357] ACPI: bus type USB registered\n[ 0.581458] usbcore: registered new interface driver usbfs\n[ 0.582772] usbcore: registered new interface driver hub\n[ 0.584077] usbcore: registered new device driver usb\n[ 0.585479] PCI: Using ACPI for IRQ routing\n[ 0.586889] NetLabel: Initializing\n[ 0.587886] NetLabel: domain hash size = 128\n[ 0.589015] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.590273] NetLabel: unlabeled traffic allowed by default\n[ 0.591715] Switched to clocksource kvm-clock\n[ 0.599455] pnp: PnP ACPI init\n[ 0.600416] ACPI: bus type PNP registered\n[ 0.601829] pnp: PnP ACPI: found 5 devices\n[ 0.602887] ACPI: bus type PNP unregistered\n[ 0.610017] NET: Registered protocol family 2\n[ 0.611392] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.613470] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.615182] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.616647] TCP: reno registered\n[ 0.617567] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.618934] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.620480] NET: Registered protocol family 1\n[ 0.621639] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.622954] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.624233] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.644081] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.663867] Unpacking initramfs...\n[ 1.056280] Freeing initrd memory: 37508k freed\n[ 1.065379] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.066891] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.075999] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.077470] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.079109] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.080519] Initialise system trusted keyring\n[ 1.081664] audit: initializing netlink socket (disabled)\n[ 1.082934] type=2000 audit(1541754347.561:1): initialized\n[ 1.099394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.100821] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.103265] zpool: loaded\n[ 1.104174] zbud: loaded\n[ 1.105160] VFS: Disk quotas dquot_6.5.2\n[ 1.106240] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.107784] msgmni has been set to 7578\n[ 1.108872] Key type big_key registered\n[ 1.110455] NET: Registered protocol family 38\n[ 1.111608] Key type asymmetric registered\n[ 1.112678] Asymmetric key parser 'x509' registered\n[ 1.113879] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.115879] io scheduler noop registered\n[ 1.116935] io scheduler deadline registered (default)\n[ 1.118177] io scheduler cfq registered\n[ 1.119291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.130434] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.131988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.133956] ACPI: Power Button [PWRF]\n[ 1.135050] GHES: HEST is not enabled!\n[ 1.136123] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.160456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.161983] Non-volatile memory driver v1.3\n[ 1.163083] Linux agpgart interface v0.103\n[ 1.164239] crash memory driver: version 1.1\n[ 1.165394] rdac: device handler registered\n[ 1.166522] hp_sw: device handler registered\n[ 1.167632] emc: device handler registered\n[ 1.168701] alua: device handler registered\n[ 1.169805] libphy: Fixed MDIO Bus: probed\n[ 1.170917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.172378] ehci-pci: EHCI PCI platform driver\n[ 1.173509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.174893] ohci-pci: OHCI PCI platform driver\n[ 1.176023] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.196087] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.197361] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.199341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.200600] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.201982] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.203453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.205391] usb usb1: Product: UHCI Host Controller\n[ 1.206640] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.208155] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.209368] hub 1-0:1.0: USB hub found\n[ 1.210413] hub 1-0:1.0: 2 ports detected\n[ 1.211567] usbcore: registered new interface driver usbserial\n[ 1.212919] usbcore: registered new interface driver usbserial_generic\n[ 1.214373] usbserial: USB Serial support registered for generic\n[ 1.215755] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.218391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.219981] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.221664] mousedev: PS/2 mouse device common for all mice\n[ 1.223623] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.226908] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.228814] rtc_cmos 00:00: RTC can wake from S4\n[ 1.229007] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.229077] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.229108] cpuidle: using governor menu\n[ 1.229152] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.229215] usbcore: registered new interface driver usbhid\n[ 1.229216] usbhid: USB HID core driver\n[ 1.229239] drop_monitor: Initializing network drop monitor service\n[ 1.229285] TCP: cubic registered\n[ 1.229287] Initializing XFRM netlink socket\n[ 1.229337] NET: Registered protocol family 10\n[ 1.231236] NET: Registered protocol family 17\n[ 1.232943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.232947] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.232966] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.233025] Loading compiled-in X.509 certificates\n[ 1.233045] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.233051] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.233355] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.233370] registered taskstats version 1\n[ 1.237113] Key type trusted registered\n[ 1.238146] Key type encrypted registered\n[ 1.239149] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.240750] rtc_cmos 00:00: setting system clock to 2018-11-09 09:05:47 UTC (1541754347)\n[ 1.267634] Freeing unused kernel memory: 1680k freed\n[ 1.273131] 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.279251] systemd[1]: Detected virtualization kvm.\n[ 1.279564] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.283240] systemd[1]: Detected architecture x86-64.\n[ 1.284856] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.287785] systemd[1]: No hostname configured.\n[ 1.289406] systemd[1]: Set hostname to .\n[ 1.291022] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.314696] systemd[1]: Reached target Timers.\n[ 1.316193] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.318486] systemd[1]: Reached target Swap.\n[ 1.319937] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.322328] systemd[1]: Created slice Root Slice.\n[ 1.323831] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.326312] systemd[1]: Listening on Journal Socket.\n[ 1.327857] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.330476] systemd[1]: Listening on udev Control Socket.\n[ 1.332100] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.334827] systemd[1]: Created slice System Slice.\n[ 1.336056] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.337971] systemd[1]: Reached target Slices.\n[ 1.339113] systemd[1]: Starting Slices.\n[ 1.340539] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.342888] 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] Listening on udev Kernel Socket.\n[ 1.347155] systemd[1]: Listening on udev Kernel Socket.\n[ 1.348430] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.350422] systemd[1]: Reached target Sockets.\n[ 1.351572] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.353536] systemd[1]: Reached target Local File Systems.\n[ 1.354837] systemd[1]: Starting Local File Systems.\n[ 1.356371] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.358402] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.360471] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.363736] systemd[1]: Reached target Paths.\n[ 1.365054] systemd[1]: Starting Paths.\n[ 1.366508] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.369962] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.373389] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[ 1.376454] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[ 1.380927] systemd[1]: Started Journal Service.\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.427761] RPC: Registered named UNIX socket transport module.\n[ 1.429159] RPC: Registered udp transport module.\n[ 1.430339] RPC: Registered tcp transport module.\n[ 1.431517] 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] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.512921] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.526115] FDC 0 is a S82078B\n[ 1.546437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.549636] scsi host0: ata_piix\n[ 1.550823] scsi host1: ata_piix\n[ 1.551944] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.553720] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.592859] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.598038] 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.663801] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.665361] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.666936] usb 1-1: Product: QEMU USB Tablet\n[ 1.668081] usb 1-1: Manufacturer: QEMU\n[ 1.669136] usb 1-1: SerialNumber: 42\n[ 1.678961] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.681463] 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.763377] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.765606] XFS (vda1): Mounting V4 Filesystem\n[ 1.870042] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.076772] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\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.251016] systemd-journald[122]: Received SIGTERM from PID 1 (systemd).\n[ 2.415923] SELinux: Disabled at runtime.\n[ 2.451737] type=1404 audit(1541754348.712:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.561168] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.562644] 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 udev Kernel Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n Mounting POSIX Message Queue File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Debug File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Huge Pages File System...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n[ 2.991916] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.045728] systemd-journald[382]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\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 Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\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 udev Kernel Device Manager.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 3.339782] type=1305 audit(1541754349.600:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[ 3.364118] [drm] Initialized drm 1.1.0 20060810\n[ 3.366096] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.444786] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.446574] [TTM] Initializing pool allocator\n[ 3.448123] [TTM] Initializing DMA pool allocator\n[ 3.449845] [drm] fb mappable at 0xFC000000\n[ 3.451209] [drm] vram aper at 0xFC000000\n[ 3.452521] [drm] size 33554432\n[ 3.453650] [drm] fb depth is 24\n[ 3.454786] [drm] pitch is 3072\n[ 3.456410] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.474731] Console: switching to colour frame buffer device 128x48\n[ 3.485115] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.488734] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n[ 3.516329] ppdev: user-space parallel port driver\n Starting GSSAPI Proxy Daemon...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.543574] AES CTR mode by8 optimization enabled\n[ 3.546504] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.552452] alg: No test for crc32 (crc32-pclmul)\n[ 3.573912] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.603188] intel_rapl: no valid rapl domains found in package 0\n[ 3.634415] intel_rapl: no valid rapl domains found in package 0\n[ 3.644817] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n\n[ 3.653318] intel_powerclamp: No package C-state available[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n"} 2018-11-09 09:05:51,205 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688/action used request id req-26160fd2-fcc7-4650-9aa6-348c612f5717 2018-11-09 09:05:51,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.62542009354s 2018-11-09 09:05:51,206 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688/action used request id req-26160fd2-fcc7-4650-9aa6-348c612f5717 2018-11-09 09:05:51,206 - 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 1853608511 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.302110] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.304280] pid_max: default: 32768 minimum: 301 [ 0.305460] Security Framework initialized [ 0.306543] SELinux: Initializing. [ 0.307786] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.312583] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.315464] Mount-cache hash table entries: 4096 [ 0.316893] Initializing cgroup subsys memory [ 0.318031] Initializing cgroup subsys devices [ 0.319160] Initializing cgroup subsys freezer [ 0.320286] Initializing cgroup subsys net_cls [ 0.321407] Initializing cgroup subsys blkio [ 0.322503] Initializing cgroup subsys perf_event [ 0.323682] Initializing cgroup subsys hugetlb [ 0.324803] Initializing cgroup subsys pids [ 0.325893] Initializing cgroup subsys net_prio [ 0.327102] CPU: Physical Processor ID: 0 [ 0.328872] mce: CPU supports 10 MCE banks [ 0.329975] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.331228] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.332485] tlb_flushall_shift: 6 [ 0.333728] Freeing SMP alternatives: 28k freed [ 0.337737] ACPI: Core revision 20130517 [ 0.339225] ACPI: All ACPI Tables successfully acquired [ 0.340653] ftrace: allocating 25812 entries in 101 pages [ 0.362993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.364503] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.365956] smpboot: Max logical packages: 2 [ 0.367229] Enabling x2apic [ 0.368117] Enabled x2apic [ 0.369187] Switched APIC routing to physical x2apic. [ 0.371349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.372909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.375635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.383274] KVM setup paravirtual spinlock [ 0.385610] smpboot: Booting Node 0, Processors #1 OK [ 0.387298] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.410314] Brought up 2 CPUs [ 0.410317] KVM setup async PF for cpu 1 [ 0.410321] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.413446] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.415564] devtmpfs: initialized [ 0.418038] EVM: security.selinux [ 0.419023] EVM: security.ima [ 0.419934] EVM: security.capability [ 0.421584] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.423096] pinctrl core: initialized pinctrl subsystem [ 0.424465] NET: Registered protocol family 16 [ 0.425802] ACPI: bus type PCI registered [ 0.426874] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.428386] PCI: Using configuration type 1 for base access [ 0.433056] ACPI: Added _OSI(Module Device) [ 0.434203] ACPI: Added _OSI(Processor Device) [ 0.435348] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.436526] ACPI: Added _OSI(Processor Aggregator Device) [ 0.439254] ACPI: Interpreter enabled [ 0.440301] ACPI: (supports S0 S5) [ 0.441283] ACPI: Using IOAPIC for interrupt routing [ 0.442506] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.446419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.447842] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.449484] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.450978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.453762] acpiphp: Slot [3] registered [ 0.454845] acpiphp: Slot [4] registered [ 0.455931] acpiphp: Slot [5] registered [ 0.457012] acpiphp: Slot [6] registered [ 0.458089] acpiphp: Slot [7] registered [ 0.459167] acpiphp: Slot [8] registered [ 0.460243] acpiphp: Slot [9] registered [ 0.461321] acpiphp: Slot [10] registered [ 0.462412] acpiphp: Slot [11] registered [ 0.463507] acpiphp: Slot [12] registered [ 0.464609] acpiphp: Slot [13] registered [ 0.465702] acpiphp: Slot [14] registered [ 0.466790] acpiphp: Slot [15] registered [ 0.467875] acpiphp: Slot [16] registered [ 0.468968] acpiphp: Slot [17] registered [ 0.470059] acpiphp: Slot [18] registered [ 0.471148] acpiphp: Slot [19] registered [ 0.472246] acpiphp: Slot [20] registered [ 0.473338] acpiphp: Slot [21] registered [ 0.474426] acpiphp: Slot [22] registered [ 0.475515] acpiphp: Slot [23] registered [ 0.476600] acpiphp: Slot [24] registered [ 0.477696] acpiphp: Slot [25] registered [ 0.478784] acpiphp: Slot [26] registered [ 0.479889] acpiphp: Slot [27] registered [ 0.480977] acpiphp: Slot [28] registered [ 0.482063] acpiphp: Slot [29] registered [ 0.483152] acpiphp: Slot [30] registered [ 0.484244] acpiphp: Slot [31] registered [ 0.485329] PCI host bridge to bus 0000:00 [ 0.486409] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.487699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.489177] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.490656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.492635] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.500317] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.501874] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.503336] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.504894] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.511677] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.513659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.563458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.565271] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.568205] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.569936] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.571648] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.573235] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.574873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.576974] vgaarb: loaded [ 0.577847] vgaarb: bridge control possible 0000:00:02.0 [ 0.579269] SCSI subsystem initialized [ 0.580357] ACPI: bus type USB registered [ 0.581458] usbcore: registered new interface driver usbfs [ 0.582772] usbcore: registered new interface driver hub [ 0.584077] usbcore: registered new device driver usb [ 0.585479] PCI: Using ACPI for IRQ routing [ 0.586889] NetLabel: Initializing [ 0.587886] NetLabel: domain hash size = 128 [ 0.589015] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.590273] NetLabel: unlabeled traffic allowed by default [ 0.591715] Switched to clocksource kvm-clock [ 0.599455] pnp: PnP ACPI init [ 0.600416] ACPI: bus type PNP registered [ 0.601829] pnp: PnP ACPI: found 5 devices [ 0.602887] ACPI: bus type PNP unregistered [ 0.610017] NET: Registered protocol family 2 [ 0.611392] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.613470] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.615182] TCP: Hash tables configured (established 32768 bind 32768) [ 0.616647] TCP: reno registered [ 0.617567] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.618934] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.620480] NET: Registered protocol family 1 [ 0.621639] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.622954] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.624233] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.644081] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.663867] Unpacking initramfs... [ 1.056280] Freeing initrd memory: 37508k freed [ 1.065379] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.066891] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.075999] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.077470] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.079109] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.080519] Initialise system trusted keyring [ 1.081664] audit: initializing netlink socket (disabled) [ 1.082934] type=2000 audit(1541754347.561:1): initialized [ 1.099394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.100821] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.103265] zpool: loaded [ 1.104174] zbud: loaded [ 1.105160] VFS: Disk quotas dquot_6.5.2 [ 1.106240] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.107784] msgmni has been set to 7578 [ 1.108872] Key type big_key registered [ 1.110455] NET: Registered protocol family 38 [ 1.111608] Key type asymmetric registered [ 1.112678] Asymmetric key parser 'x509' registered [ 1.113879] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.115879] io scheduler noop registered [ 1.116935] io scheduler deadline registered (default) [ 1.118177] io scheduler cfq registered [ 1.119291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.130434] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.131988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.133956] ACPI: Power Button [PWRF] [ 1.135050] GHES: HEST is not enabled! [ 1.136123] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.160456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.161983] Non-volatile memory driver v1.3 [ 1.163083] Linux agpgart interface v0.103 [ 1.164239] crash memory driver: version 1.1 [ 1.165394] rdac: device handler registered [ 1.166522] hp_sw: device handler registered [ 1.167632] emc: device handler registered [ 1.168701] alua: device handler registered [ 1.169805] libphy: Fixed MDIO Bus: probed [ 1.170917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.172378] ehci-pci: EHCI PCI platform driver [ 1.173509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.174893] ohci-pci: OHCI PCI platform driver [ 1.176023] uhci_hcd: USB Universal Host Controller Interface driver [ 1.196087] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.197361] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.199341] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.200600] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.201982] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.203453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.205391] usb usb1: Product: UHCI Host Controller [ 1.206640] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.208155] usb usb1: SerialNumber: 0000:00:01.2 [ 1.209368] hub 1-0:1.0: USB hub found [ 1.210413] hub 1-0:1.0: 2 ports detected [ 1.211567] usbcore: registered new interface driver usbserial [ 1.212919] usbcore: registered new interface driver usbserial_generic [ 1.214373] usbserial: USB Serial support registered for generic [ 1.215755] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.218391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.219981] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.221664] mousedev: PS/2 mouse device common for all mice [ 1.223623] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.226908] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.228814] rtc_cmos 00:00: RTC can wake from S4 [ 1.229007] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.229077] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.229108] cpuidle: using governor menu [ 1.229152] hidraw: raw HID events driver (C) Jiri Kosina [ 1.229215] usbcore: registered new interface driver usbhid [ 1.229216] usbhid: USB HID core driver [ 1.229239] drop_monitor: Initializing network drop monitor service [ 1.229285] TCP: cubic registered [ 1.229287] Initializing XFRM netlink socket [ 1.229337] NET: Registered protocol family 10 [ 1.231236] NET: Registered protocol family 17 [ 1.232943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.232947] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.232966] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.233025] Loading compiled-in X.509 certificates [ 1.233045] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.233051] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.233355] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.233370] registered taskstats version 1 [ 1.237113] Key type trusted registered [ 1.238146] Key type encrypted registered [ 1.239149] IMA: No TPM chip found, activating TPM-bypass! [ 1.240750] rtc_cmos 00:00: setting system clock to 2018-11-09 09:05:47 UTC (1541754347) [ 1.267634] Freeing unused kernel memory: 1680k freed [ 1.273131] 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.279251] systemd[1]: Detected virtualization kvm. [ 1.279564] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.283240] systemd[1]: Detected architecture x86-64. [ 1.284856] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.287785] systemd[1]: No hostname configured. [ 1.289406] systemd[1]: Set hostname to . [ 1.291022] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.314696] systemd[1]: Reached target Timers. [ 1.316193] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.318486] systemd[1]: Reached target Swap. [ 1.319937] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.322328] systemd[1]: Created slice Root Slice. [ 1.323831] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.326312] systemd[1]: Listening on Journal Socket. [ 1.327857] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.330476] systemd[1]: Listening on udev Control Socket. [ 1.332100] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.334827] systemd[1]: Created slice System Slice. [ 1.336056] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.337971] systemd[1]: Reached target Slices. [ 1.339113] systemd[1]: Starting Slices. [ 1.340539] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.342888] 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] Listening on udev Kernel Socket. [ 1.347155] systemd[1]: Listening on udev Kernel Socket. [ 1.348430] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.350422] systemd[1]: Reached target Sockets. [ 1.351572] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Local File Systems. [ 1.353536] systemd[1]: Reached target Local File Systems. [ 1.354837] systemd[1]: Starting Local File Systems. [ 1.356371] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.358402] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.360471] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.363736] systemd[1]: Reached target Paths. [ 1.365054] systemd[1]: Starting Paths. [ 1.366508] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Apply Kernel Variables. [ 1.369962] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.373389] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 1.376454] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [ 1.380927] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.427761] RPC: Registered named UNIX socket transport module. [ 1.429159] RPC: Registered udp transport module. [ 1.430339] RPC: Registered tcp transport module. [ 1.431517] 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] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.512921] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.526115] FDC 0 is a S82078B [ 1.546437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.549636] scsi host0: ata_piix [ 1.550823] scsi host1: ata_piix [ 1.551944] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.553720] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.592859] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.598038] 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.663801] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.665361] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.666936] usb 1-1: Product: QEMU USB Tablet [ 1.668081] usb 1-1: Manufacturer: QEMU [ 1.669136] usb 1-1: SerialNumber: 42 [ 1.678961] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.681463] 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.763377] SGI XFS with ACLs, security attributes, no debug enabled [ 1.765606] XFS (vda1): Mounting V4 Filesystem [ 1.870042] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.076772] tsc: Refined TSC clocksource calibration: 3491.912 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[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.251016] systemd-journald[122]: Received SIGTERM from PID 1 (systemd). [ 2.415923] SELinux: Disabled at runtime. [ 2.451737] type=1404 audit(1541754348.712:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.561168] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.562644] 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 udev Kernel Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. Mounting POSIX Message Queue File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Debug File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Initrd Root File System. Mounting Huge Pages File System... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Configure read-only root support... [ 2.991916] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 3.045728] systemd-journald[382]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... [[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 udev Kernel Device Manager. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started udev Coldplug all Devices. [ 3.339782] type=1305 audit(1541754349.600:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [ 3.364118] [drm] Initialized drm 1.1.0 20060810 [ 3.366096] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.444786] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.446574] [TTM] Initializing pool allocator [ 3.448123] [TTM] Initializing DMA pool allocator [ 3.449845] [drm] fb mappable at 0xFC000000 [ 3.451209] [drm] vram aper at 0xFC000000 [ 3.452521] [drm] size 33554432 [ 3.453650] [drm] fb depth is 24 [ 3.454786] [drm] pitch is 3072 [ 3.456410] fbcon: cirrusdrmfb (fb0) is primary device [ 3.474731] Console: switching to colour frame buffer device 128x48 [ 3.485115] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.488734] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... Starting Login Service... [ 3.516329] ppdev: user-space parallel port driver Starting GSSAPI Proxy Daemon... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.543574] AES CTR mode by8 optimization enabled [ 3.546504] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.552452] alg: No test for crc32 (crc32-pclmul) [ 3.573912] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.603188] intel_rapl: no valid rapl domains found in package 0 [ 3.634415] intel_rapl: no valid rapl domains found in package 0 [ 3.644817] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [ 3.653318] intel_powerclamp: No package C-state available[[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. 2018-11-09 09:05:52,209 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: timed out 2018-11-09 09:06:01,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-09 09:06:01,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688/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}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 09:06:02,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:06:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50ea8d0c-74c8-4ee8-ae56-421f169539d4 x-compute-request-id: req-50ea8d0c-74c8-4ee8-ae56-421f169539d4 Content-Encoding: gzip Content-Length: 12760 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 1853608511 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.302110] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.304280] pid_max: default: 32768 minimum: 301\n[ 0.305460] Security Framework initialized\n[ 0.306543] SELinux: Initializing.\n[ 0.307786] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.312583] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.315464] Mount-cache hash table entries: 4096\n[ 0.316893] Initializing cgroup subsys memory\n[ 0.318031] Initializing cgroup subsys devices\n[ 0.319160] Initializing cgroup subsys freezer\n[ 0.320286] Initializing cgroup subsys net_cls\n[ 0.321407] Initializing cgroup subsys blkio\n[ 0.322503] Initializing cgroup subsys perf_event\n[ 0.323682] Initializing cgroup subsys hugetlb\n[ 0.324803] Initializing cgroup subsys pids\n[ 0.325893] Initializing cgroup subsys net_prio\n[ 0.327102] CPU: Physical Processor ID: 0\n[ 0.328872] mce: CPU supports 10 MCE banks\n[ 0.329975] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.331228] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.332485] tlb_flushall_shift: 6\n[ 0.333728] Freeing SMP alternatives: 28k freed\n[ 0.337737] ACPI: Core revision 20130517\n[ 0.339225] ACPI: All ACPI Tables successfully acquired\n[ 0.340653] ftrace: allocating 25812 entries in 101 pages\n[ 0.362993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.364503] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.365956] smpboot: Max logical packages: 2\n[ 0.367229] Enabling x2apic\n[ 0.368117] Enabled x2apic\n[ 0.369187] Switched APIC routing to physical x2apic.\n[ 0.371349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.372909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.375635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.383274] KVM setup paravirtual spinlock\n[ 0.385610] smpboot: Booting Node 0, Processors #1 OK\n[ 0.387298] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.410314] Brought up 2 CPUs\n[ 0.410317] KVM setup async PF for cpu 1\n[ 0.410321] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.413446] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.415564] devtmpfs: initialized\n[ 0.418038] EVM: security.selinux\n[ 0.419023] EVM: security.ima\n[ 0.419934] EVM: security.capability\n[ 0.421584] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.423096] pinctrl core: initialized pinctrl subsystem\n[ 0.424465] NET: Registered protocol family 16\n[ 0.425802] ACPI: bus type PCI registered\n[ 0.426874] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.428386] PCI: Using configuration type 1 for base access\n[ 0.433056] ACPI: Added _OSI(Module Device)\n[ 0.434203] ACPI: Added _OSI(Processor Device)\n[ 0.435348] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.436526] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.439254] ACPI: Interpreter enabled\n[ 0.440301] ACPI: (supports S0 S5)\n[ 0.441283] ACPI: Using IOAPIC for interrupt routing\n[ 0.442506] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.446419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.447842] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.449484] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.450978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.453762] acpiphp: Slot [3] registered\n[ 0.454845] acpiphp: Slot [4] registered\n[ 0.455931] acpiphp: Slot [5] registered\n[ 0.457012] acpiphp: Slot [6] registered\n[ 0.458089] acpiphp: Slot [7] registered\n[ 0.459167] acpiphp: Slot [8] registered\n[ 0.460243] acpiphp: Slot [9] registered\n[ 0.461321] acpiphp: Slot [10] registered\n[ 0.462412] acpiphp: Slot [11] registered\n[ 0.463507] acpiphp: Slot [12] registered\n[ 0.464609] acpiphp: Slot [13] registered\n[ 0.465702] acpiphp: Slot [14] registered\n[ 0.466790] acpiphp: Slot [15] registered\n[ 0.467875] acpiphp: Slot [16] registered\n[ 0.468968] acpiphp: Slot [17] registered\n[ 0.470059] acpiphp: Slot [18] registered\n[ 0.471148] acpiphp: Slot [19] registered\n[ 0.472246] acpiphp: Slot [20] registered\n[ 0.473338] acpiphp: Slot [21] registered\n[ 0.474426] acpiphp: Slot [22] registered\n[ 0.475515] acpiphp: Slot [23] registered\n[ 0.476600] acpiphp: Slot [24] registered\n[ 0.477696] acpiphp: Slot [25] registered\n[ 0.478784] acpiphp: Slot [26] registered\n[ 0.479889] acpiphp: Slot [27] registered\n[ 0.480977] acpiphp: Slot [28] registered\n[ 0.482063] acpiphp: Slot [29] registered\n[ 0.483152] acpiphp: Slot [30] registered\n[ 0.484244] acpiphp: Slot [31] registered\n[ 0.485329] PCI host bridge to bus 0000:00\n[ 0.486409] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.487699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.489177] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.490656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.492635] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.500317] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.501874] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.503336] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.504894] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.511677] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.513659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.563458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.565271] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.568205] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.569936] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.571648] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.573235] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.574873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.576974] vgaarb: loaded\n[ 0.577847] vgaarb: bridge control possible 0000:00:02.0\n[ 0.579269] SCSI subsystem initialized\n[ 0.580357] ACPI: bus type USB registered\n[ 0.581458] usbcore: registered new interface driver usbfs\n[ 0.582772] usbcore: registered new interface driver hub\n[ 0.584077] usbcore: registered new device driver usb\n[ 0.585479] PCI: Using ACPI for IRQ routing\n[ 0.586889] NetLabel: Initializing\n[ 0.587886] NetLabel: domain hash size = 128\n[ 0.589015] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.590273] NetLabel: unlabeled traffic allowed by default\n[ 0.591715] Switched to clocksource kvm-clock\n[ 0.599455] pnp: PnP ACPI init\n[ 0.600416] ACPI: bus type PNP registered\n[ 0.601829] pnp: PnP ACPI: found 5 devices\n[ 0.602887] ACPI: bus type PNP unregistered\n[ 0.610017] NET: Registered protocol family 2\n[ 0.611392] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.613470] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.615182] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.616647] TCP: reno registered\n[ 0.617567] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.618934] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.620480] NET: Registered protocol family 1\n[ 0.621639] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.622954] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.624233] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.644081] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.663867] Unpacking initramfs...\n[ 1.056280] Freeing initrd memory: 37508k freed\n[ 1.065379] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.066891] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.075999] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.077470] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.079109] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.080519] Initialise system trusted keyring\n[ 1.081664] audit: initializing netlink socket (disabled)\n[ 1.082934] type=2000 audit(1541754347.561:1): initialized\n[ 1.099394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.100821] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.103265] zpool: loaded\n[ 1.104174] zbud: loaded\n[ 1.105160] VFS: Disk quotas dquot_6.5.2\n[ 1.106240] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.107784] msgmni has been set to 7578\n[ 1.108872] Key type big_key registered\n[ 1.110455] NET: Registered protocol family 38\n[ 1.111608] Key type asymmetric registered\n[ 1.112678] Asymmetric key parser 'x509' registered\n[ 1.113879] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.115879] io scheduler noop registered\n[ 1.116935] io scheduler deadline registered (default)\n[ 1.118177] io scheduler cfq registered\n[ 1.119291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.130434] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.131988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.133956] ACPI: Power Button [PWRF]\n[ 1.135050] GHES: HEST is not enabled!\n[ 1.136123] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.160456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.161983] Non-volatile memory driver v1.3\n[ 1.163083] Linux agpgart interface v0.103\n[ 1.164239] crash memory driver: version 1.1\n[ 1.165394] rdac: device handler registered\n[ 1.166522] hp_sw: device handler registered\n[ 1.167632] emc: device handler registered\n[ 1.168701] alua: device handler registered\n[ 1.169805] libphy: Fixed MDIO Bus: probed\n[ 1.170917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.172378] ehci-pci: EHCI PCI platform driver\n[ 1.173509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.174893] ohci-pci: OHCI PCI platform driver\n[ 1.176023] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.196087] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.197361] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.199341] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.200600] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.201982] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.203453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.205391] usb usb1: Product: UHCI Host Controller\n[ 1.206640] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.208155] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.209368] hub 1-0:1.0: USB hub found\n[ 1.210413] hub 1-0:1.0: 2 ports detected\n[ 1.211567] usbcore: registered new interface driver usbserial\n[ 1.212919] usbcore: registered new interface driver usbserial_generic\n[ 1.214373] usbserial: USB Serial support registered for generic\n[ 1.215755] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.218391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.219981] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.221664] mousedev: PS/2 mouse device common for all mice\n[ 1.223623] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.226908] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.228814] rtc_cmos 00:00: RTC can wake from S4\n[ 1.229007] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.229077] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.229108] cpuidle: using governor menu\n[ 1.229152] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.229215] usbcore: registered new interface driver usbhid\n[ 1.229216] usbhid: USB HID core driver\n[ 1.229239] drop_monitor: Initializing network drop monitor service\n[ 1.229285] TCP: cubic registered\n[ 1.229287] Initializing XFRM netlink socket\n[ 1.229337] NET: Registered protocol family 10\n[ 1.231236] NET: Registered protocol family 17\n[ 1.232943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.232947] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.232966] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.233025] Loading compiled-in X.509 certificates\n[ 1.233045] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.233051] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.233355] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.233370] registered taskstats version 1\n[ 1.237113] Key type trusted registered\n[ 1.238146] Key type encrypted registered\n[ 1.239149] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.240750] rtc_cmos 00:00: setting system clock to 2018-11-09 09:05:47 UTC (1541754347)\n[ 1.267634] Freeing unused kernel memory: 1680k freed\n[ 1.273131] 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.279251] systemd[1]: Detected virtualization kvm.\n[ 1.279564] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.283240] systemd[1]: Detected architecture x86-64.\n[ 1.284856] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.287785] systemd[1]: No hostname configured.\n[ 1.289406] systemd[1]: Set hostname to .\n[ 1.291022] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.314696] systemd[1]: Reached target Timers.\n[ 1.316193] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.318486] systemd[1]: Reached target Swap.\n[ 1.319937] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.322328] systemd[1]: Created slice Root Slice.\n[ 1.323831] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.326312] systemd[1]: Listening on Journal Socket.\n[ 1.327857] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.330476] systemd[1]: Listening on udev Control Socket.\n[ 1.332100] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.334827] systemd[1]: Created slice System Slice.\n[ 1.336056] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.337971] systemd[1]: Reached target Slices.\n[ 1.339113] systemd[1]: Starting Slices.\n[ 1.340539] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.342888] 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] Listening on udev Kernel Socket.\n[ 1.347155] systemd[1]: Listening on udev Kernel Socket.\n[ 1.348430] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.350422] systemd[1]: Reached target Sockets.\n[ 1.351572] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.353536] systemd[1]: Reached target Local File Systems.\n[ 1.354837] systemd[1]: Starting Local File Systems.\n[ 1.356371] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.358402] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.360471] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.363736] systemd[1]: Reached target Paths.\n[ 1.365054] systemd[1]: Starting Paths.\n[ 1.366508] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.369962] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.373389] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[ 1.376454] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[ 1.380927] systemd[1]: Started Journal Service.\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.427761] RPC: Registered named UNIX socket transport module.\n[ 1.429159] RPC: Registered udp transport module.\n[ 1.430339] RPC: Registered tcp transport module.\n[ 1.431517] 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] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.512921] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.526115] FDC 0 is a S82078B\n[ 1.546437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.549636] scsi host0: ata_piix\n[ 1.550823] scsi host1: ata_piix\n[ 1.551944] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.553720] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.592859] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.598038] 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.663801] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.665361] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.666936] usb 1-1: Product: QEMU USB Tablet\n[ 1.668081] usb 1-1: Manufacturer: QEMU\n[ 1.669136] usb 1-1: SerialNumber: 42\n[ 1.678961] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.681463] 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.763377] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.765606] XFS (vda1): Mounting V4 Filesystem\n[ 1.870042] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.076772] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\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.251016] systemd-journald[122]: Received SIGTERM from PID 1 (systemd).\n[ 2.415923] SELinux: Disabled at runtime.\n[ 2.451737] type=1404 audit(1541754348.712:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.561168] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.562644] 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 udev Kernel Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n Mounting POSIX Message Queue File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Debug File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Huge Pages File System...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n[ 2.991916] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.045728] systemd-journald[382]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\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 Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\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 udev Kernel Device Manager.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 3.339782] type=1305 audit(1541754349.600:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[ 3.364118] [drm] Initialized drm 1.1.0 20060810\n[ 3.366096] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.444786] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.446574] [TTM] Initializing pool allocator\n[ 3.448123] [TTM] Initializing DMA pool allocator\n[ 3.449845] [drm] fb mappable at 0xFC000000\n[ 3.451209] [drm] vram aper at 0xFC000000\n[ 3.452521] [drm] size 33554432\n[ 3.453650] [drm] fb depth is 24\n[ 3.454786] [drm] pitch is 3072\n[ 3.456410] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.474731] Console: switching to colour frame buffer device 128x48\n[ 3.485115] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.488734] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n[ 3.516329] ppdev: user-space parallel port driver\n Starting GSSAPI Proxy Daemon...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.543574] AES CTR mode by8 optimization enabled\n[ 3.546504] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.552452] alg: No test for crc32 (crc32-pclmul)\n[ 3.573912] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.603188] intel_rapl: no valid rapl domains found in package 0\n[ 3.634415] intel_rapl: no valid rapl domains found in package 0\n[ 3.644817] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n\n[ 3.653318] intel_powerclamp: No package C-state available[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 4.143310] cloud-init[530]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 09 Nov 2018 09:05:50 +0000. Up 4.10 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 nginx - high performance web server...\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting OpenSSH server daemon...\n Starting Notify NFS peers of a restart...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started OpenSSH server 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 Dynamic System Tuning Daemon.\n[ 6.090854] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Fri, 09 Nov 2018 09:05:52 +0000. Up 6.05 seconds.\n[ 6.152304] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.154523] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.166233] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.169062] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.171306] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.174170] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:90:47:80 |\n[ 6.184463] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.188140] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.192814] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.197349] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.207536] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.209338] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.211155] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH |\n[ 6.212885] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.218319] cloud-init[799]: 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.058272] cloud-init[2739]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 09 Nov 2018 09:05:56 +0000. Up 10.00 seconds.\n[ 10.387417] cloud-init[2907]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 09 Nov 2018 09:05:56 +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 | 8e:5c:f0:66:92:75:7d:4e:a3:f6:23:2d:fc:ab:67:6e | - | 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.434568] cloud-init[2907]: Cloud-init v. 0.7.5 finished at Fri, 09 Nov 2018 09:05:57 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.43 seconds\n"} 2018-11-09 09:06:02,299 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688/action used request id req-50ea8d0c-74c8-4ee8-ae56-421f169539d4 2018-11-09 09:06:02,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08003211021s 2018-11-09 09:06:02,301 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688/action used request id req-50ea8d0c-74c8-4ee8-ae56-421f169539d4 2018-11-09 09:06:02,301 - 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 1853608511 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.302110] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.304280] pid_max: default: 32768 minimum: 301 [ 0.305460] Security Framework initialized [ 0.306543] SELinux: Initializing. [ 0.307786] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.312583] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.315464] Mount-cache hash table entries: 4096 [ 0.316893] Initializing cgroup subsys memory [ 0.318031] Initializing cgroup subsys devices [ 0.319160] Initializing cgroup subsys freezer [ 0.320286] Initializing cgroup subsys net_cls [ 0.321407] Initializing cgroup subsys blkio [ 0.322503] Initializing cgroup subsys perf_event [ 0.323682] Initializing cgroup subsys hugetlb [ 0.324803] Initializing cgroup subsys pids [ 0.325893] Initializing cgroup subsys net_prio [ 0.327102] CPU: Physical Processor ID: 0 [ 0.328872] mce: CPU supports 10 MCE banks [ 0.329975] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.331228] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.332485] tlb_flushall_shift: 6 [ 0.333728] Freeing SMP alternatives: 28k freed [ 0.337737] ACPI: Core revision 20130517 [ 0.339225] ACPI: All ACPI Tables successfully acquired [ 0.340653] ftrace: allocating 25812 entries in 101 pages [ 0.362993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.364503] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.365956] smpboot: Max logical packages: 2 [ 0.367229] Enabling x2apic [ 0.368117] Enabled x2apic [ 0.369187] Switched APIC routing to physical x2apic. [ 0.371349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.372909] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.375635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.383274] KVM setup paravirtual spinlock [ 0.385610] smpboot: Booting Node 0, Processors #1 OK [ 0.387298] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.410314] Brought up 2 CPUs [ 0.410317] KVM setup async PF for cpu 1 [ 0.410321] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.413446] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.415564] devtmpfs: initialized [ 0.418038] EVM: security.selinux [ 0.419023] EVM: security.ima [ 0.419934] EVM: security.capability [ 0.421584] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.423096] pinctrl core: initialized pinctrl subsystem [ 0.424465] NET: Registered protocol family 16 [ 0.425802] ACPI: bus type PCI registered [ 0.426874] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.428386] PCI: Using configuration type 1 for base access [ 0.433056] ACPI: Added _OSI(Module Device) [ 0.434203] ACPI: Added _OSI(Processor Device) [ 0.435348] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.436526] ACPI: Added _OSI(Processor Aggregator Device) [ 0.439254] ACPI: Interpreter enabled [ 0.440301] ACPI: (supports S0 S5) [ 0.441283] ACPI: Using IOAPIC for interrupt routing [ 0.442506] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.446419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.447842] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.449484] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.450978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.453762] acpiphp: Slot [3] registered [ 0.454845] acpiphp: Slot [4] registered [ 0.455931] acpiphp: Slot [5] registered [ 0.457012] acpiphp: Slot [6] registered [ 0.458089] acpiphp: Slot [7] registered [ 0.459167] acpiphp: Slot [8] registered [ 0.460243] acpiphp: Slot [9] registered [ 0.461321] acpiphp: Slot [10] registered [ 0.462412] acpiphp: Slot [11] registered [ 0.463507] acpiphp: Slot [12] registered [ 0.464609] acpiphp: Slot [13] registered [ 0.465702] acpiphp: Slot [14] registered [ 0.466790] acpiphp: Slot [15] registered [ 0.467875] acpiphp: Slot [16] registered [ 0.468968] acpiphp: Slot [17] registered [ 0.470059] acpiphp: Slot [18] registered [ 0.471148] acpiphp: Slot [19] registered [ 0.472246] acpiphp: Slot [20] registered [ 0.473338] acpiphp: Slot [21] registered [ 0.474426] acpiphp: Slot [22] registered [ 0.475515] acpiphp: Slot [23] registered [ 0.476600] acpiphp: Slot [24] registered [ 0.477696] acpiphp: Slot [25] registered [ 0.478784] acpiphp: Slot [26] registered [ 0.479889] acpiphp: Slot [27] registered [ 0.480977] acpiphp: Slot [28] registered [ 0.482063] acpiphp: Slot [29] registered [ 0.483152] acpiphp: Slot [30] registered [ 0.484244] acpiphp: Slot [31] registered [ 0.485329] PCI host bridge to bus 0000:00 [ 0.486409] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.487699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.489177] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.490656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.492635] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.500317] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.501874] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.503336] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.504894] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.511677] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.513659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.563458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.565271] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.568205] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.569936] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.571648] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.573235] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.574873] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.576974] vgaarb: loaded [ 0.577847] vgaarb: bridge control possible 0000:00:02.0 [ 0.579269] SCSI subsystem initialized [ 0.580357] ACPI: bus type USB registered [ 0.581458] usbcore: registered new interface driver usbfs [ 0.582772] usbcore: registered new interface driver hub [ 0.584077] usbcore: registered new device driver usb [ 0.585479] PCI: Using ACPI for IRQ routing [ 0.586889] NetLabel: Initializing [ 0.587886] NetLabel: domain hash size = 128 [ 0.589015] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.590273] NetLabel: unlabeled traffic allowed by default [ 0.591715] Switched to clocksource kvm-clock [ 0.599455] pnp: PnP ACPI init [ 0.600416] ACPI: bus type PNP registered [ 0.601829] pnp: PnP ACPI: found 5 devices [ 0.602887] ACPI: bus type PNP unregistered [ 0.610017] NET: Registered protocol family 2 [ 0.611392] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.613470] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.615182] TCP: Hash tables configured (established 32768 bind 32768) [ 0.616647] TCP: reno registered [ 0.617567] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.618934] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.620480] NET: Registered protocol family 1 [ 0.621639] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.622954] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.624233] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.644081] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.663867] Unpacking initramfs... [ 1.056280] Freeing initrd memory: 37508k freed [ 1.065379] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.066891] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.075999] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.077470] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.079109] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.080519] Initialise system trusted keyring [ 1.081664] audit: initializing netlink socket (disabled) [ 1.082934] type=2000 audit(1541754347.561:1): initialized [ 1.099394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.100821] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.103265] zpool: loaded [ 1.104174] zbud: loaded [ 1.105160] VFS: Disk quotas dquot_6.5.2 [ 1.106240] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.107784] msgmni has been set to 7578 [ 1.108872] Key type big_key registered [ 1.110455] NET: Registered protocol family 38 [ 1.111608] Key type asymmetric registered [ 1.112678] Asymmetric key parser 'x509' registered [ 1.113879] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.115879] io scheduler noop registered [ 1.116935] io scheduler deadline registered (default) [ 1.118177] io scheduler cfq registered [ 1.119291] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.130434] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.131988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.133956] ACPI: Power Button [PWRF] [ 1.135050] GHES: HEST is not enabled! [ 1.136123] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.160456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.161983] Non-volatile memory driver v1.3 [ 1.163083] Linux agpgart interface v0.103 [ 1.164239] crash memory driver: version 1.1 [ 1.165394] rdac: device handler registered [ 1.166522] hp_sw: device handler registered [ 1.167632] emc: device handler registered [ 1.168701] alua: device handler registered [ 1.169805] libphy: Fixed MDIO Bus: probed [ 1.170917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.172378] ehci-pci: EHCI PCI platform driver [ 1.173509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.174893] ohci-pci: OHCI PCI platform driver [ 1.176023] uhci_hcd: USB Universal Host Controller Interface driver [ 1.196087] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.197361] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.199341] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.200600] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.201982] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.203453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.205391] usb usb1: Product: UHCI Host Controller [ 1.206640] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.208155] usb usb1: SerialNumber: 0000:00:01.2 [ 1.209368] hub 1-0:1.0: USB hub found [ 1.210413] hub 1-0:1.0: 2 ports detected [ 1.211567] usbcore: registered new interface driver usbserial [ 1.212919] usbcore: registered new interface driver usbserial_generic [ 1.214373] usbserial: USB Serial support registered for generic [ 1.215755] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.218391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.219981] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.221664] mousedev: PS/2 mouse device common for all mice [ 1.223623] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.226908] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.228814] rtc_cmos 00:00: RTC can wake from S4 [ 1.229007] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.229077] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.229108] cpuidle: using governor menu [ 1.229152] hidraw: raw HID events driver (C) Jiri Kosina [ 1.229215] usbcore: registered new interface driver usbhid [ 1.229216] usbhid: USB HID core driver [ 1.229239] drop_monitor: Initializing network drop monitor service [ 1.229285] TCP: cubic registered [ 1.229287] Initializing XFRM netlink socket [ 1.229337] NET: Registered protocol family 10 [ 1.231236] NET: Registered protocol family 17 [ 1.232943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.232947] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.232966] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.233025] Loading compiled-in X.509 certificates [ 1.233045] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.233051] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.233355] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.233370] registered taskstats version 1 [ 1.237113] Key type trusted registered [ 1.238146] Key type encrypted registered [ 1.239149] IMA: No TPM chip found, activating TPM-bypass! [ 1.240750] rtc_cmos 00:00: setting system clock to 2018-11-09 09:05:47 UTC (1541754347) [ 1.267634] Freeing unused kernel memory: 1680k freed [ 1.273131] 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.279251] systemd[1]: Detected virtualization kvm. [ 1.279564] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.283240] systemd[1]: Detected architecture x86-64. [ 1.284856] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.287785] systemd[1]: No hostname configured. [ 1.289406] systemd[1]: Set hostname to . [ 1.291022] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.314696] systemd[1]: Reached target Timers. [ 1.316193] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.318486] systemd[1]: Reached target Swap. [ 1.319937] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.322328] systemd[1]: Created slice Root Slice. [ 1.323831] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.326312] systemd[1]: Listening on Journal Socket. [ 1.327857] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.330476] systemd[1]: Listening on udev Control Socket. [ 1.332100] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.334827] systemd[1]: Created slice System Slice. [ 1.336056] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.337971] systemd[1]: Reached target Slices. [ 1.339113] systemd[1]: Starting Slices. [ 1.340539] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.342888] 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] Listening on udev Kernel Socket. [ 1.347155] systemd[1]: Listening on udev Kernel Socket. [ 1.348430] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.350422] systemd[1]: Reached target Sockets. [ 1.351572] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Local File Systems. [ 1.353536] systemd[1]: Reached target Local File Systems. [ 1.354837] systemd[1]: Starting Local File Systems. [ 1.356371] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.358402] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.360471] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.363736] systemd[1]: Reached target Paths. [ 1.365054] systemd[1]: Starting Paths. [ 1.366508] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Apply Kernel Variables. [ 1.369962] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.373389] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 1.376454] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [ 1.380927] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.427761] RPC: Registered named UNIX socket transport module. [ 1.429159] RPC: Registered udp transport module. [ 1.430339] RPC: Registered tcp transport module. [ 1.431517] 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] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.512921] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.526115] FDC 0 is a S82078B [ 1.546437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.549636] scsi host0: ata_piix [ 1.550823] scsi host1: ata_piix [ 1.551944] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.553720] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.592859] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.598038] 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.663801] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.665361] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.666936] usb 1-1: Product: QEMU USB Tablet [ 1.668081] usb 1-1: Manufacturer: QEMU [ 1.669136] usb 1-1: SerialNumber: 42 [ 1.678961] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.681463] 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.763377] SGI XFS with ACLs, security attributes, no debug enabled [ 1.765606] XFS (vda1): Mounting V4 Filesystem [ 1.870042] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.076772] tsc: Refined TSC clocksource calibration: 3491.912 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[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.251016] systemd-journald[122]: Received SIGTERM from PID 1 (systemd). [ 2.415923] SELinux: Disabled at runtime. [ 2.451737] type=1404 audit(1541754348.712:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.561168] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.562644] 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 udev Kernel Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. Mounting POSIX Message Queue File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Debug File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Initrd Root File System. Mounting Huge Pages File System... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Configure read-only root support... [ 2.991916] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 3.045728] systemd-journald[382]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... [[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 udev Kernel Device Manager. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started udev Coldplug all Devices. [ 3.339782] type=1305 audit(1541754349.600:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [ 3.364118] [drm] Initialized drm 1.1.0 20060810 [ 3.366096] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.444786] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.446574] [TTM] Initializing pool allocator [ 3.448123] [TTM] Initializing DMA pool allocator [ 3.449845] [drm] fb mappable at 0xFC000000 [ 3.451209] [drm] vram aper at 0xFC000000 [ 3.452521] [drm] size 33554432 [ 3.453650] [drm] fb depth is 24 [ 3.454786] [drm] pitch is 3072 [ 3.456410] fbcon: cirrusdrmfb (fb0) is primary device [ 3.474731] Console: switching to colour frame buffer device 128x48 [ 3.485115] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.488734] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... Starting Login Service... [ 3.516329] ppdev: user-space parallel port driver Starting GSSAPI Proxy Daemon... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.543574] AES CTR mode by8 optimization enabled [ 3.546504] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.552452] alg: No test for crc32 (crc32-pclmul) [ 3.573912] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.603188] intel_rapl: no valid rapl domains found in package 0 [ 3.634415] intel_rapl: no valid rapl domains found in package 0 [ 3.644817] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [ 3.653318] intel_powerclamp: No package C-state available[[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 4.143310] cloud-init[530]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 09 Nov 2018 09:05:50 +0000. Up 4.10 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 nginx - high performance web server... Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting OpenSSH server daemon... Starting Notify NFS peers of a restart... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started OpenSSH server 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 Dynamic System Tuning Daemon. [ 6.090854] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Fri, 09 Nov 2018 09:05:52 +0000. Up 6.05 seconds. [ 6.152304] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.154523] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.166233] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.169062] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.171306] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.174170] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:90:47:80 | [ 6.184463] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.188140] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.192814] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.197349] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.207536] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.209338] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.211155] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH | [ 6.212885] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.218319] cloud-init[799]: 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.058272] cloud-init[2739]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 09 Nov 2018 09:05:56 +0000. Up 10.00 seconds. [ 10.387417] cloud-init[2907]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 09 Nov 2018 09:05:56 +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 | 8e:5c:f0:66:92:75:7d:4e:a3:f6:23:2d:fc:ab:67:6e | - | 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.434568] cloud-init[2907]: Cloud-init v. 0.7.5 finished at Fri, 09 Nov 2018 09:05:57 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.43 seconds 2018-11-09 09:06:02,305 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6bc6250L 2018-11-09 09:06:02,306 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 09:06:02,362 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-11-09 09:06:02,362 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-11-09 09:06:02,411 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 09:06:02,411 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 09:06:02,411 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 09:06:02,411 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 09:06:02,411 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 09:06:02,412 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 09:06:02,454 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 09:06:02,454 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 09:06:02,470 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.210: 4c1f7c71f5a98b8370f02ab218eae423 2018-11-09 09:06:02,471 - paramiko.transport - DEBUG - Trying key 8e5cf06692757d4ea3f6232dfcab676e from /tmp/tmp5xKds5 2018-11-09 09:06:02,495 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 09:06:02,549 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 09:06:02,572 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-11-09 09:06:02,572 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-11-09 09:06:02,573 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-11-09 09:06:02,573 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-11-09 09:06:02,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:02,772 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:02,772 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:02,772 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:02,773 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:02,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:02,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:02,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4890, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4898, "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": 1787, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4879, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 855, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 809, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 805, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4644, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4872, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-11-09 09:06:02,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:02,773 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:02 GMT 2018-11-09 09:06:02,773 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:02,773 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-11-09 09:06:02,773 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:02,774 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4890, 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': 4898, 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': 1787, 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': 4879, 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': 855, 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': 809, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 805, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 4644, 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': 4872, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-11-09 09:06:02,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-11-09 09:06:03,038 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:03,038 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:03,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:03,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:03,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:03,039 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:03,039 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:03,039 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4890, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4898, "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": 1787, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4879, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 855, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 809, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 805, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4644, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4872, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-11-09 09:06:03,039 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:03,039 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:02 GMT 2018-11-09 09:06:03,039 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:03,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-11-09 09:06:03,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:03,040 - functest.core.cloudify - INFO - The current manager status is running 2018-11-09 09:06:03,040 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-11-09 09:06:03,238 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:03,238 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:03,238 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:03,238 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:03,239 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:03,239 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:03,239 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:03,239 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-11-09 09:06:03,239 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:02.689Z", "updated_at": "2018-11-09T09:06:02.689Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-11-09 09:06:03,239 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:03,239 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:02 GMT 2018-11-09 09:06:03,239 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:03,239 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-11-09 09:06:03,239 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:03,240 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/secrets 2018-11-09 09:06:03,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:03,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:03,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:03,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:03,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:03,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:03,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:03,386 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:02.689Z", "updated_at": "2018-11-09T09:06:02.689Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-11-09 09:06:03,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:03,386 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:02 GMT 2018-11-09 09:06:03,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:03,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-11-09 09:06:03,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:03,387 - functest.core.cloudify - DEBUG - List secrets: 2018-11-09 09:06:03,387 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/secrets/foo 2018-11-09 09:06:03,465 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:03,465 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:03,465 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:03,465 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:03,465 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:03,465 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:03,465 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:03,465 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-09 09:06:03,466 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:02.689Z", "updated_at": "2018-11-09T09:06:02.689Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-11-09 09:06:03,466 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:03,466 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:02 GMT 2018-11-09 09:06:03,466 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:03,466 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-11-09 09:06:03,466 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:03,466 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-11-09 09:06:03,467 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-11-09 09:06:03,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 09:06:03,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:06:03,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c96e11-9ef7-4c8e-819f-87cd8950f079 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/1135de1747b9400187d2c49567a751f8"}, "enabled": true, "id": "1135de1747b9400187d2c49567a751f8", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 09:06:03,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-82c96e11-9ef7-4c8e-819f-87cd8950f079 2018-11-09 09:06:03,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0945420265198s 2018-11-09 09:06:03,562 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-82c96e11-9ef7-4c8e-819f-87cd8950f079 2018-11-09 09:06:03,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-11-09 09:06:03,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/quotas/1135de1747b9400187d2c49567a751f8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-11-09 09:06:03,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-f04219f3-7248-4f5a-9e8f-1f1cc8228019 Date: Fri, 09 Nov 2018 09:06:03 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-11-09 09:06:03,795 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/1135de1747b9400187d2c49567a751f8.json used request id req-f04219f3-7248-4f5a-9e8f-1f1cc8228019 2018-11-09 09:06:03,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.229907989502s 2018-11-09 09:06:03,795 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/1135de1747b9400187d2c49567a751f8.json used request id req-f04219f3-7248-4f5a-9e8f-1f1cc8228019 2018-11-09 09:06:03,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-11-09 09:06:03,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-11-09 09:06:03,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:06:03,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61503cef-3461-4a9d-a06f-cc5a605969d1 Content-Encoding: gzip Content-Length: 917 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://172.30.9.27:5000/v3/services/0c89d185cb1f42fca57b94f1a760f60c"}, "enabled": true, "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.27:5000/v3/services/14f9b05c64b04cddafa407d6aabb0893"}, "enabled": true, "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.27:5000/v3/services/1e2e003179664dc79ad50db275c1e4d6"}, "enabled": true, "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.27:5000/v3/services/2fe9f1abdaa64be0a4a637ceb3d8290c"}, "enabled": true, "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.27:5000/v3/services/33f177b61e50483a8531ea86197078b5"}, "enabled": true, "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.27:5000/v3/services/3cb73a4957a9443292bacf5670fcef99"}, "enabled": true, "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.27:5000/v3/services/44f26eb063954e739b503e6a5e9032fd"}, "enabled": true, "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.27:5000/v3/services/4574ba66c1204a5c8994c9491185c942"}, "enabled": true, "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.27:5000/v3/services/4e9d7c4ae46e4d7ea1e0c624e6cae2d0"}, "enabled": true, "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.27:5000/v3/services/515d520bd0c74f4b81fa6d647513ac31"}, "enabled": true, "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.27:5000/v3/services/5b58fbb85ee2445d94b03eb426d1653b"}, "enabled": true, "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.27:5000/v3/services/7a171e2b92264592bd937870e5a64cd5"}, "enabled": true, "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.27:5000/v3/services/930edd1595db4c159c1c28b38d62c2a2"}, "enabled": true, "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.27:5000/v3/services/9ebe11d4aa3e4fa99528bde1ab6ef6ec"}, "enabled": true, "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.27:5000/v3/services/9f8fad24213e4d87acb5ed105ece0f2b"}, "enabled": true, "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.27:5000/v3/services/e41140e79ced47d59f36e0f5856755eb"}, "enabled": true, "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "links": {"self": "http://172.30.9.27:5000/v3/services", "previous": null, "next": null}} 2018-11-09 09:06:03,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/services used request id req-61503cef-3461-4a9d-a06f-cc5a605969d1 2018-11-09 09:06:03,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0792939662933s 2018-11-09 09:06:03,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-11-09 09:06:03,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:06:03,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0387ea89-5875-4da8-8c1e-a7c284c2b3a3 Content-Encoding: gzip Content-Length: 2067 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/03930004340d40e49728594c7b8bbd1c"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b58fbb85ee2445d94b03eb426d1653b", "id": "03930004340d40e49728594c7b8bbd1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0545bf884a544c0a82362dc6ed8e82b8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0c89d185cb1f42fca57b94f1a760f60c", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/06dda4965d044f4482a13860c49a8c89"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f8fad24213e4d87acb5ed105ece0f2b", "id": "06dda4965d044f4482a13860c49a8c89"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/091e1ad933bb465b943962f161ec7b54"}, "url": "http://172.30.9.27:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "14f9b05c64b04cddafa407d6aabb0893", "id": "091e1ad933bb465b943962f161ec7b54"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0c08f074502644058e4105ac62256e83"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "44f26eb063954e739b503e6a5e9032fd", "id": "0c08f074502644058e4105ac62256e83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/108fb85474734dc9a0aea43998de9c5f"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "515d520bd0c74f4b81fa6d647513ac31", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/16cb0b7edc524088a5c351bb92047cbe"}, "url": "http://192.30.9.7:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/17b0883b3455435da7ac86da1fc66664"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e41140e79ced47d59f36e0f5856755eb", "id": "17b0883b3455435da7ac86da1fc66664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1fad19fb7ae4429186e7e7313f6846b6"}, "url": "http://172.30.9.27:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/235d3d976ce64b62a9fd44d276a4b9d2"}, "url": "http://192.30.9.7:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33f177b61e50483a8531ea86197078b5", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2c4b93b9c5c148b5b4bf3c13beebc267"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1e2e003179664dc79ad50db275c1e4d6", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2de2c4b6fc7840a2839d93345ab28007"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a171e2b92264592bd937870e5a64cd5", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/327c9805abc94fc18968b5307cb3b502"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "515d520bd0c74f4b81fa6d647513ac31", "id": "327c9805abc94fc18968b5307cb3b502"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/32d3063ff3794e149946d1bcc7f5d389"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/38c2913853ab48718db820dba12b8363"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e41140e79ced47d59f36e0f5856755eb", "id": "38c2913853ab48718db820dba12b8363"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/49187b54825147bf9e1dfc7db1c4713a"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/4f4aeec22dee4e02abc333e95deb55b9"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0c89d185cb1f42fca57b94f1a760f60c", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/56c219933d7a43978fe571df5f60cf53"}, "url": "http://172.30.9.27:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33f177b61e50483a8531ea86197078b5", "id": "56c219933d7a43978fe571df5f60cf53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5c1be44e6ea844639b8892e1a0a4d3b5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/696c89b6db264b8aaf6d79a486bc9229"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e41140e79ced47d59f36e0f5856755eb", "id": "696c89b6db264b8aaf6d79a486bc9229"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6a4f337e23bf47f5aacded4e078c3d39"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3cb73a4957a9443292bacf5670fcef99", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/75239e7dd81d444fbf1093a2b1b81e46"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a171e2b92264592bd937870e5a64cd5", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7ef3a02070dc4a189cbe9a580944455b"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "930edd1595db4c159c1c28b38d62c2a2", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7fcd1e90222b4a10b290142818365c62"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "515d520bd0c74f4b81fa6d647513ac31", "id": "7fcd1e90222b4a10b290142818365c62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/814ec42f87114d479b6a376b2e198820"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "44f26eb063954e739b503e6a5e9032fd", "id": "814ec42f87114d479b6a376b2e198820"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/82cec2d525434c01aac72675422e87b7"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "930edd1595db4c159c1c28b38d62c2a2", "id": "82cec2d525434c01aac72675422e87b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/861bbcaffcc341a1a51737f44c55d3f0"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f8fad24213e4d87acb5ed105ece0f2b", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8dd2eef05cdc43cd9dc0c88afe738be3"}, "url": "http://192.30.9.7:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33f177b61e50483a8531ea86197078b5", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/95f46bbff23a4bd7863ae022f8c83159"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "930edd1595db4c159c1c28b38d62c2a2", "id": "95f46bbff23a4bd7863ae022f8c83159"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/995098568f1844b48837aba8359647a3"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3cb73a4957a9443292bacf5670fcef99", "id": "995098568f1844b48837aba8359647a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a29047deb5424d508f8dedec11d9ba15"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f8fad24213e4d87acb5ed105ece0f2b", "id": "a29047deb5424d508f8dedec11d9ba15"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a6b41e4f4c23490595bbc8ac214595eb"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1e2e003179664dc79ad50db275c1e4d6", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a6da6277a41d4c45b09d3eaa75368cd4"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/aaeb920c5ba94f29916489a584cab807"}, "url": "http://192.30.9.7:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "id": "aaeb920c5ba94f29916489a584cab807"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ae6ddabe5b664be4a01e28f24e937010"}, "url": "http://192.30.9.7:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "14f9b05c64b04cddafa407d6aabb0893", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b00efb8b0ee042ca889e8cbd4211bb96"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0c89d185cb1f42fca57b94f1a760f60c", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b7ac064bde614bda9f21be8f8aef8617"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c1def1cfe6314716bc213f925a62336a"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3cb73a4957a9443292bacf5670fcef99", "id": "c1def1cfe6314716bc213f925a62336a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d6ead35e1c394fd6a9b6ba919ec8f671"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "44f26eb063954e739b503e6a5e9032fd", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/df1d539b7aa642c2ad7acc6ea529111e"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1e2e003179664dc79ad50db275c1e4d6", "id": "df1d539b7aa642c2ad7acc6ea529111e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e3fee02b30d34c7a9330a73a21d45d42"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b58fbb85ee2445d94b03eb426d1653b", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e57db16c0db147338b3eb70ac6280677"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a171e2b92264592bd937870e5a64cd5", "id": "e57db16c0db147338b3eb70ac6280677"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e68f1a4763624f96bd5f1b24dcb98bfd"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b58fbb85ee2445d94b03eb426d1653b", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb75e9570c6b42728b7a369474c80391"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "id": "eb75e9570c6b42728b7a369474c80391"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f2b43a363b96411aa33db816a01e9fec"}, "url": "http://192.30.9.7:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "14f9b05c64b04cddafa407d6aabb0893", "id": "f2b43a363b96411aa33db816a01e9fec"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-11-09 09:06:03,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-0387ea89-5875-4da8-8c1e-a7c284c2b3a3 2018-11-09 09:06:03,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0831389427185s 2018-11-09 09:06:03,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '1cd43294-e871-4fb8-8b62-125d27fd687a', 'keystone_tenant_name': u'cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.27:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_52017f0d-2fed-4fad-b39e-b933416cc071', 'project_domain_name': 'Default'} 2018-11-09 09:06:03,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/secrets 2018-11-09 09:06:04,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:04,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:04,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:04,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:04,072 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:04,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:04,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:04,072 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-11-09 09:06:04,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:04,073 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:03 GMT 2018-11-09 09:06:04,073 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:04,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-11-09 09:06:04,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:04,073 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "1cd43294-e871-4fb8-8b62-125d27fd687a"} 2018-11-09 09:06:04,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:04,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:04,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:04,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:04,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:04,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:04,263 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:04,263 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-11-09 09:06:04,263 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:03.713Z", "updated_at": "2018-11-09T09:06:03.713Z", "created_by": "admin", "private_resource": false, "value": "1cd43294-e871-4fb8-8b62-125d27fd687a", "key": "keystone_password"} 2018-11-09 09:06:04,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:04,263 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:03 GMT 2018-11-09 09:06:04,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:04,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-11-09 09:06:04,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:04,263 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071"} 2018-11-09 09:06:04,395 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:04,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:04,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:04,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:04,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:04,395 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:04,395 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:04,395 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-11-09 09:06:04,395 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:03.893Z", "updated_at": "2018-11-09T09:06:03.893Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071", "key": "keystone_tenant_name"} 2018-11-09 09:06:04,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:04,396 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:03 GMT 2018-11-09 09:06:04,396 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:04,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-11-09 09:06:04,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:04,396 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-11-09 09:06:04,525 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:04,525 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:04,525 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:04,525 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:04,526 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:04,526 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:04,526 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:04,526 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-11-09 09:06:04,526 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:04.015Z", "updated_at": "2018-11-09T09:06:04.015Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-11-09 09:06:04,526 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:04,526 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:04 GMT 2018-11-09 09:06:04,526 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:04,526 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-11-09 09:06:04,526 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:04,527 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.27:5000"} 2018-11-09 09:06:04,645 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:04,645 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:04,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:04.130Z", "updated_at": "2018-11-09T09:06:04.130Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.27:5000", "key": "keystone_url"} 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:04 GMT 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:04,646 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-11-09 09:06:04,770 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:04,770 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:04,771 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:04,771 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:04,771 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:04,771 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:04,771 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:04,771 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-11-09 09:06:04,771 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:04.269Z", "updated_at": "2018-11-09T09:06:04.269Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-11-09 09:06:04,771 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:04,772 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:04 GMT 2018-11-09 09:06:04,772 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:04,772 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-11-09 09:06:04,772 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:04,772 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_52017f0d-2fed-4fad-b39e-b933416cc071"} 2018-11-09 09:06:05,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:05,008 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:05,008 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:05,008 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:05,008 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:05,009 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:05,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:05,009 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-11-09 09:06:05,009 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:04.473Z", "updated_at": "2018-11-09T09:06:04.473Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_52017f0d-2fed-4fad-b39e-b933416cc071", "key": "keystone_username"} 2018-11-09 09:06:05,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:05,009 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:04 GMT 2018-11-09 09:06:05,009 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:05,009 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-11-09 09:06:05,009 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:05,010 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-11-09 09:06:05,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:05,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:05,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:05,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:05,120 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:05,120 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:05,120 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:05,121 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-11-09 09:06:05,121 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:04.611Z", "updated_at": "2018-11-09T09:06:04.611Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-11-09 09:06:05,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:05,121 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:04 GMT 2018-11-09 09:06:05,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:05,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-11-09 09:06:05,121 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:05,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-11-09 09:06:05,122 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 09:06:05,130 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-09 09:06:05,131 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 09:06:05,156 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 09:06:05,375 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-09 09:06:05,376 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-09 09:06:05,388 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-09 09:06:05,399 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-09 09:06:05,400 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-09 09:06:05,422 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-09 09:06:55,041 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-09 09:06:55,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.fileplanet.com * extras: mirror.tocici.com * updates: mirror.web-ster.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.14.4.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.14.4.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 15 MB/s | 54 MB 00:03 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.14.4.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Verifying : python-2.7.5-69.el7_5.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : glibc-common-2.17-222.el7.x86_64 12/24 Verifying : kernel-headers-3.10.0-862.14.4.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.14.4.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-11-09 09:06:55,042 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-09 09:06:55,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-11-09 09:06:55,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:06:55,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=1135de1747b9400187d2c49567a751f8&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}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:06:55,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-828b3d91-a31b-48f0-b268-74d3d8454d09 Date: Fri, 09 Nov 2018 09:06:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:00:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 4, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:06:55,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=1135de1747b9400187d2c49567a751f8&name=default used request id req-828b3d91-a31b-48f0-b268-74d3d8454d09 2018-11-09 09:06:55,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0580630302429s 2018-11-09 09:06:55,106 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=1135de1747b9400187d2c49567a751f8&name=default used request id req-828b3d91-a31b-48f0-b268-74d3d8454d09 2018-11-09 09:06:55,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:06:55,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:06:55,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-908476c6-5ef4-46ab-823d-458d428efeb1 Date: Fri, 09 Nov 2018 09:06:55 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:03Z", "updated_at": "2018-11-09T09:03:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "90720e8f-cb5f-4258-8081-0c3174be8698", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "93cefce6-6615-41b8-8ec6-c95248d20b39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-11-09T09:03:05Z", "revision_number": 0, "id": "bce8b586-9516-4e0f-b2d1-f10e50daee6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:05Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "be98e8fe-080d-4902-8345-011f4e1ece3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "d251814c-82c1-4c33-953e-d2fde25b77db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "d32d8e6f-00d7-4650-9676-3f83ea871f7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-11-09T09:03:05Z", "revision_number": 0, "id": "f10e2c1b-ecbe-4347-9e48-59614c50aa32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:05Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "ff6e3dc3-6a9f-48bc-b42d-fc5a1ea7a8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 8, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:00:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 4, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:06:55,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-908476c6-5ef4-46ab-823d-458d428efeb1 2018-11-09 09:06:55,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0629930496216s 2018-11-09 09:06:55,172 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-908476c6-5ef4-46ab-823d-458d428efeb1 2018-11-09 09:06:55,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:06:55,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" -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": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0"}}' 2018-11-09 09:06:55,362 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ba7bc755-810c-4d5d-a4f5-53e40dba7faf Date: Fri, 09 Nov 2018 09:06:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T09:06:55Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "port_range_min": 22, "revision_number": 0, "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:06:55Z", "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f01d0c9a-3f4e-429b-8b2c-8dab53300cf6"}} 2018-11-09 09:06:55,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ba7bc755-810c-4d5d-a4f5-53e40dba7faf 2018-11-09 09:06:55,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.186221122742s 2018-11-09 09:06:55,363 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ba7bc755-810c-4d5d-a4f5-53e40dba7faf 2018-11-09 09:06:55,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-11-09 09:06:56,086 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-11-09 09:06:58,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:06:58,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:06:58,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:06:58,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:06:58,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:06:58,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:06:58,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:06:58,812 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-11-09 09:06:58,812 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:58.716Z", "updated_at": "2018-11-09T09:06:58.716Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_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"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-11-09 09:06:58,814 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:06:58,814 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:06:58 GMT 2018-11-09 09:06:58,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:06:58,815 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-11-09 09:06:58,815 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:06:58,840 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-11-09 09:07:00,327 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:ee1167b7b8bf490b2f9a9885f2d7dcff sha256:1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1 2018-11-09 09:07:00,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:07:00,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:07:00,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-a11e733a-5eb1-4a9c-8c14-2428cee78f1e Date: Fri, 09 Nov 2018 09:07:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap", "metadata": {}}], "file": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16/file", "owner": "1135de1747b9400187d2c49567a751f8", "id": "2b56e494-f609-4aee-9eee-514164226c16", "size": 4373348352, "self": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:03:01Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-09T09:01:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:07:00,369 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a11e733a-5eb1-4a9c-8c14-2428cee78f1e 2018-11-09 09:07:00,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0420618057251s 2018-11-09 09:07:00,370 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a11e733a-5eb1-4a9c-8c14-2428cee78f1e 2018-11-09 09:07:00,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 09:07:00,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_52017f0d-2fed-4fad-b39e-b933416cc071", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_52017f0d-2fed-4fad-b39e-b933416cc071"}' 2018-11-09 09:07:00,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624 X-Openstack-Request-Id: req-d9e8afef-28f8-4463-8aa1-be22e8480b23 Date: Fri, 09 Nov 2018 09:07:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624/file", "owner": "1135de1747b9400187d2c49567a751f8", "id": "548ab172-bd5b-4e14-b5a3-d6238d5f3624", "size": null, "self": "/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-11-09T09:07:00Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_52017f0d-2fed-4fad-b39e-b933416cc071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "cloudify_ims-img_alt_52017f0d-2fed-4fad-b39e-b933416cc071", "checksum": null, "created_at": "2018-11-09T09:07:00Z", "protected": false} 2018-11-09 09:07:00,555 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d9e8afef-28f8-4463-8aa1-be22e8480b23 2018-11-09 09:07:00,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.182657957077s 2018-11-09 09:07:00,556 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d9e8afef-28f8-4463-8aa1-be22e8480b23 returning object 548ab172-bd5b-4e14-b5a3-d6238d5f3624 2018-11-09 09:07:00,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 09:07:00,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624/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}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '' 2018-11-09 09:07:06,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8102cf41-2e47-4b84-a78d-ed58a6044488 Date: Fri, 09 Nov 2018 09:07:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 09:07:06,442 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624/file used request id req-8102cf41-2e47-4b84-a78d-ed58a6044488 2018-11-09 09:07:06,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.88576006889s 2018-11-09 09:07:06,443 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624/file used request id req-8102cf41-2e47-4b84-a78d-ed58a6044488 2018-11-09 09:07:06,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:07:06,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:07:06,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-95bc9153-bb0f-4828-b3d3-4411e0de634a Date: Fri, 09 Nov 2018 09:07:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624/snap", "metadata": {}}], "file": "/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624/file", "owner": "1135de1747b9400187d2c49567a751f8", "id": "548ab172-bd5b-4e14-b5a3-d6238d5f3624", "size": 263586304, "self": "/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-11-09T09:07:06Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_52017f0d-2fed-4fad-b39e-b933416cc071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "cloudify_ims-img_alt_52017f0d-2fed-4fad-b39e-b933416cc071", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "created_at": "2018-11-09T09:07:00Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap", "metadata": {}}], "file": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16/file", "owner": "1135de1747b9400187d2c49567a751f8", "id": "2b56e494-f609-4aee-9eee-514164226c16", "size": 4373348352, "self": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:03:01Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-09T09:01:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:07:06,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-95bc9153-bb0f-4828-b3d3-4411e0de634a 2018-11-09 09:07:06,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.555205821991s 2018-11-09 09:07:06,999 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-95bc9153-bb0f-4828-b3d3-4411e0de634a 2018-11-09 09:07:07,002 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624/snap', u'metadata': Munch({})})], 'file': u'/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624/file', 'owner': u'1135de1747b9400187d2c49567a751f8', 'id': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'size': 263586304, u'self': u'/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1135de1747b9400187d2c49567a751f8', 'name': 'cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T09:07:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-09T09:07:06Z', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_52017f0d-2fed-4fad-b39e-b933416cc071', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'properties': {u'self': u'/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_52017f0d-2fed-4fad-b39e-b933416cc071', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_52017f0d-2fed-4fad-b39e-b933416cc071', 'created': u'2018-11-09T09:07:00Z', 'checksum': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'created_at': u'2018-11-09T09:07:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_52017f0d-2fed-4fad-b39e-b933416cc071', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}}) 2018-11-09 09:07:07,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 09:07:07,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_52017f0d-2fed-4fad-b39e-b933416cc071", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-11-09 09:07:07,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-9ae87608-5457-42ff-a359-9a7f7028095b x-compute-request-id: req-9ae87608-5457-42ff-a359-9a7f7028095b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fc35a7bc-f54e-4374-8721-8923455af4c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fc35a7bc-f54e-4374-8721-8923455af4c4", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "fc35a7bc-f54e-4374-8721-8923455af4c4", "name": "cloudify_ims-flavor_alt_52017f0d-2fed-4fad-b39e-b933416cc071", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 09:07:07,054 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9ae87608-5457-42ff-a359-9a7f7028095b 2018-11-09 09:07:07,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0518670082092s 2018-11-09 09:07:07,055 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9ae87608-5457-42ff-a359-9a7f7028095b returning object fc35a7bc-f54e-4374-8721-8923455af4c4 2018-11-09 09:07:07,056 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_52017f0d-2fed-4fad-b39e-b933416cc071', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'fc35a7bc-f54e-4374-8721-8923455af4c4', 'swap': 0}) 2018-11-09 09:07:07,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 09:07:07,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/fc35a7bc-f54e-4374-8721-8923455af4c4/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}893aaab2feb5151d831fdf91f94e8471610d9dfc" -d '{"extra_specs": {}}' 2018-11-09 09:07:07,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a832110-29fb-48be-bb05-80849035cb75 x-compute-request-id: req-1a832110-29fb-48be-bb05-80849035cb75 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 09:07:07,078 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/fc35a7bc-f54e-4374-8721-8923455af4c4/os-extra_specs used request id req-1a832110-29fb-48be-bb05-80849035cb75 2018-11-09 09:07:07,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210981369019s 2018-11-09 09:07:07,078 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/fc35a7bc-f54e-4374-8721-8923455af4c4/os-extra_specs used request id req-1a832110-29fb-48be-bb05-80849035cb75 2018-11-09 09:07:07,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-11-09 09:07:07,079 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "548ab172-bd5b-4e14-b5a3-d6238d5f3624", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "bono_cluster_size": 1, "flavor_id": "fc35a7bc-f54e-4374-8721-8923455af4c4", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-11-09 09:07:08,586 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:08,587 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:08,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:08,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:08,587 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:08,587 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:08,587 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:08,587 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-11-09 09:07:08,587 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "548ab172-bd5b-4e14-b5a3-d6238d5f3624", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "bono_cluster_size": 1, "flavor_id": "fc35a7bc-f54e-4374-8721-8923455af4c4", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:07.224Z", "updated_at": "2018-11-09T09:07:07.224Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-11-09 09:07:08,587 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:08,588 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:08 GMT 2018-11-09 09:07:08,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:08,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-11-09 09:07:08,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:08,589 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2018-11-09 09:07:08,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:08,699 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:08,699 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:08,699 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:08,699 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:08,699 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:08,699 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:08,699 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:08.350Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-11-09 09:07:08,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:08,700 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:08 GMT 2018-11-09 09:07:08,700 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:08,700 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-11-09 09:07:08,700 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:08,700 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:08,784 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:08,784 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:08,785 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:08,785 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:08,785 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:08,785 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:08,785 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:08,785 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-09 09:07:08,785 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:08,785 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:08 GMT 2018-11-09 09:07:08,786 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:08,786 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-09 09:07:08,786 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:08,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b 2018-11-09 09:07:08,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:08,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:08,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:08,850 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:08,850 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:08,850 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:08,850 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:08,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:08.350Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"} 2018-11-09 09:07:08,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:08,850 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:08 GMT 2018-11-09 09:07:08,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:08,851 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-09 09:07:08,851 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:13,856 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:14,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:14,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:14,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:14,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:14,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:14,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:14,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:14,071 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:09.719Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:09.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:10.107Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:10.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b", "logger": "bf4c87c3-6f74-4a19-b7f6-1517d647d895"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:10.365Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:10.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b", "logger": "bf4c87c3-6f74-4a19-b7f6-1517d647d895"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:10.372Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:10.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:10.372Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:10.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:10.372Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:10.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:11.392Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b", "logger": "bf4c87c3-6f74-4a19-b7f6-1517d647d895"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:11.392Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b", "logger": "bf4c87c3-6f74-4a19-b7f6-1517d647d895"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:11.392Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b", "logger": "bf4c87c3-6f74-4a19-b7f6-1517d647d895"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:12.410Z", "message": "Installing from directory: /tmp/tmpZ4B2UN [args=--prefix=\"/tmp/openstack-Hj3g2M\" --constraint=\"/tmp/openstack-Hj3g2M/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:12.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b", "logger": "bf4c87c3-6f74-4a19-b7f6-1517d647d895"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:12.410Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpZ4B2UN --prefix=\"/tmp/openstack-Hj3g2M\" --constraint=\"/tmp/openstack-Hj3g2M/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:12.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b", "logger": "bf4c87c3-6f74-4a19-b7f6-1517d647d895"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-11-09 09:07:14,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:14,071 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:14 GMT 2018-11-09 09:07:14,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:14,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-11-09 09:07:14,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:14,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-11-09 09:07:14,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-11-09 09:07:14,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-11-09 09:07:14,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-09 09:07:14,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-09 09:07:14,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-11-09 09:07:14,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-11-09 09:07:14,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-09 09:07:14,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-11-09 09:07:14,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpZ4B2UN [args=--prefix="/tmp/openstack-Hj3g2M" --constraint="/tmp/openstack-Hj3g2M/constraint.txt", package_name=cloudify-openstack-plugin] 2018-11-09 09:07:14,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpZ4B2UN --prefix="/tmp/openstack-Hj3g2M" --constraint="/tmp/openstack-Hj3g2M/constraint.txt" 2018-11-09 09:07:14,074 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b 2018-11-09 09:07:14,139 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:14,140 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:14,140 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:14,140 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:14,140 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:14,140 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:14,140 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:14,140 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:08.350Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"} 2018-11-09 09:07:14,140 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:14,141 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:14 GMT 2018-11-09 09:07:14,141 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:14,141 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-09 09:07:14,141 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:19,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:19,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:19,426 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:19,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:19,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:19,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:19,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:19,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:19,427 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-09 09:07:19,427 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:19,427 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:19 GMT 2018-11-09 09:07:19,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:19,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-09 09:07:19,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:19,428 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b 2018-11-09 09:07:19,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:19,949 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:19,949 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:19,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:19,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:19,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:19,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:19,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:08.350Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"} 2018-11-09 09:07:19,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:19,949 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:19 GMT 2018-11-09 09:07:19,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:19,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-09 09:07:19,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:24,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:25,023 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:25,023 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:25,023 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:25,024 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:25,024 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:25,024 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:25,024 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:25,024 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-09 09:07:25,024 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:25,024 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:25 GMT 2018-11-09 09:07:25,024 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:25,024 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-09 09:07:25,024 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:25,025 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b 2018-11-09 09:07:25,302 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:25,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:25,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:25,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:25,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:25,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:25,303 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:25,303 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:08.350Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"} 2018-11-09 09:07:25,304 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:25,304 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:25 GMT 2018-11-09 09:07:25,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:25,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-09 09:07:25,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:30,310 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:30,421 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:30,421 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:30,421 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:30,421 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:30,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:30,422 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:30,422 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:30,422 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-09 09:07:30,422 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:30,422 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:30 GMT 2018-11-09 09:07:30,422 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:30,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-09 09:07:30,422 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:30,423 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b 2018-11-09 09:07:30,487 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:30,488 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:30,488 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:30,488 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:30,488 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:30,488 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:30,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:30,488 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:08.350Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"} 2018-11-09 09:07:30,489 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:30,489 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:30 GMT 2018-11-09 09:07:30,489 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:30,489 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-09 09:07:30,489 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:35,495 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:35,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:35,560 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:35,560 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:35,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:35,560 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:35,560 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:35,560 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:35,560 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-09 09:07:35,560 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:35,560 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:35 GMT 2018-11-09 09:07:35,561 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:35,561 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-09 09:07:35,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:35,561 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b 2018-11-09 09:07:35,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:35,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:35,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:35,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:35,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:35,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:35,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:35,694 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:08.350Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"} 2018-11-09 09:07:35,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:35,694 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:35 GMT 2018-11-09 09:07:35,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:35,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-09 09:07:35,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:40,700 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:40,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:40,773 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:40,773 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:40,773 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:40,773 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:40,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:40,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:40,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-09 09:07:40,774 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:40,774 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:40 GMT 2018-11-09 09:07:40,774 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:40,774 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-09 09:07:40,774 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:40,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b 2018-11-09 09:07:40,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:40,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:40,986 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:40,986 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:40,986 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:40,986 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:40,986 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:40,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}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:08.350Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"} 2018-11-09 09:07:40,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:40,986 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:40 GMT 2018-11-09 09:07:40,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:40,987 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-09 09:07:40,987 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:45,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:46,075 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:46,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:46,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:46,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:46,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:46,076 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:46,076 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:46,076 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:40.887Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:40.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b", "logger": "bf4c87c3-6f74-4a19-b7f6-1517d647d895"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:41.451Z", "message": "Removing directory: /tmp/tmpZ4B2UN", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:41.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b", "logger": "bf4c87c3-6f74-4a19-b7f6-1517d647d895"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:41.888Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:41.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:42.412Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:42.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:42.412Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:42.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:43.424Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:43.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"}], "metadata": {"pagination": {"total": 17, "offset": 11, "size": 50}}} 2018-11-09 09:07:46,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:46,076 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:46 GMT 2018-11-09 09:07:46,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:46,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3027 2018-11-09 09:07:46,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-11-09 09:07:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpZ4B2UN 2018-11-09 09:07:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-09 09:07:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-11-09 09:07:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-11-09 09:07:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-11-09 09:07:46,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b 2018-11-09 09:07:46,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:46,233 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:46,233 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:46,233 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:46,233 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:46,233 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:46,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:46,233 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:08.350Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"} 2018-11-09 09:07:46,234 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:46,234 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:46 GMT 2018-11-09 09:07:46,234 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:46,234 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-11-09 09:07:46,234 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:46,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-11-09 09:07:46,235 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.210:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-11-09 09:07:46,425 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:46,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:46,425 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:46,425 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:46,425 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:46,425 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:46,425 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:46,425 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-11-09 09:07:46,426 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:07:46,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:46,426 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:46 GMT 2018-11-09 09:07:46,426 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:46,426 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:07:46,426 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:46,426 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:46,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:46,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:46,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:46,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:46,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:46,521 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:46,521 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:46,521 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-09 09:07:46,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:46,521 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:46 GMT 2018-11-09 09:07:46,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:46,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-09 09:07:46,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:46,522 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:07:46,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:46,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:46,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:46,589 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:46,589 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:46,589 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:46,589 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:46,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:07:46,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:46,590 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:46 GMT 2018-11-09 09:07:46,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:46,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:07:46,590 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:51,595 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:51,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:51,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:51,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:51,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:51,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:51,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:51,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:51,726 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:47.041Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:47.041Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:48.425Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:48.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "base_security_group_dgu4x0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_security_group_eas488", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "base_security_group_dgu4x0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_security_group_eas488", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "base_security_group_dgu4x0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_security_group_eas488", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.485Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "base_security_group_dgu4x0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:50.576Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:50.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2aa64a71-2f4d-4b55-9cca-53cf15730500"}, {"node_instance_id": "base_security_group_dgu4x0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2aa64a71-2f4d-4b55-9cca-53cf15730500"}, {"node_instance_id": "base_security_group_dgu4x0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2aa64a71-2f4d-4b55-9cca-53cf15730500"}, {"node_instance_id": "base_security_group_dgu4x0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2aa64a71-2f4d-4b55-9cca-53cf15730500"}, {"node_instance_id": "bind_security_group_clh2p1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f5b0e42e-e126-4d41-83cd-5b4cb83a79ab"}, {"node_instance_id": "dime_security_group_eas488", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "52b325dc-ff8a-410d-b123-026fb9c5ad1c"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f137f0bd-211f-4d45-9aef-9ee479c6b4e0"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f137f0bd-211f-4d45-9aef-9ee479c6b4e0"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f137f0bd-211f-4d45-9aef-9ee479c6b4e0"}, {"node_instance_id": "homer_security_group_16b3sq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "18cf9ba7-8ef7-45cd-bc37-b220cef11bfb"}, {"node_instance_id": "dime_security_group_eas488", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "52b325dc-ff8a-410d-b123-026fb9c5ad1c"}, {"node_instance_id": "dime_security_group_eas488", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "52b325dc-ff8a-410d-b123-026fb9c5ad1c"}, {"node_instance_id": "homer_security_group_16b3sq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "18cf9ba7-8ef7-45cd-bc37-b220cef11bfb"}, {"node_instance_id": "base_security_group_dgu4x0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2aa64a71-2f4d-4b55-9cca-53cf15730500"}, {"node_instance_id": "bind_security_group_clh2p1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f5b0e42e-e126-4d41-83cd-5b4cb83a79ab"}, {"node_instance_id": "base_security_group_dgu4x0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2aa64a71-2f4d-4b55-9cca-53cf15730500"}, {"node_instance_id": "base_security_group_dgu4x0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2aa64a71-2f4d-4b55-9cca-53cf15730500"}, {"node_instance_id": "bind_security_group_clh2p1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f5b0e42e-e126-4d41-83cd-5b4cb83a79ab"}, {"node_instance_id": "dime_security_group_eas488", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "52b325dc-ff8a-410d-b123-026fb9c5ad1c"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f137f0bd-211f-4d45-9aef-9ee479c6b4e0"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f137f0bd-211f-4d45-9aef-9ee479c6b4e0"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f137f0bd-211f-4d45-9aef-9ee479c6b4e0"}, {"node_instance_id": "homer_security_group_16b3sq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "18cf9ba7-8ef7-45cd-bc37-b220cef11bfb"}, {"node_instance_id": "dime_security_group_eas488", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "52b325dc-ff8a-410d-b123-026fb9c5ad1c"}, {"node_instance_id": "dime_security_group_eas488", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "52b325dc-ff8a-410d-b123-026fb9c5ad1c"}, {"node_instance_id": "homer_security_group_16b3sq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "18cf9ba7-8ef7-45cd-bc37-b220cef11bfb"}, {"node_instance_id": "base_security_group_dgu4x0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2aa64a71-2f4d-4b55-9cca-53cf15730500"}, {"node_instance_id": "bind_security_group_clh2p1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.538Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f5b0e42e-e126-4d41-83cd-5b4cb83a79ab"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_security_group_wglqhp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 54, "offset": 0, "size": 50}}} 2018-11-09 09:07:51,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:51,727 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:51 GMT 2018-11-09 09:07:51,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:51,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30088 2018-11-09 09:07:51,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:51,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-11-09 09:07:51,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:51,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:51,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:51,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:51,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-09 09:07:51,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-09 09:07:51,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-09 09:07:51,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-09 09:07:51,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-09 09:07:51,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-09 09:07:51,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-09 09:07:51,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-09 09:07:51,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-11-09 09:07:51,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:07:51,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-11-09 09:07:51,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-11-09 09:07:51,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-11-09 09:07:51,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-11-09 09:07:51,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-11-09 09:07:51,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-11-09 09:07:51,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-11-09 09:07:51,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-11-09 09:07:51,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-11-09 09:07:51,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-11-09 09:07:51,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-11-09 09:07:51,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-11-09 09:07:51,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-11-09 09:07:51,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:51,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:51,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:51,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:51,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:51,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:51,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-11-09 09:07:51,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-11-09 09:07:51,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-09 09:07:51,735 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:07:51,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:51,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:51,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:51,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:51,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:51,803 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:51,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:51,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:07:51,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:51,804 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:51 GMT 2018-11-09 09:07:51,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:51,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:07:51,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:56,809 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:07:57,104 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:57,104 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:57,104 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:57,104 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:57,104 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:57,105 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:57,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:57,105 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_security_group_wglqhp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:51.544Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:52.687Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:52.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:52.687Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:52.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:52.687Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:52.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:52.687Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:52.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:52.687Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:52.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:52.687Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:52.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "base_security_group_dgu4x0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:55.230Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:55.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_security_group_wglqhp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:55.883Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:55.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:55.883Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:55.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:55.883Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:55.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:55.883Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:55.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:55.883Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:55.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_security_group_wglqhp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:56.947Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:56.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f096ac0c-f79c-4dc1-a664-492165691555"}], "metadata": {"pagination": {"total": 67, "offset": 50, "size": 50}}} 2018-11-09 09:07:57,105 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:57,105 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:57 GMT 2018-11-09 09:07:57,105 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:57,105 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8962 2018-11-09 09:07:57,105 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:07:57,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-09 09:07:57,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-09 09:07:57,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-11-09 09:07:57,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-09 09:07:57,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:57,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:57,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:07:57,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-11-09 09:07:57,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-09 09:07:57,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-09 09:07:57,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-09 09:07:57,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-09 09:07:57,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-09 09:07:57,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-11-09 09:07:57,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-09 09:07:57,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-09 09:07:57,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-11-09 09:07:57,109 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:07:57,256 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:07:57,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:07:57,256 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:07:57,256 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:07:57,256 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:07:57,256 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:07:57,256 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:07:57,257 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:07:57,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:07:57,257 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:07:57 GMT 2018-11-09 09:07:57,257 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:07:57,257 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:07:57,257 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:02,263 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:02,365 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:02,365 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:02,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:02,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:02,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:02,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:02,366 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:02,366 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "base_security_group_dgu4x0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.254Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.254Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.254Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.254Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_security_group_eas488", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.254Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.254Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "ellis_security_group_wglqhp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f096ac0c-f79c-4dc1-a664-492165691555"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "ellis_security_group_wglqhp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f096ac0c-f79c-4dc1-a664-492165691555"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "ellis_security_group_wglqhp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f096ac0c-f79c-4dc1-a664-492165691555"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b2963470-e713-4127-a099-c853051e98cc"}, {"node_instance_id": "keypair_a6qe6u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:57.962Z", "message": "Using external resource keypair: cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "54cc77f4-138c-44ac-b14f-a31e8c5704a5"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.295Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_security_group_eas488", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.295Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.295Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "base_security_group_dgu4x0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.295Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.295Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.295Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.295Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.978Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.978Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.978Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.978Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.978Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.978Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.978Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.978Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.978Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:58.978Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:58.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:59.315Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:59.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:59.315Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:59.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_security_group_eas488", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:59.315Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:59.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:07:59.315Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:07:59.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_floatingip_ugbfdw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.072Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'1135de1747b9400187d2c49567a751f8', u'created_at': u'2018-11-09T09:07:58Z', u'updated_at': u'2018-11-09T09:07:58Z', u'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'1135de1747b9400187d2c49567a751f8', u'port_id': None, u'id': u'ed3a493c-8603-47b3-b6b0-7ce5c3dcf915'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff4b27c0-92b2-4f01-b503-684a38f30c5e"}, {"node_instance_id": "bind_floatingip_s0jyxa", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.072Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'1135de1747b9400187d2c49567a751f8', u'created_at': u'2018-11-09T09:07:58Z', u'updated_at': u'2018-11-09T09:07:58Z', u'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'1135de1747b9400187d2c49567a751f8', u'port_id': None, u'id': u'5d7c455b-9029-4c15-8940-563c6ffc95a7'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "89cf6fd6-d2e3-4ec3-aca0-eb2a804ecac6"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.072Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.072Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.072Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.072Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.072Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}], "metadata": {"pagination": {"total": 136, "offset": 67, "size": 50}}} 2018-11-09 09:08:02,366 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:02,366 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:02 GMT 2018-11-09 09:08:02,366 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:02,366 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31616 2018-11-09 09:08:02,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:02,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:02,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:02,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-11-09 09:08:02,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-11-09 09:08:02,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-09 09:08:02,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-09 09:08:02,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-11-09 09:08:02,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-11-09 09:08:02,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-11-09 09:08:02,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-11-09 09:08:02,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-11-09 09:08:02,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-11-09 09:08:02,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-11-09 09:08:02,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071 2018-11-09 09:08:02,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:02,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:02,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:02,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:02,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:02,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-09 09:08:02,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-11-09 09:08:02,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-11-09 09:08:02,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-11-09 09:08:02,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-11-09 09:08:02,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-11-09 09:08:02,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-11-09 09:08:02,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:02,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:02,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:02,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:02,374 - 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'1135de1747b9400187d2c49567a751f8', u'created_at': u'2018-11-09T09:07:58Z', u'updated_at': u'2018-11-09T09:07:58Z', u'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'1135de1747b9400187d2c49567a751f8', u'port_id': None, u'id': u'ed3a493c-8603-47b3-b6b0-7ce5c3dcf915'} 2018-11-09 09:08:02,375 - 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'1135de1747b9400187d2c49567a751f8', u'created_at': u'2018-11-09T09:07:58Z', u'updated_at': u'2018-11-09T09:07:58Z', u'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'1135de1747b9400187d2c49567a751f8', u'port_id': None, u'id': u'5d7c455b-9029-4c15-8940-563c6ffc95a7'} 2018-11-09 09:08:02,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:02,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-11-09 09:08:02,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-11-09 09:08:02,376 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:02,441 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:02,441 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:02,442 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:02,442 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:02,442 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:02,442 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:02,442 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:02,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:02,442 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:02,442 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:02 GMT 2018-11-09 09:08:02,442 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:02,443 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:02,443 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:07,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:07,529 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:07,530 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:07,530 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:07,530 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:07,530 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:07,530 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:07,530 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:07,530 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.072Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "bacf7274-3605-459d-9f17-39559284b8cb"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.389Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.389Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.389Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.389Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:00.389Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:00.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_security_group_bpbg9z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.093Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "32b2cdfb-13ac-4d8c-97a6-05799afe6475"}, {"node_instance_id": "sprout_security_group_bpbg9z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.093Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "32b2cdfb-13ac-4d8c-97a6-05799afe6475"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.418Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.418Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.418Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.418Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.418Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.418Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.418Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.418Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_security_group_wglqhp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:01.418Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:01.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:02.112Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:02.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f9f7c777-bd0f-4e65-aacf-f96a39dc148c"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:02.112Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_f8cwtw'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:02.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f9f7c777-bd0f-4e65-aacf-f96a39dc148c"}, {"node_instance_id": "ellis_security_group_wglqhp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:02.435Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:02.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:02.435Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:02.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:02.435Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:02.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:02.435Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:02.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:02.435Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:02.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:02.435Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:02.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_floatingip_yf7l08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:03.263Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'1135de1747b9400187d2c49567a751f8', u'created_at': u'2018-11-09T09:08:02Z', u'updated_at': u'2018-11-09T09:08:02Z', u'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'1135de1747b9400187d2c49567a751f8', u'port_id': None, u'id': u'a22d62ca-af41-4a71-abb5-010bd428e7f8'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:03.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "cd402297-ec1d-4247-aa39-7b5b4bd35c37"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:03.463Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:03.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:03.463Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:03.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:03.463Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:03.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_security_group_wglqhp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:03.463Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:03.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:03.463Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:03.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:03.463Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:03.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.295Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f9f7c777-bd0f-4e65-aacf-f96a39dc148c"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.295Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_f8cwtw', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f9f7c777-bd0f-4e65-aacf-f96a39dc148c"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.295Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'891f0371-efc2-40d0-8614-7d2248087431', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5eb74bac-a2f9-461f-a51a-896ea10b6a70"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.295Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ac330dc1-ba48-49ef-8b04-c69cd63a0c56', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "4d668cbc-2f37-4825-b03d-1c0f7ad58cf3"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.295Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_f8cwtw', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "f9f7c777-bd0f-4e65-aacf-f96a39dc148c"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.295Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_klfvmd'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5eb74bac-a2f9-461f-a51a-896ea10b6a70"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.295Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_18by1q'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "4d668cbc-2f37-4825-b03d-1c0f7ad58cf3"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.492Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.492Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.492Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.492Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.492Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:04.492Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:04.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:05.418Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'94e0de1c-80de-47ba-a74d-efdf82a6bb6c', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'5d7c455b-9029-4c15-8940-563c6ffc95a7', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:05.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cda7eba-762e-495b-8059-f5a295595aab"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:05.521Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:05.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:05.521Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:05.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:05.521Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:05.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:05.521Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:05.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 186, "offset": 117, "size": 50}}} 2018-11-09 09:08:07,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:07,531 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:07 GMT 2018-11-09 09:08:07,531 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:07,531 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28901 2018-11-09 09:08:07,531 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:07,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-11-09 09:08:07,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:07,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-11-09 09:08:07,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-09 09:08:07,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-11-09 09:08:07,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-11-09 09:08:07,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:08:07,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-11-09 09:08:07,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:07,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:07,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:08:07,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:08:07,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:08:07,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-09 09:08:07,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-09 09:08:07,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-09 09:08:07,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-09 09:08:07,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}] 2018-11-09 09:08:07,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_f8cwtw'} 2018-11-09 09:08:07,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:07,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-09 09:08:07,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:07,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:07,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-09 09:08:07,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-09 09:08:07,536 - 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'1135de1747b9400187d2c49567a751f8', u'created_at': u'2018-11-09T09:08:02Z', u'updated_at': u'2018-11-09T09:08:02Z', u'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'1135de1747b9400187d2c49567a751f8', u'port_id': None, u'id': u'a22d62ca-af41-4a71-abb5-010bd428e7f8'} 2018-11-09 09:08:07,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:07,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:08:07,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-09 09:08:07,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:07,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-09 09:08:07,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-11-09 09:08:07,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-09 09:08:07,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_f8cwtw', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:07,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'891f0371-efc2-40d0-8614-7d2248087431', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-11-09 09:08:07,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ac330dc1-ba48-49ef-8b04-c69cd63a0c56', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-11-09 09:08:07,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_f8cwtw', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:07,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_klfvmd'} 2018-11-09 09:08:07,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_18by1q'} 2018-11-09 09:08:07,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:07,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:07,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:07,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-09 09:08:07,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-09 09:08:07,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-09 09:08:07,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'94e0de1c-80de-47ba-a74d-efdf82a6bb6c', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'5d7c455b-9029-4c15-8940-563c6ffc95a7', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}] 2018-11-09 09:08:07,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:07,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:07,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:08:07,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-09 09:08:07,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:07,616 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:07,616 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:07,616 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:07,616 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:07,617 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:07,617 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:07,617 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:07,617 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:07,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:07,617 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:07 GMT 2018-11-09 09:08:07,617 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:07,617 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:07,617 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:12,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:13,810 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:13,810 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:13,810 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:13,810 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:13,810 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:13,810 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:13,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:13,811 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:05.521Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:05.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.327Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5eb74bac-a2f9-461f-a51a-896ea10b6a70"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.327Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "4d668cbc-2f37-4825-b03d-1c0f7ad58cf3"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.327Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_klfvmd', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5eb74bac-a2f9-461f-a51a-896ea10b6a70"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.327Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_18by1q', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "4d668cbc-2f37-4825-b03d-1c0f7ad58cf3"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.327Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'd9865b62-0077-4896-951a-3bd94c469624', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "18f7bfa3-c654-4bea-8523-e43ba13e305b"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.327Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_klfvmd', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5eb74bac-a2f9-461f-a51a-896ea10b6a70"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.327Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_18by1q', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "4d668cbc-2f37-4825-b03d-1c0f7ad58cf3"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.327Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_z9qn6c'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cda7eba-762e-495b-8059-f5a295595aab"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.327Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_xvmbwe'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "18f7bfa3-c654-4bea-8523-e43ba13e305b"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.579Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.579Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.579Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.579Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.579Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.579Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:06.579Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:06.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:07.350Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'b1024f72-02ad-4ac9-9928-dd21053d7ab4', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'a22d62ca-af41-4a71-abb5-010bd428e7f8', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:07.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0a03229d-3b56-4b4e-a8ef-7e251c9c88f4"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:07.350Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_jg55c8'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:07.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0a03229d-3b56-4b4e-a8ef-7e251c9c88f4"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:07.600Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:07.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:07.600Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:07.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:07.600Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:07.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:07.600Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:07.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:07.600Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:07.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:07.600Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:07.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:08.372Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:08.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cda7eba-762e-495b-8059-f5a295595aab"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:08.372Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_z9qn6c', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:08.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cda7eba-762e-495b-8059-f5a295595aab"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:08.372Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_z9qn6c', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:08.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cda7eba-762e-495b-8059-f5a295595aab"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:08.623Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:08.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:08.623Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:08.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:08.623Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:08.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:09.385Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'332f98d7-c666-44aa-9f6f-dbd4ef39a779', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'd62376ab-c8e9-4919-806d-eeef2a14f45e', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:09.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fd4409f7-7802-4a7d-b321-a696bc2cc288"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:09.385Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_mmihkt'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:09.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fd4409f7-7802-4a7d-b321-a696bc2cc288"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:09.635Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:09.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:09.635Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:09.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:09.635Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:09.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:09.635Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:09.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:10.409Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:10.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "18f7bfa3-c654-4bea-8523-e43ba13e305b"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:10.409Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_xvmbwe', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:10.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "18f7bfa3-c654-4bea-8523-e43ba13e305b"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:10.409Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_xvmbwe', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:10.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "18f7bfa3-c654-4bea-8523-e43ba13e305b"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:10.648Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:10.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:10.648Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:10.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:10.648Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:10.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:11.429Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:11.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0a03229d-3b56-4b4e-a8ef-7e251c9c88f4"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:11.429Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:11.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fd4409f7-7802-4a7d-b321-a696bc2cc288"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:11.429Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_jg55c8', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:11.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0a03229d-3b56-4b4e-a8ef-7e251c9c88f4"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:11.429Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_mmihkt', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:11.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fd4409f7-7802-4a7d-b321-a696bc2cc288"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:11.429Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_jg55c8', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:11.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0a03229d-3b56-4b4e-a8ef-7e251c9c88f4"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:11.429Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_mmihkt', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:11.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fd4409f7-7802-4a7d-b321-a696bc2cc288"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:12.455Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:12.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 224, "offset": 167, "size": 50}}} 2018-11-09 09:08:13,811 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:13,811 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:13 GMT 2018-11-09 09:08:13,811 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:13,811 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 33364 2018-11-09 09:08:13,811 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:13,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-09 09:08:13,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-09 09:08:13,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-09 09:08:13,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_klfvmd', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_18by1q', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'd9865b62-0077-4896-951a-3bd94c469624', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-11-09 09:08:13,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_klfvmd', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_18by1q', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_z9qn6c'} 2018-11-09 09:08:13,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_xvmbwe'} 2018-11-09 09:08:13,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:08:13,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:08:13,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-09 09:08:13,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:13,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:13,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-09 09:08:13,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-09 09:08:13,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'b1024f72-02ad-4ac9-9928-dd21053d7ab4', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'a22d62ca-af41-4a71-abb5-010bd428e7f8', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}] 2018-11-09 09:08:13,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_jg55c8'} 2018-11-09 09:08:13,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:13,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:08:13,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-09 09:08:13,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-09 09:08:13,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-09 09:08:13,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:13,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-09 09:08:13,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_z9qn6c', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_z9qn6c', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:13,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-09 09:08:13,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-09 09:08:13,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'332f98d7-c666-44aa-9f6f-dbd4ef39a779', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'd62376ab-c8e9-4919-806d-eeef2a14f45e', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-11-09 09:08:13,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_mmihkt'} 2018-11-09 09:08:13,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-09 09:08:13,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:13,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-09 09:08:13,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-09 09:08:13,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-09 09:08:13,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_xvmbwe', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_xvmbwe', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:13,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-09 09:08:13,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-09 09:08:13,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-09 09:08:13,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-09 09:08:13,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_jg55c8', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_mmihkt', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_jg55c8', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_mmihkt', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:13,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:13,821 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:14,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:14,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:14,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:14,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:14,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:14,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:14,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:14,428 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:14,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:14,428 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:14 GMT 2018-11-09 09:08:14,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:14,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:14,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:19,429 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:19,503 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:19,504 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:19,504 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:19,504 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:19,504 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:19,504 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:19,504 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:19,504 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:12.455Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:12.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:12.455Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:12.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:12.455Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:12.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:12.455Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:12.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:12.455Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:12.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:12.458Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'eeed4ffc-fd4e-4d0a-901a-1fd760d8ed0a', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'332f98d7-c666-44aa-9f6f-dbd4ef39a779', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'ed3a493c-8603-47b3-b6b0-7ce5c3dcf915', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:12.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ef199b67-76ae-4a89-842d-0eabb5e9838f"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:12.458Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_ypvmfp'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:12.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ef199b67-76ae-4a89-842d-0eabb5e9838f"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:14.608Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:14.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:14.608Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:14.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:14.620Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:14.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ef199b67-76ae-4a89-842d-0eabb5e9838f"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:14.620Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_ypvmfp', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:14.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ef199b67-76ae-4a89-842d-0eabb5e9838f"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:14.620Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_ypvmfp', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:14.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ef199b67-76ae-4a89-842d-0eabb5e9838f"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:15.652Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:15.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:15.652Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:15.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:15.652Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:15.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:15.652Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:15.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:15.652Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:15.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:15.652Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:15.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:16.688Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:16.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:16.688Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:16.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:16.688Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:16.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:16.688Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:16.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:16.688Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:16.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:16.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]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:16.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:16.688Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:16.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:17.696Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:17.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:17.696Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:17.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:17.696Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:17.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:17.696Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:17.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:17.696Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:17.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:17.696Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:17.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:19.221Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:19.221Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:19.221Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 251, "offset": 217, "size": 50}}} 2018-11-09 09:08:19,504 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:19,504 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:19 GMT 2018-11-09 09:08:19,505 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:19,505 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21728 2018-11-09 09:08:19,505 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:19,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:19,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-09 09:08:19,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:19,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-09 09:08:19,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-09 09:08:19,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', u'external_type': u'keypair'}, {u'external_id': u'54442b64-f749-4d53-b4d9-504f7ea56dc5', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'eeed4ffc-fd4e-4d0a-901a-1fd760d8ed0a', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'332f98d7-c666-44aa-9f6f-dbd4ef39a779', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'ed3a493c-8603-47b3-b6b0-7ce5c3dcf915', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}] 2018-11-09 09:08:19,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_ypvmfp'} 2018-11-09 09:08:19,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-09 09:08:19,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-09 09:08:19,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-09 09:08:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_ypvmfp', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_ypvmfp', 'key_name': u'cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071', 'image': u'548ab172-bd5b-4e14-b5a3-d6238d5f3624', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071', 'cloudify_management_network_id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}, 'nics': [{'net-id': u'b218d0b1-b3f0-4f72-80d8-1bb307feb6b7'}], 'flavor': u'fc35a7bc-f54e-4374-8721-8923455af4c4'} 2018-11-09 09:08:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-09 09:08:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-09 09:08:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-09 09:08:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-09 09:08:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-09 09:08:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-09 09:08:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-09 09:08:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-09 09:08:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-09 09:08:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-09 09:08:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-09 09:08:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-09 09:08:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-09 09:08:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:08:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-09 09:08:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-09 09:08:19,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:19,591 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:19,591 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:19,591 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:19,591 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:19,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:19,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:19,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:19,592 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:19,592 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:19,592 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:19 GMT 2018-11-09 09:08:19,592 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:19,592 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:19,592 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:24,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:24,692 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:24,692 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:24,692 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:24,692 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:24,692 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:24,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:24,692 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:24,693 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:20.344Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:20.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:20.344Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:20.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:20.344Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:20.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:20.344Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:20.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:20.344Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:20.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:22.269Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:22.269Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 257, "offset": 251, "size": 50}}} 2018-11-09 09:08:24,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:24,693 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:24 GMT 2018-11-09 09:08:24,693 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:24,693 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4893 2018-11-09 09:08:24,693 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:24,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-09 09:08:24,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:08:24,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-09 09:08:24,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-09 09:08:24,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-09 09:08:24,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-09 09:08:24,695 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:24,759 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:24,759 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:24,759 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:24,759 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:24,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:24,760 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:24,760 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:24,760 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:24,760 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:24,760 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:24 GMT 2018-11-09 09:08:24,760 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:24,760 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:24,760 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:29,766 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:29,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:29,854 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:29,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:29,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:29,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:29,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:29,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:29,854 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-11-09 09:08:29,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:29,854 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:29 GMT 2018-11-09 09:08:29,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:29,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:08:29,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:29,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:29,925 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:29,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:29,926 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:29,926 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:29,926 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:29,926 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:29,926 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:29,926 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:29,926 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:29,927 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:29 GMT 2018-11-09 09:08:29,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:29,927 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:29,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:34,932 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:35,041 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:35,041 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:35,041 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:35,041 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:35,041 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:35,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:35,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:35,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-11-09 09:08:35,042 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:35,042 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:35 GMT 2018-11-09 09:08:35,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:35,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:08:35,042 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:35,043 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:35,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:35,113 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:35,113 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:35,113 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:35,113 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:35,113 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:35,113 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:35,113 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:35,113 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:35,113 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:35 GMT 2018-11-09 09:08:35,114 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:35,114 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:35,114 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:40,119 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:40,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:40,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:40,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:40,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:40,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:40,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:40,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:40,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-11-09 09:08:40,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:40,214 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:40 GMT 2018-11-09 09:08:40,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:40,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:08:40,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:40,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:40,281 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:40,281 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:40,281 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:40,281 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:40,281 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:40,281 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:40,282 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:40,282 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:40,282 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:40,282 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:40 GMT 2018-11-09 09:08:40,282 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:40,282 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:40,282 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:45,287 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:45,362 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:45,362 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:45,362 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:45,362 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:45,362 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:45,362 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:45,362 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:45,363 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:43.780Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:43.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:44.377Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:44.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 259, "offset": 257, "size": 50}}} 2018-11-09 09:08:45,363 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:45,363 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:45 GMT 2018-11-09 09:08:45,363 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:45,363 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-11-09 09:08:45,363 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:45,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:45,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:45,364 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:45,429 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:45,429 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:45,429 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:45,429 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:45,429 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:45,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:45,430 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:45,430 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:45,430 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:45,430 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:45 GMT 2018-11-09 09:08:45,430 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:45,430 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:45,430 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:50,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:50,913 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:50,913 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:50,913 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:50,913 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:50,913 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:50,913 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:50,913 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:50,914 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:45.412Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:45.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:45.412Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:45.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:46.419Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:46.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:47.430Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:47.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:47.430Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:47.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:47.430Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:47.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:48.451Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:48.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:48.451Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:48.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:49.472Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:49.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:49.472Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:49.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:49.472Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:49.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 270, "offset": 259, "size": 50}}} 2018-11-09 09:08:50,914 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:50,914 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:50 GMT 2018-11-09 09:08:50,914 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:50,914 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7588 2018-11-09 09:08:50,914 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:50,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:50,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:50,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-09 09:08:50,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:50,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-09 09:08:50,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:50,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:50,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:50,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:50,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-09 09:08:50,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:50,917 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:51,376 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:51,376 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:51,376 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:51,376 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:51,376 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:51,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:51,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:51,377 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:51,377 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:51,377 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:51 GMT 2018-11-09 09:08:51,377 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:51,377 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:51,377 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:56,380 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:08:56,447 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:56,448 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:56,448 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:56,448 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:56,448 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:56,448 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:56,448 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:56,448 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:50.509Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:50.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:50.509Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:50.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:50.509Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:50.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:50.509Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:50.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:50.509Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:50.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:52.320Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:52.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:52.320Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:52.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:52.320Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:52.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:52.320Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:08:52.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:53.361Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:53.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:08:54.751Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:08:54.751Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 281, "offset": 270, "size": 50}}} 2018-11-09 09:08:56,449 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:56,449 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:56 GMT 2018-11-09 09:08:56,449 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:56,449 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8840 2018-11-09 09:08:56,449 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:08:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-09 09:08:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-09 09:08:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-09 09:08:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:08:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-09 09:08:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-09 09:08:56,451 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:08:56,511 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:08:56,511 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:08:56,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:08:56,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:08:56,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:08:56,512 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:08:56,512 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:08:56,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:08:56,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:08:56,512 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:08:56 GMT 2018-11-09 09:08:56,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:08:56,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:08:56,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:01,518 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:01,597 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:01,597 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:01,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:01,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:01,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:01,598 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:01,598 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:01,598 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-11-09 09:09:01,598 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:01,598 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:01 GMT 2018-11-09 09:09:01,598 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:01,598 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:09:01,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:01,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:01,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:01,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:01,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:01,656 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:01,656 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:01,656 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:01,656 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:01,656 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:01,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:01,657 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:01 GMT 2018-11-09 09:09:01,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:01,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:01,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:06,659 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:06,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:06,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:06,745 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:06,746 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:06,746 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:06,746 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:06,746 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:06,746 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-11-09 09:09:06,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:06,746 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:06 GMT 2018-11-09 09:09:06,746 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:06,746 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:09:06,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:06,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:06,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:06,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:06,816 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:06,816 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:06,816 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:06,817 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:06,817 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:06,817 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:06,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:06,817 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:06 GMT 2018-11-09 09:09:06,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:06,817 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:06,817 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:11,823 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:11,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:11,891 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:11,891 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:11,891 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:11,891 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:11,892 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:11,892 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:11,892 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-11-09 09:09:11,892 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:11,892 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:11 GMT 2018-11-09 09:09:11,892 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:11,892 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:09:11,892 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:11,892 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:11,950 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:11 GMT 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:11,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:16,957 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:17,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:17,029 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:17,029 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:17,029 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:17,029 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:17,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:17,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:17,030 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:16.063Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:16.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:16.377Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:16.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 283, "offset": 281, "size": 50}}} 2018-11-09 09:09:17,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:17,030 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:17 GMT 2018-11-09 09:09:17,030 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:17,030 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-11-09 09:09:17,030 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:17,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:17,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:17,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:17,102 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:17,102 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:17,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:17,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:17,103 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:17,103 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:17,103 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:17,103 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:17,103 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:17,103 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:17 GMT 2018-11-09 09:09:17,103 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:17,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:17,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:22,109 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:22,199 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:22,199 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:22,200 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:22,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:22,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:22,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:22,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:22,200 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:17.387Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:17.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:17.387Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:17.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:18.398Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:18.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:19.410Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:19.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:19.410Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:19.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:19.410Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:19.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:20.501Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:20.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:21.577Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:21.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:21.577Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:21.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:21.577Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:21.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:21.577Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:21.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 294, "offset": 283, "size": 50}}} 2018-11-09 09:09:22,200 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:22,200 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:22 GMT 2018-11-09 09:09:22,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:22,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7588 2018-11-09 09:09:22,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:22,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:22,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:22,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-09 09:09:22,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:22,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-09 09:09:22,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:22,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:22,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:22,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-09 09:09:22,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:22,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:22,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:22,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:22,293 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:22,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:22,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:22,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:22,294 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:22,294 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:22,294 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:22,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:22,294 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:22 GMT 2018-11-09 09:09:22,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:22,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:22,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:27,300 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:27,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:27,374 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:27,374 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:27,374 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:27,375 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:27,375 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:27,375 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:27,375 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:22.587Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:22.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:22.587Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:22.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:23.604Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:23.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:23.604Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:23.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:23.604Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:23.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:24.615Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:24.615Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:24.615Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:24.615Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:25.635Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:25.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:25.635Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:25.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:25.635Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:25.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:26.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": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:26.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 305, "offset": 294, "size": 50}}} 2018-11-09 09:09:27,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:27,375 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:27 GMT 2018-11-09 09:09:27,375 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:27,375 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8840 2018-11-09 09:09:27,375 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:27,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:27,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:27,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-09 09:09:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-09 09:09:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-09 09:09:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-09 09:09:27,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:09:27,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-09 09:09:27,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:27,439 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:27,439 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:27,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:27,440 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:27,440 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:27,440 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:27,440 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:27,440 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:27,440 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:27,440 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:27 GMT 2018-11-09 09:09:27,440 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:27,440 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:27,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:32,445 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:32,526 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:32,526 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:32,526 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:32,527 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:32,527 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:32,527 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:32,527 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:32,527 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-11-09 09:09:32,527 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:32,527 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:32 GMT 2018-11-09 09:09:32,527 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:32,527 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:09:32,527 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:32,528 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:32,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:32,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:32,590 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:32,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:32,590 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:32,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:32,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:32,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:32,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:32,590 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:32 GMT 2018-11-09 09:09:32,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:32,591 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:32,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:37,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:37,670 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:37,670 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:37,670 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:37,670 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:37,670 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:37,670 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:37,670 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:37,671 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-11-09 09:09:37,671 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:37,671 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:37 GMT 2018-11-09 09:09:37,671 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:37,671 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:09:37,671 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:37,671 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:37,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:37,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:37,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:37,734 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:37,735 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:37,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:37,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:37,735 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:37,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:37,735 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:37 GMT 2018-11-09 09:09:37,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:37,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:37,735 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:42,741 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:42,812 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:42,812 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:42,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:42 GMT 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:42,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:42,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:42,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:42,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:42,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:42,872 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:42,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:42,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:42,872 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:42,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:42,872 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:42 GMT 2018-11-09 09:09:42,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:42,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:42,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:47,878 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:48,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:48,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:48,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:48,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:48,009 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:48,009 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:48,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:48,009 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-11-09 09:09:48,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:48,009 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:48 GMT 2018-11-09 09:09:48,009 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:48,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:09:48,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:48,010 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:48,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:48,133 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:48,133 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:48,133 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:48,133 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:48,133 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:48,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:48,134 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:48,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:48,134 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:48 GMT 2018-11-09 09:09:48,134 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:48,134 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:48,134 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:53,139 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:53,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:53,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:53,893 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:53,893 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:53,893 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:53,893 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:53,893 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:53,893 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:48.432Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:48.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:48.649Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:48.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:50.523Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:50.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:50.523Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:50.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:51.636Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:51.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:51.636Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:51.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 311, "offset": 305, "size": 50}}} 2018-11-09 09:09:53,893 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:53,894 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:53 GMT 2018-11-09 09:09:53,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:53,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3156 2018-11-09 09:09:53,894 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:53,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:53,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:53,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:53,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:53,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:53,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:53,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:09:54,562 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:54,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:54,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:54,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:54,563 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:54,563 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:54,563 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:54,563 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:09:54,563 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:54,563 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:54 GMT 2018-11-09 09:09:54,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:54,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:09:54,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:59,569 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:09:59,812 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:09:59,812 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:09:59,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:09:59,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:09:59,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:09:59,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:09:59,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:09:59,813 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:53.309Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:53.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:53.309Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:53.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:54.925Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:54.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:54.925Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:54.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:54.925Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:54.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:54.925Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:54.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:54.925Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:54.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:57.100Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:57.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:57.100Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:57.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:57.100Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:57.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:57.100Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:57.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:57.100Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:57.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:57.100Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:09:57.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:09:58.227Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:09:58.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 325, "offset": 311, "size": 50}}} 2018-11-09 09:09:59,813 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:09:59,813 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:09:59 GMT 2018-11-09 09:09:59,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:09:59,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9752 2018-11-09 09:09:59,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:09:59,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:59,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:59,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:59,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:59,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-09 09:09:59,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-09 09:09:59,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:59,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:59,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:59,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-09 09:09:59,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:59,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:59,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-09 09:09:59,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-09 09:09:59,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:10:00,110 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:00,110 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:00,110 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:00,110 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:00,111 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:00,111 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:00,111 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:00,111 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:10:00,111 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:00,111 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:00 GMT 2018-11-09 09:10:00,111 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:00,111 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:10:00,111 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:05,117 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:10:05,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:05,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:05,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:05,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:05,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:05,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:05,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:05,574 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:00.496Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:10:00.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:01.385Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:10:01.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:01.385Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:10:01.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:01.385Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:10:01.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 329, "offset": 325, "size": 50}}} 2018-11-09 09:10:05,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:05,575 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:05 GMT 2018-11-09 09:10:05,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:05,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4628 2018-11-09 09:10:05,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:05,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-09 09:10:05,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-09 09:10:05,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-09 09:10:05,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-09 09:10:05,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:10:05,756 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:05,756 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:05,756 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:05,756 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:05,756 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:05,756 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:05,756 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:05,757 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:10:05,757 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:05,757 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:05 GMT 2018-11-09 09:10:05,757 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:05,757 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:10:05,757 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:10,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:10:11,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:11,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:11 GMT 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:10:11,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:11,068 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:10:11,187 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:11,187 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:11,187 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:11,187 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:11,187 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:11,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:11,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:11,187 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:10:11,188 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:11,188 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:11 GMT 2018-11-09 09:10:11,188 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:11,188 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:10:11,188 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:16,193 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:10:16,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:16,522 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:16,522 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:16,522 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:16,522 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:16,522 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:16,522 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:16,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-11-09 09:10:16,523 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:16,523 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:16 GMT 2018-11-09 09:10:16,523 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:16,523 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:10:16,523 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:16,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:10:16,607 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:16,607 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:16,608 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:16,608 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:16,608 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:16,608 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:16,608 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:16,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:10:16,608 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:16,608 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:16 GMT 2018-11-09 09:10:16,608 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:16,609 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:10:16,609 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:21,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:10:22,554 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:22,554 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:22,554 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:22,555 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:22,555 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:22,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:22,555 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:22,555 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-11-09 09:10:22,555 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:22,555 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:22 GMT 2018-11-09 09:10:22,555 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:22,555 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:10:22,555 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:22,556 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:10:24,082 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:24,082 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:24,082 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:24,082 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:24,083 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:24,083 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:24,083 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:24,083 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:10:24,083 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:24,083 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:24 GMT 2018-11-09 09:10:24,083 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:24,083 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:10:24,083 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:29,089 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:10:30,396 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:30,396 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:30,396 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:30,396 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:30,397 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:30,397 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:30,397 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:30,397 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:24.629Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:24.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:25.072Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:25.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:25.072Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:25.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:25.072Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:25.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:26.894Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:26.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:27.328Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:27.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "35db7595-0c59-4540-bdd3-a94d79dbc9ed"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:27.450Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:27.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 336, "offset": 329, "size": 50}}} 2018-11-09 09:10:30,397 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:30,397 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:30 GMT 2018-11-09 09:10:30,397 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:30,397 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3668 2018-11-09 09:10:30,397 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:30,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:30,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:30,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:30,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:30,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:30,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-09 09:10:30,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:30,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:10:31,562 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:31,562 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:31,562 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:31,562 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:31,562 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:31,563 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:31,563 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:31,563 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:10:31,563 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:31,563 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:31 GMT 2018-11-09 09:10:31,563 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:31,563 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:10:31,563 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:36,567 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:10:37,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:37,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:37,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:37,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:37,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:37,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:37,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:37,789 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:30.653Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:30.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:30.653Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:30.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:30.653Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:30.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:30.653Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:30.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:31.873Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:31.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:31.873Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:31.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:31.873Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:31.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:31.873Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:31.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:31.873Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:10:31.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:31.873Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:31.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:31.873Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:31.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:31.873Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:31.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:32.686Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:32.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "61334f25-5807-4723-af61-348eb2ffbab1"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:33.098Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:33.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:33.704Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:33.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "88d1359b-eb51-42b7-890a-3afc7d899af4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:33.704Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:33.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2b431027-6865-41a0-be09-e32a5a5c4953"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:36.404Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:36.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 353, "offset": 336, "size": 50}}} 2018-11-09 09:10:37,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:37,790 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:37 GMT 2018-11-09 09:10:37,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:37,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9376 2018-11-09 09:10:37,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:37,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-09 09:10:37,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-11-09 09:10:37,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-09 09:10:37,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-09 09:10:37,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-09 09:10:37,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-09 09:10:37,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:37,794 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:10:38,706 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:38,706 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:38,706 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:38,707 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:38,707 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:38,707 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:38,707 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:38,707 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:10:38,707 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:38,707 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:38 GMT 2018-11-09 09:10:38,707 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:38,707 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:10:38,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:43,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:10:44,735 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:44,735 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:44,735 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:44,735 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:44,735 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:44,736 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:44,736 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:44,736 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:37.840Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:37.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:37.840Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:37.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:37.840Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:10:37.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:37.840Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:37.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:37.840Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:37.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.448Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.448Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.448Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.448Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.448Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:10:39.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.448Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.448Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.448Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.448Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.448Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.606Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:39.933Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:39.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}], "metadata": {"pagination": {"total": 458, "offset": 353, "size": 50}}} 2018-11-09 09:10:44,736 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:44,736 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:44 GMT 2018-11-09 09:10:44,736 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:44,736 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28155 2018-11-09 09:10:44,736 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:44,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-09 09:10:44,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-09 09:10:44,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-11-09 09:10:44,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-09 09:10:44,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:44,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-09 09:10:44,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-09 09:10:44,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-09 09:10:44,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-09 09:10:44,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-11-09 09:10:44,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-09 09:10:44,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-09 09:10:44,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-09 09:10:44,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:44,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-11-09 09:10:44,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-09 09:10:44,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-09 09:10:44,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:10:44,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:10:44,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:44,746 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:10:45,687 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:45,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:45,688 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:45,688 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:45,688 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:45,688 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:45,688 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:45,688 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:10:45,688 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:45,688 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:45 GMT 2018-11-09 09:10:45,689 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:45,689 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:10:45,689 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:50,694 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:10:52,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:52,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:52,607 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:52,607 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:52,607 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:52,607 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:52,607 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:52,607 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:41.069Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:41.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:42.917Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:10:42.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}], "metadata": {"pagination": {"total": 545, "offset": 403, "size": 50}}} 2018-11-09 09:10:52,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:52,607 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:52 GMT 2018-11-09 09:10:52,608 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:52,608 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28239 2018-11-09 09:10:52,608 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:52,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-09 09:10:52,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-09 09:10:52,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-09 09:10:52,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:10:52,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-09 09:10:52,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-11-09 09:10:52,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:52,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-09 09:10:52,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-09 09:10:52,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-09 09:10:52,617 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:10:53,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:53,008 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:53,008 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:53,008 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:53,008 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:53,009 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:53,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:53,009 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:10:53,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:53,009 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:53 GMT 2018-11-09 09:10:53,009 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:53,009 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:10:53,009 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:58,015 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:10:58,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:58,178 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:58,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:58,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:58,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:58,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:58,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:58,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:43.561Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:43.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Creating Agent proxy_host_f8cwtw", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:45.704Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_f8cwtw/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:45.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}], "metadata": {"pagination": {"total": 622, "offset": 453, "size": 50}}} 2018-11-09 09:10:58,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:58,179 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:58 GMT 2018-11-09 09:10:58,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:58,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27729 2018-11-09 09:10:58,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:10:58,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-09 09:10:58,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-09 09:10:58,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:10:58,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:10:58,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:10:58,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-09 09:10:58,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-09 09:10:58,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_f8cwtw 2018-11-09 09:10:58,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-11-09 09:10:58,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-09 09:10:58,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_f8cwtw/cloudify/ssl/cloudify_internal_cert.pem 2018-11-09 09:10:58,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:10:58,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-09 09:10:58,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-09 09:10:58,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-09 09:10:58,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:10:58,271 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:10:58,271 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:10:58,271 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:10:58,272 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:10:58,272 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:10:58,272 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:10:58,272 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:10:58,272 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:10:58,272 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:10:58,272 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:10:58 GMT 2018-11-09 09:10:58,272 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:10:58,272 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:10:58,272 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:03,278 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:11:03,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:03,375 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:03,375 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:03,375 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:03,375 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:03,375 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:03,375 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:03,375 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Creating Agent bind_host_z9qn6c", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Creating Agent vellum_host_xvmbwe", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_z9qn6c/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:47.113Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_xvmbwe/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:47.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_f8cwtw/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_xvmbwe/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_f8cwtw/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_f8cwtw/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_f8cwtw', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_f8cwtw/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_f8cwtw', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_xvmbwe/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_xvmbwe/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_xvmbwe', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_xvmbwe/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_xvmbwe', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:48.310Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:48.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_z9qn6c/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_z9qn6c/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_z9qn6c/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_z9qn6c', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_z9qn6c/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_z9qn6c', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "/home/ubuntu/bind_host_z9qn6c/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "/home/ubuntu/proxy_host_f8cwtw/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "/home/ubuntu/vellum_host_xvmbwe/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Successfully created daemon: bind_host_z9qn6c", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "deaccbe1-71ac-4536-b17c-0cb3942280c8"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Successfully created daemon: proxy_host_f8cwtw", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "278d22ab-304a-4726-8060-e56ea70a43d4"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:49.839Z", "message": "Successfully created daemon: vellum_host_xvmbwe", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:49.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d96c4773-b07f-47fc-ac3c-56466dfa6615"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:52.576Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:52.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 718, "offset": 503, "size": 50}}} 2018-11-09 09:11:03,376 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:03,376 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:03 GMT 2018-11-09 09:11:03,376 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:03,376 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30818 2018-11-09 09:11:03,376 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:03,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_z9qn6c 2018-11-09 09:11:03,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-09 09:11:03,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-09 09:11:03,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_xvmbwe 2018-11-09 09:11:03,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-09 09:11:03,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-11-09 09:11:03,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-11-09 09:11:03,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-09 09:11:03,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:03,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-09 09:11:03,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-09 09:11:03,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-09 09:11:03,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_z9qn6c/cloudify/ssl/cloudify_internal_cert.pem 2018-11-09 09:11:03,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_xvmbwe/cloudify/ssl/cloudify_internal_cert.pem 2018-11-09 09:11:03,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_f8cwtw/env 2018-11-09 09:11:03,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_xvmbwe/env 2018-11-09 09:11:03,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_f8cwtw/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_f8cwtw/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_f8cwtw', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_f8cwtw/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_f8cwtw', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'} 2018-11-09 09:11:03,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_xvmbwe/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_xvmbwe/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_xvmbwe', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_xvmbwe/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_xvmbwe', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'} 2018-11-09 09:11:03,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:11:03,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:11:03,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-09 09:11:03,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-09 09:11:03,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-09 09:11:03,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-09 09:11:03,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-09 09:11:03,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_z9qn6c/env 2018-11-09 09:11:03,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_z9qn6c/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_z9qn6c/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_z9qn6c', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_z9qn6c/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_z9qn6c', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'} 2018-11-09 09:11:03,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:11:03,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-09 09:11:03,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-09 09:11:03,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-09 09:11:03,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-09 09:11:03,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_z9qn6c/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-09 09:11:03,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_f8cwtw/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-09 09:11:03,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_xvmbwe/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-09 09:11:03,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-09 09:11:03,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-09 09:11:03,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-09 09:11:03,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-09 09:11:03,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_z9qn6c 2018-11-09 09:11:03,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_f8cwtw 2018-11-09 09:11:03,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_xvmbwe 2018-11-09 09:11:03,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-11-09 09:11:03,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-09 09:11:03,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-09 09:11:03,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-09 09:11:03,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:03,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:03,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:03,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:03,385 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:11:03,598 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:03,598 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:03,598 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:03,599 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:03,599 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:03,599 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:03,599 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:03,599 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:11:03,599 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:03,599 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:03 GMT 2018-11-09 09:11:03,599 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:03,599 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:11:03,599 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:08,605 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:11:08,859 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:08,859 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:08,859 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:08,859 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:08,859 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:08,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:08,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:08,859 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:53.782Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:53.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:54.035Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:54.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Configuring Agent bind_host_z9qn6c", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Creating Agent dime_host_klfvmd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_klfvmd/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}], "metadata": {"pagination": {"total": 813, "offset": 553, "size": 50}}} 2018-11-09 09:11:08,860 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:08,860 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:08 GMT 2018-11-09 09:11:08,860 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:08,860 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27554 2018-11-09 09:11:08,860 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:08,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-09 09:11:08,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:08,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-11-09 09:11:08,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:08,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:08,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_z9qn6c 2018-11-09 09:11:08,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:08,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-09 09:11:08,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-09 09:11:08,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:08,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_klfvmd 2018-11-09 09:11:08,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-11-09 09:11:08,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:08,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-09 09:11:08,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-09 09:11:08,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_klfvmd/cloudify/ssl/cloudify_internal_cert.pem 2018-11-09 09:11:08,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:08,869 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:11:09,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:09,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:09,028 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:09,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:09,028 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:09,029 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:09,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:09,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:11:09,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:09,029 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:09 GMT 2018-11-09 09:11:09,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:09,029 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:11:09,029 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:14,035 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:11:14,181 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:14,181 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:14,181 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:14,181 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:14,181 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:14,181 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:14,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:14,181 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Creating Agent dime_host_klfvmd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_klfvmd/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:55.998Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:55.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:57.025Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:57.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:57.025Z", "message": "Successfully configured daemon: bind_host_z9qn6c", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:57.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:57.025Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:57.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:57.025Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:57.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:57.025Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:57.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5787f339-cedc-4095-b0bf-7a86ad0d542f"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:57.179Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:57.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:57.990Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:57.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:57.990Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:57.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:57.990Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:57.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:58.176Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:58.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:58.176Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:58.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:58.176Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:58.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:58.176Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:58.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:58.176Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_klfvmd/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:58.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:58.176Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_klfvmd/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_klfvmd/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_klfvmd', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_klfvmd/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_klfvmd', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:58.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:58.176Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:58.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:58.176Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:58.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:58.176Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:58.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.027Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.027Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.027Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.027Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "Successfully created daemon: dime_host_klfvmd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "/home/ubuntu/dime_host_klfvmd/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "21f1d2a8-f27c-4e9e-8cc3-d83bd63b2ab1"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:10:59.203Z", "message": "Starting Agent bind_host_z9qn6c", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:10:59.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Configuring Agent proxy_host_f8cwtw", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}], "metadata": {"pagination": {"total": 888, "offset": 603, "size": 50}}} 2018-11-09 09:11:14,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:14,182 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:14 GMT 2018-11-09 09:11:14,182 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:14,182 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28339 2018-11-09 09:11:14,182 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:14,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-09 09:11:14,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_klfvmd 2018-11-09 09:11:14,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_klfvmd/cloudify/ssl/cloudify_internal_cert.pem 2018-11-09 09:11:14,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:11:14,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_z9qn6c 2018-11-09 09:11:14,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-09 09:11:14,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-09 09:11:14,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-09 09:11:14,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:14,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:14,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:14,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-09 09:11:14,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-09 09:11:14,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_klfvmd/env 2018-11-09 09:11:14,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_klfvmd/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_klfvmd/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_klfvmd', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_klfvmd/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_klfvmd', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'} 2018-11-09 09:11:14,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:11:14,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-09 09:11:14,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:14,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-11-09 09:11:14,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:14,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-09 09:11:14,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:14,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-09 09:11:14,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_klfvmd 2018-11-09 09:11:14,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:14,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_klfvmd/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-09 09:11:14,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-09 09:11:14,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_z9qn6c 2018-11-09 09:11:14,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_f8cwtw 2018-11-09 09:11:14,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:14,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:11:14,274 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:14,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:14,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:14,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:14,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:14,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:14,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:14,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:11:14,275 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:14,275 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:14 GMT 2018-11-09 09:11:14,275 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:14,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:11:14,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:19,281 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:11:19,964 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:19,965 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:19,965 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:19,965 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:19,965 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:19,965 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:19,965 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:19,966 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Successfully configured daemon: proxy_host_f8cwtw", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Configuring Agent vellum_host_xvmbwe", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.231Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a543956a-c91a-4fb7-8bfd-928f23ad0ba7"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:00.711Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:00.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.037Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.037Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.037Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.037Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.037Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.037Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.037Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.363Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.363Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.363Z", "message": "Successfully configured daemon: dime_host_klfvmd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.363Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.363Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.363Z", "message": "Successfully configured daemon: vellum_host_xvmbwe", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.363Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "40d3b6df-4034-48ad-bd6e-27321251bd28"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:01.363Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:01.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff6feda1-ab0f-450d-81fc-fabadaf9f740"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.074Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.074Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.074Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.074Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.074Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.074Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_z9qn6c start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}], "metadata": {"pagination": {"total": 982, "offset": 653, "size": 50}}} 2018-11-09 09:11:19,966 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:19,966 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:19 GMT 2018-11-09 09:11:19,966 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:19,966 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26861 2018-11-09 09:11:19,966 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:19,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:11:19,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:19,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-09 09:11:19,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_f8cwtw 2018-11-09 09:11:19,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-09 09:11:19,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:19,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_xvmbwe 2018-11-09 09:11:19,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:19,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:19,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:19,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-09 09:11:19,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:19,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:19,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-09 09:11:19,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:19,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-09 09:11:19,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:19,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-09 09:11:19,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-09 09:11:19,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_klfvmd 2018-11-09 09:11:19,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-09 09:11:19,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-09 09:11:19,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_xvmbwe 2018-11-09 09:11:19,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:11:19,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:11:19,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:19,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:19,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:19,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:19,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-09 09:11:19,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:19,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_z9qn6c start 2018-11-09 09:11:19,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:19,976 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:11:22,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:22,626 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:22,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:22,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:22,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:22,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:22,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:22,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:11:22,627 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:22,627 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:22 GMT 2018-11-09 09:11:22,627 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:22,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:11:22,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:27,633 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:11:27,715 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:27,716 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:27,716 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:27,716 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:27,716 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:27,716 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:27,716 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:27,716 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_z9qn6c start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Successfully started daemon: bind_host_z9qn6c", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "617cdec6-4dd4-4f42-9358-0de318d9e84f"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:02.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:02.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:03.247Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:03.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Starting Agent dime_host_klfvmd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "71adfc7b-4afc-4bf1-b049-cf08a7519f05"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cef219f-6427-4dc5-9698-e394b6739e50"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Starting Agent proxy_host_f8cwtw", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.085Z", "message": "Starting Agent vellum_host_xvmbwe", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.134Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.134Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.134Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.134Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.134Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.134Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:04.134Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:04.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cef219f-6427-4dc5-9698-e394b6739e50"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cef219f-6427-4dc5-9698-e394b6739e50"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}], "metadata": {"pagination": {"total": 1071, "offset": 703, "size": 50}}} 2018-11-09 09:11:27,717 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:27,717 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:27 GMT 2018-11-09 09:11:27,717 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:27,717 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27088 2018-11-09 09:11:27,717 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:27,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:27,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_z9qn6c start 2018-11-09 09:11:27,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_z9qn6c 2018-11-09 09:11:27,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:27,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:27,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-09 09:11:27,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:27,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:27,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:27,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_klfvmd 2018-11-09 09:11:27,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-09 09:11:27,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-09 09:11:27,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:27,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_f8cwtw 2018-11-09 09:11:27,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_xvmbwe 2018-11-09 09:11:27,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-09 09:11:27,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-09 09:11:27,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-09 09:11:27,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:27,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-09 09:11:27,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:27,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:27,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-09 09:11:27,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-09 09:11:27,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:27,726 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:11:28,080 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:28,080 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:28,080 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:28,080 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:28,080 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:28,080 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:28,081 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:28,081 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:11:28,081 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:28,081 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:28 GMT 2018-11-09 09:11:28,081 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:28,081 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:11:28,081 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:33,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:11:33,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:33,170 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:33,170 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:33,170 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:33,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:33,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:33,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:33,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cef219f-6427-4dc5-9698-e394b6739e50"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.137Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:05.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a89e23bb-3125-41d8-810c-7d81b9bcdf69"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:05.160Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time)", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (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.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:11:05.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:06.160Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:06.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cef219f-6427-4dc5-9698-e394b6739e50"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:06.160Z", "message": "Removing directory: /tmp/tmp46dJqH", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:06.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cef219f-6427-4dc5-9698-e394b6739e50"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:06.174Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:06.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:06.174Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:06.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "Successfully started daemon: vellum_host_xvmbwe", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_xvmbwe start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_f8cwtw start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_klfvmd start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "[localhost] run: /home/ubuntu/proxy_host_f8cwtw/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "7c0db0ea-78a5-427b-9318-d492503c3b95"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "Successfully started daemon: proxy_host_f8cwtw", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e129dd60-9ac3-4f0b-aa7b-3ac04b00ed55"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "7c0db0ea-78a5-427b-9318-d492503c3b95"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0aaf3bbe-9ab3-4ed5-abb9-8486b6a8b6ac"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.298Z", "message": "Successfully started daemon: dime_host_klfvmd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dc67641f-e674-47d0-be95-c1249f27cc84"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:07.339Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:07.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27875ffe-7c34-4571-a156-f272ae539bcf"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fa4e3513-908c-40ad-b816-28d46f1bb783"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Removing directory: /tmp/tmpq3nvTt", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "7c0db0ea-78a5-427b-9318-d492503c3b95"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27875ffe-7c34-4571-a156-f272ae539bcf"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "7c0db0ea-78a5-427b-9318-d492503c3b95"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27875ffe-7c34-4571-a156-f272ae539bcf"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "7c0db0ea-78a5-427b-9318-d492503c3b95"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fa4e3513-908c-40ad-b816-28d46f1bb783"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "7c0db0ea-78a5-427b-9318-d492503c3b95"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fa4e3513-908c-40ad-b816-28d46f1bb783"}], "metadata": {"pagination": {"total": 1198, "offset": 753, "size": 50}}} 2018-11-09 09:11:33,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:33,171 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:33 GMT 2018-11-09 09:11:33,171 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:33,171 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28115 2018-11-09 09:11:33,171 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:33,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:33,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:33,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:33,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:33,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-09 09:11:33,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-09 09:11:33,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:33,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:33,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:33,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:33,174 - 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.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time) 2018-11-09 09:11:33,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-09 09:11:33,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp46dJqH 2018-11-09 09:11:33,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-09 09:11:33,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:33,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_xvmbwe 2018-11-09 09:11:33,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_xvmbwe start 2018-11-09 09:11:33,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_f8cwtw start 2018-11-09 09:11:33,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_klfvmd start 2018-11-09 09:11:33,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_f8cwtw/env/bin/pip freeze 2018-11-09 09:11:33,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_f8cwtw 2018-11-09 09:11:33,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-09 09:11:33,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-09 09:11:33,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-09 09:11:33,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-09 09:11:33,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_klfvmd 2018-11-09 09:11:33,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:33,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:33,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:33,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-09 09:11:33,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:33,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-09 09:11:33,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-09 09:11:33,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-09 09:11:33,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:33,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:33,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-09 09:11:33,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:33,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:33,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-09 09:11:33,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-09 09:11:33,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-09 09:11:33,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpq3nvTt 2018-11-09 09:11:33,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-09 09:11:33,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-09 09:11:33,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-09 09:11:33,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-09 09:11:33,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-09 09:11:33,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-09 09:11:33,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-09 09:11:33,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:11:33,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:33,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:33,586 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:33,586 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:33,586 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:33,586 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:33,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:33,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:11:33,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:33,586 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:33 GMT 2018-11-09 09:11:33,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:33,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:11:33,587 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:38,592 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:11:39,174 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:39,174 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:39,174 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:39,174 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:39,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:39,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:39,175 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:39,175 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Removing directory: /tmp/tmpq3nvTt", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "7c0db0ea-78a5-427b-9318-d492503c3b95"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27875ffe-7c34-4571-a156-f272ae539bcf"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "7c0db0ea-78a5-427b-9318-d492503c3b95"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27875ffe-7c34-4571-a156-f272ae539bcf"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.352Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fa4e3513-908c-40ad-b816-28d46f1bb783"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.422Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.422Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.422Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.422Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:08.422Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:08.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.707Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27875ffe-7c34-4571-a156-f272ae539bcf"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.707Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fa4e3513-908c-40ad-b816-28d46f1bb783"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.707Z", "message": "Removing directory: /tmp/tmp71zseP", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27875ffe-7c34-4571-a156-f272ae539bcf"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.707Z", "message": "Removing directory: /tmp/tmpcG25A6", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fa4e3513-908c-40ad-b816-28d46f1bb783"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:09.709Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:09.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.716Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "4820663b-ddba-4ef1-9532-60b99cb4c825"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.752Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.752Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.752Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.752Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.752Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.752Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.752Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.752Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.752Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:10.752Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:11.733Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:11.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "626b4128-2da5-4f54-b4ad-c5a8d079b445"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:11.775Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:11.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:11.775Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:11.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:11.775Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:11.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:11.775Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:11.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:11.775Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:11.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:11.775Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:11.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:11.775Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:11.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:11.775Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:11.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:11.775Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:11.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.801Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.801Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1276, "offset": 803, "size": 50}}} 2018-11-09 09:11:39,175 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:39,175 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:39 GMT 2018-11-09 09:11:39,175 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:39,175 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26427 2018-11-09 09:11:39,175 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:39,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpq3nvTt 2018-11-09 09:11:39,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-09 09:11:39,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-09 09:11:39,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-09 09:11:39,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-09 09:11:39,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-09 09:11:39,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-09 09:11:39,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-09 09:11:39,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:39,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:39,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-09 09:11:39,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-09 09:11:39,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp71zseP 2018-11-09 09:11:39,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpcG25A6 2018-11-09 09:11:39,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:39,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-09 09:11:39,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-09 09:11:39,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:39,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-09 09:11:39,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:39,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-09 09:11:39,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-09 09:11:39,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-09 09:11:39,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-09 09:11:39,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:39,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-09 09:11:39,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-09 09:11:39,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-09 09:11:39,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-09 09:11:39,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-09 09:11:39,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:39,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-09 09:11:39,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-09 09:11:39,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-09 09:11:39,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-09 09:11:39,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-09 09:11:39,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-09 09:11:39,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-09 09:11:39,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-09 09:11:39,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-09 09:11:39,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-09 09:11:39,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:39,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-09 09:11:39,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-09 09:11:39,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-09 09:11:39,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-09 09:11:39,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-09 09:11:39,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-09 09:11:39,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-09 09:11:39,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-09 09:11:39,184 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:11:39,324 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:39,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:39,324 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:39,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:39,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:39,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:39,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:39,325 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:11:39,325 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:39,325 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:39 GMT 2018-11-09 09:11:39,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:39,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:11:39,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:44,331 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:11:44,719 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:44,719 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:44,719 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:44,719 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:44,720 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:44,720 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:44,720 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:44,720 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.801Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.801Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.801Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:12.802Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "proxy_node_j2l96o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:13.818Z", "message": "Executing: /tmp/VIICR/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:13.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "530e12d0-6772-42e1-98cb-ef86a236ae4c"}, {"node_instance_id": "proxy_node_j2l96o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:13.818Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/VIICR/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:13.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "530e12d0-6772-42e1-98cb-ef86a236ae4c"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:13.821Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:13.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_node_j2l96o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:13.821Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:13.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:13.821Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:13.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:13.821Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:13.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_node_j2l96o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:13.821Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:13.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:13.821Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:13.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:13.821Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:13.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_node_j2l96o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:13.821Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:13.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:15.170Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:15.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "3a3405fc-d257-4ee0-bbe6-dd83761ea89a"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:15.509Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:15.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.034Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.121Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1345, "offset": 853, "size": 50}}} 2018-11-09 09:11:44,720 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:44,720 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:44 GMT 2018-11-09 09:11:44,720 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:44,720 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26944 2018-11-09 09:11:44,721 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:44,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-09 09:11:44,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-09 09:11:44,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-09 09:11:44,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-09 09:11:44,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:44,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-09 09:11:44,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:44,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/VIICR/install_requirements.sh 2018-11-09 09:11:44,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/VIICR/install_requirements.sh 2018-11-09 09:11:44,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:44,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:11:44,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-09 09:11:44,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:44,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:11:44,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:11:44,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:11:44,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:11:44,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-09 09:11:44,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-11-09 09:11:44,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-09 09:11:44,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:44,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-09 09:11:44,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:44,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-09 09:11:44,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:11:44,899 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:44,899 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:44,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:44,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:44,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:44,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:44,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:44,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:11:44,900 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:44,900 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:44 GMT 2018-11-09 09:11:44,900 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:44,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:11:44,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:49,906 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:11:50,301 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:50,301 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:50,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:50,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:50,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:50,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:50,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:50,302 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.121Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:16.121Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:16.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}], "metadata": {"pagination": {"total": 1365, "offset": 903, "size": 50}}} 2018-11-09 09:11:50,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:50,302 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:50 GMT 2018-11-09 09:11:50,302 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:50,302 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27529 2018-11-09 09:11:50,302 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:50,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-09 09:11:50,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-09 09:11:50,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-09 09:11:50,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-09 09:11:50,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-09 09:11:50,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-09 09:11:50,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:11:50,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-09 09:11:50,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:11:50,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:50,312 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:11:50,913 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:50,913 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:50,913 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:50,913 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:50,913 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:50,913 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:50,913 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:50,913 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:11:50,913 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:50,914 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:50 GMT 2018-11-09 09:11:50,914 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:50,914 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:11:50,914 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:55,919 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:11:55,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:55,998 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:55,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:55,998 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:55,998 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:55,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:55,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:55,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.056Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.148Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.148Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.148Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:17.148Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:17.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Creating Agent ellis_host_jg55c8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_jg55c8/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_mmihkt/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:18.201Z", "message": "Creating Agent sprout_host_mmihkt", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:18.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:19.211Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:19.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:19.211Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:19.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:19.211Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_mmihkt/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:19.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:20.101Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:20.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:20.384Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:20.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:20.384Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_mmihkt/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_mmihkt/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_mmihkt', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_mmihkt/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_mmihkt', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:20.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:20.384Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_jg55c8/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:20.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:20.384Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:20.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:20.384Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:20.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:20.384Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_jg55c8/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_jg55c8/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_jg55c8', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_jg55c8/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_jg55c8', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:20.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:20.384Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:20.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.168Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.168Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.168Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}], "metadata": {"pagination": {"total": 1377, "offset": 953, "size": 50}}} 2018-11-09 09:11:55,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:55,999 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:55 GMT 2018-11-09 09:11:55,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:55,999 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29080 2018-11-09 09:11:55,999 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:11:56,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-09 09:11:56,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-09 09:11:56,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-09 09:11:56,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:11:56,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-09 09:11:56,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:11:56,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-09 09:11:56,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_jg55c8 2018-11-09 09:11:56,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-09 09:11:56,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-09 09:11:56,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-09 09:11:56,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-11-09 09:11:56,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_jg55c8/cloudify/ssl/cloudify_internal_cert.pem 2018-11-09 09:11:56,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-09 09:11:56,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-11-09 09:11:56,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_mmihkt/cloudify/ssl/cloudify_internal_cert.pem 2018-11-09 09:11:56,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-09 09:11:56,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-09 09:11:56,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_mmihkt 2018-11-09 09:11:56,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:11:56,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-09 09:11:56,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_mmihkt/env 2018-11-09 09:11:56,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-09 09:11:56,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:11:56,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_mmihkt/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_mmihkt/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_mmihkt', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_mmihkt/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_mmihkt', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'} 2018-11-09 09:11:56,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_jg55c8/env 2018-11-09 09:11:56,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-09 09:11:56,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-09 09:11:56,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_jg55c8/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_jg55c8/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_jg55c8', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_jg55c8/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_jg55c8', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'} 2018-11-09 09:11:56,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-09 09:11:56,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:11:56,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:11:56,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:11:56,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-09 09:11:56,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:11:56,008 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:11:56,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:11:56,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:11:56,144 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:11:56,144 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:11:56,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:11:56,145 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:11:56,145 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:11:56,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:11:56,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:11:56,145 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:11:56 GMT 2018-11-09 09:11:56,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:11:56,145 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:11:56,145 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:01,151 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:01,226 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:01,227 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:01,227 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:01,227 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:01,227 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:01,227 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:01,227 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:01,227 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:22.701Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:22.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:23.972Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:23.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:23.972Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:23.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:23.972Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:23.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:23.972Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:23.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:23.972Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:23.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:23.972Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:23.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Successfully created daemon: ellis_host_jg55c8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Creating Agent bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_ypvmfp/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Successfully created daemon: sprout_host_mmihkt", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "/home/ubuntu/sprout_host_mmihkt/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "/home/ubuntu/ellis_host_jg55c8/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e9c6427d-217e-4889-8601-65ff647f8e1e"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:24.279Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:24.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6cf18a6e-f124-4de6-9895-feaa37e5e0c3"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.093Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.093Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.093Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.093Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.293Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.293Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.293Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}], "metadata": {"pagination": {"total": 1390, "offset": 1003, "size": 50}}} 2018-11-09 09:12:01,227 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:01,228 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:01 GMT 2018-11-09 09:12:01,228 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:01,228 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28028 2018-11-09 09:12:01,228 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:01,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-09 09:12:01,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-09 09:12:01,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-09 09:12:01,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:01,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-11-09 09:12:01,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-09 09:12:01,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:01,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-11-09 09:12:01,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:01,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_jg55c8 2018-11-09 09:12:01,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-11-09 09:12:01,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_ypvmfp 2018-11-09 09:12:01,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-09 09:12:01,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-09 09:12:01,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_ypvmfp/cloudify/ssl/cloudify_internal_cert.pem 2018-11-09 09:12:01,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-09 09:12:01,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_mmihkt 2018-11-09 09:12:01,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_mmihkt/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-09 09:12:01,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-09 09:12:01,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_jg55c8/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-09 09:12:01,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-09 09:12:01,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-09 09:12:01,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-09 09:12:01,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-09 09:12:01,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:01,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:01,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-09 09:12:01,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-09 09:12:01,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:12:01,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:01,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:01,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:01,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:01,304 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:01,304 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:01,304 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:01,304 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:01,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:01,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:01,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:01,305 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:01 GMT 2018-11-09 09:12:01,305 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:01,305 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:01,305 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:06,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:06,761 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:06,762 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:06,762 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:06,762 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:06,762 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:06,762 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:06,762 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:06,762 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:25.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:25.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:26.735Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_ypvmfp/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_ypvmfp/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_ypvmfp', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_ypvmfp/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_ypvmfp', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:26.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:26.735Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:26.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:26.735Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_ypvmfp/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:26.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:26.735Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:26.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:26.735Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:26.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:26.735Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:26.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:26.735Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:26.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:26.735Z", "message": "/home/ubuntu/bono_host_ypvmfp/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:26.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:26.735Z", "message": "Successfully created daemon: bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:26.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eb869cc6-1cd4-4f44-ae84-4ec245572269"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:26.965Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:26.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:27.337Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:27.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:27.337Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:27.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:27.337Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:27.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:27.871Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:27.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:27.871Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:27.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:27.871Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:27.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:27.871Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:27.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:27.871Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:27.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:28.725Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:28.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Creating Agent homer_host_18by1q", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Configuring Agent sprout_host_mmihkt", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}], "metadata": {"pagination": {"total": 1400, "offset": 1053, "size": 50}}} 2018-11-09 09:12:06,763 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:06,763 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:06 GMT 2018-11-09 09:12:06,763 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:06,763 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28601 2018-11-09 09:12:06,763 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:06,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_ypvmfp/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_ypvmfp/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_ypvmfp', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_ypvmfp/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_ypvmfp', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'} 2018-11-09 09:12:06,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-09 09:12:06,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_ypvmfp/env 2018-11-09 09:12:06,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-09 09:12:06,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-09 09:12:06,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-09 09:12:06,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:12:06,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_ypvmfp/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-09 09:12:06,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_ypvmfp 2018-11-09 09:12:06,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-11-09 09:12:06,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:06,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-09 09:12:06,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:06,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:12:06,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:06,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:12:06,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_18by1q 2018-11-09 09:12:06,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:12:06,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-09 09:12:06,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_mmihkt 2018-11-09 09:12:06,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:06,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-09 09:12:06,772 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:06,851 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:06,851 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:06,852 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:06,852 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:06,852 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:06,852 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:06,852 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:06,852 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:06,852 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:06,852 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:06 GMT 2018-11-09 09:12:06,852 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:06,852 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:06,853 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:11,858 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:12,210 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:12,210 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:12,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:12,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:12,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:12,211 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:12,211 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:12,211 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "de467185-3163-4e76-b525-d4e91afcd972"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.158Z", "message": "Creating Agent homer_host_18by1q", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.530Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.530Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.530Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.530Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.530Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.530Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.530Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:29.530Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:29.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.198Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.554Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.554Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:30.554Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:30.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Configuring Agent bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Successfully configured daemon: ellis_host_jg55c8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}], "metadata": {"pagination": {"total": 1433, "offset": 1103, "size": 50}}} 2018-11-09 09:12:12,211 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:12,211 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:12 GMT 2018-11-09 09:12:12,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:12,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27127 2018-11-09 09:12:12,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:12,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-09 09:12:12,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:12:12,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-09 09:12:12,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:12:12,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_18by1q 2018-11-09 09:12:12,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:12,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:12,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:12,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:12,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:12,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:12,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-09 09:12:12,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:12,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-09 09:12:12,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:12:12,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-09 09:12:12,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:12:12,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-11-09 09:12:12,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:12,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:12,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_ypvmfp 2018-11-09 09:12:12,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:12:12,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_jg55c8 2018-11-09 09:12:12,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:12:12,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-09 09:12:12,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:12,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:12,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:12,286 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:12,286 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:12,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:12,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:12,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:12,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:12,287 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:12,287 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:12,287 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:12 GMT 2018-11-09 09:12:12,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:12,287 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:12,287 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:17,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:17,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:17,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:17,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:17,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:17,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:17,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:17,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:17,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Configuring Agent bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Successfully configured daemon: ellis_host_jg55c8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Starting Agent sprout_host_mmihkt", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "a8939651-d595-4aa2-9a72-7d7abb853406"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.568Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:31.568Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:31.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_18by1q/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_18by1q/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_18by1q', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_18by1q/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_18by1q', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "/home/ubuntu/homer_host_18by1q/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_18by1q/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Successfully configured daemon: bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "0dc8c7b1-0ef3-4d1f-837a-70ce45653b42"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.457Z", "message": "Successfully created daemon: homer_host_18by1q", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "19f1b6a9-4798-4787-bfa5-21d2c8f7f45a"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.618Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.618Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.618Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.618Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.618Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.618Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.618Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.618Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:32.618Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:32.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}], "metadata": {"pagination": {"total": 1436, "offset": 1153, "size": 50}}} 2018-11-09 09:12:17,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:17,564 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:17 GMT 2018-11-09 09:12:17,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:17,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28165 2018-11-09 09:12:17,565 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:17,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_ypvmfp 2018-11-09 09:12:17,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_jg55c8 2018-11-09 09:12:17,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:12:17,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_mmihkt 2018-11-09 09:12:17,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:12:17,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-11-09 09:12:17,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:17,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_18by1q/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_18by1q/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_18by1q', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_18by1q/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_18by1q', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dsbf4g.HgXdbhzJzRrvs9yl5g0BbGmLBis'} 2018-11-09 09:12:17,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-09 09:12:17,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_18by1q/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-09 09:12:17,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-09 09:12:17,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:12:17,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-09 09:12:17,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:12:17,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-09 09:12:17,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-09 09:12:17,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-09 09:12:17,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_18by1q/env 2018-11-09 09:12:17,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_ypvmfp 2018-11-09 09:12:17,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_18by1q 2018-11-09 09:12:17,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-09 09:12:17,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:17,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:17,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-09 09:12:17,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:17,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:17,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-09 09:12:17,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-09 09:12:17,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:17,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:12:17,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:12:17,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:17,574 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:17,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:17,653 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:17,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:17,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:17,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:17,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:17,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:17,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:17,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:17,654 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:17 GMT 2018-11-09 09:12:17,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:17,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:17,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:22,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:22,777 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:22,777 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:22,777 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:22,777 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:22,777 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:22,778 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:22,778 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:22,778 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Starting Agent ellis_host_jg55c8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:33.643Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:33.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.577Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_mmihkt start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.577Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.577Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.577Z", "message": "Successfully started daemon: sprout_host_mmihkt", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.577Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.577Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.577Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "966ff765-426f-410d-9993-b7c1a0ff5551"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.577Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.577Z", "message": "Starting Agent bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.577Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:34.713Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:34.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.598Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.598Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.598Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.598Z", "message": "[localhost] run: /home/ubuntu/sprout_host_mmihkt/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "398399e2-9210-4aaa-88c1-5037c7995ef5"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.598Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.598Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "398399e2-9210-4aaa-88c1-5037c7995ef5"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.598Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.676Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.676Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.676Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.676Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:35.676Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:35.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "398399e2-9210-4aaa-88c1-5037c7995ef5"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Removing directory: /tmp/tmpf62C2m", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "398399e2-9210-4aaa-88c1-5037c7995ef5"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Configuring Agent homer_host_18by1q", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "398399e2-9210-4aaa-88c1-5037c7995ef5"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "398399e2-9210-4aaa-88c1-5037c7995ef5"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Successfully configured daemon: homer_host_18by1q", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "398399e2-9210-4aaa-88c1-5037c7995ef5"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.634Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "64298a10-0d53-47d2-a8e3-63d81558010c"}], "metadata": {"pagination": {"total": 1436, "offset": 1203, "size": 50}}} 2018-11-09 09:12:22,778 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:22,778 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:22 GMT 2018-11-09 09:12:22,778 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:22,778 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27488 2018-11-09 09:12:22,778 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:22,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_jg55c8 2018-11-09 09:12:22,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:12:22,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:22,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_mmihkt start 2018-11-09 09:12:22,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_mmihkt 2018-11-09 09:12:22,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:12:22,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-09 09:12:22,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_ypvmfp 2018-11-09 09:12:22,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:22,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:12:22,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_mmihkt/env/bin/pip freeze 2018-11-09 09:12:22,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-09 09:12:22,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-09 09:12:22,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:22,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:22,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:22,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:22,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-09 09:12:22,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpf62C2m 2018-11-09 09:12:22,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-09 09:12:22,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_18by1q 2018-11-09 09:12:22,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-09 09:12:22,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-09 09:12:22,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-09 09:12:22,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_18by1q 2018-11-09 09:12:22,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-09 09:12:22,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:22,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-09 09:12:22,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:12:22,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:22,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:22,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:22,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:22,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:22,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:22,855 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:22,855 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:22,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:22,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:22,856 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:22 GMT 2018-11-09 09:12:22,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:22,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:22,856 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:27,862 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:28,148 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:28,148 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:28,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:28,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:28,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:28,149 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:28,149 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:28,149 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:36.977Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:36.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.723Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.915Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6fcb5a22-2886-4ff1-8fa5-724bd2b2f516"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.915Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.915Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.915Z", "message": "Successfully started daemon: ellis_host_jg55c8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.915Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_ypvmfp start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.915Z", "message": "[localhost] run: /home/ubuntu/ellis_host_jg55c8/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6fcb5a22-2886-4ff1-8fa5-724bd2b2f516"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.915Z", "message": "Successfully started daemon: bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "b0467a81-4e96-4830-9d4a-5d312dea7712"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:37.915Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_jg55c8 start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:37.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5afe2dbb-3269-49d5-a253-b71542dd7d2d"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.789Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.789Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_0xqhp7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.789Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.789Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.789Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.789Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_0xqhp7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.789Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.789Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_0xqhp7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.789Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "[localhost] run: /home/ubuntu/bono_host_ypvmfp/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "474d6c8b-edf4-434b-acd1-c874c6633913"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6fcb5a22-2886-4ff1-8fa5-724bd2b2f516"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6fcb5a22-2886-4ff1-8fa5-724bd2b2f516"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Removing directory: /tmp/tmpfWfJ9v", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6fcb5a22-2886-4ff1-8fa5-724bd2b2f516"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6fcb5a22-2886-4ff1-8fa5-724bd2b2f516"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "6fcb5a22-2886-4ff1-8fa5-724bd2b2f516"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "474d6c8b-edf4-434b-acd1-c874c6633913"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Starting Agent homer_host_18by1q", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:38.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:38.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.171Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1439, "offset": 1253, "size": 50}}} 2018-11-09 09:12:28,149 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:28,149 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:28 GMT 2018-11-09 09:12:28,149 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:28,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26727 2018-11-09 09:12:28,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:28,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:28,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-09 09:12:28,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-09 09:12:28,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:28,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-09 09:12:28,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:28,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:28,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:28,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-09 09:12:28,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:28,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:28,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-09 09:12:28,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-11-09 09:12:28,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-09 09:12:28,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-09 09:12:28,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-09 09:12:28,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_jg55c8 2018-11-09 09:12:28,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_ypvmfp start 2018-11-09 09:12:28,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_jg55c8/env/bin/pip freeze 2018-11-09 09:12:28,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_ypvmfp 2018-11-09 09:12:28,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_jg55c8 start 2018-11-09 09:12:28,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-09 09:12:28,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-09 09:12:28,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:12:28,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:28,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-09 09:12:28,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:28,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:12:28,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-09 09:12:28,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:12:28,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_ypvmfp/env/bin/pip freeze 2018-11-09 09:12:28,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:28,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-09 09:12:28,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-09 09:12:28,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-09 09:12:28,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:28,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:28,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:28,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-09 09:12:28,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:28,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:28,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpfWfJ9v 2018-11-09 09:12:28,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-09 09:12:28,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-09 09:12:28,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:28,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-09 09:12:28,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_18by1q 2018-11-09 09:12:28,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:28,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:12:28,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-09 09:12:28,159 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:28,252 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:28,252 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:28,253 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:28,253 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:28,253 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:28,253 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:28,253 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:28,253 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:28,253 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:28,253 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:28 GMT 2018-11-09 09:12:28,253 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:28,254 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:28,254 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:33,259 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:33,336 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:33,336 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:33,336 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:33,336 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:33,336 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:33,336 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:33,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:33,336 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.171Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.171Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.171Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.171Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.171Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.171Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.172Z", "message": "Downloaded scripts/bind/bind.py to /tmp/Y81WM/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.172Z", "message": "Removing directory: /tmp/tmpuVJI0g", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "474d6c8b-edf4-434b-acd1-c874c6633913"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.172Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "474d6c8b-edf4-434b-acd1-c874c6633913"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.172Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.172Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "474d6c8b-edf4-434b-acd1-c874c6633913"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.172Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "474d6c8b-edf4-434b-acd1-c874c6633913"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.172Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "474d6c8b-edf4-434b-acd1-c874c6633913"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:40.172Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:40.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:41.208Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:41.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:41.208Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:41.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:41.208Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:41.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:41.208Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:41.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:41.208Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:41.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:41.208Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:41.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:41.208Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:41.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:41.208Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:41.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:42.248Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:42.248Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:42.248Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:42.248Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:42.248Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:42.248Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:42.315Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:42.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:43.208Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_18by1q start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:43.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:43.208Z", "message": "Successfully started daemon: homer_host_18by1q", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:43.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "caa40e9f-7aa0-4ffa-ac2d-755bfe39d8ad"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:43.445Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:43.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:43.445Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:43.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:43.445Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:43.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:43.445Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:43.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:44.219Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:44.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fc3cf72b-d8d7-4055-9cc7-cd57dfb1cf5e"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:44.219Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:44.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fc3cf72b-d8d7-4055-9cc7-cd57dfb1cf5e"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:44.219Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:44.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fc3cf72b-d8d7-4055-9cc7-cd57dfb1cf5e"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:44.219Z", "message": "[localhost] run: /home/ubuntu/homer_host_18by1q/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:44.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fc3cf72b-d8d7-4055-9cc7-cd57dfb1cf5e"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:44.219Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:44.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fc3cf72b-d8d7-4055-9cc7-cd57dfb1cf5e"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:44.733Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:44.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:45.462Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:45.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:45.462Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:45.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:45.462Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:45.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:45.462Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:45.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:45.462Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:45.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:45.569Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:45.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fc3cf72b-d8d7-4055-9cc7-cd57dfb1cf5e"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:45.569Z", "message": "Removing directory: /tmp/tmpMzimMp", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:45.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "fc3cf72b-d8d7-4055-9cc7-cd57dfb1cf5e"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:46.517Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:46.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:46.517Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:46.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1439, "offset": 1303, "size": 50}}} 2018-11-09 09:12:33,337 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:33,337 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:33 GMT 2018-11-09 09:12:33,337 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:33,337 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26723 2018-11-09 09:12:33,337 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:33,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-09 09:12:33,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-09 09:12:33,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:33,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:33,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:33,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:33,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/Y81WM/bind.py 2018-11-09 09:12:33,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpuVJI0g 2018-11-09 09:12:33,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-09 09:12:33,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-11-09 09:12:33,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-09 09:12:33,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-09 09:12:33,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-09 09:12:33,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-11-09 09:12:33,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-09 09:12:33,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-09 09:12:33,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-09 09:12:33,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-09 09:12:33,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-09 09:12:33,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-09 09:12:33,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-09 09:12:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-09 09:12:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-09 09:12:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-09 09:12:33,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-09 09:12:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_18by1q start 2018-11-09 09:12:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_18by1q 2018-11-09 09:12:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-09 09:12:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:33,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-09 09:12:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-09 09:12:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-09 09:12:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-09 09:12:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_18by1q/env/bin/pip freeze 2018-11-09 09:12:33,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-09 09:12:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-09 09:12:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-09 09:12:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-09 09:12:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:33,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-09 09:12:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpMzimMp 2018-11-09 09:12:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-09 09:12:33,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-09 09:12:33,346 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:33,683 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:33,683 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:33,683 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:33,683 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:33,683 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:33,683 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:33,683 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:33,683 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:33,684 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:33,684 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:33 GMT 2018-11-09 09:12:33,684 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:33,684 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:33,684 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:38,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:38,773 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:38,774 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:38,774 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:38,774 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:38,774 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:38,774 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:38,774 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:38,774 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:46.517Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:46.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:47.534Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:47.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:47.534Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:47.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:47.534Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:47.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:47.534Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:47.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:47.534Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:47.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:47.534Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:47.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:48.999Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:48.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:48.999Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:48.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:48.999Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:48.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:50.964Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:50.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:52.017Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:52.017Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:52.017Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:52.017Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:53.578Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:53.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:54.042Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:54.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:54.042Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:54.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:54.042Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:54.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:54.042Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:54.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:56.807Z", "message": "[localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:56.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:56.831Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:56.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:57.067Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:57.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:57.067Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:57.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:58.673Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:58.673Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:59.087Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:59.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:11:59.087Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:11:59.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:00.208Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:00.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:00.208Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:00.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:00.208Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:00.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:02.077Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:02.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_node_j2l96o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:02.983Z", "message": "Execution done (return_code=0): /tmp/VIICR/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:02.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "530e12d0-6772-42e1-98cb-ef86a236ae4c"}, {"node_instance_id": "proxy_node_j2l96o", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:03.537Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:03.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_node_j2l96o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:04.549Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:04.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:05.715Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:05.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "proxy_node_j2l96o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:05.715Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:05.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:05.715Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:05.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:05.715Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:05.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:05.715Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:05.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:08.218Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:08.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:08.599Z", "message": "The config dict: {'etcd_ip': u'192.168.120.9', 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:08.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:08.599Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:08.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:08.599Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:08.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:08.599Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:08.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:08.599Z", "message": "[localhost] run: sudo mv /tmp/tmpkTbHpZ /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:08.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:08.599Z", "message": "Rendering the Jinja2 template to /etc/bind/named.conf.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:08.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:08.599Z", "message": "[localhost] run: sudo mv /tmp/tmpa5vLfM /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:08.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "[localhost] run: sudo mv /tmp/tmpg8jr87 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "The config dict: {'public_ip': u'172.30.9.207', '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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}], "metadata": {"pagination": {"total": 1439, "offset": 1353, "size": 50}}} 2018-11-09 09:12:38,775 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:38,775 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:38 GMT 2018-11-09 09:12:38,775 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:38,775 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26517 2018-11-09 09:12:38,775 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:38,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-09 09:12:38,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:38,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:38,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-09 09:12:38,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:38,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:38,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-09 09:12:38,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-11-09 09:12:38,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-11-09 09:12:38,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-11-09 09:12:38,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/VIICR/install_requirements.sh 2018-11-09 09:12:38,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:12:38,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:12:38,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-11-09 09:12:38,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:12:38,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-09 09:12:38,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-11-09 09:12:38,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-11-09 09:12:38,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-09 09:12:38,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.9', 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.9', u'hss_hostname': u''}. 2018-11-09 09:12:38,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-11-09 09:12:38,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-09 09:12:38,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-09 09:12:38,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkTbHpZ /etc/clearwater/local_config 2018-11-09 09:12:38,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-11-09 09:12:38,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpa5vLfM /etc/bind/named.conf.local 2018-11-09 09:12:38,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpg8jr87 /etc/bind/db.clearwater.opnfv 2018-11-09 09:12:38,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', '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.9', u'hss_hostname': u''}. 2018-11-09 09:12:38,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-11-09 09:12:38,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-11-09 09:12:38,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:12:38,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:38,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:38,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:38,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:38,849 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:38,849 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:38,849 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:38,850 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:38,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:38,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:38,850 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:38 GMT 2018-11-09 09:12:38,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:38,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:38,850 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:43,856 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:43,945 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:43,945 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:43,945 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:43,946 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:43,946 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:43,946 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:43,946 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:43,946 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "[localhost] run: sudo mv /tmp/tmpK31qqq /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "[localhost] run: sudo mv /tmp/tmpLOUvoy /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "The config dict: {'etcd_ip': u'192.168.120.9', 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.612Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "e5c2527b-8a49-4725-bc0e-f492c8fddc0d"}, {"node_instance_id": "bind_0xqhp7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:09.651Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:09.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:10.751Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:10.751Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_0xqhp7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:10.751Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:10.751Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:11.238Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/YK4TL/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:11.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:11.632Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:11.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:11.632Z", "message": "Executing: /tmp/YK4TL/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:11.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:11.762Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:11.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_0xqhp7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:11.762Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:11.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:12.645Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:12.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:12.645Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:12.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:12.645Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:12.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:24.402Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-z9qn6c\nHit http://security.ubuntu.com trusty-security InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nHit http://security.ubuntu.com trusty-security/main Sources\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nHit http://security.ubuntu.com trusty-security/universe Sources\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\nHit http://security.ubuntu.com trusty-security/universe amd64 Packages\nHit http://security.ubuntu.com trusty-security/main Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nHit http://security.ubuntu.com trusty-security/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nHit http://nova.clouds.archive.ubuntu.com trusty/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 25.0 kB in 9s (2,673 B/s)\nReading package lists...\n\nreal\t0m11.594s\nuser\t0m2.685s\nsys\t0m0.175s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:24.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:24.685Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:24.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:12:25.703Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:12:25.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}], "metadata": {"pagination": {"total": 1439, "offset": 1403, "size": 50}}} 2018-11-09 09:12:43,946 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:43,946 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:43 GMT 2018-11-09 09:12:43,947 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:43,947 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17198 2018-11-09 09:12:43,947 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:43,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:12:43,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpK31qqq /etc/clearwater/shared_config 2018-11-09 09:12:43,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:12:43,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:12:43,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:12:43,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpLOUvoy /etc/bind/db.clearwater.local 2018-11-09 09:12:43,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:12:43,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.9', 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.9', u'hss_hostname': u''}. 2018-11-09 09:12:43,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:12:43,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:12:43,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:12:43,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-11-09 09:12:43,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:12:43,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/YK4TL/install-etcd.sh 2018-11-09 09:12:43,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-11-09 09:12:43,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/YK4TL/install-etcd.sh 2018-11-09 09:12:43,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:12:43,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:12:43,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-11-09 09:12:43,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-11-09 09:12:43,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-11-09 09:12:43,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-z9qn6c Hit http://security.ubuntu.com trusty-security InRelease Ign http://repo.cw-ngv.com binary/ InRelease Hit http://security.ubuntu.com trusty-security/main Sources Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Hit http://security.ubuntu.com trusty-security/universe Sources Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://security.ubuntu.com trusty-security/main amd64 Packages Hit http://security.ubuntu.com trusty-security/universe amd64 Packages Hit http://security.ubuntu.com trusty-security/main Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Hit http://security.ubuntu.com trusty-security/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 25.0 kB in 9s (2,673 B/s) Reading package lists... real 0m11.594s user 0m2.685s sys 0m0.175s 2018-11-09 09:12:43,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-11-09 09:12:43,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:12:43,952 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:44,086 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:44,086 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:44,086 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:44,087 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:44,087 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:44,087 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:44,087 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:44,087 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:44,087 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:44,087 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:44 GMT 2018-11-09 09:12:44,087 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:44,087 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:44,087 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:49,093 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:49,168 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:49,168 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:49,168 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:49,168 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:49,168 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:49,168 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:49,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:49,168 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:12:49,169 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:49,169 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:49 GMT 2018-11-09 09:12:49,169 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:49,169 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:12:49,169 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:49,169 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:49,234 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:49,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:49,234 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:49,234 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:49,234 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:49,234 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:49,234 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:49,235 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:49,235 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:49,235 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:49 GMT 2018-11-09 09:12:49,235 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:49,235 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:49,235 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:54,240 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:54,320 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:54,320 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:54,320 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:54,320 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:54,320 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:54,320 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:54,320 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:54,320 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:12:54,320 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:54,321 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:54 GMT 2018-11-09 09:12:54,321 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:54,321 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:12:54,321 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:54,321 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:54,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:54,391 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:54,391 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:54,391 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:54,391 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:54,391 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:54,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:54,391 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:54,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:54,391 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:54 GMT 2018-11-09 09:12:54,392 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:54,392 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:54,392 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:59,397 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:12:59,479 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:59,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:59,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:59,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:59,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:59,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:59,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:59,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:12:59,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:59,480 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:59 GMT 2018-11-09 09:12:59,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:59,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:12:59,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:12:59,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:12:59,558 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:12:59,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:12:59,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:12:59,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:12:59,558 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:12:59,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:12:59,558 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:12:59,559 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:12:59,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:12:59,559 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:12:59 GMT 2018-11-09 09:12:59,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:12:59,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:12:59,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:04,564 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:04,668 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:04,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:04,668 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:04,668 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:04,668 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:04,668 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:04,668 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:04,668 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:04,669 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:04,669 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:04 GMT 2018-11-09 09:13:04,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:04,669 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:04,669 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:04,669 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:04,740 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:04,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:04,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:04,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:04,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:04,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:04,741 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:04,741 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:04,741 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:04,741 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:04 GMT 2018-11-09 09:13:04,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:04,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:04,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:09,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:10,319 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:10,320 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:10,320 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:10,320 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:10,320 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:10,320 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:10,320 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:10,320 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:10,320 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:10,320 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:10 GMT 2018-11-09 09:13:10,321 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:10,321 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:10,321 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:10,321 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:10,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:10,401 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:10,401 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:10,401 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:10,401 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:10,401 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:10,401 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:10,401 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:10,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:10,402 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:10 GMT 2018-11-09 09:13:10,402 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:10,402 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:10,402 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:15,407 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:15,595 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:15,595 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:15,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:15,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:15,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:15,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:15,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:15,596 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:15,596 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:15,596 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:15 GMT 2018-11-09 09:13:15,596 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:15,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:15,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:15,597 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:15,741 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:15,741 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:15,741 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:15,741 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:15,742 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:15,742 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:15,742 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:15,742 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:15,742 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:15,742 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:15 GMT 2018-11-09 09:13:15,742 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:15,742 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:15,742 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:20,748 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:21,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:21,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:21,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:21,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:21,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:21,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:21,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:21,060 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:21,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:21,060 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:21 GMT 2018-11-09 09:13:21,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:21,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:21,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:21,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:21,203 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:21,203 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:21,204 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:21,204 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:21,204 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:21,204 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:21,204 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:21,204 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:21,204 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:21,204 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:21 GMT 2018-11-09 09:13:21,204 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:21,204 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:21,205 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:26,210 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:26,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:26,293 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:26,293 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:26,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:26,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:26,294 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:26,294 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:26,294 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:26,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:26,294 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:26 GMT 2018-11-09 09:13:26,294 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:26,294 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:26,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:26,295 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:26,364 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:26,364 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:26,364 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:26,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:26,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:26,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:26,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:26,365 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:26,365 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:26,365 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:26 GMT 2018-11-09 09:13:26,365 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:26,365 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:26,365 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:31,371 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:31,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:31,453 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:31,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:31,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:31,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:31,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:31,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:31,454 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:31,454 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:31,454 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:31 GMT 2018-11-09 09:13:31,454 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:31,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:31,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:31,454 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:31,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:31,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:31,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:31,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:31,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:31,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:31,514 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:31,514 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:31,514 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:31,514 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:31 GMT 2018-11-09 09:13:31,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:31,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:31,515 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:36,520 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:36,597 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:36,597 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:36,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:36,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:36,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:36,598 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:36,598 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:36,598 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:36,598 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:36,598 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:36 GMT 2018-11-09 09:13:36,598 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:36,598 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:36,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:36,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:36,670 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:36,671 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:36,671 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:36,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:36,671 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:36,671 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:36,671 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:36,671 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:36,671 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:36,671 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:36 GMT 2018-11-09 09:13:36,671 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:36,672 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:36,672 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:41,677 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:41,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:41,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:41,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:41,757 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:41,757 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:41,757 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:41,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:41,758 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:41,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:41,758 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:41 GMT 2018-11-09 09:13:41,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:41,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:41,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:41,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:41,825 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:41,825 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:41,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:41,825 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:41,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:41,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:41,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:41,826 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:41,826 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:41,826 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:41 GMT 2018-11-09 09:13:41,826 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:41,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:41,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:46,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:46,905 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:46,905 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:46,905 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:46,905 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:46,905 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:46,905 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:46,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:46,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:46,906 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:46,906 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:46 GMT 2018-11-09 09:13:46,906 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:46,906 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:46,906 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:46,906 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:46,966 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:46,967 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:46,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:46,967 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:46,967 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:46,967 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:46,967 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:46,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:46,967 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:46,967 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:46 GMT 2018-11-09 09:13:46,968 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:46,968 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:46,968 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:51,973 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:52,047 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:52,048 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:52,048 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:52,048 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:52,048 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:52,048 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:52,048 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:52,048 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:52,048 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:52,049 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:52 GMT 2018-11-09 09:13:52,049 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:52,049 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:52,049 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:52,049 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:52,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:52,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:52,113 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:52,113 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:52,113 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:52,113 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:52,113 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:52,113 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:52,113 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:52,113 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:52 GMT 2018-11-09 09:13:52,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:52,114 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:52,114 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:57,118 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:13:57,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:57,194 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:57,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:57,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:57,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:57,194 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:57,194 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:57,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1439, "offset": 1427, "size": 50}}} 2018-11-09 09:13:57,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:57,194 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:57 GMT 2018-11-09 09:13:57,195 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:57,195 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:13:57,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:13:57,195 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:13:57,263 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:13:57,263 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:13:57,263 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:13:57,263 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:13:57,263 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:13:57,264 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:13:57,264 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:13:57,264 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:13:57,264 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:13:57,264 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:13:57 GMT 2018-11-09 09:13:57,264 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:13:57,264 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:13:57,264 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:02,270 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:02,355 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:02,355 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:02,356 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:02,356 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:02,356 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:02,356 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:02,356 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:02,356 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:57.429Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-z9qn6c\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 12 not upgraded.\nNeed to get 85.1 MB of archives.\nAfter this operation, 242 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:21 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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB]\nGet:31 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:32 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 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,704 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51406 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\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-161.211) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for port 53: Address already in use\n ...fail!\ninvoke-rc.d: initscript dnsmasq, action \"start\" failed.\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for 127.0.0.1: Address already in use\n ...fail!\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8959\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t1m32.355s\nuser\t0m18.407s\nsys\t0m8.346s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:57.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:57.741Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:57.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:58.922Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:10 ? 00:00:00 /sbin/init\nroot 2 0 0 09:10 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 09:10 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 09:10 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:10 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:10 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:10 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:10 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:10 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:10 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:10 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:10 ? 00:00:00 [migration/0]\nroot 14 2 0 09:10 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:10 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:10 ? 00:00:00 [migration/1]\nroot 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 09:10 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 09:10 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:10 ? 00:00:00 [khelper]\nroot 21 2 0 09:10 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:10 ? 00:00:00 [netns]\nroot 23 2 0 09:10 ? 00:00:00 [writeback]\nroot 24 2 0 09:10 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:10 ? 00:00:00 [bioset]\nroot 26 2 0 09:10 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 09:10 ? 00:00:00 [kblockd]\nroot 28 2 0 09:10 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:10 ? 00:00:00 [khubd]\nroot 30 2 0 09:10 ? 00:00:00 [md]\nroot 31 2 0 09:10 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:10 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 09:10 ? 00:00:00 [khungtaskd]\nroot 35 2 0 09:10 ? 00:00:00 [kswapd0]\nroot 36 2 0 09:10 ? 00:00:00 [vmstat]\nroot 37 2 0 09:10 ? 00:00:00 [ksmd]\nroot 38 2 0 09:10 ? 00:00:00 [khugepaged]\nroot 39 2 0 09:10 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 09:10 ? 00:00:00 [crypto]\nroot 53 2 0 09:10 ? 00:00:00 [kthrotld]\nroot 54 2 0 09:10 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 09:10 ? 00:00:00 [vballoon]\nroot 56 2 0 09:10 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 09:10 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:10 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 09:10 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 09:10 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 09:10 ? 00:00:00 [deferwq]\nroot 80 2 0 09:10 ? 00:00:00 [charger_manager]\nroot 123 2 0 09:10 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:10 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 09:10 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:10 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 09:10 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 436 2 0 09:10 ? 00:00:00 [kworker/u5:1]\nroot 486 1 0 09:10 ? 00:00:00 upstart-socket-bridge --daemon\nroot 586 1 0 09:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 637 2 0 09:10 ? 00:00:00 [kworker/1:2]\nroot 820 2 0 09:10 ? 00:00:00 [kauditd]\nroot 939 1 0 09:10 ? 00:00:00 upstart-file-bridge --daemon\nroot 1030 1 0 09:10 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1033 1 0 09:10 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1037 1 0 09:10 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1038 1 0 09:10 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1040 1 0 09:10 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1082 1 0 09:10 ? 00:00:00 /usr/sbin/sshd -D\nroot 1085 1 0 09:10 ? 00:00:00 cron\ndaemon 1086 1 0 09:10 ? 00:00:00 atd\nroot 1095 1 0 09:10 ? 00:00:00 /usr/sbin/irqbalance\nroot 1097 1 0 09:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nsyslog 1145 1 0 09:10 ? 00:00:00 rsyslogd\nmessage+ 1231 1 0 09:10 ? 00:00:00 dbus-daemon --system --fork\nroot 1241 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1258 1 0 09:10 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1264 1 0 09:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1651 1 0 09:10 ? 00:00:00 /home/ubuntu/bind_host_z9qn6c/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_z9qn6c --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_z9qn6c --logging-server-logdir=/home/ubuntu/bind_host_z9qn6c/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_z9qn6c/work/bind_host_z9qn6c%I.log --pidfile=/home/ubuntu/bind_host_z9qn6c/work/bind_host_z9qn6c.pid\nubuntu 1690 1651 0 09:11 ? 00:00:00 /home/ubuntu/bind_host_z9qn6c/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_z9qn6c --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_z9qn6c --logging-server-logdir=/home/ubuntu/bind_host_z9qn6c/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_z9qn6c/work/bind_host_z9qn6c%I.log --pidfile=/home/ubuntu/bind_host_z9qn6c/work/bind_host_z9qn6c.pid\nubuntu 1765 1 0 09:11 ? 00:00:01 python2.7 /home/ubuntu/bind_host_z9qn6c/env/bin/diamond --configfile /home/ubuntu/bind_host_z9qn6c/work/plugins/diamond/etc/diamond.conf\nroot 1864 2 0 09:11 ? 00:00:00 [kworker/u5:2]\nbind 2437 1 0 09:12 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2491 1690 0 09:12 ? 00:00:00 /home/ubuntu/bind_host_z9qn6c/env/bin/python2.7 /home/ubuntu/bind_host_z9qn6c/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-m4TQ4f\nubuntu 2502 2491 0 09:12 ? 00:00:00 /bin/sh -c /tmp/YK4TL/install-etcd.sh\nubuntu 2504 2502 0 09:12 ? 00:00:00 /bin/bash -e /tmp/YK4TL/install-etcd.sh\nntp 8551 1 0 09:13 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 8959 1 0 09:13 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9018 1 0 09:13 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9022 9018 0 09:13 ? 00:00:00 inotifywait -e create -qq .\nroot 9121 8959 0 09:13 ? 00:00:00 [check-monit-upt] \nclearwa+ 9178 1 0 09:13 ? 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.9:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.9 --name 192-168-120-9 --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.9:2380 --listen-peer-urls http://192.168.120.9:2380\nroot 9217 8959 0 09:13 ? 00:00:00 [check-etcd-upti] \nroot 9221 8959 0 09:13 ? 00:00:00 [poll_etcd_clust] \nroot 9223 8959 0 09:13 ? 00:00:00 [poll_etcd.sh] \nubuntu 9387 2504 0 09:13 ? 00:00:00 /bin/bash -e /tmp/YK4TL/install-etcd.sh\nubuntu 9388 9387 0 09:13 ? 00:00:00 /bin/bash -e /tmp/YK4TL/install-etcd.sh\nroot 9389 9388 0 09:13 ? 00:00:00 sudo ps -edf\nroot 9390 9389 0 09:13 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:58.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:58.922Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:58.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:58.922Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:58.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:58.922Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:58.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:58.922Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:8f:3a:95 \n inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8f:3a95/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68523 errors:0 dropped:0 overruns:0 frame:0\n TX packets:37714 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123522347 (123.5 MB) TX bytes:6071717 (6.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:168 errors:0 dropped:0 overruns:0 frame:0\n TX packets:168 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:13839 (13.8 KB) TX bytes:13839 (13.8 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:58.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:58.922Z", "message": "[etcd] => \nreal\t0m0.009s\nuser\t0m0.001s\nsys\t0m0.008s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:58.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:59.940Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:59.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:59.940Z", "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.9:53 0.0.0.0:* LISTEN 2437/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2437/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1082/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2437/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8959/monit \ntcp 0 0 192.168.120.9:2380 0.0.0.0:* LISTEN 9178/etcd \ntcp6 0 0 :::53 :::* LISTEN 2437/named \ntcp6 0 0 :::22 :::* LISTEN 1082/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2437/named \ntcp6 0 0 :::4000 :::* LISTEN 9178/etcd \nudp 0 0 192.168.120.9:123 0.0.0.0:* 8551/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8551/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8551/ntpd \nudp 0 0 0.0.0.0:54611 0.0.0.0:* 586/dhclient \nudp 0 0 192.168.120.9:53 0.0.0.0:* 2437/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2437/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient \nudp6 0 0 ::1:123 :::* 8551/ntpd \nudp6 0 0 fe80::f816:3eff:fe8:123 :::* 8551/ntpd \nudp6 0 0 :::123 :::* 8551/ntpd \nudp6 0 0 :::3644 :::* 586/dhclient \nudp6 0 0 :::53 :::* 2437/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8719 1097/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 1825 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8777 1231/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11694 1651/python2.7 /tmp/cloudify-logging-server-24bdf.socket\nunix 2 [ ACC ] STREAM LISTENING 1570 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 13993 2491/python2.7 /tmp/ctx-t4gXqX.socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:59.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:59.940Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:59.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:13:59.940Z", "message": "[etcd] => init-+-acpid\n |-atd\n |-clearwater_diag---inotifywait\n |-cron\n |-dbus-daemon\n |-dhclient\n |-etcd---8*[{etcd}]\n |-7*[getty]\n |-irqbalance\n |-monit-+-check-etcd-upti\n | |-check-monit-upt\n | |-poll_etcd.sh\n | |-poll_etcd_clust\n | `-{monit}\n |-named---4*[{named}]\n |-ntpd\n |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+\n | | `-6*[{python2.7}]\n | `-3*[{python2.7}]\n |-python2.7---{python2.7}\n |-rsyslogd---3*[{rsyslogd}]\n |-sshd\n |-systemd-logind\n |-systemd-udevd\n |-upstart-file-br\n |-upstart-socket-\n `-upstart-udev-br\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.003s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:13:59.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:00.981Z", "message": "[etcd] => /var/log/sysstat/sa09\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/syslog\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/kern.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/udev\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:00.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:00.981Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:00.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:00.981Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:00.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:00.981Z", "message": "[etcd] => [09-Nov-2018 09:13:43 UTC] clearwater-diags-monitor starting\n[09-Nov-2018 09:13:43 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.001s\nsys\t0m0.003s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:00.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:01.999Z", "message": "[etcd] => 2018-11-09 09:13:44.069266231 Stopping etcd clearwater-etcd\n2018-11-09 09:13:49.484984902 Restarting etcd clearwater-etcd\n2018-11-09 09:13:49.489222652 Configured ETCDCTL_PEERS: \n2018-11-09 09:13:49.489865257 Check for previous failed startup attempt\n2018-11-09 09:13:49.490861530 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\n2018-11-09 09:13:49.502569464 etcdctl returned 2\n2018-11-09 09:13:49.508105223 Creating new cluster...\n2018-11-09 09:13:49.510447297 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.9:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.9\n --name 192-168-120-9\n --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.9:2380\n --listen-peer-urls http://192.168.120.9:2380\n2018-11-09 09:13:49.511832284 Check we're actually a member of the cluster\n2018-11-09 09:13:49.517866913 Wait for etcd to startup\n2018-11-09 09:13:50.529413088 Etcd started successfully\n2018-11-09 09:13:49.536874 I | etcdmain: etcd Version: 3.1.7\n2018-11-09 09:13:49.536906 I | etcdmain: Git SHA: 43b7507\n2018-11-09 09:13:49.536910 I | etcdmain: Go Version: go1.7.5\n2018-11-09 09:13:49.536914 I | etcdmain: Go OS/Arch: linux/amd64\n2018-11-09 09:13:49.536917 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-11-09 09:13:49.536959 I | embed: listening for peers on http://192.168.120.9:2380\n2018-11-09 09:13:49.536992 I | embed: listening for client requests on 0.0.0.0:4000\n2018-11-09 09:13:49.762596 I | etcdserver: name = 192-168-120-9\n2018-11-09 09:13:49.762608 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.9\n2018-11-09 09:13:49.762612 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.9/member\n2018-11-09 09:13:49.762615 I | etcdserver: heartbeat = 100ms\n2018-11-09 09:13:49.762618 I | etcdserver: election = 1000ms\n2018-11-09 09:13:49.762621 I | etcdserver: snapshot count = 10000\n2018-11-09 09:13:49.762627 I | etcdserver: advertise client URLs = http://192.168.120.9:4000\n2018-11-09 09:13:49.762631 I | etcdserver: initial advertise peer URLs = http://192.168.120.9:2380\n2018-11-09 09:13:49.762637 I | etcdserver: initial cluster = 192-168-120-9=http://192.168.120.9:2380\n2018-11-09 09:13:49.820270 I | etcdserver: starting member de34eed64bb76d59 in cluster 920aa385fe9ddf88\n2018-11-09 09:13:49.820293 I | raft: de34eed64bb76d59 became follower at term 0\n2018-11-09 09:13:49.820318 I | raft: newRaft de34eed64bb76d59 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-11-09 09:13:49.820322 I | raft: de34eed64bb76d59 became follower at term 1\n2018-11-09 09:13:49.915284 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-11-09 09:13:49.915812 I | etcdserver/membership: added member de34eed64bb76d59 [http://192.168.120.9:2380] to cluster 920aa385fe9ddf88\n2018-11-09 09:13:50.120572 I | raft: de34eed64bb76d59 is starting a new election at term 1\n2018-11-09 09:13:50.120679 I | raft: de34eed64bb76d59 became candidate at term 2\n2018-11-09 09:13:50.120733 I | raft: de34eed64bb76d59 received MsgVoteResp from de34eed64bb76d59 at term 2\n2018-11-09 09:13:50.120744 I | raft: de34eed64bb76d59 became leader at term 2\n2018-11-09 09:13:50.120749 I | raft: raft.node: de34eed64bb76d59 elected leader de34eed64bb76d59 at term 2\n2018-11-09 09:13:50.120896 I | etcdserver: setting up the initial cluster version to 3.1\n2018-11-09 09:13:50.225114 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-11-09 09:13:50.225138 I | etcdserver/api: enabled capabilities for version 3.1\n2018-11-09 09:13:50.225153 I | etcdserver: published {Name:192-168-120-9 ClientURLs:[http://192.168.120.9:4000]} to cluster 920aa385fe9ddf88\n2018-11-09 09:13:50.225189 I | embed: ready to serve client requests\n2018-11-09 09:13:50.225445 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-11-09 09:13:50.692168 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.9:33949\n2018-11-09 09:13:50.764896 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.9:33950\n2018-11-09 09:13:50.765495 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:33951\n2018-11-09 09:13:57.864711 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.9/liveness-check remote:192.168.120.9:33952\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:01.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:01.999Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:01.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:01.999Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:01.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:01.999Z", "message": "Execution done (return_code=0): /tmp/YK4TL/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:01.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ed3d0df-9ee8-4e72-aea5-a638c06d3722"}, {"node_instance_id": "bind_0xqhp7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:02.106Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:02.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1463, "offset": 1427, "size": 50}}} 2018-11-09 09:14:02,357 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:02,357 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:02 GMT 2018-11-09 09:14:02,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:02,357 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 74410 2018-11-09 09:14:02,357 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:02,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-z9qn6c 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 12 not upgraded. Need to get 85.1 MB of archives. After this operation, 242 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:21 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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB] Get:31 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 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,704 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51406 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... 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-161.211) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-setuptools (3.3-1ubuntu2) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for port 53: Address already in use ...fail! invoke-rc.d: initscript dnsmasq, action "start" failed. Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use ...fail! Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8959 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 1m32.355s user 0m18.407s sys 0m8.346s 2018-11-09 09:14:02,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-11-09 09:14:02,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:10 ? 00:00:00 /sbin/init root 2 0 0 09:10 ? 00:00:00 [kthreadd] root 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0] root 4 2 0 09:10 ? 00:00:00 [kworker/0:0] root 5 2 0 09:10 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:10 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:10 ? 00:00:00 [rcu_sched] root 8 2 0 09:10 ? 00:00:00 [rcuos/0] root 9 2 0 09:10 ? 00:00:00 [rcuos/1] root 10 2 0 09:10 ? 00:00:00 [rcu_bh] root 11 2 0 09:10 ? 00:00:00 [rcuob/0] root 12 2 0 09:10 ? 00:00:00 [rcuob/1] root 13 2 0 09:10 ? 00:00:00 [migration/0] root 14 2 0 09:10 ? 00:00:00 [watchdog/0] root 15 2 0 09:10 ? 00:00:00 [watchdog/1] root 16 2 0 09:10 ? 00:00:00 [migration/1] root 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1] root 18 2 0 09:10 ? 00:00:00 [kworker/1:0] root 19 2 0 09:10 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:10 ? 00:00:00 [khelper] root 21 2 0 09:10 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:10 ? 00:00:00 [netns] root 23 2 0 09:10 ? 00:00:00 [writeback] root 24 2 0 09:10 ? 00:00:00 [kintegrityd] root 25 2 0 09:10 ? 00:00:00 [bioset] root 26 2 0 09:10 ? 00:00:00 [kworker/u5:0] root 27 2 0 09:10 ? 00:00:00 [kblockd] root 28 2 0 09:10 ? 00:00:00 [ata_sff] root 29 2 0 09:10 ? 00:00:00 [khubd] root 30 2 0 09:10 ? 00:00:00 [md] root 31 2 0 09:10 ? 00:00:00 [devfreq_wq] root 32 2 0 09:10 ? 00:00:00 [kworker/0:1] root 34 2 0 09:10 ? 00:00:00 [khungtaskd] root 35 2 0 09:10 ? 00:00:00 [kswapd0] root 36 2 0 09:10 ? 00:00:00 [vmstat] root 37 2 0 09:10 ? 00:00:00 [ksmd] root 38 2 0 09:10 ? 00:00:00 [khugepaged] root 39 2 0 09:10 ? 00:00:00 [fsnotify_mark] root 40 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 09:10 ? 00:00:00 [crypto] root 53 2 0 09:10 ? 00:00:00 [kthrotld] root 54 2 0 09:10 ? 00:00:00 [kworker/u4:1] root 55 2 0 09:10 ? 00:00:00 [vballoon] root 56 2 0 09:10 ? 00:00:00 [kworker/1:1] root 57 2 0 09:10 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:10 ? 00:00:00 [scsi_eh_1] root 59 2 0 09:10 ? 00:00:00 [kworker/u4:2] root 60 2 0 09:10 ? 00:00:00 [kworker/u4:3] root 79 2 0 09:10 ? 00:00:00 [deferwq] root 80 2 0 09:10 ? 00:00:00 [charger_manager] root 123 2 0 09:10 ? 00:00:00 [kpsmoused] root 142 2 0 09:10 ? 00:00:00 [kworker/0:2] root 186 2 0 09:10 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:10 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 09:10 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 436 2 0 09:10 ? 00:00:00 [kworker/u5:1] root 486 1 0 09:10 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 09:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 637 2 0 09:10 ? 00:00:00 [kworker/1:2] root 820 2 0 09:10 ? 00:00:00 [kauditd] root 939 1 0 09:10 ? 00:00:00 upstart-file-bridge --daemon root 1030 1 0 09:10 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1033 1 0 09:10 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1037 1 0 09:10 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1038 1 0 09:10 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1040 1 0 09:10 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1082 1 0 09:10 ? 00:00:00 /usr/sbin/sshd -D root 1085 1 0 09:10 ? 00:00:00 cron daemon 1086 1 0 09:10 ? 00:00:00 atd root 1095 1 0 09:10 ? 00:00:00 /usr/sbin/irqbalance root 1097 1 0 09:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket syslog 1145 1 0 09:10 ? 00:00:00 rsyslogd message+ 1231 1 0 09:10 ? 00:00:00 dbus-daemon --system --fork root 1241 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-logind root 1258 1 0 09:10 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1264 1 0 09:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1651 1 0 09:10 ? 00:00:00 /home/ubuntu/bind_host_z9qn6c/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_z9qn6c --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_z9qn6c --logging-server-logdir=/home/ubuntu/bind_host_z9qn6c/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_z9qn6c/work/bind_host_z9qn6c%I.log --pidfile=/home/ubuntu/bind_host_z9qn6c/work/bind_host_z9qn6c.pid ubuntu 1690 1651 0 09:11 ? 00:00:00 /home/ubuntu/bind_host_z9qn6c/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_z9qn6c --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_z9qn6c --logging-server-logdir=/home/ubuntu/bind_host_z9qn6c/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_z9qn6c/work/bind_host_z9qn6c%I.log --pidfile=/home/ubuntu/bind_host_z9qn6c/work/bind_host_z9qn6c.pid ubuntu 1765 1 0 09:11 ? 00:00:01 python2.7 /home/ubuntu/bind_host_z9qn6c/env/bin/diamond --configfile /home/ubuntu/bind_host_z9qn6c/work/plugins/diamond/etc/diamond.conf root 1864 2 0 09:11 ? 00:00:00 [kworker/u5:2] bind 2437 1 0 09:12 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2491 1690 0 09:12 ? 00:00:00 /home/ubuntu/bind_host_z9qn6c/env/bin/python2.7 /home/ubuntu/bind_host_z9qn6c/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-m4TQ4f ubuntu 2502 2491 0 09:12 ? 00:00:00 /bin/sh -c /tmp/YK4TL/install-etcd.sh ubuntu 2504 2502 0 09:12 ? 00:00:00 /bin/bash -e /tmp/YK4TL/install-etcd.sh ntp 8551 1 0 09:13 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 8959 1 0 09:13 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9018 1 0 09:13 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9022 9018 0 09:13 ? 00:00:00 inotifywait -e create -qq . root 9121 8959 0 09:13 ? 00:00:00 [check-monit-upt] clearwa+ 9178 1 0 09:13 ? 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.9:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.9 --name 192-168-120-9 --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.9:2380 --listen-peer-urls http://192.168.120.9:2380 root 9217 8959 0 09:13 ? 00:00:00 [check-etcd-upti] root 9221 8959 0 09:13 ? 00:00:00 [poll_etcd_clust] root 9223 8959 0 09:13 ? 00:00:00 [poll_etcd.sh] ubuntu 9387 2504 0 09:13 ? 00:00:00 /bin/bash -e /tmp/YK4TL/install-etcd.sh ubuntu 9388 9387 0 09:13 ? 00:00:00 /bin/bash -e /tmp/YK4TL/install-etcd.sh root 9389 9388 0 09:13 ? 00:00:00 sudo ps -edf root 9390 9389 0 09:13 ? 00:00:00 ps -edf real 0m0.008s user 0m0.004s sys 0m0.004s 2018-11-09 09:14:02,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-11-09 09:14:02,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-11-09 09:14:02,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-11-09 09:14:02,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:8f:3a:95 inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe8f:3a95/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:68523 errors:0 dropped:0 overruns:0 frame:0 TX packets:37714 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123522347 (123.5 MB) TX bytes:6071717 (6.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:168 errors:0 dropped:0 overruns:0 frame:0 TX packets:168 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:13839 (13.8 KB) TX bytes:13839 (13.8 KB) real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-09 09:14:02,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.009s user 0m0.001s sys 0m0.008s 2018-11-09 09:14:02,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-11-09 09:14:02,363 - 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.9:53 0.0.0.0:* LISTEN 2437/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2437/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1082/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2437/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8959/monit tcp 0 0 192.168.120.9:2380 0.0.0.0:* LISTEN 9178/etcd tcp6 0 0 :::53 :::* LISTEN 2437/named tcp6 0 0 :::22 :::* LISTEN 1082/sshd tcp6 0 0 ::1:953 :::* LISTEN 2437/named tcp6 0 0 :::4000 :::* LISTEN 9178/etcd udp 0 0 192.168.120.9:123 0.0.0.0:* 8551/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8551/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8551/ntpd udp 0 0 0.0.0.0:54611 0.0.0.0:* 586/dhclient udp 0 0 192.168.120.9:53 0.0.0.0:* 2437/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2437/named udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 ::1:123 :::* 8551/ntpd udp6 0 0 fe80::f816:3eff:fe8:123 :::* 8551/ntpd udp6 0 0 :::123 :::* 8551/ntpd udp6 0 0 :::3644 :::* 586/dhclient udp6 0 0 :::53 :::* 2437/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8719 1097/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 1825 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8777 1231/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11694 1651/python2.7 /tmp/cloudify-logging-server-24bdf.socket unix 2 [ ACC ] STREAM LISTENING 1570 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 13993 2491/python2.7 /tmp/ctx-t4gXqX.socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-11-09 09:14:02,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-11-09 09:14:02,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => init-+-acpid |-atd |-clearwater_diag---inotifywait |-cron |-dbus-daemon |-dhclient |-etcd---8*[{etcd}] |-7*[getty] |-irqbalance |-monit-+-check-etcd-upti | |-check-monit-upt | |-poll_etcd.sh | |-poll_etcd_clust | `-{monit} |-named---4*[{named}] |-ntpd |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+ | | `-6*[{python2.7}] | `-3*[{python2.7}] |-python2.7---{python2.7} |-rsyslogd---3*[{rsyslogd}] |-sshd |-systemd-logind |-systemd-udevd |-upstart-file-br |-upstart-socket- `-upstart-udev-br real 0m0.007s user 0m0.003s sys 0m0.003s 2018-11-09 09:14:02,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/sysstat/sa09 /var/log/dpkg.log /var/log/wtmp /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/syslog /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/kern.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/udev /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log real 0m0.006s user 0m0.000s sys 0m0.004s 2018-11-09 09:14:02,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-11-09 09:14:02,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-11-09 09:14:02,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [09-Nov-2018 09:13:43 UTC] clearwater-diags-monitor starting [09-Nov-2018 09:13:43 UTC] Waiting for trigger files real 0m0.004s user 0m0.001s sys 0m0.003s 2018-11-09 09:14:02,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-11-09 09:13:44.069266231 Stopping etcd clearwater-etcd 2018-11-09 09:13:49.484984902 Restarting etcd clearwater-etcd 2018-11-09 09:13:49.489222652 Configured ETCDCTL_PEERS: 2018-11-09 09:13:49.489865257 Check for previous failed startup attempt 2018-11-09 09:13:49.490861530 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused 2018-11-09 09:13:49.502569464 etcdctl returned 2 2018-11-09 09:13:49.508105223 Creating new cluster... 2018-11-09 09:13:49.510447297 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.9:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.9 --name 192-168-120-9 --debug --initial-cluster 192-168-120-9=http://192.168.120.9:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.9:2380 --listen-peer-urls http://192.168.120.9:2380 2018-11-09 09:13:49.511832284 Check we're actually a member of the cluster 2018-11-09 09:13:49.517866913 Wait for etcd to startup 2018-11-09 09:13:50.529413088 Etcd started successfully 2018-11-09 09:13:49.536874 I | etcdmain: etcd Version: 3.1.7 2018-11-09 09:13:49.536906 I | etcdmain: Git SHA: 43b7507 2018-11-09 09:13:49.536910 I | etcdmain: Go Version: go1.7.5 2018-11-09 09:13:49.536914 I | etcdmain: Go OS/Arch: linux/amd64 2018-11-09 09:13:49.536917 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-11-09 09:13:49.536959 I | embed: listening for peers on http://192.168.120.9:2380 2018-11-09 09:13:49.536992 I | embed: listening for client requests on 0.0.0.0:4000 2018-11-09 09:13:49.762596 I | etcdserver: name = 192-168-120-9 2018-11-09 09:13:49.762608 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.9 2018-11-09 09:13:49.762612 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.9/member 2018-11-09 09:13:49.762615 I | etcdserver: heartbeat = 100ms 2018-11-09 09:13:49.762618 I | etcdserver: election = 1000ms 2018-11-09 09:13:49.762621 I | etcdserver: snapshot count = 10000 2018-11-09 09:13:49.762627 I | etcdserver: advertise client URLs = http://192.168.120.9:4000 2018-11-09 09:13:49.762631 I | etcdserver: initial advertise peer URLs = http://192.168.120.9:2380 2018-11-09 09:13:49.762637 I | etcdserver: initial cluster = 192-168-120-9=http://192.168.120.9:2380 2018-11-09 09:13:49.820270 I | etcdserver: starting member de34eed64bb76d59 in cluster 920aa385fe9ddf88 2018-11-09 09:13:49.820293 I | raft: de34eed64bb76d59 became follower at term 0 2018-11-09 09:13:49.820318 I | raft: newRaft de34eed64bb76d59 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-11-09 09:13:49.820322 I | raft: de34eed64bb76d59 became follower at term 1 2018-11-09 09:13:49.915284 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-11-09 09:13:49.915812 I | etcdserver/membership: added member de34eed64bb76d59 [http://192.168.120.9:2380] to cluster 920aa385fe9ddf88 2018-11-09 09:13:50.120572 I | raft: de34eed64bb76d59 is starting a new election at term 1 2018-11-09 09:13:50.120679 I | raft: de34eed64bb76d59 became candidate at term 2 2018-11-09 09:13:50.120733 I | raft: de34eed64bb76d59 received MsgVoteResp from de34eed64bb76d59 at term 2 2018-11-09 09:13:50.120744 I | raft: de34eed64bb76d59 became leader at term 2 2018-11-09 09:13:50.120749 I | raft: raft.node: de34eed64bb76d59 elected leader de34eed64bb76d59 at term 2 2018-11-09 09:13:50.120896 I | etcdserver: setting up the initial cluster version to 3.1 2018-11-09 09:13:50.225114 N | etcdserver/membership: set the initial cluster version to 3.1 2018-11-09 09:13:50.225138 I | etcdserver/api: enabled capabilities for version 3.1 2018-11-09 09:13:50.225153 I | etcdserver: published {Name:192-168-120-9 ClientURLs:[http://192.168.120.9:4000]} to cluster 920aa385fe9ddf88 2018-11-09 09:13:50.225189 I | embed: ready to serve client requests 2018-11-09 09:13:50.225445 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-11-09 09:13:50.692168 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.9:33949 2018-11-09 09:13:50.764896 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.9:33950 2018-11-09 09:13:50.765495 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:33951 2018-11-09 09:13:57.864711 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.9/liveness-check remote:192.168.120.9:33952 real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-09 09:14:02,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-11-09 09:14:02,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-11-09 09:14:02,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/YK4TL/install-etcd.sh 2018-11-09 09:14:02,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:14:02,365 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:02,425 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:02,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:02,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:02,426 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:02,426 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:02,426 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:02,426 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:02,426 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:02,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:02,426 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:02 GMT 2018-11-09 09:14:02,426 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:02,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:02,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:07,432 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:07,512 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:07,512 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:07,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:07,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:07,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:07,513 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:07,513 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:07,513 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_0xqhp7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:02.791Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:02.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:03.803Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:03.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_4i33ko", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:03.803Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:03.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_juwefi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:03.803Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:03.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_4i33ko", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:03.803Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:03.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_4i33ko", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:03.803Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:03.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.224Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/LJU3M/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27bc094b-55eb-4112-9fad-b2ff4d01f677"}, {"node_instance_id": "dime_juwefi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_ct0q19", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_juwefi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_ct0q19", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_ct0q19", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:04.824Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:04.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27bc094b-55eb-4112-9fad-b2ff4d01f677"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/BZO0A/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c352cef0-e856-499f-884a-9a0082e6eca9"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27bc094b-55eb-4112-9fad-b2ff4d01f677"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27bc094b-55eb-4112-9fad-b2ff4d01f677"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27bc094b-55eb-4112-9fad-b2ff4d01f677"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/9CHJD/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "97ee7280-1b7b-4212-af80-c30ffae87814"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "aeabb479-5721-4d96-9082-3cc9b4dac9c0"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'dime-juwefi', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1e428d26-e8b1-4667-b1ed-9ea4e4ce1e67"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1e428d26-e8b1-4667-b1ed-9ea4e4ce1e67"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/K8ZGY/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "aeabb479-5721-4d96-9082-3cc9b4dac9c0"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "aeabb479-5721-4d96-9082-3cc9b4dac9c0"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1e428d26-e8b1-4667-b1ed-9ea4e4ce1e67"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c352cef0-e856-499f-884a-9a0082e6eca9"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1e428d26-e8b1-4667-b1ed-9ea4e4ce1e67"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/HKO92/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1e428d26-e8b1-4667-b1ed-9ea4e4ce1e67"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "97ee7280-1b7b-4212-af80-c30ffae87814"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1e428d26-e8b1-4667-b1ed-9ea4e4ce1e67"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.9', 'name': u'bono-4i33ko', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27bc094b-55eb-4112-9fad-b2ff4d01f677"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c352cef0-e856-499f-884a-9a0082e6eca9"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "[localhost] run: sudo mv /tmp/tmpcCt1QX /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1e428d26-e8b1-4667-b1ed-9ea4e4ce1e67"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.015Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1e428d26-e8b1-4667-b1ed-9ea4e4ce1e67"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.844Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_juwefi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:05.844Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:05.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'sprout-sn4u9e', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.11'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "97ee7280-1b7b-4212-af80-c30ffae87814"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/AD0N1/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "97ee7280-1b7b-4212-af80-c30ffae87814"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mv /tmp/tmpRO1Bx2 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c352cef0-e856-499f-884a-9a0082e6eca9"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c352cef0-e856-499f-884a-9a0082e6eca9"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "aeabb479-5721-4d96-9082-3cc9b4dac9c0"}], "metadata": {"pagination": {"total": 1557, "offset": 1448, "size": 50}}} 2018-11-09 09:14:07,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:07,513 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:07 GMT 2018-11-09 09:14:07,513 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:07,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26273 2018-11-09 09:14:07,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:07,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:14:07,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:14:07,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:14:07,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:14:07,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/LJU3M/clearwater.py 2018-11-09 09:14:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:14:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:07,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:07,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:07,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:07,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:14:07,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-09 09:14:07,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:07,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:07,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:07,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:07,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-09 09:14:07,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/BZO0A/clearwater.py 2018-11-09 09:14:07,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-09 09:14:07,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-09 09:14:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:14:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/9CHJD/clearwater.py 2018-11-09 09:14:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:14:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'dime-juwefi', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}. 2018-11-09 09:14:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:14:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/K8ZGY/clearwater.py 2018-11-09 09:14:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-09 09:14:07,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-09 09:14:07,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:14:07,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-09 09:14:07,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/HKO92/clearwater.py 2018-11-09 09:14:07,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-09 09:14:07,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-09 09:14:07,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.9', 'name': u'bono-4i33ko', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2018-11-09 09:14:07,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-09 09:14:07,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcCt1QX /etc/clearwater/local_config 2018-11-09 09:14:07,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-09 09:14:07,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:14:07,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:14:07,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'sprout-sn4u9e', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.11'}. 2018-11-09 09:14:07,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/AD0N1/clearwater.py 2018-11-09 09:14:07,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-09 09:14:07,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-09 09:14:07,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpRO1Bx2 /etc/clearwater/local_config 2018-11-09 09:14:07,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-09 09:14:07,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-09 09:14:07,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:07,655 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:07,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:07,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:07,656 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:07,656 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:07,656 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:07,656 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:07,656 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:07,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:07,657 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:07 GMT 2018-11-09 09:14:07,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:07,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:07,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:12,662 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:12,794 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:12,794 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:12,794 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:12,794 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:12,794 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:12,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:12,795 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:12,795 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mv /tmp/tmpkjQYy5 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "97ee7280-1b7b-4212-af80-c30ffae87814"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c352cef0-e856-499f-884a-9a0082e6eca9"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'homer-ct0q19', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.14'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'vellum-h5xeye', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.8'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "aeabb479-5721-4d96-9082-3cc9b4dac9c0"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c352cef0-e856-499f-884a-9a0082e6eca9"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mv /tmp/tmp_nZtBD /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mv /tmp/tmpszvDHx /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1e428d26-e8b1-4667-b1ed-9ea4e4ce1e67"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "97ee7280-1b7b-4212-af80-c30ffae87814"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "aeabb479-5721-4d96-9082-3cc9b4dac9c0"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mv /tmp/tmpRO1Bx2 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c352cef0-e856-499f-884a-9a0082e6eca9"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "aeabb479-5721-4d96-9082-3cc9b4dac9c0"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mv /tmp/tmpZlR1XE /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "aeabb479-5721-4d96-9082-3cc9b4dac9c0"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "aeabb479-5721-4d96-9082-3cc9b4dac9c0"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1e428d26-e8b1-4667-b1ed-9ea4e4ce1e67"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mv /tmp/tmpB9i75C /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c352cef0-e856-499f-884a-9a0082e6eca9"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "97ee7280-1b7b-4212-af80-c30ffae87814"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c352cef0-e856-499f-884a-9a0082e6eca9"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'sprout-sn4u9e', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.11'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "97ee7280-1b7b-4212-af80-c30ffae87814"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/AD0N1/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.030Z", "message": "[localhost] run: sudo mv /tmp/tmpjmTW5E /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "97ee7280-1b7b-4212-af80-c30ffae87814"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_ct0q19", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_juwefi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_juwefi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_juwefi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:06.859Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:06.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.070Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.070Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/CTMGI/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.070Z", "message": "[localhost] run: sudo mv /tmp/tmpykUX0b /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.070Z", "message": "Executing: /tmp/TGXYI/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.070Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ffe3e628-ac3c-456b-ba8c-4eb8a3369f81"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.070Z", "message": "Executing: /tmp/CTMGI/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.070Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/TGXYI/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.871Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_ct0q19", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.871Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_ct0q19", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.871Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.871Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.871Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_ct0q19", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:07.871Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:07.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1600, "offset": 1498, "size": 50}}} 2018-11-09 09:14:12,795 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:12,795 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:12 GMT 2018-11-09 09:14:12,795 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:12,795 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26649 2018-11-09 09:14:12,795 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkjQYy5 /etc/dnsmasq.resolv.conf 2018-11-09 09:14:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-09 09:14:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:14:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'homer-ct0q19', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.14'}. 2018-11-09 09:14:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'vellum-h5xeye', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.8'}. 2018-11-09 09:14:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-09 09:14:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_nZtBD /etc/clearwater/local_config 2018-11-09 09:14:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpszvDHx /etc/dnsmasq.resolv.conf 2018-11-09 09:14:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-09 09:14:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-09 09:14:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-09 09:14:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpRO1Bx2 /etc/clearwater/local_config 2018-11-09 09:14:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-09 09:14:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZlR1XE /etc/clearwater/local_config 2018-11-09 09:14:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-09 09:14:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-09 09:14:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpB9i75C /etc/dnsmasq.resolv.conf 2018-11-09 09:14:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-09 09:14:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-09 09:14:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-09 09:14:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-09 09:14:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-09 09:14:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.9', 'name': u'sprout-sn4u9e', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.11'}. 2018-11-09 09:14:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/AD0N1/clearwater.py 2018-11-09 09:14:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpjmTW5E /etc/clearwater/local_config 2018-11-09 09:14:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:14:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:14:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:14:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:14:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:14:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:14:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-11-09 09:14:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/CTMGI/install-vellum.sh 2018-11-09 09:14:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpykUX0b /etc/dnsmasq.resolv.conf 2018-11-09 09:14:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/TGXYI/install-dime.sh 2018-11-09 09:14:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-09 09:14:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CTMGI/install-vellum.sh 2018-11-09 09:14:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/TGXYI/install-dime.sh 2018-11-09 09:14:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:14:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:14:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:12,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:12,805 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:12,940 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:12,940 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:12,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:12,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:12,941 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:12,941 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:12,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:12,941 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:12,941 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:12,941 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:12 GMT 2018-11-09 09:14:12,941 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:12,941 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:12,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:17,947 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:18,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:18,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:18,028 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:18,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:18,028 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:18,028 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:18,028 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:18,029 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/O5Q37/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "Executing: /tmp/O5Q37/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "Executing: /tmp/CBT4T/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/IQOBY/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c157f512-77f0-4b3b-a0ff-cc515b7f9bb0"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.113Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/CBT4T/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.885Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.885Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:08.885Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:09.123Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:09.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:09.123Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:09.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:09.123Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:09.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:09.123Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/YJZKC/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:09.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:09.123Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:09.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:09.123Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:09.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:09.123Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:09.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:09.123Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:09.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:09.123Z", "message": "Executing: /tmp/YJZKC/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:09.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:09.123Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:09.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:10.138Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:10.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:10.138Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:10.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27bc094b-55eb-4112-9fad-b2ff4d01f677"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:10.138Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:10.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:10.138Z", "message": "[localhost] run: sudo mv /tmp/tmpbGcZAg /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:10.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27bc094b-55eb-4112-9fad-b2ff4d01f677"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:10.138Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:10.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27bc094b-55eb-4112-9fad-b2ff4d01f677"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:10.138Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:10.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:10.138Z", "message": "[localhost] run: sudo mv /tmp/tmpwu_vwI /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:10.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "27bc094b-55eb-4112-9fad-b2ff4d01f677"}, {"node_instance_id": "bono_4i33ko", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:10.409Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:10.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:11.951Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:11.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:11.951Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:11.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:12.000Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/AO2JR/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:12.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ac62bbf2-25ea-4661-b8c6-749384226a8f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:12.996Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:12.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_4i33ko", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:12.996Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:12.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_4i33ko", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:12.996Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:12.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:13.799Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/2SIYP/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:13.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:14.026Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:14.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:14.150Z", "message": "Executing: /tmp/2SIYP/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:14.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:14.150Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:14.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:15.410Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:15.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:15.410Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:15.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:15.410Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:15.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:16.994Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-jg55c8\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [166 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 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 [420 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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 6s (2,046 kB/s)\nReading package lists...\n\nreal\t0m8.044s\nuser\t0m4.934s\nsys\t0m0.393s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:16.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:17.421Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:17.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:17.421Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:17.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}], "metadata": {"pagination": {"total": 1613, "offset": 1548, "size": 50}}} 2018-11-09 09:14:18,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:18,029 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:18 GMT 2018-11-09 09:14:18,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:18,029 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30280 2018-11-09 09:14:18,029 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:18,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/O5Q37/install-homer.sh 2018-11-09 09:14:18,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-11-09 09:14:18,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-11-09 09:14:18,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-11-09 09:14:18,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-11-09 09:14:18,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/O5Q37/install-homer.sh 2018-11-09 09:14:18,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-11-09 09:14:18,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CBT4T/install-ellis.sh 2018-11-09 09:14:18,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-11-09 09:14:18,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-11-09 09:14:18,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/IQOBY/append_proxy_snmp_conf.py 2018-11-09 09:14:18,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/CBT4T/install-ellis.sh 2018-11-09 09:14:18,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:18,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:14:18,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:18,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-11-09 09:14:18,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-11-09 09:14:18,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-11-09 09:14:18,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/YJZKC/install-sprout.sh 2018-11-09 09:14:18,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-11-09 09:14:18,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-11-09 09:14:18,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-11-09 09:14:18,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-11-09 09:14:18,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/YJZKC/install-sprout.sh 2018-11-09 09:14:18,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-11-09 09:14:18,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-11-09 09:14:18,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-09 09:14:18,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-11-09 09:14:18,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpbGcZAg /etc/clearwater/local_config 2018-11-09 09:14:18,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-09 09:14:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-11-09 09:14:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpwu_vwI /etc/dnsmasq.resolv.conf 2018-11-09 09:14:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:14:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/AO2JR/append_proxy_snmp_conf.py 2018-11-09 09:14:18,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:14:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:14:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-09 09:14:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/2SIYP/install-bono.sh 2018-11-09 09:14:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:14:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/2SIYP/install-bono.sh 2018-11-09 09:14:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-11-09 09:14:18,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-11-09 09:14:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-11-09 09:14:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-11-09 09:14:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-jg55c8 Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [166 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 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 [420 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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 6s (2,046 kB/s) Reading package lists... real 0m8.044s user 0m4.934s sys 0m0.393s 2018-11-09 09:14:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:14:18,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-11-09 09:14:18,038 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:18,098 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:18,098 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:18,099 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:18,099 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:18,099 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:18,099 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:18,099 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:18,099 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:18,099 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:18,099 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:18 GMT 2018-11-09 09:14:18,100 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:18,100 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:18,100 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:23,105 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:23,303 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:23,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:23,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:23,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:23,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:23,304 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:23,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:23,304 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1613, "offset": 1597, "size": 50}}} 2018-11-09 09:14:23,304 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:23,304 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:23 GMT 2018-11-09 09:14:23,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:23,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:14:23,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:23,305 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:23,524 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:23,524 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:23,524 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:23,524 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:23,524 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:23,524 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:23,524 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:23,524 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:23,525 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:23,525 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:23 GMT 2018-11-09 09:14:23,525 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:23,525 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:23,525 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:28,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:28,627 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:28,628 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:28,628 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:28,628 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:28,628 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:28,628 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:28,628 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:28,628 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:23.431Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-klfvmd\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 [166 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 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 [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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,200 kB/s)\nReading package lists...\n\nreal\t0m15.241s\nuser\t0m4.563s\nsys\t0m0.322s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:23.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-18by1q\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 [166 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 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 [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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.454s\nuser\t0m4.963s\nsys\t0m0.461s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-xvmbwe\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://security.ubuntu.com trusty-security/main Sources [166 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [420 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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,186 kB/s)\nReading package lists...\n\nreal\t0m15.049s\nuser\t0m4.659s\nsys\t0m0.317s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-mmihkt\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [166 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [420 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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,193 kB/s)\nReading package lists...\n\nreal\t0m13.755s\nuser\t0m5.011s\nsys\t0m0.474s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:24.455Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:24.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:25.840Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ypvmfp\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\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 [166 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB]\nGet:11 http://security.ubuntu.com trusty-security/main Translation-en [420 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:13 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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 6s (2,019 kB/s)\nReading package lists...\n\nreal\t0m10.347s\nuser\t0m4.981s\nsys\t0m0.486s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:25.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:26.514Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:26.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:14:26.514Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:14:26.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}], "metadata": {"pagination": {"total": 1628, "offset": 1597, "size": 50}}} 2018-11-09 09:14:28,629 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:28,629 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:28 GMT 2018-11-09 09:14:28,629 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:28,629 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31726 2018-11-09 09:14:28,629 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:28,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-klfvmd 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 [166 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 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 [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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,200 kB/s) Reading package lists... real 0m15.241s user 0m4.563s sys 0m0.322s 2018-11-09 09:14:28,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-18by1q 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 [166 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 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 [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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.454s user 0m4.963s sys 0m0.461s 2018-11-09 09:14:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-11-09 09:14:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-xvmbwe Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://security.ubuntu.com trusty-security/main Sources [166 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [420 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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,186 kB/s) Reading package lists... real 0m15.049s user 0m4.659s sys 0m0.317s 2018-11-09 09:14:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:14:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-11-09 09:14:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:14:28,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-11-09 09:14:28,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:14:28,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-mmihkt Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [166 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [420 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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,193 kB/s) Reading package lists... real 0m13.755s user 0m5.011s sys 0m0.474s 2018-11-09 09:14:28,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:14:28,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-11-09 09:14:28,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ypvmfp Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] 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 [166 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [92.7 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB] Get:11 http://security.ubuntu.com trusty-security/main Translation-en [420 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:13 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,119 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 [503 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 [555 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 [269 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 6s (2,019 kB/s) Reading package lists... real 0m10.347s user 0m4.981s sys 0m0.486s 2018-11-09 09:14:28,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-11-09 09:14:28,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:14:28,633 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:28,768 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:28,768 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:28,769 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:28,769 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:28,769 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:28,769 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:28,769 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:28,769 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:28,769 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:28,769 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:28 GMT 2018-11-09 09:14:28,769 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:28,770 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:28,770 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:33,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:34,102 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:34,102 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:34,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:34,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:34,102 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:34,102 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:34,103 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:34,103 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:14:34,103 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:34,103 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:34 GMT 2018-11-09 09:14:34,103 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:34,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:14:34,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:34,104 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:34,235 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:34,235 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:34,235 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:34,235 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:34,235 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:34,235 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:34,235 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:34,236 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:34,236 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:34,236 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:34 GMT 2018-11-09 09:14:34,236 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:34,236 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:34,236 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:39,242 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:39,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:39,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:39,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:39,656 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:39,656 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:39,656 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:39,656 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:39,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:14:39,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:39,657 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:39 GMT 2018-11-09 09:14:39,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:39,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:14:39,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:39,657 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:39,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:39,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:39,979 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:39,979 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:39,979 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:39,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:39,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:39,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:39,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:39,980 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:39 GMT 2018-11-09 09:14:39,980 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:39,980 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:39,980 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:44,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:45,238 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:45,238 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:45,239 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:45,239 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:45,239 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:45,239 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:45,239 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:45,239 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:14:45,239 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:45,239 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:45 GMT 2018-11-09 09:14:45,239 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:45,239 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:14:45,240 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:45,240 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:45,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:45,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:45,336 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:45,336 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:45,336 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:45,336 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:45,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:45,336 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:45,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:45,336 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:45 GMT 2018-11-09 09:14:45,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:45,337 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:45,337 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:50,342 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:50,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:50,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:50,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:50,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:50,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:50,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:50,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:50,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:14:50,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:50,638 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:50 GMT 2018-11-09 09:14:50,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:50,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:14:50,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:50,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:51,182 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:51,183 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:51,183 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:51,183 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:51,183 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:51,183 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:51,183 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:51,183 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:51,183 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:51,184 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:51 GMT 2018-11-09 09:14:51,184 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:51,184 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:51,184 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:56,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:14:56,305 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:56,305 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:56,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:56,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:56,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:56,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:56,306 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:56,306 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:14:56,306 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:56,306 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:56 GMT 2018-11-09 09:14:56,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:56,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:14:56,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:14:56,306 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:14:56,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:14:56,375 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:14:56,375 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:14:56,375 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:14:56,375 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:14:56,375 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:14:56,375 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:14:56,375 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:14:56,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:14:56,376 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:14:56 GMT 2018-11-09 09:14:56,376 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:14:56,376 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:14:56,376 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:01,381 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:01,532 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:01,532 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:01,532 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:01,532 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:01,532 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:01,532 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:01,532 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:01,533 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:01,533 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:01,533 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:01 GMT 2018-11-09 09:15:01,533 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:01,533 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:01,533 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:01,533 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:01,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:01,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:01,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:01,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:01,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:01,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:01,659 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:01,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:01,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:01,659 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:01 GMT 2018-11-09 09:15:01,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:01,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:01,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:06,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:06,831 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:06,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:06,831 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:06,831 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:06,832 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:06,832 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:06,832 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:06,832 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:06,832 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:06,832 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:06 GMT 2018-11-09 09:15:06,832 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:06,832 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:06,832 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:06,833 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:07,009 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:07,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:07,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:07,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:07,009 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:07,009 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:07,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:07,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:07,010 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:07,010 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:07 GMT 2018-11-09 09:15:07,010 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:07,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:07,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:12,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:12,153 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:12,153 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:12,153 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:12,153 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:12,154 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:12,154 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:12,154 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:12,154 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:12,154 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:12,154 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:12 GMT 2018-11-09 09:15:12,154 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:12,154 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:12,154 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:12,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:12,253 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:12,253 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:12,253 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:12,253 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:12,253 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:12,254 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:12,254 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:12,254 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:12,254 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:12,254 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:12 GMT 2018-11-09 09:15:12,254 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:12,254 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:12,254 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:17,260 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:17,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:17,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:17,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:17,586 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:17,586 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:17,586 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:17,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:17,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:17,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:17,586 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:17 GMT 2018-11-09 09:15:17,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:17,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:17,586 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:17,587 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:17,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:17,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:17,693 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:17,693 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:17,693 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:17,693 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:17,693 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:17,694 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:17,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:17,694 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:17 GMT 2018-11-09 09:15:17,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:17,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:17,694 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:22,700 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:23,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:23,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:23,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:23,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:23,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:23,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:23,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:23,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:23,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:23,214 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:23 GMT 2018-11-09 09:15:23,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:23,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:23,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:23,214 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:23,321 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:23,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:23,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:23,321 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:23,321 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:23,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:23,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:23,322 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:23,322 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:23,322 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:23 GMT 2018-11-09 09:15:23,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:23,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:23,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:28,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:28,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:28,736 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:28,736 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:28,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:28,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:28,737 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:28,737 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:28,737 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:28,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:28,737 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:28 GMT 2018-11-09 09:15:28,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:28,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:28,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:28,738 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:29,363 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:29,363 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:29,363 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:29,363 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:29,363 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:29,363 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:29,363 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:29,363 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:29,364 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:29,364 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:29 GMT 2018-11-09 09:15:29,364 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:29,364 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:29,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:34,369 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:34,451 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:34,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:34,451 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:34,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:34,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:34,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:34,452 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:34,452 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:34,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:34,452 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:34 GMT 2018-11-09 09:15:34,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:34,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:34,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:34,453 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:34,683 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:34,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:34,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:34,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:34,684 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:34,684 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:34,684 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:34,684 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:34,684 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:34,684 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:34 GMT 2018-11-09 09:15:34,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:34,685 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:34,685 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:39,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:39,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:39,797 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:39,797 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:39,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:39,797 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:39,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:39,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:39,797 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:39,797 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:39,798 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:39 GMT 2018-11-09 09:15:39,798 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:39,798 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:39,798 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:39,798 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:39,899 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:39,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:39,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:39,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:39,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:39,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:39,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:39,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:39,900 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:39,901 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:39 GMT 2018-11-09 09:15:39,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:39,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:39,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:44,906 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:45,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:45,017 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:45,017 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:45,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:45,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:45,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:45,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:45,018 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:45,018 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:45,018 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:45 GMT 2018-11-09 09:15:45,018 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:45,018 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:45,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:45,019 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:45,086 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:45,086 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:45,086 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:45,086 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:45,087 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:45,087 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:45,087 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:45,087 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:45,087 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:45,087 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:45 GMT 2018-11-09 09:15:45,087 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:45,087 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:45,087 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:50,093 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:50,204 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:50,205 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:50,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:50,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:50,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:50,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:50,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:50,205 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:50,205 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:50,205 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:50 GMT 2018-11-09 09:15:50,206 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:50,206 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:50,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:50,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:50,283 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:50,283 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:50,283 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:50,283 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:50,283 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:50,284 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:50,284 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:50,284 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:50,284 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:50,284 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:50 GMT 2018-11-09 09:15:50,284 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:50,284 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:50,284 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:55,290 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:15:55,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:55,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:55 GMT 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:15:55,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:15:55,392 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:15:55,471 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:15:55,471 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:15:55,471 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:15:55,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:15:55,471 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:15:55,471 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:15:55,472 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:15:55,472 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:15:55,472 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:15:55,472 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:15:55 GMT 2018-11-09 09:15:55,472 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:15:55,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:15:55,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:00,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:00,573 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:00,573 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:00,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:00,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:00,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:00,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:00,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:00,574 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:00,574 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:00,574 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:00 GMT 2018-11-09 09:16:00,574 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:00,574 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:00,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:00,575 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:00,655 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:00,655 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:00,655 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:00,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:00,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:00,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:00,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:00,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:00,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:00,656 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:00 GMT 2018-11-09 09:16:00,656 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:00,656 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:00,656 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:05,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:05,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:05,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:05,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:05,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:05,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:05,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:05,748 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:05,748 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:05,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:05,749 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:05 GMT 2018-11-09 09:16:05,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:05,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:05,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:05,749 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:05,835 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:05,836 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:05,836 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:05,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:05,836 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:05,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:05,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:05,836 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:05,836 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:05,837 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:05 GMT 2018-11-09 09:16:05,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:05,837 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:05,837 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:10,837 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:10,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:10,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:10,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:10,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:10,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:10,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:10,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:10,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:10,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:10,934 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:10 GMT 2018-11-09 09:16:10,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:10,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:10,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:10,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:11,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:11,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:11,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:11,067 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:11,067 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:11,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:11,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:11,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:11,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:11,067 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:11 GMT 2018-11-09 09:16:11,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:11,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:11,068 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:16,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:16,158 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:16,158 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:16,158 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:16,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:16,159 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:16,159 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:16,159 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:16,159 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:16,159 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:16,159 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:16 GMT 2018-11-09 09:16:16,159 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:16,159 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:16,159 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:16,160 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:16,228 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:16,228 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:16,228 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:16,228 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:16,229 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:16,229 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:16,229 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:16,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:16,229 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:16,229 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:16 GMT 2018-11-09 09:16:16,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:16,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:16,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:21,234 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:21,361 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:21 GMT 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:21,362 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:21,363 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:21,484 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:21,484 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:21,484 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:21,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:21,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:21,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:21,485 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:21,485 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:21,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:21,485 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:21 GMT 2018-11-09 09:16:21,485 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:21,485 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:21,485 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:26,491 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:26,568 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:26,568 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:26,568 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:26,569 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:26,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:26,569 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:26,569 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:26,569 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:26,569 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:26,569 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:26 GMT 2018-11-09 09:16:26,569 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:26,569 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:26,569 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:26,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:26,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:26,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:26,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:26,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:26,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:26,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:26,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:26,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:26,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:26,655 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:26 GMT 2018-11-09 09:16:26,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:26,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:26,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:31,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:31,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:31,754 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:31,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:31 GMT 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:31,755 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:31 GMT 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:31,852 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:36,858 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:36,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:36,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:36,957 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:36,957 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:36,957 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:36,957 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:36,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:36,957 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:36,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:36,957 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:36 GMT 2018-11-09 09:16:36,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:36,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:36,958 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:36,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:37,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:37,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:37,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:37,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:37,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:37,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:37,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:37,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:37,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:37,119 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:37 GMT 2018-11-09 09:16:37,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:37,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:37,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:42,125 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:42,199 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:42,199 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:42,199 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:42,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:42,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:42,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:42,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:42,200 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:42,200 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:42,200 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:42 GMT 2018-11-09 09:16:42,200 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:42,200 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:42,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:42,201 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:42,281 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:42,282 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:42,282 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:42,282 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:42,282 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:42,282 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:42,282 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:42,282 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:42,282 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:42,282 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:42 GMT 2018-11-09 09:16:42,283 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:42,283 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:42,283 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:47,288 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:47,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:47,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:47,383 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:47,383 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:47,383 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:47,383 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:47,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:47,384 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:47,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:47,384 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:47 GMT 2018-11-09 09:16:47,384 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:47,384 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:47,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:47,384 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:47,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:47,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:47,545 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:47,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:47,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:47,545 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:47,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:47,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:47,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:47,546 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:47 GMT 2018-11-09 09:16:47,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:47,546 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:47,546 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:52,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:52,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:52,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:52,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:52,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:52,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:52,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:52,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:52,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:52,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:52,660 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:52 GMT 2018-11-09 09:16:52,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:52,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:52,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:52,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:52,752 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:52,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:52,753 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:52,753 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:52,753 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:52,753 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:52,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:52,753 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:52,753 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:52,753 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:52 GMT 2018-11-09 09:16:52,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:52,754 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:52,754 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:57,759 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:16:57,845 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:57,845 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:57,845 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:57,845 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:57,845 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:57,845 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:57,845 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:57,845 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1628, "offset": 1612, "size": 50}}} 2018-11-09 09:16:57,846 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:57,846 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:57 GMT 2018-11-09 09:16:57,846 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:57,846 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:16:57,846 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:16:57,846 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:16:57,916 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:16:57,916 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:16:57,916 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:16:57,916 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:16:57,916 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:16:57,916 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:16:57,917 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:16:57,917 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:16:57,917 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:16:57,917 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:16:57 GMT 2018-11-09 09:16:57,917 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:16:57,917 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:16:57,917 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:02,923 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:03,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:03,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:03,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:03,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:03,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:03,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:03,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:03,030 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:16:58.883Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ypvmfp\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 12 not upgraded.\nNeed to get 53.7 MB of archives.\nAfter this operation, 163 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.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 13s (3,895 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-171215.183529_amd64.deb ...\nUnpacking bono (1.0-171215.183529) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nSelecting previously unselected package restund.\nPreparing to unpack .../restund_1.0-171215.183529_amd64.deb ...\nUnpacking restund (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-161.211) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8651\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 8691\nclearwater-socket-factory-sig start/running, process 8696\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-171215.183529) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t2m32.312s\nuser\t0m8.806s\nsys\t0m8.598s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:16:58.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:16:59.553Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:16:59.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}], "metadata": {"pagination": {"total": 1630, "offset": 1612, "size": 50}}} 2018-11-09 09:17:03,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:03,031 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:03 GMT 2018-11-09 09:17:03,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:03,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37698 2018-11-09 09:17:03,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:03,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ypvmfp 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 12 not upgraded. Need to get 53.7 MB of archives. After this operation, 163 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.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 13s (3,895 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-171215.183529_amd64.deb ... Unpacking bono (1.0-171215.183529) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Selecting previously unselected package restund. Preparing to unpack .../restund_1.0-171215.183529_amd64.deb ... Unpacking restund (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up sprout-libs (1.0-171215.183529) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-161.211) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8651 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 8691 clearwater-socket-factory-sig start/running, process 8696 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 2m32.312s user 0m8.806s sys 0m8.598s 2018-11-09 09:17:03,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:17:03,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:03,104 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:03,104 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:03,104 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:03,104 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:03,104 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:03,104 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:03,104 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:03,105 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:03,105 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:03,105 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:03 GMT 2018-11-09 09:17:03,105 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:03,105 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:03,105 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:08,110 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:08,189 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:08,189 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1630, "offset": 1614, "size": 50}}} 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:08 GMT 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:17:08,190 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:08,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:08,254 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:08,254 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:08,255 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:08,255 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:08,255 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:08,255 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:08,255 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:08,255 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:08,255 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:08,255 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:08 GMT 2018-11-09 09:17:08,255 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:08,256 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:08,256 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:13,261 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:13,349 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:13,349 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:13,349 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:13,349 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:13,350 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:13,350 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:13,350 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:13,350 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1630, "offset": 1614, "size": 50}}} 2018-11-09 09:17:13,350 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:13,350 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:13 GMT 2018-11-09 09:17:13,350 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:13,350 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:17:13,350 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:13,351 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:13,419 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:13,419 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:13 GMT 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:13,420 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:18,426 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:18,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:18,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:18,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:18,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:18,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:18,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:18,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:18,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1630, "offset": 1614, "size": 50}}} 2018-11-09 09:17:18,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:18,546 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:18 GMT 2018-11-09 09:17:18,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:18,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:17:18,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:18,547 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:18,616 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:18,616 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:18,616 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:18,616 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:18,616 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:18,616 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:18,617 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:18,617 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:18,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:18,617 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:18 GMT 2018-11-09 09:17:18,617 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:18,617 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:18,617 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:23,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:23,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:23,923 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:23,923 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:23,924 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:23,924 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:23,924 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:23,924 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:23,924 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1630, "offset": 1614, "size": 50}}} 2018-11-09 09:17:23,924 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:23,924 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:23 GMT 2018-11-09 09:17:23,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:23,925 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:17:23,925 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:23,925 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:23,996 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:23 GMT 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:23,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:23,998 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:29,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:29,194 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:29,194 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:29,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:29,195 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:29,195 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:29,195 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:29,195 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:29,195 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:28.417Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-18by1q\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 12 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 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 libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB]\nGet:29 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.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.4 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.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 9s (9,046 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\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-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.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.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package homer.\nPreparing to unpack .../homer_1.0-171213.182937_amd64.deb ...\nUnpacking homer (1.0-171213.182937) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.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-161.211) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.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.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\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 9009\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 idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homer (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homer\nCollecting crest (from homer)\nCollecting idna (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting six (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting cyclone (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m4.100s\nuser\t0m20.629s\nsys\t0m10.828s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:28.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}], "metadata": {"pagination": {"total": 1631, "offset": 1614, "size": 50}}} 2018-11-09 09:17:29,195 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:29,195 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:29 GMT 2018-11-09 09:17:29,196 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:29,196 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 50874 2018-11-09 09:17:29,196 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:29,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-18by1q 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 12 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 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 libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.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.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.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 9s (9,046 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... 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-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.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.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package homer. Preparing to unpack .../homer_1.0-171213.182937_amd64.deb ... Unpacking homer (1.0-171213.182937) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.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-161.211) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.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.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. 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 9009 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 idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homer (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m4.100s user 0m20.629s sys 0m10.828s 2018-11-09 09:17:29,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:29,294 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:29,294 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:29,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:29,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:29,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:29,294 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:29,294 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:29,294 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:29,295 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:29,295 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:29 GMT 2018-11-09 09:17:29,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:29,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:29,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:34,300 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:34,642 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:34,642 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:34,642 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:34,642 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:34,642 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:34,642 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:34,642 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:34,642 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:29.589Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:29.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}], "metadata": {"pagination": {"total": 1632, "offset": 1615, "size": 50}}} 2018-11-09 09:17:34,643 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:34,643 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:34 GMT 2018-11-09 09:17:34,643 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:34,643 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 621 2018-11-09 09:17:34,643 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:34,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:17:34,644 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:34,724 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:34,724 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:34,724 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:34,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:34,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:34,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:34,725 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:34,725 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:34,725 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:34,725 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:34 GMT 2018-11-09 09:17:34,725 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:34,725 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:34,725 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:39,731 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:40,097 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:40,097 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:40,098 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:40,098 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:40,098 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:40,098 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:40,098 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:40,098 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:36.705Z", "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 12 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (11.8 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57610 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m37.352s\nuser\t0m12.624s\nsys\t0m3.362s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:36.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:37.604Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:37.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:38.979Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:38.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:38.979Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-mmihkt\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 12 not upgraded.\nNeed to get 56.4 MB of archives.\nAfter this operation, 171 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:24 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:26 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 28%\rExtracting templates from packages: 57%\rExtracting templates from packages: 85%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.4 MB in 16s (3,514 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-base (1.0-171215.183529) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-scscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-icscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-bgcf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-171215.183529) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-171215.183529_amd64.deb ...\nUnpacking sprout (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-161.211) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.9) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8939\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 8972\nclearwater-socket-factory-sig start/running, process 8977\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9026\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.............+++\n.....................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up sprout-base (1.0-171215.183529) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-bgcf (1.0-171215.183529) ...\nSetting up sprout-mmtel-as (1.0-171215.183529) ...\nSetting up sprout-scscf (1.0-171215.183529) ...\nSetting up sprout-icscf (1.0-171215.183529) ...\nSetting up sprout (1.0-171215.183529) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t3m14.317s\nuser\t0m9.791s\nsys\t0m10.111s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:38.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}], "metadata": {"pagination": {"total": 1636, "offset": 1616, "size": 50}}} 2018-11-09 09:17:40,098 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:40,099 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:40 GMT 2018-11-09 09:17:40,099 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:40,099 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 61347 2018-11-09 09:17:40,099 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:40,101 - 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 12 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (11.8 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57610 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m37.352s user 0m12.624s sys 0m3.362s 2018-11-09 09:17:40,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:17:40,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:17:40,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-mmihkt 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 12 not upgraded. Need to get 56.4 MB of archives. After this operation, 171 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:26 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 28% Extracting templates from packages: 57% Extracting templates from packages: 85% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.4 MB in 16s (3,514 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ... Unpacking sprout-base (1.0-171215.183529) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-scscf (1.0-171215.183529) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-icscf (1.0-171215.183529) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ... Unpacking sprout-bgcf (1.0-171215.183529) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ... Unpacking sprout-mmtel-as (1.0-171215.183529) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-171215.183529_amd64.deb ... Unpacking sprout (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-161.211) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.9) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Setting up sprout-libs (1.0-171215.183529) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8939 reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 8972 clearwater-socket-factory-sig start/running, process 8977 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9026 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .............+++ .....................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up sprout-base (1.0-171215.183529) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-bgcf (1.0-171215.183529) ... Setting up sprout-mmtel-as (1.0-171215.183529) ... Setting up sprout-scscf (1.0-171215.183529) ... Setting up sprout-icscf (1.0-171215.183529) ... Setting up sprout (1.0-171215.183529) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 3m14.317s user 0m9.791s sys 0m10.111s 2018-11-09 09:17:40,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:40,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:40,186 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:40,186 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:40,186 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:40,186 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:40,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:40,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:40,187 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:40,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:40,187 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:40 GMT 2018-11-09 09:17:40,187 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:40,187 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:40,187 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:45,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:45,632 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:45,632 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:45,632 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:45,633 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:45,633 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:45,633 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:45,633 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:45,633 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1636, "offset": 1620, "size": 50}}} 2018-11-09 09:17:45,633 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:45,633 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:45 GMT 2018-11-09 09:17:45,633 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:45,633 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:17:45,633 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:45,634 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:45,727 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:45,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:45,727 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:45,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:45,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:45,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:45,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:45,728 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:45,728 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:45,728 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:45 GMT 2018-11-09 09:17:45,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:45,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:45,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:50,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:51,194 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:51,194 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:51,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:51,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:51,195 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:51,195 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:51,195 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:51,195 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:45.879Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-jg55c8\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 12 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [707 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,459 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3,754 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,979 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.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 9s (7,203 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51321 files and directories currently installed.)\nPreparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\nUnpacking libaio1:amd64 (0.3.109-4) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package libdbi-perl.\nPreparing to unpack .../libdbi-perl_1.630-1_amd64.deb ...\nUnpacking libdbi-perl (1.630-1) ...\nSelecting previously unselected package libdbd-mysql-perl.\nPreparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ...\nUnpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSelecting previously unselected package libterm-readkey-perl.\nPreparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ...\nUnpacking libterm-readkey-perl (2.31-1) ...\nSelecting previously unselected package mysql-client-core-5.5.\nPreparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51924 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\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 9241\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-161.211) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.9) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libhtml-template-perl (2.95-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up mysql-server (5.5.62-0ubuntu0.14.04.1) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9987\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n..........................................................+++\n....................................................................................................................................................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up ellis (1.0-171213.182049) ...\nusermod: no changes\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/ellis/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting ellis\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting metaswitchcommon (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting certifi (from ellis)\nCollecting backports-abc (from ellis)\nCollecting tornado (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting singledispatch (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting pycurl (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis\nSuccessfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m28.263s\nuser\t0m16.782s\nsys\t0m11.359s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:45.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:46.997Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:46.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}], "metadata": {"pagination": {"total": 1638, "offset": 1620, "size": 50}}} 2018-11-09 09:17:51,195 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:51,195 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:51 GMT 2018-11-09 09:17:51,195 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:51,195 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46591 2018-11-09 09:17:51,196 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:51,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-jg55c8 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 12 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [707 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,459 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3,754 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,979 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.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 9s (7,203 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package libdbi-perl. Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... Unpacking libdbi-perl (1.630-1) ... Selecting previously unselected package libdbd-mysql-perl. Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... Unpacking libterm-readkey-perl (2.31-1) ... Selecting previously unselected package mysql-client-core-5.5. Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51924 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... 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 9241 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-161.211) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.9) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libhtml-template-perl (2.95-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9987 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ..........................................................+++ ....................................................................................................................................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up ellis (1.0-171213.182049) ... usermod: no changes Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/ellis/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting ellis Collecting six (from ellis) Collecting prctl (from ellis) Collecting MySQL-python (from ellis) Collecting metaswitchcommon (from ellis) Collecting phonenumbers (from ellis) Collecting py-bcrypt (from ellis) Collecting msgpack-python (from ellis) Collecting certifi (from ellis) Collecting backports-abc (from ellis) Collecting tornado (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting singledispatch (from ellis) Collecting SQLAlchemy (from ellis) Collecting pycurl (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis Successfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m28.263s user 0m16.782s sys 0m11.359s 2018-11-09 09:17:51,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:17:51,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:51,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:51,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:51,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:51,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:51,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:51,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:51,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:51,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:51,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:51,655 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:51 GMT 2018-11-09 09:17:51,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:51,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:51,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:56,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:17:57,171 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:57,171 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:57,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:57,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:57,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:57,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:57,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:57,172 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:54.275Z", "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 12 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 (579 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57833 files and directories currently installed.)\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t0m17.133s\nuser\t0m0.858s\nsys\t0m0.747s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:54.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:55.015Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:55.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:55.015Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:55.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:55.015Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:55.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}], "metadata": {"pagination": {"total": 1642, "offset": 1622, "size": 50}}} 2018-11-09 09:17:57,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:57,172 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:57 GMT 2018-11-09 09:17:57,172 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:57,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4595 2018-11-09 09:17:57,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:17:57,173 - 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 12 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 (579 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57833 files and directories currently installed.) Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 0m17.133s user 0m0.858s sys 0m0.747s 2018-11-09 09:17:57,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-11-09 09:17:57,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-11-09 09:17:57,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-11-09 09:17:57,174 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:17:57,494 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:17:57,494 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:17:57,494 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:17:57,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:17:57,494 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:17:57,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:17:57,495 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:17:57,495 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:17:57,495 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:17:57,495 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:17:57 GMT 2018-11-09 09:17:57,495 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:17:57,495 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:17:57,495 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:02,501 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:04,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:04,020 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:04,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:04,020 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:04,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:04,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:04,020 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:04,020 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:57.232Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.083s\nuser\t0m0.008s\nsys\t0m0.055s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:57.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:58.166Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:42:2d:20 \n inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe42:2d20/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:87685 errors:0 dropped:0 overruns:0 frame:0\n TX packets:49723 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131864768 (131.8 MB) TX bytes:9409412 (9.4 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:40 errors:0 dropped:0 overruns:0 frame:0\n TX packets:40 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3750 (3.7 KB) TX bytes:3750 (3.7 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:58.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:58.166Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:11 ? 00:00:00 /sbin/init\nroot 2 0 0 09:11 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:11 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:11 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:11 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:11 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:11 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:11 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:11 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:11 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:11 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:11 ? 00:00:00 [migration/0]\nroot 14 2 0 09:11 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:11 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:11 ? 00:00:00 [migration/1]\nroot 17 2 0 09:11 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 09:11 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:11 ? 00:00:00 [khelper]\nroot 21 2 0 09:11 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:11 ? 00:00:00 [netns]\nroot 23 2 0 09:11 ? 00:00:00 [writeback]\nroot 24 2 0 09:11 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:11 ? 00:00:00 [bioset]\nroot 27 2 0 09:11 ? 00:00:00 [kblockd]\nroot 28 2 0 09:11 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:11 ? 00:00:00 [khubd]\nroot 30 2 0 09:11 ? 00:00:00 [md]\nroot 31 2 0 09:11 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:11 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 09:11 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 09:11 ? 00:00:00 [khungtaskd]\nroot 36 2 0 09:11 ? 00:00:00 [kswapd0]\nroot 37 2 0 09:11 ? 00:00:00 [vmstat]\nroot 38 2 0 09:11 ? 00:00:00 [ksmd]\nroot 39 2 0 09:11 ? 00:00:00 [khugepaged]\nroot 40 2 0 09:11 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 09:11 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 09:11 ? 00:00:00 [crypto]\nroot 54 2 0 09:11 ? 00:00:00 [kthrotld]\nroot 55 2 0 09:11 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 09:11 ? 00:00:00 [vballoon]\nroot 57 2 0 09:11 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:11 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:11 ? 00:00:00 [deferwq]\nroot 80 2 0 09:11 ? 00:00:00 [charger_manager]\nroot 123 2 0 09:11 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:11 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 09:11 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:11 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 09:11 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 429 2 0 09:11 ? 00:00:00 [kworker/u5:1]\nroot 430 2 0 09:11 ? 00:00:00 [kworker/u5:2]\nroot 534 1 0 09:11 ? 00:00:00 upstart-socket-bridge --daemon\nroot 572 1 0 09:11 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 09:11 ? 00:00:00 [kauditd]\nroot 935 1 0 09:11 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1006 1 0 09:11 ? 00:00:00 rsyslogd\nmessage+ 1012 1 0 09:11 ? 00:00:00 dbus-daemon --system --fork\nroot 1023 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1049 1 0 09:11 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1052 1 0 09:11 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1056 1 0 09:11 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1057 1 0 09:11 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1059 1 0 09:11 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1102 1 0 09:11 ? 00:00:00 /usr/sbin/sshd -D\nroot 1105 1 0 09:11 ? 00:00:00 cron\ndaemon 1106 1 0 09:11 ? 00:00:00 atd\nroot 1115 1 0 09:11 ? 00:00:00 /usr/sbin/irqbalance\nroot 1118 1 0 09:11 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1198 1 0 09:11 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1204 1 0 09:11 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1451 2 0 09:11 ? 00:00:00 [kworker/1:2]\nubuntu 1651 1 0 09:11 ? 00:00:00 /home/ubuntu/bono_host_ypvmfp/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ypvmfp --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ypvmfp --logging-server-logdir=/home/ubuntu/bono_host_ypvmfp/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ypvmfp/work/bono_host_ypvmfp%I.log --pidfile=/home/ubuntu/bono_host_ypvmfp/work/bono_host_ypvmfp.pid\nubuntu 1765 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/bono_host_ypvmfp/env/bin/diamond --configfile /home/ubuntu/bono_host_ypvmfp/work/plugins/diamond/etc/diamond.conf\nubuntu 1827 1651 0 09:14 ? 00:00:00 /home/ubuntu/bono_host_ypvmfp/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ypvmfp --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ypvmfp --logging-server-logdir=/home/ubuntu/bono_host_ypvmfp/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ypvmfp/work/bono_host_ypvmfp%I.log --pidfile=/home/ubuntu/bono_host_ypvmfp/work/bono_host_ypvmfp.pid\nubuntu 1851 1827 0 09:14 ? 00:00:00 /home/ubuntu/bono_host_ypvmfp/env/bin/python2.7 /home/ubuntu/bono_host_ypvmfp/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-H7A61O\nubuntu 1862 1851 0 09:14 ? 00:00:00 /bin/sh -c /tmp/2SIYP/install-bono.sh\nubuntu 1864 1862 0 09:14 ? 00:00:00 /bin/bash -e /tmp/2SIYP/install-bono.sh\nntp 8142 1 0 09:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8421 2 0 09:16 ? 00:00:00 [kworker/u5:0]\nroot 8651 1 0 09:16 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8691 1 0 09:16 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8692 8691 0 09:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8696 1 0 09:16 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8698 8696 0 09:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8706 8692 0 09:16 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8707 8698 0 09:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8708 8707 0 09:16 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 9008 1 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.7,bono-4i33ko.clearwater.local --alias=172.30.9.203,bono-4i33ko.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-4i33ko.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 9808 1 0 09:17 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nroot 9871 8651 0 09:17 ? 00:00:00 /bin/sh /usr/share/clearwater/infrastructure/monit_uptime/check-monit-uptime\nroot 9872 9871 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/issue-alarm upstart 4500.1\nroot 9873 8651 0 09:17 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 9000.3; /etc/init.d/clearwater-queue-manager restart\nroot 9876 9873 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/issue-alarm monit 9000.3\nubuntu 9879 1864 0 09:17 ? 00:00:00 /bin/bash -e /tmp/2SIYP/install-bono.sh\nubuntu 9880 9879 0 09:17 ? 00:00:00 /bin/bash -e /tmp/2SIYP/install-bono.sh\nroot 9881 9880 0 09:17 ? 00:00:00 sudo ps -edf\nroot 9882 9881 0 09:17 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.004s\nsys\t0m0.007s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:58.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:58.166Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:58.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:58.166Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:58.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:59.296Z", "message": "[bono] => /var/log/sysstat/clearwater-sa09\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/bono/bono_err.log\n/var/log/bono/bono_out.log\n/var/log/bono/bono_20181109T090000Z.txt\n/var/log/syslog\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/kern.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/udev\n/var/log/clearwater-queue-manager/queue-manager.output.log\n/var/log/clearwater-queue-manager/queue-manager_20181109T090000Z.txt\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:59.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:59.296Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:59.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:59.296Z", "message": "[bono] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9808/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1102/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8651/monit \ntcp 0 0 192.168.120.7:5058 0.0.0.0:* LISTEN 9008/bono \ntcp 0 0 192.168.120.7:5060 0.0.0.0:* LISTEN 9008/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9008/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9808/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1102/sshd \nudp 0 0 192.168.120.7:123 0.0.0.0:* 8142/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8142/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8142/ntpd \nudp 0 0 0.0.0.0:61964 0.0.0.0:* 572/dhclient \nudp 0 0 192.168.120.7:5058 0.0.0.0:* 9008/bono \nudp 0 0 192.168.120.7:5060 0.0.0.0:* 9008/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9808/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 572/dhclient \nudp6 0 0 fe80::f816:3eff:fe4:123 :::* 8142/ntpd \nudp6 0 0 ::1:123 :::* 8142/ntpd \nudp6 0 0 :::123 :::* 8142/ntpd \nudp6 0 0 :::1983 :::* 572/dhclient \nudp6 0 0 ::1:53 :::* 9808/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 20519 8706/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 19450 8708/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7236 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11684 1651/python2.7 /tmp/cloudify-logging-server-71b26.socket\nunix 2 [ ACC ] STREAM LISTENING 11189 1851/python2.7 /tmp/ctx-XCO86l.socket\nunix 2 [ ACC ] STREAM LISTENING 9312 1118/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 6950 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8132 1012/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.008s\nuser\t0m0.002s\nsys\t0m0.006s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:59.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:59.296Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:59.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:17:59.296Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:17:59.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:00.326Z", "message": "[bono] => 2018-11-09 09:17:15.441613281 Stopping etcd clearwater-etcd\n2018-11-09 09:17:59.288984332 Restarting etcd clearwater-etcd\n2018-11-09 09:17:59.293676062 Configured ETCDCTL_PEERS: 192.168.120.9:4000,\n2018-11-09 09:17:59.294368730 Check for previous failed startup attempt\n2018-11-09 09:17:59.295463313 Running etcdctl member list\nde34eed64bb76d59: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=true\n2018-11-09 09:17:59.308041279 etcdctl returned 0\n2018-11-09 09:17:59.314149880 Joining existing cluster...\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:00.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:00.326Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:00.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:00.326Z", "message": "[bono] => 2018:11:09 09:16:53: Namespace: management\n2018:11:09 09:16:53: [management] Starting server\n2018:11:09 09:16:53: [management] Listening for requests\n2018:11:09 09:16:53: Namespace: signaling\n2018:11:09 09:16:53: [signaling] Starting server\n2018:11:09 09:16:53: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:00.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:01.704Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:01.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:01.855Z", "message": "Execution done (return_code=0): /tmp/2SIYP/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:01.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:01.855Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:01.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:01.855Z", "message": "[bono] sudo cat /var/log/bono/bono_20181109T090000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:01.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:01.855Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:01.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:01.855Z", "message": "[bono] => 09-11-2018 09:17:58.592 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile\n09-11-2018 09:17:58.593 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py\n09-11-2018 09:17:58.599 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py\n09-11-2018 09:17:58.599 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully\n09-11-2018 09:17:58.600 UTC INFO main.py:114 (thread MainThread): Loaded plugin \n09-11-2018 09:17:58.600 UTC INFO main.py:121 (thread MainThread): Started thread for plugin \n09-11-2018 09:17:58.603 UTC ERROR common_etcd_synchronizer.py:154 (thread Thread-3): Request to server http://192.168.120.7:4000 failed: MaxRetryError(u\"HTTPConnectionPool(host=u'192.168.120.7', 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',))\",)\n09-11-2018 09:17:58.603 UTC ERROR common_etcd_synchronizer.py:360 (thread Thread-3): 192.168.120.7 caught EtcdConnectionFailed('Connection to etcd failed due to MaxRetryError(u\"HTTPConnectionPool(host=u\\'192.168.120.7\\', 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.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:01.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "63547306-b49b-4f64-bc74-d5732b0ad282"}, {"node_instance_id": "bono_4i33ko", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:03.108Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:03.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1664, "offset": 1626, "size": 50}}} 2018-11-09 09:18:04,021 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:04,021 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:04 GMT 2018-11-09 09:18:04,021 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:04,021 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28057 2018-11-09 09:18:04,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:04,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.083s user 0m0.008s sys 0m0.055s 2018-11-09 09:18:04,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:42:2d:20 inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe42:2d20/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:87685 errors:0 dropped:0 overruns:0 frame:0 TX packets:49723 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131864768 (131.8 MB) TX bytes:9409412 (9.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:40 errors:0 dropped:0 overruns:0 frame:0 TX packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3750 (3.7 KB) TX bytes:3750 (3.7 KB) real 0m0.005s user 0m0.004s sys 0m0.003s 2018-11-09 09:18:04,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:11 ? 00:00:00 /sbin/init root 2 0 0 09:11 ? 00:00:00 [kthreadd] root 3 2 0 09:11 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:11 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:11 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:11 ? 00:00:00 [rcu_sched] root 8 2 0 09:11 ? 00:00:00 [rcuos/0] root 9 2 0 09:11 ? 00:00:00 [rcuos/1] root 10 2 0 09:11 ? 00:00:00 [rcu_bh] root 11 2 0 09:11 ? 00:00:00 [rcuob/0] root 12 2 0 09:11 ? 00:00:00 [rcuob/1] root 13 2 0 09:11 ? 00:00:00 [migration/0] root 14 2 0 09:11 ? 00:00:00 [watchdog/0] root 15 2 0 09:11 ? 00:00:00 [watchdog/1] root 16 2 0 09:11 ? 00:00:00 [migration/1] root 17 2 0 09:11 ? 00:00:00 [ksoftirqd/1] root 19 2 0 09:11 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:11 ? 00:00:00 [khelper] root 21 2 0 09:11 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:11 ? 00:00:00 [netns] root 23 2 0 09:11 ? 00:00:00 [writeback] root 24 2 0 09:11 ? 00:00:00 [kintegrityd] root 25 2 0 09:11 ? 00:00:00 [bioset] root 27 2 0 09:11 ? 00:00:00 [kblockd] root 28 2 0 09:11 ? 00:00:00 [ata_sff] root 29 2 0 09:11 ? 00:00:00 [khubd] root 30 2 0 09:11 ? 00:00:00 [md] root 31 2 0 09:11 ? 00:00:00 [devfreq_wq] root 32 2 0 09:11 ? 00:00:00 [kworker/0:1] root 33 2 0 09:11 ? 00:00:00 [kworker/1:1] root 35 2 0 09:11 ? 00:00:00 [khungtaskd] root 36 2 0 09:11 ? 00:00:00 [kswapd0] root 37 2 0 09:11 ? 00:00:00 [vmstat] root 38 2 0 09:11 ? 00:00:00 [ksmd] root 39 2 0 09:11 ? 00:00:00 [khugepaged] root 40 2 0 09:11 ? 00:00:00 [fsnotify_mark] root 41 2 0 09:11 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 09:11 ? 00:00:00 [crypto] root 54 2 0 09:11 ? 00:00:00 [kthrotld] root 55 2 0 09:11 ? 00:00:00 [kworker/u4:1] root 56 2 0 09:11 ? 00:00:00 [vballoon] root 57 2 0 09:11 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:11 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:11 ? 00:00:00 [deferwq] root 80 2 0 09:11 ? 00:00:00 [charger_manager] root 123 2 0 09:11 ? 00:00:00 [kpsmoused] root 142 2 0 09:11 ? 00:00:00 [kworker/0:2] root 186 2 0 09:11 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:11 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 09:11 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 429 2 0 09:11 ? 00:00:00 [kworker/u5:1] root 430 2 0 09:11 ? 00:00:00 [kworker/u5:2] root 534 1 0 09:11 ? 00:00:00 upstart-socket-bridge --daemon root 572 1 0 09:11 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 09:11 ? 00:00:00 [kauditd] root 935 1 0 09:11 ? 00:00:00 upstart-file-bridge --daemon syslog 1006 1 0 09:11 ? 00:00:00 rsyslogd message+ 1012 1 0 09:11 ? 00:00:00 dbus-daemon --system --fork root 1023 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-logind root 1049 1 0 09:11 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1052 1 0 09:11 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1056 1 0 09:11 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1057 1 0 09:11 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1059 1 0 09:11 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1102 1 0 09:11 ? 00:00:00 /usr/sbin/sshd -D root 1105 1 0 09:11 ? 00:00:00 cron daemon 1106 1 0 09:11 ? 00:00:00 atd root 1115 1 0 09:11 ? 00:00:00 /usr/sbin/irqbalance root 1118 1 0 09:11 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 09:11 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 09:11 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1451 2 0 09:11 ? 00:00:00 [kworker/1:2] ubuntu 1651 1 0 09:11 ? 00:00:00 /home/ubuntu/bono_host_ypvmfp/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ypvmfp --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ypvmfp --logging-server-logdir=/home/ubuntu/bono_host_ypvmfp/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ypvmfp/work/bono_host_ypvmfp%I.log --pidfile=/home/ubuntu/bono_host_ypvmfp/work/bono_host_ypvmfp.pid ubuntu 1765 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/bono_host_ypvmfp/env/bin/diamond --configfile /home/ubuntu/bono_host_ypvmfp/work/plugins/diamond/etc/diamond.conf ubuntu 1827 1651 0 09:14 ? 00:00:00 /home/ubuntu/bono_host_ypvmfp/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ypvmfp --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ypvmfp --logging-server-logdir=/home/ubuntu/bono_host_ypvmfp/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ypvmfp/work/bono_host_ypvmfp%I.log --pidfile=/home/ubuntu/bono_host_ypvmfp/work/bono_host_ypvmfp.pid ubuntu 1851 1827 0 09:14 ? 00:00:00 /home/ubuntu/bono_host_ypvmfp/env/bin/python2.7 /home/ubuntu/bono_host_ypvmfp/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-H7A61O ubuntu 1862 1851 0 09:14 ? 00:00:00 /bin/sh -c /tmp/2SIYP/install-bono.sh ubuntu 1864 1862 0 09:14 ? 00:00:00 /bin/bash -e /tmp/2SIYP/install-bono.sh ntp 8142 1 0 09:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8421 2 0 09:16 ? 00:00:00 [kworker/u5:0] root 8651 1 0 09:16 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8691 1 0 09:16 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8692 8691 0 09:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8696 1 0 09:16 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8698 8696 0 09:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8706 8692 0 09:16 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8707 8698 0 09:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8708 8707 0 09:16 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 9008 1 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.7,bono-4i33ko.clearwater.local --alias=172.30.9.203,bono-4i33ko.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-4i33ko.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 9808 1 0 09:17 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new root 9871 8651 0 09:17 ? 00:00:00 /bin/sh /usr/share/clearwater/infrastructure/monit_uptime/check-monit-uptime root 9872 9871 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/issue-alarm upstart 4500.1 root 9873 8651 0 09:17 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 9000.3; /etc/init.d/clearwater-queue-manager restart root 9876 9873 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/issue-alarm monit 9000.3 ubuntu 9879 1864 0 09:17 ? 00:00:00 /bin/bash -e /tmp/2SIYP/install-bono.sh ubuntu 9880 9879 0 09:17 ? 00:00:00 /bin/bash -e /tmp/2SIYP/install-bono.sh root 9881 9880 0 09:17 ? 00:00:00 sudo ps -edf root 9882 9881 0 09:17 ? 00:00:00 ps -edf real 0m0.010s user 0m0.004s sys 0m0.007s 2018-11-09 09:18:04,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-11-09 09:18:04,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-11-09 09:18:04,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/sysstat/clearwater-sa09 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/bono/bono_err.log /var/log/bono/bono_out.log /var/log/bono/bono_20181109T090000Z.txt /var/log/syslog /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/kern.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/udev /var/log/clearwater-queue-manager/queue-manager.output.log /var/log/clearwater-queue-manager/queue-manager_20181109T090000Z.txt /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd/clearwater-etcd-initd.log real 0m0.008s user 0m0.004s sys 0m0.002s 2018-11-09 09:18:04,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-11-09 09:18:04,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9808/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1102/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8651/monit tcp 0 0 192.168.120.7:5058 0.0.0.0:* LISTEN 9008/bono tcp 0 0 192.168.120.7:5060 0.0.0.0:* LISTEN 9008/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9008/bono tcp6 0 0 ::1:53 :::* LISTEN 9808/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1102/sshd udp 0 0 192.168.120.7:123 0.0.0.0:* 8142/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8142/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8142/ntpd udp 0 0 0.0.0.0:61964 0.0.0.0:* 572/dhclient udp 0 0 192.168.120.7:5058 0.0.0.0:* 9008/bono udp 0 0 192.168.120.7:5060 0.0.0.0:* 9008/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9808/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 572/dhclient udp6 0 0 fe80::f816:3eff:fe4:123 :::* 8142/ntpd udp6 0 0 ::1:123 :::* 8142/ntpd udp6 0 0 :::123 :::* 8142/ntpd udp6 0 0 :::1983 :::* 572/dhclient udp6 0 0 ::1:53 :::* 9808/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 20519 8706/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 19450 8708/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] SEQPACKET LISTENING 7236 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11684 1651/python2.7 /tmp/cloudify-logging-server-71b26.socket unix 2 [ ACC ] STREAM LISTENING 11189 1851/python2.7 /tmp/ctx-XCO86l.socket unix 2 [ ACC ] STREAM LISTENING 9312 1118/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 6950 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8132 1012/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.008s user 0m0.002s sys 0m0.006s 2018-11-09 09:18:04,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-11-09 09:18:04,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-11-09 09:18:04,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-11-09 09:17:15.441613281 Stopping etcd clearwater-etcd 2018-11-09 09:17:59.288984332 Restarting etcd clearwater-etcd 2018-11-09 09:17:59.293676062 Configured ETCDCTL_PEERS: 192.168.120.9:4000, 2018-11-09 09:17:59.294368730 Check for previous failed startup attempt 2018-11-09 09:17:59.295463313 Running etcdctl member list de34eed64bb76d59: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=true 2018-11-09 09:17:59.308041279 etcdctl returned 0 2018-11-09 09:17:59.314149880 Joining existing cluster... real 0m0.005s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:04,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-11-09 09:18:04,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:11:09 09:16:53: Namespace: management 2018:11:09 09:16:53: [management] Starting server 2018:11:09 09:16:53: [management] Listening for requests 2018:11:09 09:16:53: Namespace: signaling 2018:11:09 09:16:53: [signaling] Starting server 2018:11:09 09:16:53: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:04,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:04,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/2SIYP/install-bono.sh 2018-11-09 09:18:04,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-11-09 09:18:04,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20181109T090000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-11-09 09:18:04,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-11-09 09:18:04,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 09-11-2018 09:17:58.592 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile 09-11-2018 09:17:58.593 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py 09-11-2018 09:17:58.599 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py 09-11-2018 09:17:58.599 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully 09-11-2018 09:17:58.600 UTC INFO main.py:114 (thread MainThread): Loaded plugin 09-11-2018 09:17:58.600 UTC INFO main.py:121 (thread MainThread): Started thread for plugin 09-11-2018 09:17:58.603 UTC ERROR common_etcd_synchronizer.py:154 (thread Thread-3): Request to server http://192.168.120.7:4000 failed: MaxRetryError(u"HTTPConnectionPool(host=u'192.168.120.7', 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',))",) 09-11-2018 09:17:58.603 UTC ERROR common_etcd_synchronizer.py:360 (thread Thread-3): 192.168.120.7 caught EtcdConnectionFailed('Connection to etcd failed due to MaxRetryError(u"HTTPConnectionPool(host=u\'192.168.120.7\', 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.005s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:04,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:18:04,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:04,097 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:04,097 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:04,097 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:04,097 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:04,097 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:04,098 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:04,098 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:04,098 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:04,098 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:04,098 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:04 GMT 2018-11-09 09:18:04,098 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:04,098 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:04,098 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:09,104 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:09,202 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:09,203 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:09,203 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:09,203 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:09,203 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:09,203 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:09,203 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:09,203 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:04.961Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:04.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:04.961Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:04.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:05.107Z", "message": "Downloaded scripts/bind/bind.py to /tmp/N9I5R/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:05.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:05.887Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:05.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:06.946Z", "message": "[localhost] run: sudo mv /tmp/tmptGPigS /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:06.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:06.946Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:06.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:06.946Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:06.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:06.946Z", "message": "[localhost] run: sudo mv /tmp/tmpzyM9S9 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:06.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:06.946Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:06.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:06.946Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:06.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:06.946Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:06.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:06.946Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:06.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:06.946Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:06.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:06.946Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:06.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d916a3e0-5099-4caa-ac76-c911443e95a0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:07.201Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:07.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:08.007Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/QXAY8/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:08.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c8a15286-8433-4349-99da-6e0c6803f809"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:08.028Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:08.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:08.028Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:08.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:09.045Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_f8cwtw/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:09.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c8a15286-8433-4349-99da-6e0c6803f809"}], "metadata": {"pagination": {"total": 1684, "offset": 1646, "size": 50}}} 2018-11-09 09:18:09,204 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:09,204 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:09 GMT 2018-11-09 09:18:09,204 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:09,204 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10702 2018-11-09 09:18:09,204 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:09,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:18:09,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:18:09,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/N9I5R/bind.py 2018-11-09 09:18:09,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:18:09,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptGPigS /etc/bind/db.clearwater.local 2018-11-09 09:18:09,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:18:09,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:18:09,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpzyM9S9 /etc/bind/db.clearwater.opnfv 2018-11-09 09:18:09,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:18:09,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:18:09,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:18:09,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:18:09,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:18:09,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:18:09,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:09,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/QXAY8/add-snmpproxy-collector.py 2018-11-09 09:18:09,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:18:09,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:18:09,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_f8cwtw/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-11-09 09:18:09,208 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:09,272 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:09,272 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:09,273 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:09,273 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:09,273 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:09,273 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:09,273 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:09,273 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:09,273 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:09,273 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:09 GMT 2018-11-09 09:18:09,273 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:09,273 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:09,274 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:14,279 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:14,616 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:14,617 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:14,617 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:14,617 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:14,617 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:14,617 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:14,617 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:14,618 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:10.938Z", "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 12 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 4s (9,338 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58174 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m42.113s\nuser\t0m12.767s\nsys\t0m3.129s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:10.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:12.149Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:12.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:12.149Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:12.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:12.149Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:12.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:12.648Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:12.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:13.188Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-klfvmd\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 12 not upgraded.\nNeed to get 92.8 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:24 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:29 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:31 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:32 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:34 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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-161.211 [773 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.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.4 [269 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.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 18s (5,033 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\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-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.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.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ...\nUnpacking ralf-libs (1.0-171215.175140) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-171215.175140_amd64.deb ...\nUnpacking ralf (1.0-171215.175140) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ...\nUnpacking homestead-libs (1.0-171215.122632) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-171215.122632_amd64.deb ...\nUnpacking homestead (1.0-171215.122632) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ...\nUnpacking homestead-prov (1.0-171213.182937) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-171215.180814_amd64.deb ...\nUnpacking dime (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.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-161.211) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.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.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-171215.175140) ...\nSetting up homestead-libs (1.0-171215.122632) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\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 9403\nclearwater-socket-factory-sig start/running, process 9411\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9457\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 idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-171215.122632) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t3m48.125s\nuser\t0m20.704s\nsys\t0m11.532s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:13.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:13.188Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:13.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:14.203Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:14.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:14.203Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.059s\nuser\t0m0.005s\nsys\t0m0.054s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:14.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}], "metadata": {"pagination": {"total": 1693, "offset": 1665, "size": 50}}} 2018-11-09 09:18:14,618 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:14,618 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:14 GMT 2018-11-09 09:18:14,618 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:14,618 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 78331 2018-11-09 09:18:14,618 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:14,621 - 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 12 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 4s (9,338 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58174 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m42.113s user 0m12.767s sys 0m3.129s 2018-11-09 09:18:14,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-11-09 09:18:14,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-11-09 09:18:14,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-11-09 09:18:14,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:14,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-klfvmd 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 12 not upgraded. Need to get 92.8 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:31 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:34 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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-161.211 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.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.4 [269 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.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 18s (5,033 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... 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-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.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.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ... Unpacking ralf-libs (1.0-171215.175140) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-171215.175140_amd64.deb ... Unpacking ralf (1.0-171215.175140) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ... Unpacking homestead-libs (1.0-171215.122632) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-171215.122632_amd64.deb ... Unpacking homestead (1.0-171215.122632) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ... Unpacking homestead-prov (1.0-171213.182937) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-171215.180814_amd64.deb ... Unpacking dime (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.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-161.211) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.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.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-171215.175140) ... Setting up homestead-libs (1.0-171215.122632) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit 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 9403 clearwater-socket-factory-sig start/running, process 9411 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9457 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 idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-171215.122632) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 3m48.125s user 0m20.704s sys 0m11.532s 2018-11-09 09:18:14,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:18:14,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-11-09 09:18:14,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.059s user 0m0.005s sys 0m0.054s 2018-11-09 09:18:14,625 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:14,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:14,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:14,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:14,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:14,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:14,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:14,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:14,758 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:14,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:14,758 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:14 GMT 2018-11-09 09:18:14,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:14,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:14,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:19,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:20,121 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:20,121 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:20,121 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:20,122 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:20,122 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:20,122 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:20,122 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:20,122 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:15.292Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:15.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:15.292Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:15.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:15.292Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:10 ? 00:00:00 /sbin/init\nroot 2 0 0 09:10 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:10 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:10 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:10 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:10 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:10 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:10 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:10 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:10 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:10 ? 00:00:00 [migration/0]\nroot 14 2 0 09:10 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:10 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:10 ? 00:00:00 [migration/1]\nroot 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 09:10 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:10 ? 00:00:00 [khelper]\nroot 21 2 0 09:10 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:10 ? 00:00:00 [netns]\nroot 23 2 0 09:10 ? 00:00:00 [writeback]\nroot 24 2 0 09:10 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:10 ? 00:00:00 [bioset]\nroot 27 2 0 09:10 ? 00:00:00 [kblockd]\nroot 28 2 0 09:10 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:10 ? 00:00:00 [khubd]\nroot 30 2 0 09:10 ? 00:00:00 [md]\nroot 31 2 0 09:10 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:10 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 09:10 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 09:10 ? 00:00:00 [khungtaskd]\nroot 36 2 0 09:10 ? 00:00:00 [kswapd0]\nroot 37 2 0 09:10 ? 00:00:00 [vmstat]\nroot 38 2 0 09:10 ? 00:00:00 [ksmd]\nroot 39 2 0 09:10 ? 00:00:00 [khugepaged]\nroot 40 2 0 09:10 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 09:10 ? 00:00:00 [crypto]\nroot 54 2 0 09:10 ? 00:00:00 [kthrotld]\nroot 55 2 0 09:10 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 09:10 ? 00:00:00 [vballoon]\nroot 57 2 0 09:10 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:10 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:10 ? 00:00:00 [deferwq]\nroot 80 2 0 09:10 ? 00:00:00 [charger_manager]\nroot 123 2 0 09:10 ? 00:00:00 [kpsmoused]\nroot 125 2 0 09:10 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 09:11 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:11 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 09:11 ? 00:00:00 upstart-udev-bridge --daemon\nroot 394 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 09:11 ? 00:00:00 [kworker/u5:1]\nroot 536 1 0 09:11 ? 00:00:00 upstart-socket-bridge --daemon\nroot 540 2 0 09:11 ? 00:00:00 [kworker/0:2]\nroot 587 1 0 09:11 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 09:11 ? 00:00:00 [kworker/u5:2]\nroot 821 2 0 09:11 ? 00:00:00 [kauditd]\nmessage+ 913 1 0 09:11 ? 00:00:00 dbus-daemon --system --fork\nroot 944 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-logind\nroot 959 1 0 09:11 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1020 1 0 09:11 ? 00:00:00 rsyslogd\nroot 1051 1 0 09:11 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 09:11 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 09:11 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 09:11 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 09:11 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1097 1 0 09:11 ? 00:00:00 /usr/sbin/sshd -D\nroot 1105 1 0 09:11 ? 00:00:00 cron\ndaemon 1106 1 0 09:11 ? 00:00:00 atd\nroot 1116 1 0 09:11 ? 00:00:00 /usr/sbin/irqbalance\nroot 1138 1 0 09:11 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1200 1 0 09:11 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1207 1 0 09:11 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1652 1 0 09:11 ? 00:00:00 /home/ubuntu/homer_host_18by1q/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_18by1q --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_18by1q --logging-server-logdir=/home/ubuntu/homer_host_18by1q/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_18by1q/work/homer_host_18by1q%I.log --pidfile=/home/ubuntu/homer_host_18by1q/work/homer_host_18by1q.pid\nubuntu 1766 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/homer_host_18by1q/env/bin/diamond --configfile /home/ubuntu/homer_host_18by1q/work/plugins/diamond/etc/diamond.conf\nubuntu 1826 1652 0 09:14 ? 00:00:00 /home/ubuntu/homer_host_18by1q/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_18by1q --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_18by1q --logging-server-logdir=/home/ubuntu/homer_host_18by1q/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_18by1q/work/homer_host_18by1q%I.log --pidfile=/home/ubuntu/homer_host_18by1q/work/homer_host_18by1q.pid\nubuntu 1848 1826 0 09:14 ? 00:00:00 /home/ubuntu/homer_host_18by1q/env/bin/python2.7 /home/ubuntu/homer_host_18by1q/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-0q4j7c\nubuntu 1859 1848 0 09:14 ? 00:00:00 /bin/sh -c /tmp/O5Q37/install-homer.sh\nubuntu 1861 1859 0 09:14 ? 00:00:00 /bin/bash -e /tmp/O5Q37/install-homer.sh\nntp 8488 1 0 09:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8640 2 0 09:16 ? 00:00:00 [kworker/u5:0]\nroot 9009 1 0 09:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9063 1 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9067 9063 0 09:17 ? 00:00:00 inotifywait -e create -qq .\nroot 9197 1 0 09:17 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9198 9197 0 09:17 ? 00:00:00 nginx: worker process\nwww-data 9199 9197 0 09:17 ? 00:00:00 nginx: worker process\nwww-data 9200 9197 0 09:17 ? 00:00:00 nginx: worker process\nwww-data 9201 9197 0 09:17 ? 00:00:00 nginx: worker process\nroot 9670 9009 0 09:18 ? 00:00:00 [nginx_ping] \nroot 9672 9009 0 09:18 ? 00:00:00 [check-nginx-upt] \nroot 9676 9009 0 09:18 ? 00:00:00 [check-monit-upt] \ndnsmasq 9834 1 0 09:18 ? 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 9897 1861 0 09:18 ? 00:00:00 /bin/bash -e /tmp/O5Q37/install-homer.sh\nubuntu 9898 9897 0 09:18 ? 00:00:00 /bin/bash -e /tmp/O5Q37/install-homer.sh\nroot 9899 9898 0 09:18 ? 00:00:00 sudo ps -edf\nroot 9900 9899 0 09:18 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.008s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:15.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:15.292Z", "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 9834/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9009/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9197/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9834/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1097/sshd \nudp 0 0 192.168.120.14:123 0.0.0.0:* 8488/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8488/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8488/ntpd \nudp 0 0 0.0.0.0:57819 0.0.0.0:* 587/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9834/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient \nudp6 0 0 fe80::f816:3eff:fe1:123 :::* 8488/ntpd \nudp6 0 0 ::1:123 :::* 8488/ntpd \nudp6 0 0 :::123 :::* 8488/ntpd \nudp6 0 0 :::57181 :::* 587/dhclient \nudp6 0 0 ::1:53 :::* 9834/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11672 1652/python2.7 /tmp/cloudify-logging-server-c8968.socket\nunix 2 [ ACC ] STREAM LISTENING 11200 1848/python2.7 /tmp/ctx-RFvwBe.socket\nunix 2 [ ACC ] STREAM LISTENING 1470 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8149 913/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 2006 394/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9444 1138/acpid /var/run/acpid.socket\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:15.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:15.292Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:18:84:e7 \n inet addr:192.168.120.14 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe18:84e7/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:113700 errors:0 dropped:0 overruns:0 frame:0\n TX packets:57387 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166902569 (166.9 MB) TX bytes:10332227 (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:48 errors:0 dropped:0 overruns:0 frame:0\n TX packets:48 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:15.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:16.312Z", "message": "[homer] => /var/log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa09\n/var/log/sysstat/sa09\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:16.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:16.312Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:16.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:16.312Z", "message": "[homer] => [09-Nov-2018 09:17:08 UTC] clearwater-diags-monitor starting\n[09-Nov-2018 09:17:08 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": "2018-11-09T09:18:16.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:16.312Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:16.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:17.325Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:17.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:17.325Z", "message": "[homer] => 2018-11-09 09:17:47.376531283 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": "2018-11-09T09:18:17.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:17.325Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:17.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:17.534Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:17.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:18.342Z", "message": "Execution done (return_code=0): /tmp/O5Q37/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:18.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1f89b7d8-3998-4661-8f3d-6bbe298e723c"}, {"node_instance_id": "homer_ct0q19", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:18.963Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:18.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:18.963Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:18.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:19.098Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:19.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1713, "offset": 1674, "size": 50}}} 2018-11-09 09:18:20,122 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:20,122 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:20 GMT 2018-11-09 09:18:20,122 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:20,122 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22181 2018-11-09 09:18:20,123 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:20,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-11-09 09:18:20,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-11-09 09:18:20,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:10 ? 00:00:00 /sbin/init root 2 0 0 09:10 ? 00:00:00 [kthreadd] root 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:10 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:10 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:10 ? 00:00:00 [rcu_sched] root 8 2 0 09:10 ? 00:00:00 [rcuos/0] root 9 2 0 09:10 ? 00:00:00 [rcuos/1] root 10 2 0 09:10 ? 00:00:00 [rcu_bh] root 11 2 0 09:10 ? 00:00:00 [rcuob/0] root 12 2 0 09:10 ? 00:00:00 [rcuob/1] root 13 2 0 09:10 ? 00:00:00 [migration/0] root 14 2 0 09:10 ? 00:00:00 [watchdog/0] root 15 2 0 09:10 ? 00:00:00 [watchdog/1] root 16 2 0 09:10 ? 00:00:00 [migration/1] root 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1] root 19 2 0 09:10 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:10 ? 00:00:00 [khelper] root 21 2 0 09:10 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:10 ? 00:00:00 [netns] root 23 2 0 09:10 ? 00:00:00 [writeback] root 24 2 0 09:10 ? 00:00:00 [kintegrityd] root 25 2 0 09:10 ? 00:00:00 [bioset] root 27 2 0 09:10 ? 00:00:00 [kblockd] root 28 2 0 09:10 ? 00:00:00 [ata_sff] root 29 2 0 09:10 ? 00:00:00 [khubd] root 30 2 0 09:10 ? 00:00:00 [md] root 31 2 0 09:10 ? 00:00:00 [devfreq_wq] root 32 2 0 09:10 ? 00:00:00 [kworker/0:1] root 33 2 0 09:10 ? 00:00:00 [kworker/1:1] root 35 2 0 09:10 ? 00:00:00 [khungtaskd] root 36 2 0 09:10 ? 00:00:00 [kswapd0] root 37 2 0 09:10 ? 00:00:00 [vmstat] root 38 2 0 09:10 ? 00:00:00 [ksmd] root 39 2 0 09:10 ? 00:00:00 [khugepaged] root 40 2 0 09:10 ? 00:00:00 [fsnotify_mark] root 41 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 09:10 ? 00:00:00 [crypto] root 54 2 0 09:10 ? 00:00:00 [kthrotld] root 55 2 0 09:10 ? 00:00:00 [kworker/u4:1] root 56 2 0 09:10 ? 00:00:00 [vballoon] root 57 2 0 09:10 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:10 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:10 ? 00:00:00 [deferwq] root 80 2 0 09:10 ? 00:00:00 [charger_manager] root 123 2 0 09:10 ? 00:00:00 [kpsmoused] root 125 2 0 09:10 ? 00:00:00 [kworker/1:2] root 186 2 0 09:11 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:11 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 09:11 ? 00:00:00 upstart-udev-bridge --daemon root 394 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 09:11 ? 00:00:00 [kworker/u5:1] root 536 1 0 09:11 ? 00:00:00 upstart-socket-bridge --daemon root 540 2 0 09:11 ? 00:00:00 [kworker/0:2] root 587 1 0 09:11 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 09:11 ? 00:00:00 [kworker/u5:2] root 821 2 0 09:11 ? 00:00:00 [kauditd] message+ 913 1 0 09:11 ? 00:00:00 dbus-daemon --system --fork root 944 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-logind root 959 1 0 09:11 ? 00:00:00 upstart-file-bridge --daemon syslog 1020 1 0 09:11 ? 00:00:00 rsyslogd root 1051 1 0 09:11 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 09:11 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 09:11 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 09:11 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 09:11 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1097 1 0 09:11 ? 00:00:00 /usr/sbin/sshd -D root 1105 1 0 09:11 ? 00:00:00 cron daemon 1106 1 0 09:11 ? 00:00:00 atd root 1116 1 0 09:11 ? 00:00:00 /usr/sbin/irqbalance root 1138 1 0 09:11 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1200 1 0 09:11 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1207 1 0 09:11 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1652 1 0 09:11 ? 00:00:00 /home/ubuntu/homer_host_18by1q/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_18by1q --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_18by1q --logging-server-logdir=/home/ubuntu/homer_host_18by1q/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_18by1q/work/homer_host_18by1q%I.log --pidfile=/home/ubuntu/homer_host_18by1q/work/homer_host_18by1q.pid ubuntu 1766 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/homer_host_18by1q/env/bin/diamond --configfile /home/ubuntu/homer_host_18by1q/work/plugins/diamond/etc/diamond.conf ubuntu 1826 1652 0 09:14 ? 00:00:00 /home/ubuntu/homer_host_18by1q/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_18by1q --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_18by1q --logging-server-logdir=/home/ubuntu/homer_host_18by1q/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_18by1q/work/homer_host_18by1q%I.log --pidfile=/home/ubuntu/homer_host_18by1q/work/homer_host_18by1q.pid ubuntu 1848 1826 0 09:14 ? 00:00:00 /home/ubuntu/homer_host_18by1q/env/bin/python2.7 /home/ubuntu/homer_host_18by1q/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-0q4j7c ubuntu 1859 1848 0 09:14 ? 00:00:00 /bin/sh -c /tmp/O5Q37/install-homer.sh ubuntu 1861 1859 0 09:14 ? 00:00:00 /bin/bash -e /tmp/O5Q37/install-homer.sh ntp 8488 1 0 09:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8640 2 0 09:16 ? 00:00:00 [kworker/u5:0] root 9009 1 0 09:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9063 1 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9067 9063 0 09:17 ? 00:00:00 inotifywait -e create -qq . root 9197 1 0 09:17 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9198 9197 0 09:17 ? 00:00:00 nginx: worker process www-data 9199 9197 0 09:17 ? 00:00:00 nginx: worker process www-data 9200 9197 0 09:17 ? 00:00:00 nginx: worker process www-data 9201 9197 0 09:17 ? 00:00:00 nginx: worker process root 9670 9009 0 09:18 ? 00:00:00 [nginx_ping] root 9672 9009 0 09:18 ? 00:00:00 [check-nginx-upt] root 9676 9009 0 09:18 ? 00:00:00 [check-monit-upt] dnsmasq 9834 1 0 09:18 ? 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 9897 1861 0 09:18 ? 00:00:00 /bin/bash -e /tmp/O5Q37/install-homer.sh ubuntu 9898 9897 0 09:18 ? 00:00:00 /bin/bash -e /tmp/O5Q37/install-homer.sh root 9899 9898 0 09:18 ? 00:00:00 sudo ps -edf root 9900 9899 0 09:18 ? 00:00:00 ps -edf real 0m0.009s user 0m0.008s sys 0m0.002s 2018-11-09 09:18:20,124 - 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 9834/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9009/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9197/nginx tcp6 0 0 ::1:53 :::* LISTEN 9834/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1097/sshd udp 0 0 192.168.120.14:123 0.0.0.0:* 8488/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8488/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8488/ntpd udp 0 0 0.0.0.0:57819 0.0.0.0:* 587/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9834/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 fe80::f816:3eff:fe1:123 :::* 8488/ntpd udp6 0 0 ::1:123 :::* 8488/ntpd udp6 0 0 :::123 :::* 8488/ntpd udp6 0 0 :::57181 :::* 587/dhclient udp6 0 0 ::1:53 :::* 9834/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11672 1652/python2.7 /tmp/cloudify-logging-server-c8968.socket unix 2 [ ACC ] STREAM LISTENING 11200 1848/python2.7 /tmp/ctx-RFvwBe.socket unix 2 [ ACC ] STREAM LISTENING 1470 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8149 913/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 2006 394/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9444 1138/acpid /var/run/acpid.socket real 0m0.007s user 0m0.004s sys 0m0.003s 2018-11-09 09:18:20,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:18:84:e7 inet addr:192.168.120.14 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe18:84e7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:113700 errors:0 dropped:0 overruns:0 frame:0 TX packets:57387 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166902569 (166.9 MB) TX bytes:10332227 (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:48 errors:0 dropped:0 overruns:0 frame:0 TX packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:20,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/sysstat /var/log/sysstat/clearwater-sa09 /var/log/sysstat/sa09 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.007s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:20,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-11-09 09:18:20,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [09-Nov-2018 09:17:08 UTC] clearwater-diags-monitor starting [09-Nov-2018 09:17:08 UTC] Waiting for trigger files real 0m0.005s user 0m0.004s sys 0m0.002s 2018-11-09 09:18:20,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-11-09 09:18:20,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-11-09 09:18:20,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-11-09 09:17:47.376531283 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:20,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-11-09 09:18:20,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:20,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/O5Q37/install-homer.sh 2018-11-09 09:18:20,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:18:20,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:18:20,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:18:20,127 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:20,203 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:20,203 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:20,203 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:20,203 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:20,203 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:20,203 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:20,203 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:20,204 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:20,204 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:20,204 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:20 GMT 2018-11-09 09:18:20,204 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:20,204 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:20,204 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:25,209 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:25,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:25,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:25,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:25,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:25,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:25,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:25,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:25,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:20.169Z", "message": "Downloaded scripts/bind/bind.py to /tmp/4XH5X/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:20.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "[localhost] run: sudo mv /tmp/tmpAmw5S7 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "[localhost] run: sudo mv /tmp/tmpwqmUmz /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {u'homer_ct0q19': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-ct0q19'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:21.363Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:21.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9ff5ffe3-65a1-4f32-91ae-97d754619df7"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:23.659Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:23.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:24.191Z", "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 12 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 2s (13.5 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57913 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m45.138s\nuser\t0m12.774s\nsys\t0m3.310s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:24.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:25.208Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:25.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:25.208Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:25.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:25.208Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:25.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}], "metadata": {"pagination": {"total": 1731, "offset": 1691, "size": 50}}} 2018-11-09 09:18:25,779 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:25,780 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:25 GMT 2018-11-09 09:18:25,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:25,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23479 2018-11-09 09:18:25,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:25,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/4XH5X/bind.py 2018-11-09 09:18:25,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:18:25,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:18:25,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:18:25,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:18:25,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpAmw5S7 /etc/bind/db.clearwater.local 2018-11-09 09:18:25,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:18:25,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:18:25,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpwqmUmz /etc/bind/db.clearwater.opnfv 2018-11-09 09:18:25,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {u'homer_ct0q19': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-ct0q19'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:18:25,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:18:25,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:18:25,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:25,783 - 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 12 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (13.5 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57913 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m45.138s user 0m12.774s sys 0m3.310s 2018-11-09 09:18:25,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-11-09 09:18:25,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-11-09 09:18:25,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-11-09 09:18:25,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:25,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:25,924 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:25,924 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:25,924 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:25,924 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:25,924 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:25,924 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:25,924 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:25,924 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:25,924 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:25 GMT 2018-11-09 09:18:25,925 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:25,925 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:25,925 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:30,930 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:31,408 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:31,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:31,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:31,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:31,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:31,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:31,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:31,409 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:27.146Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.083s\nuser\t0m0.009s\nsys\t0m0.055s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:27.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:27.479Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:27.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:28.493Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:28.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:28.493Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:28.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:28.493Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:14:9e:a0 \n inet addr:192.168.120.11 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:9ea0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:91065 errors:0 dropped:0 overruns:0 frame:0\n TX packets:55447 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:134175662 (134.1 MB) TX bytes:10427205 (10.4 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:16 errors:0 dropped:0 overruns:0 frame:0\n TX packets:16 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:28.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:28.493Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:10 ? 00:00:00 /sbin/init\nroot 2 0 0 09:10 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:10 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:10 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:10 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:10 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:10 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:10 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:10 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:10 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:10 ? 00:00:00 [migration/0]\nroot 14 2 0 09:10 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:10 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:10 ? 00:00:00 [migration/1]\nroot 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 09:10 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:10 ? 00:00:00 [khelper]\nroot 21 2 0 09:10 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:10 ? 00:00:00 [netns]\nroot 23 2 0 09:10 ? 00:00:00 [writeback]\nroot 24 2 0 09:10 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:10 ? 00:00:00 [bioset]\nroot 26 2 0 09:10 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 09:10 ? 00:00:00 [kblockd]\nroot 28 2 0 09:10 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:10 ? 00:00:00 [khubd]\nroot 30 2 0 09:10 ? 00:00:00 [md]\nroot 31 2 0 09:10 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:10 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 09:10 ? 00:00:00 [khungtaskd]\nroot 35 2 0 09:10 ? 00:00:00 [kswapd0]\nroot 36 2 0 09:10 ? 00:00:00 [vmstat]\nroot 37 2 0 09:10 ? 00:00:00 [ksmd]\nroot 38 2 0 09:10 ? 00:00:00 [khugepaged]\nroot 39 2 0 09:10 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 09:10 ? 00:00:00 [crypto]\nroot 53 2 0 09:10 ? 00:00:00 [kthrotld]\nroot 54 2 0 09:10 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 09:10 ? 00:00:00 [vballoon]\nroot 56 2 0 09:10 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 09:10 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:10 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:10 ? 00:00:00 [deferwq]\nroot 80 2 0 09:10 ? 00:00:00 [charger_manager]\nroot 123 2 0 09:10 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:10 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 09:11 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:11 ? 00:00:00 [ext4-rsv-conver]\nroot 377 1 0 09:11 ? 00:00:00 upstart-udev-bridge --daemon\nroot 381 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 446 2 0 09:11 ? 00:00:00 [kworker/u5:1]\nroot 518 1 0 09:11 ? 00:00:00 upstart-socket-bridge --daemon\nroot 584 1 0 09:11 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 09:11 ? 00:00:00 [kauditd]\nroot 937 1 0 09:11 ? 00:00:00 upstart-file-bridge --daemon\nroot 1028 1 0 09:11 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1031 1 0 09:11 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1035 1 0 09:11 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1036 1 0 09:11 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1038 1 0 09:11 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1085 1 0 09:11 ? 00:00:00 /usr/sbin/sshd -D\nroot 1090 1 0 09:11 ? 00:00:00 cron\ndaemon 1091 1 0 09:11 ? 00:00:00 atd\nmessage+ 1094 1 0 09:11 ? 00:00:00 dbus-daemon --system --fork\nroot 1100 1 0 09:11 ? 00:00:00 /usr/sbin/irqbalance\nroot 1101 1 0 09:11 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1116 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1189 1 0 09:11 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1195 1 0 09:11 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1451 2 0 09:11 ? 00:00:00 [kworker/0:2]\nubuntu 1652 1 0 09:11 ? 00:00:00 /home/ubuntu/sprout_host_mmihkt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_mmihkt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_mmihkt --logging-server-logdir=/home/ubuntu/sprout_host_mmihkt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_mmihkt/work/sprout_host_mmihkt%I.log --pidfile=/home/ubuntu/sprout_host_mmihkt/work/sprout_host_mmihkt.pid\nubuntu 1766 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_mmihkt/env/bin/diamond --configfile /home/ubuntu/sprout_host_mmihkt/work/plugins/diamond/etc/diamond.conf\nubuntu 1830 1652 0 09:14 ? 00:00:00 /home/ubuntu/sprout_host_mmihkt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_mmihkt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_mmihkt --logging-server-logdir=/home/ubuntu/sprout_host_mmihkt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_mmihkt/work/sprout_host_mmihkt%I.log --pidfile=/home/ubuntu/sprout_host_mmihkt/work/sprout_host_mmihkt.pid\nubuntu 1850 1830 0 09:14 ? 00:00:00 /home/ubuntu/sprout_host_mmihkt/env/bin/python2.7 /home/ubuntu/sprout_host_mmihkt/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-TZB7YP\nubuntu 1861 1850 0 09:14 ? 00:00:00 /bin/sh -c /tmp/YJZKC/install-sprout.sh\nubuntu 1864 1861 0 09:14 ? 00:00:00 /bin/bash -e /tmp/YJZKC/install-sprout.sh\nroot 2211 2 0 09:14 ? 00:00:00 [kworker/u5:2]\nntp 8450 1 0 09:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8939 1 0 09:17 ? 00:00:00 rsyslogd\nroot 8972 1 0 09:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8973 8972 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8977 1 0 09:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8979 8977 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8987 8973 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8988 8979 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8989 8988 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9026 1 0 09:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\ndnsmasq 9763 1 0 09:18 ? 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 9826 1864 0 09:18 ? 00:00:00 /bin/bash -e /tmp/YJZKC/install-sprout.sh\nubuntu 9827 9826 0 09:18 ? 00:00:00 /bin/bash -e /tmp/YJZKC/install-sprout.sh\nroot 9828 9827 0 09:18 ? 00:00:00 sudo ps -edf\nroot 9829 9828 0 09:18 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:28.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:28.493Z", "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 9763/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1085/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9026/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9763/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1085/sshd \nudp 0 0 192.168.120.11:123 0.0.0.0:* 8450/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8450/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8450/ntpd \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9763/dnsmasq \nudp 0 0 0.0.0.0:33855 0.0.0.0:* 584/dhclient \nudp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient \nudp6 0 0 fe80::f816:3eff:fe1:123 :::* 8450/ntpd \nudp6 0 0 ::1:123 :::* 8450/ntpd \nudp6 0 0 :::123 :::* 8450/ntpd \nudp6 0 0 :::64756 :::* 584/dhclient \nudp6 0 0 ::1:53 :::* 9763/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7214 381/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11347 1652/python2.7 /tmp/cloudify-logging-server-d6dc1.socket\nunix 2 [ ACC ] STREAM LISTENING 11671 1850/python2.7 /tmp/ctx-LWkDhU.socket\nunix 2 [ ACC ] STREAM LISTENING 1578 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9362 1094/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 21228 8987/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20127 8989/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 9387 1101/acpid /var/run/acpid.socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:28.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:29.513Z", "message": "[sprout] => /var/log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa09\n/var/log/dpkg.log\n/var/log/sprout\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_20181109T090000Z.txt\n/var/log/sprout/sprout_current.txt\n/var/log/sprout/sprout_out.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:29.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:29.513Z", "message": "[sprout] => 2018:11:09 09:17:24: Namespace: management\n2018:11:09 09:17:24: [management] Starting server\n2018:11:09 09:17:24: [management] Listening for requests\n2018:11:09 09:17:24: Namespace: signaling\n2018:11:09 09:17:24: [signaling] Starting server\n2018:11:09 09:17:24: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:29.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:29.513Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:29.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:29.513Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:29.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:30.547Z", "message": "[sprout] => 2018-11-09 09:18:03.483465519 Stopping etcd clearwater-etcd\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:30.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:30.547Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:30.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:30.547Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:30.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:30.547Z", "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 12 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,896 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58121 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m43.506s\nuser\t0m12.621s\nsys\t0m2.872s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:30.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:30.547Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:30.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:30.547Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:30.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}], "metadata": {"pagination": {"total": 1751, "offset": 1708, "size": 50}}} 2018-11-09 09:18:31,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:31,410 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:31 GMT 2018-11-09 09:18:31,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:31,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 36898 2018-11-09 09:18:31,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:31,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.083s user 0m0.009s sys 0m0.055s 2018-11-09 09:18:31,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-11-09 09:18:31,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-11-09 09:18:31,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-11-09 09:18:31,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:14:9e:a0 inet addr:192.168.120.11 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe14:9ea0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:91065 errors:0 dropped:0 overruns:0 frame:0 TX packets:55447 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:134175662 (134.1 MB) TX bytes:10427205 (10.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:31,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:10 ? 00:00:00 /sbin/init root 2 0 0 09:10 ? 00:00:00 [kthreadd] root 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:10 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:10 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:10 ? 00:00:00 [rcu_sched] root 8 2 0 09:10 ? 00:00:00 [rcuos/0] root 9 2 0 09:10 ? 00:00:00 [rcuos/1] root 10 2 0 09:10 ? 00:00:00 [rcu_bh] root 11 2 0 09:10 ? 00:00:00 [rcuob/0] root 12 2 0 09:10 ? 00:00:00 [rcuob/1] root 13 2 0 09:10 ? 00:00:00 [migration/0] root 14 2 0 09:10 ? 00:00:00 [watchdog/0] root 15 2 0 09:10 ? 00:00:00 [watchdog/1] root 16 2 0 09:10 ? 00:00:00 [migration/1] root 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1] root 19 2 0 09:10 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:10 ? 00:00:00 [khelper] root 21 2 0 09:10 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:10 ? 00:00:00 [netns] root 23 2 0 09:10 ? 00:00:00 [writeback] root 24 2 0 09:10 ? 00:00:00 [kintegrityd] root 25 2 0 09:10 ? 00:00:00 [bioset] root 26 2 0 09:10 ? 00:00:00 [kworker/u5:0] root 27 2 0 09:10 ? 00:00:00 [kblockd] root 28 2 0 09:10 ? 00:00:00 [ata_sff] root 29 2 0 09:10 ? 00:00:00 [khubd] root 30 2 0 09:10 ? 00:00:00 [md] root 31 2 0 09:10 ? 00:00:00 [devfreq_wq] root 32 2 0 09:10 ? 00:00:00 [kworker/0:1] root 34 2 0 09:10 ? 00:00:00 [khungtaskd] root 35 2 0 09:10 ? 00:00:00 [kswapd0] root 36 2 0 09:10 ? 00:00:00 [vmstat] root 37 2 0 09:10 ? 00:00:00 [ksmd] root 38 2 0 09:10 ? 00:00:00 [khugepaged] root 39 2 0 09:10 ? 00:00:00 [fsnotify_mark] root 40 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 09:10 ? 00:00:00 [crypto] root 53 2 0 09:10 ? 00:00:00 [kthrotld] root 54 2 0 09:10 ? 00:00:00 [kworker/u4:1] root 55 2 0 09:10 ? 00:00:00 [vballoon] root 56 2 0 09:10 ? 00:00:00 [kworker/1:1] root 57 2 0 09:10 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:10 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:10 ? 00:00:00 [deferwq] root 80 2 0 09:10 ? 00:00:00 [charger_manager] root 123 2 0 09:10 ? 00:00:00 [kpsmoused] root 142 2 0 09:10 ? 00:00:00 [kworker/1:2] root 186 2 0 09:11 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:11 ? 00:00:00 [ext4-rsv-conver] root 377 1 0 09:11 ? 00:00:00 upstart-udev-bridge --daemon root 381 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 446 2 0 09:11 ? 00:00:00 [kworker/u5:1] root 518 1 0 09:11 ? 00:00:00 upstart-socket-bridge --daemon root 584 1 0 09:11 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 09:11 ? 00:00:00 [kauditd] root 937 1 0 09:11 ? 00:00:00 upstart-file-bridge --daemon root 1028 1 0 09:11 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1031 1 0 09:11 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1035 1 0 09:11 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1036 1 0 09:11 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1038 1 0 09:11 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1085 1 0 09:11 ? 00:00:00 /usr/sbin/sshd -D root 1090 1 0 09:11 ? 00:00:00 cron daemon 1091 1 0 09:11 ? 00:00:00 atd message+ 1094 1 0 09:11 ? 00:00:00 dbus-daemon --system --fork root 1100 1 0 09:11 ? 00:00:00 /usr/sbin/irqbalance root 1101 1 0 09:11 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1116 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-logind root 1189 1 0 09:11 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1195 1 0 09:11 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1451 2 0 09:11 ? 00:00:00 [kworker/0:2] ubuntu 1652 1 0 09:11 ? 00:00:00 /home/ubuntu/sprout_host_mmihkt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_mmihkt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_mmihkt --logging-server-logdir=/home/ubuntu/sprout_host_mmihkt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_mmihkt/work/sprout_host_mmihkt%I.log --pidfile=/home/ubuntu/sprout_host_mmihkt/work/sprout_host_mmihkt.pid ubuntu 1766 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_mmihkt/env/bin/diamond --configfile /home/ubuntu/sprout_host_mmihkt/work/plugins/diamond/etc/diamond.conf ubuntu 1830 1652 0 09:14 ? 00:00:00 /home/ubuntu/sprout_host_mmihkt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_mmihkt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_mmihkt --logging-server-logdir=/home/ubuntu/sprout_host_mmihkt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_mmihkt/work/sprout_host_mmihkt%I.log --pidfile=/home/ubuntu/sprout_host_mmihkt/work/sprout_host_mmihkt.pid ubuntu 1850 1830 0 09:14 ? 00:00:00 /home/ubuntu/sprout_host_mmihkt/env/bin/python2.7 /home/ubuntu/sprout_host_mmihkt/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-TZB7YP ubuntu 1861 1850 0 09:14 ? 00:00:00 /bin/sh -c /tmp/YJZKC/install-sprout.sh ubuntu 1864 1861 0 09:14 ? 00:00:00 /bin/bash -e /tmp/YJZKC/install-sprout.sh root 2211 2 0 09:14 ? 00:00:00 [kworker/u5:2] ntp 8450 1 0 09:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8939 1 0 09:17 ? 00:00:00 rsyslogd root 8972 1 0 09:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8973 8972 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8977 1 0 09:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8979 8977 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8987 8973 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8988 8979 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8989 8988 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9026 1 0 09:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc dnsmasq 9763 1 0 09:18 ? 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 9826 1864 0 09:18 ? 00:00:00 /bin/bash -e /tmp/YJZKC/install-sprout.sh ubuntu 9827 9826 0 09:18 ? 00:00:00 /bin/bash -e /tmp/YJZKC/install-sprout.sh root 9828 9827 0 09:18 ? 00:00:00 sudo ps -edf root 9829 9828 0 09:18 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-11-09 09:18:31,413 - 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 9763/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1085/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9026/monit tcp6 0 0 ::1:53 :::* LISTEN 9763/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1085/sshd udp 0 0 192.168.120.11:123 0.0.0.0:* 8450/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8450/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8450/ntpd udp 0 0 127.0.0.1:53 0.0.0.0:* 9763/dnsmasq udp 0 0 0.0.0.0:33855 0.0.0.0:* 584/dhclient udp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient udp6 0 0 fe80::f816:3eff:fe1:123 :::* 8450/ntpd udp6 0 0 ::1:123 :::* 8450/ntpd udp6 0 0 :::123 :::* 8450/ntpd udp6 0 0 :::64756 :::* 584/dhclient udp6 0 0 ::1:53 :::* 9763/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7214 381/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11347 1652/python2.7 /tmp/cloudify-logging-server-d6dc1.socket unix 2 [ ACC ] STREAM LISTENING 11671 1850/python2.7 /tmp/ctx-LWkDhU.socket unix 2 [ ACC ] STREAM LISTENING 1578 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9362 1094/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 21228 8987/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20127 8989/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 9387 1101/acpid /var/run/acpid.socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-11-09 09:18:31,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/sysstat /var/log/sysstat/clearwater-sa09 /var/log/dpkg.log /var/log/sprout /var/log/sprout/sprout_err.log /var/log/sprout/sprout_20181109T090000Z.txt /var/log/sprout/sprout_current.txt /var/log/sprout/sprout_out.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.008s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:31,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:11:09 09:17:24: Namespace: management 2018:11:09 09:17:24: [management] Starting server 2018:11:09 09:17:24: [management] Listening for requests 2018:11:09 09:17:24: Namespace: signaling 2018:11:09 09:17:24: [signaling] Starting server 2018:11:09 09:17:24: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:31,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-11-09 09:18:31,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-11-09 09:18:31,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-11-09 09:18:03.483465519 Stopping etcd clearwater-etcd real 0m0.006s user 0m0.000s sys 0m0.006s 2018-11-09 09:18:31,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-11-09 09:18:31,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-11-09 09:18:31,414 - 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 12 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,896 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58121 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m43.506s user 0m12.621s sys 0m2.872s 2018-11-09 09:18:31,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-11-09 09:18:31,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-11-09 09:18:31,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:31,499 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:31,499 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:31,499 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:31,500 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:31,500 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:31,500 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:31,500 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:31,500 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:31,500 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:31,500 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:31 GMT 2018-11-09 09:18:31,500 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:31,500 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:31,500 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:36,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:37,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:37,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:37,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:37,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:37,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:37,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:37,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:37,147 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_sn4u9e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:30.997Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:30.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:31.765Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:31.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:31.765Z", "message": "Execution done (return_code=0): /tmp/YJZKC/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:31.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "ff3cba30-f843-4f26-9a8e-c5c3be679d77"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:32.119Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:32.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:32.776Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.052s\nuser\t0m0.002s\nsys\t0m0.050s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:32.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.126Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.126Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "[localhost] run: sudo mv /tmp/tmpZWrrDh /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:10 ? 00:00:00 /sbin/init\nroot 2 0 0 09:10 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:10 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:10 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:10 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:10 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:10 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:10 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:10 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:10 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:10 ? 00:00:00 [migration/0]\nroot 14 2 0 09:10 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:10 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:10 ? 00:00:00 [migration/1]\nroot 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 09:10 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:10 ? 00:00:00 [khelper]\nroot 21 2 0 09:10 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:10 ? 00:00:00 [netns]\nroot 23 2 0 09:10 ? 00:00:00 [writeback]\nroot 24 2 0 09:10 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:10 ? 00:00:00 [bioset]\nroot 26 2 0 09:10 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 09:10 ? 00:00:00 [kblockd]\nroot 28 2 0 09:10 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:10 ? 00:00:00 [khubd]\nroot 30 2 0 09:10 ? 00:00:00 [md]\nroot 31 2 0 09:10 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:10 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 09:10 ? 00:00:00 [khungtaskd]\nroot 35 2 0 09:10 ? 00:00:00 [kswapd0]\nroot 36 2 0 09:10 ? 00:00:00 [vmstat]\nroot 37 2 0 09:10 ? 00:00:00 [ksmd]\nroot 38 2 0 09:10 ? 00:00:00 [khugepaged]\nroot 39 2 0 09:10 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 09:10 ? 00:00:00 [crypto]\nroot 53 2 0 09:10 ? 00:00:00 [kthrotld]\nroot 54 2 0 09:10 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 09:10 ? 00:00:00 [vballoon]\nroot 56 2 0 09:10 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 09:10 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:10 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:10 ? 00:00:00 [deferwq]\nroot 80 2 0 09:10 ? 00:00:00 [charger_manager]\nroot 123 2 0 09:10 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:10 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 09:10 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:10 ? 00:00:00 [ext4-rsv-conver]\nroot 389 1 0 09:10 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 433 2 0 09:10 ? 00:00:00 [kworker/u5:1]\nroot 557 1 0 09:10 ? 00:00:00 upstart-socket-bridge --daemon\nroot 576 1 0 09:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 09:11 ? 00:00:00 [kauditd]\nmessage+ 896 1 0 09:11 ? 00:00:00 dbus-daemon --system --fork\nroot 934 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-logind\nroot 952 1 0 09:11 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1014 1 0 09:11 ? 00:00:00 rsyslogd\nroot 1048 1 0 09:11 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1052 1 0 09:11 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1056 1 0 09:11 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1057 1 0 09:11 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1059 1 0 09:11 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1103 1 0 09:11 ? 00:00:00 /usr/sbin/sshd -D\nroot 1105 1 0 09:11 ? 00:00:00 cron\ndaemon 1106 1 0 09:11 ? 00:00:00 atd\nroot 1115 1 0 09:11 ? 00:00:00 /usr/sbin/irqbalance\nroot 1123 1 0 09:11 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1254 1 0 09:11 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1260 1 0 09:11 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1450 2 0 09:11 ? 00:00:00 [kworker/1:2]\nubuntu 1650 1 0 09:11 ? 00:00:00 /home/ubuntu/ellis_host_jg55c8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_jg55c8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_jg55c8 --logging-server-logdir=/home/ubuntu/ellis_host_jg55c8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_jg55c8/work/ellis_host_jg55c8%I.log --pidfile=/home/ubuntu/ellis_host_jg55c8/work/ellis_host_jg55c8.pid\nubuntu 1764 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_jg55c8/env/bin/diamond --configfile /home/ubuntu/ellis_host_jg55c8/work/plugins/diamond/etc/diamond.conf\nubuntu 1826 1650 0 09:14 ? 00:00:00 /home/ubuntu/ellis_host_jg55c8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_jg55c8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_jg55c8 --logging-server-logdir=/home/ubuntu/ellis_host_jg55c8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_jg55c8/work/ellis_host_jg55c8%I.log --pidfile=/home/ubuntu/ellis_host_jg55c8/work/ellis_host_jg55c8.pid\nubuntu 1848 1826 0 09:14 ? 00:00:00 /home/ubuntu/ellis_host_jg55c8/env/bin/python2.7 /home/ubuntu/ellis_host_jg55c8/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-1qsv2K\nubuntu 1859 1848 0 09:14 ? 00:00:00 /bin/sh -c /tmp/CBT4T/install-ellis.sh\nubuntu 1861 1859 0 09:14 ? 00:00:00 /bin/bash -e /tmp/CBT4T/install-ellis.sh\nroot 2261 2 0 09:14 ? 00:00:00 [kworker/u5:2]\nmysql 9241 1 0 09:16 ? 00:00:00 /usr/sbin/mysqld\nntp 9392 1 0 09:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9987 1 0 09:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10044 1 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10166 1 0 09:17 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10167 10166 0 09:17 ? 00:00:00 nginx: worker process\nwww-data 10168 10166 0 09:17 ? 00:00:00 nginx: worker process\nwww-data 10169 10166 0 09:17 ? 00:00:00 nginx: worker process\nwww-data 10170 10166 0 09:17 ? 00:00:00 nginx: worker process\nroot 10602 9987 0 09:18 ? 00:00:00 [nginx_ping] \nroot 10604 9987 0 09:18 ? 00:00:00 [check-nginx-upt] \nroot 10607 9987 0 09:18 ? 00:00:00 [check-monit-upt] \nellis 10634 1 0 09:18 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nroot 10636 9987 0 09:18 ? 00:00:00 [poll_ellis.sh] \nroot 10638 9987 0 09:18 ? 00:00:00 [poll_ellis_http] \nroot 11144 10044 0 09:18 ? 00:00:00 inotifywait -e create -qq .\nclearwa+ 11270 1 9 09:18 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.13:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.13 --name 192-168-120-13 --debug --initial-cluster 192-168-120-7=http://192.168.120.7:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-13=http://192.168.120.13:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.13:2380 --listen-peer-urls http://192.168.120.13:2380\ndnsmasq 11290 1 0 09:18 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nroot 11329 9987 0 09:18 ? 00:00:00 [check-etcd-upti] \nroot 11333 9987 0 09:18 ? 00:00:00 [poll_etcd_clust] \nroot 11335 9987 0 09:18 ? 00:00:00 [poll_etcd.sh] \nubuntu 11394 1861 0 09:18 ? 00:00:00 /bin/bash -e /tmp/CBT4T/install-ellis.sh\nubuntu 11395 11394 0 09:18 ? 00:00:00 /bin/bash -e /tmp/CBT4T/install-ellis.sh\nroot 11396 11395 0 09:18 ? 00:00:00 sudo ps -edf\nroot 11397 11396 0 09:18 ? 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": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {u'homer_ct0q19': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-ct0q19'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "Downloaded scripts/bind/bind.py to /tmp/1L2VQ/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:e2:92:3f \n inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee2:923f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:98508 errors:0 dropped:0 overruns:0 frame:0\n TX packets:52714 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147663178 (147.6 MB) TX bytes:10279289 (10.2 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:244 errors:0 dropped:0 overruns:0 frame:0\n TX packets:244 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:21772 (21.7 KB) TX bytes:21772 (21.7 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:33.787Z", "message": "[localhost] run: sudo mv /tmp/tmp_IFa_a /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:33.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "dd86ed60-c794-465f-9e15-f27290a8fd5f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:34.147Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:34.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:34.147Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:34.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:34.147Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:34.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:34.799Z", "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 11290/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1103/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9987/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10166/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9241/mysqld \ntcp 0 0 192.168.120.13:2380 0.0.0.0:* LISTEN 11270/etcd \ntcp6 0 0 ::1:53 :::* LISTEN 11290/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1103/sshd \ntcp6 0 0 :::4000 :::* LISTEN 11270/etcd \nudp 0 0 192.168.120.13:123 0.0.0.0:* 9392/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9392/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9392/ntpd \nudp 0 0 0.0.0.0:15014 0.0.0.0:* 576/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 11290/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 576/dhclient \nudp6 0 0 fe80::f816:3eff:fee:123 :::* 9392/ntpd \nudp6 0 0 ::1:123 :::* 9392/ntpd \nudp6 0 0 :::123 :::* 9392/ntpd \nudp6 0 0 :::38660 :::* 576/dhclient \nudp6 0 0 ::1:53 :::* 11290/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8756 896/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11088 1650/python2.7 /tmp/cloudify-logging-server-b1ded.socket\nunix 2 [ ACC ] STREAM LISTENING 12532 1848/python2.7 /tmp/ctx-Ki3cRz.socket\nunix 2 [ ACC ] STREAM LISTENING 21597 9241/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 1650 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 23836 10634/python /tmp/.ellis-sock\nunix 2 [ ACC ] SEQPACKET LISTENING 7127 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8956 1123/acpid /var/run/acpid.socket\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:34.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:34.799Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/2ZIPH/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:34.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "eaf478b7-27ac-40e2-a129-0132dc658d39"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:34.799Z", "message": "[ellis] => /var/log\n/var/log/mysql.log\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/mysql.err\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa09\n/var/log/sysstat/sa09\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/mysql.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/ellis\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.005s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:34.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:34.799Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:34.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:34.799Z", "message": "[ellis] => [09-Nov-2018 09:17:28 UTC] clearwater-diags-monitor starting\n[09-Nov-2018 09:17:28 UTC] Waiting for trigger files\n[09-Nov-2018 09:18:25 UTC] Processing trigger files: core.ellis.1541755085\n[09-Nov-2018 09:18:25 UTC] Dump triggered by ellis\n[09-Nov-2018 09:18:25 UTC] Gathering dump 20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp\n/etc/snmp: No such file or directory\n[09-Nov-2018 09:18:25 UTC] /etc/snmp not present in deployment\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 192.168.120.13:4000: getsockopt: connection refused\n\nerror #0: dial tcp 192.168.120.13:4000: getsockopt: connection refused\n\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 192.168.120.13:4000: getsockopt: connection refused\n\nerror #0: dial tcp 192.168.120.13:4000: getsockopt: connection refused\n\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to 192.168.120.13 port 4000: Connection refused\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to 192.168.120.13 port 4000: Connection refused\nTraceback (most recent call last):\n File \"/usr/share/clearwater/clearwater-cluster-manager/scripts/check_cluster_state.py\", line 107, in \n return_code = describe_clusters()\n File \"/usr/share/clearwater/clearwater-cluster-manager/scripts/check_cluster_state.py\", line 28, in describe_clusters\n result = client.get(key)\n File \"/usr/share/clearwater/clearwater-cluster-manager/env/local/lib/python2.7/site-packages/etcd/client.py\", line 679, in get\n return self.read(key)\n File \"/usr/share/clearwater/clearwater-cluster-manager/env/local/lib/python2.7/site-packages/etcd/client.py\", line 536, in read\n timeout=timeout)\n File \"/usr/share/clearwater/clearwater-cluster-manager/env/local/lib/python2.7/site-packages/etcd/client.py\", line 834, in wrapper\n cause=e\netcd.EtcdConnectionFailed: Connection to etcd failed due to MaxRetryError(\"HTTPConnectionPool(host='192.168.120.13', port=4000): Max retries exceeded with url: /v2/keys/?recursive=True (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))\",)\nTraceback (most recent call last):\n File \"/usr/share/clearwater/clearwater-config-manager/scripts/check_config_sync.py\", line 10, in \n from metaswitch.clearwater.etcd_shared.plugin_loader import load_plugins_in_dir\nImportError: No module named metaswitch.clearwater.etcd_shared.plugin_loader\n[09-Nov-2018 09:18:26 UTC] Running extra diags scripts: /usr/share/clearwater/clearwater-diags-monitor/scripts/ellis_diags\n[09-Nov-2018 09:18:26 UTC] No domain supplied\n[09-Nov-2018 09:18:26 UTC] No domain supplied\n[09-Nov-2018 09:18:26 UTC] core.ellis.1541755085 has been closed\n[09-Nov-2018 09:18:26 UTC] Moving core.ellis.1541755085 to dump\n[09-Nov-2018 09:18:26 UTC] Compressing core.ellis.1541755085\ntar: 20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp/root/run/dbus/system_bus_socket: socket ignored\ntar: 20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp/root/run/acpid.socket: socket ignored\ntar: 20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp/root/run/mysqld/mysqld.sock: socket ignored\ntar: 20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp/root/run/udev/control: socket ignored\n[09-Nov-2018 09:18:26 UTC] Diagnostic archive /var/clearwater-diags-monitor/dumps/20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp.tar.gz created\n[09-Nov-2018 09:18:26 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:34.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:34.799Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:34.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:35.811Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:35.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:35.811Z", "message": "[ellis] => 2018-11-09 09:18:11.329953069 Stopping etcd clearwater-etcd\n2018-11-09 09:18:12.951002425 Restarting etcd clearwater-etcd\n2018-11-09 09:18:12.955475815 Configured ETCDCTL_PEERS: 192.168.120.9:4000,\n2018-11-09 09:18:12.956185662 Check for previous failed startup attempt\n2018-11-09 09:18:12.957294864 Running etcdctl member list\n5e2d35a8f88bf884: name=192-168-120-7 peerURLs=http://192.168.120.7:2380 clientURLs=http://192.168.120.7:4000 isLeader=false\nde34eed64bb76d59: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=true\n2018-11-09 09:18:12.968734613 etcdctl returned 0\n2018-11-09 09:18:12.974544787 Joining existing cluster...\n2018-11-09 09:18:30.977171548 Configured ETCDCTL_PEERS: 192.168.120.9:4000,\n2018-11-09 09:18:30.977901790 Check cluster is healthy\n2018-11-09 09:18:30.979171731 Running etcdctl cluster-health\nmember 5e2d35a8f88bf884 is healthy: got healthy result from http://192.168.120.7:4000\nmember de34eed64bb76d59 is healthy: got healthy result from http://192.168.120.9:4000\ncluster is healthy\n2018-11-09 09:18:31.399496194 etcdctl returned 0\n2018-11-09 09:18:31.400581202 Tell the cluster we're joining\n2018-11-09 09:18:31.401368747 Running etcdctl member add 192-168-120-13 http://192.168.120.13:2380\nAdded member named 192-168-120-13 with ID 59ecffe2cc93e5c to cluster\n\nETCD_NAME=\"192-168-120-13\"\nETCD_INITIAL_CLUSTER=\"192-168-120-13=http://192.168.120.13:2380,192-168-120-7=http://192.168.120.7:2380,192-168-120-9=http://192.168.120.9:2380\"\nETCD_INITIAL_CLUSTER_STATE=\"existing\"\n2018-11-09 09:18:31.458496867 etcdctl returned 0\n2018-11-09 09:18:31.488598620 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.13:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.13\n --name 192-168-120-13\n --debug --initial-cluster 192-168-120-7=http://192.168.120.7:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-13=http://192.168.120.13:2380\n --initial-cluster-state existing\n --initial-advertise-peer-urls http://192.168.120.13:2380\n --listen-peer-urls http://192.168.120.13:2380\n2018-11-09 09:18:31.492286765 Check we're actually a member of the cluster\n2018-11-09 09:18:31.496441745 Wait for etcd to startup\n2018-11-09 09:18:32.504053219 Etcd started successfully\n2018-11-09 09:18:31.512938 I | etcdmain: etcd Version: 3.1.7\n2018-11-09 09:18:31.512972 I | etcdmain: Git SHA: 43b7507\n2018-11-09 09:18:31.512976 I | etcdmain: Go Version: go1.7.5\n2018-11-09 09:18:31.512979 I | etcdmain: Go OS/Arch: linux/amd64\n2018-11-09 09:18:31.512983 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-11-09 09:18:31.513037 I | embed: listening for peers on http://192.168.120.13:2380\n2018-11-09 09:18:31.513067 I | embed: listening for client requests on 0.0.0.0:4000\n2018-11-09 09:18:31.565141 I | etcdserver: name = 192-168-120-13\n2018-11-09 09:18:31.565161 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.13\n2018-11-09 09:18:31.565168 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.13/member\n2018-11-09 09:18:31.565174 I | etcdserver: heartbeat = 100ms\n2018-11-09 09:18:31.565178 I | etcdserver: election = 1000ms\n2018-11-09 09:18:31.565183 I | etcdserver: snapshot count = 10000\n2018-11-09 09:18:31.565193 I | etcdserver: advertise client URLs = http://192.168.120.13:4000\n2018-11-09 09:18:31.605382 I | etcdserver: starting member 59ecffe2cc93e5c in cluster 920aa385fe9ddf88\n2018-11-09 09:18:31.605424 I | raft: 59ecffe2cc93e5c became follower at term 0\n2018-11-09 09:18:31.605446 I | raft: newRaft 59ecffe2cc93e5c [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-11-09 09:18:31.605456 I | raft: 59ecffe2cc93e5c became follower at term 1\n2018-11-09 09:18:31.695696 I | rafthttp: started HTTP pipelining with peer 5e2d35a8f88bf884\n2018-11-09 09:18:31.695722 I | rafthttp: started HTTP pipelining with peer de34eed64bb76d59\n2018-11-09 09:18:31.695741 I | rafthttp: starting peer 5e2d35a8f88bf884...\n2018-11-09 09:18:31.695762 I | rafthttp: started HTTP pipelining with peer 5e2d35a8f88bf884\n2018-11-09 09:18:31.697351 I | rafthttp: started streaming with peer 5e2d35a8f88bf884 (writer)\n2018-11-09 09:18:31.697448 I | rafthttp: started streaming with peer 5e2d35a8f88bf884 (writer)\n2018-11-09 09:18:31.700155 I | rafthttp: started peer 5e2d35a8f88bf884\n2018-11-09 09:18:31.700194 I | rafthttp: added peer 5e2d35a8f88bf884\n2018-11-09 09:18:31.700214 I | rafthttp: starting peer de34eed64bb76d59...\n2018-11-09 09:18:31.700234 I | rafthttp: started HTTP pipelining with peer de34eed64bb76d59\n2018-11-09 09:18:31.700966 I | rafthttp: started streaming with peer 5e2d35a8f88bf884 (stream MsgApp v2 reader)\n2018-11-09 09:18:31.701178 I | rafthttp: started streaming with peer 5e2d35a8f88bf884 (stream Message reader)\n2018-11-09 09:18:31.702313 I | rafthttp: peer 5e2d35a8f88bf884 became active\n2018-11-09 09:18:31.704261 I | rafthttp: started peer de34eed64bb76d59\n2018-11-09 09:18:31.704294 I | rafthttp: added peer de34eed64bb76d59\n2018-11-09 09:18:31.704317 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-11-09 09:18:31.704645 I | rafthttp: started streaming with peer de34eed64bb76d59 (writer)\n2018-11-09 09:18:31.704685 I | rafthttp: started streaming with peer de34eed64bb76d59 (stream MsgApp v2 reader)\n2018-11-09 09:18:31.704831 I | rafthttp: started streaming with peer de34eed64bb76d59 (stream Message reader)\n2018-11-09 09:18:31.705789 I | raft: 59ecffe2cc93e5c [term: 1] received a MsgHeartbeat message with higher term from de34eed64bb76d59 [term: 4]\n2018-11-09 09:18:31.705808 I | raft: 59ecffe2cc93e5c became follower at term 4\n2018-11-09 09:18:31.705828 I | raft: raft.node: 59ecffe2cc93e5c elected leader de34eed64bb76d59 at term 4\n2018-11-09 09:18:31.706850 I | rafthttp: peer de34eed64bb76d59 became active\n2018-11-09 09:18:31.706874 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream Message writer)\n2018-11-09 09:18:31.706982 I | rafthttp: established a TCP streaming connection with peer 5e2d35a8f88bf884 (stream Message writer)\n2018-11-09 09:18:31.707102 I | rafthttp: established a TCP streaming connection with peer 5e2d35a8f88bf884 (stream MsgApp v2 writer)\n2018-11-09 09:18:31.707336 I | rafthttp: established a TCP streaming connection with peer 5e2d35a8f88bf884 (stream Message reader)\n2018-11-09 09:18:31.707367 I | rafthttp: established a TCP streaming connection with peer 5e2d35a8f88bf884 (stream MsgApp v2 reader)\n2018-11-09 09:18:31.707464 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream MsgApp v2 reader)\n2018-11-09 09:18:31.707552 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream Message reader)\n2018-11-09 09:18:31.707587 I | rafthttp: started streaming with peer de34eed64bb76d59 (writer)\n2018-11-09 09:18:31.707647 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream MsgApp v2 writer)\n2018-11-09 09:18:31.714328 D | raft: 59ecffe2cc93e5c [logterm: 0, index: 39] rejected msgApp [logterm: 4, index: 39] from de34eed64bb76d59\n2018-11-09 09:18:31.720909 D | raft: 59ecffe2cc93e5c [logterm: 0, index: 39] rejected msgApp [logterm: 4, index: 39] from de34eed64bb76d59\n2018-11-09 09:18:31.720948 D | raft: 59ecffe2cc93e5c [logterm: 0, index: 39] rejected msgApp [logterm: 4, index: 39] from de34eed64bb76d59\n2018-11-09 09:18:31.721315 I | etcdserver/membership: added member de34eed64bb76d59 [http://192.168.120.9:2380] to cluster 920aa385fe9ddf88\n2018-11-09 09:18:31.721503 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-11-09 09:18:31.721547 I | etcdserver/api: enabled capabilities for version 3.1\n2018-11-09 09:18:31.721759 I | etcdserver/membership: added member 5e2d35a8f88bf884 [http://192.168.120.7:2380] to cluster 920aa385fe9ddf88\n2018-11-09 09:18:31.721957 I | etcdserver/membership: added member 59ecffe2cc93e5c [http://192.168.120.13:2380] to cluster 920aa385fe9ddf88\n2018-11-09 09:18:31.737175 I | etcdserver: published {Name:192-168-120-13 ClientURLs:[http://192.168.120.13:4000]} to cluster 920aa385fe9ddf88\n2018-11-09 09:18:31.737189 I | embed: ready to serve client requests\n2018-11-09 09:18:31.737536 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-11-09 09:18:32.636537 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.13:41426\n2018-11-09 09:18:32.648363 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.13:41427\n2018-11-09 09:18:32.649107 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.13:41428\n2018-11-09 09:18:33.989276 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:34202\n2018-11-09 09:18:34.771196 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.11:37249\n2018-11-09 09:18:34.838536 D | etcdserver/api/v2http: [POST] /v2/members remote:192.168.120.11:37253\n2018-11-09 09:18:34.838703 W | etcdserver: not healthy for reconfigure, rejecting member add {ID:8065b9d5ea600b85 RaftAttributes:{PeerURLs:[http://192.168.120.11:2380]} Attributes:{Name: ClientURLs:[]}}\n2018-11-09 09:18:34.838715 E | etcdserver/api/v2http: error adding member 8065b9d5ea600b85 (etcdserver: unhealthy cluster)\n2018-11-09 09:18:34.838721 E | etcdserver/api/v2http: etcdserver: unhealthy cluster\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:35.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}], "metadata": {"pagination": {"total": 1789, "offset": 1725, "size": 50}}} 2018-11-09 09:18:37,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:37,147 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:37 GMT 2018-11-09 09:18:37,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:37,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 47826 2018-11-09 09:18:37,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:37,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:37,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-11-09 09:18:37,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/YJZKC/install-sprout.sh 2018-11-09 09:18:37,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:18:37,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.052s user 0m0.002s sys 0m0.050s 2018-11-09 09:18:37,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:18:37,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:18:37,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-11-09 09:18:37,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:18:37,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:18:37,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-11-09 09:18:37,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-11-09 09:18:37,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZWrrDh /etc/bind/db.clearwater.opnfv 2018-11-09 09:18:37,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:18:37,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:10 ? 00:00:00 /sbin/init root 2 0 0 09:10 ? 00:00:00 [kthreadd] root 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:10 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:10 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:10 ? 00:00:00 [rcu_sched] root 8 2 0 09:10 ? 00:00:00 [rcuos/0] root 9 2 0 09:10 ? 00:00:00 [rcuos/1] root 10 2 0 09:10 ? 00:00:00 [rcu_bh] root 11 2 0 09:10 ? 00:00:00 [rcuob/0] root 12 2 0 09:10 ? 00:00:00 [rcuob/1] root 13 2 0 09:10 ? 00:00:00 [migration/0] root 14 2 0 09:10 ? 00:00:00 [watchdog/0] root 15 2 0 09:10 ? 00:00:00 [watchdog/1] root 16 2 0 09:10 ? 00:00:00 [migration/1] root 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1] root 19 2 0 09:10 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:10 ? 00:00:00 [khelper] root 21 2 0 09:10 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:10 ? 00:00:00 [netns] root 23 2 0 09:10 ? 00:00:00 [writeback] root 24 2 0 09:10 ? 00:00:00 [kintegrityd] root 25 2 0 09:10 ? 00:00:00 [bioset] root 26 2 0 09:10 ? 00:00:00 [kworker/u5:0] root 27 2 0 09:10 ? 00:00:00 [kblockd] root 28 2 0 09:10 ? 00:00:00 [ata_sff] root 29 2 0 09:10 ? 00:00:00 [khubd] root 30 2 0 09:10 ? 00:00:00 [md] root 31 2 0 09:10 ? 00:00:00 [devfreq_wq] root 32 2 0 09:10 ? 00:00:00 [kworker/0:1] root 34 2 0 09:10 ? 00:00:00 [khungtaskd] root 35 2 0 09:10 ? 00:00:00 [kswapd0] root 36 2 0 09:10 ? 00:00:00 [vmstat] root 37 2 0 09:10 ? 00:00:00 [ksmd] root 38 2 0 09:10 ? 00:00:00 [khugepaged] root 39 2 0 09:10 ? 00:00:00 [fsnotify_mark] root 40 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 09:10 ? 00:00:00 [crypto] root 53 2 0 09:10 ? 00:00:00 [kthrotld] root 54 2 0 09:10 ? 00:00:00 [kworker/u4:1] root 55 2 0 09:10 ? 00:00:00 [vballoon] root 56 2 0 09:10 ? 00:00:00 [kworker/1:1] root 57 2 0 09:10 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:10 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:10 ? 00:00:00 [deferwq] root 80 2 0 09:10 ? 00:00:00 [charger_manager] root 123 2 0 09:10 ? 00:00:00 [kpsmoused] root 142 2 0 09:10 ? 00:00:00 [kworker/0:2] root 186 2 0 09:10 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:10 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 09:10 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 433 2 0 09:10 ? 00:00:00 [kworker/u5:1] root 557 1 0 09:10 ? 00:00:00 upstart-socket-bridge --daemon root 576 1 0 09:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 09:11 ? 00:00:00 [kauditd] message+ 896 1 0 09:11 ? 00:00:00 dbus-daemon --system --fork root 934 1 0 09:11 ? 00:00:00 /lib/systemd/systemd-logind root 952 1 0 09:11 ? 00:00:00 upstart-file-bridge --daemon syslog 1014 1 0 09:11 ? 00:00:00 rsyslogd root 1048 1 0 09:11 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1052 1 0 09:11 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1056 1 0 09:11 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1057 1 0 09:11 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1059 1 0 09:11 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1103 1 0 09:11 ? 00:00:00 /usr/sbin/sshd -D root 1105 1 0 09:11 ? 00:00:00 cron daemon 1106 1 0 09:11 ? 00:00:00 atd root 1115 1 0 09:11 ? 00:00:00 /usr/sbin/irqbalance root 1123 1 0 09:11 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1254 1 0 09:11 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1260 1 0 09:11 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1450 2 0 09:11 ? 00:00:00 [kworker/1:2] ubuntu 1650 1 0 09:11 ? 00:00:00 /home/ubuntu/ellis_host_jg55c8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_jg55c8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_jg55c8 --logging-server-logdir=/home/ubuntu/ellis_host_jg55c8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_jg55c8/work/ellis_host_jg55c8%I.log --pidfile=/home/ubuntu/ellis_host_jg55c8/work/ellis_host_jg55c8.pid ubuntu 1764 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_jg55c8/env/bin/diamond --configfile /home/ubuntu/ellis_host_jg55c8/work/plugins/diamond/etc/diamond.conf ubuntu 1826 1650 0 09:14 ? 00:00:00 /home/ubuntu/ellis_host_jg55c8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_jg55c8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_jg55c8 --logging-server-logdir=/home/ubuntu/ellis_host_jg55c8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_jg55c8/work/ellis_host_jg55c8%I.log --pidfile=/home/ubuntu/ellis_host_jg55c8/work/ellis_host_jg55c8.pid ubuntu 1848 1826 0 09:14 ? 00:00:00 /home/ubuntu/ellis_host_jg55c8/env/bin/python2.7 /home/ubuntu/ellis_host_jg55c8/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-1qsv2K ubuntu 1859 1848 0 09:14 ? 00:00:00 /bin/sh -c /tmp/CBT4T/install-ellis.sh ubuntu 1861 1859 0 09:14 ? 00:00:00 /bin/bash -e /tmp/CBT4T/install-ellis.sh root 2261 2 0 09:14 ? 00:00:00 [kworker/u5:2] mysql 9241 1 0 09:16 ? 00:00:00 /usr/sbin/mysqld ntp 9392 1 0 09:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9987 1 0 09:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10044 1 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10166 1 0 09:17 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10167 10166 0 09:17 ? 00:00:00 nginx: worker process www-data 10168 10166 0 09:17 ? 00:00:00 nginx: worker process www-data 10169 10166 0 09:17 ? 00:00:00 nginx: worker process www-data 10170 10166 0 09:17 ? 00:00:00 nginx: worker process root 10602 9987 0 09:18 ? 00:00:00 [nginx_ping] root 10604 9987 0 09:18 ? 00:00:00 [check-nginx-upt] root 10607 9987 0 09:18 ? 00:00:00 [check-monit-upt] ellis 10634 1 0 09:18 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background root 10636 9987 0 09:18 ? 00:00:00 [poll_ellis.sh] root 10638 9987 0 09:18 ? 00:00:00 [poll_ellis_http] root 11144 10044 0 09:18 ? 00:00:00 inotifywait -e create -qq . clearwa+ 11270 1 9 09:18 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.13:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.13 --name 192-168-120-13 --debug --initial-cluster 192-168-120-7=http://192.168.120.7:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-13=http://192.168.120.13:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.13:2380 --listen-peer-urls http://192.168.120.13:2380 dnsmasq 11290 1 0 09:18 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new root 11329 9987 0 09:18 ? 00:00:00 [check-etcd-upti] root 11333 9987 0 09:18 ? 00:00:00 [poll_etcd_clust] root 11335 9987 0 09:18 ? 00:00:00 [poll_etcd.sh] ubuntu 11394 1861 0 09:18 ? 00:00:00 /bin/bash -e /tmp/CBT4T/install-ellis.sh ubuntu 11395 11394 0 09:18 ? 00:00:00 /bin/bash -e /tmp/CBT4T/install-ellis.sh root 11396 11395 0 09:18 ? 00:00:00 sudo ps -edf root 11397 11396 0 09:18 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-11-09 09:18:37,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:18:37,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:18:37,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:18:37,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {u'homer_ct0q19': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-ct0q19'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:18:37,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/1L2VQ/bind.py 2018-11-09 09:18:37,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:e2:92:3f inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fee2:923f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:98508 errors:0 dropped:0 overruns:0 frame:0 TX packets:52714 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147663178 (147.6 MB) TX bytes:10279289 (10.2 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:244 errors:0 dropped:0 overruns:0 frame:0 TX packets:244 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:21772 (21.7 KB) TX bytes:21772 (21.7 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-11-09 09:18:37,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:18:37,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:18:37,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_IFa_a /etc/bind/db.clearwater.local 2018-11-09 09:18:37,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:18:37,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:18:37,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:37,153 - 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 11290/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1103/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9987/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10166/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9241/mysqld tcp 0 0 192.168.120.13:2380 0.0.0.0:* LISTEN 11270/etcd tcp6 0 0 ::1:53 :::* LISTEN 11290/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1103/sshd tcp6 0 0 :::4000 :::* LISTEN 11270/etcd udp 0 0 192.168.120.13:123 0.0.0.0:* 9392/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9392/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9392/ntpd udp 0 0 0.0.0.0:15014 0.0.0.0:* 576/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 11290/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 576/dhclient udp6 0 0 fe80::f816:3eff:fee:123 :::* 9392/ntpd udp6 0 0 ::1:123 :::* 9392/ntpd udp6 0 0 :::123 :::* 9392/ntpd udp6 0 0 :::38660 :::* 576/dhclient udp6 0 0 ::1:53 :::* 11290/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8756 896/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11088 1650/python2.7 /tmp/cloudify-logging-server-b1ded.socket unix 2 [ ACC ] STREAM LISTENING 12532 1848/python2.7 /tmp/ctx-Ki3cRz.socket unix 2 [ ACC ] STREAM LISTENING 21597 9241/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 1650 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 23836 10634/python /tmp/.ellis-sock unix 2 [ ACC ] SEQPACKET LISTENING 7127 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8956 1123/acpid /var/run/acpid.socket real 0m0.007s user 0m0.003s sys 0m0.004s 2018-11-09 09:18:37,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/2ZIPH/add-snmpproxy-collector.py 2018-11-09 09:18:37,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/mysql.log /var/log/mysql /var/log/mysql/error.log /var/log/mysql.err /var/log/sysstat /var/log/sysstat/clearwater-sa09 /var/log/sysstat/sa09 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/mysql.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/ellis /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.005s user 0m0.003s sys 0m0.002s 2018-11-09 09:18:37,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-11-09 09:18:37,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [09-Nov-2018 09:17:28 UTC] clearwater-diags-monitor starting [09-Nov-2018 09:17:28 UTC] Waiting for trigger files [09-Nov-2018 09:18:25 UTC] Processing trigger files: core.ellis.1541755085 [09-Nov-2018 09:18:25 UTC] Dump triggered by ellis [09-Nov-2018 09:18:25 UTC] Gathering dump 20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp /etc/snmp: No such file or directory [09-Nov-2018 09:18:25 UTC] /etc/snmp not present in deployment Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 192.168.120.13:4000: getsockopt: connection refused error #0: dial tcp 192.168.120.13:4000: getsockopt: connection refused Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 192.168.120.13:4000: getsockopt: connection refused error #0: dial tcp 192.168.120.13:4000: getsockopt: connection refused % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to 192.168.120.13 port 4000: Connection refused % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to 192.168.120.13 port 4000: Connection refused Traceback (most recent call last): File "/usr/share/clearwater/clearwater-cluster-manager/scripts/check_cluster_state.py", line 107, in return_code = describe_clusters() File "/usr/share/clearwater/clearwater-cluster-manager/scripts/check_cluster_state.py", line 28, in describe_clusters result = client.get(key) File "/usr/share/clearwater/clearwater-cluster-manager/env/local/lib/python2.7/site-packages/etcd/client.py", line 679, in get return self.read(key) File "/usr/share/clearwater/clearwater-cluster-manager/env/local/lib/python2.7/site-packages/etcd/client.py", line 536, in read timeout=timeout) File "/usr/share/clearwater/clearwater-cluster-manager/env/local/lib/python2.7/site-packages/etcd/client.py", line 834, in wrapper cause=e etcd.EtcdConnectionFailed: Connection to etcd failed due to MaxRetryError("HTTPConnectionPool(host='192.168.120.13', port=4000): Max retries exceeded with url: /v2/keys/?recursive=True (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))",) Traceback (most recent call last): File "/usr/share/clearwater/clearwater-config-manager/scripts/check_config_sync.py", line 10, in from metaswitch.clearwater.etcd_shared.plugin_loader import load_plugins_in_dir ImportError: No module named metaswitch.clearwater.etcd_shared.plugin_loader [09-Nov-2018 09:18:26 UTC] Running extra diags scripts: /usr/share/clearwater/clearwater-diags-monitor/scripts/ellis_diags [09-Nov-2018 09:18:26 UTC] No domain supplied [09-Nov-2018 09:18:26 UTC] No domain supplied [09-Nov-2018 09:18:26 UTC] core.ellis.1541755085 has been closed [09-Nov-2018 09:18:26 UTC] Moving core.ellis.1541755085 to dump [09-Nov-2018 09:18:26 UTC] Compressing core.ellis.1541755085 tar: 20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp/root/run/dbus/system_bus_socket: socket ignored tar: 20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp/root/run/acpid.socket: socket ignored tar: 20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp/root/run/mysqld/mysqld.sock: socket ignored tar: 20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp/root/run/udev/control: socket ignored [09-Nov-2018 09:18:26 UTC] Diagnostic archive /var/clearwater-diags-monitor/dumps/20181109091825Z.ellis-n0y5pu.clearwater.local.ellis.temp.tar.gz created [09-Nov-2018 09:18:26 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-09 09:18:37,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-11-09 09:18:37,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-11-09 09:18:37,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-11-09 09:18:11.329953069 Stopping etcd clearwater-etcd 2018-11-09 09:18:12.951002425 Restarting etcd clearwater-etcd 2018-11-09 09:18:12.955475815 Configured ETCDCTL_PEERS: 192.168.120.9:4000, 2018-11-09 09:18:12.956185662 Check for previous failed startup attempt 2018-11-09 09:18:12.957294864 Running etcdctl member list 5e2d35a8f88bf884: name=192-168-120-7 peerURLs=http://192.168.120.7:2380 clientURLs=http://192.168.120.7:4000 isLeader=false de34eed64bb76d59: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=true 2018-11-09 09:18:12.968734613 etcdctl returned 0 2018-11-09 09:18:12.974544787 Joining existing cluster... 2018-11-09 09:18:30.977171548 Configured ETCDCTL_PEERS: 192.168.120.9:4000, 2018-11-09 09:18:30.977901790 Check cluster is healthy 2018-11-09 09:18:30.979171731 Running etcdctl cluster-health member 5e2d35a8f88bf884 is healthy: got healthy result from http://192.168.120.7:4000 member de34eed64bb76d59 is healthy: got healthy result from http://192.168.120.9:4000 cluster is healthy 2018-11-09 09:18:31.399496194 etcdctl returned 0 2018-11-09 09:18:31.400581202 Tell the cluster we're joining 2018-11-09 09:18:31.401368747 Running etcdctl member add 192-168-120-13 http://192.168.120.13:2380 Added member named 192-168-120-13 with ID 59ecffe2cc93e5c to cluster ETCD_NAME="192-168-120-13" ETCD_INITIAL_CLUSTER="192-168-120-13=http://192.168.120.13:2380,192-168-120-7=http://192.168.120.7:2380,192-168-120-9=http://192.168.120.9:2380" ETCD_INITIAL_CLUSTER_STATE="existing" 2018-11-09 09:18:31.458496867 etcdctl returned 0 2018-11-09 09:18:31.488598620 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.13:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.13 --name 192-168-120-13 --debug --initial-cluster 192-168-120-7=http://192.168.120.7:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-13=http://192.168.120.13:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.13:2380 --listen-peer-urls http://192.168.120.13:2380 2018-11-09 09:18:31.492286765 Check we're actually a member of the cluster 2018-11-09 09:18:31.496441745 Wait for etcd to startup 2018-11-09 09:18:32.504053219 Etcd started successfully 2018-11-09 09:18:31.512938 I | etcdmain: etcd Version: 3.1.7 2018-11-09 09:18:31.512972 I | etcdmain: Git SHA: 43b7507 2018-11-09 09:18:31.512976 I | etcdmain: Go Version: go1.7.5 2018-11-09 09:18:31.512979 I | etcdmain: Go OS/Arch: linux/amd64 2018-11-09 09:18:31.512983 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-11-09 09:18:31.513037 I | embed: listening for peers on http://192.168.120.13:2380 2018-11-09 09:18:31.513067 I | embed: listening for client requests on 0.0.0.0:4000 2018-11-09 09:18:31.565141 I | etcdserver: name = 192-168-120-13 2018-11-09 09:18:31.565161 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.13 2018-11-09 09:18:31.565168 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.13/member 2018-11-09 09:18:31.565174 I | etcdserver: heartbeat = 100ms 2018-11-09 09:18:31.565178 I | etcdserver: election = 1000ms 2018-11-09 09:18:31.565183 I | etcdserver: snapshot count = 10000 2018-11-09 09:18:31.565193 I | etcdserver: advertise client URLs = http://192.168.120.13:4000 2018-11-09 09:18:31.605382 I | etcdserver: starting member 59ecffe2cc93e5c in cluster 920aa385fe9ddf88 2018-11-09 09:18:31.605424 I | raft: 59ecffe2cc93e5c became follower at term 0 2018-11-09 09:18:31.605446 I | raft: newRaft 59ecffe2cc93e5c [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-11-09 09:18:31.605456 I | raft: 59ecffe2cc93e5c became follower at term 1 2018-11-09 09:18:31.695696 I | rafthttp: started HTTP pipelining with peer 5e2d35a8f88bf884 2018-11-09 09:18:31.695722 I | rafthttp: started HTTP pipelining with peer de34eed64bb76d59 2018-11-09 09:18:31.695741 I | rafthttp: starting peer 5e2d35a8f88bf884... 2018-11-09 09:18:31.695762 I | rafthttp: started HTTP pipelining with peer 5e2d35a8f88bf884 2018-11-09 09:18:31.697351 I | rafthttp: started streaming with peer 5e2d35a8f88bf884 (writer) 2018-11-09 09:18:31.697448 I | rafthttp: started streaming with peer 5e2d35a8f88bf884 (writer) 2018-11-09 09:18:31.700155 I | rafthttp: started peer 5e2d35a8f88bf884 2018-11-09 09:18:31.700194 I | rafthttp: added peer 5e2d35a8f88bf884 2018-11-09 09:18:31.700214 I | rafthttp: starting peer de34eed64bb76d59... 2018-11-09 09:18:31.700234 I | rafthttp: started HTTP pipelining with peer de34eed64bb76d59 2018-11-09 09:18:31.700966 I | rafthttp: started streaming with peer 5e2d35a8f88bf884 (stream MsgApp v2 reader) 2018-11-09 09:18:31.701178 I | rafthttp: started streaming with peer 5e2d35a8f88bf884 (stream Message reader) 2018-11-09 09:18:31.702313 I | rafthttp: peer 5e2d35a8f88bf884 became active 2018-11-09 09:18:31.704261 I | rafthttp: started peer de34eed64bb76d59 2018-11-09 09:18:31.704294 I | rafthttp: added peer de34eed64bb76d59 2018-11-09 09:18:31.704317 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-11-09 09:18:31.704645 I | rafthttp: started streaming with peer de34eed64bb76d59 (writer) 2018-11-09 09:18:31.704685 I | rafthttp: started streaming with peer de34eed64bb76d59 (stream MsgApp v2 reader) 2018-11-09 09:18:31.704831 I | rafthttp: started streaming with peer de34eed64bb76d59 (stream Message reader) 2018-11-09 09:18:31.705789 I | raft: 59ecffe2cc93e5c [term: 1] received a MsgHeartbeat message with higher term from de34eed64bb76d59 [term: 4] 2018-11-09 09:18:31.705808 I | raft: 59ecffe2cc93e5c became follower at term 4 2018-11-09 09:18:31.705828 I | raft: raft.node: 59ecffe2cc93e5c elected leader de34eed64bb76d59 at term 4 2018-11-09 09:18:31.706850 I | rafthttp: peer de34eed64bb76d59 became active 2018-11-09 09:18:31.706874 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream Message writer) 2018-11-09 09:18:31.706982 I | rafthttp: established a TCP streaming connection with peer 5e2d35a8f88bf884 (stream Message writer) 2018-11-09 09:18:31.707102 I | rafthttp: established a TCP streaming connection with peer 5e2d35a8f88bf884 (stream MsgApp v2 writer) 2018-11-09 09:18:31.707336 I | rafthttp: established a TCP streaming connection with peer 5e2d35a8f88bf884 (stream Message reader) 2018-11-09 09:18:31.707367 I | rafthttp: established a TCP streaming connection with peer 5e2d35a8f88bf884 (stream MsgApp v2 reader) 2018-11-09 09:18:31.707464 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream MsgApp v2 reader) 2018-11-09 09:18:31.707552 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream Message reader) 2018-11-09 09:18:31.707587 I | rafthttp: started streaming with peer de34eed64bb76d59 (writer) 2018-11-09 09:18:31.707647 I | rafthttp: established a TCP streaming connection with peer de34eed64bb76d59 (stream MsgApp v2 writer) 2018-11-09 09:18:31.714328 D | raft: 59ecffe2cc93e5c [logterm: 0, index: 39] rejected msgApp [logterm: 4, index: 39] from de34eed64bb76d59 2018-11-09 09:18:31.720909 D | raft: 59ecffe2cc93e5c [logterm: 0, index: 39] rejected msgApp [logterm: 4, index: 39] from de34eed64bb76d59 2018-11-09 09:18:31.720948 D | raft: 59ecffe2cc93e5c [logterm: 0, index: 39] rejected msgApp [logterm: 4, index: 39] from de34eed64bb76d59 2018-11-09 09:18:31.721315 I | etcdserver/membership: added member de34eed64bb76d59 [http://192.168.120.9:2380] to cluster 920aa385fe9ddf88 2018-11-09 09:18:31.721503 N | etcdserver/membership: set the initial cluster version to 3.1 2018-11-09 09:18:31.721547 I | etcdserver/api: enabled capabilities for version 3.1 2018-11-09 09:18:31.721759 I | etcdserver/membership: added member 5e2d35a8f88bf884 [http://192.168.120.7:2380] to cluster 920aa385fe9ddf88 2018-11-09 09:18:31.721957 I | etcdserver/membership: added member 59ecffe2cc93e5c [http://192.168.120.13:2380] to cluster 920aa385fe9ddf88 2018-11-09 09:18:31.737175 I | etcdserver: published {Name:192-168-120-13 ClientURLs:[http://192.168.120.13:4000]} to cluster 920aa385fe9ddf88 2018-11-09 09:18:31.737189 I | embed: ready to serve client requests 2018-11-09 09:18:31.737536 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-11-09 09:18:32.636537 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.13:41426 2018-11-09 09:18:32.648363 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.13:41427 2018-11-09 09:18:32.649107 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.13:41428 2018-11-09 09:18:33.989276 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:34202 2018-11-09 09:18:34.771196 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.11:37249 2018-11-09 09:18:34.838536 D | etcdserver/api/v2http: [POST] /v2/members remote:192.168.120.11:37253 2018-11-09 09:18:34.838703 W | etcdserver: not healthy for reconfigure, rejecting member add {ID:8065b9d5ea600b85 RaftAttributes:{PeerURLs:[http://192.168.120.11:2380]} Attributes:{Name: ClientURLs:[]}} 2018-11-09 09:18:34.838715 E | etcdserver/api/v2http: error adding member 8065b9d5ea600b85 (etcdserver: unhealthy cluster) 2018-11-09 09:18:34.838721 E | etcdserver/api/v2http: etcdserver: unhealthy cluster real 0m0.005s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:37,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:37,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:37,298 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:37,298 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:37,298 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:37,298 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:37,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:37,299 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:37,299 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:37,299 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:37,299 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:37 GMT 2018-11-09 09:18:37,299 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:37,299 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:37,299 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:42,305 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:42,787 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:42,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:42,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:42,788 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:42,788 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:42,788 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:42,788 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:42,788 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:36.826Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:36.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:36.826Z", "message": "Execution done (return_code=0): /tmp/CBT4T/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:36.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:36.826Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:36.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "c58bed71-01ed-492f-b4de-510a313d0c5f"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:37.115Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:37.115Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:38.169Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:38.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:39.131Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/JOHQR/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:39.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d402b961-ebbb-43bc-83ac-c82eede9048a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:39.177Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:39.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:39.177Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:39.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:39.230Z", "message": "Downloaded scripts/bind/bind.py to /tmp/5BTDH/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:39.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:39.230Z", "message": "Executing: /tmp/JOHQR/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:39.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d402b961-ebbb-43bc-83ac-c82eede9048a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:40.315Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:40.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d402b961-ebbb-43bc-83ac-c82eede9048a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:40.315Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:40.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d402b961-ebbb-43bc-83ac-c82eede9048a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "[localhost] run: sudo mv /tmp/tmpNiTrK8 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {u'homer_ct0q19': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-ct0q19'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "[localhost] run: sudo mv /tmp/tmpuHqO2N /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:41.656Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:41.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "5b5b0469-7258-455e-94ba-420219162d04"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:42.045Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:42.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1816, "offset": 1760, "size": 50}}} 2018-11-09 09:18:42,788 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:42,788 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:42 GMT 2018-11-09 09:18:42,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:42,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13475 2018-11-09 09:18:42,789 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:42,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-11-09 09:18:42,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/CBT4T/install-ellis.sh 2018-11-09 09:18:42,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-11-09 09:18:42,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:42,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:18:42,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/JOHQR/create_number.sh 2018-11-09 09:18:42,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:18:42,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:18:42,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/5BTDH/bind.py 2018-11-09 09:18:42,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/JOHQR/create_number.sh 2018-11-09 09:18:42,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-11-09 09:18:42,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-11-09 09:18:42,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpNiTrK8 /etc/bind/db.clearwater.local 2018-11-09 09:18:42,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:18:42,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {u'homer_ct0q19': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-ct0q19'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:18:42,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:18:42,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:18:42,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:18:42,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:18:42,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:18:42,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpuHqO2N /etc/bind/db.clearwater.opnfv 2018-11-09 09:18:42,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:18:42,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:18:42,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:42,793 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:42,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:42,950 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:42,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:42,950 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:42,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:42,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:42,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:42,950 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:42,950 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:42,951 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:42 GMT 2018-11-09 09:18:42,951 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:42,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:42,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:47,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:48,479 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:48,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:48,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:48,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:48,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:48,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:48,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:48,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:46.235Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:46.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:47.904Z", "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 12 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 4s (8,208 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58595 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m35.316s\nuser\t0m12.024s\nsys\t0m2.507s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:47.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}], "metadata": {"pagination": {"total": 1818, "offset": 1784, "size": 50}}} 2018-11-09 09:18:48,480 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:48,480 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:48 GMT 2018-11-09 09:18:48,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:48,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14863 2018-11-09 09:18:48,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:48,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:48,481 - 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 12 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 4s (8,208 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58595 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m35.316s user 0m12.024s sys 0m2.507s 2018-11-09 09:18:48,481 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:48,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:48,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:48,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:48,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:48,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:48,594 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:48,594 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:48,594 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:48,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:48,595 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:48 GMT 2018-11-09 09:18:48,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:48,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:48,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:53,600 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:54,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:54,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:54,057 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:54,057 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:54,057 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:54,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:54,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:54,058 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:48.852Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:48.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:48.852Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:48.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:48.852Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:48.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:49.864Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.9: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.9\n\n\n\n# Email server configuration\nsmtp_smarthost=localhost\nsmtp_username=username\nsmtp_password=password\nemail_recovery_sender=clearwater@example.org\n\n# Keys\nsignup_key=secret\nturn_workaround=secret\nellis_api_key=secret\nellis_cookie_key=secret\n\nhomestead_impu_store=vellum.clearwater.local", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:49.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d402b961-ebbb-43bc-83ac-c82eede9048a"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:50.874Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.049s\nuser\t0m0.008s\nsys\t0m0.042s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:50.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:51.892Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:3d:46:bd \n inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3d:46bd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:115826 errors:0 dropped:0 overruns:0 frame:0\n TX packets:65366 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:172256784 (172.2 MB) TX bytes:11534294 (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:28 errors:0 dropped:0 overruns:0 frame:0\n TX packets:28 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:2531 (2.5 KB) TX bytes:2531 (2.5 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.001s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:51.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:51.892Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:51.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:51.892Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:51.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:51.892Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:10 ? 00:00:00 /sbin/init\nroot 2 0 0 09:10 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:10 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:10 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:10 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:10 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:10 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:10 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:10 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:10 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:10 ? 00:00:00 [migration/0]\nroot 14 2 0 09:10 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:10 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:10 ? 00:00:00 [migration/1]\nroot 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 09:10 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:10 ? 00:00:00 [khelper]\nroot 21 2 0 09:10 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:10 ? 00:00:00 [netns]\nroot 23 2 0 09:10 ? 00:00:00 [writeback]\nroot 24 2 0 09:10 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:10 ? 00:00:00 [bioset]\nroot 26 2 0 09:10 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 09:10 ? 00:00:00 [kblockd]\nroot 28 2 0 09:10 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:10 ? 00:00:00 [khubd]\nroot 30 2 0 09:10 ? 00:00:00 [md]\nroot 31 2 0 09:10 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:10 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 09:10 ? 00:00:00 [khungtaskd]\nroot 35 2 0 09:10 ? 00:00:00 [kswapd0]\nroot 36 2 0 09:10 ? 00:00:00 [vmstat]\nroot 37 2 0 09:10 ? 00:00:00 [ksmd]\nroot 38 2 0 09:10 ? 00:00:00 [khugepaged]\nroot 39 2 0 09:10 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 09:10 ? 00:00:00 [crypto]\nroot 53 2 0 09:10 ? 00:00:00 [kthrotld]\nroot 54 2 0 09:10 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 09:10 ? 00:00:00 [vballoon]\nroot 56 2 0 09:10 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 09:10 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:10 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:10 ? 00:00:00 [deferwq]\nroot 80 2 0 09:10 ? 00:00:00 [charger_manager]\nroot 123 2 0 09:10 ? 00:00:00 [kpsmoused]\nroot 125 2 0 09:10 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 09:10 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:10 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 09:10 ? 00:00:00 upstart-udev-bridge --daemon\nroot 396 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 461 2 0 09:10 ? 00:00:00 [kworker/u5:1]\nroot 511 1 0 09:10 ? 00:00:00 upstart-socket-bridge --daemon\nroot 652 1 0 09:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 822 2 0 09:10 ? 00:00:00 [kauditd]\nroot 940 1 0 09:10 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1010 1 0 09:10 ? 00:00:00 rsyslogd\nroot 1041 1 0 09:10 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1044 1 0 09:10 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1048 1 0 09:10 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1049 1 0 09:10 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1051 1 0 09:10 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1093 1 0 09:10 ? 00:00:00 /usr/sbin/sshd -D\nroot 1095 1 0 09:10 ? 00:00:00 cron\ndaemon 1096 1 0 09:10 ? 00:00:00 atd\nmessage+ 1104 1 0 09:10 ? 00:00:00 dbus-daemon --system --fork\nroot 1108 1 0 09:10 ? 00:00:00 /usr/sbin/irqbalance\nroot 1115 1 0 09:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1122 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1203 1 0 09:10 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1209 1 0 09:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1555 2 0 09:11 ? 00:00:00 [kworker/0:2]\nubuntu 1651 1 0 09:11 ? 00:00:00 /home/ubuntu/dime_host_klfvmd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_klfvmd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_klfvmd --logging-server-logdir=/home/ubuntu/dime_host_klfvmd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_klfvmd/work/dime_host_klfvmd%I.log --pidfile=/home/ubuntu/dime_host_klfvmd/work/dime_host_klfvmd.pid\nubuntu 1765 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/dime_host_klfvmd/env/bin/diamond --configfile /home/ubuntu/dime_host_klfvmd/work/plugins/diamond/etc/diamond.conf\nubuntu 1839 1651 0 09:14 ? 00:00:00 /home/ubuntu/dime_host_klfvmd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_klfvmd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_klfvmd --logging-server-logdir=/home/ubuntu/dime_host_klfvmd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_klfvmd/work/dime_host_klfvmd%I.log --pidfile=/home/ubuntu/dime_host_klfvmd/work/dime_host_klfvmd.pid\nubuntu 1861 1839 0 09:14 ? 00:00:00 /home/ubuntu/dime_host_klfvmd/env/bin/python2.7 /home/ubuntu/dime_host_klfvmd/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-e_8qwx\nubuntu 1872 1861 0 09:14 ? 00:00:00 /bin/sh -c /tmp/TGXYI/install-dime.sh\nubuntu 1875 1872 0 09:14 ? 00:00:00 /bin/bash -e /tmp/TGXYI/install-dime.sh\nroot 2279 2 0 09:14 ? 00:00:00 [kworker/u5:2]\nntp 8827 1 0 09:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9403 1 0 09:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9404 9403 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9411 1 0 09:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9412 9411 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9413 9404 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9419 9412 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9420 9419 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9616 1 0 09:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10069 1 0 09:18 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10073 10069 0 09:18 ? 00:00:00 inotifywait -e create -qq .\nsnmp 10151 1 0 09:18 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10505 1 0 09:18 ? 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 10570 1875 0 09:18 ? 00:00:00 /bin/bash -e /tmp/TGXYI/install-dime.sh\nubuntu 10571 10570 0 09:18 ? 00:00:00 /bin/bash -e /tmp/TGXYI/install-dime.sh\nroot 10572 10571 0 09:18 ? 00:00:00 sudo ps -edf\nroot 10573 10572 0 09:18 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.008s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:51.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:51.892Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:51.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:52.958Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:52.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:52.958Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:52.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:52.958Z", "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 10505/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1093/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9616/monit \ntcp6 0 0 ::1:53 :::* LISTEN 10505/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1093/sshd \nudp 0 0 192.168.120.17:123 0.0.0.0:* 8827/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8827/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8827/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10151/snmpd \nudp 0 0 0.0.0.0:38390 0.0.0.0:* 652/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10505/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 652/dhclient \nudp6 0 0 fe80::f816:3eff:fe3:123 :::* 8827/ntpd \nudp6 0 0 ::1:123 :::* 8827/ntpd \nudp6 0 0 :::123 :::* 8827/ntpd \nudp6 0 0 :::161 :::* 10151/snmpd \nudp6 0 0 :::15525 :::* 652/dhclient \nudp6 0 0 ::1:53 :::* 10505/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9249 1115/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11295 1651/python2.7 /tmp/cloudify-logging-server-8c72f.socket\nunix 2 [ ACC ] STREAM LISTENING 11636 1861/python2.7 /tmp/ctx-2_0Lai.socket\nunix 2 [ ACC ] STREAM LISTENING 6921 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21765 9413/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21769 9420/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 23699 10151/snmpd /var/agentx/master\nunix 2 [ ACC ] SEQPACKET LISTENING 7395 396/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8187 1104/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:52.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:52.958Z", "message": "[dime] => /var/log\n/var/log/ralf\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa09\n/var/log/sysstat/sa09\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/homestead\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_current.txt\n/var/log/homestead/homestead_err.log\n/var/log/homestead/homestead_20181109T090000Z.txt\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:52.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:52.958Z", "message": "[dime] => [09-Nov-2018 09:18:11 UTC] clearwater-diags-monitor starting\n[09-Nov-2018 09:18:11 UTC] Waiting for trigger files\n2018:11:09 09:17:35: Namespace: management\n2018:11:09 09:17:35: [management] Starting server\n2018:11:09 09:17:35: [management] Listening for requests\n2018:11:09 09:17:35: Namespace: signaling\n2018:11:09 09:17:35: [signaling] Starting server\n2018:11:09 09:17:35: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:52.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:53.621Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:53.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1834, "offset": 1786, "size": 50}}} 2018-11-09 09:18:54,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:54,058 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:54 GMT 2018-11-09 09:18:54,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:54,058 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24064 2018-11-09 09:18:54,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:54,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-11-09 09:18:54,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-11-09 09:18:54,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-11-09 09:18:54,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.9: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.9 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local 2018-11-09 09:18:54,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.049s user 0m0.008s sys 0m0.042s 2018-11-09 09:18:54,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:3d:46:bd inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe3d:46bd/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:115826 errors:0 dropped:0 overruns:0 frame:0 TX packets:65366 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:172256784 (172.2 MB) TX bytes:11534294 (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:28 errors:0 dropped:0 overruns:0 frame:0 TX packets:28 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2531 (2.5 KB) TX bytes:2531 (2.5 KB) real 0m0.004s user 0m0.001s sys 0m0.004s 2018-11-09 09:18:54,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-11-09 09:18:54,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-11-09 09:18:54,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:10 ? 00:00:00 /sbin/init root 2 0 0 09:10 ? 00:00:00 [kthreadd] root 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:10 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:10 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:10 ? 00:00:00 [rcu_sched] root 8 2 0 09:10 ? 00:00:00 [rcuos/0] root 9 2 0 09:10 ? 00:00:00 [rcuos/1] root 10 2 0 09:10 ? 00:00:00 [rcu_bh] root 11 2 0 09:10 ? 00:00:00 [rcuob/0] root 12 2 0 09:10 ? 00:00:00 [rcuob/1] root 13 2 0 09:10 ? 00:00:00 [migration/0] root 14 2 0 09:10 ? 00:00:00 [watchdog/0] root 15 2 0 09:10 ? 00:00:00 [watchdog/1] root 16 2 0 09:10 ? 00:00:00 [migration/1] root 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1] root 19 2 0 09:10 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:10 ? 00:00:00 [khelper] root 21 2 0 09:10 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:10 ? 00:00:00 [netns] root 23 2 0 09:10 ? 00:00:00 [writeback] root 24 2 0 09:10 ? 00:00:00 [kintegrityd] root 25 2 0 09:10 ? 00:00:00 [bioset] root 26 2 0 09:10 ? 00:00:00 [kworker/u5:0] root 27 2 0 09:10 ? 00:00:00 [kblockd] root 28 2 0 09:10 ? 00:00:00 [ata_sff] root 29 2 0 09:10 ? 00:00:00 [khubd] root 30 2 0 09:10 ? 00:00:00 [md] root 31 2 0 09:10 ? 00:00:00 [devfreq_wq] root 32 2 0 09:10 ? 00:00:00 [kworker/0:1] root 34 2 0 09:10 ? 00:00:00 [khungtaskd] root 35 2 0 09:10 ? 00:00:00 [kswapd0] root 36 2 0 09:10 ? 00:00:00 [vmstat] root 37 2 0 09:10 ? 00:00:00 [ksmd] root 38 2 0 09:10 ? 00:00:00 [khugepaged] root 39 2 0 09:10 ? 00:00:00 [fsnotify_mark] root 40 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 09:10 ? 00:00:00 [crypto] root 53 2 0 09:10 ? 00:00:00 [kthrotld] root 54 2 0 09:10 ? 00:00:00 [kworker/u4:1] root 55 2 0 09:10 ? 00:00:00 [vballoon] root 56 2 0 09:10 ? 00:00:00 [kworker/1:1] root 57 2 0 09:10 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:10 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:10 ? 00:00:00 [deferwq] root 80 2 0 09:10 ? 00:00:00 [charger_manager] root 123 2 0 09:10 ? 00:00:00 [kpsmoused] root 125 2 0 09:10 ? 00:00:00 [kworker/1:2] root 186 2 0 09:10 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:10 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 09:10 ? 00:00:00 upstart-udev-bridge --daemon root 396 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 461 2 0 09:10 ? 00:00:00 [kworker/u5:1] root 511 1 0 09:10 ? 00:00:00 upstart-socket-bridge --daemon root 652 1 0 09:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 822 2 0 09:10 ? 00:00:00 [kauditd] root 940 1 0 09:10 ? 00:00:00 upstart-file-bridge --daemon syslog 1010 1 0 09:10 ? 00:00:00 rsyslogd root 1041 1 0 09:10 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1044 1 0 09:10 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1048 1 0 09:10 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1049 1 0 09:10 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1051 1 0 09:10 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1093 1 0 09:10 ? 00:00:00 /usr/sbin/sshd -D root 1095 1 0 09:10 ? 00:00:00 cron daemon 1096 1 0 09:10 ? 00:00:00 atd message+ 1104 1 0 09:10 ? 00:00:00 dbus-daemon --system --fork root 1108 1 0 09:10 ? 00:00:00 /usr/sbin/irqbalance root 1115 1 0 09:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1122 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-logind root 1203 1 0 09:10 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1209 1 0 09:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1555 2 0 09:11 ? 00:00:00 [kworker/0:2] ubuntu 1651 1 0 09:11 ? 00:00:00 /home/ubuntu/dime_host_klfvmd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_klfvmd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_klfvmd --logging-server-logdir=/home/ubuntu/dime_host_klfvmd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_klfvmd/work/dime_host_klfvmd%I.log --pidfile=/home/ubuntu/dime_host_klfvmd/work/dime_host_klfvmd.pid ubuntu 1765 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/dime_host_klfvmd/env/bin/diamond --configfile /home/ubuntu/dime_host_klfvmd/work/plugins/diamond/etc/diamond.conf ubuntu 1839 1651 0 09:14 ? 00:00:00 /home/ubuntu/dime_host_klfvmd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_klfvmd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_klfvmd --logging-server-logdir=/home/ubuntu/dime_host_klfvmd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_klfvmd/work/dime_host_klfvmd%I.log --pidfile=/home/ubuntu/dime_host_klfvmd/work/dime_host_klfvmd.pid ubuntu 1861 1839 0 09:14 ? 00:00:00 /home/ubuntu/dime_host_klfvmd/env/bin/python2.7 /home/ubuntu/dime_host_klfvmd/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-e_8qwx ubuntu 1872 1861 0 09:14 ? 00:00:00 /bin/sh -c /tmp/TGXYI/install-dime.sh ubuntu 1875 1872 0 09:14 ? 00:00:00 /bin/bash -e /tmp/TGXYI/install-dime.sh root 2279 2 0 09:14 ? 00:00:00 [kworker/u5:2] ntp 8827 1 0 09:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9403 1 0 09:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9404 9403 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9411 1 0 09:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9412 9411 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9413 9404 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9419 9412 0 09:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9420 9419 0 09:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9616 1 0 09:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10069 1 0 09:18 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10073 10069 0 09:18 ? 00:00:00 inotifywait -e create -qq . snmp 10151 1 0 09:18 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10505 1 0 09:18 ? 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 10570 1875 0 09:18 ? 00:00:00 /bin/bash -e /tmp/TGXYI/install-dime.sh ubuntu 10571 10570 0 09:18 ? 00:00:00 /bin/bash -e /tmp/TGXYI/install-dime.sh root 10572 10571 0 09:18 ? 00:00:00 sudo ps -edf root 10573 10572 0 09:18 ? 00:00:00 ps -edf real 0m0.008s user 0m0.008s sys 0m0.004s 2018-11-09 09:18:54,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-11-09 09:18:54,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-11-09 09:18:54,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-11-09 09:18:54,062 - 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 10505/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1093/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9616/monit tcp6 0 0 ::1:53 :::* LISTEN 10505/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1093/sshd udp 0 0 192.168.120.17:123 0.0.0.0:* 8827/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8827/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8827/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10151/snmpd udp 0 0 0.0.0.0:38390 0.0.0.0:* 652/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10505/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 652/dhclient udp6 0 0 fe80::f816:3eff:fe3:123 :::* 8827/ntpd udp6 0 0 ::1:123 :::* 8827/ntpd udp6 0 0 :::123 :::* 8827/ntpd udp6 0 0 :::161 :::* 10151/snmpd udp6 0 0 :::15525 :::* 652/dhclient udp6 0 0 ::1:53 :::* 10505/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9249 1115/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11295 1651/python2.7 /tmp/cloudify-logging-server-8c72f.socket unix 2 [ ACC ] STREAM LISTENING 11636 1861/python2.7 /tmp/ctx-2_0Lai.socket unix 2 [ ACC ] STREAM LISTENING 6921 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21765 9413/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21769 9420/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 23699 10151/snmpd /var/agentx/master unix 2 [ ACC ] SEQPACKET LISTENING 7395 396/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8187 1104/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-11-09 09:18:54,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/ralf /var/log/sysstat /var/log/sysstat/clearwater-sa09 /var/log/sysstat/sa09 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/homestead /var/log/homestead/homestead_out.log /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_err.log /var/log/homestead/homestead_20181109T090000Z.txt /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.007s user 0m0.000s sys 0m0.005s 2018-11-09 09:18:54,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => [09-Nov-2018 09:18:11 UTC] clearwater-diags-monitor starting [09-Nov-2018 09:18:11 UTC] Waiting for trigger files 2018:11:09 09:17:35: Namespace: management 2018:11:09 09:17:35: [management] Starting server 2018:11:09 09:17:35: [management] Listening for requests 2018:11:09 09:17:35: Namespace: signaling 2018:11:09 09:17:35: [signaling] Starting server 2018:11:09 09:17:35: [signaling] Listening for requests real 0m0.004s user 0m0.003s sys 0m0.002s 2018-11-09 09:18:54,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:54,062 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:54,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:54,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:54,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:54,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:54,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:54,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:54,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:54,135 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:54,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:54,136 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:54 GMT 2018-11-09 09:18:54,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:54,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:54,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:59,141 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:18:59,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:59,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:59,345 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:59,345 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:59,345 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:59,345 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:59,345 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:59,345 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:54.010Z", "message": "[dime] => 2018-11-09 09:18:29.931556955 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.001s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:54.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:54.010Z", "message": "Execution done (return_code=0): /tmp/JOHQR/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:54.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "d402b961-ebbb-43bc-83ac-c82eede9048a"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:54.010Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:54.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:55.055Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:55.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:55.055Z", "message": "Execution done (return_code=0): /tmp/TGXYI/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:55.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "07b78e67-05f5-461a-9964-e4b4e431b786"}, {"node_instance_id": "dime_juwefi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:55.060Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:55.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "dime_juwefi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:55.060Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:55.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:56.067Z", "message": "Downloaded scripts/bind/bind.py to /tmp/53AE1/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:56.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:56.235Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:56.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:56.235Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:56.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "[localhost] run: sudo mv /tmp/tmp7AMfBz /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {u'homer_ct0q19': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-ct0q19'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "[localhost] run: sudo mv /tmp/tmpRFFw0k /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.083Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "9de0979c-61d9-455b-98f4-5c95776f2ea1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:18:57.252Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:18:57.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1860, "offset": 1802, "size": 50}}} 2018-11-09 09:18:59,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:59,345 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:59 GMT 2018-11-09 09:18:59,345 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:59,346 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12630 2018-11-09 09:18:59,346 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:18:59,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-11-09 09:18:29.931556955 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.003s sys 0m0.001s 2018-11-09 09:18:59,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/JOHQR/create_number.sh 2018-11-09 09:18:59,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-11-09 09:18:59,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-11-09 09:18:59,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/TGXYI/install-dime.sh 2018-11-09 09:18:59,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:59,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:18:59,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/53AE1/bind.py 2018-11-09 09:18:59,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:18:59,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:18:59,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:18:59,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp7AMfBz /etc/bind/db.clearwater.local 2018-11-09 09:18:59,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {u'homer_ct0q19': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-ct0q19'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:18:59,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:18:59,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:18:59,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpRFFw0k /etc/bind/db.clearwater.opnfv 2018-11-09 09:18:59,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:18:59,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:18:59,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:18:59,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:18:59,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:18:59,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:18:59,350 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:18:59,459 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:18:59,459 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:18:59,460 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:18:59,460 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:18:59,460 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:18:59,460 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:18:59,460 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:18:59,460 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:18:59,460 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:18:59,460 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:18:59 GMT 2018-11-09 09:18:59,460 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:18:59,461 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:18:59,461 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:04,466 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:04,854 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:04,854 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:04,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:04,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:04,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:04,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:04,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:04,854 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1860, "offset": 1824, "size": 50}}} 2018-11-09 09:19:04,855 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:04,855 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:04 GMT 2018-11-09 09:19:04,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:04,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:19:04,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:04,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:04,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:04,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:04,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:04,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:04,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:04,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:04,948 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:04,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:04,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:04,949 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:04 GMT 2018-11-09 09:19:04,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:04,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:04,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:09,954 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:10,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:10,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:10,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:10,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:10,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:10,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:10,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:10,148 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1860, "offset": 1824, "size": 50}}} 2018-11-09 09:19:10,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:10,148 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:10 GMT 2018-11-09 09:19:10,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:10,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:19:10,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:10,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:10,411 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:10,412 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:10,412 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:10,412 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:10,412 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:10,412 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:10,412 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:10,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:10,412 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:10,412 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:10 GMT 2018-11-09 09:19:10,413 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:10,413 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:10,413 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:15,418 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:15,511 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:15,511 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:15,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:15,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:15,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:15,512 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:15,512 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:15,512 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1860, "offset": 1824, "size": 50}}} 2018-11-09 09:19:15,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:15,512 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:15 GMT 2018-11-09 09:19:15,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:15,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:19:15,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:15,513 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:15,859 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:15,859 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:15,859 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:15,859 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:15,859 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:15,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:15,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:15,860 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:15,860 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:15,860 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:15 GMT 2018-11-09 09:19:15,860 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:15,860 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:15,860 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:20,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:21,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:21,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:21,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:21,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:21,299 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:21,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:21,299 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:21,299 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1860, "offset": 1824, "size": 50}}} 2018-11-09 09:19:21,299 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:21,300 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:21 GMT 2018-11-09 09:19:21,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:21,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:19:21,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:21,300 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:21,917 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:21,917 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:21,917 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:21,917 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:21,918 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:21,918 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:21,918 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:21,918 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:21,918 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:21,918 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:21 GMT 2018-11-09 09:19:21,918 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:21,918 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:21,918 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:26,924 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:27,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:27,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:27,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:27,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:27,269 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:27,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:27,269 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:27,270 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:26.690Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:26.690Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}], "metadata": {"pagination": {"total": 1861, "offset": 1824, "size": 50}}} 2018-11-09 09:19:27,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:27,270 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:27 GMT 2018-11-09 09:19:27,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:27,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2018-11-09 09:19:27,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:27,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-09 09:19:27,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:27,348 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:27,348 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:27,348 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:27,348 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:27,348 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:27,348 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:27,349 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:27,349 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:27,349 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:27,349 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:27 GMT 2018-11-09 09:19:27,349 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:27,349 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:27,349 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:32,355 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:32,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:32,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:32,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:32,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:32,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:32,575 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:32,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:32,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1861, "offset": 1825, "size": 50}}} 2018-11-09 09:19:32,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:32,575 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:32 GMT 2018-11-09 09:19:32,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:32,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:19:32,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:32,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:32,646 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:32,646 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:32,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:32,647 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:32,647 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:32,647 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:32,647 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:32,647 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:32,647 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:32,647 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:32 GMT 2018-11-09 09:19:32,647 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:32,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:32,648 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:37,653 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:37,965 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:37,965 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:37,965 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:37,965 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:37,966 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:37,966 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:37,966 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:37,966 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:34.717Z", "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 11 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 (4,724 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59686 files and directories currently installed.)\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m7.879s\nuser\t0m3.478s\nsys\t0m0.703s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:34.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:35.126Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:35.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:36.149Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:36.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:36.149Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:36.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:37.571Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.049s\nuser\t0m0.004s\nsys\t0m0.046s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:37.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}], "metadata": {"pagination": {"total": 1866, "offset": 1825, "size": 50}}} 2018-11-09 09:19:37,966 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:37,966 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:37 GMT 2018-11-09 09:19:37,966 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:37,966 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7536 2018-11-09 09:19:37,966 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:37,967 - 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 11 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 (4,724 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59686 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m7.879s user 0m3.478s sys 0m0.703s 2018-11-09 09:19:37,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-11-09 09:19:37,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-11-09 09:19:37,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-11-09 09:19:37,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.049s user 0m0.004s sys 0m0.046s 2018-11-09 09:19:37,968 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:38,034 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:38,034 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:38,034 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:38,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:38,035 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:38,035 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:38,035 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:38,035 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:38,035 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:38,035 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:38 GMT 2018-11-09 09:19:38,035 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:38,035 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:38,036 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:43,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:43,172 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:43,172 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:43,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:43,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:43,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:43,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:43,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:43,173 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:38.313Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:38.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:38.313Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:6d:04:e6 \n inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6d:4e6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:145612 errors:0 dropped:0 overruns:0 frame:0\n TX packets:64300 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:218967417 (218.9 MB) TX bytes:12337451 (12.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: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.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:38.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:38.313Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:38.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:39.323Z", "message": "[vellum] => /var/log\n/var/log/chronos\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa09\n/var/log/dpkg.log\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/astaire\n/var/log/astaire/astaire_current.txt\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_err.log\n/var/log/astaire/astaire_20181109T090000Z.txt\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/memcached.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/astaire-throttle.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/rogers\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:39.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:39.323Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:39.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:39.323Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:39.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:39.323Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:10 ? 00:00:00 /sbin/init\nroot 2 0 0 09:10 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:10 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:10 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:10 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:10 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:10 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:10 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:10 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:10 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:10 ? 00:00:00 [migration/0]\nroot 14 2 0 09:10 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:10 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:10 ? 00:00:00 [migration/1]\nroot 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 09:10 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:10 ? 00:00:00 [khelper]\nroot 21 2 0 09:10 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:10 ? 00:00:00 [netns]\nroot 23 2 0 09:10 ? 00:00:00 [writeback]\nroot 24 2 0 09:10 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:10 ? 00:00:00 [bioset]\nroot 27 2 0 09:10 ? 00:00:00 [kblockd]\nroot 28 2 0 09:10 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:10 ? 00:00:00 [khubd]\nroot 30 2 0 09:10 ? 00:00:00 [md]\nroot 31 2 0 09:10 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:10 ? 00:00:00 [kworker/1:1]\nroot 33 2 0 09:10 ? 00:00:00 [kworker/0:1]\nroot 35 2 0 09:10 ? 00:00:00 [khungtaskd]\nroot 36 2 0 09:10 ? 00:00:00 [kswapd0]\nroot 37 2 0 09:10 ? 00:00:00 [vmstat]\nroot 38 2 0 09:10 ? 00:00:00 [ksmd]\nroot 39 2 0 09:10 ? 00:00:00 [khugepaged]\nroot 40 2 0 09:10 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 09:10 ? 00:00:00 [crypto]\nroot 54 2 0 09:10 ? 00:00:00 [kthrotld]\nroot 55 2 0 09:10 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 09:10 ? 00:00:00 [vballoon]\nroot 57 2 0 09:10 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:10 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:10 ? 00:00:00 [deferwq]\nroot 80 2 0 09:10 ? 00:00:00 [charger_manager]\nroot 124 2 0 09:10 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:10 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 09:10 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:10 ? 00:00:00 [ext4-rsv-conver]\nroot 390 1 0 09:10 ? 00:00:00 upstart-udev-bridge --daemon\nroot 395 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 09:10 ? 00:00:00 [kworker/u5:1]\nroot 435 2 0 09:10 ? 00:00:00 [kworker/u5:2]\nroot 533 1 0 09:10 ? 00:00:00 upstart-socket-bridge --daemon\nroot 587 1 0 09:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 09:10 ? 00:00:00 [kauditd]\nroot 945 1 0 09:10 ? 00:00:00 upstart-file-bridge --daemon\nroot 1031 1 0 09:10 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1034 1 0 09:10 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1038 1 0 09:10 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1039 1 0 09:10 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1041 1 0 09:10 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1084 1 0 09:10 ? 00:00:00 /usr/sbin/sshd -D\nroot 1085 1 0 09:10 ? 00:00:00 cron\ndaemon 1086 1 0 09:10 ? 00:00:00 atd\nroot 1096 1 0 09:10 ? 00:00:00 /usr/sbin/irqbalance\nroot 1112 1 0 09:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nsyslog 1151 1 0 09:10 ? 00:00:00 rsyslogd\nmessage+ 1231 1 0 09:10 ? 00:00:00 dbus-daemon --system --fork\nroot 1242 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1259 1 0 09:10 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1265 1 0 09:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1443 2 0 09:10 ? 00:00:00 [kworker/1:2]\nubuntu 1653 1 0 09:11 ? 00:00:00 /home/ubuntu/vellum_host_xvmbwe/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_xvmbwe --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_xvmbwe --logging-server-logdir=/home/ubuntu/vellum_host_xvmbwe/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_xvmbwe/work/vellum_host_xvmbwe%I.log --pidfile=/home/ubuntu/vellum_host_xvmbwe/work/vellum_host_xvmbwe.pid\nubuntu 1767 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_xvmbwe/env/bin/diamond --configfile /home/ubuntu/vellum_host_xvmbwe/work/plugins/diamond/etc/diamond.conf\nubuntu 1841 1653 0 09:14 ? 00:00:00 /home/ubuntu/vellum_host_xvmbwe/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_xvmbwe --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_xvmbwe --logging-server-logdir=/home/ubuntu/vellum_host_xvmbwe/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_xvmbwe/work/vellum_host_xvmbwe%I.log --pidfile=/home/ubuntu/vellum_host_xvmbwe/work/vellum_host_xvmbwe.pid\nubuntu 1863 1841 0 09:14 ? 00:00:00 /home/ubuntu/vellum_host_xvmbwe/env/bin/python2.7 /home/ubuntu/vellum_host_xvmbwe/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-xBreyo\nubuntu 1874 1863 0 09:14 ? 00:00:00 /bin/sh -c /tmp/CTMGI/install-vellum.sh\nubuntu 1876 1874 0 09:14 ? 00:00:00 /bin/bash -e /tmp/CTMGI/install-vellum.sh\nroot 3203 2 0 09:15 ? 00:00:00 [kworker/u5:0]\nntp 11933 1 0 09:18 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12333 1 0 09:18 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12661 1 0 09:18 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13312 1 0 09:19 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13319 13312 0 09:19 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13765 12661 0 09:19 ? 00:00:00 [check-monit-upt] \ndnsmasq 14280 1 0 09:19 ? 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 14343 1876 0 09:19 ? 00:00:00 /bin/bash -e /tmp/CTMGI/install-vellum.sh\nubuntu 14344 14343 0 09:19 ? 00:00:00 /bin/bash -e /tmp/CTMGI/install-vellum.sh\nroot 14345 14344 0 09:19 ? 00:00:00 sudo ps -edf\nroot 14346 14345 0 09:19 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.007s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:39.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:39.323Z", "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 14280/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1084/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12661/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12333/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14280/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1084/sshd \nudp 0 0 192.168.120.8:123 0.0.0.0:* 11933/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11933/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11933/ntpd \nudp 0 0 0.0.0.0:10023 0.0.0.0:* 587/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12333/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14280/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient \nudp6 0 0 fe80::f816:3eff:fe6:123 :::* 11933/ntpd \nudp6 0 0 ::1:123 :::* 11933/ntpd \nudp6 0 0 :::123 :::* 11933/ntpd \nudp6 0 0 :::40231 :::* 587/dhclient \nudp6 0 0 ::1:53 :::* 14280/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11455 1653/python2.7 /tmp/cloudify-logging-server-594d2.socket\nunix 2 [ ACC ] STREAM LISTENING 9301 1112/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 12535 1863/python2.7 /tmp/ctx-lS5rlR.socket\nunix 2 [ ACC ] STREAM LISTENING 682 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 7270 395/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9407 1231/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:39.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:40.337Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:40.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:40.337Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:40.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:41.352Z", "message": "[vellum] => 2018-11-09 09:18:54.621410783 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:41.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:41.352Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:41.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:41.352Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:41.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:41.352Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:41.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:41.352Z", "message": "[vellum] => INFO [main] 2018-11-09 09:16:12,678 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-11-09 09:16:12,692 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-09 09:16:12,764 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-09 09:16:12,897 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-11-09 09:16:12,906 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-11-09 09:16:12,906 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-11-09 09:16:13,247 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-09 09:16:13,267 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-09 09:16:13,309 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-11-09 09:16:13,309 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-11-09 09:16:13,309 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-11-09 09:16:13,309 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 705472(688K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-11-09 09:16:13,310 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74038096(72302K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-11-09 09:16:13,310 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-11-09 09:16:13,310 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-11-09 09:16:13,310 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16808496(16414K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-11-09 09:16:13,310 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar\nINFO [main] 2018-11-09 09:16:13,310 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_1541754972.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1541754972.log]\nINFO [main] 2018-11-09 09:16:13,397 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-11-09 09:16:13,413 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-11-09 09:16:13,498 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-11-09 09:16:13,500 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-11-09 09:16:13,500 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-11-09 09:16:13,504 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-11-09 09:16:13,510 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-11-09 09:16:13,514 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-11-09 09:16:13,515 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-11-09 09:16:13,577 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-11-09 09:16:14,672 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-11-09 09:16:14,677 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-11-09 09:16:14,681 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-11-09 09:16:14,686 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-11-09 09:16:14,690 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-11-09 09:16:14,693 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-11-09 09:16:14,698 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-11-09 09:16:14,701 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-11-09 09:16:14,705 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-11-09 09:16:14,708 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-11-09 09:16:14,715 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-11-09 09:16:14,718 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-11-09 09:16:14,722 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-11-09 09:16:14,725 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-11-09 09:16:14,728 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-11-09 09:16:14,731 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-11-09 09:16:14,794 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-11-09 09:16:14,795 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-11-09 09:16:14,849 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-11-09 09:16:14,855 Memtable.java:347 - Writing Memtable-local@1515943035(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-11-09 09:16:14,900 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=1541754974653, position=399)\nINFO [main] 2018-11-09 09:16:15,297 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-11-09 09:16:15,418 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-11-09 09:16:15,418 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-11-09 09:16:15,420 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-11-09 09:16:15,431 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes\nINFO [main] 2018-11-09 09:16:15,432 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-11-09 09:16:15,445 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-09 09:16:15,452 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nWARN [main] 2018-11-09 09:16:15,461 SystemKeyspace.java:765 - No host ID found, created d5434ff8-743f-4551-a991-f7a390eb8ad8 (Note: This should happen exactly once per node).\nINFO [main] 2018-11-09 09:16:15,463 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-11-09 09:16:15,465 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-11-09 09:16:15,465 Memtable.java:347 - Writing Memtable-local@1991552767(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-11-09 09:16:15,466 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=1541754974653, position=93397)\nINFO [main] 2018-11-09 09:16:15,985 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-09 09:16:15,994 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-09 09:16:16,019 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-11-09 09:16:16,032 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-09 09:16:16,039 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-09 09:16:16,047 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-09 09:16:16,054 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-09 09:16:16,065 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-11-09 09:16:16,066 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-09 09:16:16,072 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-09 09:16:16,081 StorageService.java:959 - Generated random tokens. tokens are [6902399146473519507, 6066556494257512307, -2874756457659111226, 6160987728091921259, -2944424657238123872, -6557608758760771150, 4834176261954251373, 5109528300930135177, 1588251060902898826, 1093063041073568859, -500363897371827064, 4258468514570679099, -4333196920906941569, -2601970289198501214, -5899275851059219326, -3041482003342826997, 6407401832479757971, -346461868992321407, -5388114514792039496, 6548994310644999348, -1604945363014110468, 6633561676708891458, 2788559179167975898, 7871353136216747264, -532287157766426846, 4520317422304827442, -1450860343101642802, 1666131862613666268, 5529507112074489823, -6026264264132043900, -7287887269587317694, 2555799682426328430, -6773997253159567180, -5059916254856243827, -9182181418180853841, 3285513512653786540, -6341648703120841713, 107929255536637323, 1241124704035637909, 1267167895343756649, -4092369699191893060, -8542921232542783336, 5719180693206687156, -6867877195296808539, 172944284205912720, -3312378655563724903, -3898819991603806962, 4818832112067768325, -4336029969768192760, -1120501898156560214, 6876261650069586496, -3014985948725695586, 6424631084520864414, -1049993718088863687, -6200832885714885990, 2237009392981363432, 7930200068873786468, 8613990507077826636, -7255045225007345475, -7309458346646677709, -532660137414670722, 5823745801624380703, 3607216372551807091, 4072011410188317820, 4087559210638518459, -6918866581769890639, -4806795786470968604, 1702152656938981332, -3546141538821091735, 6108033807890579141, 7776219653082913243, 7905959214293739391, -1980584479689861216, -4203146566305417858, -9163385713235254824, 636293032808225459, -2773971986033227859, -4144319840901617660, 3365186257942421292, 8195763291506527702, 4687181865199783603, -4890152007815592747, -4233426388550901962, -3523144532279788864, 9041674630906163310, -6309724492836418117, -4751717336926250403, -6653737106287943873, 4880418655601798844, 4005076418137944907, -5636382021877303580, -5311324693699641284, -2864503441128758074, 5288348398409128070, -2967499040980063653, 7542292627075506839, 8701022262308095682, 3378030112362668183, -393504617849302788, 7345497202089551517, 8461448254195941806, -8847515398402763513, -6936504762765227247, 506442928783719060, -7460953913570435179, -5427125750808247152, -8891513202045694234, 7236260822544436389, -344792113209796420, -2854933119451730426, -3971862647885807548, -7010765230211335307, 2059527850964266465, -7986085569204027378, 5587455984825899111, 2561784511643722249, 7894825206142153233, 7196904041972427579, 3366846911077345528, 3252939163075581185, 1553985022890237573, -6065938629700325270, -4351020409729151366, 420838564505984266, -7547684823704880467, -8619221104818120187, -6895771285594624455, -3928638167583117087, -3969536229650672283, 5472271453293050606, 594017967333092957, 1471775111194409156, -2167774417205001129, -242733686865001164, -183769384330522269, 885850831624332707, 8415320816959640467, -4731777024399156437, -2145065744894856405, 8201773434463101131, 2343890520334438950, 5073768450106009749, -1913482413235642418, 2620337983936598036, 2141485915518661991, -2130601960514408187, -7426328996505459759, 1300260236513742889, -2390833842862762783, 8222805120736155503, 6960336384112261546, 8971433681584508449, 9090078756341138134, -2657989432031918717, -4849182170863532546, -4661681633239120348, 3016533570586624393, -2295191284962096176, -7795698536598686639, -4721148635481776425, 2536693603826550473, 8242942499155065067, -1856941983688540751, -120801659342768994, -4812623520885579194, 4128835899358053435, -4635651355489440506, 5597130720380273092, 5387667548545894611, 4721977553811093495, 281204376047153730, 7261396419049169673, 991919093381628209, 5666527713051294767, 2558612000877862738, -388082725151452590, 8980514014392296482, 8767485162559847037, 6775851571638304062, -2666073301139442673, 1641213360091309594, 2007458039187889504, -6734129282011633025, 1015051874145553131, -3410428609302797011, 1485892171437815204, -8340068549523830942, 6055786880997218819, 7092785760412682415, 334948806003551072, 444556527349345314, -4950083743188594197, 3344623071830181928, 1445378956851084846, -7391382093952395301, 3428633857527484668, 529591076959616959, 6803409423539080900, -8259129512049937244, -5736898056621394977, 8063258433163033267, -1230428513584079828, 2473216131746819951, 4810551620476887272, -597715757405919297, 3092778887772350214, -4746777554458177575, 5628320163404685847, -6799371940216823454, 9134626376473015364, 5786500610081838270, 1711083153800663786, 4771241629844387882, -8500445631864148818, 7612626833077445742, 6404647714502296013, 7517868000077456661, -5161487871477509111, -1868465177220150636, 8331828441060014165, 4217491593215108815, 1676756959560791451, -5084374118854485643, -1576196294237461735, 2136209971601612153, 3987956889569453988, -8458422222553484306, 9072289037055098484, 3111163987544620541, -6165608590616646227, -5094092212421381434, 2804280491055666163, -524303306575019607, 1140129697690430270, 2062176427939533567, 7265243524264441503, 8882555643466580777, -2132847862770315937, 1257574215229454283, 822020988385233569, 5741617784141942458, 4184492636015742595, 4683737239829491811, 217503130273387464, 8927264827625653140, -1631142312532777105, 3001938190397150097, -3032810235430752809, 2099276225825679829, 1900693040562841828, 8012703093418388707, 3836810011628818387, -176455502232785734, -5846886554441268034, -1995713487769002912, -304499850205285658]\nINFO [main] 2018-11-09 09:16:16,091 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@7c1bf405[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@e7b7ab7[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@20e05d40}\nINFO [MigrationStage:1] 2018-11-09 09:16:16,130 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-11-09 09:16:16,131 Memtable.java:347 - Writing Memtable-schema_keyspaces@1455237452(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-11-09 09:16:16,132 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=1541754974653, position=102352)\nINFO [MigrationStage:1] 2018-11-09 09:16:16,563 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-11-09 09:16:16,564 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1206775793(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-11-09 09:16:16,572 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=1541754974653, position=102352)\nINFO [MigrationStage:1] 2018-11-09 09:16:16,976 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-11-09 09:16:16,977 Memtable.java:347 - Writing Memtable-schema_columns@1095795148(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-11-09 09:16:16,997 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=1541754974653, position=102352)\nINFO [MigrationStage:1] 2018-11-09 09:16:17,630 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-11-09 09:16:17,631 Memtable.java:347 - Writing Memtable-schema_triggers@867055171(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-11-09 09:16:17,632 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=1541754974653, position=102352)\nINFO [MigrationStage:1] 2018-11-09 09:16:18,191 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-11-09 09:16:18,193 Memtable.java:347 - Writing Memtable-schema_usertypes@576666532(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-11-09 09:16:18,193 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=1541754974653, position=102352)\nINFO [MigrationStage:1] 2018-11-09 09:16:18,713 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@168f13d1[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-11-09 09:16:18,717 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-11-09 09:16:18,717 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@1c1164c8[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-11-09 09:16:18,723 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-11-09 09:16:18,755 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-11-09 09:16:18,756 Memtable.java:347 - Writing Memtable-local@265617413(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-11-09 09:16:18,757 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=1541754974653, position=102595)\nINFO [main] 2018-11-09 09:16:19,805 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51465 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-11-09 09:16:19,806 Memtable.java:347 - Writing Memtable-local@198594294(8.352KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-11-09 09:16:19,813 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=1541754974653, position=114571)\nINFO [CompactionExecutor:1] 2018-11-09 09:16:20,227 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-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-2-Data.db')]\nINFO [main] 2018-11-09 09:16:20,267 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-11-09 09:16:20,350 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-11-09 09:16:20,374 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c]\nINFO [main] 2018-11-09 09:16:20,374 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-11-09 09:16:20,421 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-11-09 09:16:20,426 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:1] 2018-11-09 09:16:21,687 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,932 bytes to 5,748 (~96% of original) in 1,456ms = 0.003765MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-11-09 09:18:47,535 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-11-09 09:18:47,544 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-11-09 09:18:47,544 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-11-09 09:18:47,545 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-11-09 09:18:49,549 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-11-09 09:18:49,550 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:41.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:42.247Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:42.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:42.394Z", "message": "[vellum] => # YAML topology configuration file for Cassandra,\n# to be used with YamlFileNetworkTopologySnitch.\n\n# The topology, as a list of data centers.\ntopology:\n # Each data center has a name and a list of racks.\n - dc_name: DC1\n racks:\n # Each rack has a name and a list of nodes.\n - rack_name: c1\n nodes:\n # Each node has a broadcast address (required)\n # and a data-center-local address (optional).\n # If dc_local_address is specified, its peers\n # in the same data center will attempt to\n # reconnect over that address instead.\n - broadcast_address: 1.2.3.4\n dc_local_address: 5.6.7.8\n\n# Default data center name for unknown nodes; defaults to \"UNKNOWN\"\n# default_dc_name: UNKNOWN\n\n# Default rack name for unknown nodes\n# default_rack_name: UNKNOWN; defaults to \"UNKNOWN\"\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:42.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:42.394Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:42.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:42.394Z", "message": "[vellum] => \n\n\n \n System.err\n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n WARN\n \n \n\n \n \n \n\n\n\n\n \n \n ${cassandra.logdir}/system.log\n \n ${cassandra.logdir}/system.log.%i.zip\n 1\n 20\n \n\n \n 20MB\n \n \n %-5level [%thread] %date{ISO8601} %F:%L - %msg%n\n \n \n \n \n \n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n \n \n \n \n \n \n \n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:42.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:42.394Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:42.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:42.394Z", "message": "Execution done (return_code=0): /tmp/CTMGI/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:42.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "8ba1f1c0-8eb7-433a-814c-6a430c534561"}], "metadata": {"pagination": {"total": 1889, "offset": 1830, "size": 50}}} 2018-11-09 09:19:43,173 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:43,173 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:43 GMT 2018-11-09 09:19:43,173 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:43,173 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79113 2018-11-09 09:19:43,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:43,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-11-09 09:19:43,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:6d:04:e6 inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe6d:4e6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:145612 errors:0 dropped:0 overruns:0 frame:0 TX packets:64300 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:218967417 (218.9 MB) TX bytes:12337451 (12.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: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.004s user 0m0.000s sys 0m0.004s 2018-11-09 09:19:43,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-11-09 09:19:43,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/chronos /var/log/sysstat /var/log/sysstat/clearwater-sa09 /var/log/dpkg.log /var/log/cassandra /var/log/cassandra/system.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/astaire /var/log/astaire/astaire_current.txt /var/log/astaire/astaire_out.log /var/log/astaire/astaire_err.log /var/log/astaire/astaire_20181109T090000Z.txt /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/memcached.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/astaire-throttle.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/rogers /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.007s user 0m0.000s sys 0m0.005s 2018-11-09 09:19:43,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-11-09 09:19:43,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-11-09 09:19:43,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:10 ? 00:00:00 /sbin/init root 2 0 0 09:10 ? 00:00:00 [kthreadd] root 3 2 0 09:10 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:10 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:10 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:10 ? 00:00:00 [rcu_sched] root 8 2 0 09:10 ? 00:00:00 [rcuos/0] root 9 2 0 09:10 ? 00:00:00 [rcuos/1] root 10 2 0 09:10 ? 00:00:00 [rcu_bh] root 11 2 0 09:10 ? 00:00:00 [rcuob/0] root 12 2 0 09:10 ? 00:00:00 [rcuob/1] root 13 2 0 09:10 ? 00:00:00 [migration/0] root 14 2 0 09:10 ? 00:00:00 [watchdog/0] root 15 2 0 09:10 ? 00:00:00 [watchdog/1] root 16 2 0 09:10 ? 00:00:00 [migration/1] root 17 2 0 09:10 ? 00:00:00 [ksoftirqd/1] root 19 2 0 09:10 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:10 ? 00:00:00 [khelper] root 21 2 0 09:10 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:10 ? 00:00:00 [netns] root 23 2 0 09:10 ? 00:00:00 [writeback] root 24 2 0 09:10 ? 00:00:00 [kintegrityd] root 25 2 0 09:10 ? 00:00:00 [bioset] root 27 2 0 09:10 ? 00:00:00 [kblockd] root 28 2 0 09:10 ? 00:00:00 [ata_sff] root 29 2 0 09:10 ? 00:00:00 [khubd] root 30 2 0 09:10 ? 00:00:00 [md] root 31 2 0 09:10 ? 00:00:00 [devfreq_wq] root 32 2 0 09:10 ? 00:00:00 [kworker/1:1] root 33 2 0 09:10 ? 00:00:00 [kworker/0:1] root 35 2 0 09:10 ? 00:00:00 [khungtaskd] root 36 2 0 09:10 ? 00:00:00 [kswapd0] root 37 2 0 09:10 ? 00:00:00 [vmstat] root 38 2 0 09:10 ? 00:00:00 [ksmd] root 39 2 0 09:10 ? 00:00:00 [khugepaged] root 40 2 0 09:10 ? 00:00:00 [fsnotify_mark] root 41 2 0 09:10 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 09:10 ? 00:00:00 [crypto] root 54 2 0 09:10 ? 00:00:00 [kthrotld] root 55 2 0 09:10 ? 00:00:00 [kworker/u4:1] root 56 2 0 09:10 ? 00:00:00 [vballoon] root 57 2 0 09:10 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:10 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:10 ? 00:00:00 [deferwq] root 80 2 0 09:10 ? 00:00:00 [charger_manager] root 124 2 0 09:10 ? 00:00:00 [kpsmoused] root 142 2 0 09:10 ? 00:00:00 [kworker/0:2] root 186 2 0 09:10 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:10 ? 00:00:00 [ext4-rsv-conver] root 390 1 0 09:10 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 09:10 ? 00:00:00 [kworker/u5:1] root 435 2 0 09:10 ? 00:00:00 [kworker/u5:2] root 533 1 0 09:10 ? 00:00:00 upstart-socket-bridge --daemon root 587 1 0 09:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 09:10 ? 00:00:00 [kauditd] root 945 1 0 09:10 ? 00:00:00 upstart-file-bridge --daemon root 1031 1 0 09:10 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1034 1 0 09:10 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1038 1 0 09:10 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1039 1 0 09:10 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1041 1 0 09:10 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1084 1 0 09:10 ? 00:00:00 /usr/sbin/sshd -D root 1085 1 0 09:10 ? 00:00:00 cron daemon 1086 1 0 09:10 ? 00:00:00 atd root 1096 1 0 09:10 ? 00:00:00 /usr/sbin/irqbalance root 1112 1 0 09:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket syslog 1151 1 0 09:10 ? 00:00:00 rsyslogd message+ 1231 1 0 09:10 ? 00:00:00 dbus-daemon --system --fork root 1242 1 0 09:10 ? 00:00:00 /lib/systemd/systemd-logind root 1259 1 0 09:10 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1265 1 0 09:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1443 2 0 09:10 ? 00:00:00 [kworker/1:2] ubuntu 1653 1 0 09:11 ? 00:00:00 /home/ubuntu/vellum_host_xvmbwe/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_xvmbwe --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_xvmbwe --logging-server-logdir=/home/ubuntu/vellum_host_xvmbwe/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_xvmbwe/work/vellum_host_xvmbwe%I.log --pidfile=/home/ubuntu/vellum_host_xvmbwe/work/vellum_host_xvmbwe.pid ubuntu 1767 1 0 09:11 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_xvmbwe/env/bin/diamond --configfile /home/ubuntu/vellum_host_xvmbwe/work/plugins/diamond/etc/diamond.conf ubuntu 1841 1653 0 09:14 ? 00:00:00 /home/ubuntu/vellum_host_xvmbwe/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_xvmbwe --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_xvmbwe --logging-server-logdir=/home/ubuntu/vellum_host_xvmbwe/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_xvmbwe/work/vellum_host_xvmbwe%I.log --pidfile=/home/ubuntu/vellum_host_xvmbwe/work/vellum_host_xvmbwe.pid ubuntu 1863 1841 0 09:14 ? 00:00:00 /home/ubuntu/vellum_host_xvmbwe/env/bin/python2.7 /home/ubuntu/vellum_host_xvmbwe/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-xBreyo ubuntu 1874 1863 0 09:14 ? 00:00:00 /bin/sh -c /tmp/CTMGI/install-vellum.sh ubuntu 1876 1874 0 09:14 ? 00:00:00 /bin/bash -e /tmp/CTMGI/install-vellum.sh root 3203 2 0 09:15 ? 00:00:00 [kworker/u5:0] ntp 11933 1 0 09:18 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12333 1 0 09:18 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12661 1 0 09:18 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13312 1 0 09:19 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13319 13312 0 09:19 ? 00:00:00 cpulimit -e astaire -l 10 root 13765 12661 0 09:19 ? 00:00:00 [check-monit-upt] dnsmasq 14280 1 0 09:19 ? 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 14343 1876 0 09:19 ? 00:00:00 /bin/bash -e /tmp/CTMGI/install-vellum.sh ubuntu 14344 14343 0 09:19 ? 00:00:00 /bin/bash -e /tmp/CTMGI/install-vellum.sh root 14345 14344 0 09:19 ? 00:00:00 sudo ps -edf root 14346 14345 0 09:19 ? 00:00:00 ps -edf real 0m0.008s user 0m0.007s sys 0m0.002s 2018-11-09 09:19:43,177 - 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 14280/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1084/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12661/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12333/memcached tcp6 0 0 ::1:53 :::* LISTEN 14280/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1084/sshd udp 0 0 192.168.120.8:123 0.0.0.0:* 11933/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11933/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11933/ntpd udp 0 0 0.0.0.0:10023 0.0.0.0:* 587/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12333/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14280/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 fe80::f816:3eff:fe6:123 :::* 11933/ntpd udp6 0 0 ::1:123 :::* 11933/ntpd udp6 0 0 :::123 :::* 11933/ntpd udp6 0 0 :::40231 :::* 587/dhclient udp6 0 0 ::1:53 :::* 14280/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11455 1653/python2.7 /tmp/cloudify-logging-server-594d2.socket unix 2 [ ACC ] STREAM LISTENING 9301 1112/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 12535 1863/python2.7 /tmp/ctx-lS5rlR.socket unix 2 [ ACC ] STREAM LISTENING 682 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7270 395/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9407 1231/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-11-09 09:19:43,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-11-09 09:19:43,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-11-09 09:19:43,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-11-09 09:18:54.621410783 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-09 09:19:43,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-11-09 09:19:43,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-11-09 09:19:43,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-11-09 09:19:43,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-11-09 09:16:12,678 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-11-09 09:16:12,692 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-09 09:16:12,764 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-09 09:16:12,897 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-11-09 09:16:12,906 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-11-09 09:16:12,906 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-11-09 09:16:13,247 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-09 09:16:13,267 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-09 09:16:13,309 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-11-09 09:16:13,309 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-11-09 09:16:13,309 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-11-09 09:16:13,309 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 705472(688K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-11-09 09:16:13,310 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74038096(72302K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-11-09 09:16:13,310 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-11-09 09:16:13,310 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-11-09 09:16:13,310 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16808496(16414K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-11-09 09:16:13,310 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar INFO [main] 2018-11-09 09:16:13,310 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_1541754972.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1541754972.log] INFO [main] 2018-11-09 09:16:13,397 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-11-09 09:16:13,413 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-11-09 09:16:13,498 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-11-09 09:16:13,500 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-11-09 09:16:13,500 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-11-09 09:16:13,504 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-11-09 09:16:13,510 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-11-09 09:16:13,514 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-11-09 09:16:13,515 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-11-09 09:16:13,577 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-11-09 09:16:14,672 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-11-09 09:16:14,677 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-11-09 09:16:14,681 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-11-09 09:16:14,686 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-11-09 09:16:14,690 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-11-09 09:16:14,693 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-11-09 09:16:14,698 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-11-09 09:16:14,701 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-11-09 09:16:14,705 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-11-09 09:16:14,708 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-11-09 09:16:14,715 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-11-09 09:16:14,718 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-11-09 09:16:14,722 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-11-09 09:16:14,725 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-11-09 09:16:14,728 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-11-09 09:16:14,731 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-11-09 09:16:14,794 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-11-09 09:16:14,795 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-11-09 09:16:14,849 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-11-09 09:16:14,855 Memtable.java:347 - Writing Memtable-local@1515943035(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-11-09 09:16:14,900 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=1541754974653, position=399) INFO [main] 2018-11-09 09:16:15,297 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-11-09 09:16:15,418 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-11-09 09:16:15,418 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-11-09 09:16:15,420 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-11-09 09:16:15,431 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes INFO [main] 2018-11-09 09:16:15,432 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-11-09 09:16:15,445 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-09 09:16:15,452 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] WARN [main] 2018-11-09 09:16:15,461 SystemKeyspace.java:765 - No host ID found, created d5434ff8-743f-4551-a991-f7a390eb8ad8 (Note: This should happen exactly once per node). INFO [main] 2018-11-09 09:16:15,463 StorageService.java:807 - Starting up server gossip INFO [main] 2018-11-09 09:16:15,465 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-11-09 09:16:15,465 Memtable.java:347 - Writing Memtable-local@1991552767(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-11-09 09:16:15,466 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=1541754974653, position=93397) INFO [main] 2018-11-09 09:16:15,985 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-09 09:16:15,994 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-09 09:16:16,019 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-11-09 09:16:16,032 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-09 09:16:16,039 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-09 09:16:16,047 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-09 09:16:16,054 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-09 09:16:16,065 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-11-09 09:16:16,066 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-09 09:16:16,072 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-09 09:16:16,081 StorageService.java:959 - Generated random tokens. tokens are [6902399146473519507, 6066556494257512307, -2874756457659111226, 6160987728091921259, -2944424657238123872, -6557608758760771150, 4834176261954251373, 5109528300930135177, 1588251060902898826, 1093063041073568859, -500363897371827064, 4258468514570679099, -4333196920906941569, -2601970289198501214, -5899275851059219326, -3041482003342826997, 6407401832479757971, -346461868992321407, -5388114514792039496, 6548994310644999348, -1604945363014110468, 6633561676708891458, 2788559179167975898, 7871353136216747264, -532287157766426846, 4520317422304827442, -1450860343101642802, 1666131862613666268, 5529507112074489823, -6026264264132043900, -7287887269587317694, 2555799682426328430, -6773997253159567180, -5059916254856243827, -9182181418180853841, 3285513512653786540, -6341648703120841713, 107929255536637323, 1241124704035637909, 1267167895343756649, -4092369699191893060, -8542921232542783336, 5719180693206687156, -6867877195296808539, 172944284205912720, -3312378655563724903, -3898819991603806962, 4818832112067768325, -4336029969768192760, -1120501898156560214, 6876261650069586496, -3014985948725695586, 6424631084520864414, -1049993718088863687, -6200832885714885990, 2237009392981363432, 7930200068873786468, 8613990507077826636, -7255045225007345475, -7309458346646677709, -532660137414670722, 5823745801624380703, 3607216372551807091, 4072011410188317820, 4087559210638518459, -6918866581769890639, -4806795786470968604, 1702152656938981332, -3546141538821091735, 6108033807890579141, 7776219653082913243, 7905959214293739391, -1980584479689861216, -4203146566305417858, -9163385713235254824, 636293032808225459, -2773971986033227859, -4144319840901617660, 3365186257942421292, 8195763291506527702, 4687181865199783603, -4890152007815592747, -4233426388550901962, -3523144532279788864, 9041674630906163310, -6309724492836418117, -4751717336926250403, -6653737106287943873, 4880418655601798844, 4005076418137944907, -5636382021877303580, -5311324693699641284, -2864503441128758074, 5288348398409128070, -2967499040980063653, 7542292627075506839, 8701022262308095682, 3378030112362668183, -393504617849302788, 7345497202089551517, 8461448254195941806, -8847515398402763513, -6936504762765227247, 506442928783719060, -7460953913570435179, -5427125750808247152, -8891513202045694234, 7236260822544436389, -344792113209796420, -2854933119451730426, -3971862647885807548, -7010765230211335307, 2059527850964266465, -7986085569204027378, 5587455984825899111, 2561784511643722249, 7894825206142153233, 7196904041972427579, 3366846911077345528, 3252939163075581185, 1553985022890237573, -6065938629700325270, -4351020409729151366, 420838564505984266, -7547684823704880467, -8619221104818120187, -6895771285594624455, -3928638167583117087, -3969536229650672283, 5472271453293050606, 594017967333092957, 1471775111194409156, -2167774417205001129, -242733686865001164, -183769384330522269, 885850831624332707, 8415320816959640467, -4731777024399156437, -2145065744894856405, 8201773434463101131, 2343890520334438950, 5073768450106009749, -1913482413235642418, 2620337983936598036, 2141485915518661991, -2130601960514408187, -7426328996505459759, 1300260236513742889, -2390833842862762783, 8222805120736155503, 6960336384112261546, 8971433681584508449, 9090078756341138134, -2657989432031918717, -4849182170863532546, -4661681633239120348, 3016533570586624393, -2295191284962096176, -7795698536598686639, -4721148635481776425, 2536693603826550473, 8242942499155065067, -1856941983688540751, -120801659342768994, -4812623520885579194, 4128835899358053435, -4635651355489440506, 5597130720380273092, 5387667548545894611, 4721977553811093495, 281204376047153730, 7261396419049169673, 991919093381628209, 5666527713051294767, 2558612000877862738, -388082725151452590, 8980514014392296482, 8767485162559847037, 6775851571638304062, -2666073301139442673, 1641213360091309594, 2007458039187889504, -6734129282011633025, 1015051874145553131, -3410428609302797011, 1485892171437815204, -8340068549523830942, 6055786880997218819, 7092785760412682415, 334948806003551072, 444556527349345314, -4950083743188594197, 3344623071830181928, 1445378956851084846, -7391382093952395301, 3428633857527484668, 529591076959616959, 6803409423539080900, -8259129512049937244, -5736898056621394977, 8063258433163033267, -1230428513584079828, 2473216131746819951, 4810551620476887272, -597715757405919297, 3092778887772350214, -4746777554458177575, 5628320163404685847, -6799371940216823454, 9134626376473015364, 5786500610081838270, 1711083153800663786, 4771241629844387882, -8500445631864148818, 7612626833077445742, 6404647714502296013, 7517868000077456661, -5161487871477509111, -1868465177220150636, 8331828441060014165, 4217491593215108815, 1676756959560791451, -5084374118854485643, -1576196294237461735, 2136209971601612153, 3987956889569453988, -8458422222553484306, 9072289037055098484, 3111163987544620541, -6165608590616646227, -5094092212421381434, 2804280491055666163, -524303306575019607, 1140129697690430270, 2062176427939533567, 7265243524264441503, 8882555643466580777, -2132847862770315937, 1257574215229454283, 822020988385233569, 5741617784141942458, 4184492636015742595, 4683737239829491811, 217503130273387464, 8927264827625653140, -1631142312532777105, 3001938190397150097, -3032810235430752809, 2099276225825679829, 1900693040562841828, 8012703093418388707, 3836810011628818387, -176455502232785734, -5846886554441268034, -1995713487769002912, -304499850205285658] INFO [main] 2018-11-09 09:16:16,091 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@7c1bf405[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@e7b7ab7[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@20e05d40} INFO [MigrationStage:1] 2018-11-09 09:16:16,130 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-11-09 09:16:16,131 Memtable.java:347 - Writing Memtable-schema_keyspaces@1455237452(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-11-09 09:16:16,132 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=1541754974653, position=102352) INFO [MigrationStage:1] 2018-11-09 09:16:16,563 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-11-09 09:16:16,564 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1206775793(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-11-09 09:16:16,572 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=1541754974653, position=102352) INFO [MigrationStage:1] 2018-11-09 09:16:16,976 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-11-09 09:16:16,977 Memtable.java:347 - Writing Memtable-schema_columns@1095795148(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-11-09 09:16:16,997 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=1541754974653, position=102352) INFO [MigrationStage:1] 2018-11-09 09:16:17,630 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-11-09 09:16:17,631 Memtable.java:347 - Writing Memtable-schema_triggers@867055171(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-11-09 09:16:17,632 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=1541754974653, position=102352) INFO [MigrationStage:1] 2018-11-09 09:16:18,191 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-11-09 09:16:18,193 Memtable.java:347 - Writing Memtable-schema_usertypes@576666532(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-11-09 09:16:18,193 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=1541754974653, position=102352) INFO [MigrationStage:1] 2018-11-09 09:16:18,713 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@168f13d1[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-11-09 09:16:18,717 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-11-09 09:16:18,717 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@1c1164c8[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-11-09 09:16:18,723 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-11-09 09:16:18,755 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-11-09 09:16:18,756 Memtable.java:347 - Writing Memtable-local@265617413(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-11-09 09:16:18,757 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=1541754974653, position=102595) INFO [main] 2018-11-09 09:16:19,805 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51465 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-11-09 09:16:19,806 Memtable.java:347 - Writing Memtable-local@198594294(8.352KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-11-09 09:16:19,813 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=1541754974653, position=114571) INFO [CompactionExecutor:1] 2018-11-09 09:16:20,227 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-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-2-Data.db')] INFO [main] 2018-11-09 09:16:20,267 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-11-09 09:16:20,350 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-11-09 09:16:20,374 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c] INFO [main] 2018-11-09 09:16:20,374 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-11-09 09:16:20,421 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-11-09 09:16:20,426 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:1] 2018-11-09 09:16:21,687 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,932 bytes to 5,748 (~96% of original) in 1,456ms = 0.003765MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-11-09 09:18:47,535 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-11-09 09:18:47,544 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-11-09 09:18:47,544 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-11-09 09:18:47,545 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-11-09 09:18:49,549 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-11-09 09:18:49,550 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.000s sys 0m0.004s 2018-11-09 09:19:43,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:19:43,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => # YAML topology configuration file for Cassandra, # to be used with YamlFileNetworkTopologySnitch. # The topology, as a list of data centers. topology: # Each data center has a name and a list of racks. - dc_name: DC1 racks: # Each rack has a name and a list of nodes. - rack_name: c1 nodes: # Each node has a broadcast address (required) # and a data-center-local address (optional). # If dc_local_address is specified, its peers # in the same data center will attempt to # reconnect over that address instead. - broadcast_address: 1.2.3.4 dc_local_address: 5.6.7.8 # Default data center name for unknown nodes; defaults to "UNKNOWN" # default_dc_name: UNKNOWN # Default rack name for unknown nodes # default_rack_name: UNKNOWN; defaults to "UNKNOWN" real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-09 09:19:43,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-11-09 09:19:43,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => System.err %-5level %date{HH:mm:ss,SSS} %msg%n WARN ${cassandra.logdir}/system.log ${cassandra.logdir}/system.log.%i.zip 1 20 20MB %-5level [%thread] %date{ISO8601} %F:%L - %msg%n %-5level %date{HH:mm:ss,SSS} %msg%n real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-09 09:19:43,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-11-09 09:19:43,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/CTMGI/install-vellum.sh 2018-11-09 09:19:43,181 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:43,245 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:43,245 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:43,245 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:43,245 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:43,245 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:43,246 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:43,246 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:43,246 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:43,246 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:43,246 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:43 GMT 2018-11-09 09:19:43,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:43,246 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:43,246 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:48,252 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:48,375 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:48,375 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:48,376 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:48,376 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:48,376 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:48,376 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:48,376 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:48,376 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:43.280Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:43.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:43.280Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:43.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:43.280Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:43.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:43.404Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/54WLV/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:43.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:43.404Z", "message": "Executing: /tmp/54WLV/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:43.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:44.415Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:44.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:44.415Z", "message": "[vellum] 192.168.120.8", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:44.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:44.415Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:44.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:45.426Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:45.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:45.426Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:45.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1899, "offset": 1851, "size": 50}}} 2018-11-09 09:19:48,376 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:48,376 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:48 GMT 2018-11-09 09:19:48,377 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:48,377 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5191 2018-11-09 09:19:48,377 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:48,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:19:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:19:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-09 09:19:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/54WLV/start-vellum.sh 2018-11-09 09:19:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/54WLV/start-vellum.sh 2018-11-09 09:19:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-11-09 09:19:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.8 2018-11-09 09:19:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-11-09 09:19:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-11-09 09:19:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:19:48,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:48,568 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:48,568 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:48,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:48,569 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:48,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:48,569 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:48,569 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:48,569 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:48,569 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:48,569 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:48 GMT 2018-11-09 09:19:48,569 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:48,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:48,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:53,575 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:53,787 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:53,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:53,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:53,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:53,787 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:53,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:53,788 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:53,788 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1899, "offset": 1861, "size": 50}}} 2018-11-09 09:19:53,788 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:53,788 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:53 GMT 2018-11-09 09:19:53,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:53,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:19:53,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:53,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:54,050 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:54,051 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:54,051 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:54,051 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:54,051 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:54,051 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:54,051 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:54,051 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:54,051 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:54,051 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:54 GMT 2018-11-09 09:19:54,051 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:54,052 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:54,052 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:59,057 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:19:59,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:59,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:59,136 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:59,136 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:59,136 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:59,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:59,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:59,136 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:19:54.989Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:19:54.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1900, "offset": 1861, "size": 50}}} 2018-11-09 09:19:59,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:59,136 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:59 GMT 2018-11-09 09:19:59,137 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:59,137 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:19:59,137 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:19:59,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:19:59,137 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:19:59,445 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:19:59,446 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:19:59,446 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:19:59,446 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:19:59,446 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:19:59,446 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:19:59,446 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:19:59,446 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:19:59,446 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:19:59,447 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:19:59 GMT 2018-11-09 09:19:59,447 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:19:59,447 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:19:59,447 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:04,452 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:04,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:04,536 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:04,536 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:04,536 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:04,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:04,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:04,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:04,537 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1900, "offset": 1862, "size": 50}}} 2018-11-09 09:20:04,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:04,537 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:04 GMT 2018-11-09 09:20:04,537 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:04,537 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:20:04,537 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:04,538 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:04,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:04,749 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:04,749 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:04,749 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:04,749 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:04,749 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:04,749 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:04,749 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:04,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:04,750 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:04 GMT 2018-11-09 09:20:04,750 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:04,750 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:04,750 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:09,755 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:09,843 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:09,843 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:09,843 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:09,843 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:09,844 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:09,844 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:09,844 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:09,844 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:20:05.223Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:20:05.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1901, "offset": 1862, "size": 50}}} 2018-11-09 09:20:09,844 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:09,844 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:09 GMT 2018-11-09 09:20:09,844 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:09,844 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:20:09,844 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:09,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:20:09,845 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:09,991 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:09,991 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:09,991 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:09,992 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:09,992 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:09,992 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:09,992 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:09,992 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:09,992 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:09,992 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:09 GMT 2018-11-09 09:20:09,992 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:09,992 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:09,992 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:14,998 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:15,073 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:15,073 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:15,073 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:15,073 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:15,073 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:15,074 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:15,074 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:15,074 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1901, "offset": 1863, "size": 50}}} 2018-11-09 09:20:15,074 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:15,074 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:15 GMT 2018-11-09 09:20:15,074 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:15,074 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:20:15,074 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:15,075 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:15,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:15,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:15,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:15,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:15,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:15,145 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:15,145 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:15,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:15,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:15,146 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:15 GMT 2018-11-09 09:20:15,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:15,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:15,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:20,151 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:20,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:20,239 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:20,239 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:20,239 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:20,239 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:20,239 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:20,239 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:20,240 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:20:15.458Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:20:15.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1902, "offset": 1863, "size": 50}}} 2018-11-09 09:20:20,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:20,240 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:20 GMT 2018-11-09 09:20:20,240 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:20,240 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:20:20,240 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:20,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:20:20,241 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:20,324 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:20,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:20,325 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:20,325 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:20,325 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:20,325 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:20,325 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:20,325 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:20,325 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:20,326 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:20 GMT 2018-11-09 09:20:20,326 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:20,326 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:20,326 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:25,332 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:25,416 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:25,416 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:25,416 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:25,416 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:25,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:25,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:25,417 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:25,417 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1902, "offset": 1864, "size": 50}}} 2018-11-09 09:20:25,417 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:25,417 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:25 GMT 2018-11-09 09:20:25,417 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:25,417 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:20:25,417 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:25,418 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:25,493 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:25,493 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:25,494 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:25,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:25,494 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:25,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:25,494 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:25,494 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:25,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:25,494 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:25 GMT 2018-11-09 09:20:25,494 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:25,495 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:25,495 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:30,500 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:30,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:30,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:30,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:30,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:30,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:30,595 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:30,595 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:30,595 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:20:25.695Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:20:25.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1903, "offset": 1864, "size": 50}}} 2018-11-09 09:20:30,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:30,595 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:30 GMT 2018-11-09 09:20:30,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:30,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:20:30,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:30,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:20:30,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:30,661 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:30,661 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:30,661 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:30,661 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:30,662 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:30,662 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:30,662 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:30,662 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:30,662 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:30,662 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:30 GMT 2018-11-09 09:20:30,662 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:30,662 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:30,662 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:35,668 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:35,756 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:35,756 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:35,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:35,757 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:35,757 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:35,757 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:35,757 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:35,757 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1903, "offset": 1865, "size": 50}}} 2018-11-09 09:20:35,757 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:35,757 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:35 GMT 2018-11-09 09:20:35,757 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:35,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:20:35,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:35,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:35,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:35,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:35,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:35,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:35,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:35,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:35,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:35,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:35,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:35,821 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:35 GMT 2018-11-09 09:20:35,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:35,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:35,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:40,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:40,907 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:40,908 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:40,908 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:40,908 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:40,908 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:40,908 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:40,908 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:40,908 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:20:35.932Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:20:35.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1904, "offset": 1865, "size": 50}}} 2018-11-09 09:20:40,908 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:40,909 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:40 GMT 2018-11-09 09:20:40,909 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:40,909 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:20:40,909 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:40,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:20:40,909 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:40,980 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:40,980 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:40,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:40,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:40,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:40,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:40,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:40,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:40,981 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:40,981 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:40 GMT 2018-11-09 09:20:40,981 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:40,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:40,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:45,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:46,077 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:46,077 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:46,078 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:46,078 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:46,078 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:46,078 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:46,078 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:46,078 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1904, "offset": 1866, "size": 50}}} 2018-11-09 09:20:46,078 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:46,078 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:46 GMT 2018-11-09 09:20:46,078 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:46,078 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:20:46,079 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:46,079 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:46,140 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:46,140 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:46,141 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:46,141 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:46,141 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:46,141 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:46,141 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:46,141 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:46,141 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:46,141 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:46 GMT 2018-11-09 09:20:46,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:46,142 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:46,142 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:51,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:51,333 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:51,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:51,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:51,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:51,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:51,334 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:51,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:51,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:20:46.168Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:20:46.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1905, "offset": 1866, "size": 50}}} 2018-11-09 09:20:51,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:51,334 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:51 GMT 2018-11-09 09:20:51,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:51,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:20:51,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:51,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:20:51,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:51,416 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:51,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:51,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:51,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:51,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:51,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:51,417 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:51,417 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:51,417 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:51,418 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:51 GMT 2018-11-09 09:20:51,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:51,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:51,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:56,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:20:56,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:56,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:56,510 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:56,510 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:56,510 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:56,510 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:56,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:56,510 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:20:56.405Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:20:56.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1906, "offset": 1867, "size": 50}}} 2018-11-09 09:20:56,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:56,510 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:56 GMT 2018-11-09 09:20:56,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:56,511 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:20:56,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:20:56,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:20:56,511 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:20:56,575 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:20:56,576 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:20:56,576 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:20:56,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:20:56,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:20:56,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:20:56,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:20:56,576 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:20:56,576 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:20:56,577 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:20:56 GMT 2018-11-09 09:20:56,577 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:20:56,577 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:20:56,577 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:01,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:01,671 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:01,671 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:01,671 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:01,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:01,671 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:01,671 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:01,671 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:01,672 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1906, "offset": 1868, "size": 50}}} 2018-11-09 09:21:01,672 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:01,672 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:01 GMT 2018-11-09 09:21:01,672 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:01,672 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:21:01,672 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:01,672 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:01,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:01,736 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:01,736 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:01,736 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:01,736 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:01,736 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:01,736 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:01,737 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:01,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:01,737 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:01 GMT 2018-11-09 09:21:01,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:01,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:01,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:06,743 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:06,818 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:06,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:06,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:06,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:06,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:06,819 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:06,819 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:06,819 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:21:06.639Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:21:06.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1907, "offset": 1868, "size": 50}}} 2018-11-09 09:21:06,819 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:06,820 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:06 GMT 2018-11-09 09:21:06,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:06,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:21:06,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:06,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:21:06,820 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:06,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:06,888 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:06,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:06,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:06,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:06,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:06,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:06,889 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:06,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:06,889 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:06 GMT 2018-11-09 09:21:06,889 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:06,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:06,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:11,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:11,980 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:11,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:11,981 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:11,981 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:11,981 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:11,981 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:11,981 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:11,982 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1907, "offset": 1869, "size": 50}}} 2018-11-09 09:21:11,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:11,982 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:11 GMT 2018-11-09 09:21:11,982 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:11,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:21:11,982 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:11,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:12,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:12,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:12,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:12,046 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:12,046 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:12,046 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:12,046 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:12,046 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:12,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:12,046 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:12 GMT 2018-11-09 09:21:12,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:12,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:12,047 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:17,052 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:17,137 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:17,137 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:17,137 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:17,137 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:17,138 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:17,138 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:17,138 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:17,138 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:21:16.873Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:21:16.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1908, "offset": 1869, "size": 50}}} 2018-11-09 09:21:17,138 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:17,138 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:17 GMT 2018-11-09 09:21:17,138 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:17,138 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:21:17,138 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:17,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:21:17,139 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:17,201 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:17,201 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:17,201 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:17,201 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:17,201 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:17,201 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:17,201 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:17,201 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:17,202 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:17,202 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:17 GMT 2018-11-09 09:21:17,202 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:17,202 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:17,202 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:22,207 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:22,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:22,327 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:22,327 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:22,327 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:22,327 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:22,327 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:22,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:22,328 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1908, "offset": 1870, "size": 50}}} 2018-11-09 09:21:22,328 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:22,328 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:22 GMT 2018-11-09 09:21:22,328 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:22,328 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:21:22,328 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:22,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:22,395 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:22,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:22,396 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:22,396 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:22,396 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:22,396 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:22,396 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:22,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:22,396 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:22,396 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:22 GMT 2018-11-09 09:21:22,396 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:22,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:22,397 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:27,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:27,481 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:27,481 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:27,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:27,481 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:27,482 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:27,482 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:27,482 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:27,482 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:21:27.106Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:21:27.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1909, "offset": 1870, "size": 50}}} 2018-11-09 09:21:27,482 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:27,482 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:27 GMT 2018-11-09 09:21:27,482 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:27,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:21:27,482 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:27,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:21:27,483 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:27,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:27,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:27,545 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:27,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:27,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:27,545 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:27,545 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:27,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:27,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:27,546 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:27 GMT 2018-11-09 09:21:27,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:27,546 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:27,546 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:32,551 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:32,635 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:32,635 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:32,635 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:32,635 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:32,635 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:32,635 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:32,636 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:32,636 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1909, "offset": 1871, "size": 50}}} 2018-11-09 09:21:32,636 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:32,636 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:32 GMT 2018-11-09 09:21:32,636 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:32,636 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:21:32,636 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:32,636 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:32,700 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:32,700 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:32,701 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:32,701 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:32,701 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:32,701 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:32,701 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:32,701 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:32,701 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:32,701 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:32 GMT 2018-11-09 09:21:32,701 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:32,701 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:32,702 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:37,707 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:37,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:37,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:37,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:37,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:37,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:37,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:37,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:37,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:21:37.337Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:21:37.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1910, "offset": 1871, "size": 50}}} 2018-11-09 09:21:37,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:37,804 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:37 GMT 2018-11-09 09:21:37,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:37,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:21:37,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:37,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:21:37,805 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:37,873 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:37,873 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:37,874 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:37,874 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:37 GMT 2018-11-09 09:21:37,874 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:37,874 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:37,874 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:42,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:42,968 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:42,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:42,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:42,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:42,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:42,969 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:42,969 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:42,969 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1910, "offset": 1872, "size": 50}}} 2018-11-09 09:21:42,969 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:42,970 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:42 GMT 2018-11-09 09:21:42,970 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:42,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:21:42,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:42,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:43,051 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:43,051 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:43,052 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:43,052 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:43,052 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:43,052 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:43,052 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:43,053 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:43,053 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:43,053 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:43 GMT 2018-11-09 09:21:43,053 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:43,053 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:43,053 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:48,059 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:48,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:48,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:48,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:48,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:48,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:48,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:48,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:48,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:21:47.574Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:21:47.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1911, "offset": 1872, "size": 50}}} 2018-11-09 09:21:48,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:48,180 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:48 GMT 2018-11-09 09:21:48,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:48,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:21:48,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:48,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:21:48,181 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:48,249 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:48,249 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:48,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:48,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:48,250 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:48,250 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:48,250 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:48,250 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:48,250 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:48,250 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:48 GMT 2018-11-09 09:21:48,250 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:48,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:48,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:53,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:53,378 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:53,378 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:53,378 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:53,378 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:53,378 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:53,378 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:53,379 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:53,379 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1911, "offset": 1873, "size": 50}}} 2018-11-09 09:21:53,379 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:53,379 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:53 GMT 2018-11-09 09:21:53,379 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:53,379 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:21:53,379 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:53,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:53,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:53,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:53,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:53,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:53,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:53,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:53,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:53,455 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:53,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:53,455 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:53 GMT 2018-11-09 09:21:53,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:53,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:53,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:58,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:21:58,549 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:58,549 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:58,549 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:58,550 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:58,550 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:58,550 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:58,550 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:58,550 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:21:57.808Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:21:57.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1912, "offset": 1873, "size": 50}}} 2018-11-09 09:21:58,550 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:58,550 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:58 GMT 2018-11-09 09:21:58,550 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:58,550 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:21:58,550 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:21:58,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:21:58,551 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:21:58,617 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:21:58,617 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:21:58,618 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:21:58,618 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:21:58,618 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:21:58,618 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:21:58,618 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:21:58,618 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:21:58,618 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:21:58,618 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:21:58 GMT 2018-11-09 09:21:58,618 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:21:58,619 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:21:58,619 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:03,624 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:03,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:03,718 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:03,718 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:03,718 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:03,718 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:03,718 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:03,718 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:03,718 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1912, "offset": 1874, "size": 50}}} 2018-11-09 09:22:03,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:03,718 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:03 GMT 2018-11-09 09:22:03,719 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:03,719 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:22:03,719 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:03,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:03,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:03,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:03,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:03,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:03,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:03,790 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:03,790 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:03,790 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:03,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:03,790 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:03 GMT 2018-11-09 09:22:03,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:03,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:03,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:08,796 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:08,881 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:08,881 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:08,881 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:08,881 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:08,881 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:08,881 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:08,881 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:08,881 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:22:08.044Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:22:08.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1913, "offset": 1874, "size": 50}}} 2018-11-09 09:22:08,881 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:08,882 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:08 GMT 2018-11-09 09:22:08,882 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:08,882 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:22:08,882 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:08,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:22:08,882 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:08,950 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:08,950 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:08,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:08,950 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:08,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:08,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:08,951 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:08,951 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:08,951 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:08,951 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:08 GMT 2018-11-09 09:22:08,951 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:08,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:08,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:13,957 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:14,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:14,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:14,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:14,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:14,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:14,040 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:14,040 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:14,040 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1913, "offset": 1875, "size": 50}}} 2018-11-09 09:22:14,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:14,040 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:14 GMT 2018-11-09 09:22:14,040 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:14,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:22:14,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:14,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:14,104 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:14,104 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:14,104 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:14,105 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:14,105 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:14,105 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:14,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:14,105 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:14,105 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:14,105 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:14 GMT 2018-11-09 09:22:14,105 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:14,105 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:14,105 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:19,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:19,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:19,196 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:19,197 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:19,197 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:19,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:19,197 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:19,197 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:19,197 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:22:18.279Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:22:18.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1914, "offset": 1875, "size": 50}}} 2018-11-09 09:22:19,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:19,197 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:19 GMT 2018-11-09 09:22:19,197 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:19,198 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:22:19,198 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:19,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:22:19,198 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:19,268 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:19,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:19,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:19,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:19,269 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:19,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:19,269 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:19,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:19,269 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:19,269 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:19 GMT 2018-11-09 09:22:19,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:19,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:19,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:24,275 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:24,362 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:24,362 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:24,363 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:24,363 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:24,363 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:24,363 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:24,363 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:24,363 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1914, "offset": 1876, "size": 50}}} 2018-11-09 09:22:24,363 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:24,363 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:24 GMT 2018-11-09 09:22:24,363 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:24,364 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:22:24,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:24,364 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:24,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:24,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:24,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:24,435 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:24,435 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:24,435 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:24,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:24,435 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:24,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:24,435 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:24 GMT 2018-11-09 09:22:24,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:24,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:24,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:29,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:29,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:29,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:29,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:29,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:29,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:29,549 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:29,549 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:29,549 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:22:28.511Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:22:28.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1915, "offset": 1876, "size": 50}}} 2018-11-09 09:22:29,549 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:29,549 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:29 GMT 2018-11-09 09:22:29,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:29,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:22:29,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:29,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:22:29,550 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:29,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:29,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:29,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:29,609 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:29,610 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:29,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:29,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:29,610 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:29,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:29,611 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:29 GMT 2018-11-09 09:22:29,611 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:29,611 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:29,611 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:34,617 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:34,714 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:34,715 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:34,715 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:34,715 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:34,715 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:34,715 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:34,715 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:34,715 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1915, "offset": 1877, "size": 50}}} 2018-11-09 09:22:34,715 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:34,716 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:34 GMT 2018-11-09 09:22:34,716 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:34,716 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:22:34,716 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:34,716 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:34,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:34,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:34,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:34,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:34,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:34,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:34,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:34,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:34,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:34,780 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:34 GMT 2018-11-09 09:22:34,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:34,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:34,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:39,785 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:39,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:39,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:39,877 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:39,877 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:39,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:39,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:39,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:39,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:22:38.744Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:22:38.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1916, "offset": 1877, "size": 50}}} 2018-11-09 09:22:39,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:39,877 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:39 GMT 2018-11-09 09:22:39,878 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:39,878 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:22:39,878 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:39,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:22:39,878 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:39,950 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:39,950 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:39,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:39,950 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:39,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:39,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:39,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:39,950 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:39,951 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:39,951 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:39 GMT 2018-11-09 09:22:39,951 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:39,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:39,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:44,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:45,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:45,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:45,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:45,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:45,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:45,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:45,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:45,059 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1916, "offset": 1878, "size": 50}}} 2018-11-09 09:22:45,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:45,059 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:45 GMT 2018-11-09 09:22:45,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:45,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:22:45,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:45,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:45,128 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:45,128 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:45,128 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:45,128 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:45,129 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:45,129 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:45,129 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:45,129 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:45,129 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:45,129 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:45 GMT 2018-11-09 09:22:45,129 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:45,129 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:45,129 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:50,135 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:50,217 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:50,218 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:50,218 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:50,218 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:50,218 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:50,218 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:50,218 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:50,218 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:22:48.976Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:22:48.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1917, "offset": 1878, "size": 50}}} 2018-11-09 09:22:50,218 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:50,218 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:50 GMT 2018-11-09 09:22:50,219 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:50,219 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:22:50,219 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:50,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:22:50,219 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:50,311 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:50,312 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:50,312 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:50,312 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:50,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:50,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:50,312 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:50,312 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:50,312 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:50,313 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:50 GMT 2018-11-09 09:22:50,313 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:50,313 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:50,313 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:55,318 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:22:55,547 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:55,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:55,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:55,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:55,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:55,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:55,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:55,548 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1917, "offset": 1879, "size": 50}}} 2018-11-09 09:22:55,548 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:55,548 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:55 GMT 2018-11-09 09:22:55,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:55,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:22:55,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:22:55,549 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:22:55,698 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:22:55,698 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:22:55,699 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:22:55,699 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:22:55,699 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:22:55,699 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:22:55,699 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:22:55,699 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:22:55,699 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:22:55,699 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:22:55 GMT 2018-11-09 09:22:55,699 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:22:55,700 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:22:55,700 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:00,705 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:01,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:01,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:01,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:01,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:01,011 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:01,011 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:01,011 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:01,011 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:22:59.206Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:22:59.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1918, "offset": 1879, "size": 50}}} 2018-11-09 09:23:01,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:01,011 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:01 GMT 2018-11-09 09:23:01,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:01,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:23:01,011 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:01,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:23:01,012 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:01,087 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:01,088 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:01,088 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:01,088 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:01,088 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:01,088 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:01,088 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:01,088 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:01,089 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:01,089 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:01 GMT 2018-11-09 09:23:01,089 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:01,089 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:01,089 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:06,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:06,266 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:06,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:06,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:06,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:06,267 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:06,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:06,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:06,267 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1918, "offset": 1880, "size": 50}}} 2018-11-09 09:23:06,268 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:06,268 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:06 GMT 2018-11-09 09:23:06,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:06,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:23:06,268 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:06,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:06,347 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:06,347 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:06,347 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:06,347 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:06,348 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:06,348 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:06,348 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:06,348 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:06,348 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:06,348 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:06 GMT 2018-11-09 09:23:06,348 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:06,348 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:06,348 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:11,354 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:11,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:11,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:11,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:11,456 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:11,456 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:11,456 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:11,456 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:11,457 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:23:09.440Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:23:09.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1919, "offset": 1880, "size": 50}}} 2018-11-09 09:23:11,457 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:11,457 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:11 GMT 2018-11-09 09:23:11,457 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:11,457 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:23:11,457 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:11,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:23:11,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:11,518 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:11,519 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:11,519 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:11,519 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:11,519 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:11,519 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:11,519 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:11,519 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:11,520 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:11,520 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:11 GMT 2018-11-09 09:23:11,520 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:11,520 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:11,520 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:16,526 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:16,614 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:16,615 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:16,615 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:16,615 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:16,615 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:16,615 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:16,615 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:16,615 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1919, "offset": 1881, "size": 50}}} 2018-11-09 09:23:16,615 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:16,615 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:16 GMT 2018-11-09 09:23:16,616 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:16,616 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:23:16,616 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:16,616 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:16,685 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:16,686 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:16,686 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:16,686 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:16,686 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:16,686 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:16,686 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:16,686 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:16,687 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:16,687 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:16 GMT 2018-11-09 09:23:16,687 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:16,687 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:16,687 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:21,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:22,067 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:22,067 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:22,067 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:22,068 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:22,068 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:22,068 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:22,068 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:22,068 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:23:19.672Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:23:19.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1920, "offset": 1881, "size": 50}}} 2018-11-09 09:23:22,068 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:22,068 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:22 GMT 2018-11-09 09:23:22,068 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:22,068 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:23:22,068 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:22,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:23:22,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:22,230 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:22,230 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:22,230 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:22,230 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:22,230 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:22,230 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:22,230 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:22,230 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:22,231 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:22,231 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:22 GMT 2018-11-09 09:23:22,231 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:22,231 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:22,231 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:27,236 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:27,311 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:27,312 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:27,312 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:27,312 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:27,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:27,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:27,312 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:27,312 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1920, "offset": 1882, "size": 50}}} 2018-11-09 09:23:27,312 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:27,313 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:27 GMT 2018-11-09 09:23:27,313 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:27,313 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:23:27,313 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:27,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:27,372 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:27,373 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:27,373 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:27,373 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:27,373 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:27,373 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:27,373 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:27,373 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:27,373 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:27,374 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:27 GMT 2018-11-09 09:23:27,374 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:27,374 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:27,374 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:32,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:32,469 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:32,469 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:32,469 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:32,470 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:32,470 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:32,470 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:32,470 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:32,470 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:23:29.914Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:23:29.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1921, "offset": 1882, "size": 50}}} 2018-11-09 09:23:32,470 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:32,470 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:32 GMT 2018-11-09 09:23:32,470 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:32,470 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:23:32,470 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:32,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:23:32,471 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:32,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:32,540 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:32,540 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:32,540 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:32,540 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:32,540 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:32,540 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:32,540 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:32,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:32,540 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:32 GMT 2018-11-09 09:23:32,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:32,541 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:32,541 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:37,546 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:37,630 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:37,631 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:37,631 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:37,631 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:37,631 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:37,631 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:37,631 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:37,631 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1921, "offset": 1883, "size": 50}}} 2018-11-09 09:23:37,632 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:37,632 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:37 GMT 2018-11-09 09:23:37,632 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:37,632 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:23:37,632 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:37,632 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:37,692 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:37,692 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:37,693 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:37,693 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:37,693 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:37,693 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:37,693 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:37,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:37,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:37,693 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:37 GMT 2018-11-09 09:23:37,693 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:37,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:37,694 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:42,699 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:42,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:42,796 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:42,796 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:42,796 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:42,796 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:42,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:42,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:42,797 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:23:40.149Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:23:40.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}], "metadata": {"pagination": {"total": 1922, "offset": 1883, "size": 50}}} 2018-11-09 09:23:42,797 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:42,797 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:42 GMT 2018-11-09 09:23:42,797 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:42,797 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:23:42,797 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:42,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:23:42,798 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:42,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:42,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:42,861 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:42,861 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:42,861 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:42,861 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:42,861 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:42,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:42,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:42,861 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:42 GMT 2018-11-09 09:23:42,862 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:42,862 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:42,862 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:47,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:47,954 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:47,955 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:47,955 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:47,955 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:47,955 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:47,955 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:47,955 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:47,955 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1922, "offset": 1884, "size": 50}}} 2018-11-09 09:23:47,955 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:47,955 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:47 GMT 2018-11-09 09:23:47,956 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:47,956 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:23:47,956 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:47,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:48,018 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:48,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:48,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:48,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:48,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:48,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:48,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:48,018 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:48,019 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:48,019 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:48 GMT 2018-11-09 09:23:48,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:48,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:48,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:53,024 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:53,105 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:53,105 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:53,105 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:53,105 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:53,106 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:53,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:53,106 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:53,106 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:23:50.382Z", "message": "[vellum] Service on port 7000 failed to start. waited for a 120 seconds.", "level": "error", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:23:50.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:23:50.514Z", "message": "Execution done (return_code=1): /tmp/54WLV/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:23:50.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "1fd7a177-3f01-4489-a73d-0026d6569429"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:23:50.679Z", "message": "Task failed 'script_runner.tasks.run' -> /tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n", "node_name": "vellum", "workflow_id": "install", "error_causes": [{"message": "/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\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_xvmbwe/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_xvmbwe/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_xvmbwe/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: /tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n/tmp/54WLV/start-vellum.sh: connect: Connection refused\n/tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-09T09:23:50.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1925, "offset": 1884, "size": 50}}} 2018-11-09 09:23:53,106 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:53,106 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:53 GMT 2018-11-09 09:23:53,106 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:53,106 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12814 2018-11-09 09:23:53,106 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:53,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 failed to start. waited for a 120 seconds. 2018-11-09 09:23:53,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/54WLV/start-vellum.sh 2018-11-09 09:23:53,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused /tmp/54WLV/start-vellum.sh: connect: Connection refused /tmp/54WLV/start-vellum.sh: line 22: /dev/tcp/192.168.120.8/7000: Connection refused 2018-11-09 09:23:53,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:53,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:53,171 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:53,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:53,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:53,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:53,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:53,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:53,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:53,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:53,172 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:53 GMT 2018-11-09 09:23:53,172 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:53,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:53,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:58,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:23:58,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:58,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:58,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:58,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:58,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:58,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:58,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:58,271 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1925, "offset": 1887, "size": 50}}} 2018-11-09 09:23:58,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:58,271 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:58 GMT 2018-11-09 09:23:58,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:58,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:23:58,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:23:58,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:23:58,340 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:23:58,340 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:23:58,340 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:23:58,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:23:58,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:23:58,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:23:58,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:23:58,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:23:58,341 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:23:58,341 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:23:58 GMT 2018-11-09 09:23:58,341 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:23:58,341 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:23:58,341 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:03,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:24:03,438 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:03,438 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:03,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:03,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:03,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:03,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:03,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:03,439 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1925, "offset": 1887, "size": 50}}} 2018-11-09 09:24:03,439 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:03,439 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:03 GMT 2018-11-09 09:24:03,439 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:03,440 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-09 09:24:03,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:03,440 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:24:03,503 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:03,504 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:03,504 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:03,504 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:03,504 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:03,504 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:03,504 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:03,504 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:24:03,504 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:03,504 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:03 GMT 2018-11-09 09:24:03,504 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:03,505 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:24:03,505 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:08,510 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:24:08,611 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:08,612 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:08,612 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:08,612 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:08,612 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:08,612 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:08,612 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:08,612 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:05.729Z", "message": "Sending task 'script_runner.tasks.run' [retry 1/60]", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:05.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:06.199Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/J2K8L/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:06.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "cd4de82f-f94e-4473-8d9b-0aa4467b61fc"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:06.352Z", "message": "Task started 'script_runner.tasks.run' [retry 1/60]", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:06.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:06.525Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:06.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "cd4de82f-f94e-4473-8d9b-0aa4467b61fc"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:06.525Z", "message": "Executing: /tmp/J2K8L/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:06.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "cd4de82f-f94e-4473-8d9b-0aa4467b61fc"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:07.537Z", "message": "[vellum] 192.168.120.8", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:07.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "cd4de82f-f94e-4473-8d9b-0aa4467b61fc"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:07.537Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:07.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "cd4de82f-f94e-4473-8d9b-0aa4467b61fc"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:07.537Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:07.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "cd4de82f-f94e-4473-8d9b-0aa4467b61fc"}], "metadata": {"pagination": {"total": 1933, "offset": 1887, "size": 50}}} 2018-11-09 09:24:08,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:08,612 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:08 GMT 2018-11-09 09:24:08,613 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:08,613 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4232 2018-11-09 09:24:08,613 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:08,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 1/60] 2018-11-09 09:24:08,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/J2K8L/start-vellum.sh 2018-11-09 09:24:08,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 1/60] 2018-11-09 09:24:08,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-11-09 09:24:08,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/J2K8L/start-vellum.sh 2018-11-09 09:24:08,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.8 2018-11-09 09:24:08,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-11-09 09:24:08,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-11-09 09:24:08,615 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:24:08,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:08,702 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:08,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:08,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:08,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:08,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:08,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:08,703 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:24:08,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:08,703 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:08 GMT 2018-11-09 09:24:08,703 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:08,703 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:24:08,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:13,709 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:24:13,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:13,798 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:13,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:13,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:13,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:13,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:13,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:13,799 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:08.551Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:08.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "cd4de82f-f94e-4473-8d9b-0aa4467b61fc"}], "metadata": {"pagination": {"total": 1934, "offset": 1895, "size": 50}}} 2018-11-09 09:24:13,799 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:13,800 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:13 GMT 2018-11-09 09:24:13,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:13,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-09 09:24:13,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:13,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-09 09:24:13,800 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:24:13,873 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:13,873 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:13,873 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:13,873 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:13,873 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:13,873 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:13,873 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:13,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": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:24:13,874 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:13,874 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:13 GMT 2018-11-09 09:24:13,874 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:13,874 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:24:13,874 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:18,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:24:18,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:18,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:18,958 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:18,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:18,958 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:18,958 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:18,958 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:18,958 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:17.599Z", "message": "Execution done (return_code=0): /tmp/J2K8L/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:17.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "cd4de82f-f94e-4473-8d9b-0aa4467b61fc"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:17.729Z", "message": "Task succeeded 'script_runner.tasks.run' [retry 1/60]", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:17.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:18.364Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:18.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:18.364Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:18.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:18.610Z", "message": "Downloaded scripts/bind/bind.py to /tmp/7SRYT/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:18.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}], "metadata": {"pagination": {"total": 1939, "offset": 1896, "size": 50}}} 2018-11-09 09:24:18,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:18,958 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:18 GMT 2018-11-09 09:24:18,958 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:18,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2667 2018-11-09 09:24:18,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:18,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/J2K8L/start-vellum.sh 2018-11-09 09:24:18,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' [retry 1/60] 2018-11-09 09:24:18,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:24:18,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:24:18,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/7SRYT/bind.py 2018-11-09 09:24:18,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:24:19,044 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:19,044 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:19,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:19,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:19,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:19,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:19,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:19,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:24:19,045 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:19,045 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:19 GMT 2018-11-09 09:24:19,045 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:19,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-09 09:24:19,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:24,051 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:24:24,139 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:24,140 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:24,140 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:24,140 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:24,140 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:24,140 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:24,140 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:24,140 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.387Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "[localhost] run: sudo mv /tmp/tmpjAuoSX /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {u'homer_ct0q19': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-ct0q19'}}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'vellum': {u'vellum_h5xeye': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-h5xeye'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:19.619Z", "message": "[localhost] run: sudo mv /tmp/tmp1m6rCg /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:19.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05", "logger": "2366be75-4e0f-4f3c-a125-17dabad129ab"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:24:20.377Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:24:20.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 1953, "offset": 1901, "size": 50}}} 2018-11-09 09:24:24,140 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:24,141 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:24 GMT 2018-11-09 09:24:24,141 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:24,141 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8002 2018-11-09 09:24:24,141 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:24,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:24:24,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:24:24,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:24:24,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpjAuoSX /etc/bind/db.clearwater.opnfv 2018-11-09 09:24:24,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {u'homer_ct0q19': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'homer-ct0q19'}}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'vellum': {u'vellum_h5xeye': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-h5xeye'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:24:24,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:24:24,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:24:24,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:24:24,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:24:24,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:24:24,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:24:24,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp1m6rCg /etc/bind/db.clearwater.local 2018-11-09 09:24:24,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-11-09 09:24:24,144 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/bffc83b4-9713-44b4-a71c-a514da97dd05 2018-11-09 09:24:24,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:24,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:24,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:24,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:24,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:24,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:24,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:24,344 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"} 2018-11-09 09:24:24,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:24,344 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:24 GMT 2018-11-09 09:24:24,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:24,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-11-09 09:24:24,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:24,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-11-09T09:07:46.334Z', 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'bffc83b4-9713-44b4-a71c-a514da97dd05'} 2018-11-09 09:24:24,345 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/deployments/clearwater-opnfv/outputs 2018-11-09 09:24:24,412 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:24:24,413 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:24:24,413 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:24:24,413 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:24:24,413 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:24:24,413 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:24:24,413 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:24:24,413 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.207", "ellis_ip": "172.30.9.205"}, "deployment_id": "clearwater-opnfv"} 2018-11-09 09:24:24,413 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:24:24,413 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:24:24 GMT 2018-11-09 09:24:24,414 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:24:24,414 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-11-09 09:24:24,414 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:24:24,417 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.205 2018-11-09 09:24:24,523 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Account opnfv functest user is created on Ellis {u'username': u'functest@opnfv.org', u'full_name': u'opnfv functest user'} 2018-11-09 09:24:24,590 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-11-09 09:24:24,591 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-11-09 09:24:24,788 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-09 09:24:24,789 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-11-09 09:24:49,914 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-09 09:24:49,914 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-11-09 09:25:15,022 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-09 09:25:15,023 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-11-09 09:25:40,106 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-09 09:25:40,106 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-11-09 09:26:05,209 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-09 09:26:05,210 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-11-09 09:26:30,288 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-09 09:26:30,288 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-11-09 09:26:55,409 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-09 09:26:55,409 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-11-09 09:27:20,623 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550514@clearwater.opnfv', u'sip_username': u'6505550514', u'formatted_number': u'(650) 555-0514', u'number': u'6505550514', u'sip_uri': u'sip:6505550514@clearwater.opnfv', u'number_id': u'068d3e4864e74d87bbf64f6a89f683ac', u'sip_password': u'gbyn9RPbS', u'pstn': False} 2018-11-09 09:27:20,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/deployments/clearwater-opnfv/outputs 2018-11-09 09:27:20,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:27:20,702 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:27:20,702 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:27:20,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:27:20,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:27:20,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:27:20,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:27:20,703 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.207", "ellis_ip": "172.30.9.205"}, "deployment_id": "clearwater-opnfv"} 2018-11-09 09:27:20,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:27:20,703 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:27:20 GMT 2018-11-09 09:27:20,703 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:27:20,703 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-11-09 09:27:20,703 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:27:20,704 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-11-09 09:27:20,704 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-11-09 09:27:20,735 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Live test cmd: /bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace' 2018-11-09 09:27:20,735 - functest.utils.functest_utils - DEBUG - Executing command: '/bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace'' 2018-11-09 09:29:34,656 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550434, 6505550664) Passed Basic Call - SDP (TCP) - (6505550331, 6505550906) Passed Basic Call - Tel URIs (TCP) - (6505550151, 6505550227) Passed Basic Call - Unknown number (TCP) - (6505550822, 6505550333) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550345, 6505550280) Passed Basic Call - Messages - Pager model (TCP) - (6505550517, 6505550286) Passed Basic Call - Pracks (TCP) - (6505550623, 6505550398) Passed Basic Registration (TCP) - (6505550320) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550699, 6505550576) Passed Call Barring - Outbound Rejection (TCP) - (6505550662, 6505550880) 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) - (6505550692, 6505550808) 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) - (6505550510, 6505550312, 6505550145) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550274, 6505550905, 6505550949) Passed Call Diversion - Not reachable (408) (TCP) - (6505550010, 6505550702, 6505550474) Passed Call Diversion - Not reachable (503) (TCP) - (6505550036, 6505550427, 6505550977) Passed Call Diversion - Not reachable (500) (TCP) - (6505550969, 6505550885, 6505550414) Passed Call Diversion - Busy (TCP) - (6505550092, 6505550172, 6505550113) Passed Call Diversion - Unconditional (TCP) - (6505550769, 6505550841, 6505550062) Passed Call Diversion - No answer (TCP) - (6505550091, 6505550127, 6505550336) Passed Call Diversion - Bad target URI (TCP) - (6505550924, 6505550104) Passed Call Diversion - Audio-only call (TCP) - (6505550073, 6505550686, 6505550159, 6505550242) Passed Call Diversion - Audio-video call (TCP) - (6505550758, 6505550263, 6505550225, 6505550373) Passed Call Waiting - Accepted (TCP) - (6505550929, 6505550233, 6505550474) Passed Call Waiting - Cancelled (TCP) - (6505550845, 6505550529, 6505550720) Passed CANCEL - Mainline (TCP) - (6505550494, 6505550263) Passed Filtering - Accept-Contact (TCP) - (6505550557, 6505550281) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550146, 6505550072) Passed Filtering - Accept-Contact no match (TCP) - (6505550385, 6505550128) Passed Filtering - Accept-Contact negated match (TCP) - (6505550111, 6505550873) Passed Filtering - RFC3841 example (TCP) - (6505550357, 6505550303) Passed Filtering - Reject-Contact no match (TCP) - (6505550719, 6505550020) Passed Filtering - Reject-Contact match (TCP) - (6505550405, 6505550399) 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) - (6505550515) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550836) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550670) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550538) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550986, 6505550006) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550703, 6505550527) Passed GRUU - Call - only GRUU as target (TCP) - (6505550805, 6505550958) Passed GRUU - Call - AoR as target (TCP) - (6505550094, 6505550136) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550095, 6505550412) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550562, 6505550451) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550028, 6505550964) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550047, 6505550628) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550732, 6505550477) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550432, 6505550204) 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) - (6505550383) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550574) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550263) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550322, 6505550019) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550591, 6505550248) Passed Message - URN URIs (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Message - URN URIs to AS (TCP) - Skipped (No hostname given) - Call with HOST_NAME= 0 failures out of 93 tests run 42 tests skipped 2018-11-09 09:29:34,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2018-11-09 09:29:34,800 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 09:29:34,801 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 29:17 | PASS | +----------------------+------------------+------------------+----------------+ 2018-11-09 09:29:34,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-11-09 09:29:34,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2018-11-09 09:29:34,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:34,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:34,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:34,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:34,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:34,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:34,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:34,901 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:08.350Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "79ee5a1c-19f3-4ba8-964f-bd4eb0b2264b"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:46.334Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "bffc83b4-9713-44b4-a71c-a514da97dd05"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-11-09 09:29:34,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:34,901 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:34 GMT 2018-11-09 09:29:34,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:34,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-11-09 09:29:34,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:34,902 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.210:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-11-09 09:29:35,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:35,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:35,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:35,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:35,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:35,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:35,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:35,146 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-11-09 09:29:35,146 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:29:35,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:35,147 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:35 GMT 2018-11-09 09:29:35,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:35,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:29:35,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:35,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:29:35,218 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:35,219 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:35,219 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:35,219 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:35,219 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:35,219 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:35,219 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:35,219 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-09 09:29:35,219 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:35,220 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:35 GMT 2018-11-09 09:29:35,220 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:35,220 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-09 09:29:35,220 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:35,220 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:29:35,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:35,305 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:35,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:35,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:35,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:35,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:35,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:35,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:29:35,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:35,305 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:35 GMT 2018-11-09 09:29:35,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:35,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:29:35,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:40,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:29:40,428 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:40,428 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:40,428 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:40,428 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:40,429 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:40,429 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:40,429 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:40,429 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:35.783Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:35.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_4i33ko", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.046Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_h5xeye", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.046Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_juwefi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.046Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.046Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.046Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.046Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_ct0q19", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.046Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_h5xeye", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.463Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_4i33ko", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.463Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.463Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_4i33ko", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.463Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.463Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_ct0q19", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.463Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_ct0q19", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.463Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.582Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/Q2UG7/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ceef6d88-00de-48da-9894-4b0a27c065e7"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:37.701Z", "message": "Executing: /tmp/Q2UG7/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:37.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ceef6d88-00de-48da-9894-4b0a27c065e7"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.479Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.479Z", "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_xvmbwe/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_xvmbwe/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_xvmbwe/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'vellum' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-09T09:29:38.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_ct0q19", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.479Z", "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_18by1q/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_18by1q/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_18by1q/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-09T09:29:38.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_juwefi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.479Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_juwefi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.479Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.479Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Executing: /tmp/5W7SJ/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "15ec8fe2-38c4-48e6-a0b4-ebd531f7d9fb"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/VEOPQ/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "6117c84a-f36e-446d-b459-e8a0355649fc"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "6117c84a-f36e-446d-b459-e8a0355649fc"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ceef6d88-00de-48da-9894-4b0a27c065e7"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/4IHWK/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "25dcf65b-5635-4db2-8490-8ed477b8ea30"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Executing: /tmp/6TNY0/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f46f529f-df82-4c12-b31c-be6eb19df9da"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "feec79b4-4200-4bd1-b3d2-28f6cbe69590"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/6TNY0/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f46f529f-df82-4c12-b31c-be6eb19df9da"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/QFB7I/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "feec79b4-4200-4bd1-b3d2-28f6cbe69590"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Execution done (return_code=1): /tmp/QFB7I/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "feec79b4-4200-4bd1-b3d2-28f6cbe69590"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "15ec8fe2-38c4-48e6-a0b4-ebd531f7d9fb"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Execution done (return_code=1): /tmp/4IHWK/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "25dcf65b-5635-4db2-8490-8ed477b8ea30"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f46f529f-df82-4c12-b31c-be6eb19df9da"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Execution done (return_code=1): /tmp/VEOPQ/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "6117c84a-f36e-446d-b459-e8a0355649fc"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "25dcf65b-5635-4db2-8490-8ed477b8ea30"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/5W7SJ/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "15ec8fe2-38c4-48e6-a0b4-ebd531f7d9fb"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Executing: /tmp/QFB7I/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "feec79b4-4200-4bd1-b3d2-28f6cbe69590"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Executing: /tmp/VEOPQ/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "6117c84a-f36e-446d-b459-e8a0355649fc"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Executing: /tmp/4IHWK/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "25dcf65b-5635-4db2-8490-8ed477b8ea30"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:38.722Z", "message": "Execution done (return_code=1): /tmp/6TNY0/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:38.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f46f529f-df82-4c12-b31c-be6eb19df9da"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:39.494Z", "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_jg55c8/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_jg55c8/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_jg55c8/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-09T09:29:39.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:39.494Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:39.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_juwefi", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:39.494Z", "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_klfvmd/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_klfvmd/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_klfvmd/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'dime' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-09T09:29:39.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:39.494Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:39.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:39.743Z", "message": "Downloaded scripts/bind/bind.py to /tmp/JVG29/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:39.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:39.743Z", "message": "Downloaded scripts/bind/bind.py to /tmp/ZQCV8/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:39.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:39.743Z", "message": "Downloaded scripts/bind/bind.py to /tmp/8AZWC/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:39.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}], "metadata": {"pagination": {"total": 57, "offset": 0, "size": 50}}} 2018-11-09 09:29:40,429 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:40,429 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:40 GMT 2018-11-09 09:29:40,429 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:40,429 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30463 2018-11-09 09:29:40,430 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:40,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-11-09 09:29:40,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:29:40,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:29:40,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:29:40,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:40,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:29:40,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:29:40,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:29:40,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:40,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:40,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:40,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:40,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:40,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:40,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:40,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/Q2UG7/stop-sprout.sh 2018-11-09 09:29:40,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/Q2UG7/stop-sprout.sh 2018-11-09 09:29:40,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:40,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-11-09 09:29:40,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-11-09 09:29:40,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:40,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:40,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:40,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/5W7SJ/stop-bono.sh 2018-11-09 09:29:40,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/VEOPQ/stop-ellis.sh 2018-11-09 09:29:40,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-11-09 09:29:40,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-11-09 09:29:40,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/4IHWK/stop-dime.sh 2018-11-09 09:29:40,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/6TNY0/stop-vellum.sh 2018-11-09 09:29:40,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-11-09 09:29:40,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/6TNY0/stop-vellum.sh 2018-11-09 09:29:40,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/QFB7I/stop-homer.sh 2018-11-09 09:29:40,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/QFB7I/stop-homer.sh 2018-11-09 09:29:40,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-11-09 09:29:40,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/4IHWK/stop-dime.sh 2018-11-09 09:29:40,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-11-09 09:29:40,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/VEOPQ/stop-ellis.sh 2018-11-09 09:29:40,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-11-09 09:29:40,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/5W7SJ/stop-bono.sh 2018-11-09 09:29:40,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/QFB7I/stop-homer.sh 2018-11-09 09:29:40,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/VEOPQ/stop-ellis.sh 2018-11-09 09:29:40,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/4IHWK/stop-dime.sh 2018-11-09 09:29:40,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/6TNY0/stop-vellum.sh 2018-11-09 09:29:40,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-11-09 09:29:40,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:40,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-11-09 09:29:40,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:40,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/JVG29/bind.py 2018-11-09 09:29:40,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/ZQCV8/bind.py 2018-11-09 09:29:40,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/8AZWC/bind.py 2018-11-09 09:29:40,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:29:40,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:40,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:40,510 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:40,510 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:40,510 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:40,510 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:40,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:40,510 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:29:40,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:40,511 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:40 GMT 2018-11-09 09:29:40,511 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:40,511 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:29:40,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:45,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:29:45,590 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:45,591 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:45,591 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:45,591 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:45,591 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:45,591 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:45,591 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:45,591 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:39.743Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:39.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.528Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Downloaded scripts/bind/bind.py to /tmp/61189/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo mv /tmp/tmp9GMSxe /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo mv /tmp/tmpgUXzPF /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo mv /tmp/tmpeFS2el /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'vellum': {}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo mv /tmp/tmpITsaR8 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'vellum': {u'vellum_h5xeye': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-h5xeye'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo mv /tmp/tmpwxNvzk /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo mv /tmp/tmp25y6tI /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "578b8d46-3a78-464d-9029-37d5e31beb9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo mv /tmp/tmpOo90SU /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'vellum': {}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Execution done (return_code=1): /tmp/5W7SJ/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "15ec8fe2-38c4-48e6-a0b4-ebd531f7d9fb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "[localhost] run: sudo mv /tmp/tmp_AQwyc /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ed94ecc2-c2db-41e6-afc8-37767142ba57"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'vellum': {}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f7ae3356-c7bd-48e6-bf0d-ae3852efe5ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:40.767Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:40.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a1118750-5baa-410e-8eb3-707ee154f0a4"}, {"node_instance_id": "homer_ct0q19", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:41.536Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:41.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:41.536Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:41.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_4i33ko", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:41.536Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_ypvmfp/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_ypvmfp/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_ypvmfp/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_config_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-09T09:29:41.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 180, "offset": 50, "size": 50}}} 2018-11-09 09:29:45,591 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:45,592 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:45 GMT 2018-11-09 09:29:45,592 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:45,592 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31710 2018-11-09 09:29:45,592 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:45,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:29:45,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:29:45,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:29:45,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:29:45,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:29:45,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:29:45,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:29:45,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/61189/bind.py 2018-11-09 09:29:45,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp9GMSxe /etc/bind/db.clearwater.opnfv 2018-11-09 09:29:45,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:29:45,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:29:45,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:29:45,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:29:45,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:29:45,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:29:45,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpgUXzPF /etc/bind/db.clearwater.local 2018-11-09 09:29:45,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:29:45,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeFS2el /etc/bind/db.clearwater.local 2018-11-09 09:29:45,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'vellum': {}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:29:45,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:29:45,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:29:45,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:29:45,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:29:45,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpITsaR8 /etc/bind/db.clearwater.opnfv 2018-11-09 09:29:45,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:29:45,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:29:45,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'vellum': {u'vellum_h5xeye': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'vellum-h5xeye'}}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:29:45,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpwxNvzk /etc/bind/db.clearwater.local 2018-11-09 09:29:45,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:29:45,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:29:45,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp25y6tI /etc/bind/db.clearwater.local 2018-11-09 09:29:45,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:29:45,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:29:45,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:29:45,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:29:45,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpOo90SU /etc/bind/db.clearwater.opnfv 2018-11-09 09:29:45,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:29:45,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'vellum': {}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:29:45,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/5W7SJ/stop-bono.sh 2018-11-09 09:29:45,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:29:45,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:29:45,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:29:45,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_AQwyc /etc/bind/db.clearwater.opnfv 2018-11-09 09:29:45,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {u'ellis_n0y5pu': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.13', u'name': u'ellis-n0y5pu'}}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, u'vellum': {}, u'bono': {u'bono_4i33ko': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.7', u'name': u'bono-4i33ko'}}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:29:45,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:29:45,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:29:45,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:29:45,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:29:45,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:29:45,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_config_manager" 2018-11-09 09:29:45,600 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:29:45,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:45,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:45,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:45,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:45,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:45,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:45,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:45,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:29:45,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:45,660 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:45 GMT 2018-11-09 09:29:45,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:45,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:29:45,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:50,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:29:50,755 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:50,755 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:50,755 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:50,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:50,756 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:50,756 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:50,756 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:50,756 - 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": "2018-11-09T09:29:41.536Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:41.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:41.536Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:41.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_ct0q19", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:41.536Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:41.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_ct0q19", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:41.536Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:41.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:41.536Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:41.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:41.814Z", "message": "Execution done (return_code=1): /tmp/Q2UG7/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:41.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ceef6d88-00de-48da-9894-4b0a27c065e7"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_juwefi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_juwefi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_juwefi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_h5xeye", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_h5xeye", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.757Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ba4f0180-9081-4ef3-aacd-46d8f140b9c6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Executing: /tmp/LNOG7/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d142467a-233e-4c03-a2a7-ed0a81c1bfad"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/S66Z5/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "86d4fa45-70c6-4711-be28-a4da9ac0dd91"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/LNOG7/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d142467a-233e-4c03-a2a7-ed0a81c1bfad"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/A321Z/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ba4f0180-9081-4ef3-aacd-46d8f140b9c6"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/U8CZ0/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "63bcf1af-2cf1-4e51-a771-218a8c713e8a"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "63bcf1af-2cf1-4e51-a771-218a8c713e8a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "[localhost] run: sudo mv /tmp/tmpflSgGw /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Executing: /tmp/S66Z5/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "86d4fa45-70c6-4711-be28-a4da9ac0dd91"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Executing: /tmp/A321Z/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ba4f0180-9081-4ef3-aacd-46d8f140b9c6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Downloaded scripts/bind/bind.py to /tmp/DCN5M/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d142467a-233e-4c03-a2a7-ed0a81c1bfad"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:42.842Z", "message": "Executing: /tmp/U8CZ0/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:42.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "63bcf1af-2cf1-4e51-a771-218a8c713e8a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.771Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_4i33ko", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.771Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_4i33ko", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.771Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_4i33ko", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.771Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "86d4fa45-70c6-4711-be28-a4da9ac0dd91"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "[localhost] run: sudo mv /tmp/tmp5mjET5 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "Downloaded scripts/bind/bind.py to /tmp/JCTGB/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}], "metadata": {"pagination": {"total": 183, "offset": 100, "size": 50}}} 2018-11-09 09:29:50,756 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:50,756 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:50 GMT 2018-11-09 09:29:50,756 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:50,756 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26521 2018-11-09 09:29:50,756 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:50,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:50,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:29:50,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:29:50,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:50,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:50,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/Q2UG7/stop-sprout.sh 2018-11-09 09:29:50,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:29:50,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:50,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:50,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:50,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:50,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:50,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:50,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:29:50,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:50,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:29:50,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:50,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-09 09:29:50,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:29:50,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/LNOG7/remove-cluster-node.sh 2018-11-09 09:29:50,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:29:50,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/S66Z5/remove-cluster-node.sh 2018-11-09 09:29:50,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/LNOG7/remove-cluster-node.sh 2018-11-09 09:29:50,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/A321Z/remove-cluster-node.sh 2018-11-09 09:29:50,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/U8CZ0/remove-cluster-node.sh 2018-11-09 09:29:50,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-09 09:29:50,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:29:50,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpflSgGw /etc/bind/db.clearwater.local 2018-11-09 09:29:50,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/S66Z5/remove-cluster-node.sh 2018-11-09 09:29:50,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:29:50,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/A321Z/remove-cluster-node.sh 2018-11-09 09:29:50,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/DCN5M/bind.py 2018-11-09 09:29:50,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:29:50,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, u'sprout': {u'sprout_sn4u9e': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'sprout-sn4u9e'}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:29:50,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:29:50,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-09 09:29:50,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/U8CZ0/remove-cluster-node.sh 2018-11-09 09:29:50,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:29:50,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:50,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:29:50,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:50,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-09 09:29:50,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5mjET5 /etc/bind/db.clearwater.local 2018-11-09 09:29:50,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/JCTGB/bind.py 2018-11-09 09:29:50,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:29:50,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-09 09:29:50,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-09 09:29:50,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:29:50,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-09 09:29:50,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-09 09:29:50,765 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:29:50,845 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:50,845 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:50,845 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:50,845 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:50,845 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:50,845 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:50,845 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:50,845 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:29:50,846 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:50,846 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:50 GMT 2018-11-09 09:29:50,846 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:50,846 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:29:50,846 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:55,851 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:29:55,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:55,923 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:55,924 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:55,924 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:55,924 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:55,924 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:55,924 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:55,924 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, 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.9', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "[localhost] run: sudo mv /tmp/tmpJJPRad /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "86d4fa45-70c6-4711-be28-a4da9ac0dd91"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "62a04c32-1bc8-4aa2-b032-cdbc42065d7b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:43.862Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:43.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "dd742d06-01e9-42f8-89e3-44162dfa0ef9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:44.785Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:44.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:44.785Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:44.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:44.785Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:44.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:44.785Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:44.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:44.877Z", "message": "Executing: /tmp/8KTX9/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:44.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "79c66e9e-033e-49be-b1ad-b8ffcb17807c"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:44.877Z", "message": "Executing: /tmp/BCVNH/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:44.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "b3f030d4-9d04-4717-84c2-0a0486ab7ba4"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:44.877Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:44.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "b3f030d4-9d04-4717-84c2-0a0486ab7ba4"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:44.877Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/8KTX9/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:44.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "79c66e9e-033e-49be-b1ad-b8ffcb17807c"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:44.877Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/BCVNH/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:44.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "b3f030d4-9d04-4717-84c2-0a0486ab7ba4"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:45.887Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:45.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "79c66e9e-033e-49be-b1ad-b8ffcb17807c"}, {"node_instance_id": "homer_ct0q19", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:49.367Z", "message": "Execution done (return_code=0): /tmp/U8CZ0/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:49.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "63bcf1af-2cf1-4e51-a771-218a8c713e8a"}, {"node_instance_id": "homer_ct0q19", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:49.474Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:49.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:50.794Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:50.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:50.794Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:50.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:50.794Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:50.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_juwefi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:50.794Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:50.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_juwefi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:50.895Z", "message": "Execution done (return_code=0): /tmp/LNOG7/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:50.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d142467a-233e-4c03-a2a7-ed0a81c1bfad"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:51.817Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:51.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:51.817Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:51.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:51.817Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:51.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_n0y5pu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:51.904Z", "message": "Execution done (return_code=0): /tmp/S66Z5/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:51.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "86d4fa45-70c6-4711-be28-a4da9ac0dd91"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:52.847Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:52.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_n0y5pu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:52.847Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:52.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:52.847Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:52.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:52.847Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:52.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:52.847Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:52.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_4i33ko", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:53.444Z", "message": "Execution done (return_code=0): /tmp/BCVNH/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:53.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "b3f030d4-9d04-4717-84c2-0a0486ab7ba4"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:53.895Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:53.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:53.895Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:53.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:53.895Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:53.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_4i33ko", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:53.895Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:53.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:53.895Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:53.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:53.895Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:53.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:53.895Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:53.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:54.570Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:54.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:54.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:54.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:54.945Z", "message": "Stopping Agent homer_host_18by1q", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:54.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:54.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:54.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:54.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:54.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:54.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:54.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:54.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:54.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:54.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:54.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:54.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:54.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}], "metadata": {"pagination": {"total": 218, "offset": 150, "size": 50}}} 2018-11-09 09:29:55,924 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:55,924 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:55 GMT 2018-11-09 09:29:55,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:55,925 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26621 2018-11-09 09:29:55,925 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:29:55,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_juwefi': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'dime-juwefi'}}, 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.9', u'hss_hostname': u''}. 2018-11-09 09:29:55,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpJJPRad /etc/bind/db.clearwater.opnfv 2018-11-09 09:29:55,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-09 09:29:55,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-09 09:29:55,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-09 09:29:55,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-09 09:29:55,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-09 09:29:55,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:29:55,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-09 09:29:55,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-09 09:29:55,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:29:55,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/8KTX9/remove-cluster-node.sh 2018-11-09 09:29:55,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BCVNH/remove-cluster-node.sh 2018-11-09 09:29:55,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-09 09:29:55,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/8KTX9/remove-cluster-node.sh 2018-11-09 09:29:55,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/BCVNH/remove-cluster-node.sh 2018-11-09 09:29:55,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-09 09:29:55,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/U8CZ0/remove-cluster-node.sh 2018-11-09 09:29:55,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:29:55,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-09 09:29:55,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-09 09:29:55,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:29:55,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:29:55,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/LNOG7/remove-cluster-node.sh 2018-11-09 09:29:55,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:29:55,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-09 09:29:55,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-09 09:29:55,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/S66Z5/remove-cluster-node.sh 2018-11-09 09:29:55,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-09 09:29:55,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:29:55,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:29:55,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-09 09:29:55,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-09 09:29:55,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/BCVNH/remove-cluster-node.sh 2018-11-09 09:29:55,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-09 09:29:55,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-09 09:29:55,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-09 09:29:55,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:29:55,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-09 09:29:55,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-09 09:29:55,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-09 09:29:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:29:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:29:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_18by1q 2018-11-09 09:29:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:29:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:29:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:29:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:29:55,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:29:55,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:29:55,934 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:29:55,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:29:55,994 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:29:55,994 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:29:55,994 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:29:55,994 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:29:55,994 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:29:55,994 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:29:55,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": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:29:55,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:29:55,995 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:29:55 GMT 2018-11-09 09:29:55,995 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:29:55,995 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:29:55,995 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:01,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:01,078 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:01,078 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:01,078 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:01,078 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:01,078 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:01,078 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:01,079 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:01,079 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:54.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:54.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:55.156Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:55.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:55.156Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:55.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:55.156Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:55.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:56.366Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:56.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:57.182Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:57.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:57.182Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:57.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:57.182Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:57.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:57.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:57.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:57.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:57.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:57.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:57.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:57.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:57.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:57.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:57.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:57.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:57.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:57.995Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:57.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:58.198Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:58.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:58.198Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:58.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:58.198Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:58.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:58.198Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:58.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:58.198Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:58.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:58.198Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:58.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.069Z", "message": "Stopping Agent dime_host_klfvmd", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:29:59.216Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:29:59.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Stopping Agent ellis_host_jg55c8", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Stopping Agent bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}], "metadata": {"pagination": {"total": 276, "offset": 200, "size": 50}}} 2018-11-09 09:30:01,079 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:01,079 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:01 GMT 2018-11-09 09:30:01,079 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:01,079 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26475 2018-11-09 09:30:01,079 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:01,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-09 09:30:01,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-09 09:30:01,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:30:01,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-09 09:30:01,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:01,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:01,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:01,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:01,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:01,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-09 09:30:01,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:01,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-09 09:30:01,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:01,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_klfvmd 2018-11-09 09:30:01,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:01,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:01,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:01,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:01,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-09 09:30:01,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:01,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-09 09:30:01,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:01,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:01,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:01,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-09 09:30:01,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-09 09:30:01,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_jg55c8 2018-11-09 09:30:01,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_ypvmfp 2018-11-09 09:30:01,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:01,089 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:01,155 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:01,156 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:01,156 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:01,156 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:01,156 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:01,156 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:01,156 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:01,156 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:01,156 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:01,157 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:01 GMT 2018-11-09 09:30:01,157 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:01,157 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:01,157 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:06,162 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:06,280 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:06,280 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:06,280 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:06,280 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:06,280 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:06,280 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:06,281 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:06,281 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Successfully stopped daemon: homer_host_18by1q\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "43dbbc3e-e2df-458d-91b1-fa819452c2f7"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Stopping Agent ellis_host_jg55c8", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Stopping Agent bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.080Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.242Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.242Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.242Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:00.242Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:00.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:01.092Z", "message": "Deleting Agent homer_host_18by1q", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:01.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:01.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:01.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:01.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:01.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:01.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:01.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:01.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:01.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:01.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:01.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:01.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:01.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:01.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:01.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:01.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:01.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:01.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:01.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:02.188Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:02.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:02.747Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:02.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.119Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.119Z", "message": "Successfully stopped daemon: dime_host_klfvmd\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.119Z", "message": "Successfully deleted daemon: homer_host_18by1q", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.119Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_klfvmd stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3fdb5e74-5fd6-489a-9abf-960215107f2b"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.119Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f22f9d86-dfcc-46fd-a247-515d63d6f94c"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.270Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.270Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.270Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.270Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.270Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:03.270Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:03.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Successfully stopped daemon: ellis_host_jg55c8\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Deleting Agent dime_host_klfvmd", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_jg55c8 stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "5ff13047-fbfa-486a-ab99-367820d00f38"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.421Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.421Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 346, "offset": 250, "size": 50}}} 2018-11-09 09:30:06,281 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:06,281 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:06 GMT 2018-11-09 09:30:06,281 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:06,281 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26972 2018-11-09 09:30:06,281 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:06,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_18by1q 2018-11-09 09:30:06,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_jg55c8 2018-11-09 09:30:06,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_ypvmfp 2018-11-09 09:30:06,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:06,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-09 09:30:06,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:06,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:06,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_18by1q 2018-11-09 09:30:06,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-09 09:30:06,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:06,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-09 09:30:06,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_klfvmd 2018-11-09 09:30:06,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_18by1q 2018-11-09 09:30:06,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_klfvmd stop 2018-11-09 09:30:06,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-09 09:30:06,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:06,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-09 09:30:06,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:06,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-09 09:30:06,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-09 09:30:06,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:06,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-09 09:30:06,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_jg55c8 2018-11-09 09:30:06,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_klfvmd 2018-11-09 09:30:06,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_jg55c8 stop 2018-11-09 09:30:06,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:06,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-09 09:30:06,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:06,291 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:06,471 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:06,472 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:06,472 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:06,472 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:06,472 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:06,472 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:06,472 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:06,472 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:06,472 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:06,473 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:06 GMT 2018-11-09 09:30:06,473 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:06,473 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:06,473 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:11,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:11,581 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:11,581 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:11,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:11,581 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:11,581 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:11,581 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:11,581 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:11,581 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.421Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:04.421Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:04.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Deleting Agent ellis_host_jg55c8", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_ypvmfp stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.168Z", "message": "Successfully stopped daemon: bono_host_ypvmfp\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "9c3b456e-bbc7-4778-87e6-327ce00b8b24"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.432Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.432Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.432Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:05.432Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:05.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Deleting Agent bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Successfully deleted daemon: dime_host_klfvmd", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f2b00c52-d088-4780-a0c0-3086fe846a1e"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.245Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.446Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.446Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.446Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.446Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.446Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:06.446Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:06.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:07.260Z", "message": "Successfully deleted daemon: ellis_host_jg55c8", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:07.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:07.260Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:07.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:07.260Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:07.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8a64a29b-d594-42e1-9e99-4e0b2059e60f"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:07.513Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:07.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:07.513Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:07.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:07.513Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:07.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:08.268Z", "message": "Successfully deleted daemon: bono_host_ypvmfp", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:08.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:08.268Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:08.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:08.268Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:08.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "c370acaf-6a6b-4d15-847b-7d1d9fd51ec3"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:08.595Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:08.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:08.595Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:08.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:08.595Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:08.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 374, "offset": 300, "size": 50}}} 2018-11-09 09:30:11,582 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:11,582 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:11 GMT 2018-11-09 09:30:11,582 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:11,582 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26665 2018-11-09 09:30:11,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:11,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:11,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-09 09:30:11,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_jg55c8 2018-11-09 09:30:11,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-09 09:30:11,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_ypvmfp stop 2018-11-09 09:30:11,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_ypvmfp 2018-11-09 09:30:11,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:11,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:11,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:11,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-09 09:30:11,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_ypvmfp 2018-11-09 09:30:11,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_klfvmd 2018-11-09 09:30:11,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-09 09:30:11,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-09 09:30:11,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:11,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:11,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:11,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-09 09:30:11,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:11,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-09 09:30:11,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-09 09:30:11,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_jg55c8 2018-11-09 09:30:11,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-09 09:30:11,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-09 09:30:11,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-09 09:30:11,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-09 09:30:11,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:11,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_ypvmfp 2018-11-09 09:30:11,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-09 09:30:11,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-09 09:30:11,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-09 09:30:11,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-09 09:30:11,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:11,592 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:11,694 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:11,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:11,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:11,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:11,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:11,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:11,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:11,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": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:11,695 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:11,695 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:11 GMT 2018-11-09 09:30:11,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:11,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:11,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:16,700 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:16,770 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:16,771 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:16,771 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:16,771 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:16,771 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:16,771 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:16,771 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:16,771 - 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": "2018-11-09T09:30:09.634Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:09.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:09.634Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:09.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:09.634Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:09.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:09.926Z", "message": "Execution done (return_code=0): /tmp/8KTX9/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:09.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "79c66e9e-033e-49be-b1ad-b8ffcb17807c"}, {"node_instance_id": "proxy_node_j2l96o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:10.644Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:10.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:10.644Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:10.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:10.644Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:10.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:10.644Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:10.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:10.644Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:10.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_sn4u9e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:10.644Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:10.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:11.654Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:11.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:11.654Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:11.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:11.654Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:11.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:11.654Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:11.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:11.654Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:11.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_node_j2l96o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:11.654Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:11.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:12.693Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:12.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:12.693Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:12.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:12.693Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:12.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:12.693Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:12.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:12.693Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:12.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:12.693Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:12.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:13.894Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:13.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:14.703Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:14.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:14.703Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:14.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:15.719Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:15.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:15.719Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:15.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:15.719Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:15.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:15.719Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:15.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:15.719Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:15.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:15.719Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:15.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:16.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:16.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:16.737Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:16.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:16.737Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:16.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:16.737Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:16.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:16.737Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:16.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 400, "offset": 350, "size": 50}}} 2018-11-09 09:30:16,771 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:16,772 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:16 GMT 2018-11-09 09:30:16,772 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:16,772 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18301 2018-11-09 09:30:16,772 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:16,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:16,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:16,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-09 09:30:16,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/8KTX9/remove-cluster-node.sh 2018-11-09 09:30:16,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:30:16,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:30:16,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-11-09 09:30:16,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-09 09:30:16,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-11-09 09:30:16,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-09 09:30:16,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-09 09:30:16,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-11-09 09:30:16,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-09 09:30:16,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-09 09:30:16,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-11-09 09:30:16,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:16,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:30:16,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-09 09:30:16,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:16,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:16,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:16,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-09 09:30:16,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:16,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:16,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:16,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:16,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:16,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:16,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-09 09:30:16,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:16,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-11-09 09:30:16,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:16,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:16,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:16,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-09 09:30:16,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:16,779 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:16,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:16,868 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:16,868 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:16,868 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:16,868 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:16,868 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:16,868 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:16,869 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:16,869 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:16,869 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:16 GMT 2018-11-09 09:30:16,869 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:16,869 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:16,869 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:21,874 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:21,952 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:21,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:21,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:21,953 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:21,953 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:21,953 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:21,953 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:21,953 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.290Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.290Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.290Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.290Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.290Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.290Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.290Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.290Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.290Z", "message": "Stopping Agent sprout_host_mmihkt", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.750Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.750Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:17.750Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:17.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:18.767Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:18.767Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:18.767Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:18.767Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:18.926Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:18.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "4920b32b-6ce3-4c10-84b2-b8820bc01244"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:19.913Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:19.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:20.914Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:20.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:20.914Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:20.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:20.914Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:20.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:20.914Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:20.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:20.914Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:20.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:20.914Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:20.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:21.113Z", "message": "Waiting for server \"a1aca961-f80f-442c-a35c-3e2cf5fd87dc\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:21.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "4920b32b-6ce3-4c10-84b2-b8820bc01244"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:21.303Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:21.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "e74cce71-7231-4d6b-9985-310de8e051b7"}], "metadata": {"pagination": {"total": 426, "offset": 386, "size": 50}}} 2018-11-09 09:30:21,953 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:21,953 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:21 GMT 2018-11-09 09:30:21,953 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:21,954 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13722 2018-11-09 09:30:21,954 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:21,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:21,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:21,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:21,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:21,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:21,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:21,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:21,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:21,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_mmihkt 2018-11-09 09:30:21,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:21,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-11-09 09:30:21,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:21,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-09 09:30:21,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-09 09:30:21,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:21,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:21,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-09 09:30:21,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:21,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-09 09:30:21,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:21,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:21,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:21,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-09 09:30:21,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:21,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "a1aca961-f80f-442c-a35c-3e2cf5fd87dc" to be deleted. current status: SHUTOFF 2018-11-09 09:30:21,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-09 09:30:21,959 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:22,216 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:22,217 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:22,217 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:22,217 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:22,217 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:22,217 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:22,217 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:22,217 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:22,217 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:22,217 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:22 GMT 2018-11-09 09:30:22,218 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:22,218 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:22,218 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:27,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:27,372 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:27,372 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:27,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:27,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:27,373 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:27,373 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:27,373 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:27,373 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:21.945Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:21.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:21.945Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:21.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:21.945Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:21.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:21.945Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:21.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:22.358Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_mmihkt stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:22.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:22.358Z", "message": "Successfully stopped daemon: sprout_host_mmihkt\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:22.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:22.358Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:22.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "109b1c7a-cc0d-4d49-85fc-f562364c432e"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.103Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.103Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.103Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.103Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.103Z", "message": "Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5950)", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "timeout after 10 seconds (pid=5950)", "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_f8cwtw/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_f8cwtw/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_f8cwtw/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_f8cwtw/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_f8cwtw/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=5950)\n", "type": "TimeoutExpired"}], "reported_timestamp": "2018-11-09T09:30:23.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.103Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.392Z", "message": "Deleting Agent sprout_host_mmihkt", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:23.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:23.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "dime_host_klfvmd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:24.758Z", "message": "Waiting for server \"1df22e6d-83b0-4a5c-9938-e9cb7f717632\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:24.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "e74cce71-7231-4d6b-9985-310de8e051b7"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:24.758Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:24.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:24.758Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:24.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:24.758Z", "message": "Successfully deleted daemon: sprout_host_mmihkt", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:24.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "8519e5e7-9405-4e8e-9a2e-10d90b1045ec"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.056Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.764Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.764Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.764Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.764Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.764Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.933Z", "message": "Stopping Agent proxy_host_f8cwtw", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:25.933Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:25.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:26.783Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:26.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_host_18by1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:26.783Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:26.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:26.783Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:26.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 472, "offset": 412, "size": 50}}} 2018-11-09 09:30:27,373 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:27,373 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:27 GMT 2018-11-09 09:30:27,373 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:27,373 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25935 2018-11-09 09:30:27,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:27,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:27,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:27,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-09 09:30:27,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:27,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_mmihkt stop 2018-11-09 09:30:27,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_mmihkt 2018-11-09 09:30:27,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-09 09:30:27,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:27,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:27,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:27,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:27,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5950) 2018-11-09 09:30:27,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_mmihkt 2018-11-09 09:30:27,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "1df22e6d-83b0-4a5c-9938-e9cb7f717632" to be deleted. current status: SHUTOFF 2018-11-09 09:30:27,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-09 09:30:27,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-09 09:30:27,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_mmihkt 2018-11-09 09:30:27,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-09 09:30:27,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:27,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:27,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-09 09:30:27,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-09 09:30:27,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:27,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_f8cwtw 2018-11-09 09:30:27,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:27,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-09 09:30:27,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-09 09:30:27,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:27,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:27,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:27,450 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:27,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:27,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:27,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:27,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:27,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:27,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:27,451 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:27,451 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:27 GMT 2018-11-09 09:30:27,451 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:27,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:27,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:32,457 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:32,530 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:32,530 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:32,530 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:32,531 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:32,531 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:32,531 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:32,531 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:32,531 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:27.768Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:27.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a40d4eae-8a62-49e8-8eea-bf0faa994e10"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:27.816Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:27.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:27.816Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:27.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:27.816Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:27.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:27.816Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:27.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:28.840Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:28.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:28.840Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:28.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:28.840Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:28.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:28.840Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:28.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:28.840Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:28.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:28.840Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:28.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_host_klfvmd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:28.840Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:28.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:28.840Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:28.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:29.896Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:29.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:29.897Z", "message": "Waiting for server \"3e74e422-ea3b-44ec-bea3-7e96e301da2b\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:29.897Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "a40d4eae-8a62-49e8-8eea-bf0faa994e10"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.002Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "homer_security_group_16b3sq", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.002Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "51e0f6fa-8857-45a1-b743-1e6a448fade5"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.002Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_f8cwtw stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.002Z", "message": "Successfully stopped daemon: proxy_host_f8cwtw\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "99e23d1a-6bcc-47c3-b208-c73489146997"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.293Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.293Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_security_group_eas488", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.293Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "homer_security_group_16b3sq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.293Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.293Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_security_group_eas488", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.293Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_security_group_eas488", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.293Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "dime_security_group_eas488", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.293Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:31.293Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:31.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "Deleting Agent proxy_host_f8cwtw", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "dime_security_group_eas488", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "29dd2e78-4d3f-4bab-afe6-8eb97d78a593"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.016Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}], "metadata": {"pagination": {"total": 512, "offset": 458, "size": 50}}} 2018-11-09 09:30:32,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:32,531 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:32 GMT 2018-11-09 09:30:32,531 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:32,531 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20569 2018-11-09 09:30:32,532 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:32,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-09 09:30:32,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-09 09:30:32,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:32,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-09 09:30:32,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:30:32,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:32,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:32,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:32,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-09 09:30:32,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-09 09:30:32,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-09 09:30:32,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-09 09:30:32,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:32,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:32,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3e74e422-ea3b-44ec-bea3-7e96e301da2b" to be deleted. current status: SHUTOFF 2018-11-09 09:30:32,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-09 09:30:32,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-09 09:30:32,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_f8cwtw stop 2018-11-09 09:30:32,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_f8cwtw 2018-11-09 09:30:32,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:32,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:32,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:32,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-09 09:30:32,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-09 09:30:32,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-09 09:30:32,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:30:32,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-09 09:30:32,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-09 09:30:32,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_f8cwtw 2018-11-09 09:30:32,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:32,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:32,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:32,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-09 09:30:32,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:32,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:32,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:32,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:32,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:32,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:30:32,539 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:32,603 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:32,603 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:32,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:32,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:32,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:32,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:32,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:32,604 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:32,604 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:32,604 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:32 GMT 2018-11-09 09:30:32,604 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:32,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:32,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:37,610 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:37,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:37,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:37,752 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:37,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:37,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:37,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:37,752 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:37,752 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_security_group_eas488", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:32.864Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:32.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:33.770Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:33.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:34.028Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:34.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:34.028Z", "message": "Successfully deleted daemon: proxy_host_f8cwtw", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:34.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d12613e2-0568-4c71-84ae-5137fa326569"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:34.247Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:34.341Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:34.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:34.341Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:34.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:34.341Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:34.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:35.370Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:35.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:35.370Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:35.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_host_jg55c8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:35.370Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:35.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:35.370Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:35.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:35.370Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:35.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:35.370Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:35.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:35.370Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:35.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:35.725Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:35.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "7d1583a2-dc34-4605-900c-45422109ef64"}, {"node_instance_id": "ellis_security_group_wglqhp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:36.403Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:36.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:36.403Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:36.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:37.445Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:37.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:37.445Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:37.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_security_group_wglqhp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:37.445Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:37.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:37.445Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:37.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_security_group_wglqhp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:37.445Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:37.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_security_group_wglqhp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:37.445Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:37.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:37.445Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:37.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:37.445Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:37.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 538, "offset": 497, "size": 50}}} 2018-11-09 09:30:37,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:37,752 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:37 GMT 2018-11-09 09:30:37,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:37,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13212 2018-11-09 09:30:37,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:37,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-09 09:30:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-09 09:30:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-09 09:30:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_f8cwtw 2018-11-09 09:30:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-09 09:30:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-09 09:30:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-09 09:30:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-09 09:30:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-09 09:30:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-09 09:30:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:37,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:37,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-09 09:30:37,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:30:37,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:30:37,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:37,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-11-09 09:30:37,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-09 09:30:37,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-11-09 09:30:37,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:37,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-09 09:30:37,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-09 09:30:37,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:37,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:37,883 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:37,883 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:37,883 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:37,883 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:37,883 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:37,883 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:37,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:37,884 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:37,884 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:37,884 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:37 GMT 2018-11-09 09:30:37,884 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:37,884 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:37,884 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:42,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:42,967 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:42,967 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:42,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:42,968 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:42,968 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:42,968 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:42,968 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:42,968 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_security_group_wglqhp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:37.803Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:37.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "abc3b900-a470-48da-9d27-7a216e9e2e45"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:38.059Z", "message": "Waiting for server \"cbe4084c-0171-4b4c-b18d-5ecaf1827558\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:38.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "7d1583a2-dc34-4605-900c-45422109ef64"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:38.461Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:38.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:38.461Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:38.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_floatingip_yf7l08", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:39.100Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:39.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "92e30743-5612-4a63-a635-24b14736c23e"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:39.100Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:39.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d50cebcd-1afa-41d4-9b34-ba7c92058c56"}, {"node_instance_id": "ellis_security_group_wglqhp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:39.467Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:39.467Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "ellis_floatingip_yf7l08", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:39.467Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:39.467Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:40.481Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:40.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:40.481Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:40.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:40.481Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:40.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:40.772Z", "message": "Waiting for server \"1d5b21a4-48e8-4942-b33d-712e2b855f42\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:40.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d50cebcd-1afa-41d4-9b34-ba7c92058c56"}], "metadata": {"pagination": {"total": 550, "offset": 523, "size": 50}}} 2018-11-09 09:30:42,968 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:42,968 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:42 GMT 2018-11-09 09:30:42,968 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:42,969 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6478 2018-11-09 09:30:42,969 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:42,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-09 09:30:42,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cbe4084c-0171-4b4c-b18d-5ecaf1827558" to be deleted. current status: SHUTOFF 2018-11-09 09:30:42,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-09 09:30:42,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-09 09:30:42,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-11-09 09:30:42,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-09 09:30:42,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-09 09:30:42,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-11-09 09:30:42,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:42,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:42,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:42,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "1d5b21a4-48e8-4942-b33d-712e2b855f42" to be deleted. current status: ACTIVE 2018-11-09 09:30:42,971 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:43,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:43,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:43,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:43,058 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:43,058 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:43,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:43,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:43,059 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:43,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:43,059 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:43 GMT 2018-11-09 09:30:43,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:43,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:43,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:48,065 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:48,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:48,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:48,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:48,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:48,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:48,213 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:48,213 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:48,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:43.442Z", "message": "Waiting for server \"cbe4084c-0171-4b4c-b18d-5ecaf1827558\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:43.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "7d1583a2-dc34-4605-900c-45422109ef64"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:45.574Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:45.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:46.493Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:46.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:46.493Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:46.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:46.493Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:46.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "proxy_host_f8cwtw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:46.542Z", "message": "Waiting for server \"1d5b21a4-48e8-4942-b33d-712e2b855f42\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:46.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "d50cebcd-1afa-41d4-9b34-ba7c92058c56"}, {"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:47.114Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:47.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "56bf6bfe-4fc4-4323-a192-f1eabd8048f7"}], "metadata": {"pagination": {"total": 557, "offset": 535, "size": 50}}} 2018-11-09 09:30:48,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:48,214 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:48 GMT 2018-11-09 09:30:48,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:48,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3772 2018-11-09 09:30:48,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:48,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cbe4084c-0171-4b4c-b18d-5ecaf1827558" to be deleted. current status: SHUTOFF 2018-11-09 09:30:48,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:30:48,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:48,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-09 09:30:48,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-09 09:30:48,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "1d5b21a4-48e8-4942-b33d-712e2b855f42" to be deleted. current status: ACTIVE 2018-11-09 09:30:48,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-09 09:30:48,216 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:48,308 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:48,309 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:48,309 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:48,309 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:48,309 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:48,309 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:48,309 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:48,309 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:48,309 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:48,309 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:48 GMT 2018-11-09 09:30:48,310 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:48,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:48,310 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:53,315 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:53,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:53,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:53,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:53,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:53,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:53,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:53,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:53,826 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_mmihkt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:48.677Z", "message": "Waiting for server \"824c852a-2e68-48fe-8150-7fad6b7592ca\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:48.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "56bf6bfe-4fc4-4323-a192-f1eabd8048f7"}, {"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:49.124Z", "message": "Waiting for server \"cbe4084c-0171-4b4c-b18d-5ecaf1827558\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:49.124Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "7d1583a2-dc34-4605-900c-45422109ef64"}, {"node_instance_id": "proxy_host_f8cwtw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:51.784Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:51.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 560, "offset": 542, "size": 50}}} 2018-11-09 09:30:53,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:53,827 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:53 GMT 2018-11-09 09:30:53,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:53,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1786 2018-11-09 09:30:53,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:53,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "824c852a-2e68-48fe-8150-7fad6b7592ca" to be deleted. current status: SHUTOFF 2018-11-09 09:30:53,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cbe4084c-0171-4b4c-b18d-5ecaf1827558" to be deleted. current status: SHUTOFF 2018-11-09 09:30:53,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-09 09:30:53,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:53,937 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:53,937 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:53,938 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:53,938 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:53,938 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:53,938 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:53,938 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:53,938 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:53,938 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:53,938 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:53 GMT 2018-11-09 09:30:53,938 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:53,938 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:53,939 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:58,944 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:30:59,025 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:59,025 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:59,025 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:59,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:59,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:59,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:59,026 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:59,026 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:53.979Z", "message": "Waiting for server \"cbe4084c-0171-4b4c-b18d-5ecaf1827558\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:53.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "7d1583a2-dc34-4605-900c-45422109ef64"}, {"node_instance_id": "sprout_host_mmihkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:55.040Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:55.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:56.118Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:56.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:56.118Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:56.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:56.511Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:56.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:56.511Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:56.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "sprout_security_group_bpbg9z", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:56.919Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:56.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "56d3f0e4-8b26-463e-9299-7e97238fd7d2"}, {"node_instance_id": "sprout_security_group_bpbg9z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:57.787Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:57.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 568, "offset": 545, "size": 50}}} 2018-11-09 09:30:59,026 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:59,026 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:59 GMT 2018-11-09 09:30:59,026 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:59,026 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4291 2018-11-09 09:30:59,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:30:59,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cbe4084c-0171-4b4c-b18d-5ecaf1827558" to be deleted. current status: SHUTOFF 2018-11-09 09:30:59,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-09 09:30:59,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:30:59,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:30:59,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-09 09:30:59,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-09 09:30:59,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-09 09:30:59,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-09 09:30:59,028 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:30:59,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:30:59,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:30:59,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:30:59,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:30:59,092 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:30:59,092 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:30:59,093 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:30:59,093 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:30:59,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:30:59,093 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:30:59 GMT 2018-11-09 09:30:59,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:30:59,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:30:59,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:04,099 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:04,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:04,178 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:04,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:04,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:04,178 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:04,178 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:04,178 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:04,178 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:30:59.575Z", "message": "Waiting for server \"cbe4084c-0171-4b4c-b18d-5ecaf1827558\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:30:59.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "7d1583a2-dc34-4605-900c-45422109ef64"}], "metadata": {"pagination": {"total": 569, "offset": 553, "size": 50}}} 2018-11-09 09:31:04,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:04,179 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:04 GMT 2018-11-09 09:31:04,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:04,179 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 678 2018-11-09 09:31:04,179 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:04,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cbe4084c-0171-4b4c-b18d-5ecaf1827558" to be deleted. current status: SHUTOFF 2018-11-09 09:31:04,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:04,243 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:04,243 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:04,243 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:04,243 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:04,243 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:04,243 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:04,243 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:04,243 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:04,244 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:04,244 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:04 GMT 2018-11-09 09:31:04,244 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:04,244 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:04,244 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:09,249 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:09,319 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:09,320 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:09,320 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:09,320 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:09,320 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:09,320 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:09,320 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:09,320 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ypvmfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:04.852Z", "message": "Waiting for server \"cbe4084c-0171-4b4c-b18d-5ecaf1827558\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:04.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "7d1583a2-dc34-4605-900c-45422109ef64"}], "metadata": {"pagination": {"total": 570, "offset": 554, "size": 50}}} 2018-11-09 09:31:09,320 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:09,320 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:09 GMT 2018-11-09 09:31:09,321 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:09,321 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 678 2018-11-09 09:31:09,321 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:09,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cbe4084c-0171-4b4c-b18d-5ecaf1827558" to be deleted. current status: SHUTOFF 2018-11-09 09:31:09,321 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:09,382 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:09,382 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:09,382 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:09,382 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:09,382 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:09,382 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:09,383 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:09,383 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:09,383 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:09,383 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:09 GMT 2018-11-09 09:31:09,383 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:09,383 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:09,383 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:14,387 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:14,464 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:14,464 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:14,464 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:14,465 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:14,465 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:14,465 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:14,465 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:14,465 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ypvmfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:10.058Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:10.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:10.524Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:10.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:10.524Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:10.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:10.524Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:10.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:11.597Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:11.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:11.597Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:11.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:11.597Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:11.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:11.597Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:11.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:11.597Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:11.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:11.597Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:11.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:11.597Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:11.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:11.597Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:11.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:11.597Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:11.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:12.297Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:12.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "4cb76d05-14fb-450f-b5ae-de3acf20c2b7"}, {"node_instance_id": "internal_sip_security_group_m5lt4n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:13.154Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:13.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bono_floatingip_ugbfdw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:13.168Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:13.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "cb3537a9-1696-41c8-9238-318494249509"}, {"node_instance_id": "bono_security_group_bxhyev", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:13.168Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:13.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "fca54c1c-130f-4188-aa5f-ca93be2d071a"}, {"node_instance_id": "bono_security_group_bxhyev", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:13.641Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:13.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 588, "offset": 555, "size": 50}}} 2018-11-09 09:31:14,465 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:14,465 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:14 GMT 2018-11-09 09:31:14,465 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:14,465 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9332 2018-11-09 09:31:14,466 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:14,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-09 09:31:14,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:31:14,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:31:14,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:31:14,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-11-09 09:31:14,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-11-09 09:31:14,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-09 09:31:14,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-09 09:31:14,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-09 09:31:14,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:31:14,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-09 09:31:14,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:31:14,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:31:14,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-09 09:31:14,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-09 09:31:14,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-11-09 09:31:14,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-09 09:31:14,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-09 09:31:14,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:14,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:14,536 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:14,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:14,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:14,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:14,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:14,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:14,537 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:14,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:14,537 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:14 GMT 2018-11-09 09:31:14,537 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:14,537 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:14,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:19,543 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:19,628 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:19,628 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:19,628 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:19,628 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:19,628 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:19,628 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:19,628 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:19,629 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_floatingip_ugbfdw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:14.659Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:14.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 589, "offset": 573, "size": 50}}} 2018-11-09 09:31:19,629 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:19,629 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:19 GMT 2018-11-09 09:31:19,629 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:19,629 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 607 2018-11-09 09:31:19,629 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:19,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-11-09 09:31:19,630 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:19,694 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:19,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:19,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:19,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:19,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:19,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:19,695 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:19,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": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:19,695 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:19,695 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:19 GMT 2018-11-09 09:31:19,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:19,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:19,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:24,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:24,809 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:24,809 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:24,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:24,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:24,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:24,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:24,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:24,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 589, "offset": 574, "size": 50}}} 2018-11-09 09:31:24,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:24,810 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:24 GMT 2018-11-09 09:31:24,810 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:24,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:31:24,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:24,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:24,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:24,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:24,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:24,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:24,876 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:24,876 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:24,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:24,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:24,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:24,877 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:24 GMT 2018-11-09 09:31:24,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:24,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:24,877 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:29,882 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:29,960 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:29,960 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:29,960 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:29,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:29,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:29,961 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:29,961 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:29,961 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 589, "offset": 574, "size": 50}}} 2018-11-09 09:31:29,961 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:29,961 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:29 GMT 2018-11-09 09:31:29,961 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:29,961 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:31:29,961 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:29,962 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:30,023 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:30,023 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:30,023 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:30,023 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:30,023 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:30,023 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:30,024 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:30,024 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:30,024 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:30,024 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:30 GMT 2018-11-09 09:31:30,024 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:30,024 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:30,024 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:35,030 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:35,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:35,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:35,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:35,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:35,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:35,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:35,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:35,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 589, "offset": 574, "size": 50}}} 2018-11-09 09:31:35,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:35,119 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:35 GMT 2018-11-09 09:31:35,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:35,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:31:35,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:35,119 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:35,191 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:35,191 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:35,191 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:35,191 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:35,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:35,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:35,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:35,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": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:35,192 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:35,193 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:35 GMT 2018-11-09 09:31:35,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:35,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:35,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:40,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:40,278 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:40,278 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:40,278 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:40,278 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:40,278 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:40,278 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:40,278 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:40,278 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 589, "offset": 574, "size": 50}}} 2018-11-09 09:31:40,279 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:40,279 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:40 GMT 2018-11-09 09:31:40,279 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:40,279 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:31:40,279 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:40,279 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:40,337 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:40,337 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:40,337 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:40,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:40,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:40,337 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:40,337 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:40,337 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:40,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:40,338 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:40 GMT 2018-11-09 09:31:40,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:40,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:40,338 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:45,343 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:45,412 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:45,413 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:45,413 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:45,413 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:45,413 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:45,413 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:45,413 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:45,413 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_h5xeye", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:44.190Z", "message": "Execution done (return_code=2): /tmp/A321Z/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:44.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ba4f0180-9081-4ef3-aacd-46d8f140b9c6"}, {"node_instance_id": "vellum_h5xeye", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:44.279Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 56864eed8777bab4: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader\n; error #1: client: etcd member http://192.168.120.8:4000 has no leader\n; error #2: client: endpoint http://192.168.120.7:4000 exceeded header timeout\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member 56864eed8777bab4: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader\n; error #1: client: etcd member http://192.168.120.8: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/vellum_host_xvmbwe/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_xvmbwe/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_xvmbwe/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 56864eed8777bab4: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader\n; error #1: client: etcd member http://192.168.120.8:4000 has no leader\n; error #2: client: endpoint http://192.168.120.7:4000 exceeded header timeout\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-09T09:31:44.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 591, "offset": 574, "size": 50}}} 2018-11-09 09:31:45,413 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:45,413 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:45 GMT 2018-11-09 09:31:45,413 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:45,414 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2982 2018-11-09 09:31:45,414 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:45,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/A321Z/remove-cluster-node.sh 2018-11-09 09:31:45,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 56864eed8777bab4: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader ; error #1: client: etcd member http://192.168.120.8:4000 has no leader ; error #2: client: endpoint http://192.168.120.7:4000 exceeded header timeout 2018-11-09 09:31:45,414 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:45,479 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:45,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:45,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:45,480 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:45,480 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:45,480 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:45,480 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:45,480 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:45,480 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:45,480 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:45 GMT 2018-11-09 09:31:45,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:45,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:45,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:50,486 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:50,572 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:50,572 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:50,573 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:50,573 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:50,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:50,573 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:50,573 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:50,573 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_0xqhp7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:45.672Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:45.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:45.672Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:45.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:45.672Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:45.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:45.672Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:45.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:46.679Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:46.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:46.679Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:46.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_0xqhp7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:46.679Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:46.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:46.679Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:46.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:49.935Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:49.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 600, "offset": 576, "size": 50}}} 2018-11-09 09:31:50,573 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:50,573 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:50 GMT 2018-11-09 09:31:50,573 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:50,573 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4400 2018-11-09 09:31:50,574 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:50,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:31:50,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-09 09:31:50,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:31:50,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-09 09:31:50,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:31:50,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-09 09:31:50,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:31:50,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-09 09:31:50,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-09 09:31:50,575 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:50,645 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:50,645 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:50,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:50,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:50,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:50,646 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:50,646 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:50,646 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:50,646 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:50,646 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:50 GMT 2018-11-09 09:31:50,646 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:50,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:50,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:55,652 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:31:55,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:55,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:55,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:55,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:55,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:55,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:55,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:55,726 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:50.686Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:50.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:50.686Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:50.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:50.686Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:50.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:50.686Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:50.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:50.686Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:50.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:50.686Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:50.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:50.686Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:50.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:51.341Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:51.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:51.694Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:51.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:51.694Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:51.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:51.694Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:51.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:51.694Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:51.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:51.694Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:51.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:51.694Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:51.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Stopping Agent vellum_host_xvmbwe", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Stopping Agent bind_host_z9qn6c", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:52.195Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:52.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}], "metadata": {"pagination": {"total": 633, "offset": 585, "size": 50}}} 2018-11-09 09:31:55,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:55,727 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:55 GMT 2018-11-09 09:31:55,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:55,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17746 2018-11-09 09:31:55,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:31:55,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-09 09:31:55,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-09 09:31:55,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-09 09:31:55,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-09 09:31:55,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-09 09:31:55,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-09 09:31:55,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-09 09:31:55,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-09 09:31:55,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-09 09:31:55,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-09 09:31:55,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-09 09:31:55,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-09 09:31:55,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-09 09:31:55,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_xvmbwe 2018-11-09 09:31:55,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_z9qn6c 2018-11-09 09:31:55,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:31:55,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:31:55,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:31:55,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:31:55,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:31:55,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:31:55,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:31:55,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:31:55,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:31:55,801 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:31:55,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:31:55,801 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:31:55 GMT 2018-11-09 09:31:55,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:31:55,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:31:55,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:00,806 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:32:00,880 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:00,880 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:00,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:00,881 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:00,881 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:00,881 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:00,881 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:00,881 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:55.808Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:55.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.039Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.208Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_z9qn6c stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.208Z", "message": "Successfully stopped daemon: bind_host_z9qn6c\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "ccf5374f-a2c9-43f2-90d6-0dfb4ad39222"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.208Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_xvmbwe stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.208Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.208Z", "message": "Successfully stopped daemon: vellum_host_xvmbwe\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "26978423-8bfc-4e3a-adbd-fb1a7e40aa7f"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.708Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.708Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.708Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.708Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.708Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.708Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:56.708Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:56.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Deleting Agent bind_host_z9qn6c", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Deleting Agent vellum_host_xvmbwe", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:57.230Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:57.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:58.817Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:58.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.242Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.242Z", "message": "Successfully deleted daemon: vellum_host_xvmbwe", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.242Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.242Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "606a0e69-801e-421d-90b8-56efe1e16c5c"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.242Z", "message": "Successfully deleted daemon: bind_host_z9qn6c", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "36d944ac-dbe5-4198-84b7-adbdb3e3c267"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.311Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.728Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.728Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.728Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.728Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:31:59.728Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:31:59.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 679, "offset": 618, "size": 50}}} 2018-11-09 09:32:00,881 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:00,881 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:00 GMT 2018-11-09 09:32:00,881 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:00,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24768 2018-11-09 09:32:00,882 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:00,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-09 09:32:00,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-09 09:32:00,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_z9qn6c stop 2018-11-09 09:32:00,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_z9qn6c 2018-11-09 09:32:00,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_xvmbwe stop 2018-11-09 09:32:00,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-09 09:32:00,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_xvmbwe 2018-11-09 09:32:00,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-09 09:32:00,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-09 09:32:00,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-09 09:32:00,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-09 09:32:00,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-09 09:32:00,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-09 09:32:00,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-09 09:32:00,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_z9qn6c 2018-11-09 09:32:00,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_xvmbwe 2018-11-09 09:32:00,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-09 09:32:00,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-09 09:32:00,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-09 09:32:00,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_xvmbwe 2018-11-09 09:32:00,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-09 09:32:00,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-09 09:32:00,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_z9qn6c 2018-11-09 09:32:00,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-09 09:32:00,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-09 09:32:00,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-09 09:32:00,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-09 09:32:00,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-09 09:32:00,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-09 09:32:00,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:32:00,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:00,949 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:00,949 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:00,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:00,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:00,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:00,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:00,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:32:00,950 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:00,950 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:00 GMT 2018-11-09 09:32:00,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:00,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:32:00,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:05,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:32:06,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:06,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:06,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:06,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:06,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:06,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:06,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:06,031 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:01.780Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:01.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:02.824Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:02.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:02.824Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:02.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:02.824Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:02.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:02.824Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:02.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:02.824Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:02.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 685, "offset": 664, "size": 50}}} 2018-11-09 09:32:06,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:06,031 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:06 GMT 2018-11-09 09:32:06,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:06,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3134 2018-11-09 09:32:06,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:06,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-09 09:32:06,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:06,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-11-09 09:32:06,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:06,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-09 09:32:06,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-11-09 09:32:06,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:32:06,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:06,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:06,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:06,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:06,102 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:06,102 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:06,102 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:06,102 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:32:06,102 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:06,102 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:06 GMT 2018-11-09 09:32:06,102 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:06,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:32:06,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:11,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:32:11,180 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:11,181 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:11,181 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:11,181 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:11,181 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:11,181 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:11,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:11,181 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:07.509Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:07.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:07.837Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:07.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:07.837Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:07.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:08.845Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:08.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:08.845Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:08.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:08.845Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:08.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 691, "offset": 670, "size": 50}}} 2018-11-09 09:32:11,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:11,182 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:11 GMT 2018-11-09 09:32:11,182 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:11,182 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3164 2018-11-09 09:32:11,182 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:11,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:11,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:11,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:11,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:11,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:11,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-11-09 09:32:11,183 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:32:11,241 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:11,241 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:11,241 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:11,242 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:11,242 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:11,242 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:11,242 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:11,242 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:32:11,242 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:11,242 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:11 GMT 2018-11-09 09:32:11,242 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:11,242 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:32:11,242 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:16,248 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:32:16,342 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:16,342 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:16,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:16,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:16,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:16,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:16,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:16,343 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:12.814Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:12.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:13.856Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:13.856Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:13.856Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:13.856Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:13.856Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:13.856Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:13.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:14.162Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:14.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "cbc6fe2f-5c80-45bd-b289-bfdadf72611c"}, {"node_instance_id": "vellum_host_xvmbwe", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:16.321Z", "message": "Waiting for server \"a37cd18b-b382-43db-85e2-0161b68960d6\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:16.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "cbc6fe2f-5c80-45bd-b289-bfdadf72611c"}], "metadata": {"pagination": {"total": 699, "offset": 676, "size": 50}}} 2018-11-09 09:32:16,343 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:16,343 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:16 GMT 2018-11-09 09:32:16,343 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:16,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4722 2018-11-09 09:32:16,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:16,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:16,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:16,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-09 09:32:16,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:16,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-09 09:32:16,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:32:16,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:16,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-09 09:32:16,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "a37cd18b-b382-43db-85e2-0161b68960d6" to be deleted. current status: SHUTOFF 2018-11-09 09:32:16,346 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:32:16,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:16,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:16,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:16,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:16,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:16,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:16,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:16,409 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:32:16,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:16,410 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:16 GMT 2018-11-09 09:32:16,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:16,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:32:16,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:21,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:32:21,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:21,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:21,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:21,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:21,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:21,521 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:21,521 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:21,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:18.145Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:18.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:18.866Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:18.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:18.866Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:18.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:18.866Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:18.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:19.289Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:19.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "0c9229ae-c079-488c-a043-cb891574f0e9"}], "metadata": {"pagination": {"total": 705, "offset": 685, "size": 50}}} 2018-11-09 09:32:21,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:21,522 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:21 GMT 2018-11-09 09:32:21,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:21,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2563 2018-11-09 09:32:21,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:21,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-09 09:32:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:32:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-09 09:32:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-09 09:32:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-09 09:32:21,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:32:21,605 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:21,605 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:21,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:21,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:21,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:21,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:21,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:21,606 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:32:21,606 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:21,606 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:21 GMT 2018-11-09 09:32:21,606 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:21,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:32:21,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:26,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:32:26,686 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:26,686 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:26,686 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:26,686 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:26,686 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:26,687 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:26,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:26,687 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_xvmbwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:21.669Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:21.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_host_z9qn6c", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:21.685Z", "message": "Waiting for server \"788e5788-36b7-4b4d-9d2b-00f5a1950c46\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:21.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "0c9229ae-c079-488c-a043-cb891574f0e9"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:22.881Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:22.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_security_group_ezgz6o", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:23.834Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:23.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "2eaff3ab-4255-459d-b6d9-059b1c64787c"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:23.910Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:23.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:23.910Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:23.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:23.910Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:23.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "vellum_security_group_ezgz6o", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:25.607Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:25.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 713, "offset": 690, "size": 50}}} 2018-11-09 09:32:26,687 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:26,687 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:26 GMT 2018-11-09 09:32:26,687 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:26,687 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4291 2018-11-09 09:32:26,687 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:26,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-09 09:32:26,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "788e5788-36b7-4b4d-9d2b-00f5a1950c46" to be deleted. current status: SHUTOFF 2018-11-09 09:32:26,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:32:26,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-09 09:32:26,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-09 09:32:26,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:32:26,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-09 09:32:26,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-09 09:32:26,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:32:26,818 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:26,818 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:26,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:26,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:26,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:26,819 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:26,819 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:26,819 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:32:26,819 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:26,819 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:26 GMT 2018-11-09 09:32:26,819 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:26,819 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-09 09:32:26,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:31,825 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-09 09:32:31,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:31,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:31,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:31,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:31,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:31,895 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:31,895 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:31,895 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_z9qn6c", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:26.895Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:26.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:27.920Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:27.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:27.920Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:27.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:27.920Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:27.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "base_security_group_dgu4x0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:27.920Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:27.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "base_security_group_dgu4x0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "base_security_group_dgu4x0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "base_security_group_dgu4x0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.191Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "base_security_group_dgu4x0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:29.239Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:29.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "f46a729e-1545-417e-b397-23375ff56106"}, {"node_instance_id": "keypair_a6qe6u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:30.226Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:30.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "keypair_a6qe6u", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:30.296Z", "message": "not deleting keypair since an external keypair is being used", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:30.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "3038dad1-5add-4e40-b063-ea0d973e7c4f"}, {"node_instance_id": "bind_security_group_clh2p1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:30.296Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:30.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "77d81d19-4fad-4e80-83ed-9d775e0ff3ff"}, {"node_instance_id": "bind_floatingip_s0jyxa", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:30.296Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:30.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb", "logger": "69fea90d-e7af-44e0-ad52-beef3ed4b0c0"}, {"node_instance_id": "bind_floatingip_s0jyxa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:31.256Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:31.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "bind_security_group_clh2p1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:31.256Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:31.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}, {"node_instance_id": "base_security_group_dgu4x0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-09T09:32:31.256Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:32:31.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"}], "metadata": {"pagination": {"total": 738, "offset": 698, "size": 50}}} 2018-11-09 09:32:31,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:31,895 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:31 GMT 2018-11-09 09:32:31,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:31,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12703 2018-11-09 09:32:31,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:31,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-09 09:32:31,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:32:31,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:32:31,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:32:31,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-09 09:32:31,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-11-09 09:32:31,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:32:31,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-11-09 09:32:31,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-11-09 09:32:31,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:32:31,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-11-09 09:32:31,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:32:31,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-09 09:32:31,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-09 09:32:31,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-09 09:32:31,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-09 09:32:31,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-09 09:32:31,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-09 09:32:31,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-11-09 09:32:31,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-11-09 09:32:31,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-09 09:32:31,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-11-09 09:32:31,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-11-09 09:32:31,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-09 09:32:31,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-09 09:32:31,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/de633da5-519f-42ee-b3e1-0828f2b7bacb 2018-11-09 09:32:31,961 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:31,961 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:31,961 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:31,961 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:31,962 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:31,962 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:31,962 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:31,962 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:29:34.974Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "de633da5-519f-42ee-b3e1-0828f2b7bacb"} 2018-11-09 09:32:31,962 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:31,962 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:31 GMT 2018-11-09 09:32:31,962 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:31,962 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-11-09 09:32:31,962 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:31,963 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/deployments/clearwater-opnfv 2018-11-09 09:32:32,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:32,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:32,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:32,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:32,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:32,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:32,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:32,759 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-09 09:32:32,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "548ab172-bd5b-4e14-b5a3-d6238d5f3624", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "bono_cluster_size": 1, "flavor_id": "fc35a7bc-f54e-4374-8721-8923455af4c4", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-11-09T09:07:07.224Z", "updated_at": "2018-11-09T09:07:07.224Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-11-09 09:32:32,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:32,759 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:32 GMT 2018-11-09 09:32:32,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:32,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-11-09 09:32:32,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:32,760 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/blueprints/clearwater-opnfv 2018-11-09 09:32:32,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:32:32,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:32:32,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:32:32,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:32:32,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:32:32,841 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:32:32,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:32:32,841 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-09 09:32:32,841 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-11-09T09:06:58.716Z", "updated_at": "2018-11-09T09:06:58.716Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_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"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-11-09 09:32:32,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:32:32,843 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:32:32 GMT 2018-11-09 09:32:32,844 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:32:32,844 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-11-09 09:32:32,844 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:32:32,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 09:32:32,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:35,048 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4797341e-4cee-4c12-bc74-ef65a58ef73a Date: Fri, 09 Nov 2018 09:32:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 09:32:35,048 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624 used request id req-4797341e-4cee-4c12-bc74-ef65a58ef73a 2018-11-09 09:32:35,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.181442976s 2018-11-09 09:32:35,049 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/548ab172-bd5b-4e14-b5a3-d6238d5f3624 used request id req-4797341e-4cee-4c12-bc74-ef65a58ef73a 2018-11-09 09:32:35,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 09:32:35,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:35,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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,Accept-Encoding x-openstack-request-id: req-b41b3fc2-5da9-40b3-aa36-f240ae028b18 x-compute-request-id: req-b41b3fc2-5da9-40b3-aa36-f240ae028b18 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "0f7a8260-284b-4275-b161-6d812010af8c", "name": "cloudify_ims-flavor_52017f0d-2fed-4fad-b39e-b933416cc071", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fc35a7bc-f54e-4374-8721-8923455af4c4", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fc35a7bc-f54e-4374-8721-8923455af4c4", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "fc35a7bc-f54e-4374-8721-8923455af4c4", "name": "cloudify_ims-flavor_alt_52017f0d-2fed-4fad-b39e-b933416cc071", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 09:32:35,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-b41b3fc2-5da9-40b3-aa36-f240ae028b18 2018-11-09 09:32:35,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.175919055939s 2018-11-09 09:32:35,226 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-b41b3fc2-5da9-40b3-aa36-f240ae028b18 2018-11-09 09:32:35,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 09:32:35,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/fc35a7bc-f54e-4374-8721-8923455af4c4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:35,302 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 09: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-34bf3d00-9c7e-4ada-a4c7-eb18611a9c22 x-compute-request-id: req-34bf3d00-9c7e-4ada-a4c7-eb18611a9c22 Content-Length: 0 Content-Type: application/json 2018-11-09 09:32:35,302 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/fc35a7bc-f54e-4374-8721-8923455af4c4 used request id req-34bf3d00-9c7e-4ada-a4c7-eb18611a9c22 2018-11-09 09:32:35,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.074520111084s 2018-11-09 09:32:35,303 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/fc35a7bc-f54e-4374-8721-8923455af4c4 used request id req-34bf3d00-9c7e-4ada-a4c7-eb18611a9c22 2018-11-09 09:32:35,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-09 09:32:35,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/588f19e3-3f84-4e51-a01f-426cc3e5d988.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:36,438 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3337538-5d9b-4258-8f88-fac72a230016 Content-Length: 0 Date: Fri, 09 Nov 2018 09:32:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:32:36,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/588f19e3-3f84-4e51-a01f-426cc3e5d988.json used request id req-b3337538-5d9b-4258-8f88-fac72a230016 2018-11-09 09:32:36,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.13224887848s 2018-11-09 09:32:36,438 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/588f19e3-3f84-4e51-a01f-426cc3e5d988.json used request id req-b3337538-5d9b-4258-8f88-fac72a230016 2018-11-09 09:32:36,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:32:36,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:36,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1d65b724-4aa0-45a3-8d8e-f4b65f9fd7d4 Date: Fri, 09 Nov 2018 09:32:36 GMT RESP BODY: {"floatingips": []} 2018-11-09 09:32:36,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1d65b724-4aa0-45a3-8d8e-f4b65f9fd7d4 2018-11-09 09:32:36,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.161648988724s 2018-11-09 09:32:36,606 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1d65b724-4aa0-45a3-8d8e-f4b65f9fd7d4 2018-11-09 09:32:36,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-09 09:32:36,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:36,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:32: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-eddfecc1-f2fa-46df-b4cd-9a7b6c36a130 x-compute-request-id: req-eddfecc1-f2fa-46df-b4cd-9a7b6c36a130 Content-Type: application/json 2018-11-09 09:32:36,947 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688 used request id req-eddfecc1-f2fa-46df-b4cd-9a7b6c36a130 2018-11-09 09:32:36,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.340806007385s 2018-11-09 09:32:36,948 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688 used request id req-eddfecc1-f2fa-46df-b4cd-9a7b6c36a130 2018-11-09 09:32:36,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:32:36,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:37,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:32: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-656bcc93-cc6d-4dc4-8454-b88da9c8baea x-compute-request-id: req-656bcc93-cc6d-4dc4-8454-b88da9c8baea Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:47:80", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:05:44.000000", "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:32:36Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:32:37,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-656bcc93-cc6d-4dc4-8454-b88da9c8baea 2018-11-09 09:32:37,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.771336078644s 2018-11-09 09:32:37,720 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-656bcc93-cc6d-4dc4-8454-b88da9c8baea 2018-11-09 09:32:37,721 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:32:39,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:32:39,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:40,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:32:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03c60289-4c4b-4b38-9a5e-e08966c51580 x-compute-request-id: req-03c60289-4c4b-4b38-9a5e-e08966c51580 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:47:80", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/324b6470-66ab-48d1-99b6-8732f07cd688", "rel": "bookmark"}], "image": {"id": "2b56e494-f609-4aee-9eee-514164226c16", "links": [{"href": "http://172.30.9.27:8774/images/2b56e494-f609-4aee-9eee-514164226c16", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:05:44.000000", "flavor": {"id": "0f7a8260-284b-4275-b161-6d812010af8c", "links": [{"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}]}, "id": "324b6470-66ab-48d1-99b6-8732f07cd688", "security_groups": [{"name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}], "user_id": "d2a4b628aee14e67b5932f087d19d58b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:32:36Z", "hostId": "89545eafc1ae3843e84b6986f703a946240d9e5395c29982b54a1ac0", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071", "name": "cloudify_ims-vm_52017f0d-2fed-4fad-b39e-b933416cc071", "created": "2018-11-09T09:03:09Z", "tenant_id": "1135de1747b9400187d2c49567a751f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:32:40,350 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-03c60289-4c4b-4b38-9a5e-e08966c51580 2018-11-09 09:32:40,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625566959381s 2018-11-09 09:32:40,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-03c60289-4c4b-4b38-9a5e-e08966c51580 2018-11-09 09:32:40,352 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:32:42,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:32:42,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:42,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:32: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-0a5c4a08-ca41-4174-a981-c3bf2e0c8b67 x-compute-request-id: req-0a5c4a08-ca41-4174-a981-c3bf2e0c8b67 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 09:32:42,438 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0a5c4a08-ca41-4174-a981-c3bf2e0c8b67 2018-11-09 09:32:42,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0836541652679s 2018-11-09 09:32:42,438 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0a5c4a08-ca41-4174-a981-c3bf2e0c8b67 2018-11-09 09:32:42,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:32:42,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:42,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-d55605c4-dba3-4d97-9baf-832428a53388 Date: Fri, 09 Nov 2018 09:32:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:03:03Z", "updated_at": "2018-11-09T09:03:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "90720e8f-cb5f-4258-8081-0c3174be8698", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "93cefce6-6615-41b8-8ec6-c95248d20b39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-11-09T09:03:05Z", "revision_number": 0, "id": "bce8b586-9516-4e0f-b2d1-f10e50daee6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:05Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "be98e8fe-080d-4902-8345-011f4e1ece3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "d251814c-82c1-4c33-953e-d2fde25b77db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-09T09:03:04Z", "revision_number": 0, "id": "d32d8e6f-00d7-4650-9676-3f83ea871f7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:04Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-11-09T09:03:05Z", "revision_number": 0, "id": "f10e2c1b-ecbe-4347-9e48-59614c50aa32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:05Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:03:03Z", "revision_number": 0, "id": "ff6e3dc3-6a9f-48bc-b42d-fc5a1ea7a8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:03:03Z", "security_group_id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 8, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "3b5459f1-f12a-49c9-88d6-5536b76ded64", "name": "cloudify_ims-sg_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:06:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:06:55Z", "revision_number": 0, "id": "f01d0c9a-3f4e-429b-8b2c-8dab53300cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:06:55Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 5, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:32:42,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d55605c4-dba3-4d97-9baf-832428a53388 2018-11-09 09:32:42,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.053878068924s 2018-11-09 09:32:42,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d55605c4-dba3-4d97-9baf-832428a53388 2018-11-09 09:32:42,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 09:32:42,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/3b5459f1-f12a-49c9-88d6-5536b76ded64.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:42,640 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-efd4a7d9-484e-4b95-93bc-6fbab8e09f4d Content-Length: 0 Date: Fri, 09 Nov 2018 09:32:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:32:42,640 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/3b5459f1-f12a-49c9-88d6-5536b76ded64.json used request id req-efd4a7d9-484e-4b95-93bc-6fbab8e09f4d 2018-11-09 09:32:42,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.139600038528s 2018-11-09 09:32:42,640 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/3b5459f1-f12a-49c9-88d6-5536b76ded64.json used request id req-efd4a7d9-484e-4b95-93bc-6fbab8e09f4d 2018-11-09 09:32:42,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-11-09 09:32:42,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:42,681 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 09:32: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-ac49ce66-39a6-46f8-be32-d4182772ec69 x-compute-request-id: req-ac49ce66-39a6-46f8-be32-d4182772ec69 Content-Length: 0 Content-Type: application/json 2018-11-09 09:32:42,682 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071 used request id req-ac49ce66-39a6-46f8-be32-d4182772ec69 2018-11-09 09:32:42,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0410649776459s 2018-11-09 09:32:42,682 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cloudify_ims-kp_52017f0d-2fed-4fad-b39e-b933416cc071 used request id req-ac49ce66-39a6-46f8-be32-d4182772ec69 2018-11-09 09:32:42,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-09 09:32:42,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/638e4d27-ee23-4e91-b568-3cf24e15c785/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}c3ddf9aaab73a4119adac93b20e9b088524b481c" -d '{"subnet_id": "91b3d90b-1710-4a3c-8dfa-c5c296c08a53"}' 2018-11-09 09:32:44,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d7451d86-4ec0-4957-ba77-fdecb2f43064 Date: Fri, 09 Nov 2018 09:32:44 GMT RESP BODY: {"network_id": "b218d0b1-b3f0-4f72-80d8-1bb307feb6b7", "tenant_id": "1135de1747b9400187d2c49567a751f8", "subnet_id": "91b3d90b-1710-4a3c-8dfa-c5c296c08a53", "subnet_ids": ["91b3d90b-1710-4a3c-8dfa-c5c296c08a53"], "port_id": "4b9427f1-cca8-4c57-84eb-6b0192f312ea", "id": "638e4d27-ee23-4e91-b568-3cf24e15c785"} 2018-11-09 09:32:44,379 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/638e4d27-ee23-4e91-b568-3cf24e15c785/remove_router_interface.json used request id req-d7451d86-4ec0-4957-ba77-fdecb2f43064 2018-11-09 09:32:44,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.69613099098s 2018-11-09 09:32:44,379 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/638e4d27-ee23-4e91-b568-3cf24e15c785/remove_router_interface.json used request id req-d7451d86-4ec0-4957-ba77-fdecb2f43064 returning object 638e4d27-ee23-4e91-b568-3cf24e15c785 2018-11-09 09:32:44,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-09 09:32:44,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:44,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-50a5eda1-4893-4e82-8b8c-5ffc32e23725 Date: Fri, 09 Nov 2018 09:32:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:20Z", "admin_state_up": true, "updated_at": "2018-11-09T09:32:43Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "1135de1747b9400187d2c49567a751f8", "id": "638e4d27-ee23-4e91-b568-3cf24e15c785", "name": "cloudify_ims-router_52017f0d-2fed-4fad-b39e-b933416cc071"}]} 2018-11-09 09:32:44,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-50a5eda1-4893-4e82-8b8c-5ffc32e23725 2018-11-09 09:32:44,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.246522903442s 2018-11-09 09:32:44,627 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-50a5eda1-4893-4e82-8b8c-5ffc32e23725 2018-11-09 09:32:44,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-09 09:32:44,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/638e4d27-ee23-4e91-b568-3cf24e15c785.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:48,145 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55796f25-f01b-4a22-9e05-6fa8e5a1a8c9 Content-Length: 0 Date: Fri, 09 Nov 2018 09:32:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:32:48,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/638e4d27-ee23-4e91-b568-3cf24e15c785.json used request id req-55796f25-f01b-4a22-9e05-6fa8e5a1a8c9 2018-11-09 09:32:48,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.51680588722s 2018-11-09 09:32:48,145 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/638e4d27-ee23-4e91-b568-3cf24e15c785.json used request id req-55796f25-f01b-4a22-9e05-6fa8e5a1a8c9 2018-11-09 09:32:48,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-09 09:32:48,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:48,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-16847cde-b068-4771-bdf2-76e9b793c02c Date: Fri, 09 Nov 2018 09:32:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:00:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T09:00:19Z","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":"1135de1747b9400187d2c49567a751f8","id":"91b3d90b-1710-4a3c-8dfa-c5c296c08a53","subnetpool_id":null,"name":"cloudify_ims-subnet_52017f0d-2fed-4fad-b39e-b933416cc071"}]} 2018-11-09 09:32:48,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-16847cde-b068-4771-bdf2-76e9b793c02c 2018-11-09 09:32:48,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0589129924774s 2018-11-09 09:32:48,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-16847cde-b068-4771-bdf2-76e9b793c02c 2018-11-09 09:32:48,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-09 09:32:48,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/91b3d90b-1710-4a3c-8dfa-c5c296c08a53.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:50,595 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8342e919-b353-4a1b-9af3-fd85f6b9ebcd Date: Fri, 09 Nov 2018 09:32:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:32:50,595 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/91b3d90b-1710-4a3c-8dfa-c5c296c08a53.json used request id req-8342e919-b353-4a1b-9af3-fd85f6b9ebcd 2018-11-09 09:32:50,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.38891196251s 2018-11-09 09:32:50,595 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/91b3d90b-1710-4a3c-8dfa-c5c296c08a53.json used request id req-8342e919-b353-4a1b-9af3-fd85f6b9ebcd 2018-11-09 09:32:50,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:32:50,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:50,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-527026ff-bd1b-4763-8ebd-e7f5219a73b5 Date: Fri, 09 Nov 2018 09:32: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":[],"updated_at":"2018-11-09T09:32:50Z","tenant_id":"1135de1747b9400187d2c49567a751f8","created_at":"2018-11-09T09:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"1135de1747b9400187d2c49567a751f8","id":"b218d0b1-b3f0-4f72-80d8-1bb307feb6b7","name":"cloudify_ims-net_52017f0d-2fed-4fad-b39e-b933416cc071"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:32:50,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-527026ff-bd1b-4763-8ebd-e7f5219a73b5 2018-11-09 09:32:50,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.2682929039s 2018-11-09 09:32:50,865 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-527026ff-bd1b-4763-8ebd-e7f5219a73b5 2018-11-09 09:32:50,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-09 09:32:50,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/b218d0b1-b3f0-4f72-80d8-1bb307feb6b7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:51,949 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2883ddaa-a7e9-4f22-8a03-168376f60bb4 Date: Fri, 09 Nov 2018 09:32:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:32:51,950 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b218d0b1-b3f0-4f72-80d8-1bb307feb6b7.json used request id req-2883ddaa-a7e9-4f22-8a03-168376f60bb4 2018-11-09 09:32:51,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.08398199081s 2018-11-09 09:32:51,950 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b218d0b1-b3f0-4f72-80d8-1bb307feb6b7.json used request id req-2883ddaa-a7e9-4f22-8a03-168376f60bb4 2018-11-09 09:32:51,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:32:51,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:52,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-4ea17048-baf2-4da4-a9ea-b6704c759384 Date: Fri, 09 Nov 2018 09:32:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap", "metadata": {}}], "file": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16/file", "owner": "1135de1747b9400187d2c49567a751f8", "id": "2b56e494-f609-4aee-9eee-514164226c16", "size": 4373348352, "self": "/v2/images/2b56e494-f609-4aee-9eee-514164226c16", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2b56e494-f609-4aee-9eee-514164226c16/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:03:01Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_52017f0d-2fed-4fad-b39e-b933416cc071", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-09T09:01:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:32:52,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4ea17048-baf2-4da4-a9ea-b6704c759384 2018-11-09 09:32:52,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.572607040405s 2018-11-09 09:32:52,524 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4ea17048-baf2-4da4-a9ea-b6704c759384 2018-11-09 09:32:52,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 09:32:52,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/2b56e494-f609-4aee-9eee-514164226c16 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3ddf9aaab73a4119adac93b20e9b088524b481c" 2018-11-09 09:32:57,062 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d10a5bcf-b67e-45f4-b602-dcc6c1004677 Date: Fri, 09 Nov 2018 09:32:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 09:32:57,062 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/2b56e494-f609-4aee-9eee-514164226c16 used request id req-d10a5bcf-b67e-45f4-b602-dcc6c1004677 2018-11-09 09:32:57,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 4.5365190506s 2018-11-09 09:32:57,062 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/2b56e494-f609-4aee-9eee-514164226c16 used request id req-d10a5bcf-b67e-45f4-b602-dcc6c1004677 2018-11-09 09:32:57,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 09:32:57,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:57,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:32:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce4beae3-face-415e-a229-0db9d25b5da8 x-compute-request-id: req-ce4beae3-face-415e-a229-0db9d25b5da8 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0f7a8260-284b-4275-b161-6d812010af8c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "0f7a8260-284b-4275-b161-6d812010af8c", "name": "cloudify_ims-flavor_52017f0d-2fed-4fad-b39e-b933416cc071", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 09:32:57,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-ce4beae3-face-415e-a229-0db9d25b5da8 2018-11-09 09:32:57,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0760278701782s 2018-11-09 09:32:57,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-ce4beae3-face-415e-a229-0db9d25b5da8 2018-11-09 09:32:57,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 09:32:57,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/0f7a8260-284b-4275-b161-6d812010af8c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:57,183 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 09:32:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-048557cc-bebd-4a54-a549-e68e1a877cf6 x-compute-request-id: req-048557cc-bebd-4a54-a549-e68e1a877cf6 Content-Length: 0 Content-Type: application/json 2018-11-09 09:32:57,183 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/0f7a8260-284b-4275-b161-6d812010af8c used request id req-048557cc-bebd-4a54-a549-e68e1a877cf6 2018-11-09 09:32:57,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0424768924713s 2018-11-09 09:32:57,183 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/0f7a8260-284b-4275-b161-6d812010af8c used request id req-048557cc-bebd-4a54-a549-e68e1a877cf6 2018-11-09 09:32:57,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 09:32:57,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:57,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac718ff2-4bee-40b9-9ef6-906d07a05acc Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_52017f0d-2fed-4fad-b39e-b933416cc071", "links": {"self": "http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b"}, "domain_id": "default", "enabled": true, "id": "d2a4b628aee14e67b5932f087d19d58b", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 09:32:57,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ac718ff2-4bee-40b9-9ef6-906d07a05acc 2018-11-09 09:32:57,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102087020874s 2018-11-09 09:32:57,286 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ac718ff2-4bee-40b9-9ef6-906d07a05acc 2018-11-09 09:32:57,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 09:32:57,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:57,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b1c38e7-0834-449a-b531-6c3ee0b04721 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b"}, "enabled": true, "id": "d2a4b628aee14e67b5932f087d19d58b", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_52017f0d-2fed-4fad-b39e-b933416cc071"}} 2018-11-09 09:32:57,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b used request id req-2b1c38e7-0834-449a-b531-6c3ee0b04721 2018-11-09 09:32:57,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0966289043427s 2018-11-09 09:32:57,389 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b used request id req-2b1c38e7-0834-449a-b531-6c3ee0b04721 2018-11-09 09:32:57,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 09:32:57,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:57,559 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6247fd9b-1090-4513-9ffc-380dc7681fd7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 09:32:57,559 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b used request id req-6247fd9b-1090-4513-9ffc-380dc7681fd7 2018-11-09 09:32:57,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.169502973557s 2018-11-09 09:32:57,560 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/d2a4b628aee14e67b5932f087d19d58b used request id req-6247fd9b-1090-4513-9ffc-380dc7681fd7 2018-11-09 09:32:57,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 09:32:57,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:57,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a88c209d-51df-418a-9d3b-dd0579f2e656 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/1135de1747b9400187d2c49567a751f8"}, "enabled": true, "id": "1135de1747b9400187d2c49567a751f8", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_52017f0d-2fed-4fad-b39e-b933416cc071"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 09:32:57,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a88c209d-51df-418a-9d3b-dd0579f2e656 2018-11-09 09:32:57,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0812640190125s 2018-11-09 09:32:57,642 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a88c209d-51df-418a-9d3b-dd0579f2e656 2018-11-09 09:32:57,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 09:32:57,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/1135de1747b9400187d2c49567a751f8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:57,798 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93a79991-03ad-4815-bdea-695942a4758f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 09:32:57,798 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/1135de1747b9400187d2c49567a751f8 used request id req-93a79991-03ad-4815-bdea-695942a4758f 2018-11-09 09:32:57,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153939008713s 2018-11-09 09:32:57,799 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/1135de1747b9400187d2c49567a751f8 used request id req-93a79991-03ad-4815-bdea-695942a4758f 2018-11-09 09:32:57,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:32:57,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:57,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc51042e-813c-4035-990a-b0e97bdf034e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1cbf3296e8404dfebf5fea155c5156ce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1cbf3296e8404dfebf5fea155c5156ce"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:32:57,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-dc51042e-813c-4035-990a-b0e97bdf034e 2018-11-09 09:32:57,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0775628089905s 2018-11-09 09:32:57,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 09:32:57,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/1cbf3296e8404dfebf5fea155c5156ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:57,980 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6087926d-0c28-4255-9259-27f95dc16a9f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 09:32:57,981 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/1cbf3296e8404dfebf5fea155c5156ce used request id req-6087926d-0c28-4255-9259-27f95dc16a9f 2018-11-09 09:32:57,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102401018143s 2018-11-09 09:32:57,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:32:57,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=1135de1747b9400187d2c49567a751f8&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}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:58,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2930 X-Openstack-Request-Id: req-4962e5a9-80f6-4edc-b19b-d9b5e547cf30 Date: Fri, 09 Nov 2018 09:32:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:06:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:06:55Z", "revision_number": 0, "id": "f01d0c9a-3f4e-429b-8b2c-8dab53300cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:06:55Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 5, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:32:58,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=1135de1747b9400187d2c49567a751f8&name=default used request id req-4962e5a9-80f6-4edc-b19b-d9b5e547cf30 2018-11-09 09:32:58,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189072847366s 2018-11-09 09:32:58,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=1135de1747b9400187d2c49567a751f8&name=default used request id req-4962e5a9-80f6-4edc-b19b-d9b5e547cf30 2018-11-09 09:32:58,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:32:58,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:58,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9849 X-Openstack-Request-Id: req-7b666eee-61bb-4487-ae4f-cdcbfde30591 Date: Fri, 09 Nov 2018 09:32:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1135de1747b9400187d2c49567a751f8", "created_at": "2018-11-09T09:00:17Z", "updated_at": "2018-11-09T09:06:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "e8a5df90-477d-4305-911e-46eecf9263b0", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "da654836-90e5-4a86-a0f5-8a2ec69f5356", "remote_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "29527674-24bc-45a7-aadd-deeeb4ce277e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:00:18Z", "revision_number": 0, "id": "0ce05e7d-0514-4af4-ac67-f683d6cc053e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:00:18Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:06:55Z", "revision_number": 0, "id": "f01d0c9a-3f4e-429b-8b2c-8dab53300cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:06:55Z", "security_group_id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "tenant_id": "1135de1747b9400187d2c49567a751f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1135de1747b9400187d2c49567a751f8"}], "revision_number": 5, "project_id": "1135de1747b9400187d2c49567a751f8", "id": "f3947e19-bd18-42a4-b4be-7b60c68e4ae0", "name": "default"}]} 2018-11-09 09:32:58,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-7b666eee-61bb-4487-ae4f-cdcbfde30591 2018-11-09 09:32:58,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20196890831s 2018-11-09 09:32:58,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-7b666eee-61bb-4487-ae4f-cdcbfde30591 2018-11-09 09:32:58,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 09:32:58,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/f3947e19-bd18-42a4-b4be-7b60c68e4ae0.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}893aaab2feb5151d831fdf91f94e8471610d9dfc" 2018-11-09 09:32:58,714 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6576806b-4862-4e7a-856d-5fe60402b6b3 Content-Length: 0 Date: Fri, 09 Nov 2018 09:32:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:32:58,715 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f3947e19-bd18-42a4-b4be-7b60c68e4ae0.json used request id req-6576806b-4862-4e7a-856d-5fe60402b6b3 2018-11-09 09:32:58,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.331310987473s 2018-11-09 09:32:58,715 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f3947e19-bd18-42a4-b4be-7b60c68e4ae0.json used request id req-6576806b-4862-4e7a-856d-5fe60402b6b3 2018-11-09 09:32:58,743 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-11-09 09:32:58,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 09:32:58,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 09:32:58,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 09:32:58,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 09:32:58,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 09:32:58,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 09:32:58,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 09:32:58,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 09:32:58,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 09:32:58,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 09:32:58,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 09:32:58,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 09:32:58,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 09:32:58,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66951f2f-3897-4022-8275-db4d23000e29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 09:32:58,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-66951f2f-3897-4022-8275-db4d23000e29 2018-11-09 09:32:58,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 09:32:59,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T10:32:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["mzr9YnqoTsypMHUtxIffyQ"], "issued_at": "2018-11-09T09:32:59.000000Z"}} 2018-11-09 09:32:59,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:32:59,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:32:59,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-0375fb62-c7ce-4126-87af-bd1b243399d8 Date: Fri, 09 Nov 2018 09:32:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 09:32:59,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0375fb62-c7ce-4126-87af-bd1b243399d8 2018-11-09 09:32:59,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.225474119186s 2018-11-09 09:32:59,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0375fb62-c7ce-4126-87af-bd1b243399d8 2018-11-09 09:32:59,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 09:32:59,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:32:59,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 09:32:59,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:32:59,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecfb1e1f-dcf0-4aa5-94a3-dfb4c1e9b3da Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 09:32:59,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ecfb1e1f-dcf0-4aa5-94a3-dfb4c1e9b3da 2018-11-09 09:32:59,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.100167036057s 2018-11-09 09:32:59,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 09:32:59,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}58b15e2c13552d560110c812c93cd75cf45796e4" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941"}}' 2018-11-09 09:32:59,706 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b37ad17f-a1ce-4867-8706-3763521be4b9 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.27:5000/v3/projects/40e7281ed9084d5bb595b044ddc78d7f"}, "enabled": true, "id": "40e7281ed9084d5bb595b044ddc78d7f", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941"}} 2018-11-09 09:32:59,706 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-b37ad17f-a1ce-4867-8706-3763521be4b9 2018-11-09 09:32:59,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109850883484s 2018-11-09 09:32:59,706 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-b37ad17f-a1ce-4867-8706-3763521be4b9 2018-11-09 09:32:59,707 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941', 'id': u'40e7281ed9084d5bb595b044ddc78d7f', 'description': u'Created by OPNFV Functest: vyos_vrouter', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 09:32:59,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 09:33:00,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.37518787384s 2018-11-09 09:33:00,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:00,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be38e1b0-d2ec-4169-a627-8c4cfdd3607c Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598"}, "enabled": true, "id": "ce68d51e5cee47baabd42ff00fbd8598", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_56944059-5384-425a-b0ef-3b4d51bd2941"}} 2018-11-09 09:33:00,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598 used request id req-be38e1b0-d2ec-4169-a627-8c4cfdd3607c 2018-11-09 09:33:00,181 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ce68d51e5cee47baabd42ff00fbd8598', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_56944059-5384-425a-b0ef-3b4d51bd2941'}) 2018-11-09 09:33:00,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:33:00,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:00,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe0ef196-af83-40a3-a424-aa26ae77d705 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:33:00,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fe0ef196-af83-40a3-a424-aa26ae77d705 2018-11-09 09:33:00,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746941566467s 2018-11-09 09:33:00,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:33:00,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:00,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a03d4e13-67e3-4747-a764-9e3cf39cc4f5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:33:00,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a03d4e13-67e3-4747-a764-9e3cf39cc4f5 2018-11-09 09:33:00,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0805821418762s 2018-11-09 09:33:00,339 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 09:33:00,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 09:33:00,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" -d '{"role": {"name": "Member"}}' 2018-11-09 09:33:00,527 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a85a44f0-0c10-414b-bf9a-e4c20ab587bb Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "08bba2de88074f4e97c9d26c2c5699e5", "links": {"self": "http://172.30.9.27:5000/v3/roles/08bba2de88074f4e97c9d26c2c5699e5"}, "name": "Member"}} 2018-11-09 09:33:00,527 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-a85a44f0-0c10-414b-bf9a-e4c20ab587bb 2018-11-09 09:33:00,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.187871932983s 2018-11-09 09:33:00,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/08bba2de88074f4e97c9d26c2c5699e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:00,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0cb353f-1cca-4388-ae67-ad60b0bee8ac Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/08bba2de88074f4e97c9d26c2c5699e5"}, "domain_id": null, "name": "Member", "id": "08bba2de88074f4e97c9d26c2c5699e5"}} 2018-11-09 09:33:00,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/08bba2de88074f4e97c9d26c2c5699e5 used request id req-c0cb353f-1cca-4388-ae67-ad60b0bee8ac 2018-11-09 09:33:00,543 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/08bba2de88074f4e97c9d26c2c5699e5'}, 'domain_id': None, 'human_id': None, 'id': u'08bba2de88074f4e97c9d26c2c5699e5', 'HUMAN_ID': False}) 2018-11-09 09:33:00,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:33:00,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:00,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40728f9a-a989-47f9-8634-7acbe38a5c51 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "08bba2de88074f4e97c9d26c2c5699e5", "links": {"self": "http://172.30.9.27:5000/v3/roles/08bba2de88074f4e97c9d26c2c5699e5"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:33:00,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-40728f9a-a989-47f9-8634-7acbe38a5c51 2018-11-09 09:33:00,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814480781555s 2018-11-09 09:33:00,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 09:33:00,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:00,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07ea03fd-b76e-415c-aae6-78832bfbb8ad Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 09:33:00,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-07ea03fd-b76e-415c-aae6-78832bfbb8ad 2018-11-09 09:33:00,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0792028903961s 2018-11-09 09:33:00,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 09:33:00,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:00,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e24b57b6-55c3-47ec-b640-9a9513744b08 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_56944059-5384-425a-b0ef-3b4d51bd2941", "links": {"self": "http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598"}, "domain_id": "default", "enabled": true, "id": "ce68d51e5cee47baabd42ff00fbd8598", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 09:33:00,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e24b57b6-55c3-47ec-b640-9a9513744b08 2018-11-09 09:33:00,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0909061431885s 2018-11-09 09:33:00,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e24b57b6-55c3-47ec-b640-9a9513744b08 2018-11-09 09:33:00,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 09:33:00,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:00,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-512b76eb-e76a-499f-8239-c396576e5738 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.27:5000/v3/projects/40e7281ed9084d5bb595b044ddc78d7f"}, "enabled": true, "id": "40e7281ed9084d5bb595b044ddc78d7f", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 09:33:00,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-512b76eb-e76a-499f-8239-c396576e5738 2018-11-09 09:33:00,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0843820571899s 2018-11-09 09:33:00,889 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-512b76eb-e76a-499f-8239-c396576e5738 2018-11-09 09:33:00,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 09:33:00,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=ce68d51e5cee47baabd42ff00fbd8598&scope.project.id=40e7281ed9084d5bb595b044ddc78d7f&role.id=08bba2de88074f4e97c9d26c2c5699e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:00,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a627c956-efc2-4fe7-969b-bdca3d50eb3a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=ce68d51e5cee47baabd42ff00fbd8598&scope.project.id=40e7281ed9084d5bb595b044ddc78d7f&role.id=08bba2de88074f4e97c9d26c2c5699e5", "previous": null, "next": null}} 2018-11-09 09:33:00,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=ce68d51e5cee47baabd42ff00fbd8598&scope.project.id=40e7281ed9084d5bb595b044ddc78d7f&role.id=08bba2de88074f4e97c9d26c2c5699e5 used request id req-a627c956-efc2-4fe7-969b-bdca3d50eb3a 2018-11-09 09:33:00,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0879681110382s 2018-11-09 09:33:00,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 09:33:00,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/40e7281ed9084d5bb595b044ddc78d7f/users/ce68d51e5cee47baabd42ff00fbd8598/roles/08bba2de88074f4e97c9d26c2c5699e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:01,096 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:33:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5b45858-d8ad-47d5-9f32-f11b5a9f739d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 09:33:01,097 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/40e7281ed9084d5bb595b044ddc78d7f/users/ce68d51e5cee47baabd42ff00fbd8598/roles/08bba2de88074f4e97c9d26c2c5699e5 used request id req-b5b45858-d8ad-47d5-9f32-f11b5a9f739d 2018-11-09 09:33:01,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116508960724s 2018-11-09 09:33:01,098 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941', 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': 'a3120a3b-f691-47b3-b78e-c26d2737a90b', 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_56944059-5384-425a-b0ef-3b4d51bd2941', 'project_id': u'40e7281ed9084d5bb595b044ddc78d7f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 09:33:01,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 09:33:01,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 09:33:01,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 09:33:01,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 09:33:01,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 09:33:01,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 09:33:01,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 09:33:01,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 09:33:01,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 09:33:01,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 09:33:01,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 09:33:01,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 09:33:01,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 09:33:01,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 09:33:01,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 09:33:01,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 09:33:01,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 09:33:01,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 09:33:01,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 09:33:01,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 09:33:01,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 09:33:01,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 09:33:01,103 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_56944059-5384-425a-b0ef-3b4d51bd2941', 'password': 'a3120a3b-f691-47b3-b78e-c26d2737a90b', 'project_name': 'vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '40e7281ed9084d5bb595b044ddc78d7f', 'project_domain_name': 'Default'} 2018-11-09 09:33:01,134 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-11-09 09:33:01,134 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-11-09 09:33:01,175 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-11-09 09:33:01,234 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-11-09 09:33:01,235 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-11-09 09:33:01,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 09:33:01,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:01,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd71e5a4-302b-422d-90dc-12f8f8f38e2c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 09:33:01,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-cd71e5a4-302b-422d-90dc-12f8f8f38e2c 2018-11-09 09:33:01,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0835599899292s 2018-11-09 09:33:01,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 09:33:01,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:33:01,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38b104e8-3f01-4c0c-a70a-38d18d97e0fb Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.27:5000/v3/projects/40e7281ed9084d5bb595b044ddc78d7f"}, "enabled": true, "id": "40e7281ed9084d5bb595b044ddc78d7f", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 09:33:01,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-38b104e8-3f01-4c0c-a70a-38d18d97e0fb 2018-11-09 09:33:01,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0863149166107s 2018-11-09 09:33:01,407 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-38b104e8-3f01-4c0c-a70a-38d18d97e0fb 2018-11-09 09:33:01,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-09 09:33:01,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" -d '{"network": {"tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "name": "vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941", "admin_state_up": true}}' 2018-11-09 09:33:02,056 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-9e3a19c2-c20d-45b2-9819-4804b4e288cd Date: Fri, 09 Nov 2018 09:33:02 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6d990ec2-a5a6-49a0-bdcb-825425240903","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"40e7281ed9084d5bb595b044ddc78d7f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T09:33:01Z","is_default":false,"qos_policy_id":null,"name":"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941","admin_state_up":true,"tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:33:01Z","mtu":1450}} 2018-11-09 09:33:02,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9e3a19c2-c20d-45b2-9819-4804b4e288cd 2018-11-09 09:33:02,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.647090911865s 2018-11-09 09:33:02,057 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9e3a19c2-c20d-45b2-9819-4804b4e288cd 2018-11-09 09:33:02,058 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-09T09:33:01Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6d990ec2-a5a6-49a0-bdcb-825425240903', u'provider:segmentation_id': 48, 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_56944059-5384-425a-b0ef-3b4d51bd2941', u'created_at': u'2018-11-09T09:33:01Z', u'mtu': 1450, u'tenant_id': u'40e7281ed9084d5bb595b044ddc78d7f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'40e7281ed9084d5bb595b044ddc78d7f'}) 2018-11-09 09:33:02,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 09:33:02,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8281cc8a-c66e-49fe-886f-045bc4a9804c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 09:33:02,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8281cc8a-c66e-49fe-886f-045bc4a9804c 2018-11-09 09:33:02,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 09:33:02,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "08bba2de88074f4e97c9d26c2c5699e5", "name": "Member"}], "expires_at": "2018-11-09T10:33:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40e7281ed9084d5bb595b044ddc78d7f", "name": "vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/40e7281ed9084d5bb595b044ddc78d7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/40e7281ed9084d5bb595b044ddc78d7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/40e7281ed9084d5bb595b044ddc78d7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/40e7281ed9084d5bb595b044ddc78d7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/40e7281ed9084d5bb595b044ddc78d7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/40e7281ed9084d5bb595b044ddc78d7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/40e7281ed9084d5bb595b044ddc78d7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/40e7281ed9084d5bb595b044ddc78d7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/40e7281ed9084d5bb595b044ddc78d7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/40e7281ed9084d5bb595b044ddc78d7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/40e7281ed9084d5bb595b044ddc78d7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/40e7281ed9084d5bb595b044ddc78d7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_56944059-5384-425a-b0ef-3b4d51bd2941", "id": "ce68d51e5cee47baabd42ff00fbd8598"}, "audit_ids": ["ch5znME2SnOUbego-Lzjpw"], "issued_at": "2018-11-09T09:33:02.000000Z"}} 2018-11-09 09:33:02,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:33:02,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:33:02,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-23fc17c6-4784-405e-9795-da93443ef3e2 Date: Fri, 09 Nov 2018 09:33:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T09:33:01Z","tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"40e7281ed9084d5bb595b044ddc78d7f","id":"6d990ec2-a5a6-49a0-bdcb-825425240903","name":"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:33:02,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-23fc17c6-4784-405e-9795-da93443ef3e2 2018-11-09 09:33:02,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260892868042s 2018-11-09 09:33:02,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-23fc17c6-4784-405e-9795-da93443ef3e2 2018-11-09 09:33:02,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-09 09:33:02,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"subnet": {"name": "vyos_vrouter-subnet_56944059-5384-425a-b0ef-3b4d51bd2941", "enable_dhcp": true, "network_id": "6d990ec2-a5a6-49a0-bdcb-825425240903", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-09 09:33:03,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c4141b67-3397-46bf-9d83-a6df0d2e9051 Date: Fri, 09 Nov 2018 09:33:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d990ec2-a5a6-49a0-bdcb-825425240903","tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:33:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T09:33:03Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"40e7281ed9084d5bb595b044ddc78d7f","id":"a38a75b6-63b5-411e-bb5c-e8dc037aa275","subnetpool_id":null,"name":"vyos_vrouter-subnet_56944059-5384-425a-b0ef-3b4d51bd2941"}} 2018-11-09 09:33:03,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c4141b67-3397-46bf-9d83-a6df0d2e9051 2018-11-09 09:33:03,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.904364824295s 2018-11-09 09:33:03,620 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c4141b67-3397-46bf-9d83-a6df0d2e9051 2018-11-09 09:33:03,620 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T09:33:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'a38a75b6-63b5-411e-bb5c-e8dc037aa275', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_56944059-5384-425a-b0ef-3b4d51bd2941', u'enable_dhcp': True, u'network_id': u'6d990ec2-a5a6-49a0-bdcb-825425240903', u'tenant_id': u'40e7281ed9084d5bb595b044ddc78d7f', u'created_at': u'2018-11-09T09:33:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'40e7281ed9084d5bb595b044ddc78d7f'}) 2018-11-09 09:33:03,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-09 09:33:03,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "vyos_vrouter-router_56944059-5384-425a-b0ef-3b4d51bd2941", "admin_state_up": true}}' 2018-11-09 09:33:08,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-88b1b4ec-24e2-4249-aaf0-bf87043f5b76 Date: Fri, 09 Nov 2018 09:33:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:04Z", "admin_state_up": true, "updated_at": "2018-11-09T09:33:05Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "9f9e56d8-6964-410d-9e35-d0f5938e834d", "name": "vyos_vrouter-router_56944059-5384-425a-b0ef-3b4d51bd2941"}} 2018-11-09 09:33:08,858 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-88b1b4ec-24e2-4249-aaf0-bf87043f5b76 2018-11-09 09:33:08,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.23677015305s 2018-11-09 09:33:08,858 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-88b1b4ec-24e2-4249-aaf0-bf87043f5b76 2018-11-09 09:33:08,859 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T09:33:05Z', u'revision_number': 3, u'id': u'9f9e56d8-6964-410d-9e35-d0f5938e834d', u'external_gateway_info': {u'network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cb65f4ed-a378-4853-84d5-43a993df3191', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_56944059-5384-425a-b0ef-3b4d51bd2941', u'admin_state_up': True, u'tenant_id': u'40e7281ed9084d5bb595b044ddc78d7f', u'created_at': u'2018-11-09T09:33:04Z', u'flavor_id': None, u'routes': [], u'project_id': u'40e7281ed9084d5bb595b044ddc78d7f'}) 2018-11-09 09:33:08,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-09 09:33:08,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9f9e56d8-6964-410d-9e35-d0f5938e834d/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}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"subnet_id": "a38a75b6-63b5-411e-bb5c-e8dc037aa275"}' 2018-11-09 09:33:10,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-40f3e2ee-1516-4183-9db9-234c0cff5061 Date: Fri, 09 Nov 2018 09:33:11 GMT RESP BODY: {"network_id": "6d990ec2-a5a6-49a0-bdcb-825425240903", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "subnet_id": "a38a75b6-63b5-411e-bb5c-e8dc037aa275", "subnet_ids": ["a38a75b6-63b5-411e-bb5c-e8dc037aa275"], "port_id": "44b0eab2-25b1-45ad-aaf6-4caf2fb61c45", "id": "9f9e56d8-6964-410d-9e35-d0f5938e834d"} 2018-11-09 09:33:10,978 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9f9e56d8-6964-410d-9e35-d0f5938e834d/add_router_interface.json used request id req-40f3e2ee-1516-4183-9db9-234c0cff5061 2018-11-09 09:33:10,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.11898708344s 2018-11-09 09:33:10,979 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9f9e56d8-6964-410d-9e35-d0f5938e834d/add_router_interface.json used request id req-40f3e2ee-1516-4183-9db9-234c0cff5061 returning object 9f9e56d8-6964-410d-9e35-d0f5938e834d 2018-11-09 09:33:10,979 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-11-09 09:33:33,600 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-11-09 09:33:33,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:33:33,607 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 09:33:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 09:33:33,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:33:33,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:33:33,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-286cbcdc-3625-424f-be07-02929a68b069 Date: Fri, 09 Nov 2018 09:33:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:33:33,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-286cbcdc-3625-424f-be07-02929a68b069 2018-11-09 09:33:33,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.208977937698s 2018-11-09 09:33:33,818 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-286cbcdc-3625-424f-be07-02929a68b069 2018-11-09 09:33:33,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 09:33:33,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941"}' 2018-11-09 09:33:34,048 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404 X-Openstack-Request-Id: req-daa46032-d1eb-4608-b591-6172dd071cfd Date: Fri, 09 Nov 2018 09:33:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404/file", "owner": "40e7281ed9084d5bb595b044ddc78d7f", "id": "da112c6c-e73f-4625-a738-7ebb5de46404", "size": null, "self": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:33:34Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "checksum": null, "created_at": "2018-11-09T09:33:34Z", "protected": false} 2018-11-09 09:33:34,048 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-daa46032-d1eb-4608-b591-6172dd071cfd 2018-11-09 09:33:34,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.228247880936s 2018-11-09 09:33:34,049 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-daa46032-d1eb-4608-b591-6172dd071cfd returning object da112c6c-e73f-4625-a738-7ebb5de46404 2018-11-09 09:33:34,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 09:33:34,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404/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}fc61811828c330e83c98e5f0502b97f541d3649c" -d '' 2018-11-09 09:34:43,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6f274cf-1ab8-4889-a4a7-66bd818b666b Date: Fri, 09 Nov 2018 09:34:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 09:34:43,181 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404/file used request id req-d6f274cf-1ab8-4889-a4a7-66bd818b666b 2018-11-09 09:34:43,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 69.1308951378s 2018-11-09 09:34:43,181 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404/file used request id req-d6f274cf-1ab8-4889-a4a7-66bd818b666b 2018-11-09 09:34:43,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:34:43,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:43,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-728e0835-253a-4812-99f1-27de62d5df39 Date: Fri, 09 Nov 2018 09:34:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap", "metadata": {}}], "file": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404/file", "owner": "40e7281ed9084d5bb595b044ddc78d7f", "id": "da112c6c-e73f-4625-a738-7ebb5de46404", "size": 4373348352, "self": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:34:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-09T09:33:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:34:43,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-728e0835-253a-4812-99f1-27de62d5df39 2018-11-09 09:34:43,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190328836441s 2018-11-09 09:34:43,373 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-728e0835-253a-4812-99f1-27de62d5df39 2018-11-09 09:34:43,376 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap', u'metadata': Munch({})})], 'file': u'/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404/file', 'owner': u'40e7281ed9084d5bb595b044ddc78d7f', 'id': u'da112c6c-e73f-4625-a738-7ebb5de46404', 'size': 4373348352, u'self': u'/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40e7281ed9084d5bb595b044ddc78d7f', 'name': 'vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T09:34:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-09T09:34:43Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941', 'created': u'2018-11-09T09:33:34Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-11-09T09:33:34Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-11-09 09:34:43,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 09:34:43,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_56944059-5384-425a-b0ef-3b4d51bd2941", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-11-09 09:34:43,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:34:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79bbf8fd-5b1e-4b87-8d83-f9b02e3487be x-compute-request-id: req-79bbf8fd-5b1e-4b87-8d83-f9b02e3487be Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "name": "vyos_vrouter-flavor_56944059-5384-425a-b0ef-3b4d51bd2941", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 09:34:43,566 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-79bbf8fd-5b1e-4b87-8d83-f9b02e3487be 2018-11-09 09:34:43,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.189409017563s 2018-11-09 09:34:43,567 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-79bbf8fd-5b1e-4b87-8d83-f9b02e3487be returning object f6709a56-0109-4c5b-946f-b10bd04e491c 2018-11-09 09:34:43,568 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_56944059-5384-425a-b0ef-3b4d51bd2941', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'f6709a56-0109-4c5b-946f-b10bd04e491c', 'swap': 0}) 2018-11-09 09:34:43,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 09:34:43,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c/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}58b15e2c13552d560110c812c93cd75cf45796e4" -d '{"extra_specs": {}}' 2018-11-09 09:34:43,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:34:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e98cda8-f215-4265-abbe-693dca07aa65 x-compute-request-id: req-3e98cda8-f215-4265-abbe-693dca07aa65 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 09:34:43,589 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c/os-extra_specs used request id req-3e98cda8-f215-4265-abbe-693dca07aa65 2018-11-09 09:34:43,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209219455719s 2018-11-09 09:34:43,590 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c/os-extra_specs used request id req-3e98cda8-f215-4265-abbe-693dca07aa65 2018-11-09 09:34:43,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-11-09 09:34:43,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"keypair": {"name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941"}}' 2018-11-09 09:34:43,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:34:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b6bc505-121b-48f4-966b-0825e47c8362 x-compute-request-id: req-1b6bc505-121b-48f4-966b-0825e47c8362 Content-Encoding: gzip Content-Length: 1814 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGE83EGLniIK5jVlp+M0lbCitoYZiHiWyAYwRK4VIeBw1YqyHrmtnnbcmimkGM09Zys7QIdggs8BFHQwrSIFYJ6ifjE3p/0AZwHhfkL+m3L4GDzCiIYhR/H/192v7/GRy+VqR3CsYl3Ld+Z3x8yHegoktueT13tnWesZatT/EketJcjzyVY/SVDZvVGSlrn2wlyUIO0rSBAkdTGfpm0D3yyeyZ6pKW2cp3tVrEA3Dba85nht2I/oMYdq6sTfGsTY+WRX2J0vHY6zpF/JV+v8nBm6vIn2M/ovM/8NUqtS4nHKNaD4Z03ortA/n94u7Ggyt4IWx3JIXR7u01jkDlDMST Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxhPNxBi54iCuY1ZafjNJWworaGGYh4lsgGMESuFSHgcNWKsh\n65rZ523JoppBjNPWcrO0CHYILPARR0MK0iBWCeon4xN6f9AGcB4X5C/pty+Bg8wo\niGIUfx/9fdr+/xkcvlakdwrGJdy3fmd8fMh3oKJLbnk9d7Z1nrGWrU/xJHrSXI88\nlWP0lQ2b1Rkpa59sJclCDtK0gQJHUxn6ZtA98snsmeqSltnKd7VaxANw22vOZ4bd\niP6DGHaurE3xrE2PlkV9idLx2Os6RfyVfr/JwZuryJ9jP6LzP/DVKrUuJxyjWg+G\ndN6K7QP5/eLuxoMreCFsdySF0e7tNY5A5QzEkwIDAQABAoIBAQCZXH/2koZplJAx\nDY0nJSJowKj3OolUd4xwozmRmH9yDFfDDU1IFC8expxVr0WNef8R9B0yZ+DQmldm\na3wXUT4MkyWq5Uv1ZeV2LXamEIrOcJPArfO8FOR1wRkNtt+0N4dPv9m66badXhUc\nY5e5LaWh08a/lFOJOtY6tplJOxoj+S+aD2JykrfoteAg4EfTJqaBDVG1YTvHStM+\nZ2SgeaoODMfzMoGxcdbnahmGyBK+LG0yov04rOlm3UHqlM3PKRcibQHOnJw2jL9U\n7RJB4wHI+TG0Mf5lMzEG8vTPoOJdc9IJLlcKxu9FiuIdqouFzTuNKBtV8p518U9R\ntKBYtWGBAoGBAOs4YZD/KnOr89wHQ+9hirQdUTWYAtp/HIQrb+s6SiXnekOYP6Mm\nDiRcOc6DjxOqTFbt3KboriT8UKwMaLKRudW7eJuMMEsCBBK4mYB2xoE52in8Clw+\nbS8wLwwaJ/ZTJxhMtn+/WXTSj2GMuMYLwlFCPbvj8PGCnkS/r6ys5iwhAoGBANeT\nayXM3hqB423bc+R8p0gac1+A4JNNY8l3GgkpKYsa2JCZKRwKMKP409z4K4ExVDOa\nUOe7b5YkbeOrIeWnYdFtj/ykHMpH28sgjSw5THWAsBFQ5bIuEsq4bQSx9PyBcKgy\npklE1PsUR4i6jtLZfAUXlw/TqIX9KUy287AC4rozAoGAYBLXRvHx1O0W3XfaN5wP\nmyGeWdWM1NG2RAW54MoeHv084v78fxa8D/3bXo49kjqsk5Tz2viOqGymRp+K4+TB\nkprP2DiaQQjBwSPFDsN0sLOAeEWJtcOJtQxpKvhD+khcX4B1yhfN4fletulTTxDe\nfXIg5O1lLD+9hTcF+fFk0gECgYBa4q3zu9GPv18Q+8p6dAtanLwzcXQ85g3B7FKv\ntgjrup+/JrNsPOeQ2eEIciB1UUS8lLyzVhSPakBiEc4yskTNNLHVw6LXrT/+/XRH\nRsjzaRPR2Rdd7YrCqMpdhmFQ64mBgAkXLsvUJxKZlH2Oa16cDvwDEiskgj0dOKy4\nch8AfQKBgQDW3W+oxRWjZSbpc3OazGXlJyrbZNw/1z6oHv1o9wxk4OBvKklmyqH9\nyYycOdYmVzQzADCeH6Q5P9NM13Pp2ExaI0j5Nsl9ca3OJA02L1hkscdZkpsw+W/A\npV7CTNFtUzHGSXUgBrTR3VLYoMzfDN1XrTpma5xlnWuAEbaEtg1z4Q==\n-----END RSA PRIVATE KEY-----\n", "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "fingerprint": "b7:c7:1e:b1:91:08:34:1b:f2:70:64:93:e5:ce:38:f9"}} 2018-11-09 09:34:43,853 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-1b6bc505-121b-48f4-966b-0825e47c8362 2018-11-09 09:34:43,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.2622859478s 2018-11-09 09:34:43,854 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-1b6bc505-121b-48f4-966b-0825e47c8362 2018-11-09 09:34:43,854 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGE83EGLniIK5jVlp+M0lbCitoYZiHiWyAYwRK4VIeBw1YqyHrmtnnbcmimkGM09Zys7QIdggs8BFHQwrSIFYJ6ifjE3p/0AZwHhfkL+m3L4GDzCiIYhR/H/192v7/GRy+VqR3CsYl3Ld+Z3x8yHegoktueT13tnWesZatT/EketJcjzyVY/SVDZvVGSlrn2wlyUIO0rSBAkdTGfpm0D3yyeyZ6pKW2cp3tVrEA3Dba85nht2I/oMYdq6sTfGsTY+WRX2J0vHY6zpF/JV+v8nBm6vIn2M/ovM/8NUqtS4nHKNaD4Z03ortA/n94u7Ggyt4IWx3JIXR7u01jkDlDMST Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxhPNxBi54iCuY1ZafjNJWworaGGYh4lsgGMESuFSHgcNWKsh\n65rZ523JoppBjNPWcrO0CHYILPARR0MK0iBWCeon4xN6f9AGcB4X5C/pty+Bg8wo\niGIUfx/9fdr+/xkcvlakdwrGJdy3fmd8fMh3oKJLbnk9d7Z1nrGWrU/xJHrSXI88\nlWP0lQ2b1Rkpa59sJclCDtK0gQJHUxn6ZtA98snsmeqSltnKd7VaxANw22vOZ4bd\niP6DGHaurE3xrE2PlkV9idLx2Os6RfyVfr/JwZuryJ9jP6LzP/DVKrUuJxyjWg+G\ndN6K7QP5/eLuxoMreCFsdySF0e7tNY5A5QzEkwIDAQABAoIBAQCZXH/2koZplJAx\nDY0nJSJowKj3OolUd4xwozmRmH9yDFfDDU1IFC8expxVr0WNef8R9B0yZ+DQmldm\na3wXUT4MkyWq5Uv1ZeV2LXamEIrOcJPArfO8FOR1wRkNtt+0N4dPv9m66badXhUc\nY5e5LaWh08a/lFOJOtY6tplJOxoj+S+aD2JykrfoteAg4EfTJqaBDVG1YTvHStM+\nZ2SgeaoODMfzMoGxcdbnahmGyBK+LG0yov04rOlm3UHqlM3PKRcibQHOnJw2jL9U\n7RJB4wHI+TG0Mf5lMzEG8vTPoOJdc9IJLlcKxu9FiuIdqouFzTuNKBtV8p518U9R\ntKBYtWGBAoGBAOs4YZD/KnOr89wHQ+9hirQdUTWYAtp/HIQrb+s6SiXnekOYP6Mm\nDiRcOc6DjxOqTFbt3KboriT8UKwMaLKRudW7eJuMMEsCBBK4mYB2xoE52in8Clw+\nbS8wLwwaJ/ZTJxhMtn+/WXTSj2GMuMYLwlFCPbvj8PGCnkS/r6ys5iwhAoGBANeT\nayXM3hqB423bc+R8p0gac1+A4JNNY8l3GgkpKYsa2JCZKRwKMKP409z4K4ExVDOa\nUOe7b5YkbeOrIeWnYdFtj/ykHMpH28sgjSw5THWAsBFQ5bIuEsq4bQSx9PyBcKgy\npklE1PsUR4i6jtLZfAUXlw/TqIX9KUy287AC4rozAoGAYBLXRvHx1O0W3XfaN5wP\nmyGeWdWM1NG2RAW54MoeHv084v78fxa8D/3bXo49kjqsk5Tz2viOqGymRp+K4+TB\nkprP2DiaQQjBwSPFDsN0sLOAeEWJtcOJtQxpKvhD+khcX4B1yhfN4fletulTTxDe\nfXIg5O1lLD+9hTcF+fFk0gECgYBa4q3zu9GPv18Q+8p6dAtanLwzcXQ85g3B7FKv\ntgjrup+/JrNsPOeQ2eEIciB1UUS8lLyzVhSPakBiEc4yskTNNLHVw6LXrT/+/XRH\nRsjzaRPR2Rdd7YrCqMpdhmFQ64mBgAkXLsvUJxKZlH2Oa16cDvwDEiskgj0dOKy4\nch8AfQKBgQDW3W+oxRWjZSbpc3OazGXlJyrbZNw/1z6oHv1o9wxk4OBvKklmyqH9\nyYycOdYmVzQzADCeH6Q5P9NM13Pp2ExaI0j5Nsl9ca3OJA02L1hkscdZkpsw+W/A\npV7CTNFtUzHGSXUgBrTR3VLYoMzfDN1XrTpma5xlnWuAEbaEtg1z4Q==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ce68d51e5cee47baabd42ff00fbd8598', 'name': u'vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941', 'created_at': '2018-11-09T09:34:43.854869', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40e7281ed9084d5bb595b044ddc78d7f', 'name': 'vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b7:c7:1e:b1:91:08:34:1b:f2:70:64:93:e5:ce:38:f9', 'type': 'ssh', 'id': u'vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941'}) 2018-11-09 09:34:43,855 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAxhPNxBi54iCuY1ZafjNJWworaGGYh4lsgGMESuFSHgcNWKsh 65rZ523JoppBjNPWcrO0CHYILPARR0MK0iBWCeon4xN6f9AGcB4X5C/pty+Bg8wo iGIUfx/9fdr+/xkcvlakdwrGJdy3fmd8fMh3oKJLbnk9d7Z1nrGWrU/xJHrSXI88 lWP0lQ2b1Rkpa59sJclCDtK0gQJHUxn6ZtA98snsmeqSltnKd7VaxANw22vOZ4bd iP6DGHaurE3xrE2PlkV9idLx2Os6RfyVfr/JwZuryJ9jP6LzP/DVKrUuJxyjWg+G dN6K7QP5/eLuxoMreCFsdySF0e7tNY5A5QzEkwIDAQABAoIBAQCZXH/2koZplJAx DY0nJSJowKj3OolUd4xwozmRmH9yDFfDDU1IFC8expxVr0WNef8R9B0yZ+DQmldm a3wXUT4MkyWq5Uv1ZeV2LXamEIrOcJPArfO8FOR1wRkNtt+0N4dPv9m66badXhUc Y5e5LaWh08a/lFOJOtY6tplJOxoj+S+aD2JykrfoteAg4EfTJqaBDVG1YTvHStM+ Z2SgeaoODMfzMoGxcdbnahmGyBK+LG0yov04rOlm3UHqlM3PKRcibQHOnJw2jL9U 7RJB4wHI+TG0Mf5lMzEG8vTPoOJdc9IJLlcKxu9FiuIdqouFzTuNKBtV8p518U9R tKBYtWGBAoGBAOs4YZD/KnOr89wHQ+9hirQdUTWYAtp/HIQrb+s6SiXnekOYP6Mm DiRcOc6DjxOqTFbt3KboriT8UKwMaLKRudW7eJuMMEsCBBK4mYB2xoE52in8Clw+ bS8wLwwaJ/ZTJxhMtn+/WXTSj2GMuMYLwlFCPbvj8PGCnkS/r6ys5iwhAoGBANeT ayXM3hqB423bc+R8p0gac1+A4JNNY8l3GgkpKYsa2JCZKRwKMKP409z4K4ExVDOa UOe7b5YkbeOrIeWnYdFtj/ykHMpH28sgjSw5THWAsBFQ5bIuEsq4bQSx9PyBcKgy pklE1PsUR4i6jtLZfAUXlw/TqIX9KUy287AC4rozAoGAYBLXRvHx1O0W3XfaN5wP myGeWdWM1NG2RAW54MoeHv084v78fxa8D/3bXo49kjqsk5Tz2viOqGymRp+K4+TB kprP2DiaQQjBwSPFDsN0sLOAeEWJtcOJtQxpKvhD+khcX4B1yhfN4fletulTTxDe fXIg5O1lLD+9hTcF+fFk0gECgYBa4q3zu9GPv18Q+8p6dAtanLwzcXQ85g3B7FKv tgjrup+/JrNsPOeQ2eEIciB1UUS8lLyzVhSPakBiEc4yskTNNLHVw6LXrT/+/XRH RsjzaRPR2Rdd7YrCqMpdhmFQ64mBgAkXLsvUJxKZlH2Oa16cDvwDEiskgj0dOKy4 ch8AfQKBgQDW3W+oxRWjZSbpc3OazGXlJyrbZNw/1z6oHv1o9wxk4OBvKklmyqH9 yYycOdYmVzQzADCeH6Q5P9NM13Pp2ExaI0j5Nsl9ca3OJA02L1hkscdZkpsw+W/A pV7CTNFtUzHGSXUgBrTR3VLYoMzfDN1XrTpma5xlnWuAEbaEtg1z4Q== -----END RSA PRIVATE KEY----- 2018-11-09 09:34:43,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-11-09 09:34:43,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"security_group": {"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-11-09 09:34:44,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-8320e9a1-6c0e-45b3-91a4-b7e3dfaacfcf Date: Fri, 09 Nov 2018 09:34:44 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:44Z", "updated_at": "2018-11-09T09:34:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "8cd4134c-879d-4a7a-b111-ffb6b883e45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "edb4a4c9-7950-421f-8a5e-1691df7d735b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 2, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}} 2018-11-09 09:34:44,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8320e9a1-6c0e-45b3-91a4-b7e3dfaacfcf 2018-11-09 09:34:44,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.350646972656s 2018-11-09 09:34:44,209 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8320e9a1-6c0e-45b3-91a4-b7e3dfaacfcf 2018-11-09 09:34:44,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:34:44,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:44,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-9939d8eb-484b-4d7e-b801-89df7c65eeae Date: Fri, 09 Nov 2018 09:34:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:01Z", "updated_at": "2018-11-09T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "1f1066b8-e303-4338-8b55-aba0f2134a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "2b6895b4-7ba9-4b18-809f-5a6d8045cc24", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "b47db37f-5c87-4ed9-be15-37ff320fac19", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "f735b46c-7695-4e84-8bc4-7a915836fca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 4, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:44Z", "updated_at": "2018-11-09T09:34:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "8cd4134c-879d-4a7a-b111-ffb6b883e45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "edb4a4c9-7950-421f-8a5e-1691df7d735b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 2, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}]} 2018-11-09 09:34:44,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-9939d8eb-484b-4d7e-b801-89df7c65eeae 2018-11-09 09:34:44,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197592020035s 2018-11-09 09:34:44,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-9939d8eb-484b-4d7e-b801-89df7c65eeae 2018-11-09 09:34:44,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:34:44,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -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": "f4db8e4b-93c2-49d7-9964-424caa9610a5"}}' 2018-11-09 09:34:44,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-60a22c8e-afce-4842-9f30-934c4569bd1a Date: Fri, 09 Nov 2018 09:34:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "port_range_min": 22, "revision_number": 0, "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:44Z", "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "0c09d450-3c35-409f-b72d-95c53f3b81fc"}} 2018-11-09 09:34:44,735 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-60a22c8e-afce-4842-9f30-934c4569bd1a 2018-11-09 09:34:44,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.318960905075s 2018-11-09 09:34:44,736 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-60a22c8e-afce-4842-9f30-934c4569bd1a 2018-11-09 09:34:44,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:34:44,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:44,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-f6e98638-6eeb-4455-8740-aeb920cc39fc Date: Fri, 09 Nov 2018 09:34:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:01Z", "updated_at": "2018-11-09T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "1f1066b8-e303-4338-8b55-aba0f2134a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "2b6895b4-7ba9-4b18-809f-5a6d8045cc24", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "b47db37f-5c87-4ed9-be15-37ff320fac19", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "f735b46c-7695-4e84-8bc4-7a915836fca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 4, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:44Z", "updated_at": "2018-11-09T09:34:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "0c09d450-3c35-409f-b72d-95c53f3b81fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "8cd4134c-879d-4a7a-b111-ffb6b883e45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "edb4a4c9-7950-421f-8a5e-1691df7d735b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 3, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}]} 2018-11-09 09:34:44,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f6e98638-6eeb-4455-8740-aeb920cc39fc 2018-11-09 09:34:44,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.187788009644s 2018-11-09 09:34:44,928 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f6e98638-6eeb-4455-8740-aeb920cc39fc 2018-11-09 09:34:44,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:34:44,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -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": "f4db8e4b-93c2-49d7-9964-424caa9610a5"}}' 2018-11-09 09:34:45,651 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-161b5a01-1a52-4f7b-ba0b-490f9ff89a9b Date: Fri, 09 Nov 2018 09:34:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T09:34:45Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "port_range_min": null, "revision_number": 0, "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:45Z", "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "df9ad86e-7e3a-4bfa-be6c-d067e073943d"}} 2018-11-09 09:34:45,651 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-161b5a01-1a52-4f7b-ba0b-490f9ff89a9b 2018-11-09 09:34:45,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.72029209137s 2018-11-09 09:34:45,652 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-161b5a01-1a52-4f7b-ba0b-490f9ff89a9b 2018-11-09 09:34:45,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:34:45,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:45,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-e73c7ce8-0252-46ea-b139-3c52ae738de7 Date: Fri, 09 Nov 2018 09:34:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:01Z", "updated_at": "2018-11-09T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "1f1066b8-e303-4338-8b55-aba0f2134a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "2b6895b4-7ba9-4b18-809f-5a6d8045cc24", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "b47db37f-5c87-4ed9-be15-37ff320fac19", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "f735b46c-7695-4e84-8bc4-7a915836fca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 4, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:44Z", "updated_at": "2018-11-09T09:34:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "0c09d450-3c35-409f-b72d-95c53f3b81fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "8cd4134c-879d-4a7a-b111-ffb6b883e45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:45Z", "revision_number": 0, "id": "df9ad86e-7e3a-4bfa-be6c-d067e073943d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:45Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "edb4a4c9-7950-421f-8a5e-1691df7d735b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 4, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}]} 2018-11-09 09:34:45,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e73c7ce8-0252-46ea-b139-3c52ae738de7 2018-11-09 09:34:45,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0623869895935s 2018-11-09 09:34:45,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e73c7ce8-0252-46ea-b139-3c52ae738de7 2018-11-09 09:34:45,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:34:45,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -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": "f4db8e4b-93c2-49d7-9964-424caa9610a5"}}' 2018-11-09 09:34:46,198 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ed3c0f17-a018-4650-98b0-47cb36ad49e4 Date: Fri, 09 Nov 2018 09:34:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "port_range_min": 80, "revision_number": 0, "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:46Z", "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "2395c333-1073-4dfa-8a84-6ad8eb298501"}} 2018-11-09 09:34:46,198 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ed3c0f17-a018-4650-98b0-47cb36ad49e4 2018-11-09 09:34:46,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.475928068161s 2018-11-09 09:34:46,199 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ed3c0f17-a018-4650-98b0-47cb36ad49e4 2018-11-09 09:34:46,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:34:46,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:46,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-5c951ce2-960a-4286-b30c-e11903330ce9 Date: Fri, 09 Nov 2018 09:34:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:01Z", "updated_at": "2018-11-09T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "1f1066b8-e303-4338-8b55-aba0f2134a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "2b6895b4-7ba9-4b18-809f-5a6d8045cc24", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "b47db37f-5c87-4ed9-be15-37ff320fac19", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "f735b46c-7695-4e84-8bc4-7a915836fca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 4, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:44Z", "updated_at": "2018-11-09T09:34:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "0c09d450-3c35-409f-b72d-95c53f3b81fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-09T09:34:46Z", "revision_number": 0, "id": "2395c333-1073-4dfa-8a84-6ad8eb298501", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "8cd4134c-879d-4a7a-b111-ffb6b883e45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:45Z", "revision_number": 0, "id": "df9ad86e-7e3a-4bfa-be6c-d067e073943d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:45Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "edb4a4c9-7950-421f-8a5e-1691df7d735b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 5, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}]} 2018-11-09 09:34:46,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5c951ce2-960a-4286-b30c-e11903330ce9 2018-11-09 09:34:46,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.244024991989s 2018-11-09 09:34:46,447 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5c951ce2-960a-4286-b30c-e11903330ce9 2018-11-09 09:34:46,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:34:46,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -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": "f4db8e4b-93c2-49d7-9964-424caa9610a5"}}' 2018-11-09 09:34:46,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-3ac2ab48-9413-481f-8de0-999fb97e70b1 Date: Fri, 09 Nov 2018 09:34:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "port_range_min": 443, "revision_number": 0, "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:46Z", "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "24cebf57-0e0d-495a-9916-fd33c661c6bf"}} 2018-11-09 09:34:46,615 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-3ac2ab48-9413-481f-8de0-999fb97e70b1 2018-11-09 09:34:46,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.165018081665s 2018-11-09 09:34:46,616 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-3ac2ab48-9413-481f-8de0-999fb97e70b1 2018-11-09 09:34:46,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:34:46,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:46,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-839a793e-a534-4ad7-b426-9684b854be9c Date: Fri, 09 Nov 2018 09:34:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:01Z", "updated_at": "2018-11-09T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "1f1066b8-e303-4338-8b55-aba0f2134a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "2b6895b4-7ba9-4b18-809f-5a6d8045cc24", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "b47db37f-5c87-4ed9-be15-37ff320fac19", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "f735b46c-7695-4e84-8bc4-7a915836fca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 4, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:44Z", "updated_at": "2018-11-09T09:34:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "0c09d450-3c35-409f-b72d-95c53f3b81fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-09T09:34:46Z", "revision_number": 0, "id": "2395c333-1073-4dfa-8a84-6ad8eb298501", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-09T09:34:46Z", "revision_number": 0, "id": "24cebf57-0e0d-495a-9916-fd33c661c6bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 443, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "8cd4134c-879d-4a7a-b111-ffb6b883e45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:45Z", "revision_number": 0, "id": "df9ad86e-7e3a-4bfa-be6c-d067e073943d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:45Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "edb4a4c9-7950-421f-8a5e-1691df7d735b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 6, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}]} 2018-11-09 09:34:46,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-839a793e-a534-4ad7-b426-9684b854be9c 2018-11-09 09:34:46,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.215034008026s 2018-11-09 09:34:46,835 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-839a793e-a534-4ad7-b426-9684b854be9c 2018-11-09 09:34:46,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:34:46,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -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": "f4db8e4b-93c2-49d7-9964-424caa9610a5"}}' 2018-11-09 09:34:46,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-7f57773c-0014-482a-af5c-77daccdf12cd Date: Fri, 09 Nov 2018 09:34:47 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "port_range_min": 5671, "revision_number": 0, "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:46Z", "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "68e20b3e-855f-4b2f-89c3-33b662f80273"}} 2018-11-09 09:34:46,993 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-7f57773c-0014-482a-af5c-77daccdf12cd 2018-11-09 09:34:46,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.154203891754s 2018-11-09 09:34:46,993 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-7f57773c-0014-482a-af5c-77daccdf12cd 2018-11-09 09:34:46,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:34:46,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:47,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-596f5525-4a46-4ae1-a525-2c5361a0aec0 Date: Fri, 09 Nov 2018 09:34:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:01Z", "updated_at": "2018-11-09T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "1f1066b8-e303-4338-8b55-aba0f2134a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "2b6895b4-7ba9-4b18-809f-5a6d8045cc24", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "b47db37f-5c87-4ed9-be15-37ff320fac19", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "f735b46c-7695-4e84-8bc4-7a915836fca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 4, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:44Z", "updated_at": "2018-11-09T09:34:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "0c09d450-3c35-409f-b72d-95c53f3b81fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-09T09:34:46Z", "revision_number": 0, "id": "2395c333-1073-4dfa-8a84-6ad8eb298501", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-09T09:34:46Z", "revision_number": 0, "id": "24cebf57-0e0d-495a-9916-fd33c661c6bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 443, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-11-09T09:34:46Z", "revision_number": 0, "id": "68e20b3e-855f-4b2f-89c3-33b662f80273", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "8cd4134c-879d-4a7a-b111-ffb6b883e45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:45Z", "revision_number": 0, "id": "df9ad86e-7e3a-4bfa-be6c-d067e073943d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:45Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "edb4a4c9-7950-421f-8a5e-1691df7d735b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 7, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}]} 2018-11-09 09:34:47,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-596f5525-4a46-4ae1-a525-2c5361a0aec0 2018-11-09 09:34:47,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205733060837s 2018-11-09 09:34:47,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-596f5525-4a46-4ae1-a525-2c5361a0aec0 2018-11-09 09:34:47,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-09 09:34:47,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -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": "f4db8e4b-93c2-49d7-9964-424caa9610a5"}}' 2018-11-09 09:34:47,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-70f96c90-a092-4eaa-9819-dfb4a1af0fea Date: Fri, 09 Nov 2018 09:34:47 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-11-09T09:34:47Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "port_range_min": 53333, "revision_number": 0, "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:47Z", "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "7770e987-6e2e-423c-9008-d2009ecca0ae"}} 2018-11-09 09:34:47,376 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-70f96c90-a092-4eaa-9819-dfb4a1af0fea 2018-11-09 09:34:47,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.169501066208s 2018-11-09 09:34:47,377 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-70f96c90-a092-4eaa-9819-dfb4a1af0fea 2018-11-09 09:34:47,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:34:47,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:47,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-0bb75640-0f49-4669-8f80-77a21c4c106f Date: Fri, 09 Nov 2018 09:34: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":["a38a75b6-63b5-411e-bb5c-e8dc037aa275"],"updated_at":"2018-11-09T09:33:03Z","tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"40e7281ed9084d5bb595b044ddc78d7f","id":"6d990ec2-a5a6-49a0-bdcb-825425240903","name":"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:34:47,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0bb75640-0f49-4669-8f80-77a21c4c106f 2018-11-09 09:34:47,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252751111984s 2018-11-09 09:34:47,632 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0bb75640-0f49-4669-8f80-77a21c4c106f 2018-11-09 09:34:47,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:34:47,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:47,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-f37fb599-9e51-4c90-ade5-1df5c908a6bf Date: Fri, 09 Nov 2018 09:34:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap", "metadata": {}}], "file": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404/file", "owner": "40e7281ed9084d5bb595b044ddc78d7f", "id": "da112c6c-e73f-4625-a738-7ebb5de46404", "size": 4373348352, "self": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:34:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-09T09:33:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:34:47,800 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f37fb599-9e51-4c90-ade5-1df5c908a6bf 2018-11-09 09:34:47,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167527914047s 2018-11-09 09:34:47,801 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f37fb599-9e51-4c90-ade5-1df5c908a6bf 2018-11-09 09:34:47,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 09:34:47,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:47,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:34:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43cec708-196c-491a-acea-2b33a2205f9f x-compute-request-id: req-43cec708-196c-491a-acea-2b33a2205f9f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "name": "vyos_vrouter-flavor_56944059-5384-425a-b0ef-3b4d51bd2941", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 09:34:47,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-43cec708-196c-491a-acea-2b33a2205f9f 2018-11-09 09:34:47,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0339930057526s 2018-11-09 09:34:47,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-43cec708-196c-491a-acea-2b33a2205f9f 2018-11-09 09:34:47,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-09 09:34:47,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"server": {"name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "imageRef": "da112c6c-e73f-4625-a738-7ebb5de46404", "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "flavorRef": "f6709a56-0109-4c5b-946f-b10bd04e491c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6d990ec2-a5a6-49a0-bdcb-825425240903"}], "security_groups": [{"name": "f4db8e4b-93c2-49d7-9964-424caa9610a5"}]}}' 2018-11-09 09:34:50,102 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 09:34:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-055730b4-ffbd-4f1b-87ab-891ab353e3d8 x-compute-request-id: req-055730b4-ffbd-4f1b-87ab-891ab353e3d8 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f4db8e4b-93c2-49d7-9964-424caa9610a5"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "adminPass": "X2zYX2oy5WDS"}} 2018-11-09 09:34:50,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-055730b4-ffbd-4f1b-87ab-891ab353e3d8 2018-11-09 09:34:50,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.2633960247s 2018-11-09 09:34:50,103 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-055730b4-ffbd-4f1b-87ab-891ab353e3d8 2018-11-09 09:34:50,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:34:50,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:50,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:34:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2e76c35-19c0-4603-a932-82afcb3d451e x-compute-request-id: req-e2e76c35-19c0-4603-a932-82afcb3d451e 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.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:34:50,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e2e76c35-19c0-4603-a932-82afcb3d451e 2018-11-09 09:34:50,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.601310014725s 2018-11-09 09:34:50,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e2e76c35-19c0-4603-a932-82afcb3d451e 2018-11-09 09:34:50,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:34:50,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:50,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-7abdc7ce-4731-4f28-8e8b-094a696c708c Date: Fri, 09 Nov 2018 09:34: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":["a38a75b6-63b5-411e-bb5c-e8dc037aa275"],"updated_at":"2018-11-09T09:33:03Z","tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"40e7281ed9084d5bb595b044ddc78d7f","id":"6d990ec2-a5a6-49a0-bdcb-825425240903","name":"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:34:50,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7abdc7ce-4731-4f28-8e8b-094a696c708c 2018-11-09 09:34:50,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248986959457s 2018-11-09 09:34:50,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7abdc7ce-4731-4f28-8e8b-094a696c708c 2018-11-09 09:34:50,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-09 09:34:50,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:51,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-93f59309-3b83-4084-b993-0857722af675 Date: Fri, 09 Nov 2018 09:34:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d990ec2-a5a6-49a0-bdcb-825425240903","tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:33:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T09:33:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"40e7281ed9084d5bb595b044ddc78d7f","id":"a38a75b6-63b5-411e-bb5c-e8dc037aa275","subnetpool_id":null,"name":"vyos_vrouter-subnet_56944059-5384-425a-b0ef-3b4d51bd2941"}]} 2018-11-09 09:34:51,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-93f59309-3b83-4084-b993-0857722af675 2018-11-09 09:34:51,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0875718593597s 2018-11-09 09:34:51,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-93f59309-3b83-4084-b993-0857722af675 2018-11-09 09:34:51,051 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:34:53,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:34:53,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:53,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d12c388-fd60-494c-ab3d-7ac50389ed97 x-compute-request-id: req-6d12c388-fd60-494c-ab3d-7ac50389ed97 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:34:53,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6d12c388-fd60-494c-ab3d-7ac50389ed97 2018-11-09 09:34:53,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.268054962158s 2018-11-09 09:34:53,323 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6d12c388-fd60-494c-ab3d-7ac50389ed97 2018-11-09 09:34:53,327 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:34:55,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:34:55,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:55,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-a2b2f805-991f-4b77-9921-cf2fc4ae3e78 x-compute-request-id: req-a2b2f805-991f-4b77-9921-cf2fc4ae3e78 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:34:55,868 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a2b2f805-991f-4b77-9921-cf2fc4ae3e78 2018-11-09 09:34:55,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538208007812s 2018-11-09 09:34:55,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a2b2f805-991f-4b77-9921-cf2fc4ae3e78 2018-11-09 09:34:55,872 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:34:57,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:34:57,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:34:58,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-315c5828-3fe6-433f-a911-75f368328340 x-compute-request-id: req-315c5828-3fe6-433f-a911-75f368328340 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:34:58,725 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-315c5828-3fe6-433f-a911-75f368328340 2018-11-09 09:34:58,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.850383996964s 2018-11-09 09:34:58,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-315c5828-3fe6-433f-a911-75f368328340 2018-11-09 09:34:58,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:00,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:00,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:00,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c7fb7fd-7ca0-40c4-b459-d29fd150e2cd x-compute-request-id: req-9c7fb7fd-7ca0-40c4-b459-d29fd150e2cd Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:00,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9c7fb7fd-7ca0-40c4-b459-d29fd150e2cd 2018-11-09 09:35:00,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.258609056473s 2018-11-09 09:35:00,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9c7fb7fd-7ca0-40c4-b459-d29fd150e2cd 2018-11-09 09:35:00,995 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:02,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:03,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:03,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-80b89b92-0d01-4eec-9986-5880f53ea0cc x-compute-request-id: req-80b89b92-0d01-4eec-9986-5880f53ea0cc Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:03,562 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-80b89b92-0d01-4eec-9986-5880f53ea0cc 2018-11-09 09:35:03,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564404010773s 2018-11-09 09:35:03,563 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-80b89b92-0d01-4eec-9986-5880f53ea0cc 2018-11-09 09:35:03,567 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:05,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:05,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:06,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0893d91e-2f74-4fb0-9828-39264937f7ef x-compute-request-id: req-0893d91e-2f74-4fb0-9828-39264937f7ef Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:06,326 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0893d91e-2f74-4fb0-9828-39264937f7ef 2018-11-09 09:35:06,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.756768226624s 2018-11-09 09:35:06,327 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0893d91e-2f74-4fb0-9828-39264937f7ef 2018-11-09 09:35:06,331 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:08,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:08,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:08,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35: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-13bb9349-ee8e-493f-a621-752853b85c0d x-compute-request-id: req-13bb9349-ee8e-493f-a621-752853b85c0d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:08,981 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-13bb9349-ee8e-493f-a621-752853b85c0d 2018-11-09 09:35:08,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.647439002991s 2018-11-09 09:35:08,982 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-13bb9349-ee8e-493f-a621-752853b85c0d 2018-11-09 09:35:08,986 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:10,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:10,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:11,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35: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-9516dc2d-4707-4b62-b853-ce120970dda6 x-compute-request-id: req-9516dc2d-4707-4b62-b853-ce120970dda6 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:11,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9516dc2d-4707-4b62-b853-ce120970dda6 2018-11-09 09:35:11,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636309862137s 2018-11-09 09:35:11,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9516dc2d-4707-4b62-b853-ce120970dda6 2018-11-09 09:35:11,629 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:13,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:13,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:14,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-0ee658e6-643b-409e-a219-7abc0cb60ae0 x-compute-request-id: req-0ee658e6-643b-409e-a219-7abc0cb60ae0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:14,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0ee658e6-643b-409e-a219-7abc0cb60ae0 2018-11-09 09:35:14,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.68644785881s 2018-11-09 09:35:14,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0ee658e6-643b-409e-a219-7abc0cb60ae0 2018-11-09 09:35:14,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:16,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:16,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:16,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4451f2c7-3772-4e9a-8960-1eff3e581119 x-compute-request-id: req-4451f2c7-3772-4e9a-8960-1eff3e581119 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:16,700 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4451f2c7-3772-4e9a-8960-1eff3e581119 2018-11-09 09:35:16,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374526977539s 2018-11-09 09:35:16,701 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4451f2c7-3772-4e9a-8960-1eff3e581119 2018-11-09 09:35:16,706 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:18,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:18,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:19,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35: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-d0a5e1ad-9240-48db-952c-5ad1dae8dc76 x-compute-request-id: req-d0a5e1ad-9240-48db-952c-5ad1dae8dc76 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:19,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d0a5e1ad-9240-48db-952c-5ad1dae8dc76 2018-11-09 09:35:19,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09132599831s 2018-11-09 09:35:19,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d0a5e1ad-9240-48db-952c-5ad1dae8dc76 2018-11-09 09:35:19,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:21,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:21,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:22,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35: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-149d673c-3455-4d0f-8a34-8da96ceaac06 x-compute-request-id: req-149d673c-3455-4d0f-8a34-8da96ceaac06 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:22,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-149d673c-3455-4d0f-8a34-8da96ceaac06 2018-11-09 09:35:22,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509369134903s 2018-11-09 09:35:22,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-149d673c-3455-4d0f-8a34-8da96ceaac06 2018-11-09 09:35:22,321 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:24,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:24,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:25,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35: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-69156452-0497-4be1-878a-4e01bb90f1b5 x-compute-request-id: req-69156452-0497-4be1-878a-4e01bb90f1b5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:25,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-69156452-0497-4be1-878a-4e01bb90f1b5 2018-11-09 09:35:25,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.709012985229s 2018-11-09 09:35:25,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-69156452-0497-4be1-878a-4e01bb90f1b5 2018-11-09 09:35:25,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:27,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:27,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:27,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0011811f-27c9-4780-b2da-7b4fa8e2a124 x-compute-request-id: req-0011811f-27c9-4780-b2da-7b4fa8e2a124 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:27,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0011811f-27c9-4780-b2da-7b4fa8e2a124 2018-11-09 09:35:27,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543288946152s 2018-11-09 09:35:27,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0011811f-27c9-4780-b2da-7b4fa8e2a124 2018-11-09 09:35:27,588 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:29,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:29,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:30,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-f4dd33db-da57-4ba8-80f8-a2055424c3d7 x-compute-request-id: req-f4dd33db-da57-4ba8-80f8-a2055424c3d7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:30,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f4dd33db-da57-4ba8-80f8-a2055424c3d7 2018-11-09 09:35:30,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.692147016525s 2018-11-09 09:35:30,283 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f4dd33db-da57-4ba8-80f8-a2055424c3d7 2018-11-09 09:35:30,287 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:32,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:32,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:32,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-b0366a1c-8588-48a6-a01e-2c3a940e3c26 x-compute-request-id: req-b0366a1c-8588-48a6-a01e-2c3a940e3c26 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:32,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b0366a1c-8588-48a6-a01e-2c3a940e3c26 2018-11-09 09:35:32,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661139011383s 2018-11-09 09:35:32,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b0366a1c-8588-48a6-a01e-2c3a940e3c26 2018-11-09 09:35:32,955 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:34,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:34,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:35,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ca770a6-aabe-4a3d-80a3-a215e970505a x-compute-request-id: req-3ca770a6-aabe-4a3d-80a3-a215e970505a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:35,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3ca770a6-aabe-4a3d-80a3-a215e970505a 2018-11-09 09:35:35,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694598913193s 2018-11-09 09:35:35,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3ca770a6-aabe-4a3d-80a3-a215e970505a 2018-11-09 09:35:35,657 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:37,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:37,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:38,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-94ae3d71-ed76-44d7-8e17-9c12cf5acf35 x-compute-request-id: req-94ae3d71-ed76-44d7-8e17-9c12cf5acf35 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:38,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-94ae3d71-ed76-44d7-8e17-9c12cf5acf35 2018-11-09 09:35:38,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698478937149s 2018-11-09 09:35:38,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-94ae3d71-ed76-44d7-8e17-9c12cf5acf35 2018-11-09 09:35:38,363 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:40,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:40,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:40,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-950534d0-ec45-404a-85c9-64b49121a1aa x-compute-request-id: req-950534d0-ec45-404a-85c9-64b49121a1aa Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:40,870 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-950534d0-ec45-404a-85c9-64b49121a1aa 2018-11-09 09:35:40,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504669904709s 2018-11-09 09:35:40,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-950534d0-ec45-404a-85c9-64b49121a1aa 2018-11-09 09:35:40,874 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:42,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:42,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:43,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf98f4c2-a037-4724-be45-a416347cf6c7 x-compute-request-id: req-cf98f4c2-a037-4724-be45-a416347cf6c7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:43,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cf98f4c2-a037-4724-be45-a416347cf6c7 2018-11-09 09:35:43,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.581254959106s 2018-11-09 09:35:43,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cf98f4c2-a037-4724-be45-a416347cf6c7 2018-11-09 09:35:43,463 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:45,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:45,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:46,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32efd082-c041-4529-811b-34ab77da71fa x-compute-request-id: req-32efd082-c041-4529-811b-34ab77da71fa Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:46,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-32efd082-c041-4529-811b-34ab77da71fa 2018-11-09 09:35:46,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.609950065613s 2018-11-09 09:35:46,076 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-32efd082-c041-4529-811b-34ab77da71fa 2018-11-09 09:35:46,080 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:48,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:48,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:48,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-60e73cf8-a359-4e76-91ba-7ea8c0166a9f x-compute-request-id: req-60e73cf8-a359-4e76-91ba-7ea8c0166a9f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:48,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-60e73cf8-a359-4e76-91ba-7ea8c0166a9f 2018-11-09 09:35:48,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.765014886856s 2018-11-09 09:35:48,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-60e73cf8-a359-4e76-91ba-7ea8c0166a9f 2018-11-09 09:35:48,852 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:50,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:50,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:51,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-298bc2ec-2852-44f2-a5d7-523ab22b2f41 x-compute-request-id: req-298bc2ec-2852-44f2-a5d7-523ab22b2f41 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:51,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-298bc2ec-2852-44f2-a5d7-523ab22b2f41 2018-11-09 09:35:51,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716907024384s 2018-11-09 09:35:51,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-298bc2ec-2852-44f2-a5d7-523ab22b2f41 2018-11-09 09:35:51,576 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:53,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:53,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:54,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:35:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e135f16-263f-419d-a95e-f272f39d4739 x-compute-request-id: req-0e135f16-263f-419d-a95e-f272f39d4739 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:54,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0e135f16-263f-419d-a95e-f272f39d4739 2018-11-09 09:35:54,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518290996552s 2018-11-09 09:35:54,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0e135f16-263f-419d-a95e-f272f39d4739 2018-11-09 09:35:54,102 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:56,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:56,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:56,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-2259674b-b200-44cd-b34e-6c1b25f47584 x-compute-request-id: req-2259674b-b200-44cd-b34e-6c1b25f47584 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:56,613 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2259674b-b200-44cd-b34e-6c1b25f47584 2018-11-09 09:35:56,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508574962616s 2018-11-09 09:35:56,613 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2259674b-b200-44cd-b34e-6c1b25f47584 2018-11-09 09:35:56,617 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:35:58,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:35:58,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:35:59,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-cc0e61a9-a5f9-49bd-99f8-9f3e819fea64 x-compute-request-id: req-cc0e61a9-a5f9-49bd-99f8-9f3e819fea64 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:35:59,410 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cc0e61a9-a5f9-49bd-99f8-9f3e819fea64 2018-11-09 09:35:59,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.790260076523s 2018-11-09 09:35:59,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cc0e61a9-a5f9-49bd-99f8-9f3e819fea64 2018-11-09 09:35:59,415 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:01,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:01,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:01,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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,Accept-Encoding x-openstack-request-id: req-bc0c2ea4-6f04-4327-b393-c711566567a4 x-compute-request-id: req-bc0c2ea4-6f04-4327-b393-c711566567a4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:01,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bc0c2ea4-6f04-4327-b393-c711566567a4 2018-11-09 09:36:01,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547707796097s 2018-11-09 09:36:01,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bc0c2ea4-6f04-4327-b393-c711566567a4 2018-11-09 09:36:01,968 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:03,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:03,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:04,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3660903a-bab0-417c-a05c-cede776fa6c2 x-compute-request-id: req-3660903a-bab0-417c-a05c-cede776fa6c2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:04,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3660903a-bab0-417c-a05c-cede776fa6c2 2018-11-09 09:36:04,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356166124344s 2018-11-09 09:36:04,327 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3660903a-bab0-417c-a05c-cede776fa6c2 2018-11-09 09:36:04,331 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:06,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:06,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:07,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36: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-1b94e403-a683-497b-aeea-b4565ab89840 x-compute-request-id: req-1b94e403-a683-497b-aeea-b4565ab89840 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:07,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1b94e403-a683-497b-aeea-b4565ab89840 2018-11-09 09:36:07,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745079994202s 2018-11-09 09:36:07,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1b94e403-a683-497b-aeea-b4565ab89840 2018-11-09 09:36:07,085 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:09,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:09,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:09,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bff11641-3680-4e8b-b112-a6f090db0590 x-compute-request-id: req-bff11641-3680-4e8b-b112-a6f090db0590 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:09,580 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bff11641-3680-4e8b-b112-a6f090db0590 2018-11-09 09:36:09,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.492523908615s 2018-11-09 09:36:09,581 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bff11641-3680-4e8b-b112-a6f090db0590 2018-11-09 09:36:09,585 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:11,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:11,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:12,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58b1f7dc-8b3a-4527-af2d-fca187e12ebb x-compute-request-id: req-58b1f7dc-8b3a-4527-af2d-fca187e12ebb Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:12,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-58b1f7dc-8b3a-4527-af2d-fca187e12ebb 2018-11-09 09:36:12,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519555807114s 2018-11-09 09:36:12,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-58b1f7dc-8b3a-4527-af2d-fca187e12ebb 2018-11-09 09:36:12,112 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:14,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:14,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:14,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36: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-f145c353-d279-4924-a7b1-9a3710c6c605 x-compute-request-id: req-f145c353-d279-4924-a7b1-9a3710c6c605 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:14,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f145c353-d279-4924-a7b1-9a3710c6c605 2018-11-09 09:36:14,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513257026672s 2018-11-09 09:36:14,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f145c353-d279-4924-a7b1-9a3710c6c605 2018-11-09 09:36:14,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:16,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:16,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:17,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36: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-a06a3ce5-ad56-4038-9c66-a64a3364c7b4 x-compute-request-id: req-a06a3ce5-ad56-4038-9c66-a64a3364c7b4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:17,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a06a3ce5-ad56-4038-9c66-a64a3364c7b4 2018-11-09 09:36:17,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367916822433s 2018-11-09 09:36:17,004 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a06a3ce5-ad56-4038-9c66-a64a3364c7b4 2018-11-09 09:36:17,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:19,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:19,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:19,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36: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-fd699263-6f47-45ca-b203-4293c34fd70b x-compute-request-id: req-fd699263-6f47-45ca-b203-4293c34fd70b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:19,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fd699263-6f47-45ca-b203-4293c34fd70b 2018-11-09 09:36:19,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501360177994s 2018-11-09 09:36:19,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fd699263-6f47-45ca-b203-4293c34fd70b 2018-11-09 09:36:19,516 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:21,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:21,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:22,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36: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-2371404e-74d7-4768-b152-49d34c1f02a4 x-compute-request-id: req-2371404e-74d7-4768-b152-49d34c1f02a4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:22,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2371404e-74d7-4768-b152-49d34c1f02a4 2018-11-09 09:36:22,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495209932327s 2018-11-09 09:36:22,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2371404e-74d7-4768-b152-49d34c1f02a4 2018-11-09 09:36:22,019 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:24,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:24,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:24,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36: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-b67a5188-97b7-468c-a7c4-34d130163a62 x-compute-request-id: req-b67a5188-97b7-468c-a7c4-34d130163a62 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:24,531 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b67a5188-97b7-468c-a7c4-34d130163a62 2018-11-09 09:36:24,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509341001511s 2018-11-09 09:36:24,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b67a5188-97b7-468c-a7c4-34d130163a62 2018-11-09 09:36:24,535 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:26,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:26,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:27,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36: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-0d8b2dcb-cfca-44bd-b34f-8f7b517009eb x-compute-request-id: req-0d8b2dcb-cfca-44bd-b34f-8f7b517009eb Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:27,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0d8b2dcb-cfca-44bd-b34f-8f7b517009eb 2018-11-09 09:36:27,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532983779907s 2018-11-09 09:36:27,071 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0d8b2dcb-cfca-44bd-b34f-8f7b517009eb 2018-11-09 09:36:27,075 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:29,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:29,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:29,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-2c3a261b-1aa0-4db0-87aa-154a8101b9f5 x-compute-request-id: req-2c3a261b-1aa0-4db0-87aa-154a8101b9f5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:29,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2c3a261b-1aa0-4db0-87aa-154a8101b9f5 2018-11-09 09:36:29,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.479956865311s 2018-11-09 09:36:29,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2c3a261b-1aa0-4db0-87aa-154a8101b9f5 2018-11-09 09:36:29,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:31,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:31,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:32,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-4f7dc761-9002-438d-a3b6-e162c08a2eb9 x-compute-request-id: req-4f7dc761-9002-438d-a3b6-e162c08a2eb9 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:32,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4f7dc761-9002-438d-a3b6-e162c08a2eb9 2018-11-09 09:36:32,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.875620126724s 2018-11-09 09:36:32,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4f7dc761-9002-438d-a3b6-e162c08a2eb9 2018-11-09 09:36:32,445 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:34,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:34,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:34,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-f29340c0-a9d7-47f4-9baa-72e33a82721c x-compute-request-id: req-f29340c0-a9d7-47f4-9baa-72e33a82721c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:34,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f29340c0-a9d7-47f4-9baa-72e33a82721c 2018-11-09 09:36:34,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521728038788s 2018-11-09 09:36:34,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f29340c0-a9d7-47f4-9baa-72e33a82721c 2018-11-09 09:36:34,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:36,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:36,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:37,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36: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-5f68dc27-b9c3-4625-8d4c-a9a29a266ba8 x-compute-request-id: req-5f68dc27-b9c3-4625-8d4c-a9a29a266ba8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:37,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5f68dc27-b9c3-4625-8d4c-a9a29a266ba8 2018-11-09 09:36:37,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361354827881s 2018-11-09 09:36:37,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5f68dc27-b9c3-4625-8d4c-a9a29a266ba8 2018-11-09 09:36:37,342 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:39,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:39,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:39,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d440b1c-a8d4-4617-bf03-ef0de500f66e x-compute-request-id: req-1d440b1c-a8d4-4617-bf03-ef0de500f66e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:39,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1d440b1c-a8d4-4617-bf03-ef0de500f66e 2018-11-09 09:36:39,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507514953613s 2018-11-09 09:36:39,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1d440b1c-a8d4-4617-bf03-ef0de500f66e 2018-11-09 09:36:39,856 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:41,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:41,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:42,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-e5f8dc0e-70c5-46d1-a456-7a7d49d74b9b x-compute-request-id: req-e5f8dc0e-70c5-46d1-a456-7a7d49d74b9b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:42,227 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e5f8dc0e-70c5-46d1-a456-7a7d49d74b9b 2018-11-09 09:36:42,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368600845337s 2018-11-09 09:36:42,228 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e5f8dc0e-70c5-46d1-a456-7a7d49d74b9b 2018-11-09 09:36:42,232 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:44,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:44,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:44,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48f25a5e-a182-43a4-86f1-302088a13033 x-compute-request-id: req-48f25a5e-a182-43a4-86f1-302088a13033 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:44,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-48f25a5e-a182-43a4-86f1-302088a13033 2018-11-09 09:36:44,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511293888092s 2018-11-09 09:36:44,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-48f25a5e-a182-43a4-86f1-302088a13033 2018-11-09 09:36:44,750 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:46,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:46,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:47,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c878d50-0aa6-4d2e-a8d3-81cd22a7fc5d x-compute-request-id: req-8c878d50-0aa6-4d2e-a8d3-81cd22a7fc5d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:47,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8c878d50-0aa6-4d2e-a8d3-81cd22a7fc5d 2018-11-09 09:36:47,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656014919281s 2018-11-09 09:36:47,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8c878d50-0aa6-4d2e-a8d3-81cd22a7fc5d 2018-11-09 09:36:47,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:49,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:49,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:49,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-2af29af5-402c-4e77-b6f1-9a17ba9c128c x-compute-request-id: req-2af29af5-402c-4e77-b6f1-9a17ba9c128c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:49,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2af29af5-402c-4e77-b6f1-9a17ba9c128c 2018-11-09 09:36:49,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516737937927s 2018-11-09 09:36:49,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2af29af5-402c-4e77-b6f1-9a17ba9c128c 2018-11-09 09:36:49,937 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:51,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:51,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:52,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-c57282b8-fdeb-47bc-a27d-767611f21001 x-compute-request-id: req-c57282b8-fdeb-47bc-a27d-767611f21001 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:52,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c57282b8-fdeb-47bc-a27d-767611f21001 2018-11-09 09:36:52,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529575109482s 2018-11-09 09:36:52,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c57282b8-fdeb-47bc-a27d-767611f21001 2018-11-09 09:36:52,473 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:54,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:54,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:54,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-5f7edeae-2009-4197-aafe-0f8ed026826c x-compute-request-id: req-5f7edeae-2009-4197-aafe-0f8ed026826c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:54,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5f7edeae-2009-4197-aafe-0f8ed026826c 2018-11-09 09:36:54,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357354164124s 2018-11-09 09:36:54,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5f7edeae-2009-4197-aafe-0f8ed026826c 2018-11-09 09:36:54,838 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:56,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:56,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:57,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-e01712c4-2355-43ef-a655-873ca13f686f x-compute-request-id: req-e01712c4-2355-43ef-a655-873ca13f686f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:57,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e01712c4-2355-43ef-a655-873ca13f686f 2018-11-09 09:36:57,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530387878418s 2018-11-09 09:36:57,372 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e01712c4-2355-43ef-a655-873ca13f686f 2018-11-09 09:36:57,376 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:36:59,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:36:59,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:36:59,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-6852522e-72c8-4049-9692-ce53598d856e x-compute-request-id: req-6852522e-72c8-4049-9692-ce53598d856e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:36:59,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6852522e-72c8-4049-9692-ce53598d856e 2018-11-09 09:36:59,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521960020065s 2018-11-09 09:36:59,901 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6852522e-72c8-4049-9692-ce53598d856e 2018-11-09 09:36:59,905 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:01,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:01,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:02,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69651b14-2642-4b01-aebc-33a7707f6a90 x-compute-request-id: req-69651b14-2642-4b01-aebc-33a7707f6a90 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:02,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-69651b14-2642-4b01-aebc-33a7707f6a90 2018-11-09 09:37:02,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.650855064392s 2018-11-09 09:37:02,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-69651b14-2642-4b01-aebc-33a7707f6a90 2018-11-09 09:37:02,563 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:04,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:04,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:05,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-508f6256-e5ef-4b45-b001-f70ad701fe6d x-compute-request-id: req-508f6256-e5ef-4b45-b001-f70ad701fe6d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:05,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-508f6256-e5ef-4b45-b001-f70ad701fe6d 2018-11-09 09:37:05,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493688106537s 2018-11-09 09:37:05,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-508f6256-e5ef-4b45-b001-f70ad701fe6d 2018-11-09 09:37:05,063 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:07,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:07,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:07,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39a4be1b-eef4-46f3-9505-a961dcb59a0b x-compute-request-id: req-39a4be1b-eef4-46f3-9505-a961dcb59a0b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:07,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-39a4be1b-eef4-46f3-9505-a961dcb59a0b 2018-11-09 09:37:07,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.697278022766s 2018-11-09 09:37:07,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-39a4be1b-eef4-46f3-9505-a961dcb59a0b 2018-11-09 09:37:07,768 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:09,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:09,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:09,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37: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-58df53ed-e453-4658-836a-c0c87f03298e x-compute-request-id: req-58df53ed-e453-4658-836a-c0c87f03298e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:09,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-58df53ed-e453-4658-836a-c0c87f03298e 2018-11-09 09:37:09,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.221241950989s 2018-11-09 09:37:09,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-58df53ed-e453-4658-836a-c0c87f03298e 2018-11-09 09:37:09,996 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:11,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:12,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:12,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37: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-43ef9488-1148-4aac-846c-e1b371458f31 x-compute-request-id: req-43ef9488-1148-4aac-846c-e1b371458f31 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:12,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-43ef9488-1148-4aac-846c-e1b371458f31 2018-11-09 09:37:12,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427654981613s 2018-11-09 09:37:12,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-43ef9488-1148-4aac-846c-e1b371458f31 2018-11-09 09:37:12,431 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:14,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:14,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:14,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6e491da-753e-40a5-a1a1-135515caab6a x-compute-request-id: req-b6e491da-753e-40a5-a1a1-135515caab6a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:14,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6e491da-753e-40a5-a1a1-135515caab6a 2018-11-09 09:37:14,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.412506818771s 2018-11-09 09:37:14,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6e491da-753e-40a5-a1a1-135515caab6a 2018-11-09 09:37:14,850 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:16,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:16,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:17,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49bac841-7169-4378-a634-f34921997096 x-compute-request-id: req-49bac841-7169-4378-a634-f34921997096 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:17,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-49bac841-7169-4378-a634-f34921997096 2018-11-09 09:37:17,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361624002457s 2018-11-09 09:37:17,215 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-49bac841-7169-4378-a634-f34921997096 2018-11-09 09:37:17,219 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:19,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:19,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:19,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4dfa11fc-4d57-4e82-9ec1-1208d96d45b3 x-compute-request-id: req-4dfa11fc-4d57-4e82-9ec1-1208d96d45b3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:19,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4dfa11fc-4d57-4e82-9ec1-1208d96d45b3 2018-11-09 09:37:19,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388515949249s 2018-11-09 09:37:19,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4dfa11fc-4d57-4e82-9ec1-1208d96d45b3 2018-11-09 09:37:19,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:21,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:21,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:22,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbce203f-c218-4e79-9cf9-af280aebeabd x-compute-request-id: req-dbce203f-c218-4e79-9cf9-af280aebeabd Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:22,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dbce203f-c218-4e79-9cf9-af280aebeabd 2018-11-09 09:37:22,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50009894371s 2018-11-09 09:37:22,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dbce203f-c218-4e79-9cf9-af280aebeabd 2018-11-09 09:37:22,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:24,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:24,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:24,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee0e5297-6680-4cbc-ab82-e7b215e86c5f x-compute-request-id: req-ee0e5297-6680-4cbc-ab82-e7b215e86c5f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:24,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ee0e5297-6680-4cbc-ab82-e7b215e86c5f 2018-11-09 09:37:24,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.606657028198s 2018-11-09 09:37:24,732 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ee0e5297-6680-4cbc-ab82-e7b215e86c5f 2018-11-09 09:37:24,735 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:26,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:26,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:27,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4daa4fd2-dd53-4fed-b8a9-fdf858acc2ac x-compute-request-id: req-4daa4fd2-dd53-4fed-b8a9-fdf858acc2ac Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:27,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4daa4fd2-dd53-4fed-b8a9-fdf858acc2ac 2018-11-09 09:37:27,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.834669113159s 2018-11-09 09:37:27,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4daa4fd2-dd53-4fed-b8a9-fdf858acc2ac 2018-11-09 09:37:27,577 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:29,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:29,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:30,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b22b0d8e-280c-470b-b745-98b42717bd5f x-compute-request-id: req-b22b0d8e-280c-470b-b745-98b42717bd5f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:30,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b22b0d8e-280c-470b-b745-98b42717bd5f 2018-11-09 09:37:30,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505573034286s 2018-11-09 09:37:30,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b22b0d8e-280c-470b-b745-98b42717bd5f 2018-11-09 09:37:30,090 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:32,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:32,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:32,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37: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-bb4ebdcf-3bdb-46aa-aec4-2d6f9e4e0cfa x-compute-request-id: req-bb4ebdcf-3bdb-46aa-aec4-2d6f9e4e0cfa Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:32,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bb4ebdcf-3bdb-46aa-aec4-2d6f9e4e0cfa 2018-11-09 09:37:32,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50088596344s 2018-11-09 09:37:32,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bb4ebdcf-3bdb-46aa-aec4-2d6f9e4e0cfa 2018-11-09 09:37:32,597 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:34,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:34,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:35,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:37:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23bfa594-a2fc-41cf-97fc-d36c711ee8da x-compute-request-id: req-23bfa594-a2fc-41cf-97fc-d36c711ee8da Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-09T09:34:52Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:35,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-23bfa594-a2fc-41cf-97fc-d36c711ee8da 2018-11-09 09:37:35,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.666454076767s 2018-11-09 09:37:35,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-23bfa594-a2fc-41cf-97fc-d36c711ee8da 2018-11-09 09:37:35,271 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:37:37,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:37:37,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:37,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-92272684-67ee-463a-ba59-f07b866c09e1 x-compute-request-id: req-92272684-67ee-463a-ba59-f07b866c09e1 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:37:37,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-92272684-67ee-463a-ba59-f07b866c09e1 2018-11-09 09:37:37,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545256137848s 2018-11-09 09:37:37,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-92272684-67ee-463a-ba59-f07b866c09e1 2018-11-09 09:37:37,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-09 09:37:37,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e6019bb8-5069-42d8-a7b4-c93801d7ce0e" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:37,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-5ed6c09d-b038-4e24-82de-ded5b67d7403 Date: Fri, 09 Nov 2018 09:37:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T09:37:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a38a75b6-63b5-411e-bb5c-e8dc037aa275","ip_address":"192.168.120.5"}],"id":"d1adb939-b875-46a6-9e05-dca762d94097","security_groups":["f4db8e4b-93c2-49d7-9964-424caa9610a5"],"mac_address":"fa:16:3e:ad:76:fb","project_id":"40e7281ed9084d5bb595b044ddc78d7f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d990ec2-a5a6-49a0-bdcb-825425240903","tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:34:53Z","binding:vnic_type":"normal","device_id":"e6019bb8-5069-42d8-a7b4-c93801d7ce0e"}]} 2018-11-09 09:37:37,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e6019bb8-5069-42d8-a7b4-c93801d7ce0e used request id req-5ed6c09d-b038-4e24-82de-ded5b67d7403 2018-11-09 09:37:37,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0673460960388s 2018-11-09 09:37:37,891 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e6019bb8-5069-42d8-a7b4-c93801d7ce0e used request id req-5ed6c09d-b038-4e24-82de-ded5b67d7403 2018-11-09 09:37:37,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:37:37,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=d1adb939-b875-46a6-9e05-dca762d94097" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:37,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-76691386-28f1-42d4-81e4-2844ffbcbddc Date: Fri, 09 Nov 2018 09:37:37 GMT RESP BODY: {"floatingips": []} 2018-11-09 09:37:37,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=d1adb939-b875-46a6-9e05-dca762d94097 used request id req-76691386-28f1-42d4-81e4-2844ffbcbddc 2018-11-09 09:37:37,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0197358131409s 2018-11-09 09:37:37,917 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=d1adb939-b875-46a6-9e05-dca762d94097 used request id req-76691386-28f1-42d4-81e4-2844ffbcbddc 2018-11-09 09:37:37,917 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ad:76:fb', 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'da112c6c-e73f-4625-a738-7ebb5de46404'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T09:37:35.000000', 'flavor': Munch({u'id': u'f6709a56-0109-4c5b-946f-b10bd04e491c'}), 'az': u'nova', 'id': u'e6019bb8-5069-42d8-a7b4-c93801d7ce0e', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ce68d51e5cee47baabd42ff00fbd8598', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40e7281ed9084d5bb595b044ddc78d7f', 'name': 'vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-09T09:37:35.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-09T09:37:35Z', 'hostId': u'1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-09T09:37:35.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'40e7281ed9084d5bb595b044ddc78d7f', 'name': u'vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941', 'adminPass': u'X2zYX2oy5WDS', 'tenant_id': u'40e7281ed9084d5bb595b044ddc78d7f', 'region': 'regionOne', 'created': u'2018-11-09T09:34:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-09 09:37:37,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:37:37,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:38,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-cf7c7fe3-613d-47a7-8561-01e966278de3 Date: Fri, 09 Nov 2018 09:37:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a38a75b6-63b5-411e-bb5c-e8dc037aa275"],"updated_at":"2018-11-09T09:33:03Z","tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"40e7281ed9084d5bb595b044ddc78d7f","id":"6d990ec2-a5a6-49a0-bdcb-825425240903","name":"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:37:38,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cf7c7fe3-613d-47a7-8561-01e966278de3 2018-11-09 09:37:38,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128378152847s 2018-11-09 09:37:38,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cf7c7fe3-613d-47a7-8561-01e966278de3 2018-11-09 09:37:38,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-09 09:37:38,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e6019bb8-5069-42d8-a7b4-c93801d7ce0e" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:38,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-dcaefdd2-58b7-472e-824e-0aa9a5eb140d Date: Fri, 09 Nov 2018 09:37:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T09:37:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a38a75b6-63b5-411e-bb5c-e8dc037aa275","ip_address":"192.168.120.5"}],"id":"d1adb939-b875-46a6-9e05-dca762d94097","security_groups":["f4db8e4b-93c2-49d7-9964-424caa9610a5"],"mac_address":"fa:16:3e:ad:76:fb","project_id":"40e7281ed9084d5bb595b044ddc78d7f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d990ec2-a5a6-49a0-bdcb-825425240903","tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:34:53Z","binding:vnic_type":"normal","device_id":"e6019bb8-5069-42d8-a7b4-c93801d7ce0e"}]} 2018-11-09 09:37:38,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e6019bb8-5069-42d8-a7b4-c93801d7ce0e used request id req-dcaefdd2-58b7-472e-824e-0aa9a5eb140d 2018-11-09 09:37:38,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0583000183105s 2018-11-09 09:37:38,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e6019bb8-5069-42d8-a7b4-c93801d7ce0e used request id req-dcaefdd2-58b7-472e-824e-0aa9a5eb140d 2018-11-09 09:37:38,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-11-09 09:37:38,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"floatingip": {"floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "port_id": "d1adb939-b875-46a6-9e05-dca762d94097"}}' 2018-11-09 09:37:40,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-95e6aab1-fe62-4151-8f2c-55a3415923f4 Date: Fri, 09 Nov 2018 09:37:40 GMT RESP BODY: {"floatingip": {"router_id": "9f9e56d8-6964-410d-9e35-d0f5938e834d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:37:39Z", "updated_at": "2018-11-09T09:37:39Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_id": "d1adb939-b875-46a6-9e05-dca762d94097", "id": "f43cebbe-6c04-49a9-bacf-7e86313f1d1a"}} 2018-11-09 09:37:40,082 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-95e6aab1-fe62-4151-8f2c-55a3415923f4 2018-11-09 09:37:40,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.97173500061s 2018-11-09 09:37:40,082 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-95e6aab1-fe62-4151-8f2c-55a3415923f4 2018-11-09 09:37:40,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:37:40,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:40,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-a7b29f1b-fea5-4aee-8940-c6971e068314 Date: Fri, 09 Nov 2018 09:37:40 GMT RESP BODY: {"floatingips": [{"router_id": "9f9e56d8-6964-410d-9e35-d0f5938e834d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:37:39Z", "updated_at": "2018-11-09T09:37:39Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_id": "d1adb939-b875-46a6-9e05-dca762d94097", "id": "f43cebbe-6c04-49a9-bacf-7e86313f1d1a"}]} 2018-11-09 09:37:40,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a7b29f1b-fea5-4aee-8940-c6971e068314 2018-11-09 09:37:40,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0231540203094s 2018-11-09 09:37:40,114 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a7b29f1b-fea5-4aee-8940-c6971e068314 2018-11-09 09:37:40,118 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 09:37:40,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:37:40,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:40,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-f70ddacf-0b1c-4ff1-a62f-9ae3967af13c Date: Fri, 09 Nov 2018 09:37:40 GMT RESP BODY: {"floatingips": [{"router_id": "9f9e56d8-6964-410d-9e35-d0f5938e834d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:37:39Z", "updated_at": "2018-11-09T09:37:39Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_id": "d1adb939-b875-46a6-9e05-dca762d94097", "id": "f43cebbe-6c04-49a9-bacf-7e86313f1d1a"}]} 2018-11-09 09:37:40,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-f70ddacf-0b1c-4ff1-a62f-9ae3967af13c 2018-11-09 09:37:40,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0277659893036s 2018-11-09 09:37:40,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-f70ddacf-0b1c-4ff1-a62f-9ae3967af13c 2018-11-09 09:37:40,255 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 09:37:40,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:37:40,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:40,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-47a0686b-7356-48a0-ba7e-16dcb4518464 Date: Fri, 09 Nov 2018 09:37:40 GMT RESP BODY: {"floatingips": [{"router_id": "9f9e56d8-6964-410d-9e35-d0f5938e834d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:37:39Z", "updated_at": "2018-11-09T09:37:39Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_id": "d1adb939-b875-46a6-9e05-dca762d94097", "id": "f43cebbe-6c04-49a9-bacf-7e86313f1d1a"}]} 2018-11-09 09:37:40,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-47a0686b-7356-48a0-ba7e-16dcb4518464 2018-11-09 09:37:40,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0227530002594s 2018-11-09 09:37:40,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-47a0686b-7356-48a0-ba7e-16dcb4518464 2018-11-09 09:37:40,387 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 09:37:40,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:37:40,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:40,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-072a8a8b-9a15-4721-817f-a85e3948f539 Date: Fri, 09 Nov 2018 09:37:40 GMT RESP BODY: {"floatingips": [{"router_id": "9f9e56d8-6964-410d-9e35-d0f5938e834d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:37:39Z", "updated_at": "2018-11-09T09:37:39Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_id": "d1adb939-b875-46a6-9e05-dca762d94097", "id": "f43cebbe-6c04-49a9-bacf-7e86313f1d1a"}]} 2018-11-09 09:37:40,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-072a8a8b-9a15-4721-817f-a85e3948f539 2018-11-09 09:37:40,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.021369934082s 2018-11-09 09:37:40,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-072a8a8b-9a15-4721-817f-a85e3948f539 2018-11-09 09:37:40,518 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-09 09:37:40,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:37:40,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:37:40,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-eefc0495-e18c-4837-9e6c-2008ec6f0b94 Date: Fri, 09 Nov 2018 09:37:40 GMT RESP BODY: {"floatingips": [{"router_id": "9f9e56d8-6964-410d-9e35-d0f5938e834d", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:37:39Z", "updated_at": "2018-11-09T09:37:39Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_id": "d1adb939-b875-46a6-9e05-dca762d94097", "id": "f43cebbe-6c04-49a9-bacf-7e86313f1d1a"}]} 2018-11-09 09:37:40,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-eefc0495-e18c-4837-9e6c-2008ec6f0b94 2018-11-09 09:37:40,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0239908695221s 2018-11-09 09:37:40,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-eefc0495-e18c-4837-9e6c-2008ec6f0b94 2018-11-09 09:37:40,651 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9f9e56d8-6964-410d-9e35-d0f5938e834d', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'40e7281ed9084d5bb595b044ddc78d7f', 'created_at': u'2018-11-09T09:37:39Z', 'attached': True, 'updated_at': u'2018-11-09T09:37:39Z', 'id': u'f43cebbe-6c04-49a9-bacf-7e86313f1d1a', 'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40e7281ed9084d5bb595b044ddc78d7f', 'name': 'vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9f9e56d8-6964-410d-9e35-d0f5938e834d', 'project_id': u'40e7281ed9084d5bb595b044ddc78d7f', 'port_id': u'd1adb939-b875-46a6-9e05-dca762d94097', 'port': u'd1adb939-b875-46a6-9e05-dca762d94097', 'network': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e'}) 2018-11-09 09:37:40,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-09 09:37:40,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e/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}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 09:37:42,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-ded558c3-57f3-4b69-ba9e-350652d766a6 x-compute-request-id: req-ded558c3-57f3-4b69-ba9e-350652d766a6 Content-Encoding: gzip Content-Length: 10942 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 1818641791 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.311868] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.314034] pid_max: default: 32768 minimum: 301\n[ 0.315201] Security Framework initialized\n[ 0.316282] SELinux: Initializing.\n[ 0.317538] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.322359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.325251] Mount-cache hash table entries: 4096\n[ 0.326672] Initializing cgroup subsys memory\n[ 0.327797] Initializing cgroup subsys devices\n[ 0.328930] Initializing cgroup subsys freezer\n[ 0.330094] Initializing cgroup subsys net_cls\n[ 0.331218] Initializing cgroup subsys blkio\n[ 0.332308] Initializing cgroup subsys perf_event\n[ 0.333468] Initializing cgroup subsys hugetlb\n[ 0.334601] Initializing cgroup subsys pids\n[ 0.335685] Initializing cgroup subsys net_prio\n[ 0.336900] CPU: Physical Processor ID: 0\n[ 0.338672] mce: CPU supports 10 MCE banks\n[ 0.339786] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.341045] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342293] tlb_flushall_shift: 6\n[ 0.343472] Freeing SMP alternatives: 28k freed\n[ 0.347520] ACPI: Core revision 20130517\n[ 0.349008] ACPI: All ACPI Tables successfully acquired\n[ 0.350418] ftrace: allocating 25812 entries in 101 pages\n[ 0.374061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.375530] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.376975] smpboot: Max logical packages: 2\n[ 0.378249] Enabling x2apic\n[ 0.379140] Enabled x2apic\n[ 0.380208] Switched APIC routing to physical x2apic.\n[ 0.382369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.383821] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.386408] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.393904] KVM setup paravirtual spinlock\n[ 0.396223] smpboot: Booting Node 0, Processors #1 OK\n[ 0.397910] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.420139] Brought up 2 CPUs\n[ 0.420144] KVM setup async PF for cpu 1\n[ 0.420147] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.423238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.425254] devtmpfs: initialized\n[ 0.427914] EVM: security.selinux\n[ 0.428883] EVM: security.ima\n[ 0.429778] EVM: security.capability\n[ 0.431402] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.432905] pinctrl core: initialized pinctrl subsystem\n[ 0.434261] NET: Registered protocol family 16\n[ 0.435581] ACPI: bus type PCI registered\n[ 0.436649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.438135] PCI: Using configuration type 1 for base access\n[ 0.442815] ACPI: Added _OSI(Module Device)\n[ 0.443936] ACPI: Added _OSI(Processor Device)\n[ 0.445059] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.446214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.448981] ACPI: Interpreter enabled\n[ 0.450011] ACPI: (supports S0 S5)\n[ 0.450975] ACPI: Using IOAPIC for interrupt routing\n[ 0.452196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.456066] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.457478] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.459097] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.460549] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.463270] acpiphp: Slot [3] registered\n[ 0.464332] acpiphp: Slot [4] registered\n[ 0.465395] acpiphp: Slot [5] registered\n[ 0.466462] acpiphp: Slot [6] registered\n[ 0.467518] acpiphp: Slot [7] registered\n[ 0.468575] acpiphp: Slot [8] registered\n[ 0.469635] acpiphp: Slot [9] registered\n[ 0.470690] acpiphp: Slot [10] registered\n[ 0.471760] acpiphp: Slot [11] registered\n[ 0.472827] acpiphp: Slot [12] registered\n[ 0.473909] acpiphp: Slot [13] registered\n[ 0.474987] acpiphp: Slot [14] registered\n[ 0.476055] acpiphp: Slot [15] registered\n[ 0.477124] acpiphp: Slot [16] registered\n[ 0.478189] acpiphp: Slot [17] registered\n[ 0.479256] acpiphp: Slot [18] registered\n[ 0.480324] acpiphp: Slot [19] registered\n[ 0.481404] acpiphp: Slot [20] registered\n[ 0.482478] acpiphp: Slot [21] registered\n[ 0.483544] acpiphp: Slot [22] registered\n[ 0.484610] acpiphp: Slot [23] registered\n[ 0.485684] acpiphp: Slot [24] registered\n[ 0.486756] acpiphp: Slot [25] registered\n[ 0.487825] acpiphp: Slot [26] registered\n[ 0.488901] acpiphp: Slot [27] registered\n[ 0.489971] acpiphp: Slot [28] registered\n[ 0.491037] acpiphp: Slot [29] registered\n[ 0.492103] acpiphp: Slot [30] registered\n[ 0.493170] acpiphp: Slot [31] registered\n[ 0.494232] PCI host bridge to bus 0000:00\n[ 0.495296] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.496570] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.498031] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.499492] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.501458] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.509321] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.510868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.512289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.513800] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.520492] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.522442] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.573309] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.575110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.578029] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.579699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.581346] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.582915] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.584500] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.586572] vgaarb: loaded\n[ 0.587431] vgaarb: bridge control possible 0000:00:02.0\n[ 0.588853] SCSI subsystem initialized\n[ 0.589915] ACPI: bus type USB registered\n[ 0.591001] usbcore: registered new interface driver usbfs\n[ 0.592286] usbcore: registered new interface driver hub\n[ 0.593576] usbcore: registered new device driver usb\n[ 0.594975] PCI: Using ACPI for IRQ routing\n[ 0.596372] NetLabel: Initializing\n[ 0.597351] NetLabel: domain hash size = 128\n[ 0.598459] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.599682] NetLabel: unlabeled traffic allowed by default\n[ 0.601093] Switched to clocksource kvm-clock\n[ 0.607886] pnp: PnP ACPI init\n[ 0.608829] ACPI: bus type PNP registered\n[ 0.610236] pnp: PnP ACPI: found 5 devices\n[ 0.611316] ACPI: bus type PNP unregistered\n[ 0.617779] NET: Registered protocol family 2\n[ 0.619180] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.621282] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.622972] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.624473] TCP: reno registered\n[ 0.625422] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.626817] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.628485] NET: Registered protocol family 1\n[ 0.630052] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.631942] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.633487] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.653458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.674005] Unpacking initramfs...\n[ 1.101196] Freeing initrd memory: 37508k freed\n[ 1.110591] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.112215] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.128067] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.129605] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.131351] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.132823] Initialise system trusted keyring\n[ 1.134016] audit: initializing netlink socket (disabled)\n[ 1.135346] type=2000 audit(1541756258.043:1): initialized\n[ 1.151887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.153361] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.155668] zpool: loaded\n[ 1.156574] zbud: loaded\n[ 1.157616] VFS: Disk quotas dquot_6.5.2\n[ 1.158747] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.160404] msgmni has been set to 7578\n[ 1.161550] Key type big_key registered\n[ 1.163345] NET: Registered protocol family 38\n[ 1.164533] Key type asymmetric registered\n[ 1.165641] Asymmetric key parser 'x509' registered\n[ 1.166889] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.168969] io scheduler noop registered\n[ 1.170062] io scheduler deadline registered (default)\n[ 1.171351] io scheduler cfq registered\n[ 1.172509] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.183593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.185203] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.187226] ACPI: Power Button [PWRF]\n[ 1.188354] GHES: HEST is not enabled!\n[ 1.189514] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.213914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.215648] Non-volatile memory driver v1.3\n[ 1.216781] Linux agpgart interface v0.103\n[ 1.218002] crash memory driver: version 1.1\n[ 1.219191] rdac: device handler registered\n[ 1.220370] hp_sw: device handler registered\n[ 1.221519] emc: device handler registered\n[ 1.222623] alua: device handler registered\n[ 1.223755] libphy: Fixed MDIO Bus: probed\n[ 1.224938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.226431] ehci-pci: EHCI PCI platform driver\n[ 1.227592] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.229034] ohci-pci: OHCI PCI platform driver\n[ 1.230194] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.250343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.251726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.253763] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.255062] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.256496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.258013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.259965] usb usb1: Product: UHCI Host Controller\n[ 1.261236] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.262786] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.264061] hub 1-0:1.0: USB hub found\n[ 1.265107] hub 1-0:1.0: 2 ports detected\n[ 1.266304] usbcore: registered new interface driver usbserial\n[ 1.267680] usbcore: registered new interface driver usbserial_generic\n[ 1.269149] usbserial: USB Serial support registered for generic\n[ 1.270558] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.273248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.274937] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.276678] mousedev: PS/2 mouse device common for all mice\n[ 1.278727] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.282265] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.285213] rtc_cmos 00:00: RTC can wake from S4\n[ 1.287073] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.289977] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.291989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.294057] cpuidle: using governor menu\n[ 1.295521] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.297411] usbcore: registered new interface driver usbhid\n[ 1.299201] usbhid: USB HID core driver\n[ 1.300620] drop_monitor: Initializing network drop monitor service\n[ 1.302655] TCP: cubic registered\n[ 1.304096] Initializing XFRM netlink socket\n[ 1.305914] NET: Registered protocol family 10\n[ 1.307942] NET: Registered protocol family 17\n[ 1.309814] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.312023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.313421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.317042] Loading compiled-in X.509 certificates\n[ 1.318945] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.322565] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.326388] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.329518] registered taskstats version 1\n[ 1.332776] Key type trusted registered\n[ 1.335460] Key type encrypted registered\n[ 1.338072] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.340248] rtc_cmos 00:00: setting system clock to 2018-11-09 09:37:37 UTC (1541756257)\n[ 1.343775] Freeing unused kernel memory: 1680k freed\n[ 1.348715] 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.352807] systemd[1]: Detected virtualization kvm.\n[ 1.354055] systemd[1]: Detected architecture x86-64.\n[ 1.355328] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.358244] systemd[1]: No hostname configured.\n[ 1.359815] systemd[1]: Set hostname to .\n[ 1.361558] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.386770] systemd[1]: Created slice Root Slice.\n[ 1.388326] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.390948] systemd[1]: Listening on udev Control Socket.\n[ 1.392635] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Timers.\n[ 1.395206] systemd[1]: Reached target Timers.\n[ 1.396663] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.399010] systemd[1]: Created slice System Slice.\n[ 1.400674] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.402894] systemd[1]: Reached target Slices.\n[ 1.404246] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.406654] systemd[1]: Reached target Local File Systems.\n[ 1.408206] systemd[1]: Starting Local File Systems.\n[ 1.409675] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.412156] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.415700] systemd[1]: Reached target Paths.\n[ 1.417040] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.419432] systemd[1]: Listening on Journal Socket.\n[ 1.420934] systemd[1]: Starting Journal Socket.\n[ 1.422835] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.425640] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.429180] systemd[1]: Listening on udev Kernel Socket.\n[ 1.430711] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.433588] systemd[1]: Reached target Sockets.\n[ 1.434953] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Swap.\n[ 1.437175] systemd[1]: Reached target Swap.\n[ 1.438512] systemd[1]: Starting Swap.\n[ 1.440086] 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.444729] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.448813] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.501497] RPC: Registered named UNIX socket transport module.\n[ 1.502954] RPC: Registered udp transport module.\n[ 1.504149] RPC: Registered tcp transport module.\n[ 1.505340] 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.569105] 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 Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.606421] FDC 0 is a S82078B\n[ 1.626774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.666423] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.669995] scsi host0: ata_piix\n[ 1.671341] scsi host1: ata_piix\n[ 1.672668] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.674403] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.679294] 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.723971] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.725981] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.728169] usb 1-1: Product: QEMU USB Tablet\n[ 1.729649] usb 1-1: Manufacturer: QEMU\n[ 1.730818] usb 1-1: SerialNumber: 42\n[ 1.741163] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.743881] 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.847590] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.849969] XFS (vda1): Mounting V4 Filesystem\n[ 1.922109] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped 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] [ 2.128269] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nStopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.161876] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.295248] SELinux: Disabled at runtime.\n[ 2.333105] type=1404 audit(1541756258.492:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.452135] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.454092] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting POSIX Message Queue 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] Listening on Delayed Shutdown Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting Debug File System...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on udev Kernel Socket.\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 Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 2.880862] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.915184] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started 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.087215] type=1305 audit(1541756259.246:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.250722] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.264803] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.271219] [drm] Initialized drm 1.1.0 20060810\n[ 3.288019] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.289536] [TTM] Initializing pool allocator\n[ 3.290715] [TTM] Initializing DMA pool allocator\n[ 3.292244] [drm] fb mappable at 0xFC000000\n[ 3.293435] [drm] vram aper at 0xFC000000\n[ 3.294558] [drm] size 33554432\n[ 3.295542] [drm] fb depth is 24\n[ 3.295542] [drm] pitch is 3072\n[ 3.295546] ppdev: user-space parallel port driver\n[ 3.327042] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.345144] Console: switching to colour frame buffer device 128x48\n[ 3.355531] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n Startin[ 3.360109] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ng Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started 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] Reached target Login Prompts.\n[[32m OK [0m] Started NTP client/server.\n[ 3.470613] AES CTR mode by8 optimization enabled\n[ 3.473824] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.485260] alg: No test for crc32 (crc32-pclmul)\n[ 3.514884] intel_rapl: no valid rapl domains found in package 0\n[ 3.546162] intel_rapl: no valid rapl domains found in package 0\n[ 3.555930] intel_powerclamp: No package C-state available\n[ 3.563804] intel_powerclamp: No package C-state available[ 4.017316] cloud-init[514]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 09 Nov 2018 09:37:40 +0000. Up 3.98 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-11-09 09:37:42,965 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e/action used request id req-ded558c3-57f3-4b69-ba9e-350652d766a6 2018-11-09 09:37:42,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.31284499168s 2018-11-09 09:37:42,966 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e/action used request id req-ded558c3-57f3-4b69-ba9e-350652d766a6 2018-11-09 09:37:42,967 - 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 1818641791 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.311868] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.314034] pid_max: default: 32768 minimum: 301 [ 0.315201] Security Framework initialized [ 0.316282] SELinux: Initializing. [ 0.317538] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.322359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.325251] Mount-cache hash table entries: 4096 [ 0.326672] Initializing cgroup subsys memory [ 0.327797] Initializing cgroup subsys devices [ 0.328930] Initializing cgroup subsys freezer [ 0.330094] Initializing cgroup subsys net_cls [ 0.331218] Initializing cgroup subsys blkio [ 0.332308] Initializing cgroup subsys perf_event [ 0.333468] Initializing cgroup subsys hugetlb [ 0.334601] Initializing cgroup subsys pids [ 0.335685] Initializing cgroup subsys net_prio [ 0.336900] CPU: Physical Processor ID: 0 [ 0.338672] mce: CPU supports 10 MCE banks [ 0.339786] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.341045] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342293] tlb_flushall_shift: 6 [ 0.343472] Freeing SMP alternatives: 28k freed [ 0.347520] ACPI: Core revision 20130517 [ 0.349008] ACPI: All ACPI Tables successfully acquired [ 0.350418] ftrace: allocating 25812 entries in 101 pages [ 0.374061] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.375530] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.376975] smpboot: Max logical packages: 2 [ 0.378249] Enabling x2apic [ 0.379140] Enabled x2apic [ 0.380208] Switched APIC routing to physical x2apic. [ 0.382369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.383821] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.386408] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.393904] KVM setup paravirtual spinlock [ 0.396223] smpboot: Booting Node 0, Processors #1 OK [ 0.397910] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.420139] Brought up 2 CPUs [ 0.420144] KVM setup async PF for cpu 1 [ 0.420147] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.423238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.425254] devtmpfs: initialized [ 0.427914] EVM: security.selinux [ 0.428883] EVM: security.ima [ 0.429778] EVM: security.capability [ 0.431402] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.432905] pinctrl core: initialized pinctrl subsystem [ 0.434261] NET: Registered protocol family 16 [ 0.435581] ACPI: bus type PCI registered [ 0.436649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.438135] PCI: Using configuration type 1 for base access [ 0.442815] ACPI: Added _OSI(Module Device) [ 0.443936] ACPI: Added _OSI(Processor Device) [ 0.445059] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.446214] ACPI: Added _OSI(Processor Aggregator Device) [ 0.448981] ACPI: Interpreter enabled [ 0.450011] ACPI: (supports S0 S5) [ 0.450975] ACPI: Using IOAPIC for interrupt routing [ 0.452196] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.456066] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.457478] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.459097] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.460549] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.463270] acpiphp: Slot [3] registered [ 0.464332] acpiphp: Slot [4] registered [ 0.465395] acpiphp: Slot [5] registered [ 0.466462] acpiphp: Slot [6] registered [ 0.467518] acpiphp: Slot [7] registered [ 0.468575] acpiphp: Slot [8] registered [ 0.469635] acpiphp: Slot [9] registered [ 0.470690] acpiphp: Slot [10] registered [ 0.471760] acpiphp: Slot [11] registered [ 0.472827] acpiphp: Slot [12] registered [ 0.473909] acpiphp: Slot [13] registered [ 0.474987] acpiphp: Slot [14] registered [ 0.476055] acpiphp: Slot [15] registered [ 0.477124] acpiphp: Slot [16] registered [ 0.478189] acpiphp: Slot [17] registered [ 0.479256] acpiphp: Slot [18] registered [ 0.480324] acpiphp: Slot [19] registered [ 0.481404] acpiphp: Slot [20] registered [ 0.482478] acpiphp: Slot [21] registered [ 0.483544] acpiphp: Slot [22] registered [ 0.484610] acpiphp: Slot [23] registered [ 0.485684] acpiphp: Slot [24] registered [ 0.486756] acpiphp: Slot [25] registered [ 0.487825] acpiphp: Slot [26] registered [ 0.488901] acpiphp: Slot [27] registered [ 0.489971] acpiphp: Slot [28] registered [ 0.491037] acpiphp: Slot [29] registered [ 0.492103] acpiphp: Slot [30] registered [ 0.493170] acpiphp: Slot [31] registered [ 0.494232] PCI host bridge to bus 0000:00 [ 0.495296] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.496570] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.498031] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.499492] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.501458] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.509321] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.510868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.512289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.513800] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.520492] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.522442] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.573309] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.575110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.578029] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.579699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.581346] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.582915] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.584500] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.586572] vgaarb: loaded [ 0.587431] vgaarb: bridge control possible 0000:00:02.0 [ 0.588853] SCSI subsystem initialized [ 0.589915] ACPI: bus type USB registered [ 0.591001] usbcore: registered new interface driver usbfs [ 0.592286] usbcore: registered new interface driver hub [ 0.593576] usbcore: registered new device driver usb [ 0.594975] PCI: Using ACPI for IRQ routing [ 0.596372] NetLabel: Initializing [ 0.597351] NetLabel: domain hash size = 128 [ 0.598459] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.599682] NetLabel: unlabeled traffic allowed by default [ 0.601093] Switched to clocksource kvm-clock [ 0.607886] pnp: PnP ACPI init [ 0.608829] ACPI: bus type PNP registered [ 0.610236] pnp: PnP ACPI: found 5 devices [ 0.611316] ACPI: bus type PNP unregistered [ 0.617779] NET: Registered protocol family 2 [ 0.619180] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.621282] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.622972] TCP: Hash tables configured (established 32768 bind 32768) [ 0.624473] TCP: reno registered [ 0.625422] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.626817] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.628485] NET: Registered protocol family 1 [ 0.630052] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.631942] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.633487] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.653458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.674005] Unpacking initramfs... [ 1.101196] Freeing initrd memory: 37508k freed [ 1.110591] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.112215] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.128067] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.129605] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.131351] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.132823] Initialise system trusted keyring [ 1.134016] audit: initializing netlink socket (disabled) [ 1.135346] type=2000 audit(1541756258.043:1): initialized [ 1.151887] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.153361] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.155668] zpool: loaded [ 1.156574] zbud: loaded [ 1.157616] VFS: Disk quotas dquot_6.5.2 [ 1.158747] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.160404] msgmni has been set to 7578 [ 1.161550] Key type big_key registered [ 1.163345] NET: Registered protocol family 38 [ 1.164533] Key type asymmetric registered [ 1.165641] Asymmetric key parser 'x509' registered [ 1.166889] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.168969] io scheduler noop registered [ 1.170062] io scheduler deadline registered (default) [ 1.171351] io scheduler cfq registered [ 1.172509] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.183593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.185203] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.187226] ACPI: Power Button [PWRF] [ 1.188354] GHES: HEST is not enabled! [ 1.189514] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.213914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.215648] Non-volatile memory driver v1.3 [ 1.216781] Linux agpgart interface v0.103 [ 1.218002] crash memory driver: version 1.1 [ 1.219191] rdac: device handler registered [ 1.220370] hp_sw: device handler registered [ 1.221519] emc: device handler registered [ 1.222623] alua: device handler registered [ 1.223755] libphy: Fixed MDIO Bus: probed [ 1.224938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.226431] ehci-pci: EHCI PCI platform driver [ 1.227592] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.229034] ohci-pci: OHCI PCI platform driver [ 1.230194] uhci_hcd: USB Universal Host Controller Interface driver [ 1.250343] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.251726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.253763] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.255062] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.256496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.258013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.259965] usb usb1: Product: UHCI Host Controller [ 1.261236] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.262786] usb usb1: SerialNumber: 0000:00:01.2 [ 1.264061] hub 1-0:1.0: USB hub found [ 1.265107] hub 1-0:1.0: 2 ports detected [ 1.266304] usbcore: registered new interface driver usbserial [ 1.267680] usbcore: registered new interface driver usbserial_generic [ 1.269149] usbserial: USB Serial support registered for generic [ 1.270558] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.273248] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.274937] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.276678] mousedev: PS/2 mouse device common for all mice [ 1.278727] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.282265] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.285213] rtc_cmos 00:00: RTC can wake from S4 [ 1.287073] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.289977] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.291989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.294057] cpuidle: using governor menu [ 1.295521] hidraw: raw HID events driver (C) Jiri Kosina [ 1.297411] usbcore: registered new interface driver usbhid [ 1.299201] usbhid: USB HID core driver [ 1.300620] drop_monitor: Initializing network drop monitor service [ 1.302655] TCP: cubic registered [ 1.304096] Initializing XFRM netlink socket [ 1.305914] NET: Registered protocol family 10 [ 1.307942] NET: Registered protocol family 17 [ 1.309814] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.312023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.313421] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.317042] Loading compiled-in X.509 certificates [ 1.318945] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.322565] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.326388] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.329518] registered taskstats version 1 [ 1.332776] Key type trusted registered [ 1.335460] Key type encrypted registered [ 1.338072] IMA: No TPM chip found, activating TPM-bypass! [ 1.340248] rtc_cmos 00:00: setting system clock to 2018-11-09 09:37:37 UTC (1541756257) [ 1.343775] Freeing unused kernel memory: 1680k freed [ 1.348715] 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.352807] systemd[1]: Detected virtualization kvm. [ 1.354055] systemd[1]: Detected architecture x86-64. [ 1.355328] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.358244] systemd[1]: No hostname configured. [ 1.359815] systemd[1]: Set hostname to . [ 1.361558] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.386770] systemd[1]: Created slice Root Slice. [ 1.388326] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.390948] systemd[1]: Listening on udev Control Socket. [ 1.392635] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Timers. [ 1.395206] systemd[1]: Reached target Timers. [ 1.396663] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.399010] systemd[1]: Created slice System Slice. [ 1.400674] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.402894] systemd[1]: Reached target Slices. [ 1.404246] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.406654] systemd[1]: Reached target Local File Systems. [ 1.408206] systemd[1]: Starting Local File Systems. [ 1.409675] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.412156] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.415700] systemd[1]: Reached target Paths. [ 1.417040] systemd[1]: Starting Paths. [[32m OK [0m] Listening on Journal Socket. [ 1.419432] systemd[1]: Listening on Journal Socket. [ 1.420934] systemd[1]: Starting Journal Socket. [ 1.422835] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.425640] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.429180] systemd[1]: Listening on udev Kernel Socket. [ 1.430711] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.433588] systemd[1]: Reached target Sockets. [ 1.434953] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Swap. [ 1.437175] systemd[1]: Reached target Swap. [ 1.438512] systemd[1]: Starting Swap. [ 1.440086] 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.444729] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.448813] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.501497] RPC: Registered named UNIX socket transport module. [ 1.502954] RPC: Registered udp transport module. [ 1.504149] RPC: Registered tcp transport module. [ 1.505340] 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.569105] 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. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.606421] FDC 0 is a S82078B [ 1.626774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.666423] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.669995] scsi host0: ata_piix [ 1.671341] scsi host1: ata_piix [ 1.672668] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.674403] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.679294] 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.723971] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.725981] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.728169] usb 1-1: Product: QEMU USB Tablet [ 1.729649] usb 1-1: Manufacturer: QEMU [ 1.730818] usb 1-1: SerialNumber: 42 [ 1.741163] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.743881] 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.847590] SGI XFS with ACLs, security attributes, no debug enabled [ 1.849969] XFS (vda1): Mounting V4 Filesystem [ 1.922109] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] [ 2.128269] tsc: Refined TSC clocksource calibration: 3491.913 MHz Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.161876] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.295248] SELinux: Disabled at runtime. [ 2.333105] type=1404 audit(1541756258.492:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.452135] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.454092] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Debug File System... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Kernel Socket. [[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 Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.880862] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [ 2.915184] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started 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.087215] type=1305 audit(1541756259.246:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.250722] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.264803] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.271219] [drm] Initialized drm 1.1.0 20060810 [ 3.288019] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.289536] [TTM] Initializing pool allocator [ 3.290715] [TTM] Initializing DMA pool allocator [ 3.292244] [drm] fb mappable at 0xFC000000 [ 3.293435] [drm] vram aper at 0xFC000000 [ 3.294558] [drm] size 33554432 [ 3.295542] [drm] fb depth is 24 [ 3.295542] [drm] pitch is 3072 [ 3.295546] ppdev: user-space parallel port driver [ 3.327042] fbcon: cirrusdrmfb (fb0) is primary device [ 3.345144] Console: switching to colour frame buffer device 128x48 [ 3.355531] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... Startin[ 3.360109] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 g Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting Login Service... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started 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] Reached target Login Prompts. [[32m OK [0m] Started NTP client/server. [ 3.470613] AES CTR mode by8 optimization enabled [ 3.473824] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Authorization Manager. [ 3.485260] alg: No test for crc32 (crc32-pclmul) [ 3.514884] intel_rapl: no valid rapl domains found in package 0 [ 3.546162] intel_rapl: no valid rapl domains found in package 0 [ 3.555930] intel_powerclamp: No package C-state available [ 3.563804] intel_powerclamp: No package C-state available[ 4.017316] cloud-init[514]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 09 Nov 2018 09:37:40 +0000. Up 3.98 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-11-09 09:37:43,229 - paramiko.transport - DEBUG - starting thread (client mode): 0xd66b0150L 2018-11-09 09:37:43,230 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 09:37:43,262 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-11-09 09:37:43,262 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-11-09 09:37:43,280 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 09:37:43,280 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 09:37:43,280 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 09:37:43,280 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 09:37:43,281 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 09:37:43,281 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 09:37:43,292 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 09:37:43,293 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 09:37:43,330 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.200: 4c1f7c71f5a98b8370f02ab218eae423 2018-11-09 09:37:43,331 - paramiko.transport - DEBUG - Trying key b7c71eb19108341bf2706493e5ce38f9 from /tmp/tmpzYbbC7 2018-11-09 09:37:43,332 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 09:37:43,365 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-11-09 09:37:43,397 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-11-09 09:37:43,398 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 09:37:43,403 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-11-09 09:37:43,405 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: Authentication failed. 2018-11-09 09:37:52,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-09 09:37:52,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e/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}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-09 09:37:53,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-9b1715ad-cf6f-41b0-a4bb-c8b96610abdb x-compute-request-id: req-9b1715ad-cf6f-41b0-a4bb-c8b96610abdb Content-Encoding: gzip Content-Length: 12723 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 1818641791 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.311868] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.314034] pid_max: default: 32768 minimum: 301\n[ 0.315201] Security Framework initialized\n[ 0.316282] SELinux: Initializing.\n[ 0.317538] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.322359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.325251] Mount-cache hash table entries: 4096\n[ 0.326672] Initializing cgroup subsys memory\n[ 0.327797] Initializing cgroup subsys devices\n[ 0.328930] Initializing cgroup subsys freezer\n[ 0.330094] Initializing cgroup subsys net_cls\n[ 0.331218] Initializing cgroup subsys blkio\n[ 0.332308] Initializing cgroup subsys perf_event\n[ 0.333468] Initializing cgroup subsys hugetlb\n[ 0.334601] Initializing cgroup subsys pids\n[ 0.335685] Initializing cgroup subsys net_prio\n[ 0.336900] CPU: Physical Processor ID: 0\n[ 0.338672] mce: CPU supports 10 MCE banks\n[ 0.339786] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.341045] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342293] tlb_flushall_shift: 6\n[ 0.343472] Freeing SMP alternatives: 28k freed\n[ 0.347520] ACPI: Core revision 20130517\n[ 0.349008] ACPI: All ACPI Tables successfully acquired\n[ 0.350418] ftrace: allocating 25812 entries in 101 pages\n[ 0.374061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.375530] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.376975] smpboot: Max logical packages: 2\n[ 0.378249] Enabling x2apic\n[ 0.379140] Enabled x2apic\n[ 0.380208] Switched APIC routing to physical x2apic.\n[ 0.382369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.383821] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.386408] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.393904] KVM setup paravirtual spinlock\n[ 0.396223] smpboot: Booting Node 0, Processors #1 OK\n[ 0.397910] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.420139] Brought up 2 CPUs\n[ 0.420144] KVM setup async PF for cpu 1\n[ 0.420147] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.423238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.425254] devtmpfs: initialized\n[ 0.427914] EVM: security.selinux\n[ 0.428883] EVM: security.ima\n[ 0.429778] EVM: security.capability\n[ 0.431402] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.432905] pinctrl core: initialized pinctrl subsystem\n[ 0.434261] NET: Registered protocol family 16\n[ 0.435581] ACPI: bus type PCI registered\n[ 0.436649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.438135] PCI: Using configuration type 1 for base access\n[ 0.442815] ACPI: Added _OSI(Module Device)\n[ 0.443936] ACPI: Added _OSI(Processor Device)\n[ 0.445059] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.446214] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.448981] ACPI: Interpreter enabled\n[ 0.450011] ACPI: (supports S0 S5)\n[ 0.450975] ACPI: Using IOAPIC for interrupt routing\n[ 0.452196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.456066] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.457478] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.459097] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.460549] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.463270] acpiphp: Slot [3] registered\n[ 0.464332] acpiphp: Slot [4] registered\n[ 0.465395] acpiphp: Slot [5] registered\n[ 0.466462] acpiphp: Slot [6] registered\n[ 0.467518] acpiphp: Slot [7] registered\n[ 0.468575] acpiphp: Slot [8] registered\n[ 0.469635] acpiphp: Slot [9] registered\n[ 0.470690] acpiphp: Slot [10] registered\n[ 0.471760] acpiphp: Slot [11] registered\n[ 0.472827] acpiphp: Slot [12] registered\n[ 0.473909] acpiphp: Slot [13] registered\n[ 0.474987] acpiphp: Slot [14] registered\n[ 0.476055] acpiphp: Slot [15] registered\n[ 0.477124] acpiphp: Slot [16] registered\n[ 0.478189] acpiphp: Slot [17] registered\n[ 0.479256] acpiphp: Slot [18] registered\n[ 0.480324] acpiphp: Slot [19] registered\n[ 0.481404] acpiphp: Slot [20] registered\n[ 0.482478] acpiphp: Slot [21] registered\n[ 0.483544] acpiphp: Slot [22] registered\n[ 0.484610] acpiphp: Slot [23] registered\n[ 0.485684] acpiphp: Slot [24] registered\n[ 0.486756] acpiphp: Slot [25] registered\n[ 0.487825] acpiphp: Slot [26] registered\n[ 0.488901] acpiphp: Slot [27] registered\n[ 0.489971] acpiphp: Slot [28] registered\n[ 0.491037] acpiphp: Slot [29] registered\n[ 0.492103] acpiphp: Slot [30] registered\n[ 0.493170] acpiphp: Slot [31] registered\n[ 0.494232] PCI host bridge to bus 0000:00\n[ 0.495296] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.496570] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.498031] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.499492] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.501458] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.509321] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.510868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.512289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.513800] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.520492] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.522442] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.573309] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.575110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.578029] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.579699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.581346] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.582915] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.584500] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.586572] vgaarb: loaded\n[ 0.587431] vgaarb: bridge control possible 0000:00:02.0\n[ 0.588853] SCSI subsystem initialized\n[ 0.589915] ACPI: bus type USB registered\n[ 0.591001] usbcore: registered new interface driver usbfs\n[ 0.592286] usbcore: registered new interface driver hub\n[ 0.593576] usbcore: registered new device driver usb\n[ 0.594975] PCI: Using ACPI for IRQ routing\n[ 0.596372] NetLabel: Initializing\n[ 0.597351] NetLabel: domain hash size = 128\n[ 0.598459] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.599682] NetLabel: unlabeled traffic allowed by default\n[ 0.601093] Switched to clocksource kvm-clock\n[ 0.607886] pnp: PnP ACPI init\n[ 0.608829] ACPI: bus type PNP registered\n[ 0.610236] pnp: PnP ACPI: found 5 devices\n[ 0.611316] ACPI: bus type PNP unregistered\n[ 0.617779] NET: Registered protocol family 2\n[ 0.619180] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.621282] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.622972] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.624473] TCP: reno registered\n[ 0.625422] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.626817] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.628485] NET: Registered protocol family 1\n[ 0.630052] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.631942] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.633487] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.653458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.674005] Unpacking initramfs...\n[ 1.101196] Freeing initrd memory: 37508k freed\n[ 1.110591] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.112215] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.128067] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.129605] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.131351] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.132823] Initialise system trusted keyring\n[ 1.134016] audit: initializing netlink socket (disabled)\n[ 1.135346] type=2000 audit(1541756258.043:1): initialized\n[ 1.151887] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.153361] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.155668] zpool: loaded\n[ 1.156574] zbud: loaded\n[ 1.157616] VFS: Disk quotas dquot_6.5.2\n[ 1.158747] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.160404] msgmni has been set to 7578\n[ 1.161550] Key type big_key registered\n[ 1.163345] NET: Registered protocol family 38\n[ 1.164533] Key type asymmetric registered\n[ 1.165641] Asymmetric key parser 'x509' registered\n[ 1.166889] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.168969] io scheduler noop registered\n[ 1.170062] io scheduler deadline registered (default)\n[ 1.171351] io scheduler cfq registered\n[ 1.172509] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.183593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.185203] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.187226] ACPI: Power Button [PWRF]\n[ 1.188354] GHES: HEST is not enabled!\n[ 1.189514] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.213914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.215648] Non-volatile memory driver v1.3\n[ 1.216781] Linux agpgart interface v0.103\n[ 1.218002] crash memory driver: version 1.1\n[ 1.219191] rdac: device handler registered\n[ 1.220370] hp_sw: device handler registered\n[ 1.221519] emc: device handler registered\n[ 1.222623] alua: device handler registered\n[ 1.223755] libphy: Fixed MDIO Bus: probed\n[ 1.224938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.226431] ehci-pci: EHCI PCI platform driver\n[ 1.227592] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.229034] ohci-pci: OHCI PCI platform driver\n[ 1.230194] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.250343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.251726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.253763] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.255062] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.256496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.258013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.259965] usb usb1: Product: UHCI Host Controller\n[ 1.261236] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.262786] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.264061] hub 1-0:1.0: USB hub found\n[ 1.265107] hub 1-0:1.0: 2 ports detected\n[ 1.266304] usbcore: registered new interface driver usbserial\n[ 1.267680] usbcore: registered new interface driver usbserial_generic\n[ 1.269149] usbserial: USB Serial support registered for generic\n[ 1.270558] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.273248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.274937] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.276678] mousedev: PS/2 mouse device common for all mice\n[ 1.278727] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.282265] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.285213] rtc_cmos 00:00: RTC can wake from S4\n[ 1.287073] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.289977] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.291989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.294057] cpuidle: using governor menu\n[ 1.295521] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.297411] usbcore: registered new interface driver usbhid\n[ 1.299201] usbhid: USB HID core driver\n[ 1.300620] drop_monitor: Initializing network drop monitor service\n[ 1.302655] TCP: cubic registered\n[ 1.304096] Initializing XFRM netlink socket\n[ 1.305914] NET: Registered protocol family 10\n[ 1.307942] NET: Registered protocol family 17\n[ 1.309814] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.312023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.313421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.317042] Loading compiled-in X.509 certificates\n[ 1.318945] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.322565] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.326388] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.329518] registered taskstats version 1\n[ 1.332776] Key type trusted registered\n[ 1.335460] Key type encrypted registered\n[ 1.338072] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.340248] rtc_cmos 00:00: setting system clock to 2018-11-09 09:37:37 UTC (1541756257)\n[ 1.343775] Freeing unused kernel memory: 1680k freed\n[ 1.348715] 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.352807] systemd[1]: Detected virtualization kvm.\n[ 1.354055] systemd[1]: Detected architecture x86-64.\n[ 1.355328] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.358244] systemd[1]: No hostname configured.\n[ 1.359815] systemd[1]: Set hostname to .\n[ 1.361558] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.386770] systemd[1]: Created slice Root Slice.\n[ 1.388326] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.390948] systemd[1]: Listening on udev Control Socket.\n[ 1.392635] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Timers.\n[ 1.395206] systemd[1]: Reached target Timers.\n[ 1.396663] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.399010] systemd[1]: Created slice System Slice.\n[ 1.400674] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.402894] systemd[1]: Reached target Slices.\n[ 1.404246] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.406654] systemd[1]: Reached target Local File Systems.\n[ 1.408206] systemd[1]: Starting Local File Systems.\n[ 1.409675] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.412156] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.415700] systemd[1]: Reached target Paths.\n[ 1.417040] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.419432] systemd[1]: Listening on Journal Socket.\n[ 1.420934] systemd[1]: Starting Journal Socket.\n[ 1.422835] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.425640] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.429180] systemd[1]: Listening on udev Kernel Socket.\n[ 1.430711] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.433588] systemd[1]: Reached target Sockets.\n[ 1.434953] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Swap.\n[ 1.437175] systemd[1]: Reached target Swap.\n[ 1.438512] systemd[1]: Starting Swap.\n[ 1.440086] 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.444729] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.448813] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.501497] RPC: Registered named UNIX socket transport module.\n[ 1.502954] RPC: Registered udp transport module.\n[ 1.504149] RPC: Registered tcp transport module.\n[ 1.505340] 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.569105] 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 Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.606421] FDC 0 is a S82078B\n[ 1.626774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.666423] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.669995] scsi host0: ata_piix\n[ 1.671341] scsi host1: ata_piix\n[ 1.672668] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.674403] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.679294] 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.723971] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.725981] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.728169] usb 1-1: Product: QEMU USB Tablet\n[ 1.729649] usb 1-1: Manufacturer: QEMU\n[ 1.730818] usb 1-1: SerialNumber: 42\n[ 1.741163] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.743881] 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.847590] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.849969] XFS (vda1): Mounting V4 Filesystem\n[ 1.922109] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped 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] [ 2.128269] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nStopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.161876] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.295248] SELinux: Disabled at runtime.\n[ 2.333105] type=1404 audit(1541756258.492:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.452135] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.454092] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting POSIX Message Queue 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] Listening on Delayed Shutdown Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting Debug File System...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on udev Kernel Socket.\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 Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 2.880862] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.915184] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started 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.087215] type=1305 audit(1541756259.246:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.250722] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.264803] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.271219] [drm] Initialized drm 1.1.0 20060810\n[ 3.288019] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.289536] [TTM] Initializing pool allocator\n[ 3.290715] [TTM] Initializing DMA pool allocator\n[ 3.292244] [drm] fb mappable at 0xFC000000\n[ 3.293435] [drm] vram aper at 0xFC000000\n[ 3.294558] [drm] size 33554432\n[ 3.295542] [drm] fb depth is 24\n[ 3.295542] [drm] pitch is 3072\n[ 3.295546] ppdev: user-space parallel port driver\n[ 3.327042] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.345144] Console: switching to colour frame buffer device 128x48\n[ 3.355531] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n Startin[ 3.360109] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ng Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started 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] Reached target Login Prompts.\n[[32m OK [0m] Started NTP client/server.\n[ 3.470613] AES CTR mode by8 optimization enabled\n[ 3.473824] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.485260] alg: No test for crc32 (crc32-pclmul)\n[ 3.514884] intel_rapl: no valid rapl domains found in package 0\n[ 3.546162] intel_rapl: no valid rapl domains found in package 0\n[ 3.555930] intel_powerclamp: No package C-state available\n[ 3.563804] intel_powerclamp: No package C-state available[ 4.017316] cloud-init[514]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 09 Nov 2018 09:37:40 +0000. Up 3.98 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 Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n Starting PostgreSQL 9.5 database server...\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started System Logging Service.\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.907053] cloud-init[806]: Cloud-init v. 0.7.5 running 'init' at Fri, 09 Nov 2018 09:37:42 +0000. Up 5.87 seconds.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.984180] cloud-init[806]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.986491] cloud-init[806]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.988579] cloud-init[806]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.995210] cloud-init[806]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.003362] cloud-init[806]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.007260] cloud-init[806]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:ad:76:fb |\n[ 6.015810] cloud-init[806]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.031495] cloud-init[806]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.041439] cloud-init[806]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.046153] cloud-init[806]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.048499] cloud-init[806]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.051284] cloud-init[806]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.059702] cloud-init[806]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.061651] cloud-init[806]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.065047] cloud-init[806]: 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.195304] cloud-init[2531]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 09 Nov 2018 09:37:45 +0000. Up 9.13 seconds.\n[ 9.788916] cloud-init[2691]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 09 Nov 2018 09:37:46 +0000. Up 9.73 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 | b7:c7:1e:b1:91:08:34:1b:f2:70:64:93:e5:ce:38:f9 | - | 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[ 9.926230] cloud-init[2691]: Cloud-init v. 0.7.5 finished at Fri, 09 Nov 2018 09:37:46 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 9.91 seconds\n"} 2018-11-09 09:37:53,543 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e/action used request id req-9b1715ad-cf6f-41b0-a4bb-c8b96610abdb 2018-11-09 09:37:53,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12844610214s 2018-11-09 09:37:53,545 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e/action used request id req-9b1715ad-cf6f-41b0-a4bb-c8b96610abdb 2018-11-09 09:37:53,545 - 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 1818641791 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.311868] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.314034] pid_max: default: 32768 minimum: 301 [ 0.315201] Security Framework initialized [ 0.316282] SELinux: Initializing. [ 0.317538] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.322359] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.325251] Mount-cache hash table entries: 4096 [ 0.326672] Initializing cgroup subsys memory [ 0.327797] Initializing cgroup subsys devices [ 0.328930] Initializing cgroup subsys freezer [ 0.330094] Initializing cgroup subsys net_cls [ 0.331218] Initializing cgroup subsys blkio [ 0.332308] Initializing cgroup subsys perf_event [ 0.333468] Initializing cgroup subsys hugetlb [ 0.334601] Initializing cgroup subsys pids [ 0.335685] Initializing cgroup subsys net_prio [ 0.336900] CPU: Physical Processor ID: 0 [ 0.338672] mce: CPU supports 10 MCE banks [ 0.339786] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.341045] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342293] tlb_flushall_shift: 6 [ 0.343472] Freeing SMP alternatives: 28k freed [ 0.347520] ACPI: Core revision 20130517 [ 0.349008] ACPI: All ACPI Tables successfully acquired [ 0.350418] ftrace: allocating 25812 entries in 101 pages [ 0.374061] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.375530] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.376975] smpboot: Max logical packages: 2 [ 0.378249] Enabling x2apic [ 0.379140] Enabled x2apic [ 0.380208] Switched APIC routing to physical x2apic. [ 0.382369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.383821] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.386408] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.393904] KVM setup paravirtual spinlock [ 0.396223] smpboot: Booting Node 0, Processors #1 OK [ 0.397910] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.420139] Brought up 2 CPUs [ 0.420144] KVM setup async PF for cpu 1 [ 0.420147] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.423238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.425254] devtmpfs: initialized [ 0.427914] EVM: security.selinux [ 0.428883] EVM: security.ima [ 0.429778] EVM: security.capability [ 0.431402] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.432905] pinctrl core: initialized pinctrl subsystem [ 0.434261] NET: Registered protocol family 16 [ 0.435581] ACPI: bus type PCI registered [ 0.436649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.438135] PCI: Using configuration type 1 for base access [ 0.442815] ACPI: Added _OSI(Module Device) [ 0.443936] ACPI: Added _OSI(Processor Device) [ 0.445059] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.446214] ACPI: Added _OSI(Processor Aggregator Device) [ 0.448981] ACPI: Interpreter enabled [ 0.450011] ACPI: (supports S0 S5) [ 0.450975] ACPI: Using IOAPIC for interrupt routing [ 0.452196] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.456066] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.457478] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.459097] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.460549] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.463270] acpiphp: Slot [3] registered [ 0.464332] acpiphp: Slot [4] registered [ 0.465395] acpiphp: Slot [5] registered [ 0.466462] acpiphp: Slot [6] registered [ 0.467518] acpiphp: Slot [7] registered [ 0.468575] acpiphp: Slot [8] registered [ 0.469635] acpiphp: Slot [9] registered [ 0.470690] acpiphp: Slot [10] registered [ 0.471760] acpiphp: Slot [11] registered [ 0.472827] acpiphp: Slot [12] registered [ 0.473909] acpiphp: Slot [13] registered [ 0.474987] acpiphp: Slot [14] registered [ 0.476055] acpiphp: Slot [15] registered [ 0.477124] acpiphp: Slot [16] registered [ 0.478189] acpiphp: Slot [17] registered [ 0.479256] acpiphp: Slot [18] registered [ 0.480324] acpiphp: Slot [19] registered [ 0.481404] acpiphp: Slot [20] registered [ 0.482478] acpiphp: Slot [21] registered [ 0.483544] acpiphp: Slot [22] registered [ 0.484610] acpiphp: Slot [23] registered [ 0.485684] acpiphp: Slot [24] registered [ 0.486756] acpiphp: Slot [25] registered [ 0.487825] acpiphp: Slot [26] registered [ 0.488901] acpiphp: Slot [27] registered [ 0.489971] acpiphp: Slot [28] registered [ 0.491037] acpiphp: Slot [29] registered [ 0.492103] acpiphp: Slot [30] registered [ 0.493170] acpiphp: Slot [31] registered [ 0.494232] PCI host bridge to bus 0000:00 [ 0.495296] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.496570] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.498031] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.499492] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.501458] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.509321] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.510868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.512289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.513800] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.520492] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.522442] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.573309] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.575110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.578029] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.579699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.581346] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.582915] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.584500] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.586572] vgaarb: loaded [ 0.587431] vgaarb: bridge control possible 0000:00:02.0 [ 0.588853] SCSI subsystem initialized [ 0.589915] ACPI: bus type USB registered [ 0.591001] usbcore: registered new interface driver usbfs [ 0.592286] usbcore: registered new interface driver hub [ 0.593576] usbcore: registered new device driver usb [ 0.594975] PCI: Using ACPI for IRQ routing [ 0.596372] NetLabel: Initializing [ 0.597351] NetLabel: domain hash size = 128 [ 0.598459] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.599682] NetLabel: unlabeled traffic allowed by default [ 0.601093] Switched to clocksource kvm-clock [ 0.607886] pnp: PnP ACPI init [ 0.608829] ACPI: bus type PNP registered [ 0.610236] pnp: PnP ACPI: found 5 devices [ 0.611316] ACPI: bus type PNP unregistered [ 0.617779] NET: Registered protocol family 2 [ 0.619180] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.621282] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.622972] TCP: Hash tables configured (established 32768 bind 32768) [ 0.624473] TCP: reno registered [ 0.625422] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.626817] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.628485] NET: Registered protocol family 1 [ 0.630052] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.631942] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.633487] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.653458] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.674005] Unpacking initramfs... [ 1.101196] Freeing initrd memory: 37508k freed [ 1.110591] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.112215] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.128067] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.129605] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.131351] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.132823] Initialise system trusted keyring [ 1.134016] audit: initializing netlink socket (disabled) [ 1.135346] type=2000 audit(1541756258.043:1): initialized [ 1.151887] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.153361] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.155668] zpool: loaded [ 1.156574] zbud: loaded [ 1.157616] VFS: Disk quotas dquot_6.5.2 [ 1.158747] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.160404] msgmni has been set to 7578 [ 1.161550] Key type big_key registered [ 1.163345] NET: Registered protocol family 38 [ 1.164533] Key type asymmetric registered [ 1.165641] Asymmetric key parser 'x509' registered [ 1.166889] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.168969] io scheduler noop registered [ 1.170062] io scheduler deadline registered (default) [ 1.171351] io scheduler cfq registered [ 1.172509] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.183593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.185203] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.187226] ACPI: Power Button [PWRF] [ 1.188354] GHES: HEST is not enabled! [ 1.189514] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.213914] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.215648] Non-volatile memory driver v1.3 [ 1.216781] Linux agpgart interface v0.103 [ 1.218002] crash memory driver: version 1.1 [ 1.219191] rdac: device handler registered [ 1.220370] hp_sw: device handler registered [ 1.221519] emc: device handler registered [ 1.222623] alua: device handler registered [ 1.223755] libphy: Fixed MDIO Bus: probed [ 1.224938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.226431] ehci-pci: EHCI PCI platform driver [ 1.227592] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.229034] ohci-pci: OHCI PCI platform driver [ 1.230194] uhci_hcd: USB Universal Host Controller Interface driver [ 1.250343] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.251726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.253763] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.255062] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.256496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.258013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.259965] usb usb1: Product: UHCI Host Controller [ 1.261236] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.262786] usb usb1: SerialNumber: 0000:00:01.2 [ 1.264061] hub 1-0:1.0: USB hub found [ 1.265107] hub 1-0:1.0: 2 ports detected [ 1.266304] usbcore: registered new interface driver usbserial [ 1.267680] usbcore: registered new interface driver usbserial_generic [ 1.269149] usbserial: USB Serial support registered for generic [ 1.270558] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.273248] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.274937] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.276678] mousedev: PS/2 mouse device common for all mice [ 1.278727] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.282265] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.285213] rtc_cmos 00:00: RTC can wake from S4 [ 1.287073] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.289977] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.291989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.294057] cpuidle: using governor menu [ 1.295521] hidraw: raw HID events driver (C) Jiri Kosina [ 1.297411] usbcore: registered new interface driver usbhid [ 1.299201] usbhid: USB HID core driver [ 1.300620] drop_monitor: Initializing network drop monitor service [ 1.302655] TCP: cubic registered [ 1.304096] Initializing XFRM netlink socket [ 1.305914] NET: Registered protocol family 10 [ 1.307942] NET: Registered protocol family 17 [ 1.309814] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.312023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.313421] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.317042] Loading compiled-in X.509 certificates [ 1.318945] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.322565] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.326388] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.329518] registered taskstats version 1 [ 1.332776] Key type trusted registered [ 1.335460] Key type encrypted registered [ 1.338072] IMA: No TPM chip found, activating TPM-bypass! [ 1.340248] rtc_cmos 00:00: setting system clock to 2018-11-09 09:37:37 UTC (1541756257) [ 1.343775] Freeing unused kernel memory: 1680k freed [ 1.348715] 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.352807] systemd[1]: Detected virtualization kvm. [ 1.354055] systemd[1]: Detected architecture x86-64. [ 1.355328] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.358244] systemd[1]: No hostname configured. [ 1.359815] systemd[1]: Set hostname to . [ 1.361558] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.386770] systemd[1]: Created slice Root Slice. [ 1.388326] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.390948] systemd[1]: Listening on udev Control Socket. [ 1.392635] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Timers. [ 1.395206] systemd[1]: Reached target Timers. [ 1.396663] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.399010] systemd[1]: Created slice System Slice. [ 1.400674] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.402894] systemd[1]: Reached target Slices. [ 1.404246] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.406654] systemd[1]: Reached target Local File Systems. [ 1.408206] systemd[1]: Starting Local File Systems. [ 1.409675] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.412156] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.415700] systemd[1]: Reached target Paths. [ 1.417040] systemd[1]: Starting Paths. [[32m OK [0m] Listening on Journal Socket. [ 1.419432] systemd[1]: Listening on Journal Socket. [ 1.420934] systemd[1]: Starting Journal Socket. [ 1.422835] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.425640] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.429180] systemd[1]: Listening on udev Kernel Socket. [ 1.430711] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.433588] systemd[1]: Reached target Sockets. [ 1.434953] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Swap. [ 1.437175] systemd[1]: Reached target Swap. [ 1.438512] systemd[1]: Starting Swap. [ 1.440086] 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.444729] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.448813] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.501497] RPC: Registered named UNIX socket transport module. [ 1.502954] RPC: Registered udp transport module. [ 1.504149] RPC: Registered tcp transport module. [ 1.505340] 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.569105] 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. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.606421] FDC 0 is a S82078B [ 1.626774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.666423] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.669995] scsi host0: ata_piix [ 1.671341] scsi host1: ata_piix [ 1.672668] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.674403] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.679294] 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.723971] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.725981] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.728169] usb 1-1: Product: QEMU USB Tablet [ 1.729649] usb 1-1: Manufacturer: QEMU [ 1.730818] usb 1-1: SerialNumber: 42 [ 1.741163] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.743881] 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.847590] SGI XFS with ACLs, security attributes, no debug enabled [ 1.849969] XFS (vda1): Mounting V4 Filesystem [ 1.922109] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] [ 2.128269] tsc: Refined TSC clocksource calibration: 3491.913 MHz Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.161876] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.295248] SELinux: Disabled at runtime. [ 2.333105] type=1404 audit(1541756258.492:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.452135] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.454092] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Debug File System... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Kernel Socket. [[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 Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.880862] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [ 2.915184] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started 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.087215] type=1305 audit(1541756259.246:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.250722] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.264803] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.271219] [drm] Initialized drm 1.1.0 20060810 [ 3.288019] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.289536] [TTM] Initializing pool allocator [ 3.290715] [TTM] Initializing DMA pool allocator [ 3.292244] [drm] fb mappable at 0xFC000000 [ 3.293435] [drm] vram aper at 0xFC000000 [ 3.294558] [drm] size 33554432 [ 3.295542] [drm] fb depth is 24 [ 3.295542] [drm] pitch is 3072 [ 3.295546] ppdev: user-space parallel port driver [ 3.327042] fbcon: cirrusdrmfb (fb0) is primary device [ 3.345144] Console: switching to colour frame buffer device 128x48 [ 3.355531] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... Startin[ 3.360109] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 g Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting Login Service... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started 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] Reached target Login Prompts. [[32m OK [0m] Started NTP client/server. [ 3.470613] AES CTR mode by8 optimization enabled [ 3.473824] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Authorization Manager. [ 3.485260] alg: No test for crc32 (crc32-pclmul) [ 3.514884] intel_rapl: no valid rapl domains found in package 0 [ 3.546162] intel_rapl: no valid rapl domains found in package 0 [ 3.555930] intel_powerclamp: No package C-state available [ 3.563804] intel_powerclamp: No package C-state available[ 4.017316] cloud-init[514]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 09 Nov 2018 09:37:40 +0000. Up 3.98 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 Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... Starting PostgreSQL 9.5 database server... Starting nginx - high performance web server... Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started System Logging Service. [[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.907053] cloud-init[806]: Cloud-init v. 0.7.5 running 'init' at Fri, 09 Nov 2018 09:37:42 +0000. Up 5.87 seconds. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.984180] cloud-init[806]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.986491] cloud-init[806]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.988579] cloud-init[806]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.995210] cloud-init[806]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.003362] cloud-init[806]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.007260] cloud-init[806]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:ad:76:fb | [ 6.015810] cloud-init[806]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.031495] cloud-init[806]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.041439] cloud-init[806]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.046153] cloud-init[806]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.048499] cloud-init[806]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.051284] cloud-init[806]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.059702] cloud-init[806]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.061651] cloud-init[806]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.065047] cloud-init[806]: 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.195304] cloud-init[2531]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 09 Nov 2018 09:37:45 +0000. Up 9.13 seconds. [ 9.788916] cloud-init[2691]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 09 Nov 2018 09:37:46 +0000. Up 9.73 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 | b7:c7:1e:b1:91:08:34:1b:f2:70:64:93:e5:ce:38:f9 | - | 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----- [ 9.926230] cloud-init[2691]: Cloud-init v. 0.7.5 finished at Fri, 09 Nov 2018 09:37:46 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 9.91 seconds 2018-11-09 09:37:53,549 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6712ed0L 2018-11-09 09:37:53,549 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 09:37:53,565 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-11-09 09:37:53,565 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-11-09 09:37:53,599 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 09:37:53,600 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-09 09:37:53,600 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-09 09:37:53,600 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 09:37:53,600 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-09 09:37:53,600 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 09:37:53,616 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-09 09:37:53,617 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 09:37:53,650 - paramiko.transport - DEBUG - Trying key b7c71eb19108341bf2706493e5ce38f9 from /tmp/tmpzYbbC7 2018-11-09 09:37:53,657 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 09:37:53,673 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-09 09:37:53,682 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-11-09 09:37:53,683 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-11-09 09:37:53,683 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-11-09 09:37:53,683 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/status 2018-11-09 09:37:54,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:37:54,113 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:37:54,113 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:37:54,113 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:37:54,113 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:37:54,113 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:37:54,113 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:37:54,113 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4441, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4449, "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": 1720, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4431, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 869, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 811, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 818, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4201, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4422, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-11-09 09:37:54,113 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:37:54,114 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:37:53 GMT 2018-11-09 09:37:54,114 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:37:54,114 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-11-09 09:37:54,114 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:37:54,114 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4441, 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': 4449, 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': 1720, 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': 4431, 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': 869, 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': 811, 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': 818, 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': 4201, 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': 4422, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-11-09 09:37:54,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/status 2018-11-09 09:37:54,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:37:54,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:37:54,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:37:54,307 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:37:54,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:37:54,307 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:37:54,307 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:37:54,308 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4441, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4449, "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": 1720, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4431, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 869, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 811, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 818, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4201, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4422, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-11-09 09:37:54,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:37:54,308 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:37:53 GMT 2018-11-09 09:37:54,308 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:37:54,308 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-11-09 09:37:54,308 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:37:54,308 - functest.core.cloudify - INFO - The current manager status is running 2018-11-09 09:37:54,309 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.200:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-11-09 09:37:54,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:37:54,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:37:54,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:37:54,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:37:54,549 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:37:54,549 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:37:54,549 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:37:54,549 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-11-09 09:37:54,549 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:37:53.387Z", "updated_at": "2018-11-09T09:37:53.387Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-11-09 09:37:54,549 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:37:54,549 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:37:53 GMT 2018-11-09 09:37:54,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:37:54,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-11-09 09:37:54,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:37:54,550 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/secrets 2018-11-09 09:37:54,940 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:37:54,940 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:37:54,940 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:37:54,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:37:54,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:37:54,941 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:37:54,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:37:54,941 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-11-09T09:37:53.387Z", "updated_at": "2018-11-09T09:37:53.387Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-11-09 09:37:54,941 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:37:54,941 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:37:53 GMT 2018-11-09 09:37:54,941 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:37:54,941 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-11-09 09:37:54,941 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:37:54,942 - functest.core.cloudify - DEBUG - List secrets: 2018-11-09 09:37:54,942 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.200:80/api/v3/secrets/foo 2018-11-09 09:37:55,587 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:37:55,587 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:37:55,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:37:55,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:37:55,587 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:37:55,587 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:37:55,587 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:37:55,588 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-09 09:37:55,588 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-09T09:37:53.387Z", "updated_at": "2018-11-09T09:37:53.387Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-11-09 09:37:55,588 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:37:55,588 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:37:54 GMT 2018-11-09 09:37:55,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:37:55,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-11-09 09:37:55,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:37:55,588 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-11-09 09:37:55,589 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-11-09 09:37:55,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-11-09 09:37:55,589 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 09:37:55,591 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-09 09:37:55,591 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 09:37:55,610 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 09:37:55,907 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-09 09:37:55,908 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-09 09:37:55,915 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-09 09:37:55,915 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-09 09:37:55,916 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-09 09:37:55,955 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-09 09:38:39,822 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-09 09:38:39,823 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: sjc.edge.kernel.org * extras: mirrors.cat.pdx.edu * updates: linux.mirrors.es.net No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.14.4.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.14.4.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 16 MB/s | 54 MB 00:03 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.14.4.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Verifying : python-2.7.5-69.el7_5.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : glibc-common-2.17-222.el7.x86_64 12/24 Verifying : kernel-headers-3.10.0-862.14.4.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.14.4.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-11-09 09:38:39,823 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-11-09 09:38:39,824 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-09 09:38:39,824 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-11-09 09:38:42,349 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-11-09 09:38:42,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:38:42,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:38:42,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-423a2fb4-50b6-4038-b865-2e6301609d10 Date: Fri, 09 Nov 2018 09:38:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap", "metadata": {}}], "file": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404/file", "owner": "40e7281ed9084d5bb595b044ddc78d7f", "id": "da112c6c-e73f-4625-a738-7ebb5de46404", "size": 4373348352, "self": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:34:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-09T09:33:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:38:42,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-423a2fb4-50b6-4038-b865-2e6301609d10 2018-11-09 09:38:42,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.191343069077s 2018-11-09 09:38:42,541 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-423a2fb4-50b6-4038-b865-2e6301609d10 2018-11-09 09:38:42,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 09:38:42,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_56944059-5384-425a-b0ef-3b4d51bd2941", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_56944059-5384-425a-b0ef-3b4d51bd2941"}' 2018-11-09 09:38:43,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493 X-Openstack-Request-Id: req-e0aff501-8332-4924-9aae-62d5cd6f233d Date: Fri, 09 Nov 2018 09:38:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493/file", "owner": "40e7281ed9084d5bb595b044ddc78d7f", "id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "size": null, "self": "/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-11-09T09:38:42Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_56944059-5384-425a-b0ef-3b4d51bd2941", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_56944059-5384-425a-b0ef-3b4d51bd2941", "checksum": null, "created_at": "2018-11-09T09:38:42Z", "protected": false} 2018-11-09 09:38:43,032 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-e0aff501-8332-4924-9aae-62d5cd6f233d 2018-11-09 09:38:43,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.488805055618s 2018-11-09 09:38:43,033 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-e0aff501-8332-4924-9aae-62d5cd6f233d returning object 1fe7da8a-984d-47a6-aa84-e95a5411a493 2018-11-09 09:38:43,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 09:38:43,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493/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}fc61811828c330e83c98e5f0502b97f541d3649c" -d '' 2018-11-09 09:38:51,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88ec2fd3-c77a-4e15-8d43-b2511bc6bbe0 Date: Fri, 09 Nov 2018 09:38:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 09:38:51,697 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493/file used request id req-88ec2fd3-c77a-4e15-8d43-b2511bc6bbe0 2018-11-09 09:38:51,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.66320204735s 2018-11-09 09:38:51,698 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493/file used request id req-88ec2fd3-c77a-4e15-8d43-b2511bc6bbe0 2018-11-09 09:38:51,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:38:51,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:38:51,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-412d7bdb-e43a-4ff9-9684-f8f824c964b2 Date: Fri, 09 Nov 2018 09:38:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1fe7da8a-984d-47a6-aa84-e95a5411a493/snap", "metadata": {}}], "file": "/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493/file", "owner": "40e7281ed9084d5bb595b044ddc78d7f", "id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "size": 426967040, "self": "/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1fe7da8a-984d-47a6-aa84-e95a5411a493/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-11-09T09:38:51Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_56944059-5384-425a-b0ef-3b4d51bd2941", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_56944059-5384-425a-b0ef-3b4d51bd2941", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-11-09T09:38:42Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap", "metadata": {}}], "file": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404/file", "owner": "40e7281ed9084d5bb595b044ddc78d7f", "id": "da112c6c-e73f-4625-a738-7ebb5de46404", "size": 4373348352, "self": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:34:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-09T09:33:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:38:51,889 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-412d7bdb-e43a-4ff9-9684-f8f824c964b2 2018-11-09 09:38:51,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190990924835s 2018-11-09 09:38:51,890 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-412d7bdb-e43a-4ff9-9684-f8f824c964b2 2018-11-09 09:38:51,892 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1fe7da8a-984d-47a6-aa84-e95a5411a493/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493/file', 'owner': u'40e7281ed9084d5bb595b044ddc78d7f', 'id': u'1fe7da8a-984d-47a6-aa84-e95a5411a493', 'size': 426967040, u'self': u'/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40e7281ed9084d5bb595b044ddc78d7f', 'name': 'vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1fe7da8a-984d-47a6-aa84-e95a5411a493/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T09:38:51Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-09T09:38:51Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_56944059-5384-425a-b0ef-3b4d51bd2941', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_56944059-5384-425a-b0ef-3b4d51bd2941', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_56944059-5384-425a-b0ef-3b4d51bd2941', 'created': u'2018-11-09T09:38:42Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-11-09T09:38:42Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_56944059-5384-425a-b0ef-3b4d51bd2941', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-11-09 09:38:51,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 09:38:51,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_56944059-5384-425a-b0ef-3b4d51bd2941", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-11-09 09:38:51,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:38:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e9169bb-00d0-447d-8097-72d375cc27f4 x-compute-request-id: req-1e9169bb-00d0-447d-8097-72d375cc27f4 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "name": "vyos_vrouter-flavor_alt_56944059-5384-425a-b0ef-3b4d51bd2941", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 09:38:51,954 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-1e9169bb-00d0-447d-8097-72d375cc27f4 2018-11-09 09:38:51,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0605671405792s 2018-11-09 09:38:51,954 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-1e9169bb-00d0-447d-8097-72d375cc27f4 returning object 24d6724e-9d00-4993-bf30-ec8f3edb50c7 2018-11-09 09:38:51,955 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_56944059-5384-425a-b0ef-3b4d51bd2941', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'24d6724e-9d00-4993-bf30-ec8f3edb50c7', 'swap': 0}) 2018-11-09 09:38:51,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 09:38:51,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7/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}58b15e2c13552d560110c812c93cd75cf45796e4" -d '{"extra_specs": {}}' 2018-11-09 09:38:51,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:38:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-860266ec-5ee6-4b4b-9536-97e8c7bacdc7 x-compute-request-id: req-860266ec-5ee6-4b4b-9536-97e8c7bacdc7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 09:38:51,984 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7/os-extra_specs used request id req-860266ec-5ee6-4b4b-9536-97e8c7bacdc7 2018-11-09 09:38:51,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.02814412117s 2018-11-09 09:38:51,985 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7/os-extra_specs used request id req-860266ec-5ee6-4b4b-9536-97e8c7bacdc7 2018-11-09 09:38:51,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-11-09 09:38:51,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:38:52,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-478baf74-fe38-499f-a1cb-770a868c622d Content-Encoding: gzip Content-Length: 917 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://172.30.9.27:5000/v3/services/0c89d185cb1f42fca57b94f1a760f60c"}, "enabled": true, "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.27:5000/v3/services/14f9b05c64b04cddafa407d6aabb0893"}, "enabled": true, "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.27:5000/v3/services/1e2e003179664dc79ad50db275c1e4d6"}, "enabled": true, "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.27:5000/v3/services/2fe9f1abdaa64be0a4a637ceb3d8290c"}, "enabled": true, "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.27:5000/v3/services/33f177b61e50483a8531ea86197078b5"}, "enabled": true, "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.27:5000/v3/services/3cb73a4957a9443292bacf5670fcef99"}, "enabled": true, "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.27:5000/v3/services/44f26eb063954e739b503e6a5e9032fd"}, "enabled": true, "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.27:5000/v3/services/4574ba66c1204a5c8994c9491185c942"}, "enabled": true, "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.27:5000/v3/services/4e9d7c4ae46e4d7ea1e0c624e6cae2d0"}, "enabled": true, "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.27:5000/v3/services/515d520bd0c74f4b81fa6d647513ac31"}, "enabled": true, "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.27:5000/v3/services/5b58fbb85ee2445d94b03eb426d1653b"}, "enabled": true, "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.27:5000/v3/services/7a171e2b92264592bd937870e5a64cd5"}, "enabled": true, "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.27:5000/v3/services/930edd1595db4c159c1c28b38d62c2a2"}, "enabled": true, "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.27:5000/v3/services/9ebe11d4aa3e4fa99528bde1ab6ef6ec"}, "enabled": true, "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.27:5000/v3/services/9f8fad24213e4d87acb5ed105ece0f2b"}, "enabled": true, "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.27:5000/v3/services/e41140e79ced47d59f36e0f5856755eb"}, "enabled": true, "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "links": {"self": "http://172.30.9.27:5000/v3/services", "previous": null, "next": null}} 2018-11-09 09:38:52,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/services used request id req-478baf74-fe38-499f-a1cb-770a868c622d 2018-11-09 09:38:52,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0839900970459s 2018-11-09 09:38:52,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-11-09 09:38:52,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:38:52,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01bde9e7-e039-49b8-9c4f-cd9ebce0e51a Content-Encoding: gzip Content-Length: 2067 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/03930004340d40e49728594c7b8bbd1c"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b58fbb85ee2445d94b03eb426d1653b", "id": "03930004340d40e49728594c7b8bbd1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0545bf884a544c0a82362dc6ed8e82b8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0c89d185cb1f42fca57b94f1a760f60c", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/06dda4965d044f4482a13860c49a8c89"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f8fad24213e4d87acb5ed105ece0f2b", "id": "06dda4965d044f4482a13860c49a8c89"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/091e1ad933bb465b943962f161ec7b54"}, "url": "http://172.30.9.27:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "14f9b05c64b04cddafa407d6aabb0893", "id": "091e1ad933bb465b943962f161ec7b54"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0c08f074502644058e4105ac62256e83"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "44f26eb063954e739b503e6a5e9032fd", "id": "0c08f074502644058e4105ac62256e83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/108fb85474734dc9a0aea43998de9c5f"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "515d520bd0c74f4b81fa6d647513ac31", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/16cb0b7edc524088a5c351bb92047cbe"}, "url": "http://192.30.9.7:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/17b0883b3455435da7ac86da1fc66664"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e41140e79ced47d59f36e0f5856755eb", "id": "17b0883b3455435da7ac86da1fc66664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1fad19fb7ae4429186e7e7313f6846b6"}, "url": "http://172.30.9.27:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/235d3d976ce64b62a9fd44d276a4b9d2"}, "url": "http://192.30.9.7:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33f177b61e50483a8531ea86197078b5", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2c4b93b9c5c148b5b4bf3c13beebc267"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1e2e003179664dc79ad50db275c1e4d6", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2de2c4b6fc7840a2839d93345ab28007"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a171e2b92264592bd937870e5a64cd5", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/327c9805abc94fc18968b5307cb3b502"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "515d520bd0c74f4b81fa6d647513ac31", "id": "327c9805abc94fc18968b5307cb3b502"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/32d3063ff3794e149946d1bcc7f5d389"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/38c2913853ab48718db820dba12b8363"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e41140e79ced47d59f36e0f5856755eb", "id": "38c2913853ab48718db820dba12b8363"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/49187b54825147bf9e1dfc7db1c4713a"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/4f4aeec22dee4e02abc333e95deb55b9"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0c89d185cb1f42fca57b94f1a760f60c", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/56c219933d7a43978fe571df5f60cf53"}, "url": "http://172.30.9.27:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33f177b61e50483a8531ea86197078b5", "id": "56c219933d7a43978fe571df5f60cf53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5c1be44e6ea844639b8892e1a0a4d3b5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/696c89b6db264b8aaf6d79a486bc9229"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e41140e79ced47d59f36e0f5856755eb", "id": "696c89b6db264b8aaf6d79a486bc9229"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6a4f337e23bf47f5aacded4e078c3d39"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3cb73a4957a9443292bacf5670fcef99", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/75239e7dd81d444fbf1093a2b1b81e46"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a171e2b92264592bd937870e5a64cd5", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7ef3a02070dc4a189cbe9a580944455b"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "930edd1595db4c159c1c28b38d62c2a2", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7fcd1e90222b4a10b290142818365c62"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "515d520bd0c74f4b81fa6d647513ac31", "id": "7fcd1e90222b4a10b290142818365c62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/814ec42f87114d479b6a376b2e198820"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "44f26eb063954e739b503e6a5e9032fd", "id": "814ec42f87114d479b6a376b2e198820"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/82cec2d525434c01aac72675422e87b7"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "930edd1595db4c159c1c28b38d62c2a2", "id": "82cec2d525434c01aac72675422e87b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/861bbcaffcc341a1a51737f44c55d3f0"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f8fad24213e4d87acb5ed105ece0f2b", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8dd2eef05cdc43cd9dc0c88afe738be3"}, "url": "http://192.30.9.7:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33f177b61e50483a8531ea86197078b5", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/95f46bbff23a4bd7863ae022f8c83159"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "930edd1595db4c159c1c28b38d62c2a2", "id": "95f46bbff23a4bd7863ae022f8c83159"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/995098568f1844b48837aba8359647a3"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3cb73a4957a9443292bacf5670fcef99", "id": "995098568f1844b48837aba8359647a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a29047deb5424d508f8dedec11d9ba15"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f8fad24213e4d87acb5ed105ece0f2b", "id": "a29047deb5424d508f8dedec11d9ba15"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a6b41e4f4c23490595bbc8ac214595eb"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1e2e003179664dc79ad50db275c1e4d6", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a6da6277a41d4c45b09d3eaa75368cd4"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/aaeb920c5ba94f29916489a584cab807"}, "url": "http://192.30.9.7:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "id": "aaeb920c5ba94f29916489a584cab807"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ae6ddabe5b664be4a01e28f24e937010"}, "url": "http://192.30.9.7:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "14f9b05c64b04cddafa407d6aabb0893", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b00efb8b0ee042ca889e8cbd4211bb96"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0c89d185cb1f42fca57b94f1a760f60c", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b7ac064bde614bda9f21be8f8aef8617"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c1def1cfe6314716bc213f925a62336a"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3cb73a4957a9443292bacf5670fcef99", "id": "c1def1cfe6314716bc213f925a62336a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d6ead35e1c394fd6a9b6ba919ec8f671"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "44f26eb063954e739b503e6a5e9032fd", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/df1d539b7aa642c2ad7acc6ea529111e"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1e2e003179664dc79ad50db275c1e4d6", "id": "df1d539b7aa642c2ad7acc6ea529111e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e3fee02b30d34c7a9330a73a21d45d42"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b58fbb85ee2445d94b03eb426d1653b", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e57db16c0db147338b3eb70ac6280677"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a171e2b92264592bd937870e5a64cd5", "id": "e57db16c0db147338b3eb70ac6280677"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e68f1a4763624f96bd5f1b24dcb98bfd"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b58fbb85ee2445d94b03eb426d1653b", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb75e9570c6b42728b7a369474c80391"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "id": "eb75e9570c6b42728b7a369474c80391"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f2b43a363b96411aa33db816a01e9fec"}, "url": "http://192.30.9.7:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "14f9b05c64b04cddafa407d6aabb0893", "id": "f2b43a363b96411aa33db816a01e9fec"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-11-09 09:38:52,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-01bde9e7-e039-49b8-9c4f-cd9ebce0e51a 2018-11-09 09:38:52,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0815019607544s 2018-11-09 09:38:52,163 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-11-09 09:38:52,193 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.200:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-11-09 09:38:53,972 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:38:53,972 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:38:53,973 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:38:53,973 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:38:53,973 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:38:53,973 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:38:53,973 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:38:53,973 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-11-09 09:38:53,974 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:53.908Z", "updated_at": "2018-11-09T09:38:53.908Z", "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"}, "region": {"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"}, "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"}, "target_vnf_image_id": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "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": "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": ""}}, {"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"}, "resource_id": {"get_input": "management_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "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}, "resource_id": {"get_input": "data_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": true, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-11-09 09:38:53,975 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:38:53,975 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:38:53 GMT 2018-11-09 09:38:53,975 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:38:53,975 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-11-09 09:38:53,975 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:38:53,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-11-09 09:38:53,989 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.200:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.27:5000", "keystone_tenant_name": "vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_56944059-5384-425a-b0ef-3b4d51bd2941", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "keystone_password": "a3120a3b-f691-47b3-b78e-c26d2737a90b", "reference_vnf_flavor_id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "target_vnf_flavor_id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "target_vnf_image_id": "1fe7da8a-984d-47a6-aa84-e95a5411a493"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-11-09 09:38:55,701 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:38:55,701 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:38:55,701 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:38:55,701 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:38:55,701 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:38:55,701 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:38:55,701 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:38:55,701 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-11-09 09:38:55,702 - 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": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "target_vnf_flavor_id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "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_56944059-5384-425a-b0ef-3b4d51bd2941", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "keystone_password": "a3120a3b-f691-47b3-b78e-c26d2737a90b", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.27: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": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:54.233Z", "updated_at": "2018-11-09T09:38:54.233Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-11-09 09:38:55,702 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:38:55,702 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:38:55 GMT 2018-11-09 09:38:55,702 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:38:55,702 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-11-09 09:38:55,702 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:38:55,703 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions 2018-11-09 09:38:55,771 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:38:55,771 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:38:55,771 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:38:55,771 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:38:55,771 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:38:55,772 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:38:55,772 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:38:55,772 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:55.303Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-11-09 09:38:55,772 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:38:55,772 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:38:55 GMT 2018-11-09 09:38:55,772 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:38:55,772 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-11-09 09:38:55,772 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:38:55,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:38:55,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:38:55,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:38:55,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:38:55,849 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:38:55,849 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:38:55,849 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:38:55,850 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:38:55,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-09 09:38:55,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:38:55,850 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:38:55 GMT 2018-11-09 09:38:55,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:38:55,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-09 09:38:55,850 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:38:55,850 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc 2018-11-09 09:38:55,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:38:55,993 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:38:55,993 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:38:55,993 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:38:55,993 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:38:55,994 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:38:55,994 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:38:55,994 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:55.303Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"} 2018-11-09 09:38:55,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:38:55,994 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:38:55 GMT 2018-11-09 09:38:55,994 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:38:55,994 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-09 09:38:55,994 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:01,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:01,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:01,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:01,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:01,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:01,092 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:01,092 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:01,092 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:01,093 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:56.577Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:56.577Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:56.949Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:56.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc", "logger": "c5c5163f-6d1d-4aaa-b7b0-ad34f990a6b4"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:57.256Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:57.256Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:57.256Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:57.256Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:57.256Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:57.256Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:58.071Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:58.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc", "logger": "c5c5163f-6d1d-4aaa-b7b0-ad34f990a6b4"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:58.071Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:58.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc", "logger": "c5c5163f-6d1d-4aaa-b7b0-ad34f990a6b4"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:58.071Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:58.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc", "logger": "c5c5163f-6d1d-4aaa-b7b0-ad34f990a6b4"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:58.071Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:58.071Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc", "logger": "c5c5163f-6d1d-4aaa-b7b0-ad34f990a6b4"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:59.089Z", "message": "Installing from directory: /tmp/tmp3e4pig [args=--prefix=\"/tmp/openstack-klwKq3\" --constraint=\"/tmp/openstack-klwKq3/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:59.089Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc", "logger": "c5c5163f-6d1d-4aaa-b7b0-ad34f990a6b4"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:38:59.089Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp3e4pig --prefix=\"/tmp/openstack-klwKq3\" --constraint=\"/tmp/openstack-klwKq3/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:38:59.089Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc", "logger": "c5c5163f-6d1d-4aaa-b7b0-ad34f990a6b4"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-11-09 09:39:01,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:01,093 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:01 GMT 2018-11-09 09:39:01,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:01,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-11-09 09:39:01,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:01,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-11-09 09:39:01,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-11-09 09:39:01,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-11-09 09:39:01,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-09 09:39:01,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-09 09:39:01,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-11-09 09:39:01,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-11-09 09:39:01,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-11-09 09:39:01,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-11-09 09:39:01,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmp3e4pig [args=--prefix="/tmp/openstack-klwKq3" --constraint="/tmp/openstack-klwKq3/constraint.txt", package_name=cloudify-openstack-plugin] 2018-11-09 09:39:01,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp3e4pig --prefix="/tmp/openstack-klwKq3" --constraint="/tmp/openstack-klwKq3/constraint.txt" 2018-11-09 09:39:01,096 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc 2018-11-09 09:39:01,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:01,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:01,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:01,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:01,193 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:01,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:01,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:01,193 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:55.303Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"} 2018-11-09 09:39:01,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:01,193 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:01 GMT 2018-11-09 09:39:01,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:01,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-09 09:39:01,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:06,194 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:06,281 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:06,281 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:06,282 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:06,282 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:06,282 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:06,282 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:06,282 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:06,282 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-09 09:39:06,282 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:06,282 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:06 GMT 2018-11-09 09:39:06,282 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:06,283 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-09 09:39:06,283 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:06,283 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc 2018-11-09 09:39:06,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:06,346 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:06,346 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:06,346 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:06,346 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:06,346 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:06,346 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:06,346 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:55.303Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"} 2018-11-09 09:39:06,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:06,347 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:06 GMT 2018-11-09 09:39:06,347 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:06,347 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-09 09:39:06,347 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:11,353 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:11,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:11,431 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:11,431 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:11,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:11,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:11,431 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:11,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:11,432 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-09 09:39:11,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:11,432 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:11 GMT 2018-11-09 09:39:11,432 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:11,432 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-09 09:39:11,432 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:11,432 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc 2018-11-09 09:39:11,499 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:11,499 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:11,500 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:11,500 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:11,500 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:11,500 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:11,500 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:11,500 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:55.303Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"} 2018-11-09 09:39:11,500 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:11,500 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:11 GMT 2018-11-09 09:39:11,500 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:11,501 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-09 09:39:11,501 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:16,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:16,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:16,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:16,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:16,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:16,584 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:16,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:16,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:16,585 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-09 09:39:16,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:16,585 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:16 GMT 2018-11-09 09:39:16,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:16,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-09 09:39:16,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:16,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc 2018-11-09 09:39:16,691 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:16,692 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:16,692 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:16,692 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:16,692 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:16,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:16,692 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:16,692 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:55.303Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"} 2018-11-09 09:39:16,692 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:16,692 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:16 GMT 2018-11-09 09:39:16,693 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:16,693 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-09 09:39:16,693 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:21,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:21,774 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:21,774 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:21,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:21,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:21,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:21,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:21,775 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:21,775 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-09 09:39:21,775 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:21,775 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:21 GMT 2018-11-09 09:39:21,775 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:21,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-09 09:39:21,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:21,776 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc 2018-11-09 09:39:21,839 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:21,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:21,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:21,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:21,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:21,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:21,840 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:21,840 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:55.303Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"} 2018-11-09 09:39:21,840 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:21,841 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:21 GMT 2018-11-09 09:39:21,841 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:21,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-09 09:39:21,841 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:26,846 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:26,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:26,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:26,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:26,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:26,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:26,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:26,933 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:26,933 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:26.615Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:26.615Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc", "logger": "c5c5163f-6d1d-4aaa-b7b0-ad34f990a6b4"}], "metadata": {"pagination": {"total": 12, "offset": 11, "size": 50}}} 2018-11-09 09:39:26,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:26,934 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:26 GMT 2018-11-09 09:39:26,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:26,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 585 2018-11-09 09:39:26,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:26,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-11-09 09:39:26,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc 2018-11-09 09:39:27,014 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:27,014 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:27,014 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:27,014 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:27,015 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:27,015 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:27,015 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:27,015 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:55.303Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"} 2018-11-09 09:39:27,015 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:27,015 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:27 GMT 2018-11-09 09:39:27,015 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:27,015 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-09 09:39:27,015 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:32,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:32,105 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:32,105 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:32,105 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:32,105 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:32,105 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:32,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:32,106 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:32,106 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:27.138Z", "message": "Removing directory: /tmp/tmp3e4pig", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:27.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc", "logger": "c5c5163f-6d1d-4aaa-b7b0-ad34f990a6b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:27.729Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:27.729Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:28.317Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:28.317Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:28.317Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:28.317Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:29.343Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:29.343Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"}], "metadata": {"pagination": {"total": 17, "offset": 12, "size": 50}}} 2018-11-09 09:39:32,106 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:32,106 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:32 GMT 2018-11-09 09:39:32,106 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:32,106 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2486 2018-11-09 09:39:32,106 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:32,107 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmp3e4pig 2018-11-09 09:39:32,107 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-09 09:39:32,107 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-11-09 09:39:32,107 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-11-09 09:39:32,107 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-11-09 09:39:32,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc 2018-11-09 09:39:32,165 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:32,165 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:32,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:32,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:32,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:32,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:32,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:32,166 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:55.303Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"} 2018-11-09 09:39:32,166 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:32,166 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:32 GMT 2018-11-09 09:39:32,166 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:32,166 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-11-09 09:39:32,166 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:32,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-11-09 09:39:32,167 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.200:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-11-09 09:39:32,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:32,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:32,308 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:32,308 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:32,308 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:32,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:32,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:32,308 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-11-09 09:39:32,308 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:39:32,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:32,308 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:32 GMT 2018-11-09 09:39:32,309 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:32,309 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:39:32,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:32,309 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:32,396 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:32,396 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:32,396 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:32,396 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:32,396 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:32,396 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:32,396 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:32,396 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-09 09:39:32,397 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:32,397 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:32 GMT 2018-11-09 09:39:32,397 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:32,397 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-09 09:39:32,397 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:32,397 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:39:32,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:32,457 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:32,457 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:32,457 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:32,457 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:32,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:32,457 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:32,458 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:39:32,458 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:32,458 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:32 GMT 2018-11-09 09:39:32,458 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:32,458 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:39:32,458 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:37,463 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:37,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:37,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:37,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:37,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:37,563 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:37,563 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:37,563 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:37,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:32.903Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:32.903Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "external_network_cx0zwb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:34.029Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:34.029Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:34.029Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:34.029Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:34.029Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:34.029Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:34.898Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:34.898Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "security_group_2ldef3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:34.898Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:34.898Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "keypair_xkq83e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:34.898Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:34.898Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "keypair_xkq83e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:34.898Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:34.898Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "external_network_cx0zwb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:34.898Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:34.898Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "external_network_cx0zwb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:34.898Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:34.898Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "security_group_2ldef3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.864Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.864Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "87add96a-82f0-402d-9fb3-b624bffeb986"}, {"node_instance_id": "management_plane_network_rswaze", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.967Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "management_plane_network_rswaze", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.967Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.967Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.967Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.967Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "keypair_xkq83e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.967Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "security_group_2ldef3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.967Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "security_group_2ldef3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.967Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.967Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "management_plane_network_rswaze", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:35.967Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:35.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "security_group_2ldef3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:36.299Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:36.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "87add96a-82f0-402d-9fb3-b624bffeb986"}, {"node_instance_id": "security_group_2ldef3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:36.299Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:36.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "87add96a-82f0-402d-9fb3-b624bffeb986"}, {"node_instance_id": "security_group_2ldef3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:36.299Z", "message": "Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:36.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "87add96a-82f0-402d-9fb3-b624bffeb986"}, {"node_instance_id": "security_group_2ldef3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:36.299Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:36.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "87add96a-82f0-402d-9fb3-b624bffeb986"}, {"node_instance_id": "security_group_2ldef3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:36.299Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:36.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "87add96a-82f0-402d-9fb3-b624bffeb986"}, {"node_instance_id": "security_group_2ldef3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:36.299Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:36.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "87add96a-82f0-402d-9fb3-b624bffeb986"}, {"node_instance_id": "security_group_2ldef3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:36.299Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:36.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "87add96a-82f0-402d-9fb3-b624bffeb986"}, {"node_instance_id": "keypair_xkq83e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:37.303Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:37.303Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "external_network_cx0zwb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:37.303Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:37.303Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:37.303Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:37.303Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "external_network_cx0zwb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:37.403Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:37.403Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "71dbff94-a6ee-4825-ae35-651bd4a5e0a1"}], "metadata": {"pagination": {"total": 32, "offset": 0, "size": 50}}} 2018-11-09 09:39:37,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:37,564 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:37 GMT 2018-11-09 09:39:37,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:37,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17280 2018-11-09 09:39:37,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:37,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-11-09 09:39:37,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:37,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-11-09 09:39:37,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:37,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-11-09 09:39:37,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:37,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-11-09 09:39:37,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:37,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-11-09 09:39:37,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-11-09 09:39:37,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-11-09 09:39:37,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:37,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-11-09 09:39:37,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:37,568 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:37,568 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-11-09 09:39:37,568 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-11-09 09:39:37,568 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-09 09:39:37,568 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-09 09:39:37,568 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-11-09 09:39:37,569 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-11-09 09:39:37,569 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:39:37,569 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:39:37,569 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:39:37,569 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:39:37,569 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:39:37,570 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:39:37,570 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-09 09:39:37,570 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-11-09 09:39:37,570 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-11-09 09:39:37,570 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-11-09 09:39:37,570 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-11-09 09:39:37,571 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:39:37,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:37,664 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:37,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:37,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:37,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:37,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:37,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:37,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:39:37,665 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:37,665 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:37 GMT 2018-11-09 09:39:37,665 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:37,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:39:37,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:42,228 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 09:39:42,670 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:42,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:42,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:42,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:42,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:42,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:42,759 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:42,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:42,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "external_network_cx0zwb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:38.384Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:38.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:38.384Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:38.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "management_plane_network_rswaze", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:38.384Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:38.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "keypair_xkq83e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:38.384Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:38.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:38.384Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:38.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "keypair_xkq83e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:38.384Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:38.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:38.384Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:38.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "management_plane_network_rswaze", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:38.384Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:38.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "external_network_cx0zwb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:38.384Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:38.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:39.400Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:39.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "router_9esp56", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:39.400Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:39.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "router_9esp56", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:39.400Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:39.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "router_9esp56", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:39.400Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:39.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "management_plane_network_rswaze", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:39.400Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:39.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:39.643Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'40e7281ed9084d5bb595b044ddc78d7f', u'created_at': u'2018-11-09T09:39:38Z', u'updated_at': u'2018-11-09T09:39:38Z', u'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'40e7281ed9084d5bb595b044ddc78d7f', u'port_id': None, u'id': u'47ef2b23-5534-4321-8726-017e9d720968'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:39.643Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "5cb75dca-5303-45fa-9117-466e1542700c"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:40.430Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'40e7281ed9084d5bb595b044ddc78d7f', u'created_at': u'2018-11-09T09:39:39Z', u'updated_at': u'2018-11-09T09:39:39Z', u'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'40e7281ed9084d5bb595b044ddc78d7f', u'port_id': None, u'id': u'4196f30f-4af5-42d3-8e3c-b84886f734df'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:40.430Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "02f47dd7-535b-48fb-952e-1d4feb67c579"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:40.519Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:40.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:40.519Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:40.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:40.519Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:40.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:40.519Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:40.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:40.519Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:40.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:40.519Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:40.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:41.631Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:41.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:41.631Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:41.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:41.631Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:41.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "security_group_2ldef3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:41.631Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:41.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "security_group_2ldef3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:41.631Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:41.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 59, "offset": 32, "size": 50}}} 2018-11-09 09:39:42,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:42,759 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:42 GMT 2018-11-09 09:39:42,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:42,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14027 2018-11-09 09:39:42,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:42,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:42,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-11-09 09:39:42,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-11-09 09:39:42,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:42,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:42,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:42,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-11-09 09:39:42,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:42,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:42,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:42,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-11-09 09:39:42,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:42,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-11-09 09:39:42,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:42,762 - 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'40e7281ed9084d5bb595b044ddc78d7f', u'created_at': u'2018-11-09T09:39:38Z', u'updated_at': u'2018-11-09T09:39:38Z', u'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'40e7281ed9084d5bb595b044ddc78d7f', u'port_id': None, u'id': u'47ef2b23-5534-4321-8726-017e9d720968'} 2018-11-09 09:39:42,763 - 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'40e7281ed9084d5bb595b044ddc78d7f', u'created_at': u'2018-11-09T09:39:39Z', u'updated_at': u'2018-11-09T09:39:39Z', u'floating_network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'40e7281ed9084d5bb595b044ddc78d7f', u'port_id': None, u'id': u'4196f30f-4af5-42d3-8e3c-b84886f734df'} 2018-11-09 09:39:42,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-11-09 09:39:42,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-11-09 09:39:42,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:42,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:42,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-11-09 09:39:42,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-11-09 09:39:42,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:42,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:42,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:42,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-09 09:39:42,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:42,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:39:42,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:42,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:42,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:42,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:42,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:42,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:42,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:42,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:39:42,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:42,821 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:42 GMT 2018-11-09 09:39:42,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:42,822 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:39:42,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:47,823 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:47,907 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:47,907 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:47,907 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:47,907 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:47,907 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:47,907 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:47,907 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:47,907 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "security_group_2ldef3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:42.901Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:42.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:42.901Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:42.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:43.913Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:43.913Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:43.913Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:43.913Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:45.104Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:45.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:45.104Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:45.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:45.104Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:45.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:45.104Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:45.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:45.104Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:45.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:45.104Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:45.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "router_9esp56", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:46.141Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:46.141Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "router_9esp56", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:47.152Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:47.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "router_9esp56", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:47.152Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:47.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 72, "offset": 59, "size": 50}}} 2018-11-09 09:39:47,908 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:47,908 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:47 GMT 2018-11-09 09:39:47,908 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:47,908 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6410 2018-11-09 09:39:47,908 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:47,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:47,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-11-09 09:39:47,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:47,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:47,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:47,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-11-09 09:39:47,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-11-09 09:39:47,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-11-09 09:39:47,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:47,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-11-09 09:39:47,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-11-09 09:39:47,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:47,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:47,911 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:39:47,983 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:47,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:47,984 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:47,984 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:47,984 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:47,984 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:47,984 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:47,984 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:39:47,984 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:47,984 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:47 GMT 2018-11-09 09:39:47,984 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:47,984 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:39:47,985 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:52,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:53,062 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:53,063 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:53,063 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:53,063 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:53,063 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:53,063 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:53,063 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:53,063 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:48.263Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:48.263Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:48.263Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:48.263Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:48.263Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:48.263Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:48.263Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:48.263Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:48.263Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:48.263Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:49.301Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:49.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:49.301Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:49.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:49.301Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:49.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:49.301Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:49.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:50.314Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:50.314Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:50.314Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:50.314Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:51.048Z", "message": "connect_security_group(): source_id=d64dfed0-f06d-41a8-bc9c-590adaaa31ba target={u'external_id': u'3c8e307a-4def-4c50-8a91-a2583fd20af3', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:51.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "dd5cc6f4-a312-490a-98a1-c052aa88eb39"}, {"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:51.330Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:51.330Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:51.330Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:51.330Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:51.644Z", "message": "connect_security_group(): source_id=19bde10c-6d6e-4117-bd71-5c506db3b4f7 target={u'external_id': u'3c8e307a-4def-4c50-8a91-a2583fd20af3', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:51.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "09fe4756-60f4-4a50-88e6-9ffecb555f47"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:52.356Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:52.356Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:52.356Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:52.356Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:52.356Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:52.356Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:52.356Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:52.356Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 94, "offset": 72, "size": 50}}} 2018-11-09 09:39:53,064 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:53,064 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:53 GMT 2018-11-09 09:39:53,064 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:53,064 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9982 2018-11-09 09:39:53,064 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:53,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:53,065 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-11-09 09:39:53,065 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-11-09 09:39:53,065 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-11-09 09:39:53,065 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-11-09 09:39:53,065 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:53,066 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:53,066 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:53,066 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:53,066 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-11-09 09:39:53,066 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-11-09 09:39:53,066 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=d64dfed0-f06d-41a8-bc9c-590adaaa31ba target={u'external_id': u'3c8e307a-4def-4c50-8a91-a2583fd20af3', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-11-09 09:39:53,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:39:53,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-11-09 09:39:53,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=19bde10c-6d6e-4117-bd71-5c506db3b4f7 target={u'external_id': u'3c8e307a-4def-4c50-8a91-a2583fd20af3', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-11-09 09:39:53,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-11-09 09:39:53,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-11-09 09:39:53,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-11-09 09:39:53,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:39:53,068 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:39:53,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:53,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:53,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:53,134 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:53,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:53,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:53,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:53,135 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:39:53,135 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:53,135 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:53 GMT 2018-11-09 09:39:53,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:53,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:39:53,135 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:58,141 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:39:58,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:58,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:58,271 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:58,271 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:58,271 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:58,271 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:58,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:58,271 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:55.753Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:55.753Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:56.484Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:56.484Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_port_kek224", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:57.501Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:57.501Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:57.501Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:57.501Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:57.501Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:57.501Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_port_kek224", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:57.501Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:57.501Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_port_kek224", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:39:57.501Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:39:57.501Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 101, "offset": 91, "size": 50}}} 2018-11-09 09:39:58,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:58,271 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:58 GMT 2018-11-09 09:39:58,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:58,272 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3535 2018-11-09 09:39:58,272 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:39:58,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-11-09 09:39:58,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:58,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-11-09 09:39:58,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-11-09 09:39:58,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-11-09 09:39:58,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:39:58,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-11-09 09:39:58,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:39:58,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:39:58,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:39:58,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:39:58,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:39:58,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:39:58,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:39:58,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:39:58,340 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:39:58,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:39:58,340 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:39:58 GMT 2018-11-09 09:39:58,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:39:58,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:39:58,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:03,345 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:03,435 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:03,435 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:03,435 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:03,435 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:03,435 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:03,435 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:03,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:03,435 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_kek224", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:00.144Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:00.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_port_kek224", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:00.941Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:00.941Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:00.941Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:00.941Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:01.956Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:01.956Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:03.048Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:03.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:03.048Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:03.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:03.048Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:03.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_port_kek224", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:03.048Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:03.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 111, "offset": 98, "size": 50}}} 2018-11-09 09:40:03,436 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:03,436 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:03 GMT 2018-11-09 09:40:03,436 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:03,436 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3947 2018-11-09 09:40:03,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:03,436 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-11-09 09:40:03,437 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:40:03,437 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-11-09 09:40:03,437 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:40:03,437 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-11-09 09:40:03,437 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:40:03,437 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-11-09 09:40:03,438 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:40:03,438 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:03,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:03,496 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:03,496 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:03,496 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:03,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:03,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:03,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:03,497 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:03,497 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:03,497 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:03 GMT 2018-11-09 09:40:03,497 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:03,497 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:03,497 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:08,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:08,610 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:08,611 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:08,611 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:08,611 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:08,611 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:08,611 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:08,611 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:08,611 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:04.019Z", "message": "connect_security_group(): source_id=7e3f8955-321e-4bce-af20-661dd21fea04 target={u'external_id': u'3c8e307a-4def-4c50-8a91-a2583fd20af3', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:04.019Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "fde14700-c686-4df0-bb8c-cfd11c59d9a3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:04.662Z", "message": "connect_security_group(): source_id=8c51088f-ec3d-4ce7-b9a6-d5ee85425890 target={u'external_id': u'3c8e307a-4def-4c50-8a91-a2583fd20af3', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:04.662Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "5dfe03bf-306c-423a-9e6b-b65387facdf0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:04.910Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:04.910Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:05.103Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:05.103Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:05.103Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:05.103Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:06.129Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:06.129Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:06.129Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:06.129Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:06.129Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:06.129Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:07.139Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:07.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:08.337Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:08.337Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:08.337Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:08.337Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:08.337Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:08.337Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:08.337Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:08.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 127, "offset": 106, "size": 50}}} 2018-11-09 09:40:08,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:08,612 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:08 GMT 2018-11-09 09:40:08,612 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:08,612 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8476 2018-11-09 09:40:08,612 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:08,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=7e3f8955-321e-4bce-af20-661dd21fea04 target={u'external_id': u'3c8e307a-4def-4c50-8a91-a2583fd20af3', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-11-09 09:40:08,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=8c51088f-ec3d-4ce7-b9a6-d5ee85425890 target={u'external_id': u'3c8e307a-4def-4c50-8a91-a2583fd20af3', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-11-09 09:40:08,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-11-09 09:40:08,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-11-09 09:40:08,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-11-09 09:40:08,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-11-09 09:40:08,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-11-09 09:40:08,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-11-09 09:40:08,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-11-09 09:40:08,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-11-09 09:40:08,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-11-09 09:40:08,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-09 09:40:08,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-11-09 09:40:08,615 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-09 09:40:08,615 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:40:08,615 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-09 09:40:08,615 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:08,680 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:08,680 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:08,680 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:08,680 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:08,680 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:08,680 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:08,680 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:08,680 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:08,680 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:08,681 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:08 GMT 2018-11-09 09:40:08,681 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:08,681 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:08,681 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:13,686 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:13,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:13,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:13,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:13,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:13,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:13,855 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:13,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:13,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_oy9v6y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:08.966Z", "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'7e3f8955-321e-4bce-af20-661dd21fea04', u'fixed_ip_address': u'11.0.0.11', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:c3:cf:9f'}, {u'external_id': u'd64dfed0-f06d-41a8-bc9c-590adaaa31ba', u'fixed_ip_address': u'12.0.0.13', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:20:65:cc'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:08.966Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "bbb30cb7-2381-44f4-8a39-0fc492000d8d"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:09.701Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:09.701Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "bbb30cb7-2381-44f4-8a39-0fc492000d8d"}, {"node_instance_id": "target_vnf_host_rwb1fe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:09.701Z", "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'8c51088f-ec3d-4ce7-b9a6-d5ee85425890', u'fixed_ip_address': u'11.0.0.5', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:e6:81:00'}, {u'external_id': u'19bde10c-6d6e-4117-bd71-5c506db3b4f7', 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:c5:56:9e'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:09.701Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "7b207a91-8db2-4a35-b668-bf8f124efd84"}, {"node_instance_id": "target_vnf_host_rwb1fe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:09.701Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:09.701Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "7b207a91-8db2-4a35-b668-bf8f124efd84"}, {"node_instance_id": "target_vnf_host_rwb1fe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:11.282Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'1fe7da8a-984d-47a6-aa84-e95a5411a493', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'84ef4442-933f-4c86-a301-871120aae62d'}, 'nics': [{'port-id': u'8c51088f-ec3d-4ce7-b9a6-d5ee85425890'}, {'port-id': u'19bde10c-6d6e-4117-bd71-5c506db3b4f7'}], 'flavor': u'24d6724e-9d00-4993-bf30-ec8f3edb50c7'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:11.282Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "7b207a91-8db2-4a35-b668-bf8f124efd84"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:11.885Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'1fe7da8a-984d-47a6-aa84-e95a5411a493', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'84ef4442-933f-4c86-a301-871120aae62d'}, 'nics': [{'port-id': u'7e3f8955-321e-4bce-af20-661dd21fea04'}, {'port-id': u'd64dfed0-f06d-41a8-bc9c-590adaaa31ba'}], 'flavor': u'24d6724e-9d00-4993-bf30-ec8f3edb50c7'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:11.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "bbb30cb7-2381-44f4-8a39-0fc492000d8d"}, {"node_instance_id": "target_vnf_host_rwb1fe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:11.885Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:11.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "7b207a91-8db2-4a35-b668-bf8f124efd84"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:11.885Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:11.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "bbb30cb7-2381-44f4-8a39-0fc492000d8d"}, {"node_instance_id": "target_vnf_host_rwb1fe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:11.885Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'1fe7da8a-984d-47a6-aa84-e95a5411a493', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'84ef4442-933f-4c86-a301-871120aae62d'}, 'nics': [{'port-id': u'8c51088f-ec3d-4ce7-b9a6-d5ee85425890'}, {'port-id': u'19bde10c-6d6e-4117-bd71-5c506db3b4f7'}], 'flavor': u'24d6724e-9d00-4993-bf30-ec8f3edb50c7'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:11.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "7b207a91-8db2-4a35-b668-bf8f124efd84"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:11.885Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'1fe7da8a-984d-47a6-aa84-e95a5411a493', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'84ef4442-933f-4c86-a301-871120aae62d'}, 'nics': [{'port-id': u'7e3f8955-321e-4bce-af20-661dd21fea04'}, {'port-id': u'd64dfed0-f06d-41a8-bc9c-590adaaa31ba'}], 'flavor': u'24d6724e-9d00-4993-bf30-ec8f3edb50c7'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:11.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "bbb30cb7-2381-44f4-8a39-0fc492000d8d"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:13.428Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:13.428Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 138, "offset": 122, "size": 50}}} 2018-11-09 09:40:13,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:13,856 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:13 GMT 2018-11-09 09:40:13,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:13,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8966 2018-11-09 09:40:13,856 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:13,857 - 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'7e3f8955-321e-4bce-af20-661dd21fea04', u'fixed_ip_address': u'11.0.0.11', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:c3:cf:9f'}, {u'external_id': u'd64dfed0-f06d-41a8-bc9c-590adaaa31ba', u'fixed_ip_address': u'12.0.0.13', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:20:65:cc'}] 2018-11-09 09:40:13,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-11-09 09:40:13,857 - 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'8c51088f-ec3d-4ce7-b9a6-d5ee85425890', u'fixed_ip_address': u'11.0.0.5', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:e6:81:00'}, {u'external_id': u'19bde10c-6d6e-4117-bd71-5c506db3b4f7', 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:c5:56:9e'}] 2018-11-09 09:40:13,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-11-09 09:40:13,857 - 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'1fe7da8a-984d-47a6-aa84-e95a5411a493', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'84ef4442-933f-4c86-a301-871120aae62d'}, 'nics': [{'port-id': u'8c51088f-ec3d-4ce7-b9a6-d5ee85425890'}, {'port-id': u'19bde10c-6d6e-4117-bd71-5c506db3b4f7'}], 'flavor': u'24d6724e-9d00-4993-bf30-ec8f3edb50c7'} 2018-11-09 09:40:13,858 - 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'1fe7da8a-984d-47a6-aa84-e95a5411a493', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'84ef4442-933f-4c86-a301-871120aae62d'}, 'nics': [{'port-id': u'7e3f8955-321e-4bce-af20-661dd21fea04'}, {'port-id': u'd64dfed0-f06d-41a8-bc9c-590adaaa31ba'}], 'flavor': u'24d6724e-9d00-4993-bf30-ec8f3edb50c7'} 2018-11-09 09:40:13,858 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-09 09:40:13,858 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-09 09:40:13,858 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'1fe7da8a-984d-47a6-aa84-e95a5411a493', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'84ef4442-933f-4c86-a301-871120aae62d'}, 'nics': [{'port-id': u'8c51088f-ec3d-4ce7-b9a6-d5ee85425890'}, {'port-id': u'19bde10c-6d6e-4117-bd71-5c506db3b4f7'}], 'flavor': u'24d6724e-9d00-4993-bf30-ec8f3edb50c7'} 2018-11-09 09:40:13,858 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'1fe7da8a-984d-47a6-aa84-e95a5411a493', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'84ef4442-933f-4c86-a301-871120aae62d'}, 'nics': [{'port-id': u'7e3f8955-321e-4bce-af20-661dd21fea04'}, {'port-id': u'd64dfed0-f06d-41a8-bc9c-590adaaa31ba'}], 'flavor': u'24d6724e-9d00-4993-bf30-ec8f3edb50c7'} 2018-11-09 09:40:13,859 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-09 09:40:13,859 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:13,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:13,924 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:13,924 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:13,924 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:13,924 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:13,924 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:13,924 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:13,924 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:13,924 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:13,924 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:13 GMT 2018-11-09 09:40:13,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:13,925 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:13,925 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:18,930 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:19,728 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:19,728 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:19,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:19,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:19,728 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:19,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:19,729 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:19,729 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:14.423Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:14.423Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:15.520Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:15.520Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:15.520Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:15.520Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:15.520Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:15.520Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:15.520Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:15.520Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:16.547Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:16.547Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:16.547Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:16.547Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:16.547Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:16.547Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:16.547Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:16.547Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 147, "offset": 133, "size": 50}}} 2018-11-09 09:40:19,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:19,729 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:19 GMT 2018-11-09 09:40:19,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:19,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4452 2018-11-09 09:40:19,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:19,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-09 09:40:19,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:40:19,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:40:19,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-09 09:40:19,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-09 09:40:19,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-09 09:40:19,731 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-09 09:40:19,731 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-11-09 09:40:19,731 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-11-09 09:40:19,731 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:19,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:19,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:19,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:19,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:19,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:19,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:19,800 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:19,801 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:19,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:19,801 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:19 GMT 2018-11-09 09:40:19,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:19,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:19,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:24,806 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:25,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:25,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:25,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:25,184 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:25,184 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:25,184 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:25,184 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:25,184 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:19.818Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:40:19.818Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:20.559Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:40:20.559Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-11-09 09:40:25,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:25,185 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:25 GMT 2018-11-09 09:40:25,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:25,185 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2342 2018-11-09 09:40:25,185 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:25,185 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-09 09:40:25,185 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-09 09:40:25,186 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:25,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:25,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:25,330 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:25,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:25,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:25,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:25,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:25,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:25,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:25,331 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:25 GMT 2018-11-09 09:40:25,331 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:25,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:25,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:30,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:30,867 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:30,867 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:30,867 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:30,867 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:30,867 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:30,867 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:30,867 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:30,868 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-11-09 09:40:30,868 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:30,868 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:30 GMT 2018-11-09 09:40:30,868 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:30,868 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:40:30,868 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:30,868 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:30,973 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:30,973 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:30,973 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:30,974 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:30,974 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:30,974 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:30,974 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:30,974 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:30,974 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:30,974 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:30 GMT 2018-11-09 09:40:30,974 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:30,974 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:30,974 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:35,980 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:36,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:36,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:36,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:36,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:36,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:36,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:36,454 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:36,454 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-11-09 09:40:36,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:36,455 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:36 GMT 2018-11-09 09:40:36,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:36,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:40:36,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:36,455 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:36,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:36,699 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:36,699 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:36,699 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:36,699 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:36,699 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:36,699 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:36,699 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:36,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:36,700 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:36 GMT 2018-11-09 09:40:36,700 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:36,700 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:36,700 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:41,705 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:41,777 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:41,777 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:41,777 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:41,777 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:41,777 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:41,777 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:41,777 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:41,778 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-11-09 09:40:41,778 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:41,778 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:41 GMT 2018-11-09 09:40:41,778 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:41,778 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:40:41,778 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:41,778 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:41,837 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:41,837 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:41,838 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:41,838 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:41,838 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:41,838 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:41,838 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:41,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": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:41,838 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:41,838 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:41 GMT 2018-11-09 09:40:41,838 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:41,838 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:41,839 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:46,844 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:46,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:46,920 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:46,920 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:46,920 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:46,920 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:46,920 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:46,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:46,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-11-09 09:40:46,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:46,921 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:46 GMT 2018-11-09 09:40:46,921 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:46,921 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:40:46,921 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:46,921 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:46,977 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:46,978 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:46,978 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:46,978 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:46,978 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:46,978 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:46,978 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:46,978 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:46,978 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:46,978 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:46 GMT 2018-11-09 09:40:46,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:46,979 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:46,979 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:51,984 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:52,050 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:52,050 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:52,050 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:52,050 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:52,051 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:52,051 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:52,051 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:52,051 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:49.817Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:49.817Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:50.595Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:50.595Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:50.595Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:50.595Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:50.595Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:40:50.595Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 153, "offset": 144, "size": 50}}} 2018-11-09 09:40:52,051 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:52,051 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:52 GMT 2018-11-09 09:40:52,051 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:52,051 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2162 2018-11-09 09:40:52,051 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:52,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:40:52,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:40:52,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:40:52,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-09 09:40:52,052 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:52,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:52,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:52,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:52,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:52,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:52,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:52,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:52,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:52,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:52,117 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:52 GMT 2018-11-09 09:40:52,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:52,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:52,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:57,123 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:40:57,199 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:57,199 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:57,199 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:57,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:57,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:57,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:57,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:57,200 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:52.059Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:40:52.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:40:52.608Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-09T09:40:52.608Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-11-09 09:40:57,200 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:57,200 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:57 GMT 2018-11-09 09:40:57,200 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:57,200 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2368 2018-11-09 09:40:57,200 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:40:57,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-09 09:40:57,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-09 09:40:57,201 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:40:57,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:40:57,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:40:57,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:40:57,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:40:57,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:40:57,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:40:57,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:40:57,263 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:40:57,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:40:57,263 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:40:57 GMT 2018-11-09 09:40:57,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:40:57,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:40:57,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:02,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:41:02,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:02,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:02,344 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:02,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:02,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:02,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:02,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:02,344 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 150, "size": 50}}} 2018-11-09 09:41:02,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:02,344 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:02 GMT 2018-11-09 09:41:02,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:02,345 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:41:02,345 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:02,345 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:41:02,412 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:02,412 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:02,412 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:02,413 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:02,413 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:02,413 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:02,413 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:02,413 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:41:02,413 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:02,413 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:02 GMT 2018-11-09 09:41:02,413 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:02,413 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:41:02,413 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:07,416 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:41:07,489 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:07,489 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:07,489 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:07,489 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:07,489 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:07,489 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:07,489 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:07,489 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 150, "size": 50}}} 2018-11-09 09:41:07,490 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:07,490 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:07 GMT 2018-11-09 09:41:07,490 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:07,490 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:41:07,490 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:07,490 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:41:07,554 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:07,554 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:07,554 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:07,554 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:07,554 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:07,554 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:07,554 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:07,555 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:41:07,555 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:07,555 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:07 GMT 2018-11-09 09:41:07,555 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:07,555 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:41:07,555 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:12,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:41:12,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:12,636 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:12,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:12,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:12,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:12,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:12,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:12,637 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 150, "size": 50}}} 2018-11-09 09:41:12,637 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:12,637 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:12 GMT 2018-11-09 09:41:12,637 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:12,637 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:41:12,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:12,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:41:12,697 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:12,697 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:12,697 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:12,698 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:12,698 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:12,698 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:12,698 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:12,698 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:41:12,698 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:12,698 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:12 GMT 2018-11-09 09:41:12,698 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:12,698 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:41:12,699 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:17,704 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:41:17,770 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:17,770 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:17,770 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:17,770 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:17,770 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:17,770 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:17,770 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:17,770 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 150, "size": 50}}} 2018-11-09 09:41:17,771 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:17,771 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:17 GMT 2018-11-09 09:41:17,771 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:17,771 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-09 09:41:17,771 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:17,771 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:41:17,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:17,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:17,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:17,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:17,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:17,830 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:17,830 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:17,830 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:41:17,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:17,831 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:17 GMT 2018-11-09 09:41:17,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:17,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:41:17,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:22,836 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:41:22,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:22,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:22,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:22,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:22,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:22,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:22,933 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:22,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:41:22.087Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:41:22.087Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:41:22.674Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:41:22.674Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:41:22.674Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:41:22.674Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:41:22.674Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:41:22.674Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 159, "offset": 150, "size": 50}}} 2018-11-09 09:41:22,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:22,934 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:22 GMT 2018-11-09 09:41:22,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:22,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2162 2018-11-09 09:41:22,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:22,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:41:22,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:41:22,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:41:22,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:41:22,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:41:23,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:23,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:23,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:23,020 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:23,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:23,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:23,020 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:23,020 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:41:23,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:23,020 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:23 GMT 2018-11-09 09:41:23,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:23,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-09 09:41:23,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:28,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:41:28,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:28,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:28,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:28,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:28,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:28,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:28,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:28,113 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_oy9v6y", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:41:24.107Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:41:24.107Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "fb2ccfef-ebed-4b0c-817e-9f7113e16076"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:41:24.295Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:41:24.295Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": "target_vnf_host_rwb1fe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:41:24.927Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:41:24.927Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef", "logger": "bc5ed53a-5511-43c4-8ec8-b54f01f29e04"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:41:25.686Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:41:25.686Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:41:26.895Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-09T09:41:26.895Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 164, "offset": 154, "size": 50}}} 2018-11-09 09:41:28,113 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:28,113 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:28 GMT 2018-11-09 09:41:28,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:28,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2611 2018-11-09 09:41:28,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:28,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-11-09 09:41:28,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:41:28,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-11-09 09:41:28,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-11-09 09:41:28,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-11-09 09:41:28,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/8d2a7d28-be79-404b-84e9-cc960d1e95ef 2018-11-09 09:41:28,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:41:28,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:41:28,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:41:28,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:41:28,180 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:41:28,180 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:41:28,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:41:28,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"} 2018-11-09 09:41:28,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:41:28,180 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:41:28 GMT 2018-11-09 09:41:28,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:41:28,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-11-09 09:41:28,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:41:28,181 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-11-09T09:39:32.234Z', 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'8d2a7d28-be79-404b-84e9-cc960d1e95ef'} 2018-11-09 09:41:28,194 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-11-09 09:41:28,328 - 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.204'}, 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.201'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-11-09 09:41:28,391 - 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.204'}, 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.201'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-11-09 09:41:28,392 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-11-09 09:41:28,392 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.204 2018-11-09 09:41:28,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:41:28,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:41:29,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-b01a8953-29ed-4c65-954b-c63ede429c2e x-compute-request-id: req-b01a8953-29ed-4c65-954b-c63ede429c2e Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:65:cc", "version": 4, "addr": "12.0.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "09c9b6de-4c63-43bd-9acb-b2c451d10231", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:56:9e", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "058d4bc5-5d94-4557-b480-d779291534f0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:41:29,416 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b01a8953-29ed-4c65-954b-c63ede429c2e 2018-11-09 09:41:29,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02381110191s 2018-11-09 09:41:29,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b01a8953-29ed-4c65-954b-c63ede429c2e 2018-11-09 09:41:29,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:41:29,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:41:30,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-f651513a-8a28-4bd7-8e74-89b235d94bd3 x-compute-request-id: req-f651513a-8a28-4bd7-8e74-89b235d94bd3 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:65:cc", "version": 4, "addr": "12.0.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "09c9b6de-4c63-43bd-9acb-b2c451d10231", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:56:9e", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "058d4bc5-5d94-4557-b480-d779291534f0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:41:30,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f651513a-8a28-4bd7-8e74-89b235d94bd3 2018-11-09 09:41:30,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.842004776001s 2018-11-09 09:41:30,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f651513a-8a28-4bd7-8e74-89b235d94bd3 2018-11-09 09:41:30,267 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.11 2018-11-09 09:41:30,267 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:c3:cf:9f 2018-11-09 09:41:30,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:41:30,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:41:30,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-3587c7cc-ac9f-4352-bbe5-90ccb580622b x-compute-request-id: req-3587c7cc-ac9f-4352-bbe5-90ccb580622b Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:65:cc", "version": 4, "addr": "12.0.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "09c9b6de-4c63-43bd-9acb-b2c451d10231", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:56:9e", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "058d4bc5-5d94-4557-b480-d779291534f0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:41:30,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3587c7cc-ac9f-4352-bbe5-90ccb580622b 2018-11-09 09:41:30,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427011013031s 2018-11-09 09:41:30,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3587c7cc-ac9f-4352-bbe5-90ccb580622b 2018-11-09 09:41:30,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:41:30,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:41:31,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-5ad4c81c-410b-4389-9042-46412a9c3da4 x-compute-request-id: req-5ad4c81c-410b-4389-9042-46412a9c3da4 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:65:cc", "version": 4, "addr": "12.0.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "09c9b6de-4c63-43bd-9acb-b2c451d10231", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:56:9e", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "058d4bc5-5d94-4557-b480-d779291534f0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:41:31,471 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5ad4c81c-410b-4389-9042-46412a9c3da4 2018-11-09 09:41:31,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.772349119186s 2018-11-09 09:41:31,472 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5ad4c81c-410b-4389-9042-46412a9c3da4 2018-11-09 09:41:31,475 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.13 2018-11-09 09:41:31,475 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:20:65:cc 2018-11-09 09:41:31,475 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-11-09 09:41:31,476 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.201 2018-11-09 09:41:31,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:41:31,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:41:32,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-0e55adbe-61e3-4f71-ac59-277283f354fd x-compute-request-id: req-0e55adbe-61e3-4f71-ac59-277283f354fd Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:65:cc", "version": 4, "addr": "12.0.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "09c9b6de-4c63-43bd-9acb-b2c451d10231", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:56:9e", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "058d4bc5-5d94-4557-b480-d779291534f0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:41:32,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0e55adbe-61e3-4f71-ac59-277283f354fd 2018-11-09 09:41:32,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622534036636s 2018-11-09 09:41:32,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0e55adbe-61e3-4f71-ac59-277283f354fd 2018-11-09 09:41:32,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:41:32,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:41:32,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-2fd21d1d-2a4f-43df-a90a-cf6f1365f960 x-compute-request-id: req-2fd21d1d-2a4f-43df-a90a-cf6f1365f960 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:65:cc", "version": 4, "addr": "12.0.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "09c9b6de-4c63-43bd-9acb-b2c451d10231", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:56:9e", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "058d4bc5-5d94-4557-b480-d779291534f0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:41:32,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2fd21d1d-2a4f-43df-a90a-cf6f1365f960 2018-11-09 09:41:32,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684471130371s 2018-11-09 09:41:32,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2fd21d1d-2a4f-43df-a90a-cf6f1365f960 2018-11-09 09:41:32,791 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.5 2018-11-09 09:41:32,791 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:e6:81:00 2018-11-09 09:41:32,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:41:32,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:41:33,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-662e9ffe-a6b9-4bb2-ae38-3863b7d26077 x-compute-request-id: req-662e9ffe-a6b9-4bb2-ae38-3863b7d26077 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:65:cc", "version": 4, "addr": "12.0.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "09c9b6de-4c63-43bd-9acb-b2c451d10231", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:56:9e", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "058d4bc5-5d94-4557-b480-d779291534f0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:41:33,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-662e9ffe-a6b9-4bb2-ae38-3863b7d26077 2018-11-09 09:41:33,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537979841232s 2018-11-09 09:41:33,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-662e9ffe-a6b9-4bb2-ae38-3863b7d26077 2018-11-09 09:41:33,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:41:33,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:41:33,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-18cabd37-d56e-47d2-af70-86b2fd86ec70 x-compute-request-id: req-18cabd37-d56e-47d2-af70-86b2fd86ec70 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:65:cc", "version": 4, "addr": "12.0.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "09c9b6de-4c63-43bd-9acb-b2c451d10231", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:56:9e", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "058d4bc5-5d94-4557-b480-d779291534f0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:41:33,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-18cabd37-d56e-47d2-af70-86b2fd86ec70 2018-11-09 09:41:33,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533945083618s 2018-11-09 09:41:33,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-18cabd37-d56e-47d2-af70-86b2fd86ec70 2018-11-09 09:41:33,871 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.10 2018-11-09 09:41:33,872 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:c5:56:9e 2018-11-09 09:41:33,872 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-11-09 09:41:33,893 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-11-09 09:41:33,910 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-11-09 09:41:33,911 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-11-09 09:41:33,990 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-11-09 09:41:33' 2018-11-09 09:41:33,990 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-11-09 09:41:33,990 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-11-09 09:41:34,044 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.201. 2018-11-09 09:41:34,047 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6734090L 2018-11-09 09:41:34,048 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 09:41:34,051 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-11-09 09:41:34,051 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-11-09 09:41:34,052 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 09:41:34,052 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-11-09 09:41:34,052 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-11-09 09:41:34,053 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 09:41:34,053 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-11-09 09:41:34,053 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 09:41:34,092 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-11-09 09:41:34,201 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-11-09 09:41:34,201 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 09:41:34,204 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.201: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-11-09 09:41:34,240 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 09:41:34,247 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-11-09 09:41:34,247 - paramiko.transport - INFO - Authentication (password) successful! 2018-11-09 09:41:34,269 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.201. 2018-11-09 09:41:34,269 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 09:41:34,270 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-09 09:41:34,270 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 09:41:34,273 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 09:41:34,274 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 09:41:35,301 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-11-09 09:41:36,302 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-11-09 09:41:41,308 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-11-09 09:41:42,309 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-11-09 09:41:47,315 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-11-09 09:41:48,317 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-11-09 09:41:53,322 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-11-09 09:41:54,324 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:41:59,329 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-11-09 09:42:00,331 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:42:05,336 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-11-09 09:42:06,338 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:42:11,343 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-11-09 09:42:12,345 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:42:17,350 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-11-09 09:42:18,352 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:42:23,357 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-11-09 09:42:24,359 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:42:29,364 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-11-09 09:42:30,366 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:42:35,371 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-11-09 09:42:36,373 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:42:41,378 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-11-09 09:42:42,380 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:42:47,386 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-11-09 09:42:48,387 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:42:53,393 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-11-09 09:42:54,394 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-11-09 09:42:59,400 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.13 ebgp-multihop '2' 2018-11-09 09:43:00,402 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.13 ebgp-multihop '2' [edit] vyos@vyos# 2018-11-09 09:43:05,407 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.13 remote-as 65002 2018-11-09 09:43:06,409 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.13 remote-as 65002 [edit] vyos@vyos# 2018-11-09 09:43:11,414 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.13 update-source 12.0.0.10 2018-11-09 09:43:12,416 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.13 update-source 12.0.0.10 [edit] vyos@vyos# 2018-11-09 09:43:17,421 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.13 soft-reconfiguration inbound 2018-11-09 09:43:18,423 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.13 soft-reconfiguration inbou nd [edit] vyos@vyos# 2018-11-09 09:43:23,428 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.13 password lab0033 2018-11-09 09:43:24,430 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.13 password lab0033 [edit] vyos@vyos# 2018-11-09 09:43:29,435 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-11-09 09:43:30,437 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-11-09 09:43:35,442 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-11-09 09:43:36,444 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-11-09 09:43:41,449 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-11-09 09:43:42,451 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-11-09 09:43:47,456 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-11-09 09:43:48,458 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-11-09 09:43:53,463 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-11-09 09:43:54,465 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-11-09 09:43:59,470 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-11-09 09:44:00,473 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-11-09 09:44:05,478 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-11-09 09:44:06,480 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-11-09 09:44:11,485 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-11-09 09:44:12,487 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-11-09 09:44:17,493 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-11-09 09:44:18,494 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-11-09 09:44:23,500 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-11-09 09:44:24,502 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-11-09 09:44:29,507 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.10 2018-11-09 09:44:30,509 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.10 [edit] vyos@vyos# 2018-11-09 09:44:35,514 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-11-09 09:44:36,516 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-11-09 09:44:41,611 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 09:44:41,635 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-11-09 09:44:41,684 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.204. 2018-11-09 09:44:41,687 - paramiko.transport - DEBUG - starting thread (client mode): 0xd6712410L 2018-11-09 09:44:41,687 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 09:44:41,691 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-11-09 09:44:41,691 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-11-09 09:44:41,692 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 09:44:41,692 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-11-09 09:44:41,692 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-11-09 09:44:41,692 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 09:44:41,692 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-11-09 09:44:41,693 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 09:44:41,725 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-11-09 09:44:41,838 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-11-09 09:44:41,839 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 09:44:41,841 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.204: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-11-09 09:44:41,874 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 09:44:41,882 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-11-09 09:44:41,882 - paramiko.transport - INFO - Authentication (password) successful! 2018-11-09 09:44:41,905 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.204. 2018-11-09 09:44:41,906 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 09:44:41,907 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-09 09:44:41,907 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 09:44:41,910 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 09:44:41,912 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 09:44:42,938 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-11-09 09:44:43,939 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-11-09 09:44:48,945 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-11-09 09:44:49,947 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-11-09 09:44:54,952 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-11-09 09:44:55,954 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-11-09 09:45:00,959 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-11-09 09:45:01,961 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:45:06,966 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-11-09 09:45:07,968 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:45:12,973 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-11-09 09:45:13,975 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:45:18,980 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-11-09 09:45:19,982 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:45:24,987 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-11-09 09:45:25,989 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:45:30,994 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-11-09 09:45:31,996 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:45:37,001 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-11-09 09:45:38,003 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:45:43,008 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-11-09 09:45:44,010 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:45:49,015 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-11-09 09:45:50,017 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:45:55,022 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-11-09 09:45:56,024 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-09 09:46:01,029 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-11-09 09:46:02,031 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-11-09 09:46:07,037 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 ebgp-multihop '2' 2018-11-09 09:46:08,038 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 ebgp-multihop '2' [edit] vyos@vyos# 2018-11-09 09:46:13,043 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 remote-as 65001 2018-11-09 09:46:14,045 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 remote-as 65001 [edit] vyos@vyos# 2018-11-09 09:46:19,050 - 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.13 2018-11-09 09:46:20,052 - 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.13 [edit] vyos@vyos# 2018-11-09 09:46:25,058 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 soft-reconfiguration inbound 2018-11-09 09:46:26,060 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 soft-reconfiguration inbou nd [edit] vyos@vyos# 2018-11-09 09:46:31,065 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 password lab0033 2018-11-09 09:46:32,067 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 password lab0033 [edit] vyos@vyos# 2018-11-09 09:46:37,072 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-11-09 09:46:38,074 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-11-09 09:46:43,075 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-11-09 09:46:44,077 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-11-09 09:46:49,082 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-11-09 09:46:50,084 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-11-09 09:46:55,088 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-11-09 09:46:56,090 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-11-09 09:47:01,095 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-11-09 09:47:02,097 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-11-09 09:47:07,102 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-11-09 09:47:08,104 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-11-09 09:47:13,109 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-11-09 09:47:14,111 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-11-09 09:47:19,117 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-11-09 09:47:20,119 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-11-09 09:47:25,124 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-11-09 09:47:26,126 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-11-09 09:47:31,132 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-11-09 09:47:32,134 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-11-09 09:47:37,138 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.13 2018-11-09 09:47:38,140 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.13 [edit] vyos@vyos# 2018-11-09 09:47:43,145 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-11-09 09:47:44,147 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-11-09 09:47:49,225 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 09:47:49,267 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-11-09 09:47:49,267 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-11-09 09:48:49,327 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-11-09 09:48:49,373 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.201. 2018-11-09 09:48:49,377 - paramiko.transport - DEBUG - starting thread (client mode): 0xd67122d0L 2018-11-09 09:48:49,377 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-09 09:48:49,382 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-11-09 09:48:49,382 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-11-09 09:48:49,384 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-09 09:48:49,384 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-11-09 09:48:49,384 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-11-09 09:48:49,384 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-09 09:48:49,384 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-11-09 09:48:49,385 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-09 09:48:49,416 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-11-09 09:48:49,525 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-11-09 09:48:49,526 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-09 09:48:49,528 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.201: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-11-09 09:48:49,565 - paramiko.transport - DEBUG - userauth is OK 2018-11-09 09:48:49,570 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-11-09 09:48:49,571 - paramiko.transport - INFO - Authentication (password) successful! 2018-11-09 09:48:49,593 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.201. 2018-11-09 09:48:49,593 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-09 09:48:49,594 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-09 09:48:49,595 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-09 09:48:49,596 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 09:48:49,598 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-09 09:48:50,599 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-11-09 09:49:20,711 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 09:49:20,744 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-11-09 09:49:20,744 - 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.13 4 65002 3 5 0 0 0 00:01:04 10 Total number of neighbors 1 vyos@vyos:~$ 2018-11-09 09:49:20,744 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.13 | no-more BGP neighbor is 12.0.0.13, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.13 BGP state = Established, up for 00:01:10 Last read 14:18:57, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 5 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.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.13, Foreign port: 41432 Nexthop: 12.0.0.10 Nexthop global: fe80::f816:3eff:fec5:569e Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-11-09 09:49:20,744 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.13 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.10 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.10 0 32768 i *> 10.0.2.0/24 12.0.0.10 0 32768 i *> 10.0.3.0/24 12.0.0.10 0 32768 i *> 10.0.4.0/24 12.0.0.10 0 32768 i *> 10.0.5.0/24 12.0.0.10 0 32768 i *> 10.0.6.0/24 12.0.0.10 0 32768 i *> 10.0.7.0/24 12.0.0.10 0 32768 i *> 10.0.8.0/24 12.0.0.10 0 32768 i *> 10.0.9.0/24 12.0.0.10 0 32768 i *> 10.0.10.0/24 12.0.0.10 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-11-09 09:49:20,744 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.13 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.13 0 0 65002 i *> 10.1.2.0/24 12.0.0.13 0 0 65002 i *> 10.1.3.0/24 12.0.0.13 0 0 65002 i *> 10.1.4.0/24 12.0.0.13 0 0 65002 i *> 10.1.5.0/24 12.0.0.13 0 0 65002 i *> 10.1.6.0/24 12.0.0.13 0 0 65002 i *> 10.1.7.0/24 12.0.0.13 0 0 65002 i *> 10.1.8.0/24 12.0.0.13 0 0 65002 i *> 10.1.9.0/24 12.0.0.13 0 0 65002 i *> 10.1.10.0/24 12.0.0.13 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-11-09 09:49:20,745 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.13 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.13 0 0 65002 i *> 10.1.2.0/24 12.0.0.13 0 0 65002 i *> 10.1.3.0/24 12.0.0.13 0 0 65002 i *> 10.1.4.0/24 12.0.0.13 0 0 65002 i *> 10.1.5.0/24 12.0.0.13 0 0 65002 i *> 10.1.6.0/24 12.0.0.13 0 0 65002 i *> 10.1.7.0/24 12.0.0.13 0 0 65002 i *> 10.1.8.0/24 12.0.0.13 0 0 65002 i *> 10.1.9.0/24 12.0.0.13 0 0 65002 i *> 10.1.10.0/24 12.0.0.13 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-11-09 09:49:20,745 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-11-09 09:49:20,745 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.8' 2018-11-09 09:49:20,745 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-11-09 09:49:20,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:49:20,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:49:22,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-810cc865-62bb-40d8-b6c4-fd3cd4f23f5b x-compute-request-id: req-810cc865-62bb-40d8-b6c4-fd3cd4f23f5b Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:65:cc", "version": 4, "addr": "12.0.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "09c9b6de-4c63-43bd-9acb-b2c451d10231", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:56:9e", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "058d4bc5-5d94-4557-b480-d779291534f0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:49:22,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-810cc865-62bb-40d8-b6c4-fd3cd4f23f5b 2018-11-09 09:49:22,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.91842317581s 2018-11-09 09:49:22,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-810cc865-62bb-40d8-b6c4-fd3cd4f23f5b 2018-11-09 09:49:22,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-09 09:49:22,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:49:22,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09: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 x-openstack-request-id: req-cd9bde53-10c0-4e36-bf78-cc601fb26f61 x-compute-request-id: req-cd9bde53-10c0-4e36-bf78-cc601fb26f61 Content-Type: application/json 2018-11-09 09:49:22,827 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231 used request id req-cd9bde53-10c0-4e36-bf78-cc601fb26f61 2018-11-09 09:49:22,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.15860414505s 2018-11-09 09:49:22,827 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231 used request id req-cd9bde53-10c0-4e36-bf78-cc601fb26f61 2018-11-09 09:49:22,828 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-11-09 09:49:22,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:49:22,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:49:24,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09: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-11c2a455-d670-4fd5-9bf9-5d6959be1f8c x-compute-request-id: req-11c2a455-d670-4fd5-9bf9-5d6959be1f8c Content-Encoding: gzip Content-Length: 1195 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:cf:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:65:cc", "version": 4, "addr": "12.0.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/09c9b6de-4c63-43bd-9acb-b2c451d10231", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "09c9b6de-4c63-43bd-9acb-b2c451d10231", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:49:22Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:81:00", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:56:9e", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/058d4bc5-5d94-4557-b480-d779291534f0", "rel": "bookmark"}], "image": {"id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "links": [{"href": "http://172.30.9.27:8774/images/1fe7da8a-984d-47a6-aa84-e95a5411a493", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:41:02.000000", "flavor": {"id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "links": [{"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}]}, "id": "058d4bc5-5d94-4557-b480-d779291534f0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:41:03Z", "hostId": "9e22a4523795daa2047ab3e9d6c2719d91d247c463c5b64d8bf407a7", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-09T09:40:13Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "84ef4442-933f-4c86-a301-871120aae62d"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:37:35Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:49:24,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-11c2a455-d670-4fd5-9bf9-5d6959be1f8c 2018-11-09 09:49:24,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32700204849s 2018-11-09 09:49:24,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-11c2a455-d670-4fd5-9bf9-5d6959be1f8c 2018-11-09 09:49:24,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-09 09:49:24,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:49:24,324 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:49: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-b266ce9c-512a-4c79-b063-60d35142526d x-compute-request-id: req-b266ce9c-512a-4c79-b063-60d35142526d Content-Type: application/json 2018-11-09 09:49:24,324 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0 used request id req-b266ce9c-512a-4c79-b063-60d35142526d 2018-11-09 09:49:24,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.165066003799s 2018-11-09 09:49:24,324 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/058d4bc5-5d94-4557-b480-d779291534f0 used request id req-b266ce9c-512a-4c79-b063-60d35142526d 2018-11-09 09:49:24,455 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 09:49:24,456 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:23 | PASS | +----------------------+------------------+------------------+----------------+ 2018-11-09 09:49:24,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-11-09 09:49:24,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions 2018-11-09 09:49:24,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:24,550 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:24,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:24,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:24,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:24,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:24,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:24,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:55.303Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0bd8ff7f-02e4-4b0d-95aa-ba8b0b0daefc"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:39:32.234Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "8d2a7d28-be79-404b-84e9-cc960d1e95ef"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-11-09 09:49:24,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:24,551 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:24 GMT 2018-11-09 09:49:24,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:24,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-11-09 09:49:24,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:24,552 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.200:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-11-09 09:49:24,728 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:24,728 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:24,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:24,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:24,728 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:24,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:24,729 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:24,729 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-11-09 09:49:24,729 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:49:24.624Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "18b04147-089c-4fdb-99d9-ea5b22895d38"} 2018-11-09 09:49:24,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:24,729 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:24 GMT 2018-11-09 09:49:24,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:24,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-09 09:49:24,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:24,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:49:24,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:24,821 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:24,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:24,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:24,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:24,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:24,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:24,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-09 09:49:24,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:24,822 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:24 GMT 2018-11-09 09:49:24,822 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:24,822 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-09 09:49:24,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:24,822 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/18b04147-089c-4fdb-99d9-ea5b22895d38 2018-11-09 09:49:24,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:24,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:24,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:24,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:24,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:24,901 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:24,901 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:24,901 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:49:24.624Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "18b04147-089c-4fdb-99d9-ea5b22895d38"} 2018-11-09 09:49:24,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:24,901 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:24 GMT 2018-11-09 09:49:24,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:24,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-09 09:49:24,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:29,907 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:49:29,975 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:29,975 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:29,976 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:29,976 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:29,976 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:29,976 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:29,976 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:29,976 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:25.396Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:25.396Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:26.698Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:26.698Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:26.698Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:26.698Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:26.698Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:26.698Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:27.110Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:27.110Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:27.110Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:27.110Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:27.110Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:27.110Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:28.277Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 058d4bc5-5d94-4557-b480-d779291534f0 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 058d4bc5-5d94-4557-b480-d779291534f0 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 058d4bc5-5d94-4557-b480-d779291534f0 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-11-09T09:49:28.277Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:29.287Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:29.287Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:29.287Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 09c9b6de-4c63-43bd-9acb-b2c451d10231 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 09c9b6de-4c63-43bd-9acb-b2c451d10231 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 09c9b6de-4c63-43bd-9acb-b2c451d10231 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-11-09T09:49:29.287Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:29.287Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:29.287Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-11-09 09:49:29,976 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:29,976 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:29 GMT 2018-11-09 09:49:29,976 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:29,976 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9903 2018-11-09 09:49:29,977 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:29,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-11-09 09:49:29,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-09 09:49:29,978 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:29,978 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:29,978 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-09 09:49:29,978 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-09 09:49:29,978 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-09 09:49:29,978 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 058d4bc5-5d94-4557-b480-d779291534f0 could not be found. [status_code=404] 2018-11-09 09:49:29,978 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-11-09 09:49:29,979 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 09c9b6de-4c63-43bd-9acb-b2c451d10231 could not be found. [status_code=404] 2018-11-09 09:49:29,979 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-11-09 09:49:29,979 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/18b04147-089c-4fdb-99d9-ea5b22895d38 2018-11-09 09:49:30,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:30,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:30,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:30,040 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:30,040 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:30,040 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:30,040 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:30,040 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:49:24.624Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "18b04147-089c-4fdb-99d9-ea5b22895d38"} 2018-11-09 09:49:30,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:30,040 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:30 GMT 2018-11-09 09:49:30,040 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:30,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-09 09:49:30,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:35,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:49:35,115 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:35,115 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:35,115 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:35,115 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:35,115 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:35,115 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:35,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:35,116 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:30.625Z", "message": "Detaching port 19bde10c-6d6e-4117-bd71-5c506db3b4f7...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:30.625Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "71b464cf-426d-4b8a-ba11-ba6745724a3b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:31.051Z", "message": "Detaching port d64dfed0-f06d-41a8-bc9c-590adaaa31ba...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:31.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "35ef253f-c8da-4e26-b83a-092f9ff722b6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:31.051Z", "message": "Successfully detached port 19bde10c-6d6e-4117-bd71-5c506db3b4f7", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:31.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "71b464cf-426d-4b8a-ba11-ba6745724a3b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:31.094Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:31.094Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:31.338Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:31.338Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:31.338Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:31.338Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:32.081Z", "message": "Successfully detached port d64dfed0-f06d-41a8-bc9c-590adaaa31ba", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:32.081Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "35ef253f-c8da-4e26-b83a-092f9ff722b6"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:32.382Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:32.382Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:32.382Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:32.382Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:32.382Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:32.382Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:33.949Z", "message": "Detaching port 8c51088f-ec3d-4ce7-b9a6-d5ee85425890...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:33.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "1de1c2f5-8f5d-4887-a738-ddcc3def9334"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:34.527Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:34.527Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:35.103Z", "message": "Detaching port 7e3f8955-321e-4bce-af20-661dd21fea04...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:35.103Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "199cb3e9-c7b3-4de2-9169-a3fa493050b8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:35.103Z", "message": "Successfully detached port 7e3f8955-321e-4bce-af20-661dd21fea04", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:35.103Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "199cb3e9-c7b3-4de2-9169-a3fa493050b8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:35.103Z", "message": "Successfully detached port 8c51088f-ec3d-4ce7-b9a6-d5ee85425890", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:35.103Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "1de1c2f5-8f5d-4887-a738-ddcc3def9334"}], "metadata": {"pagination": {"total": 25, "offset": 11, "size": 50}}} 2018-11-09 09:49:35,116 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:35,116 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:35 GMT 2018-11-09 09:49:35,116 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:35,116 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7847 2018-11-09 09:49:35,116 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:35,117 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 19bde10c-6d6e-4117-bd71-5c506db3b4f7... 2018-11-09 09:49:35,117 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port d64dfed0-f06d-41a8-bc9c-590adaaa31ba... 2018-11-09 09:49:35,117 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 19bde10c-6d6e-4117-bd71-5c506db3b4f7 2018-11-09 09:49:35,117 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-11-09 09:49:35,117 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-11-09 09:49:35,118 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-11-09 09:49:35,118 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port d64dfed0-f06d-41a8-bc9c-590adaaa31ba 2018-11-09 09:49:35,118 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-11-09 09:49:35,118 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-11-09 09:49:35,118 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-11-09 09:49:35,118 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 8c51088f-ec3d-4ce7-b9a6-d5ee85425890... 2018-11-09 09:49:35,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-11-09 09:49:35,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 7e3f8955-321e-4bce-af20-661dd21fea04... 2018-11-09 09:49:35,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 7e3f8955-321e-4bce-af20-661dd21fea04 2018-11-09 09:49:35,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 8c51088f-ec3d-4ce7-b9a6-d5ee85425890 2018-11-09 09:49:35,119 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/18b04147-089c-4fdb-99d9-ea5b22895d38 2018-11-09 09:49:35,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:35,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:35,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:35,180 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:35,180 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:35,180 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:35,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:35,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:49:24.624Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "18b04147-089c-4fdb-99d9-ea5b22895d38"} 2018-11-09 09:49:35,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:35,180 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:35 GMT 2018-11-09 09:49:35,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:35,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-09 09:49:35,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:40,186 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:49:40,255 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:40,255 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:40,255 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:40,255 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:40,256 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:40,256 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:40,256 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:40,256 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:35.400Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:35.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:35.400Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:35.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:35.400Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:35.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:35.400Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:35.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:35.400Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:35.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_host_rwb1fe", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:36.109Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:36.109Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "7a289bb9-71f6-4d47-ad06-e81c641348ac"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:36.414Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:36.414Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:36.414Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:36.414Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:37.135Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:37.135Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "ceec4a92-d87d-48d3-824c-acacc6ae30c4"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:37.434Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:37.434Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_host_rwb1fe", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:37.434Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 058d4bc5-5d94-4557-b480-d779291534f0 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 058d4bc5-5d94-4557-b480-d779291534f0 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 058d4bc5-5d94-4557-b480-d779291534f0 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-11-09T09:49:37.434Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_host_oy9v6y", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:37.434Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 09c9b6de-4c63-43bd-9acb-b2c451d10231 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 09c9b6de-4c63-43bd-9acb-b2c451d10231 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 09c9b6de-4c63-43bd-9acb-b2c451d10231 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-11-09T09:49:37.434Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "keypair_xkq83e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:38.728Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:38.728Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:38.728Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:38.728Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "keypair_xkq83e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:38.728Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:38.728Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:38.728Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:38.728Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_port_kek224", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:38.728Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:38.728Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:38.728Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:38.728Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:38.728Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:38.728Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "keypair_xkq83e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:39.670Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:39.670Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "2211290d-b9d2-441d-af99-84d7af636367"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:39.816Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:39.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:39.816Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:39.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:39.816Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:39.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:39.816Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:39.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "keypair_xkq83e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:39.816Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:39.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:39.816Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:39.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:39.816Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:39.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "keypair_xkq83e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:39.816Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:39.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:40.150Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:40.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "68a0f30a-8fad-4059-86dd-2564727830d3"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:40.150Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:40.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "64d35c1b-c6c3-47bf-9d3a-88b57f0f77fb"}, {"node_instance_id": "keypair_xkq83e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:40.150Z", "message": "deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem", "level": "debug", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:40.150Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "2211290d-b9d2-441d-af99-84d7af636367"}], "metadata": {"pagination": {"total": 61, "offset": 26, "size": 50}}} 2018-11-09 09:49:40,256 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:40,256 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:40 GMT 2018-11-09 09:49:40,256 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:40,256 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20022 2018-11-09 09:49:40,256 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:40,257 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:40,258 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:40,258 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-09 09:49:40,258 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-09 09:49:40,258 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-11-09 09:49:40,258 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-11-09 09:49:40,258 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-09 09:49:40,259 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-09 09:49:40,259 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-11-09 09:49:40,259 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:40,259 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 058d4bc5-5d94-4557-b480-d779291534f0 could not be found. [status_code=404] 2018-11-09 09:49:40,259 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 09c9b6de-4c63-43bd-9acb-b2c451d10231 could not be found. [status_code=404] 2018-11-09 09:49:40,259 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:40,259 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-11-09 09:49:40,260 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:40,260 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:40,260 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:40,260 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:40,260 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-11-09 09:49:40,260 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-11-09 09:49:40,261 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:40,261 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:40,261 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-11-09 09:49:40,261 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-11-09 09:49:40,261 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-11-09 09:49:40,261 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-11-09 09:49:40,262 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-11-09 09:49:40,262 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-11-09 09:49:40,262 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-11-09 09:49:40,262 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-11-09 09:49:40,262 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-11-09 09:49:40,262 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/18b04147-089c-4fdb-99d9-ea5b22895d38 2018-11-09 09:49:40,317 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:40,318 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:40,318 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:40,318 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:40,318 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:40,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:40,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:40,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:49:24.624Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "18b04147-089c-4fdb-99d9-ea5b22895d38"} 2018-11-09 09:49:40,318 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:40,318 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:40 GMT 2018-11-09 09:49:40,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:40,319 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-09 09:49:40,319 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:45,324 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:49:45,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:45,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:45,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:45,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:45,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:45,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:45,418 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:45,418 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:40.854Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:40.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_port_kek224", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:41.829Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:41.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_port_kek224", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:41.829Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:41.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_port_kek224", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:41.829Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:41.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:41.829Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:41.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_data_plane_port_axa97t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:41.829Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:41.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_data_plane_port_d2mmc5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:41.829Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:41.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "keypair_xkq83e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:41.829Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:41.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_port_kek224", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:42.331Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:42.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "d88f7c91-2054-45db-8238-00914f4d05d5"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:42.860Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:42.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:42.860Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:42.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:42.860Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:42.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:42.860Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:42.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_port_9kzm9z", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:43.168Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:43.168Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "1ed174c2-4316-4285-a201-7789b21e2782"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:43.877Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:43.877Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:43.877Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:43.877Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:43.877Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:43.877Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_port_kek224", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:43.877Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:43.877Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "data_plane_subnet_gujq18", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:44.189Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:44.189Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "c912b43a-523f-439a-932a-35be18ea85d1"}, {"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:44.910Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:44.910Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:44.910Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:44.910Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "security_group_2ldef3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:44.910Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:44.910Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:44.910Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:44.910Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_port_9kzm9z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:44.910Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:44.910Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}], "metadata": {"pagination": {"total": 85, "offset": 57, "size": 50}}} 2018-11-09 09:49:45,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:45,418 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:45 GMT 2018-11-09 09:49:45,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:45,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11997 2018-11-09 09:49:45,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:45,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-11-09 09:49:45,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:45,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-11-09 09:49:45,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-11-09 09:49:45,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-11-09 09:49:45,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-11-09 09:49:45,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-11-09 09:49:45,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-11-09 09:49:45,421 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-11-09 09:49:45,421 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:45,421 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-11-09 09:49:45,421 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:45,421 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-11-09 09:49:45,421 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-11-09 09:49:45,421 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:45,422 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-11-09 09:49:45,422 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-11-09 09:49:45,422 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-11-09 09:49:45,422 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-11-09 09:49:45,422 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:45,422 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:45,423 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:45,423 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:45,423 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-11-09 09:49:45,423 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/18b04147-089c-4fdb-99d9-ea5b22895d38 2018-11-09 09:49:45,530 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:45,530 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:45,530 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:45,530 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:45,531 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:45,531 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:45,531 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:45,531 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:49:24.624Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "18b04147-089c-4fdb-99d9-ea5b22895d38"} 2018-11-09 09:49:45,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:45,531 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:45 GMT 2018-11-09 09:49:45,531 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:45,531 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-09 09:49:45,531 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:50,537 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:49:50,601 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:50,601 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:50,602 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:50,602 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:50,602 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:50,602 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:50,602 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:50,602 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "security_group_2ldef3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "security_group_2ldef3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "security_group_2ldef3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.518Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "security_group_2ldef3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:46.719Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:46.719Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "4c495664-4bc7-490c-8d79-e9ab417dada0"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:47.414Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:47.414Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "e444ae34-5d7d-4f26-a2d5-ef2c4d033e2d"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:47.414Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:47.414Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "333a0976-d0bd-4c40-9838-f38008b8904d"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:47.548Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:47.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "data_plane_subnet_gujq18", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:47.548Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:47.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:48.561Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:48.561Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:48.561Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:48.561Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:48.561Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:48.561Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "reference_vnf_ip_9jzqmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:48.561Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:48.561Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "target_vnf_ip_yy6o0f", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:48.561Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:48.561Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:48.561Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:48.561Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "security_group_2ldef3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:48.561Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:48.561Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "data_plane_network_mqa3zl", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:48.807Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:48.807Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "90821330-36c1-4948-9079-908a2718c7ec"}, {"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:49.578Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:49.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:49.578Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:49.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:49.578Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:49.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "management_plane_subnet_gfj23s", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:50.427Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:50.427Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "54d7c7a6-9644-492c-b739-85a93ff8f40a"}, {"node_instance_id": "data_plane_network_mqa3zl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:50.588Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:50.588Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}], "metadata": {"pagination": {"total": 113, "offset": 81, "size": 50}}} 2018-11-09 09:49:50,602 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:50,602 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:50 GMT 2018-11-09 09:49:50,602 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:50,603 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14742 2018-11-09 09:49:50,603 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:50,603 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:50,604 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:50,604 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:50,604 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-11-09 09:49:50,604 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-11-09 09:49:50,604 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-11-09 09:49:50,604 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-09 09:49:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-11-09 09:49:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-11-09 09:49:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-11-09 09:49:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-09 09:49:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-11-09 09:49:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-11-09 09:49:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-11-09 09:49:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-11-09 09:49:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-11-09 09:49:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-11-09 09:49:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-11-09 09:49:50,607 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-11-09 09:49:50,607 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-11-09 09:49:50,607 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-09 09:49:50,607 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-11-09 09:49:50,607 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:50,607 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-11-09 09:49:50,608 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-11-09 09:49:50,608 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-11-09 09:49:50,608 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-11-09 09:49:50,608 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/18b04147-089c-4fdb-99d9-ea5b22895d38 2018-11-09 09:49:50,669 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:50,669 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:50,669 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:50,669 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:50,669 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:50,669 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:50,670 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:50,670 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:49:24.624Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "18b04147-089c-4fdb-99d9-ea5b22895d38"} 2018-11-09 09:49:50,670 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:50,670 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:50 GMT 2018-11-09 09:49:50,670 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:50,670 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-09 09:49:50,670 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:55,676 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:49:55,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:55,754 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:55,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:55,754 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:55,754 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:55,754 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:55,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:55,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_gfj23s", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:52.667Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:52.667Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "management_plane_network_rswaze", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:53.595Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:53.595Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "router_9esp56", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:53.595Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:53.595Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "management_plane_network_rswaze", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:54.629Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:54.629Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "router_9esp56", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:54.629Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:54.629Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "management_plane_network_rswaze", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:54.629Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:54.629Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "router_9esp56", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:54.629Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:54.629Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "management_plane_network_rswaze", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:54.629Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:54.629Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "router_9esp56", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:54.629Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:54.629Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "management_plane_network_rswaze", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:54.650Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:54.650Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "85e335d5-5486-4911-a090-0917d0f44a13"}, {"node_instance_id": "router_9esp56", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:55.441Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:55.441Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "708228b7-60f2-42f8-9a2c-302507b0ce48"}], "metadata": {"pagination": {"total": 125, "offset": 110, "size": 50}}} 2018-11-09 09:49:55,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:55,755 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:55 GMT 2018-11-09 09:49:55,755 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:55,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5512 2018-11-09 09:49:55,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:49:55,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-11-09 09:49:55,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:55,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:49:55,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:55,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:49:55,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-11-09 09:49:55,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-11-09 09:49:55,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-11-09 09:49:55,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-11-09 09:49:55,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-11-09 09:49:55,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-11-09 09:49:55,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/18b04147-089c-4fdb-99d9-ea5b22895d38 2018-11-09 09:49:55,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:49:55,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:49:55,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:49:55,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:49:55,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:49:55,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:49:55,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:49:55,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:49:24.624Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "18b04147-089c-4fdb-99d9-ea5b22895d38"} 2018-11-09 09:49:55,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:49:55,821 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:49:55 GMT 2018-11-09 09:49:55,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:49:55,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-09 09:49:55,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:50:00,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-11-09 09:50:00,892 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:50:00,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:50:00,893 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:50:00,893 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:50:00,893 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:50:00,893 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:50:00,893 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:50:00,893 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_network_rswaze", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:56.397Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:56.397Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "router_9esp56", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:57.986Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:57.986Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "external_network_cx0zwb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:58.649Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:58.649Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "external_network_cx0zwb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:59.671Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:59.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "external_network_cx0zwb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:59.671Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:59.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "external_network_cx0zwb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:49:59.671Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:49:59.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}, {"node_instance_id": "external_network_cx0zwb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:50:00.130Z", "message": "not deleting network since an external network is being used", "level": "info", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:50:00.130Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38", "logger": "e4ee58d8-f95f-4831-9193-f61c66777f02"}, {"node_instance_id": "external_network_cx0zwb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-09T09:50:00.679Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-09T09:50:00.679Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "18b04147-089c-4fdb-99d9-ea5b22895d38"}], "metadata": {"pagination": {"total": 133, "offset": 121, "size": 50}}} 2018-11-09 09:50:00,893 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:50:00,893 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:50:00 GMT 2018-11-09 09:50:00,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:50:00,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4136 2018-11-09 09:50:00,894 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:50:00,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-11-09 09:50:00,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-11-09 09:50:00,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-09 09:50:00,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-09 09:50:00,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-11-09 09:50:00,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-11-09 09:50:00,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-11-09 09:50:00,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-11-09 09:50:00,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/18b04147-089c-4fdb-99d9-ea5b22895d38 2018-11-09 09:50:00,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:50:00,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:50:00,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:50:00,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:50:00,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:50:00,952 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:50:00,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:50:00,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:49:24.624Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "18b04147-089c-4fdb-99d9-ea5b22895d38"} 2018-11-09 09:50:00,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:50:00,952 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:50:00 GMT 2018-11-09 09:50:00,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:50:00,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-11-09 09:50:00,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:50:00,953 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.200:80/api/v3/deployments/vrouter-opnfv 2018-11-09 09:50:01,215 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:50:01,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:50:01,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:50:01,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:50:01,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:50:01,216 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:50:01,216 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:50:01,216 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-09 09:50:01,216 - 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": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "target_vnf_flavor_id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "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_56944059-5384-425a-b0ef-3b4d51bd2941", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "keystone_password": "a3120a3b-f691-47b3-b78e-c26d2737a90b", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.27: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": "1fe7da8a-984d-47a6-aa84-e95a5411a493", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:54.233Z", "updated_at": "2018-11-09T09:38:54.233Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-11-09 09:50:01,216 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:50:01,216 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:50:01 GMT 2018-11-09 09:50:01,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:50:01,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-11-09 09:50:01,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:50:01,217 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.200:80/api/v3/blueprints/vrouter-opnfv 2018-11-09 09:50:01,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-09 09:50:01,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-09 09:50:01,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-09 09:50:01,307 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-09 09:50:01,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-09 09:50:01,307 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-09 09:50:01,307 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-09 09:50:01,307 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-09 09:50:01,308 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-11-09T09:38:53.908Z", "updated_at": "2018-11-09T09:38:53.908Z", "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"}, "region": {"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"}, "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"}, "target_vnf_image_id": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "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": "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": ""}}, {"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"}, "resource_id": {"get_input": "management_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "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}, "resource_id": {"get_input": "data_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": true, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-11-09 09:50:01,309 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-09 09:50:01,309 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 09 Nov 2018 09:50:01 GMT 2018-11-09 09:50:01,309 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-09 09:50:01,309 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-11-09 09:50:01,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-09 09:50:01,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 09:50:01,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:03,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-87c03aae-d51f-4326-adb7-453dac7edf10 Date: Fri, 09 Nov 2018 09:50:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 09:50:03,246 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493 used request id req-87c03aae-d51f-4326-adb7-453dac7edf10 2018-11-09 09:50:03,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.92485308647s 2018-11-09 09:50:03,247 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/1fe7da8a-984d-47a6-aa84-e95a5411a493 used request id req-87c03aae-d51f-4326-adb7-453dac7edf10 2018-11-09 09:50:03,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 09:50:03,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:03,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50: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-d06d82a4-e716-454f-8ed2-28beabe67061 x-compute-request-id: req-d06d82a4-e716-454f-8ed2-28beabe67061 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "24d6724e-9d00-4993-bf30-ec8f3edb50c7", "name": "vyos_vrouter-flavor_alt_56944059-5384-425a-b0ef-3b4d51bd2941", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "name": "vyos_vrouter-flavor_56944059-5384-425a-b0ef-3b4d51bd2941", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 09:50:03,431 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-d06d82a4-e716-454f-8ed2-28beabe67061 2018-11-09 09:50:03,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.183285951614s 2018-11-09 09:50:03,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-d06d82a4-e716-454f-8ed2-28beabe67061 2018-11-09 09:50:03,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 09:50:03,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:03,480 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 09:50: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-a32e008f-01c7-430d-a70e-929aae5f51ad x-compute-request-id: req-a32e008f-01c7-430d-a70e-929aae5f51ad Content-Length: 0 Content-Type: application/json 2018-11-09 09:50:03,480 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7 used request id req-a32e008f-01c7-430d-a70e-929aae5f51ad 2018-11-09 09:50:03,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0463311672211s 2018-11-09 09:50:03,480 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/24d6724e-9d00-4993-bf30-ec8f3edb50c7 used request id req-a32e008f-01c7-430d-a70e-929aae5f51ad 2018-11-09 09:50:03,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-09 09:50:03,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/f43cebbe-6c04-49a9-bacf-7e86313f1d1a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:04,923 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ea733a21-d7b5-432a-b6c9-4d1dbbce5716 Content-Length: 0 Date: Fri, 09 Nov 2018 09:50:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:50:04,923 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/f43cebbe-6c04-49a9-bacf-7e86313f1d1a.json used request id req-ea733a21-d7b5-432a-b6c9-4d1dbbce5716 2018-11-09 09:50:04,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.43925881386s 2018-11-09 09:50:04,923 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/f43cebbe-6c04-49a9-bacf-7e86313f1d1a.json used request id req-ea733a21-d7b5-432a-b6c9-4d1dbbce5716 2018-11-09 09:50:04,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 09:50:04,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:05,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-213f4df7-9ac4-46b8-8ba8-024efed26241 Date: Fri, 09 Nov 2018 09:50:05 GMT RESP BODY: {"floatingips": []} 2018-11-09 09:50:05,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-213f4df7-9ac4-46b8-8ba8-024efed26241 2018-11-09 09:50:05,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.56956911087s 2018-11-09 09:50:05,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-213f4df7-9ac4-46b8-8ba8-024efed26241 2018-11-09 09:50:05,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-09 09:50:05,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:05,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:50: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-56028979-cf8d-4d9e-ba78-1b3e433d7722 x-compute-request-id: req-56028979-cf8d-4d9e-ba78-1b3e433d7722 Content-Type: application/json 2018-11-09 09:50:05,658 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e used request id req-56028979-cf8d-4d9e-ba78-1b3e433d7722 2018-11-09 09:50:05,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.158537149429s 2018-11-09 09:50:05,658 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e used request id req-56028979-cf8d-4d9e-ba78-1b3e433d7722 2018-11-09 09:50:05,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:50:05,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:06,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50: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-51a3ef24-bf9c-4ca1-a1bc-b91358d3b564 x-compute-request-id: req-51a3ef24-bf9c-4ca1-a1bc-b91358d3b564 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:50:05Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:50:06,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-51a3ef24-bf9c-4ca1-a1bc-b91358d3b564 2018-11-09 09:50:06,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.878354787827s 2018-11-09 09:50:06,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-51a3ef24-bf9c-4ca1-a1bc-b91358d3b564 2018-11-09 09:50:06,539 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:50:08,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:50:08,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:09,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c19a79b7-a49a-489f-a6a0-693bd435fde1 x-compute-request-id: req-c19a79b7-a49a-489f-a6a0-693bd435fde1 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:76:fb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "rel": "bookmark"}], "image": {"id": "da112c6c-e73f-4625-a738-7ebb5de46404", "links": [{"href": "http://172.30.9.27:8774/images/da112c6c-e73f-4625-a738-7ebb5de46404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-09T09:37:35.000000", "flavor": {"id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "links": [{"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}]}, "id": "e6019bb8-5069-42d8-a7b4-c93801d7ce0e", "security_groups": [{"name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}], "user_id": "ce68d51e5cee47baabd42ff00fbd8598", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-09T09:50:05Z", "hostId": "1006ab75ca6f2bf49cb45733ecc6c4adb0189de818121922505d1173", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941", "name": "vyos_vrouter-vm_56944059-5384-425a-b0ef-3b4d51bd2941", "created": "2018-11-09T09:34:50Z", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-09 09:50:09,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c19a79b7-a49a-489f-a6a0-693bd435fde1 2018-11-09 09:50:09,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12689685822s 2018-11-09 09:50:09,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c19a79b7-a49a-489f-a6a0-693bd435fde1 2018-11-09 09:50:09,671 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-09 09:50:11,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-09 09:50:11,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:11,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50: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-82d24b0d-49e6-4172-ab37-0032b7112541 x-compute-request-id: req-82d24b0d-49e6-4172-ab37-0032b7112541 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 09:50:11,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-82d24b0d-49e6-4172-ab37-0032b7112541 2018-11-09 09:50:11,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0840978622437s 2018-11-09 09:50:11,758 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-82d24b0d-49e6-4172-ab37-0032b7112541 2018-11-09 09:50:11,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:50:11,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:11,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-f3de2e31-ee9e-4e01-9626-edc0eb18cb08 Date: Fri, 09 Nov 2018 09:50:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:01Z", "updated_at": "2018-11-09T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "1f1066b8-e303-4338-8b55-aba0f2134a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "2b6895b4-7ba9-4b18-809f-5a6d8045cc24", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "b47db37f-5c87-4ed9-be15-37ff320fac19", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "f735b46c-7695-4e84-8bc4-7a915836fca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 4, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:34:44Z", "updated_at": "2018-11-09T09:34:47Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "0c09d450-3c35-409f-b72d-95c53f3b81fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-09T09:34:46Z", "revision_number": 0, "id": "2395c333-1073-4dfa-8a84-6ad8eb298501", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-09T09:34:46Z", "revision_number": 0, "id": "24cebf57-0e0d-495a-9916-fd33c661c6bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 443, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-11-09T09:34:46Z", "revision_number": 0, "id": "68e20b3e-855f-4b2f-89c3-33b662f80273", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:46Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-11-09T09:34:47Z", "revision_number": 0, "id": "7770e987-6e2e-423c-9008-d2009ecca0ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:47Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "8cd4134c-879d-4a7a-b111-ffb6b883e45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:45Z", "revision_number": 0, "id": "df9ad86e-7e3a-4bfa-be6c-d067e073943d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:45Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:34:44Z", "revision_number": 0, "id": "edb4a4c9-7950-421f-8a5e-1691df7d735b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:34:44Z", "security_group_id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 8, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "f4db8e4b-93c2-49d7-9964-424caa9610a5", "name": "vyos_vrouter-sg_56944059-5384-425a-b0ef-3b4d51bd2941"}]} 2018-11-09 09:50:11,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f3de2e31-ee9e-4e01-9626-edc0eb18cb08 2018-11-09 09:50:11,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0652270317078s 2018-11-09 09:50:11,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f3de2e31-ee9e-4e01-9626-edc0eb18cb08 2018-11-09 09:50:11,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 09:50:11,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/f4db8e4b-93c2-49d7-9964-424caa9610a5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:12,179 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56491884-0ab7-45e7-a65e-09c7528487d4 Content-Length: 0 Date: Fri, 09 Nov 2018 09:50:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:50:12,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f4db8e4b-93c2-49d7-9964-424caa9610a5.json used request id req-56491884-0ab7-45e7-a65e-09c7528487d4 2018-11-09 09:50:12,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.348606109619s 2018-11-09 09:50:12,179 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f4db8e4b-93c2-49d7-9964-424caa9610a5.json used request id req-56491884-0ab7-45e7-a65e-09c7528487d4 2018-11-09 09:50:12,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-11-09 09:50:12,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:12,219 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 09:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41030501-3c2a-49b4-82ce-44b9dbc2288f x-compute-request-id: req-41030501-3c2a-49b4-82ce-44b9dbc2288f Content-Length: 0 Content-Type: application/json 2018-11-09 09:50:12,219 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941 used request id req-41030501-3c2a-49b4-82ce-44b9dbc2288f 2018-11-09 09:50:12,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0395679473877s 2018-11-09 09:50:12,220 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vyos_vrouter-kp_56944059-5384-425a-b0ef-3b4d51bd2941 used request id req-41030501-3c2a-49b4-82ce-44b9dbc2288f 2018-11-09 09:50:12,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-09 09:50:12,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9f9e56d8-6964-410d-9e35-d0f5938e834d/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}fc61811828c330e83c98e5f0502b97f541d3649c" -d '{"subnet_id": "a38a75b6-63b5-411e-bb5c-e8dc037aa275"}' 2018-11-09 09:50:14,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d1752617-3747-410c-9c78-0cd1fc17a845 Date: Fri, 09 Nov 2018 09:50:14 GMT RESP BODY: {"network_id": "6d990ec2-a5a6-49a0-bdcb-825425240903", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "subnet_id": "a38a75b6-63b5-411e-bb5c-e8dc037aa275", "subnet_ids": ["a38a75b6-63b5-411e-bb5c-e8dc037aa275"], "port_id": "44b0eab2-25b1-45ad-aaf6-4caf2fb61c45", "id": "9f9e56d8-6964-410d-9e35-d0f5938e834d"} 2018-11-09 09:50:14,287 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9f9e56d8-6964-410d-9e35-d0f5938e834d/remove_router_interface.json used request id req-d1752617-3747-410c-9c78-0cd1fc17a845 2018-11-09 09:50:14,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.0671210289s 2018-11-09 09:50:14,288 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9f9e56d8-6964-410d-9e35-d0f5938e834d/remove_router_interface.json used request id req-d1752617-3747-410c-9c78-0cd1fc17a845 returning object 9f9e56d8-6964-410d-9e35-d0f5938e834d 2018-11-09 09:50:14,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-09 09:50:14,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:14,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-9a29e5f4-db44-44f9-ad53-c1c41b80db57 Date: Fri, 09 Nov 2018 09:50:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:04Z", "admin_state_up": true, "updated_at": "2018-11-09T09:50:13Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "9f9e56d8-6964-410d-9e35-d0f5938e834d", "name": "vyos_vrouter-router_56944059-5384-425a-b0ef-3b4d51bd2941"}]} 2018-11-09 09:50:14,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9a29e5f4-db44-44f9-ad53-c1c41b80db57 2018-11-09 09:50:14,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0777690410614s 2018-11-09 09:50:14,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9a29e5f4-db44-44f9-ad53-c1c41b80db57 2018-11-09 09:50:14,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-09 09:50:14,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9f9e56d8-6964-410d-9e35-d0f5938e834d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:17,833 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-046d9f52-8031-49c4-9b14-762cb9286d28 Content-Length: 0 Date: Fri, 09 Nov 2018 09:50:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:50:17,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9f9e56d8-6964-410d-9e35-d0f5938e834d.json used request id req-046d9f52-8031-49c4-9b14-762cb9286d28 2018-11-09 09:50:17,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.46504998207s 2018-11-09 09:50:17,833 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9f9e56d8-6964-410d-9e35-d0f5938e834d.json used request id req-046d9f52-8031-49c4-9b14-762cb9286d28 2018-11-09 09:50:17,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-09 09:50:17,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:18,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-ff82abfd-7b76-4411-b8c7-60b2004bf73f Date: Fri, 09 Nov 2018 09:50:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d990ec2-a5a6-49a0-bdcb-825425240903","tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:33:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T09:33:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"40e7281ed9084d5bb595b044ddc78d7f","id":"a38a75b6-63b5-411e-bb5c-e8dc037aa275","subnetpool_id":null,"name":"vyos_vrouter-subnet_56944059-5384-425a-b0ef-3b4d51bd2941"}]} 2018-11-09 09:50:18,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ff82abfd-7b76-4411-b8c7-60b2004bf73f 2018-11-09 09:50:18,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.246649026871s 2018-11-09 09:50:18,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ff82abfd-7b76-4411-b8c7-60b2004bf73f 2018-11-09 09:50:18,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-09 09:50:18,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/a38a75b6-63b5-411e-bb5c-e8dc037aa275.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:20,356 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0d4b513-57f1-45c6-bd18-ce1668aaeebe Date: Fri, 09 Nov 2018 09:50:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:50:20,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a38a75b6-63b5-411e-bb5c-e8dc037aa275.json used request id req-f0d4b513-57f1-45c6-bd18-ce1668aaeebe 2018-11-09 09:50:20,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27330613136s 2018-11-09 09:50:20,356 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a38a75b6-63b5-411e-bb5c-e8dc037aa275.json used request id req-f0d4b513-57f1-45c6-bd18-ce1668aaeebe 2018-11-09 09:50:20,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:50:20,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:20,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-d0f235cb-9986-464a-a108-8aba4d96763d Date: Fri, 09 Nov 2018 09:50: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":[],"updated_at":"2018-11-09T09:50:20Z","tenant_id":"40e7281ed9084d5bb595b044ddc78d7f","created_at":"2018-11-09T09:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"40e7281ed9084d5bb595b044ddc78d7f","id":"6d990ec2-a5a6-49a0-bdcb-825425240903","name":"vyos_vrouter-net_56944059-5384-425a-b0ef-3b4d51bd2941"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:50:20,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d0f235cb-9986-464a-a108-8aba4d96763d 2018-11-09 09:50:20,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.168760061264s 2018-11-09 09:50:20,526 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d0f235cb-9986-464a-a108-8aba4d96763d 2018-11-09 09:50:20,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-09 09:50:20,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/6d990ec2-a5a6-49a0-bdcb-825425240903.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:21,745 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef021065-a665-4440-99c8-fd02770e7ce0 Date: Fri, 09 Nov 2018 09:50:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:50:21,745 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/6d990ec2-a5a6-49a0-bdcb-825425240903.json used request id req-ef021065-a665-4440-99c8-fd02770e7ce0 2018-11-09 09:50:21,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21868395805s 2018-11-09 09:50:21,746 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/6d990ec2-a5a6-49a0-bdcb-825425240903.json used request id req-ef021065-a665-4440-99c8-fd02770e7ce0 2018-11-09 09:50:21,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:50:21,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:21,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-31bed410-7590-4cf5-8795-512236f53fe4 Date: Fri, 09 Nov 2018 09:50:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap", "metadata": {}}], "file": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404/file", "owner": "40e7281ed9084d5bb595b044ddc78d7f", "id": "da112c6c-e73f-4625-a738-7ebb5de46404", "size": 4373348352, "self": "/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/da112c6c-e73f-4625-a738-7ebb5de46404/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-09T09:34:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_56944059-5384-425a-b0ef-3b4d51bd2941", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-09T09:33:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:50:21,927 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-31bed410-7590-4cf5-8795-512236f53fe4 2018-11-09 09:50:21,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180325984955s 2018-11-09 09:50:21,927 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-31bed410-7590-4cf5-8795-512236f53fe4 2018-11-09 09:50:21,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 09:50:21,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc61811828c330e83c98e5f0502b97f541d3649c" 2018-11-09 09:50:25,238 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7dc4df0c-7cc8-4827-80f3-64484b9398ca Date: Fri, 09 Nov 2018 09:50:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 09:50:25,238 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404 used request id req-7dc4df0c-7cc8-4827-80f3-64484b9398ca 2018-11-09 09:50:25,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.30915904045s 2018-11-09 09:50:25,238 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/da112c6c-e73f-4625-a738-7ebb5de46404 used request id req-7dc4df0c-7cc8-4827-80f3-64484b9398ca 2018-11-09 09:50:25,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 09:50:25,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:25,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6afeda9d-46c6-4050-ac4f-7d7c2c074846 x-compute-request-id: req-6afeda9d-46c6-4050-ac4f-7d7c2c074846 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "f6709a56-0109-4c5b-946f-b10bd04e491c", "name": "vyos_vrouter-flavor_56944059-5384-425a-b0ef-3b4d51bd2941", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 09:50:25,275 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-6afeda9d-46c6-4050-ac4f-7d7c2c074846 2018-11-09 09:50:25,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0362558364868s 2018-11-09 09:50:25,276 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-6afeda9d-46c6-4050-ac4f-7d7c2c074846 2018-11-09 09:50:25,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 09:50:25,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:25,353 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 09:50:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-25e56e10-bd0b-4f56-9af1-17ba426a4719 x-compute-request-id: req-25e56e10-bd0b-4f56-9af1-17ba426a4719 Content-Length: 0 Content-Type: application/json 2018-11-09 09:50:25,353 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c used request id req-25e56e10-bd0b-4f56-9af1-17ba426a4719 2018-11-09 09:50:25,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0763540267944s 2018-11-09 09:50:25,354 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f6709a56-0109-4c5b-946f-b10bd04e491c used request id req-25e56e10-bd0b-4f56-9af1-17ba426a4719 2018-11-09 09:50:25,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 09:50:25,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:25,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad3a9664-9484-4235-bd2d-ed20de3a9e33 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_56944059-5384-425a-b0ef-3b4d51bd2941", "links": {"self": "http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598"}, "domain_id": "default", "enabled": true, "id": "ce68d51e5cee47baabd42ff00fbd8598", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 09:50:25,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ad3a9664-9484-4235-bd2d-ed20de3a9e33 2018-11-09 09:50:25,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104120016098s 2018-11-09 09:50:25,459 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ad3a9664-9484-4235-bd2d-ed20de3a9e33 2018-11-09 09:50:25,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 09:50:25,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:25,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aada7eb-839f-4ae7-b9a7-b19d3268c3cc Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598"}, "enabled": true, "id": "ce68d51e5cee47baabd42ff00fbd8598", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_56944059-5384-425a-b0ef-3b4d51bd2941"}} 2018-11-09 09:50:25,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598 used request id req-8aada7eb-839f-4ae7-b9a7-b19d3268c3cc 2018-11-09 09:50:25,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0944318771362s 2018-11-09 09:50:25,560 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598 used request id req-8aada7eb-839f-4ae7-b9a7-b19d3268c3cc 2018-11-09 09:50:25,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 09:50:25,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:25,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:50:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3099fec8-bed7-4d2a-98d9-fa0547aa9e12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 09:50:25,842 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598 used request id req-3099fec8-bed7-4d2a-98d9-fa0547aa9e12 2018-11-09 09:50:25,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.282106161118s 2018-11-09 09:50:25,843 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ce68d51e5cee47baabd42ff00fbd8598 used request id req-3099fec8-bed7-4d2a-98d9-fa0547aa9e12 2018-11-09 09:50:25,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 09:50:25,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:25,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-664a80e8-3cc4-4a88-8337-bb100b78d6b1 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.27:5000/v3/projects/40e7281ed9084d5bb595b044ddc78d7f"}, "enabled": true, "id": "40e7281ed9084d5bb595b044ddc78d7f", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_56944059-5384-425a-b0ef-3b4d51bd2941"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 09:50:25,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-664a80e8-3cc4-4a88-8337-bb100b78d6b1 2018-11-09 09:50:25,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0837380886078s 2018-11-09 09:50:25,928 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-664a80e8-3cc4-4a88-8337-bb100b78d6b1 2018-11-09 09:50:25,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 09:50:25,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/40e7281ed9084d5bb595b044ddc78d7f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:26,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:50:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93c32380-d5e4-4f5f-97b8-f1665c50e5ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 09:50:26,085 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/40e7281ed9084d5bb595b044ddc78d7f used request id req-93c32380-d5e4-4f5f-97b8-f1665c50e5ae 2018-11-09 09:50:26,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155029058456s 2018-11-09 09:50:26,085 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/40e7281ed9084d5bb595b044ddc78d7f used request id req-93c32380-d5e4-4f5f-97b8-f1665c50e5ae 2018-11-09 09:50:26,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:50:26,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:26,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d1e82c-9a97-4f4d-aee6-3bfd8079d3db Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "08bba2de88074f4e97c9d26c2c5699e5", "links": {"self": "http://172.30.9.27:5000/v3/roles/08bba2de88074f4e97c9d26c2c5699e5"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:50:26,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c9d1e82c-9a97-4f4d-aee6-3bfd8079d3db 2018-11-09 09:50:26,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777719020844s 2018-11-09 09:50:26,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 09:50:26,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/08bba2de88074f4e97c9d26c2c5699e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:26,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:50:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e6905cf-211f-4579-8590-14b266ac8b56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 09:50:26,267 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/08bba2de88074f4e97c9d26c2c5699e5 used request id req-9e6905cf-211f-4579-8590-14b266ac8b56 2018-11-09 09:50:26,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10235786438s 2018-11-09 09:50:26,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:50:26,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=40e7281ed9084d5bb595b044ddc78d7f&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}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:26,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-40330746-63b1-4337-8e13-7f7dab086be9 Date: Fri, 09 Nov 2018 09:50:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:01Z", "updated_at": "2018-11-09T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "1f1066b8-e303-4338-8b55-aba0f2134a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "2b6895b4-7ba9-4b18-809f-5a6d8045cc24", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "b47db37f-5c87-4ed9-be15-37ff320fac19", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "f735b46c-7695-4e84-8bc4-7a915836fca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 4, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "name": "default"}]} 2018-11-09 09:50:26,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=40e7281ed9084d5bb595b044ddc78d7f&name=default used request id req-40330746-63b1-4337-8e13-7f7dab086be9 2018-11-09 09:50:26,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.178395986557s 2018-11-09 09:50:26,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=40e7281ed9084d5bb595b044ddc78d7f&name=default used request id req-40330746-63b1-4337-8e13-7f7dab086be9 2018-11-09 09:50:26,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 09:50:26,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:27,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fb83ca12-752b-4166-be52-9ff563b1d115 Date: Fri, 09 Nov 2018 09:50:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "created_at": "2018-11-09T09:33:01Z", "updated_at": "2018-11-09T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "1f1066b8-e303-4338-8b55-aba0f2134a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "b47db37f-5c87-4ed9-be15-37ff320fac19", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "f735b46c-7695-4e84-8bc4-7a915836fca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv6", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:33:01Z", "revision_number": 0, "id": "2b6895b4-7ba9-4b18-809f-5a6d8045cc24", "remote_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "remote_ip_prefix": null, "created_at": "2018-11-09T09:33:01Z", "security_group_id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "tenant_id": "40e7281ed9084d5bb595b044ddc78d7f", "port_range_min": null, "ethertype": "IPv4", "project_id": "40e7281ed9084d5bb595b044ddc78d7f"}], "revision_number": 4, "project_id": "40e7281ed9084d5bb595b044ddc78d7f", "id": "7cf7d70d-b131-4ce0-918c-304c5c1b7638", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}]} 2018-11-09 09:50:27,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fb83ca12-752b-4166-be52-9ff563b1d115 2018-11-09 09:50:27,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.584329128265s 2018-11-09 09:50:27,038 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fb83ca12-752b-4166-be52-9ff563b1d115 2018-11-09 09:50:27,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 09:50:27,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/7cf7d70d-b131-4ce0-918c-304c5c1b7638.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58b15e2c13552d560110c812c93cd75cf45796e4" 2018-11-09 09:50:27,842 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da97d648-5468-4b6c-bb3a-31f580ebcf26 Content-Length: 0 Date: Fri, 09 Nov 2018 09:50:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 09:50:27,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/7cf7d70d-b131-4ce0-918c-304c5c1b7638.json used request id req-da97d648-5468-4b6c-bb3a-31f580ebcf26 2018-11-09 09:50:27,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.799510955811s 2018-11-09 09:50:27,843 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/7cf7d70d-b131-4ce0-918c-304c5c1b7638.json used request id req-da97d648-5468-4b6c-bb3a-31f580ebcf26 2018-11-09 09:50:27,863 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-11-09 09:50:27,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 09:50:27,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 09:50:27,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 09:50:27,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 09:50:27,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 09:50:27,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 09:50:27,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 09:50:27,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 09:50:27,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 09:50:27,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 09:50:27,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 09:50:27,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 09:50:27,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 09:50:27,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 09:50:27,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 09:50:27,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 09:50:27,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 09:50:27,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 09:50:27,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 09:50:27,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 09:50:27,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 09:50:27,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 09:50:27,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 09:50:27,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a926530-94c3-4932-bd5e-71a13df1889c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 09:50:27,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4a926530-94c3-4932-bd5e-71a13df1889c 2018-11-09 09:50:27,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 09:50:28,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T10:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["wmHLxJ0eQvW0_GMxugZThw"], "issued_at": "2018-11-09T09:50:28.000000Z"}} 2018-11-09 09:50:28,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:50:28,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:28,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a6a04c42-248b-4445-9246-79b07ac0bd6e Date: Fri, 09 Nov 2018 09:50:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 09:50:28,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a6a04c42-248b-4445-9246-79b07ac0bd6e 2018-11-09 09:50:28,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.600622177124s 2018-11-09 09:50:28,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a6a04c42-248b-4445-9246-79b07ac0bd6e 2018-11-09 09:50:28,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 09:50:28,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:28,902 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 09:50:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 09:50:28,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:28,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7382693a-1dd7-4546-bcb9-0c4d7cb09de0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 09:50:28,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-7382693a-1dd7-4546-bcb9-0c4d7cb09de0 2018-11-09 09:50:28,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0953087806702s 2018-11-09 09:50:28,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 09:50:28,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}}' 2018-11-09 09:50:29,100 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 09:50:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3dca257-3a86-49af-8abf-904ee3a5ddea 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.27:5000/v3/projects/db0cafe2f65f40fb8435a18aec19622e"}, "enabled": true, "id": "db0cafe2f65f40fb8435a18aec19622e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}} 2018-11-09 09:50:29,100 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e3dca257-3a86-49af-8abf-904ee3a5ddea 2018-11-09 09:50:29,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.10998415947s 2018-11-09 09:50:29,101 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e3dca257-3a86-49af-8abf-904ee3a5ddea 2018-11-09 09:50:29,102 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 'id': u'db0cafe2f65f40fb8435a18aec19622e', 'description': u'Created by OPNFV Functest: juju_epc', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 09:50:29,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 09:50:29,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.35663819313s 2018-11-09 09:50:29,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:29,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad0459ea-2e18-4fa7-b771-74e17f18fe5c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77"}, "enabled": true, "id": "7eb1c9ebf74f404eada9b27a664b8b77", "options": {}, "domain_id": "default", "name": "juju_epc-user_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}} 2018-11-09 09:50:29,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77 used request id req-ad0459ea-2e18-4fa7-b771-74e17f18fe5c 2018-11-09 09:50:29,554 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7eb1c9ebf74f404eada9b27a664b8b77', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d'}) 2018-11-09 09:50:29,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:50:29,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:29,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-297374dd-f8f5-4aa3-8ec4-1ad2eaee1603 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:50:29,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-297374dd-f8f5-4aa3-8ec4-1ad2eaee1603 2018-11-09 09:50:29,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796990394592s 2018-11-09 09:50:29,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:50:29,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:29,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58ca9990-c0f0-49b0-af04-59a6b45daf99 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:50:29,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-58ca9990-c0f0-49b0-af04-59a6b45daf99 2018-11-09 09:50:29,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0882959365845s 2018-11-09 09:50:29,724 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 09:50:29,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 09:50:29,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" -d '{"role": {"name": "Member"}}' 2018-11-09 09:50:29,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 09:50:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0080186a-b300-47aa-931f-4ddf19d828ed Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "616feba266c24a06bc24f83fd7a3a26b", "links": {"self": "http://172.30.9.27:5000/v3/roles/616feba266c24a06bc24f83fd7a3a26b"}, "name": "Member"}} 2018-11-09 09:50:29,831 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0080186a-b300-47aa-931f-4ddf19d828ed 2018-11-09 09:50:29,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.106252908707s 2018-11-09 09:50:29,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/616feba266c24a06bc24f83fd7a3a26b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:29,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca38bb14-2ca8-4a82-a854-92aa2e873907 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/616feba266c24a06bc24f83fd7a3a26b"}, "domain_id": null, "name": "Member", "id": "616feba266c24a06bc24f83fd7a3a26b"}} 2018-11-09 09:50:29,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/616feba266c24a06bc24f83fd7a3a26b used request id req-ca38bb14-2ca8-4a82-a854-92aa2e873907 2018-11-09 09:50:29,905 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/616feba266c24a06bc24f83fd7a3a26b'}, 'domain_id': None, 'human_id': None, 'id': u'616feba266c24a06bc24f83fd7a3a26b', 'HUMAN_ID': False}) 2018-11-09 09:50:29,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 09:50:29,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:29,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e41de82-9e65-421f-806b-67e7575923b4 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "616feba266c24a06bc24f83fd7a3a26b", "links": {"self": "http://172.30.9.27:5000/v3/roles/616feba266c24a06bc24f83fd7a3a26b"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 09:50:29,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1e41de82-9e65-421f-806b-67e7575923b4 2018-11-09 09:50:29,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800750255585s 2018-11-09 09:50:29,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 09:50:29,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:30,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aec2366f-110a-4be1-a9b4-b9ac98aba359 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 09:50:30,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-aec2366f-110a-4be1-a9b4-b9ac98aba359 2018-11-09 09:50:30,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0804479122162s 2018-11-09 09:50:30,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 09:50:30,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:30,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c2c544-f636-43d9-94d2-28c87b3ab734 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "links": {"self": "http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77"}, "domain_id": "default", "enabled": true, "id": "7eb1c9ebf74f404eada9b27a664b8b77", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 09:50:30,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f5c2c544-f636-43d9-94d2-28c87b3ab734 2018-11-09 09:50:30,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0896542072296s 2018-11-09 09:50:30,159 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f5c2c544-f636-43d9-94d2-28c87b3ab734 2018-11-09 09:50:30,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 09:50:30,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:30,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ebc4d30-a5b8-43fd-bdf7-4bebe5a09095 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.27:5000/v3/projects/db0cafe2f65f40fb8435a18aec19622e"}, "enabled": true, "id": "db0cafe2f65f40fb8435a18aec19622e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}]} 2018-11-09 09:50:30,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-4ebc4d30-a5b8-43fd-bdf7-4bebe5a09095 2018-11-09 09:50:30,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0805959701538s 2018-11-09 09:50:30,247 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-4ebc4d30-a5b8-43fd-bdf7-4bebe5a09095 2018-11-09 09:50:30,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 09:50:30,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=7eb1c9ebf74f404eada9b27a664b8b77&scope.project.id=db0cafe2f65f40fb8435a18aec19622e&role.id=616feba266c24a06bc24f83fd7a3a26b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:30,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-273becec-156c-4a80-b2aa-64cd92fb5373 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=7eb1c9ebf74f404eada9b27a664b8b77&scope.project.id=db0cafe2f65f40fb8435a18aec19622e&role.id=616feba266c24a06bc24f83fd7a3a26b", "previous": null, "next": null}} 2018-11-09 09:50:30,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=7eb1c9ebf74f404eada9b27a664b8b77&scope.project.id=db0cafe2f65f40fb8435a18aec19622e&role.id=616feba266c24a06bc24f83fd7a3a26b used request id req-273becec-156c-4a80-b2aa-64cd92fb5373 2018-11-09 09:50:30,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0836839675903s 2018-11-09 09:50:30,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 09:50:30,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/db0cafe2f65f40fb8435a18aec19622e/users/7eb1c9ebf74f404eada9b27a664b8b77/roles/616feba266c24a06bc24f83fd7a3a26b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:30,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 09:50:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4ec19ad-c83b-4324-a1e7-a33969b93217 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 09:50:30,462 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/db0cafe2f65f40fb8435a18aec19622e/users/7eb1c9ebf74f404eada9b27a664b8b77/roles/616feba266c24a06bc24f83fd7a3a26b used request id req-c4ec19ad-c83b-4324-a1e7-a33969b93217 2018-11-09 09:50:30,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128825902939s 2018-11-09 09:50:30,463 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 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': '9ca814d1-fdbc-4433-bbb3-2cc65ecf3f12', 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_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 'project_id': u'db0cafe2f65f40fb8435a18aec19622e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 09:50:30,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 09:50:30,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 09:50:30,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 09:50:30,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 09:50:30,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 09:50:30,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 09:50:30,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 09:50:30,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 09:50:30,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 09:50:30,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 09:50:30,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 09:50:30,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 09:50:30,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 09:50:30,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 09:50:30,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 09:50:30,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 09:50:30,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 09:50:30,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 09:50:30,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 09:50:30,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 09:50:30,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 09:50:30,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 09:50:30,469 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 'password': '9ca814d1-fdbc-4433-bbb3-2cc65ecf3f12', 'project_name': 'juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'db0cafe2f65f40fb8435a18aec19622e', 'project_domain_name': 'Default'} 2018-11-09 09:50:30,537 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-11-09 09:50:30,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-11-09 09:50:30,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:30,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4df1409d-eda9-48a7-925e-8ebf85585d3a Content-Encoding: gzip Content-Length: 917 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://172.30.9.27:5000/v3/services/0c89d185cb1f42fca57b94f1a760f60c"}, "enabled": true, "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.27:5000/v3/services/14f9b05c64b04cddafa407d6aabb0893"}, "enabled": true, "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.27:5000/v3/services/1e2e003179664dc79ad50db275c1e4d6"}, "enabled": true, "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.27:5000/v3/services/2fe9f1abdaa64be0a4a637ceb3d8290c"}, "enabled": true, "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.27:5000/v3/services/33f177b61e50483a8531ea86197078b5"}, "enabled": true, "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.27:5000/v3/services/3cb73a4957a9443292bacf5670fcef99"}, "enabled": true, "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.27:5000/v3/services/44f26eb063954e739b503e6a5e9032fd"}, "enabled": true, "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.27:5000/v3/services/4574ba66c1204a5c8994c9491185c942"}, "enabled": true, "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.27:5000/v3/services/4e9d7c4ae46e4d7ea1e0c624e6cae2d0"}, "enabled": true, "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.27:5000/v3/services/515d520bd0c74f4b81fa6d647513ac31"}, "enabled": true, "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.27:5000/v3/services/5b58fbb85ee2445d94b03eb426d1653b"}, "enabled": true, "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.27:5000/v3/services/7a171e2b92264592bd937870e5a64cd5"}, "enabled": true, "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.27:5000/v3/services/930edd1595db4c159c1c28b38d62c2a2"}, "enabled": true, "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.27:5000/v3/services/9ebe11d4aa3e4fa99528bde1ab6ef6ec"}, "enabled": true, "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.27:5000/v3/services/9f8fad24213e4d87acb5ed105ece0f2b"}, "enabled": true, "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.27:5000/v3/services/e41140e79ced47d59f36e0f5856755eb"}, "enabled": true, "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "links": {"self": "http://172.30.9.27:5000/v3/services", "previous": null, "next": null}} 2018-11-09 09:50:30,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/services used request id req-4df1409d-eda9-48a7-925e-8ebf85585d3a 2018-11-09 09:50:30,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0836479663849s 2018-11-09 09:50:30,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-11-09 09:50:30,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:30,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c3c250-90f4-4c24-986d-7a8bf19ce8c1 Content-Encoding: gzip Content-Length: 2067 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/03930004340d40e49728594c7b8bbd1c"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b58fbb85ee2445d94b03eb426d1653b", "id": "03930004340d40e49728594c7b8bbd1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0545bf884a544c0a82362dc6ed8e82b8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0c89d185cb1f42fca57b94f1a760f60c", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/06dda4965d044f4482a13860c49a8c89"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f8fad24213e4d87acb5ed105ece0f2b", "id": "06dda4965d044f4482a13860c49a8c89"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/091e1ad933bb465b943962f161ec7b54"}, "url": "http://172.30.9.27:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "14f9b05c64b04cddafa407d6aabb0893", "id": "091e1ad933bb465b943962f161ec7b54"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0c08f074502644058e4105ac62256e83"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "44f26eb063954e739b503e6a5e9032fd", "id": "0c08f074502644058e4105ac62256e83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/108fb85474734dc9a0aea43998de9c5f"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "515d520bd0c74f4b81fa6d647513ac31", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/16cb0b7edc524088a5c351bb92047cbe"}, "url": "http://192.30.9.7:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/17b0883b3455435da7ac86da1fc66664"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e41140e79ced47d59f36e0f5856755eb", "id": "17b0883b3455435da7ac86da1fc66664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1fad19fb7ae4429186e7e7313f6846b6"}, "url": "http://172.30.9.27:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/235d3d976ce64b62a9fd44d276a4b9d2"}, "url": "http://192.30.9.7:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33f177b61e50483a8531ea86197078b5", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2c4b93b9c5c148b5b4bf3c13beebc267"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1e2e003179664dc79ad50db275c1e4d6", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2de2c4b6fc7840a2839d93345ab28007"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a171e2b92264592bd937870e5a64cd5", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/327c9805abc94fc18968b5307cb3b502"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "515d520bd0c74f4b81fa6d647513ac31", "id": "327c9805abc94fc18968b5307cb3b502"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/32d3063ff3794e149946d1bcc7f5d389"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/38c2913853ab48718db820dba12b8363"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e41140e79ced47d59f36e0f5856755eb", "id": "38c2913853ab48718db820dba12b8363"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/49187b54825147bf9e1dfc7db1c4713a"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/4f4aeec22dee4e02abc333e95deb55b9"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0c89d185cb1f42fca57b94f1a760f60c", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/56c219933d7a43978fe571df5f60cf53"}, "url": "http://172.30.9.27:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33f177b61e50483a8531ea86197078b5", "id": "56c219933d7a43978fe571df5f60cf53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5c1be44e6ea844639b8892e1a0a4d3b5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/696c89b6db264b8aaf6d79a486bc9229"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e41140e79ced47d59f36e0f5856755eb", "id": "696c89b6db264b8aaf6d79a486bc9229"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6a4f337e23bf47f5aacded4e078c3d39"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3cb73a4957a9443292bacf5670fcef99", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/75239e7dd81d444fbf1093a2b1b81e46"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a171e2b92264592bd937870e5a64cd5", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7ef3a02070dc4a189cbe9a580944455b"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "930edd1595db4c159c1c28b38d62c2a2", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7fcd1e90222b4a10b290142818365c62"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "515d520bd0c74f4b81fa6d647513ac31", "id": "7fcd1e90222b4a10b290142818365c62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/814ec42f87114d479b6a376b2e198820"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "44f26eb063954e739b503e6a5e9032fd", "id": "814ec42f87114d479b6a376b2e198820"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/82cec2d525434c01aac72675422e87b7"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "930edd1595db4c159c1c28b38d62c2a2", "id": "82cec2d525434c01aac72675422e87b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/861bbcaffcc341a1a51737f44c55d3f0"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f8fad24213e4d87acb5ed105ece0f2b", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8dd2eef05cdc43cd9dc0c88afe738be3"}, "url": "http://192.30.9.7:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33f177b61e50483a8531ea86197078b5", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/95f46bbff23a4bd7863ae022f8c83159"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "930edd1595db4c159c1c28b38d62c2a2", "id": "95f46bbff23a4bd7863ae022f8c83159"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/995098568f1844b48837aba8359647a3"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3cb73a4957a9443292bacf5670fcef99", "id": "995098568f1844b48837aba8359647a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a29047deb5424d508f8dedec11d9ba15"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f8fad24213e4d87acb5ed105ece0f2b", "id": "a29047deb5424d508f8dedec11d9ba15"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a6b41e4f4c23490595bbc8ac214595eb"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1e2e003179664dc79ad50db275c1e4d6", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a6da6277a41d4c45b09d3eaa75368cd4"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/aaeb920c5ba94f29916489a584cab807"}, "url": "http://192.30.9.7:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "id": "aaeb920c5ba94f29916489a584cab807"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ae6ddabe5b664be4a01e28f24e937010"}, "url": "http://192.30.9.7:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "14f9b05c64b04cddafa407d6aabb0893", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b00efb8b0ee042ca889e8cbd4211bb96"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0c89d185cb1f42fca57b94f1a760f60c", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b7ac064bde614bda9f21be8f8aef8617"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c1def1cfe6314716bc213f925a62336a"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3cb73a4957a9443292bacf5670fcef99", "id": "c1def1cfe6314716bc213f925a62336a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d6ead35e1c394fd6a9b6ba919ec8f671"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "44f26eb063954e739b503e6a5e9032fd", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/df1d539b7aa642c2ad7acc6ea529111e"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1e2e003179664dc79ad50db275c1e4d6", "id": "df1d539b7aa642c2ad7acc6ea529111e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e3fee02b30d34c7a9330a73a21d45d42"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b58fbb85ee2445d94b03eb426d1653b", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e57db16c0db147338b3eb70ac6280677"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a171e2b92264592bd937870e5a64cd5", "id": "e57db16c0db147338b3eb70ac6280677"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e68f1a4763624f96bd5f1b24dcb98bfd"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b58fbb85ee2445d94b03eb426d1653b", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb75e9570c6b42728b7a369474c80391"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "id": "eb75e9570c6b42728b7a369474c80391"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f2b43a363b96411aa33db816a01e9fec"}, "url": "http://192.30.9.7:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "14f9b05c64b04cddafa407d6aabb0893", "id": "f2b43a363b96411aa33db816a01e9fec"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-11-09 09:50:30,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-d4c3c250-90f4-4c24-986d-7a8bf19ce8c1 2018-11-09 09:50:30,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0910727977753s 2018-11-09 09:50:30,745 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-11-09 09:50:30,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 09:50:30,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:30,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d2a9a02-ea8e-471d-90d3-bd5f656a831a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 09:50:30,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-1d2a9a02-ea8e-471d-90d3-bd5f656a831a 2018-11-09 09:50:30,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0159230232239s 2018-11-09 09:50:30,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 09:50:30,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 09:50:30,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ea48c42-853f-4a9e-9a88-0a7b3c3464bc Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.27:5000/v3/projects/db0cafe2f65f40fb8435a18aec19622e"}, "enabled": true, "id": "db0cafe2f65f40fb8435a18aec19622e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}]} 2018-11-09 09:50:30,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-4ea48c42-853f-4a9e-9a88-0a7b3c3464bc 2018-11-09 09:50:30,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0813281536102s 2018-11-09 09:50:30,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-4ea48c42-853f-4a9e-9a88-0a7b3c3464bc 2018-11-09 09:50:30,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-09 09:50:30,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" -d '{"network": {"tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "name": "juju_epc-net_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "admin_state_up": true}}' 2018-11-09 09:50:31,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-cd064829-dee1-4ceb-a343-1086fd1a62c0 Date: Fri, 09 Nov 2018 09:50: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":"0ae7232d-e649-429e-b762-deb3940ea520","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"db0cafe2f65f40fb8435a18aec19622e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T09:50:31Z","is_default":false,"qos_policy_id":null,"name":"juju_epc-net_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d","admin_state_up":true,"tenant_id":"db0cafe2f65f40fb8435a18aec19622e","created_at":"2018-11-09T09:50:31Z","mtu":1450}} 2018-11-09 09:50:31,422 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cd064829-dee1-4ceb-a343-1086fd1a62c0 2018-11-09 09:50:31,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.574161052704s 2018-11-09 09:50:31,422 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cd064829-dee1-4ceb-a343-1086fd1a62c0 2018-11-09 09:50:31,423 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-09T09:50:31Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0ae7232d-e649-429e-b762-deb3940ea520', u'provider:segmentation_id': 1, 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_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', u'created_at': u'2018-11-09T09:50:31Z', u'mtu': 1450, u'tenant_id': u'db0cafe2f65f40fb8435a18aec19622e', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'db0cafe2f65f40fb8435a18aec19622e'}) 2018-11-09 09:50:31,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 09:50:31,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24803e6e-69ca-4313-9a15-09b9c0631d6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 09:50:31,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-24803e6e-69ca-4313-9a15-09b9c0631d6a 2018-11-09 09:50:31,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 09:50:31,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "616feba266c24a06bc24f83fd7a3a26b", "name": "Member"}], "expires_at": "2018-11-09T10:50:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db0cafe2f65f40fb8435a18aec19622e", "name": "juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/db0cafe2f65f40fb8435a18aec19622e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/db0cafe2f65f40fb8435a18aec19622e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/db0cafe2f65f40fb8435a18aec19622e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/db0cafe2f65f40fb8435a18aec19622e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/db0cafe2f65f40fb8435a18aec19622e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/db0cafe2f65f40fb8435a18aec19622e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/db0cafe2f65f40fb8435a18aec19622e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/db0cafe2f65f40fb8435a18aec19622e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/db0cafe2f65f40fb8435a18aec19622e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/db0cafe2f65f40fb8435a18aec19622e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/db0cafe2f65f40fb8435a18aec19622e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/db0cafe2f65f40fb8435a18aec19622e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "id": "7eb1c9ebf74f404eada9b27a664b8b77"}, "audit_ids": ["3PQQers4SqWnO3nIi4HhcA"], "issued_at": "2018-11-09T09:50:31.000000Z"}} 2018-11-09 09:50:31,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 09:50:31,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 09:50:32,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-e173a4ec-b0f9-428f-b769-a5f3fc039b7a Date: Fri, 09 Nov 2018 09:50:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T09:50:31Z","tenant_id":"db0cafe2f65f40fb8435a18aec19622e","created_at":"2018-11-09T09:50:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"db0cafe2f65f40fb8435a18aec19622e","id":"0ae7232d-e649-429e-b762-deb3940ea520","name":"juju_epc-net_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 09:50:32,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e173a4ec-b0f9-428f-b769-a5f3fc039b7a 2018-11-09 09:50:32,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267603874207s 2018-11-09 09:50:32,071 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e173a4ec-b0f9-428f-b769-a5f3fc039b7a 2018-11-09 09:50:32,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-09 09:50:32,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" -d '{"subnet": {"name": "juju_epc-subnet_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "enable_dhcp": true, "network_id": "0ae7232d-e649-429e-b762-deb3940ea520", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-11-09 09:50:33,170 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ca7c8fc7-cd86-4f9d-a84e-a0545d0f8c8b Date: Fri, 09 Nov 2018 09:50:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae7232d-e649-429e-b762-deb3940ea520","tenant_id":"db0cafe2f65f40fb8435a18aec19622e","created_at":"2018-11-09T09:50:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T09:50:32Z","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":"db0cafe2f65f40fb8435a18aec19622e","id":"ff9aa774-2e4e-4e00-98af-494fff67dffd","subnetpool_id":null,"name":"juju_epc-subnet_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}} 2018-11-09 09:50:33,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ca7c8fc7-cd86-4f9d-a84e-a0545d0f8c8b 2018-11-09 09:50:33,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.0973470211s 2018-11-09 09:50:33,171 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ca7c8fc7-cd86-4f9d-a84e-a0545d0f8c8b 2018-11-09 09:50:33,171 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T09:50:32Z', 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'ff9aa774-2e4e-4e00-98af-494fff67dffd', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', u'enable_dhcp': True, u'network_id': u'0ae7232d-e649-429e-b762-deb3940ea520', u'tenant_id': u'db0cafe2f65f40fb8435a18aec19622e', u'created_at': u'2018-11-09T09:50:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'db0cafe2f65f40fb8435a18aec19622e'}) 2018-11-09 09:50:33,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-09 09:50:33,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" -d '{"router": {"external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e"}, "name": "juju_epc-router_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "admin_state_up": true}}' 2018-11-09 09:50:38,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-89cd1901-d724-4d1e-9e81-45abe643c1b3 Date: Fri, 09 Nov 2018 09:50:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T09:50:34Z", "admin_state_up": true, "updated_at": "2018-11-09T09:50:35Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "db0cafe2f65f40fb8435a18aec19622e", "id": "9f23a268-37f8-4eaf-a57d-8846ddd61a28", "name": "juju_epc-router_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}} 2018-11-09 09:50:38,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-89cd1901-d724-4d1e-9e81-45abe643c1b3 2018-11-09 09:50:38,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.05617594719s 2018-11-09 09:50:38,228 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-89cd1901-d724-4d1e-9e81-45abe643c1b3 2018-11-09 09:50:38,229 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-09T09:50:35Z', u'revision_number': 3, u'id': u'9f23a268-37f8-4eaf-a57d-8846ddd61a28', u'external_gateway_info': {u'network_id': u'fa1d7785-f068-46b2-8c3a-e376cfcf640e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cb65f4ed-a378-4853-84d5-43a993df3191', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', u'admin_state_up': True, u'tenant_id': u'db0cafe2f65f40fb8435a18aec19622e', u'created_at': u'2018-11-09T09:50:34Z', u'flavor_id': None, u'routes': [], u'project_id': u'db0cafe2f65f40fb8435a18aec19622e'}) 2018-11-09 09:50:38,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-09 09:50:38,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9f23a268-37f8-4eaf-a57d-8846ddd61a28/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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" -d '{"subnet_id": "ff9aa774-2e4e-4e00-98af-494fff67dffd"}' 2018-11-09 09:50:40,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4904356c-ec7b-455c-aebc-c35977047424 Date: Fri, 09 Nov 2018 09:50:40 GMT RESP BODY: {"network_id": "0ae7232d-e649-429e-b762-deb3940ea520", "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "subnet_id": "ff9aa774-2e4e-4e00-98af-494fff67dffd", "subnet_ids": ["ff9aa774-2e4e-4e00-98af-494fff67dffd"], "port_id": "e2bdcba4-f9a8-4761-9976-1e841f74e691", "id": "9f23a268-37f8-4eaf-a57d-8846ddd61a28"} 2018-11-09 09:50:40,212 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9f23a268-37f8-4eaf-a57d-8846ddd61a28/add_router_interface.json used request id req-4904356c-ec7b-455c-aebc-c35977047424 2018-11-09 09:50:40,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.98308706284s 2018-11-09 09:50:40,213 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9f23a268-37f8-4eaf-a57d-8846ddd61a28/add_router_interface.json used request id req-4904356c-ec7b-455c-aebc-c35977047424 returning object 9f23a268-37f8-4eaf-a57d-8846ddd61a28 2018-11-09 09:50:40,213 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-11-09 09:50:43,870 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:62b68627995d906ed92d7618f464bd41 sha256:f603f6a7f31f380f1921d9b68fc9d07397337c59f3c42e4e8503e66eabe53604 2018-11-09 09:50:43,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 09:50:43,880 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 09:50:43 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 09:50:43,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:50:43,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 09:50:44,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6b6afb29-2ca8-42a3-ac4f-7c6225207443 Date: Fri, 09 Nov 2018 09:50:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:50:44,067 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6b6afb29-2ca8-42a3-ac4f-7c6225207443 2018-11-09 09:50:44,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18371796608s 2018-11-09 09:50:44,068 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6b6afb29-2ca8-42a3-ac4f-7c6225207443 2018-11-09 09:50:44,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 09:50:44,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" -d '{"owner_specified.shade.md5": "62b68627995d906ed92d7618f464bd41", "owner_specified.shade.sha256": "f603f6a7f31f380f1921d9b68fc9d07397337c59f3c42e4e8503e66eabe53604", "owner_specified.shade.object": "images/juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}' 2018-11-09 09:50:44,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5 X-Openstack-Request-Id: req-ea767efb-1764-4a61-b13c-330931959d06 Date: Fri, 09 Nov 2018 09:50:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/file", "owner": "db0cafe2f65f40fb8435a18aec19622e", "id": "ffe78449-e70e-4c78-b80a-c6bd0a6637b5", "size": null, "self": "/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "f603f6a7f31f380f1921d9b68fc9d07397337c59f3c42e4e8503e66eabe53604", "updated_at": "2018-11-09T09:50:44Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "62b68627995d906ed92d7618f464bd41", "name": "juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "checksum": null, "created_at": "2018-11-09T09:50:44Z", "protected": false} 2018-11-09 09:50:44,290 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ea767efb-1764-4a61-b13c-330931959d06 2018-11-09 09:50:44,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.220806121826s 2018-11-09 09:50:44,291 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ea767efb-1764-4a61-b13c-330931959d06 returning object ffe78449-e70e-4c78-b80a-c6bd0a6637b5 2018-11-09 09:50:44,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 09:50:44,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" -d '' 2018-11-09 09:50:49,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8ee5d37-1705-4c4d-86ab-fdd693d09fd8 Date: Fri, 09 Nov 2018 09:50:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 09:50:49,877 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/file used request id req-e8ee5d37-1705-4c4d-86ab-fdd693d09fd8 2018-11-09 09:50:49,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.58596897125s 2018-11-09 09:50:49,878 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/file used request id req-e8ee5d37-1705-4c4d-86ab-fdd693d09fd8 2018-11-09 09:50:49,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:50:49,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 09:50:50,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-5609d195-0b67-4474-8dab-d45981eccae8 Date: Fri, 09 Nov 2018 09:50:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/snap", "metadata": {}}], "file": "/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/file", "owner": "db0cafe2f65f40fb8435a18aec19622e", "id": "ffe78449-e70e-4c78-b80a-c6bd0a6637b5", "size": 297009152, "self": "/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "f603f6a7f31f380f1921d9b68fc9d07397337c59f3c42e4e8503e66eabe53604", "updated_at": "2018-11-09T09:50:49Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "62b68627995d906ed92d7618f464bd41", "name": "juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "checksum": "62b68627995d906ed92d7618f464bd41", "created_at": "2018-11-09T09:50:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:50:50,047 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5609d195-0b67-4474-8dab-d45981eccae8 2018-11-09 09:50:50,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168581008911s 2018-11-09 09:50:50,047 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5609d195-0b67-4474-8dab-d45981eccae8 2018-11-09 09:50:50,049 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/file', 'owner': u'db0cafe2f65f40fb8435a18aec19622e', 'id': u'ffe78449-e70e-4c78-b80a-c6bd0a6637b5', 'size': 297009152, u'self': u'/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'db0cafe2f65f40fb8435a18aec19622e', 'name': 'juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T09:50:49Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-09T09:50:49Z', u'owner_specified.shade.sha256': u'f603f6a7f31f380f1921d9b68fc9d07397337c59f3c42e4e8503e66eabe53604', u'owner_specified.shade.object': u'images/juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'62b68627995d906ed92d7618f464bd41', 'properties': {u'self': u'/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5', u'owner_specified.shade.md5': u'62b68627995d906ed92d7618f464bd41', u'owner_specified.shade.object': u'images/juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', u'owner_specified.shade.sha256': u'f603f6a7f31f380f1921d9b68fc9d07397337c59f3c42e4e8503e66eabe53604', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 'created': u'2018-11-09T09:50:44Z', 'checksum': u'62b68627995d906ed92d7618f464bd41', 'created_at': u'2018-11-09T09:50:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5', u'owner_specified.shade.md5': u'62b68627995d906ed92d7618f464bd41', u'owner_specified.shade.object': u'images/juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', u'owner_specified.shade.sha256': u'f603f6a7f31f380f1921d9b68fc9d07397337c59f3c42e4e8503e66eabe53604', u'schema': u'/v2/schemas/image'}}) 2018-11-09 09:50:52,785 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i ffe78449-e70e-4c78-b80a-c6bd0a6637b5 -s xenial -r regionOne -u http://172.30.9.27:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 4 cloud regions added; 1 cloud attribute changed as well as 5 cloud regions deleted: added cloud region: - oracle/eu-frankfurt-1 - oracle/uk-london-1 - oracle/us-ashburn-1 - oracle/us-phoenix-1 changed cloud attribute: - oracle deleted cloud region: - oracle/em2 - oracle/em3 - oracle/us2 - oracle/us6 - oracle/uscom-central-1 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-11-09 09:50:52,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 09:50:52,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-11-09 09:50:53,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50: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-9bb5108b-0b8a-41fb-96f5-7cf5f21e1133 x-compute-request-id: req-9bb5108b-0b8a-41fb-96f5-7cf5f21e1133 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3370e854-e655-4402-91ae-140cd0cf818d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3370e854-e655-4402-91ae-140cd0cf818d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3370e854-e655-4402-91ae-140cd0cf818d", "name": "juju_epc-flavor_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 09:50:53,013 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9bb5108b-0b8a-41fb-96f5-7cf5f21e1133 2018-11-09 09:50:53,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.226554870605s 2018-11-09 09:50:53,014 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9bb5108b-0b8a-41fb-96f5-7cf5f21e1133 returning object 3370e854-e655-4402-91ae-140cd0cf818d 2018-11-09 09:50:53,014 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'3370e854-e655-4402-91ae-140cd0cf818d', 'swap': 0}) 2018-11-09 09:50:53,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 09:50:53,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/3370e854-e655-4402-91ae-140cd0cf818d/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}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" -d '{"extra_specs": {}}' 2018-11-09 09:50:53,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:50:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de71d437-a2d5-4a70-867a-f762af918a01 x-compute-request-id: req-de71d437-a2d5-4a70-867a-f762af918a01 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 09:50:53,040 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3370e854-e655-4402-91ae-140cd0cf818d/os-extra_specs used request id req-de71d437-a2d5-4a70-867a-f762af918a01 2018-11-09 09:50:53,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0245931148529s 2018-11-09 09:50:53,040 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3370e854-e655-4402-91ae-140cd0cf818d/os-extra_specs used request id req-de71d437-a2d5-4a70-867a-f762af918a01 2018-11-09 09:50:53,041 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-11-09 09:50:53,042 - 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-311 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | USE_DYNAMIC_CREDENTIALS | True | | STORAGE_PROTOCOL | iSCSI | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-11-09 09:50:53,049 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-11-09 09:50:53,230 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-11-09 09:50:53,231 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-11-09 09:50:53,378 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-11-09 09:50:53,378 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-11-09 09:50:54,826 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:ee1167b7b8bf490b2f9a9885f2d7dcff sha256:1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1 2018-11-09 09:50:54,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:50:54,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 09:50:55,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-56537bb9-4ee6-4fe0-b46c-f8ceaf9c5e63 Date: Fri, 09 Nov 2018 09:50:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/snap", "metadata": {}}], "file": "/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/file", "owner": "db0cafe2f65f40fb8435a18aec19622e", "id": "ffe78449-e70e-4c78-b80a-c6bd0a6637b5", "size": 297009152, "self": "/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "f603f6a7f31f380f1921d9b68fc9d07397337c59f3c42e4e8503e66eabe53604", "updated_at": "2018-11-09T09:50:49Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "62b68627995d906ed92d7618f464bd41", "name": "juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "checksum": "62b68627995d906ed92d7618f464bd41", "created_at": "2018-11-09T09:50:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:50:55,003 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-56537bb9-4ee6-4fe0-b46c-f8ceaf9c5e63 2018-11-09 09:50:55,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175796985626s 2018-11-09 09:50:55,003 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-56537bb9-4ee6-4fe0-b46c-f8ceaf9c5e63 2018-11-09 09:50:55,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 09:50:55,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" -d '{"owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "owner_specified.shade.object": "images/juju_epc-img_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}' 2018-11-09 09:50:55,690 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6 X-Openstack-Request-Id: req-cf7aad95-62f1-499b-a861-cf93b413a503 Date: Fri, 09 Nov 2018 09:50:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6/file", "owner": "db0cafe2f65f40fb8435a18aec19622e", "id": "1345434e-ee9b-4046-87ff-094870c4d1f6", "size": null, "self": "/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-11-09T09:50:55Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "juju_epc-img_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "checksum": null, "created_at": "2018-11-09T09:50:55Z", "protected": false} 2018-11-09 09:50:55,690 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-cf7aad95-62f1-499b-a861-cf93b413a503 2018-11-09 09:50:55,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.685044050217s 2018-11-09 09:50:55,691 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-cf7aad95-62f1-499b-a861-cf93b413a503 returning object 1345434e-ee9b-4046-87ff-094870c4d1f6 2018-11-09 09:50:55,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 09:50:55,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6/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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" -d '' 2018-11-09 09:51:02,086 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-428488cb-fad4-4e16-914e-901bd7c17ab7 Date: Fri, 09 Nov 2018 09:51:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 09:51:02,087 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6/file used request id req-428488cb-fad4-4e16-914e-901bd7c17ab7 2018-11-09 09:51:02,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.39536595345s 2018-11-09 09:51:02,087 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6/file used request id req-428488cb-fad4-4e16-914e-901bd7c17ab7 2018-11-09 09:51:02,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 09:51:02,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 09:51:02,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-28c3ab9b-8e6b-4f64-9c1a-1476b72447f8 Date: Fri, 09 Nov 2018 09:51:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1345434e-ee9b-4046-87ff-094870c4d1f6/snap", "metadata": {}}], "file": "/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6/file", "owner": "db0cafe2f65f40fb8435a18aec19622e", "id": "1345434e-ee9b-4046-87ff-094870c4d1f6", "size": 263586304, "self": "/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1345434e-ee9b-4046-87ff-094870c4d1f6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-11-09T09:51:02Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "juju_epc-img_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "created_at": "2018-11-09T09:50:55Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/snap", "metadata": {}}], "file": "/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/file", "owner": "db0cafe2f65f40fb8435a18aec19622e", "id": "ffe78449-e70e-4c78-b80a-c6bd0a6637b5", "size": 297009152, "self": "/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "f603f6a7f31f380f1921d9b68fc9d07397337c59f3c42e4e8503e66eabe53604", "updated_at": "2018-11-09T09:50:49Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "62b68627995d906ed92d7618f464bd41", "name": "juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "checksum": "62b68627995d906ed92d7618f464bd41", "created_at": "2018-11-09T09:50:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 09:51:02,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-28c3ab9b-8e6b-4f64-9c1a-1476b72447f8 2018-11-09 09:51:02,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170516014099s 2018-11-09 09:51:02,259 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-28c3ab9b-8e6b-4f64-9c1a-1476b72447f8 2018-11-09 09:51:02,262 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1345434e-ee9b-4046-87ff-094870c4d1f6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6/file', 'owner': u'db0cafe2f65f40fb8435a18aec19622e', 'id': u'1345434e-ee9b-4046-87ff-094870c4d1f6', 'size': 263586304, u'self': u'/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'db0cafe2f65f40fb8435a18aec19622e', 'name': 'juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/1345434e-ee9b-4046-87ff-094870c4d1f6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T09:51:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-09T09:51:02Z', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'properties': {u'self': u'/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/juju_epc-img_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', 'created': u'2018-11-09T09:50:55Z', 'checksum': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'created_at': u'2018-11-09T09:50:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/juju_epc-img_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}}) 2018-11-09 09:51:02,479 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 1345434e-ee9b-4046-87ff-094870c4d1f6 -s trusty -r regionOne -u http://172.30.9.27:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-11-09 09:51:02,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 09:51:02,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-11-09 09:51:02,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:51:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-905440cc-e7b0-4bd4-864a-c376997ad82a x-compute-request-id: req-905440cc-e7b0-4bd4-864a-c376997ad82a Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/86cb28aa-d7c4-4a68-91b6-2d84cd7ba673", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/86cb28aa-d7c4-4a68-91b6-2d84cd7ba673", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "86cb28aa-d7c4-4a68-91b6-2d84cd7ba673", "name": "juju_epc-flavor_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 09:51:02,532 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-905440cc-e7b0-4bd4-864a-c376997ad82a 2018-11-09 09:51:02,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0518388748169s 2018-11-09 09:51:02,533 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-905440cc-e7b0-4bd4-864a-c376997ad82a returning object 86cb28aa-d7c4-4a68-91b6-2d84cd7ba673 2018-11-09 09:51:02,534 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'86cb28aa-d7c4-4a68-91b6-2d84cd7ba673', 'swap': 0}) 2018-11-09 09:51:02,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 09:51:02,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/86cb28aa-d7c4-4a68-91b6-2d84cd7ba673/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}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" -d '{"extra_specs": {}}' 2018-11-09 09:51:02,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 09:51:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ed64a2e-32b1-4135-8c6a-840f22808b44 x-compute-request-id: req-0ed64a2e-32b1-4135-8c6a-840f22808b44 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 09:51:02,556 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/86cb28aa-d7c4-4a68-91b6-2d84cd7ba673/os-extra_specs used request id req-0ed64a2e-32b1-4135-8c6a-840f22808b44 2018-11-09 09:51:02,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214419364929s 2018-11-09 09:51:02,556 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/86cb28aa-d7c4-4a68-91b6-2d84cd7ba673/os-extra_specs used request id req-0ed64a2e-32b1-4135-8c6a-840f22808b44 2018-11-09 09:51:02,557 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-11-09 09:55:28,591 - 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=0ae7232d-e649-429e-b762-deb3940ea520 --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 09:51:02 INFO juju.cmd supercommand.go:56 running juju [2.3.9 gc go1.9.4] 09:51:02 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=0ae7232d-e649-429e-b762-deb3940ea520", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 09:51:02 DEBUG juju.cmd.juju.commands bootstrap.go:835 authenticating with region "regionOne" and credential "abot-epc" () 09:51:02 DEBUG juju.cmd.juju.commands bootstrap.go:963 provider attrs: map[use-floating-ip:true use-default-secgroup:true network:0ae7232d-e649-429e-b762-deb3940ea520 external-network: use-openstack-gbp:false policy-target-group:] 09:51:02 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 09:51:02 DEBUG juju.cmd.juju.commands bootstrap.go:1019 preparing controller with config: map[enable-os-refresh-update:true logging-config: transmit-vendor-metrics:true max-action-results-age:336h use-openstack-gbp:false max-status-history-size:5G enable-os-upgrade:true name:controller firewall-mode:instance apt-no-proxy: test-mode:false apt-https-proxy: image-stream:released proxy-ssh:false resource-tags: apt-mirror: type:openstack default-series:xenial use-default-secgroup:true container-image-metadata-url: provisioner-harvest-mode:destroyed apt-http-proxy: logforward-enabled:false no-proxy:127.0.0.1,localhost,::1 fan-config: ssl-hostname-verification:false agent-metadata-url: container-networking-method: https-proxy: ignore-machine-addresses:false container-image-stream:released network:0ae7232d-e649-429e-b762-deb3940ea520 agent-stream:released http-proxy: max-action-results-size:5G egress-subnets: use-floating-ip:true disable-network-management:false policy-target-group: uuid:f49f3c33-0ddd-4a19-8c0c-615206e2ef21 external-network: image-metadata-url: apt-ftp-proxy: automatically-retry-hooks:true net-bond-reconfigure-delay:17 max-status-history-age:336h development:false container-inherit-properties: update-status-hook-interval:5m cloudinit-userdata: ftp-proxy: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5kLepJIf26Pqyjrm/OuSyr99QYtKU2fURosd+4Z501f8aCElJD9/revL34JuC3+WcENmtB8mUHdgyeFqU8iV6hS8ad6Y3M6i4Mn4h8yvHif1iQ/GAkdwtQCimexlUXQ+BBwGivNLMKnUwVJ0CsaD065aYIa+JB1w2EnN6nTM67EY8aLrhsCKLwUolLuDgejta3Xl4Gg9IWn5CbPxB1nHd4O5hCfXz1W9riA6NpaCGwPGi++8nlAw7UBIZuSLUTpdQ63/rX8FmpeW2X2QFgCa7nrBArcHYryJBthJg3k9GMcsnHIbDbcD6yZ0+yjQpyUuVpTDuTaM/emqpS/tgT8CP juju-client-key ] 09:51:02 INFO juju.provider.openstack provider.go:145 opening model "controller" 09:51:03 DEBUG goose :1 auth details: &{Token:gAAAAABb5ViHQ61wPVOWKzL230hUnPwRUT7DidGsDnsqj4JRjzjQCX0YuLXSDjcjerUDvgK5Bgkl_eRgWDYZvSHWUzOfTYnG64_ClyWZBUUEGdbkm3MRNKiP8ojBOmlYYWre_GtvdEtPbViZvRQXdGz_4ZYCM2M5fE79qZGqMw1EXuOgPi42_CM TenantId:db0cafe2f65f40fb8435a18aec19622e UserId:7eb1c9ebf74f404eada9b27a664b8b77 Domain: RegionServiceURLs:map[regionOne:map[orchestration:http://172.30.9.27:8004/v1/db0cafe2f65f40fb8435a18aec19622e policy:http://172.30.9.27:1789 compute:http://172.30.9.27:8774/v2.1 image:http://172.30.9.27:9292 identity:http://172.30.9.27:5000 key-manager:http://172.30.9.27:9311 alarming:http://172.30.9.27:8042 placement:http://172.30.9.27:8778/placement volume:http://172.30.9.27:8776/v1/db0cafe2f65f40fb8435a18aec19622e metric:http://172.30.9.27:8041 nfv-orchestration:http://172.30.9.27:9890 network:http://172.30.9.27:9696 cloudformation:http://172.30.9.27:8000/v1 volumev3:http://172.30.9.27:8776/v3/db0cafe2f65f40fb8435a18aec19622e volumev2:http://172.30.9.27:8776/v2/db0cafe2f65f40fb8435a18aec19622e]]} 09:51:03 INFO cmd bootstrap.go:508 Creating Juju controller "abot-controller" on abot-epc/regionOne 09:51:03 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.27:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.27:8774/v2.1/ Rel:self}] Status:CURRENT}] 09:51:04 INFO juju.cmd.juju.commands bootstrap.go:572 combined bootstrap constraints: mem=2048M 09:51:04 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 09:51:04 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 09:51:04 DEBUG juju.environs.bootstrap bootstrap.go:717 no agent directory found, using default agent metadata source: https://streams.canonical.com/juju/tools 09:51:04 DEBUG juju.environs.bootstrap bootstrap.go:742 setting default image metadata source: /root/images 09:51:04 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 09:51:04 INFO juju.environs.bootstrap bootstrap.go:760 custom image metadata added to search path 09:51:04 INFO cmd bootstrap.go:233 Loading image metadata 09:51:04 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 09:51:04 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 09:51:04 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 09:51:04 DEBUG juju.environs.bootstrap bootstrap.go:608 constraints for image metadata lookup &{{{regionOne http://172.30.9.27:5000/v3} [win81 opensuseleap raring vivid bionic win2012hv win2016nano utopic win2008r2 win2012r2 win2012 win10 win2016hv win8 precise win2016 saucy trusty wily xenial artful quantal yakkety win2012hvr2 centos7 zesty win7 genericlinux] [amd64 i386 armhf arm64 ppc64el s390x] released}} 09:51:04 DEBUG juju.environs.bootstrap bootstrap.go:620 found 2 image metadata in bootstrap metadata 09:51:06 DEBUG juju.environs.bootstrap bootstrap.go:620 found 0 image metadata in default cloud images 09:51:07 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.27:5000/v3} not found 09:51:07 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.27:5000/v3} not found 09:51:07 DEBUG juju.environs.bootstrap bootstrap.go:624 found 2 image metadata from all image data sources 09:51:07 INFO cmd bootstrap.go:303 Looking for packaged Juju agent version 2.3.9 for amd64 09:51:07 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.3.9 09:51:07 DEBUG juju.environs.tools tools.go:102 finding agent binaries in stream: "released" 09:51:07 DEBUG juju.environs.tools tools.go:104 reading agent binaries with major.minor version 2.3 09:51:07 DEBUG juju.environs.tools tools.go:112 filtering agent binaries by version: 2.3.9 09:51:07 DEBUG juju.environs.tools tools.go:115 filtering agent binaries by series: xenial 09:51:07 DEBUG juju.environs.tools tools.go:118 filtering agent binaries by architecture: amd64 09:51:07 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 09:51:07 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 []} 09:51:09 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 09:51:09 INFO cmd bootstrap.go:389 Starting new instance for initial controller 09:51:09 INFO cmd bootstrap.go:151 Launching controller instance(s) on abot-epc/regionOne... 09:51:09 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 09:51:09 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:ffe78449-e70e-4c78-b80a-c6bd0a6637b5 Arch:amd64 VirtType:}] 09:51:09 INFO juju.environs.instances image.go:106 find instance - using image with id: ffe78449-e70e-4c78-b80a-c6bd0a6637b5 09:51:09 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false 09:51:09 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 09:51:09 DEBUG juju.provider.openstack provider.go:993 openstack user data; 2483 bytes 09:51:09 DEBUG juju.provider.openstack provider.go:1005 using network id "0ae7232d-e649-429e-b762-deb3940ea520" 09:51:09 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.27:9696/v2.0/ Rel:self}] Status:CURRENT}] - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "5aa70197-3422-442d-b20e-06adcb1d14a4" has status BUILD, wait 10 seconds before retry, attempt 11 09:53:18 INFO juju.provider.openstack provider.go:1175 started instance "5aa70197-3422-442d-b20e-06adcb1d14a4" 09:53:18 DEBUG juju.provider.openstack provider.go:1184 allocating public IP address for openstack node 09:53:20 DEBUG juju.provider.openstack networking.go:226 allocated new public IP: 172.30.9.200 09:53:20 INFO juju.provider.openstack provider.go:1189 allocated public IP 172.30.9.200 09:53:22 INFO cmd bootstrap.go:225 - 5aa70197-3422-442d-b20e-06adcb1d14a4 (arch=amd64 mem=2G cores=1) 09:53:22 INFO juju.environs.bootstrap bootstrap.go:638 newest version: 2.3.9 09:53:22 INFO juju.environs.bootstrap bootstrap.go:653 picked bootstrap agent binary version: 2.3.9 09:53:22 INFO cmd bootstrap.go:425 Installing Juju agent on bootstrap instance 09:53:25 INFO cmd bootstrap.go:517 Fetching Juju GUI 2.14.0 09:53:25 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false Waiting for address 09:53:26 DEBUG juju.provider.openstack provider.go:417 instance 5aa70197-3422-442d-b20e-06adcb1d14a4 has floating IP address: 172.30.9.200 Attempting to connect to 172.30.9.200:22 Attempting to connect to 192.168.121.10:22 09:53:26 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.200 failed: ssh: connect to host 172.30.9.200 port 22: Connection refused 09:53:26 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.10 failed: ssh: connect to host 192.168.121.10 port 22: Connection refused 09:53:31 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.10 failed: ssh: connect to host 192.168.121.10 port 22: Connection refused 09:53:32 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.200 failed: /var/lib/juju/nonce.txt does not exist 09:53:36 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.10 failed: ssh: connect to host 192.168.121.10 port 22: Connection refused 09:53:36 DEBUG juju.provider.openstack provider.go:417 instance 5aa70197-3422-442d-b20e-06adcb1d14a4 has floating IP address: 172.30.9.200 09:53:37 INFO cmd bootstrap.go:333 Connected to 172.30.9.200 09:53:37 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]> 09:53:37 INFO cmd bootstrap.go:403 Running machine configuration script... sudo: unable to resolve host juju-e2ef21-controller-0 09:55:25 INFO cmd bootstrap.go:455 Bootstrap agent now started 09:55:26 DEBUG juju.provider.openstack provider.go:417 instance 5aa70197-3422-442d-b20e-06adcb1d14a4 has floating IP address: 172.30.9.200 09:55:26 INFO juju.juju api.go:302 API endpoints changed from [] to [172.30.9.200:17070 192.168.121.10:17070] 09:55:26 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.200 to verify accessibility... 09:55:26 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.200:17070 192.168.121.10:17070] 09:55:26 DEBUG juju.api apiclient.go:849 successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" 09:55:26 INFO juju.api apiclient.go:597 connection established to "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" 09:55:28 DEBUG juju.api monitor.go:35 RPC connection died 09:55:28 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available 09:55:28 INFO cmd controller.go:88 Controller machines are in the "controller" model 09:55:28 INFO cmd controller.go:89 Initial model "default" added 09:55:28 INFO cmd supercommand.go:465 command finished 2018-11-09 09:55:28,592 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-11-09 09:55:28,592 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-11-09 09:55:51,754 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Resolving charm: cs:mysql-55 Executing changes: - upload charm /src/epc-requirements/abot_charm/abot-epc-basic for series xenial - deploy application abot-epc-basic on xenial using /src/epc-requirements/abot_charm/abot-epc-basic - expose abot-epc-basic - set annotations for abot-epc-basic - upload charm cs:mysql-55 for series trusty - deploy application mysql on trusty using cs:mysql-55 - set annotations for mysql - upload charm /src/epc-requirements/abot_charm/oai-epc for series trusty - deploy application oai-epc on trusty using /src/epc-requirements/abot_charm/oai-epc - set annotations for oai-epc - upload charm /src/epc-requirements/abot_charm/oai-hss for series trusty - deploy application oai-hss on trusty using /src/epc-requirements/abot_charm/oai-hss - set annotations for oai-hss - add relation mysql:db - oai-hss:db - add relation oai-hss:hss - oai-epc:hss - add relation oai-epc:epc - abot-epc-basic:epc - add relation oai-epc:ssh-abot-epc - abot-epc-basic:ssh-abot - add unit abot-epc-basic/0 to new machine 0 - add unit mysql/0 to new machine 1 - add unit oai-epc/0 to new machine 2 - add unit oai-hss/0 to new machine 3 Deploy of bundle completed. 2018-11-09 09:55:51,754 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-11-09 10:24:13,587 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-11-09 10:23:56.539337Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-11-09 10:24:13,587 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-11-09 10:24:13,587 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-11-09 10:24:13,858 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju status Model Controller Cloud/Region Version SLA default abot-controller abot-epc/regionOne 2.3.9 unsupported App Version Status Scale Charm Store Rev OS Notes abot-epc-basic active 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc active 1 oai-epc local 3 ubuntu oai-hss active 1 oai-hss local 13 ubuntu Unit Workload Agent Machine Public address Ports Message abot-epc-basic/0* active idle 0 172.30.9.205 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.207 3306/tcp oai-epc/0* active idle 2 172.30.9.210 2152/udp OAI EPC is running oai-hss/0* active idle 3 172.30.9.214 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.205 06479440-3889-4ca5-9a10-2e516b1aa9bc xenial nova ACTIVE 1 started 172.30.9.207 896ab7d2-5686-4005-8f97-b63c9d31d95c trusty nova ACTIVE 2 started 172.30.9.210 7709842a-e381-465a-a857-041db10d100b trusty nova ACTIVE 3 started 172.30.9.214 2c2392a8-6224-446a-a31a-d7d86cbe263f trusty nova ACTIVE 2018-11-09 10:24:14,071 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.205 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-11-09 10:24:14,073 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-11-09 10:24:14,290 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-epc - oai-epc/0: 172.30.9.210 (agent:idle, workload:active) 2152/udp 2018-11-09 10:24:14,290 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-11-09 10:24:14,548 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.214 (agent:idle, workload:active) 2018-11-09 10:24:14,548 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-11-09 10:24:14,548 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-11-09 10:24:15,374 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -r -v /usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/featureFiles abot-epc-basic/0:~/ 2018-11-09 10:24:15,374 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-11-09 10:24:15,919 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju ssh abot-epc-basic/0 sudo cp -vfR ~/featureFiles/* /etc/rebaca-test-suite/featureFiles sudo: unable to resolve host juju-2cf6b2-default-0 '/home/ubuntu/featureFiles/000-local-commands.feature' -> '/etc/rebaca-test-suite/featureFiles/000-local-commands.feature' '/home/ubuntu/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' '/home/ubuntu/featureFiles/Auth_Accept.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_Accept.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' '/home/ubuntu/featureFiles/ResourceBundle.xml' -> '/etc/rebaca-test-suite/featureFiles/ResourceBundle.xml' 2018-11-09 10:24:15,919 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-11-09 10:24:16,321 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: 067346b3-3cf3-483b-8db1-2b059f860698 2018-11-09 10:33:57,505 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-11-09 10:33:40.557488Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-11-09 10:33:57,505 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-11-09 10:33:57,996 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -v abot-epc-basic/0:/var/lib/abot-epc-basic/artifacts/TestResults.json /home/opnfv/functest/results/juju_epc/. 2018-11-09 10:33:57,996 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-11-09 10:33:58,040 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-11-09 10:33:58,040 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-11-09 10:33:58,279 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 10:33:58,279 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 43:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-09 10:33:59,303 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 09:58:36 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-0: 09:58:36 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 09:58:36 DEBUG juju.agent read agent config, format "2.0" machine-0: 09:58:36 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-0: 09:58:36 DEBUG juju.worker start "engine" machine-0: 09:58:36 INFO juju.worker start "engine" machine-0: 09:58:36 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 09:58:36 DEBUG juju.worker "engine" started machine-0: 09:58:36 DEBUG juju.worker.introspection stats worker now serving machine-0: 09:58:36 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 09:58:36 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 09:58:36 DEBUG juju.worker.dependency "clock" manifold worker started machine-0: 09:58:36 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 09:58:36 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 09:58:36 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 09:58:36 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 09:58:36 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-0: 09:58:36 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 09:58:36 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 09:58:36 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 09:58:36 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 09:58:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:36 DEBUG juju.worker.apicaller connecting with old password machine-0: 09:58:36 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 09:58:36 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-0: 09:58:36 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-0: 09:58:36 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-0: 09:58:36 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 09:58:36 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 09:58:37 DEBUG juju.worker.apicaller connected machine-0: 09:58:37 DEBUG juju.worker.apicaller changing password... machine-0: 09:58:37 DEBUG juju.worker.apicaller password changed machine-0: 09:58:37 DEBUG juju.api RPC connection died machine-0: 09:58:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 09:58:37 DEBUG juju.worker.apicaller connecting with current password machine-0: 09:58:37 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-0: 09:58:37 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-0: 09:58:37 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-0: 09:58:38 DEBUG juju.worker.apicaller connected machine-0: 09:58:38 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 09:58:38 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 09:58:38 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 09:58:38 INFO juju.worker.upgrader unblocking abort check machine-0: 09:58:38 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 09:58:38 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 09:58:38 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 09:58:38 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 09:58:38 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 09:58:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.logger logger setup machine-0: 09:58:38 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 09:58:38 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 09:58:38 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 09:58:38 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 09:58:38 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 09:58:38 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 09:58:38 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 09:58:38 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 09:58:38 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 09:58:38 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 09:58:38 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 09:58:38 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 09:58:38 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 09:58:38 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} machine-0: 09:58:38 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 09:58:38 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 09:58:38 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 09:58:38 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 09:58:38 DEBUG juju.network including address public:172.30.9.200 for machine machine-0: 09:58:38 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-0: 09:58:38 DEBUG juju.network including address local-fan:252.10.0.1 for machine machine-0: 09:58:38 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 09:58:38 DEBUG juju.network including address local-machine:::1 for machine machine-0: 09:58:38 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 09:58:38 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 09:58:38 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-0: 09:58:38 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 09:58:38 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-0: 09:58:38 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 09:58:38 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 09:58:38 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 09:58:38 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 09:58:38 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 09:58:38 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: 09:58:38 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 09:58:38 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 09:58:39 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-0: 09:58:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-0: 09:58:39 DEBUG juju.api RPC connection died machine-0: 09:58:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker killing runner 0xc42031ed00 machine-0: 09:58:39 INFO juju.worker runner is dying machine-0: 09:58:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-0: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.apicaller connecting with current password machine-0: 09:58:39 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-0: 09:58:39 INFO juju.api connection established to "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-0: 09:58:39 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-0: 09:58:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result configuring fan underlay:192.168.121.0/24 overlay:252.0.0.0/8 0 machine-0: 09:58:39 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 09:58:39 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-0: 09:58:39 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.apicaller connected machine-0: 09:58:39 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 09:58:39 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 09:58:39 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 09:58:39 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 09:58:39 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 09:58:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 09:58:39 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 09:58:39 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 09:58:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 09:58:39 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 09:58:39 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 09:58:39 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 09:58:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 09:58:39 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 09:58:39 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 09:58:39 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 09:58:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-0: 09:58:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.logger logger setup machine-0: 09:58:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 09:58:39 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 09:58:39 DEBUG juju.network "lxdbr0" has addresses [fe80::dc2c:4fff:fe2c:9e77/64 fe80::1/64] machine-0: 09:58:39 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 09:58:39 DEBUG juju.network including address public:172.30.9.200 for machine machine-0: 09:58:39 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-0: 09:58:39 DEBUG juju.network including address local-fan:252.10.0.1 for machine machine-0: 09:58:39 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 09:58:39 DEBUG juju.network including address local-machine:::1 for machine machine-0: 09:58:39 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 09:58:39 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 09:58:39 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-0: 09:58:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 09:58:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 09:58:39 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 09:58:39 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 09:58:39 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 09:58:39 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 09:58:39 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 09:58:39 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 09:58:39 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 09:58:40 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 09:58:40 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 09:58:40 INFO juju.worker.upgrader unblocking abort check machine-0: 09:58:40 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 09:58:40 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 09:58:40 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-0: 09:58:40 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 09:58:40 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 09:58:40 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 09:58:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 09:58:40 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 09:58:40 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 09:58:40 DEBUG juju.network "lxdbr0" has addresses [fe80::dc2c:4fff:fe2c:9e77/64 fe80::1/64] machine-0: 09:58:40 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 09:58:40 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 09:58:40 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-0: 09:58:40 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-0: 09:58:40 DEBUG juju.network including address local-machine:::1 for machine machine-0: 09:58:40 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:::1] machine-0: 09:58:40 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:::1] machine-0: 09:58:40 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 09:58:40 DEBUG juju.worker start "0-container-watcher" machine-0: 09:58:40 DEBUG juju.worker start "stateconverter" machine-0: 09:58:40 INFO juju.worker start "0-container-watcher" machine-0: 09:58:40 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 09:58:40 DEBUG juju.worker "0-container-watcher" started machine-0: 09:58:40 INFO juju.worker start "stateconverter" machine-0: 09:58:40 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 09:58:40 DEBUG juju.worker "stateconverter" started machine-0: 09:58:40 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 09:58:40 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 09:58:40 DEBUG juju.service discovered init system "systemd" from local host machine-0: 09:58:40 INFO juju.worker.machiner "machine-0" started machine-0: 09:58:40 DEBUG juju.worker.deployer API addresses: ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-0: 09:58:40 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: 09:58:40 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 09:58:40 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 09:58:40 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 09:58:40 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-abot-epc-basic-0: 09:58:40 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: 09:58:40 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 09:58:40 INFO juju.worker start "api" unit-abot-epc-basic-0: 09:58:40 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 09:58:40 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 09:58:40 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 09:58:40 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 09:58:40 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 09:58:40 DEBUG juju.api successfully dialed "wss://252.10.0.1:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-0: 09:58:41 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:cb:75:46 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ens3 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.7 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:cb:75:46 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:de:2c:4f:2c:9e:77 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:de:2c:4f:2c:9e:77 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:8a:69:e1:0c:54:71 CIDR:252.0.0.0/8 MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:fan-252 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:static Address:252.7.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:8a:69:e1:0c:54:71 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:8a:69:e1:0c:54:71 CIDR: MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ftun0 ParentInterfaceName:fan-252 InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-abot-epc-basic-0: 09:58:41 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 09:58:41 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 09:58:41 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 09:58:41 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 09:58:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 09:58:41 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 09:58:41 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 09:58:41 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 09:58:41 DEBUG juju.api successfully dialed "wss://252.10.0.1:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 09:58:41 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 09:58:42 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 09:58:42 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 09:58:42 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 09:58:42 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: 09:58:42 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 09:58:42 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 09:58:42 DEBUG juju.network "lxdbr0" has addresses [fe80::dc2c:4fff:fe2c:9e77/64 fe80::1/64] unit-abot-epc-basic-0: 09:58:42 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 09:58:42 DEBUG juju.network including address public:172.30.9.200 for machine unit-abot-epc-basic-0: 09:58:42 DEBUG juju.network including address local-cloud:192.168.121.10 for machine unit-abot-epc-basic-0: 09:58:42 DEBUG juju.network including address local-fan:252.10.0.1 for machine unit-abot-epc-basic-0: 09:58:42 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 09:58:42 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 09:58:42 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 09:58:42 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 09:58:42 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 09:58:42 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 09:58:42 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 09:58:42 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 09:58:43 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 09:58:43 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] unit-abot-epc-basic-0: 09:58:43 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 09:58:43 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 09:58:43 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 09:58:43 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-xenial-amd64 unit-abot-epc-basic-0: 09:58:43 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-xenial-amd64/jujud unit-abot-epc-basic-0: 09:58:43 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: 09:58:43 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 09:58:43 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 09:58:43 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 09:58:43 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 09:58:43 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 09:58:43 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 09:58:43 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 09:58:43 DEBUG httpbakery client do GET https://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 09:58:43 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 09:58:43 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 09:58:43 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 09:58:43 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 09:58:43 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 09:58:43 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 09:58:45 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 09:58:45 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 09:58:45 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 09:58:45 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-abot-epc-basic-0: 09:58:45 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 09:58:45 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 09:58:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 09:58:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 09:58:45 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2cf6b2-default-0 unit-abot-epc-basic-0: 09:58:45 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 09:58:45 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 09:58:45 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 09:58:45 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 09:58:45 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 09:58:46 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 09:58:46 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 09:58:46 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 09:58:48 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: 09:58:48 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 09:58:48 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: 09:58:48 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 09:58:48 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install Need to get 68.9 MB of archives. unit-abot-epc-basic-0: 09:58:49 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 09:58:49 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] machine-0: 09:58:50 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 09:58:50 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 09:58:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-0: 09:58:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 09:58:50 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} machine-0: 09:58:50 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-0: 09:58:50 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 09:58:50 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 09:58:50 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: 09:58:50 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: 09:58:50 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: 09:58:51 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 [12.3 kB] unit-abot-epc-basic-0: 09:58:51 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] unit-abot-epc-basic-0: 09:58:51 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: 09:58:51 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] machine-0: 09:58:51 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: 09:58:51 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: 09:58:51 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: 09:58:51 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: 09:58:52 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage1 amd64 1:1.1.4-2 [6946 B] unit-abot-epc-basic-0: 09:58:52 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes3 amd64 1:5.0.1-2 [11.1 kB] unit-abot-epc-basic-0: 09:58:52 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: 09:58:52 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: 09:58:52 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: 09:58:52 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: 09:58:52 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: 09:58:53 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-abot-epc-basic-0: 09:58:53 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 [7742 B] unit-abot-epc-basic-0: 09:58:53 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: 09:58:53 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: 09:58:53 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: 09:58:53 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 [197 kB] unit-abot-epc-basic-0: 09:58:53 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: 09:58:54 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: 09:58:54 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: 09:58:54 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: 09:58:54 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: 09:58:54 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u181-b13-1ubuntu0.16.04.1 [27.0 MB] unit-abot-epc-basic-0: 09:58:56 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: 09:58:56 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: 09:58:56 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: 09:58:56 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: 09:58:56 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: 09:58:56 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: 09:58:57 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: 09:58:57 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: 09:58:57 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: 09:58:57 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: 09:58:57 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: 09:58:57 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: 09:58:57 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: 09:58:58 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: 09:58:58 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: 09:58:58 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: 09:58:58 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: 09:58:58 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: 09:58:58 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: 09:58:59 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: 09:58:59 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: 09:58:59 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: 09:58:59 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: 09:58:59 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: 09:59:00 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: 09:59:00 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: 09:59:00 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: 09:59:00 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: 09:59:01 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: 09:59:01 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: 09:59:01 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: 09:59:01 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: 09:59:01 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: 09:59:01 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: 09:59:01 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: 09:59:02 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: 09:59:02 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: 09:59:02 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: 09:59:02 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: 09:59:02 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: 09:59:02 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: 09:59:02 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: 09:59:03 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: 09:59:03 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: 09:59:03 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: 09:59:03 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: 09:59:03 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: 09:59:03 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: 09:59:04 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: 09:59:04 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: 09:59:04 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: 09:59:04 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: 09:59:04 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: 09:59:04 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: 09:59:04 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: 09:59:05 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: 09:59:05 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: 09:59:05 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: 09:59:05 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: 09:59:05 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: 09:59:05 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: 09:59:05 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: 09:59:06 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: 09:59:06 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: 09:59:06 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u181-b13-1ubuntu0.16.04.1 [69.5 kB] unit-abot-epc-basic-0: 09:59:06 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u181-b13-1ubuntu0.16.04.1 [8202 kB] unit-abot-epc-basic-0: 09:59:06 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u181-b13-1ubuntu0.16.04.1 [450 kB] unit-abot-epc-basic-0: 09:59:07 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: 09:59:07 DEBUG unit.abot-epc-basic/0.install Fetched 68.9 MB in 17s (3866 kB/s) unit-abot-epc-basic-0: 09:59:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 09:59:08 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 ... 54382 files and directories currently installed.) unit-abot-epc-basic-0: 09:59:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 09:59:08 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 09:59:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 09:59:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 09:59:09 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 09:59:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 09:59:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 09:59:10 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 09:59:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 09:59:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 09:59:11 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 09:59:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 09:59:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 09:59:12 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 09:59:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 09:59:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 09:59:13 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 09:59:13 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 09:59:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 09:59:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:14 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 09:59:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 09:59:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 09:59:15 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 09:59:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 09:59:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:15 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 09:59:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 09:59:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:16 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 09:59:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 09:59:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 09:59:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 09:59:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 09:59:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 09:59:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 09:59:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 09:59:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 09:59:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 09:59:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 09:59:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 09:59:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 09:59:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 09:59:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 09:59:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 09:59:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 09:59:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 09:59:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 09:59:19 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 09:59:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 09:59:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 09:59:19 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 09:59:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 09:59:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 09:59:19 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 09:59:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 09:59:19 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: 09:59:20 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 09:59:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 09:59:20 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: 09:59:20 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 09:59:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 09:59:20 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: 09:59:20 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 09:59:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 09:59:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 09:59:21 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 09:59:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 09:59:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 09:59:23 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 09:59:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 09:59:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 09:59:23 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 09:59:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 09:59:24 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: 09:59:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 09:59:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 09:59:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 09:59:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 09:59:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 09:59:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 09:59:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 09:59:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u181-b13-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 09:59:27 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 09:59:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 09:59:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 09:59:31 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 09:59:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 09:59:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 09:59:32 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 09:59:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 09:59:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 09:59:33 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 09:59:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 09:59:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 09:59:34 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 09:59:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 09:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 09:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 09:59:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 09:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 09:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 09:59:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 09:59:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:36 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 09:59:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 09:59:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:37 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 09:59:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 09:59:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 09:59:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 09:59:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 09:59:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 09:59:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 09:59:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 09:59:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:40 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 09:59:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 09:59:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 09:59:41 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 09:59:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 09:59:41 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: 09:59:41 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 09:59:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 09:59:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 09:59:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 09:59:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 09:59:43 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: 09:59:43 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 09:59:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 09:59:44 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: 09:59:44 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 09:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 09:59:45 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: 09:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 09:59:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 09:59:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 09:59:46 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 09:59:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 09:59:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 09:59:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 09:59:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 09:59:47 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: 09:59:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 09:59:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 09:59:48 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: 09:59:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 09:59:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 09:59:49 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: 09:59:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 09:59:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 09:59:50 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: 09:59:50 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 09:59:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 09:59:51 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: 09:59:51 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 09:59:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 09:59:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 09:59:54 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 09:59:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 09:59:54 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: 09:59:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 09:59:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 09:59:56 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: 09:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 09:59:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 09:59:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 09:59:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 09:59:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 09:59:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 09:59:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:00:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 10:00:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:00:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:00:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 10:00:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:00:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:00:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 10:00:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:00:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:00:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 10:00:02 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: 10:00:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:00:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 10:00:03 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: 10:00:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:00:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 10:00:04 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: 10:00:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:00:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 10:00:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 10:00:05 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 10:00:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 10:00:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 10:00:06 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 10:00:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 10:00:06 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: 10:00:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:00:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 10:00:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:00:07 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:00:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 10:00:08 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: 10:00:08 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:00:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 10:00:09 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: 10:00:09 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:00:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 10:00:10 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: 10:00:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:00:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 10:00:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:00:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 10:00:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 10:00:12 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: 10:00:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:00:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 10:00:13 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: 10:00:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:00:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 10:00:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 10:00:14 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 10:00:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 10:00:15 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: 10:00:15 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 10:00:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 10:00:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 10:00:15 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:00:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 10:00:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 10:00:16 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 10:00:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 10:00:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 10:00:16 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:00:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 10:00:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 10:00:17 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:00:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 10:00:17 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: 10:00:17 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:00:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 10:00:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 10:00:18 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 10:00:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 10:00:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:00:18 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:00:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 10:00:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 10:00:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 10:00:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 10:00:19 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: 10:00:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 10:00:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 10:00:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 10:00:20 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 10:00:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 10:00:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:00:21 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 10:00:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 10:00:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 10:00:21 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 10:00:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 10:00:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:00:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:00:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 10:00:23 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: 10:00:23 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:00:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 10:00:23 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: 10:00:23 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:00:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 10:00:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:00:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 10:00:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 10:00:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:00:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 10:00:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 10:00:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u181-b13-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:00:26 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:00:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 10:00:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u181-b13-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:00:27 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:00:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 10:00:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u181-b13-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:00:30 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:00:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 10:00:32 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:00:33 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.6) ... unit-abot-epc-basic-0: 10:00:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 10:00:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 10:00:34 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 10:00:34 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 10:00:34 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 10:00:34 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:00:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 10:00:35 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 10:00:37 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:00:42 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:00:42 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:00:44 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 10:00:45 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 10:00:45 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 10:00:47 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: 10:00:47 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:00:48 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 10:00:48 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:00:48 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:00:49 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 10:00:49 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 10:00:50 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 10:00:50 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 10:00:51 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 10:00:52 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:00:52 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 10:00:53 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 10:00:53 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 10:00:53 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: 10:00:54 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 10:00: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: 10:00: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: 10:00: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: 10:00:55 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 10:00:55 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 10:00:56 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:00:56 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 10:00:56 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 10:00:56 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:00:57 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 10:00:57 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:00:57 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 10:00:57 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 10:00:57 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 10:00:58 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 10:00:58 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 10:00:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:01:00 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:01:00 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 10:01:00 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 10:01:00 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:01:00 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 10:01: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: 10:01: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: 10:01:01 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:01:01 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 10:01:01 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 10:01:01 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:01: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: 10:01:01 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 10:01:01 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:01: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: 10:01:02 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 10:01:02 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: 10:01:02 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:01:02 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:01:02 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:01:02 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:01:03 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:01:03 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:01:03 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: 10:01:03 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: 10:01:03 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:01:03 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:01:04 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 10:01:04 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 10:01:04 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:01:04 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:01:05 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:01:05 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:01:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:01:05 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 10:01:06 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: 10:01:06 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:01:07 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 10:01:07 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 10:01:07 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:01:08 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 10:01:08 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:01:08 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:01:08 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:01:09 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 10:01:09 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:01:09 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 10:01:10 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 10:01:10 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 10:01:10 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 10:01:10 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 10:01:11 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:01:11 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:01:11 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:01:12 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 10:01:12 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 10:01:12 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:01:16 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: 10:01:16 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: 10:01:16 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: 10:01:16 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: 10:01:16 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: 10:01:17 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: 10:01:17 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: 10:01:17 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: 10:01:17 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: 10:01:17 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: 10:01:17 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: 10:01:18 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 10:01: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: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 10:01:20 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:01:21 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:01:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode unit-abot-epc-basic-0: 10:01:23 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:01:23 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: 10:01:24 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: 10:01:24 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: 10:01:24 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: 10:01:24 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: 10:01:24 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: 10:01:24 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: 10:01:24 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: 10:01:24 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: 10:01:25 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: 10:01:25 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: 10:01:25 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: 10:01:25 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: 10:01:25 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: 10:01:25 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: 10:01:25 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: 10:01:25 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: 10:01:26 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: 10:01:26 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: 10:01:26 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: 10:01:26 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: 10:01:26 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: 10:01:27 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: 10:01:28 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: 10:01:28 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: 10:01:28 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: 10:01:28 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: 10:01:29 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:01:29 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: 10:01:29 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: 10:01:29 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:01:29 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.6) ... unit-abot-epc-basic-0: 10:01:30 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 10:01:30 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 10:01:30 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 10:01:30 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 10:01:30 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 10:01:30 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:01:30 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:01:30 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:01:31 DEBUG unit.abot-epc-basic/0.install --2018-11-09 10:01:31-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 10:01:32 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 10:01:32 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 10:01:32 DEBUG unit.abot-epc-basic/0.install Length: 47813510 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 10:01:32 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: 10:01:32 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:01:32 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 94.6K 8m13s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 191K 6m8s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 9.79M 4m7s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.2M 3m6s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 193K 3m17s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.5M 2m44s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 10.9M 2m21s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.2M 2m4s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 201K 2m16s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 11.4M 2m2s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 10.8M 1m52s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.5M 1m42s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 11.3M 95s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.2M 88s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 10.9M 83s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 11.2M 78s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 11.5M 73s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 217K 81s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 11.0M 77s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.5M 73s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 11.1M 69s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.1M 66s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 11.2M 64s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 11.2M 61s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.6M 59s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 10.7M 57s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 11.5M 55s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.2M 53s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 11.1M 51s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 11.5M 49s unit-abot-epc-basic-0: 10:01:33 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 11.1M 48s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 88.6K 62s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 53.1M 60s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 63.8M 58s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 54.1M 57s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 62.9M 55s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 74.8M 54s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 69.5M 52s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 61.0M 51s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 69.5M 49s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 69.4M 48s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 69.5M 47s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 55.6M 46s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 65.9M 45s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 70.9M 44s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 62.4M 43s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 60.2M 42s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 68.3M 41s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 71.6M 40s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 68.3M 39s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 57.8M 38s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 63.4M 38s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 211M 37s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 432M 36s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 435M 36s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 577M 35s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 581M 34s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 572M 34s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 526M 33s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 443M 32s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 435M 32s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 327M 31s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 415M 31s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 512M 30s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 491M 30s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 607M 29s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 522M 29s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 585M 28s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 615M 28s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 409M 27s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 326K 29s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 531K 30s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 11.0M 29s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 11.5M 29s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 10.8M 28s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 11.9M 28s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 10.7M 28s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 11.5M 27s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 10.1M 27s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 12.5M 27s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 11.1M 26s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 11.4M 26s unit-abot-epc-basic-0: 10:01:34 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 11.4M 26s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 187K 28s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 12.9M 28s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 12.2M 28s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 11.9M 27s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 483K 28s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 13.9M 28s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 545K 28s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 16.6M 28s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 13.1M 27s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 16.1M 27s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 19.5M 27s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 62.1M 27s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 69.5M 26s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 69.9M 26s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 67.3M 26s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 64.2M 25s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 68.8M 25s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 67.4M 25s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 69.0M 25s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 57.5M 24s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 65.2M 24s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 64.7M 24s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 68.2M 24s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 61.5M 23s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 63.4M 23s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 69.8M 23s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 13.6M 23s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 10.7M 22s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 10.7M 22s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 10.5M 22s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 9.53M 22s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 10.2M 22s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 11.1M 22s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 11.3M 21s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 11.3M 21s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 10.9M 21s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 481K 21s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 533K 22s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 3.73M 22s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 11.2M 22s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 11.4M 21s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 11.0M 21s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 10.7M 21s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 12.0M 21s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 10.7M 21s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 11.6M 21s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 10.9M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 11.4M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 11.2M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 10.9M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 11.4M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 11.2M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 531K 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 6.88M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 533K 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 2.99M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 10.9M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 11.2M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 11.2M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 11.3M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 10.9M 20s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 11.7M 19s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 11.0M 19s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 11.3M 19s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 11.2M 19s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 11.1M 19s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 11.2M 19s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 11.3M 19s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 11.0M 19s unit-abot-epc-basic-0: 10:01:35 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 11.2M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 545K 19s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 536K 19s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 2.89M 19s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 10.7M 19s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 11.5M 19s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 11.1M 19s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 10.9M 19s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 6.30M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 6.83M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 11.2M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 11.1M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 11.4M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 11.1M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 11.4M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 11.1M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 11.3M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 11.0M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 595K 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 542K 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 3.23M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 6.60M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 11.0M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 10.5M 18s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 12.1M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 6.94M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 6.86M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 8.17M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 10.8M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 11.6M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 11.2M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 7.04M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 11.2M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 6.45M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 11.6M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 10.8M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 659K 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 540K 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 3.32M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 6.14M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 11.3M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 10.9M 17s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 11.5M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 8.26M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 6.60M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 8.48M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 9.20M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 11.5M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 10.9M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 7.95M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 11.2M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 5.62M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 10.8M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 11.0M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 677K 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 541K 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 3.13M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 4.63M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 11.3M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 10.8M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 11.1M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 11.3M 16s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 8.74M 15s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 7.97M 15s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 9.95M 15s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 10.1M 15s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 11.4M 15s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 8.15M 15s unit-abot-epc-basic-0: 10:01:36 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 10.4M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 5.63M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 11.4M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 9.91M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 655K 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 538K 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 4.04M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 4.50M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 8.07M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 6.04M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 7.57M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 7.67M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 11.4M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 10.2M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 11.3M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 11.3M 15s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 11.0M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 11.4M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 11.2M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 10.1M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 10.3M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 10.1M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 627K 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 564K 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 3.87M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 4.47M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 9.55M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 4.26M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 6.10M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 5.89M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 11.5M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 11.1M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 8.89M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 11.4M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 11.2M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 11.3M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 11.1M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 10.8M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 11.5M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 11.1M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 677K 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 565K 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 3.76M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 4.56M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 11.4M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 3.77M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 6.38M 14s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 6.43M 13s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 10.3M 13s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 5.21M 13s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 11.5M 13s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 11.2M 13s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 11.4M 13s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 10.8M 13s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 7.81M 13s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 11.2M 13s unit-abot-epc-basic-0: 10:01:37 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 9.23M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 149K 14s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 9.29M 14s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 54.9M 14s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 68.2M 14s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 67.5M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 67.3M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 56.6M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 66.7M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 69.1M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 66.9M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 60.8M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 69.1M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 289K 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 3.86M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 13.8M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 16.2M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 1.07M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 5.87M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 14.5M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 60.6M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 61.1M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 55.6M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 69.6M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 67.4M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 64.9M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 53.3M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 464K 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 5.16M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 3.83M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 6.50M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 7.01M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 2.42M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 9.08M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 3.56M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 3.87M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 11.2M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 1023K 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 4.66M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 10.9M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 468K 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 5.12M 13s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 3.84M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 5.79M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 5.49M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 3.67M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 5.32M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 2.88M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 3.60M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 11.3M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 1.11M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 4.49M 12s unit-abot-epc-basic-0: 10:01:38 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 10.8M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 519K 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 2.56M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 5.09M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 5.79M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 5.34M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 6.23M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 2.82M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 11.1M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 2.75M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 4.03M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 160K 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 27.2M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 53.8M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 910K 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 939K 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 72.6M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 73.5M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 74.5M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 64.5M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 71.4M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 68.9M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 73.4M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 67.4M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 340K 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 4.51M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 68.0M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 69.0M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 64.2M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 56.3M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 69.0M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 67.9M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 68.8M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 61.2M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 64.3M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 1.14M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 716K 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 2.70M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 3.98M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 2.19M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 2.02M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 3.94M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 11.5M 12s unit-abot-epc-basic-0: 10:01:39 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 1.09M 12s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 5.23M 12s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 1010K 12s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 746K 12s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 2.69M 12s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 3.64M 12s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 2.29M 12s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 1.85M 12s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 3.96M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 10.8M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 1.18M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 5.68M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 1007K 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 747K 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 4.82M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 3.75M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 1.73M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 1.78M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 3.94M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 10.2M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 1.10M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 11.5M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 3.57M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 562K 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 2.00M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 3.49M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 3.73M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 2.30M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 1.92M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 4.20M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 2.79M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 1.41M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 7.03M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 1.08M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 770K 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 3.56M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 3.16M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 3.10M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 2.42M 11s unit-abot-epc-basic-0: 10:01:40 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 2.14M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 5.97M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 1.04M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 9.89M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 7.20M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 1.09M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 706K 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 4.56M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 3.86M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 1.99M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 3.68M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 2.35M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 6.27M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 1.05M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 9.73M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 7.57M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 1011K 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 758K 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 6.68M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 2.77M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 3.50M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 1.68M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 3.62M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 3.78M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 2.90M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 1.64M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 7.85M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 952K 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 869K 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 4.38M 11s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 2.51M 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 5.11M 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 1.46M 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 3.67M 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 2.94M 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 11.1M 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 1.28M 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 9.26M 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 916K 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 1.02M 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 2.05M 10s unit-abot-epc-basic-0: 10:01:41 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 3.24M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 5.63M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 1.43M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 3.46M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 3.47M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 7.02M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 1.31M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 5.45M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 5.53M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 1.05M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 767K 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 4.45M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 3.43M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 3.17M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 2.06M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 3.46M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 2.70M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 11.3M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 1.22M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 5.49M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 1.08M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 995K 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 2.02M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 2.98M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 6.95M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 1.49M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 10.2M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 2.47M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 4.10M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 1.41M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 4.72M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 5.22M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 1.09M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 816K 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 3.60M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 3.13M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 5.28M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 1.62M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 3.51M 10s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 2.97M 9s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 7.95M 9s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 1.42M 9s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 4.88M 9s unit-abot-epc-basic-0: 10:01:42 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 4.71M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 617K 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 1.57M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 2.96M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 8.72M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 3.31M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 1.97M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 3.05M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 3.02M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 10.3M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 1.29M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 5.34M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 6.93M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 562K 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 1.49M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 7.23M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 8.44M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 1.58M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 6.02M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 2.99M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 2.95M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 2.27M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 2.28M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 4.62M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 1.14M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 956K 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 1.54M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 6.17M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 5.77M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 1.61M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 7.91M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 2.93M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 3.32M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 1.52M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 4.36M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 4.77M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 1.14M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 878K 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 1.81M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 6.42M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 5.27M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 1.66M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 3.00M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 4.88M 9s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 4.30M 8s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 1.48M 8s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 4.61M 8s unit-abot-epc-basic-0: 10:01:43 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 4.85M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 1.07M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 843K 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 2.16M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 7.06M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 5.27M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 1.66M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 2.27M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 7.70M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 5.25M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 1.48M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 4.53M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 5.05M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 1.04M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 856K 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 2.22M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 6.65M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 5.55M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 1.64M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 2.20M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 5.92M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 6.20M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 1.53M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 4.48M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 4.95M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 1.06M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 850K 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 2.24M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 6.72M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 3.74M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 1.85M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 2.24M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 4.70M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 8.84M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 1.53M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 4.40M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 4.75M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 1.07M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 831K 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 2.36M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 6.97M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 3.75M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 1.84M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 2.22M 8s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 5.19M 7s unit-abot-epc-basic-0: 10:01:44 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 7.86M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 1.55M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 4.45M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 4.41M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 975K 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 858K 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 2.95M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 7.11M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 3.70M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 1.86M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 2.23M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 4.67M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 8.96M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 1.52M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 4.59M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 4.36M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 647K 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 1.53M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 2.91M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 7.42M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 64% 2.73M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 2.23M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 2.16M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 5.14M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 8.09M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 1.54M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 4.31M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 4.64M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 607K 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 1.84M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 2.92M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 7.03M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 2.51M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 2.35M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 2.21M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 4.89M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 8.04M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 1.59M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 3.69M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 5.38M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 584K 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 2.14M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 2.94M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 6.60M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 2.54M 7s unit-abot-epc-basic-0: 10:01:45 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 2.33M 7s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 2.08M 7s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 5.62M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 7.85M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 1.49M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 4.53M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 1.10M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 982K 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 2.16M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 2.94M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 6.37M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 2.61M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 2.31M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 2.10M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 5.26M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 7.46M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 1.47M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 4.55M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 1.13M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 975K 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 1.62M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 5.75M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 6.17M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 2.71M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 2.21M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 2.15M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 5.32M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 7.25M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 1.46M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 3.87M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 1.19M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 977K 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 1.29M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 10.7M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 11.2M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 1.78M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 3.81M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 2.19M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 5.10M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 2.37M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 2.37M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 4.17M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 1.18M 6s unit-abot-epc-basic-0: 10:01:46 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 948K 6s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 1.38M 6s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 8.96M 6s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 10.8M 6s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 1.87M 6s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 3.53M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 2.22M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 4.90M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 1.64M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 4.49M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 4.21M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 1.12M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 978K 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 1.38M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 8.72M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 11.3M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 1.92M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 3.34M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 2.23M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 5.14M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 1.64M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 4.25M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 4.35M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 1.13M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 919K 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 1.52M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 8.40M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 10.5M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 1.99M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 3.02M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 2.29M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 5.25M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 1.65M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 4.40M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 4.17M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 1.14M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 926K 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 1.48M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 8.48M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 10.5M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 2.04M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 2.90M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 2.34M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 5.35M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 1.60M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 3.77M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 5.70M 5s unit-abot-epc-basic-0: 10:01:47 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 1.14M 5s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 929K 5s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 1.68M 5s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 3.07M 5s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 11.5M 5s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 4.23M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 2.15M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 2.18M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 5.78M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 6.63M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 1.31M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 7.39M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 1.16M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 967K 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 2.17M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 1.90M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 10.2M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 4.59M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 2.13M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 2.43M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 4.68M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 5.97M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 1.30M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 11.1M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 2.72M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 715K 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 1.71M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 1.77M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 10.1M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 6.08M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 1.93M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 2.02M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 4.92M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 11.0M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 1.37M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 7.52M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 2.80M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 1.23M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 905K 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 1.61M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 8.27M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 9.87M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 1.91M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 1.89M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 4.36M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 11.1M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 1.49M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 5.07M 4s unit-abot-epc-basic-0: 10:01:48 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 7.74M 4s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 1.05M 4s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 921K 4s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 1.38M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 8.73M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 10.6M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 2.77M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 2.95M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 2.02M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 5.65M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 7.88M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 1.36M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 9.74M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 2.17M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 790K 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 1.69M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 1.70M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 11.5M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 7.29M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 1.63M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 2.41M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 5.09M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 9.86M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 1.46M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 5.66M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 6.31M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 1.07M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 940K 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 1.37M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 8.63M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 10.0M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 4.20M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 2.00M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 2.19M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 5.45M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 10.1M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 1.41M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 8.12M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 2.24M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 1.20M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 1.03M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 1.44M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 11.0M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 11.2M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 1.83M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 5.48M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 1.89M 3s unit-abot-epc-basic-0: 10:01:49 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 7.47M 3s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 4.28M 3s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 1.76M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 10.3M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 2.23M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 823K 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 1.56M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 1.64M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 10.2M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 11.4M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 1.68M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 2.15M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 5.64M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 6.89M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 2.06M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 3.18M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 9.56M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 2.30M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 826K 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 1.58M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 1.52M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 11.0M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 11.2M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 1.85M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 7.14M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 2.01M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 6.56M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 9.31M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 1.44M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 9.56M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 2.34M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 1.18M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 1.03M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 1.39M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 10.5M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 11.8M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 3.84M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 2.48M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 2.26M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 4.82M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 8.51M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 1.65M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 5.18M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 7.62M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 1.06M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 950K 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 2.20M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 2.26M 2s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 11.4M 1s unit-abot-epc-basic-0: 10:01:50 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 10.5M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 1.82M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 2.22M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 6.10M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 6.47M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 2.14M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 3.22M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 9.40M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 2.36M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 1.16M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 1.06M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 1.40M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 9.78M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 10.7M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 10.4M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 1.72M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 2.39M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 5.34M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 9.02M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 1.87M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 4.07M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 8.97M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 1.94M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 1.32M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 1023K 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 1.56M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 8.82M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 10.6M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 11.1M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 1.76M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 2.34M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 5.43M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 9.25M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 2.06M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 2.85M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 8.95M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 3.05M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 1.17M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 1.02M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 1.65M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 5.22M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 10.7M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 11.1M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 2.01M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 6.16M 1s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 2.42M 0s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 5.19M 0s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 9.02M 0s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 1.73M 0s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 3.86M 0s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 11.1M 0s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 1.11M 0s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 1.31M 0s unit-abot-epc-basic-0: 10:01:51 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 1.68M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 1.59M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 11.0M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 11.0M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 11.4M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 1.87M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 2.36M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 6.02M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 8.89M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 2.19M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 2.94M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 6.65M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 3.54M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 1.41M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 1.18M 0s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 1.83M=20s unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install 2018-11-09 10:01:52 (2.29 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47813510/47813510] unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57423 files and directories currently installed.) unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 10:01:52 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 10:01:55 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: 10:01:55 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 10:01:55 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: 10:01:55 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 10:01:55 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: 10:01:55 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: 10:01:55 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 10:01:55 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: 10:01:55 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 10:01:55 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: 10:01:55 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 10:01:55 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: 10:01:55 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 10:01:55 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 10:01:56 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:01:56 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 10:01:56 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 10:01:56 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 10:01:56 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-codec-java all 1.10-1 [232 kB] unit-abot-epc-basic-0: 10:01:57 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libapache-pom-java all 10-2build1 [4022 B] unit-abot-epc-basic-0: 10:01:57 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: 10:01:57 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-abot-epc-basic-0: 10:01:57 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-abot-epc-basic-0: 10:01:58 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: 10:01:58 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslf4j-java all 1.7.14-3 [124 kB] unit-abot-epc-basic-0: 10:01:58 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: 10:01:58 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: 10:01:58 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: 10:01:58 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: 10:01:59 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: 10:01:59 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: 10:01:59 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsr305-java all 0.1~+svn49-9 [26.4 kB] unit-abot-epc-basic-0: 10:01:59 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguava-java all 19.0-1 [2028 kB] unit-abot-epc-basic-0: 10:01:59 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: 10:01:59 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: 10:02:00 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: 10:02:00 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: 10:02:00 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: 10:02:00 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxalan2-java all 2.7.1-9 [3166 kB] unit-abot-epc-basic-0: 10:02:00 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interpolation-java all 1.21-1 [61.3 kB] unit-abot-epc-basic-0: 10:02:01 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libplexus-utils-java all 1:1.5.15-4+deb8u1build0.16.04.1 [208 kB] unit-abot-epc-basic-0: 10:02:01 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: 10:02:01 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: 10:02:01 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-abot-epc-basic-0: 10:02:01 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: 10:02:01 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: 10:02:02 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: 10:02:02 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: 10:02:02 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: 10:02:02 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: 10:02:02 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: 10:02:02 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cipher-java all 1.7-1 [14.5 kB] unit-abot-epc-basic-0: 10:02:02 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-abot-epc-basic-0: 10:02:03 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-abot-epc-basic-0: 10:02:03 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: 10:02:03 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-abot-epc-basic-0: 10:02:03 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: 10:02:03 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: 10:02:03 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: 10:02:03 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-abot-epc-basic-0: 10:02:03 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: 10:02:04 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: 10:02:04 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: 10:02:04 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: 10:02:04 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: 10:02:04 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-archiver-java all 2.2-1 [171 kB] unit-abot-epc-basic-0: 10:02:05 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libbsh-java all 2.0b4-17ubuntu1 [264 kB] unit-abot-epc-basic-0: 10:02:05 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: 10:02:05 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] unit-abot-epc-basic-0: 10:02:05 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: 10:02:05 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: 10:02:05 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: 10:02:05 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: 10:02:05 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: 10:02:06 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgeronimo-interceptor-3.0-spec-java all 1.0.1-3fakesync1 [7284 B] unit-abot-epc-basic-0: 10:02:06 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: 10:02:06 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: 10:02:06 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: 10:02:06 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-plexus-java all 0.3.2-1 [182 kB] unit-abot-epc-basic-0: 10:02:06 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhamcrest-java all 1.3-5ubuntu1 [373 kB] unit-abot-epc-basic-0: 10:02:06 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: 10:02:07 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net-java all 3.4-2ubuntu2 [334 kB] unit-abot-epc-basic-0: 10:02:07 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: 10:02:07 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: 10:02:07 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: 10:02:07 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libservlet2.5-java all 6.0.45+dfsg-1 [212 kB] unit-abot-epc-basic-0: 10:02:07 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: 10:02:07 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: 10:02:08 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven-parent-java all 21-2 [5786 B] unit-abot-epc-basic-0: 10:02:08 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: 10:02:08 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven3-core-java all 3.3.9-3 [1446 kB] unit-abot-epc-basic-0: 10:02:08 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: 10:02:08 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB] unit-abot-epc-basic-0: 10:02:08 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB] unit-abot-epc-basic-0: 10:02:08 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: 10:02:09 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: 10:02:09 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.1-0 amd64 5.1.5-8ubuntu1 [102 kB] unit-abot-epc-basic-0: 10:02:09 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-bin amd64 2.4.18-2ubuntu3.9 [925 kB] unit-abot-epc-basic-0: 10:02:09 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: 10:02:09 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: 10:02:09 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: 10:02:09 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: 10:02:10 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] unit-abot-epc-basic-0: 10:02:10 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1261 kB] unit-abot-epc-basic-0: 10:02:10 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] unit-abot-epc-basic-0: 10:02:10 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1880 kB] unit-abot-epc-basic-0: 10:02:10 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] unit-abot-epc-basic-0: 10:02:10 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: 10:02:10 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] unit-abot-epc-basic-0: 10:02:11 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: 10:02:11 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: 10:02:11 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant all 1.9.6-1ubuntu1.1 [1899 kB] unit-abot-epc-basic-0: 10:02:11 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant-optional all 1.9.6-1ubuntu1.1 [315 kB] unit-abot-epc-basic-0: 10:02:11 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: 10:02:12 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: 10:02:12 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-138.164 [859 kB] unit-abot-epc-basic-0: 10:02:12 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB] unit-abot-epc-basic-0: 10:02:12 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: 10:02:12 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.10 [7671 kB] unit-abot-epc-basic-0: 10:02:13 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: 10:02:13 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.10 [38.8 kB] unit-abot-epc-basic-0: 10:02:13 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.10 [55.1 kB] unit-abot-epc-basic-0: 10:02:13 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.10 [27.4 kB] unit-abot-epc-basic-0: 10:02:14 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.10 [8888 B] unit-abot-epc-basic-0: 10:02:14 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.10 [264 kB] unit-abot-epc-basic-0: 10:02:14 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.10 [105 kB] unit-abot-epc-basic-0: 10:02:14 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.10 [244 kB] unit-abot-epc-basic-0: 10:02:15 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.10 [95.3 kB] unit-abot-epc-basic-0: 10:02:15 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.10 [40.1 kB] unit-abot-epc-basic-0: 10:02:15 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.10 [9764 B] unit-abot-epc-basic-0: 10:02:15 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.10 [131 kB] unit-abot-epc-basic-0: 10:02:15 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [2228 kB] unit-abot-epc-basic-0: 10:02:16 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.10 [8426 kB] unit-abot-epc-basic-0: 10:02:16 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] unit-abot-epc-basic-0: 10:02:16 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [1426 kB] unit-abot-epc-basic-0: 10:02:17 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.10 [8319 kB] unit-abot-epc-basic-0: 10:02:17 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] unit-abot-epc-basic-0: 10:02:17 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] unit-abot-epc-basic-0: 10:02:17 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.5 [195 kB] unit-abot-epc-basic-0: 10:02:18 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: 10:02:18 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] unit-abot-epc-basic-0: 10:02:18 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] unit-abot-epc-basic-0: 10:02:18 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] unit-abot-epc-basic-0: 10:02:18 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] unit-abot-epc-basic-0: 10:02:18 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] unit-abot-epc-basic-0: 10:02:19 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: 10:02:19 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-abot-epc-basic-0: 10:02:19 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp3-java all 1.1.4c-2build1 [364 kB] unit-abot-epc-basic-0: 10:02:19 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: 10:02:19 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: 10:02:19 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: 10:02:19 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.3 [1070 kB] unit-abot-epc-basic-0: 10:02:20 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [27.8 MB] machine-1: 10:02:21 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-1: 10:02:21 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 10:02:21 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 10:02:21 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: 10:02:21 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: 10:02:21 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: 10:02:21 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] machine-1: 10:02:21 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 10:02:21 DEBUG juju.worker start "engine" machine-1: 10:02:21 INFO juju.worker start "engine" machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 10:02:22 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 10:02:22 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 10:02:22 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 10:02:22 DEBUG juju.worker "engine" started machine-1: 10:02:22 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.introspection stats worker now serving machine-1: 10:02:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-1: 10:02:22 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "clock" manifold worker started machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-1: 10:02:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 10:02:22 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-1: 10:02:22 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 10:02:22 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 10:02:22 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 10:02:22 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.apicaller connecting with old password machine-1: 10:02:22 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:22 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 10:02:22 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-1: 10:02:22 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-1: 10:02:22 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-1: 10:02:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 10:02:22 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: 10:02:22 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [276 kB] unit-abot-epc-basic-0: 10:02:22 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: 10:02:22 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: 10:02:22 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: 10:02:22 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB] unit-abot-epc-basic-0: 10:02:23 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] machine-1: 10:02:23 DEBUG juju.worker.apicaller connected machine-1: 10:02:23 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:02:23 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] machine-1: 10:02:23 DEBUG juju.worker.apicaller password changed machine-1: 10:02:23 DEBUG juju.api RPC connection died machine-1: 10:02:23 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 10:02:23 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: 10:02:23 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... machine-1: 10:02:23 DEBUG juju.worker.apicaller connecting with current password machine-1: 10:02:23 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-1: 10:02:23 INFO juju.api connection established to "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-1: 10:02:23 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 10:02:23 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 27s (3771 kB/s) unit-abot-epc-basic-0: 10:02:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 10:02:23 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 ... 57586 files and directories currently installed.) unit-abot-epc-basic-0: 10:02:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 10:02:23 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 10:02:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 10:02:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... machine-1: 10:02:24 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:02:24 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 10:02:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 10:02:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 10:02:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... machine-1: 10:02:24 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 10:02:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 10:02:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 10:02:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 10:02:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 10:02:24 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:02:25 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 10:02:25 INFO juju.worker.upgrader unblocking abort check machine-1: 10:02:25 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 10:02:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 10:02:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 10:02:25 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 10:02:25 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 10:02:25 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 10:02:25 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 10:02:25 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 10:02:25 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 10:02:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.logger logger setup machine-1: 10:02:25 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 10:02:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 10:02:25 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} machine-1: 10:02:25 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-1: 10:02:25 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 10:02:25 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 10:02:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 10:02:25 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 10:02:25 INFO juju.util.exec run result: exit status 127 machine-1: 10:02:25 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec152742380/script.sh: line 1: fanatic: command not found 127 machine-1: 10:02:25 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 10:02:25 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible unit-abot-epc-basic-0: 10:02:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 10:02:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... machine-1: 10:02:25 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 10:02:25 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 10:02:25 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 10:02:25 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 10:02:25 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 10:02:25 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 10:02:25 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 10:02:25 INFO juju.util.exec run result: exit status 127 machine-1: 10:02:25 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec130589509/script.sh: line 1: fanatic: command not found 127 machine-1: 10:02:25 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 10:02:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 10:02:25 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:02:25 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:02:25 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:02:25 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 10:02:25 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:02:25 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:02:25 DEBUG juju.network including address public:172.30.9.200 for machine machine-1: 10:02:25 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-1: 10:02:25 DEBUG juju.network including address local-fan:252.10.0.1 for machine machine-1: 10:02:25 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 10:02:25 DEBUG juju.network including address local-machine:::1 for machine machine-1: 10:02:25 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 10:02:25 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 10:02:25 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-1: 10:02:25 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 10:02:25 INFO juju.worker.authenticationworker "machine-1" key updater worker started unit-abot-epc-basic-0: 10:02:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... machine-1: 10:02:25 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-1: 10:02:25 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-1: 10:02:25 DEBUG juju.api RPC connection died machine-1: 10:02:25 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 10:02:25 DEBUG juju.worker killing runner 0xc4202a35f0 machine-1: 10:02:25 INFO juju.worker runner is dying machine-1: 10:02:25 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-1: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 10:02:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-1: 10:02:25 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 10:02:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 10:02:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 10:02:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 10:02:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 10:02:25 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 10:02:25 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 10:02:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:25 DEBUG juju.worker.apicaller connecting with current password machine-1: 10:02:25 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-1: 10:02:25 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-1: 10:02:25 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 10:02:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 10:02:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 10:02:26 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... machine-1: 10:02:26 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:02:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 10:02:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 10:02:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... machine-1: 10:02:29 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 10:02:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 10:02:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 10:02:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 10:02:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 10:02:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 10:02:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 10:02:29 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-1: 10:02:29 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 10:02:29 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 10:02:29 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:02:29 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:02:29 DEBUG juju.network including address public:172.30.9.200 for machine machine-1: 10:02:29 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-1: 10:02:29 DEBUG juju.network including address local-fan:252.10.0.1 for machine machine-1: 10:02:29 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 10:02:29 DEBUG juju.network including address local-machine:::1 for machine machine-1: 10:02:29 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 10:02:29 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 10:02:29 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-1: 10:02:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 10:02:29 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 10:02:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 10:02:29 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 10:02:29 INFO juju.util.exec run result: exit status 127 machine-1: 10:02:29 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec530646804/script.sh: line 1: fanatic: command not found 127 machine-1: 10:02:29 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 10:02:29 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 10:02:29 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 10:02:29 INFO juju.util.exec run result: exit status 127 machine-1: 10:02:29 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec705607014/script.sh: line 1: fanatic: command not found 127 machine-1: 10:02:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 10:02:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-1: 10:02:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.logger logger setup machine-1: 10:02:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 10:02:29 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 10:02:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 10:02:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 10:02:29 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 10:02:29 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:02:29 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:02:29 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:02:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 10:02:29 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} machine-1: 10:02:29 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-1: 10:02:29 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 10:02:29 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 10:02:29 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 10:02:29 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 10:02:29 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 10:02:29 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 10:02:29 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 10:02:29 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 10:02:29 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:02:29 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:02:29 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 10:02:29 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-1: 10:02:29 DEBUG juju.network including address local-machine:::1 for machine machine-1: 10:02:29 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-1: 10:02:29 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-1: 10:02:29 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 10:02:29 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 10:02:29 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 10:02:29 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 10:02:29 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 10:02:30 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 10:02:30 INFO juju.worker.upgrader unblocking abort check machine-1: 10:02:30 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 10:02:30 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 10:02:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 10:02:30 INFO juju.worker.deployer deploying unit "mysql/0" unit-abot-epc-basic-0: 10:02:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 10:02:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... machine-1: 10:02:30 DEBUG juju.worker start "1-container-watcher" machine-1: 10:02:30 DEBUG juju.worker start "stateconverter" machine-1: 10:02:30 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 10:02:30 INFO juju.worker start "1-container-watcher" machine-1: 10:02:30 DEBUG juju.worker "1-container-watcher" started machine-1: 10:02:30 INFO juju.worker start "stateconverter" machine-1: 10:02:30 DEBUG juju.worker "stateconverter" started machine-1: 10:02:30 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" unit-abot-epc-basic-0: 10:02:30 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... machine-1: 10:02:30 INFO juju.worker.machiner "machine-1" started machine-1: 10:02:30 INFO juju.api.common no addresses observed on interface "tunl0" machine-1: 10:02:30 DEBUG juju.service discovered init system "upstart" from local host machine-1: 10:02:30 DEBUG juju.worker.deployer API addresses: ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-1: 10:02:30 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-mysql-0 Conf:{Desc:juju unit agent for mysql/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-mysql-0/jujud' unit --data-dir '/var/lib/juju' --unit-name mysql/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-mysql-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-mysql-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name mysql/0 --debug]}}} unit-mysql-0: 10:02:30 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-mysql-0: 10:02:30 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: 10:02:30 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 10:02:30 DEBUG juju.worker start "api" unit-mysql-0: 10:02:30 INFO juju.worker start "api" unit-mysql-0: 10:02:30 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-mysql-0: 10:02:30 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 10:02:30 DEBUG juju.worker "api" started unit-mysql-0: 10:02:30 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-mysql-0: 10:02:30 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-mysql-0: 10:02:30 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 10:02:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 10:02:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 10:02:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 10:02:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... machine-1: 10:02:31 DEBUG juju.worker.machiner observed network config updated for "machine-1" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:f6:00:0e 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.14 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:f6:00:0e 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: 10:02:31 DEBUG juju.worker.apicaller connected unit-mysql-0: 10:02:31 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:02:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 10:02:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 10:02:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-mysql-0: 10:02:32 DEBUG juju.worker.apicaller password changed unit-mysql-0: 10:02:32 DEBUG juju.api RPC connection died unit-mysql-0: 10:02:32 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 10:02:32 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 10:02:32 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-mysql-0: 10:02:32 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-mysql-0: 10:02:32 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-mysql-0: 10:02:32 DEBUG juju.worker.apicaller connected unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:02:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 10:02:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 10:02:33 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 10:02:33 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 10:02:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 10:02:33 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 10:02:33 DEBUG juju.worker.logger logger setup unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 10:02:33 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 10:02:33 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 10:02:33 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 10:02:33 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 10:02:33 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 10:02:33 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 10:02:33 DEBUG juju.network including address public:172.30.9.200 for machine unit-mysql-0: 10:02:33 DEBUG juju.network including address local-cloud:192.168.121.10 for machine unit-mysql-0: 10:02:33 DEBUG juju.network including address local-fan:252.10.0.1 for machine unit-mysql-0: 10:02:33 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 10:02:33 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 10:02:33 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 10:02:33 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 10:02:33 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 10:02:33 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-mysql-0: 10:02:33 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-mysql-0: 10:02:33 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-mysql-0: 10:02:33 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 10:02:33 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] unit-mysql-0: 10:02:33 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 10:02:33 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 10:02:33 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 10:02:33 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-mysql-0: 10:02:33 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-mysql-0: 10:02:33 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 10:02:33 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 10:02:33 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 10:02:33 INFO juju.worker.uniter resuming charm install unit-mysql-0: 10:02:33 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 10:02:33 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 10:02:33 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 10:02:33 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 10:02:33 DEBUG httpbakery client do GET https://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 10:02:33 DEBUG httpbakery } -> error unit-mysql-0: 10:02:33 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 10:02:33 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 10:02:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 10:02:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:02:34 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-mysql-0: 10:02:34 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 10:02:34 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 10:02:34 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 10:02:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 10:02:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 10:02:35 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 10:02:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 10:02:35 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: 10:02:36 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 10:02:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 10:02:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 10:02:37 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 10:02:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 10:02:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 10:02:38 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-abot-epc-basic-0: 10:02:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 10:02:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 10:02:39 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 10:02:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 10:02:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 10:02:40 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-abot-epc-basic-0: 10:02:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 10:02:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 10:02:41 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 10:02:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-mysql-0: 10:02:41 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 10:02:41 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 10:02:41 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-mysql-0: 10:02:41 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 10:02:41 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 10:02:41 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 10:02:41 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 10:02:41 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 10:02:41 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 10:02:41 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:02:41 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 10:02:41 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 10:02:41 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 10:02:41 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:02:41 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 10:02:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 10:02:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... unit-abot-epc-basic-0: 10:02:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-mysql-0: 10:02:42 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:02:42 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 10:02:42 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 10:02:42 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: 10:02:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 10:02:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 10:02:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-mysql-0: 10:02:43 DEBUG unit.mysql/0.install Fetched 849 kB in 1s (657 kB/s) unit-abot-epc-basic-0: 10:02:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 10:02:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-mysql-0: 10:02:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 10:02:43 DEBUG unit.mysql/0.install (Reading database ... 52431 files and directories currently installed.) unit-mysql-0: 10:02:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 10:02:43 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:02:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-mysql-0: 10:02:43 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 10:02:44 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:02:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 10:02:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 10:02:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 10:02:44 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 10:02:44 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 10:02:44 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 10:02:44 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 10:02:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 10:02:45 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: 10:02:45 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 10:02:45 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: 10:02:45 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (26.5 kB/s) unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install (Reading database ... 52471 files and directories currently installed.) unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-mysql-0: 10:02:45 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 10:02:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 10:02:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-mysql-0: 10:02:46 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 10:02:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-mysql-0: 10:02:46 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 10:02:46 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 10:02:46 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 10:02:46 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 10:02:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 10:02:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 10:02:47 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 10:02:47 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 10:02:47 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-mysql-0: 10:02:47 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: 10:02:47 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-mysql-0: 10:02:47 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 10:02:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 10:02:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... unit-mysql-0: 10:02:48 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: 10:02:48 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-mysql-0: 10:02:48 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: 10:02:48 DEBUG unit.mysql/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-mysql-0: 10:02:48 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-mysql-0: 10:02:48 DEBUG unit.mysql/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-abot-epc-basic-0: 10:02:48 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-mysql-0: 10:02:48 DEBUG unit.mysql/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-mysql-0: 10:02:48 DEBUG unit.mysql/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-mysql-0: 10:02:48 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: 10:02:48 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB] unit-mysql-0: 10:02:49 DEBUG unit.mysql/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-abot-epc-basic-0: 10:02:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 10:02:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 10:02:49 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-mysql-0: 10:02:49 DEBUG unit.mysql/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-mysql-0: 10:02:49 DEBUG unit.mysql/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-mysql-0: 10:02:49 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: 10:02:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 10:02:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-mysql-0: 10:02:49 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-mysql-0: 10:02:49 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: 10:02:49 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-mysql-0: 10:02:49 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: 10:02:49 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 10:02:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 10:02:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:02:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-mysql-0: 10:02:50 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-mysql-0: 10:02:50 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-mysql-0: 10:02:50 DEBUG unit.mysql/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-abot-epc-basic-0: 10:02:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 10:02:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-mysql-0: 10:02:50 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: 10:02:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-mysql-0: 10:02:50 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: 10:02:50 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: 10:02:50 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-mysql-0: 10:02:51 DEBUG unit.mysql/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-abot-epc-basic-0: 10:02:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 10:02:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 10:02:51 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-mysql-0: 10:02:51 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-mysql-0: 10:02:51 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: 10:02:51 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: 10:02:51 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: 10:02:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 10:02:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 10:02:51 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-mysql-0: 10:02:51 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: 10:02:51 DEBUG unit.mysql/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] unit-mysql-0: 10:02:51 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: 10:02:51 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-mysql-0: 10:02:51 DEBUG unit.mysql/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] unit-abot-epc-basic-0: 10:02:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 10:02:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-mysql-0: 10:02:51 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: 10:02:51 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-mysql-0: 10:02:51 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: 10:02:51 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-mysql-0: 10:02:51 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: 10:02:52 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-mysql-0: 10:02:52 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: 10:02:52 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: 10:02:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 10:02:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-mysql-0: 10:02:52 DEBUG unit.mysql/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] unit-abot-epc-basic-0: 10:02:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-mysql-0: 10:02:52 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-mysql-0: 10:02:52 DEBUG unit.mysql/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] unit-abot-epc-basic-0: 10:02:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 10:02:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-mysql-0: 10:02:52 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-abot-epc-basic-0: 10:02:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-mysql-0: 10:02:52 DEBUG unit.mysql/0.install Fetched 40.9 MB in 5s (7552 kB/s) unit-abot-epc-basic-0: 10:02:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 10:02:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-mysql-0: 10:02:53 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 10:02:53 DEBUG unit.mysql/0.install (Reading database ... 52481 files and directories currently installed.) unit-mysql-0: 10:02:53 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:02:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-mysql-0: 10:02:53 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:02:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 10:02:54 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: 10:02:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 10:02:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 10:02:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 10:02:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-mysql-0: 10:02:54 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 10:02:54 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:02:54 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:02:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 10:02:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 10:02:55 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-mysql-0: 10:02:55 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 10:02:55 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 10:02:55 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 10:02:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 10:02:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:02:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 10:02:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 10:02:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 10:02:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-mysql-0: 10:02:56 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 10:02:56 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 10:02:57 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 10:02:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 10:02:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 10:02:57 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 10:02:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 10:02:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:02:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-mysql-0: 10:02:59 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 10:02:59 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-mysql-0: 10:02:59 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 10:03:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 10:03:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:03:00 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-mysql-0: 10:03:00 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 10:03:00 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:03:01 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 10:03:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-abot-epc-basic-0: 10:03:01 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 10:03:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 10:03:01 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: 10:03:01 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 10:03:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 10:03:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 10:03:02 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-mysql-0: 10:03:02 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 10:03:02 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:03:02 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 10:03:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 10:03:02 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 10:03:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 10:03:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:03:03 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-mysql-0: 10:03:03 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 10:03:03 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 10:03:03 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 10:03:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 10:03:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... unit-abot-epc-basic-0: 10:03:04 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 10:03:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 10:03:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... unit-mysql-0: 10:03:05 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 10:03:05 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:03:05 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-mysql-0: 10:03:05 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 10:03:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 10:03:06 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-mysql-0: 10:03:06 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 10:03:06 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:03:06 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 10:03:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 10:03:07 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-mysql-0: 10:03:07 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 10:03:07 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 10:03:07 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:03:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 10:03:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 10:03:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-mysql-0: 10:03:08 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 10:03:08 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 10:03:09 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 10:03:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 10:03:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 10:03:09 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 10:03:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 10:03:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-mysql-0: 10:03:10 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 10:03:10 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 10:03:10 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-mysql-0: 10:03:10 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:03:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 10:03:11 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: 10:03:11 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-mysql-0: 10:03:11 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 10:03:11 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ... unit-mysql-0: 10:03:12 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... unit-abot-epc-basic-0: 10:03:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 10:03:12 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: 10:03:12 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-mysql-0: 10:03:12 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 10:03:12 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 10:03:12 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 10:03:13 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 10:03:13 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:03:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 10:03:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-mysql-0: 10:03:13 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:13 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 10:03:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 10:03:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 10:03:14 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 10:03:14 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 10:03:14 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 10:03:14 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-mysql-0: 10:03:14 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 10:03:14 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:03:14 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 10:03:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 10:03:15 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-mysql-0: 10:03:15 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 10:03:15 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:03:15 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 10:03:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:03:16 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 10:03:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 10:03:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:03:17 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-mysql-0: 10:03:17 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 10:03:17 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 10:03:17 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 10:03:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 10:03:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-mysql-0: 10:03:17 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 10:03:17 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:03:17 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-mysql-0: 10:03:18 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 10:03:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 10:03:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-mysql-0: 10:03:19 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 10:03:19 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:03:19 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 10:03:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 10:03:19 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 10:03:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 10:03:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-mysql-0: 10:03:21 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 10:03:21 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 10:03:21 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-mysql-0: 10:03:21 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 10:03:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 10:03:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-mysql-0: 10:03:22 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 10:03:22 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:03:22 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-mysql-0: 10:03:22 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 10:03:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 10:03:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-mysql-0: 10:03:23 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 10:03:23 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 10:03:23 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-mysql-0: 10:03:23 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 10:03:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 10:03:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:03:24 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-mysql-0: 10:03:24 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 10:03:24 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 10:03:24 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 10:03:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 10:03:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 10:03:25 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-mysql-0: 10:03:26 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 10:03:26 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 10:03:26 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 10:03:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 10:03:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 10:03:26 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-mysql-0: 10:03:27 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 10:03:27 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 10:03:27 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 10:03:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 10:03:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 10:03:28 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-mysql-0: 10:03:28 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 10:03:28 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 10:03:29 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 10:03:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 10:03:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-mysql-0: 10:03:30 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 10:03:30 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-abot-epc-basic-0: 10:03:30 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-mysql-0: 10:03:30 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 10:03:31 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 10:03:31 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 10:03:31 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 10:03:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 10:03:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 10:03:31 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-mysql-0: 10:03:32 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 10:03:32 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 10:03:32 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 10:03:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 10:03:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:03:33 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-mysql-0: 10:03:33 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 10:03:33 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 10:03:33 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 10:03:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 10:03:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:03:34 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-mysql-0: 10:03:34 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 10:03:34 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 10:03:34 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 10:03:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 10:03:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:03:35 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-mysql-0: 10:03:35 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 10:03:35 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:03:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 10:03:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:03:35 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-mysql-0: 10:03:35 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 10:03:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 10:03:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 10:03:36 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-mysql-0: 10:03:36 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 10:03:36 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 10:03:37 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 10:03:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 10:03:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 10:03:37 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:03:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 10:03:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 10:03:37 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-mysql-0: 10:03:37 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 10:03:37 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 10:03:38 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 10:03:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 10:03:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-mysql-0: 10:03:38 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 10:03:38 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:03:38 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 10:03:38 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 10:03:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 10:03:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-mysql-0: 10:03:39 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 10:03:39 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:03:39 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-mysql-0: 10:03:39 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 10:03:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 10:03:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 10:03:40 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 10:03:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 10:03:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:03:41 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 10:03:42 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 10:03:42 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 10:03:42 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:03:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 10:03:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:03:43 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 10:03:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 10:03:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 10:03:43 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 10:03:44 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 10:03:44 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:03:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 10:03:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 10:03:44 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:03:44 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 10:03:45 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 10:03:45 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... unit-mysql-0: 10:03:45 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 10:03:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 10:03:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:03:45 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 10:03:46 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 10:03:46 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... unit-mysql-0: 10:03:46 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... unit-mysql-0: 10:03:46 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 10:03:46 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 10:03:46 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 10:03:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 10:03:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:03:46 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 10:03:47 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 10:03:47 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 10:03:47 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 10:03:47 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 10:03:47 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 10:03:47 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 10:03:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 10:03:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:03:48 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 10:03:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 10:03:48 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 10:03:48 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... unit-mysql-0: 10:03:48 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 10:03:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 10:03:48 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:03:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:03:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.6) ... unit-abot-epc-basic-0: 10:03:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 10:03:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 10:03:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 10:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:03:51 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:03:52 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:03:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 10:03:53 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 ... 61229 files and directories currently installed.) unit-abot-epc-basic-0: 10:03:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 10:03:53 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:53 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-mysql-0: 10:03:54 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 10:03:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 10:03:55 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-mysql-0: 10:03:55 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 10:03:55 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 10:03:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 10:03:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-mysql-0: 10:03:56 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 10:03:56 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-mysql-0: 10:03:56 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 10:03:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:03:57 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-mysql-0: 10:03:57 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:03:58 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 10:03:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 10:03:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:03:58 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-mysql-0: 10:03:58 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:03:59 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:03:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 10:03:59 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: 10:04:00 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.7) ... unit-mysql-0: 10:04:00 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 10:04:00 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-mysql-0: 10:04:01 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:04:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 10:04:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 10:04:01 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-mysql-0: 10:04:01 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-161.211) ... unit-mysql-0: 10:04:02 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:04:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 10:04:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-138.164_amd64.deb ... unit-abot-epc-basic-0: 10:04:02 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-138.164) ... unit-mysql-0: 10:04:02 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:04:03 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 10:04:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 10:04:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-mysql-0: 10:04:03 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:04:03 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-mysql-0: 10:04:04 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:04:04 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 10:04:05 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:04:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 10:04:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:04:05 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-mysql-0: 10:04:05 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:04:06 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 10:04:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 10:04:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 10:04:06 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 10:04:06 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:06 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 10:04:07 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 10:04:07 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-mysql-0: 10:04:08 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 10:04:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 10:04:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:04:09 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-mysql-0: 10:04:09 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 10:04:09 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 10:04:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 10:04:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 10:04:10 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 10:04:10 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:10 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 10:04:10 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 10:04:10 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 10:04:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 10:04:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:04:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:10 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 10:04:10 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 10:04:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 10:04:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 10:04:10 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 10:04:11 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:11 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 10:04:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 10:04:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 10:04:11 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 10:04:11 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:11 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 10:04:11 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 10:04:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 10:04:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 10:04:12 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 10:04:12 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:12 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:04:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 10:04:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 10:04:12 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:04:12 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:12 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1.1) ... unit-mysql-0: 10:04:13 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 10:04:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 10:04:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:04:13 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:13 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... unit-mysql-0: 10:04:13 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 10:04:14 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 10:04:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 10:04:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:04:14 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:14 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 10:04:14 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 10:04:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 10:04:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:04:15 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:15 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:04:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 10:04:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:04:16 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:16 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 10:04:16 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:04:16 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 10:04:16 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:04:16 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 10:04:17 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:04:17 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 10:04:17 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 10:04:17 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: 10:04:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 10:04:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:04:17 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:17 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (128 kB/s) unit-mysql-0: 10:04:18 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 10:04:18 DEBUG unit.mysql/0.install (Reading database ... 57609 files and directories currently installed.) unit-mysql-0: 10:04:18 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 10:04:18 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 10:04:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 10:04:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:04:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:19 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 10:04:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 10:04:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:04:20 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:21 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:04:21 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:04:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:04:21 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 10:04:21 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 10:04:21 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 10:04:21 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 10:04:21 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 10:04:21 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 10:04:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 10:04:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-mysql-0: 10:04:21 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-abot-epc-basic-0: 10:04:21 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-mysql-0: 10:04:21 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 10:04:21 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 10:04:21 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 10:04:22 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 10:04:22 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 10:04:22 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 10:04:22 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 10:04:22 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 10:04:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 10:04:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 10:04:22 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 10:04:22 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 10:04:22 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:22 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 10:04:23 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 10:04:23 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 10:04:23 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 10:04:23 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 10:04:23 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 10:04:23 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 10:04:23 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-mysql-0: 10:04:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 10:04:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 10:04:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:04:24 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 10:04:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 10:04:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 10:04:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 10:04:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 10:04:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 10:04:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 10:04:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 10:04:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 10:04:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 10:04:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 10:04:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:04:25 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-mysql-0: 10:04:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 10:04:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 10:04:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 10:04:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 10:04:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 10:04:26 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-mysql-0: 10:04:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 10:04:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 10:04:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 10:04:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 10:04:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 10:04:27 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.5) ... unit-mysql-0: 10:04:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 10:04:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 10:04:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 10:04:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.5_all.deb ... unit-mysql-0: 10:04:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 10:04:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 10:04:28 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.5) ... unit-mysql-0: 10:04:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 10:04:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 10:04:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 10:04:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 10:04:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 10:04:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:04:30 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 10:04:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 10:04:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:04:30 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 10:04:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:04:31 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 10:04:31 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 10:04:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 10:04:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:04:31 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-mysql-0: 10:04:32 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:04:32 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 10:04:32 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 10:04:32 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-mysql-0: 10:04:32 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: 10:04:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 10:04:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 10:04:32 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 10:04:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 10:04:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-mysql-0: 10:04:33 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debconf-utils all 1.5.51ubuntu2 [57.4 kB] unit-mysql-0: 10:04:33 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: 10:04:33 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-mysql-0: 10:04:33 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-mysql-0: 10:04:33 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: 10:04:33 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: 10:04:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 10:04:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-mysql-0: 10:04:33 DEBUG unit.mysql/0.install Fetched 781 kB in 2s (354 kB/s) unit-abot-epc-basic-0: 10:04:34 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-mysql-0: 10:04:34 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 10:04:34 DEBUG unit.mysql/0.install (Reading database ... 57709 files and directories currently installed.) unit-mysql-0: 10:04:34 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 10:04:34 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:04:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 10:04:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 10:04:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-mysql-0: 10:04:36 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 10:04:36 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 10:04:36 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:04:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 10:04:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 10:04:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-mysql-0: 10:04:37 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 10:04:37 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 10:04:37 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 10:04:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 10:04:37 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: 10:04:37 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 10:04:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 10:04:37 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: 10:04:37 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 10:04:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 10:04:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 10:04:38 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-mysql-0: 10:04:38 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 10:04:38 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 10:04:38 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 10:04:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 10:04:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:04:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 10:04:39 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 10:04:39 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 10:04:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 10:04:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:04:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 10:04:39 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-mysql-0: 10:04:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 10:04:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 10:04:40 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-mysql-0: 10:04:41 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 10:04:41 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 10:04:41 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 10:04:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 10:04:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 10:04:42 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:04:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:04:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 10:04:42 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: 10:04:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:04:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 10:04:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 10:04:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 10:04:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 10:04:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 10:04:43 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 10:04:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 10:04:44 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: 10:04:44 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:04:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 10:04:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-mysql-0: 10:04:44 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:04:44 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:04:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 10:04:44 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: 10:04:44 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-mysql-0: 10:04:45 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:04:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 10:04:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:04:45 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:04:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 10:04:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-mysql-0: 10:04:46 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 10:04:46 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-mysql-0: 10:04:46 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 10:04:47 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 10:04:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 10:04:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 10:04:47 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-mysql-0: 10:04:47 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-mysql-0: 10:04:48 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 10:04:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 10:04:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 10:04:48 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-mysql-0: 10:04:48 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:04:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 10:04:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 10:04:49 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 10:04:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 10:04:49 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 10:04:49 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 10:04:50 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 10:04:50 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 10:04:50 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-mysql-0: 10:04:50 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-mysql-0: 10:04:50 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 10:04:50 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 10:04:50 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-mysql-0: 10:04:50 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 10:04:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-mysql-0: 10:04:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:04:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:04:50 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:04:50 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 10:04:50 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 10:04:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 10:04:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 10:04:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 10:04:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 10:04:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 10:04:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 10:04:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 10:04:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 10:04:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 10:04:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 10:04:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 10:04:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-mysql-0: 10:04:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 10:04:53 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-mysql-0: 10:04:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 10:04:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 10:04:54 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-mysql-0: 10:04:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 10:04:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 10:04:54 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-mysql-0: 10:04:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 10:04:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 10:04:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 10:04:54 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-mysql-0: 10:04:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 10:04:54 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 10:04:54 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-mysql-0: 10:04:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 10:04:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 10:04:55 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-mysql-0: 10:04:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 10:04:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 10:04:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 10:04:55 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-mysql-0: 10:04:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 10:04:55 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-mysql-0: 10:04:55 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 10:04:56 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-mysql-0: 10:04:56 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 10:04:56 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 10:04:56 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-mysql-0: 10:04:56 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 10:04:56 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 10:04:56 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-mysql-0: 10:04:56 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 10:04:56 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 10:04:56 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-mysql-0: 10:04:56 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 10:04:57 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 10:04:57 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 10:04:57 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 10:04:57 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 10:04:58 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 10:04:58 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 10:04:59 DEBUG unit.mysql/0.config-changed Reading package lists... unit-abot-epc-basic-0: 10:04:59 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-mysql-0: 10:04:59 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 10:05:00 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-mysql-0: 10:05:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:05:00 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 10:05:00 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 10:05:00 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed Need to get 8969 kB of archives. unit-mysql-0: 10:05:00 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 10:05:00 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: 10:05:01 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... unit-abot-epc-basic-0: 10:05:01 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 10:05:01 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-mysql-0: 10:05:01 DEBUG unit.mysql/0.config-changed Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-mysql-0: 10:05:02 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-abot-epc-basic-0: 10:05:02 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-mysql-0: 10:05:02 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-abot-epc-basic-0: 10:05:02 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-mysql-0: 10:05:02 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-abot-epc-basic-0: 10:05:02 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-mysql-0: 10:05:02 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: 10:05:02 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-mysql-0: 10:05:03 DEBUG unit.mysql/0.config-changed Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1979 kB] unit-abot-epc-basic-0: 10:05:03 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-mysql-0: 10:05:03 DEBUG unit.mysql/0.config-changed Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-mysql-0: 10:05:03 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-0ubuntu0.14.04.1 [11.0 kB] unit-mysql-0: 10:05:03 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-abot-epc-basic-0: 10:05:03 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-mysql-0: 10:05:03 DEBUG unit.mysql/0.config-changed Fetched 8969 kB in 2s (3124 kB/s) unit-abot-epc-basic-0: 10:05:03 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-mysql-0: 10:05:04 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 10:05:04 DEBUG unit.mysql/0.config-changed (Reading database ... 57803 files and directories currently installed.) unit-mysql-0: 10:05:04 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 10:05:04 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:05:04 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 10:05:04 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-mysql-0: 10:05:05 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 10:05:05 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:05:05 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-mysql-0: 10:05:05 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:05:05 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 10:05:06 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-mysql-0: 10:05:06 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 10:05:06 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 10:05:06 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:05:06 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 10:05:07 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-mysql-0: 10:05:07 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 10:05:07 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:05:07 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-mysql-0: 10:05:07 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:05:08 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 10:05:08 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-mysql-0: 10:05:08 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 10:05:08 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 10:05:08 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:05:09 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 10:05:09 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-mysql-0: 10:05:10 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 10:05:10 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 10:05:10 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:05:10 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 10:05:10 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 10:05:10 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 10:05:11 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 10:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-mysql-0: 10:05:12 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 10:05:12 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: 10:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 10:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 10:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 10:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-mysql-0: 10:05:14 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 10:05:15 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-mysql-0: 10:05:15 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 10:05:15 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-mysql-0: 10:05:15 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 10:05:15 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-mysql-0: 10:05:16 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 10:05:16 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 10:05:16 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:05:16 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-mysql-0: 10:05:16 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:05:16 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-abot-epc-basic-0: 10:05:16 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 10:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 10:05:17 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 10:05:18 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-mysql-0: 10:05:18 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-mysql-0: 10:05:18 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:05:18 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-mysql-0: 10:05:18 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-mysql-0: 10:05:18 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: 10:05:18 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-mysql-0: 10:05:18 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 10:05:19 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: 10:05:19 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-mysql-0: 10:05:19 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:05:19 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 10:05:20 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 10:05:20 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 10:05:21 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 10:05:21 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 10:05:22 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 10:05:22 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 10:05:23 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 10:05:23 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 10:05:24 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 10:05:25 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode unit-abot-epc-basic-0: 10:05:25 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 10:05:26 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 10:05:26 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 10:05:26 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 10:05:27 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 10:05:27 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:05:27 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:05:27 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:05:27 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 10:05:29 DEBUG unit.mysql/0.config-changed 181109 10:05:29 [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: 10:05:29 DEBUG unit.mysql/0.config-changed 181109 10:05:29 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 10:05:29 DEBUG unit.mysql/0.config-changed 181109 10:05:29 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 12965 ... unit-mysql-0: 10:05:42 DEBUG unit.mysql/0.config-changed mysql start/running, process 13100 unit-mysql-0: 10:05:43 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-mysql-0: 10:05:44 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 10:05:44 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 10:05:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:05:45 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 10:05:47 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 10:05:48 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 10:05:48 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-mysql-0: 10:05:48 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 10:05:49 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 10:05:49 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:05:50 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 10:05:50 DEBUG unit.mysql/0.config-changed mysql start/running, process 13221 unit-mysql-0: 10:05:51 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 10:05:51 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 10:05:51 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 10:05:51 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-mysql-0: 10:05:51 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:05:51 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 10:05:51 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 10:05:51 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-mysql-0: 10:05:51 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-mysql-0: 10:05:51 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 10:05:51 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 10:05:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 10:05:51 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:05:51 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:05:51 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 10:05:51 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 10:05:51 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 10:05:51 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 10:05:51 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 10:05:53 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:05:54 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-mysql-0: 10:05:54 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 10:05:54 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.9 KB/sec) unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 509.3 KB/sec) unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install 3/26 KB 5/26 KB 8/26 KB 11/26 KB 13/26 KB 16/26 KB 19/26 KB 21/26 KB 24/26 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 887.6 KB/sec) unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom unit-abot-epc-basic-0: 10:05:54 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/apache/10/apache-10.pom (15 KB at 688.2 KB/sec) unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install 3/25 KB 5/25 KB 8/25 KB 11/25 KB 13/25 KB 16/25 KB 19/25 KB 21/25 KB 24/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 1202.8 KB/sec) unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom unit-abot-epc-basic-0: 10:05:54 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: 10:05:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom unit-abot-epc-basic-0: 10:05:54 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 490.9 KB/sec) unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom unit-abot-epc-basic-0: 10:05:54 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 1334.6 KB/sec) unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom unit-abot-epc-basic-0: 10:05:54 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 651.9 KB/sec) unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar unit-abot-epc-basic-0: 10:05:54 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-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:05:54 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom unit-abot-epc-basic-0: 10:05:55 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 64.8 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 951.5 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/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 1020.9 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 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-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 142.5 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 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 112.0 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 197.8 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 334.4 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom unit-abot-epc-basic-0: 10:05: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/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 666.9 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 54.3 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 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 438.9 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 214.2 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 492/492 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 34.3 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 329.6 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 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 81.2 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom unit-abot-epc-basic-0: 10:05:55 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 190.9 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom unit-abot-epc-basic-0: 10:05:55 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 163.1 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 144.3 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 140.5 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 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 81.3 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom unit-abot-epc-basic-0: 10:05:55 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 39.1 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 78.5 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 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 573.4 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/41 KB 6/41 KB 9/41 KB 11/41 KB 14/41 KB 16/41 KB 19/41 KB 22/41 KB 25/41 KB 27/41 KB 30/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 1637.4 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 4/15 KB 8/15 KB 12/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 779.2 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 282.3 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 388.1 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/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: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 758.1 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom unit-abot-epc-basic-0: 10:05:55 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 52.4 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 219.4 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/20 KB 6/20 KB 9/20 KB 11/20 KB 14/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 1109.3 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 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: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 945.9 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 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: 10:05:55 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: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/153 KB 5/153 KB 8/153 KB 11/153 KB 13/153 KB 16/153 KB 19/153 KB 21/153 KB 24/153 KB 27/153 KB 29/153 KB 32/153 KB 36/153 KB 40/153 KB 44/153 KB 48/153 KB 52/153 KB 3/13 KB 56/153 KB 3/13 KB 60/153 KB 3/13 KB 52/153 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/13 KB 60/153 KB 3/48 KB 3/13 KB 60/153 KB 6/48 KB 6/13 KB 64/153 KB 9/48 KB 9/13 KB 64/153 KB 6/48 KB 9/13 KB 64/153 KB 6/48 KB 6/13 KB 64/153 KB 9/48 KB 9/13 KB 68/153 KB 11/48 KB 11/13 KB 72/153 KB 11/48 KB 11/13 KB 68/153 KB 9/48 KB 11/13 KB 68/153 KB 11/48 KB 13/13 KB 72/153 KB 11/48 KB 13/13 KB 76/153 KB 11/48 KB 13/13 KB 80/153 KB 11/48 KB 13/13 KB 84/153 KB 14/48 KB 13/13 KB 88/153 KB 3/35 KB 14/48 KB 92/153 KB 3/35 KB 14/48 KB 96/153 KB 3/35 KB 14/48 KB 13/13 KB 84/153 KB 3/35 KB 14/48 KB 13/13 KB 84/153 KB 16/48 KB 96/153 KB 3/35 KB 19/48 KB 96/153 KB 3/35 KB 19/48 KB 96/153 KB 5/35 KB 22/48 KB 96/153 KB 8/35 KB 22/48 KB 96/153 KB 11/35 KB 22/48 KB 96/153 KB 13/35 KB 22/48 KB 100/153 KB 13/35 KB 22/48 KB 104/153 KB 16/35 KB 22/48 KB 108/153 KB 16/35 KB 22/48 KB 112/153 KB 16/35 KB 22/48 KB 100/153 KB 16/35 KB 22/48 KB 96/153 KB 5/35 KB 25/48 KB 112/153 KB 16/35 KB 27/48 KB 112/153 KB 16/35 KB 30/48 KB 112/153 KB 16/35 KB 32/48 KB 112/153 KB 16/35 KB 32/48 KB 112/153 KB 19/35 KB 36/48 KB 112/153 KB 21/35 KB 36/48 KB 112/153 KB 24/35 KB 36/48 KB 112/153 KB 19/35 KB 40/48 KB 112/153 KB 24/35 KB 44/48 KB 112/153 KB 24/35 KB 48/48 KB 116/153 KB 27/35 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 236.9 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 44/48 KB 116/153 KB 27/35 KB 44/48 KB 112/153 KB 27/35 KB 3/30 KB 48/48 KB 120/153 KB 29/35 KB 3/30 KB 48/48 KB 120/153 KB 32/35 KB 3/30 KB 48/48 KB 120/153 KB 32/35 KB 3/30 KB 48/48 KB 124/153 KB 35/35 KB 3/30 KB 48/48 KB 128/153 KB 35/35 KB 3/30 KB 48/48 KB 132/153 KB 35/35 KB 3/30 KB 48/48 KB 136/153 KB 35/35 KB 3/30 KB 48/48 KB 140/153 KB 35/35 KB 3/30 KB 48/48 KB 144/153 KB 35/35 KB 3/30 KB 48/48 KB 116/153 KB 27/35 KB 3/30 KB 48/48 KB 120/153 KB 35/35 KB 3/30 KB 48/48 KB 4/50 KB 144/153 KB 35/35 KB 5/30 KB 48/48 KB 8/50 KB 144/153 KB 35/35 KB 5/30 KB 48/48 KB 12/50 KB 144/153 KB 35/35 KB 5/30 KB 48/48 KB 16/50 KB 144/153 KB 35/35 KB 5/30 KB 48/48 KB 4/50 KB 144/153 KB 35/35 KB 3/30 KB 48/48 KB 4/50 KB 144/153 KB 35/35 KB 8/30 KB 48/48 KB 16/50 KB 144/153 KB 35/35 KB 11/30 KB 48/48 KB 16/50 KB 144/153 KB 35/35 KB 13/30 KB 48/48 KB 16/50 KB 144/153 KB 35/35 KB 16/30 KB 20/50 KB 148/153 KB 35/35 KB 13/30 KB 20/50 KB 148/153 KB 35/35 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 605.8 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 13/30 KB 20/50 KB 144/153 KB 35/35 KB 19/30 KB 24/50 KB 152/153 KB 19/30 KB 28/50 KB 152/153 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 798.2 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 16/30 KB 20/50 KB 152/153 KB 19/30 KB 32/50 KB 153/153 KB 19/30 KB 20/50 KB 152/153 KB 21/30 KB 32/50 KB 153/153 KB 19/30 KB 32/50 KB 152/153 KB Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 24/30 KB 32/50 KB 153/153 KB 27/30 KB 32/50 KB 153/153 KB 29/30 KB 36/50 KB 153/153 KB 30/30 KB 36/50 KB 153/153 KB 27/30 KB 36/50 KB 153/153 KB 30/30 KB 40/50 KB 153/153 KB 30/30 KB 44/50 KB 153/153 KB 30/30 KB 48/50 KB 153/153 KB 30/30 KB 50/50 KB 153/153 KB 30/30 KB 50/50 KB 153/153 KB 4/119 KB 30/30 KB 50/50 KB 153/153 KB 8/119 KB 30/30 KB 50/50 KB 153/153 KB 12/119 KB 30/30 KB 50/50 KB 153/153 KB 16/119 KB 30/30 KB 50/50 KB 153/153 KB 16/119 KB 3/190 KB 30/30 KB 50/50 KB 153/153 KB 16/119 KB 5/190 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 2062.4 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 30/30 KB 50/50 KB 16/119 KB 8/190 KB 30/30 KB 50/50 KB 16/119 KB 11/190 KB 30/30 KB 50/50 KB 16/119 KB 13/190 KB 30/30 KB 50/50 KB 16/119 KB 16/190 KB Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 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 426.7 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 20/119 KB 19/190 KB 24/119 KB 19/190 KB 28/119 KB 19/190 KB 32/119 KB 19/190 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 710.6 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 50/50 KB 16/119 KB 19/190 KB 32/119 KB 21/190 KB 32/119 KB 24/190 KB 32/119 KB 27/190 KB 32/119 KB 29/190 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 32/119 KB 32/190 KB 36/119 KB 36/190 KB 3/37 KB 36/119 KB 40/190 KB 4/86 KB 3/37 KB 36/119 KB 44/190 KB 4/86 KB 3/37 KB 36/119 KB 48/190 KB 4/86 KB 36/119 KB 32/190 KB 3/37 KB 40/119 KB 48/190 KB 4/86 KB 3/37 KB 44/119 KB 48/190 KB 4/86 KB 3/37 KB 48/119 KB 48/190 KB 4/86 KB 3/37 KB 3/66 KB 48/119 KB 48/190 KB 4/86 KB 3/37 KB 6/66 KB 52/119 KB 52/190 KB 4/86 KB 3/37 KB 36/119 KB 36/190 KB 4/86 KB 3/37 KB 36/119 KB 36/190 KB 5/37 KB 6/66 KB 52/119 KB 52/190 KB 4/86 KB 8/37 KB 6/66 KB 52/119 KB 52/190 KB 4/86 KB 11/37 KB 6/66 KB 52/119 KB 52/190 KB 4/86 KB 13/37 KB 6/66 KB 52/119 KB 52/190 KB 4/86 KB 16/37 KB 6/66 KB 52/119 KB 52/190 KB 4/86 KB 16/37 KB 6/66 KB 52/119 KB 52/190 KB 8/86 KB 19/37 KB 6/66 KB 52/119 KB 52/190 KB 12/86 KB 19/37 KB 6/66 KB 52/119 KB 52/190 KB 16/86 KB 19/37 KB 6/66 KB 52/119 KB 52/190 KB 20/86 KB 19/37 KB 9/66 KB 52/119 KB 52/190 KB 24/86 KB 19/37 KB 9/66 KB 52/119 KB 52/190 KB 28/86 KB 19/37 KB 9/66 KB 52/119 KB 52/190 KB 32/86 KB 3/37 KB 3/66 KB 52/119 KB 52/190 KB 4/86 KB 19/37 KB 9/66 KB 56/119 KB 52/190 KB 32/86 KB 19/37 KB 9/66 KB 60/119 KB 52/190 KB 32/86 KB 19/37 KB 9/66 KB 64/119 KB 52/190 KB 32/86 KB 3/37 KB 3/66 KB 48/119 KB 52/190 KB 4/86 KB 19/37 KB 9/66 KB 64/119 KB 56/190 KB 32/86 KB 19/37 KB 9/66 KB 64/119 KB 60/190 KB 32/86 KB 19/37 KB 9/66 KB 52/119 KB 52/190 KB 20/86 KB 19/37 KB 11/66 KB 64/119 KB 64/190 KB 32/86 KB 19/37 KB 6/66 KB 52/119 KB 52/190 KB 8/86 KB 21/37 KB 11/66 KB 64/119 KB 64/190 KB 32/86 KB 24/37 KB 11/66 KB 64/119 KB 64/190 KB 32/86 KB 27/37 KB 11/66 KB 64/119 KB 64/190 KB 32/86 KB 29/37 KB 11/66 KB 64/119 KB 64/190 KB 32/86 KB 32/37 KB 14/66 KB 68/119 KB 64/190 KB 32/86 KB 35/37 KB 14/66 KB 68/119 KB 64/190 KB 32/86 KB 19/37 KB 11/66 KB 64/119 KB 64/190 KB 32/86 KB 35/37 KB 14/66 KB 68/119 KB 68/190 KB 36/86 KB 35/37 KB 14/66 KB 68/119 KB 72/190 KB 36/86 KB 37/37 KB 14/66 KB 68/119 KB 72/190 KB 36/86 KB 35/37 KB 14/66 KB 68/119 KB 64/190 KB 36/86 KB 29/37 KB 14/66 KB 68/119 KB 64/190 KB 32/86 KB 37/37 KB 14/66 KB 72/119 KB 76/190 KB 40/86 KB 37/37 KB 14/66 KB 76/119 KB 76/190 KB 40/86 KB 29/37 KB 14/66 KB 64/119 KB 64/190 KB 32/86 KB 37/37 KB 16/66 KB 76/119 KB 76/190 KB 40/86 KB 37/37 KB 19/66 KB 76/119 KB 76/190 KB 40/86 KB 37/37 KB 19/66 KB 80/119 KB 76/190 KB 40/86 KB 37/37 KB 22/66 KB 84/119 KB 76/190 KB 40/86 KB 37/37 KB 22/66 KB 88/119 KB 76/190 KB 40/86 KB 37/37 KB 14/66 KB 68/119 KB 76/190 KB 36/86 KB 37/37 KB 14/66 KB 68/119 KB 76/190 KB 40/86 KB 37/37 KB 22/66 KB 92/119 KB 76/190 KB 44/86 KB 37/37 KB 22/66 KB 92/119 KB 80/190 KB 48/86 KB 37/37 KB 22/66 KB 80/119 KB 76/190 KB 40/86 KB 37/37 KB 22/66 KB 92/119 KB 80/190 KB 44/86 KB 37/37 KB 22/66 KB 92/119 KB 80/190 KB 52/86 KB 37/37 KB 25/66 KB 92/119 KB 84/190 KB 56/86 KB 37/37 KB 25/66 KB 92/119 KB 84/190 KB 60/86 KB 37/37 KB 25/66 KB 92/119 KB 84/190 KB 64/86 KB 25/66 KB 92/119 KB 84/190 KB 68/86 KB 37/37 KB 22/66 KB 92/119 KB 76/190 KB 52/86 KB 37/37 KB 25/66 KB 92/119 KB 84/190 KB 52/86 KB 37/37 KB 25/66 KB 92/119 KB 80/190 KB 52/86 KB 27/66 KB 96/119 KB 88/190 KB 72/86 KB 30/66 KB 96/119 KB 88/190 KB 72/86 KB 32/66 KB 96/119 KB 88/190 KB 72/86 KB 36/66 KB 96/119 KB 88/190 KB 72/86 KB 40/66 KB 96/119 KB 88/190 KB 72/86 KB Downloaded: https://repo.maven.apache.org/maven2/class unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install worlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 385.6 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 44/66 KB 96/119 KB 88/190 KB 72/86 KB 48/66 KB 96/119 KB 88/190 KB 72/86 KB 52/66 KB 96/119 KB 88/190 KB 72/86 KB 56/66 KB 96/119 KB 88/190 KB 72/86 KB 60/66 KB 96/119 KB 88/190 KB 72/86 KB 64/66 KB 96/119 KB 88/190 KB 72/86 KB 25/66 KB 92/119 KB 84/190 KB 72/86 KB 25/66 KB 96/119 KB 88/190 KB 72/86 KB 25/66 KB 96/119 KB 88/190 KB 72/86 KB 64/66 KB 96/119 KB 92/190 KB 72/86 KB 64/66 KB 96/119 KB 96/190 KB 72/86 KB 64/66 KB 100/119 KB 100/190 KB 72/86 KB 64/66 KB 100/119 KB 104/190 KB 72/86 KB 64/66 KB 100/119 KB 108/190 KB 72/86 KB 64/66 KB 100/119 KB 112/190 KB 72/86 KB 64/66 KB 100/119 KB 96/190 KB 72/86 KB 64/66 KB 104/119 KB 112/190 KB 72/86 KB 64/66 KB 108/119 KB 112/190 KB 72/86 KB 64/66 KB 112/119 KB 112/190 KB 72/86 KB 64/66 KB 116/119 KB 112/190 KB 72/86 KB 64/66 KB 119/119 KB 112/190 KB 72/86 KB 64/66 KB 119/119 KB 116/190 KB 72/86 KB 64/66 KB 119/119 KB 116/190 KB 76/86 KB 64/66 KB 119/119 KB 116/190 KB 80/86 KB 64/66 KB 119/119 KB 116/190 KB 84/86 KB 64/66 KB 119/119 KB 120/190 KB 84/86 KB 64/66 KB 119/119 KB 124/190 KB 84/86 KB 3/26 KB 64/66 KB 119/119 KB 128/190 KB 84/86 KB 6/26 KB 64/66 KB 119/119 KB 128/190 KB 84/86 KB 9/26 KB 66/66 KB 119/119 KB 128/190 KB 86/86 KB 6/26 KB 66/66 KB 119/119 KB 128/190 KB 86/86 KB 64/66 KB 119/119 KB 128/190 KB 84/86 KB 6/26 KB 64/66 KB 119/119 KB 128/190 KB 86/86 KB 9/26 KB 66/66 KB 119/119 KB 132/190 KB 86/86 KB 11/26 KB 66/66 KB 119/119 KB 136/190 KB 86/86 KB 11/26 KB 66/66 KB 140/190 KB 86/86 KB 11/26 KB 66/66 KB 119/119 KB 132/190 KB 86/86 KB 14/26 KB 66/66 KB 140/190 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 1084.7 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 16/26 KB 66/66 KB 144/190 KB 86/86 KB 16/26 KB 66/66 KB 144/190 KB 86/86 KB 16/26 KB 66/66 KB 148/190 KB 86/86 KB 19/26 KB 66/66 KB 152/190 KB 86/86 KB 19/26 KB 66/66 KB 148/190 KB 86/86 KB 22/26 KB 66/66 KB 152/190 KB 86/86 KB 25/26 KB 66/66 KB 152/190 KB 86/86 KB 25/26 KB 66/66 KB 156/190 KB 86/86 KB 26/26 KB 66/66 KB 156/190 KB 86/86 KB 26/26 KB 66/66 KB 160/190 KB 86/86 KB 26/26 KB 66/66 KB 164/190 KB 86/86 KB 26/26 KB 66/66 KB 168/190 KB 86/86 KB 26/26 KB 66/66 KB 172/190 KB 86/86 KB 26/26 KB 66/66 KB 176/190 KB 86/86 KB 26/26 KB 66/66 KB 180/190 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (66 KB at 568.9 KB/sec) unit-abot-epc-basic-0: 10:05:55 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 737.4 KB/sec) unit-abot-epc-basic-0: 10:05:55 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 26/26 KB 184/190 KB 26/26 KB 188/190 KB 26/26 KB 190/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 210.5 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 3/324 KB 190/190 KB 5/324 KB 190/190 KB 8/324 KB 190/190 KB 11/324 KB 190/190 KB 13/324 KB 190/190 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 16/324 KB 190/190 KB 19/324 KB 190/190 KB 21/324 KB 190/190 KB 24/324 KB 190/190 KB 27/324 KB 190/190 KB 4/228 KB 27/324 KB 190/190 KB 8/228 KB 27/324 KB 190/190 KB 8/228 KB 27/324 KB 190/190 KB 4/79 KB 8/228 KB 27/324 KB 190/190 KB 8/79 KB 8/228 KB 27/324 KB 190/190 KB 12/79 KB 8/228 KB 27/324 KB 190/190 KB 16/79 KB 12/228 KB 27/324 KB 190/190 KB 20/79 KB 3/152 KB 12/228 KB 27/324 KB 190/190 KB 24/79 KB 3/152 KB 12/228 KB 27/324 KB 190/190 KB 28/79 KB 12/228 KB 27/324 KB 190/190 KB 16/79 KB 3/152 KB 16/228 KB 27/324 KB 190/190 KB 32/79 KB 3/152 KB 20/228 KB 27/324 KB 190/190 KB 32/79 KB 3/152 KB 24/228 KB 27/324 KB 190/190 KB 32/79 KB 3/152 KB 28/228 KB 27/324 KB 190/190 KB 32/79 KB 3/152 KB 32/228 KB 29/324 KB 190/190 KB 32/79 KB 3/152 KB 12/228 KB 27/324 KB 190/190 KB 20/79 KB 3/152 KB 28/228 KB 29/324 KB 190/190 KB 32/79 KB 3/152 KB 28/228 KB 27/324 KB 190/190 KB 32/79 KB 3/152 KB 32/228 KB 29/324 KB 190/190 KB 36/79 KB 6/152 KB 36/228 KB 32/324 KB 40/79 KB 6/152 KB 36/228 KB 32/324 KB 44/79 KB 6/152 KB 36/228 KB 32/324 KB 48/79 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 1394.4 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 6/152 KB 36/228 KB 32/324 KB 190/190 KB 36/79 KB 3/152 KB 36/228 KB 32/324 KB 190/190 KB 36/79 KB 6/152 KB 36/228 KB 36/324 KB 48/79 KB 9/152 KB 36/228 KB 40/324 KB 48/79 KB 9/152 KB 36/228 KB 44/324 KB 48/79 KB 9/152 KB 36/228 KB 48/324 KB 48/79 KB 9/152 KB 36/228 KB 52/324 KB 48/79 KB 9/152 KB 36/228 KB 56/324 KB 52/79 KB 9/152 KB 36/228 KB 60/324 KB 52/79 KB 9/152 KB 36/228 KB 64/324 KB 52/79 KB 9/152 KB 36/228 KB 68/324 KB 52/79 KB 3/152 KB 36/228 KB 29/324 KB 190/190 KB 36/79 KB 9/152 KB 40/228 KB 68/324 KB 52/79 KB 9/152 KB 44/228 KB 68/324 KB 52/79 KB 9/152 KB 48/228 KB 68/324 KB 52/79 KB 9/152 KB 52/228 KB 68/324 KB 52/79 KB 9/152 KB 36/228 KB 52/324 KB 52/79 KB Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 9/152 KB 36/228 KB 36/324 KB 48/79 KB 11/152 KB 52/228 KB 68/324 KB 52/79 KB 14/152 KB 52/228 KB 68/324 KB 52/79 KB 16/152 KB 52/228 KB 68/324 KB 52/79 KB 19/152 KB 52/228 KB 68/324 KB 52/79 KB 19/152 KB 52/228 KB 68/324 KB 56/79 KB 22/152 KB 52/228 KB 68/324 KB 60/79 KB 22/152 KB 52/228 KB 68/324 KB 64/79 KB 22/152 KB 52/228 KB 68/324 KB 56/79 KB 25/152 KB 56/228 KB 68/324 KB 64/79 KB 27/152 KB 56/228 KB 68/324 KB 64/79 KB 30/152 KB 56/228 KB 68/324 KB 68/79 KB 22/152 KB 56/228 KB 68/324 KB 64/79 KB 30/152 KB 60/228 KB 68/324 KB 68/79 KB 30/152 KB 64/228 KB 68/324 KB 68/79 KB 30/152 KB 68/228 KB 68/324 KB 68/79 KB 32/152 KB 72/228 KB 68/324 KB 68/79 KB 27/152 KB 56/228 KB 68/324 KB 68/79 KB 32/152 KB 72/228 KB 72/324 KB 72/79 KB 32/152 KB 72/228 KB 72/324 KB 76/79 KB 32/152 KB 72/228 KB 72/324 KB 79/79 KB 32/152 KB 76/228 KB 72/324 KB 79/79 KB 32/152 KB 80/228 KB 72/324 KB 79/79 KB 32/152 KB 84/228 KB 72/324 KB 79/79 KB 32/152 KB 3/32 KB 88/228 KB 72/324 KB 79/79 KB 32/152 KB 72/228 KB 72/324 KB 68/79 KB 32/152 KB 3/32 KB 92/228 KB 76/324 KB 79/79 KB 32/152 KB 3/32 KB 92/228 KB 80/324 KB 79/79 KB 32/152 KB 68/228 KB 68/324 KB 68/79 KB 32/152 KB 3/32 KB 84/228 KB 72/324 KB 79/79 KB 32/152 KB 6/32 KB 92/228 KB 80/324 KB 79/79 KB 32/152 KB 9/32 KB 92/228 KB 80/324 KB 79/79 KB 32/152 KB 11/32 KB 92/228 KB 80/324 KB 79/79 KB 32/152 KB 14/32 KB 92/228 KB 80/324 KB 79/79 KB 32/152 KB 16/32 KB 92/228 KB 80/324 KB 79/79 KB 36/152 KB 19/32 KB 92/228 KB 80/324 KB 79/79 KB 36/152 KB 22/32 KB 92/228 KB 80/324 KB 79/79 KB 36/152 KB 25/32 KB 92/228 KB 84/324 KB 79/79 KB 36/152 KB 16/32 KB 92/228 KB 80/324 KB 79/79 KB 40/152 KB 25/32 KB 92/228 KB 84/324 KB 79/79 KB 44/152 KB 25/32 KB 92/228 KB 84/324 KB 79/79 KB 48/152 KB 25/32 KB 92/228 KB 84/324 KB 79/79 KB 52/152 KB 25/32 KB 92/228 KB 84/324 KB 79/79 KB 56/152 KB 27/32 KB 92/228 KB 84/324 KB 36/152 KB 22/32 KB 92/228 KB 84/324 KB 79/79 KB 60/152 KB 27/32 KB 92/228 KB 88/324 KB 60/152 KB 27/32 KB 92/228 KB 92/324 KB 60/152 KB 27/32 KB 92/228 KB 96/324 KB 60/152 KB 27/32 KB 92/228 KB 100/324 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 509.3 KB/sec) unit-abot-epc-basic-0: 10:05:55 DEBUG unit.abot-epc-basic/0.install 32/152 KB 3/32 KB 92/228 KB 72/324 KB 79/79 KB 52/152 KB 27/32 KB 92/228 KB 84/324 KB 79/79 KB 60/152 KB 30/32 KB 92/228 KB 100/324 KB 60/152 KB 32/32 KB 96/228 KB 100/324 KB 60/152 KB 27/32 KB 92/228 KB 100/324 KB 64/152 KB 32/32 KB 96/228 KB 100/324 KB 68/152 KB 32/32 KB 96/228 KB 100/324 KB 72/152 KB 32/32 KB 96/228 KB 104/324 KB 76/152 KB 32/32 KB 96/228 KB 104/324 KB 80/152 KB 32/32 KB 96/228 KB 104/324 KB 60/152 KB 30/32 KB 96/228 KB 100/324 KB 80/152 KB 32/32 KB 100/228 KB 104/324 KB 80/152 KB 32/32 KB 104/228 KB 104/324 KB 80/152 KB 32/32 KB 108/228 KB 104/324 KB 80/152 KB 32/32 KB 112/228 KB 104/324 KB 68/152 KB 32/32 KB 96/228 KB 104/324 KB 80/152 KB 32/32 KB 112/228 KB 108/324 KB 80/152 KB 32/32 KB 112/228 KB 112/324 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: 10:05:55 DEBUG unit.abot-epc-basic/0.install 80/152 KB 32/32 KB 116/228 KB 112/324 KB 80/152 KB 32/32 KB 120/228 KB 116/324 KB 84/152 KB 124/228 KB 116/324 KB 84/152 KB 128/228 KB 116/324 KB 80/152 KB 32/32 KB 116/228 KB 116/324 KB 84/152 KB 128/228 KB 120/324 KB 84/152 KB 128/228 KB 124/324 KB 84/152 KB 4/234 KB 128/228 KB 128/324 KB 84/152 KB 120/228 KB 116/324 KB 88/152 KB 4/234 KB 128/228 KB 128/324 KB 92/152 KB 4/234 KB 128/228 KB 132/324 KB 96/152 KB 4/234 KB 128/228 KB 132/324 KB 100/152 KB 4/234 KB 128/228 KB 132/324 KB 104/152 KB 4/234 KB 132/228 KB 132/324 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 184.1 KB/sec) unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install 100/152 KB 4/234 KB 132/228 KB 132/324 KB 108/152 KB 4/234 KB 136/228 KB 132/324 KB 108/152 KB 4/234 KB 140/228 KB 132/324 KB 88/152 KB 4/234 KB 128/228 KB 132/324 KB 108/152 KB 4/234 KB 140/228 KB 136/324 KB 84/152 KB 4/234 KB 128/228 KB 124/324 KB 108/152 KB 8/234 KB 140/228 KB 136/324 KB 108/152 KB 12/234 KB 140/228 KB 136/324 KB 108/152 KB 16/234 KB 140/228 KB 136/324 KB 108/152 KB 20/234 KB 140/228 KB 136/324 KB 108/152 KB 20/234 KB 144/228 KB 140/324 KB 108/152 KB 20/234 KB 140/228 KB 140/324 KB 108/152 KB 20/234 KB 144/228 KB 144/324 KB 108/152 KB 20/234 KB 148/228 KB 144/324 KB 108/152 KB 24/234 KB 152/228 KB 148/324 KB 108/152 KB 24/234 KB 156/228 KB 148/324 KB 108/152 KB 24/234 KB 160/228 KB 148/324 KB 108/152 KB 4/234 KB 132/228 KB 132/324 KB 112/152 KB 24/234 KB 160/228 KB 148/324 KB 116/152 KB 24/234 KB 160/228 KB 148/324 KB 108/152 KB 24/234 KB 148/228 KB 148/324 KB 116/152 KB 28/234 KB 160/228 KB 148/324 KB 116/152 KB 32/234 KB 160/228 KB 148/324 KB 108/152 KB 20/234 KB 148/228 KB 148/324 KB 116/152 KB 32/234 KB 160/228 KB 152/324 KB 116/152 KB 32/234 KB 160/228 KB 156/324 KB 116/152 KB 32/234 KB 160/228 KB 160/324 KB 116/152 KB 32/234 KB 160/228 KB 164/324 KB 120/152 KB 36/234 KB 164/228 KB 168/324 KB 120/152 KB 36/234 KB 164/228 KB 172/324 KB 120/152 KB 36/234 KB 164/228 KB 176/324 KB 120/152 KB 36/234 KB 164/228 KB 164/324 KB 120/152 KB 36/234 KB 160/228 KB 164/324 KB 124/152 KB 36/234 KB 168/228 KB 176/324 KB 128/152 KB 36/234 KB 168/228 KB 176/324 KB 116/152 KB 36/234 KB 160/228 KB 164/324 KB 128/152 KB 40/234 KB 168/228 KB 176/324 KB 128/152 KB 44/234 KB 168/228 KB 176/324 KB 128/152 KB 48/234 KB 168/228 KB 176/324 KB 128/152 KB 52/234 KB 168/228 KB 176/324 KB 132/152 KB 56/234 KB 168/228 KB 176/324 KB 132/152 KB 60/234 KB 168/228 KB 176/324 KB 132/152 KB 64/234 KB 168/228 KB 176/324 KB 132/152 KB 68/234 KB 168/228 KB 176/324 KB 132/152 KB 72/234 KB 168/228 KB 180/324 KB 132/152 KB 76/234 KB 168/228 KB 180/324 KB 132/152 KB 80/234 KB 168/228 KB 180/324 KB 132/152 KB 84/234 KB 168/228 KB 180/324 KB 132/152 KB 52/234 KB 168/228 KB 176/324 KB 120/152 KB 36/234 KB 168/228 KB 176/324 KB 132/152 KB 84/234 KB 172/228 KB 180/324 KB 132/152 KB 84/234 KB 176/228 KB 180/324 KB 132/152 KB 84/234 KB 180/228 KB 180/324 KB 136/152 KB 84/234 KB 184/228 KB 180/324 KB 136/152 KB 84/234 KB 188/228 KB 180/324 KB 136/152 KB 84/234 KB 192/228 KB 180/324 KB 136/152 KB 84/234 KB 196/228 KB 180/324 KB 136/152 KB 84/234 KB 200/228 KB 180/324 KB 136/152 KB 84/234 KB 204/228 KB 180/324 KB 136/152 KB 84/234 KB 208/228 KB 180/324 KB 132/152 KB 68/234 KB 168/228 KB 180/324 KB 136/152 KB 84/234 KB 208/228 KB 184/324 KB 136/152 KB 84/234 KB 208/228 KB 188/324 KB 136/152 KB 84/234 KB 208/228 KB 192/324 KB 136/152 KB 84/234 KB 180/228 KB 180/324 KB 140/152 KB 84/234 KB 208/228 KB 192/324 KB 144/152 KB 84/234 KB 208/228 KB 192/324 KB 148/152 KB 84/234 KB 208/228 KB 192/324 KB 152/152 KB 84/234 KB 208/228 KB 192/324 KB 152/152 KB 84/234 KB 208/228 KB 196/324 KB 152/152 KB 84/234 KB 208/228 KB 200/324 KB 152/152 KB 84/234 KB 208/228 KB 204/324 KB 152/152 KB 84/234 KB 208/228 KB 208/324 KB 152/152 KB 84/234 KB 208/228 KB 212/324 KB 152/152 KB 88/234 KB 212/228 KB 216/324 KB 152/152 KB 88/234 KB 212/228 KB 220/324 KB 152/152 KB 88/234 KB 212/228 KB 224/324 KB 152/152 KB 88/234 KB 212/228 KB 228/324 KB 152/152 KB 88/234 KB 212/228 KB 232/324 KB unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install 152/152 KB 88/234 KB 212/228 KB 236/324 KB 152/152 KB 88/234 KB 212/228 KB 240/324 KB 152/152 KB 88/234 KB 212/228 KB 212/324 KB 152/152 KB 88/234 KB 216/228 KB 240/324 KB 152/152 KB 88/234 KB 220/228 KB 240/324 KB 152/152 KB 88/234 KB 224/228 KB 240/324 KB 152/152 KB 88/234 KB 208/228 KB 212/324 KB 152/152 KB 92/234 KB 224/228 KB 240/324 KB 152/152 KB 96/234 KB 224/228 KB 240/324 KB 152/152 KB 100/234 KB 224/228 KB 240/324 KB 152/152 KB 104/234 KB 228/228 KB 240/324 KB 152/152 KB 108/234 KB 228/228 KB 240/324 KB 152/152 KB 112/234 KB 228/228 KB 240/324 KB 152/152 KB 100/234 KB 228/228 KB 240/324 KB 152/152 KB 116/234 KB 228/228 KB 240/324 KB 152/152 KB 120/234 KB 228/228 KB 240/324 KB 152/152 KB 124/234 KB 228/228 KB 240/324 KB 152/152 KB 128/234 KB 228/228 KB 240/324 KB 152/152 KB 132/234 KB 228/228 KB 240/324 KB 152/152 KB 132/234 KB 228/228 KB 244/324 KB 152/152 KB 132/234 KB 228/228 KB 248/324 KB 152/152 KB 132/234 KB 228/228 KB 252/324 KB 152/152 KB 132/234 KB 228/228 KB 256/324 KB 152/152 KB 136/234 KB 228/228 KB 260/324 KB 152/152 KB 136/234 KB 228/228 KB 264/324 KB 152/152 KB 136/234 KB 228/228 KB 268/324 KB 152/152 KB 136/234 KB 228/228 KB 272/324 KB 152/152 KB 136/234 KB 228/228 KB 256/324 KB 152/152 KB 140/234 KB 228/228 KB 272/324 KB 152/152 KB 144/234 KB 228/228 KB 272/324 KB 152/152 KB 148/234 KB 228/228 KB 272/324 KB 152/152 KB 152/234 KB 228/228 KB 272/324 KB 152/152 KB 156/234 KB 228/228 KB 272/324 KB 152/152 KB 160/234 KB 228/228 KB 276/324 KB 152/152 KB 164/234 KB 228/228 KB 276/324 KB 152/152 KB 168/234 KB 228/228 KB 276/324 KB 152/152 KB 172/234 KB 228/228 KB 276/324 KB 152/152 KB 176/234 KB 228/228 KB 276/324 KB 152/152 KB 156/234 KB 228/228 KB 276/324 KB 152/152 KB 176/234 KB 228/228 KB 280/324 KB 152/152 KB 176/234 KB 228/228 KB 284/324 KB 152/152 KB 176/234 KB 228/228 KB 288/324 KB 152/152 KB 176/234 KB 228/228 KB 292/324 KB 152/152 KB 180/234 KB 228/228 KB 296/324 KB 152/152 KB 180/234 KB 228/228 KB 300/324 KB 152/152 KB 180/234 KB 228/228 KB 304/324 KB 180/234 KB 228/228 KB 308/324 KB 180/234 KB 228/228 KB 312/324 KB 180/234 KB 228/228 KB 316/324 KB 180/234 KB 228/228 KB 320/324 KB 180/234 KB 228/228 KB 324/324 KB 180/234 KB 228/228 KB 324/324 KB 152/152 KB 180/234 KB 228/228 KB 292/324 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 733.4 KB/sec) unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install 184/234 KB 228/228 KB 324/324 KB 188/234 KB 228/228 KB 324/324 KB 192/234 KB 228/228 KB 324/324 KB 196/234 KB 228/228 KB 324/324 KB 200/234 KB 228/228 KB 324/324 KB 204/234 KB 228/228 KB 324/324 KB 208/234 KB 228/228 KB 324/324 KB 212/234 KB 228/228 KB 324/324 KB 216/234 KB 228/228 KB 324/324 KB 220/234 KB 228/228 KB 324/324 KB 224/234 KB 228/228 KB 324/324 KB 228/234 KB 228/228 KB 324/324 KB 232/234 KB 228/228 KB 324/324 KB 234/234 KB 228/228 KB 324/324 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 1038.0 KB/sec) unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1472.5 KB/sec) unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 1019.0 KB/sec) unit-abot-epc-basic-0: 10:05:56 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: 10:05:56 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4307301524532918579.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: 10:05:56 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.625 s unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-11-09T10:05:56+00:00 unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:05:56 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 10:05:56 DEBUG unit.mysql/0.start mysql start/running, process 13332 unit-mysql-0: 10:05:56 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-mysql-0: 10:05:56 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 10:05:56 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-mysql-0: 10:05:56 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 10:05:56 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-mysql-0: 10:05:56 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:05:56 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:05:56 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 10:05:56 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-mysql-0: 10:05:57 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 10:05:57 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-mysql-0: 10:05:58 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-mysql-0: 10:05:58 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 10:05:58 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: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6284202139358244938.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.pom unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.698 s unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-11-09T10:05:58+00:00 unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:05:58 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 10:06:00 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:06:00 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:00 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:00 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 10:06:00 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:00 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:00 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 10:06:01 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: 10:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3441995224714712256.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.pom unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.633 s unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-11-09T10:06:01+00:00 unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 10:06:01 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: 10:06:01 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: 10:06:01 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: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 10:06:01 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 10:06:02 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: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 10:06:02 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: 10:06:02 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: 10:06:02 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: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 10:06:02 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: 10:06:02 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: 10:06:02 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: 10:06:02 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: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 10:06:02 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: 10:06:02 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: 10:06:02 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: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 10:06:02 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: 10:06:02 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: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 10:06:02 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: 10:06:02 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: 10:06:02 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: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 10:06:02 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: 10:06:02 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: 10:06:02 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: 10:06:02 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: 10:06:02 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: 10:06:02 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: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 10:06:02 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: 10:06:02 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: 10:06:02 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: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 10:06:02 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: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 10:06:02 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: 10:06:02 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: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/b1/f1/89735ebb863767516d55cee2cfdd5e2883ff1db903be3ba1fe15a1725adc/elasticsearch-6.3.1-py2.py3-none-any.whl (119kB) unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 9.8MB/s eta 0:00:01  17% |##### | 20kB 5.5MB/s eta 0:00:01  25% |######## | 30kB 5.9MB/s eta 0:00:01  34% |########## | 40kB 4.9MB/s eta 0:00:01  42% |############# | 51kB 5.0MB/s eta 0:00:01  51% |################ | 61kB 5.9MB/s eta 0:00:01  59% |################### | 71kB 6.2MB/s eta 0:00:01  68% |##################### | 81kB 5.9MB/s eta 0:00:01  76% |######################## | 92kB 6.6MB/s eta 0:00:01  85% |########################### | 102kB 6.7MB/s eta 0:00:01  93% |############################## | 112kB 7.2MB/s eta 0:00:01  100% |################################| 122kB 5.2MB/s unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB) unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 55.1MB/s eta 0:00:01  17% |##### | 20kB 14.2MB/s eta 0:00:01  26% |######## | 30kB 19.2MB/s eta 0:00:01  34% |########### | 40kB 10.3MB/s eta 0:00:01  43% |############# | 51kB 8.5MB/s eta 0:00:01  52% |################ | 61kB 9.9MB/s eta 0:00:01  60% |################### | 71kB 10.4MB/s eta 0:00:01  69% |###################### | 81kB 11.6MB/s eta 0:00:01  78% |######################## | 92kB 9.5MB/s eta 0:00:01  86% |########################### | 102kB 9.2MB/s eta 0:00:01  95% |############################## | 112kB 9.1MB/s eta 0:00:01  100% |################################| 122kB 5.7MB/s unit-abot-epc-basic-0: 10:06:02 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 10:06:03 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.24.1 unit-abot-epc-basic-0: 10:06:03 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: 10:06:03 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 10:06:03 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 10:06:03 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB) unit-abot-epc-basic-0: 10:06:03 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 60.2MB/s eta 0:00:01  22% |####### | 20kB 4.3MB/s eta 0:00:01  33% |########## | 30kB 5.2MB/s eta 0:00:01  44% |############## | 40kB 4.6MB/s eta 0:00:01  56% |################# | 51kB 4.8MB/s eta 0:00:01  67% |##################### | 61kB 5.7MB/s eta 0:00:01  78% |######################### | 71kB 6.3MB/s eta 0:00:01  89% |############################ | 81kB 7.0MB/s eta 0:00:01  100% |################################| 92kB 5.2MB/s unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 10:06:04 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: 10:06:04 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 82.6MB/s eta 0:00:01  16% |##### | 20kB 24.2MB/s eta 0:00:01  24% |####### | 30kB 30.4MB/s eta 0:00:01  32% |########## | 40kB 21.9MB/s eta 0:00:01  40% |############ | 51kB 11.8MB/s eta 0:00:01  48% |############### | 61kB 13.6MB/s eta 0:00:01  56% |################## | 71kB 12.4MB/s eta 0:00:01  64% |#################### | 81kB 12.0MB/s eta 0:00:01  72% |####################### | 92kB 13.2MB/s eta 0:00:01  81% |######################### | 102kB 11.5MB/s eta 0:00:01  89% |############################ | 112kB 11.4MB/s eta 0:00:01  97% |############################### | 122kB 10.9MB/s eta 0:00:01  100% |################################| 133kB 6.0MB/s unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install Collecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB) unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 74.7MB/s eta 0:00:01  6% |## | 20kB 51.7MB/s eta 0:00:01  9% |### | 30kB 55.8MB/s eta 0:00:01  12% |#### | 40kB 31.5MB/s eta 0:00:01  15% |##### | 51kB 13.1MB/s eta 0:00:01  19% |###### | 61kB 15.0MB/s eta 0:00:01  22% |####### | 71kB 14.5MB/s eta 0:00:01  25% |######## | 81kB 12.2MB/s eta 0:00:01  28% |######### | 92kB 13.4MB/s eta 0:00:01  31% |########## | 102kB 12.1MB/s eta 0:00:01  34% |########### | 112kB 12.0MB/s eta 0:00:01  38% |############ | 122kB 11.0MB/s eta 0:00:01  41% |############# | 133kB 9.5MB/s eta 0:00:01  44% |############## | 143kB 10.0MB/s eta 0:00:01  47% |############### | 153kB 11.3MB/s eta 0:00:01  50% |################ | 163kB 10.0MB/s eta 0:00:01  53% |################# | 174kB 10.6MB/s eta 0:00:01  57% |################## | 184kB 10.9MB/s eta 0:00:01  60% |################### | 194kB 10.9MB/s eta 0:00:01  63% |#################### | 204kB 11.3MB/s eta 0:00:01  66% |##################### | 215kB 9.5MB/s eta 0:00:01  69% |###################### | 225kB 10.3MB/s eta 0:00:01  72% |####################### | 235kB 11.0MB/s eta 0:00:01  76% |######################## | 245kB 9.5MB/s eta 0:00:01  79% |######################### | 256kB 10.8MB/s eta 0:00:01  82% |########################## | 266kB 10.5MB/s eta 0:00:01  85% |########################### | 276kB 10.6MB/s eta 0:00:01  88% |############################ | 286kB 11.0MB/s eta 0:00:01  91% |############################# | 296kB 9.5MB/s eta 0:00:01  95% |############################## | 307kB 10.4MB/s eta 0:00:01  98% |############################### | 317kB 11.2MB/s eta 0:00:01  100% |################################| 327kB 3.6MB/s unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 10:06:04 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: 10:06:04 DEBUG unit.abot-epc-basic/0.install [?25l  12% |#### | 10kB 67.9MB/s eta 0:00:01  25% |######## | 20kB 25.1MB/s eta 0:00:01  37% |############ | 30kB 28.8MB/s eta 0:00:01  50% |################ | 40kB 24.6MB/s eta 0:00:01  62% |#################### | 51kB 10.8MB/s eta 0:00:01  75% |######################## | 61kB 12.5MB/s eta 0:00:01  88% |############################ | 71kB 13.7MB/s eta 0:00:01  100% |################################| 81kB 8.0MB/s unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/bc/3a/6bfd7b4b202fa33bdda8e4e3d3acc719f381fd730f9a0e7c5f34e845bd4d/MarkupSafe-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 10:06:04 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.1.0 Werkzeug-0.14.1 click-7.0 flask-1.0.2 itsdangerous-1.1.0 unit-abot-epc-basic-0: 10:06:04 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: 10:06:04 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 10:06:05 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 10:06:05 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-abot-epc-basic-0: 10:06:05 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 10:06:05 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/f8/c7/741c97d7366f4779ca73d244904978b43a81fd37d85fcf05ad19d472c1ce/beautifulsoup4-4.6.3-py2-none-any.whl (90kB) unit-abot-epc-basic-0: 10:06:05 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 48.3MB/s eta 0:00:01  22% |####### | 20kB 4.7MB/s eta 0:00:01  33% |########## | 30kB 4.8MB/s eta 0:00:01  45% |############## | 40kB 4.5MB/s eta 0:00:01  56% |################## | 51kB 4.8MB/s eta 0:00:01  67% |##################### | 61kB 5.7MB/s eta 0:00:01  79% |######################### | 71kB 5.9MB/s eta 0:00:01  90% |############################ | 81kB 6.6MB/s eta 0:00:01  100% |################################| 92kB 4.8MB/s unit-abot-epc-basic-0: 10:06:05 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 10:06:05 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 10:06:05 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 10:06:05 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 10:06:05 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 10:06:06 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 10:06:06 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: 10:06:06 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 10:06:06 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 10:06:06 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 10:06:06 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-abot-epc-basic-0: 10:06:08 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:06:08 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:08 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:08 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 10:06:08 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom unit-abot-epc-basic-0: 10:06:09 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 10.0 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 507.9 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom unit-abot-epc-basic-0: 10:06:09 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-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (15 KB at 503.3 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 823.2 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:06:09 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: 10:06:09 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-abot-epc-basic-0: 10:06:09 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: 10:06:09 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 490.8 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom unit-abot-epc-basic-0: 10:06:09 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 875.3 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 223.3 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 305.5 KB/sec) unit-abot-epc-basic-0: 10:06:09 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: 10:06:09 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 510.1 KB/sec) unit-abot-epc-basic-0: 10:06:09 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: 10:06:09 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 583.4 KB/sec) unit-abot-epc-basic-0: 10:06:09 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: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar unit-abot-epc-basic-0: 10:06:09 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 738.7 KB/sec) unit-abot-epc-basic-0: 10:06:09 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 2983.4 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:06:09 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: 10:06:09 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 160.9 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom unit-abot-epc-basic-0: 10:06:09 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: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB 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 186.0 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom unit-abot-epc-basic-0: 10:06:09 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 116.5 KB/sec) unit-abot-epc-basic-0: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom unit-abot-epc-basic-0: 10:06:09 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 673.8 KB/sec) unit-abot-epc-basic-0: 10:06:09 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: 10:06:09 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 120.8 KB/sec) unit-abot-epc-basic-0: 10:06:09 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: 10:06:09 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: 10:06:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom unit-abot-epc-basic-0: 10:06:10 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 100.4 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom unit-abot-epc-basic-0: 10:06:10 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 110.0 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom unit-abot-epc-basic-0: 10:06:10 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 100.0 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom unit-abot-epc-basic-0: 10:06:10 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 191.5 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom unit-abot-epc-basic-0: 10:06:10 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 861.6 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom unit-abot-epc-basic-0: 10:06:10 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 68.9 KB/sec) unit-abot-epc-basic-0: 10:06:10 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 347.0 KB/sec) unit-abot-epc-basic-0: 10:06:10 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: 10:06:10 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 504.3 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom unit-abot-epc-basic-0: 10:06:10 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 472.9 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar unit-abot-epc-basic-0: 10:06:10 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install 3/114 KB 6/114 KB 9/114 KB 11/114 KB 14/114 KB 16/114 KB 19/114 KB 22/114 KB 22/114 KB 3/48 KB 22/114 KB 6/48 KB 22/114 KB 9/48 KB 25/114 KB 9/48 KB 25/114 KB 11/48 KB 27/114 KB 14/48 KB 27/114 KB 16/48 KB 27/114 KB 19/48 KB 27/114 KB 11/48 KB 30/114 KB 19/48 KB 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install 32/114 KB 19/48 KB 36/114 KB 19/48 KB 40/114 KB 22/48 KB 36/114 KB 22/48 KB 44/114 KB 25/48 KB 44/114 KB 27/48 KB 44/114 KB 27/48 KB 48/114 KB 27/48 KB 48/114 KB 30/48 KB 48/114 KB 32/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 80/114 KB 36/48 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-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 64/114 KB 36/48 KB 80/114 KB 40/48 KB 80/114 KB 44/48 KB 80/114 KB 48/48 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 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 48/48 KB 108/114 KB 48/48 KB 112/114 KB 114/114 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 998.9 KB/sec) unit-abot-epc-basic-0: 10:06:10 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install 114/114 KB 3/29 KB 114/114 KB 5/29 KB 114/114 KB 8/29 KB 114/114 KB 11/29 KB 114/114 KB 13/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 2026.1 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 13/29 KB 3/85 KB 3/35 KB 4/56 KB 13/29 KB 3/35 KB 4/56 KB 13/29 KB 3/85 KB 3/35 KB 8/56 KB 13/29 KB 3/85 KB 3/35 KB 12/56 KB 13/29 KB 3/85 KB 3/35 KB 16/56 KB 13/29 KB 3/35 KB 13/29 KB 3/85 KB 5/35 KB 16/56 KB 13/29 KB 3/85 KB 8/35 KB 16/56 KB 13/29 KB 3/85 KB 11/35 KB 16/56 KB 13/29 KB 3/85 KB 13/35 KB 16/56 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-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 16/29 KB 3/85 KB 13/35 KB 16/56 KB 19/29 KB 5/85 KB 13/35 KB 20/56 KB 16/29 KB 5/85 KB 13/35 KB 20/56 KB 19/29 KB 5/85 KB 16/35 KB 24/56 KB 16/29 KB 5/85 KB 13/35 KB 16/56 KB 19/29 KB 5/85 KB 16/35 KB 20/56 KB 19/29 KB 8/85 KB 16/35 KB 28/56 KB 21/29 KB 11/85 KB 19/35 KB 28/56 KB 21/29 KB 13/85 KB 19/35 KB 28/56 KB 19/29 KB 5/85 KB 16/35 KB 28/56 KB 21/29 KB 13/85 KB 19/35 KB 32/56 KB 19/29 KB 8/85 KB 19/35 KB 28/56 KB 21/29 KB 13/85 KB 21/35 KB 32/56 KB 21/29 KB 13/85 KB 24/35 KB 32/56 KB 21/29 KB 8/85 KB 19/35 KB 28/56 KB 21/29 KB 13/85 KB 24/35 KB 36/56 KB 24/29 KB 16/85 KB 27/35 KB 40/56 KB 24/29 KB 16/85 KB 27/35 KB 36/56 KB 24/29 KB 13/85 KB 27/35 KB 36/56 KB 24/29 KB 3/24 KB 16/85 KB 27/35 KB 44/56 KB 24/29 KB 6/24 KB 19/85 KB 29/35 KB 44/56 KB 24/29 KB 9/24 KB 19/85 KB 29/35 KB 44/56 KB 24/29 KB 11/24 KB 19/85 KB 29/35 KB 44/56 KB 24/29 KB 13/85 KB 24/35 KB 36/56 KB 27/29 KB 11/24 KB 19/85 KB 29/35 KB 44/56 KB 29/29 KB 11/24 KB 19/85 KB 29/35 KB 44/56 KB 24/29 KB 16/85 KB 27/35 KB 44/56 KB 29/29 KB 11/24 KB 19/85 KB 29/35 KB 48/56 KB 24/29 KB 3/24 KB 19/85 KB 29/35 KB 44/56 KB 24/29 KB 3/24 KB 16/85 KB 29/35 KB 44/56 KB 29/29 KB 11/24 KB 21/85 KB 29/35 KB 48/56 KB 29/29 KB 11/24 KB 24/85 KB 32/35 KB 48/56 KB 29/29 KB 11/24 KB 21/85 KB 32/35 KB 48/56 KB 29/29 KB 11/24 KB 24/85 KB 35/35 KB 48/56 KB 29/29 KB 11/24 KB 27/85 KB 35/35 KB 48/56 KB 29/29 KB 11/24 KB 27/85 KB 35/35 KB 48/56 KB 29/29 KB 11/24 KB 29/85 KB 35/35 KB 52/56 KB 29/29 KB 11/24 KB 27/85 KB 35/35 KB 52/56 KB 29/29 KB 11/24 KB 29/85 KB 35/35 KB 56/56 KB 29/29 KB 11/24 KB 32/85 KB 35/35 KB 56/56 KB 29/29 KB 14/24 KB 36/85 KB 35/35 KB 56/56 KB 14/24 KB 40/85 KB 35/35 KB 56/56 KB 29/29 KB 14/24 KB 32/85 KB 35/35 KB 56/56 KB 16/24 KB 44/85 KB 35/35 KB 56/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 409.3 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 19/24 KB 44/85 KB 35/35 KB 56/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 458.9 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 22/24 KB 44/85 KB 56/56 KB 14/24 KB 44/85 KB 35/35 KB 56/56 KB 22/24 KB 48/85 KB 56/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 1149.7 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 24/24 KB 52/85 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install 22/24 KB 52/85 KB 24/24 KB 56/85 KB 24/24 KB 60/85 KB 24/24 KB 64/85 KB 24/24 KB 68/85 KB 3/86 KB 24/24 KB 72/85 KB 3/86 KB 24/24 KB 68/85 KB 6/86 KB 24/24 KB 76/85 KB 9/86 KB 24/24 KB 76/85 KB 9/86 KB 24/24 KB 76/85 KB 9/86 KB 24/24 KB 80/85 KB 11/86 KB 84/85 KB 11/86 KB 85/85 KB 3/218 KB 3/12 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 391.8 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 11/86 KB 24/24 KB 80/85 KB 11/86 KB 84/85 KB 3/218 KB 3/12 KB 11/86 KB 85/85 KB 5/218 KB 3/12 KB 11/86 KB 85/85 KB 8/218 KB 3/12 KB 11/86 KB 84/85 KB 3/12 KB 11/86 KB 85/85 KB 8/218 KB 5/12 KB 14/86 KB 85/85 KB 8/218 KB 8/12 KB 14/86 KB 85/85 KB 8/218 KB 5/12 KB 14/86 KB 85/85 KB 11/218 KB 8/12 KB 16/86 KB 85/85 KB 11/218 KB 8/12 KB 19/86 KB 85/85 KB 13/218 KB 11/12 KB 22/86 KB 85/85 KB 13/218 KB 11/12 KB 16/86 KB 85/85 KB 13/218 KB 11/12 KB 16/86 KB 85/85 KB 13/218 KB 11/12 KB 22/86 KB 85/85 KB 16/218 KB 11/12 KB 22/86 KB 85/85 KB 19/218 KB 12/12 KB 22/86 KB 85/85 KB 21/218 KB 12/12 KB 25/86 KB 85/85 KB 24/218 KB 12/12 KB 22/86 KB 85/85 KB 16/218 KB 12/12 KB 25/86 KB 85/85 KB 21/218 KB 12/12 KB 27/86 KB 85/85 KB 24/218 KB 12/12 KB 30/86 KB 85/85 KB 24/218 KB 12/12 KB 32/86 KB 85/85 KB 24/218 KB 12/12 KB 32/86 KB 85/85 KB 27/218 KB 12/12 KB 32/86 KB 85/85 KB 29/218 KB 12/12 KB 36/86 KB 85/85 KB 32/218 KB 12/12 KB 36/86 KB 85/85 KB 36/218 KB 12/12 KB 36/86 KB 85/85 KB 40/218 KB 36/86 KB 85/85 KB 44/218 KB 36/86 KB 85/85 KB 48/218 KB 36/86 KB 85/85 KB 29/218 KB 12/12 KB 40/86 KB 85/85 KB 48/218 KB 44/86 KB 85/85 KB 48/218 KB 48/86 KB 85/85 KB 48/218 KB 52/86 KB 85/85 KB 48/218 KB 56/86 KB 85/85 KB 48/218 KB 60/86 KB 85/85 KB 48/218 KB 64/86 KB 85/85 KB 48/218 KB 68/86 KB 85/85 KB 48/218 KB 72/86 KB 85/85 KB 52/218 KB 76/86 KB 85/85 KB 52/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 125.9 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 68/86 KB 85/85 KB 52/218 KB 76/86 KB 85/85 KB 56/218 KB 76/86 KB 85/85 KB 60/218 KB 76/86 KB 85/85 KB 64/218 KB 76/86 KB 85/85 KB 68/218 KB 80/86 KB 85/85 KB 68/218 KB 84/86 KB 85/85 KB 68/218 KB 84/86 KB 85/85 KB 72/218 KB 86/86 KB 85/85 KB 76/218 KB 86/86 KB 85/85 KB 80/218 KB 86/86 KB 85/85 KB 72/218 KB 86/86 KB 85/85 KB 84/218 KB 86/86 KB 85/85 KB 88/218 KB 86/86 KB 85/85 KB 92/218 KB 86/86 KB 85/85 KB 96/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 788.5 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 86/86 KB 100/218 KB 86/86 KB 104/218 KB 86/86 KB 108/218 KB 86/86 KB 112/218 KB 86/86 KB 116/218 KB 86/86 KB 120/218 KB 86/86 KB 124/218 KB 86/86 KB 128/218 KB 86/86 KB 132/218 KB 86/86 KB 136/218 KB 86/86 KB 140/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 844.7 KB/sec) unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install 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 1786.4 KB/sec) unit-abot-epc-basic-0: 10:06:10 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3700461956059428254.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:10 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: 10:06:10 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3251111480525008120.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: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:10 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: 10:06:10 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7907192437803150223.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:10 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: 10:06:10 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall230292566123438075.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:10 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: 10:06:10 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4267318481627093667.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: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:10 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: 10:06:10 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: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4112447195993783244.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.368 s unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-11-09T10:06:10+00:00 unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 10:06:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:12 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:06:12 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:12 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:12 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 10:06:12 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 17.7 KB/sec) unit-abot-epc-basic-0: 10:06:13 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: 10:06:13 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 449.1 KB/sec) unit-abot-epc-basic-0: 10:06:13 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: 10:06:13 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-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom unit-abot-epc-basic-0: 10:06:13 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/apache/11/apache-11.pom (15 KB at 723.2 KB/sec) unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar unit-abot-epc-basic-0: 10:06:13 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 1310.3 KB/sec) unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 516.0 KB/sec) unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar unit-abot-epc-basic-0: 10:06:13 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 1380.2 KB/sec) unit-abot-epc-basic-0: 10:06:13 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: 10:06:13 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 226.4 KB/sec) unit-abot-epc-basic-0: 10:06:13 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: 10:06:13 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 901.0 KB/sec) unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install 3/39 KB 6/39 KB 9/39 KB 11/39 KB 14/39 KB 16/39 KB 19/39 KB 22/39 KB 25/39 KB 27/39 KB 30/39 KB 32/39 KB 35/39 KB 38/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 1387.6 KB/sec) unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 939.8 KB/sec) unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install 3/38 KB 6/38 KB 9/38 KB 11/38 KB 14/38 KB 16/38 KB 19/38 KB 22/38 KB 25/38 KB 27/38 KB 30/38 KB 32/38 KB 35/38 KB 38/38 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 KB at 1500.1 KB/sec) unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 284.9 KB/sec) unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar unit-abot-epc-basic-0: 10:06:13 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 1384.4 KB/sec) unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 10:06:13 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 205.9 KB/sec) unit-abot-epc-basic-0: 10:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom unit-abot-epc-basic-0: 10:06:14 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 362.4 KB/sec) unit-abot-epc-basic-0: 10:06:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 10:06:14 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 384.6 KB/sec) unit-abot-epc-basic-0: 10:06:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 10:06:14 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: 10:06:14 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom (7 KB at 278.1 KB/sec) unit-abot-epc-basic-0: 10:06:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 10:06:14 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: 10:06: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/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 412.1 KB/sec) unit-abot-epc-basic-0: 10:06:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 10:06:14 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: 10:06:14 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 337.0 KB/sec) unit-abot-epc-basic-0: 10:06:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 10:06:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 10:06:15 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 208.7 KB/sec) unit-abot-epc-basic-0: 10:06:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 10:06:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 10:06:15 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: 10:06:15 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-abot-epc-basic-0: 10:06:15 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-abot-epc-basic-0: 10:06:15 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 1350.9 KB/sec) unit-abot-epc-basic-0: 10:06:15 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-abot-epc-basic-0: 10:06:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 10:06:15 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 298.8 KB/sec) unit-abot-epc-basic-0: 10:06:15 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-abot-epc-basic-0: 10:06:16 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: 10:06:16 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 198.9 KB/sec) unit-abot-epc-basic-0: 10:06:16 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-abot-epc-basic-0: 10:06:16 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: 10:06:16 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 144.4 KB/sec) unit-abot-epc-basic-0: 10:06:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 10:06:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 10:06:16 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: 10:06:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 10:06:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 10:06:16 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 120.5 KB/sec) unit-abot-epc-basic-0: 10:06:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 10:06:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 10:06:17 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 53.4 KB/sec) unit-abot-epc-basic-0: 10:06:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 10:06:17 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: 10:06:17 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 128.4 KB/sec) unit-abot-epc-basic-0: 10:06:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 10:06:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 10:06:17 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 166.3 KB/sec) unit-abot-epc-basic-0: 10:06:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 10:06:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 10:06:17 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 100.8 KB/sec) unit-abot-epc-basic-0: 10:06:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 10:06:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 10:06:18 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/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 650.8 KB/sec) unit-abot-epc-basic-0: 10:06:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 10:06:18 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: 10:06:18 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 445.7 KB/sec) unit-abot-epc-basic-0: 10:06:18 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: 10:06:19 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: 10:06:19 DEBUG unit.abot-epc-basic/0.install 3/53 KB 5/53 KB 8/53 KB 11/53 KB 13/53 KB 16/53 KB 19/53 KB 21/53 KB 24/53 KB 27/53 KB 29/53 KB 32/53 KB 36/53 KB 40/53 KB 44/53 KB 48/53 KB 52/53 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom (53 KB at 1455.5 KB/sec) unit-abot-epc-basic-0: 10:06:19 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: 10:06:19 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: 10:06:19 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 887.1 KB/sec) unit-abot-epc-basic-0: 10:06:19 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: 10:06:19 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: 10:06:19 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 558.7 KB/sec) unit-abot-epc-basic-0: 10:06:19 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: 10:06:19 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: 10:06:19 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom (5 KB at 233.3 KB/sec) unit-abot-epc-basic-0: 10:06:19 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: 10:06:19 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: 10:06:19 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 169.8 KB/sec) unit-abot-epc-basic-0: 10:06:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 10:06:20 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: 10:06:20 DEBUG unit.abot-epc-basic/0.install 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 173.7 KB/sec) unit-abot-epc-basic-0: 10:06:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 10:06:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 10:06:20 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 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 893.1 KB/sec) unit-abot-epc-basic-0: 10:06:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 10:06:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 10:06:20 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-abot-epc-basic-0: 10:06:20 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-abot-epc-basic-0: 10:06:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 10:06:20 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 245.7 KB/sec) unit-abot-epc-basic-0: 10:06:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 10:06:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 10:06:20 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 155.6 KB/sec) unit-abot-epc-basic-0: 10:06:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 10:06:21 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: 10:06:21 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 29.5 KB/sec) unit-abot-epc-basic-0: 10:06:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 10:06:21 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: 10:06:21 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 174.5 KB/sec) unit-abot-epc-basic-0: 10:06:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 10:06:21 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: 10:06:21 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 112.2 KB/sec) unit-abot-epc-basic-0: 10:06:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 10:06:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 10:06:21 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 309.8 KB/sec) unit-abot-epc-basic-0: 10:06:21 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 machine-2: 10:06:22 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 10:06:22 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 10:06:22 DEBUG juju.agent read agent config, format "2.0" machine-2: 10:06:22 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 10:06:22 DEBUG juju.worker start "engine" machine-2: 10:06:22 INFO juju.worker start "engine" machine-2: 10:06:22 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 10:06:22 DEBUG juju.worker "engine" started machine-2: 10:06:22 DEBUG juju.worker.introspection stats worker now serving machine-2: 10:06:22 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 10:06:22 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 10:06:22 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 10:06:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:06:22 DEBUG juju.worker.apicaller connecting with old password machine-2: 10:06:22 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 10:06:22 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:06:22 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:06:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:06:22 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 10:06:22 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 10:06:22 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 10:06:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 10:06:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:06:22 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 machine-2: 10:06:22 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 10:06:22 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: 10:06:22 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 machine-2: 10:06:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 10:06:22 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 10:06:22 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: 10:06:22 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 558.7 KB/sec) unit-abot-epc-basic-0: 10:06:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom machine-2: 10:06:22 DEBUG juju.worker.apicaller connected machine-2: 10:06:22 DEBUG juju.worker.apicaller changing password... machine-2: 10:06:23 DEBUG juju.worker.apicaller password changed machine-2: 10:06:23 DEBUG juju.api RPC connection died machine-2: 10:06:23 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 10:06:23 DEBUG juju.worker.apicaller connecting with current password machine-2: 10:06:23 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:06:23 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:06:23 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:06:23 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:06:23 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: 10:06:23 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 678.5 KB/sec) unit-abot-epc-basic-0: 10:06:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom machine-2: 10:06:23 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 10:06:23 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 10:06:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 10:06:23 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:06:23 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:23 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 10:06:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:06:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom machine-2: 10:06:23 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:06:24 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 365.8 KB/sec) machine-2: 10:06:24 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 10:06:24 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: 10:06:24 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 737.0 KB/sec) unit-abot-epc-basic-0: 10:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom machine-2: 10:06:24 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 10:06:24 INFO juju.worker.upgrader unblocking abort check machine-2: 10:06:24 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 10:06:24 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 10:06:24 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 10:06:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 10:06:24 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 10:06:24 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 10:06:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 10:06:24 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.logger logger setup machine-2: 10:06:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 10:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom machine-2: 10:06:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 10:06:24 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:06:24 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:06:24 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:06:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:06:24 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 10:06:24 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 10:06:24 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: 10:06:24 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 10:06:24 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:06:24 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:06:24 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 10:06:24 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 10:06:24 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 10:06:24 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 10:06:24 INFO juju.util.exec run result: exit status 127 machine-2: 10:06:24 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec248515861/script.sh: line 1: fanatic: command not found 127 machine-2: 10:06:24 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:06:24 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:06:24 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:06:24 DEBUG juju.network including address public:172.30.9.200 for machine machine-2: 10:06:24 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-2: 10:06:24 DEBUG juju.network including address local-fan:252.10.0.1 for machine machine-2: 10:06:24 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:06:24 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:06:24 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 10:06:24 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 10:06:24 DEBUG juju.worker.reboot Reboot worker got action: noop unit-abot-epc-basic-0: 10:06:24 DEBUG unit.abot-epc-basic/0.install 3/52 KB 6/52 KB 9/52 KB 11/52 KB 14/52 KB 16/52 KB 19/52 KB 22/52 KB 25/52 KB 27/52 KB 30/52 KB 32/52 KB 36/52 KB 40/52 KB 44/52 KB 48/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 1920.1 KB/sec) machine-2: 10:06:24 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 10:06:24 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 10:06:24 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: 10:06:24 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 10:06:24 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 10:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom machine-2: 10:06:24 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 10:06:24 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 10:06:24 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 10:06:24 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 10:06:24 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 10:06:24 INFO juju.util.exec run result: exit status 127 machine-2: 10:06:24 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec267702306/script.sh: line 1: fanatic: command not found 127 machine-2: 10:06:24 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-2: 10:06:24 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 10:06:24 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-2: 10:06:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-2: 10:06:24 DEBUG juju.api RPC connection died machine-2: 10:06:24 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 10:06:24 DEBUG juju.worker killing runner 0xc42048ea90 machine-2: 10:06:24 INFO juju.worker runner is dying machine-2: 10:06:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 10:06:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-2: 10:06:24 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: 10:06:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 10:06:24 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-2: 10:06:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 10:06:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 10:06:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 10:06:24 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 10:06:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 10:06:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 10:06:24 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 10:06:24 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:24 DEBUG juju.worker.apicaller connecting with current password machine-2: 10:06:24 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:06:24 INFO juju.api connection established to "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:06:24 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 10:06:24 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: 10:06:24 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 125.6 KB/sec) unit-abot-epc-basic-0: 10:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 10:06:24 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: 10:06:24 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 478.5 KB/sec) unit-abot-epc-basic-0: 10:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 10:06:25 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: 10:06:25 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 103.8 KB/sec) unit-abot-epc-basic-0: 10:06:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 10:06:25 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: 10:06:25 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 202.0 KB/sec) unit-abot-epc-basic-0: 10:06:25 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 machine-2: 10:06:25 DEBUG juju.worker.apicaller connected machine-2: 10:06:25 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 10:06:25 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 10:06:25 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:06:25 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 machine-2: 10:06:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:06:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 10:06:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 10:06:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 10:06:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: unit-abot-epc-basic-0: 10:06:25 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 794.5 KB/sec) machine-2: 10:06:25 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available unit-abot-epc-basic-0: 10:06:25 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 machine-2: 10:06:25 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 10:06:25 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 10:06:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 10:06:25 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:06:25 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:06:25 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:06:25 DEBUG juju.network including address public:172.30.9.200 for machine machine-2: 10:06:25 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-2: 10:06:25 DEBUG juju.network including address local-fan:252.10.0.1 for machine machine-2: 10:06:25 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:06:25 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:06:25 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 10:06:25 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 10:06:25 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-2: 10:06:25 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 10:06:25 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 10:06:25 INFO juju.util.exec run result: exit status 127 machine-2: 10:06:25 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec528297590/script.sh: line 1: fanatic: command not found 127 machine-2: 10:06:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 10:06:25 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 10:06:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 10:06:25 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 10:06:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 10:06:25 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:06:25 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-2: 10:06:25 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 10:06:25 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 10:06:25 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:06:25 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 10:06:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 10:06:25 INFO juju.util.exec run result: exit status 127 machine-2: 10:06:25 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec322011416/script.sh: line 1: fanatic: command not found 127 machine-2: 10:06:25 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:06:25 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:06:25 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:06:25 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 10:06:25 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 10:06:25 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 10:06:25 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 10:06:25 INFO juju.worker.upgrader unblocking abort check machine-2: 10:06:25 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 10:06:25 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:06:25 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:06:25 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:06:25 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:06:25 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-2: 10:06:25 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:06:25 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] machine-2: 10:06:25 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] machine-2: 10:06:25 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 10:06:25 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 10:06:25 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 10:06:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.logger logger setup machine-2: 10:06:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:06:25 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 10:06:25 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 10:06:25 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 10:06:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 10:06:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 10:06:25 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 10:06:25 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible unit-abot-epc-basic-0: 10:06:25 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 machine-2: 10:06:25 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 10:06:25 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 10:06:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 10:06:25 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 201.1 KB/sec) unit-abot-epc-basic-0: 10:06:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom machine-2: 10:06:25 DEBUG juju.worker start "2-container-watcher" machine-2: 10:06:25 DEBUG juju.worker start "stateconverter" machine-2: 10:06:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 10:06:25 INFO juju.worker start "2-container-watcher" machine-2: 10:06:25 DEBUG juju.worker "2-container-watcher" started machine-2: 10:06:25 INFO juju.worker start "stateconverter" machine-2: 10:06:25 DEBUG juju.worker "stateconverter" started machine-2: 10:06:25 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 10:06:25 INFO juju.worker.machiner "machine-2" started machine-2: 10:06:25 INFO juju.api.common no addresses observed on interface "tunl0" machine-2: 10:06:25 DEBUG juju.service discovered init system "upstart" from local host machine-2: 10:06:25 DEBUG juju.worker.deployer API addresses: ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-2: 10:06:25 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} unit-abot-epc-basic-0: 10:06:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 10:06:25 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 78.5 KB/sec) unit-abot-epc-basic-0: 10:06:25 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-epc-0: 10:06:25 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 10:06:25 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: 10:06:25 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 10:06:25 DEBUG juju.worker start "api" unit-oai-epc-0: 10:06:25 INFO juju.worker start "api" unit-oai-epc-0: 10:06:25 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 10:06:25 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 10:06:25 DEBUG juju.worker "api" started unit-oai-epc-0: 10:06:25 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:06:25 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:06:25 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:06:25 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-oai-epc-0: 10:06:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 10:06:25 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 72.7 KB/sec) unit-abot-epc-basic-0: 10:06:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 10:06:26 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: 10:06:26 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 629.2 KB/sec) unit-abot-epc-basic-0: 10:06:26 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: 10:06:26 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: 10:06: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/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 400.9 KB/sec) unit-abot-epc-basic-0: 10:06:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom machine-2: 10:06:26 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:0a:4c:84 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.8 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:0a:4c:84 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: 10:06:26 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: 10:06:26 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 218.3 KB/sec) unit-abot-epc-basic-0: 10:06:26 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: 10:06:26 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: 10:06:26 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 802.6 KB/sec) unit-abot-epc-basic-0: 10:06:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 10:06:26 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: 10:06:26 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: 10:06:26 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-epc-0: 10:06:26 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 10:06:26 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:06:26 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: 10:06:26 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 683.2 KB/sec) unit-abot-epc-basic-0: 10:06:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-oai-epc-0: 10:06:27 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 10:06:27 DEBUG juju.api RPC connection died unit-oai-epc-0: 10:06:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 10:06:27 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: 10:06:27 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 1337.3 KB/sec) unit-abot-epc-basic-0: 10:06:27 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-oai-epc-0: 10:06:27 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 10:06:27 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:06:27 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:06:27 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 10:06:27 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: 10:06:27 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/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom (16 KB at 796.6 KB/sec) unit-abot-epc-basic-0: 10:06:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 10:06:27 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: 10:06:27 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 1580.8 KB/sec) unit-abot-epc-basic-0: 10:06:27 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: 10:06:27 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: 10:06:27 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 225.3 KB/sec) unit-abot-epc-basic-0: 10:06:27 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-oai-epc-0: 10:06:27 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:06:27 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: 10:06:28 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 352.5 KB/sec) unit-abot-epc-basic-0: 10:06:28 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-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:06:28 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: 10:06:28 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 268.5 KB/sec) unit-abot-epc-basic-0: 10:06:28 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: 10:06:28 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: 10:06:28 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 913.3 KB/sec) unit-abot-epc-basic-0: 10:06:28 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-oai-epc-0: 10:06:28 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 10:06:28 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 10:06:28 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 10:06:28 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: 10:06:28 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 585.0 KB/sec) unit-abot-epc-basic-0: 10:06:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 10:06:28 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:06:28 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 10:06:28 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 10:06:28 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 10:06:28 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 10:06:28 DEBUG juju.network including address public:172.30.9.200 for machine unit-oai-epc-0: 10:06:28 DEBUG juju.network including address local-cloud:192.168.121.10 for machine unit-oai-epc-0: 10:06:28 DEBUG juju.network including address local-fan:252.10.0.1 for machine unit-oai-epc-0: 10:06:28 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 10:06:28 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 10:06:28 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 10:06:28 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 10:06:28 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 10:06:28 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 10:06:28 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 10:06:28 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: 10:06:28 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 10:06:28 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 10:06:28 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-epc-0: 10:06:28 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-epc-0: 10:06:28 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-epc-0: 10:06:28 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 10:06:28 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: 10:06:28 DEBUG unit.abot-epc-basic/0.install 1/4 KB 4/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 234.5 KB/sec) unit-abot-epc-basic-0: 10:06:28 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: 10:06:29 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: 10:06:29 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 101.1 KB/sec) unit-abot-epc-basic-0: 10:06:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 10:06:29 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: 10:06:29 DEBUG unit.abot-epc-basic/0.install 1016/1016 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 70.9 KB/sec) unit-abot-epc-basic-0: 10:06:29 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-epc-0: 10:06:29 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-abot-epc-basic-0: 10:06:29 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: 10:06:29 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 123.3 KB/sec) unit-abot-epc-basic-0: 10:06:29 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-epc-0: 10:06:29 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 10:06:29 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 10:06:29 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: 10:06:29 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 62.8 KB/sec) unit-abot-epc-basic-0: 10:06:29 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: 10:06:29 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: 10:06:29 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 29.4 KB/sec) unit-abot-epc-basic-0: 10:06:29 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: 10:06:29 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: 10:06:29 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom (2 KB at 128.9 KB/sec) unit-abot-epc-basic-0: 10:06:29 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: 10:06:30 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: 10:06:30 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 353.3 KB/sec) unit-abot-epc-basic-0: 10:06:30 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: 10:06:30 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: 10:06:30 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 112.8 KB/sec) unit-abot-epc-basic-0: 10:06:30 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: 10:06:30 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: 10:06:30 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 440.7 KB/sec) unit-abot-epc-basic-0: 10:06:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 10:06:30 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: 10:06:30 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 1125.9 KB/sec) unit-abot-epc-basic-0: 10:06:30 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: 10:06:30 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: 10:06:30 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 159.4 KB/sec) unit-abot-epc-basic-0: 10:06:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 10:06:31 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: 10:06:31 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 824.2 KB/sec) unit-abot-epc-basic-0: 10:06:31 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-epc-0: 10:06:31 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 10:06:31 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 10:06:31 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 10:06:31 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 10:06:31 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 10:06:31 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 10:06:31 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 10:06:31 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 10:06:31 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 10:06:31 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 10:06:31 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 10:06:31 DEBUG httpbakery client do GET https://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 10:06:31 DEBUG httpbakery } -> error unit-oai-epc-0: 10:06:31 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 10:06:31 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-abot-epc-basic-0: 10:06:31 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: 10:06:31 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 152.8 KB/sec) unit-abot-epc-basic-0: 10:06:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-oai-epc-0: 10:06:31 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 10:06:31 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 10:06:31 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 10:06:31 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: 10:06:31 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom (11 KB at 489.4 KB/sec) unit-abot-epc-basic-0: 10:06:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 10:06:31 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: 10:06:31 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 107.7 KB/sec) unit-abot-epc-basic-0: 10:06:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 10:06:31 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: 10:06:31 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 503.0 KB/sec) unit-abot-epc-basic-0: 10:06:31 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: 10:06:32 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: 10:06:32 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 202.0 KB/sec) unit-abot-epc-basic-0: 10:06:32 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: 10:06:32 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: 10:06:32 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 678.1 KB/sec) unit-abot-epc-basic-0: 10:06:32 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: 10:06:32 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: 10:06:32 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 374.1 KB/sec) unit-abot-epc-basic-0: 10:06:32 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-epc-0: 10:06:32 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 10:06:32 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 10:06:32 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 10:06:32 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 10:06:32 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 10:06:32 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 10:06:32 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-oai-epc-0: 10:06:32 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 10:06:32 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 791.3 KB/sec) unit-abot-epc-basic-0: 10:06:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 10:06:32 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 10:06:32 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install ++ config-get revision unit-abot-epc-basic-0: 10:06:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom unit-oai-epc-0: 10:06:32 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-abot-epc-basic-0: 10:06:32 DEBUG unit.abot-epc-basic/0.install 3/27 KB 6/27 KB 9/27 KB 11/27 KB 14/27 KB 16/27 KB 19/27 KB 22/27 KB 25/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1266.9 KB/sec) unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 10:06:32 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-abot-epc-basic-0: 10:06:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 10:06:33 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: 10:06:33 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 391.3 KB/sec) unit-abot-epc-basic-0: 10:06:33 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-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 10:06:33 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: 10:06:33 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-abot-epc-basic-0: 10:06:33 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-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install Need to get 3054 kB of archives. unit-oai-epc-0: 10:06:33 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 10:06:33 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: 10:06:33 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 790.7 KB/sec) unit-abot-epc-basic-0: 10:06:33 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-oai-epc-0: 10:06:33 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.9 [701 kB] unit-abot-epc-basic-0: 10:06:33 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: 10:06:33 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 995.7 KB/sec) unit-abot-epc-basic-0: 10:06:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 10:06:33 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: 10:06:33 DEBUG unit.abot-epc-basic/0.install 3/49 KB 6/49 KB 9/49 KB 11/49 KB 14/49 KB 16/49 KB 19/49 KB 22/49 KB 25/49 KB 27/49 KB 30/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 1883.6 KB/sec) unit-abot-epc-basic-0: 10:06:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-oai-epc-0: 10:06:34 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.9 [2333 kB] unit-abot-epc-basic-0: 10:06:34 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: 10:06:34 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 292.1 KB/sec) unit-abot-epc-basic-0: 10:06:34 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-epc-0: 10:06:34 DEBUG unit.oai-epc/0.install Fetched 3054 kB in 0s (3166 kB/s) unit-abot-epc-basic-0: 10:06:34 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: 10:06:34 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom (5 KB at 319.1 KB/sec) unit-abot-epc-basic-0: 10:06:34 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-epc-0: 10:06:34 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 10:06:34 DEBUG unit.oai-epc/0.install (Reading database ... 52431 files and directories currently installed.) unit-oai-epc-0: 10:06:34 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 10:06:34 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-oai-epc-0: 10:06:34 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 10:06:34 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 1268.7 KB/sec) unit-abot-epc-basic-0: 10:06:34 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: 10:06:34 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: 10:06:34 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 393.8 KB/sec) unit-abot-epc-basic-0: 10:06:34 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-epc-0: 10:06:34 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 10:06:34 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.9_all.deb ... unit-oai-epc-0: 10:06:34 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:06:34 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: 10:06:34 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 304.3 KB/sec) unit-abot-epc-basic-0: 10:06:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-abot-epc-basic-0: 10:06:35 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 1.7 KB/sec) unit-abot-epc-basic-0: 10:06:35 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: 10:06:35 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: 10:06:35 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 537.3 KB/sec) unit-abot-epc-basic-0: 10:06:35 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: 10:06:35 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: 10:06:35 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: 10:06:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 10:06:35 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: 10:06:35 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 662.7 KB/sec) unit-abot-epc-basic-0: 10:06:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-oai-epc-0: 10:06:36 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 10:06:36 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.9_amd64.deb ... unit-oai-epc-0: 10:06:36 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:06:36 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: 10:06:36 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/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: 10:06:36 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: 10:06:36 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: 10:06:36 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 1070.8 KB/sec) unit-abot-epc-basic-0: 10:06:36 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: 10:06:36 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: 10:06:36 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 909.9 KB/sec) unit-abot-epc-basic-0: 10:06:36 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: 10:06:36 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: 10:06:36 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 10.5 KB/sec) unit-abot-epc-basic-0: 10:06:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 10:06:36 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: 10:06:36 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom (16 KB at 833.8 KB/sec) unit-abot-epc-basic-0: 10:06:36 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: 10:06:37 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: 10:06:37 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 232.0 KB/sec) unit-abot-epc-basic-0: 10:06:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-oai-epc-0: 10:06:37 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:06:37 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: 10:06:37 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 150.0 KB/sec) unit-abot-epc-basic-0: 10:06:37 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: 10:06:37 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: 10:06:37 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 82.2 KB/sec) unit-abot-epc-basic-0: 10:06:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 10:06:37 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: 10:06:37 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 673.5 KB/sec) unit-abot-epc-basic-0: 10:06:37 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: 10:06:38 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: 10:06:38 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 1538.6 KB/sec) unit-abot-epc-basic-0: 10:06:38 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: 10:06:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 10:06:38 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 317.5 KB/sec) unit-abot-epc-basic-0: 10:06:38 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-oai-epc-0: 10:06:38 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 10:06:38 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-oai-epc-0: 10:06:38 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:06:38 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 41.5 KB/sec) unit-abot-epc-basic-0: 10:06:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-oai-epc-0: 10:06:38 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:06:38 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: 10:06:38 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/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (6 KB at 410.3 KB/sec) unit-abot-epc-basic-0: 10:06:38 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: 10:06:38 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: 10:06:38 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 650.8 KB/sec) unit-abot-epc-basic-0: 10:06:38 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: 10:06:39 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 2.4 KB/sec) unit-abot-epc-basic-0: 10:06:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 10:06:39 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: 10:06:39 DEBUG unit.abot-epc-basic/0.install 3/6 KB 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 386.2 KB/sec) unit-abot-epc-basic-0: 10:06:39 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: 10:06:39 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: 10:06:39 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: 10:06:39 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: 10:06:39 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: 10:06:39 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: 10:06:39 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: 10:06:39 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: 10:06:39 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: 10:06:39 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: 10:06:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 10:06:39 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: 10:06:39 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: 10:06:39 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: 10:06:39 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: 10:06:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 10:06:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 10:06:39 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: 10:06:39 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: 10:06:39 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-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 10:06:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:06:39 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 10:06:40 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: 10:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 10:06:40 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: 10:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-oai-epc-0: 10:06:40 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:06:40 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 10:06:40 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 10:06:40 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-abot-epc-basic-0: 10:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 10:06:40 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: 10:06:40 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: 10:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 10:06:40 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-oai-epc-0: 10:06:40 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (56.5 kB/s) unit-abot-epc-basic-0: 10:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 10:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-oai-epc-0: 10:06:40 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-abot-epc-basic-0: 10:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-oai-epc-0: 10:06:40 DEBUG unit.oai-epc/0.install (Reading database ... 53181 files and directories currently installed.) unit-oai-epc-0: 10:06:40 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 10:06:40 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-oai-epc-0: 10:06:40 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 10:06:40 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: 10:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 10:06:40 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: 10:06:40 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: 10:06:40 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: 10:06:40 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: 10:06:40 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: 10:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 10:06:40 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: 10:06:41 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: 10:06:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 10:06:41 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: 10:06:41 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: 10:06:41 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: 10:06:41 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-oai-epc-0: 10:06:41 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:06:41 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: 10:06:41 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: 10:06:41 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: 10:06:41 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: 10:06:41 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: 10:06:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar unit-oai-epc-0: 10:06:41 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 10:06:41 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: 10:06:41 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: 10:06:41 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: 10:06:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 10:06:41 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: 10:06:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 10:06:41 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: 10:06:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 10:06:42 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 27/966 KB 31/966 KB Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install 33/966 KB 37/966 KB 41/966 KB 45/966 KB 49/966 KB 53/966 KB 57/966 KB 61/966 KB 63/966 KB Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 10:06:42 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 110/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB 387/966 KB 391/966 KB 395/966 KB 398/966 KB 402/966 KB 406/966 KB 410/966 KB 414/966 KB 415/966 KB 419/966 KB 423/966 KB 427/966 KB 431/966 KB 435/966 KB 439/966 KB 443/966 KB 447/966 KB 451/966 KB 455/966 KB 459/966 KB 463/966 KB 467/966 KB 471/966 KB 475/966 KB 479/966 KB 483/966 KB 487/966 KB 491/966 KB 495/966 KB 499/966 KB 503/966 KB 507/966 KB 511/966 KB 515/966 KB 519/966 KB 523/966 KB 527/966 KB 531/966 KB 535/966 KB 539/966 KB 543/966 KB 547/966 KB 551/966 KB 555/966 KB 559/966 KB 563/966 KB 567/966 KB 571/966 KB 575/966 KB 579/966 KB 583/966 KB 587/966 KB 591/966 KB 595/966 KB 599/966 KB 603/966 KB 607/966 KB 611/966 KB 615/966 KB 619/966 KB 623/966 KB 627/966 KB 631/966 KB 635/966 KB 639/966 KB 643/966 KB 647/966 KB 651/966 KB 655/966 KB 659/966 KB 663/966 KB 667/966 KB 671/966 KB 675/966 KB 679/966 KB 683/966 KB 687/966 KB 691/966 KB 695/966 KB 699/966 KB 703/966 KB 707/966 KB 711/966 KB 715/966 KB 719/966 KB 723/966 KB 727/966 KB 731/966 KB 735/966 KB 739/966 KB 743/966 KB 747/966 KB 751/966 KB 755/966 KB 759/966 KB 763/966 KB 767/966 KB 771/966 KB 775/966 KB 779/966 KB 783/966 KB 787/966 KB 791/966 KB 795/966 KB 799/966 KB 803/966 KB 807/966 KB 811/966 KB 815/966 KB 819/966 KB 823/966 KB 827/966 KB 831/966 KB 835/966 KB 839/966 KB 843/966 KB 847/966 KB 851/966 KB 855/966 KB 859/966 KB 863/966 KB 867/966 KB 871/966 KB 875/966 KB 879/966 KB 883/966 KB 887/966 KB 891/966 KB 895/966 KB 899/966 KB 903/966 KB 907/966 KB 911/966 KB 915/966 KB 919/966 KB 923/966 KB 927/966 KB 931/966 KB 935/966 KB 939/966 KB 943/966 KB 947/966 KB 951/966 KB 955/966 KB 959/966 KB 963/966 KB 966/966 KB Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar (966 KB at 275.1 KB/sec) unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 10:06:42 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: 10:06:42 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: 10:06:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install 3/590 KB 5/590 KB 8/590 KB 11/590 KB 13/590 KB 16/590 KB 19/590 KB 21/590 KB 24/590 KB 27/590 KB 29/590 KB 32/590 KB 32/590 KB 3/232 KB 3/1710 KB 32/590 KB 5/232 KB 3/1710 KB 32/590 KB 8/232 KB 3/1710 KB 32/590 KB 11/232 KB 3/1710 KB 32/590 KB 13/232 KB 3/1710 KB 32/590 KB 3/232 KB 3/10 KB 6/1710 KB 32/590 KB 13/232 KB 3/10 KB 9/1710 KB 32/590 KB 13/232 KB 3/10 KB 11/1710 KB 32/590 KB 13/232 KB 3/10 KB 3/1710 KB 32/590 KB 13/232 KB 5/10 KB 11/1710 KB 32/590 KB 13/232 KB 8/10 KB 11/1710 KB 32/590 KB 13/232 KB 10/10 KB 11/1710 KB 32/590 KB 13/232 KB 10/10 KB 11/1710 KB 36/590 KB 13/232 KB 10/10 KB 11/1710 KB 40/590 KB 13/232 KB 10/10 KB 11/1710 KB 44/590 KB 13/232 KB 10/10 KB 11/1710 KB 48/590 KB 13/232 KB 10/10 KB 11/1710 KB 48/590 KB 16/232 KB 10/10 KB 14/1710 KB 48/590 KB 16/232 KB 10/10 KB 16/1710 KB 48/590 KB 16/232 KB 10/10 KB 16/1710 KB 48/590 KB 19/232 KB 10/10 KB 16/1710 KB 48/590 KB 21/232 KB 10/10 KB 16/1710 KB 48/590 KB 24/232 KB 10/10 KB 19/1710 KB 48/590 KB 27/232 KB 10/10 KB 19/1710 KB 48/590 KB 24/232 KB 10/10 KB 22/1710 KB 48/590 KB 27/232 KB 10/10 KB 22/1710 KB 52/590 KB 27/232 KB 10/10 KB 25/1710 KB 56/590 KB 29/232 KB 10/10 KB 25/1710 KB 60/590 KB 29/232 KB 10/10 KB 25/1710 KB 64/590 KB 29/232 KB 10/10 KB 25/1710 KB 52/590 KB 29/232 KB 10/10 KB 22/1710 KB 52/590 KB 29/232 KB 10/10 KB 25/1710 KB 64/590 KB 32/232 KB 10/10 KB 27/1710 KB 64/590 KB 32/232 KB 10/10 KB 30/1710 KB 64/590 KB 32/232 KB 10/10 KB 32/1710 KB 64/590 KB 32/232 KB 10/10 KB 32/1710 KB 64/590 KB 36/232 KB 10/10 KB 32/1710 KB 64/590 KB 40/232 KB 10/10 KB 32/1710 KB 64/590 KB 44/232 KB 10/10 KB 32/1710 KB 64/590 KB 48/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 237.7 KB/sec) unit-abot-epc-basic-0: 10:06:42 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: 10:06:42 DEBUG unit.abot-epc-basic/0.install 32/1710 KB 68/590 KB 48/232 KB 36/1710 KB 72/590 KB 48/232 KB 36/1710 KB 76/590 KB 52/232 KB 36/1710 KB 80/590 KB 52/232 KB 36/1710 KB 84/590 KB 52/232 KB 36/1710 KB 3/240 KB 88/590 KB 52/232 KB 36/1710 KB 3/240 KB 92/590 KB 52/232 KB 36/1710 KB 3/240 KB 96/590 KB 52/232 KB 36/1710 KB 68/590 KB 48/232 KB 40/1710 KB 3/240 KB 96/590 KB 52/232 KB 44/1710 KB 3/240 KB 96/590 KB 52/232 KB 48/1710 KB 3/240 KB 96/590 KB 52/232 KB 36/1710 KB 3/240 KB 84/590 KB 52/232 KB 48/1710 KB 5/240 KB 96/590 KB 52/232 KB 48/1710 KB 8/240 KB 96/590 KB 52/232 KB 52/1710 KB 11/240 KB 96/590 KB 52/232 KB 36/1710 KB 72/590 KB 52/232 KB 52/1710 KB 11/240 KB 96/590 KB 56/232 KB 52/1710 KB 11/240 KB 96/590 KB 60/232 KB 52/1710 KB 11/240 KB 96/590 KB 64/232 KB 52/1710 KB 11/240 KB 96/590 KB 68/232 KB 52/1710 KB 13/240 KB 96/590 KB 72/232 KB 52/1710 KB 13/240 KB 96/590 KB 76/232 KB 52/1710 KB 13/240 KB 96/590 KB 76/232 KB 3/44 KB 52/1710 KB 13/240 KB 96/590 KB 76/232 KB 5/44 KB 52/1710 KB 8/240 KB 96/590 KB 52/232 KB 56/1710 KB 13/240 KB 96/590 KB 76/232 KB 5/44 KB 52/1710 KB 13/240 KB 96/590 KB 68/232 KB 60/1710 KB 16/240 KB 100/590 KB 76/232 KB 8/44 KB 60/1710 KB 13/240 KB 100/590 KB 76/232 KB 8/44 KB 64/1710 KB 16/240 KB 100/590 KB 76/232 KB 8/44 KB 68/1710 KB 16/240 KB 100/590 KB 76/232 KB 8/44 KB 72/1710 KB 19/240 KB 100/590 KB 80/232 KB 8/44 KB 76/1710 KB 19/240 KB 100/590 KB 80/232 KB 8/44 KB 80/1710 KB 19/240 KB 100/590 KB 80/232 KB 8/44 KB 84/1710 KB 19/240 KB 100/590 KB 80/232 KB 8/44 KB 88/1710 KB 19/240 KB 100/590 KB 80/232 KB 8/44 KB 92/1710 KB 19/240 KB 100/590 KB 80/232 KB 8/44 KB 96/1710 KB 19/240 KB 100/590 KB 80/232 KB 8/44 KB 56/1710 KB 13/240 KB 100/590 KB 76/232 KB 8/44 KB 56/1710 KB 13/240 KB 96/590 KB 76/232 KB 8/44 KB 96/1710 KB 19/240 KB 100/590 KB 80/232 KB 11/44 KB 96/1710 KB 19/240 KB 100/590 KB 80/232 KB 13/44 KB 96/1710 KB 19/240 KB 104/590 KB 80/232 KB 13/44 KB 96/1710 KB 19/240 KB 108/590 KB 80/232 KB 13/44 KB 68/1710 KB 19/240 KB 100/590 KB 80/232 KB 8/44 KB 68/1710 KB 19/240 KB 100/590 KB 76/232 KB 8/44 KB 96/1710 KB 21/240 KB 112/590 KB 80/232 KB 16/44 KB 96/1710 KB 19/240 KB 112/590 KB 80/232 KB 16/44 KB 96/1710 KB 21/240 KB 116/590 KB 80/232 KB 16/44 KB 96/1710 KB 24/240 KB 120/590 KB 84/232 KB 16/44 KB 96/1710 KB 24/240 KB 124/590 KB 84/232 KB 16/44 KB 96/1710 KB 24/240 KB 128/590 KB 84/232 KB 16/44 KB 96/1710 KB 19/240 KB 108/590 KB 80/232 KB 16/44 KB 96/1710 KB 24/240 KB 128/590 KB 84/232 KB 19/44 KB 96/1710 KB 24/240 KB 128/590 KB 84/232 KB 21/44 KB 96/1710 KB 24/240 KB 128/590 KB 84/232 KB 24/44 KB 96/1710 KB 24/240 KB 116/590 KB 84/232 KB 16/44 KB 96/1710 KB 24/240 KB 128/590 KB 88/232 KB 24/44 KB 96/1710 KB 24/240 KB 128/590 KB 92/232 KB 27/44 KB 96/1710 KB 24/240 KB 128/590 KB 96/232 KB 27/44 KB 96/1710 KB 24/240 KB 128/590 KB 100/232 KB 27/44 KB 100/1710 KB 24/240 KB 128/590 KB 104/232 KB 27/44 KB 100/1710 KB 24/240 KB 128/590 KB 108/232 KB 27/44 KB 100/1710 KB 24/240 KB 128/590 KB 112/232 KB 27/44 KB 96/1710 KB 24/240 KB 116/590 KB 80/232 KB 16/44 KB 100/1710 KB 27/240 KB 128/590 KB 112/232 KB 27/44 KB 100/1710 KB 29/240 KB 128/590 KB 112/232 KB 27/44 KB 100/1710 KB 32/240 KB 128/590 KB 112/232 KB 27/44 KB 100/1710 KB 36/240 KB 128/590 KB 112/232 KB 27/44 KB 100/1710 KB 40/240 KB 128/590 KB 112/232 KB 27/44 KB 100/1710 KB 44/240 KB 128/590 KB 112/232 KB 27/44 KB 100/1710 KB 48/2 unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install 40 KB 128/590 KB 112/232 KB 27/44 KB 100/1710 KB 52/240 KB 132/590 KB 112/232 KB 27/44 KB 100/1710 KB 56/240 KB 132/590 KB 116/232 KB 27/44 KB 100/1710 KB 60/240 KB 132/590 KB 116/232 KB 27/44 KB 100/1710 KB 64/240 KB 132/590 KB 116/232 KB 27/44 KB 100/1710 KB 68/240 KB 132/590 KB 116/232 KB 27/44 KB 100/1710 KB 72/240 KB 132/590 KB 116/232 KB 27/44 KB 100/1710 KB 76/240 KB 132/590 KB 116/232 KB 27/44 KB 100/1710 KB 24/240 KB 128/590 KB 100/232 KB 27/44 KB 96/1710 KB 24/240 KB 128/590 KB 88/232 KB 27/44 KB 100/1710 KB 76/240 KB 132/590 KB 116/232 KB 29/44 KB 100/1710 KB 76/240 KB 132/590 KB 116/232 KB 32/44 KB 100/1710 KB 76/240 KB 132/590 KB 116/232 KB 36/44 KB 100/1710 KB 76/240 KB 132/590 KB 116/232 KB 40/44 KB 100/1710 KB 76/240 KB 132/590 KB 116/232 KB 44/44 KB 100/1710 KB 76/240 KB 132/590 KB 116/232 KB 44/44 KB 104/1710 KB 76/240 KB 132/590 KB 116/232 KB 44/44 KB 108/1710 KB 76/240 KB 132/590 KB 116/232 KB 44/44 KB 112/1710 KB 76/240 KB 132/590 KB 116/232 KB 44/44 KB 100/1710 KB 52/240 KB 132/590 KB 116/232 KB 27/44 KB 112/1710 KB 76/240 KB 132/590 KB 120/232 KB 44/44 KB 116/1710 KB 76/240 KB 132/590 KB 124/232 KB 44/44 KB 116/1710 KB 76/240 KB 132/590 KB 128/232 KB 44/44 KB 116/1710 KB 76/240 KB 132/590 KB 132/232 KB 44/44 KB 116/1710 KB 76/240 KB 132/590 KB 136/232 KB 44/44 KB 100/1710 KB 48/240 KB 132/590 KB 112/232 KB 27/44 KB 116/1710 KB 76/240 KB 136/590 KB 136/232 KB 44/44 KB 116/1710 KB 76/240 KB 140/590 KB 136/232 KB 44/44 KB 116/1710 KB 76/240 KB 144/590 KB 136/232 KB 44/44 KB 116/1710 KB 76/240 KB 148/590 KB 136/232 KB 44/44 KB 116/1710 KB 76/240 KB 152/590 KB 136/232 KB 44/44 KB 116/1710 KB 76/240 KB 156/590 KB 136/232 KB 44/44 KB 116/1710 KB 76/240 KB 160/590 KB 136/232 KB 44/44 KB 116/1710 KB 76/240 KB 132/590 KB 120/232 KB 44/44 KB 120/1710 KB 76/240 KB 160/590 KB 136/232 KB 44/44 KB 124/1710 KB 76/240 KB 164/590 KB 136/232 KB 44/44 KB 128/1710 KB 76/240 KB 164/590 KB 136/232 KB 44/44 KB 132/1710 KB 76/240 KB 164/590 KB 136/232 KB 44/44 KB 120/1710 KB 76/240 KB 164/590 KB 136/232 KB 44/44 KB 132/1710 KB 80/240 KB 168/590 KB 140/232 KB 44/44 KB 132/1710 KB 80/240 KB 172/590 KB 140/232 KB 44/44 KB 132/1710 KB 80/240 KB 176/590 KB 140/232 KB 44/44 KB 132/1710 KB 80/240 KB 164/590 KB 140/232 KB 44/44 KB 132/1710 KB 76/240 KB 164/590 KB 140/232 KB 44/44 KB 132/1710 KB 80/240 KB 176/590 KB 144/232 KB 44/44 KB 132/1710 KB 80/240 KB 176/590 KB 148/232 KB 44/44 KB 136/1710 KB 84/240 KB 180/590 KB 152/232 KB 136/1710 KB 84/240 KB 180/590 KB 156/232 KB 136/1710 KB 84/240 KB 180/590 KB 160/232 KB 136/1710 KB 84/240 KB 180/590 KB 148/232 KB 140/1710 KB 84/240 KB 180/590 KB 160/232 KB 144/1710 KB 84/240 KB 180/590 KB 160/232 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 578.5 KB/sec) unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install 148/1710 KB 84/240 KB 180/590 KB 160/232 KB 152/1710 KB 84/240 KB 180/590 KB 164/232 KB 156/1710 KB 84/240 KB 180/590 KB 164/232 KB 160/1710 KB 84/240 KB 180/590 KB 164/232 KB 132/1710 KB 84/240 KB 180/590 KB 148/232 KB 44/44 KB 160/1710 KB 84/240 KB 184/590 KB 164/232 KB 160/1710 KB 84/240 KB 188/590 KB 164/232 KB 160/1710 KB 84/240 KB 192/590 KB 164/232 KB 132/1710 KB 84/240 KB 176/590 KB 148/232 KB 44/44 KB 160/1710 KB 88/240 KB 192/590 KB 164/232 KB 160/1710 KB 92/240 KB 192/590 KB 164/232 KB 160/1710 KB 96/240 KB 192/590 KB 164/232 KB 160/1710 KB 100/240 KB 192/590 KB 164/232 KB 160/1710 KB 104/240 KB 196/590 KB 164/232 KB 160/1710 KB 108/240 KB 196/590 KB 164/232 KB 160/1710 KB 112/240 KB 196/590 KB 164/232 KB 148/1710 KB 84/240 KB 180/590 KB 164/232 KB 160/1710 KB 112/240 KB 196/590 KB 168/232 KB 160/1710 KB 112/240 KB 196/590 KB 172/232 KB 160/1710 KB 112/240 KB 196/590 KB 176/232 KB 164/1710 KB 112/240 KB 196/590 KB 176/232 KB 168/1710 KB 116/240 KB 196/590 KB 180/232 KB 172/1710 KB 116/240 KB 196/590 KB 180/232 KB 176/1710 KB 116/240 KB 196/590 KB 180/232 KB 180/1710 KB 116/240 KB 196/590 KB 180/232 KB 184/1710 KB 116/240 KB 196/590 KB 180/232 KB 188/1710 KB 116/240 KB 196/590 KB 180/232 KB 192/1710 KB 116/240 KB 196/590 KB 180/232 KB 160/1710 KB 100/240 KB 196/590 KB 164/232 KB 192/1710 KB 116/240 KB 200/590 KB 180/232 KB 192/1710 KB 116/240 KB 204/590 KB 180/232 KB 192/1710 KB 116/240 KB 208/590 KB 180/232 KB 164/1710 KB 116/240 KB 196/590 KB 180/232 KB 164/1710 KB 112/240 KB 196/590 KB 180/232 KB 192/1710 KB 116/240 KB 208/590 KB 184/232 KB 192/1710 KB 120/240 KB 208/590 KB 188/232 KB 192/1710 KB 120/240 KB 208/590 KB 192/232 KB 192/1710 KB 120/240 KB 212/590 KB 196/232 KB 196/1710 KB 120/240 KB 212/590 KB 200/232 KB 4/258 KB 192/1710 KB 120/240 KB 208/590 KB 184/232 KB 196/1710 KB 124/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 128/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 132/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 136/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 140/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 144/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 148/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 152/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 156/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 160/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 164/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 168/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 172/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 176/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 4/258 KB 196/1710 KB 120/240 KB 212/590 KB 196/232 KB 4/258 KB 192/1710 KB 120/240 KB 212/590 KB 196/232 KB 4/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 8/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 12/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 16/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 20/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 24/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 28/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 32/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 36/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 40/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 44/258 KB 196/1710 KB 180/240 KB 212/590 KB 204/232 KB 48/258 KB 192/1710 KB 120/240 KB 212/590 KB 192/232 KB 196/1710 KB 180/240 KB 216/5 unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install 90 KB 204/232 KB 48/258 KB 196/1710 KB 180/240 KB 220/590 KB 204/232 KB 48/258 KB 196/1710 KB 180/240 KB 224/590 KB 204/232 KB 48/258 KB 196/1710 KB 180/240 KB 228/590 KB 204/232 KB 48/258 KB 196/1710 KB 180/240 KB 232/590 KB 204/232 KB 48/258 KB 196/1710 KB 180/240 KB 236/590 KB 204/232 KB 48/258 KB 196/1710 KB 180/240 KB 240/590 KB 204/232 KB 48/258 KB 196/1710 KB 144/240 KB 212/590 KB 204/232 KB 4/258 KB 200/1710 KB 180/240 KB 240/590 KB 208/232 KB 48/258 KB 200/1710 KB 180/240 KB 240/590 KB 212/232 KB 48/258 KB 200/1710 KB 180/240 KB 244/590 KB 216/232 KB 48/258 KB 200/1710 KB 180/240 KB 244/590 KB 220/232 KB 48/258 KB 200/1710 KB 180/240 KB 244/590 KB 224/232 KB 48/258 KB 200/1710 KB 180/240 KB 240/590 KB 204/232 KB 48/258 KB 204/1710 KB 180/240 KB 244/590 KB 224/232 KB 48/258 KB 208/1710 KB 180/240 KB 244/590 KB 224/232 KB 48/258 KB 212/1710 KB 180/240 KB 244/590 KB 224/232 KB 48/258 KB 216/1710 KB 180/240 KB 244/590 KB 228/232 KB 48/258 KB 220/1710 KB 180/240 KB 244/590 KB 228/232 KB 48/258 KB 224/1710 KB 180/240 KB 244/590 KB 228/232 KB 48/258 KB 200/1710 KB 180/240 KB 244/590 KB 212/232 KB 48/258 KB 224/1710 KB 180/240 KB 248/590 KB 228/232 KB 48/258 KB 224/1710 KB 180/240 KB 252/590 KB 228/232 KB 52/258 KB 224/1710 KB 180/240 KB 256/590 KB 228/232 KB 52/258 KB 224/1710 KB 180/240 KB 260/590 KB 228/232 KB 52/258 KB 228/1710 KB 180/240 KB 264/590 KB 228/232 KB 52/258 KB 212/1710 KB 180/240 KB 244/590 KB 228/232 KB 48/258 KB 228/1710 KB 180/240 KB 268/590 KB 232/232 KB 52/258 KB 228/1710 KB 180/240 KB 268/590 KB 232/232 KB 52/258 KB 228/1710 KB 180/240 KB 268/590 KB 232/232 KB 52/258 KB 228/1710 KB 180/240 KB 272/590 KB 232/232 KB 52/258 KB 228/1710 KB 180/240 KB 260/590 KB 228/232 KB 52/258 KB 232/1710 KB 180/240 KB 272/590 KB 232/232 KB 52/258 KB 224/1710 KB 180/240 KB 248/590 KB 228/232 KB 52/258 KB 232/1710 KB 180/240 KB 272/590 KB 232/232 KB 56/258 KB 232/1710 KB 180/240 KB 272/590 KB 232/232 KB 60/258 KB 232/1710 KB 180/240 KB 272/590 KB 232/232 KB 64/258 KB 232/1710 KB 180/240 KB 272/590 KB 232/232 KB 68/258 KB 232/1710 KB 180/240 KB 272/590 KB 232/232 KB 72/258 KB 232/1710 KB 180/240 KB 272/590 KB 232/232 KB 76/258 KB 232/1710 KB 180/240 KB 272/590 KB 232/232 KB 80/258 KB 236/1710 KB 180/240 KB 272/590 KB 232/232 KB 80/258 KB 240/1710 KB 180/240 KB 272/590 KB 232/232 KB 80/258 KB 240/1710 KB 184/240 KB 272/590 KB 232/232 KB 80/258 KB 240/1710 KB 188/240 KB 272/590 KB 232/232 KB 80/258 KB 240/1710 KB 192/240 KB 276/590 KB 232/232 KB 84/258 KB 240/1710 KB 196/240 KB 276/590 KB 232/232 KB 84/258 KB 244/1710 KB 200/240 KB 276/590 KB 232/232 KB 84/258 KB 244/1710 KB 204/240 KB 276/590 KB 232/232 KB 84/258 KB 244/1710 KB 208/240 KB 276/590 KB 232/232 KB 84/258 KB 240/1710 KB 188/240 KB 276/590 KB 232/232 KB 84/258 KB 244/1710 KB 208/240 KB 276/590 KB 232/232 KB 88/258 KB 244/1710 KB 208/240 KB 276/590 KB 232/232 KB 92/258 KB 244/1710 KB 208/240 KB 276/590 KB 232/232 KB 96/258 KB 240/1710 KB 188/240 KB 276/590 KB 232/232 KB 80/258 KB 244/1710 KB 208/240 KB 276/590 KB 232/232 KB 100/258 KB 244/1710 KB 208/240 KB 280/590 KB 232/232 KB 104/258 KB 244/1710 KB 208/240 KB 280/590 KB 232/232 KB 108/258 KB 244/1710 KB 208/240 KB 280/590 KB 232/232 KB 112/258 KB 244/1710 KB 196/240 KB 276/590 KB 232/232 KB 84/258 KB 248/1710 KB 208/240 KB 280/590 KB 112/258 KB 252/1710 KB 208/240 KB 280/ unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install 590 KB 112/258 KB 256/1710 KB 208/240 KB 280/590 KB 112/258 KB 244/1710 KB 208/240 KB 280/590 KB 232/232 KB 100/258 KB 256/1710 KB 208/240 KB 284/590 KB 112/258 KB 256/1710 KB 208/240 KB 288/590 KB 112/258 KB 256/1710 KB 208/240 KB 292/590 KB 112/258 KB 260/1710 KB 208/240 KB 296/590 KB 116/258 KB 260/1710 KB 208/240 KB 300/590 KB 116/258 KB 260/1710 KB 212/240 KB 304/590 KB 116/258 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar (232 KB at 2167.1 KB/sec) unit-abot-epc-basic-0: 10:06:42 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: 10:06:42 DEBUG unit.abot-epc-basic/0.install 260/1710 KB 212/240 KB 300/590 KB 116/258 KB 260/1710 KB 216/240 KB 304/590 KB 116/258 KB 260/1710 KB 220/240 KB 304/590 KB 116/258 KB 260/1710 KB 224/240 KB 304/590 KB 116/258 KB 260/1710 KB 228/240 KB 304/590 KB 116/258 KB 260/1710 KB 232/240 KB 304/590 KB 116/258 KB 260/1710 KB 236/240 KB 304/590 KB 116/258 KB 260/1710 KB 240/240 KB 304/590 KB 116/258 KB 260/1710 KB 208/240 KB 292/590 KB 116/258 KB 260/1710 KB 240/240 KB 304/590 KB 120/258 KB 260/1710 KB 240/240 KB 304/590 KB 124/258 KB 260/1710 KB 240/240 KB 304/590 KB 128/258 KB 260/1710 KB 240/240 KB 304/590 KB 132/258 KB 260/1710 KB 240/240 KB 304/590 KB 136/258 KB 260/1710 KB 240/240 KB 304/590 KB 140/258 KB 260/1710 KB 240/240 KB 304/590 KB 144/258 KB 260/1710 KB 208/240 KB 292/590 KB 112/258 KB 264/1710 KB 240/240 KB 304/590 KB 144/258 KB 268/1710 KB 240/240 KB 304/590 KB 144/258 KB 269/1710 KB 240/240 KB 304/590 KB 144/258 KB 273/1710 KB 240/240 KB 304/590 KB 144/258 KB 277/1710 KB 240/240 KB 304/590 KB 144/258 KB 281/1710 KB 240/240 KB 304/590 KB 144/258 KB 285/1710 KB 240/240 KB 304/590 KB 144/258 KB 289/1710 KB 240/240 KB 304/590 KB 144/258 KB 293/1710 KB 240/240 KB 4/223 KB 304/590 KB 148/258 KB 289/1710 KB 240/240 KB 4/223 KB 304/590 KB 144/258 KB 293/1710 KB 240/240 KB 8/223 KB 304/590 KB 148/258 KB 293/1710 KB 240/240 KB 12/223 KB 304/590 KB 148/258 KB 293/1710 KB 240/240 KB 16/223 KB 304/590 KB 148/258 KB 293/1710 KB 240/240 KB 20/223 KB 304/590 KB 148/258 KB 293/1710 KB 240/240 KB 24/223 KB 304/590 KB 148/258 KB 293/1710 KB 240/240 KB 28/223 KB 304/590 KB 148/258 KB 289/1710 KB 240/240 KB 4/223 KB 304/590 KB 148/258 KB 293/1710 KB 240/240 KB 28/223 KB 304/590 KB 152/258 KB 293/1710 KB 240/240 KB 28/223 KB 304/590 KB 156/258 KB 293/1710 KB 240/240 KB 32/223 KB 304/590 KB 160/258 KB 293/1710 KB 240/240 KB 32/223 KB 304/590 KB 156/258 KB 293/1710 KB 240/240 KB 32/223 KB 304/590 KB 164/258 KB 293/1710 KB 240/240 KB 36/223 KB 304/590 KB 168/258 KB 293/1710 KB 240/240 KB 36/223 KB 304/590 KB 172/258 KB 293/1710 KB 240/240 KB 36/223 KB 304/590 KB 176/258 KB 293/1710 KB 240/240 KB 36/223 KB 304/590 KB 164/258 KB 293/1710 KB 240/240 KB 40/223 KB 304/590 KB 176/258 KB 293/1710 KB 240/240 KB 44/223 KB 304/590 KB 176/258 KB 293/1710 KB 240/240 KB 48/223 KB 304/590 KB 176/258 KB 293/1710 KB 240/240 KB 48/223 KB 304/590 KB 180/258 KB 293/1710 KB 240/240 KB 48/223 KB 304/590 KB 184/258 KB 293/1710 KB 240/240 KB 48/223 KB 304/590 KB 188/258 KB 293/1710 KB 240/240 KB 48/223 KB 304/590 KB 192/258 KB 293/1710 KB 240/240 KB 52/223 KB 304/590 KB 192/258 KB 293/1710 KB 56/223 KB 304/590 KB 192/258 KB 293/1710 KB 60/223 KB 304/590 KB 192/258 KB 293/1710 KB 64/223 KB 304/590 KB 192/258 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1855.0 KB/sec) unit-abot-epc-basic-0: 10:06:42 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: 10:06:42 DEBUG unit.abot-epc-basic/0.install 293/1710 KB 68/223 KB 304/590 KB 192/258 KB 293/1710 KB 68/223 KB 308/590 KB 192/258 KB 293/1710 KB 68/223 KB 312/590 KB 192/258 KB 293/1710 KB 68/223 KB 316/590 KB 192/258 KB 293/1710 KB 68/223 KB 320/590 KB 192/258 KB 293/1710 KB 68/223 KB 324/590 KB 192/258 KB 293/1710 KB 68/223 KB 328/590 KB 192/258 KB 293/1710 KB 68/223 KB 332/590 KB 192/258 KB 293/1710 KB 68/223 KB 336/590 KB 192/258 KB 293/1710 KB 68/223 KB 340/590 KB 192/258 KB 293/1710 KB 68/223 KB 344/590 KB 192/258 KB 293/1710 KB 68/223 KB 348/590 KB 192/258 KB 293/1710 KB 68/223 KB 352/590 KB 192/258 KB 293/1710 KB 68/223 KB 356/590 KB 192/258 KB 293/1710 KB 68/223 KB 360/590 KB 192/258 KB 293/1710 KB 68/223 KB 364/590 KB 192/258 KB 293/1710 KB 68/223 KB 368/590 KB 192/258 KB 293/1710 KB 72/223 KB 368/590 KB 192/258 KB 293/1710 KB 76/223 KB 368/590 KB 192/258 KB 293/1710 KB 80/223 KB 368/590 KB 196/258 KB 293/1710 KB 76/223 KB 368/590 KB 196/258 KB 293/1710 KB 80/223 KB 368/590 KB 200/258 KB 293/1710 KB 84/223 KB 368/590 KB 204/258 KB 293/1710 KB 84/223 KB 368/590 KB 208/258 KB 297/1710 KB 84/223 KB 368/590 KB 212/258 KB 297/1710 KB 84/223 KB 368/590 KB 216/258 KB 297/1710 KB 84/223 KB 368/590 KB 220/258 KB 297/1710 KB 84/223 KB 368/590 KB 224/258 KB 293/1710 KB 84/223 KB 368/590 KB 200/258 KB 297/1710 KB 88/223 KB 372/590 KB 224/258 KB 297/1710 KB 92/223 KB 372/590 KB 224/258 KB 297/1710 KB 96/223 KB 372/590 KB 224/258 KB 297/1710 KB 84/223 KB 372/590 KB 224/258 KB 297/1710 KB 84/223 KB 368/590 KB 208/258 KB 301/1710 KB 96/223 KB 372/590 KB 224/258 KB 305/1710 KB 96/223 KB 372/590 KB 224/258 KB 309/1710 KB 96/223 KB 372/590 KB 224/258 KB 313/1710 KB 96/223 KB 372/590 KB 224/258 KB 317/1710 KB 96/223 KB 372/590 KB 224/258 KB 321/1710 KB 96/223 KB 372/590 KB 224/258 KB 325/1710 KB 96/223 KB 372/590 KB 224/258 KB 329/1710 KB 96/223 KB 372/590 KB 224/258 KB 333/1710 KB 96/223 KB 372/590 KB 224/258 KB 337/1710 KB 96/223 KB 372/590 KB 224/258 KB 341/1710 KB 96/223 KB 376/590 KB 224/258 KB 345/1710 KB 96/223 KB 376/590 KB 224/258 KB 349/1710 KB 96/223 KB 376/590 KB 224/258 KB 337/1710 KB 96/223 KB 376/590 KB 224/258 KB 349/1710 KB 96/223 KB 380/590 KB 224/258 KB 4/208 KB 349/1710 KB 96/223 KB 380/590 KB 224/258 KB 8/208 KB 349/1710 KB 96/223 KB 380/590 KB 224/258 KB 8/208 KB 349/1710 KB 96/223 KB 384/590 KB 224/258 KB 12/208 KB 349/1710 KB 96/223 KB 384/590 KB 224/258 KB 16/208 KB 349/1710 KB 96/223 KB 384/590 KB 224/258 KB 16/208 KB 353/1710 KB 96/223 KB 384/590 KB 224/258 KB 16/208 KB 357/1710 KB 96/223 KB 388/590 KB 224/258 KB 16/208 KB 361/1710 KB 96/223 KB 388/590 KB 224/258 KB 16/208 KB 365/1710 KB 96/223 KB 388/590 KB 224/258 KB 20/208 KB 369/1710 KB 96/223 KB 388/590 KB 224/258 KB 20/208 KB 373/1710 KB 100/223 KB 388/590 KB 228/258 KB 20/208 KB 377/1710 KB 100/223 KB 388/590 KB 228/258 KB 20/208 KB 381/1710 KB 100/223 KB 388/590 KB 228/258 KB 20/208 KB 385/1710 KB 100/223 KB 388/590 KB 228/258 KB 16/208 KB 353/1710 KB 96/223 KB 388/590 KB 224/258 KB 20/208 KB 385/1710 KB 100/223 KB 392/590 KB 228/258 KB 20/208 KB 385/1710 KB 100/223 KB 396/590 KB 228/258 KB 20/208 KB 385/1710 KB 100/223 KB 400/590 KB 228/258 KB 20/208 KB 385/1710 KB 100/223 KB 404/590 KB 228/258 KB 20/208 KB 385/1710 KB 100/223 KB 408/590 KB 228/258 KB 20/208 KB 385/1710 KB 100/223 KB 412/590 KB 228/258 KB 20/208 KB 385/1710 KB 100/223 KB 416/590 KB 228/258 KB 20/208 KB 369/1710 KB 100/223 KB 388/590 KB 228/258 K unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install B 20/208 KB 385/1710 KB 100/223 KB 416/590 KB 232/258 KB 20/208 KB 385/1710 KB 100/223 KB 416/590 KB 236/258 KB 20/208 KB 385/1710 KB 100/223 KB 420/590 KB 240/258 KB 20/208 KB 369/1710 KB 100/223 KB 388/590 KB 224/258 KB 20/208 KB 385/1710 KB 104/223 KB 420/590 KB 240/258 KB 20/208 KB 385/1710 KB 108/223 KB 420/590 KB 240/258 KB 20/208 KB 385/1710 KB 112/223 KB 420/590 KB 240/258 KB 20/208 KB 385/1710 KB 116/223 KB 420/590 KB 240/258 KB 20/208 KB 365/1710 KB 96/223 KB 388/590 KB 224/258 KB 24/208 KB 389/1710 KB 116/223 KB 420/590 KB 244/258 KB 28/208 KB 389/1710 KB 116/223 KB 420/590 KB 244/258 KB 32/208 KB 389/1710 KB 116/223 KB 420/590 KB 244/258 KB 36/208 KB 389/1710 KB 116/223 KB 420/590 KB 244/258 KB 40/208 KB 389/1710 KB 116/223 KB 420/590 KB 244/258 KB 44/208 KB 389/1710 KB 116/223 KB 420/590 KB 244/258 KB 48/208 KB 389/1710 KB 116/223 KB 420/590 KB 244/258 KB 52/208 KB 389/1710 KB 116/223 KB 420/590 KB 244/258 KB 56/208 KB 389/1710 KB 116/223 KB 420/590 KB 244/258 KB 60/208 KB 389/1710 KB 120/223 KB 420/590 KB 244/258 KB 64/208 KB 389/1710 KB 120/223 KB 420/590 KB 244/258 KB 20/208 KB 389/1710 KB 116/223 KB 420/590 KB 244/258 KB 64/208 KB 393/1710 KB 120/223 KB 420/590 KB 244/258 KB 64/208 KB 397/1710 KB 120/223 KB 420/590 KB 244/258 KB 20/208 KB 385/1710 KB 116/223 KB 420/590 KB 244/258 KB 64/208 KB 397/1710 KB 120/223 KB 420/590 KB 248/258 KB 64/208 KB 397/1710 KB 120/223 KB 420/590 KB 252/258 KB 64/208 KB 401/1710 KB 120/223 KB 420/590 KB 256/258 KB 20/208 KB 385/1710 KB 100/223 KB 420/590 KB 236/258 KB 64/208 KB 401/1710 KB 120/223 KB 424/590 KB 256/258 KB 64/208 KB 401/1710 KB 120/223 KB 428/590 KB 256/258 KB 64/208 KB 401/1710 KB 120/223 KB 432/590 KB 256/258 KB 64/208 KB 401/1710 KB 120/223 KB 436/590 KB 256/258 KB 64/208 KB 401/1710 KB 120/223 KB 420/590 KB 252/258 KB 64/208 KB 405/1710 KB 120/223 KB 436/590 KB 258/258 KB 64/208 KB 409/1710 KB 120/223 KB 436/590 KB 258/258 KB 64/208 KB 413/1710 KB 120/223 KB 436/590 KB 258/258 KB 64/208 KB 417/1710 KB 120/223 KB 440/590 KB 258/258 KB 64/208 KB 421/1710 KB 120/223 KB 440/590 KB 258/258 KB 56/208 KB 389/1710 KB 120/223 KB 420/590 KB 244/258 KB 64/208 KB 421/1710 KB 124/223 KB 440/590 KB 258/258 KB 64/208 KB 421/1710 KB 128/223 KB 440/590 KB 258/258 KB 64/208 KB 421/1710 KB 132/223 KB 440/590 KB 258/258 KB 64/208 KB 421/1710 KB 136/223 KB 440/590 KB 258/258 KB 64/208 KB 421/1710 KB 140/223 KB 440/590 KB 258/258 KB 64/208 KB 421/1710 KB 144/223 KB 440/590 KB 258/258 KB 64/208 KB 413/1710 KB 120/223 KB 440/590 KB 258/258 KB 64/208 KB 421/1710 KB 144/223 KB 444/590 KB 258/258 KB 64/208 KB 421/1710 KB 144/223 KB 448/590 KB 258/258 KB 64/208 KB 401/1710 KB 120/223 KB 436/590 KB 258/258 KB 68/208 KB 421/1710 KB 144/223 KB 448/590 KB 258/258 KB 72/208 KB 421/1710 KB 144/223 KB 448/590 KB 258/258 KB 76/208 KB 421/1710 KB 144/223 KB 448/590 KB 258/258 KB 80/208 KB 421/1710 KB 144/223 KB 448/590 KB 258/258 KB 80/208 KB 421/1710 KB 144/223 KB 452/590 KB 258/258 KB 80/208 KB 425/1710 KB 148/223 KB 456/590 KB 258/258 KB 80/208 KB 425/1710 KB 148/223 KB 460/590 KB 258/258 KB 80/208 KB 425/1710 KB 148/223 KB 464/590 KB 258/258 KB 80/208 KB 425/1710 KB 148/223 KB 452/590 KB 258/258 KB 84/208 KB 425/1710 KB 148/223 KB 464/590 KB 258/258 KB 88/208 KB 425/1710 KB 148/223 KB 464/590 KB 258/258 KB 92/208 KB 425/1710 KB 148/223 KB 464/590 KB 258/258 KB 80/208 KB 421/1710 KB 148/223 KB 452/590 KB 258/258 KB unit-abot-epc-basic-0: 10:06:42 DEBUG unit.abot-epc-basic/0.install 96/208 KB 429/1710 KB 152/223 KB 464/590 KB 258/258 KB 92/208 KB 429/1710 KB 148/223 KB 464/590 KB 258/258 KB 96/208 KB 429/1710 KB 156/223 KB 464/590 KB 258/258 KB 96/208 KB 429/1710 KB 160/223 KB 464/590 KB 258/258 KB 96/208 KB 429/1710 KB 148/223 KB 464/590 KB 258/258 KB 96/208 KB 433/1710 KB 160/223 KB 464/590 KB 258/258 KB 96/208 KB 437/1710 KB 164/223 KB 468/590 KB 258/258 KB 96/208 KB 441/1710 KB 164/223 KB 468/590 KB 258/258 KB 100/208 KB 445/1710 KB 164/223 KB 468/590 KB 258/258 KB 96/208 KB 433/1710 KB 164/223 KB 468/590 KB 258/258 KB 100/208 KB 445/1710 KB 168/223 KB 468/590 KB 258/258 KB 100/208 KB 445/1710 KB 172/223 KB 468/590 KB 258/258 KB 100/208 KB 445/1710 KB 176/223 KB 468/590 KB 100/208 KB 445/1710 KB 180/223 KB 468/590 KB 100/208 KB 449/1710 KB 184/223 KB 468/590 KB 100/208 KB 449/1710 KB 188/223 KB 468/590 KB 96/208 KB 433/1710 KB 160/223 KB 468/590 KB 258/258 KB 100/208 KB 449/1710 KB 188/223 KB 472/590 KB 100/208 KB 449/1710 KB 188/223 KB 476/590 KB 100/208 KB 449/1710 KB 188/223 KB 480/590 KB 100/208 KB 449/1710 KB 188/223 KB 484/590 KB 100/208 KB 449/1710 KB 188/223 KB 488/590 KB 100/208 KB 449/1710 KB 188/223 KB 492/590 KB 100/208 KB 449/1710 KB 180/223 KB 468/590 KB 100/208 KB 453/1710 KB 188/223 KB 496/590 KB 100/208 KB 457/1710 KB 188/223 KB 496/590 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1542.8 KB/sec) unit-abot-epc-basic-0: 10:06:42 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: 10:06:42 DEBUG unit.abot-epc-basic/0.install 100/208 KB 441/1710 KB 164/223 KB 468/590 KB 258/258 KB 104/208 KB 457/1710 KB 192/223 KB 496/590 KB 108/208 KB 457/1710 KB 192/223 KB 496/590 KB 112/208 KB 457/1710 KB 192/223 KB 496/590 KB 116/208 KB 457/1710 KB 192/223 KB 496/590 KB 120/208 KB 457/1710 KB 192/223 KB 496/590 KB 124/208 KB 457/1710 KB 192/223 KB 496/590 KB 128/208 KB 457/1710 KB 192/223 KB 496/590 KB 100/208 KB 449/1710 KB 188/223 KB 496/590 KB 100/208 KB 457/1710 KB 192/223 KB 496/590 KB 128/208 KB 457/1710 KB 196/223 KB 496/590 KB 132/208 KB 457/1710 KB 200/223 KB 500/590 KB 132/208 KB 457/1710 KB 204/223 KB 500/590 KB 132/208 KB 457/1710 KB 208/223 KB 500/590 KB 132/208 KB 457/1710 KB 196/223 KB 500/590 KB 132/208 KB 457/1710 KB 196/223 KB 496/590 KB 136/208 KB 457/1710 KB 208/223 KB 500/590 KB 136/208 KB 457/1710 KB 208/223 KB 504/590 KB 136/208 KB 457/1710 KB 208/223 KB 508/590 KB 140/208 KB 457/1710 KB 208/223 KB 508/590 KB 144/208 KB 457/1710 KB 208/223 KB 508/590 KB 148/208 KB 461/1710 KB 212/223 KB 512/590 KB 152/208 KB 461/1710 KB 212/223 KB 512/590 KB 156/208 KB 461/1710 KB 212/223 KB 512/590 KB 144/208 KB 461/1710 KB 212/223 KB 512/590 KB 144/208 KB 457/1710 KB 212/223 KB 512/590 KB 156/208 KB 461/1710 KB 216/223 KB 512/590 KB 4/38 KB 156/208 KB 461/1710 KB 220/223 KB 512/590 KB 4/38 KB 156/208 KB 465/1710 KB 223/223 KB 512/590 KB 4/38 KB 144/208 KB 457/1710 KB 208/223 KB 512/590 KB 156/208 KB 465/1710 KB 223/223 KB 516/590 KB 4/38 KB 156/208 KB 465/1710 KB 223/223 KB 520/590 KB 4/38 KB 160/208 KB 465/1710 KB 223/223 KB 524/590 KB 4/38 KB 160/208 KB 465/1710 KB 223/223 KB 528/590 KB 4/38 KB 160/208 KB 465/1710 KB 223/223 KB 532/590 KB 4/38 KB 160/208 KB 465/1710 KB 223/223 KB 536/590 KB 4/38 KB 160/208 KB 465/1710 KB 223/223 KB 540/590 KB 4/38 KB 156/208 KB 465/1710 KB 220/223 KB 512/590 KB 4/38 KB 156/208 KB 461/1710 KB 212/223 KB 512/590 KB 4/38 KB 160/208 KB 465/1710 KB 223/223 KB 540/590 KB 8/38 KB 160/208 KB 465/1710 KB 223/223 KB 540/590 KB 12/38 KB 160/208 KB 465/1710 KB 223/223 KB 540/590 KB 16/38 KB 160/208 KB 465/1710 KB 223/223 KB 540/590 KB 20/38 KB 160/208 KB 465/1710 KB 223/223 KB 540/590 KB 24/38 KB 160/208 KB 465/1710 KB 223/223 KB 540/590 KB 28/38 KB 160/208 KB 465/1710 KB 223/223 KB 540/590 KB 32/38 KB 160/208 KB 465/1710 KB 223/223 KB 540/590 KB 36/38 KB 160/208 KB 465/1710 KB 223/223 KB 540/590 KB 38/38 KB 160/208 KB 469/1710 KB 223/223 KB 540/590 KB 38/38 KB 160/208 KB 473/1710 KB 223/223 KB 540/590 KB 38/38 KB 160/208 KB 477/1710 KB 223/223 KB 540/590 KB 38/38 KB 160/208 KB 465/1710 KB 223/223 KB 520/590 KB 4/38 KB 160/208 KB 481/1710 KB 223/223 KB 540/590 KB 38/38 KB 164/208 KB 481/1710 KB 223/223 KB 540/590 KB 38/38 KB 168/208 KB 481/1710 KB 223/223 KB 540/590 KB 38/38 KB 172/208 KB 481/1710 KB 223/223 KB 540/590 KB 38/38 KB 176/208 KB 481/1710 KB 223/223 KB 540/590 KB 38/38 KB 180/208 KB 485/1710 KB 223/223 KB 540/590 KB 38/38 KB 184/208 KB 485/1710 KB 223/223 KB 544/590 KB 38/38 KB 188/208 KB 485/1710 KB 223/223 KB 544/590 KB 38/38 KB 192/208 KB 485/1710 KB 223/223 KB 544/590 KB 38/38 KB 176/208 KB 485/1710 KB 223/223 KB 540/590 KB 38/38 KB 192/208 KB 489/1710 KB 223/223 KB 544/590 KB 38/38 KB 192/208 KB 493/1710 KB 223/223 KB 544/590 KB 38/38 KB 180/208 KB 485/1710 KB 223/223 KB 544/590 KB 38/38 KB 192/208 KB 493/1710 KB 223/223 KB 548/590 KB 38/38 KB 196/208 KB 497/1710 KB 552/590 KB 38/38 KB unit-abot-epc-basic-0: 10:06:42 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 1213.3 KB/sec) unit-abot-epc-basic-0: 10:06:42 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: 10:06:42 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 205.4 KB/sec) unit-abot-epc-basic-0: 10:06:42 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: 10:06:42 DEBUG unit.abot-epc-basic/0.install 192/208 KB 497/1710 KB 223/223 KB 548/590 KB 38/38 KB 196/208 KB 501/1710 KB 552/590 KB 196/208 KB 505/1710 KB 552/590 KB 196/208 KB 509/1710 KB 552/590 KB 196/208 KB 513/1710 KB 552/590 KB 196/208 KB 497/1710 KB 223/223 KB 548/590 KB 38/38 KB 200/208 KB 513/1710 KB 556/590 KB 204/208 KB 513/1710 KB 556/590 KB 208/208 KB 513/1710 KB 556/590 KB 196/208 KB 513/1710 KB 556/590 KB 208/208 KB 513/1710 KB 560/590 KB 208/208 KB 513/1710 KB 564/590 KB 208/208 KB 517/1710 KB 568/590 KB 208/208 KB 517/1710 KB 572/590 KB 208/208 KB 517/1710 KB 576/590 KB 208/208 KB 517/1710 KB 564/590 KB 208/208 KB 521/1710 KB 576/590 KB 208/208 KB 525/1710 KB 576/590 KB 208/208 KB 529/1710 KB 576/590 KB 208/208 KB 533/1710 KB 580/590 KB 208/208 KB 537/1710 KB 580/590 KB 208/208 KB 541/1710 KB 580/590 KB 208/208 KB 541/1710 KB 4/531 KB 580/590 KB 208/208 KB 541/1710 KB 8/531 KB 580/590 KB 208/208 KB 541/1710 KB 12/531 KB 580/590 KB 208/208 KB 541/1710 KB 16/531 KB 580/590 KB 208/208 KB 541/1710 KB 4/18 KB 16/531 KB 580/590 KB 208/208 KB 541/1710 KB 8/18 KB 16/531 KB 580/590 KB 208/208 KB 541/1710 KB 12/18 KB 16/531 KB 580/590 KB 541/1710 KB 16/18 KB 16/531 KB 580/590 KB 541/1710 KB 18/18 KB 16/531 KB 580/590 KB 541/1710 KB 18/18 KB 20/531 KB 580/590 KB 541/1710 KB 18/18 KB 24/531 KB 580/590 KB 541/1710 KB 18/18 KB 28/531 KB 580/590 KB 541/1710 KB 18/18 KB 32/531 KB 580/590 KB 208/208 KB 529/1710 KB 580/590 KB 541/1710 KB 18/18 KB 32/531 KB 584/590 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 1067.1 KB/sec) unit-abot-epc-basic-0: 10:06:42 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: 10:06:42 DEBUG unit.abot-epc-basic/0.install 541/1710 KB 18/18 KB 32/531 KB 588/590 KB 545/1710 KB 18/18 KB 36/531 KB 590/590 KB 545/1710 KB 18/18 KB 36/531 KB 588/590 KB 545/1710 KB 18/18 KB 40/531 KB 590/590 KB 545/1710 KB 18/18 KB 44/531 KB 590/590 KB 545/1710 KB 18/18 KB 48/531 KB 590/590 KB 545/1710 KB 18/18 KB 32/531 KB 588/590 KB 549/1710 KB 18/18 KB 48/531 KB 590/590 KB 553/1710 KB 18/18 KB 52/531 KB 590/590 KB 557/1710 KB 18/18 KB 52/531 KB 590/590 KB 561/1710 KB 18/18 KB 52/531 KB 590/590 KB 565/1710 KB 18/18 KB 52/531 KB 590/590 KB 569/1710 KB 18/18 KB 52/531 KB 590/590 KB 573/1710 KB 18/18 KB 52/531 KB 590/590 KB 577/1710 KB 18/18 KB 52/531 KB 590/590 KB 581/1710 KB 18/18 KB 52/531 KB 590/590 KB 585/1710 KB 18/18 KB 52/531 KB 590/590 KB 589/1710 KB 18/18 KB 52/531 KB 590/590 KB 549/1710 KB 18/18 KB 52/531 KB 590/590 KB 589/1710 KB 18/18 KB 56/531 KB 590/590 KB 589/1710 KB 18/18 KB 60/531 KB 590/590 KB 589/1710 KB 18/18 KB 64/531 KB 590/590 KB 589/1710 KB 18/18 KB 68/531 KB 590/590 KB 589/1710 KB 18/18 KB 72/531 KB 590/590 KB 589/1710 KB 18/18 KB 76/531 KB 590/590 KB 589/1710 KB 18/18 KB 80/531 KB 590/590 KB 589/1710 KB 18/18 KB 84/531 KB 590/590 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2781.4 KB/sec) unit-abot-epc-basic-0: 10:06:42 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: 10:06:42 DEBUG unit.abot-epc-basic/0.install 593/1710 KB 4/214 KB 84/531 KB 593/1710 KB 8/214 KB 84/531 KB 593/1710 KB 12/214 KB 84/531 KB 593/1710 KB 16/214 KB 84/531 KB 593/1710 KB 16/214 KB 88/531 KB 593/1710 KB 20/214 KB 92/531 KB 593/1710 KB 20/214 KB 96/531 KB 593/1710 KB 20/214 KB 100/531 KB 593/1710 KB 20/214 KB 104/531 KB 593/1710 KB 20/214 KB 108/531 KB 593/1710 KB 20/214 KB 112/531 KB 593/1710 KB 20/214 KB 116/531 KB 593/1710 KB 20/214 KB 120/531 KB 593/1710 KB 20/214 KB 124/531 KB 593/1710 KB 18/18 KB 84/531 KB 590/590 KB 597/1710 KB 20/214 KB 124/531 KB 601/1710 KB 20/214 KB 124/531 KB 605/1710 KB 20/214 KB 124/531 KB 593/1710 KB 20/214 KB 88/531 KB 605/1710 KB 24/214 KB 124/531 KB 605/1710 KB 28/214 KB 124/531 KB 605/1710 KB 32/214 KB 124/531 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 84.3 KB/sec) unit-abot-epc-basic-0: 10:06:42 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: 10:06:42 DEBUG unit.abot-epc-basic/0.install 605/1710 KB 36/214 KB 124/531 KB 605/1710 KB 40/214 KB 124/531 KB 605/1710 KB 44/214 KB 124/531 KB 605/1710 KB 48/214 KB 124/531 KB 609/1710 KB 48/214 KB 124/531 KB 613/1710 KB 48/214 KB 124/531 KB 617/1710 KB 48/214 KB 124/531 KB 621/1710 KB 48/214 KB 124/531 KB 625/1710 KB 48/214 KB 124/531 KB 629/1710 KB 52/214 KB 128/531 KB 633/1710 KB 52/214 KB 128/531 KB 637/1710 KB 52/214 KB 128/531 KB 625/1710 KB 52/214 KB 128/531 KB 625/1710 KB 52/214 KB 124/531 KB 637/1710 KB 56/214 KB 128/531 KB 637/1710 KB 60/214 KB 128/531 KB 637/1710 KB 64/214 KB 128/531 KB 637/1710 KB 64/214 KB 128/531 KB 4/1267 KB 637/1710 KB 64/214 KB 128/531 KB 8/1267 KB 637/1710 KB 64/214 KB 128/531 KB 12/1267 KB 637/1710 KB 64/214 KB 128/531 KB 16/1267 KB 637/1710 KB 64/214 KB 132/531 KB 16/1267 KB 637/1710 KB 64/214 KB 132/531 KB 20/1267 KB 641/1710 KB 68/214 KB 132/531 KB 24/1267 KB 641/1710 KB 68/214 KB 132/531 KB 28/1267 KB 641/1710 KB 68/214 KB 132/531 KB 32/1267 KB 641/1710 KB 68/214 KB 132/531 KB 36/1267 KB 641/1710 KB 68/214 KB 132/531 KB 40/1267 KB 641/1710 KB 68/214 KB 132/531 KB 44/1267 KB 641/1710 KB 68/214 KB 132/531 KB 4/109 KB 44/1267 KB 641/1710 KB 68/214 KB 132/531 KB 8/109 KB 44/1267 KB 641/1710 KB 68/214 KB 132/531 KB 12/109 KB 44/1267 KB 641/1710 KB 68/214 KB 132/531 KB 16/109 KB 44/1267 KB 641/1710 KB 68/214 KB 132/531 KB 16/109 KB 48/1267 KB 641/1710 KB 68/214 KB 136/531 KB 16/109 KB 48/1267 KB 641/1710 KB 68/214 KB 140/531 KB 16/109 KB 48/1267 KB 641/1710 KB 68/214 KB 144/531 KB 16/109 KB 48/1267 KB 641/1710 KB 68/214 KB 148/531 KB 16/109 KB 48/1267 KB 641/1710 KB 68/214 KB 152/531 KB 16/109 KB 52/1267 KB 641/1710 KB 68/214 KB 156/531 KB 16/109 KB 52/1267 KB 641/1710 KB 68/214 KB 160/531 KB 20/109 KB 52/1267 KB 641/1710 KB 68/214 KB 132/531 KB 20/1267 KB 645/1710 KB 68/214 KB 160/531 KB 20/109 KB 52/1267 KB 649/1710 KB 68/214 KB 160/531 KB 20/109 KB 52/1267 KB 653/1710 KB 68/214 KB 160/531 KB 20/109 KB 52/1267 KB 637/1710 KB 68/214 KB 132/531 KB 20/1267 KB 653/1710 KB 72/214 KB 160/531 KB 20/109 KB 52/1267 KB 653/1710 KB 76/214 KB 160/531 KB 20/109 KB 52/1267 KB 653/1710 KB 80/214 KB 160/531 KB 20/109 KB 52/1267 KB 653/1710 KB 84/214 KB 160/531 KB 20/109 KB 52/1267 KB 641/1710 KB 68/214 KB 156/531 KB 20/109 KB 52/1267 KB 653/1710 KB 84/214 KB 160/531 KB 24/109 KB 52/1267 KB 653/1710 KB 84/214 KB 160/531 KB 28/109 KB 52/1267 KB 653/1710 KB 84/214 KB 160/531 KB 32/109 KB 52/1267 KB 653/1710 KB 88/214 KB 160/531 KB 32/109 KB 52/1267 KB 653/1710 KB 92/214 KB 160/531 KB 32/109 KB 52/1267 KB 653/1710 KB 96/214 KB 160/531 KB 32/109 KB 52/1267 KB 641/1710 KB 68/214 KB 148/531 KB 16/109 KB 52/1267 KB 653/1710 KB 96/214 KB 160/531 KB 32/109 KB 56/1267 KB 653/1710 KB 96/214 KB 160/531 KB 36/109 KB 56/1267 KB 653/1710 KB 96/214 KB 160/531 KB 40/109 KB 56/1267 KB 653/1710 KB 96/214 KB 160/531 KB 44/109 KB 56/1267 KB 653/1710 KB 96/214 KB 160/531 KB 48/109 KB 56/1267 KB 653/1710 KB 100/214 KB 160/531 KB 48/109 KB 56/1267 KB 657/1710 KB 104/214 KB 160/531 KB 48/109 KB 60/1267 KB 657/1710 KB 108/214 KB 160/531 KB 48/109 KB 60/1267 KB 657/1710 KB 112/214 KB 160/531 KB 48/109 KB 60/1267 KB 657/1710 KB 116/214 KB 160/531 KB 48/109 KB 60/1267 KB 657/1710 KB 100/214 KB 160/531 KB 48/109 KB 60/1267 KB 661/1710 KB 116/214 KB 164/531 KB 52/109 KB 60/1267 KB 665/1710 KB 116/214 KB 164/531 KB 52/109 KB 60/1267 KB 669/1710 KB 116/214 KB 164/531 KB 52/109 KB 60/1267 KB 653/ unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1710 KB 100/214 KB 160/531 KB 48/109 KB 60/1267 KB 669/1710 KB 116/214 KB 164/531 KB 52/109 KB 64/1267 KB 669/1710 KB 116/214 KB 164/531 KB 52/109 KB 68/1267 KB 669/1710 KB 116/214 KB 164/531 KB 52/109 KB 72/1267 KB 669/1710 KB 116/214 KB 164/531 KB 52/109 KB 76/1267 KB 669/1710 KB 116/214 KB 164/531 KB 52/109 KB 80/1267 KB 669/1710 KB 116/214 KB 164/531 KB 52/109 KB 84/1267 KB 673/1710 KB 120/214 KB 164/531 KB 52/109 KB 88/1267 KB 673/1710 KB 120/214 KB 164/531 KB 52/109 KB 92/1267 KB 673/1710 KB 120/214 KB 164/531 KB 52/109 KB 96/1267 KB 657/1710 KB 116/214 KB 164/531 KB 52/109 KB 60/1267 KB 657/1710 KB 116/214 KB 160/531 KB 52/109 KB 60/1267 KB 673/1710 KB 120/214 KB 164/531 KB 56/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 60/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 63/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 67/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 71/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 75/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 79/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 83/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 87/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 91/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 95/109 KB 96/1267 KB 673/1710 KB 120/214 KB 164/531 KB 52/109 KB 84/1267 KB 673/1710 KB 124/214 KB 168/531 KB 95/109 KB 96/1267 KB 673/1710 KB 128/214 KB 168/531 KB 95/109 KB 96/1267 KB 673/1710 KB 116/214 KB 164/531 KB 52/109 KB 84/1267 KB 677/1710 KB 128/214 KB 168/531 KB 95/109 KB 96/1267 KB 681/1710 KB 128/214 KB 168/531 KB 95/109 KB 96/1267 KB 685/1710 KB 128/214 KB 168/531 KB 95/109 KB 96/1267 KB 689/1710 KB 128/214 KB 168/531 KB 95/109 KB 96/1267 KB 693/1710 KB 132/214 KB 168/531 KB 95/109 KB 96/1267 KB 697/1710 KB 132/214 KB 168/531 KB 95/109 KB 96/1267 KB 701/1710 KB 132/214 KB 168/531 KB 95/109 KB 96/1267 KB 705/1710 KB 132/214 KB 168/531 KB 95/109 KB 96/1267 KB 673/1710 KB 120/214 KB 168/531 KB 95/109 KB 96/1267 KB 705/1710 KB 132/214 KB 172/531 KB 95/109 KB 100/1267 KB 705/1710 KB 132/214 KB 176/531 KB 95/109 KB 100/1267 KB 705/1710 KB 132/214 KB 180/531 KB 95/109 KB 100/1267 KB 705/1710 KB 132/214 KB 184/531 KB 95/109 KB 100/1267 KB 705/1710 KB 132/214 KB 188/531 KB 95/109 KB 100/1267 KB 705/1710 KB 132/214 KB 192/531 KB 95/109 KB 100/1267 KB 705/1710 KB 132/214 KB 196/531 KB 95/109 KB 100/1267 KB 705/1710 KB 132/214 KB 200/531 KB 99/109 KB 100/1267 KB 705/1710 KB 132/214 KB 204/531 KB 99/109 KB 100/1267 KB 705/1710 KB 132/214 KB 208/531 KB 99/109 KB 100/1267 KB 705/1710 KB 132/214 KB 168/531 KB 95/109 KB 100/1267 KB 705/1710 KB 132/214 KB 208/531 KB 99/109 KB 104/1267 KB 705/1710 KB 132/214 KB 212/531 KB 99/109 KB 108/1267 KB 709/1710 KB 132/214 KB 212/531 KB 99/109 KB 112/1267 KB 689/1710 KB 132/214 KB 168/531 KB 95/109 KB 96/1267 KB 709/1710 KB 136/214 KB 212/531 KB 99/109 KB 112/1267 KB 709/1710 KB 140/214 KB 212/531 KB 99/109 KB 112/1267 KB 709/1710 KB 144/214 KB 212/531 KB 99/109 KB 112/1267 KB 709/1710 KB 148/214 KB 212/531 KB 99/109 KB 112/1267 KB 709/1710 KB 152/214 KB 212/531 KB 99/109 KB 112/1267 KB 709/1710 KB 156/214 KB 212/531 KB 99/109 KB 112/1267 KB 709/1710 KB 160/214 KB 212/531 KB 99/109 KB 112/1267 KB 709/1710 KB 164/214 KB 212/531 KB 99/109 KB 112/1267 KB 709/1710 KB 168/214 KB 212/531 KB 99/109 KB 116/1267 KB 709/1710 KB 172/214 KB 212/531 KB 99/109 KB 116/1267 KB 709/1710 KB 176/214 KB 212/531 KB 99/109 KB unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 116/1267 KB 709/1710 KB 132/214 KB 212/531 KB 99/109 KB 112/1267 KB 713/1710 KB 176/214 KB 212/531 KB 99/109 KB 116/1267 KB 717/1710 KB 176/214 KB 212/531 KB 99/109 KB 116/1267 KB 705/1710 KB 132/214 KB 212/531 KB 99/109 KB 104/1267 KB 705/1710 KB 132/214 KB 196/531 KB 99/109 KB 100/1267 KB 717/1710 KB 176/214 KB 212/531 KB 103/109 KB 116/1267 KB 717/1710 KB 176/214 KB 212/531 KB 107/109 KB 116/1267 KB 717/1710 KB 176/214 KB 212/531 KB 109/109 KB 116/1267 KB 717/1710 KB 176/214 KB 216/531 KB 109/109 KB 116/1267 KB 717/1710 KB 176/214 KB 220/531 KB 109/109 KB 116/1267 KB 717/1710 KB 176/214 KB 224/531 KB 109/109 KB 116/1267 KB 721/1710 KB 176/214 KB 224/531 KB 109/109 KB 116/1267 KB 725/1710 KB 176/214 KB 224/531 KB 109/109 KB 116/1267 KB 729/1710 KB 176/214 KB 228/531 KB 109/109 KB 116/1267 KB 733/1710 KB 176/214 KB 228/531 KB 109/109 KB 116/1267 KB 709/1710 KB 164/214 KB 212/531 KB 99/109 KB 116/1267 KB 733/1710 KB 176/214 KB 228/531 KB 109/109 KB 120/1267 KB 733/1710 KB 176/214 KB 228/531 KB 109/109 KB 124/1267 KB 733/1710 KB 176/214 KB 228/531 KB 109/109 KB 128/1267 KB 733/1710 KB 176/214 KB 228/531 KB 109/109 KB 132/1267 KB 737/1710 KB 180/214 KB 228/531 KB 109/109 KB 136/1267 KB 737/1710 KB 180/214 KB 228/531 KB 109/109 KB 140/1267 KB 737/1710 KB 180/214 KB 228/531 KB 109/109 KB 144/1267 KB 725/1710 KB 176/214 KB 228/531 KB 109/109 KB 116/1267 KB 737/1710 KB 180/214 KB 232/531 KB 109/109 KB 144/1267 KB 737/1710 KB 180/214 KB 236/531 KB 109/109 KB 144/1267 KB 737/1710 KB 180/214 KB 240/531 KB 109/109 KB 144/1267 KB 737/1710 KB 180/214 KB 228/531 KB 109/109 KB 132/1267 KB 737/1710 KB 184/214 KB 240/531 KB 109/109 KB 144/1267 KB 737/1710 KB 188/214 KB 244/531 KB 109/109 KB 144/1267 KB 737/1710 KB 176/214 KB 228/531 KB 109/109 KB 132/1267 KB 741/1710 KB 192/214 KB 244/531 KB 109/109 KB 144/1267 KB 745/1710 KB 192/214 KB 244/531 KB 109/109 KB 144/1267 KB 749/1710 KB 192/214 KB 244/531 KB 109/109 KB 144/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 437.6 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 737/1710 KB 184/214 KB 244/531 KB 109/109 KB 144/1267 KB 749/1710 KB 192/214 KB 248/531 KB 144/1267 KB 749/1710 KB 192/214 KB 252/531 KB 144/1267 KB 749/1710 KB 192/214 KB 256/531 KB 144/1267 KB 749/1710 KB 192/214 KB 260/531 KB 148/1267 KB 753/1710 KB 192/214 KB 264/531 KB 148/1267 KB 753/1710 KB 192/214 KB 268/531 KB 148/1267 KB 753/1710 KB 192/214 KB 272/531 KB 148/1267 KB 737/1710 KB 192/214 KB 244/531 KB 109/109 KB 144/1267 KB 753/1710 KB 196/214 KB 272/531 KB 148/1267 KB 753/1710 KB 200/214 KB 272/531 KB 148/1267 KB 753/1710 KB 204/214 KB 272/531 KB 148/1267 KB 753/1710 KB 208/214 KB 272/531 KB 148/1267 KB 753/1710 KB 212/214 KB 272/531 KB 148/1267 KB 753/1710 KB 214/214 KB 272/531 KB 148/1267 KB 753/1710 KB 192/214 KB 260/531 KB 148/1267 KB 749/1710 KB 192/214 KB 256/531 KB 148/1267 KB 753/1710 KB 214/214 KB 272/531 KB 152/1267 KB 753/1710 KB 214/214 KB 272/531 KB 156/1267 KB 753/1710 KB 214/214 KB 272/531 KB 160/1267 KB 757/1710 KB 214/214 KB 272/531 KB 160/1267 KB 761/1710 KB 214/214 KB 272/531 KB 160/1267 KB 765/1710 KB 214/214 KB 272/531 KB 164/1267 KB 769/1710 KB 214/214 KB 272/531 KB 164/1267 KB 773/1710 KB 214/214 KB 276/531 KB 164/1267 KB 777/1710 KB 214/214 KB 276/531 KB 164/1267 KB 761/1710 KB 214/214 KB 272/531 KB 164/1267 KB 781/1710 KB 214/214 KB 276/531 KB 168/1267 KB 781/1710 KB 214/214 KB 276/531 KB 172/1267 KB 781/1710 KB 214/214 KB 276/531 KB 176/1267 KB 769/1710 KB 214/214 KB 276/531 KB 164/1267 KB 781/1710 KB 214/214 KB 280/531 KB 176/1267 KB 781/1710 KB 214/214 KB 284/531 KB 180/1267 KB 781/1710 KB 214/214 KB 288/531 KB 180/1267 KB 781/1710 KB 214/214 KB 292/531 KB 180/1267 KB 781/1710 KB 214/214 KB 296/531 KB 180/1267 KB 781/1710 KB 214/214 KB 300/531 KB 180/1267 KB 781/1710 KB 214/214 KB 304/531 KB 180/1267 KB 781/1710 KB 214/214 KB 280/531 KB 180/1267 KB 781/1710 KB 214/214 KB 304/531 KB 4/80 KB 184/1267 KB 781/1710 KB 214/214 KB 304/531 KB 4/80 KB 188/1267 KB 781/1710 KB 214/214 KB 304/531 KB 4/80 KB 192/1267 KB 781/1710 KB 214/214 KB 280/531 KB 176/1267 KB 781/1710 KB 214/214 KB 304/531 KB 4/80 KB 180/1267 KB 781/1710 KB 214/214 KB 304/531 KB 8/80 KB 192/1267 KB 781/1710 KB 214/214 KB 304/531 KB 12/80 KB 192/1267 KB 781/1710 KB 214/214 KB 304/531 KB 16/80 KB 192/1267 KB 785/1710 KB 214/214 KB 304/531 KB 16/80 KB 192/1267 KB 789/1710 KB 214/214 KB 304/531 KB 16/80 KB 192/1267 KB 789/1710 KB 214/214 KB 304/531 KB 20/80 KB 192/1267 KB 789/1710 KB 214/214 KB 304/531 KB 24/80 KB 192/1267 KB 789/1710 KB 214/214 KB 304/531 KB 28/80 KB 192/1267 KB 789/1710 KB 214/214 KB 304/531 KB 32/80 KB 192/1267 KB 793/1710 KB 214/214 KB 304/531 KB 32/80 KB 192/1267 KB 797/1710 KB 214/214 KB 304/531 KB 32/80 KB 192/1267 KB 801/1710 KB 214/214 KB 304/531 KB 32/80 KB 192/1267 KB 805/1710 KB 308/531 KB 32/80 KB 196/1267 KB 805/1710 KB 308/531 KB 36/80 KB 196/1267 KB 805/1710 KB 308/531 KB 40/80 KB 196/1267 KB 805/1710 KB 308/531 KB 44/80 KB 196/1267 KB 805/1710 KB 308/531 KB 48/80 KB 196/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 816.3 KB/sec) unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 801/1710 KB 308/531 KB 32/80 KB 196/1267 KB 805/1710 KB 312/531 KB 48/80 KB 196/1267 KB 801/1710 KB 304/531 KB 32/80 KB 196/1267 KB 809/1710 KB 312/531 KB 52/80 KB 200/1267 KB 809/1710 KB 312/531 KB 52/80 KB 196/1267 KB 809/1710 KB 312/531 KB 56/80 KB 200/1267 KB 809/1710 KB 312/531 KB 60/80 KB 200/1267 KB 809/1710 KB 312/531 KB 64/80 KB 200/1267 KB 809/1710 KB 312/531 KB 64/80 KB 204/1267 KB 809/1710 KB 312/531 KB 64/80 KB 208/1267 KB 809/1710 KB 312/531 KB 48/80 KB 196/1267 KB 813/1710 KB 312/531 KB 64/80 KB 208/1267 KB 817/1710 KB 316/531 KB 68/80 KB 212/1267 KB 821/1710 KB 316/531 KB 68/80 KB 212/1267 KB 825/1710 KB 316/531 KB 68/80 KB 212/1267 KB 829/1710 KB 316/531 KB 68/80 KB 212/1267 KB 813/1710 KB 316/531 KB 68/80 KB 212/1267 KB 829/1710 KB 316/531 KB 72/80 KB 212/1267 KB 829/1710 KB 316/531 KB 76/80 KB 212/1267 KB 829/1710 KB 316/531 KB 80/80 KB 212/1267 KB 813/1710 KB 316/531 KB 64/80 KB 212/1267 KB 829/1710 KB 316/531 KB 80/80 KB 216/1267 KB 813/1710 KB 316/531 KB 64/80 KB 208/1267 KB 829/1710 KB 320/531 KB 80/80 KB 216/1267 KB 829/1710 KB 324/531 KB 80/80 KB 216/1267 KB 829/1710 KB 328/531 KB 80/80 KB 220/1267 KB 829/1710 KB 332/531 KB 80/80 KB 220/1267 KB 829/1710 KB 336/531 KB 80/80 KB 220/1267 KB 833/1710 KB 340/531 KB 80/80 KB 220/1267 KB 833/1710 KB 344/531 KB 80/80 KB 220/1267 KB 833/1710 KB 348/531 KB 80/80 KB 220/1267 KB 833/1710 KB 352/531 KB 80/80 KB 220/1267 KB 833/1710 KB 356/531 KB 80/80 KB 220/1267 KB 833/1710 KB 360/531 KB 80/80 KB 220/1267 KB 829/1710 KB 324/531 KB 80/80 KB 220/1267 KB 833/1710 KB 360/531 KB 80/80 KB 224/1267 KB 833/1710 KB 360/531 KB 80/80 KB 228/1267 KB 833/1710 KB 360/531 KB 80/80 KB 232/1267 KB 833/1710 KB 360/531 KB 80/80 KB 236/1267 KB 833/1710 KB 360/531 KB 80/80 KB 240/1267 KB 833/1710 KB 336/531 KB 80/80 KB 220/1267 KB 837/1710 KB 360/531 KB 80/80 KB 240/1267 KB 841/1710 KB 360/531 KB 80/80 KB 240/1267 KB 845/1710 KB 360/531 KB 80/80 KB 240/1267 KB 845/1710 KB 360/531 KB 80/80 KB 244/1267 KB 849/1710 KB 360/531 KB 80/80 KB 244/1267 KB 853/1710 KB 360/531 KB 80/80 KB 244/1267 KB 853/1710 KB 364/531 KB 80/80 KB 248/1267 KB 853/1710 KB 364/531 KB 80/80 KB 244/1267 KB 857/1710 KB 364/531 KB 80/80 KB 248/1267 KB 861/1710 KB 364/531 KB 80/80 KB 248/1267 KB 865/1710 KB 364/531 KB 80/80 KB 252/1267 KB 869/1710 KB 368/531 KB 80/80 KB 252/1267 KB 869/1710 KB 4/1044 KB 368/531 KB 80/80 KB 252/1267 KB 869/1710 KB 8/1044 KB 368/531 KB 80/80 KB 252/1267 KB 869/1710 KB 12/1044 KB 368/531 KB 80/80 KB 252/1267 KB 869/1710 KB 16/1044 KB 368/531 KB 80/80 KB 252/1267 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 289.2 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 869/1710 KB 20/1044 KB 368/531 KB 252/1267 KB 869/1710 KB 24/1044 KB 368/531 KB 252/1267 KB 869/1710 KB 28/1044 KB 368/531 KB 252/1267 KB 869/1710 KB 32/1044 KB 368/531 KB 252/1267 KB 861/1710 KB 364/531 KB 80/80 KB 252/1267 KB 869/1710 KB 32/1044 KB 368/531 KB 256/1267 KB 865/1710 KB 368/531 KB 80/80 KB 252/1267 KB 869/1710 KB 32/1044 KB 372/531 KB 256/1267 KB 869/1710 KB 32/1044 KB 376/531 KB 260/1267 KB 869/1710 KB 32/1044 KB 372/531 KB 260/1267 KB 873/1710 KB 32/1044 KB 380/531 KB 264/1267 KB 873/1710 KB 32/1044 KB 380/531 KB 268/1267 KB 873/1710 KB 32/1044 KB 380/531 KB 272/1267 KB 873/1710 KB 32/1044 KB 380/531 KB 260/1267 KB 873/1710 KB 36/1044 KB 384/531 KB 272/1267 KB 873/1710 KB 32/1044 KB 376/531 KB 260/1267 KB 877/1710 KB 36/1044 KB 384/531 KB 272/1267 KB 873/1710 KB 36/1044 KB 380/531 KB 272/1267 KB 877/1710 KB 40/1044 KB 384/531 KB 272/1267 KB 877/1710 KB 44/1044 KB 384/531 KB 272/1267 KB 877/1710 KB 48/1044 KB 384/531 KB 272/1267 KB 881/1710 KB 48/1044 KB 384/531 KB 272/1267 KB 885/1710 KB 52/1044 KB 388/531 KB 276/1267 KB 881/1710 KB 52/1044 KB 388/531 KB 276/1267 KB 889/1710 KB 52/1044 KB 392/531 KB 276/1267 KB 889/1710 KB 52/1044 KB 396/531 KB 276/1267 KB 889/1710 KB 52/1044 KB 400/531 KB 276/1267 KB 881/1710 KB 52/1044 KB 384/531 KB 276/1267 KB 889/1710 KB 56/1044 KB 400/531 KB 276/1267 KB 889/1710 KB 4/61 KB 60/1044 KB 400/531 KB 276/1267 KB 889/1710 KB 4/61 KB 64/1044 KB 400/531 KB 276/1267 KB 889/1710 KB 4/61 KB 68/1044 KB 400/531 KB 276/1267 KB 889/1710 KB 4/61 KB 72/1044 KB 400/531 KB 276/1267 KB 889/1710 KB 4/61 KB 76/1044 KB 400/531 KB 276/1267 KB 889/1710 KB 4/61 KB 80/1044 KB 400/531 KB 276/1267 KB 881/1710 KB 48/1044 KB 384/531 KB 276/1267 KB 889/1710 KB 4/61 KB 80/1044 KB 400/531 KB 280/1267 KB 889/1710 KB 4/61 KB 80/1044 KB 400/531 KB 284/1267 KB 889/1710 KB 4/61 KB 80/1044 KB 400/531 KB 288/1267 KB 889/1710 KB 4/61 KB 56/1044 KB 400/531 KB 276/1267 KB 889/1710 KB 8/61 KB 80/1044 KB 400/531 KB 288/1267 KB 889/1710 KB 12/61 KB 80/1044 KB 400/531 KB 288/1267 KB 889/1710 KB 16/61 KB 80/1044 KB 400/531 KB 288/1267 KB 889/1710 KB 20/61 KB 80/1044 KB 400/531 KB 288/1267 KB 889/1710 KB 24/61 KB 80/1044 KB 400/531 KB 288/1267 KB 889/1710 KB 28/61 KB 80/1044 KB 400/531 KB 288/1267 KB 889/1710 KB 32/61 KB 80/1044 KB 400/531 KB 288/1267 KB 889/1710 KB 36/61 KB 80/1044 KB 400/531 KB 288/1267 KB 889/1710 KB 40/61 KB 84/1044 KB 404/531 KB 292/1267 KB 889/1710 KB 44/61 KB 84/1044 KB 404/531 KB 292/1267 KB 889/1710 KB 48/61 KB 84/1044 KB 404/531 KB 292/1267 KB 889/1710 KB 52/1044 KB 388/531 KB 276/1267 KB 893/1710 KB 48/61 KB 84/1044 KB 404/531 KB 292/1267 KB 897/1710 KB 48/61 KB 84/1044 KB 404/531 KB 292/1267 KB 901/1710 KB 48/61 KB 84/1044 KB 404/531 KB 292/1267 KB 905/1710 KB 48/61 KB 84/1044 KB 404/531 KB 292/1267 KB 909/1710 KB 48/61 KB 84/1044 KB 404/531 KB 292/1267 KB 913/1710 KB 48/61 KB 84/1044 KB 404/531 KB 292/1267 KB 889/1710 KB 36/61 KB 84/1044 KB 404/531 KB 292/1267 KB 917/1710 KB 48/61 KB 84/1044 KB 408/531 KB 292/1267 KB 917/1710 KB 48/61 KB 84/1044 KB 412/531 KB 292/1267 KB 917/1710 KB 48/61 KB 84/1044 KB 416/531 KB 292/1267 KB 889/1710 KB 36/61 KB 84/1044 KB 400/531 KB 292/1267 KB 917/1710 KB 48/61 KB 88/1044 KB 416/531 KB 292/1267 KB 917/1710 KB 48/61 KB 92/1044 KB 416/531 KB 292/1267 KB 917/1710 KB 48/61 KB 96/1044 KB 416/531 KB 292/1267 KB 917/1710 KB 48/61 KB 100/1044 KB 416/531 KB 292/1267 KB 917/1710 KB 52/6 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1 KB 104/1044 KB 420/531 KB 292/1267 KB 889/1710 KB 36/61 KB 80/1044 KB 400/531 KB 292/1267 KB 917/1710 KB 52/61 KB 104/1044 KB 420/531 KB 296/1267 KB 917/1710 KB 52/61 KB 104/1044 KB 420/531 KB 300/1267 KB 917/1710 KB 52/61 KB 104/1044 KB 420/531 KB 304/1267 KB 917/1710 KB 52/61 KB 104/1044 KB 420/531 KB 308/1267 KB 917/1710 KB 52/61 KB 104/1044 KB 420/531 KB 312/1267 KB 917/1710 KB 48/61 KB 84/1044 KB 420/531 KB 292/1267 KB 921/1710 KB 52/61 KB 104/1044 KB 420/531 KB 312/1267 KB 925/1710 KB 52/61 KB 104/1044 KB 420/531 KB 312/1267 KB 917/1710 KB 52/61 KB 100/1044 KB 420/531 KB 292/1267 KB 925/1710 KB 56/61 KB 104/1044 KB 420/531 KB 312/1267 KB 925/1710 KB 60/61 KB 104/1044 KB 420/531 KB 312/1267 KB 925/1710 KB 61/61 KB 104/1044 KB 420/531 KB 312/1267 KB 917/1710 KB 48/61 KB 100/1044 KB 420/531 KB 292/1267 KB 925/1710 KB 61/61 KB 104/1044 KB 424/531 KB 312/1267 KB 925/1710 KB 61/61 KB 108/1044 KB 428/531 KB 312/1267 KB 925/1710 KB 61/61 KB 108/1044 KB 432/531 KB 316/1267 KB 925/1710 KB 61/61 KB 108/1044 KB 436/531 KB 316/1267 KB 929/1710 KB 61/61 KB 108/1044 KB 440/531 KB 316/1267 KB 929/1710 KB 61/61 KB 108/1044 KB 444/531 KB 316/1267 KB 929/1710 KB 61/61 KB 108/1044 KB 448/531 KB 316/1267 KB 925/1710 KB 61/61 KB 108/1044 KB 424/531 KB 312/1267 KB 929/1710 KB 61/61 KB 112/1044 KB 448/531 KB 316/1267 KB 929/1710 KB 61/61 KB 116/1044 KB 448/531 KB 316/1267 KB 929/1710 KB 61/61 KB 120/1044 KB 448/531 KB 316/1267 KB 929/1710 KB 61/61 KB 124/1044 KB 448/531 KB 316/1267 KB 929/1710 KB 61/61 KB 128/1044 KB 448/531 KB 316/1267 KB 929/1710 KB 61/61 KB 132/1044 KB 448/531 KB 316/1267 KB 929/1710 KB 61/61 KB 136/1044 KB 452/531 KB 316/1267 KB 929/1710 KB 61/61 KB 140/1044 KB 452/531 KB 316/1267 KB 929/1710 KB 61/61 KB 144/1044 KB 452/531 KB 316/1267 KB 929/1710 KB 61/61 KB 108/1044 KB 436/531 KB 316/1267 KB 933/1710 KB 61/61 KB 144/1044 KB 452/531 KB 316/1267 KB 937/1710 KB 61/61 KB 144/1044 KB 452/531 KB 316/1267 KB 941/1710 KB 61/61 KB 144/1044 KB 452/531 KB 316/1267 KB 945/1710 KB 61/61 KB 144/1044 KB 452/531 KB 316/1267 KB 949/1710 KB 61/61 KB 144/1044 KB 452/531 KB 316/1267 KB 953/1710 KB 61/61 KB 144/1044 KB 452/531 KB 316/1267 KB 957/1710 KB 61/61 KB 144/1044 KB 452/531 KB 316/1267 KB 925/1710 KB 61/61 KB 108/1044 KB 428/531 KB 316/1267 KB 957/1710 KB 61/61 KB 144/1044 KB 452/531 KB 320/1267 KB 957/1710 KB 61/61 KB 144/1044 KB 452/531 KB 324/1267 KB 957/1710 KB 144/1044 KB 452/531 KB 328/1267 KB 957/1710 KB 144/1044 KB 452/531 KB 332/1267 KB 957/1710 KB 144/1044 KB 452/531 KB 336/1267 KB 957/1710 KB 144/1044 KB 452/531 KB 340/1267 KB 961/1710 KB 148/1044 KB 452/531 KB 344/1267 KB 961/1710 KB 148/1044 KB 452/531 KB 348/1267 KB 961/1710 KB 148/1044 KB 452/531 KB 352/1267 KB 929/1710 KB 61/61 KB 132/1044 KB 452/531 KB 316/1267 KB 961/1710 KB 148/1044 KB 456/531 KB 352/1267 KB 961/1710 KB 148/1044 KB 460/531 KB 352/1267 KB 961/1710 KB 148/1044 KB 464/531 KB 352/1267 KB 961/1710 KB 148/1044 KB 468/531 KB 352/1267 KB 961/1710 KB 148/1044 KB 472/531 KB 356/1267 KB 961/1710 KB 148/1044 KB 476/531 KB 356/1267 KB 961/1710 KB 148/1044 KB 480/531 KB 356/1267 KB 961/1710 KB 148/1044 KB 484/531 KB 356/1267 KB 961/1710 KB 148/1044 KB 488/531 KB 356/1267 KB 961/1710 KB 148/1044 KB 492/531 KB 356/1267 KB 961/1710 KB 148/1044 KB 496/531 KB 356/1267 KB 961/1710 KB 148/1044 KB 452/531 KB 340/1267 KB 961/1710 KB 144/1044 KB 452/531 KB 340/1267 KB unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 197.3 KB/sec) unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 965/1710 KB 148/1044 KB 496/531 KB 356/1267 KB 969/1710 KB 148/1044 KB 496/531 KB 356/1267 KB 973/1710 KB 152/1044 KB 496/531 KB 356/1267 KB 977/1710 KB 152/1044 KB 496/531 KB 356/1267 KB 981/1710 KB 152/1044 KB 496/531 KB 356/1267 KB 985/1710 KB 152/1044 KB 496/531 KB 356/1267 KB 989/1710 KB 152/1044 KB 496/531 KB 356/1267 KB 961/1710 KB 148/1044 KB 468/531 KB 356/1267 KB 989/1710 KB 152/1044 KB 496/531 KB 360/1267 KB 989/1710 KB 152/1044 KB 496/531 KB 364/1267 KB 989/1710 KB 152/1044 KB 496/531 KB 368/1267 KB 969/1710 KB 152/1044 KB 496/531 KB 356/1267 KB 989/1710 KB 156/1044 KB 496/531 KB 368/1267 KB 989/1710 KB 160/1044 KB 496/531 KB 368/1267 KB 989/1710 KB 164/1044 KB 496/531 KB 368/1267 KB 989/1710 KB 168/1044 KB 496/531 KB 372/1267 KB 989/1710 KB 172/1044 KB 496/531 KB 372/1267 KB 989/1710 KB 176/1044 KB 496/531 KB 372/1267 KB 989/1710 KB 180/1044 KB 496/531 KB 372/1267 KB 993/1710 KB 184/1044 KB 500/531 KB 372/1267 KB 993/1710 KB 188/1044 KB 500/531 KB 372/1267 KB 993/1710 KB 192/1044 KB 500/531 KB 372/1267 KB 989/1710 KB 164/1044 KB 496/531 KB 372/1267 KB 993/1710 KB 192/1044 KB 500/531 KB 376/1267 KB 993/1710 KB 192/1044 KB 500/531 KB 380/1267 KB 993/1710 KB 192/1044 KB 500/531 KB 384/1267 KB 993/1710 KB 192/1044 KB 500/531 KB 388/1267 KB 993/1710 KB 196/1044 KB 500/531 KB 392/1267 KB 993/1710 KB 196/1044 KB 500/531 KB 396/1267 KB 993/1710 KB 196/1044 KB 500/531 KB 400/1267 KB 993/1710 KB 180/1044 KB 500/531 KB 372/1267 KB 997/1710 KB 196/1044 KB 500/531 KB 400/1267 KB 1001/1710 KB 196/1044 KB 500/531 KB 400/1267 KB 989/1710 KB 180/1044 KB 500/531 KB 372/1267 KB 1001/1710 KB 196/1044 KB 504/531 KB 400/1267 KB 1001/1710 KB 196/1044 KB 508/531 KB 400/1267 KB 1005/1710 KB 196/1044 KB 512/531 KB 400/1267 KB 1005/1710 KB 196/1044 KB 516/531 KB 400/1267 KB 1005/1710 KB 196/1044 KB 520/531 KB 404/1267 KB 1005/1710 KB 196/1044 KB 524/531 KB 404/1267 KB 1005/1710 KB 196/1044 KB 528/531 KB 404/1267 KB 993/1710 KB 196/1044 KB 500/531 KB 388/1267 KB 1005/1710 KB 200/1044 KB 528/531 KB 404/1267 KB 1005/1710 KB 204/1044 KB 528/531 KB 404/1267 KB 1005/1710 KB 208/1044 KB 528/531 KB 404/1267 KB 1005/1710 KB 212/1044 KB 528/531 KB 404/1267 KB 1005/1710 KB 216/1044 KB 531/531 KB 404/1267 KB 1005/1710 KB 196/1044 KB 516/531 KB 404/1267 KB 1005/1710 KB 196/1044 KB 508/531 KB 400/1267 KB 1009/1710 KB 220/1044 KB 531/531 KB 404/1267 KB 1013/1710 KB 220/1044 KB 531/531 KB 404/1267 KB 1017/1710 KB 220/1044 KB 531/531 KB 404/1267 KB 1021/1710 KB 220/1044 KB 531/531 KB 404/1267 KB 1025/1710 KB 220/1044 KB 531/531 KB 404/1267 KB 1005/1710 KB 212/1044 KB 531/531 KB 404/1267 KB 1025/1710 KB 220/1044 KB 531/531 KB 408/1267 KB 1025/1710 KB 220/1044 KB 531/531 KB 412/1267 KB 1025/1710 KB 220/1044 KB 531/531 KB 416/1267 KB 1025/1710 KB 220/1044 KB 531/531 KB 420/1267 KB 1029/1710 KB 220/1044 KB 531/531 KB 424/1267 KB 1029/1710 KB 220/1044 KB 531/531 KB 428/1267 KB 1029/1710 KB 220/1044 KB 531/531 KB 432/1267 KB 1029/1710 KB 220/1044 KB 531/531 KB 420/1267 KB 1033/1710 KB 220/1044 KB 531/531 KB 432/1267 KB 1037/1710 KB 220/1044 KB 531/531 KB 432/1267 KB 1005/1710 KB 220/1044 KB 531/531 KB 404/1267 KB 1037/1710 KB 224/1044 KB 531/531 KB 432/1267 KB 1037/1710 KB 228/1044 KB 531/531 KB 432/1267 KB 1041/1710 KB 232/1044 KB 531/531 KB 432/1267 KB 1041/1710 KB 236/1044 KB 531/531 KB 432/1267 KB 1041/1710 KB 240/1044 KB 531/531 KB 432/1267 KB 1041/1710 KB 244/1044 KB 531/531 KB 432/1267 KB 1041/1710 KB 248/1044 KB unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 531/531 KB 436/1267 KB 1041/1710 KB 228/1044 KB 531/531 KB 432/1267 KB 1045/1710 KB 252/1044 KB 4/1063 KB 436/1267 KB 1041/1710 KB 252/1044 KB 4/1063 KB 531/531 KB 436/1267 KB 1045/1710 KB 252/1044 KB 8/1063 KB 436/1267 KB 1045/1710 KB 252/1044 KB 12/1063 KB 436/1267 KB 1045/1710 KB 252/1044 KB 16/1063 KB 436/1267 KB 1045/1710 KB 252/1044 KB 20/1063 KB 436/1267 KB 1045/1710 KB 252/1044 KB 24/1063 KB 436/1267 KB 1045/1710 KB 252/1044 KB 28/1063 KB 436/1267 KB 1045/1710 KB 252/1044 KB 32/1063 KB 436/1267 KB 1045/1710 KB 252/1044 KB 36/1063 KB 436/1267 KB 1045/1710 KB 252/1044 KB 40/1063 KB 436/1267 KB 1045/1710 KB 252/1044 KB 44/1063 KB 436/1267 KB 1045/1710 KB 252/1044 KB 48/1063 KB 436/1267 KB 1049/1710 KB 252/1044 KB 48/1063 KB 436/1267 KB 1053/1710 KB 252/1044 KB 48/1063 KB 436/1267 KB 1041/1710 KB 244/1044 KB 531/531 KB 436/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 440/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 444/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 448/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 452/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 456/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 460/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 464/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 468/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 472/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 476/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 480/1267 KB 1041/1710 KB 252/1044 KB 531/531 KB 436/1267 KB 1053/1710 KB 256/1044 KB 52/1063 KB 480/1267 KB 1053/1710 KB 260/1044 KB 52/1063 KB 480/1267 KB 1053/1710 KB 252/1044 KB 52/1063 KB 436/1267 KB 1053/1710 KB 260/1044 KB 56/1063 KB 480/1267 KB 1053/1710 KB 260/1044 KB 60/1063 KB 480/1267 KB 1053/1710 KB 260/1044 KB 64/1063 KB 480/1267 KB 1053/1710 KB 260/1044 KB 68/1063 KB 480/1267 KB 1053/1710 KB 260/1044 KB 72/1063 KB 480/1267 KB 1053/1710 KB 260/1044 KB 76/1063 KB 480/1267 KB 1053/1710 KB 260/1044 KB 80/1063 KB 480/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 1597.3 KB/sec) unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1053/1710 KB 260/1044 KB 84/1063 KB 480/1267 KB 1053/1710 KB 260/1044 KB 88/1063 KB 480/1267 KB 1053/1710 KB 260/1044 KB 92/1063 KB 480/1267 KB 1053/1710 KB 260/1044 KB 96/1063 KB 480/1267 KB 1053/1710 KB 264/1044 KB 96/1063 KB 480/1267 KB 1053/1710 KB 268/1044 KB 96/1063 KB 480/1267 KB 1053/1710 KB 272/1044 KB 96/1063 KB 480/1267 KB 1053/1710 KB 276/1044 KB 96/1063 KB 480/1267 KB 1053/1710 KB 280/1044 KB 100/1063 KB 480/1267 KB 1053/1710 KB 284/1044 KB 100/1063 KB 480/1267 KB 1053/1710 KB 288/1044 KB 100/1063 KB 480/1267 KB 1053/1710 KB 292/1044 KB 100/1063 KB 480/1267 KB 1053/1710 KB 296/1044 KB 100/1063 KB 484/1267 KB 1053/1710 KB 300/1044 KB 100/1063 KB 484/1267 KB 1053/1710 KB 304/1044 KB 100/1063 KB 484/1267 KB 1053/1710 KB 276/1044 KB 100/1063 KB 480/1267 KB 1053/1710 KB 304/1044 KB 104/1063 KB 484/1267 KB 1053/1710 KB 304/1044 KB 108/1063 KB 484/1267 KB 1053/1710 KB 304/1044 KB 112/1063 KB 484/1267 KB 1053/1710 KB 304/1044 KB 116/1063 KB 484/1267 KB 1053/1710 KB 304/1044 KB 120/1063 KB 484/1267 KB 1053/1710 KB 304/1044 KB 124/1063 KB 484/1267 KB 1053/1710 KB 304/1044 KB 128/1063 KB 484/1267 KB 1053/1710 KB 292/1044 KB 100/1063 KB 484/1267 KB 1053/1710 KB 304/1044 KB 128/1063 KB 488/1267 KB 1053/1710 KB 304/1044 KB 128/1063 KB 492/1267 KB 1053/1710 KB 304/1044 KB 128/1063 KB 496/1267 KB 1053/1710 KB 304/1044 KB 128/1063 KB 500/1267 KB 1057/1710 KB 304/1044 KB 132/1063 KB 500/1267 KB 1061/1710 KB 304/1044 KB 132/1063 KB 500/1267 KB 1065/1710 KB 304/1044 KB 132/1063 KB 500/1267 KB 1069/1710 KB 304/1044 KB 132/1063 KB 500/1267 KB 1073/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1077/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1081/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1085/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1089/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1093/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1097/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1101/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1105/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1109/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1113/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1117/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1121/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1125/1710 KB 308/1044 KB 132/1063 KB 4/713 KB 504/1267 KB 1053/1710 KB 304/1044 KB 132/1063 KB 500/1267 KB 1125/1710 KB 308/1044 KB 136/1063 KB 4/713 KB 504/1267 KB 1125/1710 KB 308/1044 KB 140/1063 KB 4/713 KB 504/1267 KB 1125/1710 KB 308/1044 KB 144/1063 KB 4/713 KB 504/1267 KB 1125/1710 KB 308/1044 KB 148/1063 KB 4/713 KB 504/1267 KB 1121/1710 KB 308/1044 KB 132/1063 KB 4/713 KB 504/1267 KB 1129/1710 KB 312/1044 KB 148/1063 KB 4/713 KB 504/1267 KB 1121/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 504/1267 KB 1069/1710 KB 304/1044 KB 132/1063 KB 4/713 KB 500/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 8/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 12/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 16/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 20/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 24/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 28/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 32/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 36/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 40/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 44/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 48/713 KB 504/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 48/713 KB 508/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 48/713 KB 512/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 52/713 KB 512/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 56/713 KB 512/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 60/713 KB 512/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 64/713 KB 512/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 68/713 KB 512/1267 KB 1129/1710 KB 316/1044 KB 152/1063 KB 72/713 KB 516/1267 KB 1129/1710 KB 316/1044 KB 152/1063 KB 76/713 KB 516/1267 KB 1129/1710 KB 316/1044 KB 152/1063 KB 80/713 KB 516/1267 KB 1129/1710 KB 308/1044 KB 148/1063 KB 4/713 KB 504/1267 KB 1133/1710 KB 316/1044 KB 152/1063 KB 80/713 KB 516/1267 KB 1137/1710 KB 316/1044 KB 152/1063 KB 80/713 KB 516/1267 KB 1141/1710 KB 316/1044 KB 152/1063 KB 80/713 KB 516/1267 KB 1145/1710 KB 316/1044 KB 152/1063 KB 80/713 KB 516/1267 KB 1149/1710 KB 316/1044 KB 152/1063 KB 80/713 KB 516/1267 KB 1129/1710 KB 316/1044 KB 152/1063 KB 68/713 KB 516/1267 KB 1149/1710 KB 316/1044 KB 156/1063 KB 80/713 KB 516/1267 KB 1149/1710 KB 316/1044 KB 160/1063 KB 80/713 KB 516/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 68/713 KB 516/1267 KB 1149/1710 KB 316/1044 KB 160/1063 KB 80/713 KB 520/1267 KB 1149/1710 KB 316/1044 KB 160/1063 KB 80/713 KB 524/1267 KB 1149/1710 KB 316/1044 KB 160/1063 KB 80/713 KB 528/1267 KB 1149/1710 KB 316/1044 KB 160/1063 KB 80/713 KB 532/1267 KB 1153/1710 KB 316/1044 KB 164/1063 KB 84/713 KB 536/1267 KB 1153/1710 KB 316/1044 KB 164/1063 KB 84/713 KB 540/1267 KB 1153/1710 KB 316/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1129/1710 KB 316/1044 KB 148/1063 KB 56/713 KB 512/1267 KB 1153/1710 KB 320/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1153/1710 KB 324/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1153/1710 KB 328/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1153/1710 KB 332/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1153/1710 KB 336/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1153/1710 KB 340/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1153/1710 KB 344/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1153/1710 KB 348/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1153/1710 KB 352/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1153/1710 KB 356/1044 KB 164/1063 KB 84/713 KB 544/1267 KB 1153/1710 KB 360/1044 KB 164/1063 KB 84/713 KB 548/1267 KB 1153/1710 KB 364/1044 KB 164/1063 KB 84/713 KB 548/1267 KB 1153/1710 KB 368/1044 KB 164/1063 KB 84/713 KB 548/1267 KB 1153/1710 KB 316/1044 KB 164/1063 KB 84/713 KB 532/1267 KB 1157/1710 KB 368/1044 KB 164/1063 KB 84/713 KB 548/1267 KB 1161/1710 KB 368/1044 KB 164/1063 KB 84/713 KB 548/1267 KB 1149/1710 KB 316/1044 KB 164/1063 KB 84/713 KB 532/1267 KB 1161/1710 KB 368/1044 KB 164/1063 KB 88/713 KB 548/1267 KB 1161/1710 KB 368/1044 KB 164/1063 KB 92/713 KB 548/1267 KB 1161/1710 KB 368/1044 KB 164/1063 KB 96/713 KB 548/1267 KB 1149/1710 KB 316/1044 KB 164/1063 KB 80/713 KB 532/1267 KB 1161/1710 KB 368/1044 KB 168/1063 KB 96/713 KB 548/1267 KB 1161/1710 KB 368/1044 KB 172/1063 KB 96/713 KB 548/1267 KB 1161/1710 KB 368/1044 KB 176/1063 KB 96/713 KB 548/1267 KB 1161/1710 KB 368/1044 KB 180/1063 KB 96/713 KB 548/1267 KB 1165/1710 KB 368/1044 KB 184/1063 KB 100/713 KB 548/1267 KB 1153/1710 KB 356/1044 KB 164/1063 KB 84/713 KB 548/1267 KB 1165/1710 KB 368/1044 KB 184/1063 KB 100/713 KB 552/1267 KB 1165/1710 KB 368/1044 KB 184/1063 KB 100/713 KB 556/1267 KB 1165/17 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 10 KB 368/1044 KB 184/1063 KB 100/713 KB 560/1267 KB 1165/1710 KB 368/1044 KB 188/1063 KB 100/713 KB 560/1267 KB 1165/1710 KB 368/1044 KB 192/1063 KB 100/713 KB 560/1267 KB 1165/1710 KB 368/1044 KB 196/1063 KB 100/713 KB 560/1267 KB 1165/1710 KB 372/1044 KB 200/1063 KB 100/713 KB 564/1267 KB 1165/1710 KB 368/1044 KB 180/1063 KB 100/713 KB 548/1267 KB 1165/1710 KB 372/1044 KB 200/1063 KB 104/713 KB 564/1267 KB 1165/1710 KB 372/1044 KB 200/1063 KB 108/713 KB 564/1267 KB 1165/1710 KB 372/1044 KB 200/1063 KB 112/713 KB 564/1267 KB 1165/1710 KB 372/1044 KB 200/1063 KB 116/713 KB 564/1267 KB 1165/1710 KB 372/1044 KB 200/1063 KB 120/713 KB 564/1267 KB 1165/1710 KB 368/1044 KB 180/1063 KB 96/713 KB 548/1267 KB 1169/1710 KB 372/1044 KB 204/1063 KB 120/713 KB 564/1267 KB 1173/1710 KB 372/1044 KB 204/1063 KB 120/713 KB 564/1267 KB 1177/1710 KB 372/1044 KB 204/1063 KB 120/713 KB 564/1267 KB 1181/1710 KB 372/1044 KB 204/1063 KB 120/713 KB 564/1267 KB 1185/1710 KB 372/1044 KB 204/1063 KB 120/713 KB 564/1267 KB 1189/1710 KB 372/1044 KB 204/1063 KB 120/713 KB 564/1267 KB 1193/1710 KB 372/1044 KB 204/1063 KB 120/713 KB 564/1267 KB 1165/1710 KB 372/1044 KB 204/1063 KB 120/713 KB 564/1267 KB 1193/1710 KB 372/1044 KB 208/1063 KB 124/713 KB 564/1267 KB 1193/1710 KB 372/1044 KB 212/1063 KB 124/713 KB 564/1267 KB 1165/1710 KB 372/1044 KB 196/1063 KB 100/713 KB 564/1267 KB 1197/1710 KB 372/1044 KB 212/1063 KB 124/713 KB 568/1267 KB 1197/1710 KB 372/1044 KB 212/1063 KB 124/713 KB 572/1267 KB 1197/1710 KB 372/1044 KB 212/1063 KB 124/713 KB 576/1267 KB 1197/1710 KB 372/1044 KB 212/1063 KB 124/713 KB 580/1267 KB 1197/1710 KB 372/1044 KB 212/1063 KB 124/713 KB 584/1267 KB 1197/1710 KB 372/1044 KB 212/1063 KB 124/713 KB 588/1267 KB 1197/1710 KB 372/1044 KB 212/1063 KB 124/713 KB 592/1267 KB 1197/1710 KB 372/1044 KB 212/1063 KB 124/713 KB 596/1267 KB 1165/1710 KB 372/1044 KB 196/1063 KB 100/713 KB 560/1267 KB 1197/1710 KB 376/1044 KB 216/1063 KB 124/713 KB 600/1267 KB 1197/1710 KB 380/1044 KB 216/1063 KB 124/713 KB 600/1267 KB 1197/1710 KB 384/1044 KB 216/1063 KB 124/713 KB 600/1267 KB 1197/1710 KB 388/1044 KB 216/1063 KB 124/713 KB 600/1267 KB 1197/1710 KB 392/1044 KB 216/1063 KB 124/713 KB 600/1267 KB 1197/1710 KB 396/1044 KB 216/1063 KB 124/713 KB 600/1267 KB 1197/1710 KB 400/1044 KB 216/1063 KB 124/713 KB 600/1267 KB 1197/1710 KB 372/1044 KB 216/1063 KB 124/713 KB 596/1267 KB 1197/1710 KB 372/1044 KB 212/1063 KB 124/713 KB 564/1267 KB 1193/1710 KB 372/1044 KB 204/1063 KB 124/713 KB 564/1267 KB 1197/1710 KB 400/1044 KB 220/1063 KB 128/713 KB 600/1267 KB 1201/1710 KB 400/1044 KB 220/1063 KB 128/713 KB 600/1267 KB 1205/1710 KB 400/1044 KB 220/1063 KB 132/713 KB 600/1267 KB 1209/1710 KB 400/1044 KB 220/1063 KB 132/713 KB 600/1267 KB 1213/1710 KB 400/1044 KB 220/1063 KB 132/713 KB 600/1267 KB 1217/1710 KB 400/1044 KB 220/1063 KB 132/713 KB 600/1267 KB 1221/1710 KB 404/1044 KB 220/1063 KB 132/713 KB 600/1267 KB 1225/1710 KB 404/1044 KB 220/1063 KB 132/713 KB 600/1267 KB 1229/1710 KB 404/1044 KB 220/1063 KB 132/713 KB 600/1267 KB 1201/1710 KB 400/1044 KB 220/1063 KB 132/713 KB 600/1267 KB 1229/1710 KB 404/1044 KB 220/1063 KB 136/713 KB 600/1267 KB 1229/1710 KB 404/1044 KB 220/1063 KB 140/713 KB 600/1267 KB 1229/1710 KB 404/1044 KB 220/1063 KB 144/713 KB 600/1267 KB 1197/1710 KB 372/1044 KB 216/1063 KB 124/713 KB 600/1267 KB 1229/1710 KB 404/1044 KB 220/1063 KB 144/713 KB 604/1267 KB 1229/1710 KB 404/1044 KB 220/1063 KB 144/713 KB 6 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 08/1267 KB 1229/1710 KB 404/1044 KB 220/1063 KB 144/713 KB 612/1267 KB 1233/1710 KB 404/1044 KB 220/1063 KB 148/713 KB 616/1267 KB 1233/1710 KB 404/1044 KB 220/1063 KB 148/713 KB 620/1267 KB 1233/1710 KB 404/1044 KB 220/1063 KB 148/713 KB 624/1267 KB 1217/1710 KB 404/1044 KB 220/1063 KB 132/713 KB 600/1267 KB 1233/1710 KB 408/1044 KB 220/1063 KB 148/713 KB 624/1267 KB 1197/1710 KB 400/1044 KB 220/1063 KB 132/713 KB 600/1267 KB 1233/1710 KB 412/1044 KB 224/1063 KB 148/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 228/1063 KB 148/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 232/1063 KB 148/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 236/1063 KB 148/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 240/1063 KB 148/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 244/1063 KB 148/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 248/1063 KB 148/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 252/1063 KB 148/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 256/1063 KB 148/713 KB 624/1267 KB 1233/1710 KB 404/1044 KB 220/1063 KB 148/713 KB 612/1267 KB 1229/1710 KB 404/1044 KB 220/1063 KB 148/713 KB 612/1267 KB 1233/1710 KB 412/1044 KB 256/1063 KB 152/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 256/1063 KB 156/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 256/1063 KB 160/713 KB 624/1267 KB 1233/1710 KB 412/1044 KB 256/1063 KB 164/713 KB 624/1267 KB 1237/1710 KB 412/1044 KB 256/1063 KB 168/713 KB 624/1267 KB 1237/1710 KB 412/1044 KB 256/1063 KB 172/713 KB 624/1267 KB 1237/1710 KB 412/1044 KB 256/1063 KB 176/713 KB 624/1267 KB 1237/1710 KB 412/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1233/1710 KB 412/1044 KB 232/1063 KB 148/713 KB 624/1267 KB 1237/1710 KB 416/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1237/1710 KB 420/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1237/1710 KB 424/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1237/1710 KB 428/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1237/1710 KB 432/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1237/1710 KB 436/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1237/1710 KB 440/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1237/1710 KB 444/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1237/1710 KB 448/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1237/1710 KB 452/1044 KB 260/1063 KB 180/713 KB 628/1267 KB 1237/1710 KB 412/1044 KB 260/1063 KB 176/713 KB 628/1267 KB 1237/1710 KB 452/1044 KB 264/1063 KB 184/713 KB 628/1267 KB 1237/1710 KB 452/1044 KB 268/1063 KB 184/713 KB 628/1267 KB 1237/1710 KB 452/1044 KB 272/1063 KB 184/713 KB 628/1267 KB 1237/1710 KB 452/1044 KB 276/1063 KB 184/713 KB 628/1267 KB 1237/1710 KB 412/1044 KB 256/1063 KB 176/713 KB 628/1267 KB 1237/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 632/1267 KB 1237/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 636/1267 KB 1237/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 640/1267 KB 1237/1710 KB 412/1044 KB 256/1063 KB 164/713 KB 624/1267 KB 1241/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 640/1267 KB 1245/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 640/1267 KB 1249/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 640/1267 KB 1253/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 640/1267 KB 1257/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 640/1267 KB 1261/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 640/1267 KB 1265/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 640/1267 KB 1269/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 644/1267 KB 1237/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 628/1267 KB 1269/1710 KB 460/1044 KB 280/1063 KB 184/713 KB 644/1267 KB 1269/1710 KB 464/1044 KB 280/10 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 63 KB 184/713 KB 644/1267 KB 1237/1710 KB 452/1044 KB 260/1063 KB 184/713 KB 628/1267 KB 1273/1710 KB 464/1044 KB 280/1063 KB 188/713 KB 644/1267 KB 1273/1710 KB 464/1044 KB 280/1063 KB 192/713 KB 644/1267 KB 1273/1710 KB 464/1044 KB 280/1063 KB 196/713 KB 644/1267 KB 1273/1710 KB 464/1044 KB 280/1063 KB 200/713 KB 644/1267 KB 1273/1710 KB 464/1044 KB 280/1063 KB 204/713 KB 644/1267 KB 1273/1710 KB 464/1044 KB 280/1063 KB 208/713 KB 644/1267 KB 1273/1710 KB 464/1044 KB 280/1063 KB 212/713 KB 644/1267 KB 1273/1710 KB 468/1044 KB 280/1063 KB 216/713 KB 644/1267 KB 1273/1710 KB 468/1044 KB 280/1063 KB 220/713 KB 644/1267 KB 1273/1710 KB 468/1044 KB 280/1063 KB 224/713 KB 644/1267 KB 1273/1710 KB 464/1044 KB 280/1063 KB 184/713 KB 644/1267 KB 1277/1710 KB 468/1044 KB 280/1063 KB 224/713 KB 644/1267 KB 1269/1710 KB 456/1044 KB 280/1063 KB 184/713 KB 644/1267 KB 1277/1710 KB 468/1044 KB 284/1063 KB 224/713 KB 644/1267 KB 1277/1710 KB 468/1044 KB 288/1063 KB 224/713 KB 644/1267 KB 1265/1710 KB 456/1044 KB 276/1063 KB 184/713 KB 644/1267 KB 1277/1710 KB 468/1044 KB 288/1063 KB 224/713 KB 648/1267 KB 1277/1710 KB 468/1044 KB 288/1063 KB 224/713 KB 652/1267 KB 1277/1710 KB 468/1044 KB 288/1063 KB 224/713 KB 656/1267 KB 1277/1710 KB 468/1044 KB 288/1063 KB 224/713 KB 660/1267 KB 1277/1710 KB 468/1044 KB 288/1063 KB 224/713 KB 664/1267 KB 1281/1710 KB 468/1044 KB 292/1063 KB 224/713 KB 668/1267 KB 1281/1710 KB 468/1044 KB 292/1063 KB 224/713 KB 672/1267 KB 1281/1710 KB 468/1044 KB 292/1063 KB 224/713 KB 676/1267 KB 1281/1710 KB 468/1044 KB 292/1063 KB 224/713 KB 680/1267 KB 1281/1710 KB 468/1044 KB 292/1063 KB 224/713 KB 684/1267 KB 1281/1710 KB 468/1044 KB 292/1063 KB 224/713 KB 688/1267 KB 1273/1710 KB 468/1044 KB 280/1063 KB 212/713 KB 644/1267 KB 1281/1710 KB 472/1044 KB 292/1063 KB 224/713 KB 688/1267 KB 1281/1710 KB 476/1044 KB 292/1063 KB 224/713 KB 688/1267 KB 1281/1710 KB 480/1044 KB 292/1063 KB 224/713 KB 688/1267 KB 1281/1710 KB 484/1044 KB 292/1063 KB 224/713 KB 688/1267 KB 1281/1710 KB 488/1044 KB 292/1063 KB 228/713 KB 692/1267 KB 1281/1710 KB 492/1044 KB 292/1063 KB 228/713 KB 692/1267 KB 1281/1710 KB 496/1044 KB 292/1063 KB 228/713 KB 692/1267 KB 1281/1710 KB 468/1044 KB 292/1063 KB 224/713 KB 664/1267 KB 1285/1710 KB 496/1044 KB 292/1063 KB 228/713 KB 692/1267 KB 1289/1710 KB 496/1044 KB 292/1063 KB 228/713 KB 692/1267 KB 1293/1710 KB 496/1044 KB 292/1063 KB 228/713 KB 692/1267 KB 1297/1710 KB 496/1044 KB 292/1063 KB 228/713 KB 692/1267 KB 1301/1710 KB 496/1044 KB 292/1063 KB 228/713 KB 692/1267 KB 1277/1710 KB 468/1044 KB 292/1063 KB 224/713 KB 664/1267 KB 1301/1710 KB 496/1044 KB 296/1063 KB 228/713 KB 692/1267 KB 1301/1710 KB 496/1044 KB 300/1063 KB 228/713 KB 692/1267 KB 1301/1710 KB 496/1044 KB 304/1063 KB 228/713 KB 692/1267 KB 1301/1710 KB 496/1044 KB 308/1063 KB 228/713 KB 692/1267 KB 1301/1710 KB 496/1044 KB 312/1063 KB 228/713 KB 692/1267 KB 1301/1710 KB 496/1044 KB 316/1063 KB 228/713 KB 692/1267 KB 1281/1710 KB 484/1044 KB 292/1063 KB 228/713 KB 692/1267 KB 1305/1710 KB 496/1044 KB 316/1063 KB 232/713 KB 692/1267 KB 1305/1710 KB 496/1044 KB 316/1063 KB 236/713 KB 692/1267 KB 1305/1710 KB 496/1044 KB 320/1063 KB 240/713 KB 692/1267 KB 1305/1710 KB 500/1044 KB 320/1063 KB 244/713 KB 692/1267 KB 1281/1710 KB 484/1044 KB 292/1063 KB 224/713 KB 692/1267 KB 1305/1710 KB 500/1044 KB 320/1063 KB 244/713 KB 696/1267 KB 1305/1710 KB 500/1044 KB 320/1063 KB 244/713 KB 700/1267 KB 1305/1710 KB unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 500/1044 KB 320/1063 KB 240/713 KB 692/1267 KB 1305/1710 KB 504/1044 KB 320/1063 KB 248/713 KB 700/1267 KB 1305/1710 KB 496/1044 KB 320/1063 KB 236/713 KB 692/1267 KB 1305/1710 KB 496/1044 KB 316/1063 KB 228/713 KB 692/1267 KB 1309/1710 KB 504/1044 KB 320/1063 KB 248/713 KB 700/1267 KB 1313/1710 KB 504/1044 KB 320/1063 KB 248/713 KB 700/1267 KB 1317/1710 KB 504/1044 KB 324/1063 KB 248/713 KB 700/1267 KB 1321/1710 KB 508/1044 KB 324/1063 KB 248/713 KB 700/1267 KB 1325/1710 KB 508/1044 KB 324/1063 KB 248/713 KB 700/1267 KB 1329/1710 KB 508/1044 KB 324/1063 KB 248/713 KB 700/1267 KB 1333/1710 KB 508/1044 KB 324/1063 KB 248/713 KB 700/1267 KB 1337/1710 KB 508/1044 KB 324/1063 KB 248/713 KB 700/1267 KB 1305/1710 KB 500/1044 KB 320/1063 KB 248/713 KB 700/1267 KB 1317/1710 KB 508/1044 KB 324/1063 KB 248/713 KB 700/1267 KB 1337/1710 KB 512/1044 KB 324/1063 KB 248/713 KB 700/1267 KB 1313/1710 KB 504/1044 KB 324/1063 KB 248/713 KB 700/1267 KB 1337/1710 KB 512/1044 KB 328/1063 KB 248/713 KB 700/1267 KB 1337/1710 KB 512/1044 KB 332/1063 KB 248/713 KB 700/1267 KB 1337/1710 KB 512/1044 KB 336/1063 KB 248/713 KB 700/1267 KB 1337/1710 KB 516/1044 KB 340/1063 KB 248/713 KB 700/1267 KB 1337/1710 KB 516/1044 KB 336/1063 KB 248/713 KB 700/1267 KB 1337/1710 KB 520/1044 KB 340/1063 KB 252/713 KB 700/1267 KB 1337/1710 KB 524/1044 KB 340/1063 KB 252/713 KB 700/1267 KB 1337/1710 KB 528/1044 KB 340/1063 KB 252/713 KB 700/1267 KB 1337/1710 KB 532/1044 KB 344/1063 KB 252/713 KB 700/1267 KB 1337/1710 KB 516/1044 KB 340/1063 KB 252/713 KB 700/1267 KB 1341/1710 KB 532/1044 KB 344/1063 KB 256/713 KB 700/1267 KB 1341/1710 KB 532/1044 KB 344/1063 KB 260/713 KB 700/1267 KB 1341/1710 KB 532/1044 KB 344/1063 KB 252/713 KB 700/1267 KB 1337/1710 KB 528/1044 KB 344/1063 KB 252/713 KB 700/1267 KB 1341/1710 KB 532/1044 KB 348/1063 KB 260/713 KB 700/1267 KB 1341/1710 KB 532/1044 KB 352/1063 KB 260/713 KB 700/1267 KB 1345/1710 KB 532/1044 KB 352/1063 KB 260/713 KB 700/1267 KB 1349/1710 KB 536/1044 KB 356/1063 KB 264/713 KB 704/1267 KB 1353/1710 KB 536/1044 KB 356/1063 KB 264/713 KB 704/1267 KB 1357/1710 KB 536/1044 KB 356/1063 KB 264/713 KB 704/1267 KB 1345/1710 KB 536/1044 KB 356/1063 KB 264/713 KB 704/1267 KB 1357/1710 KB 540/1044 KB 356/1063 KB 264/713 KB 704/1267 KB 1357/1710 KB 544/1044 KB 356/1063 KB 264/713 KB 704/1267 KB 1345/1710 KB 532/1044 KB 352/1063 KB 264/713 KB 700/1267 KB 1357/1710 KB 544/1044 KB 356/1063 KB 268/713 KB 704/1267 KB 1357/1710 KB 544/1044 KB 356/1063 KB 272/713 KB 704/1267 KB 1357/1710 KB 544/1044 KB 356/1063 KB 276/713 KB 704/1267 KB 1357/1710 KB 544/1044 KB 356/1063 KB 280/713 KB 704/1267 KB 1357/1710 KB 548/1044 KB 356/1063 KB 284/713 KB 704/1267 KB 1357/1710 KB 548/1044 KB 356/1063 KB 288/713 KB 704/1267 KB 1357/1710 KB 548/1044 KB 356/1063 KB 292/713 KB 704/1267 KB 1361/1710 KB 548/1044 KB 356/1063 KB 296/713 KB 704/1267 KB 1361/1710 KB 548/1044 KB 356/1063 KB 300/713 KB 704/1267 KB 1361/1710 KB 548/1044 KB 356/1063 KB 304/713 KB 704/1267 KB 1345/1710 KB 532/1044 KB 356/1063 KB 264/713 KB 704/1267 KB 1345/1710 KB 532/1044 KB 356/1063 KB 264/713 KB 700/1267 KB 1361/1710 KB 548/1044 KB 360/1063 KB 304/713 KB 704/1267 KB 1361/1710 KB 548/1044 KB 364/1063 KB 304/713 KB 704/1267 KB 1361/1710 KB 548/1044 KB 368/1063 KB 304/713 KB 704/1267 KB 1361/1710 KB 548/1044 KB 372/1063 KB 304/713 KB 704/1267 KB 1361/1710 KB 548/1044 KB 376/1063 KB 304/713 KB 708/1267 KB 1361/1710 KB 548/1044 KB 356/1063 KB 292/713 KB 704/12 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 67 KB 1365/1710 KB 548/1044 KB 376/1063 KB 304/713 KB 708/1267 KB 1369/1710 KB 548/1044 KB 376/1063 KB 304/713 KB 708/1267 KB 1373/1710 KB 548/1044 KB 376/1063 KB 304/713 KB 708/1267 KB 1357/1710 KB 548/1044 KB 356/1063 KB 280/713 KB 704/1267 KB 1373/1710 KB 552/1044 KB 380/1063 KB 304/713 KB 708/1267 KB 1373/1710 KB 556/1044 KB 380/1063 KB 304/713 KB 708/1267 KB 1373/1710 KB 560/1044 KB 380/1063 KB 304/713 KB 708/1267 KB 1373/1710 KB 548/1044 KB 380/1063 KB 304/713 KB 708/1267 KB 1373/1710 KB 560/1044 KB 384/1063 KB 304/713 KB 708/1267 KB 1361/1710 KB 548/1044 KB 372/1063 KB 304/713 KB 708/1267 KB 1373/1710 KB 560/1044 KB 384/1063 KB 304/713 KB 712/1267 KB 1373/1710 KB 560/1044 KB 384/1063 KB 304/713 KB 716/1267 KB 1373/1710 KB 560/1044 KB 384/1063 KB 304/713 KB 720/1267 KB 1373/1710 KB 560/1044 KB 384/1063 KB 304/713 KB 724/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 308/713 KB 728/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 308/713 KB 732/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 308/713 KB 736/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 308/713 KB 724/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 312/713 KB 736/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 316/713 KB 736/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 320/713 KB 736/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 324/713 KB 736/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 328/713 KB 740/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 332/713 KB 740/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 336/713 KB 740/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 304/713 KB 724/1267 KB 1377/1710 KB 568/1044 KB 388/1063 KB 336/713 KB 740/1267 KB 1377/1710 KB 572/1044 KB 388/1063 KB 336/713 KB 740/1267 KB 1377/1710 KB 560/1044 KB 388/1063 KB 304/713 KB 724/1267 KB 1377/1710 KB 576/1044 KB 392/1063 KB 336/713 KB 740/1267 KB 1377/1710 KB 576/1044 KB 396/1063 KB 336/713 KB 740/1267 KB 1377/1710 KB 576/1044 KB 400/1063 KB 336/713 KB 740/1267 KB 1377/1710 KB 560/1044 KB 384/1063 KB 304/713 KB 724/1267 KB 1381/1710 KB 576/1044 KB 400/1063 KB 336/713 KB 740/1267 KB 1385/1710 KB 576/1044 KB 400/1063 KB 336/713 KB 740/1267 KB 1389/1710 KB 576/1044 KB 400/1063 KB 336/713 KB 740/1267 KB 1393/1710 KB 576/1044 KB 400/1063 KB 336/713 KB 740/1267 KB 1397/1710 KB 576/1044 KB 404/1063 KB 336/713 KB 740/1267 KB 1401/1710 KB 576/1044 KB 404/1063 KB 336/713 KB 740/1267 KB 1405/1710 KB 576/1044 KB 404/1063 KB 336/713 KB 740/1267 KB 1377/1710 KB 576/1044 KB 396/1063 KB 336/713 KB 740/1267 KB 1405/1710 KB 580/1044 KB 404/1063 KB 336/713 KB 740/1267 KB 1377/1710 KB 564/1044 KB 388/1063 KB 324/713 KB 740/1267 KB 1405/1710 KB 580/1044 KB 404/1063 KB 336/713 KB 744/1267 KB 1405/1710 KB 580/1044 KB 404/1063 KB 336/713 KB 748/1267 KB 1405/1710 KB 580/1044 KB 404/1063 KB 336/713 KB 752/1267 KB 1405/1710 KB 580/1044 KB 404/1063 KB 336/713 KB 756/1267 KB 1409/1710 KB 584/1044 KB 404/1063 KB 340/713 KB 760/1267 KB 1393/1710 KB 576/1044 KB 404/1063 KB 336/713 KB 740/1267 KB 1409/1710 KB 584/1044 KB 408/1063 KB 340/713 KB 760/1267 KB 1409/1710 KB 584/1044 KB 412/1063 KB 340/713 KB 760/1267 KB 1409/1710 KB 584/1044 KB 416/1063 KB 340/713 KB 760/1267 KB 1409/1710 KB 584/1044 KB 420/1063 KB 340/713 KB 760/1267 KB 1409/1710 KB 584/1044 KB 424/1063 KB 340/713 KB 764/1267 KB 1409/1710 KB 584/1044 KB 428/1063 KB 340/713 KB 764/1267 KB 1409/1710 KB 584/1044 KB 404/1063 KB 340/713 KB 756/1267 KB 1409/1710 KB 584/1044 KB 428/1063 KB 344/713 KB 764/1267 KB 1409/1710 KB 584/1044 KB 428/1063 KB unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 348/713 KB 764/1267 KB 1409/1710 KB 584/1044 KB 432/1063 KB 352/713 KB 764/1267 KB 1409/1710 KB 584/1044 KB 404/1063 KB 336/713 KB 756/1267 KB 1413/1710 KB 584/1044 KB 432/1063 KB 352/713 KB 764/1267 KB 1417/1710 KB 584/1044 KB 432/1063 KB 352/713 KB 764/1267 KB 1421/1710 KB 584/1044 KB 432/1063 KB 352/713 KB 764/1267 KB 1405/1710 KB 584/1044 KB 404/1063 KB 336/713 KB 756/1267 KB 1421/1710 KB 588/1044 KB 432/1063 KB 352/713 KB 764/1267 KB 1421/1710 KB 592/1044 KB 432/1063 KB 352/713 KB 764/1267 KB 1421/1710 KB 596/1044 KB 432/1063 KB 352/713 KB 764/1267 KB 1421/1710 KB 600/1044 KB 432/1063 KB 352/713 KB 764/1267 KB 1425/1710 KB 604/1044 KB 432/1063 KB 352/713 KB 764/1267 KB 1429/1710 KB 604/1044 KB 432/1063 KB 356/713 KB 764/1267 KB 1409/1710 KB 584/1044 KB 432/1063 KB 348/713 KB 764/1267 KB 1409/1710 KB 584/1044 KB 420/1063 KB 340/713 KB 764/1267 KB 1433/1710 KB 604/1044 KB 432/1063 KB 356/713 KB 768/1267 KB 1433/1710 KB 604/1044 KB 432/1063 KB 356/713 KB 772/1267 KB 1433/1710 KB 604/1044 KB 436/1063 KB 356/713 KB 776/1267 KB 1433/1710 KB 604/1044 KB 436/1063 KB 356/713 KB 780/1267 KB 1433/1710 KB 604/1044 KB 436/1063 KB 356/713 KB 784/1267 KB 1433/1710 KB 604/1044 KB 436/1063 KB 356/713 KB 788/1267 KB 1425/1710 KB 604/1044 KB 432/1063 KB 356/713 KB 764/1267 KB 1433/1710 KB 604/1044 KB 436/1063 KB 360/713 KB 788/1267 KB 1433/1710 KB 604/1044 KB 436/1063 KB 364/713 KB 788/1267 KB 1433/1710 KB 604/1044 KB 436/1063 KB 368/713 KB 788/1267 KB 1421/1710 KB 604/1044 KB 432/1063 KB 352/713 KB 764/1267 KB 1433/1710 KB 608/1044 KB 436/1063 KB 368/713 KB 788/1267 KB 1433/1710 KB 612/1044 KB 436/1063 KB 368/713 KB 788/1267 KB 1433/1710 KB 616/1044 KB 436/1063 KB 368/713 KB 788/1267 KB 1433/1710 KB 620/1044 KB 436/1063 KB 368/713 KB 788/1267 KB 1433/1710 KB 624/1044 KB 436/1063 KB 368/713 KB 788/1267 KB 1433/1710 KB 604/1044 KB 436/1063 KB 356/713 KB 784/1267 KB 1433/1710 KB 604/1044 KB 436/1063 KB 356/713 KB 772/1267 KB 1433/1710 KB 624/1044 KB 440/1063 KB 368/713 KB 788/1267 KB 1433/1710 KB 624/1044 KB 444/1063 KB 368/713 KB 788/1267 KB 1437/1710 KB 624/1044 KB 444/1063 KB 368/713 KB 788/1267 KB 1441/1710 KB 624/1044 KB 444/1063 KB 368/713 KB 788/1267 KB 1445/1710 KB 628/1044 KB 448/1063 KB 372/713 KB 792/1267 KB 1441/1710 KB 628/1044 KB 448/1063 KB 372/713 KB 792/1267 KB 1445/1710 KB 628/1044 KB 448/1063 KB 372/713 KB 796/1267 KB 1445/1710 KB 628/1044 KB 448/1063 KB 372/713 KB 800/1267 KB 1445/1710 KB 628/1044 KB 448/1063 KB 372/713 KB 804/1267 KB 1449/1710 KB 628/1044 KB 448/1063 KB 372/713 KB 808/1267 KB 1449/1710 KB 628/1044 KB 448/1063 KB 372/713 KB 812/1267 KB 1441/1710 KB 628/1044 KB 448/1063 KB 372/713 KB 788/1267 KB 1449/1710 KB 628/1044 KB 448/1063 KB 376/713 KB 816/1267 KB 1449/1710 KB 628/1044 KB 448/1063 KB 380/713 KB 816/1267 KB 1449/1710 KB 628/1044 KB 448/1063 KB 384/713 KB 816/1267 KB 1441/1710 KB 628/1044 KB 448/1063 KB 368/713 KB 788/1267 KB 1441/1710 KB 624/1044 KB 448/1063 KB 368/713 KB 788/1267 KB 1449/1710 KB 632/1044 KB 452/1063 KB 384/713 KB 816/1267 KB 1449/1710 KB 632/1044 KB 456/1063 KB 384/713 KB 816/1267 KB 1449/1710 KB 632/1044 KB 460/1063 KB 384/713 KB 816/1267 KB 1449/1710 KB 632/1044 KB 464/1063 KB 384/713 KB 816/1267 KB 1449/1710 KB 628/1044 KB 448/1063 KB 372/713 KB 804/1267 KB 1453/1710 KB 632/1044 KB 464/1063 KB 384/713 KB 816/1267 KB 1449/1710 KB 632/1044 KB 460/1063 KB 384/713 KB 816/1267 KB 1453/1710 KB 636/1044 KB 464/1063 KB 384/713 KB 816/1267 KB 1457/1710 KB 640 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install /1044 KB 464/1063 KB 384/713 KB 816/1267 KB 1457/1710 KB 640/1044 KB 464/1063 KB 388/713 KB 816/1267 KB 1457/1710 KB 644/1044 KB 468/1063 KB 392/713 KB 816/1267 KB 1457/1710 KB 644/1044 KB 468/1063 KB 396/713 KB 816/1267 KB 1457/1710 KB 644/1044 KB 468/1063 KB 400/713 KB 816/1267 KB 1457/1710 KB 636/1044 KB 464/1063 KB 384/713 KB 816/1267 KB 1461/1710 KB 644/1044 KB 468/1063 KB 400/713 KB 816/1267 KB 1465/1710 KB 644/1044 KB 468/1063 KB 400/713 KB 816/1267 KB 1469/1710 KB 644/1044 KB 468/1063 KB 400/713 KB 816/1267 KB 1449/1710 KB 628/1044 KB 448/1063 KB 372/713 KB 816/1267 KB 1457/1710 KB 644/1044 KB 468/1063 KB 388/713 KB 816/1267 KB 1469/1710 KB 644/1044 KB 472/1063 KB 400/713 KB 816/1267 KB 1469/1710 KB 644/1044 KB 476/1063 KB 400/713 KB 816/1267 KB 1473/1710 KB 644/1044 KB 480/1063 KB 400/713 KB 816/1267 KB 1473/1710 KB 644/1044 KB 484/1063 KB 400/713 KB 816/1267 KB 1473/1710 KB 644/1044 KB 488/1063 KB 404/713 KB 820/1267 KB 1473/1710 KB 644/1044 KB 492/1063 KB 404/713 KB 820/1267 KB 1473/1710 KB 644/1044 KB 496/1063 KB 404/713 KB 820/1267 KB 1457/1710 KB 644/1044 KB 464/1063 KB 388/713 KB 816/1267 KB 1473/1710 KB 648/1044 KB 496/1063 KB 404/713 KB 820/1267 KB 1473/1710 KB 652/1044 KB 496/1063 KB 404/713 KB 820/1267 KB 1473/1710 KB 656/1044 KB 496/1063 KB 404/713 KB 820/1267 KB 1473/1710 KB 660/1044 KB 496/1063 KB 404/713 KB 820/1267 KB 1473/1710 KB 664/1044 KB 496/1063 KB 404/713 KB 820/1267 KB 1473/1710 KB 668/1044 KB 496/1063 KB 404/713 KB 820/1267 KB 1473/1710 KB 672/1044 KB 496/1063 KB 404/713 KB 820/1267 KB 1473/1710 KB 644/1044 KB 484/1063 KB 404/713 KB 820/1267 KB 1473/1710 KB 672/1044 KB 496/1063 KB 408/713 KB 820/1267 KB 1473/1710 KB 672/1044 KB 496/1063 KB 412/713 KB 820/1267 KB 1473/1710 KB 672/1044 KB 496/1063 KB 416/713 KB 820/1267 KB 1473/1710 KB 672/1044 KB 496/1063 KB 420/713 KB 820/1267 KB 1473/1710 KB 676/1044 KB 496/1063 KB 424/713 KB 820/1267 KB 1473/1710 KB 676/1044 KB 500/1063 KB 428/713 KB 820/1267 KB 1473/1710 KB 676/1044 KB 500/1063 KB 432/713 KB 820/1267 KB 1473/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 820/1267 KB 1473/1710 KB 644/1044 KB 484/1063 KB 400/713 KB 820/1267 KB 1473/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 824/1267 KB 1473/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 828/1267 KB 1473/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 832/1267 KB 1473/1710 KB 644/1044 KB 476/1063 KB 400/713 KB 816/1267 KB 1477/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 832/1267 KB 1481/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 832/1267 KB 1485/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 832/1267 KB 1489/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 836/1267 KB 1493/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 836/1267 KB 1497/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 836/1267 KB 1501/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 836/1267 KB 1473/1710 KB 676/1044 KB 500/1063 KB 424/713 KB 820/1267 KB 1501/1710 KB 676/1044 KB 504/1063 KB 436/713 KB 836/1267 KB 1473/1710 KB 676/1044 KB 496/1063 KB 420/713 KB 820/1267 KB 1501/1710 KB 680/1044 KB 504/1063 KB 436/713 KB 836/1267 KB 1501/1710 KB 684/1044 KB 504/1063 KB 436/713 KB 836/1267 KB 1501/1710 KB 688/1044 KB 508/1063 KB 436/713 KB 836/1267 KB 1485/1710 KB 676/1044 KB 500/1063 KB 436/713 KB 836/1267 KB 1501/1710 KB 688/1044 KB 508/1063 KB 436/713 KB 840/1267 KB 1501/1710 KB 688/1044 KB 508/1063 KB 436/713 KB 844/1267 KB 1501/1710 KB 688/1044 KB 508/1063 KB 436/713 KB 848/1267 KB 1501/1710 KB 684/1044 KB 508/1063 KB 436/713 KB 836/1267 KB unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1501/1710 KB 688/1044 KB 512/1063 KB 436/713 KB 848/1267 KB 1505/1710 KB 688/1044 KB 516/1063 KB 436/713 KB 848/1267 KB 1505/1710 KB 692/1044 KB 520/1063 KB 440/713 KB 852/1267 KB 1505/1710 KB 692/1044 KB 524/1063 KB 440/713 KB 852/1267 KB 1505/1710 KB 692/1044 KB 528/1063 KB 440/713 KB 852/1267 KB 1505/1710 KB 688/1044 KB 512/1063 KB 436/713 KB 848/1267 KB 1509/1710 KB 692/1044 KB 528/1063 KB 440/713 KB 852/1267 KB 1513/1710 KB 692/1044 KB 528/1063 KB 440/713 KB 852/1267 KB 1517/1710 KB 692/1044 KB 528/1063 KB 440/713 KB 852/1267 KB 1505/1710 KB 692/1044 KB 516/1063 KB 440/713 KB 852/1267 KB 1517/1710 KB 692/1044 KB 528/1063 KB 444/713 KB 852/1267 KB 1517/1710 KB 692/1044 KB 528/1063 KB 448/713 KB 852/1267 KB 1505/1710 KB 692/1044 KB 516/1063 KB 436/713 KB 852/1267 KB 1505/1710 KB 692/1044 KB 516/1063 KB 436/713 KB 848/1267 KB 1517/1710 KB 696/1044 KB 528/1063 KB 448/713 KB 856/1267 KB 1517/1710 KB 700/1044 KB 528/1063 KB 448/713 KB 856/1267 KB 1517/1710 KB 704/1044 KB 528/1063 KB 448/713 KB 856/1267 KB 1517/1710 KB 692/1044 KB 528/1063 KB 448/713 KB 856/1267 KB 1517/1710 KB 704/1044 KB 528/1063 KB 448/713 KB 860/1267 KB 1517/1710 KB 704/1044 KB 528/1063 KB 448/713 KB 864/1267 KB 1517/1710 KB 704/1044 KB 528/1063 KB 452/713 KB 864/1267 KB 1521/1710 KB 708/1044 KB 532/1063 KB 456/713 KB 868/1267 KB 1521/1710 KB 704/1044 KB 528/1063 KB 452/713 KB 864/1267 KB 1521/1710 KB 708/1044 KB 532/1063 KB 452/713 KB 868/1267 KB 1525/1710 KB 708/1044 KB 536/1063 KB 456/713 KB 868/1267 KB 1525/1710 KB 708/1044 KB 540/1063 KB 460/713 KB 868/1267 KB 1521/1710 KB 708/1044 KB 528/1063 KB 452/713 KB 868/1267 KB 1525/1710 KB 712/1044 KB 540/1063 KB 460/713 KB 868/1267 KB 1525/1710 KB 716/1044 KB 540/1063 KB 460/713 KB 868/1267 KB 1525/1710 KB 720/1044 KB 540/1063 KB 460/713 KB 868/1267 KB 1525/1710 KB 724/1044 KB 540/1063 KB 460/713 KB 868/1267 KB 1525/1710 KB 728/1044 KB 544/1063 KB 460/713 KB 868/1267 KB 1525/1710 KB 732/1044 KB 544/1063 KB 460/713 KB 868/1267 KB 1525/1710 KB 736/1044 KB 544/1063 KB 460/713 KB 868/1267 KB 1525/1710 KB 740/1044 KB 544/1063 KB 460/713 KB 868/1267 KB 1521/1710 KB 704/1044 KB 528/1063 KB 452/713 KB 868/1267 KB 1525/1710 KB 740/1044 KB 544/1063 KB 460/713 KB 872/1267 KB 1525/1710 KB 740/1044 KB 544/1063 KB 460/713 KB 876/1267 KB 1525/1710 KB 740/1044 KB 544/1063 KB 460/713 KB 880/1267 KB 1525/1710 KB 724/1044 KB 544/1063 KB 460/713 KB 868/1267 KB 1525/1710 KB 708/1044 KB 536/1063 KB 460/713 KB 868/1267 KB 1525/1710 KB 740/1044 KB 544/1063 KB 464/713 KB 880/1267 KB 1525/1710 KB 740/1044 KB 544/1063 KB 468/713 KB 880/1267 KB 1525/1710 KB 740/1044 KB 548/1063 KB 472/713 KB 884/1267 KB 1525/1710 KB 708/1044 KB 532/1063 KB 456/713 KB 868/1267 KB 1529/1710 KB 740/1044 KB 548/1063 KB 472/713 KB 884/1267 KB 1533/1710 KB 740/1044 KB 548/1063 KB 472/713 KB 884/1267 KB 1537/1710 KB 740/1044 KB 548/1063 KB 472/713 KB 884/1267 KB 1525/1710 KB 740/1044 KB 548/1063 KB 468/713 KB 884/1267 KB 1541/1710 KB 740/1044 KB 548/1063 KB 472/713 KB 888/1267 KB 1541/1710 KB 740/1044 KB 548/1063 KB 476/713 KB 892/1267 KB 1541/1710 KB 740/1044 KB 548/1063 KB 476/713 KB 896/1267 KB 1525/1710 KB 740/1044 KB 548/1063 KB 468/713 KB 880/1267 KB 1541/1710 KB 740/1044 KB 552/1063 KB 476/713 KB 896/1267 KB 1541/1710 KB 740/1044 KB 556/1063 KB 476/713 KB 896/1267 KB 1541/1710 KB 740/1044 KB 560/1063 KB 476/713 KB 896/1267 KB 1541/1710 KB 740/1044 KB 564/1063 KB 476/713 KB 896/1267 KB 1541/1710 KB 744/1044 KB 568/1063 KB 47 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 6/713 KB 900/1267 KB 1541/1710 KB 744/1044 KB 572/1063 KB 476/713 KB 900/1267 KB 1541/1710 KB 740/1044 KB 548/1063 KB 472/713 KB 884/1267 KB 1545/1710 KB 744/1044 KB 572/1063 KB 476/713 KB 900/1267 KB 1549/1710 KB 744/1044 KB 572/1063 KB 476/713 KB 900/1267 KB 1541/1710 KB 740/1044 KB 548/1063 KB 476/713 KB 888/1267 KB 1549/1710 KB 744/1044 KB 572/1063 KB 480/713 KB 900/1267 KB 1549/1710 KB 744/1044 KB 572/1063 KB 484/713 KB 900/1267 KB 1553/1710 KB 744/1044 KB 572/1063 KB 488/713 KB 900/1267 KB 1553/1710 KB 744/1044 KB 572/1063 KB 492/713 KB 900/1267 KB 1553/1710 KB 744/1044 KB 572/1063 KB 496/713 KB 900/1267 KB 1541/1710 KB 744/1044 KB 564/1063 KB 476/713 KB 900/1267 KB 1553/1710 KB 748/1044 KB 572/1063 KB 496/713 KB 900/1267 KB 1553/1710 KB 752/1044 KB 572/1063 KB 496/713 KB 900/1267 KB 1541/1710 KB 740/1044 KB 564/1063 KB 476/713 KB 900/1267 KB 1553/1710 KB 752/1044 KB 572/1063 KB 496/713 KB 904/1267 KB 1553/1710 KB 752/1044 KB 572/1063 KB 496/713 KB 908/1267 KB 1553/1710 KB 752/1044 KB 572/1063 KB 496/713 KB 912/1267 KB 1553/1710 KB 752/1044 KB 572/1063 KB 500/713 KB 916/1267 KB 1553/1710 KB 756/1044 KB 576/1063 KB 500/713 KB 920/1267 KB 1553/1710 KB 744/1044 KB 572/1063 KB 484/713 KB 900/1267 KB 1557/1710 KB 756/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1561/1710 KB 756/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1565/1710 KB 756/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1569/1710 KB 756/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1573/1710 KB 756/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1577/1710 KB 756/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1553/1710 KB 756/1044 KB 576/1063 KB 500/713 KB 916/1267 KB 1577/1710 KB 760/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1577/1710 KB 764/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1577/1710 KB 768/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1577/1710 KB 772/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 776/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 780/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 784/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1553/1710 KB 752/1044 KB 576/1063 KB 500/713 KB 916/1267 KB 1581/1710 KB 784/1044 KB 580/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 784/1044 KB 584/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 784/1044 KB 588/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 784/1044 KB 592/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 784/1044 KB 596/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 784/1044 KB 600/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 784/1044 KB 604/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 784/1044 KB 608/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 784/1044 KB 612/1063 KB 500/713 KB 924/1267 KB 1553/1710 KB 752/1044 KB 572/1063 KB 500/713 KB 912/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 504/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 508/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 512/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 516/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 520/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 524/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 528/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 532/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 536/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 540/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 544/713 KB 924/1267 KB 1581/1710 KB 788/1044 KB 612/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 792/1044 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install KB 616/1063 KB 544/713 KB 924/1267 KB 1581/1710 KB 796/1044 KB 616/1063 KB 544/713 KB 924/1267 KB 1581/1710 KB 772/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1577/1710 KB 756/1044 KB 576/1063 KB 500/713 KB 924/1267 KB 1581/1710 KB 796/1044 KB 616/1063 KB 544/713 KB 928/1267 KB 1581/1710 KB 796/1044 KB 616/1063 KB 544/713 KB 932/1267 KB 1585/1710 KB 796/1044 KB 616/1063 KB 544/713 KB 936/1267 KB 1585/1710 KB 796/1044 KB 616/1063 KB 544/713 KB 940/1267 KB 1585/1710 KB 796/1044 KB 616/1063 KB 544/713 KB 944/1267 KB 1585/1710 KB 796/1044 KB 616/1063 KB 544/713 KB 948/1267 KB 1585/1710 KB 796/1044 KB 616/1063 KB 544/713 KB 952/1267 KB 1585/1710 KB 796/1044 KB 616/1063 KB 544/713 KB 956/1267 KB 1585/1710 KB 800/1044 KB 616/1063 KB 544/713 KB 960/1267 KB 1581/1710 KB 788/1044 KB 616/1063 KB 544/713 KB 924/1267 KB 1585/1710 KB 800/1044 KB 620/1063 KB 544/713 KB 960/1267 KB 1585/1710 KB 800/1044 KB 624/1063 KB 544/713 KB 960/1267 KB 1585/1710 KB 800/1044 KB 628/1063 KB 548/713 KB 960/1267 KB 1585/1710 KB 800/1044 KB 632/1063 KB 548/713 KB 964/1267 KB 1585/1710 KB 800/1044 KB 636/1063 KB 548/713 KB 964/1267 KB 1585/1710 KB 800/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1585/1710 KB 800/1044 KB 616/1063 KB 544/713 KB 956/1267 KB 1585/1710 KB 796/1044 KB 616/1063 KB 544/713 KB 932/1267 KB 1589/1710 KB 800/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1593/1710 KB 800/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1597/1710 KB 800/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1601/1710 KB 800/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1605/1710 KB 800/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1609/1710 KB 800/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1613/1710 KB 800/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1613/1710 KB 804/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1617/1710 KB 808/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1617/1710 KB 812/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1617/1710 KB 816/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1617/1710 KB 820/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1617/1710 KB 824/1044 KB 644/1063 KB 548/713 KB 964/1267 KB 1617/1710 KB 828/1044 KB 644/1063 KB 548/713 KB 964/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 548/713 KB 964/1267 KB 1585/1710 KB 800/1044 KB 628/1063 KB 548/713 KB 964/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 548/713 KB 968/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 548/713 KB 972/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 548/713 KB 976/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 548/713 KB 980/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 548/713 KB 984/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 548/713 KB 988/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 548/713 KB 992/1267 KB 1585/1710 KB 800/1044 KB 624/1063 KB 548/713 KB 960/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 552/713 KB 992/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 556/713 KB 992/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 560/713 KB 992/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 564/713 KB 992/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 568/713 KB 992/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 571/713 KB 992/1267 KB 1617/1710 KB 832/1044 KB 644/1063 KB 575/713 KB 992/1267 KB 1617/1710 KB 836/1044 KB 644/1063 KB 579/713 KB 996/1267 KB 1617/1710 KB 820/1044 KB 644/1063 KB 548/713 KB 964/1267 KB 1617/1710 KB 836/1044 KB 648/1063 KB 583/713 KB 996/1267 KB 1617/1710 KB 836/1044 KB 652/1063 KB 583/713 KB 996/1267 KB 1617/1710 KB 836/1044 KB 656/1063 KB 583/713 KB 996/1267 KB 1 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 617/1710 KB 804/1044 KB 640/1063 KB 548/713 KB 964/1267 KB 1621/1710 KB 836/1044 KB 656/1063 KB 583/713 KB 996/1267 KB 1625/1710 KB 836/1044 KB 656/1063 KB 583/713 KB 996/1267 KB 1629/1710 KB 836/1044 KB 656/1063 KB 583/713 KB 996/1267 KB 1633/1710 KB 836/1044 KB 656/1063 KB 583/713 KB 996/1267 KB 1637/1710 KB 836/1044 KB 656/1063 KB 583/713 KB 996/1267 KB 1641/1710 KB 836/1044 KB 656/1063 KB 583/713 KB 996/1267 KB 1645/1710 KB 836/1044 KB 656/1063 KB 583/713 KB 996/1267 KB 1649/1710 KB 836/1044 KB 656/1063 KB 583/713 KB 996/1267 KB 1653/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 996/1267 KB 1657/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 996/1267 KB 1661/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 996/1267 KB 1617/1710 KB 836/1044 KB 644/1063 KB 575/713 KB 996/1267 KB 1661/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 1000/1267 KB 1661/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 1004/1267 KB 1661/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 1008/1267 KB 1661/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 1012/1267 KB 1665/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 1016/1267 KB 1665/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 1020/1267 KB 1665/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 1024/1267 KB 1617/1710 KB 836/1044 KB 644/1063 KB 575/713 KB 992/1267 KB 1665/1710 KB 840/1044 KB 660/1063 KB 583/713 KB 1024/1267 KB 1665/1710 KB 844/1044 KB 660/1063 KB 583/713 KB 1024/1267 KB 1665/1710 KB 848/1044 KB 660/1063 KB 583/713 KB 1024/1267 KB 1665/1710 KB 852/1044 KB 660/1063 KB 583/713 KB 1024/1267 KB 1665/1710 KB 856/1044 KB 660/1063 KB 583/713 KB 1024/1267 KB 1665/1710 KB 860/1044 KB 660/1063 KB 583/713 KB 1024/1267 KB 1665/1710 KB 864/1044 KB 660/1063 KB 583/713 KB 1024/1267 KB 1665/1710 KB 868/1044 KB 660/1063 KB 583/713 KB 1024/1267 KB 1665/1710 KB 872/1044 KB 660/1063 KB 583/713 KB 1028/1267 KB 1665/1710 KB 876/1044 KB 660/1063 KB 583/713 KB 1028/1267 KB 1665/1710 KB 880/1044 KB 660/1063 KB 583/713 KB 1028/1267 KB 1665/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 1012/1267 KB 1669/1710 KB 880/1044 KB 660/1063 KB 583/713 KB 1028/1267 KB 1673/1710 KB 880/1044 KB 660/1063 KB 583/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 660/1063 KB 583/713 KB 1028/1267 KB 1617/1710 KB 836/1044 KB 644/1063 KB 583/713 KB 996/1267 KB 1677/1710 KB 880/1044 KB 660/1063 KB 587/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 660/1063 KB 591/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 660/1063 KB 595/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 660/1063 KB 599/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 660/1063 KB 603/713 KB 1028/1267 KB 1649/1710 KB 836/1044 KB 660/1063 KB 583/713 KB 996/1267 KB 1677/1710 KB 880/1044 KB 664/1063 KB 603/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 668/1063 KB 603/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 672/1063 KB 603/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 676/1063 KB 603/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 680/1063 KB 603/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 684/1063 KB 603/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 688/1063 KB 603/713 KB 1028/1267 KB 1677/1710 KB 880/1044 KB 688/1063 KB 607/713 KB 1028/1267 KB 1681/1710 KB 880/1044 KB 692/1063 KB 611/713 KB 1028/1267 KB 1681/1710 KB 880/1044 KB 692/1063 KB 615/713 KB 1028/1267 KB 1681/1710 KB 880/1044 KB 692/1063 KB 619/713 KB 1028/1267 KB 1681/1710 KB 880/1044 KB 692/1063 KB 623/713 KB 1028/1267 KB 1681/1710 KB 880/1044 KB 692/1063 KB 627/713 KB 1028/1267 KB 1681/1710 KB 880/1044 KB 692/1063 KB 631/713 KB 1028/1267 KB 1681/1710 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install KB 880/1044 KB 692/1063 KB 635/713 KB 1028/1267 KB 1665/1710 KB 868/1044 KB 660/1063 KB 583/713 KB 1028/1267 KB 1681/1710 KB 880/1044 KB 692/1063 KB 635/713 KB 1032/1267 KB 1681/1710 KB 880/1044 KB 692/1063 KB 635/713 KB 1036/1267 KB 1681/1710 KB 880/1044 KB 692/1063 KB 635/713 KB 1040/1267 KB 1681/1710 KB 880/1044 KB 692/1063 KB 607/713 KB 1028/1267 KB 1685/1710 KB 880/1044 KB 692/1063 KB 635/713 KB 1040/1267 KB 1689/1710 KB 880/1044 KB 692/1063 KB 635/713 KB 1040/1267 KB 1693/1710 KB 880/1044 KB 692/1063 KB 635/713 KB 1040/1267 KB 1697/1710 KB 880/1044 KB 692/1063 KB 635/713 KB 1040/1267 KB 1701/1710 KB 884/1044 KB 692/1063 KB 639/713 KB 1044/1267 KB 1705/1710 KB 884/1044 KB 692/1063 KB 639/713 KB 1044/1267 KB 1709/1710 KB 884/1044 KB 692/1063 KB 639/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 692/1063 KB 639/713 KB 1044/1267 KB 1677/1710 KB 880/1044 KB 692/1063 KB 607/713 KB 1028/1267 KB 1710/1710 KB 884/1044 KB 696/1063 KB 639/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 700/1063 KB 639/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 704/1063 KB 639/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 708/1063 KB 639/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 712/1063 KB 639/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 716/1063 KB 639/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 720/1063 KB 639/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 724/1063 KB 639/713 KB 1044/1267 KB 1697/1710 KB 884/1044 KB 692/1063 KB 639/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 724/1063 KB 643/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 724/1063 KB 647/713 KB 1044/1267 KB 1710/1710 KB 884/1044 KB 724/1063 KB 651/713 KB 1044/1267 KB 1697/1710 KB 884/1044 KB 692/1063 KB 635/713 KB 1044/1267 KB 1710/1710 KB 888/1044 KB 724/1063 KB 651/713 KB 1044/1267 KB 1710/1710 KB 892/1044 KB 724/1063 KB 651/713 KB 1044/1267 KB 1697/1710 KB 880/1044 KB 692/1063 KB 635/713 KB 1044/1267 KB 1710/1710 KB 896/1044 KB 724/1063 KB 651/713 KB 1048/1267 KB 1710/1710 KB 896/1044 KB 724/1063 KB 651/713 KB 1052/1267 KB 1710/1710 KB 896/1044 KB 724/1063 KB 651/713 KB 1056/1267 KB 1710/1710 KB 896/1044 KB 724/1063 KB 651/713 KB 1056/1267 KB 1710/1710 KB 900/1044 KB 724/1063 KB 651/713 KB 1056/1267 KB 1710/1710 KB 904/1044 KB 728/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 908/1044 KB 728/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 912/1044 KB 728/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 916/1044 KB 728/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 920/1044 KB 728/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 924/1044 KB 728/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 928/1044 KB 728/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 900/1044 KB 728/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 928/1044 KB 732/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 928/1044 KB 736/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 900/1044 KB 724/1063 KB 655/713 KB 1060/1267 KB 1710/1710 KB 928/1044 KB 736/1063 KB 659/713 KB 1060/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 663/713 KB 1060/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 667/713 KB 1060/1267 KB 1710/1710 KB 900/1044 KB 724/1063 KB 651/713 KB 1060/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 667/713 KB 1064/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 667/713 KB 1068/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 667/713 KB 1072/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 667/713 KB 1076/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 671/713 KB 1080/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 671/713 KB 1084/1267 KB 1 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 710/1710 KB 928/1044 KB 740/1063 KB 671/713 KB 1088/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 671/713 KB 1092/1267 KB 1710/1710 KB 932/1044 KB 740/1063 KB 671/713 KB 1096/1267 KB 1710/1710 KB 932/1044 KB 740/1063 KB 671/713 KB 1100/1267 KB 1710/1710 KB 932/1044 KB 740/1063 KB 671/713 KB 1104/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 659/713 KB 1060/1267 KB 1710/1710 KB 932/1044 KB 744/1063 KB 671/713 KB 1104/1267 KB 1710/1710 KB 932/1044 KB 748/1063 KB 671/713 KB 1104/1267 KB 1710/1710 KB 932/1044 KB 752/1063 KB 671/713 KB 1104/1267 KB 1710/1710 KB 932/1044 KB 756/1063 KB 671/713 KB 1104/1267 KB 1710/1710 KB 932/1044 KB 760/1063 KB 671/713 KB 1104/1267 KB 932/1044 KB 764/1063 KB 671/713 KB 1104/1267 KB 932/1044 KB 768/1063 KB 671/713 KB 1104/1267 KB 1710/1710 KB 932/1044 KB 740/1063 KB 671/713 KB 1092/1267 KB 936/1044 KB 768/1063 KB 671/713 KB 1104/1267 KB 940/1044 KB 768/1063 KB 671/713 KB 1104/1267 KB 944/1044 KB 768/1063 KB 671/713 KB 1104/1267 KB 1710/1710 KB 928/1044 KB 740/1063 KB 671/713 KB 1076/1267 KB 944/1044 KB 768/1063 KB 675/713 KB 1104/1267 KB 944/1044 KB 768/1063 KB 679/713 KB 1104/1267 KB 944/1044 KB 768/1063 KB 683/713 KB 1104/1267 KB 944/1044 KB 768/1063 KB 687/713 KB 1104/1267 KB 944/1044 KB 768/1063 KB 691/713 KB 1104/1267 KB 944/1044 KB 772/1063 KB 695/713 KB 1104/1267 KB 944/1044 KB 772/1063 KB 699/713 KB 1104/1267 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3226.2 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 944/1044 KB 772/1063 KB 699/713 KB 1108/1267 KB 948/1044 KB 772/1063 KB 703/713 KB 1112/1267 KB 948/1044 KB 772/1063 KB 703/713 KB 1116/1267 KB 948/1044 KB 772/1063 KB 703/713 KB 1120/1267 KB 944/1044 KB 772/1063 KB 691/713 KB 1104/1267 KB 948/1044 KB 776/1063 KB 703/713 KB 1120/1267 KB 948/1044 KB 780/1063 KB 703/713 KB 1120/1267 KB 948/1044 KB 784/1063 KB 703/713 KB 1120/1267 KB 948/1044 KB 788/1063 KB 703/713 KB 1120/1267 KB 948/1044 KB 792/1063 KB 703/713 KB 1124/1267 KB 948/1044 KB 796/1063 KB 703/713 KB 1124/1267 KB 948/1044 KB 800/1063 KB 703/713 KB 1124/1267 KB 948/1044 KB 772/1063 KB 703/713 KB 1108/1267 KB 952/1044 KB 800/1063 KB 703/713 KB 1124/1267 KB 956/1044 KB 800/1063 KB 703/713 KB 1124/1267 KB 960/1044 KB 800/1063 KB 703/713 KB 1124/1267 KB 964/1044 KB 800/1063 KB 703/713 KB 1124/1267 KB 968/1044 KB 800/1063 KB 703/713 KB 1124/1267 KB 972/1044 KB 800/1063 KB 703/713 KB 1124/1267 KB 976/1044 KB 800/1063 KB 703/713 KB 1124/1267 KB 980/1044 KB 804/1063 KB 703/713 KB 1124/1267 KB 984/1044 KB 804/1063 KB 703/713 KB 1124/1267 KB 944/1044 KB 772/1063 KB 703/713 KB 1108/1267 KB 984/1044 KB 804/1063 KB 707/713 KB 1124/1267 KB 984/1044 KB 804/1063 KB 711/713 KB 1124/1267 KB 984/1044 KB 804/1063 KB 713/713 KB 1124/1267 KB 976/1044 KB 804/1063 KB 703/713 KB 1124/1267 KB 948/1044 KB 788/1063 KB 703/713 KB 1124/1267 KB 984/1044 KB 808/1063 KB 713/713 KB 1128/1267 KB 984/1044 KB 808/1063 KB 713/713 KB 1132/1267 KB 984/1044 KB 808/1063 KB 713/713 KB 1136/1267 KB 984/1044 KB 808/1063 KB 713/713 KB 1140/1267 KB 988/1044 KB 808/1063 KB 713/713 KB 1144/1267 KB 988/1044 KB 808/1063 KB 713/713 KB 1148/1267 KB 988/1044 KB 808/1063 KB 713/713 KB 1152/1267 KB 988/1044 KB 808/1063 KB 713/713 KB 1140/1267 KB 992/1044 KB 808/1063 KB 713/713 KB 1152/1267 KB 992/1044 KB 808/1063 KB 4/257 KB 713/713 KB 1152/1267 KB 992/1044 KB 808/1063 KB 8/257 KB 713/713 KB 1152/1267 KB 992/1044 KB 808/1063 KB 12/257 KB 713/713 KB 1152/1267 KB 992/1044 KB 808/1063 KB 16/257 KB 713/713 KB 1152/1267 KB 984/1044 KB 808/1063 KB 713/713 KB 1140/1267 KB 992/1044 KB 812/1063 KB 16/257 KB 713/713 KB 1152/1267 KB 992/1044 KB 816/1063 KB 16/257 KB 713/713 KB 1152/1267 KB 992/1044 KB 816/1063 KB 20/257 KB 713/713 KB 1152/1267 KB 992/1044 KB 816/1063 KB 24/257 KB 713/713 KB 1152/1267 KB 992/1044 KB 816/1063 KB 28/257 KB 1152/1267 KB 992/1044 KB 816/1063 KB 32/257 KB 1152/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar (713 KB at 1320.3 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 992/1044 KB 816/1063 KB 36/257 KB 1152/1267 KB 992/1044 KB 816/1063 KB 40/257 KB 1152/1267 KB 992/1044 KB 816/1063 KB 44/257 KB 1152/1267 KB 996/1044 KB 820/1063 KB 48/257 KB 1152/1267 KB 996/1044 KB 820/1063 KB 44/257 KB 1152/1267 KB 996/1044 KB 824/1063 KB 48/257 KB 1152/1267 KB 996/1044 KB 828/1063 KB 48/257 KB 1152/1267 KB 996/1044 KB 816/1063 KB 44/257 KB 1152/1267 KB 996/1044 KB 832/1063 KB 52/257 KB 1156/1267 KB 1000/1044 KB 836/1063 KB 52/257 KB 1156/1267 KB 1000/1044 KB 840/1063 KB 52/257 KB 1156/1267 KB 1000/1044 KB 844/1063 KB 52/257 KB 1156/1267 KB 1000/1044 KB 848/1063 KB 52/257 KB 1156/1267 KB 996/1044 KB 828/1063 KB 52/257 KB 1156/1267 KB 1000/1044 KB 848/1063 KB 52/257 KB 1160/1267 KB 1000/1044 KB 848/1063 KB 52/257 KB 1164/1267 KB 1000/1044 KB 848/1063 KB 52/257 KB 1168/1267 KB 996/1044 KB 828/1063 KB 52/257 KB 1152/1267 KB 1000/1044 KB 832/1063 KB 52/257 KB 1156/1267 KB 1004/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1008/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1012/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1016/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1020/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1024/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1028/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1032/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1036/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1040/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1000/1044 KB 852/1063 KB 56/257 KB 1172/1267 KB 1040/1044 KB 856/1063 KB 56/257 KB 1172/1267 KB 1040/1044 KB 860/1063 KB 56/257 KB 1172/1267 KB 1040/1044 KB 864/1063 KB 56/257 KB 1172/1267 KB 1040/1044 KB 868/1063 KB 56/257 KB 1172/1267 KB 1000/1044 KB 848/1063 KB 56/257 KB 1172/1267 KB 1044/1044 KB 868/1063 KB 60/257 KB 1172/1267 KB 1044/1044 KB 868/1063 KB 64/257 KB 1172/1267 KB 1044/1044 KB 868/1063 KB 68/257 KB 1172/1267 KB 1044/1044 KB 868/1063 KB 72/257 KB 1172/1267 KB 1044/1044 KB 868/1063 KB 76/257 KB 1172/1267 KB 1044/1044 KB 868/1063 KB 80/257 KB 1172/1267 KB 1000/1044 KB 848/1063 KB 56/257 KB 1172/1267 KB 1044/1044 KB 868/1063 KB 80/257 KB 1176/1267 KB 1044/1044 KB 868/1063 KB 80/257 KB 1180/1267 KB 1044/1044 KB 868/1063 KB 80/257 KB 1184/1267 KB 1044/1044 KB 868/1063 KB 80/257 KB 1188/1267 KB 1044/1044 KB 868/1063 KB 84/257 KB 1192/1267 KB 1044/1044 KB 868/1063 KB 84/257 KB 1196/1267 KB 1044/1044 KB 868/1063 KB 84/257 KB 1200/1267 KB 1044/1044 KB 868/1063 KB 56/257 KB 1172/1267 KB 1044/1044 KB 868/1063 KB 84/257 KB 1200/1267 KB 1044/1044 KB 868/1063 KB 84/257 KB 1188/1267 KB 1044/1044 KB 868/1063 KB 88/257 KB 1200/1267 KB 1044/1044 KB 868/1063 KB 92/257 KB 1204/1267 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 4/549 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 8/549 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 12/549 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 16/549 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 20/549 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 24/549 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 28/549 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 32/549 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 36/549 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 40/549 KB 1044/1044 KB 872/1063 KB 96/257 KB 1204/1267 KB 44/549 KB 1044/1044 KB 872/1063 KB 100/257 KB 1204/1267 KB 48/549 KB 1044/1044 KB 872/1063 KB 100/257 KB 1204/1267 KB 1044/1044 KB 868/1063 KB 88/257 KB 1204/1267 KB 48/549 KB 1044/1044 KB 872/1063 KB 100/257 KB 1208/1267 KB 48/549 KB 1044/ unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1044 KB 872/1063 KB 100/257 KB 1212/1267 KB 52/549 KB 1044/1044 KB 872/1063 KB 100/257 KB 1216/1267 KB 40/549 KB 1044/1044 KB 872/1063 KB 100/257 KB 1204/1267 KB 52/549 KB 1044/1044 KB 872/1063 KB 104/257 KB 1216/1267 KB 52/549 KB 1044/1044 KB 872/1063 KB 108/257 KB 1216/1267 KB 52/549 KB 1044/1044 KB 872/1063 KB 112/257 KB 1216/1267 KB 52/549 KB 1044/1044 KB 872/1063 KB 116/257 KB 1216/1267 KB 52/549 KB 1044/1044 KB 872/1063 KB 120/257 KB 1220/1267 KB 1044/1044 KB 872/1063 KB 92/257 KB 1204/1267 KB 52/549 KB 1044/1044 KB 876/1063 KB 120/257 KB 1220/1267 KB 52/549 KB 1044/1044 KB 880/1063 KB 120/257 KB 1220/1267 KB 52/549 KB 1044/1044 KB 884/1063 KB 120/257 KB 1220/1267 KB 52/549 KB 1044/1044 KB 888/1063 KB 120/257 KB 1220/1267 KB 52/549 KB 1044/1044 KB 892/1063 KB 120/257 KB 1220/1267 KB 52/549 KB 1044/1044 KB 896/1063 KB 120/257 KB 1220/1267 KB 52/549 KB 1044/1044 KB 900/1063 KB 120/257 KB 1220/1267 KB 52/549 KB 1044/1044 KB 904/1063 KB 120/257 KB 1220/1267 KB 52/549 KB 908/1063 KB 124/257 KB 1220/1267 KB 52/549 KB 912/1063 KB 124/257 KB 1220/1267 KB 52/549 KB 916/1063 KB 124/257 KB 1220/1267 KB 52/549 KB 920/1063 KB 124/257 KB 1220/1267 KB 52/549 KB 924/1063 KB 124/257 KB 1220/1267 KB 52/549 KB 928/1063 KB 124/257 KB 1220/1267 KB 52/549 KB 932/1063 KB 124/257 KB 1220/1267 KB 52/549 KB 1044/1044 KB 872/1063 KB 116/257 KB 1220/1267 KB 52/549 KB 1044/1044 KB 872/1063 KB 100/257 KB 1212/1267 KB 56/549 KB 932/1063 KB 124/257 KB 1220/1267 KB 60/549 KB 932/1063 KB 124/257 KB 1220/1267 KB 64/549 KB 932/1063 KB 124/257 KB 1220/1267 KB 68/549 KB 932/1063 KB 124/257 KB 1220/1267 KB 52/549 KB 904/1063 KB 124/257 KB 1220/1267 KB 68/549 KB 932/1063 KB 128/257 KB 1224/1267 KB 68/549 KB 932/1063 KB 124/257 KB 1224/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar (1044 KB at 1828.2 KB/sec) unit-abot-epc-basic-0: 10:06:43 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-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 68/549 KB 932/1063 KB 128/257 KB 1228/1267 KB 68/549 KB 932/1063 KB 128/257 KB 1232/1267 KB 68/549 KB 932/1063 KB 128/257 KB 1236/1267 KB 72/549 KB 932/1063 KB 132/257 KB 1240/1267 KB 72/549 KB 932/1063 KB 132/257 KB 1244/1267 KB 72/549 KB 932/1063 KB 132/257 KB 1248/1267 KB 72/549 KB 932/1063 KB 132/257 KB 1236/1267 KB 76/549 KB 932/1063 KB 132/257 KB 1248/1267 KB 80/549 KB 932/1063 KB 132/257 KB 1248/1267 KB 84/549 KB 932/1063 KB 132/257 KB 1248/1267 KB 88/549 KB 932/1063 KB 132/257 KB 1252/1267 KB 92/549 KB 932/1063 KB 132/257 KB 1252/1267 KB 96/549 KB 932/1063 KB 132/257 KB 1252/1267 KB 68/549 KB 932/1063 KB 132/257 KB 1236/1267 KB 96/549 KB 932/1063 KB 136/257 KB 1252/1267 KB 96/549 KB 932/1063 KB 140/257 KB 1252/1267 KB 96/549 KB 932/1063 KB 144/257 KB 1252/1267 KB 96/549 KB 932/1063 KB 148/257 KB 1252/1267 KB 100/549 KB 932/1063 KB 152/257 KB 1252/1267 KB 84/549 KB 932/1063 KB 132/257 KB 1252/1267 KB 100/549 KB 936/1063 KB 152/257 KB 1256/1267 KB 100/549 KB 936/1063 KB 152/257 KB 1260/1267 KB 100/549 KB 936/1063 KB 152/257 KB 1264/1267 KB 100/549 KB 936/1063 KB 152/257 KB 1252/1267 KB 100/549 KB 940/1063 KB 156/257 KB 1264/1267 KB 100/549 KB 944/1063 KB 156/257 KB 1264/1267 KB 100/549 KB 948/1063 KB 156/257 KB 1264/1267 KB 100/549 KB 932/1063 KB 148/257 KB 1252/1267 KB 104/549 KB 948/1063 KB 156/257 KB 1267/1267 KB 108/549 KB 948/1063 KB 156/257 KB 1267/1267 KB 112/549 KB 948/1063 KB 156/257 KB 1267/1267 KB 116/549 KB 948/1063 KB 156/257 KB 1267/1267 KB 120/549 KB 952/1063 KB 156/257 KB 1267/1267 KB 124/549 KB 952/1063 KB 156/257 KB 1267/1267 KB 128/549 KB 952/1063 KB 156/257 KB 1267/1267 KB 100/549 KB 948/1063 KB 156/257 KB 1267/1267 KB 100/549 KB 936/1063 KB 156/257 KB 1264/1267 KB 128/549 KB 952/1063 KB 160/257 KB 1267/1267 KB 128/549 KB 952/1063 KB 164/257 KB 1267/1267 KB 116/549 KB 952/1063 KB 156/257 KB 1267/1267 KB 132/549 KB 952/1063 KB 4/358 KB 168/257 KB 1267/1267 KB 132/549 KB 956/1063 KB 4/358 KB 172/257 KB 1267/1267 KB 132/549 KB 956/1063 KB 4/358 KB 176/257 KB 1267/1267 KB 128/549 KB 952/1063 KB 4/358 KB 164/257 KB 1267/1267 KB 132/549 KB 956/1063 KB 8/358 KB 176/257 KB 1267/1267 KB 132/549 KB 956/1063 KB 12/358 KB 176/257 KB 1267/1267 KB 132/549 KB 956/1063 KB 16/358 KB 176/257 KB 1267/1267 KB 132/549 KB 956/1063 KB 20/358 KB 176/257 KB 1267/1267 KB 132/549 KB 956/1063 KB 24/358 KB 176/257 KB 1267/1267 KB 132/549 KB 956/1063 KB 28/358 KB 176/257 KB 1267/1267 KB 132/549 KB 956/1063 KB 32/358 KB 176/257 KB 1267/1267 KB 132/549 KB 956/1063 KB 36/358 KB 176/257 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 2157.5 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 132/549 KB 956/1063 KB 40/358 KB 180/257 KB 132/549 KB 952/1063 KB 4/358 KB 164/257 KB 1267/1267 KB 136/549 KB 956/1063 KB 40/358 KB 180/257 KB 140/549 KB 956/1063 KB 44/358 KB 180/257 KB 144/549 KB 956/1063 KB 44/358 KB 180/257 KB 148/549 KB 956/1063 KB 44/358 KB 180/257 KB 152/549 KB 956/1063 KB 44/358 KB 180/257 KB 156/549 KB 956/1063 KB 44/358 KB 180/257 KB 160/549 KB 956/1063 KB 44/358 KB 180/257 KB 132/549 KB 956/1063 KB 36/358 KB 180/257 KB 1267/1267 KB 160/549 KB 956/1063 KB 44/358 KB 184/257 KB 160/549 KB 956/1063 KB 44/358 KB 188/257 KB 132/549 KB 956/1063 KB 4/358 KB 168/257 KB 1267/1267 KB 160/549 KB 960/1063 KB 44/358 KB 188/257 KB 160/549 KB 964/1063 KB 44/358 KB 188/257 KB 160/549 KB 968/1063 KB 44/358 KB 188/257 KB 160/549 KB 972/1063 KB 44/358 KB 188/257 KB 160/549 KB 976/1063 KB 44/358 KB 188/257 KB 160/549 KB 976/1063 KB 44/358 KB 192/257 KB 160/549 KB 980/1063 KB 44/358 KB 192/257 KB 160/549 KB 984/1063 KB 44/358 KB 196/257 KB 160/549 KB 988/1063 KB 44/358 KB 196/257 KB 160/549 KB 992/1063 KB 44/358 KB 196/257 KB 136/549 KB 956/1063 KB 44/358 KB 180/257 KB 160/549 KB 992/1063 KB 48/358 KB 196/257 KB 160/549 KB 992/1063 KB 52/358 KB 196/257 KB 160/549 KB 992/1063 KB 56/358 KB 196/257 KB 160/549 KB 992/1063 KB 60/358 KB 196/257 KB 160/549 KB 992/1063 KB 64/358 KB 196/257 KB 160/549 KB 992/1063 KB 68/358 KB 196/257 KB 3/5 KB 164/549 KB 996/1063 KB 72/358 KB 196/257 KB 3/5 KB 164/549 KB 996/1063 KB 76/358 KB 196/257 KB 3/5 KB 164/549 KB 996/1063 KB 80/358 KB 196/257 KB 160/549 KB 980/1063 KB 44/358 KB 196/257 KB 3/5 KB 164/549 KB 996/1063 KB 80/358 KB 200/257 KB 3/5 KB 164/549 KB 996/1063 KB 80/358 KB 204/257 KB 3/5 KB 164/549 KB 996/1063 KB 80/358 KB 208/257 KB 3/5 KB 164/549 KB 996/1063 KB 80/358 KB 212/257 KB 3/5 KB 164/549 KB 996/1063 KB 80/358 KB 216/257 KB 3/5 KB 164/549 KB 996/1063 KB 80/358 KB 220/257 KB 3/5 KB 164/549 KB 996/1063 KB 80/358 KB 224/257 KB 3/5 KB 164/549 KB 996/1063 KB 68/358 KB 196/257 KB 3/5 KB 168/549 KB 996/1063 KB 80/358 KB 224/257 KB 3/5 KB 172/549 KB 996/1063 KB 80/358 KB 224/257 KB 3/5 KB 176/549 KB 996/1063 KB 80/358 KB 224/257 KB 3/5 KB 160/549 KB 996/1063 KB 68/358 KB 196/257 KB 3/5 KB 176/549 KB 1000/1063 KB 80/358 KB 224/257 KB 3/5 KB 176/549 KB 1004/1063 KB 80/358 KB 224/257 KB 3/5 KB 176/549 KB 1008/1063 KB 80/358 KB 224/257 KB 3/5 KB 160/549 KB 992/1063 KB 68/358 KB 196/257 KB 5/5 KB 176/549 KB 1008/1063 KB 80/358 KB 224/257 KB 5/5 KB 176/549 KB 1012/1063 KB 80/358 KB 224/257 KB 5/5 KB 176/549 KB 1016/1063 KB 84/358 KB 228/257 KB 5/5 KB 176/549 KB 1020/1063 KB 84/358 KB 228/257 KB 5/5 KB 176/549 KB 1024/1063 KB 84/358 KB 228/257 KB 5/5 KB 176/549 KB 1012/1063 KB 84/358 KB 228/257 KB 5/5 KB 176/549 KB 1024/1063 KB 88/358 KB 228/257 KB 5/5 KB 180/549 KB 1024/1063 KB 92/358 KB 228/257 KB 5/5 KB 180/549 KB 1024/1063 KB 96/358 KB 228/257 KB 5/5 KB 180/549 KB 1024/1063 KB 100/358 KB 228/257 KB 5/5 KB 180/549 KB 1028/1063 KB 104/358 KB 228/257 KB 5/5 KB 180/549 KB 1028/1063 KB 108/358 KB 228/257 KB 5/5 KB 180/549 KB 1028/1063 KB 112/358 KB 228/257 KB 5/5 KB 176/549 KB 1012/1063 KB 80/358 KB 228/257 KB 5/5 KB 180/549 KB 1028/1063 KB 112/358 KB 232/257 KB 5/5 KB 180/549 KB 1028/1063 KB 112/358 KB 236/257 KB 5/5 KB 180/549 KB 1028/1063 KB 112/358 KB 240/257 KB 5/5 KB 180/549 KB 1028/1063 KB 112/358 KB 244/257 KB 5/5 KB 180/549 KB 1028/1063 KB 112/358 KB 248/257 KB 5/5 KB unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 180/549 KB 1028/1063 KB 112/358 KB 252/257 KB 5/5 KB 180/549 KB 1028/1063 KB 112/358 KB 256/257 KB 5/5 KB 180/549 KB 1028/1063 KB 100/358 KB 228/257 KB 5/5 KB 180/549 KB 1032/1063 KB 112/358 KB 256/257 KB 5/5 KB 180/549 KB 1024/1063 KB 88/358 KB 228/257 KB 5/5 KB 184/549 KB 1032/1063 KB 112/358 KB 256/257 KB 5/5 KB 188/549 KB 1032/1063 KB 112/358 KB 256/257 KB 5/5 KB 192/549 KB 1032/1063 KB 112/358 KB 256/257 KB 5/5 KB 196/549 KB 1032/1063 KB 112/358 KB 256/257 KB 5/5 KB 200/549 KB 1036/1063 KB 112/358 KB 256/257 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 7.2 KB/sec) unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 5/5 KB 196/549 KB 1036/1063 KB 112/358 KB 256/257 KB 200/549 KB 1040/1063 KB 112/358 KB 256/257 KB 204/549 KB 1040/1063 KB 112/358 KB 256/257 KB 208/549 KB 1040/1063 KB 112/358 KB 257/257 KB 212/549 KB 1044/1063 KB 116/358 KB 257/257 KB 216/549 KB 1044/1063 KB 116/358 KB 257/257 KB 220/549 KB 1044/1063 KB 116/358 KB 257/257 KB 224/549 KB 1044/1063 KB 116/358 KB 257/257 KB 224/549 KB 1044/1063 KB 116/358 KB 3/86 KB 257/257 KB 224/549 KB 1044/1063 KB 116/358 KB 6/86 KB 257/257 KB 204/549 KB 1040/1063 KB 112/358 KB 257/257 KB 224/549 KB 1044/1063 KB 116/358 KB 9/86 KB 257/257 KB 224/549 KB 1044/1063 KB 116/358 KB 11/86 KB 257/257 KB 208/549 KB 1044/1063 KB 116/358 KB 257/257 KB 224/549 KB 1048/1063 KB 116/358 KB 11/86 KB 257/257 KB 224/549 KB 1052/1063 KB 116/358 KB 11/86 KB 257/257 KB 208/549 KB 1040/1063 KB 116/358 KB 257/257 KB 224/549 KB 1052/1063 KB 120/358 KB 14/86 KB 257/257 KB 224/549 KB 1052/1063 KB 124/358 KB 14/86 KB 257/257 KB 224/549 KB 1052/1063 KB 128/358 KB 14/86 KB 257/257 KB 224/549 KB 1056/1063 KB 132/358 KB 14/86 KB 257/257 KB 224/549 KB 1056/1063 KB 136/358 KB 14/86 KB 257/257 KB 224/549 KB 1056/1063 KB 140/358 KB 14/86 KB 257/257 KB 228/549 KB 1056/1063 KB 144/358 KB 14/86 KB 257/257 KB 224/549 KB 1052/1063 KB 116/358 KB 14/86 KB 257/257 KB 228/549 KB 1056/1063 KB 144/358 KB 16/86 KB 257/257 KB 228/549 KB 1056/1063 KB 144/358 KB 19/86 KB 257/257 KB 228/549 KB 1056/1063 KB 144/358 KB 22/86 KB 257/257 KB 228/549 KB 1056/1063 KB 144/358 KB 25/86 KB 257/257 KB 228/549 KB 1056/1063 KB 144/358 KB 27/86 KB 257/257 KB 228/549 KB 1056/1063 KB 144/358 KB 30/86 KB 257/257 KB 228/549 KB 1056/1063 KB 144/358 KB 32/86 KB 257/257 KB 228/549 KB 1056/1063 KB 144/358 KB 36/86 KB 257/257 KB 228/549 KB 1056/1063 KB 148/358 KB 40/86 KB 257/257 KB 228/549 KB 1056/1063 KB 148/358 KB 44/86 KB 257/257 KB 228/549 KB 1056/1063 KB 148/358 KB 48/86 KB 257/257 KB 228/549 KB 1056/1063 KB 140/358 KB 14/86 KB 257/257 KB 232/549 KB 1056/1063 KB 148/358 KB 48/86 KB 257/257 KB 236/549 KB 1056/1063 KB 148/358 KB 48/86 KB 257/257 KB 240/549 KB 1056/1063 KB 148/358 KB 48/86 KB 257/257 KB 224/549 KB 1056/1063 KB 128/358 KB 14/86 KB 257/257 KB 240/549 KB 1060/1063 KB 148/358 KB 48/86 KB 257/257 KB 240/549 KB 1063/1063 KB 148/358 KB 48/86 KB 257/257 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 417.3 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 228/549 KB 1056/1063 KB 148/358 KB 36/86 KB 257/257 KB 240/549 KB 1063/1063 KB 152/358 KB 48/86 KB 240/549 KB 1063/1063 KB 156/358 KB 48/86 KB 244/549 KB 1063/1063 KB 160/358 KB 48/86 KB 248/549 KB 1063/1063 KB 160/358 KB 48/86 KB 252/549 KB 1063/1063 KB 160/358 KB 48/86 KB 256/549 KB 1063/1063 KB 160/358 KB 48/86 KB 244/549 KB 1063/1063 KB 160/358 KB 48/86 KB 256/549 KB 1063/1063 KB 164/358 KB 48/86 KB 256/549 KB 1063/1063 KB 168/358 KB 48/86 KB 256/549 KB 1063/1063 KB 172/358 KB 52/86 KB 256/549 KB 1063/1063 KB 176/358 KB 52/86 KB 260/549 KB 1063/1063 KB 176/358 KB 52/86 KB 264/549 KB 1063/1063 KB 176/358 KB 52/86 KB 268/549 KB 1063/1063 KB 176/358 KB 52/86 KB 272/549 KB 1063/1063 KB 180/358 KB 52/86 KB 256/549 KB 1063/1063 KB 168/358 KB 52/86 KB 272/549 KB 1063/1063 KB 180/358 KB 56/86 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 1713.1 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 272/549 KB 180/358 KB 56/86 KB 3/404 KB 272/549 KB 180/358 KB 56/86 KB 6/404 KB 272/549 KB 180/358 KB 56/86 KB 9/404 KB 272/549 KB 180/358 KB 56/86 KB 11/404 KB 272/549 KB 180/358 KB 60/86 KB 14/404 KB 268/549 KB 1063/1063 KB 180/358 KB 52/86 KB 272/549 KB 184/358 KB 60/86 KB 16/404 KB 272/549 KB 188/358 KB 60/86 KB 16/404 KB 272/549 KB 192/358 KB 60/86 KB 16/404 KB 272/549 KB 180/358 KB 60/86 KB 16/404 KB 272/549 KB 180/358 KB 60/86 KB 11/404 KB 272/549 KB 192/358 KB 64/86 KB 16/404 KB 272/549 KB 192/358 KB 68/86 KB 16/404 KB 276/549 KB 192/358 KB 72/86 KB 19/404 KB 276/549 KB 192/358 KB 76/86 KB 19/404 KB 276/549 KB 192/358 KB 80/86 KB 19/404 KB 276/549 KB 192/358 KB 68/86 KB 19/404 KB 280/549 KB 192/358 KB 80/86 KB 19/404 KB 284/549 KB 196/358 KB 80/86 KB 19/404 KB 288/549 KB 196/358 KB 84/86 KB 19/404 KB 272/549 KB 192/358 KB 68/86 KB 19/404 KB 288/549 KB 196/358 KB 84/86 KB 22/404 KB 288/549 KB 196/358 KB 84/86 KB 25/404 KB 288/549 KB 196/358 KB 84/86 KB 27/404 KB 284/549 KB 196/358 KB 84/86 KB 19/404 KB 288/549 KB 196/358 KB 86/86 KB 27/404 KB 280/549 KB 196/358 KB 80/86 KB 19/404 KB 292/549 KB 200/358 KB 86/86 KB 30/404 KB 292/549 KB 204/358 KB 86/86 KB 30/404 KB 292/549 KB 208/358 KB 86/86 KB 30/404 KB 292/549 KB 212/358 KB 86/86 KB 30/404 KB 292/549 KB 216/358 KB 86/86 KB 30/404 KB 292/549 KB 220/358 KB 86/86 KB 30/404 KB 292/549 KB 224/358 KB 86/86 KB 30/404 KB 292/549 KB 228/358 KB 86/86 KB 30/404 KB 292/549 KB 232/358 KB 86/86 KB 30/404 KB 292/549 KB 236/358 KB 86/86 KB 30/404 KB 292/549 KB 240/358 KB 86/86 KB 30/404 KB 292/549 KB 196/358 KB 86/86 KB 30/404 KB 296/549 KB 240/358 KB 86/86 KB 30/404 KB 300/549 KB 240/358 KB 86/86 KB 30/404 KB 304/549 KB 240/358 KB 86/86 KB 30/404 KB 288/549 KB 196/358 KB 86/86 KB 30/404 KB 304/549 KB 240/358 KB 32/404 KB 304/549 KB 240/358 KB 36/404 KB 304/549 KB 240/358 KB 40/404 KB 308/549 KB 240/358 KB 44/404 KB 308/549 KB 240/358 KB 48/404 KB 308/549 KB 240/358 KB 52/404 KB 308/549 KB 240/358 KB 56/404 KB 308/549 KB 240/358 KB 60/404 KB 308/549 KB 240/358 KB 64/404 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 135.2 KB/sec) unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 308/549 KB 240/358 KB 40/404 KB 312/549 KB 240/358 KB 64/404 KB 316/549 KB 240/358 KB 64/404 KB 320/549 KB 240/358 KB 64/404 KB 4/587 KB 324/549 KB 240/358 KB 64/404 KB 4/587 KB 328/549 KB 244/358 KB 68/404 KB 4/587 KB 332/549 KB 244/358 KB 68/404 KB 4/587 KB 336/549 KB 244/358 KB 68/404 KB 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 4/587 KB 324/549 KB 244/358 KB 68/404 KB 4/587 KB 336/549 KB 248/358 KB 68/404 KB 4/587 KB 336/549 KB 252/358 KB 68/404 KB 4/587 KB 336/549 KB 256/358 KB 68/404 KB 4/587 KB 324/549 KB 240/358 KB 68/404 KB 4/587 KB 320/549 KB 240/358 KB 64/404 KB 8/587 KB 336/549 KB 256/358 KB 68/404 KB 12/587 KB 336/549 KB 256/358 KB 68/404 KB 16/587 KB 336/549 KB 256/358 KB 68/404 KB 20/587 KB 336/549 KB 256/358 KB 68/404 KB 24/587 KB 336/549 KB 256/358 KB 68/404 KB 28/587 KB 336/549 KB 256/358 KB 68/404 KB 32/587 KB 336/549 KB 256/358 KB 68/404 KB 32/587 KB 336/549 KB 256/358 KB 72/404 KB 36/587 KB 336/549 KB 256/358 KB 72/404 KB 40/587 KB 336/549 KB 256/358 KB 72/404 KB 44/587 KB 336/549 KB 256/358 KB 72/404 KB 48/587 KB 336/549 KB 256/358 KB 72/404 KB 48/587 KB 336/549 KB 256/358 KB 76/404 KB 48/587 KB 336/549 KB 256/358 KB 80/404 KB 48/587 KB 336/549 KB 260/358 KB 80/404 KB 48/587 KB 340/549 KB 264/358 KB 84/404 KB 48/587 KB 340/549 KB 268/358 KB 84/404 KB 48/587 KB 340/549 KB 272/358 KB 84/404 KB 48/587 KB 340/549 KB 260/358 KB 84/404 KB 48/587 KB 344/549 KB 272/358 KB 84/404 KB 48/587 KB 348/549 KB 272/358 KB 84/404 KB 52/587 KB 352/549 KB 272/358 KB 84/404 KB 48/587 KB 336/549 KB 260/358 KB 84/404 KB 52/587 KB 348/549 KB 272/358 KB 84/404 KB 56/587 KB 352/549 KB 272/358 KB 84/404 KB 60/587 KB 352/549 KB 272/358 KB 84/404 KB 64/587 KB 352/549 KB 272/358 KB 84/404 KB 64/587 KB 352/549 KB 272/358 KB 88/404 KB 64/587 KB 352/549 KB 272/358 KB 92/404 KB 64/587 KB 352/549 KB 272/358 KB 96/404 KB 68/587 KB 352/549 KB 276/358 KB 100/404 KB 68/587 KB 356/549 KB 276/358 KB 104/404 KB 68/587 KB 352/549 KB 276/358 KB 96/404 KB 72/587 KB 356/549 KB 276/358 KB 104/404 KB 76/587 KB 356/549 KB 276/358 KB 104/404 KB 80/587 KB 356/549 KB 276/358 KB 104/404 KB 64/587 KB 352/549 KB 276/358 KB 96/404 KB 68/587 KB 356/549 KB 276/358 KB 100/404 KB 3/894 KB 84/587 KB 360/549 KB 276/358 KB 104/404 KB 3/894 KB 84/587 KB 364/549 KB 276/358 KB 104/404 KB 3/894 KB 84/587 KB 368/549 KB 280/358 KB 104/404 KB 3/894 KB 84/587 KB 356/549 KB 276/358 KB 104/404 KB 3/894 KB 88/587 KB 368/549 KB 280/358 KB 104/404 KB 3/894 KB 92/587 KB 368/549 KB 280/358 KB 104/404 KB 3/894 KB 96/587 KB 368/549 KB 280/358 KB 104/404 KB 3/894 KB 100/587 KB 368/549 KB 280/358 KB 104/404 KB 3/894 KB 80/587 KB 356/549 KB 276/358 KB 104/404 KB 5/894 KB 100/587 KB 372/549 KB 280/358 KB 108/404 KB 8/894 KB 100/587 KB 372/549 KB 280/358 KB 108/404 KB 11/894 KB 100/587 KB 372/549 KB 280/358 KB 108/404 KB 13/894 KB 100/587 KB 372/549 KB 280/358 KB 108/404 KB 16/894 KB 100/587 KB 372/549 KB 280/358 KB 108/404 KB 19/894 KB 100/587 KB 372/549 KB 280/358 KB 108/404 KB 21/894 KB 100/587 KB 372/549 KB 280/358 KB 108/404 KB 24/894 KB 100/587 KB 372/549 KB 280/358 KB 108/404 KB 27/894 KB 100/587 KB 372/549 KB 280/358 KB 108/404 KB 27/894 KB 104/587 KB 372/549 KB 280/358 KB 108/404 KB 27/894 KB 108/587 KB 372/549 KB 280/358 KB 108/404 KB 29/894 KB 112/587 KB 372/549 KB 280/358 KB 108/404 KB 29/894 KB 116/587 KB 372/549 KB 280/358 KB 108/404 KB 3/894 KB 100/587 KB 372/549 KB 280/358 KB 108/404 KB 29/894 KB 116/587 KB 376/549 KB 280/358 KB 108/404 KB 29/894 KB 116/587 KB 380/549 KB 280/358 KB 108/404 KB 29/894 KB 116/587 KB 384/549 KB 280/358 KB 108/404 KB 29/894 KB 116/587 KB 388/549 KB 280/358 KB 108/404 KB 29/894 KB 120/587 KB 392/549 KB 280/358 KB 108/404 KB 3/894 KB 100/587 KB 368/549 KB 280/358 KB 108 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install /404 KB 29/894 KB 120/587 KB 392/549 KB 280/358 KB 112/404 KB 29/894 KB 120/587 KB 392/549 KB 280/358 KB 116/404 KB 29/894 KB 120/587 KB 392/549 KB 280/358 KB 120/404 KB 29/894 KB 120/587 KB 392/549 KB 280/358 KB 124/404 KB 29/894 KB 120/587 KB 392/549 KB 280/358 KB 128/404 KB 3/894 KB 84/587 KB 364/549 KB 280/358 KB 104/404 KB 29/894 KB 120/587 KB 392/549 KB 284/358 KB 128/404 KB 29/894 KB 120/587 KB 392/549 KB 288/358 KB 128/404 KB 29/894 KB 120/587 KB 392/549 KB 292/358 KB 128/404 KB 29/894 KB 120/587 KB 392/549 KB 296/358 KB 128/404 KB 29/894 KB 120/587 KB 392/549 KB 300/358 KB 128/404 KB 29/894 KB 120/587 KB 392/549 KB 304/358 KB 128/404 KB 29/894 KB 120/587 KB 392/549 KB 308/358 KB 128/404 KB 29/894 KB 120/587 KB 392/549 KB 312/358 KB 132/404 KB 29/894 KB 120/587 KB 388/549 KB 280/358 KB 108/404 KB 29/894 KB 124/587 KB 396/549 KB 312/358 KB 132/404 KB 29/894 KB 128/587 KB 396/549 KB 312/358 KB 132/404 KB 29/894 KB 108/587 KB 372/549 KB 280/358 KB 108/404 KB 32/894 KB 128/587 KB 396/549 KB 312/358 KB 132/404 KB 36/894 KB 128/587 KB 396/549 KB 312/358 KB 132/404 KB 40/894 KB 128/587 KB 396/549 KB 312/358 KB 132/404 KB 44/894 KB 128/587 KB 396/549 KB 312/358 KB 132/404 KB 48/894 KB 128/587 KB 396/549 KB 312/358 KB 132/404 KB 52/894 KB 128/587 KB 396/549 KB 312/358 KB 132/404 KB 56/894 KB 132/587 KB 396/549 KB 316/358 KB 132/404 KB 60/894 KB 132/587 KB 396/549 KB 316/358 KB 132/404 KB 64/894 KB 132/587 KB 396/549 KB 316/358 KB 132/404 KB 29/894 KB 120/587 KB 396/549 KB 312/358 KB 132/404 KB 29/894 KB 120/587 KB 392/549 KB 308/358 KB 132/404 KB 64/894 KB 132/587 KB 400/549 KB 316/358 KB 136/404 KB 64/894 KB 132/587 KB 400/549 KB 316/358 KB 140/404 KB 64/894 KB 132/587 KB 400/549 KB 316/358 KB 144/404 KB 64/894 KB 132/587 KB 400/549 KB 316/358 KB 148/404 KB 68/894 KB 132/587 KB 400/549 KB 316/358 KB 152/404 KB 68/894 KB 132/587 KB 400/549 KB 316/358 KB 156/404 KB 68/894 KB 132/587 KB 400/549 KB 316/358 KB 160/404 KB 52/894 KB 132/587 KB 396/549 KB 316/358 KB 132/404 KB 68/894 KB 132/587 KB 400/549 KB 320/358 KB 160/404 KB 68/894 KB 132/587 KB 400/549 KB 324/358 KB 160/404 KB 68/894 KB 132/587 KB 400/549 KB 328/358 KB 160/404 KB 68/894 KB 132/587 KB 400/549 KB 332/358 KB 160/404 KB 68/894 KB 132/587 KB 400/549 KB 336/358 KB 160/404 KB 68/894 KB 132/587 KB 400/549 KB 340/358 KB 160/404 KB 68/894 KB 132/587 KB 400/549 KB 344/358 KB 164/404 KB 68/894 KB 132/587 KB 400/549 KB 348/358 KB 164/404 KB 68/894 KB 132/587 KB 400/549 KB 352/358 KB 164/404 KB 52/894 KB 132/587 KB 396/549 KB 312/358 KB 132/404 KB 68/894 KB 136/587 KB 400/549 KB 352/358 KB 164/404 KB 68/894 KB 140/587 KB 400/549 KB 352/358 KB 164/404 KB 68/894 KB 144/587 KB 400/549 KB 352/358 KB 164/404 KB 68/894 KB 148/587 KB 400/549 KB 352/358 KB 164/404 KB 68/894 KB 152/587 KB 400/549 KB 352/358 KB 164/404 KB 68/894 KB 156/587 KB 400/549 KB 352/358 KB 164/404 KB 68/894 KB 160/587 KB 400/549 KB 352/358 KB 164/404 KB 68/894 KB 132/587 KB 400/549 KB 340/358 KB 164/404 KB 68/894 KB 160/587 KB 400/549 KB 352/358 KB 168/404 KB 68/894 KB 160/587 KB 400/549 KB 352/358 KB 172/404 KB 68/894 KB 160/587 KB 400/549 KB 352/358 KB 176/404 KB 68/894 KB 160/587 KB 400/549 KB 352/358 KB 180/404 KB 68/894 KB 164/587 KB 400/549 KB 356/358 KB 184/404 KB 68/894 KB 164/587 KB 400/549 KB 356/358 KB 188/404 KB 68/894 KB 164/587 KB 400/549 KB 356/358 KB 192/404 KB 68/894 KB 132/587 KB 400/549 KB 316/358 KB 148/40 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 4 KB 72/894 KB 164/587 KB 400/549 KB 356/358 KB 192/404 KB 76/894 KB 164/587 KB 400/549 KB 356/358 KB 192/404 KB 80/894 KB 164/587 KB 400/549 KB 356/358 KB 192/404 KB 64/894 KB 132/587 KB 400/549 KB 316/358 KB 132/404 KB 80/894 KB 164/587 KB 404/549 KB 356/358 KB 192/404 KB 80/894 KB 164/587 KB 408/549 KB 356/358 KB 192/404 KB 80/894 KB 164/587 KB 412/549 KB 356/358 KB 192/404 KB 80/894 KB 164/587 KB 416/549 KB 356/358 KB 192/404 KB 80/894 KB 164/587 KB 420/549 KB 356/358 KB 192/404 KB 84/894 KB 164/587 KB 424/549 KB 356/358 KB 192/404 KB 84/894 KB 164/587 KB 428/549 KB 356/358 KB 192/404 KB 84/894 KB 164/587 KB 432/549 KB 356/358 KB 192/404 KB 84/894 KB 164/587 KB 436/549 KB 356/358 KB 192/404 KB 84/894 KB 164/587 KB 440/549 KB 356/358 KB 192/404 KB 84/894 KB 164/587 KB 444/549 KB 356/358 KB 192/404 KB 84/894 KB 164/587 KB 448/549 KB 356/358 KB 192/404 KB 84/894 KB 164/587 KB 452/549 KB 356/358 KB 192/404 KB 84/894 KB 164/587 KB 456/549 KB 356/358 KB 196/404 KB 84/894 KB 164/587 KB 460/549 KB 356/358 KB 196/404 KB 84/894 KB 164/587 KB 464/549 KB 356/358 KB 196/404 KB 68/894 KB 164/587 KB 400/549 KB 356/358 KB 180/404 KB 84/894 KB 164/587 KB 464/549 KB 358/358 KB 196/404 KB 68/894 KB 164/587 KB 400/549 KB 352/358 KB 180/404 KB 84/894 KB 168/587 KB 464/549 KB 358/358 KB 196/404 KB 84/894 KB 172/587 KB 464/549 KB 358/358 KB 196/404 KB 84/894 KB 176/587 KB 464/549 KB 358/358 KB 196/404 KB 84/894 KB 180/587 KB 464/549 KB 358/358 KB 196/404 KB 84/894 KB 184/587 KB 464/549 KB 358/358 KB 196/404 KB 84/894 KB 188/587 KB 464/549 KB 358/358 KB 196/404 KB 84/894 KB 192/587 KB 464/549 KB 358/358 KB 196/404 KB 84/894 KB 164/587 KB 452/549 KB 356/358 KB 196/404 KB 84/894 KB 192/587 KB 464/549 KB 358/358 KB 200/404 KB 84/894 KB 196/587 KB 464/549 KB 358/358 KB 204/404 KB 84/894 KB 196/587 KB 464/549 KB 358/358 KB 208/404 KB 84/894 KB 164/587 KB 420/549 KB 356/358 KB 192/404 KB 88/894 KB 196/587 KB 464/549 KB 358/358 KB 208/404 KB 92/894 KB 196/587 KB 464/549 KB 358/358 KB 208/404 KB 96/894 KB 196/587 KB 464/549 KB 358/358 KB 208/404 KB 100/894 KB 196/587 KB 464/549 KB 358/358 KB 208/404 KB 104/894 KB 196/587 KB 464/549 KB 358/358 KB 208/404 KB 108/894 KB 196/587 KB 464/549 KB 358/358 KB 208/404 KB 112/894 KB 196/587 KB 464/549 KB 358/358 KB 208/404 KB 116/894 KB 196/587 KB 464/549 KB 358/358 KB 208/404 KB 120/894 KB 196/587 KB 464/549 KB 358/358 KB 208/404 KB 124/894 KB 196/587 KB 464/549 KB 358/358 KB 212/404 KB 128/894 KB 196/587 KB 464/549 KB 358/358 KB 212/404 KB 128/894 KB 196/587 KB 468/549 KB 358/358 KB 212/404 KB 128/894 KB 196/587 KB 472/549 KB 358/358 KB 212/404 KB 128/894 KB 196/587 KB 476/549 KB 358/358 KB 212/404 KB 132/894 KB 196/587 KB 480/549 KB 358/358 KB 212/404 KB 84/894 KB 196/587 KB 464/549 KB 358/358 KB 200/404 KB 132/894 KB 200/587 KB 480/549 KB 358/358 KB 212/404 KB 132/894 KB 204/587 KB 480/549 KB 358/358 KB 212/404 KB 132/894 KB 208/587 KB 480/549 KB 358/358 KB 212/404 KB 132/894 KB 212/587 KB 480/549 KB 358/358 KB 212/404 KB 132/894 KB 216/587 KB 484/549 KB 212/404 KB 132/894 KB 220/587 KB 484/549 KB 212/404 KB 132/894 KB 224/587 KB 484/549 KB 212/404 KB 132/894 KB 228/587 KB 484/549 KB 212/404 KB 132/894 KB 232/587 KB 484/549 KB 212/404 KB 132/894 KB 236/587 KB 484/549 KB 212/404 KB 132/894 KB 240/587 KB 484/549 KB 212/404 KB 132/894 KB 196/587 KB 476/549 KB 358/358 KB 212/404 KB 136/894 KB 240/587 KB 484/549 KB 212/404 KB 140/894 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install KB 240/587 KB 484/549 KB 212/404 KB 144/894 KB 240/587 KB 484/549 KB 212/404 KB 148/894 KB 240/587 KB 484/549 KB 212/404 KB 152/894 KB 240/587 KB 484/549 KB 212/404 KB 156/894 KB 240/587 KB 484/549 KB 212/404 KB 160/894 KB 240/587 KB 484/549 KB 212/404 KB 120/894 KB 196/587 KB 464/549 KB 358/358 KB 212/404 KB 160/894 KB 240/587 KB 484/549 KB 216/404 KB 160/894 KB 240/587 KB 484/549 KB 220/404 KB 160/894 KB 240/587 KB 484/549 KB 224/404 KB 160/894 KB 240/587 KB 484/549 KB 228/404 KB 160/894 KB 240/587 KB 484/549 KB 232/404 KB 160/894 KB 240/587 KB 484/549 KB 236/404 KB 160/894 KB 240/587 KB 484/549 KB 240/404 KB 132/894 KB 212/587 KB 484/549 KB 212/404 KB 160/894 KB 240/587 KB 488/549 KB 240/404 KB 160/894 KB 240/587 KB 492/549 KB 240/404 KB 160/894 KB 240/587 KB 496/549 KB 240/404 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 527.1 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 160/894 KB 240/587 KB 500/549 KB 240/404 KB 160/894 KB 240/587 KB 504/549 KB 240/404 KB 160/894 KB 240/587 KB 508/549 KB 240/404 KB 160/894 KB 240/587 KB 512/549 KB 240/404 KB 160/894 KB 240/587 KB 516/549 KB 244/404 KB 164/894 KB 244/587 KB 520/549 KB 244/404 KB 164/894 KB 244/587 KB 524/549 KB 244/404 KB 160/894 KB 240/587 KB 512/549 KB 244/404 KB 164/894 KB 244/587 KB 524/549 KB 248/404 KB 164/894 KB 244/587 KB 524/549 KB 252/404 KB 164/894 KB 244/587 KB 524/549 KB 256/404 KB 164/894 KB 244/587 KB 524/549 KB 260/404 KB 164/894 KB 244/587 KB 524/549 KB 264/404 KB 164/894 KB 244/587 KB 528/549 KB 268/404 KB 164/894 KB 244/587 KB 528/549 KB 269/404 KB 164/894 KB 244/587 KB 516/549 KB 244/404 KB 164/894 KB 248/587 KB 528/549 KB 269/404 KB 164/894 KB 252/587 KB 528/549 KB 269/404 KB 164/894 KB 256/587 KB 528/549 KB 269/404 KB 164/894 KB 260/587 KB 528/549 KB 269/404 KB 164/894 KB 264/587 KB 528/549 KB 273/404 KB 164/894 KB 268/587 KB 528/549 KB 273/404 KB 164/894 KB 240/587 KB 516/549 KB 244/404 KB 4/26 KB 168/894 KB 268/587 KB 528/549 KB 273/404 KB 4/26 KB 172/894 KB 268/587 KB 528/549 KB 273/404 KB 4/26 KB 176/894 KB 268/587 KB 528/549 KB 273/404 KB 4/26 KB 164/894 KB 268/587 KB 528/549 KB 273/404 KB 8/26 KB 176/894 KB 268/587 KB 528/549 KB 273/404 KB 12/26 KB 176/894 KB 268/587 KB 528/549 KB 273/404 KB 16/26 KB 176/894 KB 268/587 KB 528/549 KB 273/404 KB 20/26 KB 176/894 KB 268/587 KB 528/549 KB 273/404 KB 24/26 KB 176/894 KB 268/587 KB 528/549 KB 273/404 KB 26/26 KB 176/894 KB 268/587 KB 528/549 KB 273/404 KB 26/26 KB 180/894 KB 268/587 KB 528/549 KB 273/404 KB 26/26 KB 184/894 KB 268/587 KB 528/549 KB 273/404 KB 26/26 KB 188/894 KB 268/587 KB 528/549 KB 273/404 KB 26/26 KB 192/894 KB 268/587 KB 528/549 KB 273/404 KB 26/26 KB 196/894 KB 268/587 KB 528/549 KB 273/404 KB 26/26 KB 200/894 KB 272/587 KB 528/549 KB 273/404 KB 164/894 KB 260/587 KB 528/549 KB 273/404 KB 26/26 KB 200/894 KB 272/587 KB 528/549 KB 277/404 KB 26/26 KB 200/894 KB 272/587 KB 528/549 KB 281/404 KB 26/26 KB 200/894 KB 272/587 KB 528/549 KB 285/404 KB 26/26 KB 200/894 KB 272/587 KB 528/549 KB 289/404 KB 26/26 KB 204/894 KB 272/587 KB 528/549 KB 293/404 KB 164/894 KB 244/587 KB 528/549 KB 264/404 KB 26/26 KB 204/894 KB 272/587 KB 532/549 KB 293/404 KB 26/26 KB 204/894 KB 272/587 KB 536/549 KB 293/404 KB 26/26 KB 204/894 KB 272/587 KB 540/549 KB 293/404 KB 26/26 KB 204/894 KB 272/587 KB 544/549 KB 293/404 KB 26/26 KB 204/894 KB 272/587 KB 548/549 KB 293/404 KB 26/26 KB 204/894 KB 272/587 KB 549/549 KB 293/404 KB 26/26 KB 204/894 KB 272/587 KB 528/549 KB 289/404 KB 26/26 KB 208/894 KB 272/587 KB 549/549 KB 293/404 KB 26/26 KB 196/894 KB 272/587 KB 528/549 KB 273/404 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.5 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 208/894 KB 276/587 KB 549/549 KB 293/404 KB 208/894 KB 280/587 KB 549/549 KB 293/404 KB 208/894 KB 284/587 KB 549/549 KB 293/404 KB 208/894 KB 284/587 KB 549/549 KB 297/404 KB 208/894 KB 284/587 KB 549/549 KB 301/404 KB 212/894 KB 288/587 KB 549/549 KB 305/404 KB 212/894 KB 288/587 KB 549/549 KB 309/404 KB 212/894 KB 288/587 KB 549/549 KB 313/404 KB 212/894 KB 288/587 KB 549/549 KB 317/404 KB 212/894 KB 288/587 KB 549/549 KB 321/404 KB 212/894 KB 288/587 KB 549/549 KB 325/404 KB 212/894 KB 288/587 KB 549/549 KB 329/404 KB 212/894 KB 288/587 KB 549/549 KB 333/404 KB 212/894 KB 288/587 KB 549/549 KB 337/404 KB 212/894 KB 288/587 KB 549/549 KB 301/404 KB 216/894 KB 288/587 KB 549/549 KB 337/404 KB 220/894 KB 288/587 KB 549/549 KB 337/404 KB 224/894 KB 288/587 KB 549/549 KB 337/404 KB 228/894 KB 288/587 KB 549/549 KB 337/404 KB 232/894 KB 288/587 KB 337/404 KB 236/894 KB 288/587 KB 337/404 KB 240/894 KB 288/587 KB 337/404 KB 208/894 KB 288/587 KB 549/549 KB 301/404 KB 240/894 KB 292/587 KB 337/404 KB 240/894 KB 296/587 KB 337/404 KB 240/894 KB 300/587 KB 337/404 KB 240/894 KB 304/587 KB 337/404 KB 240/894 KB 308/587 KB 337/404 KB 240/894 KB 312/587 KB 337/404 KB 240/894 KB 316/587 KB 337/404 KB 240/894 KB 320/587 KB 337/404 KB 240/894 KB 324/587 KB 337/404 KB 244/894 KB 328/587 KB 341/404 KB 244/894 KB 332/587 KB 341/404 KB 244/894 KB 336/587 KB 341/404 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 780.4 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 244/894 KB 324/587 KB 341/404 KB 244/894 KB 336/587 KB 345/404 KB 244/894 KB 336/587 KB 349/404 KB 244/894 KB 336/587 KB 353/404 KB 244/894 KB 340/587 KB 357/404 KB 244/894 KB 340/587 KB 361/404 KB 244/894 KB 340/587 KB 365/404 KB 244/894 KB 324/587 KB 337/404 KB 248/894 KB 340/587 KB 365/404 KB 252/894 KB 340/587 KB 365/404 KB 256/894 KB 340/587 KB 365/404 KB 260/894 KB 340/587 KB 365/404 KB 244/894 KB 340/587 KB 353/404 KB 260/894 KB 344/587 KB 365/404 KB 260/894 KB 348/587 KB 365/404 KB 260/894 KB 352/587 KB 365/404 KB 260/894 KB 356/587 KB 365/404 KB 264/894 KB 360/587 KB 369/404 KB 264/894 KB 364/587 KB 369/404 KB 264/894 KB 368/587 KB 369/404 KB 264/894 KB 372/587 KB 369/404 KB 264/894 KB 376/587 KB 369/404 KB 264/894 KB 356/587 KB 369/404 KB 264/894 KB 376/587 KB 373/404 KB 264/894 KB 376/587 KB 377/404 KB 264/894 KB 376/587 KB 381/404 KB 264/894 KB 356/587 KB 365/404 KB 264/894 KB 376/587 KB 381/404 KB 4/79 KB 264/894 KB 376/587 KB 381/404 KB 8/79 KB 264/894 KB 376/587 KB 381/404 KB 12/79 KB 264/894 KB 376/587 KB 381/404 KB 16/79 KB 268/894 KB 376/587 KB 381/404 KB 16/79 KB 272/894 KB 376/587 KB 381/404 KB 16/79 KB 272/894 KB 376/587 KB 381/404 KB 20/79 KB 272/894 KB 376/587 KB 381/404 KB 24/79 KB 272/894 KB 376/587 KB 381/404 KB 28/79 KB 272/894 KB 376/587 KB 381/404 KB 32/79 KB 276/894 KB 376/587 KB 381/404 KB 32/79 KB 280/894 KB 376/587 KB 381/404 KB 32/79 KB 284/894 KB 376/587 KB 381/404 KB 32/79 KB 284/894 KB 376/587 KB 381/404 KB 36/79 KB 284/894 KB 376/587 KB 381/404 KB 40/79 KB 284/894 KB 376/587 KB 381/404 KB 44/79 KB 284/894 KB 376/587 KB 381/404 KB 48/79 KB 288/894 KB 376/587 KB 381/404 KB 48/79 KB 4/1822 KB 288/894 KB 376/587 KB 381/404 KB 48/79 KB 8/1822 KB 288/894 KB 376/587 KB 381/404 KB 48/79 KB 12/1822 KB 288/894 KB 376/587 KB 381/404 KB 48/79 KB 16/1822 KB 288/894 KB 376/587 KB 381/404 KB 48/79 KB 16/1822 KB 288/894 KB 376/587 KB 381/404 KB 52/79 KB 20/1822 KB 288/894 KB 376/587 KB 381/404 KB 56/79 KB 20/1822 KB 288/894 KB 376/587 KB 381/404 KB 60/79 KB 20/1822 KB 288/894 KB 376/587 KB 381/404 KB 64/79 KB 20/1822 KB 288/894 KB 376/587 KB 381/404 KB 52/79 KB 24/1822 KB 288/894 KB 376/587 KB 381/404 KB 64/79 KB 28/1822 KB 288/894 KB 376/587 KB 381/404 KB 64/79 KB 32/1822 KB 288/894 KB 376/587 KB 381/404 KB 64/79 KB 36/1822 KB 288/894 KB 376/587 KB 381/404 KB 64/79 KB 40/1822 KB 288/894 KB 376/587 KB 381/404 KB 64/79 KB 44/1822 KB 288/894 KB 376/587 KB 381/404 KB 64/79 KB 48/1822 KB 288/894 KB 376/587 KB 381/404 KB 64/79 KB 48/1822 KB 288/894 KB 376/587 KB 385/404 KB 64/79 KB 48/1822 KB 288/894 KB 380/587 KB 385/404 KB 64/79 KB 48/1822 KB 288/894 KB 380/587 KB 389/404 KB 64/79 KB 48/1822 KB 288/894 KB 380/587 KB 393/404 KB 64/79 KB 48/1822 KB 292/894 KB 384/587 KB 397/404 KB 64/79 KB 48/1822 KB 292/894 KB 384/587 KB 393/404 KB 64/79 KB 48/1822 KB 292/894 KB 380/587 KB 393/404 KB 64/79 KB 48/1822 KB 296/894 KB 384/587 KB 397/404 KB 64/79 KB 48/1822 KB 300/894 KB 384/587 KB 397/404 KB 64/79 KB 52/1822 KB 304/894 KB 384/587 KB 401/404 KB 64/79 KB 52/1822 KB 308/894 KB 384/587 KB 401/404 KB 64/79 KB 52/1822 KB 312/894 KB 388/587 KB 401/404 KB 68/79 KB 52/1822 KB 316/894 KB 388/587 KB 401/404 KB 68/79 KB 52/1822 KB 320/894 KB 388/587 KB 401/404 KB 68/79 KB 52/1822 KB 300/894 KB 384/587 KB 401/404 KB 64/79 KB 56/1822 KB 320/894 KB 388/587 KB 401/404 KB 68/79 KB 60/1822 KB 320/894 KB 388/587 KB 401/404 KB 68 unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install /79 KB 64/1822 KB 320/894 KB 388/587 KB 401/404 KB 68/79 KB 48/1822 KB 300/894 KB 384/587 KB 401/404 KB 64/79 KB 64/1822 KB 320/894 KB 388/587 KB 404/404 KB 68/79 KB 68/1822 KB 320/894 KB 388/587 KB 404/404 KB 68/79 KB 52/1822 KB 308/894 KB 388/587 KB 401/404 KB 68/79 KB 72/1822 KB 320/894 KB 392/587 KB 404/404 KB 68/79 KB 72/1822 KB 320/894 KB 396/587 KB 404/404 KB 68/79 KB 72/1822 KB 320/894 KB 400/587 KB 404/404 KB 68/79 KB 72/1822 KB 320/894 KB 404/587 KB 404/404 KB 68/79 KB 52/1822 KB 308/894 KB 384/587 KB 401/404 KB 68/79 KB 72/1822 KB 324/894 KB 404/587 KB 404/404 KB 72/79 KB 72/1822 KB 324/894 KB 404/587 KB 404/404 KB 76/79 KB 72/1822 KB 324/894 KB 404/587 KB 404/404 KB 79/79 KB 72/1822 KB 324/894 KB 408/587 KB 404/404 KB 79/79 KB 72/1822 KB 324/894 KB 412/587 KB 404/404 KB 79/79 KB 72/1822 KB 324/894 KB 416/587 KB 404/404 KB 79/79 KB 72/1822 KB 324/894 KB 404/587 KB 404/404 KB 68/79 KB 72/1822 KB 328/894 KB 416/587 KB 404/404 KB 79/79 KB 72/1822 KB 332/894 KB 416/587 KB 404/404 KB 79/79 KB 72/1822 KB 336/894 KB 416/587 KB 404/404 KB 79/79 KB 72/1822 KB 340/894 KB 420/587 KB 404/404 KB 79/79 KB 72/1822 KB 344/894 KB 420/587 KB 404/404 KB 79/79 KB 72/1822 KB 348/894 KB 420/587 KB 404/404 KB 79/79 KB 72/1822 KB 352/894 KB 420/587 KB 404/404 KB 79/79 KB 72/1822 KB 320/894 KB 388/587 KB 404/404 KB 68/79 KB 76/1822 KB 352/894 KB 420/587 KB 404/404 KB 79/79 KB 80/1822 KB 352/894 KB 420/587 KB 404/404 KB 79/79 KB 84/1822 KB 352/894 KB 420/587 KB 404/404 KB 79/79 KB 88/1822 KB 352/894 KB 420/587 KB 404/404 KB 79/79 KB 92/1822 KB 352/894 KB 420/587 KB 404/404 KB 79/79 KB 96/1822 KB 352/894 KB 420/587 KB 404/404 KB 79/79 KB 72/1822 KB 336/894 KB 420/587 KB 404/404 KB 79/79 KB 96/1822 KB 352/894 KB 424/587 KB 404/404 KB 79/79 KB 96/1822 KB 352/894 KB 428/587 KB 79/79 KB 96/1822 KB 352/894 KB 432/587 KB 79/79 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 553.7 KB/sec) unit-abot-epc-basic-0: 10:06:43 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-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 96/1822 KB 352/894 KB 436/587 KB 79/79 KB 100/1822 KB 356/894 KB 440/587 KB 79/79 KB 100/1822 KB 356/894 KB 444/587 KB 79/79 KB 100/1822 KB 356/894 KB 448/587 KB 79/79 KB 100/1822 KB 356/894 KB 436/587 KB 79/79 KB 100/1822 KB 360/894 KB 448/587 KB 100/1822 KB 364/894 KB 448/587 KB 100/1822 KB 368/894 KB 448/587 KB 100/1822 KB 372/894 KB 448/587 KB 100/1822 KB 376/894 KB 452/587 KB 100/1822 KB 380/894 KB 452/587 KB 100/1822 KB 384/894 KB 452/587 KB 100/1822 KB 352/894 KB 436/587 KB 79/79 KB 104/1822 KB 384/894 KB 452/587 KB 108/1822 KB 384/894 KB 452/587 KB 112/1822 KB 384/894 KB 452/587 KB 116/1822 KB 384/894 KB 452/587 KB 120/1822 KB 384/894 KB 452/587 KB 124/1822 KB 384/894 KB 452/587 KB 128/1822 KB 384/894 KB 452/587 KB 100/1822 KB 372/894 KB 452/587 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.6 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 128/1822 KB 384/894 KB 456/587 KB 128/1822 KB 384/894 KB 460/587 KB 128/1822 KB 384/894 KB 464/587 KB 132/1822 KB 384/894 KB 464/587 KB 3/115 KB 132/1822 KB 384/894 KB 464/587 KB 6/115 KB 132/1822 KB 384/894 KB 464/587 KB 9/115 KB 132/1822 KB 388/894 KB 464/587 KB 9/115 KB 132/1822 KB 392/894 KB 468/587 KB 11/115 KB 132/1822 KB 384/894 KB 464/587 KB 136/1822 KB 392/894 KB 468/587 KB 11/115 KB 140/1822 KB 392/894 KB 468/587 KB 11/115 KB 144/1822 KB 392/894 KB 468/587 KB 11/115 KB 132/1822 KB 388/894 KB 468/587 KB 11/115 KB 144/1822 KB 392/894 KB 472/587 KB 11/115 KB 132/1822 KB 388/894 KB 464/587 KB 11/115 KB 148/1822 KB 392/894 KB 472/587 KB 14/115 KB 148/1822 KB 392/894 KB 472/587 KB 16/115 KB 148/1822 KB 392/894 KB 472/587 KB 19/115 KB 148/1822 KB 392/894 KB 472/587 KB 22/115 KB 148/1822 KB 392/894 KB 472/587 KB 25/115 KB 148/1822 KB 392/894 KB 472/587 KB 27/115 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 4/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 8/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 12/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 16/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 20/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 24/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 28/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 32/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 36/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 40/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 44/206 KB 148/1822 KB 392/894 KB 472/587 KB 30/115 KB 48/206 KB 148/1822 KB 392/894 KB 476/587 KB 30/115 KB 48/206 KB 148/1822 KB 392/894 KB 480/587 KB 30/115 KB 52/206 KB 148/1822 KB 396/894 KB 480/587 KB 30/115 KB 52/206 KB 148/1822 KB 400/894 KB 480/587 KB 32/115 KB 52/206 KB 148/1822 KB 404/894 KB 480/587 KB 32/115 KB 52/206 KB 148/1822 KB 408/894 KB 484/587 KB 32/115 KB 52/206 KB 148/1822 KB 412/894 KB 484/587 KB 32/115 KB 52/206 KB 148/1822 KB 416/894 KB 484/587 KB 32/115 KB 52/206 KB 148/1822 KB 392/894 KB 472/587 KB 11/115 KB 152/1822 KB 416/894 KB 484/587 KB 32/115 KB 52/206 KB 156/1822 KB 416/894 KB 484/587 KB 32/115 KB 52/206 KB 160/1822 KB 416/894 KB 484/587 KB 32/115 KB 52/206 KB 164/1822 KB 416/894 KB 484/587 KB 32/115 KB 52/206 KB 168/1822 KB 416/894 KB 484/587 KB 32/115 KB 52/206 KB 172/1822 KB 416/894 KB 484/587 KB 32/115 KB 52/206 KB 176/1822 KB 416/894 KB 484/587 KB 32/115 KB 52/206 KB 148/1822 KB 404/894 KB 484/587 KB 32/115 KB 52/206 KB 176/1822 KB 416/894 KB 488/587 KB 32/115 KB 52/206 KB 176/1822 KB 416/894 KB 492/587 KB 32/115 KB 52/206 KB 176/1822 KB 416/894 KB 496/587 KB 32/115 KB 52/206 KB 148/1822 KB 396/894 KB 480/587 KB 32/115 KB 52/206 KB 176/1822 KB 416/894 KB 496/587 KB 36/115 KB 52/206 KB 176/1822 KB 416/894 KB 496/587 KB 40/115 KB 52/206 KB 176/1822 KB 416/894 KB 496/587 KB 44/115 KB 52/206 KB 176/1822 KB 416/894 KB 496/587 KB 48/115 KB 52/206 KB 148/1822 KB 392/894 KB 476/587 KB 30/115 KB 52/206 KB 176/1822 KB 416/894 KB 496/587 KB 48/115 KB 56/206 KB 176/1822 KB 416/894 KB 496/587 KB 48/115 KB 60/206 KB 176/1822 KB 416/894 KB 496/587 KB 48/115 KB 64/206 KB 176/1822 KB 416/894 KB 496/587 KB 48/115 KB 68/206 KB 176/1822 KB 416/894 KB 500/587 KB 52/115 KB 72/206 KB 176/1822 KB 416/894 KB 500/587 KB 52/115 KB 76/206 KB 176/1822 KB 416/894 KB 500/587 KB 52/115 KB 80/206 KB 176/1822 KB 416/894 KB 500/587 KB 52/115 KB 84/206 KB 180/18 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 22 KB 420/894 KB 500/587 KB 52/115 KB 88/206 KB 180/1822 KB 420/894 KB 500/587 KB 52/115 KB 92/206 KB 180/1822 KB 420/894 KB 500/587 KB 52/115 KB 96/206 KB 176/1822 KB 416/894 KB 500/587 KB 52/115 KB 68/206 KB 180/1822 KB 420/894 KB 500/587 KB 56/115 KB 96/206 KB 176/1822 KB 416/894 KB 500/587 KB 48/115 KB 68/206 KB 180/1822 KB 420/894 KB 504/587 KB 60/115 KB 96/206 KB 180/1822 KB 420/894 KB 508/587 KB 60/115 KB 96/206 KB 180/1822 KB 420/894 KB 512/587 KB 60/115 KB 96/206 KB 180/1822 KB 420/894 KB 516/587 KB 60/115 KB 96/206 KB 180/1822 KB 420/894 KB 500/587 KB 52/115 KB 84/206 KB 180/1822 KB 424/894 KB 520/587 KB 60/115 KB 96/206 KB 180/1822 KB 428/894 KB 520/587 KB 60/115 KB 96/206 KB 180/1822 KB 432/894 KB 520/587 KB 60/115 KB 96/206 KB 180/1822 KB 436/894 KB 520/587 KB 60/115 KB 96/206 KB 180/1822 KB 440/894 KB 520/587 KB 60/115 KB 100/206 KB 180/1822 KB 444/894 KB 520/587 KB 60/115 KB 100/206 KB 180/1822 KB 448/894 KB 520/587 KB 60/115 KB 100/206 KB 180/1822 KB 416/894 KB 500/587 KB 52/115 KB 84/206 KB 184/1822 KB 448/894 KB 520/587 KB 60/115 KB 100/206 KB 188/1822 KB 448/894 KB 520/587 KB 60/115 KB 100/206 KB 192/1822 KB 448/894 KB 520/587 KB 60/115 KB 100/206 KB 196/1822 KB 448/894 KB 520/587 KB 60/115 KB 100/206 KB 200/1822 KB 448/894 KB 520/587 KB 60/115 KB 100/206 KB 204/1822 KB 448/894 KB 520/587 KB 60/115 KB 100/206 KB 208/1822 KB 448/894 KB 520/587 KB 60/115 KB 100/206 KB 212/1822 KB 452/894 KB 520/587 KB 60/115 KB 100/206 KB 216/1822 KB 452/894 KB 520/587 KB 60/115 KB 100/206 KB 220/1822 KB 452/894 KB 520/587 KB 60/115 KB 100/206 KB 224/1822 KB 452/894 KB 520/587 KB 60/115 KB 100/206 KB 180/1822 KB 436/894 KB 520/587 KB 60/115 KB 100/206 KB 224/1822 KB 452/894 KB 520/587 KB 60/115 KB 104/206 KB 224/1822 KB 452/894 KB 520/587 KB 60/115 KB 108/206 KB 224/1822 KB 452/894 KB 520/587 KB 60/115 KB 112/206 KB 180/1822 KB 436/894 KB 520/587 KB 60/115 KB 96/206 KB 224/1822 KB 452/894 KB 524/587 KB 60/115 KB 112/206 KB 224/1822 KB 452/894 KB 528/587 KB 60/115 KB 112/206 KB 224/1822 KB 452/894 KB 532/587 KB 60/115 KB 112/206 KB 224/1822 KB 452/894 KB 536/587 KB 60/115 KB 112/206 KB 180/1822 KB 420/894 KB 508/587 KB 60/115 KB 96/206 KB 224/1822 KB 452/894 KB 536/587 KB 62/115 KB 112/206 KB 224/1822 KB 452/894 KB 536/587 KB 66/115 KB 112/206 KB 224/1822 KB 452/894 KB 536/587 KB 70/115 KB 112/206 KB 224/1822 KB 452/894 KB 536/587 KB 74/115 KB 112/206 KB 224/1822 KB 452/894 KB 536/587 KB 78/115 KB 112/206 KB 224/1822 KB 452/894 KB 536/587 KB 82/115 KB 112/206 KB 224/1822 KB 452/894 KB 536/587 KB 86/115 KB 112/206 KB 224/1822 KB 452/894 KB 540/587 KB 90/115 KB 112/206 KB 224/1822 KB 452/894 KB 540/587 KB 94/115 KB 112/206 KB 224/1822 KB 452/894 KB 540/587 KB 98/115 KB 112/206 KB 224/1822 KB 452/894 KB 540/587 KB 102/115 KB 116/206 KB 224/1822 KB 452/894 KB 540/587 KB 106/115 KB 116/206 KB 224/1822 KB 452/894 KB 540/587 KB 110/115 KB 116/206 KB 224/1822 KB 452/894 KB 540/587 KB 114/115 KB 116/206 KB 228/1822 KB 452/894 KB 540/587 KB 115/115 KB 116/206 KB 208/1822 KB 452/894 KB 520/587 KB 60/115 KB 100/206 KB 228/1822 KB 456/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 460/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 464/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 468/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 472/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 476/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 480 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install /894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 484/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 488/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 492/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 496/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 500/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 504/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 508/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 512/894 KB 540/587 KB 115/115 KB 116/206 KB 228/1822 KB 452/894 KB 540/587 KB 114/115 KB 116/206 KB 224/1822 KB 452/894 KB 540/587 KB 98/115 KB 116/206 KB 228/1822 KB 512/894 KB 540/587 KB 115/115 KB 120/206 KB 228/1822 KB 512/894 KB 540/587 KB 115/115 KB 124/206 KB 228/1822 KB 512/894 KB 540/587 KB 115/115 KB 128/206 KB 224/1822 KB 452/894 KB 540/587 KB 86/115 KB 112/206 KB 228/1822 KB 512/894 KB 544/587 KB 115/115 KB 128/206 KB 232/1822 KB 512/894 KB 544/587 KB 128/206 KB 236/1822 KB 512/894 KB 544/587 KB 128/206 KB 240/1822 KB 512/894 KB 544/587 KB 128/206 KB 244/1822 KB 512/894 KB 544/587 KB 128/206 KB 248/1822 KB 512/894 KB 544/587 KB 128/206 KB 252/1822 KB 512/894 KB 544/587 KB 128/206 KB 256/1822 KB 512/894 KB 544/587 KB 128/206 KB 260/1822 KB 512/894 KB 544/587 KB 128/206 KB 264/1822 KB 512/894 KB 544/587 KB 128/206 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 147.7 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 268/1822 KB 512/894 KB 544/587 KB 128/206 KB 272/1822 KB 512/894 KB 544/587 KB 128/206 KB 276/1822 KB 512/894 KB 544/587 KB 128/206 KB 280/1822 KB 516/894 KB 544/587 KB 128/206 KB 284/1822 KB 516/894 KB 544/587 KB 128/206 KB 288/1822 KB 516/894 KB 544/587 KB 128/206 KB 292/1822 KB 516/894 KB 544/587 KB 128/206 KB 296/1822 KB 516/894 KB 548/587 KB 132/206 KB 300/1822 KB 516/894 KB 548/587 KB 132/206 KB 304/1822 KB 516/894 KB 548/587 KB 132/206 KB 308/1822 KB 516/894 KB 548/587 KB 132/206 KB 276/1822 KB 516/894 KB 544/587 KB 128/206 KB 292/1822 KB 516/894 KB 548/587 KB 132/206 KB 308/1822 KB 516/894 KB 552/587 KB 132/206 KB 308/1822 KB 516/894 KB 556/587 KB 132/206 KB 308/1822 KB 516/894 KB 560/587 KB 132/206 KB 308/1822 KB 516/894 KB 564/587 KB 132/206 KB 308/1822 KB 516/894 KB 568/587 KB 132/206 KB 308/1822 KB 516/894 KB 572/587 KB 132/206 KB 308/1822 KB 516/894 KB 576/587 KB 132/206 KB 308/1822 KB 516/894 KB 580/587 KB 132/206 KB 308/1822 KB 516/894 KB 584/587 KB 132/206 KB 308/1822 KB 516/894 KB 587/587 KB 132/206 KB 292/1822 KB 516/894 KB 544/587 KB 132/206 KB 308/1822 KB 516/894 KB 587/587 KB 136/206 KB 308/1822 KB 516/894 KB 587/587 KB 140/206 KB 308/1822 KB 516/894 KB 587/587 KB 144/206 KB 308/1822 KB 516/894 KB 587/587 KB 148/206 KB 308/1822 KB 516/894 KB 587/587 KB 152/206 KB 308/1822 KB 516/894 KB 587/587 KB 156/206 KB 308/1822 KB 516/894 KB 587/587 KB 160/206 KB 308/1822 KB 516/894 KB 587/587 KB 164/206 KB 308/1822 KB 516/894 KB 587/587 KB 168/206 KB 308/1822 KB 516/894 KB 587/587 KB 172/206 KB 308/1822 KB 516/894 KB 587/587 KB 176/206 KB 308/1822 KB 520/894 KB 587/587 KB 176/206 KB 308/1822 KB 524/894 KB 587/587 KB 176/206 KB 308/1822 KB 528/894 KB 587/587 KB 180/206 KB 308/1822 KB 524/894 KB 587/587 KB 180/206 KB 308/1822 KB 528/894 KB 587/587 KB 184/206 KB 308/1822 KB 528/894 KB 587/587 KB 188/206 KB 308/1822 KB 528/894 KB 587/587 KB 192/206 KB 308/1822 KB 528/894 KB 587/587 KB 196/206 KB 308/1822 KB 532/894 KB 587/587 KB 200/206 KB 308/1822 KB 532/894 KB 587/587 KB 204/206 KB 308/1822 KB 532/894 KB 587/587 KB 206/206 KB 308/1822 KB 532/894 KB 587/587 KB 196/206 KB 308/1822 KB 536/894 KB 587/587 KB 206/206 KB 308/1822 KB 540/894 KB 587/587 KB 206/206 KB 308/1822 KB 544/894 KB 587/587 KB 206/206 KB 308/1822 KB 548/894 KB 587/587 KB 206/206 KB 308/1822 KB 552/894 KB 587/587 KB 206/206 KB 308/1822 KB 556/894 KB 587/587 KB 206/206 KB 308/1822 KB 560/894 KB 587/587 KB 206/206 KB 312/1822 KB 564/894 KB 587/587 KB 206/206 KB 312/1822 KB 560/894 KB 587/587 KB 206/206 KB 316/1822 KB 564/894 KB 587/587 KB 206/206 KB 320/1822 KB 564/894 KB 587/587 KB 206/206 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 744.5 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 320/1822 KB 4/314 KB 564/894 KB 206/206 KB 320/1822 KB 8/314 KB 564/894 KB 206/206 KB 320/1822 KB 12/314 KB 564/894 KB 206/206 KB 320/1822 KB 16/314 KB 564/894 KB 206/206 KB 320/1822 KB 20/314 KB 564/894 KB 206/206 KB 320/1822 KB 24/314 KB 564/894 KB 206/206 KB 320/1822 KB 28/314 KB 564/894 KB 206/206 KB 320/1822 KB 32/314 KB 564/894 KB 206/206 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 260.3 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 320/1822 KB 36/314 KB 564/894 KB 320/1822 KB 40/314 KB 564/894 KB 320/1822 KB 44/314 KB 564/894 KB 320/1822 KB 48/314 KB 568/894 KB 320/1822 KB 44/314 KB 568/894 KB 324/1822 KB 48/314 KB 568/894 KB 324/1822 KB 48/314 KB 572/894 KB 324/1822 KB 48/314 KB 576/894 KB 328/1822 KB 48/314 KB 580/894 KB 328/1822 KB 52/314 KB 584/894 KB 328/1822 KB 52/314 KB 588/894 KB 328/1822 KB 48/314 KB 576/894 KB 4/57 KB 332/1822 KB 52/314 KB 588/894 KB 4/57 KB 328/1822 KB 52/314 KB 588/894 KB 8/57 KB 332/1822 KB 52/314 KB 588/894 KB 12/57 KB 332/1822 KB 52/314 KB 588/894 KB 16/57 KB 332/1822 KB 52/314 KB 588/894 KB 16/57 KB 336/1822 KB 52/314 KB 588/894 KB 16/57 KB 340/1822 KB 52/314 KB 588/894 KB 328/1822 KB 52/314 KB 580/894 KB 20/57 KB 340/1822 KB 56/314 KB 592/894 KB 20/57 KB 340/1822 KB 60/314 KB 592/894 KB 20/57 KB 340/1822 KB 64/314 KB 592/894 KB 20/57 KB 340/1822 KB 52/314 KB 592/894 KB 24/57 KB 340/1822 KB 64/314 KB 592/894 KB 28/57 KB 340/1822 KB 64/314 KB 592/894 KB 32/57 KB 340/1822 KB 64/314 KB 592/894 KB 16/57 KB 340/1822 KB 52/314 KB 592/894 KB 32/57 KB 340/1822 KB 68/314 KB 592/894 KB 36/57 KB 344/1822 KB 72/314 KB 592/894 KB 36/57 KB 344/1822 KB 76/314 KB 592/894 KB 4/263 KB 36/57 KB 344/1822 KB 68/314 KB 592/894 KB 36/57 KB 348/1822 KB 76/314 KB 596/894 KB 4/263 KB 36/57 KB 352/1822 KB 76/314 KB 596/894 KB 4/263 KB 36/57 KB 340/1822 KB 68/314 KB 592/894 KB 40/57 KB 352/1822 KB 76/314 KB 596/894 KB 4/263 KB 44/57 KB 352/1822 KB 76/314 KB 596/894 KB 4/263 KB 48/57 KB 352/1822 KB 76/314 KB 596/894 KB 4/263 KB 48/57 KB 356/1822 KB 76/314 KB 596/894 KB 4/263 KB 52/57 KB 360/1822 KB 80/314 KB 596/894 KB 4/263 KB 52/57 KB 364/1822 KB 80/314 KB 596/894 KB 4/263 KB 52/57 KB 368/1822 KB 80/314 KB 596/894 KB 4/263 KB 36/57 KB 344/1822 KB 76/314 KB 596/894 KB 4/263 KB 52/57 KB 368/1822 KB 80/314 KB 600/894 KB 4/263 KB 52/57 KB 368/1822 KB 80/314 KB 604/894 KB 4/263 KB 52/57 KB 368/1822 KB 80/314 KB 608/894 KB 4/263 KB 52/57 KB 368/1822 KB 80/314 KB 612/894 KB 4/263 KB 52/57 KB 372/1822 KB 80/314 KB 616/894 KB 4/263 KB 52/57 KB 372/1822 KB 80/314 KB 620/894 KB 4/263 KB 36/57 KB 344/1822 KB 72/314 KB 592/894 KB 4/263 KB 52/57 KB 372/1822 KB 80/314 KB 620/894 KB 8/263 KB 52/57 KB 372/1822 KB 80/314 KB 620/894 KB 12/263 KB 52/57 KB 372/1822 KB 80/314 KB 620/894 KB 16/263 KB 52/57 KB 372/1822 KB 80/314 KB 620/894 KB 20/263 KB 52/57 KB 372/1822 KB 80/314 KB 620/894 KB 24/263 KB 52/57 KB 372/1822 KB 80/314 KB 620/894 KB 28/263 KB 52/57 KB 372/1822 KB 80/314 KB 620/894 KB 32/263 KB 52/57 KB 372/1822 KB 80/314 KB 620/894 KB 36/263 KB 52/57 KB 372/1822 KB 80/314 KB 612/894 KB 4/263 KB 52/57 KB 376/1822 KB 80/314 KB 624/894 KB 36/263 KB 52/57 KB 380/1822 KB 80/314 KB 624/894 KB 40/263 KB 52/57 KB 384/1822 KB 80/314 KB 624/894 KB 40/263 KB 52/57 KB 388/1822 KB 80/314 KB 624/894 KB 40/263 KB 52/57 KB 356/1822 KB 80/314 KB 596/894 KB 4/263 KB 52/57 KB 356/1822 KB 76/314 KB 596/894 KB 4/263 KB 56/57 KB 388/1822 KB 80/314 KB 624/894 KB 40/263 KB 57/57 KB 388/1822 KB 84/314 KB 624/894 KB 40/263 KB 52/57 KB 376/1822 KB 80/314 KB 624/894 KB 40/263 KB 57/57 KB 388/1822 KB 84/314 KB 624/894 KB 44/263 KB 57/57 KB 388/1822 KB 84/314 KB 624/894 KB 48/263 KB 57/57 KB 388/1822 KB 84/314 KB 624/894 KB 52/263 KB 57/57 KB 388/1822 KB 84/314 KB 624/894 KB 56/263 KB 57/57 KB 388/1822 KB 84/314 KB 624/894 KB 60/263 KB 52/57 KB 372/1822 KB 80/314 KB unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 624/894 KB 36/263 KB 57/57 KB 392/1822 KB 84/314 KB 628/894 KB 60/263 KB 57/57 KB 392/1822 KB 84/314 KB 632/894 KB 60/263 KB 57/57 KB 392/1822 KB 84/314 KB 636/894 KB 60/263 KB 57/57 KB 392/1822 KB 84/314 KB 640/894 KB 60/263 KB 57/57 KB 392/1822 KB 84/314 KB 624/894 KB 60/263 KB 57/57 KB 396/1822 KB 84/314 KB 640/894 KB 60/263 KB 57/57 KB 400/1822 KB 84/314 KB 640/894 KB 61/263 KB 56/57 KB 388/1822 KB 84/314 KB 624/894 KB 40/263 KB 57/57 KB 400/1822 KB 88/314 KB 640/894 KB 61/263 KB 57/57 KB 400/1822 KB 92/314 KB 640/894 KB 61/263 KB 57/57 KB 400/1822 KB 96/314 KB 640/894 KB 61/263 KB 57/57 KB 400/1822 KB 100/314 KB 640/894 KB 61/263 KB 57/57 KB 400/1822 KB 104/314 KB 640/894 KB 61/263 KB 57/57 KB 400/1822 KB 108/314 KB 640/894 KB 61/263 KB 57/57 KB 400/1822 KB 112/314 KB 640/894 KB 61/263 KB 57/57 KB 400/1822 KB 116/314 KB 640/894 KB 61/263 KB 57/57 KB 404/1822 KB 120/314 KB 640/894 KB 61/263 KB 57/57 KB 404/1822 KB 124/314 KB 640/894 KB 61/263 KB 57/57 KB 404/1822 KB 128/314 KB 644/894 KB 61/263 KB 57/57 KB 396/1822 KB 84/314 KB 640/894 KB 61/263 KB 57/57 KB 404/1822 KB 128/314 KB 644/894 KB 65/263 KB 404/1822 KB 128/314 KB 644/894 KB 69/263 KB 404/1822 KB 128/314 KB 644/894 KB 73/263 KB 404/1822 KB 128/314 KB 644/894 KB 77/263 KB 57/57 KB 404/1822 KB 124/314 KB 644/894 KB 61/263 KB 404/1822 KB 128/314 KB 648/894 KB 77/263 KB 404/1822 KB 128/314 KB 652/894 KB 77/263 KB 404/1822 KB 128/314 KB 656/894 KB 77/263 KB 57/57 KB 404/1822 KB 116/314 KB 640/894 KB 61/263 KB 408/1822 KB 128/314 KB 656/894 KB 77/263 KB 412/1822 KB 128/314 KB 656/894 KB 77/263 KB 416/1822 KB 128/314 KB 656/894 KB 77/263 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 69.6 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 416/1822 KB 132/314 KB 656/894 KB 81/263 KB 420/1822 KB 132/314 KB 660/894 KB 85/263 KB 420/1822 KB 132/314 KB 660/894 KB 89/263 KB 420/1822 KB 132/314 KB 660/894 KB 93/263 KB 416/1822 KB 132/314 KB 656/894 KB 77/263 KB 420/1822 KB 136/314 KB 660/894 KB 93/263 KB 420/1822 KB 140/314 KB 660/894 KB 93/263 KB 420/1822 KB 144/314 KB 660/894 KB 93/263 KB 420/1822 KB 132/314 KB 660/894 KB 81/263 KB 424/1822 KB 144/314 KB 660/894 KB 93/263 KB 416/1822 KB 132/314 KB 660/894 KB 81/263 KB 424/1822 KB 148/314 KB 664/894 KB 93/263 KB 424/1822 KB 148/314 KB 668/894 KB 93/263 KB 424/1822 KB 148/314 KB 672/894 KB 93/263 KB 424/1822 KB 148/314 KB 676/894 KB 93/263 KB 428/1822 KB 148/314 KB 680/894 KB 97/263 KB 428/1822 KB 148/314 KB 684/894 KB 97/263 KB 428/1822 KB 148/314 KB 688/894 KB 97/263 KB 424/1822 KB 148/314 KB 660/894 KB 93/263 KB 428/1822 KB 152/314 KB 688/894 KB 97/263 KB 428/1822 KB 156/314 KB 688/894 KB 97/263 KB 428/1822 KB 160/314 KB 688/894 KB 97/263 KB 428/1822 KB 164/314 KB 688/894 KB 97/263 KB 428/1822 KB 168/314 KB 692/894 KB 97/263 KB 428/1822 KB 172/314 KB 692/894 KB 97/263 KB 428/1822 KB 176/314 KB 692/894 KB 97/263 KB 428/1822 KB 148/314 KB 676/894 KB 97/263 KB 428/1822 KB 176/314 KB 692/894 KB 101/263 KB 428/1822 KB 148/314 KB 676/894 KB 93/263 KB 432/1822 KB 176/314 KB 692/894 KB 101/263 KB 436/1822 KB 176/314 KB 692/894 KB 101/263 KB 440/1822 KB 176/314 KB 692/894 KB 101/263 KB 444/1822 KB 176/314 KB 692/894 KB 101/263 KB 448/1822 KB 176/314 KB 692/894 KB 101/263 KB 452/1822 KB 176/314 KB 692/894 KB 105/263 KB 456/1822 KB 176/314 KB 692/894 KB 105/263 KB 428/1822 KB 164/314 KB 692/894 KB 97/263 KB 456/1822 KB 176/314 KB 696/894 KB 105/263 KB 456/1822 KB 176/314 KB 700/894 KB 105/263 KB 448/1822 KB 176/314 KB 692/894 KB 105/263 KB 456/1822 KB 176/314 KB 700/894 KB 109/263 KB 460/1822 KB 180/314 KB 704/894 KB 4/99 KB 113/263 KB 460/1822 KB 180/314 KB 704/894 KB 4/99 KB 117/263 KB 460/1822 KB 180/314 KB 704/894 KB 4/99 KB 121/263 KB 460/1822 KB 180/314 KB 704/894 KB 4/99 KB 125/263 KB 456/1822 KB 176/314 KB 700/894 KB 4/99 KB 109/263 KB 460/1822 KB 180/314 KB 704/894 KB 8/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 12/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 16/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 20/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 24/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 28/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 32/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 36/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 40/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 44/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 48/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 52/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 56/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 60/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 64/99 KB 125/263 KB 460/1822 KB 180/314 KB 704/894 KB 4/99 KB 109/263 KB 464/1822 KB 180/314 KB 704/894 KB 64/99 KB 125/263 KB 456/1822 KB 180/314 KB 704/894 KB 4/99 KB 109/263 KB 464/1822 KB 184/314 KB 704/894 KB 64/99 KB 125/263 KB 464/1822 KB 188/314 KB 704/894 KB 64/99 KB 125/263 KB 464/1822 KB 192/314 KB 704/894 KB 64/99 KB 125/263 KB 464/1822 KB 196/314 KB 704/894 KB 64/99 KB 125/263 KB 468/1822 KB 200/314 KB 704/894 KB 68/99 KB 129/263 KB 456/1822 KB 176/314 KB 704/894 KB 4/99 KB 109/263 KB 468/1822 KB 204/314 KB 708/894 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install KB 68/99 KB 129/263 KB 468/1822 KB 204/314 KB 712/894 KB 68/99 KB 129/263 KB 468/1822 KB 204/314 KB 716/894 KB 68/99 KB 129/263 KB 468/1822 KB 204/314 KB 720/894 KB 68/99 KB 129/263 KB 468/1822 KB 196/314 KB 704/894 KB 68/99 KB 129/263 KB 468/1822 KB 196/314 KB 704/894 KB 64/99 KB 129/263 KB 472/1822 KB 204/314 KB 720/894 KB 68/99 KB 129/263 KB 476/1822 KB 204/314 KB 720/894 KB 72/99 KB 129/263 KB 480/1822 KB 204/314 KB 720/894 KB 72/99 KB 129/263 KB 484/1822 KB 204/314 KB 720/894 KB 72/99 KB 129/263 KB 488/1822 KB 204/314 KB 724/894 KB 72/99 KB 129/263 KB 492/1822 KB 204/314 KB 724/894 KB 72/99 KB 129/263 KB 496/1822 KB 204/314 KB 724/894 KB 72/99 KB 129/263 KB 464/1822 KB 196/314 KB 704/894 KB 64/99 KB 129/263 KB 496/1822 KB 204/314 KB 724/894 KB 72/99 KB 133/263 KB 496/1822 KB 204/314 KB 724/894 KB 72/99 KB 137/263 KB 496/1822 KB 204/314 KB 724/894 KB 72/99 KB 141/263 KB 496/1822 KB 204/314 KB 724/894 KB 72/99 KB 145/263 KB 496/1822 KB 204/314 KB 724/894 KB 72/99 KB 149/263 KB 496/1822 KB 204/314 KB 724/894 KB 72/99 KB 153/263 KB 496/1822 KB 204/314 KB 724/894 KB 72/99 KB 157/263 KB 468/1822 KB 204/314 KB 704/894 KB 68/99 KB 129/263 KB 496/1822 KB 208/314 KB 724/894 KB 72/99 KB 157/263 KB 496/1822 KB 212/314 KB 724/894 KB 72/99 KB 157/263 KB 496/1822 KB 216/314 KB 724/894 KB 72/99 KB 157/263 KB 496/1822 KB 220/314 KB 724/894 KB 72/99 KB 157/263 KB 496/1822 KB 224/314 KB 724/894 KB 72/99 KB 161/263 KB 484/1822 KB 204/314 KB 724/894 KB 72/99 KB 129/263 KB 496/1822 KB 224/314 KB 728/894 KB 72/99 KB 161/263 KB 496/1822 KB 224/314 KB 732/894 KB 72/99 KB 161/263 KB 496/1822 KB 224/314 KB 736/894 KB 72/99 KB 161/263 KB 496/1822 KB 224/314 KB 740/894 KB 72/99 KB 161/263 KB 496/1822 KB 224/314 KB 744/894 KB 72/99 KB 161/263 KB 496/1822 KB 224/314 KB 748/894 KB 72/99 KB 161/263 KB 500/1822 KB 228/314 KB 752/894 KB 72/99 KB 161/263 KB 472/1822 KB 204/314 KB 720/894 KB 72/99 KB 129/263 KB 500/1822 KB 228/314 KB 752/894 KB 76/99 KB 161/263 KB 500/1822 KB 228/314 KB 752/894 KB 80/99 KB 161/263 KB 500/1822 KB 228/314 KB 752/894 KB 84/99 KB 161/263 KB 500/1822 KB 228/314 KB 752/894 KB 88/99 KB 161/263 KB 500/1822 KB 228/314 KB 752/894 KB 92/99 KB 161/263 KB 500/1822 KB 228/314 KB 752/894 KB 96/99 KB 161/263 KB 500/1822 KB 228/314 KB 752/894 KB 99/99 KB 161/263 KB 500/1822 KB 228/314 KB 748/894 KB 72/99 KB 161/263 KB 504/1822 KB 228/314 KB 752/894 KB 99/99 KB 161/263 KB 508/1822 KB 228/314 KB 752/894 KB 99/99 KB 161/263 KB 512/1822 KB 228/314 KB 756/894 KB 99/99 KB 161/263 KB 516/1822 KB 228/314 KB 756/894 KB 99/99 KB 161/263 KB 520/1822 KB 228/314 KB 756/894 KB 99/99 KB 161/263 KB 524/1822 KB 228/314 KB 756/894 KB 99/99 KB 161/263 KB 528/1822 KB 228/314 KB 756/894 KB 99/99 KB 161/263 KB 496/1822 KB 228/314 KB 748/894 KB 72/99 KB 161/263 KB 528/1822 KB 232/314 KB 756/894 KB 99/99 KB 161/263 KB 528/1822 KB 236/314 KB 756/894 KB 99/99 KB 161/263 KB 528/1822 KB 240/314 KB 756/894 KB 99/99 KB 161/263 KB 528/1822 KB 244/314 KB 756/894 KB 99/99 KB 161/263 KB 528/1822 KB 248/314 KB 756/894 KB 99/99 KB 161/263 KB 528/1822 KB 252/314 KB 756/894 KB 99/99 KB 161/263 KB 528/1822 KB 256/314 KB 756/894 KB 99/99 KB 161/263 KB 528/1822 KB 260/314 KB 756/894 KB 99/99 KB 161/263 KB 496/1822 KB 220/314 KB 724/894 KB 72/99 KB 161/263 KB 532/1822 KB 260/314 KB 756/894 KB 165/263 KB 532/1822 KB 260/314 KB 756/894 KB 169/263 KB 532/1822 KB 260/314 KB 756/894 KB 173/263 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install KB 532/1822 KB 260/314 KB 756/894 KB 177/263 KB 532/1822 KB 260/314 KB 756/894 KB 181/263 KB 532/1822 KB 260/314 KB 756/894 KB 185/263 KB 532/1822 KB 260/314 KB 756/894 KB 189/263 KB 532/1822 KB 260/314 KB 756/894 KB 193/263 KB 532/1822 KB 260/314 KB 756/894 KB 197/263 KB 532/1822 KB 260/314 KB 756/894 KB 201/263 KB 532/1822 KB 260/314 KB 756/894 KB 205/263 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 116.4 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 532/1822 KB 260/314 KB 756/894 KB 99/99 KB 161/263 KB 536/1822 KB 260/314 KB 756/894 KB 205/263 KB 540/1822 KB 260/314 KB 756/894 KB 205/263 KB 544/1822 KB 264/314 KB 756/894 KB 205/263 KB 548/1822 KB 264/314 KB 756/894 KB 205/263 KB 508/1822 KB 228/314 KB 756/894 KB 99/99 KB 161/263 KB 548/1822 KB 264/314 KB 760/894 KB 209/263 KB 548/1822 KB 264/314 KB 764/894 KB 209/263 KB 548/1822 KB 264/314 KB 768/894 KB 209/263 KB 548/1822 KB 264/314 KB 772/894 KB 209/263 KB 548/1822 KB 264/314 KB 776/894 KB 209/263 KB 548/1822 KB 264/314 KB 780/894 KB 209/263 KB 548/1822 KB 264/314 KB 784/894 KB 209/263 KB 548/1822 KB 264/314 KB 788/894 KB 209/263 KB 548/1822 KB 264/314 KB 792/894 KB 209/263 KB 548/1822 KB 264/314 KB 796/894 KB 209/263 KB 548/1822 KB 264/314 KB 800/894 KB 209/263 KB 548/1822 KB 264/314 KB 756/894 KB 209/263 KB 548/1822 KB 264/314 KB 800/894 KB 213/263 KB 548/1822 KB 264/314 KB 800/894 KB 217/263 KB 552/1822 KB 264/314 KB 800/894 KB 221/263 KB 552/1822 KB 264/314 KB 800/894 KB 225/263 KB 552/1822 KB 264/314 KB 804/894 KB 229/263 KB 552/1822 KB 264/314 KB 804/894 KB 233/263 KB 552/1822 KB 264/314 KB 804/894 KB 237/263 KB 540/1822 KB 264/314 KB 756/894 KB 205/263 KB 552/1822 KB 268/314 KB 804/894 KB 237/263 KB 552/1822 KB 272/314 KB 804/894 KB 237/263 KB 552/1822 KB 276/314 KB 804/894 KB 237/263 KB 552/1822 KB 280/314 KB 804/894 KB 237/263 KB 552/1822 KB 284/314 KB 804/894 KB 237/263 KB 552/1822 KB 288/314 KB 804/894 KB 237/263 KB 552/1822 KB 292/314 KB 804/894 KB 237/263 KB 552/1822 KB 296/314 KB 804/894 KB 237/263 KB 552/1822 KB 300/314 KB 804/894 KB 237/263 KB 552/1822 KB 304/314 KB 804/894 KB 237/263 KB 552/1822 KB 264/314 KB 804/894 KB 225/263 KB 4/276 KB 552/1822 KB 304/314 KB 808/894 KB 237/263 KB 8/276 KB 552/1822 KB 304/314 KB 808/894 KB 237/263 KB 12/276 KB 552/1822 KB 304/314 KB 808/894 KB 237/263 KB 16/276 KB 552/1822 KB 304/314 KB 808/894 KB 237/263 KB 552/1822 KB 264/314 KB 800/894 KB 217/263 KB 16/276 KB 556/1822 KB 304/314 KB 808/894 KB 237/263 KB 16/276 KB 560/1822 KB 304/314 KB 808/894 KB 237/263 KB 16/276 KB 564/1822 KB 304/314 KB 808/894 KB 237/263 KB 20/276 KB 568/1822 KB 304/314 KB 808/894 KB 237/263 KB 20/276 KB 572/1822 KB 304/314 KB 808/894 KB 237/263 KB 20/276 KB 576/1822 KB 304/314 KB 808/894 KB 237/263 KB 552/1822 KB 304/314 KB 808/894 KB 237/263 KB 20/276 KB 576/1822 KB 304/314 KB 812/894 KB 237/263 KB 20/276 KB 576/1822 KB 304/314 KB 816/894 KB 237/263 KB 20/276 KB 564/1822 KB 304/314 KB 808/894 KB 237/263 KB 24/276 KB 576/1822 KB 304/314 KB 816/894 KB 237/263 KB 28/276 KB 576/1822 KB 304/314 KB 816/894 KB 237/263 KB 32/276 KB 576/1822 KB 304/314 KB 816/894 KB 237/263 KB 32/276 KB 576/1822 KB 304/314 KB 820/894 KB 237/263 KB 36/276 KB 576/1822 KB 308/314 KB 824/894 KB 241/263 KB 36/276 KB 576/1822 KB 308/314 KB 828/894 KB 241/263 KB 36/276 KB 576/1822 KB 308/314 KB 832/894 KB 241/263 KB 36/276 KB 580/1822 KB 308/314 KB 836/894 KB 241/263 KB 36/276 KB 580/1822 KB 308/314 KB 840/894 KB 241/263 KB 36/276 KB 580/1822 KB 308/314 KB 844/894 KB 241/263 KB 36/276 KB 580/1822 KB 308/314 KB 848/894 KB 241/263 KB 36/276 KB 580/1822 KB 308/314 KB 852/894 KB 241/263 KB 36/276 KB 576/1822 KB 308/314 KB 820/894 KB 241/263 KB 36/276 KB 580/1822 KB 308/314 KB 852/894 KB 245/263 KB 36/276 KB 580/1822 KB 308/314 KB 852/894 KB 249/263 KB 36/276 KB 580/1822 KB 308/314 KB 852/894 KB 253/263 KB 36/276 KB 576/1822 KB 308/314 KB 820/8 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 94 KB 237/263 KB 36/276 KB 580/1822 KB 312/314 KB 852/894 KB 253/263 KB 36/276 KB 580/1822 KB 314/314 KB 852/894 KB 253/263 KB 36/276 KB 576/1822 KB 304/314 KB 820/894 KB 237/263 KB 40/276 KB 580/1822 KB 314/314 KB 852/894 KB 253/263 KB 44/276 KB 580/1822 KB 314/314 KB 852/894 KB 253/263 KB 48/276 KB 580/1822 KB 314/314 KB 852/894 KB 253/263 KB 52/276 KB 580/1822 KB 314/314 KB 852/894 KB 253/263 KB 56/276 KB 580/1822 KB 314/314 KB 852/894 KB 257/263 KB 60/276 KB 580/1822 KB 314/314 KB 852/894 KB 257/263 KB 64/276 KB 580/1822 KB 314/314 KB 852/894 KB 257/263 KB 36/276 KB 580/1822 KB 308/314 KB 832/894 KB 241/263 KB 64/276 KB 584/1822 KB 314/314 KB 852/894 KB 257/263 KB 64/276 KB 588/1822 KB 314/314 KB 852/894 KB 257/263 KB 64/276 KB 592/1822 KB 314/314 KB 852/894 KB 257/263 KB 52/276 KB 580/1822 KB 314/314 KB 852/894 KB 257/263 KB 64/276 KB 592/1822 KB 314/314 KB 852/894 KB 261/263 KB 64/276 KB 592/1822 KB 314/314 KB 852/894 KB 263/263 KB 64/276 KB 596/1822 KB 314/314 KB 852/894 KB 263/263 KB 64/276 KB 600/1822 KB 314/314 KB 852/894 KB 263/263 KB 64/276 KB 604/1822 KB 314/314 KB 852/894 KB 263/263 KB 64/276 KB 608/1822 KB 314/314 KB 852/894 KB 263/263 KB 68/276 KB 612/1822 KB 314/314 KB 852/894 KB 263/263 KB 68/276 KB 608/1822 KB 314/314 KB 852/894 KB 263/263 KB 72/276 KB 612/1822 KB 314/314 KB 856/894 KB 263/263 KB 76/276 KB 612/1822 KB 314/314 KB 856/894 KB 263/263 KB 80/276 KB 612/1822 KB 314/314 KB 856/894 KB 263/263 KB 84/276 KB 612/1822 KB 314/314 KB 856/894 KB 263/263 KB 68/276 KB 612/1822 KB 314/314 KB 856/894 KB 263/263 KB 84/276 KB 616/1822 KB 314/314 KB 860/894 KB 263/263 KB 84/276 KB 616/1822 KB 314/314 KB 864/894 KB 263/263 KB 84/276 KB 616/1822 KB 314/314 KB 868/894 KB 263/263 KB 84/276 KB 616/1822 KB 314/314 KB 872/894 KB 263/263 KB 84/276 KB 616/1822 KB 314/314 KB 876/894 KB 263/263 KB 88/276 KB 616/1822 KB 314/314 KB 880/894 KB 263/263 KB 84/276 KB 616/1822 KB 314/314 KB 856/894 KB 263/263 KB 88/276 KB 620/1822 KB 314/314 KB 880/894 KB 263/263 KB 88/276 KB 624/1822 KB 314/314 KB 880/894 KB 263/263 KB 88/276 KB 628/1822 KB 314/314 KB 880/894 KB 263/263 KB 88/276 KB 632/1822 KB 884/894 KB 263/263 KB 88/276 KB 616/1822 KB 314/314 KB 876/894 KB 263/263 KB 92/276 KB 636/1822 KB 884/894 KB 263/263 KB 96/276 KB 636/1822 KB 884/894 KB 263/263 KB 100/276 KB 636/1822 KB 884/894 KB 263/263 KB 104/276 KB 636/1822 KB 884/894 KB 263/263 KB 88/276 KB 628/1822 KB 884/894 KB 263/263 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 359.1 KB/sec) unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 300.6 KB/sec) unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 88/276 KB 636/1822 KB 884/894 KB 263/263 KB 108/276 KB 640/1822 KB 888/894 KB 108/276 KB 644/1822 KB 888/894 KB 108/276 KB 648/1822 KB 888/894 KB 108/276 KB 652/1822 KB 888/894 KB 108/276 KB 656/1822 KB 888/894 KB 108/276 KB 660/1822 KB 888/894 KB 108/276 KB 664/1822 KB 888/894 KB 108/276 KB 668/1822 KB 888/894 KB 108/276 KB 672/1822 KB 888/894 KB 108/276 KB 636/1822 KB 888/894 KB 112/276 KB 672/1822 KB 888/894 KB 116/276 KB 672/1822 KB 888/894 KB 120/276 KB 672/1822 KB 888/894 KB 124/276 KB 672/1822 KB 888/894 KB 128/276 KB 672/1822 KB 888/894 KB 132/276 KB 672/1822 KB 888/894 KB 108/276 KB 636/1822 KB 888/894 KB 132/276 KB 672/1822 KB 892/894 KB 132/276 KB 672/1822 KB 894/894 KB 136/276 KB 672/1822 KB 894/894 KB 140/276 KB 672/1822 KB 894/894 KB 144/276 KB 672/1822 KB 894/894 KB 148/276 KB 672/1822 KB 894/894 KB 152/276 KB 676/1822 KB 894/894 KB 156/276 KB 676/1822 KB 894/894 KB 160/276 KB 676/1822 KB 894/894 KB 148/276 KB 676/1822 KB 894/894 KB 160/276 KB 680/1822 KB 894/894 KB 160/276 KB 684/1822 KB 894/894 KB 160/276 KB 688/1822 KB 894/894 KB 160/276 KB 688/1822 KB 894/894 KB 4/54 KB 160/276 KB 688/1822 KB 894/894 KB 4/748 KB 8/54 KB 160/276 KB 688/1822 KB 894/894 KB 4/748 KB 4/54 KB 160/276 KB 688/1822 KB 894/894 KB 8/748 KB 12/54 KB 160/276 KB 688/1822 KB 894/894 KB 12/748 KB 12/54 KB 160/276 KB 688/1822 KB 894/894 KB 8/748 KB 12/54 KB 160/276 KB 688/1822 KB 894/894 KB 12/748 KB 16/54 KB 160/276 KB 688/1822 KB 894/894 KB 12/748 KB 20/54 KB 160/276 KB 688/1822 KB 894/894 KB 16/748 KB 24/54 KB 160/276 KB 688/1822 KB 894/894 KB 16/748 KB 28/54 KB 160/276 KB 688/1822 KB 894/894 KB 16/748 KB 32/54 KB 160/276 KB 688/1822 KB 894/894 KB 16/748 KB 20/54 KB 160/276 KB 688/1822 KB 894/894 KB 20/748 KB 32/54 KB 160/276 KB 688/1822 KB 894/894 KB 24/748 KB 32/54 KB 160/276 KB 688/1822 KB 894/894 KB 28/748 KB 32/54 KB 160/276 KB 688/1822 KB 894/894 KB 32/748 KB 36/54 KB 160/276 KB 688/1822 KB 894/894 KB 36/748 KB 36/54 KB 160/276 KB 688/1822 KB 40/748 KB 36/54 KB 160/276 KB 688/1822 KB 894/894 KB 28/748 KB 36/54 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 1004.7 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 160/276 KB 688/1822 KB 40/748 KB 40/54 KB 160/276 KB 688/1822 KB 40/748 KB 44/54 KB 160/276 KB 688/1822 KB 40/748 KB 48/54 KB 160/276 KB 688/1822 KB 44/748 KB 52/54 KB 160/276 KB 688/1822 KB 44/748 KB 54/54 KB 160/276 KB 688/1822 KB 44/748 KB 48/54 KB 160/276 KB 688/1822 KB 48/748 KB 54/54 KB 160/276 KB 688/1822 KB 52/748 KB 54/54 KB 160/276 KB 688/1822 KB 56/748 KB 54/54 KB 160/276 KB 688/1822 KB 60/748 KB 54/54 KB 160/276 KB 688/1822 KB 64/748 KB 54/54 KB 160/276 KB 688/1822 KB 68/748 KB 54/54 KB 164/276 KB 692/1822 KB 72/748 KB 54/54 KB 164/276 KB 692/1822 KB 76/748 KB 54/54 KB 164/276 KB 692/1822 KB 80/748 KB 54/54 KB 164/276 KB 692/1822 KB 68/748 KB 54/54 KB 164/276 KB 696/1822 KB 80/748 KB 54/54 KB 164/276 KB 700/1822 KB 80/748 KB 54/54 KB 164/276 KB 704/1822 KB 80/748 KB 54/54 KB 164/276 KB 688/1822 KB 68/748 KB 54/54 KB 168/276 KB 704/1822 KB 80/748 KB 54/54 KB 172/276 KB 708/1822 KB 80/748 KB 54/54 KB 176/276 KB 708/1822 KB 80/748 KB 54/54 KB 180/276 KB 708/1822 KB 80/748 KB 54/54 KB 184/276 KB 708/1822 KB 84/748 KB 4/223 KB 54/54 KB 188/276 KB 708/1822 KB 84/748 KB 4/223 KB 54/54 KB 192/276 KB 708/1822 KB 84/748 KB 4/223 KB 196/276 KB 708/1822 KB 84/748 KB 4/223 KB 200/276 KB 708/1822 KB 84/748 KB 4/223 KB 204/276 KB 708/1822 KB 84/748 KB 4/223 KB 208/276 KB 708/1822 KB 84/748 KB 4/223 KB 168/276 KB 708/1822 KB 80/748 KB 54/54 KB 208/276 KB 712/1822 KB 84/748 KB 4/223 KB 208/276 KB 716/1822 KB 84/748 KB 4/223 KB 208/276 KB 720/1822 KB 84/748 KB 4/223 KB 208/276 KB 724/1822 KB 84/748 KB 4/223 KB 208/276 KB 728/1822 KB 84/748 KB 4/223 KB 208/276 KB 732/1822 KB 84/748 KB 4/223 KB 208/276 KB 736/1822 KB 84/748 KB 4/223 KB 208/276 KB 740/1822 KB 84/748 KB 4/223 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 59.6 KB/sec) unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 180/276 KB 708/1822 KB 84/748 KB 4/223 KB 54/54 KB 212/276 KB 740/1822 KB 84/748 KB 8/223 KB 212/276 KB 740/1822 KB 84/748 KB 12/223 KB 212/276 KB 740/1822 KB 84/748 KB 16/223 KB 212/276 KB 740/1822 KB 84/748 KB 20/223 KB 212/276 KB 740/1822 KB 84/748 KB 24/223 KB 212/276 KB 740/1822 KB 84/748 KB 28/223 KB 212/276 KB 740/1822 KB 84/748 KB 32/223 KB 212/276 KB 740/1822 KB 84/748 KB 36/223 KB 212/276 KB 740/1822 KB 84/748 KB 40/223 KB 212/276 KB 740/1822 KB 84/748 KB 44/223 KB 212/276 KB 740/1822 KB 84/748 KB 48/223 KB 180/276 KB 708/1822 KB 84/748 KB 54/54 KB 212/276 KB 740/1822 KB 88/748 KB 48/223 KB 212/276 KB 740/1822 KB 92/748 KB 48/223 KB 212/276 KB 740/1822 KB 96/748 KB 48/223 KB 212/276 KB 740/1822 KB 100/748 KB 48/223 KB 212/276 KB 740/1822 KB 104/748 KB 52/223 KB 212/276 KB 740/1822 KB 108/748 KB 52/223 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:06:43 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: 10:06:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 212/276 KB 740/1822 KB 112/748 KB 52/223 KB 212/276 KB 740/1822 KB 116/748 KB 52/223 KB 212/276 KB 744/1822 KB 120/748 KB 52/223 KB 212/276 KB 744/1822 KB 124/748 KB 52/223 KB 212/276 KB 744/1822 KB 128/748 KB 52/223 KB 212/276 KB 740/1822 KB 84/748 KB 4/223 KB 216/276 KB 744/1822 KB 128/748 KB 52/223 KB 220/276 KB 744/1822 KB 128/748 KB 52/223 KB 224/276 KB 744/1822 KB 128/748 KB 52/223 KB 212/276 KB 744/1822 KB 116/748 KB 52/223 KB 224/276 KB 748/1822 KB 128/748 KB 52/223 KB 224/276 KB 752/1822 KB 128/748 KB 52/223 KB 212/276 KB 740/1822 KB 100/748 KB 52/223 KB 224/276 KB 752/1822 KB 128/748 KB 56/223 KB 224/276 KB 752/1822 KB 128/748 KB 60/223 KB 224/276 KB 752/1822 KB 128/748 KB 64/223 KB 224/276 KB 752/1822 KB 128/748 KB 68/223 KB 224/276 KB 752/1822 KB 128/748 KB 72/223 KB 224/276 KB 752/1822 KB 128/748 KB 76/223 KB 224/276 KB 752/1822 KB 132/748 KB 80/223 KB 224/276 KB 752/1822 KB 132/748 KB 84/223 KB 228/276 KB 756/1822 KB 132/748 KB 88/223 KB 228/276 KB 756/1822 KB 132/748 KB 92/223 KB 228/276 KB 756/1822 KB 132/748 KB 96/223 KB 224/276 KB 752/1822 KB 132/748 KB 76/223 KB 228/276 KB 756/1822 KB 132/748 KB 84/223 KB 232/276 KB 756/1822 KB 136/748 KB 96/223 KB 236/276 KB 756/1822 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 3/27 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 3/27 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 5/27 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 8/27 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 11/27 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 14/27 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 16/27 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 19/27 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 21/27 KB 136/748 KB 96/223 KB 240/276 KB 756/1822 KB 24/27 KB 136/748 KB 96/223 KB 224/276 KB 756/1822 KB 132/748 KB 84/223 KB 240/276 KB 760/1822 KB 24/27 KB 136/748 KB 96/223 KB 240/276 KB 764/1822 KB 27/27 KB 136/748 KB 96/223 KB 240/276 KB 768/1822 KB 27/27 KB 136/748 KB 96/223 KB 240/276 KB 772/1822 KB 27/27 KB 136/748 KB 96/223 KB 244/276 KB 776/1822 KB 27/27 KB 136/748 KB 96/223 KB 244/276 KB 780/1822 KB 27/27 KB 136/748 KB 96/223 KB 244/276 KB 784/1822 KB 27/27 KB 136/748 KB 96/223 KB 244/276 KB 788/1822 KB 27/27 KB 136/748 KB 96/223 KB 244/276 KB 792/1822 KB 27/27 KB 136/748 KB 100/223 KB 244/276 KB 796/1822 KB 27/27 KB 136/748 KB 100/223 KB 244/276 KB 800/1822 KB 27/27 KB 136/748 KB 100/223 KB 228/276 KB 756/1822 KB 136/748 KB 96/223 KB 244/276 KB 800/1822 KB 27/27 KB 140/748 KB 100/223 KB 244/276 KB 800/1822 KB 27/27 KB 144/748 KB 100/223 KB 244/276 KB 800/1822 KB 27/27 KB 148/748 KB 100/223 KB 244/276 KB 800/1822 KB 27/27 KB 152/748 KB 100/223 KB 244/276 KB 800/1822 KB 27/27 KB 156/748 KB 100/223 KB 244/276 KB 800/1822 KB 27/27 KB 160/748 KB 100/223 KB 244/276 KB 800/1822 KB 27/27 KB 164/748 KB 100/223 KB 244/276 KB 800/1822 KB 27/27 KB 168/748 KB 100/223 KB 244/276 KB 804/1822 KB 27/27 KB 172/748 KB 100/223 KB 244/276 KB 804/1822 KB 27/27 KB 176/748 KB 100/223 KB 244/276 KB 804/1822 KB 27/27 KB 180/748 KB 100/223 KB 244/276 KB 804/1822 KB 27/27 KB 184/748 KB 100/223 KB 244/276 KB 804/1822 KB 27/27 KB 188/748 KB 100/223 KB 244/276 KB 804/1822 KB 27/27 KB 192/748 KB 100/223 KB 244/276 KB 788/1822 KB 27/27 KB 136/748 KB 100/223 KB 244/276 KB 804/1822 KB 27/27 KB 192/748 KB 104/223 KB 244/276 KB 804/1822 KB 27/27 KB 192/748 KB 108/223 KB 244/276 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install KB 804/1822 KB 27/27 KB 192/748 KB 112/223 KB 244/276 KB 804/1822 KB 27/27 KB 192/748 KB 116/223 KB 244/276 KB 804/1822 KB 27/27 KB 192/748 KB 120/223 KB 244/276 KB 804/1822 KB 27/27 KB 192/748 KB 124/223 KB 244/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 244/276 KB 772/1822 KB 27/27 KB 136/748 KB 96/223 KB 248/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 252/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 256/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 260/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 240/276 KB 760/1822 KB 27/27 KB 136/748 KB 96/223 KB 260/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 264/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 268/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 272/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 276/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 276/276 KB 804/1822 KB 27/27 KB 192/748 KB 128/223 KB 244/276 KB 804/1822 KB 27/27 KB 168/748 KB 100/223 KB 276/276 KB 808/1822 KB 27/27 KB 192/748 KB 132/223 KB 276/276 KB 812/1822 KB 27/27 KB 192/748 KB 132/223 KB 276/276 KB 816/1822 KB 27/27 KB 192/748 KB 132/223 KB 276/276 KB 816/1822 KB 27/27 KB 196/748 KB 132/223 KB 276/276 KB 820/1822 KB 27/27 KB 200/748 KB 132/223 KB 276/276 KB 820/1822 KB 27/27 KB 204/748 KB 132/223 KB 276/276 KB 820/1822 KB 27/27 KB 208/748 KB 132/223 KB 276/276 KB 804/1822 KB 27/27 KB 192/748 KB 132/223 KB 276/276 KB 820/1822 KB 27/27 KB 208/748 KB 136/223 KB 276/276 KB 820/1822 KB 27/27 KB 208/748 KB 140/223 KB 276/276 KB 820/1822 KB 27/27 KB 208/748 KB 144/223 KB 276/276 KB 820/1822 KB 27/27 KB 208/748 KB 148/223 KB 276/276 KB 820/1822 KB 27/27 KB 208/748 KB 152/223 KB 276/276 KB 820/1822 KB 27/27 KB 208/748 KB 156/223 KB 276/276 KB 820/1822 KB 27/27 KB 208/748 KB 160/223 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.6 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 276/276 KB 820/1822 KB 27/27 KB 196/748 KB 132/223 KB 276/276 KB 824/1822 KB 212/748 KB 160/223 KB 276/276 KB 828/1822 KB 212/748 KB 160/223 KB 276/276 KB 832/1822 KB 212/748 KB 160/223 KB 276/276 KB 836/1822 KB 212/748 KB 160/223 KB 276/276 KB 820/1822 KB 27/27 KB 212/748 KB 160/223 KB 836/1822 KB 212/748 KB 160/223 KB 3/178 KB 836/1822 KB 212/748 KB 160/223 KB 5/178 KB 836/1822 KB 212/748 KB 160/223 KB 8/178 KB 836/1822 KB 212/748 KB 160/223 KB 11/178 KB 836/1822 KB 212/748 KB 160/223 KB 13/178 KB 836/1822 KB 212/748 KB 160/223 KB 16/178 KB 836/1822 KB 212/748 KB 160/223 KB 19/178 KB 836/1822 KB 212/748 KB 160/223 KB 21/178 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar (276 KB at 295.8 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 836/1822 KB 212/748 KB 160/223 KB 24/178 KB 836/1822 KB 212/748 KB 160/223 KB 27/178 KB 836/1822 KB 212/748 KB 160/223 KB 29/178 KB 836/1822 KB 216/748 KB 160/223 KB 32/178 KB 836/1822 KB 216/748 KB 160/223 KB 29/178 KB 840/1822 KB 220/748 KB 160/223 KB 32/178 KB 840/1822 KB 224/748 KB 160/223 KB 32/178 KB 840/1822 KB 228/748 KB 160/223 KB 36/178 KB 840/1822 KB 232/748 KB 164/223 KB 36/178 KB 840/1822 KB 216/748 KB 160/223 KB 32/178 KB 844/1822 KB 232/748 KB 164/223 KB 36/178 KB 848/1822 KB 232/748 KB 164/223 KB 36/178 KB 840/1822 KB 228/748 KB 164/223 KB 36/178 KB 848/1822 KB 232/748 KB 168/223 KB 36/178 KB 848/1822 KB 232/748 KB 172/223 KB 36/178 KB 848/1822 KB 232/748 KB 176/223 KB 36/178 KB 852/1822 KB 232/748 KB 176/223 KB 36/178 KB 856/1822 KB 236/748 KB 180/223 KB 36/178 KB 860/1822 KB 236/748 KB 180/223 KB 36/178 KB 864/1822 KB 236/748 KB 180/223 KB 36/178 KB 840/1822 KB 224/748 KB 160/223 KB 36/178 KB 864/1822 KB 236/748 KB 180/223 KB 40/178 KB 864/1822 KB 236/748 KB 180/223 KB 44/178 KB 864/1822 KB 236/748 KB 180/223 KB 48/178 KB 852/1822 KB 236/748 KB 180/223 KB 36/178 KB 864/1822 KB 240/748 KB 180/223 KB 48/178 KB 864/1822 KB 244/748 KB 180/223 KB 48/178 KB 864/1822 KB 248/748 KB 180/223 KB 52/178 KB 864/1822 KB 252/748 KB 180/223 KB 52/178 KB 864/1822 KB 256/748 KB 180/223 KB 52/178 KB 864/1822 KB 4/23 KB 256/748 KB 180/223 KB 52/178 KB 864/1822 KB 8/23 KB 256/748 KB 180/223 KB 52/178 KB 864/1822 KB 12/23 KB 256/748 KB 180/223 KB 52/178 KB 864/1822 KB 16/23 KB 256/748 KB 180/223 KB 52/178 KB 852/1822 KB 232/748 KB 180/223 KB 36/178 KB 864/1822 KB 16/23 KB 256/748 KB 184/223 KB 52/178 KB 864/1822 KB 16/23 KB 256/748 KB 188/223 KB 52/178 KB 864/1822 KB 16/23 KB 256/748 KB 192/223 KB 52/178 KB 864/1822 KB 16/23 KB 256/748 KB 196/223 KB 52/178 KB 868/1822 KB 20/23 KB 260/748 KB 200/223 KB 52/178 KB 868/1822 KB 20/23 KB 260/748 KB 204/223 KB 52/178 KB 868/1822 KB 20/23 KB 260/748 KB 208/223 KB 52/178 KB 864/1822 KB 244/748 KB 180/223 KB 52/178 KB 868/1822 KB 20/23 KB 260/748 KB 208/223 KB 56/178 KB 868/1822 KB 20/23 KB 260/748 KB 208/223 KB 60/178 KB 868/1822 KB 20/23 KB 260/748 KB 208/223 KB 64/178 KB 868/1822 KB 20/23 KB 260/748 KB 208/223 KB 68/178 KB 868/1822 KB 20/23 KB 260/748 KB 208/223 KB 72/178 KB 868/1822 KB 20/23 KB 260/748 KB 208/223 KB 76/178 KB 868/1822 KB 20/23 KB 260/748 KB 208/223 KB 80/178 KB 868/1822 KB 20/23 KB 260/748 KB 196/223 KB 52/178 KB 868/1822 KB 20/23 KB 264/748 KB 208/223 KB 80/178 KB 868/1822 KB 20/23 KB 268/748 KB 208/223 KB 80/178 KB 868/1822 KB 20/23 KB 272/748 KB 208/223 KB 80/178 KB 868/1822 KB 20/23 KB 276/748 KB 212/223 KB 80/178 KB 868/1822 KB 20/23 KB 280/748 KB 212/223 KB 84/178 KB 868/1822 KB 20/23 KB 284/748 KB 212/223 KB 84/178 KB 868/1822 KB 20/23 KB 256/748 KB 196/223 KB 52/178 KB 872/1822 KB 20/23 KB 284/748 KB 212/223 KB 84/178 KB 876/1822 KB 20/23 KB 284/748 KB 212/223 KB 84/178 KB 880/1822 KB 20/23 KB 284/748 KB 212/223 KB 84/178 KB 864/1822 KB 20/23 KB 256/748 KB 196/223 KB 52/178 KB 880/1822 KB 23/23 KB 284/748 KB 212/223 KB 84/178 KB 884/1822 KB 23/23 KB 284/748 KB 212/223 KB 84/178 KB 888/1822 KB 23/23 KB 284/748 KB 212/223 KB 84/178 KB 892/1822 KB 23/23 KB 284/748 KB 212/223 KB 84/178 KB 896/1822 KB 23/23 KB 284/748 KB 212/223 KB 84/178 KB 900/1822 KB 23/23 KB 284/748 KB 212/223 KB 84/178 KB 868/1822 KB 20/23 KB 276/748 KB 212/223 KB 84/178 KB 900/1822 KB 23/23 KB 288/748 K unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install B 212/223 KB 88/178 KB 900/1822 KB 23/23 KB 288/748 KB 212/223 KB 92/178 KB 868/1822 KB 20/23 KB 272/748 KB 212/223 KB 80/178 KB 900/1822 KB 23/23 KB 288/748 KB 216/223 KB 92/178 KB 900/1822 KB 23/23 KB 288/748 KB 220/223 KB 92/178 KB 900/1822 KB 23/23 KB 288/748 KB 223/223 KB 92/178 KB 900/1822 KB 23/23 KB 288/748 KB 223/223 KB 96/178 KB 900/1822 KB 23/23 KB 288/748 KB 223/223 KB 100/178 KB 904/1822 KB 288/748 KB 223/223 KB 104/178 KB 904/1822 KB 288/748 KB 223/223 KB 108/178 KB 904/1822 KB 288/748 KB 223/223 KB 112/178 KB 900/1822 KB 23/23 KB 288/748 KB 212/223 KB 84/178 KB 904/1822 KB 288/748 KB 223/223 KB 100/178 KB 908/1822 KB 288/748 KB 223/223 KB 112/178 KB 912/1822 KB 288/748 KB 223/223 KB 112/178 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.9 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 916/1822 KB 288/748 KB 223/223 KB 112/178 KB 916/1822 KB 292/748 KB 223/223 KB 112/178 KB 916/1822 KB 296/748 KB 223/223 KB 112/178 KB 916/1822 KB 300/748 KB 223/223 KB 112/178 KB 916/1822 KB 304/748 KB 223/223 KB 112/178 KB 916/1822 KB 308/748 KB 223/223 KB 112/178 KB 920/1822 KB 312/748 KB 223/223 KB 116/178 KB 920/1822 KB 316/748 KB 223/223 KB 116/178 KB 920/1822 KB 320/748 KB 223/223 KB 116/178 KB 920/1822 KB 308/748 KB 223/223 KB 116/178 KB 920/1822 KB 320/748 KB 223/223 KB 120/178 KB 920/1822 KB 320/748 KB 223/223 KB 124/178 KB 920/1822 KB 320/748 KB 223/223 KB 128/178 KB 920/1822 KB 320/748 KB 223/223 KB 132/178 KB 920/1822 KB 324/748 KB 223/223 KB 136/178 KB 920/1822 KB 324/748 KB 223/223 KB 140/178 KB 920/1822 KB 324/748 KB 223/223 KB 144/178 KB 920/1822 KB 308/748 KB 223/223 KB 112/178 KB 924/1822 KB 324/748 KB 223/223 KB 144/178 KB 928/1822 KB 324/748 KB 223/223 KB 144/178 KB 932/1822 KB 324/748 KB 223/223 KB 144/178 KB 936/1822 KB 324/748 KB 223/223 KB 144/178 KB 940/1822 KB 324/748 KB 223/223 KB 144/178 KB 944/1822 KB 324/748 KB 223/223 KB 144/178 KB 948/1822 KB 324/748 KB 223/223 KB 144/178 KB 952/1822 KB 324/748 KB 144/178 KB 920/1822 KB 324/748 KB 223/223 KB 132/178 KB 952/1822 KB 328/748 KB 144/178 KB 4/55 KB 952/1822 KB 332/748 KB 144/178 KB 4/55 KB 952/1822 KB 336/748 KB 144/178 KB 4/55 KB 952/1822 KB 340/748 KB 144/178 KB 4/55 KB 952/1822 KB 324/748 KB 144/178 KB 4/55 KB 956/1822 KB 340/748 KB 148/178 KB 8/55 KB 956/1822 KB 340/748 KB 148/178 KB 12/55 KB 956/1822 KB 340/748 KB 148/178 KB 16/55 KB 956/1822 KB 340/748 KB 148/178 KB 20/55 KB 956/1822 KB 340/748 KB 148/178 KB 24/55 KB 956/1822 KB 340/748 KB 148/178 KB 28/55 KB 956/1822 KB 340/748 KB 148/178 KB 32/55 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 230.8 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 956/1822 KB 340/748 KB 148/178 KB 36/55 KB 956/1822 KB 340/748 KB 148/178 KB 40/55 KB 956/1822 KB 340/748 KB 148/178 KB 44/55 KB 956/1822 KB 340/748 KB 148/178 KB 48/55 KB 956/1822 KB 340/748 KB 148/178 KB 4/55 KB 956/1822 KB 344/748 KB 152/178 KB 48/55 KB 956/1822 KB 344/748 KB 156/178 KB 52/55 KB 956/1822 KB 344/748 KB 160/178 KB 52/55 KB 956/1822 KB 340/748 KB 144/178 KB 4/55 KB 960/1822 KB 344/748 KB 160/178 KB 52/55 KB 964/1822 KB 344/748 KB 160/178 KB 52/55 KB 968/1822 KB 344/748 KB 160/178 KB 52/55 KB 972/1822 KB 344/748 KB 160/178 KB 52/55 KB 976/1822 KB 344/748 KB 160/178 KB 52/55 KB 980/1822 KB 344/748 KB 160/178 KB 52/55 KB 984/1822 KB 344/748 KB 164/178 KB 52/55 KB 988/1822 KB 344/748 KB 164/178 KB 52/55 KB 992/1822 KB 344/748 KB 164/178 KB 52/55 KB 956/1822 KB 344/748 KB 152/178 KB 52/55 KB 956/1822 KB 344/748 KB 148/178 KB 48/55 KB 992/1822 KB 348/748 KB 164/178 KB 52/55 KB 992/1822 KB 352/748 KB 164/178 KB 52/55 KB 992/1822 KB 3/1210 KB 356/748 KB 164/178 KB 52/55 KB 992/1822 KB 3/1210 KB 360/748 KB 164/178 KB 55/55 KB 992/1822 KB 3/1210 KB 364/748 KB 164/178 KB 55/55 KB 992/1822 KB 3/1210 KB 368/748 KB 164/178 KB 55/55 KB 980/1822 KB 344/748 KB 164/178 KB 52/55 KB 992/1822 KB 3/1210 KB 368/748 KB 168/178 KB 55/55 KB 992/1822 KB 3/1210 KB 368/748 KB 172/178 KB 55/55 KB 992/1822 KB 3/1210 KB 368/748 KB 176/178 KB 55/55 KB 992/1822 KB 3/1210 KB 356/748 KB 164/178 KB 55/55 KB 992/1822 KB 3/1210 KB 352/748 KB 164/178 KB 52/55 KB 992/1822 KB 6/1210 KB 368/748 KB 176/178 KB 55/55 KB 992/1822 KB 9/1210 KB 368/748 KB 176/178 KB 55/55 KB 992/1822 KB 11/1210 KB 368/748 KB 176/178 KB 55/55 KB 992/1822 KB 14/1210 KB 368/748 KB 176/178 KB 55/55 KB 992/1822 KB 16/1210 KB 372/748 KB 178/178 KB 55/55 KB 992/1822 KB 19/1210 KB 372/748 KB 178/178 KB 55/55 KB 992/1822 KB 22/1210 KB 372/748 KB 178/178 KB 55/55 KB 992/1822 KB 14/1210 KB 372/748 KB 178/178 KB 55/55 KB 992/1822 KB 14/1210 KB 368/748 KB 178/178 KB 55/55 KB 992/1822 KB 22/1210 KB 376/748 KB 178/178 KB 55/55 KB 992/1822 KB 22/1210 KB 380/748 KB 178/178 KB 55/55 KB 996/1822 KB 22/1210 KB 384/748 KB 178/178 KB 55/55 KB 996/1822 KB 22/1210 KB 380/748 KB 178/178 KB 55/55 KB 1000/1822 KB 25/1210 KB 384/748 KB 178/178 KB 55/55 KB 1004/1822 KB 25/1210 KB 384/748 KB 178/178 KB 55/55 KB 1008/1822 KB 25/1210 KB 384/748 KB 178/178 KB 1012/1822 KB 25/1210 KB 384/748 KB 178/178 KB 1016/1822 KB 25/1210 KB 388/748 KB 178/178 KB 996/1822 KB 25/1210 KB 384/748 KB 178/178 KB 55/55 KB 1016/1822 KB 27/1210 KB 388/748 KB 178/178 KB 1016/1822 KB 30/1210 KB 388/748 KB 178/178 KB 1016/1822 KB 32/1210 KB 388/748 KB 178/178 KB 1012/1822 KB 25/1210 KB 388/748 KB 178/178 KB 1016/1822 KB 32/1210 KB 392/748 KB 178/178 KB 1016/1822 KB 36/1210 KB 396/748 KB 178/178 KB 1016/1822 KB 36/1210 KB 400/748 KB 178/178 KB 1016/1822 KB 36/1210 KB 404/748 KB 178/178 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar (55 KB at 55.4 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar (178 KB at 181.1 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1020/1822 KB 36/1210 KB 404/748 KB 178/178 KB 1024/1822 KB 36/1210 KB 404/748 KB 1016/1822 KB 36/1210 KB 392/748 KB 178/178 KB 1024/1822 KB 40/1210 KB 404/748 KB 1024/1822 KB 44/1210 KB 404/748 KB 1024/1822 KB 48/1210 KB 404/748 KB 1028/1822 KB 52/1210 KB 404/748 KB 1028/1822 KB 56/1210 KB 408/748 KB 1028/1822 KB 60/1210 KB 408/748 KB 1028/1822 KB 48/1210 KB 404/748 KB 1028/1822 KB 52/1210 KB 408/748 KB 1028/1822 KB 60/1210 KB 412/748 KB 1028/1822 KB 60/1210 KB 416/748 KB 1028/1822 KB 60/1210 KB 420/748 KB 3/93 KB 1032/1822 KB 64/1210 KB 424/748 KB 4/471 KB 3/93 KB 1032/1822 KB 64/1210 KB 428/748 KB 4/471 KB 3/93 KB 1032/1822 KB 64/1210 KB 432/748 KB 4/471 KB 3/93 KB 1032/1822 KB 64/1210 KB 420/748 KB 4/471 KB 3/93 KB 1032/1822 KB 60/1210 KB 420/748 KB 4/471 KB 3/93 KB 1036/1822 KB 64/1210 KB 432/748 KB 4/471 KB 3/93 KB 1040/1822 KB 64/1210 KB 432/748 KB 4/471 KB 3/93 KB 1028/1822 KB 60/1210 KB 420/748 KB 4/471 KB 6/93 KB 1040/1822 KB 64/1210 KB 432/748 KB 4/471 KB 9/93 KB 1040/1822 KB 64/1210 KB 432/748 KB 4/471 KB 11/93 KB 1040/1822 KB 64/1210 KB 432/748 KB 4/471 KB 14/93 KB 1040/1822 KB 64/1210 KB 432/748 KB 4/471 KB 16/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 4/471 KB 1028/1822 KB 60/1210 KB 420/748 KB 4/471 KB 16/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 8/471 KB 16/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 12/471 KB 16/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 16/471 KB 16/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 20/471 KB 16/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 24/471 KB 16/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 28/471 KB 16/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 32/471 KB 16/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 36/471 KB 19/93 KB 1044/1822 KB 68/1210 KB 436/748 KB 40/471 KB 19/93 KB 1044/1822 KB 68/1210 KB 436/748 KB 44/471 KB 19/93 KB 1044/1822 KB 68/1210 KB 436/748 KB 48/471 KB 19/93 KB 1044/1822 KB 68/1210 KB 436/748 KB 52/471 KB 19/93 KB 1044/1822 KB 68/1210 KB 436/748 KB 56/471 KB 19/93 KB 1044/1822 KB 68/1210 KB 436/748 KB 60/471 KB 19/93 KB 1044/1822 KB 68/1210 KB 436/748 KB 64/471 KB 14/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 4/471 KB 14/93 KB 1040/1822 KB 68/1210 KB 432/748 KB 4/471 KB 19/93 KB 1044/1822 KB 72/1210 KB 436/748 KB 64/471 KB 19/93 KB 1048/1822 KB 76/1210 KB 436/748 KB 64/471 KB 19/93 KB 1048/1822 KB 80/1210 KB 436/748 KB 64/471 KB 19/93 KB 1048/1822 KB 84/1210 KB 436/748 KB 64/471 KB 19/93 KB 1048/1822 KB 88/1210 KB 436/748 KB 64/471 KB 19/93 KB 1048/1822 KB 92/1210 KB 436/748 KB 64/471 KB 19/93 KB 1048/1822 KB 96/1210 KB 436/748 KB 64/471 KB 19/93 KB 1044/1822 KB 68/1210 KB 436/748 KB 36/471 KB 19/93 KB 1048/1822 KB 96/1210 KB 440/748 KB 64/471 KB 19/93 KB 1048/1822 KB 96/1210 KB 444/748 KB 64/471 KB 19/93 KB 1048/1822 KB 96/1210 KB 448/748 KB 64/471 KB 19/93 KB 1044/1822 KB 68/1210 KB 432/748 KB 36/471 KB 19/93 KB 1048/1822 KB 72/1210 KB 436/748 KB 64/471 KB 19/93 KB 1052/1822 KB 96/1210 KB 448/748 KB 64/471 KB 19/93 KB 1056/1822 KB 96/1210 KB 448/748 KB 68/471 KB 19/93 KB 1056/1822 KB 96/1210 KB 448/748 KB 72/471 KB 19/93 KB 1056/1822 KB 96/1210 KB 448/748 KB 76/471 KB 19/93 KB 1056/1822 KB 96/1210 KB 448/748 KB 80/471 KB 19/93 KB 1056/1822 KB 96/1210 KB 448/748 KB 84/471 KB 22/93 KB 1056/1822 KB 100/1210 KB 452/748 KB 88/471 KB 22/93 KB 1056/1822 KB 100/1210 KB 452/748 KB 92/471 KB 22/93 KB 1056/1822 KB 100/1210 KB 452/748 KB 96/471 KB 19/93 KB 1056/1822 KB 96/1210 KB 448/748 KB 64/471 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install KB 22/93 KB 1060/1822 KB 100/1210 KB 452/748 KB 96/471 KB 22/93 KB 1064/1822 KB 100/1210 KB 452/748 KB 96/471 KB 22/93 KB 1068/1822 KB 100/1210 KB 452/748 KB 96/471 KB 22/93 KB 1072/1822 KB 100/1210 KB 452/748 KB 96/471 KB 22/93 KB 1076/1822 KB 100/1210 KB 452/748 KB 96/471 KB 22/93 KB 1080/1822 KB 100/1210 KB 452/748 KB 96/471 KB 22/93 KB 1084/1822 KB 100/1210 KB 452/748 KB 96/471 KB 22/93 KB 1088/1822 KB 100/1210 KB 452/748 KB 96/471 KB 22/93 KB 1056/1822 KB 100/1210 KB 452/748 KB 84/471 KB 22/93 KB 1088/1822 KB 104/1210 KB 452/748 KB 96/471 KB 22/93 KB 1088/1822 KB 108/1210 KB 452/748 KB 96/471 KB 22/93 KB 1088/1822 KB 112/1210 KB 452/748 KB 96/471 KB 22/93 KB 1088/1822 KB 116/1210 KB 452/748 KB 96/471 KB 22/93 KB 1092/1822 KB 120/1210 KB 452/748 KB 96/471 KB 22/93 KB 1092/1822 KB 124/1210 KB 452/748 KB 96/471 KB 22/93 KB 1056/1822 KB 96/1210 KB 452/748 KB 84/471 KB 22/93 KB 1092/1822 KB 124/1210 KB 456/748 KB 96/471 KB 22/93 KB 1092/1822 KB 124/1210 KB 460/748 KB 96/471 KB 22/93 KB 1056/1822 KB 96/1210 KB 448/748 KB 84/471 KB 25/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 27/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 30/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 32/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 36/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 40/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 44/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 48/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 52/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 56/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 60/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 61/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 65/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 69/93 KB 1092/1822 KB 128/1210 KB 464/748 KB 96/471 KB 73/93 KB 1092/1822 KB 128/1210 KB 464/748 KB 96/471 KB 77/93 KB 1092/1822 KB 128/1210 KB 464/748 KB 96/471 KB 22/93 KB 1092/1822 KB 116/1210 KB 452/748 KB 96/471 KB 77/93 KB 1096/1822 KB 128/1210 KB 464/748 KB 96/471 KB 77/93 KB 1100/1822 KB 128/1210 KB 464/748 KB 96/471 KB 77/93 KB 1104/1822 KB 128/1210 KB 464/748 KB 96/471 KB 77/93 KB 1108/1822 KB 128/1210 KB 464/748 KB 96/471 KB 81/93 KB 1112/1822 KB 128/1210 KB 464/748 KB 100/471 KB 81/93 KB 1116/1822 KB 128/1210 KB 464/748 KB 100/471 KB 81/93 KB 1120/1822 KB 128/1210 KB 464/748 KB 100/471 KB 65/93 KB 1092/1822 KB 128/1210 KB 464/748 KB 96/471 KB 22/93 KB 1092/1822 KB 124/1210 KB 464/748 KB 96/471 KB 81/93 KB 1120/1822 KB 128/1210 KB 468/748 KB 100/471 KB 81/93 KB 1120/1822 KB 128/1210 KB 472/748 KB 100/471 KB 81/93 KB 1120/1822 KB 128/1210 KB 476/748 KB 100/471 KB 81/93 KB 1120/1822 KB 128/1210 KB 480/748 KB 100/471 KB 81/93 KB 1120/1822 KB 128/1210 KB 484/748 KB 100/471 KB 81/93 KB 1120/1822 KB 128/1210 KB 488/748 KB 100/471 KB 81/93 KB 1120/1822 KB 128/1210 KB 492/748 KB 100/471 KB 81/93 KB 1120/1822 KB 128/1210 KB 496/748 KB 100/471 KB 81/93 KB 1120/1822 KB 128/1210 KB 500/748 KB 100/471 KB 81/93 KB 1120/1822 KB 132/1210 KB 504/748 KB 100/471 KB 81/93 KB 1120/1822 KB 132/1210 KB 508/748 KB 100/471 KB 81/93 KB 1120/1822 KB 132/1210 KB 512/748 KB 100/471 KB 81/93 KB 1108/1822 KB 128/1210 KB 464/748 KB 100/471 KB 85/93 KB 1120/1822 KB 132/1210 KB 512/748 KB 100/471 KB 89/93 KB 1120/1822 KB 132/1210 KB 512/748 KB 100/471 KB 93/93 KB 1120/1822 KB 132/1210 KB 512/748 KB 100/471 KB 77/93 KB 1108/1822 KB 128/1210 KB 464/748 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install KB 100/471 KB 93/93 KB 1120/1822 KB 132/1210 KB 512/748 KB 104/471 KB 93/93 KB 1120/1822 KB 132/1210 KB 516/748 KB 108/471 KB 93/93 KB 1120/1822 KB 132/1210 KB 516/748 KB 112/471 KB 93/93 KB 1120/1822 KB 132/1210 KB 516/748 KB 116/471 KB 93/93 KB 1124/1822 KB 132/1210 KB 516/748 KB 120/471 KB 81/93 KB 1120/1822 KB 132/1210 KB 500/748 KB 100/471 KB 93/93 KB 1124/1822 KB 136/1210 KB 516/748 KB 124/471 KB 93/93 KB 1124/1822 KB 140/1210 KB 516/748 KB 124/471 KB 93/93 KB 1124/1822 KB 144/1210 KB 516/748 KB 124/471 KB 93/93 KB 1124/1822 KB 148/1210 KB 516/748 KB 124/471 KB 93/93 KB 1124/1822 KB 152/1210 KB 516/748 KB 124/471 KB 93/93 KB 1124/1822 KB 156/1210 KB 516/748 KB 124/471 KB 93/93 KB 1124/1822 KB 160/1210 KB 516/748 KB 124/471 KB 93/93 KB 1124/1822 KB 132/1210 KB 516/748 KB 116/471 KB 93/93 KB 1128/1822 KB 160/1210 KB 516/748 KB 124/471 KB 93/93 KB 1132/1822 KB 160/1210 KB 516/748 KB 124/471 KB 93/93 KB 1136/1822 KB 160/1210 KB 516/748 KB 124/471 KB 93/93 KB 1120/1822 KB 132/1210 KB 516/748 KB 104/471 KB 93/93 KB 1136/1822 KB 164/1210 KB 520/748 KB 124/471 KB 93/93 KB 1136/1822 KB 164/1210 KB 524/748 KB 124/471 KB 93/93 KB 1136/1822 KB 164/1210 KB 528/748 KB 124/471 KB 93/93 KB 1136/1822 KB 164/1210 KB 532/748 KB 124/471 KB 93/93 KB 1140/1822 KB 164/1210 KB 536/748 KB 124/471 KB 93/93 KB 1140/1822 KB 164/1210 KB 540/748 KB 124/471 KB 93/93 KB 1140/1822 KB 164/1210 KB 544/748 KB 124/471 KB 93/93 KB 1136/1822 KB 164/1210 KB 516/748 KB 124/471 KB 93/93 KB 1140/1822 KB 168/1210 KB 544/748 KB 124/471 KB 93/93 KB 1140/1822 KB 172/1210 KB 544/748 KB 124/471 KB 93/93 KB 1140/1822 KB 176/1210 KB 544/748 KB 124/471 KB 93/93 KB 1140/1822 KB 180/1210 KB 544/748 KB 124/471 KB 93/93 KB 1140/1822 KB 184/1210 KB 548/748 KB 124/471 KB 93/93 KB 1140/1822 KB 188/1210 KB 548/748 KB 124/471 KB 93/93 KB 1140/1822 KB 192/1210 KB 548/748 KB 124/471 KB 93/93 KB 1140/1822 KB 164/1210 KB 532/748 KB 124/471 KB 93/93 KB 1144/1822 KB 192/1210 KB 548/748 KB 124/471 KB 93/93 KB 1148/1822 KB 192/1210 KB 548/748 KB 124/471 KB 93/93 KB 1124/1822 KB 132/1210 KB 516/748 KB 124/471 KB 93/93 KB 1152/1822 KB 192/1210 KB 548/748 KB 128/471 KB 93/93 KB 1152/1822 KB 192/1210 KB 548/748 KB 132/471 KB 1152/1822 KB 192/1210 KB 548/748 KB 136/471 KB 1152/1822 KB 192/1210 KB 548/748 KB 140/471 KB 1152/1822 KB 192/1210 KB 548/748 KB 144/471 KB 1152/1822 KB 192/1210 KB 548/748 KB 148/471 KB 1152/1822 KB 196/1210 KB 548/748 KB 152/471 KB 1152/1822 KB 196/1210 KB 548/748 KB 156/471 KB 1152/1822 KB 196/1210 KB 548/748 KB 160/471 KB 93/93 KB 1140/1822 KB 180/1210 KB 548/748 KB 124/471 KB 1152/1822 KB 196/1210 KB 552/748 KB 160/471 KB 1152/1822 KB 196/1210 KB 556/748 KB 160/471 KB 1152/1822 KB 196/1210 KB 560/748 KB 160/471 KB 1152/1822 KB 196/1210 KB 564/748 KB 160/471 KB 1152/1822 KB 196/1210 KB 568/748 KB 160/471 KB 1152/1822 KB 196/1210 KB 572/748 KB 160/471 KB 1152/1822 KB 196/1210 KB 576/748 KB 160/471 KB 1152/1822 KB 196/1210 KB 580/748 KB 164/471 KB 1152/1822 KB 196/1210 KB 584/748 KB 164/471 KB 1152/1822 KB 196/1210 KB 588/748 KB 164/471 KB 1152/1822 KB 196/1210 KB 592/748 KB 164/471 KB 1152/1822 KB 196/1210 KB 596/748 KB 164/471 KB 1152/1822 KB 196/1210 KB 548/748 KB 148/471 KB 93/93 KB 1152/1822 KB 192/1210 KB 548/748 KB 124/471 KB 1156/1822 KB 196/1210 KB 596/748 KB 164/471 KB 1160/1822 KB 196/1210 KB 596/748 KB 164/471 KB 1164/1822 KB 196/ unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1210 KB 596/748 KB 164/471 KB 1168/1822 KB 196/1210 KB 596/748 KB 164/471 KB 1168/1822 KB 200/1210 KB 596/748 KB 164/471 KB 1168/1822 KB 204/1210 KB 596/748 KB 164/471 KB 1168/1822 KB 208/1210 KB 596/748 KB 164/471 KB 1172/1822 KB 212/1210 KB 596/748 KB 164/471 KB 1172/1822 KB 216/1210 KB 596/748 KB 164/471 KB 1172/1822 KB 220/1210 KB 596/748 KB 164/471 KB 1172/1822 KB 224/1210 KB 596/748 KB 164/471 KB 1152/1822 KB 196/1210 KB 576/748 KB 164/471 KB 1172/1822 KB 224/1210 KB 596/748 KB 168/471 KB 1172/1822 KB 224/1210 KB 596/748 KB 172/471 KB 1172/1822 KB 224/1210 KB 596/748 KB 176/471 KB 1172/1822 KB 208/1210 KB 596/748 KB 164/471 KB 1176/1822 KB 224/1210 KB 596/748 KB 176/471 KB 1180/1822 KB 224/1210 KB 596/748 KB 176/471 KB 1184/1822 KB 224/1210 KB 596/748 KB 176/471 KB 1188/1822 KB 224/1210 KB 596/748 KB 176/471 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar (93 KB at 89.0 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1192/1822 KB 224/1210 KB 596/748 KB 176/471 KB 1196/1822 KB 228/1210 KB 596/748 KB 176/471 KB 1200/1822 KB 228/1210 KB 596/748 KB 176/471 KB 1204/1822 KB 228/1210 KB 596/748 KB 176/471 KB 1208/1822 KB 228/1210 KB 600/748 KB 180/471 KB 1212/1822 KB 228/1210 KB 600/748 KB 180/471 KB 1216/1822 KB 228/1210 KB 600/748 KB 180/471 KB 1220/1822 KB 228/1210 KB 600/748 KB 180/471 KB 1224/1822 KB 228/1210 KB 600/748 KB 180/471 KB 1228/1822 KB 228/1210 KB 600/748 KB 180/471 KB 1232/1822 KB 228/1210 KB 600/748 KB 180/471 KB 1192/1822 KB 228/1210 KB 596/748 KB 176/471 KB 1232/1822 KB 232/1210 KB 600/748 KB 180/471 KB 1232/1822 KB 236/1210 KB 600/748 KB 180/471 KB 1232/1822 KB 240/1210 KB 600/748 KB 180/471 KB 1204/1822 KB 228/1210 KB 600/748 KB 180/471 KB 1204/1822 KB 228/1210 KB 596/748 KB 180/471 KB 1232/1822 KB 240/1210 KB 600/748 KB 184/471 KB 1232/1822 KB 240/1210 KB 600/748 KB 188/471 KB 1232/1822 KB 240/1210 KB 600/748 KB 192/471 KB 1232/1822 KB 240/1210 KB 600/748 KB 196/471 KB 1232/1822 KB 244/1210 KB 604/748 KB 200/471 KB 1232/1822 KB 244/1210 KB 604/748 KB 204/471 KB 1232/1822 KB 244/1210 KB 604/748 KB 208/471 KB 1232/1822 KB 244/1210 KB 604/748 KB 196/471 KB 1232/1822 KB 248/1210 KB 604/748 KB 208/471 KB 1232/1822 KB 252/1210 KB 604/748 KB 208/471 KB 1232/1822 KB 256/1210 KB 604/748 KB 208/471 KB 1232/1822 KB 240/1210 KB 604/748 KB 196/471 KB 1232/1822 KB 256/1210 KB 608/748 KB 212/471 KB 1232/1822 KB 256/1210 KB 612/748 KB 212/471 KB 1232/1822 KB 256/1210 KB 616/748 KB 212/471 KB 1232/1822 KB 256/1210 KB 620/748 KB 212/471 KB 1232/1822 KB 256/1210 KB 624/748 KB 212/471 KB 1232/1822 KB 256/1210 KB 628/748 KB 212/471 KB 1232/1822 KB 256/1210 KB 604/748 KB 212/471 KB 1232/1822 KB 260/1210 KB 628/748 KB 216/471 KB 1232/1822 KB 260/1210 KB 628/748 KB 220/471 KB 1232/1822 KB 260/1210 KB 628/748 KB 224/471 KB 1232/1822 KB 260/1210 KB 628/748 KB 212/471 KB 1232/1822 KB 260/1210 KB 628/748 KB 224/471 KB 4/53 KB 1232/1822 KB 260/1210 KB 628/748 KB 224/471 KB 8/53 KB 1232/1822 KB 260/1210 KB 628/748 KB 224/471 KB 12/53 KB 1232/1822 KB 260/1210 KB 628/748 KB 224/471 KB 16/53 KB 1232/1822 KB 264/1210 KB 628/748 KB 224/471 KB 16/53 KB 1232/1822 KB 268/1210 KB 628/748 KB 224/471 KB 16/53 KB 1236/1822 KB 270/1210 KB 632/748 KB 224/471 KB 16/53 KB 1236/1822 KB 268/1210 KB 632/748 KB 224/471 KB 16/53 KB 1236/1822 KB 270/1210 KB 636/748 KB 224/471 KB 20/53 KB 1236/1822 KB 270/1210 KB 640/748 KB 224/471 KB 20/53 KB 1236/1822 KB 270/1210 KB 644/748 KB 224/471 KB 20/53 KB 1236/1822 KB 274/1210 KB 648/748 KB 228/471 KB 20/53 KB 1236/1822 KB 274/1210 KB 652/748 KB 228/471 KB 20/53 KB 1236/1822 KB 274/1210 KB 656/748 KB 228/471 KB 20/53 KB 1236/1822 KB 268/1210 KB 628/748 KB 224/471 KB 16/53 KB 1240/1822 KB 274/1210 KB 656/748 KB 228/471 KB 20/53 KB 1244/1822 KB 274/1210 KB 656/748 KB 228/471 KB 20/53 KB 1248/1822 KB 274/1210 KB 656/748 KB 228/471 KB 20/53 KB 1252/1822 KB 274/1210 KB 656/748 KB 228/471 KB 20/53 KB 1256/1822 KB 274/1210 KB 656/748 KB 228/471 KB 20/53 KB 1260/1822 KB 274/1210 KB 656/748 KB 228/471 KB 20/53 KB 1264/1822 KB 274/1210 KB 656/748 KB 228/471 KB 20/53 KB 1268/1822 KB 274/1210 KB 656/748 KB 228/471 KB 20/53 KB 1272/1822 KB 274/1210 KB 660/748 KB 228/471 KB 20/53 KB 1276/1822 KB 274/1210 KB 660/748 KB 228/471 KB 20/53 KB 1280/1822 KB 274/1210 KB 660/748 KB 228/471 KB 20/53 KB 1236/1822 KB 274/1210 KB 644/748 KB 228/471 KB 20/53 KB 1280/1822 KB 274/1210 KB 660/748 KB 232/471 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install KB 20/53 KB 1280/1822 KB 274/1210 KB 660/748 KB 236/471 KB 20/53 KB 1280/1822 KB 274/1210 KB 660/748 KB 240/471 KB 20/53 KB 1280/1822 KB 274/1210 KB 660/748 KB 244/471 KB 20/53 KB 1280/1822 KB 274/1210 KB 660/748 KB 248/471 KB 20/53 KB 1280/1822 KB 274/1210 KB 660/748 KB 252/471 KB 20/53 KB 1280/1822 KB 274/1210 KB 660/748 KB 256/471 KB 20/53 KB 1280/1822 KB 274/1210 KB 660/748 KB 260/471 KB 20/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 264/471 KB 20/53 KB 1236/1822 KB 274/1210 KB 644/748 KB 224/471 KB 20/53 KB 1236/1822 KB 270/1210 KB 632/748 KB 224/471 KB 20/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 264/471 KB 24/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 264/471 KB 28/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 264/471 KB 32/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 264/471 KB 36/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 264/471 KB 40/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 264/471 KB 44/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 264/471 KB 48/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 264/471 KB 52/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 264/471 KB 53/53 KB 1284/1822 KB 278/1210 KB 660/748 KB 264/471 KB 53/53 KB 1284/1822 KB 282/1210 KB 660/748 KB 264/471 KB 53/53 KB 1284/1822 KB 286/1210 KB 660/748 KB 264/471 KB 53/53 KB 1284/1822 KB 290/1210 KB 660/748 KB 264/471 KB 53/53 KB 1284/1822 KB 294/1210 KB 660/748 KB 264/471 KB 53/53 KB 1284/1822 KB 298/1210 KB 660/748 KB 264/471 KB 53/53 KB 1284/1822 KB 302/1210 KB 660/748 KB 264/471 KB 53/53 KB 1284/1822 KB 306/1210 KB 660/748 KB 264/471 KB 53/53 KB 1284/1822 KB 310/1210 KB 660/748 KB 268/471 KB 53/53 KB 1284/1822 KB 314/1210 KB 660/748 KB 268/471 KB 53/53 KB 1284/1822 KB 318/1210 KB 660/748 KB 268/471 KB 53/53 KB 1284/1822 KB 274/1210 KB 660/748 KB 260/471 KB 20/53 KB 1288/1822 KB 318/1210 KB 660/748 KB 268/471 KB 53/53 KB 1292/1822 KB 318/1210 KB 660/748 KB 268/471 KB 53/53 KB 1296/1822 KB 318/1210 KB 660/748 KB 268/471 KB 53/53 KB 1300/1822 KB 318/1210 KB 660/748 KB 268/471 KB 53/53 KB 1268/1822 KB 274/1210 KB 660/748 KB 228/471 KB 20/53 KB 1300/1822 KB 322/1210 KB 664/748 KB 268/471 KB 53/53 KB 1300/1822 KB 322/1210 KB 668/748 KB 268/471 KB 53/53 KB 1300/1822 KB 322/1210 KB 672/748 KB 268/471 KB 53/53 KB 1300/1822 KB 322/1210 KB 676/748 KB 268/471 KB 53/53 KB 1300/1822 KB 322/1210 KB 680/748 KB 268/471 KB 53/53 KB 1300/1822 KB 322/1210 KB 684/748 KB 268/471 KB 53/53 KB 1300/1822 KB 322/1210 KB 688/748 KB 268/471 KB 53/53 KB 1300/1822 KB 322/1210 KB 692/748 KB 268/471 KB 53/53 KB 1300/1822 KB 322/1210 KB 696/748 KB 268/471 KB 53/53 KB 1304/1822 KB 322/1210 KB 700/748 KB 268/471 KB 53/53 KB 1304/1822 KB 322/1210 KB 704/748 KB 268/471 KB 53/53 KB 1304/1822 KB 322/1210 KB 708/748 KB 268/471 KB 53/53 KB 1304/1822 KB 322/1210 KB 712/748 KB 268/471 KB 53/53 KB 1304/1822 KB 322/1210 KB 716/748 KB 268/471 KB 53/53 KB 1304/1822 KB 322/1210 KB 720/748 KB 268/471 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 49.7 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1300/1822 KB 322/1210 KB 660/748 KB 268/471 KB 53/53 KB 1284/1822 KB 306/1210 KB 660/748 KB 268/471 KB 53/53 KB 1304/1822 KB 326/1210 KB 720/748 KB 272/471 KB 1304/1822 KB 326/1210 KB 720/748 KB 276/471 KB 1304/1822 KB 326/1210 KB 720/748 KB 280/471 KB 1304/1822 KB 326/1210 KB 720/748 KB 284/471 KB 1304/1822 KB 326/1210 KB 720/748 KB 288/471 KB 1304/1822 KB 326/1210 KB 720/748 KB 292/471 KB 1304/1822 KB 326/1210 KB 720/748 KB 296/471 KB 1304/1822 KB 326/1210 KB 720/748 KB 300/471 KB 1304/1822 KB 326/1210 KB 720/748 KB 304/471 KB 1304/1822 KB 322/1210 KB 696/748 KB 268/471 KB 53/53 KB 1304/1822 KB 326/1210 KB 720/748 KB 268/471 KB 1308/1822 KB 330/1210 KB 720/748 KB 304/471 KB 1308/1822 KB 334/1210 KB 720/748 KB 304/471 KB 1308/1822 KB 338/1210 KB 720/748 KB 304/471 KB 1308/1822 KB 342/1210 KB 720/748 KB 304/471 KB 1308/1822 KB 346/1210 KB 720/748 KB 304/471 KB 1308/1822 KB 350/1210 KB 720/748 KB 304/471 KB 1308/1822 KB 354/1210 KB 720/748 KB 308/471 KB 1308/1822 KB 358/1210 KB 724/748 KB 308/471 KB 1308/1822 KB 362/1210 KB 724/748 KB 308/471 KB 1308/1822 KB 366/1210 KB 724/748 KB 308/471 KB 1308/1822 KB 334/1210 KB 720/748 KB 304/471 KB 1312/1822 KB 366/1210 KB 724/748 KB 308/471 KB 1316/1822 KB 366/1210 KB 724/748 KB 308/471 KB 1320/1822 KB 366/1210 KB 724/748 KB 308/471 KB 1324/1822 KB 366/1210 KB 724/748 KB 308/471 KB 1328/1822 KB 366/1210 KB 724/748 KB 308/471 KB 1332/1822 KB 366/1210 KB 724/748 KB 308/471 KB 1336/1822 KB 366/1210 KB 724/748 KB 308/471 KB 1340/1822 KB 366/1210 KB 724/748 KB 308/471 KB 1344/1822 KB 366/1210 KB 724/748 KB 308/471 KB 1308/1822 KB 354/1210 KB 724/748 KB 308/471 KB 1344/1822 KB 370/1210 KB 728/748 KB 308/471 KB 1344/1822 KB 370/1210 KB 732/748 KB 308/471 KB 1344/1822 KB 370/1210 KB 736/748 KB 308/471 KB 1308/1822 KB 350/1210 KB 720/748 KB 308/471 KB 1344/1822 KB 370/1210 KB 736/748 KB 312/471 KB 1344/1822 KB 370/1210 KB 736/748 KB 316/471 KB 4/276 KB 1344/1822 KB 370/1210 KB 736/748 KB 320/471 KB 4/276 KB 1344/1822 KB 370/1210 KB 736/748 KB 324/471 KB 4/276 KB 1344/1822 KB 370/1210 KB 740/748 KB 328/471 KB 4/276 KB 1344/1822 KB 370/1210 KB 740/748 KB 332/471 KB 4/276 KB 1344/1822 KB 370/1210 KB 740/748 KB 336/471 KB 4/276 KB 1344/1822 KB 370/1210 KB 740/748 KB 340/471 KB 4/276 KB 1348/1822 KB 370/1210 KB 740/748 KB 344/471 KB 4/276 KB 1344/1822 KB 370/1210 KB 724/748 KB 308/471 KB 1348/1822 KB 374/1210 KB 740/748 KB 344/471 KB 4/276 KB 1348/1822 KB 378/1210 KB 740/748 KB 344/471 KB 4/276 KB 1348/1822 KB 370/1210 KB 740/748 KB 340/471 KB 4/276 KB 1352/1822 KB 382/1210 KB 740/748 KB 344/471 KB 4/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 4/276 KB 1344/1822 KB 370/1210 KB 740/748 KB 324/471 KB 4/276 KB 1344/1822 KB 370/1210 KB 736/748 KB 312/471 KB 4/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 8/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 12/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 16/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 20/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 24/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 28/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 32/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 36/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 40/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 44/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 48/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 52/27 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 6 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 56/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 60/276 KB 1356/1822 KB 382/1210 KB 740/748 KB 344/471 KB 64/276 KB 1356/1822 KB 382/1210 KB 744/748 KB 344/471 KB 64/276 KB 1356/1822 KB 382/1210 KB 748/748 KB 344/471 KB 64/276 KB 1356/1822 KB 382/1210 KB 748/748 KB 344/471 KB 64/276 KB 1356/1822 KB 382/1210 KB 748/748 KB 344/471 KB 68/276 KB 1356/1822 KB 382/1210 KB 748/748 KB 344/471 KB 72/276 KB 1356/1822 KB 382/1210 KB 748/748 KB 344/471 KB 76/276 KB 1356/1822 KB 382/1210 KB 748/748 KB 344/471 KB 80/276 KB 1356/1822 KB 382/1210 KB 748/748 KB 344/471 KB 84/276 KB 1348/1822 KB 382/1210 KB 740/748 KB 344/471 KB 4/276 KB 1360/1822 KB 386/1210 KB 748/748 KB 348/471 KB 84/276 KB 1360/1822 KB 382/1210 KB 748/748 KB 348/471 KB 84/276 KB 1360/1822 KB 386/1210 KB 748/748 KB 352/471 KB 88/276 KB 1360/1822 KB 386/1210 KB 748/748 KB 356/471 KB 88/276 KB 1360/1822 KB 382/1210 KB 748/748 KB 344/471 KB 84/276 KB 1364/1822 KB 390/1210 KB 748/748 KB 356/471 KB 88/276 KB 1368/1822 KB 390/1210 KB 748/748 KB 356/471 KB 88/276 KB 1372/1822 KB 390/1210 KB 748/748 KB 356/471 KB 88/276 KB 1376/1822 KB 390/1210 KB 748/748 KB 356/471 KB 88/276 KB 1360/1822 KB 390/1210 KB 748/748 KB 356/471 KB 88/276 KB 1376/1822 KB 394/1210 KB 748/748 KB 360/471 KB 88/276 KB 1376/1822 KB 398/1210 KB 748/748 KB 360/471 KB 88/276 KB 1360/1822 KB 386/1210 KB 748/748 KB 348/471 KB 88/276 KB 1376/1822 KB 398/1210 KB 748/748 KB 360/471 KB 92/276 KB 1376/1822 KB 398/1210 KB 748/748 KB 360/471 KB 96/276 KB 1376/1822 KB 398/1210 KB 748/748 KB 360/471 KB 100/276 KB 1380/1822 KB 402/1210 KB 748/748 KB 360/471 KB 104/276 KB 1380/1822 KB 402/1210 KB 748/748 KB 360/471 KB 108/276 KB 1380/1822 KB 402/1210 KB 748/748 KB 360/471 KB 112/276 KB 1376/1822 KB 390/1210 KB 748/748 KB 360/471 KB 88/276 KB 1380/1822 KB 402/1210 KB 748/748 KB 364/471 KB 112/276 KB 1380/1822 KB 402/1210 KB 748/748 KB 368/471 KB 112/276 KB 1380/1822 KB 402/1210 KB 748/748 KB 360/471 KB 100/276 KB 1376/1822 KB 402/1210 KB 748/748 KB 360/471 KB 100/276 KB 1380/1822 KB 406/1210 KB 372/471 KB 116/276 KB 1380/1822 KB 410/1210 KB 372/471 KB 116/276 KB 1380/1822 KB 414/1210 KB 372/471 KB 116/276 KB 1380/1822 KB 418/1210 KB 372/471 KB 116/276 KB 1384/1822 KB 422/1210 KB 372/471 KB 116/276 KB 1384/1822 KB 426/1210 KB 372/471 KB 116/276 KB 1384/1822 KB 430/1210 KB 372/471 KB 116/276 KB 1380/1822 KB 402/1210 KB 372/471 KB 116/276 KB 1384/1822 KB 430/1210 KB 372/471 KB 120/276 KB 1384/1822 KB 430/1210 KB 372/471 KB 124/276 KB 1384/1822 KB 430/1210 KB 372/471 KB 128/276 KB 1384/1822 KB 430/1210 KB 372/471 KB 132/276 KB 1384/1822 KB 434/1210 KB 372/471 KB 136/276 KB 1384/1822 KB 434/1210 KB 372/471 KB 140/276 KB 1384/1822 KB 434/1210 KB 372/471 KB 144/276 KB 1380/1822 KB 402/1210 KB 372/471 KB 112/276 KB 1384/1822 KB 434/1210 KB 376/471 KB 144/276 KB 1384/1822 KB 434/1210 KB 380/471 KB 144/276 KB 1384/1822 KB 434/1210 KB 384/471 KB 144/276 KB 1384/1822 KB 434/1210 KB 388/471 KB 144/276 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (748 KB at 685.3 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1384/1822 KB 434/1210 KB 392/471 KB 144/276 KB 1384/1822 KB 434/1210 KB 396/471 KB 144/276 KB 1384/1822 KB 434/1210 KB 400/471 KB 144/276 KB 1384/1822 KB 434/1210 KB 404/471 KB 144/276 KB 1384/1822 KB 434/1210 KB 408/471 KB 148/276 KB 1384/1822 KB 434/1210 KB 412/471 KB 148/276 KB 1384/1822 KB 434/1210 KB 416/471 KB 148/276 KB 1384/1822 KB 434/1210 KB 372/471 KB 132/276 KB 1384/1822 KB 438/1210 KB 416/471 KB 148/276 KB 1384/1822 KB 442/1210 KB 416/471 KB 148/276 KB 1384/1822 KB 418/1210 KB 372/471 KB 116/276 KB 1388/1822 KB 442/1210 KB 416/471 KB 148/276 KB 1392/1822 KB 442/1210 KB 416/471 KB 148/276 KB 1396/1822 KB 442/1210 KB 416/471 KB 148/276 KB 1400/1822 KB 442/1210 KB 416/471 KB 148/276 KB 1404/1822 KB 442/1210 KB 416/471 KB 148/276 KB 1408/1822 KB 442/1210 KB 416/471 KB 148/276 KB 1412/1822 KB 442/1210 KB 416/471 KB 148/276 KB 1416/1822 KB 446/1210 KB 416/471 KB 148/276 KB 1420/1822 KB 446/1210 KB 416/471 KB 148/276 KB 1424/1822 KB 446/1210 KB 416/471 KB 148/276 KB 1428/1822 KB 446/1210 KB 416/471 KB 148/276 KB 1432/1822 KB 446/1210 KB 416/471 KB 148/276 KB 1436/1822 KB 446/1210 KB 416/471 KB 148/276 KB 1440/1822 KB 446/1210 KB 420/471 KB 148/276 KB 1384/1822 KB 434/1210 KB 404/471 KB 148/276 KB 1440/1822 KB 446/1210 KB 420/471 KB 152/276 KB 1440/1822 KB 446/1210 KB 420/471 KB 156/276 KB 1440/1822 KB 446/1210 KB 420/471 KB 160/276 KB 1440/1822 KB 446/1210 KB 420/471 KB 164/276 KB 1440/1822 KB 446/1210 KB 420/471 KB 168/276 KB 1436/1822 KB 446/1210 KB 420/471 KB 148/276 KB 1440/1822 KB 446/1210 KB 424/471 KB 4/577 KB 172/276 KB 1440/1822 KB 446/1210 KB 428/471 KB 4/577 KB 172/276 KB 1440/1822 KB 446/1210 KB 432/471 KB 4/577 KB 172/276 KB 1412/1822 KB 446/1210 KB 416/471 KB 148/276 KB 1440/1822 KB 450/1210 KB 432/471 KB 4/577 KB 172/276 KB 1440/1822 KB 454/1210 KB 432/471 KB 4/577 KB 172/276 KB 1440/1822 KB 458/1210 KB 432/471 KB 4/577 KB 172/276 KB 1440/1822 KB 462/1210 KB 432/471 KB 4/577 KB 172/276 KB 1440/1822 KB 466/1210 KB 432/471 KB 4/577 KB 172/276 KB 1440/1822 KB 470/1210 KB 432/471 KB 4/577 KB 172/276 KB 1440/1822 KB 474/1210 KB 432/471 KB 4/577 KB 172/276 KB 1440/1822 KB 478/1210 KB 436/471 KB 4/577 KB 172/276 KB 1440/1822 KB 446/1210 KB 420/471 KB 4/577 KB 172/276 KB 1440/1822 KB 446/1210 KB 420/471 KB 4/577 KB 168/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 8/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 12/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 16/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 20/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 24/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 28/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 32/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 36/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 40/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 44/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 48/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 52/577 KB 172/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 4/577 KB 172/276 KB 1448/1822 KB 478/1210 KB 436/471 KB 52/577 KB 176/276 KB 1452/1822 KB 482/1210 KB 436/471 KB 56/577 KB 176/276 KB 1456/1822 KB 482/1210 KB 436/471 KB 56/577 KB 176/276 KB 1460/1822 KB 482/1210 KB 436/471 KB 56/577 KB 176/276 KB 1440/1822 KB 474/1210 KB 436/471 KB 4/577 KB 172/276 KB 1460/1822 KB 482/1210 KB 440/471 KB 56/577 KB 176/276 KB 1460/1822 KB 482/1210 KB 444/471 KB 56/577 KB 176/276 KB 1460/1822 KB 482/1 unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 10:06:43 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 210 KB 448/471 KB 56/577 KB 176/276 KB 1460/1822 KB 482/1210 KB 452/471 KB 56/577 KB 176/276 KB 1448/1822 KB 482/1210 KB 436/471 KB 56/577 KB 176/276 KB 1464/1822 KB 486/1210 KB 452/471 KB 56/577 KB 176/276 KB 1464/1822 KB 490/1210 KB 452/471 KB 56/577 KB 176/276 KB 1464/1822 KB 494/1210 KB 452/471 KB 56/577 KB 176/276 KB 1464/1822 KB 498/1210 KB 452/471 KB 56/577 KB 176/276 KB 1464/1822 KB 502/1210 KB 456/471 KB 56/577 KB 176/276 KB 1464/1822 KB 506/1210 KB 456/471 KB 56/577 KB 176/276 KB 1464/1822 KB 510/1210 KB 456/471 KB 56/577 KB 176/276 KB 1464/1822 KB 514/1210 KB 456/471 KB 56/577 KB 176/276 KB 1448/1822 KB 478/1210 KB 436/471 KB 56/577 KB 176/276 KB 1444/1822 KB 478/1210 KB 436/471 KB 52/577 KB 176/276 KB 1464/1822 KB 514/1210 KB 456/471 KB 56/577 KB 180/276 KB 1464/1822 KB 514/1210 KB 456/471 KB 60/577 KB 184/276 KB 1464/1822 KB 514/1210 KB 456/471 KB 60/577 KB 188/276 KB 1464/1822 KB 514/1210 KB 456/471 KB 60/577 KB 192/276 KB 1464/1822 KB 514/1210 KB 456/471 KB 60/577 KB 196/276 KB 1464/1822 KB 514/1210 KB 456/471 KB 60/577 KB 200/276 KB 1464/1822 KB 514/1210 KB 456/471 KB 60/577 KB 204/276 KB 1464/1822 KB 514/1210 KB 456/471 KB 60/577 KB 208/276 KB 1464/1822 KB 498/1210 KB 456/471 KB 56/577 KB 176/276 KB 1464/1822 KB 514/1210 KB 460/471 KB 60/577 KB 208/276 KB 1464/1822 KB 514/1210 KB 464/471 KB 60/577 KB 208/276 KB 1464/1822 KB 482/1210 KB 452/471 KB 56/577 KB 176/276 KB 1468/1822 KB 514/1210 KB 464/471 KB 60/577 KB 208/276 KB 1472/1822 KB 514/1210 KB 464/471 KB 60/577 KB 208/276 KB 1464/1822 KB 514/1210 KB 456/471 KB 60/577 KB 180/276 KB 1472/1822 KB 514/1210 KB 464/471 KB 64/577 KB 208/276 KB 1472/1822 KB 514/1210 KB 464/471 KB 68/577 KB 208/276 KB 1472/1822 KB 514/1210 KB 464/471 KB 72/577 KB 208/276 KB 1472/1822 KB 514/1210 KB 464/471 KB 76/577 KB 208/276 KB 1472/1822 KB 514/1210 KB 464/471 KB 80/577 KB 208/276 KB 1476/1822 KB 514/1210 KB 464/471 KB 80/577 KB 208/276 KB 1480/1822 KB 514/1210 KB 468/471 KB 84/577 KB 212/276 KB 1484/1822 KB 514/1210 KB 468/471 KB 84/577 KB 212/276 KB 1488/1822 KB 514/1210 KB 468/471 KB 84/577 KB 212/276 KB 1492/1822 KB 514/1210 KB 468/471 KB 84/577 KB 212/276 KB 1476/1822 KB 514/1210 KB 468/471 KB 84/577 KB 212/276 KB 1492/1822 KB 518/1210 KB 468/471 KB 84/577 KB 216/276 KB 1492/1822 KB 518/1210 KB 468/471 KB 84/577 KB 220/276 KB 1492/1822 KB 518/1210 KB 468/471 KB 84/577 KB 224/276 KB 1492/1822 KB 518/1210 KB 468/471 KB 84/577 KB 228/276 KB 1476/1822 KB 514/1210 KB 468/471 KB 84/577 KB 208/276 KB 1496/1822 KB 518/1210 KB 468/471 KB 88/577 KB 228/276 KB 1496/1822 KB 518/1210 KB 468/471 KB 92/577 KB 228/276 KB 1496/1822 KB 518/1210 KB 468/471 KB 96/577 KB 228/276 KB 1496/1822 KB 518/1210 KB 468/471 KB 100/577 KB 228/276 KB 1496/1822 KB 518/1210 KB 468/471 KB 104/577 KB 228/276 KB 1496/1822 KB 518/1210 KB 468/471 KB 108/577 KB 228/276 KB 1496/1822 KB 518/1210 KB 468/471 KB 112/577 KB 228/276 KB 1476/1822 KB 514/1210 KB 468/471 KB 80/577 KB 208/276 KB 1496/1822 KB 518/1210 KB 471/471 KB 112/577 KB 228/276 KB 1496/1822 KB 518/1210 KB 468/471 KB 84/577 KB 228/276 KB 1492/1822 KB 518/1210 KB 468/471 KB 84/577 KB 212/276 KB 1500/1822 KB 522/1210 KB 471/471 KB 112/577 KB 228/276 KB 1500/1822 KB 526/1210 KB 471/471 KB 112/577 KB 228/276 KB 1500/1822 KB 530/1210 KB 471/471 KB 112/577 KB 228/276 KB 1500/1822 KB 534/1210 KB 471/471 KB 112/577 KB 232/276 KB 1500/1822 KB 538/1210 KB 471/471 KB 112/577 KB 232/276 KB 1500/1822 KB 542/1210 KB unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 471/471 KB 112/577 KB 232/276 KB 1500/1822 KB 546/1210 KB 471/471 KB 112/577 KB 232/276 KB 1500/1822 KB 530/1210 KB 471/471 KB 112/577 KB 232/276 KB 1500/1822 KB 546/1210 KB 471/471 KB 116/577 KB 236/276 KB 1500/1822 KB 546/1210 KB 471/471 KB 116/577 KB 240/276 KB 1500/1822 KB 530/1210 KB 471/471 KB 112/577 KB 228/276 KB 1504/1822 KB 546/1210 KB 471/471 KB 116/577 KB 240/276 KB 1508/1822 KB 546/1210 KB 471/471 KB 116/577 KB 240/276 KB 1512/1822 KB 546/1210 KB 471/471 KB 116/577 KB 240/276 KB 1516/1822 KB 546/1210 KB 471/471 KB 116/577 KB 240/276 KB 1520/1822 KB 546/1210 KB 471/471 KB 116/577 KB 240/276 KB 1524/1822 KB 546/1210 KB 471/471 KB 116/577 KB 240/276 KB 1528/1822 KB 550/1210 KB 471/471 KB 116/577 KB 244/276 KB 1532/1822 KB 550/1210 KB 471/471 KB 116/577 KB 244/276 KB 1536/1822 KB 550/1210 KB 471/471 KB 116/577 KB 244/276 KB 1500/1822 KB 546/1210 KB 471/471 KB 116/577 KB 232/276 KB 1536/1822 KB 550/1210 KB 471/471 KB 120/577 KB 244/276 KB 1536/1822 KB 550/1210 KB 471/471 KB 124/577 KB 244/276 KB 1536/1822 KB 550/1210 KB 471/471 KB 128/577 KB 244/276 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 418.7 KB/sec) unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1524/1822 KB 550/1210 KB 471/471 KB 116/577 KB 244/276 KB 1536/1822 KB 554/1210 KB 128/577 KB 244/276 KB 1536/1822 KB 558/1210 KB 128/577 KB 244/276 KB 1536/1822 KB 562/1210 KB 128/577 KB 244/276 KB 1540/1822 KB 566/1210 KB 132/577 KB 244/276 KB 1540/1822 KB 570/1210 KB 132/577 KB 244/276 KB 1540/1822 KB 574/1210 KB 132/577 KB 244/276 KB 1540/1822 KB 578/1210 KB 132/577 KB 244/276 KB 1524/1822 KB 546/1210 KB 471/471 KB 116/577 KB 244/276 KB 1540/1822 KB 578/1210 KB 132/577 KB 248/276 KB 1540/1822 KB 578/1210 KB 132/577 KB 252/276 KB 1540/1822 KB 578/1210 KB 132/577 KB 256/276 KB 1540/1822 KB 578/1210 KB 132/577 KB 260/276 KB 1540/1822 KB 578/1210 KB 132/577 KB 264/276 KB 1540/1822 KB 578/1210 KB 132/577 KB 268/276 KB 1540/1822 KB 578/1210 KB 132/577 KB 272/276 KB 1540/1822 KB 578/1210 KB 132/577 KB 276/276 KB 1540/1822 KB 578/1210 KB 132/577 KB 276/276 KB 1540/1822 KB 562/1210 KB 132/577 KB 244/276 KB 1544/1822 KB 578/1210 KB 132/577 KB 276/276 KB 1548/1822 KB 578/1210 KB 132/577 KB 276/276 KB 1552/1822 KB 578/1210 KB 132/577 KB 276/276 KB 1556/1822 KB 578/1210 KB 132/577 KB 276/276 KB 1536/1822 KB 562/1210 KB 132/577 KB 244/276 KB 1556/1822 KB 582/1210 KB 136/577 KB 276/276 KB 1556/1822 KB 582/1210 KB 140/577 KB 276/276 KB 1556/1822 KB 582/1210 KB 144/577 KB 276/276 KB 1556/1822 KB 4/37 KB 582/1210 KB 144/577 KB 276/276 KB 1556/1822 KB 8/37 KB 582/1210 KB 144/577 KB 276/276 KB 1556/1822 KB 12/37 KB 582/1210 KB 144/577 KB 276/276 KB 1556/1822 KB 16/37 KB 582/1210 KB 148/577 KB 276/276 KB 1556/1822 KB 20/37 KB 582/1210 KB 148/577 KB 276/276 KB 1556/1822 KB 582/1210 KB 132/577 KB 276/276 KB 1556/1822 KB 20/37 KB 586/1210 KB 148/577 KB 276/276 KB 1556/1822 KB 20/37 KB 590/1210 KB 148/577 KB 276/276 KB 1556/1822 KB 12/37 KB 582/1210 KB 148/577 KB 276/276 KB 1556/1822 KB 24/37 KB 590/1210 KB 152/577 KB 276/276 KB 1556/1822 KB 24/37 KB 590/1210 KB 156/577 KB 276/276 KB 1556/1822 KB 24/37 KB 590/1210 KB 160/577 KB 276/276 KB 1556/1822 KB 24/37 KB 590/1210 KB 148/577 KB 276/276 KB 1556/1822 KB 28/37 KB 590/1210 KB 160/577 KB 276/276 KB 1556/1822 KB 32/37 KB 590/1210 KB 164/577 KB 276/276 KB 1556/1822 KB 36/37 KB 594/1210 KB 164/577 KB 276/276 KB 1560/1822 KB 37/37 KB 594/1210 KB 164/577 KB 276/276 KB 1556/1822 KB 28/37 KB 590/1210 KB 164/577 KB 276/276 KB 1560/1822 KB 37/37 KB 594/1210 KB 168/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 242.9 KB/sec) unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1560/1822 KB 36/37 KB 594/1210 KB 164/577 KB 276/276 KB 1564/1822 KB 37/37 KB 594/1210 KB 172/577 KB 1568/1822 KB 37/37 KB 594/1210 KB 172/577 KB 1572/1822 KB 37/37 KB 594/1210 KB 172/577 KB 1576/1822 KB 37/37 KB 594/1210 KB 172/577 KB 1580/1822 KB 37/37 KB 594/1210 KB 172/577 KB 1584/1822 KB 37/37 KB 594/1210 KB 172/577 KB 1556/1822 KB 32/37 KB 594/1210 KB 164/577 KB 276/276 KB 1584/1822 KB 37/37 KB 598/1210 KB 172/577 KB 1584/1822 KB 37/37 KB 602/1210 KB 172/577 KB 1584/1822 KB 37/37 KB 606/1210 KB 172/577 KB 1584/1822 KB 37/37 KB 610/1210 KB 172/577 KB 1584/1822 KB 37/37 KB 614/1210 KB 172/577 KB 1584/1822 KB 37/37 KB 618/1210 KB 172/577 KB 1584/1822 KB 37/37 KB 622/1210 KB 172/577 KB 1584/1822 KB 37/37 KB 626/1210 KB 172/577 KB 1588/1822 KB 37/37 KB 630/1210 KB 172/577 KB 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1560/1822 KB 37/37 KB 594/1210 KB 172/577 KB 1588/1822 KB 37/37 KB 630/1210 KB 176/577 KB 1588/1822 KB 37/37 KB 630/1210 KB 180/577 KB 1588/1822 KB 37/37 KB 634/1210 KB 184/577 KB 1588/1822 KB 37/37 KB 634/1210 KB 188/577 KB 1588/1822 KB 37/37 KB 634/1210 KB 192/577 KB 1588/1822 KB 634/1210 KB 196/577 KB 1588/1822 KB 37/37 KB 626/1210 KB 172/577 KB 1592/1822 KB 634/1210 KB 196/577 KB 1596/1822 KB 634/1210 KB 196/577 KB 1600/1822 KB 634/1210 KB 196/577 KB 1604/1822 KB 634/1210 KB 196/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 31.8 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1588/1822 KB 37/37 KB 634/1210 KB 180/577 KB 1604/1822 KB 638/1210 KB 200/577 KB 1604/1822 KB 634/1210 KB 200/577 KB 1604/1822 KB 638/1210 KB 204/577 KB 1604/1822 KB 638/1210 KB 208/577 KB 1604/1822 KB 638/1210 KB 212/577 KB 1608/1822 KB 642/1210 KB 216/577 KB 1608/1822 KB 642/1210 KB 220/577 KB 1608/1822 KB 642/1210 KB 224/577 KB 1608/1822 KB 642/1210 KB 228/577 KB 1608/1822 KB 642/1210 KB 232/577 KB 1608/1822 KB 642/1210 KB 236/577 KB 1608/1822 KB 642/1210 KB 240/577 KB 1608/1822 KB 642/1210 KB 212/577 KB 1608/1822 KB 646/1210 KB 240/577 KB 1608/1822 KB 650/1210 KB 240/577 KB 1608/1822 KB 654/1210 KB 240/577 KB 1608/1822 KB 658/1210 KB 240/577 KB 1608/1822 KB 638/1210 KB 212/577 KB 1612/1822 KB 658/1210 KB 240/577 KB 1616/1822 KB 658/1210 KB 240/577 KB 1620/1822 KB 658/1210 KB 240/577 KB 1624/1822 KB 658/1210 KB 240/577 KB 1628/1822 KB 658/1210 KB 240/577 KB 1632/1822 KB 658/1210 KB 240/577 KB 1636/1822 KB 658/1210 KB 240/577 KB 1640/1822 KB 662/1210 KB 244/577 KB 1644/1822 KB 662/1210 KB 244/577 KB 1648/1822 KB 662/1210 KB 244/577 KB 1636/1822 KB 662/1210 KB 244/577 KB 1648/1822 KB 662/1210 KB 248/577 KB 1648/1822 KB 662/1210 KB 4/167 KB 252/577 KB 1648/1822 KB 662/1210 KB 4/167 KB 256/577 KB 1636/1822 KB 662/1210 KB 240/577 KB 1648/1822 KB 662/1210 KB 4/167 KB 248/577 KB 1648/1822 KB 662/1210 KB 8/167 KB 256/577 KB 1648/1822 KB 662/1210 KB 12/167 KB 256/577 KB 1648/1822 KB 662/1210 KB 16/167 KB 256/577 KB 1648/1822 KB 662/1210 KB 20/167 KB 256/577 KB 1648/1822 KB 662/1210 KB 24/167 KB 256/577 KB 1648/1822 KB 662/1210 KB 28/167 KB 256/577 KB 1648/1822 KB 662/1210 KB 32/167 KB 256/577 KB 1648/1822 KB 662/1210 KB 36/167 KB 256/577 KB 1648/1822 KB 662/1210 KB 40/167 KB 256/577 KB 1648/1822 KB 662/1210 KB 44/167 KB 256/577 KB 1648/1822 KB 662/1210 KB 48/167 KB 256/577 KB 1648/1822 KB 666/1210 KB 48/167 KB 256/577 KB 1648/1822 KB 670/1210 KB 48/167 KB 256/577 KB 1648/1822 KB 674/1210 KB 48/167 KB 256/577 KB 1648/1822 KB 674/1210 KB 52/167 KB 256/577 KB 1648/1822 KB 674/1210 KB 56/167 KB 256/577 KB 1648/1822 KB 674/1210 KB 60/167 KB 256/577 KB 1648/1822 KB 674/1210 KB 64/167 KB 256/577 KB 1648/1822 KB 678/1210 KB 64/167 KB 260/577 KB 1648/1822 KB 678/1210 KB 64/167 KB 256/577 KB 1652/1822 KB 682/1210 KB 64/167 KB 260/577 KB 1652/1822 KB 686/1210 KB 68/167 KB 260/577 KB 1652/1822 KB 678/1210 KB 64/167 KB 260/577 KB 1656/1822 KB 686/1210 KB 68/167 KB 260/577 KB 1660/1822 KB 686/1210 KB 68/167 KB 260/577 KB 1664/1822 KB 686/1210 KB 68/167 KB 260/577 KB 1668/1822 KB 690/1210 KB 68/167 KB 260/577 KB 1672/1822 KB 690/1210 KB 68/167 KB 264/577 KB 1676/1822 KB 690/1210 KB 68/167 KB 264/577 KB 1680/1822 KB 690/1210 KB 68/167 KB 264/577 KB 1684/1822 KB 690/1210 KB 68/167 KB 264/577 KB 1688/1822 KB 690/1210 KB 68/167 KB 264/577 KB 1692/1822 KB 690/1210 KB 68/167 KB 264/577 KB 1696/1822 KB 690/1210 KB 68/167 KB 264/577 KB 1700/1822 KB 690/1210 KB 68/167 KB 264/577 KB 1652/1822 KB 682/1210 KB 68/167 KB 260/577 KB 1668/1822 KB 690/1210 KB 68/167 KB 264/577 KB 1700/1822 KB 690/1210 KB 68/167 KB 268/577 KB 1700/1822 KB 690/1210 KB 68/167 KB 271/577 KB 1700/1822 KB 690/1210 KB 72/167 KB 271/577 KB 1700/1822 KB 690/1210 KB 76/167 KB 271/577 KB 1700/1822 KB 690/1210 KB 80/167 KB 275/577 KB 1664/1822 KB 690/1210 KB 68/167 KB 260/577 KB 1700/1822 KB 694/1210 KB 80/167 KB 275/577 KB 1700/1822 KB 698/1210 KB 80/167 KB 275/577 KB 1700/1822 KB 702/1210 KB 80/167 KB 275/577 KB 1700/1822 KB 706 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install /1210 KB 84/167 KB 275/577 KB 1700/1822 KB 710/1210 KB 84/167 KB 275/577 KB 1700/1822 KB 714/1210 KB 84/167 KB 275/577 KB 1700/1822 KB 718/1210 KB 84/167 KB 275/577 KB 1700/1822 KB 722/1210 KB 84/167 KB 275/577 KB 1700/1822 KB 726/1210 KB 84/167 KB 275/577 KB 1700/1822 KB 730/1210 KB 84/167 KB 275/577 KB 1700/1822 KB 734/1210 KB 84/167 KB 275/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 275/577 KB 1700/1822 KB 690/1210 KB 76/167 KB 275/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 279/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 283/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 287/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 291/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 295/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 299/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 303/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 307/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 311/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 315/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 319/577 KB 1704/1822 KB 738/1210 KB 84/167 KB 323/577 KB 1704/1822 KB 734/1210 KB 84/167 KB 275/577 KB 1708/1822 KB 742/1210 KB 84/167 KB 323/577 KB 1712/1822 KB 742/1210 KB 84/167 KB 323/577 KB 1700/1822 KB 702/1210 KB 84/167 KB 275/577 KB 1712/1822 KB 742/1210 KB 88/167 KB 323/577 KB 1712/1822 KB 742/1210 KB 92/167 KB 323/577 KB 1712/1822 KB 742/1210 KB 96/167 KB 323/577 KB 1712/1822 KB 742/1210 KB 100/167 KB 323/577 KB 1712/1822 KB 742/1210 KB 104/167 KB 323/577 KB 3/1192 KB 1712/1822 KB 742/1210 KB 108/167 KB 323/577 KB 3/1192 KB 1712/1822 KB 742/1210 KB 112/167 KB 323/577 KB 3/1192 KB 1712/1822 KB 742/1210 KB 116/167 KB 323/577 KB 3/1192 KB 1716/1822 KB 742/1210 KB 120/167 KB 323/577 KB 3/1192 KB 1716/1822 KB 742/1210 KB 124/167 KB 323/577 KB 3/1192 KB 1716/1822 KB 742/1210 KB 128/167 KB 323/577 KB 3/1192 KB 1704/1822 KB 742/1210 KB 84/167 KB 323/577 KB 1716/1822 KB 746/1210 KB 128/167 KB 323/577 KB 3/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 3/1192 KB 1716/1822 KB 742/1210 KB 116/167 KB 323/577 KB 3/1192 KB 1712/1822 KB 742/1210 KB 100/167 KB 323/577 KB 3/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 5/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 8/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 11/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 13/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 16/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 19/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 21/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 24/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 27/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 29/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 32/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 36/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 40/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 44/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 48/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 52/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 56/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 60/1192 KB 1716/1822 KB 750/1210 KB 128/167 KB 323/577 KB 64/1192 KB 1720/1822 KB 750/1210 KB 128/167 KB 323/577 KB 64/1192 KB 1724/1822 KB 750/1210 KB 132/167 KB 323/577 KB 64/1192 KB 1728/1822 KB 754/1210 KB 132/167 KB 327/577 KB 64/1192 KB 1732/1822 KB 754/1210 KB 132/167 KB 327/577 KB 64/1192 KB 1736/1822 KB 754/1210 KB 132/167 KB 327/577 KB 64/1192 KB 1740/1 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install 822 KB 754/1210 KB 132/167 KB 327/577 KB 64/1192 KB 1744/1822 KB 754/1210 KB 132/167 KB 327/577 KB 64/1192 KB 1748/1822 KB 754/1210 KB 132/167 KB 327/577 KB 68/1192 KB 1752/1822 KB 754/1210 KB 132/167 KB 327/577 KB 68/1192 KB 1756/1822 KB 754/1210 KB 132/167 KB 327/577 KB 68/1192 KB 1760/1822 KB 754/1210 KB 132/167 KB 327/577 KB 68/1192 KB 1764/1822 KB 754/1210 KB 132/167 KB 327/577 KB 68/1192 KB 1720/1822 KB 750/1210 KB 132/167 KB 323/577 KB 64/1192 KB 1744/1822 KB 754/1210 KB 132/167 KB 327/577 KB 68/1192 KB 1764/1822 KB 754/1210 KB 132/167 KB 327/577 KB 72/1192 KB 1764/1822 KB 754/1210 KB 132/167 KB 327/577 KB 76/1192 KB 1764/1822 KB 754/1210 KB 132/167 KB 327/577 KB 80/1192 KB 1724/1822 KB 754/1210 KB 132/167 KB 327/577 KB 64/1192 KB 1724/1822 KB 754/1210 KB 132/167 KB 323/577 KB 64/1192 KB 1764/1822 KB 754/1210 KB 136/167 KB 327/577 KB 80/1192 KB 1764/1822 KB 754/1210 KB 136/167 KB 331/577 KB 80/1192 KB 1764/1822 KB 754/1210 KB 136/167 KB 335/577 KB 80/1192 KB 1764/1822 KB 754/1210 KB 136/167 KB 339/577 KB 80/1192 KB 1764/1822 KB 758/1210 KB 140/167 KB 343/577 KB 84/1192 KB 1764/1822 KB 758/1210 KB 140/167 KB 347/577 KB 84/1192 KB 1764/1822 KB 758/1210 KB 140/167 KB 351/577 KB 84/1192 KB 1764/1822 KB 758/1210 KB 140/167 KB 339/577 KB 84/1192 KB 1764/1822 KB 758/1210 KB 144/167 KB 351/577 KB 84/1192 KB 1764/1822 KB 758/1210 KB 148/167 KB 351/577 KB 84/1192 KB 1764/1822 KB 758/1210 KB 152/167 KB 351/577 KB 84/1192 KB 1764/1822 KB 758/1210 KB 156/167 KB 351/577 KB 84/1192 KB 1764/1822 KB 758/1210 KB 160/167 KB 351/577 KB 84/1192 KB 1764/1822 KB 758/1210 KB 136/167 KB 339/577 KB 84/1192 KB 1764/1822 KB 758/1210 KB 160/167 KB 351/577 KB 88/1192 KB 1764/1822 KB 758/1210 KB 160/167 KB 351/577 KB 92/1192 KB 1764/1822 KB 758/1210 KB 160/167 KB 351/577 KB 96/1192 KB 1764/1822 KB 758/1210 KB 160/167 KB 351/577 KB 100/1192 KB 1764/1822 KB 758/1210 KB 164/167 KB 355/577 KB 104/1192 KB 1764/1822 KB 758/1210 KB 164/167 KB 355/577 KB 108/1192 KB 1764/1822 KB 758/1210 KB 136/167 KB 339/577 KB 80/1192 KB 1764/1822 KB 762/1210 KB 164/167 KB 355/577 KB 108/1192 KB 1764/1822 KB 766/1210 KB 164/167 KB 355/577 KB 108/1192 KB 1764/1822 KB 770/1210 KB 164/167 KB 355/577 KB 108/1192 KB 1764/1822 KB 774/1210 KB 164/167 KB 355/577 KB 108/1192 KB 1764/1822 KB 778/1210 KB 164/167 KB 355/577 KB 108/1192 KB 1764/1822 KB 782/1210 KB 164/167 KB 355/577 KB 108/1192 KB 1764/1822 KB 786/1210 KB 164/167 KB 355/577 KB 108/1192 KB 1764/1822 KB 790/1210 KB 164/167 KB 355/577 KB 108/1192 KB 1764/1822 KB 794/1210 KB 164/167 KB 355/577 KB 112/1192 KB 1764/1822 KB 798/1210 KB 164/167 KB 355/577 KB 112/1192 KB 1764/1822 KB 802/1210 KB 164/167 KB 355/577 KB 112/1192 KB 1764/1822 KB 758/1210 KB 164/167 KB 355/577 KB 100/1192 KB 1768/1822 KB 802/1210 KB 164/167 KB 359/577 KB 112/1192 KB 1768/1822 KB 802/1210 KB 164/167 KB 363/577 KB 112/1192 KB 1768/1822 KB 802/1210 KB 164/167 KB 367/577 KB 112/1192 KB 1768/1822 KB 802/1210 KB 164/167 KB 371/577 KB 112/1192 KB 1764/1822 KB 758/1210 KB 164/167 KB 351/577 KB 100/1192 KB 1768/1822 KB 806/1210 KB 167/167 KB 371/577 KB 112/1192 KB 1768/1822 KB 806/1210 KB 167/167 KB 375/577 KB 112/1192 KB 1768/1822 KB 806/1210 KB 167/167 KB 379/577 KB 112/1192 KB 1768/1822 KB 806/1210 KB 167/167 KB 383/577 KB 112/1192 KB 1768/1822 KB 806/1210 KB 164/167 KB 371/577 KB 112/1192 KB 1768/1822 KB 810/1210 KB 167/167 KB 383/577 KB 112/1192 KB 1768/1822 KB 814/1210 KB 167/167 KB 383/577 KB 112/1192 KB 1768 unit-abot-epc-basic-0: 10:06:43 DEBUG unit.abot-epc-basic/0.install /1822 KB 802/1210 KB 164/167 KB 355/577 KB 112/1192 KB 1772/1822 KB 814/1210 KB 167/167 KB 383/577 KB 112/1192 KB 1776/1822 KB 814/1210 KB 167/167 KB 383/577 KB 112/1192 KB 1780/1822 KB 814/1210 KB 167/167 KB 383/577 KB 112/1192 KB 1784/1822 KB 814/1210 KB 167/167 KB 383/577 KB 112/1192 KB 1788/1822 KB 818/1210 KB 167/167 KB 387/577 KB 112/1192 KB 1792/1822 KB 818/1210 KB 167/167 KB 387/577 KB 112/1192 KB 1764/1822 KB 790/1210 KB 164/167 KB 355/577 KB 112/1192 KB 1792/1822 KB 818/1210 KB 167/167 KB 387/577 KB 116/1192 KB 1792/1822 KB 818/1210 KB 167/167 KB 387/577 KB 120/1192 KB 1792/1822 KB 818/1210 KB 167/167 KB 387/577 KB 124/1192 KB 1792/1822 KB 818/1210 KB 167/167 KB 387/577 KB 128/1192 KB 1792/1822 KB 818/1210 KB 167/167 KB 387/577 KB 132/1192 KB 1792/1822 KB 818/1210 KB 167/167 KB 387/577 KB 136/1192 KB 1792/1822 KB 818/1210 KB 167/167 KB 387/577 KB 140/1192 KB 1792/1822 KB 818/1210 KB 167/167 KB 387/577 KB 144/1192 KB 1792/1822 KB 818/1210 KB 167/167 KB 387/577 KB 148/1192 KB 1796/1822 KB 818/1210 KB 387/577 KB 152/1192 KB 1796/1822 KB 818/1210 KB 387/577 KB 156/1192 KB 1796/1822 KB 818/1210 KB 387/577 KB 160/1192 KB 1784/1822 KB 818/1210 KB 167/167 KB 387/577 KB 112/1192 KB 1796/1822 KB 822/1210 KB 387/577 KB 160/1192 KB 1796/1822 KB 826/1210 KB 387/577 KB 160/1192 KB 1796/1822 KB 830/1210 KB 387/577 KB 160/1192 KB 1784/1822 KB 814/1210 KB 167/167 KB 387/577 KB 112/1192 KB 1796/1822 KB 830/1210 KB 391/577 KB 160/1192 KB 1796/1822 KB 830/1210 KB 395/577 KB 160/1192 KB 1796/1822 KB 830/1210 KB 399/577 KB 160/1192 KB 1796/1822 KB 830/1210 KB 403/577 KB 160/1192 KB 1796/1822 KB 834/1210 KB 407/577 KB 160/1192 KB 1796/1822 KB 834/1210 KB 411/577 KB 160/1192 KB 1796/1822 KB 834/1210 KB 415/577 KB 160/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 139.0 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 1796/1822 KB 818/1210 KB 167/167 KB 387/577 KB 148/1192 KB 1800/1822 KB 834/1210 KB 415/577 KB 160/1192 KB 1804/1822 KB 834/1210 KB 415/577 KB 160/1192 KB 1808/1822 KB 834/1210 KB 415/577 KB 160/1192 KB 1812/1822 KB 834/1210 KB 415/577 KB 160/1192 KB 1816/1822 KB 834/1210 KB 415/577 KB 160/1192 KB 1820/1822 KB 834/1210 KB 415/577 KB 164/1192 KB 1822/1822 KB 834/1210 KB 415/577 KB 164/1192 KB 1796/1822 KB 834/1210 KB 403/577 KB 160/1192 KB 1822/1822 KB 838/1210 KB 419/577 KB 164/1192 KB 1822/1822 KB 842/1210 KB 419/577 KB 164/1192 KB 1822/1822 KB 846/1210 KB 419/577 KB 164/1192 KB 1822/1822 KB 850/1210 KB 419/577 KB 164/1192 KB 1822/1822 KB 834/1210 KB 419/577 KB 164/1192 KB 1822/1822 KB 850/1210 KB 423/577 KB 164/1192 KB 1822/1822 KB 850/1210 KB 427/577 KB 164/1192 KB 1816/1822 KB 834/1210 KB 415/577 KB 164/1192 KB 1822/1822 KB 850/1210 KB 427/577 KB 168/1192 KB 1822/1822 KB 850/1210 KB 427/577 KB 172/1192 KB 1822/1822 KB 850/1210 KB 427/577 KB 176/1192 KB 1822/1822 KB 850/1210 KB 431/577 KB 176/1192 KB 1822/1822 KB 850/1210 KB 435/577 KB 176/1192 KB 1822/1822 KB 854/1210 KB 439/577 KB 180/1192 KB 1822/1822 KB 854/1210 KB 443/577 KB 180/1192 KB 1822/1822 KB 854/1210 KB 447/577 KB 180/1192 KB 1822/1822 KB 854/1210 KB 451/577 KB 180/1192 KB 1822/1822 KB 854/1210 KB 455/577 KB 180/1192 KB 1822/1822 KB 854/1210 KB 459/577 KB 180/1192 KB 1822/1822 KB 854/1210 KB 463/577 KB 180/1192 KB 1822/1822 KB 854/1210 KB 435/577 KB 180/1192 KB 1822/1822 KB 854/1210 KB 435/577 KB 176/1192 KB 1822/1822 KB 858/1210 KB 463/577 KB 180/1192 KB 1822/1822 KB 862/1210 KB 463/577 KB 180/1192 KB 1822/1822 KB 4/439 KB 862/1210 KB 463/577 KB 180/1192 KB 1822/1822 KB 8/439 KB 862/1210 KB 463/577 KB 180/1192 KB 1822/1822 KB 12/439 KB 862/1210 KB 463/577 KB 180/1192 KB 1822/1822 KB 16/439 KB 862/1210 KB 463/577 KB 180/1192 KB 1822/1822 KB 20/439 KB 862/1210 KB 463/577 KB 180/1192 KB 24/439 KB 866/1210 KB 463/577 KB 184/1192 KB 28/439 KB 866/1210 KB 463/577 KB 184/1192 KB 32/439 KB 866/1210 KB 463/577 KB 184/1192 KB 20/439 KB 866/1210 KB 463/577 KB 184/1192 KB 32/439 KB 866/1210 KB 463/577 KB 188/1192 KB 32/439 KB 866/1210 KB 463/577 KB 192/1192 KB 20/439 KB 866/1210 KB 463/577 KB 180/1192 KB 32/439 KB 870/1210 KB 463/577 KB 192/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1505.3 KB/sec) unit-abot-epc-basic-0: 10:06:43 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: 10:06:43 DEBUG unit.abot-epc-basic/0.install 32/439 KB 870/1210 KB 463/577 KB 196/1192 KB 36/439 KB 874/1210 KB 463/577 KB 200/1192 KB 36/439 KB 874/1210 KB 463/577 KB 204/1192 KB 36/439 KB 874/1210 KB 463/577 KB 208/1192 KB 36/439 KB 874/1210 KB 463/577 KB 196/1192 KB 40/439 KB 874/1210 KB 463/577 KB 208/1192 KB 44/439 KB 874/1210 KB 463/577 KB 212/1192 KB 48/439 KB 874/1210 KB 463/577 KB 212/1192 KB 52/439 KB 874/1210 KB 463/577 KB 212/1192 KB 56/439 KB 874/1210 KB 467/577 KB 212/1192 KB 60/439 KB 874/1210 KB 467/577 KB 212/1192 KB 64/439 KB 874/1210 KB 467/577 KB 212/1192 KB 32/439 KB 874/1210 KB 463/577 KB 196/1192 KB 64/439 KB 878/1210 KB 467/577 KB 212/1192 KB 64/439 KB 882/1210 KB 467/577 KB 212/1192 KB 64/439 KB 886/1210 KB 467/577 KB 212/1192 KB 64/439 KB 890/1210 KB 467/577 KB 212/1192 KB 64/439 KB 894/1210 KB 467/577 KB 212/1192 KB 52/439 KB 874/1210 KB 467/577 KB 212/1192 KB 68/439 KB 894/1210 KB 4/562 KB 471/577 KB 212/1192 KB 68/439 KB 894/1210 KB 4/562 KB 475/577 KB 212/1192 KB 68/439 KB 894/1210 KB 4/562 KB 479/577 KB 212/1192 KB 68/439 KB 894/1210 KB 4/562 KB 483/577 KB 212/1192 KB 68/439 KB 894/1210 KB 4/562 KB 487/577 KB 212/1192 KB 68/439 KB 894/1210 KB 4/562 KB 491/577 KB 212/1192 KB 68/439 KB 894/1210 KB 4/562 KB 495/577 KB 212/1192 KB 40/439 KB 874/1210 KB 463/577 KB 212/1192 KB 68/439 KB 894/1210 KB 4/562 KB 495/577 KB 216/1192 KB 68/439 KB 894/1210 KB 4/562 KB 495/577 KB 220/1192 KB 68/439 KB 894/1210 KB 4/562 KB 495/577 KB 224/1192 KB 68/439 KB 894/1210 KB 4/562 KB 467/577 KB 212/1192 KB 68/439 KB 894/1210 KB 4/562 KB 495/577 KB 228/1192 KB 68/439 KB 894/1210 KB 8/562 KB 495/577 KB 232/1192 KB 68/439 KB 894/1210 KB 8/562 KB 495/577 KB 236/1192 KB 68/439 KB 894/1210 KB 8/562 KB 495/577 KB 240/1192 KB 68/439 KB 894/1210 KB 8/562 KB 495/577 KB 244/1192 KB 68/439 KB 894/1210 KB 8/562 KB 499/577 KB 248/1192 KB 68/439 KB 894/1210 KB 8/562 KB 499/577 KB 252/1192 KB 68/439 KB 894/1210 KB 8/562 KB 499/577 KB 256/1192 KB 68/439 KB 894/1210 KB 467/577 KB 212/1192 KB 72/439 KB 894/1210 KB 8/562 KB 499/577 KB 256/1192 KB 76/439 KB 894/1210 KB 8/562 KB 499/577 KB 256/1192 KB 80/439 KB 894/1210 KB 8/562 KB 499/577 KB 256/1192 KB 84/439 KB 894/1210 KB 8/562 KB 499/577 KB 256/1192 KB 88/439 KB 894/1210 KB 8/562 KB 499/577 KB 260/1192 KB 92/439 KB 898/1210 KB 8/562 KB 499/577 KB 260/1192 KB 96/439 KB 898/1210 KB 8/562 KB 499/577 KB 260/1192 KB 100/439 KB 898/1210 KB 8/562 KB 499/577 KB 260/1192 KB 104/439 KB 898/1210 KB 8/562 KB 499/577 KB 260/1192 KB 108/439 KB 898/1210 KB 8/562 KB 499/577 KB 260/1192 KB 68/439 KB 894/1210 KB 8/562 KB 499/577 KB 244/1192 KB 112/439 KB 898/1210 KB 8/562 KB 503/577 KB 260/1192 KB 112/439 KB 898/1210 KB 8/562 KB 507/577 KB 260/1192 KB 68/439 KB 894/1210 KB 8/562 KB 495/577 KB 228/1192 KB 88/439 KB 898/1210 KB 8/562 KB 499/577 KB 260/1192 KB 112/439 KB 902/1210 KB 8/562 KB 507/577 KB 260/1192 KB 112/439 KB 906/1210 KB 12/562 KB 507/577 KB 260/1192 KB 112/439 KB 910/1210 KB 12/562 KB 507/577 KB 260/1192 KB 112/439 KB 914/1210 KB 12/562 KB 507/577 KB 260/1192 KB 112/439 KB 918/1210 KB 12/562 KB 507/577 KB 260/1192 KB 112/439 KB 922/1210 KB 12/562 KB 507/577 KB 260/1192 KB 112/439 KB 926/1210 KB 12/562 KB 507/577 KB 260/1192 KB 112/439 KB 930/1210 KB 12/562 KB 507/577 KB 260/1192 KB 112/439 KB 934/1210 KB 12/562 KB 511/577 KB 260/1192 KB 112/439 KB 938/1210 KB 12/562 KB 511/577 KB 260/1192 KB 112/439 KB 942/1210 KB 12/562 KB 511/577 KB 260/1192 KB 112/439 KB unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 946/1210 KB 12/562 KB 511/577 KB 260/1192 KB 112/439 KB 950/1210 KB 12/562 KB 511/577 KB 260/1192 KB 112/439 KB 954/1210 KB 12/562 KB 511/577 KB 260/1192 KB 112/439 KB 958/1210 KB 12/562 KB 511/577 KB 260/1192 KB 84/439 KB 894/1210 KB 8/562 KB 499/577 KB 260/1192 KB 112/439 KB 958/1210 KB 12/562 KB 511/577 KB 264/1192 KB 112/439 KB 958/1210 KB 12/562 KB 511/577 KB 268/1192 KB 112/439 KB 958/1210 KB 12/562 KB 511/577 KB 272/1192 KB 112/439 KB 958/1210 KB 12/562 KB 511/577 KB 276/1192 KB 112/439 KB 958/1210 KB 12/562 KB 511/577 KB 280/1192 KB 112/439 KB 958/1210 KB 12/562 KB 511/577 KB 284/1192 KB 112/439 KB 958/1210 KB 12/562 KB 511/577 KB 288/1192 KB 112/439 KB 962/1210 KB 12/562 KB 511/577 KB 292/1192 KB 112/439 KB 930/1210 KB 12/562 KB 511/577 KB 260/1192 KB 112/439 KB 902/1210 KB 12/562 KB 507/577 KB 260/1192 KB 112/439 KB 962/1210 KB 16/562 KB 511/577 KB 292/1192 KB 112/439 KB 962/1210 KB 20/562 KB 511/577 KB 292/1192 KB 112/439 KB 962/1210 KB 24/562 KB 511/577 KB 292/1192 KB 112/439 KB 962/1210 KB 28/562 KB 511/577 KB 292/1192 KB 112/439 KB 962/1210 KB 32/562 KB 511/577 KB 292/1192 KB 112/439 KB 962/1210 KB 36/562 KB 511/577 KB 292/1192 KB 112/439 KB 962/1210 KB 40/562 KB 511/577 KB 292/1192 KB 112/439 KB 962/1210 KB 44/562 KB 511/577 KB 292/1192 KB 112/439 KB 962/1210 KB 48/562 KB 511/577 KB 292/1192 KB 112/439 KB 962/1210 KB 52/562 KB 511/577 KB 292/1192 KB 112/439 KB 962/1210 KB 56/562 KB 515/577 KB 292/1192 KB 112/439 KB 962/1210 KB 60/562 KB 515/577 KB 292/1192 KB 112/439 KB 962/1210 KB 64/562 KB 515/577 KB 292/1192 KB 112/439 KB 962/1210 KB 68/562 KB 515/577 KB 292/1192 KB 112/439 KB 962/1210 KB 72/562 KB 515/577 KB 292/1192 KB 112/439 KB 962/1210 KB 76/562 KB 515/577 KB 292/1192 KB 112/439 KB 962/1210 KB 80/562 KB 515/577 KB 292/1192 KB 112/439 KB 962/1210 KB 84/562 KB 515/577 KB 292/1192 KB 112/439 KB 962/1210 KB 12/562 KB 511/577 KB 288/1192 KB 112/439 KB 966/1210 KB 84/562 KB 515/577 KB 296/1192 KB 112/439 KB 970/1210 KB 84/562 KB 515/577 KB 296/1192 KB 112/439 KB 974/1210 KB 84/562 KB 515/577 KB 296/1192 KB 112/439 KB 978/1210 KB 84/562 KB 515/577 KB 296/1192 KB 112/439 KB 898/1210 KB 8/562 KB 499/577 KB 276/1192 KB 116/439 KB 978/1210 KB 88/562 KB 515/577 KB 296/1192 KB 120/439 KB 978/1210 KB 88/562 KB 515/577 KB 296/1192 KB 124/439 KB 978/1210 KB 88/562 KB 515/577 KB 296/1192 KB 128/439 KB 978/1210 KB 88/562 KB 515/577 KB 296/1192 KB 132/439 KB 978/1210 KB 88/562 KB 515/577 KB 296/1192 KB 112/439 KB 978/1210 KB 88/562 KB 515/577 KB 296/1192 KB 132/439 KB 982/1210 KB 92/562 KB 515/577 KB 296/1192 KB 132/439 KB 982/1210 KB 96/562 KB 515/577 KB 296/1192 KB 112/439 KB 962/1210 KB 84/562 KB 515/577 KB 296/1192 KB 132/439 KB 982/1210 KB 96/562 KB 515/577 KB 300/1192 KB 112/439 KB 962/1210 KB 52/562 KB 515/577 KB 292/1192 KB 132/439 KB 982/1210 KB 96/562 KB 519/577 KB 300/1192 KB 132/439 KB 982/1210 KB 96/562 KB 523/577 KB 300/1192 KB 132/439 KB 982/1210 KB 96/562 KB 527/577 KB 300/1192 KB 132/439 KB 982/1210 KB 96/562 KB 531/577 KB 300/1192 KB 132/439 KB 982/1210 KB 96/562 KB 535/577 KB 300/1192 KB 132/439 KB 982/1210 KB 96/562 KB 539/577 KB 300/1192 KB 132/439 KB 982/1210 KB 96/562 KB 543/577 KB 300/1192 KB 132/439 KB 982/1210 KB 96/562 KB 547/577 KB 300/1192 KB 132/439 KB 982/1210 KB 96/562 KB 551/577 KB 304/1192 KB 132/439 KB 982/1210 KB 96/562 KB 555/577 KB 304/1192 KB 132/439 KB 982/1210 KB 96/562 KB 559/577 KB 304/1192 KB 132/439 KB 982/1210 unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install KB 96/562 KB 563/577 KB 304/1192 KB 136/439 KB 982/1210 KB 100/562 KB 567/577 KB 304/1192 KB 136/439 KB 982/1210 KB 100/562 KB 571/577 KB 304/1192 KB 136/439 KB 982/1210 KB 100/562 KB 575/577 KB 304/1192 KB 132/439 KB 982/1210 KB 88/562 KB 515/577 KB 296/1192 KB 136/439 KB 986/1210 KB 100/562 KB 575/577 KB 304/1192 KB 136/439 KB 990/1210 KB 100/562 KB 575/577 KB 304/1192 KB 136/439 KB 982/1210 KB 100/562 KB 563/577 KB 304/1192 KB 140/439 KB 990/1210 KB 100/562 KB 575/577 KB 304/1192 KB 144/439 KB 994/1210 KB 100/562 KB 575/577 KB 304/1192 KB 148/439 KB 994/1210 KB 100/562 KB 575/577 KB 304/1192 KB 132/439 KB 982/1210 KB 100/562 KB 563/577 KB 304/1192 KB 148/439 KB 994/1210 KB 104/562 KB 577/577 KB 304/1192 KB 148/439 KB 994/1210 KB 108/562 KB 577/577 KB 304/1192 KB 148/439 KB 994/1210 KB 112/562 KB 577/577 KB 304/1192 KB 132/439 KB 982/1210 KB 96/562 KB 547/577 KB 304/1192 KB 148/439 KB 994/1210 KB 112/562 KB 577/577 KB 308/1192 KB 148/439 KB 994/1210 KB 112/562 KB 577/577 KB 312/1192 KB 148/439 KB 994/1210 KB 112/562 KB 577/577 KB 316/1192 KB 148/439 KB 994/1210 KB 112/562 KB 577/577 KB 320/1192 KB 148/439 KB 994/1210 KB 112/562 KB 577/577 KB 324/1192 KB 152/439 KB 994/1210 KB 116/562 KB 577/577 KB 328/1192 KB 152/439 KB 994/1210 KB 116/562 KB 577/577 KB 332/1192 KB 152/439 KB 994/1210 KB 116/562 KB 577/577 KB 336/1192 KB 148/439 KB 994/1210 KB 100/562 KB 577/577 KB 304/1192 KB 140/439 KB 994/1210 KB 100/562 KB 575/577 KB 304/1192 KB 152/439 KB 998/1210 KB 116/562 KB 577/577 KB 336/1192 KB 152/439 KB 1002/1210 KB 116/562 KB 577/577 KB 336/1192 KB 152/439 KB 1006/1210 KB 116/562 KB 577/577 KB 336/1192 KB 152/439 KB 1010/1210 KB 116/562 KB 577/577 KB 336/1192 KB 152/439 KB 1014/1210 KB 116/562 KB 577/577 KB 340/1192 KB 152/439 KB 1018/1210 KB 116/562 KB 577/577 KB 340/1192 KB 152/439 KB 1022/1210 KB 116/562 KB 577/577 KB 340/1192 KB 152/439 KB 994/1210 KB 116/562 KB 577/577 KB 324/1192 KB 152/439 KB 1022/1210 KB 120/562 KB 577/577 KB 340/1192 KB 152/439 KB 1022/1210 KB 124/562 KB 577/577 KB 340/1192 KB 152/439 KB 1022/1210 KB 128/562 KB 577/577 KB 340/1192 KB 152/439 KB 994/1210 KB 112/562 KB 577/577 KB 324/1192 KB 156/439 KB 1022/1210 KB 128/562 KB 577/577 KB 340/1192 KB 160/439 KB 1022/1210 KB 128/562 KB 577/577 KB 340/1192 KB 164/439 KB 1022/1210 KB 128/562 KB 577/577 KB 340/1192 KB 168/439 KB 1022/1210 KB 132/562 KB 577/577 KB 340/1192 KB 172/439 KB 1022/1210 KB 132/562 KB 577/577 KB 340/1192 KB 176/439 KB 1026/1210 KB 132/562 KB 577/577 KB 340/1192 KB 152/439 KB 1010/1210 KB 116/562 KB 577/577 KB 340/1192 KB 176/439 KB 1026/1210 KB 132/562 KB 577/577 KB 344/1192 KB 176/439 KB 1026/1210 KB 132/562 KB 577/577 KB 348/1192 KB 176/439 KB 1026/1210 KB 132/562 KB 577/577 KB 352/1192 KB 176/439 KB 1026/1210 KB 132/562 KB 577/577 KB 356/1192 KB 180/439 KB 1026/1210 KB 132/562 KB 577/577 KB 360/1192 KB 180/439 KB 1026/1210 KB 132/562 KB 577/577 KB 364/1192 KB 180/439 KB 1026/1210 KB 132/562 KB 577/577 KB 368/1192 KB 172/439 KB 1026/1210 KB 132/562 KB 577/577 KB 340/1192 KB 180/439 KB 1030/1210 KB 132/562 KB 577/577 KB 368/1192 KB 180/439 KB 1034/1210 KB 132/562 KB 577/577 KB 368/1192 KB 180/439 KB 1038/1210 KB 132/562 KB 577/577 KB 368/1192 KB 180/439 KB 1042/1210 KB 132/562 KB 577/577 KB 368/1192 KB 180/439 KB 1046/1210 KB 132/562 KB 372/1192 KB 180/439 KB 1050/1210 KB 132/562 KB 372/1192 KB 180/439 KB 1054/1210 KB 132/562 KB 372/1192 KB 164/439 KB 1022/1210 KB 132/562 KB 577/577 unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install KB 340/1192 KB 180/439 KB 1054/1210 KB 136/562 KB 372/1192 KB 180/439 KB 1054/1210 KB 140/562 KB 372/1192 KB 180/439 KB 1054/1210 KB 144/562 KB 372/1192 KB 180/439 KB 1054/1210 KB 148/562 KB 372/1192 KB 180/439 KB 1054/1210 KB 152/562 KB 372/1192 KB 180/439 KB 1054/1210 KB 156/562 KB 372/1192 KB 180/439 KB 1054/1210 KB 160/562 KB 372/1192 KB 180/439 KB 1042/1210 KB 132/562 KB 372/1192 KB 180/439 KB 1026/1210 KB 132/562 KB 577/577 KB 356/1192 KB 184/439 KB 1054/1210 KB 160/562 KB 372/1192 KB 188/439 KB 1054/1210 KB 160/562 KB 372/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 458.8 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 192/439 KB 1054/1210 KB 160/562 KB 372/1192 KB 196/439 KB 1054/1210 KB 160/562 KB 372/1192 KB 200/439 KB 1054/1210 KB 160/562 KB 376/1192 KB 204/439 KB 1054/1210 KB 160/562 KB 376/1192 KB 208/439 KB 1054/1210 KB 164/562 KB 376/1192 KB 196/439 KB 1054/1210 KB 160/562 KB 376/1192 KB 208/439 KB 1054/1210 KB 164/562 KB 380/1192 KB 208/439 KB 1054/1210 KB 164/562 KB 384/1192 KB 208/439 KB 1058/1210 KB 164/562 KB 384/1192 KB 212/439 KB 1062/1210 KB 164/562 KB 388/1192 KB 212/439 KB 1066/1210 KB 164/562 KB 388/1192 KB 212/439 KB 1070/1210 KB 164/562 KB 388/1192 KB 212/439 KB 1074/1210 KB 164/562 KB 388/1192 KB 204/439 KB 1054/1210 KB 164/562 KB 376/1192 KB 4/256 KB 212/439 KB 1074/1210 KB 168/562 KB 388/1192 KB 8/256 KB 212/439 KB 1074/1210 KB 168/562 KB 388/1192 KB 212/439 KB 1058/1210 KB 164/562 KB 388/1192 KB 8/256 KB 212/439 KB 1074/1210 KB 168/562 KB 392/1192 KB 12/256 KB 212/439 KB 1074/1210 KB 168/562 KB 396/1192 KB 12/256 KB 212/439 KB 1074/1210 KB 168/562 KB 400/1192 KB 12/256 KB 212/439 KB 1074/1210 KB 168/562 KB 404/1192 KB 12/256 KB 212/439 KB 1078/1210 KB 168/562 KB 408/1192 KB 12/256 KB 212/439 KB 1078/1210 KB 168/562 KB 412/1192 KB 12/256 KB 212/439 KB 1078/1210 KB 168/562 KB 416/1192 KB 212/439 KB 1058/1210 KB 164/562 KB 384/1192 KB 12/256 KB 216/439 KB 1078/1210 KB 168/562 KB 416/1192 KB 12/256 KB 220/439 KB 1078/1210 KB 168/562 KB 416/1192 KB 12/256 KB 224/439 KB 1078/1210 KB 168/562 KB 416/1192 KB 12/256 KB 228/439 KB 1078/1210 KB 168/562 KB 416/1192 KB 12/256 KB 232/439 KB 1078/1210 KB 168/562 KB 416/1192 KB 12/256 KB 236/439 KB 1078/1210 KB 168/562 KB 416/1192 KB 12/256 KB 240/439 KB 1078/1210 KB 168/562 KB 416/1192 KB 12/256 KB 244/439 KB 1078/1210 KB 168/562 KB 416/1192 KB 12/256 KB 248/439 KB 1078/1210 KB 168/562 KB 420/1192 KB 12/256 KB 212/439 KB 1078/1210 KB 168/562 KB 404/1192 KB 12/256 KB 248/439 KB 1082/1210 KB 168/562 KB 420/1192 KB 12/256 KB 248/439 KB 1086/1210 KB 168/562 KB 420/1192 KB 12/256 KB 212/439 KB 1074/1210 KB 168/562 KB 392/1192 KB 16/256 KB 248/439 KB 1086/1210 KB 168/562 KB 420/1192 KB 212/439 KB 1074/1210 KB 168/562 KB 388/1192 KB 16/256 KB 248/439 KB 1086/1210 KB 172/562 KB 420/1192 KB 16/256 KB 248/439 KB 1086/1210 KB 176/562 KB 420/1192 KB 16/256 KB 248/439 KB 1086/1210 KB 180/562 KB 420/1192 KB 20/256 KB 248/439 KB 1086/1210 KB 184/562 KB 420/1192 KB 20/256 KB 248/439 KB 1086/1210 KB 188/562 KB 420/1192 KB 20/256 KB 248/439 KB 1086/1210 KB 192/562 KB 420/1192 KB 20/256 KB 248/439 KB 1086/1210 KB 196/562 KB 420/1192 KB 20/256 KB 248/439 KB 1090/1210 KB 200/562 KB 420/1192 KB 20/256 KB 248/439 KB 1090/1210 KB 204/562 KB 420/1192 KB 20/256 KB 248/439 KB 1090/1210 KB 208/562 KB 420/1192 KB 12/256 KB 244/439 KB 1078/1210 KB 168/562 KB 420/1192 KB 20/256 KB 248/439 KB 1090/1210 KB 208/562 KB 424/1192 KB 20/256 KB 248/439 KB 1090/1210 KB 212/562 KB 428/1192 KB 20/256 KB 248/439 KB 1090/1210 KB 212/562 KB 432/1192 KB 20/256 KB 248/439 KB 1090/1210 KB 196/562 KB 420/1192 KB 20/256 KB 248/439 KB 1094/1210 KB 212/562 KB 432/1192 KB 20/256 KB 248/439 KB 1098/1210 KB 212/562 KB 432/1192 KB 20/256 KB 248/439 KB 1102/1210 KB 212/562 KB 432/1192 KB 20/256 KB 248/439 KB 1086/1210 KB 180/562 KB 420/1192 KB 24/256 KB 248/439 KB 1102/1210 KB 212/562 KB 432/1192 KB 28/256 KB 248/439 KB 1102/1210 KB 212/562 KB 432/1192 KB 32/256 KB 248/439 KB 1102/1210 KB 212/562 KB 432/1192 KB 36/256 KB 248/439 KB 1102/1210 KB 212/562 KB 432/1192 KB 40/256 K unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install B 248/439 KB 1102/1210 KB 212/562 KB 432/1192 KB 44/256 KB 248/439 KB 1102/1210 KB 212/562 KB 432/1192 KB 48/256 KB 248/439 KB 1102/1210 KB 212/562 KB 432/1192 KB 52/256 KB 248/439 KB 1102/1210 KB 212/562 KB 432/1192 KB 56/256 KB 252/439 KB 1106/1210 KB 212/562 KB 436/1192 KB 60/256 KB 252/439 KB 1106/1210 KB 212/562 KB 436/1192 KB 64/256 KB 252/439 KB 1106/1210 KB 212/562 KB 436/1192 KB 20/256 KB 248/439 KB 1090/1210 KB 212/562 KB 424/1192 KB 64/256 KB 252/439 KB 1106/1210 KB 216/562 KB 436/1192 KB 64/256 KB 252/439 KB 1106/1210 KB 220/562 KB 436/1192 KB 64/256 KB 252/439 KB 1106/1210 KB 224/562 KB 436/1192 KB 52/256 KB 252/439 KB 1106/1210 KB 212/562 KB 436/1192 KB 64/256 KB 252/439 KB 1106/1210 KB 224/562 KB 440/1192 KB 64/256 KB 252/439 KB 1106/1210 KB 228/562 KB 444/1192 KB 64/256 KB 252/439 KB 1106/1210 KB 228/562 KB 448/1192 KB 64/256 KB 252/439 KB 1106/1210 KB 228/562 KB 452/1192 KB 68/256 KB 252/439 KB 1106/1210 KB 228/562 KB 456/1192 KB 68/256 KB 252/439 KB 1106/1210 KB 228/562 KB 460/1192 KB 68/256 KB 252/439 KB 1106/1210 KB 228/562 KB 464/1192 KB 52/256 KB 252/439 KB 1106/1210 KB 212/562 KB 432/1192 KB 68/256 KB 256/439 KB 1106/1210 KB 228/562 KB 464/1192 KB 68/256 KB 260/439 KB 1106/1210 KB 228/562 KB 464/1192 KB 68/256 KB 264/439 KB 1106/1210 KB 228/562 KB 464/1192 KB 68/256 KB 268/439 KB 1106/1210 KB 228/562 KB 464/1192 KB 68/256 KB 272/439 KB 1106/1210 KB 228/562 KB 464/1192 KB 52/256 KB 248/439 KB 1106/1210 KB 212/562 KB 432/1192 KB 68/256 KB 272/439 KB 1110/1210 KB 228/562 KB 464/1192 KB 68/256 KB 272/439 KB 1114/1210 KB 228/562 KB 464/1192 KB 68/256 KB 272/439 KB 1118/1210 KB 228/562 KB 464/1192 KB 68/256 KB 272/439 KB 1122/1210 KB 228/562 KB 464/1192 KB 68/256 KB 272/439 KB 1126/1210 KB 228/562 KB 464/1192 KB 68/256 KB 272/439 KB 1130/1210 KB 228/562 KB 464/1192 KB 68/256 KB 272/439 KB 1134/1210 KB 228/562 KB 464/1192 KB 68/256 KB 252/439 KB 1106/1210 KB 228/562 KB 452/1192 KB 72/256 KB 272/439 KB 1134/1210 KB 228/562 KB 464/1192 KB 76/256 KB 272/439 KB 1134/1210 KB 228/562 KB 464/1192 KB 80/256 KB 272/439 KB 1134/1210 KB 228/562 KB 464/1192 KB 64/256 KB 252/439 KB 1106/1210 KB 228/562 KB 440/1192 KB 80/256 KB 276/439 KB 1134/1210 KB 232/562 KB 464/1192 KB 80/256 KB 276/439 KB 1134/1210 KB 236/562 KB 464/1192 KB 80/256 KB 276/439 KB 1134/1210 KB 240/562 KB 464/1192 KB 80/256 KB 276/439 KB 1134/1210 KB 244/562 KB 464/1192 KB 84/256 KB 276/439 KB 1138/1210 KB 248/562 KB 468/1192 KB 84/256 KB 276/439 KB 1138/1210 KB 252/562 KB 468/1192 KB 84/256 KB 276/439 KB 1138/1210 KB 256/562 KB 468/1192 KB 80/256 KB 276/439 KB 1134/1210 KB 228/562 KB 464/1192 KB 84/256 KB 280/439 KB 1138/1210 KB 256/562 KB 468/1192 KB 84/256 KB 284/439 KB 1138/1210 KB 256/562 KB 468/1192 KB 84/256 KB 288/439 KB 1138/1210 KB 256/562 KB 468/1192 KB 84/256 KB 292/439 KB 1138/1210 KB 256/562 KB 468/1192 KB 84/256 KB 296/439 KB 1138/1210 KB 256/562 KB 468/1192 KB 84/256 KB 300/439 KB 1138/1210 KB 256/562 KB 468/1192 KB 84/256 KB 304/439 KB 1138/1210 KB 256/562 KB 468/1192 KB 84/256 KB 276/439 KB 1138/1210 KB 244/562 KB 468/1192 KB 84/256 KB 304/439 KB 1142/1210 KB 256/562 KB 468/1192 KB 84/256 KB 304/439 KB 1146/1210 KB 256/562 KB 468/1192 KB 84/256 KB 304/439 KB 1150/1210 KB 256/562 KB 468/1192 KB 84/256 KB 304/439 KB 1154/1210 KB 256/562 KB 468/1192 KB 84/256 KB 308/439 KB 1158/1210 KB 260/562 KB 468/1192 KB 84/256 KB 308/439 KB 1162/1210 KB 260/562 KB 468/1192 KB 84/256 KB 308/439 KB unit-oai-epc-0: 10:06:44 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:06:44 DEBUG unit.oai-epc/0.install Need to get 3781 kB of archives. unit-oai-epc-0: 10:06:44 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 1166/1210 KB 260/562 KB 468/1192 KB 84/256 KB 276/439 KB 1134/1210 KB 244/562 KB 468/1192 KB 84/256 KB 308/439 KB 1166/1210 KB 260/562 KB 472/1192 KB 84/256 KB 308/439 KB 1166/1210 KB 260/562 KB 476/1192 KB 84/256 KB 308/439 KB 1166/1210 KB 260/562 KB 480/1192 KB 84/256 KB 308/439 KB 1166/1210 KB 260/562 KB 484/1192 KB 84/256 KB 308/439 KB 1166/1210 KB 260/562 KB 488/1192 KB 84/256 KB 308/439 KB 1166/1210 KB 260/562 KB 492/1192 KB 84/256 KB 308/439 KB 1166/1210 KB 260/562 KB 496/1192 KB 84/256 KB 308/439 KB 1166/1210 KB 260/562 KB 500/1192 KB 84/256 KB 308/439 KB 1170/1210 KB 260/562 KB 504/1192 KB 84/256 KB 276/439 KB 1134/1210 KB 244/562 KB 464/1192 KB 88/256 KB 308/439 KB 1170/1210 KB 260/562 KB 504/1192 KB 92/256 KB 308/439 KB 1170/1210 KB 260/562 KB 504/1192 KB 96/256 KB 308/439 KB 1170/1210 KB 260/562 KB 504/1192 KB 100/256 KB 308/439 KB 1170/1210 KB 260/562 KB 504/1192 KB 104/256 KB 308/439 KB 1170/1210 KB 260/562 KB 504/1192 KB 108/256 KB 308/439 KB 1170/1210 KB 260/562 KB 504/1192 KB 112/256 KB 308/439 KB 1170/1210 KB 260/562 KB 504/1192 KB 116/256 KB 308/439 KB 1170/1210 KB 260/562 KB 504/1192 KB 84/256 KB 308/439 KB 1170/1210 KB 260/562 KB 500/1192 KB 84/256 KB 308/439 KB 1154/1210 KB 260/562 KB 468/1192 KB 116/256 KB 308/439 KB 1170/1210 KB 264/562 KB 508/1192 KB 116/256 KB 308/439 KB 1170/1210 KB 268/562 KB 508/1192 KB 116/256 KB 308/439 KB 1170/1210 KB 272/562 KB 508/1192 KB 116/256 KB 308/439 KB 1170/1210 KB 276/562 KB 508/1192 KB 116/256 KB 308/439 KB 1170/1210 KB 280/562 KB 508/1192 KB 116/256 KB 308/439 KB 1170/1210 KB 284/562 KB 508/1192 KB 84/256 KB 308/439 KB 1154/1210 KB 256/562 KB 468/1192 KB 116/256 KB 312/439 KB 1174/1210 KB 284/562 KB 508/1192 KB 116/256 KB 316/439 KB 1174/1210 KB 284/562 KB 508/1192 KB 116/256 KB 320/439 KB 1174/1210 KB 284/562 KB 508/1192 KB 116/256 KB 324/439 KB 1174/1210 KB 284/562 KB 508/1192 KB 120/256 KB 328/439 KB 1174/1210 KB 288/562 KB 508/1192 KB 120/256 KB 332/439 KB 1174/1210 KB 288/562 KB 508/1192 KB 120/256 KB 336/439 KB 1174/1210 KB 288/562 KB 508/1192 KB 116/256 KB 308/439 KB 1174/1210 KB 284/562 KB 508/1192 KB 120/256 KB 336/439 KB 1178/1210 KB 288/562 KB 508/1192 KB 120/256 KB 336/439 KB 1182/1210 KB 288/562 KB 508/1192 KB 116/256 KB 308/439 KB 1170/1210 KB 260/562 KB 508/1192 KB 120/256 KB 336/439 KB 1182/1210 KB 288/562 KB 512/1192 KB 120/256 KB 336/439 KB 1182/1210 KB 288/562 KB 516/1192 KB 120/256 KB 340/439 KB 1186/1210 KB 288/562 KB 520/1192 KB 120/256 KB 340/439 KB 1186/1210 KB 288/562 KB 524/1192 KB 120/256 KB 340/439 KB 1186/1210 KB 288/562 KB 528/1192 KB 120/256 KB 340/439 KB 1186/1210 KB 288/562 KB 532/1192 KB 120/256 KB 340/439 KB 1186/1210 KB 288/562 KB 536/1192 KB 120/256 KB 324/439 KB 1174/1210 KB 288/562 KB 508/1192 KB 116/256 KB 324/439 KB 1174/1210 KB 288/562 KB 508/1192 KB 120/256 KB 340/439 KB 1186/1210 KB 292/562 KB 536/1192 KB 124/256 KB 340/439 KB 1186/1210 KB 296/562 KB 536/1192 KB 124/256 KB 340/439 KB 1186/1210 KB 300/562 KB 536/1192 KB 124/256 KB 340/439 KB 1186/1210 KB 304/562 KB 536/1192 KB 120/256 KB 340/439 KB 1186/1210 KB 288/562 KB 516/1192 KB 124/256 KB 344/439 KB 1186/1210 KB 304/562 KB 536/1192 KB 124/256 KB 348/439 KB 1186/1210 KB 308/562 KB 536/1192 KB 124/256 KB 352/439 KB 1186/1210 KB 308/562 KB 536/1192 KB 124/256 KB 356/439 KB 1186/1210 KB 308/562 KB 536/1192 KB 120/256 KB 336/439 KB 1186/1210 KB 288/562 KB 516/1192 KB 124/256 KB 356/439 KB 1190/1210 KB 308/562 KB 540/1192 KB unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 124/256 KB 356/439 KB 1194/1210 KB 308/562 KB 540/1192 KB 124/256 KB 356/439 KB 1198/1210 KB 308/562 KB 540/1192 KB 124/256 KB 356/439 KB 1202/1210 KB 308/562 KB 540/1192 KB 124/256 KB 356/439 KB 1206/1210 KB 308/562 KB 540/1192 KB 124/256 KB 356/439 KB 1210/1210 KB 308/562 KB 540/1192 KB 124/256 KB 356/439 KB 1186/1210 KB 308/562 KB 540/1192 KB 124/256 KB 356/439 KB 1210/1210 KB 308/562 KB 544/1192 KB 124/256 KB 344/439 KB 1186/1210 KB 308/562 KB 536/1192 KB 124/256 KB 360/439 KB 1210/1210 KB 312/562 KB 544/1192 KB 124/256 KB 360/439 KB 1210/1210 KB 316/562 KB 544/1192 KB 124/256 KB 360/439 KB 1210/1210 KB 320/562 KB 544/1192 KB 124/256 KB 340/439 KB 1186/1210 KB 292/562 KB 536/1192 KB 128/256 KB 360/439 KB 1210/1210 KB 320/562 KB 544/1192 KB 124/256 KB 360/439 KB 1210/1210 KB 308/562 KB 544/1192 KB 128/256 KB 364/439 KB 1210/1210 KB 320/562 KB 544/1192 KB 128/256 KB 368/439 KB 1210/1210 KB 324/562 KB 548/1192 KB 128/256 KB 372/439 KB 1210/1210 KB 324/562 KB 548/1192 KB 128/256 KB 376/439 KB 1210/1210 KB 324/562 KB 548/1192 KB 128/256 KB 380/439 KB 1210/1210 KB 324/562 KB 548/1192 KB 128/256 KB 384/439 KB 1210/1210 KB 324/562 KB 548/1192 KB 128/256 KB 388/439 KB 1210/1210 KB 324/562 KB 548/1192 KB 128/256 KB 392/439 KB 324/562 KB 548/1192 KB 128/256 KB 396/439 KB 324/562 KB 548/1192 KB 128/256 KB 400/439 KB 324/562 KB 548/1192 KB 128/256 KB 364/439 KB 1210/1210 KB 324/562 KB 548/1192 KB 128/256 KB 400/439 KB 324/562 KB 552/1192 KB 128/256 KB 400/439 KB 324/562 KB 556/1192 KB 128/256 KB 400/439 KB 324/562 KB 560/1192 KB 128/256 KB 400/439 KB 324/562 KB 564/1192 KB 128/256 KB 400/439 KB 324/562 KB 568/1192 KB 128/256 KB 400/439 KB 324/562 KB 572/1192 KB 128/256 KB 400/439 KB 324/562 KB 576/1192 KB 128/256 KB 364/439 KB 1210/1210 KB 324/562 KB 544/1192 KB 128/256 KB 400/439 KB 328/562 KB 576/1192 KB 128/256 KB 400/439 KB 332/562 KB 576/1192 KB 128/256 KB 400/439 KB 336/562 KB 576/1192 KB 128/256 KB 400/439 KB 340/562 KB 576/1192 KB 128/256 KB 400/439 KB 344/562 KB 576/1192 KB 128/256 KB 400/439 KB 348/562 KB 576/1192 KB 128/256 KB 400/439 KB 352/562 KB 576/1192 KB 128/256 KB 400/439 KB 356/562 KB 576/1192 KB 128/256 KB 404/439 KB 360/562 KB 580/1192 KB 128/256 KB 404/439 KB 364/562 KB 580/1192 KB 128/256 KB 404/439 KB 368/562 KB 580/1192 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar (1210 KB at 919.8 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 128/256 KB 404/439 KB 356/562 KB 580/1192 KB 128/256 KB 408/439 KB 368/562 KB 580/1192 KB 128/256 KB 412/439 KB 372/562 KB 580/1192 KB 128/256 KB 416/439 KB 372/562 KB 580/1192 KB 128/256 KB 400/439 KB 356/562 KB 580/1192 KB 128/256 KB 416/439 KB 372/562 KB 584/1192 KB 128/256 KB 416/439 KB 372/562 KB 588/1192 KB 128/256 KB 416/439 KB 372/562 KB 592/1192 KB 128/256 KB 416/439 KB 372/562 KB 596/1192 KB 132/256 KB 420/439 KB 372/562 KB 600/1192 KB 132/256 KB 420/439 KB 372/562 KB 604/1192 KB 132/256 KB 420/439 KB 372/562 KB 608/1192 KB 128/256 KB 408/439 KB 372/562 KB 580/1192 KB 132/256 KB 420/439 KB 376/562 KB 608/1192 KB 132/256 KB 420/439 KB 380/562 KB 608/1192 KB 132/256 KB 420/439 KB 384/562 KB 608/1192 KB 132/256 KB 420/439 KB 388/562 KB 608/1192 KB 132/256 KB 420/439 KB 392/562 KB 612/1192 KB 132/256 KB 420/439 KB 396/562 KB 612/1192 KB 132/256 KB 420/439 KB 400/562 KB 612/1192 KB 132/256 KB 420/439 KB 372/562 KB 596/1192 KB 136/256 KB 420/439 KB 400/562 KB 612/1192 KB 140/256 KB 420/439 KB 400/562 KB 612/1192 KB 144/256 KB 420/439 KB 400/562 KB 612/1192 KB 128/256 KB 420/439 KB 372/562 KB 596/1192 KB 144/256 KB 424/439 KB 400/562 KB 612/1192 KB 144/256 KB 428/439 KB 400/562 KB 612/1192 KB 144/256 KB 432/439 KB 400/562 KB 612/1192 KB 144/256 KB 436/439 KB 400/562 KB 612/1192 KB 148/256 KB 439/439 KB 400/562 KB 612/1192 KB 132/256 KB 420/439 KB 388/562 KB 612/1192 KB 148/256 KB 439/439 KB 400/562 KB 616/1192 KB 148/256 KB 439/439 KB 400/562 KB 620/1192 KB 148/256 KB 439/439 KB 400/562 KB 624/1192 KB 148/256 KB 439/439 KB 400/562 KB 628/1192 KB 148/256 KB 436/439 KB 400/562 KB 612/1192 KB 152/256 KB 439/439 KB 404/562 KB 4/140 KB 628/1192 KB 156/256 KB 439/439 KB 404/562 KB 4/140 KB 628/1192 KB 160/256 KB 439/439 KB 404/562 KB 4/140 KB 628/1192 KB 148/256 KB 439/439 KB 404/562 KB 4/140 KB 628/1192 KB 160/256 KB 439/439 KB 404/562 KB 8/140 KB 628/1192 KB 160/256 KB 439/439 KB 404/562 KB 12/140 KB 628/1192 KB 160/256 KB 439/439 KB 404/562 KB 16/140 KB 628/1192 KB 164/256 KB 439/439 KB 404/562 KB 16/140 KB 628/1192 KB 168/256 KB 439/439 KB 404/562 KB 20/140 KB 632/1192 KB 172/256 KB 439/439 KB 404/562 KB 20/140 KB 632/1192 KB 176/256 KB 439/439 KB 404/562 KB 20/140 KB 632/1192 KB 148/256 KB 439/439 KB 404/562 KB 628/1192 KB 176/256 KB 439/439 KB 408/562 KB 20/140 KB 632/1192 KB 176/256 KB 439/439 KB 412/562 KB 20/140 KB 632/1192 KB 176/256 KB 439/439 KB 416/562 KB 20/140 KB 632/1192 KB 164/256 KB 439/439 KB 404/562 KB 20/140 KB 632/1192 KB 164/256 KB 439/439 KB 404/562 KB 16/140 KB 632/1192 KB 176/256 KB 439/439 KB 416/562 KB 24/140 KB 636/1192 KB 176/256 KB 439/439 KB 416/562 KB 24/140 KB 640/1192 KB 176/256 KB 439/439 KB 416/562 KB 24/140 KB 640/1192 KB 176/256 KB 439/439 KB 416/562 KB 28/140 KB 640/1192 KB 176/256 KB 439/439 KB 416/562 KB 32/140 KB 640/1192 KB 176/256 KB 439/439 KB 416/562 KB 36/140 KB 644/1192 KB 180/256 KB 420/562 KB 40/140 KB 644/1192 KB 176/256 KB 439/439 KB 416/562 KB 32/140 KB 644/1192 KB 180/256 KB 420/562 KB 40/140 KB 648/1192 KB 180/256 KB 420/562 KB 40/140 KB 652/1192 KB 180/256 KB 420/562 KB 40/140 KB 656/1192 KB 180/256 KB 420/562 KB 40/140 KB 660/1192 KB 180/256 KB 420/562 KB 44/140 KB 664/1192 KB 180/256 KB 420/562 KB 44/140 KB 668/1192 KB 180/256 KB 420/562 KB 44/140 KB 672/1192 KB 180/256 KB 420/562 KB 36/140 KB 644/1192 KB 180/256 KB 424/562 KB 44/140 KB 672/1192 KB 180/256 KB 428/562 KB 44/140 KB 672/1192 KB 18 unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 0/256 KB 432/562 KB 44/140 KB 672/1192 KB 180/256 KB 436/562 KB 44/140 KB 672/1192 KB 180/256 KB 440/562 KB 44/140 KB 672/1192 KB 180/256 KB 444/562 KB 44/140 KB 672/1192 KB 180/256 KB 448/562 KB 44/140 KB 672/1192 KB 180/256 KB 452/562 KB 44/140 KB 672/1192 KB 180/256 KB 456/562 KB 44/140 KB 672/1192 KB 180/256 KB 460/562 KB 44/140 KB 672/1192 KB 180/256 KB 416/562 KB 36/140 KB 644/1192 KB 184/256 KB 460/562 KB 44/140 KB 676/1192 KB 188/256 KB 460/562 KB 44/140 KB 676/1192 KB 192/256 KB 460/562 KB 44/140 KB 676/1192 KB 196/256 KB 460/562 KB 44/140 KB 676/1192 KB 200/256 KB 460/562 KB 44/140 KB 676/1192 KB 204/256 KB 460/562 KB 44/140 KB 676/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 328.1 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 208/256 KB 460/562 KB 44/140 KB 676/1192 KB 212/256 KB 460/562 KB 44/140 KB 676/1192 KB 216/256 KB 464/562 KB 44/140 KB 676/1192 KB 220/256 KB 464/562 KB 44/140 KB 676/1192 KB 224/256 KB 464/562 KB 44/140 KB 676/1192 KB 180/256 KB 460/562 KB 44/140 KB 676/1192 KB 224/256 KB 464/562 KB 44/140 KB 680/1192 KB 228/256 KB 464/562 KB 44/140 KB 684/1192 KB 228/256 KB 464/562 KB 44/140 KB 688/1192 KB 228/256 KB 464/562 KB 44/140 KB 692/1192 KB 180/256 KB 420/562 KB 44/140 KB 660/1192 KB 228/256 KB 464/562 KB 48/140 KB 692/1192 KB 228/256 KB 464/562 KB 52/140 KB 692/1192 KB 228/256 KB 464/562 KB 56/140 KB 692/1192 KB 228/256 KB 464/562 KB 60/140 KB 692/1192 KB 228/256 KB 464/562 KB 64/140 KB 692/1192 KB 228/256 KB 464/562 KB 68/140 KB 692/1192 KB 228/256 KB 464/562 KB 72/140 KB 692/1192 KB 228/256 KB 464/562 KB 76/140 KB 692/1192 KB 228/256 KB 464/562 KB 80/140 KB 692/1192 KB 228/256 KB 464/562 KB 84/140 KB 692/1192 KB 228/256 KB 464/562 KB 44/140 KB 680/1192 KB 232/256 KB 464/562 KB 84/140 KB 696/1192 KB 236/256 KB 464/562 KB 84/140 KB 696/1192 KB 240/256 KB 464/562 KB 84/140 KB 696/1192 KB 212/256 KB 464/562 KB 44/140 KB 676/1192 KB 240/256 KB 468/562 KB 84/140 KB 696/1192 KB 240/256 KB 472/562 KB 84/140 KB 696/1192 KB 240/256 KB 476/562 KB 84/140 KB 696/1192 KB 240/256 KB 480/562 KB 84/140 KB 696/1192 KB 240/256 KB 484/562 KB 84/140 KB 696/1192 KB 228/256 KB 464/562 KB 84/140 KB 696/1192 KB 240/256 KB 484/562 KB 88/140 KB 700/1192 KB 240/256 KB 484/562 KB 88/140 KB 704/1192 KB 240/256 KB 484/562 KB 88/140 KB 696/1192 KB 240/256 KB 484/562 KB 92/140 KB 704/1192 KB 240/256 KB 484/562 KB 96/140 KB 704/1192 KB 240/256 KB 488/562 KB 96/140 KB 704/1192 KB 240/256 KB 492/562 KB 96/140 KB 704/1192 KB 244/256 KB 496/562 KB 96/140 KB 704/1192 KB 244/256 KB 500/562 KB 100/140 KB 704/1192 KB 244/256 KB 504/562 KB 100/140 KB 708/1192 KB 244/256 KB 508/562 KB 100/140 KB 708/1192 KB 244/256 KB 512/562 KB 100/140 KB 708/1192 KB 244/256 KB 492/562 KB 96/140 KB 704/1192 KB 248/256 KB 512/562 KB 100/140 KB 708/1192 KB 252/256 KB 512/562 KB 100/140 KB 708/1192 KB 256/256 KB 512/562 KB 100/140 KB 708/1192 KB 256/256 KB 512/562 KB 100/140 KB 708/1192 KB 244/256 KB 500/562 KB 100/140 KB 708/1192 KB 256/256 KB 512/562 KB 100/140 KB 712/1192 KB 256/256 KB 512/562 KB 100/140 KB 716/1192 KB 256/256 KB 512/562 KB 100/140 KB 720/1192 KB 256/256 KB 512/562 KB 100/140 KB 724/1192 KB 256/256 KB 516/562 KB 100/140 KB 728/1192 KB 256/256 KB 516/562 KB 100/140 KB 732/1192 KB 256/256 KB 516/562 KB 100/140 KB 736/1192 KB 256/256 KB 516/562 KB 100/140 KB 740/1192 KB 244/256 KB 496/562 KB 100/140 KB 704/1192 KB 256/256 KB 516/562 KB 104/140 KB 740/1192 KB 256/256 KB 516/562 KB 108/140 KB 740/1192 KB 256/256 KB 516/562 KB 112/140 KB 740/1192 KB 256/256 KB 516/562 KB 116/140 KB 740/1192 KB 256/256 KB 516/562 KB 120/140 KB 740/1192 KB 256/256 KB 516/562 KB 124/140 KB 740/1192 KB 256/256 KB 516/562 KB 128/140 KB 740/1192 KB 256/256 KB 516/562 KB 100/140 KB 724/1192 KB 256/256 KB 520/562 KB 128/140 KB 740/1192 KB 256/256 KB 524/562 KB 128/140 KB 740/1192 KB 256/256 KB 528/562 KB 128/140 KB 740/1192 KB 256/256 KB 532/562 KB 132/140 KB 740/1192 KB 256/256 KB 528/562 KB 132/140 KB 740/1192 KB 256/256 KB 532/562 KB 136/140 KB 744/1192 KB 256/256 KB 532/562 KB 140/140 KB 744/1192 KB 256/256 KB 532/562 KB 140/140 KB 744/1192 KB 256/256 KB 532/562 KB 132/140 KB 744/1192 KB 256/256 KB 532/562 KB 140/140 unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install KB 748/1192 KB 256/256 KB 536/562 KB 4/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 4/1118 KB 140/140 KB 748/1192 KB 256/256 KB 532/562 KB 4/1118 KB 140/140 KB 748/1192 KB 256/256 KB 536/562 KB 8/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 12/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 16/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 20/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 24/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 28/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 32/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 36/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 40/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 44/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 48/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 52/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 56/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 60/1118 KB 140/140 KB 752/1192 KB 256/256 KB 536/562 KB 64/1118 KB 140/140 KB 752/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 188.5 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 536/562 KB 68/1118 KB 140/140 KB 752/1192 KB 536/562 KB 72/1118 KB 140/140 KB 752/1192 KB 536/562 KB 76/1118 KB 140/140 KB 752/1192 KB 540/562 KB 80/1118 KB 140/140 KB 752/1192 KB 540/562 KB 76/1118 KB 140/140 KB 752/1192 KB 544/562 KB 80/1118 KB 140/140 KB 756/1192 KB 544/562 KB 80/1118 KB 760/1192 KB 544/562 KB 84/1118 KB 764/1192 KB 544/562 KB 84/1118 KB 768/1192 KB 544/562 KB 84/1118 KB 772/1192 KB 544/562 KB 84/1118 KB 776/1192 KB 544/562 KB 84/1118 KB 780/1192 KB 544/562 KB 84/1118 KB 784/1192 KB 544/562 KB 84/1118 KB 788/1192 KB 544/562 KB 84/1118 KB 792/1192 KB 544/562 KB 84/1118 KB 796/1192 KB 544/562 KB 84/1118 KB 800/1192 KB 544/562 KB 84/1118 KB 804/1192 KB 544/562 KB 80/1118 KB 140/140 KB 756/1192 KB 548/562 KB 84/1118 KB 804/1192 KB 552/562 KB 84/1118 KB 804/1192 KB 556/562 KB 84/1118 KB 804/1192 KB 560/562 KB 84/1118 KB 804/1192 KB 562/562 KB 84/1118 KB 804/1192 KB 544/562 KB 84/1118 KB 760/1192 KB 562/562 KB 88/1118 KB 804/1192 KB 562/562 KB 92/1118 KB 804/1192 KB 562/562 KB 96/1118 KB 804/1192 KB 562/562 KB 100/1118 KB 804/1192 KB 562/562 KB 104/1118 KB 808/1192 KB 3/1461 KB 562/562 KB 108/1118 KB 808/1192 KB 3/1461 KB 562/562 KB 112/1118 KB 808/1192 KB 3/1461 KB 562/562 KB 100/1118 KB 808/1192 KB 3/1461 KB 562/562 KB 112/1118 KB 808/1192 KB 5/1461 KB 562/562 KB 112/1118 KB 808/1192 KB 8/1461 KB 562/562 KB 112/1118 KB 808/1192 KB 11/1461 KB 562/562 KB 112/1118 KB 808/1192 KB 13/1461 KB 562/562 KB 112/1118 KB 808/1192 KB 16/1461 KB 562/562 KB 112/1118 KB 808/1192 KB 19/1461 KB 562/562 KB 112/1118 KB 808/1192 KB 21/1461 KB 562/562 KB 112/1118 KB 808/1192 KB 24/1461 KB 562/562 KB 112/1118 KB 808/1192 KB 27/1461 KB 562/562 KB 116/1118 KB 808/1192 KB 29/1461 KB 562/562 KB 116/1118 KB 808/1192 KB 32/1461 KB 562/562 KB 116/1118 KB 808/1192 KB 36/1461 KB 562/562 KB 100/1118 KB 808/1192 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 102.6 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 562/562 KB 116/1118 KB 808/1192 KB 27/1461 KB 120/1118 KB 812/1192 KB 40/1461 KB 124/1118 KB 812/1192 KB 40/1461 KB 128/1118 KB 812/1192 KB 40/1461 KB 132/1118 KB 812/1192 KB 40/1461 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 408.4 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 116/1118 KB 812/1192 KB 40/1461 KB 132/1118 KB 812/1192 KB 44/1461 KB 132/1118 KB 812/1192 KB 48/1461 KB 132/1118 KB 812/1192 KB 52/1461 KB 136/1118 KB 812/1192 KB 56/1461 KB 136/1118 KB 812/1192 KB 60/1461 KB 136/1118 KB 812/1192 KB 64/1461 KB 116/1118 KB 812/1192 KB 36/1461 KB 136/1118 KB 816/1192 KB 64/1461 KB 136/1118 KB 820/1192 KB 64/1461 KB 136/1118 KB 824/1192 KB 64/1461 KB 136/1118 KB 828/1192 KB 64/1461 KB 136/1118 KB 832/1192 KB 64/1461 KB 136/1118 KB 812/1192 KB 52/1461 KB 140/1118 KB 832/1192 KB 64/1461 KB 144/1118 KB 832/1192 KB 64/1461 KB 148/1118 KB 832/1192 KB 64/1461 KB 148/1118 KB 4/37 KB 832/1192 KB 64/1461 KB 148/1118 KB 8/37 KB 832/1192 KB 64/1461 KB 148/1118 KB 12/37 KB 832/1192 KB 64/1461 KB 148/1118 KB 16/37 KB 832/1192 KB 64/1461 KB 152/1118 KB 16/37 KB 832/1192 KB 64/1461 KB 156/1118 KB 16/37 KB 832/1192 KB 64/1461 KB 160/1118 KB 16/37 KB 832/1192 KB 64/1461 KB 3/46 KB 160/1118 KB 20/37 KB 832/1192 KB 64/1461 KB 160/1118 KB 20/37 KB 832/1192 KB 64/1461 KB 3/46 KB 160/1118 KB 24/37 KB 832/1192 KB 64/1461 KB 3/46 KB 160/1118 KB 28/37 KB 832/1192 KB 64/1461 KB 6/46 KB 160/1118 KB 28/37 KB 832/1192 KB 64/1461 KB 6/46 KB 160/1118 KB 32/37 KB 832/1192 KB 64/1461 KB 9/46 KB 160/1118 KB 32/37 KB 832/1192 KB 64/1461 KB 11/46 KB 160/1118 KB 32/37 KB 832/1192 KB 64/1461 KB 11/46 KB 160/1118 KB 36/37 KB 832/1192 KB 64/1461 KB 11/46 KB 160/1118 KB 37/37 KB 832/1192 KB 64/1461 KB 14/46 KB 160/1118 KB 37/37 KB 832/1192 KB 64/1461 KB 14/46 KB 160/1118 KB 37/37 KB 836/1192 KB 64/1461 KB 16/46 KB 164/1118 KB 37/37 KB 840/1192 KB 68/1461 KB 16/46 KB 164/1118 KB 37/37 KB 844/1192 KB 68/1461 KB 16/46 KB 164/1118 KB 37/37 KB 848/1192 KB 68/1461 KB 16/46 KB 164/1118 KB 37/37 KB 836/1192 KB 68/1461 KB 16/46 KB 164/1118 KB 37/37 KB 848/1192 KB 72/1461 KB 16/46 KB 164/1118 KB 37/37 KB 848/1192 KB 76/1461 KB 16/46 KB 164/1118 KB 37/37 KB 848/1192 KB 80/1461 KB 16/46 KB 164/1118 KB 37/37 KB 848/1192 KB 84/1461 KB 16/46 KB 164/1118 KB 37/37 KB 852/1192 KB 88/1461 KB 16/46 KB 164/1118 KB 37/37 KB 852/1192 KB 92/1461 KB 16/46 KB 164/1118 KB 37/37 KB 852/1192 KB 96/1461 KB 16/46 KB 164/1118 KB 37/37 KB 836/1192 KB 64/1461 KB 16/46 KB 168/1118 KB 37/37 KB 852/1192 KB 96/1461 KB 16/46 KB 172/1118 KB 37/37 KB 852/1192 KB 96/1461 KB 16/46 KB 176/1118 KB 37/37 KB 852/1192 KB 96/1461 KB 16/46 KB 160/1118 KB 37/37 KB 836/1192 KB 64/1461 KB 19/46 KB 176/1118 KB 37/37 KB 852/1192 KB 96/1461 KB 22/46 KB 176/1118 KB 37/37 KB 852/1192 KB 96/1461 KB 25/46 KB 176/1118 KB 37/37 KB 852/1192 KB 96/1461 KB 27/46 KB 176/1118 KB 37/37 KB 852/1192 KB 96/1461 KB 27/46 KB 180/1118 KB 37/37 KB 852/1192 KB 96/1461 KB 16/46 KB 164/1118 KB 37/37 KB 852/1192 KB 84/1461 KB 30/46 KB 180/1118 KB 37/37 KB 856/1192 KB 96/1461 KB 30/46 KB 180/1118 KB 37/37 KB 860/1192 KB 96/1461 KB 30/46 KB 180/1118 KB 37/37 KB 864/1192 KB 96/1461 KB 30/46 KB 180/1118 KB 37/37 KB 868/1192 KB 96/1461 KB 30/46 KB 184/1118 KB 872/1192 KB 100/1461 KB 30/46 KB 180/1118 KB 37/37 KB 852/1192 KB 96/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar (37 KB at 26.5 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 32/46 KB 184/1118 KB 876/1192 KB 100/1461 KB 36/46 KB 184/1118 KB 876/1192 KB 100/1461 KB 40/46 KB 184/1118 KB 876/1192 KB 100/1461 KB 44/46 KB 184/1118 KB 876/1192 KB 100/1461 KB 46/46 KB 184/1118 KB 876/1192 KB 100/1461 KB 30/46 KB 184/1118 KB 37/37 KB 868/1192 KB 100/1461 KB 30/46 KB 184/1118 KB 37/37 KB 868/1192 KB 96/1461 KB 46/46 KB 188/1118 KB 876/1192 KB 104/1461 KB 46/46 KB 192/1118 KB 876/1192 KB 104/1461 KB 46/46 KB 196/1118 KB 876/1192 KB 104/1461 KB 46/46 KB 200/1118 KB 876/1192 KB 104/1461 KB 46/46 KB 204/1118 KB 876/1192 KB 104/1461 KB 30/46 KB 184/1118 KB 876/1192 KB 100/1461 KB 46/46 KB 204/1118 KB 880/1192 KB 104/1461 KB 46/46 KB 184/1118 KB 876/1192 KB 104/1461 KB 46/46 KB 204/1118 KB 880/1192 KB 108/1461 KB 46/46 KB 204/1118 KB 880/1192 KB 112/1461 KB 46/46 KB 204/1118 KB 884/1192 KB 112/1461 KB 46/46 KB 208/1118 KB 888/1192 KB 116/1461 KB 46/46 KB 208/1118 KB 892/1192 KB 116/1461 KB 46/46 KB 208/1118 KB 896/1192 KB 116/1461 KB 46/46 KB 208/1118 KB 900/1192 KB 116/1461 KB 46/46 KB 208/1118 KB 904/1192 KB 116/1461 KB 46/46 KB 208/1118 KB 908/1192 KB 116/1461 KB 46/46 KB 208/1118 KB 884/1192 KB 112/1461 KB 46/46 KB 212/1118 KB 908/1192 KB 116/1461 KB 46/46 KB 216/1118 KB 908/1192 KB 116/1461 KB 46/46 KB 220/1118 KB 908/1192 KB 116/1461 KB 46/46 KB 224/1118 KB 908/1192 KB 116/1461 KB 46/46 KB 228/1118 KB 908/1192 KB 116/1461 KB 46/46 KB 232/1118 KB 912/1192 KB 116/1461 KB 46/46 KB 236/1118 KB 912/1192 KB 116/1461 KB 46/46 KB 240/1118 KB 912/1192 KB 116/1461 KB 46/46 KB 208/1118 KB 884/1192 KB 116/1461 KB 46/46 KB 240/1118 KB 912/1192 KB 120/1461 KB 46/46 KB 240/1118 KB 912/1192 KB 124/1461 KB 46/46 KB 240/1118 KB 912/1192 KB 128/1461 KB 46/46 KB 240/1118 KB 912/1192 KB 132/1461 KB 46/46 KB 240/1118 KB 912/1192 KB 136/1461 KB 46/46 KB 240/1118 KB 912/1192 KB 140/1461 KB 46/46 KB 228/1118 KB 912/1192 KB 116/1461 KB 46/46 KB 240/1118 KB 916/1192 KB 140/1461 KB 3/287 KB 244/1118 KB 920/1192 KB 144/1461 KB 3/287 KB 244/1118 KB 924/1192 KB 144/1461 KB 3/287 KB 244/1118 KB 928/1192 KB 144/1461 KB 3/287 KB 244/1118 KB 916/1192 KB 144/1461 KB 3/287 KB 248/1118 KB 928/1192 KB 144/1461 KB 3/287 KB 252/1118 KB 928/1192 KB 144/1461 KB 3/287 KB 256/1118 KB 928/1192 KB 144/1461 KB 46/46 KB 3/287 KB 240/1118 KB 916/1192 KB 144/1461 KB 5/287 KB 256/1118 KB 928/1192 KB 144/1461 KB 8/287 KB 256/1118 KB 928/1192 KB 144/1461 KB 11/287 KB 256/1118 KB 928/1192 KB 144/1461 KB 13/287 KB 256/1118 KB 928/1192 KB 144/1461 KB 16/287 KB 256/1118 KB 928/1192 KB 144/1461 KB 19/287 KB 256/1118 KB 928/1192 KB 144/1461 KB 21/287 KB 256/1118 KB 928/1192 KB 144/1461 KB 46/46 KB 240/1118 KB 916/1192 KB 144/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 KB at 32.2 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 24/287 KB 256/1118 KB 928/1192 KB 144/1461 KB 27/287 KB 256/1118 KB 928/1192 KB 144/1461 KB 29/287 KB 256/1118 KB 928/1192 KB 148/1461 KB 32/287 KB 256/1118 KB 928/1192 KB 148/1461 KB 27/287 KB 256/1118 KB 928/1192 KB 148/1461 KB 32/287 KB 256/1118 KB 928/1192 KB 152/1461 KB 32/287 KB 256/1118 KB 928/1192 KB 156/1461 KB 32/287 KB 256/1118 KB 928/1192 KB 160/1461 KB 32/287 KB 256/1118 KB 928/1192 KB 164/1461 KB 36/287 KB 260/1118 KB 932/1192 KB 168/1461 KB 36/287 KB 260/1118 KB 932/1192 KB 172/1461 KB 36/287 KB 260/1118 KB 932/1192 KB 176/1461 KB 36/287 KB 260/1118 KB 932/1192 KB 164/1461 KB 40/287 KB 260/1118 KB 932/1192 KB 176/1461 KB 44/287 KB 260/1118 KB 932/1192 KB 176/1461 KB 48/287 KB 260/1118 KB 932/1192 KB 176/1461 KB 32/287 KB 260/1118 KB 932/1192 KB 164/1461 KB 32/287 KB 256/1118 KB 932/1192 KB 164/1461 KB 48/287 KB 264/1118 KB 936/1192 KB 176/1461 KB 48/287 KB 264/1118 KB 940/1192 KB 176/1461 KB 48/287 KB 264/1118 KB 944/1192 KB 176/1461 KB 48/287 KB 264/1118 KB 948/1192 KB 176/1461 KB 52/287 KB 264/1118 KB 952/1192 KB 180/1461 KB 52/287 KB 264/1118 KB 956/1192 KB 180/1461 KB 52/287 KB 264/1118 KB 960/1192 KB 180/1461 KB 52/287 KB 264/1118 KB 948/1192 KB 180/1461 KB 52/287 KB 264/1118 KB 960/1192 KB 184/1461 KB 52/287 KB 264/1118 KB 960/1192 KB 188/1461 KB 52/287 KB 264/1118 KB 960/1192 KB 192/1461 KB 52/287 KB 264/1118 KB 960/1192 KB 196/1461 KB 52/287 KB 264/1118 KB 964/1192 KB 200/1461 KB 52/287 KB 264/1118 KB 964/1192 KB 204/1461 KB 52/287 KB 264/1118 KB 964/1192 KB 208/1461 KB 52/287 KB 264/1118 KB 964/1192 KB 212/1461 KB 52/287 KB 264/1118 KB 948/1192 KB 176/1461 KB 56/287 KB 264/1118 KB 964/1192 KB 212/1461 KB 60/287 KB 264/1118 KB 964/1192 KB 212/1461 KB 64/287 KB 264/1118 KB 964/1192 KB 212/1461 KB 68/287 KB 264/1118 KB 964/1192 KB 212/1461 KB 72/287 KB 264/1118 KB 964/1192 KB 212/1461 KB 76/287 KB 264/1118 KB 964/1192 KB 212/1461 KB 80/287 KB 264/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 264/1118 KB 964/1192 KB 212/1461 KB 48/287 KB 264/1118 KB 948/1192 KB 176/1461 KB 84/287 KB 268/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 272/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 276/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 280/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 284/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 288/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 292/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 296/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 300/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 304/1118 KB 964/1192 KB 212/1461 KB 84/287 KB 308/1118 KB 964/1192 KB 212/1461 KB 88/287 KB 312/1118 KB 964/1192 KB 216/1461 KB 88/287 KB 316/1118 KB 964/1192 KB 216/1461 KB 88/287 KB 320/1118 KB 964/1192 KB 216/1461 KB 52/287 KB 264/1118 KB 964/1192 KB 196/1461 KB 88/287 KB 320/1118 KB 968/1192 KB 216/1461 KB 88/287 KB 320/1118 KB 972/1192 KB 216/1461 KB 88/287 KB 320/1118 KB 976/1192 KB 216/1461 KB 88/287 KB 320/1118 KB 980/1192 KB 216/1461 KB 88/287 KB 320/1118 KB 984/1192 KB 216/1461 KB 88/287 KB 320/1118 KB 988/1192 KB 216/1461 KB 88/287 KB 320/1118 KB 992/1192 KB 216/1461 KB 88/287 KB 320/1118 KB 996/1192 KB 216/1461 KB 88/287 KB 324/1118 KB 1000/1192 KB 216/1461 KB 88/287 KB 308/1118 KB 964/1192 KB 216/1461 KB 88/287 KB 324/1118 KB 1000/1192 KB 220/1461 KB 88/287 KB 324/1118 KB 1000/1192 KB 224/1461 KB 88/287 KB 308/1118 KB 964/1192 KB 212/1461 KB 92/287 KB 324/1118 KB 1000/1192 KB 224/1461 KB 96/287 KB 324/1118 KB 1000/1192 KB 224/1461 KB 100/287 KB 324/1118 unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install KB 1000/1192 KB 224/1461 KB 104/287 KB 324/1118 KB 1000/1192 KB 228/1461 KB 108/287 KB 324/1118 KB 1000/1192 KB 228/1461 KB 112/287 KB 324/1118 KB 1000/1192 KB 228/1461 KB 88/287 KB 324/1118 KB 996/1192 KB 216/1461 KB 112/287 KB 328/1118 KB 1004/1192 KB 228/1461 KB 112/287 KB 332/1118 KB 1004/1192 KB 228/1461 KB 112/287 KB 336/1118 KB 1004/1192 KB 228/1461 KB 112/287 KB 324/1118 KB 1004/1192 KB 228/1461 KB 112/287 KB 336/1118 KB 1008/1192 KB 228/1461 KB 112/287 KB 336/1118 KB 1012/1192 KB 228/1461 KB 116/287 KB 340/1118 KB 1016/1192 KB 228/1461 KB 100/287 KB 324/1118 KB 1000/1192 KB 228/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 232/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 236/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 240/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 244/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 248/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 252/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 256/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 260/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 264/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 268/1461 KB 116/287 KB 340/1118 KB 1012/1192 KB 228/1461 KB 120/287 KB 340/1118 KB 1020/1192 KB 272/1461 KB 124/287 KB 340/1118 KB 1020/1192 KB 272/1461 KB 128/287 KB 340/1118 KB 1020/1192 KB 272/1461 KB 112/287 KB 340/1118 KB 1012/1192 KB 228/1461 KB 128/287 KB 344/1118 KB 1020/1192 KB 272/1461 KB 128/287 KB 348/1118 KB 1020/1192 KB 272/1461 KB 128/287 KB 352/1118 KB 1020/1192 KB 272/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 248/1461 KB 128/287 KB 352/1118 KB 1024/1192 KB 272/1461 KB 128/287 KB 352/1118 KB 1028/1192 KB 272/1461 KB 132/287 KB 356/1118 KB 1032/1192 KB 272/1461 KB 132/287 KB 356/1118 KB 1036/1192 KB 272/1461 KB 132/287 KB 356/1118 KB 1040/1192 KB 272/1461 KB 132/287 KB 356/1118 KB 1044/1192 KB 272/1461 KB 132/287 KB 356/1118 KB 1048/1192 KB 272/1461 KB 132/287 KB 356/1118 KB 1052/1192 KB 272/1461 KB 132/287 KB 356/1118 KB 1056/1192 KB 272/1461 KB 132/287 KB 356/1118 KB 1028/1192 KB 272/1461 KB 136/287 KB 356/1118 KB 1056/1192 KB 272/1461 KB 140/287 KB 356/1118 KB 1056/1192 KB 272/1461 KB 144/287 KB 356/1118 KB 1056/1192 KB 272/1461 KB 128/287 KB 356/1118 KB 1028/1192 KB 272/1461 KB 144/287 KB 360/1118 KB 1056/1192 KB 272/1461 KB 144/287 KB 364/1118 KB 1056/1192 KB 272/1461 KB 144/287 KB 368/1118 KB 1056/1192 KB 272/1461 KB 144/287 KB 372/1118 KB 1056/1192 KB 272/1461 KB 148/287 KB 376/1118 KB 1056/1192 KB 272/1461 KB 148/287 KB 380/1118 KB 1056/1192 KB 272/1461 KB 148/287 KB 384/1118 KB 1056/1192 KB 272/1461 KB 116/287 KB 340/1118 KB 1020/1192 KB 272/1461 KB 148/287 KB 384/1118 KB 1056/1192 KB 276/1461 KB 148/287 KB 372/1118 KB 1056/1192 KB 272/1461 KB 152/287 KB 384/1118 KB 1056/1192 KB 276/1461 KB 156/287 KB 384/1118 KB 1056/1192 KB 276/1461 KB 160/287 KB 384/1118 KB 1056/1192 KB 276/1461 KB 164/287 KB 384/1118 KB 1056/1192 KB 280/1461 KB 168/287 KB 388/1118 KB 1060/1192 KB 280/1461 KB 172/287 KB 388/1118 KB 1060/1192 KB 280/1461 KB 176/287 KB 388/1118 KB 1060/1192 KB 280/1461 KB 160/287 KB 384/1118 KB 1056/1192 KB 280/1461 KB 176/287 KB 388/1118 KB 1060/1192 KB 284/1461 KB 176/287 KB 388/1118 KB 1060/1192 KB 288/1461 KB 176/287 KB 388/1118 KB 1060/1192 KB 292/1461 KB 176/287 KB 388/1118 KB 1060/1192 KB 296/1461 KB 176/287 KB 388/1118 KB 1060/1192 KB 300/1461 KB 176/287 KB 388/1118 KB 1060/1192 KB 304/1461 KB 176/287 KB 388/1118 KB 1060/1192 KB 308/1461 KB 180/287 KB 388/1118 KB 1060/1192 KB 312/1461 KB 180/287 KB 38 unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 8/1118 KB 1060/1192 KB 316/1461 KB 180/287 KB 388/1118 KB 1060/1192 KB 320/1461 KB 164/287 KB 388/1118 KB 1060/1192 KB 280/1461 KB 164/287 KB 388/1118 KB 1056/1192 KB 280/1461 KB 180/287 KB 392/1118 KB 1064/1192 KB 320/1461 KB 180/287 KB 396/1118 KB 1064/1192 KB 320/1461 KB 180/287 KB 400/1118 KB 1064/1192 KB 320/1461 KB 180/287 KB 404/1118 KB 1064/1192 KB 320/1461 KB 180/287 KB 408/1118 KB 1064/1192 KB 320/1461 KB 180/287 KB 412/1118 KB 1064/1192 KB 320/1461 KB 180/287 KB 416/1118 KB 1064/1192 KB 320/1461 KB 180/287 KB 420/1118 KB 1064/1192 KB 320/1461 KB 180/287 KB 424/1118 KB 1064/1192 KB 324/1461 KB 180/287 KB 428/1118 KB 1064/1192 KB 324/1461 KB 180/287 KB 432/1118 KB 1064/1192 KB 324/1461 KB 180/287 KB 388/1118 KB 1060/1192 KB 308/1461 KB 184/287 KB 432/1118 KB 1064/1192 KB 324/1461 KB 188/287 KB 432/1118 KB 1064/1192 KB 324/1461 KB 192/287 KB 432/1118 KB 1064/1192 KB 324/1461 KB 196/287 KB 432/1118 KB 1064/1192 KB 324/1461 KB 200/287 KB 432/1118 KB 1064/1192 KB 324/1461 KB 204/287 KB 432/1118 KB 1064/1192 KB 324/1461 KB 208/287 KB 432/1118 KB 1064/1192 KB 324/1461 KB 180/287 KB 420/1118 KB 1064/1192 KB 324/1461 KB 180/287 KB 396/1118 KB 1064/1192 KB 320/1461 KB 208/287 KB 432/1118 KB 1068/1192 KB 324/1461 KB 208/287 KB 432/1118 KB 1072/1192 KB 324/1461 KB 208/287 KB 432/1118 KB 1072/1192 KB 328/1461 KB 208/287 KB 432/1118 KB 1072/1192 KB 332/1461 KB 208/287 KB 432/1118 KB 1072/1192 KB 336/1461 KB 212/287 KB 432/1118 KB 1072/1192 KB 336/1461 KB 216/287 KB 436/1118 KB 1076/1192 KB 340/1461 KB 220/287 KB 436/1118 KB 1076/1192 KB 340/1461 KB 224/287 KB 436/1118 KB 1076/1192 KB 340/1461 KB 212/287 KB 436/1118 KB 1072/1192 KB 336/1461 KB 224/287 KB 440/1118 KB 1076/1192 KB 340/1461 KB 224/287 KB 444/1118 KB 1076/1192 KB 340/1461 KB 224/287 KB 448/1118 KB 1076/1192 KB 340/1461 KB 224/287 KB 452/1118 KB 1076/1192 KB 340/1461 KB 228/287 KB 456/1118 KB 1076/1192 KB 340/1461 KB 228/287 KB 460/1118 KB 1076/1192 KB 340/1461 KB 228/287 KB 464/1118 KB 1076/1192 KB 340/1461 KB 212/287 KB 436/1118 KB 1076/1192 KB 340/1461 KB 212/287 KB 436/1118 KB 1076/1192 KB 336/1461 KB 228/287 KB 464/1118 KB 1080/1192 KB 340/1461 KB 228/287 KB 464/1118 KB 1084/1192 KB 340/1461 KB 228/287 KB 464/1118 KB 1088/1192 KB 340/1461 KB 228/287 KB 464/1118 KB 1092/1192 KB 340/1461 KB 228/287 KB 464/1118 KB 1096/1192 KB 340/1461 KB 228/287 KB 464/1118 KB 1100/1192 KB 340/1461 KB 228/287 KB 464/1118 KB 1104/1192 KB 340/1461 KB 228/287 KB 464/1118 KB 1108/1192 KB 340/1461 KB 228/287 KB 464/1118 KB 1112/1192 KB 340/1461 KB 228/287 KB 464/1118 KB 1116/1192 KB 344/1461 KB 228/287 KB 464/1118 KB 1120/1192 KB 344/1461 KB 228/287 KB 464/1118 KB 1124/1192 KB 344/1461 KB 228/287 KB 464/1118 KB 1128/1192 KB 344/1461 KB 228/287 KB 464/1118 KB 1132/1192 KB 344/1461 KB 228/287 KB 452/1118 KB 1076/1192 KB 340/1461 KB 232/287 KB 464/1118 KB 1132/1192 KB 344/1461 KB 236/287 KB 464/1118 KB 1132/1192 KB 344/1461 KB 240/287 KB 464/1118 KB 1132/1192 KB 344/1461 KB 228/287 KB 464/1118 KB 1112/1192 KB 344/1461 KB 240/287 KB 464/1118 KB 1136/1192 KB 348/1461 KB 240/287 KB 464/1118 KB 1136/1192 KB 352/1461 KB 240/287 KB 464/1118 KB 1136/1192 KB 356/1461 KB 240/287 KB 464/1118 KB 1136/1192 KB 360/1461 KB 240/287 KB 464/1118 KB 1136/1192 KB 364/1461 KB 240/287 KB 464/1118 KB 1136/1192 KB 368/1461 KB 244/287 KB 468/1118 KB 1136/1192 KB 372/1461 KB 244/287 KB 468/1118 KB 1136/1192 KB 376/1461 KB 244/287 KB 468/1118 KB 1136/1192 KB 380/1461 KB 244/287 unit-oai-epc-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install KB 468/1118 KB 1136/1192 KB 384/1461 KB 240/287 KB 464/1118 KB 1136/1192 KB 344/1461 KB 244/287 KB 468/1118 KB 1140/1192 KB 384/1461 KB 244/287 KB 468/1118 KB 1144/1192 KB 384/1461 KB 244/287 KB 468/1118 KB 1148/1192 KB 384/1461 KB 244/287 KB 468/1118 KB 1152/1192 KB 384/1461 KB 244/287 KB 468/1118 KB 1156/1192 KB 384/1461 KB 244/287 KB 468/1118 KB 1160/1192 KB 388/1461 KB 244/287 KB 468/1118 KB 1164/1192 KB 388/1461 KB 244/287 KB 468/1118 KB 1168/1192 KB 388/1461 KB 244/287 KB 468/1118 KB 1136/1192 KB 368/1461 KB 248/287 KB 468/1118 KB 1168/1192 KB 388/1461 KB 252/287 KB 468/1118 KB 1168/1192 KB 388/1461 KB 256/287 KB 468/1118 KB 1168/1192 KB 388/1461 KB 260/287 KB 468/1118 KB 1168/1192 KB 388/1461 KB 264/287 KB 468/1118 KB 1168/1192 KB 388/1461 KB 268/287 KB 468/1118 KB 1168/1192 KB 388/1461 KB 272/287 KB 468/1118 KB 1168/1192 KB 388/1461 KB 276/287 KB 468/1118 KB 1168/1192 KB 388/1461 KB 240/287 KB 468/1118 KB 1136/1192 KB 368/1461 KB 276/287 KB 472/1118 KB 1172/1192 KB 388/1461 KB 276/287 KB 476/1118 KB 1172/1192 KB 388/1461 KB 276/287 KB 480/1118 KB 1172/1192 KB 388/1461 KB 276/287 KB 484/1118 KB 1172/1192 KB 388/1461 KB 276/287 KB 488/1118 KB 1172/1192 KB 388/1461 KB 276/287 KB 492/1118 KB 1172/1192 KB 388/1461 KB 276/287 KB 496/1118 KB 1172/1192 KB 388/1461 KB 276/287 KB 500/1118 KB 1172/1192 KB 388/1461 KB 276/287 KB 468/1118 KB 1172/1192 KB 388/1461 KB 280/287 KB 500/1118 KB 1176/1192 KB 388/1461 KB 280/287 KB 500/1118 KB 1180/1192 KB 388/1461 KB 280/287 KB 504/1118 KB 1184/1192 KB 388/1461 KB 244/287 KB 468/1118 KB 1156/1192 KB 388/1461 KB 280/287 KB 504/1118 KB 1184/1192 KB 392/1461 KB 280/287 KB 504/1118 KB 1184/1192 KB 396/1461 KB 280/287 KB 504/1118 KB 1184/1192 KB 400/1461 KB 280/287 KB 504/1118 KB 1184/1192 KB 404/1461 KB 280/287 KB 504/1118 KB 1184/1192 KB 408/1461 KB 280/287 KB 504/1118 KB 1184/1192 KB 412/1461 KB 280/287 KB 504/1118 KB 1184/1192 KB 416/1461 KB 280/287 KB 504/1118 KB 1184/1192 KB 420/1461 KB 280/287 KB 504/1118 KB 1188/1192 KB 424/1461 KB 280/287 KB 504/1118 KB 1188/1192 KB 428/1461 KB 280/287 KB 504/1118 KB 1188/1192 KB 432/1461 KB 280/287 KB 504/1118 KB 1188/1192 KB 436/1461 KB 280/287 KB 504/1118 KB 1188/1192 KB 440/1461 KB 280/287 KB 504/1118 KB 1180/1192 KB 388/1461 KB 280/287 KB 500/1118 KB 1172/1192 KB 388/1461 KB 284/287 KB 504/1118 KB 1188/1192 KB 440/1461 KB 287/287 KB 504/1118 KB 1188/1192 KB 440/1461 KB 287/287 KB 508/1118 KB 1188/1192 KB 440/1461 KB 287/287 KB 512/1118 KB 1188/1192 KB 440/1461 KB 287/287 KB 516/1118 KB 1188/1192 KB 440/1461 KB 287/287 KB 520/1118 KB 1188/1192 KB 440/1461 KB 287/287 KB 524/1118 KB 1188/1192 KB 440/1461 KB 287/287 KB 528/1118 KB 1188/1192 KB 440/1461 KB 287/287 KB 532/1118 KB 1188/1192 KB 440/1461 KB 280/287 KB 504/1118 KB 1188/1192 KB 420/1461 KB 287/287 KB 532/1118 KB 1192/1192 KB 444/1461 KB 287/287 KB 532/1118 KB 1192/1192 KB 444/1461 KB 287/287 KB 532/1118 KB 1188/1192 KB 444/1461 KB 287/287 KB 536/1118 KB 1192/1192 KB 444/1461 KB 287/287 KB 540/1118 KB 1192/1192 KB 444/1461 KB 287/287 KB 544/1118 KB 1192/1192 KB 448/1461 KB 287/287 KB 540/1118 KB 1192/1192 KB 448/1461 KB 287/287 KB 544/1118 KB 1192/1192 KB 452/1461 KB 287/287 KB 548/1118 KB 1192/1192 KB 456/1461 KB 287/287 KB 548/1118 KB 1192/1192 KB 460/1461 KB 287/287 KB 548/1118 KB 1192/1192 KB 464/1461 KB 287/287 KB 548/1118 KB 1192/1192 KB 468/1461 KB 287/287 KB 548/1118 KB 1192/1192 KB 472/1461 KB 287/287 KB 548/1118 KB 1192/1192 KB 476/1461 KB unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 287/287 KB 548/1118 KB 1192/1192 KB 480/1461 KB 287/287 KB 548/1118 KB 1192/1192 KB 452/1461 KB 287/287 KB 552/1118 KB 1192/1192 KB 480/1461 KB 287/287 KB 556/1118 KB 1192/1192 KB 480/1461 KB 287/287 KB 560/1118 KB 1192/1192 KB 480/1461 KB 287/287 KB 564/1118 KB 1192/1192 KB 480/1461 KB 287/287 KB 568/1118 KB 1192/1192 KB 480/1461 KB 287/287 KB 572/1118 KB 1192/1192 KB 480/1461 KB 287/287 KB 576/1118 KB 1192/1192 KB 480/1461 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 807.3 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 194.6 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 576/1118 KB 484/1461 KB 580/1118 KB 488/1461 KB 580/1118 KB 492/1461 KB 580/1118 KB 496/1461 KB 580/1118 KB 500/1461 KB 580/1118 KB 504/1461 KB 580/1118 KB 508/1461 KB 580/1118 KB 512/1461 KB 580/1118 KB 516/1461 KB 580/1118 KB 484/1461 KB 584/1118 KB 516/1461 KB 588/1118 KB 516/1461 KB 592/1118 KB 516/1461 KB 596/1118 KB 516/1461 KB 600/1118 KB 516/1461 KB 604/1118 KB 516/1461 KB 608/1118 KB 516/1461 KB 612/1118 KB 516/1461 KB 616/1118 KB 516/1461 KB 620/1118 KB 520/1461 KB 624/1118 KB 520/1461 KB 628/1118 KB 520/1461 KB 632/1118 KB 520/1461 KB 636/1118 KB 520/1461 KB 640/1118 KB 520/1461 KB 644/1118 KB 520/1461 KB 648/1118 KB 520/1461 KB 652/1118 KB 520/1461 KB 616/1118 KB 520/1461 KB 652/1118 KB 524/1461 KB 652/1118 KB 528/1461 KB 652/1118 KB 532/1461 KB 652/1118 KB 536/1461 KB 652/1118 KB 540/1461 KB 652/1118 KB 544/1461 KB 652/1118 KB 548/1461 KB 652/1118 KB 552/1461 KB 656/1118 KB 552/1461 KB 656/1118 KB 556/1461 KB 656/1118 KB 560/1461 KB 656/1118 KB 564/1461 KB 660/1118 KB 568/1461 KB 660/1118 KB 572/1461 KB 660/1118 KB 576/1461 KB 660/1118 KB 564/1461 KB 664/1118 KB 576/1461 KB 668/1118 KB 576/1461 KB 672/1118 KB 576/1461 KB 676/1118 KB 576/1461 KB 680/1118 KB 580/1461 KB 684/1118 KB 580/1461 KB 688/1118 KB 580/1461 KB 676/1118 KB 580/1461 KB 688/1118 KB 584/1461 KB 688/1118 KB 588/1461 KB 688/1118 KB 592/1461 KB 692/1118 KB 596/1461 KB 692/1118 KB 600/1461 KB 692/1118 KB 604/1461 KB 692/1118 KB 608/1461 KB 692/1118 KB 592/1461 KB 696/1118 KB 608/1461 KB 700/1118 KB 608/1461 KB 704/1118 KB 608/1461 KB 704/1118 KB 612/1461 KB 708/1118 KB 616/1461 KB 708/1118 KB 620/1461 KB 708/1118 KB 624/1461 KB 708/1118 KB 612/1461 KB 712/1118 KB 624/1461 KB 716/1118 KB 624/1461 KB 720/1118 KB 624/1461 KB 724/1118 KB 624/1461 KB 728/1118 KB 628/1461 KB 732/1118 KB 628/1461 KB 736/1118 KB 628/1461 KB 740/1118 KB 628/1461 KB 744/1118 KB 628/1461 KB 748/1118 KB 628/1461 KB 752/1118 KB 628/1461 KB 724/1118 KB 628/1461 KB 752/1118 KB 632/1461 KB 752/1118 KB 636/1461 KB 752/1118 KB 640/1461 KB 752/1118 KB 644/1461 KB 752/1118 KB 648/1461 KB 752/1118 KB 652/1461 KB 752/1118 KB 656/1461 KB 752/1118 KB 660/1461 KB 756/1118 KB 664/1461 KB 756/1118 KB 668/1461 KB 756/1118 KB 672/1461 KB 756/1118 KB 660/1461 KB 760/1118 KB 672/1461 KB 764/1118 KB 672/1461 KB 768/1118 KB 672/1461 KB 772/1118 KB 672/1461 KB 776/1118 KB 676/1461 KB 780/1118 KB 676/1461 KB 784/1118 KB 676/1461 KB 788/1118 KB 676/1461 KB 792/1118 KB 676/1461 KB 796/1118 KB 676/1461 KB 800/1118 KB 676/1461 KB 804/1118 KB 676/1461 KB 808/1118 KB 676/1461 KB 772/1118 KB 676/1461 KB 808/1118 KB 680/1461 KB 808/1118 KB 684/1461 KB 808/1118 KB 688/1461 KB 808/1118 KB 692/1461 KB 808/1118 KB 696/1461 KB 808/1118 KB 700/1461 KB 808/1118 KB 704/1461 KB 808/1118 KB 708/1461 KB 812/1118 KB 708/1461 KB 816/1118 KB 708/1461 KB 816/1118 KB 712/1461 KB 816/1118 KB 716/1461 KB 820/1118 KB 720/1461 KB 820/1118 KB 724/1461 KB 820/1118 KB 728/1461 KB 820/1118 KB 732/1461 KB 820/1118 KB 736/1461 KB 820/1118 KB 716/1461 KB 824/1118 KB 736/1461 KB 828/1118 KB 736/1461 KB 832/1118 KB 736/1461 KB 836/1118 KB 736/1461 KB 840/1118 KB 740/1461 KB 844/1118 KB 740/1461 KB 848/1118 KB 740/1461 KB 836/1118 KB 740/1461 KB 848/1118 KB 744/1461 KB 848/1118 KB 748/1461 KB 848/1118 KB 752/1461 KB 848/1118 KB 756/1461 KB 852/1118 KB 760/1461 KB 852/1118 KB 764/1461 KB 852/1118 KB 768/1461 KB 852/1118 unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install KB 756/1461 KB 856/1118 KB 768/1461 KB 860/1118 KB 768/1461 KB 864/1118 KB 768/1461 KB 868/1118 KB 768/1461 KB 872/1118 KB 772/1461 KB 876/1118 KB 772/1461 KB 880/1118 KB 772/1461 KB 868/1118 KB 772/1461 KB 880/1118 KB 776/1461 KB 880/1118 KB 780/1461 KB 880/1118 KB 784/1461 KB 884/1118 KB 788/1461 KB 884/1118 KB 792/1461 KB 884/1118 KB 796/1461 KB 884/1118 KB 800/1461 KB 884/1118 KB 784/1461 KB 888/1118 KB 800/1461 KB 892/1118 KB 800/1461 KB 896/1118 KB 800/1461 KB 900/1118 KB 800/1461 KB 904/1118 KB 804/1461 KB 908/1118 KB 804/1461 KB 912/1118 KB 804/1461 KB 900/1118 KB 804/1461 KB 912/1118 KB 808/1461 KB 912/1118 KB 812/1461 KB 912/1118 KB 816/1461 KB 912/1118 KB 820/1461 KB 916/1118 KB 824/1461 KB 916/1118 KB 828/1461 KB 916/1118 KB 832/1461 KB 916/1118 KB 820/1461 KB 920/1118 KB 832/1461 KB 924/1118 KB 832/1461 KB 928/1118 KB 832/1461 KB 932/1118 KB 832/1461 KB 936/1118 KB 836/1461 KB 940/1118 KB 836/1461 KB 944/1118 KB 836/1461 KB 932/1118 KB 836/1461 KB 944/1118 KB 840/1461 KB 948/1118 KB 844/1461 KB 948/1118 KB 848/1461 KB 948/1118 KB 852/1461 KB 948/1118 KB 856/1461 KB 948/1118 KB 860/1461 KB 948/1118 KB 864/1461 KB 948/1118 KB 868/1461 KB 948/1118 KB 872/1461 KB 948/1118 KB 876/1461 KB 948/1118 KB 880/1461 KB 948/1118 KB 884/1461 KB 948/1118 KB 840/1461 KB 952/1118 KB 884/1461 KB 956/1118 KB 884/1461 KB 960/1118 KB 884/1461 KB 964/1118 KB 884/1461 KB 968/1118 KB 884/1461 KB 972/1118 KB 884/1461 KB 976/1118 KB 884/1461 KB 980/1118 KB 884/1461 KB 984/1118 KB 884/1461 KB 988/1118 KB 884/1461 KB 992/1118 KB 884/1461 KB 992/1118 KB 888/1461 KB 992/1118 KB 892/1461 KB 996/1118 KB 896/1461 KB 996/1118 KB 900/1461 KB 996/1118 KB 904/1461 KB 996/1118 KB 908/1461 KB 996/1118 KB 912/1461 KB 996/1118 KB 892/1461 KB 1000/1118 KB 912/1461 KB 1004/1118 KB 912/1461 KB 1008/1118 KB 912/1461 KB 1012/1118 KB 912/1461 KB 1016/1118 KB 916/1461 KB 1020/1118 KB 916/1461 KB 1024/1118 KB 916/1461 KB 1012/1118 KB 916/1461 KB 1024/1118 KB 920/1461 KB 1028/1118 KB 924/1461 KB 1028/1118 KB 928/1461 KB 1028/1118 KB 932/1461 KB 1028/1118 KB 936/1461 KB 1028/1118 KB 940/1461 KB 1028/1118 KB 944/1461 KB 1028/1118 KB 948/1461 KB 1028/1118 KB 952/1461 KB 1028/1118 KB 956/1461 KB 1028/1118 KB 960/1461 KB 1028/1118 KB 964/1461 KB 1028/1118 KB 920/1461 KB 1032/1118 KB 964/1461 KB 1036/1118 KB 964/1461 KB 1040/1118 KB 964/1461 KB 1044/1118 KB 964/1461 KB 1048/1118 KB 964/1461 KB 1052/1118 KB 964/1461 KB 1056/1118 KB 964/1461 KB 1060/1118 KB 964/1461 KB 1064/1118 KB 964/1461 KB 1068/1118 KB 964/1461 KB 1072/1118 KB 964/1461 KB 1076/1118 KB 968/1461 KB 1080/1118 KB 968/1461 KB 1084/1118 KB 968/1461 KB 1088/1118 KB 968/1461 KB 1092/1118 KB 968/1461 KB 1096/1118 KB 968/1461 KB 1100/1118 KB 968/1461 KB 1104/1118 KB 968/1461 KB 1108/1118 KB 968/1461 KB 1072/1118 KB 968/1461 KB 1108/1118 KB 972/1461 KB 1108/1118 KB 976/1461 KB 1108/1118 KB 980/1461 KB 1108/1118 KB 984/1461 KB 1108/1118 KB 988/1461 KB 1108/1118 KB 992/1461 KB 1108/1118 KB 996/1461 KB 1108/1118 KB 1000/1461 KB 1108/1118 KB 1004/1461 KB 1108/1118 KB 1008/1461 KB 1108/1118 KB 1012/1461 KB 1112/1118 KB 1012/1461 KB 1116/1118 KB 1012/1461 KB 1118/1118 KB 1012/1461 KB 1118/1118 KB 1016/1461 KB 1118/1118 KB 1020/1461 KB 1118/1118 KB 1024/1461 KB 1118/1118 KB 1028/1461 KB 1118/1118 KB 1032/1461 KB 1118/1118 KB 1036/1461 KB 1118/1118 KB 1040/1461 KB 1118/1118 KB 1044/1461 KB 1048/1461 KB 1052/1461 KB 1056/ unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 724.9 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 1060/1461 KB 1064/1461 KB 1068/1461 KB 1072/1461 KB 1076/1461 KB 1080/1461 KB 1084/1461 KB 1088/1461 KB 1092/1461 KB 1096/1461 KB 1100/1461 KB 1104/1461 KB 1108/1461 KB 1112/1461 KB 1116/1461 KB 1120/1461 KB 1124/1461 KB 1128/1461 KB 1132/1461 KB 1136/1461 KB 1140/1461 KB 1144/1461 KB 1148/1461 KB 1152/1461 KB 1156/1461 KB 1160/1461 KB 1164/1461 KB 1168/1461 KB 1172/1461 KB 1176/1461 KB 1180/1461 KB 1184/1461 KB 1188/1461 KB 1192/1461 KB 1196/1461 KB 1200/1461 KB 1204/1461 KB 1208/1461 KB 1212/1461 KB 1216/1461 KB 1220/1461 KB 1224/1461 KB 1228/1461 KB 1232/1461 KB 1236/1461 KB 1240/1461 KB 1244/1461 KB 1248/1461 KB 1252/1461 KB 1256/1461 KB 1260/1461 KB 1264/1461 KB 1268/1461 KB 1272/1461 KB 1276/1461 KB 1280/1461 KB 1284/1461 KB 1288/1461 KB 1292/1461 KB 1296/1461 KB 1300/1461 KB 1304/1461 KB 1308/1461 KB 1312/1461 KB 1316/1461 KB 1320/1461 KB 1324/1461 KB 1328/1461 KB 1332/1461 KB 1336/1461 KB 1340/1461 KB 1344/1461 KB 1348/1461 KB 1352/1461 KB 1356/1461 KB 1360/1461 KB 1364/1461 KB 1368/1461 KB 1372/1461 KB 1376/1461 KB 1380/1461 KB 1384/1461 KB 1388/1461 KB 1392/1461 KB 1396/1461 KB 1400/1461 KB 1404/1461 KB 1408/1461 KB 1412/1461 KB 1416/1461 KB 1420/1461 KB 1424/1461 KB 1428/1461 KB 1432/1461 KB 1436/1461 KB 1440/1461 KB 1444/1461 KB 1448/1461 KB 1452/1461 KB 1456/1461 KB 1460/1461 KB 1461/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 927.1 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 2/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 409.6 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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: 10:06:44 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: 10:06:44 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 142.6 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom unit-abot-epc-basic-0: 10:06:44 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 37.6 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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 347.4 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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 151.3 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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 171.3 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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 131.4 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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 577.1 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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 102.1 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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 216.4 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 3/6 KB 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 403.8 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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: 10:06:44 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: 10:06:44 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 78.9 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 233.0 KB/sec) unit-oai-epc-0: 10:06:44 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 210.3 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 409.6 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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 715.8 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 890/890 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 66.9 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom unit-abot-epc-basic-0: 10:06:44 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 252.8 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 1006.6 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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: 10:06:44 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: 10:06:44 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: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 3/149 KB 6/149 KB 4/21 KB 4/10 KB 9/149 KB 4/21 KB 4/10 KB 11/149 KB 4/21 KB 4/10 KB 6/149 KB 8/21 KB 4/10 KB 11/149 KB 12/21 KB 4/10 KB 11/149 KB 16/21 KB 4/10 KB 11/149 KB 20/21 KB 4/10 KB 11/149 KB 21/21 KB 4/10 KB 11/149 KB 4/10 KB 6/149 KB 21/21 KB 8/10 KB 11/149 KB 21/21 KB 10/10 KB 11/149 KB 21/21 KB 10/10 KB 14/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 19/149 KB 4/6 KB 21/21 KB 10/10 KB 22/149 KB 6/6 KB 21/21 KB 10/10 KB 22/149 KB 4/6 KB 21/21 KB 10/10 KB 25/149 KB 6/6 KB 21/21 KB 10/10 KB 27/149 KB 6/6 KB 21/21 KB 10/10 KB 30/149 KB 6/6 KB 21/21 KB 10/10 KB 32/149 KB 6/6 KB 21/21 KB 10/10 KB 36/149 KB 6/6 KB 10/10 KB 40/149 KB 6/6 KB 44/149 KB 6/6 KB 48/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 1013.5 KB/sec) unit-abot-epc-basic-0: 10:06:44 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 485.4 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 52/149 KB 6/6 KB 56/149 KB 6/6 KB 60/149 KB 6/6 KB 64/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 276.0 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 4/14 KB 64/149 KB 4/30 KB 4/14 KB 68/149 KB 3/37 KB 8/30 KB 4/14 KB 68/149 KB 3/37 KB 12/30 KB 4/14 KB 68/149 KB 3/37 KB 16/30 KB 4/14 KB 68/149 KB 3/37 KB 4/14 KB 68/149 KB 3/37 KB 16/30 KB 4/14 KB 68/149 KB 6/37 KB 16/30 KB 4/14 KB 68/149 KB 9/37 KB 16/30 KB 4/14 KB 68/149 KB 11/37 KB 20/30 KB 3/14 KB 4/14 KB 68/149 KB 14/37 KB 20/30 KB 3/14 KB 4/14 KB 68/149 KB 16/37 KB 20/30 KB 3/14 KB 4/14 KB 68/149 KB 19/37 KB 20/30 KB 3/14 KB 4/14 KB 68/149 KB 22/37 KB 4/14 KB 68/149 KB 20/30 KB 3/14 KB 4/14 KB 72/149 KB 22/37 KB 20/30 KB 3/14 KB 4/14 KB 76/149 KB 25/37 KB 20/30 KB 3/14 KB 4/14 KB 80/149 KB 25/37 KB 20/30 KB 3/14 KB 8/14 KB 84/149 KB 25/37 KB 20/30 KB 3/14 KB 8/14 KB 88/149 KB 25/37 KB 20/30 KB 3/14 KB 8/14 KB 92/149 KB 25/37 KB 20/30 KB 3/14 KB 8/14 KB 96/149 KB 25/37 KB 20/30 KB 3/14 KB 4/14 KB 68/149 KB 11/37 KB 20/30 KB 4/14 KB 68/149 KB 11/37 KB 24/30 KB 3/14 KB 8/14 KB 96/149 KB 25/37 KB 28/30 KB 3/14 KB 8/14 KB 96/149 KB 25/37 KB 30/30 KB 3/14 KB 8/14 KB 96/149 KB 25/37 KB 30/30 KB 5/14 KB 8/14 KB 96/149 KB 25/37 KB 30/30 KB 8/14 KB 8/14 KB 96/149 KB 25/37 KB 30/30 KB 11/14 KB 8/14 KB 96/149 KB 25/37 KB 30/30 KB 13/14 KB 8/14 KB 96/149 KB 25/37 KB 30/30 KB 14/14 KB 8/14 KB 96/149 KB 25/37 KB 20/30 KB 3/14 KB 8/14 KB 80/149 KB 25/37 KB 30/30 KB 14/14 KB 12/14 KB 96/149 KB 25/37 KB 30/30 KB 14/14 KB 14/14 KB 96/149 KB 25/37 KB 20/30 KB 3/14 KB 4/14 KB 72/149 KB 25/37 KB 30/30 KB 14/14 KB 14/14 KB 96/149 KB 27/37 KB 30/30 KB 14/14 KB 14/14 KB 96/149 KB 30/37 KB 30/30 KB 14/14 KB 14/14 KB 96/149 KB 32/37 KB 30/30 KB 14/14 KB 14/14 KB 96/149 KB 35/37 KB 30/30 KB 14/14 KB 14/14 KB 96/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 100/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 104/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 108/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 112/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 116/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 120/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 124/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 128/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 132/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 136/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 140/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 144/149 KB 37/37 KB 30/30 KB 14/14 KB 14/14 KB 148/149 KB 37/37 KB 30/30 KB 14/14 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 817.0 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 359.3 KB/sec) unit-abot-epc-basic-0: 10:06:44 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 363.7 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 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: 10:06:44 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 947.6 KB/sec) unit-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install 149/149 KB 3/37 KB 149/149 KB 5/37 KB 149/149 KB 8/37 KB 149/149 KB 11/37 KB 149/149 KB 13/37 KB 149/149 KB 16/37 KB 149/149 KB 16/37 KB 4/11 KB 149/149 KB 16/37 KB 8/11 KB 149/149 KB 16/37 KB 11/11 KB 149/149 KB 3/43 KB 16/37 KB 11/11 KB 3/7 KB 149/149 KB 3/43 KB 16/37 KB 11/11 KB 6/7 KB 149/149 KB 6/43 KB 19/37 KB 11/11 KB 3/7 KB 149/149 KB 6/43 KB 19/37 KB 11/11 KB 3/7 KB 149/149 KB 6/43 KB 16/37 KB 11/11 KB 6/7 KB 149/149 KB 9/43 KB 19/37 KB 11/11 KB 6/7 KB 149/149 KB 9/43 KB 21/37 KB 11/11 KB 6/7 KB 149/149 KB 11/43 KB 21/37 KB 11/11 KB 6/7 KB 149/149 KB 14/43 KB 21/37 KB 11/11 KB 7/7 KB 149/149 KB 14/43 KB 24/37 KB 11/11 KB 6/7 KB 149/149 KB 14/43 KB 24/37 KB 11/11 KB 7/7 KB 149/149 KB 14/43 KB 27/37 KB 11/11 KB 7/7 KB 149/149 KB 16/43 KB 27/37 KB 11/11 KB 7/7 KB 149/149 KB 19/43 KB 27/37 KB 11/11 KB 7/7 KB 149/149 KB 19/43 KB 29/37 KB 11/11 KB 7/7 KB 149/149 KB 22/43 KB 29/37 KB 11/11 KB 7/7 KB 149/149 KB 22/43 KB 32/37 KB 11/11 KB 7/7 KB 149/149 KB 25/43 KB 32/37 KB 11/11 KB 7/7 KB 149/149 KB 25/43 KB 35/37 KB 11/11 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 2961.3 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 7/7 KB 27/43 KB 37/37 KB 11/11 KB 7/7 KB 27/43 KB 37/37 KB 11/11 KB 7/7 KB 27/43 KB 35/37 KB 11/11 KB 7/7 KB 30/43 KB 37/37 KB 11/11 KB 7/7 KB 32/43 KB 37/37 KB 11/11 KB 7/7 KB 36/43 KB 37/37 KB 11/11 KB 7/7 KB 40/43 KB 37/37 KB 7/7 KB 43/43 KB 37/37 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 204.1 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 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 133.0 KB/sec) unit-abot-epc-basic-0: 10:06:44 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 684.6 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 3/60 KB 43/43 KB 6/60 KB 43/43 KB 9/60 KB 43/43 KB 11/60 KB 14/60 KB 16/60 KB 19/60 KB 22/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 751.7 KB/sec) unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install 25/60 KB 27/60 KB 30/60 KB 32/60 KB 36/60 KB 40/60 KB 44/60 KB 48/60 KB 52/60 KB 56/60 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 931.7 KB/sec) unit-oai-epc-0: 10:06:44 DEBUG unit.oai-epc/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-epc-0: 10:06:44 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-abot-epc-basic-0: 10:06:44 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: 10:06:44 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:06:45 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-oai-epc-0: 10:06:45 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: 10:06:45 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 112.2 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 1420.3 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/24 KB 5/24 KB 8/24 KB 11/24 KB 13/24 KB 16/24 KB 19/24 KB 21/24 KB 24/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1812.9 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 112.9 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 140.1 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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: 10:06:45 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: 10:06:45 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 154.6 KB/sec) unit-oai-epc-0: 10:06:45 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-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 235.9 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 137.0 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 166.8 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 168.8 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 141.9 KB/sec) unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 240.6 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 175.8 KB/sec) unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom unit-abot-epc-basic-0: 10:06:45 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 175.0 KB/sec) unit-abot-epc-basic-0: 10:06:45 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-epc-0: 10:06:45 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-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 168.9 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 78.4 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 256.5 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 47.0 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 312.6 KB/sec) unit-abot-epc-basic-0: 10:06:45 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-oai-epc-0: 10:06:45 DEBUG unit.oai-epc/0.install Fetched 3781 kB in 1s (2759 kB/s) unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 245.5 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06: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/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 1009.9 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 52.0 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 48.0 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 110.4 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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: 10:06:45 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: 10:06:45 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: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/13 KB 3/48 KB 4/87 KB 5/13 KB 4/21 KB 4/156 KB 3/48 KB 4/87 KB 8/13 KB 4/21 KB 4/156 KB 3/48 KB 4/87 KB 11/13 KB 3/48 KB 4/87 KB 3/13 KB 4/21 KB 4/156 KB 3/48 KB 8/87 KB 11/13 KB 4/21 KB 4/156 KB 3/48 KB 12/87 KB 11/13 KB 4/21 KB 4/156 KB 3/48 KB 16/87 KB 11/13 KB 4/21 KB 4/156 KB 3/48 KB 20/87 KB 11/13 KB 3/48 KB 3/13 KB 4/21 KB 4/156 KB 6/48 KB 20/87 KB 13/13 KB 4/21 KB 4/156 KB 9/48 KB 20/87 KB 13/13 KB 4/21 KB 4/156 KB 11/48 KB 20/87 KB 13/13 KB 4/21 KB 4/156 KB 14/48 KB 20/87 KB 13/13 KB 4/21 KB 4/156 KB 16/48 KB 20/87 KB 13/13 KB 4/21 KB 4/156 KB 19/48 KB 20/87 KB 13/13 KB 4/21 KB 4/156 KB 3/48 KB 20/87 KB 13/13 KB 4/21 KB 4/156 KB 3/48 KB 4/87 KB 5/13 KB 8/21 KB 4/156 KB 19/48 KB 20/87 KB 13/13 KB 12/21 KB 4/156 KB 19/48 KB 20/87 KB 13/13 KB 16/21 KB 4/156 KB 19/48 KB 20/87 KB 13/13 KB 20/21 KB 4/156 KB 19/48 KB 20/87 KB 13/13 KB 21/21 KB 4/156 KB 19/48 KB 20/87 KB 13/13 KB 4/156 KB 3/48 KB 4/87 KB 5/13 KB 21/21 KB 8/156 KB 19/48 KB 20/87 KB 13/13 KB 21/21 KB 12/156 KB 19/48 KB 20/87 KB 13/13 KB 21/21 KB 16/156 KB 19/48 KB 20/87 KB 13/13 KB 21/21 KB 20/156 KB 19/48 KB 20/87 KB 13/13 KB 21/21 KB 24/156 KB 22/48 KB 20/87 KB 13/13 KB 21/21 KB 20/156 KB 22/48 KB 20/87 KB 13/13 KB 21/21 KB 24/156 KB 22/48 KB 24/87 KB 13/13 KB 21/21 KB 24/156 KB 22/48 KB 28/87 KB 13/13 KB 21/21 KB 28/156 KB 25/48 KB 28/87 KB 13/13 KB 21/21 KB 32/156 KB 25/48 KB 28/87 KB 13/13 KB 21/21 KB 36/156 KB 25/48 KB 32/87 KB 13/13 KB 21/21 KB 24/156 KB 25/48 KB 28/87 KB 13/13 KB 21/21 KB 32/156 KB 25/48 KB 32/87 KB 13/13 KB 21/21 KB 36/156 KB 27/48 KB 32/87 KB 13/13 KB 21/21 KB 36/156 KB 30/48 KB 32/87 KB 13/13 KB 21/21 KB 36/156 KB 32/48 KB 32/87 KB 13/13 KB 21/21 KB 36/156 KB 36/48 KB 36/87 KB 13/13 KB 21/21 KB 40/156 KB 40/48 KB 36/87 KB 13/13 KB 21/21 KB 40/156 KB 44/48 KB 36/87 KB 13/13 KB 21/21 KB 40/156 KB 48/48 KB 36/87 KB 13/13 KB 21/21 KB 36/156 KB 32/48 KB 36/87 KB 13/13 KB 21/21 KB 40/156 KB 48/48 KB 40/87 KB 13/13 KB 21/21 KB 40/156 KB 48/48 KB 44/87 KB 13/13 KB 21/21 KB 40/156 KB 48/48 KB 48/87 KB 13/13 KB 21/21 KB 40/156 KB 48/48 KB 52/87 KB 13/13 KB 21/21 KB 40/156 KB 48/48 KB 56/87 KB 13/13 KB 21/21 KB 40/156 KB 48/48 KB 60/87 KB 13/13 KB 21/21 KB 40/156 KB 48/48 KB 64/87 KB 13/13 KB 21/21 KB 40/156 KB 36/48 KB 36/87 KB 13/13 KB 21/21 KB 44/156 KB 48/48 KB 64/87 KB 13/13 KB 21/21 KB 48/156 KB 48/48 KB 64/87 KB 13/13 KB 21/21 KB 52/156 KB 48/48 KB 64/87 KB 13/13 KB 21/21 KB 56/156 KB 48/48 KB 64/87 KB 21/21 KB 60/156 KB 48/48 KB 64/87 KB 21/21 KB 64/156 KB 48/48 KB 64/87 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 419.7 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 21/21 KB 64/156 KB 48/48 KB 68/87 KB 21/21 KB 64/156 KB 48/48 KB 72/87 KB 68/156 KB 76/87 KB 68/156 KB 80/87 KB 68/156 KB 84/87 KB 3/35 KB 68/156 KB 87/87 KB 3/35 KB 68/156 KB 72/87 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 637.1 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 68/156 KB 80/87 KB 3/35 KB 68/156 KB 87/87 KB 6/35 KB 68/156 KB 87/87 KB 9/35 KB 68/156 KB 87/87 KB 11/35 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 1296.2 KB/sec) unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install 72/156 KB 87/87 KB 14/35 KB 68/156 KB 87/87 KB 14/35 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 76/156 KB 87/87 KB 14/35 KB 80/156 KB 87/87 KB 14/35 KB 80/156 KB 87/87 KB 16/35 KB 84/156 KB 87/87 KB 16/35 KB 88/156 KB 87/87 KB 19/35 KB 92/156 KB 87/87 KB 19/35 KB 96/156 KB 87/87 KB 19/35 KB 84/156 KB 87/87 KB 19/35 KB 96/156 KB 87/87 KB 22/35 KB 96/156 KB 87/87 KB 25/35 KB 96/156 KB 87/87 KB 27/35 KB 96/156 KB 87/87 KB 30/35 KB 100/156 KB 87/87 KB 30/35 KB 100/156 KB 87/87 KB 32/35 KB 100/156 KB 87/87 KB 35/35 KB 104/156 KB 87/87 KB 35/35 KB 108/156 KB 87/87 KB 35/35 KB 112/156 KB 87/87 KB 35/35 KB 116/156 KB 87/87 KB 35/35 KB 120/156 KB 87/87 KB 35/35 KB 124/156 KB 87/87 KB 35/35 KB 128/156 KB 87/87 KB 35/35 KB 132/156 KB 87/87 KB 35/35 KB 136/156 KB 87/87 KB 35/35 KB 140/156 KB 87/87 KB 35/35 KB 144/156 KB 87/87 KB 35/35 KB 148/156 KB 87/87 KB 35/35 KB 152/156 KB 87/87 KB 35/35 KB 156/156 KB 87/87 KB 35/35 KB 156/156 KB 87/87 KB 35/35 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 803.0 KB/sec) unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install 156/156 KB 3/24 KB 87/87 KB 156/156 KB 6/24 KB 87/87 KB 4/86 KB 156/156 KB 3/24 KB 87/87 KB 4/86 KB 156/156 KB 6/24 KB 87/87 KB 8/86 KB 156/156 KB 6/24 KB 87/87 KB 12/86 KB 156/156 KB 6/24 KB 87/87 KB 16/86 KB 156/156 KB 6/24 KB 87/87 KB 20/86 KB 156/156 KB 6/24 KB 87/87 KB 24/86 KB 156/156 KB 6/24 KB 87/87 KB 28/86 KB 156/156 KB 6/24 KB 87/87 KB 32/86 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 1638.2 KB/sec) unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install 156/156 KB 9/24 KB 36/86 KB 156/156 KB 9/24 KB 40/86 KB 156/156 KB 9/24 KB 44/86 KB 156/156 KB 9/24 KB 48/86 KB 156/156 KB 9/24 KB 52/86 KB 156/156 KB 9/24 KB 56/86 KB 156/156 KB 9/24 KB 60/86 KB 156/156 KB 9/24 KB 64/86 KB 156/156 KB 9/24 KB 32/86 KB 156/156 KB 11/24 KB 64/86 KB 156/156 KB 14/24 KB 64/86 KB 156/156 KB 16/24 KB 64/86 KB 156/156 KB 19/24 KB 64/86 KB 156/156 KB 22/24 KB 64/86 KB 156/156 KB 24/24 KB 64/86 KB 156/156 KB 24/24 KB 68/86 KB 156/156 KB 24/24 KB 3/14 KB 72/86 KB 156/156 KB 24/24 KB 3/14 KB 76/86 KB 156/156 KB 24/24 KB 3/14 KB 80/86 KB 156/156 KB 24/24 KB 3/14 KB 68/86 KB 156/156 KB 24/24 KB 6/14 KB 80/86 KB 156/156 KB 24/24 KB 6/14 KB 84/86 KB 156/156 KB 24/24 KB 9/14 KB 86/86 KB 156/156 KB 24/24 KB 9/14 KB 84/86 KB 156/156 KB 24/24 KB 11/14 KB 86/86 KB 156/156 KB 24/24 KB 14/14 KB 86/86 KB 3/119 KB 156/156 KB 24/24 KB 14/14 KB 86/86 KB 5/119 KB 156/156 KB 24/24 KB 14/14 KB 86/86 KB 8/119 KB 156/156 KB 24/24 KB 14/14 KB 86/86 KB 11/119 KB 156/156 KB 24/24 KB 14/14 KB 86/86 KB 13/119 KB 156/156 KB 24/24 KB 14/14 KB 86/86 KB 16/119 KB 156/156 KB 24/24 KB 14/14 KB 86/86 KB 19/119 KB 156/156 KB 24/24 KB 14/14 KB 86/86 KB 21/119 KB 156/156 KB 24/24 KB 14/14 KB 86/86 KB 24/119 KB 156/156 KB 24/24 KB 14/14 KB 86/86 KB 27/119 KB 156/156 KB 24/24 KB 14/14 KB 86/86 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 444.1 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 29/119 KB 156/156 KB 14/14 KB 86/86 KB 32/119 KB 156/156 KB 14/14 KB 86/86 KB 36/119 KB 156/156 KB 14/14 KB 86/86 KB 40/119 KB 156/156 KB 86/86 KB 44/119 KB 156/156 KB 86/86 KB 48/119 KB 156/156 KB 86/86 KB 52/119 KB 156/156 KB 56/119 KB 156/156 KB 60/119 KB 156/156 KB 64/119 KB 156/156 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 224.4 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 68/119 KB 156/156 KB 72/119 KB 156/156 KB 76/119 KB 156/156 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 2259.3 KB/sec) unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install 76/119 KB 156/156 KB 3/29 KB 76/119 KB 6/29 KB 76/119 KB 9/29 KB 76/119 KB 11/29 KB 76/119 KB 14/29 KB 76/119 KB 16/29 KB 76/119 KB 19/29 KB 76/119 KB 22/29 KB 3/37 KB 76/119 KB 3/57 KB 25/29 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar unit-oai-epc-0: 10:06:45 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/37 KB 76/119 KB 3/57 KB 22/29 KB 5/37 KB 76/119 KB 3/57 KB 25/29 KB 76/119 KB 3/57 KB 22/29 KB 5/37 KB 76/119 KB 3/57 KB 27/29 KB 8/37 KB 76/119 KB 3/57 KB 27/29 KB 11/37 KB 76/119 KB 5/57 KB 29/29 KB 8/37 KB 76/119 KB 5/57 KB 27/29 KB 8/37 KB 76/119 KB 5/57 KB 29/29 KB 11/37 KB 76/119 KB 8/57 KB 29/29 KB 13/37 KB 76/119 KB 8/57 KB 29/29 KB 16/37 KB 76/119 KB 11/57 KB 29/29 KB 13/37 KB 76/119 KB 11/57 KB 29/29 KB 16/37 KB 80/119 KB 13/57 KB 29/29 KB 19/37 KB 80/119 KB 16/57 KB 29/29 KB 16/37 KB 80/119 KB 11/57 KB 29/29 KB 19/37 KB 80/119 KB 13/57 KB 29/29 KB 19/37 KB 84/119 KB 16/57 KB 29/29 KB 21/37 KB 84/119 KB 19/57 KB 29/29 KB 21/37 KB 84/119 KB 16/57 KB 29/29 KB 24/37 KB 84/119 KB 19/57 KB 29/29 KB 24/37 KB 84/119 KB 21/57 KB 29/29 KB 27/37 KB 84/119 KB 21/57 KB 29/29 KB 27/37 KB 84/119 KB 24/57 KB 29/29 KB 29/37 KB 88/119 KB 24/57 KB 29/29 KB 32/37 KB 88/119 KB 24/57 KB 29/29 KB 27/37 KB 88/119 KB 24/57 KB 29/29 KB 32/37 KB 92/119 KB 27/57 KB 29/29 KB 32/37 KB 96/119 KB 27/57 KB 29/29 KB 32/37 KB 88/119 KB 27/57 KB 29/29 KB 32/37 KB 96/119 KB 29/57 KB 29/29 KB 35/37 KB 96/119 KB 4/11 KB 29/57 KB 29/29 KB 35/37 KB 96/119 KB 8/11 KB 29/57 KB 29/29 KB 35/37 KB 96/119 KB 11/11 KB 29/57 KB 29/29 KB 35/37 KB 96/119 KB 29/57 KB 29/29 KB 37/37 KB 96/119 KB 11/11 KB 29/57 KB 29/29 KB 37/37 KB 100/119 KB 11/11 KB 32/57 KB 29/29 KB 37/37 KB 104/119 KB 11/11 KB 32/57 KB 29/29 KB 37/37 KB 108/119 KB 11/11 KB 32/57 KB 29/29 KB 37/37 KB 112/119 KB 11/11 KB 32/57 KB 29/29 KB 37/37 KB 116/119 KB 11/11 KB 32/57 KB 29/29 KB 37/37 KB 119/119 KB 11/11 KB 32/57 KB 29/29 KB 37/37 KB 96/119 KB 11/11 KB 32/57 KB 29/29 KB 37/37 KB 119/119 KB 11/11 KB 36/57 KB 29/29 KB 37/37 KB 119/119 KB 11/11 KB 40/57 KB 29/29 KB 37/37 KB 119/119 KB 11/11 KB 44/57 KB 29/29 KB 37/37 KB 119/119 KB 11/11 KB 48/57 KB 29/29 KB 37/37 KB 119/119 KB 11/11 KB 52/57 KB 29/29 KB 37/37 KB 119/119 KB 11/11 KB 56/57 KB 29/29 KB 37/37 KB 119/119 KB 11/11 KB 57/57 KB 29/29 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 125.5 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 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 350.5 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 441.2 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1432.8 KB/sec) unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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 672.4 KB/sec) unit-oai-epc-0: 10:06:45 DEBUG unit.oai-epc/0.install (Reading database ... 53188 files and directories currently installed.) unit-oai-epc-0: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install 3/21 KB 6/21 KB 4/33 KB 6/21 KB 8/33 KB 6/21 KB 12/33 KB 9/21 KB 16/33 KB 9/21 KB 20/33 KB 9/21 KB 24/33 KB 9/21 KB 28/33 KB 9/21 KB 3/5 KB 32/33 KB 9/21 KB 3/5 KB 33/33 KB 9/21 KB 3/5 KB 8/33 KB 9/21 KB 33/33 KB 11/21 KB 3/5 KB 33/33 KB 14/21 KB 3/5 KB 33/33 KB 16/21 KB 3/5 KB 33/33 KB 19/21 KB 3/5 KB 33/33 KB 21/21 KB 3/5 KB 24/33 KB 9/21 KB 3/5 KB 33/33 KB 21/21 KB 5/5 KB 4/14 KB 33/33 KB 21/21 KB 3/5 KB 4/14 KB 33/33 KB 21/21 KB 5/5 KB 8/14 KB 33/33 KB 21/21 KB 5/5 KB 12/14 KB 33/33 KB 21/21 KB 5/5 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 338.3 KB/sec) unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 215.4 KB/sec) unit-abot-epc-basic-0: 10:06:45 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 45.9 KB/sec) unit-abot-epc-basic-0: 10:06:45 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 142.6 KB/sec) unit-oai-epc-0: 10:06:45 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:06:45 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: 10:06:45 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: 10:06:45 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:06:45 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-oai-epc-0: 10:06:45 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 10:06:45 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 10:06:46 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:06:46 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:46 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 DEBUG unit.abot-epc-basic/0.install 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (8 KB at 511.5 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 99.4 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 950.1 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 263.7 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 239.1 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 144.0 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 1778.7 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 946.7 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 159.3 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 154.5 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 644.5 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 242.8 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 151.3 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 210.7 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 759.8 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 98.1 KB/sec) unit-abot-epc-basic-0: 10:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom unit-abot-epc-basic-0: 10:06:46 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 94.4 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 262.9 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 510.7 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 630.8 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 386.6 KB/sec) unit-abot-epc-basic-0: 10:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom unit-abot-epc-basic-0: 10:06:46 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 168.1 KB/sec) unit-abot-epc-basic-0: 10:06:46 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-oai-epc-0: 10:06:46 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-abot-epc-basic-0: 10:06:46 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 233.3 KB/sec) unit-oai-epc-0: 10:06:46 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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 1255.3 KB/sec) unit-abot-epc-basic-0: 10:06:46 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: 10:06:46 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: 10:06:46 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: 10:06:46 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: 10:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-oai-epc-0: 10:06:46 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:06:46 DEBUG unit.abot-epc-basic/0.install 3/45 KB 5/45 KB 8/45 KB 11/45 KB 13/45 KB 16/45 KB 3/286 KB 16/45 KB 3/39 KB 3/308 KB 6/286 KB 3/223 KB 16/45 KB 3/39 KB 3/308 KB 9/286 KB 3/223 KB 16/45 KB 3/39 KB 3/308 KB 11/286 KB 3/223 KB 16/45 KB 3/39 KB 3/308 KB 14/286 KB 3/223 KB 16/45 KB 3/39 KB 3/308 KB 16/286 KB 3/223 KB 16/45 KB 3/39 KB 3/308 KB 3/286 KB 3/223 KB 16/45 KB 6/39 KB 3/308 KB 16/286 KB 3/223 KB 16/45 KB 9/39 KB 3/308 KB 16/286 KB 3/223 KB 16/45 KB 11/39 KB 3/308 KB 16/286 KB 3/223 KB 16/45 KB 14/39 KB 3/308 KB 16/286 KB 3/223 KB 16/45 KB 16/39 KB 3/308 KB 16/286 KB 3/223 KB 16/45 KB 19/39 KB 3/308 KB 16/286 KB 3/223 KB 16/45 KB 22/39 KB 3/308 KB 16/286 KB 3/223 KB 16/45 KB 3/308 KB 3/286 KB 3/223 KB 16/45 KB 22/39 KB 5/308 KB 19/286 KB 3/223 KB 19/45 KB 22/39 KB 8/308 KB 19/286 KB 3/223 KB 19/45 KB 22/39 KB 11/308 KB 19/286 KB 3/223 KB 19/45 KB 22/39 KB 13/308 KB 19/286 KB 3/223 KB 19/45 KB 22/39 KB 16/308 KB 19/286 KB 3/223 KB 19/45 KB 22/39 KB 19/308 KB 19/286 KB 3/223 KB 19/45 KB 22/39 KB 21/308 KB 19/286 KB 3/223 KB 19/45 KB 3/286 KB 3/223 KB 16/45 KB 22/39 KB 21/308 KB 19/286 KB 5/223 KB 19/45 KB 22/39 KB 21/308 KB 19/286 KB 8/223 KB 19/45 KB 22/39 KB 21/308 KB 19/286 KB 11/223 KB 19/45 KB 22/39 KB 21/308 KB 19/286 KB 13/223 KB 19/45 KB 22/39 KB 21/308 KB 19/286 KB 16/223 KB 19/45 KB 22/39 KB 21/308 KB 19/286 KB 19/223 KB 19/45 KB 22/39 KB 21/308 KB 19/286 KB 21/223 KB 19/45 KB 25/39 KB 21/308 KB 19/286 KB 21/223 KB 19/45 KB 27/39 KB 24/308 KB 19/286 KB 24/223 KB 19/45 KB 22/39 KB 3/308 KB 19/286 KB 3/223 KB 19/45 KB 22/39 KB 3/308 KB 19/286 KB 3/223 KB 16/45 KB 27/39 KB 24/308 KB 22/286 KB 24/223 KB 19/45 KB 27/39 KB 24/308 KB 22/286 KB 24/223 KB 21/45 KB 25/39 KB 24/308 KB 19/286 KB 24/223 KB 19/45 KB 25/39 KB 24/308 KB 19/286 KB 21/223 KB 19/45 KB 27/39 KB 24/308 KB 25/286 KB 24/223 KB 24/45 KB 30/39 KB 27/308 KB 25/286 KB 27/223 KB 27/45 KB 27/39 KB 24/308 KB 25/286 KB 24/223 KB 21/45 KB 30/39 KB 27/308 KB 25/286 KB 27/223 KB 24/45 KB 30/39 KB 27/308 KB 25/286 KB 24/223 KB 24/45 KB 27/39 KB 27/308 KB 25/286 KB 24/223 KB 24/45 KB 30/39 KB 29/308 KB 27/286 KB 27/223 KB 27/45 KB 30/39 KB 32/308 KB 27/286 KB 27/223 KB 27/45 KB 30/39 KB 27/308 KB 27/286 KB 27/223 KB 27/45 KB 32/39 KB 32/308 KB 27/286 KB 29/223 KB 27/45 KB 32/39 KB 32/308 KB 30/286 KB 32/223 KB 27/45 KB 32/39 KB 36/308 KB 30/286 KB 36/223 KB 29/45 KB 32/39 KB 36/308 KB 30/286 KB 40/223 KB 29/45 KB 32/39 KB 36/308 KB 30/286 KB 44/223 KB 29/45 KB 32/39 KB 36/308 KB 30/286 KB 48/223 KB 29/45 KB 32/39 KB 32/308 KB 27/286 KB 27/223 KB 27/45 KB 35/39 KB 36/308 KB 30/286 KB 48/223 KB 29/45 KB 38/39 KB 36/308 KB 30/286 KB 48/223 KB 29/45 KB 39/39 KB 36/308 KB 30/286 KB 48/223 KB 29/45 KB 32/39 KB 36/308 KB 30/286 KB 32/223 KB 29/45 KB 39/39 KB 40/308 KB 30/286 KB 48/223 KB 29/45 KB 39/39 KB 44/308 KB 30/286 KB 48/223 KB 29/45 KB 39/39 KB 48/308 KB 30/286 KB 48/223 KB 29/45 KB 39/39 KB 52/308 KB 30/286 KB 48/223 KB 29/45 KB 39/39 KB 56/308 KB 30/286 KB 52/223 KB 29/45 KB 39/39 KB 60/308 KB 30/286 KB 52/223 KB 29/45 KB 39/39 KB 64/308 KB 30/286 KB 52/223 KB 29/45 KB 32/39 KB 32/308 KB 30/286 KB 32/223 KB 29/45 KB 32/39 KB 32/308 KB 30/286 KB 29/223 KB 27/45 KB 39/39 KB 64/308 KB 32/286 KB 52/223 KB 29/45 KB 39/39 KB 64/308 KB 36/286 KB 52/223 KB 32/45 KB 39/39 KB 64/308 KB 40/286 KB 52/223 KB 32/45 KB 39/39 KB 64/308 KB unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install 44/286 KB 52/223 KB 32/45 KB 39/39 KB 64/308 KB 48/286 KB 52/223 KB 32/45 KB 39/39 KB 64/308 KB 52/286 KB 52/223 KB 32/45 KB 39/39 KB 68/308 KB 56/286 KB 52/223 KB 32/45 KB 39/39 KB 68/308 KB 60/286 KB 52/223 KB 32/45 KB 39/39 KB 68/308 KB 64/286 KB 52/223 KB 32/45 KB 39/39 KB 52/308 KB 30/286 KB 52/223 KB 29/45 KB 39/39 KB 68/308 KB 64/286 KB 56/223 KB 32/45 KB 39/39 KB 68/308 KB 64/286 KB 60/223 KB 32/45 KB 39/39 KB 68/308 KB 64/286 KB 64/223 KB 32/45 KB 39/39 KB 68/308 KB 64/286 KB 68/223 KB 32/45 KB 68/308 KB 68/286 KB 72/223 KB 32/45 KB 68/308 KB 68/286 KB 76/223 KB 32/45 KB 68/308 KB 68/286 KB 80/223 KB 32/45 KB 39/39 KB 68/308 KB 52/286 KB 52/223 KB 32/45 KB 39/39 KB 64/308 KB 32/286 KB 52/223 KB 32/45 KB 68/308 KB 68/286 KB 80/223 KB 36/45 KB 68/308 KB 68/286 KB 80/223 KB 40/45 KB 68/308 KB 68/286 KB 80/223 KB 44/45 KB 68/308 KB 68/286 KB 80/223 KB 45/45 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install 39/39 KB 68/308 KB 68/286 KB 68/223 KB 32/45 KB 72/308 KB 72/286 KB 84/223 KB 45/45 KB 72/308 KB 76/286 KB 84/223 KB 45/45 KB 72/308 KB 80/286 KB 84/223 KB 45/45 KB 72/308 KB 68/286 KB 84/223 KB 45/45 KB 76/308 KB 80/286 KB 84/223 KB 45/45 KB 80/308 KB 80/286 KB 84/223 KB 45/45 KB 84/308 KB 80/286 KB 84/223 KB 45/45 KB 88/308 KB 80/286 KB 84/223 KB 45/45 KB 92/308 KB 80/286 KB 84/223 KB 45/45 KB 96/308 KB 80/286 KB 84/223 KB 45/45 KB 68/308 KB 68/286 KB 84/223 KB 45/45 KB 96/308 KB 80/286 KB 88/223 KB 45/45 KB 96/308 KB 84/286 KB 92/223 KB 45/45 KB 96/308 KB 84/286 KB 96/223 KB 45/45 KB 96/308 KB 84/286 KB 88/223 KB 45/45 KB 96/308 KB 88/286 KB 96/223 KB 45/45 KB 100/308 KB 88/286 KB 96/223 KB 45/45 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 1110.8 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 104/308 KB 92/286 KB 100/223 KB 108/308 KB 92/286 KB 100/223 KB 112/308 KB 92/286 KB 100/223 KB 100/308 KB 92/286 KB 100/223 KB 45/45 KB 112/308 KB 92/286 KB 104/223 KB 100/308 KB 92/286 KB 96/223 KB 45/45 KB 112/308 KB 96/286 KB 104/223 KB 112/308 KB 100/286 KB 104/223 KB 112/308 KB 104/286 KB 108/223 KB 112/308 KB 108/286 KB 108/223 KB 112/308 KB 112/286 KB 108/223 KB 3/174 KB 112/308 KB 116/286 KB 108/223 KB 3/174 KB 116/308 KB 120/286 KB 108/223 KB 3/174 KB 116/308 KB 124/286 KB 108/223 KB 3/174 KB 116/308 KB 128/286 KB 108/223 KB 112/308 KB 100/286 KB 108/223 KB 3/174 KB 116/308 KB 128/286 KB 112/223 KB 3/174 KB 116/308 KB 128/286 KB 116/223 KB 3/174 KB 116/308 KB 128/286 KB 120/223 KB 3/174 KB 116/308 KB 128/286 KB 124/223 KB 3/174 KB 116/308 KB 116/286 KB 108/223 KB 3/174 KB 112/308 KB 112/286 KB 108/223 KB 5/174 KB 116/308 KB 128/286 KB 124/223 KB 8/174 KB 116/308 KB 128/286 KB 124/223 KB 11/174 KB 116/308 KB 128/286 KB 124/223 KB 13/174 KB 116/308 KB 128/286 KB 124/223 KB 16/174 KB 116/308 KB 128/286 KB 124/223 KB 19/174 KB 116/308 KB 128/286 KB 124/223 KB 21/174 KB 116/308 KB 128/286 KB 124/223 KB 24/174 KB 116/308 KB 128/286 KB 124/223 KB 27/174 KB 116/308 KB 128/286 KB 124/223 KB 27/174 KB 120/308 KB 128/286 KB 124/223 KB 27/174 KB 124/308 KB 128/286 KB 124/223 KB 29/174 KB 128/308 KB 128/286 KB 124/223 KB 29/174 KB 124/308 KB 128/286 KB 124/223 KB 32/174 KB 4/22 KB 128/308 KB 128/286 KB 124/223 KB 36/174 KB 4/22 KB 128/308 KB 128/286 KB 124/223 KB 29/174 KB 4/22 KB 128/308 KB 128/286 KB 124/223 KB 36/174 KB 8/22 KB 132/308 KB 132/286 KB 128/223 KB 36/174 KB 12/22 KB 132/308 KB 132/286 KB 128/223 KB 36/174 KB 16/22 KB 132/308 KB 132/286 KB 128/223 KB 36/174 KB 20/22 KB 132/308 KB 132/286 KB 128/223 KB 36/174 KB 22/22 KB 132/308 KB 132/286 KB 128/223 KB 40/174 KB 22/22 KB 132/308 KB 132/286 KB 128/223 KB 44/174 KB 22/22 KB 132/308 KB 132/286 KB 128/223 KB 48/174 KB 22/22 KB 132/308 KB 132/286 KB 128/223 KB 36/174 KB 4/22 KB 132/308 KB 132/286 KB 128/223 KB 48/174 KB 22/22 KB 132/308 KB 136/286 KB 128/223 KB 48/174 KB 22/22 KB 132/308 KB 140/286 KB 128/223 KB 48/174 KB 22/22 KB 132/308 KB 144/286 KB 128/223 KB 36/174 KB 4/22 KB 132/308 KB 128/286 KB 128/223 KB 48/174 KB 22/22 KB 136/308 KB 144/286 KB 128/223 KB 36/174 KB 4/22 KB 128/308 KB 128/286 KB 128/223 KB 48/174 KB 22/22 KB 136/308 KB 144/286 KB 132/223 KB 48/174 KB 22/22 KB 140/308 KB 144/286 KB 132/223 KB 48/174 KB 22/22 KB 144/308 KB 144/286 KB 132/223 KB 48/174 KB 22/22 KB 148/308 KB 144/286 KB 132/223 KB 52/174 KB 22/22 KB 152/308 KB 148/286 KB 136/223 KB 52/174 KB 22/22 KB 156/308 KB 148/286 KB 136/223 KB 52/174 KB 22/22 KB 160/308 KB 148/286 KB 136/223 KB 52/174 KB 22/22 KB 148/308 KB 148/286 KB 136/223 KB 56/174 KB 22/22 KB 160/308 KB 148/286 KB 136/223 KB 60/174 KB 22/22 KB 164/308 KB 148/286 KB 136/223 KB 64/174 KB 22/22 KB 164/308 KB 148/286 KB 136/223 KB 48/174 KB 22/22 KB 148/308 KB 148/286 KB 136/223 KB 64/174 KB 22/22 KB 164/308 KB 152/286 KB 136/223 KB 64/174 KB 22/22 KB 164/308 KB 156/286 KB 136/223 KB 64/174 KB 22/22 KB 164/308 KB 160/286 KB 136/223 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 433.4 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 48/174 KB 22/22 KB 148/308 KB 144/286 KB 136/223 KB 64/174 KB 164/308 KB 160/286 KB 140/223 KB 64/174 KB 164/308 KB 160/286 KB 144/223 KB 64/174 KB 164/308 KB 160/286 KB 148/223 KB 64/174 KB 164/308 KB 160/286 KB 152/223 KB 64/174 KB 164/308 KB 160/286 KB 156/223 KB 64/174 KB 164/308 KB 160/286 KB 160/223 KB 68/174 KB 164/308 KB 160/286 KB 160/223 KB 72/174 KB 164/308 KB 164/286 KB 160/223 KB 76/174 KB 164/308 KB 164/286 KB 160/223 KB 80/174 KB 164/308 KB 164/286 KB 164/223 KB 84/174 KB 164/308 KB 164/286 KB 164/223 KB 88/174 KB 164/308 KB 3/9 KB 164/286 KB 164/223 KB 92/174 KB 164/308 KB 3/9 KB 164/286 KB 164/223 KB 96/174 KB 164/308 KB 3/9 KB 164/286 KB 164/223 KB 56/174 KB 22/22 KB 164/308 KB 148/286 KB 136/223 KB 96/174 KB 168/308 KB 3/9 KB 164/286 KB 164/223 KB 96/174 KB 172/308 KB 3/9 KB 164/286 KB 164/223 KB 96/174 KB 176/308 KB 3/9 KB 164/286 KB 164/223 KB 84/174 KB 164/308 KB 3/9 KB 164/286 KB 164/223 KB 96/174 KB 176/308 KB 6/9 KB 164/286 KB 164/223 KB 96/174 KB 176/308 KB 9/9 KB 164/286 KB 164/223 KB 96/174 KB 176/308 KB 9/9 KB 164/286 KB 164/223 KB 96/174 KB 180/308 KB 9/9 KB 164/286 KB 164/223 KB 96/174 KB 184/308 KB 9/9 KB 164/286 KB 164/223 KB 96/174 KB 188/308 KB 9/9 KB 164/286 KB 164/223 KB 96/174 KB 192/308 KB 9/9 KB 164/286 KB 164/223 KB 76/174 KB 164/308 KB 164/286 KB 164/223 KB 96/174 KB 192/308 KB 9/9 KB 164/286 KB 168/223 KB 96/174 KB 192/308 KB 9/9 KB 164/286 KB 172/223 KB 96/174 KB 192/308 KB 9/9 KB 164/286 KB 176/223 KB 68/174 KB 164/308 KB 164/286 KB 160/223 KB 96/174 KB 192/308 KB 9/9 KB 168/286 KB 176/223 KB 96/174 KB 192/308 KB 9/9 KB 172/286 KB 176/223 KB 96/174 KB 192/308 KB 9/9 KB 176/286 KB 176/223 KB 96/174 KB 192/308 KB 9/9 KB 180/286 KB 176/223 KB 96/174 KB 192/308 KB 9/9 KB 184/286 KB 180/223 KB 96/174 KB 192/308 KB 9/9 KB 188/286 KB 180/223 KB 96/174 KB 196/308 KB 9/9 KB 192/286 KB 180/223 KB 96/174 KB 192/308 KB 9/9 KB 180/286 KB 180/223 KB 96/174 KB 196/308 KB 9/9 KB 192/286 KB 184/223 KB 96/174 KB 196/308 KB 9/9 KB 192/286 KB 188/223 KB 96/174 KB 196/308 KB 9/9 KB 192/286 KB 192/223 KB 100/174 KB 196/308 KB 9/9 KB 192/286 KB 196/223 KB 100/174 KB 196/308 KB 9/9 KB 196/286 KB 200/223 KB 100/174 KB 196/308 KB 9/9 KB 196/286 KB 204/223 KB 96/174 KB 196/308 KB 9/9 KB 188/286 KB 180/223 KB 100/174 KB 200/308 KB 9/9 KB 196/286 KB 204/223 KB 100/174 KB 204/308 KB 9/9 KB 196/286 KB 204/223 KB 100/174 KB 208/308 KB 9/9 KB 196/286 KB 204/223 KB 100/174 KB 196/308 KB 9/9 KB 196/286 KB 196/223 KB 100/174 KB 208/308 KB 9/9 KB 200/286 KB 204/223 KB 100/174 KB 208/308 KB 9/9 KB 204/286 KB 204/223 KB 100/174 KB 212/308 KB 9/9 KB 208/286 KB 204/223 KB 100/174 KB 196/308 KB 9/9 KB 192/286 KB 192/223 KB 104/174 KB 212/308 KB 9/9 KB 208/286 KB 208/223 KB 108/174 KB 212/308 KB 9/9 KB 208/286 KB 208/223 KB 112/174 KB 212/308 KB 208/286 KB 208/223 KB 112/174 KB 212/308 KB 212/286 KB 208/223 KB 116/174 KB 212/308 KB 216/286 KB 208/223 KB 116/174 KB 212/308 KB 220/286 KB 208/223 KB 100/174 KB 212/308 KB 9/9 KB 208/286 KB 208/223 KB 100/174 KB 212/308 KB 9/9 KB 204/286 KB 204/223 KB 116/174 KB 216/308 KB 220/286 KB 208/223 KB 116/174 KB 220/308 KB 220/286 KB 212/223 KB 116/174 KB 224/308 KB 220/286 KB 212/223 KB 116/174 KB 212/308 KB 212/286 KB 208/223 KB 120/174 KB 224/308 KB 220/286 KB 212/223 KB 124/174 KB 228/308 KB 220/286 KB 212/223 KB unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 117.9 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 128/174 KB 228/308 KB 224/286 KB 212/223 KB 124/174 KB 228/308 KB 224/286 KB 212/223 KB 128/174 KB 228/308 KB 228/286 KB 212/223 KB 132/174 KB 228/308 KB 232/286 KB 212/223 KB 132/174 KB 228/308 KB 236/286 KB 212/223 KB 120/174 KB 228/308 KB 220/286 KB 212/223 KB 132/174 KB 232/308 KB 236/286 KB 212/223 KB 116/174 KB 216/308 KB 220/286 KB 212/223 KB 132/174 KB 232/308 KB 236/286 KB 216/223 KB 132/174 KB 232/308 KB 236/286 KB 220/223 KB 132/174 KB 232/308 KB 236/286 KB 223/223 KB 132/174 KB 236/308 KB 236/286 KB 223/223 KB 132/174 KB 240/308 KB 236/286 KB 223/223 KB 132/174 KB 228/308 KB 228/286 KB 212/223 KB 136/174 KB 240/308 KB 236/286 KB 223/223 KB 140/174 KB 240/308 KB 236/286 KB 223/223 KB 140/174 KB 240/308 KB 240/286 KB 223/223 KB 144/174 KB 240/308 KB 240/286 KB 223/223 KB 144/174 KB 240/308 KB 244/286 KB 223/223 KB 148/174 KB 244/308 KB 248/286 KB 223/223 KB 148/174 KB 244/308 KB 252/286 KB 223/223 KB 148/174 KB 244/308 KB 244/286 KB 223/223 KB 148/174 KB 248/308 KB 252/286 KB 223/223 KB 148/174 KB 252/308 KB 252/286 KB 223/223 KB 148/174 KB 256/308 KB 252/286 KB 223/223 KB 148/174 KB 240/308 KB 244/286 KB 223/223 KB 152/174 KB 256/308 KB 252/286 KB 223/223 KB 156/174 KB 260/308 KB 252/286 KB 223/223 KB 160/174 KB 260/308 KB 256/286 KB 223/223 KB 164/174 KB 260/308 KB 256/286 KB 223/223 KB 168/174 KB 260/308 KB 256/286 KB 223/223 KB 172/174 KB 260/308 KB 256/286 KB 223/223 KB 174/174 KB 260/308 KB 256/286 KB 223/223 KB 152/174 KB 260/308 KB 252/286 KB 223/223 KB 174/174 KB 260/308 KB 256/286 KB 223/223 KB 3/22 KB 174/174 KB 260/308 KB 256/286 KB 223/223 KB 6/22 KB 174/174 KB 260/308 KB 256/286 KB 223/223 KB 9/22 KB 174/174 KB 260/308 KB 256/286 KB 223/223 KB 11/22 KB 174/174 KB 260/308 KB 256/286 KB 223/223 KB 14/22 KB 174/174 KB 260/308 KB 256/286 KB 223/223 KB 16/22 KB 174/174 KB 260/308 KB 256/286 KB 223/223 KB 19/22 KB 174/174 KB 260/308 KB 256/286 KB 223/223 KB 22/22 KB 174/174 KB 260/308 KB 256/286 KB 223/223 KB 22/22 KB 156/174 KB 260/308 KB 256/286 KB 223/223 KB 174/174 KB 260/308 KB 260/286 KB 223/223 KB 22/22 KB 174/174 KB 264/308 KB 260/286 KB 223/223 KB 22/22 KB 174/174 KB 268/308 KB 260/286 KB 223/223 KB 22/22 KB 174/174 KB 272/308 KB 264/286 KB 223/223 KB 22/22 KB 174/174 KB 268/308 KB 264/286 KB 223/223 KB 22/22 KB 174/174 KB 272/308 KB 268/286 KB 223/223 KB 22/22 KB 174/174 KB 272/308 KB 270/286 KB 223/223 KB 22/22 KB 174/174 KB 276/308 KB 270/286 KB 223/223 KB 22/22 KB 174/174 KB 280/308 KB 274/286 KB 22/22 KB 174/174 KB 284/308 KB 274/286 KB 22/22 KB 174/174 KB 288/308 KB 274/286 KB 22/22 KB 174/174 KB 276/308 KB 274/286 KB 22/22 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 2560.5 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 174/174 KB 288/308 KB 278/286 KB 22/22 KB 174/174 KB 288/308 KB 282/286 KB 22/22 KB 174/174 KB 292/308 KB 282/286 KB 22/22 KB 174/174 KB 292/308 KB 286/286 KB 22/22 KB 174/174 KB 292/308 KB 286/286 KB 22/22 KB 174/174 KB 296/308 KB 286/286 KB 22/22 KB 174/174 KB 300/308 KB 286/286 KB 22/22 KB 174/174 KB 304/308 KB 286/286 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 253.7 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 174/174 KB 308/308 KB 286/286 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 1974.1 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 308/308 KB 4/17 KB 286/286 KB 308/308 KB 8/17 KB 286/286 KB 308/308 KB 8/17 KB 3/11 KB 286/286 KB 308/308 KB 12/17 KB 3/11 KB 286/286 KB 308/308 KB 16/17 KB 3/11 KB 286/286 KB 308/308 KB 16/17 KB 5/11 KB 286/286 KB 308/308 KB 17/17 KB 5/11 KB 286/286 KB 308/308 KB 17/17 KB 8/11 KB 286/286 KB 308/308 KB 17/17 KB 11/11 KB 286/286 KB 308/308 KB 17/17 KB 11/11 KB 286/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 2746.6 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 4/13 KB 308/308 KB 17/17 KB 11/11 KB 8/13 KB 308/308 KB 17/17 KB 11/11 KB 12/13 KB 308/308 KB 17/17 KB 11/11 KB 13/13 KB 308/308 KB 17/17 KB 11/11 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 107.9 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 121.1 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 308/308 KB 17/17 KB 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2874.3 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 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 151.2 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 3/28 KB 11/11 KB 6/28 KB 11/11 KB 9/28 KB 11/11 KB 11/28 KB 11/11 KB 14/28 KB 11/11 KB 16/28 KB 11/11 KB 19/28 KB 11/11 KB 3/309 KB 19/28 KB 11/11 KB 5/309 KB 19/28 KB 11/11 KB 8/309 KB 19/28 KB 11/11 KB 11/309 KB 19/28 KB 11/11 KB 13/309 KB 19/28 KB 11/11 KB 16/309 KB 19/28 KB 11/11 KB 19/309 KB 19/28 KB 21/309 KB 19/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 83.0 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 21/309 KB 3/192 KB 22/28 KB 4/14 KB 21/309 KB 5/192 KB 22/28 KB 4/14 KB 21/309 KB 8/192 KB 22/28 KB 4/14 KB 21/309 KB 11/192 KB 22/28 KB 4/14 KB 21/309 KB 13/192 KB 22/28 KB 4/14 KB 21/309 KB 16/192 KB 22/28 KB 4/14 KB 21/309 KB 19/192 KB 22/28 KB 4/14 KB 21/309 KB 21/192 KB 22/28 KB 4/14 KB 21/309 KB 24/192 KB 22/28 KB 4/14 KB 24/309 KB 27/192 KB 22/28 KB 21/309 KB 22/28 KB 4/14 KB 24/309 KB 27/192 KB 25/28 KB 4/14 KB 24/309 KB 24/192 KB 22/28 KB 4/14 KB 21/309 KB 3/192 KB 22/28 KB 8/14 KB 24/309 KB 27/192 KB 25/28 KB 12/14 KB 24/309 KB 27/192 KB 25/28 KB 14/14 KB 24/309 KB 27/192 KB 25/28 KB 14/14 KB 27/309 KB 27/192 KB 25/28 KB 14/14 KB 29/309 KB 27/192 KB 27/28 KB 14/14 KB 27/309 KB 27/192 KB 27/28 KB 14/14 KB 29/309 KB 29/192 KB 28/28 KB 14/14 KB 29/309 KB 29/192 KB 27/28 KB 14/14 KB 29/309 KB 32/192 KB 28/28 KB 14/14 KB 29/309 KB 36/192 KB 28/28 KB 14/14 KB 3/37 KB 32/309 KB 40/192 KB 28/28 KB 14/14 KB 3/37 KB 32/309 KB 44/192 KB 28/28 KB 14/14 KB 3/37 KB 32/309 KB 48/192 KB 28/28 KB 14/14 KB 3/37 KB 32/309 KB 52/192 KB 28/28 KB 14/14 KB 3/37 KB 32/309 KB 56/192 KB 28/28 KB 14/14 KB 3/37 KB 32/309 KB 60/192 KB 28/28 KB 14/14 KB 3/37 KB 29/309 KB 36/192 KB 28/28 KB 14/14 KB 5/37 KB 32/309 KB 60/192 KB 28/28 KB 14/14 KB 8/37 KB 32/309 KB 60/192 KB 28/28 KB 14/14 KB 11/37 KB 32/309 KB 60/192 KB 28/28 KB 14/14 KB 3/37 KB 32/309 KB 36/192 KB 28/28 KB 14/14 KB 13/37 KB 32/309 KB 60/192 KB 28/28 KB 14/14 KB 16/37 KB 32/309 KB 60/192 KB 28/28 KB 14/14 KB 19/37 KB 36/309 KB 60/192 KB 28/28 KB 14/14 KB 21/37 KB 36/309 KB 60/192 KB 28/28 KB 14/14 KB 16/37 KB 36/309 KB 60/192 KB 28/28 KB 14/14 KB 21/37 KB 40/309 KB 60/192 KB 28/28 KB 14/14 KB 24/37 KB 40/309 KB 60/192 KB 28/28 KB 14/14 KB 24/37 KB 44/309 KB 60/192 KB 28/28 KB 14/14 KB 24/37 KB 48/309 KB 60/192 KB 28/28 KB 14/14 KB 27/37 KB 48/309 KB 60/192 KB 28/28 KB 14/14 KB 27/37 KB 52/309 KB 60/192 KB 28/28 KB 14/14 KB 29/37 KB 56/309 KB 64/192 KB 28/28 KB 29/37 KB 60/309 KB 64/192 KB 28/28 KB 29/37 KB 64/309 KB 64/192 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 208.1 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 DEBUG unit.abot-epc-basic/0.install 14/14 KB 29/37 KB 52/309 KB 60/192 KB 28/28 KB 32/37 KB 64/309 KB 64/192 KB 14/14 KB 29/37 KB 52/309 KB 64/192 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 97.6 KB/sec) unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install 32/37 KB 64/309 KB 68/192 KB 35/37 KB 68/309 KB 72/192 KB 35/37 KB 68/309 KB 76/192 KB 35/37 KB 68/309 KB 80/192 KB 35/37 KB 68/309 KB 68/192 KB 35/37 KB 72/309 KB 80/192 KB 35/37 KB 76/309 KB 80/192 KB 3/14 KB 35/37 KB 80/309 KB 80/192 KB 3/14 KB 35/37 KB 64/309 KB 68/192 KB 35/37 KB 72/309 KB 80/192 KB 3/14 KB 37/37 KB 80/309 KB 80/192 KB 3/14 KB 37/37 KB 80/309 KB 80/192 KB 5/14 KB 37/37 KB 80/309 KB 80/192 KB 8/14 KB 37/37 KB 80/309 KB 80/192 KB 11/14 KB 37/37 KB 80/309 KB 80/192 KB 13/14 KB 37/37 KB 80/309 KB 80/192 KB 14/14 KB 37/37 KB 80/309 KB 84/192 KB 14/14 KB 37/37 KB 80/309 KB 88/192 KB 14/14 KB 37/37 KB 80/309 KB 92/192 KB 14/14 KB 37/37 KB 80/309 KB 96/192 KB 14/14 KB 37/37 KB 84/309 KB 100/192 KB 14/14 KB 37/37 KB 84/309 KB 104/192 KB 14/14 KB 37/37 KB 84/309 KB 108/192 KB 14/14 KB 37/37 KB 84/309 KB 112/192 KB 14/14 KB 37/37 KB 84/309 KB 96/192 KB 14/14 KB 37/37 KB 88/309 KB 112/192 KB 14/14 KB 37/37 KB 92/309 KB 112/192 KB 14/14 KB 37/37 KB 96/309 KB 112/192 KB 14/14 KB 37/37 KB 100/309 KB 112/192 KB 14/14 KB 37/37 KB 104/309 KB 112/192 KB 14/14 KB 37/37 KB 108/309 KB 112/192 KB 14/14 KB 37/37 KB 112/309 KB 112/192 KB 14/14 KB 37/37 KB 116/309 KB 112/192 KB 14/14 KB 37/37 KB 120/309 KB 116/192 KB 14/14 KB 37/37 KB 124/309 KB 116/192 KB 14/14 KB 37/37 KB 128/309 KB 116/192 KB 14/14 KB 37/37 KB 132/309 KB 116/192 KB 14/14 KB 136/309 KB 116/192 KB 14/14 KB 140/309 KB 116/192 KB 14/14 KB 144/309 KB 116/192 KB 14/14 KB 37/37 KB 116/309 KB 116/192 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 251.7 KB/sec) unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install 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 93.3 KB/sec) unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install 144/309 KB 120/192 KB 144/309 KB 124/192 KB 144/309 KB 128/192 KB 144/309 KB 132/192 KB 144/309 KB 136/192 KB 144/309 KB 140/192 KB 144/309 KB 144/192 KB 144/309 KB 148/192 KB 148/309 KB 152/192 KB 148/309 KB 156/192 KB 148/309 KB 160/192 KB 148/309 KB 148/192 KB 152/309 KB 160/192 KB 156/309 KB 164/192 KB 160/309 KB 164/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 180/309 KB 164/192 KB 184/309 KB 164/192 KB 188/309 KB 164/192 KB 192/309 KB 164/192 KB 196/309 KB 164/192 KB 152/309 KB 164/192 KB 196/309 KB 168/192 KB 196/309 KB 172/192 KB 196/309 KB 176/192 KB 196/309 KB 180/192 KB 196/309 KB 184/192 KB 196/309 KB 188/192 KB 196/309 KB 192/192 KB 196/309 KB 192/192 KB 200/309 KB 192/192 KB 204/309 KB 192/192 KB 208/309 KB 192/192 KB 212/309 KB 192/192 KB 216/309 KB 192/192 KB 220/309 KB 192/192 KB 224/309 KB 192/192 KB 228/309 KB 192/192 KB 232/309 KB 192/192 KB 236/309 KB 192/192 KB 240/309 KB 192/192 KB 244/309 KB 192/192 KB 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 1196.7 KB/sec) unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install 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 1835.7 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 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 212.7 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 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 166.9 KB/sec) unit-abot-epc-basic-0: 10:06:47 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: 10:06:47 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 3876.4 KB/sec) unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 10:06:47 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-oai-epc-0: 10:06:48 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 10:06:48 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 10:06:48 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:06:48 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-oai-epc-0: 10:06:48 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 10:06:48 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-abot-epc-basic-0: 10:06:48 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:48 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:06:48 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@10d307f1: startup date [Fri Nov 09 10:06:48 UTC 2018]; root of context hierarchy unit-oai-epc-0: 10:06:48 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:06:48 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:48 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:06:48 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-oai-epc-0: 10:06:49 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 10:06:49 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 10:06:49 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:06:49 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:49 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:06:49 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-epc-0: 10:06:49 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 10:06:49 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: 10:06:49 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 10:06:50 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 10:06:50 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 10:06:50 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:06:51 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:51 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 10:06:51 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@15723761] to [cucumber.runtime.java.spring.GlueCodeScope@312afbc7] unit-oai-epc-0: 10:06:51 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: 10:06:51 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:51 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:06:51 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2f04105: startup date [Fri Nov 09 10:06:51 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:06:51 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:51 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:06:51 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: 10:06:51 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:51 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:06:51 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: 10:06:51 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:51 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:06:51 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: 10:06:51 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:51 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:06:51 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: 10:06:52 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:52 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:06:52 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@66f0548d: startup date [Fri Nov 09 10:06:52 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:06:52 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:52 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:06:52 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: 10:06:52 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:52 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:06:52 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: 10:06:52 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:52 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:06:52 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: 10:06:52 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:52 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:06:52 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: 10:06:52 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:06:52 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:52 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:06:52 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:52 [main] REPORT: STEP EXECUTION TIME TAKEN :1366 MS unit-abot-epc-basic-0: 10:06:52 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:06:52 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:53 [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: 10:06:53 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:53 [main] REPORT: STEP EXECUTION TIME TAKEN :96 MS unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:06:53 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: 10:06:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 0m1.958s unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.196 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 10:06:53 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: 10:06:53 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.001 sec unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.017 sec unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install Nov 09, 2018 10:06:53 AM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@10d307f1: startup date [Fri Nov 09 10:06:48 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 09-Nov-2018 10:06:53.179 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:06:53 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: 10:06:53 DEBUG unit.abot-epc-basic/0.install 3/5 KB 4/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 75.1 KB/sec) unit-abot-epc-basic-0: 10:06:53 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: 10:06:53 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 94.6 KB/sec) unit-abot-epc-basic-0: 10:06:53 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: 10:06:53 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: 10:06:53 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: 10:06:53 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: 10:06:53 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: 10:06:53 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 1398.3 KB/sec) unit-abot-epc-basic-0: 10:06:53 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: 10:06:53 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 58.5 KB/sec) unit-abot-epc-basic-0: 10:06:53 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: 10:06: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-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 692.5 KB/sec) unit-abot-epc-basic-0: 10:06:53 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: 10:06:53 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: 10:06:53 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: 10:06:53 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: 10:06:53 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: 10:06:53 DEBUG unit.abot-epc-basic/0.install 2/22 KB 4/22 KB 7/22 KB 10/22 KB 13/22 KB 15/22 KB 3/60 KB 15/22 KB 6/60 KB 15/22 KB 9/60 KB 15/22 KB 11/60 KB 15/22 KB 14/60 KB 15/22 KB 16/60 KB 15/22 KB 19/60 KB 15/22 KB 3/181 KB 19/60 KB 15/22 KB 6/181 KB 19/60 KB 15/22 KB 9/181 KB 19/60 KB 15/22 KB 11/181 KB 19/60 KB 15/22 KB 14/181 KB 19/60 KB 15/22 KB 16/181 KB 19/60 KB 15/22 KB 19/181 KB 19/60 KB 3/57 KB 15/22 KB 3/203 KB 22/181 KB 22/60 KB 3/57 KB 18/22 KB 3/203 KB 16/181 KB 19/60 KB 3/57 KB 15/22 KB 3/203 KB 22/181 KB 22/60 KB 3/57 KB 18/22 KB 5/203 KB 22/181 KB 22/60 KB 3/57 KB 18/22 KB 8/203 KB 22/181 KB 22/60 KB 3/57 KB 18/22 KB 11/203 KB 22/181 KB 22/60 KB 3/57 KB 18/22 KB 13/203 KB 16/181 KB 19/60 KB 3/57 KB 15/22 KB 22/181 KB 22/60 KB 5/57 KB 18/22 KB 13/203 KB 22/181 KB 22/60 KB 8/57 KB 18/22 KB 13/203 KB 22/181 KB 22/60 KB 11/57 KB 18/22 KB 13/203 KB 22/181 KB 22/60 KB 13/57 KB 18/22 KB 13/203 KB 22/181 KB 22/60 KB 16/57 KB 18/22 KB 13/203 KB 19/181 KB 22/60 KB 3/57 KB 18/22 KB 3/203 KB 19/181 KB 22/60 KB 3/57 KB 15/22 KB 3/203 KB 22/181 KB 25/60 KB 16/57 KB 18/22 KB 16/203 KB 25/181 KB 27/60 KB 19/57 KB 20/22 KB 16/203 KB 22/181 KB 22/60 KB 16/57 KB 18/22 KB 16/203 KB 25/181 KB 27/60 KB 19/57 KB 20/22 KB 19/203 KB 25/181 KB 25/60 KB 19/57 KB 20/22 KB 16/203 KB 22/181 KB 25/60 KB 19/57 KB 20/22 KB 16/203 KB 25/181 KB 27/60 KB 21/57 KB 20/22 KB 19/203 KB 27/181 KB 30/60 KB 24/57 KB 20/22 KB 21/203 KB 22/181 KB 25/60 KB 16/57 KB 20/22 KB 16/203 KB 27/181 KB 30/60 KB 24/57 KB 22/22 KB 21/203 KB 27/181 KB 30/60 KB 21/57 KB 20/22 KB 21/203 KB 27/181 KB 27/60 KB 21/57 KB 20/22 KB 21/203 KB 25/181 KB 27/60 KB 21/57 KB 20/22 KB 21/203 KB 27/181 KB 30/60 KB 24/57 KB 22/22 KB 24/203 KB 27/181 KB 32/60 KB 24/57 KB 22/22 KB 27/203 KB 30/181 KB 32/60 KB 27/57 KB 22/22 KB 29/203 KB 27/181 KB 32/60 KB 24/57 KB 22/22 KB 24/203 KB 30/181 KB 36/60 KB 27/57 KB 22/22 KB 29/203 KB 30/181 KB 32/60 KB 27/57 KB 22/22 KB 27/203 KB 30/181 KB 32/60 KB 24/57 KB 22/22 KB 27/203 KB 32/181 KB 36/60 KB 27/57 KB 22/22 KB 32/203 KB 32/181 KB 36/60 KB 29/57 KB 22/22 KB 32/203 KB 32/181 KB 36/60 KB 32/57 KB 22/22 KB 32/203 KB 32/181 KB 36/60 KB 36/57 KB 22/22 KB 32/203 KB 36/181 KB 40/60 KB 40/57 KB 22/22 KB 32/203 KB 36/181 KB 40/60 KB 44/57 KB 22/22 KB 32/203 KB 36/181 KB 40/60 KB 48/57 KB 22/22 KB 32/203 KB 36/181 KB 40/60 KB 52/57 KB 22/22 KB 32/203 KB 36/181 KB 40/60 KB 56/57 KB 32/203 KB 36/181 KB 40/60 KB 57/57 KB 32/203 KB 30/181 KB 36/60 KB 27/57 KB 22/22 KB 32/203 KB 36/181 KB 40/60 KB 57/57 KB 36/203 KB 36/181 KB 40/60 KB 57/57 KB 40/203 KB 36/181 KB 40/60 KB 57/57 KB 44/203 KB 36/181 KB 40/60 KB 57/57 KB 48/203 KB 36/181 KB 40/60 KB 57/57 KB 52/203 KB 36/181 KB 40/60 KB 57/57 KB 56/203 KB 36/181 KB 40/60 KB 57/57 KB 60/203 KB 36/181 KB 40/60 KB 36/57 KB 22/22 KB 32/203 KB 36/181 KB 44/60 KB 57/57 KB 60/203 KB 36/181 KB 48/60 KB 57/57 KB 60/203 KB 36/181 KB 36/60 KB 36/57 KB 22/22 KB 32/203 KB 40/181 KB 48/60 KB 57/57 KB 60/203 KB 44/181 KB 48/60 KB 57/57 KB 60/203 KB 48/181 KB 52/60 KB 57/57 KB 60/203 KB 52/181 KB 52/60 KB 57/57 KB 60/203 KB 56/181 KB 52/60 KB 57/57 KB 60/203 KB 60/181 KB 52/60 KB 57/57 KB 60/203 KB 64/181 KB 52/60 KB 57/57 KB 60/203 KB 44/181 KB 52/60 KB 57/57 KB 60/203 KB 64/181 KB 56/60 KB 57/57 KB 60/203 KB 64/181 KB 60/ unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 60 KB 57/57 KB 60/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 519.6 KB/sec) unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 68/181 KB 60/60 KB 57/57 KB 60/203 KB 72/181 KB 60/60 KB 57/57 KB 64/203 KB 76/181 KB 60/60 KB 57/57 KB 64/203 KB 80/181 KB 60/60 KB 57/57 KB 64/203 KB 68/181 KB 60/60 KB 57/57 KB 64/203 KB 80/181 KB 60/60 KB 57/57 KB 68/203 KB 80/181 KB 60/60 KB 57/57 KB 72/203 KB 84/181 KB 60/60 KB 57/57 KB 76/203 KB 84/181 KB 60/60 KB 57/57 KB 80/203 KB 84/181 KB 60/60 KB 57/57 KB 72/203 KB 88/181 KB 60/60 KB 57/57 KB 80/203 KB 92/181 KB 60/60 KB 57/57 KB 80/203 KB 96/181 KB 60/60 KB 57/57 KB 80/203 KB 96/181 KB 60/60 KB 57/57 KB 84/203 KB 96/181 KB 60/60 KB 57/57 KB 88/203 KB 100/181 KB 60/60 KB 57/57 KB 92/203 KB 100/181 KB 60/60 KB 57/57 KB 96/203 KB 100/181 KB 60/60 KB 57/57 KB 100/203 KB 100/181 KB 104/203 KB 100/181 KB 108/203 KB 100/181 KB 112/203 KB 100/181 KB 116/203 KB 100/181 KB 120/203 KB 100/181 KB 124/203 KB 100/181 KB 128/203 KB 100/181 KB 132/203 KB 100/181 KB 60/60 KB 57/57 KB 88/203 KB 104/181 KB 132/203 KB 108/181 KB 132/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 1210.6 KB/sec) unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 1230.3 KB/sec) unit-abot-epc-basic-0: 10:06:53 DEBUG unit.abot-epc-basic/0.install 112/181 KB 132/203 KB 116/181 KB 132/203 KB 120/181 KB 132/203 KB 124/181 KB 132/203 KB 128/181 KB 132/203 KB 132/181 KB 132/203 KB 136/181 KB 132/203 KB 140/181 KB 132/203 KB 144/181 KB 132/203 KB 148/181 KB 132/203 KB 148/181 KB 136/203 KB 148/181 KB 140/203 KB 148/181 KB 144/203 KB 148/181 KB 148/203 KB 152/181 KB 152/203 KB 152/181 KB 156/203 KB 152/181 KB 160/203 KB 152/181 KB 148/203 KB 156/181 KB 160/203 KB 160/181 KB 160/203 KB 160/181 KB 164/203 KB 164/181 KB 168/203 KB 164/181 KB 172/203 KB 164/181 KB 176/203 KB 164/181 KB 164/203 KB 168/181 KB 176/203 KB 172/181 KB 176/203 KB 176/181 KB 176/203 KB 180/181 KB 176/203 KB 181/181 KB 176/203 KB 181/181 KB 180/203 KB 181/181 KB 184/203 KB 181/181 KB 188/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB 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 3052.8 KB/sec) unit-abot-epc-basic-0: 10:06:53 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 3438.2 KB/sec) unit-oai-epc-0: 10:06:54 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 246.3 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom (23 KB at 1760.6 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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 259.2 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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 310.1 KB/sec) unit-abot-epc-basic-0: 10:06:54 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-oai-epc-0: 10:06:54 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: 10:06:54 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 143.3 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 290.9 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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 1117.0 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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 127.3 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 191.7 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 643.5 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 3/21 KB 6/21 KB 9/21 KB 11/21 KB 14/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1683.9 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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 90.8 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 612/612 B Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 46.0 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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 134.9 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 1082.3 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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 72.4 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 345.1 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 1299.2 KB/sec) unit-abot-epc-basic-0: 10:06:54 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-oai-epc-0: 10:06:54 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:06:54 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-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 594.5 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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 276.3 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 428.4 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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 853.7 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 1/3 KB 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 241.0 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom (10 KB at 604.5 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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 82.6 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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: 10:06:54 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: 10:06:54 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 3144.8 KB/sec) unit-mysql-0: 10:06:54 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 10:06:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:06:54 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 10:06:54 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 10:06:54 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 10:06:54 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 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: 10:06:54 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: 10:06:54 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: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 4/158 KB 4/54 KB 8/158 KB 4/46 KB 4/54 KB 4/158 KB 4/46 KB 8/54 KB 12/158 KB 4/46 KB 12/54 KB 12/158 KB 4/46 KB 16/54 KB 12/158 KB 4/46 KB 20/54 KB 12/158 KB 4/46 KB 4/158 KB 4/46 KB 20/54 KB 4/201 KB 12/158 KB 8/46 KB 20/54 KB 4/201 KB 12/158 KB 12/46 KB 20/54 KB 4/201 KB 12/158 KB 16/46 KB 20/54 KB 4/201 KB 12/158 KB 20/46 KB 20/54 KB 4/201 KB 12/158 KB 24/46 KB 20/54 KB 4/201 KB 12/158 KB 28/46 KB 20/54 KB 4/201 KB 12/158 KB 32/46 KB 20/54 KB 4/201 KB 12/158 KB 36/46 KB 20/54 KB 4/201 KB 12/158 KB 4/46 KB 24/54 KB 8/201 KB 12/158 KB 36/46 KB 24/54 KB 12/201 KB 12/158 KB 36/46 KB 24/54 KB 16/201 KB 12/158 KB 36/46 KB 4/54 KB 12/158 KB 4/46 KB 24/54 KB 16/201 KB 16/158 KB 36/46 KB 24/54 KB 16/201 KB 20/158 KB 36/46 KB 24/54 KB 20/201 KB 24/158 KB 36/46 KB 24/54 KB 20/201 KB 28/158 KB 36/46 KB 24/54 KB 20/201 KB 32/158 KB 36/46 KB 24/54 KB 4/201 KB 12/158 KB 36/46 KB 28/54 KB 20/201 KB 32/158 KB 36/46 KB 32/54 KB 20/201 KB 32/158 KB 36/46 KB 24/54 KB 20/201 KB 20/158 KB 36/46 KB 32/54 KB 24/201 KB 32/158 KB 36/46 KB 32/54 KB 24/201 KB 32/158 KB 3/44 KB 36/46 KB 32/54 KB 24/201 KB 32/158 KB 6/44 KB 36/46 KB 32/54 KB 24/201 KB 32/158 KB 9/44 KB 36/46 KB 32/54 KB 28/201 KB 32/158 KB 9/44 KB 36/46 KB 32/54 KB 32/201 KB 32/158 KB 9/44 KB 36/46 KB 32/54 KB 32/201 KB 36/158 KB 9/44 KB 36/46 KB 36/54 KB 36/201 KB 40/158 KB 11/44 KB 40/46 KB 36/54 KB 36/201 KB 44/158 KB 11/44 KB 40/46 KB 36/54 KB 36/201 KB 48/158 KB 11/44 KB 40/46 KB 36/54 KB 36/201 KB 36/158 KB 11/44 KB 40/46 KB 36/54 KB 36/201 KB 48/158 KB 11/44 KB 44/46 KB 36/54 KB 36/201 KB 48/158 KB 11/44 KB 46/46 KB 36/54 KB 36/201 KB 36/158 KB 11/44 KB 36/46 KB 36/54 KB 40/201 KB 48/158 KB 11/44 KB 46/46 KB 36/54 KB 44/201 KB 48/158 KB 11/44 KB 46/46 KB 36/54 KB 32/201 KB 36/158 KB 11/44 KB 36/46 KB 40/54 KB 44/201 KB 48/158 KB 11/44 KB 46/46 KB 32/54 KB 32/201 KB 36/158 KB 11/44 KB 36/46 KB 40/54 KB 44/201 KB 48/158 KB 14/44 KB 46/46 KB 40/54 KB 44/201 KB 48/158 KB 16/44 KB 46/46 KB 40/54 KB 44/201 KB 48/158 KB 19/44 KB 46/46 KB 40/54 KB 44/201 KB 48/158 KB 22/44 KB 46/46 KB 40/54 KB 44/201 KB 48/158 KB 25/44 KB 46/46 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 1125.5 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 44/54 KB 48/201 KB 52/158 KB 25/44 KB 44/54 KB 48/201 KB 56/158 KB 25/44 KB 44/54 KB 48/201 KB 60/158 KB 25/44 KB 44/54 KB 48/201 KB 64/158 KB 25/44 KB 44/54 KB 48/201 KB 68/158 KB 25/44 KB 44/54 KB 48/201 KB 72/158 KB 25/44 KB 44/54 KB 48/201 KB 76/158 KB 25/44 KB 44/54 KB 48/201 KB 80/158 KB 25/44 KB 44/54 KB 48/201 KB 84/158 KB 25/44 KB 44/54 KB 48/201 KB 88/158 KB 25/44 KB 44/54 KB 48/201 KB 48/158 KB 25/44 KB 44/54 KB 52/201 KB 88/158 KB 25/44 KB 44/54 KB 56/201 KB 88/158 KB 25/44 KB 44/54 KB 60/201 KB 88/158 KB 25/44 KB 44/54 KB 64/201 KB 88/158 KB 25/44 KB 44/54 KB 68/201 KB 88/158 KB 25/44 KB 44/54 KB 72/201 KB 88/158 KB 25/44 KB 44/54 KB 76/201 KB 88/158 KB 25/44 KB 44/54 KB 80/201 KB 88/158 KB 25/44 KB 44/54 KB 84/201 KB 88/158 KB 25/44 KB 44/54 KB 44/201 KB 48/158 KB 25/44 KB 48/54 KB 84/201 KB 92/158 KB 25/44 KB 52/54 KB 84/201 KB 92/158 KB 25/44 KB 54/54 KB 84/201 KB 92/158 KB 25/44 KB 44/54 KB 84/201 KB 92/158 KB 25/44 KB 54/54 KB 84/201 KB 96/158 KB 25/44 KB 54/54 KB 84/201 KB 100/158 KB 25/44 KB 54/54 KB 88/201 KB 100/158 KB 25/44 KB 54/54 KB 92/201 KB 100/158 KB 25/44 KB 54/54 KB 96/201 KB 100/158 KB 25/44 KB 54/54 KB 96/201 KB 104/158 KB 25/44 KB 54/54 KB 96/201 KB 108/158 KB 25/44 KB 54/54 KB 100/201 KB 112/158 KB 25/44 KB 2/6 KB 54/54 KB 100/201 KB 116/158 KB 25/44 KB 2/6 KB 54/54 KB 100/201 KB 120/158 KB 25/44 KB 2/6 KB 54/54 KB 100/201 KB 124/158 KB 25/44 KB 2/6 KB 54/54 KB 100/201 KB 128/158 KB 25/44 KB 2/6 KB 54/54 KB 96/201 KB 108/158 KB 25/44 KB 2/6 KB 54/54 KB 100/201 KB 128/158 KB 25/44 KB 5/6 KB 54/54 KB 100/201 KB 128/158 KB 25/44 KB 6/6 KB 54/54 KB 100/201 KB 108/158 KB 25/44 KB 2/6 KB 54/54 KB 104/201 KB 128/158 KB 25/44 KB 6/6 KB 54/54 KB 108/201 KB 128/158 KB 25/44 KB 6/6 KB 54/54 KB 112/201 KB 128/158 KB 25/44 KB 6/6 KB 54/54 KB 116/201 KB 128/158 KB 25/44 KB 6/6 KB 54/54 KB 120/201 KB 132/158 KB 25/44 KB 6/6 KB 54/54 KB 124/201 KB 132/158 KB 25/44 KB 6/6 KB 54/54 KB 128/201 KB 132/158 KB 25/44 KB 6/6 KB 54/54 KB 116/201 KB 132/158 KB 25/44 KB 6/6 KB 54/54 KB 128/201 KB 136/158 KB 25/44 KB 6/6 KB 54/54 KB 128/201 KB 140/158 KB 25/44 KB 6/6 KB 54/54 KB 128/201 KB 144/158 KB 25/44 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 1222.7 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 132/201 KB 148/158 KB 25/44 KB 6/6 KB 132/201 KB 152/158 KB 25/44 KB 6/6 KB 132/201 KB 156/158 KB 27/44 KB 6/6 KB 132/201 KB 158/158 KB 27/44 KB 6/6 KB 54/54 KB 132/201 KB 144/158 KB 25/44 KB 6/6 KB 132/201 KB 152/158 KB 27/44 KB 6/6 KB 132/201 KB 158/158 KB 30/44 KB 6/6 KB 132/201 KB 158/158 KB 32/44 KB 6/6 KB 132/201 KB 158/158 KB 36/44 KB 6/6 KB 132/201 KB 158/158 KB 40/44 KB 6/6 KB 132/201 KB 158/158 KB 44/44 KB 6/6 KB 136/201 KB 158/158 KB 44/44 KB 6/6 KB 140/201 KB 158/158 KB 44/44 KB 6/6 KB 144/201 KB 158/158 KB 44/44 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 132.8 KB/sec) unit-abot-epc-basic-0: 10:06:54 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-mysql-0: 10:06:54 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 10:06:54 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 148/201 KB 158/158 KB 44/44 KB 148/201 KB 158/158 KB 44/44 KB 3/3 KB 148/201 KB 158/158 KB 44/44 KB 3/3 KB 152/201 KB 158/158 KB 44/44 KB 3/3 KB 156/201 KB 158/158 KB 44/44 KB 3/3 KB 160/201 KB 158/158 KB 44/44 KB 3/3 KB 164/201 KB 158/158 KB 44/44 KB 3/3 KB 168/201 KB 158/158 KB 44/44 KB 3/3 KB 172/201 KB 158/158 KB 44/44 KB 3/3 KB 176/201 KB 158/158 KB 44/44 KB 3/3 KB 180/201 KB 158/158 KB 44/44 KB 3/3 KB 184/201 KB 158/158 KB 44/44 KB 3/3 KB 188/201 KB 44/44 KB 3/3 KB 188/201 KB 3/367 KB 44/44 KB 3/3 KB 188/201 KB 5/367 KB 44/44 KB 3/3 KB 188/201 KB 8/367 KB 44/44 KB 3/3 KB 188/201 KB 11/367 KB 44/44 KB 3/3 KB 188/201 KB 13/367 KB 44/44 KB 3/3 KB 188/201 KB 16/367 KB 44/44 KB 3/3 KB 188/201 KB 19/367 KB 44/44 KB 3/3 KB 188/201 KB 21/367 KB 44/44 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 46.9 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 812.1 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 188/201 KB 24/367 KB 188/201 KB 27/367 KB 188/201 KB 29/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar (158 KB at 2804.4 KB/sec) unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 188/201 KB 32/367 KB 188/201 KB 36/367 KB 188/201 KB 40/367 KB 188/201 KB 44/367 KB 188/201 KB 48/367 KB 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 192/201 KB 48/367 KB 192/201 KB 52/367 KB 192/201 KB 52/367 KB 3/52 KB 192/201 KB 52/367 KB 6/52 KB 192/201 KB 56/367 KB 6/52 KB 192/201 KB 60/367 KB 6/52 KB 192/201 KB 60/367 KB 9/52 KB 192/201 KB 60/367 KB 11/52 KB 192/201 KB 64/367 KB 11/52 KB 196/201 KB 64/367 KB 14/52 KB 196/201 KB 64/367 KB 16/52 KB 196/201 KB 64/367 KB 11/52 KB 200/201 KB 64/367 KB 16/52 KB 201/201 KB 64/367 KB 16/52 KB 201/201 KB 64/367 KB 19/52 KB 201/201 KB 64/367 KB 22/52 KB 201/201 KB 64/367 KB 25/52 KB 201/201 KB 64/367 KB 4/47 KB 25/52 KB 201/201 KB 64/367 KB 8/47 KB 27/52 KB 201/201 KB 64/367 KB 12/47 KB 27/52 KB 201/201 KB 64/367 KB 16/47 KB 27/52 KB 201/201 KB 64/367 KB 4/47 KB 27/52 KB 201/201 KB 64/367 KB 16/47 KB 30/52 KB 201/201 KB 64/367 KB 16/47 KB 32/52 KB 201/201 KB 64/367 KB 3/5 KB 16/47 KB 32/52 KB 201/201 KB 64/367 KB 5/5 KB 16/47 KB 32/52 KB 201/201 KB 64/367 KB 5/5 KB 20/47 KB 32/52 KB 201/201 KB 68/367 KB 5/5 KB 24/47 KB 36/52 KB 201/201 KB 68/367 KB 5/5 KB 28/47 KB 36/52 KB 201/201 KB 68/367 KB 5/5 KB 32/47 KB 36/52 KB 201/201 KB 68/367 KB 5/5 KB 20/47 KB 36/52 KB 201/201 KB 68/367 KB 5/5 KB 32/47 KB 40/52 KB 201/201 KB 68/367 KB 5/5 KB 32/47 KB 44/52 KB 201/201 KB 68/367 KB 5/5 KB 32/47 KB 48/52 KB 201/201 KB 68/367 KB 5/5 KB 32/47 KB 52/52 KB 201/201 KB 68/367 KB 5/5 KB 20/47 KB 32/52 KB 201/201 KB 72/367 KB 5/5 KB 32/47 KB 52/52 KB 201/201 KB 76/367 KB 5/5 KB 32/47 KB 52/52 KB 201/201 KB 80/367 KB 5/5 KB 32/47 KB 52/52 KB 201/201 KB 84/367 KB 5/5 KB 32/47 KB 52/52 KB 88/367 KB 5/5 KB 36/47 KB 52/52 KB 92/367 KB 5/5 KB 36/47 KB 52/52 KB 96/367 KB 5/5 KB 36/47 KB 52/52 KB 201/201 KB 84/367 KB 5/5 KB 36/47 KB 52/52 KB 96/367 KB 5/5 KB 40/47 KB 52/52 KB 96/367 KB 5/5 KB 44/47 KB 96/367 KB 5/5 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 695.3 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 2674.5 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 100/367 KB 5/5 KB 47/47 KB 104/367 KB 5/5 KB 47/47 KB 108/367 KB 5/5 KB 47/47 KB 112/367 KB 5/5 KB 47/47 KB 116/367 KB 5/5 KB 47/47 KB 120/367 KB 5/5 KB 47/47 KB 124/367 KB 5/5 KB 47/47 KB 128/367 KB 5/5 KB 47/47 KB 132/367 KB 5/5 KB 47/47 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 50.8 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 132/367 KB 3/238 KB 47/47 KB 132/367 KB 5/238 KB 47/47 KB 132/367 KB 8/238 KB 47/47 KB 4/28 KB 132/367 KB 8/238 KB 47/47 KB 8/28 KB 132/367 KB 11/238 KB 12/28 KB 132/367 KB 11/238 KB 4/28 KB 132/367 KB 11/238 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 550.2 KB/sec) unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 12/28 KB 132/367 KB 13/238 KB Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar unit-mysql-0: 10:06:54 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 12/28 KB 132/367 KB 16/238 KB 12/28 KB 132/367 KB 19/238 KB 12/28 KB 132/367 KB 21/238 KB 16/28 KB 132/367 KB 21/238 KB 20/28 KB 132/367 KB 21/238 KB 24/28 KB 132/367 KB 24/238 KB 28/28 KB 136/367 KB 24/238 KB 20/28 KB 132/367 KB 24/238 KB 28/28 KB 136/367 KB 27/238 KB 24/28 KB 136/367 KB 24/238 KB 28/28 KB 140/367 KB 27/238 KB 28/28 KB 144/367 KB 29/238 KB 28/28 KB 140/367 KB 29/238 KB 28/28 KB 144/367 KB 32/238 KB 28/28 KB 148/367 KB 36/238 KB 28/28 KB 148/367 KB 40/238 KB 28/28 KB 148/367 KB 44/238 KB 28/28 KB 148/367 KB 48/238 KB 28/28 KB 148/367 KB 32/238 KB 28/28 KB 152/367 KB 48/238 KB 28/28 KB 156/367 KB 48/238 KB 28/28 KB 160/367 KB 48/238 KB 4/186 KB 28/28 KB 160/367 KB 48/238 KB 8/186 KB 28/28 KB 160/367 KB 48/238 KB 12/186 KB 28/28 KB 160/367 KB 48/238 KB 16/186 KB 28/28 KB 160/367 KB 48/238 KB 16/186 KB 28/28 KB 164/367 KB 48/238 KB 20/186 KB 168/367 KB 52/238 KB 20/186 KB 172/367 KB 52/238 KB 20/186 KB 176/367 KB 52/238 KB 20/186 KB 180/367 KB 52/238 KB 20/186 KB 184/367 KB 52/238 KB 20/186 KB 188/367 KB 52/238 KB 20/186 KB 192/367 KB 52/238 KB 20/186 KB 164/367 KB 52/238 KB 20/186 KB 192/367 KB 56/238 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 281.8 KB/sec) unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 20/186 KB 28/28 KB 164/367 KB 48/238 KB 24/186 KB 192/367 KB 56/238 KB Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 28/186 KB 192/367 KB 56/238 KB 32/186 KB 192/367 KB 56/238 KB 36/186 KB 192/367 KB 56/238 KB 36/186 KB 192/367 KB 60/238 KB 36/186 KB 192/367 KB 64/238 KB 36/186 KB 192/367 KB 68/238 KB 40/186 KB 192/367 KB 72/238 KB 40/186 KB 192/367 KB 76/238 KB 40/186 KB 192/367 KB 80/238 KB 40/186 KB 192/367 KB 68/238 KB 44/186 KB 192/367 KB 80/238 KB 48/186 KB 192/367 KB 80/238 KB 52/186 KB 192/367 KB 80/238 KB 56/186 KB 192/367 KB 80/238 KB 60/186 KB 196/367 KB 80/238 KB 64/186 KB 196/367 KB 80/238 KB 68/186 KB 196/367 KB 84/238 KB 72/186 KB 196/367 KB 84/238 KB 76/186 KB 196/367 KB 84/238 KB 80/186 KB 196/367 KB 84/238 KB 56/186 KB 196/367 KB 80/238 KB 80/186 KB 200/367 KB 84/238 KB 80/186 KB 204/367 KB 84/238 KB 80/186 KB 208/367 KB 84/238 KB 80/186 KB 212/367 KB 84/238 KB 64/186 KB 196/367 KB 84/238 KB 84/186 KB 212/367 KB 88/238 KB 84/186 KB 212/367 KB 92/238 KB 84/186 KB 212/367 KB 96/238 KB 84/186 KB 4/558 KB 212/367 KB 96/238 KB 84/186 KB 8/558 KB 212/367 KB 96/238 KB 84/186 KB 12/558 KB 212/367 KB 96/238 KB 84/186 KB 16/558 KB 212/367 KB 96/238 KB 84/186 KB 16/558 KB 212/367 KB 100/238 KB 84/186 KB 20/558 KB 216/367 KB 104/238 KB 84/186 KB 20/558 KB 216/367 KB 108/238 KB 84/186 KB 20/558 KB 216/367 KB 112/238 KB 84/186 KB 20/558 KB 216/367 KB 116/238 KB 84/186 KB 20/558 KB 216/367 KB 120/238 KB 84/186 KB 20/558 KB 216/367 KB 124/238 KB 84/186 KB 20/558 KB 216/367 KB 128/238 KB 84/186 KB 212/367 KB 84/238 KB 84/186 KB 20/558 KB 216/367 KB 100/238 KB 84/186 KB 24/558 KB 216/367 KB 128/238 KB 84/186 KB 28/558 KB 216/367 KB 128/238 KB 84/186 KB 32/558 KB 216/367 KB 128/238 KB 84/186 KB 16/558 KB 216/367 KB 100/238 KB 84/186 KB 32/558 KB 220/367 KB 128/238 KB 84/186 KB 32/558 KB 224/367 KB 128/238 KB 84/186 KB 32/558 KB 228/367 KB 128/238 KB 88/186 KB 32/558 KB 232/367 KB 128/238 KB 88/186 KB 32/558 KB 236/367 KB 128/238 KB 88/186 KB 32/558 KB 240/367 KB 128/238 KB 88/186 KB 32/558 KB 244/367 KB 128/238 KB 88/186 KB 32/558 KB 248/367 KB 132/238 KB 88/186 KB 32/558 KB 252/367 KB 132/238 KB 88/186 KB 32/558 KB 256/367 KB 132/238 KB 88/186 KB 32/558 KB 260/367 KB 132/238 KB 88/186 KB 32/558 KB 228/367 KB 128/238 KB 92/186 KB 36/558 KB 260/367 KB 132/238 KB 96/186 KB 36/558 KB 260/367 KB 132/238 KB 88/186 KB 36/558 KB 260/367 KB 132/238 KB 96/186 KB 40/558 KB 260/367 KB 132/238 KB 96/186 KB 44/558 KB 260/367 KB 132/238 KB 96/186 KB 48/558 KB 260/367 KB 132/238 KB 96/186 KB 52/558 KB 260/367 KB 132/238 KB 100/186 KB 3/1199 KB 56/558 KB 260/367 KB 132/238 KB 100/186 KB 3/1199 KB 60/558 KB 260/367 KB 132/238 KB 100/186 KB 3/1199 KB 64/558 KB 260/367 KB 132/238 KB 100/186 KB 3/1199 KB 68/558 KB 260/367 KB 132/238 KB 100/186 KB 3/1199 KB 72/558 KB 260/367 KB 132/238 KB 100/186 KB 3/1199 KB 76/558 KB 260/367 KB 132/238 KB 100/186 KB 3/1199 KB 80/558 KB 260/367 KB 132/238 KB 88/186 KB 32/558 KB 244/367 KB 132/238 KB 100/186 KB 3/1199 KB 80/558 KB 260/367 KB 136/238 KB 100/186 KB 3/1199 KB 80/558 KB 260/367 KB 140/238 KB 100/186 KB 3/1199 KB 80/558 KB 260/367 KB 144/238 KB 100/186 KB 3/1199 KB 80/558 KB 260/367 KB 148/238 KB 100/186 KB 3/1199 KB 84/558 KB 264/367 KB 152/238 KB 100/186 KB 3/1199 KB 84/558 KB 264/367 KB 156/238 KB 100/186 KB 3/1199 KB 84/558 KB 264/367 KB 160/238 KB 100/186 KB 3/1199 KB 52/558 KB 260/367 KB 132/238 KB 96/186 KB 3/1199 KB 52/558 KB 260/367 KB 132/238 KB 100/186 KB 5/1199 KB 84/558 KB 264/367 KB 16 unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 0/238 KB 100/186 KB 8/1199 KB 84/558 KB 264/367 KB 160/238 KB 100/186 KB 11/1199 KB 84/558 KB 264/367 KB 160/238 KB 100/186 KB 13/1199 KB 84/558 KB 264/367 KB 160/238 KB 100/186 KB 16/1199 KB 84/558 KB 264/367 KB 160/238 KB 100/186 KB 19/1199 KB 84/558 KB 264/367 KB 160/238 KB 100/186 KB 21/1199 KB 84/558 KB 264/367 KB 160/238 KB 100/186 KB 24/1199 KB 84/558 KB 264/367 KB 160/238 KB 100/186 KB 27/1199 KB 84/558 KB 264/367 KB 160/238 KB 100/186 KB 29/1199 KB 84/558 KB 264/367 KB 160/238 KB 100/186 KB 32/1199 KB 84/558 KB 264/367 KB 160/238 KB 104/186 KB 32/1199 KB 84/558 KB 264/367 KB 160/238 KB 108/186 KB 32/1199 KB 84/558 KB 264/367 KB 160/238 KB 112/186 KB 32/1199 KB 84/558 KB 264/367 KB 160/238 KB 116/186 KB 32/1199 KB 84/558 KB 264/367 KB 160/238 KB 120/186 KB 36/1199 KB 84/558 KB 264/367 KB 160/238 KB 124/186 KB 36/1199 KB 84/558 KB 264/367 KB 160/238 KB 128/186 KB 36/1199 KB 84/558 KB 264/367 KB 160/238 KB 132/186 KB 36/1199 KB 84/558 KB 264/367 KB 160/238 KB 136/186 KB 36/1199 KB 84/558 KB 264/367 KB 160/238 KB 140/186 KB 36/1199 KB 84/558 KB 264/367 KB 164/238 KB 100/186 KB 3/1199 KB 84/558 KB 264/367 KB 148/238 KB 140/186 KB 36/1199 KB 84/558 KB 268/367 KB 164/238 KB 140/186 KB 36/1199 KB 84/558 KB 272/367 KB 164/238 KB 100/186 KB 3/1199 KB 84/558 KB 260/367 KB 148/238 KB 140/186 KB 36/1199 KB 88/558 KB 272/367 KB 164/238 KB 140/186 KB 36/1199 KB 92/558 KB 272/367 KB 164/238 KB 140/186 KB 36/1199 KB 96/558 KB 272/367 KB 164/238 KB 140/186 KB 36/1199 KB 100/558 KB 272/367 KB 164/238 KB 144/186 KB 36/1199 KB 104/558 KB 276/367 KB 164/238 KB 144/186 KB 36/1199 KB 108/558 KB 276/367 KB 164/238 KB 144/186 KB 36/1199 KB 112/558 KB 276/367 KB 164/238 KB 136/186 KB 36/1199 KB 84/558 KB 264/367 KB 164/238 KB 116/186 KB 36/1199 KB 84/558 KB 264/367 KB 160/238 KB 144/186 KB 40/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 44/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 48/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 52/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 56/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 60/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 64/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 68/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 72/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 76/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 80/1199 KB 112/558 KB 276/367 KB 164/238 KB 144/186 KB 80/1199 KB 112/558 KB 276/367 KB 168/238 KB 144/186 KB 80/1199 KB 112/558 KB 276/367 KB 172/238 KB 144/186 KB 80/1199 KB 112/558 KB 276/367 KB 176/238 KB 144/186 KB 36/1199 KB 100/558 KB 276/367 KB 164/238 KB 144/186 KB 80/1199 KB 112/558 KB 280/367 KB 176/238 KB 144/186 KB 80/1199 KB 112/558 KB 284/367 KB 176/238 KB 144/186 KB 80/1199 KB 112/558 KB 288/367 KB 176/238 KB 144/186 KB 80/1199 KB 112/558 KB 292/367 KB 176/238 KB 144/186 KB 80/1199 KB 116/558 KB 296/367 KB 180/238 KB 144/186 KB 80/1199 KB 116/558 KB 300/367 KB 180/238 KB 144/186 KB 80/1199 KB 116/558 KB 304/367 KB 180/238 KB 144/186 KB 80/1199 KB 116/558 KB 308/367 KB 180/238 KB 144/186 KB 36/1199 KB 100/558 KB 272/367 KB 164/238 KB 148/186 KB 80/1199 KB 116/558 KB 308/367 KB 180/238 KB 152/186 KB 80/1199 KB 116/558 KB 308/367 KB 180/238 KB 156/186 KB 80/1199 KB 116/558 KB 308/367 KB 180/238 KB 160/186 KB 80/1199 KB 116/558 KB 308/367 KB 180/238 KB 164/186 KB 80/1199 KB 116/558 KB 308/367 KB 180/238 KB 168/186 KB 80/1199 KB unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 116/558 KB 308/367 KB 180/238 KB 172/186 KB 80/1199 KB 116/558 KB 308/367 KB 180/238 KB 176/186 KB 80/1199 KB 116/558 KB 308/367 KB 180/238 KB 144/186 KB 80/1199 KB 116/558 KB 292/367 KB 180/238 KB 176/186 KB 80/1199 KB 120/558 KB 308/367 KB 180/238 KB 176/186 KB 80/1199 KB 124/558 KB 308/367 KB 180/238 KB 176/186 KB 80/1199 KB 128/558 KB 308/367 KB 180/238 KB 176/186 KB 80/1199 KB 132/558 KB 308/367 KB 180/238 KB 180/186 KB 80/1199 KB 136/558 KB 312/367 KB 180/238 KB 180/186 KB 80/1199 KB 140/558 KB 312/367 KB 180/238 KB 180/186 KB 80/1199 KB 144/558 KB 312/367 KB 180/238 KB 144/186 KB 80/1199 KB 112/558 KB 292/367 KB 180/238 KB 180/186 KB 80/1199 KB 144/558 KB 312/367 KB 184/238 KB 180/186 KB 80/1199 KB 144/558 KB 312/367 KB 188/238 KB 180/186 KB 80/1199 KB 144/558 KB 312/367 KB 192/238 KB 180/186 KB 80/1199 KB 144/558 KB 312/367 KB 196/238 KB 180/186 KB 80/1199 KB 144/558 KB 312/367 KB 200/238 KB 180/186 KB 80/1199 KB 144/558 KB 312/367 KB 204/238 KB 180/186 KB 80/1199 KB 144/558 KB 312/367 KB 208/238 KB 180/186 KB 80/1199 KB 132/558 KB 312/367 KB 180/238 KB 180/186 KB 80/1199 KB 144/558 KB 316/367 KB 208/238 KB 180/186 KB 80/1199 KB 144/558 KB 320/367 KB 208/238 KB 180/186 KB 80/1199 KB 144/558 KB 324/367 KB 208/238 KB 180/186 KB 80/1199 KB 148/558 KB 328/367 KB 212/238 KB 180/186 KB 80/1199 KB 148/558 KB 332/367 KB 212/238 KB 180/186 KB 80/1199 KB 148/558 KB 336/367 KB 212/238 KB 180/186 KB 80/1199 KB 132/558 KB 308/367 KB 180/238 KB 184/186 KB 80/1199 KB 148/558 KB 336/367 KB 212/238 KB 186/186 KB 80/1199 KB 148/558 KB 336/367 KB 212/238 KB 180/186 KB 80/1199 KB 148/558 KB 324/367 KB 212/238 KB 186/186 KB 80/1199 KB 152/558 KB 336/367 KB 212/238 KB 186/186 KB 80/1199 KB 156/558 KB 336/367 KB 212/238 KB 186/186 KB 80/1199 KB 160/558 KB 336/367 KB 212/238 KB 186/186 KB 80/1199 KB 164/558 KB 336/367 KB 212/238 KB 186/186 KB 80/1199 KB 168/558 KB 340/367 KB 212/238 KB 186/186 KB 80/1199 KB 172/558 KB 340/367 KB 212/238 KB 186/186 KB 80/1199 KB 176/558 KB 340/367 KB 212/238 KB 180/186 KB 80/1199 KB 144/558 KB 324/367 KB 212/238 KB 186/186 KB 80/1199 KB 176/558 KB 340/367 KB 216/238 KB 186/186 KB 80/1199 KB 176/558 KB 340/367 KB 220/238 KB 186/186 KB 80/1199 KB 176/558 KB 340/367 KB 224/238 KB 186/186 KB 80/1199 KB 176/558 KB 340/367 KB 228/238 KB 186/186 KB 80/1199 KB 176/558 KB 340/367 KB 232/238 KB 186/186 KB 80/1199 KB 176/558 KB 340/367 KB 236/238 KB 186/186 KB 80/1199 KB 176/558 KB 340/367 KB 238/238 KB 186/186 KB 80/1199 KB 164/558 KB 340/367 KB 212/238 KB 186/186 KB 80/1199 KB 176/558 KB 344/367 KB 238/238 KB 186/186 KB 80/1199 KB 176/558 KB 348/367 KB 238/238 KB 186/186 KB 80/1199 KB 176/558 KB 352/367 KB 238/238 KB 186/186 KB 80/1199 KB 176/558 KB 356/367 KB 238/238 KB 186/186 KB 84/1199 KB 180/558 KB 360/367 KB 238/238 KB 186/186 KB 84/1199 KB 180/558 KB 364/367 KB 238/238 KB 186/186 KB 84/1199 KB 180/558 KB 367/367 KB 238/238 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1309.6 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 186/186 KB 84/1199 KB 180/558 KB 356/367 KB 238/238 KB 186/186 KB 84/1199 KB 176/558 KB 356/367 KB 238/238 KB 88/1199 KB 180/558 KB 367/367 KB 238/238 KB 92/1199 KB 180/558 KB 367/367 KB 238/238 KB 96/1199 KB 180/558 KB 367/367 KB 238/238 KB 100/1199 KB 180/558 KB 367/367 KB 238/238 KB 104/1199 KB 180/558 KB 367/367 KB 238/238 KB 108/1199 KB 180/558 KB 367/367 KB 238/238 KB 112/1199 KB 180/558 KB 367/367 KB 238/238 KB 112/1199 KB 184/558 KB 367/367 KB 238/238 KB 112/1199 KB 188/558 KB 367/367 KB 238/238 KB 112/1199 KB 192/558 KB 367/367 KB 238/238 KB 116/1199 KB 192/558 KB 367/367 KB 238/238 KB 120/1199 KB 192/558 KB 367/367 KB 238/238 KB 124/1199 KB 192/558 KB 367/367 KB 238/238 KB 128/1199 KB 192/558 KB 367/367 KB 238/238 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 1626.2 KB/sec) unit-abot-epc-basic-0: 10:06:54 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: 10:06:54 DEBUG unit.abot-epc-basic/0.install 132/1199 KB 192/558 KB 367/367 KB 136/1199 KB 192/558 KB 367/367 KB 140/1199 KB 192/558 KB 367/367 KB 144/1199 KB 192/558 KB 367/367 KB 144/1199 KB 192/558 KB 367/367 KB 4/1206 KB 144/1199 KB 192/558 KB 367/367 KB 8/1206 KB 144/1199 KB 192/558 KB 12/1206 KB 144/1199 KB 196/558 KB 16/1206 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 2443.1 KB/sec) unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 144/1199 KB 196/558 KB 12/1206 KB 148/1199 KB 200/558 KB 20/1206 KB 148/1199 KB 204/558 KB 20/1206 KB 148/1199 KB 196/558 KB 20/1206 KB 152/1199 KB 204/558 KB 20/1206 KB 156/1199 KB 204/558 KB 20/1206 KB 160/1199 KB 204/558 KB 20/1206 KB 160/1199 KB 208/558 KB 20/1206 KB 160/1199 KB 212/558 KB 20/1206 KB 160/1199 KB 216/558 KB 4/181 KB 20/1206 KB 160/1199 KB 220/558 KB 4/181 KB 20/1206 KB 160/1199 KB 224/558 KB 4/181 KB 20/1206 KB 144/1199 KB 196/558 KB 20/1206 KB 164/1199 KB 224/558 KB 4/181 KB 20/1206 KB 168/1199 KB 224/558 KB 4/181 KB 20/1206 KB 172/1199 KB 224/558 KB 4/181 KB 20/1206 KB 176/1199 KB 224/558 KB 4/181 KB 20/1206 KB 160/1199 KB 212/558 KB 4/181 KB 20/1206 KB 176/1199 KB 224/558 KB 8/181 KB 20/1206 KB 176/1199 KB 224/558 KB 12/181 KB 24/1206 KB 176/1199 KB 224/558 KB 16/181 KB 24/1206 KB 176/1199 KB 224/558 KB 20/181 KB 24/1206 KB 176/1199 KB 228/558 KB 24/181 KB 24/1206 KB 176/1199 KB 228/558 KB 28/181 KB 24/1206 KB 176/1199 KB 228/558 KB 32/181 KB 24/1206 KB 176/1199 KB 224/558 KB 8/181 KB 24/1206 KB 176/1199 KB 228/558 KB 32/181 KB 28/1206 KB 176/1199 KB 228/558 KB 32/181 KB 32/1206 KB 176/1199 KB 228/558 KB 32/181 KB 36/1206 KB 176/1199 KB 228/558 KB 32/181 KB 40/1206 KB 176/1199 KB 228/558 KB 20/181 KB 24/1206 KB 176/1199 KB 232/558 KB 32/181 KB 44/1206 KB 176/1199 KB 236/558 KB 32/181 KB 44/1206 KB 176/1199 KB 240/558 KB 32/181 KB 44/1206 KB 176/1199 KB 244/558 KB 32/181 KB 44/1206 KB 176/1199 KB 248/558 KB 36/181 KB 44/1206 KB 176/1199 KB 228/558 KB 32/181 KB 44/1206 KB 176/1199 KB 248/558 KB 36/181 KB 48/1206 KB 180/1199 KB 248/558 KB 36/181 KB 48/1206 KB 184/1199 KB 248/558 KB 36/181 KB 48/1206 KB 188/1199 KB 248/558 KB 36/181 KB 48/1206 KB 192/1199 KB 248/558 KB 36/181 KB 48/1206 KB 176/1199 KB 244/558 KB 36/181 KB 44/1206 KB 192/1199 KB 248/558 KB 40/181 KB 48/1206 KB 192/1199 KB 248/558 KB 44/181 KB 48/1206 KB 192/1199 KB 248/558 KB 48/181 KB 52/1206 KB 192/1199 KB 248/558 KB 44/181 KB 52/1206 KB 192/1199 KB 248/558 KB 48/181 KB 56/1206 KB 192/1199 KB 248/558 KB 48/181 KB 60/1206 KB 192/1199 KB 252/558 KB 52/181 KB 64/1206 KB 192/1199 KB 252/558 KB 52/181 KB 60/1206 KB 192/1199 KB 256/558 KB 52/181 KB 64/1206 KB 192/1199 KB 256/558 KB 52/181 KB 68/1206 KB 192/1199 KB 256/558 KB 52/181 KB 72/1206 KB 192/1199 KB 256/558 KB 52/181 KB 76/1206 KB 192/1199 KB 260/558 KB 52/181 KB 80/1206 KB 196/1199 KB 260/558 KB 52/181 KB 80/1206 KB 200/1199 KB 260/558 KB 52/181 KB 80/1206 KB 204/1199 KB 260/558 KB 52/181 KB 80/1206 KB 208/1199 KB 260/558 KB 52/181 KB 80/1206 KB 192/1199 KB 248/558 KB 52/181 KB 60/1206 KB 208/1199 KB 260/558 KB 56/181 KB 80/1206 KB 208/1199 KB 260/558 KB 60/181 KB 80/1206 KB 192/1199 KB 260/558 KB 52/181 KB 76/1206 KB 208/1199 KB 260/558 KB 64/181 KB 80/1206 KB 208/1199 KB 264/558 KB 64/181 KB 80/1206 KB 208/1199 KB 268/558 KB 64/181 KB 80/1206 KB 208/1199 KB 272/558 KB 64/181 KB 80/1206 KB 208/1199 KB 272/558 KB 68/181 KB 80/1206 KB 208/1199 KB 272/558 KB 72/181 KB 84/1206 KB 208/1199 KB 272/558 KB 76/181 KB 84/1206 KB 208/1199 KB 272/558 KB 68/181 KB 84/1206 KB 208/1199 KB 276/558 KB 76/181 KB 88/1206 KB 208/1199 KB 276/558 KB 76/181 KB 92/1206 KB 208/1199 KB 276/558 KB 76/181 KB 96/1206 KB 212/1199 KB 276/558 KB 80/181 KB 96/1206 KB 216/1199 KB 276/558 KB 80/181 KB 96/1206 KB 220/1199 KB 276/558 KB 80/181 KB 96/1206 KB 224/1199 KB 276/558 KB 80/181 KB 96/1206 KB 208/1199 KB 276/558 KB 76/181 KB unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 84/1206 KB 224/1199 KB 280/558 KB 80/181 KB 96/1206 KB 224/1199 KB 284/558 KB 80/181 KB 96/1206 KB 224/1199 KB 288/558 KB 80/181 KB 96/1206 KB 224/1199 KB 292/558 KB 80/181 KB 96/1206 KB 208/1199 KB 276/558 KB 80/181 KB 96/1206 KB 224/1199 KB 292/558 KB 84/181 KB 100/1206 KB 224/1199 KB 292/558 KB 88/181 KB 100/1206 KB 224/1199 KB 292/558 KB 92/181 KB 100/1206 KB 224/1199 KB 292/558 KB 96/181 KB 100/1206 KB 228/1199 KB 292/558 KB 96/181 KB 100/1206 KB 232/1199 KB 292/558 KB 96/181 KB 100/1206 KB 236/1199 KB 292/558 KB 96/181 KB 100/1206 KB 240/1199 KB 292/558 KB 96/181 KB 100/1206 KB 224/1199 KB 292/558 KB 80/181 KB 100/1206 KB 240/1199 KB 292/558 KB 96/181 KB 104/1206 KB 240/1199 KB 292/558 KB 96/181 KB 108/1206 KB 240/1199 KB 292/558 KB 96/181 KB 112/1206 KB 240/1199 KB 296/558 KB 96/181 KB 112/1206 KB 240/1199 KB 300/558 KB 96/181 KB 112/1206 KB 240/1199 KB 304/558 KB 96/181 KB 112/1206 KB 240/1199 KB 308/558 KB 96/181 KB 112/1206 KB 240/1199 KB 312/558 KB 100/181 KB 116/1206 KB 240/1199 KB 316/558 KB 100/181 KB 116/1206 KB 240/1199 KB 320/558 KB 100/181 KB 116/1206 KB 240/1199 KB 308/558 KB 100/181 KB 116/1206 KB 240/1199 KB 308/558 KB 100/181 KB 112/1206 KB 240/1199 KB 320/558 KB 104/181 KB 116/1206 KB 240/1199 KB 320/558 KB 108/181 KB 116/1206 KB 240/1199 KB 320/558 KB 112/181 KB 116/1206 KB 240/1199 KB 320/558 KB 112/181 KB 120/1206 KB 240/1199 KB 320/558 KB 112/181 KB 124/1206 KB 240/1199 KB 320/558 KB 112/181 KB 128/1206 KB 244/1199 KB 320/558 KB 112/181 KB 128/1206 KB 248/1199 KB 320/558 KB 112/181 KB 128/1206 KB 252/1199 KB 320/558 KB 112/181 KB 128/1206 KB 256/1199 KB 320/558 KB 112/181 KB 128/1206 KB 256/1199 KB 320/558 KB 112/181 KB 132/1206 KB 256/1199 KB 324/558 KB 116/181 KB 136/1206 KB 256/1199 KB 324/558 KB 116/181 KB 140/1206 KB 256/1199 KB 324/558 KB 116/181 KB 144/1206 KB 256/1199 KB 324/558 KB 116/181 KB 132/1206 KB 256/1199 KB 328/558 KB 116/181 KB 144/1206 KB 256/1199 KB 332/558 KB 116/181 KB 144/1206 KB 256/1199 KB 336/558 KB 116/181 KB 144/1206 KB 256/1199 KB 340/558 KB 116/181 KB 144/1206 KB 256/1199 KB 344/558 KB 116/181 KB 148/1206 KB 256/1199 KB 348/558 KB 116/181 KB 148/1206 KB 256/1199 KB 352/558 KB 116/181 KB 148/1206 KB 260/1199 KB 352/558 KB 116/181 KB 148/1206 KB 264/1199 KB 352/558 KB 116/181 KB 148/1206 KB 268/1199 KB 352/558 KB 116/181 KB 148/1206 KB 272/1199 KB 352/558 KB 116/181 KB 148/1206 KB 256/1199 KB 320/558 KB 116/181 KB 132/1206 KB 272/1199 KB 352/558 KB 120/181 KB 148/1206 KB 272/1199 KB 352/558 KB 124/181 KB 148/1206 KB 272/1199 KB 352/558 KB 128/181 KB 148/1206 KB 272/1199 KB 352/558 KB 132/181 KB 148/1206 KB 272/1199 KB 352/558 KB 136/181 KB 148/1206 KB 272/1199 KB 352/558 KB 140/181 KB 148/1206 KB 272/1199 KB 352/558 KB 144/181 KB 148/1206 KB 272/1199 KB 352/558 KB 148/181 KB 148/1206 KB 272/1199 KB 356/558 KB 152/181 KB 148/1206 KB 272/1199 KB 356/558 KB 156/181 KB 148/1206 KB 272/1199 KB 356/558 KB 160/181 KB 148/1206 KB 256/1199 KB 340/558 KB 116/181 KB 148/1206 KB 272/1199 KB 356/558 KB 160/181 KB 152/1206 KB 272/1199 KB 356/558 KB 160/181 KB 156/1206 KB 272/1199 KB 356/558 KB 160/181 KB 160/1206 KB 272/1199 KB 356/558 KB 160/181 KB 164/1206 KB 272/1199 KB 356/558 KB 148/181 KB 148/1206 KB 272/1199 KB 360/558 KB 160/181 KB 164/1206 KB 272/1199 KB 364/558 KB 160/181 KB 164/1206 KB 272/1199 KB 368/558 KB 160/181 KB 168/1206 KB 272/1199 KB 372/558 KB 160/181 KB 168/1206 KB 276/1199 KB 376/558 KB 164/181 KB unit-mysql-0: 10:06:54 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 10:06:54 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:06:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 168/1206 KB 276/1199 KB 380/558 KB 164/181 KB 168/1206 KB 276/1199 KB 384/558 KB 164/181 KB 168/1206 KB 276/1199 KB 388/558 KB 164/181 KB 168/1206 KB 276/1199 KB 392/558 KB 164/181 KB 168/1206 KB 276/1199 KB 396/558 KB 164/181 KB 168/1206 KB 272/1199 KB 364/558 KB 160/181 KB 168/1206 KB 276/1199 KB 396/558 KB 164/181 KB 172/1206 KB 276/1199 KB 396/558 KB 164/181 KB 176/1206 KB 276/1199 KB 396/558 KB 164/181 KB 180/1206 KB 276/1199 KB 396/558 KB 164/181 KB 184/1206 KB 276/1199 KB 396/558 KB 164/181 KB 188/1206 KB 276/1199 KB 396/558 KB 164/181 KB 192/1206 KB 276/1199 KB 396/558 KB 164/181 KB 196/1206 KB 276/1199 KB 372/558 KB 164/181 KB 168/1206 KB 276/1199 KB 372/558 KB 160/181 KB 168/1206 KB 280/1199 KB 400/558 KB 164/181 KB 196/1206 KB 284/1199 KB 400/558 KB 164/181 KB 196/1206 KB 288/1199 KB 400/558 KB 164/181 KB 196/1206 KB 292/1199 KB 400/558 KB 164/181 KB 196/1206 KB 296/1199 KB 400/558 KB 164/181 KB 196/1206 KB 300/1199 KB 400/558 KB 164/181 KB 196/1206 KB 304/1199 KB 400/558 KB 164/181 KB 196/1206 KB 304/1199 KB 400/558 KB 168/181 KB 196/1206 KB 304/1199 KB 400/558 KB 172/181 KB 196/1206 KB 304/1199 KB 400/558 KB 176/181 KB 196/1206 KB 304/1199 KB 400/558 KB 180/181 KB 196/1206 KB 304/1199 KB 400/558 KB 181/181 KB 196/1206 KB 276/1199 KB 400/558 KB 164/181 KB 196/1206 KB 308/1199 KB 400/558 KB 181/181 KB 200/1206 KB 312/1199 KB 400/558 KB 181/181 KB 200/1206 KB 316/1199 KB 400/558 KB 181/181 KB 200/1206 KB 320/1199 KB 400/558 KB 181/181 KB 200/1206 KB 304/1199 KB 400/558 KB 181/181 KB 200/1206 KB 320/1199 KB 400/558 KB 181/181 KB 204/1206 KB 320/1199 KB 400/558 KB 181/181 KB 208/1206 KB 320/1199 KB 404/558 KB 181/181 KB 208/1206 KB 320/1199 KB 408/558 KB 181/181 KB 208/1206 KB 320/1199 KB 412/558 KB 181/181 KB 212/1206 KB 320/1199 KB 416/558 KB 181/181 KB 212/1206 KB 320/1199 KB 408/558 KB 181/181 KB 212/1206 KB 320/1199 KB 416/558 KB 181/181 KB 216/1206 KB 320/1199 KB 416/558 KB 181/181 KB 220/1206 KB 320/1199 KB 416/558 KB 181/181 KB 224/1206 KB 320/1199 KB 420/558 KB 181/181 KB 224/1206 KB 324/1199 KB 424/558 KB 181/181 KB 228/1206 KB 324/1199 KB 428/558 KB 181/181 KB 228/1206 KB 324/1199 KB 432/558 KB 181/181 KB 228/1206 KB 324/1199 KB 420/558 KB 181/181 KB 228/1206 KB 324/1199 KB 420/558 KB 181/181 KB 224/1206 KB 328/1199 KB 432/558 KB 181/181 KB 228/1206 KB 332/1199 KB 432/558 KB 181/181 KB 228/1206 KB 336/1199 KB 432/558 KB 181/181 KB 228/1206 KB 336/1199 KB 432/558 KB 181/181 KB 232/1206 KB 336/1199 KB 432/558 KB 181/181 KB 236/1206 KB 336/1199 KB 432/558 KB 240/1206 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 882.0 KB/sec) unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 336/1199 KB 432/558 KB 244/1206 KB 336/1199 KB 436/558 KB 244/1206 KB 336/1199 KB 440/558 KB 244/1206 KB 336/1199 KB 444/558 KB 244/1206 KB 336/1199 KB 448/558 KB 244/1206 KB 336/1199 KB 448/558 KB 248/1206 KB 336/1199 KB 448/558 KB 252/1206 KB 336/1199 KB 448/558 KB 256/1206 KB 340/1199 KB 448/558 KB 256/1206 KB 344/1199 KB 448/558 KB 256/1206 KB 348/1199 KB 448/558 KB 256/1206 KB 352/1199 KB 448/558 KB 256/1206 KB 352/1199 KB 452/558 KB 256/1206 KB 352/1199 KB 456/558 KB 256/1206 KB 352/1199 KB 460/558 KB 256/1206 KB 352/1199 KB 464/558 KB 256/1206 KB 352/1199 KB 468/558 KB 256/1206 KB 352/1199 KB 472/558 KB 260/1206 KB 352/1199 KB 476/558 KB 260/1206 KB 352/1199 KB 480/558 KB 260/1206 KB 352/1199 KB 468/558 KB 260/1206 KB 352/1199 KB 480/558 KB 264/1206 KB 352/1199 KB 480/558 KB 268/1206 KB 352/1199 KB 480/558 KB 272/1206 KB 352/1199 KB 480/558 KB 276/1206 KB 352/1199 KB 480/558 KB 280/1206 KB 352/1199 KB 480/558 KB 284/1206 KB 352/1199 KB 480/558 KB 288/1206 KB 352/1199 KB 484/558 KB 288/1206 KB 352/1199 KB 488/558 KB 288/1206 KB 352/1199 KB 492/558 KB 288/1206 KB 352/1199 KB 496/558 KB 288/1206 KB 356/1199 KB 496/558 KB 288/1206 KB 360/1199 KB 496/558 KB 288/1206 KB 364/1199 KB 496/558 KB 288/1206 KB 368/1199 KB 496/558 KB 288/1206 KB 368/1199 KB 500/558 KB 288/1206 KB 368/1199 KB 504/558 KB 292/1206 KB 368/1199 KB 508/558 KB 292/1206 KB 368/1199 KB 512/558 KB 292/1206 KB 368/1199 KB 500/558 KB 292/1206 KB 368/1199 KB 512/558 KB 296/1206 KB 368/1199 KB 512/558 KB 300/1206 KB 368/1199 KB 512/558 KB 304/1206 KB 368/1199 KB 512/558 KB 308/1206 KB 368/1199 KB 512/558 KB 312/1206 KB 368/1199 KB 512/558 KB 316/1206 KB 368/1199 KB 512/558 KB 320/1206 KB 368/1199 KB 512/558 KB 324/1206 KB 368/1199 KB 516/558 KB 328/1206 KB 368/1199 KB 516/558 KB 332/1206 KB 368/1199 KB 516/558 KB 336/1206 KB 368/1199 KB 516/558 KB 324/1206 KB 368/1199 KB 520/558 KB 336/1206 KB 368/1199 KB 524/558 KB 336/1206 KB 368/1199 KB 528/558 KB 336/1206 KB 368/1199 KB 532/558 KB 336/1206 KB 368/1199 KB 536/558 KB 336/1206 KB 368/1199 KB 540/558 KB 336/1206 KB 368/1199 KB 544/558 KB 336/1206 KB 372/1199 KB 544/558 KB 336/1206 KB 376/1199 KB 544/558 KB 336/1206 KB 380/1199 KB 544/558 KB 336/1206 KB 384/1199 KB 544/558 KB 336/1206 KB 384/1199 KB 544/558 KB 340/1206 KB 384/1199 KB 548/558 KB 344/1206 KB 384/1199 KB 548/558 KB 348/1206 KB 384/1199 KB 548/558 KB 352/1206 KB 384/1199 KB 548/558 KB 356/1206 KB 384/1199 KB 548/558 KB 360/1206 KB 384/1199 KB 548/558 KB 364/1206 KB 384/1199 KB 548/558 KB 368/1206 KB 384/1199 KB 548/558 KB 372/1206 KB 388/1199 KB 548/558 KB 376/1206 KB 388/1199 KB 548/558 KB 380/1206 KB 388/1199 KB 548/558 KB 384/1206 KB 388/1199 KB 548/558 KB 388/1206 KB 384/1199 KB 548/558 KB 340/1206 KB 388/1199 KB 548/558 KB 372/1206 KB 392/1199 KB 548/558 KB 388/1206 KB 396/1199 KB 548/558 KB 388/1206 KB 400/1199 KB 548/558 KB 388/1206 KB 404/1199 KB 548/558 KB 388/1206 KB 408/1199 KB 548/558 KB 388/1206 KB 412/1199 KB 548/558 KB 388/1206 KB 416/1199 KB 548/558 KB 388/1206 KB 416/1199 KB 552/558 KB 388/1206 KB 416/1199 KB 556/558 KB 388/1206 KB 416/1199 KB 558/558 KB 388/1206 KB 416/1199 KB 558/558 KB 392/1206 KB 416/1199 KB 558/558 KB 396/1206 KB 416/1199 KB 558/558 KB 400/1206 KB 416/1199 KB 558/558 KB 404/1206 KB 416/1199 KB 558/558 KB 408/1206 KB 416/1199 KB 558/558 KB 412/1206 KB 416/1199 KB 558/558 KB 416/1206 KB 420/1199 KB 558/558 KB 416/1206 KB 424/1199 KB 558/558 unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install KB 416/1206 KB 428/1199 KB 558/558 KB 416/1206 KB 432/1199 KB 558/558 KB 416/1206 KB 432/1199 KB 558/558 KB 420/1206 KB 432/1199 KB 558/558 KB 424/1206 KB 432/1199 KB 558/558 KB 428/1206 KB 432/1199 KB 558/558 KB 432/1206 KB 432/1199 KB 558/558 KB 436/1206 KB 432/1199 KB 558/558 KB 440/1206 KB 432/1199 KB 558/558 KB 444/1206 KB 432/1199 KB 558/558 KB 448/1206 KB 432/1199 KB 558/558 KB 452/1206 KB 432/1199 KB 558/558 KB 456/1206 KB 432/1199 KB 558/558 KB 460/1206 KB 432/1199 KB 558/558 KB 464/1206 KB 432/1199 KB 558/558 KB 468/1206 KB 432/1199 KB 558/558 KB 472/1206 KB 432/1199 KB 558/558 KB 476/1206 KB 432/1199 KB 558/558 KB 480/1206 KB 432/1199 KB 558/558 KB 484/1206 KB 432/1199 KB 558/558 KB 488/1206 KB 432/1199 KB 558/558 KB 492/1206 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2370.7 KB/sec) unit-oai-epc-0: 10:06:54 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 432/1199 KB 496/1206 KB 436/1199 KB 496/1206 KB 440/1199 KB 496/1206 KB 444/1199 KB 496/1206 KB 448/1199 KB 496/1206 KB 448/1199 KB 500/1206 KB 448/1199 KB 504/1206 KB 448/1199 KB 508/1206 KB 448/1199 KB 512/1206 KB 448/1199 KB 516/1206 KB 448/1199 KB 520/1206 KB 448/1199 KB 524/1206 KB 448/1199 KB 528/1206 KB 448/1199 KB 532/1206 KB 448/1199 KB 536/1206 KB 448/1199 KB 540/1206 KB 448/1199 KB 544/1206 KB 452/1199 KB 544/1206 KB 456/1199 KB 544/1206 KB 460/1199 KB 544/1206 KB 464/1199 KB 544/1206 KB 464/1199 KB 548/1206 KB 464/1199 KB 552/1206 KB 464/1199 KB 556/1206 KB 464/1199 KB 560/1206 KB 464/1199 KB 564/1206 KB 464/1199 KB 568/1206 KB 464/1199 KB 572/1206 KB 464/1199 KB 576/1206 KB 468/1199 KB 576/1206 KB 472/1199 KB 576/1206 KB 476/1199 KB 576/1206 KB 480/1199 KB 576/1206 KB 484/1199 KB 576/1206 KB 488/1199 KB 576/1206 KB 492/1199 KB 576/1206 KB 496/1199 KB 576/1206 KB 496/1199 KB 580/1206 KB 496/1199 KB 584/1206 KB 496/1199 KB 588/1206 KB 496/1199 KB 592/1206 KB 496/1199 KB 596/1206 KB 496/1199 KB 600/1206 KB 496/1199 KB 604/1206 KB 496/1199 KB 608/1206 KB 496/1199 KB 612/1206 KB 500/1199 KB 612/1206 KB 504/1199 KB 612/1206 KB 508/1199 KB 612/1206 KB 512/1199 KB 612/1206 KB 512/1199 KB 616/1206 KB 512/1199 KB 620/1206 KB 512/1199 KB 624/1206 KB 512/1199 KB 628/1206 KB 512/1199 KB 632/1206 KB 512/1199 KB 636/1206 KB 512/1199 KB 640/1206 KB 516/1199 KB 640/1206 KB 520/1199 KB 640/1206 KB 524/1199 KB 640/1206 KB 528/1199 KB 640/1206 KB 528/1199 KB 644/1206 KB 528/1199 KB 648/1206 KB 528/1199 KB 652/1206 KB 528/1199 KB 656/1206 KB 532/1199 KB 656/1206 KB 536/1199 KB 656/1206 KB 540/1199 KB 656/1206 KB 544/1199 KB 656/1206 KB 544/1199 KB 660/1206 KB 544/1199 KB 664/1206 KB 544/1199 KB 668/1206 KB 544/1199 KB 672/1206 KB 544/1199 KB 676/1206 KB 548/1199 KB 676/1206 KB 552/1199 KB 676/1206 KB 556/1199 KB 676/1206 KB 560/1199 KB 676/1206 KB 560/1199 KB 680/1206 KB 560/1199 KB 684/1206 KB 560/1199 KB 688/1206 KB 564/1199 KB 688/1206 KB 568/1199 KB 688/1206 KB 572/1199 KB 688/1206 KB 576/1199 KB 688/1206 KB 580/1199 KB 688/1206 KB 584/1199 KB 688/1206 KB 588/1199 KB 688/1206 KB 592/1199 KB 688/1206 KB 592/1199 KB 692/1206 KB 592/1199 KB 696/1206 KB 592/1199 KB 700/1206 KB 596/1199 KB 700/1206 KB 600/1199 KB 700/1206 KB 604/1199 KB 700/1206 KB 608/1199 KB 700/1206 KB 608/1199 KB 704/1206 KB 608/1199 KB 708/1206 KB 612/1199 KB 708/1206 KB 616/1199 KB 708/1206 KB 620/1199 KB 708/1206 KB 624/1199 KB 708/1206 KB 628/1199 KB 708/1206 KB 632/1199 KB 708/1206 KB 636/1199 KB 708/1206 KB 640/1199 KB 708/1206 KB 644/1199 KB 708/1206 KB 648/1199 KB 708/1206 KB 652/1199 KB 708/1206 KB 656/1199 KB 708/1206 KB 656/1199 KB 712/1206 KB 660/1199 KB 712/1206 KB 664/1199 KB 712/1206 KB 664/1199 KB 716/1206 KB 668/1199 KB 716/1206 KB 672/1199 KB 716/1206 KB 672/1199 KB 720/1206 KB 672/1199 KB 724/1206 KB 676/1199 KB 728/1206 KB 676/1199 KB 732/1206 KB 676/1199 KB 736/1206 KB 676/1199 KB 724/1206 KB 680/1199 KB 736/1206 KB 684/1199 KB 736/1206 KB 688/1199 KB 736/1206 KB 692/1199 KB 736/1206 KB 696/1199 KB 740/1206 KB 700/1199 KB 740/1206 KB 704/1199 KB 740/1206 KB 692/1199 KB 740/1206 KB 704/1199 KB 744/1206 KB 704/1199 KB 748/1206 KB 704/1199 KB 752/1206 KB 708/1199 KB 756/1206 KB 708/1199 KB 760/1206 KB 708/1199 KB 764/1206 KB 708/1199 KB 768/1206 KB 708/1199 KB 752/1206 KB 712/1199 KB 768/1206 KB 716/1199 KB 768/1206 KB 720/1199 KB 768/1206 unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install KB 724/1199 KB 768/1206 KB 728/1199 KB 772/1206 KB 732/1199 KB 772/1206 KB 736/1199 KB 772/1206 KB 740/1199 KB 772/1206 KB 744/1199 KB 772/1206 KB 748/1199 KB 772/1206 KB 752/1199 KB 772/1206 KB 756/1199 KB 772/1206 KB 760/1199 KB 772/1206 KB 764/1199 KB 772/1206 KB 768/1199 KB 772/1206 KB 724/1199 KB 772/1206 KB 768/1199 KB 776/1206 KB 768/1199 KB 780/1206 KB 768/1199 KB 784/1206 KB 768/1199 KB 788/1206 KB 768/1199 KB 792/1206 KB 768/1199 KB 796/1206 KB 768/1199 KB 800/1206 KB 768/1199 KB 804/1206 KB 768/1199 KB 808/1206 KB 768/1199 KB 812/1206 KB 768/1199 KB 816/1206 KB 768/1199 KB 820/1206 KB 772/1199 KB 824/1206 KB 772/1199 KB 828/1206 KB 772/1199 KB 832/1206 KB 772/1199 KB 820/1206 KB 776/1199 KB 832/1206 KB 780/1199 KB 832/1206 KB 784/1199 KB 832/1206 KB 784/1199 KB 836/1206 KB 788/1199 KB 840/1206 KB 788/1199 KB 844/1206 KB 788/1199 KB 836/1206 KB 792/1199 KB 844/1206 KB 796/1199 KB 848/1206 KB 800/1199 KB 848/1206 KB 792/1199 KB 848/1206 KB 800/1199 KB 852/1206 KB 804/1199 KB 856/1206 KB 804/1199 KB 860/1206 KB 804/1199 KB 852/1206 KB 808/1199 KB 864/1206 KB 812/1199 KB 864/1206 KB 816/1199 KB 864/1206 KB 804/1199 KB 864/1206 KB 816/1199 KB 868/1206 KB 820/1199 KB 872/1206 KB 820/1199 KB 876/1206 KB 820/1199 KB 880/1206 KB 820/1199 KB 868/1206 KB 824/1199 KB 880/1206 KB 828/1199 KB 880/1206 KB 832/1199 KB 880/1206 KB 832/1199 KB 884/1206 KB 836/1199 KB 888/1206 KB 836/1199 KB 892/1206 KB 836/1199 KB 896/1206 KB 836/1199 KB 884/1206 KB 840/1199 KB 896/1206 KB 844/1199 KB 896/1206 KB 848/1199 KB 896/1206 KB 848/1199 KB 900/1206 KB 852/1199 KB 904/1206 KB 852/1199 KB 908/1206 KB 852/1199 KB 912/1206 KB 852/1199 KB 900/1206 KB 856/1199 KB 912/1206 KB 860/1199 KB 912/1206 KB 864/1199 KB 912/1206 KB 868/1199 KB 912/1206 KB 872/1199 KB 916/1206 KB 876/1199 KB 916/1206 KB 880/1199 KB 916/1206 KB 868/1199 KB 916/1206 KB 880/1199 KB 920/1206 KB 880/1199 KB 924/1206 KB 880/1199 KB 928/1206 KB 880/1199 KB 932/1206 KB 884/1199 KB 936/1206 KB 884/1199 KB 940/1206 KB 884/1199 KB 944/1206 KB 884/1199 KB 932/1206 KB 888/1199 KB 944/1206 KB 892/1199 KB 944/1206 KB 896/1199 KB 944/1206 KB 896/1199 KB 948/1206 KB 900/1199 KB 952/1206 KB 900/1199 KB 956/1206 KB 900/1199 KB 960/1206 KB 900/1199 KB 948/1206 KB 904/1199 KB 960/1206 KB 904/1199 KB 964/1206 KB 908/1199 KB 964/1206 KB 912/1199 KB 964/1206 KB 916/1199 KB 964/1206 KB 920/1199 KB 968/1206 KB 924/1199 KB 968/1206 KB 928/1199 KB 968/1206 KB 932/1199 KB 968/1206 KB 936/1199 KB 968/1206 KB 940/1199 KB 968/1206 KB 944/1199 KB 968/1206 KB 916/1199 KB 968/1206 KB 944/1199 KB 972/1206 KB 944/1199 KB 976/1206 KB 944/1199 KB 980/1206 KB 944/1199 KB 984/1206 KB 944/1199 KB 988/1206 KB 944/1199 KB 992/1206 KB 944/1199 KB 996/1206 KB 948/1199 KB 1000/1206 KB 948/1199 KB 1004/1206 KB 948/1199 KB 1008/1206 KB 948/1199 KB 996/1206 KB 952/1199 KB 1008/1206 KB 956/1199 KB 1008/1206 KB 960/1199 KB 1008/1206 KB 960/1199 KB 1012/1206 KB 964/1199 KB 1016/1206 KB 964/1199 KB 1020/1206 KB 964/1199 KB 1024/1206 KB 964/1199 KB 1012/1206 KB 968/1199 KB 1024/1206 KB 972/1199 KB 1024/1206 KB 976/1199 KB 1024/1206 KB 976/1199 KB 1028/1206 KB 980/1199 KB 1032/1206 KB 980/1199 KB 1036/1206 KB 980/1199 KB 1040/1206 KB 980/1199 KB 1028/1206 KB 984/1199 KB 1040/1206 KB 988/1199 KB 1044/1206 KB 992/1199 KB 1044/1206 KB 984/1199 KB 1044/1206 KB 992/1199 KB 1048/1206 KB 996/1199 KB 1048/1206 KB 996/1199 KB 1052/1206 KB 996/ unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install 1199 KB 1056/1206 KB 996/1199 KB 1060/1206 KB 1000/1199 KB 1064/1206 KB 1000/1199 KB 1068/1206 KB 1000/1199 KB 1072/1206 KB 1000/1199 KB 1060/1206 KB 1004/1199 KB 1072/1206 KB 1008/1199 KB 1072/1206 KB 1012/1199 KB 1072/1206 KB 1016/1199 KB 1072/1206 KB 1020/1199 KB 1072/1206 KB 1024/1199 KB 1072/1206 KB 1024/1199 KB 1076/1206 KB 1028/1199 KB 1080/1206 KB 1028/1199 KB 1084/1206 KB 1028/1199 KB 1088/1206 KB 1028/1199 KB 1076/1206 KB 1032/1199 KB 1088/1206 KB 1036/1199 KB 1092/1206 KB 1040/1199 KB 1092/1206 KB 1044/1199 KB 1092/1206 KB 1048/1199 KB 1092/1206 KB 1052/1199 KB 1092/1206 KB 1056/1199 KB 1092/1206 KB 1032/1199 KB 1092/1206 KB 1056/1199 KB 1096/1206 KB 1056/1199 KB 1100/1206 KB 1056/1199 KB 1104/1206 KB 1056/1199 KB 1108/1206 KB 1060/1199 KB 1112/1206 KB 1060/1199 KB 1116/1206 KB 1060/1199 KB 1120/1206 KB 1060/1199 KB 1108/1206 KB 1064/1199 KB 1120/1206 KB 1068/1199 KB 1124/1206 KB 1072/1199 KB 1124/1206 KB 1076/1199 KB 1124/1206 KB 1080/1199 KB 1124/1206 KB 1084/1199 KB 1124/1206 KB 1088/1199 KB 1124/1206 KB 1064/1199 KB 1124/1206 KB 1088/1199 KB 1128/1206 KB 1088/1199 KB 1132/1206 KB 1088/1199 KB 1136/1206 KB 1088/1199 KB 1140/1206 KB 1092/1199 KB 1144/1206 KB 1092/1199 KB 1148/1206 KB 1092/1199 KB 1152/1206 KB 1092/1199 KB 1140/1206 KB 1096/1199 KB 1152/1206 KB 1100/1199 KB 1156/1206 KB 1104/1199 KB 1156/1206 KB 1108/1199 KB 1156/1206 KB 1112/1199 KB 1156/1206 KB 1116/1199 KB 1156/1206 KB 1120/1199 KB 1156/1206 KB 1096/1199 KB 1156/1206 KB 1120/1199 KB 1160/1206 KB 1120/1199 KB 1164/1206 KB 1120/1199 KB 1168/1206 KB 1120/1199 KB 1172/1206 KB 1124/1199 KB 1176/1206 KB 1124/1199 KB 1180/1206 KB 1124/1199 KB 1184/1206 KB 1124/1199 KB 1172/1206 KB 1128/1199 KB 1184/1206 KB 1132/1199 KB 1184/1206 KB 1136/1199 KB 1184/1206 KB 1136/1199 KB 1188/1206 KB 1140/1199 KB 1192/1206 KB 1140/1199 KB 1196/1206 KB 1140/1199 KB 1200/1206 KB 1140/1199 KB 1204/1206 KB 1140/1199 KB 1206/1206 KB 1140/1199 KB 1188/1206 KB 1144/1199 KB 1206/1206 KB 1148/1199 KB 1206/1206 KB 1152/1199 KB 1206/1206 KB 1156/1199 KB 1206/1206 KB 1160/1199 KB 1206/1206 KB 1164/1199 KB 1206/1206 KB 1168/1199 KB 1206/1206 KB 1172/1199 KB 1206/1206 KB 1176/1199 KB 1206/1206 KB 1180/1199 KB 1206/1206 KB 1184/1199 KB 1206/1206 KB 1188/1199 KB 1206/1206 KB 1192/1199 KB 1206/1206 KB 1196/1199 KB 1206/1206 KB 1199/1199 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 3642.5 KB/sec) machine-3: 10:06:54 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 10:06:54 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 10:06:54 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 10:06:54 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 2981.7 KB/sec) machine-3: 10:06:55 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 10:06:55 DEBUG juju.worker start "engine" machine-3: 10:06:55 INFO juju.worker start "engine" machine-3: 10:06:55 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 10:06:55 DEBUG juju.worker "engine" started machine-3: 10:06:55 DEBUG juju.worker.introspection stats worker now serving machine-3: 10:06:55 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 10:06:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 10:06:55 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 10:06:55 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 10:06:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 10:06:55 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.apicaller connecting with old password machine-3: 10:06:55 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:06:55 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 10:06:55 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:06:55 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 10:06:55 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 10:06:55 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 10:06:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 10:06:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 10:06:55 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. machine-3: 10:06:55 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 10:06:55 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... machine-3: 10:06:55 DEBUG juju.worker.apicaller connected machine-3: 10:06:55 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 10:06:55 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-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- machine-3: 10:06:55 DEBUG juju.worker.apicaller password changed machine-3: 10:06:55 DEBUG juju.api RPC connection died machine-3: 10:06:55 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 10:06:55 DEBUG juju.worker.apicaller connecting with current password machine-3: 10:06:55 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:06:55 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:06:55 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 10:06:55 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-oai-epc-0: 10:06:55 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: 10:06:55 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: 10:06:55 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 43.284 s unit-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-11-09T10:06:55+00:00 unit-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/64M unit-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 10:06:55 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 10:06:56 DEBUG unit.abot-epc-basic/0.install * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) unit-oai-epc-0: 10:06:56 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:06:56 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... machine-3: 10:06:56 DEBUG juju.worker.apicaller connected machine-3: 10:06:56 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 10:06:56 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 10:06:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:06:56 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... machine-3: 10:06:56 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:06:56 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... machine-3: 10:06:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 10:06:56 INFO juju.worker.upgrader unblocking abort check machine-3: 10:06:56 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 10:06:56 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 10:06:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 10:06:56 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 10:06:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 10:06:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.logger logger setup machine-3: 10:06:56 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 10:06:56 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 10:06:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 10:06:56 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 10:06:56 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:06:56 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 10:06:56 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 10:06:56 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: 10:06:56 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:06:56 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 10:06:56 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:06:56 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:06:56 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:06:56 DEBUG juju.network including address public:172.30.9.200 for machine machine-3: 10:06:56 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-3: 10:06:56 DEBUG juju.network including address local-fan:252.10.0.1 for machine machine-3: 10:06:56 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:06:56 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:06:56 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 10:06:56 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 10:06:56 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 10:06:56 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:06:56 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:06:56 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:06:56 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 10:06:56 INFO juju.util.exec run result: exit status 127 machine-3: 10:06:56 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec944803954/script.sh: line 1: fanatic: command not found 127 machine-3: 10:06:56 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 10:06:56 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 10:06:56 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 10:06:56 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 10:06:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 10:06:56 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 10:06:56 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 10:06:56 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 10:06:56 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 unit-abot-epc-basic-0: 10:06:56 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... machine-3: 10:06:56 INFO juju.util.exec run result: exit status 127 machine-3: 10:06:56 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec062763636/script.sh: line 1: fanatic: command not found 127 machine-3: 10:06:56 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 10:06:56 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-3: 10:06:57 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 10:06:57 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 10:06:57 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-3: 10:06:57 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-3: 10:06:57 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 10:06:57 DEBUG juju.api RPC connection died machine-3: 10:06:57 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 10:06:57 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 10:06:57 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-3: 10:06:57 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 10:06:57 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 10:06:57 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 10:06:57 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 10:06:57 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 10:06:57 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.apicaller connecting with current password machine-3: 10:06:57 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:06:57 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:06:57 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:06:57 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 10:06:57 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:57 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available unit-abot-epc-basic-0: 10:06:57 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.7) ... unit-oai-epc-0: 10:06:57 DEBUG unit.oai-epc/0.install ++ virt-what unit-abot-epc-basic-0: 10:06:57 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-oai-epc-0: 10:06:57 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 10:06:57 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 10:06:57 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 10:06:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:06:57 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 10:06:57 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 10:06:57 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-138.164) ... unit-oai-epc-0: 10:06:57 DEBUG worker.uniter.jujuc running hook tool "status-set" machine-3: 10:06:57 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 10:06:57 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 10:06:57 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 10:06:57 DEBUG unit.oai-epc/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-epc-0: 10:06:57 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 10:06:57 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... machine-3: 10:06:58 DEBUG juju.api RPC connection died machine-3: 10:06:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 10:06:58 DEBUG juju.worker.apicaller connecting with current password machine-3: 10:06:58 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:06:58 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:06:58 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 10:06:58 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 10:06:58 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:06:59 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... machine-3: 10:06:59 DEBUG juju.worker.apicaller connected machine-3: 10:06:59 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 10:06:59 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 10:06:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 10:06:59 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 10:06:59 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 10:06:59 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 10:06:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 10:06:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: unit-abot-epc-basic-0: 10:06:59 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... machine-3: 10:06:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 10:06:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 10:06:59 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:06:59 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:06:59 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:06:59 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 10:06:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 10:06:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 10:06:59 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 10:06:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 10:06:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 10:06:59 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:06:59 INFO juju.util.exec run result: exit status 127 machine-3: 10:06:59 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec261993192/script.sh: line 1: fanatic: command not found 127 machine-3: 10:06:59 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 10:06:59 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:06:59 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:06:59 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:06:59 DEBUG juju.network including address public:172.30.9.200 for machine machine-3: 10:06:59 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-3: 10:06:59 DEBUG juju.network including address local-fan:252.10.0.1 for machine machine-3: 10:06:59 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:06:59 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:06:59 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 10:06:59 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 10:06:59 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-3: 10:06:59 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 10:06:59 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 10:06:59 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 10:06:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 10:06:59 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 10:06:59 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 10:06:59 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:06:59 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 10:06:59 INFO juju.util.exec run result: exit status 127 machine-3: 10:06:59 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec079084017/script.sh: line 1: fanatic: command not found 127 machine-3: 10:06:59 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 10:06:59 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 10:06:59 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 10:06:59 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 10:06:59 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 10:07:00 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 10:07:00 INFO juju.worker.upgrader unblocking abort check machine-3: 10:07:00 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 10:07:00 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... machine-3: 10:07:00 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 10:07:01 INFO juju.worker.deployer deploying unit "oai-hss/0" unit-abot-epc-basic-0: 10:07:01 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install Note: checking out 'v0.3.2'. unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install changes and commit them, and you can discard any commits you make in this unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install state without impacting any branches by performing another checkout. unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:01 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: 10:07:01 DEBUG unit.oai-epc/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install git checkout -b new_branch_name unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 10:07:01 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: 10:07:01 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 10:07:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:07:01 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-161-generic unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-161-generic unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 10:07:01 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: 10:07:01 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 10:07:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:07:01 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 10:07:01 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 10:07:01 DEBUG worker.uniter.jujuc running hook tool "status-set" machine-3: 10:07:01 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 10:07:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 10:07:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 10:07:01 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 10:07:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 10:07:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 10:07:01 DEBUG juju.worker.logger logger setup machine-3: 10:07:01 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 10:07:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 10:07:01 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 10:07:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 10:07:01 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:07:01 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-3: 10:07:01 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 10:07: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-3: 10:07:01 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:07:01 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:07:01 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:07:01 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:07:01 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:07:01 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-3: 10:07:01 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:07:01 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.15 local-machine:::1] machine-3: 10:07:01 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: 10:07: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 unit-abot-epc-basic-0: 10:07:02 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... machine-3: 10:07:02 DEBUG juju.service discovered init system "upstart" from local host machine-3: 10:07:02 DEBUG juju.worker.deployer API addresses: ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-3: 10:07:02 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-abot-epc-basic-0: 10:07:02 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... machine-3: 10:07:02 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 10:07:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-hss-0: 10:07:02 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 10:07:02 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: 10:07:02 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 10:07:02 DEBUG juju.worker start "api" unit-oai-hss-0: 10:07:02 INFO juju.worker start "api" unit-oai-hss-0: 10:07:02 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 10:07:02 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 10:07:02 DEBUG juju.worker "api" started unit-oai-hss-0: 10:07:02 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:02 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 10:07:02 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-hss-0: 10:07:02 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-hss-0: 10:07:02 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:07:02 DEBUG juju.worker start "3-container-watcher" machine-3: 10:07:02 DEBUG juju.worker start "stateconverter" machine-3: 10:07:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 10:07:02 INFO juju.worker start "3-container-watcher" machine-3: 10:07:02 DEBUG juju.worker "3-container-watcher" started machine-3: 10:07:02 INFO juju.worker start "stateconverter" machine-3: 10:07:02 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 10:07:02 DEBUG juju.worker "stateconverter" started unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 10:07:02 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: 10:07:02 DEBUG unit.oai-epc/0.install --2018-11-09 10:07:02-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 10:07:02 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: 10:07:02 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install 0K ....... 56.2M=0s unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install 2018-11-09 10:07:02 (56.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install --2018-11-09 10:07:02-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install machine-3: 10:07:02 INFO juju.worker.machiner "machine-3" started unit-oai-epc-0: 10:07:02 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 368K 3s machine-3: 10:07:02 INFO juju.api.common no addresses observed on interface "tunl0" unit-abot-epc-basic-0: 10:07:03 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:07:03 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 10:07:03 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 367K 3s unit-oai-hss-0: 10:07:03 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 10:07:03 DEBUG juju.api RPC connection died unit-oai-hss-0: 10:07:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 10:07:03 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:07:03 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 10:07:03 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-hss-0: 10:07:03 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 373K 3s unit-oai-hss-0: 10:07:03 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 33.6M 2s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 47.2M 1s unit-abot-epc-basic-0: 10:07:03 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 372K 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 39.8M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 33.6M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 50.6M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 51.5M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 44.1M 1s unit-abot-epc-basic-0: 10:07:03 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 385K 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 38.7M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 47.5M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 50.2M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 42.6M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 38.7M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 46.0M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 68.3M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 81.6M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 403M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 518M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 528M=0.7s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2018-11-09 10:07:03 (1.60 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install --2018-11-09 10:07:03-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 10:07:03 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 116M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 75.1M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 55.3M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 69.7M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 73.3M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 56.5M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 51.9M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 71.1M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 71.0M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 59.6M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 68.0M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 78.7M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 66.4M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 71.5M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 80.5M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 56.4M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 109M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 100M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 117M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 98.9M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 109M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 412K 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 27.6M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 62.9M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 134M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 55.5M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 69.1M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 56.7M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 128M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 210M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 49.3M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 48.2M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 84.8M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 65.7M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 71.4M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 68.1M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 64.4M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 57.3M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 87.0M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 53.8M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 59.0M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 61.2M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 60.4M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 63.4M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 69.1M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 117M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 84.1M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 55.9M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 72.3M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 142M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 370M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 332M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 375M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 353M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 324M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 279M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 391M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 376M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 63.2M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 43.5M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 64.1M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 61.8M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 451K 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 41.5M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 50.3M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 47.8M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 43.9M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 43.7M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 80.0M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 57.8M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 75.5M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 61.5M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 57.7M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 71.2M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 62.8M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 70.7M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 77.4M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 55.2M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 91.3M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 57.3M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 74.3M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 62.6M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 79.3M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 45.4M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 85.0M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 56.6M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 75.7M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 59.5M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 141M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 347M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 372M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 355M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 325M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 348M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 326M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 356M 1s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 385M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 329M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 405M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 354M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 345M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 412M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 371M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 64.6M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 45.8M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 44.3M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 45.0M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 42.0M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 52.6M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 45.8M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 48.0M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 41.8M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 69.0M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 67.0M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 66.0M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 60.3M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 66.5M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 68.7M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 66.8M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 125M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 94.0M 0s unit-oai-epc-0: 10:07:03 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 97.5M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 501K 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 60.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 60.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 58.8M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 61.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 141M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 105M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 127M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 73.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 56.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 58.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 79.6M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 183M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 77.0M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 48.7M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 60.3M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 78.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 24.5M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 71.3M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 49.7M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 107M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 103M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 88.7M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 61.6M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 60.6M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 69.2M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 55.4M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 55.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 44.5M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 76.4M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 60.0M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 62.6M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 67.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 69.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 57.4M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 65.2M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 70.8M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 69.0M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 48.4M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 119M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 411M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 460M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 415M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 322M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 414M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 371M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 391M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 308M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 392M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 385M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 393M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 335M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 44.8M 0s unit-abot-epc-basic-0: 10:07:04 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:07:04 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 70.0M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 481K 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 47.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 48.6M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 45.4M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 36.6M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 44.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 43.5M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 49.2M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 39.4M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 44.5M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 56.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 88.3M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 129M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 178M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 554M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 556M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 457M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 488M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 561M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 570M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 462M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 47.6M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 46.4M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 42.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 47.3M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 44.8M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 45.3M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 45.8M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 59.3M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 63.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 59.6M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 50.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 89.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 94.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 132M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 65.3M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 147M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 72.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 125M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 63.7M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 64.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 68.8M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 53.7M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 58.8M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 144M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 115M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 124M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 112M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 193M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 114M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 17.8M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 52.3M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 118M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 7.46M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 110M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 181M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 43.5M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 46.2M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 101M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 152M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 563K 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 89.5M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 86.0M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 44.7M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 75.7M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 70.7M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 62.8M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 83.2M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 99.2M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 36.7M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 63.5M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 64.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 145M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 21.5M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 22.2M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 46.0M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 63.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 82.4M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 54.9M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 54.3M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 53.3M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 51.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 74.1M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 84.4M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 90.7M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 54.4M=0.7s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2018-11-09 10:07:04 (18.1 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install --2018-11-09 10:07:04-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 10:07:04 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 121M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 467M 0s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 51.3M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 39.5M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 41.5M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 40.4M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 38.9M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 40.4M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 43.4M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 39.4M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 37.0M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 55.1M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 41.6M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 44.0M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 43.6M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 46.4M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 54.7M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 48.6M 1s unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 45.9M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 46.0M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 52.7M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 41.8M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 44.7M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 46.5M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 50.8M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 46.9M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 47.9M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 38.4M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 70.3M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 53.7M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 36.8M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 68.6M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 66.2M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 63.4M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 66.1M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 90.4M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 115M 1s unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 70.0M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 83.5M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 91.6M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 80.7M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 83.1M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 67.8M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 85.3M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 178M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 397M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 304M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 420M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 428M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 438M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 383M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 418M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 430M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 410M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 377M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 413M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 445M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 447M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 430M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 578M 1s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 568M 1s machine-3: 10:07:04 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:08:da:72 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:08:da:72 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: 10:07:04 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:07:04 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 508K 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 39.3M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 43.8M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 54.4M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 64.0M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 62.3M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 48.2M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 70.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 52.8M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 48.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 42.4M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 46.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 48.0M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 53.1M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 50.1M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 51.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 52.2M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 63.0M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 99.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 106M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 79.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 54.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 56.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 80.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 18.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 66.0M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 16.4M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 43.3M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 57.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 69.0M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 67.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 80.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 49.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 46.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 44.8M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 72.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 44.2M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 53.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 49.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 520K 3s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 53.6M 3s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 65.2M 3s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 54.6M 3s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 60.0M 3s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 53.7M 3s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 98.7M 3s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 80.3M 3s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 147M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 300M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 361M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 354M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 46.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 45.4M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 46.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 41.3M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 137M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 457M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 396M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 311M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 355M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 323M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 69.3M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 38.2M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 47.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 47.4M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 42.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 41.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 44.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 76.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 47.8M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 112M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 106M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 98.4M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 141M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 81.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 113M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 103M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 143M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 22.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 71.4M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 68.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 61.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 53.3M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 84.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 27.8M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 104M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 11.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 430M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 424M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 333M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 305M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 303M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 191M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 145M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 108M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 143M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 102M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 86.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 161M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 77.1M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 528K 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 20.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 37.4M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 48.2M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 62.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 66.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 59.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 40.8M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 63.1M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 60.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 148M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 281M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 58.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 42.2M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 56.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 78.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 49.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 90.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 76.1M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 64.7M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 64.8M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 60.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 88.3M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 96.2M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 86.8M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 133M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 96.3M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 167M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 312M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 509M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 413M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 104M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 8.51M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 46.4M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 42.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 44.8M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 72.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 49.0M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 55.6M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 46.2M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 163M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 93.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 133M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 166M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 121M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 98.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 185M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 314M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 54.0M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 43.0M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 55.9M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 48.3M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 67.0M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 50.5M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 101M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 124M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 198M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 107M 2s unit-oai-epc-0: 10:07:04 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 117M 2s unit-oai-hss-0: 10:07:04 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 10:07:04 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 10:07:04 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 10:07:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 548K 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 95.5M 2s unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 28.8M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 53.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 75.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 102M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 30.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 19.2M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 12.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 65.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 62.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 70.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 56.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 63.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 54.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 292M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 266M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 489M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 73.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 48.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 44.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 35.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 38.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 62.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 55.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 61.7M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 142M 2s unit-abot-epc-basic-0: 10:07:05 DEBUG unit.abot-epc-basic/0.install Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 84.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 157M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 147M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 104M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 117M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 97.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 72.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 47.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 99.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 74.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 53.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 69.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 60.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 133M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 190M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 38.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 46.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 47.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 52.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 54.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 64.7M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 68.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 49.8M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 52.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 75.2M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 98.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 116M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 114M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 104M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 137M 2s unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 10:07:05 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 10:07:05 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 10:07:05 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 10:07:05 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:07:05 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 10:07:05 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 10:07:05 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 10:07:05 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: 10:07:05 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 10:07:05 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 10:07:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 10:07:05 DEBUG juju.network including address public:172.30.9.200 for machine unit-oai-hss-0: 10:07:05 DEBUG juju.network including address local-cloud:192.168.121.10 for machine unit-oai-hss-0: 10:07:05 DEBUG juju.network including address local-fan:252.10.0.1 for machine unit-oai-hss-0: 10:07:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 10:07:05 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 10:07:05 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 10:07:05 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 10:07:05 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-hss-0: 10:07:05 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-hss-0: 10:07:05 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-hss-0: 10:07:05 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 10:07:05 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 10:07:05 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 561K 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 44.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 62.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 80.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 422M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 411M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 79.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 47.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 51.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 55.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 42.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 9.96M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 8.48M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 36.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 44.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 49.2M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 48.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 34.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 36.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 40.2M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 47.2M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 60.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 95.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 86.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 67.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 60.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 40.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 44.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 44.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 36.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 111M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 224M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 216M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 284M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 420M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 360M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 425M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 324M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 434M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 426M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 441M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 378M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 425M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 374M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 30.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 39.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 36.8M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 43.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 42.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 44.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 55.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 59.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 61.2M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 69.7M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 60.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 69.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 65.4M 2s unit-oai-hss-0: 10:07:05 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-abot-epc-basic-0: 10:07:05 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 10:07:05 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 10:07:05 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 10:07:05 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 590K 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 44.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 45.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 44.7M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 41.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 67.2M 2s unit-oai-hss-0: 10:07:05 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 10:07:05 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 10:07:05 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 10:07:05 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 10:07:05 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 10:07:05 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 61.4M 2s unit-oai-hss-0: 10:07:05 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 10:07:05 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 10:07:05 DEBUG httpbakery client do GET https://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 149M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 294M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 319M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 351M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 391M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 324M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 568M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 64.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 54.8M 2s unit-oai-hss-0: 10:07:05 DEBUG httpbakery } -> error unit-oai-hss-0: 10:07:05 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 10:07:05 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 5.35M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 34.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 47.8M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 21.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 41.7M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 43.2M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 43.7M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 51.6M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 64.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 63.8M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 52.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 45.7M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 40.2M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 39.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 50.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 55.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 107M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 250M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 86.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 426M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 529M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 323M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 403M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 16.7M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 45.2M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 45.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 46.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 39.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 65.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 53.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 44.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 42.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 55.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 105M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 126M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 105M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 142M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 111M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 129M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 182M 2s unit-abot-epc-basic-0: 10:07:05 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 596K 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 52.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 72.8M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 91.1M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 88.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 127M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 21.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 115M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 379M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 447M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 476M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 114M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 50.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 37.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 37.8M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 69.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 141M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 84.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 81.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 48.8M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 68.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 9.02M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 61.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 23.8M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 6.75M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 75.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 135M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 59.5M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 53.3M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 66.0M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 69.4M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 140M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 360M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 402M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 55.9M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 43.2M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 45.8M 2s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 137M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 355M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 348M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 373M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 417M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 72.9M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 48.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 44.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 66.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 48.3M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 114M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 76.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 154M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 47.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 59.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 53.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 16.1M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 58.6M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 1.31M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 65.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 92.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 65.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 154M 1s unit-oai-hss-0: 10:07:05 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 10:07:05 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 1.10M 2s unit-oai-hss-0: 10:07:05 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 45.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 45.1M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 49.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 44.0M 1s unit-abot-epc-basic-0: 10:07:05 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 64.3M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 81.6M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 45.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 52.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 39.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 51.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 47.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 98.1M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 228M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 214M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 237M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 255M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 201M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 266M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 7.63M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 56.1M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 2.69M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 39.9M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 35.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 40.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 43.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 40.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 38.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 37.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 37.3M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 40.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 37.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 43.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 44.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 47.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 52.3M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 75.1M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 76.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 138M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 115M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 209M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 122M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 75.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 109M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 134M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 145M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 133M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 87.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 154M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 200M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 604M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 551M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 521M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 654M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 662M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 560M 1s unit-abot-epc-basic-0: 10:07:05 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 639K 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 41.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 46.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 49.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 105M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 52.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 76.1M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 82.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 49.6M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 42.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 44.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 61.3M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 49.6M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 50.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 59.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 72.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 72.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 58.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 66.6M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 64.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 67.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 76.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 62.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 86.1M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 63.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 3.26M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 54.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 53.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 43.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 112M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 362M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 25.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 41.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 39.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 40.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 55.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 48.6M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 47.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 44.9M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 48.9M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 46.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 47.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 38.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 59.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 113M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 73.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 91.0M 1s unit-abot-epc-basic-0: 10:07:05 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.5) ... unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 624K 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 31.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 41.9M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 41.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 41.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 39.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 36.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 44.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 33.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 124M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 271M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 208M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 188M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 181M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 303M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 244M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 197M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 216M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 198M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 231M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 195M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 240M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 223M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 227M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 48.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 43.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 58.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 66.3M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 58.9M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 64.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 61.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 64.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 56.3M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 63.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 3.01M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 36.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 43.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 42.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 64.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 47.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 44.3M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 43.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 43.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 42.6M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 48.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 51.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 45.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 48.6M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 49.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 62.3M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 61.6M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 55.9M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 65.4M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 60.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 62.9M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 57.8M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 66.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 64.1M 1s unit-abot-epc-basic-0: 10:07:05 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.5) ... unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 655K 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 40.1M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 36.9M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 40.3M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 48.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 47.0M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 41.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 78.5M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 121M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 224M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 313M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 403M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 429M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 412M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 57.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 38.7M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 44.2M 1s unit-oai-epc-0: 10:07:05 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 41.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 45.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 36.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 40.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 40.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 49.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 54.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 63.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 63.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 59.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 57.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 62.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 64.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 63.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 4.29M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 53.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 45.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 42.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 48.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 45.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 58.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 69.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 68.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 51.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 65.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 44.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 47.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 44.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 133M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 378M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 237M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 224M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 247M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 231M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 199M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 279M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 52.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 601K 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 38.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 41.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 41.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 47.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 39.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 62.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 43.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 51.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 37.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 44.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 55.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 55.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 35.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 42.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 38.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 42.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 40.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 50.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 60.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 64.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 54.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 63.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 64.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 63.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 57.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 49.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 61.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 84.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 75.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 77.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 80.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 6.99M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 41.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 42.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 53.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 41.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 49.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 42.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 87.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 84.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 40.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 74.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 97.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 66.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 77.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 53.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 48.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 40.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 42.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 44.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 59.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 58.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 48.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 76.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 98.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 61.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 138M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 380M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 390M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 430M 1s unit-abot-epc-basic-0: 10:07:06 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 654K 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 36.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 48.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 38.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 47.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 49.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 51.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 44.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 51.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 58.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 42.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 64.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 28.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 49.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 53.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 52.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 43.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 57.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 53.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 51.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 69.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 72.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 2.78M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 36.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 49.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 45.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 46.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 43.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 51.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 63.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 41.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 57.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 47.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 62.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 76.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 44.6M 1s unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 47.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 42.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 44.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 46.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 49.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 67.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 81.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 62.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 115M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 423M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 433M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 358M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 418M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 417M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 419M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 376M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 395M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 355M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 413M 1s unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 10:07:06 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 10:07:06 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 10:07:06 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 10:07:06 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 10:07:06 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 10:07:06 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 659K 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 41.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 38.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 44.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 41.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 41.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 57.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 37.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 47.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 48.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 59.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 47.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 43.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 57.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 62.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 55.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 62.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 64.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 62.8M 1s unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 46.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 43.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 44.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 47.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 54.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 64.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 99.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 4.07M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 56.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 49.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 63.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 25.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 31.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 46.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 39.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 44.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 46.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 53.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 69.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 59.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 42.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 44.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 48.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 57.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 55.8M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 88.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 50.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 43.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 85.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 71.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 62.2M 1s unit-oai-hss-0: 10:07:06 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 655K 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 42.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 54.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 38.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 45.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 47.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 43.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 37.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 47.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 47.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 53.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 37.2M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 44.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 84.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 151M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 355M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 388M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 418M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 423M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 321M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 417M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 376M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 374M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 336M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 421M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 11.9M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 54.4M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 40.5M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 37.1M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 45.0M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 62.7M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 63.3M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 56.6M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 63.7M 1s unit-abot-epc-basic-0: 10:07:06 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 4.73M 1s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 44.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 40.5M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 50.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 49.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 56.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 51.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 44.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 58.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 63.5M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 50.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 43.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 46.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 43.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 41.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 46.9M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 48.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 60.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 56.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 68.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 75.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 74.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 636K 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 35.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 48.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 58.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 45.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 35.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 48.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 63.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 57.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 52.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 55.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 70.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 41.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 50.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 63.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 66.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 82.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 70.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 63.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 97.8M 0s unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 28.3M 0s unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 41.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 47.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 48.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 48.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 56.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 43.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 38.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 62.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 81.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 91.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 71.5M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 63.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 96.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 129M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 9.01M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 37.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 34.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 73.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 50.5M 0s unit-abot-epc-basic-0: 10:07:06 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-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 46.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 68.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 58.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 63.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 62.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 53.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 71.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 37.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 54.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 51.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 40.5M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 60.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 108M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 251M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 283M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 22.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 17.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 42.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 53.6M 0s unit-oai-hss-0: 10:07:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install ++ config-get revision unit-abot-epc-basic-0: 10:07:06 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 635K 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 37.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 38.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 38.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 47.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 39.5M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 43.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 45.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 64.9M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 46.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 122M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 198M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 253M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 367M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 363M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 362M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 410M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 9.32M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 36.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 35.9M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 47.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 51.0M 0s unit-oai-hss-0: 10:07:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 40.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 43.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 59.3M 0s unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 62.3M 0s unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 62.8M 0s unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 56.6M 0s unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 62.0M 0s unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:07:06 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 55.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 39.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 54.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 10.5M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 34.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 39.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 40.9M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 38.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 37.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 42.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 52.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 64.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 37.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 57.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 44.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 42.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 35.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 46.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 77.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 79.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 149M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 399M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 408M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 405M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 333M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 408M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 398M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 421M 0s unit-abot-epc-basic-0: 10:07:06 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-oai-hss-0: 10:07:06 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 602K 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 41.5M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 38.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 39.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 51.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 61.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 60.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 64.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 56.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 46.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 35.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 38.9M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 45.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 63.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 45.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 40.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 47.5M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 50.5M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 42.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 63.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 63.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 50.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 44.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 75.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 103M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 80.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 72.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 66.6M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 99.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 5.89M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 31.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 31.9M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 41.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 34.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 41.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 47.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 58.4M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 68.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 82.3M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 55.2M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 52.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 39.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 43.9M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 52.5M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 96.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 54.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 47.9M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 53.0M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 72.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 81.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 57.8M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 99.1M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 86.7M 0s unit-oai-epc-0: 10:07:06 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 61.8M 0s unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 10:07:07 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 633K 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 43.2M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 43.3M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 38.6M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 74.4M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 47.9M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 61.9M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 57.1M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 66.9M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 51.2M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 43.7M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 46.2M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 54.8M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 85.3M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 84.3M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 85.0M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 75.5M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 71.1M 0s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 53750K ...... 100% 28.9M=2.6s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install 2018-11-09 10:07:07 (20.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install FINISHED --2018-11-09 10:07:07-- unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install Total wall clock time: 4.7s unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.0s (16.6 MB/s) unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install (Reading database ... 53457 files and directories currently installed.) unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:07:07 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: 10:07:07 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-epc-0: 10:07:07 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:07:07 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 10:07:07 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 10:07:07 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 10:07:07 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install Need to get 3054 kB of archives. unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 10:07:07 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-oai-hss-0: 10:07:07 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.9 [701 kB] unit-abot-epc-basic-0: 10:07:07 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 10:07:08 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:07:08 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:07:08 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:07:08 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:07:08 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-oai-hss-0: 10:07:08 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.9 [2333 kB] unit-oai-epc-0: 10:07:08 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 10:07:08 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-abot-epc-basic-0: 10:07:08 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-oai-hss-0: 10:07:09 DEBUG unit.oai-hss/0.install Fetched 3054 kB in 1s (1645 kB/s) unit-oai-epc-0: 10:07:09 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:07:09 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-oai-hss-0: 10:07:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 10:07:09 DEBUG unit.oai-hss/0.install (Reading database ... 52431 files and directories currently installed.) unit-oai-hss-0: 10:07:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 10:07:09 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 10:07:10 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 10:07:10 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:07:10 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-oai-hss-0: 10:07:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 10:07:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.9_all.deb ... unit-abot-epc-basic-0: 10:07:10 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-oai-hss-0: 10:07:10 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:07:11 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 10:07:11 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-oai-hss-0: 10:07:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 10:07:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.9_amd64.deb ... unit-oai-hss-0: 10:07:11 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 10:07:11 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 10:07:13 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 10:07:13 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-2cf6b2-default-0". unit-abot-epc-basic-0: 10:07:13 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: 10:07:13 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 10:07:13 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-oai-hss-0: 10:07:13 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:07:13 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:07:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.6) ... unit-abot-epc-basic-0: 10:07:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-oai-hss-0: 10:07:14 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-hss-0: 10:07:14 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.9) ... unit-oai-epc-0: 10:07:14 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 10:07:14 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 10:07:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-oai-hss-0: 10:07:14 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.9) ... unit-oai-epc-0: 10:07:14 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 10:07:14 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:07:16 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 10:07:16 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2cf6b2-default-0 unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 10:07:16 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 10:07:16 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:07:16 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 10:07:16 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 10:07:16 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-oai-hss-0: 10:07:17 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:07:17 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 10:07:17 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 10:07:17 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-oai-hss-0: 10:07:17 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (24.1 kB/s) unit-oai-hss-0: 10:07:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 10:07:17 DEBUG unit.oai-hss/0.install (Reading database ... 53181 files and directories currently installed.) unit-oai-hss-0: 10:07:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 10:07:17 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 10:07:17 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 10:07:17 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:07:17 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2cf6b2-default-0 unit-abot-epc-basic-0: 10:07:17 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:07:17 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: 10:07:17 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:07:17 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2cf6b2-default-0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.5). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev is already the newest version (2.7.12-1ubuntu0~16.04.3). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.6). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.6). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 10:07:18 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: 10:07:18 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 10:07:18 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-oai-hss-0: 10:07:19 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 10:07:19 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:07:19 DEBUG unit.abot-epc-basic/0.install Need to get 294 MB of archives. unit-abot-epc-basic-0: 10:07:19 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: 10:07:19 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: 10:07:20 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:07:20 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:07:20 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 10:07:20 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:07:20 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:07:20 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] unit-abot-epc-basic-0: 10:07:20 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: 10:07:20 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: 10:07:20 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: 10:07:21 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 10:07:21 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 cmake-curses-gui amd64 3.5.1-1ubuntu3 [1,276 kB] unit-abot-epc-basic-0: 10:07:21 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-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install Need to get 3781 kB of archives. unit-oai-hss-0: 10:07:21 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 10:07:21 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: 10:07:21 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: 10:07:21 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-oai-hss-0: 10:07:21 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: 10:07:21 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: 10:07:22 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 imagemagick-common all 8:6.8.9.9-7ubuntu5.13 [42.3 kB] unit-abot-epc-basic-0: 10:07:22 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: 10:07:22 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: 10:07:22 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: 10:07:22 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 10:07:22 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: 10:07:22 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-oai-epc-0: 10:07:22 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-epc-0: 10:07:22 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:07:23 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-oai-hss-0: 10:07:23 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-epc-0: 10:07:23 DEBUG unit.oai-epc/0.install Running depmod. unit-oai-hss-0: 10:07:23 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-abot-epc-basic-0: 10:07:23 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: 10:07:23 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-oai-hss-0: 10:07:23 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [707 kB] unit-oai-epc-0: 10:07:23 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-abot-epc-basic-0: 10:07:23 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-epc-0: 10:07:23 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 10:07:23 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 10:07:23 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 10:07:23 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 10:07:23 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-abot-epc-basic-0: 10:07:23 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-oai-hss-0: 10:07:23 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.62-0ubuntu0.14.04.1 [10.8 kB] unit-abot-epc-basic-0: 10:07:23 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: 10:07:23 DEBUG unit.oai-hss/0.install Fetched 3781 kB in 2s (1486 kB/s) unit-abot-epc-basic-0: 10:07:23 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: 10:07:24 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: 10:07:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 10:07:24 DEBUG unit.oai-hss/0.install (Reading database ... 53188 files and directories currently installed.) unit-oai-hss-0: 10:07:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 10:07:24 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: 10:07:24 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:07:24 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] unit-oai-hss-0: 10:07:24 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 10:07:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:07:24 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: 10:07:24 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.10 [260 kB] unit-abot-epc-basic-0: 10:07:24 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-oai-hss-0: 10:07:24 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:07:25 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 10:07:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 10:07:25 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: 10:07:25 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:07:25 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: 10:07:25 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-oai-hss-0: 10:07:25 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 10:07:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:07:25 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-oai-hss-0: 10:07:25 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:07:25 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: 10:07:26 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: 10:07:26 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: 10:07:26 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: 10:07:26 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-filesystem1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [37.5 kB] unit-abot-epc-basic-0: 10:07:26 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-oai-hss-0: 10:07:26 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 10:07:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 10:07:26 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:07:26 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: 10:07:26 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: 10:07:27 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-oai-hss-0: 10:07:27 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 10:07:27 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: 10:07:27 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:07:27 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2.1 [96.7 kB] unit-abot-epc-basic-0: 10:07:27 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-oai-hss-0: 10:07:27 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 10:07:27 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: 10:07:27 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:07:27 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-client0 amd64 1.12.0-1~ubuntu16.04.3 [22.5 kB] unit-abot-epc-basic-0: 10:07:27 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: 10:07:27 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB] unit-abot-epc-basic-0: 10:07:27 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: 10:07:27 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-oai-hss-0: 10:07:28 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 10:07:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 10:07:28 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:07:28 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-oai-hss-0: 10:07:28 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:07:28 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: 10:07:28 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput-bin amd64 1.6.3-1ubuntu1~16.04.1 [9,040 B] unit-abot-epc-basic-0: 10:07:28 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: 10:07:28 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: 10:07:28 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: 10:07:29 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: 10:07:29 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: 10:07:29 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: 10:07:29 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB] unit-abot-epc-basic-0: 10:07:29 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-oai-hss-0: 10:07:29 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:07:29 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: 10:07:29 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: 10:07:30 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: 10:07:30 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xkb1 amd64 1.11.1-1ubuntu1 [29.2 kB] unit-abot-epc-basic-0: 10:07:30 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: 10:07:30 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-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-abot-epc-basic-0: 10:07:30 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-oai-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 10:07:30 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 10:07:30 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-oai-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-161-generic unit-oai-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-abot-epc-basic-0: 10:07:30 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-oai-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 10:07:30 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 10:07:31 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 10:07:31 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 10:07:31 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-oai-epc-0: 10:07:31 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-oai-hss-0: 10:07:31 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 10:07:31 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 10:07:31 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 10:07:31 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:07:31 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-epc-0: 10:07:31 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-161-generic unit-oai-epc-0: 10:07:31 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-161-generic unit-abot-epc-basic-0: 10:07:31 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: 10:07:31 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-oai-hss-0: 10:07:31 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-abot-epc-basic-0: 10:07:31 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-oai-epc-0: 10:07:31 DEBUG unit.oai-epc/0.install done unit-abot-epc-basic-0: 10:07:31 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: 10:07:32 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-oai-hss-0: 10:07:32 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: 10:07:32 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:07:32 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-oai-hss-0: 10:07:32 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:07:32 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: 10:07:32 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 10:07:32 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 10:07:32 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 10:07:32 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 10:07:32 INFO juju.worker.uniter.context trying to kill context process 4342 unit-oai-epc-0: 10:07:32 INFO juju.worker.uniter.context waiting for context process 4342 to die unit-abot-epc-basic-0: 10:07:32 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-oai-epc-0: 10:07:32 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 10:07:32 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 10:07:32 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 10:07:32 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: 10:07:32 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-oai-hss-0: 10:07:32 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 10:07:32 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 10:07:32 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:07:32 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-epc-0: 10:07:32 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 10:07:32 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 10:07:32 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:07:32 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 10:07:32 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 10:07:32 DEBUG juju.worker.uniter juju-run listener stopped unit-abot-epc-basic-0: 10:07:32 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: 10:07:32 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:07:33 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-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:07:33 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: 10:07:33 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-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:33 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: 10:07:33 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 10:07:33 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: 10:07:33 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install Reading state information... machine-2: 10:07:33 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 10:07:33 DEBUG juju.machinelock acquire machine lock for reboot (reboot) machine-2: 10:07:33 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-2: 10:07:33 DEBUG juju.worker.reboot machine lock will not be released manually machine-2: 10:07:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-2: 10:07:33 DEBUG juju.worker killing runner 0xc420474000 unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 10:07:33 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-oai-hss-0: 10:07:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:07:33 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 10:07:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-abot-epc-basic-0: 10:07:33 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-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-hss-0: 10:07:33 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 10:07:33 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslicot0 amd64 5.0+20101122-2 [1,002 kB] unit-abot-epc-basic-0: 10:07:34 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: 10:07:34 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: 10:07:34 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-0 amd64 2.18.1-2ubuntu1 [52.8 kB] unit-abot-epc-basic-0: 10:07:34 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: 10:07:34 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: 10:07:34 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: 10:07:34 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: 10:07:35 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: 10:07:35 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: 10:07:35 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: 10:07:35 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: 10:07:35 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-bin amd64 3.18.9-1ubuntu3.3 [53.7 kB] unit-abot-epc-basic-0: 10:07:36 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: 10:07:36 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: 10:07:36 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install Note: checking out 'v0.3.2'. unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install changes and commit them, and you can discard any commits you make in this unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install state without impacting any branches by performing another checkout. unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:36 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: 10:07:36 DEBUG unit.oai-hss/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install git checkout -b new_branch_name unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 10:07:36 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: 10:07:36 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 10:07:36 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-oai-hss-0: 10:07:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:07:36 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-161-generic unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-161-generic unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 10:07:36 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: 10:07:36 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 10:07:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:07:36 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 10:07:36 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-abot-epc-basic-0: 10:07:36 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-oai-hss-0: 10:07:37 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 10:07:37 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: 10:07:37 DEBUG unit.oai-hss/0.install --2018-11-09 10:07:37-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install 0K ....... 54.2M=0s unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install 2018-11-09 10:07:37 (54.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install --2018-11-09 10:07:37-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 10:07:37 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-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 366K 3s unit-abot-epc-basic-0: 10:07:37 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: 10:07:37 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 366K 3s unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 1.32M 2s unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 500K 2s unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 33.1M 1s unit-oai-hss-0: 10:07:37 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 50.2M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 375K 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 35.3M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 34.2M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 25.7M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 27.6M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 44.1M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 1.64M 0s unit-abot-epc-basic-0: 10:07:38 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-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 505K 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 38.2M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 37.9M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 34.9M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 43.8M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 61.1M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 115M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 341M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 451M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 48.6M=0.7s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2018-11-09 10:07:38 (1.60 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install --2018-11-09 10:07:38-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 10:07:38 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-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 171M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 135M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 68.0M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 78.0M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 66.6M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 73.1M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 79.9M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 69.5M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 62.1M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 78.5M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 73.6M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 119M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 373M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 393M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 428M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 56.6M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 41.9M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 62.8M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 384M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 337M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 329M 0s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 62.5M 0s unit-abot-epc-basic-0: 10:07:38 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: 10:07:38 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 399K 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 58.1M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 53.4M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 70.7M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 91.6M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 55.8M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 49.5M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 59.2M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 54.8M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 54.7M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 54.0M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 53.7M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 59.0M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 56.8M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 56.9M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 52.5M 1s unit-abot-epc-basic-0: 10:07:38 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: 10:07:38 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-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 178K 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 124M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 53.5M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 78.8M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 53.5M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 59.2M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 113M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 80.0M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 107M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 132M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 141M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 108M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 99.6M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 239M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 500M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 556M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 504M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 593M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 534M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 605M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 533M 2s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 603M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 618M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 622M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 531M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 629M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 597M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 510M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 501M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 572M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 520M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 590M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 482M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 542M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 574M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 607M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 502M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 611M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 488M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 563M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 511M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 523M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 609M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 610M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 509M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 576M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 595M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 622M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 519M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 619M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 575M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 586M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 544M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 600M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 610M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 624M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 517M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 607M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 596M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 590M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 30.7M 1s unit-abot-epc-basic-0: 10:07:38 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-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 399K 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 40.0M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 54.0M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 46.4M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 61.1M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 39.9M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 59.2M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 55.1M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 62.3M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 52.6M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 51.7M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 46.0M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 53.0M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 54.7M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 50.6M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 45.4M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 53.4M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 66.7M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 99.6M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 54.0M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 72.5M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 70.5M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 71.5M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 94.7M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 139M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 128M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 145M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 116M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 131M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 174M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 153M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 132M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 132M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 178M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 143M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 112M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 160M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 114M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 213M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 31.4M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 57.1M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 102M 1s unit-oai-hss-0: 10:07:38 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 94.4M 1s unit-abot-epc-basic-0: 10:07:39 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: 10:07:39 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 461K 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 38.4M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 52.0M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 83.6M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 102M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 26.3M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 64.3M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 47.7M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 59.7M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 69.8M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 79.8M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 63.9M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 162M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 111M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 107M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 52.5M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 51.3M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 87.1M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 60.5M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 88.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 52.0M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 79.1M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 58.7M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 73.5M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 59.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 94.2M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 75.4M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 77.0M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 55.9M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 56.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 79.4M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 94.7M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 86.7M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 137M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 565M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 613M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 471M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 54.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 65.3M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 26.8M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 73.1M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 74.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 471K 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 23.8M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 75.2M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 50.5M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 96.5M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 37.4M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 50.1M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 53.7M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 57.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 70.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 63.8M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 69.0M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 109M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 56.7M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 95.4M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 56.1M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 54.2M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 57.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 100M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 86.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 74.0M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 56.5M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 118M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 140M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 144M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 53.9M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 52.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 93.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 110M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 64.0M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 98.0M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 63.4M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 64.2M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 66.9M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 60.3M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 73.7M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 71.1M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 83.5M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 94.9M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 68.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 78.1M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 66.4M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 69.8M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 469K 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 44.3M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 33.2M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 46.0M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 114M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 43.4M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 63.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 51.9M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 63.3M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 74.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 130M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 53.4M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 80.8M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 53.9M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 44.3M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 63.4M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 50.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 52.3M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 60.0M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 49.3M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 52.1M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 63.3M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 48.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 54.6M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 63.5M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 59.0M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 51.4M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 53.7M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 63.0M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 39.2M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 54.7M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 146M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 59.8M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 59.8M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 63.3M=1.0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2018-11-09 10:07:39 (12.7 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install --2018-11-09 10:07:39-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 112M 0s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 32.7M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 31.8M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 73.5M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 48.7M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 86.8M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 55.4M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 57.3M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 67.7M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 70.4M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 94.7M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 72.2M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 74.4M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 69.4M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 105M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 92.4M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 65.3M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 78.4M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 68.1M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 108M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 114M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 59.6M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 71.0M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 111M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 92.2M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 55.9M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 73.8M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 177M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 319M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 309M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 387M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 407M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 344M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 313M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 464M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 320M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 418M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 360M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 45.4M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 56.0M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 73.4M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 70.4M 1s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 445K 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 63.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 25.7M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 41.6M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 61.6M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 54.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 60.5M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 53.1M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 57.8M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 58.1M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 62.1M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 81.2M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 111M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 91.6M 3s unit-abot-epc-basic-0: 10:07:39 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-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 99.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 51.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 94.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 101M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 66.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 80.6M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 68.7M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 58.1M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 54.5M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 60.5M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 72.7M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 86.4M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 50.1M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 54.5M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 111M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 243M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 314M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 304M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 345M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 417M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 368M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 262M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 329M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 359M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 424M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 322M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 346M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 45.0M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 81.5M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 449K 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 31.1M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 28.8M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 58.5M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 46.1M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 57.7M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 56.4M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 51.8M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 48.2M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 51.2M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 62.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 74.2M 3s unit-abot-epc-basic-0: 10:07:39 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-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 48.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 73.4M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 56.6M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 70.0M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 63.8M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 64.5M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 69.5M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 129M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 262M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 321M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 336M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 331M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 307M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 361M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 354M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 393M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 48.8M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 46.7M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 44.1M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 40.8M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 46.3M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 56.7M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 57.7M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 66.0M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 220M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 496M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 525M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 516M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 504M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 601M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 457K 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 43.1M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 34.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 35.1M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 60.5M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 21.7M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 50.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 82.0M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 86.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 110M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 72.1M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 92.1M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 80.0M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 125M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 60.8M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 95.9M 3s unit-abot-epc-basic-0: 10:07:39 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-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 85.4M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 71.7M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 53.1M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 59.2M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 51.8M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 46.7M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 85.5M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 47.6M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 73.2M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 41.8M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 75.7M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 72.6M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 56.5M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 49.9M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 90.4M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 47.3M 3s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 72.3M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 53.6M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 49.4M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 59.7M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 84.3M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 47.8M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 68.8M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 110M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 139M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 191M 2s unit-oai-hss-0: 10:07:39 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 440M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 483K 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 31.6M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 29.5M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 75.4M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 24.7M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 48.5M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 66.4M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 59.8M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 84.4M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 89.6M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 69.8M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 77.1M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 90.1M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 456M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 76.5M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 31.7M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 99.4M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 71.9M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 67.4M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 58.3M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 65.3M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 46.1M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 38.2M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 56.0M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 64.8M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 70.7M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 55.3M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 69.2M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 49.4M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 55.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 48.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 44.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 77.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 61.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 49.1M 2s unit-abot-epc-basic-0: 10:07:40 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-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 53.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 55.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 44.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 119M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 197M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 464M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 538M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 489K 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 35.1M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 26.6M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 48.8M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 66.2M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 22.6M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 56.7M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 61.2M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 89.7M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 57.3M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 58.1M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 65.2M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 78.0M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 83.4M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 67.0M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 54.8M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 68.5M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 62.0M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 60.5M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 75.5M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 98.8M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 458M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 34.4M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 44.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 50.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 68.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 36.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 54.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 58.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 53.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 93.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 44.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 91.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 51.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 63.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 64.7M 2s unit-abot-epc-basic-0: 10:07:40 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: 10:07:40 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 51.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 117M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 362M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 39.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 56.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 128M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 160M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 492K 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 31.4M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 28.1M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 83.7M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 22.3M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 46.3M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 74.2M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 84.2M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 65.5M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 47.7M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 70.1M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 57.5M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 66.2M 3s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 73.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 77.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 64.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 78.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 87.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 79.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 49.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 126M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 53.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 37.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 57.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 81.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 47.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 49.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 60.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 97.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 46.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 39.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 44.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 47.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 50.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 49.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 46.3M 2s unit-abot-epc-basic-0: 10:07:40 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-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 44.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 45.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 49.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 72.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 83.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 94.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 68.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 502K 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 28.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 44.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 31.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 33.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 50.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 46.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 51.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 47.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 55.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 42.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 48.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 46.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 46.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 33.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 115M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 304M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 207M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 163M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 296M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 219M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 245M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 38.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 35.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 26.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 27.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 44.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 43.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 38.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 37.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 47.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 39.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 43.1M 2s unit-abot-epc-basic-0: 10:07:40 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 35.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 51.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 121M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 204M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 187M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 174M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 310M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 271M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 277M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 505K 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 30.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 30.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 49.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 31.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 41.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 45.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 47.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 47.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 46.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 54.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 45.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 41.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 47.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 48.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 49.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 45.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 55.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 45.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 42.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 45.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 49.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 52.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 49.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 45.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 51.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 51.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 46.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 50.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 52.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 51.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 52.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 52.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 53.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 45.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 50.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 57.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 67.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 68.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 90.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 84.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 71.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 83.0M 2s unit-abot-epc-basic-0: 10:07:40 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-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 525K 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 18.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 45.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 19.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 46.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 122M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 137M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 102M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 49.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 62.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 50.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 54.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 47.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 151M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 226M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 235M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 51.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 55.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 51.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 52.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 52.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 38.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 58.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 59.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 54.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 59.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 62.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 65.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 52.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 98.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 77.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 70.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 69.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 71.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 61.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 34.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 62.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 62.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 29.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 42.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 72.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 104M 2s unit-abot-epc-basic-0: 10:07:40 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord-data all 1.2.12-1ubuntu1 [111 kB] unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 660K 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 1.98M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 18.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 48.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 26.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 62.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 55.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 58.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 136M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 72.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 60.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 81.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 83.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 41.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 71.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 47.5M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 81.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 73.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 95.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 51.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 35.8M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 54.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 65.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 56.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 61.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 88.9M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 244M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 79.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 71.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 36.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 41.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 79.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 55.3M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 70.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 75.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 45.6M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 43.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 62.4M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 62.7M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 24.2M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 66.1M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 85.0M 2s unit-oai-hss-0: 10:07:40 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 51.9M 2s unit-abot-epc-basic-0: 10:07:40 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-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 507K 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 37.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 18.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 73.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 22.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 52.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 60.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 82.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 63.0M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 70.8M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 76.5M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 104M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 66.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 42.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 79.8M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 51.5M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 36.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 90.9M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 39.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 62.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 55.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 65.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 61.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 101M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 77.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 112M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 73.5M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 8.31M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 87.5M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 69.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 79.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 345M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 379M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 76.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 52.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 47.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 77.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 147M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 129M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 79.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 68.5M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 96.8M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 42.7M 2s unit-abot-epc-basic-0: 10:07:41 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gettext amd64 0.19.7-2ubuntu3 [1,076 kB] unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 509K 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 16.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 47.8M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 42.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 27.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 43.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 69.3M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 60.5M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 62.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 71.3M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 58.5M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 340M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 112M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 42.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 56.3M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 81.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 27.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 49.3M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 51.3M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 41.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 83.0M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 127M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 291M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 249M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 130M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 44.1M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 57.3M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 8.82M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 41.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 136M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 298M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 40.9M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 46.0M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 39.0M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 146M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 427M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 369M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 139M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 43.0M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 52.1M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 59.8M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 135M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 673K 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 2.03M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 13.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 40.1M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 43.0M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 50.8M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 49.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 55.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 69.3M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 76.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 88.1M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 84.3M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 134M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 62.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 57.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 41.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 38.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 57.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 61.3M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 80.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 59.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 105M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 94.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 70.5M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 102M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 93.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 81.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 48.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 8.02M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 76.5M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 95.2M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 64.1M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 56.8M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 133M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 92.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 80.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 85.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 102M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 90.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 65.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 110M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 83.9M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 95.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 508K 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 37.4M 2s unit-abot-epc-basic-0: 10:07:41 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-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 14.8M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 35.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 50.4M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 49.6M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 30.7M 2s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 93.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 70.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 96.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 79.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 126M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 74.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 42.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 61.9M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 60.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 48.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 59.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 96.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 16.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 213M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 261M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 337M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 255M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 83.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 32.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 43.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 11.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 41.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 51.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 49.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 50.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 86.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 150M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 87.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 59.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 108M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 76.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 82.9M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 53.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 85.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 193M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 1.37M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 806K 1s unit-abot-epc-basic-0: 10:07:41 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-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 12.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 46.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 42.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 53.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 28.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 60.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 57.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 58.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 130M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 286M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 52.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 50.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 61.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 57.9M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 62.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 69.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 41.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 97.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 18.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 49.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 53.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 47.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 110M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 265M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 326M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 380M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 11.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 48.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 49.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 46.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 49.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 48.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 48.9M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 41.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 42.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 41.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 65.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 118M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 81.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 71.9M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 78.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 1.48M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 808K 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 12.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 41.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 45.8M 1s unit-abot-epc-basic-0: 10:07:41 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-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 53.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 31.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 44.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 44.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 65.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 58.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 40.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 44.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 61.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 56.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 51.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 76.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 76.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 106M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 45.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 54.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 60.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 34.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 46.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 68.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 83.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 65.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 74.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 22.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 40.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 51.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 43.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 47.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 56.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 50.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 48.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 45.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 47.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 51.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 96.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 384M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 371M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 431M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 523K 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 42.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 14.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 32.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 44.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 48.1M 1s unit-abot-epc-basic-0: 10:07:41 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-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 33.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 39.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 44.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 39.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 38.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 44.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 48.9M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 43.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 52.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 79.5M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 69.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 49.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 62.1M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 46.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 40.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 48.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 49.0M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 82.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 62.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 76.9M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 96.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 50.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 44.9M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 60.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 77.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 44.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 40.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 48.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 45.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 49.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 44.7M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 47.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 59.6M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 104M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 75.4M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 93.8M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 1.49M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 810K 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 33.2M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 14.3M 1s unit-oai-hss-0: 10:07:41 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 34.6M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 47.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 49.4M 1s unit-abot-epc-basic-0: 10:07:42 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-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 29.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 46.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 52.6M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 40.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 80.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 87.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 70.6M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 53.8M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 47.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 63.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 50.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 65.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 80.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 53.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 37.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 52.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 58.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 48.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 55.7M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 69.7M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 108M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 22.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 40.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 50.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 56.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 52.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 52.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 65.8M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 83.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 52.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 115M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 91.6M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 52.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 46.6M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 58.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 63.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 1.43M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 807K 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 14.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 42.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 33.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 50.7M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 34.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 43.1M 1s unit-abot-epc-basic-0: 10:07:42 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-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 52.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 56.7M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 57.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 49.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 63.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 54.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 52.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 47.6M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 68.8M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 145M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 260M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 52.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 27.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 47.8M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 56.6M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 44.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 44.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 55.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 65.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 60.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 30.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 40.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 48.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 58.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 43.8M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 55.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 61.6M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 58.8M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 52.8M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 52.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 60.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 71.7M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 57.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 89.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 145M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 691K 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 2.07M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 14.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 28.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 43.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 44.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 36.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 39.9M 1s unit-abot-epc-basic-0: 10:07:42 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-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 45.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 54.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 58.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 55.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 36.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 55.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 52.6M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 59.7M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 62.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 53.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 57.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 58.7M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 54.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 65.8M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 70.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 92.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 58.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 71.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 345M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 26.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 31.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 36.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 54.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 57.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 48.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 52.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 62.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 53.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 45.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 53.6M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 64.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 48.7M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 58.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 87.9M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 94.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 530K 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 19.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 26.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 31.8M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 38.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 35.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 37.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 50.1M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 49.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 55.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 49.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 55.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 39.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 56.0M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 48.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 56.5M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 56.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 60.4M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 50.3M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 52.8M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 65.2M 1s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 145M 0s unit-abot-epc-basic-0: 10:07:42 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-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 79.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 55.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 53.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 48.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 70.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 54.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 25.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 43.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 57.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 54.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 62.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 36.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 69.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 53.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 57.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 54.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 69.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 57.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 80.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 155M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 1.45M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 809K 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 16.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 35.1M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 36.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 34.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 36.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 32.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 58.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 46.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 52.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 57.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 36.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 59.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 53.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 58.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 70.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 59.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 57.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 54.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 55.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 47.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 49.9M 0s unit-abot-epc-basic-0: 10:07:42 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: 10:07:42 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 55.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 64.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 49.1M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 59.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 60.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 27.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 41.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 45.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 46.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 54.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 48.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 44.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 50.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 47.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 57.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 55.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 75.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 60.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 45.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 61.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 716K 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 2.08M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 13.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 37.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 44.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 43.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 36.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 26.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 60.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 49.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 60.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 60.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 8.94M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 161M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 575M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 563M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 545M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 490M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 107M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 58.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 51.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 51.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 67.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 44.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 41.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 51.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 57.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 32.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 45.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 36.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 49.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 41.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 60.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 41.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 44.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 80.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 54.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 109M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 78.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 76.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 57.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 36.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 74.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 713K 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 1.96M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 23.1M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 35.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 48.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 51.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 31.1M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 29.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 60.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 72.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 35.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 61.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 9.02M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 56.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 107M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 81.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 71.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 77.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 92.2M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 93.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 91.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 116M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 61.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 43.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 88.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 45.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 51.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 35.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 28.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 39.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 45.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 34.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 66.3M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 83.9M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 169M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 108M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 63.1M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 93.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 73.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 170M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 56.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 42.6M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 27.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 725K 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 2.02M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 15.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 39.8M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 44.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 52.4M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 41.0M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 24.7M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 67.5M 0s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 53750K ...... 100% 15.6M=3.4s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install 2018-11-09 10:07:42 (15.3 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install FINISHED --2018-11-09 10:07:42-- unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install Total wall clock time: 5.8s unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 5.1s (13.0 MB/s) unit-oai-hss-0: 10:07:42 DEBUG unit.oai-hss/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-abot-epc-basic-0: 10:07:43 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc4 amd64 5.4.0-6ubuntu1~16.04.10 [111 kB] unit-abot-epc-basic-0: 10:07:43 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [380 kB] unit-oai-hss-0: 10:07:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 10:07:43 DEBUG unit.oai-hss/0.install (Reading database ... 53457 files and directories currently installed.) unit-oai-hss-0: 10:07:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 10:07:43 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: 10:07:43 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:07:43 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 doxygen amd64 1.8.11-1 [3,679 kB] unit-abot-epc-basic-0: 10:07:43 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: 10:07:43 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: 10:07:44 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: 10:07:44 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: 10:07:44 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lmodern all 2.004.5-1 [4,553 kB] unit-abot-epc-basic-0: 10:07:44 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gccxml amd64 0.9.0+git20140716-6 [3,380 kB] unit-abot-epc-basic-0: 10:07:45 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf2-common all 3.2.6-3ubuntu6 [21.0 kB] unit-abot-epc-basic-0: 10:07:45 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgconf-2-4 amd64 3.2.6-3ubuntu6 [84.6 kB] unit-abot-epc-basic-0: 10:07:45 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service-backend amd64 3.2.6-3ubuntu6 [57.5 kB] unit-abot-epc-basic-0: 10:07:45 DEBUG unit.abot-epc-basic/0.install Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service amd64 3.2.6-3ubuntu6 [2,046 B] unit-abot-epc-basic-0: 10:07:45 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: 10:07:45 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-oai-hss-0: 10:07:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 10:07:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-abot-epc-basic-0: 10:07:46 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: 10:07:46 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-oai-hss-0: 10:07:46 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:07:46 DEBUG unit.abot-epc-basic/0.install Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [291 kB] unit-abot-epc-basic-0: 10:07:46 DEBUG unit.abot-epc-basic/0.install Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gfortran-5 amd64 5.4.0-6ubuntu1~16.04.10 [8,043 kB] unit-abot-epc-basic-0: 10:07:47 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: 10:07:47 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: 10:07:47 DEBUG unit.abot-epc-basic/0.install Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsimage2 amd64 2.1.3-4ubuntu0.5 [16.1 kB] unit-abot-epc-basic-0: 10:07:47 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: 10:07:47 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: 10:07:47 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: 10:07:48 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.25~dfsg+1-0ubuntu0.16.04.2 [5,096 kB] unit-abot-epc-basic-0: 10:07:48 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.25~dfsg+1-0ubuntu0.16.04.2 [2,264 kB] unit-abot-epc-basic-0: 10:07:48 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: 10:07:48 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.25~dfsg+1-0ubuntu0.16.04.2 [47.3 kB] unit-abot-epc-basic-0: 10:07:49 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: 10:07:49 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: 10:07:49 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: 10:07:49 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: 10:07:49 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: 10:07:49 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: 10:07:49 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: 10:07:50 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: 10:07:50 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: 10:07:50 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: 10:07:50 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: 10:07:50 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: 10:07:50 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: 10:07:51 DEBUG unit.abot-epc-basic/0.install Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB] unit-abot-epc-basic-0: 10:07:51 DEBUG unit.abot-epc-basic/0.install Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvc6 amd64 2.38.0-12ubuntu2.1 [591 kB] unit-abot-epc-basic-0: 10:07:51 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: 10:07:51 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: 10:07:51 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: 10:07:51 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: 10:07:51 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: 10:07:52 DEBUG unit.abot-epc-basic/0.install Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtcl8.6 amd64 8.6.5+dfsg-2 [875 kB] unit-abot-epc-basic-0: 10:07:52 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: 10:07:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 10:07:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 10:07:52 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: 10:07:52 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 10:07:52 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:07:52 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: 10:07:52 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: 10:07:53 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: 10:07:53 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: 10:07:53 DEBUG unit.abot-epc-basic/0.install Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libncurses5-dev amd64 6.0+20160213-1ubuntu1 [175 kB] unit-abot-epc-basic-0: 10:07:53 DEBUG unit.abot-epc-basic/0.install Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libreadline6-dev amd64 6.3-8ubuntu2 [124 kB] unit-abot-epc-basic-0: 10:07:53 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: 10:07:53 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: 10:07:53 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: 10:07:54 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: 10:07:54 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: 10:07:54 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: 10:07:54 DEBUG unit.abot-epc-basic/0.install Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 hdf5-helpers amd64 1.8.16+docs-4ubuntu1.1 [12.5 kB] unit-abot-epc-basic-0: 10:07:54 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: 10:07:54 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: 10:07:55 DEBUG unit.abot-epc-basic/0.install Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute all 1:4.3.0-1ubuntu3.16.04.3 [2,430 B] unit-abot-epc-basic-0: 10:07:55 DEBUG unit.abot-epc-basic/0.install Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 iptables-dev amd64 1.6.0-2ubuntu3 [55.5 kB] unit-abot-epc-basic-0: 10:07:55 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: 10:07:55 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: 10:07:56 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: 10:07:56 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: 10:07:56 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: 10:07:56 DEBUG unit.abot-epc-basic/0.install Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3 [4,734 B] unit-abot-epc-basic-0: 10:07:56 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: 10:07:56 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: 10:07:57 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: 10:07:57 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: 10:07:57 DEBUG unit.abot-epc-basic/0.install Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-dev amd64 2.48.2-0ubuntu4.1 [1,379 kB] unit-abot-epc-basic-0: 10:07:58 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: 10:07:58 DEBUG unit.abot-epc-basic/0.install Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB] unit-abot-epc-basic-0: 10:07:58 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: 10:07:58 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: 10:07:58 DEBUG unit.abot-epc-basic/0.install Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes-dev amd64 1:5.0.1-2 [10.9 kB] unit-abot-epc-basic-0: 10:07:58 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: 10:07:58 DEBUG unit.abot-epc-basic/0.install Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-record-dev all 1.14.2-1 [33.6 kB] unit-abot-epc-basic-0: 10:07: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: 10:07: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: 10:07:59 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: 10:07:59 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: 10:07:59 DEBUG unit.abot-epc-basic/0.install Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-dev amd64 3.6.0-2ubuntu2 [153 kB] unit-abot-epc-basic-0: 10:08: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-abot-epc-basic-0: 10:08: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: 10:08: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-abot-epc-basic-0: 10:08: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: 10:08: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: 10:08: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-abot-epc-basic-0: 10:08:01 DEBUG unit.abot-epc-basic/0.install Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-render-dev all 2:0.11.1-2 [20.1 kB] unit-abot-epc-basic-0: 10:08: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: 10:08: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-abot-epc-basic-0: 10:08: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: 10:08: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: 10:08: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: 10:08: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-abot-epc-basic-0: 10:08:02 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: 10:08:02 DEBUG unit.abot-epc-basic/0.install Get:242 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolamd2.9.1 amd64 1:4.4.6-1 [15.7 kB] unit-abot-epc-basic-0: 10:08:02 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: 10:08:02 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: 10:08:02 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: 10:08:02 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:08:02 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: 10:08:02 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: 10:08:02 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:08:03 DEBUG unit.abot-epc-basic/0.install Get:248 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcxsparse3.1.4 amd64 1:4.4.6-1 [62.8 kB] unit-abot-epc-basic-0: 10:08:03 DEBUG unit.abot-epc-basic/0.install Get:249 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-dev amd64 2.4.91-2~16.04.1 [232 kB] unit-abot-epc-basic-0: 10:08:03 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: 10:08:03 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: 10:08:03 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 10:08:03 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-oai-hss-0: 10:08:03 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 10:08:03 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 10:08:03 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:08:03 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:08:03 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 10:08:03 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: 10:08:04 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: 10:08:04 DEBUG unit.abot-epc-basic/0.install Get:255 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage-dev amd64 1:1.1.4-2 [5,028 B] unit-abot-epc-basic-0: 10:08:04 DEBUG unit.abot-epc-basic/0.install Get:256 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26.9 kB] unit-abot-epc-basic-0: 10:08:04 DEBUG unit.abot-epc-basic/0.install Get:257 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0-dev amd64 1.11.1-1ubuntu1 [8,384 B] unit-abot-epc-basic-0: 10:08:04 DEBUG unit.abot-epc-basic/0.install Get:258 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-dev amd64 1.11.1-1ubuntu1 [5,752 B] unit-abot-epc-basic-0: 10:08:04 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: 10:08:04 DEBUG unit.abot-epc-basic/0.install Get:260 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6,900 B] unit-abot-epc-basic-0: 10:08:04 DEBUG unit.abot-epc-basic/0.install Get:261 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11.2 kB] unit-abot-epc-basic-0: 10:08:05 DEBUG unit.abot-epc-basic/0.install Get:262 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10.1 kB] unit-abot-epc-basic-0: 10:08:05 DEBUG unit.abot-epc-basic/0.install Get:263 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6,618 B] unit-abot-epc-basic-0: 10:08:05 DEBUG unit.abot-epc-basic/0.install Get:264 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3,676 B] unit-abot-epc-basic-0: 10:08:05 DEBUG unit.abot-epc-basic/0.install Get:265 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2.1 [9,718 B] unit-abot-epc-basic-0: 10:08:05 DEBUG unit.abot-epc-basic/0.install Get:266 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-bin amd64 1.12.0-1~ubuntu16.04.3 [18.4 kB] unit-abot-epc-basic-0: 10:08:05 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: 10:08:05 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: 10:08:06 DEBUG unit.abot-epc-basic/0.install Get:269 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf9v5 amd64 2.6.1-1.3 [326 kB] unit-abot-epc-basic-0: 10:08:06 DEBUG unit.abot-epc-basic/0.install Get:270 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-dev amd64 2.6.1-1.3 [473 kB] unit-abot-epc-basic-0: 10:08:06 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: 10:08:06 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: 10:08:06 DEBUG unit.abot-epc-basic/0.install Get:273 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie2 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [22.5 kB] unit-abot-epc-basic-0: 10:08:06 DEBUG unit.abot-epc-basic/0.install Get:274 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [5,152 B] unit-abot-epc-basic-0: 10:08:06 DEBUG unit.abot-epc-basic/0.install Get:275 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [42.6 kB] unit-abot-epc-basic-0: 10:08:07 DEBUG unit.abot-epc-basic/0.install Get:276 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [19.9 kB] unit-abot-epc-basic-0: 10:08:07 DEBUG unit.abot-epc-basic/0.install Get:277 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] unit-abot-epc-basic-0: 10:08:07 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: 10:08:07 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: 10:08:07 DEBUG unit.abot-epc-basic/0.install Get:280 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-dev amd64 3.3.4-2ubuntu1 [2,104 kB] unit-abot-epc-basic-0: 10:08:07 DEBUG unit.abot-epc-basic/0.install Get:281 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB] unit-abot-epc-basic-0: 10:08:08 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: 10:08:08 DEBUG unit.abot-epc-basic/0.install Get:283 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] unit-abot-epc-basic-0: 10:08:08 DEBUG unit.abot-epc-basic/0.install Get:284 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB] unit-abot-epc-basic-0: 10:08:08 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: 10:08:08 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: 10:08:08 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: 10:08:08 DEBUG unit.abot-epc-basic/0.install Get:288 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk1.3 amd64 1.3.3-7 [501 kB] unit-abot-epc-basic-0: 10:08:09 DEBUG unit.abot-epc-basic/0.install Get:289 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk-gl1.3 amd64 1.3.3-7 [39.5 kB] unit-abot-epc-basic-0: 10:08:09 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: 10:08:09 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: 10:08:09 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: 10:08:09 DEBUG unit.abot-epc-basic/0.install Get:293 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-bin amd64 1.2.3-1.2 [131 kB] unit-abot-epc-basic-0: 10:08:09 DEBUG unit.abot-epc-basic/0.install Get:294 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm-dev amd64 1:3.5.11-1ubuntu0.16.04.1 [86.7 kB] unit-abot-epc-basic-0: 10:08:09 DEBUG unit.abot-epc-basic/0.install Get:295 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-dev amd64 1.2.3-1.2 [677 kB] unit-abot-epc-basic-0: 10:08:09 DEBUG unit.abot-epc-basic/0.install Get:296 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgpg-error-dev amd64 1.21-2ubuntu1 [68.2 kB] unit-abot-epc-basic-0: 10:08:10 DEBUG unit.abot-epc-basic/0.install Get:297 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt20-dev amd64 1.6.5-2ubuntu0.5 [380 kB] unit-abot-epc-basic-0: 10:08:10 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-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 10:08:10 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: 10:08:10 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-abot-epc-basic-0: 10:08:10 DEBUG unit.abot-epc-basic/0.install Get:300 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3 [125 kB] unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-161-generic unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 10:08:10 DEBUG unit.abot-epc-basic/0.install Get:301 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3 [141 kB] unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:08:10 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 10:08:10 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: 10:08:11 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-161-generic unit-oai-hss-0: 10:08:11 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-161-generic unit-abot-epc-basic-0: 10:08:11 DEBUG unit.abot-epc-basic/0.install Get:303 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libglpk36 amd64 4.57-1build3 [386 kB] unit-abot-epc-basic-0: 10:08:11 DEBUG unit.abot-epc-basic/0.install Get:304 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-l10n all 2.5.9-3 [11.1 kB] unit-abot-epc-basic-0: 10:08:11 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: 10:08:11 DEBUG unit.oai-hss/0.install done unit-abot-epc-basic-0: 10:08:12 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: 10:08:12 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 10:08:12 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-abot-epc-basic-0: 10:08:12 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: 10:08:12 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 10:08:12 INFO juju.worker.uniter.context trying to kill context process 4329 unit-oai-hss-0: 10:08:12 INFO juju.worker.uniter.context waiting for context process 4329 to die unit-oai-hss-0: 10:08:12 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 10:08:12 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 10:08:12 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 10:08:12 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] machine-3: 10:08:12 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 10:08:12 DEBUG juju.machinelock acquire machine lock for reboot (reboot) unit-oai-hss-0: 10:08:12 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 10:08:12 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 10:08:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:08:12 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 10:08:12 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 10:08:12 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 10:08:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 10:08:12 DEBUG unit.abot-epc-basic/0.install Get:309 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libgraphicsmagick++-q16-12 amd64 1.3.23-1ubuntu0.1 [101 kB] unit-abot-epc-basic-0: 10:08:13 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] machine-3: 10:08:13 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-3: 10:08:13 DEBUG juju.worker.reboot machine lock will not be released manually unit-abot-epc-basic-0: 10:08:13 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: 10:08:13 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: 10:08:13 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: 10:08:13 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: 10:08:13 DEBUG unit.abot-epc-basic/0.install Get:315 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xinerama-dev all 1.2.1-2 [4,966 B] unit-abot-epc-basic-0: 10:08:13 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: 10:08:14 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: 10:08:14 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: 10:08:14 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: 10:08:14 DEBUG unit.abot-epc-basic/0.install Get:320 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-composite-dev all 1:0.4.2-2 [10.5 kB] unit-abot-epc-basic-0: 10:08:14 DEBUG unit.abot-epc-basic/0.install Get:321 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite-dev amd64 1:0.4.4-1 [9,954 B] unit-abot-epc-basic-0: 10:08:14 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: 10:08:14 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: 10:08:15 DEBUG unit.abot-epc-basic/0.install Get:324 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsz2 amd64 0.3.2-1 [5,048 B] unit-abot-epc-basic-0: 10:08:15 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: 10:08:15 DEBUG unit.abot-epc-basic/0.install Get:326 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-cpp-11 amd64 1.8.16+docs-4ubuntu1.1 [102 kB] unit-abot-epc-basic-0: 10:08:15 DEBUG unit.abot-epc-basic/0.install Get:327 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8-dev amd64 1.4.2-0ubuntu3.1 [254 kB] unit-abot-epc-basic-0: 10:08:15 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: 10:08:16 DEBUG unit.abot-epc-basic/0.install Get:329 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] unit-abot-epc-basic-0: 10:08:16 DEBUG unit.abot-epc-basic/0.install Get:330 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec-dev amd64 0.3.2-1 [16.6 kB] unit-abot-epc-basic-0: 10:08:16 DEBUG unit.abot-epc-basic/0.install Get:331 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-dev amd64 1.8.16+docs-4ubuntu1.1 [5,005 kB] unit-abot-epc-basic-0: 10:08:16 DEBUG unit.abot-epc-basic/0.install Get:332 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] unit-abot-epc-basic-0: 10:08:16 DEBUG unit.abot-epc-basic/0.install Get:333 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] unit-abot-epc-basic-0: 10:08:17 DEBUG unit.abot-epc-basic/0.install Get:334 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] unit-abot-epc-basic-0: 10:08:17 DEBUG unit.abot-epc-basic/0.install Get:335 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] unit-abot-epc-basic-0: 10:08:17 DEBUG unit.abot-epc-basic/0.install Get:336 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] unit-abot-epc-basic-0: 10:08:17 DEBUG unit.abot-epc-basic/0.install Get:337 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] unit-abot-epc-basic-0: 10:08:17 DEBUG unit.abot-epc-basic/0.install Get:338 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB] unit-abot-epc-basic-0: 10:08:17 DEBUG unit.abot-epc-basic/0.install Get:339 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB] unit-abot-epc-basic-0: 10:08:17 DEBUG unit.abot-epc-basic/0.install Get:340 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB] unit-abot-epc-basic-0: 10:08:18 DEBUG unit.abot-epc-basic/0.install Get:341 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] unit-abot-epc-basic-0: 10:08:18 DEBUG unit.abot-epc-basic/0.install Get:342 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] unit-abot-epc-basic-0: 10:08:18 DEBUG unit.abot-epc-basic/0.install Get:343 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu-dev amd64 55.1-7ubuntu0.4 [8,566 kB] unit-abot-epc-basic-0: 10:08:18 DEBUG unit.abot-epc-basic/0.install Get:344 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11-dev amd64 1.32-3ubuntu1.2 [518 kB] unit-abot-epc-basic-0: 10:08:18 DEBUG unit.abot-epc-basic/0.install Get:345 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB] unit-abot-epc-basic-0: 10:08:19 DEBUG unit.abot-epc-basic/0.install Get:346 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB] unit-abot-epc-basic-0: 10:08:19 DEBUG unit.abot-epc-basic/0.install Get:347 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjack-jackd2-0 amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 [140 kB] unit-abot-epc-basic-0: 10:08:19 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: 10:08:19 DEBUG unit.abot-epc-basic/0.install Get:349 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkpathsea6 amd64 2015.20160222.37495-1ubuntu0.1 [55.2 kB] unit-abot-epc-basic-0: 10:08:19 DEBUG unit.abot-epc-basic/0.install Get:350 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB] unit-abot-epc-basic-0: 10:08:19 DEBUG unit.abot-epc-basic/0.install Get:351 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] unit-abot-epc-basic-0: 10:08:20 DEBUG unit.abot-epc-basic/0.install Get:352 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB] unit-abot-epc-basic-0: 10:08:20 DEBUG unit.abot-epc-basic/0.install Get:353 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8,682 B] unit-abot-epc-basic-0: 10:08:20 DEBUG unit.abot-epc-basic/0.install Get:354 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagick++-6.q16-5v5 amd64 8:6.8.9.9-7ubuntu5.13 [136 kB] unit-abot-epc-basic-0: 10:08:20 DEBUG unit.abot-epc-basic/0.install Get:355 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] unit-abot-epc-basic-0: 10:08:20 DEBUG unit.abot-epc-basic/0.install Get:356 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-abot-epc-basic-0: 10:08:20 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: 10:08:20 DEBUG unit.abot-epc-basic/0.install Get:358 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB] unit-abot-epc-basic-0: 10:08:21 DEBUG unit.abot-epc-basic/0.install Get:359 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-common all 5.7.24-0ubuntu0.16.04.1 [15.3 kB] unit-abot-epc-basic-0: 10:08:21 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: 10:08:21 DEBUG unit.abot-epc-basic/0.install Get:361 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient-dev amd64 5.7.24-0ubuntu0.16.04.1 [1,162 kB] unit-abot-epc-basic-0: 10:08:21 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: 10:08:21 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: 10:08:21 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: 10:08:21 DEBUG unit.abot-epc-basic/0.install Get:365 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa amd64 9.0.0-2.1 [168 kB] unit-abot-epc-basic-0: 10:08:22 DEBUG unit.abot-epc-basic/0.install Get:366 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libumfpack5.7.1 amd64 1:4.4.6-1 [223 kB] unit-abot-epc-basic-0: 10:08:22 DEBUG unit.abot-epc-basic/0.install Get:367 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave3 amd64 4.0.0-3ubuntu9.2 [6,899 kB] unit-abot-epc-basic-0: 10:08:22 DEBUG unit.abot-epc-basic/0.install Get:368 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper-utils amd64 1.1.24+nmu4ubuntu1 [8,276 B] unit-abot-epc-basic-0: 10:08:22 DEBUG unit.abot-epc-basic/0.install Get:369 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] unit-abot-epc-basic-0: 10:08:22 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: 10:08:22 DEBUG unit.abot-epc-basic/0.install Get:371 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplot2c2 amd64 2.6-3ubuntu1 [941 kB] unit-abot-epc-basic-0: 10:08:23 DEBUG unit.abot-epc-basic/0.install Get:372 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpoppler58 amd64 0.41.0-0ubuntu1.8 [756 kB] unit-abot-epc-basic-0: 10:08:23 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: 10:08:23 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: 10:08:23 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: 10:08:23 DEBUG unit.abot-epc-basic/0.install Get:376 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libptexenc1 amd64 2015.20160222.37495-1ubuntu0.1 [34.4 kB] unit-abot-epc-basic-0: 10:08:24 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: 10:08:24 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: 10:08:24 DEBUG unit.abot-epc-basic/0.install Get:379 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtcore4-l10n all 4:4.8.7+dfsg-5ubuntu2 [620 kB] unit-abot-epc-basic-0: 10:08:24 DEBUG unit.abot-epc-basic/0.install Get:380 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtcore4 amd64 4:4.8.7+dfsg-5ubuntu2 [1,552 kB] unit-abot-epc-basic-0: 10:08:24 DEBUG unit.abot-epc-basic/0.install Get:381 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xml amd64 4:4.8.7+dfsg-5ubuntu2 [96.3 kB] unit-abot-epc-basic-0: 10:08:24 DEBUG unit.abot-epc-basic/0.install Get:382 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtdbus4 amd64 4:4.8.7+dfsg-5ubuntu2 [186 kB] unit-abot-epc-basic-0: 10:08:24 DEBUG unit.abot-epc-basic/0.install Get:383 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-network amd64 4:4.8.7+dfsg-5ubuntu2 [561 kB] unit-abot-epc-basic-0: 10:08:25 DEBUG unit.abot-epc-basic/0.install Get:384 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-script amd64 4:4.8.7+dfsg-5ubuntu2 [814 kB] unit-abot-epc-basic-0: 10:08:25 DEBUG unit.abot-epc-basic/0.install Get:385 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-sql amd64 4:4.8.7+dfsg-5ubuntu2 [98.6 kB] unit-abot-epc-basic-0: 10:08:25 DEBUG unit.abot-epc-basic/0.install Get:386 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xmlpatterns amd64 4:4.8.7+dfsg-5ubuntu2 [1,091 kB] unit-abot-epc-basic-0: 10:08:25 DEBUG unit.abot-epc-basic/0.install Get:387 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-declarative amd64 4:4.8.7+dfsg-5ubuntu2 [1,090 kB] unit-abot-epc-basic-0: 10:08:25 DEBUG unit.abot-epc-basic/0.install Get:388 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtgui4 amd64 4:4.8.7+dfsg-5ubuntu2 [4,109 kB] unit-abot-epc-basic-0: 10:08:25 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: 10:08:26 DEBUG unit.abot-epc-basic/0.install Get:390 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtchooser amd64 52-gae5eeef-2build1~gcc5.2 [22.3 kB] unit-abot-epc-basic-0: 10:08:26 DEBUG unit.abot-epc-basic/0.install Get:391 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qdbus amd64 4:4.8.7+dfsg-5ubuntu2 [29.9 kB] unit-abot-epc-basic-0: 10:08:26 DEBUG unit.abot-epc-basic/0.install Get:392 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dbus amd64 4:4.8.7+dfsg-5ubuntu2 [6,436 B] unit-abot-epc-basic-0: 10:08:26 DEBUG unit.abot-epc-basic/0.install Get:393 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl amd64 4:4.8.7+dfsg-5ubuntu2 [301 kB] unit-abot-epc-basic-0: 10:08:26 DEBUG unit.abot-epc-basic/0.install Get:394 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqt4-sql-mysql amd64 4:4.8.7+dfsg-5ubuntu2 [30.5 kB] unit-abot-epc-basic-0: 10:08:26 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: 10:08:26 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: 10:08:26 DEBUG unit.abot-epc-basic/0.install Get:397 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.13 [1,342 kB] unit-abot-epc-basic-0: 10:08:27 DEBUG unit.abot-epc-basic/0.install Get:398 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.13 [1,079 kB] unit-abot-epc-basic-0: 10:08:27 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: 10:08:27 DEBUG unit.abot-epc-basic/0.install Get:400 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsynctex1 amd64 2015.20160222.37495-1ubuntu0.1 [41.8 kB] unit-abot-epc-basic-0: 10:08:27 DEBUG unit.abot-epc-basic/0.install Get:401 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6-dev amd64 4.7-3ubuntu0.16.04.3 [85.9 kB] unit-abot-epc-basic-0: 10:08:27 DEBUG unit.abot-epc-basic/0.install Get:402 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtexlua52 amd64 2015.20160222.37495-1ubuntu0.1 [90.7 kB] unit-abot-epc-basic-0: 10:08:28 DEBUG unit.abot-epc-basic/0.install Get:403 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtexluajit2 amd64 2015.20160222.37495-1ubuntu0.1 [213 kB] unit-abot-epc-basic-0: 10:08:28 DEBUG unit.abot-epc-basic/0.install Get:404 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libtext-unidecode-perl all 1.27-1 [103 kB] unit-abot-epc-basic-0: 10:08:28 DEBUG unit.abot-epc-basic/0.install Get:405 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB] unit-abot-epc-basic-0: 10:08:28 DEBUG unit.abot-epc-basic/0.install Get:406 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] unit-abot-epc-basic-0: 10:08:29 DEBUG unit.abot-epc-basic/0.install Get:407 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0-dev amd64 2:1.0.20-1 [58.5 kB] unit-abot-epc-basic-0: 10:08:29 DEBUG unit.abot-epc-basic/0.install Get:408 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-doc all 2:1.0.20-1 [160 kB] unit-abot-epc-basic-0: 10:08:29 DEBUG unit.abot-epc-basic/0.install Get:409 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-bin amd64 0.22-1~ubuntu16.04.1 [4,642 B] unit-abot-epc-basic-0: 10:08:29 DEBUG unit.abot-epc-basic/0.install Get:410 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-protocol-perl all 0.56-7 [149 kB] unit-abot-epc-basic-0: 10:08:29 DEBUG unit.abot-epc-basic/0.install Get:411 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-namespacesupport-perl all 1.11-1 [13.2 kB] unit-abot-epc-basic-0: 10:08:30 DEBUG unit.abot-epc-basic/0.install Get:412 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-base-perl all 1.07-1 [21.5 kB] unit-abot-epc-basic-0: 10:08:30 DEBUG unit.abot-epc-basic/0.install Get:413 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB] unit-abot-epc-basic-0: 10:08:30 DEBUG unit.abot-epc-basic/0.install Get:414 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml-libxml-perl amd64 2.0123+dfsg-1ubuntu0.1 [316 kB] unit-abot-epc-basic-0: 10:08:30 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: 10:08:30 DEBUG unit.abot-epc-basic/0.install Get:416 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-xpathengine-perl all 0.13-1 [37.1 kB] unit-abot-epc-basic-0: 10:08:30 DEBUG unit.abot-epc-basic/0.install Get:417 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2-dev amd64 2.9.3+dfsg1-1ubuntu0.6 [743 kB] unit-abot-epc-basic-0: 10:08:31 DEBUG unit.abot-epc-basic/0.install Get:418 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxslt1-dev amd64 1.1.28-2.1ubuntu0.1 [406 kB] unit-abot-epc-basic-0: 10:08:31 DEBUG unit.abot-epc-basic/0.install Get:419 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libzzip-0-13 amd64 0.13.62-3ubuntu0.16.04.2 [26.1 kB] unit-abot-epc-basic-0: 10:08:31 DEBUG unit.abot-epc-basic/0.install Get:420 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 lmodern all 2.004.5-1 [9,571 kB] unit-abot-epc-basic-0: 10:08:32 DEBUG unit.abot-epc-basic/0.install Get:421 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mesa-common-dev amd64 18.0.5-0ubuntu0~16.04.1 [543 kB] unit-abot-epc-basic-0: 10:08:32 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: 10:08:32 DEBUG unit.abot-epc-basic/0.install Get:423 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libosmesa6 amd64 18.0.5-0ubuntu0~16.04.1 [1,272 kB] unit-abot-epc-basic-0: 10:08:33 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: 10:08:33 DEBUG unit.abot-epc-basic/0.install Get:425 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave-common all 4.0.0-3ubuntu9.2 [1,282 kB] unit-abot-epc-basic-0: 10:08:33 DEBUG unit.abot-epc-basic/0.install Get:426 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave amd64 4.0.0-3ubuntu9.2 [1,474 kB] unit-abot-epc-basic-0: 10:08:33 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: 10:08:34 DEBUG unit.abot-epc-basic/0.install Get:428 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-signal amd64 1.3.2-1 [199 kB] unit-abot-epc-basic-0: 10:08:34 DEBUG unit.abot-epc-basic/0.install Get:429 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pstoedit amd64 3.70-1ubuntu2 [102 kB] unit-abot-epc-basic-0: 10:08:34 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: 10:08:34 DEBUG unit.abot-epc-basic/0.install Get:431 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qt-at-spi amd64 0.4.0-3 [58.0 kB] unit-abot-epc-basic-0: 10:08:34 DEBUG unit.abot-epc-basic/0.install Get:432 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qttranslations5-l10n all 5.5.1-2build1 [1,210 kB] unit-abot-epc-basic-0: 10:08:35 DEBUG unit.abot-epc-basic/0.install Get:433 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4,966 B] unit-abot-epc-basic-0: 10:08:35 DEBUG unit.abot-epc-basic/0.install Get:434 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-did-you-mean all 1.0.0-2 [8,390 B] unit-abot-epc-basic-0: 10:08:35 DEBUG unit.abot-epc-basic/0.install Get:435 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB] unit-abot-epc-basic-0: 10:08:35 DEBUG unit.abot-epc-basic/0.install Get:436 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB] unit-abot-epc-basic-0: 10:08:35 DEBUG unit.abot-epc-basic/0.install Get:437 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-power-assert all 0.2.7-1 [7,668 B] unit-abot-epc-basic-0: 10:08:35 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: 10:08:35 DEBUG unit.abot-epc-basic/0.install Get:439 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2~16.04.11 [2,958 kB] unit-abot-epc-basic-0: 10:08:36 DEBUG unit.abot-epc-basic/0.install Get:440 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-2~16.04.11 [41.0 kB] unit-abot-epc-basic-0: 10:08:36 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: 10:08:36 DEBUG unit.abot-epc-basic/0.install Get:442 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rake all 10.5.0-2 [48.2 kB] unit-abot-epc-basic-0: 10:08:36 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: 10:08:36 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: 10:08:37 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: 10:08:37 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: 10:08:37 DEBUG unit.abot-epc-basic/0.install Get:447 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-binaries amd64 2015.20160222.37495-1ubuntu0.1 [7,942 kB] unit-abot-epc-basic-0: 10:08:37 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: 10:08:38 DEBUG unit.abot-epc-basic/0.install Get:449 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-base all 2015.20160320-1ubuntu0.1 [18.3 MB] unit-abot-epc-basic-0: 10:08:39 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: 10:08:39 DEBUG unit.abot-epc-basic/0.install Get:451 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base-doc all 2015.20160320-1ubuntu0.1 [45.4 MB] unit-abot-epc-basic-0: 10:08:42 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: 10:08:42 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: 10:08:42 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: 10:08:42 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: 10:08:42 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: 10:08:43 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: 10:08:43 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: 10:08:43 DEBUG unit.abot-epc-basic/0.install Get:459 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xterm amd64 322-1ubuntu1 [607 kB] unit-abot-epc-basic-0: 10:08:43 DEBUG unit.abot-epc-basic/0.install Get:460 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB] unit-abot-epc-basic-0: 10:08:43 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: 10:08:43 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: 10:08:44 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: 10:08:44 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: 10:08:44 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: 10:08:44 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: 10:08:44 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: 10:08:45 DEBUG unit.abot-epc-basic/0.install Get:468 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB] unit-abot-epc-basic-0: 10:08:45 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: 10:08:45 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 10:08:46 DEBUG unit.abot-epc-basic/0.install Fetched 294 MB in 1min 26s (3,402 kB/s) unit-abot-epc-basic-0: 10:08:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 10:08:46 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 ... 67281 files and directories currently installed.) unit-abot-epc-basic-0: 10:08:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 10:08:46 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:08:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 10:08:47 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: 10:08:47 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 10:08:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 10:08:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.11_amd64.deb ... unit-abot-epc-basic-0: 10:08:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-abot-epc-basic-0: 10:08:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 10:08:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:08:49 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 10:08:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 10:08:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:08:50 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:08:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 10:08:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:08:50 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:08:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 10:08:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 10:08:51 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 10:08:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 10:08:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 10:08:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 10:08:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 10:08:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 10:08:52 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 10:08:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 10:08:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 10:08:52 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 10:08:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 10:08:53 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: 10:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 10:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 10:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 10:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 10:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 10:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 10:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 10:08:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 10:08:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:08:55 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:08:55 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 10:08:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 10:08:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:08:55 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 10:08:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 10:08:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 10:08:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 10:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 10:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 10:08:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 10:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 10:08:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 10:08:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 10:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 10:08:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 10:08:58 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: 10:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 10:08:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 10:08:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickwand-6.q16-2_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-abot-epc-basic-0: 10:08:59 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 10:09:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 10:09:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:09:00 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:09:01 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:09:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 10:09:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:09:02 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:09:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 10:09:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:02 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 10:09:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 10:09:03 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 10:09:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 10:09:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:09:04 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:09:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 10:09:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:09:06 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 10:09:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 10:09:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 10:09:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:09:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 10:09:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:09:06 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:09:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 10:09:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:09:07 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:09:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 10:09:07 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: 10:09:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:09:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 10:09:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:09:08 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 10:09:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 10:09:08 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: 10:09:08 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 10:09:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 10:09:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore1_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:09:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:09:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 10:09:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon7_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:09:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:09:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 10:09:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 10:09:09 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:09:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 10:09:10 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: 10:09:10 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:09:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 10:09:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:09:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:09:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 10:09:11 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: 10:09:11 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:09:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 10:09:11 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: 10:09:11 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:09:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 10:09:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 10:09:12 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: 10:09:12 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:09:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 10:09:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:12 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 10:09:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 10:09:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 10:09:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 10:09:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 10:09:13 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: 10:09:13 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:09:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 10:09:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:09:13 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:09:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 10:09:13 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: 10:09:13 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 10:09:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 10:09:14 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: 10:09:14 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 10:09:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 10:09:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:09:14 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:09:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 10:09:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:15 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 10:09:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 10:09:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:09:15 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:09:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 10:09:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 10:09:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:09:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 10:09:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 10:09:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:09:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 10:09:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 10:09:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 10:09:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 10:09:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 10:09:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 10:09:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 10:09:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 10:09:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 10:09:19 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: 10:09:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:09:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 10:09:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:09:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:09:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 10:09:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:09:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:09:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 10:09:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 10:09:20 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 10:09:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 10:09:20 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: 10:09:20 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:09:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 10:09:21 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: 10:09:21 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:09:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 10:09:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 10:09:21 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 10:09:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 10:09:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 10:09:21 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 10:09:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 10:09:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 10:09:22 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 10:09:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 10:09:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:09:22 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 10:09:22 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: 10:09:22 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:09:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 10:09:23 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: 10:09:23 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 10:09:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 10:09:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup-gnome2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 10:09:23 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 10:09:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 10:09:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:24 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 10:09:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 10:09:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 10:09:24 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 10:09:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 10:09:24 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: 10:09:24 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 10:09:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 10:09:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:25 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 10:09:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 10:09:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:25 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 10:09:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 10:09:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 10:09:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 10:09:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 10:09:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 10:09:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 10:09:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 10:09:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 10:09:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 10:09:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 10:09:27 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 10:09:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 10:09:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 10:09:28 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 10:09:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 10:09:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 10:09:28 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 10:09:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 10:09:29 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: 10:09:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:09:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 10:09:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:29 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:09:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 10:09:30 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: 10:09:30 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 10:09:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 10:09:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 10:09:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 10:09:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 10:09:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 10:09:32 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:09:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 10:09:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-common_1.1.2-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:09:32 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 10:09:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 10:09:32 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: 10:09:32 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 10:09:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 10:09:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-cursor0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:09:33 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:09:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 10:09:33 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: 10:09:33 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:09:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 10:09:33 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: 10:09:33 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:09:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 10:09:34 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: 10:09:34 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: 10:09:34 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: 10:09:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 10:09:35 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 10:09:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 10:09:37 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: 10:09:37 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 10:09:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 10:09:38 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: 10:09:38 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 10:09:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 10:09:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:38 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:09:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 10:09:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 10:09:39 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 10:09:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 10:09:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 10:09:39 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 10:09:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 10:09:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:09:40 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 10:09:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 10:09:40 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: 10:09:40 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 10:09:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 10:09:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:40 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 10:09:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 10:09:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 10:09:41 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 10:09:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 10:09:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:42 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:09:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 10:09:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:43 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 10:09:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:43 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 10:09:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 10:09:43 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: 10:09:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:09:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 10:09:44 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: 10:09:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 10:09:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 10:09:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 10:09:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 10:09:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 10:09:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 10:09:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 10:09:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 10:09:45 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: 10:09:45 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 10:09:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 10:09:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:09:46 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 10:09:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:09:46 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:09:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 10:09:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:09:47 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 10:09:48 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 10:09:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 10:09:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 10:09:49 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 10:09:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 10:09:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 10:09:49 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 10:09:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 10:09:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 10:09:49 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 10:09:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 10:09:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:09:50 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 10:09:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 10:09:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:09:50 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 10:09:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 10:09:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc4_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:09:52 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:09:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 10:09:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:09:52 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:09:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 10:09:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:09:53 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 10:09:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 10:09:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:54 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 10:09:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 10:09:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:09:54 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:09:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 10:09:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 10:09:55 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 10:09:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 10:09:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 10:09:55 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 10:09:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 10:09:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:09:56 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 10:09:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 10:09:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 10:09:56 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 10:09:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 10:09:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 10:09:57 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 10:09:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 10:09:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 10:09:58 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:09:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 10:09:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 10:09:58 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:09:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 10:09:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 10:09:59 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:10:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 10:10:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 10:10:00 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:10:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 10:10:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:00 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:10:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 10:10:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:01 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:10:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 10:10:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 10:10:01 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 10:10:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 10:10:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 10:10:02 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 10:10:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 10:10:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:10:02 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:10:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 10:10:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:10:03 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:10:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 10:10:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:04 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 10:10:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 10:10:04 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 10:10:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 10:10:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 10:10:04 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 10:10:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 10:10:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 10:10:05 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 10:10:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 10:10:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:05 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:10:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 10:10:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:05 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 10:10:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 10:10:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.25~dfsg+1-0ubuntu0.16.04.2_all.deb ... unit-abot-epc-basic-0: 10:10:06 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:10:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 10:10:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.25~dfsg+1-0ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 10:10:06 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:10:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 10:10:07 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: 10:10:07 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 10:10:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 10:10:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.25~dfsg+1-0ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 10:10:08 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:10:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 10:10:08 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: 10:10:08 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 10:10:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 10:10:08 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: 10:10:08 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:10:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 10:10:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:09 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 10:10:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 10:10:09 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: 10:10:09 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:10:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 10:10:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoxft-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:09 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:10:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 10:10:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-pango-1.0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:10 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:10:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 10:10:10 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: 10:10:10 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:10:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 10:10:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 10:10:10 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 10:10:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 10:10:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 10:10:10 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 10:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 10:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 10:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 10:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 10:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 10:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 10:10:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:10:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 10:10:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:10:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 10:10:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 10:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 10:10:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 10:10:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 10:10:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 10:10:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:14 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:10:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 10:10:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 10:10:15 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 10:10:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 10:10:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 10:10:15 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 10:10:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 10:10:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:15 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 10:10:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 10:10:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:16 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 10:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 10:10:17 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: 10:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 10:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 10:10:17 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: 10:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 10:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 10:10:18 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: 10:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 10:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 10:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 10:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 10:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 10:10:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 10:10:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:19 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 10:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 10:10:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 10:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 10:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 10:10:20 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: 10:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 10:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 10:10:20 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: 10:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 10:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 10:10:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 10:10:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 10:10:21 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: 10:10:21 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 10:10:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 10:10:21 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: 10:10:21 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:10:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 10:10:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 10:10:21 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 10:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 10:10:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 10:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 10:10:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.3_all.deb ... unit-abot-epc-basic-0: 10:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 10:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 10:10:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:10:23 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 10:10:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 10:10:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 10:10:23 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-abot-epc-basic-0: 10:10:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 10:10:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:23 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:10:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 10:10:24 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: 10:10:24 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:10:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 10:10:24 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: 10:10:24 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:10:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 10:10:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 10:10:25 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 10:10:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 10:10:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:10:25 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:10:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 10:10:25 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: 10:10:25 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 10:10:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 10:10:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:10:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 10:10:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:10:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 10:10:26 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: 10:10:26 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 10:10:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 10:10:27 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: 10:10:27 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 10:10:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 10:10:28 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: 10:10:28 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:10:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 10:10:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 10:10:28 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 10:10:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 10:10:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 10:10:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 10:10:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:10:28 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:10:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 10:10:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-oai-epc-0: 10:10:29 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 10:10:29 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 10:10:29 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 10:10:29 DEBUG juju.agent read agent config, format "2.0" machine-2: 10:10:29 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 10:10:29 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: 10:10:29 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 10:10:29 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 10:10:29 DEBUG juju.worker start "api" unit-oai-epc-0: 10:10:29 INFO juju.worker start "api" unit-oai-epc-0: 10:10:29 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 10:10:29 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 10:10:29 DEBUG juju.worker "api" started unit-oai-epc-0: 10:10:29 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:10:29 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 10:10:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-epc-0: 10:10:29 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 10:10:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 10:10:29 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 10:10:29 DEBUG juju.worker start "engine" machine-2: 10:10:29 INFO juju.worker start "engine" machine-2: 10:10:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 10:10:29 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 10:10:29 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 10:10:29 DEBUG juju.worker "engine" started machine-2: 10:10:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.introspection stats worker now serving machine-2: 10:10:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:10:29 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 10:10:29 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 10:10:29 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 10:10:29 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 10:10:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.apicaller connecting with current password machine-2: 10:10:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:10:29 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:10:29 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:10:29 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 10:10:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 10:10:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 10:10:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 10:10:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 10:10:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-oai-epc-0: 10:10:29 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:10:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... machine-2: 10:10:30 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 10:10:30 DEBUG juju.api RPC connection died unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 10:10:30 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 10:10:30 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:10:30 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-epc-0: 10:10:30 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:10:30 DEBUG juju.api RPC connection died machine-2: 10:10:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 10:10:30 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 10:10:30 DEBUG juju.worker.apicaller connected machine-2: 10:10:30 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:10:30 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-2: 10:10:30 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-abot-epc-basic-0: 10:10:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 10:10:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 10:10:30 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:30 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:30 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 10:10:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 10:10:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 10:10:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 10:10:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 10:10:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 10:10:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:10:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:10:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. machine-2: 10:10:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:10:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... machine-2: 10:10:31 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:31 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 10:10:31 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 10:10:31 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 10:10:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 10:10:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... machine-2: 10:10:31 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 10:10:31 INFO juju.worker.upgrader unblocking abort check machine-2: 10:10:31 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 10:10:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 10:10:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 10:10:31 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 10:10:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 10:10:31 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 10:10:31 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine-2: 10:10:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:10:31 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership machine-2: 10:10:31 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 10:10:31 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 10:10:31 INFO juju.worker.deployer checking unit "oai-epc/0" unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 10:10:31 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 10:10:31 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 10:10:31 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 10:10:31 DEBUG juju.network including address public:172.30.9.200 for machine unit-oai-epc-0: 10:10:31 DEBUG juju.network including address local-cloud:192.168.121.10 for machine unit-oai-epc-0: 10:10:31 DEBUG juju.network including address local-fan:252.10.0.1 for machine unit-oai-epc-0: 10:10:31 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 10:10:31 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 10:10:31 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 10:10:31 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 10:10:31 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] unit-oai-epc-0: 10:10:31 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 10:10:31 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:10:31 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 10:10:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 10:10:31 DEBUG juju.worker.meterstatus got meter status change signal from watcher machine-2: 10:10:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:10:31 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: 10:10:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 10:10:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 10:10:31 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:10:31 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:10:31 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:10:31 DEBUG juju.network including address public:172.30.9.200 for machine machine-2: 10:10:31 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-2: 10:10:31 DEBUG juju.network including address local-fan:252.10.0.1 for machine machine-2: 10:10:31 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:10:31 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:10:31 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 10:10:31 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 10:10:31 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-2: 10:10:31 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 10:10:31 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:10:31 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:10:31 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 10:10:31 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 10:10: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-2: 10:10:31 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 10:10:31 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:10:31 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 10:10:31 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 10:10:31 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:10:31 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:10:31 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 10:10:31 DEBUG juju.worker.fanconfigurer Processing new fan config unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "uniter" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 unit-oai-epc-0: 10:10:31 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 10:10:31 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 10:10:31 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 10:10:31 DEBUG juju.worker.dependency "metric-sender" manifold worker started machine-2: 10:10:31 INFO juju.util.exec run result: exit status 127 machine-2: 10:10:31 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec534886251/script.sh: line 1: fanatic: command not found 127 machine-2: 10:10:31 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 10:10:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 10:10:31 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 10:10:31 INFO juju.util.exec run result: exit status 127 machine-2: 10:10:31 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec868560085/script.sh: line 1: fanatic: command not found 127 unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 10:10:31 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter juju-run listener running machine-2: 10:10:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 10:10:31 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 10:10:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 10:10:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 10:10:31 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 10:10:31 DEBUG juju.worker.reboot Reboot worker got action: noop unit-oai-epc-0: 10:10:31 INFO juju.worker.uniter hooks are retried true machine-2: 10:10:31 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 10:10:31 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:10:31 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:10:31 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:10:31 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:10:31 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-2: 10:10:31 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:10:31 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] machine-2: 10:10:31 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] unit-abot-epc-basic-0: 10:10:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 10:10:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... machine-2: 10:10:31 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 10:10:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 10:10:31 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... machine-2: 10:10:31 DEBUG juju.worker start "2-container-watcher" machine-2: 10:10:31 DEBUG juju.worker start "stateconverter" machine-2: 10:10:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 10:10:31 INFO juju.worker start "2-container-watcher" machine-2: 10:10:31 DEBUG juju.worker "2-container-watcher" started machine-2: 10:10:31 INFO juju.worker start "stateconverter" machine-2: 10:10:31 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 10:10:31 DEBUG juju.worker "stateconverter" started unit-oai-epc-0: 10:10:31 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 10:10:31 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 10:10:31 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 10:10:31 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 10:10:31 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 10:10:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + open-port 2152/udp machine-2: 10:10:31 INFO juju.worker.machiner "machine-2" started machine-2: 10:10:31 INFO juju.api.common no addresses observed on interface "tunl0" unit-abot-epc-basic-0: 10:10:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 10:10:31 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: 10:10:31 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-oai-epc-0: 10:10:31 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 10:10:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 10:10:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:10:31 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:10:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 10:10:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... machine-2: 10:10:32 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:0a:4c:84 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.8 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:0a:4c:84 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-epc-0: 10:10:32 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:10:32 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 10:10:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-oai-epc-0: 10:10:32 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 10:10:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:10:32 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: 10:10:32 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 10:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-oai-epc-0: 10:10:32 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 10:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 10:10:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 10:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 10:10:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 10:10:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install ++ virt-what unit-abot-epc-basic-0: 10:10:33 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 10:10:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:10:33 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 10:10:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 10:10:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:10:33 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 10:10:33 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 10:10:34 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: 10:10:34 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 10:10:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 10:10:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:34 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-oai-epc-0: 10:10:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:10:34 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 10:10:34 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 10:10:34 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-abot-epc-basic-0: 10:10:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 10:10:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-oai-epc-0: 10:10:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:10:34 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-epc-0: 10:10:34 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:10:34 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-abot-epc-basic-0: 10:10:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 10:10:34 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: 10:10:35 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 10:10:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 10:10:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:35 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:10:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 10:10:36 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: 10:10:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 10:10:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 10:10:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:10:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 10:10:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 10:10:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 10:10:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 10:10:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 10:10:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:37 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 10:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 10:10:38 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: 10:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 10:10:38 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: 10:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 10:10: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: 10:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:10:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 10:10:39 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: 10:10:39 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:10:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 10:10:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 10:10:39 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 10:10:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 10:10:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 10:10:39 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 10:10:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 10:10:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 10:10:40 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 10:10:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 10:10:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 10:10:40 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 10:10:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 10:10: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: 10:10:40 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:10:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 10:10:41 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: 10:10:41 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:10:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 10:10:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 10:10:41 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 10:10:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 10:10:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 10:10:41 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 10:10:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 10:10:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 10:10:42 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 10:10:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 10:10:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 10:10:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 10:10:42 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: 10:10:42 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 10:10:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 10:10:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 10:10:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 10:10:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 10:10:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 10:10:44 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: 10:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 10:10:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 10:10:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 10:10:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 10:10:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 10:10:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 10:10:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:10:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 10:10:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 10:10:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 10:10:47 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: 10:10:47 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:10:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 10:10:47 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: 10:10:47 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:10:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 10:10:47 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: 10:10:47 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:10:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 10:10:48 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: 10:10:48 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:10:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 10:10:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 10:10:48 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:10:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 10:10:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 10:10:48 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:10:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 10:10:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:10:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:10:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 10:10:49 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: 10:10:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:10:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 10:10:49 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: 10:10:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:10:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 10:10:50 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: 10:10:50 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:10:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 10:10:50 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: 10:10:50 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:10:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 10:10:50 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: 10:10:50 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:10:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 10:10:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 10:10:51 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 10:10:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 10:10:51 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: 10:10:51 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:10:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 10:10:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:10:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 10:10:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:10:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 10:10:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 10:10:53 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 10:10:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 10:10:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 10:10:53 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 10:10:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 10:10:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 10:10:53 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 10:10:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 10:10:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 10:10:54 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 10:10:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 10:10:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 10:10:54 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 10:10:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 10:10:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 10:10:54 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 10:10:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 10:10:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 10:10:55 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 10:10:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 10:10:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 10:10:55 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 10:10:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 10:10:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 10:10:55 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 10:10:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 10:10:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 10:10:56 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 10:10:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 10:10:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:10:56 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 10:10:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 10:10:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 10:10:56 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 10:10:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 10:10:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 10:10:57 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 10:10:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 10:10:57 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: 10:10:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:10:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 10:10:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 10:10:58 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 10:10:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 10:10:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:10:58 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 10:10:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 10:10:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 10:10:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 10:11:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 10:11:00 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: 10:11:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 10:11:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 10:11:00 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: 10:11:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:11:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 10:11:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:11:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:11:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 10:11:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:11:01 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:11:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 10:11:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 10:11:02 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 10:11:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 10:11:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 10:11:03 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 10:11:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 10:11:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 10:11:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 10:11:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 10:11:03 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: 10:11:04 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 10:11:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 10:11:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:11:04 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 10:11:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 10:11:04 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: 10:11:04 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 10:11:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 10:11:05 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: 10:11:05 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:11:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 10:11:05 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: 10:11:06 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:11:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 10:11:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:11:06 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:11:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 10:11:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:11:07 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:11:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 10:11:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:11:07 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:11:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 10:11:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:11:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 10:11:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 10:11:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:11:08 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 10:11:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 10:11:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 10:11:08 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 10:11:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 10:11:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:11:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 10:11:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 10:11:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 10:11:09 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 10:11:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 10:11:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:11:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 10:11:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 10:11:10 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: 10:11:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:11:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 10:11:11 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: 10:11:11 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 10:11:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 10:11:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:11:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 10:11:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 10:11:11 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: 10:11:11 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:11:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 10:11:12 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: 10:11:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:11:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 10:11:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:11:12 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:11:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 10:11:13 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: 10:11:13 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:11:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 10:11:14 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: 10:11:14 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:11:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 10:11:14 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: 10:11:14 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 10:11:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 10:11:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 10:11:15 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:11:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 10:11:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 10:11:15 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:11:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 10:11:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:11:16 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:11:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 10:11:16 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: 10:11:16 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:11:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 10:11:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 10:11:17 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 10:11:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 10:11:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 10:11:17 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 10:11:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 10:11:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 10:11:18 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 10:11:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 10:11:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 10:11:19 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 10:11:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 10:11:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 10:11:19 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 10:11:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 10:11:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 10:11:19 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 10:11:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 10:11:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 10:11:20 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 10:11:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 10:11:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 10:11:20 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 10:11:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 10:11:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 10:11:21 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 10:11:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 10:11:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 10:11:21 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 10:11:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 10:11:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 10:11:22 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 10:11:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 10:11:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 10:11:22 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 10:11:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 10:11:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 10:11:24 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 10:11:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 10:11:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:11:25 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 10:11:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 10:11:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 10:11:25 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 10:11:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 10:11:25 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: 10:11:25 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 10:11:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 10:11:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 10:11:26 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 10:11:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 10:11:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:11:27 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:11:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 10:11:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 10:11:27 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 10:11:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 10:11:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 10:11:27 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 10:11:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 10:11:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 10:11:28 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 10:11:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 10:11:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 10:11:28 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 10:11:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 10:11:28 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: 10:11:29 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: 10:11:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 10:11:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 10:11:30 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 10:11:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 10:11:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 10:11:30 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 10:11:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 10:11:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 10:11:31 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 10:11:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 10:11:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 10:11:32 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 10:11:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 10:11:32 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: 10:11:32 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:11:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 10:11:33 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: 10:11:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:11:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 10:11:33 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: 10:11:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:11:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 10:11:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:11:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 10:11:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 10:11:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 10:11:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 10:11:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 10:11:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 10:11:35 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 10:11:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 10:11:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 10:11:35 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 10:11:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 10:11:35 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: 10:11:36 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:11:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 10:11:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 10:11:36 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:11:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 10:11:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:11:38 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 10:11:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 10:11:39 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: 10:11:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 10:11:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 10:11:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 10:11:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 10:11:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 10:11:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:11:40 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 10:11:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 10:11:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.8_amd64.deb ... unit-abot-epc-basic-0: 10:11:41 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 10:11:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 10:11:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:11:42 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 10:11:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 10:11:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 10:11:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 10:11:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 10:11:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:11:43 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 10:11:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 10:11:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:11:43 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:11:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 10:11:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:11:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 10:11:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 10:11:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 10:11:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 10:11:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 10:11:44 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: 10:11:45 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 10:11:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:11:45 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 10:11:46 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: 10:11:46 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 10:11:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:11:47 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 10:11:48 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: 10:11:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 10:11:49 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: 10:11:49 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 10:11:49 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: 10:11:49 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 10:11:50 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: 10:11:50 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 10:11:50 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: 10:11:50 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 10:11:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:11:51 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 10:11:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 10:11:53 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 10:11:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 10:11:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 10:11:53 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 10:11:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 10:11:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:11:54 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 10:11:54 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: 10:11:54 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 10:11:54 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: 10:11:55 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 10:11:55 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: 10:11:55 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:11:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 10:11:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 10:11:55 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 10:11:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 10:11:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 10:11:56 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 10:11:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 10:11:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 10:11:56 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 10:11:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 10:11:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 10:11:57 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 10:11:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 10:11:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:11:58 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 10:11:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 10:11:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:11:59 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:12:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 10:12:00 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: 10:12:00 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 10:12:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 10:12:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:12:01 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:12:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 10:12:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-mysql-0: 10:12:01 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 10:12:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:12:01 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 10:12:01 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 10:12:01 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 10:12:01 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 10:12:01 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-mysql-0: 10:12:01 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 10:12:01 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 10:12:01 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 10:12:01 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 10:12:01 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:12:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:12:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 10:12:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 10:12:02 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 10:12:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 10:12:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 10:12:02 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 10:12:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 10:12:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 10:12:03 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 10:12:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 10:12:04 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: 10:12:04 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 10:12:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 10:12:05 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: 10:12:05 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 10:12:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 10:12:05 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: 10:12:05 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:12:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 10:12:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 10:12:06 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 10:12:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 10:12:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 10:12:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 10:12:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 10:12:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 10:12:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 10:12:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 10:12:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:12:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 10:12:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 10:12:07 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: 10:12:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:12:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 10:12:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 10:12:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 10:12:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 10:12:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 10:12:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 10:12:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 10:12:09 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: 10:12:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 10:12:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 10:12:10 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: 10:12:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 10:12:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 10:12:10 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: 10:12:11 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:12:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 10:12:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 10:12:11 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 10:12:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 10:12:12 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: 10:12:12 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:12:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 10:12:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 10:12:13 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 10:12:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 10:12:13 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: 10:12:13 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:12:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 10:12:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 10:12:15 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 10:12:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 10:12:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 10:12:16 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:12:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 10:12:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 10:12:17 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:12:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 10:12:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:12:17 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 10:12:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 10:12:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:12:18 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 10:12:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 10:12:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:12:18 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 10:12:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 10:12:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 10:12:19 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 10:12:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 10:12:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 10:12:20 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 10:12:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 10:12:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 10:12:20 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 10:12:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 10:12:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 10:12:21 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 10:12:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 10:12:21 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: 10:12:21 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 10:12:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 10:12:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 10:12:21 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 10:12:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 10:12:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 10:12:22 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 10:12:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 10:12:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 10:12:22 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 10:12:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 10:12:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 10:12:23 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 10:12:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 10:12:23 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: 10:12:23 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 10:12:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 10:12:24 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: 10:12:24 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 10:12:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 10:12:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 10:12:24 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 10:12:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 10:12:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 10:12:25 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 10:12:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 10:12:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:12:25 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 10:12:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 10:12:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 10:12:26 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 10:12:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 10:12:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 10:12:27 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 10:12:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 10:12:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 10:12:27 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 10:12:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 10:12:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:12:27 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:12:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 10:12:28 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: 10:12:29 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 10:12:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 10:12:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 10:12:30 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:12:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 10:12:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 10:12:32 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:12:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 10:12:33 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: 10:12:33 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:12:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 10:12:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 10:12:37 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 10:12:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 10:12:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 10:12:37 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 10:12:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 10:12:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:12:38 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 10:12:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 10:12:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 10:12:38 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-abot-epc-basic-0: 10:12:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 10:12:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 10:12:39 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 10:12:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 10:12:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 10:12:40 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 10:12:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 10:12:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:12:41 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:12:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 10:12:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:12:42 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 10:12:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 10:12:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 10:12:42 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 10:12:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 10:12:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 10:12:43 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 10:12:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 10:12:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 10:12:43 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:12:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 10:12:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 10:12:44 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 10:12:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 10:12:44 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: 10:12:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:12:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 10:12:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 10:12:45 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 10:12:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 10:12:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 10:12:45 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:12:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 10:12:46 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: 10:12:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 10:12:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 10:12:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 10:12:47 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 10:12:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 10:12:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:12:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 10:12:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:12:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.6) ... unit-abot-epc-basic-0: 10:12:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 10:12:54 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: 10:12:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:12:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 10:12:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-abot-epc-basic-0: 10:13:21 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:13:21 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:13:22 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 10:13:22 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-abot-epc-basic-0: 10:13:22 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 10:13:22 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:13:22 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:13:22 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 10:13:23 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 10:13:23 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 10:13:23 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 10:13:23 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 10:13:24 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 10:13:24 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 10:13:25 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:13:25 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:13:25 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:13:25 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:13:25 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 10:13:25 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 10:13:26 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 10:13:26 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: 10:13:26 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: 10:13:26 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 10:13:26 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 10:13:27 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:13:27 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:13:27 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:13:27 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: 10:13:27 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:13:27 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:28 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: 10:13:28 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: 10:13:28 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 10:13:28 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:13:28 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 10:13:28 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:13:29 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:13:29 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:13:29 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:13:29 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 10:13:30 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: 10:13:30 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:13:30 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:13:30 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:13:31 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:13:31 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:13:31 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:13:31 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:13:31 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:13:32 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: 10:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 10:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 10:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 10:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 10:13:33 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:13:33 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 10:13:33 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:13:33 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 10:13:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 10:13:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 10:13:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 10:13:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:35 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:13:35 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:13:35 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:13:36 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 10:13:36 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:13:36 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:13:36 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 10:13:36 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 10:13:36 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 10:13:36 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:37 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:13:37 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 10:13:37 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 10:13:37 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 10:13:37 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 10:13:37 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 10:13:42 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 10:13:42 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 10:13:42 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 10:13:43 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 10:13:43 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 10:13:43 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 10:13:43 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 10:13:44 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 10:13:44 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 10:13:45 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:13:45 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 10:13:45 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 10:13:46 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:46 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:13:46 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 10:13:46 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 10:13:46 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:13:46 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:13:47 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 10:13:47 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 10:13:47 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 10:13:47 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:13:47 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 10:13:48 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 10:13:48 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 10:13:48 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: 10:13:48 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 10:13:48 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 10:13:48 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: 10:13:49 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 10:13:49 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:13:49 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:49 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 10:13:49 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:13:50 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 10:13:50 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 10:13:50 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 10:13:50 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 10:13:50 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 10:13:50 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:51 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:52 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 10:13:52 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:13:52 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 10:13:52 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 10:13:52 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 10:13:53 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 10:13:53 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 10:13:53 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 10:13:53 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 10:13:53 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:13:53 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:13:53 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 10:13:54 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 10:13:54 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:13:54 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 10:13:54 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 10:13:54 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 10:13:55 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 10:13:55 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 10:13:56 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 10:13:56 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:13:56 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:13:56 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 10:13:56 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:13:57 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:13:57 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:13:57 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 10:13:57 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 10:13:57 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:13:57 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:13:58 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:13:58 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: 10:13:58 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: 10:13:58 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 10:13:58 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 10:13:58 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 10:13:58 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:13:58 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 10:13:59 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:13:59 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 10:13:59 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:13:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.25 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-abot-epc-basic-0: 10:13:59 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:13:59 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 10:13:59 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:14:00 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 10:14:00 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:14:00 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 10:14:01 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: 10:14:01 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:14:01 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:14:01 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 10:14:02 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 10:14:02 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 10:14:02 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 10:14:02 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: 10:14:02 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: 10:14:02 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:14:02 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:14:02 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:14:02 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:14:03 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:14:03 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 10:14:03 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 10:14:03 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:14:03 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 10:14:03 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 10:14:04 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 10:14:04 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:04 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: 10:14:04 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:04 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: 10:14:04 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:04 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:05 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 10:14:05 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 10:14:05 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 10:14:05 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 10:14:05 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:06 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 10:14:06 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:06 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:14:06 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 10:14:06 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:07 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 10:14:07 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 10:14:07 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-abot-epc-basic-0: 10:14:07 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-abot-epc-basic-0: 10:14:08 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:14:08 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:14:08 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:14:08 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 10:14:08 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:14:09 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 10:14:09 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:14:09 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:14:09 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 10:14:09 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 10:14:09 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:14:10 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 10:14:10 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 10:14:10 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:14:10 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 10:14:10 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 10:14:11 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 10:14:11 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:14:11 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:14:11 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 10:14:11 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 10:14:12 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:14:12 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: 10:14:12 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 10:14:12 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 10:14:13 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: 10:14:13 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: 10:14:13 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 10:14:13 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:14:13 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 10:14:13 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:14:13 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 10:14:13 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:14:13 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 10:14:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:14 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 10:14:14 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:14:14 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:14:14 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:14:15 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 10:14:15 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:14:15 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 10:14:15 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 10:14:15 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 10:14:15 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 10:14:15 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:14:16 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:14:16 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 10:14:16 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 10:14:16 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 10:14:16 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 10:14:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 10:14:17 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 10:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:19 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 10:14:19 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:14:19 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:14:19 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:14:19 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: 10:14:19 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:14:20 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:14:20 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:14:20 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: 10:14:20 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:14:21 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: 10:14:21 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: 10:14:22 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: 10:14:22 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 10:14:22 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:14:23 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:14:23 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:14:23 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 10:14:23 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 10:14:24 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 10:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 10:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 10:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 10:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 10:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 10:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 10:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 10:14:25 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 10:14:25 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 10:14:25 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 10:14:25 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: 10:14:25 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 10:14:26 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 10:14:26 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 10:14:26 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: 10:14:26 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:14:26 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:14:26 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 10:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 10:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 10:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 10:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 10:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 10:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:28 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:28 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:28 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:28 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:28 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 10:14:29 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 10:14:29 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 10:14:29 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 10:14:29 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 10:14:29 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 10:14:30 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: 10:14:30 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 10:14:30 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 10:14:31 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:14:31 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:14:31 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:14:31 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:14:31 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 10:14:32 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:14:32 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:14:32 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:14:32 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:14:32 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: 10:14:32 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 10:14:32 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 10:14:33 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 10:14:33 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 10:14:33 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 10:14:33 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 10:14:33 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 10:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 10:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 10:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 10:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 10:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 10:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 10:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 10:14:35 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 10:14:35 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:35 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 10:14:35 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:35 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 10:14:35 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 10:14:36 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: 10:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 10:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 10:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 10:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 10:14:37 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:14:37 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: 10:14:37 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:14:37 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:14:37 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 10:14:37 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:14:37 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:14:38 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 10:14:38 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 10:14:38 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 10:14:38 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 10:14:38 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 10:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 10:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 10:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 10:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 10:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 10:14:40 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:40 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:40 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:40 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:40 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:40 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:40 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:41 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:41 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 10:14:41 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:41 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:41 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:41 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 10:14:42 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 10:14:42 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 10:14:42 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 10:14:42 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 10:14:42 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:43 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 10:14:43 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:43 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:43 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 10:14:44 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 10:14:44 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 10:14:44 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: 10:14:44 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 10:14:44 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 10:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 10:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 10:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 10:14:45 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: 10:14:45 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 10:14:45 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:14:45 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 10:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:46 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: 10:14:46 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: 10:14:46 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 10:14:46 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 10:14:46 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 10:14:46 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 10:14:46 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:46 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: 10:14:47 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 10:14:47 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: 10:14:47 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 10:14:47 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:14:47 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 10:14:48 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 10:14:48 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:14:48 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 10:14:48 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-abot-epc-basic-0: 10:14:48 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 10:14:48 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 10:14:49 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 10:14:49 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 10:14:49 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 10:14:49 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 10:14:50 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 10:14:50 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 10:14:50 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 10:14:50 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 10:14:50 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-abot-epc-basic-0: 10:14:51 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:51 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: 10:14:51 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: 10:14:51 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 10:14:51 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:52 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-abot-epc-basic-0: 10:14:52 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-abot-epc-basic-0: 10:14:52 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 10:14:52 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-abot-epc-basic-0: 10:14:52 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 10:14:52 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 10:14:52 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 10:14:52 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-abot-epc-basic-0: 10:14:53 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:53 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:14:53 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 10:14:53 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-abot-epc-basic-0: 10:14:53 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 10:14:53 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-abot-epc-basic-0: 10:14:54 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 10:14:55 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 10:14:55 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:55 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 10:14:55 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: 10:14:56 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: 10:14:56 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 10:14:56 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 10:14:56 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:14:56 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 10:14:56 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: 10:14:57 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 10:14:57 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 10:14:57 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 10:14:57 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:14:57 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:14:58 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 10:14:58 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:14:58 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: 10:14:58 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 10:14:58 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:14:58 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 10:14:59 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:14:59 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 10:14:59 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:15:00 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:15:00 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 10:15:00 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 10:15:00 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 10:15:01 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 10:15:01 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 10:15:01 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 10:15:01 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:15:02 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:15:02 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 10:15:02 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: 10:15:02 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-oai-epc-0: 10:15:02 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 10:15:02 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:15:02 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 10:15:02 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 10:15:02 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 10:15:03 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 10:15:03 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:15:03 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 10:15:03 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: 10:15:03 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 10:15:03 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 10:15:03 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 10:15:04 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 10:15:04 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 10:15:04 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:15:04 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: 10:15:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:15:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 10:15:05 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 10:15:05 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 10:15:05 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-abot-epc-basic-0: 10:15:07 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-abot-epc-basic-0: 10:15:08 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2cf6b2-default-0 unit-abot-epc-basic-0: 10:15:08 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 10:15:08 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-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2cf6b2-default-0 unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 10:15:14 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: 10:15:14 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: 10:15:14 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 10:15:14 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: 10:15:14 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 10:15:14 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: 10:15:14 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:15:14 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-abot-epc-basic-0: 10:15:15 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:15:15 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 10:15:15 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: 10:15:15 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: 10:15:15 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (31.9 kB/s) unit-abot-epc-basic-0: 10:15:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 10:15:15 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 ... 107938 files and directories currently installed.) unit-abot-epc-basic-0: 10:15:15 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: 10:15:15 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:15:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 10:15:16 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: 10:15:16 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:15:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 10:15:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 10:15:17 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:15:17 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:15:18 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 10:15:18 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: 10:15:51 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2cf6b2-default-0 unit-abot-epc-basic-0: 10:15:51 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 10:15:52 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: 10:15:52 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: 10:15:52 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 10:15:52 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: 10:15:52 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 10:15:52 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: 10:15:52 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:15:52 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 10:15:52 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: 10:15:52 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: 10:15:52 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: 10:15:53 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: 10:15:53 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (391 kB/s) unit-abot-epc-basic-0: 10:15:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 10:15:54 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 ... 108047 files and directories currently installed.) unit-abot-epc-basic-0: 10:15:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 10:15:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 10:15:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 10:15:55 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: 10:15:55 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:15:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 10:15:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 10:15:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 10:15:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:15:55 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 10:15:55 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: 10:15:56 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 10:15:56 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:15:57 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 10:15:57 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: 10:16:22 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2cf6b2-default-0 unit-abot-epc-basic-0: 10:16:22 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2cf6b2-default-0 unit-abot-epc-basic-0: 10:16:22 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-abot-epc-basic-0: 10:16:22 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 10:16:22 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  machine-3: 10:16:52 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 10:16:52 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 10:16:52 DEBUG juju.agent read agent config, format "2.0" machine-3: 10:16:52 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 10:16:52 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 10:16:52 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: 10:16:52 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 10:16:52 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 10:16:52 DEBUG juju.worker start "api" unit-oai-hss-0: 10:16:52 INFO juju.worker start "api" unit-oai-hss-0: 10:16:52 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 10:16:52 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 10:16:52 DEBUG juju.worker "api" started unit-oai-hss-0: 10:16:52 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:52 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-hss-0: 10:16:52 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 10:16:52 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-hss-0: 10:16:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 10:16:52 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 10:16:52 DEBUG juju.worker start "engine" machine-3: 10:16:52 INFO juju.worker start "engine" machine-3: 10:16:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 10:16:52 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 10:16:52 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 10:16:52 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 10:16:52 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 10:16:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 10:16:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 10:16:52 DEBUG juju.worker "engine" started machine-3: 10:16:52 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.introspection stats worker now serving machine-3: 10:16:52 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.apicaller connecting with current password machine-3: 10:16:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 10:16:52 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 10:16:52 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:16:52 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:16:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:16:52 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 10:16:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 10:16:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 10:16:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 10:16:53 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 10:16:53 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 10:16:53 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 10:16:53 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: 10:16:53 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:16:53 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 10:16:53 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 10:16:53 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 10:16:53 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 10:16:53 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 10:16:53 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 10:16:53 DEBUG juju.network including address public:172.30.9.200 for machine unit-oai-hss-0: 10:16:53 DEBUG juju.network including address local-cloud:192.168.121.10 for machine unit-oai-hss-0: 10:16:53 DEBUG juju.network including address local-fan:252.10.0.1 for machine unit-oai-hss-0: 10:16:53 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 10:16:53 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 10:16:53 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 10:16:53 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 10:16:53 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:16:53 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 10:16:53 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 10:16:53 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 10:16:53 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 10:16:53 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 10:16:53 INFO juju.worker.uniter hooks are retried true machine-3: 10:16:53 DEBUG juju.api RPC connection died machine-3: 10:16:53 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 10:16:53 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true machine-3: 10:16:53 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.remotestate got service change machine-3: 10:16:53 DEBUG juju.api successfully dialed "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:16:53 INFO juju.api connection established to "wss://192.168.121.10:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" machine-3: 10:16:53 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/0f0b450b-222d-45fb-81d5-4585e42cf6b2/api" unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 10:16:53 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 10:16:53 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 10:16:53 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 10:16:53 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 10:16:53 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 10:16:54 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 10:16:54 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 10:16:54 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 10:16:54 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:16:54 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:16:54 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' machine-3: 10:16:54 DEBUG juju.worker.apicaller connected machine-3: 10:16:54 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:16:54 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 10:16:54 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' machine-3: 10:16:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:16:54 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 10:16:54 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 10:16:54 INFO juju.worker.upgrader unblocking abort check machine-3: 10:16:54 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 10:16:54 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:16:54 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:16:54 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: 10:16:54 DEBUG unit.oai-hss/0.install machine-3: 10:16:54 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 10:16:54 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 10:16:54 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 10:16:54 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 10:16:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.logger logger setup machine-3: 10:16:54 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 10:16:54 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 10:16:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 10:16:54 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 10:16:54 INFO juju.util.exec run result: exit status 127 machine-3: 10: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-exec996517707/script.sh: line 1: fanatic: command not found 127 machine-3: 10:16:54 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:16:54 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 10:16:54 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:16:54 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:16:54 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 10:16:54 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 10:16:54 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 10:16:54 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 10:16:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 10:16:54 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 10:16:54 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 10:16:54 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 10:16:54 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 10:16:54 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 10:16:54 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:16:54 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:16:54 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:16:54 DEBUG juju.network including address public:172.30.9.200 for machine machine-3: 10:16:54 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-3: 10:16:54 DEBUG juju.network including address local-fan:252.10.0.1 for machine machine-3: 10:16:54 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:16:54 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:16:54 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.10 local-fan:252.10.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 10:16:54 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.10:17070 252.10.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 10:16:54 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.10:17070" "252.10.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.10:17070" "252.10.0.1:17070" "172.30.9.200:17070"] machine-3: 10:16:54 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 10: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-3: 10:16:54 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.10,252.10.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:16:54 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 10:16:54 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 10: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-3: 10:16:54 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 10:16:54 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:16:54 INFO juju.util.exec run result: exit status 127 machine-3: 10: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-exec440957328/script.sh: line 1: fanatic: command not found 127 machine-3: 10:16:54 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 10:16:54 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:16:54 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:16:54 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:16:54 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:16:54 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-3: 10:16:54 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:16:54 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.15 local-machine:::1] machine-3: 10:16:54 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: 10:16:54 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 10:16:54 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 10:16:54 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 10:16:54 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 10:16:55 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install Reading package lists... machine-3: 10:16:55 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 10:16:55 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:16:55 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:16:55 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 10:16:55 DEBUG juju.worker start "3-container-watcher" machine-3: 10:16:55 DEBUG juju.worker start "stateconverter" machine-3: 10:16:55 INFO juju.worker start "3-container-watcher" machine-3: 10:16:55 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 10:16:55 DEBUG juju.worker "3-container-watcher" started machine-3: 10:16:55 INFO juju.worker start "stateconverter" machine-3: 10:16:55 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 10:16:55 DEBUG juju.worker "stateconverter" started machine-3: 10:16:55 INFO juju.worker.machiner "machine-3" started machine-3: 10:16:55 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-hss-0: 10:16:55 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:16:55 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' machine-3: 10:16:55 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:08:da:72 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:08:da:72 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: 10:16:56 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:16: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: 10:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 10:16:56 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:16:56 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 10:16:56 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 10:16:56 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:16:56 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 10:16:56 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 10:16:57 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: 10:16:57 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 10:16:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:16:57 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 10:16:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:16:57 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 10:16:57 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 10:16:57 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 10:16:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:16:57 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 10:16:57 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 10:16:57 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 10:16:58 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-hss-0: 10:16:59 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-hss-0: 10:16:59 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-hss-0: 10:16:59 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-oai-hss-0: 10:16:59 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-hss-0: 10:16:59 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-hss-0: 10:16:59 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 10:16:59 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-hss-0: 10:17:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 10:17:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 10:17:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 10:17:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 10:17:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 10:17:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 10:17:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 10:17:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 10:17:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 10:17:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 10:17:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-hss-0: 10:17:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 10:17:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 10:17:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 10:17:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 10:17:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 10:17:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 10:17:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-hss-0: 10:17:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-hss-0: 10:17:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 10:17:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 10:17:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 10:17:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 10:17:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 10:17:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 10:17:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-oai-hss-0: 10:17:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:17:05 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 10:17:06 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: 10:17:06 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 10:17:06 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main m4 amd64 1.4.17-2ubuntu1 [195 kB] unit-oai-hss-0: 10:17:07 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfl-dev amd64 2.5.35-10.1ubuntu2 [17.2 kB] unit-oai-hss-0: 10:17:07 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main flex amd64 2.5.35-10.1ubuntu2 [211 kB] unit-oai-hss-0: 10:17:07 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: 10:17:07 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnettle4 amd64 2.7.1-1ubuntu0.2 [102 kB] unit-oai-hss-0: 10:17:07 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libarchive13 amd64 3.1.2-7ubuntu2.6 [262 kB] unit-oai-hss-0: 10:17:08 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-oai-hss-0: 10:17:08 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-oai-hss-0: 10:17:08 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main x11-common all 1:7.7+1ubuntu8.1 [49.5 kB] unit-oai-hss-0: 10:17:08 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-mysql-0: 10:17:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 10:17:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:17:08 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 10:17:08 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 10:17:08 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 10:17:08 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 10:17:08 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: 10:17:08 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-mysql-0: 10:17:09 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 10:17:09 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-oai-hss-0: 10:17:09 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-mysql-0: 10:17:09 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 10:17:09 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 10:17:09 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:17:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:17:09 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] unit-oai-hss-0: 10:17:09 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] unit-oai-hss-0: 10:17:09 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] unit-oai-hss-0: 10:17:09 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: 10:17:09 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-oai-hss-0: 10:17:10 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: 10:17:10 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] unit-oai-hss-0: 10:17:10 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] unit-oai-hss-0: 10:17:10 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] unit-oai-hss-0: 10:17:11 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: 10:17:11 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: 10:17:11 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-oai-hss-0: 10:17:11 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: 10:17:11 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: 10:17:11 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] unit-oai-hss-0: 10:17:12 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: 10:17:12 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtcore4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1555 kB] unit-oai-hss-0: 10:17:12 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: 10:17:12 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtdbus4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [180 kB] unit-oai-hss-0: 10:17:12 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: 10:17:13 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: 10:17:13 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [97.4 kB] unit-oai-hss-0: 10:17:13 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: 10:17:13 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: 10:17:13 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-oai-hss-0: 10:17:13 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: 10:17:13 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: 10:17:14 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxi6 amd64 2:1.7.1.901-1ubuntu1.1 [27.9 kB] unit-oai-hss-0: 10:17:14 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: 10:17:14 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4130 kB] unit-oai-hss-0: 10:17:14 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: 10:17:14 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB] unit-oai-hss-0: 10:17:15 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: 10:17:15 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-oai-hss-0: 10:17:15 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: 10:17:15 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autoconf all 2.69-6 [322 kB] unit-oai-hss-0: 10:17:15 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: 10:17:15 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: 10:17:16 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-oai-hss-0: 10:17:16 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: 10:17:16 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main bison amd64 2:3.0.2.dfsg-2 [257 kB] unit-oai-hss-0: 10:17:16 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: 10:17:16 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-161.211 [773 kB] unit-oai-hss-0: 10:17:16 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-oai-hss-0: 10:17:16 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: 10:17:17 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: 10:17:17 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-oai-hss-0: 10:17:17 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-oai-hss-0: 10:17:17 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: 10:17:18 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-oai-hss-0: 10:17:18 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-oai-hss-0: 10:17:19 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: 10:17:19 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-oai-hss-0: 10:17:19 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: 10:17:19 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-oai-hss-0: 10:17:19 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: 10:17:20 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake-data all 2.8.12.2-0ubuntu3 [676 kB] unit-oai-hss-0: 10:17:20 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-oai-hss-0: 10:17:20 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: 10:17:20 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main doxygen amd64 1.8.6-2 [2408 kB] unit-oai-hss-0: 10:17:21 DEBUG unit.oai-hss/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe doxygen-gui amd64 1.8.6-2 [279 kB] unit-oai-hss-0: 10:17:21 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: 10:17:21 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: 10:17:21 DEBUG unit.oai-hss/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] unit-oai-hss-0: 10:17:21 DEBUG unit.oai-hss/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-oai-hss-0: 10:17:21 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: 10:17:22 DEBUG unit.oai-hss/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-oai-hss-0: 10:17:22 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: 10:17:22 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: 10:17:22 DEBUG unit.oai-hss/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] unit-oai-hss-0: 10:17:22 DEBUG unit.oai-hss/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] unit-oai-hss-0: 10:17:22 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: 10:17:22 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 10:17:23 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 16s (4096 kB/s) unit-oai-hss-0: 10:17:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-hss-0: 10:17:23 DEBUG unit.oai-hss/0.install (Reading database ... 83660 files and directories currently installed.) unit-oai-hss-0: 10:17:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:17:23 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 10:17:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 10:17:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 10:17:24 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 10:17:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 10:17:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 10:17:25 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 10:17:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 10:17:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 10:17:26 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 10:17:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 10:17:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 10:17:26 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 10:17:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 10:17:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 10:17:26 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 10:17:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 10:17:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:17:27 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:17:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 10:17:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:17:27 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:17:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 10:17:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-oai-hss-0: 10:17:28 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 10:17:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 10:17:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 10:17:28 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 10:17:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 10:17:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 10:17:29 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 10:17:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 10:17:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 10:17:30 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 10:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 10:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 10:17:32 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 10:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 10:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 10:17:32 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 10:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 10:17:32 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:17:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 10:17:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 10:17:33 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:17:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 10:17:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:17:33 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:17:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 10:17:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 10:17:34 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 10:17:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 10:17:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 10:17:35 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 10:17:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 10:17:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 10:17:35 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 10:17:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 10:17:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 10:17:35 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 10:17:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 10:17:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 10:17:36 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:17:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 10:17:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 10:17:37 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:17:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 10:17:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:17:37 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:17:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 10:17:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:17:38 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:17:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 10:17:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 10:17:38 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 10:17:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 10:17:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 10:17:39 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 10:17:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 10:17:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-oai-hss-0: 10:17:39 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 10:17:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 10:17:39 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: 10:17:39 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 10:17:40 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: 10:17:40 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 10:17:41 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: 10:17:41 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 10:17:41 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: 10:17:41 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 10:17:42 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: 10:17:42 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 10:17:43 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: 10:17:43 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 10:17:43 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: 10:17:43 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 10:17:43 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: 10:17:43 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 10:17:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 10:17:44 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:17:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 10:17:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 10:17:45 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 10:17:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 10:17:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 10:17:45 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 10:17:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 10:17:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 10:17:45 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 10:17:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 10:17:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 10:17:46 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 10:17:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 10:17:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 10:17:46 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 10:17:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 10:17:47 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: 10:17:47 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 10:17:48 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: 10:17:48 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 10:17:48 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: 10:17:48 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:17:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 10:17:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:17:49 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:17:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 10:17:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:17:49 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:17:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 10:17:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:17:50 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 10:17:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 10:17:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 10:17:50 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 10:17:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 10:17:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 10:17:51 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-oai-hss-0: 10:17:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 10:17:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 10:17:52 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 10:17:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 10:17:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 10:17:54 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 10:17:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 10:17:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 10:17:55 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 10:17:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 10:17:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 10:17:56 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 10:17:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 10:17:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 10:17:57 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:17:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 10:17:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ... unit-oai-hss-0: 10:17:58 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... unit-oai-hss-0: 10:18:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 10:18:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 10:18:00 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:18:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 10:18:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:18:03 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 10:18:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 10:18:04 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:18:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 10:18:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:18:04 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 10:18: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: 10:18:05 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 10:18:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 10:18:07 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:18:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 10:18:08 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: 10:18:09 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 10:18:09 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: 10:18:09 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 10:18:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 10:18:11 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:18:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 10:18:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 10:18:11 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 10:18:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 10:18:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 10:18:12 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 10:18:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 10:18:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 10:18:13 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 10:18:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 10:18:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 10:18:14 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-hss-0: 10:18:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 10:18:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 10:18:14 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:18:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 10:18:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 10:18:15 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:18:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 10:18:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 10:18:16 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:18:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 10:18:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 10:18:17 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-oai-hss-0: 10:18:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 10:18:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 10:18:18 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 10:18:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 10:18:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 10:18:19 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 10:18:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 10:18:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 10:18:19 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 10:18:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 10:18:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 10:18:20 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 10:18:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 10:18:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 10:18:20 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 10:18:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 10:18:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 10:18:21 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 10:18:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 10:18:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 10:18:21 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 10:18:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 10:18:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 10:18:21 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 10:18:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 10:18:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 10:18:22 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 10:18:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 10:18:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 10:18:23 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 10:18:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 10:18:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 10:18:23 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:18:25 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:18:27 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 10:18:27 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: 10:18:28 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 10:18:28 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 10:18:28 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 10:18:29 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 10:18:29 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 10:18:30 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 10:18:32 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 10:18:32 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 10:18:32 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:32 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:33 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 10:18:34 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 10:18:34 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 10:18:34 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:18:35 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:18:35 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:18:36 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:18:36 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 10:18:36 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 10:18:36 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 10:18:36 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 10:18:37 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:18:39 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:18:39 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:40 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:40 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 10:18:41 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 10:18:41 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 10:18:41 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:18:41 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 10:18:41 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 10:18:41 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:18:42 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:18:42 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:18:42 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:18:42 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:18:43 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:18:43 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:18:45 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 10:18:45 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 10:18:45 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 10:18:46 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 10:18:46 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 10:18:46 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 10:18:46 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:18:47 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:47 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:47 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 10:18:47 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-oai-hss-0: 10:18:48 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 10:18:48 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 10:18:48 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-oai-hss-0: 10:18:48 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 10:18:48 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 10:18:48 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 10:18:48 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 10:18:48 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:18:49 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-161.211) ... unit-oai-hss-0: 10:18:49 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:18:49 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:49 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:18:50 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:50 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:50 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:18:50 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:51 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:18:51 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:18:51 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-oai-hss-0: 10:18:51 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 10:18:51 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 10:18:51 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 10:18:52 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 10:18:52 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:18:52 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:18:52 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:18:52 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 10:18:53 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 10:18:53 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 10:18:53 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: 10:18:53 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 10:18:53 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 10:18:54 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 10:18:54 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 10:18:54 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 10:18:54 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 10:18:55 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 10:18:55 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:18:55 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 10:18:55 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 10:18:55 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 10:18:55 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 10:18:56 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 10:18:57 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:18:57 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:18:57 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 10:18:57 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:18:57 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB] unit-oai-hss-0: 10:18:58 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libserf-1-1 amd64 1.3.3-1ubuntu0.1 [42.2 kB] unit-oai-hss-0: 10:18:59 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsvn1 amd64 1.8.8-1ubuntu3.3 [918 kB] unit-oai-hss-0: 10:18:59 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: 10:18:59 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 1s (1164 kB/s) unit-oai-hss-0: 10:19:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 10:19:01 DEBUG unit.oai-hss/0.install (Reading database ... 90389 files and directories currently installed.) unit-oai-hss-0: 10:19:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 10:19:01 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 10:19:01 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 10:19:01 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 10:19:02 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 10:19:02 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 10:19:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:19:02 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 10:19:02 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:19:02 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 10:19:02 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 10:19:02 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 10:19:02 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-abot-epc-basic-0: 10:19:02 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 10:19:02 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 10:19:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 10:19:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:19:02 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 10:19:02 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-abot-epc-basic-0: 10:19:02 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 10:19:02 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 10:19:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 10:19:03 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 10:19:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:19:03 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 10:19:03 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 10:19:03 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 10:19:03 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 10:19:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 10:19:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:19:03 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-abot-epc-basic-0: 10:19:03 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:19:03 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 10:19:03 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 10:19:03 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-abot-epc-basic-0: 10:19:03 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-abot-epc-basic-0: 10:19:03 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 10:19:03 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:19:03 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 10:19:03 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start SHA256:7ne6M/ysRCB+Wd0taMcohx8jJ7E4ejSYDO+zENpdnKQ root@juju-2cf6b2-default-0 unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | . . . | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | + * o = = . | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | . E X B X = .| unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | o = = * O + . | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | . o * S . . | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | . * . | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | . ... | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | . .=.. | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | ..+Oo | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-oai-hss-0: 10:19:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 10:19:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 10:19:03 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-2cf6b2-default-0 unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 10:19:03 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: 10:19:03 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start SHA256:cHoFE6jOG/X00cRWWWEqmsOGMCpbiEnzefim4erWgSk ubuntu@juju-2cf6b2-default-0 unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | .+. . ..=o| unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | . o + + | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | o +. . .= . | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start |o.+ = +++.+ o | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start |oooO o.+SB . | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start |Eo+.* .o o | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start |.....= | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start | ...= | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start |oo.o | unit-abot-epc-basic-0: 10:19:03 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 10:19:03 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:19:04 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 10:19:04 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 10:19:04 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-abot-epc-basic-0: 10:19:04 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:19:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:19:04 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 10:19:04 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 10:19:04 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-abot-epc-basic-0: 10:19:04 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 10:19:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 10:19:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 10:19:04 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:19:04 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 10:19:04 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-abot-epc-basic-0: 10:19:04 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 10:19:04 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 10:19:04 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:19:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:19:05 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 10:19:05 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 10:19:06 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 10:19:06 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 10:19:06 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 10:19:07 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install Need to get 11.0 MB of archives. unit-oai-hss-0: 10:19:08 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 10:19:08 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: 10:19:09 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] unit-oai-hss-0: 10:19:09 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] unit-oai-hss-0: 10:19:09 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3754 kB] unit-oai-hss-0: 10:19:10 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: 10:19:10 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0 amd64 0.9-1 [81.8 kB] unit-oai-hss-0: 10:19:10 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-oai-hss-0: 10:19:10 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-doc all 1.4.9-2 [300 kB] unit-oai-hss-0: 10:19:11 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig8-dev amd64 1.4.9-2 [1766 B] unit-oai-hss-0: 10:19:11 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgpg-error-dev amd64 1.12-0.2ubuntu1 [20.1 kB] unit-oai-hss-0: 10:19:11 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11-dev amd64 1.5.3-2ubuntu4.6 [273 kB] unit-oai-hss-0: 10:19:11 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-oai-hss-0: 10:19:11 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: 10:19:11 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: 10:19:11 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1.1 [166 kB] unit-oai-hss-0: 10:19:12 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: 10:19:12 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: 10:19:12 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp-dev amd64 1.0.15+dfsg-1 [64.4 kB] unit-oai-hss-0: 10:19:12 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.26 [1072 kB] unit-oai-hss-0: 10:19:12 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.26 [971 kB] unit-oai-hss-0: 10:19:12 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: 10:19:12 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: 10:19:13 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-0ubuntu0.14.04.1 [11.0 kB] unit-oai-hss-0: 10:19:13 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0-dev amd64 0.9-1 [292 kB] unit-oai-hss-0: 10:19:13 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 10:19:13 DEBUG unit.oai-hss/0.install Fetched 11.0 MB in 5s (2160 kB/s) unit-oai-hss-0: 10:19:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 10:19:13 DEBUG unit.oai-hss/0.install (Reading database ... 90500 files and directories currently installed.) unit-oai-hss-0: 10:19:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 10:19:13 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 10:19:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 10:19:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 10:19:14 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:19:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 10:19:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 10:19:14 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:19:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 10:19:14 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: 10:19:14 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:19:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 10:19:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 10:19:16 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:19:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 10:19:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 10:19:18 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 10:19:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 10:19:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 10:19:18 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 10:19:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 10:19:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 10:19:18 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 10:19:19 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 10:19:20 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:19:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 10:19:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 10:19:21 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 10:19:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 10:19:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 10:19:21 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:19:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 10:19:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 10:19:22 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 10:19:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 10:19:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 10:19:23 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 10:19:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 10:19:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 10:19:24 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:19:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 10:19:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 10:19:24 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:19:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 10:19:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 10:19:24 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:19:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 10:19:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 10:19:25 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 10:19:25 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 10:19:26 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 10:19:26 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 10:19:26 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 10:19:26 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:19:27 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:19:27 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:19:27 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:19:32 DEBUG unit.oai-hss/0.install 181109 10:19:32 [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: 10:19:32 DEBUG unit.oai-hss/0.install 181109 10:19:32 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 10:19:32 DEBUG unit.oai-hss/0.install 181109 10:19:32 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 11646 ... unit-oai-hss-0: 10:19:43 DEBUG unit.oai-hss/0.install mysql start/running, process 11779 unit-oai-hss-0: 10:19:44 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 10:19:44 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 10:19:44 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 10:19:44 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 10:19:44 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 10:19:45 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 10:19:45 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 10:19:45 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 10:19:46 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:19:46 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 10:19:46 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:19:46 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 10:19:46 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:19:46 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 10:19:47 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 10:19:47 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:19:47 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:19:47 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 10:19:47 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 10:19:47 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:19:47 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 10:19:48 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 10:19:48 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: 10:19:48 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: 10:19:49 DEBUG unit.oai-hss/0.install Fetched 300 kB in 0s (572 kB/s) unit-oai-hss-0: 10:19:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 10:19:49 DEBUG unit.oai-hss/0.install (Reading database ... 92501 files and directories currently installed.) unit-oai-hss-0: 10:19:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:19:49 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:19:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 10:19:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:19:50 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:19:50 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:19:51 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:19:51 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install --2018-11-09 10:19:52-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 10:19:52 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: 10:19:52 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 378K 3s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 756K 2s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 55.4M 1s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 767K 1s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 56.1M 1s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 62.0M 1s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 59.3M 1s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 65.1M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 786K 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 54.7M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 54.1M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 63.7M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 52.3M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 55.1M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 56.6M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 51.6M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 831K 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 63.3M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 60.1M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 63.2M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 50.0M 0s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 73.9M=0.4s unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install 2018-11-09 10:19:52 (2.64 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 10:19:52 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 10:19:53 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:19: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 aesdata.o -MD -MP -MF aesdata.o.d -fpic -c aesdata.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 desdata.o -MD -MP -MF desdata.o.d -fpic -c desdata.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 twofishdata.o -MD -MP -MF twofishdata.o.d -fpic -c twofishdata.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 shadata.o -MD -MP -MF shadata.o.d -fpic -c shadata.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 gcmdata.o -MD -MP -MF gcmdata.o.d -fpic -c gcmdata.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 getopt.o -MD -MP -MF getopt.o.d -fpic -c getopt.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 getopt1.o -MD -MP -MF getopt1.o.d -fpic -c getopt1.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 10:19: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 aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s unit-oai-hss-0: 10:19:54 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: 10:19: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 aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 10:19: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 aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s unit-oai-hss-0: 10:19:54 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: 10:19: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 aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 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: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 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: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 aes-meta.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 arcfour.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 arcfour-meta.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 arctwo.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base16-encode.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base16-decode.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base16-meta.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base64-encode.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base64-decode.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base64-meta.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ unit-oai-hss-0: 10:19:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 camellia-crypt.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 10:19: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 camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s unit-oai-hss-0: 10:19:55 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: 10:19: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 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: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 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: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 camellia-table.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 camellia-meta.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 cast128.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 cbc.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 ctr.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 gcm.o -MD -MP -MF gcm.o.d -fpic -c gcm.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 10:19:55 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: 10:19:55 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19:55 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: 10:19:55 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19:55 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: 10:19:55 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19:55 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: 10:19:55 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19:55 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: 10:19:55 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19:55 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: 10:19:55 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: 10:19:55 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19:55 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: 10:19:55 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19: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 gcm-aes.o -MD -MP -MF gcm-aes.o.d -fpic -c gcm-aes.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 des.o -MD -MP -MF des.o.d -fpic -c des.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 des3.o -MD -MP -MF des3.o.d -fpic -c des3.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 des-compat.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 hmac.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 hmac-md5.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -fpic -c hmac-ripemd160.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ unit-oai-hss-0: 10:19:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 md2.o -MD -MP -MF md2.o.d -fpic -c md2.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 md2-meta.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 md5.o -MD -MP -MF md5.o.d -fpic -c md5.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 md5-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 md5-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 md5-meta.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 ripemd160.o -MD -MP -MF ripemd160.o.d -fpic -c ripemd160.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -fpic -c ripemd160-compress.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -fpic -c ripemd160-meta.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 10:19: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 salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -fpic -c salsa20-crypt.s unit-oai-hss-0: 10:19:56 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: 10:19: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 salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -fpic -c salsa20-set-key.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sha1.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 10:19: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 sha1-compress.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s unit-oai-hss-0: 10:19: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 sha1-meta.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:56 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: 10:19: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 sha256.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sha224-meta.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sha256-meta.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sha512.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sha512-compress.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ unit-oai-hss-0: 10:19:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sha384-meta.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sha512-meta.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -fpic -c serpent-set-key.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 10:19: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 serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -fpic -c serpent-encrypt.s unit-oai-hss-0: 10:19:57 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: 10:19:57 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 10:19: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 serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -fpic -c serpent-decrypt.s unit-oai-hss-0: 10:19: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 serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:57 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: 10:19: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 twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 buffer.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 buffer-init.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-epc-0: 10:19:57 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 10:19: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 realloc.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -fpic -c nettle-meta-hashes.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -fpic -c nettle-meta-ciphers.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -fpic -c nettle-meta-armors.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 write-be32.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 write-le32.o -MD -MP -MF write-le32.o.d -fpic -c write-le32.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 10:19: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 memxor.o -MD -MP -MF memxor.o.d -fpic -c memxor.s unit-oai-hss-0: 10:19: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 sexp.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 10:19: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 sexp-format.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sexp-transport.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 bignum.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 bignum-next-prime.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ unit-oai-hss-0: 10:19:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 bignum-random.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 pkcs1.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -fpic -c pkcs1-encrypt.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -fpic -c pkcs1-decrypt.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -fpic -c pkcs1-rsa-digest.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -fpic -c rsa-pkcs1-sign.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 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: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -fpic -c rsa-pkcs1-verify.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -fpic -c rsa-decrypt-tr.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-compat.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa-blind.o -MD -MP -MF rsa-blind.o.d -fpic -c rsa-blind.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ unit-oai-hss-0: 10:19:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 dsa.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 dsa-sign.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 dsa-verify.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 10:19: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 rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:19: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 der2rsa.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 der2dsa.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 10:19: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 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: 10:19: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 aes-decrypt.po -MD -MP -MF aes-decrypt.po.d -fpic -c aes-decrypt.c -o aes-decrypt.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19:59 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: 10:19:59 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 10:19: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 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: 10:19:59 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: 10:19: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 aes-encrypt.po -MD -MP -MF aes-encrypt.po.d -fpic -c aes-encrypt.c -o aes-encrypt.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 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: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 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: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 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: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 aes-meta.po -MD -MP -MF aes-meta.po.d -fpic -c aes-meta.c -o aes-meta.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 arcfour.po -MD -MP -MF arcfour.po.d -fpic -c arcfour.c -o arcfour.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 arcfour-crypt.po -MD -MP -MF arcfour-crypt.po.d -fpic -c arcfour-crypt.c -o arcfour-crypt.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 arcfour-meta.po -MD -MP -MF arcfour-meta.po.d -fpic -c arcfour-meta.c -o arcfour-meta.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 arctwo.po -MD -MP -MF arctwo.po.d -fpic -c arctwo.c -o arctwo.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 arctwo-meta.po -MD -MP -MF arctwo-meta.po.d -fpic -c arctwo-meta.c -o arctwo-meta.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base16-encode.po -MD -MP -MF base16-encode.po.d -fpic -c base16-encode.c -o base16-encode.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base16-decode.po -MD -MP -MF base16-decode.po.d -fpic -c base16-decode.c -o base16-decode.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base16-meta.po -MD -MP -MF base16-meta.po.d -fpic -c base16-meta.c -o base16-meta.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base64-encode.po -MD -MP -MF base64-encode.po.d -fpic -c base64-encode.c -o base64-encode.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:19: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 base64-decode.po -MD -MP -MF base64-decode.po.d -fpic -c base64-decode.c -o base64-decode.po \ unit-oai-hss-0: 10:19:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 base64-meta.po -MD -MP -MF base64-meta.po.d -fpic -c base64-meta.c -o base64-meta.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 camellia-crypt.po -MD -MP -MF camellia-crypt.po.d -fpic -c camellia-crypt.c -o camellia-crypt.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 10:20: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 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: 10:20: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 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: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:00 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: 10:20: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 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: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 camellia-table.po -MD -MP -MF camellia-table.po.d -fpic -c camellia-table.c -o camellia-table.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 camellia-meta.po -MD -MP -MF camellia-meta.po.d -fpic -c camellia-meta.c -o camellia-meta.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 cast128.po -MD -MP -MF cast128.po.d -fpic -c cast128.c -o cast128.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 cast128-meta.po -MD -MP -MF cast128-meta.po.d -fpic -c cast128-meta.c -o cast128-meta.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 blowfish.po -MD -MP -MF blowfish.po.d -fpic -c blowfish.c -o blowfish.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 cbc.po -MD -MP -MF cbc.po.d -fpic -c cbc.c -o cbc.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 ctr.po -MD -MP -MF ctr.po.d -fpic -c ctr.c -o ctr.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 gcm.po -MD -MP -MF gcm.po.d -fpic -c gcm.c -o gcm.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 10:20:00 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: 10:20:00 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:00 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: 10:20:00 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:00 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: 10:20:00 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:00 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: 10:20:00 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:00 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: 10:20:00 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:00 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: 10:20:00 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: 10:20:00 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:00 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: 10:20:00 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20: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 gcm-aes.po -MD -MP -MF gcm-aes.po.d -fpic -c gcm-aes.c -o gcm-aes.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 des.po -MD -MP -MF des.po.d -fpic -c des.c -o des.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 des3.po -MD -MP -MF des3.po.d -fpic -c des3.c -o des3.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 des-compat.po -MD -MP -MF des-compat.po.d -fpic -c des-compat.c -o des-compat.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 hmac.po -MD -MP -MF hmac.po.d -fpic -c hmac.c -o hmac.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 hmac-md5.po -MD -MP -MF hmac-md5.po.d -fpic -c hmac-md5.c -o hmac-md5.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 hmac-ripemd160.po -MD -MP -MF hmac-ripemd160.po.d -fpic -c hmac-ripemd160.c -o hmac-ripemd160.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 hmac-sha1.po -MD -MP -MF hmac-sha1.po.d -fpic -c hmac-sha1.c -o hmac-sha1.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 hmac-sha224.po -MD -MP -MF hmac-sha224.po.d -fpic -c hmac-sha224.c -o hmac-sha224.po \ unit-oai-hss-0: 10:20:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 hmac-sha256.po -MD -MP -MF hmac-sha256.po.d -fpic -c hmac-sha256.c -o hmac-sha256.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 hmac-sha384.po -MD -MP -MF hmac-sha384.po.d -fpic -c hmac-sha384.c -o hmac-sha384.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 hmac-sha512.po -MD -MP -MF hmac-sha512.po.d -fpic -c hmac-sha512.c -o hmac-sha512.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 knuth-lfib.po -MD -MP -MF knuth-lfib.po.d -fpic -c knuth-lfib.c -o knuth-lfib.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 md2.po -MD -MP -MF md2.po.d -fpic -c md2.c -o md2.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 md2-meta.po -MD -MP -MF md2-meta.po.d -fpic -c md2-meta.c -o md2-meta.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 md4.po -MD -MP -MF md4.po.d -fpic -c md4.c -o md4.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 md4-meta.po -MD -MP -MF md4-meta.po.d -fpic -c md4-meta.c -o md4-meta.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 md5.po -MD -MP -MF md5.po.d -fpic -c md5.c -o md5.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 md5-compress.po -MD -MP -MF md5-compress.po.d -fpic -c md5-compress.c -o md5-compress.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 md5-compat.po -MD -MP -MF md5-compat.po.d -fpic -c md5-compat.c -o md5-compat.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 md5-meta.po -MD -MP -MF md5-meta.po.d -fpic -c md5-meta.c -o md5-meta.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 ripemd160.po -MD -MP -MF ripemd160.po.d -fpic -c ripemd160.c -o ripemd160.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 ripemd160-compress.po -MD -MP -MF ripemd160-compress.po.d -fpic -c ripemd160-compress.c -o ripemd160-compress.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 ripemd160-meta.po -MD -MP -MF ripemd160-meta.po.d -fpic -c ripemd160-meta.c -o ripemd160-meta.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 10:20: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 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: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 salsa20-crypt.po -MD -MP -MF salsa20-crypt.po.d -fpic -c salsa20-crypt.s -o salsa20-crypt.po unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.po : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.po.d unit-oai-hss-0: 10:20: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 sha1.po -MD -MP -MF sha1.po.d -fpic -c sha1.c -o sha1.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 10:20: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 sha1-compress.po -MD -MP -MF sha1-compress.po.d -fpic -c sha1-compress.s -o sha1-compress.po unit-oai-hss-0: 10:20:01 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: 10:20: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 sha1-meta.po -MD -MP -MF sha1-meta.po.d -fpic -c sha1-meta.c -o sha1-meta.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 sha256.po -MD -MP -MF sha256.po.d -fpic -c sha256.c -o sha256.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 sha256-compress.po -MD -MP -MF sha256-compress.po.d -fpic -c sha256-compress.c -o sha256-compress.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 sha224-meta.po -MD -MP -MF sha224-meta.po.d -fpic -c sha224-meta.c -o sha224-meta.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 sha256-meta.po -MD -MP -MF sha256-meta.po.d -fpic -c sha256-meta.c -o sha256-meta.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 sha512.po -MD -MP -MF sha512.po.d -fpic -c sha512.c -o sha512.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 sha512-compress.po -MD -MP -MF sha512-compress.po.d -fpic -c sha512-compress.c -o sha512-compress.po \ unit-oai-hss-0: 10:20:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 sha384-meta.po -MD -MP -MF sha384-meta.po.d -fpic -c sha384-meta.c -o sha384-meta.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 sha512-meta.po -MD -MP -MF sha512-meta.po.d -fpic -c sha512-meta.c -o sha512-meta.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 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: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 10:20: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 serpent-encrypt.po -MD -MP -MF serpent-encrypt.po.d -fpic -c serpent-encrypt.s -o serpent-encrypt.po unit-oai-hss-0: 10:20:02 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: 10:20:02 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 10:20: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 serpent-decrypt.po -MD -MP -MF serpent-decrypt.po.d -fpic -c serpent-decrypt.s -o serpent-decrypt.po unit-oai-hss-0: 10:20:02 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: 10:20: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 serpent-meta.po -MD -MP -MF serpent-meta.po.d -fpic -c serpent-meta.c -o serpent-meta.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 twofish.po -MD -MP -MF twofish.po.d -fpic -c twofish.c -o twofish.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 twofish-meta.po -MD -MP -MF twofish-meta.po.d -fpic -c twofish-meta.c -o twofish-meta.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 yarrow256.po -MD -MP -MF yarrow256.po.d -fpic -c yarrow256.c -o yarrow256.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 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: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 buffer.po -MD -MP -MF buffer.po.d -fpic -c buffer.c -o buffer.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 buffer-init.po -MD -MP -MF buffer-init.po.d -fpic -c buffer-init.c -o buffer-init.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 realloc.po -MD -MP -MF realloc.po.d -fpic -c realloc.c -o realloc.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 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: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 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: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 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: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 write-be32.po -MD -MP -MF write-be32.po.d -fpic -c write-be32.c -o write-be32.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 write-le32.po -MD -MP -MF write-le32.po.d -fpic -c write-le32.c -o write-le32.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 10:20: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 memxor.po -MD -MP -MF memxor.po.d -fpic -c memxor.s -o memxor.po unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 10:20: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 sexp.po -MD -MP -MF sexp.po.d -fpic -c sexp.c -o sexp.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 sexp-format.po -MD -MP -MF sexp-format.po.d -fpic -c sexp-format.c -o sexp-format.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 sexp-transport.po -MD -MP -MF sexp-transport.po.d -fpic -c sexp-transport.c -o sexp-transport.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 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: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 bignum.po -MD -MP -MF bignum.po.d -fpic -c bignum.c -o bignum.po \ unit-oai-hss-0: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20: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 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: 10:20:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:20:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:20:04 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: 10:20:04 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs desdata.o -lgmp -o desdata unit-oai-hss-0: 10:20:04 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: 10:20:04 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: 10:20:04 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: 10:20:04 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 10:20:04 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: 10:20:04 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 10:20:04 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: 10:20:04 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: 10:20:04 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 10:20:04 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: 10:20:04 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 10:20:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:20: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-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true unit-oai-hss-0: 10:20: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 input.o -MD -MP -MF input.o.d -c input.c && true unit-oai-hss-0: 10:20: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 output.o -MD -MP -MF output.o.d -c output.c && true unit-oai-hss-0: 10:20: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 parse.o -MD -MP -MF parse.o.d -c parse.c && true unit-oai-hss-0: 10:20: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 misc.o -MD -MP -MF misc.o.d -c misc.c && true unit-oai-hss-0: 10:20: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 nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true unit-oai-hss-0: 10:20: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 nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true unit-oai-hss-0: 10:20: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-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true unit-oai-hss-0: 10:20: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.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv unit-oai-hss-0: 10:20: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.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream unit-oai-hss-0: 10:20: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.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash unit-oai-hss-0: 10:20: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.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv unit-oai-hss-0: 10:20:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:20:05 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 10:20:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:20: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 aes-test.o -MD -MP -MF aes-test.o.d -c aes-test.c && true unit-oai-hss-0: 10:20: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 testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true unit-oai-hss-0: 10:20: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 arcfour-test.o -MD -MP -MF arcfour-test.o.d -c arcfour-test.c && true unit-oai-hss-0: 10:20: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 arctwo-test.o -MD -MP -MF arctwo-test.o.d -c arctwo-test.c && true unit-oai-hss-0: 10:20: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 blowfish-test.o -MD -MP -MF blowfish-test.o.d -c blowfish-test.c && true unit-oai-hss-0: 10:20: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 cast128-test.o -MD -MP -MF cast128-test.o.d -c cast128-test.c && true unit-oai-hss-0: 10:20: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 base16-test.o -MD -MP -MF base16-test.o.d -c base16-test.c && true unit-oai-hss-0: 10:20: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 base64-test.o -MD -MP -MF base64-test.o.d -c base64-test.c && true unit-oai-hss-0: 10:20: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 camellia-test.o -MD -MP -MF camellia-test.o.d -c camellia-test.c && true unit-oai-hss-0: 10:20: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 des-test.o -MD -MP -MF des-test.o.d -c des-test.c && true unit-oai-hss-0: 10:20: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 des3-test.o -MD -MP -MF des3-test.o.d -c des3-test.c && true unit-oai-hss-0: 10:20: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 des-compat-test.o -MD -MP -MF des-compat-test.o.d -c des-compat-test.c && true unit-oai-hss-0: 10:20: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 md2-test.o -MD -MP -MF md2-test.o.d -c md2-test.c && true unit-oai-hss-0: 10:20: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 md4-test.o -MD -MP -MF md4-test.o.d -c md4-test.c && true unit-oai-hss-0: 10:20: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 md5-test.o -MD -MP -MF md5-test.o.d -c md5-test.c && true unit-oai-hss-0: 10:20: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 md5-compat-test.o -MD -MP -MF md5-compat-test.o.d -c md5-compat-test.c && true unit-oai-hss-0: 10:20: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 memxor-test.o -MD -MP -MF memxor-test.o.d -c memxor-test.c && true unit-oai-hss-0: 10:20: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 ripemd160-test.o -MD -MP -MF ripemd160-test.o.d -c ripemd160-test.c && true unit-oai-hss-0: 10:20: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 salsa20-test.o -MD -MP -MF salsa20-test.o.d -c salsa20-test.c && true unit-oai-hss-0: 10:20: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 sha1-test.o -MD -MP -MF sha1-test.o.d -c sha1-test.c && true unit-oai-hss-0: 10:20: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 sha224-test.o -MD -MP -MF sha224-test.o.d -c sha224-test.c && true unit-oai-hss-0: 10:20: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 sha256-test.o -MD -MP -MF sha256-test.o.d -c sha256-test.c && true unit-oai-hss-0: 10:20: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 sha384-test.o -MD -MP -MF sha384-test.o.d -c sha384-test.c && true unit-oai-hss-0: 10:20: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 sha512-test.o -MD -MP -MF sha512-test.o.d -c sha512-test.c && true unit-oai-hss-0: 10:20: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 serpent-test.o -MD -MP -MF serpent-test.o.d -c serpent-test.c && true unit-oai-hss-0: 10:20: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 twofish-test.o -MD -MP -MF twofish-test.o.d -c twofish-test.c && true unit-oai-hss-0: 10:20: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 knuth-lfib-test.o -MD -MP -MF knuth-lfib-test.o.d -c knuth-lfib-test.c && true unit-oai-hss-0: 10:20: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 cbc-test.o -MD -MP -MF cbc-test.o.d -c cbc-test.c && true unit-oai-hss-0: 10:20: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 ctr-test.o -MD -MP -MF ctr-test.o.d -c ctr-test.c && true unit-oai-hss-0: 10:20: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 gcm-test.o -MD -MP -MF gcm-test.o.d -c gcm-test.c && true unit-oai-hss-0: 10:20: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 hmac-test.o -MD -MP -MF hmac-test.o.d -c hmac-test.c && true unit-oai-hss-0: 10:20: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 meta-hash-test.o -MD -MP -MF meta-hash-test.o.d -c meta-hash-test.c && true unit-oai-hss-0: 10:20: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 meta-cipher-test.o -MD -MP -MF meta-cipher-test.o.d -c meta-cipher-test.c && true unit-oai-hss-0: 10:20: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 meta-armor-test.o -MD -MP -MF meta-armor-test.o.d -c meta-armor-test.c && true unit-oai-hss-0: 10:20: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 buffer-test.o -MD -MP -MF buffer-test.o.d -c buffer-test.c && true unit-oai-hss-0: 10:20: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 yarrow-test.o -MD -MP -MF yarrow-test.o.d -c yarrow-test.c && true unit-oai-hss-0: 10:20: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 sexp-test.o -MD -MP -MF sexp-test.o.d -c sexp-test.c && true unit-oai-hss-0: 10:20: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 sexp-format-test.o -MD -MP -MF sexp-format-test.o.d -c sexp-format-test.c && true unit-oai-hss-0: 10:20: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 rsa2sexp-test.o -MD -MP -MF rsa2sexp-test.o.d -c rsa2sexp-test.c && true unit-oai-hss-0: 10:20: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 sexp2rsa-test.o -MD -MP -MF sexp2rsa-test.o.d -c sexp2rsa-test.c && true unit-oai-hss-0: 10:20: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 bignum-test.o -MD -MP -MF bignum-test.o.d -c bignum-test.c && true unit-oai-hss-0: 10:20: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-test.o -MD -MP -MF random-prime-test.o.d -c random-prime-test.c && true unit-oai-hss-0: 10:20: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 pkcs1-test.o -MD -MP -MF pkcs1-test.o.d -c pkcs1-test.c && true unit-oai-hss-0: 10:20: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-test.o -MD -MP -MF rsa-test.o.d -c rsa-test.c && true unit-oai-hss-0: 10:20: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-test.o -MD -MP -MF rsa-encrypt-test.o.d -c rsa-encrypt-test.c && true unit-oai-hss-0: 10:20: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-test.o -MD -MP -MF rsa-keygen-test.o.d -c rsa-keygen-test.c && true unit-oai-hss-0: 10:20: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 dsa-test.o -MD -MP -MF dsa-test.o.d -c dsa-test.c && true unit-oai-hss-0: 10:20: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 dsa-keygen-test.o -MD -MP -MF dsa-keygen-test.o.d -c dsa-keygen-test.c && true unit-oai-hss-0: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-oai-hss-0: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test unit-oai-hss-0: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test unit-oai-hss-0: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-keygen-test unit-oai-hss-0: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:20:08 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 10:20:08 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:20:08 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: 10:20:08 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: 10:20:08 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: 10:20:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true unit-oai-hss-0: 10:20:08 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: 10:20:09 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 10:20:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 10:20:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 10:20:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:20:09 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: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64dec.o -MD -MP -MF base64dec.o.d -c base64dec.c && true unit-oai-hss-0: 10:20:09 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: 10:20:09 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: 10:20:09 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: 10:20:09 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: 10:20:09 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: 10:20:09 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: 10:20:09 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: 10:20:09 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: 10:20:09 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: 10:20:09 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: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 10:20:09 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 10:20:09 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: 10:20:09 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 10:20:10 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: 10:20:10 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: buffer unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 10:20:10 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 10:20:11 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 10:20:11 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 10:20:11 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 10:20:11 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 10:20:11 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 10:20:11 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 10:20:12 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: 10:20:12 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 10:20:12 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: 10:20:12 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 10:20:12 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 10:20:13 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:20:13 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 10:20:13 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 10:20:13 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi1 amd64 0.3.11.2-1ubuntu1 [142 kB] unit-oai-hss-0: 10:20:13 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: 10:20:14 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: 10:20:14 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: 10:20:14 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: 10:20:14 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: 10:20:14 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 10:20:14 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 2s (880 kB/s) unit-oai-hss-0: 10:20:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 10:20:15 DEBUG unit.oai-hss/0.install (Reading database ... 92519 files and directories currently installed.) unit-oai-hss-0: 10:20:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:20:15 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 10:20:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 10:20:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 10:20:15 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 10:20:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 10:20:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:20:16 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 10:20:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 10:20:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 10:20:16 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 10:20:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 10:20:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 10:20:18 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 10:20:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 10:20:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 10:20:18 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 10:20:18 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 10:20:18 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 10:20:19 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 10:20:19 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 10:20:20 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 10:20:20 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 10:20:20 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 10:20:20 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 10:20:20 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:20:21 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 10:20:21 DEBUG unit.oai-hss/0.install --2018-11-09 10:20:21-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 10:20:21 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: 10:20:21 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 10:20:21 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:20:21 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 10:20:21 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 10:20:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 138K 36s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 279K 27s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 500K 21s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 590K 18s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 910K 15s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.12M 13s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.15M 12s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.45M 10s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.56M 9s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.73M 9s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.00M 8s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.12M 7s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.36M 7s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.57M 6s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 2.96M 6s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.04M 6s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.24M 5s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.58M 5s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.37M 5s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 3.99M 5s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.00M 4s unit-oai-hss-0: 10:20:22 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.24M 4s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.47M 4s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.39M 4s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 4.64M 4s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 4.77M 3s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.03M 3s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 6.08M 3s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.20M 3s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 5.89M 3s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 5.62M 3s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 5.73M 3s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 7.34M 3s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 6.12M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.16M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 6.96M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.18M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 8.07M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 7.81M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 7.03M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 8.18M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 9.08M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 7.89M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 9.18M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 8.79M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 9.64M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 7.62M 2s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 11.1M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 9.68M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 9.72M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 9.35M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 12.5M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 9.25M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 9.71M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 12.4M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 11.1M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 11.1M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 10.2M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 10.0M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 12.4M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 10.9M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 11.0M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 10.2M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 12.7M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 14.0M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 15.7M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 12.6M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 13.5M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 12.3M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 13.4M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 12.5M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 16.5M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 16.9M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 12.3M 1s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 14.3M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 17.4M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 15.1M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 16.6M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 16.5M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 16.1M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 13.1M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 14.6M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 21.9M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 16.0M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 18.8M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 18.2M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 14.4M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 19.2M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 15.8M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 18.1M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 19.2M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 19.0M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 16.4M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 24.2M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 15.1M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 19.9M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 22.8M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 16.9M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 24.9M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 17.9M 0s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 17.1M=1.5s unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install 2018-11-09 10:20:23 (3.19 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 10:20:23 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 10:20:24 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: 10:20:24 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 10:20:24 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 10:20:25 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 10:20:26 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 10:20:27 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 10:20:28 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 10:20:29 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 10:20:30 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 10:20:31 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 10:20:32 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 10:20:33 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 10:20:34 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: 10:20:34 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: 10:20:34 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 10:20: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: 10:20:34 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 10:20:34 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 10:20:35 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 10:20:36 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install + PACKAGE_LIST=' autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install + sudo -S -E apt-get install -y autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 10:20:37 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 10:20:37 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.9 [65.7 kB] unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-epc-0: 10:20:38 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main iptables-dev amd64 1.4.21-1ubuntu1 [55.3 kB] unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-epc-0: 10:20:38 DEBUG unit.oai-epc/0.install Fetched 121 kB in 1s (120 kB/s) unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-epc-0: 10:20:38 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-epc-0: 10:20:38 DEBUG unit.oai-epc/0.install (Reading database ... 102424 files and directories currently installed.) unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-epc-0: 10:20:38 DEBUG unit.oai-epc/0.install Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.9_all.deb ... unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 10:20:38 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-epc-0: 10:20:39 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-epc-0: 10:20:39 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 10:20:39 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-epc-0: 10:20:39 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:39 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-epc-0: 10:20:40 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-epc-0: 10:20:40 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 10:20:40 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-epc-0: 10:20:41 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 10:20:41 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-epc-0: 10:20:42 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 10:20:42 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 10:20:42 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 10:20:42 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 10:20:42 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 10:20:42 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 10:20:42 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 10:20:42 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: 10:20:42 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 10:20:42 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 10:20:43 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: 10:20:43 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: 10:20:43 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 10:20:43 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: 10:20:43 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 10:20:43 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: 10:20:43 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 10:20:43 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: 10:20:43 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: 10:20:43 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 10:20:43 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: 10:20:43 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 10:20:43 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 10:20:44 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-epc-0: 10:20:45 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 10:20:45 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 10:20:45 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 10:20:45 DEBUG unit.oai-epc/0.install + sync unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-epc-0: 10:20:45 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 10:20:45 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Nov 9 10:08 /dev/zero unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 10:20:46 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-epc-0: 10:20:47 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 10:20:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-epc-0: 10:20:47 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 10:20:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-epc-0: 10:20:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-epc-0: 10:20:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-epc-0: 10:20:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-epc-0: 10:20:47 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 10:20:47 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 10:20:48 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install *** unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:20:49 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-epc-0: 10:20:49 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 10:20:50 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-hss-0: 10:20:50 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 10:20:51 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 10:20:51 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install checking kernel version that we will build against... 3.19.0.0 in /lib/modules/3.19.0-031900-generic/build unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-hss-0: 10:20:51 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 10:20:51 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 10:20:51 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-hss-0: 10:20:51 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 10:20:51 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-epc-0: 10:20:52 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 10:20:52 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-epc-0: 10:20:52 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:20:52 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 10:20:52 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-epc-0: 10:20:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-epc-0: 10:20:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-epc-0: 10:20:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 10:20:53 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-epc-0: 10:20:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-hss-0: 10:20:54 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 10:20:54 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 10:20:54 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-epc-0: 10:20:54 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-hss-0: 10:20:54 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-epc-0: 10:20:54 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-hss-0: 10:20:54 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 10:20:54 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-epc-0: 10:20:54 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-hss-0: 10:20:54 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 10:20:54 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-epc-0: 10:20:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 10:20:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 10:20:55 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-epc-0: 10:20:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 10:20:55 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 10:20:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-hss-0: 10:20:56 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-epc-0: 10:20:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 10:20:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-hss-0: 10:20:56 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-epc-0: 10:20:56 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-hss-0: 10:20:56 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 10:20:57 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-epc-0: 10:20:57 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 10:20:57 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 10:20:57 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 10:20:58 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-hss-0: 10:20:58 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-epc-0: 10:20:58 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-hss-0: 10:20:58 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-epc-0: 10:20:58 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-hss-0: 10:20:58 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 10:20:58 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-hss-0: 10:20:59 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-hss-0: 10:20:59 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 10:20:59 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-hss-0: 10:21:00 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-hss-0: 10:21:00 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 10:21:00 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-hss-0: 10:21:01 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-hss-0: 10:21:01 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 10:21:01 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-hss-0: 10:21:02 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install libxt_geoip.c:99:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-hss-0: 10:21:02 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 10:21:02 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-hss-0: 10:21:02 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF $depbase.Tpo -c -o libxt_ACCOUNT_cl.lo libxt_ACCOUNT_cl.c &&\ unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF .deps/libxt_ACCOUNT_cl.Tpo -c libxt_ACCOUNT_cl.c -fPIC -DPIC -o .libs/libxt_ACCOUNT_cl.o unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o libxt_ACCOUNT_cl.la -rpath /usr/local/lib libxt_ACCOUNT_cl.lo unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install libtool: link: gcc -shared -fPIC -DPIC .libs/libxt_ACCOUNT_cl.o -O2 -Wl,-soname -Wl,libxt_ACCOUNT_cl.so.0 -o .libs/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so.0" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so.0") unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so") unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install libtool: link: ( cd ".libs" && rm -f "libxt_ACCOUNT_cl.la" && ln -s "../libxt_ACCOUNT_cl.la" "libxt_ACCOUNT_cl.la" ) unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT iptaccount.o -MD -MP -MF $depbase.Tpo -c -o iptaccount.o iptaccount.c &&\ unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 10:21:02 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o iptaccount iptaccount.o libxt_ACCOUNT_cl.la unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o .libs/iptaccount iptaccount.o ./.libs/libxt_ACCOUNT_cl.so unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT pknlusr.o -MD -MP -MF $depbase.Tpo -c -o pknlusr.o pknlusr.c &&\ unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-hss-0: 10:21:03 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install for ext in ./extensions/libxt_condition.man ./extensions/libxt_dhcpmac.man ./extensions/libxt_fuzzy.man ./extensions/libxt_geoip.man ./extensions/libxt_gradm.man ./extensions/libxt_iface.man ./extensions/libxt_ipp2p.man ./extensions/libxt_ipv4options.man ./extensions/libxt_length2.man ./extensions/libxt_lscan.man ./extensions/libxt_psd.man ./extensions/libxt_quota2.man ./extensions/pknock/libxt_pknock.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >matches.man; unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install for ext in ./extensions/ACCOUNT/libxt_ACCOUNT.man ./extensions/libxt_CHAOS.man ./extensions/libxt_DELUDE.man ./extensions/libxt_DHCPMAC.man ./extensions/libxt_DNETMAP.man ./extensions/libxt_ECHO.man ./extensions/libxt_GTPUSP.man ./extensions/libxt_IPMARK.man ./extensions/libxt_LOGMARK.man ./extensions/libxt_SYSRQ.man ./extensions/libxt_TARPIT.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >targets.man; unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install sed -e '/@MATCHES@/ r matches.man' -e '/@TARGET@/ r targets.man' xtables-addons.8.in >xtables-addons.8; unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 10:21:03 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-hss-0: 10:21:03 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 10:21:03 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 10:21:04 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions INSTALL_MOD_PATH= ext-mod-dir='${INSTALL_MOD_DIR}' modules_install; fi; unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-hss-0: 10:21:04 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c libxt_ACCOUNT_cl.la '/usr/local/lib' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.so.0.0.0 /usr/local/lib/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0 || { rm -f libxt_ACCOUNT_cl.so.0 && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0; }; }) unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so || { rm -f libxt_ACCOUNT_cl.so && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so; }; }) unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.lai /usr/local/lib/libxt_ACCOUNT_cl.la unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 10:21:04 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install /usr/bin/install -c xt_geoip_build xt_geoip_dl '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xt_geoip_build.1 xt_geoip_dl.1 '/usr/local/share/man/man1' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 10:21:05 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-hss-0: 10:21:05 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 10:21:06 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 10:21:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:21:06 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 10:21:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:21:06 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 10:21:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:21:06 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 10:21:06 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 10:21:06 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 10:21:06 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 10:21:07 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 10:21:08 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 10:21:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:21:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:21:08 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 10:21:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:21:08 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 10:21:08 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 10:21:08 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 10:21:08 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-epc-0: 10:21:08 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-hss-0: 10:21:09 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 10:21:09 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 10:21:09 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 10:21:09 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 10:21:09 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 10:21:09 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 10:21:10 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 10:21:10 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 10:21:11 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 10:21:11 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 10:21:11 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 10:21:12 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 10:21:12 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:21:12 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 10:21:12 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:21:12 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 10:21:12 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 10:21:12 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 10:21:12 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 10:21:12 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 10:21:12 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 10:21:13 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 10:21:13 DEBUG unit.oai-hss/0.install CC ecc.lo unit-mysql-0: 10:21:13 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 10:21:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:21:13 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 10:21:13 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 10:21:13 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 10:21:13 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 10:21:13 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 10:21:13 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 10:21:13 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 10:21:13 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 10:21:13 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:21:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:21:13 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 10:21:13 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 10:21:13 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 10:21:14 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 10:21:15 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 10:21:16 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 10:21:16 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 10:21:16 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 10:21:16 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:21:16 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 10:21:16 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:21:16 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 10:21:17 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 10:21:17 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:21:17 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 10:21:17 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:21:17 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 10:21:17 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 10:21:17 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 10:21:17 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 10:21:17 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 10:21:18 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 10:21:18 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 10:21:18 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 10:21:19 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 10:21:20 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 10:21:20 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 10:21:20 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 10:21:20 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 10:21:21 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 10:21:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:21:21 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 10:21:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:21:21 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 10:21:21 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 10:21:21 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 10:21:21 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 10:21:22 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 10:21:22 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 10:21:22 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 10:21:23 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 10:21:23 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 10:21:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:21:23 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 10:21:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:21:23 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 10:21:23 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 10:21:23 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 10:21:23 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 10:21:24 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 10:21:24 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 10:21:25 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 10:21:25 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 10:21:25 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 10:21:25 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 10:21:25 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 10:21:25 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 10:21:26 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 10:21:26 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 10:21:26 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 10:21:26 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 10:21:26 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 10:21:26 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 10:21:26 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 10:21:27 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 10:21:28 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 10:21:28 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 10:21:28 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 10:21:29 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 10:21:30 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 10:21:30 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 10:21:30 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 10:21:31 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 10:21:31 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 10:21:31 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 10:21:32 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 10:21:32 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 10:21:32 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 10:21:33 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 10:21:33 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 10:21:33 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 10:21:34 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 10:21:34 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 10:21:34 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 10:21:34 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 10:21:34 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 10:21:35 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 10:21:35 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 10:21:35 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 10:21:36 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 10:21:36 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 10:21:36 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 10:21:36 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 10:21:36 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 10:21:36 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 10:21:37 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 10:21:37 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 10:21:37 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 10:21:37 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 10:21:38 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 10:21:38 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 10:21:38 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 10:21:38 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 10:21:39 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 10:21:39 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 10:21:39 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 10:21:39 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 10:21:40 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 10:21:40 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 10:21:40 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 10:21:41 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 10:21:41 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 10:21:41 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 10:21:41 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 10:21:42 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 10:21:42 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 10:21:42 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 10:21:43 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: 10:21:43 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:43 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: 10:21:43 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 10:21:43 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: 10:21:43 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:43 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: 10:21:43 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:43 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: 10:21:43 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 10:21:43 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: 10:21:43 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 10:21:43 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: 10:21:43 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:43 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: 10:21:43 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:43 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 10:21:44 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 10:21:45 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 10:21:45 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 10:21:45 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 10:21:45 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 10:21:46 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-epc-0: 10:21:46 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 10:21:46 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 10:21:46 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 10:21:46 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 10:21:46 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 10:21:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:21:46 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 10:21:46 DEBUG unit.oai-epc/0.install + cp /var/lib/juju/agents/unit-oai-epc-0/charm/files/mme_gw /etc/init/mme_gw.conf unit-oai-epc-0: 10:21:46 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 10:21:46 DEBUG unit.oai-epc/0.install + status-set blocked 'Waiting for active connection with HSS to actually run EPC...add hss relation' unit-oai-epc-0: 10:21:46 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:21:46 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-epc-0: 10:21:46 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 10:21:47 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 10:21:47 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 10:21:47 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-epc-0: 10:21:47 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 10:21:47 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 10:21:47 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 10:21:47 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-epc-0: 10:21:47 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 10:21:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 10:21:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 10:21:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 10:21:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 10:21:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-hss-0: 10:21:47 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-epc-0: 10:21:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 10:21:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-hss-0: 10:21:47 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 10:21:47 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-epc-0: 10:21:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 10:21:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 10:21:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 10:21:47 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.8 unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.8 ']' unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install Making all in src unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/config-changed: line 87: hss_id: unbound variable unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 10:21:48 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: 10:21:48 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 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: 10:21:48 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 10:21:48 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: 10:21:48 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 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: 10:21:48 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:21:48 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-epc-0: 10:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.realm: No such file or directory unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + rm -f /usr/etc/freeDiameter/mme.cacert.pem /usr/etc/freeDiameter/mme.cakey.pem /usr/etc/freeDiameter/mme.cert.pem /usr/etc/freeDiameter/mme.key.pem /usr/etc/freeDiameter/mme_fd.conf unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + sed -i s/oai-epc-0.openair4G.eur/oai-epc-0.openair4G.eur/ /etc/hosts unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 10:21:48 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 10:21:48 DEBUG unit.oai-hss/0.install ^ unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up the config option chose by the user or the default ones' unit-oai-epc-0: 10:21:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:21:49 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXENB/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXUE/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/RELATIVE_CAPACITY/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_STATISTIC_TIMER/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/EMERGENCY_ATTACH_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/UNAUTHENTICATED_IMSI_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MCC="[0-9]+"/MCC="208"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MNC="[0-9]+"/MNC="93"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+",-"192.188.1.0/24",-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+" -"192.188.2.0/24" -' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 10:21:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:21:49 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.8 unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_INTERFACE_NAME_FOR_S1_MME/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_INTERFACE_NAME_FOR_SGI/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.8/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.8/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.8/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_SEC_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + juju-log 'EPC is built, but is waiting for active connection to gather the last info' unit-oai-epc-0: 10:21:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:21:49 INFO unit.oai-epc/0.juju-log EPC is built, but is waiting for active connection to gather the last info unit-oai-epc-0: 10:21:49 DEBUG unit.oai-epc/0.config-changed + juju-log 'no HSS is found, so EPC is not going to be run' unit-oai-epc-0: 10:21:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:21:49 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 10:21:49 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 10:21:50 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 10:21:50 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-epc-0: 10:21:50 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:21:50 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 10:21:50 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 10:21:50 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-epc-0: 10:21:50 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-epc-0: 10:21:50 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 10:21:50 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 10:21:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 10:21:50 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:21:50 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:21:50 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 10:21:50 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:21:50 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 10:21:50 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 10:21:50 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 10:21:50 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-epc-0: 10:21:50 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:21:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:21:50 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 10:21:50 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 10:21:50 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 10:21:51 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 10:21:51 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 10:21:51 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 10:21:51 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 10:21:51 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 10:21:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:21:51 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 10:21:51 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:51 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:51 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-abot-epc-basic-0: 10:21:51 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-oai-epc-0: 10:21:51 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 10:21:51 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 10:21:51 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:21:51 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:21:51 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 10:21:51 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-epc-0: 10:21:51 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 10:21:51 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:51 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-hss-0: 10:21:51 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-abot-epc-basic-0: 10:21:51 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 10:21:51 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-hss-0: 10:21:51 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-epc-0: 10:21:51 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 10:21:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-abot-epc-basic-0: 10:21:51 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:21:51 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-oai-epc-0: 10:21:52 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-joined + sed -i 's/ABOT.ENB.tracking_area_code=[^ ]*/ABOT.ENB.tracking_area_code=1/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:21:52 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-abot-epc-basic-0: 10:21:52 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-abot-epc-basic-0: 10:21:52 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 10:21:52 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:52 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-abot-epc-basic-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:21:52 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 10:21:52 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-oai-hss-0: 10:21:52 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:21:52 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-abot-epc-basic-0: 10:21:52 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 10:21:52 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:52 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 10:21:52 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-oai-hss-0: 10:21:52 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-abot-epc-basic-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.8 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.8 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.8 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.8 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 8 -le 255 ]] unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.8 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.8 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 8 -le 255 ]] unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.8 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.8' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.8 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.8 unit-abot-epc-basic-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-abot-epc-basic-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:21:52 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-abot-epc-basic-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running= unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 10:21:52 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 10:21:52 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 10:21:52 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:52 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:21:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:21:52 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 10:21:52 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:52 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:52 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-hss-0: 10:21:52 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-abot-epc-basic-0: 10:21:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 10:21:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 10:21:52 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 10:21:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-hss-0: 10:21:53 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-abot-epc-basic-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 10:21:53 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-epc-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-abot-epc-basic-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 ']' unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep abot-epc-basic/0 /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep '^1 [0-9]+$' /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 10:21:53 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:53 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 10:21:53 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:53 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-epc-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep 'MCC[ ]*=[ ]*"208"[ ]*;[ ]*MNC[ ]*=[ ]*"93"[ ]*;[ ]*TAC[ ]*=[ ]*"1"' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 10:21:53 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-oai-epc-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + sed -r -i '/TAI_LIST/a {MCC="208" ; MNC="93"; TAC = "1";},' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:53 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 10:21:53 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:53 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit= unit-oai-epc-0: 10:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n '' ']' unit-oai-epc-0: 10:21:53 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-hss-0: 10:21:53 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 10:21:53 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 10:21:53 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:53 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-abot-epc-basic-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 10:21:53 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-hss-0: 10:21:53 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.8 unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 10:21:53 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 10:21:53 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:53 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-abot-epc-basic-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:21:53 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 10:21:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 10:21:53 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 10:21:53 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:21:53 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:21:54 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:21:54 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 10:21:54 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:21:54 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:21:54 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.8/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:21:54 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.8/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 10:21:54 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 10:21:54 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 10:21:54 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 10:21:54 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 10:21:54 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-abot-epc-basic-0: 10:21:54 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:21:54 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-epc-0: 10:21:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:21:54 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 10:21:54 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:21:54 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:21:54 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:21:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:21:54 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:21:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:21:55 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 10:21:55 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 10:21:55 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 10:21:55 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: 10:21:55 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 10:21:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:55 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 10:21:56 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 10:21:56 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 10:21:56 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 10:21:56 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 10:21:56 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: 10:21:56 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 10:21:56 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:56 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 10:21:57 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 10:21:57 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: 10:21:57 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 10:21:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:57 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: 10:21:57 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 10:21:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:57 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 10:21:57 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 10:21:57 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 10:21:57 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 10:21:57 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 10:21:57 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 10:21:57 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 10:21:58 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 10:21:58 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 10:21:58 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: 10:21:58 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 10:21:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:21:58 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 10:21:58 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 10:21:58 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 10:21:58 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 10:21:58 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 10:21:58 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 10:21:58 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 10:21:59 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 10:22:00 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 10:22:01 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: 10:22:01 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 10:22:01 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: 10:22:01 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:22:01 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 10:22:02 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 10:22:03 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `all-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 10:22:04 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: 10:22:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:22:04 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 10:22:05 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: 10:22:05 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: 10:22:05 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: 10:22:05 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: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CXX --mode=relink g++ -I./includes -I./includes -g -O2 -no-undefined -version-info 29:0:1 -o libgnutlsxx.la -rpath /usr/lib libgnutlsxx_la-gnutlsxx.lo libgnutls.la ) unit-oai-hss-0: 10:22:05 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: 10:22:05 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: 10:22:05 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: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 0:0:0 -o libgnutls-xssl.la -rpath /usr/lib xssl.lo xssl_getline.lo ../gl/libgnu.la libgnutls.la ) unit-oai-hss-0: 10:22:05 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: 10:22:05 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: 10:22:05 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: 10:22:05 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: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 10:22:05 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: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 10:22:05 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: 10:22:05 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/extra; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 27:2:0 -o libgnutls-openssl.la -rpath /usr/lib gnutls_openssl.lo openssl_compat.lo ../gl/libgnu.la ../lib/libgnutls.la ) unit-oai-hss-0: 10:22:05 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: 10:22:05 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: 10:22:05 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: 10:22:05 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: 10:22:05 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: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 10:22:05 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: 10:22:05 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 10:22:05 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: 10:22:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 10:22:05 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: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 10:22:05 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: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 10:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 10:22:06 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: 10:22:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_dh_params_import_raw.3 gnutls_dh_params_init.3 gnutls_dh_set_prime_bits.3 gnutls_dtls_cookie_send.3 gnutls_dtls_cookie_verify.3 gnutls_dtls_get_data_mtu.3 gnutls_dtls_get_mtu.3 gnutls_dtls_get_timeout.3 gnutls_dtls_prestate_set.3 gnutls_dtls_set_data_mtu.3 gnutls_dtls_set_mtu.3 gnutls_dtls_set_timeouts.3 gnutls_ecc_curve_get.3 gnutls_ecc_curve_get_name.3 gnutls_ecc_curve_get_size.3 gnutls_ecc_curve_list.3 gnutls_error_is_fatal.3 gnutls_error_to_alert.3 gnutls_fingerprint.3 gnutls_global_deinit.3 gnutls_global_init.3 gnutls_global_set_audit_log_function.3 gnutls_global_set_log_function.3 gnutls_global_set_log_level.3 gnutls_global_set_mem_functions.3 gnutls_global_set_mutex.3 gnutls_global_set_time_function.3 gnutls_handshake.3 gnutls_handshake_get_last_in.3 gnutls_handshake_get_last_out.3 gnutls_handshake_set_max_packet_length.3 gnutls_handshake_set_post_client_hello_function.3 gnutls_handshake_set_private_extensions.3 gnutls_handshake_set_random.3 gnutls_handshake_set_timeout.3 gnutls_hash.3 gnutls_hash_deinit.3 gnutls_hash_fast.3 gnutls_hash_get_len.3 gnutls_hash_init.3 '/usr/share/man/man3' unit-oai-hss-0: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 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: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 10:22:06 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: 10:22:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 10:22:06 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: 10:22:06 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 10:22:06 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 10:22:06 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: 10:22:06 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 10:22:07 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:22:07 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 10:22:07 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 10:22:07 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] unit-oai-hss-0: 10:22:07 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpciaccess0 amd64 0.13.2-1 [20.4 kB] unit-oai-hss-0: 10:22:07 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 amd64 2.4.67-1ubuntu0.14.04.2 [55.3 kB] unit-oai-hss-0: 10:22:07 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: 10:22:07 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-radeon1 amd64 2.4.67-1ubuntu0.14.04.2 [21.2 kB] unit-oai-hss-0: 10:22:07 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfontenc1 amd64 1:1.1.2-1 [15.6 kB] unit-oai-hss-0: 10:22:07 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libunistring0 amd64 0.9.3-5ubuntu3 [271 kB] unit-oai-hss-0: 10:22:08 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3 [108 kB] unit-oai-hss-0: 10:22:08 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libllvm3.4 amd64 1:3.4-1ubuntu3 [6540 kB] unit-oai-hss-0: 10:22:08 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-dri amd64 10.1.3-0ubuntu0.6 [4823 kB] unit-oai-hss-0: 10:22:08 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libglapi-mesa amd64 10.1.3-0ubuntu0.6 [21.0 kB] unit-oai-hss-0: 10:22:08 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: 10:22:08 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri2-0 amd64 1.10-2ubuntu1 [6710 B] unit-oai-hss-0: 10:22:09 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri3-0 amd64 1.10-2ubuntu1 [5118 B] unit-oai-hss-0: 10:22:09 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-glx0 amd64 1.10-2ubuntu1 [20.0 kB] unit-oai-hss-0: 10:22:09 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-present0 amd64 1.10-2ubuntu1 [5254 B] unit-oai-hss-0: 10:22:09 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-sync1 amd64 1.10-2ubuntu1 [8090 B] unit-oai-hss-0: 10:22:09 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxdamage1 amd64 1:1.1.4-1ubuntu1 [7612 B] unit-oai-hss-0: 10:22:09 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: 10:22:09 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxshmfence1 amd64 1.1-2 [4644 B] unit-oai-hss-0: 10:22:09 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86vm1 amd64 1:1.1.3-1 [11.7 kB] unit-oai-hss-0: 10:22:09 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: 10:22:09 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.3 [53.1 kB] unit-oai-hss-0: 10:22:09 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5clnt-mit9 amd64 1.12+dfsg-2ubuntu5.3 [36.1 kB] unit-oai-hss-0: 10:22:09 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkdb5-7 amd64 1.12+dfsg-2ubuntu5.3 [36.2 kB] unit-oai-hss-0: 10:22:09 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5srv-mit9 amd64 1.12+dfsg-2ubuntu5.3 [50.3 kB] unit-oai-hss-0: 10:22:10 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] unit-oai-hss-0: 10:22:10 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] unit-oai-hss-0: 10:22:10 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtcl8.6 amd64 8.6.1-4ubuntu1 [841 kB] unit-oai-hss-0: 10:22:10 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxft2 amd64 2.3.1-2 [36.2 kB] unit-oai-hss-0: 10:22:10 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxss1 amd64 1:1.2.2-1 [8582 B] unit-oai-hss-0: 10:22:10 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtk8.6 amd64 8.6.1-3ubuntu2 [689 kB] unit-oai-hss-0: 10:22:11 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxmu6 amd64 2:1.1.1-1 [53.8 kB] unit-oai-hss-0: 10:22:11 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: 10:22:11 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxaw7 amd64 2:1.0.12-1 [168 kB] unit-oai-hss-0: 10:22:11 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: 10:22:11 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: 10:22:11 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: 10:22:11 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrandr2 amd64 2:1.5.0-1~trusty1 [17.5 kB] unit-oai-hss-0: 10:22:11 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-oai-hss-0: 10:22:11 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: 10:22:11 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-oai-hss-0: 10:22:11 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-oai-hss-0: 10:22:11 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gettext amd64 0.18.3.1-1ubuntu3 [829 kB] unit-oai-hss-0: 10:22:11 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main intltool-debian all 0.35.0+20060710.1 [31.6 kB] unit-oai-hss-0: 10:22:12 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB] unit-oai-hss-0: 10:22:12 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dh-apparmor all 2.10.95-0ubuntu2.6~14.04.4 [11.3 kB] unit-oai-hss-0: 10:22:12 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debhelper all 9.20131227ubuntu1 [604 kB] unit-oai-hss-0: 10:22:12 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main comerr-dev amd64 2.1-1.42.9-3ubuntu1.3 [38.3 kB] unit-oai-hss-0: 10:22:12 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: 10:22:12 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3 [4438 B] unit-oai-hss-0: 10:22:12 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo-dev amd64 0.18.3.1-1ubuntu3 [122 kB] unit-oai-hss-0: 10:22:12 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsys-hostname-long-perl all 1.4-3 [11.3 kB] unit-oai-hss-0: 10:22:12 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: 10:22:12 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: 10:22:12 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: 10:22:12 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: 10:22:12 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libutempter0 amd64 1.1.5-4build1 [8366 B] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial-common all 2.8.2-1ubuntu1.3 [1520 kB] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.3 [41.1 kB] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] unit-oai-hss-0: 10:22:13 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: 10:22:13 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ssl-cert all 1.0.33 [16.6 kB] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig2.0 amd64 2.0.11-1ubuntu2 [875 kB] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig amd64 2.0.11-1ubuntu2 [6272 B] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl8.6 amd64 8.6.1-4ubuntu1 [14.2 kB] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl amd64 8.6.0+6ubuntu3 [4900 B] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk8.6 amd64 8.6.1-3ubuntu2 [12.1 kB] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk amd64 8.6.0+6ubuntu3 [3192 B] unit-oai-hss-0: 10:22:13 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main x11-utils amd64 7.7+1 [230 kB] unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xbitmaps all 1.1.1-2 [28.1 kB] unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xterm amd64 297-1ubuntu1 [665 kB] unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 10:22:14 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: 10:22:14 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 7s (5939 kB/s) unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install (Reading database ... 92795 files and directories currently installed.) unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 10:22:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 10:22:15 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 10:22:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 10:22:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 10:22:16 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:22:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 10:22:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 10:22:16 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:22:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 10:22:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 10:22:16 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:22:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 10:22:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 10:22:17 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 10:22:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 10:22:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 10:22:17 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 10:22:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 10:22:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 10:22:18 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:22:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 10:22:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 10:22:18 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 10:22:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 10:22:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 10:22:19 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:22:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 10:22:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 10:22:20 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:22:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 10:22:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 10:22:21 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 10:22:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 10:22:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:21 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 10:22:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:21 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 10:22:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:22 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 10:22:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:23 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 10:22:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:23 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 10:22:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:23 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 10:22:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 10:22:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 10:22:24 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 10:22:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 10:22:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 10:22:24 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 10:22:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 10:22:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 10:22:24 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 10:22:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 10:22:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 10:22:25 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:22:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 10:22:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 10:22:25 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:22:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 10:22:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 10:22:25 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:22:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 10:22:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 10:22:26 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:22:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 10:22:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 10:22:26 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:22:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 10:22:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 10:22:27 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 10:22:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 10:22:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 10:22:27 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 10:22:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 10:22:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:29 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 10:22:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 10:22:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 10:22:29 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 10:22:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 10:22:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 10:22:29 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 10:22:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 10:22:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 10:22:30 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 10:22:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 10:22:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 10:22:30 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 10:22:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 10:22:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 10:22:30 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 10:22:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 10:22:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 10:22:31 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 10:22:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 10:22:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:32 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 10:22:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 10:22:33 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 10:22:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 10:22:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 10:22:33 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 10:22:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 10:22:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 10:22:34 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 10:22:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 10:22:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 10:22:34 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 10:22:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 10:22:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 10:22:34 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 10:22:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 10:22:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 10:22:35 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 10:22:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 10:22:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 10:22:35 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 10:22:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 10:22:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 10:22:35 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:22:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 10:22:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 10:22:36 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 10:22:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 10:22:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 10:22:36 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 10:22:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 10:22:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.6~14.04.4_all.deb ... unit-oai-hss-0: 10:22:36 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 10:22:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 10:22:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 10:22:37 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 10:22:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 10:22:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 10:22:37 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 10:22:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 10:22:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 10:22:38 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 10:22:39 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 10:22:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 10:22:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 10:22:40 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 10:22:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 10:22:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 10:22:40 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 10:22:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 10:22:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 10:22:40 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 10:22:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 10:22:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 10:22:41 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 10:22:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 10:22:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 10:22:41 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 10:22:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 10:22:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 10:22:42 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 10:22:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 10:22:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 10:22:43 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 10:22:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 10:22:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 10:22:43 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 10:22:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 10:22:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 10:22:43 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 10:22:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 10:22:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 10:22:44 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 10:22:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 10:22:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 10:22:44 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 10:22:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 10:22:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 10:22:45 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 10:22:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 10:22:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:45 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 10:22:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 10:22:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 10:22:45 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 10:22:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 10:22:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 10:22:45 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:22:46 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 10:22:47 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 10:22:49 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 10:22:49 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 10:22:49 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 10:22:50 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 10:22:50 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:22:50 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:22:50 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:22:50 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 10:22:51 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 10:22:51 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:22:51 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 10:22:51 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:22:52 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:22:52 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 10:22:52 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:53 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:53 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:54 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:54 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:22:54 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 10:22:55 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 10:22:55 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 10:22:55 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 10:22:56 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:22:56 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-oai-hss-0: 10:22:56 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:22:56 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:22:57 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:22:57 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:22:57 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 10:22:58 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 10:22:59 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 10:22:59 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 10:23:00 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 10:23:02 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 10:23:03 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 10:23:03 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 10:23:04 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 10:23:04 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:23:04 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 10:23:05 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 10:23:05 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 10:23:05 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 10:23:05 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 10:23:05 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 10:23:06 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 10:23:06 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: 10:23:06 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:23:06 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 10:23:06 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 10:23:06 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 10:23:06 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 10:23:07 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 10:23:07 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:23:07 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:23:07 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:23:07 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 10:23:07 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 10:23:07 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 10:23:08 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 10:23:08 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 10:23:08 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 10:23:08 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 10:23:08 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 10:23:08 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 10:23:09 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 10:23:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:09 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 10:23:10 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 10:23:10 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 10:23:10 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 10:23:10 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 10:23:10 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 10:23:10 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 10:23:10 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 10:23:11 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 10:23:11 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 10:23:11 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 10:23:11 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 10:23:11 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 10:23:12 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: 10:23:12 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: 10:23:12 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:23:12 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 10:23:12 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 10:23:19 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 10:23:19 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 10:23:19 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 10:23:20 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 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: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 10:23:21 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 10:23:22 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 10:23:23 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 10:23:24 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 10:23:25 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 10:23:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 10:23:26 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: 10:23:26 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 10:23:27 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: 10:23:27 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 10:23:27 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: 10:23:27 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install [ 63%] Building C object extensions/dict_dcca/CMakeFiles/dict_dcca.dir/dict_dcca.c.o unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 10:23:27 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: 10:23:27 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 10:23:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 10:23:27 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: 10:23:28 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 66%] Building C object extensions/dict_sip/CMakeFiles/dict_sip.dir/dict_sip.c.o unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 10:23:28 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: 10:23:28 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 10:23:28 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: 10:23:28 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 10:23:28 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: 10:23:28 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 70%] Building C object extensions/dict_rfc5777/CMakeFiles/dict_rfc5777.dir/dict_rfc5777.c.o unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 10:23:28 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: 10:23:28 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: 10:23:28 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 10:23:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 10:23:28 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: 10:23:29 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: 10:23:29 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: 10:23:29 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: 10:23:29 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: 10:23:29 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 10:23:29 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: 10:23:29 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: 10:23:29 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 10:23:29 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: 10:23:29 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 10:23:29 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: 10:23:29 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 10:23:29 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: 10:23:29 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: 10:23:29 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: 10:23:29 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: 10:23:29 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 10:23:29 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: 10:23:29 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 10:23:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 10:23:29 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: 10:23:29 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 10:23:30 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: 10:23:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [100%] Building C object extensions/dbg_rt/CMakeFiles/dbg_rt.dir/dbg_rt.c.o unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:23:30 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 10:23:31 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:23:31 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 10:23:31 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 10:23:31 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-pexpect all 3.1-1ubuntu0.1 [37.8 kB] unit-oai-hss-0: 10:23:31 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (56.4 kB/s) unit-oai-hss-0: 10:23:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 10:23:31 DEBUG unit.oai-hss/0.install (Reading database ... 95686 files and directories currently installed.) unit-oai-hss-0: 10:23:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 10:23:32 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 10:23:32 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 10:23:33 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: 10:23:33 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install ............................++++++ unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install ..........................................................................++++++ unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install .++++++ unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install .....................++++++ unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Not Before: Nov 9 10:23:33 2018 GMT unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Not After : Nov 9 10:23:33 2019 GMT unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install 61:B6:48:D8:F2:34:0B:33:29:8C:4D:A6:97:25:01:1B:07:9E:AE:41 unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install keyid:EF:4C:21:66:3A:68:93:7F:E6:BC:D2:B5:5A:00:3E:1A:17:7E:FB:40 unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Certificate is to be certified until Nov 9 10:23:33 2019 GMT (365 days) unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] [ 34%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install [ 39%] [ 43%] [ 47%] [ 52%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install [ 56%] [ 60%] [ 65%] [ 69%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 10:23:33 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: 10:23:33 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: 10:23:33 DEBUG unit.oai-hss/0.install [ 73%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/pid_file.c.o unit-oai-hss-0: 10:23:33 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: 10:23:33 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 10:23:33 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: 10:23:33 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 10:23:33 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: 10:23:33 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-oai-hss-0: 10:23:33 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: 10:23:33 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: 10:23:33 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: 10:23:33 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 10:23:33 DEBUG unit.oai-hss/0.install [ 82%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 10:23:34 DEBUG unit.oai-hss/0.install [ 86%] [ 91%] [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 10:23:34 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 10:23:34 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_supported_features.c.o unit-oai-hss-0: 10:23:34 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: 10:23:34 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_auc.a unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [100%] Building C object CMakeFiles/oai_hss.dir/srv/openair-cn/SRC/OAI_HSS/hss_main.c.o unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 10:23:35 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 10:23:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:36 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 10:23:36 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: 10:23:36 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 10:23:36 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:23:36 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 10:23:36 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 10:23:36 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 10:23:36 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-hss-0: 10:23:36 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 10:23:36 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 10:23:36 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 10:23:36 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-hss-0: 10:23:36 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 10:23:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 10:23:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 10:23:36 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: 10:23:36 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 10:23:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 10:23:36 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: 10:23:36 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 10:23:36 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: 10:23:36 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 10:23:36 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: 10:23:36 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: 10:23:36 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: 10:23:36 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 10:23:36 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:23:36 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 10:23:36 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: 10:23:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:36 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: 10:23:36 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: 10:23:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:36 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 10:23:36 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 10:23:36 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 10:23:37 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-hss-0: 10:23:37 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:23:37 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 10:23:37 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 10:23:37 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-hss-0: 10:23:37 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-hss-0: 10:23:37 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 10:23:37 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 10:23:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 10:23:37 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:23:37 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 10:23:37 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:23:37 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 10:23:37 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 10:23:37 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 10:23:37 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-hss-0: 10:23:37 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:23:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:23:37 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 10:23:37 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 10:23:37 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 10:23:37 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-epc-0: 10:23:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:23:37 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 10:23:37 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:37 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:37 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 10:23:37 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 10:23:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-hss-0: 10:23:37 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-hss-0: 10:23:37 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-epc-0: 10:23:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:37 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-mysql-0: 10:23:37 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 10:23:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:23:37 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 10:23:37 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 10:23:37 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 10:23:37 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-epc-0: 10:23:37 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-mysql-0: 10:23:37 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 10:23:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-epc-0: 10:23:37 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.8 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.8 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.8 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.8 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 8 -le 255 ]] unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.8 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.8 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 8 -le 255 ]] unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.8 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.8' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.8 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 10:23:37 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.8 unit-oai-epc-0: 10:23:37 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:23:37 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 10:23:37 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 10:23:37 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 10:23:37 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 10:23:38 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 10:23:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-hss-0: 10:23:38 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-epc-0: 10:23:38 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-epc-0: 10:23:38 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 10:23:38 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:38 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:38 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:38 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.15 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.15 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.15 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.15 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.15 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.15 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 15 -le 255 ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.15 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.15 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.15 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 15 -le 255 ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.15 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.15' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.15 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.15 unit-mysql-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-oai-epc-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss= unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-mysql-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-epc-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn= unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is not running' unit-mysql-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-epc-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running= unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:38 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is not running unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + status=1 unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 1 -eq 0 ']' unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=no unit-mysql-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db= unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-mysql-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:23:38 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-oai-epc-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart= unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:23:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-oai-epc-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=, hss_running=, mme_in_db= , relation_ids_epc=epc:3 ' unit-mysql-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:38 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=, hss_running=, mme_in_db= , relation_ids_epc=epc:3 unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Data not sent yet' unit-oai-epc-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:38 INFO unit.oai-epc/0.juju-log hss:2: Data not sent yet unit-oai-epc-0: 10:23:38 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 10:23:38 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 10:23:38 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-mysql-0: 10:23:38 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 10:23:38 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:23:38 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 10:23:38 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 10:23:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-hss-0: 10:23:39 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 10:23:39 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 10:23:39 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-mysql-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 10:23:39 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `ahcheimiemeezae` identified by 'ieghohbeibiibae'] unit-mysql-0: 10:23:39 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `ahcheimiemeezae` identified by 'ieghohbeibiibae'] unit-mysql-0: 10:23:39 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=ahcheimiemeezae', 'password=ieghohbeibiibae', 'host=192.168.121.14', 'slave=False'] unit-mysql-0: 10:23:39 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-epc-0: 10:23:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:23:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 10:23:39 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:39 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:23:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:23:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-mysql-0: 10:23:39 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-oai-hss-0: 10:23:39 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-mysql-0: 10:23:39 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 10:23:39 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 10:23:39 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 10:23:39 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 10:23:39 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 10:23:39 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 10:23:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-epc-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:39 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.15 unit-mysql-0: 10:23:39 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 10:23:39 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 10:23:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=no unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + user=ahcheimiemeezae unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-epc-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + password=ieghohbeibiibae unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-epc-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.14 unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-epc-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=no, mme_in_db=no , relation_ids_epc=epc:3 ' unit-oai-hss-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-epc-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:39 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=no, mme_in_db=no , relation_ids_epc=epc:3 unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.15 ']' unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-hss-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.14 ahcheimiemeezae ieghohbeibiibae oai-hss unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.14"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"ahcheimiemeezae"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"ieghohbeibiibae"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 10:23:39 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: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 10:23:39 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: 10:23:39 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: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u ahcheimiemeezae --password=ieghohbeibiibae -h 192.168.121.14 oai-hss -e 'show tables;' unit-oai-hss-0: 10:23:39 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u ahcheimiemeezae --password=ieghohbeibiibae -h 192.168.121.14 oai-hss unit-oai-epc-0: 10:23:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:39 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 10:23:39 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 10:23:39 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 10:23:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:23:40 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:40 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:23:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:23:40 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 10:23:41 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 10:23:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:41 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 22020 unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 22020' unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 22020 =~ .*running.* ]] unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 10:23:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:41 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 10:23:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:41 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 10:23:41 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 10:23:41 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 10:23:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + db_host=ahcheimiemeezae unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 10:23:41 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 10:23:42 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 10:23:42 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 10:23:42 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 10:23:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:42 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 10:23:42 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 10:23:42 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 10:23:42 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 10:23:42 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 10:23:42 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 10:23:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:43 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 10:23:43 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 10:23:43 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:44 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:44 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + for unit in '$(relation-list -r $hss_id)' unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r hss:2 mme_hostname oai-epc/0 unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r hss:2 ip_address_mme oai-epc/0 unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + IP_mme=192.168.121.8 unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u ahcheimiemeezae --password=ieghohbeibiibae -h 192.168.121.14 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u ahcheimiemeezae --password=ieghohbeibiibae -h 192.168.121.14 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + primary_key=6 unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + primary_key=7 unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Inserting the MME info in the mmeidentity table of oai_db database' unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:44 INFO unit.oai-hss/0.juju-log db:1: Inserting the MME info in the mmeidentity table of oai_db database unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u ahcheimiemeezae --password=ieghohbeibiibae -h 192.168.121.14 oai-hss unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:44 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 10:23:44 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:23:44 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:23:45 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 10:23:45 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 10:23:45 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 10:23:45 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:23:45 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:23:45 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 10:23:45 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 10:23:45 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 10:23:45 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 10:23:45 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 10:23:45 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-epc-0: 10:23:45 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-oai-epc-0: 10:23:45 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:23:45 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 10:23:45 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:45 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:45 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:23:45 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-epc-0: 10:23:45 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:23:45 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-epc-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:45 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.8 unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.8 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-epc-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.15 unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-epc-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=ahcheimiemeezae unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=ieghohbeibiibae unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 10:23:45 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 10:23:45 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.14 unit-oai-hss-0: 10:23:45 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 10:23:46 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 ' unit-oai-hss-0: 10:23:46 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:23:46 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 10:23:46 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z ahcheimiemeezae ']' unit-oai-hss-0: 10:23:46 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 10:23:46 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u ahcheimiemeezae --password=ieghohbeibiibae -h 192.168.121.14 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 10:23:46 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z 'mmehost unit-oai-hss-0: 10:23:46 DEBUG unit.oai-hss/0.hss-relation-changed oai-epc-0.openair4G.eur' ']' unit-oai-hss-0: 10:23:46 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 10:23:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:46 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.15 ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-hss-0: 10:23:46 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:23:46 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 10:23:46 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 10:23:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:46 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.15 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + sed -r -i 's/(HSS_HOSTNAME[^"]*)".*"/\1"oai-hss-0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-hss-0: 10:23:46 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 10:23:46 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:23:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:23:46 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 10:23:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:46 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-hss-0: 10:23:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:23:46 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 15367 unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 15367' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 15367 =~ .*running.* ]] unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 10:23:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:46 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 10:23:46 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:23:47 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:23:47 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:23:47 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 10:23:47 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 10:23:47 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:23:48 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:23:48 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:23:48 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 10:23:48 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 10:23:48 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:23:49 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:23:49 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:23:49 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 10:23:49 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 10:23:49 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:23:50 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:23:50 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:23:50 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 10:23:50 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 10:23:50 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:23:51 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:23:51 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:23:51 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=5 unit-oai-epc-0: 10:23:51 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 5 -lt 30 ']' unit-oai-epc-0: 10:23:51 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:23:52 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:23:52 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 10:23:52 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 10:23:52 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:52 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 10:23:52 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 10:23:52 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:23:52 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 10:23:52 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 5 -eq 30 ']' unit-oai-epc-0: 10:23:52 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 10:23:54 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 10:23:54 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:23:54 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 10:23:54 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 10:23:54 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:23:54 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 10:23:54 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 10:23:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:23:54 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 10:23:54 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 10:23:54 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:23:54 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 10:23:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:23:55 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val= unit-oai-epc-0: 10:23:55 DEBUG unit.oai-epc/0.hss-relation-changed + echo unit-oai-epc-0: 10:23:55 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 10:23:55 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 10:23:55 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-abot-epc-basic-0: 10:23:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:23:55 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 10:23:55 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:23:55 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:23:55 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 10:23:55 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 10:23:55 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:23:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:23:55 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:23:55 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:23:55 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 10:23:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 10:23:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 10:23:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.8 unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 10:23:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 10:23:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 10:23:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 10:23:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.8/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.8/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-abot-epc-basic-0: 10:23:55 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:23:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 10:23:55 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 10:23:55 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:23:56 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 10:23:56 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:23:56 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:23:56 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:23:58 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 10:23:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:23:58 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 10:23:58 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 10:23:58 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 10:23:58 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 10:23:58 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 10:23:58 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 10:23:58 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 10:23:58 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 10:23:58 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:23:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:24:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 10:24:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:24:09 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 10:24:09 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 10:24:09 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 10:24:09 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 10:24:09 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 10:24:09 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 15367' unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 15367 =~ .*running.* ]] unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 10:24:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:24:09 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 10:24:09 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 10:24:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:24:09 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 10:24:09 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 10:24:09 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 10:24:09 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:24:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:24:16 DEBUG juju.worker.uniter.remotestate got action change: [067346b3-3cf3-483b-8db1-2b059f860698] ok=true unit-abot-epc-basic-0: 10:24:16 DEBUG juju.worker.uniter.operation running operation run action 067346b3-3cf3-483b-8db1-2b059f860698 unit-abot-epc-basic-0: 10:24:16 DEBUG juju.machinelock acquire machine lock for uniter (run action 067346b3-3cf3-483b-8db1-2b059f860698) unit-abot-epc-basic-0: 10:24:16 DEBUG juju.machinelock machine lock acquired for uniter (run action 067346b3-3cf3-483b-8db1-2b059f860698) unit-abot-epc-basic-0: 10:24:16 DEBUG juju.worker.uniter.operation preparing operation "run action 067346b3-3cf3-483b-8db1-2b059f860698" unit-abot-epc-basic-0: 10:24:16 DEBUG juju.worker.uniter.operation executing operation "run action 067346b3-3cf3-483b-8db1-2b059f860698" unit-abot-epc-basic-0: 10:24:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 10:24:16 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 10:24:16 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 10:24:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:24:17 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 10:24:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:24:17 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 10:24:17 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall8243865995517183728.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3647650081604408043.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: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall8747546177770244974.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall2824479210132272286.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall6709484518161544313.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: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall1136699498825697050.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.758 s unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-11-09T10:24:19+00:00 unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 10:24:19 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:24:21 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:24:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:21 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:24:21 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 10:24:21 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:24:22 DEBUG unit.abot-epc-basic/0.run [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 10:24:22 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:22 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:22 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 10:24:22 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 10:24:22 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:22 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:23 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 10:24:23 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:23 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:23 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 10:24:23 DEBUG unit.abot-epc-basic/0.run [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 10:24:23 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:23 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:23 DEBUG unit.abot-epc-basic/0.run [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 10:24:24 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:24:24 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:24:24 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:24:24 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 10:24:24 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 10:24:24 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 10:24:25 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 10:24:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:24:25 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:24:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:24:25 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 10:24:25 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:25 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:24:25 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@6d4d66d2: startup date [Fri Nov 09 10:24:25 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:24:25 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:24:25 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 10:24:26 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:26 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:24:26 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 10:24:27 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:27 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 10:24:27 DEBUG unit.abot-epc-basic/0.run INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@77ee25f1] to [cucumber.runtime.java.spring.GlueCodeScope@6dd93a21] unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:28 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@736048ed: startup date [Fri Nov 09 10:24:28 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:28 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:28 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:28 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:28 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:28 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@25290bca: startup date [Fri Nov 09 10:24:28 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:28 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:28 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:28 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:24:28 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:24:29 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP EXECUTION TIME TAKEN :1307 MS unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP EXECUTION TIME TAKEN :44 MS unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:24:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:30 [main] REPORT: STEP EXECUTION TIME TAKEN :811 MS unit-abot-epc-basic-0: 10:24:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:24:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:31 [main] REPORT: STEP EXECUTION TIME TAKEN :633 MS unit-abot-epc-basic-0: 10:24:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:31 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:24:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:31 [main] REPORT: STEP EXECUTION TIME TAKEN :55 MS unit-abot-epc-basic-0: 10:24:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41.680 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41.694 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41 [main] REPORT: STEP EXECUTION TIME TAKEN :55 MS unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:24:41 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:24:42 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs # featureFiles/Attach_Procedure_AttachWithIMSI.feature:9 unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP EXECUTION TIME TAKEN :36 MS unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP EXECUTION TIME TAKEN :86 MS unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: STEP EXECUTION TIME TAKEN :463 MS unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:24:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:24:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03 [main] REPORT: STEP EXECUTION TIME TAKEN :10022 MS unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03.303 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03.312 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03 [main] REPORT: STEP EXECUTION TIME TAKEN :40 MS unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:25:03 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MCC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature:9 unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:13 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:14 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:25:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:14 [main] REPORT: STEP EXECUTION TIME TAKEN :448 MS unit-abot-epc-basic-0: 10:25:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:14 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT unit-abot-epc-basic-0: 10:25:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:14 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 10:25:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24.337 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24.343 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: STEP EXECUTION TIME TAKEN :88 MS unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:25:24 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-hss-0: 10:25:30 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 10:25:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:25:30 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 10:25:30 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 10:25:30 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 10:25:30 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 10:25:30 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 10:25:30 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22020' unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22020 =~ .*running.* ]] unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 10:25:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:25:30 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 10:25:30 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 10:25:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:25:30 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 10:25:30 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 10:25:30 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 10:25:30 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:25:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MNC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature:9 unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: STEP EXECUTION TIME TAKEN :419 MS unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:35 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:35 [main] REPORT: ========================================================================================== unit-mysql-0: 10:25:35 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 10:25:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:25:35 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 10:25:35 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 10:25:35 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 10:25:35 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 10:25:35 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 10:25:35 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 10:25:35 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 10:25:35 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 10:25:35 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:25:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45.272 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45.279 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:25:45 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_TAC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature:9 unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP EXECUTION TIME TAKEN :191 MS unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:56 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:56 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:56 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 10:25:56 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:56 [main] REPORT: STEP EXECUTION TIME TAKEN :763 MS unit-abot-epc-basic-0: 10:25:56 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:56 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:25:56 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:25:56 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:56 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:25:56 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:56 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:25:56 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:25:56 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:25:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06.677 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06.680 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:26:06 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_Attach_With_GUTI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. # featureFiles/Attach_Procedure_Attach_With_GUTI.feature:8 unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP EXECUTION TIME TAKEN :26 MS unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:16 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:17 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:17 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:26:17 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:17 [main] REPORT: STEP EXECUTION TIME TAKEN :192 MS unit-abot-epc-basic-0: 10:26:17 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:17 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: STEP EXECUTION TIME TAKEN :833 MS unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:18 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28.167 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28.170 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:26:28 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DNS_Server_Address_Request @PCO unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature:10 unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP EXECUTION TIME TAKEN :448 MS unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:38 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: STEP EXECUTION TIME TAKEN :589 MS unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:39 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49.652 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49.655 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:26:49 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:26:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:26:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: STEP EXECUTION TIME TAKEN :379 MS unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: STEP EXECUTION TIME TAKEN :588 MS unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10016 MS unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11.035 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11.038 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:27:11 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Network_Prefix_Request @PCO unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature:10 unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 IPv4 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP EXECUTION TIME TAKEN :401 MS unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:21 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: STEP EXECUTION TIME TAKEN :558 MS unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:22 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32.652 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32.654 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32 [main] REPORT: STEP EXECUTION TIME TAKEN :309 MS unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:27:32 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:27:42 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_IPv4_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP EXECUTION TIME TAKEN :191 MS unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP EXECUTION TIME TAKEN :561 MS unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:43 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:53 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:53 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:54 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:54.254 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:54.258 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:54 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:54 [main] REPORT: STEP EXECUTION TIME TAKEN :239 MS unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:54 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:27:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:27:54 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IM_CN_Subsystem_Signalling_Flag @PCO unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options # featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature:10 unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP EXECUTION TIME TAKEN :193 MS unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: STEP EXECUTION TIME TAKEN :596 MS unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: STEP EXECUTION TIME TAKEN :72 MS unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15.452 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15.454 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:28:15 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IPv4_Address_Allocation_Via_DHCPv4 @PCO unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature:10 unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IP Address Allocation Via NAS Signalling Indication in PCO unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP EXECUTION TIME TAKEN :186 MS unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :569 MS unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :199 MS unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36.732 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36.738 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:28:36 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IP_Address_Allocation_Via_NAS_Signalling @PCO unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature:10 unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With MS Support of Network Requested Bearer Control indicator in PCO unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:46 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:47 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:28:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:47 [main] REPORT: STEP EXECUTION TIME TAKEN :190 MS unit-abot-epc-basic-0: 10:28:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:47 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:28:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:47 [main] REPORT: STEP EXECUTION TIME TAKEN :790 MS unit-abot-epc-basic-0: 10:28:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:48 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:48 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:48 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT unit-abot-epc-basic-0: 10:28:48 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:48 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:28:48 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:48 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:48 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:48 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:48 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:28:48 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:48 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:28:48 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:48 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58.066 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58.068 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:28:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:28:58 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-epc-0: 10:28:58 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 10:28:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:28:58 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 10:28:58 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 10:28:58 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 10:28:58 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 10:28:58 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 10:28:58 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:28:58 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:28:58 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 10:28:58 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:28:58 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 10:28:58 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 10:28:59 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 10:28:59 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 17823' unit-oai-epc-0: 10:28:59 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 17823 =~ .*running.* ]] unit-oai-epc-0: 10:28:59 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 10:28:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:28:59 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 10:28:59 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 10:28:59 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 10:28:59 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 10:28:59 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:28:59 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 10:28:59 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 10:28:59 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 10:28:59 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:28:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_MS_Support_Network_Requested_Bearer_Control_Indicator @PCO unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator # featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature:10 unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP EXECUTION TIME TAKEN :196 MS unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:08 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: STEP EXECUTION TIME TAKEN :801 MS unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:09 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19.397 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19.399 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:29:19 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_P-CSCF_Address_Request @PCO unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options # featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature:10 unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:29 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :394 MS unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :577 MS unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:30 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10023 MS unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40.691 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40.693 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:29:40 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-hss-0: 10:29:46 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 10:29:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:29:46 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 10:29:46 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 10:29:46 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 10:29:46 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 10:29:46 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 10:29:46 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:29:46 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 10:29:46 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:29:46 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 10:29:46 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 10:29:46 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 10:29:46 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22020' unit-oai-hss-0: 10:29:46 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22020 =~ .*running.* ]] unit-oai-hss-0: 10:29:46 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 10:29:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:29:47 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 10:29:47 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 10:29:47 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 10:29:47 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 10:29:47 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:29:47 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 10:29:47 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 10:29:47 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 10:29:47 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:29:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_Accept @TS_24_301 @24_301_5_4_2_1 @24_301_5_4_2_3 @33_401_6_1_1 @Series-0004 unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct # featureFiles/Auth_Accept.feature:10 unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:50 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: STEP EXECUTION TIME TAKEN :370 MS unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: STEP EXECUTION TIME TAKEN :593 MS unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:29:51 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:29:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:01 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:01 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:30:01 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:01 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 10:30:01 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:02 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12 [main] REPORT: STEP EXECUTION TIME TAKEN :10003 MS unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12.029 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12.031 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 10:30:12 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-mysql-0: 10:30:20 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 10:30:20 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:30:20 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 10:30:20 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 10:30:20 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 10:30:20 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 10:30:21 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 10:30:21 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 10:30:21 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 10:30:21 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 10:30:21 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:30:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. # featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature:10 unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:30:22 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :197 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :592 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:23 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:24 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT unit-abot-epc-basic-0: 10:30:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:24 [main] REPORT: STEP EXECUTION TIME TAKEN :203 MS unit-abot-epc-basic-0: 10:30:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:24 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:30:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:24 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:30:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:30:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:34 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 10:30:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:34 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44.174 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44.175 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 10:30:44 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT
 unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI # featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:54 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: STEP EXECUTION TIME TAKEN :395 MS unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: STEP EXECUTION TIME TAKEN :592 MS unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:30:55 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:30:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:05 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:31:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:05 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 10:31:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:05 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15.805 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15.807 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:31:15 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME # featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:25 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:25 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP EXECUTION TIME TAKEN :402 MS unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:26 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: STEP EXECUTION TIME TAKEN :576 MS unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: STEP EXECUTION TIME TAKEN :572 MS unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:27 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:37 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:37 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:37 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:31:37 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:37 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 10:31:37 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:37 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47.847 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47.854 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47 [main] REPORT: STEP EXECUTION TIME TAKEN :202 MS unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:31:47 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:31:48 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 10:31:48 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP EXECUTION TIME TAKEN :372 MS unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:31:59 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:31:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: STEP EXECUTION TIME TAKEN :589 MS unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: STEP EXECUTION TIME TAKEN :590 MS unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:00 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:10 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:10 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:32:10 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 10:32:10 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:10 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20.898 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20.901 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20 [main] REPORT: STEP EXECUTION TIME TAKEN :30 MS unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:32:20 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:32:21 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:31 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: STEP EXECUTION TIME TAKEN :204 MS unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: STEP EXECUTION TIME TAKEN :589 MS unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: STEP EXECUTION TIME TAKEN :80 MS unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:32 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:42 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:42 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:32:42 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:42 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 10:32:42 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:42 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:51 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52.937 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52.941 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:32:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:32:52 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 10:32:53 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_SQN_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. # featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature:10 unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:03 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: STEP EXECUTION TIME TAKEN :387 MS unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: STEP EXECUTION TIME TAKEN :575 MS unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:04 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:14 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:33:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:14 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 10:33:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:14 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24.847 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24.849 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 10:33:24 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 10:33:25 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-oai-epc-0: 10:33:33 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 10:33:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:33:33 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 10:33:33 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 10:33:33 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 10:33:33 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 10:33:33 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 10:33:33 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 19451' unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 19451 =~ .*running.* ]] unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 10:33:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:33:33 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 10:33:33 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 10:33:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:33:33 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 10:33:33 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 10:33:33 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 10:33:33 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:33:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 @SS_changesReqd unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" # featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature:10 unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run # AuC system changes required. HSS should send Authentication request message with AMF=AMF_RESYNCH amf = {0xff 0xff} unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run 9m7.243s unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 550.881 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.019 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs Time elapsed: 0.025 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC Time elapsed: 0.007 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Nov 09, 2018 10:33:35 AM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@6d4d66d2: startup date [Fri Nov 09 10:24:25 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run 09-Nov-2018 10:33:35.927 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run Please refer to /var/lib/abot-epc-basic/target/surefire-reports for the individual test results. unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:33:36 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:33:37 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:16 min unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-11-09T10:33:38+00:00 unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 23M/60M unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [ERROR] Failed to execute goal net.masterthought:maven-cucumber-reporting:0.1.0:generate (execution) on project ABOT-RunScenarios: Error Found: BUILD FAILED - Check Report For Details -> [Help 1] unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [ERROR] Re-run Maven using the -X switch to enable full debug logging. unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [ERROR] For more information about the errors and possible solutions, please read the following articles: unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 10:33:38 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter.operation committing operation "run action 067346b3-3cf3-483b-8db1-2b059f860698" unit-abot-epc-basic-0: 10:33:38 DEBUG juju.machinelock machine lock released for uniter (run action 067346b3-3cf3-483b-8db1-2b059f860698) unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 10:33:38 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 10:33:38 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 10:33:38 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 10:33:38 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:33:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-11-09 10:33:59,324 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-11-09 10:34:54,577 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines, 2 applications Waiting on 1 model, 4 machines, 1 application Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines All hosted models reclaimed, cleaning up controller machines 2018-11-09 10:34:54,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 10:34:54,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:54,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-dae22d67-adff-4e3e-a0fd-26d800829d37 Date: Fri, 09 Nov 2018 10:34:54 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T09:58:07Z", "updated_at": "2018-11-09T10:34:15Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "0a26fd3f-2a08-46ae-88f6-41fff427f362"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T10:05:52Z", "updated_at": "2018-11-09T10:34:36Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "303d20fa-901b-43d6-a624-0d367d29c592"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T10:06:26Z", "updated_at": "2018-11-09T10:34:36Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "5ee6cb0c-3630-49c6-a2ce-811d7290655f"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T09:53:19Z", "updated_at": "2018-11-09T10:34:51Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "7ec36c6e-31aa-4283-8bc8-40a64231f743"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T10:01:38Z", "updated_at": "2018-11-09T10:34:25Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "d396b332-f24e-4ae2-925e-848dced01bf1"}]} 2018-11-09 10:34:54,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-dae22d67-adff-4e3e-a0fd-26d800829d37 2018-11-09 10:34:54,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.175160169601s 2018-11-09 10:34:54,758 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-dae22d67-adff-4e3e-a0fd-26d800829d37 2018-11-09 10:34:54,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-09 10:34:54,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/0a26fd3f-2a08-46ae-88f6-41fff427f362.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:55,318 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a77d0a4d-b530-48de-af0e-314f2b87dc56 Content-Length: 0 Date: Fri, 09 Nov 2018 10:34:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 10:34:55,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/0a26fd3f-2a08-46ae-88f6-41fff427f362.json used request id req-a77d0a4d-b530-48de-af0e-314f2b87dc56 2018-11-09 10:34:55,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.542094945908s 2018-11-09 10:34:55,319 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/0a26fd3f-2a08-46ae-88f6-41fff427f362.json used request id req-a77d0a4d-b530-48de-af0e-314f2b87dc56 2018-11-09 10:34:55,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 10:34:55,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:55,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-aad15049-bc59-4369-a3d7-64ada2103168 Date: Fri, 09 Nov 2018 10:34:55 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T10:05:52Z", "updated_at": "2018-11-09T10:34:36Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "303d20fa-901b-43d6-a624-0d367d29c592"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T10:06:26Z", "updated_at": "2018-11-09T10:34:36Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "5ee6cb0c-3630-49c6-a2ce-811d7290655f"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T09:53:19Z", "updated_at": "2018-11-09T10:34:51Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "7ec36c6e-31aa-4283-8bc8-40a64231f743"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T10:01:38Z", "updated_at": "2018-11-09T10:34:25Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "d396b332-f24e-4ae2-925e-848dced01bf1"}]} 2018-11-09 10:34:55,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-aad15049-bc59-4369-a3d7-64ada2103168 2018-11-09 10:34:55,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.166345119476s 2018-11-09 10:34:55,491 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-aad15049-bc59-4369-a3d7-64ada2103168 2018-11-09 10:34:55,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-09 10:34:55,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/303d20fa-901b-43d6-a624-0d367d29c592.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:56,200 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6383a528-2a4a-4d1a-84b1-9ee882b0e657 Content-Length: 0 Date: Fri, 09 Nov 2018 10:34:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 10:34:56,200 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/303d20fa-901b-43d6-a624-0d367d29c592.json used request id req-6383a528-2a4a-4d1a-84b1-9ee882b0e657 2018-11-09 10:34:56,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.693271875381s 2018-11-09 10:34:56,200 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/303d20fa-901b-43d6-a624-0d367d29c592.json used request id req-6383a528-2a4a-4d1a-84b1-9ee882b0e657 2018-11-09 10:34:56,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 10:34:56,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:56,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-eff3e895-3bef-44b9-9a22-509d0e0107f2 Date: Fri, 09 Nov 2018 10:34:56 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T10:06:26Z", "updated_at": "2018-11-09T10:34:36Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "5ee6cb0c-3630-49c6-a2ce-811d7290655f"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T09:53:19Z", "updated_at": "2018-11-09T10:34:51Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "7ec36c6e-31aa-4283-8bc8-40a64231f743"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T10:01:38Z", "updated_at": "2018-11-09T10:34:25Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "d396b332-f24e-4ae2-925e-848dced01bf1"}]} 2018-11-09 10:34:56,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-eff3e895-3bef-44b9-9a22-509d0e0107f2 2018-11-09 10:34:56,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.177779912949s 2018-11-09 10:34:56,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-eff3e895-3bef-44b9-9a22-509d0e0107f2 2018-11-09 10:34:56,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-09 10:34:56,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/5ee6cb0c-3630-49c6-a2ce-811d7290655f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:56,797 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1d990968-57d4-4b5b-accf-19aeec616edd Content-Length: 0 Date: Fri, 09 Nov 2018 10:34:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 10:34:56,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/5ee6cb0c-3630-49c6-a2ce-811d7290655f.json used request id req-1d990968-57d4-4b5b-accf-19aeec616edd 2018-11-09 10:34:56,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.400598049164s 2018-11-09 10:34:56,797 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/5ee6cb0c-3630-49c6-a2ce-811d7290655f.json used request id req-1d990968-57d4-4b5b-accf-19aeec616edd 2018-11-09 10:34:56,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 10:34:56,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:56,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-a1a507a3-91ed-4a19-a45f-96619cea8a0f Date: Fri, 09 Nov 2018 10:34:57 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T09:53:19Z", "updated_at": "2018-11-09T10:34:51Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "7ec36c6e-31aa-4283-8bc8-40a64231f743"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T10:01:38Z", "updated_at": "2018-11-09T10:34:25Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "d396b332-f24e-4ae2-925e-848dced01bf1"}]} 2018-11-09 10:34:56,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a1a507a3-91ed-4a19-a45f-96619cea8a0f 2018-11-09 10:34:56,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.162569046021s 2018-11-09 10:34:56,966 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a1a507a3-91ed-4a19-a45f-96619cea8a0f 2018-11-09 10:34:56,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-09 10:34:56,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/7ec36c6e-31aa-4283-8bc8-40a64231f743.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:57,519 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e6a52092-aead-4c3e-a788-b50bdc21a5a7 Content-Length: 0 Date: Fri, 09 Nov 2018 10:34:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 10:34:57,519 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/7ec36c6e-31aa-4283-8bc8-40a64231f743.json used request id req-e6a52092-aead-4c3e-a788-b50bdc21a5a7 2018-11-09 10:34:57,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.54270195961s 2018-11-09 10:34:57,519 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/7ec36c6e-31aa-4283-8bc8-40a64231f743.json used request id req-e6a52092-aead-4c3e-a788-b50bdc21a5a7 2018-11-09 10:34:57,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 10:34:57,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:57,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-acdfd42c-04ae-46ac-a702-fc27704f4854 Date: Fri, 09 Nov 2018 10:34:57 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T10:01:38Z", "updated_at": "2018-11-09T10:34:25Z", "floating_network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 2, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "port_id": null, "id": "d396b332-f24e-4ae2-925e-848dced01bf1"}]} 2018-11-09 10:34:57,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-acdfd42c-04ae-46ac-a702-fc27704f4854 2018-11-09 10:34:57,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0569889545441s 2018-11-09 10:34:57,582 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-acdfd42c-04ae-46ac-a702-fc27704f4854 2018-11-09 10:34:57,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-09 10:34:57,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/d396b332-f24e-4ae2-925e-848dced01bf1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:58,036 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87413305-9e7f-4fa1-be59-ffb2bda35bf0 Content-Length: 0 Date: Fri, 09 Nov 2018 10:34:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 10:34:58,037 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/d396b332-f24e-4ae2-925e-848dced01bf1.json used request id req-87413305-9e7f-4fa1-be59-ffb2bda35bf0 2018-11-09 10:34:58,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.448092937469s 2018-11-09 10:34:58,037 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/d396b332-f24e-4ae2-925e-848dced01bf1.json used request id req-87413305-9e7f-4fa1-be59-ffb2bda35bf0 2018-11-09 10:34:58,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-09 10:34:58,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:58,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8c1417e6-cbce-42ee-b8a1-8c60def4931d Date: Fri, 09 Nov 2018 10:34:58 GMT RESP BODY: {"floatingips": []} 2018-11-09 10:34:58,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-8c1417e6-cbce-42ee-b8a1-8c60def4931d 2018-11-09 10:34:58,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.147135972977s 2018-11-09 10:34:58,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-8c1417e6-cbce-42ee-b8a1-8c60def4931d 2018-11-09 10:34:58,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 10:34:58,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:34:59,500 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2f51c899-3309-4d64-845a-effd3fe475e8 Date: Fri, 09 Nov 2018 10:34:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 10:34:59,500 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6 used request id req-2f51c899-3309-4d64-845a-effd3fe475e8 2018-11-09 10:34:59,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.30892586708s 2018-11-09 10:34:59,500 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/1345434e-ee9b-4046-87ff-094870c4d1f6 used request id req-2f51c899-3309-4d64-845a-effd3fe475e8 2018-11-09 10:34:59,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 10:34:59,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:34:59,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:34:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49e634d1-7558-4531-a6c5-2dba8ce09bd9 x-compute-request-id: req-49e634d1-7558-4531-a6c5-2dba8ce09bd9 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3370e854-e655-4402-91ae-140cd0cf818d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3370e854-e655-4402-91ae-140cd0cf818d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3370e854-e655-4402-91ae-140cd0cf818d", "name": "juju_epc-flavor_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/86cb28aa-d7c4-4a68-91b6-2d84cd7ba673", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/86cb28aa-d7c4-4a68-91b6-2d84cd7ba673", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "86cb28aa-d7c4-4a68-91b6-2d84cd7ba673", "name": "juju_epc-flavor_alt_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 10:34:59,778 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-49e634d1-7558-4531-a6c5-2dba8ce09bd9 2018-11-09 10:34:59,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.276972055435s 2018-11-09 10:34:59,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-49e634d1-7558-4531-a6c5-2dba8ce09bd9 2018-11-09 10:34:59,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 10:34:59,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/86cb28aa-d7c4-4a68-91b6-2d84cd7ba673 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:34:59,824 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 10:34:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c1b64f1-17f0-459e-8de2-ad88596674c8 x-compute-request-id: req-9c1b64f1-17f0-459e-8de2-ad88596674c8 Content-Length: 0 Content-Type: application/json 2018-11-09 10:34:59,824 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/86cb28aa-d7c4-4a68-91b6-2d84cd7ba673 used request id req-9c1b64f1-17f0-459e-8de2-ad88596674c8 2018-11-09 10:34:59,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0432369709015s 2018-11-09 10:34:59,824 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/86cb28aa-d7c4-4a68-91b6-2d84cd7ba673 used request id req-9c1b64f1-17f0-459e-8de2-ad88596674c8 2018-11-09 10:34:59,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-09 10:34:59,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9f23a268-37f8-4eaf-a57d-8846ddd61a28/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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" -d '{"subnet_id": "ff9aa774-2e4e-4e00-98af-494fff67dffd"}' 2018-11-09 10:35:01,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8859a002-cb2b-4468-ac13-ce69b5d2399f Date: Fri, 09 Nov 2018 10:35:01 GMT RESP BODY: {"network_id": "0ae7232d-e649-429e-b762-deb3940ea520", "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "subnet_id": "ff9aa774-2e4e-4e00-98af-494fff67dffd", "subnet_ids": ["ff9aa774-2e4e-4e00-98af-494fff67dffd"], "port_id": "e2bdcba4-f9a8-4761-9976-1e841f74e691", "id": "9f23a268-37f8-4eaf-a57d-8846ddd61a28"} 2018-11-09 10:35:01,371 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9f23a268-37f8-4eaf-a57d-8846ddd61a28/remove_router_interface.json used request id req-8859a002-cb2b-4468-ac13-ce69b5d2399f 2018-11-09 10:35:01,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.54631614685s 2018-11-09 10:35:01,372 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9f23a268-37f8-4eaf-a57d-8846ddd61a28/remove_router_interface.json used request id req-8859a002-cb2b-4468-ac13-ce69b5d2399f returning object 9f23a268-37f8-4eaf-a57d-8846ddd61a28 2018-11-09 10:35:01,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-09 10:35:01,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:35:01,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-a3ed4ea8-ee11-4c0e-90d9-c9f2ae202dfd Date: Fri, 09 Nov 2018 10:35:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fa1d7785-f068-46b2-8c3a-e376cfcf640e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cb65f4ed-a378-4853-84d5-43a993df3191", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T09:50:34Z", "admin_state_up": true, "updated_at": "2018-11-09T10:35:00Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "db0cafe2f65f40fb8435a18aec19622e", "id": "9f23a268-37f8-4eaf-a57d-8846ddd61a28", "name": "juju_epc-router_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}]} 2018-11-09 10:35:01,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a3ed4ea8-ee11-4c0e-90d9-c9f2ae202dfd 2018-11-09 10:35:01,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.244069814682s 2018-11-09 10:35:01,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a3ed4ea8-ee11-4c0e-90d9-c9f2ae202dfd 2018-11-09 10:35:01,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-09 10:35:01,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9f23a268-37f8-4eaf-a57d-8846ddd61a28.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:35:05,683 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-83d663d7-0227-42ba-83ff-042b01883e94 Content-Length: 0 Date: Fri, 09 Nov 2018 10:35:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 10:35:05,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9f23a268-37f8-4eaf-a57d-8846ddd61a28.json used request id req-83d663d7-0227-42ba-83ff-042b01883e94 2018-11-09 10:35:05,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.06549191475s 2018-11-09 10:35:05,684 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9f23a268-37f8-4eaf-a57d-8846ddd61a28.json used request id req-83d663d7-0227-42ba-83ff-042b01883e94 2018-11-09 10:35:05,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-09 10:35:05,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:35:05,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-88b31fe0-bf41-43c3-9844-f578cacd7fd8 Date: Fri, 09 Nov 2018 10:35:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae7232d-e649-429e-b762-deb3940ea520","tenant_id":"db0cafe2f65f40fb8435a18aec19622e","created_at":"2018-11-09T09:50:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-09T09:50:32Z","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":"db0cafe2f65f40fb8435a18aec19622e","id":"ff9aa774-2e4e-4e00-98af-494fff67dffd","subnetpool_id":null,"name":"juju_epc-subnet_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}]} 2018-11-09 10:35:05,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-88b31fe0-bf41-43c3-9844-f578cacd7fd8 2018-11-09 10:35:05,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.213685035706s 2018-11-09 10:35:05,899 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-88b31fe0-bf41-43c3-9844-f578cacd7fd8 2018-11-09 10:35:05,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-09 10:35:05,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/ff9aa774-2e4e-4e00-98af-494fff67dffd.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:35:08,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-90fa596a-b810-49da-9da0-5d2ac190b5a0 Date: Fri, 09 Nov 2018 10:35:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 10:35:08,228 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/ff9aa774-2e4e-4e00-98af-494fff67dffd.json used request id req-90fa596a-b810-49da-9da0-5d2ac190b5a0 2018-11-09 10:35:08,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.32792377472s 2018-11-09 10:35:08,228 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/ff9aa774-2e4e-4e00-98af-494fff67dffd.json used request id req-90fa596a-b810-49da-9da0-5d2ac190b5a0 2018-11-09 10:35:08,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 10:35:08,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:35:08,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-347602cd-6153-4bf8-b8ac-5e58fa337427 Date: Fri, 09 Nov 2018 10:35:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-09T10:35:08Z","tenant_id":"db0cafe2f65f40fb8435a18aec19622e","created_at":"2018-11-09T09:50:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"db0cafe2f65f40fb8435a18aec19622e","id":"0ae7232d-e649-429e-b762-deb3940ea520","name":"juju_epc-net_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","mtu":1500}]} 2018-11-09 10:35:08,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-347602cd-6153-4bf8-b8ac-5e58fa337427 2018-11-09 10:35:08,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258675813675s 2018-11-09 10:35:08,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-347602cd-6153-4bf8-b8ac-5e58fa337427 2018-11-09 10:35:08,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-09 10:35:08,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/0ae7232d-e649-429e-b762-deb3940ea520.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:35:09,335 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-050ac8e2-1f88-4b95-9ac8-148ee550bdac Date: Fri, 09 Nov 2018 10:35:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 10:35:09,335 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/0ae7232d-e649-429e-b762-deb3940ea520.json used request id req-050ac8e2-1f88-4b95-9ac8-148ee550bdac 2018-11-09 10:35:09,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.845941066742s 2018-11-09 10:35:09,335 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/0ae7232d-e649-429e-b762-deb3940ea520.json used request id req-050ac8e2-1f88-4b95-9ac8-148ee550bdac 2018-11-09 10:35:09,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 10:35:09,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:35:09,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-9fff9639-da5e-4067-9fa5-5589b2f43111 Date: Fri, 09 Nov 2018 10:35:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/snap", "metadata": {}}], "file": "/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/file", "owner": "db0cafe2f65f40fb8435a18aec19622e", "id": "ffe78449-e70e-4c78-b80a-c6bd0a6637b5", "size": 297009152, "self": "/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "f603f6a7f31f380f1921d9b68fc9d07397337c59f3c42e4e8503e66eabe53604", "updated_at": "2018-11-09T09:50:49Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "62b68627995d906ed92d7618f464bd41", "name": "juju_epc-img_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "checksum": "62b68627995d906ed92d7618f464bd41", "created_at": "2018-11-09T09:50:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 10:35:09,968 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9fff9639-da5e-4067-9fa5-5589b2f43111 2018-11-09 10:35:09,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.632232904434s 2018-11-09 10:35:09,968 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9fff9639-da5e-4067-9fa5-5589b2f43111 2018-11-09 10:35:09,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 10:35:09,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}91fdfee9492ccee8998ba2c2d7c7ff2b27f648ff" 2018-11-09 10:35:12,223 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29a5ad8e-0747-49d3-b1a2-9f649a7acfba Date: Fri, 09 Nov 2018 10:35:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 10:35:12,224 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5 used request id req-29a5ad8e-0747-49d3-b1a2-9f649a7acfba 2018-11-09 10:35:12,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.25349593163s 2018-11-09 10:35:12,224 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ffe78449-e70e-4c78-b80a-c6bd0a6637b5 used request id req-29a5ad8e-0747-49d3-b1a2-9f649a7acfba 2018-11-09 10:35:12,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 10:35:12,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:12,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35: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-6a0465e2-f896-4436-8115-2581069177be x-compute-request-id: req-6a0465e2-f896-4436-8115-2581069177be Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3370e854-e655-4402-91ae-140cd0cf818d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3370e854-e655-4402-91ae-140cd0cf818d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3370e854-e655-4402-91ae-140cd0cf818d", "name": "juju_epc-flavor_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 10:35:12,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-6a0465e2-f896-4436-8115-2581069177be 2018-11-09 10:35:12,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0381238460541s 2018-11-09 10:35:12,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-6a0465e2-f896-4436-8115-2581069177be 2018-11-09 10:35:12,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 10:35:12,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/3370e854-e655-4402-91ae-140cd0cf818d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:12,320 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 10:35: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-1a74d258-a431-4c18-a17d-7a4b44942bee x-compute-request-id: req-1a74d258-a431-4c18-a17d-7a4b44942bee Content-Length: 0 Content-Type: application/json 2018-11-09 10:35:12,320 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3370e854-e655-4402-91ae-140cd0cf818d used request id req-1a74d258-a431-4c18-a17d-7a4b44942bee 2018-11-09 10:35:12,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0555009841919s 2018-11-09 10:35:12,320 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3370e854-e655-4402-91ae-140cd0cf818d used request id req-1a74d258-a431-4c18-a17d-7a4b44942bee 2018-11-09 10:35:12,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 10:35:12,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:12,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9d0e0ff-c0f6-4a78-be91-18942c0fd60c Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d", "links": {"self": "http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77"}, "domain_id": "default", "enabled": true, "id": "7eb1c9ebf74f404eada9b27a664b8b77", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 10:35:12,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e9d0e0ff-c0f6-4a78-be91-18942c0fd60c 2018-11-09 10:35:12,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104438066483s 2018-11-09 10:35:12,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e9d0e0ff-c0f6-4a78-be91-18942c0fd60c 2018-11-09 10:35:12,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 10:35:12,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:12,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3e38a66-d6c2-4349-82a3-2f17bd2b9b0f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77"}, "enabled": true, "id": "7eb1c9ebf74f404eada9b27a664b8b77", "options": {}, "domain_id": "default", "name": "juju_epc-user_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}} 2018-11-09 10:35:12,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77 used request id req-b3e38a66-d6c2-4349-82a3-2f17bd2b9b0f 2018-11-09 10:35:12,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0929927825928s 2018-11-09 10:35:12,525 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77 used request id req-b3e38a66-d6c2-4349-82a3-2f17bd2b9b0f 2018-11-09 10:35:12,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 10:35:12,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:12,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 10:35:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31569e1c-cd92-45c9-b542-8bae96542016 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 10:35:12,714 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77 used request id req-31569e1c-cd92-45c9-b542-8bae96542016 2018-11-09 10:35:12,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.188131093979s 2018-11-09 10:35:12,714 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7eb1c9ebf74f404eada9b27a664b8b77 used request id req-31569e1c-cd92-45c9-b542-8bae96542016 2018-11-09 10:35:12,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 10:35:12,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:12,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4f65d36-62cd-4a26-9ec7-37eda69cdb66 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.27:5000/v3/projects/db0cafe2f65f40fb8435a18aec19622e"}, "enabled": true, "id": "db0cafe2f65f40fb8435a18aec19622e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_a86f8b72-5f6d-4880-b0bb-572d1f9e3f2d"}]} 2018-11-09 10:35:12,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-f4f65d36-62cd-4a26-9ec7-37eda69cdb66 2018-11-09 10:35:12,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0671219825745s 2018-11-09 10:35:12,782 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-f4f65d36-62cd-4a26-9ec7-37eda69cdb66 2018-11-09 10:35:12,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 10:35:12,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/db0cafe2f65f40fb8435a18aec19622e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:12,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 10:35:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9507b0bd-b7ae-465f-98f5-7105b6878f76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 10:35:12,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/db0cafe2f65f40fb8435a18aec19622e used request id req-9507b0bd-b7ae-465f-98f5-7105b6878f76 2018-11-09 10:35:12,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155006170273s 2018-11-09 10:35:12,939 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/db0cafe2f65f40fb8435a18aec19622e used request id req-9507b0bd-b7ae-465f-98f5-7105b6878f76 2018-11-09 10:35:12,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 10:35:12,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:13,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c021b2-9496-444e-8bf0-dd904c1bc6dc Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "616feba266c24a06bc24f83fd7a3a26b", "links": {"self": "http://172.30.9.27:5000/v3/roles/616feba266c24a06bc24f83fd7a3a26b"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 10:35:13,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-32c021b2-9496-444e-8bf0-dd904c1bc6dc 2018-11-09 10:35:13,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0862882137299s 2018-11-09 10:35:13,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 10:35:13,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/616feba266c24a06bc24f83fd7a3a26b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:13,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 10:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ab2d884-0e2a-4687-b787-0d4809be80ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 10:35:13,133 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/616feba266c24a06bc24f83fd7a3a26b used request id req-9ab2d884-0e2a-4687-b787-0d4809be80ef 2018-11-09 10:35:13,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105516910553s 2018-11-09 10:35:13,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 10:35:13,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=db0cafe2f65f40fb8435a18aec19622e&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}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:13,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-66ef86da-b67a-4e5e-b0ba-49bd0615620f Date: Fri, 09 Nov 2018 10:35:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T09:50:31Z", "updated_at": "2018-11-09T09:50:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:50:31Z", "revision_number": 0, "id": "087b317e-0647-489d-a256-3430d90ca955", "remote_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "remote_ip_prefix": null, "created_at": "2018-11-09T09:50:31Z", "security_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "port_range_min": null, "ethertype": "IPv6", "project_id": "db0cafe2f65f40fb8435a18aec19622e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:50:31Z", "revision_number": 0, "id": "17556a06-e8a3-436f-bb57-18686c92d071", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:50:31Z", "security_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "port_range_min": null, "ethertype": "IPv6", "project_id": "db0cafe2f65f40fb8435a18aec19622e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:50:31Z", "revision_number": 0, "id": "ccdbc1df-1200-46ea-8284-a21d8aaa1f4b", "remote_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "remote_ip_prefix": null, "created_at": "2018-11-09T09:50:31Z", "security_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "port_range_min": null, "ethertype": "IPv4", "project_id": "db0cafe2f65f40fb8435a18aec19622e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:50:31Z", "revision_number": 0, "id": "d65d7651-583f-48d8-8e0b-2b2392de9189", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:50:31Z", "security_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "port_range_min": null, "ethertype": "IPv4", "project_id": "db0cafe2f65f40fb8435a18aec19622e"}], "revision_number": 4, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "name": "default"}]} 2018-11-09 10:35:13,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=db0cafe2f65f40fb8435a18aec19622e&name=default used request id req-66ef86da-b67a-4e5e-b0ba-49bd0615620f 2018-11-09 10:35:13,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195240974426s 2018-11-09 10:35:13,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=db0cafe2f65f40fb8435a18aec19622e&name=default used request id req-66ef86da-b67a-4e5e-b0ba-49bd0615620f 2018-11-09 10:35:13,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 10:35:13,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:13,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7b14376a-5d21-41bd-818c-26deccadec26 Date: Fri, 09 Nov 2018 10:35:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "created_at": "2018-11-09T09:50:31Z", "updated_at": "2018-11-09T09:50:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:50:31Z", "revision_number": 0, "id": "17556a06-e8a3-436f-bb57-18686c92d071", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:50:31Z", "security_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "port_range_min": null, "ethertype": "IPv6", "project_id": "db0cafe2f65f40fb8435a18aec19622e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:50:31Z", "revision_number": 0, "id": "087b317e-0647-489d-a256-3430d90ca955", "remote_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "remote_ip_prefix": null, "created_at": "2018-11-09T09:50:31Z", "security_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "port_range_min": null, "ethertype": "IPv6", "project_id": "db0cafe2f65f40fb8435a18aec19622e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:50:31Z", "revision_number": 0, "id": "d65d7651-583f-48d8-8e0b-2b2392de9189", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T09:50:31Z", "security_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "port_range_min": null, "ethertype": "IPv4", "project_id": "db0cafe2f65f40fb8435a18aec19622e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T09:50:31Z", "revision_number": 0, "id": "ccdbc1df-1200-46ea-8284-a21d8aaa1f4b", "remote_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "remote_ip_prefix": null, "created_at": "2018-11-09T09:50:31Z", "security_group_id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "tenant_id": "db0cafe2f65f40fb8435a18aec19622e", "port_range_min": null, "ethertype": "IPv4", "project_id": "db0cafe2f65f40fb8435a18aec19622e"}], "revision_number": 4, "project_id": "db0cafe2f65f40fb8435a18aec19622e", "id": "0889fc3c-13b8-44eb-be84-d93364ab8ec6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "created_at": "2018-11-09T06:41:05Z", "updated_at": "2018-11-09T06:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "a0d1a5f8-5dd3-4703-85d4-36ac5a655a11", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "c3499e0e-364a-48d6-b5cd-0515ea07b65f", "remote_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "61d6c6f7-9cf0-4e96-b78b-5dadd510cda0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv6", "project_id": "9089c82e917c466f80aaf9544aa8e123"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:41:05Z", "revision_number": 0, "id": "05ffe571-7202-44be-92da-4af4cc1b349c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:41:05Z", "security_group_id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "tenant_id": "9089c82e917c466f80aaf9544aa8e123", "port_range_min": null, "ethertype": "IPv4", "project_id": "9089c82e917c466f80aaf9544aa8e123"}], "revision_number": 4, "project_id": "9089c82e917c466f80aaf9544aa8e123", "id": "5d9b735f-bc8d-4c9e-a10c-c1bfed8474b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "created_at": "2018-11-09T06:52:53Z", "updated_at": "2018-11-09T06:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "36a149c0-9584-41de-bff0-2ba4c5e20741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "b5e905c1-3efe-4ed3-af36-ff9660ff117f", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "421de781-838c-4af5-9e6b-484337dbcb77", "remote_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:52:53Z", "revision_number": 0, "id": "ae085092-c35f-4b2e-bc02-f6efc61ebb94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:52:53Z", "security_group_id": "8519945f-8821-49f1-8556-524f63bb1743", "tenant_id": "03a9610823394ae2b00bc3513d6ed5fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "03a9610823394ae2b00bc3513d6ed5fd"}], "revision_number": 4, "project_id": "03a9610823394ae2b00bc3513d6ed5fd", "id": "8519945f-8821-49f1-8556-524f63bb1743", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T06:55:00Z", "updated_at": "2018-11-09T06:55:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "bcb53b28-5147-48f5-8268-3dbb10e10798", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "47769f03-dd85-4417-ba8c-bb90d37eba24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "414ebf9b-769a-45e1-9d68-cc99f0a98d18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T06:55:00Z", "revision_number": 0, "id": "a8ef1c2f-6eec-443d-82ba-3f8197042f93", "remote_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "remote_ip_prefix": null, "created_at": "2018-11-09T06:55:00Z", "security_group_id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "8c047986-5f5f-4d1c-b1b1-0e0ff8719895", "name": "default"}]} 2018-11-09 10:35:13,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-7b14376a-5d21-41bd-818c-26deccadec26 2018-11-09 10:35:13,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.223928928375s 2018-11-09 10:35:13,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-7b14376a-5d21-41bd-818c-26deccadec26 2018-11-09 10:35:13,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 10:35:13,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/0889fc3c-13b8-44eb-be84-d93364ab8ec6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e05d80f1ba4d882cde68f90a0ff6f4cadf2b22aa" 2018-11-09 10:35:13,855 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2085d59c-c3b8-48c4-85c9-2b30ca15a75f Content-Length: 0 Date: Fri, 09 Nov 2018 10:35:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 10:35:13,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0889fc3c-13b8-44eb-be84-d93364ab8ec6.json used request id req-2085d59c-c3b8-48c4-85c9-2b30ca15a75f 2018-11-09 10:35:13,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.291682958603s 2018-11-09 10:35:13,856 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0889fc3c-13b8-44eb-be84-d93364ab8ec6.json used request id req-2085d59c-c3b8-48c4-85c9-2b30ca15a75f 2018-11-09 10:35:13,857 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 29:17 | PASS | | vyos_vrouter | functest | vnf | 16:23 | PASS | | juju_epc | functest | vnf | 43:27 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-11-09 10:35:13,861 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-09 10:35:13,960 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-09 10:35:18,739 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-311 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-09 10:35:18,742 - 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=tMU7RBECnjg4a944fPs64vra6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-09 10:35:18,742 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-09 10:35:18,742 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-09 10:35:18,743 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-11-09 10:35:18,744 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-09 10:35:23,800 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-311 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-09 10:35:23,806 - 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=tMU7RBECnjg4a944fPs64vra6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-09 10:35:23,807 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-11-09 10:35:23,818 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-11-09 10:35:26,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 10:35:26,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 10:35:26,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 10:35:26,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 10:35:26,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 10:35:26,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 10:35:26,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 10:35:26,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 10:35:26,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 10:35:26,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 10:35:26,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 10:35:26,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 10:35:26,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 10:35:26,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 10:35:26,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 10:35:26,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 10:35:26,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 10:35:26,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 10:35:26,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 10:35:26,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 10:35:26,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 10:35:26,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 10:35:26,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 10:35:26,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 10:35:26,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 10:35:26,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f5b87cc-4af0-4875-94b7-5c0dd3090ad2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 10:35:26,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9f5b87cc-4af0-4875-94b7-5c0dd3090ad2 2018-11-09 10:35:26,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 10:35:26,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T11:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03a9610823394ae2b00bc3513d6ed5fd", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/03a9610823394ae2b00bc3513d6ed5fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "df94b132040046949a5645f6325406c5"}, "audit_ids": ["7r8iZri6TsKmdNiJNoip4Q"], "issued_at": "2018-11-09T10:35:26.000000Z"}} 2018-11-09 10:35:26,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-09 10:35:26,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:27,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a1a79296-7309-4a84-988a-2a787d20e402 Date: Fri, 09 Nov 2018 10:35:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"fa1d7785-f068-46b2-8c3a-e376cfcf640e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"9089c82e917c466f80aaf9544aa8e123","status":"ACTIVE","subnets":["cb65f4ed-a378-4853-84d5-43a993df3191"],"description":"","tags":[],"updated_at":"2018-11-09T06:41:12Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"9089c82e917c466f80aaf9544aa8e123","created_at":"2018-11-09T06:41:05Z","provider:network_type":"flat"}]} 2018-11-09 10:35:27,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a1a79296-7309-4a84-988a-2a787d20e402 2018-11-09 10:35:27,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.251971960068s 2018-11-09 10:35:27,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a1a79296-7309-4a84-988a-2a787d20e402 2018-11-09 10:35:27,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 10:35:27,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:27,108 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 10:35: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 10:35:27,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:27,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4db93d22-7958-4e39-a48d-4b09c165606a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/32a63c97cac747b6974160a30dcd14f2"}, "description": "", "name": "heat_stack", "enabled": true, "id": "32a63c97cac747b6974160a30dcd14f2"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 10:35:27,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-4db93d22-7958-4e39-a48d-4b09c165606a 2018-11-09 10:35:27,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.396688938141s 2018-11-09 10:35:27,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 10:35:27,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01"}}' 2018-11-09 10:35:27,606 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 10:35:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1227ae80-ac32-489e-b366-10083c579b6e 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.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1"}, "enabled": true, "id": "11ec92d830d144fa8ba39c211f7292f1", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01"}} 2018-11-09 10:35:27,606 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-1227ae80-ac32-489e-b366-10083c579b6e 2018-11-09 10:35:27,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109079122543s 2018-11-09 10:35:27,607 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-1227ae80-ac32-489e-b366-10083c579b6e 2018-11-09 10:35:27,608 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01', 'id': u'11ec92d830d144fa8ba39c211f7292f1', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-09 10:35:27,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 10:35:27,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.345415115356s 2018-11-09 10:35:27,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:28,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2859733-c10f-44e6-a22b-1d013ab170cb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716"}, "enabled": true, "id": "08da22843ba44e2b86ca29c4e4cde716", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_60030598-43d0-46d3-a816-9145bc8f1f01"}} 2018-11-09 10:35:28,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716 used request id req-a2859733-c10f-44e6-a22b-1d013ab170cb 2018-11-09 10:35:28,065 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'08da22843ba44e2b86ca29c4e4cde716', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_60030598-43d0-46d3-a816-9145bc8f1f01'}) 2018-11-09 10:35:28,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 10:35:28,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:28,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b4d1482-3093-4964-b254-d329fe2f4720 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 10:35:28,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5b4d1482-3093-4964-b254-d329fe2f4720 2018-11-09 10:35:28,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0856928825378s 2018-11-09 10:35:28,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 10:35:28,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:28,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03297069-5699-4114-88ce-70a3bcd063dc Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 10:35:28,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-03297069-5699-4114-88ce-70a3bcd063dc 2018-11-09 10:35:28,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0723350048065s 2018-11-09 10:35:28,226 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 10:35:28,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 10:35:28,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" -d '{"role": {"name": "Member"}}' 2018-11-09 10:35:28,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 10:35:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9364e114-09a9-4939-8be0-1f31b11e365b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6b004207439e4fdfaf96e24bd93c377a", "links": {"self": "http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a"}, "name": "Member"}} 2018-11-09 10:35:28,342 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-9364e114-09a9-4939-8be0-1f31b11e365b 2018-11-09 10:35:28,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.116292953491s 2018-11-09 10:35:28,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:28,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-717dd93a-4311-48ab-928d-caa5fa008aad Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a"}, "domain_id": null, "name": "Member", "id": "6b004207439e4fdfaf96e24bd93c377a"}} 2018-11-09 10:35:28,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a used request id req-717dd93a-4311-48ab-928d-caa5fa008aad 2018-11-09 10:35:28,422 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a'}, 'domain_id': None, 'human_id': None, 'id': u'6b004207439e4fdfaf96e24bd93c377a', 'HUMAN_ID': False}) 2018-11-09 10:35:28,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 10:35:28,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:28,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85519b36-690a-4cda-b008-f273ad6ea071 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6b004207439e4fdfaf96e24bd93c377a", "links": {"self": "http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 10:35:28,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-85519b36-690a-4cda-b008-f273ad6ea071 2018-11-09 10:35:28,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797350406647s 2018-11-09 10:35:28,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 10:35:28,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:28,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d28ddae2-0806-48eb-9d3a-c54bd9123ab9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 10:35:28,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-d28ddae2-0806-48eb-9d3a-c54bd9123ab9 2018-11-09 10:35:28,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0751581192017s 2018-11-09 10:35:28,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 10:35:28,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:28,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af381725-f81c-43ee-8f62-75f64118ea39 Content-Encoding: gzip Content-Length: 883 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_60030598-43d0-46d3-a816-9145bc8f1f01", "links": {"self": "http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716"}, "domain_id": "default", "enabled": true, "id": "08da22843ba44e2b86ca29c4e4cde716", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 10:35:28,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-af381725-f81c-43ee-8f62-75f64118ea39 2018-11-09 10:35:28,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0945551395416s 2018-11-09 10:35:28,675 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-af381725-f81c-43ee-8f62-75f64118ea39 2018-11-09 10:35:28,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 10:35:28,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:28,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd4022d-385c-498f-9f27-b97594d4d286 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1"}, "enabled": true, "id": "11ec92d830d144fa8ba39c211f7292f1", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 10:35:28,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1bd4022d-385c-498f-9f27-b97594d4d286 2018-11-09 10:35:28,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0802669525146s 2018-11-09 10:35:28,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1bd4022d-385c-498f-9f27-b97594d4d286 2018-11-09 10:35:28,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 10:35:28,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=08da22843ba44e2b86ca29c4e4cde716&scope.project.id=11ec92d830d144fa8ba39c211f7292f1&role.id=6b004207439e4fdfaf96e24bd93c377a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:28,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-827a59f8-97e7-4416-bb5d-6f22ddeeaee9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=08da22843ba44e2b86ca29c4e4cde716&scope.project.id=11ec92d830d144fa8ba39c211f7292f1&role.id=6b004207439e4fdfaf96e24bd93c377a", "previous": null, "next": null}} 2018-11-09 10:35:28,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=08da22843ba44e2b86ca29c4e4cde716&scope.project.id=11ec92d830d144fa8ba39c211f7292f1&role.id=6b004207439e4fdfaf96e24bd93c377a used request id req-827a59f8-97e7-4416-bb5d-6f22ddeeaee9 2018-11-09 10:35:28,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0852777957916s 2018-11-09 10:35:28,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 10:35:28,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1/users/08da22843ba44e2b86ca29c4e4cde716/roles/6b004207439e4fdfaf96e24bd93c377a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:28,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 10:35:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c4f090c-f1c9-48c3-b302-72d803b60d6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 10:35:28,969 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1/users/08da22843ba44e2b86ca29c4e4cde716/roles/6b004207439e4fdfaf96e24bd93c377a used request id req-5c4f090c-f1c9-48c3-b302-72d803b60d6d 2018-11-09 10:35:28,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119015932083s 2018-11-09 10:35:28,970 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01', 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': '8dcd47b5-4fec-4acd-9c36-fd11059a2918', 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_60030598-43d0-46d3-a816-9145bc8f1f01', 'project_id': u'11ec92d830d144fa8ba39c211f7292f1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 10:35:28,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 10:35:28,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 10:35:28,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 10:35:28,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 10:35:28,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 10:35:28,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 10:35:28,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 10:35:28,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 10:35:28,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 10:35:28,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 10:35:28,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 10:35:28,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 10:35:28,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 10:35:28,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 10:35:28,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 10:35:28,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 10:35:28,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 10:35:28,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 10:35:28,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 10:35:28,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 10:35:28,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 10:35:28,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 10:35:28,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-09 10:35:28,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-09 10:35:28,976 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_60030598-43d0-46d3-a816-9145bc8f1f01', 'password': '8dcd47b5-4fec-4acd-9c36-fd11059a2918', 'project_name': 'tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '11ec92d830d144fa8ba39c211f7292f1', 'project_domain_name': 'Default'} 2018-11-09 10:35:28,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 10:35:28,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-165e70db-ef6b-490d-bfc6-a85aa3326f1d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6b004207439e4fdfaf96e24bd93c377a", "links": {"self": "http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 10:35:29,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-165e70db-ef6b-490d-bfc6-a85aa3326f1d 2018-11-09 10:35:29,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0757160186768s 2018-11-09 10:35:29,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 10:35:29,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96a9d3f9-cf17-48f1-9df4-1af083a418f1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6b004207439e4fdfaf96e24bd93c377a", "links": {"self": "http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 10:35:29,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-96a9d3f9-cf17-48f1-9df4-1af083a418f1 2018-11-09 10:35:29,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819869041443s 2018-11-09 10:35:29,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 10:35:29,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a977c507-381b-48da-977f-7cc6272e1380 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 10:35:29,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-a977c507-381b-48da-977f-7cc6272e1380 2018-11-09 10:35:29,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0898280143738s 2018-11-09 10:35:29,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 10:35:29,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cce2ae77-65cb-4399-8fe0-b5671b6c3cd5 Content-Encoding: gzip Content-Length: 883 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_60030598-43d0-46d3-a816-9145bc8f1f01", "links": {"self": "http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716"}, "domain_id": "default", "enabled": true, "id": "08da22843ba44e2b86ca29c4e4cde716", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 10:35:29,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cce2ae77-65cb-4399-8fe0-b5671b6c3cd5 2018-11-09 10:35:29,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104845046997s 2018-11-09 10:35:29,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cce2ae77-65cb-4399-8fe0-b5671b6c3cd5 2018-11-09 10:35:29,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 10:35:29,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-621101a0-f30a-480c-84f5-0eb39e60b072 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1"}, "enabled": true, "id": "11ec92d830d144fa8ba39c211f7292f1", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 10:35:29,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-621101a0-f30a-480c-84f5-0eb39e60b072 2018-11-09 10:35:29,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0776829719543s 2018-11-09 10:35:29,417 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-621101a0-f30a-480c-84f5-0eb39e60b072 2018-11-09 10:35:29,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 10:35:29,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=08da22843ba44e2b86ca29c4e4cde716&scope.project.id=11ec92d830d144fa8ba39c211f7292f1&role.id=79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f09db93-993f-4006-a01e-0322d8b42196 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=08da22843ba44e2b86ca29c4e4cde716&scope.project.id=11ec92d830d144fa8ba39c211f7292f1&role.id=79f21433cbd840ddbed71b46b37d5f03", "previous": null, "next": null}} 2018-11-09 10:35:29,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=08da22843ba44e2b86ca29c4e4cde716&scope.project.id=11ec92d830d144fa8ba39c211f7292f1&role.id=79f21433cbd840ddbed71b46b37d5f03 used request id req-7f09db93-993f-4006-a01e-0322d8b42196 2018-11-09 10:35:29,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0741128921509s 2018-11-09 10:35:29,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 10:35:29,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1/users/08da22843ba44e2b86ca29c4e4cde716/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c78610f-36d1-4062-853f-30e26f0b2b20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 10:35:29,615 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1/users/08da22843ba44e2b86ca29c4e4cde716/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-7c78610f-36d1-4062-853f-30e26f0b2b20 2018-11-09 10:35:29,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121402025223s 2018-11-09 10:35:29,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 10:35:29,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e019cb0-8ad5-420b-8b5f-2ce5cf24bb12 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6b004207439e4fdfaf96e24bd93c377a", "links": {"self": "http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 10:35:29,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8e019cb0-8ad5-420b-8b5f-2ce5cf24bb12 2018-11-09 10:35:29,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0864238739014s 2018-11-09 10:35:29,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 10:35:29,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0338debe-a676-42ea-88af-208329c52f64 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 10:35:29,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0338debe-a676-42ea-88af-208329c52f64 2018-11-09 10:35:29,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0751760005951s 2018-11-09 10:35:29,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 10:35:29,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-056dd92f-e39d-4420-bdf7-8a4c044ea0f0 Content-Encoding: gzip Content-Length: 883 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_60030598-43d0-46d3-a816-9145bc8f1f01", "links": {"self": "http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716"}, "domain_id": "default", "enabled": true, "id": "08da22843ba44e2b86ca29c4e4cde716", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 10:35:29,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-056dd92f-e39d-4420-bdf7-8a4c044ea0f0 2018-11-09 10:35:29,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127766132355s 2018-11-09 10:35:29,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-056dd92f-e39d-4420-bdf7-8a4c044ea0f0 2018-11-09 10:35:29,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 10:35:29,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=08da22843ba44e2b86ca29c4e4cde716&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:29,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a768e2d5-bf43-400c-83b8-952bdc514ad1 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=08da22843ba44e2b86ca29c4e4cde716&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default", "previous": null, "next": null}} 2018-11-09 10:35:29,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=08da22843ba44e2b86ca29c4e4cde716&role.id=79f21433cbd840ddbed71b46b37d5f03&scope.domain.id=default used request id req-a768e2d5-bf43-400c-83b8-952bdc514ad1 2018-11-09 10:35:30,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.085884809494s 2018-11-09 10:35:30,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 10:35:30,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/domains/default/users/08da22843ba44e2b86ca29c4e4cde716/roles/79f21433cbd840ddbed71b46b37d5f03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:35:30,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 10:35:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3426743-577e-49e7-b132-6a90b8934b80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 10:35:30,063 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/domains/default/users/08da22843ba44e2b86ca29c4e4cde716/roles/79f21433cbd840ddbed71b46b37d5f03 used request id req-d3426743-577e-49e7-b132-6a90b8934b80 2018-11-09 10:35:30,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0635719299316s 2018-11-09 10:35:30,064 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-09 10:35:39,191 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-09 10:35:38.909 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=aa6c9e8e-9354-4955-b502-6227a82a6466) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | aa6c9e8e-9354-4955-b502-6227a82a6466 | 2018-11-09T10:35:38 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: aa6c9e8e-9354-4955-b502-6227a82a6466 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-09 10:35:42,444 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-09 10:35:42,445 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-09 10:35:48,770 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-09 10:35:46.194 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-09 10:35:46.335 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-09 10:35:48.604 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bc8863bd-fa9d-473c-83d2-72ce88a553fa) has been successfully created! Using verifier 'opnfv-tempest' (UUID=bc8863bd-fa9d-473c-83d2-72ce88a553fa) as the default verifier for the future CLI operations. 2018-11-09 10:35:51,528 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-11-09 10:35:51,529 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 10:35:51,662 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-09 10:35:51,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 10:35:51,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b903372-1e6f-4669-bdb3-02a731e4d528 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-11-09 10:35:51,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3b903372-1e6f-4669-bdb3-02a731e4d528 2018-11-09 10:35:51,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 10:35:52,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b004207439e4fdfaf96e24bd93c377a", "name": "Member"}, {"id": "79f21433cbd840ddbed71b46b37d5f03", "name": "admin"}], "expires_at": "2018-11-09T11:35:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11ec92d830d144fa8ba39c211f7292f1", "name": "tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/11ec92d830d144fa8ba39c211f7292f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0545bf884a544c0a82362dc6ed8e82b8"}, {"url": "http://172.30.9.27:8776/v3/11ec92d830d144fa8ba39c211f7292f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f4aeec22dee4e02abc333e95deb55b9"}, {"url": "http://192.30.9.7:8776/v3/11ec92d830d144fa8ba39c211f7292f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b00efb8b0ee042ca889e8cbd4211bb96"}], "type": "volumev3", "id": "0c89d185cb1f42fca57b94f1a760f60c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "091e1ad933bb465b943962f161ec7b54"}, {"url": "http://192.30.9.7:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae6ddabe5b664be4a01e28f24e937010"}, {"url": "http://192.30.9.7:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2b43a363b96411aa33db816a01e9fec"}], "type": "nfv-orchestration", "id": "14f9b05c64b04cddafa407d6aabb0893", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/11ec92d830d144fa8ba39c211f7292f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c4b93b9c5c148b5b4bf3c13beebc267"}, {"url": "http://192.30.9.7:8776/v2/11ec92d830d144fa8ba39c211f7292f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6b41e4f4c23490595bbc8ac214595eb"}, {"url": "http://172.30.9.27:8776/v2/11ec92d830d144fa8ba39c211f7292f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df1d539b7aa642c2ad7acc6ea529111e"}], "type": "volumev2", "id": "1e2e003179664dc79ad50db275c1e4d6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a6da6277a41d4c45b09d3eaa75368cd4"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b7ac064bde614bda9f21be8f8aef8617"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb75e9570c6b42728b7a369474c80391"}], "type": "alarming", "id": "2fe9f1abdaa64be0a4a637ceb3d8290c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235d3d976ce64b62a9fd44d276a4b9d2"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c219933d7a43978fe571df5f60cf53"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8dd2eef05cdc43cd9dc0c88afe738be3"}], "type": "policy", "id": "33f177b61e50483a8531ea86197078b5", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4f337e23bf47f5aacded4e078c3d39"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "995098568f1844b48837aba8359647a3"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1def1cfe6314716bc213f925a62336a"}], "type": "compute", "id": "3cb73a4957a9443292bacf5670fcef99", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c08f074502644058e4105ac62256e83"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "814ec42f87114d479b6a376b2e198820"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6ead35e1c394fd6a9b6ba919ec8f671"}], "type": "network", "id": "44f26eb063954e739b503e6a5e9032fd", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "4574ba66c1204a5c8994c9491185c942", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32d3063ff3794e149946d1bcc7f5d389"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49187b54825147bf9e1dfc7db1c4713a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c1be44e6ea844639b8892e1a0a4d3b5"}], "type": "image", "id": "4e9d7c4ae46e4d7ea1e0c624e6cae2d0", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "108fb85474734dc9a0aea43998de9c5f"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "327c9805abc94fc18968b5307cb3b502"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fcd1e90222b4a10b290142818365c62"}], "type": "placement", "id": "515d520bd0c74f4b81fa6d647513ac31", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03930004340d40e49728594c7b8bbd1c"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3fee02b30d34c7a9330a73a21d45d42"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e68f1a4763624f96bd5f1b24dcb98bfd"}], "type": "identity", "id": "5b58fbb85ee2445d94b03eb426d1653b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de2c4b6fc7840a2839d93345ab28007"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75239e7dd81d444fbf1093a2b1b81e46"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e57db16c0db147338b3eb70ac6280677"}], "type": "cloudformation", "id": "7a171e2b92264592bd937870e5a64cd5", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/11ec92d830d144fa8ba39c211f7292f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef3a02070dc4a189cbe9a580944455b"}, {"url": "http://192.30.9.7:8776/v1/11ec92d830d144fa8ba39c211f7292f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "82cec2d525434c01aac72675422e87b7"}, {"url": "http://172.30.9.27:8776/v1/11ec92d830d144fa8ba39c211f7292f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95f46bbff23a4bd7863ae022f8c83159"}], "type": "volume", "id": "930edd1595db4c159c1c28b38d62c2a2", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16cb0b7edc524088a5c351bb92047cbe"}, {"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fad19fb7ae4429186e7e7313f6846b6"}, {"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aaeb920c5ba94f29916489a584cab807"}], "type": "key-manager", "id": "9ebe11d4aa3e4fa99528bde1ab6ef6ec", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06dda4965d044f4482a13860c49a8c89"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "861bbcaffcc341a1a51737f44c55d3f0"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a29047deb5424d508f8dedec11d9ba15"}], "type": "metric", "id": "9f8fad24213e4d87acb5ed105ece0f2b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/11ec92d830d144fa8ba39c211f7292f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17b0883b3455435da7ac86da1fc66664"}, {"url": "http://172.30.9.27:8004/v1/11ec92d830d144fa8ba39c211f7292f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38c2913853ab48718db820dba12b8363"}, {"url": "http://192.30.9.7:8004/v1/11ec92d830d144fa8ba39c211f7292f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "696c89b6db264b8aaf6d79a486bc9229"}], "type": "orchestration", "id": "e41140e79ced47d59f36e0f5856755eb", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_60030598-43d0-46d3-a816-9145bc8f1f01", "id": "08da22843ba44e2b86ca29c4e4cde716"}, "audit_ids": ["pfCpXHXlRRyqbif3IRZlmA"], "issued_at": "2018-11-09T10:35:52.000000Z"}} 2018-11-09 10:35:52,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:35:52,075 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 09 Nov 2018 10:35:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-11-09 10:35:52,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 10:35:52,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:35:52,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-616985ed-c860-477f-8c5f-a9403b6775ac Date: Fri, 09 Nov 2018 10:35:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 10:35:52,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-616985ed-c860-477f-8c5f-a9403b6775ac 2018-11-09 10:35:52,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.554520130157s 2018-11-09 10:35:52,631 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-616985ed-c860-477f-8c5f-a9403b6775ac 2018-11-09 10:35:52,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 10:35:52,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}266ea6b06696394cbb0509f40e1d484f482507ef" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01"}' 2018-11-09 10:35:53,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c X-Openstack-Request-Id: req-b2a10e58-0e7b-4e92-8dc8-b2fbc9ff9b1c Date: Fri, 09 Nov 2018 10:35:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/file", "owner": "11ec92d830d144fa8ba39c211f7292f1", "id": "9e3c0eea-74e0-40ba-bc0e-5e043a10772c", "size": null, "self": "/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T10:35:53Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "checksum": null, "created_at": "2018-11-09T10:35:53Z", "protected": false} 2018-11-09 10:35:53,222 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b2a10e58-0e7b-4e92-8dc8-b2fbc9ff9b1c 2018-11-09 10:35:53,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.58988404274s 2018-11-09 10:35:53,223 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b2a10e58-0e7b-4e92-8dc8-b2fbc9ff9b1c returning object 9e3c0eea-74e0-40ba-bc0e-5e043a10772c 2018-11-09 10:35:53,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 10:35:53,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/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}266ea6b06696394cbb0509f40e1d484f482507ef" -d '' 2018-11-09 10:35:54,990 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2d5e22c-cc06-4842-b9b9-713830dd9ddd Date: Fri, 09 Nov 2018 10:35:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 10:35:54,990 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/file used request id req-f2d5e22c-cc06-4842-b9b9-713830dd9ddd 2018-11-09 10:35:54,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.7661318779s 2018-11-09 10:35:54,990 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/file used request id req-f2d5e22c-cc06-4842-b9b9-713830dd9ddd 2018-11-09 10:35:54,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 10:35:54,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:35:55,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-647bb978-e2ab-4c7f-af8d-937810a45f11 Date: Fri, 09 Nov 2018 10:35:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/snap", "metadata": {}}], "file": "/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/file", "owner": "11ec92d830d144fa8ba39c211f7292f1", "id": "9e3c0eea-74e0-40ba-bc0e-5e043a10772c", "size": 12716032, "self": "/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T10:35:55Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T10:35:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 10:35:55,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-647bb978-e2ab-4c7f-af8d-937810a45f11 2018-11-09 10:35:55,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17466711998s 2018-11-09 10:35:55,166 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-647bb978-e2ab-4c7f-af8d-937810a45f11 2018-11-09 10:35:55,167 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/file', 'owner': u'11ec92d830d144fa8ba39c211f7292f1', 'id': u'9e3c0eea-74e0-40ba-bc0e-5e043a10772c', 'size': 12716032, u'self': u'/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11ec92d830d144fa8ba39c211f7292f1', 'name': 'tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T10:35:55Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T10:35:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01', 'created': u'2018-11-09T10:35:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T10:35:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 10:35:55,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 10:35:55,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_60030598-43d0-46d3-a816-9145bc8f1f01", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 10:35:55,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10: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-c5cc90c7-04b2-4481-952e-2ff0d77551d7 x-compute-request-id: req-c5cc90c7-04b2-4481-952e-2ff0d77551d7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "741955f8-ba5d-457e-82f1-d973b17b10cb", "name": "tempest_full_parallel-flavor_60030598-43d0-46d3-a816-9145bc8f1f01", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 10:35:55,362 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c5cc90c7-04b2-4481-952e-2ff0d77551d7 2018-11-09 10:35:55,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.193761110306s 2018-11-09 10:35:55,363 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c5cc90c7-04b2-4481-952e-2ff0d77551d7 returning object 741955f8-ba5d-457e-82f1-d973b17b10cb 2018-11-09 10:35:55,363 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_60030598-43d0-46d3-a816-9145bc8f1f01', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'741955f8-ba5d-457e-82f1-d973b17b10cb', 'swap': 0}) 2018-11-09 10:35:55,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 10:35:55,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb/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}d7701f45c40ae6babf85ea464e4752a979a14ce8" -d '{"extra_specs": {}}' 2018-11-09 10:35:55,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9faa354a-8e6e-4e7b-b5e0-c3b0200e7590 x-compute-request-id: req-9faa354a-8e6e-4e7b-b5e0-c3b0200e7590 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 10:35:55,387 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb/os-extra_specs used request id req-9faa354a-8e6e-4e7b-b5e0-c3b0200e7590 2018-11-09 10:35:55,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0233509540558s 2018-11-09 10:35:55,388 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb/os-extra_specs used request id req-9faa354a-8e6e-4e7b-b5e0-c3b0200e7590 2018-11-09 10:35:55,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 10:35:55,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:35:55,399 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 10:35: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 10:35:55,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:35:55,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c1cb96f-50c2-4132-b13d-e2ed34f390e8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6b004207439e4fdfaf96e24bd93c377a", "links": {"self": "http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 10:35:55,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6c1cb96f-50c2-4132-b13d-e2ed34f390e8 2018-11-09 10:35:55,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.107378959656s 2018-11-09 10:35:55,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-09 10:35:55,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:35:55,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10: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-58de70da-3286-4e41-8a43-c852e51ab81f x-compute-request-id: req-58de70da-3286-4e41-8a43-c852e51ab81f Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 194}, "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.3", "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": 10163, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 200}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10164, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-09 10:35:55,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-58de70da-3286-4e41-8a43-c852e51ab81f 2018-11-09 10:35:55,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.193432807922s 2018-11-09 10:35:55,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-58de70da-3286-4e41-8a43-c852e51ab81f 2018-11-09 10:35:55,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 10:35:55,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:35:56,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-1b090e29-2fb4-4422-99fd-8b791765d76d Date: Fri, 09 Nov 2018 10:35:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/snap", "metadata": {}}], "file": "/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/file", "owner": "11ec92d830d144fa8ba39c211f7292f1", "id": "9e3c0eea-74e0-40ba-bc0e-5e043a10772c", "size": 12716032, "self": "/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T10:35:55Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T10:35:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 10:35:56,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1b090e29-2fb4-4422-99fd-8b791765d76d 2018-11-09 10:35:56,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.554438114166s 2018-11-09 10:35:56,250 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1b090e29-2fb4-4422-99fd-8b791765d76d 2018-11-09 10:35:56,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-09 10:35:56,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}266ea6b06696394cbb0509f40e1d484f482507ef" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_60030598-43d0-46d3-a816-9145bc8f1f01", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_60030598-43d0-46d3-a816-9145bc8f1f01"}' 2018-11-09 10:35:56,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976 X-Openstack-Request-Id: req-97c15bef-4bcc-44f5-8722-bcf1ef06033c Date: Fri, 09 Nov 2018 10:35:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976/file", "owner": "11ec92d830d144fa8ba39c211f7292f1", "id": "2002c762-c3a5-4253-a64c-bc1e4498c976", "size": null, "self": "/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T10:35:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_60030598-43d0-46d3-a816-9145bc8f1f01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_60030598-43d0-46d3-a816-9145bc8f1f01", "checksum": null, "created_at": "2018-11-09T10:35:56Z", "protected": false} 2018-11-09 10:35:56,843 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-97c15bef-4bcc-44f5-8722-bcf1ef06033c 2018-11-09 10:35:56,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.589689016342s 2018-11-09 10:35:56,843 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-97c15bef-4bcc-44f5-8722-bcf1ef06033c returning object 2002c762-c3a5-4253-a64c-bc1e4498c976 2018-11-09 10:35:56,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-09 10:35:56,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976/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}266ea6b06696394cbb0509f40e1d484f482507ef" -d '' 2018-11-09 10:35:58,289 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3ceefef4-2329-45eb-899a-f1412182cb19 Date: Fri, 09 Nov 2018 10:35:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 10:35:58,290 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976/file used request id req-3ceefef4-2329-45eb-899a-f1412182cb19 2018-11-09 10:35:58,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.44567394257s 2018-11-09 10:35:58,290 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976/file used request id req-3ceefef4-2329-45eb-899a-f1412182cb19 2018-11-09 10:35:58,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 10:35:58,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:35:58,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-7d6bfc36-27fe-4024-8a9c-c7f59d0c5b09 Date: Fri, 09 Nov 2018 10:35:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2002c762-c3a5-4253-a64c-bc1e4498c976/snap", "metadata": {}}], "file": "/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976/file", "owner": "11ec92d830d144fa8ba39c211f7292f1", "id": "2002c762-c3a5-4253-a64c-bc1e4498c976", "size": 12716032, "self": "/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2002c762-c3a5-4253-a64c-bc1e4498c976/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T10:35:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_60030598-43d0-46d3-a816-9145bc8f1f01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_60030598-43d0-46d3-a816-9145bc8f1f01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T10:35:56Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/snap", "metadata": {}}], "file": "/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/file", "owner": "11ec92d830d144fa8ba39c211f7292f1", "id": "9e3c0eea-74e0-40ba-bc0e-5e043a10772c", "size": 12716032, "self": "/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T10:35:55Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T10:35:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 10:35:58,858 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7d6bfc36-27fe-4024-8a9c-c7f59d0c5b09 2018-11-09 10:35:58,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.567578077316s 2018-11-09 10:35:58,859 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7d6bfc36-27fe-4024-8a9c-c7f59d0c5b09 2018-11-09 10:35:58,861 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2002c762-c3a5-4253-a64c-bc1e4498c976/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976/file', 'owner': u'11ec92d830d144fa8ba39c211f7292f1', 'id': u'2002c762-c3a5-4253-a64c-bc1e4498c976', 'size': 12716032, u'self': u'/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11ec92d830d144fa8ba39c211f7292f1', 'name': 'tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/2002c762-c3a5-4253-a64c-bc1e4498c976/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-09T10:35:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-09T10:35:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_60030598-43d0-46d3-a816-9145bc8f1f01', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_60030598-43d0-46d3-a816-9145bc8f1f01', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_60030598-43d0-46d3-a816-9145bc8f1f01', 'created': u'2018-11-09T10:35:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-09T10:35:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_60030598-43d0-46d3-a816-9145bc8f1f01', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-09 10:35:58,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-09 10:35:58,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_60030598-43d0-46d3-a816-9145bc8f1f01", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-09 10:35:58,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10: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-ebc0d204-be43-4d02-ab4e-4dd39fddc98c x-compute-request-id: req-ebc0d204-be43-4d02-ab4e-4dd39fddc98c Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/1f71d987-60b8-47ff-8b93-26c0fb3ad027", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/1f71d987-60b8-47ff-8b93-26c0fb3ad027", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1f71d987-60b8-47ff-8b93-26c0fb3ad027", "name": "tempest_full_parallel-flavor_alt_60030598-43d0-46d3-a816-9145bc8f1f01", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 10:35:58,909 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ebc0d204-be43-4d02-ab4e-4dd39fddc98c 2018-11-09 10:35:58,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0465269088745s 2018-11-09 10:35:58,909 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ebc0d204-be43-4d02-ab4e-4dd39fddc98c returning object 1f71d987-60b8-47ff-8b93-26c0fb3ad027 2018-11-09 10:35:58,910 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_60030598-43d0-46d3-a816-9145bc8f1f01', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'1f71d987-60b8-47ff-8b93-26c0fb3ad027', 'swap': 0}) 2018-11-09 10:35:58,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-09 10:35:58,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/1f71d987-60b8-47ff-8b93-26c0fb3ad027/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}d7701f45c40ae6babf85ea464e4752a979a14ce8" -d '{"extra_specs": {}}' 2018-11-09 10:35:58,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10: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-14f18bd7-57de-4fbe-8911-3af742b3ee7a x-compute-request-id: req-14f18bd7-57de-4fbe-8911-3af742b3ee7a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 10:35:58,932 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/1f71d987-60b8-47ff-8b93-26c0fb3ad027/os-extra_specs used request id req-14f18bd7-57de-4fbe-8911-3af742b3ee7a 2018-11-09 10:35:58,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214760303497s 2018-11-09 10:35:58,933 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/1f71d987-60b8-47ff-8b93-26c0fb3ad027/os-extra_specs used request id req-14f18bd7-57de-4fbe-8911-3af742b3ee7a 2018-11-09 10:35:58,933 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_60030598-43d0-46d3-a816-9145bc8f1f01', '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'03a9610823394ae2b00bc3513d6ed5fd', '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'1f71d987-60b8-47ff-8b93-26c0fb3ad027', 'swap': 0}) 2018-11-09 10:36:02,122 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-09 10:36:00.920 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bc8863bd-fa9d-473c-83d2-72ce88a553fa) for deployment 'opnfv-rally' (UUID=aa6c9e8e-9354-4955-b502-6227a82a6466). 2018-11-09 10:36:01.964 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-09 10:36:01.966 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bc8863bd-fa9d-473c-83d2-72ce88a553fa) has been successfully configured for deployment 'opnfv-rally' (UUID=aa6c9e8e-9354-4955-b502-6227a82a6466)! 2018-11-09 10:36:02,123 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-09 10:36:02,123 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-09 10:36:02,126 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-09 10:36:02,143 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-09 10:36:04,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-bc8863bd-fa9d-473c-83d2-72ce88a553fa/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-11-09 10:36:04,739 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-09 10:36:04,756 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-09 10:36:04,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-11-09 10:36:06,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:06.752 49 INFO rally.api [-] Starting verification (UUID=febbb1cd-5432-487a-a9e2-bcc0489e6800) for deployment 'opnfv-rally' (UUID=aa6c9e8e-9354-4955-b502-6227a82a6466) by verifier 'opnfv-tempest' (UUID=bc8863bd-fa9d-473c-83d2-72ce88a553fa). 2018-11-09 10:36:06,754 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: febbb1cd-5432-487a-a9e2-bcc0489e6800 2018-11-09 10:36:11,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:11.730 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:36:11,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:11.928 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-11-09 10:36:11,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:11.952 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-11-09 10:36:11,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:11.956 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:36:11,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:11.963 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:36:15,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.258 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.174s] 2018-11-09 10:36:15,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.275 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.013s] 2018-11-09 10:36:15,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.276 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.187s] 2018-11-09 10:36:15,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.433 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.161s] 2018-11-09 10:36:15,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.498 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.334s] 2018-11-09 10:36:15,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.562 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.259s] 2018-11-09 10:36:15,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.592 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.314s] 2018-11-09 10:36:15,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.596 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.254s] 2018-11-09 10:36:15,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.616 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.314s] 2018-11-09 10:36:15,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.654 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.063s] 2018-11-09 10:36:15,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.664 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.069s] 2018-11-09 10:36:15,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.680 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.119s] 2018-11-09 10:36:15,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.714 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.060s] 2018-11-09 10:36:15,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.732 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.476s] 2018-11-09 10:36:15,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.766 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.185s] 2018-11-09 10:36:15,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.779 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.013s] 2018-11-09 10:36:15,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.799 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.084s] 2018-11-09 10:36:15,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.805 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.307s] 2018-11-09 10:36:15,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.822 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.023s] 2018-11-09 10:36:15,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.836 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.020s] 2018-11-09 10:36:15,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.836 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.219s] 2018-11-09 10:36:15,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.939 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.160s] 2018-11-09 10:36:15,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:15.997 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.057s] 2018-11-09 10:36:16,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.020 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.022s] 2018-11-09 10:36:16,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.031 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.206s] 2018-11-09 10:36:16,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.032 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.010s] 2018-11-09 10:36:16,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.041 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.012s] 2018-11-09 10:36:16,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.062 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.227s] 2018-11-09 10:36:16,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.087 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.058s] 2018-11-09 10:36:16,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.117 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.385s] 2018-11-09 10:36:16,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.121 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.316s] 2018-11-09 10:36:16,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.225 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.559s] 2018-11-09 10:36:16,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.229 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.394s] 2018-11-09 10:36:16,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.437 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.327s] 2018-11-09 10:36:16,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.484 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.367s] 2018-11-09 10:36:16,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.494 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.010s] 2018-11-09 10:36:16,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.499 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.376s] 2018-11-09 10:36:16,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.507 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.012s] 2018-11-09 10:36:16,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.519 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.013s] 2018-11-09 10:36:16,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.740 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.677s] 2018-11-09 10:36:16,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.965 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.528s] 2018-11-09 10:36:16,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:16.994 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.472s] 2018-11-09 10:36:17,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:17.002 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.502s] 2018-11-09 10:36:17,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:17.064 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.322s] 2018-11-09 10:36:17,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:17.168 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.174s] 2018-11-09 10:36:17,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:17.228 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.059s] 2018-11-09 10:36:17,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:17.460 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.231s] 2018-11-09 10:36:17,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:17.505 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.045s] 2018-11-09 10:36:17,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:17.517 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.011s] 2018-11-09 10:36:17,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:17.547 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [2.182s] 2018-11-09 10:36:17,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:17.812 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.809s] 2018-11-09 10:36:18,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:18.034 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.221s] 2018-11-09 10:36:18,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:18.143 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.624s] 2018-11-09 10:36:18,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:18.715 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.572s] 2018-11-09 10:36:19,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:19.496 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.459s] 2018-11-09 10:36:19,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:19.840 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.344s] 2018-11-09 10:36:20,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:20.035 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.196s] 2018-11-09 10:36:20,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:20.277 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-11-09 10:36:20,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:20.939 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [5.472s] 2018-11-09 10:36:21,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:21.539 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.567s] 2018-11-09 10:36:21,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:21.703 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:36:21,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:21.704 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:36:21,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:21.742 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.204s] 2018-11-09 10:36:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:22.545 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.400s] 2018-11-09 10:36:22,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:22.572 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.027s] 2018-11-09 10:36:22,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:22.576 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.833s] 2018-11-09 10:36:24,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:24.257 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.392s] 2018-11-09 10:36:24,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:24.261 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [1.684s] 2018-11-09 10:36:24,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:24.355 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.097s] 2018-11-09 10:36:24,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:24.443 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.088s] 2018-11-09 10:36:24,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:24.462 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.524s] 2018-11-09 10:36:24,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:24.508 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.066s] 2018-11-09 10:36:25,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.187 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.926s] 2018-11-09 10:36:25,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.252 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.114s] 2018-11-09 10:36:25,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.268 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.015s] 2018-11-09 10:36:25,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.296 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.027s] 2018-11-09 10:36:25,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.308 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.012s] 2018-11-09 10:36:25,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.324 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.015s] 2018-11-09 10:36:25,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.339 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.015s] 2018-11-09 10:36:25,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.369 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.029s] 2018-11-09 10:36:25,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.401 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.032s] 2018-11-09 10:36:25,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.422 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.021s] 2018-11-09 10:36:25,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.431 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.009s] 2018-11-09 10:36:25,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.440 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.008s] 2018-11-09 10:36:25,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.451 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.010s] 2018-11-09 10:36:25,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.459 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.009s] 2018-11-09 10:36:25,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.487 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.027s] 2018-11-09 10:36:25,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.821 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.136s] 2018-11-09 10:36:25,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.883 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.062s] 2018-11-09 10:36:25,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.911 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.724s] 2018-11-09 10:36:25,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:25.931 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.049s] 2018-11-09 10:36:27,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:27.242 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [2.776s] 2018-11-09 10:36:27,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:27.247 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-11-09 10:36:27,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:27.249 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-11-09 10:36:27,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:27.259 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.016s] 2018-11-09 10:36:27,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:27.911 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.220s] 2018-11-09 10:36:28,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:28.265 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [12.842s] 2018-11-09 10:36:29,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:29.972 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [14.755s] 2018-11-09 10:36:30,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:30.795 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.915s] 2018-11-09 10:36:31,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:31.452 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.656s] 2018-11-09 10:36:32,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:32.117 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.756s] 2018-11-09 10:36:32,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:32.505 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [1.053s] 2018-11-09 10:36:32,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:32.812 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.694s] 2018-11-09 10:36:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:33.542 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.727s] 2018-11-09 10:36:34,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:34.396 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [11.651s] 2018-11-09 10:36:34,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:34.640 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.212s] 2018-11-09 10:36:34,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:34.879 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.312s] 2018-11-09 10:36:34,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:34.889 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2018-11-09 10:36:35,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:35.060 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.343s] 2018-11-09 10:36:35,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:35.227 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.168s] 2018-11-09 10:36:36,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:36.001 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.109s] 2018-11-09 10:36:36,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:36.004 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-11-09 10:36:36,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:36.006 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-11-09 10:36:36,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:36.008 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-11-09 10:36:36,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:36.331 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.327s] 2018-11-09 10:36:36,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:36.664 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.331s] 2018-11-09 10:36:36,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:36.667 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-11-09 10:36:36,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:36.667 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-11-09 10:36:36,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:36.668 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-11-09 10:36:36,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:36.835 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.860s] 2018-11-09 10:36:37,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:37.295 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.459s] 2018-11-09 10:36:38,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:38.714 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.418s] 2018-11-09 10:36:39,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:39.469 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.047s] 2018-11-09 10:36:41,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:41.478 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [2.008s] 2018-11-09 10:36:41,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:41.635 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [6.405s] 2018-11-09 10:36:41,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:41.901 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [3.185s] 2018-11-09 10:36:42,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:42.194 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.716s] 2018-11-09 10:36:43,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:43.084 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [17.459s] 2018-11-09 10:36:43,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:43.115 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.035s] 2018-11-09 10:36:43,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:43.135 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [0.942s] 2018-11-09 10:36:43,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:43.147 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.032s] 2018-11-09 10:36:43,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:43.158 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.011s] 2018-11-09 10:36:43,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:43.169 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.011s] 2018-11-09 10:36:43,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:43.333 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [17.401s] 2018-11-09 10:36:43,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:43.351 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.182s] 2018-11-09 10:36:43,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:43.639 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.305s] 2018-11-09 10:36:43,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:43.676 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.325s] 2018-11-09 10:36:44,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:44.375 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.694s] 2018-11-09 10:36:44,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:44.376 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.235s] 2018-11-09 10:36:44,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:44.520 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [16.603s] 2018-11-09 10:36:44,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:44.527 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.012s] 2018-11-09 10:36:44,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:44.538 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2018-11-09 10:36:44,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:44.552 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.013s] 2018-11-09 10:36:44,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:44.692 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.319s] 2018-11-09 10:36:45,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:45.024 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.332s] 2018-11-09 10:36:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:45.487 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [1.113s] 2018-11-09 10:36:46,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:46.061 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.573s] 2018-11-09 10:36:46,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:46.716 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.654s] 2018-11-09 10:36:47,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:47.342 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.627s] 2018-11-09 10:36:47,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:47.349 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [17.376s] 2018-11-09 10:36:48,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:48.298 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [6.663s] 2018-11-09 10:36:48,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:48.850 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [4.295s] 2018-11-09 10:36:49,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:49.858 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.008s] 2018-11-09 10:36:53,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.069 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.235s] 2018-11-09 10:36:53,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.085 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.016s] 2018-11-09 10:36:53,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.099 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.013s] 2018-11-09 10:36:53,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.313 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.212s] 2018-11-09 10:36:53,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.326 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.014s] 2018-11-09 10:36:53,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.399 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.072s] 2018-11-09 10:36:53,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.418 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.020s] 2018-11-09 10:36:53,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.474 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.056s] 2018-11-09 10:36:53,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.487 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.013s] 2018-11-09 10:36:53,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.541 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.054s] 2018-11-09 10:36:53,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:53.561 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.020s] 2018-11-09 10:36:55,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:55.777 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.891s] 2018-11-09 10:36:55,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:55.920 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:36:56,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:56.071 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.294s] 2018-11-09 10:36:56,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:56.700 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [19.060s] 2018-11-09 10:36:58,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:58.137 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.274s] 2018-11-09 10:36:58,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:58.243 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.106s] 2018-11-09 10:36:58,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:58.359 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.114s] 2018-11-09 10:36:58,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:36:58.510 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.151s] 2018-11-09 10:37:00,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:00.102 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 [26.552s] 2018-11-09 10:37:00,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:00.587 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [11.526s] 2018-11-09 10:37:00,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:00.904 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.319s] 2018-11-09 10:37:01,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:01.815 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [3.357s] 2018-11-09 10:37:01,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:01.833 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [0.928s] 2018-11-09 10:37:02,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:02.538 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.704s] 2018-11-09 10:37:02,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:02.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.035s] 2018-11-09 10:37:02,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:02.648 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.832s] 2018-11-09 10:37:03,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:03.706 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [1.057s] 2018-11-09 10:37:03,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:03.758 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-11-09 10:37:04,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:04.225 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.651s] 2018-11-09 10:37:04,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:04.542 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [7.842s] 2018-11-09 10:37:04,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:04.544 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.318s] 2018-11-09 10:37:05,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:05.792 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.085s] 2018-11-09 10:37:06,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:06.236 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.444s] 2018-11-09 10:37:07,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:07.535 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.185s] 2018-11-09 10:37:07,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:07.576 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.041s] 2018-11-09 10:37:07,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:07.900 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.321s] 2018-11-09 10:37:08,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:08.885 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [22.638s] 2018-11-09 10:37:09,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.062 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.106s] 2018-11-09 10:37:09,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.131 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.069s] 2018-11-09 10:37:09,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.191 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.059s] 2018-11-09 10:37:09,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.251 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.060s] 2018-11-09 10:37:09,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.283 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.032s] 2018-11-09 10:37:09,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.352 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.068s] 2018-11-09 10:37:09,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.413 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.061s] 2018-11-09 10:37:09,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.478 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.064s] 2018-11-09 10:37:09,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.499 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.021s] 2018-11-09 10:37:09,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.555 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.056s] 2018-11-09 10:37:09,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:09.611 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.055s] 2018-11-09 10:37:12,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:12.027 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.144s] 2018-11-09 10:37:12,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:12.868 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-11-09 10:37:18,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:18.971 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.941s] 2018-11-09 10:37:19,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:19.222 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.668s] 2018-11-09 10:37:29,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:29.733 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.056s] 2018-11-09 10:37:29,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:29.855 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.122s] 2018-11-09 10:37:37,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:37.241 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [9.753s] 2018-11-09 10:37:40,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:40.454 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [31.454s] 2018-11-09 10:37:41,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:41.911 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [22.426s] 2018-11-09 10:37:43,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:43.689 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [3.241s] 2018-11-09 10:37:43,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:43.905 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [6.664s] 2018-11-09 10:37:46,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:46.298 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [10.600s] 2018-11-09 10:37:46,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:46.410 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.113s] 2018-11-09 10:37:46,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:46.880 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.468s] 2018-11-09 10:37:46,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:46.984 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.104s] 2018-11-09 10:37:46,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:46.985 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-09 10:37:51,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:51.247 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [3.116s] 2018-11-09 10:37:51,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:51.328 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.082s] 2018-11-09 10:37:51,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:51.888 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.559s] 2018-11-09 10:37:51,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:51.988 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.098s] 2018-11-09 10:37:51,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:51.989 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-11-09 10:37:53,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:53.817 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.410s] 2018-11-09 10:37:54,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:54.281 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.464s] 2018-11-09 10:37:55,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:55.406 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:37:59,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:59.671 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [59.557s] 2018-11-09 10:37:59,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:37:59.986 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [40.758s] 2018-11-09 10:38:02,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:02.780 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.797s] 2018-11-09 10:38:04,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:04.775 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [96.978s] 2018-11-09 10:38:04,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:04.802 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.033s] 2018-11-09 10:38:08,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:08.515 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.492s] 2018-11-09 10:38:10,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:10.201 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [57.318s] 2018-11-09 10:38:13,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:13.872 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [54.888s] 2018-11-09 10:38:15,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:15.111 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [77.955s] 2018-11-09 10:38:15,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:15.189 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.323s] 2018-11-09 10:38:16,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:16.202 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.432s] 2018-11-09 10:38:16,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:16.276 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.074s] 2018-11-09 10:38:16,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:16.809 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.369s] 2018-11-09 10:38:17,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:17.079 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [0.802s] 2018-11-09 10:38:17,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:17.157 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.078s] 2018-11-09 10:38:17,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:17.909 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [0.751s] 2018-11-09 10:38:18,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:18.808 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [16.023s] 2018-11-09 10:38:18,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:18.810 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-11-09 10:38:28,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:28.980 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.637s] 2018-11-09 10:38:34,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:34.085 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [5.105s] 2018-11-09 10:38:34,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:34.157 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.846s] 2018-11-09 10:38:35,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:35.834 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 [20.830s] 2018-11-09 10:38:35,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:35.845 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.012s] 2018-11-09 10:38:36,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:36.008 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.163s] 2018-11-09 10:38:36,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:36.134 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.126s] 2018-11-09 10:38:38,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:38.799 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [56.879s] 2018-11-09 10:38:43,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:43.571 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [20.848s] 2018-11-09 10:38:44,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:44.504 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-11-09 10:38:44,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:44.811 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.957s] 2018-11-09 10:38:47,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:47.551 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [37.343s] 2018-11-09 10:38:47,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:47.553 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-11-09 10:38:50,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:49.999 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [5.185s] 2018-11-09 10:38:50,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:50.643 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [16.481s] 2018-11-09 10:38:51,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:51.068 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.073s] 2018-11-09 10:38:51,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:51.080 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.013s] 2018-11-09 10:38:51,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:51.489 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.492s] 2018-11-09 10:38:52,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:52.130 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [2.483s] 2018-11-09 10:38:52,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:52.786 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 [0.656s] 2018-11-09 10:38:52,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:52.798 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.012s] 2018-11-09 10:38:54,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:54.774 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [1.456s] 2018-11-09 10:38:55,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:55.529 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.729s] 2018-11-09 10:38:57,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:57.121 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.591s] 2018-11-09 10:38:57,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:57.205 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [13.636s] 2018-11-09 10:38:57,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:57.749 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 10:38:57,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:57.750 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-11-09 10:38:57,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:57.751 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-11-09 10:38:59,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:59.328 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [2.206s] 2018-11-09 10:38:59,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:59.544 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.216s] 2018-11-09 10:38:59,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:38:59.719 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.175s] 2018-11-09 10:39:07,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:07.636 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [25.884s] 2018-11-09 10:39:08,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:08.698 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.149s] 2018-11-09 10:39:08,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:08.861 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.163s] 2018-11-09 10:39:12,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:12.954 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [22.306s] 2018-11-09 10:39:13,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:13.107 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [5.474s] 2018-11-09 10:39:13,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:13.531 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [128.957s] 2018-11-09 10:39:15,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:15.345 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.394s] 2018-11-09 10:39:15,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:15.371 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.026s] 2018-11-09 10:39:15,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:15.397 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.026s] 2018-11-09 10:39:15,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:15.742 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.343s] 2018-11-09 10:39:16,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:16.436 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.254s] 2018-11-09 10:39:17,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:17.342 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.595s] 2018-11-09 10:39:17,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:17.359 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.020s] 2018-11-09 10:39:17,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:17.379 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2018-11-09 10:39:17,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:17.389 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-11-09 10:39:17,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:17.401 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.011s] 2018-11-09 10:39:17,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:17.430 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.029s] 2018-11-09 10:39:17,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:17.444 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.013s] 2018-11-09 10:39:17,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:17.455 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.011s] 2018-11-09 10:39:20,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:20.928 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [16.696s] 2018-11-09 10:39:26,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:26.275 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [81.446s] 2018-11-09 10:39:27,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:27.762 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.442s] 2018-11-09 10:39:27,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:27.814 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.052s] 2018-11-09 10:39:28,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:28.434 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [14.902s] 2018-11-09 10:39:29,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:29.287 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [16.052s] 2018-11-09 10:39:30,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:30.109 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.678s] 2018-11-09 10:39:40,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:40.146 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [81.321s] 2018-11-09 10:39:43,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:43.966 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:39:46,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:46.620 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [25.692s] 2018-11-09 10:39:46,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:46.821 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 10:39:54,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:54.358 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.054s] 2018-11-09 10:39:57,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:57.826 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [44.864s] 2018-11-09 10:39:59,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:59.432 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [97.864s] 2018-11-09 10:39:59,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:59.456 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.773s] 2018-11-09 10:39:59,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:39:59.821 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.362s] 2018-11-09 10:40:03,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:03.199 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [12.015s] 2018-11-09 10:40:03,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:03.453 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [3.635s] 2018-11-09 10:40:06,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:06.572 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [20.119s] 2018-11-09 10:40:06,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:06.887 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-11-09 10:40:09,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:09.989 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-11-09 10:40:10,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:10.164 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.520s] 2018-11-09 10:40:10,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:10.371 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.206s] 2018-11-09 10:40:10,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:10.781 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.410s] 2018-11-09 10:40:11,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:11.881 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.083s] 2018-11-09 10:40:11,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:11.951 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-11-09 10:40:12,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:12.180 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.228s] 2018-11-09 10:40:12,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:12.195 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.058s] 2018-11-09 10:40:12,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:12.279 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-11-09 10:40:12,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:12.281 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-09 10:40:12,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:12.944 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [32.791s] 2018-11-09 10:40:17,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:17.922 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [5.446s] 2018-11-09 10:40:20,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:20.657 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.459s] 2018-11-09 10:40:22,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:22.582 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [7.795s] 2018-11-09 10:40:23,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:23.690 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.107s] 2018-11-09 10:40:25,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:25.168 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.167s] 2018-11-09 10:40:25,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:25.349 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.181s] 2018-11-09 10:40:25,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:25.497 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.147s] 2018-11-09 10:40:26,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:26.239 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.741s] 2018-11-09 10:40:26,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:26.464 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [71.227s] 2018-11-09 10:40:26,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:26.474 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.236s] 2018-11-09 10:40:26,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:26.867 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [40.246s] 2018-11-09 10:40:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:27.478 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [29.648s] 2018-11-09 10:40:29,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:29.892 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [6.201s] 2018-11-09 10:40:38,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:38.822 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [8.929s] 2018-11-09 10:40:44,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:44.886 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [4.050s] 2018-11-09 10:40:47,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:47.530 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [28.789s] 2018-11-09 10:40:47,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:47.720 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.428s] 2018-11-09 10:40:47,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:47.965 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.078s] 2018-11-09 10:40:48,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:48.126 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.405s] 2018-11-09 10:40:48,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:48.951 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [22.081s] 2018-11-09 10:40:49,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:49.227 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.101s] 2018-11-09 10:40:50,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:50.120 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.891s] 2018-11-09 10:40:50,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:50.852 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.731s] 2018-11-09 10:40:51,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:51.221 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.369s] 2018-11-09 10:40:51,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:51.255 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [3.289s] 2018-11-09 10:40:51,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:51.540 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:40:53,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:53.633 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [2.378s] 2018-11-09 10:40:56,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:56.274 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.508s] 2018-11-09 10:40:56,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:56.455 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [90.159s] 2018-11-09 10:40:59,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:59.022 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [134.488s] 2018-11-09 10:40:59,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:59.307 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [15.163s] 2018-11-09 10:40:59,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:59.310 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-11-09 10:40:59,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:59.311 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-11-09 10:40:59,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:40:59.311 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-11-09 10:41:00,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:00.713 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [54.135s] 2018-11-09 10:41:02,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:02.889 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 10:41:03,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:03.936 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [1.733s] 2018-11-09 10:41:07,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:07.225 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [18.272s] 2018-11-09 10:41:08,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:08.213 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-11-09 10:41:09,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:09.323 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.410s] 2018-11-09 10:41:10,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:10.145 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.840s] 2018-11-09 10:41:10,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:10.194 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [11.172s] 2018-11-09 10:41:11,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:11.331 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.186s] 2018-11-09 10:41:18,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:18.057 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.723s] 2018-11-09 10:41:20,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:20.146 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.089s] 2018-11-09 10:41:20,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:20.475 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [17.542s] 2018-11-09 10:41:20,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:20.601 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.087s] 2018-11-09 10:41:21,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:21.017 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.415s] 2018-11-09 10:41:21,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:21.094 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.077s] 2018-11-09 10:41:21,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:21.169 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.074s] 2018-11-09 10:41:21,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:21.254 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [7.039s] 2018-11-09 10:41:21,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:21.264 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.094s] 2018-11-09 10:41:21,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:21.632 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [1.486s] 2018-11-09 10:41:21,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:21.749 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [0.484s] 2018-11-09 10:41:22,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:22.193 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.443s] 2018-11-09 10:41:25,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:25.983 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [18.758s] 2018-11-09 10:41:26,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:26.095 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.481s] 2018-11-09 10:41:26,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:26.498 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.402s] 2018-11-09 10:41:26,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:26.868 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.370s] 2018-11-09 10:41:27,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:27.244 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.375s] 2018-11-09 10:41:27,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:27.545 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-11-09 10:41:27,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:27.678 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.432s] 2018-11-09 10:41:28,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:28.062 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.384s] 2018-11-09 10:41:28,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:28.256 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.193s] 2018-11-09 10:41:28,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:28.445 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [4.820s] 2018-11-09 10:41:28,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:28.763 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.505s] 2018-11-09 10:41:28,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:28.966 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.203s] 2018-11-09 10:41:29,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:29.565 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.597s] 2018-11-09 10:41:29,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:29.978 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.412s] 2018-11-09 10:41:30,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:30.487 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.508s] 2018-11-09 10:41:30,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:30.815 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.328s] 2018-11-09 10:41:30,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:30.822 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.376s] 2018-11-09 10:41:32,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:32.465 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.970s] 2018-11-09 10:41:32,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:32.633 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [1.810s] 2018-11-09 10:41:33,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:33.627 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.470s] 2018-11-09 10:41:36,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:36.388 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [3.753s] 2018-11-09 10:41:37,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:37.312 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [3.683s] 2018-11-09 10:41:37,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:37.357 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [5.312s] 2018-11-09 10:41:37,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:37.423 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.068s] 2018-11-09 10:41:37,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:37.959 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [17.483s] 2018-11-09 10:41:38,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:38.845 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [99.388s] 2018-11-09 10:41:40,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:40.261 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.872s] 2018-11-09 10:41:41,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:41.404 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [8.938s] 2018-11-09 10:41:42,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:42.593 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [113.392s] 2018-11-09 10:41:43,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:43.852 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.591s] 2018-11-09 10:41:44,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:44.202 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [18.217s] 2018-11-09 10:41:44,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:44.640 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-11-09 10:41:44,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:44.812 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.168s] 2018-11-09 10:41:44,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:44.941 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [91.979s] 2018-11-09 10:41:44,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:44.979 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.166s] 2018-11-09 10:41:45,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:45.139 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.159s] 2018-11-09 10:41:45,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:45.295 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.156s] 2018-11-09 10:41:45,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:45.466 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.171s] 2018-11-09 10:41:45,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:45.619 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.153s] 2018-11-09 10:41:45,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:45.778 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.158s] 2018-11-09 10:41:45,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:45.786 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.008s] 2018-11-09 10:41:45,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:45.911 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.321s] 2018-11-09 10:41:45,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:45.955 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.168s] 2018-11-09 10:41:46,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:46.110 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.154s] 2018-11-09 10:41:46,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:46.239 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [36.035s] 2018-11-09 10:41:47,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:47.408 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-11-09 10:41:50,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:50.174 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [49.451s] 2018-11-09 10:41:51,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:51.961 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [84.463s] 2018-11-09 10:41:54,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:54.300 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.141s] 2018-11-09 10:41:54,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:54.452 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.151s] 2018-11-09 10:41:55,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:55.648 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.195s] 2018-11-09 10:41:57,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:57.141 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [15.737s] 2018-11-09 10:41:58,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:58.057 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.407s] 2018-11-09 10:41:58,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:58.204 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.147s] 2018-11-09 10:41:58,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:58.220 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2018-11-09 10:41:58,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:58.238 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.017s] 2018-11-09 10:41:58,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:58.393 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.155s] 2018-11-09 10:41:58,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:58.891 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [12.978s] 2018-11-09 10:41:59,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:41:59.813 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.604s] 2018-11-09 10:42:00,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:00.197 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.384s] 2018-11-09 10:42:00,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:00.570 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.373s] 2018-11-09 10:42:00,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:00.961 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.390s] 2018-11-09 10:42:01,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:01.355 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.394s] 2018-11-09 10:42:04,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:04.276 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [4.159s] 2018-11-09 10:42:08,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:08.400 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [5.809s] 2018-11-09 10:42:08,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:08.742 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [4.465s] 2018-11-09 10:42:09,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:09.786 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.386s] 2018-11-09 10:42:10,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:10.488 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [26.286s] 2018-11-09 10:42:11,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:11.039 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.102s] 2018-11-09 10:42:11,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:11.690 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 [2.947s] 2018-11-09 10:42:12,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:12.872 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [26.629s] 2018-11-09 10:42:13,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:13.697 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.830s] 2018-11-09 10:42:15,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:15.125 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.482s] 2018-11-09 10:42:15,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:15.438 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.313s] 2018-11-09 10:42:15,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:15.517 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [4.280s] 2018-11-09 10:42:16,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:16.364 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [109.871s] 2018-11-09 10:42:17,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:17.114 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.423s] 2018-11-09 10:42:17,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:17.120 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [39.159s] 2018-11-09 10:42:18,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:18.879 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.480s] 2018-11-09 10:42:20,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:20.474 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [7.082s] 2018-11-09 10:42:21,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:21.550 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-11-09 10:42:21,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:21.654 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest ... skip: DVR extension not enabled. 2018-11-09 10:42:21,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:21.657 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-11-09 10:42:21,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:21.657 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-11-09 10:42:21,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:21.658 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-11-09 10:42:22,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:22.452 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [5.338s] 2018-11-09 10:42:25,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:25.240 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 10:42:26,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:26.107 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [12.406s] 2018-11-09 10:42:30,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:30.366 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:42:30,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:30.368 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 10:42:30,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:30.606 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [94.134s] 2018-11-09 10:42:32,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:32.332 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [11.857s] 2018-11-09 10:42:32,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:32.982 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.055s] 2018-11-09 10:42:33,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:33.031 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [6.925s] 2018-11-09 10:42:33,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:33.089 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.107s] 2018-11-09 10:42:33,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:33.856 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [11.529s] 2018-11-09 10:42:34,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:34.461 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [4.849s] 2018-11-09 10:42:35,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:35.410 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [2.319s] 2018-11-09 10:42:36,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:36.984 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.573s] 2018-11-09 10:42:39,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:39.610 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [0.995s] 2018-11-09 10:42:41,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:41.556 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [24.434s] 2018-11-09 10:42:41,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:41.795 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [2.186s] 2018-11-09 10:42:43,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:43.200 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [9.343s] 2018-11-09 10:42:43,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:43.448 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.652s] 2018-11-09 10:42:43,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:43.930 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.896s] 2018-11-09 10:42:44,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:44.472 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [20.065s] 2018-11-09 10:42:44,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:44.623 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [91.790s] 2018-11-09 10:42:44,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:44.624 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.692s]: Skipped until Bug: 1014647 is resolved. 2018-11-09 10:42:45,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:45.676 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [2.227s] 2018-11-09 10:42:46,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:46.422 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [14.089s] 2018-11-09 10:42:48,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:48.986 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [3.309s] 2018-11-09 10:42:52,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:52.199 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.998s] 2018-11-09 10:42:52,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:52.288 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.402s] 2018-11-09 10:42:52,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:52.448 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [6.026s] 2018-11-09 10:42:52,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:52.474 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.186s] 2018-11-09 10:42:52,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:52.484 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [3.497s] 2018-11-09 10:42:52,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:52.558 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.083s] 2018-11-09 10:42:52,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:52.645 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.087s] 2018-11-09 10:42:52,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:52.719 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.074s] 2018-11-09 10:42:52,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:52.848 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [15.114s] 2018-11-09 10:42:53,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:53.065 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.218s] 2018-11-09 10:42:53,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:53.427 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-11-09 10:42:54,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:54.242 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [1.176s] 2018-11-09 10:42:54,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:54.517 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.226s] 2018-11-09 10:42:55,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:55.107 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.303s] 2018-11-09 10:42:55,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:55.465 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.015s] 2018-11-09 10:42:55,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:55.719 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.612s] 2018-11-09 10:42:55,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:55.954 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.234s] 2018-11-09 10:42:58,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:58.543 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.696s] 2018-11-09 10:42:59,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:59.317 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [3.362s] 2018-11-09 10:42:59,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:59.601 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.054s] 2018-11-09 10:42:59,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:59.627 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [80.759s] 2018-11-09 10:42:59,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:42:59.842 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.244s] 2018-11-09 10:43:00,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:00.111 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.268s] 2018-11-09 10:43:00,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:00.649 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.537s] 2018-11-09 10:43:00,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:00.658 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.340s] 2018-11-09 10:43:00,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:00.723 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.074s] 2018-11-09 10:43:00,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:00.886 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.161s] 2018-11-09 10:43:00,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:00.963 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-11-09 10:43:01,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:01.031 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-11-09 10:43:01,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:01.098 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-11-09 10:43:01,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:01.179 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.080s] 2018-11-09 10:43:01,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:01.923 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [9.724s] 2018-11-09 10:43:02,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:02.003 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [7.485s] 2018-11-09 10:43:02,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:02.162 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [1.503s] 2018-11-09 10:43:02,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:02.719 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [46.347s] 2018-11-09 10:43:03,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:03.866 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [9.623s] 2018-11-09 10:43:04,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:04.718 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [2.556s] 2018-11-09 10:43:06,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:06.950 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [4.947s] 2018-11-09 10:43:07,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:07.087 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [25.530s] 2018-11-09 10:43:07,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:07.792 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [3.925s] 2018-11-09 10:43:07,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:07.996 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.203s] 2018-11-09 10:43:08,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:08.217 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.221s] 2018-11-09 10:43:12,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:12.966 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [6.016s] 2018-11-09 10:43:16,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:16.224 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [14.301s] 2018-11-09 10:43:17,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:17.211 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [32.735s] 2018-11-09 10:43:23,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:23.083 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [20.365s] 2018-11-09 10:43:23,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:23.843 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [9.407s] 2018-11-09 10:43:24,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:24.020 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [7.796s] 2018-11-09 10:43:28,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:28.817 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [33.350s] 2018-11-09 10:43:29,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:29.081 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [5.489s] 2018-11-09 10:43:29,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:29.210 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [1.627s] 2018-11-09 10:43:29,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:29.223 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.407s] 2018-11-09 10:43:29,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:29.287 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.063s] 2018-11-09 10:43:29,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:29.441 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [22.354s] 2018-11-09 10:43:29,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:29.461 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.252s] 2018-11-09 10:43:29,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:29.726 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.883s] 2018-11-09 10:43:31,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:31.800 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [47.166s] 2018-11-09 10:43:31,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:31.873 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.852s] 2018-11-09 10:43:34,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:34.238 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.271s] 2018-11-09 10:43:36,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:36.567 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [6.837s] 2018-11-09 10:43:38,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:38.046 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [8.964s] 2018-11-09 10:43:38,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:38.169 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.006s] 2018-11-09 10:43:39,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:39.730 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-11-09 10:43:39,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:39.733 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-09 10:43:39,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:39.735 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-09 10:43:39,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:39.736 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:43:39,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:39.736 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-11-09 10:43:40,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:40.161 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [3.596s] 2018-11-09 10:43:40,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:40.972 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [11.683s] 2018-11-09 10:43:41,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:41.463 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [24.251s] 2018-11-09 10:43:41,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:41.494 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.247s] 2018-11-09 10:43:42,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:42.427 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.413s] 2018-11-09 10:43:42,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:42.476 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [4.305s] 2018-11-09 10:43:42,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:42.751 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.324s] 2018-11-09 10:43:43,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:43.094 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [11.220s] 2018-11-09 10:43:43,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:43.252 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.501s] 2018-11-09 10:43:44,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:44.125 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.628s] 2018-11-09 10:43:45,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:45.045 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.949s] 2018-11-09 10:43:45,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:45.450 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [5.285s] 2018-11-09 10:43:45,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:45.642 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [3.164s] 2018-11-09 10:43:45,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:45.966 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.840s] 2018-11-09 10:43:46,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:46.113 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [16.672s] 2018-11-09 10:43:46,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:46.735 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [45.543s] 2018-11-09 10:43:46,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:46.757 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.027s] 2018-11-09 10:43:46,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:46.813 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.171s] 2018-11-09 10:43:47,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:47.092 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [1.664s] 2018-11-09 10:43:47,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:47.364 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.271s] 2018-11-09 10:43:47,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:47.419 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.055s] 2018-11-09 10:43:47,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:47.475 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.507s] 2018-11-09 10:43:48,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:48.040 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.226s] 2018-11-09 10:43:48,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:48.130 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.369s] 2018-11-09 10:43:48,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:48.133 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-11-09 10:43:48,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:48.423 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.291s] 2018-11-09 10:43:48,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:48.599 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.176s] 2018-11-09 10:43:48,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:48.914 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.873s] 2018-11-09 10:43:49,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:49.477 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.000s] 2018-11-09 10:43:49,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:49.560 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [64.927s] 2018-11-09 10:43:49,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:49.964 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.918s] 2018-11-09 10:43:50,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:50.035 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [4.581s] 2018-11-09 10:43:50,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:50.131 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.216s] 2018-11-09 10:43:50,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:50.160 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.197s] 2018-11-09 10:43:50,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:50.333 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.172s] 2018-11-09 10:43:50,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:50.644 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.311s] 2018-11-09 10:43:50,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:50.750 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.105s] 2018-11-09 10:43:50,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:50.974 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.224s] 2018-11-09 10:43:51,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:51.077 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.102s] 2018-11-09 10:43:51,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:51.294 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.160s] 2018-11-09 10:43:51,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:51.380 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.303s] 2018-11-09 10:43:51,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:51.435 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.052s] 2018-11-09 10:43:51,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:51.436 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [13.387s] 2018-11-09 10:43:51,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:51.490 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.057s] 2018-11-09 10:43:51,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:51.907 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [4.485s] 2018-11-09 10:43:52,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:52.282 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.804s] 2018-11-09 10:43:52,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:52.773 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-11-09 10:43:53,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:53.712 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.416s] 2018-11-09 10:43:54,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:54.251 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.967s] 2018-11-09 10:43:54,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:54.636 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.387s] 2018-11-09 10:43:55,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:55.084 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.091s] 2018-11-09 10:43:55,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:55.167 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.083s] 2018-11-09 10:43:55,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:55.251 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.084s] 2018-11-09 10:43:55,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:55.260 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2018-11-09 10:43:56,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:56.037 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.325s] 2018-11-09 10:43:56,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:56.718 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.680s] 2018-11-09 10:43:57,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:57.188 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.469s] 2018-11-09 10:43:57,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:57.708 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.519s] 2018-11-09 10:43:57,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:57.759 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [3.120s] 2018-11-09 10:43:57,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:57.828 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-11-09 10:43:57,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:57.830 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-11-09 10:43:57,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:57.831 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-11-09 10:43:58,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:58.593 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.883s] 2018-11-09 10:43:58,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:58.633 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [6.724s] 2018-11-09 10:43:58,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:58.803 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.043s] 2018-11-09 10:43:58,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:58.835 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.032s] 2018-11-09 10:43:58,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:58.859 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.024s] 2018-11-09 10:43:58,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:58.880 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.020s] 2018-11-09 10:43:58,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:58.892 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.260s] 2018-11-09 10:43:59,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:59.100 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [12.986s] 2018-11-09 10:43:59,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:59.133 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.541s] 2018-11-09 10:43:59,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:59.648 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.156s] 2018-11-09 10:43:59,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:59.772 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.880s] 2018-11-09 10:43:59,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:43:59.920 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.785s] 2018-11-09 10:44:00,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:00.191 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.250s] 2018-11-09 10:44:00,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:00.829 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.907s] 2018-11-09 10:44:00,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:00.853 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-09 10:44:00,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:00.854 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-11-09 10:44:00,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:00.855 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:44:01,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:01.913 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.083s] 2018-11-09 10:44:02,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:02.708 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.794s] 2018-11-09 10:44:02,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:02.766 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [21.792s] 2018-11-09 10:44:02,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:02.925 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.423s] 2018-11-09 10:44:03,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:03.010 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.244s] 2018-11-09 10:44:03,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:03.141 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.215s] 2018-11-09 10:44:03,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:03.374 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.363s] 2018-11-09 10:44:06,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:06.690 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.100s] 2018-11-09 10:44:06,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:06.847 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.157s] 2018-11-09 10:44:07,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:07.695 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.845s] 2018-11-09 10:44:07,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:07.709 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.015s] 2018-11-09 10:44:07,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:07.757 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.048s] 2018-11-09 10:44:07,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:07.767 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.010s] 2018-11-09 10:44:07,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:07.821 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.053s] 2018-11-09 10:44:08,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:08.149 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.327s] 2018-11-09 10:44:08,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:08.795 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [6.085s] 2018-11-09 10:44:08,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:08.797 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-11-09 10:44:09,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:09.182 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.387s] 2018-11-09 10:44:09,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:09.606 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.423s] 2018-11-09 10:44:09,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:09.832 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.519s] 2018-11-09 10:44:10,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:10.005 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.400s] 2018-11-09 10:44:10,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:10.272 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.265s] 2018-11-09 10:44:10,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:10.512 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-11-09 10:44:10,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:10.883 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.610s] 2018-11-09 10:44:11,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:11.473 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.590s] 2018-11-09 10:44:11,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:11.851 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-11-09 10:44:12,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:12.390 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.915s] 2018-11-09 10:44:12,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:12.665 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.275s] 2018-11-09 10:44:12,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:12.678 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.189s] 2018-11-09 10:44:12,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:12.849 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.170s] 2018-11-09 10:44:13,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:13.078 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.228s] 2018-11-09 10:44:13,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:13.106 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.441s] 2018-11-09 10:44:13,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:13.130 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.051s] 2018-11-09 10:44:13,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:13.371 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.239s] 2018-11-09 10:44:13,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:13.605 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.497s] 2018-11-09 10:44:13,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:13.608 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.238s] 2018-11-09 10:44:13,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:13.810 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.201s] 2018-11-09 10:44:14,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:14.005 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.194s] 2018-11-09 10:44:14,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:14.192 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.187s] 2018-11-09 10:44:14,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:14.224 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.032s] 2018-11-09 10:44:14,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:14.433 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.828s] 2018-11-09 10:44:15,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:15.207 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.029s] 2018-11-09 10:44:15,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:15.249 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.813s] 2018-11-09 10:44:15,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:15.250 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-11-09 10:44:15,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:15.251 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-11-09 10:44:15,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:15.497 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.248s] 2018-11-09 10:44:16,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:16.125 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.627s] 2018-11-09 10:44:16,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:16.176 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.275s] 2018-11-09 10:44:16,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:16.525 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.277s] 2018-11-09 10:44:16,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:16.633 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [2.249s] 2018-11-09 10:44:16,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:16.657 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.480s] 2018-11-09 10:44:17,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:17.341 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.964s] 2018-11-09 10:44:17,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:17.666 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [1.032s] 2018-11-09 10:44:18,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:18.643 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.984s] 2018-11-09 10:44:18,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:18.857 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [1.190s] 2018-11-09 10:44:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:19.472 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.262s] 2018-11-09 10:44:19,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:19.508 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [3.226s] 2018-11-09 10:44:19,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:19.732 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.874s] 2018-11-09 10:44:19,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:19.967 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [48.156s] 2018-11-09 10:44:20,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:20.937 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [4.412s] 2018-11-09 10:44:21,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:21.408 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [1.675s] 2018-11-09 10:44:21,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:21.913 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [5.784s] 2018-11-09 10:44:22,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:22.156 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.244s] 2018-11-09 10:44:22,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:22.451 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.293s] 2018-11-09 10:44:22,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:22.453 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-11-09 10:44:22,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:22.454 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-11-09 10:44:22,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:22.840 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.388s] 2018-11-09 10:44:23,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:23.099 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.259s] 2018-11-09 10:44:23,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:23.336 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.236s] 2018-11-09 10:44:25,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:25.055 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [85.411s] 2018-11-09 10:44:25,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:25.457 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [2.452s] 2018-11-09 10:44:25,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:25.597 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.052s] 2018-11-09 10:44:25,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:25.614 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.016s] 2018-11-09 10:44:27,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:27.104 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [6.167s] 2018-11-09 10:44:27,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:27.121 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [5.712s] 2018-11-09 10:44:32,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:32.189 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.150s] 2018-11-09 10:44:33,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:33.557 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [6.435s] 2018-11-09 10:44:36,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:36.816 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [3.257s] 2018-11-09 10:44:37,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:37.560 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [10.455s] 2018-11-09 10:44:37,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:37.810 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.994s] 2018-11-09 10:44:38,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.072 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.065s] 2018-11-09 10:44:38,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.083 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.010s] 2018-11-09 10:44:38,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.259 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.176s] 2018-11-09 10:44:38,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.271 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] 2018-11-09 10:44:38,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.282 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-11-09 10:44:38,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.324 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.041s] 2018-11-09 10:44:38,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.353 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.543s] 2018-11-09 10:44:38,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.402 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.077s] 2018-11-09 10:44:38,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.464 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.061s] 2018-11-09 10:44:38,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.772 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.307s] 2018-11-09 10:44:38,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.785 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-11-09 10:44:38,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:38.853 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.067s] 2018-11-09 10:44:39,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:39.219 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [9.002s] 2018-11-09 10:44:39,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:39.847 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.133s] 2018-11-09 10:44:39,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:39.859 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-11-09 10:44:39,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:39.871 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.012s] 2018-11-09 10:44:39,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:39.903 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [14.444s] 2018-11-09 10:44:40,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:40.251 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.378s] 2018-11-09 10:44:40,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:40.261 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2018-11-09 10:44:40,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:40.275 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2018-11-09 10:44:40,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:40.688 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.412s] 2018-11-09 10:44:40,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:40.760 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [23.418s] 2018-11-09 10:44:41,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:41.245 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.557s] 2018-11-09 10:44:41,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:41.412 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [28.845s] 2018-11-09 10:44:41,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:41.413 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-11-09 10:44:41,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:41.941 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-11-09 10:44:43,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:43.002 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [17.944s] 2018-11-09 10:44:43,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:43.365 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 10:44:45,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:45.460 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [52.635s] 2018-11-09 10:44:46,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:46.126 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.842s] 2018-11-09 10:44:46,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:46.135 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-11-09 10:44:46,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:46.384 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [7.162s] 2018-11-09 10:44:46,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:46.476 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:44:46,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:46.556 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [6.653s] 2018-11-09 10:44:47,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:47.397 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.902s] 2018-11-09 10:44:48,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:48.697 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-11-09 10:44:49,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:49.089 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [7.236s] 2018-11-09 10:44:50,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:50.261 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [3.707s] 2018-11-09 10:44:50,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:50.295 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [3.831s] 2018-11-09 10:44:50,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:50.297 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.002s]: Skipped until Bug: 1687044 is resolved. 2018-11-09 10:44:50,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:50.858 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [3.870s] 2018-11-09 10:44:51,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:51.478 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.944s] 2018-11-09 10:44:52,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:52.401 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [5.843s] 2018-11-09 10:44:52,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:52.813 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-09 10:44:54,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:54.264 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [5.175s] 2018-11-09 10:44:54,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:54.803 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.738s] 2018-11-09 10:44:55,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:55.258 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.111s] 2018-11-09 10:44:55,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:55.848 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-11-09 10:44:55,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:55.850 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR ... skip: dvr extension not enabled. 2018-11-09 10:44:56,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:56.256 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [1.452s] 2018-11-09 10:44:57,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:57.079 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [10.695s] 2018-11-09 10:44:57,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:57.425 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-11-09 10:44:57,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:57.811 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.347s] 2018-11-09 10:44:58,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:58.934 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [2.676s] 2018-11-09 10:44:59,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:44:59.783 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [7.381s] 2018-11-09 10:45:00,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:00.101 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.210s] 2018-11-09 10:45:00,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:00.651 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.869s] 2018-11-09 10:45:00,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:00.682 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.579s] 2018-11-09 10:45:00,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:00.750 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.068s] 2018-11-09 10:45:01,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:01.113 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.362s] 2018-11-09 10:45:01,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:01.395 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [7.131s] 2018-11-09 10:45:01,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:01.421 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.342s] 2018-11-09 10:45:01,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:01.595 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.200s] 2018-11-09 10:45:01,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:01.836 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.240s] 2018-11-09 10:45:02,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:02.097 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.260s] 2018-11-09 10:45:02,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:02.299 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.201s] 2018-11-09 10:45:02,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:02.486 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.186s] 2018-11-09 10:45:02,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:02.707 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.221s] 2018-11-09 10:45:02,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:02.897 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.189s] 2018-11-09 10:45:02,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:02.964 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.024s] 2018-11-09 10:45:03,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:03.264 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.366s] 2018-11-09 10:45:03,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:03.274 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-11-09 10:45:03,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:03.501 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.226s] 2018-11-09 10:45:03,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:03.720 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.218s] 2018-11-09 10:45:03,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:03.733 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2018-11-09 10:45:03,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:03.971 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.237s] 2018-11-09 10:45:04,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:04.020 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.049s] 2018-11-09 10:45:04,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:04.062 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.641s] 2018-11-09 10:45:04,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:04.073 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.053s] 2018-11-09 10:45:04,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:04.291 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.217s] 2018-11-09 10:45:05,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:05.260 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.968s] 2018-11-09 10:45:05,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:05.437 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.176s] 2018-11-09 10:45:05,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:05.654 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.216s] 2018-11-09 10:45:05,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:05.664 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-11-09 10:45:05,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:05.716 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.052s] 2018-11-09 10:45:05,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:05.752 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.035s] 2018-11-09 10:45:06,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:06.037 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.284s] 2018-11-09 10:45:06,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:06.305 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.267s] 2018-11-09 10:45:06,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:06.342 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.037s] 2018-11-09 10:45:06,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:06.373 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.030s] 2018-11-09 10:45:06,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:06.556 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.182s] 2018-11-09 10:45:06,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:06.729 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.172s] 2018-11-09 10:45:06,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:06.764 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2018-11-09 10:45:09,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:09.279 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.019s] 2018-11-09 10:45:11,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:11.567 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.775s] 2018-11-09 10:45:13,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:13.274 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.702s] 2018-11-09 10:45:13,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:13.604 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.739s] 2018-11-09 10:45:14,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:14.034 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.430s] 2018-11-09 10:45:14,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:14.650 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.616s] 2018-11-09 10:45:15,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:15.013 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.189s] 2018-11-09 10:45:15,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:15.044 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.394s] 2018-11-09 10:45:15,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:15.161 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.148s] 2018-11-09 10:45:15,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:15.559 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.396s] 2018-11-09 10:45:15,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:15.623 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.063s] 2018-11-09 10:45:15,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:15.801 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.176s] 2018-11-09 10:45:15,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:15.832 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.030s] 2018-11-09 10:45:16,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:16.011 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [56.035s] 2018-11-09 10:45:16,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:16.014 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.182s] 2018-11-09 10:45:16,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:16.044 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.029s] 2018-11-09 10:45:16,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:16.493 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.448s] 2018-11-09 10:45:16,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:16.562 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.068s] 2018-11-09 10:45:16,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:16.625 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.063s] 2018-11-09 10:45:16,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:16.948 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.321s] 2018-11-09 10:45:17,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:17.185 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.237s] 2018-11-09 10:45:17,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:17.408 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.220s] 2018-11-09 10:45:17,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:17.413 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.131s] 2018-11-09 10:45:17,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:17.458 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.051s] 2018-11-09 10:45:17,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:17.666 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.389s] 2018-11-09 10:45:18,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:18.420 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.801s] 2018-11-09 10:45:18,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:18.705 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.285s] 2018-11-09 10:45:20,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:20.933 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [16.868s] 2018-11-09 10:45:21,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:21.037 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.332s] 2018-11-09 10:45:21,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:21.822 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.889s] 2018-11-09 10:45:22,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:22.045 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.223s] 2018-11-09 10:45:22,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:22.151 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.764s] 2018-11-09 10:45:22,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:22.613 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [37.151s] 2018-11-09 10:45:23,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:23.350 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [24.838s] 2018-11-09 10:45:23,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:23.450 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.545s] 2018-11-09 10:45:24,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:24.432 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.062s] 2018-11-09 10:45:24,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:24.439 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.010s] 2018-11-09 10:45:24,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:24.447 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.008s] 2018-11-09 10:45:26,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:26.377 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [1.927s] 2018-11-09 10:45:26,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:26.475 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [9.062s] 2018-11-09 10:45:28,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:28.402 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.025s] 2018-11-09 10:45:28,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:28.560 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [12.550s] 2018-11-09 10:45:29,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:29.267 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-11-09 10:45:29,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:29.268 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:45:29,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:29.269 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-11-09 10:45:29,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:29.608 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [1.206s] 2018-11-09 10:45:29,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:29.828 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [7.781s] 2018-11-09 10:45:30,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:30.661 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [7.207s] 2018-11-09 10:45:31,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:31.783 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.230s] 2018-11-09 10:45:32,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:32.050 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.266s] 2018-11-09 10:45:32,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:32.283 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.232s] 2018-11-09 10:45:32,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:32.453 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.169s] 2018-11-09 10:45:32,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:32.681 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.227s] 2018-11-09 10:45:33,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:33.597 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.937s] 2018-11-09 10:45:33,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:33.834 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.359s] 2018-11-09 10:45:36,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:36.849 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.251s] 2018-11-09 10:45:38,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:38.266 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.835s] 2018-11-09 10:45:38,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:38.437 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.170s] 2018-11-09 10:45:38,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:38.901 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.052s] 2018-11-09 10:45:39,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:39.860 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.256s] 2018-11-09 10:45:40,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:40.576 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.523s] 2018-11-09 10:45:40,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:40.769 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.194s] 2018-11-09 10:45:40,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:40.964 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.194s] 2018-11-09 10:45:41,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:41.356 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [8.671s] 2018-11-09 10:45:41,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:41.492 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.633s] 2018-11-09 10:45:43,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:43.555 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [84.066s] 2018-11-09 10:45:45,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:45.314 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [21.964s] 2018-11-09 10:45:49,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:49.178 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.904s] 2018-11-09 10:45:50,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:50.296 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.118s] 2018-11-09 10:45:51,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:51.678 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [23.112s] 2018-11-09 10:45:52,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:52.634 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.665s] 2018-11-09 10:45:52,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:52.688 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.056s] 2018-11-09 10:45:52,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:52.722 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.034s] 2018-11-09 10:45:53,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:53.412 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [2.231s] 2018-11-09 10:45:53,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:53.681 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [7.069s] 2018-11-09 10:45:53,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:53.979 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [8.844s] 2018-11-09 10:45:54,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:54.778 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [20.942s] 2018-11-09 10:45:55,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:55.768 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [25.939s] 2018-11-09 10:45:55,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:55.822 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.055s] 2018-11-09 10:45:55,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:55.938 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-11-09 10:45:55,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:55.941 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 10:45:56,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:56.272 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.449s] 2018-11-09 10:45:57,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:45:57.863 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:46:00,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:00.130 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.620s] 2018-11-09 10:46:00,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:00.610 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.480s] 2018-11-09 10:46:02,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:02.068 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.457s] 2018-11-09 10:46:02,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:02.647 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [8.667s] 2018-11-09 10:46:04,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:04.171 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [18.855s] 2018-11-09 10:46:04,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:04.173 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-11-09 10:46:04,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:04.814 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [25.428s] 2018-11-09 10:46:05,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:05.086 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-11-09 10:46:05,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:05.227 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [8.953s] 2018-11-09 10:46:05,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:05.576 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.602s] 2018-11-09 10:46:08,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:08.889 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.351s] 2018-11-09 10:46:09,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:09.103 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [6.456s] 2018-11-09 10:46:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:09.652 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.762s] 2018-11-09 10:46:10,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:10.045 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [5.992s] 2018-11-09 10:46:10,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:10.181 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.605s] 2018-11-09 10:46:12,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:12.811 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.629s] 2018-11-09 10:46:14,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:14.733 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [4.687s] 2018-11-09 10:46:15,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:15.664 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.853s] 2018-11-09 10:46:15,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:15.815 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [6.711s] 2018-11-09 10:46:15,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:15.996 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.262s] 2018-11-09 10:46:16,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:16.600 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.935s] 2018-11-09 10:46:17,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:17.340 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.739s] 2018-11-09 10:46:17,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:17.719 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.908s] 2018-11-09 10:46:18,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:18.607 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [13.379s] 2018-11-09 10:46:20,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:20.805 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [4.808s] 2018-11-09 10:46:21,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:21.440 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [17.268s] 2018-11-09 10:46:21,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:21.658 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.842s] 2018-11-09 10:46:22,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:22.086 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.280s] 2018-11-09 10:46:23,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:23.514 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [18.699s] 2018-11-09 10:46:23,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:23.557 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.857s] 2018-11-09 10:46:24,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:24.560 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.480s] 2018-11-09 10:46:25,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:25.385 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [1.826s] 2018-11-09 10:46:26,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:26.682 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.596s] 2018-11-09 10:46:26,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:26.944 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.384s] 2018-11-09 10:46:27,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:27.400 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-09 10:46:27,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:27.401 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-11-09 10:46:29,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:29.595 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.113s] 2018-11-09 10:46:31,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:31.308 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.714s] 2018-11-09 10:46:31,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:31.691 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [4.745s] 2018-11-09 10:46:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:32.063 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.380s] 2018-11-09 10:46:32,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:32.675 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-11-09 10:46:32,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:32.996 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.306s] 2018-11-09 10:46:33,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:33.739 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [2.351s] 2018-11-09 10:46:33,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:33.945 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.168s] 2018-11-09 10:46:34,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:34.600 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.861s] 2018-11-09 10:46:35,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:35.238 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.637s] 2018-11-09 10:46:35,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:35.565 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.253s] 2018-11-09 10:46:35,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:35.939 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [3.877s] 2018-11-09 10:46:36,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:36.013 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.774s] 2018-11-09 10:46:36,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:36.037 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.024s] 2018-11-09 10:46:36,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:36.217 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.179s] 2018-11-09 10:46:36,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:36.276 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.329s] 2018-11-09 10:46:36,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:36.880 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [15.439s] 2018-11-09 10:46:37,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:37.180 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [45.495s] 2018-11-09 10:46:37,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:37.327 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [4.327s] 2018-11-09 10:46:37,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:37.530 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.967s] 2018-11-09 10:46:37,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:37.655 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.438s] 2018-11-09 10:46:38,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:38.272 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.995s] 2018-11-09 10:46:39,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:39.016 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.075s] 2018-11-09 10:46:39,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:39.224 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.897s] 2018-11-09 10:46:39,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:39.842 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.569s] 2018-11-09 10:46:40,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:40.647 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [17.131s] 2018-11-09 10:46:40,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:40.649 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-11-09 10:46:40,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:40.661 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.130s] 2018-11-09 10:46:41,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:41.306 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.462s] 2018-11-09 10:46:41,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:41.960 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [4.064s] 2018-11-09 10:46:42,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:42.088 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [76.098s] 2018-11-09 10:46:42,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:42.655 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.429s] 2018-11-09 10:46:42,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:42.733 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.079s] 2018-11-09 10:46:42,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:42.773 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.112s] 2018-11-09 10:46:43,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:43.273 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.313s] 2018-11-09 10:46:44,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:44.351 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [3.045s] 2018-11-09 10:46:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:45.487 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.711s] 2018-11-09 10:46:45,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:45.611 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.125s] 2018-11-09 10:46:46,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:46.007 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.656s] 2018-11-09 10:46:46,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:46.090 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.083s] 2018-11-09 10:46:47,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:47.063 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:46:47,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:47.080 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.064s] 2018-11-09 10:46:48,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:48.238 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.208s] 2018-11-09 10:46:48,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:48.414 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.175s] 2018-11-09 10:46:48,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:48.652 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.237s] 2018-11-09 10:46:48,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:48.758 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [2.667s] 2018-11-09 10:46:48,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:48.849 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.196s] 2018-11-09 10:46:49,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:49.043 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.193s] 2018-11-09 10:46:49,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:49.110 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.028s] 2018-11-09 10:46:49,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:49.225 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.181s] 2018-11-09 10:46:49,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:49.452 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.226s] 2018-11-09 10:46:49,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:49.500 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.052s] 2018-11-09 10:46:49,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:49.664 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.211s] 2018-11-09 10:46:49,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:49.729 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.229s] 2018-11-09 10:46:49,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:49.747 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [0.987s] 2018-11-09 10:46:49,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:49.864 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.199s] 2018-11-09 10:46:50,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:50.247 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.383s] 2018-11-09 10:46:50,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:50.448 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.201s] 2018-11-09 10:46:51,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:51.005 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.257s] 2018-11-09 10:46:51,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:51.027 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.023s] 2018-11-09 10:46:51,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:51.032 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-11-09 10:46:51,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:51.047 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.020s] 2018-11-09 10:46:51,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:51.069 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.021s] 2018-11-09 10:46:51,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:51.513 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.242s] 2018-11-09 10:46:51,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:51.721 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.207s] 2018-11-09 10:46:52,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:52.821 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-11-09 10:46:52,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:52.823 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-11-09 10:46:52,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:52.825 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:46:52,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:52.825 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-11-09 10:46:54,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:54.399 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [13.751s] 2018-11-09 10:46:54,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:54.619 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [5.508s] 2018-11-09 10:46:54,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:54.842 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.222s] 2018-11-09 10:46:55,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:55.216 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.373s] 2018-11-09 10:46:55,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:55.363 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.147s] 2018-11-09 10:46:55,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:55.531 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-11-09 10:46:55,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:55.709 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.345s] 2018-11-09 10:46:55,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:55.794 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.084s] 2018-11-09 10:46:55,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:55.916 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.121s] 2018-11-09 10:46:56,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:56.162 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.245s] 2018-11-09 10:46:56,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:56.227 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.064s] 2018-11-09 10:46:56,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:46:56.427 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.199s] 2018-11-09 10:47:01,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:01.254 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.055s] 2018-11-09 10:47:01,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:01.543 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.288s] 2018-11-09 10:47:01,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:01.633 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.088s] 2018-11-09 10:47:02,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:02.108 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [78.537s] 2018-11-09 10:47:02,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:02.154 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.050s] 2018-11-09 10:47:02,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:02.202 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.063s] 2018-11-09 10:47:02,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:02.223 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.069s] 2018-11-09 10:47:02,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:02.230 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.597s] 2018-11-09 10:47:02,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:02.525 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.293s] 2018-11-09 10:47:03,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:03.694 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.491s] 2018-11-09 10:47:03,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:03.805 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [1.278s] 2018-11-09 10:47:03,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:03.859 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.056s] 2018-11-09 10:47:03,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:03.912 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.053s] 2018-11-09 10:47:04,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:04.137 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.223s] 2018-11-09 10:47:04,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:04.212 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.075s] 2018-11-09 10:47:04,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:04.263 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.051s] 2018-11-09 10:47:04,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:04.313 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.049s] 2018-11-09 10:47:04,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:04.784 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.469s] 2018-11-09 10:47:05,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:05.034 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.606s] 2018-11-09 10:47:05,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:05.097 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.313s] 2018-11-09 10:47:05,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:05.530 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.432s] 2018-11-09 10:47:05,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:05.595 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.065s] 2018-11-09 10:47:05,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:05.903 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.306s] 2018-11-09 10:47:05,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:05.962 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.059s] 2018-11-09 10:47:13,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:13.608 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [19.209s] 2018-11-09 10:47:14,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:14.446 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [37.564s] 2018-11-09 10:47:15,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:15.338 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [73.787s] 2018-11-09 10:47:18,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:18.758 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [19.634s] 2018-11-09 10:47:21,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:21.638 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [44.449s] 2018-11-09 10:47:21,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:21.639 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-11-09 10:47:21,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:21.851 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [6.919s] 2018-11-09 10:47:23,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:23.333 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.575s] 2018-11-09 10:47:26,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:26.746 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [12.301s] 2018-11-09 10:47:27,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:27.716 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.864s] 2018-11-09 10:47:29,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:29.633 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [6.300s] 2018-11-09 10:47:31,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:31.177 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:47:31,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:31.180 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 10:47:31,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:31.638 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-11-09 10:47:31,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:31.859 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-09 10:47:31,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:31.861 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-11-09 10:47:34,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:34.282 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.649s] 2018-11-09 10:47:37,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:37.073 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:47:37,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:37.074 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-11-09 10:47:38,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:38.220 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.975s] 2018-11-09 10:47:38,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:38.942 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.721s] 2018-11-09 10:47:39,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:39.982 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [5.699s] 2018-11-09 10:47:44,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:44.112 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [4.128s] 2018-11-09 10:47:46,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:46.017 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [35.916s] 2018-11-09 10:47:49,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:49.631 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.131s] 2018-11-09 10:47:49,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:49.725 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.094s] 2018-11-09 10:47:49,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:49.820 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.094s] 2018-11-09 10:47:49,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:49.883 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.063s] 2018-11-09 10:47:50,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:49.999 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.116s] 2018-11-09 10:47:50,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:50.141 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.203s] 2018-11-09 10:47:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:50.496 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.356s] 2018-11-09 10:47:50,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:50.516 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.020s] 2018-11-09 10:47:50,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:50.569 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.052s] 2018-11-09 10:47:50,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:50.751 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.180s] 2018-11-09 10:47:50,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:50.781 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.031s] 2018-11-09 10:47:50,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:50.816 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.034s] 2018-11-09 10:47:51,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:51.004 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.186s] 2018-11-09 10:47:51,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:51.032 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.028s] 2018-11-09 10:47:51,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:51.054 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.021s] 2018-11-09 10:47:51,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:51.278 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.223s] 2018-11-09 10:47:51,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:51.540 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.261s] 2018-11-09 10:47:55,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:55.596 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [41.986s] 2018-11-09 10:47:55,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:47:55.989 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [34.343s] 2018-11-09 10:48:00,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:00.004 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.844s] 2018-11-09 10:48:02,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:02.062 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.054s] 2018-11-09 10:48:02,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:02.063 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-11-09 10:48:03,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:03.834 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [7.848s] 2018-11-09 10:48:04,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:04.901 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.841s] 2018-11-09 10:48:06,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:06.276 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.374s] 2018-11-09 10:48:07,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:07.429 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-11-09 10:48:08,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:08.331 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [68.868s] 2018-11-09 10:48:08,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:08.806 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [13.211s] 2018-11-09 10:48:11,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:11.716 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.182s] 2018-11-09 10:48:11,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:11.874 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.157s] 2018-11-09 10:48:12,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:12.064 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.189s] 2018-11-09 10:48:13,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:13.390 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-11-09 10:48:13,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:13.391 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-11-09 10:48:14,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:14.235 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.169s] 2018-11-09 10:48:14,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:14.393 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.158s] 2018-11-09 10:48:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:20.050 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.658s] 2018-11-09 10:48:21,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:21.519 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-11-09 10:48:30,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:30.493 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.085s] 2018-11-09 10:48:30,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:30.804 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.311s] 2018-11-09 10:48:35,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:35.398 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [80.040s] 2018-11-09 10:48:38,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:38.364 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.171s] 2018-11-09 10:48:38,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:38.404 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.039s] 2018-11-09 10:48:40,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:40.418 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [68.762s] 2018-11-09 10:48:41,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:41.105 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-09 10:48:44,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:44.171 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.673s] 2018-11-09 10:48:44,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:44.295 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.403s] 2018-11-09 10:48:44,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:44.681 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.166s] 2018-11-09 10:48:45,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:45.046 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.364s] 2018-11-09 10:48:49,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:49.254 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.959s] 2018-11-09 10:48:50,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:50.946 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.565s] 2018-11-09 10:48:56,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:56.201 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [5.338s] 2018-11-09 10:48:56,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:56.565 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.364s] 2018-11-09 10:48:58,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:58.106 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.540s] 2018-11-09 10:48:58,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:58.270 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [10.380s] 2018-11-09 10:48:58,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:58.284 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.178s] 2018-11-09 10:48:58,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:48:58.422 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.137s] 2018-11-09 10:49:00,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:00.589 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 10:49:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:00.589 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-09 10:49:02,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:02.101 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [11.154s] 2018-11-09 10:49:02,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:02.819 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.720s] 2018-11-09 10:49:03,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:03.484 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.663s] 2018-11-09 10:49:04,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:04.222 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.736s] 2018-11-09 10:49:05,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:05.957 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [1.013s] 2018-11-09 10:49:06,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:06.340 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.882s] 2018-11-09 10:49:06,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:06.406 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.449s] 2018-11-09 10:49:10,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:10.362 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.219s] 2018-11-09 10:49:14,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:14.756 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.266s] 2018-11-09 10:49:15,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:15.238 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.480s] 2018-11-09 10:49:16,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:16.261 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.021s] 2018-11-09 10:49:16,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:16.348 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.088s] 2018-11-09 10:49:16,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:16.422 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.072s] 2018-11-09 10:49:16,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:16.500 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.079s] 2018-11-09 10:49:24,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:24.706 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [17.008s] 2018-11-09 10:49:26,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:26.098 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.545s] 2018-11-09 10:49:26,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:26.897 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.798s] 2018-11-09 10:49:27,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:27.469 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.571s] 2018-11-09 10:49:28,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:28.375 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.906s] 2018-11-09 10:49:29,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:29.425 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.048s] 2018-11-09 10:49:29,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:29.891 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.465s] 2018-11-09 10:49:30,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:30.526 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.634s] 2018-11-09 10:49:32,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:32.416 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.888s] 2018-11-09 10:49:32,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:32.690 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.272s] 2018-11-09 10:49:33,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:33.755 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [1.066s] 2018-11-09 10:49:33,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:33.820 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.066s] 2018-11-09 10:49:34,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:34.247 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.426s] 2018-11-09 10:49:34,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:34.294 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [30.067s] 2018-11-09 10:49:34,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:34.982 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.733s] 2018-11-09 10:49:40,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:40.110 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [15.401s] 2018-11-09 10:49:45,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:45.791 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [5.683s] 2018-11-09 10:49:47,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:47.547 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [3.126s] 2018-11-09 10:49:47,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:47.713 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.167s] 2018-11-09 10:49:48,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:48.218 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.505s] 2018-11-09 10:49:48,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:48.681 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.890s] 2018-11-09 10:49:48,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:48.832 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [9.388s] 2018-11-09 10:49:53,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:53.749 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [4.916s] 2018-11-09 10:49:59,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:49:59.998 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.302s] 2018-11-09 10:50:04,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:04.898 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.171s] 2018-11-09 10:50:07,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:07.857 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [2.956s] 2018-11-09 10:50:08,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:08.074 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [87.642s] 2018-11-09 10:50:14,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:14.626 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.392s] 2018-11-09 10:50:14,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:14.787 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.161s] 2018-11-09 10:50:14,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:14.969 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.182s] 2018-11-09 10:50:15,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:15.138 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.169s] 2018-11-09 10:50:15,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:15.656 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [26.971s] 2018-11-09 10:50:20,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:20.448 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.221s] 2018-11-09 10:50:47,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:47.751 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [32.090s] 2018-11-09 10:50:49,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:50:49.209 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.461s] 2018-11-09 10:51:01,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:51:01.257 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [12.045s] 2018-11-09 10:51:11,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:51:11.832 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [10.574s] 2018-11-09 10:51:15,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:51:15.878 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.046s] 2018-11-09 10:51:38,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:51:38.973 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [96.181s] 2018-11-09 10:51:48,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:51:48.174 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [32.287s] 2018-11-09 10:52:03,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:03.290 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [5.889s] 2018-11-09 10:52:03,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:03.494 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.204s] 2018-11-09 10:52:03,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:03.740 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.246s] 2018-11-09 10:52:05,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:05.109 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.368s] 2018-11-09 10:52:07,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:07.699 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.589s] 2018-11-09 10:52:07,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:07.895 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.195s] 2018-11-09 10:52:08,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:08.151 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.254s] 2018-11-09 10:52:27,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:27.763 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-11-09 10:52:29,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:29.085 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-11-09 10:52:30,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:30.955 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-11-09 10:52:35,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:52:35.895 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-11-09 10:53:00,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:53:00.724 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [24.819s] 2018-11-09 10:53:04,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:53:04.488 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.766s] 2018-11-09 10:53:10,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:53:10.693 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [85.238s] 2018-11-09 10:53:24,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:53:24.662 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [20.168s] 2018-11-09 10:53:31,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:53:31.584 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.924s] 2018-11-09 10:54:05,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-09 10:54:05.011 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [54.305s] 2018-11-09 10:54:12,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: febbb1cd-5432-487a-a9e2-bcc0489e6800 2018-11-09 10:54:12,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'febbb1cd-5432-487a-a9e2-bcc0489e6800']'. 2018-11-09 10:54:13,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-09 10:54:13,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-09 10:54:13,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-09 10:54:13,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | febbb1cd-5432-487a-a9e2-bcc0489e6800 | 2018-11-09 10:54:13,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-09 10:54:13,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-09 10:36:06 | 2018-11-09 10:54:13,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-09 10:54:11 | 2018-11-09 10:54:13,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:05 | 2018-11-09 10:54:13,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-09 10:54:13,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-09 10:54:13,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bc8863bd-fa9d-473c-83d2-72ce88a553fa) | 2018-11-09 10:54:13,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-09 10:54:13,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: aa6c9e8e-9354-4955-b502-6227a82a6466) | 2018-11-09 10:54:13,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-11-09 10:54:13,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1073.286 | 2018-11-09 10:54:13,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1076 | 2018-11-09 10:54:13,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 391 | 2018-11-09 10:54:13,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-09 10:54:13,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-09 10:54:13,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-11-09 10:54:13,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-09 10:54:13,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-09 10:54:13,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-09 10:54:14,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 99.9071494893% 2018-11-09 10:54:14,163 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 18:23 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-11-09 10:54:14,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 10:54:14,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:54:15,954 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-47591585-e40f-4e90-bb88-badc97bf830e Date: Fri, 09 Nov 2018 10:54:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 10:54:15,954 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976 used request id req-47591585-e40f-4e90-bb88-badc97bf830e 2018-11-09 10:54:15,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.78847193718s 2018-11-09 10:54:15,954 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/2002c762-c3a5-4253-a64c-bc1e4498c976 used request id req-47591585-e40f-4e90-bb88-badc97bf830e 2018-11-09 10:54:15,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 10:54:15,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:16,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10: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-dcd59ea6-c6c5-4c47-b6a0-4f488ca5fc0f x-compute-request-id: req-dcd59ea6-c6c5-4c47-b6a0-4f488ca5fc0f Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/1f71d987-60b8-47ff-8b93-26c0fb3ad027", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/1f71d987-60b8-47ff-8b93-26c0fb3ad027", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1f71d987-60b8-47ff-8b93-26c0fb3ad027", "name": "tempest_full_parallel-flavor_alt_60030598-43d0-46d3-a816-9145bc8f1f01", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "741955f8-ba5d-457e-82f1-d973b17b10cb", "name": "tempest_full_parallel-flavor_60030598-43d0-46d3-a816-9145bc8f1f01", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 10:54:16,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-dcd59ea6-c6c5-4c47-b6a0-4f488ca5fc0f 2018-11-09 10:54:16,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.205693006516s 2018-11-09 10:54:16,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-dcd59ea6-c6c5-4c47-b6a0-4f488ca5fc0f 2018-11-09 10:54:16,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 10:54:16,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/1f71d987-60b8-47ff-8b93-26c0fb3ad027 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:16,200 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 10: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 x-openstack-request-id: req-5b06ae5e-0fc4-4f92-b304-37d2c5d6e160 x-compute-request-id: req-5b06ae5e-0fc4-4f92-b304-37d2c5d6e160 Content-Length: 0 Content-Type: application/json 2018-11-09 10:54:16,200 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/1f71d987-60b8-47ff-8b93-26c0fb3ad027 used request id req-5b06ae5e-0fc4-4f92-b304-37d2c5d6e160 2018-11-09 10:54:16,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0366339683533s 2018-11-09 10:54:16,201 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/1f71d987-60b8-47ff-8b93-26c0fb3ad027 used request id req-5b06ae5e-0fc4-4f92-b304-37d2c5d6e160 2018-11-09 10:54:16,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-09 10:54:16,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:54:16,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-d47b8541-c22f-446e-b63e-e32ffcb8ee9b Date: Fri, 09 Nov 2018 10:54:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/snap", "metadata": {}}], "file": "/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/file", "owner": "11ec92d830d144fa8ba39c211f7292f1", "id": "9e3c0eea-74e0-40ba-bc0e-5e043a10772c", "size": 12716032, "self": "/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c", "disk_format": "qcow2", "direct_url": "rbd://5e5318d7-ad3e-40a9-a800-8dd2e2e77ce1/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-09T10:35:55Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_60030598-43d0-46d3-a816-9145bc8f1f01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-09T10:35:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-09 10:54:16,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d47b8541-c22f-446e-b63e-e32ffcb8ee9b 2018-11-09 10:54:16,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171427965164s 2018-11-09 10:54:16,373 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d47b8541-c22f-446e-b63e-e32ffcb8ee9b 2018-11-09 10:54:16,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-09 10:54:16,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}266ea6b06696394cbb0509f40e1d484f482507ef" 2018-11-09 10:54:18,081 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-912d8b1a-4e6a-46c0-b32c-89994c0e3a5c Date: Fri, 09 Nov 2018 10:54:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 10:54:18,081 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c used request id req-912d8b1a-4e6a-46c0-b32c-89994c0e3a5c 2018-11-09 10:54:18,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.70603704453s 2018-11-09 10:54:18,081 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9e3c0eea-74e0-40ba-bc0e-5e043a10772c used request id req-912d8b1a-4e6a-46c0-b32c-89994c0e3a5c 2018-11-09 10:54:18,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-09 10:54:18,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:18,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2337d6d-43c1-4936-94b7-924213b1ce54 x-compute-request-id: req-c2337d6d-43c1-4936-94b7-924213b1ce54 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "741955f8-ba5d-457e-82f1-d973b17b10cb", "name": "tempest_full_parallel-flavor_60030598-43d0-46d3-a816-9145bc8f1f01", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-09 10:54:18,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c2337d6d-43c1-4936-94b7-924213b1ce54 2018-11-09 10:54:18,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0297911167145s 2018-11-09 10:54:18,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c2337d6d-43c1-4936-94b7-924213b1ce54 2018-11-09 10:54:18,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-09 10:54:18,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:18,152 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 10:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5a1ac228-4019-41d8-86da-e99da64e6d3e x-compute-request-id: req-5a1ac228-4019-41d8-86da-e99da64e6d3e Content-Length: 0 Content-Type: application/json 2018-11-09 10:54:18,152 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb used request id req-5a1ac228-4019-41d8-86da-e99da64e6d3e 2018-11-09 10:54:18,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0381991863251s 2018-11-09 10:54:18,153 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/741955f8-ba5d-457e-82f1-d973b17b10cb used request id req-5a1ac228-4019-41d8-86da-e99da64e6d3e 2018-11-09 10:54:18,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 10:54:18,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:18,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6996f177-d136-420e-a379-f4f7ebac148b Content-Encoding: gzip Content-Length: 883 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/02e305353fb045c9af3062a322e90785"}, "domain_id": "default", "enabled": true, "options": {}, "id": "02e305353fb045c9af3062a322e90785", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_60030598-43d0-46d3-a816-9145bc8f1f01", "links": {"self": "http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716"}, "domain_id": "default", "enabled": true, "id": "08da22843ba44e2b86ca29c4e4cde716", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/1a3e28b950874e429216d0293a67ddb9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a3e28b950874e429216d0293a67ddb9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/328fdde722534a0788776b491d46cbb8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "328fdde722534a0788776b491d46cbb8", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/47e8d440c3864672943c3c3196240588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47e8d440c3864672943c3c3196240588", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/4b9da8acc8a9402fa73ed7162e02af19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b9da8acc8a9402fa73ed7162e02af19", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6c5d8f3497654205afbb8add3af1e64a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c5d8f3497654205afbb8add3af1e64a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/70ba89fb35ab4fcf82f6725485ca1838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70ba89fb35ab4fcf82f6725485ca1838", "email": "cinder@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/713c5a40d89a415889427b88248ca5f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "713c5a40d89a415889427b88248ca5f3", "email": "barbican@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/76599a43a30b47d2ac6b6d3f74d92154"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76599a43a30b47d2ac6b6d3f74d92154", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/cb0a1783aeb343bba61f5a3e27ead05a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0a1783aeb343bba61f5a3e27ead05a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/da168ac72a034e9c845a87cf69584fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "da168ac72a034e9c845a87cf69584fe0", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/df94b132040046949a5645f6325406c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df94b132040046949a5645f6325406c5", "email": "admin@example.com", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.27:5000/v3/users/e01329e92eaf48759d5dad545e18b8c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e01329e92eaf48759d5dad545e18b8c4", "email": "tacker@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/f576b806cbc94832a400eef34438aeea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f576b806cbc94832a400eef34438aeea", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f8053659db9045469ca042a636193b80"}, "domain_id": "32a63c97cac747b6974160a30dcd14f2", "enabled": true, "options": {}, "id": "f8053659db9045469ca042a636193b80", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 10:54:18,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6996f177-d136-420e-a379-f4f7ebac148b 2018-11-09 10:54:18,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115046977997s 2018-11-09 10:54:18,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6996f177-d136-420e-a379-f4f7ebac148b 2018-11-09 10:54:18,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 10:54:18,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:18,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95b6d6fd-e1aa-4862-9679-c1b6089fc87b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716"}, "enabled": true, "id": "08da22843ba44e2b86ca29c4e4cde716", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_60030598-43d0-46d3-a816-9145bc8f1f01"}} 2018-11-09 10:54:18,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716 used request id req-95b6d6fd-e1aa-4862-9679-c1b6089fc87b 2018-11-09 10:54:18,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105652809143s 2018-11-09 10:54:18,381 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716 used request id req-95b6d6fd-e1aa-4862-9679-c1b6089fc87b 2018-11-09 10:54:18,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 10:54:18,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:18,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 10:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-733d9db8-b385-498a-8efa-e7a50e177b7f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 10:54:18,545 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716 used request id req-733d9db8-b385-498a-8efa-e7a50e177b7f 2018-11-09 10:54:18,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.163286924362s 2018-11-09 10:54:18,546 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/08da22843ba44e2b86ca29c4e4cde716 used request id req-733d9db8-b385-498a-8efa-e7a50e177b7f 2018-11-09 10:54:18,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 10:54:18,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:18,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1711f3b2-3eb9-4061-bbb3-cbad8836c7eb Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/03a9610823394ae2b00bc3513d6ed5fd"}, "enabled": true, "id": "03a9610823394ae2b00bc3513d6ed5fd", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1"}, "enabled": true, "id": "11ec92d830d144fa8ba39c211f7292f1", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_60030598-43d0-46d3-a816-9145bc8f1f01"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/9089c82e917c466f80aaf9544aa8e123"}, "enabled": true, "id": "9089c82e917c466f80aaf9544aa8e123", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 10:54:18,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-1711f3b2-3eb9-4061-bbb3-cbad8836c7eb 2018-11-09 10:54:18,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0762708187103s 2018-11-09 10:54:18,623 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-1711f3b2-3eb9-4061-bbb3-cbad8836c7eb 2018-11-09 10:54:18,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 10:54:18,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:18,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 10:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9bd10ed-7e0a-496f-9045-996d93e98f8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 10:54:18,782 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1 used request id req-a9bd10ed-7e0a-496f-9045-996d93e98f8c 2018-11-09 10:54:18,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.156939029694s 2018-11-09 10:54:18,782 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/11ec92d830d144fa8ba39c211f7292f1 used request id req-a9bd10ed-7e0a-496f-9045-996d93e98f8c 2018-11-09 10:54:18,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 10:54:18,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:18,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 10:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-008ff67d-e8a9-4cf3-ba42-3f9a73a42b5b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6b004207439e4fdfaf96e24bd93c377a", "links": {"self": "http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a"}, "name": "Member"}, {"domain_id": null, "id": "75cbf3f533e946a0827a5026d348cbd3", "links": {"self": "http://172.30.9.27:5000/v3/roles/75cbf3f533e946a0827a5026d348cbd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "79f21433cbd840ddbed71b46b37d5f03", "links": {"self": "http://172.30.9.27:5000/v3/roles/79f21433cbd840ddbed71b46b37d5f03"}, "name": "admin"}, {"domain_id": null, "id": "8854c43c6247426dbae9e85dd2d2b22b", "links": {"self": "http://172.30.9.27:5000/v3/roles/8854c43c6247426dbae9e85dd2d2b22b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-09 10:54:18,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-008ff67d-e8a9-4cf3-ba42-3f9a73a42b5b 2018-11-09 10:54:18,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821809768677s 2018-11-09 10:54:18,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 10:54:18,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:18,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 10:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43ed7a7b-25d4-479f-877f-a9fde0f4660d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 10:54:18,971 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6b004207439e4fdfaf96e24bd93c377a used request id req-43ed7a7b-25d4-479f-877f-a9fde0f4660d 2018-11-09 10:54:18,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.104444026947s 2018-11-09 10:54:18,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 10:54:18,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=11ec92d830d144fa8ba39c211f7292f1&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}d7701f45c40ae6babf85ea464e4752a979a14ce8" 2018-11-09 10:54:19,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4f06b828-42d0-4f8a-a622-2a9932efae42 Date: Fri, 09 Nov 2018 10:54:19 GMT RESP BODY: {"security_groups": []} 2018-11-09 10:54:19,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=11ec92d830d144fa8ba39c211f7292f1&name=default used request id req-4f06b828-42d0-4f8a-a622-2a9932efae42 2018-11-09 10:54:19,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.179373979568s 2018-11-09 10:54:19,154 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=11ec92d830d144fa8ba39c211f7292f1&name=default used request id req-4f06b828-42d0-4f8a-a622-2a9932efae42 2018-11-09 10:54:19,154 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK